/*New Changes Start*/

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
/*font-family: "Manrope", sans-serif;*/

body{
    font-family: "Manrope", sans-serif;
}

.header__topbar {
    background-color: #10428c;
}

header .navbar .navbar-modules{
    margin-left: 30px;
}

.header__topbar .contact__list li{
    display: flex;
    align-items: center;
    grid-gap: 10px;
}

.header__topbar .contact__list li i{
    color: #fff;
    margin-inside: 0;
}

.header__topbar .contact__list a{
    color: #fff;
    border-right: 1px solid #fff;
    padding-right: 10px;
    line-height: 18px;
}

.header__topbar .contact__list a:last-child{
    border-right: 0px;
    padding-right: 0;
}

.header__topbar .contact__list a:hover{
    color: #ff5e14 !important;
}

.header__topbar .contact__list li{
    margin-right: 0;
}

.header__topbar .contact__list{
    grid-gap: 25px;
}

@media only screen and (max-width: 991px) {
    .navbar .navbar-toggler {
        position: relative;
        right: 0px;
        height: 13px;
    }
    .navbar .navbar-modules{
        display: flex;
        padding-right: 15px;
        align-items: center;
        grid-gap: 40px;
    }
    header .navbar .navbar-modules{
        margin-left: 0px;
    }
}

@media only screen and (max-width: 766.98px) {
    .navbar .navbar-modules{
        grid-gap: 30px;
    }
    .navbar .navbar-modules .btn{
        width: auto;
        height: auto;
        line-height: 13px;
        font-size: 13px;
        padding: 15px 10px;
    }

    .navbar .navbar-brand{
        width: 220px;
    }

}

@media only screen and (max-width: 575px) {
    .navbar .navbar-modules{
        grid-gap: 20px;
    }
    .navbar .navbar-brand{
        width: 180px;
    }
}

@media only screen and (max-width: 390px) {
    .navbar .navbar-brand{
        width: 150px;
    }
    .navbar .navbar-modules{
        grid-gap: 10px;
    }

    .navbar .navbar-modules .btn {
        width: auto;
        height: auto;
        line-height: 13px;
        font-size: 12px;
        padding: 12px 10px;
        letter-spacing: 0;
    }
}

@media only screen and (max-width: 340px) {
    .navbar .navbar-brand {
        width: 130px;
    }
}


.highlights{
    padding: 0;
    position: relative;
    top: -50%;
    z-index: 20;
    transform: translate(0%, -50%);
}

.highlights .highlightsWrapper{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 0;
    grid-auto-rows: minmax(50px, auto);
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
    -webkit-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.11);
    box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.11);
}

.highlights .highlightsWrapper .items{
    border-right: 3px solid #eaeaea;
    padding: 30px;
    background: #fff;
    display: flex;
    align-items: center;
    grid-gap: 15px;
    transition: ease 0.3s;
}

.highlights .highlightsWrapper .items .iconBox{
    width: 40px;
    height: 40px;
    flex-shrink: 0 !important;
}

.highlights .highlightsWrapper .items .iconBox img{
    transition: ease 0.3s;
}

.highlights .highlightsWrapper .items:hover{
    background-color: #ff5e14;
}

.highlights .highlightsWrapper .items  .cntBox p{
    margin: 0;
    padding: 0 0 5px;
    text-transform: capitalize;
    transition: ease 0.3s;
}

.highlights .highlightsWrapper .items  .cntBox h6{
    margin: 0;
    padding: 0px;
    text-transform: capitalize;
    transition: ease 0.3s;
}

.highlights .highlightsWrapper .items:hover p{
    color: #fff;
}

.highlights .highlightsWrapper .items:hover h6{
    color: #fff;
}

.highlights .highlightsWrapper .items:last-child{
    border-right: 0px solid #ccc;
}

.highlights .highlightsWrapper .items:hover .iconBox img{
    filter: brightness(0) invert(1);
}

@media (max-width:1199.98px){
    .highlights{
        top: -20%;
        transform: translate(0%, -20%);
    }

    .highlights .highlightsWrapper{
        display: grid;
        grid-template-columns: 1fr 1fr ;
        grid-gap: 0;
    }

    .highlights .highlightsWrapper .items:nth-child(2){
        border-right: 0px solid #eaeaea;
    }
    .highlights .highlightsWrapper .items{
        border-bottom: 3px solid #eaeaea;
    }

    .highlights .highlightsWrapper .items:nth-child(3), .highlights .highlightsWrapper .items:nth-child(4){
        border-bottom: 0px solid #eaeaea;
    }
}

@media (max-width:766.98px){
    .highlights .highlightsWrapper .items{
        padding: 20px;
    }

}

