
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap');

@font-face {
  font-family: "EdwardianScriptITC";
  src: url("../fonts/ITCEDSCR.eot"); /* IE9 Compat Modes */
  src: url("../fonts/ITCEDSCR.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/ITCEDSCR.otf") format("opentype"), /* Open Type Font */
    url("../fonts/ITCEDSCR.svg") format("svg"), /* Legacy iOS */
    url("../fonts/ITCEDSCR.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/ITCEDSCR.woff") format("woff"), /* Modern Browsers */
    url("../fonts/ITCEDSCR.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

html,
body {
	height: 100%;
	font-family: 'Rubik', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #111111;
	margin: 0;
	font-weight: 500;
	font-family: 'Rubik', sans-serif;
}

h1 {
	font-size: 60px;
}

h2 {
	font-size: 36px;
	line-height: 1.2;
}

h3 {
	font-size: 30px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 14px;
}

p {
	font-size: 15px;
	color: #636363;
	line-height: 1.6;
}

img {
	max-width: 100%;
	vertical-align: inherit;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}

ul,
ol {
	padding: 0;
	margin: 0;
}
.mg-b-0{
	margin-bottom: 0px !important;
}
.padd-top-20 {
    padding-top: 25px;
}
/*---------------------
	Helper CSS
-----------------------*/

.spad {
	padding-top: 50px;
	padding-bottom: 50px;
}

.section-title {
	margin-bottom: 70px;
}

.section-title h3 {
	text-transform: uppercase;
	margin-bottom: 20px;
}
h3.newsletter-footer{
	margin-bottom: 0;
	font-size: 30px;
}
.headbtn.pull-right.get-started > a.site-btn {
    color: #000;
}
.headbtn.pull-right.get-started > a.site-btn:hover {
    color: #fff;
    background: #6b6300;
    transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
}
.section-title p {
	margin-bottom: 0;
}

.set-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center 0;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
	color: #fff;
}

/*---------------------
	Commom elements
-----------------------*/
/* a:hover{
	color: inherit;
} */
/* Buttons */

.site-btn{
	position: relative;
	display: inline-block;
	text-transform: uppercase;
/* 	background: #9a0606;
	color: #fff; */
	background: #ece678;
    color: #000;
	padding: 18px 30px;
	font-size: 14px;
	font-weight: normal;
	line-height: 14px;
	border-radius: 50px;
	width: 170px;
	text-align: center;
	border: none;
	cursor: pointer;
}
.site-btn.slider-btn > a{
	color: #000;
}


/* Image Popup */

.img-popup-warp .mfp-content,
.img-popup-warp.mfp-ready.mfp-removing .mfp-content {
	opacity: 0;
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.img-popup-warp.mfp-ready .mfp-content {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

/* Preloder */

#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #fff;
}

.loader {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	border-radius: 60px;
	animation: loader 0.8s linear infinite;
	-webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		        transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

/*---------------------
	Header section
-----------------------*/

.header-section {
	padding: 5px 0px 5px;/* 20px 0; */
	overflow: hidden;
}

.site-logo {
	display: inline-block;
	margin-right:10px;
	vertical-align: middle;
/* 	padding-top: 20px; */
}

.header-info {
	display: inline-block;
	float: right;
	margin: 18px auto;
}

.header-info .hf-item {
	display: inline-block;
	margin-left: 35px;
/* 	margin-left: 10px; */
}

.header-info .hf-item i {
	width: 45px;
	height: 45px;
	display: inline-block;
	position: relative;
	text-align: center;
	color: #c1bc5c;
	font-size: 17px;
	padding-top: 13px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.header-info .hf-item i:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border: 1px solid #d2d2db;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	border-radius: 2px;
}

.header-info .hf-item p {
	display: inline-block;
	position: relative;
	top: 10px;
	margin-bottom: 0;
}

.header-info .hf-item p span {
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	color: #020031;
	font-weight: 500;
}
.nav-right > a > i {
    color: #FFF;
}
.nav-switch {
	display: none;
}

.nav-section {
	background: #020031;
}

.nav-section .nav-right {
	float: right;
	padding-top: 14px;
}

.nav-section .nav-right a {
	color: #fff;
	margin-left: 30px;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
}

.main-menu {
	list-style: none;
}

.main-menu li {
	display: inline;
	position: relative;
}

.main-menu li a {
	display: inline-block;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
    font-weight: 500;
    padding: 15px 13px;
	margin-right: -5px;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	font-family: 'Open Sans', sans-serif;
}

.main-menu li a:hover {
	background: #ece678;
	color: #000;
	font-family: 'Open Sans', sans-serif;
}

.main-menu li.active a {
	background: #ece678;
    color: #000;
    font-family: 'Open Sans', sans-serif;
}
.main-menu li.reg {
    /* margin-left: 10px; */
    margin-left: 34px;
}
.main-menu li a.registration{
	background-color: #ece678;
    padding: 10px 15px;
    text-transform: uppercase;
    border-radius: 5px;
    color:#000;
    font-family: 'Open Sans', sans-serif;
}
/* .main-menu li a.registration:hover{
	background-color: #ece678;
    padding: 10px 15px;
    color:#000;
    text-transform: uppercase;
    border-radius: 5px;
    transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
} */
/* Drop Down Start Here */
ul.main-menu > li > ul {
    display: none;
    position: relative;
}
ul.main-menu > li:hover > ul.dropdown{
	display: block;
	position: absolute;
	z-index: 9999;
	left: -393px;
	width: 200px;
}
ul.main-menu > li:hover > ul.dropdown li{
   display: block;
	z-index: 9999;
	left: 393px;
	background:	#020031;
	width: 100%;
	border-bottom: 1px solid #888;
}
ul.main-menu > li:hover > ul.dropdown li:last-child{
	border-bottom: none;
}
ul.main-menu > li:hover > ul.dropdown li a{
	width: 100%;
	padding: 12px 15px;
	font-family: 'Open Sans', sans-serif;
}
/* 
.dropdown{

} */
/*---------------------
	Hero Section
-----------------------*/

.hs-item {
	/* min-height: 760px; */
	position: relative;
	display: table;
	width: 100%;
}

.hs-item .hs-text {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	z-index: 2;
}

.hs-item .hs-subtitle {
	font-size: 16px;
	text-transform: uppercase;
	color: #f6783a;
	font-weight: 500;
	letter-spacing: 2px;
	margin-bottom: 30px;
	position: relative;
	opacity: 0;
	top: 50px;
}

.hs-item .hs-title {
	color: #fff;
	font-size: 35px;
	margin-bottom: 25px;
	position: relative;
	left: 150px;
	opacity: 0;
	text-transform: uppercase;
}

.hs-item .hs-des {
	color: #fff;
	font-size: 16px;
	line-height: 2;
	position: relative;
	left: 150px;
	opacity: 0;
}
.carousel-caption > p {
    color: #fff;
}

.hs-item .site-btn {
	margin-top: 30px;
	opacity: 0;
	top: 50px;
}

.owl-item.active .hs-item .hs-title,
.owl-item.active .hs-item .hs-des,
.owl-item.active .hs-item .hs-subtitle,
.owl-item.active .hs-item .site-btn {
	left: 0;
	top: 0;
	opacity: 1;
}

.owl-item.active .hs-item .hs-subtitle {
	-webkit-transition: all 0.5s ease 0.4s;
	-o-transition: all 0.5s ease 0.4s;
	transition: all 0.5s ease 0.4s;
}

.owl-item.active .hs-item .hs-title {
	-webkit-transition: all 0.5s ease 0.6s;
	-o-transition: all 0.5s ease 0.6s;
	transition: all 0.5s ease 0.6s;
}

.owl-item.active .hs-item .hs-des {
	-webkit-transition: all 0.5s ease 0.8s;
	-o-transition: all 0.5s ease 0.8s;
	transition: all 0.5s ease 0.8s;
}

.owl-item.active .hs-item .site-btn {
	-webkit-transition: all 0.5s ease 1s;
	-o-transition: all 0.5s ease 1s;
	transition: all 0.5s ease 1s;
}

.hero-slider .owl-dots {
	position: absolute;
	width: 100%;
	bottom: 30px;
	left: 0;
	z-index: 1;
	text-align: center;
}

.hero-slider .owl-dots .owl-dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: #fff;
	margin: 0 5px;
}

.hero-slider .owl-dots .owl-dot.active {
	background: #ece678;
}

/*---------------------
	Counter Section
-----------------------*/

.counter-section {
	background: #020031;
    padding: 20px 0;
}

.counter-section .big-icon {
	display: block;
	float: left;
	width: 71px;
	height: 71px;
	border-radius: 70px;
	background: #fff;
	text-align: center;
	padding-top: 20px;
	margin-right: 15px;
    margin-top: 10px;
}

.counter-section .big-icon i {
	font-size: 30px;
	color: #c1bc5c;
}

.counter-section .counter {
	padding-left: 40px;
}

.counter-section .counter .counter-item {
	min-width: 100px;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	border-right: 1px solid #35335a;
	text-align: center;
	display: inline-block;
}

.counter-section .counter .counter-item:last-child {
	border-right: none;
}

.counter-section .counter .counter-item h4 {
	font-size: 36px;
	color: #fff;
	margin-bottom: 4px;
}

.counter-content {
	padding-left: 90px;
}

.counter-content h2 {
	font-size: 20px;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 10px;
	padding-top: 10px;
}
.counter-content > h2 > span > a {
    color: #fff;
    font-size: 14px;
    font-weight: 100;
    letter-spacing: 1px;
    text-decoration: underline;
    text-transform: initial;
}
.counter-content > h2 > span > a:hover{
	color: #ece678;
}
.section-title.text-center.about-text{
	margin-bottom: 55px;
}
.section-title.text-center.about-text > a {
    color: #020031;
    margin-top: 8px;
    display: inline-table;
	font-weight: 400;
    font-size: 15px;
}
.section-title.text-center.about-text > a:hover{
	color: #000;
}
.counter-content p {
	text-transform: uppercase;
	color: #fff;
}

.counter-content p i {
	color: #f6783a;
	margin-right: 10px;
}

/*---------------------
	Service Section
-----------------------*/

.services {
	margin-bottom: -50px;
}

.service-item {
	margin-bottom: 50px;
}

.service-item .service-icon {
	width: 45px;
	float: left;
}

.service-item .service-icon img {
	max-width: 100%;
}

.service-item .service-content {
	padding-left: 75px;
}

.service-item .service-content h4 {
	margin-bottom: 15px;
	font-weight: 400;
}

/*---------------------
	Enroll Section
-----------------------*/

.enroll-section {
	position: relative;
}

.enroll-section:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
	opacity: 0.8;
}

.enroll-section .container {
	position: relative;
	z-index: 1;
}

.enroll-section .section-title {
	margin-bottom: 40px;
}

.enroll-list-item {
	padding-left: 70px;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 10px;
}

.enroll-list-item span {
	position: absolute;
	width: 40px;
	height: 40px;
	left: 0;
	top: 0;
	text-align: center;
	border-radius: 50px;
	background: #ece678;
	font-size: 16px;
	color: #000;
	font-weight: 500;
	padding-top: 10px;
}

.enroll-list-item h5 {
	font-weight: 400;
	margin-bottom: 10px;
}

.enroll-list-item:after {
	position: absolute;
	content: '';
	height: calc(100% - 45px);
	left: 20px;
	top: 48px;
	border-left: 1px dashed #6c6e70;
}

.enroll-list-item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.enroll-list-item:last-child:after {
	display: none;
}

/*---------------------
	Courses Section
-----------------------*/

.courses-section .container {
	margin-bottom: -50px;
}

.course-item {
	margin-bottom: 50px;
}

.course-item .course-thumb {
	margin-bottom: 45px;
	position: relative;
}

.course-item .course-thumb img {
	min-width: 100%;
}

.course-item .course-thumb .course-cat {
	position: absolute;
	text-align: center;
	width: 100%;
	left: 0;
	bottom: -19px;
}

.course-item .course-thumb .course-cat span {
	min-width: 150px;
	bottom: 0;
	background: #ece678;
	padding: 10px 15px;
	text-align: center;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: normal;
	color: #000;
	display: inline-block;
	border-radius: 50px;
	/* letter-spacing: 2px; */
}

.course-item .course-info {
	text-align: center;
	margin: 0 -15px;
}

.course-item .course-info .date {
	color: #f6783a;
	font-size: 14px;
	margin-bottom: 10px;
}

.course-item .course-info h4 {
	font-weight: 400;
	line-height: 1.3;
    font-size: 20px
}

.course-item .course-info .cource-price {
	padding-top: 15px;
	color: #f6783a;
}

.course-item .course-info .cource-price span {
	font-size: 14px;
	font-weight: 500;
	color: #b7b7b7;
}

/*---------------------
	Fact Section
-----------------------*/

.fact-section {
	background-position: center center;
	position: relative;
}

.fact-section:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
	opacity: 0.8;
}

