*{
    padding: 0px;
    margin: 0px;
}

/* Saira-fonts */
@import url('https://fonts.googleapis.com/css2?family=Arimo:wght@400;500;600;700&family=Raleway:wght@100;200;300;400;500;600;700;800;900&family=Saira:wght@100;200;300;400;500;600;700;800;900&display=swap');

body{
    font-family: 'Saira', sans-serif;
}
ul{
    padding: 0;
    margin: 0;
}
li{
    list-style: none;
}
a{
    text-decoration: none;
    
}
p{
    margin: 0px;
}
header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    padding: 15px 100px;
}

#form-message {
    margin-top: 15px;
    padding: 10px;
    font-weight: 500;
}

.our-clients .title {
    margin-top: -75px;
}
.cmn-btn {
    display: inline-flex;
}
.cmn-btn a{
    overflow: hidden;
    position: relative;
    display: inline-block;
    border-radius: 30px ;
    padding: 10px 30px;
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    background: linear-gradient(233.77deg, rgb(80 113 173 / 80%) 0.94%, rgb(14 37 84 / 80%) 99.09%);
    z-index: 1;

}
.cmn-btn a:hover {
    box-shadow: 0 0 5px rgb(255 255 255 / 30%);
}
.cmn-btn a::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 0%;
    top: 50%;
    left: 50%;
    background-color: #000000;
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: -1;
    transition: all .5s ease-out 0s;
}

.nav-item {
    padding: 25px 5px
}
.nav-item:hover{
    background: #31a031;
    cursor: pointer;
}
.nav-item:hover.nav-item a{
    color: #ffffff !important;
}
.dropdown-menu{
    margin-top: 15px !important;
    background-color: black;
}
.dropdown-item:hover{
    color: #3f68b5 !important;
    background-color: black;
}

