/*--------------------------------*/
/* 1. Appionment area
/*--------------------------------*/
p.small-heading {
    font-family: 'Merriweather', serif;
    font-weight: 400;
    color: #1e1540;
    font-size: 14px;
    line-height: 24px;
}

.header-right-link .slice-btn {
    color: #444;
    position: relative;
    top: 0;
    font-size: 22px;
    cursor: pointer;
    right: -11px;
    display: inline-block;
    padding: 34px 0px;
}

.header-right-link {
    float: right;
    width: 30px;
}

.header-area .header-right-link .slice-btn {
    color: #444;
}

.header-area-2 .header-right-link .slice-btn {
    color: #fff;
}

.header-area.stick .header-right-link .slice-btn {
    padding: 28px 0px;
}

.appointment-wrapper {
    position: fixed;
    right: -400px;
    top: 0px;
    width: 380px;
    max-width: 100%;
    height: 100%;
    overflow-y: auto;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    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;
}

.visible-appointment .appointment-wrapper {
    right: 0px;
    opacity: 1;
    visibility: visible;
}

.appointment-wrapper .appoint-box {
    position: relative;
    background-color: #202027;
    padding: 80px 30px 30px;
}

    .appointment-wrapper .appoint-box .cross-icon {
        position: absolute;
        right: 20px;
        top: 20px;
        cursor: pointer;
        color: #ffffff;
        font-size: 20px;
    }

    .appointment-wrapper .appoint-box h2 {
        position: relative;
        font-size: 28px;
        font-weight: 700;
        line-height: 1.2em;
        color: #ffffff;
        margin-bottom: 20px;
    }

.layer-drop {
    position: fixed;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(10,24,40,0.80);
    visibility: hidden;
    z-index: 9990;
    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;
}

.visible-appointment .layer-drop {
    opacity: 1;
    visibility: visible;
}

.appointment-wrapper .single-contact span {
    color: #fff;
    font-size: 15px;
}

.appointment-wrapper .single-contact h5 {
    color: #ddd;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.quote-icons {
    margin-top: 30px;
}

    .quote-icons h5 {
        color: #ddd;
        margin-bottom: 20px;
    }

    .quote-icons ul li {
        display: inline-block;
    }

        .quote-icons ul li a {
            color: #ddd;
            display: block;
            font-size: 18px;
            line-height: 34px;
            text-align: center;
            margin-right: 5px;
            width: 36px;
            height: 36px;
            border: 1px solid #ddd;
            border-radius: 50%;
        }

            .quote-icons ul li a:hover {
                background: #00aac1;
                border: 1px solid #00aac1;
                color: #ddd;
            }

.appointment-wrapper .single-contact {
    width: 100%;
    float: none;
}

.appointment-wrapper .quote-btn {
    background: #00aac1;
    border: 1px solid #00aac1;
    color: #fff;
    padding: 9px 20px;
    font-size: 16px;
    font-weight: 400;
    display: block;
    width: 140px;
    transition: 0.4s;
    border-radius: 3px;
    font-family: 'Merriweather', serif;
}

    .appointment-wrapper .quote-btn:hover {
        background: #062241;
        border: 1px solid #fff;
    }

.appointment-wrapper .contact-icon {
    padding: 30px 0px;
}

.appointment-wrapper .help-block {
    margin-top: 15px;
    margin-bottom: 0px;
}

.appointment-wrapper .contact-form input[type="text"], .appointment-wrapper .contact-form input[type="email"] {
    border: 1px solid #062241;
    border-radius: 3px;
    height: 44px;
    margin-bottom: 15px;
    padding-left: 20px;
}

.appointment-wrapper .contact-form textarea#message {
    border: 1px solid #062241;
    border-radius: 3px;
    height: 120px;
    padding: 20px;
    width: 100%;
}

.header-area-3.stick .header-right-link .slice-btn, .header-area-3 .header-right-link .slice-btn {
    padding: 18px 0px;
}

.header-area-4 .header-right-link .slice-btn, .header-area-6 .header-right-link .slice-btn {
    color: #fff;
}
/*----------------------------------------*/
/*  1.2  Theme default CSS
/*----------------------------------------*/
html, body {
    height: 100%;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

a:focus {
    outline: 0px solid;
}

img {
    max-width: 100%;
    height: auto;
}

.fix {
    overflow: hidden;
}

p {
    margin: 0 0 15px;
    color: #fff;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 15px;
}

h1 {
    font-family: 'Merriweather', serif;
    font-size: 48px;
    line-height: 50px;
}

h2 {
    font-family: 'Merriweather', serif;
    font-size: 22px;
    color: #fff;
    font-weight: 100;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    padding-bottom: 15px;
    margin-bottom: 25px;
}

h3 {
    font-family: 'Merriweather', serif;
    font-size: 20px;
    line-height: 28px;
    color: #00aac1;
    font-weight: 100;
}

h4 {
    font-size: 16px;
    line-height: 26px;
}

h5 {
    font-family: 'Merriweather', serif;
    font-size: 17px;
    line-height: 22px;
    color: #00aac1;
}

h6 {
    font-size: 16px;
    line-height: 20px;
}

a {
    transition: all 0.3s ease 0s;
    text-decoration: none;
}

    a:active, a:hover {
        outline: 0 none;
    }

    a:hover, a:focus {
        color: #00aac1;
        text-decoration: none;
    }

body {
    background: #1e1540 none repeat scroll 0 0;
    /*color: #939598;*/
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    text-align: left;
    overflow-x: hidden;
    line-height: 26px;
    /*letter-spacing: 1px;*/
    font-weight: 300;
}

#scrollUp {
    background: #000 none repeat scroll 0 0;
    border-radius: 2px;
    bottom: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    color: #fff;
    font-size: 20px;
    height: 34px;
    line-height: 30px;
    opacity: 0.6;
    right: 15px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 34px;
}

    #scrollUp:hover {
        background: #00aac1;
        opacity: 1;
    }

.clear {
    clear: both;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

input, select, textarea, input[type="text"], input[type="date"], input[type="url"], input[type="email"], input[type="password"], input[type="tel"], button, button[type="submit"] {
    -moz-appearance: none;
    box-shadow: none !important;
}

    input:focus, textarea:focus, select:focus {
        outline: none;
    }

div#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #fff url('/media/images/logo/preloader.gif') no-repeat center center;
}

.navbar-collapse {
    padding-left: 0px;
}

::selection {
    background-color: #00aac1;
    color: #fff;
    text-shadow: none;
}

-webkit-::selection {
    background-color: #00aac1;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background-color: #00aac1;
    color: #fff;
    text-shadow: none;
}

.color {
    color: #00aac1;
    font-weight: 700;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.area-padding {
    padding: 90px 0px;
}

.page-padding {
    padding: 120px 0px 90px;
}

.bg-color {
    background: #f9f9f9;
}

:focus {
    outline: -webkit-focus-ring-color auto 0px;
}

.parallax-bg {
    position: relative;
}

    .parallax-bg:before {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #062241;
        opacity: .5;
        content: "";
    }

.left-headline {
    margin-bottom: 40px;
}

    .left-headline h1 {
        font-size: 30px;
        max-width: 670px;
        line-height: 42px;
        font-weight: 700;
        /*text-transform: capitalize;*/
        position: relative;
        color: #1e1540;
    }

.white-headline {
    position: relative;
}

    .white-headline h3 {
        color: #fff;
    }

.project-headline.white-headline::after {
    position: absolute;
    left: 0;
    top: 5px;
    background: #fff !important;
    content: "";
    width: 5px;
    height: 90px;
    right: 0;
    margin: 0 auto;
}

.color-bg {
    background: #062241 !important;
}

.center-head {
    text-align: center;
}

.center-head {
    padding-bottom: 60px;
}

    .center-head h3 {
        max-width: 750px;
        font-size: 31px;
        line-height: 42px;
        margin: 0px auto 10px;
    }

    .center-head::after {
        position: absolute;
        content: "";
        left: 0;
        bottom: 40px;
        width: 50px;
        right: 0;
        margin: 0 auto;
        height: 2px;
        background: #062241;
    }

.white-headline::after {
    background: #fff;
    position: absolute;
    content: "";
    left: 0;
    bottom: 25px;
    width: 50px;
    right: 0;
    margin: 0 auto;
    height: 2px;
}

.white-headline p {
    color: #fff;
    max-width: 600px;
    letter-spacing: 1px;
    font-size: 16px;
    margin: 10px auto;
}
/*--------------------------------*/
/*  2. Header top Area
/*--------------------------------*/


.topbar-left ul li {
    display: inline-block;
}
    /*.topbar-area {
    background:#243559;
}*/
    .topbar-left ul li a {
        color: #939598;
        display: block;
        /*font-weight: 500;*/
        margin-right: 15px;
        padding: 8px 0;
        text-decoration: none;
        font-size: 14px;
        letter-spacing: 1px;
    }

        .topbar-left ul li a.mail {
            color: #1e1540;
        }

            .topbar-left ul li a.mail:hover {
                color: #00aac1;
            }

        .topbar-left ul li a i {
            color: #00aac1;
            font-size: 16px;
            padding-right: 7px;
        }

.top-social {
    text-align: right;
    padding: 8px 0px;
    margin-left: 15px;
    margin-right: 15px;
    float: right;
}

span.share-link {
    float: right;
    color: #ddd;
    margin-left: 7%;
}

    span.share-link a {
        color: #1e1540;
    }

        span.share-link a:hover {
            color: #00aac1;
        }

    span.share-link .fa {
        float: right;
        padding-left: 6px;
        padding-top: 3px;
        color: #00aac1;
    }

.top-social ul li {
    display: inline-block;
}

    .top-social ul li a {
        color: #a5a1b3;
        margin-left: 12px;
        display: block;
        text-align: center;
        font-size: 15px;
        border-radius: 5px;
        line-height: 25px;
    }

        .top-social ul li a:hover {
            color: #00aac1;
        }

.slogan {
    margin-bottom: 0px;
    padding: 16px 0px;
    color: #fff;
    font-size: 16px;
}
/*----------------------------------------*/
/*  2.1 Header Bottom Area 
/*----------------------------------------*/
.header-area {
    background: #1e1540;
    box-shadow: 2px 2px 5px #666666, 0px 0px 0px #666666;
    min-height: 95px;
}

    .header-area .logo img {
        width: 245px;
    }

.logo-bg {
    background: #00aac1;
    z-index: 10;
}

    .logo-bg:after {
        content: "";
        position: absolute;
        right: -100px;
        top: 0;
        border-top: 100px solid transparent;
        border-bottom: 0 solid transparent;
        border-left: 100px solid #00aac1;
        z-index: 10;
    }

    .logo-bg:before {
        content: "";
        position: absolute;
        left: -90px;
        top: 0;
        background: #00aac1;
        z-index: 10;
        width: 90px;
        height: 100%;
    }

.logo {
    display: block;
}

    .logo a {
        display: inline-block;
        height: auto;
        padding: 20px 0;
    }

.main-menu ul.navbar-nav li {
    float: left;
    position: relative;
}

.main-menu ul.navbar-nav > li > a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    padding: 0px 0px 30px 35px;
}

    .main-menu ul.navbar-nav > li > a:focus {
        color: #1e1540;
    }

.active, .main-menu ul.navbar-nav li.active a:hover {
    color: #00aac1;
}

.main-menu ul.navbar-nav li a:hover {
    color: #00aac1;
}

.main-menu ul.navbar-nav > li:hover > a:before, .main-menu ul.navbar-nav > li.active > a::before {
    width: 100%;
}

.main-menu ul.navbar-nav li.active a:focus {
    color: #1e1540;
}

.main-menu ul.navbar-nav li.active a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #00aac1;
    position: relative;
    z-index: 9999999;
}

.navbar {
    border: medium none;
    margin-bottom: 0;
}

.navbar-default {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

    .main-menu ul.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        background: none;
        color: #1e1540;
    }

    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        background-color: transparent;
        color: #fff;
    }

    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background: none;
    }

.main-menu ul.nav li ul.sub-menu {
    background: #fff;
    border-bottom: 2px solid #00aac1;
    left: 15px;
    opacity: 0;
    position: absolute;
    top: 115%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 220px;
    z-index: -99;
}

    .main-menu ul.nav li ul.sub-menu li ul {
        background: #fff;
        border-bottom: 2px solid #00aac1;
        left: 221px;
        opacity: 0;
        position: absolute;
        top: 115%;
        transition: all 0.3s ease 0s;
        visibility: hidden;
        width: 220px;
        z-index: -99;
    }

.pagess {
    position: relative;
}

.navbar.navbar-default {
    float: right;
    width: 100%;
}

.main-menu ul.nav li ul.sub-menu li {
    border-bottom: 1px solid #eee;
    padding: 0;
    position: relative;
    width: 100%;
}

.main-menu ul.nav li:hover ul.sub-menu {
    top: 92%;
    opacity: 1;
    z-index: 999;
    visibility: visible;
}

.main-menu ul.nav li ul.sub-menu li:hover ul {
    top: 0%;
    opacity: 1;
    z-index: 999;
    visibility: visible;
}


.main-menu ul.nav li ul.sub-menu li a {
    color: #242424;
    display: block;
    font-size: 13px;
    font-weight: 400;
    padding: 10px 15px;
    /*   text-transform: uppercase;*/
    font-family: 'Roboto', sans-serif;
}

.main-menu ul.nav li ul.sub-menu li ul li a {
    font-weight: 300;
}

.main-menu ul.nav li:hover ul.sub-menu li a:hover {
    color: #242424;
    background: #f7f8f8;
}

.main-menu ul.nav li ul.sub-menu li:last-child {
    border: none;
}

.stick span.search-button i, .stick .header-search input {
    color: #444
}

.search-option-5 button.button {
    display: inline-block;
    border: none;
    background: none;
    padding: 0;
}

.search-option {
    /*background: #fff none repeat scroll 0 0;*/
    bottom: -45px;
    color: #444;
    display: none;
    position: absolute;
    right: 20px;
    width: 260px;
    z-index: 99999;
    /*border-top: 2px solid #00aac1;*/
}

    .search-option input {
        /*background: #fff none repeat scroll 0 0;*/
        border: medium none;
        color: #444;
        display: block;
        float: left;
        font-size: 14px;
        font-style: italic;
        padding: 8px 10px;
        width: 213px;
        height: 44px;
        background: rgba(255, 255, 255, 0.9);
    }

    .search-option button.button {
        background: #00aac1;
        border: medium none;
        color: #fff;
        display: inline-block;
        float: right;
        font-size: 17px;
        line-height: 35px;
        padding: 5px 15px;
        text-align: center;
    }

