/*
======================================
Default CSS
======================================
*/
@font-face {
	font-family: 'Aller';
	src: url('fonts/Aller-BoldItalic.woff2') format('woff2'),
	url('fonts/Aller-BoldItalic.woff') format('woff');
	font-weight: bold;
	font-style: italic;
}
@font-face {
	font-family: 'Aller';
	src: url('fonts/Aller-Light.woff2') format('woff2'),
	url('fonts/Aller-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Aller Display';
	src: url('fonts/AllerDisplay.woff2') format('woff2'),
	url('fonts/AllerDisplay.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Aller';
	src: url('fonts/Aller.woff2') format('woff2'),
	url('fonts/Aller.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Aller';
	src: url('../fonts/Aller-LightItalic.woff2') format('woff2'),
	url('../fonts/Aller-LightItalic.woff') format('woff');
	font-weight: 300;
	font-style: italic;
}
@font-face {
	font-family: 'Aller';
	src: url('../fonts/Aller-Bold.woff2') format('woff2'),
	url('../fonts/Aller-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Aller';
	src: url('../fonts/Aller-Italic.woff2') format('woff2'),
	url('../fonts/Aller-Italic.woff') format('woff');
	font-weight: normal;
	font-style: italic;
}
body {
	font-family: 'Aller';
    background-color: #f9f9f9;
	padding: 0;
    margin: 0;
}
ul {
    padding: 0;
    margin: 0;
}
ul li {
    list-style: none;
}
p {
	margin-bottom: 0;
    color: #000000;
	font-size: 16px;
	line-height: 25px;
}
.d-table {
	width: 100%;
	height: 100%;
}
.d-table-cell {
    vertical-align: middle;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0;
    color: #222222;
}
a {
	color: #1D8AC5;
	-ms-transition: .4s;
	-o-transition: .4s;
	-moz-transition: .4s;
	-webkit-transition: .4s;
	transition: .4s;
}
a:hover {
	color: #2090c5;
	text-decoration: none;
}
.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}
/* Section Title */
.section-title {
	text-align: center;
	margin-bottom: 60px;
	margin-top: -3px;
}
.section-title h3 {
	color: #fff;
	font-size: 36px;
	font-weight: 700;
	position: relative;
	z-index: 1;
	padding: 17px 0;
	line-height: 1;
}
.section-title h3::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background: url(../../assets/img/title-bg.png);
	width: 470px;
	height: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	right: 0;
	margin: 0 auto;
	z-index: -1;
}
.section-title h3 span {
    color: #2090c5;
}
.section-title p {
	color: #424242;
	max-width: 760px;
	margin: 0 auto;
	margin-top: 20px;
}
/* Btn Btn-Primary */
.btn-primary {
	color: #fff;
	background-color: #2090c5;
	border-color: #2090c5;
}
.btn {
	font-weight: 700;
	padding: 9px 30px;
	font-size: 16px;
	border-radius: 0;
	position: relative;
	overflow: hidden;
}
.btn::before, .btn::after {
	position: absolute;
	content: '';
	top: 0;
	height: 100%;
	left: -25%;
	width: 0;
	background-color: #fff;
	-webkit-transform: skew(50deg);
	transform: skew(50deg);
	-webkit-transition: .4s;
	-ms-transition: .4s;
	-o-transition: .4s;
	-moz-transition: .4s;
	transition: .4s;
}
.btn::after {
	left: auto;
    right: -25%;
}
.btn:hover::before, .btn:focus::before, .btn:hover::after, .btn:focus::after {
	width: 110%;
	background-color: transparent;
}
.btn-primary:hover {
	color: #fff;
	background-color: #2090c5;
	border-color: #2090c5;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #2090c5;
	border-color: #2090c5;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
	box-shadow: unset;
}
.btn-primary.focus, .btn-primary:focus {
	box-shadow: unset;
}
.btn-primary.disabled, .btn-primary:disabled {
	color: #fff;
	background-color: #2090c5;
	border-color: #2090c5;
	opacity: 1;
}
/* Form Control */
.form-control {
    height: 35px;
    padding: 7px;
    font-size: 13px;
    border: 1px solid #2090c5 !important;
    border-radius: 2px;
    font-weight: 400;
}
.form-control:focus {
	box-shadow: unset;
}
.well
{
	    background-color: #fff !important;
    border: 1px solid #fff !important;
}
.form-group label
{
	font-weight: 600;
	font-size: 13px;
}

/* Owl Carousel Btn */
.owl-theme .owl-nav [class*="owl-"] {
	margin: 0 5px;
	padding: 4px 7px;
	background: rgba(255,255,255,0.22);
	position: absolute;
	left: 0;
	top: 50%;
	width: 45px;
	height: 45px;
	line-height: 40px;
	font-size: 25px;
	border-radius: 50%;
	-ms-transition: .4s;
	-o-transition: .4s;
	-moz-transition: .4s;
	-webkit-transition: .4s;
	transition: .4s;
}
.owl-theme .owl-nav .owl-next {
    left: auto;
    right: 0;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
	background: #2090c5;
    color: #fff;
}
.owl-theme .owl-nav {
	margin-top: 0;
}
/* 
=========================================
Preloader Area CSS
=========================================
*/
.preloader-area {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 99999;
	top: 0;
	left: 0;
    background: #fff;
	right: 0;
	bottom: 0;
}
.preloader-area .loader {
	position: absolute;
	left: 0;
	top: 50%;
	right: 0;
	margin-top: -68px;
}
.preloader-area .dots {
    display: flex;
    align-center: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: auto;
    max-width: 80px;
}
.preloader-area .dots-item {
	position: relative;
	width: 20%;
	min-width: 20%;
	max-width: 20%;
	height: 16px;
	font-size: 0;
}
.preloader-area .dots-item-move-up {
	animation: .8s move-up linear infinite;
}
.preloader-area .dots-item-move-right {
	animation: .8s move-right linear infinite;
}
.preloader-area .dots-item-move-down {
	animation: .8s move-down linear infinite;
}
.preloader-area .dots-item-move-left {
	animation: .8s move-left linear infinite;
}
.preloader-area .dots-item::after {
	content: "";
	position: absolute;
	margin: auto;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	width: 8px;
	height: 8px;
	background-color: #2090c5;
	border-radius: 50%;
}
@keyframes move-up {
	30%,
	100% {
		transform: translateY(-100%);
	}
}
@keyframes move-right {
	30%,
	100% {
		transform: translateX(100%);
	}
}
@keyframes move-down {
	30%,
	100% {
		transform: translateY(100%);
	}
}
@keyframes move-left {
	30%,
	100% {
		transform: translateX(-100%);
	}
}
/*
======================================
Main Menu Area CSS
======================================
*/
.header-sticky.is-sticky {
	background: #fff;
	position: fixed !important;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	box-shadow: 0 8px 6px -6px rgba(0,0,0,.4);
	-webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}
.main-header-area {
	width: 100%;
	height: 90px;
	z-index: 9;
	background-color: transparent;
	position: absolute;
	top: 0;
	left: 0;
	-o-transition: .4s;
	-ms-transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s;
}
.main-header-area.navbar-area {
	position: unset;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.main-header-area {
		height: 70px;
	}
}
@media only screen and (max-width: 767px) {
	.main-header-area {
		height: 70px;
	}
}
.main-header-area .classy-nav-container {
	background-color: transparent;
}
.main-header-area .classy-navbar {
	height: 90px;
	padding: .5em 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.main-header-area .classy-navbar {
		height: 70px;
	}
}
.main-header-area .classynav ul li a.active, .main-header-area .classynav ul li a:hover {
	color: #2090c5;
}
.classynav ul li.cn-dropdown-item ul .active a {
	color: #2090c5;
}
.main-header-area .light .classynav ul li .dropdown li .dropdown .active a {
	color: #2090c5;
}
.main-header-area .light .classynav ul li .dropdown li .dropdown li a:hover {
	color: #2090c5;
}
@media only screen and (max-width: 767px) {
	.main-header-area .classy-navbar {
		height: 70px;
		padding: 0.5em 0;
	}
}
.main-header-area .classynav ul li a {
	color: #000;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
}
@media only screen and (max-width: 991px) {
    .main-header-area .classynav ul li a {
        color: #fff;
    }
	.main-header-area {
		position: unset;
	}
	.light .classynav > ul > li.has-down.active > .dd-arrow::after, .light .classynav > ul > li.has-down.active > .dd-arrow::before, .light .has-down .dd-arrow::after, .light .has-down .dd-arrow::before, .light .has-down.active > .dd-arrow::after, .light .has-down.active > .dd-arrow::before, .light .megamenu-item .dd-arrow::after, .light .megamenu-item .dd-arrow::before, .light .megamenu-item.active > .dd-arrow::after, .light .megamenu-item.active > .dd-arrow::before {
		background-color: #fff;
	}
}
.main-header-area .nav-brand {
	line-height: 1;
}
.classynav ul li.cn-dropdown-item:nth-child(8) .dropdown {
	left: auto;
	right: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.main-header-area .nav-brand {
		margin-right: 0;
	}
}
.main-header-area .classynav ul {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
}
.is-sticky .main-header-area {
	width: 100%;
	z-index: 10000 !important;
	height: 90px;
	box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
	background-color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.is-sticky .main-header-area {
		height: 70px;
	}
	.light .classynav ul li .dropdown, .light .classynav ul li .megamenu, .light.breakpoint-on .classynav > ul > li > a, .light.breakpoint-on .classy-navbar .classy-menu {
		background-color: #000000;
	}
}
@media only screen and (max-width: 767px) {
	.is-sticky .main-header-area {
		height: 70px;
	}
	.light .classynav ul li .dropdown, .light .classynav ul li .megamenu, .light.breakpoint-on .classynav > ul > li > a, .light.breakpoint-on .classy-navbar .classy-menu {
		background-color: #000000;
	}
}
.main-header-area.header-sticky.box-shadow {
    box-shadow: 0 8px 6px -6px rgba(0,0,0,.4);
	background-color: #fff;
}
/* 
=========================================
Search Popup Area CSS
=========================================
*/
#search-area {
	position: fixed;
	top: 0;
	left: 0;
	cursor: url(../../assets/img/close.png), auto;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color: rgba(0, 0, 0, 0.9);
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	-ms-transition: .4s;
	transition: .4s;
	-webkit-transform: translate(0px, -100%) scale(0, 0);
	-moz-transform: translate(0px, -100%) scale(0, 0);
	-o-transform: translate(0px, -100%) scale(0, 0);
	-ms-transform: translate(0px, -100%) scale(0, 0);
	transform: translate(0px, -100%) scale(0, 0);
	opacity: 0;
}
#search-area form {
	position: absolute;
	top: 50%;
	width: 100%;
	right: 0;
	left: 0;
	max-width: 620px;
	margin: 0 auto;
}
#search-area input[type="search"] {
	width: 100%;
	color: #fff;
	background: transparent;
	font-size: 20px;
	border: 1px solid #fff;
	padding: 0 15px;
	height: 50px;
}
#search-area .btn {
	position: absolute;
	right: 0;
	top: 0;
	height: 50px;
}
#search-area .close {
	position: absolute;
	top: 20px;
	right: 20px;
	background-color: #fff;
	border-color: #fff;
	opacity: 1;
	font-size: 30px;
	width: 40px;
    display: none;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
    transition: .4s;
}
#search-area .close:hover, #search-area .close:focus {
	background: #2090c5;
    color: #fff;
}
#search-area.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
}
.main-header-area .classynav ul li a.search-btn {
	color: #000;
	margin-left: 13px;
}
.main-header-area .classynav ul li a.active, .main-header-area .classynav ul li a:hover {
	color: #2090c5;
}
@media only screen and (max-width: 991px) {
	.main-header-area .classynav ul li a.search-btn {
		color: #fff;
		margin-left: 0;
	}
	#search-area .close {
		display: block;
	}
}
/* 
=========================================
Main Home Area CSS
=========================================
*/
.main-home-area {
	height: 700px;
	background-image: url(../../assets/img/home-bg1.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
.main-home-area::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: .77;
}
.home-content {
    position: relative;
    text-align: center;
    margin-top: -100px;
}
.home-content h1 {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 20px;
}
.home-content p {
    max-width: 520px;
    margin: 0 auto;
}
.home-content form {
    box-shadow: 0 8px 6px -6px rgba(0,0,0,.4);
    max-width: 620px;
    margin: 30px auto 0;
    position: relative;
}
.home-content form .btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    text-transform: uppercase;
}
/* 
=========================================
Main Banner Area CSS
=========================================
*/
.main-banner {
	background-image: url(../../assets/img/home-bg1.jpg);
	position: relative;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 130px 0 75px;
	overflow: hidden;
}
.main-banner::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: .77;
}
.main-banner-content {
	text-align: center;
	background-image: url(../../assets/img/main-banner-img.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	border-radius: 70px 0 70px 0;
	padding: 120px 100px 155px;
	margin-bottom: 80px;
}
.main-banner-content::before {
	content: '';
	position: absolute;
	left: 0;
	border-radius: 70px 0 70px 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(47,47,47,.6);
}
.main-banner-content h1 {
	font-size: 65px;
	position: relative;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	margin-top: -14px;
}
.main-banner-content h1 span {
	color: #2090c5;
}
.main-banner-content p {
	color: #fff;
	position: relative;
	margin: 25px 0 30px;
	font-size: 16px;
}
.watch-video {
	position: absolute;
	bottom: -87px;
	right: 0;
	left: 0;
}
.watch-video a {
	color: #fff;
	display: inline-block;
	width: 70px;
	height: 70px;
	line-height: 72px;
	background: #2090c5;
	position: relative;
	font-size: 30px;
	border-radius: 50%;
}
.watch-video a::before, .watch-video a::after {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 88px;
	height: 88px;
	border-radius: 50%;
	-webkit-animation: pulse-border 1500ms ease-out infinite;
	animation: pulse-border 1500ms ease-out infinite;
	border: 10px solid #fff;
}
.watch-video a::after {
	width: 70px;
	height: 70px;
	-webkit-transition: all 200ms;
	transition: all 200ms;
}
@-webkit-keyframes pulse-border {
	0% {
		-webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity:1;
	}
	100% {
		-webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
		transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
		opacity:0;
	}
}
@keyframes pulse-border {
	0% {
		-webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity:1;
	}
	100% {
		-webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
		transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
		opacity:0;
	}
}
.watch-video h4 {
	font-size: 30px;
	color: #222222;
	font-weight: 300;
	text-transform: capitalize;
	position: relative;
	margin-top: 15px;
}
.home-slides.owl-theme .owl-nav [class*="owl-"] {
	left: -90px;
	opacity: 0;
}
.home-slides.owl-theme .owl-nav .owl-next {
    left: auto;
    right: -90px;
}
.main-banner-content:hover .home-slides.owl-theme .owl-nav [class*="owl-"] {
	opacity: 1;
}
.animation-shape div {
	position: absolute;
	left: 0;
	top: 0;
}
.animation-shape div img {
	height: 220px;
}
.animation-shape .shape1 {
	left: auto;
	animation: movebounce 3s linear infinite;
	right: 0;
}
.animation-shape .shape2 {
	top: auto;
	animation: movebounce 4s linear infinite;
	bottom: 0;
}
@keyframes movebounce {
    0% {
        transform: translateY(0px); 
    }
    50% {
        transform: translateY(20px); 
    }
    100% {
        transform: translateY(0px); 
    } 
}
@keyframes moveleftbounce {
    0% {
        transform: translateX(0px); 
    }
    50% {
        transform: translateX(20px); 
    }
    100% {
        transform: translateX(0px); 
    } 
}
.dropdown-menu>li>a.sign {
    padding: 7px !important;
    margin-top: 10px;
    font-size: 14px;
    border-radius: 6px;
}
/* 
=========================================
Main Banner Two Area CSS
=========================================
*/
.main-banner-two {
	height: 530px;
	background-image: url(../../assets/img/home-bg1.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
.main-banner-two::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: .77;
}
.home-slides-two {
	bottom: -95px;
}
.hero-slides-content {
	padding: 120px 30px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
.hero-slides-content::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(47,47,47,.6);
}
.item-bg-one {
	background-image: url(../../assets/img/slider-one.jpg);
}
.item-bg-two {
	background-image: url(../../assets/img/slider-two.jpg);
}
.item-bg-three {
	background-image: url(../../assets/img/slider-three.jpg);
}
.hero-slides-content h1 {
	font-size: 75px;
	color: #fff;
	font-weight: 700;
	position: relative;
	margin-bottom: 50px;
}
.hero-slides-content h1 span {
	display: block;
}
.home-slides-two.owl-theme .owl-nav [class*="owl-"] {
	top: auto;
	bottom: 15px;
	left: 6px;
	background: transparent;
	width: auto;
	height: auto;
	line-height: inherit;
	font-size: 40px;
}
.home-slides-two.owl-theme .owl-nav .owl-next {
	left: 40px;
	right: auto;
}
/* 
=========================================
Main Banner Three Area CSS
=========================================
*/
.main-banner-three {
	height: 700px;
	background-image: url(../../assets/img/home-bg1.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
.main-banner-three::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: .77;
}
.main-banner-three::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background-image: url(../../assets/img/home-three.jpg);
    width: 48%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 0 0 0 200px;
}
.main-banner-three-content {
    position: relative;
    max-width: 600px;
	z-index: 1;
}
.main-banner-three-content h1 {
    font-size: 56px;
    font-weight: 700;
}
.main-banner-three-content p {
    font-size: 16px;
    color: #545454;
    margin-top: 20px;
    margin-bottom: 30px;
}
.main-banner-three-content form {
    position: relative;
    box-shadow: 0 8px 6px -6px rgba(0,0,0,.4);
}
.main-banner-three-content button {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
}
/*
=========================================
Boxes Area CSS
=========================================
*/
.boxes-area {
    background: #e40943;
    padding-bottom: 100px;
}
.boxes-inner-content {
    margin-bottom: 65px;
    position: relative;
    margin-top: -190px;
}
.single-box {
    background: #fff;
    box-shadow: 0 5px 35px 10px rgba(67, 67, 67, 0.15);
	-ms-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    -webkit-transition: .4s;
    transition: .4s;
}
.single-box:hover {
	box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}
.single-box .box-content {
    text-align: center;
    padding: 30px;
}
.single-box .box-content h3 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.boxes-area .fun-fact h3 {
    margin-top: 0;
}
.popular-courses-area .top-divider {
    top: -30px;
    background: url(../../assets/img/section-divider-top.png);
}
 
/* 
=========================================
 Details Area CSS
=========================================
*/
.report-details-area {
    background: linear-gradient(to bottom, #CBE4F1 20%, #1D8AC5 100%);
    padding-bottom: 5px;
	
}
.reports-details-meta {
	background: #fff;
	padding: 25px;
	margin-bottom: 30px;
	border-radius: 5px;
	overflow: hidden;
}

.report-detail ul li a {
    font-weight: 600;
    color: #2090c5;
}
.sample-more {
    margin-top: 45px;
}
.key ul li {
    font-size: 12px;
    font-weight: 600;
}
.ask {
    font-size: 13px;
    width: 100%;
    text-align: center;
    font-weight: 500;
}
.single-widget.features-box.more-inform ul li {
    border: none;
}
.key ul li::before {
    font-size: 14px;
    overflow: hidden;    
    margin-bottom: 0;
    color: #7dc3e4;
   font-family: "FontAwesome";
   content: "\f101";
   display: inline-block;
   padding-right: 5px;
   vertical-align: middle;
   font-weight: 600;
   margin-top: -5px;
}
.key ul li p {
    margin-top: 10px !important;
	 margin-bottom: 10px !important;
}
.content ul li {
    margin-bottom: 20px;

    color: #202020;
}
.reports-details .report-details-tabs p img {
    width: 100%;
}
.rights p {
   color: #fff !important;
    font-size: 12px !important; }
	
.report-detail ul li span {
	font-size: 13px;
	color: #4f4f4f;
	text-transform: none;
	display: block;
	margin-bottom: 5px;
	font-weight: 600;
}
.report-detail ul li {
	color: #6b6b6b;
    font-size: 12px;
    margin-right:50px;
}
.reports-details-meta h4 {
    font-size: 13px;
    line-height: 20px;
    padding-bottom: 15px;
    font-weight: 600;
    margin-top: 0px;
}
.reports-details-meta ul li {
	    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    margin-left: 91px;
    margin-top: -25px !important;
    text-align: justify;
    color: #2090c5;
	    line-height: 23px;
}
.reports-details-meta ul li:first-child {
	margin-left: 0;
}
.reports-details-meta ul li .teacher-img {
	display: inline-block;
	width: 110px;
	margin-right: 15px;
}
.reports-details-meta ul li .teacher-img img {
	border-radius: 5px;
}
.reports-details-meta .apply-btn {
	float: right;
	margin-top: -73px;
}
.reports-details-meta .apply-btn .btn {
	padding: 15px 30px;
	font-size: 20px;
	border-radius: 3px;
}
.reports-details h3 {
	margin-top: 30px;
	margin-bottom: 18px;
}
.reports-details .report-details-tabs {
	margin-top: 35px;
	background: #fff;
	padding-bottom: 20px;
}
.report-details-tabs .content {
	display: none;
}
.report-details-tabs #tabs {
	text-align: center;
	margin-bottom: 40px;
}
.report-details-tabs #tabs > li {
	display: inline-block;
    padding: 10px 12px;
    cursor: pointer;
    font-weight: 500;
    font-size: 15px;
    background: #eaeaea;
}
.report-details-tabs .show {
	display: block;
	padding: 0 20px;
}
.report-details-tabs #tabs > li.active {
	background-color: #2090c5;
	color: #fff;
}
.report-details-tabs .inactive {
	background-color: #eee;
}
.reports-details .title {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 25px;
}
.reports-details .report-details-tabs p {
	margin-bottom: 20px;
    font-size: 16px;
    line-height: 27px;
    color: #212020;
}
.requirements-list {
	margin-top: 30px;
}
.requirements-list ul li {
	color: #959595;
	margin-top: 12px;
}
.requirements-list ul li i {
	color: #2090c5;
}
.requirements-list ul li:first-child {
	margin-top: 0;
}
.certification {
	margin-top: 30px;
}
.report-details-tabs .card {
	background-color: transparent;
	border-radius: 6px !important;
	margin-bottom: 10px;
	border: none !important;
}
.report-details-tabs .card-header:first-child {
	border-radius: 0;
}
.report-details-tabs .card .show {
	padding: 0;
}
.report-details-tabs .card-header {
	padding: 0;
	margin-bottom: 0;
	border: none;
	background: #f9f9f9;
}
.report-details-tabs .card-header a {
	overflow: hidden;
	padding: 17px 14px;
	display: block;
}
.report-details-tabs .card-header a h5 {
	font-size: 19px;
}
.report-details-tabs .card-header span {
	float: right;
	font-size: 20px;
}
.report-details-tabs .card-header a.collapsed .icofont-rounded-down::before {
    content: "\eaa1";
}
.report-details-tabs .card-header a .icofont-rounded-down::before {
	content: "\ea99";
}
.report-details-tabs .card-body {
	border: none;
}
.report-details-tabs .card-body ul li {
	overflow: hidden;
	color: #777777;
	display: block;
	margin-top: 15px;
}
.report-details-tabs .card-body ul li:first-child {
	margin-top: 0;
}
.report-details-tabs .card-body ul li span {
	display: inline-block;
	margin-left: 45px;
    color: #000;
	margin-right: 45px;
}
.report-details-tabs .card-body ul li span.duration {
	margin: 0;
}
.report-details-tabs .card-body ul li i {
	color: #2090c5;
	margin-right: 4px;
}
.report-details-tabs .card-body ul li .preview {
	float: right;
	display: inline-block;
	background: #2090c5;
	color: #fff;
	padding: 3px 12px;
	border-radius: 3px;
}
.course-author {
	position: relative;
	padding-left: 170px;
}
.course-author .img {
	position: absolute;
	left: 0;
	top: 0;
	width: 150px;
	height: 150px;
}
.author-content span {
	display: block;
	margin-top: 8px;
	margin-bottom: 8px;
	font-weight: 300;
}
.author-content ul li {
	display: inline-block;
	font-size: 15px;
	margin-right: 4px;
}
.author-content p {
	margin-top: 22px;
	margin-bottom: 0 !important;
}
.courses-review .single-review {
	position: relative;
	padding-left: 170px;
    margin-bottom: 25px;
}
.courses-review .single-review .img {
	position: absolute;
	left: 0;
	top: 0;
	width: 150px;
	height: 150px;
}
.courses-review .single-review .client-content h4 {
	margin-bottom: 12px;
	font-size: 20px;
}
.courses-review .single-review .client-content p {
	margin-top: 15px;
	margin-bottom: 0 !important;
}
.courses-review .single-review .client-content ul li {
	display: inline-block;
	color: #2090c5;
}
.side-bar .features-box {
	background: #fff;
	padding: 25px 20px;
}
.rept
{
	font-size:13px;
	font-weight:600;
}
.side-bar .features-box ul li {
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 2px dashed #eee;
	overflow: hidden;
}
.side-bar .features-box ul li:first-child {
	margin-top: 0;
}
.side-bar .features-box ul li span {
	float: right;
	color: #2090c5;
}
.side-bar .features-box ul li i {
	color: #2090c5;
	margin-right: 4px;
}
.similar-courses {
	margin-top: 65px;
}
.similar-courses h2 {
	font-weight: 600;
	font-size: 28px;
	margin-bottom: 40px;
	text-transform: uppercase;
}
/* 
=========================================
Fun Facts Area CSS
=========================================
*/
.fun-facts-area {
	position: relative;
	background-image: url(../../assets/img/fun-facts-bg.jpg);
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
.fun-facts-area::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(47,47,47,.6);
}
.fun-fact {
	text-align: center;
}
.fun-fact .icon {
	display: inline-block;
	border-radius: 50%;
}
.fun-fact .icon.bg-1 {
	border: 5px solid #89b196;
}
.fun-fact .icon.bg-2 {
	border: 5px solid #bf8375;
}
.fun-fact .icon.bg-3 {
	border: 5px solid #596570;
}
.fun-fact .icon.bg-4 {
	border: 5px solid #c1a96e;
}
.fun-fact h3 {
	color: #fff;
	font-size: 40px;
	font-weight: 700;
	margin: 20px 0 12px;
}
.fun-fact h5 {
	text-transform: uppercase;
	color: #fff;
	font-size: 18px;
	font-weight: 300;
}
.fun-facts-area.facts-bg {
	background-image: url(../../assets/img/fun-facts-bg2.jpg);
	background-repeat: repeat;
	background-size: contain;
}
.fun-facts-area.facts-bg::before {
	opacity: .05;
}
.fun-facts-area.facts-bg h3 {
	color: #2090c5;
}
.fun-facts-area.facts-bg-two {
	background-image: url(../../assets/img/fun-facts-bg3.jpg);
	background-repeat: repeat;
	background-size: contain;
}
.fun-facts-area.facts-bg-two::before {
	background: rgba(230, 12, 61, .6);
}
.fun-facts-area.facts-bg h5 {
	color: #000;
}
/* 
=========================================
Latest Reports Area CSS
=========================================
*/
.single-report {
    position: relative;
    margin-bottom: 30px;
	-ms-transition: .4s;
	-o-transition: .4s;
	-moz-transition: .4s;
	-webkit-transition: .4s;
	transition: .4s;
}
.single-report:hover {
    -webkit-box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
    box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
}
.single-report figure {

	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	margin-bottom: 0;
	overflow: hidden;
}
.single-report .image {
	
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.single-report figure img {
    display: block;
    width: 100%;
    position: absolute;
    
   
}
.single-report figure .date {
	position: absolute;
	left: 20px;
	top: 20px;
	background: #e60c3e;
	color: #fff;
	padding: 5px 10px;
	font-weight: 400;
	font-size: 12px;
	-webkit-box-shadow: 7px 7px 0px 0px rgba(230, 12, 62, .5);
	box-shadow: 7px 7px 0px 0px rgba(230, 12, 62, .5);
	-ms-transition: .4s;
	-o-transition: .4s;
	-moz-transition: .4s;
	-webkit-transition: .4s;
	transition: .4s;
}
.single-report:hover figure .date {
	-webkit-box-shadow: -7px -7px 0px 0px rgba(230, 12, 62, .5);
	box-shadow: -7px -7px 0px 0px rgba(230, 12, 62, .5);
}
.single-report .report-content {
	padding: 35px 30px;
	background: #fff;
}
.single-report .report-content h3 {
	margin-top: -6px;
	font-size: 13px;
	font-weight: 600;
	margin-bottom: 20px;
	line-height:20px;
}
.single-report .report-content p {
	margin-bottom: 25px;
}
.single-report .report-content .where-when {
	overflow: hidden;
}
.single-report .report-content .pull-left {
	float: left;
	margin-right: 95px;
	
}
.main-bg ul li {
   
    line-height: 24px;
    margin-bottom: 5px;
}
.cat-title h3 {font-size: 24px;font-weight: 700;margin-bottom: 24px;margin-top: 3px;position: relative;padding-bottom: 13px;}
.article-title h4 {font-size: 16px;font-weight: 700;margin-bottom: 24px;margin-top: 3px;position: relative;padding-bottom: 13px; line-height:22px;}
.cat-title h3::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80px;
    height: 4px;
    background: #2090c5;
    border-radius: 30px;
}
.cat-title p {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 20px;
}
.single-report .report-content ul li a {
    font-weight: 600;
    color: #2090c5;
}
.single-report .report-content ul li span {
	font-size: 13px;
	color: #4f4f4f;
	text-transform: none;
	display: block;
	margin-bottom: 5px;
	font-weight: 600;
}
.report-content ul li {
	color: #6b6b6b;
    font-size: 12px;
}
.single-report .report-content .btn {
	text-transform: uppercase;
	margin-top: 30px;
	padding: 9px 25px;
}
/* 
=========================================
Events Details Area CSS
=========================================
*/
.events-details h3 {
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 30px;
}
.events-details h5 span {
	color: #222222;
	float: right;
}
.events-details p {
	margin-bottom: 20px;
}
.events-info {
	margin-top: 30px;
	display: flex;
	background: #fff;
	padding: 25px;
}
.events-info ul {
	width: 50%;
}
.events-info ul li {
	margin-top: 15px;
	color: #777777;
}
.events-info ul li a {
	color: #777777;
}
.events-info ul li:first-child {
	margin-top: 0;
}
.events-info ul li span {
	display: block;
	font-size: 20px;
	color: #000;
	margin-bottom: 4px;
}
.side-bar .latest-events .single-latest-events {
	display: flex;
	overflow: hidden;
	margin-bottom: 20px;
	background: #fff;
}
.side-bar .single-latest-events .event-date {
	background: #2090c5;
	color: #fff;
	font-size: 22px;
	padding: 10px 12px;
	text-align: center;
	width: 33%;
}
.side-bar .single-latest-events .event-date span {
	display: block;
}
.side-bar .single-latest-events .report-content {
	padding-left: 15px;
	margin-top: 16px;
	width: 67%;
}
.side-bar .single-latest-events .report-content h4 {
	font-size: 18px;
	margin-bottom: 10px;
}
.side-bar .single-latest-events .report-content span {
	color: #777777;
}

