*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{
    overflow-x: hidden;
}
body{
    overflow-x: hidden;
    scroll-behavior: smooth;
    font-family: 'Montserrat', sans-serif;
}
.sec-padding{
    padding-block: 120px;
}
a{
    text-decoration: none !important;
}
li{
    list-style-type: none;
}
p{
    color: #151D41;
}
.global-btn {
    font-size: 15px;
    font-weight: bold;
    background-color: #FAA91D;
    border:2px solid #FAA91D;
    border-radius: 6px;
    color: #FFFFFF !important;
    width: 100%;
    max-width: 163px;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s;
}
.global-btn:hover{
    background-color: transparent;
    color: #FAA91D !important;
}
.sub-title{
    font-size: 20px;
    color: #FAA91D;
    margin-bottom: 23px;
}
.sub-title-2{
    font-size: 18px;
    color: #151D41;
    margin-bottom: 55px;
}
.title{
    font-size: 40px;
    font-weight: bold;
    color: #151D41;
    margin-bottom: 80px;
}
.contact-title{
    font-size: 40px;
    font-weight: bold;
    color: #151D41;
    margin-bottom: 10px;
}
.contact-text{
    font-size: 20px;
    font-weight: bold;
    color: #949599;
    margin-bottom: 60px;
}

/* header section start */
.contact-btn{
 font-size: 15px;
 font-weight: bold;
 color: #50C9E1 !important;
 border:2px solid #50C9E1;
 border-radius: 26px;
 padding: 9px 50px;
 transition: .2s;
}
.contact-btn:hover,.contact-btn:active{
    background-color: #50C9E1;
    color: #FFFFFF !important;
}
.home-header{
    width: 100%;
    height: 100%;
    background-image: url(/assets/images/banner-bg.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 100px;
    position: relative;
}
.about-header{
    width: 100%;
    height: 100%;
    background-image: url(/assets/images/about-banner.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    position: relative;
}
.services-header{
    width: 100%;
    height: 100%;
    background-image: url(/assets/images/Services-banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    position: relative;
}
.blogs-header{
    width: 100%;
    height: 100%;
    background-image: url(/assets/images/blog-banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    position: relative;
}
.projects-header{
    width: 100%;
    height: 100%;
    background-image: url(/assets/images/Project-banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    position: relative;
}
.contact-header{
    width: 100%;
    height: 100%;
    background-image: url(/assets/images/Contact-banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    position: relative;
}
.about-header::before,.services-header::before,.blogs-header::before,.projects-header::before,.contact-header::before{
    content: '';
    width: 100%;
    height: 100%;
    background: #0f446fc9;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    z-index: -1;
    
}

.header-sec .navbar-collapse .navbar-nav{
    margin-right: 80px;
}
.header-sec .navbar-collapse .navbar-nav a{
    font-size: 15px;
    color: #fff;
    transition:.2s ease;
    font-weight: bold;
    margin-inline: 5px;
}
.header-sec .navbar-collapse .navbar-nav a:hover,.header-sec .navbar-collapse .navbar-nav a.active{
    color: #FAA91D;
}
.inner-details-page .navbar-collapse .navbar-nav a{
    color:#151D41 ;
}
/* header section end */

/* banner section start */
.inner-details-page .banner-sec{
    background-color: #EFEFEF;
    padding-block: 5rem;
}
.about-header .banner-sec,.services-header .banner-sec,.blogs-header .banner-sec,.projects-header .banner-sec ,.contact-header .banner-sec{
    padding-block: 15rem;
}
.about-header .banner-sec h1,.services-header .banner-sec h1,.blogs-header .banner-sec h1,.projects-header .banner-sec h1,.contact-header .banner-sec h1{
    font-size: 60px;
    color: #50C9E1;
}
.about-header .banner-sec p,.services-header .banner-sec p,.blogs-header .banner-sec p,.projects-header .banner-sec p,.contact-header .banner-sec p{
    font-size: 25px;
    color: #FFFFFF;
}
.banner-sec img{
    width: 100%;
    height: 100%;
}
.banner-sec h1{
    font-size: 60px;
    line-height: 70px;
    color: #000000;
}
.banner-sec p{
    font-size: 25px;
    line-height: 40px;
    color: #455A64;
}
.banner-sec a.button-danger{
    font-size: 15px;
    font-weight: bold;
    color: #FFFFFF !important;
    background-color: #FAA91D;
    border-radius: 26px;
    padding: 9px 50px;
}
/* banner section end */

/* baout section start */
.about-sec img{
    width: 100%;
    height: 100%;
}
.about-sec p{
 font-size: 18px;
 margin-bottom: 22px;
}
.about-sec p:nth-child(1){
    font-size: 15px;
    color: #FAA91D;
}
.about-sec h4{
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 22px;
}
/* baout section end */

/* partners section start */
.partner2{
    margin-bottom: 80px;
}
.partner-content {
    display: flex;
    animation: scrolling 15s linear infinite;
  }
  .partner2-content {
    display: flex;
    animation: scrolling2 15s linear infinite;
  }
  
  
  .partner-item,.partner2-item {
    flex: 0 0 12vw;
    margin: 0 1vw;
    padding: 1vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .partner-item:nth-child(odd) {
    flex: 0 0 16vw;
    margin: 0 1vw;
    background-color: #F5F5F5;
  }
  .partner2-item:nth-child(even) {
    flex: 0 0 16vw;
    margin: 0 1vw;
    background-color: #F5F5F5;
  }
  
  .partner-item img,.partner2-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  
  @keyframes scrolling {
    0% { transform: translateX(0); }
    100% { transform: translatex(-94vw); }
  }
  @keyframes scrolling2 {
    0% { transform: translateX(-94vw); }
    100% { transform: translatex(0); }
  }
/* partners section end */

/*  services section start */
.services-sec .services-child{
  background-color: #FFFFFF !important;
  border: 1px solid #D1D1D1;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0 20px 20px #7682b730;
  padding: 23px 24px 28px 24px;
  transition: .5s;
  cursor: pointer;
}
.services-sec .services-subChild{
    background-color: #50C9E1;
    border-radius: 6px;
    padding: 30px;
    text-align: center;
    margin-bottom: 27px;
    transition: .5s ease;
    width: 100%;
}
.services-sec .services-child:hover{
    background-color: #50C9E1 !important;
}
.services-sec .services-child:hover .services-subChild{
    background-color: #FFFFFF !important;
  }
/*  services section end */

/*  portfolio section start */
.portfolio-sec img:not(.right-icon img){
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.portfolio-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-inline: 105px;
    width: 100%;
    height: 100%;
    padding-bottom: 50px;
}
.portfolio-sec .portfolio-content p,.portfolio-details p,.services-detail p{
    font-size: 18px;
    color: #151D41;
    margin-bottom: 22px;
}
.portfolio-sec .portfolio-content .h1,.portfolio-details .h1,.services-detail .h1{
    font-size: 78px;
    font-weight: bold;
    color: #FAA91D;
}
.portfolio-sec .portfolio-content .h4,.portfolio-details .h4,.services-detail h4{
    font-size: 27px;
    font-weight: bold;
    color: #0F446F;
    margin-bottom: 20px;
}
.portfolio-sec .portfolio-content .loadMore-btn{
    font-size: 20px;
    font-weight: bold;
    color: #50C9E1;
    transition: .2s;
}
.portfolio-sec .portfolio-content .loadMore-btn:hover{
    font-size: 1.5rem;
}
.portfolio-sec .row:nth-child(3){
    background-color: #0F446F;
}
.portfolio-sec .row:nth-child(3) p{
    color: #FFFFFF !important;
}
.portfolio-sec .row:nth-child(3) .h4{
    color: #50C9E1;
}
/*  portfolio section end */

/*  blog section start */
.blogs {
    background-color: #FFFFFF !important;
    border-radius: 5px;
    box-shadow: 0 15px 20px #7682b730;
    margin-bottom: 30px;
}
.blogs .blogs-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.blogs .blogs-content{
    padding: 17px 10px 19px 20px;
}
.blogs-date{
    font-size: 18px;
    color: #50C9E1;
}
.blogs .blogs-content p{
    font-size: 14px;
    color: #151D41;
    margin-bottom: 20px;
}
.blogs .blogs-content .blogs-btn{
    font-size: 18px;
    color: #FAA91D;
    display: flex;
    align-items: center;
}
.blogs .blogs-content .blogs-btn img{
    width: 11px;
    height: 7px;
    margin-left: 6px;
}
/*  blog section end */

/* testimonuial section start */
.testimonials-sec{
    width: 100%;
    height: 100%;
    background-color: #0F446F;
}
.testimonials-sec .title{
    color: #FFFFFF;
}
.testimonials-sec .testimonials-slider{
    position: relative;
}
.testimonials-sec .testimonials-slider::before{
    content: '';
    background: url(/assets/images/quot.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    position: absolute;
    left: -7%;
    bottom: 74%;
    width: 5%;
    height: 100%;
     
}
.testimonials-sec .testimonials-content {
    margin-inline: 20px;
}
.testimonials-sec .testimonials-content p{
    font-size: 20px;
    color: #FFFFFF;
}
.testimonials-sec .testimonials-profile{
    display: flex;
}
.testimonials-sec .testimonials-profile div:nth-child(1){
    margin-right: 14px;
}
.testimonials-sec .testimonials-profile div:nth-child(2) p{
  margin-bottom: 0;
}
.testimonials-sec .testimonials-profile div:nth-child(2) p:nth-child(1){
    font-size: 24px;
    color: #FAA91D;
 }
 .testimonials-sec .testimonials-profile div:nth-child(2) p:nth-child(2){
    font-size: 16px;
    color: #FFFFFF;
 }
 .testimonials-sec .testimonials-slider ul.slick-dots {
    top: -35px;
    left: 10px;
    text-align: left;
}
.slick-dots li button:before{
    color: #fff !important;
    font-size: 12px !important;
    opacity: 1 !important;
}
.slick-dots li.slick-active button:before{
    color: #50C9E1 !important;
}

/* testimonuial section end */

/* contact us section start */
.contact-sec{
    width: 100%;
    height: 575px;
    background:url(/assets/images/contact-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact-sec::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
}
.contact-sec .contact-content{
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   position: relative;
}
.contact-sec .contact-content h4{
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 45px;
    color: #FFFFFF;
}
.sign-up{
    border-radius: 20px;
    width: 100%;
    max-width: 517px;
    display: flex;
    margin-bottom: 15px;
}
.sign-up input[type="text"]{
    background: transparent;
    outline: none;
    border: 2px solid #FFFFFF;
    border-right: 0;
    padding: 26px 40px;
    flex-basis: 70%;
    border-radius: 50px 0 0 50px;
    color: #fff;
    font-size: 16px;
}
.sign-up input[type="text"]::placeholder{
    color: #fff;
    font-size: 16px;
}
.sign-up button{
    font-size: 16px;
    font-weight: bold;
    background-color: #FAA91D;
    border: 2px solid #FAA91D !important;
    color: #FFFFFF;
    border: none;
    outline: none;
    padding: 26px 38px;
    flex-basis: 30%;
    border-radius: 0 50px 50px 0;
    transition: 0.2s;
}
.sign-up button:hover{
    color: #FAA91D;
    background: transparent;
}
.contact-content span{
    font-size: 16px;
    color: #FFFFFF;
}
/* contact us section end */

/* footer start */
footer{
    background-color: #0F446F;
    color: #FFFFFF;
}
.social-icons{
    display: flex;
}
.footer-logo img:not(.social-icons img){
   margin-bottom: 28px;
   transition: .5s;
}
.footer-logo .social-icons img{
    transition: .5s;
 }
.footer-logo .social-icons img:hover{
    transform: scale(1.1);
}
.footer-logo p{
    font-size: 16px;
    line-height: 31px;
    color: #FFFFFF;
    margin-bottom: 62px;
}
.copyright-text{
    background-color: #052E50;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-block: 20px;
}
.copyright-text span{
    color: #FFFFFF;
    font-size: 16px;
}
/* .useful-links{
    display: flex;
    justify-content: space-between;
} */
.useful-links ul{
    padding-left: 0;
}
.useful-links ul li{
    margin-bottom: 20px;
}
.useful-links ul li a{
    font-size: 16px;
    color: #FFFFFF;
    position: relative;
    padding-bottom: 5px;
}
.useful-links ul li a::after,ul.services-footer li a::after{
    transform-origin: left;
    width: 100%;
    height: 2px;
    content: '';
    position: absolute;
    left: 0;
    bottom:0;
    background-color: #FAA91D;
    transition: .7s;
    transform: scaleX(0);
}
.useful-links ul li a:hover:after,ul.services-footer li a:hover:after{
    transform: scaleX(1);
   
}
.footer-title{
    font-size: 20px;
    font-weight: 600;
    color: #FFFFFF;
    position: relative;
    padding-bottom: 7px;
    margin-bottom: 23px;
}
.footer-title::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 77px;
    height: 2px;
    background-color: #FAA91D;

}
ul.services-footer{
    padding-left: 0;
}
ul.services-footer li{
    margin-bottom: 20px;
}
ul.services-footer li a{
    font-size: 16px;
    color: #FFFFFF;
    position: relative;
    padding-bottom: 5px;
}
.address-info img{
    width: 16px;
    height: 16px;
}
.address-info p{
    margin-bottom: 0;
    font-size: 16px;
    color: #FFFFFF;
}
.address-info{
    margin-bottom: 17px;
}
.useful-links:nth-child(2) {
    margin-top: 30px;
}
/* footer end */

/* work process section start */
.work-process{
    background-color: #EFEFEF;
    position: relative;
    z-index: 0;
}
.work-process .title{
    margin-bottom: 25px;
}
.work-process .work-process-child{
    padding: 15px;
    text-align: center;
    background-color: #0F446F;
    border-radius: 30px 0 30px 0;
    position: relative;
}
.work-process .col-12 .work-process-child::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    font-size:25px;
    font-weight: bold;
    color: #151D41;
    background-color: #50C9E1;
    border-radius: 30px 0 0 0;
    padding: 0 16px;
    z-index: 1;
}
.work-process .col-12:nth-child(1) .work-process-child::before{
    content: '1st';
}
.work-process .col-12:nth-child(2) .work-process-child::before{
    content: '2nd';
}
.work-process .col-12:nth-child(3) .work-process-child::before{
    content: '3rd';
}

.work-process-child::after{
    content: '';
    position: absolute;
    bottom: -22px;
    left: 0;
    right: 0;
    background-color: #FFFFFF;
    border-radius: 30px 0 30px 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.work-process .work-process-child h1{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 32px;
    color: #FFFFFF;
}
.work-process .work-process-child p{
    font-size: 16px;
    margin-bottom: 20px;
    color: #FFFFFF;
}
.breadcrumb-item.active a{
    color: #6c757d;
}
/* work process section end */

/* media queries for responsive */
@media(max-width:1024px){
    span.navbar-toggler-icon{
        filter: invert(1);
    }
    .navbar-light .navbar-toggler{
        border-color: #FFFFFF !important;
        outline: none !important;
    }
    .navbar-toggler:focus{
        box-shadow: none !important;
    }
    div#toggleNav {
        background: #FFFFFF;
        padding: 20px;
        border-radius: 7px;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    }
    .header-sec .navbar-collapse .navbar-nav a{
        color: #151D41;
    }
    .header-sec .navbar-collapse .navbar-nav {
        margin-right: 0;
        margin-bottom: 1.5rem!important;
    }
    .contact-btn,.banner-sec a.button-danger{
        padding: 9px 30px;
        font-size: 14px;
    }
    .header-sec .navbar-collapse .navbar-nav{
        margin-right: 0;
    }
    .portfolio-sec img:not(.right-icon img){
        object-fit: cover;
    }
    .work-process .col-12 .work-process-child::before{
        font-size: 25px;
        padding: 0 10px;
    }
    .work-process .work-process-child h1{
        font-size: 20px;
        margin-bottom: 15px;
    }
    .portfolio-content{
        padding-inline: 20px;
        padding-bottom: 20px;
    }
    
}
@media(max-width:768px){ 
    .contact-title{
        font-size: 25px;
    }
    .contact-text{
        font-size: 16px;
    }
    .home-header{
        background-image: none;
    }
    .home-header::before {
        content: '';
        position: absolute;
        left: 60px;
        top: 0;
        width: 100%;
        height: 100%;
        background-image: url(/assets/images/banner-bg.png);
        background-size: 100% 72%;
        background-position: top;
        background-repeat: no-repeat;
        z-index: -1;
    }
    .banner-sec{
        padding-block: 40px;
    }
    .banner-sec h1 {
        font-size: 25px;
        line-height: normal;
    }
    .banner-sec p {
        font-size: 16px;
        line-height: 25px;
    }
    .about-sec p {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .about-sec h4 {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 15px;
    }
    .title {
        font-size: 25px;
        margin-bottom: 30px;
    }
    .sub-title {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .sub-title-2{
        font-size: 16px;
          margin-bottom: 30px;
    }
    .global-btn {
        font-size: 13px;
        max-width: 120px;
        height: 40px;
    }
    .testimonials-sec .testimonials-content p{
        font-size: 16px;
    }
    .contact-sec .contact-content h4{
        font-size: 30px;
        margin-bottom: 30px;
    }
    /* .useful-links{
        flex-direction: column;
    } */
    .footer-logo img,.footer-logo p {
        margin-bottom: 15px;
    }
    .portfolio-sec .portfolio-content .loadMore-btn {
        font-size: 18px;
    }
    .portfolio-sec .portfolio-content p,.portfolio-details p,.services-detail p {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .portfolio-sec .portfolio-content .h4,.portfolio-details .h4,.services-detail .h4 {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .portfolio-sec .portfolio-content .h1,.portfolio-details .h1,.services-detail h1 {
        font-size: 45px;
    }
    .sign-up{
        max-width: 400px;
    }
    .sign-up input[type="text"] {
        padding: 20px 15px;
        font-size: 14px;
    }
    .sign-up button {
        font-size: 14px;
        padding: 20px 15px;
    }
    .contact-content span{
        font-size: 14px;
    }
    .blogs {
        margin-bottom: 25px;
    }
    .blogs-date {
        font-size: 16px;
       margin-bottom: 15px;
    }
    .blogs .blogs-content p {
        margin-bottom: 15px;
    }
    .blogs .blogs-content .blogs-btn{
        font-size: 16px;
    }
    .slick-dots li button:before{
        font-size: 9px !important;
    }
    .testimonials-sec .testimonials-slider ul.slick-dots{
        top: -25px;
    }
    .copyright-text span{
        font-size: 14px;
    }
    .portfolio-content {
        padding-inline: 15px;
        padding-bottom: 30px;
    }
    .home-header{
        padding-bottom: 0;
    }
    .contact-sec{
        height: 100%;
    }
    ul.services-footer li a,.useful-links ul li a,.address-info p,.footer-logo p{
        font-size: 14px;
    }
    .address-info,.useful-links ul li,ul.services-footer li{
        margin-bottom: 10px;
    }
    .footer-logo p {
        line-height: 20px;
    }
    .work-process .work-process-child{
        margin-bottom: 50px;
    }
    .about-header .banner-sec h1,  .services-header .banner-sec h1,.blogs-header .banner-sec h1,.projects-header .banner-sec h1,.contact-header .banner-sec h1{
        font-size: 30px;
    }
    .about-header .banner-sec p,  .services-header .banner-sec p,.blogs-header .banner-sec p,.projects-header .banner-sec p,.contact-header .banner-sec p{
        font-size: 16px;
    }
    .about-header .banner-sec,  .services-header .banner-sec,.blogs-header .banner-sec,.projects-header .banner-sec,.contact-header .banner-sec{
        padding-block: 12rem;
    }
}
@media(max-width:576px){
    .partner-item, .partner2-item,.partner-item:nth-child(odd),.partner2-item:nth-child(even){
        flex: 0 0 30vw;
    }
    .partner2 {
        margin-bottom: 40px;
    }
    .sec-padding{
        padding-block: 40px !important;
    }
    .global-btn {
        font-size: 12px;
    }
    .sign-up button,.sign-up input[type="text"]{
        padding: 15px;
    }
    .testimonials-sec .testimonials-slider::before{
        left: 0;
        bottom: 85%;
        width: 10%;
    }
}
@media(max-width:480px){
    .home-header::before {
        left: 70px;
        background-size: 100% 68%;
    }
}
/* media queries for responsive */