.header-right-link a.main-search {
    color: #00aac1;
    display: inline-block;
    float: left;
    font-size: 18px;
    line-height: 39px;
    position: relative;
    padding: 0px 0px 0px 10px;
}
/*--------------------------------*/
/* 2.2. Sticky Header Area
/*--------------------------------*/
.header-area.stick {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
    box-shadow: 0px 0px 1px #ccc, -2px -2px 1px #ccc;
    background: #1e1540;
}

    .header-area.stick .logo a {
        display: inline-block;
        height: auto;
        padding: 16px 0;
    }
    /*.header-area.stick .main-menu ul.navbar-nav li a {
    padding: 30px 0px;
}*/
    .header-area.stick .quote-button {
        float: right;
        padding: 13px 5px;
    }
    /*.header-area.stick .header-right-link a.main-search {
    padding: 21px 0px 20px 10px;
}*/
    .header-area.stick .main-menu ul.nav li ul.sub-menu li a {
        display: block;
        padding: 10px 15px;
    }

    .header-area.stick .navbar-brand > img {
        display: block;
        width: 160px;
        height: auto;
    }

    .header-area.stick .logo-bg:after {
        border-top: 76px solid transparent;
    }
/*----------------------------------------*/
/*  2.3. Mobile Menu Area
/*----------------------------------------*/
.mobile-menu-area {
    background: #1e1540 none repeat scroll 0 0;
    padding: 10px 0px;
}

.mean-container .mean-bar::after {
    content: "";
    font-size: 21px;
    left: 5%;
    position: absolute;
    top: 12px;
    text-transform: uppercase;
    font-weight: 500;
}

.mean-container a.meanmenu-reveal:hover {
    color: #fff;
}

.mean-container .mean-nav ul {
    list-style-type: none;
    margin: 20px 0px;
    padding: 0;
    width: 100%;
}

    .mean-container .mean-nav ul li a {
        background: #1e1540 none repeat scroll 0 0;
        color: #fff;
        display: block;
        float: left;
        font-size: 13px;
        font-weight: 700;
        margin: 0;
        padding: 13px 10px;
        text-align: left;
        text-decoration: none;
        text-transform: uppercase;
        /* width: 100%;*/
    }

        .mean-container .mean-nav ul li a:hover {
            color: #00aac1;
        }

.mean-nav ul li.mean-last {
    margin-bottom: 20px;
}

.mean-container .mean-nav ul li a.mean-expand {
    color: #00aac1;
    line-height: 17px;
    width: 100%;
    text-align: right;
    background: none;
}

.mean-container .mean-nav ul li {
    width: 99.7%;
}

.mobile-menu-area .header-right-link a.main-search {
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 18px;
    line-height: 25px;
    position: relative;
    padding: 0px 0px 0px 10px;
}

.mobile-menu-area .slice-btn {
    float: right;
    padding: 0px;
}

.mobile-menu-area .header-right-link {
    float: right;
    width: 50px;
    position: absolute;
    top: 12px;
    right: 0px;
}

.mean-container a.meanmenu-reveal {
    color: #fff;
    cursor: pointer;
    display: block;
    float: right;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px !important;
    font-weight: 700;
    height: 22px;
    line-height: 22px;
    padding: 6px 10px 11px;
    right: 0;
    text-decoration: none;
    text-indent: -9999em;
    top: 0;
    width: 30px;
    margin-top: 5px;
}

.mean-container .mean-bar {
    background: transparent none repeat scroll 0 0;
    float: left;
    min-height: 42px;
    padding: 4px 0 0;
    position: relative;
    width: 90%;
    z-index: 999999;
}

.mobile-menu-area .header-right-link .slice-btn span {
    font-size: 20px;
    font-weight: 700;
    color: #1e1540;
    cursor: pointer;
}

.mobile-menu-area .search-option {
    background: #fff none repeat scroll 0 0;
    bottom: -60px;
    color: #444;
    display: none;
    position: absolute;
    right: 20px;
    width: 260px;
    z-index: 99999;
    border-top: 2px solid #00aac1;
}
/*----------------------------------------*/
/*  3. Slider Area
/*----------------------------------------*/
.intro-content {
    position: relative;
    z-index: 1;
}

    .intro-content::after {
        background: rgba(10, 27, 40, 0.6) none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 1;
    }

.slider-content {
    position: absolute;
    right: 0;
    text-align: left;
    top: 50%;
    z-index: 3;
    left: 0;
    margin: 0 auto;
    margin-top: -170px;
}

.layer-1 {
    margin: 0px 0 20px;
}

.layer-2 p {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    /*font-weight: 500;*/
    max-width: 600px;
    margin-bottom: 30px;
}

.layer-1 h1 {
    color: #fff;
    font-size: 52px;
    line-height: 60px;
    /*text-transform: capitalize;*/
    margin: 0px 0px 20px;
    max-width: 710px;
}

.ready-btn {
    border: 1px solid #00aac1;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    z-index: 222;
    background: #00aac1;
    width: 160px;
    border-radius: 30px;
    font-weight: 300;
}

    .ready-btn:hover {
        color: #fff;
        background: #00aac1;
        border: 2px solid #00aac1;
        text-decoration: none;
    }

    .ready-btn.right-btn {
        margin-left: 15px;
        background: transparent;
        border: 2px solid #fff;
        color: #fff;
    }

        .ready-btn.right-btn:hover {
            background: #00aac1;
            border: 2px solid #00aac1;
        }

    .ready-btn.left-btn:hover {
        background: transparent;
        border: 2px solid #fff;
        color: #fff;
    }

.layer-1-2 .color {
    color: #00aac1;
    font-weight: 900;
}

.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev, .intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    color: #fff;
    font-size: 22px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    ;
    text-align: center;
    line-height: 48px;
    opacity: 0;
    border: 2px solid #fff;
    width: 50px;
    height: 50px;
    border-radius: 50px;
}

.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev {
    left: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}

.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    right: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}

.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next {
    right: 2%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}

.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev {
    left: 2%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}

    .intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next:hover, .intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev:hover {
        color: #fff;
        background: #00aac1;
        border: 2px solid #00aac1;
    }

.intro-carousel .owl-item .layer-1 {
    transform: translateY(100%);
    opacity: 0;
    transition: all 1s ease-in-out 0.3s;
}

.intro-carousel .owl-item .layer-2 {
    transform: translateY(100%);
    opacity: 0;
    transition: all 1s ease-in-out 1s;
}

.intro-carousel .owl-item .layer-3 {
    transform: translateY(100%);
    opacity: 0;
    transition: all 1s ease-in-out 1.5s;
}

.intro-carousel .owl-item.active .layer-1, .intro-carousel .owl-item.active .layer-2, .intro-carousel .owl-item.active .layer-3 {
    transform: translateY(0);
    opacity: 1;
}

.intro-carousel .owl-item.active .slider-images img {
    transform: scale(1.1);
    transition: 10s;
}
/*----------------------------------------*/
/*  4. Wellcome Services Area
/*----------------------------------------*/
.all-services-top {
    margin-top: -30px;
}

.well-services {
    padding: 30px;
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-top: 30px;
}

.number {
    color: #eee;
    font-size: 200px;
    position: absolute;
    top: 85px;
    left: 50%;
    width: 100%;
    opacity: 0.4;
    font-weight: 700;
    z-index: -1;
}

.well-icon {
    margin-bottom: 20px;
    display: block;
    float: none;
    width: auto;
    height: auto;
}

    .well-icon a {
        font-size: 60px;
        line-height: 60px;
        color: #00aac1;
    }

.well-services .well-content h4 {
    font-size: 22px;
    line-height: 30px;
    transition: 0.4s;
}

.well-services:hover .well-content h4 {
    color: #00aac1;
    transition: 0.4s;
}
/*----------------------------------------*/
/*  5. About area
/*----------------------------------------*/
.about-content h3 {
    line-height: 34px;
    text-transform: capitalize;
    font-size: 26px;
    position: relative;
    font-weight: 800;
    margin: 15px 0px 25px 0px;
}

.about-content p {
    font-size: 15px;
    letter-spacing: 0.40px;
    line-height: 24px;
    margin-bottom: 25px;
}

.about-details {
    overflow: hidden;
    display: block;
    padding-top: 10px;
}

ul.marker-list {
    margin-bottom: 30px;
}

.marker-list li {
    color: #cdcdcd;
    padding-left: 30px;
    margin: 10px 0px;
    position: relative;
    font-size: 15px;
    font-weight: 300;
}

    .marker-list li::after {
        position: absolute;
        content: "";
        left: 5px;
        top: 10px;
        background: #00aac1;
        width: 5px;
        height: 5px;
    }

.about-image {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

    .about-image img {
        border-radius: 10px;
    }

    .about-image::after {
        position: absolute;
        left: -210px;
        top: 180px;
        width: 800px;
        height: 100%;
        content: "";
        background: rgba(6,34,65,0.40) none repeat scroll 0 0;
        transform: rotate(38deg);
    }

.video-content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 48%;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: -35px;
    text-align: center;
    z-index: 999;
}

.video-play.vid-zone {
    background: #00aac1;
    border-radius: 100%;
    display: inline-block;
    font-size: 34px;
    height: 100px;
    line-height: 96px;
    width: 100px;
    overflow: hidden;
    transition: 0.4s;
}

    .video-play.vid-zone i {
        color: #fff;
        margin-left: 5px;
    }

    .video-play.vid-zone:hover {
        background: #fff;
        color: #00aac1;
        transition: 0.4s;
    }

        .video-play.vid-zone:hover i {
            color: #00aac1;
        }
/*----------------------------------------*/
/*  6. Services Area
/*----------------------------------------*/
.all-services {
    margin-top: -30px;
    overflow: hidden;
    display: block;
}

.single-service {
    position: relative;
    border: 1px solid #ddd;
    padding: 20px 20px 5px;
    margin-top: 30px;
    transition: 0.4s;
}

    .single-service:hover {
        border: 1px solid #062241;
        background: #062241;
        transition: 0.4s;
    }

.left-head {
    position: relative;
}

    .left-head h4 {
        font-size: 26px;
        line-height: 34px;
        text-transform: capitalize;
    }

.service-icon {
    float: left;
    margin-right: 20px;
}

    .service-icon i {
        font-size: 34px;
        color: #00aac1;
    }

.service-text h4 {
    font-weight: 500;
    font-size: 20px;
}

.single-service h4 {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 2px;
}

    .single-service h4 a {
        color: #232323;
    }

        .single-service h4 a:hover {
            color: #00aac1;
        }

.left-head p {
    font-size: 16px;
}

.more-btn {
    border: 1px solid #00aac1;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    background: #00aac1;
    width: 160px;
    border-radius: 30px;
    margin-top: 20px;
}

    .more-btn:hover {
        color: #fff;
        background: #062241;
        border: 1px solid #062241;
    }

.single-service:hover .service-text h4 a, .single-service:hover .service-text p {
    color: #fff;
}
/*----------------------------------------*/
/* 7.Counter Area
/*----------------------------------------*/
.counter-area {
    position: relative;
}

.fun-content {
    /*background: #062241;*/
    padding: 60px 50px;
    overflow: hidden;
}

.fun-icon {
    float: left;
}

    .fun-icon i {
        font-size: 60px;
        line-height: 70px;
        color: #fff;
    }

.fun_text {
    padding-left: 75px;
}

    .fun_text span {
        display: block;
        font-size: 44px;
        font-weight: bold;
        line-height: 40px;
        color: #ddd;
        margin: 5px 0px;
    }

    .fun_text > h5 {
        color: #fff;
        font-size: 14px;
        font-weight: 100;
        margin-bottom: 0;
    }
/*--------------------------------*/
/*  8.Project Area
/*--------------------------------*/
.project-headline {
    position: relative;
}

    .project-headline::after {
        position: absolute;
        left: 0;
        top: 5px;
        background: #062241;
        content: "";
        width: 5px;
        height: 90px;
        right: 0;
        margin: 0 auto;
    }

    .project-headline h3 {
        font-size: 22px;
        width: 50%;
        line-height: 30px;
        font-weight: 400;
        text-transform: inherit;
        margin-bottom: 40px;
        float: left;
        padding-right: 30px;
    }

    .project-headline p {
        width: 50%;
        float: left;
        padding-left: 30px;
        padding-top: 8px;
    }

.project-single {
    width: 33.33%;
    float: left;
}

.all-padding {
    padding: 15px;
}

.single-awesome-project {
    overflow: hidden;
}

