@charset "utf-8";
/* CSS Document */
html, body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	font-family: "Rubik", sans-serif;
}
body::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
 border-radius: 10px;
 background-color: #F5F5F5;
}
body::-webkit-scrollbar {
 width: 3px;
 background-color: #F5F5F5;
}
 body::-webkit-scrollbar-thumb {
 background-color: #666;
}
h1, h2, h3, h4, h5, h6, p, ul, ol {
	margin: 0;
	padding: 0
}
a, button {
	text-decoration: none;
	transition: ease-in 0.3s;
	-moz-transition: ease-in 0.3s;
	-webkit-transition: ease-in 0.3s;
	-ms-transition: ease-in 0.3s;
	-o-transition: ease-in 0.3s;
}
img {
	max-width: 100%
}
/* CSS Document */

/* CSS header & hero */

.header-slider-wraper {
	background: url(../images/bg-header.svg) no-repeat top;
	background-size: cover;
	margin-top: 60px;
	padding: 25px;
}
.header-slider-wraper .header-main-wraper {
	padding: 35px;
}
.header-main-wraper .site-logo {
}
.header-main-wraper .site-logo img {
}
.hero-text-wraper {
	text-align: right;
}
.hero-text-wraper h1 {
	font-size: 75px;
	font-weight: bold;
	color: #050F27;
}
.hero-text-wraper p {
	font-size: 35px;
	color: #2A3347;
	font-style: italic;
	font-weight: 500;
	line-height: 45px;
	margin: 15px 0;
}
.hero-text-wraper .btn-hearo-wrp a {
	background: #26466D;
	padding: 15px 50px;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	border-radius: 30px;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
	display: inline-block;
	box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5), 7px 7px 20px 0px rgba(0, 0, 0, .1), 4px 4px 5px 0px rgba(0, 0, 0, .1);
	outline: none;
}
.hero-text-wraper .btn-hearo-wrp a:hover {
	background: #BCD9EA;
	color: #26466D
}
.danger{
    color: red;
}
.hero-area-wrap {
}
.hero-area-wrap .hero-image-wraper {
	width: 88%;
	float: right;
}
.hero-area-wrap .hero-image-wraper img {
	border-radius: 30px;
}
.text-hero-wraper {
	text-align: center;
	padding-top: 140px;
	margin-right: -50px;
}
.text-hero-wraper h2 {
	font-size: 25px;
	color: #2A3347;
	margin-bottom: 10px;
	line-height: 30px;
}
.text-hero-wraper p {
	font-size: 21px;
	color: #2A3347;
	padding: 0 20px
}
.register-now-btn {
	text-align: center;
	margin-top: 20px;
}
.register-now-btn a {
	background: #BCD9EA;
	padding: 12px 30px;
	color: #26466D;
	font-size: 18px;
	display: block;
	width: 80%;
	border-radius: 30px;
	margin: 0 auto;
	font-weight: 600;
	box-shadow: 0px 0px 10px 0 #ccc;
}
.register-now-btn a:hover {
	background: #26466D;
	color: #fff;
	box-shadow: none;
}
/* CSS header & hero */

/* CSS content */


