@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap');
@font-face {
  font-family:'Proxima Nova';
  src:url(../css/font/ProximaNova-Light.woff) format('woff');
  font-display:swap;
  font-weight:300;
  font-style:normal 
}  
@font-face {
  font-family:'Proxima Nova';
  src:url(../css/font/ProximaNova-Regular.woff) format('woff');  
  font-display:swap;
  font-weight:400;
  font-style:normal
}
@font-face {
  font-family:'Proxima Nova';
  src:url(../css/font/ProximaNova-Semibold.woff) format('woff');
  font-display:swap;
  font-weight:600;
  font-style:normal
}
@font-face {
  font-family:'Proxima Nova';
  src:url(../css/font/ProximaNova-Bold.woff) format('woff');
  font-display:swap;
  font-weight:700;
  font-style:normal
}
@font-face {
  font-family:Signifier;
  src:url(../css/font/signifier-extralight.woff2) format('woff2');
  font-display:swap;
  font-weight:300;
  font-style:normal
}
 

/*Google Fonts*/ 
:root {
  --H-family: 'Sora', sans-serif;
  --B-family: 'Proxima Nova', sans-serif;
  --main: #004cff;
  --highlight: #ffe500;
  --secondry:#e6f6ff;
  --heading_color: #024e72;
  --light-bg: #F6F6F6;
  --white: #ffffff;
  --light_bg: #fef5ee;
  --gradient: linear-gradient(to right top, #051937, #004d7a, #008793, #00bf72, #a8eb12);
  --black: #000;
  --grey-900: #23263b;
  --grey-800: #36395a;
  --grey-700: #484c7a;
  --grey-600: #5a5e9a;
  --grey-500: #777aaf;
  --grey-400: #9698c3;
  --grey-300: #b6b7d5;
  --grey-200: #d6d6e7;
  --grey-100: #f5f5fa;
  --grey-050: #fcfcfd;
  --grey-000: #fff;
  --pink-900: #59063d;
  --pink-800: #88085c;
  --pink-700: #b80979;
  --pink-600: #e90a96;
  --pink-500: #f82caa;
  --pink-400: #fb5abc;
  --pink-300: #fd89ce;
  --pink-200: #feb9e2;
  --pink-100: #ffeaf6;
  --xenon-1300: #050914;
  --xenon-1200: #0b1535;
  --xenon-1100: #0e2058;
  --xenon-1000: #0e297e;
  --xenon-900: #0c31a7;
  --xenon-800: #0738d2;
  --xenon-700: #003dff;
  --xenon-600: #2857ff;
  --xenon-500: #5172ff;
  --xenon-400: #7990ff;
  --xenon-300: #a2afff;
  --xenon-200: #cad1ff;
  --xenon-100: #f2f4ff;
  --cyan-900: #00526c;
  --cyan-800: #00769b;
  --cyan-700: #009bcb;
  --cyan-600: #0db7eb;
  --cyan-500: #2cc8f7;
  --cyan-400: #5adaff;
  --cyan-300: #89e5ff;
  --cyan-200: #b9efff;
  --cyan-100: #e8faff;
  --green-900: #005e36;
  --green-800: #028950;
  --green-700: #06b66c;
  --green-600: #0de589;
  --green-500: #5feb9e;
  --green-400: #88f0b3;
  --green-300: #aaf4c8;
  --green-200: #c9f8de;
  --green-100: #e6fcf3;
  --orange-900: #963209;
  --orange-800: #bf470a;
  --orange-700: #e8600a;
  --orange-600: #f78125;
  --orange-500: #faa04b;
  --orange-400: #fcbc73;
  --orange-300: #fed59a;
  --orange-200: #ffe9c3;
  --orange-100: #fff9ec;
  --red-900: #83111e;
  --red-800: #ab1325;
  --red-700: #d4142a;
  --red-600: #ee243c;
  --red-500: #f4495d;
  --red-400: #f86e7e;
  --red-300: #fc95a1;
  --red-200: #febdc5;
  --red-100: #ffe6e9;
  --search: #5468ff;
  --answers: #952aff;
  --recommend: #ff2a6a;

}


html {
  margin: 0; 
  padding: 0; 
-webkit-text-size-adjust: 100%;
}

 
body {
  font-family: 'Proxima Nova', sans-serif;
  scroll-behavior: smooth;
  position: relative;
  background: rgb(255, 255, 255); 
  font-weight: 400; 
  letter-spacing: inherit;  
  color: #1e1d28;
  text-rendering: optimizeLegibility;
  font-size: 100%;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}

a {
  text-decoration: none;
  outline: none;
}

p {
  font-size: 18px;
  font-weight: normal;
  letter-spacing: inherit;  
  color: #4f4f4f;
  line-height: 30px;  
}

h1,
h2,
h3,
h4,
h3,
h6 {
  font-family: var(--B-family); 
} 
  
/* top-header */
.top_header {
  background: hsl(0, 0%, 96.9%);
  padding: 0.625rem;
}

/* top-header */

.alert  svg{
  width:1.25rem;
  height: 1.25rem;
}


/* header */
header {
  border-bottom: none;
  transition: 0.4s;
}

.navbar-light .navbar-brand {
  width: 250px;  
  padding: 0;
  margin: 0;
}

.navbar {
  padding: 0;
  border-bottom: none;
  border-bottom: 1px solid rgb(227, 232, 244);
} 

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: var(--main);
}


.navbar-expand-xl .navbar-nav .nav-link {
  font-weight: 600;
  display: block;
  padding: 2rem 1.95rem;
  text-decoration: none;
  color: #353535;
  position: relative;
  white-space: nowrap; 
  text-transform: capitalize;
  transition: 0.4s;
  font-size: 1.125rem;
}

.navbar-expand-xl .navbar-nav .nav-link:last-child::before {
  display: none;
}

.navbar-expand-xl .navbar-nav .active .nav-link {
  color: #000;
}  
 
.RiGhT_nav {
  text-align: right;
}

.navbar-expand-xl .RiGhT_nav .nav-link {
  font-size: 1.125rem !important;
  font-weight: 300;
}

header {
  position: fixed;
  z-index: 999;
  padding: 0px 10px;
  top: 24px;
  left: 5%;
  border-radius: 15px;
  width: 90%;
  background: #fff;
}
.dropdown-item {
  font-size: 1rem;
  font-weight: 600;
  display: block;
  padding: 0.5125rem 0;
  text-decoration: none;
  color: rgb(77, 91, 124);
  position: relative;
  white-space: nowrap;
  border-radius: 8px;
}
.dropdown-item span {
	/*! width: 40px; */ 
	/*! height: 40px; */   
	display: inline-block;
	/*! background: #ecf6fc; */
	border-radius: 6px; 
	text-align: center; 
	margin: 0 6px 0 0;
} 
 
.dropdown-item img {
  width: 16px;
  margin: 0;
  opacity: 0.4;
}

.bTn_OrDeR i {
  font-size: 1.5625rem;
  margin: 0 0.75rem 0 0;
  color: var(--main);
}

.bTn_OrDeR p {
  margin: 0 0 7px 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: var(--main); 
  text-decoration: none;
  background-color:transparent;
  border-color: var(--main);
  /*! font-weight: bold; */
}

.fixed {
  position: fixed;
  left: 0;
  top: 0;  
  width: 100%; 
  z-index: 999; 
  /*! box-shadow: rgba(11, 19, 21, 0.07) 0px 3px 9px 0px; */
  transition: 0.4s;
  border-radius: 0;
  /*! box-shadow: rgba(0, 0, 0, 0.15) 0px 0.3125rem 0.625rem, rgba(0, 0, 0, 0.05) 0px 0.3125rem 6px; */
  background: #fff;
  /*! border-bottom: 1px solid #f0f0f0; */
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  background-color: rgba(255,255,255,.8);
  content-visibility: initial;
}

.nav-link.h_social_ico {
  color: #fff !important;
  transition: 0.4s;
  background: var(--main);
  text-align: center;
  border-radius: 0.3125rem;
  font-size: 1.125rem !important;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0 !important; 
  margin: 0 0 0 0.3125rem;
}

.navbar-expand-xl .navbar-nav .dropdown-menu.megaheader {
  position: absolute;
  border-radius: 0; 
  border: none;   
  box-shadow: 0 1.2rem 1rem rgba(0, 0, 0, .15) !important;
  padding: 0.5rem 1.25rem;
  margin: 1px 0 0 0; 
  /*! border-top: 1px solid #d0d0d0 !important; */
  padding-bottom: 0.8125rem;
  min-width: 100%; 
}  

.navbar-expand-xl .navbar-nav .dropdown-menu {
  position: absolute;
  border-radius: 0 0 8px 8px;
  border: none;
  box-shadow: 0 1.2rem 1rem rgba(0, 0, 0, .15) !important;
  padding: 20px;
  margin: 1px 0 0 0;
  /* padding-bottom: 0.8125rem; */
  min-width: 20vh;
}
 
.nav-link.header_btn {
  /*! border: 1px solid var(--main); */
  transition: 0.4s; 
  text-align: center;  
  padding: 0.25rem 1.2625rem !important; 
  border-radius: 50px; 
  height: 3rem;  
  color: var(--white) !important;  
  margin-left: 0.625rem;  
  background: linear-gradient(to right,#033175 0,#1267ad 100%); 
  line-height: 2.4rem;  
  padding-right: 53px !important;
  font-size: 16px !important;
}
.nav-link.header_btn i {
  transform: rotate(-30deg) translateY(-50%);
  display: inline-block;
  font-size: 30px; 
  position: absolute;
  right: 7px;
  top: 50%;
}

.nav-link.search_btn {
	height: 3rem;
	background: #ddd;
	padding: 0 !important;
	border-radius: 60px;
	width: 90px;
	margin: 0 0 0 10px;
	text-align: center;
	line-height: 50px;
	color: #000 !important;
}

.nav-link.header_btn:hover {
  border-color: var(--main);
  color: var(--white) !important;
  background: var(--main);
  transition: 0.4s;
  box-shadow: rgba(11, 43, 158, 0.24) 0px 6px 1.25rem -6px;
  transform: scale(1.04); 
}

.nav-link.header_outline_btn {
  border: 2px solid var(--main) !important;
  transition: 0.4s;
  text-align: center;
  padding: 0.25rem 1.5625rem !important;
  border-radius: 0.25rem;
  /*! font-size: 0.8125rem !important; */
  height: 2.5rem; 
  color: var(--main) !important;
  /*! font-weight: 400 !important; */
  margin-left: 0.625rem;
  background: #0263e00a;
}

.nav-link.header_outline_btn:hover {
  border-color: var(--main);
  color: var(--white) !important;
  background: var(--main);
  transition: 0.4s;
}

.header_outline_btn:focus,
.header_btn:focus {
  outline-width: 2px;
  outline-style: solid;
  outline-color: var(--main);
  outline-offset: 2px;
  -moz-outline-radius: 0.25rem;
  background: var(--main);
  color: var(--white) !important;
}

.navbar-nav {
  align-items: center;
}

.nav_topXS {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 0.5rem;
  padding: 0 0.9375rem;
  align-items: center;
}

.nav_topXS .navbar-brand {
  padding: 6px 0;
}

/* drop_down */


.dropdown-menu .menu_heading h5 {
  font-size: 1rem;
  padding-bottom: 0.8125rem;
  margin-bottom: 0.8125rem;
  border-bottom: 1px solid #efefef;
  font-weight: 500;
  color: var(--heading_color);
}
 .dropdown-menu ul {
  padding: 0; 
}
 
.dropdown-menu ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  border-radius: 0.3125rem;
  break-inside: avoid;
} 

.dropdown-menu ul li:hover {
  transition: 0.3s;
  /*! background: rgb(245, 249, 254); */
}

.dropdown-menu ul li:hover h6 {
  color: var(--main);
  transition: 0.3s;
}

.dropdown-menu ul li:hover p {
  color: var(--main);
  transition: 0.3s;
}


.dropdown-menu ul li .mega_link_item {
  display: flex;
  width: 100%;
  padding: 0.9375rem 1.25rem;
}

.dropdown-menu ul li .mega_link_item .image {
  width: 3.75rem;
  height: 3.125rem;
  margin-right: 0.9375rem;
  position: relative;
}

.dropdown-menu ul li .mega_link_item .image img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-width: 80%;

}

/* .dropdown-menu::before{
  content: '';
  width: 120pc;
  height: 100vh;
  background: #000;
  position: absolute;
  left: -33pc;
  top: 0;
  opacity: 0.3;
  z-index: -1; 
} */
.mega_links_info {
  width: 100%;
}

.mega_links_info h6 {
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 0.3125rem;
  color: #2a364d;
}

.mega_links_info p {
  margin-bottom: 0;
  line-height: normal;
  font-size: 0.8125rem;
  color: #686868;
  font-weight: 300;
}

.navbar-expand-xl .navbar-nav .dropdown-mega .dropdown-menu {
  border: none;
  left: 50%;
  transform: translateX(-50%);
  padding: 33px 43px;
  background: #fff url(../images/bg-why-choose-us.png);
}

.resources_drpdown {
  padding: 0 !important;
}

.link_mainHeilight {
  padding: 1.875rem;
  background: var(--main);
}

.link_mainHeilight .mega_links_info p {
  color: #ffffffa3;
}

.link_mainHeilight .mega_links_info h6 {
  font-size: 0.9375rem;
  color: #fff;
}

.link_mainHeilight .menu_heading h5 {
  font-size: 1rem;
  padding-bottom: 0.8125rem;
  margin-bottom: 2px;
  border-bottom: 1px solid #efefef45;
  font-weight: 500;
  color: var(--white);
}

.resources_drpdown ul li:hover {
  transition: 0.3s;
  background: rgba(245, 249, 254, 0.15);
}

.resources_drpdown ul li:hover h6 {
  color: var(--white);
  transition: 0.3s;
}

.resources_drpdown ul li:hover p {
  color: #ffffffa3;
  transition: 0.3s;
}

.blog_top_main {
  padding: 1.25rem 1.25rem;
}

.top_blogItem {
  margin-bottom: 1.5625rem;
  display: block;
}

.top_blogItem .image {
  min-height: 11.25rem;
  max-height: 11.25rem;
  border-radius: 0.3125rem;
  margin-bottom: 6px;
  position: relative;
  overflow: hidden;
}

.top_blogItem .image .blog_label {
  position: absolute;
  right: 0.9375rem;
  top: 0.9375rem;
  background: #fff;
  color: #000;
  font-size: 0.75rem;
  font-weight: 300;
  border-radius: 0.25rem;
  height: 1.5625rem; 
  z-index: 1;
  padding: 0 0.875rem;
}