.awesome-img {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

    .awesome-img img {
        transform: scale(1.1);
        transition: 0.5s;
    }

.single-awesome-project:hover .awesome-img img {
    transform: scale(1);
    transition: 0.5s;
}

.awesome-img > a {
    display: block;
    position: relative;
}

.awesome-img::after {
    position: absolute;
    left: 0;
    top: 0;
    /*background: rgba(6,34,65,0.60) none repeat scroll 0 0;*/
    content: "";
    width: 100%;
    height: 100%;
    transition: 0.4s;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,0c0c0c+100&0+28,1+100 */
    background: -moz-linear-gradient(top, rgba(30,87,153,0) 0%, rgba(25,66,114,0) 28%, rgba(12,12,12,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(30,87,153,0) 0%, rgba(25,66,114,0) 28%, rgba(12,12,12,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(30,87,153,0) 0%, rgba(25,66,114,0) 28%, rgba(12,12,12,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#0c0c0c', GradientType=0 ); /* IE6-9 */
}

.add-actions {
    display: block;
    height: 100%;
    left: 0px;
    position: absolute;
    top: 10%;
    transition: all 0.4s ease 0s;
    width: 100%;
    z-index: 9;
    padding: 30px;
}

.project-dec {
    display: inline-block;
}

    .project-dec h5 {
        color: #fff;
        font-size: 18px;
        text-decoration: none;
        font-weight: 500;
    }

    .project-dec p {
        color: #fff;
        font-size: 15px;
    }

    .project-dec span {
        color: #fff;
        background: #00aac1;
        margin-bottom: 15px;
        display: inline-block;
        padding: 0px 8px;
        font-size: 14px;
        text-transform: uppercase;
    }

.opacity-text {
    opacity: 0;
}

.awesome-menu {
    padding-top: 10px;
}

.single-awesome-project:hover .opacity-text {
    opacity: 1;
}

.single-awesome-project:hover .awesome-img::after {
    background: rgba(6,34,65,0.95) none repeat scroll 0 0;
    transition: all 0.5s ease 0s;
}

.single-awesome-project:hover .add-actions {
    top: 5%;
    transition: all 0.5s ease 0s;
}

.know-more-btn {
    color: #fff;
    font-size: 14px;
    background: transparent !important;
    padding: 0px !important;
}

    .know-more-btn:hover, .project-dec h5:hover {
        color: #00aac1;
    }
/*----------------------------------------
 9.Quote Area
----------------------------------------*/
.quote-area {
    position: relative;
    background: rgba(0, 0, 0, 0) url(/media/images/background/bg1.jpg) no-repeat scroll top right / cover;
}

.quote-all {
    background: #062241;
}

.sub-head h4 {
    text-transform: capitalize;
    font-size: 26px;
    margin-bottom: 30px;
}

.contact-icon {
    display: block;
    overflow: hidden;
}

.single-contact {
    width: 50%;
    float: left;
}

    .single-contact h5 {
        color: #fff;
        text-transform: capitalize;
        margin-bottom: 15px;
    }

    .single-contact a {
        display: block;
        margin-bottom: 10px;
    }

        .single-contact a i {
            float: left;
            color: #00aac1;
            font-size: 18px;
            padding-right: 20px;
            line-height: 24px;
        }

    .single-contact span {
        color: #fff;
    }

.form-row {
    margin-top: 30px;
}

.quote-contact {
    padding: 0px 100px;
}

.quote-area #contactForm input {
    border-radius: 0;
    height: 45px;
    margin-bottom: 15px;
}

.quote-area .white-headline::after {
    display: none;
}

.quote-area .contact-form textarea#message {
    height: 104px;
    border-radius: 0;
    margin-bottom: 15px;
}

.quote-area .quote-btn {
    background: #00aac1;
    border: 1px solid #00aac1;
    color: #fff;
    padding: 9px 20px;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    width: 100%;
    transition: 0.4s;
}

    .quote-area .quote-btn:hover {
        background: #062241;
        border: 1px solid #00aac1;
        transition: 0.4s;
    }

.quote-area #contactForm .col-md-6 {
    padding-left: 7.5px;
    padding-right: 7.5px;
}
/*--------------------------------*/
/* 10.Testimonial Area Css
/*--------------------------------*/
.testimonial-area {
    background: #fff;
}

.single-testi {
    padding: 30px 20px;
    position: relative;
    border: 1px solid #f1f1f1;
}

.testi-img {
    float: left;
    margin-right: 15px;
}

    .testi-img img {
        width: 100%;
        max-width: 120px;
        height: auto;
        border-radius: 50%;
        float: left;
        border: 4px solid #00aac1;
    }

.testi-text {
    padding-left: 100px;
}

.texti-name {
    margin-top: 15px;
    display: inline-block;
}

    .texti-name h4 {
        font-weight: 700;
        font-size: 20px;
        margin-bottom: 0px;
    }

.guest-rev a {
    color: #444;
    font-size: 14px;
}

.testi-text p {
    color: #444;
    margin-bottom: 0px;
}

.Reviews-content {
    margin-top: -30px;
}

.testimonial-carousel.item-indicator {
    padding: 30px 0px 50px;
}

.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot > span {
    background: #444 none repeat scroll 0 0;
    display: inline-block;
    height: 8px;
    width: 8px;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
    border-radius: 50%;
}

.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots {
    bottom: 0px;
    display: block;
    left: 50%;
    margin-left: -20px;
    position: absolute;
}

.testimonial-content {
    margin-bottom: 15px;
}

.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot {
    display: inline-block;
    margin: 0 3px;
}

    .testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot.active span {
        background: #00aac1;
    }

.reviews-page .single-testi {
    margin-bottom: 30px;
}
/*----------------------------------------*/
/*  11. banner Area
/*----------------------------------------*/
.banner-content {
    background: #062241;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.brand-items {
    display: block;
    margin-top: 30px;
    overflow: hidden;
    padding: 0px 60px;
}

    .brand-items h4 {
        color: #fff;
        font-size: 26px;
        line-height: 32px;
        font-weight: 600;
        text-align: center;
    }

.brand-items {
    padding: 0px 30px;
}

.single-brand-item {
    float: left;
    width: 20%;
    padding: 0px 10px;
}

    .single-brand-item a {
        display: block;
    }

.banner-btn {
    border: 1px solid #00aac1;
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    background: #00aac1;
    border-radius: 2px;
    margin-top: 40px;
}

    .banner-btn:hover {
        background: transparent;
        border: 1px solid #fff;
        color: #fff;
    }

.banner-content h3 {
    margin: 0 auto;
    color: #fff;
    font-size: 30px;
    max-width: 750px;
    line-height: 36px;
    font-weight: 600;
}
/*----------------------------------------*/
/*  12. Blog Area
/*----------------------------------------*/
.blog-area {
    position: relative;
}

.blog-image {
    overflow: hidden;
    display: block;
}

.blog-grid {
    margin-top: -30px;
}

.blog-content {
    background: #fff;
    padding: 20px 20px 30px;
}

    .blog-content a h4 {
        font-size: 20px;
        text-transform: inherit;
        font-weight: 600;
        color: #444;
        line-height: 28px;
        margin: 10px 0px;
    }

.blog-meta {
    border-bottom: 1px solid #ddd;
    padding: 10px 0px;
    display: block;
}

    .blog-meta span {
        color: #444;
        font-size: 14px;
        font-weight: 700;
        padding-right: 10px;
    }

.blog-content a h4:hover {
    color: #00aac1;
}

.single-blog {
    margin-top: 30px;
    box-shadow: 1px 1px 20px #f3f3f3, -1px -1px 20px #f3f3f3;
    position: relative;
}

.read-more {
    color: #444;
    font-weight: 700;
    border-top: 1px solid #ddd;
    display: block;
    padding-top: 10px;
}

.blog-content p {
    color: #444;
    font-size: 15px;
}
/*----------------------------------------*/
/*  13. Footer Area
/*----------------------------------------*/
.footer-1 {
    background: #202027;
}

.footer-1 {
    position: relative;
    z-index: 1;
}

    .footer-1::after {
        /* background: rgba(10, 24, 40, 0.9) none repeat scroll 0 0;*/
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1;
    }

.footer-area {
    position: relative;
}

.footer-about-top {
    position: relative;
    background: #25252d;
    padding: 95px 30px;
    top: -90px;
    margin-bottom: -190px;
}

.footer-logo {
    margin-bottom: 15px;
}

.footer-head p {
    color: #ddd;
}

.footer-head h4 {
    color: #ddd;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 100;
}

.footer-services-link ul.footer-list {
    width: 50%;
    float: left;
}

.footer-icons ul li {
    display: inline-block;
}

    .footer-icons ul li a {
        color: #ddd;
        display: block;
        font-size: 20px;
        line-height: 38px;
        text-align: center;
        margin-right: 5px;
        width: 40px;
        height: 40px;
        border: 1px solid #ddd;
        border-radius: 50%;
    }

        .footer-icons ul li a:hover {
            color: #fff;
            background: #00aac1;
            border: 1px solid #00aac1;
        }

.footer-icons {
    margin-top: 30px;
    display: inline-block;
}

    .footer-icons h5 {
        color: #ddd;
    }

.suscribe-input input {
    background: transparent;
    color: #ddd;
    font-size: 15px;
    line-height: 24px;
    padding: 11px 15px;
    height: 42px;
    border-radius: 0;
    width: 100%;
    border: 1px solid #777;
}

.suscribe-input button {
    background: #00aac1;
    border: 1px solid #00aac1;
    color: #fff;
    font-size: 16px;
    padding: 8px 20px;
    border-radius: 3px;
    transition: 0.4s;
    margin-top: 15px;
    text-transform: capitalize;
    font-weight: 700;
}

    .suscribe-input button:hover {
        background: #062241;
        border: 1px solid #062241;
        color: #fff;
        transition: 0.4s;
    }

.footer-contacts p span {
    color: #00aac1;
    font-weight: 300;
}

.footer-content {
    display: block;
    overflow: hidden;
}

.footer-list li a {
    color: #ddd;
    padding: 4px 0px 4px 20px;
    display: block;
    position: relative;
}

.footer-list li:first-child a {
    padding-top: 0px;
}

.footer-list li:last-child a {
    padding-bottom: 0px;
}

.footer-list li a::after {
    position: absolute;
    content: "\e876";
    right: auto;
    /* top: 4px;*/
    font-family: montril;
    font-size: 11px;
    left: 0;
}

.footer-list li a:hover {
    color: #00aac1;
}

.footer-area-bottom {
    background: #25252d;
    padding: 25px 0;
}

.copyright-text a:hover {
    text-decoration: underline;
    color: #00aac1;
}

.copyright-text a {
    color: #ddd;
}

.copyright > p {
    margin-bottom: 0;
    color: #ddd;
    font-size: 14px;
}

.copyright a {
    color: #00aac1;
}
/*----------------------------------------*/
/*  14. Home 2 Area
/*----------------------------------------*/
.header-two {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 999;
}

.topbar-area-2 {
    background: #062241;
}

.header-area-2 {
    background: rgba(6,34,65,0.50) none repeat scroll 0 0;
    box-shadow: none;
}

.topbar-area-2 .topbar-left ul li a {
    color: #fff;
}

.header-area-2 .main-menu ul.navbar-nav li a {
    color: #fff;
}

    .header-area-2 .main-menu ul.navbar-nav li a:hover {
        color: #00aac1;
    }

.header-area-2 .header-right-link a.main-search {
    color: #fff;
}

.header-area-2.stick {
    background: #062241;
    box-shadow: 0px 0px 1px #666, -2px -2px 1px #666;
}

.intro-2 .layer-1 h1 {
    margin: 0px auto 20px;
    max-width: 850px;
}

.intro-2 .layer-2 p {
    max-width: 700px;
    margin: 0px auto 30px;
}

.intro-2 .slider-content {
    margin-top: -100px;
}

.welcome-2 .well-services {
    padding: 30px 20px;
    text-align: center;
    z-index: 1;
}

    .welcome-2 .well-services::after {
        position: absolute;
        left: 0;
        top: 0;
        width: 0%;
        height: 2px;
        background: #062241;
        content: "";
        transition: 0.5s;
        z-index: -1;
    }

.welcome-2 .number {
    display: none;
}

.welcome-2 .well-icon a {
    font-size: 40px;
    line-height: 52px;
    width: 60px;
    height: 60px;
    border: 3px solid #00aac1;
    color: #00aac1;
    display: inline-block;
    border-radius: 5px;
}

.welcome-2 .well-services:hover::after {
    width: 100%;
    height: 100%;
    background: #062241;
    transition: 0.5s;
}

.welcome-2 .well-services:hover .well-content p, .welcome-2 .well-services:hover .well-content h4 {
    color: #fff;
}

.about-2 {
    background: url(/media/images/background/ag1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-attachment: scroll;
}

    .about-2 .about-content {
        background: #062241;
        padding: 80px 80px 80px 50px;
    }

        .about-2 .about-content h3, .about-2 .about-content p {
            color: #fff;
        }

    .about-2 .about-content {
        background: #062241;
        padding: 80px 70px 80px 50px;
        overflow: hidden;
    }

    .about-2 .about-image {
        overflow: initial;
        width: 100%;
        height: 100%;
        position: relative;
    }

        .about-2 .about-image::after {
            display: none;
        }

    .about-2 .video-content {
        display: none;
        position: relative;
        top: 200px;
        text-align: center;
    }

.single-about {
    width: 33.33%;
    float: left;
}

.about-company {
    margin-top: 50px;
    display: block;
    overflow: hidden;
}

span.about-icon {
    font-size: 60px;
    line-height: 60px;
    color: #fff;
    float: left;
    margin-right: 15px;
}

span.about-text {
    font-size: 19px;
    font-weight: 700;
    color: #fff;
}
/*--------------------------------*/
/* 15.Home 2  Why choose Area
/*--------------------------------*/
.choose-area {
    position: relative;
}

.choose-images {
    width: 80px;
    float: left;
    height: 80px;
    font-size: 32px;
    color: #00aac1;
    border: 1px solid #ccc;
    margin-right: 15px;
    line-height: 75px;
    text-align: center;
    border-radius: 50%;
}

.single-choose {
    display: block;
    margin-top: 30px;
}

.choose-content {
    padding-left: 80px;
}

    .choose-content h4 {
        font-size: 18px;
        font-weight: 500;
        line-height: 22px;
        margin-bottom: 10px;
    }

        .choose-content h4 a {
            color: #444;
        }

            .choose-content h4 a:hover {
                color: #00aac1;
            }

    .choose-content p {
        color: #666;
    }

.project-area.project-2 {
    background: url("/media/images/parallax_bg.jpg") right top #1e1540 no-repeat;
}

.project-carousel .project-single {
    width: 100%;
    float: none;
}

.project-carousel .add-actions {
    top: 60%;
    padding: 30px 20px;
}

.blog-right-column .blog-image {
    overflow: hidden;
    float: left;
    width: 35%;
}

.blog-right-column .blog-content {
    background: #fff;
    float: left;
    height: 100%;
    width: 65%;
    padding: 0px 20px;
    min-height: 136px;
}

.blog-right-column .single-blog {
    overflow: hidden;
}

.footer-2 {
    background: #062241;
}

    .footer-2 .footer-about-top {
        background: #0A1828;
    }

    .footer-2 .footer-area-bottom {
        background: #0A1828;
    }
/*--------------------------------*/
/* 16.Home 3
/*--------------------------------*/
.header-area-3 {
    background: #fff;
    border-top: 1px solid #ccc;
    box-shadow: none;
}

.header-middle-area .header-info {
    width: 33.33%;
    float: left;
    padding: 25px 0px;
}

.header-middle-area .header-info-text span {
    display: block;
    font-size: 14px;
}

.header-middle-area .info-simple {
    font-weight: 700;
    color: #777;
    font-size: 12px;
}

.header-middle-area .header-icon {
    float: left;
    margin-right: 10px;
}

.header-middle-area .logo a {
    padding: 19px 0;
}

.header-icon i {
    color: #fff;
    font-size: 22px;
    line-height: 38px;
    width: 40px;
    height: 40px;
    background: #00aac1;
    text-align: center;
    border-radius: 3px;
}

.info-first {
    font-weight: 700;
    color: #444;
}

.header-area-3.stick {
    background: #fff;
}

.header-area-3 .navbar.navbar-default {
    float: left;
}

.header-area-3 .main-menu ul.navbar-nav li a {
    padding: 20px 15px;
    color: #444;
    margin: 0px;
}

.header-area-3.stick .main-menu ul.navbar-nav li a {
    padding: 20px 15px;
}

.header-area-3 .main-menu ul.navbar-nav li.active > a, .header-area-3 .main-menu ul.navbar-nav > li > a:hover {
    color: #00aac1;
}

.header-area-3 .header-right-link a.main-search {
    padding: 10px 0px 10px 10px;
}

.header-area-3.stick .header-right-link a.main-search {
    padding: 10px 0px 10px 10px;
}

.intro-3 .layer-1 h1 {
    text-transform: uppercase;
}

.welcome-3 .well-services {
    background: #062241;
    padding: 40px 30px 25px;
}

.welcome-3 .number {
    font-size: 150px;
    top: 67px;
    left: 71%;
    opacity: 0.10;
}

.welcome-3 .well-services .well-content p, .welcome-3 .well-services .well-content h4 {
    color: #fff;
}

.welcome-3 .well-icon {
    margin-bottom: 0px;
    display: inline-block;
    float: left;
    margin-right: 20px;
}

.single-service {
    background: #fff;
}

.counter-2 .fun-icon {
    float: none;
    display: block;
    text-align: center;
    position: relative;
}

    .counter-2 .fun-icon::after {
        position: absolute;
        left: 0;
        bottom: -20px;
        width: 70px;
        height: 3px;
        border: 2px dotted #ddd;
        content: "";
        right: 0;
        margin: 0 auto;
    }

    .counter-2 .fun-icon i {
        font-size: 50px;
        line-height: 50px;
        color: #fff;
    }

.counter-2 .fun_text {
    padding-left: 0px;
    text-align: center;
    padding-top: 30px;
}

    .counter-2 .fun_text span {
        margin: 15px 0px;
    }

.counter-2 {
    background: url("/media/images/parallax.jpg");
    background-attachment: fixed;
    background-position: bottom center;
    background-size: cover;
    overflow: hidden;
}

.project-3 .project-single {
    width: 50%;
    float: left;
}

.project-3 .awesome-img img {
    width: 50%;
    height: auto;
}

.project-3 .add-actions {
    left: 35%;
    top: 9%;
    background: #fff;
    width: 60%;
    height: auto;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}

.project-3 .opacity-text {
    opacity: 1;
}

.project-3 .awesome-img img {
    transform: scale(1);
}

.project-3 .awesome-img::after {
    display: none;
}

.project-3 .single-awesome-project:hover .awesome-img::after {
    display: none;
}

.project-3 .know-more-btn, .project-3 .project-dec h5, .project-3 .project-dec p {
    color: #444;
}

.about-3 .about-image::after {
    display: none;
}

.about-3 .about-image img, .about-3 .about-image {
    border-radius: 0px;
}

.about-3 .about-content h3 {
    line-height: 40px;
    font-size: 26px;
    position: relative;
    font-weight: 700;
    font-style: italic;
    font-family: 'Open Sans', sans-serif;
    text-transform: inherit;
}

.about-3 .about-content {
    position: relative;
    padding: 20px 0px 0px 30px;
}

.about-sign {
    display: block;
    margin-top: 30px;
}

.signature {
    float: right;
}

.sign-date {
    float: left;
}

    .sign-date span {
        color: #444;
        font-weight: 600;
        font-size: 22px;
    }

.sign-name {
    display: block;
    color: #444;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 10px;
}

span.sign {
    display: block;
    width: 150px;
    height: auto;
}

.blog-3 .single-blog {
    position: relative;
}

.blog-3 .blog-content {
    background: rgba(17,17,17,0.80);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: none;
    padding: 20px;
}

    .blog-3 .blog-meta span, .blog-3 .blog-content a h4, .blog-3 .blog-content p {
        color: #fff;
    }

        .blog-3 .blog-content a h4:hover {
            color: #00aac1;
        }

.blog-3 .blog-meta {
    border-bottom: 1px solid #777;
}

.footer-3 {
    background: url(/media/images/background/f1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    background-attachment: scroll;
    position: relative;
    z-index: 1;
}

    .footer-3::after {
        background: rgba(17,17,17,0.94) none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1;
    }

    .footer-3 .footer-area-bottom {
        background: #111;
    }

    .footer-3 .footer-about-top {
        background: #111;
    }

.project-3 .know-more-btn:hover {
    color: #00aac1;
}
/*--------------------------------*/
/* 17. Home 4
/*--------------------------------*/
.header-four {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 999;
}

.topbar-area-4 {
    background: #062241;
}

.header-area-4 {
    background: transparent;
    box-shadow: none;
}

.topbar-area-4 .topbar-left ul li a {
    color: #fff;
}

.header-area-4 .main-menu ul.navbar-nav li a {
    color: #fff;
}

    .header-area-4 .main-menu ul.navbar-nav li a:hover {
        color: #00aac1;
    }

.header-area-4 .header-right-link a.main-search {
    color: #fff;
}

.header-area-4.stick {
    background: #062241;
}

.intro-4 .slider-content {
    position: absolute;
    text-align: right;
    margin-top: -125px;
}

.intro-4 .slide-layer {
    max-width: 700px;
    float: right;
}

.intro-4 .layer-1 h1 {
    text-transform: uppercase;
}

.intro-4 .layer-2 p {
    max-width: inherit;
}

.welcome-4 .well-icon {
    margin-bottom: 0px;
    display: inline-block;
    float: left;
    margin-right: 20px;
}

.welcome-4 .number {
    font-size: 150px;
    top: 67px;
    left: 71%;
    opacity: 0.60;
}

.service-images {
    display: block;
    margin-bottom: 30px;
}

.project-menu li {
    width: 20%;
    float: left;
}

    .project-menu li a {
        color: #fff;
        display: block;
        font-size: 18px;
        padding: 15px 10px;
        transition: all 0.3s ease 0s;
        font-weight: 800;
        letter-spacing: 1px;
    }

        .project-menu li a.active {
            background: #ffb01b;
            color: #fff;
            text-decoration: none;
        }

.project-menu {
    background: #062241;
    max-width: 750px;
    margin: 0px auto 30px;
    display: block;
    overflow: hidden;
}

    .project-menu li a:hover {
        text-decoration: none;
        background: #ffb01b;
    }

.project-4 .opacity-text {
    display: none;
}

.blog-4 .blog-meta {
    border-bottom: none;
    padding: 6px;
    display: block;
    position: absolute;
    top: 0;
    left: 20px;
    background: #ffb01b;
    text-align: center;
    width: 60px;
    height: 60px;
}

    .blog-4 .blog-meta span {
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        padding-right: 0px;
        line-height: 20px;
    }

.blog-4 .blog-content {
    background: #fff;
    padding: 15px 20px;
}

.footer-4 {
    background: #F4F8FB;
}

    .footer-4 .footer-about-top {
        background: none;
    }

    .footer-4 .footer-head p, .footer-4 .footer-head h4, .footer-4 .footer-icons h5, .footer-4 .footer-list li a, .footer-4 .footer-icons ul li a {
        color: #666;
    }

        .footer-4 .footer-list li a:hover {
            color: #ffb01b;
        }

        .footer-4 .footer-icons ul li a:hover {
            color: #fff;
        }
/*----------------------------------------*/
/*  18. Home 4 FAQ  Area
/*----------------------------------------*/
.faq-area {
    background: rgba(0, 0, 0, 0) url(/media/images/background/bg1.jpg) no-repeat scroll top center / cover;
}

.company-faq {
    padding: 12% 17% 12% 7%;
    display: block;
    overflow: hidden;
    background: #fff;
}

.faq-details .panel-heading {
    padding: 0;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: none;
    border-radius: 4px;
}

.panel-default {
    border-color: #ddd;
    border-radius: 0 !important;
}

.panel-group .panel + .panel {
    margin-top: 10px;
}

.panel-default > .panel-heading {
    color: #666;
}

    .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #f5f5f5;
        background: #fff;
    }

.faq-details h4.check-title a {
    color: #666;
    display: block;
    font-weight: 500;
    padding: 10px 10px 10px 45px;
    text-decoration: none;
    background: #fff;
}

.panel-body {
    padding: 15px 15px 0px 45px;
}

.faq-details h4.check-title {
    color: #666;
    font-size: 16px;
    margin-bottom: 0px;
    text-transform: capitalize;
}

.faq-details .panel-heading h4 a {
    position: relative;
}

    .faq-details .panel-heading h4 a::before {
        color: #666;
        content: "\e87a ";
        font-family: montril;
        font-size: 16px;
        left: 0px;
        line-height: 46px;
        position: absolute;
        text-align: center;
        top: 0px;
        width: 50px;
        height: 100%;
    }

    .faq-details .panel-heading h4 a.active::before {
        color: #ffb01b;
        content: "\e878";
        font-family: montril;
        font-size: 16px;
        left: 0px;
        line-height: 46px;
        position: absolute;
        text-align: center;
        top: 0px;
        width: 50px;
        height: 100%;
    }

    .faq-details .panel-heading h4 a.active {
        color: #444;
        background: #fff;
    }

.faq-area .col-md-6 {
    padding-left: 0px;
    padding-right: 0px;
}
/*----------------------------------------*/
/*  19. Home 5
/*----------------------------------------*/
.intro-5 .layer-1 h1 {
    text-transform: uppercase;
    margin: 0px auto 20px;
    max-width: 940px;
    line-height: 66px;
}

.intro-5 .slider-content {
    margin-top: -150px;
}

.intro-5 .layer-2 p {
    max-width: 700px;
    margin: 0px auto 30px;
}

.services-5 .single-service {
    border: none;
    padding: 0px;
}

.services-5 .service-content {
    padding: 0px 20px 20px;
}

.services-5 .service-icon {
    float: left;
    margin-right: 20px;
    width: 60px;
    height: 60px;
    background: #ffb01b;
    text-align: center;
    line-height: 58px;
    border-radius: 5px;
}

    .services-5 .service-icon i {
        color: #fff;
    }

.services-5 .service-images {
    display: block;
    margin-bottom: 20px;
}

.services-5 .single-service h4 {
    font-size: 20px;
    line-height: 28px;
    padding: 15px 0px;
}

.team-wraper {
    display: block;
    padding-top: 15px;
}

.team-img {
    width: 50%;
    float: left;
}


.team-content {
    /*   float: left;
    background: #f3f3f3;    
	height: 70px;
    width: 70px;
	line-height: 70px;
	border-radius: 50%;

	text-align: center;
	transition: all 0.3s ease 0s;
	border: 3px solid #fff;*/
}

.team-content {
    float: left;
}

    .team-content img {
        -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
        filter: grayscale(100%);
        transition: all 0.3s ease 0s;
    }

    .team-content:hover h4 {
        color: #fff;
    }

    .team-content:hover img {
        -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
        filter: grayscale(0%);
    }

.team-content-second {
    margin-top: 75px;
}

.team-content-arrow {
    width: 2px;
    height: 20px;
    margin: auto;
    background: #bebfc1;
    margin-top: 3px;
}

.team-content-year {
    margin: auto;
    background: #f3f3f3;
    height: 70px;
    width: 70px;
    line-height: 70px;
    border-radius: 50%;
    text-align: center;
    transition: all 0.3s ease 0s;
    border: 3px solid #fff;
}

.team-content:hover .team-content-year {
    background: #1e1540;
}

.team-data h4, .team-data span, .team-text p {
    color: #1e1540;
}

.team-data:hover h4, .team-data:hover span, .team-text:hover p {
    color: #fff;
}

.team-data {
    display: block;
    margin-bottom: 20px;
}

    .team-data h4 {
        margin-bottom: 0px;
        line-height: 65px;
    }

.team-social ul li {
    display: inline-block;
}

    .team-social ul li a {
        color: #fff;
        display: block;
        font-size: 16px;
        line-height: 33px;
        text-align: center;
        margin-right: 5px;
        width: 34px;
        height: 34px;
        border: 1px solid #fff;
        border-radius: 50%;
    }

        .team-social ul li a:hover {
            background: #ffb01b;
            border: 1px solid #ffb01b;
        }

.footer-5 {
    background: url(/media/images/background/f1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    background-attachment: scroll;
}

.footer-5 {
    position: relative;
    z-index: 1;
}

    .footer-5::after {
        background: rgba(255,255,255, 0.95) none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1;
    }

    .footer-5 .footer-about-top {
        background: #fff;
    }

    .footer-5 .footer-head p, .footer-5 .footer-head h4, .footer-5 .footer-icons h5, .footer-5 .footer-list li a, .footer-5 .footer-icons ul li a {
        color: #444;
    }

        .footer-5 .footer-list li a:hover {
            color: #ffb01b;
        }

        .footer-5 .footer-icons ul li a:hover {
            color: #fff;
        }
/*----------------------------------------*/
/*  20. Home 6
/*----------------------------------------*/
.header-six {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 999;
}

.topbar-area-6 {
    background: transparent;
}

.header-area-6 {
    background: transparent;
    box-shadow: none;
    border-top: 1px solid rgba(255,255,255,0.1);
}

.topbar-area-6 .topbar-left ul li a {
    color: #fff;
}

.header-area-6 .main-menu ul.navbar-nav li a {
    color: #fff;
}

    .header-area-6 .main-menu ul.navbar-nav li a:hover {
        color: #00aac1;
    }

.header-area-6 .header-right-link a.main-search {
    color: #fff;
}

.header-area-6.stick {
    background: #062241;
}

.intro-6 .layer-1 h1 {
    font-size: 54px;
    line-height: 66px;
    text-transform: uppercase;
    max-width: 966px;
}

.intro-6 .layer-2 p {
    max-width: 720px;
}

.intro-6 .slider-content {
    margin-top: -100px;
}

.welcome-6 .well-services {
    padding: 50px 40px 30px;
    text-align: center;
}

.welcome-2.welcome-6 .well-icon a {
    border: none;
    font-size: 60px;
}

.footer-6 {
    background: #ddd;
}
/*----------------------------------------*/
/*  21. Breadcumbs Area
/*----------------------------------------*/
.page-area {
    position: relative;
}

.page-area {
    background: url(/media/images/background/b.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.breadcumb-overlay {
    position: absolute;
    background: rgba(6,34,65,0.70) none repeat scroll 0 0;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
}

.breadcrumb {
    padding: 60px 0px 40px;
    background-color: transparent;
    margin-bottom: 0;
}

.breadcrumb-bg {
    position: relative;
    top: 70px;
    background: #062241;
    border-radius: 5px;
    padding: 22px 30px;
    z-index: 99;
    max-width: 80%;
    margin: 0 auto;
}

.breadcrumb .section-headline h3 {
    font-size: 38px;
    letter-spacing: 2px;
    line-height: 42px;
    text-transform: uppercase;
    position: relative;
    top: 25px;
    font-weight: 800;
}

.breadcrumb .section-headline {
    padding-bottom: 0px;
}

    .breadcrumb .section-headline h3::after {
        display: none;
    }

.breadcrumb ul li {
    display: inline-block;
    color: #f3f0ff;
    padding: 0px 10px 0px 20px;
    position: relative;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
}

    .breadcrumb ul li.home-bread {
        padding-left: 0px;
    }

        .breadcrumb ul li.home-bread::after {
            position: absolute;
            content: "\f105";
            font-family: fontAwesome;
            right: -10px;
            top: 0;
        }

.breadcrumb .section-headline::after {
    display: none;
}
/*----------------------------------------*/
/*  22. About pages
/*----------------------------------------*/
.feature-about {
    border: 1px solid #ccc;
    padding: 20px 35px;
    display: block;
    position: relative;
    text-align: center;
}

.feature-icon {
    display: block;
}

    .feature-icon i {
        font-size: 40px;
        width: 80px;
        height: 80px;
        border: 1px solid #ccc;
        display: inline-block;
        text-align: center;
        line-height: 80px;
        position: relative;
        top: -60px;
        background: #fff;
        color: #00aac1;
        border-radius: 50%;
        transition: 0.4s;
    }

.feature-text {
    margin-top: -25px;
}

    .feature-text p {
        font-size: 16px;
    }

.feature-about:hover .feature-icon i {
    border: 1px solid #00aac1;
    background: #00aac1;
    color: #fff;
    transition: 0.4s;
}

.team-page-area .team-inner {
    margin-top: -30px;
}

.team-page-area .single-team, .review-inner .single-testi {
    margin-top: 30px;
}

.about-feature {
    margin-top: -60px;
}

.feature-about {
    margin-top: 60px;
}
/*----------------------------------------*/
/*  23. FAQ pages
/*----------------------------------------*/
.faq-page-area .faq-content {
    background: #f9f9f9;
    padding: 6% 10%;
    border-radius: 5px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}

.faq-page-area .contact-form input[type="text"], .faq-page-area .contact-form input[type="email"] {
    border: 1px solid #ccc;
    border-radius: 0;
    height: 44px;
    margin-bottom: 15px;
    padding-left: 20px;
    width: 100%;
}

.faq-page-area .faq-content .contact-form textarea#message {
    height: 135px;
}

.faq-page-area .quote-btn {
    font-weight: 600;
    color: #fff;
    background: #00aac1;
    display: inline-block;
    border: 2px solid #00aac1;
    padding: 10px 20px;
    width: 134px;
    text-transform: uppercase;
    border-radius: 3px;
    transition: 0.4s;
    margin-top: 10px;
}

    .faq-page-area .quote-btn:hover {
        background: #062241;
        border: 2px solid #062241;
        color: #fff;
        transition: 0.4s;
    }

.faq-page-area .company-faq {
    padding: 0px;
}
/*--------------------------------*/
/* 24. Error page
/*--------------------------------*/
.error-easy-text {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 30px;
}

.high-text {
    font-size: 230px;
    line-height: 200px;
    margin-bottom: 40px;
}

.error-bot {
    font-size: 24px;
}

.error-btn {
    background: #00aac1;
    border: 1px solid #00aac1;
    color: #fff;
    font-size: 16px;
    padding: 12px 20px;
    transition: 0.4s;
    text-transform: capitalize;
    margin-top: 30px;
    display: inline-block;
    font-weight: 700;
    border-radius: 5px;
}

    .error-btn:hover {
        background: #062241;
        border: 1px solid #062241;
        color: #fff;
    }

.high-text span, .high-text span img {
    width: 200px;
    height: 200px;
}

.high-text span {
    margin-left: -60px;
}

    .high-text span img {
        margin: 0px 10px;
    }
/*----------------------------------------*/
/*  25.	Contact Us page
/*----------------------------------------*/
.contact-head {
    background: #F4F8FB;
    padding: 40px 30px;
}

    .contact-head h3 {
        font-weight: 600;
        font-size: 26px;
    }

.contact-inner a i {
    color: #00aac1;
    display: inline-block;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    margin-right: 15px;
    border-radius: 50%;
}

.contact-inner a {
    color: #666;
    font-size: 16px;
    display: block;
}

.contact-head p {
    font-size: 16px;
}

.contact-form input[type="text"], .contact-form input[type="email"] {
    border: 1px solid #ccc;
    border-radius: 0;
    height: 44px;
    margin-bottom: 15px;
    padding-left: 20px;
    width: 100%;
}

.contact-form textarea#message {
    border: 1px solid #ccc;
    border-radius: 0px;
    height: 180px;
    padding: 20px;
    width: 100%;
}

.contact-page .contact-btn {
    background: #00aac1;
    border: 2px solid #00aac1;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    margin-top: 5px;
    padding: 10px 40px;
    transition: 0.4s;
    width: auto;
    float: left;
    text-transform: uppercase;
    border-radius: 2px;
    font-weight: 700;
}

    .contact-page .contact-btn:hover {
        background: transparent;
        border: 2px solid #00aac1;
        color: #00aac1;
        transition: 0.4s;
    }

.map-area {
    padding-top: 120px;
}

.contact-page .single-contact h5, .contact-page .single-contact span {
    color: #444;
}
/*----------------------------------------*/
/*  26.	Project page 2 page
/*----------------------------------------*/
.project-page-2 .project-single {
    width: 50%;
    float: left;
}

.project-page-3 .project-single {
    width: 33.33%;
    float: left;
}

.project-page-4 .project-single {
    width: 25%;
    float: left;
}
/*----------------------------------------*/
/*  27. Blog Sidebar Area
/*----------------------------------------*/
.blog-page-area .single-blog {
    padding: 5px;
    background: #fff;
}

.blog-page-area .blog-content {
    padding: 10px 15px 20px;
}

.blog-search-option input {
    padding: 5px 15px;
    width: 80%;
    border: none;
    height: 42px;
    background: transparent;
}

.blog-search-option {
    margin-bottom: 30px;
    display: block;
    border: 1px solid #ccc;
}

    .blog-search-option button {
        background: transparent;
        border: none;
    }

        .blog-search-option button i {
            line-height: 16px;
            font-size: 20px;
            padding: 0px 10px;
        }

            .blog-search-option button i:hover {
                color: #00aac1;
            }

.left-blog h4 {
    position: relative;
    color: #444;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    padding: 15px 0px;
    text-transform: capitalize;
}

    .left-blog h4::after {
        position: absolute;
        content: "";
        left: 0;
        bottom: 0;
        width: 50px;
        height: 2px;
        background: #444;
    }

.left-blog {
    overflow: hidden;
    padding-bottom: 20px;
}

    .left-blog li {
        display: block;
    }

    .left-blog ul li a {
        color: #444;
        display: block;
        font-size: 15px;
        padding: 10px 0px 10px 25px;
        text-transform: capitalize;
        position: relative;
    }

.pst-content .date-type {
    font-size: 14px;
}

.left-blog ul li a:before {
    position: absolute;
    content: "";
    left: 5px;
    top: 21px;
    background: #666;
    width: 5px;
    height: 5px;
}

.popular-tag.left-blog ul li a:before {
    display: none;
}

.recent-single-post {
    display: block;
    overflow: hidden;
    padding: 15px 0px;
}

    .recent-single-post:last-child {
        border-bottom: none;
    }

.post-img {
    display: inline-block;
    float: left;
    padding-right: 10px;
    width: 35%;
}

.pst-content {
    display: inline-block;
    float: left;
    width: 65%;
    padding-left: 10px;
}

    .pst-content p {
        margin-bottom: 0px;
    }

        .pst-content p a:hover, .left-blog ul li a:hover {
            color: #00aac1;
        }

.blog-page-area .blog-content {
    background: #f9f9f9;
}

.pst-content p a {
    color: #444;
    font-size: 15px;
    font-weight: 600;
}

.blog-tags {
    padding: 1px 0;
}

.left-blog li:last-child {
    border-bottom: 0;
}

.popular-tag.left-blog ul li a:hover {
    color: #fff;
}

.popular-tag.left-side-tags.left-blog ul {
    padding: 0px;
}

.left-tags .left-side-tags ul li {
    border-bottom: 0;
    display: inline-block;
    margin: 5px 0px;
}

    .left-tags .left-side-tags ul li a {
        padding: 5px 10px;
        width: auto;
        background: #f4f5f4;
        color: #444;
        border-radius: 3px;
        font-weight: 700;
        font-size: 14px;
    }

        .left-tags .left-side-tags ul li a:hover {
            color: #00aac1
        }

.left-side-tags h4 {
    margin-bottom: 15px;
}

.blog-side-area .blog-right-column {
    margin-top: -30px;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 50px 0 0px;
    border-radius: 4px;
}

    .pagination > li > a, .pagination > li > span {
        position: relative;
        float: left;
        padding: 6px 12px;
        line-height: 1.42857143;
        text-decoration: none;
        color: #444;
        background-color: #f4f5f5;
        border: none;
        margin-left: -1px;
        border-radius: 2px;
        cursor: pointer;
    }

    .pagination > li {
        display: inline-block;
        margin: 0px 3px 0px 0px;
    }

    .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
        z-index: 3;
        color: #fff;
        background-color: #00aac1;
        cursor: default;
        border-radius: 5px;
    }

    .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
        z-index: 2;
        color: #fff;
        background-color: #00aac1;
        border-color: #00aac1;
        border-radius: 2px;
    }

.blog-left-content {
    margin-top: -30px;
}
/*----------------------------------------*/
/*  28. Blog Details
/*----------------------------------------*/
.comments-heading h3, h3.comment-reply-title {
    border-bottom: 1px solid #ccc;
    color: #444;
    font-size: 18px;
    margin: 0 0 20px;
    padding: 0 0 5px;
    text-transform: capitalize;
}

.comments-list ul li {
    margin-bottom: 25px;
}

.comments-list-img {
    float: left;
    margin-right: 15px;
}

.comments-content-wrap {
    color: #444;
    font-size: 14px;
    margin: 0 0 15px 80px;
    padding: 10px;
    position: relative;
}

blockquote {
    padding: 10px 20px 10px 50px;
    margin: 0 0 20px;
    font-size: 15px;
    border-left: none;
    font-style: italic;
    position: relative;
}

    blockquote::before {
        position: absolute;
        top: 10px;
        left: 0;
        content: "\f10d ";
        font-family: fontawesome;
        font-size: 34px;
    }

    blockquote p {
        font-size: 16px !important;
        line-height: 28px;
    }

.author-avatar {
    display: inline-block;
    float: left;
    width: 10%;
}

.author-description h2 {
    color: #444;
    font-size: 20px;
    text-transform: uppercase;
}

    .author-description h2 a {
        color: #444;
    }

.comments-content-wrap span b {
    margin-right: 5px
}

.comments-content-wrap span a:hover {
}

span.post-time {
    margin-right: 5px
}

.comments-content-wrap p {
    color: #444;
    margin-top: 10px;
}

li.threaded-comments {
    margin-left: 50px
}

.comment-respond {
    margin-top: 20px;
}

span.email-notes {
    color: #444;
    display: block;
    font-size: 12px;
    margin-bottom: 10px;
}

.comment-respond p {
    color: #444;
    margin-bottom: 5px;
}

.comment-respond input[type=text], .comment-respond input[type=email] {
    border: 1px solid #ccc;
    border-radius: 0;
    height: 32px;
    margin-bottom: 15px;
    padding: 0 0 0 10px;
    width: 100%;
    background: transparent;
}

.comment-respond textarea#message-box {
    border: 1px solid #ccc;
    border-radius: 0;
    max-width: 100%;
    padding: 10px;
    height: 160px;
    width: 100%;
    background: transparent;
}

.comments-content-wrap span a {
    color: #00aac1;
}

    .comments-content-wrap span a:hover {
        color: #00aac1;
    }

.comment-respond .add-btn.contact-btn {
    background: #00aac1;
    color: #fff;
    display: block;
    font-size: 16px;
    padding: 10px 20px;
    transition: 0.4s;
    border-radius: 5px;
    width: auto !important;
    margin-top: 20px;
    border: 2px solid #00aac1;
    text-transform: capitalize;
    font-weight: 600;
}

    .comment-respond .add-btn.contact-btn:hover {
        background: #062241;
        color: #fff;
        border: 2px solid #062241;
    }

.blog-page-details .left-blog-page {
    margin-top: 0px;
    margin-bottom: 30px;
}

.single-post-comments {
    margin-top: 30px;
}

.left-head-blog .pst-content p {
    margin-bottom: 5px;
}

.blog-details .blog-content h4 {
    font-size: 24px;
    line-height: 34px;
    margin-top: 10px;
    font-weight: 600;
}
/*----------------------------------------*/
/* 29. Services Details
/*----------------------------------------*/
.single-page-head {
    margin-bottom: 30px;
}

.single-services-page p {
    color: #666;
    margin-bottom: 0px;
}

.left-contact h4 {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.left-menu li {
    display: block;
    margin: 2px 0px
}

.build-img .page-img {
    padding-bottom: 0;
}

.left-menu ul li.active a {
    color: #00aac1;
    position: relative;
}

.left-menu ul li a:hover {
    color: #00aac1;
}

.left-menu ul li a {
    color: #1e1540;
    display: block;
    font-size: 16px;
    font-weight: 600;
    padding: 13px 20px;
    position: relative;
    text-decoration: none;
    text-transform: capitalize;
    background: #f4f4f4;
}

    .left-menu ul li a:hover::after, .left-menu ul li.active a::after {
        position: absolute;
        right: 0;
        top: 0px;
        background: #00aac1;
        content: "";
        width: 3px;
        height: 100%;
    }

.down-btn i {
    font-size: 24px;
    float: right;
}

.down-btn {
    border: 1px solid #062241;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 15px;
    padding: 12px 15px;
    text-align: left;
    /* text-transform: uppercase; */
    transition: all 0.4s ease 0s;
    z-index: 222;
    background: #062241;
    width: 100%;
    position: relative;
    border-radius: 2px;
}

    .down-btn.apli {
        margin-bottom: 0px;
    }

    .down-btn:hover {
        color: #fff;
        background: #00aac1;
        border: 1px solid #00aac1;
    }

.single-page-head .clients-testi {
    padding: 20px 15px;
    background: #f4f4f4;
}

.single-page-head .review-text {
    margin-top: 20px;
}

.clients-testi .review-text a, .clients-testi .guest-rev {
    color: #444;
}

.clients-testi .single-review {
    border: none;
}

.review-text h4 {
    font-size: 16px;
    margin-bottom: 0px;
}

.single-page-head .review-text p {
    color: #1e1540;
    font-size: 15px;
    letter-spacing: 0.5px;
    font-style: italic;
}

.single-page-head .review-img {
    margin-top: 0px;
}

    .single-page-head .review-img img {
        border-radius: 50%;
        width: 80px;
        height: auto;
    }

.page-content h3 {
    font-weight: 600;
    padding: 15px 0 0;
}

.single-page {
    overflow: hidden;
}

.single-well h3 {
    margin-bottom: 15px;
}

.single-well.last-part p {
    margin-bottom: 0px;
}

.service-list li {
    display: block;
    position: relative;
    padding-left: 30px;
    color: #444;
}

    .service-list li::before {
        position: absolute;
        left: 0;
        content: "\f00c";
        font-family: fontawesome;
        top: 0;
        color: #00aac1;
    }

.single-page-head .service-btn {
    width: 100%;
    margin: 20px 0px 0px 0px;
}

.single-services-page .marker-list li {
    color: #444;
}

.mar-row {
    margin-top: 50px;
}

.feature-service i {
    font-size: 24px;
    width: 44px;
    height: 44px;
    background: #062241;
    border: 1px solid #062241;
    color: #fff;
    text-align: center;
    line-height: 42px;
    border-radius: 2px;
    float: left;
    margin-right: 15px;
}

.feature-service h5 {
    font-size: 17px;
    font-weight: 600;
    max-width: 260px;
}

.service-feature-content {
    margin-top: -30px;
}

.service-feature-inner {
    margin-top: 30px;
}
/*--------------------------------*/
/*  30.Project page Area
/*--------------------------------*/
.project-page {
    padding: 90px 0px 50px;
}

    .project-page .single-awesome-project {
        margin-bottom: 30px;
    }

.project-history h4 {
    color: #444;
    margin-bottom: 30px;
}

.project-history {
    background: #f5f5f5;
    padding: 50px 30px;
}

.project-name ul li {
    color: #444;
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    margin: 10px 0px;
}

.project-name span {
    padding-right: 15px;
}

.project-name span {
    padding-right: 15px;
    min-width: 127px;
    display: inline-block;
}

.project-image.project-image-2 {
    margin-top: 20px;
}

.project-details h4 {
    font-size: 26px;
    line-height: 32px;
}

.project-details p {
    line-height: 26px;
}

.project-share h5 {
    display: inline-block;
}

.project-social {
    display: inline-block;
}

    .project-social li {
        display: inline-block;
        margin: 10px 5px;
    }

        .project-social li a {
            color: #444;
            font-size: 18px;
        }

            .project-social li a:hover {
                color: #00aac1;
            }

.project-details .marker-list li {
    color: #444;
}

.project-carousel-2.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev, .project-carousel-2.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    color: #fff;
    font-size: 22px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    ;
    text-align: center;
    line-height: 48px;
    opacity: 0;
    border: 2px solid #fff;
    width: 50px;
    height: 50px;
    border-radius: 50px;
}

.project-carousel-2.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev {
    left: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}

.project-carousel-2.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    right: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}

