@import url("hover-min.css");
/*-------------------------------------------------
 =  Table of Css

 1.Isotope
 1.KENBURNER RESPONSIVE BASIC STYLES OF HTML DOCUMENT
 3.Header
 4.General
 5.content - home sections
 6.about page
 7.services page
 8.projects page
 9.blog page
 10.single project page
 11.contact page
 12.footer
 33.Responsive part
-------------------------------------------------*/

/*-------------------------------------------------------*/
/* 1. Isotope filtering
/*-------------------------------------------------------*/
.gallery_line {
    border: 2px solid #dcdcdc;
    padding: 10px;
    width: 560px;
}

.card-header {
    background: #fff;
    padding: 20px;
    box-shadow: 0px 5px 30px 0px rgb(112 135 165 / 23%);
}

    .card-header h5 button {
        font-size: 23px;
    }

.card-body {
    padding: 20px;
    background: #5f6aab;
    color: #fff;
}

.btn-link:hover, .btn-link:focus {
    color: #23527c;
    text-decoration: none;
    border: none;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: none;
}

#callme {
    position: fixed;
    right: 30px;
    bottom: 100px;
    width: 70px;
    height: 70px;
    cursor: pointer;
    z-index: 99990;
}

    #callme #callmeMain {
        -moz-border-radius: 50% !important;
        -webkit-border-radius: 50% !important;
        border-radius: 50% !important;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        background-color: rgb(40 167 69);
        width: 60px;
        height: 60px;
        -webkit-animation: zcwmini2 1.5s 0s ease-out infinite;
        -moz-animation: zcwmini2 1.5s 0s ease-out infinite;
        animation: zcwmini2 1.5s 0s ease-out infinite;
    }

        #callme #callmeMain:before {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            top: -6px;
            left: -6px;
            background-image: url(../images/mini.png);
            background-repeat: no-repeat;
            background-position: center center;
            -webkit-animation: zcwphone2 1.5s linear infinite;
            -moz-animation: zcwphone2 1.5s linear infinite;
            animation: zcwphone2 1.5s linear infinite;
        }

@-webkit-keyframes zcwphone {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }

    50% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }

    100% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-moz-keyframes zcwphone {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }

    50% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }

    100% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes zcwphone {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }

    50% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }

    100% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-webkit-keyframes zcwphone2 {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }

    50% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }

    100% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-moz-keyframes zcwphone2 {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }

    50% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }

    100% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes zcwphone2 {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }

    50% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }

    100% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-webkit-keyframes zcwmini {
    0% {
        box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);
    }

    10% {
        box-shadow: 0 0 8px 6px, 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px;
    }

    100% {
        box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);
    }
}

@-moz-keyframes zcwmini {
    0% {
        box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);
    }

    10% {
        box-shadow: 0 0 8px 6px, 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px;
    }

    100% {
        box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);
    }
}

@keyframes zcwmini {
    0% {
        box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);
    }

    10% {
        box-shadow: 0 0 8px 6px, 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px;
    }

    100% {
        box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);
    }
}

@-webkit-keyframes zcwmini2 {
    0% {
        box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);
    }

    10% {
        box-shadow: 0 0 8px 6px, 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px;
    }

    100% {
        box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);
    }
}

@-moz-keyframes zcwmini2 {
    0% {
        box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);
    }

    10% {
        box-shadow: 0 0 8px 6px, 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px;
    }

    100% {
        box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);
    }
}

@keyframes zcwmini2 {
    0% {
        box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);
    }

    10% {
        box-shadow: 0 0 8px 6px, 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px;
    }

    100% {
        box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);
    }
}

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}

    .isotope .isotope-item {
        -webkit-transition-property: -webkit-transform, opacity;
        -moz-transition-property: -moz-transform, opacity;
        transition-property: transform, opacity;
    }

.main_header {
    padding: 0px 15%;
    background: #fcfcfc;
    box-shadow: 0 0 5px #ccc;
}

.boxedcontainer {
    max-width: 1170px;
    margin: auto;
    padding: 0px 30px;
}

.body-dark {
    color: #d7d7d7;
}

.hide {
    display: none;
}
/*-------------------------------------------------*/
/* =  Header
/*-------------------------------------------------*/
.iconbox {
    padding: 0;
    margin-top: 25px;
}

    .iconbox.iconbox-style-2 .iconbox-icon {
        float: left;
        width: 30px;
        text-align: center;
        margin-top: 3px;
    }

    .iconbox.iconbox-style-2 .iconbox-content {
        margin-left: 40px;
    }

    .iconbox.iconbox-style-2 i.boxicon {
        font-size: 16px;
        text-align: center;
        display: inline-block;
    }

    .iconbox i.boxicon {
        position: relative;
        z-index: 2;
        -webkit-transition: all 0.08s ease-in;
        -moz-transition: all 0.08s ease-in;
        -ms-transition: all 0.08s ease-in;
        -o-transition: all 0.08s ease-in;
        transition: all 0.08s ease-in;
    }

.iconbox-style-2 h4 {
    margin: 0px 0px 15px;
    font-weight: 600;
    font-size: 16px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Poppins', sans-serif;
}
/*-------------------------------------------------*/
/* =  padding
/*-------------------------------------------------*/
.pad0 {
    padding: 0px;
}

.pad10 {
    padding: 10px;
}

.pad60 {
    padding: 60px;
}
/*********************************************
    -   SETTINGS FOR BANNER CONTAINERS  -
**********************************************/
#home-section {
    position: relative;
}

.tp-banner-container {
    width: 100%;
    position: relative;
    padding: 0;
}

.tp-banner {
    width: 100%;
    position: relative;
}

.tp-banner-fullscreen-container {
    width: 100%;
    position: relative;
    padding: 0;
}

.vegas-wrapper, .vegas-overlay, .vegas-timer, .vegas-slide, .vegas-slide-inner {
    position: absolute;
    top: 200px;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    border: none;
    padding: 0;
    margin: 0;
    z-index: 999;
}

    .vegas-wrapper .logo {
        padding: 44px 0px 0px;
        margin: 0 32px;
    }

    .vegas-wrapper .porperty-details .price {
        padding: 37px 0px;
        margin: 0 32px;
        text-align: center;
    }

        .vegas-wrapper .porperty-details .price label {
            display: block;
            color: #fff;
            font-size: 25px;
            line-height: 45px;
            font-weight: 600;
        }

        .vegas-wrapper .porperty-details .price b {
            font-weight: bold;
            font-size: 38px;
            line-height: 45px;
            color: #fff;
            letter-spacing: -0.01em;
            font-style: italic;
        }

    .vegas-wrapper .porperty-details {
        width: 400px;
        height: 550px;
        display: block;
        background: rgba(0,0,0,0.6);
    }

    .vegas-wrapper .room-amount {
        border: none;
    }

    .vegas-wrapper .porperty-details .border {
        position: relative;
        z-index: 1;
        width: 100%;
        height: 100%;
        padding-bottom: 45px;
    }

    .vegas-wrapper .room-amount li i::before, .vegas-wrapper .room-amount li h4 {
        color: #fff;
    }

    .vegas-wrapper .porperty-details .border::before {
        content: ' ';
        position: absolute;
        top: 0;
        left: 6px;
        right: 6px;
        top: 6px;
        bottom: 6px;
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-right: 1px solid rgba(255, 255, 255, 0.2);
        z-index: -1;
    }

    .vegas-wrapper .porperty-details .address {
        padding: 39px 0px;
        margin: 0 32px;
        border-top: 1px solid rgba(255, 255, 255, 0.4);
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    }

        .vegas-wrapper .porperty-details .address p {
            font-size: 16px;
            line-height: 26px;
            color: #FFFFFF;
            font-size: 20px;
            font-weight: 600;
        }

    .vegas-wrapper .porperty-details a.schedule-visit-btn-2 {
        font-size: 16px;
        line-height: 26px;
        color: #443200;
        font-weight: bold;
        display: inline-block;
        background: #F6BE00;
        border-radius: 2px;
        padding: 8px 32px;
        text-transform: uppercase;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
    }
/*-------------------------------------------------*/
/* =  Header
/*-------------------------------------------------*/
.navbar-default {
    border: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    margin: 0;
    background: none;
}

    .navbar-default .row {
        padding: 0px 15px 0px 30px;
    }

.schedule-visit span {
    background: #008ed6;
    border-radius: 2px;
    color: #443200;
    padding: 8px 16px;
    font-weight: 700;
}

.navbar-brand > img {
    position: relative;
    z-index: 999;
    width: 100%;
}

.navbar-brand {
    display: inline-block;
    height: auto;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    font-size: 30px;
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    margin: 0 0 30px;
    text-transform: uppercase;
    margin: 0;
    color: #222222 !important;
    font-size: 26px;
    text-transform: capitalize;
    padding: 8px 0px;
    letter-spacing: 2.5px;
    position: relative;
    z-index: 0;
    width: 250px;
}

header.active .navbar-brand::before {
    background: none;
}

.navbar-brand span {
    color: #008ed6 !important;
}

.call {
    text-align: right;
    color: #fff;
    padding-right: 25px;
    display: none;
}

    .call h1 {
        font-size: 27px;
        font-family: 'Poppins', sans-serif;
        font-style: italic;
        font-weight: 600;
    }

        .call h1 span {
            font-size: 22px;
        }

header.active .call {
    display: none;
}

.top-line {
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    background: #0b0c0c99;
    padding: 10px 0;
    display: none;
}

.style-4 .top-line, .style-5 .top-line {
    display: block;
}

.style-5 .top-line {
    background: #124265 url(../images/bg-page.png) repeat;
}

.active .top-line {
    overflow: hidden;
}
/*
.top-line  .col-md-7{
	padding: 5px 0px;
}
.top-line  .col-md-7:after{
	height: 1px;content: "";display: block;background: #E6E6E6;width: 92%;margin-left: 34px;top: 41px;position: absolute;z-index: 999;overflow: visible;
}
*/
.top-line p {
    color: RGBA(255, 255, 255, 0.9);
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
}

.top-line .container, .top-line .col-md-5 {
    padding: 0px;
}

.top-line p:after {
    position: absolute;
    content: "";
    height: 40px;
    width: 98%;
    margin: 0px 14px;
    left: -9px;
    top: 2px;
    height: 24px;
}

.icon::before {
    font-weight: 600;
    font-size: 18px;
}

.top-line p span {
    margin-right: 20px;
}

    .top-line p span i {
        font-size: 13px;
        color: #008ed6;
        margin-right: 10px;
    }

.top-line ul.social-icons {
    margin: 0;
    padding: 5px;
    text-align: right;
    padding-right: 15px;
}

    .top-line ul.social-icons li:first-child {
        margin-left: 0px;
    }

    .top-line ul.social-icons li {
        display: inline-block;
        margin-left: 15px;
        float: left;
        text-align: left;
    }

        .top-line ul.social-icons li a {
            display: inline-block;
            text-decoration: none;
            transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -webkit-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            font-size: 16px;
            color: RGBA(255, 255, 255, 0.9);
        }

            .top-line ul.social-icons li a:hover {
                color: #008ed6;
            }

.navbar-nav {
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    margin-right: 15px;
    background: none;
    margin: 29px 0;
}

.navbar-default .navbar-nav > li > a {
    color: #000000;
    font-size: 20px;
    font-weight: 500;
    /* text-transform: uppercase; */
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    padding: 8px 15px;
    font-family: 'Poppins', sans-serif;
}

.style-4 .navbar-nav > li > a, .style-3 .navbar-nav > li > a {
    padding: 50px 15px 25px;
}

.style-5 .navbar-nav > li > a {
    color: #3d3d3d;
    padding: 42px 15px 25px;
}

.style-5 .navbar-nav a.open-search i {
    color: #3d3d3d;
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a.active {
    color: #d60000 !important;
}

.navbar-nav a.open-search {
    padding: 25px 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
}

    .navbar-nav a.open-search i {
        color: #fff;
        font-size: 16px;
        display: inline-block;
    }

.navbar-nav li.drop {
    position: relative;
}

    .navbar-nav li.drop ul.dropdown {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 100%;
        left: 0;
        width: 220px;
        background: #282828;
        padding: 10px 0;
        opacity: 0;
        visibility: hidden;
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
    }

        .navbar-nav li.drop ul.dropdown li {
            display: block;
        }

            .navbar-nav li.drop ul.dropdown li a {
                display: inline-block;
                text-decoration: none;
                transition: all 0.2s ease-in-out;
                -moz-transition: all 0.2s ease-in-out;
                -webkit-transition: all 0.2s ease-in-out;
                -o-transition: all 0.2s ease-in-out;
                display: block;
                color: #ababab;
                font-size: 13px;
                font-family: 'Poppins', sans-serif;
                font-weight: 600;
                text-transform: uppercase;
                padding: 10px 20px;
            }

                .navbar-nav li.drop ul.dropdown li a:hover {
                    color: #008ed6;
                }

            .navbar-nav li.drop ul.dropdown li:first-child {
                border-top: none;
            }

    .navbar-nav li.drop:hover ul.dropdown {
        opacity: 1;
        visibility: visible;
    }

header.active .navbar-fixed-top {
    position: fixed;
    background: rgba(0,0,0,0.8);
    border-bottom: none;
}

header.active .top-line {
    height: 0;
    padding: 0;
}

header.active .navbar-brand {
    color: #222222 !important;
    height: 80px;
    padding: 5px 0px 10px;
    background: none;
}

header.active .navbar-nav > li > a {
    color: #2b3990 !important;
    padding: 0px 15px;
}

.active .navbar-brand img {
    height: 100%;
}

header.active .navbar-nav a.open-search {
    padding: 23px 15px;
}

    header.active .navbar-nav a.open-search i {
        color: #fff;
    }

header.active .navbar-nav > li > a:hover,
header.active .navbar-nav > li > a.active {
    color: #008ed6 !important;
}

.form-search {
    position: absolute;
    top: 100%;
    right: 0;
    width: 200px;
    background: #F8F8F8;
    padding: 2px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    border-radius: 4px;
}

.style-5 .form-search {
    z-index: 22;
    top: 103px;
    border: 2px solid #18456566;
}

.form-search input[type="search"] {
    font-size: 14px;
    color: #666666;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 10px;
    margin: 0;
    color: #222222;
    padding: 8px 10px;
    border: none;
    width: 100%;
    outline: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    background: #ffffff;
}

.form-search button {
    background: #ffffff;
    border: none;
    float: right;
    margin-top: -34px;
    margin-right: 5px;
    position: relative;
    z-index: 2;
}

    .form-search button i {
        color: #777;
        font-size: 16px;
    }

.form-search.active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

/*-------------------------------------------------*/
/* =  General
/*-------------------------------------------------*/
body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #2e363a;
    background: #f7f8fa;
}

a:focus {
    outline: 0;
}

p {
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    line-height: 26px;
    margin: 0 0 10px;
    /* font-style: italic; */
    color: #000000;
}

.title {
    position: relative;
}

    .title .sm-title {
        font-size: 20px;
        color: #F6BE00;
    }

h2.box-header {
    text-align: center;
    font-size: 38px;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 15px;
    z-index: 999;
    position: relative;
}

.sec-title {
    position: relative;
    text-align: center;
}

.btn-color {
    background: #008ed6 !important;
    color: #fff !important;
    border: 1px solid #008ed6 !important;
}

    .btn-color:hover, .btn-transparent:hover {
        color: #000 !important;
    }

.btn-transparent {
    background: none !important;
    border: 1px solid #fff !important;
    color: #fff !important;
}

.gnm_course li {
    margin-bottom: 10px;
    font-size: 15px;
    color: #000;
}

.social-connect {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    z-index: 999;
}

    .social-connect a {
        display: block;
        text-align: center;
        padding: 12px;
        transition: all 0.3s ease;
        color: white;
        font-size: 32px;
    }

        .social-connect a:hover {
            background-color: #f36f21;
            color: #fff;
        }

.facebook {
    background: #3B5998;
    color: white;
}

.whatsapp {
    background: #6cad0d;
    color: white;
}

.twitter {
    background: #55ACEE;
    color: white;
}

.google {
    background: #dd4b39;
    color: white;
}

.linkedin {
    background: #007bb5;
    color: white;
}

.youtube {
    background: #29b034;
    color: #29b034;
}

.mr-25 {
    margin-left: 25px;
}

