/**
Template Name: Photography Website Template
Version: 1.0
Author: Frittt Templates
Url: https://www.Frittt.com
*/


/*==================================
=            Typography            =
==================================*/
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);

body{
	background-color: #fff;
	font-size: 14px;
	color: #424242;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}
::selection{
	/* background: rgba(89,111,255,.8); */
	background: rgba(117, 99, 78, 0.7);
	color: #fff;
}	
::-moz-selection{
	/* background: rgba(89,111,255,.8); */
	background: rgba(117, 99, 78, 0.7);
	color: #fff;
}	
ul, ol{
	margin: 0;
	padding: 0;
}
li{
	list-style: none;
}
ul.list-inline{
	margin-left: 0;
}
h1,h2,h3,h4,h5,h6,p{
	margin: 0;
}
p{
	font-size: 14px;
	color: #999999;
}
a{
	color: #999999;
	-webkit-transition: background .3s, color .3s;
	transition: background .3s, color .3s;
}
a:hover{
	outline: none;
	text-decoration: none;
	color: #000;
}
a:focus{
	outline: none;
	outline-offset: 0;
}
.btn{
	border-radius: 0;
}
.btn:focus{
	outline: none;
}
/*-----  End of Typography  ------*/



/*==================================
=            shortcodes            =
==================================*/

.mtb10{margin-bottom: 10px;}
.mtb20{margin-bottom: 20px;}
.mtb30{margin-bottom: 30px;}
.mtb40{margin-bottom: 40px;}
.mtb50{margin-bottom: 50px;}
.mtb60{margin-bottom: 60px;}
.mtb70{margin-bottom: 70px;}
.mtb80{margin-bottom: 80px;}
.mtb90{margin-bottom: 90px;}
.mtb100{margin-bottom: 100px;}

.ptb10{padding-bottom: 10px;}
.ptb20{padding-bottom: 20px;}
.ptb30{padding-bottom: 30px;}
.ptb40{padding-bottom: 40px;}
.ptb50{padding-bottom: 50px;}
.ptb60{padding-bottom: 60px;}
.ptb70{padding-bottom: 70px;}
.ptb80{padding-bottom: 80px;}
.ptb90{padding-bottom: 90px;}
.ptb100{padding-bottom: 100px;}

.ptt10{padding-top: 10px;}
.ptt20{padding-top: 20px;}
.ptt30{padding-top: 30px;}
.ptt40{padding-top: 40px;}
.ptt50{padding-top: 50px;}
.ptt60{padding-top: 60px;}
.ptt70{padding-top: 70px;}
.ptt80{padding-top: 80px;}
.ptt90{padding-top: 90px;}
.ptt100{padding-top: 100px;}

.img-100p{
	width: 100%;
}
.overflow{
	overflow: hidden;
}
.no-padding{
	padding:0
}
.no-margin{
	margin:0
}
.section-title{
	font-size: 30px;
	text-transform: uppercase;
	margin-top: 100px;
	margin-bottom: 50px;
	text-align: center;
	/* color: #F0394C; */
	color: #3A3228;
}
.section-info{
	margin-bottom: 60px;
	text-align: center;
}
.horizontal-center{
	position: absolute;
	left: 50%;
	-webkit-transform: translateZ(-50%);
	transform: translateZ(-50%);	
}
.vertical-center{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.horizontal-vertical-center{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);	
}
.overflow-content-full{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*-----  End of shortcodes  ------*/



/*==============================
=            Loader            =
==============================*/
.loader-running #wrapper { 
	opacity: 0; 
}
.loader { 
	-webkit-pointer-events: none;
	 pointer-events: none;
	 -webkit-user-select: none;
	 user-select: none;
}
.loader-inactive { 
	display: none;
}

.loader .loader-progress { 
	/* background-color: #F0394C; */
	background-color: #3A3228;
	position: fixed;
	z-index: 2000;
	top: 50%;
	left: 0;
	height: 6px;
	overflow: hidden;
	-webkit-transition: width 1s;
	transition: width 1s;
 }
.loader .loader-progress-inner { 
	position: absolute;
	top: 0;
	left: 0;
	right: -32px;
	bottom: 0;
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
	-webkit-background-size: 32px 32px;
	background-size: 32px 32px; 
	-webkit-animation: pace-stripe-animation 500ms linear infinite;
	animation: pace-stripe-animation 500ms linear infinite;
}
.logo {
    mix-blend-mode: screen;
}



/*============================
=            menu            =
============================*/
.main-nav{
	display: flex;
    justify-content: flex-start; /* Aligns everything to the left */
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	z-index: 999;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.main-nav-change .logo-left,
.main-nav-change .menu-button{
	top: 20px !important;
}
.main-nav-change{
	/* background: rgba(240, 57, 76, 0.95);#F0394C; */
	background: rgba(58, 50, 40, 0.7);
	height: 80px;
}
.logo-left .logo {
    height: 70px !important;
    width: auto !important;
    max-width: 100% !important;
	position: relative;
	top: 6px; 
	
}
.main-nav {
    height: auto !important;    /* remove fixed height */
    padding: 5px 10px !important;  /* reduce top/bottom spacing */
}
.logo-left {
    height: auto !important;
}

.menu-button{
	position: fixed;
	left: 90%;
	text-align: right;
	top: 30px;
	z-index: 16;
	width: 50px;
	-webkit-transition: top .5s ease-in-out, left .5s;
	transition: top .5s ease-in-out, left .5s;
}
.menu-active {
  left: 75%;
}
.menu-button button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: none;
  color: #fff;
  font-size: 30px;
}
.menu-button button:focus{
	outline: none;
}
.nav-menu {
  background: #171717 none repeat scroll 0 0;
  padding-top: 50px;
}
.nav-menu li{
	display: block;
	padding:0;
	margin: 0;
}
.nav-menu a {
  color: #c4c4c4;
  border: none;
  padding: 15px 25px;
  text-transform:uppercase;
}
.nav-menu a:hover,
.nav-menu .current a{
  color: #fff;
  /* background-color: #F0394C; */
  background-color: #3A3228;
  text-decoration:none;
}
/*-----  End of menu  ------*/



/*===================================
=            home-slider            =
===================================*/
#home-slider {
  overflow: hidden;
  position: relative;
}
#home-slider .item{
	-webkit-background-size: cover;
	background-size: cover;
}
#home-slider .caption {
  position: absolute;
  top: 50%;
  margin-top: -104px;
  left: 50px;
  right: 0;
  text-align: left;
  text-transform: uppercase;
  z-index: 15;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
}
#home-slider .caption-wide{margin-top: -204px;}
#home-slider .caption .main-title {
  color: #fff;
  font-size: 90px;
  font-weight: 700;
  margin-bottom: 20px;
}
#home-slider .caption .sub-title{
	font-size: 40px;
	color: #fff;
	text-transform: uppercase;
}
.caption .btn-start {
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  padding: 10px 15px;
  border: 1px solid #fff;
  border-radius: 0;
  margin-top: 60px;
  position: relative;
  overflow: hidden;
}
.caption .btn-start:hover{
	/* color: #F0394C; */
	color: #3A3228;
	background:#fff;
	}

