
@font-face {
    font-family: 'metropolisregular';
    src: url('../fonts/metropolis-regular-webfont.woff2') format('woff2'),
         url('../fonts/metropolis-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'metropolismedium';
    src: url('../fonts/metropolis-medium-webfont.woff2') format('woff2'),
         url('../fonts/metropolis-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'metropolisbold';
    src: url('../fonts/metropolis-bold-webfont.woff2') format('woff2'),
         url('../fonts/metropolis-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
  font-family: 'metropolisregular';
  color: #000;
  overflow-x: hidden;
}

a {
  color: #126AAA;
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color: #5faee3;
  text-decoration: none;
  transition: 0.3s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'metropolismedium';
}



/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #126AAA;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #57aae1;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}



/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/

.social-links a {
  color: #000;
  padding: 4px 5px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
  font-size: 22px;
}

.social-links a:hover {
  color: #428bca;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  z-index: 997;
  transition: all 0.5s;
  padding: 10px 0;
  background: #fff;
  
}

#header.header-scrolled {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 12px 0;
  position: fixed;
  top: 0;
  width: 100%;
}

#header .logo h1 {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #222222;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 60px;
}


.search-button {
  float: right;
  margin-right: 20px;
}

.search-button button {
  cursor: pointer;
  border: none;
background:transparent;
  color: black;
  font-size: 18px;
}

.search-popup {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index:99;
}
.search-bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .8);
}

.search-popup label {
  color: white;
}

.search-form {
  display: block;
  margin: 7em 4em;
  position: relative;
  right: -100%;
}

.form {
  position: relative;
}

.form input {
  outline: none;
  border-width: 0 0 1px 0;
  border-style: none none solid none;
  border-color: #dad6d5;
  background-color: transparent;
  width: 100%;
  padding: 1em 0;
  color: #dad6d5;
}

.form input:focus::-webkit-input-placeholder {
  opacity: 0;
}

.form input:focus::-moz-placeholder {
  opacity: 0;
}

.form input:-ms-input-placeholder {
  opacity: 0;
}

.form input:focus:-moz-placeholder {
  opacity: 0;
}
.form label {
  position: absolute;
  top: 25%;
  right: 0;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #126AAA;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  border: 1px solid #126AAA;
  padding: 8px 25px;
  margin-left: 30px;
  border-radius: 50px;
  color: #126AAA;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #4aa3df;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 30px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #126AAA;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #222222;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(9, 9, 9, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 8px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #222222;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #126AAA;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #126AAA;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  position:relative;
  padding-top:0;
}
#hero::before {
  content: "";
  background: linear-gradient(90deg, rgba(0, 25, 43, 0.7) 42.44%, rgba(1, 85, 145, 0.42) 85.03%);
  position: absolute;
  height: 110vh;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
}
#hero h1 {
  margin: 0 0 20px 0;
  font-size: 48px;
  font-weight: 400;
  line-height: 66px;
  color: white;
}

#hero h2 {
  color: #3ECBF8;
  margin-bottom: 20px;
  font-size: 20px;
  text-transform: uppercase;
}

#hero p {color:#fff;position: relative; font-size:18px;margin-bottom: 40px;}
#hero .banner-arrow {position:absolute; max-width: 267px;
  bottom: 0px;
  left: 34%;}
#hero .btn-get-started {
  font-weight: 600;
  font-size: 18px;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 7px;
  transition: 0.5s;
  color: #000;
  background:transparent;
  color:#fff;
border: 1px solid #fff;

}

#hero .btn-get-started:hover {
  background: linear-gradient(90deg, #126AAA 0%, #0A2565 100%);
border: 1px solid #849FE1;
  color: #fff;
}
#hero .btn-get-started i {margin-left:10px;}

#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 991px) {
  #hero {
    height: auto;
    clip-path: none;
  }
  
#hero::before {
    height: 100%;
    clip-path: none;
}
#hero .banner-arrow {display:none;}

  #hero .animated {
    -webkit-animation: none;
    animation: none;
  }

  #hero .hero-img {
    text-align: center;
  }

  #hero .hero-img img {
    width: 50%;
  }
}

@media (max-width: 768px) {
  #hero {
    margin-top: 20px;
    padding-bottom: 20px;
  }

  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