.banner-bg{
    background-image: url(../image/hero-bg.jpg);
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: center center;

}
.btn-outline-danger{
    color: #3f68b5;
    background-color: #3f68b5;
}
.banner-section img{
    border-radius: 100px 20px 20px 20px;
    
}
.banner-section{
    position: relative;
    max-width: 775px;
}
.banner-section::before{
        position: absolute;
        content: "";
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        background: #17161a;
        opacity: .10;
        border-radius: 100px 20px 20px 20px;
        transition: all .5s ease-out 0s;
}
.banner{
    position: relative;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.banner-btn{
    display: flex;
    justify-content: center;
}
/* .banner-btn .cmn-btn a{
    background: #000;
}  */
.banner-data a:hover:before {
    height: 380%;
}
.main-banner{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.banner-data h2{
    font-weight: 800;
    font-size: 40px;
    letter-spacing: .05em;
    text-transform: uppercase;
    -webkit-text-stroke: 2px rgba(255,255,255,.2);
    -webkit-text-fill-color: transparent;
    position: absolute;
    right: 0;
    top: -90px;
}
.banner-data{
    background: #003177bf;
    border: 1px solid rgba(173,173,173,.2);
    box-sizing: border-box;
    border-radius: 20px;
    text-align: center;
    max-width: 670px;
    padding: 80px 50px;
    position: relative;
    margin-left: -100px;
}
.banner-data h1{
    font-weight: 900;
   font-size: 23px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
   
}
.inq-btn{
    margin-left: 8px;
}
.banner-data h1 span{
    font-weight: 800;
    font-size: 60px;
    letter-spacing: .05em;
    text-transform: uppercase;
    -webkit-text-stroke: 1px #fff;
    -webkit-text-fill-color: transparent;
    font-size: 42px;
}
.banner-data p{
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
    line-height: 35px;
}
.banner-data a{
    display: inline-block;
    padding: 10px 20px;
    min-width: 200px;

    font-weight: bold;
    font-size: 17px;
    text-align: center;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
 .about-us{
    background-color: #17161A;
    border: 1px solid #17161A;
    margin-right: 15px;
}
.banner-data a ::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 0%;
    top: 50%;
    left: 50%;
    background-color: #000000;
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: -1;
    
}
 .work-btn{
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    margin-left: 15px;
}
.work-btn a{
    display: inline-block;
    padding: 10px 20px;
    min-width: 200px;
    font-weight: bold;
    font-size: 17px;
    text-align: center;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.single-client:hover .client-hover {
    visibility: visible;
    opacity: 1;
     transition: all .5s ease-out 0s;
}
/* .single-client:hover.single-client img{
    display: none;
} */
.slider-number{
    position: absolute;
    right: -130px;
    bottom: -20px;
}
.slider-number span{
    font-weight: 600;
    font-size: 100px;
    letter-spacing: .05em;
    text-transform: uppercase;
    -webkit-text-stroke: 2px rgba(255,255,255,.2);
    -webkit-text-fill-color: transparent;
}

.service-area{
    padding: 120px 0px 37px;
    background: #FFFFFF !important;
}
.title span{
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #3f68b5;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.title span::before{
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #3f68b5;
}
.title h2{
    /* margin-bottom: 45px; */
    font-size: 48px;
}
.single-service{
    border-radius: 1px solid #232323;
    background: #003177;
}
.single-service {
    border: 1px solid #232323;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 20px;
    position: relative;
    display: flex;
    width: 100%;
    transition: all .5s ease-out 0s;
    height: 195px;
}

.single-service span {
    font-size: 35px;
    font-weight: 700;
    -webkit-text-stroke: 2px rgba(255,255,255,.07);
    -webkit-text-fill-color: transparent;
    letter-spacing: 2px;
    position: absolute;
    right: 10px;
    top: 10px;

}
.service-icon{
    margin-top: 15px;
    min-width: 70px;
}
.service-icon i{
    background-color: #fff;
    color: #072951;
    font-size: 30px;
    height: 65px;
    width: 65px;
    display: inline-block;
    line-height: 65px;
    text-align: center;
    border-radius: 50%;
    position: relative;
  
}
.service-icon i img{
    max-height: 38px;
    max-width: 38px;
}
.service-content{
    margin-left: 15px;
}
.service-content h4{
    font-size: 22px;
    font-weight: 500;
    color: #FFFFFF;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.service-content p{
    color: #e4e4e4;
    font-size: 16px;
    margin-bottom: 20px;
    display: -webkit-box;
  -webkit-line-clamp: 4; /* Show only 4 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 6em; /* Adjust based on font-size and line-height */
  line-height: 1.5em; /* Set an appropriate line-height */
}
.banner-slider{
    position: relative;
    margin-top: 65px;
}
.social-media{
    position: absolute;
    right: -100px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.social-list{
    list-style: none;
    transform: rotate(-90deg);
}
.social-list li{
    display: inline-block;
}
.social-list li a{
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: #FFFFFF;
    display: inline-block;
    line-height: 1;
    padding: 0 15px;
    border-right: 1px solid #3f68b5;
}
.social-list li:last-child a {
    border: none;
}
.banner-data p{
    margin-bottom: 30px;
}
.service-content a{
    display: inline-block;
    color: #3f68b5;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
  
    position: relative;
}
.service-content a i {
    margin-left: -4px;
   
    position: relative;
}
/* .navbar {
    padding: 35px 50px;

} */
 .navbar .nav-link{
    color: #000 !important;
 }

.navbar .container{
    
    max-width: 95%;
}

.about{
    padding-top: 50px;
}
/* .title-about{
    position: relative;
} */


.title-about span {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #2252ac;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.title-about span::before{
    position: absolute;
    content: "";
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background-color: #2252ac;
}
.title-about h2{
    color: #17161A;
    font-size: 52px;
    font-weight: 700;
    
    text-transform: capitalize;
}
.our-mission{
    display: flex;
    width: 100%;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 55px;
}
.icon-mission{
    min-width: 100px;
    text-align: center;
    font-size: 49px;
    color: #19487c;
}
.icon-content h5{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}
.group-images{
    position: relative;
    margin-top: 85px;
    margin-right: 85px;
}
.abot-top{
    position: absolute;
    top: -85px;
    right: -90px;
}
.singale-skill .inside-circle {
    width: 122px;
    height: 122px;
    border-radius: 50%;
    background: #d2eaf1;
    line-height: 120px;
    text-align: center;
    margin-top: 14px;
    margin-left: 14px;
    color: #1e51dc;
    position: absolute;
    z-index: 100;
    font-weight: 700;
    font-size: 2em;
  }
  
.profile-center{
    align-content: center;
    height: 100%;
}


  .features-count{
    margin-top: 120px;
    padding: 37px 0;
    background-image: url(../image/counter-bg.png);
    border-radius: 30px;
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 1;
    margin-bottom: 100px;
  }
  .features-count::before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #18191D;
    border-radius: 30px;
    z-index: -1;
    opacity: 0.9;
  }
  .single-count {
    text-align: center;
    /* margin-bottom: 20px; */
  }
  .single-count i{
    font-size: 30px;
    color: #1964cf;
  }
  .counter-number{
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    display: inline-block; 
  }
 .profile-des{
    background-color: #fff;
    /*margin: 5px;*/
    padding: 28px;
    margin: 60px 0px;
    border-radius: 5px;
    box-shadow: -1px 3px 4px 1px #5d7eaf;
 }
 .we-do{
    margin-top: 50px;
 }
 .manufac li{
    list-style: disc !important;
 }
 .number a{
    color: #000;
 }
 .inq input, .inq textarea{
    border-radius: 15px;
    margin-bottom: 20px;
 }
 .profile-des h4{
    color: #003177;
    font-weight: 600;
 }
  .counter-details{
    text-transform: capitalize;
    color: #BDBDBD;
    font-size: 18px;
    font-weight: 500;
    margin-top: 10px;
}
 .newsletter{
    background-image: url(../image/subscribe-bg.jpg);
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 1;
    padding: 188px 0;
 }
 .newsletter:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(256.31deg, #480000 .87%, #000 88.66%);
    opacity: 0.9;
    z-index: -1;
 }
 .subscribes span{
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    text-transform: capitalize;
    color: #3f68b5;
    display: block;
    margin-bottom: 15px;
 }
 .subscribes h1{
    font-weight: 700;
    font-size: 65px;
    text-align: center;
    text-transform: uppercase;
    color: #E4E4E4;
    margin-bottom: 20px;
    line-height: 1;
 }
 .subscribes h2{
    font-weight: 700;
    font-size: 55px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    -webkit-text-stroke: 1px #ffffff;
    -webkit-text-fill-color: transparent;
    margin-bottom: 30px;
 }
 .subscribe-form{
     position: relative;
 }
 .subscribe-form form input{
    width: 100%;
    height: 70px;
    background: #FFFFFF;
    border-radius: 48px;
    border: none;
    color: #4F4F4F;
    font-size: 14px;
 }
 .subscribe-form form input[type="submit"] {
    position: absolute;
    right: 5px;
    height: 60px;
    top: 5px;
    width: 150px;
    border-radius: 48px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border: 2px solid transparent;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    background-color: #3f68b5;
 }
 .subscribes {
    max-width: 590px;
    margin: 0 auto;
    text-align: center;
}
.our-clients {
    background-color: #111111;
    padding: 176px 30px 55px;
}
.title h2 {
    font-size: 48px;
    font-weight: 700;
    color: #223558;
    text-transform: uppercase;

}
.text-dark{
    color: #17161a !important;
}
.single-client{
    position: relative;
    background-color: #111111;
    border: 1px solid #191A1C;
    box-sizing: border-box;
    box-shadow: inset 0px 0px 10px rgb(6 6 6 / 15%);
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    line-height: 45px;
    /* margin-bottom: 50px; */
    overflow: hidden;
}
.single-client .client-hover {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    height: 100%;
    width: 100%;
    bottom: 0;
    right: 0;
    border-radius: 10px;
    background: linear-gradient(152.97deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 100%);
    visibility: hidden;
    opacity: 0;
}
.single-client .client-hover span {
    font-weight: 300;
    font-size: 16px;
    text-align: center;
    color: #E4E4E4;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 10px;
    justify-content: center;
    word-break: break-word;
    line-height: 20px;
}



/* .title h2 {
   
    color: #17161A;
} */

.single-portfolio .portfolio-data {
    position: relative;
    z-index: 1;
    border-radius: 10px;
}
.portfolio-area .title {
    margin: 100px 0px 0px 146px;
    

}
/* .single-portfolio{
    position: relative;
    overflow: hidden;
} */

.single-portfolio .portfolio-inner {
    position: absolute;
    z-index: 2;
    width: 90%;
    left: 5%;
    right: 5%;
    bottom: 5%;
    background-color: #0F0F11;
    border-radius: 5px;
    padding: 20px;
}
.portfolio-inner {
    position: absolute;
    z-index: 2;
    width: 90%;
    left: 5%;
    right: 5%;
    bottom: 5%;
    background-color: #0F0F11;
    border-radius: 5px;
    padding: 20px;
}
.portfolio-inner span {
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: #E4E4E4;
    display: block;
    margin-bottom: 5px;
}
.portfolio-inner h4 {
    font-weight: 600;
    font-size: 22px;
    text-transform: capitalize;
    color: #E4E4E4;
    margin: 0;
}
.banner-protfolio{
    margin-top: 100px;
}
.case-btn{
    display: inline-block;
    border: 1px solid #3f68b5;
    box-sizing: border-box;
    border-radius: 30px;
    padding: 5px 15px;
    font-weight: 500;
    font-size: 12px;
    text-transform: capitalize;
    color: #FFFFFF;
}
.portfolio-hover a i{
    width: 30px;
    height: 30px;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 14px;
}
.portfolio-hover {
    display: none;
}
.portfolio-hover a:last-child img{
display: none;
}
.Case-Study{
    float: left;
}
.singale-protfolio:hover .portfolio-hover{
   
    display: inline;
    
}
.singale-protfolio{
    position: relative;
    overflow: hidden;
}
.case-search{
    margin-top: 10px;
}
.video-demo{
    position: relative;
}
.video-demo:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-image: url(../image/play-button-bg.png);
    background-size: cover;
    background-position: center center;
}
.popup-video{
    display: inline-block;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    height: 128px;
    width: 128px;
    line-height: 128px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
}
.play-btn{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.signle-bar{
    position: relative;
}
.progress-display{
    position: absolute;
    right: 0px;
    bottom: 15px;
}

.signle-bar{
    margin-bottom: 30PX;
}
.signle-bar h6{
    padding-bottom: 10px;
}
.valuable-skills img{
    padding-bottom: 20px;
}
.progress-bar{
    background-color: #3f68b5 !important;
}
.progress{
    height: 5px;

}
.review{
    /* position: relative;
    background-image: url(../image/testimonial-bg.png);
    margin-top: 100px; */
    background-color: #2c4065;

}
.client-img img{
    height: 100px;
    width: 100px !important;
    border-radius: 50%;
}
.review::before{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: #111111;
    z-index: -1;
}
.client-info{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    padding-top: 30px;
}
.client-detail{
    color:#ffffff;
}
.review-client{
    text-align: center;
    color: #ffffff;
}
.raiting{
    color: #FFC107;
    margin: 20px 0px;
}
.quote{
    text-align: initial;
    position: absolute;
    top: 45px;
}
.quote i{
    font-size: 100px;
    color: #E4E4E4;
    opacity: 0.05;
    top: 0px;
}

.client-detail h4{
    padding-left: 37px;

}
.popup-video i{
    color: #ffffff !important;
}
.play-btn a:hover{
    background-color: #3f68b5;
    color: #ffffff;
    border: 1px solid #3f68b5;
}

.singal-news{
    border-radius: 2px;
    background: #FFFFFF;
    box-shadow: 0px 0px 50px rgb(53 51 83 / 6%);
    position: relative;
    overflow: hidden;
}
.author{
    display: flex;
    margin-top: 66px;
}
.author-image img{
    border-radius: 50%;
}
.tag{
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 1;
}
.tag a{
    display: inline-block;
    min-width: 140px;
    background: #232226;
    border-radius: 2px;
    padding: 5px 20px;
    font-weight: 500;
    font-size: 15px;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
}
.news-content {
    padding: 20px;
}
.author-image {
    min-width: 70px;
}
.author-info h5 {
    font-weight: 500;
    font-size: 20px;
    text-transform: capitalize;
    color: #232226;
    margin-bottom: 5px;
}
.author-info span {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.05em;
    text-transform: capitalize;
    color: #6A696C;
}
.news-content h3 {
    margin: 20px 0 5px 0;
    font-weight: 600;
    font-size: 25px;
}
.news-content p {
    font-weight: normal;
    font-size: 16px;
    color: #272727;
    margin: 0;
}
.view-btn {
    margin-top: 20px;
    margin-left: 10px;
    margin-bottom: 9px;
}
.view-btn a {
    font-weight: 600;
    font-size: 16px;
    color: #232226;
    display: inline-block;
    text-transform: capitalize;
    position: relative;

}
.view-btn a:hover{
    color: #3f68b5;
}
.view-btn a:before {
    position: absolute;
    content: "";
    height: 40px;
    width: 40px;
    background: #3f68b5;
    opacity: 0.35;
    border-radius: 50%;
    left: -10px;
    top: -9px;
   
}
.signle-news .post-img {
    overflow: hidden;
    height: 0;
    opacity: 0;
    transition: height 0ms 400ms, opacity 400ms 0ms;
}

.post-img a img {
    width: 100%;
    height: 190px !important;
}
.post-img{
    display: none;
    overflow: hidden;
    height: 0;
    opacity: 1;
}
.singal-news:hover .post-img{
 display: inline;
}
.singal-news:hover .author{
    display: none;
}
.singal-news:hover .tag a{
    background-color: #3f68b5;
}
.singal-news:hover .news-content p{
    display: none;
}
.latest-news{
    margin: 120px 0;
}
.title .cmn-btn {
    padding-top: 30px;
}

.protfolio-data img{
    border-radius: 10px;

}
.protfolio-data{
    position: relative;
    z-index: 1;
    border-radius: 10px;
}
.protfolio-data::before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    right: 0;
    bottom: 0;
    background-image: url(../image/portfolio-hover-bg.png);
    background-size: cover;
    background-position: top bottom;
    border-radius: 10px;
    visibility: hidden;
     opacity: 0;
     transition: all .5s ease-out 0s;
} 
.singale-protfolio:hover .protfolio-data::before{
    visibility: visible;
    opacity: 1;
  
}
.group-images img{
    border-radius: 50%;
    margin-left: 90px;
    max-height: 440px;
}
.image-upload{
    padding-top: 100px;
}
/* .lets-talk{
    background-image: url(../image/letstalk-bg.png);
    background-size: cover;
    background-position: center center;
    position: relative;
} */
.lets-talk:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    /* background: #111215; */
    z-index: -1;
}
.title h2 b {
    font-weight: bold;
    font-size: 65px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    -webkit-text-stroke: 2px #3f68b5;
    -webkit-text-fill-color: transparent;
}
.sec-pad {
    padding: 120px 0;
}
footer {
    position: relative;
    /* background-image: url(../image/footer-bg.png); */
    background: #003177;
    background-size: cover;
    background-position: center center;
    z-index: 1;
    padding-top: 80px;
    color: #ffffff;
}
.footer-widget address h4:before {
    position: absolute;
    content: "";
    width: 100%;
    border: 1.5px solid #3f68b5;
    left: 0;
    bottom: -2px;
}
.footer-widget address h4 {
    display: inline-block;
    font-weight: 500;
    font-size: 25px;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    margin-bottom: 15px;
    position: relative;
}
.social-media-icons li{
    display: inline-block;
    padding-right: 30px;
}
.social-media-icons li a{
    display: inline-block;
    border: 1px solid #28292B;
    box-sizing: border-box;
    border-radius: 10px;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
}
.phone a, .email a {
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    display: block;
    padding-bottom: 5px;
}
.number {
    display: flex;
    width: 100%;
    align-items: center;
    margin-bottom: 20px;
}
.address{
    display: flex;
    width: 100%;
    align-items: center;
    margin-bottom: 20px; 
}
.num-icon, .mail-icon, .address-icon {
    min-width: 35px;
}
.num-icon i{
    color: #8ea9dd;
    font-size: 20px;
}
.address-icon i{
    color: #8ea9dd;
    font-size: 20px;
}
.footer-widget h4 {
    font-weight: bold;
    font-size: 25px;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    margin-bottom: 15px;
}
.footer-menu li {
    display: block;
    padding-bottom: 15px;
   
}
.footer-menu li a{
    color: #ffffff !important;
}
.footer-menu li a:hover{
    color: #3f68b5 !important;
}
.footer-widget .footer-logo {
    margin-bottom: 30px;
}
.footer-logo img{
    height: 100px;
    width: 115px;
}
.social-media-icons li a:hover{
    background-color: #3f68b5;
}
.inquire-btn{
    margin-left: 10px;
}
.footer-bottom-menu {
    list-style: none;
    text-align: right;
}
.footer-bottom-menu li {
    display: inline-block;
}
.footer-bottom-menu li a {
    position: relative;
    font-size: 14px;
    text-align: right;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    padding: 0 20px;
    line-height: 1;
}
.footer-bottom-menu li a:before {
    border-right: 1px solid #fff;
    position: absolute;
    content: "";
    height: 60%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.footer-bottom{
    padding: 20px 0px;
    border-top: 1px solid #292929;
}
.cmn-btn a:hover:before {
    height: 380%;
}
.single-service:hover:after {
    visibility: visible;
    opacity: 1;
    transition: all .5s ease-out 0s;
}
.single-service:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    background: linear-gradient(152.97deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 100%);
    border-radius: 10px;
}
.banner-data a:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 0%;
    top: 50%;
    left: 50%;
    background-color: #000000;
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: -1;
}
.copy-txt span a {
    font-weight: 700;
    color: #fff;
}
.title.special h2 {
    text-transform: uppercase;
    margin: 0;
}

