/*======================
   01. Google fonts
========================*/
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;700&display=swap');
/*======================
   02. Basic css
========================*/
html{
	font-size: 62.5%;
}
a, button, img{
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
strong,
i,
ol,
ul,
li,
form,
label,
footer,
header,
menu,
nav,
section {
	margin: 0;
	padding: 0;
}

body {
	line-height: 1.76;
	font-family: 'Rubik', sans-serif;
	background-color: #fff;
	color: #000000;
	font-weight: 400;
	font-size: 2.6rem;
}

ol,
ul {
	list-style: none;
}

a:hover {
	text-decoration: none;
}

button:focus,
a:focus,
input:focus,
textarea:focus{
	outline: none;
}

/* page loader  */
#preloader {
	position: fixed;
	background: #fff;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99999;
	height: 100vh;
	width: 100vw;
	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;
}
.loader3 {
	width: 5.0rem;
	height: 5.0rem;
	display: inline-block;
	padding: .0rem;
	text-align: left;
}

.loader3 span {
	position: absolute;
	display: inline-block;
	width: 5.0rem;
	height: 5.0rem;
	border-radius: 100%;
	background: #0027FF;
	-webkit-animation: loader3 1.5s linear infinite;
	animation: loader3 1.5s linear infinite;
}

.loader3 span:last-child {
	animation-delay: -0.9s;
	-webkit-animation-delay: -0.9s;
}

@keyframes loader3 {
  	0% {
    	-webkit-transform: scale(0, 0);
    	        transform: scale(0, 0);
    	opacity: 0.8;
  	}
  	100% {
    	-webkit-transform: scale(1, 1);
    	        transform: scale(1, 1);
    	opacity: 0;
  	}
}

@-webkit-keyframes loader3 {
  	0% {
    	-webkit-transform: scale(0, 0);
    	opacity: 0.8;
  	}
  	100% {
    	-webkit-transform: scale(1, 1);
    	opacity: 0;
  	}
}
/*Hamburger-menu START CSS*/
.hamburger-menu {
	cursor: pointer;
	display: none;
	z-index: 999;
}
.hamburger-menu span {
	background: #0027FF;
	width: 4.5rem;
	height: .45rem;
	display: block;
	margin: 1rem 0;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border-radius: 1rem;
}
.hamburger-menu .line-top.current {
	-webkit-transform: translateY(331%) rotate(135deg);
	-ms-transform: translateY(331%) rotate(135deg);
	transform: translateY(331%) rotate(135deg);
	background-color: #fff;
}
.hamburger-menu .line-center.current {
	opacity: 0;
}
.hamburger-menu .line-bottom.current {
	-webkit-transform: translateY(-325%) rotate(-135deg);
	-ms-transform: translateY(-325%) rotate(-135deg);
	transform: translateY(-325%) rotate(-135deg);
	background-color: #fff;
}
header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1024;
	width: 100%;
	-webkit-transition: 0.3s;
	-o-transition:  0.3s;
	transition:  0.3s;
	padding: 3rem 0;
	background-color: #fff;
}

/*sticky START CSS*/
header.sticky {
   -webkit-box-shadow: 0 .8rem 2.0rem 0 rgba(0, 0, 0, .1);
   box-shadow: 0 .8rem 2.0rem 0 rgba(0, 0, 0, .1);
}
header .container{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.logo{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 3.2rem;
	line-height: 1.3;
	color: #00A7FF !important;
}
.logo img{
	width: 12rem;
	margin-right: 4rem;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}
.logo h2{
	font-size: 3.2rem;
	font-weight: 700;
	color: #0027FF;
}
#menu {
	text-align: right;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
#menu ul{
	text-align: right;
}
#menu li {
	display: inline-block;
	padding: 0 3.5rem;
}