.mt-0 {
    margin-top: 0px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-25 {
    margin-top: 25px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mb-0 {
    margin-bottom: 0px;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-30 {
    margin-bottom: 50px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.size-20 {
    font-size: 20px !important;
}

.size-30 {
    font-size: 30px !important;
}

.size-16 {
    font-size: 16px !important;
}

.size-32 {
    font-size: 32px !important;
}

.size-38 {
    font-size: 38px !important;
}

.height-20 {
    height: 20px;
    float: left;
    width: 100%;
}

.height-30 {
    height: 30px;
    float: left;
    width: 100%;
}

.bg-white {
    background: #fff !important;
}

.white {
    color: #fff !important;
}

.black {
    color: #333;
}

.grey {
    color: #3e3e3e !important;
}

.bg-grey {
    background-color: #3e3e3e !important;
}

.sec-title.style2 {
    text-align: left;
}

.sec-title h2 {
    position: relative;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 5px;
    text-transform: none;
    color: #1c1c1c;
}

.sec-title .separator {
    position: relative;
    width: 70px;
    height: 3px;
    margin: auto;
}

.small-separator {
    margin-bottom: 23px;
    width: 70px;
    background: #fabc13;
    height: 3px;
}

.sec-title h2 span {
    font-weight: 700;
    color: #d60000;
}

.sec-title.style-2 {
    text-align: left;
}

.style-2 .small-separator {
    background: #fabc13;
    height: 3px;
    width: 70px;
    margin: 0px;
}

a:hover {
    text-decoration: none;
}

.title {
    text-align: center;
    margin-bottom: 70px;
}

    .title p {
        margin: 20px 150px 30px;
        color: #6E6E6E;
        font-weight: 400;
    }

.title2 {
    color: #d5d5d5;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    margin: 0 0 15px;
    margin-bottom: 10px;
    font-size: 16px;
    text-align: left;
}

    .title2::after {
        content: "";
    }

    .title2 h2 {
        text-align: left;
        margin-top: 5px;
    }
/* ==============================
  3. Caption Effect styles
============================== */


.img-cap-effect:hover .img-box .img-caption {
    top: 0;
}

    .img-cap-effect:hover .img-box .img-caption:before {
        bottom: 10px;
        opacity: 1;
    }

    .img-cap-effect:hover .img-box .img-caption .box-holder ul {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

.img-cap-effect .img-box {
    position: relative;
    overflow: hidden;
}

    .img-cap-effect .img-box .img-caption {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(2, 21, 30, 0.74);
        text-align: center;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

        .img-cap-effect .img-box .img-caption:before {
            content: '';
            position: absolute;
            top: 10px;
            left: 10px;
            right: 10px;
            bottom: 100%;
            opacity: 0;
            border: 5px solid #008ed6;
            border-bottom: 0;
            border-right: 0;
            -webkit-transition: all .5s ease .5s;
            transition: all .5s ease .5s;
        }

        .img-cap-effect .img-box .img-caption .box-holder {
            width: 100%;
            height: 100%;
            display: table;
        }

            .img-cap-effect .img-box .img-caption .box-holder ul {
                -webkit-transform: scale(0);
                -ms-transform: scale(0);
                transform: scale(0);
                display: table-cell;
                vertical-align: middle;
                -webkit-transition: all .5s ease 1s;
                transition: all .5s ease 1s;
            }

                .img-cap-effect .img-box .img-caption .box-holder ul li {
                    display: inline-block;
                }

                    .img-cap-effect .img-box .img-caption .box-holder ul li a {
                        display: block;
                        width: 30px;
                        height: 30px;
                        background: #13314c;
                        font-size: 13px;
                        color: #fff;
                        line-height: 30px;
                        text-align: center;
                        border-radius: 50%;
                        margin-right: 5px;
                    }

/*  
	--------------------------------------------------
	Service Box start here
	--------------------------------------------------
*/
.margin-bottom-30 {
    margin-bottom: 30px;
}

.service-section {
    padding: 50px 0 70px;
    margin-top: -10px;
    background-color: #fff;
    background: url(../images/service-r-img.png) no-repeat right 25px bottom, url(../images/pattern.jpg) repeat;
}

.icon-box.ib-large .ib-icon {
    height: 84px;
    line-height: 74px;
    width: 110px;
}

.icon-box .ib-icon i {
    color: #141414;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.icon-box.ib-style-3 .ib-info {
    padding-left: 0;
    padding-top: 15px;
    padding-bottom: 15px;
}

.icon-box .ib-info {
    padding-left: 5rem;
    text-align: left;
}

.icon-box .h6 {
    font-size: 20px;
    margin: 10px 0px 10px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    color: #2b3990;
}

.icon-box p {
    line-height: 24px;
}

.icon-box.ib-circle .ib-icon {
    border-radius: 50%;
}

.icon-box .ib-icon {
    background-color: transparent;
    display: inline-block;
    font-size: 26px;
    float: left;
    height: 5rem;
    line-height: 4.85714rem;
    width: 5rem;
    margin-right: 2.14286rem;
    position: relative;
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.info-section .info-column .column-header h3 {
    line-height: 23px;
    font-size: 23px;
}

.info-section .info-column .column-header {
    padding: 2px 20px;
    text-align: center;
    background: #d60000;
    color: #ffffff;
}

.info-section .info-column .info-box h4 {
    font-size: 19px;
    font-weight: 700;
    line-height: 1.4em;
    color: #2b3990;
    margin-bottom: 5px;
}

.info-section .info-column .info-box {
    position: relative;
    text-align: center;
    display: table;
    width: 100%;
    height: 230px;
    word-break: break-all;
    padding: 45px 30px 20px;
    background: #ffffff;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}

    .info-section .info-column .info-box .icon img {
        position: relative;
        font-size: 36px;
        line-height: 1.2em;
        color: #333333;
        margin-bottom: 15px;
        width: 100px;
    }

.service-icon i:before {
    font-size: 50px;
    margin: 0px;
    color: #fff;
}

.service-icon h3 {
    margin: 20px 0px 10px;
    font-size: 21px;
    font-weight: 600;
    color: #008ed6;
}

.service-icon p {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    color: #898989;
}

.service-icon .button-one {
    padding: 3px 17px;
    background: #008ed6;
    color: #fff;
    font-weight: 700;
    line-height: 34px;
    margin-top: 9px;
}

    .service-icon .button-one:hover {
        background: #008ed6 !important;
        color: #fff;
    }

.about-box {
    padding: 70px 0px;
    background: #fff url(../images/service-l-img.jpg) no-repeat right 25px bottom;
}

.about-box1 {
    padding: 70px 0px;
}

.about-box.ser-section {
    position: relative;
    top: -80px;
    z-index: 999;
    padding: 0px;
    background: none;
}

    .about-box.ser-section:before {
        content: '';
        background: url(../images/service-l-img2.jpg) no-repeat right 25px bottom, #fff url(../images/service-r-img.png) no-repeat left 25px bottom;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 80px;
    }

    .about-box.ser-section img {
        box-shadow: 1px 1px 13px #8d8c8c80;
    }

.style-4 .about-box {
    background: #fff;
}

.process {
    background: url(../images/process.png) no-repeat;
    text-align: center;
    background-size: 100%;
}

    .process p {
        padding-top: 15px;
        font-weight: 600;
    }

.process1 {
    padding-top: 165px;
}

.process2 {
    padding-top: 160px;
}

.process3 {
    padding-top: 150px;
}

.process4 {
    padding-top: 40px;
}

.about-box .iconbox-icon {
    color: #FFCB05;
    font-size: 21px;
    background: #fff;
}

.about-box .btn-theme {
    line-height: 30px;
    padding-left: 17px;
    border-radius: 3px;
    padding-right: 17px;
}

.about-box .iconbox {
    margin-top: 20px;
}

.about-box h6 {
    font-size: 14px;
    line-height: 19px;
    color: #034263;
    font-weight: 600;
}

.room-amount {
    margin-top: 30px;
    padding-top: 15px;
    font-size: 0;
    padding-left: 0px;
    border-top: 1px solid #f2f2f2;
}

    .room-amount li {
        display: inline-block;
        width: 25%;
    }

        .room-amount li:hover, .room-amount li:hover i:before {
            color: #008ed6;
        }

        .room-amount li h4 {
            margin-top: 8px;
            margin-bottom: 4px;
            text-transform: uppercase;
            color: #d7d7d7;
            font-size: 15px;
            font-weight: bold;
            line-height: 38px;
        }

        .room-amount li span {
            font-size: 32px;
            line-height: 38px;
            font-style: italic;
            color: #d7d7d7;
        }

        .room-amount li i::before {
            margin: 0;
            color: #d7d7d7;
            font-size: 48px;
        }

.video-box .img-holder {
    position: relative;
}

    .video-box .img-holder .content {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 5;
        text-align: center;
        width: 101%;
    }

        .video-box .img-holder .content a {
            display: table;
            color: #fff;
            width: 100%;
            height: 100%;
        }

        .video-box .img-holder .content .fa {
            display: table-cell;
            vertical-align: middle;
            font-size: 90px;
        }

    .video-box .img-holder::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #02355d;
        opacity: .65;
        filter: alpha(opacity=65);
        z-index: 3;
        transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        width: 101%;
        border-radius: 2px;
    }

    .video-box .img-holder img {
        border-radius: 2px;
    }

    .video-box .img-holder:hover:before {
        opacity: 0;
        filter: alpha(opacity=0);
    }

.abt-proj {
    display: inline-block;
    width: 100%;
}

    .abt-proj .col-md-3 {
        padding: 50px 30px 30px;
    }
/* ----------------------------------------------------------
	Couter Up
----------------------------------------------------------*/
.counter-section {
    padding: 70px;
    background: url(../images/counter.jpg) no-repeat;
    background-size: cover;
}

.couterup {
    font-size: 70px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    color: #d5d5d5;
    display: inline-block;
    margin-bottom: 35px;
}

.unit {
    font-size: 40px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    color: #d5d5d5;
}

.label-counter {
    font-size: 14px;
    padding-left: 10px;
    font-weight: 400;
    margin-top: 15px;
    color: #cdd6da;
}

.counter-up {
    max-width: 860px;
    margin: 0 auto;
}

    .counter-up h2 {
        float: none;
        margin-bottom: 25px;
        margin-top: 3px;
    }

    .counter-up ul {
        list-style: none;
        text-align: center;
        margin: 0;
        padding: 0;
    }

        .counter-up ul li {
            display: inline-block;
            margin: 22px 27px 0px 20px;
            text-align: left;
            min-width: 150px;
        }

.overlay-counter .counter-up-style-1 .couterup,
.overlay-counter .counter-up-style-1 .unit {
    color: #fff;
}

.overlay-counter .counter-up-style-1 .couterup {
    line-height: 90px;
}

.overlay-counter .counter-up {
    max-width: 100%;
}

.overlay-counter .counter-up-style-1 .label-counter {
    font-size: 15px;
    text-transform: uppercase;
    display: block;
    width: 100%;
    color: #fff;
    font-weight: bold;
    padding-left: 0;
    text-align: center;
}

.overlay-counter {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
}

    .overlay-counter ul {
        width: 100%;
        text-align: center;
    }

        .overlay-counter ul li {
            width: 150px;
            margin-left: 73px;
            margin-right: 60px;
            margin-top: 17px;
            margin-bottom: 2px;
        }

        .overlay-counter ul .label-counter {
            display: block;
            width: 100%;
            text-align: center;
        }

        .overlay-counter ul p {
            text-align: center;
            display: block;
            width: 100%;
        }

        .overlay-counter ul .couterup {
            margin-bottom: 20px;
        }

.video-intro-container {
    width: 100%;
    max-width: 720px;
    margin-right: 20px;
    display: block;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

.background-video {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 9;
    overflow: hidden;
}

    .background-video img {
        width: 100%;
        height: 100%;
        max-width: 100%;
        max-height: 309px;
    }

.btn-play {
    position: absolute;
    background: url(images/About/btn-youtube.png);
    width: 100%;
    height: 100%;
    -webkit-background-size: 50px auto;
    background-size: 50px auto;
    background-repeat: no-repeat;
    -webkit-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    top: 0;
    left: 0;
    background-position: center;
}

    .btn-play:hover {
        background: url(images/About/btn-youtube.png) no-repeat center;
        background-position: center;
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }

    .btn-play:focus,
    .btn-play:active:focus {
        border: 0;
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

#video {
    width: 100%;
    max-width: 720px;
    max-height: 404px;
    height: 100%;
}

.iframe-video-container {
    width: 100%;
    max-width: 720px;
    max-height: 404px;
    height: 100%;
    padding-bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.embed-responsive.embed-responsive-16by9 {
    padding-bottom: 0;
}

.counter-up-style-3 ul {
    text-align: left;
}

    .counter-up-style-3 ul li {
        margin-left: 0;
    }

        .counter-up-style-3 ul li:last-child {
            float: right;
            margin-right: 0;
        }
/*-------------------------------------------------*/
/* =  content
/*-------------------------------------------------*/
.title-section {
    margin-bottom: 30px;
    text-align: center;
}

    .title-section h1 {
        color: #222222;
        font-size: 30px;
        font-family: 'Poppins', sans-serif;
        font-weight: 900;
        margin: 0 0 30px;
        text-transform: capitalize;
    }

        .title-section h1 span {
            color: #008ed6;
        }

#home-section .tp-caption.small_text {
    position: absolute;
    color: #e6e6e6;
    text-shadow: none;
    font-weight: 600;
    font-size: 21px;
    line-height: 32px;
    font-family: 'lato', sans-serif;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    white-space: nowrap;
    font-style: italic;
}

.tp-bgimg.defaultimg {
    background-size: cover;
}

    .tp-bgimg.defaultimg::before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
    }

#home-section .tp-caption.small_text.backgroun-col {
    background: #008ed6;
    padding: 1em 2em;
    font-size: 15px;
    color: #222222;
    line-height: 24px;
}

#home-section .tp-caption.finewide_medium_white {
    color: #fff;
    text-shadow: none;
    font-size: 45px;
    line-height: 48px;
    font-weight: 900;
    font-family: 'Poppins', sans-serif;
    background-color: none;
    text-decoration: none;
    border-width: 0px;
    border-color: transparent;
    border-style: none;
    text-align: left;
    text-transform: none;
    letter-spacing: 0px;
    text-transform: uppercase;
}

    #home-section .tp-caption.finewide_medium_white span {
        color: #008ed6 !important;
        text-align: center;
    }

#home-section .tp-caption a.trans-btn {
    font-size: 14px;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    padding: 12px 54px;
    color: #fff;
    background: #008ed6;
    border: 2px solid #008ed6;
    border-radius: 2px;
}

    #home-section .tp-caption a.trans-btn:hover {
        color: #fff;
        border: 2px solid #000;
        background: #000;
    }

#home-section .tp-caption a.trans-btn2 {
    font-size: 14px;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    border: 2px solid #fff;
    padding: 12px 54px;
    color: #fff;
    border-radius: 2px;
}

    #home-section .tp-caption a.trans-btn2:hover {
        color: #ffffff;
        background: #008ed6;
        border: 2px solid #008ed6;
    }

#home-section .slotholder:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*   background: rgba(51, 51, 51, 0.3); */
    z-index: 2;
}

#home-section .tp-bannertimer {
    display: none !important;
}

.start-now {
    padding: 19px 0px 14px;
    color: #fff;
    background: #d60000 url(../images/bg-page.png) repeat;
}

    .start-now h1 {
        font-size: 32px;
        font-weight: bold;
        color: #ffffff;
        font-family: source sans pro;
        font-style: italic;
        margin: 8px 0 0 0;
    }

    .start-now h2 {
        font-style: italic;
        font-size: 28px;
        font-family: source sans pro;
        font-weight: 600;
        margin-top: 5px;
        border-right: 1px solid #1ba0e3;
    }

        .start-now h2 span {
            font-size: 50px;
            color: #fdc500;
            font-weight: 900;
        }

    .start-now p {
        font-size: 22px;
        font-family: 'lato', sans-serif;
        font-weight: 600;
        line-height: 29px;
        margin: 0 0 2px;
        font-style: italic;
        color: #fff;
        padding-left: 10px;
    }

    .start-now .col-md-4 {
        text-align: left;
    }

    .start-now .button-one {
        padding: 2px 40px;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 16px;
        color: #0d5180;
        margin-top: 10px;
    }

.style1 .start-now .button-one {
    margin-top: 0px;
}

.button-one {
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
    display: inline-block;
    background: #fff;
    position: relative;
    line-height: 43px;
    padding-left: 20px;
    border-radius: 3px;
    padding-right: 20px;
    font-size: 14px;
    border-radius: 2px;
}

    .button-one:hover {
        background: #fff !important;
    }

.btn-submit {
    border-radius: 0px;
}

.request-quote {
    position: absolute;
    bottom: 0px;
    z-index: 999;
    border-radius: 0px;
    color: #fff;
    padding: 8px 50px;
    right: 0px;
    text-decoration: none;
}

a.request-quote .fa {
    font-size: 20px;
}

.red {
    background: #e55973 !important;
    color: #fff !important;
}

.green {
    background: rgb(7, 197, 172) !important;
    color: #fff !important;
}

.blue {
    background: #4ed7e8 !important;
    color: #fff !important;
}

.grow-business {
    padding: 40px;
    background: #fff;
    position: relative;
}

    .grow-business .right-img {
        position: absolute;
        right: 0px;
        bottom: 35px;
        ;
    }