.fact-section .container {
	position: relative;
	z-index: 1;
}

.fact {
	text-align: center;
}

.fact-icon {
	font-size: 48px;
	color: #fff;
	width: 50px;
	display: inline-block;
}

.fact-text {
	padding-left: 20px;
	display: inline-block;
	text-align: left;
}

.fact-text h2 {
	color: #ece475;
	font-weight: 400;
}

.fact-text p {
	margin-bottom: 0;
	text-transform: uppercase;
	color: #fff;
}

/*---------------------
	Event Section
-----------------------*/

.event-item {
	margin-bottom: 50px;
}

.event-item .event-thumb {
	margin-bottom: 45px;
	position: relative;
}

.event-item .event-thumb img {
	min-width: 100%;
}

.event-item .event-thumb .event-date {
	position: absolute;
	text-align: center;
	width: 100%;
	left: 0;
	bottom: -19px;
}

.event-item .event-thumb .event-date span {
	min-width: 170px;
	bottom: 0;
	background: #f6783a;
	padding: 10px 15px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	display: inline-block;
	border-radius: 50px;
	letter-spacing: 2px;
}

.event-item .event-info {
	text-align: center;
}

.event-item .event-info h4 {
	margin-bottom: 20px;
	font-weight: 400;
}

.event-item .event-info p {
	margin-bottom: 30px;
}

