.custom-container {
  max-width: 1650px;
  width: 100%;
  padding: 0 24px;
  margin: 0 auto;
}
body {
  color: #0a1c34;
  font-family: "Lato", sans-serif;
  padding-top: 71px;
}

main{
    padding:0px !important;
}
img {
  max-width: 100%;
}
.site-header {
  position: fixed;
  top: 0;
  background: #ffffff;
  width: 100%;
  left: 0;
  z-index: 100;
}

.site-header.fixed {
  box-shadow: 1px 1px 8px #dfdfdf;
}

.site-header .navbar-nav .nav-item {
  padding: 10px 0;
  border-bottom: 2px solid transparent;
  transition: all 0.5s ease-in-out;
  margin-right: 10px;
  cursor: pointer;
  font-weight: 700;
}
.site-header .navbar-nav .nav-item:last-child {
  margin-right: 0;
}
.site-header .navbar-nav .nav-link {
  color: #0a1c34;
  padding: 0;
}
.site-header .navbar-nav .nav-item:hover,
.site-header .navbar-nav .nav-item:focus,
.site-header .navbar-nav .nav-item:active {
  color: #2f77ff;
  border-color: #2f77ff;
}
.site-header .navbar-nav .nav-item:hover .nav-link,
.site-header .navbar-nav .nav-item:focus .nav-link,
.site-header .navbar-nav .nav-item:active .nav-link {
  color: #2f77ff;
}

.site-header .navbar-nav {
  align-items: center;
}
.site-header .right-menu {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  text-align: center;
}
.site-header .right-menu .nav-item.mobile-no .nav-link {
  font-weight: 700;
  border-radius: 20px;
  margin-right: 12px;
  display: inline-block;
}

.site-header .right-menu .nav-item.mobile-no .nav-link {
  background-color: #f4f4f4;
  color: #000000;
}

.site-header .right-menu .nav-item.whatsapp .nav-link {
  padding: 0;
}





.product-header {
  background-color: #f0f4fd;
  padding: 12px 0;
}

.prod-list-wrap {
  display: flex;

}

.prod-list-wrap ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
  position: relative;
  margin-right: 35px;
}
.prod-list-wrap ul:first-child:after {
  position: absolute;
  content: "";
  height: 22px;
  width: 1px;
  background-color: #454545;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.4;
}
.prod-list-wrap ul li {
  margin-right: 20px;
  display: flex;
  align-items: center;
}
.prod-list-wrap ul li a {
  color: #0a1c34;
}
.prod-list-wrap ul li span {
  margin-right: 8px;
}

.prod-list .prod-head {
  opacity: 0.8;
  width: 100%;
}

.home-banner-wrap {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  color: #ffffff;
  padding: 50px 0 150px;
}

.home-banner-wrap.slide-1 {
  background-image: url(../images/home_banner-1.png);
}
.home-banner-wrap.slide-2 {
  background-image: url(../images/home_banner-2.png);
}
.home-banner-wrap.slide-3 {
  background-image: url(../images/home_banner-3.png);
}

.banner-carousel .owl-theme .owl-nav.disabled + .owl-dots {
  position: absolute;
  z-index: 1;
  bottom: 40px;
  width: 100%;
}

.banner-carousel .owl-theme .owl-dots .owl-dot span {
  background-color: rgb(255 255 255 / 30%);
}

.banner-carousel .owl-theme .owl-dots .owl-dot.active span,
.banner-carousel .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #ffffff;
}

.banner-wrapper {
  max-width: 800px;
}

.banner-wrapper .banner-title {
  font-weight: 700;
  line-height: 60px;
  font-size: 50px;
  margin-bottom: 30px;
}
.banner-wrapper .banner-title span {
  color: #aaeb50;
}

.banner-wrapper .banner-desc {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 40px;
  max-width: 590px;
}

.ebms-btn {
  border-radius: 30px;
  border: 0;
  padding: 15px 25px;
  font-weight: 700;
  margin-bottom: 5px;
  text-decoration: none;
}

.primary-btn,
.primary-btn:hover {
  background-color: #2f77ff;
  color: #ffffff;
}

.secondary-btn,
.secondary-btn:hover {
  background-color: #fff;
  color: #000000;
}
.banner-btn-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.banner-btn-wrap .secondary-btn {
  margin-right: 10px;
}