.services-offer-section {
    padding: 70px 0 70px;
}

    .services-offer-section .services-post h2 {
        color: #222222;
        font-size: 17px;
        font-family: 'Poppins', sans-serif;
        font-weight: 700;
        margin: 0 0 15px;
        font-size: 16px;
        text-transform: uppercase;
        margin-bottom: 15px;
    }

    .services-offer-section .services-post {
        margin-bottom: 30px;
        padding-bottom: 35px;
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        box-shadow: 0 2px 5px 3px #eff1f8;
        text-align: center;
    }

        .services-offer-section .services-post img {
            width: 100%;
        }

        .services-offer-section .services-post .services-content h2 {
            color: #333333;
            font-size: 14px;
            font-family: 'Poppins', sans-serif;
            font-weight: 700;
            margin: 0 0 15px;
            letter-spacing: 0.1em;
        }

            .services-offer-section .services-post .services-content h2 a {
                display: inline-block;
                text-decoration: none;
                transition: all 0.2s ease-in-out;
                -moz-transition: all 0.2s ease-in-out;
                -webkit-transition: all 0.2s ease-in-out;
                -o-transition: all 0.2s ease-in-out;
                display: block;
                padding: 25px 30px;
                color: #333333;
                margin-bottom: -25px;
            }

        .services-offer-section .services-post .services-content p {
            padding: 0 30px;
        }

        .services-offer-section .services-post .services-content ul.serv-links {
            padding: 10px 30px 0;
        }

            .services-offer-section .services-post .services-content ul.serv-links li {
                display: block;
            }

                .services-offer-section .services-post .services-content ul.serv-links li a {
                    display: inline-block;
                    text-decoration: none;
                    transition: all 0.2s ease-in-out;
                    -moz-transition: all 0.2s ease-in-out;
                    -webkit-transition: all 0.2s ease-in-out;
                    -o-transition: all 0.2s ease-in-out;
                    font-size: 13px;
                    color: #5a5a5a;
                    font-family: 'Poppins', sans-serif;
                    font-weight: 400;
                    line-height: 22px;
                    margin: 0 0 10px;
                    font-weight: 500;
                    margin: 0;
                    line-height: 26px;
                }

                    .services-offer-section .services-post .services-content ul.serv-links li a:hover {
                        opacity: 0.7;
                    }

                .services-offer-section .services-post .services-content ul.serv-links li:before {
                    content: '\f0da';
                    font-family: 'FontAwesome';
                    color: #999999;
                    font-size: 11px;
                    margin-right: 15px;
                }

        .services-offer-section .services-post:hover {
            padding-bottom: 25px;
        }

    .services-offer-section .cta-form .form {
        background-color: #fff;
        padding: 30px;
    }

    .services-offer-section .cta-form .cta.cta-2 {
        padding: 30px;
        background-color: #008ed6 !important;
    }

    .services-offer-section .title p {
        margin: 20px 45px 30px;
    }

    .services-offer-section .cta-form h5 {
        color: #fff;
        font-family: Source Sans Pro;
        font-size: 22px;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 1;
    }

    .services-offer-section .cta-form p {
        color: #f9f9f9;
        font-size: 16px;
        font-weight: 500;
        line-height: 1;
        margin-bottom: 16px;
        font-family: Source Sans Pro;
    }

.cta-2 .cta-desc {
    text-align: center;
}

.services-offer-section .cta-form .form form {
    margin-bottom: 0;
}

.form-control {
    background-color: transparent;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border-top: none;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid #f3f1f1;
    font-size: 13px;
    color: #a9a9a9;
    line-height: 49px;
    height: 49px;
    margin-bottom: 50px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    padding-left: 0;
}

.services-offer-section .modal-body {
    padding: 0px;
}

.services-offer-section .close {
    position: absolute;
    top: 10px;
    right: 15px;
}

.services-offer-section .cta-form .form .form-control {
    margin-bottom: 20px;
}

.btn-primary.btn-black {
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    background: #008ed6;
    position: relative;
    line-height: 33px;
    padding-left: 18px;
    border-radius: 3px;
    padding-right: 18px;
    font-size: 16px;
    margin-top: 13px;
    border: none;
    font-family: lato;
}

.services-offer-section .tg-service {
    text-align: center;
    position: relative;
}

    .services-offer-section .tg-service:hover .tg-sercice-img {
        z-index: 999;
        opacity: 0.05;
    }

.services-offer-section .tg-sercice-img {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0;
    padding: 5px 15px;
}

    .services-offer-section .tg-sercice-img img {
        width: 100%;
    }

.services-offer-section .tg-service .tg-border-topleft {
    padding: 30px;
    position: relative;
    z-index: 2;
}

.services-offer-section .tg-displaytable {
    width: 100%;
    height: 100%;
    display: table;
}

.services-offer-section .tg-displaytablecell {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

.services-offer-section .tg-service span {
    display: block;
    padding: 0 0 15px;
}

.services-offer-section .tg-service h3 {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 15px;
    text-transform: capitalize;
}

.services-offer-section .forms {
    z-index: 999;
}

.services-offer-section .advt {
    margin-top: 16px;
}

.services-offer-section .cta-form {
    z-index: 999;
    box-shadow: 0 2px 3px rgba(40, 40, 40, 0.12);
    -moz-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.12);
    -webkit-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.12);
}

.feature-section {
    padding: 70px 0;
    background: #f4f6f7 url('../upload/others/719.html') bottom right no-repeat;
}

    .feature-section a span {
        text-align: center;
        padding-top: 15px;
        width: 70px;
        height: 70px;
        position: absolute;
        left: -10px;
        top: 45px;
        display: block;
        border: 1px solid #dadada;
        background: #fff;
        color: #236;
        border-radius: 100px;
    }

    .feature-section a:hover span {
        background: #F4BC16;
        border-right: none;
        color: #fff;
    }

    .feature-section .col-md-4 .fa {
        font-size: 34px;
    }

    .feature-section .col-md-4 a {
        position: relative;
        padding: 40px 10px 0px 105px;
        display: block;
        cursor: pointer;
        border: 1px solid;
        border-right: none;
        height: 180px;
        margin-bottom: 40px;
        border-color: #fff;
        color: #161029;
        box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
        background: #fff;
    }

        .feature-section .col-md-4 a:after {
            display: block;
            content: "";
            position: absolute;
            right: 0px;
            top: -1px;
            bottom: -1px;
            width: 1px;
            background: #fff;
        }

        .feature-section .col-md-4 a:hover {
            color: #F4BC16;
            border: 1px solid #F4BC16;
        }

            .feature-section .col-md-4 a:hover:after {
                display: block;
                content: "";
                position: absolute;
                right: 0px;
                top: -1px;
                bottom: -1px;
                width: 2px;
                background: #F4BC16;
            }

.quote-section {
    padding: 70px 0;
    /* 	background:#161029; */
    background: url('../upload/others/quote-bg.png');
    background-size: cover;
}

    .quote-section .button-one {
        margin-top: 15px;
        float: left;
        text-decoration: none;
    }

    .quote-section .content {
        padding: 35px 0px;
    }

    .quote-section .titles {
        margin-bottom: 25px;
    }

    .quote-section h2 {
        font-size: 30px;
        color: #fff;
        margin: 0px 0px 5px;
    }

    .quote-section #contact-form h2 {
        text-transform: uppercase;
    }

    .quote-section p {
        color: #fff;
        line-height: 24px;
    }

.projects-section {
    padding: 70px 0;
    background: #f9f9f9;
}

    .projects-section .project-title p {
        margin-bottom: 30px;
    }

    .projects-section ul.filter {
        margin: 0;
        padding: 0;
        margin-bottom: 30px;
        text-align: center;
    }

        .projects-section ul.filter li {
            display: inline-block;
            margin: 0 15px 0 0;
        }

            .projects-section ul.filter li a {
                display: inline-block;
                text-decoration: none;
                transition: all 0.2s ease-in-out;
                -moz-transition: all 0.2s ease-in-out;
                -webkit-transition: all 0.2s ease-in-out;
                -o-transition: all 0.2s ease-in-out;
                color: #222222;
                font-family: 'Lato', sans-serif;
                font-size: 14px;
                padding: 7px 16px;
                text-transform: uppercase;
                font-weight: 500;
                border: 1px solid #ededed;
            }

                .projects-section ul.filter li a.active,
                .projects-section ul.filter li a:hover {
                    font-weight: 500;
                    text-transform: uppercase;
                    color: #fff;
                    display: inline-block;
                    background: #008ed6;
                    position: relative;
                    border-radius: 0px;
                    font-size: 14px;
                    padding: 7px 16px;
                    -webkit-transition: all 0.3s ease-in-out;
                    -o-transition: all 0.3s ease-in-out;
                    transition: all 0.3s ease-in-out;
                    border: 1px solid #e0a403;
                }

.project-box .project-post {
    position: relative;
    overflow: hidden;
    margin-top: 30px;
    display: inline;
}

    .project-box .project-post img {
        width: 100%;
    }

    .project-box .project-post .hover-box {
        position: absolute;
        width: calc(100% - 30px);
        height: 100%;
        left: 15px;
        bottom: -100%;
        padding: 20px 15px;
        background: rgba(0, 0, 0, 0.7);
        transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        z-index: 999;
    }

    .project-box .project-post:after {
        content: "";
        width: calc(100% - 30px);
        left: 15px;
        bottom: 0px;
        position: absolute;
        height: 100%;
    }

.projects-page-section .project-post .hover-box, .projects-page-section .project-post:after {
    width: 100%;
    left: 0px;
}

.project-box .project-post .hover-box .list-unstyled {
    position: absolute;
    top: 50%;
    right: 50%;
    text-align: center;
    margin-right: -17px;
    margin-top: -35px;
}

    .project-box .project-post .hover-box .list-unstyled li {
        float: left;
    }

        .project-box .project-post .hover-box .list-unstyled li + li {
            margin-left: 15px;
        }

        .project-box .project-post .hover-box .list-unstyled li a {
            color: #fff;
            width: 35px;
            height: 35px;
            font-size: 27px;
            line-height: 33px;
            display: block;
        }

            .project-box .project-post .hover-box .list-unstyled li a i {
                line-height: 33px;
            }

.project-box .project-post .hover-box.row {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    padding: 0 20px;
}

.project-box .project-post .hover-box .bx {
    position: absolute;
    bottom: 15px;
}

.project-box .project-post .hover-box h2 {
    color: #222222;
    font-size: 17px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    margin: 0 0 15px;
    font-size: 15px;
    margin: 0;
    font-weight: 400;
    text-transform: uppercase;
}

    .project-box .project-post .hover-box h2 a {
        display: inline-block;
        text-decoration: none;
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        color: #FFF;
    }

        .project-box .project-post .hover-box h2 a:hover {
            color: #F8F8F8;
        }

.project-box .project-post .hover-box span {
    font-size: 14px;
    color: #F8F8F8;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 10px;
    margin-bottom: 0;
    font-size: 12px;
}

.project-box .project-post:hover .hover-box {
    bottom: 0;
}

.about-section {
    padding: 0px 0px 0px;
    overflow: hidden;
}

    .about-section .title2 h2 {
        color: #fff;
    }

    .about-section .tl-spoiler {
        position: relative;
        margin-top: 25px;
        float: left;
    }

        .about-section .tl-spoiler > h6 {
            font-size: 16px;
            padding-right: 0;
            margin-bottom: 8px;
            font-weight: 400;
            color: #008ed6;
        }

        .about-section .tl-spoiler .tl-spoiler-content {
            padding-left: 30px;
            font-size: 13px;
            color: #E9FFFC;
            line-height: 26px;
        }

.about-section2 .tl-spoiler .ok-icon {
    float: left;
    width: 50px;
    height: 100px;
    color: #F6BE00;
}

.about-section2 .tl-spoiler .tl-spoiler-content {
    color: #6E6E6E;
}

.about-section2 .tl-spoiler h6 {
    color: #2E363A;
    font-size: 17px;
    font-family: Source Sans Pro;
    font-weight: 700;
    margin: 0px;
}

.who-content {
    padding: 32px 0px 53px;
}

.who-img {
    overflow: visible;
    padding-left: 65px;
}

.img-full {
    max-width: none;
    width: auto !important;
}

.who-img img:after {
    width: 98%;
    height: 98%;
    content: "";
    display: block;
    border: 2px solid #fff;
}

.uppercase {
    text-transform: uppercase;
}

.about-section p {
    line-height: 29px;
}

#container {
    overflow: hidden;
}

.agent img {
    float: right;
}

.agent {
    padding-top: 60px;
}
/* ----------------------------------------------------------
	Call Back Form
----------------------------------------------------------*/
.get-call-back-contain .get-call-back-left {
    width: 45%;
}

.get-call-back-contain .get-call-back-right {
    padding-left: 40px;
    width: 43%;
}

.call-back-form .form-container {
    max-width: 457px;
}

.call-back-form .form-control:focus {
    background: #1e9d88;
    color: #fff;
}

.call-back-text {
    text-align: right;
    color: #fff;
}

    .call-back-text h2 {
        margin-top: 0;
        font-weight: bold;
        margin-bottom: 25px;
        float: right;
    }

.call-back-form {
    margin-bottom: 2px;
    text-align: left;
}

    .call-back-form p {
        color: #fff;
        margin: 0;
        margin-bottom: 10px;
        font-size: 15px;
        border: 0;
    }

    .call-back-form .form-control {
        margin-bottom: 20px;
        height: 50px;
        border: 0;
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: rgba(255, 255, 255, 0.1);
        color: #ccc;
        font-size: 15px;
        padding-right: 20px;
        padding-left: 10px;
    }

    .call-back-form ::-webkit-input-placeholder {
        color: #ccc;
    }

    .call-back-form :-moz-placeholder {
        color: #ccc;
    }

    .call-back-form ::-moz-placeholder {
        color: #ccc;
    }

    .call-back-form :-ms-input-placeholder {
        color: #ccc;
    }

    .call-back-form ::placeholder {
        color: #ccc;
    }

    .call-back-form .btn-submit {
        margin-bottom: 5px;
        outline: none;
        border: none;
        line-height: 30px;
    }

        .call-back-form .btn-submit:hover {
            background: #008096;
        }

    .call-back-form #name::-webkit-input-placeholder,
    .call-back-form #phone::-webkit-input-placeholder {
        color: #ccc;
    }

    .call-back-form .form-group {
        margin-bottom: 0;
    }

    .call-back-form .custom-form:first-child {
        padding-right: 10px;
    }

    .call-back-form .custom-form:nth-child(2) {
        padding-left: 10px;
    }

    .call-back-form div.fancy-select div.trigger {
        width: 100%;
        margin-bottom: 20px;
        height: 50px;
        border: 0;
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: rgba(255, 255, 255, 0.1);
        color: #ccc;
        font-size: 15px;
        padding: 0 12px;
        border: none;
        line-height: 50px;
    }

        .call-back-form div.fancy-select div.trigger::after {
            top: 25px;
        }

    .call-back-form div.fancy-select select:focus + div.trigger {
        background: #178371;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .call-back-form div.fancy-select ul.options {
        top: 70px;
    }

        .call-back-form div.fancy-select ul.options.open {
            top: 55px;
        }

    .call-back-form div.fancy-select ul.options {
        width: 100%;
        background: #fff;
        border-top: none;
    }

        .call-back-form div.fancy-select ul.options li {
            color: #2e363a;
        }

            .call-back-form div.fancy-select ul.options li.selected,
            .call-back-form div.fancy-select ul.options li:hover {
                background: #00abc9;
                color: #fff;
            }

    .call-back-form div.fancy-select div.trigger:after {
        border: none;
        content: "\f0d7";
        font-family: FontAwesome;
        font-size: 15px;
        top: 0;
        right: 20px;
    }

    .call-back-form div.fancy-select div.trigger.open:after {
        content: "\f0d8";
    }
/* =============================================
			Featured Products style
============================================= */
.shop-section {
    padding: 70px 0px;
    background: url("../images/bg-1.jpg") no-repeat left bottom;
}

.owl-theme .owl-controls .owl-page span {
    background: #008ed6;
}

.owl-theme .owl-controls {
    margin-top: 50px;
}

.tg-product-slider {
}

    .tg-product-slider .owl-item {
        padding: 0 15px;
    }

.tg-product {
    float: left;
    position: relative;
    box-shadow: 0 1px 3px rgba(40, 40, 40, 0.12);
    -moz-box-shadow: 0 1px 3px rgba(40, 40, 40, 0.12);
    -webkit-box-shadow: 0 1px 3px rgba(40, 40, 40, 0.12);
    width: 100%;
}

    .tg-product figure {
        margin: 0;
        float: left;
        width: 100%;
        overflow: hidden;
        position: relative;
    }

        .tg-product figure img {
            display: block;
            width: auto;
            height: auto;
            z-index: 1;
            position: relative;
            margin: auto;
            width: 100%;
        }

    .tg-product .buttons-wrap {
        position: absolute;
        left: 0;
        right: 0;
        bottom: -45px;
        display: block;
        height: 42px;
        line-height: 42px;
        z-index: 2;
        -webkit-transition: bottom .3s ease-in-out;
        -moz-transition: bottom .3s ease-in-out;
        transition: bottom .3s ease-in-out;
    }

    .tg-product:hover .buttons-wrap {
        bottom: 10px;
        top: 44%;
    }

