@import url('https://fonts.googleapis.com/css?family=Fira+Sans:300,400,700');
@import url('https://fonts.googleapis.com/css?family=Oswald:300');
body {
	background: #FFF;
	font-weight: normal;
	position: relative;
	font-size: 14px;
	font-family: 'Fira Sans', sans-serif;
}
#scroll{
	position:fixed;
	bottom:0px;
	right:0px;
}

/*------------------------------------------------------------------
[Preloader]
*/

.page-loader {
	background: #fff;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 10000;
}

.loader {	
	position: absolute;
	left: 46%;
	top: 40%;
}





/*------------------------------------------------------------------
[Navbar]
*/
.navbar{
	margin-top:10px;
	border-radius:0px;
}
.navbar-custom .navbar-nav > li > a{
	color:#111;
	text-transform:uppercase;
}

.navbar-custom.navbar-fixed-top{
	box-shadow: 0 4px 4px 0 rgba(0,0,0,.3);
    -webkit-box-shadow: 0 4px 4px 0 rgba(0,0,0,.3);
    -ms-box-shadow: 0 4px 4px 0 rgba(0,0,0,.3);
    -moz-box-shadow: 0 4px 4px 0 rgba(0,0,0,.3);
    -o-box-shadow: 0 4px 4px 0 rgba(0,0,0,.3);
    border-top:3px solid #B20000;
}

.navbar-custom.navbar-fixed-top .logo{
	padding:6px 0;
}
.navbar-custom.navbar-fixed-top .navbar-brand{
	height:0;
}
.navbar-custom.navbar-fixed-top .navbar-brand img{
	height:70px;
	-webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;    
}
.navbar-custom {
	background: #FFF;
	border: 0;
	padding: 0;
	margin: 0;
	-webkit-transition: padding 0.25s, background 0.25s;
	   -moz-transition: padding 0.25s, background 0.25s;
	    -ms-transition: padding 0.25s, background 0.25s;
	     -o-transition: padding 0.25s, background 0.25s;
	        transition: padding 0.25s, background 0.25s;
}

.navbar-custom .navbar-brand {
	display: table-cell;
	vertical-align: middle;
	float: none;
	height: 70px;
	padding-top: 0;
	padding-bottom: 0;
	font-weight: 400;
	color: #111;
}

.navbar-custom,
.navbar-custom a {
	font-size: 14px;
	color: #555;
}

.navbar-custom .nav > li > a:focus {
	background: none;
	color: #555;
}

.navbar-custom .nav > li.active > a {
	color: #222;
	background-color:#262626;
}