.home-solution-wrap {
  background: transparent
    linear-gradient(129deg, #fcf8ef 0%, #dff0f7 36%, #f7f0ff 74%, #e6fff8 100%)
    0% 0% no-repeat padding-box;
  padding: 7% 0 5%;
  margin-top: -30px;
}

.home-solution-head {
  padding: 20px 0;
  position: relative;
}
.home-solution-head:before {
  position: absolute;
  content: "";
  height: 2px;
  width: 70px;
  background-color: #ff3838;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
h2 {
  font-size: 25px;
  font-weight: 700;
}
h4 {
  font-size: 20px;
  font-weight: 700;
}
h6 {
  font-size: 16px;
  font-weight: 700;
}
.home-solution-head h2 {
  margin-bottom: 15px;
}
.home-solution-head p {
  opacity: 0.8;
}

.home-solution .solution-section {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
  padding: 25px;
  position: relative;
}
.home-solution .solution-section:nth-child(2) {
  margin-top: 50px;
}
.home-solution .solution-section::before {
  position: absolute;
  content: "";
  height: 170px;
  width: 1px;
  background-color: #175fff;
  top: 0;
  left: 0;
}
.home-solution .solution-section::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 62px;
  background-color: #175fff;
  top: 0;
  left: 0;
}
.home-solution .solution-section:nth-child(2)::before,
.home-solution .solution-section:nth-child(2)::after {
  left: auto;
  right: 0;
}

.home-solution .solution-section .solution-title-block {
  margin-bottom: 20px;
}

a,
a:hover {
  text-decoration: none;
}

.solution-title-block h4 {
  margin-bottom: 20px;
}

.solution-title-block p {
  line-height: 30px;
  font-weight: 700;
  opacity: 0.8;
  margin-bottom: 40px;
}

.solution-block-wrap .solution-block {
  padding: 15px 20px;
  margin-bottom: 20px;
}
.solution-block-wrap .solution-block .img-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.solution-block-wrap .solution-block h6 {
  margin-bottom: 20px;
  font-weight: 700;
  color: #0a1c34;
}
.solution-block-wrap .solution-block p {
  font-size: 18px;
  line-height: 25px;
  opacity: 0.6;
  margin-bottom: 0;
  color: #0a1c34;
}

.solution-block .arrow-img {
  display: none;
}
.solution-block:hover {
  background-color: #ffffff;
  box-shadow: 0px 10px 50px #6087ce29;
  transition: all 0.5 s ease-in-out;
}
.solution-block:hover .arrow-img {
  display: block;
}

.section-header {
  position: relative;
  padding: 16px 0;
  margin-bottom: 14px;
  max-width: 400px;
}

.section-header h2 {
  margin-bottom: 20px;
}

.section-header p {
  opacity: 0.8;
  margin-bottom: 0;
}

.section-header:before {
  position: absolute;
  content: "";
  height: 2px;
  width: 70px;
  left: 0;
  top: 0;
}
.growth-block {
  padding: 9% 0 5%;
}
.growth-block .section-header:before {
  background-color: #21ad00;
}
.testimonial-block {
  padding-bottom: 10%;
}
.testimonial-block .section-header:before {
  background-color: #4232fd;
}

.leaders-block .section-header:before {
  background-color: #f442d8;
}

.why.section-header:before {
  background-color: #4232fd;
}

.custom-tabs .nav-tabs {
  border: 0;
  justify-content: end;
}
.custom-tabs .nav-tabs .nav-item {
  margin-left: 5px;
}

.custom-tabs .nav-tabs .nav-link {
  margin-bottom: 0;
  border-radius: 0;
  border-bottom: 2px solid transparent;
  transition: all 0.5s ease-in-out;
}

.custom-tabs .nav-tabs .nav-item.show .nav-link,
.custom-tabs .nav-tabs .nav-link.active,
.custom-tabs .nav-tabs .nav-link:focus,
.custom-tabs .nav-tabs .nav-link:hover {
  border-color: #fff #fff #2f77ff;
  color: #2f77ff;
}
.prod-drive-wrap {
  overflow-x: auto;
}
.prod-drive {
  margin: 90px 0;
  min-width: 1200px;
}
.prod-drive ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  /* flex-wrap: wrap; */
  margin-bottom: 10px;
  position: relative;
}
.prod-drive ul li {
  width: 16.6%;
  /* padding-left: 10px; */
  position: relative;
}
/* .prod-drive ul li:first-child {
  padding-left: 0;
} */

.prod-drive ul.count-wrapper li:before {
  position: absolute;
  content: "";
  height: 2px;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgb(114 129 170 / 20%);
  z-index: 0;
}

.prod-drive ul.count-wrapper li:last-child::before {
  display: none;
}

/* .prod-drive .count-wrapper:before {
  position: absolute;
  content: "";
  height: 2px;
  width: 85%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgb(114 129 170 / 20%);
  z-index: 0;
} */
.prod-drive .count-wrapper .count-item {
  font-size: 25px;
  line-height: 36px;
  font-weight: 700;
  border-radius: 33px;
  display: inline-block;
  padding: 15px 20px;
  position: relative;
  z-index: 1;
  min-width: 100px;
  text-align: center;
}

.prod-drive .count-wrapper .count-item.item-1 {
  background-color: #fae9d2;
}
.prod-drive .count-wrapper .count-item.item-2 {
  background-color: #cbe5ff;
}
.prod-drive .count-wrapper .count-item.item-3 {
  background-color: #ffcee6;
}
.prod-drive .count-wrapper .count-item.item-4 {
  background-color: #c8efd9;
}
.prod-drive .count-wrapper .count-item.item-5 {
  background-color: #b4effd;
}
.prod-drive .count-wrapper .count-item.item-6 {
  background-color: #ffd5d5;
}

.prod-txt-wrap span {
  font-weight: 700;
  max-width: 150px;
  display: block;
}

.testimonial-card {
  padding: 20px;
  border-radius: 5px;
  margin: 20px 20px 40px;
  transition: all 0.5s ease-in-out;
   border: 1px solid #daeaf7;
}

.testimonial-grid .testimonial-card {
  border: 1px solid #daeaf7;
}

.testimonial-card:hover {
  background-color: #fcfaff;
  box-shadow: 0px 30px 70px #8d34c429;
}

.testimonial-card .testi-img {
  margin-bottom: 32px;
  margin:0px auto 32px;
  width:200px;
 
}

.testimonial-card .testi-content {
  color: #373141;
  margin-bottom: 24px;
  
}

.testimonial-card .testi-user h6 {
  color: #28233c;
  margin-bottom: 5px;
}
.testimonial-card .testi-user p {
  font-size: 14px;
  color: #666277;
}
.testimonial-card .testi-user li {
  display: inline-block;
  margin-right: 5px;
}

.testimonial-carousel .owl-carousel .owl-nav [class*="owl-"] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  border-radius: 50%;
  height: 69px;
  width: 69px;
  background-color: #f7f7f7;
  transition: all 0.5s ease-in-out;
}
.testimonial-carousel .owl-nav [class*="owl-"]:hover {
  background-color: #9ad0ff;
}

