* {
  box-sizing: border-box;
}
body {
  font-family: "Poppins", serif;
  font-size: calc(18px - 0.18vw);
  position: relative;
  color: black;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  line-height: 1.3;
  font-weight:300;
}

.outter-container {
  width: 100%;
  padding: 0 3vw;
}
.inner-container {
  width: 100%;
  padding: 0 1.5vw;
}

.main-header {
  width: 100%;
  position: absolute;
  z-index: 3;
  top: 0;
  height: 78px;
}
.logo-header{
  width:200px;
  padding:8px 0;
}
.logo-header img{
  width:100%;
}

.main-navigation {
  width: 100%;
}

#heade_main_nav {
  padding: 20px;
}
/* navbar li */
#heade_main_nav ul.navbar-nav>li>a.active:after,
#heade_main_nav ul.navbar-nav>li>a.active:after,
#heade_main_nav ul.navbar-nav>li>a:hover::after {
  content: "";
  width: 40%;
  height: 3px;
  background: #00c3fe;
  position: absolute;
  top: 0;
  display: block;
  transition: 0.3s ease-in;
}
#heade_main_nav ul li a {
  font-family: "Inter", serif;
  font-size: calc(18px - 0.18vw);
  color: white;
  position: relative;
  text-decoration:none;
}

#heade_main_nav ul li a:hover {
  color: #ffffff;
}
.nav-item.has-submenu{
  position:relative;
}
.nav-item.has-submenu>.nav-submenu{
  background: rgb(11,80,182);
  background: linear-gradient(25deg, rgba(11,80,182,1) 4%, rgba(4,160,211,1) 100%);
  position:absolute;
  top:100%;
  right:0;
  opacity:0;
  visibility:hidden;
  z-index:-999;
  transition:all 0.5s ease-in;
  min-width:220px;
  height:auto;
  overflow-x:hidden;
  border-radius:calc(1.5rem * 0.5);
}
.nav-item.has-submenu:hover .nav-submenu{
  opacity:1;
  visibility:visible;
  z-index:5;
}
.nav-item .nav-submenu{
  list-style:none;
  padding:0px;
  margin:0px;
  padding:calc(2rem * 0.5) 0px;
}
.nav-item>.nav-submenu li a{
  display:block;
  padding:calc(1rem * 0.5) calc(1.3rem *0.5);
  margin-bottom:calc(0.5rem * 0.5);
  white-space:nowrap;
}
.nav-item>.nav-submenu li:last-child a{
  margin-bottom:0px
}
.nav-item>.nav-submenu li a:hover{
  background:rgba(0,8,34, 0.21);
}
button:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}
.navbar-toggler{
  width: 42px;
  padding: 0;
}
.navbar-toggler>svg{
  width:100%;
}
.navbar-toggler.active>svg {
	#top-line {
		animation: down-rotate 0.6s ease-out both;
	}
	#bottom-line {
		animation: up-rotate 0.6s ease-out both;
	}
	#middle-line {
		animation: hide 0.6s ease-out forwards;
	}
}
@keyframes up-rotate {
	0% {
		animation-timing-function: cubic-bezier(0.16, -0.88, 0.97, 0.53);
		transform: translateY(0px);
	}
	30% {
		transform-origin: center;
		animation-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
		transform: translateY(-4px);
	}
	100% {
		transform-origin: center;
		transform: translateY(-4px) rotate(45deg) scale(0.9);
	}
}

@keyframes down-rotate {
	0% {
		animation-timing-function: cubic-bezier(0.16, -0.88, 0.97, 0.53);
		transform: translateY(0px);
	}
	30% {
		transform-origin: center;
		animation-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
		transform: translateY(10px);
	}
	100% {
		transform-origin: center;
		transform: translateY(10px) rotate(-45deg) scale(0.9);
	}
}

@keyframes hide {
	29% {
		opacity: 1;
	}
	30% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

/* first-section */
.topheader-banner {
  position: relative;
  min-height: 100vh;
}

/* first-section */
.topheader-banner:after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  top: 0;
  background: url(../img/assets-home/top-banner-bg.webp);
  background-repeat: no-repeat;
  z-index: 1;
  background-size: cover;
  /* opacity: 0.9; */
}
/* .first-section {
  position: relative;
} */

.mainslider-txt-wrapper {
  position: relative;
  /* top: 23%; */
  padding: 150px 20% 120px 0;
  z-index: 2;
  width: 100%;
}

.mainslider-item {
  color: white;
  font-family: "Inter", serif;
  padding: 10px;
}

/* Slider Hedaings: Data-Drive Insights and Decisions */
.pageheader .pageheading{
  line-height: 1;
  font-weight: 700;
  font-family: "Inter", serif;
  font-size: calc(80px - 0.2vw);
  text-shadow: 1px 1px 2px rgb(0, 0, 0), 0 0 0.2em rgb(0, 0, 0);
  color:#ffffff;
}
.mainslider-item .heading {
  line-height: 1;
  font-weight: 700;
  font-family: "Inter", serif;
  font-size: calc(80px - 0.2vw);
  text-shadow: 1px 1px 2px rgb(0, 0, 0), 0 0 0.2em rgb(0, 0, 0);
}
.mainslider-item .txt-slide-content {
  font-family: "Inter", serif;
  margin-top: 40px;
  margin-bottom: 30px;
}

/*Button: Find Out More */
#find-out-more {
  padding: 12px 30px;
  font-family: "poppins", serif;
  /*font-size: calc(25px - 0.3vw);*/
  font-weight: 600;
  /*box-shadow: 8px 8px 2px 1px rgba(11, 188, 242, 0.226);*/
  position:relative;
  margin-bottom:1%;
}
#find-out-more:after{
  content:'';
  display:block;
  width:100%;
  height:100%;
  position:absolute;
  left:4%;
  top:14%;
  border-radius:calc(40px + 4vw);
  background-color:rgba(0, 195,254, 0.23);
  z-index:-1;
}
/* first-section  end*/

