@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;700&family=Josefin+Sans:wght@300;400;500;600;700&family=Poppins:wght@400;500&display=swap');

/*General*/
/*html {
  scroll-behavior: smooth;
}*/
html{
    height: 100%;
} 
body{
    font-size: 17px;
    font-family: 'DM Sans', sans-serif;
    line-height: 28px;
    color: #363440;
    font-weight: 400;
    min-height: 100%
}
a{outline: none;color: #0062cc}
p{
    font-size: 17px;
    color: #363440;
    line-height: 32px;
}
.page-separator{
    padding: 80px 0;
}
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: #b1bdc9;
    border: 1px #b1bdc9 solid;
}
::-webkit-scrollbar-track {
    background: transparent;
    border: none;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
.title{
    margin: 0 0 50px 0;
}
.title .redbadge{
    background: #335da933;
    display: inline-block;
    padding: 0 20px;
    border-radius: 25px;
    margin: 0 0 10px 0;
    color: #343f52;
    font-size: 12px;
    line-height: 24px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
}
.title h3{
    color: #343f52;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 40px;
    font-weight: 600;
    margin: 0 0 10px 0;
}
.sub-title h3{
   font-size: 38px;
   line-height: 44px;
   color: #fff;
   font-family: 'Josefin Sans', sans-serif;
   font-weight: 600;
   margin: 10px 0 30px 0;
}
.blue-bg{
    background-image: url(../images/bg4.jpg) !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-attachment: fixed!important;  
}
.blue-bg:before{
    background: rgb(30 34 40 / 12%);
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
} 
.bredcrumbs{
    margin: 40px 0 14px 0;
    display: flex;
    align-items: center;
}
.bredcrumbs a{
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    display: inline-block;
}
.bredcrumbs a.current-page{
    color: #ffffff9e;
    pointer-events: none;
    cursor: default;
}
.bred-sep{
    display: inline-block;
    color: #fff;
    margin: 0 8px;
    font-size: 18px;
}
.headermenu{
    position: relative;
    top: 0;
    width: 100%;
    left: 0;    transition: all 0.3s ease-out;
    background: transparent;
    z-index: 999;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}
.headermenu.fixed-menu{
  position: fixed;
    top: 0;
    z-index: 99999;
    left: 0;padding: 0;
    box-shadow: 0 10px 15px rgb(25 25 25 / 10%);
    background-color: #fff;
}
.headermenu.fixed-menu .nav-menu{
    border-radius: 0;
    box-shadow: none;
    background: transparent;
}
.nav-menu{
    background-color: #fff;
    padding: 0.3em 1.5rem 0.3em 1.5rem; 
    box-shadow: 0 10px 15px rgb(25 25 25 / 10%);
    width: 100%;
    border-radius: 0.4rem;
}
.nav-menu .navbar{
    padding: 0;
}
.navbar-brand img{
    max-width: 80px;
}
.nav-menu .nav-link{
    color: #343f52;
    font-weight: 500;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
        padding-right: 0.7rem !important;
    padding-left: 0.7rem !important;
}
.nav-menu .nav-link:hover,.nav-menu .nav-link.active:hover,.nav-menu .nav-link.active{
    color: #d77006;
}
.callno{
    margin: 0 0 0 30px;
}
.callno a{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0px 10px;
    text-decoration: none;
}
.callno a img{
    margin-right: 14px;
    width: 30px;
}
.callno a span i{
    display: block;
    font-size: 13px;
    color: #979797;
    font-style: normal;
    line-height: 16px;
}
.callno a span b{
    color: #343f52;
    font-weight: 500;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
}
.banner{ 
    color: #fff; 
    width: 100%; 
    display: flex;
    align-items: center;  
    padding: 12px 0;
}

.banner{ 
    position: relative;
    z-index: 9; 
}
.banner-contents h2{
    font-size: 48px;
    line-height: 54px;
    margin-bottom: 30px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
}
.banner-contents p{
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    color: #fff;
}
.banner-btn-set{
    margin-top: 40px;
}
.btn-white{
    background: #fff;
    color: #2761a8;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    padding: 15px 30px;
    height: auto;
    width: auto;
    border-color: #2761a8;
    border-radius: 25px;
    display: inline-block;
}
.banner-btn-set .btn-outline-secondary{
    color: #fff;
    border-color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 30px;
    height: auto;
    width: auto;
    border-radius: 25px;
    display: inline-block;
    transition: all 0.3s ease-in;
}
.banner-btn-set .btn-outline-secondary:hover{
    color: #343f52 !important;
    background-color: #fff;
    border-color: #fff !important;
}
.banner-img{
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.banner-img img{
    width: auto;
    max-width: 100%;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    height: 480px;
    width: 100%; 
    -webkit-mask-size: auto auto;
    -webkit-mask-image: url(../images/blob.svg);
    mask-image: url(../images/blob.svg);
}
.yearsexp{
    padding: 18px;
    position: absolute;   
    bottom: 50px;
    right: 50px;
    background: #fff;
    box-shadow: 0 .25rem 1.75rem rgba(30,34,40,.07)!important;
    z-index: 99;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.done-projects {
    display: inline-flex;
    margin:0 0 0 0;
}
.done-projects{
    display: flex;
    align-items: center;
    justify-content: flex-start;    
}
.done-projects i{
   display: inline-block;
   margin:0 20px 0 0;
}
.done-projects i svg{
    width: 36px;
    height: 36px;
}
.done-projects span{
    color: #343f52;
    font-weight: 500;
}
.done-projects span code{
    display: block;
    font-size: 20px;
    font-weight: 600;
    font-family: inherit; 
    color: #343f52;
    word-spacing: 0.1rem;
    letter-spacing: -.01rem;
}
.done-projects span span{
    font-size: 14px;
}
.lineal-stroke {
    fill: #36496d;
}
.lineal-fill, .text-primary .lineal-fill {
    fill: #e3a6b6;
}
.who-we-are{
    background: #ffffff;
}
.about-img-section{
    position: relative;
}
.round-line-shape{
    z-index: 1;
    opacity: 0.4;    top: -2.2rem;
    left: -2.4rem;
    transform: translate3d(0px, 5px, 0px);
    width: 8rem!important;
    height: 8rem!important;
    border-radius: 50%!important;
    position: absolute;
    background: repeating-linear-gradient(-55deg,rgba(255,255,255,0) 0.8px,#e2626b 1.6px,#e2626b 3px,rgba(255,255,255,0) 3.8px,rgba(255,255,255,0) 10px);
}
.about-img-section figure {
    position: relative;
    z-index: 2;
}
.about-img-section figure img{
    width: auto;
    max-width: 100%;    
    height: auto!important;
}
.about-img-section .rounded img {
    border-radius: 0.4rem;
}
.square-bg-shape{
    border-radius: 0.4rem!important;
    position: absolute;
    background-color: #dee5f3;    
    bottom: -1.8rem;
    right: -1.5rem;
    width: 85%;    
    z-index: 1;
    height: 90%;
    transform: translate3d(0px, 0px, 0px);
}
.about-contenct-section{
    padding:0 0 0 60px
}
.about-contenct-section h3{
    color: #343f52;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 40px;
    font-weight: 600;
    margin: 0 0 10px 0;
}
.about-contenct-section p{
    font-size: 17px;
    color: #363440;
    line-height: 32px;
}
ul.listings{
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.listings li {
    font-size: 16px;
    line-height: 30px;
    margin: 0 0 10px 0;
    position: relative;
    padding-left: 36px;
}
ul.listings li:before{
    position: absolute;
    width: 18px;
    height: 18px;
    content: "";
    left: 0;
    top: 6px;
    background: url("../images/circle-tick.svg");
}
.redbadge{
    background: #335da933;
    display: inline-block;
    padding: 0 20px;
    border-radius: 25px;
    margin: 0 0 10px 0;
    color: #343f52;
    font-size: 12px;
    line-height: 24px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
}
.vision-mission{    
    position: relative;
    display: flex;
    flex-direction: column;
    margin:40px 0 10px 0;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 0.4rem;
    box-shadow: 0 .25rem 1.75rem rgba(30,34,40,.07)!important;
}
.vision-banner{    
    width: 100%;
    height: 100%;
    background: url("../images/vision-mission.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll!important;
    position: relative;
    z-index: 99;
}
.vision-mission h3{
    color: #343f52;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 6px 0;
}
.vision-mission p{
    font-size: 17px;
    color: #363440;
    margin-bottom: 20px;
    line-height: 32px;
}
.dots-shape{
    width: 6rem!important;
    bottom: -0.5rem;
    right:-4.6rem;
    transform: translate3d(0px, 28px, 0px);
    background-image: radial-gradient(#54a8c7 2px,transparent 2.5px);    
    z-index: 1;    
    position: absolute;
    background-size: 0.75rem 0.75rem !important;
    height: 8rem!important;
    opacity: .4; 
}
.services-bg{
    /*background: url('../images/services-bg.jpg');*/
    background:linear-gradient(97.41deg,#f5d6cd -.75%,#e3edeb 45.79%,#efe7e2 96.95%);
}
.list-services {
    position: relative;
    background: #fff;
    border-radius: 0;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0px 30px 40px 0px rgb(1 11 60 / 6%);
}
.list-services .service-image {
    padding-top: 55%;
    position: relative;
    overflow: hidden;
    width: 100%;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.list-services .services-content {
    padding: 20px;
    background: #ffffff;
}
.list-services .services-title {
    position: relative;
    z-index: 9;
    display: flex;
    align-items: flex-start;
    height: 100%;
    width: 100%;
    flex-direction: column;
    text-align: left;
    justify-content: center;
}
.list-services .services-content p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin: 0;
    font-size: 17px;
    color: #363440;
    line-height: 30px;
}
.list-services .services-title h3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #343f52;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 14px 0;
}
.list-services .service-image:hover {
    -webkit-transform: scale(1.05,1.05);
    -moz-transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);
    -o-transform: scale(1.05,1.05);
}
.with-line {
     display: inline-block;
     color: #0062cc;
     font-weight: 400;
     transition: color .3s cubic-bezier(.645, .045, .355, 1);
     position: relative;
     font-size: 16px;
     margin: 20px 0 10px 0;
     text-decoration: none;
}
.with-line:after {
    content: "";
    display: inline-block;
    width: 40px;
    height: 1px;
    background-color: #0062cc;
    vertical-align: middle;
    position: absolute;
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
    left: 0;
    bottom: 0;
}
.list-services:hover .with-line {
    color: #0062cc;
    text-decoration: none;
}
.list-services:hover .with-line:after {
    color: #0062cc;
    width: 17px;
    background-color: #0062cc;
}
.inner-banner{
    width: 100%;
    margin:0 0 50px 0;
    height: 360px;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
} 

.projects-list{
    background-color: #0c2f70;
}
.projects-slider .item{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.projects-slider .item:before{
    background: rgba(0,31,63,0.5);
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    height: 100%;
    width: 100%;
    z-index: 1;
}
.project-title{
    position: absolute;
    z-index: 99;
    color: #fff;
    width: 60%;
    height: auto;
    align-items: center;
    justify-content: center; 
    padding: 30px;
    transition: transform 0.5s ease-in-out, box-shadow 0.4s ease-in-out 0.5s, opacity 0.5s ease-in-out;
    opacity: 0;
    font-family: 'Josefin Sans', sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    transform: translateY(500%);
}
.projects-slider .item:hover:before {
    background: rgba(0,31,63,0.8);
}
.projects-slider .item:hover .project-title{
    box-shadow: 0px 0px 0px 6px #ffc000;
    transform: translateY(50%);
    opacity: 1;
}

footer{
    background: linear-gradient(0deg,#f5f5fc,rgba(255,255,255,0) 100%);  
}
footer.page-separator{
    padding-bottom: 14px;
}
.footer-logo{
    display: inline-block;
}
.domain-details{
    margin: 0 0 12px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.domain-details a,.domain-details span{
position: relative;
    display: flex;font-family: 'Poppins', sans-serif;
    font-weight: 500;
    align-items: center;
    text-decoration: none;
    justify-content: center
}
 

.domain-details .watsno,.domain-details .domainname {
        font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 17px;
    margin: 0 10px 0 10px;
    color: #0062cc;
}
.domain-details .sep{
    display: inline-block;
    margin: 0 10px;
    color: #0062cc;
}
.domain-details .watsno i{
        width: 63px;
    height: 34px;  
    display: inline-block;
    background: url(../images/sprite.png);
    background-repeat: no-repeat;
    background-size: 204px;
    background-position: 0px 2px;
}

.domain-details .domainame i{
    width: 32px;
    height: 32px;
    margin: 0 12px;
    display: inline-block;
    background: url(../images/sprite.png);
    background-size: 204px;
    background-position: -59px 2px; 
}
.domain-details .domainame.email i{
   background-position:-90px 2px; 
}
.social-icons i{
       width: 86px;
       height: 34px;
       margin: 0 12px;
       display: inline-block;
       background: url(../images/sprite.png);
       background-repeat: no-repeat;
       background-size: 204px;
       background-position: -123px 2px;
}
.ct-details address{
    margin: 30px 0;
    padding: 0;
}
.domain-details .watsno, .domain-details .domainname{
        font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 17px;
    margin: 0 10px 0 10px;
    color: #0062cc;
}
.ct-details address code{    display: block;
    font-size: 17px;
    color: #363440;
    margin: 3px 0px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;}

.navbar-toggler {
    width: 38px;
    height: 30px;
    line-height: inherit; 
    border-radius: 0;
    padding: 0;
    margin: 0;
}
.navbar-toggler-icon img{
    max-width: 100%;
}

@media (max-width:1199.98px){}
@media (max-width:991.98px){}
@media (max-width:767.98px){
    .title .redbadge{
        line-height: 20px;
    }
  .title{
    margin: 0 0 30px 0
  }
    .title h3{
       font-size: 30px;
    
    }
  .page-separator{
    padding: 50px 0;
  }
    .title .redbadge{
        font-size: 11px;
    }
    .navbar-brand img {
        max-width: 52px;
    }
    .banner-contents{
        text-align: center;
    }
    .banner-contents h2{
        font-size: 30px;
        line-height: 38px;  
        text-align: center;
    }
    .banner-contents p{
        font-size: 16px;
        line-height: 26px;
    }
    .banner-btn-set{
        display: none;
    }
    .banner-img img{
        height: 280px;
    }
    .yearsexp{
        padding: 12px;
    }
    .done-projects span code{
        font-size: 16px;
        line-height: 14px;
    }
    .about-img-section{
        padding: 0 3em;
    }
    .round-line-shape{
        top: -1.2rem;
        left: -0.4rem;
        width: 6rem!important;
        height: 6rem!important;        
    }
    .square-bg-shape{
        bottom: -1.8rem;
        right: 1.5rem;
        width: 65%;
    }
    .column-reverse-mobi{
        flex-direction: column-reverse;
    }
    .about-contenct-section{
        padding: 0;
        margin: 40px 0 20px 0;
    }
    .vision-mission{
        margin: 0px 20px;
    }
    .vision-mission h3{
        font-size: 20px;
    }
    .vision-mission p{
        font-size: 16px;
        line-height: 28px;
    }
    .list-services .services-content p{
        line-height: 28px;
        font-size: 16px;
    }
    .with-line{
        font-size: 14px;
    }
    .domain-details{
        flex-wrap: wrap;
    }
    .sub-title h3{
         font-size: 30px;
        line-height: 36px;
    }
    .inner-banner{
        height: 230px;
    }
    .inner-content{

    }
    .callno{
        margin: 6px 0 0 0;
    border-top: 1px solid #ededed;
    padding: 14px 0 7px 0;
    }
    .dots-shape{
        right: -30px;
    }
  .domain-details code,.domain-details .sep{
    display: none;
  }
  .domain-details *{
    margin: 5px 0;
  }
  .navbar-collapse{
    margin-top: 30px;
  }

}
@media (max-width:575.98px){}
    

    
