@font-face {
    font-family: 'MonaSans_ExpandedMedium';
    src: url('../fonts/MonaSans_ExpandedMedium.eot');
    src: url('../fonts/MonaSans_ExpandedMedium.eot') format('embedded-opentype'),
         url('../fonts/MonaSans_ExpandedMedium.woff2') format('woff2'),
         url('../fonts/MonaSans_ExpandedMedium.woff') format('woff'),
         url('../fonts/MonaSans_ExpandedMedium.ttf') format('truetype'),
         url('../fonts/MonaSans_ExpandedMedium.svg#MonaSans_ExpandedMedium') format('svg');
  font-style: normal;
  font-display: block;
}
@font-face {
    font-family: 'MonaSans_ExpandedSemiBold';
    src: url('../fonts/MonaSans_ExpandedSemiBold.eot');
    src: url('../fonts/MonaSans_ExpandedSemiBold.eot') format('embedded-opentype'),
         url('../fonts/MonaSans_ExpandedSemiBold.woff2') format('woff2'),
         url('../fonts/MonaSans_ExpandedSemiBold.woff') format('woff'),
         url('../fonts/MonaSans_ExpandedSemiBold.ttf') format('truetype'),
         url('../fonts/MonaSans_ExpandedSemiBold.svg#MonaSans_ExpandedSemiBold') format('svg');
  font-style: normal;
  font-display: block;
}
@font-face {
    font-family: 'MonaSans_ExpandedExtraBold';
    src: url('../fonts/MonaSans_ExpandedExtraBold.eot');
    src: url('../fonts/MonaSans_ExpandedExtraBold.eot') format('embedded-opentype'),
         url('../fonts/MonaSans_ExpandedExtraBold.woff2') format('woff2'),
         url('../fonts/MonaSans_ExpandedExtraBold.woff') format('woff'),
         url('../fonts/MonaSans_ExpandedExtraBold.ttf') format('truetype'),
         url('../fonts/MonaSans_ExpandedExtraBold.svg#MonaSans_ExpandedExtraBold') format('svg');
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?du88xl');
  src:  url('../fonts/icomoon.eot?du88xl#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?du88xl') format('truetype'),
    url('../fonts/icomoon.woff?du88xl') format('woff'),
    url('../fonts/icomoon.svg?du88xl#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-nwwhtphn:before {
  content: "\e90b";
  color: #fff;
}
.icon-nwwhtmail:before {
  content: "\e90c";
  color: #fff;
}
.icon-projectdetail:before {
  content: "\e906";
}
.icon-companyname:before {
  content: "\e907";
}
.icon-phone:before {
  content: "\e908";
}
.icon-email:before {
  content: "\e909";
}
.icon-name:before {
  content: "\e90a";
}
.icon-linekdin:before {
  content: "\e900";
  color: #f5efe5;
}
.icon-youtube:before {
  content: "\e901";
  color: #f5efe5;
}
.icon-twiter:before {
  content: "\e902";
  color: #f5efe5;
}
.icon-facebook:before {
  content: "\e903";
  color: #f5efe5;
}
.icon-insta:before {
  content: "\e904";
  color: #f5efe5;
}
.icon-arrow:before {
  content: "\e905";
}

:root {
  --primary-font:"DM Sans", serif;
  --secondary-font:"Boldonse", system-ui;
  --black: #000;
  --black-100: #071c35;
  --black-200: #455568;
  --white: #fff;
  --gray-100: #e2e2e3;
  --gray-200: #939393;
  --gray-300: #c3c3c3;
  --gray-400: #f8f9fb;
  --gray-500: #f3f5f8;
  --gray-600: #e6e8ec;
  --orange: #f7941d;
  --orange-100: #ff8c00;

  --transition: all 0.5s ease-in-out;
}
*{margin:0px; padding:0px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
html{ width:100%; height:100%; margin:0px; padding:0px; overflow-x: hidden; font-size: 62.5%; -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;  text-rendering: optimizeLegibility; }
body{ margin:0px; padding:0px;  font-family: var(--primary-font); font-size:0.78vw; color:#000000; line-height:0.78vw; background:#fff; font-optical-sizing: auto; overflow-x: hidden !important; }
p{ margin:0px; padding:0px 0 1.56vw 0;  font-family: var(--primary-font); font-size:0.94vw; color:#000000; line-height:1.25vw; font-weight: 400;  }
h1{ margin: 0px; padding: 0px;  }
h2{ margin: 0px; padding: 0px;  }
h3{ margin: 0px; padding: 0px;  }
h4{ margin: 0px; padding: 0px;  }
h5{ margin: 0px; padding: 0px;  }
h6{ margin: 0px; padding: 0px;  }

address, blockquote, dd, div, dl, dt, fieldset, form, frame, frameset,figure{ margin:0; padding:0; border: 0px; outline: none; }
label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin:0px; padding:0; outline:none; border:0;}
a{ text-decoration:none; border: 0px; outline: none; transition: all .5s;}
a:hover, a:focus, a:active{ text-decoration:none; border: 0px; outline: none; transition: all .5s;}

a img{ border:none; outline: none;}
a:focus {outline:none; } 
border{ border-collapse:collapse;}
hr{ height:1px; background:#333333; border:none;}
.clear{ clear:both;}
.left{ float:left;}
.right{ float:right;}
.clearfix:before,
.clearfix:after { content: " "; display: table;}
.clearfix:after { clear: both;}
/* .clearfix { *zoom: 1; clear: both;} */
img { max-width: 100%; height: auto;}
::-moz-selection { color: #fff; background: #002B5C; -webkit-text-fill-color: #fff;}
::selection {color: #fff; background: #002B5C; -webkit-text-fill-color: #fff;}

/**** header css ***/
.site-header{padding:1.2vw 0 0; position: fixed; top:0; left:0; background: transparent; width:100%; z-index:3; -webkit-transition: all 0.5s ease;
  -moz-transition: position 10s; -ms-transition: position 10s;-o-transition: position 10s;  transition: all 0.5s ease;}
.site-header.fixed{ background: rgba(255,255,255,1);  padding:0.40vw 0;}
@keyframes smoothScroll {
	0% {
		transform: translateY(-2.08vw);
	}
	100% {
		transform: translateY(0);
	}
}
body.logged-in .site-header{top:3.2rem;}
.inner-header{display: flex; align-items:center; justify-content:space-between;}
.button{padding:0.90vw 1.67vw; border:0.05vw solid var(--black) !important; font-size:0.94vw; line-height:0.65vw; font-weight: 700; color:var(--black); border-radius:1.56vw;  position: relative; overflow: hidden; cursor:pointer; z-index:1; transition:0.5s; text-transform: uppercase; display: inline-block; text-align: left;}

.white_button{border:0.05vw solid var(--white) !important; color:var(--white);}
.button span.absarrw{position: absolute; right:1.7rem; top: 1.3rem;}
.button span.absarrw:before{transition:0.5s;}
.white_button span.absarrw:before{color:var(--white);}
.talk_button{ background: #000; border: 0.05vw solid #000 !important; color:var(--white);}
.talk_button span.absarrw:before{color:var(--white);}
.join_button span.absarrw:before{color:var(--white);}
/* .join_button{margin-right:2.6rem;} */
.right-header{display: flex; align-items:center; justify-content:flex-end; }
/* .menu_button{ display: flex; align-items:center; justify-content:center; } */
.menu_button {display: none;}
.toggle_button{width:5.3rem; height:5.3rem; display: flex; align-items:center; justify-content:center;  background: linear-gradient(139deg, #21E9F0 5.67%, #0C92EF 99.13%); border-radius:50%; border:none; outline:none; transition:var(--transition);}
.menu_text{font-size: 1.4rem; font-family: var(--primary-font); font-weight: 600; margin-right: 1.6rem;}
.menu_button:hover .toggle_button{background:linear-gradient(139deg, #0C92EF 5.67%, #21E9F0 99.13%);}
.site-logo{display: flex; align-items:center; }
.site-logo a svg{width:4.11vw; height:3.49vw; transition:0.5s;}
.site-logo span{color: #000; font-feature-settings: 'liga' off, 'clig' off; font-size: 1.2vw;  font-style: normal;  font-weight: 500;  line-height: 0px;  letter-spacing: 0.42vw; margin-left:0.57vw; text-transform: uppercase; position: relative; top:0.26vw;}
.site-logo span.tagline{display: none;}
.site-header.fixed .site-logo a svg {/*width: 3.80vw;*/ width:3.29vw; height: 2.90vw;}
.site-header.fixed .site-logo span {font-size: 0.70vw; margin-left: 0.37vw; letter-spacing: 0.32vw; top:0;}
.join_button{width:auto; background: #FAFAFA; border: 1px solid #FAFAFA !important; margin-right: 0.8rem;  text-align: center;  }

.site-header.fixed .button { padding: 0.70vw 1.37vw; font-size: 0.74vw;}


/* .site-side-menu-wrapper {position: fixed;	top: 50%;	transform: translateY(-50%);	right: 3rem;	z-index: 2;	cursor: pointer;}

.site-side-menu-wrapper ul {padding: 0;	margin: 0;	list-style: none;	display: flex;	flex-direction: column;	align-items: flex-end;  gap: 2rem;}

.site-side-menu-wrapper ul li a {	position: relative;  display: flex;  align-items: center;	transition: var(--transition);}

.site-side-menu {	font-family: var(--primary-font);	font-size: 2.1rem;	line-height: 2.2rem;	font-weight: 700;	color: white;	background-color: rgba(0,53,174,1);	border: 0.1rem solid rgba(255,255,255,1);	border-radius: 0.7rem;	padding: 0 1.3rem;	height: 4.4rem;	display: flex;	align-items: center;	justify-content: center;	position: relative;
	margin-right: 3.2rem;	display: none;	transition: var(--transition);}

.site-side-menu-wrapper ul li a:hover .site-side-menu {display: flex;	position: absolute;	right: 1rem;	top: 50%;	transform: translateY(-50%);	width: max-content;}

.site-side-menu::before {	content: "";	position: absolute;	top: 50%;	transform: translateY(-50%);	right: -3.4rem;	width: 0;	height: 0;	border-top: 1.5rem solid transparent;	border-left: 3.2rem solid rgb(255 255 255);	border-bottom: 1.5rem solid transparent;}

.site-side-menu::after {content: "";	position: absolute;	top: 50%;	transform: translateY(-50%);	right: -3rem;	width: 0;	height: 0;	border-top: 1.4rem solid transparent;	border-left: 3rem solid rgba(0,53,174,1);	border-bottom: 1.4rem solid transparent;}

.dotted-shape {	width: 0.8rem;	height: 0.8rem;	border-radius: 4.4rem;	background-color: rgba(12,146,239,1);	display: flex;	align-items: center;	justify-content: center;
	transition: var(--transition);	outline: 0.1rem solid transparent;	outline-offset: 0.4rem;}

.site-side-menu-wrapper ul li a:hover .dotted-shape {	outline: 0.1rem solid rgba(12,146,239,1);	transform: scale(1.3);}



.site-side-menu-wrapper ul li.active a .dotted-shape {	outline: 0.1rem solid rgba(12,146,239,1);	transform: scale(1.3);} */


.button::before { content: '';  position: absolute; width:0%; height:100%; background: #0C92EF;  left:0; top:0; z-index:-1; transition:0.5s; }
.button:hover::before {width:100%; }
.button:hover{color:var(--white); border:1px solid #0C92EF !important;}
.button:hover span.absarrw:before{color:#fff;}
/* .talk_button::before{background: #000;} */
/* .talk_button:hover{border:1px solid #000 !important;} */
.join_button:hover{border:1px solid #0C92EF !important;}


.bttn-slide-vertical .char { overflow: hidden; color: transparent;}
.bttn-slide-vertical .char:before, .bttn-slide-vertical .char:after {visibility: visible; color:var(--black); transition: transform 0.5s cubic-bezier(0.9, 0, 0.2, 1); transition-delay: calc( 0.2s + ( 0.02s * ( var(--char-index)) ) );}
.talk_button .bttn-slide-vertical .char:before, .talk_button .bttn-slide-vertical .char:after{color:var(--white);}
/* .join_button .bttn-slide-vertical .char:before, .join_button .bttn-slide-vertical .char:after{color:var(--black);} */
.bttn-slide-vertical .char:before { color: var(--white); transition-delay: calc( 0.02s * ( var(--char-index)) );}


.button:hover .char:before { transition-delay: calc( 0.2s + ( 0.02s * ( var(--char-index)) ) );}

.button:hover .char:after { transition-delay: calc( 0.02s * ( var(--char-index)) );}

.bttn-slide-vertical .char:before { transform: translateY(-100%);}

.button:hover .char:before { transform: translateY(0%);}

.button:hover .char:after { transform: translateY(100%);}

/* Bottom Navigation */
.bottom-nav { position: fixed; bottom: 0; width: 100%;  background: #111;  z-index: 1000;  display: flex;  flex-direction: column;  align-items: center;  display: none; padding:0;}

.progress-container { width: 100%;  height: 0.21vw;  background: rgba(255, 255, 255, 0.1);}

.progress-bar {  height: 0.21vw;  background:linear-gradient(90deg, #FEE13E 0%, #9BFA73 17.14%, #595BF6 33.15%, #FF4D59 58.32%, #29D6FD 93.82%);  width: 0%; transition: width 0.25s ease;}

.bottom-nav ul {  display: flex;  justify-content: space-between;  padding:0.26vw 1.04vw; margin:0;}

.bottom-nav ul li {  list-style: none;  margin: 0 1.04vw;  cursor: pointer;    transition: color 0.3s;}
.bottom-nav ul li a{  color: #FFF; font-feature-settings: 'liga' off, 'clig' off; font-size: 0.78vw; font-style: normal; font-weight: 500; line-height: 1.15vw; text-transform: capitalize; }

.bottom-nav ul li.active a {  color: #00e9ee; }

/**banner **/
.total-banner-video-wrapper{position: relative; overflow:hidden;}
.banner-video {  width: 100%; /* height: 100%; */   position: absolute;  right: -32%;  top: -2%;  display: block;  background-color: transparent;  object-fit: cover;  transform: rotate(184deg);}
/* .total-banner-video-wrapper:before{content:""; width:100%; height:100%; background: url('../images/banner-new-video-bg.svg')0 0 no-repeat; position: absolute; left:0; top:0; position: absolute; z-index:1;} */

.banner{height:100vh; position: relative; overflow:hidden; }


/* body.logged-in .banner{height:calc(100vh - 12.2rem);} */
.tringle{margin:0 auto; position: absolute; left:0; right:0; top:-2.1rem; text-align: center; height:100%;}
.innerbanner-wrapper{width:100%; height:100%; position: relative; z-index:1; display: flex; justify-content: center; align-items:center; text-align: left;}
.banner-shortheading{font-weight: 700; font-size: 1.2rem; line-height: 1.1rem; letter-spacing:8px; text-transform: uppercase; color:var(--black); margin-bottom: 2.8rem; display: none; }
/* .innerbanner-wrapper .banner_text{font-family: var(--primary-font); font-weight: 700; background: linear-gradient(103deg, #21E9F0 11.17%, #0C92EF 46.42%, #0035AE 76.11%);
  background-clip: text;  -webkit-background-clip: text;  -webkit-text-fill-color: transparent; line-height: 15.4rem; letter-spacing:-6px; font-size: 18rem; padding-bottom: 2.2rem; display: none;} */

  .innerbanner-wrapper .banner_text{color: #000;  font-family: 'MonaSans_ExpandedMedium'; font-feature-settings: 'liga' off, 'clig' off;  font-size: 9.53vw;   font-style: normal;   font-weight: 500; line-height:10.75vw; /* 130.769% */    letter-spacing: -0.05vw; margin-top: 0.05vw;    }
  .innerbanner-wrapper .banner_text .line{display: block; opacity:1; overflow:hidden;}
  .innerbanner-wrapper .banner_text .line span.innerspan{ display: inline-block;   transform: translateY(100%);    opacity: 0;}
  /* .innerbanner-wrapper .banner_text .line:first-child{line-height:20rem;} */
  .innerbanner-wrapper .banner_text .line:nth-child(2){position:relative; margin-top: -1.20vw;}
  .innerbanner-wrapper .banner_text .line:last-child{margin-top: -1.20vw; }
  .innerbanner-wrapper .banner_text .line .videospace{width:7.4vw; display: inline-block; opacity:0;}
  /* .innerbanner-wrapper .banner_text .line .gradient-text { font-family: 'MonaSans_ExpandedSemiBold';background: linear-gradient(90deg, #E022E3 -0.57%, #0C92EF 43.57%, #6321E8 87.71%);background-size: 200% 100%; font-weight: 600;    -webkit-background-clip: text;    -webkit-text-fill-color: transparent;    display: inline-block;    animation: gradientMove 5s ease-in-out infinite;    mix-blend-mode: hard-light; } */
    .innerbanner-wrapper .banner_text .line .gradient-text { font-family: 'MonaSans_ExpandedSemiBold'; font-weight: 600;    display: inline-block;        color: transparent; /* Text fill is transparent */background-clip: text; background-image: linear-gradient(to right, #FBE13F, #9CFA72, #615BEF, #FE4D59, #21E9F0);  color: #000;  -webkit-text-stroke-color: transparent;  -webkit-text-stroke-width: 0.26vw;  animation: gradient-stroke 5s linear infinite;  background-size: 200% auto;}
  @keyframes gradient-stroke {
    0% {
      background-position: 0% center;
    }
    100% {
      background-position: -200% center;
    }
  }
  
  
.banner-text-wrapper{width:max-content; position: relative; }
.text-video-holder{width:7.34vw; height:7.34vw; position: absolute; left: 6.15vw;  bottom: 1.30vw; display: inline-flex; justify-content:center; align-items:center;  /* or block, depending on layout */transform-origin: center center;  transform: scale(0.85);  opacity: 0; right:auto !important; }
/* @-moz-document url-prefix() {
 
  .text-video-holder { left:14.60vw;  }
} */


/* .opacity-oparator .text-video-holder{opacity:1;} */
.text-video-holder:after{ content:""; width:100%; height:98%; background:linear-gradient(90deg, #E022E3 -2.49%, #24FFFF 102.85%);opacity: 0.4;
  filter: blur(10px); background-size: cover; top:0; left:0; position: absolute;     border-radius: 50%; }
  /* .banner-text-svg{position: absolute; left:0; top:0; width:100%; height:100%; }
  .banner-text-svg img{width:100%; height:100%; object-fit:cover;} */
.text-video-holder .text-video{width:6.8vw; height:6.8vw; border-radius:50%;object-fit:cover; display: block; position: relative; z-index:1;}
.short-banner-content{width:15.05vw; /*margin-left:28.3rem;*/  position: absolute; right: -1.10vw;  bottom: 1.1vw;   transform: translateX(-2.6vw);  opacity: 0;}
.short-banner-content p{color: #000; font-feature-settings: 'liga' off, 'clig' off; font-size:0.94vw;  font-style: normal;  font-weight: 500;  line-height: 1.2vw; padding-bottom: 0rem;}
.short-banner-content p strong{/*font-weight: 700; color: #037CD1;*/ display: block; font-weight: 600;}
/* .short-banner-content:before{content:""; width:0.1rem; height:89%; background: #000; left:0; top:0.5rem; position: absolute;  } */
.whole-banner-content-wrap{width:max-content; position: relative;}
/* .opacity-oparator .short-banner-content{opacity:1;} */
.new-triangle{position: absolute; right: -4px; top: 50%; transform: translateY(-50%);  width: 32%; display: none;}
.new-triangle svg{width:100%; height:100%;}
.logo-holder{margin-top: 4.17vw;}
.logo-holder ul{list-style:none; padding:0; margin:0; display: flex; align-items:center;}
.logo-holder ul li{display: inline-block; margin-right: 1.72vw; transform: translateY(1.04vw); opacity: 0;  width: 7%; }
.logo-holder ul li svg{width:100%; height:100%;}

/**trustedareaSection**/
.trusted_area{padding:2.6vw 0rem 7.81vw; position: relative;}
/* .trusted_area:before{ content: "";  position: absolute;  background: #fff url('../images/bottom-banner-trnsparent-bg.svg');    position: absolute;  left: 0;  top: -10%;   width:100%;   height:120.9rem;  } */
.trstedabsbg { position: absolute; width: 102%;   top: -59%;  filter: blur(11px);   left: 0; }
/* .trusted_area:before { content: ""; position: absolute;  right: -23px; width: 122%; height: 14.5rem; top: -40px; z-index: 1; background: #fff; filter: blur(14px);} */
.trstedabsbg svg{width:100%; height:100%;}
.trusted_area .container{position: relative; z-index:1;}
.inner-trustedsection{display: flex;  justify-content:space-between;  width:100%; }
.lefttrust-section{width:14.32vw; text-align: left; }
.right_trustarea{width:54.33vw; position: relative; padding-right:6vw;} 
.right_trustarea p{   font-size: 1.88vw;  font-style: normal;  font-weight: 500;  line-height: 2.55vw;  letter-spacing: -0.04vw; padding-bottom: 0; color: rgba(0, 0, 0, 0.12);  transition: color 0.3s;}
.trusted_slider {width:100%; margin: unset; padding: 0.26vw 0.16vw; overflow:hidden;}
.trusted_slider .swiper-wrapper { display: flex; will-change: transform;}
.newlogoslider-holder { overflow: hidden; width: 100%;}

/* .trusted_slider .swiper-slide{width:14 !important; height:14vw; } */
.trusted_slider .brand_img_wrapper{width:100%; height:100%; /*border-radius:50%; border: 1px solid #DCDCDC;*/ display: flex; justify-content:center; align-items:center; }
.trusted_slider .brand_img_wrapper img{filter: grayscale(100%); transition:0.5s; position:relative; z-index:1; width:55%;}
.trusted_slider .brand_img_wrapper:hover img{filter: grayscale(0%); transition:0.5s; transform: scale(1.1);}
.trusted_slider .brand_img_wrapper .brand-svgimg{width:103%; height:103%; position: absolute; transition:0.5s; opacity:0;}
.trusted_slider .brand_img_wrapper:hover .brand-svgimg{opacity:1; animation: rotate 5s linear infinite;}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}


.custom-navigation{position: absolute; /*right:-18.5rem;*/ right:-18%; top:50%; z-index:1; transform:translateY(-50%); width:12vw; height:12vw;  border-radius:50%; background: #0035AE; display: flex; align-items:center; justify-content:center; }
.custom-navigationinner{width:7.5rem; text-align: left;}
.buttongroup{display: flex; width:4rem; justify-content:space-between; margin-top:0.4rem;}
.custom-navigation button{border:none; outline:none; background: transparent;  width: 1.9rem; height:2.2rem;}
.custom-navigation span{display: block; font-family: var(--primary-font); font-weight: 400; line-height:1.7rem; font-size:1.8rem; color:var(--white); letter-spacing:-2%;  }
.lefttrust-section .trust_heading{color: #000; font-feature-settings: 'liga' off, 'clig' off; font-size: 1.35vw;  font-style: normal;  font-weight: 700; line-height:1.67vw; margin-bottom: 1.15vw;}
.lefttrust-section p{padding-bottom: 0; font-weight: 500; font-size:0.98vw; line-height: 1.2vw; color:#000; }
.custom-prev{text-align:left;}
.custom-next{text-align:center;}

.trustslider-buttongroup{display: flex; align-items:center; justify-content: space-between; max-width:14.6rem; margin:0 auto; margin-top: 5.3rem;}
.trustslider-buttongroup .swiper-pagination-custom{position: static; width: 4.5rem; color:#B4B4B4; text-align: center;}

.trust-sldbtn{border:0.2rem solid #EAEAEA; width:4.2rem !important; height:4.2rem !important; display: flex; align-items:center;  justify-content:center; border-radius:50%; background: transparent; transition:0.5s; }
.trust-custom-prev span{transform:rotate(-88deg); }
.trust-sldbtn span:before{color:#EAEAEA; }
.trust-sldbtn:hover{border:0.2rem solid #0035AE;}
.trust-sldbtn:hover span:before{color:#0035AE; }
.swiper-pagination-custom .swiper-pagination-current{color: #000;}
.logoslider-holder{padding-top: 7.81vw;}

/**casestudies Section**/
.casestudies{ position: relative; z-index:1;}
.casestudies:after{content:""; width:95%; height:100%; background: #0035AE; position: absolute; left:0; top:0; z-index:-1; }
.heading-holder{text-align: center;}
.heading-holder .casestudy_short_heading{font-weight: 700; font-size: 3.1rem; line-height: 4rem; color:var(--white); }
.heading-holder .casestudy_heading{font-weight: 700; font-size: 11.7rem; line-height: 10.9rem; letter-spacing:-6px; color:var(--white); margin-bottom:2.8rem;}

.white_button .bttn-slide-vertical .char:before, .white_button .bttn-slide-vertical .char:after{color:var(--white);}
.casestudy_buttongroup .button:first-child{margin-right:1.9rem;}
.casestudies .container{position: relative; padding:21.5rem 0rem 20.5rem;}
.floating_box{display: block; width:19.4rem;  animation: fadeIn 1s ease-out forwards;  transition: transform 0.3s ease-out, filter 0.3s ease-out; }
  /* .paralax{    transition: transform 0.3s ease-out, filter 0.3s ease-out;} */
.floating_box figure{ width:5.365vw; height:5.365vw; border:1px solid var(--white); border-radius: 50%; display:flex; justify-content:center; align-items:center; margin-bottom:1.2rem;}
.float_text{font-size:2.2rem; color:var(--white); line-height: 2.6rem; font-weight: 400; text-transform: capitalize; padding-left: 0.5rem;}
.floating_bx1{position: absolute; left:17.1771%; top:6.8826%; }
.floating_bx2 figure{width:6.771vw; height:6.771vw; }
.floating_bx2{position: absolute; top:28.475%; left:0; }
.floating_bx3{position: absolute; left:8.2292%; bottom:9.5816%; }
.floating_bx4 figure{width:6.771vw; height:6.771vw; }
.floating_bx4{position: absolute; right:11.6354%; top:17.5439%;  }
.floating_bx5{position: absolute; right:5.8854%; bottom:24.5614%; }
.innerfloating1{animation: float1 6s ease-in-out infinite;}
.innerfloating2{animation: float2 6s ease-in-out infinite;}
.innerfloating3{animation: float1 6s ease-in-out infinite;}
.innerfloating4{animation: float1 6s ease-in-out infinite;}
.innerfloating5{animation: float2 6s ease-in-out infinite;}
.dot{animation: zoom-in-zoom-out 2s ease-out infinite;}
.dot1{background: #21E9F0; width:0.729vw; height:0.729vw; border-radius:50%; position: absolute; top:22.6721%; left:5.4792%; }
.dot2{background: #0C92EF; width:0.469vw; height:0.469vw; border-radius:50%; position: absolute; top:15.5196%; left:29.4792%;}
.dot3{background: #0C92EF; width:0.625vw; height:0.625vw; border-radius:50%; position: absolute; top:13.3603%; right:21.9792%;}
.dot4{background: #21E9F0; width:0.417vw; height:0.417vw; border-radius:50%; position: absolute; top:39.8111%; right:4.8021%;}
.dot5{background: #21E9F0; width:0.938vw; height:0.938vw; border-radius:50%; position: absolute; bottom:10.7962%; right:11.5104%;}
.dot6{background: #0C92EF; width:1.354vw; height:1.354vw; border-radius:50%; position: absolute; bottom:31.9838%; left:4.6979%;}

/**featured-work Section**/
.featuredworkwrapper{width:100%; height:100vh; overflow:hidden;}
.featured-work{width:100%; height:100vh; background: #0035AE; display: flex; align-items:center; justify-content:center; position: relative;  transform: translateX(100%); overflow:hidden;}
.featured-vediowrap{width:100%; height:100%; position: absolute; left:0; top:0; background: rgba(0, 72, 238, 0.31); }
.featured-video{width:100%; height:100%; object-fit:cover; opacity:0.6;}

.featured-work h2{color: #FFF; font-feature-settings: 'liga' off, 'clig' off;  font-family: 'MonaSans_ExpandedSemiBold'; font-size: 12vw; 
  font-style: normal;font-weight: 800;line-height: 40vw; /* 79.07% */letter-spacing: 0.26vw;text-transform: capitalize; white-space:nowrap;  transform: translateX(100%);} 
.featured-work .container{position: absolute; width:100%; height:100%; top:0; left:0; z-index:1; right:0; margin:0 auto;}
.featared_headingpart{position: absolute; top:2.85vw; left:2.6vw; z-index:1;}
.featared_headingpart h3{color: #000; font-size: 3.29vw; font-style: normal; font-weight: 400;line-height: 110%; margin-bottom: 1.36vw; }
.featared_headingpart ul{display: flex; align-items:center; list-style:none; padding:0; margin:0; }
.featared_headingpart ul li {color: #000;font-feature-settings: 'liga' off, 'clig' off; font-size: 0.8vw;font-style: normal;font-weight: 400; line-height: 0.8vw;
    border-radius: 1.88vw; border: 0.05vw solid #000;  padding: 0.6vw 1vw;  margin-right: 0.31vw;}
.box-container{opacity:1;}
.box { width: 45.90vw;    height:50.33vw;    position: absolute;   bottom: -50.33vw; /* Start below view */   opacity:1; /* Start hidden */   background: transparent;    
      overflow:hidden; }
      .box a{display: inline-block;}
 .odd { left: 0.78vw; }
 .even { right: 0.78vw;  }
 .box figure{ position: relative;}
  .box figure img{width:auto; max-height:90vh; border-radius: 1.25vw; }
.mf-cursor.-text:before{
    opacity:1;
}
.mf-cursor:before{
    background:#000;
    opacity: 0;
}
.boxanchor .mf-cursor:before {
    opacity: 1;
}

/***what we do section***/
/* .tab{display: none;}
.tab-active{display: block;}
.whatwedosection{padding:173px 0px 100px;}
.section-heading-warrper{text-align: center; overflow:hidden;}
.section-heading-warrper .section-heading{font-weight: 700; color:var(--black); font-size: 4.7rem; line-height: 4.7rem; margin-bottom: 4.4rem;}
.tab_headingsec_wrapper ul{display: flex; justify-content:center; align-items:center; padding:0; margin:0; list-style:none; margin:0rem -3.5rem;}
.tab_headingsec_wrapper ul li{margin:0rem 2.2rem;}
.tab_headingsec_wrapper ul li a{font-size: 400px; color:#8A8A8A; font-size: 1.7rem; line-height:1.8rem; padding:0.8rem 1.7rem; border:0.2rem solid transparent; border-radius: 10rem; display: inline-block; }
.tab_headingsec_wrapper ul li a:hover{color:#0C92EF;}
.tab_headingsec_wrapper ul li a.active-a{border:0.2rem solid #0C92EF; color:#0C92EF; font-weight: 500;}
.tab_content_wrapper{padding-top: 8rem; overflow:hidden;}
.imgsec{text-align: right; transform:translateX(50%); transition: transform 0.8s ease, opacity 0.8s ease; transition-delay: 0.2s;  opacity: 0;}
.imgsec img{width:100%; transition:0.5s;}
.imgsec:hover img{transform:scale(1.1,1.1);}

.tab.tab-active .imgsec{transform:translateX(0); opacity: 1;}
.text_portion{padding-right: 7.5rem;}
.text_portion > * { opacity: 0; transform: translateX(-30px);  animation: slideInLeft 0.6s forwards;}
.text_portion h3{font-size:3.2rem; font-weight: 700; line-height:normal; color:#0A0A0A; margin-bottom: 3rem; animation-delay: 0.2s;}
.text_portion p{color:#777594; font-size: 1.8rem; line-height: 2.7rem; font-weight: 400; padding-bottom: 2.9rem; animation-delay: 0.4s;}
.get-started-btn{margin-right: 1.4rem; }
.tab_buttongroup{margin-top: 2.3rem; animation-delay: 0.6s; }
.tab:not(.tab-active) .text_portion > * { animation: none;}

@keyframes slideInLeft {
  to {
    opacity: 1;
    transform: translateX(0);
  }
} */
.whatwedosection{padding:5.21vw 0px 11.46vw;}
.whatwedosection .section-heading-warrper{text-align: center; margin-bottom: 7.81vw;} 
.whatwedosection .section-heading-warrper .section-heading{color: #000;font-feature-settings: 'liga' off, 'clig' off; font-family: 'MonaSans_ExpandedSemiBold';font-size: 10.05vw;font-style: normal;font-weight: 600;line-height: 10.05vw; /* 88.083% */letter-spacing: -0.21vw; margin:0px;}

.gsapspliitingeffect{display: inline-block;}
.scrlchar {display: inline-block; opacity: 0.3; transform: translateY(50px);}


/* 
.accordiancontent{display: none; position: relative; margin-top: -30px; }
.accordianheading{padding:70px 0px;  transition: all 0.3s ease; }
.accordianheading h3{color: #000;font-feature-settings: 'liga' off, 'clig' off; font-family: 'MonaSans_ExpandedMedium'; font-size: 48px;font-style: normal;font-weight: 500;line-height: 29px; letter-spacing: -0.55px; display: inline-block;}
.accordianholder{border-bottom:1px solid #DCDCDC;}
.inner-accordiancont{display: flex; justify-content:space-between; align-items:center; padding-bottom: 58px; }
.inner-accordiancont h3{color: #000;font-feature-settings: 'liga' off, 'clig' off; font-family: 'MonaSans_ExpandedMedium'; font-size: 48px;font-style: normal;font-weight: 500;line-height: 29px; letter-spacing: -0.55px; margin-bottom: 40px;}
.right-accordiancontent{text-align: center;  }
.accorimgsec{ width:100%;  }
.accorimgsec img{width:80%; } */
.total-accordian-holder{width:100%; padding:0px 3.39vw;}
.newaccordianholder{display: flex; justify-content: space-between; padding:4.17vw 0px; border-bottom: 0.05vw solid #DCDCDC; transition: border-image 0.3s ease; position: relative;}
.newaccordianholder:first-child{padding-top: 0;}
.left-accordian-content{width:50%; }
.right-accordian-content{width:50%; }
.newaccorimgsec{     width: 25.78vw; display: none; opacity: 0; height:0;  position: absolute; top: 0;    left: 0;    pointer-events: none; /* so it doesn't block mousemove */
    will-change: transform; transform:scale(0.5);}
.newaccorimgsec img{width:100%;}
.newaccordianheading h3{color: #000;font-feature-settings: 'liga' off, 'clig' off; font-family: 'MonaSans_ExpandedSemiBold'; font-size: 2.6vw;font-style: normal;font-weight: 600;line-height: 2.6vw; letter-spacing: 0.05vw; display: inline-block; position: relative; z-index:3;}
.tab-content{  pointer-events: none;  transition: none;   height:0; overflow:hidden;}
.tab-content p{color: #000; font-size: 0.94vw; font-style: normal; font-weight: 500; line-height: 1.4vw; letter-spacing: -0.02vw; padding-bottom: 1.56vw; opacity:0; transform: translateY(0.52vw);}
.tab-content h4{color: #000; font-feature-settings: 'liga' off, 'clig' off; font-family: 'MonaSans_ExpandedMedium'; font-size: 1.25vw; font-style: normal; font-weight: 500;
  line-height: normal; letter-spacing: 0.05vw; opacity: 0; transform: translateY(0.52vw); margin-bottom: 1.56vw;}
.tab-content ul{list-style:none; padding:0; margin:0; opacity:0;}
.tab-content ul li{color: #000; font-feature-settings: 'liga' off, 'clig' off;  font-size: 0.94vw; font-style: normal; font-weight: 500;
  line-height: 1.4vw; letter-spacing: -0.02vw; opacity: 0; transform: translateY(0.52vw); padding-bottom:0.52vw;}
  .gredientcolor{background: linear-gradient(90deg, #FBE13F 0%, #9CFA72 28.07%, #615BEF 55.29%, #FE4D59 79.65%, #21E9F0 100%); position: absolute; bottom:-0.05vw; left:0;
     height:0.16vw; width: 0;    opacity: 0;    transition: none;}



/***helping css**/
.helping{padding:5.21vw 0;}
.heplpinginnersec{text-align: center;}
.helping h2{color: #000; text-align: center; font-feature-settings: 'liga' off, 'clig' off; font-family: 'MonaSans_ExpandedMedium'; font-size: 7.55vw; font-style: normal;
font-weight: 500; line-height: 8.54vw;}
 .helping h2 .nwline{display: block; opacity:1; overflow:hidden;}
  .helping h2 .nwline span.nwinnerspan{ display: inline-block;   transform: translateY(100%);    opacity: 0;}
  /* .innerbanner-wrapper .banner_text .line:first-child{line-height:20rem;} */
   .helping h2 .nwline:nth-child(2){position:relative; margin-top:-1.46vw;}
  .helping h2 .nwline:last-child{position:relative;  margin-top: -1.2vw; } 
  
  /* .innerbanner-wrapper .banner_text .line .gradient-text { font-family: 'MonaSans_ExpandedSemiBold';background: linear-gradient(90deg, #E022E3 -0.57%, #0C92EF 43.57%, #6321E8 87.71%);background-size: 200% 100%; font-weight: 600;    -webkit-background-clip: text;    -webkit-text-fill-color: transparent;    display: inline-block;    animation: gradientMove 5s ease-in-out infinite;    mix-blend-mode: hard-light; } */
    .helping h2 .nwline .nwgradient-text { font-family: 'MonaSans_ExpandedSemiBold'; font-weight: 600;    display: inline-block;        color: transparent; /* Text fill is transparent */background-clip: text; background-image: linear-gradient(to right, #FBE13F, #9CFA72, #615BEF, #FE4D59, #21E9F0);  color: #000;  -webkit-text-stroke-color: transparent;  -webkit-text-stroke-width: 0.26vw;  animation: gradient-stroke 5s linear infinite;  background-size: 200% auto;}
  
  .help-heading-wrapper{position: relative;}
  .help-heading-wrapper .help-svg{width:68.13vw; height:6.2vw; position: absolute; bottom:-6.2vw; right:0; }
  .help-heading-wrapper .help-svg path {stroke-dasharray: 1300;   stroke-dashoffset: 1300; opacity:0;}
  .help-small-content{width:100%; max-width:26.41vw; margin:0 auto; margin-top:7.81vw; }
  .help-small-content p{color: #8A8A8A; font-size: 1.35vw; font-style: normal; font-weight: 500; line-height: normal; letter-spacing: -0.03vw; padding-bottom: 0px; transform: translateY(2.08vw);    opacity: 0;}
  .help-small-content p strong{color:#000;}
.helping .container{/*padding:7.3rem 0rem 9.6rem;*/ position: relative; }
.helping_imgholder{position: absolute; right:0; top:0; width:46.6458%;}
.helping_imgholder figure{width:100%;}
.helping_imgholder figure img{width:100%; }
.dottedimg_first{position: absolute; right:15.9869%; top:24.4919%; z-index:-1;}
.dottedimg_second{position: absolute; left:-6.6884%; bottom:9.0036%;  z-index:-1;}
.helping_buttongroup .button:first-child{margin-right: 0.57vw;}

/***clintsayheading**/
.what_ourclintsay{position: relative; z-index:1; overflow:hidden; background: #0035AE;  }
.what_ourclintsay:after{content:""; width:100%; height:100%;  position: absolute; left:0; top:0; z-index:-1; background: #0035AE;   }
.clintsay-vediowrap{width:100%; height:100%; position: absolute; left:0; top:0; opacity:0.4;}
.clintsay-video{width:100%; height:100%; object-fit:cover; }
.clint-say-swiperwrapper{position: relative;}
.left-clintheading-wrap{position: relative; height: 100%;}
.headingholder{padding:5.89vw 0rem 3.39vw; position: relative; }

  .clintheadingimg{margin-bottom:1.67vw;}
.clintsay_heading{color: #FFF;font-feature-settings: 'liga' off, 'clig' off; font-family: 'MonaSans_ExpandedMedium'; font-size: 2.08vw;font-style: normal;font-weight: 500;line-height: 2.55vw; margin-bottom:1.45vw; }
.headingholder p{color: #FFF; font-size: 1.15vw; font-style: normal;font-weight: 500;line-height: 1.67vw; letter-spacing: -0.02vw; padding-bottom: 0px; max-width:20.52vw;}
.clintswiperbox{padding:10.1vw 2.4vw 4.79vw 1.56vw; border-left:0.05vw solid rgba(255,255,255,0.21); height:100%;}
.clint_slider{height:100%;}
.clint_slider p{color:var(--white); font-size: 1.15vw; line-height:1.67vw; padding-bottom: 2.03vw; font-weight: 400; }
.desigwrap{position: relative; padding-left:0.42vw; margin-bottom:3.23vw; }
.desigwrap .name{font-size: 0.83vw; line-height: 0.83vw; font-weight: 600; margin-bottom: 0.1vw; color:var(--white);  }
.designation{font-size:0.73vw; font-weight: 400; line-height: 1.09vw; position: relative; color:#BFCFF3; } 
.desigwrap:before{content:""; width:0.05vw; background: #BFCFF3; height:100%; position: absolute; left:0; top:0; }
.clintimg{border-radius:50%; width:7.97vw; height:7.97vw; overflow:hidden; margin-top:6.45vw; }
.clintimg img{width:100%; height:100%; object-fit:cover; }
.clintlogo{margin-top:6.45vw; width:38%; display: flex; align-items:center; }
.clintslider-buttongroup{display: flex; align-items:center; justify-content: space-between; width:7.22vw; position: absolute; bottom:1.56vw; right:1.88vw; z-index:3; }
.what_ourclintsay .swiper-pagination{position: static; width: 1.82vw; color:var(--white);}
.clint-sldbtn{border:0.1vw solid var(--white); width:2.19vw !important; height:2.19vw !important; display: flex; align-items:center;  justify-content:center; border-radius:50%; background: transparent; }
.clint-custom-prev span{transform:rotate(-88deg); }
.clint-sldbtn span:before{color:#FFFFFF; }
.spn-btn{cursor:pointer;}
.bttn-next-oparetor.spn-btn{margin-bottom: 0.21vw;}
.counterholder{padding:2vw 0 2vw;   z-index: 1; border-top: 0.05vw solid rgba(255, 255, 255, 0.21); position: absolute; bottom:0; width:100%;}
.counterholder:after {content: "";width: 21%; height: 0.05vw; background: rgba(255, 255, 255, 0.21);  position: absolute;
  left: -21%; top: -0.05vw;}
.counternmbr{background: linear-gradient(107deg, #21E9F0 12.21%, #0C92EF 91.15%);  background-clip: text;
  -webkit-background-clip: text;  -webkit-text-fill-color: transparent; font-size:6.35vw; letter-spacing:-0.31vw; line-height: 5.83vw; margin-bottom:0.26vw; font-weight: 700;}
.countertext{font-size: 1.6vw; line-height: 1.9vw;  font-weight: 600;  color: var(--white);}

/**join sec**/
.joinsec{padding:9.17vw 0; position: relative; overflow:hidden;}
.left-joinsec{padding-left: 2.34vw;}
.cirlcleholding{height:33.59vw; width:33.59vw; position: relative;}
.join-first-circle{width:33.59vw; height:33.59vw; border-radius:50% ; border:0.1rem solid rgba(34, 226, 233, 21%); display:flex; justify-content:center; align-items:center; position: relative; }
.join-first-border{width:100%; height:100%; position: absolute;  }
.join-second-circle{width:25vw; height:25vw; border-radius:50% ; border:0.1rem solid rgba(34, 226, 233, 21%); display:flex; justify-content:center; align-items:center;  position: relative; }
.join-second-border{width:100%; height:100%; position: absolute;}
.join-third-circle{width:13.39vw; height:13.39vw; border-radius:50% ; border:0.1rem solid rgba(34, 226, 233, 21%); display:flex; justify-content:center; align-items:center; position: relative;}
.join-third-border{width:100%; height:100%; position: absolute;}
.join-fourth-circle{width:11.3vw; height:11.3vw; border-radius:50% ;   display:flex; justify-content:center; align-items:center; position: relative; }
.join-fourth-border{width:100%; height:100%; position: absolute;}
.yoimgholder{position: relative;}
.yoimgholder img{ animation:logo-zoom-in-zoom-out 2s ease-out infinite; margin-bottom: 0.6rem; }
.yoimgholder figcaption{ font-weight: 700; font-size: 2.2rem;  line-height: 4.5rem; color: var(--black); position: absolute; left: -0.8rem; right: 0;  margin: 0 auto;
  bottom: 2rem;  width: max-content;}
  .hiringimg{position: relative; top:10px; display: none;}
  .hiringimg img{width:100%; height:100%; object-fit:cover; object-position:center;}
  .rocketimg {width: 34%;  position: absolute;  left: 50%;  top: 55%;  transform: translate(-50%,-50%);  z-index: 1;}
  .rocketimg img{width:100%; height:100%; }
  /* .img-holder1{background: #0C92EF; width:4.947916666666667vw; height:4.947916666666667vw; border-radius:50%; position: absolute;  overflow:hidden; rotate:10deg;     right:32.5527%;  top: 5.529%;  } */
  .cmn-imgholder{ z-index:3;  position: absolute; top:50%; left:50%; background: #fff; width:6.64vw; height:6.64vw; border-radius:50%; display: flex; justify-content:center; align-items:center; text-align: center; color: #000; font-size: 0.83vw; font-style: normal; font-weight: 600; line-height: 0.94vw; padding:0 5px;}
  .cmn-imgholder img{width:100%; height:100%; object-fit:cover; position: relative; /* top:0.3rem; */}

 
  /* .img-holder2{background: #0035AE; width:5.6250vw; height:5.6250vw; border-radius:50%; position: absolute;  overflow:hidden;  rotate:-10deg;  right: 6.5105%;  
    top: 27.6698%; }
    .img-holder3{background: #0C92EF; width:4.35vw; height:4.35vw; border-radius:50%; position: absolute;  overflow:hidden;  rotate:-5deg;  right: 12.8402%;  
      bottom: 15.9146%; }
  .img-holder4{background: #0035AE; width:4.60vw; height:4.60vw; border-radius:50%; position: absolute;  overflow:hidden;  rotate:10deg;  left: 37.4356%;  
    bottom: 6.5105%;}
  .img-holder5{background: #0C92EF; width:3.45vw; height:3.45vw; border-radius:50%; position: absolute;  overflow:hidden;  rotate:7deg;  left: 12.6594%;  
      bottom: 21.5209%;}
  .img-holder6{background: #0C92EF; width:4.75vw; height:4.75vw; border-radius:50%; position: absolute;  overflow:hidden;  rotate:-10deg;  left: -1%;  
    bottom: 46.2971%;}
    /* .img-holder6 img{transform: scale(1.3); top: 0.6rem;} */
  .img-holder7{background: #0035AE; width:6.35vw; height:6.35vw; border-radius:50%; position: absolute;  overflow:hidden;  rotate:8deg;  left: 17.1699%;
    top: 15.7125%;} */
    /* .joindot{animation: zoom-in-zoom-out 2s ease-out infinite;} */
.joindot1{background: #0C92EF; width:0.365vw; height:0.365vw; border-radius:50%; position: absolute; top:22.0635%; left:45.5737%; }
.joindot2{background: #21E9F0; width:0.729vw; height:0.729vw; border-radius:50%; position: absolute; top:16.9997%; left:6.6914%;}
.joindot3{background: #0035AE; width:1.354vw; height:1.354vw; border-radius:50%; position: absolute; bottom: 27.3081%; left: 33.0952%;}
.joindot4{background: #0C92EF; width:0.625vw; height:0.625vw; border-radius:50%; position: absolute; top:16.8189%; right:19.7125%;}
.joindot5{background: #0035AE; width:0.417vw; height:0.417vw; border-radius:50%; position: absolute; bottom:45.212%; right:24.5954%; font-weight: 400;}

.rightjoin-sec{padding:0rem 1.56vw 0rem 2.76vw; }
.join-heading{color: #000; font-feature-settings: 'liga' off, 'clig' off; font-family: 'MonaSans_ExpandedMedium'; font-size: 6.03vw; font-style: normal;font-weight: 500;
line-height: 6.20vw; /* 100% */text-transform: capitalize; margin-bottom:2.6vw;}
.rightjoin-sec p{color: #000; font-size:0.94vw;font-style: normal;font-weight: 500;line-height: 1.4vw;letter-spacing: -0.52px; max-width:42vw;}
.orbit-pargrapharea p:last-child{padding-bottom: 0;}
.join_buttongroup{margin-top: 3.13vw;}
.join_buttongroup .button:first-child{margin-right: 1.3rem;}
.joinsecbgup{position: absolute; left:0; top:0; width:40%; }
.joinsecbgdown{position: absolute; right:0; bottom:0; width:40%; transform:rotate(180deg); }

/**solutionsec**/
.solutionsec{position: relative; padding:2.29vw 0 0; z-index:1; overflow:hidden;background: #0035AE; }
.solutionsec:after{content:""; position: absolute; right:0; top:0; width:100%; height:100%; z-index:-1; background: #0035AE; opacity: 0.7; }
.solutionvideo{position: absolute; width:100%; height:100%; left:0; top:0; z-index:-1;}
.solution-bg-video{width:100%; height:100%; object-fit:cover;}
.solution_heading{color:var(--white); font-weight: 700; font-size:2.45vw; line-height:2.4vw; padding-left: 2.97vw; }
.left-solutionsec{padding:3.96vw 2.34vw 0 2.97vw; width:100%;} 
.leftsoluttionimg{}
.leftsoluttionimg img{width:100%; }
.percentbox{display: flex; align-items:flex-end; position: relative;  left: -0.42vw;}
.percent-text{writing-mode: vertical-lr;  text-orientation: sideways; text-transform: uppercase; color:var(--white); transform: rotate(-180deg); font-feature-settings: 'liga' off, 'clig' off; font-weight: 700; font-size: 0.57vw; letter-spacing:0.26vw; position: relative; top:-0.63vw; }
.percentnumber{color:var(--white); font-size:7.08vw; line-height: 6.25vw; font-weight: 700; letter-spacing: -0.16vw; 
  padding-left:0.63vw; }
.right-solutionsec{padding:0rem 1.56vw 0rem 0.99vw; width:100%; }
.right-percentageholder{display: flex; justify-content: space-between;  align-items: flex-end; width:100%;}
.all-percentg-bx{width:2.97vw;}
.progbar-holder{height:17.6vw; display: flex; width:100%; justify-content:center; align-items:flex-end; }
.progbar-one{width:0.47vw;  background: linear-gradient(180deg, #21E6EC 0%, #0ED0D6 100%); border-top-left-radius: 5.21vw;  border-top-right-radius: 5.21vw; margin-right: 0.42vw; /*animation: up-down-two 4s infinite;*/ }
.progbar-two{width:0.47vw; height:100%; /*background: linear-gradient(180deg, #1246BC 0%, #1145BA 100%);*/ background: #0C92EF; border-top-left-radius: 5.21vw;  border-top-right-radius: 5.21vw; /*animation: up-down-one 4s infinite;*/ }
.right-prcntg-bx{display: flex; align-items:flex-end; margin-bottom: 0.99vw; }
.right-percent-text{color:var(--white); font-size: 0.73vw; font-style: normal;  font-weight: 700;  line-height: 1.04vw; writing-mode: vertical-lr;  text-orientation: sideways; font-feature-settings: 'liga' off, 'clig' off; transform: rotate(-180deg); text-transform: capitalize; }
.right-percentnumber{font-size: 2.29vw; line-height: 2.6vw; font-weight: 700; color:var(--white); font-weight: 700; writing-mode: vertical-lr;  text-orientation: sideways; font-feature-settings: 'liga' off, 'clig' off; transform: rotate(-180deg); }

/**servsec**/
.servesec{padding:4.17vw 0rem; position: relative;}
.flex-end-sec{display: flex; align-items:flex-end;}
.servsec-heading{position: relative; width:max-content;}
.servsec-heading h2{color: #000; font-feature-settings: 'liga' off, 'clig' off; font-family: 'MonaSans_ExpandedMedium'; font-size: 4.53vw; font-style: normal; font-weight: 500;
  line-height: 7.29vw; /* 160.92% */text-transform: capitalize; margin-bottom: 0.40vw;}
  .servsecgredient-color{ font-size: 5.83vw; line-height: 5.83vw; color: transparent; /* Text fill is transparent */background-clip: text; background-image: linear-gradient(to right, #FBE13F, #9CFA72, #615BEF, #FE4D59, #21E9F0);  color: #000;  -webkit-text-stroke-color: transparent;  -webkit-text-stroke-width: 3px;  animation: gradient-stroke 5s linear infinite;  background-size: 200% auto; display: block;    position: relative;    margin-top: -1.15vw; }
.servsubheading{color: #000; font-size: 2.19vw; font-style: normal; font-weight: 500; line-height: normal;letter-spacing: -0.84px; margin-bottom:4vw;}
.servsec-logo{width:31vw; height:22vw; position: relative; }
.servseclogodot{width:0.36vw; height:0.36vw; border-radius:50%; background: #0C92EF; position: absolute; top:1.98vw; left:6.82vw;  }
.servsec-logo svg{width:100%; height:100%; }
.servsec-logo span{display: none;}
.servlist{overflow:hidden;}
.servlist ul{list-style:none; padding:0; margin:0;  }
.servlist ul li{list-style:none; padding:0; margin:0; display:flex; align-items:center; justify-content:space-between;  border-bottom:0.05vw solid #DCDCDC; padding:1.54vw 0vw; color: #000; font-feature-settings: 'liga' off, 'clig' off; font-family: 'MonaSans_ExpandedSemiBold'; font-size: 1.55vw; font-style: normal; font-weight: 600;line-height: 1.55vw; /* 100% */
letter-spacing: 1px; overflow:hidden;} 
.servlist ul li .servnmbr{color: #8A8A8A; font-feature-settings: 'liga' off, 'clig' off; font-family: var(--primary-font); font-size: 1vw; font-style: normal; font-weight: 400;
line-height: 1vw; position: relative; }
.servlist ul li .servnmbr:before{content:""; background: #21E9F0; width:0.53vw; height:0.53vw; border-radius:50%;  top:-0.1vw; left:-0.21vw; position: absolute;}
.firstdot{background: #0035AE; position: absolute; left:2.4vw; top:2.24vw; width:1.35vw; height:1.35vw; border-radius:50%;}
.headingfstdot{width:0.94vw; height:0.94vw; border-radius: 50%; background: #21E9F0; position: absolute; bottom:1.41vw; right:5.47vw; }
.headingscnddot{width:0.42vw; height:0.42vw; border-radius: 50%; background: #0035AE; position: absolute; bottom:0.36vw; right:3.85vw; }
.headingthrddot{width:0.63vw; height:0.63vw; border-radius: 50%; background: #0C92EF; position: absolute; bottom:-0.36vw; right:5.78vw; }
.servcommondot{animation: zoom-in-zoom-out 2s ease-out infinite;}

/**contact raea **/
/* .innercontcbx{padding-left:3.9rem;}
.contactholder{padding:14.3rem 6.5rem 6.5rem; background: #0035AE; width:100%; position: relative; overflow:hidden; z-index:1;}
.gettchhding{color:var(--white); font-size: 4.7rem; line-height:4.7rem; font-weight: 700; margin-bottom: 1.2rem; }
.contactholder p{font-size:2.2rem; line-height: 2.6rem; color:var(--white); padding-bottom: 4.2rem; }
.formtwoholder{display: flex; justify-content: space-between;}
.formtwoholder .inputbx{width:49%; margin-bottom: 1.6rem;}
.inputbx input{width:100%; height:4rem; padding:1.3rem 1.2rem; border: 1px solid var(--white); border-radius:0.4rem; outline:none; color:var(--white); background: transparent; font-weight: 500; font-size: 1.4rem; line-height: 2rem;}
.formoneholder textarea{width:100%; height:16.8rem; padding:1.3rem 1.2rem; border: 1px solid var(--white); border-radius:0.4rem; outline:none; color:var(--white); background: transparent; resize:none; margin-bottom:2.7rem; font-weight: 500; font-size: 1.4rem; line-height: 2rem;}
.formtwoholder .inputbx input::placeholder {color:var(--white); font-weight: 500; font-size: 1.4rem; line-height: 2rem;}
.formtwoholder .inputbx input::-ms-input-placeholder {color:var(--white); font-weight: 500; font-size: 1.4rem; line-height: 2rem;}
.formoneholder textarea::placeholder {color:var(--white); font-weight: 500; font-size: 1.4rem; line-height: 2rem;}
.formoneholder textarea::-ms-input-placeholder {color:var(--white); font-weight: 500; font-size: 1.4rem; line-height: 2rem;}
.submitbutton input{padding:0.7rem 4rem 0.7rem 1.6rem; border:1px solid #0C92EF !important; font-size:1.2rem; font-weight: 700; color:var(--white); background: #0C92EF url(../images/submitarrw.svg)90% 50% no-repeat; border-radius:3rem; width:21.6rem; height:4rem; position: relative; overflow: hidden; cursor:pointer; letter-spacing:1px; z-index:1; transition:0.5s; text-transform: uppercase; display: inline-block; text-align: left; }
.submitbutton input:hover{background: #000 url(../images/submitarrw.svg)90% 50% no-repeat;}
.cont-bg-one { position: absolute; left: -39.1429%;  top: -23.338%; z-index: -1; opacity: 0.4;}
.cont-bg-two { position: absolute; right: -3.1429%;  bottom: -2.338%;  z-index: -1;  opacity: 0.5;}
.get-in-touchsec .container{position: relative;}
.woman{position: absolute; width:58.0rem;  left:-61.6rem;  bottom: 5.8rem; z-index:1; }
.woman figure{width:100%; height:100%;}
.woman figure img{width:100%; height:100%; }
.get-dottedimg_first{position: absolute; z-index:-1; top: 6%; left: 57%;}
.get-dottedimg_second { position: absolute; z-index: -1;  top: 43%;  left: 5%;}
.form-wrapper p{padding-bottom: 0rem;}
.form-wrapper .wpcf7-spinner {position: absolute; right: 40%; margin-top: 12px;}
.wpcf7-not-valid-tip {font-size: 1.4rem;}
.wpcf7 form.invalid .wpcf7-response-output{color:#fff;} */

.get-in-touchsec{padding:4.58vw 0; background: #0035AE; overflow: hidden;}
.form-wrapper{padding:3.75vw 4.38vw; background:#fff; position: relative; z-index:2;}
.inputbx{position: relative; margin-bottom: 1.56vw;}
.inputbx label{color: #000; font-size: 1.04VW; font-style: normal; font-weight: 500; line-height:1.04VW; margin-bottom: 0.68VW; }
.inputbx label sup{color:#FF0000; }
.inputbx input{width:100%; height:2.24vw; padding-bottom:0.89vw; color: #000; font-size: 0.94vw; font-style: normal; font-weight: 400; line-height: 0.94vw; border:none; outline:none; border-bottom: 0.05vw solid #E7E5E5; background: #FFF;}
.getupload{width:100%; height:2.24vw; padding-bottom:0.89vw; color: #000; font-size: 0.94vw; font-style: normal; font-weight: 400; line-height: 0.94vw; border:none; outline:none; border-bottom: 0.05vw solid #E7E5E5; background: #FFF;}
.absspan{position: absolute; right:0; top:0.63vw; font-size: 1.04vw;}
.icon-email.absspan{font-size: 0.89vw;}
.inputbx textarea{width:100%; height:4.58vw; padding-bottom:0.89vw; color: #000; font-size: 0.94vw; font-style: normal; font-weight: 400; line-height: 0.94vw; border:none; outline:none; border-bottom: 0.05vw solid #E7E5E5; background: #FFF; resize:none;}
.submitbutton input{ border:1px solid #000 !important;  width:13.7vw; height:2.9vw; position: relative; overflow: hidden; cursor:pointer; letter-spacing:1px; z-index:1; transition:0.5s;  display: inline-block; text-align: center; margin-top:0.63vw; color: #FFF; font-size: 0.94vw; font-style: normal; font-weight: 700; line-height:0.94vw; letter-spacing: 0.05vw; text-transform: uppercase; border-radius: 1.56vw;border: 0.05vw solid #0A1D56; background: #000;}
.submitbutton input:hover{background: #0C92EF; border:1px solid #0C92EF !important;}
.form-wrapper p{padding-bottom: 0rem;}
.form-wrapper p br{display: none;}
.form-wrapper .wpcf7-spinner {position: absolute; left: 40%; }
.wpcf7-not-valid-tip {font-size: 0.73vw;}
.wpcf7 form.invalid .wpcf7-response-output{color:#000;}
.right-getsec{padding-left:3.7vw; position: relative;}
.subheading{color: #FFF; font-size: 2.19vw; font-style: normal; font-weight: 400; line-height: normal; letter-spacing: -0.04vw; margin-bottom:1.13vw; position: relative; z-index:2;}
.gettchhding{color: #FFF; font-feature-settings: 'liga' off, 'clig' off;  font-family: 'MonaSans_ExpandedMedium'; font-size: 7.29vw; font-style: normal;font-weight: 500;
line-height:7.29vw; /* 100% */ text-transform: capitalize; margin-bottom:2.08vw; position: relative; z-index:2;}
.right-getsec p{color: #FFF6F6; font-size: 1.35vw; font-style: normal; font-weight: 400; line-height: normal; letter-spacing: -0.03px; padding-bottom: 0; position: relative; z-index:2;}
.cont-bg-one{    position: absolute;    left: -39.1429%;    top: -38.338%;    z-index: 1;    opacity: 0.4;}
.cont-bg-two { position: absolute;    right: -34.1429%;    bottom: -49.338%;    z-index: 1;    opacity: 0.5;}


/***footer sec**/
.main-footer{background: #000000; position:relative;  overflow:hidden; z-index:2;}
/* .page-template-template-home .main-footer{margin-top: -5.8rem;} */
.upper-footer{ padding:3.65vw 0rem 1.98vw;  }
.innerfooter{display: flex; justify-content:space-between; align-items:center;}
.footfirstsec{width:27%; }
.footer-middlesec{width:53%;  display: flex; justify-content:space-between; }
.footscndsec{width:15%;}
.middlesec-bx:first-child{width: 35%;}
.middlesec-bx{width:33.333333333%; padding:0 1.56vw;}
.icon-name{ display: flex; align-items:center; margin-bottom:1.04vw;}
.upper-footer .icon-name:before{display: none;} 
.place{color: #FFF; font-family: 'MonaSans_ExpandedMedium'; font-size:1.3vw; font-style: normal; font-weight: 400; line-height: normal;letter-spacing: 0.03vw; text-transform: uppercase; position: relative; margin-left:0.68vw;}
.place:after{content:""; width:49%; bottom:-0.05vw; height:0.05vw; background: #fff; position: absolute; left:0; }
.middlesec-bx p{padding-bottom: 0; color: #FFF; font-size: 0.73vw; font-style: normal; font-weight: 400; line-height: 0.94vw; letter-spacing: 0.01vw;}
.commona span{margin-right:0.57vw; display: inline-block;}

.commona{color: #F5F5F1; font-size:0.73vw; font-style: normal; font-weight: 500; line-height: 0.73vw; /* 100% */letter-spacing:0.01vw; display: block; display:flex; align-items:center;}
.commona:hover{color: #21E9F0; }
.cmnhgt{margin-bottom:0.47vw;}
.addhgt{margin-bottom:0.57vw;}
.footerlogo a{display: flex; align-items:center;}
.footerlogo a .custom-logo{width:14vw; height: 7.93vw;}
.footerlogo a span.brandname{color: #F8F8F8; font-feature-settings: 'liga' off, 'clig' off; font-family: 'MonaSans_ExpandedMedium'; font-size:1.72vw; font-style: normal; font-weight: 500;
  line-height: 1.93vw; /* 108% */ text-transform: capitalize;  display:block; }
  .tagline { color: #FFF;  font-feature-settings: 'liga' off, 'clig' off;  font-size: 0.90vw;  font-style: normal;  font-weight: 400;  line-height: 1.04vw;
      display: block;     margin-top: 0.85vw;}
    .footerlogo a span.aprtarea{display: block; margin-left:0.50vw; }

.affiliatesec ul{list-style:none; padding:0; margin:0; display: flex; align-items:center; justify-content:space-between; flex-wrap:wrap;}
.affiliatesec ul li{margin-right:0 !important; margin-bottom: 1.56vw;    width: 44%; }
.affiliatesec ul li:nth-child(3){margin-bottom: 0;}
.affiliatesec ul li:nth-child(4){margin-bottom: 0;}
.affiliatesec ul li svg{width:100%; height:100%;}
.affiliatesec ul li:last-child{margin-right: 0; }

.footrfrm{position: relative; width: 24.271vw;}
.footrfrm input{position: relative; width:24.271vw; height:4rem; background: #2F3E5E; border-radius:10rem; padding:0.7rem 17.5rem 0.7rem 1.4rem; font-size:1.2rem; line-height: 1.8rem;  color:#647BAD;  outline:none; border:none; font-weight: 400; }
  .footrfrm input.submit{width:16.2rem; height:3.6rem; font-size: 1.2rem; font-weight: 600; letter-spacing:3px; color:#000D29; text-align: center; position: absolute; right:0; top:0.2rem; outline:none; background: var(--white); border:none; text-align: center; padding: 0rem; text-transform: uppercase; transition:0.5s;}
  input.submit:hover{background: #0035AE;  color:#fff;} 
  .footrfrm input::placeholder{font-size:1.2rem; line-height: 1.8rem;  color:#647BAD; font-weight: 400;}
  .footrfrm input::-ms-input-placeholder{font-size:1.2rem; line-height: 1.8rem;  color:#647BAD; font-weight: 400;}

.social-navigation ul{list-style:none; padding:0; margin:0; }
.social-navigation ul li{display: inline-block; padding:0 1.25vw; }
.social-navigation ul li:first-child a{padding-left:0;}
.social-navigation ul li a{display: inline-block;color: #FFF; font-feature-settings: 'liga' off, 'clig' off; font-size: 0.78vw; font-style: normal; font-weight: 400;
line-height:0.78vw;  position: relative;  --arrow-scale: 1;  --arrow-color: #ffffff; text-decoration: none;}
.social-navigation ul li a:after{content: "\e905"; font-family: 'icomoon';   font-size: 0.42vw;  position: absolute;   right:-0.68vw;  top: 0.42vw; transform: translateY(-50%) scale(var(--arrow-scale));  transform-origin: left center;  color: var(--arrow-color);  transition: transform 0.3s ease, color 0.3s ease;}

.instaflex{display: flex; flex-wrap:wrap; justify-content:space-between;}
.instaflex figure{width:48%; margin-bottom: 1.2rem;}
.instaflex figure a{display: inline-block; width:100%; height:100%;}
.instaflex figure img{width:100%;}
.down-footer{text-align: center; padding:1.82vw 0; border-top:0.05vw solid rgba(255,255,255,0.5); display:flex; justify-content:space-between; align-items:center; border-image: linear-gradient(to right, rgba(251, 225, 63, 0.5) 0%, rgba(156, 250, 114, 0.5) 28.07%, rgba(97, 91, 239, 0.5) 55.29%,rgba(254, 77, 89, 0.5) 79.65%,rgba(33, 233, 240, 0.5) 100%
); border-image-slice: 1;}
.copyright-text{font-size: 0.73vw; color:#fff; font-weight: 400;  }
.copyright-text span{color:#21E9F0; }



/***inner page**/
.innerbanner{display: block;  height:100vh; position: relative; overflow:hidden;}
.innerbanner .container{width:100%; height:100%;  display: flex; flex-direction:column; justify-content:center; position: relative; }
.innerbanner-video{position: absolute; z-index:-1; right:-23%; top:0; transform: rotate(-63.025deg); width:100%;}
.innerbanner .new-triangle { width: 23%;}
.innerbancont{display: block;}
.innerban-contwrap{width:max-content; position: relative; }
.innerbanner h1{color: #000; font-feature-settings: 'liga' off, 'clig' off;  font-family: 'MonaSans_ExpandedMedium'; font-size: 9.53vw; font-style: normal; font-weight: 500;
line-height: 11.10vw; letter-spacing: -0.21vw; margin-bottom:3.13vw;}
.innerbanner h1 .line{display: block; opacity:1; overflow:hidden;}
.innerbanner h1 .line span.innerspan{ display: inline-block;   transform: translateY(100%);    opacity: 0;}
/* .innerbanner-wrapper .banner_text .line:first-child{line-height:20rem;} */
.innerbanner h1 .line:nth-child(2){position:relative; margin-top: -1.80vw;}
.innerbanner h1 .line:last-child{margin-top: -1.80vw; }

  .innerbanner h1 .line .gradient-text { font-family: 'MonaSans_ExpandedSemiBold'; font-weight: 600;    display: inline-block;        color: transparent; /* Text fill is transparent */background-clip: text; background-image: linear-gradient(to right, #FBE13F, #9CFA72, #615BEF, #FE4D59, #21E9F0);  color: #000;  -webkit-text-stroke-color: transparent;  -webkit-text-stroke-width: 0.26vw;  animation: gradient-stroke 5s linear infinite;  background-size: 200% auto;}
.innerbanner .short-banner-content { width: 15.05vw; right: -19.1vw; bottom: 2.2vw;}
.inner-banner-buttongrp{display: flex; align-items:center; }
.black-button{padding:0.99vw 1.46vw; background: #000; font-size:0.94vw; line-height:0.94vw; display: inline-flex; align-items:center; justify-content:center; border-radius: 2.08vw;  color:#fff !important; font-weight: 400; position: relative; z-index:1; margin-right: 1.09vw; overflow:hidden; border:0.05vw solid #000 !important;}

.black-button:hover{border:0.05vw solid #0C92EF !important;}

.nwbttn-slide-vertical .char { overflow: hidden; color: transparent;}
.nwbttn-slide-vertical .char:before, .nwbttn-slide-vertical .char:after {visibility: visible; color:var(--white); transition: transform 0.5s cubic-bezier(0.9, 0, 0.2, 1); transition-delay: calc( 0.2s + ( 0.02s * ( var(--char-index)) ) );}
.bttn-slide-vertical .char:before { color: var(--white); transition-delay: calc( 0.02s * ( var(--char-index)) );}

.black-button:hover .char:before { transition-delay: calc( 0.2s + ( 0.02s * ( var(--char-index)) ) );}

.black-button:hover .char:after { transition-delay: calc( 0.02s * ( var(--char-index)) );}

.nwbttn-slide-vertical .char:before { transform: translateY(-100%);}

.black-button:hover .char:before { transform: translateY(0%);}

.black-button:hover .char:after { transform: translateY(100%);}
.black-button:after{content: ''; position: absolute; width: 0%; height: 100%;background: #0C92EF; left: 0; top: 0; z-index: -1; transition: 0.5s;}
.black-button:hover:after{width:100%;}
.black-button:hover .nwbttn-slide-vertical .char:before, .black-button:hover .nwbttn-slide-vertical .char:after{color:var(--white);}


.white-button{padding:0.99vw 1.46vw; display: inline-block; border: 0.05vw solid #0C92EF !important; border-radius: 2.08vw; font-size:0.94vw; line-height:0.94vw; color:#0C92EF; position: relative; z-index:1; overflow:hidden; }
.white-button:hover{border: 0.05vw solid #0C92EF !important;}

.commnbtn-slide-vertical .char { overflow: hidden; color: transparent;}
.commnbtn-slide-vertical .char:before, .commnbtn-slide-vertical .char:after {visibility: visible; color:#0C92EF; transition: transform 0.5s cubic-bezier(0.9, 0, 0.2, 1); transition-delay: calc( 0.2s + ( 0.02s * ( var(--char-index)) ) );}
.black-button .commnbtn-slide-vertical .char:before, .black-button .commnbtn-slide-vertical .char:after {visibility: visible; color:#fff; transition: transform 0.5s cubic-bezier(0.9, 0, 0.2, 1); transition-delay: calc( 0.2s + ( 0.02s * ( var(--char-index)) ) );}
.commnbtn-slide-vertical .char:before { color: var(--white); transition-delay: calc( 0.02s * ( var(--char-index)) );}

.white-button:hover .char:before { transition-delay: calc( 0.2s + ( 0.02s * ( var(--char-index)) ) );}

.white-button:hover .char:after { transition-delay: calc( 0.02s * ( var(--char-index)) );}

.commnbtn-slide-vertical .char:before { transform: translateY(-100%);}

.white-button:hover .char:before { transform: translateY(0%);}

.white-button:hover .char:after { transform: translateY(100%);}
.white-button:hover .commnbtn-slide-vertical .char:before, .white-button:hover .commnbtn-slide-vertical .char:after{color:var(--white);}
.white-button:after{content: ''; position: absolute; width: 0%; height: 100%;background: #0C92EF; left: 0; top: 0; z-index: -1; transition: 0.5s;}
.white-button:hover:after{width:100%;}
.godown{ position: absolute; bottom:6.35vw; right:0; display:flex; flex-direction:column; align-items: center; }
  .godown span{color: #000;font-feature-settings: 'liga' off, 'clig' off; font-size: 0.63vw; font-style: normal; font-weight: 500; line-height:0.63vw; letter-spacing: 0.21vw;
  text-transform: uppercase; writing-mode: vertical-lr; text-orientation: sideways; transform: rotate(-180deg);}
  .godown img, .godown svg{display: block;  position: relative;    margin-top: 0.52vw;}

  .blackbuttoforanimation, .whitebuttonforanimation, .godown {opacity: 0;  transform: translateY(1.04vw);}


.currentjob{padding:5.21vw 0; background:#0035AE; position: relative; overflow:hidden; }
.currentjob-vediowrap{width:100%; height:100%; position: absolute; left:0; top:0; background: rgba(0, 72, 238, 0.31);  }
.currentjob-video{width:100%; height:100%; object-fit:cover; opacity:0.6;}
.currentjob .container{position: relative; z-index: 1;}
.crentjobhdngsec{text-align: center; margin-bottom:2.6vw;}
.curentheading{color: #FFF; font-feature-settings: 'liga' off, 'clig' off;  font-family: 'MonaSans_ExpandedMedium'; font-size: 4.84vw; font-style: normal; font-weight: 500;
line-height: 4.84vw; margin-bottom:1.60vw;}
.shrtcont{color: #FFF; font-feature-settings: 'liga' off, 'clig' off; font-size: 2.45vw; font-style: normal; font-weight: 400; line-height: 3.39vw; max-width:63.75vw; margin:0 auto;}
.job-openingholder{display: flex; flex-wrap:wrap; gap:0.21vw; justify-content:center;}
.job-openingholder .alm-listing{display: flex; flex-wrap:wrap; justify-content:center; margin: 0 -1.04vw;}
.jobbox{width:30.5%; padding:0.21vw; margin: 0 1.04vw 2.6vw; position: relative; overflow:hidden; background: linear-gradient(90deg, #FBE13F 0.27%, #9CFA72 28.19%, #615BEF 55.27%, #FE4D59 79.49%, #21E9F0 99.73%); border-radius: 2.34vw;  background-size: 300% 300%; animation: gradientMove 6s ease infinite;}
.innerjobbx{ background: var(--white); border-radius: 2.34vw; padding:1.98vw 2.45vw;}

.job-head{display: flex; align-items:center; margin-bottom: 1.15vw;}
.jobimg{width:4.01vw;  overflow:hidden; margin-right:0.83vw;}
.jobimg img{width:100%;}
.jobpst-heading{color: #000; font-feature-settings: 'liga' off, 'clig' off; font-size: 1.41vw; font-style: normal; font-weight: 700; line-height: 1.56vw; margin-bottom: 0.01vw; max-width: 8.39vw;}
.job-hdngtext .shrtcont{color: #8A8A8A; font-feature-settings: 'liga' off, 'clig' off; font-size: 0.94vw; font-style: normal; font-weight: 400; line-height: 1.41vw;}

.job-typesec{display: flex; flex-wrap:wrap; padding-bottom:1rem; max-width:100%;}
.job-typesec span{display: inline-block;  padding:0.64vw 1.51vw; border: 0.05vw solid #0C92EF; border-radius:5.21vw; font-weight: 400; font-size: 0.94vw; line-height: 0.94vw; color:#0C92EF; margin-right: 0.94vw; margin-bottom: 1.31vw;}
.contenthldr{padding-top:1.09vw; border-top: 0.05vw solid rgba(0,0,0,0.12); 
  border-image: linear-gradient(90deg, #FBE13F 0%, #9CFA72 28.07%, #615BEF 55.29%, #FE4D59 79.65%, #21E9F0 100%); border-image-slice: 1;}
.contenthldr p{font-size: 0.94vw; line-height: 1.41vw; font-weight: 400; color:#8A8A8A; padding-bottom: 1.15vw;}
.applybtn{padding:0.78vw 1.56vw; background: #000; border-radius:5.21vw; font-size: 0.94vw; line-height:0.94vw; color:#fff !important; text-transform: capitalize; display: inline-block; position: relative; z-index:1; overflow:hidden;}
.applybtn:after{content: ''; position: absolute; width: 0%; height: 100%;background: #0C92EF ; left: 0; top: 0; z-index: -1; transition: 0.5s;}
.applybtn:hover:after{width:100%;}


.alm-load-more-btn{padding:0.94vw 1.82vw !important; display: inline-block !important; border: 0.05vw solid #9795B5 !important; border-radius: 2.08vw !important; font-size:0.94vw !important; line-height:0.94vw !important; color:#000 !important; position: relative !important; z-index:1; overflow:hidden !important; background:#fff !important; height:auto !important; transition: var(--transition) !important; }

.alm-load-more-btn:hover {border: 0.05vw solid #000 !important; background-color: #000 !important; color: #fff !important;}


.alm-btn-wrap .alm-load-more-btn.loading:before { height: 1.3vw !important; top: 0.48vw !important;  width: 1.25vw !important;}
.loveworkingsection{padding:7.55vw 0rem 6.56vw;}

.workong-heading-cont-wrapper{width:max-content; position: relative; margin-bottom:2.66vw;}
.working-heading{color: #000; font-feature-settings: 'liga' off, 'clig' off;  font-family: 'MonaSans_ExpandedMedium'; font-size: 4.53vw;font-style: normal;font-weight: 500;
  line-height: 1.69vw;}
.workinggredient { font-family: 'MonaSans_ExpandedSemiBold'; font-weight: 600; font-size:5vw; line-height:8.85vw;  display: block;        color: transparent; /* Text fill is transparent */background-clip: text; background-image: linear-gradient(to right, #FBE13F, #9CFA72, #615BEF, #FE4D59, #21E9F0);  color: #000;  -webkit-text-stroke-color: transparent;  -webkit-text-stroke-width: 0.16vw;  animation: gradient-stroke 5s linear infinite;  background-size: 200% auto;}
.workong-contentwrap{max-width:28.49vw;}
.workong-contentwrap p{color: #1E285F; font-feature-settings: 'liga' off, 'clig' off; font-size: 1.15vw;font-style: normal;font-weight: 600;line-height:1.67vw; letter-spacing: -0.02vw; padding-bottom: 0;}
.workingseclogo span{display: none;}
.workingseclogo { width: 24.58vw; height: 20.94vw; position: relative;}
.workingseclogo svg{width:100%; height:100%;}
.wkheaddotfst{position: absolute;width: 1.35vw;height: 1.35vw;  background: rgb(0, 53, 174);  border-radius: 50%; top: -18%;    left: -7%; animation: zoom-in-zoom-out 2s ease-out infinite;}
.wkheaddotscnd{width: 0.36vw; height: 0.36vw; position: absolute; top: 1.98vw; left: 6.82vw;  border-radius: 50%;  background: rgb(12, 146, 239); top: -22%; left: 8%; animation: zoom-in-zoom-out 2s ease-out infinite;}
 .sectionlistholder{display: flex; flex-wrap:wrap;}
 .listbox{width:18.07vw; height:16.77vw; position: relative;}
 .listbox:before{content:""; width:90%; height:0.05vw; background:#CDC7C7; position: absolute; left:0; bottom:0;}
 .listbox:after{content:""; height:90%; width:0.05vw; background:#CDC7C7; position: absolute; right:0.83vw; top:0;}
 .listbox:first-child{padding-right:3.50vw; padding-bottom:1.82vw;}
 
 .listbox:nth-child(2){padding-left:2.50vw; padding-bottom:1.82vw;}
 .listbox:nth-child(2):after{display: none;}
 .listbox:nth-child(3){padding-top:2.34vw; padding-right:3.50vw; }
 .listbox:nth-child(3):before{display: none;}
 .listbox:nth-child(3):after{top:1.61vw;}
 .listbox:last-child{padding-top:2.34vw; padding-left:2.50vw;}
 .listbox:last-child:before{display: none;}
 .listbox:last-child:after{display: none;}
.listimghldr{width:5.94vw; height:5.94vw; margin-bottom: 2.6vw; overflow:hidden;}
.listimghldr img{width:100%; height:100%; }


.listbox h3{color:#000; font-weight: 700; font-size: 1.56vw; line-height: 1.61vw;  margin-bottom:1.56vw;}
.listbox p{color: #8A8A8A; font-feature-settings: 'liga' off, 'clig' off; font-size: 1.1vw; font-style: normal; font-weight: 400; line-height: 1.46vw; padding-bottom: 0;  }
.list-contwraper{max-width:100%;}
.list-buttonwrapper{padding-top: 4.17vw; }

.jobpg-wht-clintsaysec{padding:6.56vw 0 6.56vw;}
.jbpg-clnthding{color: #000; font-feature-settings: 'liga' off, 'clig' off; font-family: 'MonaSans_ExpandedSemiBold'; font-size: 2.86vw; font-style: normal; font-weight: 600;
line-height: 2.86vw; /* 309.091% */letter-spacing: 0.05vw; margin-bottom:1.56vw;}
.top-hding-cntsec p{color: #000; font-feature-settings: 'liga' off, 'clig' off; font-size:1.2vw;font-style: normal;font-weight: 400;  line-height: 1.56vw; padding-bottom: 0; }
.top-hding-cntsec{margin-bottom: 5.26vw;}
.jobclint-wraper{display: flex; background: #FAFAFF; border-radius:1.04vw; overflow:hidden;}
.job-clintcontsec{padding:1.67vw 1.88vw; display: flex; flex-direction:column; justify-content:center; width:70%;}
.job-clintcontsec blockquote p{font-size: 0.94vw; line-height: 1.56vw; font-weight: 400; color:#5D5A88; padding-bottom: 1.67vw; }
.jobname{font-size:1.04vw; line-height:1.04vw; font-weight: 700; color:#5D5A88; margin-bottom: 0.52vw;}
.jobdesignation{font-size: 0.83vw; line-height: 0.94vw; font-weight: 400; color:#8D8BA7; }
.jobclintimg{width:30%; overflow:hidden; height:20.63vw; background: linear-gradient(180deg, #304EB1 -3.47%, #1A337E 97.19%); display: flex; align-items:center; justify-content:center; position: relative;}
.svgcrcle{width:8.91vw; height:8.91vw; border-radius: 50%; overflow:hidden; position: absolute; top:50%; left:50%; transform:translate(-50%,-50%);}
.jobcirclimg{width:6.93vw; height:6.93vw; border-radius: 50%; overflow:hidden;}
.jobclintimg img{width:100%; height:100%; object-fit:cover; transition:0.5s;}
.jobclint-wraper:hover .jobclintimg img{transform:scale(1.1);}
.job_clint_slider .swiper-pagination{display: block; position: static; margin-top: 1.77vw; text-align: left;}
.job_clint_slider .swiper-pagination .swiper-pagination-bullet{background: #D4D2E3 !important; width:0.68vw; height:0.68vw; margin:0px 0.36vw;}
.job_clint_slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background: #5D5A88 !important;}
.twowaycontentsec{display: flex; justify-content:space-between; padding-bottom: 3.91vw;}
.jobsingle-textsec{width:49%;}
.jobsingle-formsec{width:47%;}

.jobsingle-formsec{border-radius: 19.643px; background: #F2F1FA;  padding:5.3rem 6.1rem;}
.jobsingle-formsec h3{color: #5D5A88;font-feature-settings: 'liga' off, 'clig' off; font-size: 4.4rem; font-style: normal;font-weight: 700; line-height: 5.1rem;} 
.jobsingle-formsec .frmshrtcont{color:  #9795B5; font-feature-settings: 'liga' off, 'clig' off;font-size: 14.143px;  font-style: normal;  font-weight: 400;  line-height: 23.571px; margin-bottom: 2.4rem;} 
.full-wdth-frm{width:100%;}
.frmstyle label{color: #5D5A88;  font-size: 14.143px;  font-style: normal; font-weight: 700;  line-height: 14.143px; margin-bottom: 1rem;}
.frmstyle input{border-radius: 39.286px; background:#FFF; padding:2rem 1.8rem; border:none; outline:none; color:#ADABC3; font-size: 14.143px; font-style: normal;
  font-weight: 400;  line-height: 14.143px; width:100%; margin-bottom: 2.4rem;}

 .frmstyle textarea{border-radius: 15.714px; background:#FFF; padding:2rem 1.8rem;color:#ADABC3; font-size: 14.143px; font-style: normal;
    font-weight: 400;  line-height: 14.143px; outline:none; resize:none; width:100%; border:none; margin-bottom: 4.1rem;}
  .formwrapper p{padding-bottom: 0rem;}
 .twofrm-wrapper{display: flex; justify-content:space-between;}
 .half-width-frm{width:48%;}
 .frmstyle{position: relative;}
 .uploadFile p{ width: 100%; background-color: white; border: none;   overflow: hidden; color:  #ADABC3; font-feature-settings: 'liga' off, 'clig' off;font-size: 14.143px;
  font-style: normal; font-weight: 400; background: #E4E2ED;  line-height: 14.143px;  padding:2rem 1.9rem; position: relative;  resize: none; border-radius: 39.286px;}
  .uploadFile p .wpcf7-form-control-wrap{cursor: pointer !important;  display: block;  font-size: 999px;  filter: alpha(opacity=0);  min-height: 100%;  min-width: 100%;    opacity: 0;
    position: absolute;  right: 0px;  text-align: right;   top: 0px;  z-index: 1;}
  .inputfile { cursor: pointer !important;  display: block;  font-size: 999px;  filter: alpha(opacity=0);  min-height: 100%;  min-width: 100%;    opacity: 0;
    position: absolute;  right: 0px;  text-align: right;   top: 0px;  z-index: 1; }
    .formbutton{position: absolute;  right: 8px; top: 5px; width: 11.9rem; height: 5.9rem; color: #FFF; font-size: 14.143px; font-style: normal;   font-weight: 400;
      line-height: 14.143px; border-radius: 39.286px;  background: #131313; display: flex;  justify-content: center;  align-items: center; }
  .filename{position: relative; top:5px;}
  .wpcf7-not-valid-tip {font-size: 0.93vw;   top: 0;}
  .formwrapper .wpcf7-not-valid-tip { font-size: 1.4vw; position: relative;  top: -1.15vw;   display: block;}
  .submit-frm{padding-top:1.77vw;}
  .submit-frm input[type=submit]{border-radius: 1.64vw;  background: #93AAFD; display: inline-flex;  padding: 0.98vw 1.46vw; color:#FFF;
    text-align: center;font-size: 0.74vw;  font-style: normal;  font-weight: 700;  line-height: 0.74vw; border:none; outline:none; transition:0.5s;}
    .submit-frm input[type=submit]:hover{background: #131313;}
  .textfile{color: #9997A6; font-size: 0.63vw;  font-style: normal; font-weight: 600; line-height: 0.74vw; margin-bottom: 1.77vw; text-align: right; margin-top:0.36vw;}
  .formwrapper .wpcf7-response-output{border-color:#dc3232 !important; color:#000 !important;}
  .breadcrumb{margin-bottom: 5.9rem;}
  .breadcrumb a{color:  #5D5A88;font-size: 16px; font-style: normal;  font-weight: 400;  line-height: 22px; padding:0rem 0.4rem;}
  .breadcrumb a:hover{color:#93AAFD;}
  .breadcrumb span.current-item{color: #22203B; font-size: 16px;  font-style: normal;  font-weight: 700;  line-height: 22px; padding-left: 0.4rem;}
  .breadcrumb span:first-child a{padding-left: 0rem;}
  .detailsjobpst-heading{color: #1E285F; font-size: 36px;  font-style: normal;  font-weight: 700;  line-height: 46px; margin-bottom: 1.8rem; max-width:100%;}
  .experience{color: #5D5A88; font-family: "DM Sans";  font-size: 20px;  font-style: normal;  font-weight: 700;    line-height: 20px;}
  .jobcode{color: #5D5A88; font-size: 12px;  font-style: normal;  font-weight: 700; line-height: 20px; margin-bottom: 8.6rem;}
  .jobsingle-textsec h3{color: #5D5A88; font-size: 20px;  font-style: normal;  font-weight: 700;  line-height: 20px; margin-bottom: 3.2rem;}
  .jobsingle-textsec ul{list-style:none; padding:0; margin:0 0 8.8rem;  }
  .jobsingle-textsec ul li{color: #5D5A88; font-size: 16px; font-style: normal; font-weight: 400; line-height: 22px; padding-bottom: 3.3rem; padding-left: 3.8rem; position: relative;}
  .jobsingle-textsec ul li:after{content:""; background: url(../images/li_icon.svg)0 0 no-repeat; position: absolute; left:0; top:-3px; width:2.9rem; height:2.9rem; background-size: 100% 100%;}
  .jobsingle-textsec ul li:last-child{padding-bottom: 0rem;}
  .jobsingle-textsec ul:last-child{margin-bottom: 0rem;}

  .bannertext-mobile{display: none;}
  .mobilebanner-videowrap{display: none;}
  .mobile-menu-holder{display: none;}

  /**cursor**/
  .cursor { display: block;  width: 30px;  height: 30px;  position: absolute;   top: 50%;   left: 50%;   transform: translate(-50%);   border-radius: 50%;  background: transparent;    pointer-events: none;   z-index: 111;   border: 1px solid #0035AE;   transition: all 0.2s ease-out;    animation: moveCursor1 .5s infinite alternate;}

.expand {  background: transparent;  animation: moveCursor2 .5s forwards;   border: 1px solid yellow;}

@keyframes moveCursor1 {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(.8);
    }
}

@keyframes moveCursor2 {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.4);
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}
@keyframes moveCursormobile {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

.mobile-menu-icon{display: none;}

.icon { width: 22%;}
.icon svg{ width: 100%; height:100%;}
.wpcf7 form .wpcf7-response-output {
    margin: 2vw 0.5em 2vw;
    padding: 0.7vw 0.5vw;
    border: 0.1vw solid #00a0d2;
    font-size: 1vw;
}

/**form upload css**/
.drop_box { padding: 1.56vw; display: flex; align-items: center; justify-content: center; flex-direction: column; border: 0.05vw dashed #E7E5E5; border-radius: 0.26vw;}

.fileID{display: none;}

.drop_box h4 {font-size: 0.99vw; font-weight: 400;  color: #2e2e2e;}

.drop_box p { margin-top: 0.26vw;  font-size: 0.73vw;  color: #a3a3a3;}

.upldbtn { text-decoration: none; background-color: transparent;  color: #000;  padding: 0.52vw 1.04vw;  border: none;  outline: none;  transition: 0.3s;  border:0.05vw dashed #E7E5E5;
  border-radius:5.21vw;}


.drop_box.dragover {  border: 0.1vw dashed #007BFF;  background-color: #f0f8ff;}
.file-name {  font-weight: bold; color: #333;}
.file-name p{margin-top: 0;}

.file-name-wrapper {  display: flex;  align-items: center;   gap: 0.42vw;  margin-top: 0.42vw;}
.file-name-wrapper p{display: flex; align-items: center;}

#clearFileBtn {  background: none;  border: none;  font-size: 0.94vw;  color: red;   cursor: pointer;  line-height: 0.94vw;  margin-left:0.42vw;}
/*404page**/
body.error404{overflow:hidden;height:100vh; position: relative; }
.no-contentpage{width:100%; height:100vh; display:flex; flex-direction:column; justify-content:center; align-items:center; }

.nocont-videowrap{position: absolute; width:100%; height:100vh; right:0; top:0; z-index:-1;}
.nocnt-video{width:100%; height:100%; object-fit:cover; position: relative; right: -17%;}
.inner-nocontent{text-align: center;}
.inner-nocontent .no-cont-logowrap .custom-logo-link .aprtarea{display: none;}
.inner-nocontent .no-cont-logowrap .custom-logo-link{ display: inline-block; width:44%; margin-bottom:1.56vw;}
.inner-nocontent .no-cont-logowrap .custom-logo-link svg{width:100%; height:100%;}
.inner-nocontent h1{color: #000; font-family: 'MonaSans_ExpandedSemiBold';  font-feature-settings: 'liga' off, 'clig' off;  font-size: 9.53vw; font-style: normal;
    font-weight: 600;   line-height: 9.75vw;  letter-spacing: -0.05vw;  margin-bottom: 0;}
    .text-cont{max-width:41.67vw; margin:0 auto 1.56vw; width:100%;}
    .text-cont p { color: #000; text-align: center; font-size: 1.15vw;   font-style: normal;  font-weight: 400;  line-height: 1.88vw; letter-spacing: 0.03vw; padding-bottom: 0;
    position: relative;  z-index: 1;}
/* @media (min-width: 1200px) {
  .scroll-hint {
      display: none !important;
  }
} */
/* @media screen and (min-width: 993px) {
  .trusted_slider .swiper-slide{width:14vw !important; height:14vw; }
} */

/**privacy-policy ***/

 body.privacy-policy .site-header{position: static;}
 .privecybanner{padding:10.42vw 0; text-align: center;}
 .privecypolicy-sec{padding:0 0 4.17vw;}
 .privecybanner h1{color: #000; font-feature-settings: 'liga' off, 'clig' off;  font-family: 'MonaSans_ExpandedMedium'; font-size: 10.05vw;font-style: normal;font-weight: 500;line-height: 10.05vw; }
 .privecypolicy-sec .container{max-width: 80.5%;}
 .privecypolicy-sec h2{font-family: 'MonaSans_ExpandedMedium'; font-size: 2.08vw;font-weight: 500;line-height: 2.34vw;letter-spacing: 0.02vw;color: rgba(0, 0, 0, 1); margin-bottom: 1.5rem;}
.privecypolicy-sec ol,.privecypolicy-sec ul{ padding: 0; margin: 0; margin-left:1.04vw; margin-bottom:1.04vw;}
.privecypolicy-sec ol li, .privecypolicy-sec ul li{ font-family: var(--primary-font);  font-size: 0.94vw;   color: #000000;  line-height: 1.25vw;  font-weight: 400;margin-bottom: 1rem;}
.privecypolicy-sec ol li a, .privecypolicy-sec ul li a,.privecypolicy-sec p a{ font-family: var(--primary-font);  font-size: 0.94vw;   color: #000000;  line-height: 1.25vw;  font-weight: 400; text-decoration: underline;}
.privecypolicy-sec ol li a:hover, .privecypolicy-sec ul li a:hover,.privecypolicy-sec p a:hover{ font-family: var(--primary-font);  font-size: 0.94vw;   color: #000000;  line-height: 1.25vw;  font-weight: 400; text-decoration: underline;}
.privecypolicy-sec p{line-height:1.45vw;}
.privecypolicy-sec a:hover{color:#21E9F0 !important;}
body.privacy-policy .site-header.fixed {position: fixed; }
.privecypolicy{color:#00e9ee; padding-left: 0.73vw; position: relative;}
.privecypolicy:hover{color:#0094ea; text-decoration: underline; text-underline-offset:0.16vw; }
.privecypolicy:before { content: ""; position: absolute; left: 0.21vw; top: -0.05vw; width: 0.05vw; height: 110%; background: #fff;}

 /**responsive**/
 @media screen and (min-width: 2000px) {
  .box figure img{width:100%;}
  .box a{width:100%;}
}
@media screen and (min-width: 1400px) {
  .container {
    max-width: 90.5%;
  }
}
@media only screen and (max-width: 1700px) {
    .trstedabsbg {    top: -62%; }
    .short-banner-content { width: 19.05vw; right: -2.94vw; bottom: 0.3vw;}
    .short-banner-content p { font-size: 1.2vw; line-height: 1.4vw; padding-bottom: 0rem;}
    .lefttrust-section p { font-size: 0.98vw; line-height: 1.3vw;}
    .tab-content p { font-size: 1.2vw; line-height: 1.7vw;}
    .tab-content ul li {font-size: 1.2vw; line-height: 1.7vw;}
    .rightjoin-sec p {font-size: 1.15vw; line-height: 1.6vw; max-width: 43vw;}
    .middlesec-bx p {font-size: 0.84vw; line-height: 1.1vw; letter-spacing: 0.01vw;}
}

@media only screen and (max-width:1600px) { 
 
  .what_ourclintsay .swiper-pagination { width: 2.82vw;}
  .clintslider-buttongroup { width: 7.85vw;}
  .help-heading-wrapper .help-svg path { stroke-dasharray: 1200; stroke-dashoffset: 1200;}
  .left-joinsec { padding-left: 0;}
  .button {line-height: 0.70vw;}
  
  /** privecypage**/
  .privecybanner {padding: 10.42vw 0; } 
  /* .privecybanner h1 {font-size: 6.25vw; line-height: 6.6vw;}  */
  .privecybanner h1 {font-size: 9.03vw; line-height: 9.2vw;}
  .privecypolicy-sec {padding: 0 0 4.17vw;} 

  .privecypolicy-sec h2 { font-size: 2.22vw; line-height: 2.5vw; letter-spacing: 0.1vw;  margin-bottom: 1.5vw;} 
  .privecypolicy-sec ol, .privecypolicy-sec ul {margin-left: 1.39vw; margin-bottom: 1.39vw;} 
  .privecypolicy-sec ol li, .privecypolicy-sec ul li {font-family: var(--primary-font); font-size: 1.25vw; color: #000000; line-height: 1.8vw; font-weight: 400; margin-bottom: 1vw;} 
  .privecypolicy-sec ol li a, .privecypolicy-sec ul li a, .privecypolicy-sec p a { font-size: 1.25vw;line-height: 1.8vw; } 
  
  .privecypolicy-sec p {font-size: 1.25vw; line-height: 1.8vw;} 
  
}
@media only screen and (max-width:1499px) { 
  .privecybanner h1 {font-size: 6.25vw; line-height: 6.6vw;}
   .trstedabsbg { top: -95%;}
   .copyright-text { font-size: 0.83vw;}
}
@media only screen and (max-width:1439px) { 
.newaccordianheading h3 { font-size: 2.4vw; line-height: 2.4vw;}
.right_trustarea { padding-right: 2vw;}
.trstedabsbg { top: -82%;}

}
@media only screen and (max-width:1359px) { 
 .trstedabsbg { top: -75%;}
}
@media only screen and (max-width:1199px) { 
.banner-video {width: 100%; height: 100%; right: -38%; top: -2%; transform: rotate(184deg); }
.trusted_area { background: #fff;}
.trstedabsbg {top: -76%;}
.banner{z-index:1;}
.banner:after {content: ""; width: 53%; height: 110%; background: #efefef; filter: blur(25px); position: absolute; left: 0;top: -18%; z-index: -1;display: none; }
.innerbanner-wrapper .banner_text { font-size: 11.05vw;  line-height: 12.55vw;   letter-spacing: -0.02vw;}
.short-banner-content { width: 19vw; right: -19.86vw; bottom: 2.4vw;}
.short-banner-content p { font-size: 1.2vw; line-height: 1.65vw;}
.logo-holder ul li { width: 10%;}
.text-video-holder {right: 11.75vw; bottom: 1.57vw;}
.site-logo span { font-size: 1vw;}
.site-logo a svg { width: 6.11vw;  height: 5.49vw;  transition: 0.5s;}
.site-header.fixed .site-logo span {font-size: 0.90vw;}
.site-header.fixed .site-logo a svg { width: 4.29vw; height: 3.9vw;}
.button { padding: 1.30vw 1.77vw 1.20vw; font-size: 1.30vw; line-height: 0.90vw; border-radius: 1.86vw; text-align: center;}
.site-header.fixed .button {padding: 0.90vw 1.57vw 0.80vw; font-size: 0.94vw;}
.lefttrust-section .trust_heading {font-size: 1.65vw; line-height: 1.97vw; margin-bottom: 1.15vw;}
.lefttrust-section p {font-size: 0.93vw; line-height: 1.40vw;}
.box { width: 50.90vw;height: 60.33vw; bottom: -60.33vw;}
.box figure img { width: 100%; max-height: 95vh; border-radius: 1.35vw;}
.featared_headingpart ul li { font-size: 1.20vw; line-height: 1.20vw;  margin-right: 0.41vw;}
.featured-work h2 {font-size: 11vw;}
.help-small-content p { font-size: 1.55vw;}
.help-small-content { max-width: 30.45vw;}
.tab-content p { font-size: 1.20vw; line-height: 1.80vw;}
.tab-content ul li {font-size: 1.25vw; line-height: 1.85vw;}
.clint_slider p { font-size: 1.35vw; line-height: 1.97vw;}
.desigwrap .name {font-size: 1vw; line-height: 1vw;}
.designation { font-size: 0.83vw; line-height: 1.20vw;}
.clintslider-buttongroup {width: 11.35vw;}
.clint-sldbtn { width: 3.19vw !important; height: 3.19vw !important;}
.what_ourclintsay .swiper-pagination { width: 3.82vw;}
.percent-text {font-size: 0.97vw;}
.right-percent-text {font-size: 0.83vw; line-height: 1.34vw;}
.solution_heading { font-size: 3.45vw; line-height: 3.4vw;}
.inputbx label { font-size: 1.24VW; line-height: 1.24VW;}
.inputbx input {  font-size: 1.24vw; line-height: 1.24vw;}
.absspan { font-size: 1.44vw;}
.icon-email.absspan { font-size: 1.15vw;}
.social-navigation ul li a { font-size: 1.22vw;line-height: 1.22vw;}
.social-navigation ul li a:after { font-size: 0.76vw; right: -1.10vw;top: 0.60vw;}
.copyright-text {font-size: 1.22vw;}
.tagline {font-size: 1.24vw; line-height: 1.24vw; }
.bottom-nav ul li a {font-size: 0.84vw; line-height: 1.25vw;}
.cont-bg-one {top: -55.338%;}
.cont-bg-two { bottom: -49.338%;}
.expand {   animation: moveCursormobile .5s forwards;   }
.short-banner-content { width: 72vw;    position: static;    margin-top: 4vw;}
 .short-banner-content p { font-size: 2.64vw;  line-height: 3.65vw;}
 .text-video-holder { left: 6.55vw; bottom: 1.10vw;}
 .logo-holder ul li { width: 14%;   margin-right: 4.1vw;}
  .mobilebanner-videowrap{display: block; position: absolute; right:0; top:0; width:100%; height:100%; z-index: -1;}
  .banner-video{display: none;}
  
  .mobile-banner-video{width:100%; height:100%; object-fit:cover; }
   .trstedabsbg{display: none;}
  .trusted_area:before{content: "";  width: 110%; height: 30%;   background: #fff; filter: blur(10px); position: absolute; top: -5%; left: 0; z-index: 1; }
  .box a{width:100%;}
  .tab-content h4 { font-size: 1.55vw;}
  .footfirstsec { width: 34%;}
  .footerlogo a .custom-logo {  width: 7vw;   height: 7.93vw;}
 
  .counterholder:after { width: 26%; height: 0.05vw; left: -26%; top: -0.09vw;}
  .cmn-imgholder { width: 7.64vw; height: 7.64vw;}
  .rightjoin-sec p { font-size: 1.1vw;}
  .wpcf7-not-valid-tip { font-size: 1vw;}
  .wpcf7 form .wpcf7-response-output { padding: 0.8vw 1vw;     font-size: 1vw;}
   .text-cont { max-width: 100%; margin: 0 auto 2.56vw;}
   .text-cont p { font-size: 2vw; line-height: 2.55vw;}
   .inner-nocontent h1 {font-size: 13.53vw;  line-height: 13.75vw; margin-bottom: 1vw; }
   .nocont-btnwrap .black-button { padding: 1.59vw 2.46vw; font-size: 1.5vw; line-height: 1.5vw; border-radius: 3.08vw; margin-right: 1.09vw;}
    /**privecy policy**/
  .privecybanner {padding: 14.26vw 0;}  
  .privecybanner h1 {font-size: 7.7vw; line-height: 8vw;}  
  .privecypolicy-sec {padding: 0 0 5.86vw;}  
  .privecypolicy-sec h2 {font-size: 3.13vw; line-height: 3.52vw; letter-spacing: 0.1vw; margin-bottom: 2vw;}  
  .privecypolicy-sec ol, .privecypolicy-sec ul {margin-left: 1.95vw; margin-bottom: 1.95vw;}  
  .privecypolicy-sec ol li, .privecypolicy-sec ul li {font-size: 1.76vw;  line-height: 2.34vw;  margin-bottom: 1.56vw;}  
  .privecypolicy-sec ol li a, .privecypolicy-sec ul li a, .privecypolicy-sec p a {font-size: 1.76vw; line-height: 2.34vw;}  
.privecypolicy-sec p {font-size: 1.76vw; line-height: 2.34vw;}

}
@media only screen and (max-width:992px) { 
  .banner:after{display: none;}
 .cont-bg-two { bottom: -140.338%;}
 .form-wrapper {padding: 2.75vw 3.38vw;}
 .cont-bg-one { top: -73.338%;}
 .innerbanner-wrapper .banner_text { font-size: 12.05vw; line-height: 14.35vw;}
 /* .short-banner-content { width: 72vw;    position: static;    margin-top: 4vw;}
 .short-banner-content p { font-size: 2.64vw;  line-height: 3.65vw;}
 .text-video-holder { right: 17.45vw; bottom: 1.97vw;}*/
 .logo-holder ul li { width: 17%;   margin-right: 4.1vw;} 

 .cirlcleholding {height: 43vw;width: 43vw; margin:0 auto 5vw;}
.join-first-circle {width: 43vw;  height: 43vw;}
.join-second-circle {width: 33.75vw; height: 33.75vw;}
.join-third-circle { width: 21.35vw; height: 21.35vw;}
.join-fourth-circle {width: 19.11vw; height: 19.11vw;}
.img-holder1 { width: 5.947917vw; height: 5.947917vw;}
.img-holder2 {width: 6.625vw; height: 6.625vw;}
.img-holder3 {width: 5.35vw; height: 5.35vw;}
.img-holder4 { width: 5.6vw; height: 5.6vw;}
.img-holder5 {width: 4.45vw; height: 4.45vw;}
.img-holder6 { width: 5.75vw; height: 5.75vw;}
.banner:after { width: 56%;}
.trstedabsbg { top: -57%; width: 117%;}
.site-logo span { font-size: 1.35vw;}
.button { padding: 1.30vw 1.77vw 1.10vw; font-size: 1.48vw; line-height: 1.20vw; border-radius: 2.50vw;}
.site-header.fixed .site-logo span { font-size: 1.10vw;}
.site-header.fixed .button { padding: 1vw 1.57vw 0.60vw; font-size: 1.10vw; line-height: 1.20vw;}
.new-triangle { width: 57%;}
.text-video-holder .text-video { width: 6.9vw; height: 6.9vw;}
.lefttrust-section { width: 28vw;  }
.lefttrust-section p { font-size: 1.20vw;  line-height: 1.70vw;}
.box {width: 60vw; height: 95.33vw;  bottom: -95.33vw;}
.box figure img { max-height: 100vh;  border-radius: 2vw;}
.featared_headingpart ul li { font-size: 1.40vw; line-height: 1.40vw;  margin-right: 0.61vw;}
.featared_headingpart h3 { font-size: 3.69vw; margin-bottom: 1.86vw;}
.help-small-content p {font-size: 2vw;}
.help-small-content { max-width: 39.45vw;}
.help-heading-wrapper .help-svg path {stroke-dasharray: 1300;  stroke-dashoffset: 1300;}
.help-heading-wrapper .help-svg { width: 79.13vw;}
.helping { padding: 11.21vw 0;}
.helping h2 { font-size: 8.55vw; line-height: 10.54vw;}
.tab-content p {font-size: 1.80vw;  line-height: 2.40vw;}
.tab-content ul li {font-size: 1.75vw; line-height: 2.45vw;}
.newaccordianholder {flex-direction: column;}
.left-accordian-content { width: 100%;}
.right-accordian-content {  width: 100%;}
.newaccordianholder.active .right-accordian-content{padding-top: 2vw;}
.headingholder p {font-size: 1.6vw; line-height: 2vw;}
.clintsay_heading { font-size: 3vw; line-height: 3.55vw;}
.countertext { font-size: 1.65vw; line-height: 1.95vw;}
.desigwrap .name {font-size: 1.45vw; line-height: 1.45vw;}
.designation {font-size: 1.10vw;    line-height: 1.60vw; margin-top: 0.30vw;}
.clintimg { width: 8.97vw;  height: 8.97vw;}
.clintslider-buttongroup { width: 11.6rem;}
.what_ourclintsay .swiper-pagination { width: 6.8rem; font-size: 1.45vw;}
.clint-sldbtn { width: 3rem !important;  height:3rem !important;}
.clint-sldbtn span{ font-size: 1rem;}
.rightjoin-sec { padding: 0;  text-align: center;}
.rightjoin-sec p {font-size: 2vw; line-height: 2.50vw; max-width: 100%;  margin: 0 auto;}
.join-heading { font-size: 4.03vw; line-height: 4.2vw;}
.right-percent-text {font-size: 1.10vw; line-height: 1.64vw;}
.percent-text { font-size: 1.10vw;}
.solution_heading {  font-size: 4vw;  line-height: 4.20vw;}
.right-getsec p { font-size: 1.65vw;}
.inputbx label {font-size: 1.54VW;  line-height: 1.54VW;}
.inputbx input {font-size: 1.44vw;  line-height: 1.44vw;}
.absspan { font-size: 2vw; top: 1vw; }
.icon-email.absspan { font-size: 1.45vw;}
.affiliatesec ul { justify-content: flex-end;}
.affiliatesec ul li { width: 17%;}
.social-navigation ul li a { font-size: 1.42vw;  line-height: 1.42vw;}
.social-navigation ul li a:after {font-size: 0.96vw;  right: -1.40vw;  top: 0.80vw;}
.copyright-text {font-size: 1.45vw;}
.bottom-nav{display: none !important;}

  /* .mobilebanner-videowrap{display: block; position: absolute; right:0; top:0; width:100%; height:100%; z-index: -1;}
  .banner-video{display: none;}
 
  .mobile-banner-video{width:100%; height:100%; object-fit:cover; } */
   .bannertext-mobile{display: block;}
  .bannertext-desktop{display: none;}
  .text-video-holder{display: none;}
  .innerbanner-wrapper .banner_text .line:nth-child(2) { margin-top: -2.20vw;}
  .innerbanner-wrapper .banner_text .line:nth-child(3) { margin-top: -2.20vw;}
  .innerbanner-wrapper .banner_text .line:last-child { margin-top: -2vw;}
  .innerbanner-wrapper .banner_text {font-size: 15.05vw;  line-height: 17.35vw;}
 
  .mobile-menu-holder{display: block;}
  
  .mobile-menu-icon{width:5.04vw; height:5.04vw; border:0.2vw solid #000; border-radius: 50%; margin-left:1.85vw; display: flex; justify-content:center; align-items:center; flex-direction:column; position: relative;  z-index: 3; flex-shrink: 0; overflow:hidden;}
  .mobile-menu-icon span:first-child{width: 1.83vw; height: 0.2vw; background: #000; margin-bottom:0.5vw; } 
  .mobile-menu-icon span:nth-child(2){width: 2.12vw; height: 0.2vw; background: #000; margin-bottom:0.5vw; } 
  .mobile-menu-icon span:last-child{width: 1.83vw; height: 0.2vw; background: #000;  } 
  .mobile-menu-holder{position: relative;}
  .mobile-menu-wrapper {background: #fff; border-radius: 2.81vw; width:47.58vw; height: auto; padding: 14.11vw 4.44vw 3.85vw; position: fixed;  right: 16px; top: 4px;  z-index: 2; transform-origin: top right; transform: scale(0.5);  opacity: 0;  pointer-events: none;  transition: transform 0.3s ease, opacity 0.3s ease;}
	
  .mobile-menu-wrapper.open { pointer-events: auto;}
  .mobile-menu-wrapper ul{list-style:none; padding:0; margin:0; }
  .mobile-menu-wrapper ul li{display: block; }
  .mobile-menu-wrapper ul li a { color: #000; font-feature-settings: 'liga' off, 'clig' off;  font-size: 2.64vw; font-style: normal;  font-weight: 600;  line-height: 2.64vw;
    letter-spacing: -0.02vw;  text-transform: capitalize; padding-bottom: 1.64vw;  display: block;   width: max-content;}
  
.mobile-menu-icon.close span:first-child{ transform: rotate(45deg) translate(4px, 3px);} 
  .mobile-menu-icon.close span:nth-child(2){ opacity: 0;} 
  .mobile-menu-icon.close span:last-child{ transform: rotate(-45deg) translate(2px, -2px); position: relative;  top: -3px;  left: 0px; width: 1.93vw;} 
  
  .mobile-menu-icon span{display: block; will-change: transform, opacity;}
  .mobile-menu-wrapper ul li.active a{color:#0094ea;}
  .newaccordianheading h3 { z-index: 1;}
  .servesec { padding: 7.17vw 0rem;}
  .get-in-touchsec { padding: 7.58vw 0;}
  .newaccordianholder{position: relative;}
  .newaccordianholder:after{content:""; position: absolute; width:2.41vw; height:1.44vw; background: url('../images/accordcntrl.svg')0 0; right:5%; top:38px; background-size: 100% 100%; transition:0.3s;}
  .newaccordianholder:first-child:after{top:8px;}
  .newaccordianholder.active:after{transform:rotate(180deg)}
  .footerlogo a span { max-width: 21.42vw;}
  .tab-content h4 { font-size: 2vw;}
  .tagline { font-size: 1.14vw; line-height: 1.24vw;}
  .footfirstsec { width: 42%;}
  .affiliatesec ul li { width: 15%;}
  .join_buttongroup .button:first-child {  margin-right: 0;   }
  .innerfooter { flex-wrap: wrap;}
  .footfirstsec { width: 100%;}
  .footerlogo{width:max-content; margin:0 auto 3.5vw;}
  .footer-middlesec {width: 100%; margin-bottom: 4vw;}
  .middlesec-bx p { font-size: 1.3vw; line-height: 1.8vw;}
  .middlesec-bx p br { display: none;}
  .footerlogo a .custom-logo {  width: 12vw;  height: 10.93vw;}
  .commona { font-size: 1.3vw; line-height: 1.3vw;}
  .footscndsec { width: 100%;}
  .affiliatesec ul {  justify-content: center; flex-wrap:nowrap;}
  .affiliatesec ul li {width: 11%;  margin: 0 3vw;}
  .right_trustarea { width: 44.33vw;}
  .cmnhgt {margin-bottom: 1vw;}
  .addhgt { margin-bottom: 1vw;}
  .inputbx label sup {top: 0; font-size: 12px;  margin-left: 2px;   }
  .wpcf7-not-valid-tip { font-size: 1.4vw; margin-top: 0.90vw;}
  .wpcf7 form .wpcf7-response-output { font-size: 1.4vw;}
  .drop_box h4 { font-size: 1.2vw;}
  .drop_box p {margin-top: 0.46vw;  font-size: 0.93vw; }
  .upldbtn { padding: 0.72vw 1.24vw; font-size: 1.2vw; line-height: 1.2vw;}
  #clearFileBtn { font-size: 1.5vw;  line-height: 1.5vw; margin-left: 0.62vw;}
  .servlist ul li .servnmbr { font-size: 1.2vw; line-height: 1.2vw;}
  .servlist ul li .servnmbr:before { width: 0.63vw; height: 0.63vw;}
 .inner-nocontent h1 {  font-size: 26.53vw;    line-height: 28.75vw;    margin-bottom: 1vw;}
 .text-cont p {font-size: 2.6vw; line-height: 3.4vw;}
 .text-cont { margin: 0 auto 3.56vw;}
 .nocont-btnwrap .black-button {padding: 2vw 3.46vw;  font-size: 2.5vw;  line-height: 2.5vw;  border-radius: 3.8vw;  margin-right: 0;}
 /**privecypolicy**/
 .privecypolicy-sec ol, .privecypolicy-sec ul {margin-left: 2.02vw; margin-bottom: 2.02vw;}  
.privecypolicy-sec ol li, .privecypolicy-sec ul li {font-size: 1.82vw; line-height: 2.42vw; margin-bottom: 1.51vw;}  
.privecypolicy-sec ol li a, .privecypolicy-sec ul li a, .privecypolicy-sec p a {font-size: 1.82vw; line-height: 2.42vw;}  
.privecypolicy-sec p {font-size: 1.82vw; line-height: 2.42vw;}
}
@media only screen and (max-width:782px) { 
 body.logged-in .site-header { top: 4.6rem;}
  body.logged-in .mobile-menu-wrapper  { top: 5.2rem;}
}
@media only screen and (max-width:767px) { 
  .logo-holder ul li { width: 17%;  margin-right: 2.50vw;}
  .trusted_slider .brand_img_wrapper img { width: 65%;}
  .short-banner-content p { font-size: 2.24vw; line-height: 3.45vw;}
  .box { width: 75vw;    height: 100vw;    bottom: -100vw;}
  .inner-trustedsection { flex-direction: column;}
  .lefttrust-section .trust_heading { font-size: 3vw;  line-height: 3.97vw;  margin-bottom: 1.15vw;}
  .lefttrust-section .trust_heading br{display: none;}
  .trusted_area{padding-top: 0; text-align: center;}
  .lefttrust-section { width: 100%; text-align: center; margin-bottom: 4vw;}
  .lefttrust-section p { font-size: 2vw; line-height: 2.7vw;}
  .right_trustarea { padding-right: 0; width: 100%;}
  .right_trustarea p {font-size: 2.50vw; line-height: 3.40vw;}
  .featared_headingpart ul li { font-size: 2vw; line-height: 2.4vw;  margin-right: 1vw;}
  .innerbanner-wrapper .banner_text .line .gradient-text { -webkit-text-stroke-width: 0.46vw;}
  .even { right: 0vw;}
  .help-heading-wrapper .help-svg { width: 76.13vw;}
  .headingholder:before { content: ""; width: 21%;  height: 0.05vw;  background: rgba(255, 255, 255, 0.21);  position: absolute;  right: -21%;  bottom: -0.05vw;}
  .headingholder { padding: 6.89vw 0rem 6.89vw; text-align: center;}
  .headingholder p {font-size: 1.9vw; line-height: 2.4vw; max-width:100%; }
  .counterholder { padding: 5.38vw 0 5.38vw; text-align: center; max-width:100%; border-bottom: 0.05vw solid rgba(255, 255, 255, 0.21);}
  .clint_slider { padding-top: 6vw;}
  .countertext { font-size: 2.97vw;   line-height: 3.30vw;}
  .countertext br{display: none;}
  .clintswiperbox { padding: 0;  border-left: none;  height: 100%;  text-align: center;}
  .desigwrap:before{display: none;}
  .clint_slider p {font-size: 2.35vw; line-height: 3vw;}
  .desigwrap .name { font-size: 1.95vw;  line-height: 1.95vw;}
  .designation {font-size: 1.60vw;  line-height: 2vw; margin-top: 0.70vw;}
  .clintimg { margin: 0 auto; margin-top: 3vw;}
  .clintslider-buttongroup { width: 11.6rem;  position: relative;  margin: 0 auto; margin-top: 3vw; right:0; left:0; bottom:auto; z-index:4;}
  .what_ourclintsay{padding-bottom:10vw;}
  .counternmbr { font-size: 8.35vw; line-height: 7.83vw;}
  .joinsec {padding: 10.17vw 0;}
  .solutionsec { padding: 10.17vw 0 0;} 
   .helping { padding: 19.17vw 0;}
   .whatwedosection {padding: 7.21vw 0px 13.17vw;}
   .solution_heading { font-size: 5vw; line-height: 5.20vw;  text-align: center; padding-left: 0;}
   .percent-text {transform: rotate(0deg); top: 0; writing-mode: inherit;}
   .percentbox {display: block; left: 0; text-align: center;  margin-bottom: 3.5vw;}
   .percent-text {font-size: 1.80vw; line-height: 2.60vw;}
   .right-percentageholder {width: 89%; margin: 0 auto;  margin-top: 2vw;}
   .right-percent-text {font-size: 1.40vw; line-height: 1.94vw;}
   .progbar-one { width: 0.57vw;}
   .progbar-two { width: 0.57vw;}
   .get-in-touchsec { padding: 10.17vw 0;}
   .get-in-touchsec .row{flex-direction: column-reverse;}
   .right-getsec{padding-left: 0; text-align: center; margin-bottom: 4vw;}
   .servfrstsec{text-align: center;}
   .servsec-heading { width: 52vw; margin: 0 auto;}
   .servsec-logo { margin: 0 auto 5vw;}
   .servlist ul li .servnmbr { font-size: 2vw; line-height: 2vw;}
   .servlist ul li .servnmbr:before { width: 0.93vw; height: 0.93vw;}
   .servesec { padding: 10.17vw 0rem;}
   .right-getsec p {  font-size: 2.10vw;}
   .subheading { font-size: 3vw;}
   .inputbx label { font-size: 2.12VW;  line-height: 2.12vw; margin-bottom: 1.5vw;}
   .inputbx input { height: 5vw; font-size: 2vw;   line-height: 2vw;}
   .inputbx textarea { height: 6.58vw; font-size: 2vw;   line-height: 2vw;}
   .absspan {top: 2.5vw;}
   .submitbutton input { width: 24.7vw; height: 5.6vw; font-size: 1.84vw;  border-radius: 3.56vw;}
   .submitbutton{text-align: center;}
   .innerfooter { justify-content: center;  align-items: center;  flex-direction: column;}
   .affiliatesec ul {  justify-content: center; }
   .affiliatesec ul li { margin: 0 3vw; width: 15%;}
   .tagline { font-size: 1.54vw; line-height: 1.54vw;}
   .down-footer {flex-direction: column-reverse;}
   .social-navigation ul li a { font-size: 2vw; line-height: 2vw;}
   .social-navigation ul li a:after {font-size: 1.20vw; right: -1.80vw; top: 1vw;}
   .copyright-text {font-size: 1.85vw; margin-top: 1vw;}
   .down-footer { padding: 3vw 0 4vw;}
   .site-logo a svg {width: 7.11vw; height: 6.49vw;}
   .site-logo span { font-size: 1.65vw;}
   .button {padding: 1.40vw 1.77vw 1.30vw; font-size: 1.68vw; line-height: 1.60vw; border-radius: 2.50vw;}
   .site-header.fixed .site-logo a svg { width: 6.29vw; height: 6.9vw;}
   .site-header.fixed .site-logo span {font-size: 1.30vw;}
   .site-header.fixed .button {padding: 1vw 1.57vw 0.60vw; font-size: 1.40vw; line-height: 1.60vw;}
   .mobile-menu-icon.close span:last-child { transform: rotate(-45deg) translate(4px, -2px);top: 0; left: 0px;  width: 1.93vw;}
   .mobile-menu-icon { width: 6.04vw; height: 6.04vw;}
   .upper-footer { padding: 5.65vw 0rem 4.98vw;}
   .counterholder{position: static; }
   .headingholder:before{display: none;}
   .counterholder:after{display: none;}
   .cmn-imgholder {width: 8.64vw;  height: 8.64vw;}
   .rightjoin-sec p {line-height: 2.70vw;}
   .social-navigation ul { margin: 0 0 2vw;}
   .footerlogo a span {  max-width: 100%;}
   .servlist ul li { padding: 2vw 0vw; font-size: 1.95vw; line-height: 1.95vw;}
   .drop_box h4 {font-size: 2vw;}
   .drop_box { padding: 2vw; border-radius: 0.46vw;}
   .drop_box p { margin-top: 1.5vw; font-size: 1.7vw;}
   .upldbtn { padding: 1.7vw 2.4vw;  font-size: 1.8vw;  line-height: 1.5vw;}
   #clearFileBtn {font-size: 2.2vw; line-height: 2.2vw; margin-left: 1.3vw;}
   .wpcf7-not-valid-tip {font-size: 1.7vw; margin-top: 1vw;}
   .clintlogo { width: 27%; margin: 0 auto; margin-top: 8vw;}
   /**privecy policy**/
   
   .privecypolicy-sec ol, .privecypolicy-sec ul {margin-left: 2.81vw; margin-bottom: 2.81vw;}  
  .privecypolicy-sec ol li, .privecypolicy-sec ul li {font-size: 2.5vw; line-height: 3.44vw; margin-bottom: 1.88vw;}  
  .privecypolicy-sec ol li a, .privecypolicy-sec ul li a, .privecypolicy-sec p a {font-size: 2.5vw; line-height: 3.44vw;}  
  .privecypolicy-sec p {font-size: 2.5vw; line-height: 3.44vw;}
  .privecypolicy:before { left: 0vw;}
}

@media only screen and (max-width:639px) { 
  .cirlcleholding {height: 30.5rem; width: 30.5rem;}
  .join-first-circle {width: 30.5rem;height: 30.5rem;}
  .join-second-circle {width: 23.3rem; height:23.3rem;}
  .join-third-circle{width: 12.5rem; height:12.5rem;}
  .join-fourth-circle{width:10.3rem; height:10.3rem;}
  .img-holder1 { width: 4.7rem; height: 4.7rem;}
  .img-holder2 { width: 6.6rem; height: 6.6rem;}
  .img-holder3 { width: 5.9rem; height: 5.9rem;}
  .img-holder4 { width: 5.2rem; height: 5.2rem;}
  .img-holder5 { width: 3.8rem; height: 3.8rem;}
  .img-holder6 { width: 5.5rem; height: 5.5rem; bottom:42.2971%;}
  .img-holder7 { width: 6.1rem; height: 6.1rem;}
  .joindot1{width:0.4rem; height:0.4rem; top:19.0635%;}
  .joindot2{width:0.9rem; height:0.9rem;}
  .joindot3{width:1.1rem; height:1.1rem;}
  .joindot4{width:0.6rem; height:0.6rem;}
  .joindot5{width:0.8rem; height:0.8rem;}
  .banner:after { width: 65%;}
  .container{padding:0 30px;}
  .site-logo a svg {width: 11.11vw; height: 12.49vw;}
  .site-header .container{padding:0 20px;}
  .site-logo span { display:none;}
 .button { padding: 2.6vw 4.95vw 2.4vw; font-size: 3vw; line-height: 2.55vw; border-radius: 4.45vw;}
 .site-logo a svg {width: 15.11vw; height: 18.49vw;}
 .site-header.fixed .site-logo a svg { width: 10.29vw;  height: 11.9vw;}
 .site-header.fixed .button { padding: 2.1vw 4.45vw 1.45vw; font-size: 2.55vw; line-height: 2.33vw;  border-radius: 4.45vw;}
 .innerbanner-wrapper .banner_text { font-size:14.67vw;  line-height: 20vw;}
 .short-banner-content { width: 31%; margin-top: 4vw;}
 .short-banner-content p { font-size: 5vw; line-height: 6.85vw;}

 .innerbanner-wrapper .banner_text .line:nth-child(2) { margin-top: -4vw;}
 
 .innerbanner-wrapper .banner_text .line:last-child { margin-top: -4vw;}
 .logo-holder ul { justify-content: space-between;}
 .logo-holder ul li {width: 20%; margin-right:0;}
 .logo-holder { margin-top: 6.17vw;}
 .banner-video { width: 100%; height: 100%; right: -44%; top: -38%; transform: rotate(156deg);}
 .lefttrust-section .trust_heading { font-size: 5vw;  line-height: 5.97vw;  margin-bottom: 3.15vw;}
 .lefttrust-section p {font-size: 3vw;  line-height: 3.7vw;}
 .right_trustarea p { font-size: 3.5vw;  line-height: 4.4vw;}
 .new-triangle { width: 70%;}
 .trstedabsbg {  top: -50%;}
 .box {width: 86vw; height: 140vw; bottom: -140vw;}
  .box figure img {border-radius: 2.45vw;  }
 .featared_headingpart h3 { font-size: 4.69vw; margin-bottom: 3.86vw;}
 .featared_headingpart ul li {font-size: 2.40vw; line-height: 2.8vw; border-radius: 50px; margin-right: 1vw;  padding: 6px 9px;}
 .help-small-content p {font-size: 4vw;}
 .help-small-content { max-width: 67.45vw; margin-top: 10.81vw;}
 .whatwedosection .section-heading-warrper .section-heading { font-size: 9.05vw; line-height: 9.05vw;}
 .odd {left: 1.5vw;}
 .even {right: 1.5vw;}
 .total-accordian-holder { width: 100%;  padding: 0px 0;}
 .newaccordianheading h3 {font-size: 3.6vw; line-height: 3.6vw;}
 .tab-content p {font-size: 3vw; line-height: 4.7vw;}
 .tab-content h4 { font-size: 3.6vw;  margin-bottom: 3vw;}
.tab-content ul li { font-size: 3.2vw; line-height: 4.55vw;}
 .clintheadingimg { width: 21%; margin: 0 auto 5vw;}
 .clintsay_heading { font-size: 5vw; line-height: 5.55vw;}
 .headingholder p {font-size: 3.35vw;  line-height: 4.5vw;  max-width: 100%;}
 .counternmbr { font-size: 10.35vw; line-height: 9.83vw;}
 .countertext { font-size: 2.95vw; line-height: 3.3vw;}
 .clint_slider p { font-size: 3.35vw; line-height: 4.5vw;}
 .desigwrap .name {font-size: 2.95vw; line-height: 2.95vw;}
 .designation { font-size: 2.6vw; line-height: 3vw;  margin-top: 1vw;}
 .clintimg {margin-top: 6vw;}
 .clintimg {width: 17.97vw;  height: 17.97vw;}
 .clintslider-buttongroup {  margin-top: 8vw;}
 .join-heading {font-size: 6.03vw; line-height: 7.2vw;}
 .rightjoin-sec p {font-size: 3vw; line-height: 4.2vw;  max-width: 100%;  margin: 0 auto 0vw;}
 .solution_heading {font-size: 7vw; line-height: 7.2vw;}
 .percent-text { font-size: 2.8vw; margin-bottom: 2vw;}
 .right-percent-text { font-size: 2.4vw;   line-height: 3.94vw;}
 .right-solutionsec { padding: 0;  width: 100%;}
 .all-percentg-bx { width: 6.97vw;}
 .right-percentnumber { font-size: 3.29vw;}
 .progbar-one { width: 1vw;}
 .progbar-two { width: 1vw;}
 .servsec-heading h2 { font-size: 6.53vw; line-height: 11vw;}
 .servsecgredient-color {font-size: 7.83vw; line-height: 7.83vw;}
 .servsubheading { font-size: 4.19vw; margin-bottom: 4vw;}
 .servlist ul li { font-size: 3.19vw; line-height: 4.19vw;}
 .servlist ul li .servnmbr { font-size: 3vw; line-height: 3vw;}
 .servlist ul li .servnmbr:before { width: 1.93vw; height: 1.93vw; top: -0.60vw; left: -0.61vw;}
 .subheading { font-size: 5vw;}
 .gettchhding {font-size: 8.29vw; line-height: 9.29vw; margin-bottom: 4.08vw;}
 .right-getsec p {  font-size: 3.45vw;}
 .inputbx label { font-size: 3.12vw; line-height: 3.12vw;}
 .inputbx input {   height: 7vw;  font-size: 3vw;  line-height: 3vw;}
 .absspan { font-size: 4vw; top: 3.5vw;}
 .icon-email.absspan { font-size: 3.45vw;}
 .submitbutton input { width: 36.7vw; height: 8.5vw; font-size: 2.84vw; border-radius: 6.56vw; line-height: 0;}
 
 .form-wrapper .wpcf7-spinner { left: auto;  right: 8%;}
 .footfirstsec { width: 68.96vw;  margin: 0 auto;  }
 .footerlogo a .custom-logo { width: 61%;}
 .footerlogo a span { max-width: 100%; width: 92%;}
 .footerlogo a span.brandname { font-size: 3.2vw; line-height: 3.61vw;  max-width: 100%;}
 .tagline {font-size: 2.4vw;  line-height: 2.5vw;  }
 .affiliatesec ul li {width: 19%;}
 .form-wrapper { padding: 4.75vw 3.38vw;}
 .affiliatesec ul { margin-top: 4vw;}
 .social-navigation ul li a { font-size: 3vw; line-height: 3vw;}
 .social-navigation ul li { padding: 0 2.90vw;}
 .social-navigation ul li a:after {font-size: 1.80vw; right: -2.2vw; top: 1.66vw;}
 .copyright-text {font-size: 2.45vw;  margin-top: 1vw;}
 .innerbanner-wrapper { align-items: flex-end;  padding-bottom: 15.25vw;}
 .mobile-menu-icon { width: 10.04vw; height: 10.04vw;}
 .mobile-menu-icon span:first-child { width: 3.83vw; height: 0.4vw;  margin-bottom: 0.7vw;}
 .mobile-menu-icon span:last-child {width: 3.83vw; height: 0.4vw;}
 .mobile-menu-icon span:nth-child(2) { width: 5.12vw;  height: 0.4vw;  background: #000;  margin-bottom: 0.7vw;}
 .mobile-menu-icon.close span:last-child {  transform: rotate(-45deg) translate(2.60px, -3px);  top: 0;  left: 0px;  width: 3.83vw;}
 .mobile-menu-wrapper ul li a { font-size: 3vw;  line-height: 3vw;  padding-bottom: 1.94vw;}
 .mobile-menu-wrapper {border-radius: 3vw; width: 52.58vw;  padding: 18.11vw 5.44vw 3.85vw;}
 .mobile-menu-icon.close span:first-child {transform: rotate(45deg) translate(5px, 4px);}
 .helping h2 { font-size: 10vw;  line-height: 13vw;}
 .newaccordianholder:after {top: 27px;}
 .counterholder { padding: 5.38vw 0 6.38vw;}
 .cirlcleholding {  margin: 0 auto 8vw;}
 .servsecgredient-color {-webkit-text-stroke-width: 1px;}
 .desigwrap {margin-top: 1vw;}
 .countertext { font-size: 3.95vw;  line-height: 3.95vw;}
 .what_ourclintsay .swiper-pagination { font-size: 2.45vw;}
 .inputbx {margin-bottom: 4.56vw;}
 .cmn-imgholder {  width: 12.64vw;  height: 12.64vw; font-size:1.5vw; line-height: 1.8vw;}
 .footscndsec { width: 100%;}
 .clintheadingimg svg{width:100%;}
 .newaccordianholder:first-child { padding-top: 4.17vw;}
 .newaccordianholder:first-child:after {  top: 22px;}
 .inputbx textarea { height: 9.58vw;  font-size: 3vw;  line-height: 3vw;   margin-top: 1vw;}
 .join_buttongroup .button:first-child { margin-right: 0;    margin-top: 3vw;}
 .footer-middlesec{flex-wrap:wrap;}
 .middlesec-bx{width:100%; text-align: center;}
 .commona{justify-content:center;}
 .middlesec-bx:first-child { width: 100%;}
 .icon-name {width: max-content;  margin: 0 auto 2vw;    height: auto !important;     justify-content: center;}
 .middlesec-bx { margin-bottom: 3.5vw;}
 .middlesec-bx:last-child{margin-bottom:0;}
 .middlesec-bx p {font-size: 3vw; line-height: 4.2vw;}
 .commona { font-size: 3vw;  line-height: 4.2vw;}
 .addhgt { margin-bottom: 1.4vw;}
 .cmnhgt { margin-bottom: 1.5vw;}
 .place { font-size: 3vw;  margin-left: 1vw;}
 .commona svg { margin-right: 1.3vw;}
 .footerlogo a .custom-logo { width: 57%; height:100%;}
 .footerlogo a span { max-width: 100%;  width: 100%;}
 .newaccordianholder.active .right-accordian-content { padding-top: 4vw;}
 .icon { width: 28%;}
 .commona span { margin-right: 1.6vw;  display: inline-block;}
 .wpcf7-not-valid-tip {font-size: 3vw; margin-top: 2vw; line-height: 3vw;}
 .wpcf7 form .wpcf7-response-output { font-size: 3vw;  line-height: 3.2vw;  padding: 1vw 1vw;}
 .clintlogo { width: 27%; margin-top: 8vw;}
 .text-cont p {font-size: 4.4vw;  line-height: 5.5vw;}
 .nocont-btnwrap .black-button {padding: 3vw 4.46vw;  font-size: 3.2vw;  line-height: 2.9vw; border-radius: 5.8vw;  margin-right: 0;}
 .inner-nocontent h1 { font-size: 33.53vw;  line-height: 34.75vw;  margin-bottom: 2vw;}
 .text-cont { margin: 0 auto 7.56vw;}
 .inner-nocontent .no-cont-logowrap .custom-logo-link { width: 50%; margin-bottom: 2.56vw;}
 .nocnt-video { right: -3%;}
 .privecypolicy-sec .container { max-width: 100%;}
 .privecybanner {padding: 18.75vw 0;}  
.privecybanner h1 {font-size: 10.42vw; line-height: 10.83vw;}  
.privecypolicy-sec {padding: 0 0 7.71vw;}  
.privecypolicy-sec h2 {font-size: 5vw; line-height: 5.6vw; letter-spacing: 0.16vw;  margin-bottom: 3.2vw;}

.privecypolicy-sec ol, .privecypolicy-sec ul {margin-left: 3.75vw; margin-bottom: 3.75vw;}  
.privecypolicy-sec ol li, .privecypolicy-sec ul li {font-size: 3.13vw; line-height: 4.38vw; margin-bottom: 2.5vw;}  
.privecypolicy-sec ol li a, .privecypolicy-sec ul li a, .privecypolicy-sec p a {font-size: 3.13vw; line-height: 4.38vw;}  
.privecypolicy-sec p {font-size: 3.13vw; line-height: 4.38vw;}
}

@media only screen and (max-width:479px) { 
  .innerbanner-wrapper {  padding-bottom:38vw; }
  .mobile-menu-icon span:first-child { width: 3.83vw;    height: 0.4vw;  margin-bottom: 0.8vw;}
  
  .mobile-menu-icon.close span:first-child { transform: rotate(45deg) translate(3px, 3px);}
  .mobile-menu-wrapper { border-radius: 3vw;  width: 67.58vw;  padding: 22.11vw 5.44vw 4.85vw;}
 
  .mobile-menu-wrapper ul li a { font-size: 4vw; line-height: 4.45vw;  padding-bottom: 3vw;}
  .mobile-menu-icon { margin-left: 2vw;}
  .logo-holder {margin-top: 12vw;}
  .clintheadingimg { width:25%; margin: 0 auto 1vw;}
  .cmn-imgholder { width: 15.64vw; height: 15.64vw; font-size: 2vw; line-height: 2.6vw;}
  .newaccordianholder:after { top: 22px;}
  .newaccordianholder.active:after{top:20px;}
  .tab-content h4 { font-size: 3.2vw;  margin-bottom: 3vw;}
  .rightjoin-sec p { font-size: 3.5vw; line-height: 4.8vw; max-width: 100%;  margin: 0 auto 0vw;  padding-bottom: 3.6vw;}
  .tab-content p { font-size: 3.4vw;  line-height: 5vw;}
  .tab-content h4 {font-size: 3.5vw;}
  .tab-content ul li { font-size: 3.4vw; line-height: 5vw; padding-bottom: 1.5vw;}
  .absspan { top: -0.35vw;}
  .servlist ul li { font-size: 3.49vw;  line-height: 4.49vw; padding: 3.34vw 0vw;}
  .inputbx label sup {color: #FF0000; font-size: 11px;  margin-left: 4px;  top: -1px;}
  .clintslider-buttongroup { width: 12.6rem;}
  .what_ourclintsay .swiper-pagination { font-size: 3.45vw;}
  .icon { width: 35%;}
  .copyright-text { font-size: 3vw;    line-height: 4.2vw;}
  .drop_box h4 {font-size: 3vw;}
  .drop_box p { margin-top: 2.2vw; font-size: 3vw;}
  .upldbtn { padding: 2.7vw 3.4vw;  font-size: 3vw;   line-height: 3vw;}
  .drop_box p { margin-top: 3vw;  font-size: 3vw;}
  .drop_box { padding: 4vw; border-radius: 0.46vw;}
  #clearFileBtn {font-size: 4.2vw;  line-height: 4.2vw;  margin-left: 1.7vw;}
  .submitbutton input { margin-top: 2.63vw;}
  .lefttrust-section p { font-size: 3.5vw; line-height: 4.2vw;}
  .right_trustarea p { font-size: 4.2vw;  line-height: 5vw;}
  .lefttrust-section p { font-size: 3.7vw;  line-height: 4.4vw;}
  .privecypolicy { padding-left: 1.5vw; }
  /**privecy**/
.privecybanner {padding: 26vw 0;}  

.privecypolicy-sec {padding: 0 0 11.5vw;}  
.privecypolicy-sec ol, .privecypolicy-sec ul {margin-left: 5.2vw; margin-bottom: 5.2vw;}  
.privecypolicy-sec ol li, .privecypolicy-sec ul li {font-size: 4.5vw; line-height: 6.3vw; margin-bottom: 4vw;}  
.privecypolicy-sec ol li a, .privecypolicy-sec ul li a, .privecypolicy-sec p a {font-size: 4.5vw; line-height: 6.3vw;}  
.privecypolicy-sec p {font-size: 4.5vw; line-height: 6.3vw;}
.privecypolicy-sec h2{margin-top: 3vw;}
.privecypolicy-sec h2 {font-size: 6vw; line-height: 6.84vw;  letter-spacing: 0.22vw;  margin-bottom: 6vw;}
.privecybanner h1 { font-size: 11vw;  line-height: 7.5vw;}
}
@media only screen and (min-height: 300px) and (max-height: 599px) {
  .banner {height: 900px;}
  .innerbanner-wrapper .banner_text {font-size: 12.05vw;line-height: 14.35vw;}
  .mobile-menu-wrapper { padding: 8.11vw 4.44vw 2.85vw;}
}
@media only screen and (min-height: 360px) and (max-height: 500px) {
  
}
@media only screen and (min-height: 360px) and (max-height: 700px) {
  .trstedabsbg { top: -47%;}
  .box figure img { max-height: 100%;}
 
  
}


@media only screen and (min-height: 750px) and (max-height: 890px) {
  .logo-holder { margin-top: 2.17vw;}
}



