@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Josefin+Slab:ital,wght@0,100..700;1,100..700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Josefin+Slab:ital,wght@0,100..700;1,100..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{
    font-family: "Poppins", sans-serif;
}

h2{
    font-size: 35px;
    font-weight: 600;
    color: var(--primary);
}

@media(max-width:768px){
    h2{
        font-size: 30px !important;
        line-height: 50px;
    }
    h1{
        font-size: 30px !important;
        line-height: 50px;
    }
}

h2 span{
    color: var(--secondary) !important;
}

h1{
    font-size: 40px;
    font-weight: 600;
}

h1 span{
    color: var(--primary);
}

:root{
    --primary: #ffb600;
    --secondary: #22272b;
}

p{
    text-align: justify;
}

span, p{
    color: #747373;
}

p{
    font-size: 15px !important;
    font-weight: 400;
}

a{
    text-decoration: none !important;
}


/*** Button Start ***/

.btns{
    background-color: var(--primary);
    border-radius: 0px !important;
    box-shadow: none !important;
    transition: .5s all ease-in-out;
    font-weight: 500;
    color: rgb(0, 0, 0) !important;
}

.btns:hover{
    background-color: var(--secondary);
    color: white !important;
}

.btns a{
    color: black !important;
    transition: .5s all ease-in-out;
}

.btns:hover a{
    color: white !important;
}


/*** Topbar ***/

.top_bar{
    background-color: #eeeeee;
}

.top_bar .top-icon{
    font-size: 20px;
    color: #616161;
}

.top_bar span{
    font-size: 15px;
}

.top_bar .social-media{
    font-size: 17px;
    color: #22272b;
    /* border: 1px solid black; */
    border-radius: 10px;
    transition: .5s all ease-in-out;
}

.top_bar .social-media:hover{
    background-color: var(--primary);
}


/**** Navbar Start ****/

.navbar{
    z-index: 999999 !important; 
    width: 100%;
    transition: .5s ease-in-out;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar-brand h3{
    color: rgb(0, 0, 0);
    font-size: 30px;
    font-weight: 600 !important;
    letter-spacing: 1px;
}

@media(max-width:768px){
    .navbar-brand h3{
        font-size: 27px;
    }
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 30px 0;
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: 500;
    /* text-transform: uppercase; */
    outline: none;
    font-family: "Poppins", sans-serif;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}


@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}

.navbar .nav-item .dropdown-menu{
    border-radius: 0px !important;
}

.navbar .nav-item .dropdown-menu .dropdown-item{
    transition: .5s all ease-in-out;
}

.navbar .nav-item .dropdown-menu .dropdown-item:hover{
    background-color: var(--primary);
}

.navbar .nav-item .dropdown-menu .dropdown-item.active{
    background-color: var(--primary);
}

.navbar-toggler{
    border: none !important;
    box-shadow: none !important;
}

.menu{
    font-size: 25px;
    /* color: white; */
}


/**** Navbar End ****/




/**** Slider Start ****/

.sliders .slide-carousel img{
    height: 80vh;
    width: 100%;
    object-fit: cover;
}

@media(max-width:768px){
    .sliders .slide-carousel img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    }
}

.sliders .contet-bg{
    background-color: var(--secondary);
}

.sliders h1{
    font-size: 50px;
    font-weight: 500;
}

.sliders p{
    line-height: 30px;
    letter-spacing: 2px;
    font-weight: 400;
    font-size: 15px;
}

@media(max-width:768px){
    .sliders h1{
        font-size: 40px;
    }
}

.slide-carousel .owl-dots{
    position: absolute;
    display: block;
    bottom: 0%;
    width: 100%;
    margin: 0 auto;
}
  
.owl-theme .owl-dots .owl-dot span{
    position: relative;
    width: 10px;
    height: 10px;
    background: #fff !important;
    border-radius: 50%;
    margin: 0px 5px;
    cursor: pointer;
    transition: all 500ms ease;
}
  
.owl-theme .owl-dots .owl-dot.active span {
    width: 17px;
    height: 17px;
    /* margin: 5px 7px; */
    background: transparent !important;
    border: 3px solid white !important;
    /* display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease; */
    border-radius: 30px;
}


/**** Slider End ****/



/*** Page Header Start ***/

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../imgs/carousel1.png) center center no-repeat;
    background-size: cover;
}

