@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,300,800);


/*************************
*******Typography******
**************************/

body {
  background: #fff;
  font-family: 'Open Sans', sans-serif;
  color:#4e4e4e;
  line-height: 22px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600; 
  font-family: 'Open Sans', sans-serif;
  color:#4e4e4e;
}

h1{
  font-size: 36px;
  color:#fff;
}

h2{
  font-size: 20px;
}

h3{
  font-size: 16px;
  color: #787878;
  font-weight: 400;
  line-height: 24px;
}

h4{
  font-size: 16px;
}

a {
  color: #00568f;
  -webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}

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

hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}


.btn-primary {
  padding: 8px 20px;
  background: #00568f;
  color: #fff;
  border-radius: 4px;
  border:none;
  margin-top: 10px;
}


.btn-primary:hover, 
.btn-primary:focus{
  background: #00568f;
  outline: none;
  box-shadow: none;
} 

.btn-transparent {
  border: 3px solid #fff;
  background: transparent;
  color: #fff;
}

.btn-transparent:hover {
  border-color: rgba(255, 255, 255, 0.5);
}

a:hover,
a:focus {
  color: #111;
  text-decoration: none;
  outline: none;
}

.dropdown-menu {
  margin-top: -1px;
  min-width: 180px;
}

.center h2{
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 20px;
}

.media>.pull-left{
  margin-right: 20px;
}

.media>.pull-right{
  margin-left: 20px;
}

body > section {
  padding: 70px 0;
}

.center {
  text-align: center;
  padding-bottom: 55px;
}

.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}

.lead{
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.transparent-bg {
  background-color: transparent !important;
  margin-bottom: 0;
}

@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}


/*************************
*******Header******
**************************/

#header .search{
  display: inline-block;
}

.navbar>.container .navbar-brand{
  margin-left: 0;
}

.top-bar {
  padding: 1px 0;
  background: #333;
  line-height: 28px;
}

.top-number{
  color: #fff;
}

.top-number p{
  margin: 0
}

.social{
  text-align: right;
}

.social-share{
 display: inline-block;
 list-style: none;
 padding: 0;
 margin: 0;
}

ul.social-share li {
  display: inline-block;
}

ul.social-share li a {
  display: inline-block;
  color: #fff;
  background: #374657;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 2px;
}

ul.social-share li a:hover {
  background: #00568f;
  color: #fff;
}

.search i {
  color: #fff;
}

input.search-form{
  background: transparent;
  border: 0 none;
  width: 60px;
  padding: 0 10px;
  color: #FFF;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}

input.search-form::-webkit-input-placeholder{
  color: transparent;
}

input.search-form:hover::-webkit-input-placeholder {
  color: #fff;
}

input.search-form:hover {
  width: 180px;
}


.navbar-brand {
  padding: 0;
  margin:0;
}

.navbar {
  border-radius: 0;
  margin-bottom: 0;
  background: #374657;
  padding: 15px 0;
  padding-bottom: 0;
}

 .navbar-nav{
  margin-top: 12px;
 }

.navbar-nav>li{
  margin-left: 15px;
  padding-bottom: 28px;
}

.navbar-inverse .navbar-nav > li > a {
  padding: 5px 12px;
  margin: 0;
  border-radius: 3px;
  color: #fff;
  line-height: 24px;
  display: inline-block;
}

.navbar-inverse .navbar-nav > li > a:hover{
	background-color: #C52D2F;
  color: #fff;
}

.navbar-inverse {
  border: none;
}

.navbar-inverse .navbar-brand {
  font-size: 36px;
  line-height: 50px;
  color: #fff;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #c52d2f;
  color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu {
  background-color: rgba(55,70,87,.9);
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  border: 0;
  padding: 0;
  margin-top: 0;
  border-top: 0;
  border-radius: 0;
  left: 0;
}

.navbar-inverse .navbar-nav .dropdown-menu:before{
  position: absolute;
  top:0;
}

.navbar-inverse .navbar-nav .dropdown-menu > li > a {
  padding: 8px 15px;
  color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu > li:hover > a,
.navbar-inverse .navbar-nav .dropdown-menu > li:focus > a,
.navbar-inverse .navbar-nav .dropdown-menu > li.active > a {
  background-color: #c52d2f;
  color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu > li:last-child > a {
  border-radius: 0 0 3px 3px;
}

.navbar-inverse .navbar-nav .dropdown-menu > li.divider {
  background-color: transparent;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-top: 0;
  padding-bottom: 0;
}




#main-slider {
  position: relative;
}

.no-margin {
  margin: 0;
  padding: 0;
}

#main-slider .carousel .carousel-content {
  margin-top: 120px;
}

#main-slider .carousel .slide-margin{
  margin-top: 140px;
}

#main-slider .carousel h2 {
  color: #fff;
}

