body {
	font: 600 16px Nunito;
	color: #333;
	background: #E5E5E5
}

.btn-custom {
	padding: 14px 24px;
	position: relative;
	font: 600 20px/20px Nunito;
	color: #fff;
	border: 0 none;
	box-shadow: none !important;
	background: #f4d03f;
	background: -moz-linear-gradient(173.29deg, #f4d03f -26.13%, #16a085 94.25%);
	background: -webkit-linear-gradient(173.29deg, #f4d03f -26.13%, #16a085 94.25%);
	background: -o-linear-gradient(173.29deg, #f4d03f -26.13%, #16a085 94.25%);
	background: -ms-linear-gradient(173.29deg, #f4d03f -26.13%, #16a085 94.25%);
	background: linear-gradient(173.29deg, #f4d03f -26.13%, #16a085 94.25%);
}

.btn-custom:hover {
	color: #fff;
	background: #16a085;
	background: -moz-linear-gradient(173.29deg, #16a085 -26.13%, #f4d03f 94.25%);
	background: -webkit-linear-gradient(173.29deg, #16a085 -26.13%, #f4d03f 94.25%);
	background: -o-linear-gradient(173.29deg, #16a085 -26.13%, #f4d03f 94.25%);
	background: -ms-linear-gradient(173.29deg, #16a085 -26.13%, #f4d03f 94.25%);
	background: linear-gradient(173.29deg, #16a085 -26.13%, #f4d03f 94.25%);
}

.btn-custom:active {
	top: 1px;
	left: 1px;
}

.btn-orange {
	padding: .8125rem 1.5rem;
	font: 700 16px/22px "Open Sans";
	color: #fff;
	text-shadow: 0px 4px 14px rgba(0, 0, 0, 0.1);
	outline: 0 none;
	-webkit-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.15);
	background: -webkit-linear-gradient(286.33deg, #F09819 7.53%, #FF5858 89.96%);
	background: -moz-linear-gradient(286.33deg, #F09819 7.53%, #FF5858 89.96%);
	background: -o-linear-gradient(286.33deg, #F09819 7.53%, #FF5858 89.96%);
	background: linear-gradient(163.67deg, #F09819 7.53%, #FF5858 89.96%);
}

.btn-orange:hover {
	color: #fff;
	background: -webkit-linear-gradient(22deg, #005FBD 0%, #00ABE9 98.47%);
	background: -moz-linear-gradient(22deg, #005FBD 0%, #00ABE9 98.47%);
	background: -o-linear-gradient(22deg, #005FBD 0%, #00ABE9 98.47%);
	background: linear-gradient(68deg, #005FBD 0%, #00ABE9 98.47%);
}

h1 {
	margin: 0 0 20px 0;
	font: 900 48px Avenir;
	color: #fff;
	text-align: center;
}

h2 {
	margin: 0 0 40px 0;
	font: 400 24px Nunito;
	color: #fff;
	text-align: center;
}

h3 {
	margin-bottom: 20px;
	font: 800 40px/52px "Open Sans";
	color: #333;
}

h4 {
	margin-bottom: 20px;
	font: 800 32px/42px "Open Sans";
	color: #333;
}
h5 {
	margin-bottom: 20px;
	font: 800 26px/34px "Open Sans";
	color: #333;
}

p {
	font: 600 16px/26px Nunito;
	color: #333;
}

/*NEW NAVBAR STYLE start*/
header {
	background: #fff;
}

@media all and (max-width: 991px) {
	header {
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1010;
		background: #fff;
		-webkit-box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.1);
		-moz-box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.1);
		box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.1);
	}
}


header .navbar {
	max-width: 1440px;
	width: 100%;
	padding: 15px;
}

@media all and (max-width: 1440px) {
	header .navbar {
		max-width: 1200px;
	}
}

.navbar-brand {
	min-width: 154px;
	width: 154px;
}

@media all and (max-width: 1200px) {
	.navbar-brand {
		min-width: 120px;
		width: 120px;
	}
}

@media all and (max-width: 1100px) {
	.navbar-brand {
		min-width: 80px;
		width: 80px;
	}
}

@media all and (max-width: 991px) {
	header .navbar {
		max-width: 768px;
	}

	.navbar-brand {
		min-width: 154px;
		width: 154px;
	}
}


.navbar-brand svg {
	width: 100%;
	display: block;
}

.navbar-menu.navbar-nav .nav-link {
	padding-right: 1rem;
	padding-left: 1rem;
	font: 600 14px/24px "Open Sans";
	color: #333333;
}

.navbar-menu.navbar-nav .nav-link.active,
.navbar-menu.navbar-nav .nav-link:hover {
	color: #0089DA;
}

.cs-orange .navbar-menu.navbar-nav .nav-link.active,
.cs-orange .navbar-menu.navbar-nav .nav-link:hover {
	color: #fd5f46;
}

.fill-social {
	fill: #6f6f6f;
	opacity: .3;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.navbar-social a:hover .fill-social {
	opacity: 1;
}

.navbar-social a:hover .grad-tg {
	fill: url(#grad-tg)
}

.navbar-social a:hover .grad-tw {
	fill: url(#grad-tw)
}

.navbar-social a:hover .grad-fb {
	fill: url(#grad-fb)
}

.navbar-social a:hover .grad-vk {
	fill: url(#grad-vk)
}

.navbar-social a:hover .grad-ig {
	fill: url(#grad-ig)
}

@media all and (max-width: 1439px) {

	header .divider,
	.navbar-social {
		display: none;
	}

}

header .navbar-toggler {
	color: #0089da !important;
	cursor: pointer;
	font-size: 36px;
	outline: 0 none;
}

.cs-orange header .navbar-toggler {
	color: #F09819 !important;
}

@media all and (max-width: 991px) {

	header .navbar-toggler,
	header .divider {
		display: block;
	}

}

header .divider {
	width: 2px;
	height: 50px;
	background-color: #C4C4C4;
	opacity: 0.3;
}

.btn-account {
	width: 40px;
	height: 40px;
	position: relative;
	outline: 0 none !important;
}

.btn-account:hover {
	-webkit-box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.1);
}

/*NEW NAVBAR STYLE end*/

.img_wrap {
	width: 100%;
	overflow: hidden;
/*	border-radius: 8px;*/
}

.img_wrap img {
	max-height: 100%;
	display: block;
	margin: 0 auto;
}

ul.list {
	padding: 0;
	margin-bottom: 20px;
	list-style-type: none;
}

ul.list li {
	padding-left: 20px;
	margin-bottom: 15px;
	position: relative;
	font: 600 22px/30px Nunito;
	color: #333;
}

ul.list li:last-child {
	margin-bottom: 0;
}

ul.list li:after {
	content: '';
	width: 8px;
	height: 8px;
	display: block;
	position: absolute;
	top: 10px;
	left: 0;
	background: #333;
	border-radius: 50%
}

.sec0 {
	padding: 110px 0;
}

.sec0 span {
	display: inline-block;
	margin-bottom: 30px;
}

.sec0 .ttl1 {
	font: 300 24px Nunito;
	color: rgba(0, 0, 0, 0.5);
}

.sec0 .ttl2 {
	font: 600 24px Nunito;
	color: #333333;
}

.sec0 .ttl3 {
	font: 900 32px Avenir;
	color: #16a085;
	position: relative;
	background: -webkit-linear-gradient(175.85deg, #F09819 7.53%, #FF5858 89.96%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;

}

.sec0 .arrow {
	width: 158px;
	height: 194px;
	position: absolute;
	bottom: -180px;
	right: -140px;
	background: url(../img/arrow.svg) no-repeat 100% / cover;
}

.sec1 {
	padding: 80px 0;
	background: #F4F7F9;
}

.sec1 .ttl1 {
	display: inline-block;
	margin-bottom: 60px;
	font: 600 24px Nunito;
	color: #97A4A9;
}

.sec1 .img_wrap {
	height: 763px;
}

.sec1 .btn {
	margin-bottom: 20px;
}

.sec1 p {
	margin-bottom: 0;
}

.sec2 {
	padding: 110px 0;
}

.sec2 h3 {
	margin-bottom: 60px;
}

.sec2 .img_wrap {
	height: 763px;
}

.sec2 .ttl1 {
	display: inline-block;
	margin-bottom: 45px;
	font: 400 24px/38px "Open Sans";
	color: #97A4A9;
}

.sec3 {
	padding: 80px 0;
	background: #F4F7F9
}

.sec3 h3 {
	margin-bottom: 60px
}

.sec3 .ico {
	width: 100px;
	height: 100px;
	display: block;
	margin-bottom: 30px;
	position: relative;
	border-radius: 8px;
	background: #485563;
	background: -moz-linear-gradient(58.72deg, #485563 7.71%, #29323C 92.87%);
	background: -webkit-linear-gradient(58.72deg, #485563 7.71%, #29323C 92.87%);
	background: -o-linear-gradient(58.72deg, #485563 7.71%, #29323C 92.87%);
	background: -ms-linear-gradient(58.72deg, #485563 7.71%, #29323C 92.87%);
	background: linear-gradient(58.72deg, #485563 7.71%, #29323C 92.87%);
}

.sec3 .ico svg {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
	
}
.sec3 .row .col {
	margin-bottom: 60px
}
.sec3 .row .col:hover .ico {
    background: -webkit-linear-gradient(286.33deg, #F09819 7.53%, #FF5858 89.96%);
    background: -moz-linear-gradient(286.33deg, #F09819 7.53%, #FF5858 89.96%);
    background: -o-linear-gradient(286.33deg, #F09819 7.53%, #FF5858 89.96%);
    background: linear-gradient(163.67deg, #F09819 7.53%, #FF5858 89.96%);
}


.sec3 p {
	font-size: 22px;
	line-height: 35px
}

.sec4 {
	padding: 50px 0;
	position: relative;
	background-color: #61a2ff
}

.sec4:before {
	content: '';
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	background: url(../img/bg_sec4.png) no-repeat 100% bottom / 100%;
}

.sec4:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background: rgba(0, 0, 0, 0.20);
}
@media (max-width: 991px){
	.sec4 {
		background-color: #fff
	}
	.sec4:before {
		display: none;
	}
}

.sec4 .col {
	padding: 40px 50px 50px 50px;
	background: #FFFFFF;
	box-shadow: 0px 16px 24px rgba(34, 39, 55, 0.24);
/*	border-radius: 8px;*/
}

.sec4 ul.list {
	margin-bottom: 40px
}

.sec4 ul.list li {
	font-size: 20px;
}


.sec5 {
	padding: 100px 0;
}

.sec5 h3 {
	margin-bottom: 50px
}

.sec5 .img_wrap {
	height: 540px;
}

.sec5 .ttl1 {
	background: -webkit-linear-gradient(6.71deg, #f4d03f -26.13%, #16a085 94.25%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.sec5 .ttl2 {
	font: 600 22px Nunito;
}

.sec5 .row {
	margin-bottom: 60px;
}

.sec6 {
	padding: 80px 0 100px 0;
/*	background: #F4F7F9*/
}

.sec6 h3 {
	margin-bottom: 60px
}

.sec6 .img_wrap {
	height: 364px;
}

.sec6 .img_wrap img {
	width: 100%;
	height: auto;
}

.sec6 .list {
	margin-bottom: 0
}

.sec7 {
	height: calc(100vh - 86px);
	position: relative;
	background: url(../img/bg_header.jpg) no-repeat 50% / cover;
}

.sec7::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: -webkit-linear-gradient(272deg, rgba(0, 95, 189, 0.5) 7.51%, rgba(15, 182, 242, 0.5) 101.25%);
	background: -o-linear-gradient(272deg, rgba(0, 95, 189, 0.5) 7.51%, rgba(15, 182, 242, 0.5) 101.25%);
	background: linear-gradient(2deg, rgba(0, 95, 189, 0.5) 7.51%, rgba(15, 182, 242, 0.5) 101.25%);
}

.sec7 .container {
	position: relative
}

.sec7 .ttl {
	padding: 7px 30px;
	display: inline-block;
	margin-bottom: 30px;
	font: 400 24px Nunito;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	background-color: rgba(255, 255, 255, 0.3);
	border-radius: 8px
}

.sec7 .btn-orange {
	margin-bottom: 110px;
}

.sec7 .btn-scroll {
	width: 26px;
	height: 40px;
	display: inline-block;
	background: url(../img/scroll_arrow.svg) no-repeat 100% / cover;
	box-shadow: none !important;
	-webkit-transition: transform 0.2s ease;
	-moz-transition: transform 0.2s ease;
	transition: transform 0.2s ease;
}

.sec7 .btn-scroll:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

.sec8 {
	padding-bottom: 80px;
}
.sec8 .row{
	padding: 30px 0;
	background: -webkit-linear-gradient(14.72deg, #005FBD 7.51%, #0FB6F2 101.25%), -webkit-linear-gradient(165.33deg, #04BEFE 12.46%, #4481EB 78.32%);
	background: -moz-linear-gradient(14.72deg, #005FBD 7.51%, #0FB6F2 101.25%), -moz-linear-gradient(165.33deg, #04BEFE 12.46%, #4481EB 78.32%);
	background: -o-linear-gradient(14.72deg, #005FBD 7.51%, #0FB6F2 101.25%), -o-linear-gradient(165.33deg, #04BEFE 12.46%, #4481EB 78.32%);
	background: linear-gradient(75.28deg, #005FBD 7.51%, #0FB6F2 101.25%), linear-gradient(284.67deg, #04BEFE 12.46%, #4481EB 78.32%);
}
.sec8 h4{
	font: 900 32px/51px Avenir;
	color: #fff;	
}
.sec8 label{
	font:  900 16px/21px Avenir;
	color: #FFFFFF;	
}
.sec8 input.form-control{
	height: auto;
	padding: 0.969rem .75rem;
	font:  900 16px/21px Avenir;
	color: #fff;
	background: rgba(255, 255, 255, 0.01);
	border: 2px solid #FFFFFF;	
}
.sec8 input.form-control:focus{
	background: rgba(255, 255, 255, 0.01);
	border: 2px solid #FFFFFF;	
}
/*
footer {
	padding-top: 80px;
	background: #29323C;
	background: -moz-linear-gradient(26.33deg, #485563 7.71%, #29323C 92.87%);
	background: -webkit-linear-gradient(26.33deg, #485563 7.71%, #29323C 92.87%);
	background: -o-linear-gradient(26.33deg, #485563 7.71%, #29323C 92.87%);
	background: -ms-linear-gradient(26.33deg, #485563 7.71%, #29323C 92.87%);
	background: linear-gradient(26.33deg, #485563 7.71%, #29323C 92.87%);
}

footer .top_box {
	padding-bottom: 50px;
	border-bottom: 1px solid rgba(244, 247, 249, 0.2);
}

footer .bot_box {
	padding: 30px 0;
}

footer ul.social {
	padding: 0;
	margin-bottom: 40px;
	list-style-type: none;
}

footer ul.social li {
	margin: 0 15px;
}

footer ul.social a {
	width: 48px;
	height: 48px;
	display: block;
	position: relative;
	background: #F4F7F9;
	border-radius: 8px;
}

footer ul.social a.vk:hover .vk-cls-1 {
	fill: url(#grad_vk);
}

footer ul.social a.ig:hover .ig-cls-1 {
	fill: url(#grad_instagram);
}

footer ul.social a.tg:hover .tg-cls-1 {
	fill: url(#grad_telegram);
}

footer ul.social a:hover .vk-cls-2,
footer ul.social a:hover .ig-cls-2,
footer ul.social a:hover .ig-cls-3,
footer ul.social a:hover .ig-cls-4,
footer ul.social a:hover .tg-cls-2 {
	fill: #F4F7F9;
}


footer .top_box .ttl {
	display: inline-block;
	font: 900 26px/34px Avenir;
	color: #F4F7F9;
	text-align: center;
}

footer .bot_box .ttl {
	display: inline-block;
	font: 300 20px/26px Nunito;
	color: #fff;
	text-align: center;
}

footer .bot_box .ttl a {
	font-weight: 900;
	color: #16a085;
	background: -webkit-linear-gradient(6.71deg, #f4d03f -26.13%, #16a085 94.25%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}*/
footer {
	background: -webkit-linear-gradient(14.73deg, #005FBD 7.51%, #0FB6F2 101.25%);
	background: -moz-linear-gradient(14.73deg, #005FBD 7.51%, #0FB6F2 101.25%);
	background: -o-linear-gradient(14.73deg, #005FBD 7.51%, #0FB6F2 101.25%);
	background: linear-gradient(75.27deg, #005FBD 7.51%, #0FB6F2 101.25%);	

}

footer .social-links {
	list-style-type: none
}

footer .social-links a {
	-webkit-box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.08);
	-webkit-transition: -webkit-transform 200ms ease;
	transition: -webkit-transform 200ms ease;
	-o-transition: -o-transform 200ms ease;
	-moz-transition: transform 200ms ease, -moz-transform 200ms ease;
	transition: transform 200ms ease;
	transition: transform 200ms ease, -webkit-transform 200ms ease, -moz-transform 200ms ease, -o-transform 200ms ease;
}

footer .social-links a:hover {
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);
}


footer h3 {
	font: 700 24px/31px "Open Sans";
	color: #F4F7F9;
}

footer h4 {
	font: 400 20px/26px "Open Sans";
	color: #fff;
	margin-bottom: 0
}

@media all and (max-width: 991px) {
	footer h3 {
		font: 700 18px/24px "Open Sans";
	}

	footer h4 {
		font: 400 16px/20px "Open Sans";
	}

}

footer h4 a {
	color: #fff;
}
footer h4 a:hover {
	font-weight: 600;
	color: #fff;
	text-decoration: none
}


footer .footer-header {
	padding: 80px 0 60px 0;
}

@media all and (max-width: 991px) {
	footer .footer-header {
		padding: 40px 0;
	}
}
.badge-primary{
	font: 600 16px/22px "Open Sans";
	background: -webkit-linear-gradient(286.33deg, #F09819 7.53%, #FF5858 89.96%);
	background: -moz-linear-gradient(286.33deg, #F09819 7.53%, #FF5858 89.96%);
	background: linear-gradient(163.67deg, #F09819 7.53%, #FF5858 89.96%);
}