/* -----------------------------------------------------------
TABLE OF CONTENTS:
--------------------------------------------------------------

* GENERAL SECTION
* SITE PRELOADER
* HEADER SECTION
* VIDEO SECTION
* SLOGAN SECTION
* WORK SECTION
* ABOUT SECTION
* TEAM SECTION
* PRICING SECTION
* STATISTICS SECTION
* SERVICE SECTION
* PATNERS SECTION
* CLIENT SECTION
* CTA SECTION
* CONTACT SECTION
* FOOTER-TOP-AREA SECTION
* FOOTER SECTION
* SINGLE BLOG PAGE
------------------------------------------------------------*/

/*----------------------------------------- GENERAL SECTION -------------------------------------------------*/

/*Import fonts*/

@font-face {
	font-family: 'oswaldbold';
	src: url('../fonts/oswald-bold-webfont.woff2') format('woff2'), url('../fonts/oswald-bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'oswald_regularregular';
	src: url('../fonts/oswald-regular-webfont.woff2') format('woff2'), url('../fonts/oswald-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
body, h2, h3, h4, h5, h6 {
	color: #373737;
}
h1 {
	display: block;
	font-size: 3em;
	margin-top: 0.67em;
	margin-bottom: 0.67em;
	margin-left: 0;
	margin-right: 0;
	font-weight: bold;
}

@media only screen and (max-width: 1200px) {
.homepage-intro h1 {
	font-size: 15px !important;
}
}
p.white {
	color: white;
}
.alignleft {
	float: left;
	margin-right: 15px
}
.alignright {
	float: right;
	margin-left: 15px
}
.aligncenter {
	display: block;
	margin: 0 auto 15px
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul > li {
	display: inline-block;
}
a:focus, a:hover {
	text-decoration: none;
	outline: 0
}
img {
	max-width: 100%;
	height: auto
}
body, html {
	height: 100%!important
}
body {
	font-family: "open sans", sans-serif;
	overflow-x: hidden;
	overflow-y: scroll;
	background: #ffffff;
	text-shadow: none;
}
.pdt-10 {
	padding-top: 10px
}
.pdt-20 {
	padding-top: 20px
}
.pdt-30 {
	padding-top: 30px
}
.pdt-40 {
	padding-top: 40px
}
.pdt-50 {
	padding-top: 50px
}
.pdt-80 {
	padding-top: 80px
}
.mt-80 {
	margin-top: 80px;
}
.ml-30 {
	margin-left: 30px;
}
.pdl-30 {
	padding-left: 30px;
}
.section-padding {
	padding: 75px 0;
}
.section-padding-250 {
	padding: 250px 0px;
}
.section-padding-80 {
	padding: 80px 0;
}
.section-padding-50 {
	padding: 50px 0;
}
.section-padding-bottom-0 {
	padding-bottom: 0
}
.section-title h1.section-heading {
	font-weight: 800;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 80px;
	color: #2C2C2C;
	padding: 20px;
}
.section-title h4.section-sub-heading {
	position: relative;
	z-index: 1;
	font-family: 'Playfair Display', serif;
	font-weight: 700;
	font-style: italic;
	letter-spacing: 2px;
	color: #999999;
	text-transform: capitalize;
}
section#team .section-title h1.section-heading, section#client .section-title h1.section-heading {
	color: #fff;
}
.service-caption-sub-heading {
	background: #f0f0f0;
	padding: 8px 10px;
	border-top: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
	margin: 70px auto 10px auto;
	text-transform: uppercase;
}
.section-title p.section-title-para {
	position: relative;
	font-size: 25px;
	text-transform: uppercase;
	color: #2c2c2c;
}
section#team .section-title p.section-title-para, section#client .section-title p.section-title-para {
	color: #fff;
}
.section-title p.section-title-para span.text-color {
	color: #999999;
}
.slogan-box-wrapper .single-slogan-content h1, .cta-heading {
	font-family: oswald_regularregular;
	text-transform: uppercase;
	color: #fff;
	font-weight: 800;
	font-size: 70px;
	z-index: 1;
}
.menu-right {
	float: right;
}
hr.divider {
	width: 25%;
	margin: 30px auto;
}
a.page-close-link {
	font-size: 28px;
	color: #2c2c2c;
	padding: 5px 17px;
	background: #ddd;
	display: inline-block;
	margin: 20px 0px;
}
.site-tab-content {
	background: #fff;
	padding: 24px 10px 0px 10px;
	border-bottom: none;
	-webkit-box-shadow: 1px 1px 30px #ddd;
	box-shadow: 1px 1px 30px #ddd;
}
ul.tab-nav.nav.nav-pills {
	background: transparent;
	padding: 30px 0px;
	height: auto;
	min-height: auto;
}
ul.tab-nav.nav.nav-pills li a {
	background: #fff;
	color: #666;
	border-radius: 0px;
	font-family: 'Playfair Display', serif;
	font-style: italic;
	font-weight: 800;
	letter-spacing: 1px;
	-webkit-box-shadow: 3px 3px 6px #ddd;
	box-shadow: 3px 3px 6px #ddd;
}
ul.tab-nav.nav.nav-pills li.active a, ul.tab-nav.nav.nav-pills li.active a:hover {
	background: #0e2c8e;
	color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0px;
}
ul.tab-nav.nav.nav-pills li a:hover {
	color: #2c2c2c;
}
ul.tab-nav.nav.nav-pills li a:hover {
	border-radius: 0px;
}
.single-pricing-table-wrapper .pricing-content ul li a.select-btn, .slogan-box-wrapper a.slogan-btn, a.cta-btn {
	width: 200px;
	height: 32px;
	max-width: 100%;
	font-family: 'oswald_regularregular', sans-serif;
	line-height: 2.3;
	border-radius: 2px;
	text-align: center;
	color: #ffc20f;
	display: inline-block;
	background: transparent;
	border: 2px solid #ffc20f;
	text-transform: capitalize;
	letter-spacing: 1px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.single-pricing-table-wrapper .pricing-content ul li a.select-btn, a.cta-btn {
	background: #ffc20f;
	font-weight: 800;
	color: #0e2c8e;
	text-transform: uppercase;
	width: 300px;
	height: 50px;
	font-size: 17px;
	border: 5px solid #333435;
}
.blog-comments-box .post-btn, input.submit-btn {
	margin-top: 40px;
	border: 2px solid #ddd;
	text-shadow: none;
	padding: 0px 15px 0px 15px;
	background: #fff;
	width: 240px;
	height: 45px;
	outline: 0;
	color: #000000;
	border-radius: 2px;
	text-transform: uppercase;
	border: 5px solid #ddd;
	font-size: 17px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.blog-comments-box .post-btn:hover, input.submit-btn:hover {
	background: #333435;
	color: #fff;
	border: 2px solid #2c2c2c;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.single-pricing-table-wrapper .pricing-content ul li a.select-btn:hover, .slogan-box-wrapper a.slogan-btn:hover, a.cta-btn:hover {
	opacity: 1;
	color: #fff;
	display: inline-block;
	background: #333435;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s
}
.curve-bg1:before, .curve-bg1:after {
	position: absolute;
	content: "";
	background: #ffffff;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	left: 0;
	-webkit-transform: skew(0, 4deg) translate(0);
	-ms-transform: skew(0, 4deg) translate(0);
	transform: skew(0, 4deg) translate(0);
	z-index: -1;
}
.curve-bg1:after {
	-webkit-transform: skew(0, -4deg) translate(0);
	-ms-transform: skew(0, -4deg) translate(0);
	transform: skew(0, -4deg) translate(0);
}
.curve-bg2:before, .curve-bg2:after {
	position: absolute;
	content: "";
	background: #ffffff;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	left: 0;
	z-index: -1;
	-webkit-transform: skew(0, 4deg) translate(0);
	-ms-transform: skew(0, 4deg) translate(0);
	transform: skew(0, 4deg) translate(0);
}
.curve-bg2:after {
	-webkit-transform: skew(0, -4deg) translate(0);
	-ms-transform: skew(0, -4deg) translate(0);
	transform: skew(0, -4deg) translate(0);
}
.curve-bg3:before, .curve-bg3:after {
	position: absolute;
	content: "";
	background: #ffffff;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	left: 0;
	-webkit-transform: skew(0, 4deg) translate(0);
	-ms-transform: skew(0, 4deg) translate(0);
	transform: skew(0, 4deg) translate(0);
	z-index: -1;
}
.curve-bg3:after {
	-webkit-transform: skew(0, -4deg) translate(0);
	-ms-transform: skew(0, -4deg) translate(0);
	transform: skew(0, -4deg) translate(0);
}
.curve-bg4:before, .curve-bg4:after {
	position: absolute;
	content: "";
	background: #333435;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	left: 0;
	z-index: -1;
	-webkit-transform: skew(0, 4deg) translate(0);
	-ms-transform: skew(0, 4deg) translate(0);
	transform: skew(0, 4deg) translate(0);
}
.curve-bg4:after {
	-webkit-transform: skew(0, -4deg) translate(0);
	-ms-transform: skew(0, -4deg) translate(0);
	transform: skew(0, -4deg) translate(0);
}
.curve-bg5:before, .curve-bg5:after {
	position: absolute;
	content: "";
	background: #333435;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	left: 0;
	z-index: -1;
	-webkit-transform: skew(0, 4deg) translate(0);
	-ms-transform: skew(0, 4deg) translate(0);
	transform: skew(0, 4deg) translate(0);
}
.curve-bg5:after {
	-webkit-transform: skew(0, -4deg) translate(0);
	-ms-transform: skew(0, -4deg) translate(0);
	transform: skew(0, -4deg) translate(0);
}
.curve-bg6:before, .curve-bg6:after {
	position: absolute;
	content: "";
	background: #ffffff;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	left: 0;
	z-index: -1;
	-webkit-transform: skew(0, 4deg) translate(0);
	-ms-transform: skew(0, 4deg) translate(0);
	transform: skew(0, 4deg) translate(0);
}
.curve-bg6:after {
	-webkit-transform: skew(0, -4deg) translate(0);
	-ms-transform: skew(0, -4deg) translate(0);
	transform: skew(0, -4deg) translate(0);
}
iframe {
	border: none;
}
/*-----------------------------------------SITE PRELOADER -------------------------------------------------*/

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #ffffff;
	z-index: 99999;
	/* makes sure it stays on top */
	height: 100%;
}
#status {
	position: absolute;
	left: 50%;
	/* centers the loading animation horizontally one the screen */
	top: 50%;
	/* centers the loading animation horizontally one the screen */
	width: 64px;
	height: 64px;
	margin: -32px 0 0 -32px;/* is width and height divided by two */
}
/*-----------------------------------------HEADER SECTION -------------------------------------------------*/

.header-area.absolute {
	position: absolute;
	z-index: 8;
	left: 0;
	right: 0;
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
.header-area.absolute .down-arrow {
	position: absolute;
	width: 35px;
	height: 34px;
	z-index: -1;
	color: #fff;
	font-size: 21px;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	top: 145px;
	display: inline-block;
	background: transparent;
	border: 4px solid #fff;
	border-radius: 50px;
	line-height: 1.6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transition: .5s;
	transition: .5s;
}
#custom-menubar {
	height: 80px;
	overflow: hidden;
}
#custom-menubar .logo {
	position: fixed;
	z-index: 99;
	width: 150px;
	height: auto;
	padding: 5px;
	margin: auto;
	background: transparent;
}
#custom-menubar ul.main-menu {
	margin: 0;
	padding: 0;
	list-style: none
}
#custom-menubar ul.main-menu li {
	display: inline-block;
	float: left;
}
#custom-menubar.menubar-fixed-top {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
	transition: background .5s ease-in-out, padding .5s ease-in-out;
	-webkit-transition: .5s;
	transition: .5s;
}
nav#custom-menubar.menubar-fixed-top.top-nav-collapse {
	background: #333;
	border-radius: 0px;
	-webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
	transition: background .5s ease-in-out, padding .5s ease-in-out;
	-webkit-transition: .5s;
	transition: .5s;
}
#custom-menubar ul.main-menu li a {
	cursor: pointer;
	color: #fff;
	cursor: pointer;
	text-transform: uppercase;
	padding: 31.5px 20px;
	display: block;
	font-size: 13px;
	letter-spacing: 2px;
	font-family: oswald_regularregular;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	opacity: .7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
