@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&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&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
}

html{
    overflow-x: hidden;
}
ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pt-100{
    padding-top: 100px;
}
.pt-20{
    padding-top: 20px;
}
.pt-50{
    padding-top: 50px;
}
.pb-100{
    padding-bottom: 100px;
}
.pb-20{
    padding-bottom: 20px;
}
.pb-50{
    padding-bottom: 50px;
}

.mt-30{
    margin-top: 30px;
}
.mb-10{
    margin-bottom: 10px;
}
.mb-15{
    margin-bottom: 15px;
}
.mb-20{
    margin-bottom: 20px;
}
.mb-35{
    margin-bottom: 35px;
}
.mb-30{
    margin-bottom: 30px;
}
.mb-40{
    margin-bottom: 40px;
}
.mb-45{
    margin-bottom: 45px;
}
.mb-50{
    margin-bottom: 50px;
}
.mb-55{
    margin-bottom: 55px;
}
.social-media{
    background-color: #0d47a1;
}
.fix{
    overflow: hidden;
}

.contact-address{
    position: relative;
    right: 45px;
}
.contact-address ul{
    display: flex;
    align-items: center;
    gap: 30px;
}
.contact-address ul li{
    display: flex;
    justify-items: center;
    align-items: center;
    gap: 10px;
    color: #ffffff;
    text-decoration: none;
    
}
.contact-address ul li a{
    color: #ffffff;
    text-decoration: none;
    padding-top: 5px;
    
}
.contact-address ul li  i{
   color:#ffffff;
   font-size: 15px;
   background-color: #1565c0;
   border-radius: 50%;
   padding: 10px;
}

.social-media-address ul{
    display: flex;
    align-items: center;
    gap: 30px;
    position: relative;
    left: 20px;
}
.social-media-address ul li {
    display: flex;
    justify-items: center;
}
.social-media-address ul li i {
    color: #ffffff;
    font-size: 15px;
    background-color: #1565c0;
    border-radius: 50%;
    padding: 11px 11px 11px 11px;
}
.social-media-address .bd{
    padding: 12px 16px;
}
.lg-device{
    display: block;
}
.md-device {
    display: none;
}
@media  (max-width: 768px) {
    .lg-device{
        display: none;
    }
    .md-device {
    display: block !important;
    }
}
.navbar{
     position: relative;
}
.navbar-brand img{
    width: 200px;
}
.navbar-nav .nav-item .nav-link{
     position: relative;
     padding-left: 20px !important;
     color: #000000 !important;
     font-weight: 600;
}
.navbar-nav .nav-item .nav-link:hover{
    color: #0d48a1 !important;
}
.navbar-light .navbar-nav .nav-link.active{
    color: #0d47a1 !important;
}
.header-button button{
    background-color: #0d48a1;
    color: #ffffff;
    font-size: 15px;
    border-radius: 5px;
    padding: 13px 26px;
    border: 1px;
    justify-content: center;
    position: relative;
    left: 10px;
    top: 0px;
}
.header-button button:hover{
    color: #f8f8f8;
}

.dropend .dropdown-toggle {
    color: salmon;
    margin-left: 1em;
  }
  .dropdown-item:hover {
    background-color: lightsalmon;
    color: #fff;
  }
  .dropdown .dropdown-menu {
    display: none;
  }
  .dropdown:hover > .dropdown-menu,
  .dropend:hover > .dropdown-menu {
    display: block;
    margin-top: 0.125em;
    margin-left: 0.125em;
  }
  @media screen and (min-width: 769px) {
    .dropend:hover > .dropdown-menu {
      position: absolute;
      top: 0;
      left: 100%;
    }
    .dropend .dropdown-toggle {
      margin-left: 0.5em;
    }
  }
  .megamenu ul li {
    display: flex;
    align-items: center ;
  }
  .mega-menu-hover .megamenu {
    margin: 0;
    padding: 29px 30px;
    width: 100%;
  }
  .drop-list {
    min-width: 60.2rem !important;
      left: -203px !important;
  }
  .megamenu ul li i {
    color: #0d48a1;
  }