.blog__caption h3 {
  font-size: 0.9375rem;
  color: var(--heading_color);
  font-weight: 500;
  font-family: var(--B-family);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


.dropdown-menu.dropdown-menu-end.logindrp {
	padding: 0.625rem 1.25rem;
}

.bhBVsT {
	background-color: rgb(255, 255, 255);
	border-top: 1px solid rgb(239, 243, 253);
	display: flex;
	-moz-box-pack: center; 
	justify-content: center;
	padding: 12px 0px;
	margin-top: 1.3rem; 
}



/* drop_down */
.megaheaderbookapbx {
  padding: 0;
  column-count: initial!important;
}

.megaheaderbookapbx ul{
  padding: 0;
  column-count: initial!important;
}
.megaheaderbookapbx ul li{
 list-style: none;
}
 .megaheaderbookapbx li a {
	border-radius: 11px;
	display: flex;
	flex-direction: column;
	margin-top: 2px;
	padding: 16px; 
	transition: 0.3s;
	/*! overflow: hidden; */
	position: relative;
	margin-bottom: 15px;
	background: #fff;
	border: 2px solid #f3f5f7;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
.megaheaderbookapbx li a span{
  z-index: 2;
	position: relative;
}
.megaheaderbookapbx li a span:first-of-type {
	color: rgb(36, 51, 90); 
	font-size: 18px;
	font-weight: 600;
}
.megaheaderbookapbx li a span:last-of-type {
	color: rgb(77, 91, 124);
	display: initial;
  display: block;
}

.megaheaderbookapbx li a:hover{
  background: rgba(0, 123, 196, 0.08);
  transition: 0.3s;
  border-color: var(--main); 
}
.megaheaderbookapbx li a:hover span:first-of-type {
	color:var(--main);
  transition: 0.3s;  
}
.megaheaderbookapbx li a img {
	position: absolute;
	right: -10px;
	top: -17px;
	object-fit: contain;
  z-index: 0;
	width: 119px;
}
.dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "\F282";  
	border-top: none;
	border-right: none; 
	border-bottom: 0;
	border-left: none;
	font-family: bootstrap-icons !important;
	position: absolute;
	top: 41%;  
	font-size: 12px;
}
.softwareSec h4 {
	font-size: 30px;
	color: #000;  
	font-weight: 600;
}
.nav-link.dropdown-toggle {
	padding-right: 40px !important;
}

.softwareSec ul{
  column-count: 2; 
  gap: 35px;
  margin: 31px 0 27px 0; 
  text-align: center;
}


.softwareSec ul li a{
  display: block;
  padding: 30px; 
  background-color: #e3ebff;  
  text-align: center;
  
  border-radius: 20px;
  font-size: 20px;
  color: #000; 
  font-weight: 500;
}

.softwareSec ul li a img{
  display: block;  
  text-align: center;
  margin: 0 auto;
  margin-bottom: 12px; 
  width: 60px;
}
.tocolum ul{
  column-count: 2;
  break-inside: avoid;
}
.megaheader h6 {
	font-size: 20px;
	color: rgb(0, 0, 0);
	font-weight: 400;
	/* margin: 0 0 15px 0; */
}
.megaheader h6 a {
	color: #004cff;
	display: flex;
	align-items: center; 
	padding: 0;
	margin: 0;
	font-weight: bold;
}
.megaheader h6 a img {
	width: 0;
	/* margin: 0 8px 0 0; */
}
.about_Dropdown ul{
  column-count: 3;
}
.col-lg-3.bglight {
	padding: 30px;
	background: #fafefd;
	border-radius: 10px;
}
/* header */


.btn_theme {
	border: 1px solid #fff;
	transition: 0.4s;
	text-align: center;
	padding: 0 27px;
	font-size: 16px;
	height: 54px;  
	background: #fff;  
	color: #000;
	display: inline-block;
	font-weight: 600;
	white-space: nowrap;
	line-height: 53px;
	margin: 20px 0 0 0;
	border-radius: 47px;
}

.btn_theme:hover {
	color: var(--white);
	background: var(--main);
	border-color: #fff;
	transition: 0.3s;
}

.btn_outline_theme {
  border: 1px solid var(--main);
  transition: 0.4s;
  text-align: center;
  padding: 0 20px;
  border-radius: 0;
  font-size: 18px;
  height: 45px;  
  color: var(--main);
  display: inline-block; 
  background: #f5f9fe;
  line-height: 42px;
  font-weight: 400;
}
.btn_outline_theme:hover{
  background: var(--main);
  color: #fff;
}
 
.btn_theme:focus,
.btn_outline_theme:focus {
  outline-width: 2px;
  outline-style: solid;
  outline-color: var(--main);
  outline-offset: 2px;
  -moz-outline-radius: 0.25rem;
}
header .container{
 padding: 0;
 border-radius: 0 0 10px 10px;
}

 
.fixed .whitelogo{
  display: none;
}
.colorlogo{
  display: none;
}

.fixed .colorlogo{
  display: block;
}

header:hover .container .colorlogo{
  display: block;
}

header:hover .container .whitelogo{
  display: none;
}
header:hover .container .navbar-expand-xl .navbar-nav .nav-link{
 color: #024e72;
}
.fixed .navbar-nav .nav-link {
	color: #090909;
} 
.fixed .navbar-expand-xl .navbar-nav .active .nav-link {
	color: #024e72;
}

/* banner */
.banner {
  padding: 90px 0 0 0;
  background: var(--main);
  height: 90vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  position: relative;
  margin: 0;
  border-radius: 5px;
  margin-top: 0;
}
.banner:before {
    content: '';
  background: rgba(0, 0, 0, 0.21);   
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
    background: linear-gradient(45deg,rgba(1, 23, 34, 0.96) 0%,rgba(17, 100, 169, 0.7) 50%,rgba(255, 255, 255, 0) 100%);
}
.banner:after {
    content: '';
  /*! background:url(../images/bgbneoverlay.png); */ 
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

 .video {
	overflow: hidden;
	position: absolute;
	height: 90vh;
	width: 100%;
	top: 0;
}
video {
	width: 100%;
	height: 100%; 
  opacity: 1;
	object-fit: cover;
	/*! position: absolute; */
} 
.banner h1 {
	font-size: 55px; 
	font-weight: bold;
	text-transform: capitalize;    
	color: #fff;   
	margin: 0 0 18px 0;  
	line-height: 57px; 
} 
.banner h1 span{ 
	font-weight: 400; 
  background: url(../images/ll.webp);
	background-size: 100%;
	background-repeat: no-repeat; 
	background-position: bottom;
} 

.banner p { 
	font-size: 18px;
	line-height: 28px; 
	color: #fff;
	max-width: 600px; 
	margin: 0 0 20px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
} 
.banner_btn {
	padding: 0 22px; 
	border: 1px solid #ffffff5e;
	border-radius: 90px; 
	color: #000;  
	font-size: 16px;  
	display: inline-block;   
	font-weight: 600;
	margin: 10px 22px 0 0;
	background: #fff; 
	height: 48px;
	line-height: 46px;
	display: flex;
	align-items: center;
	background: #fff;
}
.banner_btn i{
  display: inline-block;
  transform: rotate(-30deg);
  font-size: 30px
}

.banner_btn.active {
	background: transparent;
	color: #fff;
}

.imgg {
	width: 70%;
	margin: 0 auto;
	margin-top: -116px;
}

.banner h6 {
	display: inline-block;
	border-radius: 20px;
	color: #fff;   
	margin: 0 0 22px 0;
} 

.banner h6 span{
	display: inline-block; 
  margin: 0 0 0 2px;
	background: rgba(255, 255, 255, 0); 
	border-radius: 50px;
	text-align: center;
	color: #fff; 
	padding: 4px 14px;
	font-size: 14px;
	border: 1px solid rgba(255, 255, 255, 0.33);
	backdrop-filter: blur(62px);
} 

.banner_btn_outline  {
	font-size: 30px;
	font-weight: 800;
	color: #000;
	margin: 7px 0 0 0;
}
.banneer_text {
	position: relative;
	z-index: 9;
}

.cardblock {
	position: absolute;
	right: 89px;
	background: rgba(255, 255, 255, 0.25); 
	z-index: 9;
	bottom: 75px;
	max-width: 400px;
	border-radius: 6px;
	padding: 15px 15px;
	display: flex;
	backdrop-filter: blur(30px);
	border: 1px solid rgba(255, 255, 255, 0.25);
}
.cardblock h4 {
	font-size: 17px;
	color: #ffffffdb; 
}
.btnbook {
	font-weight: bold;
	color: #fff;
	text-decoration: underline;
}
.cardblock .image {
	width: 130px;
	flex: 0 0 auto;
	margin: 0 15px 0 0;
	overflow: hidden;
	border-radius: 5px;
}



/* banner */

.trusted_logos {
	position: relative;
	z-index: 99; 
}


.trusted_logos h6 {
	font-size: 23px;
}

.trusted_logos ul{
  margin:40px 0 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;

}


.trusted_logos ul li{ 
  padding: 24px 20px;
  list-style: none; 
  background: #fff; 
  margin: 0 18px; 
  height: 140px; 
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  overflow: hidden;
} 
 
.trusted_logos ul li img{ 
 filter: grayscale(10);
}
 

.about_main {
	padding: 80px 0; 
}

h2 {
  /*! font-weight: bold; */
  font-size: 45px; 
  color: #1e1d28;  
  margin: 0 0 21px 0;  
  letter-spacing: 0px; 
  line-height: 63px;
} 
section h6 {
	font-weight: 600;
	margin: 0 0 10px 0;
}
 
.about_main a {
	font-size: 20px;
	color: var(--main);
	display: inline-block;
	position: relative; 
	margin: 10px 0 0 0;
}
.about_main a::before {
	content: '';
	bottom: -7px;
	height: 2px;
	width: 0%;
	background: var(--main);
	position: absolute;
	left: 0;
  transition: 0.6s;
}
.about_main a:hover::before { 
	width: 90%; 
  transition: 0.6s;
}


.img_lft_rgt {
	padding: 60px 0;
	background: #f6f8fa;
}
.video_main {
	overflow: hidden;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
 

.img_lft_rgt:nth-child(odd) {
  background: #fff; 
}


.tick-list li::before {
	content: "\F633";
	font-family: bootstrap-icons !important;
	margin-right: .5em;
	color: #6abf4b;
	margin-left: -1.5em;
}
ul.tick-list {
	list-style: none;
}

ul.tick-list li {
	margin-bottom: .5em;
	font-size: 1.25rem;
	font-weight: 400; 
	letter-spacing: inherit;
	color: #515e81;
	line-height: 30px;
}

.casestudy_HP {
	padding: 70px 0;
	background: var(--main);
}
.services_main {
	padding: 80px 0; 
	background: #fff url(../images/bgsrvscdv.png);
	position: relative; 
	top: 0;   
	z-index: 1;
	/*! border-radius: 60px; */ 
	background-size: cover;
	background-position: right;
	overflow: hidden;
}

.services_item {
	background: #fff;
	padding: 35px; 
	border-radius: 8px;
	position: relative;
	/*! border: 1px solid #ececec; */
	margin: 15px;
	overflow: hidden; 
	min-height: 27em; 
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.services_item .top {  
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 60px 0;
}

.services_item .top h6 {
	font-size: 80px;
	position: absolute;
	right: 4%;
	opacity: 0.09; 
	/* font-family: inter; */
	font-weight: 900;
	top: 1px;
	color: #c4c4c4;
}
.services_item .top img{
  width: 40px;
}
.services_item .top h5 {
	text-transform: capitalize;
	font-size: 16px;
	font-weight: 400;
	line-height: 160%;
	color: #000; 
	position: relative;
}
.services_item .top h5:before{ 
	position: absolute;
  content: ''; 
  width: 8px;
  height: 8px; 
  border: 1px solid #000;
  border-radius: 100%;
  top: 8px;
  left: -14px;
	opacity: 0.3;
}


.services_item h3 {
	font-size: 26px;
	/*! color: #fff; */
	margin: 0 0 11px 0; 
	font-weight: bold;  
}
.services_main h2 { 
	/*! color: #fff; */ 
}
 

.srbtn {
	padding: 0;
	display: inline-block;
	color: #000; 
	font-size: 30px;  
	text-transform: capitalize; 
	/*! letter-spacing: 1px; */
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-decoration-color: #ddd;
	height: 80px; 
	background: #fff;
	border: 1px solid #dfdfdf;
	border-radius: 100px;
	text-align: center;
	line-height: 79px;
	transition: 0.3s;
	width: 100%;
	position: relative;
  overflow: hidden;
	z-index: 1;
}

.srbtn img {
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 1;
  right: auto; 
	opacity: 0;
	z-index: -1;  
	object-fit: cover;
}


.srbtn:hover {
  transition: 0.3s;
  background:var(--main); 
}
.services_item p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical; 
	/*! max-width: 85%; */    
	line-height: 32px;
	/* font-family: Space Grotesk; */
	margin: 4px 0;
	color: #54575e;
	/*! opacity: 0.8; */
	margin-bottom: 60px;
}
.services_item:hover{
  background: linear-gradient(to right,#033175 0,#1267ad 100%);
  transition: 0.3s;
  /*! border-color: var(--main); */ 
}
 

.textbtn{
	font-size: 20px;
	color: var(--main);
	display: inline-block;
	position: relative; 
	margin: 10px 0 0 0;
}
.textbtn::before {
	content: '';
	bottom: -7px;
	height: 2px;
	width: 0%;
	background: var(--main);
	position: absolute;
	left: 0;
  transition: 0.6s;
}
.textbtn:hover::before { 
	width: 90%; 
  transition: 0.6s;
}
 h2 span {
	position: relative;
	color: #04357a;  
	font-weight: bold;
	background: url(../images/home-circle.png);
	background-repeat: no-repeat;
	background-size: 65%;
	background-position: right 4px;
}
.services_main h2 span svg { 
	display: block;
	width: 125px;
	position: absolute;
	left: auto; 
	bottom: -73px; 
}
.imgsrv {
	position: absolute;
	top: 30%;
	right: 20px;
	width: 28px !important;
	opacity: 0.3;
}
.industary_mnain {
	position: relative;
	z-index: 1;
}
.srbtn i {
	width: 40px;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	border-radius: 100%;
	background: #fff;
}

.industary_mnain {
	position: relative;
	background: #fff url(../images/bg-why-choose-us.png);
	padding: 60px 0;
	background-attachment: fixed;  
}

.services_item:hover .top h5 {
  color: #fff;
}
.services_item:hover h3{
  color: #fff;
}
.services_item:hover p{
  color: #fff;
}
.services_item:hover .srbtn img{
  opacity: 1;
}
.services_item:hover .top h5::before { 
	border: 1px solid #ffcf12; 
	background: #ffcf12;
  opacity: 1;
}

.contact_dvsrv{
  background: var(--main) url(../images/footer-bg.png);
  color: var(--white);
  text-align: center;
  display: flex;
  flex-direction: column; 
  justify-content: center;
  background-size: cover;
}
.contact_dvsrv img {
	width: 90px !important;
	margin: 0 auto;
	margin-bottom: 12px;
}
.contact_dvsrv p {
  color: #fff;
  margin-bottom: 26px;
} 
.contact_dvsrv a{
	padding: 0 22px; 
	border: 1px solid #ffffff5e;
	border-radius: 90px; 
	color: #000;  
	font-size: 16px;  
	display: inline-block;   
	font-weight: 600; 
	background: #fff; 
	height: 48px;
	line-height: 46px;
	display: flex;
	align-items: center;
  justify-content: center;
}
.contact_dvsrv a i{
  display: inline-block;
  transform: rotate(-30deg);
  font-size: 30px
}
.line-path svg {
	top: -212px;
	left: 140px;
	width: 139%;
	height: 1516px;
}
.line-path {
	fill: none;
	stroke: #226db4;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-miterlimit: 10;
	stroke-width: 1.5px;
}
.pathComplete {
	stroke-dasharray: 0 !important;
}
#Layer_1 {
	enable-background: new 0 0 941.7 1258.3;
	position: absolute;
	left: 0;
	top: 0;
	width: 45%;
	transform: rotate(277deg);
	opacity: 0.1;
}
 
 .owl-prev span,  .owl-next span {
	font-size: 18px;
	background: rgba(255, 255, 255, 0.79);
	width: 45px;
	height: 45px;
	line-height: 42px;
	border-radius: 6px;
	text-align: center;
	color: #666;
	margin: 0 -15px 0 -18px;
	box-shadow: rgba(0,0,0,0.09) 0 3px 12px; 
	display: inline-block;
	font-weight: 700;
	transition: opacity .2s linear;
	border: 1px solid #e0e0e000;
	-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);
}

 .owl-prev span:hover, .owl-next span:hover {
  color:#8199A3
  }
  
  .owl-prev, .owl-next {
  position:absolute;
  top:0;
  height:100%
  }
  
  .owl-prev {
  left:7px
  }
  
  .owl-next {
  right:7px
  }


.why_infospry {
	padding: 70px 0;
	background: url(../images/bg-why-choose-us.png);
	position: relative; 
	z-index: 1;
	padding-bottom: 109px;
} 
 
.why_infospry ul{
  margin: 0;
  padding: 0;
}
.why_infospry ul li{
  list-style: none;
  display: flex;
  padding: 0 0 15px 0;
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
  /*! align-items: center; */
}
.why_infospry ul li img {
	width: 64px;
	flex: 0 0 auto; 
  height: auto;
  object-fit: contain;
	margin: 0 20px 0 0;
}

.why_infospry ul li h3 {
	/* margin: 0; */
	font-size: 22px;
}
.abimgdv {
	margin: 0 67px 0 0;
	height: 545px;
	background: var(--main);
	border-radius: 32px;
	overflow: hidden;
	position: relative;
}
.abimgdv img{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0; 
  top: 0;
  object-fit: cover;
  opacity: 0.7;
}




/* blog */
.blog_main {
  padding: 3.313rem 0;
  background: #fff url(../images/bg-why-choose-us.png);
} 
 


/* ------------------------------
		 Post-card
------------------------------ */
.post-card {
  background: linear-gradient(to right,#033175 0,#1267ad 100%);
  padding: 0;
  border-radius: 18px;
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 0 11px;
  margin-bottom: 2.5rem;
  height: 420px;
  overflow: hidden;
  z-index: 1;
  transition: 0.4s;
  /*! background: url('data:image/svg+xml, <svg class="bg_curve" width="573" height="439" viewBox="0 0 573 439" fill="none" xmlns="http://www.w3.org/2000/svg"><ellipse class="jump6" opacity="0.2" cx="297.5" cy="88.5" rx="88.5" ry="88.5" transform="rotate(90 297.5 88.5)" fill="white"></ellipse><path class="jump7" opacity="0.1" d="M208.068 235.188C208.068 248.819 205.384 262.317 200.167 274.911C194.951 287.504 187.305 298.947 177.666 308.586C168.028 318.224 156.585 325.87 143.991 331.087C131.398 336.303 117.9 338.988 104.269 338.988C90.6377 338.988 77.1401 336.303 64.5465 331.087C51.953 325.87 40.5102 318.224 30.8716 308.586C21.2329 298.947 13.5871 287.504 8.37067 274.911C3.15427 262.317 0.469406 248.819 0.469406 235.188L104.269 235.188H208.068Z" fill="white"></path><rect class="jump5" opacity="0.1" x="385.85" y="177.013" width="177.64" height="177.643" transform="rotate(90 385.85 177.013)" fill="white"></rect><path class="jump4" opacity="0.07" d="M199.088 428.861L298.532 332.139L385.751 242.198L385.751 428.861L199.088 428.861Z" fill="white"></path><circle class="jump1" opacity="0.07" cx="478.986" cy="345.506" r="93" transform="rotate(90 478.986 345.506)" fill="white"></circle><rect class="jump2" opacity="0.2" x="572.508" y="66.9229" width="186.664" height="186.666" transform="rotate(90 572.508 66.9229)" fill="white"></rect><path class="jump3" opacity="0.2" d="M572 67L472.909 163.379L386 253L386 67L572 67Z" fill="white"></path></svg>'); */
} 
 
.post-card img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 15px;
  transition: 0.4s; 
}

.post-card-image img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transition: 0.4s;
}
 
.post-card-content h5 {
	margin: 0.8rem 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin-top: 0;
	color: #000;
	font-weight: 400;
	font-size: 25px;
	transition: 0.4s;
}

.post-card-content h5 a {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  color: #222837;
  font-weight: 600;  
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis; 
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 0; 
  transition: 0.4s;
  line-height: 30px;
}

.post-card-content h5 a:hover {
  color: var(--main);
  text-decoration: underline;
}

.post-card-content p {
  margin-bottom: 19px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: 0.4s;
  font-size: 17px;
  line-height: normal;
}

.post-card-info ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  transition: 0.4s;
  justify-content: end;
}