.project-carousel-2.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next {
    right: 2%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}

.project-carousel-2.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev {
    left: 2%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}

    .project-carousel-2.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next:hover, .project-carousel-2.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev:hover {
        color: #fff;
        background: #00aac1;
        border: 2px solid #00aac1;
    }
/*--------------------------------*/
/* .End CSS
/*--------------------------------*/
.boxon {
    margin: -8px 0px 0px 0px;
}

.arabic {
    font-family: 'Cairo', sans-serif;
    font-weight: 600;
    font-size: 15px;
    float: right;
    line-height: 35px;
    color: #00aac1;
}

.mean-container .mean-nav ul li li a {
    font-weight: 400;
    padding: 1em 10px;
}

span.title {
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 14px;
    width: 100%;
    color: #00aac1;
    padding-bottom: 10px;
}

span.title-black {
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 14px;
    width: 100%;
    color: #444;
    padding-bottom: 10px;
}

ul.talent-program {
    float: left;
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 25px;
}

    ul.talent-program li {
        margin-bottom: 10px;
        display: inline-block;
        width: 50%;
        float: left;
    }

        ul.talent-program li:before {
            content: "\f105";
            font-family: fontAwesome;
            font-size: 18px;
            padding-right: 10px;
        }

        ul.talent-program li a {
            font-size: 16px;
            text-decoration: none;
            font-weight: 300;
            font-family: 'Roboto', sans-serif;
            color: #444;
        }

            ul.talent-program li a:hover {
                color: #00aac1;
            }

