/*
    Template Name    : Education World Single page
	Description		 : Responsive HTML5 Education and Multipurpose Template.
    Version          : 1.0
*/

/*
================================================
/* Table of Content
==================================================

1. Fonts - Oswald, Roboto and Opensans
2. Common CSS
3. Loader CSS
4. Top Wrapper
5. Logo Bar 
6. Navigation
7. Banner Wrapper
8. About Section
9. Courses
10. Faculty
11. projects
12. Gallery
13. Partner Logos
14. Contact Us
15. Footer
16. Media Quries 

/*
================================================
1. Fonts - Oswald, Roboto and Opensans
================================================
*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i|Oswald:300,400,700|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Fjalla+One|Khand|Teko');
/*  font-family: 'Oswald', sans-serif;
	font-family: 'Roboto', sans-serif;
	font-family: 'Open Sans', sans-serif;*/
/*
================================================
2. Common CSS
================================================

*/


:root {
	--link-color-default:#1b3246;
	--link-color-hover:#213e57;
	--button-text-color:#fff;
	--button-color-default:#1b3246;
	--button-color-hover:#213e57;
	--accent-color-1:#213e57;
}


* {
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 1.57143;
	font-weight: 400;
	color: #2d2e2e;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
}
a {
	color: var(--link-color-default);
	transition: all 0.3s ease 0s;
}
a:hover {
	color: var(--link-color-default);
	text-decoration: none;
}

main a {
	text-decoration:underline;
}

main a:hover, main a:focus-visible {
	text-decoration:none;
}

.no-padding {
	padding: 0 !important;
}
.btn, .btn * {
	transition: all 0.3s ease 0s;
}
.btn {
	border-width: 2px;
	margin-bottom: 7px;
	margin-top: 7px;
	padding: 8px 22px;
	z-index: 1;
}
.btn:hover {
	color: #2d2e2e;
}
i {
	transition: all 0.4s ease-in-out 0s;
}
.offset-top-60 {
	margin-top: 60px;
}
#scrool-top {
	background: var(--accent-color-1) none repeat scroll 0 0;
	border: 0 none;
	border-radius: 50%;
	bottom: 100px;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
	color: #fff;
	height: 40px;
	line-height: 40px;
	opacity: 0;
	position: fixed;
	right: 10px;
	text-align: center;
	transition: opacity 0.2s ease-out 0s;
	width: 40px;
	z-index: 9999;
}
#scrool-top i {
	color: #fff;
}
.show {
	display: block !important;
}
#scrool-top.show {
	opacity: 1;
}
.center {
	text-align: center;
}
.offset-top-60 {
	margin-top: 60px;
}
section {
	width: 100%;
	padding: 100px 0;
}

.inner-banner h1 {
	color:#fff;
}

section h1,
section h2 {
	border-left: 6px solid var(--accent-color-1);
	padding: 0 0 0 20px;
	margin: 0 0 60px 0;
	position: relative;
	color: #2f2f2f;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 28px;
	font-family: 'Roboto', sans-serif;
}

section h1 span,
section h2 span {
	color: var(--accent-color-1);
	font-size: 36px;
	font-weight: 700;
}

section h1::before,
section h2::before {
	top: 26%;
	left: -2px;
	content: "\f0da";
	font-family: 'Fontawesome';
	display: inline-block;
	position: absolute;
	color: var(--accent-color-1);
	font-size: 28px;
}

main h4 {
	font-weight:bold;
}

.container ul {
	padding-left:20px;
}
.container ul.nav-tabs {
	padding-left:0px;
}
.responsive-img {
	max-width:100%;
	margin: 0 auto;
	display: block;
}
img.frame {
	border: solid 6px #fff;
}

