
body {
    margin:0;
    padding:0;
    color:#2f2e33; font-family: 'Roboto', sans-serif;
    font-size:15px; font-weight:400; -webkit-font-smoothing: antialiased;
}


.top-wrapper{
  position:relative;
  width:100%;
  margin:0px;
  padding:0px;
  background-color:#003c69;
}

.header-top{
  background-color:#003c69;
  padding:10px 0px;
  position:relative;
  color:#fff;
  font-size:13px;
  /*font-weight:500;*/
  font-family: 'Roboto', sans-serif;
 }

 .contact-info{
  margin:0px;
  padding: 0px;
  color:#fff;
 }

 .contact-info ul{
  margin:0px;
  padding:0px;
  float:right;
 }

 .contact-info ul li{
  list-style:none;
  display: inline-block;
  margin-left:30px;

  }

.contact-info ul li a{
  text-decoration:none;
  color:#fff;
  }


  .contact-info ul li a:hover{
   text-decoration:none;
   color:#fdba1a;
  }

  .contact-info ul li .fa{
   color:#fff;
   font-size:15px;
  }




  .header-wrapper{
    position:absolute;
    width:100%;
    background-color: rgba(0, 60, 105, 0.6);
    z-index:1000;
  }

  

.header-block{
  z-index:100;
  position:relative;
  top:0px;
 }






.top-nav{background-color:#fff;
 position:relative;
 z-index: 1000;
}


.navbar-nav{margin-left:100px; }


 .main-slider-block{
  margin:0px; 
  padding:0px;
  background-color:#f5b705;
  position:relative;
 }


#owl-master .item img{
  display:block;
  width: 100%;
  /* height:550px; */
  }


.main-slider-block .owl-controls {
 margin-top:0px;
 text-align:center;
}


.slider-title{
  padding:20px 15px;
  position:absolute; z-index:1000;
  top:260px; 
  width:45%;
  left:6.5%;
  margin:0 auto;
  background:rgba(0,0,0,0.4)
}

.slider-title h6{
  color:#ffc41a;
  font-size:20px;
  font-weight:600;
  font-family: 'Roboto', sans-serif;
}

.slider-title h2{
  color:#fff;
  font-size:42px;
  font-weight:500;
  font-family: 'Roboto', sans-serif;
}


 .slid-button{
  background-color:#cd333c;
  color:#fff;
  font-size:14px;
  padding:15px 20px;
  margin:20px 0px;
}


