/*
Theme Name: 
Author:
*/

/*
  1:  Common / Global CSS
  2:  Header
    2.1 Navigation
  3. Carousel
  4. Parallax Background Effect 
  5. Footer

  X: Sections
    X1. Content Intro 
    X2. Our Company
    X3. Our Team
    X4. Request a call
    X5. Our Client
    X6. Count Down
*/


/****************************************/
/* 1. Common / Global CSS */
/****************************************/

body{
	font-family: 'Open Sans', arial, sans-serif;
	font-size: 13px;
}
h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 0px;
  padding: 0 0 15px;
}
h1.sec-title, h2.sec-title{
  text-transform: uppercase;
} 
.section{
  padding:0 0 15px 0;
  margin: 0 0 30px;
}
.btn-custom{
  border:2px solid #FFF;
  border-radius: 5px;
  color: #FFF;
  margin: 0 15px 0 0;
}
.btn-custom:hover{
  background: #FFF;
}

input[type="text"], 
textarea {
  background: transparent; 
  border: 1px solid #ccc; 
  width:100%;
  margin:0 0 10px;
  font-weight: normal;
  padding: 5px;
}
input[type="submit"] {
  background: transparent;
  border: 1px solid #ccc;
}
input[type="submit"]:hover {
  background: white;
}
.fa-30{
  font-size: 30px;
}
.fa-50{
  font-size: 50px;
}
.v-line:after{
  content: "";
  width: 1px;
  position: absolute;
  top: 0px;
  bottom: 0px;
  border-right: 1px solid;
  right: 0px;
}
.flex{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.btn-site{
  border-color: #81a006;
  border-radius: 0px;
  border-width: 2px;
  color: #81a006;
}
.page-title{
  padding: 0px;
  margin: 0px;
  font-size: 35px;
}
ul.list-item,
ul.list-item li {
  list-style-type: disc;
}
ul.list-item.nobullet,
ul.list-item.nobullet li{
  list-style-type: none;
  padding: 0px;
}
ul.list-item.nobullet span{
  padding: 5px;
  margin: 4px 5px 0 0;
  color: #fff;
  background: #4d0202;
  border-radius: 50%;
  float: left;
}
ul.list-item.nobullet p{
  margin:0 0 15px 30px;
}
/****************************************/
/* 2. Hat */
/****************************************/

.m-hat-wrapper{
  background: #ccc;
  padding: 7px 0;
}
.m-hat-wrapper a{
  color: #4d0202;
}

/****************************************/
/* 2. Header */
/****************************************/

.navbar{
  margin: 0px;
  padding: 0px;
}

/****************************************/
/* 2.1 Header Navigation */
/****************************************/

.navbar-brand{
  height: auto;
}
.navbar-brand h1{
  padding: 0px;
  margin: 0px;
}

.dropdown-submenu {
  position:relative;
}
.dropdown-submenu>.dropdown-menu {
  top:0;
  left:100%;
  margin-top:-6px;
  margin-left:-1px;
}
.dropdown-submenu > a:after {
  border-color: transparent transparent transparent #333;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
  display: block;
  float: right;  
  height: 0;     
  margin-right: -10px;
  margin-top: 5px;
  width: 0;
}
.dropdown-submenu:hover>a:after {
  border-left-color:#555;
}
.dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover {
  text-decoration: underline;
}  
.m-navbar-wrapper{
  background: #4d0202;
  border-bottom: 1px solid #fff;
}
.main-navigation .navbar-nav a{
  font-size: 15px;
  color: #fff;
  padding: 10px 25px;
}
.main-navigation .navbar-nav a:hover,
.main-navigation .navbar-nav a.active,
.main-navigation .navbar-nav li.open a,
.main-navigation .dropdown-menu > li > a:hover{
  background-color:#710606;
  background-image:none;
  color: #fff;
  text-decoration: none;
}
.dropdown-menu{
  background: #4d0202;
  border-radius: 0px;
  border:0px;
  padding: 0px;
}

/****************************************/
/* 3. Banner / Carousel */
/****************************************/
.m-banner-wrapper{
  margin: 0px;
  padding: 0px;
}
.carousel,
.carousel .item{
  height: 350px;
}
.carousel .item{
  background-size: cover;
}
.carousel-caption{
  top: 100px;
}
.multi-carousel .carousel {
  height: 150px;
}
.multi-carousel .carousel-inner {
  width: 90%;
  margin: 0px auto;
}
.multi-carousel .carousel-inner .item {
  height: 150px;
}
.multi-carousel .carousel-control {
  width: 4%; 
}
.multi-carousel .carousel-control.left,
.multi-carousel .carousel-control.right {
  margin-left:0px;
  background-image:none;
}
.m-subpage-banner{
  background: #f1f2f3;
  padding: 40px 0;
  margin: 0 0 40px;
  border-bottom: 1px solid #ccc;
}


/****************************************/
/* 4. Parallax Background Effect */
/****************************************/
.parallax {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-image: url(../images/content-bg.jpg);
  padding: 30px 0;
}

/****************************************/
/* 5. Footer */
/****************************************/
.sec-footer{
  background: #f1f2f3;
  border-top: 1px solid #ccc;
  padding: 20px 0;
}
.sec-footer .navbar .nav li{
  float: none;
}
.sec-footer .navbar .nav li a{
  padding: 7px;
}
.sec-footer .fa{
  margin: 0 7px 0 0;
}
.sec-footer .navbar .nav.social li{
  width: 30px;
  text-align: center;
  height: 30px;
  background: #f1f2f3;
  margin: 0 7px 0 0;
  line-height: 30px;
  border-radius: 50%;
  float: left;
}
.sec-footer .navbar .nav.social li .fa{
  margin:0px;
}
.sec-footer h4{
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  padding: 0 0 15px;
}
.sec-footer .address{
  display: flex;
}
.sec-footer .address .fa{
  top: 5px;
  position: relative;
}
.sec-copyright{
  background: #434241; 
  line-height: 75px; 
  color: #cdcdcd;
}

/****************************************/
/* X. Sections */
/****************************************/

/****************************************/
/* Content Intro */
/****************************************/
.sec-content-intro{}
.sec-content-intro__icon{
  padding: 30px;
  background: #f1f2f3;
  display: inline-block;
  margin: 0px auto 30px;
  border-radius: 50%;
}
.sec-content-intro__icon .fa{
  font-size: 30px;
}
.sec-content-intro .col-sm-6{
  padding: 0 0 35px;
}

/****************************************/
/* OUR Company */
/****************************************/
.sec-our-company {
 background: #f1f2f3;
 padding: 40px 0;
}
.sec-our-company_footer{}
.sec-our-company__phone {
  font-size: 18px;
}
.sec-our-company__phone .fa {
  vertical-align: middle;
  font-size: 30px;
  margin: 0 15px 0 0;
}
.sec-our-company .v-line:after{
      border-width: 3px;
}
.sec-our-company-con{
  padding: 10px 0 10px 25px;
}
.sec-our-company__title{
  font-size: 35px;
  line-height: 50px;
  font-family: Anton;
  margin: 0px;
  padding:0 25px 0 0;
}
.sec-our-company__text{
  font-size: 14px;
  line-height: 26px;
  padding: 0 0 5px;
}
.sec-our-company__btn{
  
}

/****************************************/
/* Our Productsr  */
/****************************************/
.sec-products{
  background: url(../images/logo-bg.png) no-repeat center;
}
.sec-products__left{
  padding-right: 100px;
}
.sec-products__right{
  padding-left: 100px;
}
.sec-products-content{

}
.sec-products-item{
  display: inline-block;
  padding: 0 0 25px;
}
.sec-products__title{
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  padding: 0 25px 0 0;
  width: 75%;
}
.sec-products__right .sec-products__title{
  text-align: left;
  padding: 0 0 0 25px;
}
.sec-products__img{
  display: inline-block;
  vertical-align: middle;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  background: #f1f2f3;
  border: 1px solid rgb(66, 66, 66);
  overflow: hidden;
  padding: 2px;
}
.sec-products__img img{
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.sec-products__left .sec-products__img{
  float: right;
  margin: 0 2px 0 0;
}
.sec-products__left .sec-products__title{
  position: relative;
  margin-top:5%
}
.sec-products__btn{
 
}
/****************************************/
/* OUR Team */
/****************************************/
.sec-profile{
  text-align: center;
}
.sec-profile__pic .fa{
  font-size: 90px; 
  color:#cdcdcd;
}
.sec-profile__name {
  padding: 0 0 2px;
  margin: 0px;
  font-weight: bold;
}

/****************************************/
/* Infra structure */
/****************************************/
.sec-infra {
  color: #fff;
  background-image: url(../images/infra-bg.jpg);
}
.sec-infra__text {
  line-height: 28px;
  font-size: 14px;
  padding: 0 0 15px;
}
.sec-infra__btn,
.sec-infra__btn:hover{
  border-color: #fff;
  color: #fff;
}
.sec-certificate{
  list-style: none;
}
.sec-certificate li{
  list-style: none;
  line-height: 30px;
  font-size: 14px;
}

/****************************************/
/* Our Client */
/****************************************/
.sec-our-client{}
.sec-our-client__inner > div {
  margin: 0 0 10px;
}
.sec-our-client__logo {
  width: 100%;
  height: 100px;
  background: #f1f2f3;
  text-align: center;
}

/****************************************/
/* Count  */
/****************************************/
.sec-countdown{
  background: #f2f3f4;
  padding: 40px 0;
}
.sec-countdown h3{
  text-transform: uppercase;
  font-size: 20px;
}
.sec-countdown .fa{
  font-size: 55px;
}
.sec-countdown_count{
  font-size: 20px;
  padding: 9px; 0
}

/****************************************/
/* Progress bar  */
/****************************************/
.sec-progressbar{}
.sec-progressbar .progress-bar span{
  padding: 0 7px;
}

/****************************************/
/* Subpage Specific  */
/****************************************/
.sec-subpage-content{
  line-height: 28px;
  margin: 0 auto 35px;
}
.sec-subpage-content p{
  font-size: 14px;
  margin: 0 0 20px;
}
.sec-subpage-content img.align-left{
  float: left;
  margin: 0 15px 15px 0;
  border: 1px solid #aaa;
  padding: 2px;
}
