/*====== 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: 'Roboto';
}

body[data-rtl="rtl"] {
	direction: rtl;
	text-align: right;
}

ul {
	padding-left: 0px;
}

ul li {
	list-style-type: none;
}

a {
	cursor: pointer;
}

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;
	-webkit-animation-fill-mode: inherit !important;
	animation-fill-mode: inherit !important;
}

.visible {
	opacity: 1 !important;
}

.sec-heading h2 {
	font-weight: 700;
	font-size: 42px;
	line-height: 63px;
	text-align: center;
	color: #283044;
	margin-bottom: 15px;
}

.sec-para p {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: rgb(40 48 68 / 60%);
}

.sec-space {
	margin-bottom: 70px;
}

.small-sec-space {
	margin-bottom: 20px;
}

.section {
	padding: 120px 0;
}

.section-bottom {
	padding-bottom: 120px;
}

/*==== NAVBAR  ======*/
.navbar {
	padding: 25px 190px;
	-webkit-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}

.menu-links {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.navbar-nav {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.navbar-light .navbar-nav .nav-link {
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	text-transform: capitalize;
	color: #FFFFFF;
	-webkit-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
	margin-left: 45px;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
	color: #38AECC;
}

.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: #38AECC;
}

.nav-btn {
	border: 1.5px solid #38AECC;
	border-radius: 64px;
	width: 164px;
	height: 50px;
	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;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	text-transform: capitalize;
	color: #FFFFFF !important;
	-webkit-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
	margin-left: 65px;
}

.nav-btn:hover {
	background: #38AECC;
	color: #fff !important;
}

.nav-white {
	background: #fff;
	-webkit-box-shadow: 0 2px 3px 0px rgb(0 0 0 / 16%);
	box-shadow: 0 2px 3px 0px rgb(0 0 0 / 16%);
	padding: 15px 190px;
}

.nav-white .navbar-nav li a {
	color: #283044 !important;
}

.nav-white .navbar-nav .active>.nav-link,
.nav-white .navbar-nav .nav-link.active,
.nav-white .navbar-nav .nav-link.show,
.nav-white .navbar-nav .show>.nav-link {
	color: #38AECC !important;
}

.nav-white .navbar-nav .nav-link:focus,
.nav-white .navbar-nav .nav-link:hover {
	color: #38AECC !important;
}

.nav-white .navbar-brand svg .l-text {
	fill: #283044;
}

/*===== HERO SECTION =====*/
#hero {

	height: 100vh;
	min-height: 950px;
	width: 100%;
	padding-top: 17vh;
	background: url('../../assets/images/hero-bg.png');
	background-repeat: no-repeat;
	background-size: cover;

}

.hero-shape {
	position: absolute;
}

.shape-left {
	top: 0;
	right: 0;
}

.hero-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
}

.hero-main h1 {
	font-weight: 500;
	font-size: 42px;
	line-height: 63px;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 15px;
	max-width: 954px;
	margin: auto;
}

.hero-main h1 span {
	color: #38AECC;
}

.shape-right {
	left: 325px;
	top: 300px;
}

.hero-alert-box {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	padding-left: 30px !important;
	padding-right: 30px !important;
	margin-top: 5px;
	color: #fff;
	background-color: rgba(245, 245, 245, 0.2);
	border-color: #fff;
	border-radius: 10px;
	font-family: 'Roboto';
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
}

.hero-alert-box-button {
	width: fit-content;
	height: fit-content;
	background-color: #38AECC;
	border-color: #38AECC;
	transition: all .6s ease-in-out;
}

.hero-alert-box-button:hover {
	box-shadow: 0px 10px 20px 0px rgb(56 174 204 / 50%);
	background-color: #38AECC;
	border-color: #38AECC;
}

.hero-alert-box-close-button {
	position: absolute;
	transition: color 0.2s;
	background: none;
	color: white;
	font-weight: 600;
	font-size: larger;
	cursor: pointer;
	top: 0px;
	right: 0px;

}

.hero-alert-box-close-button:hover {
	border-radius: 5px;
	color: #38AECC;
}

.hero-heading {
	font-size: 50px !important;
}

.hero-mouse-symbol {
	position: relative;
	bottom: 50px;
}

.hero-img-button-container {
	position: relative;
}