.page-header h1{
    font-weight: 500;
}

/*** Page Header End ***/




/*** Highlights Start ***/

.highlights .high-box{
    transition: .5s all ease-in-out;
    overflow: hidden;
}

.highlights .high-box:hover{
    margin-top: -20px;
    box-shadow: 0px 0px 25px #c0c0c0 !important;
}

.highlights .high-icon{
    font-size: 45px;
    color: var(--primary);
}

/*** Highlights End ***/



/*** About Start ***/

.abt-imgs{
    position: relative;
}

.abt-center-img img{
    position: absolute;
    content: "";
    top: 170px;
    bottom: 0px;
    left: 210px;
    right: 0px;
    height: 50%;
    border: 7px solid white;
}

.img1{
    height: 450px;
    width: 100%;
    object-fit: cover;
    background-size: cover;
}

.img2{
    height: 450px;
    width: 100%;
    object-fit: cover;
    background-size: cover;
}

@media(max-width:768px){
    .abt-center-img img{
        left: 170px;
        top: 110px;
    }
}

.abt-content{
    border-left: 3px double var(--primary);
}


/*** About End ***/



/*** Team Start ***/


.team {
  --default-color: #ffffff;
  --contrast-color: #ffffff;
}

.team .member {
  text-align: center;
  position: relative;
  overflow: hidden;
}

.team .member .member-info {
  opacity: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}

.team .member .member-info-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  transition: bottom 0.4s;
}

.team .member .member-info-content h4 {
  color: var(--contrast-color);
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}

.team .member .member-info-content h4 small {
  color: #e6e6e6;
  font-size: 14px !important;
  font-weight: 400 !important;
}

.team .member .member-info-content span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: white !important;
}

.team .member .social {
  position: absolute;
  left: 0;
  bottom: -38px;
  right: 0;
  height: 48px;
  transition: bottom ease-in-out 0.4s;
  text-align: center;
}

.team .member .social a {
  transition: color 0.3s;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  margin: 0 10px;
  display: inline-block;
}

.team .member .social a:hover {
  color: var(--primary);
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.team .member:hover .member-info {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.8) 20%, rgba(255, 255, 255, 0) 100%);
  opacity: 1;
  transition: 0.4s;
}

.team .member:hover .member-info-content {
  bottom: 60px;
  transition: bottom 0.4s;
}

.team .member:hover .social {
  bottom: 0;
  transition: bottom ease-in-out 0.4s;
}


.staff h3{
    font-size: 35px;
    font-weight: 600;
}




/*** Team End ***/




/*** Testimonial Start ***/


/*** Testimonial ***/
.testimonial-carousel {
    position: relative;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 40px;
    height: 100%;
    top: calc(50% - 50px) !important;
    left: -21px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin: 5px 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white !important;
    background: var(--primary) !important;
    border: 1px solid var(--primary) !important;
    border-radius: 0px;
    font-size: 18px;
    transition: .5s;
    z-index: 111 !important;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    color: #FFFFFF;
}

.testimonial-carousel .owl-dots {
    margin-top: 35px;
    margin-left: 3rem;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    width: 15px;
    height: 15px;
    background: #FFFFFF;
    border: 1px solid var(--primary) !important;
    border-radius: 0px !important;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 30px;
    background: var(--primary);
}
.border-primary {
    border-color: var(--primary) !important;
}
.text-primarys{
    color: var(--primary) !important;
}



/*** Testimonial End ***/





/*** Banner Start ***/

.banner{
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}

.banner::before{
    position: absolute;
    content: "";
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-image: url(../imgs/abstract-bg-1.webp);
    background-size: cover;
    opacity: 0.08;
}

.banner h1{
    font-weight: 600;
}

/*** Banner End ***/



/*** Our Projects Start ***/

.index_service_carousel .owl-nav {
    position: absolute;
    content: "";
    display: flex;
    /* flex-direction: column; */
    width: 100%;
    justify-content: end;
    align-items: end;
    top: -10%; 
    right: 0% !important;
}  

.index_service_carousel .owl-nav button span{
    background-color: var(--primary);
    padding: 20px;
    
}

.index_service_carousel .owl-prev:hover{
    background-color: transparent !important;
    box-shadow: none !important;
}

.index_service_carousel .owl-next:hover{
    background-color: transparent !important;
    box-shadow: none !important;
}