.event-item .event-info p i {
	color: #f6783a;
	padding-left: 13px;
	padding-right: 4px;
}

.event-item .event-info .event-readmore {
	font-size: 13px;
	text-transform: uppercase;
	color: #b7b7b7;
/* 	letter-spacing: 2px; */
	font-weight: normal;
}

.event-item .event-info .event-readmore i {
	color: #c1bc5c;
}

/*---------------------
	Gallery Section
-----------------------*/

.gallery .gallery-item {
	width: 12.5%;
	position: relative;
}

.gallery .gallery-item:after {
	content: '';
	display: block;
	clear: both;
}

.gallery .gallery-item:before {
	position: absolute;
	content: '';
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background: #000;
	opacity: 0;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.gallery .gallery-item:hover:before {
	opacity: 0.3;
}

.gallery .gallery-item.gi-big,
.gallery .gallery-item.gi-long {
	width: 25%;
}

.gallery .gallery-item a {
	position: absolute;
	width: 50px;
	height: 50px;
	background: /* rgba(246, 120, 58, 0.9) */rgb(236, 230, 120);
	color: #000;
	left: 50%;
	top: 60%;
	margin-left: -25px;
	margin-top: -25px;
	border-radius: 50%;
	padding-top: 13px;
	text-align: center;
	opacity: 0;
	z-index: 1;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.gallery .gallery-item a i {
	font-size: 24px;
}

.gallery .gallery-item:hover a {
	opacity: 1;
	top: 50%;
	-webkit-transition: all 0.4s cubic-bezier(0.55, 0.09, 0.68, 0.53) 0s;
	-o-transition: all 0.4s cubic-bezier(0.55, 0.09, 0.68, 0.53) 0s;
	transition: all 0.4s cubic-bezier(0.55, 0.09, 0.68, 0.53) 0s;
}

.gallery .grid-sizer {
	width: 12.5%;
}

/*---------------------
	Blog Section
-----------------------*/

.blog-item {
	margin-bottom: 60px;
	overflow: hidden;
}

.blog-item .blog-thumb {
	width: 230px;
	height: 170px;
	float: left;
}

.blog-item .blog-content {
	padding-left: 258px;
}
.blog-content > a {
    color: #000;
    font-size: 14px;
}

.blog-item .blog-content h4 {
	font-size: 22px;
	font-weight: 400;
	margin-bottom: 8px;
	line-height: 1.4;
}

.blog-item .blog-meta {
	margin-bottom: 15px;
}

.blog-item .blog-meta span {
	margin-right: 10px;
	font-size: 12px;
	color: #b7b7b7;
}

.blog-item .blog-meta span i {
	color: #c1bc5c;
	margin-right: 3px;
}

/*---------------------
	Newsletter Section
-----------------------*/

.newsletter-section {
	background: #f7f7f7;
	padding: 50px 0;
/*     padding: 20px 0 28px; */
}

.newsletter-section .newsletter {
	position: relative;
	margin-top: 12px;
}

.newsletter-section .newsletter input {
	width: 100%;
	font-size: 14px;
	padding: 18px 30px;
	border: none;
	border-radius: 50px;
	padding-right: 170px;
}

.newsletter-section .newsletter .site-btn {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	border-radius: 0px 50px 50px 0px;
	min-width: 150px;
}

/*---------------------
	Footer Section
-----------------------*/

.footer-section {
	background-color: #020031;
	background-image: url("../img/footer-bg.png");
	background-repeat: no-repeat;
	background-position: center 75px;
}

.footer-section .footer-top {
	padding: 40px 15px;
}

.footer-section .copyright {
	border-top: 1px solid #312f56;
	padding: 10px 0;
	text-align: center;
}

.footer-section .copyright p {
	color: #b7b7b7;
	margin-bottom: 0;
	font-size: 13px;
}

.footer-section .copyright p a {
	color: #b7b7b7;
    font-size: 13px;
}
ul.contact > li > p > i.fa.fa-map-marker{
	font-size: 15px;
}
ul.contact > li > p > a > i.fa.fa-phone{
	font-size: 15px;
}
ul.contact > li > p > a {
    color: #b7b7b7;
}
ul.contact > li > p > a:hover{
	color: #ece678;
}

.footer-section .copyright p a:hover {
	color: #ece678;
}
.contact-info-warp .contact-info > p > a {
    color: #fff;
}
.contact-info-warp .contact-info > p > a:hover {
    color: #ece678;
}
.course-cat > span > a {
    color: #000;
}
.footer-widget .fw-title {
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 25px;
	padding-top: 10px;
}

.footer-widget p,
.footer-widget span {
	color: #b7b7b7;
}

.footer-widget ul {
	list-style: none;
}

.footer-widget .about-widget img {
	margin-bottom: 30px;
}

.footer-widget .about-widget p {
	margin-bottom: 35px;
}

.footer-widget .social a {
	color: #b7b7b7;
	margin-right: 15px;
}

.footer-widget .dobule-link ul {
	display: inline-block;
}

.footer-widget .dobule-link ul a {
	display: block;
	font-size: 14px;
	color: #b7b7b7;
	margin-bottom: 15px;
}

.footer-widget .dobule-link ul a:hover {
	color: #fbf684;
}

.footer-widget .dobule-link ul li:last-child a {
	margin-bottom: 0;
}

/* .footer-widget .dobule-link ul:last-child {
	margin-left: 50px;
} */

.footer-widget .recent-post li {
	margin-bottom: 25px;
}

.footer-widget .recent-post p {
	margin-bottom: 5px;
}

.footer-widget .recent-post span {
	font-size: 12px;
}

.footer-widget .recent-post span i {
	color: #f6783a;
	margin-right: 5px;
}

.footer-widget .contact li {
	margin-bottom: 15px;
	display: block;
}

.footer-widget .contact li p {
	margin-bottom: 0;
}

.footer-widget .contact i {
	font-size: 12px;
}

/*---------------------
	Other Pages
----------------------
======================*/

.site-breadcrumb {
	padding: 60px 0;
	color: #9a0606;
	font-size: 16px;
}

.site-breadcrumb a {
	color: #111111;
}

.site-breadcrumb a i {
	margin: 0;
}

.site-breadcrumb i {
	margin: 0 10px;
}

.site-pageination {
	list-style: none;
}

.site-pageination li {
	display: inline;
	text-align: center;
}

.site-pageination li a {
	display: inline-block;
	min-width: 40px;
	height: 40px;
	border: 1px solid #e1e1e1;
	color: #636363;
	padding-top: 9px;
	font-size: 14px;
	margin-right: 14px;
	border-radius: 2px;
}

.site-pageination li a:hover,
.site-pageination li a.active {
	background: #020031;
	border-color: #020031;
	color: #fff;
}

/*---------------------
	About page
-----------------------*/

.about-text h5 {
	font-weight: 400;
	margin-bottom: 12px;
}

.about-text .about-list {
	list-style: none;
	padding-top: 10px;
}

.about-text .about-list li {
	font-size: 14px;
	color: #636363;
	margin-bottom: 10px;
}

.about-text .about-list li i {
	color: #f6783a;
}

.testimonial-section {
	background: #f7f7f7;
}

.testimonial-slider .ts-author-pic {
	width: 110px;
	height: 110px;
	border-radius: 50%;
	margin: 5px auto 0;
}

.testimonial-slider .ts-text p {
	font-size: 18px;
	margin-bottom: 20px;
}

.testimonial-slider .ts-text h5 {
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.testimonial-slider .ts-text span {
	color: #f6783a;
	font-size: 14px;
}

.testimonial-slider .owl-nav {
	position: absolute;
	top: 35px;
	width: 180px;
	left: 40px;
}

.testimonial-slider .owl-prev {
	float: left;
}

.testimonial-slider .owl-next {
	float: right;
}

.testimonial-slider .owl-prev,
.testimonial-slider .owl-next {
	font-size: 36px;
	color: #b7b7b7;
}

.testimonial-slider .owl-dots {
	position: absolute;
	left: -15px;
	bottom: -5px;
	width: 25%;
	padding: 0 15px;
	text-align: center;
}

.testimonial-slider .owl-dots .owl-dot {
	width: 10px;
	height: 10px;
	border-radius: 20px;
	background: #b7b7b7;
	display: inline-block;
	margin: auto 5px;
}

.testimonial-slider .owl-dots .owl-dot.active {
	background: #f6783a;
}

.member {
	text-align: center;
}

.member h5 {
	font-size: 22px;
	font-weight: 400;
	margin-bottom: 5px;
}

.member p {
	color: #f6783a;
	margin-bottom: 0;
	font-weight: 14;
}

.member:hover .member-pic:after {
	opacity: 0.4;
}

.member:hover .member-social {
	opacity: 1;
}

.member:hover .member-social a {
	top: 0;
}

.member:hover .member-social a:nth-child(1) {
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.member:hover .member-social a:nth-child(2) {
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.member:hover .member-social a:nth-child(3) {
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}

.member .member-pic {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	display: inline-block;
	margin-bottom: 40px;
}

.member .member-pic:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
	opacity: 0;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.member .member-social {
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	margin-top: -6px;
	z-index: 2;
	opacity: 0;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.member .member-social a {
	padding: 0 5px;
	margin: auto 5px;
	color: #fff;
	position: relative;
	top: -20px;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.member .member-social a:hover {
	color: #f6783a;
}

/*---------------------
	Blog Page
-----------------------*/

.post-item {
	margin-bottom: 60px;
}

.post-item .post-thumb {
	height: 320px;
	margin-bottom: 40px;
}

.post-item .post-thumb-full {
	margin-bottom: 40px;
}

.post-item .post-content h3 {
	font-size: 29px;
	font-weight: 400;
	margin-bottom: 10px;
}

.post-item .post-content h3 a {
	color: #111111;
}

.post-item .post-content p {
	margin-bottom: 0;
}

.post-item .post-meta {
	margin-bottom: 10px;
}

.post-item .post-meta span {
	margin-right: 10px;
	font-size: 14px;
	color: #b7b7b7;
}

.post-item .post-meta span i {
	color: #020031;
}

.post-item .tag {
	padding-top: 15px;
	padding-bottom: 40px;
	font-size: 12px;
	text-transform: uppercase;
	color: #b7b7b7;
}

.post-item .tag i {
	color: #f6783a;
	margin-right: 5px;
}

.post-item .post-author {
	padding: 40px 0;
	border-top: 1px solid #f5f5f5;
}

.post-item .post-author .pa-thumb {
	float: left;
	width: 100px;
	height: 100px;
	border-radius: 50%;
}

.post-item .post-author .pa-content {
	padding-left: 130px;
	padding-top: 5px;
}

.post-item .post-author .pa-content h4 {
	font-size: 18px;
	margin-bottom: 10px;
}

.comment-warp {
	padding-top: 40px;
	border-top: 1px solid #f5f5f5;
}

.comment-warp .comment-title {
	font-weight: 400;
	margin-bottom: 35px;
}

.comment-warp .comment-list {
	list-style: none;
}

.comment-warp .comment-list .replay-comment-list {
	list-style: none;
	margin-left: 14%;
}

.comment-warp .comment {
	margin-bottom: 40px;
}

.comment-warp .comment .comment-avator {
	float: left;
	width: 70px;
	height: 70px;
	border-radius: 50%;
}

.comment-warp .comment .comment-content {
	padding-left: 100px;
}

.comment-warp .comment .comment-content .c-date {
	font-size: 12px;
	text-transform: uppercase;
	color: #b7b7b7;
	margin-bottom: 5px;
	display: block;
}

.comment-warp .comment .comment-content h5 {
	font-size: 18px;
	margin-bottom: 5px;
	font-weight: 400;
}

.comment-warp .comment .comment-content p {
	margin-bottom: 0;
}

.comment-warp .comment .comment-content .c-btn {
	display: inline-block;
	font-size: 12px;
	text-transform: uppercase;
	border: 1px solid #e1e1e1;
	color: #111111;
	padding: 5px 25px;
	border-radius: 2px;
	margin-right: 5px;
	margin-top: 15px;
}

.comment-warp .comment .comment-content .c-btn:hover {
	border-color: #f6783a;
	background: #f6783a;
	color: #fff;
}

.comment-form-warp {
	padding: 40px 0;
	border-top: 1px solid #f5f5f5;
}

.comment-form input[type='text'],
.comment-form input[type='email'],
.comment-form textarea {
	width: 100%;
	border: 1px solid #cccccc;
	font-size: 14px;
	padding: 18px 20px;
	margin-bottom: 30px;
	border-radius: 2px;
}

.comment-form textarea {
	height: 100px;
}

.comment-form.--contact input[type='text'],
.comment-form.--contact input[type='email'],
.comment-form.--contact textarea {
	border: 1px solid #e1e1e1;
}

.comment-form.--contact textarea {
	margin-bottom: 0px;
}

.widget {
	margin-bottom: 55px;
	margin-left: -19px;
}

.widget .widget-title {
	font-weight: 400;
	font-size: 24px;
	margin-bottom: 30px;
}

.widget ul {
	list-style: none;
}

.widget ul a {
	font-size: 14px;
	color: #636363;
	margin-bottom: 10px;
	padding: 5px 0;
	display: inline-block;
}

.widget ul a:hover {
	color: #020031;
}

.widget .search-widget {
	position: relative;
}

.widget .search-widget input {
	width: 100%;
	border: 1px solid #9d9d9d;
	padding: 10px 15px;
	padding-right: 55px;
	font-size: 14px;
}

.widget .search-widget button {
	position: absolute;
	height: 100%;
	right: 0;
	top: 0;
	border: none;
	width: 50px;
	padding-top: 5px;
	color: #b7b7b7;
	background-color: transparent;
	-webkit-transform: rotateY(180deg);
	        transform: rotateY(180deg);
}

.widget .recent-post-widget .rp-item {
	margin-bottom: 25px;
	display: block;
	overflow: hidden;
}

.widget .recent-post-widget .rp-thumb {
	width: 70px;
	height: 70px;
	float: left;
	margin-right: 30px;
}

.widget .recent-post-widget .rp-content {
	padding-left: 100px;
}

.widget .recent-post-widget .rp-content p {
	font-size: 12px;
	color: #b7b7b7;
	margin-bottom: 0;
}

.widget .recent-post-widget .rp-content p i {
	color: #020031;
}

.widget .recent-post-widget .rp-content h6 {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 10px;
}

.widget .tags a {
	min-width: 80px;
	text-transform: uppercase;
	display: inline-block;
	font-size: 10px;
	line-height: 10px;
	color: #636363;
	padding: 12px 15px;
	border: 1px solid #9a0605;
	margin-right: 5px;
	margin-bottom: 8px;
	text-align: center;
	border-radius: 2px;
}

.post-item.post-details {
	margin-bottom: 0;
}

.post-item.post-details p {
	margin-bottom: 15px;
}

.post-item.post-details blockquote {
	padding: 25px 30px;
	font-size: 16px;
	color: #111111;
	border-left: 3px solid #020031;
	-webkit-box-shadow: 0 0 40px #f2f2f2;
	        box-shadow: 0 0 40px #f2f2f2;
	margin: 40px 0 35px;
}
h2.main-title {
    font-size: 30px;
    font-weight: normal;
}
/*---------------------
	Contact page
-----------------------*/

.map-section {
/* 	height: 500px; */
	position: relative;
}

.map-section .map {
	height: 100%;
}

.contact-info-warp {
	position: absolute;
	width: 100%;
	background: rgba(2, 0, 49, 0.9);
	text-align: center;
	z-index: 1;
	padding-top: 30px;
	/* -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    background: -webkit-linear-gradient(40deg, #6e00ff 0, #bb00ff 100%);
    background: -o-linear-gradient(40deg, #6e00ff 0, #bb00ff 100%);
    background: linear-gradient(50deg, #6e00ff 0, #bb00ff 100%);
    border-radius: 3px;
    padding: 22px 30px 25px;
    -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1); */
}

.contact-info-warp .contact-info {
	margin-bottom: 30px;
}

.contact-info-warp .contact-info h4 {
	color: #fff;
	font-weight: 400;
	margin-bottom: 8px;
}

.contact-info-warp .contact-info p {
	color: #fff;
	margin-bottom: 0;
}
.mgb-20{
	margin-bottom: 20px;
}
.contact-info-warp > .section-title > h3 {
    color: #fff;
}

.address-list li {
    margin-bottom: 25px;
    list-style-type: none;
    list-style: none;
}
.address-list li p {
    color: #ffffff;
    padding-left: 30px;
    position: relative;
}
.address-list li p i {
    position: absolute;
    left: 0;
    top: 5px;
}
/*------------------
	Responsive
---------------------*/

@media (min-width: 1200px) {
	.container {
		max-width: 1170px;
	}
}

/* Medium screen : 992px. */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.counter-section .counter {
		padding-left: 20px;
	}
	.counter-section .counter .counter-item {
		min-width: 80px;
	}
	.counter-section .counter .counter-item h4 {
		font-size: 35px;
	}
	.widget {
		margin-left: 0;
	}
}

/* Tablet :768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header-info .hf-item i {
		float: left;
/* 		margin-left: 6px; */
	}
	.header-info .hf-item p {
		display: block;
	}
	.hs-item {
		height: auto;
		min-height: auto;
		padding: 140px 0;
	}
	.counter-section .counter {
		padding-top: 15px;
		padding-left: 0;
	}
	.counter-section .counter .counter-item {
		min-width: 70px;
	}
	.counter-section .counter .counter-item h4 {
		font-size: 27px;
	}
	.gallery .gallery-item,
	.gallery .gallery-item.gi-big,
	.gallery .gallery-item.gi-long {
		width: 25%;
	}
	.footer-widget {
		margin-bottom: 40px;
	}
	.testimonial-slider .owl-nav {
		left: -16px;
	}
	.member {
		margin-bottom: 40px;
	}
	.sidebar {
		padding-top: 80px;
	}
	.widget {
		margin-left: 0;
	}
}

/* Large Mobile :480px. */

@media only screen and (max-width: 991px) {
/* 	.header-info {
		display: none;
	} */
	.site-logo {
		padding: 15px 0;
	}
	/* .nav-switch {
		position: absolute;
		right: 30px;
		font-size: 30px;
		color: #111;
		top: 25px;
		display: block;
	} */
	.nav-switch{
		position: absolute;
		left: 30px;
		font-size: 30px;
		color:#fff;
		margin: 7px;
/* 		top: 185px; */
		display: block;
	}
	.nav-section .nav-right {
		display: block;
		float: none;
		text-align: right;
		padding-bottom: 20px;
	}
	.main-menu {
		display: none;
	}
	.main-menu li {
		display: block;
	}
	.main-menu li a {
		padding: 15px;
		display: block;
		border-top: 1px solid #212031;
	}
	/* .main-menu li a:hover {
		background-color: transparent;
		color: #f6783a;
	} */
	/* .main-menu li.active a {
		background-color: transparent;
	} */
	.hs-item {
		min-height: auto;
		padding: 100px 0;
	}
	.hs-item .hs-title {
		font-size: 40px;
	}
	.counter-section .counter {
		float: none;
		padding-top: 30px;
		padding-left: 0;
		text-align: center;
	}
	.gallery .gallery-item,
	.gallery .gallery-item.gi-big,
	.gallery .gallery-item.gi-long {
		width: 50%;
	}
	.fact {
		text-align: left;
		margin-bottom: 15px;
	}
	.footer-widget {
		margin-bottom: 40px;
	}
	.testimonial-slider .owl-nav {
		left: 50%;
		margin-left: -90px;
	}
	.testimonial-slider .owl-dots {
		text-align: center;
		width: 100%;
		left: 0;
		bottom: 0;
	}
	.testimonial-slider .ts-author-pic {
		margin: 5px auto 30px;
	}
	.testimonial-slider .ts-item {
		text-align: center;
		padding-bottom: 50px;
	}
	.member {
		margin-bottom: 40px;
	}
	.sidebar {
		padding-top: 80px;
	}
	.widget {
		margin-left: 0;
	}
	.map-section {
		height: auto;
	}
	.contact-info-warp {
		position: relative;
		height: auto;
		display: block;
		width: 100%;
		padding-bottom: 70px;
	}
	.map-section .map {
		height: 300px;
	}
}

/* small Mobile :320px. */

@media only screen and (max-width: 767px){
	.site-logo {
	    padding: 15px 0;
	    margin: auto;
	    text-align: center;
	    display: block;
	}
	.nav-switch {
	    position: absolute;
	    left: 115px;
	    font-size: 30px;
	    color:#fff;
	    margin: 7px;
	    display: block;
	}
}

@media only screen and (max-width: 479px) {
		.nav-switch {
	    position: absolute;
	    left: 30px;
	    font-size: 30px;
	    color:#fff;
	    margin: 7px;
	    display: block;
	}
	.hs-item .hs-title {
		font-size: 27px;
	}
	.counter-section .counter .counter-item {
		min-width: 65px;
	}
	.counter-section .counter .counter-item h4 {
		font-size: 25px;
	}
	.course-item .course-info {
		margin: 0;
	}
	.blog-item .blog-thumb {
		height: 230px;
		width: 100%;
		margin-bottom: 20px;
	}
	.blog-item .blog-content {
		padding-left: 0;
	}
	.gallery .gallery-item,
	.gallery .gallery-item.gi-big,
	.gallery .gallery-item.gi-long {
		width: 100%;
	}
	.newsletter-section .newsletter {
		text-align: center;
	}
	.newsletter-section .newsletter input {
		padding-right: 30px;
		margin-bottom: 20px;
		text-align-last: auto;
	}
	.newsletter-section .newsletter .site-btn {
		position: relative;
		border-radius: 50px;
	}
	.post-item .post-author .pa-thumb,
	.comment-warp .comment .comment-avator {
		float: none;
		margin-bottom: 15px;
	}
	.post-item .post-author .pa-content,
	.comment-warp .comment .comment-content {
		padding-left: 0;
	}
}



.get-started{
	margin: 21px auto 0;
}
.headbtn.pull-right.get-started {
    margin: 18px auto 0;
}

/* .text > h3 {
    margin-bottom: 0px;
    text-shadow: 4px 2px 0 #ffffff, 1px 5px 0 rgba(0,0,0,0.15);
} */
.text > h4 {
    margin-bottom: 15px;
    color: #9a0606;
    font-size: 17px;
    text-transform: uppercase;
}
.text > p {
    font-size: 16px;
}
/* h3.newsletter-footer {
    color: #9a0606;
    font-weight: normal;
} */

.about-text > p{
	font-size: 16px;
}


/* Scickey Header */
.sticky {
  /* position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  background-color: #fff; */
  position: fixed !important;
left: 0;
right: 0;
background-color: rgba(255,255,255, 1) !important;
animation: slide-down 0.7s;
-webkit-transition:all 0.2s linear 0.02s;
-o-transition:all 0.2s linear 0.02s;
-moz-transition:all 0.2s linear 0.02s;
transition:all 0.2s linear 0.02s;
-webkit-box-shadow: 0px 4px 22px -5px rgba(235,235,235,1);
-moz-box-shadow: 0px 4px 22px -5px rgba(235,235,235,1);
box-shadow: 0px 4px 22px -5px rgba(235,235,235,1);
z-index: 999;
}
@keyframes slide-down {
	0% {
		opacity: 0;
		transform: translateY(-100%);
	}
	100% {
		opacity: 0.9;
		transform: translateY(0%);
	}
}
.sticky + .content {
  padding-top: 102px;
}

span.logo-text{
	font-family: "EdwardianScriptITC";
    font-size: 44px;
    color: #000;
    font-weight: 600;
}

/* logo on scroll stickey */
.sticky > .header-section > .container > a.site-logo {
    width: 450px;
    height: auto;
}
.sticky > .header-section > .container > a.site-logo img{
	width: 70px;
	height: auto;
}
.sticky > .header-section > .container > a.site-logo > span.logo-text {
    font-size: 35px;
}
.sticky > .header-section > .container > .header-info{
	margin: 0 auto;
}

/* Back to top css */
#toTop {
    padding: 5px 3px;
    color: #000;
    position: fixed;
    bottom: 22px;
    right: 205px;
    display: none;
    background: #ece678;
    width: 35px;
}


/* Slider css */
/* .carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: 0.6s ease-in-out left;
    -moz-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
} */
.carousel-caption > .hs-title {
    color:#fff;
}
.carousel-caption.d-none.d-md-block > .hs-des{
	color: #fff;
}
.carousel-caption{
	bottom: 90px;
	background: rgba(0, 0, 0, 0.4);
	padding: 15px 15px 30px;
	border-radius: 5px;
}
.carousel-indicators.indicator-icon {
    bottom: 70px;
}
.carousel-indicators.indicator-icon li{
	width: 30px;
	height: 4px;
}
.carousel-indicators.indicator-icon li.active{
	 background-color:#ece678;
}
.carousel-indicators.indicator-icon li{
	 background-color:#6a6402;
}

/* social footer icon */
.social.pt-1 > a > i {
    font-size: 25px;
}
.header-info .hf-item > ul > li{display: inline-block;}
.header-info .hf-item > ul > li > a > i{
	width: auto; 
	height:auto; 
	color: #000;
	margin-right: 10px;
}
.header-info .hf-item > ul > li > a > i::after {
    position: static;
    border: none;
    width: 100%;
}
.header-info .hf-item > ul > li > a:hover > i{
	color: #c1bc5c; 
	transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	-ms-transition: all 0.5s ease-in;
}

/* Contact Us page */
.map iframe{
	height: 376px;
}

/* About Us */
.company-mini-banner{
	background: url('../img/our-team-bg.jpg') no-repeat;
	background-size: cover;
	padding: 50px 0;
    background-position: center;
}
.mini-banner-title > h1 {
    font-size: 25px;
    color: #020031;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.companyafi {
    background: #5b9bd5;
    padding: 25px;
}
.companyafi > p {
    color: #fff;
    font-size: 15px;
    text-align: center;
}
.readmore {
/*     background: #224568;2582
    padding: 10px;
    text-align: center; */
    margin: 20px auto 30px;
}
.readmore > a {
    color: #fff;
    font-size: 16px;
    background: #224568;
    padding: 10px;
    text-align: center;
    display: block;
}
.readmore > a:hover{
	background-color: #5b9bd5;
	color: #fff;
	transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
	-ms-transition: all 0.5s ease-in;
}
/* .company-text > h2 {
    margin-bottom: 10px;
} */
.company-text {
    margin: auto;
    background: #f3f3f3;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.company-text > p{
    text-align: justify;
}
.section-heading-line {
    content: '';
    display: inline-block;
    width: 100px;
    border-radius: 10px;
    height: 6px;
    background: #ece678;
    margin-top: 10px;
    margin-bottom: 10px;
}
.line-thin {
    height: 4px !important;
}

/* Contact Us */
.contact-mini-banner{
	background: url('../img/contactus.jpg') no-repeat;
	background-size: cover;
	padding: 50px 0;
    background-position: top;
}

/* management */
nav.tab-for-management{
	border-bottom: 0px;
	padding-left: 15px;
	padding-right: 15px;
}
#tabs{
	background: #007b5e;
    color: #eee;
}
#tabs h6.section-title{
    color: #eee;
}
#tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link{text-align: left; border: inherit; padding:10px 0px;}
#tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #000000;
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 4px solid #9a0606;
    font-size: 20px;
    font-weight: bold;
    margin-top: 0;
    padding: 10px 0;
    text-align: left;
}