#home-slider .carousel-indicators .active{
	height: 10px;
}
#home-slider .carousel-indicators li{
	width: 45px;
	height: 8px;
	border: 1px solid #fff;
}

.navbar-right li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  padding-top: 30px;
  padding-bottom: 30px;
}

.navbar-right li.active a {
  background-color: rgba(0,0,0,.2);
}

.navbar-brand h1 {
  margin-top: 5px;
}
/*-----  End of home-slider  ------*/



/*================================
=            features            =
================================*/

#features{
	margin-top: 20px;
	padding-top: 100px;
	margin-bottom: 100px;
}
#features .header-content .title{
	font-size: 40px;
	color: #000;
}
#features .header-content .info{
	font-size: 16px;
	color: #363636;
}
.feature-item .content{
	background: #f6f6f6;
	padding: 40px;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.feature-item .content .icon{
	font-size: 80px;
	/* color: #F0394C; */
	color: #3A3228;
	margin-bottom: 30px;
	line-height: 100%;
}
.feature-item .content .title{
	font-size: 20px;
	/* color: #F0394C; */
	color: #3A3228;
	margin-bottom: 40px;
	text-transform: uppercase;	
}
.feature-item .content:hover{
	/* background-color: #F0394C;  */
	background-color: #3A3228;
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}
.feature-item .content:hover .icon,
.feature-item .content:hover .title,
.feature-item .content:hover .info{
	color: #ffffff;
}
/*-----  End of features  ------*/



/*=================================
=            courses            =
=================================*/

#courses{
	background: url(../img/bg/04.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
}
#courses .color-overlay{
	width: 100%;
	height: 100%;
	/* background: rgba(16,19,38,.8); */
	background: rgba(117, 99, 78, 0.7);
}
#courses .section-title{
	color: #fff;
	margin-bottom: 100px;
}
#courses .info-part{
	padding-right: 40px;
}
#courses .each-courses{
	margin-bottom: 60px;
}
.each-courses .title{
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 20px;
	-webkit-transition: all .3s;
	transition: all .3s;
	
}
.each-courses .info{
	font-size: 16px;
	-webkit-transition: all .3s;
	transition: all .3s;
	
}
.timing{
	font-size: 12px;
	color: #fff;
	margin-top: 90px;
	-webkit-transition: all .3s;
	transition: all .3s;
	}

