/*
Theme Name: Gegee
Description: gegee studio
Version: 3.0
*/


body {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: #333;
	overflow-x: hidden;
	line-height: 1.5;
	font-weight: 400;
	background: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased
}
a {
	text-decoration: none;
	cursor: pointer;
	color: #959598;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease
}
b,
strong {

	font-weight: bold;
}
a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	position: relative;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	margin: 0;
	background: none;
	line-height: 1.5em
}
input,
button,
select,
textarea {
	font-family: 'Montserrat', sans-serif;
}
ul,
li {
	list-style: none;
	padding: 0;
	margin: 0
}
p {
	position: relative;
	font-size: 14px;
	line-height: 1.5;
}
img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}
.clr {
	clear: both;
}
.h2 {
	color: #333;
	font-size: 25px;
	margin: 0 0 15px;
	text-transform: uppercase;
	text-align: center;
}
.sub-title {
	color: #999;
	margin: 0 auto 50px;
	text-align: center;
	max-width: 600px;
}
.divider {
	width: 50px;
	height: 1px;
	background: #fe6603;
	margin: 0 auto 50px;
}
.more {

}
.more a {
	border: 1px solid #333;
	display: inline-block;
	padding: 8px 20px;
	font-size: 11px;
	text-transform: uppercase;
	color: #333;
	transition: all 0.2s ease-out;
	border-radius: 20px;
	font-weight: bold;
}
.more a:hover {
	background: #000;
	border-color: #000;
	color: #fff;
}

/* Back to top */

#back-to-top {
	position: fixed;
	bottom: 50px;
	right: 40px;
	z-index: 9999;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 35px;
	background: rgba(0,0,0,0.9);
	color: #fff;
	font-size: 22px;
	cursor: pointer;
	border: 0;
	border-radius: 0;
	text-decoration: none;
	transition: all 0.3s ease-out;
	opacity: 0;
}
#back-to-top:hover {
	background: #000;
}
#back-to-top.show {
	opacity: 1;
}

/* Social */

.fixed-social {
	position: fixed;
	right: 0;
	top: 50%;
	z-index: 999;
}
.fixed-social a {
	display: block;
	color: #fff;
	font-size: 16px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background: #2d2d39;
	transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	border-bottom: 1px solid rgba(255,255,255,.1);
}
.fixed-social a:hover {
	background: #3c59a6;
}

/* Top-header */

.top-header {
	background: #14469f;
	padding: 8px 0;
}
.top-header ul {

}
.top-header li {
	display: inline-block;
}
.top-header li {
	color: #fff;
	margin-right: 20px;
}
.top-header li i {
	font-size: 16px;
	margin-right: 5px;
}
.social {
	text-align: center;
	margin-top: 25px;
}
.social a {
	color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
    font-size: 14px;
    background: #000;
    text-align: center;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	display: inline-block;
	margin: 0 10px;
}
.social a:hover {
	
}

.lang {
    margin-top: 15px;
}
.lang a {
    color: #fff;
	font-size: 12px;
}

/* Header */

.header {
	position: absolute;
	width: 100%;
	top: 0;
	padding: 10px 0;
	z-index: 999;
}
.header.active {
	position: fixed;
	background: rgba(0,0,0,0.9);
	-webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
}
.header .logo img {
	height: 50px;
	margin: 0 auto;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	display: block;
}