.buttons-wrap a {
    margin-right: 7px;
    background: #fff;
    border-radius: 42px;
    padding: 10px 10px 10px 12px;
    color: #000;
}

    .buttons-wrap a.add_to_wishlist span {
        display: none;
    }

.tg-product a.add_to_cart_button {
    position: relative;
    font-size: 14px;
    font-family: "Lora";
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0px;
    color: #242424;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    transition: color .3s ease;
    font-size: 13px;
    line-height: inherit;
    padding-right: 20px;
}

.tg-product-info {
    padding: 25px 0px;
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 15px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
    margin: 0px;
    left: -45px;
    bottom: 50px;
}

.owl-carousel .owl-wrapper-outer {
    padding: 1px;
}

.tg-saletag i {
    bottom: 26px;
    font-size: 14px;
    font-style: normal;
    line-height: 17px;
    position: absolute;
    transform: rotate(-45deg);
    left: 3px;
}

.tg-product .tg-saletag {
    width: 0;
    height: 0;
    border-top: 50px solid #000;
    border-right: 50px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    color: #fff;
}

.tg-product .tg-product-price {
    width: 100%;
    float: left;
    padding: 0;
    font-size: 14px;
    line-height: 18px;
    font-weight: 800;
    margin-top: 10px;
}

.tg-stars i {
    color: #008ed6;
}

.tg-product .tg-heading-border {
    margin: 0 0 10px;
}

    .tg-product .tg-heading-border:after {
        left: 50%;
        width: 70px;
        margin: 0 0 0 -35px;
    }

    .tg-product .tg-heading-border h3 {
        margin: 0px;
    }

        .tg-product .tg-heading-border h3 a {
            display: block;
            font-family: Source Sans Pro;
            font-size: 16px;
            color: #fff;
            text-transform: uppercase;
        }

    .tg-product .tg-heading-border .subtitle {
        font-style: italic;
        font-weight: 400;
        font-size: 14px;
        line-height: 22.36px;
        color: #999;
    }

.tg-product-icon {
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    list-style: none;
    padding: 12px 30px;
    text-align: center;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    background: rgba(223, 184, 113, 0.70);
}

    .tg-product-icon li:first-child {
        top: 0;
        left: 28%;
    }

    .tg-product-icon li {
        right: 28%;
        bottom: 0;
        width: 50px;
        height: 50px;
        line-height: 50px;
        position: absolute;
        list-style-type: none;
    }

        .tg-product-icon li a {
            display: block;
            background: #fff;
            line-height: inherit;
        }

            .tg-product-icon li a:hover {
                color: #fff;
            }

            .tg-product-icon li a i {
                display: block;
                line-height: inherit;
            }

.tg-product:hover .tg-product-icon {
    opacity: 1;
    visibility: visible;
}

    .tg-product:hover .tg-product-icon li:first-child {
        top: 50%;
        margin: -25px 0 0;
    }

    .tg-product:hover .tg-product-icon li {
        bottom: 50%;
        margin: 0 0 -25px;
    }


.tab-posts-box {
    margin-bottom: 30px;
}

    .tab-posts-box ul.nav-tabs {
        text-align: center;
        border: none;
    }

        .tab-posts-box ul.nav-tabs li {
            float: left;
            border: none;
        }

            .tab-posts-box ul.nav-tabs li a {
                display: inline-block;
                text-decoration: none;
                transition: all 0.2s ease-in-out;
                -moz-transition: all 0.2s ease-in-out;
                -webkit-transition: all 0.2s ease-in-out;
                -o-transition: all 0.2s ease-in-out;
                display: block;
                padding: 10px 25px;
                background: transparent;
                -webkit-border-radius: 0px;
                -moz-border-radius: 0px;
                -o-border-radius: 0px;
                border-radius: 0px;
                color: #222222;
                font-size: 13px;
                font-family: 'Poppins', sans-serif;
                text-transform: uppercase;
                font-weight: 700;
                border: none;
                margin: 0;
            }

                .tab-posts-box ul.nav-tabs li a:hover {
                    border: none;
                    color: #008ed6;
                }

            .tab-posts-box ul.nav-tabs li.active a {
                border: none;
                background: #008ed6;
                color: #ffffff;
            }

    .tab-posts-box .tab-pane {
        padding: 30px 0px;
        padding-bottom: 0;
        overflow: hidden;
    }

        .tab-posts-box .tab-pane h3 {
            color: #222222;
            font-size: 17px;
            font-family: 'Poppins', sans-serif;
            font-weight: 700;
            margin: 0 0 15px;
            font-size: 13px;
            text-transform: uppercase;
        }

        .tab-posts-box .tab-pane img {
            float: right;
            margin-left: 20px;
            max-width: 400px;
            max-width: 200px;
        }

.mt-100 {
    margin-top: 100px;
}

.tab-posts-box .tab-pane img.left-order {
    float: left;
    margin-left: 0;
    margin-right: 20px;
}

.gallery_box li {
    width: 25%;
    max-width: 100%;
    display: inline-block;
    float: left;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.gallery_box {
    padding: 0;
    display: flow-root;
}

    .gallery_box li:hover img {
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

    .gallery_box li img {
        -webkit-transition: transform 0.5s ease;
        -o-transition: transform 0.5s ease;
        transition: transform 0.5s ease;
        height: 300px;
        width: 100%;
    }

    .gallery_box li:nth-child(odd) .box_data {
        background: rgba(0,0,0,0.17);
    }

    .gallery_box li:nth-child(even) .box_data {
        background: rgb(138 26 31 / 19%);
    }

    .gallery_box .box_data {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        color: #fff;
    }

        .gallery_box .box_data span {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            left: 0;
            right: 0;
            font-size: 24px;
        }

    .gallery_box li:hover .box_data {
        background: rgba(255,0,39,0.55);
    }

.testimonial-section {
    padding: 60px 0 66px;
    position: relative;
    background-size: cover !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover;
    background: url(../images/help-bg.jpg) no-repeat;
}

    .testimonial-section::before {
        content: '';
        background: #02476b66;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
    }

.essential-place {
    background: rgba(250, 183, 2, 0.88);
    padding: 10px 32px 35px;
    border: 1px solid #ffba00;
}

    .essential-place li .name {
        float: left;
    }

        .essential-place li .name h3 {
            font-size: 15px;
            line-height: 26px;
            font-weight: bold;
            text-transform: uppercase;
            color: #3e3e3e;
            margin: 0px;
            float: left;
        }

    .essential-place li i {
        float: left;
        width: 60px;
    }

    .essential-place li .distance {
        float: right;
        color: #565151;
        font-size: 15px;
        line-height: 26px;
        font-weight: 600;
    }

    .essential-place li .name p {
        font-size: 15px;
        line-height: 26px;
        color: #999999;
        margin-bottom: 0;
        font-weight: 600;
    }

    .essential-place li {
        border-bottom: 1px solid #E3B948;
        padding-bottom: 12px;
        margin-bottom: 12px;
        list-style: none;
    }

.testimonial-section .tl-spoiler {
    width: 50%;
    float: left;
    margin-top: 10px;
}

.testimonial-section .sm-title {
    color: #fff;
}

.testimonial-section .people-says {
    overflow: hidden;
    width: auto;
    position: absolute;
    right: 13px;
    top: -59px;
}

.testimonial-section .box-header {
    color: #fff;
    font-weight: 800;
}

.testimonial-section .title-section {
    margin-bottom: 60px;
}

.testimonial-section .container {
    position: relative;
    z-index: 2;
}

.testimonial-section .title-section {
    text-align: center;
}

    .testimonial-section .title-section h1 {
        color: #222222;
        font-size: 30px;
        font-family: 'Poppins', sans-serif;
        font-weight: 900;
        margin: 0 0 30px;
        text-transform: uppercase;
        font-size: 26px;
        margin-bottom: 00px;
        color: #ffffff;
    }

.testimonial-section .testimonial-box {
    text-align: center;
    padding-bottom: 2px;
}

    .testimonial-section .testimonial-box ul.bxslider {
        margin: 0;
        padding: 0;
    }

        .testimonial-section .testimonial-box ul.bxslider li {
            overflow: hidden;
        }

    .testimonial-section .testimonial-box p {
        color: #ffffff;
        font-size: 15px;
        font-weight: 400;
        margin-bottom: 0px;
        padding: 0 40px;
    }

    .testimonial-section .testimonial-box h2 {
        color: #222222;
        font-size: 17px;
        font-family: 'Poppins', sans-serif;
        font-weight: 700;
        margin: 0 0 15px;
        color: #008ed6;
        text-transform: uppercase;
        margin-bottom: 2px;
    }

    .testimonial-section .testimonial-box span {
        font-size: 14px;
        color: #666666;
        font-family: 'Lato', sans-serif;
        font-weight: 400;
        line-height: 24px;
        margin: 0 0 10px;
        margin: 0 0 30px;
        color: #ffffff;
        display: inline-block;
    }

.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #008ed6;
    border-color: #008ed6;
}

.experience-section {
    padding: 40px 0px;
    background: #008ed6;
}

    .experience-section img {
        position: absolute;
        top: -115px;
    }

    .experience-section h2 {
        color: #fff;
        font-weight: 600;
    }

        .experience-section h2 small {
            font-size: 28px;
            color: #fff;
        }

    .experience-section p {
        color: #FFFAF2;
        font-weight: 400;
        font-size: 14px;
    }

    .experience-section .button-one {
        margin-top: 15px;
        color: #fff;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        display: inline-block;
        display: none;
    }

.choose-section {
    padding: 70px 0px 70px;
    background: #fff;
}

    .choose-section .feature-icon {
        font-size: 40px;
        color: #008ed6;
    }

    .choose-section h4 {
        font-weight: 600;
    }

.news-section {
    padding: 70px 0 70px;
    background: #fff;
}

.news-box {
    margin-top: 45px;
}

.news-section .news-post {
    margin-bottom: 30px;
}

    .news-section .news-post img {
        width: 100%;
    }

    .news-section .news-post h2 {
        margin-bottom: 2px;
        font-size: 15px;
        margin-bottom: 20px;
    }

        .news-section .news-post h2 a {
            display: inline-block;
            text-decoration: none;
            transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -webkit-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            color: #222222;
            font-size: 15px;
            text-transform: uppercase;
            font-weight: 600;
        }

.news-section-home .blog_infos li {
    font-size: 14px;
}

.news-section .news-post h2 a:hover {
    color: #008ed6;
}

.news-section .news-post span {
    display: inline-block;
    color: #666666;
    font-size: 11px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    margin: 0 0 20px;
}

.news-section .news-post .btn.readmore {
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    background: #008ed6;
    position: relative;
    line-height: 40px;
    border-radius: 0px;
    margin-bottom: 5px;
    font-size: 14px;
    margin-top: 20px;
    padding: 0px 27px;
    border-radius: 2px;
    font-weight: 600;
}

.news-section .news-post > a:hover {
    color: #008ed6;
}

.news-section .news-box .col-md-3 {
    padding: 0px 7.5px;
}

.news-section .news-box article {
    float: left;
    background: #fff;
}

.clients-section {
    padding: 50px 0;
    background: #fff;
}

    .clients-section .logo-panel img {
        margin: 15px 0;
        border: 1px solid #ededed;
        border-radius: 0px;
        transition: all 200ms ease-out;
        box-shadow: 0 1px 2px #ededed;
        opacity: 0.6;
        max-width: 100%;
        height: auto;
    }

        .clients-section .logo-panel img:hover {
            border: 1px solid #008ed6;
            opacity: 1;
        }

    .clients-section .logo-panel {
        text-align: center;
    }

    .clients-section ul.client-list {
        margin: 0;
        padding: 0;
        overflow: hidden;
    }

        .clients-section ul.client-list li {
            float: left;
            width: 25%;
            list-style: none;
        }

            .clients-section ul.client-list li a {
                display: inline-block;
                text-decoration: none;
                transition: all 0.2s ease-in-out;
                -moz-transition: all 0.2s ease-in-out;
                -webkit-transition: all 0.2s ease-in-out;
                -o-transition: all 0.2s ease-in-out;
                width: 100%;
                opacity: 0.5;
            }

                .clients-section ul.client-list li a img {
                    width: 100%;
                }

                .clients-section ul.client-list li a:hover {
                    opacity: 1;
                }

    .clients-section blockquote {
        margin-top: 60px;
        border-right: 3px solid #008ed6;
        padding: 20px 0;
        padding-right: 30px;
        margin-right: 30px;
        border-left: none;
    }

        .clients-section blockquote p {
            font-size: 15px;
            margin: 0;
        }

            .clients-section blockquote p span {
                font-weight: 700;
                color: #222222;
            }

.faqs-section {
    padding: 40px 0 60px;
    overflow: hidden;
}

.accord-elem {
    margin-top: 8px;
}

    .accord-elem:first-child {
        margin-top: 0px;
    }

.accord-title {
    position: relative;
}

    .accord-title h2 {
        padding: 14px 15px 15px;
        background: #f7f7f7;
        color: #222222;
        font-size: 17px;
        font-family: 'Poppins', sans-serif;
        font-weight: 700;
        margin: 0 0 15px;
        font-size: 13px;
        font-weight: 400;
        margin-bottom: 0;
        margin-left: 36px;
        border: 1px solid #eeeeee;
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
    }

    .accord-title a.accord-link {
        display: inline-block;
        text-decoration: none;
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        position: absolute;
        width: 45px;
        height: 45px;
        top: 0;
        left: 0;
        text-align: center;
        background: #ffffff;
        border: 1px solid #eeeeee;
        border-right: none;
        padding-top: 4px;
    }

        .accord-title a.accord-link:after {
            font-family: 'FontAwesome';
            content: '\f0a9';
            font-size: 18px;
            color: #236;
            line-height: 36px;
            transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -webkit-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
        }

    .accord-title p {
        font-size: 14px;
        color: #666666;
        font-family: 'Lato', sans-serif;
        font-weight: 400;
        line-height: 24px;
        margin: 0 0 10px;
        margin: 12px 0 12px 72px;
    }

.accord-elem.active .accord-title h2 {
    color: #3e3e3e;
    border: 1px solid #008ed6;
}

.accord-elem.active a.accord-link {
    background: #008ed6;
    border: 1px solid #008ed6;
    border-right: none;
    width: 45px;
    height: 45px;
    padding-top: 3px;
}

    .accord-elem.active a.accord-link:after {
        content: '\f0ab';
        color: #ffffff;
    }

.accord-content {
    display: none;
    padding-left: 36px;
    overflow: hidden;
}

    .accord-content p {
        font-size: 14px;
        color: #666666;
        font-family: 'Lato', sans-serif;
        font-weight: 400;
        line-height: 24px;
        margin: 0 0 10px;
        margin: 12px 0;
    }

.accord-elem.active .accord-content {
    display: block;
    border: 1px solid #e0e0e0;
    border-top: none;
}

.banner-consult {
    margin-top: 25px;
    padding: 50px 30px;
    text-align: center;
    border: 1px solid #000000;
}

    .banner-consult h1 {
        color: #008ed6;
        font-size: 36px;
        font-weight: 700;
        font-family: 'Poppins', sans-serif;
        margin: 0 0 15px;
        line-height: 40px;
        text-transform: uppercase;
    }

        .banner-consult h1 span {
            display: block;
        }

    .banner-consult p {
        margin: 25px 0px;
        font-size: 22px;
        font-style: italic;
    }

    .banner-consult a {
        display: inline-block;
        text-decoration: none;
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        font-size: 12px;
        font-family: 'Poppins', sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        color: #ffffff;
        background: #008ed6;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        padding: 12px 45px;
    }

        .banner-consult a:hover {
            opacity: 0.7;
        }
/*-------------------------------------------------*/
/* =  home 2
/*-------------------------------------------------*/
#home-section.slider2 {
    margin-top: 120px;
}

.flex-direction-nav .flex-next:hover,
.flex-direction-nav .flex-prev:hover {
    background: #008ed6;
}

.flexslider .flexcaption {
    position: absolute;
    width: 100%;
    bottom: 50px;
    left: 0;
}

    .flexslider .flexcaption .inner-caption {
        padding: 30px 40px;
        background: #222222;
        max-width: 620px;
    }

        .flexslider .flexcaption .inner-caption h1 {
            color: #222222;
            font-size: 30px;
            font-family: 'Poppins', sans-serif;
            font-weight: 900;
            margin: 0 0 30px;
            text-transform: uppercase;
            letter-spacing: 2px;
            margin-bottom: 20px;
            color: #008ed6;
        }

        .flexslider .flexcaption .inner-caption p {
            color: #ffffff;
            margin-bottom: 0;
            font-size: 14px;
            line-height: 24px;
        }

.about-section2 {
    padding: 70px 0px 120px;
    background: #fff url("../images/abt-bg.jpg") no-repeat right bottom;
}

.agent-section {
    background: url("../images/test-bg.jpg") no-repeat right bottom;
}

.about-section2 iframe {
    width: 100%;
    height: 400px;
    margin-bottom: 25px;
}