.timing.first{margin-top: 0px;}

.each-courses:hover{
	cursor: pointer;
}
.each-courses:hover .title{
	/* color: #F0394C; */
	color: #3A3228;
}
.each-courses:hover .info{
	color: #fff;
}
#courses .content-part{
	position: relative;
	height: 100%;
	margin-left: 30px;
}
.content-part .active-image{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.content-part .active-image img{
	width: 420px;
	height: 420px;
	/* border: 5px solid #F0394C; */
	border: 5px solid #3A3228;
	border-radius: 100%;
}
.content-part .active-image p{
	position: relative;
	padding: 15px;
}
.content-part .active-image p:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	/* border: 1px solid #F0394C; */
	border: 1px solid #3A3228;
}
.content-part .active-thumb img{
	opacity: 1 !important;
}
.content-part .thumb-img img{
	width: 140px;
	height: 140px;
	/* border: 5px solid #F0394C; */
	border: 5px solid #3A3228;
	border-radius: 100%;
	opacity: .2;
	-webkit-transition: all .3s;
	transition: all .3s;
	
}
.content-part .thumb-img img:hover{
	opacity: 1;
}
.content-part .first-courses-img{
	position: absolute;
	top: 0;
	left: 0;
}
.content-part .second-courses-img{
	position: absolute;
	top: 0;
	right: 0;
}
.content-part .third-courses-img{
	position: absolute;
	bottom: 0;
	left: 0;
}
.content-part .fourth-courses-img{
	position: absolute;
	bottom: 0;
	right: 0;
}


/* columns of same height styles */
.row-full-height {
  height: 100%;
}
.col-full-height {
  height: 100%;
  vertical-align: middle;
}
.row-same-height {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.col-xs-height {
  display: table-cell;
  float: none !important;
}
/*-----  End of courses  ------*/



/*===================================
=            portfolio            =
===================================*/
.portfolio-filter{
	margin-top: 20px;
}
.portfolio-filter li .active{
	/* color: #F0394C; */
	color: #3A3228;
	text-decoration: none;
}
.portfolio-filter li a:hover{
	/* color: #F0394C; */
	color: #3A3228;
}
.portfolio-item{
	margin-bottom: 30px;
}
.portfolio-item .content{
	position: relative;
	-webkit-transition: all .3s;
	transition: all .3s;	
}
.portfolio-item .content figcaption{
	/* background-color: rgba(240, 57, 76, 0.8); */
	background-color: rgba(58, 50, 40, 0.7);
	color: #fff;
	opacity: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.portfolio-item .content figcaption p,
.portfolio-item .content figcaption a{
	color: #fff;
}
.portfolio-item .content .icon{
	-webkit-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%), scale(0);
	font-size: 34px;
	-webkit-transition: all .3s;
	transition: all .3s;	
}
.portfolio-item .content .caption{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 20px;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.portfolio-item .content figcaption .title,
.portfolio-item .content figcaption .info{
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
	-webkit-transition: all .3s;
	transition: all .3s;	
}
.portfolio-item .content .caption .title{
	margin-bottom: 15px;
	text-transform: uppercase;
}
.portfolio-item .content:hover figcaption{
	opacity: 1;
}
.portfolio-item .content:hover figcaption .icon{
	-webkit-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
}
.portfolio-item .content:hover figcaption .caption{
	bottom: 0;
}
.portfolio-item .content:hover figcaption .title,
.portfolio-item .content:hover figcaption .info{
	-webkit-transform: translateY(0);
	transform: translateY(0);	
}
/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
/*-----  End of portfolio  ------*/



/*==================================
=            count-down            =
==================================*/

#count-down{
	background: url(../img/bg/01.jpg) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
}
#count-down .color-overlay{
	width: 100%;
	height: 100%;
	/* background: rgba(240, 57, 76, 0.7); */
	background: rgba(58, 50, 40, 0.7);
}
#count-down .section-title,
#count-down .counter-content p,
#count-down .counter-content span{
	color: #fff;
}
#count-down .section-title{
	font-size: 26px;
}
#count-down .counter-content .counter{
	font-size: 55px;
	margin-bottom: 30px;
}
#count-down .counter-content .title{
	font-size: 20px;
	text-transform: uppercase;
}
/*-----  End of count-down  ------*/