#main-slider .carousel .carousel-content h1,#main-slider .carousel .carousel-content h2 {
  background:rgba(0,0,0,0.6);
  padding:10px;
  border-radius:1px;
}


#main-slider .carousel .btn-slide {
  padding: 8px 20px;
  background: #00568f;
  color: #fff;
  border-radius: 4px;
  margin-top: 25px;
  display: inline-block;
}

#main-slider .carousel .slider-img{
  text-align: right;
  position: absolute;
}


#main-slider .carousel .item {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  height: 750px;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
}

#main-slider .carousel .item:first-child {
  top: auto;
  position: relative;
}

#main-slider .carousel .item.active {
  opacity: 1;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
  z-index: 1;
}

#main-slider .prev,
#main-slider .next {
  position: absolute;
  top: 40%;
  background-color: #00568f;
  color: #fff;
  display: inline-block;
  margin-top: -25px;
  height: 40px;
  line-height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
  z-index: 5;
}

#main-slider .prev:hover,
#main-slider .next:hover {
  background-color: #000;
}

#main-slider .prev {
  left: 10px;
}

#main-slider .next {
  right: 10px;
}

#main-slider .carousel-indicators li {
  width: 15px;
  height: 15px;
  background-color: #fff;
  margin: 0 15px 0 0;
  position: relative;
}

#main-slider .carousel-indicators li:after {
  position: absolute;
  content: "";
  width: 19px;
  height: 19px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #FFF;
  left: -3px;
  top: -3px;
}

#main-slider .carousel-indicators .active{
  width: 15px;
  height: 15px;
  background-color: #00568f;
   margin: 0 15px 0 0;
   border: 1px solid #00568f;
   position: relative;
}

#main-slider .carousel-indicators .active:after {
  position: absolute;
  content: "";
  width: 19px;
  height: 19px;
  border-radius: 100%;
  background: #00568f;
  border: 1px solid #00568f;
  left: -3px;
  top: -3px;
}

#main-slider .active .animation.animated-item-1 {
  -webkit-animation: fadeInUp 300ms linear 300ms both;
  -moz-animation: fadeInUp 300ms linear 300ms both;
  -o-animation: fadeInUp 300ms linear 300ms both;
  -ms-animation: fadeInUp 300ms linear 300ms both;
  animation: fadeInUp 300ms linear 300ms both;
}

#main-slider .active .animation.animated-item-2 {
  -webkit-animation: fadeInUp 300ms linear 600ms both;
  -moz-animation: fadeInUp 300ms linear 600ms both;
  -o-animation: fadeInUp 300ms linear 600ms both;
  -ms-animation: fadeInUp 300ms linear 600ms both;
  animation: fadeInUp 300ms linear 600ms both;
}

#main-slider .active .animation.animated-item-3 {
  -webkit-animation: fadeInUp 300ms linear 900ms both;
  -moz-animation: fadeInUp 300ms linear 900ms both;
  -o-animation: fadeInUp 300ms linear 900ms both;
  -ms-animation: fadeInUp 300ms linear 900ms both;
  animation: fadeInUp 300ms linear 900ms both;
}

#main-slider .active .animation.animated-item-4 {
  -webkit-animation: fadeInUp 300ms linear 1200ms both;
  -moz-animation: fadeInUp 300ms linear 1200ms both;
  -o-animation: fadeInUp 300ms linear 1200ms both;
  -ms-animation: fadeInUp 300ms linear 1200ms both;
  animation: fadeInUp 300ms linear 1200ms both;
}



#recent-works .col-xs-12.col-sm-4.col-md-3{
  padding: 0;
}

.nav-tabs>li{
  margin-bottom: 0px;
  border-bottom: 1px solid #e6e6e6;
}

.nav-tabs{
  border-bottom: transparent;
  border-right: 1px solid #e6e6e6;
}

.nav-tabs>li>a {
  background: #f5f5f5;
  color: #666;
  border-radius: 0;
  border: 0 none;
  line-height: 24px;
  margin-right:0;
  padding: 13px 15px;
}

.nav-tabs li:last-child{
  border-bottom: 0 none;
} 

.nav-stacked>li+li{
  margin-top: 0;
}

.nav-tabs>li>a:hover{
  background: #1f1f20;
  color:#fff;
}

.nav-tabs>li.active>a, 
.nav-tabs>li.active>a:hover, 
.nav-tabs>li.active>a:focus {
  border: 0;
  color:#fff;
  background: #1f1f20;
  position: relative;
}

.nav-tabs>li.active>a:after {
  position: absolute;
  content:  "";
  width: auto;
  height: auto;
  border-style:solid;
  border-color: transparent transparent transparent #1f1f20;
  border-width: 25px 22px;
  right: -44px;
  top:0;
}