img.scale {
	display:block;
	width:100%;
}
/*
================================================
3. Loader CSS
================================================
*/
#dvLoading {
	background: url(../images/loader.gif) no-repeat center center #fff;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999999;
}
/*
================================================
4. Top Wrapper
================================================
*/
header {
	width: 100%;
	z-index: 99;
	overflow:hidden;
}
.site-logo {
	width:100px;
	height:49px;
	background:url(../images/logo.png) no-repeat center center;
	background-size:100px 49px;
	display:block;
}
.top-wrapper {
	padding: 8px 0;
	background: #58595b;
}
.top-wrapper ul {
	margin: 0;
	display: inline-block;
}
.top-wrapper ul li {
	display: inline-block;
	margin: 0;
	padding: 0 0 0 15px;
	color: #fff;
}
.top-wrapper ul li a {
	color: #eeeef0;
	font-size: 14px;
}
.top-wrapper ul li a:hover {
	opacity: 0.8;
}
.top-wrapper li i {
	padding: 0 4px 0 0;
}
.top-wrapper ul.header-contact-info {
	padding: 5px 0 0 0;
	color: #fff;
	font-size: 12px;
}
.top-wrapper ul.header-contact-info li {
	padding: 0 10px 0 0;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
}
.top-wrapper ul.header-contact-info li span {
	padding: 0 0 0 10px;
}
.top-wrapper ul.header-social-icons {
	margin: 0 0 0 10px;
}
.top-wrapper ul.header-social-icons li {
	padding: 0 0 0 4px;
}
.top-wrapper ul.header-social-icons li i {
	background: #464646;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 3px;
	text-align: center;
	padding: 0;
}
.register-form, .login-form {
	background: #ffffff;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14);
	padding: 20px;
	position: absolute;
	right: 0;
	text-align: left;
	top: 42px;
	transform: rotateX(90deg);
	transform-origin: center top 0;
	transition: all 0.6s ease 0s;
	visibility: hidden;
	width: 368px;
	z-index: -99;
}
.register:hover .register-form, .login:hover .login-form {
	margin-top: 0;
	transform: rotateX(0deg);
	visibility: visible;
	z-index: 99999;
}
.top-wrapper h4 {
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 10px;
	padding-bottom: 10px;
	color: #333;
}
.top-wrapper input {
	color: #ababab;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	padding-left: 5%;
	width: 100%;
	border: 1px solid #e5e5e5;
	margin: 0 0 10px;
}
.top-wrapper .btn {
	background:var(--button-color-default);
	border: 0 none;
	color: #ffffff;
	float: right;
	font-size: 14px;
	line-height: 28px;
	padding: 0 15px;
	transition: all 0.3s ease 0s;
}
/*
================================================
5. Logo Bar 
================================================
*/
.affix + .banner-wrapper {
	margin-top: 94px;
}
.logo-bar {
	/* float: left; */
	padding: 20px 0;
	width: 100%;
	background: #fff;
}
.logo-bar.affix {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.118);
	top: 0;
	z-index: 999;
}
.affix.fadeInDown {
	animation-delay: 0s;
	animation-direction: normal;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
	animation-iteration-count: 1;
	animation-name: fadeInDown !important;
	animation-play-state: running;
	animation-timing-function: ease;
}
.fadeInDown {
	animation-name: none !important;
}
/*
================================================
6. Navigation
================================================
*/
.navbar-default {
	background-color: inherit;
	border-color: inherit;
}
.navbar {
	border-radius: 0;
	min-height: auto;
	margin: 12px 0 0;
	border: none;
	z-index: 9;
}

/*
.navbar-collapse {
	float: right;
}
*/
.navbar-brand {
	display: none;
}
.navbar-nav > li {
	/*padding: 0 0 0 40px;*/
	padding: 0 0 0 20px;
}
.navbar-nav > li:first-child {
	padding: 0;
}
.navbar-default .navbar-nav > li > a {
	color: #000000;
	font-size: 16px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 400;
	font-family: 'Oswald', sans-serif;
	padding: 0 0 5px 0;
}
.navbar-nav > li > a {
	padding-bottom: 0;
	padding-top: 0;
}
.nav > li > a {
	padding: 0;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	background-color: inherit;
	color:var(--link-color-hover);
	border-bottom: solid 2px var(--link-color-hover);
}
.navbar-default .navbar-nav > .active > a:before, .navbar-default .navbar-nav > .active > a:focus:before, .navbar-default .navbar-nav > .active > a:hover:before {
	content: "\f0d8";
	font-family: 'Fontawesome';
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: -8px;
	font-size: 14px;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
	color: var(--link-color-hover);
	border-bottom: solid 2px var(--link-color-hover);
}
.navbar-default .navbar-nav > li > a:focus:before, .navbar-default .navbar-nav > li > a:hover:before {
	content: "\f0d8";
	font-family: 'Fontawesome';
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: -8px;
	font-size: 14px;
}
/*
================================================
7. Banner Wrapper
================================================
*/
.banner-wrapper {
	width: 100%;
	position: relative;
}