.navbar-custom .nav > li > a:hover,
.navbar-custom .nav .open > a,
.navbar-custom .nav .open > a:focus,
.navbar-custom .nav .open > a:hover {
	background-image:linear-gradient(to bottom,#F3EDE4 0,#F3EDE4 100%);
	color: #222;
}

.navbar-custom .nav li a > .fa,
.navbar-custom .nav li a > .icon {
	margin-right: 6px;
	font-size: 13px;
}

.navbar-custom .navbar-nav > li > .dropdown-menu {
	margin-top: 0px;
}

.navbar-custom .dropdown-menu .dropdown-menu {
	top: 0;
	left: 100%;
	right: auto;
	margin-top: -5px;
	margin-left: 2px;
}

.leftauto {
	right: 0 !important;
	left: auto !important;
}

.navbar-custom .dropdown-menu.left-side {
	margin-right: 2px;
	right: 100%;
	left: auto;
}

.navbar-custom .dropdown-menu {
	background: #F3EDE4;
	border: 0;
	border-radius: 0;
	padding: 5px 0;
	min-width: 180px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.navbar-custom .dropdown-menu li:hover {
	border-left:3px solid #B40000;
}
.navbar-custom .dropdown-menu li {
	padding: 0 15px;
	border-left:3px solid transparent;
}

.navbar-custom .dropdown-menu > li > a {
	padding: 6px 5px;
	font-size: 14px;
	color: #444;
}


.navbar-custom .dropdown-menu > li:last-child > a {
	border-bottom: 0;
}

.navbar-custom .dropdown-menu > li > a:focus,
.navbar-custom .dropdown-menu > li > a:hover,
.navbar-custom .dropdown-menu .open > a,
.navbar-custom .dropdown-menu .open > a:hover {
	background: none;
	color: #000;
}


.navbar-toggle .icon-bar {
	background: #000;
}

@media (min-width: 992px) {

	.navbar-transparent {
		background: transparent;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.navbar-transparent a,
	.navbar-transparent .nav > li > a:focus {
		color: #fff;
	}

	.navbar-custom .navbar-brand {
		padding-left: 0;
	}

	.navbar-custom .navbar-nav > li > a {
		padding-top: 30px;
		padding-bottom: 30px;
		-webkit-transition: all 400ms ease;
		-moz-transition: all 400ms ease;
		-o-transition: all 400ms ease;
		transition: all 400ms ease;    
	}

	.navbar-custom .dropdown-menu {
		position: absolute;
		display: block;
		visibility: hidden;
		opacity: 0;
		-webkit-transform: translateY(50px);
		   -moz-transform: translateY(50px);
		    -ms-transform: translateY(50px);
		     -o-transform: translateY(50px);
		        transform: translateY(50px);
		-webkit-transition: opacity 0.4s ease 0s, -webkit-transform 0.4s ease 0s, visibility 0.4s linear 0s;
		   -moz-transition: opacity 0.4s ease 0s, -moz-transform 0.4s ease 0s, visibility 0.4s linear 0s;
		    -ms-transition: opacity 0.4s ease 0s, -ms-transform 0.4s ease 0s, visibility 0.4s linear 0s;
		     -o-transition: opacity 0.4s ease 0s, -o-transform 0.4s ease 0s, visibility 0.4s linear 0s;
		        transition: opacity 0.4s ease 0s, transform 0.4s ease 0s, visibility 0.4s linear 0s;
	}

	.navbar-custom .open > .dropdown-menu {
		visibility: visible;
		opacity: 1;
		-webkit-transform: translateY(0px);
		   -moz-transform: translateY(0px);
		    -ms-transform: translateY(0px);
		     -o-transform: translateY(0px);
		        transform: translateY(0px);
	}

	.navbar-right .dropdown-menu {
		right: auto;
		left: 0;
	}

}

@media (max-width: 991px) {

	.navbar-custom .navbar-nav {
		margin-top: 1px;
		margin-bottom: 0;
	}

	.navbar-custom .dropdown-menu,
	.navbar-custom .dropdown-menu .dropdown-menu {
		padding-top: 0;
		margin-top: 0;
	}

	.navbar-custom .dropdown-menu li {
		padding-left: 0;
		padding-right: 0;
	}

	.navbar-custom li a,
	.navbar-custom .dropdown-menu > li:last-child > a {
		border-bottom: 1px solid #2b2b2b;
	}

	.navbar-custom .navbar-nav > li:last-child > a {
		border-bottom: 0;
	}

	.navbar-custom .navbar-nav > li > a,
	.navbar-custom .navbar-nav .open .dropdown-menu > li > a,
	.navbar-custom .navbar-nav .open .dropdown-menu .dropdown-header {
		padding-top: 12px;
		padding-bottom: 12px;
	}

	.navbar-custom .navbar-nav .open .dropdown-menu .dropdown-menu > li > a {
		padding-left: 30px;
	}

}
.sticky {
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;    
}
.navbar-custom.sticky .navbar-nav > li > a {
		padding-top: 20px;
		padding-bottom: 20px;
		-webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;    
		
}
.navbar-custom.navbar-fixed-top.sticky .navbar-brand img{
	height:50px;
	-webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;    
}
.navbar-brand{
	padding:0;
}
.logo{
	position:absolute;
}
.home-img{
	padding:80px 0;
}
.content-blog {
    margin-left: 25px;
}
.w20 {
    width: 20%;
}
.w80 {
    width: 80%;
    padding-left: 25px;
}
.upp {
    text-transform: uppercase;
}
.tagline-style-2 {
    display: inline-block;
    font-size: 46px;
    font-weight: 600;
    color: #001125;
    position: relative;
    text-transform: titlecase;
    margin-bottom: 35px;
    font-family: 'Oswald';
}
.divider-1 {
    width: 20%;
    margin: auto;
    text-align: center;
    border: 1px solid #BF9865;
    margin-bottom: 15px;
    margin-top: 15px;
}
.divider-2 {
    border: 1px solid #b71c1c;
}
.left {
	float: left;
}
.w20 {
    width: 20%;
}
.mt25 {
    margin-top: 25px;
}
.right {
	float: right;
}
.w80 {
    width: 80%;
    padding-left: 25px;
}
/*------------------------------------------------------------------
[Hero]
*/

.module-hero {
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}

.hero-caption {
	position: relative;
	display: table;
	height: 100%;
	width: 85%;
	text-align: center;
	margin: 0 auto;
	z-index: 2;
}

.home .hero-text {top:170px;}
.hero-text {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	color: #fff;
	top:150px;
}

.hero-title {
	line-height: 1.4;
	font-size: 42px;
	margin: 0 0 10px;
	color: #fff;
	text-transform:uppercase;
	font-family: 'Oswald';
}

.module-overlay-dark-1:before {
	background: rgba(17, 17, 17, 0.2);
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

@media (max-width: 992px) {

	.hero-title {
		font-size: 52px;
	}

}

@media (max-width: 767px) {

	.hero-title {
		font-size: 42px;
	}

}

@media (max-width: 627px) {

	.hero-title {
		font-size: 36px;
	}

}



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

Main Components 

-------------------------------- */
.cd-horizontal-timeline {
  opacity: 0;
  margin: 2em auto;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.cd-horizontal-timeline::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: 'mobile';
  display: none;
}
.cd-horizontal-timeline.loaded {
  /* show the timeline after events position has been set (using JavaScript) */
  opacity: 1;
}
.cd-horizontal-timeline .timeline {
  position: relative;
  height: 100px;
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}
.cd-horizontal-timeline .events-wrapper {
  position: relative;
  height: 100%;
  margin: 0 40px;
  overflow: hidden;
}
.cd-horizontal-timeline .events-wrapper::after, .cd-horizontal-timeline .events-wrapper::before {
  /* these are used to create a shadow effect at the sides of the timeline */
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 20px;
}


.cd-horizontal-timeline .events {
  /* this is the grey line/timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 49px;
  height: 2px;
  /* width will be set using JavaScript */
  background: #dfdfdf;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
}
.cd-horizontal-timeline .filling-line {
  /* this is used to create the green line filling the timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #b71c1c;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.cd-horizontal-timeline .events a {
  position: absolute;
  bottom: 0;
  z-index: 2;
  text-align: center;
  font-size: 1.3rem;
  padding-bottom: 15px;
  color: #FFF;
  /* fix bug on Safari - text flickering while timeline translates */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.cd-horizontal-timeline .events a::after {
  /* this is used to create the event spot */
  content: '';
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -5px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  background-color: #f8f8f8;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  -moz-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}
.no-touch .cd-horizontal-timeline .events a:hover::after {
  background-color: #7b9d6f;
  border-color: #7b9d6f;
}
.cd-horizontal-timeline .events a.selected {
  pointer-events: none;
}
.cd-horizontal-timeline .events a.selected::after {
  background-color: #7b9d6f;
  border-color: #7b9d6f;
}
.cd-horizontal-timeline .events a.older-event::after {
  border-color: #7b9d6f;
}
@media only screen and (min-width: 1100px) {
  .cd-horizontal-timeline {
    margin: 2em auto;
  }
  .cd-horizontal-timeline::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'desktop';
  }
}

.cd-timeline-navigation a {
  /* these are the left/right arrows to navigate the timeline */
  position: absolute;
  z-index: 1;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 34px;
  width: 34px;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  /* replace text with an icon */
  overflow: hidden;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.cd-timeline-navigation a::after {
  /* arrow icon */
  content: '';
  position: absolute;
  height: 16px;
  width: 16px;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(../images/cd-arrow.svg) no-repeat 0 0;
}
.sec-1 ol, .sec-1 li{list-style:none;}
.cd-timeline-navigation a.prev {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.cd-timeline-navigation a.next {
  right: 0;
}
.no-touch .cd-timeline-navigation a:hover {
  border-color: #7b9d6f;
}
.cd-timeline-navigation a.inactive {
  cursor: not-allowed;
}
.cd-timeline-navigation a.inactive::after {
  background-position: 0 -16px;
}
.no-touch .cd-timeline-navigation a.inactive:hover {
  border-color: #dfdfdf;
}

.cd-horizontal-timeline .events-content {
  position: relative;
  width: 100%;
  margin: 0em 0;
  overflow: hidden;
  -webkit-transition: height 0.4s;
  -moz-transition: height 0.4s;
  transition: height 0.4s;
}
.cd-horizontal-timeline .events-content li {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  padding: 0 5%;
  opacity: 0;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.cd-horizontal-timeline .events-content li.selected {
  /* visible event content */
  position: relative;
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.cd-horizontal-timeline .events-content li.enter-right, .cd-horizontal-timeline .events-content li.leave-right {
  -webkit-animation-name: cd-enter-right;
  -moz-animation-name: cd-enter-right;
  animation-name: cd-enter-right;
}
.cd-horizontal-timeline .events-content li.enter-left, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-name: cd-enter-left;
  -moz-animation-name: cd-enter-left;
  animation-name: cd-enter-left;
}
.cd-horizontal-timeline .events-content li.leave-right, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-direction: reverse;
  -moz-animation-direction: reverse;
  animation-direction: reverse;
}
.cd-horizontal-timeline .events-content li > * {
  max-width: 800px;
  margin: 0 auto;
}
.cd-horizontal-timeline .events-content h2 {
  font-weight: bold;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.2;
  color:#FFF;
}
.cd-horizontal-timeline .events-content em {
  display: block;
  font-style: italic;
  margin: 10px auto;
}
.cd-horizontal-timeline .events-content em::before {
  content: '- ';
}
.cd-horizontal-timeline .events-content p {
  font-size: 1.4rem;
  color: #959595;
}
.cd-horizontal-timeline .events-content em, .cd-horizontal-timeline .events-content p {
  line-height: 1.6;
}


@-webkit-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
    
/** features-section **/
.features-section{
  position: relative;
  padding:60px 0;
}
.features-section .features-title .title{
  position: relative;
  font-size: 48px;
  line-height: 53px;
  font-weight: 300;
  color: #222;
  margin-bottom: 0px;
}
.features-section .features-title .title:before{
  position: absolute;
  content: '';
  background: #b71c1c;
  width: 50px;
  height: 2px;
  left: 50%;
  margin-left: -25px;
  bottom: -53px;
}

.features-section .features-title{
  margin-bottom: 107px;
}
.features-section img{
  width: 100%;
}
.features-section .single-item{
  position: relative;
  z-index: 1;
}
.features-section .single-item .icon-box i{
  position: relative;
  display: inline-block;
  background: #b71c1c;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  text-align: center;
  margin-top: -30px;
  top: -30px;
  transition: all 900ms ease;
}
.features-section .single-item .icon-box i:before{
  font-size: 24px;
  color: #fff;
  margin: 0px;
}
.features-section .single-item:before{
  position: absolute;
  content: '';
  background: #b71c1c;
  height: 3px;
  width: 0%;
  left: 0px;
  bottom: 0px;
  z-index: 1;
  transition: all 900ms ease;
}
.features-section .single-item:hover:before{
  width: 100%;
  transition: all 900ms ease;
}
.features-section .single-item .single-content{
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 70px;
  padding: 0px 35px 0px 35px;
  transition: all 900ms ease;
}
.features-section .single-item:hover .single-content{
  height: 100%;
  transition: all 900ms ease;
}
.features-section .single-item h5{
  color: #fff;
}
.features-section .single-item:hover h5,
.features-section .single-item:hover .text{
  display: block;
}
.features-section .single-item .text{
  position: relative;
  font-size: 14px;
  line-height: 25px;
  color: #fff;
  display: none;
}
.features-section .single-item:hover .icon-box i{
  top: -10px;
  transition: all 900ms ease;
  margin-bottom: 70px;
}
.features-section .single-item .icon-box {
  margin-bottom: -23px;
}
.section-bg{
	position:absolute;
	bottom:-15px;
	left:80px;
}
.sec-1{
	background-image:url(../images/front-parallax.jpg);
	background-attachment:fixed;
	background-size:100%;
	background-position:bottom;
	background-repeat:no-repeat;
	padding:50px 0 50px 0;
	position:relative;
	color:#FFF;
}
.sec-1 h2{
	font-size:28px;
	font-weight:300;
	line-height:1.4;
	font-family: 'Oswald', sans-serif;
	margin-top:0;
}
.footer a{
	color:#001125;
}
.footer{
	background-color:#F3EDE4;
	padding:24px 0;
	color:#001125;
	border-bottom:5px solid #001125;
/*
	border-bottom:5px solid #B20000
*/
}
.footer .text-right{
	margin-top:10px;
}
.fot-soc{
	margin-bottom:10px;	
}
.fot-soc a{
	margin:auto 12px;
	color:#001125;
}
.fot-soc i{
	font-size:22px;
}
.since{
	background:#001125 url(../images/experience.png);
	background-position:90px 200px;
	background-repeat:no-repeat;
	min-height:460px;
	padding:40px;
}
.since-box{
	border:1px solid #203155;
	min-height:380px;
	color:#FFF;
	font-size:22px;
	text-align:center;
	padding:45px 20px 0px 20px;
}
.since-box .font-1{
	font-size:80px;
	font-weight:700;
	color:#B20000;
}

.grid {
	position: relative;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	overflow: hidden;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
	
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}


/*---------------*/
/***** Bubba *****/
/*---------------*/

figure.effect-bubba {
	background: #000;
}

figure.effect-bubba img {
	opacity: 0.4;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-bubba:hover img {
	opacity: 0.6;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
	position: absolute;
	top: 20px;
	right: 20px;
	bottom: 20px;
	left: 20px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

figure.effect-bubba figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}

figure.effect-bubba h2 {
	padding-top: 20%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
	font-family: 'Oswald';
}
figure.effect-bubba p a{
	color:#FFF;
}
figure.effect-bubba p {
	padding: 20px 2.5em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}


/*-------------------------------------------------*/
/* =  about page
/*-------------------------------------------------*/
.page-banner-section {  
  padding: 140px 0 50px 0;
  position: relative;
  background-size:100% auto;
  background-position:top;
  text-align:center;
  background-attachment:fixed;
}
.page-banner-section .container {
  position: relative;
  z-index: 2;
}
.page-banner-section h1 {
  color: #FFF;
  font-size: 42px;
  font-weight: 100;
  margin: 0 0 15px;
  margin: 10px 0 0;
  letter-spacing:1px;
  margin-bottom: 0;
  width:-moz-fit-content;
  margin:0 auto;
  border-top:8px solid #FFF;
}
.page-banner-section ul.page-depth {
  margin: 0;
  padding:0;
  text-align: center;
  margin-top:60px;
}
.page-banner-section ul.page-depth li {
  display: inline-block;
  margin-left: 1px;
}
.page-banner-section ul.page-depth li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  font-size: 13px;  
  color: #FFF;
}
.page-banner-section ul.page-depth li a:hover {
  color: #FFF;
}
.page-banner-section ul.page-depth li:before {
  content: '-';
  font-size: 13px;  
  color: #FFF;
  margin-right: 5px;
}
.page-banner-section ul.page-depth li:first-child:before {
  content: '';
  margin-right: 0;
}
.page-banner-section:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
}
.inner-section{
	padding:60px 0;
}
.title-bg{
	background-image:url(../../assets/images/bank.png);
	background-repeat:no-repeat;
	background-position:center;
	width:100%;	
	margin:0 auto;
	height:128px;
}
.title-font{
	position:relative;
	top:128px;
	font-family: 'Oswald';
	text-transform:uppercase;
}
.project-box{
	position:relative;
}
.projectStatus {
	background-color:rgba(178,0,0,0.8);
	padding:6px 20px;
	color:#FFF;
	position:absolute;
	top:20px;
	left:40px;
	z-index:100;
	font-size:18px;
	border-radius:4px;
}
.project-box-d{
	background-color:#F3EDE4;
	padding:20px;
	position:relative;
	top:-90px;
	width:90%;
	margin:0 auto;
	border-radius:30px;
}
.project-box-d h2{
	font-size:26px;
	margin-top:0;
	font-family: 'Oswald';
	color:#001125;
}
.project-well{
    min-height: 20px;
    padding: 20px 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 0px solid #b71c1c;
    border-left: 10px solid #b71c1c;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.05);
}
.project-well strong{
	font-size:16px;
}

.project-menu{
	display:none;
	background-color:#333;
	color:#FFF;
	padding:10px;
}
.ada-menu a{
	padding:0 15px;
	color:#FFF;
}
.project-d-temp section{
	padding:70px 0;
}
.bg-img{
	background-image:url(../../assets/images/bg-for-parallax.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:100%;
	background-attachment:fixed;
}
.bg-color{
/*
	background-image:url(../images/bg-noise.jpg);
*/
	background-color:#EEEEEE;
}
.ada-menu a.select{
	background-color:#FFF;
	color:#000;
	padding:10px 15px;
}
.nav-tabs {
	border-bottom:1px solid transparent;
	margin-top:18px;
	margin-bottom:40px;
}
.nav-tabs li a {
	padding:5px 15px;
	font-size:16px;
	text-transform:uppercase;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-ms-border-radius:0;
	-o-border-radius:0;
	border-radius:0;	
	color:#272727;
}
.nav-tabs li a:hover {
	border-color:transparent;
	color:#2b2b2b;
	background-color:transparent
}
.nav-tabs li.active a,.nav-tabs li.active a:focus,.nav-tabs li.active a:hover {
	border-color:#FFF;
	color:#111;
	background-color:#FFF
}
.nav-tabs.nav-justified li a {
	border-color:transparent;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-ms-border-radius:0;
	-o-border-radius:0;
	border-radius:0
}
.nav-tabs.nav-justified li a:hover {
	color:#222;
	background-color:#efefef;
}
.nav-tabs.nav-justified li a {
	color:#222;
	background-color:#efefef;
}
.nav-tabs.nav-justified .active a,.nav-tabs.nav-justified .active a:focus,.nav-tabs.nav-justified .active a:hover {
	border-color:#00A650;
	color:#FFF;
	background-color:#00A650;
}

.gallery-img{
    position: relative;
    padding: 5px;
    border-radius: 2px;
    background-color: #fff;    
    overflow: hidden;
    box-sizing: border-box;
}
#gallery .thumbnail{
	box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
	padding:0;
	border:0;
	border-radius:0;
}
.gallery-img .gallery-open{
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    background-color: rgba(0,0,0,0.80);
    display: block;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 350ms ease all;
    transition: 350ms ease all;
}

.gallery-img:hover .gallery-open{
    visibility: visible;
    opacity: 1;
}

.gallery-img .gallery-open i{
    color: #fff;
    position: absolute;
    font-size: 20px;
    top:50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.ada-table .table > tbody > tr > td, .table > tbody > tr > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > thead > tr > td, .table > thead > tr > th, .table > thead > tr > td.info, .table > thead > tr > th.info{
	background-color:#444;
	color:#FFF;
	font-size:16px;
}
.subtitle{
	color:#555;
}
.subtitle span{
	color:#9E0000;
}

#amenities h4{
	font-size:18px;
	letter-spacing:0;
}
#amenities ul{
	padding-left:15px;
}
#amenities ul li{
	list-style-type:disc;
	padding:4px 0;
}

#management{
	position:relative;
}
#management .thumbnail{
	padding:0;
	border-radius:0;
	border:0;
	background-color:#FFF;
	margin-bottom:20px;
	position:relative;
}
#management .thumbnail img{
	height:150px;
	width:150px;
	border:5px solid #FFF;
	border-radius:50%;
	position:relative;
	bottom:-30px;
}
#management .caption{
	background-color:transparent;
	padding:40px 10px 20px 10px;	
	text-align:center;
	margin:0 45px;;
}
#management .caption .post{font-size:16px;}
#management .caption .name{font-size:20px;color:#000}
#management .caption .city{font-size:16px;}
.project-d-temp p{
	font-size:16px;
}