.gmap-area {
  background-image: url("../images/map.jpg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0;
}

.gmap-area .gmap iframe {
  height: 280px;
  width: 100%;
}

.gmap{
    border: 1px solid red;
    height: 250px;
     width: 100%;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.gmap-area .map-content ul {
  list-style: none; 
}

.gmap-area .map-content address h5{
  font-weight: 700;
  /* font-size: 16px; */
}

#contact-page{
  padding-top: 0;
}

#contact-page .contact-form 
.form-group label {
  color: #4E4E4E;
  font-size: 16px;
  font-weight: 300;
}

.form-group .form-control {
  padding: 7px 12px;
  border-color:#d43133;
  box-shadow: none;
  border-radius:0px;
  height:50px;
}

textarea#message{
  resize: none;
  padding: 10px;
  height:100px;
}

#contact-page .contact-wrap {
  margin-top: -20px;
}


.form-control:focus {
  box-shadow:none;
  outline: 0 none;
}



/***********************
********* Footer ******
************************/
#bottom {
  background: #f2f2f2;
  font-size: 14px;
  padding:15px;
}

#bottom h3 {
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size:15px;
  color: #d43133;
}

#bottom ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#bottom ul li {
  display: block;
  padding: 5px 0;
}

#bottom ul li a {
  color: #555;
}

#bottom ul li a:hover {
  color: #000;
}

#bottom .widget {
  margin-bottom: 0;
}

#footer {
  padding-top: 15px;
  padding-bottom: 10px;
  color: #fff;
  background: #374657;
  font-size:13px;
}

#footer a {
  color: #fff;
  transition:all 0.5s;
  font-size:13px;
}

#footer a:hover {
  color: #ffc508;
}

#footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer ul > li {
  display: inline-block;
  margin-left: 15px;
  margin-top:5px;
  margin-bottom:20px;
}

#footer ul > li a {
font-size:14px;
padding:0 15px;
}

.enser{
min-width:330px;
}

.gsser{
min-width:250px;
}

.homepage{
  overflow:hidden;
}


.carousel-indicators{
top:25px;
}

