/*====== STRUCTURE =======*/
html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	overflow-x: hidden;
	margin: 0px;
	max-width: 100%;
	font-family: "Inter", sans-serif;
	font-weight: 400;

}

body[data-rtl="rtl"] {
	direction: rtl;
	text-align: right;
}

ul {
	padding-left: 0px;
}

ul li {
	list-style-type: none;
}

a {
	cursor: pointer;
}

.awards {
	max-width: 120px;
	padding: 0 10px 10px 0;;
}

a,
button,
input,
textarea {
	text-decoration: none !important;
	outline: none !important;
	border: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
label {
	margin-bottom: 0px;
	margin-top: 0px;
}

.animated {
	opacity: 0;
	animation-fill-mode: inherit !important;
}

.visible {
	opacity: 1 !important;
}


.section-heading {
	color: #000;
	font-family: Inter;
	font-size: 48px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.font-light {
	font-weight: 500;
}

.font-bold {
	font-weight: 600;
}

.section-heading span {
	color: #0053D9;
}

.sec-heading {
	margin-bottom: 70px;
}

.section-spacing {
	padding: 120px 0;
}

.section-spacing-bottom {
	padding-bottom: 120px;
}

/*-----=====-----ARTICLE-SECTION-----=====-----*/
.article {
  padding: 159px 0 0 0;
  padding-bottom: 48px;
}
.article-check{
  padding-bottom: 169px ;
}
.article-check .card-text{
  margin-bottom: 19px;
}
.check {
  padding-bottom: 100px;
}
.check h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 120%;
  color: #000000;
  text-align: center;
  padding-bottom: 40px;
}
.article .share-btn {
  text-align: right;
  padding-top: 50px;
}
.article .share-btn a {
  width: 150px;
  height: 63px;
  background: #5d5a88;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  margin-left: auto;
}
.article-content {
  max-width: 820px;
  margin: 0 auto;
  padding-top: 40px;
}
.article-content h3 {
  font-weight: 700;
  font-size: 26px;
  line-height: 32px;
  color: #000000;
  padding-bottom: 30px;
}
.article-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #29283a;
  padding-bottom: 30px;
}
.article-content p:last-child{
  padding-bottom: 0;
}
.article .article-content h5 {
  font-weight: 700;
  font-size: 16px;
line-height: 22px;
color: #29283A;
}


/*==== NAVBAR  ======*/
.navbar {
	padding: 20px 34px;
	background: #00102B;
	-webkit-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}

.menu-links {
	width: 100% !important;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: space-between;
}

.navbar-nav {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: flex;
	gap: 34px;
	width: 100%;
	display: flex;
	justify-content: center;
}

.navbar-toggler {
	display: flex;
	align-items: center;
	justify-content: center;
}

.navbar-light .navbar-toggler-icon {
	background: none !important;
}

.navbar-toggler-icon {
	display: flex;
	flex-direction: column;
	width: max-content !important;
	height: max-content !important;

}

.navbar-toggler-icon span {
	width: 32px;
	height: 4px;
	border-radius: 4px;
	background: #2BAF95;
	margin-bottom: 5px;
}

.navbar-toggler-icon span:last-child {
	margin-bottom: 0 !important;
}

.navbar-light .navbar-nav .nav-link {
	color: #fff;
	padding: 0 0 !important;

	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	-webkit-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
	color: #35D8B7;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
	color: #35D8B7;
}

.Btn_Wrapper {
	display: flex;
	align-items: center;
	gap: 14px;
}

.btn-white {
	border-radius: 8px;
	background: #FFFFFF;
	padding: 10px;
	color: #232234;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	cursor: pointer;
}

.btn-blue {
	padding: 11px 28px;
	color: #FFFFFF;
	background: #0053D9;
	font-size: 16px;
	font-weight: 600;
	line-height: 26px;
	border-radius: 99px;
	cursor: pointer;
	width: max-content;
	transition: all 0.6s ease-in;
}

.btn-blue:hover {
	color: #35D8B7;
}


.nav-outline {
	background: transparent;
	padding: 9px 20px 9px 18px;
	width: max-content;
	gap: 6px;
	border: 1px solid #FFFFFF;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 500;
	line-height: 22px;
	color: #FFFFFF;
	white-space: no-wrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
	cursor: pointer;
}

.nav-btn:hover {
	-webkit-box-shadow: 0px 0px 20px 0px rgb(86 210 239 / 50%);
	box-shadow: 0px 0px 20px 0px rgb(86 210 239 / 50%);
}