#tabs .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #eee;
    font-size: 20px;
    text-align: left;
}
.management-title h2{
	font-size: 22px;
	text-transform: uppercase;
	margin-bottom: 5px;
	font-weight: normal;
}
/* .management{
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    transition: all .5s;
    border-radius: 3px;
    padding: 25px;
} */
a.img-box > img {
    float: left;
    margin: 0 20px 20px 0;
}
.caption > h2 {
    font-size: 25px;
    vertical-align: top;
    color: #9a0606;
}
.extra-field {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    color: #091174;
}
.caption {
	margin: auto;
    background: #f3f3f3;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.caption > p {
    text-align: justify;
}

/* Why AFI */
.whyafi-text {
    margin: auto;
/*     background: #f3f3f3;
    padding: 25px; */
/*     border-radius: 15px; */
/*     box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); */
}
.whyafiarea > .col-xs-12.col-sm-6.col-md-6.col-lg-4{
	display: flex;
}
.whyafi-box {
	border-radius: .28571429rem;
	/* box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5; */
	box-shadow: 1px 1px 6px rgba(0,0,0,.3);
	padding: 15px;
	display: block;
	flex: 1;
	margin-bottom: 30px;
	text-align: center;
	background: #fff;
	border-top: 3px solid #0a0d6d;
}
.whyafi-box > .title {
    font-size: 15px;
    font-weight: 400;
    color: #9a060d;
    text-transform: uppercase;
}
.whyafi-text > p {
    text-align: justify;
}
ul.whylist{
  width: 100%;
  margin-left: 0px;
  list-style: none;
  list-style-type: none;
}
.whylist li::before {
    color: #020031;
    content: "\f101";
    font-family: fontawesome;
    font-size: 18px;
    left: 5px;
    padding-right: 6px;
    position: absolute;
    top: 1px;
}
.whylist li {
    padding-left: 20px;
    position: relative;
    line-height: 30px;
    font-size: 15px;
    color: #636363;
}
ul.whylist > li > strong {
    font-weight: 500;
}
.whymiddle{
	background-color: #f3f3f3;
	background: url('../img/corporate-account-fraud.jpg') no-repeat;
/*     background-position-x: 0%;
    background-position-y: 0%; */
    background-size: auto;
	background-size: cover;
/* 	background-attachment: fixed; */
	padding: 50px 0;
	background-position: bottom;
}

