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

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

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

figure, p {
    margin: 0;
}

a {
    color: #fff;
	
    -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;
}

a, a:focus, a:hover {
    text-decoration: none;
    outline: 0;
}

a:focus, a:hover {
    color: red;
}

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: 57px 0;
}

.sec-title {}

.sec-title h2 {
  color: red;
  font-size: 28px;
  font-weight: 800;
  text-transform: uppercase;
}

.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: red;
}

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

.devider:before {
  right: 10px;
}

.devider:after {
  left: 10px;
}

.mb50 {
	margin-bottom: 50px;
}

#preloader {
  background-color: #fff;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 1100;
}

#preloader > img {
  left: 35%;
  position: absolute;
  top: 28%;
}


/*=========================================
	Header
==========================================*/

#navigation {
  background-color: transparent;
  border: 0 none;
  margin: 0;
  
    -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;
}

.navbar-toggle i {
	color: #fff;
}

.navbar-brand {
  padding: 0;
}

.navbar-nav li a {
	border-top: 1px solid transparent;
  font-size: 20px;
}

.navbar-nav li a.current,
.navbar-nav li a:focus{
	background-color: transparent;
	border-top: 3px solid white;
	color: #fff;
}
.navbar-nav li a:hover {
  background-color: transparent;
  border-top: 3px solid white;
  color: #eee;
}



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

#slider {
	padding: 0;
}

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

.logo-wi{
  float: right;
  margin-bottom: 10px;
}
.logo-wi img{
  width: 100%;
}

.carousel-caption {
  top: 20%;
  left: 10%;
  text-align: left;
}

.carousel-caption h2 {
  font-size: 62px;
  font-weight: 300;
}

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

.carousel-caption h3 {
  font-size: 36px;
  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%;
  text-align: left;
}

.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: 10px;
  left: inherit;
  margin: 0;
  right: 30px;
  top: 49%;
  width: 0;
}

.carousel-indicators li {
  border: 1px solid white;
  height: 8px;
  width: 8px;
  background: transparent;
}

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



/*=========================================
	Features
==========================================*/

.features {
  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 #ff0000;
  border-radius: 50%;
  color: #ff0000;
  float: left;
  padding: 10px 13px;
}

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

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




/*=========================================
	Our Works
==========================================*/
.work-border{
  border-top:1px solid #E9EBEE;
}
.work-filter {
  margin-bottom: 35px;
}

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

.work-filter ul li a {
  color: #062033;
  display: block;
  font-size: 14px;
  font-weight: 700;
  padding: 5px 17px;
  border-radius: 6px;
  text-transform: capitalize;
}

.work-filter ul li a:hover,
.work-filter ul li a.active {
  background-color: transparent;
  border-radius: 6px;
  color: #fff;
  padding: 5px 17px;
}

.mix {
    display: none;
}

.work-item {
    float: left;
    width: 25%;
    position: relative;
}

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

.overlay {
	background-color: rgba(255,0,0,0.7);
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	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 .button-link {
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-block;
  margin-top: 20%;
  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;
}



/*=========================================
	Our Team Member
==========================================*/

.member-thumb {
  width: 100%;
  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 {
  margin-bottom: 50px;
}
.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: #ff0000;
}

.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;
}


/*=========================================
	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
==========================================*/

.team {
	padding-bottom: 0;
  background: #fff;
}

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

.content {
  padding-bottom: 0;
  background: #fff;
  border-top: 1px solid #E9EBEE;
}

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

.contact {
  padding-bottom: 0;
  background: #fff;
  border-top: 1px solid #E9EBEE;
}

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

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

.contact-form {}

.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 {
  border-color: -moz-use-text-color -moz-use-text-color #cccccc;
  border-radius: 0;
  border-style: none none solid;
  border-width: 0 0 1px;
  box-shadow: none;
  margin-bottom: 10px;
}