.header .icon-menu {
	cursor: pointer;
	margin-top: 15px;
	float: left;
	margin-right: 30px;
}
.header .icon-menu span {
	display: block;
	background: #fff;
	width: 16px;
	height: 2px;
	margin-bottom: 6px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.header .icon-menu span:first-child {
	width: 25px;
}
.header .icon-menu span:last-child {
	width: 20px;
	margin-bottom: 0;
}

.menu1 {

}
.menu1 li {
	display: inline-block;
}
.menu1 li a {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	padding: 20px 15px;
	display: inline-block;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.menu1 li a:hover {
	color: #fff;
}
.menu1 li.current-menu-item a {
	color: #fff;
}

.menu1 li:hover>ul.my-sub-menu {
	display: block;
	-webkit-animation: fadeIn 0.2s;
	animation: fadeIn 0.2s;
}
.menu1 li ul.my-sub-menu {
	box-shadow: 0px 13px 42px 11px rgba(0, 0, 0, 0.05);
	display: none;
	position: absolute;
	z-index: 999;
	background: #f3f3f3;
	min-width: 250px;
	margin-top: 0;
}
.menu1 li.my-dropdown ul.my-sub-menu {
	max-width: 1170px;

}
.menu1 li ul.my-sub-menu li {
	display: block;
}
.menu1 li.my-dropdown ul.my-sub-menu li {
	width: 20%;
	float: left;
}
.menu1 li.my-dropdown ul.my-sub-menu li a {
	padding: 15px;
}
.menu1 li.my-dropdown ul.my-sub-menu li a img {
	width: 100%;
	height: 110px;
	object-fit: cover;
	margin-bottom: 10px;
}
.menu1 li ul.my-sub-menu li a {
	font-size: 13px;
	line-height: 1.5;
	padding: 10px 15px 10px 30px;
	display: block;
	color:#333;
}
.menu1 li ul.my-sub-menu li a:before {
	font-family: "FontAwesome";
	content: "\f105";
	color: #333;
	position: absolute;
	left: 15px;
}
.menu1 li.my-dropdown ul.my-sub-menu li a:before {
	content: '';
	left: 0;
}
.menu1 li ul.my-sub-menu li a:hover:before {
	color: #fff;
}
.menu1 li ul.my-sub-menu li a:hover {
	color:#000;
	background: #ffce00;
}
.menu1 ul.my-sub-menu li.current-menu-item a {
	background: #ffce00;
	color:#000;
}
.menu1 ul.my-sub-menu li.current-menu-item a:before {
	color: #000;
}
.menu1 ul>li.menu-item-has-children>a:after {
	font-family: "FontAwesome";
	content: "\f107";
	color: #000;
	position: relative;
	right: -5px;
}
.menu1 li ul.my-sub-menu>li.menu-item-has-children {
	position: relative;
}
.menu1 li ul.my-sub-menu li>ul.my-sub-menu {
	left: 250px;
	top: 0;
}

/* Main Menu */

.bg-overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1999;
	background: rgba(9, 32, 53, 0.5);
	visibility: hidden;
	opacity: 0;
	-webkit-opacity: 0;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.main-menu.active .bg-overlay {
	visibility: visible;
	opacity: 1;
}
.menu-content {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	background: #fff;
	z-index: 2999;
	visibility: hidden;
	opacity: 0;
	-webkit-opacity: 0;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 1);
	-moz-box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 1);
	-o-transform: 0px 0px 20px -5px rgba(0, 0, 0, 1);
	-ms-transform: 0px 0px 20px -5px rgba(0, 0, 0, 1);
	box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 1);
	width: 350px;
	padding: 80px 37px 30px 50px;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	-ms-transform: translateX-(100%);
	transform: translateX(-100%);
}
.main-menu.active .menu-content {
	visibility: visible;
	opacity: 1;
	-webkit-opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-o-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.close-menu {
	position: absolute;
	top: 20px;
	right: 20px;
	display: block;
	font-size: 35px;
	color: #000;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.menu-logo {

}
.menu-logo img {
	width: 150px;
	display: block;
	margin: 30px auto;
}
.menu {
	margin-top: -10px;
}
.menu li {

}
.menu li a {
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #565656;
	font-size: 16px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	border-bottom: 1px solid #ebebeb;
}
.menu li.active a {
	color:#f14e23;
}
.menu li a:hover {
	color:#f14e23;
}
.menu li ul.my-sub-menu {
    margin-left: 30px;
}


/* ` */

.slider {
	height: 100vh;
	position: relative;
	background-size: cover;
	background-position: center;
}
.slider .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.3);
	top: 0;
}
.slider .swiper-container {
	height: 100vh;
	position: relative;
}
.slider .swiper-slide {
	background-size: cover;
	background-position: top;
}
.slider .caption {
	position: absolute;
	width: 100%;
	top: 45%;
	z-index: 9;
}
.slider .caption h1 {
	color: #fff;
	font-size: 60px;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
}
.slider .caption p {
	color: #fff;
	font-size: 20px;
	font-weight: normal;
}
.slider .caption .more {
	margin-top: 20px;
	text-align: center;
}
.slider .caption .more a {
	color: #fff;
	border-color: #fff;
}