/* Course box */
.police-background{
/*  background: #f3f3f3; */
background: #ffffff;
}
.investigations-accreditation{
	background: #f3f3f3;
}
.police{
	display: flex;
}
.courses-box{
	border-radius: .28571429rem;
    /* box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5; */
    box-shadow: 1px 1px 6px rgba(0,0,0,.3);
    padding: 15px;
    display: block;
    flex: 1;
    margin-bottom: 30px;
    border-top: 3px solid #0a0d6d;
/*     background: #fff; */
    flex: 1;
    background: url("../img/bg-AFI-logo.png") no-repeat #fff;
    background-position: center;
}
.courses-box > .title {
    font-size: 16px;
    color: #020031;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 10px;
}
a.site-btn.register-now{
	padding: 18px 20px;
}
a.site-btn.register-now:hover {
    background: #020031;
    color: #fff;
    padding: 18px 20px;
    -moz-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;

}
/* coming soon blinker */
.blinking{
    animation: blinker 1.5s linear infinite;
    transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    font-size: 30px;
    padding: 50px 0;
}
@keyframes blinker {  
  50% { opacity: 0; }
}

/* Footer Style */
.ouick-link{
	margin-left: 18px;
}
.dobule-link > ul.footer-list{
	margin-left: 18px;
}