.aboutsection{
    background: #d74a5b url(../images/a1.jpg);
  background-size: cover;
  height:150px;
  margin-top:-90px;
}
.aboutsectioncf1{
    background: #d74a5b url(../images/cf1.jpg);
  background-size: cover;
  height:150px;
  margin-top:-90px;
}
.aboutsection2{
    background: #d74a5b url(../images/a2.jpg);
  background-size: cover;
  height:150px;
  margin-top:-90px;
}
.aboutsection3{
    background: #d74a5b url(../images/a3.jpg);
  background-size: cover;
  height:150px;
  margin-top:-90px;
}
.aboutsection4{
    background: #d74a5b url(../images/a4.jpg);
  background-size: cover;
  height:150px;
  margin-top:-90px;
}
.aboutsection5{
    background: #d74a5b url(../images/a5.jpg);
  background-size: cover;
  height:150px;
  margin-top:-90px;
}
.aboutsectiona1{
    background: #d74a5b url(../images/b1.jpg);
  background-size: cover;
  height:150px;
  margin-top:-90px;
}
.aboutsectiona2{
    background: #d74a5b url(../images/b2.jpg);
  background-size: cover;
  height:150px;
  margin-top:-90px;
}
.aboutsectiona3{
    background: #d74a5b url(../images/b3.jpg);
  background-size: cover;
  height:150px;
  margin-top:-90px;
}
.aboutsectiona4{
    background: #d74a5b url(../images/b4.jpg);
  background-size: cover;
  height:150px;
  margin-top:-90px;
}
.aboutsectiona5{
    background: #d74a5b url(../images/b5.jpg);
  background-size: cover;
  height:150px;
  margin-top:-90px;
}
.aboutsectiona6{
    background: #d74a5b url(../images/b6.jpg);
  background-size: cover;
  height:150px;
  margin-top:-90px;
}
.aboutsectiona7{
    background: #d74a5b url(../images/b7.jpg);
  background-size: cover;
  height:150px;
  margin-top:-90px;
}
.aboutsectionc1{
    background: #d74a5b url(../images/c1.jpg);
  background-size: cover;
  height:150px;
  margin-top:-90px;
}
.aboutsectionc2{
    background: #d74a5b url(../images/c2.jpg);
  background-size: cover;
  height:150px;
  margin-top:-90px;
}
.aboutsectionc3{
    background: #d74a5b url(../images/c3.jpg);
  background-size: cover;
  height:150px;
  margin-top:-90px;
}
.aboutsectionc4{
    background: #d74a5b url(../images/c4.jpg);
  background-size: cover;
  height:150px;
  margin-top:-90px;
}
.aboutsectionc5{
    background: #d74a5b url(../images/c5.jpg);
  background-size: cover;
  height:150px;
  margin-top:-90px;
}
.aboutsectiond1{
    background: #d74a5b url(../images/d1.jpg);
  background-size: cover;
  height:150px;
  margin-top:-90px;
}
.aboutsectiond2{
    background: #d74a5b url(../images/d2.jpg);
  background-size: cover;
  height:150px;
  margin-top:-90px;
}
.aboutsectiond3{
    background: #d74a5b url(../images/d3.jpg);
  background-size: cover;
  height:150px;
  margin-top:-90px;
}
.aboutsection3a{
    background: #d74a5b url(../images/d3a.jpg);
  background-size: cover;
  height:150px;
  margin-top:-90px;
}
.aboutsection3b{
    background: #d74a5b url(../images/d3b.jpg);
  background-size: cover;
  height:150px;
  margin-top:-90px;
}
.aboutsection3c{
    background: #d74a5b url(../images/d3c.jpg);
  background-size: cover;
  height:150px;
  margin-top:-90px;
}
.aboutsection3d{
    background: #d74a5b url(../images/d3d.jpg);
  background-size: cover;
  height:150px;
  margin-top:-90px;
}
.aboutsectiond4{
    background: #d74a5b url(../images/da1.jpg);
  background-size: cover;
  height:150px;
  margin-top:-90px;
}
.aboutsectiond41{
    background: #d74a5b url(../images/da2.jpg);
  background-size: cover;
  height:150px;
  margin-top:-90px;
}
.aboutsectiond42{
    background: #d74a5b url(../images/da3.jpg);
  background-size: cover;
  height:150px;
  margin-top:-90px;
}
.aboutsection51{
    background: #d74a5b url(../images/d51.jpg);
  background-size: cover;
  height:150px;
  margin-top:-90px;
}
.aboutsection52{
    background: #d74a5b url(../images/b4.jpg);
  background-size: cover;
  height:150px;
  margin-top:-90px;
}
.aboutsection53{
    background: #d74a5b url(../images/d2.jpg);
  background-size: cover;
  height:150px;
  margin-top:-90px;
}
.aboutsection31{
    background: #d74a5b url(../images/31.jpg);
  background-size: cover;
  height:150px;
  margin-top:-90px;
}
.aboutsection32{
    background: #d74a5b url(../images/32.jpg);
  background-size: cover;
  height:150px;
  margin-top:-90px;
}
.aboutsection33{
    background: #d74a5b url(../images/33.jpg);
  background-size: cover;
  height:150px;
  margin-top:-90px;
}
.aboutsection34{
    background: #d74a5b url(../images/34.jpg);
  background-size: cover;
  height:150px;
  margin-top:-90px;
}
.aboutsection35{
    background: #d74a5b url(../images/35.jpg);
  background-size: cover;
  height:150px;
  margin-top:-90px;
}
.aboutsection36{
    background: #d74a5b url(../images/36.jpg);
  background-size: cover;
  height:150px;
  margin-top:-90px;
}
.aboutsection37{
    background: #d74a5b url(../images/37.jpg);
  background-size: cover;
  height:150px;
  margin-top:-90px;
}
.aboutsection38{
    background: #d74a5b url(../images/38.jpg);
  background-size: cover;
  height:150px;
  margin-top:-90px;
}
.aboutsection39{
    background: #d74a5b url(../images/39.jpg);
  background-size: cover;
  height:150px;
  margin-top:-90px;
}
.aboutsection91{
    background: #d74a5b url(../images/91.jpg);
  background-size: cover;
  height:150px;
  margin-top:-90px;
}
.aboutsection92{
    background: #d74a5b url(../images/92.jpg);
  background-size: cover;
  height:150px;
  margin-top:-90px;
}

.aboutsection h2{
padding-top:60px;
color:#fff;
font-size:35px;
text-shadow:1px 1px 1px #000;
}
.pageelements{
  padding:5px 0;
  border-right:1px solid #ccc;
}

.pagetopelements{
  border-right:none;
  margin-top:-50px;
  margin-bottom: 50px;
}

.pageelements p{
   padding:10px 0;
}
.pageelements a{
  color:#248ac4;

}

.pageelements a:hover{
  color:#C52D2F;
}

.pageelements a.active{
  color:#C52D2F;
  font-weight:bold;
    font-size:16px;
}

.pagecontents p{
  line-height:35px;
  text-align:justify;
  font-size:14px;
  color:#555;
}

.pagecontents b{
  color:#374657;
  font-size:16px;
}

.pagecontents .fa{
color:#C52D2F;
}

.sectioncontents{
  padding-top:50px;
}

@media (min-width: 1200px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;
  }
}