.slider .bottom {
	position: absolute;
	width: 100%;
	bottom: 10px;
	text-align: center;
	z-index: 9999;

}
.slider .bottom .fa {
	font-size: 36px;
	color: #fff;
}
.slider .swiper-pagination {
	bottom: 30px;
}
.slider .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	opacity: .6;
}
.slider .swiper-pagination-white .swiper-pagination-bullet-active {
	opacity: 1;
}


/* Service */

.service {
	background: #fff;
}
.s1 {
	position: relative;
	height: 400px;
}
.s1 .container {
	position: relative;
}
.s1 .s1-image {
	position: absolute;
	width: 50%;
	height: 100%;

}
.s1:nth-child(odd) .s1-image {
	left: 0;

	overflow: hidden;
}
.s1:nth-child(even) .s1-image {
	right: 0;

	overflow: hidden;
}
.s1 .s1-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.s1 .s1-text {
	width: 50%;
	right: 0;
	position: absolute;
	height: 400px;
	padding: 0 100px;
}
.s1:nth-child(even) .s1-text {
	left: 0;


}
.s1 .s1-text .s1-text-center {
	display: table;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}
.s1 .s1-text .s1-text-center .s1-text-caption {
	display: table-cell;
	height: 100%;
	width: 100%;
	vertical-align: middle;
}
.s1 .s1-text .s1-text-center .s1-text-caption h3 {
	color: #444;
	font-size: 22px;
	font-weight: 500;
	margin: 0 0 15px;
	text-transform: uppercase;
}
.s1 .s1-text .s1-text-center .s1-text-caption p {
	color: #999;
	font-size: 15px;
	font-weight: 400;
	margin: 0 0 20px;
	line-height: 1.5;
}

/* Portfolio */

.portfolio-section {
	padding-bottom: 80px;
}
.portfolio-section h2 {
	color: #fff;
	font-size: 26px;
	font-weight: 500;
	text-transform: uppercase;
	margin: 0;
	line-height: 1.2;
}
.portfolio-header {
	background: #000;
	padding: 60px 0 120px;
}
.filters {

}
.filters li {
	display: inline-block;
}
.filters li span {
	cursor: pointer;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	padding: 0 15px;
}
.filters li span.mixitup-control-active {
	color: #999;
}
.mix {
	position: relative;
	padding: 0;
	overflow: hidden;
	border: 1px solid #fff;
}
.mix img {
	width: 100%;
	height: 250px;
	object-fit: cover;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}
.mix a:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}
.mix .caption {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.7);
	top: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	text-align: center;
	opacity: 0;
}
.mix a:hover .caption {
	opacity: 1;
}
.mix .caption h3 {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin: 100px 0 5px;
}
.mix .caption h5 {
	color: #999;
	font-size: 14px;
}
#portfoliolist {
	margin-top: -60px;
}

/* News */