.why-ice-main-wraper {
	padding: 20px 0;
}
.why-ice-main-wraper .why-ice-image img {
	border-radius: 50px;
}
.why-ice-text-wrap {
	background: #F5FAFE;
	padding: 55px;
	border-radius: 30px;
	position: relative;
	overflow: hidden
}
.why-ice-text-wrap h4 {
	font-size: 45px;
	color: #050F27;
}
.why-right-logo {
	position: absolute;
	bottom: 0;
	right: 0;
}
.why-ice-text-wrap ul {
	list-style: none;
	margin-top: 50px;
	position: relative;
}
.why-ice-text-wrap ul:before {
	content: "";
	border: 1px dashed #F7A804;
	width: 1px;
	height: 79%;
	position: absolute;
	left: 13px;
	top: 31px;
	z-index: 1
}
.why-ice-text-wrap ul li {
	margin: 33px 0;
	font-size: 24px;
	color: #2A3347;
	background: url(../images/list-icon.svg) no-repeat left;
	padding-left: 40px;
	position: relative;
	z-index: 111
}
.access-availability-wraper {
	background: #F5FAFE;
	padding: 55px;
	border-radius: 30px;
	position: relative;
	overflow: hidden
}
.access-availability-wraper h4 {
	font-size: 45px;
	color: #050F27;
}
.access-availability-wraper p {
	font-size: 24px;
	color: #2A3347;
}
.access-availability-wraper ul {
	list-style: none;
	margin-top: 40px;
}
.access-availability-wraper ul li {
}
.access-availability-wraper ul li .list-access-wrap {
	text-align: center;
}
.list-access-wrap .list-access-icon {
	width: 150px;
	margin: 0 auto;
	margin-bottom: 25px;
	position: relative;
}
.list-access-wrap .list-access-icon span {
	border: 5px solid #26466D;
	width: 60px;
	height: 60px;
	background: #fff;
	text-align: center;
	position: absolute;
	bottom: -11px;
	left: -19px;
	font-size: 30px;
	padding-top: 4px;
	border-radius: 50%;
	font-weight: bold;
	color: #F7A804;
}
.list-access-wrap .list-access-icon img {
	opacity: 0.5;
}
.list-access-wrap h5 {
	font-size: 25px;
	color: #050F27;
	width: 70%;
	margin: 0 auto;
	font-weight: normal;
	line-height: 35px
}
.experssion-form-main-wrp {
	background: #F5FAFE;
	padding: 55px;
	border-radius: 30px;
	position: relative;
	margin-top: 20px;
	overflow: hidden
}
.experssion-form-main-wrp h4 {
	text-align: center;
	font-size: 45px;
	color: #050F27;
	margin-bottom: 30px;
}
.form-experssion-wraper {
	background: #fff;
	padding: 25px;
	border-radius: 20px
}
.form-experssion-wraper h5 {
	font-size: 24px;
	color: #389CD5;
	margin-bottom: 20px;
}
.form-experssion-wraper .form-group {
	margin-bottom: 25px
}
.form-experssion-wraper .form-group label {
	font-size: 18px;
	color: #696F7D;
}
.form-experssion-wraper .form-group .form-control {
	height: 50px;
	border: 1px solid #E0E0E0;
	box-shadow: none;
	outline: none;
	border-radius: 10px;
}
.form-experssion-wraper .form-group .form-control:focus {
	border: 1px solid #26466D;
}
.radio-btn-wraper {
	padding: 20px 0;
	border-top: 1px solid #E0E0E0;
}
.main-label {
	font-size: 18px;
	font-weight: 600;
	color: #26466D;
	display: block;
	margin-bottom: 10px;
}
.radio-btn-wrap .form-check label {
	font-size: 18px;
	color: #696F7D
}
.form-check-input:checked {
	background-color: #F7A804;
	border-color: #F7A804;
	box-shadow: none;
}
.radio-file-wraper .form-check {
	margin-top: 12px
}
.radio-file-wraper .form-group .form-control {
	width: 100%;
	margin-left: -20px
}
.radio-file-wraper {
	margin-top: 20px;
}
.radio-file-wraper .form-group {
	margin: 0;
}
.form-check-input {
	border: 1px solid #696F7D;
	box-shadow: none;
}
.perefered-unit {
	padding-bottom: 0;
}
.perefered-unit .form-check {
	margin-bottom: 15px
}
.textarea-group-wrap {
	padding: 20px 0;
	border-top: 1px solid #E0E0E0;
}
.textarea-group-wrap h6 {
	font-size: 18px;
	font-weight: 600;
	color: #26466D;
	display: block;
	margin-bottom: 5px;
}
.textarea-group-wrap p {
	font-size: 16px;
	color: #696F7D;
	margin-bottom: 15px;
}
.textarea-group-wrap .form-control {
	border: 1px solid #E0E0E0;
	box-shadow: none;
	outline: none;
	border-radius: 10px;
	padding: 15px;
}
.textarea-group-wrap .form-control:focus {
	border: 1px solid #26466D;
}
.list-bottom-fields {
	padding: 20px 0;
	border-top: 1px solid #E0E0E0;
}
.list-bottom-fields h6 {
	font-size: 18px;
	font-weight: 600;
	color: #26466D;
	display: block;
	margin-bottom: 15px;
}
.btn-form-wrap {
	margin-top: 15px;
}
.btn-form-wrap button {
	background: #BCD9EA;
	padding: 12px 30px;
	color: #26466D;
	font-size: 18px;
	display: block;
	width: 90%;
	border-radius: 30px;
	margin: 0 auto;
	font-weight: 600;
	box-shadow: 0px 5px 10px 0 #ddd;
	outline: none;
	border: none;
}
.btn-form-wrap button:hover {
	background: #26466D;
	color: #fff;
	box-shadow: none;
}
.form-image-wrap ul {
	list-style: none
}
.form-image-wrap ul li {
	margin-bottom: 25px;
}
.bottom-text-from {
	width: 60%;
	font-size: 18px;
	text-align: center;
	color: #4D5668;
	margin: 45px auto 0 auto;
}
.form-check .form-check-input {
	float: left;
	margin-left: -1.5em;
	box-shadow: none;
}
.btn-11 {
	border: none;
	background: rgb(251,33,117);
	background: linear-gradient(0deg, rgba(251,33,117,1) 0%, rgba(234,76,137,1) 100%);
	color: #fff;
	overflow: hidden;
}
.btn-11:hover {
	text-decoration: none;
	color: #fff;
}
.btn-11:before {
	position: absolute;
	content: '';
	display: inline-block;
	top: -180px;
	left: 0;
	width: 30px;
	height: 100%;
	background-color: #fff;
	animation: shiny-btn1 3s ease-in-out infinite;
}
.btn-11:hover {
	opacity: .7;
}
.btn-11:active {
	box-shadow: 4px 4px 6px 0 rgba(255,255,255,.3),  -4px -4px 6px 0 rgba(116, 125, 136, .2),  inset -4px -4px 6px 0 rgba(255,255,255,.2),  inset 4px 4px 6px 0 rgba(0, 0, 0, .2);
}
 @-webkit-keyframes shiny-btn1 {
 0% {
-webkit-transform: scale(0) rotate(45deg);
opacity: 0;
}
 80% {
-webkit-transform: scale(0) rotate(45deg);
opacity: 0.5;
}
 81% {
-webkit-transform: scale(4) rotate(45deg);
opacity: 1;
}
 100% {
-webkit-transform: scale(50) rotate(45deg);
opacity: 0;
}
}
/* CSS content */