.choose-area h5 {
    font-size: 18px;
    font-weight: 500;
    color: #444;
    margin-bottom: 10px;
}

.choose-area p {
    margin-bottom: 10px;
}

a.seemore {
    color: #00aac1;
    font-weight: 400;
}

    a.seemore:hover {
        color: #1e1540;
    }

    a.seemore .fa {
        padding-left: 5px;
    }

.secondary-header {
    margin-top: 10px;
    margin-bottom: 5px;
    float: right;
    display: block;
    width: 100%;
}

/*--------------------------------*/
/* satchi CSS
/*--------------------------------*/


/*Home Page Header*/

.home-page-header {
    position: fixed;
    z-index: 999;
    width: 100%;
}

/* Mainmenu fixed style */
@keyframes menu_sticky {
    0% {
        margin-top: -100px;
    }

    50% {
        margin-top: -90px;
    }

    100% {
        margin-top: 0;
    }
}

.mainmeu-area.stricky-fixed {
    margin: 0;
    position: fixed;
    background: #000;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    animation-name: menu_sticky;
    animation-duration: 0.60s;
    animation-timing-function: ease-out;
}

.mainmeu-area .sticky-logo {
    display: none;
}

.mainmeu-area.stricky-fixed .main-logo {
    display: none;
}

.mainmeu-area.stricky-fixed .sticky-logo {
    display: block;
}