.post-card-info ul li:before {
  display: none;
}

.post-card-info ul li {
  font-size: 15px;
  margin: 0;
  padding: 0;
  font-weight: 400; 
  color: #a29d9d;
  flex: 0 0 auto;
}

.post-card-info ul li a {
  color: #3e3e3e;
  font-weight: 400;
} 

.post-card-info ul li div a{
  display: block;
  font-size: 13px;
}
.post-card-info ul li div span{
  display: block;
  font-size: 13px;
} 

.post-card-info img {
  width: 2rem !important;
  height: 2rem;
  border-radius: 50%;
  margin-right: 8px;
  /*! border: 1px solid #ddd; */ 
}

.post-card-info li {
  margin-bottom: 0;
  font-size: 0.8125rem;
  color: #86939f;
  text-transform: capitalize;
  font-weight: 500;
}

.post-card-content {
  padding: 20px 20px;
  position: absolute;
  bottom: -12px; 
  left: 0; 
  width: 100%;
  z-index: 1; 
} 

.post-card-info li a:hover {
  color: var(--main);
}

.dot {
  width: 0.25rem;
  height: 0.25rem;
  background-color: var(--secondry);
  border-radius: 50%;
  display: block;
  margin: 2px 6px !important;
}

.post-card-info li.dot {
  margin: 2px 0.5rem !important;
}

/* ------------------------------
		Categorie
------------------------------ */
.catogry {
  display: flex;
  overflow: auto;
  scrollbar-width: none;
  margin: -51px 0 1.9375rem 0;
  position: relative;
  z-index: 1;
}

.catogry a {
  color: var(--white);
  display: inline-block;
  margin: 0 0.625rem 0 0;
  text-align: center;
  font-size: 11px;
  border-radius: 1.25rem;
  font-weight: 500;
  text-transform: capitalize;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  white-space: nowrap;
} 
.catogry a:hover {
  background-color: var(--main);
  color: #ffffff !important;
}

/* blog */

/* blog-details */
.inner_blog_detailsBanner {
  background: var(--main);
  padding: 3.125rem 0;
  padding-bottom: 13.125rem;
  background-size: cover;
  background-position: center;
}

.image_blogdetails {
  margin: 0;
} 

.blog_inbnr h1 {
  font-weight: 600;
  letter-spacing: -1px;
}

.article-byline-content {
  flex-grow: 1;
  display: flex;
  align-items: center;
}

.author-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 0.25rem;
  padding: 0;
  list-style: none;
}

.article-byline-content .author-list {
  justify-content: flex-start;
  padding: 0 0.75rem 0 0;
  margin: 0.625rem 0 0 0;
}

.author-list-item {
  position: relative;
  flex-shrink: 0;
  margin: 0;
  padding: 0 !important;
}

.author-list-item:before {
  display: none;
}

.author-avatar {
  display: block;
  overflow: hidden;
  margin: 0 -0.25rem;
  width: 3.125rem;
  height: 3.125rem;
  border: 2px solid #fff;
  border-radius: 100%;
  transition: all .5s cubic-bezier(.4, .01, .165, .99) .7s;
}

.author-profile-image,
.avatar-wrapper {
  display: block;
  width: 100%;
  height: 100%;
  background: #e4eaed;
  border-radius: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0 !important;
  margin: 0 !important;
}

.article-byline-meta {
  color: #738a94;
  font-size: 1.4rem;
  line-height: 1.2em;
}

.article-byline-meta h4 {
  margin: 0;
  font-size: 0.875rem;
}
.article-byline-meta h4 a{
  color: #000;
}
.stgln {
  font-size: 1.25rem;
  color: #888;
  font-family: georgia;
  font-style: italic;
}

.byline-meta-content {
  font-size: 0.875rem;
  font-weight: 400;
}

.blog_inbnr img {
  border-radius: 0.625rem;
  margin: 1.25rem 0;
  width: 100%;  
  margin-top: 30px;
} 

.post-share-section {
  width: 100%;
  padding-top: 1.875rem;
}

.post-share-section>small {
  font-size: 0.9375rem;
  font-weight: 600;
  display: block;
  margin-bottom: 1.2vh;
  letter-spacing: 0.2px;
}

.post-share-wrap {
  position: relative;
  display: inline-flex;
  /*! width: 100%; */
}

.post-share-wrap a:first-of-type {
  border-radius: calc(0.625rem/1.5) 0 0 calc(0.625rem/1.5);
}

.post-share-wrap a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 63px;
  transition: background-color .15s ease;
  background-color: #e7f4f8;
  color: var(--main);
  font-size: 1.375rem;
  border-right: 1px solid #ddedf5;
  transition: 0.2s;
}

.post-share-wrap a:hover {
  background-color: #c3d7e8;
  transition: 0.2s;
}

.post-share-wrap a:last-of-type {
  border-radius: 0 calc(0.625rem/1.5) calc(0.625rem/1.5) 0;
  border: none;
}

/* blog-details */


/* footer */
.footer { 
  position: relative;
  padding-top: 70px; 
  z-index: 1;  
} 
 

.footer .footer-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 1.875rem 0;
}

.footer .footer-top .download-text h3 {
  font-size: 1.875rem;
  color: #622fcd;
  display: block;
  margin-bottom: 1.25rem;
  font-weight: 700;
}

.footer .footer-top .download-button {
  text-align: right;
}

.footer .footer-top .download-button .btn {
  display: inline-block;
  margin-right: 0.625rem;
}

.footer .footer-top .download-button .btn:last-child {
  margin-right: 0;
}

.footer .footer-top .download-button .btn i {
  font-size: 1.125rem;
  display: inline-block;
  margin-right: 0.3125rem;
}

.footer .logo {
  margin-bottom: 26px;
}

.footer .logo img {
  width: 13.125rem;
}

.footer .f-about p {
  font-size: 0.875rem; 
  color: #7e8890;
  margin-left: 0.9375rem;
}

.footer .f-about .contact-address {
  margin-top: 1.25rem;
}

.footer .f-about .contact-address li {
  display: block;
  margin-bottom: 0.3125rem;
  margin-left: 0.9375rem;
}

.footer .f-about .contact-address li:last-child {
  margin-bottom: 0;
}

.footer .f-about .contact-address li span {
  font-weight: 500;
  color: #622fcd;
  display: inline-block;
  margin-right: 0.25rem;
}

.footer .footer-social {
  margin-top: 0; 
  text-align: left; 
}

.footer .footer-social ul li {
  display: inline-block;
  margin-right: 6px;
}

.footer .footer-social ul li:last-child {
  margin-right: 0;
}

.footer .footer-social ul li a {
  font-size: 1.0625rem;
  color: var(--main) !important;
  height: 3.5rem;
  width: 3.5rem;
  text-align: center;
  display: block; 
  background: #e4e7f2;
  border: none;
  border-radius: 100%;
  position: relative;
  z-index: 3;
  line-height: 3.4rem; 
  border: 1px solid #e4e7f2;
}

.footer .footer-social ul li a i {
  margin: 0 !important;
  color: #5b7480; 
}

.footer .footer-social ul li a:hover {
  color: #fff;
  background-color: var(--main);
  -webkit-box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
  box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
}

.footer .footer-social ul li a:hover i {
  color: #fff !important;
}


.nav-folderized .col-lg-4.nav {
  padding: 0 !important;
  display: block !important;
  padding: 0;
} 

.footer h5 {
  color: #ffffffd6;
  font-size: 22px;  
  position: relative;  
  text-transform: capitalize; 
  font-weight: 600; 
  letter-spacing: 0;
}

.footer ul li {
  margin-bottom: 0.625rem;
  position: relative;
  list-style: none;
  display: flex;
}

.footer ul li:last-child {
  margin: 0;
}

.footer ul li a {
  color: #fff;
  font-size: 17px;
  font-weight: 500; 
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  border-bottom: 1px solid transparent;
} 

.footer ul li a::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; 
  height: 2px;
  width: 0;
  background: var(--main);
}

.footer ul li a:hover::before {
  background: #fff;
  opacity: 1;
  width: 100%;
  bottom: -4px; 
}

.footer ul li a:hover {
  color: #fff;
  padding-left: 0; 
}

footer ul {
  padding: 0;
  margin: 0;
}

footer .menuf ul{
  padding: 0;
  margin: 0;
  column-count: 2;
}
.footer h3 img {
  width: 13.125rem; 
}

.f_about img {
  width: 13.75rem;
  margin: 0 0 11px 0;
}


.f_about p {
  font-size: 0.875rem;
  line-height: 23px;
  color: #fff;
}

.contact-address li a:hover {
  color: #300864;
  padding-left: 0 !important;
}

.contact-address li a:before {
  display: none;
}

.footer ul li i {
  font-size: 23px;
  margin: 0 9px 0 0;
  color: #959595;
}

.footer-bottom {
  border-top: 1px solid #ffffff14;
  text-align: center;
  padding: 1.25rem 0; 
  margin-top: 3.375rem; 
  /*! background: #e6f6ff; */
  /*! margin: 2%; */
}
 
.footer-bottom p {
  margin: 0;
  color: #fff;
  font-size: 16px;
} 

.footer-bottom p a {
  color: #fff;
} 
 
.button .btn {
  display: inline-block;
  text-transform: capitalize;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.9375rem 1.875rem;
  background-color: #fff;
  color: var(--main);
  border: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 0.25rem;
}

.footer .footer-top .download-button {
  text-align: right;
}

.footer .footer-top .download-text h3 {
  font-size: 1.875rem;
  color: #fff;
  display: block;
  margin-bottom: 6px;
  font-weight: 700;
}

.footer .footer-top .download-text p {
  margin: 0;
  color: #fff;
  font-size: 1rem;
}

.download-text h3 {
  margin: 0;
}

.newsletter_sct .form-control {
  height: 3.125rem;
  border: 2px solid #e4e7f2;
  color: var(--heading_color);
  margin-bottom: 0.9375rem;
}

.btn.btn_NLy {
  height: 3.125rem;
  text-align: center;
  width: 100%;
  background: var(--main);
  color: #fff;
  border-radius: 0.25rem;
}

.reviewtrust {
  text-align: center;
}

.reviewtrust img {
  width: 13.75rem;
}

.ftxtt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #60687b;
  font-size: 1rem;
}

footer {
	background: #2a323b;
	padding: 40px 0 0 0;
}
 
/* footer */

.satup_support_main {
  text-align: center;
  padding: 90px 0;
  background: #fff; 
  position: relative;
  margin: 0;
  border-radius: 0;
  overflow: hidden;
  z-index: 1;
}
.satup_support_main .video {
  top: 0;
  z-index: -1;
  opacity: 0.6;
}

.Scdtail h3 {
  font-size: 60px;
  font-weight: 400; 
  letter-spacing: -1px;
  color: #fff;
  line-height: 76px;
}
.Scdtail .btn_theme {
  background: transparent;
  height: 60px;
  line-height: 57px;
  color: #fff;
  border-color: #fff;
  border-width: 2px; 
  font-weight: 600;
}

/* inner-pages */
/* inner-pages */
.inner_banner {
	padding: 120px 0; 
	color: var(--heading_color); 
	background: #000;  
	position: relative;  
	z-index: 1;   
	overflow: hidden; 
	background-repeat: no-repeat;
	background-size: cover;
	/*! padding-bottom: 125px; */
	margin: 0;
	margin-top: 0px;
	border-radius: 0;
	margin-top: 0;
	padding-top: 207px;
} 
.img-fluid.imginrbnr {
	position: absolute;
	bottom: -20px;
	left: 29%; 
} 

 .inner_banner h1 {
	font-size: 3.5rem; 
	font-weight: 600;
	letter-spacing: -1px; 
}  
.inner_banner h1 span{
    color: var(--main);
}
.inner_banner a { 
	margin-top: 12px;
}
.inner_banner h6{
  color: #fff;
}

.main {
	padding: 50px 0;
	background: #fff; 
}

.main h3 {
	/*! color: #fff; */
	line-height: normal; 
	font-size: 24px; 
	font-weight: 600;
	margin: 0 0 18px 0;
}
 

.halfimage_text {
  background: #39d8b0;
}
.inner_halfimg_text {
	padding-left: 40px;
}

.inner_halfimg_text p{
  color: #fff;
}
.inner_halfimg_text .btn_outline_theme {
	border: 2px solid var(--white); 
	color: var(--white); 
	background: transparent; 
  margin-top: 1.25em;
	text-transform: capitalize;
}
.inner_halfimg_text h2 {
	font-size: 50px;
  text-transform: capitalize;
}

 

.halfimage_text img { 
	object-fit: cover;
	width: 100%;
}
.inner_banner h2{
  color: #fff;
  font-weight: 600;
  text-transform: capitalize; 
}
.inner_banner p{
  color: #fff;
}
.inner_banner img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
}
.breadcrumb-item.active {
	color: #fff;
}
.breadcrumb-item a {
	color: #fff;
}
.breadcrumb-item + .breadcrumb-item::before { 
	color: #fff; 
}


.aboutinnerbanner h1 {
	font-size: 6.5rem;
	font-weight: bold;
	letter-spacing: -1px;
}



.aboutinnerbanner p {
	font-size: 2.25rem;
	font-weight: 400;
	letter-spacing: inherit;
	color: #515e81;
	line-height: 51px;
}
.mission {
	background: #39d8b0;
	padding: 50px 0;
}

.mission h2{
  color: #fff;
  font-size:60px;
}
.mission p {
	font-size: 25px;
	line-height: 39px;
	color: #fff;
}

.value_main {
	padding: 50px 0;
	background: #f7fefc;
}

.value_item {
	padding: 35px;
	margin-bottom: 25px;
	background: #ecf4f2;
}


.value_item h4 {
	font-size: 24px;
	font-weight: bold;
	margin: 16px 0 8px 0;
}

.value_item img {
	width: 100px;
}

.value_item p {
	font-size: 17px;
	line-height: 25px;
}


 
/* contact-us */
.C_itemD {
	padding: 21px 30px;
	text-align: left;
	padding-left: 80px;
	position: relative;
	margin-bottom: 0; 
	/*! background: #f5f9fe; */ 
	border-radius: 0;
	margin-left: 0;
	border-bottom: 1px solid #f2f6fb;
	margin-bottom: 30px;
}
 
.C_itemD img {
	margin: 0 0 10px 0;
	position: absolute;
	left: 0;
	width: 50px; 
	top: 30px; 
}

.C_itemD h4 {
  font-size: 20px; 
  font-weight: 600;
  margin: 0 0 5px 0;
  font-family: var(--B-family);
} 
.C_itemD p {
  font-size: 16px; 
    margin: 0; 
  line-height: 25px;
  opacity: 0.6;
}  
.C_itemD a { 
	font-size: 18px;
	font-weight: 500; 
	color: var(--black);  
	display: block;
    transition: 0.2s;
}
.C_itemD a:hover{
    transition: 0.2s; 
    text-decoration: underline;
    text-decoration-thickness: 2px;
    color: var(--main);
}
 

.btn_emailus {
	display: block;
	padding: 10px 15px;
	background: var(--main);
	border-radius: 100px;
	color: #fff !important; 
	text-decoration: none !important;
	box-shadow: 0 11px 18px -8px rgb(23 92 255 / 60%);
  transition: 0.3s;
	text-align: center;
}
.btn_emailus:hover{ 
	box-shadow:none;
  transition: 0.3s;
}