#hero h1 br {display:none;}
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
  }

  #hero .hero-img img {
    width: 70%;
  }
}

@media (max-width: 575px) {
  #hero .hero-img img {
    width: 80%;
  }
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

.heading-border {position: relative;
  max-width: 150px;
  margin-bottom: 10px;
 }



/* ************form section***************** */

.form_wrap{
  position: relative;
float:right;
  max-width: 455px;
  width: 100%;
  padding: 20px 15px;
  background: #fff;
  outline: 10px solid rgba(255,255,255,0.4);
  box-shadow: 0px 4px 10px 5px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}
.form_wrap h4{
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 20px;
  color: #000;
}
.form_wrap label{ color:#000;margin-bottom:10px;}
.form_wrap input[type=email],
.form_wrap input[type=text], 
.form_wrap textarea{
  outline: none;
  font-size: 16px;
  padding: 10px;
  border:1px solid rgba(255,255,255,0.8);
  background: #F0F2F8 !important;
}
.form_wrap input {
 outline: none;
  font-size: 16px;
  padding: 10px 0;
  border:1px solid rgba(255,255,255,0.8);
  background:transparent;
  color:#000;   
}
.form_wrap .form-group {margin-bottom:10px;}
.form_wrap .form-check-input{
  background: #000;
  border: 1px solid #DDDDDD;
  border-radius: 5px;
  outline: none;
  font-size: 18px;
  line-height: 19px;
  text-transform: capitalize;
  margin-top: 0;
  width: 20px;
}
.form_wrap .form-check-label span{
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #000000;
  outline: none;
  margin-left: 5px;
}
.form_wrap .form-check-label a{
  color: #EC3232;
  text-decoration: none;
}
.form_wrap .btn-get-started{
  padding: 12px 42px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 23px;
  text-align: center;
  text-transform: capitalize;
   border: 1px solid #849FE1!important;
  color: #FFFFFF!important;
  border-radius:7px!important;
    background: #006DB1!important;
  border: 1px solid transparent;
  width: 100%;


}
.form_wrap .btn-get-started:hover{
  background: #fff!important;
  transition: all 0.5s ease-in-out;
  color: #000!important;
}
.form_wrap input::placeholder, .form_wrap textarea::placeholder{color:#000;font-size:14px;}

.dateHolder {position:relative;}
.dateHolder i {position: absolute;
  right: 10px;
  top: 10px;
  bottom: 0;
  color: #006DB1;
 }


@media (max-width: 480px){
  .form_wrap{
    position: static;
    max-width: 285px;
    width: 90%;
    top: 0;
    margin-top: 0;
    margin-left: 10px;
  }
  .form_wrap h4{
    font-size: 18px;
  }
  .form_wrap input[type=email],
  .form_wrap input[type=text]{
  font-size: 14px;
}
}
@media (max-width: 767px){
  .form_wrap{
    position: static;
    max-width: 285px;
    width: 90%;
    top: 0;
    margin-top: 0;
    margin-left: 10px;
  }
  .form_wrap h4{
    font-size: 18px;
  }
  .form_wrap input[type=email],
  .form_wrap input[type=text]{
  font-size: 14px;
}
}
@media (max-width: 840px){
  .form_wrap{
    position: static;
    max-width: 285px;
    width: 90%;
    top: 0;
    margin-top: 0;
    margin-left: 10px;
  }
  .form_wrap h4{
    font-size: 18px;
  }
  .form_wrap input[type=email],
  .form_wrap input[type=text]{
  font-size: 14px;
}
}
@media (max-width: 991px) {
  .form_wrap{
    position: static;
    margin: 40px auto;
    display: block;
    left: 0;
    right: 0;
    margin-top: 30px;
    max-width: 455px;
    width: 100%;
    float: none;
    
  }
  .form_wrap label {
  text-align: left;
  display: block;
}
}
@media (max-width: 1198px) {
  .form_wrap{
    right: 0;
  }
  
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f7fbfe;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 44px;
  font-weight: bold;
  text-transform: capitalize;
  position: relative;
  color: #222222;
}


.section-title p {
  margin: 15px 0 0 0;
}


/*--------------------------------------------------------------
# Service
--------------------------------------------------------------*/
.services {}
.service-top-left {max-width: 570px;}
.service-top-left h2 {font-size:38px;}
.service-top-left h6 {color:#126AAA;text-transform:capitalize; font-size:20px;}

.service-top-holder {margin-bottom:40px;}
.service-box {
      padding: 30px;
      border-right: 1px solid #ddd;
    }
    .service-box:last-child {
      border-right: none;
    }

    .service-box img {
      width: 70px;
      margin-bottom: 15px;
    }
        @media(max-width: 768px) {
      .service-box {
        border-right: none;
        border-bottom: 1px solid #ddd;
      }
      .service-box:last-child {
        border-bottom: none;
      }
    }
    
/*--------------------------------------------------------------
# Why choose us
--------------------------------------------------------------*/
    .choose-section img {
      border-radius: 15px;
      width: 100%;
      height: auto;
    }
    .experience-badge {
      position: absolute;
      bottom: 40px;
      left: 100px;
      background: #fff;
      padding: 20px;
      border-radius: 10px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 15px;
      width: 270px;
    }
    .experience-badge h2 {
      font-size: 52px;
  font-weight: 900;
      margin: 0;
      line-height: 50px;
    }
    .experience-badge p {
      margin: 0;
      font-size: 18px;
  font-weight: 600;
    }
    .experience-badge img {width: 70px;}
    .check-list p {margin-bottom:10px;}
    .check-list i {
      color: #126AAA;
  margin-right: 10px;
  font-size: 22px;
    }
    .why-choose-img-holder {position:relative;padding-top:20px;}
    .why-choose-img-holder::before {position:absolute; top:0; left:0; right: 0;margin: 0 auto;content:''; width:254px; height:254px;background:url(../img/dots.png) no-repeat top center;background-size: contain;}
    
    .img1 {position: relative;}
    .img2 {margin-top:50px;position: relative;}

.why-choose-right {padding-left: 5%;}
.why-choose-right h6 {color: #126AAA; text-transform:capitalize; font-size:20px;}
.why-choose-right h2 {font-size:38px;}

a.moreBtn{background: #126AAA;
border:1px solid #126AAA;
  padding: 14px 30px;
  color: #fff;
  border-radius: 5px;
  margin-top: 20px;
  display: inline-block;
  font-weight: 600;
}
a.moreBtn:hover{background: #fff; color:#126AAA;}



/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding: 0 0 40px;
  position:relative;
  overflow: visible;
  display: flex;
  align-items: center;
}
.counts .content {padding:20px 40px;}
.counts .content p {
  margin-bottom: 0;
}

.counts .content .count-box {
  width: 100%;
  display:flex;
  gap:20px;
  align-items: center;
}

.counts .content .count-box img {width:60px;
  height: 60px;}
.counts .content .count-box span {
  font-size: 30px;
  line-height: 30px;
  display: block;
  font-weight: 700;
  color: #000;
   font-family: 'metropolismedium';
}

.counts .content .count-box p {
  padding: 10px 0 0 0;
  font-size: 16px;
  line-height: 18px;
  color: #000;
  font-weight:600;
}

.counts .content .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #000;
  font-size: 15px;
  transition: ease-in-out 0.3s;
}

.counts .content .count-box a:hover {
  color: #6f6f6f;
}

.numberDiv {display:flex;}
.counterRight {}

.no-gurter {padding:0;margin:0;}

@media (max-width: 1024px) {
  .counts .image {
    text-align: center;
  }

  .counts .image img {
    max-width: 70%;
  }
}

@media (max-width: 667px) {
  .counts .image img {
    max-width: 100%;
  }
}


/*--------------------------------------------------------------
# Process
--------------------------------------------------------------*/

 .process-step {
      display: flex;
      align-items: center;
      margin-bottom: 30px;
      gap: 40px;
    }
    .step-icon {
      position: relative;
      width: 120px;
      height: 120px;
      background: #fff;
      border-radius: 50%;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 32px;
      margin-right: 20px;
    }
    .step-icon img {width: 62px;}
    .step-number {
      position: absolute;
      top: -5px;
      right: -5px;
      background: #126AAA;
      color: #fff;
      font-size: 16px;
      font-weight: bold;
      width: 36px;
      height: 36px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
    }
    .step-content h5 {
      font-weight: normal;
    }
    .btn-outline-dark {
      border-width: 2px;
      font-weight: 500;
    }

.processLeft h2 {font-size: 38px;margin-bottom: 20px;}
.processLeft h6 {font-size:20px; color: #126AAA;
  text-transform: capitalize;}

a.moreBtn2 {background: #000;
  border: 1px solid #000;
  padding: 14px 30px;
  color: #fff;
  border-radius: 5px;
  margin-top: 20px;
  display: inline-block;
  font-weight: 600;}

a.moreBtn2:hover {background: transparent; color:#000;}


/*--------------------------------------------------------------
# Projects Slider
--------------------------------------------------------------*/

.projects {padding-bottom: 0;}

.projects .swiper {padding-top:50px;}
.projects-slider.swiper {
padding-bottom: 60px;
  border-bottom: 1px solid #ddd;
}
.projectsBox {
  position: relative;
  overflow:hidden;
}

.projectsBox .pic {
  border-radius: 4px;
  overflow: hidden;
  height:450px;
}

.projectsBox img {
  transition: all ease-in-out 0.4s;
  height: 100%;
  object-fit: cover;
}

.projectsBox:hover img {
  transform: scale(1.1);
}

.projectsBox .projectsBox-info {
position: absolute;
  bottom: 20px;
  left: 10px;
  right: 10px;
}

.projectsBox h4 {
font-weight: 700;
  margin-bottom: 0;
  font-size: 16px;
  color: #000;
  position: relative;
  background: #fff;
  border-radius: 60px;
  padding: 10px 10px;
  display: inline-block;
  min-width:170px;
}

.projectsBox span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}


.projects-slider .portfolio-wrap {position:relative;transition: all ease-in-out 0.4s;margin-bottom: 20px;}
.projects-slider .portfolio-wrap img {transition: all ease-in-out 0.4s;
  height: 450px;
  object-fit: cover;}

.projects-slider .portfolio-info {position: absolute;
  bottom: 20px;
  color: #fff;
  width: 90%;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 2;
}
.projects-slider .portfolio-info h4 {font-size:18px;margin-bottom: 5px;}

.projects-slider .portfolio-wrap:hover::before {content: "";
  background:rgba(10, 37, 101, 0.5);
  position: absolute;
  z-index: 1;
  height:450px;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}
.projects-slider .portfolio-item {
  overflow: hidden;
  border: 2px solid #FFFFFF;
box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);

}
.projects-slider .portfolio-links {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
  bottom: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  align-items: center;
  display:none;

 }
.projects-slider .portfolio-links a span {  width: 50px;
  height: 50px;display: inline-block;background: #fff;
  padding: 10px;
  border-radius: 8px;}
  
.projects-slider .portfolio-links a span img {width:100%;height: auto;}



.projects-slider .portfolio-wrap:hover img {
  transform: scale(1.1);
}
.projects-slider .portfolio-wrap:hover .portfolio-links {
  display:flex;
}

.projects-slider .sliderBtnGrp {width: 200px;
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 0px;
  float: right;
  position: absolute;
  top:0px;
  right: 0;
  justify-content: right;
 }
.projects-slider .sliderBtnGrp .swiper-button-next-1 {
  margin-top: 0px;
  position: relative;
  top: 50%;
  right: 0px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.projects-slider .sliderBtnGrp .swiper-button-prev-1 {
  position: relative;
  top: 50%;
  left:0px;
  width: 40px;
  height: 40px;
  margin-top: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.projects-slider .sliderBtnGrp .swiper-button-prev-1,  .projects-slider .sliderBtnGrp .swiper-button-next-1 {
background: transparent;
border:1px solid #ddd;
border-radius:50%;
background: #fff;
}
.projects-slider .sliderBtnGrp .swiper-button-prev-1 i, .projects-slider  .sliderBtnGrp .swiper-button-next-1 i {color:#000;font-size: 22px;}
.projects-slider .sliderBtnGrp .swiper-button-next-1::after,.projects-slider .sliderBtnGrp  .swiper-button-prev-1::after {font-size: 24px; color: #fff;display: none;}
.projects-slider .sliderBtnGrp .swiper-button-prev-1:hover, .projects-slider .sliderBtnGrp .swiper-button-next-1:hover {background: #006DB1;
}
.projects-slider .sliderBtnGrp .swiper-button-prev-1:hover i,.projects-slider  .sliderBtnGrp .swiper-button-next-1:hover i {color: #fff;}



@media (max-width: 992px) {
  .projectsBox {
    margin-bottom: 100px;
  }
}

.box-bg {background: linear-gradient(171.09deg, #EBECF4 42.14%, #F6F7FF 96.15%);
border: 1px solid #CDE6FF;
border-radius: 40px 0px;}

.boxHolder {padding:30px 20px;display: flex;
  gap: 20px;min-height: 160px;}
.boxNumber {width:90px; height:90px; border-radius:50%; background: linear-gradient(89.81deg, #126AAA 21.87%, #0D4C79 99.84%);
border: 6px solid #C7DFF1;
display: flex;
  justify-content: center;
  align-items: center;
  position:relative;
  }
.boxNumber span {position: absolute;
right: 0;
  top: 0;
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
 }
.boxNumber img {width: 46px;}
.box-content h3 {font-size:24px;}
.box-content p {margin-bottom:0;}

/*--------------------------------------------------------------
# Client Logo Slider
--------------------------------------------------------------*/

.clientLogo {position: relative;padding-top:60px;}
.clientLogo h2 {text-align:center; font-size:40px;margin-bottom:30px;}
.logoList {}
.logoList ul {padding: 0;
  list-style: none;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.logoList ul li {display: inline-block;margin: 10px;width: 17%;}
.logoList ul li img {
  max-height: 100px;
  background: #fff;
  /*border: 1px solid #126AAA;*/
  padding: 10px 15px;
  border-radius: 10px;
  height: 100%;
  width: 100%;
  object-fit: contain;
 }
 
.clientHeading {position: relative;overflow: visible;padding-top:100px;padding-bottom:40px;}
.clientHeading::before {
  content: "";
  background-color:#126AAA;
  position: absolute;

  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  clip-path: polygon(0px 25%, 100% 0px, 100% 100%, 0px 100%);
}
.clientHeading .section-title {text-align:left;width:60%;padding-bottom:0;}
.clientHeading .section-title h2 {color:#fff;}

.clientMap {position: absolute;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
 }
.logoHeadingTop {display: flex;
  align-items: center;
  justify-content: space-between;
}
.logoHeadingTop p {color:#fff; position:relative; font-size:18px;margin:0;}


/*--------------------------------------------------------------
# Event Section
--------------------------------------------------------------*/

.event{overflow:visible; padding-bottom:130px;} 
.event .section-title h2 {
  color: #fff;
}
.event .section-title {
  text-align: left;
  width: 60%;
  padding-bottom: 0;
}


.eventSliderArea {padding: 0; }
.event-slider {padding:0px 0 ; overflow:visible;}
.eventSliderArea .portfolio-wrap {position:relative;transition: 0.3s;}
.eventSliderArea .portfolio-wrap img {transition: all ease-in-out 0.4s;
  height: 380px;
  object-fit: cover;}
.eventSliderArea .portfolio-wrap:hover img {
  transform: scale(1.1);
}
.eventSliderArea .portfolio-info {position: absolute;
  bottom: 20px;
  color: #fff;
  width: 90%;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 2;
}
.eventSliderArea .portfolio-info h4 {font-size:18px;margin-bottom: 5px;}


.eventSliderArea .portfolio-wrap:hover::before {content: "";
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(10, 14, 32, 0.9) 100%);
  position: absolute;
  z-index: 1;
  height: 110vh;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}
  
.eventSliderArea .portfolio-item {
  overflow: hidden;
  border: 1px solid #FFFFFF;
box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
}


.eventSliderArea .portfolio-links {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
  bottom: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  align-items: center;
display:none;

 }

 .eventSliderArea .portfolio-links a span {  width: 50px;
  height: 50px;display: inline-block;background: #fff;
  padding: 10px;
  border-radius: 8px;}
.eventSliderArea .portfolio-links a span img {width:100%;height: auto;}

.eventSliderArea .sliderBtnGrp {position:relative;margin-bottom: 40px;}
.eventSliderArea .portfolio-wrap:hover .portfolio-links {display:flex;}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/

.testimonials {}
.testimonials .section-title {text-align:left;}
.testimonials .section-title h6 {color: #126AAA;
  text-transform: capitalize;
  font-size: 20px;}
  
  .testimonials .section-title h2 {font-size: 38px;}
  
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}
.testimonials-slider {position:relative;padding-top: 120px;
  margin-top: -100px;}
.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 0;
  margin: 0px 15px;
  min-height: 200px;
  position: relative;
}
.profile-img {width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #0984e3;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.testimonials .testimonial-item .testimonial-img {
  width: 58px;
  border-radius: 50%;
  border: 6px solid #fff;
  height: 58px;
}

.authorHolder {
display: flex;
align-items: center;
gap: 20px;
}
.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  margin: 0;
  font-weight:normal;
  font-style:italic;
  color:#9D9D9D;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #999;
  font-size: 34px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px auto 35px auto;
  font-size:16px;
  color:#000;
}
.testimonials .testimonial-item img {width:50px;}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #126AAA;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #126AAA;
}


.testimonials .sliderBtnGrp {width: 200px;
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 0px;
  float: right;
  position: absolute;
  top:0px;
  right: 0;
  justify-content: right;
 }
.testimonials .sliderBtnGrp .swiper-button-next-3 {
  margin-top: 0px;
  position: relative;
  top: 50%;
  right: 0px;
  width: 40px;
  height: 40px;
  text-align: center;
}
.testimonials .sliderBtnGrp .swiper-button-prev-3 {
  position: relative;
  top: 50%;
  left:0px;
  width: 40px;
  height: 40px;
  margin-top: 0px;
  text-align: center;
}
.testimonials .swiper-button-next-3::after,.testimonials  .swiper-button-prev-3::after {display:none;}

.testimonials .sliderBtnGrp .swiper-button-prev-3, .testimonials .sliderBtnGrp .swiper-button-next-3 {
}
.testimonials .sliderBtnGrp .swiper-button-prev-3 i, .testimonials .sliderBtnGrp .swiper-button-next-3 i {color:#000;font-size:32px;}
.testimonials .sliderBtnGrp .swiper-button-prev-3:hover i, .testimonials .sliderBtnGrp .swiper-button-next-3:hover i {color: #126AAA;}

.authorHolder div i{
  background-image: linear-gradient(135deg, #FDD819 10%, #E80505 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;

}


@media (max-width: 767px) {
  .testimonials .testimonial-wrap {
    padding-left: 0;
  }

  .testimonials .testimonials-carousel,
  .testimonials .testimonials-slider {
    overflow: hidden;
  }

  .testimonials .testimonial-item {
    padding: 30px;
    margin: 15px;
  }

  .testimonials .testimonial-item .testimonial-img {
    position: static;
    left: auto;
  }
}


/*--------------------------------------------------------------
# Free QUote
--------------------------------------------------------------*/
.freeQuote {position:relative;padding:0;}
.freeQuote .container-fluid {padding:0;}
.banner-form {
  padding: 10% 16% 10% 5%;
  max-width: 100%;
  margin: 0 auto;
  position:relative;
}
.banner-form  h6 {
  color: #126AAA;
  text-transform: capitalize;
  font-size: 20px;
}
.banner-form h3 {
  font-size: 38px;
  color:#000;
  margin-bottom:20px;
}

.banner-form .php-email-form textarea { height: 120px;
  background: #F0F2F8;
  border: 0;
  padding: 15px;
}
.banner-form .php-email-form input{ background:#F0F2F8;height:54px;border:0;}
.banner-form .php-email-form input::placeholder, .banner-form .php-email-form textarea::placeholder {color:#000; font-size:14px;}

.banner-form button {border:0;}

button.common-button {
padding: 12px 42px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 23px;
  text-align: center;
  text-transform: capitalize;
  background: linear-gradient(90deg, #126AAA 0%, #0A2565 100%);
  border: 1px solid #849FE1;
  color: #FFFFFF;
  border-radius: 80px;
  margin-top: 20px;
  display: inline-block;
}
button.common-button:hover {
  background: #126AAA;
  color: #fff;
  text-decoration: none;
}

.freeQuoteLeft {position:relative;}
.freeQuoteLeft h3 {color:#fff; font-size:32px; text-transform:uppercase;}
.freeQuoteLeft p {color:#fff;margin:  0 0 30px;}
.freeQuoteLeft img {width:100%;}

.freeQuoteLeft .btn-get-started {
  font-weight: 600;
  font-size: 18px;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 50px;
  transition: 0.5s;
  color: #000;
  background:#fff;
border: 1px solid transparent;

}

.freeQuoteLeft .btn-get-started:hover {
  background: linear-gradient(90deg, #126AAA 0%, #0A2565 100%);
border: 1px solid #849FE1;
  color: #fff;
}
.freeQuoteLeft .btn-get-started i {margin-left:10px;}



/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 15px 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #222222;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #126AAA;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(34, 34, 34, 0.6);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(34, 34, 34, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap img {
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-style: italic;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  margin: 0 5px 0 0;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #126AAA;
}

.portfolio .portfolio-wrap:hover::before {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.2);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

/*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/
.footer {
  background-color:#E9ECF6;
  font-size: 14px;
  padding-bottom: 0px;
  position: relative;
}

.footer .footer-top {
  padding-top: 50px;
}

.footer .footer-about .logo {
  margin-bottom:20px;
}

.footer .footer-about .logo img {
  max-height: 60px;
  margin-right: 6px;
}

.footer .footer-about .logo span {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: var(--heading-font);
  color: var(--heading-color);
}

.footer .footer-about p {
  font-size: 14px;
  font-family: var(--heading-font);
}
.footer .social-links span {margin-right: 10px;
  font-size: 16px;
  font-weight: 600;
}
.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 50%);
  font-size: 16px;
  color: #000;
  margin-right: 10px;
  transition: 0.3s;
}
.footer .footer-about p span a {color:#000;}
.footer .footer-about p span a:hover {color:#126AAA ;}
.footer .social-links a:hover {
  color:#126AAA;
}

.footer h4 {
  font-size: 18px;
  font-weight: 600;
  position: relative;
  padding-bottom: 12px;
  text-transform:capitalize;
}

.footer .footer-links {
  margin-bottom: 30px;
}

.footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-links ul i {
  padding-right: 2px;
  font-size: 12px;
  line-height: 0;
}

.footer .footer-links ul li {
  padding: 8px 0;
  display: flex;
  align-items: center;
}

.footer .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-links ul a {
  color:var(--default-color);
  display: inline-block;
  line-height: 1;
}

.footer .footer-links ul a:hover {
  color: var(--accent-color);
}

.footer .footer-contact p {
  margin-bottom: 15px;
  display: flex;
}
.footer .footer-contact p i {margin-right:15px;font-size: 22px;display: flex;}
.footer .copyright {
  padding-top: 25px;
  padding-bottom: 25px;
  color: #000;
  border-top: 1px solid #ddd;
}

.footer .copyright p {
  margin-bottom: 0;
}

.footer .credits {
  margin-top: 6px;
  font-size: 13px;
}


/*======= responsive Css  ===========*/


@media (min-width: 1600px) {
.about {padding: 20px 0 0;}

}
@media (max-width: 1400px) {
#hero {
  height: 80vh;
  clip-path: none;
  padding: 0;
}
    #hero::before {clip-path: none;}
}

@media (max-width: 1200px) {
.counts {background-position:center center !important;}

.counts {
  padding:0;
  height: auto;
}
.counts .content {
  padding: 30px;
  margin: 0 auto;
}
}


@media (max-width: 991px) {
#hero {
height: auto;
}
#hero .row { text-align:center;}
.heading-border {
  margin: 0 auto 15px;
}
.clientHeading::before {clip-path: none;}

.clientHeading .section-title {
  width: 100%;
}
.logoHeadingTop {
  display: block;
}
.logoHeadingTop p br {display:none;}
.counts {
  height: auto;
}
.service-box:nth-child(2) {border-right:0;}
.counts .content .count-box p br {display:none;}
 .counts .content {
    padding: 30px 0;
 }
 .counts .content .count-box {
  margin: 20px 0;
}
}


@media (max-width: 767px) {
.section-title {padding-bottom: 10px;}
.section-title h2 {
  font-size: 34px;
}
section {
  padding: 30px 0;
}
.clientHeading {
  padding-top: 30px;
}
.logoList ul li img {
  max-height: 100px;
  padding: 5px 10px;
}
.logoList ul li img {
  max-height: 70px;
} 
.counts .content .border-right {border:none;}
 .projectsBox {
    margin-bottom: 30px;
  }
  .projectsBox .pic {
  height: 330px;
}
.service-box {
  padding: 20px;
}
.service-box p {margin-bottom:0;}
.experience-badge h2 {
  font-size: 32px;
}
.experience-badge img {
  width: 60px;
}
.experience-badge {width: 220px;padding: 10px 20px;}
.services {padding-bottom:0;}
.service-top-left h2, .why-choose-right h2, .processLeft h2, .clientLogo h2, .testimonials .section-title h2, .banner-form h3 {
  font-size: 28px;
}
.why-choose-right {
  padding-left: 0;
}
.counterRight {
  text-align: center;
}
.numberDiv {
  justify-content: center;
}
  .counts .content .count-box {
    display: block;
  }

 .counts .content {
    padding: 10px 0px;
  }
.counts .content .count-box img {margin: 0 auto 20px;
    display: block;}
.counts {
    padding-bottom: 40px;
  }
  .process-step {
  display: block;
  text-align: center;
  margin-top:30px;
  }
  .processLeft {text-align:center;}
.step-icon {margin: 0 auto 20px;}
.service-top-left, .service-top-holder p, .service-top-holder a {
  text-align: center;
}
.projects-slider.swiper {
  padding-bottom: 0;
}
.clientLogo {
  padding-top: 30px;
}
.footer .footer-links {
  margin-bottom: 0px;
}

}


@media (max-width: 575px) {
.about-us-img {
  max-width: 90%;
}
.small-counter {left:auto; right: 0;}
 .logoList ul li img {
    max-height: fit-content;
    width: 100%;
  }
 .logoList ul li {
  display: inline-block;
  margin: 4px 4px;
}
.logoList ul {
  column-count:2;
    margin: 0;
}
.counts .content .count-box {
  display: block;
    }
    .counts .content .count-box p br {display:none;}
    .counts .content .count-box img {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}
.counts .content .count-box p {
  line-height: 18px;
  padding: 10px 0 0 0;
}
.counts .content .count-box {
  padding: 10px;
}
 .counts .image img {
    height: 210px;
    margin-top: 30px;
  }

 .projects .sliderBtnGrp {margin: 0 auto;
  left: 0;justify-content: center;}
   .projectsBox {
    margin-bottom: 30px;
  }
  .projectsBox img {
  height: 360px;
  }
  .boxHolder {
  padding: 20px 20px;
  
  }
    .event {
  padding-bottom: 70px;
}
  .event-slider {width: 100%;}
.event-slider {
  overflow: hidden;
}
.counter-num h2 {
  font-size: 70px;
}
.counter-num h2 {
  font-size: 70px;
  margin-right: 0px;
  margin-top: 0;
} .testimonials .testimonial-item {
    padding: 0;
}
.counter-content p {

  margin: 0;
}
.testimonials .testimonial-item {
 margin: 0 15px;
  }
  .testimonials-slider .sliderBtnGrp {
top: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    bottom: 0;
}
.testimonials-slider {
  padding-bottom: 30px;
}
.testimonials-slider {
  padding-top: 0;
  margin-top: 0;
  padding-bottom: 80px;
}
.boxNumber {
  width: 80px;
  height: 80px;
}
.boxHolder  > div {}
.counter-bg {
  height: 160px;
  width: 160px;
}
.freeQuoteLeft p br {display:none;}
.banner-form {
  padding: 40px 15px;
}
.php-email-form .gy-3{--bs-gutter-y: 10px;}
.footer .footer-links {
  margin-bottom: 0;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus
{text-align:center; display:block;}
.about .content .btn-learn-more {margin-top:10px;}

}


@media (max-width: 480px) {
.eventSliderArea .portfolio-wrap img {
  height: 340px;
}
.profile-img {display:none;}
.freeQuoteLeft p {
  margin: 0 0 20px;
}
.freeQuoteLeft .btn-get-started {margin-bottom:20px;}

}

@media (max-width: 992px){
    .logoList ul li{
        width: 22%
    }
}
@media (max-width: 767px){
    .logoList ul li{
        width: 46%
    }
}