/*=============================
=            teams            =
=============================*/

#teams{
	background-color: #f6f6f6;
}
.team-member .member-pic{
	position: relative;
	overflow: hidden;
}
.team-member .caption .color-overlay{
	/* background: rgba(240, 57, 76, 0.7); */
	background: rgba(58, 50, 40, 0.7);
	left: 100%;
	opacity: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.team-member .caption .social-icon{
	text-align: center;
	left: -100%;
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-transition-delay: .25s;
	transition-delay: .25s;
	opacity: 0;
}
.team-member .caption .social-icon a{
	color: #fff;	
	font-size: 26px;	
}
.team-member .caption .social-icon li{
	margin-right: 10px;
	text-align: center;	
}
.team-member .caption .social-icon li:last-child{
	margin-right: 0;
}
.team-member .member-pic:hover .color-overlay{
	left: 0;
	opacity: 1;
}
.team-member .member-pic:hover .social-icon{
	left: 50%;
	opacity: 1;
	-webkit-transition-delay: .25s;
	transition-delay: .25s;
}
.team-member .member-info .position{
	margin-top: 25px;
}
.team-member .member-info .name{
	font-size: 16px;
	color: #454545;
	margin-top: 10px;
	margin-bottom: 10px;
}
/*-----  End of teams  ------*/



/*===================================
=            latest-blog            =
===================================*/

.each-post .date{
	text-transform: uppercase;
	margin-top: 30px;
	margin-bottom: 20px;
}
.each-post .headline{
	margin-bottom: 30px;
	font-size: 22px;
}
.each-post .headline a{
	color: #454545;
}
.each-post .headline a:hover{
	/* color: #F0394C; */
	   color: #3A3228
}
.read-more-button{
	margin-top: 80px;
	font-size: 16px;
}
.read-more-button a{
	position: relative;
	padding: 20px;
	display: inline-block;
}

.read-more-button a:hover{
	/* color: #F0394C; */
	color: #3A3228
}

/*-----  End of latest-blog  ------*/



/*=======================================
=            client-feedback            =
=======================================*/
#client-feedback{
	background: url(../img/bg/02.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
}
#client-feedback .color-overlay{
	width: 100%;
	height: 100%;
	/* background: rgba(16,19,38,.9); */
	background: rgba(117, 99, 78, 0.7);
}
#client-feedback .main-content{
	position: relative;
}
#client-feedback .custom-control a{
	color: #fff;
	font-size: 40px;
}
#client-feedback .custom-control #slider-prev,
#client-feedback .custom-control #slider-next{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 999;
	font-size: 40px;
}	
#client-feedback .custom-control #slider-prev{
	left: 0;
}
#client-feedback .custom-control #slider-next{
	right: 0;
}
#client-feedback .bx-wrapper .bx-viewport{
	width: 80% !important;
	margin:0 auto !important;
	height: auto !important;
	box-shadow: none;
	border: 10px solid transparent;
	background: none;	
	text-align: center;
}
#client-feedback .main-content p{
	color: #fff;
	font-size: 18px;
}
#client-feedback .main-content .client-name a{
	color: #fff;
	font-size: 16px;
}
#client-feedback .client-name{
	margin-top: 40px;
}
/*-----  End of client-feedback  ------*/