.medee {
	padding: 30px 0 40px;
	background: #f7f7f7;
}
.big-news {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}
.big-news img {
	width: 100%;
	height: 300px;
	object-fit: cover;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.small-news img {
	height: 200px;
}
.big-news a:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.big-news .overlay {
	bottom: 0;
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	background: rgba(0,0,0,.3);
}
.big-news .overlay i {
	position: absolute;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	top: 40%;
	left: 40%;
	color: #fff;
	font-size: 18px;
	border: 2px solid #fff;
	border-radius: 50%;
}
.big-news .caption {
	position: absolute;
	width: 100%;
	bottom: 0;
	padding: 0 20px 20px;
}
.big-news .caption h3 {
	color: #fff;
	font-size: 18px;
	line-height: 20px;
	font-weight: 500;
	margin: 0;
}
.small-news .caption h3 {
	font-size: 14px;
	line-height: 16px;
}

/* Bridge */

.bridge {
	padding: 50px 0;
}
.bridge img {
	width: 100%;
	height: 400px;
	object-fit: cover;
}
.bridge .h2 {
	text-align: left;
}
.bridge .divider {
	margin: 0 0 15px;
}
.bridge p {
	margin-bottom: 20px;
}


	/* Video */

.video-section {
	padding: 70px 0;
	background: url(images/bg.jpg);
	background-attachment: fixed;
	background-size: cover;
}
.video-section h2 {
	color: #fff;
}
.video.owl-carousel .center {
	transform: scale(1.3);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	z-index: 20;
}
.video.owl-carousel .item {
	overflow: hidden;
	position: relative;
	border-radius: 10px;
	display: inline-block;
	margin-top: 50px;
	margin-bottom: 50px;
	cursor: grab;
}
.video.owl-carousel .center .item {
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
}
.video.owl-carousel .item:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.55);
	content: '';
	z-index: 10;
}
.video.owl-carousel .item img {
	width: 100%;
	height: auto;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.video.owl-carousel .item .play-btn {
	display: inline-block;
	width: 45px;
	height: 45px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	line-height: 45px;
	text-align: center;
	font-size: 16px;
	box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.35);
	border-radius: 50%;
	background: #fff;
	color: #3c59a6;
	z-index: 30;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.video.owl-carousel .item .play-btn:after {
	content: '\f04b';
	font-family: FontAwesome;
}
.video.owl-carousel .item .info {
	position: absolute;
	padding: 15px 20px;
	color: #fff;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 20;
}
.video.owl-carousel .item .info h3 {
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.video.owl-carousel .owl-dots .owl-dot.active span, .video.owl-carousel .owl-dots .owl-dot:hover span {
	background: #3c59a6;
}

.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}

/* Events */

.events {
	padding: 50px 0;
	background: #f3f3f3;
}
.e1 {

}
.e1 .e1-image {
	position: relative;
	overflow: hidden;
}
.e1 .e1-image img {
	width: 100%;
	height: 160px;
	object-fit: cover;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.e1 .e1-image a:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.e1 h3 {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	margin: 10px 0 0;
}
.e1 h3 a {
	color: #333;
}
.e1 .date {
	color: #999;
	font-size: 13px;
	margin-top: 5px;
}

.pagenavi .page-numbers {
	background: #14469f;
	color: #fff;
	padding: 10px;
}
.pagenavi .page-numbers.current {
	background: #fe6603;
}

/* Photo */

.photo {
	padding: 50px 0;
}
.zoom-gallery {
	margin-bottom: 30px;
	position: relative;
}
.zoom-gallery .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.8);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	opacity: 0;
}
.zoom-gallery a:hover .overlay {
	opacity: 1;
}
.zoom-gallery i {
	color: #fff;
	font-size: 18px;
	text-align: center;
	margin-top: 70px;
	display: block;
}
.zoom-gallery img {
	width: 100%;
	height: 160px;
	object-fit: cover;
}

/* Footer */

.footer {
	padding: 80px 0;
	background: #000;
}
.footer h2 {
	text-align: left;
	font-size: 20px;
	color: #fff;
}
.f1 {
	text-align: center;
}
.f1 i {
	color: #000;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	line-height: 70px;
	font-size: 22px;
	background: #fff;
	text-align: center;
}
.f1 h3 {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 400;
	margin: 10px 0;
}
.f1 h4 {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	margin: 0;
}
.f1 h4 a {
	color: #fff;
}
.copy {
	padding: 20px 0;
	background: #000;
	text-align: center;
	border-top: 1px solid rgba(255,255,255,.2);
}
.copy p {
	color: #fff;
	margin: 0;

}
.copy a {
	color: #fff;
}

/* Single */

.aligncenter {
	display: block;
	margin: 0 auto 15px;
}
.alignleft {
	float: left;
	margin-right: 10px;
}
.alignright {
	float: right;
	margin-left: 10px;
}

/* Breadcrumb */

.breadcrumb {
	background: none;
	border-radius: 0;
	padding: 30px 0;
	margin: 0;
}
.breadcrumb li a {
	color: #666;
}
.breadcrumb li.active {
	color: #000;
}

/* Page */