#custom-menubar ul.main-menu li.active a {
	color: #ffc20f;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	background: transparent;
}
#custom-menubar ul.main-menu li a:focus {
	background: transparent;
}
#custom-menubar ul.main-menu li a:hover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	color: #ffc20f;
	background-color: transparent;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.navbar-toggle i {
	color: #fff;
}
/*----------------------------------------- SLIDER SECTION -------------------------------------------------*/

.home-sliders, .home-sliders div {
	height: 100%
}
.home-sliders div.single-slide-content-wrapper, .home-sliders div.single-slide-content-wrapper div {
	height: auto
}
.single-slide-item.slide-bg, .single-slide-item.slide-bg, .single-slide-item.slide-bg {
	background-size: cover;
	background-position: center center!important;
	background-repeat: no-repeat;
}
.home-sliders .single-slide-item {
	display: table;
	width: 100%;
	position: relative;
	z-index: 2
}
.home-sliders .single-slide-item:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: #0e2c8e;
	opacity: .1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
.single-slide-content-wrapper {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	z-index: 2
}
.single-slide-content-wrapper .down-arrow {
	font-size: 40px;
	display: inline-block;
	width: auto;
	height: auto;
	min-width: 50px;
	color: #fff;
}
.home-sliders .single-slide-content-wrapper h1.slider-heading {
	position: relative;
	color: #fff;
	z-index: 1;
	width: auto;
	height: auto;
	margin: 50px auto;
	letter-spacing: 3px;
	font-family: oswald_regularregular;
	font-weight: 800;
	font-size: 9em;
	text-transform: uppercase;
}
.home-sliders .single-slide-content-wrapper h1.slider-heading:after {
	position: absolute;
	content: "";
	width: 100px;
	height: auto;
	border-bottom: 10px solid #fff;
	left: 0;
	bottom: -50px;
	right: 0;
	margin: auto;
}
.home-sliders .single-slide-content-wrapper h2.slider-sub-heading {
	position: relative;
	text-align: left;
	color: #fff;
	font-family: 'Playfair Display', serif;
	font-style: italic;
	font-weight: 400;
	text-transform: capitalize;
	z-index: 1;
}
.single-slide-content-wrapper h2.slider-sub-heading span {
	width: 100%;
	height: auto;
	position: absolute;
	top: 35px;
	right: 0;
	border: .5px solid #fff;
}
.owl-nav {
	position: absolute;
	width: 52px;
	height: 50px !important;
	left: 100px;
	margin: auto;
	bottom: 80px;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.owl-prev, .owl-next {
	position: absolute;
	width: auto;
	height: auto;
	top: 0;
	padding: 3px 15px;
	border-radius: 50px;
	display: inline-block;
	font-size: 25px;
	color: #fff;
	line-height: 1.3;
	text-align: center;
	border: 6px solid #fff;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.owl-next {
	left: 45px;
	margin: 1px 7px;
}
.home-sliders:hover .owl-nav {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
/*----------------------------------------- YOUTUBE VIDEO SECTION ----------------------------------------- */

.video-control-box {
	position: absolute!important;
	bottom: 60px;
	width: 200px;
	height: auto;
	z-index: 2;
	right: 0;
	min-width: 200px;
}
.video-control-box ul li a {
	width: 30px;
	height: 30px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	border: 2px solid #ddd;
	padding: 4px;
	border-radius: 50%;
	margin: -5px;
}
.slide-bg {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.video-control-content {
	position: absolute;
	z-index: 2;
	right: 85px;
	margin: 0 auto;
	text-align: center;
	top: 35px;
}
.video-control-content ul li a {
	width: 30px;
	height: 30px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	border: 2px solid #ddd;
	padding: 4px;
	border-radius: 50%;
}
/*----------------------------------------- SLOGAN SECTION ----------------------------------------- */

.slogan-area {
	position: relative;
	z-index: 1;
}
.slogan-area.slogan-bg1 {
	background: url(../img/b-bg1.jpg);
}
.slogan-area.slogan-bg2 {
	background: url(../img/b-bg2.jpg);
}
.slogan-area.slogan-bg3 {
	background: url(../img/b-bg3.jpg);
}
.slogan-area.slogan-bg5 {
	background: url(../img/b-bg5.jpg);
}
.slogan-area.slogan-bg6 {
	background: url(../img/b-bg6.jpg);
}
.slogan-area.slogan-bg7 {
	background: url(http://www.academyofaviation.com/404page.html);
}
.slogan-area.slogan-bg8 {
	background: url(../img/b-bg8.jpg);
}
.slogan-area.slogan-bg9 {
	background: url(../img/b-bg9.jpg);
}
.slogan-area.slogan-bg10 {
	background: url(http://www.academyofaviation.com/404page.html);
}
.slogan-area.slogan-bg11 {
	background: url(../img/b-bg11.jpg);
}
.slogan-area.slogan-bg12 {
	background: url(http://www.academyofaviation.com/404page.html);
}
.slogan-area.slogan-bg13 {
	background: url(../img/b-bg13.jpg);
}
.slogan-area.slogan-bg14 {
	background: url(../img/b-bg14.jpg);
}
.cta-area.cta-bg {
	background: url(http://www.academyofaviation.com/404page.html);
}
.statistics-area.s-bg1 {
	background: url(../img/b-bg5.jpg);
}
.patners-area.p-bg {
	background: url(../img/b-bg6.jpg);
}
.slogan-area.slogan-bg1, .slogan-area.slogan-bg2, .slogan-area.slogan-bg3, .slogan-area.slogan-bg5, .slogan-area.slogan-bg6, .slogan-area.slogan-bg7, .slogan-area.slogan-bg8, .slogan-area.slogan-bg9, .slogan-area.slogan-bg10, .slogan-area.slogan-bg11, .slogan-area.slogan-bg12, .slogan-area.slogan-bg13, .slogan-area.slogan-bg14, .statistics-area.s-bg1, .patners-area.p-bg, .cta-area.cta-bg {
	position: relative;
	z-index: 1;
	width: auto;
	height: auto;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
}
.slogan-box-wrapper {
	position: relative;
	display: table;
	width: 100%;
	height: auto;
	z-index: 1;
}
.slogan-box-wrapper .single-slogan-content {
	width: 100%;
	height: auto;
}
.slogan-box-wrapper h3 {
	position: inherit;
	color: #fff;
	top: -20px;
	background: #ED2A37;
	width: 230px;
	margin: auto;
	border: 1px solid #ED2A37;
	font-size: 15px;
	height: 40px;
	padding: 13px;
	min-width: 230px;
	min-height: 40px;
	border-radius: 2px;
	font-family: oswald_regularregular;
	text-transform: capitalize;
	letter-spacing: 1px;
	text-align: center;
}
/*----------------------------------------- WORK SECTION ----------------------------------------- */

.work-area {
	position: relative;
	background: #ffffff;
}
.project-items {
	margin: 0 auto;
}
.element-item {
	margin-bottom: 30px;
}
.work-menu {
	position: relative;
	text-align: right;
	margin: 15px;
	padding: 7px;
	z-index: 1;
	background: #f5f9fa;
}
.work-menu li {
	font-size: 15px;
	cursor: pointer;
	display: inline-block;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	margin-left: -5px;
}
.work-menu li a {
	position: relative;
	display: block;
	text-decoration: none;
	color: #666666;
	font-family: oswald_regularregular;
	border-radius: 0px;
	padding: 7px 25px;
	letter-spacing: 1px;
	border: 5px solid #ffffff;
	margin: 0 5px;
}
figure.single-work-item-wrapper {
	position: relative;
	width: 100%;
	height: auto;
	z-index: 1;
	overflow: hidden;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
figure.single-work-item-wrapper:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	bottom: 0;
	margin: 0 auto;
	text-align: center;
	z-index: 1;
	opacity: 0;
	left: 0;
	top: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	background: #0e2c8e;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
figure.single-work-item-wrapper >img, .work4-page li img {
	max-width: 100%;
	height: auto;
	overflow: hidden;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	filter: 0;
	-webkit-filter: grayscale(0);
	-webkit-transition: .5s;
}
figure.single-work-item-wrapper figcaption.image-caption {
	position: absolute;
	content: "";
	display: inline-block;
	color: #fff;
	text-align: center;
	left: 0;
	top: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	z-index: 2;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s
}
figure.single-work-item-wrapper figcaption.image-caption h6 {
	min-height: 50px;
	min-width: 200px;
	overflow: hidden;
	color: #fff;
	bottom: 0px;
	position: inherit;
	text-align: center;
	right: 0;
	background: #0e2c8e;
	height: 50px;
	margin: auto;
	padding: 20px 0px;
	width: 200px;
	font-family: 'Playfair Display', serif;
	font-style: italic;
	letter-spacing: 3px;
	-webkit-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
}
figure.single-work-item-wrapper figcaption.image-caption ul li p.work-title {
	position: absolute;
	color: #fff;
	width: auto;
	height: auto;
	right: 0;
	margin: 0 auto;
	line-height: 6;
	visibility: hidden;
	font-style: italic;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	font-size: 17px;
	font-family: 'Playfair Display', serif;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
figure.single-work-item-wrapper figcaption.image-caption ul li a.work-link {
	position: absolute;
	display: block;
	color: #2c2c2c;
	width: 70px;
	height: 70px;
	border-radius: 60px;
	text-align: center;
	bottom: 30px;
	margin: 0 auto;
	left: 0;
	line-height: 6;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
figure.single-work-item-wrapper figcaption.image-caption ul li a i {
	text-align: center;
	line-height: 62px;
	font-size: 30px;
	padding-right: 2px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s
}
.fancybox-opened .fancybox-skin {
	position: relative;
	background: 0 0;
	color: #fff;
	text-shadow: none;
	border-radius: 0;
	-webkit-box-shadow: 0 0 8px #ddd;
	box-shadow: 0 0 8px #ddd
}
h3.work-page-heading-title, ul.team-member-info li strong, ul.project-info li strong {
	font-family: 'Playfair Display', serif;
	font-style: italic;
	color: #000;
	line-height: 0;
}
.work-menu li a:hover, .work-menu li a.selected {
	color: #2c2c2c;
	border: 5px solid #2c2c2c;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
figure.single-work-item-wrapper:hover {
	cursor: pointer;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
figure.single-work-item-wrapper:hover:after {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	right: 0;
	background: #0e2c8e;
	opacity: 0.9;
	z-index: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
figure.single-work-item-wrapper:hover img {
	width: auto!important;
	height: auto;
	overflow: hidden;
	opacity: 1;
	filter: 1;
	-webkit-filter: grayscale(1);
	-webkit-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
figure.single-work-item-wrapper:hover figcaption.image-caption h6 {
	bottom: -90px;
	position: inherit;
	z-index: 1;
	-webkit-box-shadow: 0px -5px 12px #000;
	box-shadow: 0px -5px 12px #000;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
figure.single-work-item-wrapper:hover figcaption.image-caption ul li a.work-link {
	visibility: visible;
	opacity: 1;
	color: #ffffff;
	margin: 0 auto;
	z-index: 1;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
figure.single-work-item-wrapper:hover figcaption.image-caption ul li p.work-title {
	visibility: visible;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
figure.single-work-item-wrapper:hover figcaption.image-caption ul li a.work-link:hover {
	background: #0e2c8e;
	color: #fff;
	z-index: 4;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
figure.single-work-item-wrapper:hover figcaption.image-caption ul li p.work-title {
	right: 30px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
figure.single-work-item-wrapper:hover figcaption.image-caption ul li a.work-link {
	left: 30px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
/* work1.html // work2.html // work3.html // work4.html //  work5.html // work6.html // work7.html */


.worksajax .main-wrapper {
	padding: 50px;
}
.work-name-title {
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	color: #2c2c2c;
	text-transform: uppercase;
}
.work-position-title, .team-position-title {
	font-family: 'Playfair Display', serif;
	font-style: italic;
	font-weight: 800;
	color: #999;
	text-transform: capitalize;
}
.work-content {
	width: 100%;
	height: auto;
	background: #fff;
	padding: 30px;
	line-height: 2;
	-webkit-box-shadow: 1px 1px 30px #ddd;
	box-shadow: 1px 1px 30px #ddd;
}
ul.project-info li {
	display: block;
	line-height: 2;
}
ul.social-media li a {
	color: #999;
}
.gallery-item-list figure.single-gallery-item {
	position: relative;
	z-index: 1;
	margin-top: 30px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.gallery-item-list figure.single-gallery-item figcaption.single-gallery-caption {
	position: absolute;
	top: 0;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.gallery-item-list figure.single-gallery-item figcaption.single-gallery-caption i {
	color: #fff;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.gallery-item-list figure.single-gallery-item figcaption.single-gallery-caption a {
	display: block;
	width: 50px;
	height: 50px;
	padding: 15px;
	-webkit-box-shadow: 155px 0 0 0 #2c2c2c inset;
	box-shadow: 155px 0 0 0 #2c2c2c inset;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.carousel-wrapper .carousel-indicators, div#cform-carousel .carousel-indicators, #profile-carousel-01 .carousel-indicators {
	background: #0e2c8e;
	padding: 12px 0px;
	width: 100px;
	left: 0;
	right: 0;
	margin: 0;
	bottom: 0;
	z-index: 2;
}
.single-work-caro-item.item {
	-webkit-box-shadow: 4px 7px 6px #ddd;
	box-shadow: 4px 7px 6px #ddd;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.single-work-carousel-control, .cform-carousel-controls, .profile-carousel-02-controls {
	position: absolute;
	font-size: 20px;
	border-radius: 50px;
	bottom: 0;
	right: 0px;
	color: #fff;
	background: #0e2c8e;
	padding: 7px 14px;
	border-bottom: 1px solid #ddd;
	opacity: .8;
	z-index: 2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.left.single-work-carousel-control, .left.cform-carousel-controls, .left.profile-carousel-02-controls {
	margin: 0px 43px;
	display: inline-block;
}
.embed-responsive.embed-responsive-4by3 {
	padding-bottom: 50%;
}
ul.social-media li a:hover {
	color: #2c2c2c;
}
.gallery-item-list figure.single-gallery-item:hover {
	cursor: pointer;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.gallery-item-list figure.single-gallery-item:hover img {
	opacity: .5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	cursor: pointer;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.gallery-item-list figure.single-gallery-item:hover figcaption.single-gallery-caption {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	border-radius: 50%;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.carousel-wrapper:hover a i {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	border-radius: 50%;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.single-work-carousel-control:hover, .single-work-carousel-control:hover, .cform-carousel-controls:hover, .profile-carousel-02-controls:hover, .single-work-carousel-control:focus, .single-work-carousel-control:focus, .cform-carousel-controls:focus, .profile-carousel-02-controls:focus {
	color: #fff;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
/*----------------------------------------- ABOUT SECTION ----------------------------------------- */

.about-us-area {
	position: relative;
	z-index: 1;
}
.video-poster-bg {
	position: relative;
	z-index: 1;
	background: url(../img/poster.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.video-poster-bg2 {
	position: relative;
	z-index: 1;
	background: url(../img/poster2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.video-poster-bg:after {
	position: absolute;
	content: "";
	background: #000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: .1;
	z-index: -1;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.video-poster-bg2:after {
	position: absolute;
	content: "";
	background: #000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: .1;
	z-index: -1;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.profile-video-content-wrapper {
	display: table;
	width: 100%;
	height: 100%;
}
.profile-video-content {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-family: 'Playfair Display', serif;
	color: #fff;
	z-index: 5;
	font-size: 16px;
	margin: auto;
	padding: 130px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.profile-info {
	background: #f6f9fa;
	padding: 10px 25px;
	-webkit-box-shadow: 1px 1px 30px #ddd;
	box-shadow: 1px 1px 30px #ddd;
}
.profile-info-para {
	font-size: 16px;
}
div#history, div#principal, div#awards {
	width: 100%;
	height: 380px;
	min-height: 380px;
}
.profile-info ul li {
	padding: 6px 0px;
}
.profile-video-content-wrapper .profile-video-content a {
	display: inline-block;
	width: 100px;
	height: 100px;
	line-height: 90px;
	border: 10px solid #ffffff;
	border-radius: 50px;
	padding: 1px 0px 10px 4px;
	background: #2c2c35;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.video-poster-bg .profile-video-content > a > i {
	font-size: 2em;
	color: #fff;
}
.video-poster-bg2 .profile-video-content > a > i {
	font-size: 2em;
	color: #fff;
}
.video-poster-bg:hover {
	background-position: center center!important;
}
.video-poster-bg2:hover {
	background-position: center center!important;
}
.video-poster-bg:hover .profile-video-content a {
	background: #0e2c8e;
	border-color: #fff;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.video-poster-bg2:hover .profile-video-content a {
	background: #0e2c8e;
	border-color: #fff;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.video-poster-bg:hover .profile-video-content a i {
	color: #ffffff;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.video-poster-bg2:hover .profile-video-content a i {
	color: #ffffff;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.video-poster-bg:hover .profile-video-content h3.profile-video-content-heading {
	color: #fff;
	background: #000;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.video-poster-bg2:hover .profile-video-content h3.profile-video-content-heading {
	color: #fff;
	background: #000;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
/*----------------------------------------- SERVICE SECTION ----------------------------------------- */

.service-area {
	position: relative;
	z-index: 1;
	width: 100%;
	height: auto;
}
.service-area .service-item-list .single-service-item-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 100%;
	z-index: 1;
	overflow: hidden;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
figure.single-service-item img {
	border: 20px solid #f6f9fa;
	box-shadow: 0px 0px 5px #999;
}
.single-service-item-caption {
	padding: 20px;
	background: #f6f9fa;
	-webkit-box-shadow: 0px 0px 10px #ddd;
	box-shadow: 0px 0px 10px #ddd;
	margin: auto;
}
.single-service-item-caption ul li {
	display: block;
}
figcaption.single-service-item-caption ul.skill-list li, figcaption.single-service-item-caption ul.brand-check-list li {
	display: block;
}
h2.service-caption-heading {
	margin-top: 5px;
}
.service-area .service-item-list .single-service-item-wrapper figure.single-service-item figcaption.single-service-item-caption i {
	border: 3px solid #999;
	padding: 6px 8px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	color: #999;
	width: 45px;
	height: 45px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
/*----------------------------------------- PRICING PLAN SECTION ----------------------------------------- */

.pricing-plan-area {
	position: relative;
	z-index: 1;
}
.single-pricing-table-wrapper {
	position: relative;
	display: table;
	width: 100%;
	z-index: 1;
	height: auto;
	left: 0;
	right: 0;
	margin: 0 auto;
	border: 20px solid #ddd;
	text-align: center;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.single-pricing-table-wrapper .single-pricing-body {
	display: table-cell;
	vertical-align: middle;
	background: #f8f8f8;
	color: #2c2c2c;
	-webkit-box-shadow: 3px 3px 6px #ddd;
	box-shadow: 3px 3px 6px #ddd;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.single-pricing-table-wrapper .single-pricing-body .pricing-header {
	font-size: 25px;
	padding: 20px 0px 14px 0px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.single-pricing-table-wrapper .single-pricing-body .pricing-header span.currency {
	font-size: 30px;
	font-style: normal
}
.single-pricing-table-wrapper .single-pricing-body .pricing-header span {
	font-size: 12px;
	font-style: italic
}
.single-pricing-table-wrapper .single-pricing-body ul li {
	padding: 11px 0px;
	display: block;
}
/*----------------------------------------- STATISTICS SECTION -----------------------------------------*/

.statistics-area {
	width: 100%;
	height: auto;
}
.single-content-item {
	display: table;
	width: 100%;
	height: auto;
	color: #fff;
	opacity: 1;
	border: 20px solid #333435;
	padding: 20px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.single-content {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	background: #0e2c8e;
	padding: 10px;
}
.single-content #count-test1, .single-content #count-test2, .single-content #count-test3, .single-content #count-test4 {
	font-size: 80px;
	font-weight: 800;
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
}
.single-content h5 {
	font-weight: 700;
	color: #fff;
}
.single-content-item:hover .single-content {
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.single-content-item:hover .single-content #count-test1, .single-content-item:hover .single-content #count-test2, .single-content-item:hover .single-content #count-test3, .single-content-item:hover .single-content #count-test4 {
	color: #fff;
}
/*----------------------------------------- TEAM SECTION ----------------------------------------- */

.team-area {
	position: relative;
	z-index: 1;
}
.single-team-item-wrapper {
	position: relative;
	display: table;
	width: 100%;
	height: auto;
	z-index: 1;
	overflow: hidden;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.single-team-item {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.single-team-item-wrapper img {
	width: 100%;
	height: auto;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	overflow: hidden;
	filter: gray;
	-webkit-filter: grayscale(0);
	-webkit-transition: all .8s ease-in-out;
}
.single-team-item-caption {
	position: relative;
	width: 100%;
	height: 100px;
	min-height: 100px;
	-webkit-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s;
	-webkit-transform: rotate(-4deg);
	-ms-transform: rotate(-4deg);
	transform: rotate(-4deg);
	z-index: 1;
}
.single-team-item-caption .title-caption h4, .single-team-item-caption .title-caption p {
	color: #fff;
	-webkit-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s;
}
.single-team-item-caption .title-caption h4 {
	text-transform: uppercase;
	padding-top: 15px;
}
.single-team-item-caption p, .single-team-item-caption .profile-caption h4 {
	font-family: 'Playfair Display', serif;
	font-style: italic;
	text-transform: capitalize;
	font-weight: 800;
	letter-spacing: 1px;
	-webkit-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s;
}
ul.team-member-info li {
	line-height: 2;
	display: block;
}
ul.team-member-info li strong, ul.project-info li strong {
	color: #000;
}
ul#social-icons li a {
	color: #999;
}
.single-team-item-wrapper .single-team-item-caption .title-caption, .single-team-item-wrapper .single-team-item-caption .profile-caption {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	text-align: center;
	bottom: 0;
	background: #333435;
	-webkit-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s;
 filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#000', endColorstr='#ffffff', GradientType=1);
}
ul#social-icons li a:hover {
	color: #000;
}
.single-team-item-wrapper:hover {
	cursor: pointer;
	padding: 0px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.single-team-item-wrapper:hover .single-team-item-caption .title-caption, .single-team-item-wrapper .single-team-item-caption .profile-caption {
	bottom: -110px;
	-webkit-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s;
 filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#000', endColorstr='#ffffff', GradientType=1);
}
.single-team-item-wrapper .single-team-item-caption .profile-caption {
	background: #0e2c8e;
	font-style: italic;
	padding: 30px;
	font-weight: 300;
}
.single-team-item-wrapper:hover .single-team-item-caption .profile-caption {
	bottom: 0px;
	-webkit-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s;
 filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#000', endColorstr='#ffffff', GradientType=1);
}
.single-team-item-wrapper:hover .single-team-item-caption .title-caption h4, .single-team-item-wrapper:hover .single-team-item-caption .profile-caption h4, .single-team-item-wrapper:hover .single-team-item-caption p {
	color: #fff;
	-webkit-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s;
}
.single-team-item-wrapper:hover img {
	-webkit-filter: 1;
	filter: 1;
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-filter: grayscale(2);
	-webkit-transition: all ease .4s;
	-o-transition: all ease .4s;
	transition: all ease .4s;
}
/*-------------- 

team1.html css / team2.html css / team3.html css 


/*--------------*/

.teamajax {
	margin-top: 35px;
}
.teamajax .main-wrapper {
	background: #333435;
	padding: 20px;
}
.team-name-title {
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	color: #ffffff;
	text-transform: uppercase;
}
.team-tab-nav>li>a {
	background: #fff;
	border-radius: 0px;
	border: 5px solid #333435;
	color: #000;
	font-weight: 700;
	text-transform: capitalize;
	-webkit-box-shadow: 3px 2px 7px #2c2c2c;
	box-shadow: 3px 2px 7px #2c2c2c;
}
.team-tab-nav>li.active>a, .team-tab-nav>li.active>a:focus, .team-tab-nav>li.active>a:hover {
	background: #0e2c8e;
}
.title-heading {
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	padding: 10px;
	width: auto;
	max-width: 100%;
	background: #0e2c8e;
}
.team-content {
	width: 100%;
	height: auto;
	background: #444;
	padding: 30px;
	color: #ffffff;
}
.exp-heading, .ach-heading, .skill-heading {
	color: #ffffff;
	font-weight: 800;
	text-transform: uppercase;
}
.time-heading, .comp-heading, .ach-heading, .inst-heading {
	color: #ddd;
}
.skill-heading {
	margin: 3px 0px;
}
.skill-title {
	font-weight: 700;
	color: #dddddd;
	text-transform: capitalize;
}
.team-content i.zmdi-star, .team-content i.zmdi-star-half {
	color: #999999;
}
.progress.skill-progress-bar-content {
	height: 15px;
	border-radius: 0px;
	-webkit-box-shadow: 2px 2px 7px #333435;
	box-shadow: 2px 2px 7px #333435;
}
.progress-bar.skill-progress-bar-line {
	font-size: 11px;
	line-height: 14px;
	background: #0e2c8e;
}
/*----------------------------------------- PATNERS SECTION -----------------------------------------*/

.patners-area {
	position: relative;
	z-index: 1;
}
.brands-logo.brands-carousel.owl-carousel {
	width: auto;
	margin: 0 auto
}
.single-brand-wrapper {
	position: relative;
	display: table;
	width: 100%;
	height: auto;
	z-index: 2
}
.single-brand-item {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: auto;
	height: auto;
}
/* ----------------------------------------- CLIENTS SECTION -----------------------------------------*/

.clients-area {
	position: relative;
	z-index: 1;
}
.carousel-main-wrapper {
	background: 0 0;
	display: table;
	width: 100%;
	height: 100%;
}
.carousel-main-wrapper .carousel-box {
	width: 100%;
	height: 200px;
	margin-right: 10px;
	border-radius: 0;
	counter-increment: carousel-cell
}
.single-carousel-content {
	text-align: center;
	font-size: 14px;
	position: relative
}
.carousel-nav-wrapper .carousel-box {
	opacity: .3;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	height: 25px;
	width: 25px;
	cursor: pointer
}
.clients-area .quote-icon i {
	font-size: 10em;
	padding: 0px 28px;
	border-radius: 50%;
	margin: 20px auto;
}
.carousel-box {
	padding: 20px;
}
.carousel-content {
	background: #0e2c8e;
}
.carousel-box p {
	font-size: 20px;
	color: #ffffff;
}
.carousel-box h3.client-title {
	font-size: 17px;
	font-family: 'Playfair Display', serif;
	font-style: italic;
	color: #ffffff;
}
.carousel-box figure.client-avatar {
	width: 100px;
	height: auto;
	max-width: 100%;
	min-height: 100%;
	margin: 50px auto;
}
.carousel-content-wrap {
	background: #ffffff;
}
.carousel-nav-wrapper .carousel-box:before {
	font-size: 50px;
	line-height: 80px;
	display: none
}
.clients-carousel .owl-dots {
	position: relative;
	left: 0;
	right: 0;
	padding: 20px 0px;
	z-index: 9;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.clients-carousel .owl-dot {
	width: 20px;
	height: 20px;
	background: #fff;
	margin: 5px;
	display: inline-block;
	border-radius: 10px;
	border: 7px solid #2c2c2c;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.clients-carousel .owl-dot.active {
	background: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 7px solid #333435;
	-webkit-box-shadow: 0px 0px 5px #999;
	box-shadow: 0px 0px 5px #999;
	border-radius: 10px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
/* ----------------------------------------- CTA SECTION -----------------------------------------*/

.cta-area {
	position: relative;
	z-index: 1;
}
.cta-content-wrapper {
	display: table;
	width: 100%;
	position: relative;
	z-index: 2;
}
.cta-content {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
/* ----------------------------------------- CONTACT SECTION -----------------------------------------*/

.contact-area {
	position: relative;
	z-index: 1;
}
.contact-form-wrapper {
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 15px;
}
h4.contact-heading {
	border-bottom: 1px solid #ddd;
	margin-bottom: -40px;
}
span.error {
	position: absolute;
	color: #000;
	margin-top: -55px;
	right: 30px;
}
input[type=text], input[type=url], input[type=email], input[type=password], textarea {
	padding: 16px;
	width: 100%;
	height: auto;
	background: #fff;
	outline: 0;
	color: #000;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	margin-top: -10px;
	border: 0px solid #dddddd;
	-webkit-box-shadow: 1px 1px 10px #ddd;
	box-shadow: 1px 1px 10px #ddd;
}
textarea {
	width: 100%;
	height: auto;
}
.message-box-title h3 {
	color: #000
}
input[type=text]:focus, input[type=url]:focus, input[type=email]:focus, input[type=password]:focus, textarea:focus {
	background: #fff;
	color: #000;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	border-bottom: 1px solid #000;
}
/*------------

Map Area 

--------------*/

div#map {
	height: 500px;
	min-height: 500px;
}
.gm-fullscreen-control {
	display: none
}
span.content-text {
	padding: 40px 43px;
	display: block;
	line-height: 2;
	color: #000;
}
/*------------------

Contact-info-area 

------------------*/

.office-info-heading, .message-info-heading {
	font-weight: 700;
	background: #fff;
	font-family: 'Montserrat', sans-serif;
	padding: 30px;
	margin-top: 6px;
	color: #000;
	width: 100%;
	height: 280px;
	min-height: 280px;
	font-size: 15px;
	border: 0px solid #fafafa;
	-webkit-box-shadow: 0 3px 25px -7px rgba(0, 0, 0, 0.6);
	box-shadow: 0 3px 25px -7px rgba(0, 0, 0, 0.6);
}
div#office, div#sendMessage {
	width: 100%;
	height: auto;
	min-height: 100%;
}
.office-location-content {
	background: #f8f8f8;
	padding: 30px;
	width: 100%;
	height: auto;
}
.office-location-content .office-address li {
	display: block;
}
.office-location-content .office-address li span {
	position: relative;
	font-family: oswald_regularregular;
	font-size: 20px;
	margin-left: 66px;
	float: left;
	top: -24px;
	line-height: 0;
	color: #888;
}
.office-location-content .office-address li:first-child i {
	padding-left: 12px;
}
.office-location-content .office-address li i, .office-social-media li a {
	display: block;
	font-size: 18px;
	padding: 9px 5px 15px 10px;
	width: 45px;
	height: 45px;
	background: #0e2c8e;
	color: #ffc20f;
	margin: 6px 0px;
	-webkit-box-shadow: 2px 2px 2px #ffc20f;
	box-shadow: 2px 2px 2px #ffc20f;
	border: 1px solid #2c2c2c;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.office-social-media li a {
	padding: 6px 0px 5px 10px;
}
.social-media-heading {
	padding: 5px 10px;
	border-bottom: 2px solid #ddd;
	border-top: 2px solid #ddd;
	font-family: 'Playfair Display', serif;
	font-style: italic;
}
.office-social-media li {
	float: left;
	padding-left: 2px;
}
.office-social-media li a:hover {
	color: #ffffff;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.office-location-content .office-address li:hover i {
	cursor: pointer;
	background: #0e2c8e;
	color: #fff;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.office-location-content .office-address li:hover span {
	cursor: pointer;
	background: #fff;
	color: #333435;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
/* ----------------------------------------- FOOTER-TOP-AREA SECTION -----------------------------------------*/

.footer-top-area {
	position: relative;
	z-index: 1;
	background: #0e2c8e;
}
ul.latest-post a {
	font-size: 11px;
	color: #777777;
	display: block;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	margin: 5px 0px;
	font-family: 'Montserrat', sans-serif;
}
h1.widget-title {
	font-family: 'oswaldbold';
	color: #999999;
	text-transform: uppercase;
}
hr.f-divider {
	border-top: 1px solid #333;
}
ul.latest-post a:hover {
	color: #fff;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
/* ----------------------------------------- FOOTER SECTION -----------------------------------------*/

.footer-area {
	position: relative;
	z-index: 1;
	background: #ffc20f;
	padding-right: 0;
}
.footer-logo {
	padding: 10px;
	display: inline-block;
	background: #333435;
	margin: 30px auto;
	width: 130px;
	opacity: .7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
ul#photo-gallery li {
	border-top-right-radius: 50px;
	padding: 3px;
	border: 4px solid #333435;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px;
}
ul#photo-gallery li img {
	border-radius: 50px;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
ul.footer-social-media, ul.right-side-social-media {
	margin: 0;
	padding: 0;
	list-style: none
}
ul.footer-social-media li, ul.right-side-social-media li {
	display: inline-block;
	float: left;
	padding: 0px 2px;
}
ul.footer-social-media li a, ul.right-side-social-media li a {
	display: block;
	width: 45px;
	height: 45px;
	color: #999;
	background: #0e2c8e;
	padding: 0px 12px;
	line-height: 38px;
	margin: 0;
	border: 5px solid #333435;
}
ul.right-side-social-media li a {
	background: #fff;
	border: 5px solid #ddd;
}
ul.right-side-social-media li a:hover {
	color: #2c2c2c;
}
.copyright p {
	margin: 20px auto;
	font-size: 12px;
	color: #000;
}
.copyright a, .scrolltop {
	color: #000
}
.scrolltop {
	position: fixed;
	right: 105px;
	bottom: 0;
	width: 50px;
	height: 35px;
	font-size: 25px;
	text-align: center;
	background-color: #0e2c8e;
	opacity: 0;
	z-index: 7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.scrolltop.active {
	visibility: visible;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}
.footer-logo:hover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
ul.right-side-social-media li a:hover {
	color: #2c2c2c;
}
ul.footer-social-media li a:hover {
	color: #fff;
}
ul#photo-gallery li img:hover {
	opacity: .7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	-webkit-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.scrolltop:hover {
	color: #FFF;
	background: #222222;
}
/* ----------------------------------------- SINGLE BLOG PAGE ----------------------------------------- */

.blog-area {
	background: #fff;
}
.single-blog-area-wrapper {
	background: #ffffff;
	-webkit-box-shadow: 0px 0px 42px #ddd;
	box-shadow: 0px 0px 42px #ddd;
	-webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .2);
}
.single-blog-content-wrapper {
	padding: 30px;
}
#blog .menubar-fixed-top {
	background: #fff;
	border-radius: 0px;
	padding-top: 4px;
	-webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
	-o-transition: background .5s ease-in-out, padding .5s ease-in-out;
	transition: background .5s ease-in-out, padding .5s ease-in-out;
	-webkit-box-shadow: 0px -9px 90px -9px #999;
	box-shadow: 0px -9px 90px -9px #999;
}
#blog #custom-menubar ul.main-menu li a {
	color: #000;
}
#blog .menubar-fixed-top.top-nav-collapse {
	background: #000;
	border-radius: 0px;
	padding-top: 4px;
	-webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
	-o-transition: background .5s ease-in-out, padding .5s ease-in-out;
	transition: background .5s ease-in-out, padding .5s ease-in-out;
}
#blog #custom-menubar.menubar-fixed-top.top-nav-collapse ul.main-menu li a {
	color: #fff;
	opacity: .7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
#blog #custom-menubar.menubar-fixed-top.top-nav-collapse ul.main-menu li a.current {
	color: #fff;
	opacity: 1;
}
.single-blog-post-content .control {
	position: absolute;
	color: #fff;
	font-size: 20px;
	display: inline-block;
	padding: 2px 10px;
	float: left;
	bottom: 0;
	opacity: 0;
	background: #0e2c8e;
	border: 5px solid #333435;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.single-blog-post-content .control i {
	font-size: 16px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.single-blog-post-content .right-control.control {
	right: 0;
}
.single-blog-post-content:hover .control {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.single-blog-post-content .control:hover {
	background: #333435;
	color: #fff;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
body#blog #custom-menubar.menubar-fixed-top.top-nav-collapse ul.main-menu li a:hover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
/*------- blog-left-side -------*/

.blog-carousel a {
	position: absolute;
	background: #fff;
	display: inline-block;
	background: #252525;
	padding: 3px 15px;
	border-radius: 0px;
	font-size: 20px;
	width: 54px;
	height: 54px;
	line-height: 2.3;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	color: #fff;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.blog-carousel .carousel-indicators {
	position: absolute;
	left: 50px;
}
ul.single-blog-caption {
	overflow: hidden;
}
ul.single-blog-caption li {
	display: inline-block;
	padding-right: 20px;
	float: left;
}
ul.single-blog-caption li:last-child {
	border-right: none;
}
ul.single-blog-caption li a {
	display: block;
	color: #888;
	font-family: oswald_regularregular;
	font-weight: 500;
	font-size: 18px;
}
ul.single-blog-caption i {
	background: #f9f9f9;
	padding: 5px 8px 5px 8px;
	border: 2px solid #ddd;
	border-radius: 0px;
}
.single-blog-blockquote {
	padding: 10px;
	margin: 0 0 20px;
	border-left: 10px solid #ededed;
	font-size: 15px;
	background: #f5f5f5;
}
.comments-list-wrapper {
	position: relative;
	z-index: 1;
}
.comments-list-wrapper h3 {
	font-size: 15px;
	text-transform: uppercase;
	margin: 0;
}
.comments-list-wrapper .comments-list .comments-avatar {
	float: left;
	border: 5px solid #ddd;
	border-radius: 0%;
	margin-right: 30px;
	width: 90px;
	height: 90px;
}
.comments-list-wrapper .comments-list .comments-content .comments-time {
	font-style: italic;
	font-size: 11px;
	color: #999;
	display: inline-block;
	margin: 0;
	padding-top: 15px;
	padding-bottom: 10px;
}
.comments-list-wrapper .comments-list .comments-content .comments-reply {
	position: absolute;
	color: #999;
	right: 0;
}
.blog-comments-box h3 {
	font-size: 16px;
	text-transform: uppercase;
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
	margin-bottom: 40px;
	font-family: oswaldbold;
}
.blog-comments-box h4 {
	border-bottom: 2px solid #ededed
}
.blog-comments-box input[type=text] {
	margin-right: 10px
}
.blog-comments-box input[type=text], .blog-comments-box input[type=email], .blog-comments-box textarea {
	width: 100%;
	border: 1px solid #ddd;
	margin: 10px auto;
	margin-bottom: 1px;
	margin-top: 7px;
}
.blog-comments-box textarea {
	margin-bottom: -3px;
}
.blog-carousel:hover.blog-carousel a {
	bottom: 40%;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
ul.single-blog-caption li a:hover {
	color: #2c2c2c;
}
/*------- blog-right-side -------*/

.blog-left h3 {
	color: #2c2c2c;
	font-family: oswald_regularregular;
}
.right-side-bar h1, .blog-left h1 {
	font-weight: 800;
	text-transform: uppercase;
	font-size: 50px;
}
.slogan-image {
	position: relative;
	-webkit-box-shadow: 0px 0px 16px #999999;
	box-shadow: 0px 0px 16px #999999;
	z-index: 1;
}
.right-side-bar figcaption.image-caption {
	position: relative;
	width: 100%;
	height: auto;
	padding: 17px;
	text-align: center;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	-webkit-box-shadow: 0 11px 50px -7px rgba(0, 0, 0, 0.6);
	box-shadow: 0 11px 50px -7px rgba(0, 0, 0, 0.6);
}
.right-side-bar figcaption.image-caption:after {
	position: absolute;
	background: #000;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: .9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}
.right-side-bar figcaption.image-caption hr {
	width: 50px;
	border-top: 5px solid #fff;
}
h2.slogan-imager-title {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-weight: 800;
}
h3.slogan-imager-title {
	color: #fff;
	font-size: 17px;
	font-family: 'Playfair Display', serif;
	font-style: italic;
}
hr.blog-divider {
	margin-top: 60px;
	margin-bottom: 0px;
}
.blog-post-search-bar {
	display: table;
	width: 100%;
}
.blog-post-search-content {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	position: relative;
	z-index: 1;
}
.blog-post-search-content input[type=search] {
	border: 1px solid #ddd;
	font-size: 15px;
	outline: 0;
	color: #444;
	width: 100%;
	height: auto;
	padding: 9px;
	border-radius: 50px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.blog-post-search-content input[type=search]:focus {
	border: 1px solid #2c2c2c;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}
.blog-post-search-content button[type=submit] {
	border: 0;
	padding: 6px 5.5px;
	outline: 0;
	background: transparent;
	color: #333435;
	width: auto;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	position: absolute;
	top: 0;
	right: 0;
	margin: 0 auto;
	border-radius: 50px;
}
.blog-post-search-content i {
	font-size: 20px;
	border: 0;
	padding: 7px 11px 6px;
	text-align: center;
	line-height: 17px;
	color: #999;
}
.single-blog-post-right-sidebar {
	position: relative;
	z-index: 1;
	padding: 10px 0px;
	background: #transparent;
}
.single-blog-post-right-sidebar .single-blog-latest-news img {
	float: left;
	margin-right: 15px;
	width: 50px;
	height: auto;
	margin-bottom: 6px;
	margin-top: 5px
}
.single-blog-latest-news span {
	font-size: 11px;
	font-weight: 700;
	text-align: right;
	display: inline-block;
	padding: 0 11px 0 0;
	color: #2c2c2c
}
.single-blog-latest-news .single-post2 {
	border-bottom: 1px solid #ededed;
	border-top: 1px solid #ededed;
	padding: 10px 0;
	margin: 10px 0
}
.single-blog-latest-news .single-post:last-child {
	border-bottom: 0
}
.single-blog-post-content {
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.single-blog-post-content p {
	position: absolute;
	top: 50%;
	color: #fff;
	font-size: 20px;
	width: 50%;
	background: #000;
	padding: 15px
}
ul.single-blog-latest-news li {
	padding: 5px 0px;
}
ul.single-blog-latest-news li:nth-child(2) a, ul.single-blog-latest-news li:nth-child(4) a {
	color: #222;
}
ul.single-blog-latest-news li>a {
	color: #999;
}
ul.single-blog-latest-news li>a:hover, ul.single-blog-latest-news li:nth-child(2) a:hover, ul.single-blog-latest-news li:nth-child(4) a:hover {
	text-decoration: underline;
	color: #333435;
}
.blog-post-search-content i:hover {
	color: #000000;
}
.single-blog-post-content:hover {
	cursor: pointer;
	opacity: .9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}
/*------- tags ------*/

ul.tags li {
	display: inline-block;
	padding: 6px 14px;
	border: 2px solid #ffffff;
	margin: 5px 0;
	cursor: pointer;
	border-radius: 2px;
}
ul.tags li a {
	display: block;
	color: #999;
	font-size: 12px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}
ul.tags li:nth-child(2), ul.tags li:nth-child(3), ul.tags li:nth-child(6), ul.tags li:nth-child(7) {
	border: 2px solid #dddddd;
}
ul.tags li:hover a {
	color: #2c2c2c;
}
ul.tags li:hover {
	color: #2c2c2c;
	border: 2px solid #999;
}
/*------- flicker-photos -------*/

.single-blog-photos ul#photo-gallery li {
	border: 4px solid #f8f8f8;
	border-radius: 0px;
}
.single-blog-photos ul#photo-gallery li img {
	border-radius: 0px;
}
/*------- post-nav -------*/

ul.post-nav-list li {
	border: 3px solid #dddddd;
	border-radius: 2px;
	display: inline-block;
	text-align: center;
	padding: 0;
	background: #fff;
}
ul.post-nav-list li a {
	width: 150px;
	height: auto;
	padding: 7px;
	text-align: center;
	display: block;
	color: #2c2c2c;
	font-weight: 800;
}
ul.post-nav-list {
	padding: 20px 0px;
}
ul.post-nav-list li a:hover {
	-webkit-box-shadow: 300px 0 0 0 #ededed inset;
	box-shadow: 300px 0 0 0 #ededed inset;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
ul.post-nav-list li:hover a {
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}
/* Video */
.video_container {
	position: absolute;
	overflow: hidden;
	top: 50%;
	left: 50%;
	z-index: -100;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
/*----------------------------------------- ADDED SECTION ----------------------------------------- */
.imgtext_container {
	position: relative;
	text-align: center;
	color: white;
}
.bottom-left {
	position: absolute;
	bottom: 8px;
	left: 16px;
}
.top-left {
	position: absolute;
	top: 8px;
	left: 16px;
}
.top-right {
	position: absolute;
	top: 8px;
	right: 16px;
}
.bottom-right {
	position: absolute;
	bottom: 8px;
	right: 16px;
}
.centered {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
/*============ Big Link Section ============*/

.contact-section {
	background-color: #ffc30d;
}
.contact-section .contact-info {
	text-align: center;
}
.contact-section .contact-info .info-item .icon {
	position: relative;
	display: inline-block;
	text-align: center;
	font-size: 30px;
	line-height: 1em;
	margin-top: 15px;
	margin-bottom: 15px;
}
.contact-section .contact-info .info-item h5 {
	font-size: 18px;
}
.contact-section .contact-info .info-item .icon {
	position: relative;
	display: inline-block;
	text-align: center;
	font-size: 30px;
	line-height: 1em;
	margin-top: 15px;
	margin-bottom: 15px;
}
}
/*============ Big Link Section Homepage============*/

.contact2-section {
	background-color: #FFF;
}
.contact2-section .contact2-info {
	text-align: center;
}
.contact2-section .contact2-info .info2-item .icon {
	position: relative;
	display: inline-block;
	text-align: center;
	font-size: 30px;
	line-height: 1em;
	margin-top: 20px;
	margin-bottom: 5px;
}
.contact2-section .contact2-info .info2-item h5 {
	font-size: 15px;
}
.contact2-section .contact2-info .info2-item .icon {
	position: relative;
	display: inline-block;
	text-align: center;
	font-size: 30px;
	line-height: 1em;
	margin-top: 20px;
	margin-bottom: 5px;
}
.boxed {
	background-color: white;
	border-radius: 20px;
	outline-radius: 20px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 15px;
	margin-right: 15px;
	margin-left: 15px; text-align:left;
}
/* -------------------- */
/* 4.4 Table ........ */
/* -------------------- */
.table-wrapper {
	-webkit-overflow-scrolling: touch;
	overflow-x: auto;
}
.table-wrapper .td-title {
	color: #2B2D35;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 1.0em;
}
.table-wrapper .td-description {
	color: #000;
	font-size: 1.0em;
	line-height: 1.5em;
}
.table-wrapper .td-price {
	color: #FFFFFF;
	font-weight: 600;
	font-size: 1.0em;
	text-align: center;
	background: #0e2c8e;
}
.table-wrapper .td-descriptionred {
	color: #FFFFFF;
	font-weight: 600;
	font-size: 1.0em;
	text-align: center;
	background: #ff0000;
}
.table-wrapper .td-titleyellow {
	color: #333333;
	font-weight: 600;
	font-size: 1.0em;
	text-align: center;
	background: #ffc20f;
}
.table-wrapper .td-terms {
	color: #333333;
	font-weight: 500;
	font-size: 1.0em;
	font-style: italic;
	text-align: right;
	padding: 0.75em 0;
}
.table-wrapper .td-terms p {
	margin-bottom: 0;
}
table {
	margin: 0 0 1em 0;
	width: 100%;
}
table tbody tr {
	border: solid 1px #EFEFEF;
	border-left: 0;
	border-right: 0;
}
table tbody tr:nth-child(2n + 1) {
	background-color: #F8F8F8;
}
table td {
	padding: 0.75em 0.75em;
	vertical-align: middle;
}
table th {
	color: #999999;
	font-size: 1.0em;
	font-weight: 600;
	padding: 0 0.75em 0.75em 0.75em;
	text-align: left;
}
table thead {
	border-bottom: solid 2px #EFEFEF;
}
table tfoot {
	border-top: solid 2px #EFEFEF;
}
table.alt {
	border-collapse: separate;
}
table.alt tbody tr td {
	border: solid 2px #EFEFEF;
	border-left-width: 0;
	border-top-width: 0;
}
table.alt tbody tr td:first-child {
	border-left-width: 2px;
}
table.alt tbody tr:first-child td {
	border-top-width: 2px;
}
table.alt thead {
	border-bottom: 0;
}
table.alt tfoot {
	border-top: 0;
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
.table-wrapper {
	-webkit-overflow-scrolling: touch;
	overflow-x: auto;
}
.table-wrapper thead {
	display: none;
}
.table-wrapper tr {
	text-align: center;
	margin-bottom: 30px;
	clear: both;
	display: block;
	border: none;
	float: left;
	width: 100%;
	background: #F8F8F8;
}
.table-wrapper .td-title {
	float: left;
	width: 100%;
	padding: 0 0.75em;
}
.table-wrapper .td-titleyellow {
	float: left;
	width: 100%;
	clear: both;
	padding: 0.1em 0.75em;
}
.table-wrapper .td-description {
	float: left;
	width: 100%;
	padding-top: 0;
	padding-bottom: 0.75em;
}
.table-wrapper .td-price {
	float: left;
	width: 100%;
	clear: both;
	padding: 0.1em 0.75em;
}
.table-wrapper .td-descriptionred {
	float: left;
	width: 100%;
	clear: both;
	padding: 0.1em 0.75em;
}
.table-wrapper .td-terms {
	color: #999999;
	font-weight: 500;
	font-size: 1.0em;
	font-style: italic;
	text-align: right;
	padding: 0.75em 0;
}
.table-wrapper .td-terms p {
	margin-bottom: 0;
}
.table-wrapper tfoot {
	border: none;
}
.table-wrapper tfoot tr {
	background: none;
	margin-bottom: 0;
}
}


.boxed h3{font-size: 23px;
color: #000;
font-weight: 600;}
.boxed p{font-size:14px;
color: #000;}


.forme{ padding:90px 0; background:#F2F2F2;}