/*
=========================================
Blog Details Area CSS
=========================================
*/
.blog-details {
	background: #fff;
}

/*
=========================================
Cart Area CSS
=========================================
*/
.cart-table {
	text-align: center;
}
.cart-table .table {
	margin-bottom: 30px;
}
.cart-table .table-bordered thead th {
	border-bottom: none;
	
	font-size: 13px;
	font-weight: 600;
}
.cart-table .table td, .cart-table .table th {
	vertical-align: middle;
	background: #fff;
	border-color: #eee;
}
.cart-table .table td {
	font-size: 13px;
	text-align: left;
	padding: 15px;
}
.cart-table .product-thumbnail a img {
	height: 125px;
}
.cart-table .quantity .form-control {
	border: 1px solid #eee;
	width: 100px;
	display: inline-block;
}
.cart-buttons .btn {
	text-transform: uppercase;
	border-radius: 30px;
	font-size: 12px;
}
.cart-coupon {
	margin-top: 30px;
}
li.cart-tt {
    font-size: 16px;
    border-bottom: 0 !important;
    margin-top: 33px !important;
}
.cart-coupon h4 {
	font-size: 20px;
}
.cart-coupon p {
	margin-top: 12px;
	margin-bottom: 20px;
}
.cuppon-form {
	width: 400px;
	position: relative;
}
.cuppon-form .form-control {
	border: 1px solid #eee;
	border-radius: 30px;
	height: 42px;
}
.cuppon-form .btn {
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 30px;
	height: 42px;
}
.cart-total {
	text-align: left;
	background: #fff;
	padding: 10px;
	border: 1px solid #eee;
}
.cart-total h3 {
	font-size: 22px;
	margin-bottom: 25px;
	border-bottom: 1px solid #eee;
	padding-bottom: 8px;
}
.cart-total .table td, .cart-total .table th {
	padding: 0 0 15px;
	vertical-align: middle;
	border-top: none;
	font-weight: 600;
}
.cart-total .table td.amount {
	font-weight: 400;
}
.proceed-to-checkout .btn {
	border-radius: 30px;
	text-transform: uppercase;
	font-size: 14px;
}
/*
=========================================
CheckOut Area CSS
=========================================
*/
.checkout-area h3 {
	font-size: 22px;
	border-bottom: 2px solid #2090c5;
	margin-top: -5px;
	padding-bottom: 15px;
	margin-bottom: 30px;
}
.checkout-form .form-control {
	border: 1px solid #eee;
	border-radius: 0;
}
.checkout-form select.form-control {
	height: auto;
}
.checkout-form .form-check {
	padding-left: 0;
}
.shipping-details {
	margin-top: 30px;
}
.shipping-details .form-check {
	padding-left: 0;
	margin-bottom: 12px;
}
.order-table {
	text-align: center;
}
.order-table .table-bordered thead th {
	border-bottom: none;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 500;
}
.order-table .table td, .order-table .table th {
	vertical-align: middle;
	background: #fff;
	border-color: #eee;
}
.order-table .product-thumbnail a img {
	height: 125px;
}
.order-table .table td {
	font-size: 16px;
}
.payment-information {
	margin-top: 25px;
}
.place-order {
	background: #fff;
	padding: 20px;
	text-align: right;
}
/*
=========================================
Sidebar CSS
=========================================
*/
.side-bar .single-widget {
	margin-bottom: 35px;
}
.side-bar .single-widget p {
    font-size: 15px;
	    margin-bottom: 30px;
		    font-weight: 500;
}
.alert p {
    color: #fff;
}