.testimonial-carousel .owl-nav .owl-prev {
  left: -25px;
}

.testimonial-carousel .owl-nav .owl-next {
  right: -25px;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 8px;
  background-color: #c3c7ce;
  border-radius: 5px;
  transition: all 0.5s ease-in-out;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #6d798b;
  width: 33px;
}

.leaders-wrap {
  background: url(../images/Leader-background.png) no-repeat scroll center
    center;
  background-size: 100% 100%;
  padding: 5% 0;
}

.leaders-grid {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}

.leaders-grid .grid {
  width: 49%;
  margin: 0 0 2% 2%;
}

.leaders-grid .grid:nth-child(2n + 1) {
  margin-left: 0;
}

.grid-btn-wrap {
  margin-top: 50px;
}

.trans-btn,
.trans-btn:hover {
  font-size: 20px;
  background-color: transparent;
  border: 2px solid #12243b;
  border-radius: 5px;
  font-weight: 700;
  padding: 13px 35px;
  text-decoration: none;
  color: #0a1c34;
}

.demo-wrap {
  background: url(../images/demo_bg.png) no-repeat scroll center center;
  background-size: 100% 100%;
  padding: 7% 0;
}

.book-demo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  color: #fff;
}

.book-demo .text {
  font-size: 25px;
  line-height: 30px;
  max-width: 510px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.footer-top {
  background-color: rgb(242 244 247 / 57%);
  padding: 4% 0;
}

.footer-wrap .menu-block {
  display: flex;
  flex-wrap: wrap;
}
.footer-wrap .menu-block .footer-menu {
  width: 48%;
  margin-left: 4%;
}
.footer-wrap .menu-block .footer-menu:first-child {
  margin-left: 0;
}
.footer-block {
  margin-bottom: 30px;
}

.footer-head {
  font-size: 14px;
  line-height: 17px;
  font-weight: 700;
  margin-bottom: 20px;
}

.footer-menu h5 {
  opacity: 0.5;
  font-size: 16px;
  line-height: 25px;
  font-weight: 700;
  margin-bottom: 25px;
}

.footer-menu li {
  margin-bottom: 20px;
}

.footer-menu li a {
  color: #0a1c34;
  opacity: 0.8;
  text-decoration: none;
  font-size: 14px;
  line-height: 20px;
  transition: all 0.5s ease-in-out;
}

.footer-menu li a:hover {
  opacity: 1;
}

.footer-menu.lite li a {
  color: #0a1c34;
  opacity: 1;
  font-weight: 700;
  text-decoration: none;
  font-size: 14px;
  line-height: 25px;
  transition: all 0.5s ease-in-out;
}

.footer-bottom {
  padding: 20px 0;
}

.copyright {
  opacity: 0.6;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
}
.locations {
  margin: 20px 0;
}
.locations ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.locations ul li {
  margin: 5px 20px 5px 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  display: flex;
}

.locations ul li:last-child {
  margin-right: 0;
}

.flag {
  margin-right: 16px;
  min-width: 20px;
}

.social-icons ul {
  justify-content: center;
}

.dropdown-content {
  position: absolute;
  width: 100%;
  right: 0;
  top: 105px;
  box-shadow: 0px 20px 50px #00000029;
  background-color: #ffffff;
  border-radius: 5px;
  padding: 25px;
  z-index: 10;
  cursor: default;
}

.dropdown-content-1 {
  width: 50% !important;
  right: 25% !important;
}

.dropdown-content-1 .mega-menu .menu-block {
  width: 100%;
}

.dropdown-wrap {
  display: none;
}

.nav-item:hover > .dropdown-wrap {
  display: block;
}

.dropdown-content .menu-block {
  margin-bottom: 20px;
}

.dropdown-content .menu-block h5 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  opacity: 0.8;
  color: #0a1c34;
}
.dropdown-content .menu-card {
  padding: 10px;
  margin-bottom: 10px;
  transition: all 0.5s ease-in-out;
}
.dropdown-content .menu-card:last-child {
  margin-bottom: 0;
}

.dropdown-content .menu-card a {
  text-decoration: none;
}

.dropdown-content .menu-card:hover {
  background-color: #ffffff;
  box-shadow: 0px 10px 50px #6087ce29;
}

.menu-img {
  width: 40px;
}

.dropdown-content .menu-card p {
  margin-bottom: 0;
  color: #0a1c34;
  margin-bottom: 0;
  font-weight: 400;
}

.addon-wrap {
  padding: 20px;
  background-color: #f4f8ff;
  border-radius: 5px;
}

.addon-wrap li {
  font-weight: 700;
  margin-bottom: 20px;
  display: flex;
}

.addon-wrap li a {
  color: #0a1c34;
}

.addon-wrap li span {
  margin-right: 16px;
}

.drop-menu {
  position: absolute;
  width: 270px;
  left: 50%;
  top: 42px;
  z-index: 10;
  background-color: #ffffff;
  box-shadow: 0px 20px 50px #00000029;
  border-radius: 5px;
  padding: 10px;
  transform: translateX(-50%);
}
.drop-menu li {
  margin-bottom: 10px;
}
.drop-menu li:last-child {
  margin-bottom: 0;
}
.drop-menu li a {
  color: #0a1c34;
  font-weight: 400;
  padding: 10px;
  border-radius: 5px;
  transition: all 0.5s ease-in-out;
  text-decoration: none;
  display: inline-block;
  width: 100%;
}

.drop-menu li a:hover {
  background-color: #f0f0f0;
}

.navbar-toggler-icon {
  background-image: url(../images/icons/menu.png);
}