/* home-banner  */
.slider-one_slide {
    position: relative;
    overflow: hidden;
    background-size: cover;
    padding: 200px 0px 200px;
    background-size: cover;
}
.slider-one_image-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    background-size: cover;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 6000ms linear;
    -moz-transition: all 6000ms linear;
    -ms-transition: all 6000ms linear;
    -o-transition: all 6000ms linear;
    transition: all 6000ms linear;
}
.slider-one_image-layer:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0.7;
    z-index: 0;
    background-color: #000000;
}
.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}
.slider-one_pattern {
    position: absolute;
    right: -56px;
    top: 0px;
    z-index: 1;
    width: 392px;
    height: 834px;
    background-repeat: no-repeat;
}
.about-one_pattern-four,
.slider-one_pattern{
    animation-name: zoom-fade;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: zoom-fade;
    -webkit-animation-duration: 6s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: zoom-fade;
    -moz-animation-duration: 6s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: zoom-fade;
    -ms-animation-duration: 6s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: zoom-fade;
    -o-animation-duration: 6s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
@keyframes zoom-fade {
    0% {
      -webkit-transform: scale(0.8);
      transform: scale(0.8);
    }
  
    50% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  
    100% {
      -webkit-transform: scale(0.8);
      transform: scale(0.8);
    }
  } 

.slider-one_content {
    position: relative;
    z-index: 1;
    bottom: 50px;
}
.slider-one_content-inner {
    position: relative;
    padding-left:60px;
}
@media screen and (max-width: 768px) {
    .slider-one_content-inner {
        position: relative;
        padding-left:0px;
    }
    .slider-one_heading {
        font-size: 50px !important;
    }
  }
.slider-one_title {
    position: absolute;
    left: -180px;
    top: 170px;
    opacity: 1;
    font-weight: 800;
    font-size:20px;
    color: #ffffff;
    transform: rotate(-90deg);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    text-transform: uppercase;

}

.slider-one_date {
    position: relative;
    font-weight: 700;
    line-height: 44px;
    color: #0d48a1;
    text-transform: capitalize;
    font-size: 16px;
    transform-origin: top;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.slider-one_heading {
    color: #ffffff;
    font-size: 70px;
    font-weight: 600;
    
}

.banner-button button{
    padding: 12px 35px;
    border: none;
    background: #0d48a1;
    color: #ffffff;
    border-radius: 5px;
    font-weight: 500;
    margin-right: 20px;
    position: relative; 
    top: 20px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(3.2px);
    -webkit-backdrop-filter: blur(3.2px);
}
.banner-button button a{
    text-decoration: none;
    color: #fff;
}
@media (max-width:768px){
    .banner-button button{
        width: 100%;
        margin-top: 15px;
    }
    .slider-one_pattern {
        position: absolute;
        right: -22px;
        top: -29px;
        z-index: 1;
        width: 300px;
        height: 834px;
        background-repeat: no-repeat;
        display: none;
    }   
}
/* about-page  */
.rs-about-five .rs-about-wrapper {
    display: grid;
    grid-template-columns: auto auto;
    gap: 30px;
}
@media only screen and (max-width: 991px) {
    .rs-about-five .rs-about-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}

.rs-about-five .rs-about-wrapper-left {
    margin: 0 0px 35px 0;
}
@media only screen and (max-width: 991px) {
    .rs-about-five .rs-about-wrapper-left {
        margin: 0px;
    }
}
@media only screen and (max-width: 767px), only screen and (max-width: 575px) {
    .rs-section-subtitle {
        font-size: 17px;
        line-height: 27px;
    }
}
.section-title-space {
    margin-bottom: 45px;
}
.rs-section-subtitle.has-theme-orange {
    color: #0d48a1;
    font-weight: 700;
    font-size: 30px;
}
.rs-section-subtitle {
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    text-transform: uppercase;
    color: #000;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 15px;
    justify-content: center;
}
.rs-about-five .rs-about-thumb {
    position: relative;
}
.rs-about-five .rs-about-thumb.has-large img {
    width: 520px;
}
@media only screen  and (max-width: 320px) {
    .rs-about-five .rs-about-thumb.has-large img {
        width: 300px;
    } 
}
@media only screen and (min-width: 322px) and (max-width: 991px) {
    .rs-about-five .rs-about-thumb.has-large img {
        width: 350px;
    } 
}
.rs-about-five .rs-about-thumb img {
    width: 100%;
    border-radius: 5px;
}

.rs-about-five .rs-about-thumb.has-small img {
    width: 610px;
}
@media only screen and (max-width: 991px) {
    .rs-about-five .rs-about-thumb.has-small img {
        width: 100%;
    }
}
.rs-about-five .rs-about-content-wrapper {
    margin-top: 70px;
}
@media only screen and (max-width: 991px) {
    .rs-about-five .rs-about-content-wrapper {
        margin-top: 30px;
    }
}
@media only screen and (max-width: 480px) {
    .rs-about-five .rs-about-tab .nav-item {
        width: 100%;
    }
}
.rs-about-five .rs-about-tab .nav-link.active {
    color: #0d48a1;
    background-color: #f7f7f7;
}

.rs-about-five .rs-about-tab .nav-link {
    background: #F7F7F7;
    color: #616161;
    font-weight: 500;
    padding: 10px 40px 10px 40px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
@media only screen and (max-width: 480px) {
    .rs-about-five .rs-about-tab .nav-link {
        width: 100%;
    }
}
@media only screen and (max-width: 1199px) {
    .rs-about-five .rs-about-tab .nav-link {
        padding: 10px 20px 10px 20px;
    }
}
.rs-about-five .rs-about-tab .nav-item:not(:last-child) .nav-link::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 30px;
    inset-inline-end: 0;
    top: 50%;
    background: #DDDDE0;
    display: block;
    transform: translate(-50%, -50%);
}
.rs-about-five .rs-about-tab .nav-link::after {
    width: 100%;
    height: 3px;
    transform: scaleX(0);
    -webkit-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    position: absolute;
    content: "";
    inset-inline-start: -1px;
    top: 0;
    background-color: #0d48a1;
    border-radius: 2px 2px 0 0;
}
.rs-about-five .rs-about-tab .nav-link.active::after {
    transform: scaleX(1);
}
.rs-about-five .rs-about-tab-anim .tab-pane.active .rs-about-tab-content {
    -webkit-animation: slide-down 5s ease-out;
    animation: slide-down 5s ease-out;
}
@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(10%);
      }
      10% {
        opacity: 1;
        transform: translateY(0);
      }
      
}

.rs-about-five .rs-about-tab-content {
    margin-top: 30px;
    margin-bottom: 50px;
    max-width: 600px;
}
.rs-about-five .rs-about-tab-content p {
    margin-bottom: 20px;
}
.rs-list-item ul li:not(:last-child) {
    margin-bottom: 15px;
}

.rs-list-item ul li {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 10px;
}
.rs-about-five .rs-list-item ul li i {
    border-color: #0d48a1;
    color: #0d48a1;
}

.rs-list-item ul li i {
    border: 2px solid #005eb8;
    color: #005eb8;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.rs-btn.has-icon {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.rs-btn.has-theme-orange {
    background: #0d48a1;
    text-decoration: none;
}
.rs-btn.has-theme-orange:hover a {
    background: #0d48a1;
    text-decoration: none;
}
.rs-btn {
    font-size: 18px;
    text-transform: capitalize;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 35px;
    height: 60px;
    transition: all 0.3s linear;
    border-radius: 2px;
    font-weight: 500;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.rs-btn.has-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #0d48a1;
    transition: all 0.5s ease;
    transform: translateX(-100%);
    border-radius: 2px;
    z-index: -1;
}
.rs-btn.has-icon .icon-box {
    overflow: hidden;
    position: relative;
    display: inline-flex;
    transition: all 0.3s ease-out 0s;
}
.rs-btn.has-icon .icon-box svg {
    width: 17px;
    fill: #fff;
}

.rs-btn.has-icon .icon-first {
    transition: all 0.3s ease-out 0s;
}
.rs-btn.has-icon .icon-second {
    position: absolute;
    transform: translateX(-150%);
    transition: all 0.3s ease-out 0s;
}
.rs-about-btn button{
    background-color: #0d48a1;
    color: #fff;
    padding: 14px 30px;
    border: none;
    border-radius: 5px;
    position: relative;
    left: 40px;
}
.mis-shape {
    position: absolute;
    bottom: -100px;
    left: 410px;
}
.mis-shape img{
    width: 270px;
    opacity: 0.9;
}
/* service-sec  */
.service-sec{
    background-color: #e8ebe8;
}
.service-sec-heading h5{
    color: #0d47a1;
    font-size: 40px;
    font-weight: 700;
}
.service-sub-heading {
    border-radius: 3px;
    height: calc(100% - 30px);
    padding: 20px 19px;
    margin: 15px;
    transition: all 0.3s ease-in-out;
    background-color: #fff;
    position: relative;
    box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.3);
    z-index: 1;
    display:flex;
    gap: 25px;
    align-items: center;
}
.service-sub-heading::before{
    content: "";
    background-color: #1565c0;
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
}
.service-sub-heading:hover::before, .service-sub-heading:hover::after {
    width: 100%;
}
.service-sub-heading:hover p{
    color: #fff;
}
.service-sub-heading:hover h6{
    color:#f4a259;
}
.service-icon img {
    width: 40px;
    background-color: #0d47a1;
    padding: 10px;
    border-radius: 10%;
}
.service-sub-heading a {
    text-decoration: none;
}
.service-sub-heading h6 {
    font-size: 18px;
    font-weight: 600;
    color: #0d47a1;
    text-transform: capitalize;
}
.service-sub-heading p {
    font-size: 18px;
    color: #5a5959;
}

