
/* =================================== */
/*	Basic Style 
/* =================================== */

body {
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
    line-height: 21px;
	font-size: 13px;
    color: #121212;
}

ol, ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

figure, p {
    margin: 0;
}

hr{
  border-top: 1px solid #dcdcdc;
}
a {
    color: #000;
	
    -webkit-transition: all .3s ease-in 0s;
       -moz-transition: all .3s ease-in 0s;
        -ms-transition: all .3s ease-in 0s;
         -o-transition: all .3s ease-in 0s;
            transition: all .3s ease-in 0s;
}

iframe {
    border: 0;
}
label {
  width: 100%;
  font-weight: 600;
} 
label sup{
  color: #993300;
}
a, a:focus, a:hover {
    text-decoration: none;
    outline: 0;
}

a:focus, a:hover {
    color: #993300;
}

h1, h2, h3,
h4, h5, h6 {
	font-weight: normal;
	margin: 0;
}

.clear:before,
.clear:after {
    content: " ";
    display: table;
}
 
.clear:after {
   clear: both;
}
 
.clear {
   *zoom: 1;
}

span.color {
	color: #0feb9e;
}

body > section,
.footer {
	padding: 70px 0 15px;
}

.sec-title {}

.sec-title h2 {
  position: relative;
  margin-bottom: 25px;
  color: #181818;
  font-size: 28px;
  text-align: left;
  font-weight: 800;
  text-transform: uppercase;
}
.sec-title h2:after{
  position: absolute;
  display: block;
  content: "";
  top: -9px;
  left: 0;
  width: 70px;
  height: 4px;
  border-radius: 8px;
  background-color: #993300;
}

.sec-title p{
  width: 50%;
  text-align: left;
}
.sec-sub-title {
	margin: 35px 0 45px;
}

.sec-sub-title p {
	font-weight: 600;
	line-height: 24px;
	font-size: 18px;
	color: #5b646e;
}

.devider {
  margin-top: 30px;
}

.devider i {
  color: #cccccc;
}

.devider:before,
.devider:after {
  content: "______________________";
  color: #e6e8ea;
  position: relative;
  bottom: 6px;
}

.devider:before {
  right: 10px;
}

.devider:after {
  left: 10px;
}

.mb50 {
	margin-bottom: 50px;
}

.mt25{
  margin-top: 25px;
}
#preloader {
  background-color: #fff;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 1100;
}

#preloader > img {
  left: 47%;
  position: absolute;
  top: 48%;
}


/*=========================================
	Header
==========================================*/
.top-section{
  width: 100%;
  padding: 10px 50px;
  height: 44px;
  color: #fff;
  background-color: #7a7770;
}

#navigation {
  background-color: #fff;
  border: 0 none;
  margin: 0;
      border-bottom: 1px solid #ccc;
    -webkit-transition: background-color 800ms linear;
       -moz-transition: background-color 800ms linear;
	    -ms-transition: background-color 800ms linear;
         -o-transition: background-color 800ms linear;
			transition: background-color 800ms linear;
}
.height-reducer .top-section{
  padding: 10px 50px;
  height: 45px;
}
.height-reducer .navbar-nav li a{
  padding: 28px 15px 23px;
}
.height-reducer .navbar-brand #logo img{
  width: 150px;
  -webkit-transition: width 800ms, height 800ms; /* Safari */
  transition: width 800ms, height 800ms;
}
.navbar-toggle i {
	color: #fff;
}

.navbar-brand {
  padding: 0;
}

.navbar-nav li a {
      padding-top: 39px;
    padding-bottom: 39px;
    text-transform: uppercase;
	border-top: 1px solid transparent;
}

.navbar-nav li a.current,
.navbar-nav li a:focus,
.navbar-nav li a:hover {
	background-color: transparent;
	border-top: 1px solid #993300;
	color: #993300;
}