.hero-button {
	position: absolute;
	top: 42%;
	left: 50%;
	transform: translate(-50%);
	z-index: 1;
	white-space: normal;
	word-wrap: break-word;
}

/*=========insight css==========*/
.logo-container {
	background: -o-linear-gradient(351.45deg, #F3F8F9 0%, #F3F8F9 100%);
	background: linear-gradient(98.55deg, #F3F8F9 0%, #F3F8F9 100%);
	padding: 60px 0;
}

.logo-lower-padding {
	padding-top: 20px;
}

.logo-inner-container {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.logo-inner {
	gap: 40px;
	row-gap: normal;
}


.sec-small-heading {
	font-weight: 500;
	font-size: 18px;
	line-height: 27px;
	text-align: center;
	color: #283044;
	margin-bottom: 50px;
}

/*==========product css=======*/

.content-detail h4 {
	font-weight: 600;
	font-size: 30px;
	line-height: 45px;
	color: #283044;
	margin-bottom: 25px;
}

.content-para p {
	font-weight: 400;
	font-size: 18px;
	line-height: 38px;
	color: rgba(40, 48, 68, 0.9);
	margin-bottom: 30px;
	max-width: 495px;
}

.content-para p a {
	color: #38AECC;
	font-weight: 500;
}

.content-btn {
	width: 195px;
	height: 50px;
	background: #38AECC;
	border-radius: 64px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 10px;
	cursor: pointer;
	-webkit-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: #FFFFFF;

}

.content-btn:hover {
	-webkit-box-shadow: 0px 10px 20px 0px rgb(56 174 204 / 50%);
	box-shadow: 0px 10px 20px 0px rgb(56 174 204 / 50%);
}

.content-row {
	margin-bottom: 100px;
}

.last-content-row {
	margin-bottom: 0px;
}

.product-api-button-container {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	gap: 15px;
}

/*=======resource css========*/

.news-box {
	background: #FFFFFF;
	-webkit-box-shadow: 0px 0px 25px rgba(56, 174, 204, 0.2);
	box-shadow: 0px 0px 25px rgba(56, 174, 204, 0.2);
	border-radius: 64px;
	max-width: 495px;
	height: 64px;
	margin-bottom: 30px;
	padding: 12px;
}

.news-box span {
	font-size: 13px;
	line-height: 20px;
	text-align: center;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #283044;
}

.content-list {
	max-width: 495px;
}

.content-list li {
	font-weight: 400;
	font-size: 18px;
	line-height: 38px;
	color: rgb(40 48 68 / 90%);
	list-style: disc;
}

.bg-blue {
	background: -o-linear-gradient(351.45deg, #F3F8F9 0%, #F3F8F9 100%);
	background: linear-gradient(98.55deg, #F3F8F9 0%, #F3F8F9 100%);
	padding: 100px 0;
}

/*=========what css======*/
.what-list {
	max-width: 500px;
}

.what-list li {
	font-weight: 400;
	font-size: 18px;
	line-height: 38px;
	color: rgb(40 48 68 / 90%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 20px;
}

.tick-img {
	margin-right: 15px;
}


.email-box {
	background: #FFFFFF;
	-webkit-box-shadow: 0px 0px 25px rgba(56, 174, 204, 0.2);
	box-shadow: 0px 0px 25px rgba(56, 174, 204, 0.2);
	border-radius: 64px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 940px;
	height: 74px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 10px 8px 10px 35px;
	margin: auto;
}

.email-box input {
	font-weight: 400;
	font-size: 16px;
	line-height: 32px;
	text-align: left;
	color: rgba(40, 48, 68, 0.6);
	width: calc(100% - 200px);
	background: transparent;
	border: none;
}

.email-box button {
	height: 60px;
}

.team-container {
	max-width: 95em;
}

.team-inner p {
	font-weight: 400;
	font-size: 18px;
	line-height: 38px;
	text-align: center;
	color: rgba(40, 48, 68, 0.9);
	margin-bottom: 50px;
}

.team-img-container {
	margin-bottom: 60px;
}

.team-img {
	height: auto;
	max-width: 100%;
	;
}

.team-text {
	font-weight: 600;
	font-size: 30px;
	line-height: 48px;
	color: #283044;
	width: 50%;
}

.team-text span {
	color: #0090C1;
}

.team-bottom .what-list {
	width: 50%;
}

.team-shape {
	bottom: -140px;
	right: -130px;
}

.custom-container {
	padding: 0px 280px;
}



ul {
	margin-bottom: 0;
}

.media-logo-container {
	margin-top: 50px;
	margin-right: 30px;
	margin-left: 30px;
}

.media-logo-inner {
	gap: 70px;
	flex-wrap: wrap;
}

.media-logo-elem {
	width: 200px;
	flex-shrink: 0;
	transition: transform .3s;
	/* Animation */
}

.media-logo-elem:hover {
	transform: scale(1.1);
}

footer {
	padding-top: 100px;
	position: relative;
	border-top: 1px solid rgb(196 219 225 / 90%);
}

.footer-logo {
	display: block;
	margin: 0 auto 50px;
	text-align: center;
}

.footer-content p {
	font-weight: 600;
	font-size: 20px;
	line-height: 36px;
	color: #283044;
	text-align: center;
	max-width: 840px;
	margin: 0 auto 20px;
}

.footer-content .blue-btn {
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	padding: 13px 50px;
	background: #38AECC;
	border-radius: 64px;
	-webkit-transition: 0.6s all ease-in-out;
	-o-transition: 0.6s all ease-in-out;
	transition: 0.6s all ease-in-out;
	cursor: pointer;
}

.footer-content .blue-btn:hover {
	-webkit-box-shadow: 0px 10px 20px 0px rgb(56 174 204 / 50%);
	box-shadow: 0px 10px 20px 0px rgb(56 174 204 / 50%);
}

.footer-content .blue-btn {
	text-align: center;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.footer-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 70px auto 30px;
	max-width: 836px;
}

.footer-nav a {
	font-weight: 400;
	font-size: 15px;
	line-height: 22px;
	color: rgba(8, 19, 60, 0.9);
}

.footer-bottom li {
	background: rgba(56, 174, 204, 0.2);
	border-radius: 32px;
	height: 40px;
	width: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: 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;
	cursor: pointer;
}

.footer-bottom li:hover {
	background: #38AECC;
}

.footer-bottom li:hover path {
	fill: #fff;
}

.footer-bottom {
	border-top: 1px solid rgba(196, 219, 225, 0.9);
	padding: 20px 0;
}

.footer-bottom ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
}

.footer-bottom a {
	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;
}

.graphic-abs {
	position: absolute;
	top: 30px;
}

.footer-wrap {
	padding: 0 148px;
}

.line-anim {
	stroke-dasharray: 1.08 4.34;
	stroke-dashoffset: 0%;
	-webkit-animation: dash 6s linear infinite;
	animation: dash 6s linear infinite;
}

.line-anim1 {
	stroke-dasharray: 1.08 4.34;
	stroke-dashoffset: 0%;
	-webkit-animation: dash 6s linear infinite reverse;
	animation: dash 6s linear infinite reverse;
}

@-webkit-keyframes dash {
	from {
		stroke-dashoffset: 108;
	}

	to {
		stroke-dashoffset: 0;
	}
}

@keyframes dash {
	from {
		stroke-dashoffset: 108;
	}

	to {
		stroke-dashoffset: 0;
	}
}

.dot1,
.dot2,
.dot3 {
	opacity: 0;
	-webkit-animation: dotanimation 5s ease 7s infinite;
	animation: dotanimation 5s ease 7s infinite;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

.dot1 {
	-webkit-animation-delay: 200ms;
	animation-delay: 200ms;
}

.dot2 {
	-webkit-animation-delay: 400ms;
	animation-delay: 400ms;
}

.dot3 {
	-webkit-animation-delay: 600ms;
	animation-delay: 600ms;
}

@-webkit-keyframes dotanimation {
	0% {
		opacity: 0.5;
	}

	25% {
		opactiy: 0.8;
	}

	50% {
		opactiy: 0.4;
	}

	75% {
		opactiy: 0.8;
	}

	100% {
		opactiy: 0.5;
	}
}

.rotate-animation {
	transform-box: fill-box;
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
	-webkit-animation: rotate-anim 10s linear infinite;
	animation: rotate-anim 10s linear infinite;
}

@-webkit-keyframes rotate-anim {
	0% {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	25% {
		-ms-transform: rotate(50deg);
		-webkit-transform: rotate(50deg);
		transform: rotate(50deg);
	}

	50% {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	75% {
		-ms-transform: rotate(-80deg);
		-webkit-transform: rotate(-80deg);
		transform: rotate(-80deg);
	}

	100% {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@keyframes rotate-anim {
	0% {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	25% {
		-ms-transform: rotate(50deg);
		-webkit-transform: rotate(50deg);
		transform: rotate(50deg);
	}

	50% {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	75% {
		-ms-transform: rotate(-80deg);
		-webkit-transform: rotate(-80deg);
		transform: rotate(-80deg);
	}

	100% {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

.rotate-animation1 {
	transform-box: fill-box;
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
	-webkit-animation: rotate-anim1 5s linear infinite;
	animation: rotate-anim1 5s linear infinite;
}

@-webkit-keyframes rotate-anim1 {
	0% {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	50% {
		-ms-transform: rotate(15deg);
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}



	100% {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@keyframes rotate-anim1 {
	0% {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	50% {
		-ms-transform: rotate(15deg);
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}



	100% {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

.rotate-animation2 {
	transform-box: fill-box;
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
	-webkit-animation: translate 3s linear infinite;
	animation: translate 3s linear infinite;
}

@-webkit-keyframes translate {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}

	50% {

		-webkit-transform: translateY(-5px);

		transform: translateY(-5px);
	}



}

@keyframes translate {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}

	50% {

		-webkit-transform: translateY(-5px);

		transform: translateY(-5px);
	}



}

.footer-logo img {
	max-width: 220px;
}

.res-para,
.res-link-main {
	padding-left: 20px;
}

.res-para a,
.re a:hover {
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	color: #38AECC;
}

.res-para li {
	list-style: disc;
	max-width: 320px;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	color: #38AECC;
}

.res-link-list {
	margin-bottom: 40px;
	list-style: disc;
	padding-left: 0px;
	padding-right: 0;
	max-width: 330px;
}

.res-link-list span {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #283044;
	display: block;
	margin-bottom: 15px;
}

.res-link-list a {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #38AECC;
}

.res-list2 li {
	margin-bottom: 30px;
}

.resource {
	padding-top: 90px;
	padding-bottom: 50px;
}

.resource .content-list {
	max-width: 330px;
}

.space-bottom {
	margin-bottom: 60px !important;
}

@keyframes bounce {

	0%,
	20%,
	50%,
	80%,
	100% {
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	40% {
		-moz-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}

	60% {
		-moz-transform: translateY(-15px);
		-ms-transform: translateY(-15px);
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}


.bounce {
	-moz-animation: bounce 3s infinite;
	-webkit-animation: bounce 3s infinite;
	animation: bounce 3s infinite;
	cursor: pointer;
}

.bounce:hover {
	-moz-animation: none;
	-webkit-animation: none;
	animation: none;
}

.modal-link {
	color: #38AECC !important;
	padding-left: 0px !important;
}


/* ==========================================================================
  Resources section
  ========================================================================== */

.resource-table-container {
	/* width: 100%; */
	display: flex;
	justify-content: center;
	width: auto;
}

.resource-table {
	/* padding-left: 3px; */
	/* padding-right: 3px; */
	display: flex;
	flex-direction: column;
}

.resource-table-row {
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-wrap: nowrap;
	gap: 20px;
	border-bottom: 1px solid #ccc;
	box-shadow: 0 2px 2px -2px #ccc;
	padding-top:7px;
	padding-bottom: 7px;
	flex: 0 0 auto;
	font-size: 11pt;
	transition: background-color 0.8s ease;
}
.resource-table-row:hover {
	background-color: #eee;
}

/* Override for the last row */
.resource-table-row:last-child {
	border-bottom: none;
	box-shadow: none;
}

.resource-table-row-col-date {
	flex-shrink: 0;
	flex-grow: 0;
	width: 120px;
	text-align: center;
	font-weight: 600;
	color: #333;
}

.resource-table-row-col-title {
	text-align: left;
	padding-right: 30px;
	flex: 0 1 auto;
	/* Do not gow more than content */
}


@media (max-width: 599px) {

	.resource-table-row {
		gap: 0px;
		flex-direction: column;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.resource-table-row-col-title {
		padding-right: 0px;
		text-align: center;
		max-width: 400px;
	}
}


@media (max-width: 990px) {

	.resources-sub-heading-small-screen {
		display: flex !important;
		justify-content: left !important;
	}

}