.services-offer-section2 {
    padding: 60px 0 20px;
    background: #222222;
}

    .services-offer-section2 .services-post {
        margin-bottom: 40px;
    }

        .services-offer-section2 .services-post img {
            width: 100%;
            margin-bottom: 25px;
        }

        .services-offer-section2 .services-post h2 {
            color: #222222;
            font-size: 17px;
            font-family: 'Poppins', sans-serif;
            font-weight: 700;
            margin: 0 0 15px;
            color: #ffffff;
            font-size: 16px;
            margin-bottom: 20px;
        }

        .services-offer-section2 .services-post p {
            margin-bottom: 15px;
            color: #aaaaaa;
        }

        .services-offer-section2 .services-post a {
            display: inline-block;
            text-decoration: none;
            transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -webkit-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            color: #008ed6;
            font-size: 13px;
            font-weight: 700;
            font-family: 'Poppins', sans-serif;
            text-transform: uppercase;
        }

            .services-offer-section2 .services-post a:hover {
                opacity: 0.7;
            }

.projects-section2 {
    padding: 55px 0 0;
    text-align: center;
}

    .projects-section2 h2 {
        color: #222222;
        font-size: 17px;
        font-family: 'Poppins', sans-serif;
        font-weight: 700;
        margin: 0 0 15px;
        text-transform: uppercase;
        letter-spacing: 1.9px;
        margin-bottom: 25px;
    }

    .projects-section2 .project-title {
        margin-bottom: 45px;
    }

        .projects-section2 .project-title p {
            max-width: 800px;
            margin: 0 auto;
        }

    .projects-section2 .project-box .project-post .hover-box {
        background: #222222;
    }

        .projects-section2 .project-box .project-post .hover-box h2 a {
            color: #ffffff;
        }

            .projects-section2 .project-box .project-post .hover-box h2 a:hover {
                color: #008ed6;
            }
/*-------------------------------------------------*/
/* =  home presentation
/*-------------------------------------------------*/
.presentation-section {
    border-top: 1px dashed #d1d1d1;
}

    .presentation-section .presentation-line {
        padding: 60px 0 35px;
        border-bottom: 1px dashed #d1d1d1;
    }

        .presentation-section .presentation-line h2 {
            color: #222222;
            font-size: 17px;
            font-family: 'Poppins', sans-serif;
            font-weight: 700;
            margin: 0 0 15px;
            font-size: 16px;
            text-transform: uppercase;
            letter-spacing: 1.8px;
        }

        .presentation-section .presentation-line img {
            width: 100%;
            margin-bottom: 25px;
        }

        .presentation-section .presentation-line p {
            margin-bottom: 16px;
        }

        .presentation-section .presentation-line a {
            display: inline-block;
            text-decoration: none;
            transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -webkit-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            color: #666666;
            font-size: 13px;
            font-weight: 700;
            font-family: 'Poppins', sans-serif;
            text-transform: uppercase;
            margin-bottom: 20px;
        }

            .presentation-section .presentation-line a:hover {
                color: #008ed6;
            }
/*-------------------------------------------------*/
/* =  slider contact detail
/*-------------------------------------------------*/

.address.request-quote .top-info {
    display: inline-block;
    padding-left: 20px;
}

    .address.request-quote .top-info p {
        color: #fff;
    }

    .address.request-quote .top-info:first-child {
        padding-left: 0;
    }

        .address.request-quote .top-info:first-child .icon {
            padding-left: 0;
            border: none;
        }

            .address.request-quote .top-info:first-child .icon:after {
                display: none;
            }

    .address.request-quote .top-info .icon-box,
    .address.request-quote .top-info .content-box {
        display: table-cell;
        vertical-align: middle;
    }

    .address.request-quote .top-info .icon-box {
        padding-right: 20px;
    }

        .address.request-quote .top-info .icon-box span {
            font-size: 30px;
            border-left: 1px solid #fff;
            padding-left: 25px;
            position: relative;
            color: #fff;
        }

            .address.request-quote .top-info .icon-box span:after {
                content: '';
                position: absolute;
                left: -1px;
                top: 0;
                width: 1px;
                height: 100%;
                background: #FFF;
            }

.foods {
    background: #e7e7e7;
}

/*-------------------------------------------------*/
/* =  about page
/*-------------------------------------------------*/
.page-banner-section {
    position: relative;
    background: url(../images/counter.jpg) center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    height: 500px !important;
    justify-content: center;
    align-items: center;
    display: flex;
}

    .page-banner-section .container {
        position: relative;
        z-index: 2;
    }

    .page-banner-section h2 {
        color: #fff;
        font-size: 50px;
        font-weight: 700;
        margin: 0 0 15px;
        margin-bottom: 0;
    }

    .page-banner-section ul.page-depth {
        margin: 0;
        padding: 0;
        margin-top: 10px;
        float: right;
        padding-top: 20px;
    }

        .page-banner-section ul.page-depth li {
            display: inline-block;
            margin-left: 1px;
        }

    .page-banner-section .col-md-12 {
        padding: 40px 15px 0px;
    }

    .page-banner-section ul.page-depth li a {
        display: inline-block;
        text-decoration: none;
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        font-size: 13px;
        font-family: 'Lato', sans-serif;
        color: #515252;
        font-weight: 600;
    }

        .page-banner-section ul.page-depth li a:hover {
            color: #008ed6;
        }

    .page-banner-section ul.page-depth li:before {
        content: '/';
        font-size: 13px;
        font-family: 'Lato', sans-serif;
        color: #515252;
        margin-right: 5px;
    }

    .page-banner-section ul.page-depth li:first-child:before {
        content: '';
        margin-right: 0;
    }

    .page-banner-section:after {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        /*   background: rgba(6, 6, 6, 0.6); */
    }

.team-section {
    padding: 50px 0 70px;
    margin-top: -10px;
    background: url(../images/pattern.jpg) repeat;
}

    .team-section .team-post {
        margin-bottom: 40px;
    }

        .team-section .team-post img {
            width: 100%;
            margin-bottom: 25px;
        }

        .team-section .team-post h2 {
            color: #222222;
            font-size: 17px;
            font-family: 'Poppins', sans-serif;
            font-weight: 700;
            margin: 0 0 15px;
            font-size: 16px;
            margin-bottom: 2px;
        }

        .team-section .team-post span {
            display: inline-block;
            font-size: 14px;
            color: #666666;
            font-family: 'Lato', sans-serif;
            font-weight: 400;
            line-height: 24px;
            margin: 0 0 10px;
            font-size: 13px;
            margin-bottom: 20px;
            color: #008ed6;
        }
/*-------------------------------------------------*/
/* =  Why Choose
/*-------------------------------------------------*/
.why-choose {
    padding: 70px 0px;
    background: #fff;
}

    .why-choose .icon-box.ib-large .ib-icon {
        height: 159px;
        line-height: 73px;
        width: 75px;
        padding-top: 10px;
    }

.cta-form {
    padding: 10px 25px 50px;
    background: #008ed6 url(../images/pattern.png) repeat;
    border-radius: 2px;
    color: #fff;
    float: left;
}

.cta-form-bg2 {
    background: #0c202a url(../images/bg-page.png) repeat;
}

.cta-form .cta.cta-2 {
    padding: 30px;
}

.cta-form h5 {
    color: #fff;
    font-family: Roboto Slab;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
}

.cta-form p {
    color: #f9f9f9;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 16px;
    font-family: Roboto Slab;
}

.cta-2 .cta-desc {
    text-align: center;
}

.cta-form .form form {
    margin-bottom: 0;
}

.form-control {
    background-color: #1458834d;
    border-top: none;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid #085687;
    font-size: 13px;
    color: #fff;
    line-height: 49px;
    height: 49px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 2px;
    padding-left: 10px;
}

.cta-form .form .form-control {
    margin-bottom: 20px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #1b78b3 !important;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #1b78b3 !important;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #1b78b3 !important;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

:-moz-placeholder { /* Firefox 18- */
    color: #1b78b3 !important;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

/*-------------------------------------------------*/
/* =  Help Block
/*-------------------------------------------------*/

.help-block {
    background: url(../images/help-bg.jpg) no-repeat;
    background-size: cover;
    color: #fff;
    padding: 50px 0px 60px;
    text-transform: uppercase;
    margin-bottom: 0px;
    margin-top: 0;
}

.style-4 .help-block, .style-2 .help-block {
    background: url(../images/help-bg2.jpg) no-repeat;
    background-size: cover;
    padding: 38px 0px 50px;
}

.help-block-bg {
    background: url(../images/help-bg.jpg) no-repeat !important;
    background-size: cover !important;
}

.help-block h1, .help-block h2 {
    font-weight: 700;
}

.style-4 .help-block h1, .style-2 .help-block h1 {
    font-size: 28px;
}

.help-block h2 {
    font-size: 25px;
    font-weight: 500;
    color: #03caff;
    margin-top: 10px;
}

.style-4 .help-block h2, .style-2 .help-block h2 {
    font-size: 22px;
}

.help-block .button-one {
    color: #fff;
    font-weight: 500;
    padding: 2px 30px;
    margin-top: 18px;
    line-height: 39px;
    font-family: 'Poppins', sans-serif;
    background: #eb0b0b;
}

.style-4 .help-block .button-one, .style-2 .help-block .button-one {
    background: #fdc500;
    color: #fff;
    font-weight: 600;
    padding: 2px 30px;
    margin-top: 18px;
}

.help-block .button-one {
}

    .help-block .button-one:hover {
        background: #058af3 !important;
    }

/*-------------------------------------------------*/
/* =  services pages
/*-------------------------------------------------*/
.services-page-section {
    padding: 60px 0 30px;
    overflow: hidden;
    background: #fff;
}

#sync1 .item {
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    margin-left: -2px;
    overflow: hidden;
}

#sync2 .item {
    margin: 10px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #E0DEDE;
    overflow: hidden;
}

#sync2 .synced .item {
    background: #0c83e7;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
    left: -65px;
    top: 270px;
    font-size: 34px;
    color: #ccc;
}

    .owl-theme .owl-controls .owl-buttons .owl-prev:hover, .owl-theme .owl-controls .owl-buttons .owl-next:hover {
        color: #f6be00;
    }

.owl-theme .owl-controls .owl-buttons .owl-next {
    right: -65px;
    top: 270px;
    font-size: 34px;
    color: #ccc;
}

.gallery-box {
    background: url(../images/gal-bg.jpg) no-repeat;
    padding: 70px 0px;
    background-size: cover;
}

.white-right:before {
    content: '';
    width: 2500px;
    height: 110%;
    background: #fff;
    position: absolute;
    top: 1px;
    left: -15px;
    z-index: 0;
    top: -60px;
    bottom: -30px;
}

.white-left:before {
    content: '';
    width: 2500px;
    height: 103%;
    position: absolute;
    top: 1px;
    right: -15px;
    z-index: 0;
    top: -60px;
    bottom: -30px;
    background: #fff;
}

.services-page-section ul.side-navigation-list {
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
}

    .services-page-section ul.side-navigation-list li {
        list-style: none;
    }

        .services-page-section ul.side-navigation-list li a {
            display: inline-block;
            text-decoration: none;
            transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -webkit-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            display: block;
            color: #222222;
            font-size: 13px;
            font-family: 'Poppins', sans-serif;
            padding: 15px 25px;
            position: relative;
            text-transform: uppercase;
            padding-left: 0px;
        }

            .services-page-section ul.side-navigation-list li a:after {
                content: '\f105';
                font-family: 'FontAwesome';
                font-size: 12px;
                position: absolute;
                right: 25px;
                top: 0;
                line-height: 50px;
                color: #222222;
                transition: all 0.2s ease-in-out;
                -moz-transition: all 0.2s ease-in-out;
                -webkit-transition: all 0.2s ease-in-out;
                -o-transition: all 0.2s ease-in-out;
            }

            .services-page-section ul.side-navigation-list li a:hover,
            .services-page-section ul.side-navigation-list li a.active {
                color: #008ed6;
            }

        .services-page-section ul.side-navigation-list li:first-child {
            margin-top: 0;
        }

.services-page-section .contact-info {
    padding: 25px 30px;
    background: #f2f2f2;
    border-radius: 2px;
}

    .services-page-section .contact-info h2 {
        color: #222222;
        font-size: 18px !important;
        font-family: 'Alegreya', sans-serif;
        font-weight: 700;
        margin: 0 0 15px;
        margin-bottom: 25px;
    }

.contact {
    background: #008ec0 !important;
    color: #fff;
    margin-bottom: 30px;
}

    .contact h2, .contact p {
        color: #fff !important;
    }

    .contact p {
        font-size: 14px;
    }

    .contact .button-one {
        padding: 0px 16px;
        line-height: 35px;
        margin-top: 10px;
    }

.services-page-section .contact-info ul.information-list {
    margin: 0;
    padding: 0;
}

    .services-page-section .contact-info ul.information-list li {
        list-style: none;
        overflow: hidden;
        border-bottom: 1px solid #dddddd;
        margin-bottom: 10px;
    }

        .services-page-section .contact-info ul.information-list li i {
            float: left;
            color: #008ed6;
            font-size: 18px;
            display: inline-block;
            line-height: 24px;
        }

        .services-page-section .contact-info ul.information-list li span {
            display: block;
            font-size: 14px;
            ;
            color: #666666;
            font-weight: 400;
            line-height: 24px;
            margin: 0 0 10px;
            margin-bottom: 8px;
            margin-left: 25px;
            color: #222222;
        }

        .services-page-section .contact-info ul.information-list li a {
            font-size: 13px;
            color: #666666;
            font-family: 'Lato', sans-serif;
            font-weight: 400;
            line-height: 24px;
            margin: 0 0 10px;
            display: inline-block;
            margin-left: 12px;
            margin-bottom: 10px;
            color: #222222;
        }

        .services-page-section .contact-info ul.information-list li:last-child {
            border-bottom: none;
        }

.services-page-section .services-wrapp .services-post {
    margin-bottom: 40px;
    position: relative;
}

.services-post p {
    text-align: left;
}

.services-post {
    text-align: center;
}

.services-page-section .services-wrapp .services-post .title {
    margin-bottom: 35px;
}

.services-page-section .services-wrapp .services-post img {
    margin-bottom: 25px;
    margin-right: 0px;
}

.services-page-section .services-wrapp .services-post h4 {
    color: #222222;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    margin: 0 0 15px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 14px;
}

.services-page-section .services-wrapp .services-post .btn.readmore {
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    background: #008ed6;
    position: relative;
    line-height: 40px;
    border-radius: 3px;
    margin-bottom: 27px;
    font-size: 14px;
    margin-top: 40px;
    padding: 0px 27px;
}

.services-page-section .services-wrapp .services-post p {
    margin-bottom: 15px;
}

.services-page-section .services-wrapp .services-post a:hover {
    color: #008ed6;
}
/*-------------------------------------------------*/
/* =  projects page
/*-------------------------------------------------*/
.projects-page-section {
    padding: 50px 0 0px;
}

    .projects-page-section .title {
        margin-bottom: 35px;
    }

    .projects-page-section .gallery {
        padding: 70px 0px;
    }

    .projects-page-section ul.filter {
        margin: 0;
        padding: 0;
        margin-bottom: 30px;
    }

        .projects-page-section ul.filter li {
            display: inline-block;
        }

            .projects-page-section ul.filter li a {
                display: inline-block;
                text-decoration: none;
                transition: all 0.2s ease-in-out;
                -moz-transition: all 0.2s ease-in-out;
                -webkit-transition: all 0.2s ease-in-out;
                -o-transition: all 0.2s ease-in-out;
                color: #d5d5d5;
                font-family: 'Lato', sans-serif;
                font-size: 14px;
                padding: 6px 15px;
                text-transform: uppercase;
                font-weight: 5600;
                line-height: 33px;
                margin-top: 13px;
            }

                .projects-page-section ul.filter li a.active,
                .projects-page-section ul.filter li a:hover {
                    font-weight: 500;
                    text-transform: uppercase;
                    color: #fff;
                    display: inline-block;
                    position: relative;
                    line-height: 33px;
                    border-radius: 2px;
                    font-size: 14px;
                    margin-top: 13px;
                    padding: 0px 15px;
                    border: 1px solid #5d5d5d;
                }

    .projects-page-section .project-box {
        width: 1170px;
        margin-left: -15px;
    }

        .projects-page-section .project-box .project-post {
            width: 262px;
            margin: 15px;
        }

            .projects-page-section .project-box .project-post .hover-box {
                background: rgba(37, 38, 37, 0.9);
            }

                .projects-page-section .project-box .project-post .hover-box h2 a:hover {
                    color: #666666;
                }

        .projects-page-section .project-box.col3 .project-post {
            width: 360px;
        }

        .projects-page-section .project-box.col2 .project-post {
            width: 555px;
        }
/*-------------------------------------------------*/
/* =  blog page
/*-------------------------------------------------*/
.blog-box {
    position: relative;
}