.contact-form-wrap {
  padding: 0 74px;   
  border-radius: 0;  
  /*! border-right: 1px solid #ddd; */
  background: #fff; 
  border-radius: 6px;
  /*! margin-top: -90px; */ 
  z-index: 9; 
  position: relative; 
  margin-bottom: 60px !important;
}  

.contact-form-wrap h2 {
  font-weight: 600;
}

.contact-form-wrap textarea {
  min-height: 100px;
}
 
.contact-form-wrap label{
 font-size: 14px;
  font-weight: 400;
  margin: 0 0 5px 6px;
 color: #77879e; 
} 

.contact-form-wrap h2 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px;  
  text-transform: capitalize;
}

.contact-form-wrap p {
  font-weight: 400;
  line-height: 24px; 
  margin-bottom: 30px;
  font-size: 16px; 
  opacity: 0.8;
}
 

 .contact-form-wrap .form-group {
  margin-bottom: 10px;
  position: relative;
}
 
 .contact-form-wrap .form-group .form-control {
  height: 55px;
  border-radius: 0;
  /*! border: 2px solid rgb(207, 221, 238); */
  outline: none; 
  -webkit-box-shadow: none;  
  box-shadow: none;
  padding: 0 20px;
  color: #546274;
  background-color: #f9f9f9;
  /*! color: var(--main); */
  font-weight: 500;
  font-size: 15px;
  border: 1px solid #f0f0f0;
}


.form-select {
	height: 45px;
	border-radius: 0;
	border: none;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0 20px;
	color: #546274;
	/* background-color: #f5f9fe; */
	color: #000;
	font-weight: 600;
	font-size: 15px;
	/* font-family: poppins; */
	padding-right: 32px;
	border-bottom: 1px solid #ddd;
}

 

.contact-form-wrap .form-group .form-control::placeholder {
  /* Firefox 18- */
  color: #ddd;
}

.contact-form-wrap .form-group textarea.form-control {
  padding-top: 14px;
  height: 100px; 
}

.contact-form-wrap .btn {
  height: 60px;
  padding: 0;
  border-radius: 0; 
  background: var(--main);
  color: #000; 
  font-weight: bold;  
  outline: none;  
  box-shadow: none; 
  padding: 0 60px;
  box-shadow: rgba(0, 0, 0, 0.14) 0px 3px 6px, rgba(0, 0, 0, 0.18) 0px 3px 6px;
  display: inline-block;
  margin-top: 5px;
  width: 100%;
  text-transform: uppercase;
  font-size: 17px;
  letter-spacing: 1px;
} 
.dotted_ng {
	background: #fff;
	background-position: center;
} 
.invalid-feedback {
	position: absolute;
	top: 8px;
	right: 6px;
	text-align: right; 
	text-transform: uppercase;
	font-size: 9px;
	font-weight: 600;
	letter-spacing: 1px;
}

.cdtillmp h3 {
	font-size: 30px;
	font-weight: bold; 
	margin-bottom: 10px;
	text-transform: capitalize;
}

.inner_banner_form {
	padding: 30px;
	background: #fff;
}

.bookdemobanner {
	background: #39d8b0;
	color: #fff;
}

.bookdemobanner ul { 
  margin:30px 0;
}

.bookdemobanner ul li {
	list-style: none;
	font-size: 20px;
	margin: 0 0 11px 0;
	font-weight: 600;
  position: relative;
}
.bookdemobanner ul li::before {
	content: '\F26A';
	font-family: bootstrap-icons !important;
	position: absolute;
	left: -28px;
	top: 2px;
	color: #fffb00;
	font-size: 16px;
}


.bookdemobanner h1 { 
	font-weight: bold; 
}

.bookdemobanner p {
	font-size: 24px;
	color: white;
	font-weight: 400;
	line-height: 40px;
}

.inner_banner_form .btn {
	height: 47px;
	padding: 0;
	border-radius: 0;
	background: var(--main);
	color: #fff;
	font-weight: 700;
	outline: none;
	box-shadow: none;
	padding: 0 34px;
	display: inline-block;
	margin-top: 5px; 
	text-transform: capitalize;
	font-size: 17px;
	margin: 12px 0 0 0;
}


.inner_banner_form h4 {
	font-size: 30px;
	color: #000;
	font-weight: 600;
}

.inner_banner_form .form-group .form-control {
	height: 45px;
	border-radius: 0;
	border: 2px solid rgb(207, 221, 238);
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0 20px;
	color: #546274;
	background-color: #f9f9f9; 
	font-weight: 500;
	font-size: 17px;
	border: 1px solid #f0f0f0;
}

.inner_banner_form .form-select {
	height: 42px;
	border-radius: 0;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0 20px;
	color: #546274; 
	font-weight: 500;
	font-size: 17px;
	padding-right: 32px;
  background-color: #f9f9f9;
  border: 1px solid #f0f0f0;
}
.inner_banner_form .form-group {
	margin-top: 20px;
}

.parner_main ul{
  padding: 0;
  margin: 0;
}
.parner_main ul li {
	width: 20%;
	flex: 0 0 20%;
	list-style: none;
	height: 150px;
	margin-bottom: 60px;
	overflow: hidden;
	position: relative;
}
.parner_main ul li::before {
  display: none!important;
}
.featurs_inner_banner h1 {
	font-size: 4.5rem;
	font-weight: bold; 
}
.speredsheet_main {
	padding: 50px 0;
}

.main .casestudy_HP h2 {
	font-weight: 700;
	font-size: 50px;
	color: #fff;
	margin: 0 0 21px 0;
	letter-spacing: -0.3px;
}
.featurss p {
	font-size: 16px;
	line-height: normal;
	margin: 0 0 26px 0;
}

.featurss .line {
	display: block;
	border: 1px solid #ddd;
	margin: 0 0 23px 0;
}





/* howitwork */
 
.howitwork{
  padding: 60px 0;
  background: #f5f9fe;
} 
.work_item {
	text-align: center;
	padding: 30px;
	position: relative;
}

.work_item span {
	display: inline-block;
	width: 50px;
	height: 50px;
	margin-bottom: 21px;
	border-radius: 100%;
	background: var(--main);
	line-height: 46px;
	color: #fff;
	font-size: 34px; 
	position: relative;
	box-shadow: 0 0 0 5px rgba(57, 216, 176, 0.49);
	font-weight: 900;
}
.work_item span::before { 
  content: '';
  position: absolute;
  width: 50px;
  height: 50px;
  /*! background: #000; */
  border-radius: 100%; 
  /*! z-index: -1; */
  left: 0;
  top: 0;
  box-shadow: 0 0 0 11px rgba(57, 216, 176, 0.24); 
}
.work_item span::after {
  /*! content: ''; */
  position: absolute;
  width: 10px;
  height: 100px;
  background: #000;
}

.work_item h4 {
  color: var(--secoendry);
  font-weight: 600;
}
.work_item h4 a {
  color: var(--secoendry); 
}



.mouse_scroll {
	width: 24px;
	position: absolute;
	right: 0;
	top: 12%; 
	transform: rotate(-90deg) translateX(-50%);
}


.m_scroll_arrows
{
  display: block;
  width: 5px;
  height: 5px;
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  transform: rotate(45deg);
   
  border-right: 2px solid #26ade4;
  border-bottom: 2px solid #26ade4;
  margin: 0 0 3px 4px;
  
  width: 16px;
  height: 16px;
}


.unu
{
  margin-top: 1px;
}

.unu, .doi, .trei
{
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite;
    animation: mouse-scroll 1s infinite;
  
}

.unu
{
  -webkit-animation-delay: .1s;
  -moz-animation-delay: .1s;
  -webkit-animation-direction: alternate;
  
  animation-direction: alternate;
  animation-delay: alternate;
}

.doi
{
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  -webkit-animation-direction: alternate;
  
  animation-delay: .2s;
  animation-direction: alternate;
  
  margin-top: -6px;
}

.trei
{
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  -webkit-animation-direction: alternate;
  
  animation-delay: .3s;
  animation-direction: alternate;
  
  
  margin-top: -6px;
}
 
.wheel {
  height: 5px;
  width: 2px;
  display: block;
  margin: 5px auto;
  background: white;
  position: relative;
  
  height: 4px;
  width: 4px;
  border: 2px solid #fff;
  -webkit-border-radius: 8px;
          border-radius: 8px;
}

.wheel {
  -webkit-animation: mouse-wheel 0.6s linear infinite;
  -moz-animation: mouse-wheel 0.6s linear infinite;
  animation: mouse-wheel 0.6s linear infinite;
}

@-webkit-keyframes mouse-wheel{
   0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@-moz-keyframes mouse-wheel {
  0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}
@-o-keyframes mouse-wheel {

   0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}
@keyframes mouse-wheel {

   0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}

@-webkit-keyframes mouse-scroll {

  0%   { opacity: 0;}
  50%  { opacity: .5;}
  100% { opacity: 1;}
}
@-moz-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@-o-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
/* howitwork */


.crm_dv {
	padding: 60px 0;
}

/* pricing */
.Price_main {
  padding: 3.75rem 0;
  padding-top: 0;
  background: #f3f7fb;
}


.pricing_item {
  padding: 1.8125rem 1.875rem;
  background: #fff;
  border-radius: 0.625rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 0; 
  padding-bottom: 1.8125rem;
  box-shadow: rgba(50, 50, 93, 0.05) 0px 0.8125rem 27px -0.3125rem, rgba(0, 0, 0, 0) 0px 0.5rem 1rem -0.5rem;
}

.pricing_item::after {
  content: "";
  position: absolute;
  width: 37.4rem;
  height: 37.4rem;
  bottom: 33%;
  transform: translateY(-50%);
  left: -26.2rem;
  z-index: -1;
  border-radius: 100%;
  background-color: var(--main);
  opacity: 0.02;
}

.pricing_item p {
  font-size: 1rem;
}

.pricing__standart h2 {
  font-weight: 600;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  font-size: 1.25rem;
}

.pricing__standart h2 i {
  font-size: 1.25rem;
  margin-right: 0.625rem;
  color: var(--main);
}

.pricing__standart h3 {
  color: #888;
  border-radius: 0.625rem;
  margin-bottom: 1.5625rem;
  margin: 0;
}

 
.pricing__standart h3 span b {
  color: #beccdb;
  font-weight: 300;
  /*! font-size: 70.5rem; */
  /*! margin: 0 0.5rem 0 0; */
}

.pricing__standart h3 small {
  font-family: var(--B-family);
  font-size: 1.125rem;
}

.pricing__standart ul {
  margin: 0.9375rem 0;
  padding: 0;
  margin-bottom: 1.5625rem;
}

.pricing__standart ul li {
  list-style: none;
  margin: 0 0 9px 0;
  position: relative;
  padding-left: 1.875rem;
}

.pricing__standart ul li::before {
  position: absolute;
  content: '\F26E';
  font-family: bootstrap-icons;
  height: 1.25rem;
  border-radius: 100%;
  color: var(--main);
  line-height: 21px;
  left: 0;
  font-weight: bold;
  text-align: center;
  font-size: 23px;
  top: 3px;
}

.pricing__standart ul {
  min-height: 290px;
  max-height: 290px;
  overflow: auto;
  scrollbar-width: none;
}

.pricing__standart ul li {
  margin: 0 0 0.5rem 0;
  color: #515050;
  font-weight: 500;
  font-size: 0.9375rem;
}

.pricing__standart ul li b {
  font-weight: bold;
  color: var(--secondry);
}

.pricing__standart .badge {
  padding: 0.9375rem 1.25rem;
  font-weight: 700;
  background: #FF674E26;
  color: #FF674E;
  font-size: 0.9375rem;
  font-weight: 200;
  margin: 0;
  border-radius: 3.75rem; 
  position: relative;
  top: -25px;
  left: 0;
  width: 100%;
  font-weight: bold;
}

.pricing__standart h6 {
  color: var(--heading_color);
  margin-bottom: 1rem;
  margin-top: 1.25rem;
  margin-bottom: 0.75rem;
}

.header_PRice {
  margin-bottom: 1.25rem;
}

.price_footer {
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #f4f0e2;
  left: 0;
  border-top: 1px solid #e8e0c6;
}

.price_footer .btn_theme {
  padding: 0 1.875rem;
  font-size: 1.125rem;
  height: 3.75rem;
  line-height: 56px;
  text-transform: capitalize;
  margin-bottom: 0.9375rem;
}

.price_footer a {
  text-transform: capitalize;
  color: #2e3031;
  display: block;
  padding: 1rem 0;
}

.pricing_main {
  background: #f3f7fb;
  padding: 15.125rem 0;
  padding-bottom: 40px;
} 

.pricing_item.popularbx {
  margin-top: -2.5rem;
  padding-top: 52px;
  /*! border: 2px solid #ffb306; */
  /*! background: #f4f0e2; */
  position: relative;
  z-index: 9;
} 

.header_price {
  background: var(--main) url(../images/banner_bg.png);
  padding: 3.125rem 0;
  padding-bottom: 13.125rem;
  background-size: cover;
  background-position: center;
}

.margintopminus {
  margin-top: -100px;
}

.allfeatures_main th {
  text-align: inherit;
  text-align: -webkit-match-parent;
  font-weight: 400;
  padding: 6px 1.25rem !important;
  background: var(--main);
  color: #fff;
  border: none;
  vertical-align: middle;
}

.row.rbg {
  background: #fff;
  padding: 0 0.9375rem;
}

.f_heading {
  margin: 0.8125rem 0;
  font-size: 1rem;
}

.chkpr {
  color: #2cc27a;
  /*! padding: 23px 0; */
  font-size: 21px;
  text-align: center;
}

.crossico {
  color: #fa5656;
  /*! padding: 23px 0; */
  font-size: 21px;
  text-align: center;
}

table .header_PRice {
  margin: 0;
  text-align: center;
  position: relative;
}

table .header_PRice h2 {
  font-weight: 600;
  margin-bottom: 0;
  display: block;
  align-items: center;
  font-size: 1.25rem;
}

table .header_PRice h2 i {
  font-size: 1.25rem;
  margin-right: 0.625rem;
  color: var(--main);
}

table .header_PRice h3 {
  color: #888;
  border-radius: 0.625rem;
  margin-bottom: 1.5625rem;
  margin: 0;
}

table .header_PRice h3 span {
  font-size: 39px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0;
}

table .header_PRice p {
  font-size: 0.875rem;
  color: #fff;
  opacity: 0.7; 
  margin: 0; 
}

table .header_PRice h3 span b {
  color: #fff;
  font-weight: 300;
  /*! font-size: 70.5rem; */
  /*! margin: 0 0.5rem 0 0; */
} 

table .header_PRice h3 small {
  font-family: var(--B-family);
  font-size: 0.75rem;
  color: #fff;
  /*! opacity: 0.4; */
}

table .header_PRice .badge {
  padding: 7px 1.25rem;
  font-weight: 700;
  background: #FFBF00;
  color: #fff;
  font-size: 15px;
  font-weight: 200;
  margin: 0;
  border-radius: 0;
  width: 100%;
  font-weight: 400;
  top: -1.9375rem;
  left: 50%;
  transform: translateY(-30%);
  position: absolute;
  left: 0;
  top: -19px;
}

.allfeatures_main thead {
  position: sticky;
  top: 82px;
  z-index: 99;
}

.allfeatures_main .table> :not(caption)>*>* {
  padding: 1rem 1rem;
  border-bottom-width: 1px; 
}

.allfeatures_main {
  padding: 3.75rem 0;
}

/* pricing */



.header_price {
  background: var(--main) url(../images/banner_bg.png);
  padding: 3.125rem 0;
  padding-bottom: 11.125rem; 
  background-size: cover;
  background-position: center;
}

.Price_main h1{
  font-size: 66px;
  font-weight: bold;
  color: #fff;
}



.header_price p{ 
  color: #fff;
}


/* faqs */
.faq_main {
  background: #fff url(../images/section-design-bg.png);
  padding-top: 3.125rem;
}

.accordion-button {
  font-weight: 600;
  color: #282828;
  font-size: 21px;
  border: none;
  /*! border-bottom: 1px solid #13245c2e; */
  padding: 25px;
  /*! border-radius: 6px !important; */
  border-radius: 0;
  background: transparent;
  letter-spacing: -.0175em !important;
}

.accordion-item {
  background-color: #f3f7fb;
  border: none;  
}

.accordion-button.collapsed {
  border-bottom-width: 1px;
  border-radius: 0 !important;
}

.accordion-button.collapse {
  border-bottom-width: 0px;
}

.accordion-body {
  text-align: left;
  background: var(--white);
  padding: 1.25rem 1.875rem;
  padding-top: 0;
  /*! border: 2px solid var(--main); */
  border-top: none;
  border-radius: 0 0 0.625rem 0.625rem;
} 
.accordion-body p{
  font-size: 20px;  
  line-height: 166%; 
} 

.accordion-collapse {
  border: none;
  border-width: 0 1px;
}

.accordion-button:not(.collapsed) {
  color: var(--black);
  border-radius: 0.625rem 0.625rem 0 0 !important;
  background: #fff;
  box-shadow: none;
  border: none; 
  border-bottom: none;
  padding-bottom: 12px;
}
.accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgba(0,0,0)'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	 
} 
.accordion-item {
  margin: 0;
  border-radius: 0important;
  overflow: hidden;
  border-bottom: 1px solid #ddd;   
  /*! box-shadow: 0 4px 57px rgba(58, 76, 102, 0),inset 0 -1px 4px rgb(191, 197, 202); */
}