/* quote  */
.quote{
    background:url(../images/banner/quote-bg.jpg);
}
.quote-overlay{
    background-color: rgba(0, 0, 0, 0.4);
    height: 100%; 
}
.quote-content h3{
    color: #f5a158;
    font-size: 30px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 50px;

}
.quote-content span{
    color: #f4a259;
    font-size: 30px;
    font-weight: 600;
   

}
.quote-content h4{
    color: #f4a259;
    font-size: 35px;
    font-weight: 500;
}
.quote-content-button{
    display: flex;
    position: relative;
    top: 20px;
    gap: 20px;
    justify-content: center;
}
.quote-content-button button{
    background-color: #0d48a1;
    color: #ffffff;
    font-size: 16px;
    padding: 12px 24px;
    border: 1px;
    border-radius: 5px;
}
.quote-content-button button:hover{
   color: #f4a259;
}


/* counter-section  */
.counter-section{
    background: #0d47a1;
}
.counter-text h3{
    font-size: 40px;
    font-weight: 700;
    color: #ffffff;
    padding-top: 25px;
    padding-right: 84px;
}
@media only screen and (max-width: 480px) {
    .counter-text h3 {
        font-size: 20px;
        padding-right: 0px;
    }
    .counter-item h3{
        padding-left: 40px;
    }
    .counter-item h5{
        padding-left: 40px;
    }
}
.counter-item h5{
    font-size: 20px;
    font-weight: 500;
    padding-top:20px;
    padding-bottom: 6px;
    color: #ffffff;
    text-transform: capitalize;
}
.counter-item h3{
    font-size: 45px;
    font-weight: 700;
    padding-top:20px;
    padding-bottom: 6px;
    color: #ffffff;
  
}
.counter-item{
    position: relative;
    padding: 0px 45px 0px 0px;
}

/* our-project  */
.our-project{
    background-color: #ffff;
}
.our-project-heading h5{
    color: #0d47a1;
    font-size: 40px;
    font-weight: 700;
}

@media only screen and (max-width: 480px) {
    .our-project-heading h3{
        font-size: 21px;

    }
}

/* why-choose-us  */
.why-choose-us{
    position: relative;
    z-index: 1;
    background: url(../images/banner/choose-bg1.png) center center / cover no-repeat;
    background-position: center center;
    padding: 105px 0px 125px;
}
.why-choose-us-title h5{
    color: #0d47a1;
    font-size: 40px;
    font-weight: 700;
}
.why-choose-us-title h2{
    padding-top: 20px;
    padding-bottom: 10px;
    color: #000000;
    font-size: 30px;
    font-weight: 600;
}
.why-choose-area .section-title-desc p {
    width: 78%;
}

.why-choose-area .section-sub-title h6::after {
    position: inherit;
    background-color: transparent;
}

 .choose-item-menu {
    position: relative;
    z-index: 1;
    transition: 0.5s;
    margin-top: 38px;
}

 .choose-item-menu ul li:nth-child(1),  .choose-item-menu ul li:nth-child(2),  .choose-item-menu ul li:nth-child(3),  .choose-item-menu ul li:nth-child(4) {
    display: inline-block;
    font-size: 17px;
    color: #1e1e1e;
    font-weight: 500;
    border-radius: 10px;
    background-color: rgba(21,193,250,0.10196078431372549);
    margin: 0 25px 20px 0;
    padding: 14px 153px 14px 25px;
    transition: 0.5s;
}

 .choose-item-menu ul li {
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: 0.5s;
}

 .choose-item-menu ul li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background:#0d48a1;
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: -moz-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: -ms-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: -o-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: -1;
    transition: 0.5s;
}

.choose-item-menu ul li:nth-child(2)::before{
    background-color: #0d48a1;
}

.choose-item-menu ul li:nth-child(3)::before{
    background-color: #0d48a1;
}

.choose-item-menu ul li:nth-child(4)::before{
    background-color: #0d48a1;
}

 .choose-item-menu ul li:hover:before {
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

 .choose-item-menu ul li:hover{
    color:#fff;
}

 .choose-item-menu ul li:hover img{
    filter: brightness(0) invert(1);
}

 .choose-item-menu ul li img:nth-child(1),  .choose-item-menu ul li img:nth-child(2),  .choose-item-menu ul li img:nth-child(3),  .choose-item-menu ul li img:nth-child(4) {
    margin-right:9px;
}

 .choose-item-menu ul li:nth-child(2) {
    background-color: rgba(21,193,250,0.10196078431372549);
    padding: 14px 120px 14px 25px;
}

 .choose-item-menu ul li:nth-child(3) {
    background-color: rgba(21,193,250,0.10196078431372549);
    padding: 14px 100px 14px 25px;
}

 .choose-item-menu ul li:nth-child(4) {
    background-color: rgba(21,193,250,0.10196078431372549);
    padding: 14px 239px 14px 25px;
}

 p.choose-suport-des {
    font-size: 20px;
    color: #1e1e1e;
    font-weight: 400;
    align-items: center;
    display: flex;
    margin-bottom: 35px;
}

 p.choose-suport-des img {
    margin-right: 10px;
}

.choose-btn a {
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    border-radius: 26px;
    background-color: #0d48a1;
    padding: 12px 34px;
    transition: 0.5s;
    position: relative;
    z-index: 1;
    text-decoration: none;
}
 .choose-btn a::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #a0a0a0;
    border-radius: 30px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    transition: .5s;
    clip-path: polygon(50% 0, 50% 0, 50% 50%, 50% 100%, 50% 100%, 50% 50%);
    z-index: -1;
}

 .choose-btn a:hover::before {
    clip-path: polygon(25% -70%, 75% -70%, 120% 50%, 75% 170%, 25% 170%, -20% 50%);
}

 .choose-btn a i {
    display: inline-block;
    margin-left: 10px;
}

 .choose-skill-content h3 {
    display: inline-block;
    font-size: 26px;
    line-height: 26px;
    color:#1e1e1e;
    font-weight: 600;
}

 .choose-skill-content span {
    display: inline-block;
    font-size: 26px;
    color:#1e1e1e;
    font-weight: 600;
}

 .choose-skill-content p {
    display: block;
    font-size: 15px;
    color: #616161;
    font-weight: 400;
}

 .choose-thumb {
    position: relative;
}