.nav-white {
	background: #00102B;
	-webkit-box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 10%);
	box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 10%);
	padding: 10px 34px;
}
.nav-black .navbar-nav .nav-link{
	color: #232234;
}
.nav-white .navbar-nav .nav-link{
	color: #fff;
}
.nav-white .top-bar svg path{
	fill:#fff;
}
.nav-white .top-bar svg .logo-v{
	
	fill:#35D8B7;
}
.nav-black-btn .btn-white{
	border:1px solid #DCDCDC;
}
.nav-black-btn .nav-outline{
	background: #0053D9;
	border: transparent;
}
/*===== HERO SECTION =====*/

.hero-section {
	height: 100vh;
	position: relative;
}

.carousel-detail {
	max-width: 600px;
	position: relative;
	height: 100vh;
}

.hero-img {
	width: 100%;
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

.carousel-detail .down-up {
	font-size: 48px;
	font-weight: 400;
	line-height: 62px;
	color: #FFFFFF;
}

.carousel-detail .down-up span {
	font-weight: 700;
	color: #35D8B7;
}

.carousel-detail .down-up p {
	font-weight: 700;
	display: inline;
}

.hero-pera {
	font-size: 16px;
	line-height: 26px;
	color: #FFFFFF;
	margin: 24px 0 48px;
}

.swiper-pagination {
	position: absolute;
	bottom: 140px !important;
	left: 16% !important;
	z-index: 5;
	color: #FFFFFF;
	width: max-content !important;
}

.swiper-pagination-bullet {
	width: 32px !important;
	height: 4px !important;
	display: inline-block;
	border-radius: 3px !important;
	background: #35D8B7 !important;
	opacity: .2;
	cursor: pointer !important;
}
.swiper-pagination-bullet-active {
    opacity: 1 !important;
    background: #35D8B7;
}
.carousel-detail:before {
	content: '';
	position: absolute;
	left: 45%;
	right: 0;
	bottom: 0;
	top: 0;
	height: 100%;
	width: 0px;
	background: rgba(182, 150, 132, 0.5);
	z-index: -1;
	-webkit-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}

.carousel-fade .carousel-item.active .carousel-detail:before {
	width: 285px;
}

.arrow-icon--circle {
	-webkit-transition: stroke-dashoffset .8s ease-in-out;
	-o-transition: stroke-dashoffset .8s ease-in-out;
	transition: stroke-dashoffset .8s ease-in-out;
	stroke-dasharray: 140;
	stroke-dashoffset: 140;
}

.swiper-button-prev :hover .arrow-icon--circle {
	stroke-dashoffset: 0;
}

.arrow-icon--circle2 {
	-webkit-transition: stroke-dashoffset .8s ease-in-out;
	-o-transition: stroke-dashoffset .8s ease-in-out;
	transition: stroke-dashoffset .8s ease-in-out;
	stroke-dasharray: 140;
	stroke-dashoffset: 140;
}

.swiper-button-next :hover .arrow-icon--circle2 {
	stroke-dashoffset: 0;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background: none !important;
	left: 0px !important;
	right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right: 0px !important;
	left: auto;
	background: none !important;
}

.header .swiper-carousel {
	width: 100%;
	height: 100vh;
	left: 0;
	top: 0;
	z-index: 0;
}

.header .swiper-carousel * {
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-o-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-duration: 500ms;
	-o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
	transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
	-webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.header .swiper-carousel .swiper-slide {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #eee;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
	background-size: cover;
}

.header .swiper-carousel .swiper-slide:after {
	content: "";
	width: 100%;
	height: 100%;
	background: #313434;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0.6;
	-webkit-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}

.header .swiper-carousel .swiper-slide .inner {
	opacity: 0;
	padding: 0 5vw;
	position: relative;
	z-index: 2;
	-webkit-transform: translateY(50px);
	-ms-transform: translateY(50px);
	transform: translateY(50px);
}

.header .swiper-carousel .swiper-slide-active {
	margin: 0;
	-webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
	z-index: 2;
}

.header .swiper-carousel .swiper-slide-active:after {
	content: "";
	opacity: 0;
}

.header .swiper-carousel .swiper-slide-active .inner {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.header .swiper-container {
	width: 100%;
	height: 100vh;
	left: 0;
	top: 0;
	z-index: 0;
	cursor: default !important;
	border-radius: 0px 0px 0px 140px;
}

.header .swiper-container .swiper-slide {
	overflow: hidden;
}

.header .swiper-container .swiper-button-next {
	width: auto;
	height: auto;
	background: none;
	right: 33px;
	font-weight: 800;
	color: #fff;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	margin-top: 20px;
	overflow: hidden;
}

.header .swiper-container .swiper-button-next * {
	-webkit-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}

.header .swiper-container .swiper-button-next span {
	position: relative;
	display: inline-block;
}

.header .swiper-container .swiper-button-next span:before {
	position: absolute;
	top: 100%;
	content: attr(data-hover);
}

.header .swiper-container .swiper-button-prev {
	width: auto;
	height: auto;
	background: none;
	left: auto;
	right: 33px;
	font-weight: 800;
	color: #fff;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	margin-top: -40px;
	overflow: hidden;
}

.header .swiper-container .swiper-button-prev * {
	-webkit-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}

.header .swiper-container .swiper-button-prev span {
	position: relative;
	display: inline-block;
}

.header .swiper-container .swiper-button-prev span:before {
	position: absolute;
	top: 100%;
	content: attr(data-hover);
}

.header .swiper-container .swiper-button-prev span:before {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.header .swiper-container .swiper-button-prev:hover span {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}



.swiper-pagination-fraction .swiper-pagination-current {
	font-size: 40px;
	font-weight: 800;
	-webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.swiper-pagination-fraction .swiper-pagination-current:before {
	content: "0";
}

.swiper-pagination-fraction .swiper-pagination-total {
	font-size: 20px;
	font-weight: 600;
	-webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.header .slide-inner {
	
	z-index: 1;
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	position: relative;
}
.header .slide-inner:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(286deg, rgba(0, 16, 43, 0.00) 1.2%, rgba(0, 16, 43, 0.98) 65.37%);
	top:0;
	left:0;
}
.slide1-img{
	background: url('../images/slider-img1.png');
	width: 100%;
	height: 100vh;
	clip-path: polygon(0 0, 100% 0, 100% 95%, 0% 100%);
	
}
.slide2-img{
	background: url('../images/slider-img2.png');
	width: 100%;
	height: 100vh;
	clip-path: polygon(0 0, 100% 0, 100% 95%, 0% 100%);
	
}
.slide3-img{
	background: url('../images/slider-img3.png');
	width: 100%;
	height: 100vh;
	clip-path: polygon(0 0, 100% 0, 100% 95%, 0% 100%);
	
}
.slider-arrow a>span {
	display: inline-block;
	width: 20px;
	height: 20px;
	background-size: unset;
}

.hero-inner {
	margin-top: -74px;
	z-index: 1000;
	position: relative;
	height: 75px;
}

.header.hero-slider {
	position: relative;
	z-index: 1;
}





.hero-bottom {
	position: absolute;
	right: 0;
	z-index: 0;
	bottom: 3px;
	height: 82px;
	width: 92vw;
	background: #35D8B7;
	border-radius: 180px 0 0 0;
}


/* product section css  */
.product {
	width: 100%;
	position: relative;
	padding: 120px 0;
}

.heading {
	color: #232234;
	font-size: 40px;
	text-align: center;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}

.heading span {
	color: #35D8B7;
}

.spacer {
	margin-top: 56px;
}

.product-card {
	padding: 30px;
	border-radius: 24px;
	color: #fff;
	transition: all 0.6s ease-out;
}
.bg-blue{
background: #2153D9;
}
.bg-purple{
background:#776AE3;
}
.bg-green{
background: #47D8B7;
}
.about-btn-wrapper{
	padding-bottom: 56px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.product-head{
	display: flex;
	align-items: center;
	gap:12px;
}
.product-head span{
	color:#FFFFFF;
	font-size: 24px;
	font-weight: 600;
	line-height: 32px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.product-card:hover>.pro_title,
.product-card:hover>.pro_pera,
.product-card:hover>.pro_link,
.product-card:hover>.d-flex .pro_link {
	color: #FFFFFF;
}

.pro_title {
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	line-height: 32px;
	margin: 44px 0 30px;
	min-height: 64px;
	transition: all 0.6s ease-out;
}

.pro_pera {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 30px;
	transition: all 0.6s ease-out;
}

.pro_link {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	transition: all 0.6s ease-out;
}

.blog_link {
	color: #000;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	transition: all 0.6s ease-out;
}

/* OFFER SECTION  */
.offer_section {
	padding: 115px 0 120px;
	position: relative;
}

.offer_section .bg_img {
	position: absolute;
	width: 100% !important;
	max-width: 1440px !important;
	height: 100% !important;
	top: 0;
	left: 50%;
	border-radius: 130px;
	background: #00102B;
	transform: skew(0deg, -2deg) translate(-50%, 0%);
	z-index: -1;
}

.offer-title {
	color: #FFFFFF;
	text-align: left;
	font-weight: 600;
	max-width: 470px;
	margin-bottom: 30px;
}

.site_pera {
	color: #FFF;
	font-size: 22px;
	font-weight: 400;
	line-height: 34px;
	margin-bottom: 64px;
	opacity: 0.8;
}

.svg-wrapper {
	color: #0053D9;
	transition: all 0.5s ease-in-out;
}

.svg-wrapper svg path {
	transition: all 0.4s ease-in-out;
	cursor: pointer;
}

.svg-wrapper svg path:hover {
	fill: #35D8B7;
	fill-opacity: 1;
}

.offices_card_Wrapper {
	margin-top: 64px;
}

.offices_card_Wrapper .heading {
	margin-bottom: 56px;
	color: #FFFFFF;
	text-align: left;
}

.address_card h4 {
	margin: 24px 0 14px;
	color: #FFF;
	font-size: 24px;
	font-weight: 600;
	line-height: 32px;
}

.address_card p {
	color: #9594A8;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}



/* BLOG SECTION CSS  */
.Blogs_section {
	padding: 120px 0 60px;
}

.slider-card {
	border-radius: 24px;
	border: 1px solid #DCDCDC;
	background: #FFF;
	margin: 0 16px;
}

.blog_Img {
	border-radius: 24px;
	width: 100%;
}

.card-detail {
	padding: 18px 24px 24px 24px;

}

.card-detail span {
	color: #9594A8;
	font-size: 14px;
	font-weight: 600;
	line-height: normal;
}

.card-detail p {
	color: #232234;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	margin: 14px 0 16px;
}

.card-detail .pro_link:hover {
	color: #2BAF95;
}

.slick-prev.slick-arrow,
.slick-next.slick-arrow {
	display: none !important;
}

.slick-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
}

.slick-dots li button {
	margin-top: 34px;
	width: 32px;
	height: 4px;
	color: #FFF;
	background: #35D8B7;
	opacity: 0.3;
	cursor: pointer;
}

.slick-dots li.slick-active button {
	background: #35D8B7;
	opacity: 1;
}

/* about_section */
.about_section {
	padding: 60px 0;
}

.about_section h2 {
	margin-bottom: 24px;
}

.about_section p {
	color: #232234;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	line-height: 32px;
	max-width: 1008px;
	margin: 0 auto 56px;
}

.about_image {
	width: 100%;
	border-radius: 64px;
	margin-bottom: 56px;
}

.counter_wrapper {
	display: flex;
	align-items: center;
	gap: 40px;
	flex-wrap: wrap;
}

.inner_wrapper {
	width: 25%;
	max-width: 282px;
	min-width: 200px;
}

.counter {
	color: #0053D9;
	text-align: center;
	font-size: 36px;
	font-weight: 600;
	line-height: 52px;
}

.counter_p {
	color: #232234;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
}

/* get_in_touch css */
.get_in_touch {
	position: relative;
	padding: 110px 0 60px;
}

.get_in_touch .container {
	position: relative;
}

.abs-bg {
	position: absolute;
	top: -50px;
	right: 36px;
	z-index: 0;
	width: 70%;
}

.form_Wrapper {
	border-radius: 64px;
	background: #00102B;
	padding: 96px 24px;
	position: relative;
	z-index: 1;
}

.form_Wrapper .inner_wrapper {
	width: 100%;
	max-width: 1008px;
	margin: 0 auto;
}

.get_title {
	color: #FFFFFF;
	margin-bottom: 56px;
}

.form_Body {
	background: #FFFFFF0D;
	border-radius: 24px;
	padding: 32px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-bottom: 56px;
}

.input_wrapper {
	display: flex;
	align-items: center;
	gap: 20px;
}

.form-input {
	padding: 14px 16px;
	border: 1px solid #303B50;
	border-radius: 10px;
	background: #00102B;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	color: #FFFFFF;
	width: 100%;
	transition: all 0.5s ease-in-out;
}

.form-input::placeholder {
	color: #FFFFFF;
	opacity: 0.7;
}

.form-input:focus-within {
	outline: none;
	border: 1px solid #58606e;
}

.form-input.Message {
	height: 190px;
}

label.form-input {
	display: flex;
	align-items: center;
	gap: 14px;
}


.form-group {
	display: block;
	margin-bottom: 15px;
}

.form-group input {
	padding: 0;
	height: initial;
	width: initial;
	margin-bottom: 0;
	display: none;
	cursor: pointer;
}

.form-group label {
	position: relative;
	cursor: pointer;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	display: flex;
	align-items: center;
}

.form-group label:before {
	content: '';
	-webkit-appearance: none;
	background-color: #00102B;
	border: 2px solid #303B50;
	border-radius: 4px;
	width: 18px;
	height: 18px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 14px;
	flex-shrink: 0;
}

.form-group input:checked+label:after {
	content: '';
	display: block;
	position: absolute;
	top: 7px;
	left: 7px;
	width: 5px;
	height: 10px;
	border: solid #35D8B7;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

label.form-input span {
	color: #FFF;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
}

.checktext {
	color: #FFF;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
}

.form-btn {
	display: flex;
	padding: 3px 3px 3px 24px;
	justify-content: center;
	align-items: center;
	gap: 16px;
	border-radius: 999px;
	border: 1px solid #35D8B7;
	background: #35D8B7;
	cursor: pointer;
	transition: all 0.5s ease-in-out;
}

.form-btn span {
	display: flex;
	width: 42px;
	height: 42px;
	padding: 11px;
	justify-content: center;
	align-items: center;
	border-radius: 999px;
	background: #FFF;
}

.office_list {
	display: flex;
	align-items: start;
	justify-content: space-between;
}

.office_list .office {
	width: 100%;
	max-width: 282px;
}

.form-btn:hover {
	background: #5DE0C5;
	border: 1px solid #5DE0C5;
}



/*======= FOOTER ====*/
footer {
	padding: 60px 0 0;
}

.footer-links {
	display: flex;
	flex-direction: column;
	margin: 0;
}

.footer-links li {
	margin-bottom: 24px;
}

.footer-links a {
	color: #9594A8;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;

	-webkit-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}

.footer-links a:hover {
	color: #56D2EF;
}

footer .tag-line {
	color: #232234;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	margin: 32px 0;
}

.footer-links li:last-child,
.footer-location li:last-child {
	margin: 0;
}

.footer-location {
	margin: 0;
}

.footer-links li:first-child,
.footer-location li:first-child {
	margin-bottom: 28px;
	color: #232234;
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px;
}

.footer-location label,
.footer-location p {
	font-weight: 400;
	font-size: 12px;
	line-height: 30px;
	letter-spacing: 0.01em;
	font-weight: 400;
	font-size: 12px;
	line-height: 30px;
	letter-spacing: 0.01em;
	color: #7D7DA8;
}

.footer-location label {
	margin-right: 10px;
}

footer h2 {
	font-weight: 600;
	font-size: 24px;
	line-height: 36px;
	letter-spacing: 0.01em;
	color: #252554;
	margin-top: 25px;
}

.footer-bottom {
	border-top: 1px solid #E5E7EB;
	padding: 28px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 40px;
}



.footer-bottom a {
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.01em;
	color: #7D7DA8;
}

.footer-bottom ul {
	margin-bottom: 0;
}

.social-icons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: max-content;

}

.social-icons li a {
	border-radius: 103px;
	border: 1px solid #DCDCDC;
	color: #232234;
	padding: 8px;
	margin-right: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-transition: 0.6s all ease-in-out;
	-o-transition: 0.6s all ease-in-out;
	transition: 0.6s all ease-in-out;
}

.social-icons li a:hover {
	background: #0053D9;
	color: #FFFFFF !important;
}


.social-icons li a:hover svg path {
	fill: #252554;
	-webkit-transition: 0.6s all ease-in-out;
	-o-transition: 0.6s all ease-in-out;
	transition: 0.6s all ease-in-out;
}

.copyright {
	color: #232234;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px;
	/* 157.143% */
}

.select-con {
	position: relative;
	z-index: 1;
}




/* blog page  */
.Blogs_main {
	padding: 156px 0 60px;
	position: relative;
}

.Blogs_main .slider-card {
	margin: 0 0 32px 0;
}

.blog-tagline {
	color: #9594A8;
	text-align: center;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	/* 150% */
}