/*!
 * Entsher advertising  page v 1.2
 * Version: 1.2
 * Author: Entsher Company
 * Author URL: entsher.com
 * Copyright 2016 . Entsher Company.
 */
@media (min-width:992px) {

    .carousel-caption p {
        font-size: 20px;
        }
    .btn, .button{
        display: inline-block;
        font-size: 18px;
    }
    #main-carousel .carousel-caption h1{
        font-size: 50px;
    
    }
    #main-carousel .carousel-inner .carousel-caption{
            width: 50%;
            right:-25%;
            text-align: right;
  /*  left: 0; */

    }
    #features .row::before{
        display: block;
    }
    .msg{
        padding-right: 50px;
        border-right: 2px solid #fff;
    }
    #home h1{
        font-size: 45px;
    }
    #contact .h4{
    text-align: right;
}
    .main-heading{
        text-align: right;
    }
    .services .text {
        text-align: right;
    }
    #about p.h4,#about2 p.h4{
        text-align: right;
    }
    .cont-offer{
        border-left: 3px solid #fff;
    }

}
@media (max-width: 991px) and (min-width: 769px){
    .main-heading{
        text-align: center;
    }
    .navbar-default  .navbar-brand .h3{
        font-size: 24px;
    }
    .navbar-default  .navbar-brand .h4{
        font-size: 18px;
    }
    #contact .h4{
    text-align: right;
    }
    .offer-serv, .services {
        height: auto;
        margin: 0 auto;
        text-align: center;
    }
    .cont-offer{
        border-bottom: 3px solid #fff;
    }
    .serv-item{
        margin-top: 20px;
    }
    
}

@media (max-width: 767px) {
    
    section .h1{
    font-size:26px;
   }
   section p.h3{
    font-size: 20px;
   }
    .navbar-default .navbar-nav>li>a {
        font-size: 18px;
        text-align: center;
    }
    .navbar-default  .navbar-brand .h3{
        font-size: 15px;
    }
    .navbar-default  .navbar-brand .h4{
        font-size: 13px;
    }
    #contact .h4{
        width: 100%;
        text-align: right;
    }
    #home h1{
        font-size: 35px;
    }
    .main-heading{
        text-align: center;
    }
    .offer-serv, .services {
        height: auto;
        margin: 0 auto;
        text-align: center;
    }
    .services .text {
        text-align: center;
    }
    .services{
        margin-top: 30px;
    }
    #about p.h4,#about2 p.h4{
        text-align: center;
    }
    #about2 img{
        margin-top: 20px;   
    }
    .cont-offer{
        border-bottom: 3px solid #fff;
    }
    .serv-item{
        margin-top: 20px;
    }
}

@font-face{
    font-family:'ShiliaMedium';
    src: url('../fonts/shilia/medium/ShiliaMedium.eot?#') format('eot');
    src: url('../fonts/shilia/meduim/ShiliaMedium.woff') format('woff'),
         url('../fonts/shilia/meduim/ShiliaMedium.ttf') format('truetype'),
         url('../fonts/shilia/meduim/ShiliaMedium.svg#ShiliaMedium') format('svg')
}




body{
    background-image: url("../img/bg.jpeg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #f5f5f5;
    font-family: ShiliaMedium;
    line-height: normal;
}
body::before{
    content:"" ;
    width: 100%;
    height: 100vh;
    top: 0;
    bottom: 0;
    position: fixed;
    z-index: -1;
    background: rgba(255,255,255,0.92);
}
a:hover,a:focus,a:active,a:link{
    color: #fff;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    line-height: normal;
}
section{
    color: #fff;
}
/*#home .qui-links a:hover ,#pro .serv-item:hover , #contact .contact-info:hover , #contact .contact-info:hover i ,#contact .contact-info:hover .con-cont{
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}*/


#owl-slider{
    height: 299px;
    margin: 0 auto;
}
.owl-dots{
    margin-top: 10px;
    text-align: center;
}
.owl-nav {
    width: 100%;
    position: absolute;
    top: 40%;
}
.owl-nav .owl-next{
    right: 0;
    float: right;
}
.owl-nav .owl-prev{
    left: 0;
    float: left;
}
.my-nav{

}
.nav-right,.nav-left{
    padding:7px 7px 2px 7px ;
    font-size: 18px;
    color: #fff;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.owl-carousel:hover .nav-right,.owl-carousel:hover .nav-left{
    margin-left: 5px;
    margin-right: 5px;
    opacity: 1;
}
.navbar-default,.navbar-default .navbar-collapse, .navbar-default .navbar-form {
     border: none; 
}