.choose-shape-dot {
    position: absolute;
    top: 0;
    right: 72px;
    animation: upDown 1.5s ease-in-out 1.8s forwards infinite alternate;
}
@keyframes upDown {
    0% {
      -webkit-transform: translateY(0px);
      -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
      -o-transform: translateY(0px);
      transform: translateY(0px);
    }
    100% {
      -webkit-transform: translateY(-15px);
      -moz-transform: translateY(-15px);
      -ms-transform: translateY(-15px);
      -o-transform: translateY(-15px);
      transform: translateY(-15px);
    }
  }

 .choose-shape-star {
    position: absolute;
    bottom: 145px;
    left: -10px;
    animation: rotateme 8s linear infinite;
}
@keyframes rotateme {
    from {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    
    to {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
    }

 .choose-skill-box {
    position: absolute;
    right: -82px;
    bottom: 62px;
    display: flex;
    align-items: center;
    gap: 18px;
    border-radius: 10px;
    background-color: #ffffff;
    width: 279px;
    height: 99px;
    padding: 0 0 0 30px;
    animation: upDown 1.5s ease-in-out 1.8s forwards infinite alternate;
}

 .choose-shape1 {
    position: absolute;
    bottom: 100px;
    left: 865px;
    animation: bounceleft 4s linear infinite;
}
@keyframes bounceleft{
    0% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
    }

    50% {
        -webkit-transform: translateX(-15px);
        transform: translateX(-15px);
    }

    100% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
    }
}

 .choose-shape2 {
    position: absolute;
    right: 120px;
    top: -60px;
    animation: rotateme 18s linear infinite;
}

/* From Uiverse.io by joe-watson-sbf */ 
.flip-card {
    background-color: transparent;
    width: 390px;
    height: 310px;
    perspective: 1000px;
    font-family: sans-serif;
}
  @media only screen and (max-width: 320px) {
    .flip-card {
        width: 296px;
        height: 240px;
        margin-bottom: 25px;
    }
}
@media only screen and (min-width: 321px) and (max-width: 430px) {
    .flip-card {
        width: 296px;
        height: 240px;
        margin-bottom: 25px;
        margin-left: 20px;
    }
}
@media only screen and (min-width: 431px) and (max-width: 768px) {
    .flip-card {
        width: 296px;
        height: 240px;
        margin-bottom: 25px;
        margin-left: 80px;
    }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .flip-card {
        width: 225px;
        height: 182px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1350px) {
    .flip-card {
        width: 296px;
        height: 240px;
    }
}
@media only screen and (min-width: 1351px) and (max-width: 1400px) {
    .flip-card {
        width: 327px;
        height: 267px;
    }
}
  .title {
    font-size: 1.5em;
    font-weight: 900;
    text-align: center;
    margin: 0;
  }
  
  .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
  }
  
  .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
  }
  
  .flip-card-front, .flip-card-back {
    box-shadow: 0 8px 14px 0 rgba(0,0,0,0.2);
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 10px;
  }
  .flip-card-front img{
    border-radius: 10px;
  }
  /* .flip-card-front {
    background: linear-gradient(120deg, bisque 60%, rgb(255, 231, 222) 88%,
       rgb(255, 211, 195) 40%, rgba(255, 127, 80, 0.603) 48%);
    color: coral;
  } */
  
  .flip-card-back {
    color: rgb(0, 0, 0);
    transform: rotateY(180deg);
  }

/* form-page */
.contact1-section-area {
    position: relative;
    z-index: 1;
    background-color: #e8ebe8;
}
.contact-info-area{
    padding: 0px 25px;
}
.contact1-section-area {
    padding: 120px 0 120px;
}
.contact1-section-area .contact-header-area {
    position: relative;
    z-index: 1;
    margin-bottom: 60px;
}
.contact-header-area h5{
    color: #0d47a1;
    font-size: 40px;
    font-weight: 700;
}
.bg-color-1 {
    background: #1565c0;
    border-radius: 8px;
    padding: 40px 40px;
    position: relative;
}
.contact1-section-area .contact-info-area h3{
  color: #fff;
  font-size: 30px;
  text-transform: capitalize;
}
.contact1-section-area .contact-info-area p{
    color: #fffbfb;
  opacity: 80%;
  padding-top: 5%;
    padding-bottom: 32px;
    border-bottom: 1px solid #ffffff;
}
.space32 {
    height: 32px;
}
.contact1-section-area .contact-auhtor-box {
    display: flex;
    align-items: center;
}
.contact1-section-area .contact-auhtor-box .icons{
    height: 50px;
    width: 50px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    background: #ffffff;
    line-height: 71px;
    margin: 0 24px 0 0;
    transition: all 0.4s;
}

.contact1-section-area .contact-auhtor-box .icons img{
    width: 29px;
    padding-bottom: 25px;
}
.contact1-section-area .contact-auhtor-box .content h4{
  color: #ffffff;
  font-size: 20px;
}
.contact1-section-area .contact-auhtor-box .content a{
  color: #fff;
    opacity: 80%;
    display: inline-block;
    transition: all 0.4s;
    text-decoration: none;
}
.space40 {
    height: 40px;
}
.contact1-section-area .contact-boxarea {
    border-radius: 8px;
    padding: 32px;
    margin: 0 0 0 50px;
    
}
@media (min-width: 320px) and (max-width: 480px) {
    .contact1-section-area .contact-boxarea {
        border-radius: 8px;
        padding: 32px;
        margin: 0 0 0 0px;
    }
}
.bg-color-2{
    background: #fff;
    box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.1);
}
.contact1-section-area .contact-boxarea h3{
  color: #000;
    margin-bottom: 16px;
}
.contact1-section-area .contact-boxarea p{
  color: #3d4c5e;
}
.contact1-section-area .contact-boxarea .input-area input {
    width: 100%;
    color: #000;
    padding: 16px;
    border: 1px solid #E6E6E6;
    border-radius: 8px;
    margin-top: 24px;
}

.contact1-section-area .contact-boxarea .input-area button {
    border: none;
    outline: none;
    margin-top: 24px;
}
.contact1-section-area .contact-boxarea .input-area textarea {
    width: 100%;
    color: #000;
    padding: 16px;
    border: 1px solid #E6E6E6;
    border-radius: 8px;
    margin-top: 24px;
    height: 120px;
}
.header-btn1 {
    display: inline-block;
    background: #0d47a1;
    color: #fff;
    padding: 8px 16px;
    transition: all 0.4s;
    border-radius: 30px;
    position: relative;
    z-index: 1;
}
.header-btn1 span {
    height: 36px;
    width: 36px;
    display: inline-block;
    border-radius: 50%;
    transition: all 0.4s;
    line-height: 36px;
    text-align: center;
    background: #0d47a1;
    color: #fff;
    transform: rotate(-45deg);
    position: relative;
    left: 8px;
}
.header-btn1::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    left: 50%;
    transition: all 0.4s;
    top: 0;
    z-index: -1;
    background: #4e2fda;
    border-radius: 30px;
    visibility: hidden;
    opacity: 0;
}