.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-bottom-color: #c0392b;
}

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

.contact-form #form-submit {
  background: url("../img/envelop.png") no-repeat scroll 0 15px transparent;
  border: 0 none;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  padding: 10px;
  text-align: right;
  width: 150px;
}

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

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

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



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


.footer {
  background-color: #333;
  border-top: 5px solid rgba(255,0,0,0.7);
  color: #fff;
}

.footer a:hover {
  color: #062033;
}

.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;
  margin-top: 100px;
}

#back-top {
  bottom: 20px;
  position: fixed;
  right: 25px;
  z-index: 9;
}

.button-main{
  border: 2px solid red;
  background: rgba(0,0,0,0.5);
  padding: 10px 30px !important;
  margin: 0 20px 20px 0 !important;
  color: white !important;
}
.button-main:hover{
  background: red;
  color: white;
}

.button-second{
  border: 2px solid red;
  background: red;
  padding: 10px 30px !important;
  margin: 0 20px 20px 0 !important;
  color: white !important;
}
.button-second:hover{
  background: rgba(0,0,0,0.5) !important;
  color: white !important;
}

.button-three{
  border: 2px solid red;
  background: red;
  padding: 10px 30px !important;
  margin: 0 20px 20px 0 !important;
  color: white !important;
}
.button-three:hover{
  background: transparent;
  color: red !important;
}

.button-four{
  border: 2px solid red;
  background: red;
  padding: 5px 10px !important;
  margin: 0 20px 20px 0 !important;
  color: white !important;
}
.button-four:hover{
  background: transparent;
  color: red !important;
}

.button-five{
  border: 2px solid red;
  background: transparent;
  padding: 5px 10px !important;
  margin: 0 20px 20px 0 !important;
  color: red !important;
}
.button-five:hover{
  background: red;
  color: white !important;
}

.nav-wi{
  width: 100%;
  text-align: center !important;
}
.nav-wi li{
  float: none !important;
  display: inline-block !important;
}

.social-wi{
  position: absolute;
  right: 10px;
  top: 0;
  
}
.social-wi-content .social-links{
  text-align: center !important;
}

.social-wi-content{
  position: absolute;
  right: 10px;
  top: 53px;
  
}
.social-wi .social-links{
  text-align: center !important;
}

.idea-site{
  background: rgba(128, 128, 128, 0.9);
  color: white;
  padding: 2px 10px;
  border-radius: 0 0 10px 10px;
}
.idea-site:hover{
  color: red;
}

.white{
  color: white;
}
.white:hover{
  color: red;
}

.red{
  color: red;
}
.red:hover{
  color: white;
}

.red-title{
  color: red;
}
.red-title:hover{
  color: #333;
}