.mainmeu-area.stricky-fixed .logo {
    padding: 11px 15px;
}


/*Home Page Footer*/
.home-page-footer {
    position: absolute;
    bottom: 0px;
    z-index: 99;
    width: 100%;
    margin-bottom: 40px;
    font-size: 14px;
    color: #ccc;
}

    .home-page-footer a {
        color: #ccc;
    }

        .home-page-footer a:hover {
            color: #ccc;
        }

.home-page-footer-inside {
    border-top: 1px solid #65636b;
    padding-top: 15px;
}

/*Home Page Banner*/
.tparrows.preview2 {
    min-width: 58px;
    background-color: rgba(30, 21, 64, 0.7);
    color: #4b6061;
}


/*Inner Banner*/
.inner-banner {
    background-size: cover;
    background-position: center center;
}

.inner-banner-overlay {
    background-color: rgba(16, 16, 203, 0.1);
}

.inner-banner-gradient { /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ededed+0,000000+100&0+22,0.67+100 */
    background: -moz-linear-gradient(top, rgba(237,237,237,0) 0%, rgba(185,185,185,0) 22%, rgba(0,0,0,0.67) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(237,237,237,0) 0%,rgba(185,185,185,0) 22%,rgba(0,0,0,0.67) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(237,237,237,0) 0%,rgba(185,185,185,0) 22%,rgba(0,0,0,0.67) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ededed', endColorstr='#ab000000',GradientType=0 ); /* IE6-9 */
}

.inner-banner h1 {
    color: #fff;
    font-weight: 300;
    font-size: 38px;
    padding: 45px 0px;
}

/*Breadcrumb*/
ul.breadcrumb {
    float: right;
    margin-top: 5px;
}

    ul.breadcrumb li {
        color: #b4b4b4;
        text-transform: uppercase;
        font-size: 14px;
    }

        ul.breadcrumb li a {
            color: #d5d5d5;
        }

        ul.breadcrumb li:nth-of-type(1) a {
            color: #00a7be;
        }

            ul.breadcrumb li a:hover, ul.breadcrumb li:nth-of-type(1) a:hover {
                color: #fff;
            }

/*Main Content*/
.main-content {
    margin: 60px 0px;
    min-height: 400px;
}

/*Side Menu*/
ul.sidemenu {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

    ul.sidemenu li a {
        float: left;
        width: 100%;
        display: block;
        background: #f7f8f8;
        margin-bottom: 3px;
        border-left: 3px solid #efefef;
        padding: 12px 15px;
        color: #585a58;
    }

        ul.sidemenu li a:hover, ul.sidemenu li a.active {
            background: #e0e7e7;
            border-left: 3px solid #00a7be;
            color: #1e1540;
        }

/*chairman-MSG*/
.chairman-background {
    /*background: #fbfbfb;*/
    margin: 0px 30px 30px 0px;
    float: left;
    /* width: 100%;*/
}

.chairman-img {
    float: left;
}

.chairman-cont {
    float: right;
    width: 45%;
    margin-right: 30px;
    margin-top: 25px;
}

    .chairman-cont h3 {
        font-size: 18px;
        line-height: 26px;
    }

/*BOD*/
ul.bod {
    width: 100%;
}

    ul.bod li {
        width: 30.9%;
        float: left;
        margin-right: 30px;
        margin-bottom: 30px; /*height: 260px;*/
        background: #e8e8e8;
    }

        ul.bod li:nth-of-type(3n) {
            margin-right: 0px;
        }

        ul.bod li .img-block {
            position: relative;
            overflow: hidden;
        }

            ul.bod li .img-block img {
                width: auto;
                -webkit-transition: all .5s ease;
                -moz-transition: all .5s ease;
                -o-transition: all .5s ease;
                transition: all .5s ease;
            }

        ul.bod li:hover .img-block img {
            -webkit-transform: scale(1.05);
            -moz-transform: scale(1.05);
            -ms-transform: scale(1.05);
            -o-transform: scale(1.05);
            transform: scale(1.05);
        }

        ul.bod li .img-block .overlay {
            padding: 11px 20px 15px 20px;
            position: absolute;
            bottom: -15px;
            left: 0;
            width: 100%;
            height: 60px;
            color: #fff;
            -webkit-transition: all .5s ease;
            -moz-transition: all .5s ease;
            -o-transition: all .5s ease;
            transition: all .5s ease;
            background-color: rgba(36, 36, 36, 0.7);
            text-align: center;
        }

        ul.bod li:hover .img-block .overlay {
            padding: 20px;
            position: absolute;
            bottom: 0px;
            left: 0;
            width: 100%;
            height: 100%;
            color: #fff;
            background-color: rgba(28, 24, 63, 0.9);
        }

        ul.bod li h4 {
            margin-bottom: 4px;
            -webkit-transition: all .5s ease;
            -moz-transition: all .5s ease;
            -o-transition: all .5s ease;
            transition: all .5s ease;
        }

        ul.bod li:hover h4 {
            color: #00a7be;
            margin-bottom: 0px;
        }

        ul.bod li p {
            color: #fff;
        }

            ul.bod li p.title {
                font-weight: 500;
                border-bottom: 1px solid #57506f;
                padding-bottom: 10px;
            }

/*CONTACT*/
ul.contact {
    width: 100%;
    display: block;
}

    ul.contact li {
        width: 48.5%;
        float: left;
        margin-right: 25px;
        margin-bottom: 10px;
    }

        ul.contact li:nth-of-type(2n) {
            margin-right: 0px;
        }

        ul.contact li:nth-of-type(5), ul.contact li:nth-of-type(6), ul.contact li:nth-of-type(7) {
            width: 99.5%;
            margin-right: 0px;
        }

            ul.contact li:nth-of-type(7) img {
                display: block;
                margin: 30px 0px 10px 0px;
            }

        ul.contact li:last-child {
            margin-bottom: 0px;
        }

        ul.contact li a {
            color: #00a7be;
            font-weight: 400;
        }

            ul.contact li a:hover {
                color: #a5a1b3;
            }

    ul.contact .form-group {
        width: 100%;
        float: left;
    }

    ul.contact .bt-select, ul.contact .bt-select select, ul.contact .form-control {
        width: 100%;
        float: left;
        background-color: transparent;
        height: 45px;
        border: solid 1px rgba(255,255,255,0.1);
        border-radius: 0 !important;
        color: #fff;
    }

    ul.contact textarea.form-control {
        width: 100%;
        height: 250px;
        resize: none;
        padding-top: 12px;
    }

    ul.contact p {
        float: left;
        margin-right: 25px;
    }

    ul.contact .list {
        float: left;
    }

    ul.contact .list__item {
        position: relative;
    }

    ul.contact li ul li {
        width: auto;
        margin-bottom: 0px;
    }

    ul.contact .list__item:hover .label:before {
        border: 3px solid #1e1540;
    }

    ul.contact .radio-btn {
        position: absolute;
        visibility: hidden;
        font-weight: 100;
    }

        ul.contact .radio-btn:checked ~ .label {
            color: #1e1540;
        }

            ul.contact .radio-btn:checked ~ .label:before {
                border: 2px solid #1e1540;
                background: #00a7be;
            }

    ul.contact .label {
        display: flex;
        align-items: center;
        padding: 5px;
        color: #242424;
        cursor: pointer;
        font-weight: 300;
        font-size: 16px;
    }

        ul.contact .label:before {
            display: block;
            content: '';
            border: 2px solid #909090;
            border-radius: 50%;
            height: 18px;
            width: 18px;
            margin-right: 10px;
        }

.submit {
    background: #00a7be;
    color: #fff;
    border: 1px solid rgba(255,255,255,0);
    font-family: 'Merriweather', serif;
    padding: 10px 25px;
    transition: all 0.3s ease 0s;
}

    .submit:hover {
        background: #1e1540;
        color: #fff;
        border: 1px solid #e6e6e6;
    }

/*Contact Error*/
.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #e14242;
    font-size: 14px;
}

ul.list-unstyled li {
    list-style: none;
}

/*MESSAGE*/
.message {
    background: #1e1540;
    border: solid 1px rgba(255,255,255,0.1);
    padding: 60px 20px 20px 20px;
}

    .message h3:before {
        content: '“';
        font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
        font-size: 100px;
        font-weight: bold;
        float: left;
        width: 100%;
        color: #00aac1;
    }

    .message h3:after {
        content: '“';
        font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
        font-size: 100px;
        font-weight: bold;
        display: block;
        width: 100%;
        transform: rotate(-180deg);
        margin-top: -10px;
        padding-left: 60px;
        color: #00aac1;
    }

    .message h3 {
        color: #fff;
        font-size: 18px;
        margin-bottom: 30px;
    }

/*HISTORY*/
.history {
    background: url("/media/images/history_bg.jpg") repeat-x left 50%;
    margin: 0px 50px;
}

/*HISTORY*/
.owl-carousel .nav-btn {
    height: 47px;
    position: absolute;
    width: 87px;
    cursor: pointer;
    top: 95px !important;
}

.owl-carousel .owl-prev.disabled, .owl-carousel .owl-next.disabled {
    pointer-events: none;
    opacity: 0.2;
}

.owl-carousel .prev-slide {
    background: url(/media/images/prev.jpg) no-repeat scroll 0px 0;
    left: -33px;
}

.owl-carousel .next-slide {
    background: url(/media/images/nxt.jpg) no-repeat scroll 10px 0px;
    right: -73px;
}

.owl-carousel .prev-slide:hover {
    background: url(/media/images/prev.jpg) no-repeat scroll 0px 0;
    left: -33px;
}

.owl-carousel .next-slide:hover {
    background: url(/media/images/nxt.jpg) no-repeat scroll 10px 0px;
    right: -73px;
}


/*SHAREHOLDERS*/
ul.shareholders {
    /*  float: left;*/
    width: 100%;
    margin-top: 10px;
    display: block;
}

    ul.shareholders li {
        width: 100%;
        /* float: left;*/
        margin-right: 0px;
        display: block;
    }

        ul.shareholders li img {
            margin-bottom: 20px;
        }

/*        ul.shareholders li:nth-child(2n) {
            margin-right: 0px;
        }*/

/*PARTNERS-STAKEHOLDERS*/
ul.partners-stakeholders {
    width: 100%;
    display: block;
    float: left;
    margin-bottom: 20px;
}

    ul.partners-stakeholders li {
        width: 23.5%;
        float: left;
        margin-right: 15px;
        margin-bottom: 15px;
        border: 1px solid #eee;
        padding: 20px;
        text-align: center;
    }

        ul.partners-stakeholders li:nth-of-type(4n) {
            margin-right: 0px;
        }

/*CORE INVESTMENTS*/
ul.core-investments {
    width: 100%;
    float: left;
    margin-top: 15px;
}

    ul.core-investments li {
        width: 100%; /*height: 330px;*/
        float: left;
        margin-bottom: 25px;
        /*background: #fbfbfb;*/
        padding: 0 0 10px 0;
    }

        ul.core-investments li:last-child {
            border-bottom: none;
        }

        ul.core-investments li:nth-of-type(2n) {
            margin-right: 0px;
        }
        /*ul.core-investments li img{margin-bottom: 30px; float:left; margin:0px 35px 0px 0px;}*/
        ul.core-investments li h5 {
            margin-bottom: 10px;
            font-size: 20px;
        }

        ul.core-investments li h6 {
            font-size: 18px;
            color: #7e7e7f;
            font-weight: 400;
        }

        ul.core-investments li h5 span {
            font-family: 'Roboto', sans-serif;
            color: #4b6061;
            font-weight: 300;
            font-size: 16px;
        }

        ul.core-investments li .fa {
            padding-right: 5px;
            color: #7e7e7f;
        }

        ul.core-investments li a {
            color: #00aac1;
        }

            ul.core-investments li a:hover {
                color: #a5a1b3;
            }

        ul.core-investments li .img-block {
            float: left;
            width: 25%;
        }

        ul.core-investments li .txt-block {
            float: right;
            width: 70%;
        }

/*OTHER INVESTMENTS*/
ul.other-investments {
    width: 100%;
}

    ul.other-investments li {
        width: 48%;
        float: left;
        margin-right: 30px;
        margin-bottom: 30px; /*height: 260px;*/
        background: #e8e8e8;
    }

        ul.other-investments li:nth-of-type(2n) {
            margin-right: 0px;
        }

        ul.other-investments li:nth-of-type(5), ul.other-investments li:nth-of-type(6) {
            margin-bottom: 0px;
        }

        ul.other-investments li .img-block {
            position: relative;
            overflow: hidden;
        }

            ul.other-investments li .img-block img {
                width: auto;
                -webkit-transition: all .5s ease;
                -moz-transition: all .5s ease;
                -o-transition: all .5s ease;
                transition: all .5s ease;
            }

        ul.other-investments li:hover .img-block img {
            -webkit-transform: scale(1.05);
            -moz-transform: scale(1.05);
            -ms-transform: scale(1.05);
            -o-transform: scale(1.05);
            transform: scale(1.05);
        }

        ul.other-investments li .img-block .overlay {
            padding: 11px 20px 15px 20px;
            position: absolute;
            bottom: -15px;
            left: 0;
            width: 100%;
            height: 60px;
            color: #fff;
            -webkit-transition: all .5s ease;
            -moz-transition: all .5s ease;
            -o-transition: all .5s ease;
            transition: all .5s ease;
            background-color: rgba(36, 36, 36, 0.7);
        }

        ul.other-investments li .fa {
            opacity: 0;
            position: absolute;
            bottom: 20px;
            right: 20px;
            -webkit-transition: all .5s ease;
            -moz-transition: all .5s ease;
            -o-transition: all .5s ease;
            transition: all .5s ease;
        }

        ul.other-investments li:hover .fa {
            font-size: 26px;
            bottom: 25px;
            opacity: 1;
            -webkit-transition: all .5s ease;
            -moz-transition: all .5s ease;
            -o-transition: all .5s ease;
            transition: all .5s ease;
        }

        ul.other-investments li:hover .img-block .overlay {
            padding: 20px;
            position: absolute;
            bottom: 0px;
            left: 0;
            width: 100%;
            height: 100%;
            color: #fff;
            background-color: rgba(28, 24, 63, 0.9);
        }

        ul.other-investments li h4 {
            margin-bottom: 4px;
            -webkit-transition: all .5s ease;
            -moz-transition: all .5s ease;
            -o-transition: all .5s ease;
            transition: all .5s ease;
        }

        ul.other-investments li:hover h4 {
            color: #00a7be;
            margin-bottom: 0px;
        }

        ul.other-investments li p {
            color: #fff;
        }

            ul.other-investments li p.title {
                font-weight: 500;
                border-bottom: 1px solid #57506f;
                padding-bottom: 10px;
            }

/*CSR*/
.csr-img {
    float: left;
    margin: 5px 30px 10px 20px;
}

/*ADDRESS*/
.address {
    border: 1px solid rgba(255,255,255, 0.1);
    padding: 40px 25px 30px 25px;
}

    .address hr {
        margin: 25px 0px;
    }

    .address h5 {
        font-size: 19px;
        font-weight: 300;
        margin-bottom: 15px;
    }

    .address p {
        margin-bottom: 10px;
    }

    .address span {
        font-weight: 400;
    }

    .address a {
        color: #00a7be;
    }

        .address a:hover {
            color: #a5a1b3;
        }

    .address .fa {
        padding-right: 5px;
    }

    .address h6 {
        text-transform: uppercase;
        font-weight: 400;
        font-size: 16px;
        color: #a5a1b3;
        letter-spacing: 1px;
        line-height: 24px;
        margin-bottom: 8px;
    }

/*GOOGLEMAP*/
.map {
    width: 100%;
    height: 400px;
}

/*Footer*/
.copyright {
    text-align: right;
}

.footer {
    background: #1e1540;
    padding: 18px;
    font-size: 14px;
    color: #8e8e8e;
    border-top: solid 1px rgba(255,255,255,0.2);
}

.footer-nav {
    position: relative;
    z-index: 9;
}

ul.footer-nav li {
    float: left;
    padding-right: 10px;
}

    ul.footer-nav li a {
        color: #8e8e8e;
        padding-right: 10px;
    }

        ul.footer-nav li a:hover {
            color: #c4c4c4;
        }

    ul.footer-nav li:after {
        content: '/';
        color: #8e8e8e;
    }

    ul.footer-nav li:last-child:after {
        content: '';
    }

/* Accordian Side Nav */
.sideaccordian .mainNav {
    width: 100%;
    margin-bottom: 40px;
    border: 1px solid rgba(255,255,255,0.1);
}
    /* First Level */
    .sideaccordian .mainNav ul {
        margin: 0;
        padding: 0;
        list-style: none;
        /*border-bottom: 1px solid #e6e6e6*/
    }

        .sideaccordian .mainNav ul li {
            border-bottom: solid 1px rgba(255,255,255,0.1);
        }

            .sideaccordian .mainNav ul li.active {
                color: #00aac1;
            }

                .sideaccordian .mainNav ul li.active a {
                    color: #00aac1;
                }

                .sideaccordian .mainNav ul li.active ul {
                    background: #1e1540;
                    padding-bottom: 10px;
                }

                    .sideaccordian .mainNav ul li.active ul li a {
                        color: #8e8e8e;
                    }

                .sideaccordian .mainNav ul li.active .fa-minus {
                    color: #00aac1;
                }

        .sideaccordian .mainNav ul ul li.active .fa-minus {
            color: #000;
        }

        .sideaccordian .mainNav ul li a {
            color: #fff;
            font-weight: 500;
            display: block;
            font-size: 16px;
            line-height: normal;
            padding: 12px 20px;
            text-decoration: none;
            margin-right: 0px !important;
        }

            .sideaccordian .mainNav ul li a:hover {
                background: #00aac1;
                color: #fff;
                text-decoration: none;
            }
        /* Second Level */
        .sideaccordian .mainNav ul ul {
            border-bottom: none
        }
            /*.sideaccordian .mainNav ul ul li {
    border-top: 1px solid #e6e6e6;
    background: #f6f6f6;
}*/
            .sideaccordian .mainNav ul ul li a {
                color: #0a172b;
                display: block;
                font-size: 14px;
                line-height: normal;
                font-weight: 400;
                /*background: #f1f1f1;*/
                margin-bottom: 1px;
                margin-left: 10px;
            }

                .sideaccordian .mainNav ul ul li a:hover {
                    background: #1e1540;
                    color: #00aac1 !important;
                }
            /* Third Level */
            .sideaccordian .mainNav ul ul ul {
                border-top: 1px solid #e6e6e6;
            }

                .sideaccordian .mainNav ul ul li, .sideaccordian .mainNav ul ul ul li {
                    border: none;
                }

                    .sideaccordian .mainNav ul ul ul li a {
                        background: #f9f9fa;
                        margin-bottom: 1px;
                        font-weight: 300;
                    }
/* Accordion Button */
ul li.has-subnav .accordion-btn {
    color: #fff;
    font-size: 16px;
    text-align: right;
    padding-right: 15px;
}

.accordion-btn-wrap {
    right: 0px !important;
    left: inherit !important;
    width: 100% !important;
}

.selected-sub {
    background-color: #1e1540 !important;
    color: #00aac1 !important;
}


/*Search Result*/
.search-result-box {
    display: block;
    position: relative;
    margin-bottom: 15px;
}

    .search-result-box input {
        width: 100%;
        background: #fafafa;
        border: 0px;
        padding: 6px 12px;
        font-size: 14px;
        height: 45px;
        line-height: 1.42857143;
        color: #555;
    }

    .search-result-box a.main-search-inner {
        position: absolute;
        right: 15px;
        top: 10px;
        color: #1e1540;
        cursor: pointer;
    }

        .search-result-box a.main-search-inner:hover {
            color: #00aac1;
        }

ul.searchbox-list {
    display: block;
    margin-top: 25px;
}

    ul.searchbox-list li {
        border-bottom: 1px solid #ddd;
        padding-bottom: 15px;
        margin-bottom: 25px;
    }

/* Main Navigation Newly Implimented */
.nav {
    display: block;
    float: right;
}

@media only screen and (max-width:991px) {
    .secondary-header { /*padding-right: 50px;*/
        padding-top: 25px;
    }

    .nav {
        display: none;
        float: none;
    }

        .nav li {
            /*border-top:1px solid #a5a1b3;*/
            border-top: solid 1px rgba(255,255,255,0.1);
        }
}

@media only screen and (max-width:479px) {
    .header-area .logo img {
        width: 150px;
    }
    /*.first-link{
        width: 100% !important;
      margin-top: -15px;
      margin-bottom: 5px;
    }*/
}

/* Contact Connect */
.contact-connect {
    margin-top: 10px;
    display: table;
}

    .contact-connect strong {
        margin-right: 10px;
    }

    .contact-connect a {
        color: #00a7be;
        padding-right: 10px;
    }

        .contact-connect a:hover {
            color: #1e1540;
        }

hr {
    border-top: solid 1px rgba(255,255,255,0.1);
}


.fa.fa-twitter::before {
    content: "𝕏";
}




/***************************************************
HOME BANNER SLIDER STARTS
****************************************************/
.hero-banner-sec {
    position: relative;
    overflow: hidden;
    height: 100dvh;
    width: 100%;
    background: #1E1E1E;
    padding: 0;
}

    .hero-banner-sec .swiper {
        height: 100%;
        width: 100%;
        background: #1E1E1E;
    }

        .hero-banner-sec .swiper .swiper-slide {
            background: #1E1E1E;
        }

            .hero-banner-sec .swiper .swiper-slide.swiper-slide-active .img-back img {
                transform: scale(1);
            }

        .hero-banner-sec .swiper .hero-banner-back {
            height: 100%;
            width: 100%;
            position: relative;
            overflow: hidden;
        }

            .hero-banner-sec .swiper .hero-banner-back:before {
                content: "";
                position: absolute;
                bottom: 0;
                left: 0;
                height: 100%;
                width: 100%;
                z-index: 11;
                background: rgb(0, 0, 0);
                background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5018382353) 100%);
                background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5018382353) 100%);
                background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5018382353) 100%);
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
            }

            .hero-banner-sec .swiper .hero-banner-back:after {
                content: "";
                position: absolute;
                bottom: 0;
                left: 0;
                height: 100%;
                width: 100%;
                z-index: 11;
                background: rgb(0, 0, 0);
                background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5018382353) 100%);
                background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5018382353) 100%);
                background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5018382353) 100%);
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
                opacity: 0;
            }

            .hero-banner-sec .swiper .hero-banner-back .img-back {
                position: absolute;
                top: 0;
                left: 0;
                height: 100%;
                width: 100%;
                z-index: 1;
            }

                .hero-banner-sec .swiper .hero-banner-back .img-back img {
                    height: 100%;
                    width: 100%;
                    object-fit: cover;
                    transition: 8.5s ease-out;
                    transform: scale(1.12);
                }

            .hero-banner-sec .swiper .hero-banner-back .video-backgroundsec {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                opacity: 0;
                visibility: hidden;
                z-index: 1;
                -webkit-transition: all 0.4s ease 0s !important;
                -moz-transition: all 0.4s ease 0s !important;
                -ms-transition: all 0.4s ease 0s !important;
                -o-transition: all 0.4s ease 0s !important;
                transition: all 0.4s ease 0s !important;
            }

                .hero-banner-sec .swiper .hero-banner-back .video-backgroundsec.active {
                    opacity: 1;
                    visibility: visible;
                }

                .hero-banner-sec .swiper .hero-banner-back .video-backgroundsec .video-foreground {
                    height: 100%;
                    width: 100%;
                }

                    .hero-banner-sec .swiper .hero-banner-back .video-backgroundsec .video-foreground video {
                        height: auto;
                        width: auto;
                        min-width: 100%;
                        min-height: 100%;
                    }

