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

body {
    background-color: #fff;
    font-family: "Titillium Web", sans-serif;
    line-height: 21px;
	  font-size: 13px;
    color: #222222;
}

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

figure, p {
    margin: 0;
}
#works figure{
  height: 176px;
  overflow: hidden;
  border: 2px double #fff;
  position: relative;
}

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

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

a:focus, a:hover {
    color: #000 !important;
}

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

p{
  font-size: 16px;
}

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

span.color {
	color: #e01a22;
}

body > section{
	padding: 130px 0;
}

.topHeader {
    margin-top: 10px;
}

.sec-title {}

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

.sec-sub-title {
	margin: 35px 0 45px;
}

.sec-sub-title.text-center span {
  color: #e01a22;
}

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

.fusion-section-separator .divider-candy-arrow {
    position: absolute;
    left: 50%;
    margin-left: -28px;
    height: 0;
    width: 0;
    border-color: transparent;
        border-top-color: transparent;
    border-style: solid;
}
.fusion-section-separator .divider-candy-arrow.bottom {
    border-width: 28px 28px 0 28px;
}
.marg60 {
    margin: 15px 0 60px 0 !important;
}
.fusion-section-separator {
    position: relative;
}
.fusion-section-separator .divider-candy.bottom {
    bottom: -21px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.fusion-section-separator .divider-candy {
    z-index: 100;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    height: 40px;
    width: 40px;
    border-bottom: 1px solid #E6E5E6;
    border-left: 1px solid #E6E5E6;
    background: transparent;
    content: "";
}

.devider {
  margin-top: 30px;
}

.mb50 {
	margin-bottom: 50px;
}

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

#preloader > img {
  left: 40%;
  position: absolute;
  top: 30%;
}

.more{
  text-align: center;
}

.more button {
    border: 1px solid #fff;
    background-color: #e01a22;
    color: #fff;
    padding: 10px 30px;
    border-radius: 5px;
    margin-top: 20px;
    font-size: 16px;
}

.more button:hover{
  color: #e01a22;
  background-color: #fff;
  border: 1px solid #e01a22;
  transition: all .4s ease-in; 
}

.text p{
  color: #000 !important;
  text-align: left !important;
}

.text h1{
  border-bottom: 2px solid #e01a22;
}

/*=========================================
  Toggle menu
==========================================*/


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

#navigation {
  background-color: rgba(255, 255, 255, 0.8);
  border: 0 none;
  margin: 0;
  height: auto;
    -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;
  box-shadow: 0px 2px 5px #222;    
}

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

.navbar-brand {
  padding: 0;
}

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

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

#logo img {
  padding: 5px;
  margin-top: -30px
}

.topHeader .tel a , i{
  font-size: 15px;
  color: #e01a22;
}

.textPage i {
    color: #fff;
}

.topHeader .tel {
    text-align: right;
}


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

#slider {
	padding: 0;
}

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

.carousel-caption {
  top: 35%;
}

.carousel-caption h2 {
  font-size: 62px;
  font-weight: 300;
  text-shadow: 2px 2px #333;
}

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

.carousel-caption h3 {
  font-size: 34px;
  font-weight: 300;
  margin: 6px 0 20px;
  text-shadow: 1px 1px #333;
}

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

.carousel-caption p:before,
.carousel-caption p:after {
color: #e01a22;
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: 10px;
  left: inherit;
  margin: 0;
  right: 30px;
  top: 49%;
  width: 0;
}

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

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



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

.features, .facts {
  background-color: #ffffff;
  padding-bottom: 0;
}

.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-item {
    text-align: center;
}

.service-item a{
  color: #e01a22;
  font-weight: bold;
}

.service-item a i {
  font-size: 10px;
}

.service-icon {
  color: #000;
  padding: 10px 13px;
  text-align: center;
  font-size: 2em;
}

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

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




/*=========================================
	Our Works
==========================================*/

#Works{
  padding-bottom: 0 !important;
}