/* CSS footer */

.footer-main-wraper {
	background: #F5FAFE;
	margin-top: 30px;
	padding: 40px 0;
}
.footer-socail-wrap {
	margin-top: 80px;
}
.footer-socail-wrap h5 {
	font-size: 18px;
	margin-bottom: 10px;
	color: #050F27;
}
.footer-socail-wrap a {
	margin: 0 5px;
}
.footer-socail-wrap a:hover {
	opacity: 0.8;
}
.footer-socail-wrap a img {
	width: 24px;
}
.footer-logo {
	text-align: center;
}
.footer-contact-info {
	text-align: right;
	font-size: 16px;
	color: #4D5668;
	margin-top: 30px;
}
.footer-contact-info span {
	display: block;
	padding: 2px 0;
}
/* CSS footer */

/* CSS media */

@media (max-width:1400px) and (min-width:1170px) {
.container, .container-lg, .container-md, .container-sm, .container-xl {
	max-width: 94%;
}
.experssion-form-main-wrp {
	padding: 35px;
}
}
@media screen and (max-width:1169px) {
.header-slider-wraper {
	background: #F5FAFE;
}
.container, .container-lg, .container-md, .container-sm, .container-xl {
	max-width: 100%;
}
.header-slider-wraper {
	margin-top: 20px;
}
.text-hero-wraper {
	margin-top: 0;
	background: #fff;
	padding: 25px;
	border-radius: 40px;
}
.text-hero-wraper p {
	padding: 0;
}
}
 @media screen and (max-width:768px) {
.header-main-wraper .site-logo {
	text-align: center;
	margin-bottom: 25px;
}
.header-slider-wraper .header-main-wraper {
	padding: 0;
}
.hero-text-wraper {
	text-align: center;
}
.text-hero-wraper {
	margin: 40px 0 20px 0;
}
.hero-image-wraper {
	width: 100% !important;
	float: none;
}
.hero-image-wraper img {
	width: 100%;
}
.why-ice-image {
	display: none;
}
.why-ice-text-wrap {
	padding: 30px 30px 0 30px
}
.why-ice-text-wrap ul {
	margin-top: 20px;
}
.why-right-logo {
	display: none;
}
.access-availability-wraper ul li .list-access-wrap {
	text-align: center;
	background: #fff;
	margin-bottom: 15px;
	border-radius: 30px;
	padding: 25px;
}
.access-availability-wraper {
	padding: 30px;
}
.experssion-form-main-wrp {
	padding:0px;
}
.image-form-listing {
	display: none;
}
.bottom-text-from {
	width: 100%;
}
.footer-socail-wrap {
	margin-top: 0px;
	text-align: center;
	margin-bottom: 25px;
}
.footer-contact-info {
	text-align: center;
}
.experssion-form-main-wrp h4 {
	font-size: 36px;
	padding-top:30px;
}
.form-experssion-wraper{
	padding:15px;
}
.radio-file-wraper .form-group .form-control{
	margin-left:0;
}
.access-availability-wraper h4 {
	font-size: 36px;
}
.why-ice-text-wrap h4 {
	font-size: 36px;
}
.list-access-wrap h5 {
	width: 100%;
}
.access-availability-wraper h4 {
	text-align: center;
}
.access-availability-wraper p {
	text-align: center;
}
.why-ice-text-wrap ul li {
	line-height: 26px;
}
.hero-text-wraper p {
	margin: 0;
	font-size: 29px;
	line-height: 38px;
}
.hero-text-wraper h1 {
	font-size: 50px;
}
.hero-text-wraper .btn-hearo-wrp {
	margin-top: 25px;
}
.btn-form-wrap button {
	width: 100%;
}
}



/* CSS media */