/*
.banner-wrapper .fade-carousel {
	position: relative;
	height: 590px;
}
.banner-wrapper .fade-carousel .carousel-inner .item {
	height: 590px;
}
*/

.banner-wrapper .fade-carousel .carousel-indicators > li {
	margin: 0 2px;
	background-color: none;
	border-color: #fff;
	border-width: 2px;
	border-style: solid;
	width: 12px;
	height: 12px;
}
.banner-wrapper .fade-carousel .carousel-indicators > li.active {
	width: 12px;
	height: 12px;
}

.banner-wrapper .fade-carousel .carousel-control {
	top:50%;
	bottom:auto;
}

.hero {
	position: absolute;
	/*bottom: 5%;*/
	left: 36%;
	color: #fff;
	text-align: left;
	text-transform: uppercase;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	-o-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	opacity: 0;
	
	top:50%;
	left:27%;
	right:34%;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
.banner-wrapper .carousel .item.active .hero {
	opacity: 1;
}
.hero h1 {
	font-size: 58px;
	margin: 0 0 15px 0;
	display: inline-block;
	padding: 0;
	color: #fff;
	text-transform: uppercase;
	font-variant: 58px;
}
.hero h1 span {
	font-family: 'Khand', sans-serif;
	font-family: 'Fjalla One', sans-serif;
	font-family: 'Teko', sans-serif;
	font-weight: 300;
	font-size: 42px;
}
.hero h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-size: 32px;
	line-height: 36px;
	font-weight: 300;
	padding: 0;
	margin: 0 0 30px 0;
	color: #fff;
	text-transform: none;
}
.hero a {
	background: #000000;
	padding: 15px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 300;
}
.hero a i {
	padding: 0 0 0 10px;
}
.banner-wrapper .carousel .item.active .animated1 {
	animation: 1s ease-in 500ms normal both 1 running flipInX;
}
.banner-wrapper .carousel .item.active .animated2 {
	animation: 1s ease-in-out 100ms normal both 1 running bounceInLeft;
}
.banner-wrapper .carousel .item.active .animated3 {
	animation: 1s ease-in-out 100ms normal both 1 running bounceInLeft;
}
.banner-wrapper .carousel-control.right, .banner-wrapper .carousel-control.left {
	background-image: inherit;
}
/* Slides backgrounds */
.fade-carousel .slides .slide-1, .fade-carousel .slides .slide-2, .fade-carousel .slides .slide-3, .fade-carousel .slides .slide-4 {
	/* height: 590px; */
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.fade-carousel .slides .slide-1:before, .fade-carousel .slides .slide-2:before, .fade-carousel .slides .slide-3:before, .fade-carousel .slides .slide-4:before {
	background: #000 none repeat scroll 0 0;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0.1;
	position: absolute;
	right: 0;
	top: 0;
}

.fade-carousel .item img {
	display:block;
	width:100%;
}


.banner-wrapper .carousel-control {
	width: 6%;
}
.banner-wrapper .carousel-control .glyphicon-chevron-left, .banner-wrapper .carousel-control .glyphicon-chevron-right, .banner-wrapper .carousel-control .icon-next, .banner-wrapper .carousel-control .icon-prev {
	border: 1px solid #f0efeb;
	border-radius: 60px;
	font-size: 36px;
	height: 60px;
	line-height: 60px;
	width: 60px;
}
/*
================================================
8. About Section
================================================
*/
.main-video {
	padding:50px 0;
}
/*
================================================
8. About Section
================================================
*/
.about-us {
	background: url(../images/about-wrapper-bg.jpg) repeat left top;
}

.about-us .about-callouts .callout {
	margin-top: 60px;
}
.about-us .about-callouts .icon img {
	background: #fff;
	border: solid 1px #b7b7b7;
	border-radius: 5px;
	padding: 0 10px;
}
.about-us .about-callouts h3 {
	color: #3e3e3e;
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
}
.about-us .about-callouts p {
	padding: 0;
}


@media (min-width: 768px){
	.about-us .about-callouts .callout {
		height:170px;
	}
}
@media (min-width: 992px){
	.about-us .about-callouts .callout {
		height:100px;
	}
}

/*
================================================
9. Courses
================================================
*/
.courses .course-list {
	margin: 0 15px 0 0;
}
.courses .heading-icon {
	border: solid 1px transparent;
	text-align: center;
	margin: 0 0 36px 0;
}
.courses .heading-icon h3 {
	color: var(--accent-color-1);
	font-size: 22px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}
.courses .heading-icon .icon {
	background: #58595b;
	width: 160px;
	height: 160px;
	border-radius: 50%;
	text-align: center;
	display: inline-block;
	margin: 0 0 36px 0;
}
.courses .heading-icon .icon i {
	color: #fff;
	font-size: 60px;
	line-height: 160px;
}
.courses .course-list:hover .heading-icon {
	background: var(--button-color-hover);
	border: solid 1px var(--button-color-hover);
}
.courses .course-list:hover .heading-icon h3 {
	color: #fff;
}
.courses .course-list:hover .heading-icon .icon {
	background: #fff;
}
.courses .course-list:hover .heading-icon .icon i {
	color: var(--button-color-hover);
}


.courses .course-cnt h3 {
	color:var;
	font-size: 22px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}

.courses .course-cnt h4 {
	font-size: 16px;
	font-weight: 600;
}
.courses .course-cnt .course-details p {
	color: #000;
	font-weight: 600;
}
.courses .owl-theme .owl-controls .owl-pagination {
	display: none;
}
.courses .owl-theme .owl-controls .owl-buttons div {
	font-size: 0;
	height: 36px;
	width: 36px;
}
.courses .owl-theme .owl-controls .owl-buttons {
	position: absolute;
	right: 15px;
	top: -72px;
}
.courses .owl-theme .owl-controls .owl-buttons .owl-prev {
	background: url(../images/arrow-left.png) no-repeat left top;
}
.courses .owl-theme .owl-controls .owl-buttons .owl-next {
	background: url(../images/arrow-right.png) no-repeat left top;
}


/*
================================================
10. Faculty
================================================
 */
.faculty {
	background: #f6f6f6;
}
.faculty .img-box h4 {
	margin: 0 0 15px 0;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
}
.faculty .img-box p {
	margin: 0 0 10px 0;
	color: #fff;
}
.faculty img {
	width: 100%;
	height: auto;
}
.faculty .img-box {
	opacity: 1;
	display: block;
	position: relative;
	margin: 0 0 15px 0;
}/*
.faculty .img-box:before {
	position: absolute;
	top: 10px;
	bottom: 10px;
	left: 10px;
	right: 10px;
	bottom: 100%;
	content: '';
	background-color: rgba(238, 29, 35, 0.9);
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
	-webkit-transition-delay: 0.25s;
	transition-delay: 0.25s;
}
.faculty .img-box:hover:before {
	bottom: 10px;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}*/
.faculty .img-box .text-center {
	position: absolute;
	z-index: 2;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	opacity: 0;
	padding: 0 30px;
}
.faculty .img-box:hover .text-center {
	opacity: 1;
}
.faculty .owl-carousel .item {
	margin: 0 15px;
}
.faculty .owl-theme .owl-controls .owl-buttons .owl-prev {
	background: url(../images/arrow-left.png) no-repeat left top;
	border-radius: 0;
	font-size: 0;
	height: 40px;
	margin: 0 2px 0 0;
	opacity: 1;
	padding: 0;
	width: 40px;
	position: absolute;
	top: 50%;
	left: 0;
}
.faculty .owl-theme .owl-controls .owl-buttons .owl-next {
	background: url(../images/arrow-right.png) no-repeat left top;
	border-radius: 0;
	font-size: 0;
	height: 40px;
	margin: 0;
	opacity: 1;
	padding: 0;
	width: 40px;
	position: absolute;
	top: 50%;
	right: 0;
}
.faculty .owl-pagination {
	display: none;
}
/*
================================================
11. projects
================================================
*/
.projects {
	padding-bottom: 0;
}
.nav-tabs {
	border-bottom: none;
}
.nav-tabs > li > a {
	font-size: 22px;
	color: #58595b;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	padding: 20px 60px;
	border: solid 1px #959595;
	margin: 0;
	border-radius: 0;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
	background: var(--link-color-hover);
	border: solid 1px var(--link-color-hover);
	color: #fff;
}
.projects .nav > li > a:focus, .projects .nav > li > a:hover {
	background-color: var(--link-color-hover);
	border: solid 1px var(--link-color-hover);
	color: #fff;
}
.projects .item {
	padding: 0 80px;
}
.projects h3 {
	color: #000000;
	font-size: 16px;
	font-weight: 600;
	font-family: 'Roboto', sans-serif;
	line-height: 24px;
}
.projects h3 {
	color: var(--link-color-default);
	font-size: 22px;
}
.projects h3 span {
	font-weight: 400;
}
.projects p {
	line-height: 24px;
}

/*
.projects .tes-img {
	text-align: center;
	margin: 30px 0 0 0;
	background: url(../images/tes-img-border.png) no-repeat center bottom;
	padding: 0 0 45PX 0;
}
.projects .tes-img img {
	background: #e2e3df;
	border-radius: 50%;
}
*/

.projects .owl-theme .owl-controls .owl-pagination {
	display: none;
}
.projects .owl-theme .owl-controls .owl-buttons div {
	font-size: 0;
	height: 36px;
	width: 36px;
	top: 34%;
	position: absolute;
}
.projects .owl-theme .owl-controls .owl-buttons .owl-prev {
	background: url(../images/arrow-left.png) no-repeat left top;
	left: 0;
}
.projects .owl-theme .owl-controls .owl-buttons .owl-next {
	background: url(../images/arrow-right.png) no-repeat left top;
	right: 0;
}
#accordion-first {
	margin: 60px 0 0 0;
}
#accordion-first .accordion-group {
	margin-bottom: 10px;
	background: #f6f6f6;
	padding: 10px;
}
.accordion-inner {
	padding: 6px 0 0;
}
#accordion-first .accordion-heading {
	border-bottom: 0px none;
	font-size: 16px;
}
#accordion-first .accordion-heading .accordion-toggle {
	display: block;
	cursor: pointer;
	padding: 5px 0px !important;
	color: #000000;
	outline: medium none !important;
	text-decoration: none;
	font-weight: 600;
}
#accordion-first .accordion-heading .accordion-toggle.active {
	color: var(--link-color-hover);
}
#accordion-first .accordion-heading .accordion-toggle > em {
	color: #000000;
	font-size: 14px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	width: 32px;
	float: right;
}
/*
================================================
12. Gallery
================================================
*/