.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: #e01a22;
  border-radius: 6px;
  color: #fff !important;
  padding: 5px 17px;
}

.mix {
    display: none;
}

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

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

.overlay {
	background-color: rgba(224,26,34, .8);
	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 a {
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-block;
  top: 40%;
  position: absolute;
  left: 40%;
  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;
}

.overlay i {
    color: #fff;
}


/*=========================================
  Pagination
==========================================*/

#pagin nav {
  width: 60%;
  margin: auto;
  padding: 20px 0;
  display: flex;
}

#pagin nav ul {
  display: flex;
  list-style-type: none;
  margin: 0px;
  padding: 0px
}

#pagin ul li a {
  color: #e01a22;
  padding: 0px 8px;
  text-decoration: none;
}

#pagin nav span a{
  color: #e01a22;
}

.active a,
#pagin a:hover {
  color: #e01a22 !important;
  border-bottom: 3px solid #e01a22;
}

span {
  border-bottom: 3px solid transparent;
}

.prev,
.next {
  transition: all 600ms ease;
}

.prev:hover {
  transition: all 600ms ease;
  transform: translateX(-10px);
  border-bottom: none !important;
}

.next:hover {
  transition: all 600ms ease;
  transform: translateX(10px);
  border-bottom: none !important;
}

/*=========================================
  Partner carousel
==========================================*/

.thumbnailCarousel{
  text-align: center;
}

.thumbnailCarousel ul li {
    display: inline-block;
    margin-right: 30px;

}
.thumbnailCarousel ul li:last-child{
  margin-right: 0;
}

/*=========================================
	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: #e01a22;
}

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


/*=========================================
  Benefits
==========================================*/

.paralaxPage{
  display: inline-flex;
}

.imgPage img {
    width: 100%;
    float: left;
}

.imgPage, .textPage{
  display: inline-block;
}

.textPage p {
    text-align: left !important;
    margin-left: 20px;
    display: flex;
}

.textPage span{
  margin-right: 5px;
  margin-top: 3px;
}

#benefits .textPage p {
    color: #000;
}

/*=========================================
	Parallax
==========================================*/

#facts {
	background-image: url("../img/parallax/parallax.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;
  margin-top: 50px;
}

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

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

.parallax-overlay {
	background-color: rgba(99,100,102,.6);
	padding: 70px 0;
}
.parallax-overlay .sec-title h2{
    color: #ffffff;
    text-align: center;
}
.number-counters p{
  color: #ffffff;
    text-align: center;
    font-size: 16px;
}
.number-counters p:first-child{
  font-weight: bold;
}

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

.contact-form {}

.contact-form h3 {
  color: #e01a22;
  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;
}

.contact-form #form-submit:hover{
  color: #e01a22;
  transition: 0.4s;
}

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

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

#selectList {
  width: 100%;
  border: none;
  border-bottom-width: medium;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  color: #a1a1a1;
  padding: 6px 0;
  outline: none;
}

.styled-select {
   background: url(http://i62.tinypic.com/15xvbd5.png) no-repeat 96% 0;
   height: 29px;
   overflow: hidden;
   width: 240px;
}

.styled-select select {
   background: transparent;
   border: none;
   font-size: 14px;
   height: 29px;
   padding: 5px; /* If you add too much padding here, the options won't show in IE */
   width: 268px;
}

.styled-select.slate select {
   border: 1px solid #ccc;
   font-size: 16px;
   height: 34px;
   width: 268px;
}

/*=========================================
  Google maps
==========================================*/

#map {
  height: 315px;
  width: 100%;
}

/*=========================================
  Privacy
==========================================*/

.privacy{
  text-align: center;
}

.privacy img {
    margin: 0 auto;
}

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


.footer {
  background-color: #636466;
  border-top: 5px solid #062033;
  color: #fff;
  padding: 50px 0;
}

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

.contact-address i {
  color: #e01a22;
}

.contact-address a:hover{
  color: #e01a22 !important;
}

.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;
  color: #000;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 5em;
}