/* .nav-btn{
    
    padding: 15px;
   


} */
.owl-nav button{
    margin: 0px !important;
}
.owl-nav{
    float: right;

}

  
  .sticky {
    position: fixed !important;
    top: 0;
    left: 0;
    /* padding: 20px 45px; */
    width: 100%;
    z-index: 99;
    background-color: #ffffff;
}
.subscribe-form form input[type=email] {
    padding: 0 160px 0 30px;
}
.subscribe-form form input[type=submit]:hover {
    color: #17161a;
    border: 2px solid #3f68b5;
    background: white;

}
nav{
    position: absolute !important;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    padding: 15px 100px;
    -webkit-transition: all .8s ease-out 0s;
    -moz-transition: all .8s ease-out 0s;
    -ms-transition: all .8s ease-out 0s;
    -o-transition: all .8s ease-out 0s;
    transition: all .8s ease-out 0s;
}
.single-client:hover img {
    visibility: hidden;
}
.search-btn{
    float: right;
}
.owl-nav button{
    height: 58px!important;
    width: 80px!important;
    background: #2a2a2a!important
}
.search-btn a{
    color: #ffffff;
}
.Case-Study a:hover{
    color: #ffffff !important;
}
.owl-nav button:last-child{
    background-color: #17161a !important;
}
.owl-nav button:first-child:hover{
    background-color: #17161a !important;
    transition: all .5s ease-out 0s;
}
.portfolio-area{
    position: relative;
}
.portfolio-area .owl-nav{
    position: absolute;
    top: -90px;
    right: 0px;
}
.portfolio-area .owl-nav button:last-child{
    margin-left: 20px !important;
    transition: all .5s ease-out 0s;
}
.portfolio-area .owl-nav button:hover{
    background-color: #3f68b5 !important;
}
.portfolio-area .owl-nav button{
    height: 40px!important;
    width: 40px!important;
    background-color: #2a2a2a;
    border-radius: 50% !important;
    color: #fff!important;
 
}
.portfolio-area.owl-nav{
    display: inline-block !important;
}