.page-header {
	margin: 0;
	padding: 0;
	height: 300px;
	background-size: cover;
	background-position: bottom;
	position: relative;
	border-bottom: 0;
}
.overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
}
.page-header .caption {
	position: absolute;
	width: 100%;
	bottom: 0;
}
.page-header .caption h2 {
	color: #fff;
}
.page-header .caption .divider {
	background: #fff;
}
.main {
	padding-top: 50px;
	padding-bottom: 50px;
}
.content-text {

}
.content-text p {
	font-size: 16px;
	line-height: 1.8;
}
.content-text .h2 {
	text-align: left;
	text-transform: inherit;
}
.content-text .divider {
	margin: 0 0 15px 0;
}
.content-image {
	margin-bottom: 15px;
}
.content-image img {
	width: 100%;
	height: auto;
}
.content-text ul {
	margin-left: 30px;
}
.content-text li {
	list-style-type: disc;
	font-size: 16px;
	line-height: 1.8;
}
.page-title h2 {
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.page-title .breadcrumb li a {
	color: #333;
}
.page-title .breadcrumb li.active {
	color: #333;
}

/* Gallery */

.gallery {
	position: relative;
	margin-bottom: 20px;
}
.gallery .gallery-top {
	margin-bottom: 10px;
	background: #fff;
}
.gallery .gallery-top img {
	max-width: 100%;
	min-width: auto;
	height: 500px;
	object-fit: cover;
	margin: 0 auto;
	display: block;
}
.gallery .gallery-thumbs {

}
.gallery .gallery-thumbs img {
	width: 100%;
	height: 100px;
	object-fit: cover;
	opacity: 0.6;
	transition: all 0.3s ease-out;
}
.gallery .gallery-thumbs .swiper-slide-thumb-active img {
	opacity: 1;
}

/* Left menu */

.left-menu {

}
.left-menu>ul>li {
	border-top: 1px solid #c9c9ca;
	padding-top: 10px;
	margin-top: 10px;
}
.left-menu>ul>li:first-child {
	border: 0;
	margin: 0;
	padding: 0;
}
.left-menu>ul>li>a {
	color: #000 !important;
	position: relative;
	font-weight: 500;
	margin-left: 0;
	padding-left: 0 !important;
}
.left-menu>ul>li>a:before {
	display: none;
}
.left-menu>ul>li>a:before {
	content: '';
	width: 3px;
	height: 3px;
	background: #241f59;
	border-radius: 50%;
	position: absolute;
	top: 14px;
	left: -10px;
}
.left-menu ul li a {
	color: #333;
	display: block;
	padding: 5px 0 5px 20px;
	position: relative;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.left-menu ul li a:before {
	font-family: "FontAwesome";
	content: "\f105";
	color: #ec2024;
	position: absolute;
	left: 0;
}
.left-menu ul li a:hover {
	color: #ec2024;
}
.left-menu>ul>li.current_page_item>a {
	color: #ec2024 !important;
}
.left-menu ul li ul>li.current_page_item a {
	color: #ec2024 !important;
}
.left-menu ul li ul>li.menu-item-has-children>a:after {
	font-family: "FontAwesome";
	content: "\f107";
	color: #333;
	position: absolute;
	right: 0;
}
.left-menu ul li ul>li.menu-item-has-children>ul.my-sub-menu {
	display: none;
}
.left-menu ul li ul>li.current-menu-ancestor>ul.my-sub-menu {
	display: block;
}
.left-menu ul li ul>li.menu-item-has-children>ul.my-sub-menu>li>a {
	margin-left: 30px;
}
.left-menu ul li ul>li.menu-item-has-children>ul.my-sub-menu>li>a:before {
	content: '- ';
}
.left-menu ul li ul>li.menu-item-has-children:hover>ul.my-sub-menu {
	display: block;
	-webkit-animation: fadeIn 0.5s;
	animation: fadeIn 0.5s;
}
.left-menu ul li ul>li.current-menu-ancestor:hover>ul.my-sub-menu {
	-webkit-animation: none;
	animation: none;
}

/* News */

.news {
	border: 1px solid #f5f5f5;
	margin-bottom: 30px;
	background: #fff;
}
.news-image {
	position: relative;
	overflow: hidden;
}
.sidebar .news-image img {
    height: 150px;
}
.news-image img {
	width: 100%;
	height: 220px;
	object-fit: cover;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.news-image a:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.news-text {
	padding: 15px 30px;
}
.sidebar .news-text h3 {
    height: inherit;
}
.news-text h3 {
	font-size: 14px;
	margin: 0 0 15px;
	font-weight: 500;
	height: 45px;
	overflow: hidden;
}
.news-text h3 a {
	color: #000;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.news-text h3 a:hover {

}
.news-text p {
	color: #A0A0A0;
	font-size: 14px;
	font-weight: 300;
	height: 66px;
	overflow: hidden;
	margin: 0 0 15px;
}
.news-text .date {
	border-top: 1px solid #e6e6e6;
	color: #999;
	font-size: 13px;
	padding: 15px 0;
}
.news-text i {
	color: #e4231a;
}
.center {
	text-align: center;
}

.sidebar h2 {
    text-align: left;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 10px;
    text-transform: inherit;
}

.contact li {
	color: #fff;
	padding: 10px 0;
	list-style: none;
}
.contact li .fa {
	float: left;
	font-size: 22px;
	margin-top: 1px;
}
.contact li h4 {
	padding-left: 30px;
	margin: 0;
	font-size: 14px;
	color: #fff;
}
.contact li h4 a {
	color:#fff;
}
.contact input, .contact textarea {
	margin-bottom: 15px;
	border-radius: 0;
}
.contact textarea {
	height: 120px;
}
.contact .wpcf7-submit {
    border: 1px solid #333;
    display: block;
    padding: 8px 20px;
    font-size: 11px;
    text-transform: uppercase;
    color: #333;
    transition: all 0.2s ease-out;
    border-radius: 20px;
    text-align: center;
    width: 100%;
    background: none;
    margin-top: -20px;
}
.contact .wpcf7-submit:hover {
	background: #000;
	border-color: #000;
	color: #fff;
}
.contact h2 {
    text-align: center !important;
    margin-bottom: 30px;
}


/* Timeline */

.time-line {
	position: relative;
	width: 100%;
	margin-bottom: 0px;
	margin-top: 50px;
}
.time-line .main-line {
	height: 100%;
	width: 1px;
	top: 0px;
	left: 50%;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.1);
}
.time-line .about-time {
	position: relative;
	width: 100%;
	z-index: 1;
}
.time-line .about-time .circle {
	position: absolute;
	height: 20px;
	margin-top: 10px;
	width: 20px;
	-webkit-border-radius: 3000px;
	-moz-border-radius: 3000px;
	border-radius: 3000px;
	background-color: #efefef;
	border: solid 1px rgba(0, 0, 0, 0.1);
}
.time-line .about-time .circle span {
	position: absolute;
	-webkit-border-radius: 3000px;
	-moz-border-radius: 3000px;
	border-radius: 3000px;
	width: 10px;
	top: 4px;
	left: 4px;
	height: 10px;
	background-color: #5a2a00;
}
.time-line .about-time h2 {
	color: #000;
	margin-top: 0px;
}
.time-line .about-time h2 .clearfix {
	margin-top: -17px;
}
.time-line .about-time h2 span {
	display: inline-block;
	width: 120px;
	background-color: #eee;
	height: 2px;
	margin-top: -20px;
}
.time-line .about-time:nth-child(odd) {
	padding-left: 50%;
	padding-right: 15%;
}
.time-line .about-time:nth-child(odd) h2 {
	padding-left: 30px;
}
.time-line .about-text {
	text-align: left;
}
.time-line .about-text ul {
	margin-left: 30px;
}
.time-line .about-text li {
	list-style-type: disc;
	padding: 5px 0;
}
.time-line .about-time:nth-child(odd) .about-text {
	padding-left: 30px;
}
.time-line .about-time:nth-child(odd) .circle {
	left: 50%;
	margin-left: -10px;
}
.time-line .about-time:nth-child(even) {
	padding-right: 50%;
	padding-left: 15%;
	text-align: right;
}
.time-line .about-time:nth-child(even) h2 {
	padding-right: 30px;
}
.time-line .about-time:nth-child(even) .about-text {
	padding-right: 30px;
}
.time-line .about-time:nth-child(even) .circle {
	right: 50%;
	margin-right: -10px;
}

table {
	width: 100%;
	border-collapse: collapse;
}
table th {
	font-size: 16px;
	font-weight: 500;
	padding: 8px 10px;
	border-spacing: 0;
	border-collapse: separate;
	text-align: left;
	color: #999;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
}
table td {
	font-size: 16px;
	position: relative;
	padding: 8px 10px;
	text-align: left;
	border: 1px solid #eaeaea;
}

/* Form */

.form {

}
.form h3 {
	color: #000;
	font-size: 25px;
	margin: 0 0 15px;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 10px;
}
.form label {
}
.form input, .form select, .form textarea {
	width: 100%;
	border-radius: 0;
	margin-bottom: 10px;
}
.form .btn {
	background: #5a2a00;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
}

.other {
    margin-bottom: 20px;
}
.author-info {
    margin-top: 10px;
}
.author-info span {
	color: #616161;
	font-size: 13px;
	border-left: 1px solid #e0e0e0;
	padding: 0 15px;
}
.author-info i {
	margin-right: 5px;
	color: #003e57;
}
.author-info span:first-child {
	border-left: 0;
	padding-left: 0;
}

.portfolio-single {
    margin-top: 50px;
    margin-bottom: 50px;
}
.portfolio-single h2 {
    font-size: 24px;
    letter-spacing: normal;
    margin-bottom: 6px;
    color: #151515;
    text-transform: capitalize;
    text-align: left;
}
.portfolio-single h4 {
    font-size: 10px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #999;
}
.portfolio-single h3 {
    font-size: 12px;
    text-transform: uppercase;
    color: #151515;
    margin: 0 0 10px;
}
.portfolio-single p {
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.72;
    letter-spacing: 0em;
    margin-bottom: 20px;
}
.portfolio-single li {
    display: table-row;
    line-height: 1;
}
.portfolio-single li h3 {
    font-size: 12px;
    text-transform: uppercase;
    color: #151515;
    display: table-cell;
    padding-right: 30px;
    padding-bottom: 13px;
}
.portfolio-single li .meta {
    color: #666;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.72;
    letter-spacing: 0em;
}
.portfolio-single .more a {
    display: block;
    text-align: center;
	font-weight: bold;
}

.contact-white {
    background: #fff;
}
.contact-white .f1 i {
    background: #000;
    color: #fff;
}
.contact-white .f1 h3 {
    color: #151515;
}
.contact-white .f1 h4, .contact-white .f1 h4 a {
    color: #999;
}


/* Tablet */

@media( max-width:990px ) {

}

/* Mobile */

@media( max-width:767px ){
	html {
    	overflow-x: hidden; 
	}
	.header .logo img {
		
		width: 120px;
	}
	.top-header {
		padding: 10px 20px;
	}
	.timeline .swiper-container {
		height: inherit;
	}
	.news-text h3, .news-text p {
		height: inherit;
	}
	.slider {
		height: 100vh;
	}
	.slider .swiper-container {
		height: 100vh;
	}
	.slider .caption {
		text-align: center;
	}
	.slider .caption h1 {
		font-size: 26px;
	}
	.slider .caption p {
		font-size: 16px;
	}
	.footer .f1 {
		margin-bottom: 30px;
	}
	.header .menu li:hover>ul.my-sub-menu {
		display: none;
	}
	.section3 .swiper-slide {
		width: 100% !important;
	}
	.s1 {
		height: auto;
		margin: 30px 0;
	}
	.s1 .s1-image {
		position: relative;
		width: 100%;
		border-radius: 0 !important;
	}
	.s1 .s1-text {
		position: relative;
		width: 100%;
		padding: 0 20px;
	}
	.portfolio-section h2 {
		margin-bottom: 15px;
		text-align: center;
	}
	.portfolio-single .more a {
		margin-bottom: 30px;
	}
	.about-img {
		margin-bottom: 30px;
	}
	.page {
		overflow-x: hidden !important;
	}
	.gallery .gallery-top img {
		height: 200px;
	}
	.gallery .gallery-thumbs img {
		height: 50px;
	}
}


.gurav {
	margin-top: 20px;
    padding: 80px 0;
     background: #f7f7f7;
}
.g1 {
    text-align: center;
}
.g1 i {
    font-size: 22px;
    padding: 0;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background-color: #151515;
    color: #fff;
    border-radius: 50%;
	display: inline-block;
}
.g1 h3 {
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    margin: 10px 0;
}
.g1 p {
    color: #999;
}
.recent {
	margin-top:30px;
/*     padding: 70px 0; */
   
}
.recent h4 {
    color: #999;
    font-size: 14px;
    margin: 0 auto 50px;
    max-width: 500px;
	text-align: center;
}
.recent .more {
    text-align: center;
    margin-top: 30px;
	margin-bottom: 30px;
}
.modal-content {
    border-radius: 0;
}
.modal-header .close {
    z-index: 999;
    position: relative;
}