.navbar-default a,.navbar-default .navbar-nav>li>a,.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus{
    color: #fff;
}
.navbar-brand:hover span{
    color: #fff;
}
.navbar-default .navbar-brand{
    margin-top: -5px;
    color: #fff;
}
.navbar-default .navbar-toggle{
    margin-left: 10px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-toggle{
    border: none;
}
.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{
    background: #fff;
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}


/*
WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
now override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}
#main-slider{
    margin-top: 50px;
}
#main-carousel img{
    width: 100%;
    height: auto;
}
.carousel-indicators li{
    padding-right: 0;
}

#main-carousel .carousel-control{
    width: 56px;
    height: 56px;
    z-index: 2;
    top: 40%;
    bottom: 45%;
    background: transparent;
    padding: 0;
    text-align: center;
}
.carousel-indicators {
    padding-right: 0;
    margin-bottom: -55px;
}
.carousel-indicators li {
    border: 1px solid ;
}

.hvr-ripple-in:before{
    cursor: pointer;
}
.bg{
    width: 100%;
    bottom: 0;
    top: 0;
    position: absolute;
    background-image: url("../img/bg.jpeg");
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    right: 0;
    opacity: 0.1;

}
#home,#contact{
    padding: 110px 0 60px 0;
    overflow: hidden; 
    position: relative;
}
.main-heading{
    margin-bottom: 20px;
}
#home h1{
    line-height: 60px;
    margin-top: 0;
    margin-bottom: -10px;
}

#home .btn,#offer .btn{
    display: inline-block;
    padding: 10px 30px 10px 36px;
    font-size: 20px;
    border: 2px solid #fff;
    color: #fff;
}
#home .button{
    border-color:transparent;
    background: #fff;
}
#offer,#about,#about2,#contact{
    padding: 40px;
    color: #666;
}
#offer .h1{
    text-align: center;
}
.off-btns{
    margin-top: -10px;
}
#offer .btn{
    margin-top: 20px;
}
#offer .button{
    border-color:transparent;
    color:#fff;
    animation: flash 3s infinite;
     -webkit-animation: flash 3s infinite;
     -moz-animation: flash 3s infinite;
     -o-animation: flash 3s infinite;
}
.off-qui{
    list-style: none;
    padding: 20px 0;
}
.off-qui li{
    font-size: 20px;
}

.off-qui li:nth-child(2),.off-qui li:nth-child(4),
.off-qui li:nth-child(1) i,.off-qui li:nth-child(3) i,.off-qui li:nth-child(5) i{
    color: #666;
}
.offer-serv,.services{
    height: auto;
}

.services .text{
    font-size: 20px;   
}
.services i{
    width: 60px;
    height: 60px;
    font-size: 25px;
    line-height: 60px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    transition: all 0.5s ease-in-out;
}
.serv-item{
    padding: 10px;
    margin-bottom: 20px;
    transition: all 0.5s ease-in-out;
}
.serv-item:hover{
    cursor: pointer;
    color: #fff;   
}
.serv-item:hover i{
    background: #fff;
}
#about{
    background: #303639;
}
#about,#about .h1 ,#about .h3,#about2,#about2 .h1 ,#about2 .h3,#contact .h1{
    color: #fff;
    text-align: center;
}
#about .row,#about2 .row{
    margin-top: 30px;
}
#about img,#about2 img{
    width: 100%;
    cursor: pointer;
}

#about2{
    background: #fff;
}
#about2,#about2 .h3{
    color: #666;
}
.phone-icon{
    text-align: center;
}
.phone i{
    width: 100px;
    height: 100px;
    font-size: 40px;
    line-height: 100px;
    background: #fff;
    text-align: center;
    margin: 0 auto;
    border-radius: 50%;
    cursor: pointer;
}
.contact-mob{
    font-size: 30px;
    text-align: center;
    margin-top: 20px;
    color: #fff;
}

#contact .hvr-ripple-out:before {
    border: #fff solid 6px;
    border-radius: 50%;
    left: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    z-index: -1;
}
.cont-offer{
    margin-bottom: 20px;
}
.cont-offer ul{
    list-style: none;
    margin: 20px 0;
    color: #fff;
}
.cont-offer ul li{
    font-size: 20px;
    margin: 5px 0;
}
.cont-offer ul li i{
    font-size: 25px;
}
footer{
    height: auto;
    text-align: center;
    color: #fff;
    line-height: 40px;
    background: #303639;
    margin-bottom: 0;
    bottom: 0;
}
footer p{
    margin-bottom: 0;
}
footer a{
    color: #fff;
}







#contact {
    padding-top:80px;
    background-color: #efefef;
}

#contact .form-control {
    background-color:transparent;
    height:40px;
}

#contact  .div-trans button {
            background-color: #159238;
        }