/*Common CSS Start*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: 'Inter-VariableFont-opsz-wght';
  font-display: swap;
  src: url('../fonts/Inter-VariableFont_opsz_wght.woff2') format('woff2');
       
}

html, body {
  /*height: 100%;*/
  font-family: Inter-VariableFont-opsz-wght, sans-serif;
  line-height: 1.6;font-size: 17px;
  color: #444;font-weight: 300;overflow-x: hidden;
}
.wide_wrap{/*overflow-x: hidden;*/}
h1{font-size: 56px; line-height:normal; font-weight: bold;padding:0px 0 25px; margin:0;}

h2 {color: #111;font-size: 46px; line-height:normal; font-weight: bold;padding:0px 0 25px; margin:0;}

h3 {color: #111; font-size: 24px; line-height:normal; font-weight: bold;padding:0px 0 25px; margin:0;}

h4 {color: #111; font-size: 20px; line-height:normal; font-weight: bold;padding:0px 0 25px; margin:0;}

h5 {font-size: 18px; line-height:normal; font-weight: bold;padding:0px 0 25px; margin:0;}

h6 {font-size: 16px; line-height:normal; font-weight: bold;padding:0px 0 25px; margin:0;}

.animated-heading p,
.animated-heading p:last-child,
p{ padding:0 0 30px 0; margin:0;}
p:last-child{ padding-bottom:0;}


img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover{color:#1d54ec;}
strong{ font-weight: bold;}
.font_light{ font-weight: 300;}

ul{padding-left: 18px;list-style: none;}
ol{padding-left: 18px;}

.alignitems_center{align-items: center;}
.text_center{text-align:center;}
.text_left{text-align:left;}
.text_right{text-align:right;}

.padding_bot_0{ padding-bottom:0px;}
.padding_bot_10{ padding-bottom:10px;}
.padding_bot_20{ padding-bottom:20px;}
.padding_bot_30{ padding-bottom:30px;}
.padding_bot_40{ padding-bottom:40px;}
.padding_bot_50{ padding-bottom:50px;}
.padding_bot_60{ padding-bottom:60px;}
.padding_bot_70{ padding-bottom:70px;}
.padding_bot_80{ padding-bottom:80px;}
.padding_bot_90{ padding-bottom:90px;}
.padding_bot_100{ padding-bottom:100px;}
.padding_bot_120{ padding-bottom:120px;}
.padding_bot_140{ padding-bottom:140px;}
.padding_bot_160{ padding-bottom:160px;}

.padding_top_0{ padding-top:0px;}
.padding_top_10{ padding-top:10px;}
.padding_top_20{ padding-top:20px;}
.padding_top_30{ padding-top:30px;}
.padding_top_40{ padding-top:40px;}
.padding_top_50{ padding-top:50px;}
.padding_top_60{ padding-top:60px;}
.padding_top_70{ padding-top:70px;}
.padding_top_80{ padding-top:80px;}
.padding_top_90{ padding-top:90px;}
.padding_top_100{ padding-top:100px;}
.padding_top_120{ padding-top:120px;}
.padding_top_140{ padding-top:140px;}
.padding_top_160{ padding-top:160px;}

span.blue_color{ color:#2c7ae8;}

.blue_light_bg{background:#234fde0d;}

.gradient_btn{
  background: #2352f4;white-space: nowrap;
  background: linear-gradient(to right, #4facfe, #2352f4);
  box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.1), -8px -8px 15px rgba(255, 255, 255, 0.8), inset 0 0 20px rgba(0, 150, 255, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  color: #fff;
	font-size: 14px;
	border: none;
	padding: 14px 25px;
	border-radius: 60px;display: inline-block;
	cursor: pointer;
	margin-top: 10px;
	transition: all 0.4s;
}
.gradient_btn:hover {
	background: #4facfe;
  background: linear-gradient(to right, #2352f4, #4facfe);color: #ffffffc7;
}



/* Row */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

/* Columns (span classes) */
[class*="span"] {
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  float: left;
}

/* 12 Column Grid (percentage based) */
.span1  { width: 8.3333%; }
.span2  { width: 16.6666%; }
.span3  { width: 25%; }
.span4  { width: 33.3333%; }
.span5  { width: 41.6666%; }
.span6  { width: 50%; }
.span7  { width: 58.3333%; }
.span8  { width: 66.6666%; }
.span9  { width: 75%; }
.span10 { width: 83.3333%; }
.span11 { width: 91.6666%; }
.span12 { width: 100%; }


.container {
  max-width: 1480px; width:100%;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

.animated-heading {
	overflow: hidden;
	clear: both;
}
.word, .char, .line {
	display: inline-block;
	opacity: 0;
	transform: translateY(40px);
}
.mouse_3d_tilt_wrap {
  perspective: 1000px;
  transform-style: preserve-3d;
}

.item_featured_img{overflow: hidden;line-height: 0; border-radius: 10px;position: relative;}
.item_featured_img img{ width: 100%; height: 200px; object-fit: cover; border-radius: 10px;transition: all 0.4s ease;}
.item_featured_img:after{
    transition: all 0.4s ease; -webkit-transition: all 0.4s ease;
	background: #328ae6;
    background: linear-gradient(to right, #328ae6, #1a4bed);
    opacity: 0;
	background-repeat: repeat;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

ul.list-bullet li{padding-bottom:15px;padding-left:25px; background:url("../images/yellow-bullet.png") no-repeat left 6px;}

/* Tabs */
.lead-tabs {
  display: flex;
  border-bottom: 3px solid #e0e0e0;
  gap: 20px;
  flex-wrap: wrap;justify-content: center;
}
.lead-tab {
  position: relative;
  padding:12px 5px;
  cursor: pointer;
  color: #555;
  font-weight: 600;
  transition: 0.3s;
  border-bottom: 3px solid transparent; margin-bottom: -3px;
}
.lead-tab.active {
  color: #007bff;
  border-bottom: 3px solid #007bff;
}

/* Tab Content */
.lead-tab-content {
  display: none;
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  margin-top: 20px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}
.lead-tab-content.active {
  display: block;
}


/*Common CSS End*/


/* Header Start */
.site-header {background: #fff;color: #fff;padding: 15px 0;}
/* Navigation */
.site-header .nav ul {list-style: none; margin: 0; padding: 0; display: flex;justify-content: flex-end;}
.site-header .nav ul li{margin-left: 20px;position: relative;}
.site-header .nav ul li a {color: #333;text-decoration: none;transition: color 0.3s; padding:15px 0;display: inline-block;}
.site-header .nav ul li a:hover {color: #2c7ae8;}
.align-center {align-items: center;}
/* Add down arrow only to li having dropdown */
.site-header .nav ul li.dropdown_parent > a::after {
  content: " ▼";
  font-size: 7px;
  margin-left: 5px;
  color: #ccc9c9;
  position: absolute;
  right: 10px;
  top: 18px;
}
.site-header .nav ul li.dropdown_parent.menu_level_1 > a:after{position: relative;top: auto; right: auto;}
.site-header .nav ul li .dropdown-menu {
  display: none;
  position: absolute; width:250px;
  top: 100%;
  left: 0;
  background: #fff;box-shadow: 0px 9px 15px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 15px 0;
  z-index: 1000;
  flex-direction: column;
}
.site-header .nav ul li .dropdown-menu.dropdown_menu_2{ left:auto;right:100%; top:0;}
.site-header .nav ul li .dropdown-menu li { margin: 0;border-bottom: 1px solid #3376f81f;}
.site-header .nav ul li .dropdown-menu li:last-child{border-bottom: 0px}
.site-header .nav ul li .dropdown-menu li a {
  display: block;
  padding: 12px 20px;
  color: #444;
  transition: background 0.3s;font-size: 15px;
  line-height: 1.3;border-radius: 4px;
}
.site-header .nav ul li .dropdown-menu li a:hover {background: #3d88fa; color: #fff;}
.site-header .nav ul li:hover > .dropdown-menu { display: block;}
.site-header .nav ul li a.contact_butn{
  background: #2352f4;white-space: nowrap;
  background: linear-gradient(to right, #4facfe, #2352f4);
  box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.1), -8px -8px 15px rgba(255, 255, 255, 0.8), inset 0 0 20px rgba(0, 150, 255, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  color: #fff;
	font-size: 14px;
	border: none;
	padding: 12px 25px;
	border-radius: 6px;
	cursor: pointer;
	margin-top: 10px;
	transition: all 0.4s;
}
.site-header .nav ul li a.contact_butn:hover {
	background: #4facfe;
  background: linear-gradient(to right, #2352f4, #4facfe);
}


/* Header CSS End */

/*content_area css*/
.site_content_area{display: inline-block;
  width: 100%;}

/*Service List Wrapper */
.service_category_content{padding-top:60px;}
.service_category_content .service-list{ padding-top:15px;}
.service_category_content h2{ padding-top:15px; text-align: center;}
.service-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; list-style: none; padding:80px 0 50px 0;  margin:0px 0;}
.service-item { background: #fff; border: 1px solid #eee; border-radius: 12px; box-shadow: 0 4px 12px rgba(0,0,0,0.06); padding: 20px; transition: all 0.3s ease;max-width: 500px;}
.service-item:hover {transform: translateY(-7px); box-shadow: 0 8px 20px rgba(0,0,0,0.1);}

.post-item .item_featured_img{margin-bottom: 15px;}
.service-item .item_featured_img{margin-bottom: 15px;}

.post-item:hover .item_featured_img img,
.insight-card:hover .item_featured_img img,
.service-item:hover .item_featured_img img{transform: rotate(-3deg) scale(1.1); filter: brightness(1.15);}

.post-item:hover .item_featured_img:after,
.insight-card:hover .item_featured_img:after,
.service-item:hover .item_featured_img:after{opacity: 0.6;}

.service-item h3 { font-size: 20px; margin:0; padding-bottom:15px;}
.service-item h3 a { text-decoration: none; color: #333; transition: color 0.3s;}
.service-item h3 a:hover { color: #0073e6;}
.service-item p{ padding-bottom:20px;}
.service-item a.more_button {
  display: inline-block;
  margin-top: 10px;
  padding: 8px 16px;
  background: #328ae6; 
  background: linear-gradient(to right, #328ae6, #1a4bed);
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  font-size: 14px;
  transition: background 0.3s;
}
.service-item a.more_button:hover {background: #1a4bed; 
  background: linear-gradient(to right, #1a4bed, #328ae6);}

/*service details CSS Start*/
.sn_service_template_row{ padding-top:70px; padding-bottom:70px;}
.sn_service_full_width .container{ max-width:100%;}
.sn_service_template ul li{padding-bottom: 14px; list-style: disc;}
/*service details CSS End*/

/*Blog List Wrapper */
.post-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; list-style: none; padding:80px 0 50px 0;  margin: 0px 0;}
.post-item { background: #fff; border: 1px solid #eee; border-radius: 12px; box-shadow: 0 4px 12px rgba(0,0,0,0.06); padding: 20px; transition: all 0.3s ease;}
.post-item:hover {transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0,0,0,0.1);}
.post-item img.post-thumbnail { width: 100%; height: 200px; object-fit: cover; border-radius: 10px;}
.post-item h3 { font-size: 20px; margin:0; padding-bottom:15px;}
.post-item h3 a { text-decoration: none; color: #333; transition: color 0.3s;}
.post-item h3 a:hover { color: #0073e6;}
.post-item p{ padding-bottom:20px;}
.post-item a.more_button {
  display: inline-block;
  margin-top: 10px;
  padding: 8px 16px;
  background: #328ae6; 
  background: linear-gradient(to right, #328ae6, #1a4bed);
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  font-size: 14px;
  transition: background 0.3s;
}
.post-item a.more_button:hover {background: #1a4bed; 
  background: linear-gradient(to right, #1a4bed, #328ae6);}

.post_meta_area{ font-size:87%;padding-bottom: 15px;opacity: 0.7;}
.post_meta_area .categories{padding-right:10px; padding-left:25px; background: url("../images/categories.png") no-repeat left top; line-height: 25px; display: inline-block;}
.post_meta_area .categories a{ color:#000204c9;}
.post_meta_area .categories a:hover{ color:#005bb5;}
.post_meta_area .date{ color:#000204c9;padding-left:25px; background: url("../images/calendar.png") no-repeat left top; line-height: 25px; display: inline-block;}

/*Single Post CSS Start*/
.sn_post_details_container{ padding:70px 0 50px;}
.comment-form input::placeholder, 
.comment-form textarea::placeholder{color: rgba(74, 73, 73, 0.7);}
.comment-form { max-width: 700px; margin: 20px auto; padding: 20px; background: #fff; border-radius: 10px; box-shadow: 0 4px 10px rgba(0,0,0,0.1);}
.comment-form h2 {font-size: 22px; font-weight: 600; color: #333;}
.comment-form input,
.comment-form textarea { width: 100%; padding: 10px 12px; margin-bottom: 12px; border: 1px solid #ccc; border-radius: 6px; font-size: 14px;transition: border-color 0.3s ease, box-shadow 0.3s ease;color: #000;}
.comment-form input:focus,
.comment-form textarea:focus { border-color: #007BFF; box-shadow: 0 0 5px rgba(0,123,255,0.3); outline: none;}
.comment-form textarea {min-height: 100px;resize: vertical;}
.comment-form button {
  display: inline-block;
  padding: 10px 18px;
  background: #007BFF;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.3s ease;
}
.comment-form button:hover {background: #0056b3;}

/* === Comments Section Wrapper === */
.sn_post_comments { margin-top: 40px; padding: 20px; background: #f9f9f9; border-radius: 12px;}
.sn_post_comments h2 { font-size: 22px;color: #333;}
.sn_post_comments ul { list-style: none; padding-left: 0;}
.sn_post_comments li {margin-bottom: 20px; padding: 15px; background: #fff; border-radius: 8px; box-shadow: 0 2px 6px rgba(0,0,0,0.05); position: relative; font-size:14px;}
.sn_post_comments li strong { color:#007bff;font-size: 18px;display: block;}
.sn_post_comments small { display: block; margin-top: 8px; font-size:12px;}
.sn_post_comments a {display: inline-block; margin-top: 8px; font-size: 13px; color: #007BFF; text-decoration: none; font-weight: 500; transition: color 0.3s ease;}
.sn_post_comments a:hover { color: #0056b3; text-decoration: underline;}
.sn_post_comments ul ul { margin-left: 25px; margin-top: 12px; border-left: 2px solid #e0e0e0; padding-left: 15px;}











.Casestudies_section{padding: 100px 0px 110px;}
.Casestudies_section h2{text-align: center; }
.casestudy_card_wrapper {
  width: 100%;
  perspective: 500px;
  margin-bottom: 50px;
}

.casestudy_card_wrapper:last-child {
  margin-bottom: 0;
}

.casestudy_cards {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

.casestudy_card {
  background: #FDFDFD;
background: linear-gradient(156deg, rgba(253, 253, 253, 1) 0%, rgba(205, 206, 210, 1) 100%);
box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.2), -4px -4px 10px rgba(255, 255, 255, 0.1);
border: 2px solid #fff;
  width: 100%;
  height: 460px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  overflow: hidden;transition: all 0.6s;
}
.casestudy_card:hover{border: 8px solid #1a4bed61;}

.casestudy_card_wrapper.casestudy_card2_wrapper{background: rgba(26, 75, 237, 0);
  padding: 0px;
  border-radius: 15px;
  backdrop-filter: blur(10px);}
.casestudy_card2_wrapper .casestudy_card{background: none!important;box-shadow:none;}
.casestudy_card2_wrapper .casestudy_card h3 a{font-size: 2.5em; color: #fff; font-weight: 700; text-align:center;text-shadow: 0px 3px 4px #006aff;}
.casestudy_card2_wrapper .casestudy_card h3 a span{display: block;font-size: 20px; }

.casestudy_card2_wrapper .casestudy_card h3 a span span {
	background: #2352f4;
	background: #fff;
	box-shadow: 8px 8px 59px rgb(255, 255, 255);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	color: #1a4bed;
	font-size: 18px;
	border: none;
	padding: 14px 31px;
	border-radius: 6px;
	cursor: pointer;
	margin-top: 30px;
	transition: all 0.4s;
	text-shadow: none;
	display: inline-block;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.casestudy_card2_wrapper .casestudy_card h3 a span span:hover {
	background: #1a4bed;color: #fff;
}
  
.casestudy_card_left{width: 50%;padding:10px;height: 100%;}
.casestudy_card_img{overflow: hidden;border-radius: 14px;height: 100%;}
.casestudy_card_img img {object-fit: cover; width: 100%;height: 100%;border-radius: 14px; transition: all 0.6s;}
.casestudy_card:hover .casestudy_card_img img{transform: rotate(-3deg) scale(1.05);-webkit-transform: rotate(-3deg) scale(1.05);}

.casestudy_card_right{width: 50%;padding: 20px 30px;}
.casestudy_card h3{color:#000;font-size:24px;}
.casestudy_card h3 a{color:#000;}
.casestudy_card .more_button{
  display: inline-block;
  margin-top: 10px;
  padding: 8px 16px;
  background: #328ae6; 
  background: linear-gradient(to right, #328ae6, #1a4bed);
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  font-size: 14px;
  transition: background 0.3s;
}
.casestudy_card .more_button:hover {
	background: #1a4bed; 
  background: linear-gradient(to right, #1a4bed, #328ae6);
}
.text_image .casestudy_card_left{order: 2;}
.text_image .casestudy_card_right{order: 1;}


@media (min-width: 768px) {
  .casestudy_cards {
    width: 100%;
    padding: 0 30px;
  }
}
@media (min-width: 1024px) {
  .casestudy_cards {
    width: 100%;
    padding: 0 50px;
  }
}










/* Hero section Start*/
.shi_banner{ position: relative; min-height: 90vh;}
.shi_banner::after{background-image: url("../images/border.png"); background-repeat: repeat; content: ""; position: absolute; top: 0; left: 0; width: 100%; height:100%;}
.shi_banner .animate-glow img{
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	color: transparent;
}
.hero-content{ text-align: center; position: relative; z-index: 2; padding: 150px 0 50px;}
.hero-content h1 { font-size: 60px; font-weight: 700; color: #111; margin-bottom: 20px; }
.hero-content p{font-size: 24px; line-height: normal;}
.hero_button{ display: flex; position: relative;background:#1a1e1d;border-radius: 30px; padding: 0px 5px 0px 0px; color: #fff;transition: all 0.6s;
font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  align-items: center;
  gap: 10px;
  max-width: 360px;
  margin: 4.6rem auto 0 auto;
text-align: left;
}
.hero_button:hover {transform: translateY(-9px);background:#2f6df7;color: #fff;}
.hero_button img{ width:45px;}
.logo-container {
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    width: 88%; height:100%;
    z-index: 1;
}
.shi_banner_cap_area{ position: relative; z-index: 1;overflow: hidden;}
.hero_icon {width: auto;height: auto; position:absolute; top:59%; left:10%;opacity: 0;}
.hero_icon2{top:10%; left:48%;}
.hero_icon3{top:20%; left:84%;}
.hero_icon4{top:7%; left:17%;}
.hero_icon5{top: 54%; left: 84%;}
.hero_icon6{top: 65%; left: 64%;}
.hero_icon7{top: 66%; left: 35%;}


/* ===== InfiniteScroller Styles ===== */
.shi_scroller_wrap{width: 100%;overflow: hidden;position: absolute; bottom: -10px; left: 0;}
@media screen and (max-height: 730px) {
  .shi_scroller_wrap {
    position: relative!important;
  }
}

.shi_scroller {
  z-index: 9;
  position: relative;
  white-space: nowrap;
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
  mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
}

.shi_scroller__track {
  display: flex;
  align-items: center;
  gap: 10px;
  animation: scroll 30s linear infinite;
}
/* Hover to pause */
.shi_scroller:hover .shi_scroller__track {
  animation-play-state: paused;
}


.shi_card a{
  padding: 0.75rem 1.5rem;
  background: #111;
  background: linear-gradient(to right, #4facfe, #2352f4);
  box-shadow: 
    8px 8px 15px rgba(0, 0, 0, 0.1),     /* outer shadow */
    -8px -8px 15px rgba(255, 255, 255, 0.8), /* light reflection */
    inset 0 0 20px rgba(0, 150, 255, 0.05);
  transition: 0.6s all;
  color: #fff;
  border-radius: 7px; font-size: 13px; display: inline-block;
}

.shi_card.is-alt a{
  background: #fff;
   box-shadow: 
    8px 8px 15px rgba(0, 0, 0, 0.1),     /* outer shadow */
    -8px -8px 15px rgba(255, 255, 255, 0.8), /* light reflection */
    inset 0 0 20px rgba(0, 150, 255, 0.05);
  color: #000;
   transition: 0.6s all;
}

.shi_card a:hover {
  background: #333;
  color: #fff;
}

.shi_card.is-alt a:hover {
  background: #333;
  color: #fff;
}

[data-direction="right"] .shi_scroller__track {
  animation-direction: reverse;
}

[data-speed="slow"] .shi_scroller__track {
  animation-duration: 80s;
}

[data-speed="normal"] .shi_scroller__track {
  animation-duration: 60s;
}

[data-speed="fast"] .shi_scroller__track {
  animation-duration: 40s;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}


/* Hero section End*/




/* Service section Start*/
/*
.framer-a85jvv {position: relative;}
#problem {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 6vw;
  font-weight: bold;
  z-index: 2;
  color: #fff;
  
}
#problem:after {
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	background:url("../images/service.webp") repeat center center;
	opacity:0.08;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%; z-index: 3;
}

#problem span{
  color:#fff;
  text-shadow:0 1px 0 #CCC, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2), 0 5px 10px rgba(0, 0, 0, 0), 0 10px 10px rgba(0, 0, 0, 0), 0 20px 20px rgba(0,0,0,.15);
  padding: 0 8px; z-index: 9;
}


#text-scroll {
  padding: 10px 0 150px 0;
  position: relative;
  z-index: 9;
}

.text-item {
  opacity: 0;
  transform: translateY(150px);
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 400;
  margin: 0 0 150px;
  max-width: 50%;
  color: #fff;
}

.text-item:nth-child(odd) {
  text-align: left;
  margin-left: 50px;
}

.text-item:nth-child(even) {
  text-align: right;
  margin-right: 50px;
  margin-left: auto;
}

.home_services_box {
  background: #1D54F4; background: linear-gradient(147deg, rgba(29, 84, 244, 1) 0%, rgba(49, 136, 238, 1) 100%);
  max-width: 470px; width: 100%;
  color: white;  
  font-weight: normal; font-size: 18px; line-height:1.6;display: inline-block; text-align: left;
  padding: 18px 30px; 
  border:2px solid #fff; 
  border-radius: 25px; 
  box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.2), -4px -4px 10px rgba(255, 255, 255, 0.1); 
  transition: all 0.3s ease; 
}

.home_services_box:hover {
  box-shadow: 6px 6px 15px rgba(0, 0, 0, 0.3), -6px -6px 15px rgba(255, 255, 255, 0.1); 
  transform: translateY(-2px); 
}
.home_services_box h3{ font-size: 26px; line-height: normal;font-weight: 600; line-height: 1.1; padding-bottom: 0;color: #ffffffe5;}
.home_services_box h3 a{color:#ffffffe5;}
.home_services_box h3 a:hover{color:#ffffffb8;}
.home_service-desc {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, opacity 0.5s ease;
  opacity: 0;
  margin-top:0;
}
.home_service-desc p{ color: #ffffffe5;margin-top:12px;padding: 0 0 15px 0;}
.home_services_box:hover .home_service-desc {
  max-height: 200px; 
  opacity: 1;
}
.home_services_box a{color: #ffffffe5;}
.home_services_box a:hover{color:#ffffffb8;}

*/



/*
.home_service_section{padding: 70px 0; position: relative; overflow: hidden; display: inline-block; width: 100%; height:1000px;}
.service_tab_section{display: flex; gap: 40px; padding: 30px 0 0px 0;}


.service-left {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 40%;
}
.service-tab {
    background:#1a1a1a0f;
    padding:15px 30px;
    border-radius: 25px;
    font-size: 23px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight:500; color: #373737;
}

.service-tab:hover,
.service-tab.active {
    background: #2352f4;
    color: #fff;
}

.service-tab .arrow {
    font-size: 22px;
}

.service-right {
    width: 60%;
    position: relative;
}

.service-content {
    visibility: hidden;
    opacity: 0;
    height: 0;
    overflow: hidden;
    transform: translateY(20px);
    transition: opacity 0.7s ease, transform 0.7s ease, height 0.7s ease;
}

.service-content.active {
    visibility: visible;
    opacity: 1;
    height: auto;
    transform: translateY(0);
}


.service-content img {
    width: 100%;
    border-radius: 25px;
    margin-bottom: 20px;
    height: 375px;
    object-fit: cover;
}


.home_service_section .service_content_desc{display: flex; gap: 40px; padding: 20px 0 0;}
.home_service_section .service_content_desc_left{display: flex; flex-direction: column; gap: 0px; width: 22%;}
.home_service_section .service_content_desc_right{display: flex; flex-direction: column; gap: 0px; width: 78%;}

.service_number{display: flex; justify-content: center; align-items: center; height: 160px; width: 160px; border-radius: 500px; font-size: 70px; border: 2px solid #2352f43d; background: #2352f41f;color: #2352f485;}

.home_service_section .service-content h3 {font-size: 28px; margin-bottom: 0px; color:#fff;}
.home_service_section .service-content p {font-size: 18px; margin-bottom: 0px; color:#3e3e3e; padding: 5px 0 10px 0;}

.home_service_section .readmore {
    margin-top: 10px;
    display: inline-block;
    color: #2352f4;
    font-weight: bold;
}

*/



.home_service_section{padding: 70px 0; position: relative; overflow: hidden; display: inline-block; width: 100%;}
.service_tab_section{display: flex; gap: 40px; padding: 30px 0 0px 0;}


.service-left {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 40%;
}
.service-tab {
    background:#1a1a1a0f;
    padding:15px 30px;
    border-radius: 25px;
    font-size: 23px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight:500; color: #373737;
}

.service-tab:hover,
.service-tab.active {
    background: #2352f4;
    color: #fff;
}

.service-tab .arrow {
    font-size: 22px;
}

.service-right {
    width: 60%;
    position: relative;
}

.service-content {
    visibility: hidden;
    opacity: 0;
    height: 0;
    overflow: hidden;
    transform: translateY(20px);
    transition: opacity 0.7s ease, transform 0.7s ease, height 0.7s ease;
}

.service-content.active {
    visibility: visible;
    opacity: 1;
    height: auto;
    transform: translateY(0);
}


.service-content img {
    width: 100%;
    border-radius: 25px;
    margin-bottom: 20px;
    height: 375px;
    object-fit: cover;
}


.home_service_section .service_content_desc{display: flex; gap: 40px; padding: 20px 0 0;}
.home_service_section .service_content_desc_left{display: flex; flex-direction: column; gap: 0px; width: 22%;}
.home_service_section .service_content_desc_right{display: flex; flex-direction: column; gap: 0px; width: 78%;}

.service_number{display: flex; justify-content: center; align-items: center; height: 160px; width: 160px; border-radius: 500px; font-size: 70px; border: 2px solid #2352f43d; background: #2352f41f;color: #2352f485;}

.home_service_section .service-content h3 {font-size: 28px; margin-bottom: 0px; color:#fff;}
.home_service_section .service-content p {font-size: 18px; margin-bottom: 0px; color:#3e3e3e; padding: 5px 0 10px 0;}

.home_service_section .readmore {
    margin-top: 10px;
    display: inline-block;
    color: #2352f4;
    font-weight: bold;
}




/* Service section End*/

.how-we-help-section{background:#f7f7f7;padding-bottom: 110px;padding-top: 90px; position: relative; z-index: 1;overflow-x: hidden;}
.how-we-help-section h2{ padding-bottom: 50px;text-align: center;}
.service-cards {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.service-card-wraps{flex: 1; max-width: 31%;}
.service-card {
  background: #1D54F4; background: linear-gradient(147deg, rgba(49, 136, 238, 1) 0%, rgba(29, 84, 244, 1) 100%);
  color: white;width: 100%;
  display: inline-block;
  padding: 32px 36px;
  border-radius: 40px 40px 25px 25px; text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); height: 100%;
  /*transition: transform 0.3s ease-in-out, filter 0.3s ease-in-out;*/
}
.service-card:hover {transform: scale(1.05);}
.service_image_wraps{margin:-32px -36px 0 -36px; border-radius: 40px; border-bottom: 6px solid #fff; overflow: hidden;}
.service_image_wraps img{width: 100%;}
.service-card h3{font-size: 26px;line-height: 1.1; padding-bottom: 16px;padding-top: 25px; margin: 0px;color: #ffffffe5;font-weight: 600;}
.service-card p {font-size: 16px;line-height: 1.4; margin-bottom: 0px; padding:0px 0px 20px 0px; color: #ffffffc7;font-weight: 300;text-align: justify;}
.service-card p:last-child{ padding:0px 0px 0px 0px;}
.service-image {
  width: 100%;
  height: auto;
  border-radius: 40px;
  margin-top: 0px;
}

.more-text-wrap {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.6s ease;
  }

  .show-more-btn {
    background: #1a4bed;
    color: #fff;
    border: none;
    padding: 12px 25px;
    border-radius: 6px;
    cursor: pointer;
    margin-top: 10px;
    transition: background 0.3s ease;
  }

  .show-more-btn:hover {
    background: #0e2fa8;
  }

/* Responsive Design */
@media (max-width: 768px) {
  .service-cards {
    flex-direction: column;
    align-items: center;
  }

  .service-card-wraps {
    max-width: 80%;
    margin-bottom: 20px;
  }
}


/*****Brands We Serve CSS Start*****/
.brands_we_serve_section{padding:90px 0 90px 0;border-top: 1px solid #00000017;border-bottom: 1px solid #00000017;}
.brands_we_serve_section h2{padding-bottom: 50px;text-align: center;}
.brands_we_serve_section .splide:not(.is-overflow) .splide__pagination{ display:inline-block!important;}

.certifications_about_logo,
.certifications_section .certifications_logo_carousel,
.brands_we_serve_section .client_logo_carousel{padding-bottom: 40px;}

.certifications_about_logo .splide__slide,
.certifications_section .certifications_logo_carousel .splide__slide,
.brands_we_serve_section .client_logo_carousel .splide__slide{text-align:center;}

.certifications_about_logo .splide__slide img,
.certifications_section .certifications_logo_carousel .splide__slide img,
.brands_we_serve_section .client_logo_carousel .splide__slide img{display: inline-block; }

.splide__pagination__page.is-active{background: #0073e6;}
.certifications_about_logo .splide__slide img,
.certifications_logo_carousel .splide__slide img{ max-width: 150px;}




/******* Latest Posts or Insights Section CSS Start *******/
.insights-section {
  text-align: center;
  padding: 80px 20px 110px 20px;
}

.insights-section h2 { padding-bottom: 60px;text-align: center;color: #000;}

/* Featured post layout */
.insight-featured { margin-bottom: 36px;}
.insight-featured img {object-fit: cover;height: 400px; width: 100%;border-radius: 14px;}
.insight-content {text-align: left;}

.insight-content .category {
  text-transform: inherit;
  color: #777;
  font-size: 17px;
  margin-bottom: 0px; padding-bottom: 12px;
}

.insight-content h3 {
  font-size: 40px;text-transform: none;
  font-weight: 700;
  color: #000;
  margin-bottom: 15px;
  line-height: 1.3;
}
.insight-content h3 a{line-height: 1.3;display: inline-block;width: 100%;}

.explore-btn {
  display: inline-block;
  padding: 8px 30px;
  background: #1D54F4;
  background: linear-gradient(147deg, rgba(29, 84, 244, 1) 0%, rgba(49, 136, 238, 1) 100%);
  color: #fff;
  font-size: 18px;font-weight: normal;
  border-radius: 12px;
  text-decoration: none;
  transition: background 0.3s ease;
  border: 2px solid #fff;
  box-shadow: 6px 6px 8px rgba(0, 0, 0, 0.14), -2px -3px 2px rgba(255, 255, 255, 0.1);
}

.explore-btn:hover {
  background: linear-gradient(0deg, rgba(29, 84, 244, 1) 0%, rgba(49, 136, 238, 1) 100%);color: #ffffffc7;
}

/* 3-card grid below */
.insight-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap:36px;
}

.insight-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  text-align: left;
  transition: transform 0.3s ease;
}

.insight-card:hover {
  transform: translateY(-10px);
}

.insight-card img {
  width: 100%;
  height: 290px;
  object-fit: cover;border-radius: 14px;border: 1px solid #00000021;
}

.card-body {
  padding: 34px 0px 0;
}

.card-body h4 {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin-bottom:0px;padding-bottom:10px;
  line-height: 1.2;
}
.card-body h4 a{color: #000;}
.insight-card:hover .card-body h4 a{color: #215ff3;}
.card-body p {
  color: #000;font-size: 17px;
}
/* Responsive */
@media (max-width: 768px) {
  .insight-featured {
    flex-direction: column;
  }
  .insight-content {
    text-align: center;
  }
}

/******* Latest Posts or Insights Section CSS End *******/



/*****location section CSS Start*****/
.location-section{clear: both;padding:50px 0 0 0;}
.location-section .container{
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 50px 10px;
}

.location-card {
  width: 25%; padding: 0 15px; text-align: center;
  overflow: hidden;
  transition: transform 0.3s ease-in-out;
}

.location-card img {
  max-width: 100%;
  height: auto;
  object-fit: cover;display: inline-block;
}

.location-card .location-info {
  padding: 15px;
  text-align: center;
}

.location-card h3 {
  font-size: 24px;
  color: #1a4eed;
  margin-bottom: 0px;padding: 0px 0px 12px;
}

.location-card p {
  font-size:15px;
  color: #454545;
  margin: 0px 0;
}

.location-card:hover {
  transform: scale(1.05);
}



/*****location section CSS End*****/



/****** FAQ section CSS Start ******/
.faq-section {
  padding: 90px 0px 40px;border-top: 1px solid #00000017;
}

.faq-section h2{text-align: center;padding-bottom: 60px;}
.faq-section h3 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom:0px;
}

.faq-section p {
  margin-bottom: 0px;
}

.faq-items {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.faq-item {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  padding: 10px; transition: all 0.6s;
}
/*.faq-item:hover {
  background-color:#2f82e72e;}*/

.faq-question {
  background:rgba(26, 75, 237, 1); position: relative;
  color: white;
  font-size: 18px;
  font-weight: 400;
  padding: 22px 50px 23px 30px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  text-align: left;
  width: 100%;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.faq-question:hover {
  background-color: #328ae6;
}

.faq-answer {
  padding: 15px;
  display: none;
}

.faq-item.active .faq-answer {
  display: block;
}
.faq_plus {
  position: absolute;
  width: 30px;
  height: 30px;
  border: 2px solid #fff;
  border-radius: 40px;
  display: inline-block;
  transition: transform 0.3s ease;
  cursor: pointer;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}
.faq_plus::before,
.faq_plus::after {
  content: "";
  position: absolute;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: background-color 0.3s ease, transform 0.3s ease;
}
.faq_plus::before {
  width: 14px;
  height: 3px;
}
.faq_plus::after {
  width: 3px;
  height: 14px;
}


.faq-item.active .faq_plus::after {display: none;}


/***** FAQ section CSS End *****/


.testimonials_section{text-align: center;overflow: hidden;padding: 90px 0 90px;}
.testimonials_section h2{padding: 0px 0 40px;}
.testimonials_section h3{font-weight: 600;font-size: 30px;padding: 0px 0 40px;}
.testimonials_section .top_img{ margin:0 auto;max-width: 100%; width: 100%;}
.reating_tg a{max-width:300px; width: 100%;display: inline-block;transition: all 0.4s;}
.reating_tg a:hover{opacity: 0.7;transform: translateY(10px);}
.testimonials_section .splide__track{overflow: visible;}
.testimonials_section .splide__list{padding:50px 0px !important}
.testimonials_section .splide__slide{background: #E1E1E1;
background: linear-gradient(12deg, rgba(225, 225, 225, 1) 0%, rgba(253, 253, 253, 1) 57%, rgba(225, 225, 225, 1) 100%);
padding:40px;
box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.2), -4px -4px 10px rgba(255, 255, 255, 0.1);
border: 2px solid #fff;border-radius: 14px;transition:all 0.6s;
}
.testimonials_section .splide__slide:hover{background: #5c87e870;}
.rating{ max-width:150px;}
.quote {
  padding-bottom:30px;
  padding-top:30px; border-bottom: 1px solid #a7a7a73b;margin-bottom:30px;
}

.person {
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 10px;
}

.avatar {
  width: 66px;
  height: 66px;
  border-radius: 50%;display:none;
}

.name {
  font-weight: bold;
}

.location {
  font-size: 14px; display:block;color: #5a5a5a;
}
.testimonial p{ margin-top:0;}



.contact-stats-section {
  background: #3088F3;
  background: linear-gradient(90deg, rgba(48, 136, 243, 1) 0%, rgba(29, 83, 236, 1) 100%);
  color: #fff;
  padding: 100px 20px;
  border-radius: 25px;
  width: 60%;
  margin: 50px auto 0;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);position: relative; z-index: 2;
}
.contact-stats-section::before {
	background-image: url("../images/border.png");
	background-repeat: repeat;background-position: center center;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;opacity: 0.6;
}

.contact-stats-section h2 {
  font-size:30px;padding-bottom: 40px;
  line-height: 1.3;color: #fff;
  margin-bottom:0px; font-weight:normal;
}

.stats {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 40px;
}

.stat-box {
  flex: 1 1 30%;
  text-align: center;
}
.stat-box img{display:inline-block; max-width:90px;}
.contact-info{position: relative;}

.contact-info h3 {
  font-size: 28px;color: #fff;
  margin-bottom: 5px;
}

.contact-info p {
  margin-bottom: 20px;
  opacity: 0.9;
}

.btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 25px;
  background:#f4f7ff;
  color: #022b93;
  font-weight: 400;
  text-decoration: none;
  transition: 0.3s ease;
}

.btn:hover {
  background: #e9efff;
}


.right-form {
  background: rgba(255, 255, 255, 0.1);
  padding: 30px;
  border-radius: 15px;
  backdrop-filter: blur(4px);
}


label {
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
}
input[type="radio"]{ width:auto;}
input,
textarea {
  width: 100%;
  padding: 12px 15px;
  border: none;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.25);
  color: #fff;
  font-size: 14px;
  outline: none;
}

input::placeholder,
textarea::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

textarea {
  resize: none; height:120px;
}

.btn.submit {
  background: #f4f7ff;
  color: #022b93;
  border: none;
  cursor: pointer;
  font-size: 17px;font-weight: 400;
  transition: 0.3s ease;
}

.btn.submit:hover {
  background: #e1e8ff;
}

/* Responsive */
@media (max-width: 768px) {
  .contact-stats-container {
    flex-direction: column;
  }

  .stats {
    flex-direction: column;
    align-items: center;
  }

  .stat-box {
    flex: 1 1 100%;
  }

  .right-form {
    margin-top: 30px;
  }
}




/******footer CSS Start*******/
footer {
      background: #FFF;
      background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 100%);
      padding: 80px 60px 40px;
      position: relative;
      overflow: hidden;
    }
footer h3 {
      font-size: 22px;
      font-weight: 600;
    }

footer ul {
      list-style: none; padding:0;
    }

footer ul li {
      margin-bottom: 6px;padding:0;
    }

footer ul li a {
      color: #666;
      text-decoration: none;
      transition: color 0.2s;
    }

footer .social ul li a{font-size: 20px;font-weight: bold;}
    footer .offer-btn {
      display: inline-block;
      background: #0056ff;
      color: #fff;
      padding: 10px 18px;
      border-radius: 8px;
      text-decoration: none;
      font-weight: 500;
      margin-bottom: 16px;
      transition: background 0.3s;
    }

    footer .offer-btn:hover {
      background: #003dcc;color: #fff;
    }

    .footer-bottom {
      font-size: 13px;
      color: #777;
      margin-top: 10px;
    }

    .footer-bottom p {
      margin-bottom: 4px;
    }
    footer a{ color:#666;}
    footer a:hover{color:#1a4eed;}

    @media (max-width: 768px) {
      footer {
        padding: 60px 30px;
      }

      footer::after {
        font-size: 120px;
        letter-spacing: 10px;
      }

    }
.foot_img_wrap{background: #f6f6f6 url("../images/foot-bg.png") repeat-x;text-align: center;position: relative; margin-top:-2px;}
.foot_img_wrap img{display: inline-block;}

.flot_whatsapp_icon{
  right: 10px;
  bottom: 110px;
  display: inline-block;
  width: 50px;
  height: 50px;
  position: fixed;
  cursor: pointer;
  z-index: 999;
 background: #25D366;
 padding: 9px 0 0 9px;
 box-shadow: 2px 3px 15px rgba(0, 0, 0, 0.17);
  border-radius: 6px;
}
.flot_whatsapp_icon:hover{background: #0D883B;}
.flot_get_a_quote_icon{
right: 10px;
  bottom: 30px;
  display: inline-block;
  width: 50px;
  height: 50px;
  position: fixed;
  cursor: pointer;
  z-index: 999;
  background: #fff;
  padding: 11px 10px;
  box-shadow: 2px 3px 15px rgba(0, 0, 0, 0.17);
  border-radius: 6px;
}
.flot_get_a_quote_icon:hover{background: #2352f4;}
    /******footer CSS End*******/
    
    
    
/***********Inner Page CSS Start***********/

/***********Titlebar CSS Start***********/
.titlebar {
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 150px 0;
    color: #fff;
    text-align: center;
}
.titlebar .title-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.titlebar .overlay {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: #2352f4;
    background: linear-gradient(to right, #328ae6, #1a4bed); opacity: 0.9;
}

.titlebar .container {
    position: relative;
    z-index: 2;
}

.titlebar h1 {
    font-size: 60px;
    margin-bottom: 0px;
}

.titlebar .subtitle {
    font-size: 18px;
    margin-bottom: 15px;
    color: #ddd;
}

.titlebar .breadcrumb {
    font-size: 14px;
    color: #ccc;
}
.titlebar .breadcrumb a {
    color: #fff;
    text-decoration: none;
}
.titlebar .breadcrumb a:hover {
    text-decoration: underline;
}


/***********Titlebar CSS End***********/
.global_bottom_section{background: #f6f6f6 url("../images/bottom_bg.jpg") no-repeat center center;text-align: center; padding: 150px 0;}



/**About Page CSS Start**/


.result_box {
    width: 100%;
    float: left;
    background: url(../images/a-bg.webp) left center no-repeat;
    background-size: cover;
	padding:50px 0;
    border-radius: 75px;
}
.result_box_list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0 5%;
}
 
/* --- animation for li items --- */
.result_box_list li {
  flex: 1 1 calc(33.333% - 30px);color: #fff;
  padding: 20px;
  text-align: center;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeUp 0.8s ease forwards;
}
 
.result_box_list li:nth-child(2) {
  animation-delay: 0.2s;
}
 
.result_box_list li:nth-child(3) {
  animation-delay: 0.4s;
}
 
/* --- animation for list items --- */
.result_box_list li {
  flex: 1 1 calc(33.333% - 30px);
  padding: 20px;
  text-align: center;
  position: relative;
  opacity: 0;
  transform: scale(0.8);
  animation: fadeInScale 0.8s ease forwards;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
 
.result_box_list li:nth-child(2) {
  animation-delay: 0.2s;
}
 
.result_box_list li:nth-child(3) {
  animation-delay: 0.4s;
}
 
/* --- dotted line animation --- */
.result_box_list li::after {
  content: "";
  position: absolute;
  top: 30%;
  right: -28%;
  transform: translateY(-30%) scaleX(0);
  width: 52%;
  border-bottom: 4px dotted #fff;
  z-index: 1;
  transform-origin: left;
  animation: lineGrow 1s ease forwards;
  animation-delay: 0.6s;
}
 
.result_box_list li:last-child::after {
  content: none;
}
 
/* --- keyframes --- */
@keyframes fadeInScale {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
 
@keyframes lineGrow {
  from {
    transform: translateY(-30%) scaleX(0);
  }
  to {
    transform: translateY(-30%) scaleX(1);
  }
}
 
 
/* --- image hover / cursor effect --- */
.result_box_list li img {
  margin-bottom: 20px;
  position: relative;display: inline-block;
  z-index: 2;
  transition: transform 0.4s ease, filter 0.4s ease;
  cursor: pointer;
}
 
.result_box_list li:hover img{
  transform: scale(1.1) rotate(3deg);
  filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.4));
}
 
.result_box_list li h2 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 0px;
  color: #fff;
}
 
.result_box_list li p {
  font-size: 18px;
  color: #fff;
  line-height: 1.6;
}
 
 
.team_box {
  position: relative;
}
 
.vdo_icon_box {
  position: absolute;
  right: -27px;
  bottom: 0px;
}

.vdo_icon_box a {
  color: #000;
  font-size: 25px;
  font-weight: 600;
  display: inline-block;
  background: url(../images/a-icon-4.webp) left center no-repeat;
  padding: 25px 20px 30px 122px;
  margin: 0;
  line-height: 1.2;
  text-decoration: none;
  transition: color 0.3s ease;
}

.vdo_icon_box a:hover {
  color: #0073e6;
}

.vdo_icon_box a span {
  color: #000;
  transition: color 0.3s ease;
}

.vdo_icon_box a:hover span {
  color: #0073e6;
}

/* --- Popup Styling --- */
.video-popup-overlay {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.75);
  z-index: 999999;
  justify-content: center;
  align-items: center;
}

.video-popup-modal {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  width: 80%;
  max-width: 800px;
  position: relative;
  animation: fadeIn 0.3s ease;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  border-radius: 10px;
}

.video-container iframe {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
}

/* Close button */
.close-video-popup {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 28px;
  color: #000;
  cursor: pointer;
  z-index: 2;
}

/* Animation */
@keyframes fadeIn {
  from { opacity: 0; transform: scale(0.9); }
  to { opacity: 1; transform: scale(1); }
}

/* Active state */
.video-popup-overlay.active {
  display: flex;
}


.exp_box {
    background: #2071ea;
    display: inline-block;
    color: #fff;
    padding: 20px;
    border-radius: 30px;
    position: absolute;
    left: -15px;
    bottom: 165px;
}
.exp_box h2 {
    color: #fff;
    font-size: 65px;
    line-height: 70px;
    font-weight: 700;
}

/**About Page CSS End**/

.page-contact h2{ margin-bottom:0px;}
.page-contact .office_location{ margin-bottom:-40px;}
.contact_info_box{
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.07);
  width: 100%;
  height: 100%;
  padding: 50px 50px 20px;
  border-radius: 20px; transition: all 0.4s
}
.contact_info_box:hover{box-shadow:-10px 10px 0px rgba(0, 0, 0, 0.07);}
.contact_info_box a{color: #000; background:url("../images/email1.png") no-repeat top left; padding-left: 31px; line-height: 25px; display: inline-block;}
.contact_info_box a.number{background:url("../images/phone-call.png") no-repeat top left;}
.contact_info_box a:hover{color: #2457dc;}
.contact_info_box p{padding:0 20px 30px 20px; display: inline-block;}
.contact_info_box img{display: inline-block;margin-bottom: 16px;}
.contact_info_box h3{color: #2c7ae8;}

.certifications_about_logo {
	padding-top: 20px;
	padding-bottom: 40px;
	border-top: solid 1px #00000017;
	border-bottom: solid 1px #00000017;margin-top: 40px;
}
.certifications_about_logo .splide__pagination{bottom:20px;}


.page-faq .faq-question{font-size: 18px; font-weight: 400;}


.page-our-guarantees .sn_page_template ul{padding:0;}
.page-our-guarantees .sn_page_template ul li,
.page-seo-guarantee .sn_page_template ul li{padding-bottom:15px;padding-left:25px; background:url("../images/yellow-bullet.png") no-repeat left 6px;}
.page-our-guarantees .sn_page_template .text_right ul li{padding-left:0px;padding-right:25px;background:url("../images/yellow-bullet.png") no-repeat right 6px;}


.current_list {
  list-style: none;
  padding: 0;
  margin: 40px auto;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  max-width: 1200px;
}

.current_list li {
  position: relative;
  background: #fff;
  border-radius: 10px;
  padding: 25px 30px 100px;
  width: 42%; /* two cards per row */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.current_list li:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.current_list p {padding: 4px 0;}

.current_list p span.demo {
  font-weight: 700;
  color: #000;
}
.current_list li h3{color: #1b348a;}
.app_btn{
    background: #2352f4;white-space: nowrap;
    background: linear-gradient(to right, #4facfe, #2352f4);
    box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.1), -8px -8px 15px rgba(255, 255, 255, 0.8), inset 0 0 20px rgba(0, 150, 255, 0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    color: #fff;
    font-size: 14px;
    border: none;
    padding: 12px 25px;
    border-radius: 6px;
    cursor: pointer;
    margin-top: 10px;
    transition: all 0.4s;
    margin-top: 20px;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    left: 30px;
    bottom:25px;
    right: 30px;
}
.app_btn:hover {
	background: #4facfe;
  background: linear-gradient(to right, #2352f4, #4facfe);
}

.page-offer .titlebar{display: none;}
.page-price .titlebar{padding: 50px 0;}

.sn_usecases_details .shi_scroller_wrap{position: static !important;background:#3467ed; padding: 20px 35px;}
.sn_usecases_details .shi_scroller__track{display: inline-block; width: 100%;animation: inherit;}
.sn_usecases_details .shi_scroller{mask-image: inherit; margin-bottom: 0px; white-space: inherit;}
.sn_usecases_details .shi_card a{ box-shadow:none;background:none;color: #000;font-size: 15px;color: #d9e9ff;
  padding: 10px 0;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #d1ddf9;border-radius:0;}
.sn_usecases_details .shi_card a:hover{color: #fff;background:none;}
.sn_usecases_details .shi_card:last-child a{border-bottom:0}



/*Price Page CSS Start */
.pricing_form_container input::placeholder, 
.pricing_form_container textarea::placeholder {	color: rgba(0, 0, 0, 0.7);}

.pricing_form_container{ margin:0 auto; max-width:750px; width:100%;}
.pricing_form_body{ background:#fff; padding:30px; max-width:750px; width:100%; min-height:320px;}
.form_field label input{width: auto;margin-right:10px}
.pricing_form_area{ position:relative; padding-top:20px;}
.form_field{ position:relative;font-weight: 400;}
.form_field span.help-inline-error{color:red; display:block; position:absolute; top:100%; left:0; width:100%;}
.form_button_group{ padding-top:50px;}
.pricing_form_area input[type="text"]{ width:100%; height:50px; line-height:50px; padding:10px 10px; font-size:17px; border:1px solid #ccc; color: #000;}
.pricing_form_area input[type="text"]#areacode {width: 20%;}
.pricing_form_area input[type="text"]#phonenumber{width: 75%;}
.pricing_form_area .radio label{font-size: 17px;margin-bottom: 7px;width: 100%;display: block;	line-height: 23px;
}

.form_button_group button.btn {
	height: 50px; cursor:pointer;
	margin: 0;
	padding: 0 20px; min-width:105px;
	vertical-align: middle;
	background: #0071d0;
	border: 0;
	font-size: 16px;
	font-weight: 300;
	line-height: 50px;
	color: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}
.form_button_group button.btn:hover{ background:#000;}
          


.gallery {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 15px;
    }

    .gallery-item {
      position: relative;
      overflow: hidden;
      border-radius: 8px;
      cursor: pointer;
      transition: transform 0.3s ease;
    }

    .gallery-item:hover {
      transform: scale(1.05);
    }

    .gallery-item img {
      width: 100%;
      display: block;
      border-radius: 8px;
    }
    
.our-certifications .gallery {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
      gap: 15px;
    }
    
    


.footer-popup {
  position: fixed;
  right: 0;
  bottom: 20px;
  z-index: 9999999;
  width: 46px;
  text-align: center;
}
.popup_form_area{}
/* Overlay background */
.popup-overlay {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.6);
  z-index: 99999999;
  justify-content: center;
  align-items: center;
}

/* Modal box */
.popup-modal {
  background: #fff;
  padding: 25px 30px;
  border-radius: 12px;
  box-shadow: 0 4px 25px rgba(0,0,0,0.3);
  text-align: center;
  width: 320px;
  max-width: 90%;
  animation: fadeInScale 0.3s ease-in-out;
  position: relative;
}

/* Close button */
.close-popup {
  position: absolute;
  top: 8px;
  right: 12px;
  cursor: pointer;
  font-size: 24px;
  color: #000;
}

/* WhatsApp button */
.popup-btn {
  display: inline-block;
  background: #25D366;
  color: #fff;
  padding: 10px 18px;
  border-radius: 6px;
  text-decoration: none;
  margin-top: 15px;
  transition: 0.3s;
}

.popup-btn:hover {
  background: #1da851;
}

/* Animation */
@keyframes fadeInScale {
  from { opacity: 0; transform: scale(0.8); }
  to { opacity: 1; transform: scale(1); }
}

/* Show popup */
.popup-overlay.active {
  display: flex;
}

.footer-popup-1 {
  position: fixed;
  right: 15px;
  bottom: 80px;
  z-index: 99999;
  width: 60px;
  text-align: center;
}


/* Overlay background */
.popup-overlay_offer,
.popup-overlay-1 {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.65);
  z-index: 999999;
  justify-content: center;
  align-items: center;
}

/* Modal box */
.popup-modal-1 {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  width: 600px;
  max-width: 90%;
  text-align: center;
  position: relative;
  box-shadow: 0 5px 25px rgba(0,0,0,0.3);
  animation: popupFade1 0.3s ease;
  overflow-y: auto;
  max-height: 100%;
}

/* Close button */
.close_popup_close,
.close-popup-1 {
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
  font-size: 26px;
  color: #000;
}

/* Form styling */
.popup-form-1 form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 15px;
}
.popup-form-1 input::placeholder, .popup-form-1 textarea::placeholder {
	color: rgba(0, 0, 0, 0.3);
}
.popup-form-1 input,
.popup-form-1 textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;color: #000;
}
.popup-form-1 label{ text-align:left; font-size:14px;}
.popup-form-1 button {
  background: #0073aa;
  color: #fff;
  border: none;
  padding: 10px;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.3s;
}

.popup-form-1 button:hover {
  background: #005f8d;
}

/* Animation */
@keyframes popupFade1 {
  from { opacity: 0; transform: scale(0.85); }
  to { opacity: 1; transform: scale(1); }
}

/* Show popup */
.popup-overlay_offer.active,
.popup-overlay-1.active {
  display: flex;
}
.popup_form_area h2{padding-bottom:10px;}
.popup_form_area p{padding-bottom:15px;}



/* ===== Top Tabs ===== */
.tab-container {
	display: flex;
	justify-content: center;
	gap: 10px;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.tab {
    font-size: 20px;
	align-content: center;
	text-align: center;
	color:#020202b2;
	padding: 10px 16px;
	border-radius: 0px;
	cursor: pointer;
	font-weight: bold;
	transition: 0.3s;border-bottom: 3px solid transparent;
}
.tab.active,
.tab:hover {
	opacity: 0.8; color:#007be8;border-bottom: 3px solid #007be8;
}

/* ===== Blue Section ===== */
.unfiltTab_content {
	display: none;
}
.unfiltTab_content.active {
	display: block;
}
.pricing_content_area {
	background: #fff;
	border-radius: 10px;
	padding: 30px 0px 30px 0px;
}
/* ===== Nested Tabs ===== */
.nested_level_tabs {
	display: flex;
	justify-content: center;
	gap: 0px;
	margin: 0px 0 0px;
}
.nested_level_tab {
	background: #eee;font-size: 15px;
	padding: 8px 15px;
	border-radius: 0px;
	cursor: pointer;
	font-weight: 400;
	transition: 0.3s;
}
.nested_level_tab:hover {
	background: #2253f4;
  color: #fff;
}
.nested_level_tab.active {
	background: #2253f4;
  color: #fff;
}
/* ===== White Box ===== */
.nested-content {
	display: none;
	border-radius: 0px;
	width: 100%;
	margin: 20px auto 0;
	padding: 15px;
}
.nested-content.active {
	display: inline-block;
}

/* ===== Inner Tabs (3rd level) ===== */
.inner_tabs {
	display: flex;
	justify-content: left;
	margin-top: 15px;
	gap: 10px;
}
.inner_tab {
	background: #ddd;
	padding: 6px 12px;
	border-radius: 4px;
	cursor: pointer;
	font-weight: 600;
	transition: 0.3s;
}
.inner_tab:hover {
	background: #ccc;
}
.inner_content {
	display: none;
	margin-top: 0px;
}
.inner_content.active {
	display: block;
}
.pricing_table_button{
	display:inline-block;
    white-space: nowrap;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    color: #2352f4; border: 2px solid #2352f4;
	font-size: 14px;
	padding: 12px 25px;
	border-radius: 60px;
	text-decoration:none;
	cursor: pointer;
	margin-top: 10px;
	transition: all 0.4s;
}
.pricing_table_button:hover {
	background: #2352f4;color: #fff;
}
.pricing_table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Arial', sans-serif;
  margin-top: 20px;
}

.pricing_table th {
  background: #0398a5;
  color: #fff;
  padding: 15px;
  font-size: 16px;
  text-align: center;
  border: 1px solid #e1e1e1;
}
.pricing_table th:nth-child(1) { background: #fff;border-bottom: 1px solid #fff;}
.pricing_table th:nth-child(2) { background: #2253f4b0; }
.pricing_table th:nth-child(3) { background: #4c73f6; }
.pricing_table th:nth-child(4) { background: #2253f4e5; }
.pricing_table th:nth-child(5) { background: #2253f4; }

.pricing_table td {
  padding: 15px;
  font-size: 15px;
  color: #444;
  border: 1px solid #e1e1e1;
}

.pricing_table tr:nth-child(even) {
  background-color: #2352f403;
}

.pricing_table h3 {
  margin: 0;
  padding: 10px 0;
}

.pricing_table_price {
  font-size: 30px;
  font-weight: bold;
  color: #000;
  display: block;
  margin-bottom: 8px;
}

/***********Inner Page CSS End***********/


@media (max-width: 1200px) {
.contact-stats-section .right-form .padding_bot_30{ padding-bottom:0;}
.contact-stats-section .right-form .padding_bot_30 .span6{width: 100%; padding-bottom:20px;}
}

@media (max-width: 1024px) {
.contact-stats-section .span6{width: 100%; padding-bottom:20px;}
.contact-stats-section .right-form{max-width: 600px; margin: 0 auto;}
footer .span3{width:50%; padding-bottom:20px;}
.site-header .span9,
.site-header .span3{width:50%;}
.sn_service_template_row .span6{width:100%;}
.sn_service_template_row .container { max-width: 800px;}

.textbox{overflow-x: auto;}
}

@media (max-width: 900px) {
h2{font-size: 30px;}
.hero-content{padding: 70px 0 50px;}
.hero-content h1{font-size: 40px;}
.hero-content p{font-size: 20px;}
.hero_button{margin-top: 2rem;}
.casestudy_card{display: inline-block;height: auto;}
.casestudy_card_left{width: 100%;height: 300px; max-width: 500px; margin: 0 auto; float: none;}
.casestudy_card_right{width: 100%;padding: 20px 30px 40px 30px;}
.casestudy_card2_wrapper .casestudy_card h3 a span span{background: #1a4bed;color: #fff;}
.casestudy_card2_wrapper .casestudy_card h3{text-align: center;}
.casestudy_card2_wrapper .casestudy_card h3 a{font-size: 36px; color: #1a4bed;}
.casestudy_card2_wrapper .casestudy_card h3 a span span{font-size:14px; }
.faq-section .span5,
.faq-section .span7{width: 100%;padding-bottom: 20px;}
.faq-section .span5{text-align: center;padding-bottom: 20px;}
.faq-section h3{font-size: 28px;}
.faq-section h2{padding-bottom: 30px;}
.location-card{width:50%;}
.Casestudies_section .container{max-width:600px;}
.insights-section .container{max-width: 500px;}
.insights-section .span5,
.insights-section .span7,
.insights-section .span5{width:100%; padding-bottom:20px;}
.home_services_box h3{font-size: 24px;}
.logo-container{display: none;}
.insight-content h3{font-size: 20px;}
.current_list li{width:100%;}
.titlebar h1{font-size: 40px;}
.service-tab{font-size: 19px;}
}
@media (max-width: 767px) {
.current_list li,
.span6{width:100%;}
.contact-stats-section{width:100%;}
.location-card{width:50%;}
.page-our-guarantees .sn_content_area .span4{width:100%;}
.page-our-guarantees .sn_page_template .text_right ul li{padding-bottom:15px;padding-left:25px; background:url("../images/yellow-bullet.png") no-repeat left 6px;}
.service_tab_section{display: inline-block;}
.service-left,
.service-right{width: 100%;}
.service-tab svg{width: 30px;height: 30px;}
.service-tab{padding: 8px 20px;}
.home_service_section .service_content_desc{display: inline-block;position: relative;}
.service_number{border: 2px solid #ffffffc9; background: #2352f4; color: #fff; position: absolute; top: -200px; left: 20px;}
.home_service_section .service_content_desc_right{width: 100%;}

}

@media (max-width: 650px) {
.service-item{max-width: 100%;}
}

@media (max-width: 500px) {
.footer .span3{width:100%; padding-bottom:20px;}
.location-card{width:100%;}
.home_services_box h3{font-size: 20px;}
.text-item{max-width: 70%;}

}








/**********************************
*Header Menu Responsive CSS Start*
*********************************/
@media (max-width:1300px) {
	nav.main_navigation ul{ font-size:18px;}
}
@media (min-width: 1250px) {
.mobile_hamburger_canvas,
.mobile_menu_toggle_button,
.mobile_nav-menu{display:none;}	
}
@media (max-width: 1249px) {
.site-header .nav ul.navbar_menu{ display:none;}
.menu-icon-box{ margin-left:8px; line-height:0;display: flex;justify-content: flex-end;position:relative;}
.mobile_menu_toggle_button.mobile_open_button{
	z-index: 999;
	height: 30px;
	width: 30px;display: inline-block;position: relative;
	text-align: center;
	line-height: 50px;
	border-radius: 50%;
	font-size: 20px;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	cursor: pointer;
}
.mobile_menu_toggle_button.mobile_open_button span, 
.mobile_menu_toggle_button.mobile_open_button::before, 
.mobile_menu_toggle_button.mobile_open_button::after {
	content: "";
	position: absolute;
	top: calc(50% - 1px);
	left:0;
	width:100%;
	border-bottom: 2px solid #000;
	transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.mobile_menu_toggle_button.mobile_open_button::before {
	transform: translateY(-10px);
	width: 100%;
}
.mobile_menu_toggle_button.mobile_open_button::after {
	transform: translateY(10px);
	width: 100%;
}
.mobile_menu_toggle_button.mobile_close_button{
	font-size: 20px;
	float: left;
	position: absolute;
	background: #081f3e;
	padding: 5px;
	width: 35px;
	height: 35px;
	margin: 0;
	right: 20px;
	color: #fff;
	top: 20px;
	line-height: 25px;
  	text-align: center;cursor: pointer;
}

.mobile_hamburger_canvas {
	background: #1b3860;
	position: fixed;
	right: -350px;
	top: 0px;
	z-index: 999999;
	transition: right .3s ease-in-out 0s;
	-webkit-transition: right .3s ease-in-out 0s;
	-moz-transition: right .3s ease-in-out 0s;
	-o-transition: right .3s ease-in-out 0s;
	height:100%;overflow: auto;
  	max-width: 300px;
	width: 100%;
	padding:50px 30px 20px;
}
.mobile_hamburger_open .mobile_hamburger_canvas{right:0;}

.mobile_hamburger_canvas a{ color:#fff;}
.mobile_hamburger_canvas a:hover{ color:#d59663;}
.mobile_hamburger_canvas ul{ margin:0; padding:0; list-style:none;}
.mobile_hamburger_canvas li{ width:100%; float:left;}
.mobile_hamburger_canvas li a{ width:100%; float:left; padding:5px 0; text-transform:capitalize;}
.mobile_hamburger_canvas .sub-menu{width:100%; float:left; padding-left:15px;}
.mobile_hamburger_canvas .sub-menu li {
	display: block;
	float: left;
	width: 100%;
	position: relative;
	border-bottom: 0px solid #fff;
	margin: 0px 0px !important;
	background: none;
}
.mobile_hamburger_canvas .sub-menu li a{border: 0px!important;}
.mobile_hamburger_canvas .sub-menu li a:hover{background: none;border: 0px!important;}

}

/*********************************
*Header Menu Responsive CSS End*
*********************************/
.foot_about_heading{position: relative;}
.foot_chat_icon{position: absolute;
    top: -28px;
    left: 130px;
    width: 80px;max-width: 80px;
    z-index: -1;
    display: inline-block;
}




.layer_image_element{position: relative;	max-width: 100%;z-index: 1;}
.layer_image_element .layer-image-wrapper {
	position: relative;
	display: block;
	width: inherit;
	max-width: 100%;
	height: inherit;
	max-height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
}
.layer_image_element .layer-image1{width: 519px; border-radius: 29px 29px 29px 29px; overflow: hidden; -webkit-transform: rotate(0deg);}
.layer_image_element .layer-image2{position: absolute;bottom: -80px;right: 30px; max-width: 300px; border-radius: 30px 30px 30px 30px;	overflow: hidden;-webkit-transform: rotate(0deg);}
.layer_image_element:after{width:447px; height:100%;content: ''; display: inline-block; position: absolute;bottom: -122px; left: -204px; transform: rotate(50deg); background:url("../images/Shape-2-1.png") no-repeat left 6px;z-index: -1;}

.shi_circle_wrap{position: absolute; left: 60px;max-width: 100%;bottom: -120px;}
.shi_circle_wrap .shi_circle_text {
    position: relative;
    display: inline-block;
    border-radius: 50%;
	padding: 10px 10px 10px 10px;
	background-color: #FFFFFF1A;
	border-style: solid;
	border-width: 3px 3px 3px 3px;
	border-color: #FFFFFF33;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}
.shi_circle_wrap .icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	display: flex;
	width: 200px;
	justify-content: center;
	height: 200px;
	align-items: center;
	z-index: 1;
    width: 122px;
    height: 122px;
    background-color:#2352f4;
    border-style: none;
    color: #FFF;
    font-size: 65px;
    font-weight: 600;
    text-align: center;
    line-height: 1.4;
}
.shi_circle_text span.shi_circle_svg {
    position: relative;
    font-size: 22px;
    display: inline-block;
	animation-name: rotateme;
	animation-duration: 15s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	-webkit-animation-name: rotateme;
	-webkit-animation-duration: 15s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: rotateme;
	-moz-animation-duration: 15s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-ms-animation-name: rotateme;
	-ms-animation-duration: 15s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
	-o-animation-name: rotateme;
	-o-animation-duration: 15s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: linear;
	fill: #fff;
	font-size: 18.5px;
    text-shadow: 1px 1px 0px #000000ba;
    text-transform: uppercase;
    font-weight: 500;
}
.shi_circle_wrap .icon span span{ font-size:14px;}
@keyframes rotateme {
  0% {
    transform: rotate(0deg);
    opacity: 1;
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
    opacity: 1;
  }
}

/* Shine */
.image-hover-effect-shine{position: relative;}
.image-hover-effect-shine:before{
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.image-hover-effect-shine:hover:before{
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}


.shi_text_block{background:#2352f4; background: #1A4BED; background: linear-gradient(280deg, rgba(26, 75, 237, 1) 0%, rgba(50, 138, 230, 1) 100%); display: inline-block; width: 100%; padding:4px 30px 4px 4px;border-radius: 16px 16px 16px 16px;}
.shi_text_block_content{background:#fff;display: inline-block; width: 100%; padding: 30px;border-radius: 16px 16px 16px 16px;position: relative;}
.shi_text_block_content:after {
	width:10px;content: '';
	border-radius: 20px 20px 20px 20px;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #FFFFFF73;
	background-color:#2352f4;
	display: inline-block;
    position: absolute;
    top: 20px;
    right: -4px;
    bottom: 20px;
}
.small_sub_title {display: flex;gap: 10px;align-items: center;display: inline-block;}
.small_sub_title img{width:14px; height:14px;display: inline-block;}
.whoareyou_section {background: #f7f7f7;}

@media (max-width: 900px) {
.whoareyou_section.padding_top_90{ padding-top:20px;}
.layer_image_element .layer-image2{position: relative; bottom: 0;}
.whoareyou_section.padding_bot_160{padding-bottom:90px;}

}