/* contact page */
/* .contact-form {
    border: 1px solid #dfdfdf;
    padding: 15px;
    border-radius: 5px;
} */

.encroll-img {
    margin-top: 52px;
}

/*================================================
23 - LOGIN PAGE CSS
==================================================*/

.login-page-box {
    background: #f9f9f9 none repeat scroll 0 0;
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    padding: 40px;
    text-align: left;
    width: 50%;
}
.login-page-heading {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}
.login-page-heading i, .login-page-box.register i {
    font-size: 22px;
    margin-right: 5px;
    color: #020031;
}
.login-page-box.register > h3 {
/* 	font-weight: 600; */
	color: #020031;
	text-transform: capitalize;
    font-size: 25px;
}
.login-page-heading > h3 {
    color: #020031;
    display: inline-block;
/*     font-weight: 600; */
    font-size: 25px;
    text-transform: capitalize;
}
.register label > strong {
    font-weight: 500;
    font-size: 15px;
    color: #3f3f3f;
}
.account-form-group > input {
    font-size: 14px;
}
input.form-control {
    font-size: 14px;
}
textarea.form-control {
    font-size: 14px;
}
.login-page-box > form {
    margin-top: 30px;
}
.account-form-group {
    border: 1px solid #ddd;
    height: 45px;
    margin-bottom: 10px;
    position: relative;
}
.account-form-group > input {
    border: medium none;
    height: 100%;
    left: 0;
    padding: 5px 10px 5px 60px;
    position: absolute;
    top: 0;
    width: 100%;
    color: #333
}
.account-form-group i {
    border-right: 1px solid #ddd;
    color: #020031;
    font-size: 18px;
    height: 100%;
    left: 0;
    line-height: 40px;
    margin-right: 5px;
    padding-right: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 48px;
}
.forgot > a {
    color:#020031;
}
.login-page-box .forgot {
    margin-left: 0 !important;
    color: #333;
/*     font-weight: 500; */
    float: left;
}
.login-page-box label {
    color: #333;
    display: block;
/*     font-weight: 500; */
    text-align: right;
}
.login-page-box button {
    background: #020031 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-family: "Oswald",sans-serif;
    font-size: 14px;
/*     font-weight: 600; */
    letter-spacing: 1px;
    padding: 10px 30px;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
/*     margin-top: 20px */
}
.login-page-box button:hover{
    background: #212121 none repeat scroll 0 0;
}
.login-sign-up {
    margin-top: 20px;
}
.login-sign-up > a {
    color: #333;
    font-size: 16px;
/*     font-weight: 500; */
    text-transform: capitalize;
}
.login-sign-up > a:hover{
    color: #020031;
}
.login-page-box .remember {
    margin-left: 0 !important;
}
.remember {
    display: inline-block;
    margin: 10px 0;
}

