.top-header{
        background: #292929;
        float: left;
        width: 100%;
}

.top-header ul{
        margin: 0;
    list-style: none;
    padding: 0;
}


.top-header ul li{
    display: inline-block;
}

.top-header ul li a{
    font-size: 14px;
    padding: 10px 14px 9px;
    color: #7e7e7e;
    float: left;
}

.top-header ul li a:hover{
    color:#a7a7a7;
}

.top-header i{
    margin-right: 10px;
}

.top-header span{
    color:#7e7e7e;
    font-size: 12px;
        margin-left: 20px;
    padding: 14px 0 13px;
         float: left;
}

.main-header{
    background: #363636;
    float: left;
    width: 100%;
    position: relative;
}

.main-header h1{
    color:#ffffff;
        margin: 0;
      padding: 25px 0 0px;
    font-family: geogria;
    font-size: 39px;
    font-weight: 600;
}

.icon-block{
       float: right;

        padding: 25px 0 0;
}

.icon-block .icon-box{
    width:50px;
    height: 50px;
    display: inline-block;
    margin-right: 10px;
    background: #ffd205;
}

.icon-box i{
    padding: 17px 16px;
}

.cnt-box{
      display: inline-block;
    font-size:12px;
    position: relative;
    float: right;
    top:5px;
}

.cnt-box div{
    color:#fff;

}
.cnt-box span{
    color:#7e7e7e;
}

.navigation nav{
    background:#c9c9c9;
    padding: 0;
        position: relative;
    top: 25px;
    /* width: 100%; */
    /* bottom: -25px; */
    z-index: 9;
       /* position: absolute;
    width: calc(100% - 240px);
    bottom: -25px;
    z-index: 9; */
}

.navigation .nav-link{
    padding: 15px 0px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    color: #2d2d2d;
}

.navigation .nav-link:hover{
    color:#ffd100;
}
.main-slider{
    float: left;
    width:100%;
}

.main-slider h1{
        text-align: left;
        font-size: 65px;
        font-weight: 200;
}

.main-slider p{
        width: 40%;
    text-align: left;
    color: #7e7e7e;
    font-size: 13px;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    top: 50%;
       margin-top: -125px;
    left: 10%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #000;
    text-align: center;
}

.carousel-control-next, .carousel-control-prev{
    width: 40px;
    background: #000000;
    height: 40px;
    top: 50%;
    margin-top: -20px;
}

.btn-slider{
    margin-right: 15px;
    padding: 6px 20px;
    width:120px;
    border: 1px solid #e1e1e1;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.121568);
}

.aboutus{
    background: url('../img/aboutus.jpg');
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;

    float: left;
    width: 100%;
       /*padding: 80px 0 40px;*/
}

.overlay-aboutus {
    background-color: rgba(0, 0, 0, 0.70);
    padding: 80px 0 40px;
}

.about-lft-side{
    color:#fff;
}

    .about-lft-side h6 {
        font-weight:700;
    }

    .about-lft-side p {
        font-size:0.85em;
    }

.aboutus .about-lft-side h4{
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 3px solid #fbd300;
    display: inline-block;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.ico-box{
    overflow: hidden;
    height: 60px;
    text-overflow: ellipsis;

}

.ico-blk{
    background: #2c3239;
    width:60px;
    height: 60px;
    float: left;
        margin-right: 10px;
}

.ico-blk i{
    color:#fbd300;
        padding: 22px 20px;
}

.ico-cnt{
    font-size: 12px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.ico-cnt h5{
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}

.ico-cnt p{
        height: 20px;
    margin: 0;
    text-overflow: ellipsis;
    width: 172px;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 15px;
}

.gallery{

        background: #f5f5f5;
    padding: 60px 0 0px;
    float: left;
    width: 100%;
}

.heading h4{
        display: inline-block;
    width: 280px;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 20px;
      margin-bottom: 20px;
    margin-top: 20px;
    text-transform: uppercase;
    position:relative;
}
.heading span:before{
    content: '';
    border-bottom: 3px solid #fac300;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 120px;
    margin-left: -60px;
}

.heading p{
    margin-bottom: 40px;
}

.gallery .gallery-image{
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 210px;
    position: relative;
}

.gallery .gallery-image:hover .yellow-overlay{
    background: rgba(236, 193, 0, 0.8);
    height: 210px;
    -webkit-transition: ease-in-out 0.45s all;
    -moz-transition: ease-in-out 0.45s all;
    transition: ease-in-out 0.45s all;
}

.gallery-cnt i{
        margin-bottom: 20px;
}

.gallery-cnt a{
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    height: 300px;
}

.gallery-cnt a:hover{
    text-decoration: none;
}

.gallery-cnt{
        display:none;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -78px;
        margin-top: -30px;
        text-align: center;
}

.gallery .gallery-image:hover .gallery-cnt{
        display: block;
}
.slick-prev:before, .slick-next:before {

    color: #000;
}

.contactus{
    padding: 60px 0 80px;
    float: left;
    width:100%;
}

.contactus h5{
    margin-top: 0px;
       padding-bottom: 5px;
    border-bottom: 3px solid #fbd300;
    display: inline-block;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.getintouch{
    background: #f5f5f6;
    padding: 30px;
    border: 1px solid #e1e1e1;
}

.quickcontact{

    padding: 30px 15px;
    border: 1px solid #e1e1e1;
}

.quickcontact p{
font-size: 13px;
}

.quickcontact span.icon{
    width: 42px;
    height: 42px;
    float: left;
    background: #fac300;
    margin-right: 10px;
    line-height: 42px;
    padding-left: 15px;
    color: #ffffff;
}

.footer{
    background: url('../img/footer.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

    float: left;
    width: 100%;
    color: #fff;
    font-size: 14px;
    padding: 60px 0 0px;

}

.footer ul{
        list-style: none;
    padding: 0;
    margin: 0;
}

.footer ul li{
        display: inline-block;
}

.footer ul li a{
    background: #f5c500;

      margin-right: 10px;
    color: #000;
    font-size: 16px;
    width: 32px;
    height: 32px;
    float: left;
    line-height: 32px;
}

.footer h5{
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 3px solid #fbd300;
    display: inline-block;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.main-footer{
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    float: left;
    position: relative;
    bottom: 0;
    padding: 10px 0;
    margin-top: 30px;
}
.login-form{
        padding: 30px 15px;
}
    .mt-20{
        margin-top: 20px;
    }
    img.d-block.w-100 {
    height: 387px;
}
.slick-slide img {
    padding-left: 15%;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width: 630px) and (min-width: 20px) {
    .slick-slide img {
     padding-left: 0px;
}
  img.d-block.w-100 {
  height: auto;
}
section.aboutus {
  padding-top: 0px;
}
}

.partner-slider img {
    max-height: 100px;
}