* {
	padding: 0px;
	margin: 0px;
}

* {
	margin: 0px;
	padding: 0px;
}

.clear {
	padding: 0px;
	margin: 0px;
	clear: both;
}

body {
	overflow-x: hidden;
	font-family: "Fredoka", sans-serif;
	font-style: normal;
	font-size: 16px;
	color: #434343;
}

ul {
	list-style: none;
	margin: 0px !important;
}

a:focus,
:focus {
	outline: none !important;
}

a:hover {
	text-decoration: none !important;
}

a {
	text-decoration: none;
}

a img {
	border: none;
}



a {
	padding: 0px;
	margin: 0px;
	outline: none;
}

ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

label {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

ul li {
	padding: 0px;
	margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0px;
	margin: 0px;
}

h1 {
	/*font-size: 25px;
	color: #454545;*/
	margin: 0;
	padding: 0;
}

h2 {
	/*font-size: 22px;
	color: #454545;*/
	margin: 0;
	padding: 0;
}

h3 {
	font-family: "Fredoka", sans-serif;
	font-weight: 600;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}

h4 {
	/*font-size: 18px;
	color: #454545;*/
	margin: 0;
	padding: 0;
}

h5 {
	/*font-size: 15px;
	color: #454545;*/
	margin: 0;
	padding: 0;
}

h6 {
	/*font-size: 14px;
	color: #454545;*/
	margin: 0;
	padding: 0;
}

p {

	/*font-size: 12px;
	color: #454545;*/
	margin: 0;
	padding: 0;
}

input[type="text"]::-webkit-placeholder {
	opacity: 1;
}

input[type="text"]::-moz-placeholder {
	opacity: 1;
}

input[type="password"]::-webkit-placeholder {
	opacity: 1;
}

input[type="password"]::-moz-placeholder {
	opacity: 1;
}

input[type="search"]::-webkit-placeholder {
	opacity: 1;
}

input[type="search"]::-moz-placeholder {
	opacity: 1;
}

input[type="email"]::-webkit-placeholder {
	opacity: 1;
}

input[type="email"]::-moz-placeholder {
	opacity: 1;
}

input[type="tel"]::-webkit-placeholder {
	opacity: 1;
}

input[type="tel"]::-moz-placeholder {
	opacity: 1;
}

textarea::-moz-placeholder {
	opacity: 1;
}

textarea::-webkit-placeholder {
	opacity: 1;
}

a:hover {
	outline: none !important;
	text-decoration: none;
}

a:active {
	outline: none !important;
	text-decoration: none;
}

a {
	text-decoration: none !important;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

img {
	vertical-align: middle;
	border-style: none;
}

.btn.focus,
.btn:focus {
	outline: 0;
	box-shadow: none;
}

@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* 
font-family: "Poppins", sans-serif;
font-family: "Montserrat", sans-serif;
font-family: "Barlow", sans-serif; 
 */
:root {
	--theme-container: 1200px;
	--theme-blue: #1852C6;
	--theme-yellow: #FFC100;
}

header {
	position: fixed;
	/*top: 30px;*/
	top:20px;
	width: 100%;
	background-color: transparent;
	display: block;
	z-index: 9999;
}

header.headerfixed {
	top: 0;
	background-color: #113d97;
	box-shadow: 0px 0px 12px 0px #00000033;
}

.banner-container.container-fluid {
	margin: 0 auto;
	width: calc(100vw - 220px);
	max-width:1600px;
}

header .navbar {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
}

header.headerfixed .navbar {
	padding: 15px 0;
}

header .logo {
	padding: 25px 39px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	border-radius: 35px;
}

header.headerfixed .logo {
	padding: 0;
	border-radius: 0;
}

header .logo img {
	display: block;
	width: 166px;
	height: 39px;
	position: relative;
	z-index: 3;
}

header .logo::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 35px;
	display: block;
	background: rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(25px);
	z-index: 1;
}

a.header-quote {
	width: 221.21px;
	height: 46.2px;
/*	background: #FFFFFF;
	border: 2px solid #FFAA17;
	color: #FFAA17;*/
	border-radius: 14.4px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 27px;
	letter-spacing: 0.36px;
	text-transform: uppercase;
	background: #113d97;
	border: 2px solid #1852C6;
	color: #FFF;
}

a.header-quote:hover {
	border: 2px solid #1852C6;
	background: #1852C6;
	color: white;
}

/*header.headerfixed a.header-quote{
    background:#FFAA17;
	border: 2px solid #FFF;
}*/

header.headerfixed a.header-quote:hover {
	border: 2px solid #1852C6;
	background: #ffffff;
	color: #1852c6;
}

.landing-banner {
	/*padding: 205px 0 42px 0;*/
	padding: 150px 0 42px 0;
}

.landing-bnr-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.landing-banner-background {
	display: block;
	width: 100%;
	height: calc(100% - 51px);
	object-fit: cover;
	object-position: center;
	position: relative;
	z-index: 1;
}

.landing-bnr-img::after {
	content: '';
	position: absolute;
	z-index: 2;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100% - 51px);
	background: linear-gradient(74.37deg, rgba(24, 82, 198, 0.5525) 15.55%, rgba(24, 82, 198, 0.208) 54.07%, rgba(24, 82, 198, 0.208) 80.24%, rgba(24, 82, 198, 0.1625) 100%);
}