/* register */
.register{
	width: 100%;
}
.register label{
	text-align: left;
}
.login-sign-up > a{
	color: #020031;
}
.registration-free {
    border: 1px solid #dfdfdf;
    padding: 40px;
    border-radius: 5px;
    background: #020031;
}
.registration-free > h3 {
    color: #fff;
    font-size: 25px;
}
.registration-free p strong{
	color: #fff;
	font-weight: 400;
}
ul.registerlist{
  width: 100%;
  margin-left: 0px;
  list-style: none;
  list-style-type: none;
}
.registerlist li::before {
    color: #eee775;
/*     list-style-type: lower-alpha; */
    content: "\f101";
    font-family: fontawesome;
    font-size: 18px;
    left: 5px;
    padding-right: 6px;
    position: absolute;
    top: 1px;
}
.registerlist li {
    padding-left: 20px;
	position: relative;
	line-height: 20px;
	font-size: 15px;
	color: #fff;
	margin-bottom: 10px;
}
ul.registerlist > li > strong {
    font-weight: 500;
}

/* Case Studies */
.case-studies {
    background: #fbfbfb;
    padding: 7px 15px 1px;
    margin-bottom: 20px;
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
}
.case-studies > .row {
    padding: 0 15px;
}
.case-studies div > i{
	background: #fff;
    border-radius: 50%;
    padding: 18px;
    margin-right: 19px;
    font-size: 18px;
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
}
span.case-std {
    line-height: 60px;
}
/* traning box */
.traning{
	display: flex;
}
.trainings-box{
	border-radius: .28571429rem;
    box-shadow: 1px 1px 6px rgba(0,0,0,.3);
    padding: 15px;
    display: block;
    flex: 1;
    margin-bottom: 30px;
    border-top: 3px solid #0a0d6d;
    flex: 1;
    background-position: center;
    text-align: center;
}
.trainings-box > h2 {
    background: #ece678;
    padding: 10px 0;
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 8px;
    font-weight: normal;
}