.box-red{
  border-top: 3px solid red;
  width: 100%;
  position: fixed;
  z-index: 100;
}
.box-space{
  width: 100%;
  background: #fff;
  height: 53px;
}
.box-space-content{
  width: 100%;
  background: #fff;
  height: 53px;
}
.mrg-top-50{
  margin-top: 50px;
}
.shadow{
  text-shadow:0 1px 2px rgba(0,0,0,.6);
}
.img-style{
  width: 100%;
}
.box-nav{
  background: rgba(255,0,0,0.9) !important;
  height: 53px;
}
.overlay .button-play-content{
  color: #fff !important;
  border-radius: 50%;
  border:1px solid #fff;
  padding:12px 15px;
  margin-top: 10% !important;
  width: 50px;
}
.overlay .button-camera-content{
  color: #fff !important;
  border-radius: 50%;
  border:1px solid #fff;
  padding:11px 15px 11px 12px;
  margin-top: 10% !important;
  width: 50px;
}
.overlay .desc-play-content{
  margin-top: 10px;
  font-size: 12px;
}
.work-item-content {
    float: left;
    width: 50%;
    position: relative;
}
.work-item-content img{
  width: 100%;
  height: 100%;
}
.content{
  padding: 0;
  background: #202020;
}
.box-content{
  padding: 30% 75px 50px 75px;
}
.box-content h4{
  font-size: 22px;
  margin-bottom: 5px;
}
.box-content h2{
  font-size: 45px;
  font-weight: bold;
  margin-bottom: 25px;
  color: #fff;
}
.box-content p{
  font-size: 15px;
  margin-bottom: 20px;
}
.box-content .user{
  font-size: 15px;
  color: #fff;
  font-style: italic;
}
.box-content-value{
  margin-bottom: 40px;
}
.box-content-value p{
  line-height: 1.5;
  font-size: 16px;
  margin-bottom: 10px;
}
.box-user-img{
  border:1px solid rgba(0,0,0,0.1);
}
.box-user-img img{
  width: 100%;
}
.box-user-name{
  width: 100%;
  color: #fff;
  background: #f00;
  padding:10px;
  margin-top: 10px;
  text-align: center;
  font-size: 20px;
  border:2px solid #f00;
}
.box-user-name-active{
  width: 100%;
  color: #f00;
  background: transparent;
  padding:10px;
  margin-top: 10px;
  text-align: center;
  font-size: 20px;
  border:2px solid #f00;
}
.box-user-name:hover{
  border:2px solid #f00;
  color: #f00;
  background: transparent;
}

.video-container {
  position:relative;
  padding-bottom:100%;
  padding-top:0px;
  height:0;
  overflow:hidden;
}
.video-container iframe, .video-container object, .video-container embed {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

.user-article-link{
  color: #666;
}

@media (max-width: 950px){  
  .box-content{
    padding: 40% 30px 30px 30px;
  }
  .box-content h4{
    font-size: 18px;
    margin-bottom: 5px;
  }
  .box-content h2{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 12px;
    color: #fff;
  }
  .box-content p{
    font-size: 12px;
    margin-bottom: 10px;
  }
  .box-content .user{
    font-size: 15px;
    color: #fff;
    font-style: italic;
  }
}

@media (max-width: 750px){
  .box-space-content{
    width: 100%;
    background: #fff;
    height: 130px;
  }
  .box-nav{
    height: 64px;
  }
  .social-wi{
    position: absolute;
    right: 20px;
    top: 90px;
  }
  .social-wi-content{
    position: absolute;
    right: 20px;
    top: 70px;
  }
  .idea-site{
    background: rgba(128, 128, 128, 0.9);
    color: white;
    padding: 2px 10px;
    border-radius: 10px;
  }
  .social-wi .social-links{
    margin-top: 5px;
  }

  .social-wi-content .social-links{
    margin-top: 5px;
  }
  .navbar-header{
    background: rgba(255,0,0,0.9);
  }
  .navbar-collapse{
    background: rgba(0,0,0,0.6);
    z-index: 100;
    position: absolute;
    width: 100%;
    text-align: center;
  }
  .nav-wi{
    width: 110%;
    text-align: center !important;
  }
  #preloader {
    background-color: #fff;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 1100;
  }

  #preloader > img {
    left: 25%;
    position: absolute;
    top: 20%;
  }

  .work-item-content {
    float: left;
    width: 100%;
    position: relative;
  }
  .box-content{
    padding: 30px;
  }
  .box-content h4{
    font-size: 18px;
    margin-bottom: 5px;
  }
  .box-content h2{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 12px;
    color: #fff;
  }
  .box-content p{
    font-size: 12px;
    margin-bottom: 10px;
  }
  .box-content .user{
    font-size: 15px;
    color: #fff;
    font-style: italic;
  }
}

@media (max-width: 450px){
  #preloader {
    background-color: #fff;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 1100;
  }

  #preloader > img {
    left: 0;
    position: absolute;
    top: 20%;
  }
  .nav-wi li{
    float: none !important;
    display: block !important;
  }
}  