h3.fitsc-heading {
	font-size:30px;
	font-weight:600;
	text-transform:uppercase;
}
.fitsc-heading {
  color: #111;
  font-family: 'Oswald';  
/*
  line-height: 14px;
*/
  display: block;
  border-left: 5px solid #b71c1c;
  background: url(../images/stripe-line.png) repeat-x left center;
}
.fitsc-heading span {
  display: inline-block;
  padding: 0 30px 0px 10px;
  background-color: #ffffff;
}
.bg-color .fitsc-heading span {
  display: inline-block;
  padding: 0 30px 0px 10px;
  background-color: #EEEEEE;
}
.bg-img .fitsc-heading span {
  display: inline-block;
  padding: 0 30px 0px 10px;
  background-color: #ffffff;
}
.bg-img .fitsc-heading {
  color: #111;
/*
  line-height: 14px;
*/
  display: block;
  border-left: 5px solid #b71c1c;
  background: url(../images/stripe-line.png) repeat-x left center;
}
.himg{margin-bottom:30px;}
.home-img{padding:60px 0px;}
.home-img .col-sm-6 img{border-radius:8px;}
.project-custom.navbar-fixed-top{
	top:63px;
	z-index:99;
}

.btn {
	border: none;
	color: #fff;
	display: inline-block;
	padding: 13px 35px;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: normal;
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	background:#303f46;	
	letter-spacing: 1px;
}
.btn:hover {
	background: #b71c1c;
	color: #fff;
}