.accordion-button:focus { 
  box-shadow: none;
}

.faq_iner { 
  border-radius: 20.5rem; 
}



/* faqs */

.filter_section select { 
	margin: 0 0 11px 0;
	height: 40px;
	border-radius: 0;
	background-color: #ddd;
	background-color: #f9f9f9;
	font-weight: 500;
	font-size: 17px;
	border: 1px solid #f0f0f0;
	color: #000;
}


.filter_section {
	position: sticky;
	top: 109px;
}

/* new css 15/07/2024 */

.onbrdingg h2 {
	font-weight: 600;
	font-size: 62px; 
	margin: 0 0 21px 0;
	letter-spacing: -0.3px;
}

.navtabbonbpg .nav { 
	flex-wrap: nowrap; 
}
.navtabbonbpg .nav-item {
	width: 100%;
}

.navtabbonbpg .nav-tabs .nav-link {
	width: 100%;
	text-align: left;
	padding: 12px 35px;
	font-size: 21px;
	font-weight: 600;
	border-radius: 0;
	color: #000;
	border: none;
}
.col-12.navtabbonbpg {
	margin: 33px 0 0 0;
}


.navtabbonbpg .nav-tabs .nav-item.show .nav-link, .navtabbonbpg .nav-tabs .nav-link.active {
	color: var(--main);
	background-color: #edfcf8;
	border-color: #edfcf8 #edfcf8 #edfcf8;
	border-radius: 0;
}

.tab-pane {
	padding: 40px;
	background: #edfcf8;
}

.navtabbonbpg .C_itemD p {
	font-size: 19px;
	margin: 0;
	line-height: 30px;
	opacity: 0.5;
	color: #000;
}
.navtabbonbpg .C_itemD h4 {
	font-size: 25px;
	font-weight: 600;
	margin: 0 0 5px 0;
	font-family: var(--B-family);
	color: #000;
}

.testimonial_main {
	padding: 60px 0;  
	position: relative; 
	background-position: center;  
	background: linear-gradient(to right,#033175 0,#1267ad 100%);
	background-position: center;
	background-size: 100%;
}

.starR {
	text-align: right;
}
.review_item .qout-svg {
	position: absolute;
	left: 43px;
	top: -71px;
	width: 73px;
}
.review_item p {
	margin: 15px 0;
	font-size: 20px;
	color: #eee;
	line-height: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	/* font-family: georgia; */
	font-style: italic;
	/*! font-weight: 600; */
}
.review_item {
	padding: 32px;
	background: #164c8c;
	border-radius: 20px; 
	margin: 13px;  
	border: 1px solid #0f5da2; 
	margin-top: 50px;
}
.imgname {
	display: flex;
	align-items: center;
	border-top: 1px solid rgba(255, 255, 255, 0.41); 
	padding: 18px 0 0 0;
	margin: 18px 0 0 0;
}
.imgname .image {
	width: 50px;
	height: 50px;
	overflow: hidden;
	border-radius: 100%;
	margin: 0 12px 0 0;
}
.imgname .image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}
.review_item .imgname h4 {
  margin: 0;
  color: #fff;
}

.review_item .imgname h4 i {
	font-size: 11px;
}

.review_item .imgname h4 span {
	font-weight: 600;
}
.testimonial_main .owl-prev span, .testimonial_main .owl-next span { 
	background: rgb(255, 255, 255); 
	border-radius: 50px; 
}
.imgname h4 {
  font-size: 19px; 
}

.tech_item { 
	padding: 25px;
	text-align: left;
	background: #ddd; 
  position: relative; 
  background: #fff;  
	border: 1px solid #e6e6e6;  
	border-radius: 13px;
	overflow: hidden; 
	 height: 400px;
	margin: 10px;
	z-index: 1;
}
.tech_item::before {
  position: absolute;
  left: 0; 
  top: 0; 
  background: rgba(0, 0, 0, 0.41);
  z-index: 1;
  content:'';
opacity: 0;
  width: 100%;
  height: 100%;
} 
.nosc {
	position: absolute;
	right: 30px; 
	top: 0;
	font-weight: 900; 
	color: #7c828a2e; 
	font-size: 70px;
	/*! font-family: inter; */
	/*! text-shadow: 0 2px 2px rgba(0, 0, 0, 0.4); */
	opacity: 0.3;
}
.tech_item h3 {
  color: #0b0b0b; 
  font-size: 23px; 
  position: relative; 
  z-index: 9; 
}

.tech_item img { 
	width: 65px;  
}
.tech_item p {
	margin: 30px 0 35px 0;
	position: relative;
	z-index: 9;
	color: #000;
	line-height: 25px;
}
.topsticky {
	position: sticky;
	top: 127px;
}
.imghoverfull {
	height: 93px;
	overflow: hidden;
	background: #fff;
	border-radius: 84px;
  transition: 0.3s; 
	position: absolute;
	left: 5%;
	bottom: 19px;
	width: 90%;
}
.tech_item:hover::before { 
opacity: 1; 
transition: 0.3s;
}
.tech_item:hover .imghoverfull {
	height: 100%;
	overflow: hidden; 
	border-radius: 0;
	position: absolute; 
  bottom: auto;
	width: 100%;
  transition: 0.3s;
  z-index: -1;
  bottom: 0;
  left: 0;
}
.tech_item:hover .imghoverfull img{
	height: 100%; 
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.tech_item:hover h3 {
	color: #fff; 
}
.tech_item:hover p {
	color: #fff; 
}

.testimonial_main .container-fluid{
  max-width: 90%;
}

.iconQuote {
	width: 70px;
	height: 70px;
	background: #fff;
	border-radius: 100%;
	display: flex;
	align-items: center;
	padding: 14px;
	position: absolute;
	top: 18px;
	left: 50%;
	transform: translateX(-50%);
}
.review_item i {
	/*! -webkit-text-fill-color: transparent; */
	/*! -webkit-text-stroke-width: 1px; */
	/*! -webkit-text-stroke-color: #fff; */
	/*! color: transparent; */
	font-size: 45px;
	line-height: 0;
	color: #618efa;
	margin: -36px 0 0 0;
}






.count{ 
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  margin: 0 0 10px 0;
  display: block;
  margin: 0 0 26px 0;
}  
.counter-wrapper{
  /*! background: #333; */  
  background: cover;
  background-position: center center;
  position: relative;
}
.counter-wrapper:after{
  content: '';
  position: absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  /*! background: rgba(0,0,0,.5); */
}
.counter-inner{
  position:relative;
  z-index:2;
}
.count-icon{
  font-size: 32px;
  color: #0e90d0;
}

.testimonial_main h2 { 
	color: #fff;
}

.testimonial_main h2 span{ 
	color: #fff;
}
.testimonial_main h6 { 
	margin: 0 0 12px 0;
  color: #fff;
}
.shamrushbtn {
	text-align: center;
	width: 250px;
	padding: 16px 30px;
	background: #e6f6ff; 
	margin: 36px 0 0 0;
	border-radius: 20px;
	border: 1px solid #89bedb;
	margin: 0 0 0 auto;
}
.portfolio_main {
	/*! padding: 60px 0; */  
}


.portfolio_main .container-fluid{
  max-width: 95%;
}
 
.portfolioiTem { 
	margin: 20px;
	position: relative; 
	text-align: left;  
	/*! border-bottom: 5px solid var(--main); */ 
	border-radius: 15px;
	padding-bottom: 20px;
	/*! box-shadow: rgba(17, 25, 46, 0.1) 0px 0px 0px 2px inset; */
	/*! background: rgb(255, 255, 255); */
	padding: 0;
  margin-bottom: 40px;
} 
 

.portfolioiTem .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
} 

.portfolioiTem .image {
	/*! height: 465px; */ 
	overflow: hidden;
	position: relative;
	margin: 0 0 24px 0;
	border-radius: 25px;
}
.portfolioiTem h6 {
	color: #999;
	margin: 0 0 11px 0;
}
.portfolioiTem h6 span {
	margin: 0 0 0 20px;
	display: inline-block;
	background: #eeecec;
	color: #000;
	padding: 7px 19px;
	border-radius: 50px;
	font-weight: 400;
	font-size: 14px;
}
.idimg {
	width: 60px;
	padding: 12px;
	background: #dee8fe;
	height: 60px; 
	border-radius: 16px;
	margin-bottom: 56px;
	position: relative;
	z-index: 9;
}

  
.portfolio_main  .owl-prev span, .portfolio_main  .owl-next span {
	font-size: 31px;
	background: rgba(255, 255, 255, 0.79);
	width: 65px;
	height: 65px; 
	line-height: 59px;
	border-radius: 60px;
	text-align: center; 
	color: var(--main);
	margin: 0 -15px 0 -18px;
	box-shadow: rgba(0,0,0,0.09) 0 3px 12px;
	display: inline-block;
	font-weight: 700;
	transition: opacity .2s linear;
	border: 1px solid #e0e0e0;
	-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);
}

  .portfolio_main  .owl-prev span:hover, .portfolio_main  .owl-next span:hover {
  color:#8199A3
  }
  
  .portfolio_main  .owl-prev, .portfolio_main  .owl-next {
  position:absolute;
  top:0;
  height:100%
  }
  
  .portfolio_main  .owl-prev {
  left:7px
  }
  
  .portfolio_main  .owl-next {
  right:7px
  }


/* Blog
-----------------------------------------------------------------*/
.blog .img {
	border-radius: 15px;
	overflow: hidden;
  }
  
  .blog .cont {
	width: 100%;
  }
  
  .blog .cont .info .date {
	padding-right: 30px;
	margin-right: 20px;
	position: relative;
  }
  
  .blog .cont .info .date:after {
	content: '';
	position: absolute;
	right: 0;
	top: 40%;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #fff;
  }
  
  .blog-modern .item .img {
	position: relative;
	padding: 10px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 10px;
  }
  
  .blog-modern .item .img img {
	border-radius: 10px;
  }
  
  .blog-modern .item .img .tag {
	position: absolute;
	top: 40px;
	right: 10px;
	border-radius: 15px 0 0 15px;
	padding: 8px 20px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
  }
  
  .blog-modern .item .img .tag .shap-right-top {
	position: absolute;
	top: -1.05rem;
	right: -1px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
  }
  
  .blog-modern .item .img .tag .shap-right-top svg {
	width: 1.1rem;
	height: 1.1rem;
  }
  
  .blog-modern .item .img .tag .shap-right-bottom {
	position: absolute;
	bottom: -1.05rem;
	right: -1px;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
  }
  
  .blog-modern .item .img .tag .shap-right-bottom svg {
	width: 1.1rem;
	height: 1.1rem;
  }
  
  .blog-modern .item .cont {
	padding: 0 10px;
  }
  
  .blog-crev .item {
	border-radius: 15px;
  }
  
  .blog-crev .item .img {
	position: relative;
	border-radius: 15px;
  }
  
  .blog-crev .item .img img {
	border-radius: 15px;
  }
  
  .blog-crev .item .img .tag {
	position: absolute;
	bottom: -2px;
	left: 50%;
	border-radius: 25px 25px 0 0;
	padding: 8px 30px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
  }
  
  .blog-crev .item .img .tag .shap-right-bottom {
	position: absolute;
	bottom: -1px;
	right: -1.05rem;
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
  }
  
  .blog-crev .item .img .tag .shap-right-bottom svg {
	width: 1.1rem;
	height: 1.1rem;
  }
  
  .blog-crev .item .img .tag .shap-left-bottom {
	position: absolute;
	bottom: -1px;
	left: -1.05rem;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
  }
  
  .blog-crev .item .img .tag .shap-left-bottom svg {
	width: 1.1rem;
	height: 1.1rem;
  }
  
  .blog-crev .item .cont {
	padding: 40px 30px;
  }
  
  .blog-list-half .item {
	border-radius: 10px;
	overflow: hidden;
  }
  
  .blog-list-half .item .img {
	min-height: 300px;
	padding-right: 0;
	position: relative;
  }
  
  .blog-list-half .item .img:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	background: -webkit-gradient(linear, left top, left bottom, from(#1a1a1a), to(transparent));
	background: -webkit-linear-gradient(top, #1a1a1a, transparent);
	background: -o-linear-gradient(top, #1a1a1a, transparent);
	background: linear-gradient(180deg, #1a1a1a, transparent);
	opacity: 0;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
  }
  
  .blog-list-half .item .img .img-post {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	border-radius: 10px;
  }
  
  .blog-list-half .item .img .author {
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: 3;
	opacity: 0;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
  }
  
  .blog-list-half .item .cont {
	padding: 40px 15px 40px 30px;
  }
  
  .blog-list-half .item .cont .tags a {
	font-size: 12px;
	padding: 8px 20px;
	background: rgba(255, 255, 255, 0.05);
	border-radius: 30px;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
  }
  
  .blog-list-half .item .cont .tags a:hover {
	background: #14cf93;
  }
  
  .blog-list-half .item .cont .tags.colorbg a:hover {
	background: #14cf93;
	color: #1a1a1a;
  }
  
  .blog-list-half .item:hover .img:after {
	opacity: .3;
  }
  
  .blog-list-half .item:hover .img .author {
	opacity: 1;
  }
  
  .blog-list-half.crev .item {
	overflow: visible;
	border: 1px solid rgba(255, 255, 255, 0.1);
  }
  
  .blog-list-half.crev .item .img {
	padding: 0 0 0 15px;
  }
  
  .blog-list-half.crev .item .img img {
	border-radius: 0;
	position: relative;
	bottom: -30px;
  }
  
  .blog-list-half.crev .item .cont {
	padding: 30px 0;
  }
  
  .blog-list-crev .item {
	padding: 40px;
	position: relative; 
	border-bottom: 1px solid #ddd;
  }
  
  .blog-list-crev .item:hover .background {
	opacity: 1;
	background-position: center bottom;
  }
  
  .blog-list-crev .item .info .author {
	margin-right: 20px;
  }
  
  .blog-list-crev .item .info .author .img {
	width: 60px;
	height: 60px;
	overflow: hidden;
	border-radius: 50%;
  }
  
  .blog-list-crev .item .info .author .img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
  }
  
  .blog-list-crev .item .tags a {
	font-size: 12px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 8px 12px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 30px;
	margin: 5px 5px 5px 0;
  }
  
  .blog-list-crev .item .background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center top;
	opacity: 0;
	-webkit-transition: opacity .4s, background-position 10s linear;
	-o-transition: opacity .4s, background-position 10s linear;
	transition: opacity .4s, background-position 10s linear;
  }
  
  .blog-list-crev .item .background .more a {
    font-size: 14px;
    padding: 14px 35px;
    background: #e5c93a;
    border-radius: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50% , -50%);
  }
  
  .blog-list-crev .item .background .more a span, .blog-list-crev .item .background .more a i {
	color: #000;
  }
  
  .sidebar .search-box {
	position: relative;
  }
  
  .sidebar .search-box input {
	color: #fff;
	padding: 15px;
	border: 1px solid rgba(255, 255, 255, 0.4);
	border-radius: 5px;
	width: 100%;
	background: transparent;
  }
  
  .sidebar .search-box input:focus {
	border-color: #fff;
  }
  
  .sidebar .search-box .icon {
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
  }
  
  .sidebar .widget {
	margin-top: 50px;
  }
  
  .sidebar .widget .title-widget {
	margin-bottom: 40px;
	padding-top: 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	text-transform: uppercase;
	letter-spacing: 1px;
	position: relative;
  }
  
  .sidebar .widget .title-widget:after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	height: 30px;
	border-right: 1px solid rgba(255, 255, 255, 0.08);
  }
  
  .sidebar .widget.catogry li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 15px;
	margin-bottom: 7px;
	padding: 10px 20px;
	background: rgba(255, 255, 255, 0.02);
	border-radius: 30px;
  }
  
  .sidebar .widget.catogry li:last-of-type {
	margin-bottom: 0;
  }
  
  .sidebar .widget.last-post-thum .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 30px;
  }
  
  .sidebar .widget.last-post-thum .item:last-of-type {
	margin-bottom: 0;
  }
  
  .sidebar .widget.last-post-thum .item:hover .img a .date {
	opacity: 1;
  }
  
  .sidebar .widget.last-post-thum .item .img {
	width: 90px;
	height: 100px;
	border-radius: 5px;
	overflow: hidden;
  }
  
  .sidebar .widget.last-post-thum .item .img a {
	width: 100%;
	height: 100%;
	position: relative;
  }
  
  .sidebar .widget.last-post-thum .item .img a .date {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 14px;
	width: 50px;
	height: 50px;
	text-align: center;
	background: rgba(0, 0, 0, 0.1);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	border-radius: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	z-index: 3;
	opacity: 0;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
  }
  
  .sidebar .widget.last-post-thum .item .img a .date span {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	line-height: 1;
  }
  
  .sidebar .widget.last-post-thum .item .img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
  }
  
  .sidebar .widget.last-post-thum .item .cont {
	padding-left: 25px;
  }
  
  .sidebar .widget.last-post-thum .item .cont h6 {
	font-size: 17px;
  }
  
  .sidebar .widget.last-post-thum .item .cont .tag {
	font-size: 12px;
	padding: 5px 15px;
	border-radius: 30px;
	background: rgba(255, 255, 255, 0.03);
	margin-bottom: 10px;
  }
  
  .sidebar .widget.tags a {
	padding: 8px 15px;
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.02);
	margin: 2px 0;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
  }
  
  .sidebar .widget.tags a:hover {
	background: #14cf93;
  }
  
  .blog-main .item .content {
	padding: 30px;
	background: #1a1a1a;
	width: 95%;
	margin: auto;
	margin-top: -80px;
	position: relative;
	z-index: 3;
  }
  
  .blog-main .item .content .post-date {
	padding: 7px 15px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 30px;
	font-size: 12px;
	color: #ddd;
	text-transform: uppercase;
	margin-right: 15px;
  }
  
  .blog-header .background {
	height: 75vh;
	min-height: 480px;
  }
  
  .main-post .spec-letter {
	font-size: 60px;
	line-height: 50px;
	padding-right: 10px;
	float: left;
  }
  
  .main-post .post-qoute {
	position: relative;
	padding: 40px;
	padding-left: 120px;
	border: 1px solid rgba(255, 255, 255, 0.15);
  }
  
  .main-post .post-qoute h6 {
	position: relative;
  }
  
  .main-post .post-qoute h6:before {
	content: '“';
	position: absolute;
	top: 80px;
	left: -100px;
	font-size: 180px;
	font-family: Poppins;
	line-height: 0;
  }
  
  .main-post .iner-img {
	height: 400px;
  }
  
  .main-post .iner-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
  }
  
  .main-post .unorder-list li,
  .main-post .order-list li {
	margin-top: 10px;
	opacity: .7;
	padding-left: 15px;
	position: relative;
  }
  
  .main-post .unorder-list li:before,
  .main-post .order-list li:before {
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #ccc;
	position: absolute;
	left: 0;
	top: 10px;
  }
  
  .main-post .order-list li {
	padding-left: 0;
  }
  
  .main-post .order-list li:before {
	display: none;
  }
  
  .main-post .order-list li span {
	font-size: 13px;
  }
  
  .main-post .info-area .tags span,
  .main-post .info-area .share-icon span {
	font-size: 14px;
	margin-right: 5px;
	opacity: .7;
  }
  
  .main-post .info-area .tags a,
  .main-post .info-area .share-icon a {
	padding: 7px 20px;
	font-size: 13px;
	background: rgba(255, 255, 255, 0.02);
	border-radius: 30px;
	margin-right: 5px;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
  }
  
  .main-post .info-area .tags a:hover,
  .main-post .info-area .share-icon a:hover {
	background: #14cf93;
	color: #1d1d1d;
  }
  
  .main-post .info-area .share-icon a {
	width: 35px;
	height: 35px;
	line-height: 35px;
	font-size: 11px;
	text-align: center;
	padding: 0;
  }
  
  .main-post .author-area {
	padding: 40px;
	background: rgba(255, 255, 255, 0.02);
	-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);
  }
  
  .main-post .author-area .author-img .img {
	width: 100px;
	height: 100px;
	border-radius: 10px;
	overflow: hidden;
  }
  
  .main-post .next-prv-post .thumb-post {
	width: 100%;
	padding: 40px;
	position: relative;
	overflow: hidden;
	z-index: 2;
  }
  
  .main-post .next-prv-post .thumb-post:after {
	content: '';
	background: #1a1a1a;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 1px solid rgba(255, 255, 255, 0.1);
	z-index: -1;
	opacity: .7;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
  }
  
  .main-post .next-prv-post .thumb-post:first-of-type {
	margin-right: 15px;
  }
  
  .main-post .next-prv-post .thumb-post:last-of-type {
	margin-left: 15px;
  }
  
  .comments-post .item-box {
	position: relative;
  }
  
  .comments-post .item-box p {
	font-size: 14px;
	width: 80%;
  }
  
  .comments-post .item-box.replayed {
	margin-left: 30px;
  }
  
  .comments-post .item-box .replay-butn {
	position: absolute;
	top: 15px;
	right: 15px;
  }
  
  .comments-post .item-box .replay-butn a {
	font-size: 13px;
	padding: 8px 20px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 30px;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
  }
  
  .comments-post .item-box .replay-butn a:hover {
	background: var(--maincolor);
	color: #1d1d1d;
  }
  
  .comments-from input,
  .comments-from textarea {
	width: 100%;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 5px;
	background: transparent;
	color: #fff;
	padding: 15px;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
  }
  
  .comments-from input:focus,
  .comments-from textarea:focus {
	border-color: #fff;
  }
  
  .comments-from textarea {
	min-height: 180px;
  }
  
  .comments-from button {
	padding: 15px 35px;
	width: 100%;
	background: rgba(255, 255, 255, 0.02);
	-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 1px;
	position: relative;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 5px;
	overflow: hidden;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
  }
  
  .comments-from button .text {
	position: relative;
	z-index: 4;
  }
  
  .comments-from button:hover {
	color: #1d1d1d;
	background: #fff;
  }
  
  .blog-list-crev.section-padding.sub-bg {
    padding: 60px 0;
  }

  .cont h5 {
    font-size: 26px; 
    margin: 0 0 20px 0;
  }

  .cont h5 a {
    color: var(--main);
  }


  .talkbtn {
    padding-bottom: 70px;
} 
 
  .talkbtn h3 {
    font-size: 50px;
    font-weight: bold;
}

