﻿/* font imports -------------------------------------------------------------------------------------------------------------------------------------------------------- */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,700');

/* end font imports ----------------------------------------------------------------------------------------------------------------------------------------------------- */

#cookie-notice{
	position: fixed;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: rgba(0,0,0,0.8);
	padding: 15px 20px;
	box-sizing: border-box;
	z-index: 9999;
}

#cookie-notice p{
	font-size: 13px;
	color: #fff;
	margin: 0px;
	padding: 0px;
}

/* end cookie styles ------------------------------------------------------------------------------------------------------------------------------------------------- */


a.top{
	position: relative;
	top: -100px;
	display: block;
	height: 0px;
	width: 0px;
}


/* mobile styles ------------------------------------------------------------------------------------------------------------------------------------------------- */

.mobile-menu-icon {
	position: absolute;
	left: 20px;
	top: 40px;
}

.mobile-menu-icon a.click-mobile-menu{
    display: block;
    width: 35px;
    height: 27px;
    cursor: pointer;
}

.mobile-menu-icon span{
    display: block;
    height: 2px;
    width: 35px;
    background: #33BDC8;
    margin-bottom: 5px;
    -webkit-transition: 0.2s cubic-bezier(0.445,0.05,0.55,0.95);
    transition: 0.2s cubic-bezier(0.445,0.05,0.55,0.95);
}

.mobile-menu-icon span:nth-child(2){
    width: 20px;
}

.mobile-menu-icon:hover span:nth-child(2){
    width: 20px;
    margin-left: 5px;
    margin-right: 5px;
}

.mobile-menu-icon span:nth-child(3){
    width: 30px;
}

.clicked-mobile-menu1{
    -webkit-transform: rotate(45deg) translateX(6px);
    transform: rotate(45deg) translateX(6px);

}

.clicked-mobile-menu2{
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    margin-left: -20px;
}

.clicked-mobile-menu3{
    -webkit-transform: rotate(-45deg) translate(10px, -4px);
    transform: rotate(-45deg) translate(10px, -4px);
    width: 35px!important;
}

#mobile-navigation{
	position: fixed;
	z-index: 999;
	top: 0px;
	bottom: 0px;
	left: -340px;
	width: 320px;
	bottom: 0px;
	background-color: #ffffff;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(120,120,120,0.3);
    box-shadow: 0px 0px 20px 0px rgba(120,120,120,0.3);
    border-bottom: 2px solid #2DBBCA;
    padding: 0px 0px;
    box-sizing: border-box;
    overflow-y: auto;
}

#mobile-navigation ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#mobile-navigation ul li{
	width: 100%;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	position: relative;
}

#mobile-navigation ul li a{
	display: block;
	color: #fff;
	font-size: 15px;
	text-decoration: none;
	color: #323232;
    padding: 10px 20px;
    border-bottom: 1px solid #f5f5f5;
    -webkit-transition: all 0.24s ease-in-out;
    transition: all 0.24s ease-in-out;
}

#mobile-navigation .submenu-arrow{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 50px;
	height: 19px;
	text-align: center;
	padding: 10px 0px;
	color: #c0c0c0;
}

#mobile-navigation ul li a:hover{
	color: #fff!important;
	background-color: #2DBBCA;
}

#mobile-navigation ul ul{
	display: none;
}

#overlay{
	position: fixed;
	z-index: 998;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	display: none;
	background-color: rgba(0,0,0,0.1);
}

#loading, #loading2{
	position: fixed;
	z-index: 999;
	top: 50%;
	left: 50%;
	display: none;
	background-color: #fff;
	transform: translate(-50%,-50%);
	box-sizing: border-box;
	padding: 15px 20px;
	text-align: center;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	max-width: 300px;
}

#loading h3, #loading2 h3{
	font-family: 'Playfair Display', serif;
	text-align: center;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	font-size: 22px;
	font-weight: 700;
	color: #323232;
}

#loading p, #loading2 p{
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	font-size: 15px;
	font-weight: 400;
	color: #323232;
	line-height: 22px;
}


/* end mobile styles ------------------------------------------------------------------------------------------------------------------------------------------------- */

.header-underline{
	position: relative;
}

.header-underline:after{
	content: '';
	position: absolute;
	bottom: 25px;
	left: 50%;
	width: 100px;
	transform: translateX(-50%);
	height: 10px;
	background-image: url('../images/section-heading.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 51px 5px;
}

.header-underline-left:after{
	left: -25px;
	transform: none;
}

/* header styles ------------------------------------------------------------------------------------------------------------------------------------------------- */

#header{
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 999;
	padding: 25px 0px;
	background-color: #fff;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.header-home{
	background-color: transparent!important;
}

