*{
    margin: 0;
    padding: 0;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
.dropdown-item {
	color: #d1bf71;
}
.dropdown-menu {
	background-color: #121314;
}
.dropdown-item:focus, .dropdown-item:hover {
	color: #1e2125;
	background-color: #c3ac74;
}
body{
    font-size: 16px;
    font-family: 'Jura', sans-serif;
    color: rgb(239, 211, 141);
    font-weight: 400;
    background-color: #121314;
    background: rgb(18,19,20);
background: -moz-linear-gradient(0deg, rgba(18,19,20,1) 70%, rgba(0,0,0,1) 100%);
background: -webkit-linear-gradient(0deg, rgba(18,19,20,1) 70%, rgba(0,0,0,1) 100%);
background: linear-gradient(0deg, rgba(18,19,20,1) 70%, rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#121314",endColorstr="#000000",GradientType=1);
}
a, a:hover{
    text-decoration: none;
}
a:hover {
	color: rgba(239, 211, 141, 0.8);
}
.btn{
    border-radius: 0;
}
p{
    line-height: 170%;
    font-size: 1rem;
}
/*.text-justify{*/
/*    text-align: justify;*/
/*}*/
.nav-item {
	margin-right: 1rem;
}
.navbar-dark .navbar-nav .nav-link {
	color: rgb(191, 167, 79);
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
	color: rgb(214, 172, 107);
}
h1 {
    font-size: 5rem;
    font-weight: 100;
    line-height: 120%;
    color: rgb(239, 211, 141);
    background: -webkit-linear-gradient(#f0e7aa, #BBA247);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.inner-banner h1{
    font-size: 3rem;
}
h2 {
	font-size: 1rem;
	font-weight: 700;
	line-height: 150%;
	color: rgb(239, 211, 141);
    /* background: -webkit-linear-gradient(#f0e7aa, #BBA247);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
}
h2.section-ind-head{
    font-size: 1.6rem;
}
h3{
    font-size: 1.1rem;
    font-weight: 100;
    color: rgb(239, 211, 141);
    background: -webkit-linear-gradient(#f0e7aa, #BBA247);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.sectionhead{
    font-size: 2.3rem;
    font-weight: 700;
    /* color: rgb(239, 211, 141); */
    color: rgb(239, 211, 141);
    background: -webkit-linear-gradient(#f0e7aa, #BBA247);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.inner_header{
    /* background: url('../img/banner.jpg') no-repeat; */
    height: 300px;
    background-position: center -480px;
    background-size: cover;
}
.nav-link{
    position: relative;
}
.logo-video-wraper{
    overflow: hidden;
    border-radius: 80px;
}
.logo-video{
    width: 160px;
    height: 160px;
    transition: all ease .6s;
}
.scrolled .logo-video{
	width: 80px;
	height: 80px;
    transition: all ease .6s;
}
#logoVideo{
    width: 100%;
}
.logo-text{
    font-size: 1.6rem;
    text-transform: uppercase;
    /* font-family: MinstrelPosterWHG; */
}
.hidden-header{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    transition: all ease .6s;
    z-index: 9999;
    /* background: rgb(0,0,0);
background: -moz-linear-gradient(90deg, rgba(0,0,0,1) 3%, rgba(0,0,0,0) 100%);
background: -webkit-linear-gradient(90deg, rgba(0,0,0,1) 3%, rgba(0,0,0,0) 100%);
background: linear-gradient(90deg, rgba(0,0,0,1) 3%, rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1); */
}
.hidden-header.scrolled{
    transform: translateY(0);
    transition: all ease .6s;
}

.logo-section{
    height: 100vh;
    background: black;
}
.video-fixed-bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #212121;
    z-index: -1;
}
.video-fixed-bg video {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    object-fit: cover;
    background-blend-mode: multiply;
}
.video-fixed-bg .video-overlay{
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.50);
    top: 0;
}
header{
    /* padding: 1rem 0; */
    padding: 0;
    transition: all ease 1s;
}
header .navbar-light .navbar-nav .nav-link {
    color: rgb(239, 211, 141);
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
    color: rgba(239, 211, 141,0.8);
}
header.scrolled .navbar-light .navbar-nav .nav-link {
    color: rgba(239, 211, 141,0.8);
    background: -webkit-linear-gradient(#f0e7aa, #BBA247);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
header.scrolled .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(239, 211, 141,0.8);
}
header.scrolled .navbar-light .navbar-nav .nav-link.active, header.scrolled .navbar-light .navbar-nav .show>.nav-link {
    color: rgba(239, 211, 141,0.8);
}
header.scrolled .navbar-light .navbar-nav .nav-link.active::after, header.scrolled .navbar-light .navbar-nav .show>.nav-link::after{
    background: rgba(239, 211, 141,0.8);
}
header.scrolled{
    background-color: rgb(0, 0, 0);
    box-shadow: 0 3px 4px rgba(0,0,0,0.13);
    transition: all ease 1s;
    /* padding: 0; */
}
.navbar-light .navbar-nav .nav-link.btn-primary{
    color: #fff;
}
.carousel-item {
    transition: opacity 1s ease-in-out;
}
.carousel-fade .active.carousel-item-start, .carousel-fade .active.carousel-item-end {
    transition: opacity 0s 1s;
}   
.link_wrapper{
    position: fixed;
    bottom: 86px;
    right: 45px;
    display: none;
    flex-direction: column;
    gap: .75rem;
    z-index:9999 ;
}
.link_wrapper a{
    background: rgb(239, 211, 141);
	border-color: rgb(239, 211, 141);
    background: -webkit-linear-gradient(#f0e7aa, #BBA247);
	color: #212121;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
    padding:.5rem 1rem;
    gap: .5rem;
    transition: all ease .6s;
}
.link_wrapper a:hover{
    transform: translateX(-8px);
    transition: all ease .6s;
}
.whatsapp {
	position: fixed;
	bottom: 30px;
	right: 45px;
	background: rgb(239, 211, 141);
	border-color: rgb(239, 211, 141);
    background: -webkit-linear-gradient(#f0e7aa, #BBA247);
	color: #212121;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	box-shadow: 0 5px 15px -3px rgba(0, 128, 0, 0.29);
    transition: all ease .6s;
    z-index: 9999;
}
.whatsapp i{
    font-size: 1.25rem;
}
.whatsapp:hover i, .whatsapp:visited i, .whatsapp:focus i, .whatsapp:active i{
    transition: all ease .6s;
    bottom: 24px;
    color: #212121;
}
.whatsapp:hover{
    transition: all ease .6s;
    bottom: 24px;
}
.navbar-brand {
    /* background: url('../img/logo-white-alghafran.svg') no-repeat; */
    background-size: 100%;
    background-position: center;
    width: 64px;
    /* height: 57px; */
    background-size: contain;
}
.scrolled .navbar-brand {
    /* background: url('../img/logo-alghafran.svg') no-repeat; */
    background-size: 100%;
    background-position: center;
}
.fullHeight{
    display: flex;
    align-items: center;
    padding: 4rem 0;
}
.minh-100vh{
    min-height: 100vh;
}
.banner{
    position: relative;
    /* height: 100vh; */
}
.carousel-item img {  
    object-fit: cover;
    object-position: center;
    overflow: hidden;
    height:100vh;
  }
.hero-text-box{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-flex;
    align-items: center;
    color: #fff;
}
.hero-text-box .container{
    position: relative;
    z-index: 1;
}
.hero-text-box p {
    width: 100%;
    max-width: 620px;
    font-size: 1.4rem;
    margin-top: 1.2rem;
}
.about-card{
    border: none;
    border-radius: 1rem;
    background-color: #121314;
}
.about-card .btn-lg{
    font-size: 0.885rem;
}
.about-card .card-body{
    padding: 0;
}
.about .card-body .icon-box{
    margin-bottom: 1rem;
}
.about .card-body h3{
    margin-bottom: 1rem;
}
.contact .btn-group-lg>.btn, .btn-lg {
    font-size: 0.885rem;
}
.about .card-body p{
    margin-bottom: 0rem;
}
.about-pic-box{
    border-radius: 1rem;
    overflow: hidden;
    min-height: 320px;
}
#serviceSection .card{
    background-color: #171819;
    border: none;
    border-radius: 0;
}
.col-md-6:last-child .service-boxes, .col-md-6:last-child .blog-boxes{
    margin-bottom: 0;
}
.about-img{
	max-width: 80%;
	margin: 0 auto;
	display: inherit;
}
.service-card {
	background-color: #171819;
	padding: 40px;
	border-radius: 400px;
	cursor: pointer;
	transition: all ease .6s;
	display: flex;
	flex-direction: column;
	align-items: center;
	/* justify-content: center; */
	margin: 0 auto;
	height: 370px;
	position: relative;
	overflow: hidden;
	border: 1px solid #ceba6a26;
	max-width: 80%;
}
.icon-box {
	width: 80px;
	height: 80px;
	margin-bottom: 2rem;
    margin-top: 37%;
}
/* .service-card:hover .img-box{
    transform: scale(1.2);
	transition: all ease .6s;
} */
.service-card h2{
    font-size: 1.2rem;
}
/* .img-box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	opacity: .2;
    transition: all ease .6s;
}
.img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
} */
#contact_form .form-control {
	display: block;
	width: 100%;
	padding: .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #fff;
	background-color: #121314;
	background-clip: padding-box;
	border: 1px solid #ffffff14;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.swal2-title {
    font-size: 1rem !important;
}
#contact_form .form-control:focus {
	box-shadow: 0 0 0 .25rem rgba(239, 211, 141, .5);
}
#serviceSection .owl-nav button{
    width: 40px;
    height: 40px;
    background-color: #171819;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50px;
}
#serviceSection .owl-nav button.owl-next {
	transform: translateX(20px);
    pointer-events: all;
}
#serviceSection .owl-nav button.owl-prev {
	transform: translateX(-20px);
    pointer-events: all;
}
#serviceSection .owl-nav button.disabled {
	opacity: 0.2;
	pointer-events: none;
	cursor: not-allowed;
}
.form-label {
	margin-bottom: .25rem;
	font-size: .885rem;
	font-weight: 500;
}
.services{
    padding: 3rem 0;
}
.services h2{
    margin-bottom: 2.5rem;
}
.service-boxes h3, .blog-boxes h3{
    font-weight: 600;
    margin-bottom: 1rem;
}
a.footer-logo {
    max-width: 260px;
    height: 57px;
    display: inline-block;
}
a.footer-logo img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
footer{
    background-color: #171819;
    padding: 2rem 0;
    
}
footer p{
    font-size: 0.875rem;
}
footer ul{
    list-style: none;
    padding-left: 0;
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    justify-content: end;
}
footer ul li{
    margin-bottom: 1rem;
}
footer ul li a{
    color: rgb(239, 211, 141);
    font-size: 0.875rem;
}
footer ul.social{
    margin-bottom: 0;
    text-align: right;
}
footer ul.social li{
    display: inline-block;
    margin-bottom: 0;
    margin-left: .8rem;
}
footer ul.social li a{
    display: inline-block;
    width: 16px;
    height: 16px;
}
footer ul.social li a img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.comp-card{
    height: 540px;
    padding: 2.5rem;
    border-radius: 1rem;
    background-color: #273B64;
    position: relative;
    overflow: hidden;
    color: #fff;
}
.comp-img-block{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    transition: all ease .6s;
}
.comp-img-block::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(39,59,100);
background: -moz-linear-gradient(0deg, rgba(39,59,100,1) 30%, rgba(29,39,60,0.48503151260504207) 72%, rgba(24,33,52,0) 100%);
background: -webkit-linear-gradient(0deg, rgba(39,59,100,1) 30%, rgba(29,39,60,0.48503151260504207) 72%, rgba(24,33,52,0) 100%);
background: linear-gradient(0deg, rgba(39,59,100,1) 30%, rgba(29,39,60,0.48503151260504207) 72%, rgba(24,33,52,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#273b64",endColorstr="#182134",GradientType=1);
z-index: 0;
}
.comp-card .core-content{
    position: relative;
    z-index: 1;
    margin-top: 80%;
    transition: all ease .6s;
}
.comp-card:hover .core-content{
    margin-top: 0%;
    transition: all ease .6s;
}
.comp-card .core-content h3{
    margin-bottom: 1.5rem;
}
.comp-card .core-content p{
    height: 90px;
    overflow: hidden;
    transition: all ease .6s;
    margin-bottom: 0;
}
.comp-card:hover .core-content p{
    overflow: visible;
    height: auto;
    transition: all ease .6s;
}
.comp-card:hover .comp-img-block{
    opacity: .3;
    transition: all ease .6s;
}
.comp-card:hover .comp-img-block img{
    width: 110%;
    height: 110%;
    transition: all ease .6s;
}
.partner-card, .career-card{
    min-height: 680px;
    border-radius: 16px;
    padding: 3rem;
    position: relative;
    overflow: hidden;
    color: #fff;
    background-color: #273B64;
}
.partner-card-img, .career-card-img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}
.partner-card-img img, .career-card-img img, .comp-img-block img, .about-pic-box img, .indus-img-box img, .partner-logo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all ease .6s;
    display: block;
}
.partner-card-img::before, .career-card-img::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(39,59,100);
background: -moz-linear-gradient(0deg, rgba(39,59,100,1) 30%, rgba(29,39,60,0.48503151260504207) 72%, rgba(24,33,52,0) 100%);
background: -webkit-linear-gradient(0deg, rgba(39,59,100,1) 30%, rgba(29,39,60,0.48503151260504207) 72%, rgba(24,33,52,0) 100%);
background: linear-gradient(0deg, rgba(39,59,100,1) 30%, rgba(29,39,60,0.48503151260504207) 72%, rgba(24,33,52,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#273b64",endColorstr="#182134",GradientType=1);
z-index: 0;
}
.partner-card .core-content, .career-card .core-content{
    position: relative;
    z-index: 1;
    margin-top: 38%;
}
.partner-card .core-content h2, .career-card .core-content h2{
    margin-top: 1rem;
    margin-bottom: 1rem;
}
/* .contact{
    background-color: rgba(0, 0, 0, 0.8);
    background-image: url('../img/contact-bg.png');
    background-size: cover;
} */
.contact-img img{
    width: 100%;
    height: 100%;
}
.navbar-nav .nav-link {
    text-transform: uppercase;
    font-size: 0.885rem;
    font-weight: 600;
    text-align: center;
}
.contact h2{
    margin-top: .8rem;
}
.partnerCareer .btn-outline-secondary{
    border-color: rgba(255, 255, 255, 0.57);
    color: #fff;
    padding: 1rem 2rem;
}
.partnerCareer .btn-outline-secondary:hover{
    background-color: rgba(255, 255, 255, 0.57);
}
.industry{
    padding: 3rem 0;
}
.indus-img-box{
    width: 100%;
    height: 352px;
    border-radius: 1rem;
    overflow: hidden;
    transition: all ease .6s;
}
.indus-core-content {
	background-color: #f2f2f2;
	border-radius: 1rem;
	text-align: center;
	width: 90%;
	padding: 2rem 3rem;
	margin: auto;
	transition: all ease .6s;
	transform: translateY(-60px);
}
.industry-card:hover .indus-core-content{
    box-shadow:0 2.8px 2.2px rgba(0, 0, 0, 0.02), 0 6.7px 5.3px rgba(0, 0, 0, 0.028), 0 12.5px 10px rgba(0, 0, 0, 0.035), 0 22.3px 17.9px rgba(0, 0, 0, 0.042), 0 41.8px 33.4px rgba(0, 0, 0, 0.05);
}
.indus-core-content .icon-box{
    width: 48px;
    height: 56px;
    display: inline-block;
}
.indus-core-content .icon-box img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.indus-core-content h3{
    margin-bottom: 1rem;
}
.indus-core-content p{
    height: 170px;
    overflow: hidden;
}
.btn-primary.btn-sm{ 
	padding: .5rem 1rem !important;
}
.btn-primary{ 
	padding: 1rem 2rem !important;
	border-radius: 3rem;
	background: rgb(239, 211, 141);
	border-color: rgb(239, 211, 141);
    color: #212121 !important;
    background: -webkit-linear-gradient(#f0e7aa, #BBA247);
}
.btn-primary:hover{
    background: rgba(239, 211, 141,0.2);
	border-color: rgb(239, 211, 141);
	color: rgb(239, 211, 141) !important;
}
.inner-banner{
    width: 100%;
    height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #fff;
    z-index: 1;
}
.inner-banner::before {
    width: 100%;
    height: 100%;
    content: '';
    background-color:rgb(13 110 253 / 57%);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.inner-banner.contact-banner{
    background: url('../img/about-banner.jpg') no-repeat;
    background-size: cover;
    /* background-attachment: fixed; */
}
.contact-page-container{
    background: url('../img/contact-banner.jpg') no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.inner-banner.career-banner{
    background: url('../img/about-banner.jpg') no-repeat;
    background-size: cover;
    /* background-attachment: fixed; */
}
.inner-banner.partner-banner{
    background: url('../img/about-banner.jpg') no-repeat;
    background-size: cover;
    /* background-attachment: fixed; */
}
.inner-banner.about-banner{
    background: url('../img/about-banner.jpg') no-repeat;
    background-size: cover;
}
.inner-banner h1{
    margin-bottom: .5rem;
}
.inner-banner p{
    font-size: 1.2rem;
}
.fixed-top .navbar-toggler-icon {
    width: 1.2em;
    height: 1.2em;
}
.fixed-top .navbar-toggler {
    padding: .25rem .5rem;
}
.career-page p, .partner-page p, .about-page p, .ourmission p{
    font-size: 1.2rem;
    line-height: 170%;
}
.contact-page-card.card{
    border-color: transparent;
    box-shadow:
  0 12.5px 10px rgba(0, 0, 0, 0.035),
  0 100px 80px rgba(0, 0, 0, 0.07);
}
.contact-page-card {
    padding: 1rem;
    border-radius: 1rem;
    /* margin-top: -9rem; */
}
/* .contact-page-card .form-control{
    padding: .95rem .75rem;
}
.contact-page-card .btn{
    font-size: 1rem;
    padding: 1rem 2rem;
} */
.services-inside{
    width: 100%;
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
}
.services-inside::before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(0,0,0);
background: -moz-linear-gradient(0deg, rgba(0,0,0,0.5662640056022409) 0%, rgba(1,9,78,0) 100%);
background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.5662640056022409) 0%, rgba(1,9,78,0) 100%);
background: linear-gradient(0deg, rgba(0,0,0,0.5662640056022409) 0%, rgba(1,9,78,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#010743",endColorstr="#01094e",GradientType=1);
}
.services-inside .card{
    border-color: transparent;
    border-radius: 1rem;
    background: #ffffffd9;
    color: #212121;
}
.services-inside .card p {
    line-height: 170%;
    font-size: 0.885rem;
}
.services-inside .card h2{
    margin-bottom: 1rem;
}
.services-inside .card-body{
    padding: 3rem 4rem;
}
.services-01{
    background: url('../img/services/service01.jpg') no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.services-02{
    background: url('../img/services/service02.jpg') no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.services-03{
    background: url('../img/services/service03.jpg') no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.services-04{
    background: url('../img/services/service04.jpg') no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.services-05{
    background: url('../img/services/service05.jpg') no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.backTotop{
    color: #e9242a;
    font-size: 14px;
    background: rgb(0, 0, 0,.8);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    z-index: 99;
    box-shadow: 0 3px 4px rgba(0,0,0,0.13);
    transition: all ease 1s;
}
.backTotop{
    transform: rotate(-90deg);
    position: fixed;
    bottom: 30px;
    right: 30px;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
}
.bannerTobottom{
    position: absolute;
    bottom: 30px;
    right:2rem;
    margin: auto;
    width: 32px;
    height: 48px;
    border-radius: 24px;
    z-index: 1;
}
.bannerTobottom::before {
	content: '';
	width: 1px;
	height: 100px;
	position: absolute;
	top: -100px;
	background: #2E3032;
	left: 50%;
	transform: translateX(-50%);
    z-index: 0;
}
.bannerTobottom::after {
	content: '';
	width: 6px;
	height: 6px;
	position: absolute;
	background: #c4ad58;
	left: 50%;
	transform: translateX(-50%);
    z-index: 0;
    border-radius: 50px;
    -webkit-animation: slide-top 1s ease-in-out infinite alternate both;
	        animation: slide-top 1s ease-in-out infinite alternate both;
}
@-webkit-keyframes slide-top {
    0% {
      top: 8px;
    }
    100% {
        top: 24px;
    }
  }
  @keyframes slide-top {
    0% {
        top: 8px;
      }
      100% {
          top: 24px;
      }
  }
.backTotop.scrolled{
    opacity: 1;
    transition: all ease 1s;
    pointer-events: all;
    visibility: visible;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    /* color: #e9242a; */
    color: #fff;
}
.navbar-light .navbar-nav .nav-link.active::after, .navbar-light .navbar-nav .show>.nav-link::after {
    content: '';
    width: 40%;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.contact-icon-btns{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 1rem;
}
.contact-icon-btns i{
    width: 32px;
    height: 32px;
    border: 1px solid #e9242a;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin-bottom: 1rem; 
    padding: 8px;
}
.contact-icon-btns i img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
    height: auto !important;
}
section.section{
    justify-content: center;
}
section.section .fp-tableCell{
    align-items: center;
    display: flex;
    width: 100%;
}
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell{
    height: auto !important;
}
.footer-icon-btn{
    display: inline-flex;
    align-items: center;
    font-size: 14px;
}
.footer-icon-btn i{
    width: 12px;
    height: 12px;
    margin-right: 8px;
    display: inline-flex;
}
.footer-icon-btn i img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.ourvalues .card-body{
    padding: 0;
}
.ourvalues .card-body h3 {
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 150%;
}
ul.job-list{
    list-style: none;
}
.job-boxes{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #c4cfde;
    /* margin-top: 24px; */
    color: #1D1A1A;
    padding: 1rem;
    background-color: #fff;
}
.job-boxes h2{
    font-size: 1rem;
    line-height: normal;
    font-weight: 600;
    margin-bottom: 0;
}
.job-boxes span{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all ease .6s;
}
.job-boxes:hover span{
    opacity: 1;
    right: 1rem;
    transition: all ease .6s;
}
.jobsection{
    background-color: #d8e6fb;
}
.mapicon{
    width: 16px;
    height: 16px;
    background: url('../img/map-pin.svg');
    display: inline-block;
    background-size: contain;
}
.bagicon{
    width: 16px;
    height: 16px;
    background: url('../img/briefcase.svg');
    display: inline-block;
    background-size: contain;
}
.shareicon{
    width: 16px;
    height: 16px;
    background: url('../img/share.svg');
    display: inline-block;
    background-size: contain;
}
.share-btn{
    color: #2D3133;
    display: flex;
    align-items: center;
}
.new-item::after{
    content: 'New';
    /* width: 10px; */
    /* height: 10px; */
    background: crimson;
    border-radius: 50px;
    position: absolute;
    right: 0;
    top: 0px;
    font-size: 8px;
    line-height: 10px;
    letter-spacing: .1em;
    padding: .25rem;
    color: #fff;
}
.benefit-bg{
    background: url('../img/benefit-banner.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}
.modal-content{
    background: url('../img/binding_dark.webp') #2D3133;
    padding: 3rem;
}
.modal-header{
    border-color: transparent;
}
.modal-header .btn-close{
    position: absolute;
    right: 0;
    top: 0;
    background-color: #fff;
}
@font-face {
    font-family: 'MinstrelPosterWHG';
    src: url('../webfonts/MinstrelPosterWHG.eot');
    src: url('../webfonts/MinstrelPosterWHG.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/MinstrelPosterWHG.woff2') format('woff2'),
        url('../webfonts/MinstrelPosterWHG.woff') format('woff'),
        url('../webfonts/MinstrelPosterWHG.ttf') format('truetype'),
        url('../webfonts/MinstrelPosterWHG.svg#MinstrelPosterWHG') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@media (min-width: 1480px){   
    .container{
        max-width:1400px;
    }
}
@media (max-width: 1480px){   
    .inner_header {
        background-position: center -220px;
    }
}
@media (max-width: 768px){
    footer ul{
        gap: 1rem;
        justify-content: flex-start;
    }
    .service-card h2 {
        font-size: 1rem;
    }
    .service-card {
        height: 280px;
    }
    .inner_header {
        height: 380px;
        background-position: center;
    }
    .logo-section{
        height: 50vh;
    }
    .services-inside .card-body {
        padding: 2rem;
    }
    .bannerTobottom {
        bottom: 80px;
    }
    li.nav-item {
        margin-bottom: 1.3rem;
    }
    .navbar-brand {
        background: url('../img/logo-alghafran.svg') no-repeat;
        background-size: contain;
        background-position: center;
    }
    header{
        padding: 0;
        background: rgb(18,19,20);
background: -moz-linear-gradient(90deg, rgba(0,0,0,1) 50%, rgba(15,13,16,0) 100%);
background: -webkit-linear-gradient(90deg, rgba(0,0,0,1) 50%, rgba(15,13,16,0) 100%);
background: linear-gradient(90deg, rgba(0,0,0,1) 50%, rgba(15,13,16,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#121314",endColorstr="#0f0d10",GradientType=1);
    }
    .inner_header h1{
        margin-top: 130px;
    }
    p{
        font-size: .885rem;
    }
    h1 {
        font-size: 2rem;
    }
    .logo-text {
        font-size: 1rem;
    }
    .inner-banner h1 {
        font-size: 2rem;
    }
    h2 {
        font-size: 1.2rem;
    }
    .hero-text-box p {
        font-size: 1rem;
    }
    .indus-core-content p{
        height: auto;
        overflow: visible;
    }
    .indus-core-content {
        top: 100px;
    }
    .comp-card {
        padding: 2.5rem;
    }
    .comp-card .core-content {
        margin-top: 70%;
    }
    .partner-card{
        margin-bottom: 2rem;
    }
    .contact-page-card {
        padding: 3rem 1rem;
    }
    a.navbar-brand {
        width: 60px;
    }
    a.navbar-brand img{
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .ourvalues .mission-card-inside, .ourvalues .values-card-inside,
    .partners-address .mission-card-inside, .partners-address .values-card-inside {
        padding: 1rem;
    }
    footer ul.social{
        text-align: left;
    }
    footer ul.social li{
        margin-left: 0;
        margin-right: .5rem;
    }
    .navbar-light .navbar-nav .nav-link.active::after, .navbar-light .navbar-nav .show>.nav-link::after {
        width: 16px;
    }
    .inner-banner {
        height: 190px;
        margin-top: 60px;
    }
    .fullHeight {
        padding: 2rem 0;
    }
    .career-page p, .partner-page p, .about-page p, .ourmission p {
        font-size: 1rem;
    }
    .ourmission {
        height: 230px;
    }
    header .navbar-light .navbar-nav .nav-link {
        color: rgb(239, 211, 141);
    }
    .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
        /* color: #e9242a; */
        color: #e9242a;
    }
    .navbar-light .navbar-nav .nav-link.active::after, .navbar-light .navbar-nav .show>.nav-link::after {
        background: #e9242a;
    }
    footer ul li a {
        font-size: 0.75rem;
    }
    /* .navbar-toggler[aria-expanded="false"] .navbar-toggler-icon{
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    } */
    /* .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon{
        background-image: url("../img/close_icon.svg");
        background-size: 64%;
    } */
    .comp-card{
        height: auto;
    }
    .comp-card .core-content {
        margin-top: 0;
    }
    .comp-card .core-content p {
        height: auto;
        overflow: visible;
    }
    .comp-card .comp-img-block {
        opacity: .3;
        transition: all ease .6s;
    }
    .job-boxes{
        flex-direction: column;
    }
    .job-boxes span{
        position: static;
        opacity: 1;
        transform: translateY(0);
    }
    #serviceSection .owl-nav button.owl-next,  #serviceSection .owl-nav button.owl-prev{
        transform: translateX(0px);
    }
    .banner-wave {
        bottom: 180px;
    }
    .icon-box {
        width: 64px;
        height: 64px;
        margin-bottom: 1rem;
        margin-top: 27%;
    }
    .whatsapp, .link_wrapper{
        right: 25px;
    }
}
@media(max-width: 375px){
    
    .bannerTobottom {
        bottom: 40px;
    }
    h1 {
        font-size: 2rem;
    }
}