.image-logo{
    height: 80px;
    width: 150px;
}

.banner-protfolio .owl-nav.disabled{
    display: inline-block;
}
.close-btn{
    display: none;
    top: 0px;
    right: 15px;
}
.top-heder{
    background: #31a031;
    color: #ffffff;
    padding: 4px;
}
#navbar{
    padding: 0px;
    box-shadow: -1px 2px 11px 1px #003177;
}
.about-us-main{
    padding-top: 100px;
}
.bulet-point li{
    list-style: unset !important;
    margin-left: 30px;
}
.nav-link.active {
    background-color: #007bff; /* Change to your desired color */
    color: white !important;
    border-radius: 5px;
  }

  .fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1s ease-out, transform 1s ease-out;
  }

  .fade-in.show {
    opacity: 1;
    transform: translateY(0);
  }
  .nav-item.active .nav-link {
    color: #007bff;
    font-weight: bold;
  }
  .modal-backdrop.show {
    opacity: 0 !important;
    z-index: 0 !important;
  }
  /* .image-gallery{
    max-width: 300px;
    max-height: 250px;
  } */
   .group-images-first{
    border-radius: 15px;
   }
   .group-images-first{
    margin: 10px;
   }
@media (max-width: 991.98px) {
    .offcanvas-collapse {
        position: fixed !important;
        top: 0px;
        /* Height of navbar */
        bottom: 0;
        right: 100% !important;
        width: 300px !important;
        padding-right: 1rem;
        padding-left: 1rem;
        z-index: 9;
        overflow-y: auto;
        visibility: hidden;
        background-color: #FFF;
        transition: transform .3s ease-in-out, visibility .3s ease-in-out;
    }
.close-btn{
    display: block;
}
    .offcanvas-collapse.show {
        visibility: visible;
        transform: translateX(100%);
    }
    .main_nav .list-nav, .main_nav .list-nav li a{
        text-align: start;
    }
    .main_nav .list-nav li.has-megamenu:not(:first-child){
        border-bottom: 1px solid rgba(187, 162, 170, 0.5);
    }
}
/* .single-portfolio{
position: relative;
overflow: hidden;
} */
/* .single-portfolio.portfolio-data:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    right: 0;
    bottom: 0;
    background-image: url(../image/portfolio-hover-bg.png);
    background-size: cover;
    background-position: top bottom;
    border-radius: 10px;
    visibility: hidden;
    opacity: 0;

   
} */
/* .single-portfolio:hover .portfolio-data:before {
    visibility: visible;
    opacity: 1;
   
    
} */
@media only screen and (min-device-width: 1400px) and (max-device-width: 1650px) {
    .banner-section{
        max-width: 600px;
    }
    .banner-section img{
        min-height: 500px;
    }
    .banner-data{
     max-width: 570px;
     padding: 50px 30px;
     margin-left: -75px;

    }
}
@media only screen and (min-device-width: 1200px) and (max-device-width: 1399px) {
    .banner-section{
        max-width: 500px;
    }
    .banner-data{
        max-width: 500px;
        padding: 30px 20px;

    }
}
@media only screen and (min-device-width: 992px) and (max-device-width: 1199px) {
    .banner-section{
        max-width: 420px;
    }
    .banner-data{
        max-width: 400px;
        padding: 20px;

    }
    .banner-data a{
    font-size: 15px;
    min-width: 160px;
    }
    .banner-data h1{
        font-size: 30px;
        margin-bottom: 20px;
    }
    .banner-data h1 span{
        font-size: 30px; 
    }
    .banner-data p{
        line-height: initial;

    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 992px) {
    .banner-section{
        max-width: 380px;
    }
    .banner-data{
        max-width: 415px;
        padding: 20px;
    }
    .banner-data a{
        font-size: 15px;
        min-width: 160px;
        }
        .banner-data h1{
            font-size: 30px;
            margin-bottom: 20px;
        }
        .banner-data h1 span{
            font-size: 30px; 
        }
        .banner-data p{
            line-height: initial;
    
        }
    

    }






@media (max-width: 1400px) {

 
    
    .banner-data p{
        line-height: initial;
        margin-bottom: 20px;
        }
        .nav-item {
            padding: 0px 5px;
        }
    
  
}
@media (max-width: 1268px) {
    .nav-item {
        padding: 0px 0px;
    }
}
@media (max-width: 1200px) {
    .navbar .container{
    
        max-width: 100%;
    }
    nav{
        padding: 0px;
    }
    .navbar-toggler{
        background-color: #304864;
        border: 1px solid #2e4762;
    }
}  
@media (min-width: 1200px) {
.logo-vvic{
    display: none;
}

}
@media (max-width: 991px){
 
    .banner-data h2{
        font-size: 40px;
        top: -50px;
    }
    .service-main{
        margin-top: 50px;
    }
  
 
    .banner-data h1{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .banner-data h1 span{
        font-size: 30px;
        margin-bottom: 20px;
    }
    .banner-data p
    {
    font-size: 12px;
    line-height: initial;
    margin-bottom: 20px;
    }
    .slider-number span{
        display: none;
    }
}



 
  @media (max-width: 768px){
    /* .banner-section{
        display: none;
    } */
    /* .banner-data{
       margin-left: 0px;
    } */
.banner-data{
    padding: 20px;
}
.nav-link{
    padding-left: 10px !important;
}
    .banner-data h1{
        font-size: 20px;
        margin-bottom: 10px;
        margin-left: 0px;
    }

    .banner-data h2{
        font-size: 40px;
        top: -50px;
    }
    .social-media {
        text-align: center;
        position: initial;
        transform: none;
        padding: 30px 10px 80px 10px;
    }
    .social-list {
        transform: none;
    }
    .banner-data a{
        line-height: initial;
        min-width: 130px;
    }
    .footer-widget{
        margin-top: 40px;
    }
    .footer-bottom-menu{
      text-align: center;
    }
    .copy-txt{
        text-align: center;
    }
    .group-images{
        margin-top: 40px;
    }
    .group-images img{
        margin-left: 22px;
    }
    .getin-touch {
        text-align: center;
        margin-top: 20px;
    }
    .title{
        text-align: center;

    }
    .portfolio-area .title {
        margin: 0px;
    }
    
}

@media (max-width: 576px){
    .group-images-first{
        max-width: 90%;
    }
    .group-images {
        width: 100%;
    }
    
    .abot-top {
        width: 41%;
        height: 55%;
        top: 61%;
        right: 5px;
    }
    .abot-top img{
        width: 100%;
        margin-top: 10px;
    }
    
    .subscribes h1 {
        font-size: 30px;
    }
    .subscribes h2 {
        font-size: 30px;
    }
    .title h2 {
        font-size: 20px;
    }
    .title h2 b {
        font-size: 20px;
    }
    
}