.social-icons{
  float: right;
  width: 185px;
  height: 97px;
}
.social-icons .mail{
  float: left;  
  margin: 22px 10px 0;
  padding: 8px;
  border-left: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
}
.social-icons .mail a{
  float: left;
  display: block;
  content: "";
  width: 32px;
  height: 32px;
  background-image: url(../img/social-icons.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0;
}
.social-icons .fa{
  margin: 4px 4px 0;
  color: #fff;
  font-size: 20px;
}
.social-icons .fa:hover{ 
color: #993300}

/*=========================================
	Slider
==========================================*/

#slider {
	padding: 0;
  // margin-top: 100px
}

#slider .carousel-inner .item {
  background-size: cover;
}

.carousel-caption {
  background-color: rgba(0, 0, 0, 0.35);
  bottom: 0;
  right: 0;
  left: 0;
}

.carousel-caption h2 {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 400;
}

.carousel-caption h2 span {
  font-weight: 800;
}

.carousel-caption h3 {
  font-size: 48px;
  font-weight: 300;
  margin: 6px 0 20px;
}

.carousel-caption p {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}

.carousel-caption p:before,
.carousel-caption p:after {
color: #0feb9e;
content: "___";
position: relative;
top: -8px;
}

.carousel-caption p:before {
  right: 20px;
}

.carousel-caption p:after {
  left: 20px;
}

.social-links {
  margin-top: 5%;
}

.social-links li {
	display: inline-block;
}

.social-links li a {
  color: rgba(255, 255, 255, 0.3);
  display: block;
  margin: 0 6px;
}

.social-links li a:hover {
  color: #fff;
}

.carousel-indicators {
  bottom: 8px;
  margin: 0;
  width: auto;
}

.carousel-indicators li {
  border: 1px solid rgba(255, 255, 255, 0.3);
  height: 10px;
  width: 10px;
}

.carousel-indicators .active {
  height: 10px;
  width: 10px;
}



/*=========================================
	services
==========================================*/

.services {
  background-color: #f4f7f9;
}

.owl-controls {
  bottom: -45px;
  margin-top: 10px;
  position: relative;
  text-align: center;
}

.owl-controls .owl-page {
  display: inline-block;
}

.owl-controls .owl-page span {
  border: 1px solid #C7CED3;
  border-radius: 20px;
  display: block;
  height: 8px;
  margin: 5px 4px;
  width: 8px;
}

.owl-controls .owl-page.active span {
  background: #062033;
  border: 0;
}

.service-icon {
  border: 1px solid #0eb493;
  border-radius: 50%;
  color: #0eb493;
  float: left;
  padding: 10px 13px;
}

.service-desc {
  margin-left: 70px;
  position: relative;
  top: 5px;
}

.service-desc h3 {
  color: #062033;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 25px;
}

.service-item{
  margin-bottom: 45px;
}
.bg{
  min-height: 168px;
  margin-bottom: 25px;
  padding: 8px 8px 15px;
  background-color: #f2f2f2;
}
.service-item h3{
  position: relative;
  font-size: 15px;
  font-weight: 400;
  margin: 15px 0 25px;
}