.landing-banner-border {
	display: block;
	width: 100%;
	height: 102px;
	margin-top: -51px;
	position: relative;
	z-index: 3;
}

.landing-banner-text {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 82px;
	position: relative;
	z-index: 99;
}

.lnd-bnr-txt-lft {
	flex-grow: 1;
}

.lnd-bnr-txt-lft h1 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 60px;
	margin-bottom: 35px;
	line-height: 120%;
	letter-spacing: -0.04em;
	color: #FFFFFF;
/*	font-size: 64px;
	margin-bottom: 40px;*/
}

.lnd-bnr-txt-lft p {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 600;
	font-size: 30px;
	line-height: 160%;
	color: #FFFFFF;
	margin-bottom: 60px;
}

.lnd-bnr-txt-lft ul {
	background: #FFFFFF;
	box-shadow: 0px 4.36809px 17.4724px rgba(0, 0, 0, 0.16);
	padding: 20px 20px;
	border-radius: 30px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 35px;
	width: 100%;
}



.lnd-bnr-txt-lft ul li {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 21px;
}

.lnd-bnr-txt-lft ul li em {
	display: flex;
	width: 45px;
	height: 45px;
	justify-content: center;
	align-items: center;
}

.lnd-bnr-txt-lft ul li em svg {
	display: block;
	width: 100%;
	height: 100%;
}

.lnd-bnr-txt-lft ul li div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0;
}

li.ul-sperator {
	display: block;
	width: 1px;
	height: 81px;
	background: #D4D1D1;
}

.lnd-bnr-txt-lft ul li div h2 {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 700;
	font-size: 41.0078px;
	line-height: 62px;
	text-align: center;
	color: #1852C6;
}

.lnd-bnr-txt-lft ul li div h3 {
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 500;
	font-size: 18.4535px;
	line-height: 22px;
	color: #1852C6;
	white-space: nowrap;
}

.landing-banner-form {
	width: 613px;
	background: #FFFFFF;
	border-top: 6.93725px solid #1852C6;
	box-shadow: 0px 4.2139px 16.8556px rgba(0, 0, 0, 0.16);
	border-radius: 16.8556px;
/*	padding: 26px 30px 37px 30px;*/
	padding: 20px 30px 30px 30px;
	flex-shrink: 0;
}

.landing-banner-form h4 {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	font-size: 35.32px;
	line-height: 53px;
	letter-spacing: 0.08em;
	color: #1852C6;
	margin-bottom: 31px;
}

.land-frm-input-group {
/*	margin-bottom: 35px;*/
margin-bottom:20px;
}

.land-frm-input-group label {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	/*font-size: 18.9578px;*/
	font-size:16px;
	line-height: 100%;
	letter-spacing: 0.01em;
	text-transform: capitalize;
	color: #000000;
	margin-bottom: 12px;
	display: block;
	width: 100%;
}

.land-frm-input-group input,
.land-frm-input-group select {
	padding: 0 12px 5px 0;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	/*font-size: 18.9578px;*/
	font-size:16px;
	line-height: 100%;
	letter-spacing: 0.01em;
	color: #817373;
	border-width: 0 0 0.8px 0;
	border-style: solid;
	border-color: black;
	appearance: none;
	width: 100%;
	background-color: white;
	height: 40px;
}