@media (max-width: 575.98px) {
    .hero-banner-sec .swiper .hero-banner-back .video-backgroundsec .video-foreground video {
        height: 75vh;
    }
}

.hero-banner-sec .swiper .hero-banner-back .video-backgroundsec .video-background-controls {
    display: none;
}

.hero-banner-sec .swiper .hero-banner-content {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    z-index: 11;
}

    .hero-banner-sec .swiper .hero-banner-content .container {
        height: 100%;
        display: flex;
        align-items: center;
        position: relative;
        justify-content: center;
    }


    .hero-banner-sec .swiper .hero-banner-content .hero-banner-content-in .subtitle {
        color: #ffffff;
        font-size: 16px;
        font-weight: 200;
        margin-top: 20px;
        margin-bottom: 35px;
        opacity: 1 !important;
        text-transform: uppercase;
        text-align: center;
    }

@media (max-width: 1199.98px) {
    .hero-banner-sec .swiper .hero-banner-content .hero-banner-content-in .subtitle {
        margin-bottom: 25px;
    }
}

@media (max-width: 767.98px) {
    .hero-banner-sec .swiper .hero-banner-content .hero-banner-content-in .subtitle {
        display: none;
    }
}


.hero-banner-sec .swiper .hero-banner-content .hero-banner-content-in .homebanner-title {
    margin: 10px 0;
}

    .hero-banner-sec .swiper .hero-banner-content .hero-banner-content-in .homebanner-title h1 {
        font-size: 70px;
        color: #ffffff;
    }

@media (max-width: 1799.98px) {
    .hero-banner-sec .swiper .hero-banner-content .hero-banner-content-in .homebanner-title h1 {
        font-size: 60px;
    }
}

@media (max-width: 1599.98px) {
    .hero-banner-sec .swiper .hero-banner-content .hero-banner-content-in .homebanner-title h1 {
        font-size: 55px;
    }
}

@media (max-width: 1399.98px) {
    .hero-banner-sec .swiper .hero-banner-content .hero-banner-content-in .homebanner-title h1 {
        font-size: 50px;
    }
}

@media (max-width: 1199.98px) {
    .hero-banner-sec .swiper .hero-banner-content .hero-banner-content-in .homebanner-title h1 {
        font-size: 50px;
    }
}

@media (max-width: 991.98px) {
    .hero-banner-sec .swiper .hero-banner-content .hero-banner-content-in .homebanner-title h1 {
        font-size: 45px;
    }
}

@media (max-width: 767.98px) {
    .hero-banner-sec .swiper .hero-banner-content .hero-banner-content-in .homebanner-title h1 {
        font-size: 40px;
    }
}

@media (max-width: 575.98px) {
    .hero-banner-sec .swiper .hero-banner-content .hero-banner-content-in .homebanner-title h1 {
        font-size: 36px;
    }
}

@media (max-width: 480px) {
    .hero-banner-sec .swiper .hero-banner-content .hero-banner-content-in .homebanner-title h1 {
        font-size: 36px;
    }
}

@media (max-width: 388.98px) {
    .hero-banner-sec .swiper .hero-banner-content .hero-banner-content-in .homebanner-title h1 {
        font-size: 34px;
    }
}

.hero-banner-sec .swiper .hero-banner-content .hero-banner-content-in .banner-btn {
    margin-top: 10px;
    display: inline-flex;
    align-items: center;
}

@media (max-width: 991.98px) {
    .hero-banner-sec .swiper .hero-banner-content .hero-banner-content-in .banner-btn {
        margin-top: 0px;
    }
}