@media (max-width:575px){
    .highlights .highlightsWrapper .items{
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width:420px){
    .highlights .highlightsWrapper{
        display: grid;
        grid-template-columns: 1fr ;
    }
    .highlights .highlightsWrapper .items{
        flex-direction: row;
        align-items: center;
        border: 0px solid #eaeaea !important;
        border-bottom: 3px solid #eaeaea !important;
    }
    .highlights .highlightsWrapper .items:last-child{
        border-bottom: 0 !important;
    }
}

.textWrapper{
    font-size: 17px;
    font-weight: 600;
    line-height: 26px;
    color: #393939;
}

.textWrapper p:last-child{
    margin: 0;
    padding: 0;
}

.textWrapper ul{
    margin-left: 0px;
    margin-bottom: 20px;
}

.textWrapper ul li{
    color: #9b9b9b;
    list-style: none;
    position: relative;
    display: flex;
    align-items: flex-start;
    grid-gap: 10px;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    margin-bottom: 7px;
}

.textWrapper ul li::before{
    width: 7px;
    height: 7px;
    content: '';
    left: 0;
    display: block;
    background: url("../images/listDot.svg") center;
    background-size: 7px;
    top: 9px;
    position: relative;
    flex-shrink: 0 !important;
}


.heading__title{
    color: #10428c;
}


element {
}
.heading-2 .heading__title {
    font-size: 40px;

    line-height: 54px;

}
.heading__title {
    color: #10428c;

}
.heading__title {
    font-size: 33px;

    line-height: 42px;

    margin-bottom: 20px;

}
h2 {
    font-size: 42px;

}
h1, h2, h3, h4, h5, h6{
    font-family: "Manrope", sans-serif;
}

.project-item .project__img .cntBox{
    width: calc(100% - 60px);
    left: 30px;
    padding: 15px;
    background: #fff;
    position: absolute;
    bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.project-item .project__img .cntBox .cnt p{
    margin: 0;
    padding: 0;
    color: #ff5e14;
}

.project-item .project__img .cntBox .cnt h6{
    margin: 0;
    padding: 0;
}

.project-item .project__img .cntBox .arrowIcon{
    margin: 0;
    padding: 0;
    width: 35px;
    height: 35px;
    background:  #ff5e14;
    flex-shrink: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 575px) {
    .project-item .project__img .cntBox{
        width: calc(100% - 40px);
        left: 20px;
        bottom: 20px;
    }
}

.client img{
    /*min-height: 110px;*/
}

.carousel-dots .owl-dots{
    display: flex;
    justify-content: center;
}

.footer.footer-1{
    /*background: #ff5e14;*/
    background-image: url(../images/footer-img.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.footer.footer-1::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(255, 94, 20, 0.9);
    z-index: 1;
}

.footer.footer-1 .footer-top{
    position: relative;
    z-index: 3;
}

.footer-top .footer__widget-title{
    color: #fff;
}

.footer.footer-1 .container{
    position: relative;
    z-index: 3;
}

.footer__widget-nav li a, .footer__copyright-links li a{
    color: #fff;
}

.footer__widget-nav li a:hover, .footer__copyright-links li a:hover{
    color: #10428c;
}

.testimonial-item .testimonial__desc{
    font-family: "Manrope", sans-serif;
}

.getInTouchList li{
    display: flex;
    align-items: flex-start;
    grid-gap: 15px;
    margin-bottom: 20px;
}

.getInTouchList li:last-child{
    margin-bottom: 0;
}

.getInTouchList li .iconBox{
    width: 35px;
    height: 35px;
    flex-shrink: 0 !important;
    background: #10428c;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer__copyright a{
    color: #fff;
}
.footer__copyright a:hover{
    color: #10428c;
}

.social__icons a{
    color: #10428c;
}

.social__icons a:hover{
    color: #fff;
}

#scrollTopBtn{
    background: #10428c;
}

.contact-panel-2 .accordion-item .accordion__item-title{
    font-family: "Manrope", sans-serif;
}


.footer__widget-nav li a.active{
    color: #10428c;
}


.request-quote label span{
    color: red;
}

.fancybox-layout2 .fancybox-item-custom{
    padding: 40px;
}

.about .sticky-md-top{
    top: 120px;
    position: sticky;
    z-index: 6;
}

@media (max-width: 991.98px) {
    .about .sticky-md-top{
        top: 0px;
        position: relative;
        z-index: 6;
    }
}

.aboutFancybox-item{
    padding: 25px 20px !important;
    border: 1px solid #eaeaea;
    height: 100%;
}

.case-single-item .textWrapper p{
    color: #9b9b9b;
}

.case-single-item .textWrapper ul{
    margin-left: 0px;
    margin-bottom: 20px;
}

.case-single-item .textWrapper ul li{
    color: #9b9b9b;
    list-style: disc;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    margin-bottom: 7px;
}

.case-single-item .textWrapper ul li:last-child{
    margin-bottom: 0;
}

.widget-categories ul{
    background: #ff5e14 ;
}

.widget-categories ul li a::before{
    background-color: #ff5e14;
}

.widget-categories ul li a:hover, .widget-categories ul li a.active{
    color: #10428c;
}

.widget-categories ul li a::after{
    background-color: #10428c;
}

.widget-categories ul li{
    margin-bottom: 10px;
}

.widget-categories ul li:last-child{
    margin-bottom: 0px;
}

.text__block-title{
    color: #10428c;
}

.case-studies-single .sticky-md-top{
    top: 120px;
    position: sticky;
    z-index: 6;
}

.blog-single .sticky-md-top{
    top: 120px;
    position: sticky;
    z-index: 6;
}

@media (max-width: 991.98px) {
    .case-studies-single .sticky-md-top{
        top: 0px;
        position: relative;
        z-index: 6;
    }

    .blog-single .sticky-md-top{
        top: 0px;
        position: relative;
        z-index: 6;
    }
}
.service-item .service__icon img{
    width:fit-content;
    margin:auto;
    
}
    .service-item .service__overlay{
        height:100%;
    }
    .service-item .service__overlay p{
        opacity:0;
    }
@media(max-width:575px){
    .service-item .service__overlay {
    bottom: -52%;
}
}
@media(min-width:992px){
    .service-item .service__overlay {
    bottom: -45%;
}
}
@media(min-width:1200px){
    .service-item .service__overlay {
    bottom: -42%;
}
}
.service-item p {
    color: #fff;
}
.service-item:hover .service__overlay {
    bottom: 0;
}
.service-item:hover .service__overlay p{
    opacity: 1;
}
.footer__copyright-links li a:after{
    content:unset;
}
@media(max-width:575px){
    .slider .slide-item {
        height: 400px;
    }
}


  .year {
          opacity: 0;

  position: absolute;
  background-color: #ff5e14;
  border-radius: 50%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  bottom: -40px;
  left: -10px;
  padding: 4.056% 5.406%;
  width: 140px;
  height: 140px;
}
  .animate-img .year{
      box-shadow: 0px 15px 15px 0px rgba(106, 40, 117, 0.15);
      opacity:1;
            transition: opacity 0.1s, transform 0.75s;
    animation: fadeInImage 1.5s ease;
  }
@media (min-width: 768px) {
    .year {
    bottom: -30px;
    left: -40px;
    width: 130px;
    height: 130px;
  }
}
#about2 .year{
    left:unset;
      right: -10px;

}
    @media(min-width: 768px) {
  #about2  .year {
    bottom: -30px;
    right: -40px;
}
}
@media (min-width: 1200px) {
    .year {
    width: 150px;
    height: 150px;
  }
}
@media (min-width: 1280px) {
    .year {
    width: 165px;
    height: 165px;
  }
}
@media (min-width: 1440px) {
    .year {
    width: 180px;
    height: 180px;
  }
}
@media (min-width: 1600px) {
    .year {
    width: 190px;
    height: 190px;
  }
}
@media (min-width: 1900px) {
    .year {
    width: 198px;
    height: 198px;
  }
}
  .year strong,   .year sup {
    color:#fff;
  
}
  .year p {
  text-align: center;
  text-transform: uppercase;
  margin:0;
}
@media (max-width: 575px) {
    .year p {
    font-size: 14px;
    line-height: 20px;
  }
}
  .year strong {
  display: flex;
  position: relative;
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
    .year strong {
    font-size: 35px;
    line-height: 35px;
  }
}
@media (min-width: 1200px) {
    .year strong {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (min-width: 1280px) {
    .year strong {
    font-size: 46px;
    line-height: 46px;
  }
}
@media (min-width: 1440px) {
    .year strong {
    font-size: 52px;
    line-height: 52px;
  }
}
@media (min-width: 1600px) {
    .year strong {
    font-size: 56px;
    line-height: 56px;
  }
}
@media (min-width: 1900px) {
    .year strong {
    font-size: 60px;
    line-height: 60px;
  }
}
  .year strong::after {
  content: "+";
  font-size: 20px;
  position: relative;
  top: -5px;
  right: -8px;
}
@media (min-width: 768px) {
    .year strong::after {
    top: -8px;
    font-size: 23px;
  }
}
@media (min-width: 992px) {
    .year strong::after {
    top: -6px;
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
 .year strong::after {
    top: -8px;
    font-size: 34px;
    right: -9px;
  }
}
@media (min-width: 1600px) {
.year strong::after {
    top: -10px;
    font-size: 36px;
  }
}
@media (min-width: 1900px) {
 .year strong::after {
    font-size: 38px;
    top: -11px;
  }
}
 .year p, .year sup {
  color: #fff;
}
.bottomFixedMenu {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 999;
  border-radius: 10px 10px 0px 0px;
  padding: 12px 0px;
  overflow: hidden;
  background: #10428c;
}
.bottomFixedMenu ul {
  list-style: none;
}
.bottomFixedMenu span {
  color: #fff;
  display: block;
  line-height: 12px;
}
@media (max-width: 575px) {
    #slider2 .btn {
    display: inline-block;
    float: left;
    width: 42%;
}
  .bottomFixedMenu span {
    font-size: 12px;
  }
}
.bottomFixedMenu li {
  display: flex;
  width: 33.3%;
  justify-content: center;
  border-right: 1px solid rgba(255, 255, 255, 0.3803921569);
}
.bottomFixedMenu li a, .bottomFixedMenu li button {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
@media (max-width: 991px) {
.footer.footer-1 {
    margin-bottom: 32px;
}
}
.leftFixedBox {
  position: fixed;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  right: 4px;
  top: 50%;
  z-index: 10000;
  grid-gap: 10px;
}
@media (max-width: 991px) {
  .leftFixedBox {
    display: none;
  }
}
.leftFixedBox .dropdown-toggle.iconBox {
  margin-bottom: 0;
  margin-bottom: 0;
}
.leftFixedBox .iconBox {
  background: #4C287F;
  width: 40px;
  height: 50px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0px;
}
.leftFixedBox .iconBox img {
  width: 20px;
  animation: pulse 1s infinite;
}
.leftFixedBox .iconBox i {
  color: #6f4287;
}
.leftFixedBox .dropdown-menu {
  min-width: 40px;
  width: auto;
  height: 50px;
  background: transparent;
  padding: 0;
  border: 0;
}
.leftFixedBox .dropdown-menu .iconBox {
  background: #A6CB19;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
  box-shadow: 0px 2px 10px 2px rgba(56, 52, 52, 0.2);
  text-decoration: none;
}
.leftFixedBox .dropdown-menu .iconBox i {
  color: #ffffff;
  font-size: 18px;
}
.leftFixedBox .dropdown-menu .iconBox:hover {
  background: #0a1821;
}
.leftFixedBox .dropdown-menu.show {
  display: flex;
  flex-direction: row;
  align-items: center;
  grid-gap: 5px;
  display: flex;
  flex-direction: row;
  align-items: center;
  grid-gap: 5px;
}
.leftFixedBox .QuickSideRightBar {
  position: relative;
}
.leftFixedBox .QuickSideRightBar .iconBox {
  box-shadow: 0px 15px 15px 0px rgba(106, 40, 117, 0.15);
  background: #A6CB19;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0px;
}
.leftFixedBox .QuickSideRightBar .slideLeft {
  box-shadow: 0px 15px 15px 0px rgba(106, 40, 117, 0.15);
  position: absolute;
  background: #A6CB19;
  width: 0;
  height: 50px;
  right: 0;
  top: 0px;
  font-size: 13px;
  line-height: 40px;
  color: #101010;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  z-index: -1;
  opacity: 0;
  overflow: hidden;
  transition: ease-in-out 0.5s;
  border-radius: 30px;
}
.leftFixedBox .QuickSideRightBar .slideLeft .textRight {
  position: absolute;
  left: 12px;
  top: 0;
  font-size: 17px;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: 10px;
}
.leftFixedBox .QuickSideRightBar:hover .slideLeft {
  opacity: 1;
  transition: 0.3s ease-in-out;
  width: 240px;
}
.leftFixedBox .animateBox {
  animation: animate2 2s linear infinite;
}
.navbar .navbar-brand {
    width: 95px;
}
@media only screen and (max-width: 991px) {
    .header .navbar, .header .navbar>.container, .header .navbar>.container-fluid, .header-transparent .navbar, .header-transparent .navbar>.container, .header-transparent .navbar>.container-fluid {
        height: 100px;
    }
}

nav.navbar.navbar-expand-lg.fixed-navbar a.navbar-brand {
    width: 85px;
}
.footer__widget-content {
    width: 150px;
}
.footer-top ul.d-flex {
    gap: 20px;
}
.companies {
    background: #fff;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    margin-top: 20px;justify-content: center;
}
        .bottomFixedMenu div  {
    display: flex;
    width: 33.3%;
    justify-content: center;
}
.bottomFixedMenu div a {
    display: flex;
    align-items: center;
    gap: 6px;
}
/*New Changes End*/