.land-frm-input-group select {
	background-image: url(../images/frm-select.svg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 19px 19px;
}

.land-frm-input-group textarea {
	display: block;
	padding: 16px;
	height:90px;
	background: #F9F9F9;
	border: 0.789909px solid #828282;
	border-radius: 7.89909px;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
/*	font-size: 17.6984px;
	height: 100.51px;*/
font-size:16px;
	line-height: 21px;
	color: #828282;
	width: 100%;
}

.land-frm-input-group input:hover,
.land-frm-input-group select:hover,
.land-frm-input-group textarea:hover,
.land-frm-input-group input:focus,
.land-frm-input-group select:focus,
.land-frm-input-group textarea:focus,
.land-frm-input-group input:focus-visible,
.land-frm-input-group select:focus-visible,
.land-frm-input-group textarea:focus-visible,
.land-frm-input-group input:focus-within,
.land-frm-input-group select:focus-within,
.land-frm-input-group textarea:focus-within {
	border-color: #1852C6;
}

.land-banner-form-button {
	display: block;
	/*padding: 19px 40px;*/
	padding: 15px 40px;
	background: #1852C6;
	border-radius: 12.136px;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-size: 16.1814px;
	line-height: 18px;
	text-align: center;
	color: #FFFFFF;
	border: none;
	outline: none;
	box-shadow: none;
	transition: all 0.3s ease;
}

.land-banner-form-button:hover,
.land-banner-form-button:focus {
	background: #FFAA17;
	color: #000000;
}

.container-mid {
	max-width: 1440px;
}

.landing-portfolio {
	padding: 60px 0 30px 0;
}

.land-portfolio-header {
	margin-bottom: 52px;
}

.land-portfolio-header div h5 {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 12px;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	font-size: 19.2px;
	line-height: 29px;
	text-transform: uppercase;
	color: #103667;
	gap: 8px;
}

.land-portfolio-header div h2 {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	font-size: 38.4px;
	line-height: 56px;
	display: flex;
	align-items: center;
	color: #1E1E1E;
}

.land-portfolio-header div h5 svg {
	display: block;
	width: 29px;
	height: 8px;
}

.land-portfolio-header p {
	padding: 0 16px;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	font-size: 19.2px;
	line-height: 31px;
	color: #435157;
}

.port-tabs {
	background: #FFFFFF;
	border-width: 0.8px 0px;
	border-style: solid;
	border-color: #D9D9D9;
}

.port-tabs .nav-tabs {
	justify-content: center;
	align-items: stretch;
	border: 0px solid transparent !important;
	--bs-nav-tabs-border-width: 0px !important;
}

.port-tabs .nav-tabs li button {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 15px 0px;
	width: 284.2px;
	height: 56px;
	background: #FFFFFF;
	border-width: 0 1px;
	border-style: solid;
	border-color: #d9d9d9;
	border-radius: 0 !important;
	margin-right: -1px;
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 600;
	font-size: 17px;
	line-height: 26px;
	text-align: center;
	text-transform: uppercase;
	color: #000000;
}

.port-tabs .nav-tabs li button.active {
	background: #1852C6;
	color: white;
}

.land-port-inner .tab-pane {
    margin:0 auto;
	margin-top: 40px;
	padding: 0 80px;
	max-width:1600px;
}

.land-port-inner .tab-pane .item {
	padding: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.port-box {
	box-shadow: 0px -1px 12px rgba(0, 0, 0, 0.19);
	border-radius: 15.1912px;
	position: relative;
	width: fit-content;
	overflow:hidden;

}

/* .owl-portfolio .owl-stage-outer {
	overflow: visible;
} */

.port-box img {
	display: block;
	width: 100% !important;
	height: 100% !important;
	max-width: 100% !important;
	max-height: 100% !important;
	object-fit:cover;
}

.port-name {
	position: absolute;
	bottom: 25px;
	left: 50%;
	transform: translateX(-50%) translateY(200%);
	background: #FFFFFF;
	border-bottom: 3.6px solid #1852C6;
	box-shadow: 0px 1.2px 6px rgba(0, 0, 0, 0.16);
	border-radius: 36px 0px;
	padding: 18px 19px 18px 32px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-end;
	gap: 37px;
	width: 388px;
	transition: all 0.3s ease;
	display:none;
	cursor:pointer;
}
.port-box:hover .port-name{
    display:block;
}

.port-name a {
	width: 36px;
	height: 36px;
	background: #1852C6;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	flex-shrink: 0;
	display:none;
}

.port-name a svg {
	display: block;
	width: 21px;
	height: 21px;
}

.port-name a:hover {
	transform: rotate(45deg);
}

.port-name div h4 {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-size: 19px;
	line-height: 19px;
	color: #000000;
	margin-bottom: 6px;
}

.port-name div h5 {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 19px;
	color: #1852C6;
	margin-bottom: 7px;
}

.port-name div p {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 19px;
	color: #000000;

}

.land-port-inner .owl-item .item {
	height: 416px;
}

.land-port-inner .owl-item.active.firstactiveitem .port-box,
.land-port-inner .owl-item.active.lastactiveitem .port-box {
	width: 495px;
	height: 320px;
}

.land-port-inner .owl-item.active.center .port-name {
	transform: translateX(-50%) translateY(0%);
}

.land-port-inner .owl-item.active.center .port-box {
	width: 666px;
	height: 400px;
}
.land-port-inner .owl-item.active.center .port-box img{
    transform: scale(1.2);
    transition: transform 0.4s ease;
    /*padding-top:40px;*/
    object-fit:contain;
}
.owl-portfolio .owl-nav {
	margin-top: 50px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 17px;
}

.owl-portfolio .owl-nav button {
	background: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 43px;
	height: 43px;
	margin: 0 !important;
}

.owl-portfolio .owl-nav button span {
	width: 100%;
	height: 100%;
	background-image: url(../images/testi-arrow.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	font-size: 0;
	display: block;
}

.owl-portfolio .owl-nav button:hover {
	background: var(--theme-yellow) !important;
}

.owl-portfolio .owl-nav button.owl-next span {
	transform: rotate(180deg);
}

.owl-portfolio .owl-nav button:hover span {
	background-image: url(../images/testi-arrow-hover.webp);
}


.offering {
	background-image: url(../images/offering-bg.webp);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
	padding: 30px 0 50px 0;
}

.offer-box {
	border-radius: 72px 0px;
	padding: 24px 52px;
	position: relative;
	margin-bottom: 36px;
	height: calc(100% - 36px);
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}

.offer-box div {
	display: block;
	margin: 0 0 27px 0;
}

.offer-box div h4 {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	font-size: 17px;
	line-height: 1.2;
	color: #191919;
	margin-bottom: 14px;
}

.offer-box div p {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 14.4px;
	line-height: 19px;
	color: #3D3D3D;
}

.offer-box a {
	position: absolute;
	bottom: 32px;
	right: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	border-radius: 50%;
	width: 48px;
	height: 48px;
	z-index: 9;
}

.offer-box a svg {
	display: block;
	width: 28px;
	height: 28px;
}

.offer-box a:hover {
	transform: rotate(45deg);
}

.offer-box em {
	display: flex;
	/*width: 250px;*/
	height: fit-content;
	justify-content: flex-start;
	align-items: center;
	margin: auto auto 0 0;
}

.offer-box em img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
}

.process {
	margin-bottom: 45px;
}

.process-header {
	margin-bottom: 60px;
}

.process-header h5 {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 8px;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	font-size: 19.2px;
	line-height: 29px;
	text-transform: uppercase;
	color: #103667;
}

.process-header h5 svg {
	display: block;
	width: 32px;
	height: 8px;
}

.process-header h2 {
	margin-bottom: 9px;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	font-size: 38.4px;
	line-height: 76px;
	color: #1E1E1E;
}

.process-header h3 {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 32px;
	color: #1E1E1E;
	margin-bottom: 23px;
}

.process-header p {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 19px;
	line-height: 30px;
	color: #1E1E1E;
}

.process-innr ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: stretch;
	gap: 0;
}

.process-innr ul li {
	width: calc(100% / 4);
}

.prcs-box {
	background-color: #F9F9F9;
	padding: 50px 23px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	transition: all 0.3s ease;
}

.prcs-box img {
	display: block;
	width: 96px;
	height: 96px;
	margin: 0 auto 33px auto;
}

.process-innr ul li:nth-of-type(odd) .prcs-box {
	background-color: #1852C6;
	background-image: url(../images/prcs-patern.webp);
	background-repeat: repeat;
	background-position: top left;
	background-size: 360px 100%;
}

.prcs-box h4 {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	font-size: 30.3158px;
	line-height: 36px;
	text-align: center;
	letter-spacing: 0.378947px;
	color: #212529;
	margin-bottom: 17px;
}

.prcs-box p {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 33px;
	text-align: center;
	color: rgba(62, 62, 62, 0.9);
}

.process-innr ul li:nth-of-type(odd) .prcs-box h4,
.process-innr ul li:nth-of-type(odd) .prcs-box p {
	color: white;
}

.process-innr ul li:first-child .prcs-box {
	border-radius: 16px 0 0 16px;
}

.process-innr ul li:last-child .prcs-box {
	border-radius: 0 16px 16px 0;
}

.prcs-box:hover {
	transform: translateY(-30px);
	border-radius: 32px !important;
}

.choose {
	padding: 55px 0;
	background-image: url(../images/choose-bg.webp);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
}

.choose-body-text {
	padding-right: 20px;
}

.choose-body-text ul {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: stretch;
	gap: 27px;
}

.chs-body-box {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 35px;
	background: #FFFFFF;
	border-left: 5px solid #FFC100;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.35);
	border-radius: 18.136px;
	padding: 12px 23px;
}

.chs-body-box em {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	width: 57px;
	height: 57px;
	border: 1.21px solid #FFC100;
	background-color: white;
	flex-shrink: 0;
}

.chs-body-box em img {
	display: block;
	width: 36px;
	height: 36px;
}

.chs-body-box div h3 {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	font-size: 19.3451px;
	line-height: 27px;
	color: #263238;
}

.chs-body-box div p {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 16.927px;
	line-height: 27px;
	color: #263238;
}

.chs-body-img {
	display: flex;
	width: 565px;
	height: 565px;
	border-radius: 15px;
	position: relative;
	max-width: 100%;
	margin: 0 auto;
}

.chs-body-img::before {
	content: '';
	position: absolute;
	top: -11px;
	right: -10px;
	width: 143.97px;
	height: 143.62px;
	background: #FFC100;
	transform: rotate(0deg);
	border-radius: 0 34px 0 242px;
}

.chs-body-img::after {
	content: '';
	position: absolute;
	bottom: -11px;
	left: -10px;
	width: 143.97px;
	height: 143.62px;
	background: var(--theme-blue);
	transform: rotate(-180deg);
	border-radius: 0 34px 0 242px;
}

.chs-body-img img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 15px;
}