/* testimonial section start */
.testimonials-area {
    position: relative;
    background: #ffffff;
    z-index: -1;
    padding: 100px 10px;
}
 .testimonial-section{
    position: relative;
    background: #0d48a1;
    padding: 20px 30px 40px 30px;
    box-shadow: 0px 2px 4px 2px #1c5c4b;
    height:calc(100% - 20px);
 }
 .testimonial-icon i{
    font-size: 40px;
    position: absolute;
    top: 0;
    background:#ffffff;
    padding: 10px;
    color: #0d48a1;
    border-radius: 2px;
 }
 .testimonial-para p{
    padding-top: 60px;
    color: #fff;
}
 .testimonial-img-sec{
    display: flex;
    align-items: center;
    gap: 40px;
 }
 .testimonial-img{
    width: 100px;
    border-radius: 50%;
 }
 .testimonial-img img{
    width: 100%;
    border-radius: 50%;
 }
 .testimonial-content h6{
    font-weight: 800;
    color:#ffffff;
 }
.testimonial-heading{
    position: relative;
}
.testimonial-heading h5{
    color: #0d48a1;
    font-size: 30px;
    font-weight: 700;
}
.testimonial-heading h2{
    padding-top: 20px;
    padding-bottom: 10px;
    color: #000000;
    font-size: 25px;
    font-weight: 700;
}

/* our-values  */
.our-value{
    background-color: #e8ebe8;
}
.value-section img{
    width: 100%;
}
/* footer  */
.footer-page{
    background: url(../images/footer/footer-bg-1.jpg);
    background-position: center;
    background-size: cover;
}
.about-us-footer h5{
    font-size: 30px;
    font-weight: 500;
    color: #ffffff;
    text-transform:capitalize;
}
.about-us-footer p{
    font-size: 15px;
    font-weight: 500;
    color: #cccccc;
    line-height: 39px;
}
.about-us-footer button{
    font-size: 14px;
    color: #c8c8c8;
    font-weight: 700;
    border: 1px solid #676868;
    padding: 8px 20px;
    background-color: transparent;
}
.about-us-footer:hover button{
   color: #0d48a1;
}
.our-solution h5{
    font-size: 30px;
    font-weight: 500;
    color: #ffffff;
    position: relative;
    left: 30px;
    text-transform:capitalize;
}
.our-solution ul{
    list-style: none;
}
.our-solution ul li a{
    color: #efefef;
    text-decoration: none;
    text-transform: capitalize;
    line-height: 39px;
}
.our-solution ul li:hover a{
    color: #0d48a1;
}
.quick-links h5{
    font-size: 30px;
    font-weight: 500;
    color: #ffffff;
    position: relative;
    left: 30px;
    text-transform:capitalize;
}
.quick-links ul{
    list-style: none;
}
.quick-links ul li a{
    color: #efefef;
    text-decoration: none;
    text-transform: capitalize;
    line-height: 39px;
}
.quick-links ul li:hover a{
    color: #0d48a1;
}
.social-info h5{
    font-size: 30px;
    font-weight: 500;
    color: #f8f8f8;
    position: relative;
    left: 30px;
    text-transform: capitalize;
}
.footer-social-icons{
}
.footer-social-icons ul{
    display: flex;
    align-items: center;    
    gap: 30px;
    position: relative;
    left: 20px;
}
.footer-social-icons ul li {
    width: 33px;
    height: 33px;
    background-color: #0d48a1;
    border-radius: 30px;
    color: #ffffff;
    text-align: center;
    padding-top: 7px;
}
.footer-social-icons ul li a i {
   font-size: 20px;
   color:#ffffff;
}

.footer-address-sec ul li a{
    color: #ffffff;
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 10px;
    text-decoration: none;
}
.footer-address-sec ul li:hover a{
    color: #0d48a1;
}
.footer-page hr{
    color: #ffffff;
}
.copy-right-area{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0;

}
.copy-right-area .menu-areacopy-rights ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    list-style: none;
}
.copy-right-area .menu-areacopy-rights ul li{
    margin-right: 15px;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 20px;
    padding: 0;
   
}
.copy-right-area .menu-areacopy-rights ul li a {
    transition: 0.3s;
    text-transform: capitalize;
    color: #ffffff;
    text-decoration: none;
}
.copy-right-area .menu-areacopy-rights ul li:hover a{
    color: #0d47a1;
}
.copy-right-area .design-by-iamonin ul{
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    list-style: none;
}
.copy-right-area .design-by-iamonin ul li {
    margin-right: 15px;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 20px;
    padding: 0;
    color: #ffffff;
    
}
.copy-right-area .design-by-iamonin ul li a {
    transition: 0.3s;
    color: #ffffff;
    text-decoration: none;
}
.copy-right-area .design-by-iamonin ul li:hover a{
    color: #ffffff;
}
.copy-right-area .condition ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    list-style: none;
}
.copy-right-area .condition ul li {
    margin-left: 20px;
    margin-top: 0;
    margin-bottom: 0;
    
}
.copy-right-area .condition ul li a {
    transition: 0.3s;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #ffffff;
    text-decoration: none;
    text-transform: capitalize;
}
.copy-right-area .condition ul li:hover a{
    color: #0d47a1;
}
.whatsapp-img{
    position: fixed;
    right: 53px;
    bottom: 140px;
    z-index: 2;
}
.whatsapp-img img{
    width: 60px;
    border-radius: 100px;
}
/* map-section  */
/* .map-heading h5{
    color: #0d48a1;
    font-size: 25px;
    font-weight: 700;
}
.map-image img{
    width: 100%;
}
.map-content-heading h3{
    color: #1564bf;
    font: size 20px;
    font-weight: 700;
    padding-top: 30px;
}

.map-content h4{
    color: #000000;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
}
.map-content ul li{
    padding-left: 190px;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
}
.map-content-places{
    display: flex;
    gap: 15px;
}
.map-content-places .place {
    padding: 13px 15px;
    background-color: #0d47a1;
    border-radius: 2px;
}
.map-content-places .place h5{
    font-size: 17px;
    text-transform: capitalize;
    color: #ffffff;
} */