.single-widget.features-box.alert {background: #2090c5;}

.single-widget.features-box.alert h3 {color:#fff;}
.main-btn {
    padding: 9px 22px;
	    margin-bottom: 20px;
		font-weight: 500;
		font-size: 13px;
}
.side-bar .single-widget .title {
	margin-bottom: 25px;
	font-size: 15px;
	text-transform: uppercase;
	margin-top: 0;
	color: #2090c5;
    font-weight: 600;
}
.side-bar .search-box form {
	position: relative;
}
.side-bar .search-box form .form-control {
	border: 1px solid #eee;
}
.side-bar .search-box form .btn {
	position: absolute;
	right: 0;
	top: 0;
	height: 50px;
	border-radius: 0 5px 5px 0;
}
.side-bar .recent-post .single-recent-post {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.side-bar .recent-post .single-recent-post .img {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}
.side-bar .recent-post .single-recent-post .img img {
	border-radius: 8px;
}
.side-bar .recent-post .single-recent-post .content {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
	padding-left: 15px;
}
.side-bar .recent-post .single-recent-post .content h4 {
	font-size: 17px;
	line-height: 26px;
	margin-top: 15px;
	font-weight: 400;
}
.side-bar .recent-post .single-recent-post .content span {
	display: block;
	margin-top: 12px;
	color: #2090c5;
	font-size: 15px;
}
.side-bar .categories-box li {
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 2px dashed #eee;
}
.side-bar .categories-box li:first-child {
	margin-top: 0;
}
.side-bar .categories-box li a {
	color: #505050;
}
.side-bar .categories-box li a:hover {
	color: #2090c5;
    padding-left: 5px;
}
.side-bar .tags-box ul li {
    display: inline-block;
    margin-top: 5px;
}
.side-bar .tags-box ul li a {
	border-bottom: 3px solid #222222;
	padding: 6px 14px;
	display: inline-block;
}
.side-bar .tags-box ul li a:hover {
	background: #2090c5;
    color: #fff;
}
.side-bar .archives-box li {
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 2px dashed #eee;
}
.side-bar .archives-box li:first-child {
	margin-top: 0;
}
.side-bar .archives-box li a {
	color: #505050;
}
.side-bar .archives-box li a:hover {
	color: #2090c5;
    padding-left: 5px;
}
.side-bar .latest-courses .single-latest-courses {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.side-bar .latest-courses .single-latest-courses .img {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}
.side-bar .latest-courses .single-latest-courses .content {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
	padding-left: 15px;
}
.side-bar .latest-courses .single-latest-courses .img img {
	border-radius: 8px;
}
.side-bar .latest-courses .single-latest-courses .content h4 {
	font-size: 17px;
	line-height: 26px;
	margin-top: 14px;
	font-weight: 400;
}
.side-bar .latest-courses .single-latest-courses .content p {
	margin-top: 8px;
	font-size: 16px;
	color: #2090c5;
}
.side-bar .latest-courses .single-latest-courses .content p span {
    color: #777777;
    text-decoration: line-through;
}
.side-bar .share-boxes ul li {
	display: inline-block;
}
.side-bar .share-boxes ul li a {
	display: inline-block;
	width: 40px;
	height: 40px;
	text-align: center;
	border: 1px solid #ddd;
	line-height: 39px;
	border-radius: 50%;
}
.side-bar .share-boxes ul li a:hover {
	background: #2090c5;
    border-color: #2090c5;
    color: #fff;
}
.side-bar .instagram-post ul {
	overflow: hidden;
}
.side-bar .instagram-post ul li {
	float: left;
	width: 30%;
	padding: 2px;
}
.main-bg {
    background: #fff;
	    padding: 30px;
}
.main-bg ul  {
    margin: 0;
  
    color:#000000;
}
.main-bg ul li::before {
    font-size: 16px;
    overflow: hidden;
    padding: 0 0 0px 20px;
    margin-bottom: 0;
/*    color: #7dc3e4; 
   font-family: "FontAwesome"; */
   content: "\f101";
   display: inline-block;
   padding-right: 10px;
   vertical-align: middle;
   font-weight: 500;
}
.main-bg p
{
	margin-bottom:15px;
}
/*
=========================================
Pagination Area CSS
=========================================
*/
.pagination-area {
	margin-top: 40px;
}
.page-link {
	width: 36px;
	height: 36px;
	padding: 0;
	margin: 0 5px;
	color: #777777;
	background-color: #fff;
	border-radius: 0 !important;
	text-align: center;
	line-height: 39px;
	font-size: 13px;
	box-shadow: 0 2px 10px 0 #d8dde6;
	border: none;
}
.page-link:hover, .page-link:focus {
	background-color: #2090c5;
	border-color: #2090c5;
	color: #fff;
}
.page-link:focus {
	box-shadow: 0 2px 10px 0 #d8dde6;
}
.page-item.active .page-link {
	z-index: 1;
	color: #fff;
	background-color: #2090c5;
	border-color: #2090c5;
}
/*
=========================================
Partner Area CSS
=========================================
*/
.partner-area {
    text-align: center;
    background: #fff;
}
.partner-area.pt-150 {
	padding-top: 150px;
}
.single-partner {
	height: 205px;
	background: #f2f2f2;
	border: 1px solid #ddd;
	padding: 0 10px;
}
.partner-area .owl-carousel .owl-item img {
	width: 130px;
	display: inline-block;
}
/*
======================================
FAQ Area CSS
======================================
*/
.faq {
	/*box-shadow: 0 0 50px 0 rgba(67, 67, 67, 0.15);
	padding: 40px;*/
}
.faq .card {
	background-color: transparent;
	border-radius: 6px !important;
	margin-bottom: 5px;
	border: none;
}
.faq .card-header:first-child {
	border-radius: 0;
}
.faq .card-header {
	background: #2090c5;
}
.faq .card-header {
	padding: 0;
	margin-bottom: 0;
	border: none;
}
.faq .card-header a {
	padding: 10px;
	display: block;
}
.faq .card-header a h5 {
	color: #fff;
	margin-top: 5px;
	text-transform: uppercase;

}
.faq .card-body p {
       font-size: 13px;
    line-height: 28px;
}
.faq .card-header i {
	float: right;
	font-size: 20px;
}
.faq .card-header a .icofont-rounded-down::before {
	content: "\eaa1";
}
.faq .card-header a.collapsed .icofont-rounded-down::before {
    content: "\ea99";
}
.faq .card-body {
	line-height: 28px;
    border: 1px solid #eee;
    padding: 10px;
}
.faq-contact {
	text-align: center;
	margin-top: 50px;
	padding: 40px;
	background-image: url(../../assets/img/pat.png);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.faq-contact h3 {
	font-size: 27px;
	margin-bottom: 40px;
	text-transform: capitalize;
    font-weight: 600;
}
.faq-contact .btn {
	margin-top: 20px;
}
/*
=========================================
Login Area CSS
=========================================
*/
#login-form {
	overflow: hidden;
	position: relative;
	box-shadow: 0px 15px 30px 0px rgba(0,0,0,0.1);
	max-width: 750px;
	margin: 0 auto;
}
#login-form::before {
	content: 'or';
	color: #777777;
	position: absolute;
	right: 0;
	bottom: 0;
	margin: auto;
	height: 10px;
	width: 10px;
	left: -8px;
	top: 44px;
}
#login-form::after {
	content: '';
	position: absolute;
	background: rgba(128, 128, 128, 0.3);
	right: 0;
	bottom: 0;
	margin: auto;
	height: 7.25em;
	width: 0.1em;
	left: 0;
	top: -78px;
	box-shadow: 0 8.8em 0 0 rgba(128, 128, 128, 0.3);
}
#login-form .heading {
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	padding: 15px 0;
    background: #2090c5;
	font-weight: 600;
	font-size: 25px;
}
#login-form .left {
	width: 50%;
	float: left;
	padding: 30px;
}
#login-form .form-control {
	border: 1px solid #eee;
}
#login-form .btn {
	text-transform: uppercase;
	display: block;
	width: 100%;
	margin-top: 23px;
}
#login-form .right {
	width: 50%;
	float: right;
	padding: 30px;
}
#login-form .right .connect {
	color: #777777;
	font-size: 20px;
}
#login-form .right a {
	font-size: 16px;
	color: #fff;
	padding: 10px 0;
	text-align: center;
	display: block;
	width: 100%;
	margin: 8px 0;
	border-radius: 5px;
}
#login-form .right .facebook {
	background: #3a589a;
	margin-top: 15px;
}
#login-form .right .twitter {
	background: #4099ff;
}
#login-form .right .google-plus {
	background: #e9544f;
}
/*
=========================================
Register Area CSS
=========================================
*/
.register-content {
	padding: 25px;
	text-align: center;
	box-shadow: 0px 15px 30px 0px rgba(0,0,0,0.1);
	max-width: 550px;
	background-color: #fff;
	margin: 0 auto;
}
.register-content .heading {
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	padding: 8px 0;
    background: #2090c5;
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 30px;
}
.register-content .form-control {
	border: 1px solid #eee;
}
.register-content .btn {
	display: block;
	width: 100%;
	text-transform: uppercase;
}
.register-content h4 {
	color: #777777;
	margin-top: 20px;
	font-size: 18px;
	font-weight: 400;
}
.register-content h4 a {
	text-decoration: underline;
}
/*
=========================================
Error Area CSS
=========================================
*/
.error-area {
	height: 100vh;
	background-image: url(../../assets/img/slider-three.jpg);
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
}
.error-area::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .77;
}
.error-content {
	text-align: center;
	max-width: 620px;
	margin: 0 auto;
	position: relative;
}
.error-content h1 {
	color: #fff;
	font-size: 260px;
	font-weight: 900;
}
.error-content p {
	color: #fff;
	font-size: 30px;
	letter-spacing: 2px;
	margin-bottom: 25px;
}
.error-content .btn {
	text-transform: uppercase;
	font-size: 25px;
	padding: 10px 50px;
	border-radius: 5px;
}
/*
=========================================
Contact Area CSS
=========================================
*/
.contact-box {
	background: #fff;
	padding: 20px 20px 20px 90px;
	border-radius: 5px;
	position: relative;
	-ms-transition: .4s;
	-o-transition: .4s;
	-moz-transition: .4s;
	-webkit-transition: .4s;
	transition: .4s;
}
.contact-box:hover {
	box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}