#header.sticky{
	background-color: #fff!important;
	padding: 10px 0px;
	box-shadow: 0px 0px 15px 0px rgba(100,100,100,0.2);
}

#header.sticky2{
	background-color: #fff!important;
	padding: 10px 0px;
	box-shadow: 0px 0px 15px 0px rgba(100,100,100,0.2);
}

#header ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#header ul li{
	display: inline-block;
	position: relative;
	cursor: pointer;

}

#header ul li a{
	display: block;
	padding: 0px 20px;
	line-height: 40px;
	font-size: 16px;
	font-weight: 500;
	color: #2c2d2d;
	text-decoration: none;
	position: relative;
}

#header ul li a.selected:after{
	content: '';
	position: absolute;
	bottom: 4px;
	left: 20px;
	right: 20px;
	height: 2px;
	background-color: #f26822;
}

#header ul li:hover > a{
	color: #f26822;
}

#header ul li:hover > ul{
	display: block;
}

#header ul li a i{
	padding: 0px 0px 0px 8px;
	font-size: 26px;
	color: #f26822;
	line-height: 40px;
}

#header ul ul{
	position: absolute;
	top: 100%;
	left: 0px;
	background-color: #fff;
	box-shadow: 0px 0px 10px 0px rgba(100,100,100,0.2);
	min-width: 200px;
	display: none;
}

#header ul ul li{
	text-align: left;
	width: 100%;
	border-bottom: 1px solid #f1f1f1;
}

.logo{
	max-width: 200px;
}

/* end header styles ------------------------------------------------------------------------------------------------------------------------------------------------- */

/* banner styles ------------------------------------------------------------------------------------------------------------------------------------------------- */

#banner{
	width: 100%;
	position: relative;
	top: 0px;
	left: 0px;
	right: 0px;
	margin: 0px;
	z-index: 1;
	background-color: transparent;
    background-image: linear-gradient(180deg, #F2F4FC 80%, #FFFFFF 80%);
}

#banner h2{
	font-size: 38px;
	color: #2c2d2d;
	margin: 0px;
	padding-top: 10px;
	font-weight: 700;
	line-height: 50px;
}

#banner p{
	font-size: 22px;
	line-height: 32px;
	color: #2c2d2d;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

.banner-btn-purple{
	display: inline-block;
	font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #4440DB;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #4440DB;
    border-radius: 50px 50px 50px 50px;
    padding: 12px 25px 12px 25px;
	transition: all 0.2s ease-in-out;
	margin: 0px 10px;
}

.banner-btn-purple:hover{
	background-color: transparent;
	color: #4440DB;
}

.banner-btn-grey{
	display: inline-block;
	font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    fill: #4440DB;
    color: #4440DB;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: rgba(68, 64, 219, 0.23);
    border-radius: 50px 50px 50px 50px;
    padding: 12px 25px 12px 25px;
	transition: all 0.2s ease-in-out;
	margin: 0px 10px;
}

.banner-btn-grey:hover{
	border-color: #4440DB;
}


/* end banner styles ------------------------------------------------------------------------------------------------------------------------------------------------- */


.feature-col{

}

.feature-col-icon{
	text-align: center;
}

.feature-col-icon i{
	font-size: 48px;
	/*color: #4440DB;*/
	color: #f26822;
	margin: 0px 00px 15px 0px;
}

.feature-col-text a{
	color: #282828;
	text-decoration: none;
}

.feature-col-text a:hover{
	text-decoration: underline;
}

.image-shadow{
	max-width: 100%;
	border-radius: 12px 12px 12px 12px;
	box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 14%);
}

/* footer styles ------------------------------------------------------------------------------------------------------------------------------------------------- */

#footer-top{
	width: 100%;
	margin: 0px;
	padding: 60px 0px 60px 0px;
	background-color: #292e31;
}

#footer-top h5{
	color: #d2d2d2;
}

#footer-top p{
	font-size: 15px;
	color: #d2d2d2;
}

.footer-contact{
	margin: 20px auto 20px 0px;
}

.footer-contact td{
	color: #fff;
	padding: 0px 10px 10px 0px;
	font-size: 15px;
}