.float-wrap {
  position: fixed;
  z-index: 1;
  bottom: 60px;
  right: 20px;
}

.float-btn {
  background-color: #ffffff;
  border-radius: 50%;
  height: 72px;
  width: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.float-text {
  position: absolute;
  background-color: #ffffff;
  border-radius: 5px;
  padding: 10px;
  width: 250px;
  left: -270px;
  top: 50%;
  transform: translateY(-50%);
}

.float-text:before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  border-left: 15px solid #ffffff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  right: -15px;
  top: 10px;
}

/********** Company ********/
.page-banner {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  color: #ffffff;
  padding: 40px 0;
}

.page-banner.about {
  background-image: url(../images/about-banner.png);
}
.page-banner.solution {
  background-image: url(../images/solution-banner.png);
}

.page-banner.liner {
  background-image: url(../images/liner-banner.jpg);
}

.page-banner.feeder {
  background-image: url(../images/feeder-banner.jpg);
}

.page-banner.agency {
  background-image: url(../images/agency-banner.jpg);
}


.page-banner.container {
  background-image: url(../images/container-banner.jpg);
}

.page-banner.forwading {
  background-image: url(../images/forwading-baner.jpg);
}

.page-banner.nvocc {
  background-image: url(../images/nvocc-banner.jpg);
}

.page-banner.transport {
  background-image: url(../images/transport-banner.jpg);
}


.page-banner.customer {
  background-image: url(../images/customer-banner.jpg);
}

.page-banner.ai {
  background-image: url(../images/ai-banner.jpg);
}

.page-banner.iot {
  background-image: url(../images/iot-banner.jpg);
}

.page-banner.wfh {
  background-image: url(../images/wfh-banner.jpg);
}

.page-banner.mobile {
  background-image: url(../images/mobile-banner.jpg);
}

.page-banner.apiedi {
  background-image: url(../images/apiedi-banner.jpg);
}

.page-banner.e2e {
  background-image: url(../images/e2e-banner.jpg);
}

.page-banner.special {
  background-image: url(../images/special-banner.jpg);
}

.page-banner.warehouse {
  background-image: url(../images/warehouse-banner.jpg);
}

.page-banner.special {
  background-image: url(../images/special-banner.jpg);
}


.page-banner.contact {
  background-image: url(../images/contact-banner.png);
}

.page-banner.partners {
  background-image: url(../images/partners-banner.png);
}

.page-banner.customers {
  background-image: url(../images/customers-banner.png);
}
.page-banner.addons {
  background-image: url(../images/customers-banner.png);
}
.page-banner.digital {
  background-image: url(../images/digital-banner.png);
}
.page-banner.efficiency {
  background-image: url(../images/efficiency-banner.png);
}

.page-banner.career {
  background-image: url(../images/careers-banner.png);
}

.page-banner.support {
  background-image: url(../images/support-banner.png);
}

.page-banner.lite {
  background-image: url(../images/lite-banner.png);
}
.page-banner.privacy {
  background-image: url(../images/privacy-banner.png);
}

.custom-breadcrumb {
  padding: 15px 0;
}
.custom-breadcrumb a {
  text-decoration: none;
  color: #0a1c34;
}
.custom-breadcrumb li {
  font-size: 16px;
  line-height: 27px;
}

.page-title {
  padding: 10px 0;
  margin-bottom: 20px;
}

.page-header {
  max-width: 1000px;
  padding: 15px 0;
  position: relative;
}

.page-header h5 {
  font-size: 25px;
  line-height: 40px;
}

.page-header h5 span {
  font-weight: 700;
}

.page-header:before {
  position: absolute;
  content: "";
  height: 2px;
  width: 110px;
  left: 0;
  top: 0;
}

.page-header.company:before {
  background-color: #1cb144;
}
.page-header.teams:before {
  background-color: #8a4dfc;
}
.page-header.solution:before {
  background-color: #ffb529;
}
.page-header.contact:before {
  background-color: #ff4192;
}
.page-header.customers:before {
  background-color: #ffb529;
}
.page-header.demo:before {
  background-color: #ffbf12;
}

.page-header h4 span {
  color: #1c1c22;
  font-weight: 700;
}

.state-wrap {
  padding: 4%;
  background-color: #fbfafd;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  margin: 40px 0;
}
.state-block {
  width: 100%;
  padding: 3% 0;
  position: relative;
  text-align: center;
}
.state-block:after {
  position: absolute;
  content: "";
  height: 1px;
  width: 80%;
  background-color: #cad2e6;
  bottom: 0;
  left: 10%;
}

.state-block:last-child:after {
  display: none;
}

.state-block .state {
  font-size: 50px;
  line-height: 40px;
  margin-bottom: 14px;
}
.state-block p {
  font-weight: 700;
  margin: 0;
}

.state-block .state.success {
  color: #16ad4b;
}
.state-block .state.average {
  color: #2f77ff;
}
.state-block .state.client {
  color: #f76ab0;
}
.state-block .state.years {
  color: #ff861f;
}
.state-block .state.exp {
  color: #7e28d5;
}
.about-loc {
  margin-bottom: 50px;
}

.panel-col {
  margin-bottom: 30px;
}

.about-loc p {
  color: #050f1c;
  margin-bottom: 20px;
}

.about-loc p span {
  font-weight: 700;
}

.media-block {
  margin-bottom: 30px;
}

.media-block h6 {
  font-weight: 700;
  margin-bottom: 10px;
}
.media-block p {
  margin: 0;
}

.region-wrap {
  padding: 66px 40px;
  border-radius: 5px;
  position: relative;
  height: 100%;
  margin-bottom: 70px;
}

.region-wrap.graphic {
  background-color: #e6eaf4;
}
.region-wrap.head {
  background-color: #dfede2;
}