h1{font-family: 'Roboto', sans-serif; font-size:40px; color:#777;}
h2{font-family: 'Roboto', sans-serif; font-size:36px; color:#777;}
h3{font-family: 'Roboto', sans-serif; font-size:26px; color:#777;}
h4{font-family: 'Roboto', sans-serif; font-size:24px; color:#777;}
h5{font-family: 'Roboto', sans-serif; font-size:18px; color:#777;}
h6{font-family: 'Roboto', sans-serif; font-size:14px; color:#777;}


.margin-30{margin:30px 0px;}

.main-slider-block .owl-pagination {
    position: absolute;
    width: 100%;
    bottom: 20px;
    text-align: center !important;
}




.main-slider-block .owl-buttons{
  height:auto; width:100%;
  position:absolute;
  text-align:center;
  opacity:0.90;
  bottom:60%;
  padding:9px 0px;
  z-index:10;
}




.main-slider-block .owl-controls .owl-buttons div {
    color:#333;
    vertical-align:middle;
    font-size:30px;
    color:#fff;
    font-weight:bold;
    width:40px;height:60px; 
    background-color:inherit;
    text-align:center;
    line-height:50px;
    opacity:0.8;
    background-color:#000;
    border:1px solid #a9aaab;
    border-style:dashed;
  }


.owl-controls .owl-buttons .owl-prev {
    position:absolute;
    left:3px;
    pointer-events:auto;
}

.owl-controls .owl-buttons .owl-prev:hover {
 background-color:#cd333c;
}


.owl-controls .owl-buttons .owl-next {
   position: absolute;
   right:3px;
   pointer-events:auto;
}


.owl-controls .owl-buttons .owl-next:hover {
 background-color:#cd333c;
}




.main-slider-block .owl-controls .owl-page span {
    display: block;
    width:16px;
    height:16px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791;
    border:3px solid #f6d40f;
}

.padding{
  padding:0px 0px;
}


.title-box {
    width: 100%;
    float: left;
}

.title-box h5 {
    width: 100%;
    display: inline-block;
    font-size: 16px;
    color: #f5b705;
    font-weight: 500;
}

.title-box h2 {
    width: 100%;
    display: inline-block;
    font-size: 40px;
    color: #2f2e33;
    margin: 0;
    font-weight: 700;
}


.title-box span {
    width: 56px;
    height: 3px;
    display: inline-block;
    background: #f5b705;
    margin-top: 10px;
    margin-bottom: 30px;
}


.about-wrapper {
  width:100%;
  min-height: 400px;
  position:relative;
  background-attachment: scroll;
  background-color: rgba(0, 0, 0, 0);
  padding-top:40px;
  background-repeat: no-repeat;
  background-position: center;
  background-position: 50% 0%;
}


.about-block{
 margin: 0px;
 padding: 0px;
 line-height:24px;
}


.file-box a {
    float: left;
    border: 1px solid #f5b705;
    color: #f5b705;
    font-weight: 700;
    margin-top: 20px;
    margin-right: 50px;
    padding: 5px 12px;
    text-decoration:none;
}

.file-box a:hover {
    background-color:#f5b705;
    color:#fff;
}


.file-box img {
    margin-right: 30px;
    margin-bottom: 20px;
    float: left;
}



.btn{
  border-radius:0px;
  border:0px;
}

.read-button{
  background-color:#cd333c;
  color:#fff;
  font-size:13px;
  text-transform:uppercase;
  padding:8px 15px;
}


.quote-wrapper{
    width: 100%;
    background:#003c69;
    padding: 20px 0;
    position: relative;}


.quote-wrapper h5 {
    display: inline-block;
    color: #000;
    font-size: 19px;
    font-weight: 500;
    margin: 0;
}


.quote-wrapper h3 {
    display: inline-block;
    font-size: 26px;
    color: #fff;
    font-weight: 700;
    margin: 0;
}


.site-btn {
    height: 58px;
    line-height: 60px;
    display: inline-block;
    background: url(../images/button-bg.jpg) repeat-x #ffd500;
    padding: 0 20px;
    border-bottom: 2px solid #c59201;
    font-size: 18px;
    color: #000;
    font-weight: 700;}





.what-we-do-wrapper{
 position: relative;
 width: 100%;
 padding:80px 0px;

}








.title {
  border-bottom:1px solid #eee;
  padding-bottom:10px;
  margin-bottom:10px;
}

.title h1 {
   font-size:32px;
   color: #a72a38;
   text-align:left;
   font-family: Lobster;
   font-weight:400;
   font-style:normal;
 }

 .title span{ font-weight:bold;}



 #sub-carousel .owl-item img{
  display: block;
  height:auto;
  text-align:center;
  float: left;
}


#sub-carousel .owl-buttons{
  height:auto; width:100%;
  position:absolute;
  text-align:center;
  opacity:0.90;
  bottom:55%;
  z-index:2000;
 }


#sub-carousel .owl-controls .owl-buttons div {
    font-size:28px;
    color:#fff;
    font-weight:bold;
    width:30px;height:50px;
    border-radius:3px;
    background-color:inherit;
    text-align:center;
    line-height:40px;
    opacity:0.9;
    background-color:#cd333c;
  }



#sub-carousel .owl-controls .owl-buttons .owl-prev {
    position:absolute;
    left:-5px;pointer-events:auto;
  }


#sub-carousel .owl-controls .owl-buttons .owl-prev:hover {
 background-color:#39ad00;
 }


#sub-carousel .owl-controls .owl-buttons .owl-next {
   position: absolute;
   right:-5px;
   pointer-events:auto;
 }