.footer-vertical{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.footer-vertical li{
	width: 100%;
}

.footer-vertical li a{
	display: block;
	font-size: 15px;
	color: #d2d2d2;
	text-decoration: none;
	line-height: 26px;
	padding: 0px;
}

.footer-horizontal{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.footer-horizontal li{
	display: inline-block;
	margin: 0px 10px 0px 0px;
}

.footer-horizontal li a{
	display: block;
	color: #343352;
	font-size: 16px;
	background-color: #d2d2d2;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	text-align: center;
	padding: 0px;
}

.footer-horizontal li a i{
	line-height: 35px;
}

#footer-bottom{
	width: 100%;
	margin: 0px;
	padding: 30px 0px 30px 0px;
	background-color: #23272a;
}

#footer-bottom p{
	font-size: 15px;
	color: #d2d2d2;
	text-decoration: none;
	line-height: 26px;
}

.footer-policies{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.footer-policies li{
	display: inline-block;
	margin: 0px 0px 0px 10px;
	color: #d2d2d2;
	font-size: 15px;
}

.footer-policies li a{
	color: #d2d2d2;
	text-decoration: none;
}

/* end footer styles ------------------------------------------------------------------------------------------------------------------------------------------------- */


.testimonial-box{
	width: 100%;
	box-shadow: 0px 0px 20px 0px rgb(1 110 204 / 5%);
    padding: 45px 45px 45px 45px;
	background-color: #fff;
	border-radius: 12px;
}

.frequent-box{
	width: 100%;
	padding: 15px 35px 15px 35px;
	text-align: left;
	box-sizing: border-box;
}

.login-bg{
	background-color: #F6F6F6;
}

#login-container{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

#login-container-header{
	width: 100%;
	margin: 0px 0px 10px 0px;
	text-align: center;
}

#login-container-header img{
	max-width: 150px;
}

#login-box{
	width: 380px;
	margin: 0px;
	box-shadow: 0px 0px 10px rgba(100,100,100,0.2);
	background-color: #fff;
	padding: 30px 40px;
	box-sizing: border-box;
}

#login-box-header{
	text-align: center;
	margin: 0px;
	padding: 0px 0px 20px 0px;
}

#login-box-header img{
	max-width: 150px;
}

#login-box-body{
	padding: 0px 0px;
	font-size: 13px;
	line-height: 20px;
}

#login-box-body h3{
	text-align: center;
	font-size: 20px;
	color: #666;
	font-weight: 500;
	margin: 0px 0px 20px 0px;
}

#login-box-body a{
	color: #f26822;
}

#login-box-body p{
	text-align: left;
	font-size: 14px;
	color: #666;
	margin: 0px 0px 20px 0px;
}

#login-container-footer{
	width: 100%;
	margin: 15px 20px;
}

#login-container-footer a{
	color: #f26822;
	font-size: 13px;
}

#login-btn{
	display: block;
    width: 100%;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	color: #fff!important;
    background-color: #f26822;
    border-color: #f26822;
}

#login-btn:hover{
    background-color: #dc5e1e;
    border-color: #dc5e1e;
}

/* media queries styles ------------------------------------------------------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1200px)
{

}

@media only screen and (max-width: 992px)
{
	.header-right-left ul li a{
		padding: 0px 5px!important;
	}
	#home-features .grid-col-4{
		grid-template-columns: 1fr 1fr;
	}
	#faqs .grid-col-2{
		grid-template-columns: 1fr;
	}
	#faqs.align-center{
		text-align: left!important;
	}
	#testimonials .grid-col-3{
		grid-template-columns: 1fr;
	}
	#testimonials.align-center{
		text-align: left!important;
	}
	.section .col-6{
		flex: 0 0 100%;
    	max-width: 100%;
	}
	.section .col-6.pl-40{
		padding: 0px;
	}
	.section .col-6.pr-40{
		padding: 0px;
	}
	.frequent-box{
		padding: 15px 0px 15px 0px;
	}
	#footer-top .col-3{
		flex: 0 0 100%;
    	max-width: 100%;
		text-align: center;
    	margin: 0px 0px 30px 0px;
	}
}

@media only screen and (max-width: 768px)
{
	.logo{
		max-width: 150px;
	}
	#header ul li a{
		padding: 0px 12px;
		line-height: 35px;
		font-size: 14px;
	}
	#header ul li a i{
		font-size: 22px;
	}
}

@media only screen and (max-width: 576px)
{
	#home-features .grid-col-4{
		grid-template-columns: 1fr;
	}
}

/* end media queries styles --------------------------------------------------------------------------------------------------------------------------------------------- */