.hero-banner-sec .swiper .hero-banner-content .hero-banner-content-in .banner-btn .primary-btn {
    height: 60px;
}

@media (max-width: 1599.98px) {
    .hero-banner-sec .swiper .hero-banner-content .hero-banner-content-in .banner-btn .primary-btn {
        height: 50px;
    }
}

@media (max-width: 991.98px) {
    .hero-banner-sec .swiper .hero-banner-content .hero-banner-content-in .banner-btn .primary-btn {
        height: 45px;
    }
}

@media (max-width: 575.98px) {
    .hero-banner-sec .swiper .hero-banner-content .hero-banner-content-in .banner-btn .primary-btn {
        height: 40px;
    }
}

.hero-banner-sec .swiper .hero-banner-content .hero-banner-content-in .banner-btn .video-play-btn {
    background-color: transparent;
    height: 60px;
    min-width: 60px;
    display: flex;
    align-items: center;
    border: 1px dashed #ffffff;
    border-radius: 30px;
    justify-content: center;
    position: relative;
    margin-left: 20px;
    -webkit-transition: all 0.5s ease 0s !important;
    -moz-transition: all 0.5s ease 0s !important;
    -ms-transition: all 0.5s ease 0s !important;
    -o-transition: all 0.5s ease 0s !important;
    transition: all 0.5s ease 0s !important;
    padding: 0px 22px;
    overflow: hidden;
}

@media (max-width: 1599.98px) {
    .hero-banner-sec .swiper .hero-banner-content .hero-banner-content-in .banner-btn .video-play-btn {
        height: 50px;
        min-width: 50px;
        padding: 0px 18px;
    }
}

@media (max-width: 991.98px) {
    .hero-banner-sec .swiper .hero-banner-content .hero-banner-content-in .banner-btn .video-play-btn {
        height: 45px;
        min-width: 45px;
        padding: 0px 16px;
    }
}

@media (max-width: 575.98px) {
    .hero-banner-sec .swiper .hero-banner-content .hero-banner-content-in .banner-btn .video-play-btn {
        height: 40px;
        min-width: 40px;
        padding: 0px 13px;
    }

        .hero-banner-sec .swiper .hero-banner-content .hero-banner-content-in .banner-btn .video-play-btn span {
            font-size: 14px;
        }
}

@media (max-width: 575.98px) {
    .hero-banner-sec .swiper .hero-banner-content .hero-banner-content-in .banner-btn .video-play-btn {
        margin-left: 15px;
    }
}

.hero-banner-sec .swiper .hero-banner-content .hero-banner-content-in .banner-btn .video-play-btn span {
    color: #ffffff;
    -webkit-transition: all 0.3s ease 0s !important;
    -moz-transition: all 0.3s ease 0s !important;
    -ms-transition: all 0.3s ease 0s !important;
    -o-transition: all 0.3s ease 0s !important;
    transition: all 0.3s ease 0s !important;
    position: relative;
    z-index: 1;
}

.hero-banner-sec .swiper .hero-banner-content .hero-banner-content-in .banner-btn .video-play-btn .video-play-txt {
    font-family: "Lato", sans-serif;
    font-size: 0px;
    font-weight: 400;
    color: #ffffff;
    -webkit-transition: all 0.5s ease 0s !important;
    -moz-transition: all 0.5s ease 0s !important;
    -ms-transition: all 0.5s ease 0s !important;
    -o-transition: all 0.5s ease 0s !important;
    transition: all 0.5s ease 0s !important;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-24px);
}

@media (max-width: 575.98px) {
    .hero-banner-sec .swiper .hero-banner-content .hero-banner-content-in .banner-btn .video-play-btn .video-play-txt {
        display: none;
    }
}

.hero-banner-sec .swiper .hero-banner-content .hero-banner-content-in .banner-btn .video-play-btn:hover span {
    color: #ffffff;
}

.hero-banner-sec .swiper .hero-banner-content .hero-banner-content-in .banner-btn .video-play-btn:hover .video-play-txt {
    font-size: 16px;
    opacity: 1;
    visibility: visible;
    transform: translateX(0px);
    padding-left: 10px;
}

.hero-banner-sec .swiper .hero-banner-content .hero-banner-content-in .banner-btn .vedioico-div {
    height: 57px;
    width: 57px;
    border-radius: 57px;
    background: transparent;
    border: 1px dashed rgba(255, 255, 255, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-left: 40px;
    -webkit-transition: all 0.5s ease 0s !important;
    -moz-transition: all 0.5s ease 0s !important;
    -ms-transition: all 0.5s ease 0s !important;
    -o-transition: all 0.5s ease 0s !important;
    transition: all 0.5s ease 0s !important;
}

@media (max-width: 1399.98px) {
    .hero-banner-sec .swiper .hero-banner-content .hero-banner-content-in .banner-btn .vedioico-div {
        margin-left: 20px;
    }
}

@media (max-width: 991.98px) {
    .hero-banner-sec .swiper .hero-banner-content .hero-banner-content-in .banner-btn .vedioico-div {
        height: 50px;
        width: 50px;
    }
}

.hero-banner-sec .swiper .hero-banner-content .hero-banner-content-in .banner-btn .vedioico-div span {
    position: absolute;
    color: #FFFFFF;
    -webkit-transition: all 0.5s ease 0s !important;
    -moz-transition: all 0.5s ease 0s !important;
    -ms-transition: all 0.5s ease 0s !important;
    -o-transition: all 0.5s ease 0s !important;
    transition: all 0.5s ease 0s !important;
}

    .hero-banner-sec .swiper .hero-banner-content .hero-banner-content-in .banner-btn .vedioico-div span.icon-video-play {
        opacity: 0;
        font-size: 0;
        margin-left: 5px;
    }

    .hero-banner-sec .swiper .hero-banner-content .hero-banner-content-in .banner-btn .vedioico-div span.icon-video-pause {
        opacity: 1;
        font-size: 18px;
    }

@media (max-width: 991.98px) {
    .hero-banner-sec .swiper .hero-banner-content .hero-banner-content-in .banner-btn .vedioico-div span.icon-video-pause {
        font-size: 14px;
    }
}

.hero-banner-sec .swiper .hero-banner-content .hero-banner-content-in .banner-btn .vedioico-div span.icon-video-pause:before {
    content: "";
}

.hero-banner-sec .swiper .hero-banner-content .hero-banner-content-in .banner-btn .vedioico-div.pause span.icon-video-play {
    opacity: 1;
    font-size: 18px;
}

.hero-banner-sec .swiper .hero-banner-content .hero-banner-content-in .banner-btn .vedioico-div.pause span.icon-video-pause {
    opacity: 0;
    font-size: 0;
}

@media (max-width: 991.98px) {
    .hero-banner-sec .swiper .hero-banner-content .hero-banner-content-in .banner-btn .vedioico-div.pause span.icon-video-pause {
        font-size: 14px;
    }
}

.hero-banner-sec .swiper .hero-banner-content .hero-banner-content-in .banner-btn .vedioico-div:hover {
    background: #c6000f;
}

.hero-banner-sec .home-banner-thumbs {
    position: absolute;
    bottom: 50px;
    right: 0;
    height: auto;
    width: 50%;
    z-index: 1;
}

@media (max-width: 1599.98px) {
    .hero-banner-sec .home-banner-thumbs {
        width: 60%;
    }
}

@media (max-width: 767.98px) {
    .hero-banner-sec .home-banner-thumbs {
        width: 100%;
        bottom: 0px;
    }
}

@media (max-width: 575.98px) {
    .hero-banner-sec .home-banner-thumbs .container {
        padding: 0;
        margin: 0;
    }
}

.hero-banner-sec .home-banner-thumbs .swiper {
    background-color: transparent;
    padding-top: 0px;
}

    .hero-banner-sec .home-banner-thumbs .swiper .swiper-wrapper {
        padding: 15px 0;
        justify-content: space-around;
    }

@media (max-width: 767.98px) {
    .hero-banner-sec .home-banner-thumbs .swiper .swiper-wrapper {
        padding: 2px 0;
    }
}

.hero-banner-sec .home-banner-thumbs .swiper .swiper-slide {
    background-color: transparent;
}

    .hero-banner-sec .home-banner-thumbs .swiper .swiper-slide .home-thums-tab {
        -webkit-transition: all 0.5s ease 0s !important;
        -moz-transition: all 0.5s ease 0s !important;
        -ms-transition: all 0.5s ease 0s !important;
        -o-transition: all 0.5s ease 0s !important;
        transition: all 0.5s ease 0s !important;
        text-align: center;
        cursor: pointer;
        position: relative;
    }

        .hero-banner-sec .home-banner-thumbs .swiper .swiper-slide .home-thums-tab span {
            font-size: 20px;
            font-weight: 400;
            font-family: "tt-commons-pro", sans-serif;
            -webkit-transition: all 1s ease 0s !important;
            -moz-transition: all 1s ease 0s !important;
            -ms-transition: all 1s ease 0s !important;
            -o-transition: all 1s ease 0s !important;
            transition: all 1s ease 0s !important;
            z-index: 5;
            background-image: linear-gradient(to right, #ffffff, #ffffff 50%, rgba(255, 255, 255, 0.5) 50%);
            background-size: 200% 100%;
            background-position: 100%;
            -webkit-background-clip: text;
            -webkit-text-fill-color: rgba(0, 0, 0, 0);
        }

@media (max-width: 1799.98px) {
    .hero-banner-sec .home-banner-thumbs .swiper .swiper-slide .home-thums-tab span {
        font-size: 20px;
    }
}

@media (max-width: 1399.98px) {
    .hero-banner-sec .home-banner-thumbs .swiper .swiper-slide .home-thums-tab span {
        font-size: 18px;
    }
}

@media (max-width: 1199.98px) {
    .hero-banner-sec .home-banner-thumbs .swiper .swiper-slide .home-thums-tab span {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .hero-banner-sec .home-banner-thumbs .swiper .swiper-slide .home-thums-tab span {
        font-size: 16px;
        background-image: linear-gradient(to right, #ffffff, #ffffff 50%, rgba(255, 255, 255, 0.5) 50%);
    }
}

@media (max-width: 575.98px) {
    .hero-banner-sec .home-banner-thumbs .swiper .swiper-slide .home-thums-tab span {
        font-size: 14px;
    }
}

.hero-banner-sec .home-banner-thumbs .swiper .swiper-slide.swiper-slide-thumb-active .home-thums-tab:before {
    width: 100%;
    right: auto;
    left: 0;
}

.hero-banner-sec .home-banner-thumbs .swiper .swiper-slide.swiper-slide-thumb-active .home-thums-tab span {
    background-position: 0%;
}

@media (max-width: 767.98px) {
    .hero-banner-sec .home-banner-thumbs .swiper .swiper-slide.swiper-slide-thumb-active .home-thums-tab span {
        background-image: linear-gradient(to right, #ffffff, #ffffff 50%, white 50%);
    }
}

.hero-banner-content-in {
    text-align: center;
}

@media (max-width: 767.98px) {

    .hero-banner-content-in {
        width: 80%;
    }
}

.swiper-button-next, .swiper-button-prev {
    background-color: rgba(30, 21, 64, 0.7);
    color: #4b6061;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    -webkit-transition: all 0.5s ease 0s !important;
    -moz-transition: all 0.5s ease 0s !important;
    -ms-transition: all 0.5s ease 0s !important;
    -o-transition: all 0.5s ease 0s !important;
    transition: all 0.5s ease 0s !important;
}

    .swiper-button-next:after, .swiper-button-prev:after {
        color: #fff;
        font-size: 20px;
        -webkit-transition: all 0.5s ease 0s !important;
        -moz-transition: all 0.5s ease 0s !important;
        -ms-transition: all 0.5s ease 0s !important;
        -o-transition: all 0.5s ease 0s !important;
        transition: all 0.5s ease 0s !important;
    }

    .swiper-button-next:hover, .swiper-button-prev:hover {
        background-color: #fff;
        -webkit-transition: all 0.5s ease 0s !important;
        -moz-transition: all 0.5s ease 0s !important;
        -ms-transition: all 0.5s ease 0s !important;
        -o-transition: all 0.5s ease 0s !important;
        transition: all 0.5s ease 0s !important;
    }

        .swiper-button-next:hover:after, .swiper-button-prev:hover:after {
            color: #1e1540;
            -webkit-transition: all 0.5s ease 0s !important;
            -moz-transition: all 0.5s ease 0s !important;
            -ms-transition: all 0.5s ease 0s !important;
            -o-transition: all 0.5s ease 0s !important;
            transition: all 0.5s ease 0s !important;
        }



.common-popup-modal .modal-dialog {
    width: 50%;
    overflow: auto;
    height: 80vh;
}

@media (max-width: 1599.98px) {
    .common-popup-modal .modal-dialog {
        width: 70%;
    }
}

@media (max-width: 767.98px) {
    .common-popup-modal .modal-dialog {
        width: 95%;
        margin: 50px auto;
    }
}

.common-popup-modal .modal-dialog .modal-content {
    border-radius: 0px;
}

    .common-popup-modal .modal-dialog .modal-content .modal-body {
        position: relative;
        padding: 50px;
    }

@media (max-width: 991.98px) {
    .common-popup-modal .modal-dialog .modal-content .modal-body {
        padding: 30px;
    }
}

@media (max-width: 575.98px) {
    .common-popup-modal .modal-dialog .modal-content .modal-body {
        padding: 25px;
    }
}

.common-popup-modal .modal-dialog .modal-content .modal-body p {
    color: #5d5d5d;
}

@media (max-width: 767.98px) {
    .common-popup-modal .modal-dialog .modal-content .modal-body p {
        font-size: 14px;
    }
}

@media (max-width: 767.98px) {
    .common-popup-modal .modal-dialog .modal-content .modal-body ul li {
        font-size: 14px;
    }
}

.common-popup-modal .modal-dialog .modal-content .modal-body .modal-button-area {
    margin-block-start: 30px;
    padding-block-start: 30px;
    border-top: 1px solid #ddd;
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.submit.tranparent-btn {
    background-color: transparent;
    border-color: #00a7be;
    color: #00a7be;
}

.submit:hover.tranparent-btn {
    background-color: #1e1540;
    border-color: #1e1540;
    color: #ffffff;
}

.common-popup-modal ul {
    margin-block-end: 0.9rem;
}

    .common-popup-modal ul li {
        margin-bottom: 1rem;
        padding-inline-start: 30px;
        position: relative;
        overflow: hidden;
        margin: 15px 0;
    }

        .common-popup-modal ul li.overflow-visible {
            overflow: visible;
        }

        .common-popup-modal ul li:first-child {
            margin-top: 0;
        }

@media (max-width: 1399.98px) {
    .common-popup-modal ul li {
        font-size: 18px;
    }
}

@media (max-width: 767.98px) {
    .common-popup-modal ul li {
        padding-inline-start: 25px;
    }
}

.common-popup-modal ul li:before {
    position: absolute;
    height: 8px;
    width: 8px;
    background-color: #00a7be;
    left: 2px;
    top: 8px;
    opacity: 0.5;
    content: "";
    border-radius: 100%;
}
