@import url("https://db.onlinewebfonts.com/c/3a86b8ec8855002aad8b288eaba8915d?family=Myriad+Variable+Concept");

*{margin: 0;padding: 0;}

h1,
h2,
h3,
h4,
h5,
h6,
p{ margin: 0; }
ul{ margin: 0; padding: 0; }
li{ list-style: none; }
a{ color: #000; text-decoration: none; font-weight: 500; transition: 0.5s; }

a:hover {
    color: #FCD30A;
    transition: 0.5s;
}
.container{
    max-width: 1350px;
}


/* ::after{
    box-sizing: border-box;
}
.image-anime{
    position: relative;
    visibility: hidden;
}
.image-anime:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}
.image-anime:hover:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}
 */

/* .hover14 figure {
	position: relative;
}
.hover14 figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.hover14 figure:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
} */




.button{
    display: inline-block;
    color: #fff;
    border: 2px solid #fff;
    padding: 10px 25px;
    transition: 0.5s;
    margin-top: 20px;
    margin-right: 10px;
}
.button:hover{
    color: #231F20;
    border: 2px solid #FCD30A;
    background-color: #FCD30A;
}
.button.button-bg{
    color: #000;
    border: 2px solid #FCD30A;
    background-color: #FCD30A; 
    transition: 0.5s; 
}
.button.button-bg:hover{
    color: #fff;
    border: 2px solid #fff;
    background-color: transparent;
}
.button.button-black{
    color: #fff;
    border: 2px solid #231F20;
    background-color: #231F20; 
    transition: 0.5s; 
}
.button.button-black:hover{
    color: #000;
    border: 2px solid #FCD30A;
    background-color: #FCD30A;   
}
.button.button-yellow{
    color: #000;
    border: 2px solid #FCD30A;
    background-color: #FCD30A;  
    transition: 0.5s;
}
.button.button-yellow:hover{
    color: #231F20;
    border: 2px solid #231F20;
    background-color: transparent;  
}
.button.button-bg-black{
    color: #fff;
    border: 2px solid #231F20;
    background-color: #231F20;  
    margin-top: 0px;
}
.button.button-bg-black:hover{
    color: #231F20;
    border: 2px solid #231F20;
    background-color: transparent;  
}
.button.button-know-more{
    color: #000;
    border: 2px solid #FCD30A;
    background-color: #FCD30A;
    padding: 6px 15px;
    border-radius: 4px;
}
.button.button-know-more:hover{
    color: #231F20;
    border: 2px solid #231F20;
    background-color: transparent;  
}
.heading{
    color: #231F20;
    margin-bottom: 20px;
    font-weight: 600;
}
.heading2{
    color: #231F20;
    margin-bottom: 10px;
    font-weight: 600;
}
.sub-heading{
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #fff;
}
.description{
    color: #686767;
    margin-bottom: 20px;
}
.text-yellow{
    color: #FCD30A;
}
.mt-80{
    margin-top: 80px;
}
.mb-80{
    margin-bottom: 80px;
}

/* ======================================================== */

.top-header{
    display: flex;
    gap: 20px;
    justify-content: space-between;
    padding: 10px 70px;
    align-items: center;
}
.top-header .top-head-end{
    display: flex;
    gap: 20px;
}
.top-header a{
    display: flex;
    align-items: center;
    gap: 10px;
    color: #231F20;
    font-size: 18px;
}
.top-header a:hover{
    color: #FCD30A;
}
.top-header a i:hover{
   color: #FCD30A;
   transition: 0.5s;
}
.top-header .social-media{
    display: flex;
    gap: 10px;
}
.top-header .social-media i{
    font-size: 16px;
    border: 1px solid #F2F2F2;
    border-radius: 5px;
    padding: 9px;
    color: #BABABA;
    background-color: #F2F2F2;
}
.top-header .social-media a i:hover{
    border: 1px solid #FCD30A;
    background-color: #FCD30A;
    color: #231F20;
    transition: 0.5s;
}

.nav-section{
    width: 100%;
    padding: 10px 60px;
    position: absolute;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav-section .logo a img{
   width: 60%;
}
.nav-section .menu-section .menu{
    display: flex;
    gap: 10px;
    color: #fff;
}
.nav-section .menu-section .menu li a{
    color: #fff;
    border: 2px solid #fff;
    padding: 10px 30px;
}
.nav-section .menu-section .menu li a:hover{
    color: #231F20;
    border: 2px solid #FCD30A;
    background-color: #FCD30A;
    transition: 0.5s;
}
.nav-section .menu-section .menu li a.active{
    color: #231F20;
    border: 2px solid #FCD30A;
    background-color: #FCD30A;
}

.banner .banner-silder{
    position: relative;
}
.banner .banner-silder .banner-img{
    position: relative;
}
.banner .banner-silder .banner-img-content{
    width: 30%;
    position: absolute;
    z-index: 5;
    top: 35%;
    color: #fff;
    padding: 40px 30px;
    background-color: rgba(10, 10, 10, 0.5);;
}
.banner .banner-silder .banner-img-content h5{
    margin-bottom: 3px;
    color: #FCD30A;
}
.banner .banner-silder .banner-img-content h1{
    font-size: 38px;
    margin-bottom: 20px;
}


.why-choose-us{
    background-image: url(../images/patern-1.png);
    background-color: #EEEEEE;
    background-repeat: no-repeat;
    background-position: bottom right;
}
.why-choose-us .why-choose-us-content{
    margin: 40px 0px;
}
.why-choose-us .why-choose-us-content .wcu-items{
    display: flex;
    gap: 20px;
    margin-top: 15px;
}
.why-choose-us .why-choose-us-content .wcu-items i{
   font-size: 30px;
   margin-top: 8px;

}
.why-choose-us .why-choose-us-content .wcu-items div h3{
   margin-bottom: 6px;
 }


.fun-fact-section{
    background-image: url(../images/welcome-bg.jpg);
    padding: 80px 0px;
}
.fun-fact-section .counter-section{
    background-image: url(../images/g-img7.png);
    color: #fff;
    padding: 44px 0px;
    text-align: center;
    background-size: 100%;
    border-radius: 5px;
    margin-bottom: 10px;
    margin-right: -15px; 
}
.fun-fact-section .counter-section h3{
    font-size: 28px;
    font-weight: 700;
}
.fun-fact-section .counter-text{
    color: #FCD30A;
    font-weight: 600;
}
.counter-section.counter-section2 {
    background-image: url(../images/g-img8.png);
}
.counter-section.counter-section3 {
    background-image: url(../images/g-img9.png);
}
.counter-section.counter-section4 {
    background-image: url(../images/g-img10.png);
}
.counter-section.counter-section5 {
    background-image: url(../images/g-img11.png);
}
.counter-section.counter-section6 {
    background-image: url(../images/g-img12.png);
}

.services-section .service-content{
    padding: 10px;
    overflow: hidden;
    position: relative;
    text-align: center;
    background-color: #f8f7f7;
    margin-bottom: 40px;
    border-radius: 5px;
}
.services-section .service-content img{
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
    border-radius: 5px;
}
.services-section .service-content a h4{
    font-size: 20px;
    margin-bottom: 5px;
    padding: 0px 4px;
}
.services-section .service-content a h4:hover{
    color: #FCD30A;
}
.services-section .service-content .middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 28%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}  
.services-section .service-content:hover img {
    opacity: 0.7;
} 
.services-section .service-content:hover .middle {
    opacity: 1;
}
.services-section .service-explore{
    border: 1px solid #FCD30A;
    border-radius: 8px;
    padding: 45px 20px;
    text-align: center;
}
.services-section .service-explore a h4{
    font-size: 20px;
    margin-bottom: 5px;
    padding: 0px 4px;
}

.featured-section{
    background-color: #231F20;
    padding-bottom: 60px;
}
.featured-section .featured-content a img{
    margin-top: -50px;
    margin-bottom: 10px;
    transition: 0.5s;
}
.featured-section .featured-content a:hover h5{
    color: #FCD30A;
}
.featured-section .featured-content p{
    color: #8f8f8f;
}
 
.testimonial .testimonial-content{
    background-color: #EEEEEE;
    padding: 30px;
    border-radius: 10px;
    position: relative;
}
.testimonial .testimonial-content i{
    color: #FCD30A;
    margin-bottom: 10px;
    font-size: 30px;
}
.testimonial .testimonial-content .arrow-down{
     position: absolute;
    z-index: 100;
    bottom: -12px;
    background-image: url(../images/testimonial-down-arrow.png);
    background-position: center top;
    background-repeat: no-repeat;
    height: 12px;
    width: 27px;
    text-align: center;
    left: 42px;
}
.testimonial .name-section{
    display: flex;
    gap: 15px;
    align-items: center;
    margin-top: 15px;
    margin-left: 30px;
}
.testimonial .name-section i{
    font-size: 50px;
}
.testimonial .name-section .name{
    font-size: 18px;
    font-weight: 600;
}
.testimonial .name-section .company{
    font-size: 14px;
    margin-top: -5px;
}
 
.owl-dots {
    text-align: center !important;
}
.owl-dot {
    width: 12px;
    height: 12px;
    margin: auto;
    border-radius: 50%;
    background-color: #231F20 !important;
    margin: 0 5px;
    opacity: 0.7;
    margin-top: 20px !important;
}
.owl-dots .active {
    background-color: #FCD30A !important;
    opacity: 1;
}



.accreditations-section{
    background-color: #231F20;
    padding: 40px 0px;
    padding-bottom: 60px; 
}
.accreditations-section img{
  border-radius: 6px;
}
.owl-dots {
    text-align: center !important;
}
.accreditations-section .owl-dot {
    width: 12px;
    height: 12px;
    margin: auto;
    border-radius: 50%;
    background-color: #686767 !important;
    margin: 0 5px;
    opacity: 0.7;
    margin-top: 20px !important;
}
.owl-dots .active {
    background-color: #FCD30A !important;
    opacity: 1;
}

.uk-section{
    background-color: #EEEEEE;
    padding: 40px 0px;
}
.form-section {
    padding: 30px;
    border-radius: 8px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.form-heading {
    font-size: 30px;
    margin-bottom: 6px;
    color: #212529;
}
.form-control {
    display: block;
    margin-top: 3px;
    padding: 10px 15px;
    font-size: 16px;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #231F20;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 6px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.form-select {
    border-radius: 6px;
    margin-top: 3px;
    padding: 10px 15px;
    border: 1px solid #212529;
}
.form-select:focus {
    border: 1px solid #231F20;
    box-shadow: rgba(199, 199, 199, 0.25) 0px 0px 0px 0.25rem;
}
.form-control:focus {
    color: rgb(33, 37, 41);
    background-color: rgb(255, 255, 255);
    border-color: #231F20 !important;
    outline: 0px;
    box-shadow: rgba(199, 199, 199, 0.25) 0px 0px 0px 0.25rem;
}

.call-to-action-section{
    background-color: #FCD30A;
    padding: 25px;
}
.call-to-action-section .call-to-action{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.call-to-action-section .call-to-action .action-icon{
    display: flex;
    gap: 20px;
    align-items: center;
}
.call-to-action-section .call-to-action .action-icon i{
    font-size: 30px;
    padding: 20px;
    background-color: #F2F2F2;
    border-radius: 50%;
}

.footer-section{
    background-image: url(../images/footer-bg.jpg);
    padding: 80px 0px;
}
.footer-logo a img{
    width: 70%;
    margin-bottom: 20px;
}
.footer-section .social-media{
    display: flex;
    gap: 10px;
}
.footer-section .social-media i{
    font-size: 16px;
    border: 1px solid #F2F2F2;
    border-radius: 5px;
    padding: 9px;
    color: #BABABA;
    background-color: #231F20;
}
.footer-section .social-media a i:hover{
    border: 1px solid #FCD30A;
    background-color: #FCD30A;
    color: #231F20;
    transition: 0.5s;
}
.footer-services li{
    margin-bottom: 10px;
}
.footer-services li a{
    color: #fff;
    transition: 0.5s;
}
.footer-services li a:hover{
    color: #FCD30A;
    /* text-decoration: underline; */
}
.footer-contact a{
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 10px;
    color: #fff;
}
.footer-contact a:hover{
    color: #FCD30A;
}
.footer-bottom-section{
    background-image: url(../images/footer-bg.jpg);
    padding: 30px 0px;
    border-top: 1px solid #8f8f8f;
}
.footer-bottom-section p{
    font-size: 18px;
}
.footer-bottom-section p a{
    color: #fff;
    transition: 0.5s;
}
.footer-bottom-section p a:hover{
    color: #FCD30A;
}



.breadcrumb-section {
    background-image: url(../images/inner.jpg);
    padding: 90px 0px;
    box-sizing: border-box;
}
.breadcrumb-section nav{
   margin-top: 90px;
}
.breadcrumb-section .breadcrumb-heading {
    color: #FFF;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
}
.breadcrumb-section .breadcrumb {
    display: flex;
    justify-content: center;
    margin-bottom: 0;
    list-style: none;
    align-items: center;
}
.breadcrumb-section .breadcrumb .breadcrumb-item a {
    font-weight: 500;
    color: #fff;
}
.breadcrumb-section .breadcrumb .breadcrumb-item {
    font-size: 20px;
    font-weight: 500;
}
.breadcrumb-section .breadcrumb .symbol-breadcrumb {
    font-weight: 500;
    font-size: 22px;
    color: #fff;
    padding: 0px 10px;
} 
.breadcrumb-section .breadcrumb .breadcrumb-item.active {
    color: #FCD30A;
}

.extar-section{
    background-image: url(../images/extar-section-bg.jpg);
    padding: 60px 100px;
}
.extra-content{
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
}
.extra-content div h5{
    color: #fff;
}
.extra-content div p{
    color: #FCD30A;
}

.why-us-page{
    margin-bottom: 120px ;
}
.why-us-page .wcu-page-items{
    padding: 30px;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    transition: 0.5s;
    border: 2px solid #fff;
    margin: 13px 0px;
 }
.why-us-page .wcu-page-items div{
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
}
.why-us-page .wcu-page-items i{
    font-size: 30px;
    margin-top: 8px;
    color: #212529;
}
.why-us-page .wcu-page-items div h3{
    margin-bottom: 6px;
    color: #212529;
}
.why-us-page .wcu-page-items .description-points{
    color: #686767;
}
.why-us-page .wcu-page-items:hover{
    border: 2px solid #fceda1;
}

.contact-page .contact-left-section{
    padding: 30px;
    border-radius: 6px;
}
.contact-page .contact-left-section .contact-data{
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 30px;
}
.contact-page .contact-left-section .contact-data div i{
    font-size: 25px;
    border: 1px solid #F2F2F2;
    border-radius: 6px;
    padding: 12px;
    background-color: #F2F2F2;
}
.contact-page .contact-left-section .contact-data div a{
    color: #8f8f8f;
    font-weight: 500;
}
.contact-page .contact-left-section .contact-data div p{
    color: #212529;
    font-weight: 600;
}
.contact-page .contact-left-section .contact-data div a:hover{
    color: #FCD30A;  
}
.contact-left-section .social-media{
    display: flex;
    gap: 10px;
}
.contact-left-section .social-media i{
    font-size: 16px;
    border: 1px solid #F2F2F2;
    border-radius: 5px;
    padding: 9px;
    color: #BABABA;
    background-color: #F2F2F2;
}
.contact-left-section .social-media a i:hover{
    border: 1px solid #FCD30A;
    background-color: #FCD30A;
    color: #231F20;
    transition: 0.5s;
}
.contact-page .form-section {
    padding: 30px;
    border-radius: 6px;
    border: 1px solid #d6d6d6;
    box-shadow: none;
}

.featured-page{
    margin-bottom: 60px;
}
.featured-page .featured-page-content ul li{
    position: relative;
    margin-left: 20px;
    margin-top: 7px;
    color: #686767;
}
.featured-page .featured-page-content ul li::before{
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #FCD30A;
    top: 7px;
    left: -20px;
    border-radius: 50%;
}
.featured-page-content h3{
    display: inline-block;
    border-bottom: 1px solid #FCD30A;
    padding-bottom: 8px;
}
.featured-page .featured-page-content .desc-heading{
    font-style: italic;
    font-weight: 500;
    font-size: 18px;
    margin-top: 15px; 
}
.featured-page .featured-img{
    border: 2px solid #212529;
    border-radius: 8px;
}

.featured-page2{
    background-color: #212529;
    padding: 60px 0px;
}
.featured-page-content2{
    margin-left: 40px;
}
.featured-page-content.featured-page-content2 h3,
.featured-page-content.featured-page-content2 .desc-heading{
    color: #fff;
}
.featured-page-content.featured-page-content2 ul li{
    color: #b4b4b4;
    
}
.featured-page2 .featured-img2{
    border: 2px solid #FCD30A;
    border-radius: 8px;
}


.service-page .service-page-content h3{
    display: inline-block;
    border-bottom: 1px solid #FCD30A;
    padding-bottom: 8px;
    margin-bottom: 20px;
}
.service-page .service-img-section div img{
    border-radius: 6px;
    border: 2px solid #212529;
    margin-bottom: 30px;
    margin-top: 10px;
}
.service-page .service-extra-section{
    margin-bottom: 40px;
    background-image: url(../images/extar-section-bg.jpg);
    padding: 40px 20px;
}
.service-page .service-extra-section div{
    align-items: center;
}
.service-page .service-extra-section div h5{
    font-size: 16px;
    color: #fff;
}
.service-page .service-extra-section div p{
    font-size: 14px;
    color: #FCD30A;
}

.service-page .aside-section{
    background-color: #fafafa;
    border: 1px solid #d6d6d6;
    margin-bottom: 30px;
    margin-left: 40px; 
}
.service-page .aside-section h5{
    color: #8f8f8f;
    text-align: center;
    padding: 15px;
    border-bottom: 1px solid #d6d6d6;
}
.service-page .aside-section ul li{
    color: #8f8f8f;
    padding: 12px 20px;
    border-bottom: 1px solid #d6d6d6;
}

.service-page .aside-section ul li.active{
    color: #231F20;
    border: 2px solid #FCD30A;
    background-color: #FCD30A;
}
.service-page .aside-section ul li a{
    color: #231F20;
}
.service-page .aside-section ul li a:hover{
    color: #FCD30A;
}
.service-page .aside-section ul .active a:hover{
    color: #231F20;
}

.service-page .aside-section ul li:last-child{
    border: none;
}

.service-page .aside-section .social-media{
    display: flex;
    gap: 15px;
    margin: 20px;
}
.service-page .aside-section .social-media i{
    font-size: 18px;
    border: 1px solid #d6d6d6;
    padding: 10px;
    color: #BABABA;
    background-color: #F2F2F2;
}
.service-page .aside-section .social-media a i:hover{
    border: 1px solid #FCD30A;
    background-color: #FCD30A;
    color: #231F20;
    transition: 0.5s;
}












.toogle-bar{
    display: none;
    font-size: 25px;
}
.toogle-bar a{
    font-size: 30px;
    color: #FCD30A;
}
.drop-down{
    position: relative;
}
nav .menu-section .drop-down .drop-down-menu{
    position: absolute;
    width: 300px;
    top: 45px;
    left: 0px;
    z-index: -2;
    text-align: left;
    background-color: #fff;
    color: #000;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;

}
nav .menu-section .menu .drop-down-menu li{
    border-bottom: 1px solid #cfcfcf;

}
nav .menu-section .menu .drop-down-menu li a{
    display: flex;
    color: #000;
    padding: 5px 10px;
}
nav .menu-section .menu .drop-down-menu li:last-child{
   border: none;
}
nav .menu-section .menu .drop-down-menu li a:hover{
    color: #231F20;
    background-color: #FCD30A;
    transition: 0.5s;
}

nav .menu-section .drop-down:hover .drop-down-menu{
    opacity: 1;
    z-index: 6;
    visibility: visible ;
}


.toogle-close a {
    font-size: 30px;
    color: #FCD30A;
    float: right;
    padding: 10px 20px;
}
.mobile-menu-section {
    display: none;
    width: 100%;
    height: 100%;
    background-color: #212529;
    color: #fff;
    padding: 10px;
    z-index: 9999;
    position: fixed;
    /* position: absolute; */
    top: 0;
    transition: 0.5s;
}
.mobile-menu-section .mobile-menu {
    margin-top: 60px;
}
.mobile-menu-section .mobile-menu li {
    list-style: none;
    padding: 10px;
}
.mobile-menu-section .mobile-menu li a {
    color: #FCD30A;
}
.mobile-dropdown-menu {
    display: none;
    position: absolute;
    width: 300px;
    top: 200px;
    left: 20px;
    z-index: 4;
    text-align: left;
    background-color: #fff;
    opacity: 7;
    transition: 0.5s;
   
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.mobile-dropdown-menu > li {
    border-bottom: 1px solid #cfcfcf;
}
.mobile-dropdown-menu > li:last-child {
    border: none;
}
.mobile-dropdown-menu li a {
    color: #000 !important;
    padding: 5px 10px;
    align-items: center;
}

.mobile-dropdown-menu li a:hover {
    color: #231F20;
    background-color: #FCD30A;
    transition: 0.5s;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
   background-image: url(../images/footer-bg.jpg);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.thank-you-content{
    text-align: center;
    border: 3px solid #FCD30A;
    padding: 20px;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.14) 0px 3px 8px;
    margin: 20px;
}
.thank-you-content i{
    font-size: 50px;
    margin-bottom: 20px;
    color: #FCD30A;
}
.thank-you-content p{
    font-size: 18px;
    font-weight: 500;
}

/* .sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.sticky .menu-section .menu li a{
    color: #000;
    border: 2px solid #000;
    padding: 10px 30px;
}
.sticky .menu-section .menu .drop-down-menu li a{
    padding: 8px 20px;
    border: none;
} */