/*===================================
=            our-clients            =
===================================*/
#our-clients img{
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: .5;
	-webkit-transition: all .3s;
	transition: all .3s;	
}
#our-clients li.each-client{
	width: 20%;
	float: left;
	margin-bottom: 20px;
}
#our-clients li.each-client:last-child{
	padding-right: 0;
}
#our-clients li.each-client:hover img{
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	opacity: 1;
}
/*-----  End of our-clients  ------*/



/*========================================
=            latest-list-page            =
========================================*/
.blog-list .main-nav {
	/* background: rgba(89,111,255,.8); */
	background: rgba(117, 99, 78, 0.7);
	height: 80px;
}
.blog-list .logo-left,
.blog-list .menu-button{
	top: 20px !important;
}
#breadcrumbs{
	background: url(../img/blog/blog-list/breadcrumbs.jpg);
	-webkit-background-size: cover;
	background-size: cover;
}
#breadcrumbs .color-overlay{
	width: 100%;
	height: 100%;
	/* background-color: rgba(0,0,0,.5); */
	background-color: rgba(117, 99, 78, 0.7);
	padding-top: 180px;
	padding-bottom: 120px;	
}
#breadcrumbs .title{
	font-size: 50px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;	
}
#latest-blog .each-post{
	margin-bottom: 60px;
}
#latest-blog .each-post .headline{
	margin-top: 40px;
	margin-bottom: 20px;
	font-size: 30px;
}
.info-data{
	color: #999999;
	margin-bottom: 30px;
}
.info-data li{
	margin-right: 20px;
}
.info-data li:last-child{
	margin-right: 0;
}
#latest-blog .each-post .blog-img img{
	-webkit-transition: all .3s;
	transition: all .3s;
}
#latest-blog .each-post:hover .blog-img img{
	opacity: .5;
}
#latest-blog .pagination>li>a{
	font-size: 16px;
	color: #999999;
	border-color: #999999;
}
#latest-blog .pagination>li:first-child>a,
#latest-blog .pagination>li:last-child>a{
	border-radius: 0;
}
#latest-blog .pagination>li:hover a,
#latest-blog .pagination>li.active a{
	/* background-color: #F0394C; */
    background-color: #3A3228;
	/* border-color: #F0394C; */
	border-color: #3A3228;
	color: #fff;
}
/*-----  End of latest-blog-page  ------*/



/*====================================
=            blog-details            =
====================================*/
#blog-details .headline{
	font-weight: bold;
	margin-top: 40px;
	margin-bottom: 50px;
}
#blog-details .info{
	font-size: 16px;
	color: #454545;
	border-bottom: 1px solid #e9e9e9;
}
#blog-details .info p{
	margin-bottom: 40px;
}
#blog-details .info p:last-child{
	margin-bottom: 0;
}
#blog-details .social-icon{
	color: #999999;
}
#blog-details a:hover{
	/* color: #F0394C; */
	color: #3A3228; 
}
/*comments content*/
.comments{
	overflow: hidden;
	margin-top: 100px;
}
.comments .title{
	border-bottom: 1px solid #ebebeb;
	font-size: 16px;
}
.comments-content{
	padding: 60px 40px;
	background-color: #fafafa;
}
.comments-content .comments-list .media-left{
	padding-right: 20px;
}
.comments-content .media-heading{
	font-size: 16px;
}
.comments-content img{
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	
}
.comments-content img:hover{
	opacity: .6;
}
.comments-content .date{
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 30px;
}
.comments-content .reply-arrow{
	margin: 25px 0;
	display: block;
}
/*comments-form*/
.comments-form form input,
.comments-form form textarea{
	border-radius: 0;
	border: 1px solid #f2f2f2;
	box-shadow: none;
	padding: 20px;
}
.comments-form form input:focus,
.comments-form form textarea:focus{
	/* border-color: #F0394C; */
	border-color: #3A3228;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.comments-form .textarea{
	margin: 20px 0;
}
.submit-button .btn-primary{
	/* background-color: #F0394C; */
	background-color: #3A3228;
	border: none;
	padding: 15px 20px;
}
.submit-button .btn-primary:focus{
	outline: none;
}
/*-----  End of comments section  ------*/