.gal-container {
	padding: 0;
	display: inline-block;
}
.gal-item {
	overflow: hidden;
	padding: 3px;
	position: relative;
}
.gal-item::before {
	background: rgba(27, 50, 70, 0.8) none repeat scroll 0 0;
	bottom: -20px;
	content: "";
	left: -20px;
	opacity: 0;
	position: absolute;
	right: -20px;
	top: -20px;
	transition: all 0.35s ease-out 0.2s;
	visibility: hidden;
	z-index: 1;
}
.gal-item:hover::before {
	opacity: 1;
	transition-delay: 0s;
	visibility: visible;
}
.gal-item .caption {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	padding-left: 15px;
	padding-right: 15px;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateY(-10%);
	transition: all 0.35s ease-out 0s;
	visibility: hidden;
	z-index: 2;
	text-align: center;
	color: #d3d3d3;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.gal-item .caption .subhead {
	font-weight:normal;
}

.gal-item:hover .caption, .gal-item:hover .caption {
	opacity: 1;
	transform: translateY(0px);
	visibility: visible;
}
.gal-item .caption::before, .gal-item .caption::before {
	bottom: 10px;
	content: "";
	left: 10px;
	position: absolute;
	right: 10px;
	top: 10px;
	transition: all 0.35s ease-out 0s;
}
.gal-item:hover .caption::before, .gal-item:hover .caption::before {
	bottom: 20px;
	left: 20px;
	right: 20px;
	top: 20px;
}