/* Second-section */
.banner-strip-top {
  width: 100%;
  position: absolute;
  bottom: -14%;
  left: 0;
  z-index: 4;
  right: 0;
  margin: 0 auto;
}

.banner-strip-top .outter-container .strip-outter {
  background: #fff;
  border-radius: calc(8px + 0.7vw);
  padding: calc(15px + 0.5vw) calc(15px + 1vw) calc(15px + 0.5vw) calc(15 + 1vw);
  box-shadow: 10px 0 20px rgba(0, 0, 0, 0.9);
}

.strip-items {
  padding: 30px 10px;
  margin: 0;
}

.strip-items .strip-item {
  padding: 0 20px;
}
.strip-item .strip-item-title {
  font-weight: 400;
  margin-top: 5px;
}
.strip-item img{
  zoom:0.8;
}

/* section-testimonials */

.section-testimonials {
  position: relative;
  background: url(../img/assets-home/testimonial-bg.webp);
  background-color: #1e1155;
  background-repeat: no-repeat;
  background-size: cover;
}
.testimonials-content-container .sec-heading-wrapper{
  margin-top:3%;
}
.sec-heading-wrapper {
  margin-bottom:3%;
}

.sec-heading {
  font-size: calc(60px - 0.2vw);
  font-weight: 600;
}
.sec-heading .hd-label{
  text-align:center;
  margin-bottom: calc(0.3rem + 0.8vw);
}
.sec-heading .hd-label>span{
  display: inline-block;
  padding: calc(0.3rem + 0.4vw) calc(0.4rem + 0.8vw);
  border-radius: calc(7rem* 0.5);
  background: #ffffff;
  box-shadow: 0 0 20px rgba(6, 75, 179, 0.1);
  font-weight: 500;
  color: #0467d7;
}

.testimonial-items{
  padding-left:50px;
  padding-right:50px;
}

.testimonial-items .testimonial-item {
  position: relative;
  padding: 20px;
}
.testimonial-item-inner {
  position: relative;
  line-height: 1.5;
  padding: 60px 50px 60px 50px;
  background: #ffffff;
  border-radius: 18px;
  
  text-align:justify;
  text-align-last:center;
}
.testimonial-item-inner>div {
  overflow: hidden;
  height: calc(100%);
}
.testimonial-item-inner:before {
  content: "";
  display: block;
  position: absolute;
  top: 16px;
  left: 20px;
  color: #bcd3dc;
  background: url(../img/assets-home/quots-top.webp) no-repeat;
  background-size: 100%;
  width: 30px;
  height: 30px;
}

.testimonial-item-inner:after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  bottom: 34px;
  color: #bcd3dc;
  background: url(../img/assets-home/quots-bottom.webp) no-repeat;
  background-size: 100%;
  width: 30px;
  height: 30px;
}