/*-----  End of blog-details  ------*/


/*===============================
=            join-us            =
===============================*/

#join-us{
	background: url(../img/bg/03.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
}
#join-us .color-overlay{
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,.9);
}
.join-btn a{
	/* background-color: #F0394C; */
	background-color: #3A3228;
	text-transform: uppercase;
	border: none;
	border-radius: 0;
	padding: 15px 30px;
	color: #fff;
	font-size: 18px;	
	position: relative;
	display: inline-block;
}

.join-btn a:hover{
	color: #fff;
	background: #333;
}

/*-----  End of join-us  ------*/



/*===============================
=            contact            =
===============================*/
#contact{
	position: relative;
	overflow: hidden;
}
#contact .map-content{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
#contact .color-overlay{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.8);
	z-index: 10;
}
#gmap {
	height:100%;
	width: 100%;
    height: 100%;
    background: url('https://maps.google.com/maps?q=New%20Delhi&t=&z=13&ie=UTF8&iwloc=&output=embed') no-repeat center center/cover;
}
#contact .form-content .section-info{
	color: #fff;
}

#contact .form input,
#contact .form textarea{
	border-radius: 0;
	border: 1px solid #e0e0e0;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-bottom: 20px;
	padding: 20px;
	background: none;
	color: #fff;
}
#contact .form input:focus,
#contact .form textarea:focus{
	box-shadow: none;
	/* border-color: #F0394C; */
	background-color: #3A3228;
}
#contact .form .btn-submit{
	/* background: #F0394C; */
	background : #3A3228;
	color: #fff;
	padding: 12px;
}
#contact .form .btn-submit:hover{
	color: #fff;
}
.map-content{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background: url('img/map.png') no-repeat center center/cover;
    z-index: 1;
}
/*-----  End of contact  ------*/



/*==============================
=            footer            =
==============================*/
/* Make footer logo same size */
.footer-logo img,
.small-logo {
    height: 120px !important;   /* same as header */
    width: auto !important;
    max-width: 100% !important;
}
#footer{
	background: #333333;
	padding-top: 100px;
}
#footer .bottom-part{
	padding-bottom: 70px;
}
.social-icon-footer li{
	margin-right: 10px;
}
.social-icon-footer li:last-child{
	margin-right: 0;	
}
.social-icon-footer li a{
	font-size: 30px;
}
.social-icon-footer li a:hover{
	/* color: #F0394C; */
	   color: #3A3228;
}
.subscribe-form p{
	color: #999999;
}
.subscribe-form input{
	border-radius: 0;
	background: none;
	border: none;
	border-bottom: 1px solid #999999;
	padding-left: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #999999;
}
.subscribe-form input:focus{
	-webkit-box-shadow: none;
	box-shadow: none;
	/* border-color: #F0394C; */
	   border-color: #3A3228;
}
.subscribe-form input::-webkit-input-placeholder {
   color: #666666;
}

.subscribe-form input:-moz-placeholder { /* Firefox 18- */
   color: #666666;  
}

.subscribe-form input::-moz-placeholder {  /* Firefox 19+ */
   color: #666666;  
}

.subscribe-form input:-ms-input-placeholder {  
   color: #666666;  
}
.copyright{
	background-color: #292929;
	padding: 15px;
	font-size: 12px;
}
.copyright .info a:hover{
	/* color: #F0394C; */
	   color: #3A3228;
}
.whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25D366;
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 10px 20px;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.whatsapp-button img {
    width: 24px;
    height: 24px;
}

.content {
    transition: transform 0.3s ease;
}

.content:hover {
    cursor: pointer;
    transform: scale(1.02); /* Slight zoom effect on hover */
}