.contact-box .icon {
	position: absolute;
	left: 20px;
	top: 20px;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 47px;
	border: 1px dashed #2090c5;
	border-radius: 50%;
	color: #2090c5;
	font-size: 22px;
	-ms-transition: .4s;
	-o-transition: .4s;
	-moz-transition: .4s;
	-webkit-transition: .4s;
	transition: .4s;
}
.contact-box:hover .icon {
	background: #2090c5;
	color: #fff;
}
.contact-box .content h4 {
	font-size: 21px;
	margin-bottom: 12px;
}
.contact-box .content p a {
	color: #777777;
}
.contact-box .content p a:hover {
	color: #2090c5;
}
#map {
	height: 400px;
	width: 100%;
	margin-top: 50px;
}
.leave-your-message {
	margin-top: 50px;
}
.leave-your-message h3 {
	margin-bottom: 20px;
	font-size: 25px;
}
.leave-your-message .stay-connected {
	margin-top: 25px;
}
.leave-your-message .stay-connected li {
	margin-bottom: 10px;
}
.leave-your-message .stay-connected li:last-child {
	margin-bottom: 0;
}
.leave-your-message .stay-connected li a {
	font-weight: 700;
	display: inline-block;
	color: #777777;
}
.leave-your-message .stay-connected li a i {
	width: 45px;
	height: 45px;
	text-align: center;
	display: inline-block;
	line-height: 45px;
	border: 1px solid;
	font-size: 20px;
	border-radius: 50%;
	margin-right: 10px;
}
.leave-your-message .stay-connected li a:hover {
	color: #2090c5;
}
#contactForm {
	background: #fff;
	padding: 25px;
	margin-top: 50px;
}
#contactForm {
	background: #fff;
	padding: 25px;
}
#contactForm label {
	margin-bottom: 15px;
	font-size: 14px;
	font-weight:600;
}
#contactForm .form-control {
	border: 1px solid #eee;
}
#contactForm ul li {
	color: red;
}
#contactForm .btn {
    margin-top: 20px;
}
/* 
=========================================
Footer Area CSS
=========================================
*/
.footer-area {
    background: #000;
	padding-top: 100px;
    background-image: url(../../assets/img/footer-bg.png);
    background-position: center center;
    background-size: cover;
}
.single-footer h3 {
	font-size: 22px;
    color: #fff;
	font-weight: 400;
	margin-bottom: 25px;
	margin-top: -6px;
}
.single-footer .footer-contact-info li {
	font-size: 15px;
	color: #c3c3c3;
	margin-top: 10px;
}
.single-footer .footer-contact-info li:first-child {
	margin-top: 0;
}
.single-footer .footer-contact-info li a {
	color: #c3c3c3;
}
.single-footer .footer-contact-info li a:hover {
	color: #2090c5;
}
.single-footer .social {
	margin-top: 20px;
}
.single-footer .social li {
	font-size: 17px;
	color: #c3c3c3;
	display: inline-block;
	margin-right: 8px;
}
.single-footer .social li a {
	color: #c3c3c3;
}
.single-footer .social li a:hover {
	color: #2090c5;
}
.single-footer .list li {
	font-size: 15px;
	color: #4a4a4a;
	margin-top: 8px;
}
.single-footer .list li:first-child {
	margin-top: 0;
}
.single-footer .list li a {
	color: #c3c3c3;
}
.single-footer .list li a:hover {
	color: #2090c5;
}
.footer-area .copyright-area {
	border-top: 1px solid #3A3A3A;
}
.copyright-area {
	margin-top: 100px;
	padding: 40px 0;
}
.copyright-area p {
	color: #c3c3c3;
}
.copyright-area ul {
	text-align: right;
}
.copyright-area ul li {
	display: inline-block;
	font-size: 15px;
	border-left: 2px solid #3A3A3A;
	padding-right: 7px;
	padding-left: 7px;
	line-height: 1;
}
.copyright-area ul li:first-child {
	padding-left: 0;
	border-left: none;
}
.copyright-area ul li a {
    color: #c3c3c3;
}
.copyright-area ul li a:hover {
	color: #2090c5;
}
.art-bg .report-content {
    background: #eee !important;
}
/* 
=========================================
Scrolltop CSS
=========================================
*/
.scrolltop {
	width: 40px;
	height: 40px;
	line-height: 40px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	display: none;
	font-size: 25px;
	background: #222222;
	z-index: 1000;
	text-align: center;
	color: #ffffff;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}
.scrolltop:hover {
	background: #2090c5;
    color: #fff;
	text-decoration: none;
}