@font-face {
    font-family: 'Catamaran';
    src: url('../fonts/Catamaran-Regular.eot');
    src: url('../fonts/Catamaran-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Catamaran-Regular.woff2') format('woff2'),
        url('../fonts/Catamaran-Regular.woff') format('woff'),
        url('../fonts/Catamaran-Regular.ttf') format('truetype'),
        url('../fonts/Catamaran-Regular.svg#Catamaran-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Catamaran';
    src: url('../fonts/Catamaran-Black.eot');
    src: url('../fonts/Catamaran-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Catamaran-Black.woff2') format('woff2'),
        url('../fonts/Catamaran-Black.woff') format('woff'),
        url('../fonts/Catamaran-Black.ttf') format('truetype'),
        url('../fonts/Catamaran-Black.svg#Catamaran-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Catamaran';
    src: url('../fonts/Catamaran-SemiBold.eot');
    src: url('../fonts/Catamaran-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Catamaran-SemiBold.woff2') format('woff2'),
        url('../fonts/Catamaran-SemiBold.woff') format('woff'),
        url('../fonts/Catamaran-SemiBold.ttf') format('truetype'),
        url('../fonts/Catamaran-SemiBold.svg#Catamaran-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Catamaran';
    src: url('../fonts/Catamaran-Bold.eot');
    src: url('../fonts/Catamaran-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Catamaran-Bold.woff2') format('woff2'),
        url('../fonts/Catamaran-Bold.woff') format('woff'),
        url('../fonts/Catamaran-Bold.ttf') format('truetype'),
        url('../fonts/Catamaran-Bold.svg#Catamaran-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Catamaran';
    src: url('../fonts/Catamaran-ExtraLight.eot');
    src: url('../fonts/Catamaran-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Catamaran-ExtraLight.woff2') format('woff2'),
        url('../fonts/Catamaran-ExtraLight.woff') format('woff'),
        url('../fonts/Catamaran-ExtraLight.ttf') format('truetype'),
        url('../fonts/Catamaran-ExtraLight.svg#Catamaran-ExtraLight') format('svg');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Catamaran';
    src: url('../fonts/Catamaran-Light.eot');
    src: url('../fonts/Catamaran-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Catamaran-Light.woff2') format('woff2'),
        url('../fonts/Catamaran-Light.woff') format('woff'),
        url('../fonts/Catamaran-Light.ttf') format('truetype'),
        url('../fonts/Catamaran-Light.svg#Catamaran-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Catamaran';
    src: url('../fonts/Catamaran-ExtraBold.eot');
    src: url('../fonts/Catamaran-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Catamaran-ExtraBold.woff2') format('woff2'),
        url('../fonts/Catamaran-ExtraBold.woff') format('woff'),
        url('../fonts/Catamaran-ExtraBold.ttf') format('truetype'),
        url('../fonts/Catamaran-ExtraBold.svg#Catamaran-ExtraBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Catamaran';
    src: url('../fonts/Catamaran-Thin.eot');
    src: url('../fonts/Catamaran-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Catamaran-Thin.woff2') format('woff2'),
        url('../fonts/Catamaran-Thin.woff') format('woff'),
        url('../fonts/Catamaran-Thin.ttf') format('truetype'),
        url('../fonts/Catamaran-Thin.svg#Catamaran-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Catamaran';
    src: url('../fonts/Catamaran-Medium.eot');
    src: url('../fonts/Catamaran-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Catamaran-Medium.woff2') format('woff2'),
        url('../fonts/Catamaran-Medium.woff') format('woff'),
        url('../fonts/Catamaran-Medium.ttf') format('truetype'),
        url('../fonts/Catamaran-Medium.svg#Catamaran-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
*, html {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	margin:0;
	padding:0
}
body {
	margin:0;
	padding:0;
	color:#54595f;
	font-family: 'Catamaran', sans-serif;
	overflow-x:hidden!important;
	background:#fff;	
	font-size:14px;
	line-height:20px
}
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-weight:400
}
h1 {
	font-size:30px;
	line-height:30px;
	font-weight: 600;
	font-family: 'Catamaran', sans-serif;
}
h2 {
	font-size:25px;
	line-height:28px;
}

h3 {
	font-size:22px;	
	line-height:25px;
}
h4 {
	font-size:20px;
	line-height:26px
}
h5 {
	font-size:18px;
	line-height:22px
}
p {
	letter-spacing:0px;
	font-size:16px;
	line-height: 24px;
}

a, a:hover, input, select {
	text-decoration:none;
	outline:0;
	color:#db1f48;
}
a:focus, a:focus-visible, a:visited {	
	text-decoration:none;
	outline:0;
    box-shadow: none;
}
li, ul {
	list-style:none;
	margin:0;
	padding:0;
}
.mt-30{margin-top:30px;}
.mb-25 {margin-bottom: 25px;}
.mb-20 {margin-bottom: 20px;}
.mb-15 {margin-bottom: 15px;}
.mb-10 {margin-bottom: 10px;}
.pb-20{padding-bottom:20px;}

.color-navy {color: #004369;}
.color-darkGray {color: #54595f;}
.color-red {color: #dc1f49;}

.weight-700 {font-weight: 700;}
.weight-600 {font-weight: 600;}
.weight-500 {font-weight: 500;}

select::-ms-expand {
display:none
}
section {
	width:100%;
	height:auto;
	float:left
}
.main-wrapper {
	width:100%;
	height:auto;
	float:left
}
.hero-section {
	background-image:url("../images/bg.jpg");
	background-position: center center;
	background-repeat:  no-repeat;
	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	width: 100vw;
  	height: 100vh;
}
.sliderBox-aw {
	padding: 20px 15px 20px 35px;
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 1px -1px 7px 1px #0000001f;
	margin: 0 auto;
}
.row-height-100 {
    height: 100vh;
}
.google-logo {
	padding: 4px;
    border: 1px solid #e5e5e5;
    width: 35px;
	border-radius: 5px;
}

.awa-login-form .has-search .form-control {
    padding-left:30px;
}

.awa-login-form .has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 35px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    pointer-events: none;
    color: #adb0b5;
	font-size: 16px;
}

.form-error {
	display:block;
	color:#F00;
	font-size:13px;
	line-height:18px;
	margin-top:4px;
}
.aw-email-section {
	padding: 0 50px 0 30px;
}
/*.awa-login-form .form-group {
	margin-bottom: 10px;
}*/
.awa-login-form label {
	font-size:16px;
	line-height:20px;
	font-weight:500;
	color: #004369;
}
.awa-login-form input {
	background-color: #fff;
    border: 2px solid #c3c3c3;    
    height: 50px;
    border-radius: 10px;
    font-size: 16px;
    color: #707070;
}
.awa-login-form input::placeholder {
	color: #D9D9D9;
}
.btn-main {
	width:100%;
	height:48px;
	line-height:48px;
  	color: #fff;
  	background-color: #DC1E4A;
 	 border-color: #DC1E4A;
 	 border-radius:10px;
  	font-size:20px;
	padding: 0px;
	font-weight:700;
  	transition: all .3s;
}
.btn-main:hover, .btn-main:active {
	color: #fff;
  	background-color: #c30834;
  	border-color: #c30834;
    transition: all .3s;
}
.awa-line {
	border-bottom:1px solid #d9d9d9;
	padding-bottom: 20px;
}

.awa-login-footer p {
	line-height: 18px;
}

.awa-login-form input[type="checkbox"]{
	height: auto;
	margin-right: 5px;
	margin-top: 10px;
}
.aw-slider .carousel {
	height: 100%;
}
.aw-slider {
	width: 100%;
	height: auto;
	background: rgb(0,52,84);
    background: linear-gradient(0deg, rgba(0,52,84,1) 0%, rgba(0,95,153,1) 100%);
	border-radius: 20px;
	min-height: 475px;
	/*min-height: 443px;*/
	height: 100%;
	text-align: center;
	display:flex;
  	align-items:center;
  	justify-content:center;  
	border-radius:20px;
  	/*border-bottom-left-radius:20px;
    border-bottom-right-radius:20px;*/
}
.aw-slider .carousel-item img, .aw-slider .carousel-inner {
	border-radius:20px;
}
.aw-slider .custom_image_bx {
	width: 80%;
	height: auto;
	margin: 10px auto;
}
.aw-slider .carousel-caption {
    position: absolute;
    right: 14%;
    bottom: 36px;
    left: 14%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}
/*.aw-slider .carousel-caption {
	position: initial;
    padding-top: 0px;
    padding-bottom: 10px;
	width: 80%;
	margin: 0 auto;
}*/
.aw-slider .carousel-indicators {
	bottom: 6px;
}
.aw-slider .carousel-caption h3 {
	font-size: 23px;
	font-weight: 700;
	margin-bottom: 5px;
}
.aw-slider .carousel-caption p {
	line-height: 20px;
}
.aw-slider .carousel-caption .desrip {
	font-size: 17.5px;
	line-height: 22px;
}
.aw-slider .img-full-bx img {
	border-radius: 20px;
}

.carousel-caption-slide2 {
	position: absolute;
    right: 10%;
    bottom: 36px;
    left: 10%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}
.aw-slider .carousel-caption-slide2 h3 {
	font-size: 23px;
	font-weight: 700;
	margin-bottom: 5px;
}
.aw-slider .carousel-caption-slide2 p {
	line-height: 20px;
}
.aw-slider .btnBX {
	position: relative;
	/*position: absolute;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    z-index: 15;
    bottom: -30px;*/
}
.learnBt {
	background: rgb(68,105,132);
    background: linear-gradient(103deg, rgba(68,105,132,1) 0%, rgba(65,102,128,1) 100%);
	padding:1px 22px;
	border-radius: 20px;
	text-align: center;
	color: #fff;
	font-size: 13px;
	line-height: 14px;
	cursor: pointer;
	font-weight: 600;
}
.learnBt:hover {
	background: rgb(68,105,132);
    background: linear-gradient(103deg, rgba(68,105,132,1) 0%, rgba(65,102,128,1) 100%);
	color: #fff;
	text-decoration: underline;
}
.aw-slider .carousel-indicators li {
	width: 40px;
    height: 5px;
	border-radius: 10px;
}
/*==========AWARATHON SLIDER END HERE=======*/

/*================MOBILE LOGIN HEADER START===============*/
.login-wrap {
	padding:0px;
	display: none;
}
.login-header {
	background-image: url("../images/header_blank.jpg");
	background-position: center center;
	background-size: cover; 
	background-repeat: no-repeat;
	min-height: 300px;
	/*border-top-left-radius: 20px;
	border-top-right-radius: 20px;*/
}
.client-logo-box {
	width: 70%;
    height: auto;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 300px;
}
.client-logo-box img {
	width: 100%;
}
.login-wrap .card {
	width:100%;
	padding:0;
	margin:0;
	border:0;
}
/*.v-center {
   min-height: 100vh;
   min-height: calc(100vh - 211px);
}*/
.login-footer {
	display: none;
}
.login-footer {
	padding: 0 12px 12px;
  /* position: fixed; */
  bottom: 0;
  width: 100%;
  left: 0;
}
.login-footer p {
	line-height: 18px;
	margin-bottom: 0px;
}

.mx-slider-width {
	width: 28% !important;
}

.min-slider-width {
	width: 5% !important;
}