.page-wrapper {
    height: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    overflow: hidden;
}

#fh5co-counter {
  text-align: center;
  background-size: **cover**;           /* Use 'contain' if image is getting cropped */
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  padding: 100px 0 200px 0;
  min-height: 400px;
}

@media screen and (min-width: 992px) {
  #fh5co-counter {
    background-attachment: fixed; /* Optional: Adds a parallax effect */
    background-size: cover;       /* Ensures background covers the whole section */
  }
}

@media screen and (max-width: 768px) {
  #fh5co-counter {
    background-size: cover;
    background-position: top center;
    padding: 60px 0;
  }
}


/* Counter Box */
.feature-center {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 40px;
}
.feature-center .icon {
  width: 90px;
  height: 90px;
  background: #efefef;
  display: table;
  margin: 0 auto 30px auto;
  border-radius: 50%;
}
.feature-center .icon i {
  display: table-cell;
  vertical-align: middle;
  font-size: 40px;
  color: #373737;
}
.counter {
  font-size: 50px;
  margin-bottom: 10px;
  color: #fff;
  font-weight: 100;
  display: block;
}
.counter-label {
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: .1em;
}


/* Splash Screen */
.splash-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.splash-logo {
    width: 150px;
    animation: fadeIn 0.5s ease-in-out;
}

.hide-splash {
    animation: fadeOut 0.5s ease-in-out forwards;
}

/* Main Content (Hidden Initially) */
.homepage-content {
    display: none;
    opacity: 0;
}

.show-content {
    display: block;
    animation: fadeIn 0.5s ease-in-out forwards;
}

/* Animations */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes fadeOut {
    from { opacity: 1; }
    to { opacity: 0; }
}
.brochure-btn {
    display: inline-block;
    background-color: #4CAF50;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s;
}

.brochure-btn:hover {
    background-color: #45a049;
}
/* Carousel Container */
.carousel-container {
    width: 80%; /* Adjust width relative to section */
    max-width: 800px; /* Prevent it from being too large */
    position: relative;
    overflow: hidden;
}

/* Image inside the carousel */
.carousel-item img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover; /* Ensure it fills the space well */
    cursor: pointer;
    border-radius: 10px; /* Add smooth corners if needed */
}

/* Code to ajust carousel image*/
@media (max-width: 768px) {
	.carousel-inner .item:nth-child(1) {
	  background-size: cover !important;
	  background-position: 70% center !important; /* Slightly shift first image to the right */
	}
  
	.carousel-inner .item:nth-child(2) {
	  background-size: cover !important;
	  background-position: 30% top !important; /* Keep second image centered */
	}
  
	.carousel-inner .item:nth-child(3) {
	  background-size: cover !important;
	  background-position: 40% center !important; /* Slightly shift third image to the left */
	}
  
	.carousel-inner .item {
	  height: 400px; /* Adjust height if needed */
	  background-repeat: no-repeat !important;
	}
  }
  
  
	.carousel-inner .caption {
	  text-align: center;
	  padding: 20px;
	}
  
	.main-title {
	  font-size: 24px; /* Adjust text size for mobile */
	}
  
	.btn-start {
	  font-size: 14px; /* Adjust button size */
	}
	.bts-video-item {
		margin-bottom: 25px;
	  }
	  
	  .bts-card {
		display: flex;
		flex-direction: column;
		background: #f9f9f9;
		padding: 15px;
		border-radius: 10px;
		text-decoration: none;
		color: #222;
		box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
		transition: transform 0.3s ease;
		height: 100%;
	  }
	  
	  .bts-card:hover {
		transform: translateY(-4px);
		box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
	  }
	  
	  .bts-thumb {
		width: 100%;
		height: auto;
		border-radius: 8px;
		margin-bottom: 12px;
	  }
	  
	  .bts-info {
		flex-grow: 1;
	  }
	  
	  .bts-title {
		font-size: 16px;
		font-weight: bold;
		margin: 0 0 8px;
		color: #111;
	  }
	  
	  .bts-desc {
		font-size: 14px;
		color: #555;
		line-height: 1.4;
	  }
	  
	  /* Responsive tweaks */
	  @media (max-width: 768px) {
		.bts-card {
		  padding: 12px;
		}
	  
		.bts-title {
		  font-size: 15px;
		}
	  
		.bts-desc {
		  font-size: 13px;
		}
	  }
	  .features-scroll {
		gap: 20px;
	}

	.feature-item:nth-child(n+4) {
		margin-top: 30px;
	}
	/* General styles */