.main h2 {  
	margin: 0 0 20px 0; 
	line-height: normal; 
}

.imgabout {
	margin: 0 33px;
	position: relative;
}
.imgabout img { 
	height: 655px; 
	object-fit: cover;
	border-radius: 20px; 
}

.whymain{
  padding: 60px 0; 
  margin-top: 60px;
}
.why_item {
	padding: 0 0 0 100px;
	position: relative;
	margin: 0 0 40px 0;
}
.why_item h3 {
	font-size: 21px;
	font-weight: 400;
  margin-bottom: 7px; 
}
.bg_row {
	padding: 50px;
	background: #f2f6ff;
	border-radius: 20px; 
	position: relative;
}
.why_item p {
	font-size: 15px;
	color: #001e2d;
	line-height: 25px;
}

.imgwu {
	position: absolute;
	left: 18px;
	top: 0;
}

.imgwu img { 
  width: 50px;
}
.imgrlv {
	position: absolute;
	left: -43px;
	top: -50px;
	width: 160px;
}
.imgmv {
	/*! width: 320px; */ 
}

.imgmv img {
	margin:0px;
	height: 600px;
	border-radius: 30px;
	overflow: hidden;
  width: 100%; 
  object-fit: cover;
}
.missionitem {
	/*! background: #fdfdfd; */ 
	padding: 0; 
	border-radius: 30px;
	/*! margin-bottom: 60px; */
	/*! box-shadow: 0 2px 12px #061a5a0f; */
}
.missionvision {
	background: #fff url(../images/bgmv.png);
}
 
.setsapart{
  position: relative;
  padding:55px 0 150px 0; 
}
.itemapart{
  text-align: center;
}

.topsticky h6{
  color: #fff;
}
.ytitem {
	padding: 25px;
	background: #fff;
	border: 1px solid #f3f3f3;
	border-radius: 10px;
	text-align: left;
	min-height: 26rem; 
}

.ytitem img {
	/*! width: 200px; */
	margin: 0 auto;
	margin-bottom: 18px;
}
.ytitem h3 {
	font-size: 22px;
	margin: 0 0 8px 0;
} 

.ytitem p {
	line-height: 26px;
	/*! max-width: 80%; */
	margin: 0 auto;
	min-height: 83px; 
}

.ytitem a {
	display: inline-block;
	width: 40px;
	height: 40px;
	border: 1px solid #000;
	border-radius: 100%;
	margin: 18px 0 0 0;
	text-align: center;
	line-height: 40px;
	color: #000;
}

/* .why_infospry h6 {
	position: absolute;
	font-size: 18rem;
	white-space: nowrap;
	left: 50%;
	transform: translateX(-50%);
	top: -131px; 
	z-index: -1;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #004cff;
	opacity: 0.05;
} */
.why_infospry  h6 {
	font-weight: 600;
	margin: 0 0 15px 0;
}
.keyfact_about {
	padding: 80px 0; 
	background: #f4f5f7;
	/*! color: #fff; */
	position: relative;
}
.keyfact_about h2{ 
	/*! color: #fff; */
}
.counter_item {
	padding: 50px;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	min-height: 227px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center; 
}

.keyfact_about p{ 
	/*! color: #fff; */
}
.keyfact_about:before{ 
  content: '';
  position: absolute;
  top: -99px;
  left: 0;
  width: 100%;
  height: 209px;
  background: url(../images/custcount-bg.png);
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: -1; 
}
.keyfact_about:after{ 
  content: '';
  position: absolute; 
  bottom:-99px;
  left: 0;
  width: 100%;
  height: 209px;
  background: url(../images/custcount-bg.png);
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: -1; 
  transform: rotate(-180deg);
}

.aboutfct a {
	font-size: 20px;
	color: var(--main);
	display: inline-block;
	position: relative; 
	margin: 10px 0 0 0;
}
.aboutfct a::before {
	content: '';
	bottom: -7px;
	height: 2px;
	width: 0%;
	background: var(--main);
	position: absolute;
	left: 0;
  transition: 0.6s;
}
.aboutfct a:hover::before { 
	width: 90%; 
  transition: 0.6s;
}

.big_btnn {
  padding: 15px 20px;
  background: linear-gradient(to right bottom, #58f, #467dff, #336fff, #0742cc, #0036b5);
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  border-radius: 50px;
  justify-content: center;
}
.big_btnn div{
  width: 10px;
  height: 10px;
  background: #fff; 
  border-radius: 100%;
  margin: 10px;
  
}

.vodeosrv {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
 

.casestudy_main {
	padding: 80px 0;
}



.casestudy_main .vertical-section{
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
  }
  
  .casestudy_main main {
	overflow-x: hidden;
	display: flex; 
	position: sticky; 
	top:130px;
  }
  
  .casestudy_main h1 {
	margin: 0;
	padding: 0;
  }
  
   .casestudy_main section {
	min-width: 40vw;
	/*! height: 70vh; */  
	background: #fff; 
	margin: 16px; 
	border-radius: 15px;
	border-right: 2px solid #fff;
  } 
   .casestudy_main section .image{
	width: 100%;
	height: 70vh;     
	position: relative;
	border-radius: 15px;
	overflow: hidden;
  }   
 
   
.itemHzscrl{
	position: relative;
	overflow: hidden;
}

.itemHzscrl a{
	display: block;
}



.itemHzscrl::before{
	/*! background: linear-gradient(rgba(0, 0, 0, 0.76) 30%,transparent); */
	/*! content: ''; */ 
	position: absolute;
	left: 0; 
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0.9;
}

.itemHzscrl img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%; 
	height: 100%;
	/*! object-fit: contain; */
	/*! mix-blend-mode: lighten; */
	/*! opacity: 0.6; */
}
.text_dv {
	position: relative;
	top: 0;
	left: 0;
	width: 80%;
	z-index: 9;
	padding: 30px 0 0 30px;
}
 
.text_dv h3 {
	color: #000;
	font-weight: 500;
	font-size: 26px;
}
 
.text_dv span {
	color: #000;
	font-size: 16px; 
}
.img-fluid.imgblurr {
	position: absolute;
	top: 0;
	width: 220px;
	transform: rotate(-20deg);
	right: 47px;
	z-index: -1;
	/* mix-blend-mode: overlay; */
	filter: blur(46px);
	opacity: 0.3;
}

@keyframes shake {
	0% { transform: translateX(0); }
	20% { transform: translateX(-10px); }
	40% { transform: translateX(10px); }
	60% { transform: translateX(-10px); }
	80% { transform: translateX(10px); }
	100% { transform: translateX(0); }
}

.talkbtn a {
  color: #2c2c2c;
  font-size: 75px;
  display: block;
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: bold;
}
.talkbtn a:hover{
  color: #fff; 
}
.fcontnnt{
  max-width: 90%;
}

.btnbookfootr {
	border-radius: 100px;
	background: #0d0d0d; 
	padding: 20px; 
	display: flex;
	justify-content: space-between;
	max-width: 440px;
}
.btnbookfootr .img {
  width: 60px;
  height: 60px;
  flex: 0 0 60px;
  overflow: hidden;
  border-radius: 100%;
  position: relative;
}
.btnbookfootr .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mailphone a{
  display: block;
  width: 100%;
  font-size: 32px; 
  font-weight: 500;
margin-bottom: 20px; 
color: #fff;
  /*! text-decoration: underline; */
}
.bookacall h3 {
	color: var(--highlight);
	font-size: 20px;
}

.bookacall p {
	color: #fff;
	margin: 0 0 36px 0; 
}

.textname p {
	margin: 0;
}
.arrow {
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: #043ec3;
	border-radius: 100%;
	color: #fff;
}

.textname h6 {
	color: #fff;
	font-weight: bold;
}
.navcontact {
  padding: 40px; 
  border-radius: 26px;
  background: #f5f5f5;
  margin: 0 25px 0 0;
}

.navcontact h3 {
  font-weight: bold;
  font-size: 20px;
  margin: 0 0 18px 0;
}

.navcontact a{
  font-weight: 600;
  border-bottom: 2px solid;
  display: inline-block;
}

.bookacall {
  margin: 50px 0 0 0;
}
.gpartner {
	width: 70%;
	margin: 44px 0 0 0;
	opacity: 0.53;
}

.innerwhite_banner{
  padding: 60px 0;
  background: url(../images/whiteinbbg.png);
  background-position: center;  
  padding-top: 185px; 
}

.innerwhite_banner h6 {
	color: var(--main);
	font-size: 20px;
}
 

.howwrkk ul{
  margin: 0;
  padding: 0;
  column-count: 2;
}
 
.howwrkk ul li{
  margin: 0 0 27px;
  padding: 0 67px 0 46px;
  display: inline-block;
  list-style: none; 
  font-size: 16px;
  color: #4f4f4f; 
  position: relative; 
}
 
.howwrkk ul li::before{
  position: absolute;
  content: '\F26E';
  font-family: bootstrap-icons !important; 
  font-size: 20px;
  left: 10px;
  width: 25px;
  height: 25px;
  background: #d4e1ff;
  border-radius: 100%;
  text-align: center;
  line-height: 25px;
  color: var(--main);
}


.process_main{
  padding: 90px 0;
  position: relative; 
}
#svg-container {
	position: absolute;
	top: 37%;
	left: -50px;
	width: 100%;
	transform: rotate(90deg);
	height: 100vh;
}
.processvideo video {
	width: 50%;
	height: auto; 
	margin: 0 auto;
	display: inherit;
}
.pcontent {
	padding: 50px; 
	position: relative; 
	/*! box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px; */
	border-radius: 15px;
	/*! box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px; */
	z-index: 99;
	/*! border: 1px solid #ddd; */ 
	/*! background: #fff; */
	/*! box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px; */
}
.processmaindv h3 {
	color: #004cff;
	line-height: normal;
	font-size: 29px;
	font-weight: 600; 
}

.processmaindv img {
	width: 50%;
	margin: 0 auto;
	display: inherit;
}
.processmaindv {
	background: #fff;
	/*! box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px; */
	/*! margin-bottom: 40px; */
	border-radius: 30px;
	overflow: hidden;
}

.serviceinner_banner {
	padding: 91px 0;
	margin: 0;
	position: relative;
	background: #004cff;
	border-radius: 0;
	overflow: hidden;
	z-index: 1;
	display: flex;
	align-items: center;
	padding-top: 175px;
	min-height: auto;
}
.serviceinner_banner img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
}

.serviceinner_banner h1{
	font-size: 45px;
	line-height: 51px; 
	text-transform: capitalize;
	color: #fff;
	margin-bottom: 21px;
	font-weight: 600;
}
.serviceinner_banner h6{ 
	color: #fff; 
}
.serviceinner_banner h1 span{ 
  font-weight: bold;  
  position: relative; 
}

.serviceinner_banner h1 span::after {
	background: url(../images/underline.webp) no-repeat 50%;
	background-size: 100% 100%;
	content: "";
	height: 10px;
	left: 0;
	position: absolute;
	top: 90%;
	width: 100%;
}
 