.blog-section {
    padding: 60px 0 30px;
}

    .blog-section h2 {
        color: #00a1de;
        font-size: 23px;
        font-weight: 700;
        margin: 0 0 15px;
    }

    .blog-section .blog-box .blog-post {
        margin-bottom: 40px;
        position: relative;
    }

        .blog-section .blog-box .blog-post .post-content-text {
            padding: 0px 0px 25px;
        }

        .blog-section .blog-box .blog-post img,
        .blog-section .blog-box .blog-post iframe {
            width: 100%;
        }

        .blog-section .blog-box .blog-post iframe {
            height: 360px;
        }

        .blog-section .blog-box .blog-post h2 {
            color: #fff;
            font-size: 20px;
            font-weight: 700;
            margin: 20px 0 15px;
            margin-bottom: 20px;
            text-transform: uppercase;
        }

            .blog-section .blog-box .blog-post h2 a {
                display: inline-block;
                text-decoration: none;
                transition: all 0.2s ease-in-out;
                -moz-transition: all 0.2s ease-in-out;
                -webkit-transition: all 0.2s ease-in-out;
                -o-transition: all 0.2s ease-in-out;
            }

    .blog-section .blog-box .btn.readmore {
        padding: 10px 28px;
        outline: none;
        border: none;
        background: #282828;
        color: #ffffff;
        font-size: 13px;
        font-family: 'Poppins', sans-serif;
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        border-radius: 2px;
        margin-top: 10px;
        text-transform: uppercase;
    }

    .news-section .news-post h2 a:hover, .blog-section .blog-box .blog-post h2 a:hover {
        color: #008ed6;
    }

    .news-section .blog_infos, .blog-section .blog_infos {
        margin: 15px 0 15px;
        display: block;
        border-top: 1px dashed #ccc;
        padding-top: 9px;
    }

        .news-section .blog_infos li, .blog-section .blog_infos li {
            padding-right: 25px;
            display: inline-block;
        }

            .news-section .blog_infos li a, .blog-section .blog_infos li a {
                color: #323232;
                font-family: 'Lato', sans-serif;
                font-weight: 600;
                letter-spacing: .5px;
                line-height: 14px;
                text-transform: capitalize;
                padding: 0;
                white-space: nowrap;
            }

                .news-section .blog_infos li a i, .blog-section .blog_infos li a i {
                    margin-right: 8px;
                }

                .news-section .blog_infos li a:hover, .blog-section .blog_infos li a:hover {
                    background: none;
                    color: #d7d7d7;
                }

            .news-section .blog_infos li.date {
                position: absolute;
                width: 62px;
                height: 62px;
                text-align: center;
                background: #008ed6;
                left: 15px;
                top: 211px;
            }

                .news-section .blog_infos li.date a {
                    font: 600 25px/21px "Lato", sans-serif;
                    letter-spacing: 0.3px;
                    color: #fff;
                    padding: 10px 0px;
                }

.news-section .date small {
    font: 500 14px/21px "Lato", sans-serif;
    letter-spacing: 0.3px;
    color: #fff;
    text-transform: uppercase;
    display: block;
}

.blog-section .blog-box .blog-post .post-content-text > a {
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    line-height: 40px;
    border-radius: 2px;
    margin-bottom: 27px;
    font-size: 15px;
    margin-top: 22px;
    padding: 2px 31px;
    background: #008ed6;
}

    .blog-section .blog-box .blog-post .post-content-text > a:hover {
        color: #c6963f;
    }

.blog-section .blog-box ul.pagination-list {
    margin: 0;
    padding: 0;
    margin-bottom: 40px;
    position: relative;
}

    .blog-section .blog-box ul.pagination-list li {
        display: inline-block;
        margin-right: 8px;
        padding: 8px 16px;
        border: 1px solid #cacaca;
    }

        .blog-section .blog-box ul.pagination-list li a {
            display: inline-block;
            text-decoration: none;
            transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -webkit-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            color: #666666;
            font-size: 14px;
            font-weight: 700;
            font-family: 'Poppins', sans-serif;
            text-transform: uppercase;
        }

            .blog-section .blog-box ul.pagination-list li a:hover,
            .blog-section .blog-box ul.pagination-list li a.active {
                color: #008ed6;
            }

.blog-section .blog-box .single-post h1 {
    color: #222222;
    font-size: 17px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    margin: 0 0 15px;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 0px;
}

.blog-section .blog-box .single-post p {
    margin-bottom: 25px;
}

.blog-section .blog-box .single-post blockquote {
    border-left: 1px solid #222222;
    padding: 20px 0;
    padding-left: 30px;
    margin-left: 30px;
    margin-bottom: 25px;
}

    .blog-section .blog-box .single-post blockquote p {
        font-size: 14px;
        margin: 0;
    }

        .blog-section .blog-box .single-post blockquote p span {
            color: #666666;
            font-family: 'Lato', sans-serif;
            font-weight: 400;
            line-height: 24px;
            margin: 0 0 10px;
            font-size: 14px;
            font-weight: 700;
            color: #222222;
            margin-bottom: 0;
            text-transform: inherit;
        }

.blog-section .blog-box .autor-post {
    overflow: hidden;
    margin-bottom: 40px;
    border: 1px solid #f7f8fa;
    padding: 15px;
}

    .blog-section .blog-box .autor-post img {
        max-width: 130px;
        float: left;
        border-radius: 50%;
        border: 1px solid #f0f0f0;
    }

    .blog-section .blog-box .autor-post .autor-content {
        margin-left: 150px;
        padding: 12px 0px 1px;
    }

        .blog-section .blog-box .autor-post .autor-content h2 {
            margin-bottom: 0;
        }

        .blog-section .blog-box .autor-post .autor-content span {
            display: inline-block;
            color: #666666;
            font-size: 13px;
            font-family: 'Poppins', sans-serif;
            margin-bottom: 15px;
        }

.blog-section .blog-box .comment-section {
    margin-bottom: 40px;
    padding: 25px;
}

    .blog-section .blog-box .comment-section h2 {
        margin-bottom: 25px;
    }

    .blog-section .blog-box .comment-section ul {
        margin: 0;
        padding: 0;
    }

        .blog-section .blog-box .comment-section ul li {
            list-style: none;
        }

            .blog-section .blog-box .comment-section ul li .comment-box {
                overflow: hidden;
                padding: 15px;
                border: 1px solid #f7f8fa;
                border-bottom: none;
            }

            .blog-section .blog-box .comment-section ul li:last-child .comment-box {
                border: 1px solid #f7f8fa;
                margin-bottom: 40px;
            }

            .blog-section .blog-box .comment-section ul li .comment-box img {
                width: auto;
                max-width: 100px;
                float: left;
                border-radius: 50%;
                border: 1px solid #f7f8fa;
            }

            .blog-section .blog-box .comment-section ul li .comment-box .comment-content {
                margin-left: 120px;
            }

                .blog-section .blog-box .comment-section ul li .comment-box .comment-content h4 {
                    color: #fff;
                    font-size: 13px;
                    font-family: 'Poppins', sans-serif;
                    font-weight: 700;
                    text-transform: uppercase;
                    margin: 0;
                }

                    .blog-section .blog-box .comment-section ul li .comment-box .comment-content h4 a {
                        display: inline-block;
                        text-decoration: none;
                        transition: all 0.2s ease-in-out;
                        -moz-transition: all 0.2s ease-in-out;
                        -webkit-transition: all 0.2s ease-in-out;
                        -o-transition: all 0.2s ease-in-out;
                        float: right;
                        font-size: 11px;
                        font-weight: 400;
                    }

                        .blog-section .blog-box .comment-section ul li .comment-box .comment-content h4 a:hover {
                            color: #008ed6;
                        }

                .blog-section .blog-box .comment-section ul li .comment-box .comment-content span {
                    font-size: 14px;
                    color: #666666;
                    font-family: 'Lato', sans-serif;
                    line-height: 24px;
                    margin: 0 0 10px;
                    font-size: 11px;
                    display: inline-block;
                    font-weight: 400;
                    margin-bottom: 5px;
                    text-transform: uppercase;
                }

                .blog-section .blog-box .comment-section ul li .comment-box .comment-content p {
                    margin: 0 !important;
                }

        .blog-section .blog-box .comment-section ul.depth .comment-box {
            padding-left: 120px;
        }

.sidebar h2 {
    font-weight: 500;
    margin: 0 0 15px;
    font-size: 18px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    position: relative;
    text-transform: uppercase;
}

.sidebar .widget {
    margin-bottom: 20px;
    padding: 20px;
}

    .sidebar .widget input {
        border: none;
        background: transparent;
        height: 100%;
        width: calc(100% - 46px);
        color: #474747;
        outline: none;
        padding-left: 20px;
        font-size: 1em;
        margin-left: -5px;
    }

    .sidebar .widget button {
        background: #00a1de;
        width: 46px;
        height: 47px;
        color: #fff;
        text-align: center;
        border: none;
        position: relative;
        left: 2px;
        transition: all .3s ease;
        top: -1px;
    }

    .sidebar .widget form {
        background: #fff;
        width: 320px;
        height: 46px;
    }

.text-box {
    color: #6E6E6E;
    font-size: 14px;
}

.sidebar ul.category-list,
.sidebar ul.archieve-list {
    margin: 0;
    padding: 0;
}

    .sidebar ul.category-list li,
    .sidebar ul.archieve-list li {
        list-style: none;
        margin-bottom: 10px;
    }

        .sidebar ul.category-list li a,
        .sidebar ul.archieve-list li a {
            display: inline-block;
            text-decoration: none;
            transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -webkit-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            color: #767676;
            font-size: 16px;
            font-weight: 400;
            font-family: 'Lato', sans-serif;
            padding-bottom: 10px;
            width: 100%;
        }

            .sidebar ul.category-list li a:hover,
            .sidebar ul.archieve-list li a:hover {
                color: #008ed6;
            }

            .sidebar ul.category-list li a span,
            .sidebar ul.archieve-list li a span {
                float: right;
            }

        .sidebar ul.category-list li:last-child,
        .sidebar ul.archieve-list li:last-child {
            border-bottom: none;
            margin-bottom: 0;
        }

.sidebar ul.tags-list {
    margin: 0;
    padding: 0;
}

    .sidebar ul.tags-list li {
        display: inline-block;
        margin-right: 2px;
        margin-bottom: 6px;
    }

        .sidebar ul.tags-list li a {
            font-size: 16px;
            color: #a3a3a3;
            display: block;
            border: 1px solid #e2e2e2;
            padding: 10px 22px;
        }

            .sidebar ul.tags-list li a:hover {
                background: #008ed6;
                color: #fff;
            }

.news-section.col3 .news-box,
.news-section.col2 .news-box {
    width: 1170px;
    margin-left: -15px;
}

    .news-section.col3 .news-box .news-post {
        width: 360px;
        margin: 15px;
        margin-bottom: 40px;
        box-shadow: 0 2px 5px 3px #eff1f8;
        background: #fff;
    }

        .news-section.col3 .news-box .news-post .post-content-text {
            padding: 0px 25px 25px;
            text-align: center;
        }

    .news-section.col2 .news-box .news-post {
        width: 555px;
        margin: 15px;
        margin-bottom: 40px;
        box-shadow: 0 2px 5px 3px #eff1f8;
        background: #fff;
    }

        .news-section.col2 .news-box .news-post .post-content-text {
            padding: 0px 25px 25px;
            text-align: center;
        }
/*-------------------------------------------------*/
/* =  single project page
/*-------------------------------------------------*/
.single-page-section {
    padding: 65px 0 40px;
}

    .single-page-section img {
        width: 100%;
        margin-bottom: 30px;
    }

    .single-page-section .project-content-box {
        margin-bottom: 40px;
    }

        .single-page-section .project-content-box h2 {
            color: #222222;
            font-size: 17px;
            font-family: 'Poppins', sans-serif;
            font-weight: 700;
            margin: 0 0 15px;
            font-size: 16px;
            margin-bottom: 20px;
        }

        .single-page-section .project-content-box ul {
            margin: 0;
            padding: 0;
            margin-bottom: 15px;
        }

            .single-page-section .project-content-box ul li {
                list-style: none;
                font-size: 14px;
                color: #666666;
                font-family: 'Lato', sans-serif;
                font-weight: 400;
                line-height: 24px;
                margin: 0 0 10px;
                margin: 0 0 8px;
            }

                .single-page-section .project-content-box ul li i {
                    font-size: 13px;
                    color: #008ed6;
                    width: 20px;
                }

                .single-page-section .project-content-box ul li span {
                    color: #222222;
                    font-weight: 700;
                    margin-right: 10px;
                }
/*-------------------------------------------------*/
/* =  contact page
/*-------------------------------------------------*/
#map {
    height: 500px;
}

.contact-section {
    padding: 60px 0 70px;
}

    .contact-section p {
        margin-bottom: 30px;
    }

    .contact-section .contact-info h2 {
        margin-top: 0px;
        font-size: 25px;
        font-weight: 600;
        color: #000;
    }

    .contact-section ul.information-list {
        margin: 0;
        padding: 0;
    }

        .contact-section ul.information-list li {
            list-style: none;
            overflow: hidden;
            border-bottom: 1px solid #333;
            margin-bottom: 10px;
        }

            .contact-section ul.information-list li i {
                float: left;
                color: #008ed6;
                font-size: 27px;
                display: inline-block;
                line-height: 24px;
                padding-left: 2px;
                padding-right: 10px;
            }

            .contact-section ul.information-list li span {
                display: block;
                font-size: 16px;
                color: #666666;
                font-family: 'Lato', sans-serif;
                font-weight: 400;
                line-height: 24px;
                margin: 0 0 10px;
                margin-bottom: 8px;
                margin-left: 25px;
            }

            .contact-section ul.information-list li a {
                font-size: 16px;
                color: #666666;
                font-family: 'Lato', sans-serif;
                font-weight: 400;
                line-height: 24px;
                margin: 0 0 10px;
                display: inline-block;
                margin-bottom: 10px;
            }

            .contact-section ul.information-list li:last-child {
                border-bottom: none;
            }

#contact-form input[type="text"],
.comment-form input[type="text"],
#contact-form textarea,
.comment-form textarea {
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #dedede;
    margin-bottom: 20px;
    outline: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #666666;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
}

    #contact-form input[type="text"]:focus,
    .comment-form input[type="text"]:focus,
    #contact-form textarea:focus,
    .comment-form textarea:focus {
        border: 1px solid #008ed6;
    }

#contact-form textarea,
.comment-form textarea {
    height: 146px;
}

#contact-form input[type="submit"],
.comment-form input[type="submit"] {
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    background: #019eda;
    position: relative;
    line-height: 40px;
    border-radius: 2px;
    margin-bottom: 27px;
    font-size: 14px;
    margin-top: 40px;
    padding: 4px 27px;
    border: none;
}

    #contact-form input[type="submit"]:hover,
    .comment-form input[type="submit"]:hover {
        opacity: 0.7;
    }

#contact-form .message,
.comment-form .message {
    padding: 10px 20px;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
}

    #contact-form .message.error,
    .comment-form .message.error {
        color: #e74c3c;
        background: rgba(246, 80, 80, 0.4);
        border: 1px solid #e74c3c;
    }

    #contact-form .message.success,
    .comment-form .message.success {
        color: #29b504;
        background: rgba(63, 220, 21, 0.4);
        border: 1px solid #29b504;
    }
/*-------------------------------------------------*/
/* =  error page
/*-------------------------------------------------*/
.error-section {
    padding: 220px 0px 119px;
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    text-align: center;
    background: url('../upload/banners/error.jpg') no-repeat;
    background-size: cover;
}

    .error-section i {
        color: #FFBA05;
        font-size: 220px;
        margin-bottom: 30px;
    }

    .error-section h1 {
        color: #00A1DE;
        font-size: 30px;
        font-family: 'Alegreya', sans-serif;
        font-weight: 900;
        margin: 0 0 30px;
        text-transform: capitalize;
        letter-spacing: 2px;
        max-width: 460px;
        margin: 0 auto 10px;
        line-height: 52px;
    }

    .error-section p {
        margin-bottom: 25px;
        margin-bottom: 25px;
        color: #C8C8C8;
        font-weight: 400;
    }

    .error-section a {
        padding: 0px 50px;
    }

        .error-section a:hover {
            color: #ffffff;
            background: #008ed6;
        }

    .error-section .error-content {
        position: relative;
        z-index: 2;
    }

    .error-section:after {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(34, 34, 34, 0.3);
    }
/*-------------------------------------------------*/
/* =  Social Links
/*-------------------------------------------------*/
.social-links > li {
    padding-right: 23px;
    padding-left: 0;
}

    .social-links > li:last-child {
        padding-right: 0;
    }

    .social-links > li > a {
        font-size: 26px;
        color: #fafafa;
    }

.social-links_mod-a > li {
    margin-bottom: 4px;
    padding-right: 4px;
}

    .social-links_mod-a > li > a {
        display: block;
        width: 45px;
        height: 45px;
        padding-top: 10px;
        background-color: #28a745;
        box-shadow: 1px 2px 3px 0 rgb(0 0 0 / 10%);
        transition: all 0.3s;
        text-align: center;
        border-radius: 50%;
    }