.region-wrap h4 {
  font-weight: 700;
  margin-bottom: 25px;
}

.reg-tag {
  display: flex;
  flex-wrap: wrap;
}

.reg-tag li {
  background-color: #ffffff;
  border-radius: 4px;
  padding: 10px 18px;
  margin: 0 15px 20px 0;
}

.reg-pin {
  position: absolute;
  top: -35px;
  right: 30px;
  z-index: 1;
  padding: 20px;
  border-radius: 8px;
  height: 100px;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.graphic .reg-pin {
  background-color: #94b2fc;
}
.head .reg-pin {
  background-color: #36b97d;
}

.domain-wrap {
  margin-top: 70px;
}

.domain-wrapper {
  background: transparent
    linear-gradient(140deg, #fff2f4 0%, #fff9f4 52%, #dffcfb 100%) 0% 0%
    no-repeat padding-box;
  padding: 6% 0;
}

.domain-head {
  text-align: center;
  max-width: 1050px;
  margin: 0 auto;
}

.domain-head h2 {
  margin-bottom: 25px;
}

.domain-head h4 {
  margin-bottom: 30px;
}

.domain-head p {
  margin-bottom: 0;
}
.domain-head p span {
  font-weight: 700;
}

.domain {
  background-color: #fff;
  box-shadow: 0px 10px 50px #6087ce29;
  padding: 50px;
  margin-bottom: 30px;
}

.domain:last-child {
  margin-bottom: 0;
}

.custom-domain {
  margin-top: 50px;
  height: calc(100% - 50px);
}

.domain .domain-title {
  margin-bottom: 30px;
}

.domain li {
  color: #050f1c;
  margin-bottom: 15px;
  display: flex;
}

.domain li:last-child {
  margin-bottom: 0;
}

.domain p {
  color: #050f1c;
  margin-bottom: 20px;
}

.domain li .icon {
  min-width: 25px;
  margin-right: 12px;
}

.clients-wrap {
  border: 1px solid #c7c7c7;
  border-radius: 5px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.clients-wrap > div {
  margin: 0 5px;
}

.etc {
  padding: 10px 20px;
  background-color: #e1eaf5;
  font-size: 18px;
  font-weight: 700;
  border-radius: 20px;
}

.domain h6 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  margin-bottom: 15px;
}

.capability-wrapper {
  background-color: #f4e9eb;
  padding: 5% 0;
}

.capability-ways h4 {
  margin-bottom: 34px;
}

.capability-block h2 {
  margin-bottom: 30px;
}

.capability-img {
  margin-bottom: 30px;
}

.capability-block p {
  margin-bottom: 20px;
}

.capability-ways .way-block {
  padding: 40px 50px;
  border-radius: 5px;
  background-color: #ffffff;
  position: relative;
  margin-bottom: 20px;
}

.capability-ways .way-block:last-child {
  margin-bottom: 0;
}

.capability-ways .way-block::before {
  position: absolute;
  content: "";
  height: 60%;
  width: 2px;
  top: 10px;
  left: 0;
}

.capability-ways .way-block.way-1 span {
  font-weight: 700;
  color: #177cff;
}
.capability-ways .way-block.way-2 span {
  font-weight: 700;
  color: #fc45b6;
}
.capability-ways .way-block.way-3 span {
  font-weight: 700;
  color: #3db71f;
}

.capability-ways .way-block.way-1:before {
  background-color: #177cff;
}
.capability-ways .way-block.way-2:before {
  background-color: #fc45b6;
}
.capability-ways .way-block.way-3:before {
  background-color: #3db71f;
}

/************** Teams **************/

.team-card {
  padding: 15px;
  transition: all 0.5s ease-in-out;
  margin-bottom: 20px;
  border: 1px solid #daeaf7;
  border-radius: 5px;
}

.team-card:hover {
  box-shadow: 0px 10px 50px #6087ce29;
}

.team-card .team-img {
  height: 75px;
  width: 75px;
  border-radius: 50%;
  margin-bottom: 30px;
  font-size: 25px;
  color: #4a1fdb;
  display: flex;
  align-items: center;
  justify-content: center;
}

.team-card .team-img.member-1 {
  background-color: #ffe8ed;
}

.team-card .team-img.member-2 {
  background-color: #d4f7eb;
}
.team-card .team-img.member-3 {
  background-color: #dbe5ff;
}
.team-card .team-img.member-4 {
  background-color: #fdecdb;
}

.team-card .position {
  color: rgb(0 0 0 / 50%);
  font-style: italic;
}

.team-card .social a {
  display: inline-block;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: #efefef;
  margin-right: 20px;
}

/************ Solutions *************/

.solution-wrapper .solution-img {
  margin-bottom: 30px;
  text-align: center;
}

.solution-txt {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 50px;
}

.solution-txt[class*="text-bg-"] {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 5% 0;
  margin-bottom: 0;
}

.solution-txt.text-bg-1 {
  background-image: url(../images/text-bg-1.png);
}

.solution-txt.text-bg-2 {
  background-image: url(../images/text-bg-2.png);
}

.solution-txt.text-bg-3 {
  background-image: url(../images/text-bg-2.png);
}

.solution-txt.text-bg-4 {
  background-image: url(../images/text-bg-2.png);
}

.solution-block-wrapper {
  background: transparent
    linear-gradient(131deg, #f4f4ff 0%, #fff5f8 60%, #f0f7ea 100%) 0% 0%
    no-repeat padding-box;
  padding: 6% 0;
}

.solution-block-wrapper .solution-block-wrap {
  margin-top: 80px;
}

.solution-block-wrapper .solution-block-wrap .solution-block {
  background-color: #ffffff;
  margin-bottom: 20px;
}

.solution-card {
  background: #ffffff;
  padding: 25px;
  margin-bottom: 40px;
  transition: all 0.5s ease-in-out;
}

.solution-card:hover {
  box-shadow: 0px 10px 50px #6087ce29;
}

.solution-card .solution-icon {
  margin-bottom: 15px;
}

.solution-card p {
  margin-bottom: 0;
}

.clients-wrapper {
  background: url(../images/client-bg.png) no-repeat scroll center center;
  background-size: 100% 100%;
  padding: 7% 0;
}

.clients-block {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.clients-block .client {
  margin: 10px;
  text-align: center;
  background-color: #ffffff;
  padding: 10px;
}

.clients-block .client img {
  height: 200px;
}

.clients-block .client p {
  max-width: 150px;
  margin: 0 auto;
  font-weight: 700;
}

.demo-wrapper {
  padding: 6% 0;
}
.demo-wrapper h3 {
  font-size: 25px;
  line-height: 50px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #2e2525;
}

.demo-btn,
.demo-btn:hover {
  font-size: 20px;
  font-weight: 700;
  border-radius: 5px;
  background-color: #2f77ff;
  border: 2px solid #2f77ff;
  color: #ffffff;
  padding: 15px 35px;
  text-decoration: none;
  display: inline-block;
}

.menu-demo-btn,
.menu-demo-btn:hover {
  font-weight: 700;
  border-radius: 20px;
  margin-right: 12px;
  display: inline-block;
  background-color: #000000;
  color: #ffffff;
}

/************ Contact Us ******************/

.contact-card-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.contact-card {
  text-align: center;
  border: 1px solid transparent;
  border-radius: 5px;
  padding: 25px;
  transition: all 0.5s ease-in-out;
  margin-bottom: 20px;
}

.contact-card.customer {
  border-color: #8bb9f7;
}
.contact-card.product {
  border-color: #ffd9c4;
}
.contact-card.sales {
  border-color: #9fd692;
}

.contact-card:hover {
  box-shadow: 0px 10px 50px #6087ce29;
  border-color: transparent;
}

.contact-card h5 {
  margin-bottom: 30px;
}

.contact-card p {
  margin-bottom: 40px;
}

.connect-btn {
  border: 0;
  color: #ffffff;
  background-color: #fd7126;
  border-radius: 25px;
  font-weight: 700;
  padding: 12px 22px;
  pointer-events: none;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.contact-card:hover .connect-btn {
  opacity: 1;
  pointer-events: all;
}

.map-wrapper {
  background: url(../images/map-bg.png) no-repeat scroll center center;
  background-size: 100% 100%;
  padding: 4% 0;
}

.location-wrapper {
  display: flex;
  flex-direction: column;
}

.location-det {
  background-color: #fff;
  padding: 30px;
  border-radius: 38px;
  margin-bottom: 10px;
  box-shadow: 0px 20px 50px #838ba229;
  transition: all 0.5s ease-in-out;
  width: 450px;
  position: relative;
}

.location-det.inactive {
  padding: 0;
  background: transparent;
}

.location-det.inactive .location {
  display: inline-block;
  margin-bottom: 0;
}
.location-det.inactive h5 {
  display: none;
}

.location-det.inactive .location span {
  background-color: #fff;
}

.location-det.active {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.location-det.active:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 9px;
  left: 0;
  top: 0;
  border-radius: 0 5px 5px 0;
  z-index: 1;
  background-color: #6ea5fc;
}

.location-det .location {
  margin-bottom: 1rem;
}

.location-det .location span {
  display: inline-block;
  background-color: #efefef;
  border-radius: 22px;
  padding: 10px 15px;
}

.location-det .location span.active-pin {
  background-color: transparent;
  border-radius: 0;
  padding: 0;
}

.address-wrap li {
  margin-bottom: 16px;
}

/*********** Customers *************/

.service-list ul li {
  margin-bottom: 15px;
}

.leaders-wrapper {
  background: transparent
    linear-gradient(126deg, #f4f4ff 0%, #fff5f8 60%, #f0f7ea 100%) 0% 0%
    no-repeat padding-box;
  padding: 7% 0;
}

.leader {
  background-color: #ffffff;
  text-align: center;
  margin: 0 0 30px;
  padding: 20px;
}

/*********** Request Demo ************/
.demo-page-wrapper {
  background: url(../images/demo-bg-img.png) no-repeat scroll center center;
  background-size: 100% 100%;
  padding: 4% 0;
}

.page-col h2 {
  font-size: 70px;
  line-height: 75px;
  margin-bottom: 40px;
  color: #ffffff;
}

.page-col h5 {
  color: #ffffff;
}

.custom-form {
  background-color: #ffffff;
  padding: 30px;
  box-shadow: 0px 40px 60px #18183429;
  border-radius: 5px;
}

.block-title {
  margin-bottom: 30px;
}
.form-group {
  margin-bottom: 20px;
}

.form-group label {
  margin-bottom: 5px;
}

.form-group .form-control,
.form-group .form-select {
  border-radius: 0;
  border-width: 0 0 1px 0;
  padding-left: 0;
  border-color: rgb(48 51 64 / 40%);
}

.custom-form textarea {
  background-color: #f8f8f8;
  padding: 10px !important;
}

.terms .form-check {
  max-width: 550px;
}

.form-check-label {
  color: #102239;
}

.verify-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background: #f3f3f3;
  padding: 8px 8px 8px 25px;
}

.submit-wrap {
  margin-top: 50px;
}

.submit-wrap .btn-wrap {
  margin-top: 20px;
  text-align: center;
}

/************ Partners **************/

.partners-wrapper .page-header p {
  margin-bottom: 30px;
}

.partners-wrapper {
  margin-bottom: 50px;
}

.partners-wrapper .partner-img {
  text-align: center;
}

.partners-wrapper .partner-img img {
  max-width: 75%;
}

.partner-wrapper {
  background-color: #e6f5ff;
  padding: 7% 0;
}
.partner-section {
  margin-bottom: 80px;
}

.partner-form-wrap .custom-form {
  max-width: 820px;
  margin: 0 auto;
}

.list-wrapper {
  background: #e4f3ff;
}
.list-wrapper-1 {
  background: transparent
    linear-gradient(131deg, #f4f4ff 0%, #fff5f8 60%, #f0f7ea 100%) 0% 0%
    no-repeat padding-box;
}

.under-construction {
  opacity: 0.5;
  padding: 100px 0;
}

.highlight {
  border-radius: 4px;
  padding: 25px 50px;
  text-align: center;
  background-color: #e3f3fe;
  margin-bottom: 20px;
}

.highlight h5 {
  font-style: italic;
  line-height: 36px;
  width: 80%;
  margin: 0 auto;
}
.w-100 {
  max-width: 100%;
}

.drop-resume {
  background-color: #cce6ff;
  border-radius: 5px;
  padding: 3.5% 5%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.drop-resume h1 {
  font-weight: 700;
  font-size: 26px;
  text-align: center;
  line-height: 40px;
}
.drop-resume h1 a {
  color: #127fff;
}

.drop-resume h1 span {
  color: #28233c;
  margin-right: 30px;
}

.res-img {
  min-width: 70px;
  margin-bottom: 30px;
}

.p-block {
  padding: 5% 0;
}

.p-block > div {
  margin-bottom: 30px;
}

@media (min-width: 576px) {
    
    .banner-btn-wrap {
    flex-direction: row;
  }
  .banner-btn-wrap .secondary-btn {
    margin-right: 30px;
  }
  
  .drop-menu {
    left: 0;
    transform: none;
  }
  .leaders-grid .grid {
    width: 32%;
  }

  .leaders-grid .grid:nth-child(2n + 1) {
    margin-left: 2%;
  }
  .leaders-grid .grid:nth-child(3n + 1) {
    margin-left: 0;
  }
  .solution-block-wrap {
    display: flex;
    flex-wrap: wrap;
  }
  .solution-block-wrap .solution-block {
    width: 32%;
    margin-left: 2%;
    transition: all 0.5s ease-in-out;
  }
  .solution-block-wrap .solution-block:nth-child(3n + 1) {
    margin-left: 0;
  }

  .home-solution .solution-block-wrap .solution-block {
    width: 48%;
    margin-left: 2%;
    transition: all 0.5s ease-in-out;
  }
  .home-solution .solution-block-wrap .solution-block:nth-child(2n + 1) {
    margin-left: 0;
  }

  .teams-wrapper .team-wrap {
    display: flex;
    flex-wrap: wrap;
  }
  .team-card-wrap {
    width: 48%;
    margin-left: 2%;
  }

  .team-card-wrap:first-child {
    margin-left: 0;
  }
  .team-card-wrap.c-wrap {
    margin-top: 200px;
  }
  .solution-block-wrapper .solution-block-wrap {
    display: flex;
    flex-wrap: wrap;
  }

  .solution-card {
    width: 48%;
    margin: 0 0 4% 4%;
  }

  .solution-card:nth-child(2n + 1) {
    margin-left: 0;
  }
  .contact-card-wrap {
    display: flex;
    flex-wrap: wrap;
  }
  .contact-card {
    width: 32%;
    margin: 0 0 2% 2%;
  }

  .contact-card:first-child {
    margin-left: 0;
  }
  .leaders-block {
    display: flex;
    flex-wrap: wrap;
  }
  .leader {
    margin-left: 2%;
    width: 32%;
  }
  .leader:nth-child(3n + 1) {
    margin-left: 0;
  }
  .group-wrap {
    display: flex;
    flex-wrap: wrap;
  }

  .form-group {
    width: 45%;
    margin-left: 10%;
  }

  .form-group:nth-child(2n + 1) {
    margin-left: 0;
  }
  .select-wrap {
    width: 45%;
    margin: 0 0 20px 10%;
  }

  .select-wrap:nth-child(2n + 1) {
    margin-left: 0;
  }
  .submit-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .verify-wrap {
    margin-right: 50px;
    width: 380px;
  }
  .submit-wrap .btn-wrap {
    margin-top: 0;
    text-align: left;
  }
  .home-banner-wrap {
    padding: 11% 0 15%;
  }
  .testimonial-grid {
    display: flex;
    flex-wrap: wrap;
  }
  .testimonial-grid .testimonial-card {
    width: 32%;
    margin: 0 0 30px 2%;
  }
  .testimonial-grid .testimonial-card:nth-child(3n + 1) {
    margin-left: 0;
  }
  .drop-resume {
    flex-direction: row;
  }
  .res-img {
    margin-right: 30px;
    margin-bottom: 0;
  }
  .drop-resume h1 {
    text-align: left;
    font-size: 34px;
    font-weight: 400;
  }
  .capability-wrap-1 .capability-ways-wrap {
    display: flex;
    flex-wrap: wrap;
  }

  .capability-wrap-1 .capability-ways .way-block {
    width: 48%;
    margin-left: 2%;
  }
  .capability-wrap-1 .capability-ways .way-block:nth-child(2n + 1) {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .mega-menu {
    display: flex;
    flex-wrap: wrap;
  }

  .mega-menu .menu-block {
    width: 32%;
    margin-left: 2%;
  }

  .mega-menu .menu-block:first-child {
    margin-left: 0;
  }

  .dropdown-content-1 .mega-menu .menu-block {
    width: 48% !important;
  }
  .dropdown-content .menu-block {
    margin-bottom: 0;
  }

  .home-solution .solution-section .solution-title-block {
    width: 32%;
    margin-right: 2%;
  }

  .solution-section .solution-block-wrap {
    width: 66%;
  }
  .home-solution .solution-section:nth-child(2) .solution-title-block {
    order: 2;
    margin-left: 2%;
    margin-right: 0;
  }
  .leaders-grid .grid {
    width: 23.5%;
  }

  .leaders-grid .grid:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .leaders-grid .grid:nth-child(4n + 1) {
    margin-left: 0;
  }
  .team-card {
    padding: 30px;
  }
  .service-list ul {
    display: flex;
    flex-wrap: wrap;
  }

  .service-list ul li {
    width: 46%;
    margin-left: 4%;
  }

  .service-list ul li:nth-child(2n + 1) {
    margin-left: 0;
  }
  .custom-tabs {
    margin-top: -65px;
  }
  .home-banner-wrap {
    padding-bottom: 11%;
  }

  .p-block {
    display: flex;
    flex-wrap: wrap;
  }

  .p-block > div {
    width: 48%;
    margin-left: 2%;
    margin-bottom: 0;
  }
  .p-block > div:nth-child(2n + 1) {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .dropdown-content {
    width: 90%;
    right: 5%;
  }

  .testimonial-card {
    padding: 50px;
  }
  .testimonial-carousel .owl-nav .owl-prev {
    left: -50px;
  }

  .testimonial-carousel .owl-nav .owl-next {
    right: -50px;
  }
  .foot-container {
    display: flex;
    flex-wrap: wrap;
  }
  .footer-wrap {
    width: 32%;
  }
  .footer-block {
    width: 15%;
    margin-left: 2%;
    margin-bottom: 0;
  }
  .leaders-grid .grid {
    width: 15%;
  }

  .leaders-grid .grid:nth-child(4n + 1) {
    margin-left: 2%;
  }
  .leaders-grid .grid:nth-child(6n + 1) {
    margin-left: 0;
  }
  .about-loc,
  .reg-block {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .panel-col {
    width: 46%;
    margin: 0 0 4% 8%;
  }

  .panel-col:first-child {
    margin-left: 0;
  }

  .region-wrap {
    margin-bottom: 0;
  }
  .domain-wrap {
    display: flex;
    flex-wrap: wrap;
  }

  .domain-block {
    width: 48%;
    margin-left: 4%;
  }
  .domain-block:nth-child(2n + 1) {
    margin-left: 0;
  }
  .capability-wrap {
    display: flex;
    flex-wrap: wrap;
  }

  .capability-wrap-1 {
    display: block;
  }

  .capability-wrap-1 .capability-block,
  .capability-wrap-1 .capability-ways {
    width: 100%;
  }

  .capability-block {
    width: 45%;
    margin-right: 5%;
  }

  .capability-ways {
    width: 50%;
  }
  .teams-wrapper {
    display: flex;
    flex-wrap: wrap;
  }

  .teams-wrapper .page-header {
    width: 30%;
    margin-right: 10%;
  }

  .teams-wrapper .team-wrap {
    width: 60%;
  }
  .solution-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }

  .solution-wrapper .page-header {
    width: 55%;
    margin-right: 5%;
  }

  .solution-wrapper .solution-img {
    width: 40%;
    margin-bottom: 0;
  }
  .leader {
    margin-left: 2%;
    width: 18.4%;
  }
  .leader:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .leader:nth-child(5n + 1) {
    margin-left: 0;
  }
  .partners-wrapper {
    display: flex;
    flex-wrap: wrap;
  }

  .partners-wrapper .page-header {
    width: 37%;
    margin-right: 3%;
  }

  .partners-wrapper .partner-img {
    width: 60%;
  }
  .state-wrap {
    flex-direction: row;
    align-items: initial;
  }
  .state-block {
    width: 20%;
    padding: 0 3%;
    position: relative;
    text-align: left;
  }
  .state-block:after {
    position: absolute;
    content: "";
    height: 80%;
    width: 1px;
    background-color: #cad2e6;
    top: 10%;
    right: 0;
    bottom: auto;
    left: auto;
  }

  .state-block:first-child {
    padding-left: 0;
  }
  .state-block:last-child {
    padding-right: 0;
  }
  .location-det.inactive {
    background-color: #fff;
    padding: 30px;
  }

  .location-det.inactive .location {
    display: block;
    margin-bottom: 1rem;
  }
  .location-det.inactive h5 {
    display: block;
  }

  .location-det.inactive .location span {
    background-color: #efefef;
  }
}
@media (min-width: 1200px) {
  .dropdown-content {
    top: 55px;
  }
  .site-header .right-menu {
    display: flex;
  }
  .footer-bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .footer-bottom > div {
    width: 32%;
    margin-left: 2%;
  }
  .footer-bottom > div:nth-child(3n + 1) {
    margin-left: 0;
  }
  .copyright {
    text-align: left;
  }
  .locations {
    margin: 0;
  }
  .wrapper {
    display: flex;
    flex-wrap: wrap;
  }

  .page-col {
    width: 30%;
    margin-right: 8%;
    padding-top: 100px;
  }

  .form-panel {
    width: 62%;
  }
}

.site-header .navbar-nav .nav-item {
  margin-right: 20px;
}

@media (min-width: 1440px) {
  .site-header .navbar-nav .nav-item {
    margin-right: 40px;
  }
  .prod-list .prod-head {
    width: auto;
  }
  .locations ul li {
    margin-right: 20px;
  }
}