/* about us page >>>>>>>>>>>>>>>>>  */
.about-us-page {
    position: relative;
    padding: 300px 0px 120px;
    background-attachment: fixed;
    background-size: cover;
}
.overlay::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.9);
    opacity: 0.7;
}
.about-us-heading{
    position: relative;
    z-index: 1;
    bottom: 80px;
}
.about-us-heading h1{
    color: #ffffff;
    font-size: 50px;
    font-weight: 600;
    text-transform: uppercase;
}

/* about-section  */
.about-sec{
    background-color: #ffff;
}
.about-thumb2-1 {
    position: relative;
    display: inline-block;
    padding: 0 185px 195px 0;
}
.about-thumb2-1 .img1 {
    border-radius: 15px;
    overflow: hidden;
    display: inline-block;
}
.image-anim {
    position: relative;
    overflow: hidden;
}
.image-anim:hover:before {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
    visibility: hidden;
}
.image-anim img{
    max-width: 100%;
}
.image-anim:before {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}
.about-thumb2-1 .img2 {
    overflow: hidden;
    border-radius: 15px;
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
}
.about-thumb2-1 .about-bg-shape2-1 {
    position: absolute;
    right: 60px;
    top: 122px;
    border-radius: 15px;
    display: inline-block;
    width: 184px;
    height: 184px;
    z-index: -1;
    overflow: hidden;
}
.about-sec-heading h5 {
    font-size: 20px;
    font-weight: 600;
    color: #0d47a1;
}
.about-sec-heading h2 {
    font-size: 35px;
    font-weight: 700;
}
.checklist-wrap h3{
    font-size: 30px;
    font-weight: 600;
    color: #0d47a1;
    padding-bottom: 10px; 
}
.list-wrap {
    margin: 0px;
    padding: 0px;
}

.checklist-wrap .list-wrap li {
    line-height: 1.5em;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    gap: 18px;
}
.list-wrap li {
    list-style: none;
}
.checklist-wrap .list-wrap li:not(:last-child) {
    margin-bottom: 20px;
}
.checklist-wrap .list-wrap li .icon {
    color: #0d47a1;
    flex: none;
    position: relative;
    top: 1px;
}
.about-wrap2 .cta-link {
    color: #0d47a1;
    margin-top: 30px;
    font-size: 20px;
    font-weight: 700;
}
.about-wrap2 .cta-link a {
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    color: #000;
}
.about-wrap2 .about-sec-button {
    border-top: 1px solid #eaeaea;
    padding-top: 40px;
}
.abt-btn-1 {
    user-select: none;
    -moz-user-select: none;
    background: #0d47a1 none repeat scroll 0 0;
    border: medium none;
    border-radius: 10px;
    color: #ffff;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 0;
    padding: 21px 32px 19px 32px;
    text-align: center;
    text-transform: capitalize;
    touch-action: manipulation;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.5);
    transition-delay: 0s;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    z-index: 1;
    gap: 10px;
    min-width: 180px;
    justify-content: center;
    --arrow-hover-move-x: -110%;
    text-decoration: none;
}
.abt-btn-1:hover{
    color: #dcdddd;
    background-color: #116aee;
}
.abt-btn-1 .btn-text:before {
    top: 0;
    left: 0;
    opacity: 1;
    display: block;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    position: relative;
    color: inherit;
    content: attr(data-text);
    transform: translateY(0);
}
.abt-btn-1 .btn-text:after {
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    display: block;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    position: absolute;
    background: transparent;
    color: inherit;
    content: attr(data-text);
    transform: translateY(240%);
}

/* counter-section  */
.counter-section{
    background: #0d48a1;
}
.counter-card {
    background: #ffffff;
    border: 1px solid #EBF2F6;
    border-radius: 40px 0px;
    padding: 60px 50px;
    transition: 0.4s;
}
.counter-card_title {
    font-weight: 700;
    font-size: 48px;
    line-height: normal;
    margin-bottom: -0.3em;
    margin-top: -0.25em;
    color: #0d48a1;
}
.counter-card_subtitle {
    font-size: 14px;
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
    margin-top: 12px;
}
.counter-card_text {
    font-size: 16px;
    margin-bottom: -0.3em;
    margin-top: 15px;
    color: #868686;
}
/* team-section  */
.team-section{
    background-color: #edfaf6;
}
.team-heading h5{
    color: #0d47a1;
    font-size: 30px;
    font-weight: 600;
}
.team-heading h2{
    color: #000000;
    font-size: 25px;
    font-weight: 500;
}
.team-box-three {
    position: relative;
    z-index: 1;
}
.team-box-three::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: #ffffff;
    border-radius: 10px;
    transition: all 0.4s ease 0s;
}
.team-box-three:hover::before {
    background: #e6e0e0;
}
.team-box-three .image-box {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin: 0 30px;
    overflow: hidden;
}
.team-box-three:hover .image-box::before {
    height: 100%;
    opacity: 1;
}
.team-box-three .image-box::before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 0;
    width: 100%;
    background-image: linear-gradient(0deg, #1d52a1 0%, #5676a5 10%, transparent 50%, transparent 100%);
    opacity: 0;
    transition: all 0.4s ease 0s;
}
.team-box-three .image-box .image img {
    width: 100%;
}
.team-box-three .share-btn-wrap {
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.4s ease 0s;
    bottom: 30px;
    z-index: 5;
}
.team-box-three .share-btn-wrap .social-link {
    position: relative;
    display: flex;
    gap: 10px;
    transition: all 0.4s ease 0s;
}
.team-box-three:hover .share-btn-wrap .social-link li {
    opacity: 1;
    transform: translateY(0);
}

.team-box-three .share-btn-wrap .social-link li:nth-child(1) {
    transition-duration: 0s;
}
.team-box-three .share-btn-wrap .social-link li {
    display: inline-block;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.4s ease 0s;
}
.team-box-three .share-btn-wrap .social-link li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #0d47a1;
    text-align: center;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}
.team-box-three .profile-info {
    padding: 30px 0 40px;
    text-align: center;
}
.team-box-three .profile-info .name a {
    font-size: 26px;
    font-weight: 600;
    color: #0d48a1;
    margin-bottom: 17px;
    text-decoration: none;
}
.team-box-three:hover .profile-info .name a {
    color: #000000;
    text-decoration: none;
}
.team-box-three:hover .profile-info .position {
    color: #0d48a1;
}

.team-box-three .profile-info .position {
    font-size: 16px;
    font-weight: 600;
    color: var(--dark-color);
    width: 145px;
    height: 34px;
    line-height: 34px;
    border-radius: 17px;
    background-color: var(--theme-color3);
    display: inline-block;
    margin: 0 auto;
    transition: all 0.4s ease 0s;
}