.gal-item .box {
	height: 350px;
	overflow: hidden;
}
.box img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	-o-object-fit: cover;
}
.gal-item a:focus {
	outline: none;
}
.gal-item a i {
	color: #fff;
	font-size: 30px;
}
.modal-open .gal-container .modal {
	background-color: rgba(0, 0, 0, 0.4);
}
.modal-open .gal-item .modal-body {
	padding: 0px;
}
.modal-open .gal-item button.close {
	position: absolute;
	width: 25px;
	height: 25px;
	background-color: #000;
	opacity: 1;
	color: #fff;
	z-index: 999;
	right: -12px;
	top: -12px;
	border-radius: 50%;
	font-size: 15px;
	border: 2px solid #fff;
	line-height: 25px;
	-webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.35);
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.35);
}
.modal-open .gal-item button.close:focus {
	outline: none;
}
.modal-open .gal-item button.close span {
	position: relative;
	top: -3px;
	font-weight: lighter;
	text-shadow: none;
}
.gal-container .modal-dialogue {
	width: 80%;
}
.gal-container .description {
	position: relative;
	height: 70px;
	top: -70px;
	padding: 10px 25px;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	text-align: left;
}
.gal-container .description h4 {
	text-align:center;
	margin: 0px;
	font-size: 15px;
	font-weight: 300;
	line-height: 20px;
}
.gal-container .modal.fade .modal-dialog {
	-webkit-transform: scale(0.1);
	-moz-transform: scale(0.1);
	-ms-transform: scale(0.1);
	transform: scale(0.1);
	top: 100px;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.gal-container .modal.fade.in .modal-dialog {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transform: translate3d(0, -100px, 0);
	transform: translate3d(0, -100px, 0);
	opacity: 1;
}
/*
================================================
13. Partner Logos
================================================
*/
.partner-logos .item {
	margin: 0 15px;
}
.partner-logos .logo-bg {
	border: dashed 1px #969696;
	width: 220px;
	height: 220px;
	text-align: center;
	border-radius: 50%;
	padding: 15px;
	margin: 0 auto;
}
.partner-logos .logo {
	font-family: "Roboto", sans-serif;
	font-size: 38px;
	font-weight: 300;
	text-transform: uppercase;
	background: #f2f2f2;
	color: #525252;
	border-radius: 50%;
	width: 190px;
	height: 190px;
	line-height: 190px;
}
.partner-logos .item:hover .logo-bgr {
border:dashed 1px var(--link-color-hover);
}
.partner-logos .item:hover .logo {
	background: var(--link-color-hover);
	color: #fff;
}
.partner-logos .owl-theme .owl-controls .owl-pagination {
	display: none;
}
.partner-logos .owl-theme .owl-controls .owl-buttons div {
	font-size: 0;
	height: 41px;
	width: 41px;
	top: 34%;
	position: absolute;
	border-radius: 0;
}
.partner-logos .owl-theme .owl-controls .owl-buttons .owl-prev {
	background: url(../images/logos-arrow-left.png) no-repeat left top;
	left: 0;
}
.partner-logos .owl-theme .owl-controls .owl-buttons .owl-next {
	background: url(../images/logos-arrow-lright.png) no-repeat left top;
	right: 0;
}
/*
================================================
14. Contact Us
================================================
*/

.contactus {
	background-color:#f6f6f6;
}

.contactus .contact-list {
	border: solid 1px #dfdfdf;
	padding: 0 26px 0 26px;
	margin: 24px 0 0 0;
	min-height: 200px;
}
.contactus .contact-list .contact-icon {
	padding: 10px;
	border: solid 1px #f6f6f6;
	width: 88px;
	height: 88px;
	border-radius: 50%;
	display: inline-block;
	margin: -44px 0 24px 0;
}
.contactus .contact-list i {
	color: var(--accent-color-1);
	background: #f6f6f6;
	font-size: 42px;
	width: 68px;
	height: 68px;
	line-height: 68px;
	border-radius: 50%;
}
.contactus .contact-list h3 {
	text-align: center;
	color: var(--accent-color-1);
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
	margin: 0 0 24px 0;
}
.contactus .contact-list h4 {
	border-bottom: dashed 1px var(--accent-color-1);
	margin: 0 0 15px 0;
	padding: 0 0 8px 0;
	font-size: 16px;
	font-weight: 400;
	color: #000000;
}
.contactus .contact-list p {
	font-size: 14px;
	color: #58595b;
	font-weight: 400;
	margin: 0 0 40px 0;
}
/* Form */
.form .txt[type="text"], .txt[type="password"], .txt[type="email"] {
	border: none;
	margin: 0 0 10px;
	padding: 10px 0 10px 10px;
	width: 100%;
	background: #f6f6f6;
}
.form .txt_3 {
	margin: 10px 0 0;
	padding: 10px 0 10px 10px;
	width: 100%;
	background: #f6f6f6;
	border: none;
}
.form .txt2[type="submit"] {
	background: var(--button-color-default);
	border: none;
	border-radius: 0;
	color: #fff;
	font-size: 16px;
	font-style: normal;
	line-height: 40px;
	margin: 10px 0;
	padding: 0;
	text-transform: uppercase;
	width: 30%;
	float: right;
}
.form txt2:hover {
	background: #fff;
	color: #2d2e2e;
	transition: all 0.5s ease 0s;
}
#signSize {
	height: 45px;
	padding: 10px;
	background-color: #f6f6f6;
	border: none;
	color: #757575;
}
/* Google Map*/
div.google-map {
	width: 100%;
	float: left;
}
div.google-map iframe {
	height: 484px;
	width: 100%;
	border: none;
}
/* Subscribe */
.subscribe {
	background: #58595b;
	padding: 85px 0 70px;
	width: 100%;
	float: left;
	text-align: center;
	margin: 100px 0 0 0;
}
.subscribe h3, .subscribe p {
	color: #fff;
}
.subscribe input.form-control {
	width: 77%;
	float: left;
	border: none;
	height: 44px;
	line-height: 44px;
	border-radius: 0;
	box-shadow: none;
}
.btn-1 {
	background: var(--button-color-default);
	background: #fee735;
	border: medium none;
	border-radius: 0;
	color: #fff;
	color: #000;
	padding: 12px 0;
	text-transform: uppercase;
	margin: 0;
	float: left;
	width: 23%;
}
.btn-1:hover, .btn-1:active, .btn-1:focus {
	background: #333 none repeat scroll 0 0;
	color: #fff;
}
/*
================================================
15. Footer
================================================
*/
footer {
	background: #464646;
	padding: 20px 0;
	width: 100%;
	float: left;
}
footer p {
	color: #fff;
	text-align: center;
	margin: 0;
	font-size: 14px;
}