#menu li a {
	font-size: 2.6rem;
	color: #000000;
	padding: 0;
	font-weight: 700;
}
#menu li>a.active,
#menu li>a:hover {
	color: #0027FF;
}
#menu .button{
	margin-left: 3.5rem;
}
.button{
	display: inline-block;
	padding: 1.4rem 3.2rem !important;
	font-weight: 700;
	background: -o-linear-gradient(330deg, rgba(7,180,255,1) 0%, rgba(0,39,255,1) 100%);
	background: linear-gradient(120deg, rgba(7,180,255,1) 0%, rgba(0,39,255,1) 100%);
	color: #fff !important;
	border-radius: 18rem;
	line-height: 1.3;
	border: none;
}
.button2{
	display: inline-block;
	padding: 1.5rem 3.5rem;
	font-weight: 700;
	font-size: 2.6rem;
	line-height: 1.35;
	background:#FFFFFF;
	color: #0027FF;
	border-radius: 18rem;
	border: none;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.button2:hover{
	background: -o-linear-gradient(330deg, rgba(7,180,255,1) 0%, rgba(0,39,255,1) 100%);
	background: linear-gradient(120deg, rgba(7,180,255,1) 0%, rgba(0,39,255,1) 100%);
	color: #fff;
}
.button:hover{
	background: -o-linear-gradient(210deg, rgba(7,180,255,1) 0%, rgba(0,39,255,1) 100%);
	background: linear-gradient(-120deg, rgba(7,180,255,1) 0%, rgba(0,39,255,1) 100%);
}
main{
	padding-top: 18rem;
}
.inner_content{
	padding-left: 7rem;
	padding-right: 7rem;
}
.home_area{
	position: relative;
	z-index: 1;
}
.home_slider .item{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 100%;
	position: relative;
	z-index: 1;
	padding: 15.6rem 0 58.5rem;
	margin-left: 0.3rem;
	width: calc(100% + 0.4rem);
}
.home_slider .item::before{
	position: absolute;
	content: '';
	z-index: -1;
	height: 100%;
	width: 75.72%;
	background: -webkit-gradient(linear, left top, right top, from(rgba(0,39,255,1)), to(rgba(0,39,255,0)));
	background: -o-linear-gradient(left, rgba(0,39,255,1) 0%, rgba(0,39,255,0) 100%);
	background: linear-gradient(90deg, rgba(0,39,255,1) 0%, rgba(0,39,255,0) 100%);
	top: 0;
	left: 0;
}
.home_slider .owl-stage{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.home_area h1{
	color: #fff;
	font-size: 8rem;
	line-height: 1.2;
	font-weight: 700;
	max-width: 79.6rem;
	margin-bottom: 7rem;
}
.details_wrap{
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 14rem;
	z-index: 2;
}
.details_box{
	background-color: #FFFFFF;
	border-radius: 1.5rem;
	padding: 5rem 0;
}
.link_box{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 3rem;
	line-height: 1.4;
	color: #0027FF !important;
	padding: 2rem 6rem;
}
.link_box img{
	margin-right: 3.5rem;
	height: 8.2rem;
}
.details_content{
	position: relative;
}
.icon_box {
	height: 9.4rem;
	width: 9.4rem;
	border-radius: 50%;
	background-color: #fff;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	position: absolute;
	left: 0;
	bottom: -11.5rem;
}
.details_box .row>div{
	border-right: 0.1rem solid #00A7FF;
}
.details_box .row>div:last-child{
	border: none;
}
.details_box .row>div:last-child .link_box{
	padding-right: 0;
}
.details_box .row>div:first-child .link_box{
	padding-left: 0;
}
.details_box .row>div:first-child .link_box strong{
	display: block;
}
.link_box:hover .icon_box{
	background-color: #0027FF;
	color: #fff;
}
/*return-to-top START CSS*/

.back-to-top {
	font-size: 2.4rem;
	width: 4.5rem;
	height: 4.5rem;
	line-height: 4.5rem;
	text-align: center;
	display: none;
	position: fixed;
	bottom: 3.0rem;
	right: 2.0rem;
	border-radius: 50%;
	background: #00A7FF;
	z-index: 1000;
}

.back-to-top i {
	color: #fff;
}
/*interim_area*/
.interim_left h2 strong{
	color: #0027FF;
}
.interim_left h2{
	font-size: 6.6rem;
	line-height: 1.18;
	color: #00A7FF;
	max-width: 52.3rem;
	font-weight: 400;
}
.interim_left p{
	font-size: 2.4rem;
	line-height: 1.76;
	padding-top: 5rem;
	max-width: 79rem;
}
.in_btn{
	height: 6rem;
	width: 6rem;
	border-radius: 50%;
	border: 0.3rem solid #0027FF;
	background-color: #fff;
	color: #0027FF;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.ex_btn{
	border: 0.3rem solid #fff;
	background: transparent;
	color: #fff;
	margin-top: 3.8rem;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	border: 0.3rem solid #fff;
}
.ex_btn:hover{
	background-color: #fff !important;
	color: #0027FF !important;
}
.in_btn:hover{
	background: #0027FF;
	color: #fff;
}
.position_absolute{
	position: relative;
	z-index: 1;
}
.position_relative {
	position: absolute;
	z-index: -1;
	top: 8.2rem;
	left: -12rem;
}
.interim_area .line{
	width: 100%;
	height: 0.1rem;
	background-color: #0027FF;
}
.interim_right{
	padding-bottom: 12rem;
}

/*help_area*/
.help_area{
	padding-bottom: 12.8rem;
}
.help_area h2 {
	font-size: 6.2rem;
	color: #0027FF;
	font-weight: 700;
	line-height: 1.54;
	max-width: 44.3rem;
	margin-bottom: 5rem;
}
.icon_right {
	height: 12.5rem;
	width: 12.5rem;
	border-radius: 50%;
	background: -o-linear-gradient(330deg, rgba(0,167,255,1) 0%, rgba(0,39,255,1) 100%);
	background: linear-gradient(120deg, rgba(0,167,255,1) 0%, rgba(0,39,255,1) 100%);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	color: #fff !important;
	font-size: 3.4rem;
}
.icon_right:hover{
	background: -o-linear-gradient(210deg, rgba(0,167,255,1) 0%, rgba(0,39,255,1) 100%);
	background: linear-gradient(-120deg, rgba(0,167,255,1) 0%, rgba(0,39,255,1) 100%);
}
.help_area ul li{
	margin-bottom: 2.3rem;
}
.help_area ul li:last-child{
	margin-bottom: 0;
}
.bullet_list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	list-style: disc;
	padding-left: 2.5rem;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.bullet_list ul li{
	max-width: 48%;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 48%;
	        flex: 0 0 48%;
	font-size: 3.2rem;
}
.bullet_list ul li::marker{
	color: #00A7FF;
}
/*referenties_area*/
.referenties_area{
	background-color: #0027FF;
	overflow: hidden;
	position: relative;
	z-index: 1;
	padding: 5.2rem 0;
}
.referenties_area h2{
	font-size: 7.2rem;
	font-weight: 400;
	line-height: 1.25;
	color: #00A7FF;
	text-align: center;
}
.referenties_area h2 strong{
	color: #fff;
	display: block;

}
.shadow2{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	right: -3rem;
	z-index: -1;
	width: 35rem;
}

.reference_wrap{
	padding: 2.6rem 0 0.8rem;
}
.reference_item{
	padding: 8rem 0;
}
.reference_item:nth-child(even){
	background-color: rgba(0, 167, 255, 0.15);
}
.slider1 .owl-nav button{
	height: 5rem;
	width: 5rem;
	background-color: #fff;
	color: #0027FF;
	padding: 0;
	position: absolute;
	top: 46%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.slider1 .owl-nav button:hover{
	background-color: #0027FF;
	color: #fff;
}
.slider1 .owl-nav button.owl-prev{
	left: 0;
}
.slider1 .owl-nav button.owl-next{
	right: 0;
}
.owl-dots{
	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;
	margin-top: 3rem;
}
.owl-dots button{
	height: 1.3rem;
	width: 1.3rem;
	border-radius: 50%;
	background-color: #0027FF;
	padding: 0.2rem;
	margin: 0 0.5rem;
}
.owl-dots button.active{
	background-color: #00A7FF;
}
.right_content strong{
	display: block;
}
.right_content p{
	margin-top: 6rem;
}
.location{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-top: 3.5rem;
}
.location img{
	width: 2.47rem;
	margin-right: 2rem;
}
.top_content{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.top_content img{
	width: 24rem;
	margin-right: 10.5rem;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}
.top_content ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.top_content ul li{
	width: 13rem;
}
.top_content ul li:not(:first-child){
	width: 16rem;
	padding-left: 3rem;
	border-left: 0.3rem solid #00A7FF;
	margin-left: 3rem;
}
.slider1{
	max-width: 71.4rem;
}
/*hand shake area*/
.handshaks_area{
	background-color: #D9F3FF;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #0027FF;
}
.handshake_img{
	width: 100%;
	max-width: 100%;
}
.handshake_img img{
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.hand_right {
	padding: 19rem 0 19rem 14rem;
	width: 82rem;
	-ms-flex-negative: 0;
	    flex-shrink: 0;

}
.hand_right h2{
	font-size: 6.2rem;
	font-weight: 700;
}
.hand_right p{
	font-size: 3.2rem;
	margin-top: 4rem;
	max-width: 55.2rem;
}
/*footer*/
footer{
	background-color: #0027FF;
	color: #fff;
	font-size: 2.8rem;
	line-height: 1.71;
}
footer a{
	color: #fff;
}
footer a:hover{
	color: #00A7FF;
}
footer ul li strong,
footer ul li span{
	display: inline-block;
	font-weight: 900;
	margin-right: 1rem;
	min-width: 8.4rem;
}
footer .ex_width ul li strong,
footer .ex_width ul li span{
	min-width: 0;
}
footer h3{
	font-size: 4rem;
	font-weight: 700;
	line-height: 1.4;
	padding-bottom: 4rem;
}
footer p{
	max-width: 35rem;
}
.footer_bottom{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 4.1rem 0 7rem;
	font-size: 2.2rem;
	margin-top: 10.6rem;
}
.footer_bottom{
	border-top: 0.1rem solid #fff;
}
.footer_bottom p{
	max-width: 100%;
}
.footer_bottom a{
	text-decoration: underline !important;
}

.copyright-text {
    display: flex;
    flex-wrap: wrap;
}
.copyright-text > *:not(:last-child):after {
    content: " - ";
    margin-right: 5px;
}

.sponsor_slider .owl-stage{
	display: flex;
	align-items: center;
}
.sponsor_slider .owl-stage .item{
	text-align: center;
}
.sponsor_slider .owl-stage .item img {
	height: 26rem;
	width: auto;
	max-width: 100%;
	object-fit: contain;
}
.sponsor_area{
	padding: 5rem 0 5rem;
}