
/*header css*/
body .header-nav .navbar-brand{
	font-size: 25px;
    color: #2d87c4;
    font-weight: 600;
}
.header-nav .navbar{
	padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0;
    border-radius: 0;
}
.header-nav .navbar-nav > li > a{
font-size: 16px;
    padding: 12px 15px;
}

.header-nav .navbar-nav>li>a {
    color: #6f6f6f;
}
.header-nav .navbar-nav>li.active>a{
	background-color: #2d87c4;
    /* border: none; */
    color: #fff;
    padding: 12px 16px;
    font-size: 16px;
    box-shadow: 1px 1px 9px #adabab;
}
.header-nav .navbar-nav>li.active>a:hover{
    color: #fff;
    background-color: #2d87c4;
}

.header-nav .navbar-nav>li>a:hover, .header-nav .navbar-nav>li>a:focus{
    color: #2d87c4;
    background-color: transparent;
}
/* .home-menu-btn > li:active{
    background-color: #2d87c4;
    border: none;
    color: #fff;
    padding: 12px 16px;
    font-size: 16px;
    box-shadow: 1px 1px 9px #adabab;	
} */
/* .home-menu-btn > li > a:hover {
    background-color: #404040;
    box-shadow: 4px 3px 6px #b5b5b5;
} */
/*banner css*/
.banner-section{
	background-image: url('../images/banner.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin-bottom: 150px;
}

.banner-overlay{
	    text-align: center;
    padding-top: 30px;
}
.banner-overlay h1{
    color: #fff;
    font-weight: 600;
    margin-bottom: 15px;
}
.banner-overlay p{
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
}
.banner-overlay p a{
	color: #fff;
    text-decoration: underline;
}
.banner-overlay p a:hover{
	color: #000;
}
.black-btn{
	background-color: #2b333e;
    border: none;
    color: #fff;
    font-size: 16px;
    padding: 10px 25px;
        margin-bottom: 20px;
}
.black-btn:hover{
    background-color: #675b5c;
}
.mac-pc img{
	max-width: 100%;
	width: 100%;
}
.mac-pc{
	margin-bottom: -150px;
	position: relative;
}
.mac-pc .carousel{
    position: absolute;
    top: 46px;
    left: 109px;
    right: 104px;
    height: 335px;
    overflow: hidden;
}
.mac-pc .carousel-indicators li{
	width: 17px;
	height: 17px;
	background-color: #fff;
	border: 2px solid #fff;
}
.mac-pc .carousel-indicators .active {
	width: 17px;
	height: 17px;
    background-color: #2d87c4;
    border: 2px solid #2d87c4;
}
.mac-pc .carousel-indicators {
    bottom: 0;
}
/*get started section*/
.get-started-section h2{
    text-align: center;
    font-weight: 600;
    line-height: 36px;
    font-size: 32px;
	margin-bottom: 25px;
	margin-top: 0;
}
.blue-btn {
    background-color: #2d87c4;
    border: none;
    color: #fff;
    font-size: 16px;
    padding: 10px 30px;
    margin-bottom: 30px;
        box-shadow: 1px 1px 9px #adabab;
}
.blue-btn:hover, .blue-btn:focus {
	background-color: #3f96f8;
}
.get-started-section {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}
.footer-section{
	background-color: #022d4c;
	position: relative;
}
.footer-section::after {
    position: absolute;
    top: -41px;
    left: -5px;
    right: 0;
    width: 103%;
    height: 85px;
    background-color: #022d4c;
    content: '';
    transform: rotate(2deg);
    z-index: 0;
}
footer{
	    overflow: hidden;
    padding-top: 67px;
}
.footer-section{
    padding-bottom: 25px;
}
.footer-section ul{
    z-index: 99;
    position: relative;
    text-align: center;
    padding-left: 0;
}

.footer-section ul li {
    display: inline-block;
    margin: 0 20px;
    position: relative;
}
.footer-section ul li a {
    color: #fff;
}
.footer-section ul li a:hover, .footer-section ul li a:focus{
	text-decoration: none;
	    color: #6fc0f7;
}
.footer-section ul li::after {
    content: '';
    position: absolute;
    right: -22px;
    width: 2px;
    height: 19px;
    background: #5f5f5f;
    top: 0px;
}
.footer-section ul li:last-child::after{
	content: none;
}
.copyright-section{
	    background-color: #02233b;
    padding: 10px 0;
    text-align: center;
    z-index: 999;
    position: relative;
}
.copyright-section p{
	    margin-bottom: 0;
    font-size: 12px;
    color: #ddd;
}


.account {
/* background: #31BB9E; */
	padding: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
}

.ThankYouPage {
	/* background: #31BB9E; */
		padding: 20px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
			-ms-flex-pack: center;
				justify-content: center;
		-webkit-box-align: center;
			-ms-flex-align: center;
				align-items: center;
	}

.signin-page {
    height: auto;
    min-height: 100vh;
    margin-bottom: -66px;
    padding-bottom: 117px;
}

.account h2 {
	color: #fff;
}

.ThankYouPage h2 {
	color: #fff;
}

.account p {
	color: #fff;
}

.account a {
	color: #fff;
	font-weight: bold;
}

.account a:hover, .account a:focus {
    color: #fff;
    text-decoration: none;
}

.account .block form {
	background: #fff;
	padding: 30px;
	border-radius: 4px;
	box-shadow: 0px 1px 46px -4px rgba(0, 0, 0, 0.28);
}
.ThankYouPage .block form {
	background: #fff;
	padding: 30px;
	border-radius: 4px;
	box-shadow: 0px 1px 46px -4px rgba(0, 0, 0, 0.28);
}

.show > .dropdown-menu{
	display:block;
	background-color: #ebeff0;
}

.nav > li > .dropdown-menu{
	/*position: relative;*/
    width: 100%;
    background-color: #e6e6e6;
}

.nav > li > .dropdown-menu a{
	padding: 8px;
}

.dropdown-menu > .dropdown-item{
	display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #74757c;
    text-align: inherit;
    white-space: nowrap;
    background-color: #ebeff0;
    border: 0;
	text-decoration: none;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
	background-color: #3186c4;
	color: #fff;
}

@media(max-width: 1199px){
	.mac-pc .carousel {
		top: 37px;
		left: 90px;
		right: 88px;
		height: 281px;
	}
}
@media(max-width: 1024px){
	/*header section*/
	.sign-up-btn {
		padding: 9px 16px;
	}
	.header-nav .navbar-nav > li > a {
	    padding: 9px 15px;
	}
	.navbar-brand {
	    height: auto;
	    padding: 9px 15px;
	}
	.header-nav .navbar {
	    padding-bottom: 3px;
	}
	.banner-overlay h1 {
	    font-size: 32px;
	}
	.banner-overlay p {
	    font-size: 17px;
	}
	.mac-pc .carousel-indicators li {
	    width: 15px;
	    height: 15px;
	}
	body .header-nav .navbar-brand {
	    line-height: 14px;
	    font-size: 23px;
	}
	/*get started section*/
	.blue-btn {
	    margin-bottom: 0;
	}
	.get-started-section h2 {
	    line-height: 35px;
	    font-size: 29px;
	}
}
@media(max-width: 767px){
	body .navbar-toggle .icon-bar {
		width: 30px;
		height: 3px;
		background-color: #2d87c4;
	}
	body .header-nav .navbar-brand{
		    padding: 15px 0;
	}
	.header-nav .navbar-toggle{
		margin: 4px 0 0 0;
	}
	.header-nav .navbar-collapse{
		border-top: 1px solid #e4e3e3;
	}
	.header-nav .navbar-toggle:hover{
		cursor: pointer;
	}
	.header-nav .navbar-nav > li > a{
		border-bottom: 1px solid #e4b7b7;
	}
	.sign-up-btn {
    padding: 9px 16px;
    margin: 10px 0;
    width: 100%;
	}
	.banner-overlay h1 {
	    font-size: 22px;
	}
	.banner-overlay p {
	    font-size: 14px;
	}
	.banner-overlay h1 {
	    font-size: 22px;
	    margin-bottom: 10px;
	}
	.banner-overlay { 
	    padding-top: 10px;
	}
	.black-btn {
	    font-size: 14px;
	    padding: 10px 25px;
	    margin-bottom: 10px;
	}
	.mac-pc {
	    margin-bottom: -63px;
	    }
	    .mac-pc .carousel {
	    top: 16px;
	    left: 44px;
	    right: 44px;
	    height: 132px;
	}
	.mac-pc .carousel-indicators li {
	    width: 10px;
	    height: 10px;
	}
	.banner-section.homepage {
	    margin-bottom: 57px;
	}
	.get-started-section {
    padding-top: 30px;
    padding-bottom: 30px;
	}
	.get-started-section h2 {
	    line-height: normal;
	    font-size: 22px;
	}
	.blue-btn {
    margin-bottom: 0;
    font-size: 14px;
	}
	footer {
	padding-top: 51px;
	}
	.footer-section ul li {
	margin: 0 0 8px 0;
	width: 100%;
	border-bottom: 1px solid #01192b;
	padding-bottom: 9px;
	}
	.footer-section {
	padding-bottom: 10px;
	}
	.footer-section ul li a {
	color: #d8d7d7;
	font-size: 12px;
	}
	.copyright-section p {
	    font-size: 11px;
	}
		.mac-pc .carousel {
    top: 28px;
    left: 73px;
    right: 67px;
    height: 235px;
	}
	.mac-pc {
	    width: 500px;
	    margin: 0 auto -74px auto;
	}
	.footer-section::after {
	    transform: rotate(1deg)
	}
	.nav > li > .dropdown-menu {
	    position: relative;
	}

	.dropdown.show > .dropdown-menu{
		margin: 0;
	    padding: 0;
	    box-shadow: none;
	}
}
@media(max-width: 520px){
	.mac-pc {
	    width: 290px;
	    margin: 0 auto -50px auto;
	}
	.mac-pc .carousel {
	    top: 19px;
	    left: 46px;
	    right: 41px;
	    height: 132px;
	}
	.get-started-section {
	    padding-top: 15px;
	    padding-bottom: 30px;
	}
}