/*
================================================
16. Media Quries 
================================================
 */
@media (min-width: 992px) and (max-width: 1024px) {
.navbar-nav > li {
	padding: 0 0 0 28px;
	padding: 0 0 0 20px;
}
.top-wrapper ul.header-contact-info li:last-child {
	display: none;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.navbar-nav > li {
	padding: 0 0 0 16px;
}
.navbar-default .navbar-nav > li > a {
	font-size: 12px;
}

/*
.banner-wrapper .fade-carousel {
	height: 400px;
}
.banner-wrapper .fade-carousel .carousel-inner .item {
	height: 400px;
}
.banner-wrapper .fade-carousel .slides .slide-1, .banner-wrapper .fade-carousel .slides .slide-2, .banner-wrapper .fade-carousel .slides .slide-3, .banner-wrapper .fade-carousel .slides .slide-4 {
	height: 400px;
}
*/

.hero {
	/*display: none;*/
}
.hero h3 {
	font-size:1.625em;
	line-height:1.25em;
}
.about-us .about-callouts .icon {
	margin-bottom: 20px;
}
.about-us .about-callouts img {
	width: auto;
	margin: 0;
}
}

@media (max-width: 767px) {
.navbar-brand {
	display: block;
	height: auto;
}
.navbar {
	margin: 0;
}

.navbar-collapse {
	background: #f5f5f7;
	float: none;
}
.navbar-nav > li:first-child {
	padding-left: 30px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
	border-bottom: none;
}
.navbar-default .navbar-nav > .active > a::before, .navbar-default .navbar-nav > .active > a:focus::before, .navbar-default .navbar-nav > .active > a:hover::before, .navbar-default .navbar-nav > li > a:focus::before, .navbar-default .navbar-nav > li > a:hover::before {
	content: "";
}

/*
.banner-wrapper .fade-carousel {
	height: 300px;
}
.banner-wrapper .fade-carousel .carousel-inner .item {
	height: 300px;
}
.banner-wrapper .fade-carousel .slides .slide-1, .banner-wrapper .fade-carousel .slides .slide-2, .banner-wrapper .fade-carousel .slides .slide-3, .banner-wrapper .fade-carousel .slides .slide-4 {
	height: 300px;
}
*/

.hero {
	/*display: none;*/
	/*Adjustment to show mobile hero text*/
	left:50%;
	right:-20%;
}
.hero h3 {
	font-size:1.5em;
	line-height:1em;
}
.banner-wrapper .carousel-control .glyphicon-chevron-left, .banner-wrapper .carousel-control .glyphicon-chevron-right, .banner-wrapper .carousel-control .icon-next, .banner-wrapper .carousel-control .icon-prev {
	border: 1px solid #f0efeb;
	border-radius: 40px;
	font-size: 26px;
	height: 40px;
	line-height: 40px;
	width: 40px;
}
section h2 {
	font-size: 24px;
}
section h2 span {
	font-size: 26px;
}
section h2:before {
	top: 23%;
}
.about-us img {
	margin-top: 30px;
}
.about-us h2 {
	font-size: 24px;
}
.about-us h2 span {
	font-size: 26px;
}
.about-us .about-callouts .icon {
	margin-bottom: 20px;
	text-align: center;
}
.about-us .about-callouts img {
	width: auto;
	margin: 0;
}
.nav-tabs > li > a {
	font-size: 12px;
	padding: 10px 15px;
}
.projects .owl-theme .owl-controls .owl-buttons div {
	margin: 0;
}
.projects .item {
	padding: 40px 40px 0;
}
div.google-map iframe {
	height: 250px;
}
div.google-map {
	margin: 20px 0 0;
}
}



/* --- Principle Styles --- */
.clear {
	clear:both;
}

/* - Video Embed - */
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* - Contact Section - */
.contactus .contact-list .contact-social-icons i {
	width:40px;
	height:40px;
	font-size:32px;
	line-height:40px;
}

/* - Single Page - */
.inner-banner {
	background-image: url(../images/cta-bg.jpg);
	background-position: top center;
	background-size: cover;
	/* float: left; */
	padding: 55px 0 50px;
	position: relative;
	width: 100%;
	z-index: 2;
	text-align: center;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
	height:200px;
}
.inner-banner::before {
    background: #000;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.4;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.inner-banner h2 {
    color: #fff;
    font-size: 30px;
    margin: 0 0 30px 0;
    font-weight: 600;
}

.inner-breadcrumb {
	padding:10px 0;
	background-color:#000;
}

.inner-breadcrumb ul {
	margin:0;
	padding:0;
}

.inner-breadcrumb ul li {
    display: inline-block;
    padding: 0 8px 0 14px;
    position: relative;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
}
.inner-breadcrumb ul li:last-child {
    font-weight: 600;
    color: #ccc;
    color: #fff;
}
.inner-breadcrumb ul li + li::before {
    color: #fff;
    content: "/ ";
    font-family: fontawesome;
    font-size: 12px;
    font-weight: normal;
    left: 0;
    line-height: normal;
    margin-top: -7px;
    position: absolute;
    top: 50%;
}
.inner-breadcrumb ul li a {
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 14px;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out 0s;
}

.inner-breadcrumb .container::after {
	display:none;
}

#subscriptionFrm {
	max-width:400px;
	margin:0 auto;
}

#subscribeMsg {
	margin-top:10px;
	font-size:12px;
}



/* screen reader only */
.sr-only {
   overflow:hidden;
   width:1px;
   height:1px;
   margin:0 0 0 -2px;
   clip: rect(0,0,0,0);
   border: 0;
}

.navbar {
	margin-top:0;
}

.navbar-nav {
	float:none;
}

.container ul.navbar-nav {
	padding-left:0;
}