.bns {
    background: /*linear-gradient(rgba(177, 4, 14, 0.67) ,rgba(177, 4, 14, 0.58)),*/ url(../images/abu-bg.jpg);
    /* background-attachment: fixed; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
}

    .bns .bns_inner {
        /* float: right; */
        /* margin-right: 11%; */
        margin-top: 20%;
        /* width: 700px; */
        background: rgba(177, 4, 14, 0.87);
        padding: 40px;
    }

        .bns .bns_inner h3 {
            color: #fff;
            font-weight: 800;
            font-size: 28px;
            text-transform: uppercase;
        }

        .bns .bns_inner h4 {
            color: #ffc621;
            font-size: 28px;
        }

        .bns .bns_inner p {
            color: #fff;
        }

.social-links_mod-a > li > a:hover {
    color: #fff;
}

.social-links_mod-b > li > a {
    color: #fff;
    background-color: #777;
    box-shadow: none;
}

/*-------------------------------------------------*/
/* =  Team
/*-------------------------------------------------*/
.team-box {
    margin-top: 10px;
    box-shadow: 0px 0px 10px #eaeaea;
}

    .team-box .team-inner {
        position: relative;
        width: 100%;
        margin: 0 auto;
        text-align: center;
        overflow: hidden;
    }

.team-content {
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    display: block;
    float: left;
    width: 100%;
    padding-bottom: 15px;
}

.team-box .team-inner img {
    width: 100%;
    display: block;
    border-bottom: 1px solid #e9e9e9;
}

.team-box .team-inner .mask {
    position: absolute;
    z-index: 2;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    opacity: 0;
    background: rgba(11, 11, 11, 0.8);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.team-box .team-inner ul {
    list-style: none;
    position: absolute;
    z-index: 3;
    top: -30px;
    margin: 0px;
    padding: 0px;
    width: 100%;
    left: 0;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

    .team-box .team-inner ul li {
        display: inline-block;
        text-align: center;
        margin-left: 3px;
        margin-right: 3px;
    }

        .team-box .team-inner ul li a {
            font-family: 'FontAwesome';
            width: 24px;
            height: 24px;
            line-height: 24px;
            font-size: 13px;
            text-align: center;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            border: 1px solid #f2f2f2;
            display: inline-block;
            color: #f2f2f2;
            -webkit-transition: all 300ms linear;
            transition: all 300ms linear;
        }

.team-box:hover .mask {
    opacity: 1;
}

.team-box h6 {
    margin-top: 30px;
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    color: #333333;
}

.team-box:hover ul {
    top: 50%;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.team-box .subtext {
    text-align: center;
    color: #555555;
    font-size: 13px;
    line-height: 26px;
}

.team-box .team-inner ul li a:hover {
    background-color: #f2f2f2;
    color: #008ed6;
}
/*-------------------------------------------------*/
/* =  buy-now
/*-------------------------------------------------*/
.pad-tb-40 {
    padding-top: 30px;
    padding-bottom: 40px;
}

.callto-action {
    position: relative;
    background: #146e9c;
}

    .callto-action .button-one {
        margin-left: 40px;
        padding-left: 45px;
        padding-right: 45px;
        font-family: Source Sans Pro;
        font-weight: 700;
    }

    .callto-action .call-title-text {
        color: #fff;
        font-style: italic;
        font-size: 25px;
        font-weight: 700;
    }
/*-------------------------------------------------*/
/* =  Pricing Table
/*-------------------------------------------------*/
.pricing-section {
    padding: 70px 0px;
    background: #fff;
}

    .pricing-section .title {
        text-align: center;
        margin-bottom: 88px;
    }

    .pricing-section .col-md-3 {
        padding: 0px;
        z-index: 1;
    }

        .pricing-section .col-md-3:nth-child(4) {
            padding: 0px;
            z-index: 2;
        }

.pricing-table {
    box-shadow: 0 2px 5px 3px #f8f8f8;
}

    .pricing-table.highlight-yes {
        margin-top: -18px;
        border: 1px solid #008ed6;
    }

        .pricing-table.highlight-yes .pricing-title {
            background: #008ed6;
            color: #fff;
        }

        .pricing-table.highlight-yes .pricing-title, .pricing-table.highlight-yes .pricing-button {
            padding: 28px 15px;
        }

    .pricing-table .pricing-title, .chosen-container .chosen-results li {
        border-bottom: 1px solid #eeeeee;
    }

    .pricing-table li {
        margin: 0;
        padding: 20px;
        text-align: center;
    }

        .pricing-table li.pricing-price .price {
            margin-bottom: 5px;
        }

    .pricing-table .price {
        font-size: 40px;
        line-height: 50px;
        display: inline-block;
    }

    .pricing-table .currency {
        font-size: 20px;
    }

.pricing-duration.special-subtitle {
    max-width: 100%;
    font-style: italic;
    font-size: 15px;
    font-weight: 400;
    font-family: Crimson Text;
    text-transform: none;
    letter-spacing: 0px;
}

.pricing-table .pricing-duration {
    display: block;
}

.pricing-table {
    list-style: none;
    padding: 0;
    background: #fff;
    padding-bottom: 25px;
}

.pricing-button a {
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    background: #000;
    position: relative;
    line-height: 33px;
    padding-left: 18px;
    border-radius: 3px;
    padding-right: 18px;
    font-size: 14px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-top: 13px;
}

.pricing-table.highlight-yes .pricing-button a {
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    background: #008ed6;
    position: relative;
    line-height: 33px;
    padding-left: 18px;
    border-radius: 3px;
    padding-right: 18px;
    font-size: 14px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-top: 13px;
}




/*=========  Checkout-content ========*/
#checkout-content {
    padding: 98px 0 130px;
}

    #checkout-content .row {
        width: 100%;
        margin: 0 auto;
        padding: 0px;
    }

    #checkout-content .border-box {
        border: 1px solid #F0F0F0;
        padding: 0px 14px 26px 30px;
        background: #fdfdfd;
    }

    #checkout-content .return-customer {
        background: #fff;
        border: 1px solid #f0f0f0;
        padding: 21px 30px;
        margin-bottom: 28px;
    }

        #checkout-content .return-customer p {
            margin-bottom: 0;
            font-size: 14px;
            color: #8e8e8e;
            line-height: 26px;
            letter-spacing: .02em;
        }

        #checkout-content .return-customer a {
            color: #fe5454;
            letter-spacing: .02em;
        }

    #checkout-content .section-title h2 {
        font-family: 'Poppins', sans-serif;
        font-weight: 700;
        font-size: 1.625em;
        color: #3B3B3B;
        text-transform: uppercase;
        position: relative;
        padding-bottom: 13px;
        margin-bottom: 30px;
        margin-top: 30px;
    }

.left-checkout {
    background: #fff;
    border: 1px solid #F0F0F0;
    padding: 0px 30px;
}

#checkout-content .section-title h2:before {
    content: '';
    width: 45px;
    height: 3px;
    background: #008ed6;
    position: absolute;
    bottom: 0;
    left: 0;
}

#checkout-content .section-title h2.left_before_fix {
    letter-spacing: 0px;
    margin-bottom: 45px;
}

    #checkout-content .section-title h2.left_before_fix:before {
        left: 38px;
    }

#checkout-content label,
#checkout-content input[type="text"] {
    display: block;
}

#checkout-content label {
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    color: #8e8d8d;
    margin-bottom: 5px;
}

#checkout-content input[type="text"]::-webkit-input-placeholder { /* Safari, Chrome and Opera */
    color: #C6C6C6;
}

#checkout-content input[type="text"]:-moz-placeholder { /* Firefox 18- */
    color: #C6C6C6;
}

#checkout-content input[type="text"]::-moz-placeholder { /* Firefox 19+ */
    color: #C6C6C6;
}

#checkout-content input[type="text"]:-ms-input-placeholder { /* IE 10+ */
    color: #C6C6C6;
}

#checkout-content input[type="text"]::-ms-input-placeholder { /* Edge */
    color: #C6C6C6;
}

#checkout-content input[type="text"]:placeholder-shown { /* Standard one last! */
    color: #C6C6C6;
}


#checkout-content input[type="text"],
#checkout-content .left-checkout button {
    width: 100%;
    margin-bottom: 10px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #E2E2E2;
    border-radius: 0px;
    background: #fff;
    box-shadow: none;
    outline: none;
    padding: 0 20px;
    font-size: 14px;
    color: #C6C6C6;
}

#checkout-content .left-checkout button {
    text-align: left;
    color: #8e8d8d;
    padding-right: 10px;
    margin-bottom: 0;
}

#checkout-content .left-checkout ul.dropdown-menu {
    width: 100%;
    margin: 0;
}

    #checkout-content .left-checkout ul.dropdown-menu li {
        padding: 10px;
        color: #8e8d8d;
        cursor: pointer;
    }

#checkout-content .left-checkout button .fa {
    float: right;
    padding-top: 12px;
}

#checkout-content input[type="text"]:last-child {
    margin-bottom: 0;
}

#checkout-content .left-checkout > .row {
    margin-bottom: 20px;
}

#checkout-content .select-box {
    padding: 0;
    margin: 0;
    border: 1px solid #E2E2E2;
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    background: #fff url(../img/cart/select-box-bg.html) no-repeat 95% 50%;
}

    #checkout-content .select-box select {
        padding: 5px 8px;
        width: 130%;
        border: none;
        box-shadow: none;
        background-color: transparent;
        background-image: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

        #checkout-content .select-box select:focus {
            outline: none;
        }

#checkout-content .row span {
    font-size: 1em;
    font-weight: 500;
    color: #fe5454;
}

    #checkout-content .row span.create_account {
        color: #8e8d8d;
        font-size: 0.875em;
        text-transform: capitalize;
    }

#checkout-content input[type="checkbox"] {
    margin: 0;
    vertical-align: middle;
    margin-right: 15px;
}

#checkout-content textarea {
    width: 100%;
    height: 100px;
    border: 1px solid #E2E2E2;
    padding: 10px 20px;
    outline: none;
}

#checkout-content .ship-different {
    margin-top: 75px;
}

#checkout-content .order-box {
    border: 1px solid #f0f0f0;
    padding: 21px 14px 26px 30px;
    background: #fdfdfd;
}

    #checkout-content .order-box ul {
        padding: 0px;
    }

        #checkout-content .order-box ul li {
            font-family: 'Lato', sans-serif;
            font-weight: 500;
            display: block;
            color: #8E8D8D;
            font-size: 14px;
            line-height: 43px;
            text-transform: uppercase;
        }

            #checkout-content .order-box ul li.total {
                border-top: 1px solid #E2E2E2;
                border-bottom: 1px solid #E2E2E2;
                margin-top: 10px;
                margin-bottom: 19px;
            }

            #checkout-content .order-box ul li span {
                float: right;
                display: inline-block;
                color: #8e8d8d;
            }

                #checkout-content .order-box ul li span.bold {
                    font-size: 18px;
                    color: #010101;
                }

            #checkout-content .order-box ul li a span {
                color: #002e5b;
                text-transform: none;
            }

            #checkout-content .order-box ul li input[type="radio"] {
                margin-right: 10px;
            }

            #checkout-content .order-box ul li .note {
                font-family: 'Poppins', sans-serif;
                background: #ECECEC;
                padding: 15px 30px;
                color: #8e8d8d;
                line-height: 24px;
                font-size: 14px;
                font-weight: normal;
                position: relative;
                text-transform: none;
                margin-top: 12px;
                margin-bottom: 14px;
            }

                #checkout-content .order-box ul li .note .fa {
                    font-size: 35px;
                    position: absolute;
                    top: -23px;
                    left: 25px;
                    color: #ECECEC;
                }

            #checkout-content .order-box ul li a.place-order {
                font-weight: 500;
                text-transform: uppercase;
                color: #fff;
                display: inline-block;
                background: #008ed6;
                position: relative;
                line-height: 40px;
                padding-left: 20px;
                border-radius: 3px;
                margin-bottom: 27px;
                padding-right: 20px;
                font-size: 14px;
                margin-top: 40px;
            }

/*========== Product details ===========*/

.product-details-box {
    margin-bottom: 80px;
}

.product_details_container .left_side .single_product_item p,
.shop_container .left_side .single_product_item p {
    font-family: 'Poppins', sans-serif;
    font-size: 0.875em;
    color: #242424;
}

.product_details_container .left_side h4:nth-child(5),
.shop_container .left_side h4:nth-child(5) {
    margin-top: 30px;
}

.product_details_container .left_side .single_product_item a,
.shop_container .left_side .single_product_item a {
    display: block;
    color: #002e5b;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.8125em;
}

.product_details_container .left_side .single_product_item,
.shop_container .left_side .single_product_item {
    margin-top: 31px;
}

.product_details_container .left_side a.brochure,
.shop_container .left_side a.brochure {
    margin-top: 50px;
    display: block;
    margin-bottom: 20px;
}

.product-details-box h3 {
    font-family: 'Poppins', sans-serif;
    color: #000000;
    font-size: 17px;
    line-height: 28px;
    margin: 0;
    margin-bottom: 0px;
    font-weight: 700;
    text-transform: uppercase;
}

.product-details-box p {
    font-size: 14px;
    color: #898989;
    border-top: 1px solid #F6F6F6;
    border-bottom: 1px solid #F6F6F6;
    padding: 20px 0 26px 0;
    margin: 15px 0 22px 0;
    line-height: 25px;
}

.product-details-box span {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    display: block;
    font-size: 18px;
    color: #999999;
    margin-bottom: 20px;
}

    .product-details-box span b {
        font-size: 24px;
        color: #008ed6;
        font-weight: 700;
        font-family: 'Lato', sans-serif;
        margin-left: 10px;
    }

    .product-details-box span input {
        width: 36px;
        height: 36px;
        border: 1px solid #EAEAEA;
        color: #999999;
        text-align: center;
        margin-left: 10px;
        outline: none;
    }

.product-details-box a.add-to-cart {
    font-weight: 500;
    font-size: 0.875em;
    background: #008ed6;
    color: #fff;
    padding: 12px 29px 12px 29px;
    text-transform: uppercase;
    border: 1px solid transparent;
    border-radius: 3px;
    position: relative;
    margin-top: 28px;
    display: inline-block;
}

.product-details-box img {
    border: 1px solid #F8F8F8;
    border-bottom: 5px solid #f8f8f8;
}

.product-details-page-content .best-seller {
    margin-left: 0px;
    margin-top: 54px;
}

    .product-details-page-content .best-seller h2 {
        font-weight: 700;
        color: #323232;
        font-size: 1.625em;
        padding-bottom: 13px;
        position: relative;
    }

        .product-details-page-content .best-seller h2:before {
            content: '';
            width: 45px;
            height: 3px;
            background: #008ed6;
            position: absolute;
            left: 0;
            bottom: 0;
        }

.product-details-page-content .bottom_tab .tab-content {
    border: 1px solid #f8f8f8;
    padding-bottom: 68px;
    margin-bottom: 53px;
}

.product-details-page-content .bottom_tab .nav {
    border: none;
}

.product-details-page-content .bottom_tab ul li a {
    color: #000;
    padding: 7px 32px 13px 36px;
    background: #f8f8f8;
    border-radius: 0px;
    border: 1px solid transparent;
    text-transform: uppercase;
    font-family: Source Sans Pro;
}

    .product-details-page-content .bottom_tab ul li a:focus,
    .product-details-page-content .bottom_tab ul li.active a {
        border-top: 5px solid #f8f8f8;
        background: #fff;
        border-left: 1px solid #f8f8f8;
        border-right: 1px solid #f8f8f8;
        text-transform: uppercase;
        font-family: Source Sans Pro;
    }

.product-details-page-content .bottom_tab ul li:not(:first-child) a {
    margin-left: 8px;
}

.product-details-page-content .bottom_tab .tab-content p {
    color: #898989;
    font-size: 0.875em;
    line-height: 25px;
    padding: 50px 51px 0 40px;
}

.product-details-page-content .shop-page-content {
    margin-top: 20px;
    padding-top: 0;
    padding-left: 15px;
}

    .product-details-page-content .shop-page-content .single-shop-item {
    }

    .product-details-page-content .shop-page-content .meta {
        text-align: center;
        background: #f8f8f8;
        border: 1px solid #f0f0f0;
        margin-top: -9px;
        padding-top: 28px;
        margin-right: -7px;
    }

        .product-details-page-content .shop-page-content .meta p {
            font-size: 0.8125em;
            color: #898989;
            line-height: 18px;
        }

    .product-details-page-content .shop-page-content h4 {
        font-family: 'Poppins', sans-serif;
        font-weight: 700;
        font-size: 0.8125em;
        color: #242424;
        text-transform: uppercase;
    }

    .product-details-page-content .shop-page-content .meta span {
        font-size: 1em;
        color: #242424;
        display: block;
    }

        .product-details-page-content .shop-page-content .meta span b {
            color: #002e5b;
            font-size: 1.25em;
        }

    .product-details-page-content .shop-page-content .meta a {
        display: inline-block;
        background: #fee733;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        color: #282f39;
        text-transform: uppercase;
        margin-top: 19px;
        padding-left: 13px;
        padding-right: 13px;
        line-height: 28px;
        border-radius: 3px;
    }