.serviceinner_banner p{
  color: #fff;
  padding: 0;
  margin-bottom: 0;
  /*! font-size: 30px; */ 
  font-weight: 200;
  /*! line-height: 46px; */ 
}
.serviceinner_banner .video { 
	height: 80vh;
	width: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
	z-index: -1;
}
.serviceinner_banner::before {
	content: '';
	background: rgba(0, 0, 0, 0.21);
	position: absolute;
	left: 0; 
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: linear-gradient(45deg,rgba(1, 23, 34, 0.44) 0%,rgba(0, 76, 255, 0.37) 50%,rgba(255, 255, 255, 0) 100%);
}

.inner_bannersrvpg{
  position: relative;
  z-index: 3;
}
.inner_bannersrvpg .banner_btn {
  margin-top: 30px;
}

.img_right{
  position: relative;
  z-index: 9;
}

.img_right img {
	width: 81%;
	margin: 0 auto;
	display: inherit;
	opacity: 0.7;
}
.capablitiitem ul{
  margin: 0;
  padding: 0;
  column-count: 4;
}

.capablitiitem ul li {
	margin: 0;
	padding: 0; 
	display: flex;   
	list-style: none; 
	/*! box-shadow: 0px 5px 25px 0px rgba( 114,144,255, .12); */
	padding: 13px 26px;
	margin: 0 3px 14px;
	background: #fff;
	border-radius: 13px;
	font-weight: 600;
	/*! border: 1px solid #e8ebf9; */
	break-inside: avoid;
	width: 100%;
	align-items: center;
	text-transform: capitalize;
	background: #fff;
	color: #000;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.capablitiitem ul li img {
	width: 56px;
	filter: grayscale(10);
	margin: 0 10px 0 0;
}

.tab_services {
  padding: 60px 0;
  background: #004cff url(../images/srvbg.jpg);
  background-size: cover;
}

.headingg h2{
  color: #fff;
}
.headingg h2 span{
  color: #fff;
}
.headingg p{
  color: #fff;
}
.maindvsrv {
	padding: 50px;
	background: #fff;
	margin: 20px 0 0 0;
	border-radius: 20px;
  position: relative;
} 
.maindvsrv .nav-link {
	max-width: 11rem;
	text-align: left;
	font-size: 20px;
	margin-bottom: 18px;
	color: #000;
}

.maindvsrv .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	color: var(--main);
	background-color: transparent;
	font-weight: 600;
}

.maindvsrv .tab-pane {
  padding: 0 40px;
  padding-right: 0;
  background: #fff;
}

.serviceinnerpg ul{
  margin: 0 0 12px 0;
  padding: 0 0 25px 0;
  border-bottom: 1px solid #ececec;
}

.serviceinnerpg ul li{
  display: inline-block;
}
.serviceinnerpg ul li a {
  display: inline-block;
  background: #004cff0d;
  color: #000;
  margin: 0 5px 10px 0;
  padding: 7px 23px;
  border-radius: 41px; 
}
.serviceinnerpg h3{
  font-size: 35px;
  font-weight: 600;
}

.serviceinnerpg img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.serviceinnerpg p {
  margin: 12px 0 22px 0;
}
.btn_theme.servbtnn {
  text-transform: capitalize;
  font-size: 18px;
  background: var(--main);
  color: #fff;
  border-color: var(--main); 
}

.post-card-image img { 
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.btnfilterr {
	width: 100%;
	display: flex;
	margin: 0 0 20px 0;
	text-align: center;
	background: #fff;
	padding: 12px 16px;
	box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	border: none;
	border-radius: 7px;
	margin: -42px 0 0 0;
	margin-bottom: 21px;
	justify-content: space-between;
	border: 2px solid #ddd;
}


.artcle_btn {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  display: inline-block;
  /*! border-bottom: 2px solid; */
  transition: 0.4s;
}
 
.artickletag {
	position: absolute;
	right: 20px;
	top: 10px;
	background: #fff;
	color: #000;
	padding: 5px 10px;
	border-radius: 27px;
	font-size: 15px;
	text-transform: capitalize;
	top: 16px;
}
.artickletag::after {
	border-radius: 50%;
	border: 1px solid #1e1d28;
	content: '';
	height: 10px;
	width: 10px;
	display: inline-block;
	margin: 0 0 0 9px;
}
.post-card:hover img {
	height: 100%;
	width: 100%; 
  transition: 0.4s; 
}
 .post-card:hover h5 a {
  color: #fff;
  transition: 0.4s;
}

 .post-card:hover .artcle_btn {
  color: #fff;
  transition: 0.4s;
}
.post-card::before {
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.38);
	z-index: 0;
	position: absolute;
	border-radius: 15px;
	height: 100%;
  opacity: 0;
  transition: 0.4s;
}
.post-card:hover::before { 
	height: 100%;
  transition: 0.4s;
  opacity: 1;
  transition: 0.4s;
}
.post-card:hover .post-card-info ul li a{
  color: #fff;
  transition: 0.4s;
}
.post-card:hover .post-card-info ul li div span{
  color: #fff;
  transition: 0.4s;
}
.post-card:hover .post-card-content { 
	bottom: 2px; 
  transition: 0.4s;
}

.post-card::after{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 128px;
  background: #fff;
  z-index: 0;
  transition: 0.4s;
}

.post-card:hover::after{ 
  height: 0; 
  transition: 0.4s;
}

.technologi_area {
	padding: 60px 0;
	position: relative;
	background: #f6f8ff;
}
.textbigtec {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	font-size: 170px;
	text-transform: uppercase;
	font-weight: bold; 
	z-index: -1;
	opacity: 0.03;
}

.technologies__item{
  margin-bottom: 10px;
  height: calc(100% - 10px);
  padding: 10px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.technologies__item:before{
  content: "";
  position: absolute;
  z-index: -1;
  top: 0; 
  left: 0; 
  right: 0;
  bottom: 0;
  border: 1px solid #81a6ff;
  border-radius: 5px;
  transform: translate(15px,15px) scale(0);
  transition: all .2s ease-in-out;
  opacity: 0;
}
.technologies__item:after{
  content: "";
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:#e5edff;
  border-radius: 5px;
  transform: translate(20px,20px) scale(0);
  transition: all .3s ease-in-out;
  opacity: 0;
}
.technologies__item:hover::before{
  transform: translate(-2px,-2px) scale(1);
  border-radius: 10px;
  opacity: 1;
}
.technologies__item:hover::after{
  transform: translate(4px,4px) scale(1);
  border-radius: 8px;
  opacity: 1;
}
.technologies__item_icon{
  margin-bottom: 15px;
}
.technologies__item_icon img{
  width: 100%;
  max-width: 60px;
  max-height: 60px;
  object-fit: contain;
  object-position: center;
}
.technologies__item_title{
  text-transform: uppercase;
  line-height: 130%;
  font-size: 14px !important;
  font-weight: 500 !important;
}
.bigftxt { 
  color: #fff;
  font-size: 110px;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 80px;
  font-weight: bold;
  transform: translateY(62px);
  opacity: 0.04;
}
.mailphone h6 {
	color: #fff;
	opacity: 0.4;
}
.flloetlogo {
	display: flex;
  flex-wrap: wrap;
}
.ptitm {
	flex: 0 0 40%;
	margin: 0 20px 20px 0;
	width: 30%;
	background: #fff;
	padding: 10px;
	border-radius: 15px;
}

.sociallogo a {
	color: #fff;
	font-size: 22px;
	display: inline-block;
	margin: 0 20px 0 0;
}


.cta_area_box .bg_curve {
  width: 572px;
  position: absolute;
  right: -20px;
  bottom: -30px;
}

.calltoaction {
  padding: 30px 50px;
  background: linear-gradient(to right,#033175 0,#1267ad 100%);
  /*! height: 250px; */
  position: relative;
  margin: 0 0 -104px 0;
  z-index: 9;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
svg.bg_curve {
  position: absolute;
  right: -120px;
  top: 0;
  height: 257px;
}

.calltoaction h3 {
  font-size: 2.0rem;
  font-weight: 600;
  color: #fff;
}

.calltoaction p {
  font-size:20px; 
  color: #fff;
  margin: 0;
}

.calltoaction a {
  width: 100%;
  display: block;
  text-align: center;
  position: relative;
  z-index: 9;
  background: #fff;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  padding: 18px 0;
}

.hidden{
  display: none;
}


 

@media (max-width: 767px) {

    .responsive-tab-content,
    .responsive-tab-menu {
        display: block !important;
    }

    .nav-pills.nav-tabs-dropdown,
    .nav-tabs-dropdown {
        border: 1px solid #dddddd;
        border-radius: 5px;
        overflow: hidden;
        position: relative;
    }

    .nav-pills.nav-tabs-dropdown::after,
    .nav-tabs-dropdown::after {
        content: "☰";
        position: absolute;
        top: 8px;
        right: 15px;
        z-index: 2;
        pointer-events: none;
    }

    .nav-pills.nav-tabs-dropdown.open a,
    .nav-tabs-dropdown.open a {
        position: relative;
        display: block;
    }

    /* .nav-pills.nav-tabs-dropdown.open>li.active>a,
    .nav-tabs-dropdown.open>li.active>a {
        background-color: #eeeeee;
    } */

    .nav-pills.nav-tabs-dropdown li,
    .nav-tabs-dropdown li {
        display: block;
        padding: 0;
        vertical-align: bottom;
    }

    .nav-pills.nav-tabs-dropdown>li>a,
    .nav-tabs-dropdown>li>a {
        position: absolute;
        top: 0;
        left: 0;
        margin: 0;
        width: 100%;
        height: 100%;
        display: inline-block;
        border-color: transparent;
    }

    .nav-pills.nav-tabs-dropdown>li>a:focus,
    .nav-tabs-dropdown>li>a:focus,
    .nav-pills.nav-tabs-dropdown>li>a:hover,
    .nav-tabs-dropdown>li>a:hover,
    .nav-pills.nav-tabs-dropdown>li>a:active,
    .nav-tabs-dropdown>li>a:active {
        border-color: transparent;
    }

    /* hh */
    .nav-pills.nav-tabs-dropdown>li>a.active,
    .nav-tabs-dropdown>li>a.active {
        display: block;
        border-color: transparent;
        position: relative;
        z-index: 1;
        background: #222;
    }

    .nav-pills.nav-tabs-dropdown>li.active>a:focus,
    .nav-tabs-dropdown>li.active>a:focus,
    .nav-pills.nav-tabs-dropdown>li.active>a:hover,
    .nav-tabs-dropdown>li.active>a:hover,
    .nav-pills.nav-tabs-dropdown>li.active>a:active,
    .nav-tabs-dropdown>li.active>a:active {
        border-color: transparent;
    }
}
#v-pills-tab {
	min-width: 19vh;
	border-right: 1px solid #eee;
}
.menu-main-menu-container{margin: 0 auto;}

.designserv {
	padding: 60px 0; 
	padding-top: 0;  
} 

.designserv .row .col-lg-3:nth-child(1) .servitem{
  background: #efe1f6;  
} 
.designserv .row .col-lg-3:nth-child(1) .servitem h3{
  color: #9567A9; 
}
.designserv .row .col-lg-3:nth-child(1) .servitem p{
  color: #9567A9; 
}



.designserv .row .col-lg-3:nth-child(2) .servitem{
  background: #f7efe1; 
}
.designserv .row .col-lg-3:nth-child(2) .servitem h3{
  color: #9f5f57; 
}
.designserv .row .col-lg-3:nth-child(2) .servitem p{
  color: #9f5f57; 
}

.designserv .row .col-lg-3:nth-child(3) .servitem{
  background: #d7ebe6; 
}
.designserv .row .col-lg-3:nth-child(3) .servitem h3{
  color: #46756b; 
}
.designserv .row .col-lg-3:nth-child(3) .servitem p{
  color: #46756b; 
}


.designserv .row .col-lg-3:nth-child(4) .servitem{
  background: #f4e1eb; 
}
.designserv .row .col-lg-3:nth-child(4) .servitem h3{
  color: #9567a9; 
}
.designserv .row .col-lg-3:nth-child(4) .servitem p{
  color: #9567a9; 
}

.designserv .row .col-lg-3:nth-child(5) .servitem{
  background: #e0ead4; 
}
.designserv .row .col-lg-3:nth-child(5) .servitem h3{
  color: #67814b; 
}
.designserv .row .col-lg-3:nth-child(5) .servitem p{
  color: #67814b; 
}


.designserv .row .col-lg-3:nth-child(6) .servitem{
  background: #efe1f6;  
} 
.designserv .row .col-lg-3:nth-child(6) .servitem h3{
  color: #9567A9; 
}
.designserv .row .col-lg-3:nth-child(6) .servitem p{
  color: #9567A9; 
}



.designserv .row .col-lg-3:nth-child(7) .servitem{
  background: #f7efe1; 
}
.designserv .row .col-lg-3:nth-child(7) .servitem h3{
  color: #9f5f57; 
}
.designserv .row .col-lg-3:nth-child(7) .servitem p{
  color: #9f5f57; 
}







.servtechnology {
	/*! background: #f7f9ff; */
	border-radius: 10px;
	padding: 80px 0;  
	text-align: center;
}
.servtechnology h2 {
	font-size: 19px;
	font-weight: 600;
	text-transform: capitalize;
	color: #002377;
}

.ios-cta {
	margin: 20px 0 0 0;
}





.servitem { 
	padding: 25px;
	border-radius: 3px;
	min-height: 355px;
	display: flex; 
	flex-direction: column; 
}
.servitem p { 
	/*! color: #fff; */ 
	font-size: 16px; 
	line-height: 28px;
	opacity: 0.8;
}
.servitem img {
	width: 70px;
	margin: 0 0 30px 0; 
	/*! filter: grayscale(10); */ 
  transform: rotate(10deg);
}

.designbspoke {
  padding: 60px 0;  
	background: #fff url(../images/bg-why-choose-us.png); 
  padding-top: 0;
}  
.item_bspk {   
	border-radius: 15px;
	margin: 0 0 30px 0;
	position: relative;   
	padding: 0 0 0 100px;
	padding: 60px 50px; 
	/*! border: 1px solid #ddd; */
	background: #e3ebff;
	text-align: center;
}
.item_bspk img {
	/*! position: absolute; */
	right: 10px;
	width: 122px; 
	padding: 0; 
	/*! transform: translateY(-50%) rotate(9deg); */
	top: 50%;
	/*! filter: grayscale(11); */
	/*! opacity: 0.2; */
	margin: 0 0 4px 0; 
}
.item_bspk h3 {
	font-size: 27px;
	/*! font-weight: 200; */ 
	margin: 0; 
	color: var(--main);
}
.item_bspk a {
	font-weight: 600; 
	display: flex; 
	font-size: 16px; 
	text-transform: capitalize;
	color: #004cff;  
	padding: 6px 21px;
	margin: 20px 0 0 0;
	/*! letter-spacing: 3px; */
	background: #c3d4ff;
	align-items: center;
	justify-content: space-between;
	border-radius: 50px;
}
.item_bspk a i{
	font-weight: 600; 
	display: inline-block;
	font-size: 23px;
	text-transform: capitalize;
	text-decoration: underline;
	/*! color: #fff; */  
}
.item_bspk p { 
	font-size: 18px;
  margin: 12px 0 !important;
	color: #000; 
	/*! font-weight: 200; */
	opacity: 0.6;
}
.imgrgr img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.designbspoke .video {
	overflow: hidden;
	position: relative;
	height: 78vh;
	width: 100%;
	top: 0;
}
.inner_content {
	padding: 60px;
	padding-right: 180px; 
}
.contentopserv {
  padding: 50px 0;
  padding-top: 0; 
}
.contentopserv h3 {
	font-size: 30px;
	line-height: 44px;  
	font-weight: 500; 
}
.contentopserv h4 {
	font-size: 40px;
	line-height: 50px;
	font-weight: 200;  
}

.designmaininr{
  position: relative;
}
 
.designmaininr::before{
  position: absolute;
  left: 28px;
  width: 2px; 
  height: 100%; 
  background: #e8ebf2;
  content: '';
  opacity: 1;
  top: 20px;
}
.inner_content h2 {
	margin: 0 0 0 0; 
}
.inner_content p {
	margin: 0 0 40px 0; 
}

.apartmian {
	padding: 60px 0;
	padding-top: 0; 
}

.btn-floating:hover img {
  margin-bottom: -3px
}

.btn-floating {
    position: fixed;
    right: 25px;
    overflow: hidden;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    border: 0;
    z-index: 9999;
    color: white;
    transition: .2s;
}

.btn-floating:hover {
    width: auto;
    padding: 0 20px;
    cursor: pointer;
}

.btn-floating span {
    font-size: 16px;
    margin-left: 5px;
    transition: .2s;
    line-height: 0px;
    display: none;
}

.btn-floating:hover span {
    display: inline-block;
}

/* Phone */
.btn-floating.phone {
    bottom: 85px;
    background-color: #760f10;
}

.btn-floating.phone:hover {
    background-color: #c03421;
}

/* WhatsApp */
.btn-floating.whatsapp {
    background-color: #34af23;
    bottom: 25px;
}

.btn-floating.whatsapp:hover {
    background-color: #1f7a12
}

.apartmian .accordion-item {
	background-color: transparent; 
}

.apartmian .accordion-item {
	background-color: transparent; 
	/*! border: none; */
	/*! box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px; */
	margin: 0; 
	border-radius: 0;
}

.apartmian .accordion-button {
	font-weight: 400; 
	font-size: 26px;  
	padding: 30px 20px; 
} 
  
.apartmian .accordion-body {
	text-align: left;
	background: var(--white);
	padding: 0 23px 30px 23px;  
	border-top: none; 
	border-radius: 0 0 0.625rem 0.625rem;
}
.apartmian h2.accordion-header {
	margin: 0 !important;
  width: 100%;
}
.accordion-button::after { 
	width: 40px;
	height: 40px; 
	border: 1px solid #ddd;
	background-position: center;
	border-radius: 100%; 
	background-size: 16px;
}

.how_itwork {
	background: #0C253D;
	padding: 70px 0;  
} 
.divclr {
	background: #21202b;
	display: flex; 
	flex-direction: column;
	padding: 14px 15px;
	border-radius: 6px; 
	margin: 0 0 20px 0;
	position: relative;
	background: linear-gradient(90deg, rgba(0, 88, 255, 0.26) 42%, rgba(0,212,255,0) 100%);
}
.divclr h2 {
	font-size: 20px; 
	font-weight: 600; 
	margin: 0;
	line-height: 17px; 
	color: #fff;
}
.divclr h3 {
	font-size: 44px;
	font-weight: bold; 
	margin: 0;
	line-height: 23px; 
	color: rgba(255, 255, 255, 0.04);
	position: absolute;
	right: 11px;
	top: 12px;
	/*! letter-spacing: -6px; */
}
.how_itwork h2{
  color: #fff;
}
.how_itwork p{
  color: #fff;
}
.howworkdv{
  margin-top: 90px; 
  position: relative; 
}
.howworkdv::before {
	background-image:url("data:image/svg+xml,%3Csvg width='8' height='72' viewBox='0 0 8 72' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 0V72' stroke='%2354575E'/%3E%3C/svg%3E%0A");
	background-repeat: repeat-x;
	border-bottom: 1px solid #c7c7d6;
	height: 49px; 
	content: ''; 
	width: 100%;
	position: absolute;
	top: -49px;
  left: 0;
}

.how_itwork .container-fluid {
	max-width: 85%;
}
.how_itwork .col {
	padding: 0 30px;
  position: relative;
	border-right: 1px solid #393943;
	padding-top: 40px;
}

.how_itwork .col p {
	font-size: 15px;
	opacity: 0.7;
	line-height: 24px;
} 

.how_itwork .col::before {
	background-color: #0045e6;
	border-radius: 50%;
	content: '';
	height: 14px;
	right: -7px; 
	position: absolute;
	top: -8px;
	width: 14px;
	z-index: 1;
	border: 2px solid #fff;
}
.main_whoweare ul{
  margin: 28px 0 30px 0;
  padding: 0;  
}
.main_whoweare ul li{
  margin: 0 0 16px 0;
  padding: 0 0 0 30px;
  position: relative;
  list-style: none; 
  font-size: 18px;
}
.main_whoweare ul li::before{
  margin: 0;
  padding: 0;
  position: absolute;
  content: '\F26E';
  font-family: bootstrap-icons !important;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px; 
  height: 20px;
  border: 1px solid #e0e9ff;
  border-radius: 100%;
  text-align: center;
  line-height: 18px;
  background: #e0e9ff;
  color: #004cff;
}

.main_whoweare {
	padding-top: 50px;
  background: #fff url(../images/bg-why-choose-us.png);
}
.hw7o h2 {
	max-width: 70%;
}
.ctabg {
	background: var(--main) url(../images/bgcv.png) ;
	padding: 30px;
	border-radius: 0;
  background-size: cover;
}

.ctabg h4 {
	max-width: 75%;
	font-weight: 600;
	color: #fff;
}

.ctabg .btn_theme {
	margin: 0;
	padding: 0 29px;
	height: 40px;
	line-height: 38px;
}

.default_banner {
	padding: 40px 0;
	background: var(--main) url(../images/default_banner.jpg);
	background-position: center;
	padding-top: 150px;
	background-size: cover;
}

.default_banner h1 {
  color: #fff;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 50px;
}
.default_banner h2{
  color: #fff; 
}
.default_banner h3{
  color: #fff; 
}
.default_banner h4{
  color: #fff; 
}
.default_banner p{
  color: #fff; 
}
.default_banner ul{
  color: #fff; 
}
.default_banner ul li{
  color: #fff; 
}

.custom-cart-message h2{
  font-size: 24px!important;
}

.lrimgg {
	padding: 0 0 35px 0; 
} 
.lr_inner {
	padding: 0 0 0 50px;
}
.lr_inner h2 {
  font-size: 40px;
}
.lr_inner ul{
  margin: 28px 0 30px 0;
  padding: 0;  
  position: relative;
}
.lr_inner ul li {
	margin: 0 0 28px 0;
	padding: 0 0 0 70px;
	position: relative;
	list-style: none;
	font-size: 16px;
	color: #4f4f4f;
	line-height: 26px;
}
.lr_inner ul li::before {
	margin: 0;
	padding: 0;
	position: absolute;
	content: '\F26E';
	font-family: bootstrap-icons !important;
	left: 0;
	top: 7px; 
	width: 45px;
	height: 45px;
	border: 2px solid #e0e9ff;
	border-radius: 100%;
	text-align: center;
	line-height: 42px;
	background: #fff;
	color: #004cff;
	font-size: 33px;
}
.lr_inner strong, .lr_inner b {
	display: block;
	font-size: 18px;
	font-weight: 600;
	color: #004cff;
}
.lr_inner ul::before {
	background-color: #0045e6;
	content: '';
	height: 83%; 
	left: 20px;
	position: absolute;
	top: 7px;
	width: 2px;
	z-index: 0;
}
 

/* contyact */
.contact_inner {
  margin-bottom: 51px;
  background: #fff;
  padding: 30px;
}
.missionitem h2 img {
	width: 40px;
}
.missionitem h2 { 
	font-size: 36px; 
	font-weight: bold; 
	margin: 0 0 8px 0;
}

.missionitem p {
	font-size: 18px;
	max-width: 90%;
} 
.missionvision {
	background: #fff url(../images/bgsrvscdv.png);
}


/* contyact */
.itemapart img {
	width: 70px;
	margin: 0 0 20px 0;
}
.itemapart {
	text-align: center;
	padding: 40px;
	background: #f0f4ff;
	border-radius: 17px;
}
.itemapart h3 {
	color: var(--main);
	line-height: normal;
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 8px 0;
}

.itemapart p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	font-size: 15px;
	line-height: 26px;
}

.setsapart {
	position: relative;
	padding: 10px 0 150px 0;
} 
.form-group.has-validation {
	margin: 0 0 10px 0;
	position: relative;
}
.form-group i {
  position: absolute;
  left: 11px;
  top: 16px; 
}

.form-control {
  background: transparent;
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  height: 55px;
  padding-left: 45px;
}
.contact_inner p {
	line-height: 20px;
	font-size: 14px;
	margin: 14px 0 20px 0;
}
.contact_inner .btnsubmit {
	width: auto;
	display: inline-block;
	text-align: center;
	position: relative; 
	z-index: 9;
	background: linear-gradient(to right,#033175 0,#1267ad 100%);
	border-radius: 50px;
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	padding: 18px 87px;
}

.form-control:focus {
	color: initial;
	background-color: transparent;
	border-color: initial;
	outline: 0;
	box-shadow: none;
}

.call-us {
  background: #f3f6fd;
  padding: 50px;
  margin: 0 0 0 41px;
  border-radius: 10px;
}
.headingtime {
	position: relative;
}
.headingtime img{
	position: absolute;
	right: 10%;
	top: 0;
}
.headingtime h2 {
  font-weight: 800;
  margin: 0 0 5px 0; 
}

.call-us ul{
  margin: 35px 0 0 0;
  padding: 0;
}

.call-us ul li{
  list-style: none;
}

.call-us ul li a {
  font-size: 22px;
  display: block;
  margin: 0 0 15px 0;
  color: #000;
  background: #ccd9fd;
  display: flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 80px;
  background: rgb(2,0,36);
  background: linear-gradient(90deg, rgb(230 235 252) 0%, rgb(0 212 255 / 0%) 70%);
}
.call-us ul li a i {
  color: #043478;
  width: 40px;
  margin: 0 10px 0 0;
  display: inline-block;
  height: 40px;
  border: 1px solid #abb5d1;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  border-radius: 100%;
  background: #fff;
}
div#time {
  font-size: 32px;
}
div#date {
  font-size: 20px;
}
.main.contactbg {
  padding: 50px 0;
  background: #fff url(../images/bg-why-choose-us.png);
}