.chs-body-img h4 {
	display: block;
	padding: 27px 39px;
	width: 307.23px;
	height: 169.12px;
	background: #FFFFFF;
	box-shadow: 0px 0px 56.8262px rgba(0, 0, 0, 0.1);
	border-radius: 14.5088px;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 31px;
	line-height: 48px;
	color: #464646;
	position: absolute;
	bottom: -64px;
	right: 2px;
}

.chs-body-img h4 b {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 68.9169px;
	line-height: 48px;
	color: #FFC100;
}

.chs-quote {
	margin-top: 83px;
	padding: 0 164px;
	position: relative;
	font-family: 'Poppins';
	font-style: italic;
	font-weight: 500;
	font-size: 20.5542px;
	line-height: 28px;
	text-align: center;
	color: #454343;
}

.chs-quote::before {
	content: '';
	position: absolute;
	top: -64px;
	left: 106px;
	width: 66px;
	height: 54px;
	background-image: url(../images/quote.svg);
	background-position: center center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.industries {
	padding: 80px 0 80px 0;
	background-image: url(../images/industries-bg.webp);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.industry-header {
	margin: 0 auto 60px auto;
	max-width: 100%;
	width: 616px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 11px;
}

.industry-header h5 {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 8px;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	font-size: 19px;
	line-height: 28px;
	text-transform: uppercase;
	color: #103667;
}

.industry-header h5 svg {
	display: block;
	width: 29px;
	height: 9px;
}

.industry-header h4 {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	font-size: 38.4px;
	line-height: 58px;
	text-align: center;
	text-transform: capitalize;
	color: #1E1E1E;
}

.industry-box {
	background: #FFFFFF;
	border: 1px solid #D0D0D0;
	border-radius: 12px;
	padding: 40px 25px;
	margin-bottom: 30px;
	height: calc(100% - 30px);
}

.industry-box img {
	display: block;
	width: 207.27px;
	height: 144.32px;
	max-width: 100%;
	margin: 0 auto 24px auto;
}

.industry-box h5 {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	font-size: 21.0581px;
	line-height: 32px;
	text-align: center;
	color: #383838;
	margin-bottom: 17px;
}

.industry-box p {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 16.927px;
	line-height: 27px;
	text-align: center;
	color: #263238;
}

ul.tech-list {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-end;
}

ul.tech-list li {
	width: 111px;
	height: 111px;
	background: rgba(255, 255, 255, 0.62);
	border: 1px solid #AEA7A7;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: -15px;
}

ul.tech-list li img {
	display: block;
	width: 61px;
	height: auto;
}

ul.tech-list li:nth-of-type(odd) {
	margin-bottom: 84px;
}

h2.tech-hdr {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	font-size: 46px;
	line-height: 68px;
	text-transform: capitalize;
	color: #1852C6;
	margin-right: 26px;
}

.technologies {
	padding: 34px 0;
	background: #FFFFFF;
	border-top: 1px solid rgba(24, 82, 198, 0.12);
	border-bottom: 1px solid rgba(24, 82, 198, 0.12);
}

ul.tech-list li:hover img {
	animation: pulse 2s infinite;
}

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

	50% {
		transform: scale(1.1);
	}

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

ul.tech-list li:hover {
	background: rgb(233 242 255 / 62%);
}

.testi-starts {
	margin-top: 20px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 11px;
}

.testi-starts svg {
	display: block;
	width: 25px;
	height: 25px;
}

.testimonial {
	padding: 80px 0;
}

.testimonial-header {
	margin-bottom: 26px;
}

.owl-testi .item {
	display: flex;
	justify-content: center;
	align-items: center;
}

.owl-testi .owl-item.active .item .testi-box {
	background-image: url(../images/testi1-bg.webp);
	gap: 13px;
	padding: 0 70px 100px 70px;
	min-height: 442px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: top center;
}

.owl-testi .owl-item.active.lastactiveitem .item .testi-box,
.owl-testi .owl-item.active.center+.owl-item .item .testi-box {
	background-image: url(../images/testi3-bg.webp);
	gap: 13px;
	padding: 0 44px 100px 61px;
	min-height: 442px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: top center;
}

.owl-testi .owl-item.active.center .item .testi-box {
	background-image: url(../images/testi2-bg.webp);
	gap: 54px;
	padding: 0 52px 97px 52px;
	min-height: 560px;
	background-repeat: no-repeat;
	background-size: 100% calc(100% - 42px);
	background-position: top 40px center;
}

.owl-testi .testi-box {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}

.owl-testi .testi-box em {
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	border-radius: 50%;
	width: 91px;
	height: 91px;
}

.owl-testi .testi-box h5 {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-size: 21.6px;
	line-height: 32px;
	text-align: center;
	color: #FDFDFD;
	margin-bottom: 0;
}

.owl-testi .testi-box h6 {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 14.4px;
	line-height: 22px;
	text-align: center;
	color: #FDFDFD;
}

.owl-testi .testi-box svg {
	display: block;
	width: 26px;
	height: 26px;
	margin: 0 auto 5px auto;
}

.owl-testi .testi-box p {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 14.4px;
	line-height: 22px;
	text-align: center;
	color: #FFFFFF;
}

.owl-testi .owl-item.active.center .testi-box h5 {
	font-size: 28.8px;
	line-height: 43px;
}

.owl-testi .owl-item.active.center .testi-box h6 {
	font-size: 21.6px;
	line-height: 32px;
}

.owl-testi .owl-item.active.center .testi-box p {
	font-size: 21.6px;
	line-height: 32px;
}

.owl-testi .owl-nav {
	margin-top: 50px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 17px;
}

.owl-testi .owl-nav button {
	background: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 43px;
	height: 43px;
	margin: 0 !important;
}

.owl-testi .owl-nav button span {
	width: 100%;
	height: 100%;
	background-image: url(../images/testi-arrow.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	font-size: 0;
	display: block;
}

.owl-testi .owl-nav button:hover {
	background: var(--theme-yellow) !important;
}

.owl-testi .owl-nav button.owl-next span {
	transform: rotate(180deg);
}

.owl-testi .owl-nav button:hover span {
	background-image: url(../images/testi-arrow-hover.webp);
}

.faq {
	padding-top: 90px;
	background-image: url(../images/faq-bg.webp);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: top center;
}

.faq-inner {
	width: 1212px;
	margin: 0 auto;
}

.faq-header {
	margin-bottom: 37px;
}

.faq-header h2 {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	font-size: 63.6632px;
	line-height: 51px;
	text-align: center;
	text-transform: capitalize;
	color: #FFFFFF;
	margin-bottom: 29px;
}

.faq-header img {
	display: block;
	width: 553px;
	height: 18px;
	margin: 0 auto;
	max-width: 99%;
}

.faq-paper {
	width: 100%;
	background: #FFFFFF;
	border-radius: 23px;
	padding: 19px 20px 28px 20px;
}

.faq-paper .accordion-item {
	margin-bottom: 14px;
	background: #FFFFFF;
	box-shadow: 0px 0px 17.1789px rgba(0, 0, 0, 0.05);
	border-radius: 8px !important;
	padding: 20px;
}

.faq-paper .accordion-item h2 button {
	padding: 0 !important;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	font-size: 24.2526px;
	line-height: 28px;
	color: #414246;
	background-color: transparent !important;
	box-shadow: none !important;
}

.faq-paper .accordion-item h2 button.accordion-button:not(.collapsed) {
	color: var(--theme-blue);
}

.faq-paper .accordion-button::after {
	background-image: url(../images/faq-plus.webp);
}

.faq-paper .accordion-button:not(.collapsed)::after {
	background-image: url(../images/faq-minus.webp);
}

.faq-paper .accordion-body {
	padding: 12px 0 0 0 !important;
}

.contact {
	padding: 69px 0;
	background: #FFFCF4;
}

.contact-inner {
	width: 1332px;
	max-width: 100%;
	margin: 0 auto;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
	gap: 56px;
}

.cont-frm {
	width: 43.6%;
}

.service-list {
	width: calc(100% - 43.6% - 56px);
}

.cont-frm {
	background: #FFFFFF;
	border-top: 4px solid #1852C6;
	box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.16);
	border-radius: 16px;
	padding: 20px 26px 38px 26px;
}

.cont-frm h2 {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	font-size: 53.2366px;
	line-height: 80px;
	letter-spacing: 0.07em;
	color: #103667;
	margin-bottom: 11px;
}

.cont-frm form {
	padding-left: 11px;
}

.service-list h3 {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 13px;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	font-size: 19.2px;
	line-height: 29px;
	text-transform: uppercase;
	color: #103667;
	gap: 8px;
}

.service-list h3 svg {
	display: block;
	width: 29px;
	height: 8px;
}

.service-list h2 {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	font-size: 38.4px;
	line-height: 52px;
	display: flex;
	align-items: center;
	color: #1E1E1E;
	margin-bottom: 21px;
}

.service-list p {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 38px;
	display: flex;
	align-items: center;
	color: #262626;
	margin-bottom: 15px;
}

.service-list ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: stretch;
	gap: 20px 36px;
}

.service-list ul li {
	width: calc(50% - 18px);
	flex-grow: 1;
	background: #FFFFFF;
	border-bottom: 4px solid #1852C6;
	border-radius: 12px;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	/*padding: 32px;*/
	padding:15px;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
    /*font-size: 20px;*/
    font-size:18px;
	line-height: 29px;
	display: flex;
	align-items: center;
	color: #303030;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

footer {
	padding: 13px 0;
	background-color: var(--theme-blue);
}

footer p {
	margin: 0 auto;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 50px;
	color: #FFFFFF;
	text-align: center;
}

footer p a {
	color: inherit;
}

footer p a:hover {
	color: var(--theme-yellow);
}

.faq-paper .accordion-body {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 17px;
	line-height: 34px;
	color: #414246;
}
.get_btn{
	display: block;
	padding: 19px 60px 19px 25px;
	background: #1852C6;
	border-radius: 12.136px;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-size: 16.1814px;
	line-height: 18px;
	text-align: center;
	color: #FFFFFF;
	border: none;
	outline: none;
	box-shadow: none;
	transition: all 0.3s ease;
	width: fit-content;
	position: relative;
	margin: 40px auto;
	margin-bottom: 0;
	transition: .5s;
}


.get_btn:hover,
.get_btn:focus {
	background: #FFAA17;
	color: #000000;
}
.get_btn_icon {
	position: absolute;
	top: 0;
	bottom: 0px;
	margin: auto;
	right: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	z-index: 9;
	background: #103667;
}

.get_btn_icon svg {
	display: block;
	width: 22px;
	height: 22px;
}

.get_btn:hover svg {
	transform: rotate(45deg);
		transition: .5s;
	
}
.process .get_btn{
	background: #FFAA17;
	color: #000;
	
}

.process .get_btn:hover , .industries .get_btn:hover{
	background: #1852C6;
	color: #FFF;
	
}

.industries .get_btn{
	background: #103667;
}
.industries .get_btn_icon{
	background: #FFAA17;
}
.industries .get_btn:hover .get_btn_icon{
	background: #103667;
}
.nav_rt{
	display: flex;
	align-items: center;
	gap: 10px;
}
.nav_rt i {
	color: #FFF;
	font-size: 20px;
}
.nav_rt img {
	width: 28px;
	height: 28px;
}

.nav_rt i:hover{
	color: #e4e2e2;
}
.nav_rt img:hover {
	opacity: 0.9;
}
.bott_box em{
	margin: 0 auto;
}
.bott_box  em img{
	height: 190px;
	object-fit: cover;
}


.unique_float_contact_wrap {
    position: fixed;
    right: 20px;
    bottom: 100px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.unique_float_contact_btn {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.18);
    transition: all 0.3s ease;
    animation: uniquePulse 2s infinite;
}
.unique_float_contact_btn img{
	width: 38px;
	height: 38px;
}


.unique_float_contact_btn:hover {
    transform: translateY(-4px) scale(1.08);
		color: #FFF;
}

.unique_float_whatsapp {
    background: #25D366;
}

.unique_float_call {
    background: #113d97;
}

@keyframes uniquePulse {
    0% {
        box-shadow: 0 0 0 0 rgba(0,0,0,0.2);
    }
    70% {
        box-shadow: 0 0 0 14px rgba(0,0,0,0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0,0,0,0);
    }
}
.call_sec{
	padding: 0px 0px 30px 0;
	display: flex;
/*	flex-direction: column;*/
	gap: 10px;
	font-size: 15px;
}
.call_sec h4{
	color: #1E1E1E;
	font-weight: 600;
	font-size: 18px;
	font-family: 'Poppins';
}
.call_sec a{
	font-size: 16px;
	font-family: 'Poppins';
  font-weight: 400;
	color: #262626;
}
.call_sec a:hover{
	color: #113d97;
}
.landing-banner-form .error{
    font-size:12px !important;
}
.grecaptcha-badge{
    z-index:100;
}

/*=========================
THANK YOU HERO
=========================*/
.ty_header{
    background-color: #113d97;
    top:0;
}
.ty_header .navbar{
    padding:15px 0;
}
.ty_header .logo {
  padding: 0;
  border-radius: 0;
}
.ty_hero{
    position:relative;
    padding:150px 0;
    overflow:hidden;
    background:#f8fbff;
    text-align:center;
    height:100vh;
}

.ty_hero:before{
    content:"";
    position:absolute;
    inset:0;
    background:
    radial-gradient(circle at top right,#dce8ff 0%,transparent 35%),
    radial-gradient(circle at bottom left,#eef5ff 0%,transparent 35%);
    opacity:.8;
}

.ty_content{
    position:relative;
    z-index:2;
    max-width:760px;
    margin:auto;
}

.ty_icon{
    width:100px;
    height:100px;
    background:#fff;
    border-radius:50%;
    margin:0 auto 30px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:40px;
    color:#FFC100;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.ty_content h1{
    font-family: 'Poppins';
    font-size:70px;
    font-weight:800;
    color:#103667;
    margin-bottom:10px;
}

.ty_content h2{
    font-family: 'Poppins';
    font-size:30px;
    color:#FFC100;
    font-weight:700;
    margin-bottom:25px;
}

.ty_content p{
    font-family: 'Poppins';
    max-width:650px;
    margin:0 auto 40px;
    font-size:18px;
    color:#444;
    line-height:1.8;
}

.ty_mail_box{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:20px;
    background:#fff;
    border-radius:18px;
    padding:25px 35px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    margin-bottom:40px;
}

.ty_mail_icon{
    width:65px;
    height:65px;
    background:#F5F5F5;
    color:#FFC100;
    border-radius:12px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:30px;
}

.ty_mail_text span{
    display:block;
    color:#555;
    font-size:18px;
}

.ty_mail_text strong{
    display:block;
    color:#0b2c67;
    font-size:22px;
    margin-top:6px;
}

.ty_btn{
    display:inline-flex;
    align-items:center;
    gap:15px;
    background:#ff6b00;
    color:#fff;
    padding:18px 42px;
    border-radius:50px;
    text-decoration:none;
    font-weight:700;
    transition:.3s;
}

.ty_btn:hover{
    background:#0b2c67;
    color:#fff;
}

.ty_shape{
    position:absolute;
    border-radius:50%;
    opacity:.25;
}

.ty_shape1{
    width:400px;
    height:400px;
    right:-120px;
    top:-120px;
    background:#d9e8ff;
}

.ty_shape2{
    width:320px;
    height:320px;
    left:-120px;
    bottom:-120px;
    background:#eaf3ff;
}

.ty_shape3{
    width:12px;
    height:12px;
    background:#ff6b00;
    left:50%;
    top:80px;
    box-shadow:
    -300px 100px #5a87ff,
    260px 140px #4fd47d,
    -350px 320px #ffbf00,
    350px 320px #9b7cff,
    -200px 450px #ff7f50,
    200px 500px #66d9ff;
}