/*============= Cart-page ==========*/
.cart-page {
    padding: 95px 0 91px;
}

    .cart-page .table {
        margin: 0;
    }

        .cart-page table > tbody > tr > td,
        .cart-page .table > thead > tr > th {
            border: none;
        }

        .cart-page .table thead > tr th {
        }

        .cart-page .table > thead > tr > th {
        }

        .cart-page .table thead {
            background: #F9F9F9;
        }

        .cart-page .table > thead > tr > th {
            font-family: 'Poppins', sans-serif;
            color: #454545;
            font-size: 14px;
            line-height: 60px;
            padding: 0 40px;
            border: 1px solid #F0F0F0;
            border-bottom: 0;
            text-transform: uppercase;
            font-weight: 600;
            border-top: 3px solid #f0f0f0 !important;
        }

            .cart-page .table > thead > tr > th:not(:first-child) {
                padding-left: 19px;
            }

            .cart-page .table > thead > tr > th.close {
                color: transparent;
            }

        .cart-page .table > tbody > tr > td.preview {
            padding: 24px 21px 0px 51px;
        }

        .cart-page .table > tbody > tr > td {
            border: 1px solid #f0f0f0;
            padding: 80px 40px;
            font-family: 'Poppins', sans-serif;
            color: #8e8d8d;
            font-size: 500;
            font-size: 0.875em;
            background: #fff;
        }

            .cart-page .table > tbody > tr > td.del-item {
                text-align: center;
            }

            .cart-page .table > tbody > tr > td .select-box {
                padding: 0;
                margin: 0;
                border: 1px solid #EDEDED;
                width: 95px;
                overflow: hidden;
                background-color: #fff;
            }

                .cart-page .table > tbody > tr > td .select-box select {
                    padding: 5px 8px;
                    width: 130%;
                    border: none;
                    box-shadow: none;
                    background-color: transparent;
                    background-image: none;
                    -webkit-appearance: none;
                    -moz-appearance: none;
                    appearance: none;
                }

                    .cart-page .table > tbody > tr > td .select-box select:focus {
                        outline: none;
                    }

            .cart-page .table > tbody > tr > td.del-item {
                color: #FE5454;
                font-size: 18px;
                font-weight: normal;
            }

    .cart-page .bottom-box {
        padding: 30px 25px;
        background: #FFF;
        margin: 0 0 50px;
    }

        .cart-page .bottom-box .cupon-box input {
            width: 130px;
            line-height: 36px;
            padding: 0 10px;
            border: 1px solid #EEEEEE;
            border-radius: 2px;
            outline: none;
            margin-right: 10px;
        }

        .cart-page .bottom-box .cupon-box button {
            font-family: 'Poppins', sans-serif;
            font-size: 0.875em;
            padding: 0 30px;
            color: #fff;
            background: #8D8D8D;
            text-transform: capitalize;
            border: none;
            outline: none;
            line-height: 35px;
            border-radius: 2px;
        }

    .cart-page .add-to-cart-wrap a {
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        font-size: 0.875em;
        background: #008ed6;
        color: #fff;
        padding: 0px 20px 0px 20px;
        ;
        text-transform: uppercase;
        border: 1px solid transparent;
        border-radius: 3px;
        position: relative;
        margin-left: 122px;
        display: inline-block;
        line-height: 38px;
    }

    .cart-page .cart-total-box li {
        font-family: 'Poppins', sans-serif;
        line-height: 55px;
        font-size: 16px;
        color: #000;
        border-bottom: 1px solid #f0f0f0;
        border-left: 1px solid #f0f0f0;
        border-right: 1px solid #f0f0f0;
        padding: 0 25px;
        list-style: none;
        background: #fff;
    }

        .cart-page .cart-total-box li:first-child {
            border-top: 1px solid #EBEBEB;
        }

        .cart-page .cart-total-box li span {
            font-family: 'Lato', sans-serif;
            font-size: 0.875em;
            float: right;
            color: #8e8d8d;
        }

    .cart-page .cart-total-box .cart-total {
        background: #F9F9F9;
    }

    .cart-page .cart-total-box .proceed-to-checkout {
        text-align: right;
    }

        .cart-page .cart-total-box .proceed-to-checkout a {
            font-family: 'Roboto', sans-serif;
            font-weight: 500;
            font-size: 0.875em;
            background: #008ed6;
            text-transform: uppercase;
            display: inline-block;
            line-height: 36px;
            color: #fff;
            padding: 0 29px;
            border-radius: 3px;
            margin-top: 28px;
            margin-bottom: 24px;
        }

            .cart-page .cart-total-box .proceed-to-checkout a:before {
                background: #51B7E3;
            }

/* ============= Shop Page =============*/
.shop_container {
    padding: 60px 0px;
    background: #f4f6f7;
}

.shop-page-content .row,
.shop-page-content.row {
    margin-left: -10px;
    margin-right: -10px;
}

.section-title-style-2 h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 1.625em;
    color: #323232;
    position: relative;
    padding-bottom: 13px;
    text-transform: uppercase;
}

.shop-page-content .single-shop-item {
    padding: 0px 10px;
    margin-top: 15px;
}

    .shop-page-content .single-shop-item .meta {
        background: #F9F9F9;
        padding: 14px 4px 30px 10px;
        text-align: center;
        border: 1px solid #F5F5F5;
        width: 100%;
    }

    .shop-page-content .single-shop-item img {
        border: 1px solid #f5f5f5;
    }

    .shop-page-content .single-shop-item .meta h4 {
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 14px;
        color: #242424;
        line-height: 26px;
        margin-bottom: 5px;
    }

    .shop-page-content .single-shop-item .meta p {
        font-size: 13px;
        color: #898989;
        line-height: 18px;
    }

    .shop-page-content .single-shop-item .meta span {
        display: block;
        font-size: 13px;
        color: #242424;
    }

        .shop-page-content .single-shop-item .meta span b {
            font-size: 17px;
            line-height: 28px;
            color: #008ed6;
            font-weight: 600;
        }


    .shop-page-content .single-shop-item a {
        font-weight: 500;
        text-transform: uppercase;
        color: #fff;
        display: inline-block;
        background: #008ed6;
        position: relative;
        line-height: 33px;
        padding-left: 18px;
        border-radius: 3px;
        padding-right: 18px;
        font-size: 14px;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        margin-top: 13px;
    }

        .shop-page-content .single-shop-item a:hover,
        .shop-page-content .single-shop-item a:focus,
        .shop-page-content .single-shop-item a:active,
        .shop-page-content .single-shop-item a:hover i,
        .shop-page-content .single-shop-item a:focus i,
        .shop-page-content .single-shop-item a:active i {
            color: #fff;
        }




.shop-page-content .best-seller {
    margin-top: 56px;
    margin-left: -1px;
}

/*-------------------------------------------------*/
/* =  Footer
/*-------------------------------------------------*/
a:hover, a:focus, a {
    color: #e2e2e2;
}

footer {
    background: #032C41;
}

    footer .social-links {
        padding-top: 10px;
    }

    footer .up-footer {
        padding: 70px 0;
        background-size: cover;
        position: relative;
    }

        footer .up-footer .container {
            position: relative;
            z-index: 2;
        }

        footer .up-footer:after {
            position: absolute;
            content: '';
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgb(242 242 242);
        }

        footer .up-footer h2 {
            color: #d60000;
            font-weight: 700;
            margin: 0 0 15px;
            font-size: 20px;
            margin-bottom: 21px;
        }

        footer .up-footer p {
            color: #0e0e0e;
        }

        footer .up-footer img {
            margin-top: 20px;
        }

        footer .up-footer ul.tag-list {
            margin: 0;
            padding: 0;
        }

            footer .up-footer ul.tag-list li {
                display: inline-block;
                margin-right: 2px;
                margin-bottom: 6px;
            }

                footer .up-footer ul.tag-list li a {
                    display: inline-block;
                    text-decoration: none;
                    transition: all 0.2s ease-in-out;
                    -moz-transition: all 0.2s ease-in-out;
                    -webkit-transition: all 0.2s ease-in-out;
                    -o-transition: all 0.2s ease-in-out;
                    padding: 8px 18px;
                    color: rgba(255, 255, 255, 0.8);
                    border: 1px solid rgba(255, 255, 255, 0.8);
                    font-size: 12px;
                    font-family: 'Lato', sans-serif;
                    -webkit-border-radius: 3px;
                    -moz-border-radius: 3px;
                    -o-border-radius: 3px;
                    border-radius: 3px;
                }

                    footer .up-footer ul.tag-list li a:hover {
                        background: #008ed6;
                        border: 1px solid #008ed6;
                    }

        footer .up-footer ul.navigation {
            margin: 0;
            padding: 0;
        }

            footer .up-footer ul.navigation li {
                list-style: none;
                margin-bottom: 5px;
            }

                footer .up-footer ul.navigation li a {
                    display: inline-block;
                    text-decoration: none;
                    transition: all 0.2s ease-in-out;
                    -moz-transition: all 0.2s ease-in-out;
                    -webkit-transition: all 0.2s ease-in-out;
                    -o-transition: all 0.2s ease-in-out;
                    font-size: 12px;
                    font-family: 'Poppins', sans-serif;
                    color: rgba(255, 255, 255, 0.9);
                }

                    footer .up-footer ul.navigation li a:hover {
                        color: #008ed6;
                    }

.footer-widget .link-list a {
    color: #0e0e0e;
    /* text-transform: capitalize; */
    line-height: 30px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}

.footer-widget .link-list {
    list-style: none;
    padding: 0px;
}

footer .up-footer .info-widget p {
    margin-bottom: 5px;
}

    footer .up-footer .info-widget p span {
        font-family: 'Poppins', sans-serif;
        color: #28a745;
        font-weight: bold;
        font-size: 17px;
    }

    footer .up-footer .info-widget p.first-par {
        margin-bottom: 20px;
    }

footer .copyright {
    padding: 11px 0;
    background: #d60000;
    border-top: 1px solid #d60000;
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
    text-align: center;
    margin: 0;
}

    footer .copyright p {
        color: #d7d7d7;
        text-transform: capitalize;
    }
/*-------------------------------------------------*/
/* =  Responsive Part
/*-------------------------------------------------*/
@media (max-width: 1500px) {
    .project-box .project-post {
        width: 25%;
    }
}

@media (max-width: 1199px) {
    .projects-page-section .project-box,
    .news-section.col3 .news-box,
    .news-section.col2 .news-box {
        width: 970px;
    }

        .projects-page-section .project-box.col2 .project-post,
        .news-section.col2 .news-box .news-post {
            width: 455px;
        }

        .projects-page-section .project-box.col3 .project-post,
        .projects-page-section .project-box .project-post,
        .news-section.col3 .news-box .news-post {
            width: 293px;
        }

    #map {
        height: 400px;
    }

    .flexslider .flexcaption .inner-caption {
        padding: 20px 25px;
    }

        .flexslider .flexcaption .inner-caption h1 {
            font-size: 25px;
            margin-bottom: 20px;
        }

        .flexslider .flexcaption .inner-caption p {
            font-size: 13px;
        }

    .header-info .info-box {
        display: block;
    }

        .header-info .info-box .icon-box {
            text-align: center;
        }
}

@media (max-width: 1024px) {

{
    .navbar-collapse, .navbar-collapse.collapse;

{
    background: none;
}

}

@media (max-width: 991px) {
    #home-section {
        position: relative;
        overflow: hidden;
    }

    .vegas-wrapper, .vegas-overlay, .vegas-timer, .vegas-slide, .vegas-slide-inner {
        position: absolute;
        top: 130px;
    }

    .tp-banner {
        height: 710px !important;
    }

    .top-line,
    .top-line ul.social-icons {
        text-align: center;
    }

        .top-line p span {
            display: inline-block;
            margin-bottom: 7px;
        }

    .navbar-nav > li > a {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }

    .navbar-nav a.open-search {
        padding-left: 7px !important;
    }

    .offer-post {
        margin-bottom: 30px;
    }

    .project-box .project-post {
        width: 33.33%;
    }

    .tab-posts-box {
        margin-top: 30px;
    }

    .footer-widget {
        margin-bottom: 30px;
    }

    .clients-section blockquote {
        margin-top: 20px;
    }

    .projects-page-section .project-box,
    .news-section.col3 .news-box,
    .news-section.col2 .news-box {
        width: 750px;
    }

        .projects-page-section .project-box.col2 .project-post,
        .projects-page-section .project-box.col3 .project-post,
        .projects-page-section .project-box .project-post,
        .news-section.col3 .news-box .news-post,
        .news-section.col2 .news-box .news-post {
            width: 345px;
        }

    .page-banner-section {
        margin-top: 177px;
        text-align: center;
    }

        .page-banner-section h2 {
            margin-bottom: 5px;
        }

        .page-banner-section ul.page-depth {
            text-align: center;
        }

    #map {
        margin-top: 177px;
        height: 300px;
    }

    .contact-info {
        margin-bottom: 30px;
    }

    .flexslider .flexcaption .inner-caption {
        padding: 16px 25px;
        max-width: 50%;
    }

        .flexslider .flexcaption .inner-caption h1 {
            font-size: 16px;
            margin-bottom: 0;
        }

        .flexslider .flexcaption .inner-caption p {
            display: none;
        }

    .about-section2 iframe {
        height: 300px;
    }
}

@media (max-width: 767px) {
    .we_are_deatails {
        padding: 15px;
    }

    .who-img, .agent {
        display: none;
    }

    .who-content {
        padding: 15px;
    }

    .tp-banner {
        height: 244px !important;
    }

    .start-now h2 span {
        font-size: 30px;
    }

    .start-now h1 {
        font-size: 30px;
    }

    .sec-title h2 {
        font-size: 30px;
        line-height: 30px;
    }

    .main_header {
        padding: 0px 5%;
    }

    .vegas-wrapper, .vegas-overlay, .vegas-timer, .vegas-slide, .vegas-slide-inner {
        position: absolute;
        top: 130px;
    }

        .vegas-wrapper .container {
            padding: 0px;
        }

    .about-box {
        background: none;
    }

    .process2 {
        padding-top: 33px;
    }

    .process3 {
        padding-top: 30px;
    }

    .process1 {
        padding-top: 25px;
    }

    .icon-box.ib-large .ib-icon {
        width: 70px;
    }

    .top-line {
        display: none;
    }

    .navbar-brand {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }

    .navbar-default .navbar-toggle {
        margin-top: 13px;
    }

    .navbar-nav > li > a {
        padding: 5px 15px !important;
    }

    .navbar-nav > li.search {
        display: none;
    }

    .navbar-nav > li.drop ul.dropdown {
        position: relative;
        top: inherit;
        left: inherit;
        width: 100%;
        padding: 0;
        border: none;
        visibility: visible;
        opacity: 1;
    }

        .navbar-nav > li.drop ul.dropdown li a {
            padding: 5px 20px;
            text-transform: inherit;
        }

    .banner-section h2 a {
        margin-left: 6px;
        margin-top: 5px;
    }

    .project-box .project-post {
        width: 50%;
    }

    .projects-page-section .project-box,
    .news-section.col3 .news-box,
    .news-section.col2 .news-box {
        width: 100%;
        margin-left: 0;
    }

        .projects-page-section .project-box.col2 .project-post,
        .projects-page-section .project-box.col3 .project-post,
        .projects-page-section .project-box .project-post {
            width: 100%;
            margin: 0 0 30px;
        }

        .news-section.col3 .news-box .news-post,
        .news-section.col2 .news-box .news-post {
            width: 100%;
            margin: 0 0 40px;
        }

    .page-banner-section,
    #map {
        margin-top: 0px;
        height: 250px;
    }

    .blog-section .blog-box .comment-section ul.depth .comment-box {
        padding-left: 0;
    }

    .flexslider .flexcaption .inner-caption {
        display: none;
    }

    .about-section2 iframe {
        height: 250px;
    }

    #home-section.slider2 {
        margin-top: 60px;
    }

    .navbar-nav {
        background: #282828;
    }

    .title p {
        margin: 20px 40px 30px;
    }
}

@media (max-width: 500px) {
    .project-box .project-post {
        width: 100%;
    }

    .vegas-wrapper .porperty-details {
        width: auto !important;
    }

    .tab-posts-box ul.nav-tabs li a {
        padding: 6px 10px;
        font-size: 11px;
        font-weight: 400;
    }

    .tab-posts-box .tab-pane img {
        float: none !important;
        margin: 0;
        margin-bottom: 20px;
    }

    .blog-section .blog-box .autor-post img {
        max-width: auto;
        float: none;
        margin-bottom: 20px;
    }

    .blog-section .blog-box .autor-post .autor-content,
    .blog-section .blog-box .comment-section ul li .comment-box .comment-content {
        margin-left: 0;
    }

    .blog-section .blog-box .comment-section ul li .comment-box img {
        display: none;
    }

    .title p {
        margin: 20px 40px 30px;
    }

    #map {
        height: 200px;
    }

    .navbar-nav {
        background: #ffffff;
    }
}

.pagination li a{}