.service-item h3:after
{
  position: absolute;
  display: block;
  content: "";
  bottom: -10px;
  left: 0;
  width: 85px;
  height: 3px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#993300+0,993300+50,959394+50,959394+100 */
  background: #993300; /* Old browsers */
  background: -moz-linear-gradient(left, #993300 0%, #993300 50%, #959394 50%, #959394 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #993300 0%,#993300 50%,#959394 50%,#959394 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #993300 0%,#993300 50%,#959394 50%,#959394 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#993300', endColorstr='#959394',GradientType=1 ); /* IE6-9 */
  border-radius: 50px;
}
.services-list {
  width: 100%;
}
.services-list .carousel-inner{
  float: left;
  width: 60%;
}
.services-list .carousel,
.services-list .carousel-inner,
.services-list .carousel-inner .item{
  height: auto!important;
}
.services-list .carousel-caption{
  // bottom: 100px;
  padding: 15px;
  text-align: left;
}
.services-list .carousel-indicators{
  float: left;
  position: static;
  width: 40%;
  left: 0;
  bottom: 0;
  text-align: left;
}
.services-list .carousel-indicators li{
  margin: 0 0 20px 0;
  width: 100%;
  height: auto;
  border: none;
  color: #121212;
  text-indent: 0;
}
.services-list .carousel-indicators .active{
  background-color: transparent;
  font-weight: bold;
}

.services-list .carousel-indicators li .fa {
  margin-right: 5px;
  color: #993300;
}
/*=========================================
	Our Works
==========================================*/
.works{
  min-height: 100vh;
}
.work-filter {
  margin: 35px 0;
}

.work-filter ul li {
    display: inline-block;
}

.work-filter ul li a {
  color: #4c4b4b;
  display: block;
  font-size: 14px;
  margin: 0 4px;
  padding: 5px 9px;
  text-transform: capitalize;
}

.work-filter ul li a:hover,
.work-filter ul li a.active {
  color: #000;
  padding: 5px 9px 0;
  border-bottom: 3px solid #993300;
}

.mix {
    display: none;
}

.work-item {
    float: left;
    margin: 0 4px 8px;
    width: 24%;
    position: relative;
}

.work-item > img {
  display: block;
  height: auto;
  max-width: 100%;
}

.overlay {
	background-color: rgba(153, 51, 0, .9);
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
  margin: 0 0 1% 0;
	width: 100%;
	height: 99%;
	color: #fff;
	
	opacity: 0;
	filter: alpha(opacity=0);
	
	-webkit-transition: all 450ms ease-out 0s;	
	   -moz-transition: all 450ms ease-out 0s;
		 -o-transition: all 450ms ease-out 0s;
		    transition: all 450ms ease-out 0s;
		  
	-webkit-transform: rotateY(180deg) scale(0.5,0.5);
	   -moz-transform: rotateY(180deg) scale(0.5,0.5);
		-ms-transform: rotateY(180deg) scale(0.5,0.5);
		 -o-transform: rotateY(180deg) scale(0.5,0.5);
			transform: rotateY(180deg) scale(0.5,0.5);
}

.work-item:hover .overlay {
	opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-transform: rotateY(0deg) scale(1,1);
	   -moz-transform: rotateY(0deg) scale(1,1);
		-ms-transform: rotateY(0deg) scale(1,1);
		 -o-transform: rotateY(0deg) scale(1,1);
		    transform: rotateY(0deg) scale(1,1);
}

.work-item .overlay a {
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-block;
  margin-top: 11%;
  padding: 7px 10px;
}

.work-item .overlay a:hover {
  color: #fff;
}

.work-item .overlay h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin: 25px 0 8px;
}

.work-item .overlay p {
  font-size: 14px;
  line-height: 24px;
}
.download{
  margin-right: 40px;
  vertical-align: text-top;
  padding: 10px;
  text-align: center;
  white-space: nowrap;
  line-height: 18px;
}

.download .fa{
  float: left;
  color: #9d0000;
  font-size: 38px;
  margin-right: 12px;
}
/*=========================================
	Our Team Member
==========================================*/

.member-thumb {
  width: 273px;
  position: relative;
}

.member-thumb .overlay h5 {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin: 10px 0;
}

.member-thumb .overlay {
	font-size: 16px;
	padding: 20px;
	line-height: 24px;
}

.team-member h4 {
  color: #062033;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin: 15px 0 8px;
}

.member-thumb:hover .overlay {
	cursor: pointer;
	opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-transform: rotateY(0deg) scale(1,1);
	   -moz-transform: rotateY(0deg) scale(1,1);
		-ms-transform: rotateY(0deg) scale(1,1);
		 -o-transform: rotateY(0deg) scale(1,1);
		    transform: rotateY(0deg) scale(1,1);
}

.team-member:hover h4 {
  color: #0eb493;
}