.mapc {
  border-radius: 16px;
  overflow: hidden;
  margin: 28px 0 0 0;
}
.lr_section {
	background: url(../images/bgsrvscdv.png);
}
.fingpositionmain {
	padding: 50px 0; 
}
 
.career_item {
	padding: 30px;
	background: #fff; 
	border-radius: 10px;
	overflow: hidden;
	position: relative;
  box-shadow: 0 90px 70px 0 rgba(0, 0, 0, 0.04), 0 40px 35px 0 rgba(0, 0, 0, 0.03), 0 25px 15px 0 rgba(0, 0, 0, 0.03), 0 11px 7px 0 rgba(0, 0, 0, 0.03), 0 2px 5px 0 rgba(0, 0, 0, 0.03);
	margin-bottom: 25px;
}
.career_item h3 {
	overflow: hidden;
} 
.career_item p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical; 
	font-size: 17px;
	line-height: 30px;
	margin: 5px 0 5px 0;
}

.view_details {
	display: inline-block;
	background: #e3ebff;
	color: #004cff;
	padding: 6px 20px;
	border-radius: 60px;
	margin: 6px 0 0 0;
	font-weight: 600; 
	font-size: 15px;
}
.view_details:hover {
	color: #fff;
	background: #004cff;
}
.view_details.active{
  background: var(--main);
  color: #fff;
}



.urgent {
	position: absolute;
	right: 0;
	top: 13px;
	background: #24b7ff;
	padding: 2px 12px;
	color: #fff;
	font-size: 14px;
	border-radius: 12px 0 0 12px;
	box-shadow: 0px 1px 5px 2px rgba(0,0,0,.1);
}

.btn-close {
	position: absolute;
	right: 14px;
	top: 10px;
}
.form_inner {
	padding: 60px;
}

input[type="file"] {
  margin-top: 1rem;
  padding: 10px;
  border: 1px dashed grey;
  background-color: #fff;
  width: 100%;
  border-radius: 10px;
}

input[type="file"]::file-selector-button {
  padding: 8px 1.5em;
  border-width: 0;
  border-radius: 1rem;
  background-color: dodgerblue;
  color: #FFFFFF;
  font-weight: bold;
  transition: all .25s ease-in-out;
  cursor: pointer;
  margin-right: 1em;
}

.modal-body .btnsubmit {
	width: auto;
	display: inline-block;
	text-align: center;
	position: relative;
	z-index: 9;
	background: #004cff;
	border-radius: 50px;
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	padding: 18px 87px;
}

.descriptionmain{
  padding: 50px;
}
.descriptionmain h4 {
	font-size: 16px; 
	font-weight: 600;
	color: #1a1a1a;
	margin: 0 0 8px 0; 
}
.descriptionmain h4 span{
	color: #4f4f4f;
	font-weight: 400;
}


.descriptionmain ul{
  margin: 28px 0 30px 0;
  padding: 0;  
}
.descriptionmain ul li{
  margin: 0 0 16px 0;
  padding: 0 0 0 30px;
  position: relative;
  list-style: none; 
  font-size: 18px;
}
.descriptionmain ul li::before{
  margin: 0;
  padding: 0;
  position: absolute;
  content: '\F26E';
  font-family: bootstrap-icons !important;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px; 
  height: 20px;
  border: 1px solid #e0e9ff;
  border-radius: 100%;
  text-align: center;
  line-height: 18px;
  background: #e0e9ff;
  color: #004cff;
} 

.listing_workmain{
  padding: 60px 0;
}
.listingwitem {
	padding: 50px 0; 
  position: relative;
  z-index: 1; 
	background: linear-gradient(90deg, rgb(230 235 252) 0%, rgb(0 212 255 / 0%) 70%);
	margin-bottom: 40px;
	border-radius: 600px;
}
.listingwitem::after {
  content: '';
  width: 2px; 
  height: 100%;
  position: absolute;  
  left: 16%;
  top: 0;
  background: #000;
  z-index: -1;  
}
.imgicon {
	width: 250px;
	height: 250px;
	border-radius: 100%;
	text-align: center;
	line-height: 73px;
	margin: 0 auto;
	position: relative;
	background: linear-gradient(90deg,#5cb3fb 0%,#4decd3 157.53%);
	z-index: 1;
	padding: 75px;
}
.imgicon::before {
  content: '';
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #f0f3fd;
  z-index: -1;
  /*! border-radius: 0 160px 160px 0; */
} 

.imgicon::after {
  content: '';
  width: 84%;
  height: 84%;
  position: absolute; 
  right: 8%;
  top: 8%;
  background: #fff;
  z-index: -1;
  border: 2px solid #000;
  border-radius: 100%;
} 

.listingwitem .row{
  align-items: center;
}

.listingwitem h3 {
	font-size: 33px;
	font-weight: bold;
}
.listingwitem p   {
    max-width: 80%;
    font-size: 20px;
    line-height: 33px;
  }

  .listingwitem .row .col-lg-4.col-md-4:nth-child(1) .imgicon { 
  background: linear-gradient(90deg,#9562fa 19.24%,#97a5e7 101.28%); 
}

.listingwitem .row .col-lg-4.col-md-4:nth-child(2) .imgicon { 
  background:linear-gradient(90deg,#9562fa 19.24%,#97a5e7 101.28%)!important; 
}

.listingwitem .row .col-lg-4.col-md-4:nth-child(3) .imgicon { 
  background:linear-gradient(90deg,#fca429 0%,#fdd732 158.15%); 
}



.blog_inbnr ul{
  margin: 0 0 20px 0;
  padding: 0;
}
 
.blog_inbnr ul li{
  display: inline-block;
  list-style: none; 
  position: relative;
  padding: 0 0 0 37px;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: inherit;
  color: #4f4f4f;
  line-height: 30px;
  margin: 0 0 15px 0;
}
 
.blog_inbnr ul li::before{
  position: absolute;
  content: '\F26E';
  font-family: bootstrap-icons !important; 
  font-size: 25px;
  left: 0px;
  width: 25px; 
  height: 25px;
  background: #d4e1ff;
  border-radius: 100%;
  text-align: center;
  line-height: 25px;
  color: var(--main);
  top: 10px;
}

.blog-info ul li{
  padding: 0!important;
  margin: 0 15px 0 0;
  color: #a7a7a7;
  font-size: 14px;
}

.blog-info ul li::before {
  display: none;
}
.has-validation p{margin-bottom:0px; line-height:16px}
.addressmain .call-us {
  background: #fff;
  padding: 0 10px;
  margin: 0 0 0 41px;
  border-radius: 10px;
}
.addressmain .call-us ul li a {
  font-size: 18px;  
  padding: 0;
  border-radius: 80px; 
}

.addressmain .headingtime img { 
  right: 3%; 
  width: 132px;
  opacity: 0.2;
}
.clock div:first-child{
  font-size: 24px;
}

.addressmain .call-us ul {
  margin: 22px 0 0 0;
  padding: 0;
}
.addressmain {
  padding: 60px 0;
}
 
 

.howworkdv .row {
	flex-wrap: nowrap;
	overflow: auto;
	padding-top: 10px;
	scrollbar-width: none;
}
.how_itwork .col { 
	flex: 0 0 35%; 
}
.howworkdv::before { 
	top: -40px; 
}

.how_itwork .col ul{
  margin: 28px 0 30px 0;
  padding: 0;  
  color: #fff;
}
.how_itwork .col ul li {
	margin: 0 0 16px 0;
	padding: 0 0 0 30px;
	position: relative;
	list-style: none;
	font-size: 15px;
	color: #acc3d9;
	/* opacity: 0.7; */
}
.how_itwork .col ul li::before {
	margin: 0;
	padding: 0;
	position: absolute;
	content: '\F26E';
	font-family: bootstrap-icons !important;
	left: -6px;
	top: 6px; 
	border-radius: 100%;
	line-height: 20px; 
	color: #fff;
	text-align: center;
	font-size: 33px;
}

.how_itwork .col ul li b, .how_itwork .col ul li strong {
	font-weight: 600;
	color: #fff;
}





