/*====== 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;
}

.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;
	top: 10px;
}

.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-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;
}

/*=======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;
}

.stay-container {
	
}


.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-member-box-container {
	display: flex;
	flex: 1 1 70%;
	justify-content: space-between;
	max-width: 1028px;
}

.team-member-box{
	border: 1px solid #a8a8a8;
	width: 250px;
	padding-bottom: 10px;
	transition: transform .2s;
}

.team-member-box:hover {
	transform: scale(1.1);
}

.team-member-box-text{
	text-align: center;
    margin-top: 10px;
}

.team-member-box-text p{
	font-size: 12px!important;
    line-height: 1!important;
    margin-top: 15px!important;
	margin-bottom: 0!important;
}

.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 {
	margin-bottom: 50px;
}

.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: -135px;
}

.custom-container {
	padding: 0px 280px;
}





ul {
	margin-bottom: 0;
}

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{
	background: linear-gradient(98.55deg, #F3F8F9 0%, #F3F8F9 100%);
	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;
}