.team-member .social-links {
  margin-top: 24%;
}
.team-member .social-links li a {
  background-color: #0d7c67;
  color: #fff;
  height: 42px;
  padding: 10px 0 0;
  width: 42px;
}
.fancybox-title-float-wrap{
  left: 0;
  right: 0;
  width: 100%;
  overflow-wrap: break-word;
}
.fancybox-title-float-wrap .child{
    margin-right: 0;
    width: 100%;
    padding: 15px;
    text-align: left;
    white-space: normal;
    font-weight: 400;
    background: rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 0px; 
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.fancybox-title-float-wrap .child h3 { text-transform: uppercase; font-size: 20px; margin-bottom: 5px;}
/*=========================================
	Some fun facts
==========================================*/

#facts {
	background-image: url("../img/parallax/city.jpg");
	background-color: rgba(6,32,51,.8);
	background-attachment: fixed !important;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0;
}

.facts .devider:before,
.facts .devider:after {
	color: #737C85;
}

.facts .devider i {
	color: #fff;
}

.parallax-overlay {
	background-color: rgba(6,32,51,.8);
	padding: 70px 0;
}

.counters-item {
  color: #fff;
}

.counters-item i {
  border: 1px solid #737C85;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 120px;
  margin: 0 0 35px;
  padding: 40px 0 0;
  width: 120px;
}

.counters-item strong {
  display: block;
  font-size: 60px;
  font-weight: 600;
  line-height: 60px;
}

.counters-item p {
  font-size: 18px;
  line-height: 24px;
  margin-top: 15px;
  text-transform: uppercase;
}


/*=========================================
	Contact Us
==========================================*/

.contact {
	padding-bottom: 0;
}

.contact-address h3 {
  color: #062033;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 25px;
}

.contact-address p {
  line-height: 24px;
}

.contact-form textarea {
  resize: none; 
}

.contact-form h3 {
  color: #062033;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 25px;
}

.contact-form .input-group {
  width: 100%;
}

.contact-form .form-control {
  height: 38px;
  border-color: -moz-use-text-color -moz-use-text-color #cccccc;
  border-radius: 0;
  // border-style: none none solid;
  // border-width: 0 0 1px;
  border: 1px solid #e6e6e6;
  box-shadow: none;
  margin-bottom: 10px;
  border-radius: 50px!important;
}

.contact-form .input-field {
  width: 48%;
  float: left;
  margin-right: 4%;
}

.contact-form .input-field:last-child {
  margin-right: 0;
}

.contact-form .form-control.error {
border-color: #c0392b;
}

label.error {
  color: #c0392b;
  font-weight: normal;
  text-transform: capitalize;
}

.contact-form #form-submit {
  background-color: #578bb9;
  border: 0 none;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  padding: 10px;
  text-align: center;
  width: 150px;
  border-radius: 50px;
}

.footer-social {
  margin-top: 17px;
}

.footer-social li a {
  color: #cdd2d6;
  display: block;
  margin-bottom: 10px;
}

#map_canvas {
  height: 325px;
  width: 100%;
}



/*=========================================
	Contact Us
==========================================*/


.footer {
  padding-top: 50px;
  background-color: #000;
  color: #fff;
}
.footer a{
  color: #fff;
}
.footer a:hover {
  color: #993300;
}

.footer h6 {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 30px;
}

.about-us p {
  line-height: 24px;
}

.footer-single .subscribe {
  margin-bottom: 15px;
  position: relative;
}

.subscribe #subscribe {
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 2px;
  height: 40px;
  text-indent: 10px;
  width: 100%;
}

.subscribe #subs {
  background-color: transparent;
  border: 0 none;
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 6px;
}

.footer-single {
  line-height: 24px;
}

.footer-single ul {
  }

.footer-single li {
  line-height: 32px;
}

.footer-single p i {
  margin: 0 10px;
}

.credit a {
  color: #062033;
}

.credit a:hover {
  color: #fff;
}

.copyright {
  color: #fff;
}

#back-top {
  bottom: 20px;
  position: fixed;
  right: 25px;
  z-index: 9;
}
.footer-menu{
  display: table;
  margin: 0 auto 10px; 
  text-align: center;
}
.footer-menu li{
  float: left;
  padding: 0 12px;
  text-transform: uppercase;
}
.footer-menu li a:hover{ color: #993300}