/* our-service  */
.our-service{
    background-color: #ffffff;
}

.service-heading h5{
    font-size: 30px;
    font-weight: 600;
    color: #0d47a1;
}
.service-heading h2{
    font-size: 25px;
    font-weight: 500;
    color: #000000;
}

.our-service .service-single-box {
    background-color: #ecf8f8;
    transition: background-color 0.4s ease-in-out;
}
.our-service .service-single-box:hover {
    background-color: #0d48a1;
}

.service-single-box {
    padding: 50px 40px 50px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    height: calc(100% - 20px);
}
.service-single-box .icon {
    font-size: 60px;
    color: #0d48a1;
    transition: all 0.4s ease 0s;
}
.service-single-box:hover .icon {
    color: #4672b4;
    filter: brightness(0) saturate(100%) invert(91%) sepia(12%) saturate(1224%) hue-rotate(101deg) brightness(104%) contrast(75%);
}
/* service-icons 1 */
.icon-1 {
    display: inline-block;
    width: 60px !important;
    height: 60px !important;
    position: relative;
}
.icon-1::before {
    display: inline-block;
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    background: url(../images/service-page/service-sec/mep-services.png) no-repeat center / cover;
}
/* service-icons  1*/
/* service-icons 2 */
.icon-2 {
    display: inline-block;
    width: 60px !important;
    height: 60px !important;
    position: relative;
}
.icon-2::before {
    display: inline-block;
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    background: url(../images/service-page/service-sec/fire-fighting-systems.png) no-repeat center / cover;
}
/* service-icons  2*/
/* service-icons 3 */
.icon-3 {
    display: inline-block;
    width: 60px !important;
    height: 60px !important;
    position: relative;
}
.icon-3::before {
    display: inline-block;
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    background: url(../images/service-page/service-sec/commercial-electrical-works.png) no-repeat center / cover;
}
/* service-icons  3*/
/* service-icons 4 */
.icon-4 {
    display: inline-block;
    width: 60px !important;
    height: 60px !important;
    position: relative;
}
.icon-4::before {
    display: inline-block;
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    background: url(../images/service-page/service-sec/industrial-\ commercial-civil-construction.png) no-repeat center / cover;
}
/* service-icons  4*/
/* service-icons 5 */
.icon-5 {
    display: inline-block;
    width: 60px !important;
    height: 60px !important;
    position: relative;
}
.icon-5::before {
    display: inline-block;
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    background: url(../images/service-page/service-sec/internal-external-road-works.png) no-repeat center / cover;
}
/* service-icons  5*/
/* service-icons 6 */
.icon-6 {
    display: inline-block;
    width: 60px !important;
    height: 60px !important;
    position: relative;
}
.icon-6::before {
    display: inline-block;
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    background: url(../images/service-page/service-sec/build-up-structural-works.png) no-repeat center / cover;
}
/* service-icons  6*/
/* service-icons 7 */
.icon-7 {
    display: inline-block;
    width: 60px !important;
    height: 60px !important;
    position: relative;
}
.icon-7::before {
    display: inline-block;
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    background: url(../images/service-page/service-sec/pre-engineered-buildings.png) no-repeat center / cover;
}
/* service-icons  7*/
/* service-icons 8 */
.icon-8 {
    display: inline-block;
    width: 60px !important;
    height: 60px !important;
    position: relative;
}
.icon-8::before {
    display: inline-block;
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    background: url(../images/service-page/service-sec/Pipelines.png) no-repeat center / cover;
}
/* service-icons  8*/
/* service-icons 9 */
.icon-9 {
    display: inline-block;
    width: 60px !important;
    height: 60px !important;
    position: relative;
}
.icon-9::before {
    display: inline-block;
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    background: url(../images/service-page/service-sec/structurals.png) no-repeat center / cover;
}
/* service-icons  9*/
/* service-icons 10 */
.icon-10 {
    display: inline-block;
    width: 60px !important;
    height: 60px !important;
    position: relative;
}
.icon-10::before {
    display: inline-block;
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    background: url(../images/service-page/service-sec/etp-stp-solutions.png) no-repeat center / cover;
}
/* service-icons  10*/
/* service-icons 11 */
.icon-11 {
    display: inline-block;
    width: 60px !important;
    height: 60px !important;
    position: relative;
}
.icon-11::before {
    display: inline-block;
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    background: url(../images/service-page/service-sec/networking-it-infrastructure.png) no-repeat center / cover;
}
/* service-icons  11*/
/* service-icons 12 */
.icon-12 {
    display: inline-block;
    width: 60px !important;
    height: 60px !important;
    position: relative;
}
.icon-12::before {
    display: inline-block;
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    background: url(../images/service-page/service-sec/cctv-security-solutions.png) no-repeat center / cover;
}
/* service-icons  12*/

.border {
    position: relative;
    border-bottom: 1px solid rgba(6, 50, 50, 0.1) !important;
}
.our-service .service-single-box .border::before {
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    background: #c2df93;
    transition: all 0.4s ease-in-out;
    left: 50%;
}
.our-service .service-single-box:hover  .border::before {
    left: 0;
    width: 100%;
}
.service-single-box .title {
    font-size: 26px;
    padding-top: 20px;
    font-weight: 600;
    transition: all 0.4s ease 0s;
    text-align: start;
    color: #0d47a1;
}
.service-single-box:hover .title {
    color: #ffffff;
   
}
.service-single-box .text {
    font-size: 18px;
    line-height: 1.66;
    padding-top: 20px;
    margin-bottom: 23px;
    transition: all 0.4s ease 0s;
}
.service-single-box:hover .text {
    color:#bbd3d4;
}
.service-single-box .service-btn {
    border: 1px solid #0d48a1;
    padding: 8px 14px;
    background: transparent;
    overflow: hidden;
    max-width: 45px;
    gap: 0;
    display: flex;
    align-items: center;
    text-decoration: none;
}
.our-service .service-single-box:hover .service-btn {
    color: #ffffff;
    border-color: #ffffff;
}

.service-single-box:hover .service-btn {
    padding: 8px 25px;
    max-width: 170px;
    gap: 10px;
}
.theme-btn i {
    font-size: 16px;
    height: 26px;
    line-height: 1.66;
}
.service-single-box .service-btn .link-text {
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease;
    position: relative;
    display: block;
    height: 26px;
    white-space: nowrap;
    overflow: hidden;
    width: 0;
}
.service-single-box .serial {
    position: absolute;
    top: 35px;
    right: 35px;
    color: #0d48a1;
    font-size: 20px;
    font-weight: 500;
}
.our-service .service-single-box:hover .serial {
    color: #c2df93;
}
.our-service .service-single-box .path__shape {
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
}
.our-service .service-single-box:hover .path__shape {
    opacity: 1;
}
.our-service .service-single-box .path__shape::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.10);
    transition: all 0.4s ease-in-out;
    right: 16px;
    bottom: 12px;
}