@media(min-width: 1360px) and (max-width: 1400px){}

@media(min-width: 1200px) and (max-width: 1359px){}

@media(min-width: 1024px) and (max-width: 1200px){
	.main-menu li a{
		display: inline-block;
		color: #fff;
		font-size: 11px;
		text-transform: uppercase;
		font-weight: 500;
		padding: 25px 10px;
		margin-right: -5px;
		-webkit-transition: all 0.4s ease 0s;
		-o-transition: all 0.4s ease 0s;
		transition: all 0.4s ease 0s;
	}
	.carousel-caption > h2.hs-title {
	    font-size: 28px;
	}
}

@media(min-width: 992px) and (max-width: 1024px){
	.site-logo {
	    margin-right: 0;
	    padding: 20px 0;
	    text-align: center;
	    width: 47%;
	}
	.header-info {
	    display: inline-block;
	    float: right;
	    margin: 25px auto;
	    text-align: center;
	    width: 53%;
	}
	.main-menu li a{
		display: inline-block;
		color: #fff;
		font-size: 11px;
		text-transform: uppercase;
		font-weight: 500;
		padding: 18px 10px;
		margin-right: -5px;
		-webkit-transition: all 0.4s ease 0s;
		-o-transition: all 0.4s ease 0s;
		transition: all 0.4s ease 0s;
	}
	.carousel-caption{
		bottom: 10px;
	}
	.carousel-caption > h2.hs-title {
	    font-size: 17px;
	}
	.carousel-indicators.indicator-icon {
	    bottom: 30px;
	}
	#toTop{
		right:150px;
	}
}

@media(min-width: 768px) and (max-width: 991px){
	.sticky > .header-section > .container > a.site-logo {
	    width: 100%;
	    height: auto;
	}
	.sticky > .header-section > .container > a.site-logo img {
	    width: 103px;
	    height: auto;
	}
	.sticky > .header-section > .container > .header-info {
	    margin: 8px auto 0;
	}
	.site-logo {
	    display: block;
	    margin-right: 0;
	    padding-top: 20px;
	    text-align: center;
	    border-bottom: 1px solid #eee;
	}
	.carousel-caption{
		bottom: 10px;
	}
	.carousel-caption > h2.hs-title {
	    font-size: 17px;
	}
	.hs-title.kickstart {
	    margin-bottom: 15px;
	}
	.carousel-indicators.indicator-icon {
	    bottom: 30px;
	}
	.header-info {
	    display: inline-block;
	    float: none;
	    margin: 18px auto;
	    text-align: center;
	    display: block;
	}
	.nav-switch{
		left: 145px;
	}
	.header-info .hf-item{
		display: inline-block;
		margin-left: 80px;
		width: 35%;
		vertical-align: middle;
	}
	.header-info .hf-item > ul > li{
		float: left;
	}
	#toTop {
    padding: 5px 3px;
    color: #000;
	position: fixed;
	bottom: 76px;
	right: 83px;
	display: none;
	background:#ece678;
	width: 35px;
	}
}
/* @media(min-width: 768px) and (max-width: 991px){

}
 */
@media(min-width: 320px) and (max-width: 767px){
	.sticky > .header-section > .container > a.site-logo {
	    width: 100%;
	    height: auto;
	}
	.sticky > .header-section > .container > .header-info {
	    margin: 8px auto 0;
	}
	.site-logo {
	    padding: 10px 0;
	    margin: auto;
	    text-align: center;
	    display: block;
	    border-bottom: 1px solid #eee;
	}
	.header-info{
		float: none;
		margin: 5px auto 10px;
	}
	.headbtn.pull-right.get-started {
	    float: none;
	    margin: 0px;
	}
	.section-title.mb-md-0 {
	    margin-bottom: 0px;
	}
	.headbtn.pull-right.get-started {
	    float: none;
	    margin: 10px 0px 0px;
	}
	#toTop{
		bottom: 97px;
		right: 20px;
	}
	.carousel-indicators.indicator-icon {
    	bottom: 2px;
	}
	.ouick-link{
		margin-left: 0px;
	}
	.dobule-link > ul.footer-list{
		margin-left: 0px;
	}
	#nav-tabContent {margin: 0px !important;padding: 0px !important;}
	.carousel-caption{bottom: 0px; right: 1%; left: 1%; padding:10px 10px 10px;}
	.site-btn.slider-btn > a{font-size: 12px;}
	.hs-title.kickstart{margin-bottom: 10px;}
	.hs-title {font-size: 15px;}
	.site-btn.slider-btn {width: 112px;padding: 7px 0;}
	.slidertext{display: none;}
}





@media(min-width:1025px) and (max-width: 1199px) {
	.site-logo{padding: 6px 0; text-align: left;}
	span.logo-text{font-size: 28px;}
	.sticky > .header-section > .container > .header-info {margin: 6px auto;}
	.header-info {float: right;margin: 24px auto;}
}

@media(min-width:992px) and (max-width: 1024px) {
	.site-logo{padding: 6px 0; text-align: left;}
	span.logo-text{font-size: 28px;}
	.sticky > .header-section > .container > a.site-logo {width: auto;}
	.sticky > .header-section > .container > .header-info {margin: 6px auto;}
}

@media(min-width:768px) and (max-width: 991px) {
	.site-logo{padding: 6px 0;}
	span.logo-text{font-size: 50px;}
	.sticky > .header-section > .container > a.site-logo > span.logo-text {font-size: 40px;}
	.sticky > .header-section > .container > a.site-logo {width: auto;}
	.sticky > .header-section > .container > .header-info {margin: 6px auto;}
	.login-page-box{width: 100%;}
}

@media(min-width:540px) and (max-width: 767px) {
	.site-logo > img {width: 67px;}
	span.logo-text{font-size: 41px;}
	.sticky > .header-section > .container > a.site-logo > span.logo-text {font-size: 41px;}
	.login-page-box{width: 100%;}
}

@media(min-width: 320px) and (max-width: 539px){
	.header-section > .container > a.site-logo > img{width: 50px; height:auto;}
	.sticky > .header-section > .container > a.site-logo > img{width: 50px; height:auto;}
	span.logo-text {font-size: 24px; font-weight: 400;}
	.sticky > .header-section > .container > a.site-logo > span.logo-text {font-size: 24px;}
	.nav-switch{
		left: 30px;
	}
	.header-info .hf-item > a > p {
	    display: none;
	}
/* 	.header-info {
	    float: none;
	    margin: 5px auto 10px;
	    display: block;
	    text-align: center;
	} */
	.site-logo{border-bottom: none;}
	.header-info {
	    display: none;
	}
	#nav-tabContent {margin: 0px !important;padding: 0px !important;}
	.map-section .map{height: auto;}
	.login-page-box{width: 100%;}
}