figure.effect-selena {
	background: #fff;
}

figure.effect-selena img {
	opacity: 0.95;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

figure.effect-selena:hover img {
	-webkit-transform: scale3d(0.95,0.95,1);
	transform: scale3d(0.95,0.95,1);
}

figure.effect-selena h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.effect-selena p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: perspective(1000px) rotate3d(1,0,0,90deg);
	transform: perspective(1000px) rotate3d(1,0,0,90deg);
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
}

figure.effect-selena:hover h2 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-selena:hover p {
	opacity: 1;
	-webkit-transform: perspective(1000px) rotate3d(1,0,0,0);
	transform: perspective(1000px) rotate3d(1,0,0,0);
}
.fancybox-caption-wrap{
	text-align:center;
}
.bd .form-control {
	border:0px;
    background-color: #f1f1f1;
    background-image: none;
    border: 2px solid #f1f1f1;
    border-radius: 0;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.075) inset;
    color: #222;
    height:42px;
    display: block;
    font-size: 14px;
    line-height: 1.42857;
    padding: 6px 12px;
}
.bd .form-control:focus {
    border-color: #66afe9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 0 none;
}



.f-box .icon{
	height:60px;
	width:60px;
	text-align:center;
	float:left;
	background-color:#ccc;
	border-radius:50%;
	line-height:70px;
	margin-right:10px;
	margin-left:10px;
	position:relative;
	top:15px;
	margin-bottom:20px;
}
.f-box .icon i{
	position:relative;
	font-size:26px;
	color:#FFF;
}
.f-box .text.add{top:17px}
.f-box .text{
	float:left;
	color:#666666;
	width:70%;
	top:25px;
	position:relative;
	background-color:#f1f1f1;
	border-right:4px solid #ccc;
	padding:10px 20px;
	border-radius:25px 0 0 25px;
}
.wel-page{
	background-color:#EEE;
	padding:20px 5px 20px 5px;
	margin-bottom:30px;
	overflow:hidden;
}
.wel-page img{
	padding:6px;
	background-color:#FFF;
}