#sub-carousel .owl-controls .owl-buttons .owl-next:hover {
 background-color:#39ad00;
 }





.vidoes-home{position:relative; width:100%; min-height:400px; padding: 60px 0px; background-color:#003c69; margin:60px 0px;}


.home-services .item_holder{
  margin:0px 8px;
}







#sub-carousel .owl-controls {
  margin-top:40px;
  text-align:center;
}



.content-wrapper{position:relative; width:100%;
  height: auto;
  padding-top:120px;
 padding-bottom:80px;
 overflow:hidden;
 background: url(../images/bg01.jpg);
}


.content-wrapper h4{ font-size:18px; margin:15px 0px; }


.home-services .owl-controls .owl-page span {
    display: block;
    width:16px;
    height:16px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791;
    border:3px solid #f6d40f;
}




.video-bg{ width:100%; overflow:hidden; position:relative; padding:100px 0px; text-align:center;}
.video-bg video{ width:100%; float:left; position:absolute; left:0; top:0;}
.video-bg .video-overlay{ width:100%; height:100%; position:absolute; left:0; top:0; background:#828285; opacity:0.9;}
.video-bg h2{ font-size:60px; font-weight:700; color:#f5b705;}
.video-bg h5{ font-size:16px; color:#fff; font-weight:700;}
.video-bg .fa{ font-size:70px; display:inline-block; color:#fff; margin-bottom:40px;}
.video-bg a{ display:inline-block;}




.home-features{width:100%; position:relative; padding:80px 0px 40px 0px; text-align:center;}
.home-features *{-moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease;}
.home-features i{ width:100%; float:left; padding:0 20px;}
.home-features i img{ width:100%; float:left; opacity:0.4;}
.home-features h4{ color:#98989a; text-transform:uppercase; font-size:15px;}
.home-features p{ opacity:0; font-size:12px; line-height:18px;}
.home-features .col-md-2:hover { margin-bottom:20px;}
.home-features .col-md-2:hover i{ margin-top:-20px;}
.home-features .col-md-2:hover i img{ opacity:0.7;}
.home-features .col-md-2:hover h4{ color:#f5b705;}
.home-features .col-md-2:hover p{ opacity:1;}



.home-services figure *{-moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease;}
.home-services figure{ width:100%; float:left; margin-bottom:20px; background:#f5b705; overflow:hidden;}
.home-services figure img{width:110% !important; float:left;}
.home-services figure:hover img{ opacity:0.5; margin-left:-10%;}
.home-services .description{ width:100%; float:left; font-size:13px; color:#f5b705; font-weight:500;}
.home-services .item a{ width:100%; float:left; color:#98989a; font-size:30px; font-weight:700; margin-bottom:10px;}
.home-services .item a:hover{ text-decoration:none;}
.home-services .border{ width:38px; height:3px; float:left; background:#f5b705;}



/* HOME GALLERY */
.home-gallery{width:100%;position:relative; border-top:1px solid #eee; border-bottom:1px solid #eee; padding-top:70px; padding-bottom: 30px;}
.home-gallery *{-moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease;}






/* NEWS */
.news{ width:100%; padding:120px 0 40px 0; position:relative;}
.news *{-moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease;}
.news .news-box{ width:100%; float:left; padding-right:20px;}
.news figure{ width:100%; max-width:240px; float:left; margin-right:20px; position:relative; border-top:4px solid #f5b705; background:#f5b705;}
.news figure .icon{ width:40px; height:50px;text-align:center; position:absolute; left:10px; top:-10px; background:#f5b705;}
.news figure .icon i{ font-size:30px; color:#fff; margin-top:6px; display:inline-block;}
.news figure img{ width:100%; float:left;}
.news figure:hover img{ opacity:0.7;}
.news h3{ display:block; margin-top:0; color:#f5b705;}
.news small{ display:block; margin-bottom:10px; color:#98989a; font-weight:700;}
.news .border{ width:38px; height:3px; display:inline-block; margin-bottom:30px; background:#f5b705;}



/* LOGOS */
.logos{ width:100%;padding:80px 0; position:relative;}
.logos *{-moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease;}
.logos ul{ width:100%; float:left;}
.logos ul li{ width:20%; float:left; padding:5px; list-style:none;}
.logos ul li figure{ width:100%; float:left; border:1px dashed #eee;}
.logos ul li img{ width:100%; opacity:0.4;}
.logos ul li:hover img{ opacity:0.8;}


.form-control {
  display: block;
  width: 100%;
  padding:20px 12px;
  font-size: 13px; margin-bottom:20px;
  line-height: 1.42857143;
  color: #878787;
  background-color:#fff;
  background-image: none;
  border: 1px solid #E1E1E1;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
          box-shadow: inset 0 0px 10px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #a85770;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

.form-group label{font-size:14px; margin-bottom:10px; text-align:right;}


/* FOOTER BAR */
.footer-bar{ width:100%; background:#f5b705; padding:15px 0;}
.footer-bar .icon{ float:left; font-size:20px; margin-right:8px; margin-top:6px;}
.footer-bar h4{ float:left; font-size:18px; color:#000;}
.footer-bar ul{ float:left; margin-top:10px;}
.footer-bar ul li{float:left; margin-left:15px; list-style: none;}
.footer-bar ul li a{float:left; color:#000;}
.footer-bar ul li a:hover{color:#2f2e33; opacity:0.7;}
.footer-bar ul li i{ font-size:20px;}



.map-wrapper{
  position:relative;
  width:100%;
}


.footer-wrapper{
  background-color:#003c69;
  min-height:1px;
  padding:30px 0px;
  font-size:14px;
  color:#e2e2e2;
}
 
.h4{color:#fff;
  font-weight:500;
  font-size:18px;
  margin-bottom:30px;
  text-transform:uppercase;
 }


.footer-about{
  margin:0px; 
  padding:0px;
}

.footer-about li{
  list-style:none;
  display:block;
  margin-bottom:10px;
}

.footer-about img{ height: 60px; margin-bottom:20px; }


.footer-block-link {margin:0px; padding:0px;}

.footer-block-link li{
  list-style:none;
  margin-bottom:0px;
  position:relative;
  padding:5px 0px;
}

.footer-block-link li:last-child{ border-bottom:0px;}

.footer-block-link li a{
 text-decoration:none;
 color:#e2e2e2;
 display:block;
 padding-left: 25px;
}

.footer-block-link li a:hover{ color:#fff;}

.footer-block-link li span{color:#ffba00; font-weight: normal;}
.footer-block-link li:before{
 content:'\f105';
 display:block;
 font-family:'FontAwesome';
 position:absolute;
 left:2;
 padding-top:0px;
 font-size:13px;
 color:#e2e2e2;
 } 


.twee-icon li:before{
  content:'\f099';
  display:block;
  font-family:'FontAwesome';
  position:absolute;
  left:2;
  padding-top:0px;
  font-size:16px;
  color:#ffba00;
} 



.copyright-block{
  padding:20px 0px;
  margin-top:20px;
  border-top:1px solid #0a5994;
}

.copy-right{
  text-align:right;
  padding:8px 0px;
  color:#e2e2e2;
  font-size:14px;
}

.company{ font-size:12px; font-style:italic;}


@media (max-width:480px) {

  .call-us-block{
  padding:10px;
  text-align:inherit;
  color:#fff;
}

 .working-hours-block {
  width:100%;
  position:relative; z-index:20000;
  color:#fff; 
 }


.tab-block .nav-tabs > li {
  float:left;
  margin-bottom:-1px;
  position:inherit;
  left:30%;
  margin-right:10px;
 }


}