.users-detail-wrapper {
  position: relative;
  text-align: center;
  top: -30px;
}
.users-detail-wrapper .user-thumb {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  padding: 4px;
  text-align: center;
}
.users-detail-wrapper .user-thumb img {
  border-radius: 50%;
  width: 72px;
  height: 72px;
}
.users-detail-wrapper .user-thumb:after {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background: rgba(0, 228, 255, 0.15);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.user-dsg-name a{
  display:block;
  text-decoration:none;
  color: #ffffff;
}
.user-dsg-name a:hover{
  color:#00c3fe;
}
.user-dsg-name .user-name{
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 10px;
}
.user-dsg-name .user-dsg-comp {
  color: #fff;
}
/* section-testimonials End */
/* ================================================================= */
.back-video {
  width: 100%;
  object-fit: cover; /* Ensures video covers the container */
  top: 0;
  left: 0;
  height: 100%;
  position: absolute;
}

/* Partership Section */
.section-partnership {
  position: relative;
  background-image: url(../img/assets-home/sec-part-bg.webp);
  background-color: #eff2f4;
  background-repeat: no-repeat;
  background-size: cover;
}

.partnership-content-container .sec-subcontent-wrapper .sec-subcontent {
  margin-top: 5%;
  margin-bottom: 5%;
  line-height: 1.5;
  padding-right: 5%;
}

.partnership-points-wrapper .p-point-row {
  width: 85%;
  padding: 13px;
  border-radius: 13px;
  margin-bottom: 5px;
}
.partnership-points-wrapper .point-title {
  font-weight: 600;
}

.empowered-clients {
  background: rgb(91, 36, 231);
  background: linear-gradient(
    90deg,
    rgba(91, 36, 231, 0.1) 0%,
    rgba(41, 217, 228, 0.1) 100%
  );
}

.tailored-solutions {
  background: rgb(36, 123, 231);
  background: linear-gradient(
    90deg,
    rgba(36, 123, 231, 0.1) 0%,
    rgba(41, 217, 228, 0.1) 100%
  );
}

.diverse-industries {
  background: rgb(91, 36, 231);
  background: linear-gradient(
    90deg,
    rgba(91, 36, 231, 0.1) 0%,
    rgba(41, 217, 228, 0.1) 100%
  );
}

.customer-statisfaction {
  background: rgb(36, 123, 231);
  background: linear-gradient(
    90deg,
    rgba(36, 123, 231, 0.1) 0%,
    rgba(41, 217, 228, 0.1) 100%
  );
}
.partnership-points-wrapper .icn-point {
  width: 50px;
  text-align: center;
  height: 50px;
  display: flex;
  align-items: center;
}
.partnership-points-wrapper .icn-point img {
  display: block;
  max-width: 100%;
}

.point-score {
  font-weight:600;
  color: #623ad2;
}

.sec-figur-group-container {
  position: relative;
}
.sec-figur-group-container .figure-left {
  margin-top:10%;
  max-width: 45%;
}
.sec-figur-group-container .figure-right {
  margin-top: 10%;
  max-width: 55%;
  padding-bottom: 13.5%;
}

.sec-figur-group-container .figure-wrapper {
  position: relative;
  border-radius: 20px;
}

.sec-figur-group-container .figure-wrapper .figure-inner img {
  border-radius: 20px;
}

.sec-figur-group-container .figure-wrapper.figure-bottom {
  border-right: 8px solid #f8ffff;
  position: absolute;
  bottom: 0;
  width: 61%;
  border-top: 8px solid #f8ffff;
}

/* Partership Section end */

/* Let's Talk Section Start */





/* lets-connect btn  */
.talk-inner-content{
position: relative;
padding-left: 50%;
}


.talk-figure-wrapper{
  width: 50%;
  position: absolute;
  left: 0;
}

.talk-figure-wrapper-inner img{
width: 70%;
height: 100%;
border-radius: 20%;
}

.talk-point-icn {
  background-color: #cff2fc;
  padding: 10px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
.talk-point-icn.work-together-icn{
  padding:8px;
}

.talk-point-row{
  padding-right:7%
}
.talk-point-detail{
  position: relative;
}
.talk-point-heading {
  font-weight: 500;
  margin-bottom: 10px;
}
.talk-point-content{
  margin-bottom: 7%;
  line-height: 1.6;
}
.lets-connect-btn{
  background: rgb(7, 79, 187);
  background: linear-gradient(90deg, rgba(7, 79, 187, 1) 0%, rgba(21, 128, 195, 1) 100%);
  color:#ffffff;
  border-radius:50px;
  padding: 12px 35px;
  font-family: "poppins", serif;
  font-weight:500;
  /*box-shadow: 8px 8px 2px 1px rgba(16, 166, 212, 0.226);*/
  transition:all 0.5s ease-in;
  position:relative;
}
.lets-connect-btn:before{
  content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 4%;
    top: 14%;
    border-radius: calc(40px + 4vw);
    background-color:rgba(157, 163, 194, 0.14);
    z-index: -1;
}
.lets-connect-btn:hover{
  background: rgb(10,167,206);
  background: linear-gradient(90deg, rgba(10,167,206,1) 0%, rgba(9,200,228,1) 100%);
  color:#ffffff;
  transition:all 0.5s ease-in;
}

/* Let's Talk Section End */

/*contact Us*/
.contactus-content-outter-wrapper{
  background:url('../img/assets-contactus/ContactUs-bg.webp') #1d0833 no-repeat;
  background-size:cover;
  background-position:top center;

}
.contactus-content-inner-wrapper {
  padding-right: 48%;
  color: #fff;
  position: relative;
}

/* Footer Section Start*/

.footer-top{
  background-color: #f5fafb;
    padding: 40px 0;
    font-weight: 400;
    text-align:center;
}
.footer-logo-wrapper{
padding: 10px;
}
.footer-address-wrapper{
  padding: 10px 0;
}
.phonenumber-email-wrapper{
  margin-bottom:20px;
}
.ft-bottom-nav{
  padding:0;
  margin:0;
  list-style:none;
}
.ft-bottom-nav li{
  list-style:none;
  margin-right:15px;
  display:inline-block;
}
.ft-bottom-nav li a{
  color:#000;
  text-decoration:none;
  transition:0.3s ease-in;
}
.ft-bottom-nav li a:hover{
  color:#074fbb;
}
.ft-icn{
  width:20px;
}
.footer-logo-wrapper>img {
  zoom:0.8;
}


.footer-bottom{
  background-color: #eaf2f4;
  padding: 20px 0;
}


/* Footer Section End */
/* global classes and style */
.sec-gutter-top-30 {
  padding-top:30px;
}
.sec-gutter-bottom-30 {
  padding-bottom:30px;
}
.sec-gutter-top-40 {
  padding-top: 40px;
}
.sec-gutter-bottom-40 {
  padding-bottom: 40px;
}
.sec-gutter-top-50 {
  padding-top: 50px;
}
.sec-gutter-bottom-50 {
  padding-bottom: 50px;
}
.sec-gutter-top-60 {
  padding-top: 60px;
}
.sec-gutter-bottom-60 {
  padding-bottom: 60px;
}
.sec-gutter-top-80 {
  padding-top: 80px;
}
.sec-gutter-bottom-80 {
  padding-bottom: 80px;
}

.sec-gutter-top-100 {
  padding-top: 100px;
}
.sec-gutter-bottom-100 {
  padding-bottom: 100px;
}
.sec-gutter-top-120 {
  padding-top: 120px;
}
.sec-gutter-bottom-120 {
  padding-bottom: 120px;
}
.link{
  text-decoration:none;
}
.link:hover{
  color:#127dd7;
}
.color-inherit{
  color:inherit;
}
.color-white{
  color:#ffffff;
}
.fs-14{
  font-size: calc(14px - 0.2vw);
}
.fs-15{
  font-size: calc(15px - 0.2vw);
}
.fs-16{
  font-size: calc(16px - 0.2vw);
}
.fs-18{
  font-size: calc(18px - 0.2vw);
}
.fs-20{
  font-size: calc(20px - 0.2vw);
}
.fs-22{
  font-size: calc(22px - 0.2vw);
}
.fs-24{
  font-size: calc(24px - 0.2vw);
}
.fs-26{
  font-size: calc(26px - 0.2vw);
}
.fs-28{
  font-size: calc(28px - 0.2vw);
}
.fs-30{
  font-size: calc(30px - 0.2vw);
}
.fs-32{
  font-size: calc(32px - 0.2vw);
}
.fs-34{
  font-size: calc(34px - 0.2vw);
}
.fs-36{
  font-size: calc(36px - 0.2vw);
}
.sec-heading.fs-45, .fs-45{
  font-size: calc(45px - 0.2vw);
}
.hc-100{
  height:calc(100%);
}
.sec{
  position:relative;
}
.sec-min-height-100{
  min-height:100vh;
}
.select2-container{
  display:block;
  width:100%;
}
.w-80{
  width:80%;
}
/*country select*/
.country-select{
  width:100%;
}

/*form*/
.form-group{
  margin-bottom:calc(0.1rem + 0.4vw);
}
.form-control{
  border-radius:0;
}
.form-control::placeholder { color: #aab1b5; }           /* Standard */
.form-control::-webkit-input-placeholder { color: #aab1b5; }  /* Chrome/Safari */
.form-control::-moz-placeholder { color: #aab1b5; }      /* Firefox */
.form-control:-ms-input-placeholder { color: #aab1b5; }  /* IE 10+ */
.form-control:-moz-placeholder { color: #aab1b5; }       /* Older Firefox */
textarea {
  resize: none;
}
/* global classes and style  end*/

.slick-slider .slick-next,
.slick-slider .slick-prev {
  position: absolute;
  font-size: 0;
  background: none;
  backface-visibility: hidden;
  appearance: none;
  box-shadow: none;
  border: 0;
  z-index:1;
  transition:all 0.3s ease-in;
}

.slick-slider .slick-next{
  height:100%;
  left:0;
  top:0
}
.slick-slider .slick-prev{
  height:100%;
  right:0;
  top:0
}
.slick-slider .slick-next:before,
.slick-slider .slick-prev:before{
  content: '';
    display: block;
    -webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" viewBox="0 0 324 324" enable-background="new 0 0 324 324" xml:space="preserve"><path fill-rule="evenodd" clip-rule="evenodd" d="M211.557,320.443c9.782-9.72,20.4-20.27,31.45-31.249  c-42.25-41.929-84.736-84.093-127.438-126.471c43.29-42.99,85.701-85.107,127.813-126.928  c-11.478-11.468-22.139-22.121-32.218-32.193C158.452,56.031,105.229,108.968,52.013,161.898  C105.296,214.848,158.556,267.773,211.557,320.443z"/></svg>');
    mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px"  viewBox="0 0 324 324" enable-background="new 0 0 324 324" xml:space="preserve"><path fill-rule="evenodd" clip-rule="evenodd" d="M211.557,320.443c9.782-9.72,20.4-20.27,31.45-31.249  c-42.25-41.929-84.736-84.093-127.438-126.471c43.29-42.99,85.701-85.107,127.813-126.928  c-11.478-11.468-22.139-22.121-32.218-32.193C158.452,56.031,105.229,108.968,52.013,161.898  C105.296,214.848,158.556,267.773,211.557,320.443z"/></svg>');
    background-color: #6b6cd6;
    width:40px;
    height:40px;
    position: absolute;
    top: 20%;
    background-repeat: no-repeat;
    opacity: 0.5;

}
.slick-prev:before{
  transform: rotate(-180deg);
  right:0;
}
.slick-next:before{
  left:0;
}

/*figure box*/

.figure-clip-box{
  position:relative;
  background:#ffffff;
  padding:1.5vw;
  border-radius:calc(2px + 0.8vw);
  box-shadow: 0px 0px 20px rgba(169, 224, 255, 0.45);
  margin-bottom:calc(1.5rem * 0.5);
  margin-top:calc(1.5rem * 0.5);
}
.figure-clip-box .clip-figure-wrapper{
  overflow:hidden;
  border-radius:calc(2px + 0.8vw);
}
.figure-clip-box .figure-clip-box-content-wrapper {
  position: absolute;
  bottom: 2%;
  width: 85%;
  left: 0;
  right:0;
  margin:0 auto;
  background: #ffffff;
  border-radius: calc(2px + 0.6vw);
}

.figure-clip-box .figure-clip-box-heading-wrapper {
  position: relative;
  padding: 2.3%;
  transition:all 0.3s ease-in;
}


.figure-clip-box .figure-clip-box-heading-wrapper .figure-clip-box-heading{
  padding-right:20px;
}


/*
.figure-clip-box .figure-clip-box-heading-wrapper:after {
  content: '';
  display: block;
  position: absolute;
  width: 23px;
  height: 11px;
  background: url(../img/assets-about/box-heading-arrow.webp) no-repeat;
  background-size: 100%;
  right:2%;
  top: 50%;
  transform: translate(0px, -50%);
}
.figure-clip-box .figure-clip-box-content-wrapper:hover{
  background:rgba(255,255,255,0.93) !important;
  transition:all 0.3s ease-in;
  cursor:pointer;
}
.figure-clip-box .figure-clip-box-content-wrapper .content-clip-box{
  height:0;
  overflow:hidden;
  transition:all 0.3s ease-in;
}
.figure-clip-box .figure-clip-box-content-wrapper:hover .content-clip-box{
  height:auto;
  transition:all 0.3s ease-in;
  padding-bottom: calc(2rem* 0.5);
}*/


.p-list{
  margin:0;
  padding:0;
  list-style:none;
}
.p-list li:not(.d-inline-block){
  display:block;
  padding: 0rem 1rem;
  margin-bottom: calc(1.5rem* 0.5);
}


/*Page Header*/
.pageheader .pageheading-wrapper{
  position:relative;
  padding:2% 0;
}

.fw-medium{
  font-weight:500 !important;
}
.file-attached-error,
.has-error-contactnumber,
.numberInValid,
.iti__tel-input.numberInValid.text-success,
.has-danger, .form-group.has-error .form-control {
    border-color: red !important;
    color:red !important;
}
.iti__tel-input.numberValid.text-success {
    color: #198754 !important;
}
.file-attached-error,
.has-error-contactnumber,
.form-group label.has-error {
    font-size:11px;
    font-weight:500;
}

@media screen and (min-width: 1700px) {
  body {
    font-size: calc(1vw);
  }
  p {
    margin-bottom: 1.3vw;
  }
  .fs-14{
    font-size:0.7vw;
  }
  .fs-15{
    font-size:0.75vw;
  }
  .fs-16{
    font-size:0.9vw;
  }
  .fs-18{
    font-size: 1vw;
  }
  .fs-20{
    font-size:1.1vw;
  }
  .fs-22{
    font-size:1.2vw;
  }
  .fs-24{
    font-size:1.3vw;
  }
  .fs-26{
    font-size:1.4vw;
  }
  .fs-28{
    font-size:1.5vw;
  }
  .fs-30{
    font-size:1.6vw;
  }
  .fs-32{
    font-size:1.7vw;
  }
  .fs-34{
    font-size:1.8vw;
  }
  .fs-36{
    font-size:1.9vw;
  }
  .sec-heading.fs-45, .fs-45{
    font-size:2.3vw;
  }
  .sec-gutter-top-30 {
    padding-top: calc(30px + 1.5vw);
  }
  .sec-gutter-bottom-30 {
    padding-bottom:calc(30px + 1.5vw);
  }
  .sec-gutter-top-40 {
    padding-top: calc(40px + 1.5vw);
  }
  .sec-gutter-bottom-40 {
    padding-bottom:calc(40px + 1.5vw);
  }
  .sec-gutter-top-50 {
    padding-top:calc(50px + 1.5vw);
  }
  .sec-gutter-bottom-50 {
    padding-bottom:calc(50px + 1.5vw);
  }
  .sec-gutter-top-60 {
    padding-top:calc(60px + 1.5vw);
  }
  .sec-gutter-bottom-60 {
    padding-bottom: calc(60px + 1.5vw);
  }
  .sec-gutter-top-80 {
    padding-top: calc(80px + 1.5vw);
  }
  .sec-gutter-bottom-80 {
    padding-bottom:calc(80px + 1.5vw);
  }
  
  .sec-gutter-top-100 {
    padding-top:calc(100px + 1.5vw);
  }
  .sec-gutter-bottom-100 {
    padding-bottom:calc(100px + 1.5vw);
  }
  .sec-gutter-top-120 {
    padding-top:calc(120px + 1.5vw);
  }
  .sec-gutter-bottom-120 {
    padding-bottom:calc(120px + 1.5vw);
  }
  
  /*.pageheader .pageheading-wrapper {
    padding: 3.5% 0;
  }*/

  .main-header {
    height: auto;
  }
  .main-header .logo-header {
    width: 13vw;
    padding: 0.5vw 0;
  }
  .main-header .logo-header img {
    width: 100%;
  }
  #heade_main_nav ul li a {
    font-size: calc(0.9vw);
    margin-right: 0.3vw;
  }

  #heade_main_nav ul li:last-child a {
    margin-right: 0px;
  }
  .mainslider-txt-wrapper {
    padding: 12% 20% 12% 0;
  }
  .pageheader .pageheading{
    font-size: calc(4.8vw);
  }
  .mainslider-item .heading {
    font-size: calc(4.8vw);
  }
  
  .mainslider-item .subheading {
    font-size: 1.8vw;
    margin-bottom: 1vh;
  }
  .mainslider-item .txt-slide-content {
    margin-top: 5vh;
    margin-bottom: 6vh;
  }
  #find-out-more {
    padding: 0.8vw 1.6vw;
  }

  .banner-strip-top {
    bottom: -11%;
  }
  .strip-item img {
    min-width: 20%;
  }
  .strip-item .strip-item-title {
    margin-top: 3%;
  }
  .strip-items {
    padding: 1.5% 0% 1.5% 0%;
  }

  
  .sec-heading-wrapper {
    margin-top:2%;
  }
  .section-partnership .sec-heading-wrapper {
    margin-top: 5%;
  }
  

  .sec-heading {
    font-size: calc(4.8vw);
  }
  

  .testimonial-items .testimonial-item {
    padding: 2vw;
  }
  .testimonial-item-inner {
    border-radius: calc(1em + 1vw);
    padding: 10% 10% 13% 10%;
    line-height: 1.5;
  }

  .testimonial-item-inner:before {
    top: 5%;
    left: 5%;
    width: 4%;
    height: 10%;
  }

  .testimonial-item-inner:after {
    right: 5%;
    bottom: 5%;
    width: 4%;
    height: 10%;
  }
  .users-detail-wrapper {
    top: -60px;
  }
  .users-detail-wrapper .user-thumb {
    width: 15%;
    height: 15%;
    padding: 2%;
  }
  .users-detail-wrapper .user-thumb:after {
    margin-top: -9%;
    margin-left: 10%;
    width: 80%;
    height: 100%;
  }

  .users-detail-wrapper .user-thumb img {
    border-radius: 50% !important;
    width: 100% !important;
    height: 100% !important;
    margin-top: -20% !important;
  }

  
 
  .sec-heading {
    font-size: calc(3.6vw);
  }
  

  .partnership-points-wrapper .icn-point img {
    max-width: 100%;
  }

  .sec-figur-group-container .figure-left {
    margin-top: 20%;
  }
  .sec-figur-group-container .figure-right {
    margin-top: 20%;
  }

  .point-score {
    font-weight: 600;
    color: #623ad2;
    
  }

  .partnership-points-wrapper .p-point-row {
    width: 90%;
    padding: 2%;
    border-radius: 0.7vw;
    margin-bottom:0.5%;
  }

  .partnership-points-wrapper .icn-point {
    width: 3vw;
    height: 3vw;

  }
  .partnership-points-wrapper .icn-point img{
    width: 100%;

  }
  .sec-figur-group-container.gap-2 {
    gap: 0.5vw !important;
  }
  .sec-figur-group-container .figure-wrapper .figure-inner img,
  .sec-figur-group-container .figure-wrapper {
    border-radius:1vw;
  }
  .sec-figur-group-container .figure-wrapper.figure-bottom{
    border-right: calc(5px + 0.4vw) solid #f8ffff;
    border-top: calc(5px + 0.4vw) solid #f8ffff;
  }
  .talk-point-icn.work-together-icn,
  .talk-point-icn {
    padding: 15%;
    width: 2.5vw;
    height: 2.5vw;
  }
  .talk-figure-wrapper{
    top:-3%;
  }
  .talk-figure-wrapper .talk-figure-wrapper-inner svg{
    width:80%;
  }
  

.lets-connect-btn{
  padding: 0.8vw 1.9vw;
  font-size: calc(1.3vw);
  font-weight: 600;
  /*box-shadow: 20px 20px 10px 12px rgba(16, 166, 212, 0.226);*/
}



/*Footer*/
.footer-top{
  background-color: #f5fafb;
    padding: 4% 0;
    font-weight: 400;
}
.footer-logo-wrapper img{
    width: 20%;
}
.footer-address-wrapper{
  padding: 0.8vw;
}
.footer-top-content .ft-icn{
  width: 1vw;
}
.footer-logo-wrapper>img {
  zoom:0.9;
}
.footer-socialmedia-wrapper  a{
  display:inline-block;
  width: 2.3vw;
}
.footer-socialmedia-wrapper  a img{
  width:100%
}
.footer-bottom {
  padding: 1% 0;
}

}

/* max-width: 1200px */
@media screen and (max-width: 1200px) {
  #heade_main_nav ul li a,
  body {
    font-size: 15px;
  }
  .pageheader .pageheading{
    font-size: calc(60px - 0.2vw);
  }
  .mainslider-item .heading {
    font-size: calc(60px - 0.2vw);
  }
  .fs-14{
    font-size: calc(12px - 0.2vw);
  }
  .fs-15{
    font-size: calc(13px - 0.2vw);
  }
  .fs-16{
    font-size: calc(14px - 0.2vw);
  }
  .fs-18{
    font-size: calc(16px - 0.2vw);
  }
  .fs-20{
    font-size: calc(18px - 0.2vw);
  }
  .fs-22{
    font-size: calc(20px - 0.2vw);
  }
  .fs-24{
    font-size: calc(20px - 0.2vw);
  }
  .fs-26{
    font-size: calc(20px - 0.2vw);
  }
  .fs-28{
    font-size: calc(22px - 0.2vw);
  }
  .fs-30{
    font-size: calc(22px - 0.2vw);
  }
  .fs-32{
    font-size: calc(24px - 0.2vw);
  }
  .fs-34{
    font-size: calc(24px - 0.2vw);
  }
  .fs-36{
    font-size: calc(26px - 0.2vw);
  }
  .sec-heading.fs-45, .fs-45{
    font-size: calc(32px - 0.2vw);
  }
  .banner-strip-top {
    bottom: -10%;
  }
  .sec-heading {
    font-size: calc(3.4vw);
  }
  .testimonials-content-container .sec-heading-wrapper{
    margin-top:0%;
  }
  .users-detail-wrapper .user-thumb{
    width:60px;
    height:60px;
  }
  .users-detail-wrapper .user-thumb img{
    width:54px;
    height:54px;
  }
  .partnership-points-wrapper .p-point-row {
    width: 90%;
    padding: 9px 15px;
    border-radius: calc(13px - 0.4vw);
    margin-bottom: 4px;
  }
  .partnership-points-wrapper .icn-point{
    width: 40px;
    height: 40px;
  }
  .sec-figur-group-container .figure-left {
    margin-top: 10%;
  }
  .sec-figur-group-container .figure-right {
    margin-top: 10%;
  }
  .footer-top-content .ft-icn {
    width: 17px;
    min-width:17px;
  }
  .footer-socialmedia-wrapper .link {
    display: inline-block;
    width: 34px;
  }
  .footer-socialmedia-wrapper .link img{
    width:100%;
  }
  .footer-logo-wrapper>img{
    zoom: 0.7;
  }
  .talk-point-icn{
    padding: 8px;
    width: 40px;
    height: 40px;
  }
}

@media screen and (max-width: 1100px) {
  body {
    font-size: 14px;
  }
  .strip-item img {
    zoom: 0.7;
  }
  .pageheader .pageheading{
    font-size: calc(50px - 0.2vw);
  }
  .mainslider-item .heading {
    font-size: calc(50px - 0.2vw);
  }
  
  .banner-strip-top {
    bottom: -9%;
  }
  .sec-heading {
    font-size: calc(60px - 2vw);
  }
  .sec-figur-group-container{
    padding:0;
  }
  .sec-figur-group-container .figure-wrapper .figure-inner img,
  .sec-figur-group-container .figure-wrapper img,
  .sec-figur-group-container .figure-wrapper{
    border-radius: 12px;
  }
  .sec-figur-group-container .figure-wrapper.figure-bottom{
    border-right: 6px solid #f8ffff;
    border-top: 6px solid #f8ffff;
  }
}
@media screen and (max-width: 1050px) {
  .fs-24,
  .fs-22{
    font-size: calc(18px - 0.2vw);
  }
  .fs-30,
  .fs-28,
  .fs-26{
    font-size: calc(20px - 0.2vw);
  }
  .fs-34,
  .fs-32{
    font-size: calc(22px - 0.2vw);
  }
  
  .fs-36{
    font-size: calc(24px - 0.2vw);
  }
  .sec-heading.fs-45, .fs-45{
    font-size: calc(28px - 0.2vw);
  }
  
}

/* max-width: 991px */
@media screen and (max-width: 991px) {
  .sec-gutter-top-30 {
    padding-top: calc(30px - 1vw);
  }
  .sec-gutter-bottom-30 {
    padding-bottom:calc(30px - 1vw);
  }
  .sec-gutter-top-40 {
    padding-top: calc(40px - 1vw);
  }
  .sec-gutter-bottom-40 {
    padding-bottom:calc(40px - 1vw);
  }
  .sec-gutter-top-50 {
    padding-top:calc(50px - 1vw);
  }
  .sec-gutter-bottom-50 {
    padding-bottom:calc(50px - 1vw);
  }
  .sec-gutter-top-60 {
    padding-top:calc(60px - 1vw);
  }
  .sec-gutter-bottom-60 {
    padding-bottom: calc(60px - 1vw);
  }
  .sec-gutter-top-80 {
    padding-top: calc(80px - 1vw);
  }
  .sec-gutter-bottom-80 {
    padding-bottom:calc(80px - 1vw);
  }
  
  .sec-gutter-top-100 {
    padding-top:calc(100px - 1vw);
  }
  .sec-gutter-bottom-100 {
    padding-bottom:calc(100px - 1vw);
  }
  .sec-gutter-top-120 {
    padding-top:calc(120px - 1vw);
  }
  .sec-gutter-bottom-120 {
    padding-bottom:calc(120px - 1vw);
  }
  .logo-header{
    width: 160px;
    padding: 6px 0;
  }
  #heade_main_nav ul li a, 
  body{
    font-size:13px;
  }
  .banner-strip-top {
    bottom: -10%;
  }
  .pageheader .pageheading{
    font-size:calc(60px - 0.2vw);
  }
  .sec-heading{
    font-size:calc(40px - 0.2vw);
  }
  .mainslider-item .heading{
    font-size:calc(60px - 0.2vw);
  }
  .fs-24,
  .fs-20{
    font-size: calc(16px - 0.2vw);
  }
  .fs-22{
    font-size: calc(18px - 0.2vw);
  }
  .fs-30,
  .fs-28,
  .fs-26{
    font-size: calc(18px - 0.2vw);
  }
  
  .fs-36,
  .fs-34,
  .fs-32{
    font-size: calc(20px - 0.2vw);
  }
  .sec-heading.fs-45, .fs-45{
    font-size: calc(24px - 0.2vw);
  }
  .partnership-points-wrapper .icn-point{
    width: 35px;
    height: 35px;
  }
  .talk-point-icn{
    padding: 6px;
    width: 35px;
    height: 35px;
  }
  .talk-point-icn.work-together-icn{
    padding: 6px;
  }
  .testimonial-item-inner {
    height: auto;
    overflow: inherit;
  }
  .testimonial-item-inner>div {
    overflow:inherit;
    height: calc(100%);
  }
  .contactus-content-inner-wrapper {
    padding-right:0%;
  }
  
  
}
@media screen and (max-width: 850px) {
  .pageheader .pageheading{
    font-size:calc(55px - 0.2vw);
  }
  .sec-heading{
    font-size:calc(35px - 0.2vw);
  } 
  
  .mainslider-item .heading{
    font-size:calc(55px - 0.2vw);
  }
  .talk-figure-wrapper svg{
    width:100%;
  }
  .talk-point-heading {
    font-weight: 600;
  }
 
}

@media screen and (max-width: 767px) {
  body {
    font-size: 13px;
  }
  .pageheader .pageheading{
    font-size: calc(50px - 0.1vw);
  }
  .mainslider-item .heading {
    font-size: calc(50px - 0.1vw);
  }
  .mainslider-item .subheading {
    font-size: calc(20px + 0.1vw);
  }
  .banner-strip-top {
    bottom: -10%;
  }
  .partnership-content-container>.row{
    position:relative;
  }
  .partnership-points-wrapper {
    width: 50%;
  }
  .sec-figur-group-container{
    position: absolute;
    width: 50%;
    right: 0;
    bottom: -2%;
  }
  .sec-figur-group-container .figure-left,
  .sec-figur-group-container .figure-right{
    margin-top:0%;
  }
  .navbar-collapse{
    padding:0px !important;
  }
  .navbar-collapse .navbar-nav {
    width: 230px;
    background: rgb(11, 80, 182);
    background: linear-gradient(25deg, rgba(11, 80, 182, 1) 4%, rgba(4, 160, 211, 1) 100%);
    border-radius: calc(1.5rem* 0.5);
    padding: calc(2rem* 0.5) 0px;
    max-height: 82vh;
    overflow: auto;
    overflow-x: hidden;
  }
  .navbar-collapse .navbar-nav>.nav-item>a:after{
    display:none !important;
  }
  .nav-item.has-submenu:not(.open-submenu)>.nav-submenu{
    display:none;
    height:0;
    overflow:hidden;
    transition:all 0.5s ease-in;
  }
  .nav-item.has-submenu.open-submenu>.nav-submenu{
    background:rgba(0,0,0, 0.1) !important;
    border-radius:0px;
    padding:0 0px 0 10px;
    height:auto;
    position:relative;
    left:inherit;
    top:inherit;
    opacity:1;
    visibility:visible;
    z-index:inherit;
  }


  .navbar-collapse .navbar-nav>.nav-item>a{
    display: block;
    padding: calc(1rem* 0.5) calc(1.3rem* 0.5);
    margin-bottom: calc(0.5rem* 0.5);
  }
  


  .navbar-collapse .navbar-nav>.nav-item>a:hover,
  .navbar-collapse .navbar-nav>.nav-item>a.active {
    background: rgba(0, 8, 34, 0.21);
  }
  .d-driven-decisions-section.sec-min-height-100{
    min-height:auto !important;
  }
}

@media screen and (max-width: 650px) {
  .fs-24,
  .fs-20{
    font-size: calc(15px - 0.2vw);
  }
  .fs-22{
    font-size: calc(17px - 0.2vw);
  }
  .fs-30,
  .fs-28,
  .fs-26{
    font-size: calc(17px - 0.2vw);
  }
  
  .fs-36,
  .fs-34,
  .fs-32{
    font-size: calc(18px - 0.2vw);
  }
  .sec-heading.fs-45, .fs-45{
    font-size: calc(20px - 0.2vw);
  }
  .sec-gutter-top-60 {
    padding-top: 40px;
  }
  .sec-gutter-bottom-60 {
    padding-bottom: 40px;
  }
  .sec-gutter-top-80 {
    padding-top: 60px;
  }
  .sec-gutter-bottom-80 {
    padding-bottom: 60px;
  }
  
  .sec-gutter-top-100 {
    padding-top: 80px;
  }
  .sec-gutter-bottom-100 {
    padding-bottom: 80px;
  }
  .sec-gutter-top-120 {
    padding-top: 100px;
  }
  .sec-gutter-bottom-120 {
    padding-bottom: 100px;
  }
  .partnership-points-wrapper .p-point-row{
    width: 96%;
  }
  .sec-figur-group-container{
    bottom: -2%;
  }
  .mainslider-item .txt-slide-content br {
    display: none;
  }
  .topheader-banner {
    min-height: auto;
  }
  .mainslider-txt-wrapper {
    padding: 26% 5% 35% 0;
  }
  #find-out-more {
    padding: 10px 20px;
  }
}
/* max-width: 600px */
@media screen and (max-width: 600px) {
  .sec-gutter-top-60 {
    padding-top: 30px;
  }
  .sec-gutter-bottom-60 {
    padding-bottom: 30px;
  }
  .sec-gutter-top-80 {
    padding-top: 40px;
  }
  .sec-gutter-bottom-80 {
    padding-bottom: 40px;
  }
  
  .sec-gutter-top-100 {
    padding-top: 60px;
  }
  .sec-gutter-bottom-100 {
    padding-bottom: 60px;
  }
  .sec-gutter-top-120 {
    padding-top: 70px;
  }
  .sec-gutter-bottom-120 {
    padding-bottom: 70px;
  }
  .inner-container {
    padding: 0 1vw;
  }
  
  
  .footer-top.fs-16,
  .body{
    font-size:12px;
  }
  .footer-bottom.fs-15
  {
    font-size:11px;
  }
 
  .talk-inner-content .sec-heading-wrapper{
    text-align:center;
  }
  .pageheader .pageheading{
    font-size:calc(30px - 0.2vw);
  }
  .sec-heading, .mainslider-item .heading{
    font-size:calc(30px - 0.2vw);
    margin-bottom: 15px;
  }
  
  .mainslider-item p {
    margin-top: 5vh;
    margin-bottom: 6vh;
  }

  .strip-item image {
    width: 20px;
    height: 20px;
  }

  .testimonial-item-inner{
    padding:40px 30px 40px 30px;
  }
  .testimonial-item-inner:after,
  .testimonial-item-inner:before{
    width: 20px;
    height: 20px;
  }
  .partnership-points-wrapper .icn-point img {
    width: 100%;
  }
  .partnership-content-container .sec-subcontent-wrapper .sec-subcontent{
    text-align:center;
  }
  .sec-figur-group-container .figure-left {
    margin-top: 10%;
  }
  .sec-figur-group-container .figure-right {
    margin-top: 10%;
  }
  .talk-point-icn {
    padding: 5px;
    width: 30px;
    height: 30px;
  }
  .talk-point-icn.work-together-icn{
    padding: 4px;
  }
  
  .talk-point-content{
    line-height: 1.5;
  }
  .talk-list-section .lets-connect-btn-wrapper{
    text-align:center;
  }
  .talk-list-section .lets-connect-btn-wrapper .lets-connect-btn{
    padding: 10px 25px;
  }
  .sec-figur-group-container{
    display: none !important;
  }
  .partnership-points-wrapper {
    width: 100%;
  }
  .partnership-content-container .sec-heading {
    text-align: center;
  }
  .talk-inner-content {
    padding-left: 4vw;
    padding-right: 0;
  }
  
  .talk-figure-wrapper {
    display: none;
  }
  .footer-address-wrapper .ft-address.text-start {
    text-align: center !important;
  }
  .footer-address-wrapper,
  .phonenumber-email-wrapper {
    justify-content: center !important;
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .footer-logo-wrapper>img {
    zoom: 0.6;
  }
  .strip-items{
    padding:10px;
  }
  .testimonials-content-container .sec-heading-wrapper{
    margin-top:10%;
  }
  .slick-slider .slick-next:before,
  .slick-slider .slick-prev:before{
    width:30px;
    height:30px;
  }
  .testimonial-items {
    padding-left:30px;
    padding-right: 30px;
  }
  .footer-address-wrapper>.align-items-center{
    width: auto;
    display: inline-block !important;

  }
  .footer-address-wrapper>.align-items-center .ft-icn{
    display: inline-block;
    vertical-align: top;
  }

  .footer-address-wrapper>.align-items-center .ft-address{
    display: inline-block;
    width: 70%;
  }
 

}


@media screen and (max-width: 320px) {
  .sec-heading {
    font-size: 23px;
  }
  .partnership-points-wrapper .icn-point {
    width: 35px;
    height: 40px;
  }
  .partnership-points-wrapper .icn-point img {
    margin: 0 auto;
    width: 100%;
    height: 100%;
  }
  .partnership-points-wrapper .p-point-row {
    width: 80%;
    padding: 6px;
  }
  .point-score {
    font-weight: 600;
  }
.talk-point-icn {
  padding: 5px;
  width: 30px;
  height: 30px;
}
.talk-point-icn.work-together-icn{
  padding: 4px;
}



.talk-point-content{
  line-height: 1.3;
  font-size: calc(8px - 0.2vw);
}
.lets-connect-btn{
  padding: 10px 20px;
}

}