.theme-btn {
    font-size: 15px;
    font-weight: 500;
    position: relative;
    padding: 16px 40px;
    margin-bottom: 0px;
    color: #0d48a1;
    display: inline-flex;
    justify-content: center;
    gap: 10px;
    text-decoration: none;
    border-radius: 40px;
}
.our-service .service-single-box .path__shape::after {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.10);
    transition: all 0.4s ease-in-out;
    right: 0;
    bottom: 0;
}
.our-service .service-btn .link-text {
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease;
    position: relative;
    display: block;
    height: 26px;
    white-space: nowrap;
    overflow: hidden;
    width: 0;
}



.our-service .service-single-box:hover .service-btn .link-text {
    animation: typing 1s steps(20) forwards;
    visibility: visible;
}

@keyframes typing {
    0% {
      width: 0;
      opacity: 0;
    }
  
    5% {
      opacity: 1;
    }
  
    100% {
      width: 100%;
      opacity: 1;
    }
  }


/* service-detail-page  */
.it-sv-details-sidebar {
    margin-right: 82px;
}
.service-detail-sidebar{
    position: sticky;
    top: 15px;
}
.side-bar-widget {
    padding: 35px 25px;
    background-color: #f4f4f4;
}
.side-bar-widget a{
    text-decoration: none;
}
.sidebar-widget-list {
    width: 100%;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    font-size: 16px;
    transition: .3s;
    background-color: #ffffff;
}
.sidebar-widget-list.active {
    background-color: #0d47a1;
    color: #ffffff;
}
.sidebar-widget-list.active span {
    color: #ffffff;
}
.sidebar-widget-list span {
    transition: .3s;
    color: #000000;
}
.sidebar-widget-list, .sidebar-widget-title {
    text-transform: capitalize;
    color: #000000;
}
.sidebar-widget-title-heading {
    font-weight: 700;
    font-size: 36px;
    color: #0d47a1;
}
.sidebar-widget-title {
    font-weight: 700;
    font-size: 24px;
}
.it-pro-details-wrap {
    margin-left: -30px;
}
.image-height-auto {
    height: auto;
}
.it-pro-details-title {
    font-weight: 600;
    font-size: 30px;
}
.it-pro-details-text p {
    font-size: 16px;
    line-height: 1.76;
}
.img-anim-top {
    animation: img-anim-top 1.3s cubic-bezier(.645,.045,.355,1) forwards;
    opacity: 0;
}
.it-pro-details-text-2 {
    margin-left: -55px;
}
.it-pro-details-title-sm {
    font-weight: 700;
    font-size: 24px;
}
.it-pro-details-text-2 p {
    font-size: 16px;
}
.it-pro-details-list ul li {
    list-style-type: none;
    position: relative;
    padding-left: 30px;
    margin-bottom: 21px;
    font-size: 18px;
    color: #000000;
}
.it-pro-details-thumb img{
    max-width: 100%;
}
.it-pro-details-list ul li i, .it-pro-details-list ul li svg {
    position: absolute;
    top: 5px;
    left: 0;
}
.img-anim-top {
    animation: img-anim-top 1.3s cubic-bezier(.645,.045,.355,1) forwards;
    opacity: 0;
}

@keyframes img-anim-top {
    0% {
        transform: translateY(-5%);
        -webkit-clip-path: inset(0 0 100% 0);
        clip-path: inset(0 0 100% 0);
        opacity: 0
    }

    to {
        transform: translateY(0);
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
        opacity: 1
    }
}

.service-right-heading{
    color: #0d47a1;
    font-size: 26px;
    font-weight: 600;
}

.project-vision-heading{
    color: #0d47a1;
    font-size: 26px;
    font-weight: 600;
    margin-left: 32px;
}
.project-vision-para{
    margin-left: 32px;
}

/* project-section  */

.project-card3 {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
}

.project-card3 .project-thumb {
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}
.project-card3.style2 .project-thumb img {
    filter: none;
}
.project-card3 .project-thumb img {
    width: 100%;
    min-height: 300px;
    object-fit: cover;
    transition: 0.4s;
}
.project-card3 .project-card-details {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 30px;
}
.project-card3.style2 .project-card-details {
    opacity: 0;
    bottom: 0;
    transition: 0.4s;
}
.project-card3.style2:hover .project-card-details {
    opacity: 1;
    bottom: 50px;
}
.project-card3 .project-card-tag {
    border-radius: 10px;
    background: #0d47a1;
    font-size: 14px;
    font-weight: 600;
    padding: 5.25px 30px;
    text-transform: uppercase;
    display: inline-flex;
    margin-bottom: 5px;
    flex-wrap: wrap;
}
.project-card3 .project-card-tag a {
    color: #ffffff;
    text-decoration: none;
}
.project-card3 .project-card-content {
    background: #ffffff;
    border-radius: 10px;
    padding: 30px;
}
.project-card3 .project-title {
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 700;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.project-card3 .project-title a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000000;
    gap: 15px;
    text-decoration: none;
}
.project-card3 .box-text {
    margin-bottom: -0.4em;
}


/* contact-info  */
.contact-info .single-item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 30px 0 30px 30px;
    border-radius: 20px;
    border: 1px solid #D0D0D0;
    background: #EFEFEF;
    height: calc(100% - 20px);
}
.contact-info .single-item .icon i {
    color: #ffffff;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    background: #0d47a1;
    font-size: 32px;
    font-weight: 900;
}
.contact-info .single-item .content h3 {
    color: #0d47a1;
    font-size: 24px;
    font-weight: 500;
    text-transform: capitalize;

}
.contact-info .single-item .content a {
    color: #565969;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    text-decoration: none;
}

.map-section iframe{
    width: 100%;
}



/* dummy-css  */

.navbar-nav .nav-link {
    color: #fff;
  }
  .dropend .dropdown-toggle {
    color: salmon;
    margin-left: 1em;
  }
  .dropdown-item:hover {
    background-color: lightsalmon;
    color: #fff;
  }
  .dropdown .dropdown-menu {
    display: none;
  }
  .dropdown:hover > .dropdown-menu,
  .dropend:hover > .dropdown-menu {
    display: block;
    margin-top: 0.125em;
    margin-left: 0.125em;
  }
  @media screen and (min-width: 769px) {
    .dropend:hover > .dropdown-menu {
      position: absolute;
      top: 0;
      left: 100%;
    }
    .dropend .dropdown-toggle {
      margin-left: 0.5em;
    }
  }