body {
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #f4f4f4;
  }
  
  /* Section styles */
  #teams {
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #fff;
  }
  
  .section-title {
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
  }
  
  .section-info {
	font-size: 16px;
	text-align: center;
	color: #777;
  }
  
  .clearfix {
	clear: both;
  }
  
  /* Video grid responsive styling */
  #videoGrid {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
  }
  
  /* Video item styles */
  .bts-video-item {
	position: relative;
	width: calc(33.33% - 20px); /* 3 columns layout */
	margin-bottom: 30px;
	transition: transform 0.3s ease;
  }
  
  .bts-card {
	display: block;
	text-decoration: none;
	color: inherit;
	position: relative;
  }
  
  .bts-thumb {
	width: 100%;
	height: auto;
	border-radius: 10px;
	transition: transform 0.3s ease;
  }
  
  .bts-card:hover .bts-thumb {
	transform: scale(1.05);
  }
  
  .bts-info {
	padding: 15px;
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	color: #fff;
	border-radius: 10px;
	opacity: 0;
	transition: opacity 0.3s ease;
  }
  
  .bts-video-item:hover .bts-info {
	opacity: 1;
  }
  
  .bts-title {
	font-size: 18px;
	margin-bottom: 10px;
  }
  
  .bts-desc {
	font-size: 14px;
	margin-bottom: 0;
  }
  
  /* Responsive adjustments */
  @media (max-width: 768px) {
	.bts-video-item {
	  width: calc(50% - 20px); /* 2 columns layout for tablets and mobile landscape */
	}
  }
  
  @media (max-width: 480px) {
	.bts-video-item {
	  width: 100%; /* Single column layout for mobile portrait */
	}
  
	.section-title {
	  font-size: 28px; /* Adjusting title size for smaller screens */
	}
  
	.section-info {
	  font-size: 14px; /* Adjusting info size for smaller screens */
	}
	figure img {
		position: relative;
		z-index: 2;
	}
	
	figcaption {
		pointer-events: none;
	}
	figure.content {
		position: relative;
		overflow: hidden;
	  }
	  
	  .img-100p {
		width: 100%;
		height: auto;
		display: block;
	  }
	  .animate-box { /* animation effect on scroll */ }
.display-t, .display-tc { display: table / table-cell; vertical-align: middle; }

	  .overflow-content-full {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.3);
		opacity: 0;
		transition: opacity 0.3s;
		display: flex;
		align-items: center;
		justify-content: center;
	  }
	  
	  .overflow-content-full .icon a {
		font-size: 24px;
		color: #fff;
		background: rgba(0, 0, 0, 0.6);
		padding: 10px;
		border-radius: 50%;
	  }
	  
	  figure.content:hover .overflow-content-full {
		opacity: 1;
	  }
	  
      
	  #count-down {
		color: white;
	  }
	  
	  #count-down .counter {
		font-size: 30px;
		font-weight: bold;
	  }
	  
	  #count-down .stat-label {
		font-size: 16px;
		font-weight: 500;
		color: white;
	  }
	  
	  @media (min-width: 992px) {
		#count-down .counter {
		  font-size: 60px;
		  font-weight: bold;
		}
	  
		#count-down .stat-label {
		  font-size: 60px !important;
		  font-weight: bold !important;;
		  color: white;
		}
	  
		#count-down .title,
		#count-down h3.section-title {
		  font-size: 28px;
		  font-weight: bold;
		}
	  }
	  
    .protected-img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px; /* keep rounded corners if needed */
}

.img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0); /* fully transparent */
  z-index: 2;
}




	  
	  
	  /* Show icon always on mobile */
	  @media (max-width: 768px) {
		.overflow-content-full {
		  opacity: 1;
		}
	  }
	  
	
  }
  
	
  }
  


/*-----  End of footer  ------*/