.featured-wrap ul{
	position:relative;
	overflow:hidden;
}
.featured-wrap ul:before{
	position:absolute;
	left:50%;
	top:0;
	width:2px;
	height:100%;
	background:#B20000;
	content:"";
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
}

.featured-wrap ul li{
	position:relative;
	overflow:hidden;
	padding:60px 0px 10px 0;
}
.featured-wrap ul li:before{
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%);
	height:10px;
	width:10px;
	background:#B20000;
	content:"";
	border-radius:50%;
	margin-top:20px;
}
.featured-wrap ul li:last-child{
	padding:17px 0;
}
.featured-wrap ul li .logo-start img{
	height:150px;
}
.featured-wrap ul li .logo-start{
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	position:absolute;
	left:50%;
	top:0;
	padding:10px 30px;
	color:#fff;
	background-color:#FFF;
	text-transform:uppercase;	
	margin:0px;
}
.featured-wrap ul li h3{
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	position:absolute;
	left:50%;
	top:0;
	padding:10px 30px;
	background:#B20000;
	color:#fff;
	text-transform:uppercase;
	font-size:14px;
	margin:0px;
}
.featured-wrap ul li .featured-content{
	float:right;
	width:43%;
	background:#111;
	position:relative;
	transition:all .3s;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	border-radius:5px;
}
.featured-wrap ul li:hover .featured-content{
	background:#B20000;
}
.featured-wrap ul li .featured-content:before{
	position:absolute;
	top:50%;
	border-top:10px solid transparent;
	border-bottom:10px solid transparent;
	content:"";
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	transition:all .3s;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
}
.featured-wrap ul li:nth-child(odd) .featured-content:before{
	border-right:10px solid #B20000;
	left:-10px;
}
.featured-wrap ul li:hover:nth-child(odd) .featured-content:before{
	border-right:10px solid #B20000;
}
.featured-wrap ul li:nth-child(even) .featured-content{
	float:left;
}
.featured-wrap ul li:nth-child(even) .featured-content:before{
	right:-10px;
	border-left:10px solid #B20000;
	border-right:0px solid #B20000;
}
.featured-wrap ul li:hover:nth-child(even) .featured-content:before{
	border-left:10px solid #B20000;
	border-right:0px solid #B20000;
}
.featured-wrap ul li .featured-content .featured-img{
	width:100%;
	position:relative;
}
.featured-wrap ul li .featured-content .featured-img:before{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:#000;
	content:"";
	opacity:.2;
	transition:all .3s;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
}
.featured-wrap ul li:hover .featured-content .featured-img:before{
	opacity:.5;
}
.featured-wrap ul li:nth-child(odd) .featured-content .featured-img{
	float:right;
}
.featured-wrap ul li:nth-child(even) .featured-content .featured-img{
	float:left;
}
.featured-wrap ul li .featured-content .featured-info{
	width:100%;
	padding:20px;
}
.featured-wrap ul li:nth-child(odd) .featured-content .featured-info{
	float:left;
}
.featured-wrap ul li:nth-child(even) .featured-content .featured-info{
	float:left;
}
.featured-wrap ul li .featured-content h4{
	font-size:16px;
	margin-bottom:15px;
	color:#fff;
}
.featured-wrap ul li .featured-content p {
	color:#d2d2d2;
	line-height:18px;
}
.featured-wrap ul{
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
.locaddress{
	background-color:#111;
	padding:40px;
	color:#FFF;
	font-size:16px;
	min-height:266px;
}

.bod .col-sm-3{padding-left:0;}
.bod{
    display: block;
    width: 100%;
    text-decoration: none;
    background: #fff;
    border-right:3px solid #B20000;
    box-shadow: 2px 2px 5px 0 #aaa;
    overflow:hidden;
    margin-bottom:30px;
}
.bod:hover .bod-well h2{ color:#B20000;}
.bod-well h2{    
    color:#000000;
    font-size:22px;
}
.bod-well{
	color:#666;
}
.out-team{
    display: block;
    width: 100%;
    text-decoration: none;
    background: #fff;
    border-bottom:3px solid #B20000;
    box-shadow: 2px 2px 5px 0 #aaa;
    overflow:hidden;
    margin-bottom:30px;
}
.out-team:hover .out-team-well h2{ color:#B20000;}
.out-team-well h2{    
    color:#000000;
    font-size:20px;
}
.out-team-well{
	color:#666;
	text-align:center;
}


.team-card{
	position:relative;
}
.team-card .thumbnail{
	padding:0;
	border-radius:0;
	border:0;
	background-color:#F3EDE4;
	margin-bottom:20px;
	position:relative;
}
.team-card .thumbnail img{
	height:200px;
	width:200px;
	border:3px solid #FFF;
	border-radius:50%;
	position:relative;
	bottom:-30px;
}
.team-card .caption{
	background-color:transparent;
	padding:40px 10px 0px 10px;	
	text-align:center;
	margin:0 5px;
}
.team-card .caption .post{font-size:14px;}
.team-card:hover .caption .name{color:#B20000;}
.team-card .caption .name{font-size:18px;color:#000}
.team-card .caption .city{font-size:16px;}
.caps{margin-top:-10px;}




@media (max-width:360px){
	
}
@media (max-width:640px){
	.navbar-custom.navbar-fixed-top .logo {
		padding: 1px 10px;
	}
	.navbar-custom.navbar-fixed-top .navbar-brand img{height:45px;}
	.navbar-toggle {
		background-color: transparent;
		background-image: none;
		border: 0px solid transparent;
			border-top-color: transparent;
			border-right-color: transparent;
			border-bottom-color: transparent;
			border-left-color: transparent;
		border-radius: 4px;
		position: relative;
		float: right;
		padding: 9px 10px;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #FFA217;
	}
	.hero-text{top:50px;}
	.tagline-style-2{font-size:26px;}
	.w80 {
		width: 100%;
		padding-left: 0px;
	}
	.sec-1{background-size:auto;padding-bottom:100px;}
	.section-bg{left:30px;}
	.c{
		display: block;
		margin-right: auto;
		margin-left: auto;
	}
	.footer .text-right{text-align:center !important;}
	.since{margin-top:40px;margin-bottom:40px;}
	.page-banner-section{padding:0px 0 90px 0;}
	.title-bg{background-image:none;}
	.page-banner-section h1{border-top:0;}
}
@media (width:768px){

}
@media (max-width:991px){

}