.index_service_carousel .owl-theme .owl-nav:hover{
    background-color: transparent !important;
}


.index_service_carousel img{
    height: 450px;
    width: 100%;
    object-fit: cover;
    background-size: cover;
}


.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 0px !important;
    padding: 0px !important;
    background: transparent !important;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.cads{
    position: relative;
    overflow: hidden;
}


.cads .cads-info{
    opacity: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    transition: 0.2s;
}

.cads .cads-info-content{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    transition: bottom 0.4s;
}

.cads .cads-info-content h4{
    color: white;
    font-weight: 500;
    margin-bottom: 2px;
    font-size: 18px;
}

.cads .line{
    height: 0px;
    width: 95px;
    border: 1px solid white;
}

.cads:hover .cads-info{
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.8) 20%, rgba(255, 255, 255, 0) 100%);
    opacity: 1;
    transition: 0.4s;
}

.cads:hover .cads-info-content{
    bottom: 60px;
    transition: bottom 0.4s;
}


.services h5{
    font-weight: 600;
}

.services h4{
    font-weight: 600;
}

.projects img{
    height: 300px;
    width: 100%;
    object-fit: cover;
    background-size: cover;
}



/*** Our Projects End ***/




.pro-box{
    position: relative;
    overflow: hidden;
    transition: .5s all ease-in-out;
}

.pro-inner-content{
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    transition: bottom 0.5s ease-in-out;
    transition: .5s all ease-in-out;
}

.pro-box:hover .pro-inner-content{
    bottom: 0;
}







/*** Gallery Start ***/

.gallery-item {
    overflow: hidden;
    border-right: 4px solid white;
    border-bottom: 4px solid white;
}
  
.gallery .gallery-item img {
    height: 350px;
    width: 100%;
    object-fit: cover;
    transition: all ease-in-out 0.4s;
}
  
.gallery .gallery-item:hover img {
    transform: scale(1.1);
}

/*** Gallery End ***/



/*** Contact Start ***/

.contact-info{
    background-color: #f3f2f2;
    padding: 30px;
}

.contact-info i{
    font-size: 25px;
    color: white;
    background-color: var(--secondary);
}

input, textarea{
    border-radius: 0px !important;
    box-shadow: none !important;
}


/*** Contact End ***/






/*** Footer Start ***/

.footer{
    background-color: #22272b;
}

.footer h5, h6{
    color: white !important;
}

.footer .footer-top a h5{
    color: white;
}

.footer .footer-top .social-media{
    font-size: 18px;
    color: white;
    border-radius: 9px;
    /* border: 1px solid white; */
    transition: .5s all ease-in-out;
}

.footer .footer-top .social-media:hover{
    background-color: var(--primary);
}

.footer .quick-links i{
    font-size: 14px;
    color: white;
}

.footer .quick-links a span{
    color: white;
    transition: .5s all ease-in-out;
}

.footer .quick-links a span:hover{
    color: var(--primary) !important;
    letter-spacing: 3px;
}

.footer .contact-details .footer-icon{
    font-size: 20px;
    color: white;
}

.footer .copyright a{
    color: white;
    transition: .5s all ease-in-out;
}

.footer .copyright a:hover{
    color: var(--primary);
}

/*** Footer End ***/



.whats{
    animation: floatUpDown 2s ease-in-out infinite;
}

@keyframes floatUpDown {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-20px); }
  100% { transform: translateY(0); }
}


.call{
    animation: floatUpDown 3s ease-in-out infinite;
}

@keyframes floatUpDown {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-20px); }
  100% { transform: translateY(0); }
}

/* .call a{
    transition: .5s ;
    
}
  
.call span{
    font-size: 0px;
     word-spacing: -40px;
    transition: .5s ;
   
}
  
.call:hover span{
   font-size: 13px;
   word-spacing:  0px;
    transition: .5s all;
} */




/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background-color: var(--primary);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: white;
  line-height: 0;
}

.scroll-top:hover {
  background-color: color-mix(in srgb, var(--primary), transparent 20%);
  color: var(--secondary);
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
}



.modal-content{
    border-radius: 0px !important;
}

.modal-content .modal-title{
    font-weight: 600;
}

.modal-header .btn-close{
    box-shadow: none !important;
    border-radius: 0px !important;
}