/*
Theme Name: EXPERT Driving School
Theme URI: https://expertdrivingschoolva.com/themes/
Author: Faisal Khan Janjua
Author URI: http://www.theagiletech.com/
Description: EXPERT theme is clean, target-focused, and designed for clarity. This is simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: EXPERT
*/


/* 
----------------------------------
- Preloader
----------------------------------
*/

.preloader-wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #222222;
    z-index: 10100;
    text-align: center;
    display: table;
}
.preloader-inside {
    position: relative;
    height: auto;
    width: 200px;
    margin-top: 300px;
    vertical-align: middle;
    text-align: center;
    display: table-cell;
    color: #fff;
}
.spinner {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: relative;
    display: inline-block;
}
.spinner img {
    position: absolute;
    top: 22px;
    left: 0;
    padding: 5px;
}
.spinner:after {
    content: "";
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.spinner:before {
    content: "";
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.spinner-1:after {
    position: absolute;
    top: 0px;
    left: 0px;
    border: 4px solid transparent;
    border-top-color: #FFF;
    border-bottom-color: #FFF;
    animation: spinny 2s linear infinite;
}
@keyframes spinny {
    0% {
        transform: rotate(0deg) scale(1);
    }
    50% {
        transform: rotate(30deg) scale(1.2);
    }
    100% {
        transform: rotate(360deg) scale(1);
    }
}

/* 
----------------------------------
- Navbar Section
----------------------------------
*/

.nav-area {
    width: 100%;
    height: auto;
    background-color: transparent;
    border-radius: 0px;
    border: none;
    margin-bottom: 0px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.navbar> .container .navbar-brand {
    padding: 18px 0;
    margin: 0;
    width: auto;
    height: auto;
}
.navbar-brand>img {
    width: 100%;
    height: auto;
}
.navbar-default .navbar-nav > li {
    margin-bottom: 0px;
}
.navbar-default .navbar-nav > li > a {
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0px;
    color: #fff;
    padding: 25px 19px;
    text-transform: uppercase;
}
.navbar-right .form-group {
    width: 150px;
    margin: 19px 0px 0px;
}
.navbar-right .btn-search {
    padding: 0px;
    font-size: 14px;
    color: #303030;
    border: 0px;
}
.navbar-default .navbar-nav >.active > a,
.navbar-default .navbar-nav >.active > a:focus,
.navbar-default .navbar-nav >.active > a:hover,
.navbar-default .navbar-nav >.open > a,
.navbar-default .navbar-nav >.open > a:focus,
.navbar-default .navbar-nav >.open> a:hover {
    color: #e9b000;
    background-color: transparent;
}
.dropdown-menu {
    display: block;
    border: 0px;
    padding: 0px;
    margin: 0px;
    opacity: 0;
    pointer-events: none;
    -webkit-transform-origin: center top 0;
    -moz-transform-origin: center top 0;
    -ms-transform-origin: center top 0;
    -o-transform-origin: center top 0;
    transform-origin: center top 0;
    -webkit-transform: rotateX(-20deg) translateY(-10px);
    -moz-transform: rotateX(-20deg) translateY(-10px);
    -ms-transform: rotateX(-20deg) translateY(-10px);
    -o-transform: rotateX(-20deg) translateY(-10px);
    transform: rotateX(-20deg) translateY(-10px);
    background-color: rgba(30, 30, 30, 0.94);
    box-shadow: none;
    -webkit-box-shadow: none;
    min-width: auto;
    border-radius: 0px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.ie .dropdown-menu {
    display: none;
}
.dropdown-menu li {
    margin-bottom: 0;
    position: relative;
}
.dropdown-menu > li > a {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 0px;
    color: #fff;
    text-transform: uppercase;
    padding: 8px 40px 8px 20px;
}
.dropdown-menu > li > a span {
    font-size: 18px;
    margin: 0px 3px;
}
.dropdown:hover .dropdown-menu,
.open > .dropdown-menu {
    display: block;
    opacity: 1;
    pointer-events: painted;
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotate(0deg) translate(0px);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
    color: #e9b000!important;
    background-color: transparent;
    -webkit-transform: translateX(15px);
    -moz-transform: translateX(15px);
    -o-transform: translateX(15px);
    transform: translateX(15px);
}
.navbar-right {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.navbar-right i {
    font-size: 15px;
    color: #c4c3c3;
    line-height: 26px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.dropdown li ul.sub-menu {
    position: absolute;
    right: 0px;
    top: 0px;
    width: auto;
    display: block!important;
    opacity: 0!important;
    pointer-events: none;
    transform-origin: right center 0!important;
    -webkit-transform: rotateY(0deg) translateX(50%)!important;
    -moz-transform: rotateY(0deg) translateX(50%)!important;
    -ms-transform: rotateY(0deg) translateX(50%)!important;
    -o-transform: rotateY(0deg) translateX(50%)!important;
    transform: rotateY(0deg) translateX(50%)!important;
}
.dropdown-menu li .sub-menu li a {
    padding: 10px 40px 10px 20px;
}
.dropdown li:hover ul {
    opacity: 1!important;
    display: block!important;
    -webkit-transform: rotateY(0deg) translateX(100%)!important;
    -moz-transform: rotateY(0deg) translateX(100%)!important;
    -ms-transform: rotateY(0deg) translateX(100%)!important;
    -o-transform: rotateY(0deg) translateX(100%)!important;
    transform: rotateY(0deg) translateX(100%)!important;
}
.mega-dropdown {
    display: block!important;
    width: auto;
    transform: rotateY(0deg) translateX(-0px)!important;
}
.mega-dropdown-menu {
    width: 580px;
    padding: 30px;
}
.mega-dropdown-menu ul {
    padding: 0;
    margin: 0;
}
.mega-dropdown-menu li {
    width: 100%;
}
.dropdown-header {
    width: 100%!important;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    color: #fff;
    text-transform: uppercase;
    padding: 0px;
}
.dropdown-menu .divider {
    height: 2px;
    margin: 9px 0;
    overflow: hidden;
    background-color: rgba(30, 30, 30, 0.94);
}
.mega-dropdown-menu li a {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 0px;
    color: #fff;
    text-transform: capitalize;
    padding: 8px 0px;
}
.sticky {
    position: fixed;
    height: auto;
    z-index: 10000;
    top: 0px;
    background-color: rgba(30, 30, 30, 0.94);
    border-bottom: none;
    padding: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.sticky .dropdown-menu {
    background-color: rgba(30, 30, 30, 0.94);
}
.sticky .dropdown-menu > li {
    border-bottom: 1px solid rgba(30, 30, 30, 0.94);
}
.sticky .dropdown-menu > li:last-child {
    border-bottom: 0px;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    max-height: 400px;
    border-color: transparent;
}
.navbar-default .navbar-toggle {
    background-color: transparent;
    border: 1px solid transparent;
}
/* .navbar-default .navbar-toggle .icon-bar {
    width: 35px;
    margin-bottom: 6px;
    background-color: #fff;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.navbar-default .navbar-toggle.open span {
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.navbar-default .navbar-toggle.open span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.navbar-default .navbar-toggle.open span:nth-child(3) {
    opacity: 0;
}
.navbar-default .navbar-toggle.open span:nth-child(4) {
    -webkit-transform: rotate(45deg) translate(-11px, -11px);
    -o-transform: rotate(45deg) translate(-11px, -11px);
    -moz-transform: rotate(45deg) translate(-11px, -11px);
    -o-transform: rotate(45deg) translate(-11px, -11px);
    -moz-transform: rotate(45deg) translate(-11px, -11px);
    transform: rotate(45deg) translate(-11px, -11px);
    } */
    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background-color: transparent;
    }

    .hamburger {
        padding: 6px 15px;
        display: inline-block;
        cursor: pointer;
        transition-property: opacity, filter;
        transition-duration: 0.15s;
        transition-timing-function: linear;
        font: inherit;
        color: inherit;
        text-transform: none;
        background-color: transparent;
        border: 0;
        margin: 0;
        overflow: visible;
    }
    .hamburger:hover {
        opacity: 0.7;
    }

    .hamburger-box {
        width: 40px;
        height: 24px;
        display: inline-block;
        position: relative;
        margin-top: 10px;
    }

    .hamburger-inner {
        display: block;
        top: 50%;
        margin-top: -2px;
    }
    .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
        width: 40px;
        height: 2px;
        background-color: #FFF;
        border-radius: 4px;
        position: absolute;
        transition-property: transform;
        transition-duration: 0.15s;
        transition-timing-function: ease;
    }
    .hamburger-inner::before, .hamburger-inner::after {
        content: "";
        display: block;
    }
    .hamburger-inner::before {
        top: -10px;
    }
    .hamburger-inner::after {
        bottom: -10px;
    }
    .hamburger--squeeze .hamburger-inner {
        transition-duration: 0.075s;
        transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    .hamburger--squeeze .hamburger-inner::before {
        transition: top 0.075s 0.12s ease, opacity 0.075s ease;
    }
    .hamburger--squeeze .hamburger-inner::after {
        transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    .hamburger--squeeze.open .hamburger-inner {
        transform: rotate(45deg);
        transition-delay: 0.12s;
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    .hamburger--squeeze.open .hamburger-inner::before {
        top: 0;
        opacity: 0;
        transition: top 0.075s ease, opacity 0.075s 0.12s ease;
    }
    .hamburger--squeeze.open .hamburger-inner::after {
        bottom: 0;
        transform: rotate(-90deg);
        transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    }


/*
----------------------------------
- Home Page
-----------------------------------
/* 
-- Hero Section
----------------------------------
*/

.hero-area {
    width: 100%;
    height: 100vh;
    position: relative;
    min-height: 600px;
}
.hero-area .item {
    height: 100vh;
    position: relative;
    overflow: hidden;
}
.hero-area .item:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    background-color: #000;
    opacity: 0;
    z-index: 1;
}
.owl-carousel .owl-item {
    overflow: hidden;
}
.hero-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    padding-top: 60px;
    top: 0px;
    text-align: center;
    z-index: 10;
    display: table;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,e5e5e5+50&0.5+0,0+50 */
    background: -moz-linear-gradient(top, rgba(0,0,0,0.6) 0%, rgba(229,229,229,0) 50%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.6) 0%,rgba(229,229,229,0) 50%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0.6) 0%,rgba(229,229,229,0) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00e5e5e5',GradientType=0 ); /* IE6-9 */

}
.hero-caption-inner {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    display: table-cell;
}
.hero-content-holder{
    width: auto;
    height: auto;
    padding: 20px;
    display: inline-block;
    background: rgba(0,0,0,0.5);
}
.hero-caption-inner h3 {
    font-size: 23px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.hero-caption-inner h1 {
    font-size: 56px;
    font-weight: 700;
    line-height: 75px;
    letter-spacing: 0;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.hero-caption-inner p {
    width: 600px;
    height: auto;
    margin: auto;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: 0;
    color: #fff;
    margin-bottom: 50px;
}
.hero-caption-inner span {
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0;
    color: #fff;
}

/*
-- Service Section
---------------------------- */

.service-area { padding-top: 50px; }
.service-widget {}
.service-widget img {
    margin-bottom: 28px;
}
.service-widget h4 {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0;
    color: #303030;
    text-transform: capitalize;
    margin-bottom: 12px;
}
.service-widget p {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0;
    color: #606060;
    margin-bottom: 30px;
}

/*
-- About Section
---------------------------- */

.about-area {
    width: 100%;
    height: auto;
}
.about-area-inner {
    background-color: #fafafa;
}
.about-slider {
    background-color: #fafafa;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.about-slider:after {
    content: "";
    position: absolute;
    width: 30%;
    height: 100%;
    top: 0px;
    right: 0px;
    z-index: 1;
    background-color: #fafafa;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: skew(-25deg);
    -moz-transform: skew(-25deg);
    -o-transform: skew(-25deg);
    transform: skew(-25deg);
}
.about-slider .item {}
.about-content {}
.about-content p {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0;
    color: #606060;
    margin-bottom: 25px;
}

/*
-- Fun Factor Section
---------------------------- */

.fun-fact-area {
    width: 100%;
    height: auto;
}
.fun-fact-item {
    width: 100%;
    height: auto;
    text-align: center;
    padding-top: 10px;
}
.fun-fact-item img {
    margin-top: -20px;
    margin-bottom: 5px;
}
.counter-number {}
.fun-fact-item span {
    font-size: 34px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 0;
    color: #303030;
}
.fun-fact-item p {
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0;
    color: #606060;
    margin: 0;
}

/*
-- Call To Action Section
---------------------------- */

.action-area {
    width: 100%;
    height: auto;
}
.action-area-inner {
    padding: 80px 0px;
    background-image: url(img/action-bg.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: top center;
    position: relative;
    z-index: 1;
    text-align: center;
}
.action-area-inner:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: #000;
    opacity: .8;
    z-index: -1;
}
.action-caption {}
.action-caption h2 {
    font-size: 28px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 35px;
}
.action-caption p {
    width: 850px;
    height: auto;
    margin: 0px auto 55px;
    font-size: 14px;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: 0;
    color: #d3d3d3;
}

/*
-- Feature Section
---------------------------- */

.feature-area {}
.single-feature {
    width: 100%;
    float: left;
    margin-bottom: 40px;
}
.feature-item .single-feature:last-child {
    margin-bottom: 0;
}
.feature-icon {
    width: 20%;
    float: left;
    margin-top: 5px;
    position: relative;
}
.feature-icon i {
    width: 55px;
    height: 55px;
    text-align: center;
    border: 1px solid #ebebeb;
    border-radius: 10px;
    font-size: 24px;
    line-height: 55px;
    color: #606060;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.feature-icon i.inner-icon {
    position: absolute;
    border: 0px;
    width: auto;
    top: 5px;
    left: 5px;
    font-size: 20px;
    color: #606060;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.feature-content {
    width: 80%;
    float: left;
}
.feature-title {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    color: #303030;
    text-transform: capitalize;
    margin-bottom: 15px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.item-content p {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0;
    color: #606060;
    margin-bottom: 0px;
}
.single-feature:hover .feature-title,
.single-feature:hover i {
    color: #e9b000;
}

/*
-- Working Policy Section
------------------------------- */

.working-policy-area {}
.working-policy-inner {
    width: 100%;
    height: auto;
    background-color: #fafafa;
    padding: 100px 50px 40px;
}
.working-policy-list {
    width: 100%;
    float: left;
    padding-bottom: 60px;
}
.policy-icon {
    width: 25%;
    float: left;
    margin-top: 5px;
    position: relative;
}
.policy-icon .policy-number {
    position: absolute;
    top: -21px;
    left: 32%;
    width: auto;
    height: auto;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0;
    color: #e0e0e0;
}
.policy-icon i {
    width: 50px;
    height: 50px;
    text-align: center;
    border: 1px solid #ebebeb;
    border-radius: 10px;
    font-size: 24px;
    line-height: 50px;
    color: #303030;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.policy-short {
    width: 75%;
    float: left;
}
.policy-title {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0;
    color: #303030;
    text-transform: capitalize;
    margin-bottom: 12px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.policy-short p {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0;
    color: #606060;
    margin: 0;
}
.working-policy-list:hover .policy-title,
.working-policy-list:hover i {
    color: #e9b000;
}

/*
-- Portfolio Section
---------------------------- */

.portfolio-area {}
.portfolio-filter {}
.portfolio-filter ul {
    margin: 0px 0px 40px;
    padding: 0;
}
.portfolio-filter li {
    display: inline-block;
    margin: 0px 5px;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    color: #303030;
    text-transform: capitalize;
    padding: 3px 15px;
    border: 1px solid #cccccc;
    background-color: transparent;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    cursor: pointer;
}
.portfolio-filter li:hover {
    background-color: #e9b000;
    border: 1px solid #e9b000;
    color: #fff;
}
.portfolio-filter li.active {
    background-color: #e9b000;
    border: 1px solid #e9b000;
    color: #fff;
}
.portfolio-masonry {}
.portfolio-item {
    width: 25%;
    float: left;
    position: relative;
    overflow: hidden;
}
.portfolio-item img {
    width: 100%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.portfolio-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}
.portfolio-caption:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: .7;
    z-index: -1;
}
.portfolio-action-btn {
    position: absolute;
    width: 100%;
    left: 0;
    top: 55%;
    opacity: 0;
    margin: auto;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow: hidden;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.portfolio-action-btn img {
    width: auto!important;
}
.portfolio-caption-content {
    position: absolute;
    width: auto;
    bottom: 50px;
    left: 30px;
    opacity: 0;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.portfolio-caption-content h4 {
    line-height: 0px;
}
.portfolio-caption-content h4 a {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0;
    color: #fff;
    text-transform: capitalize;
}
.portfolio-caption-content a {
    font-size: 14px;
    font-family: 'Montserrat-Light', sans-serif;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 0;
    color: #fff;
    text-transform: capitalize;
}
.portfolio-item:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.portfolio-item:hover .portfolio-action-btn img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.portfolio-item:hover .portfolio-caption {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.portfolio-item:hover .portfolio-action-btn {
    opacity: 1;
    top: 50%;
}
.portfolio-item:hover .portfolio-caption-content {
    opacity: 1;
    bottom: 30px;
}

/*
-- Team Section
---------------------------- */

.team-area {
    width: 100%;
    height: auto;
}
.team-member {
    width: 100%;
    position: relative;
    cursor: pointer;
}
.team-header {
    width: 100%;
    text-align: center;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}
.team-header img {}
.team-body {
    position: absolute;
    width: 238px;
    height: auto;
    top: 0px;
    left: 0px;
    padding: 0px 25px;
    opacity: 0;
    background-color: #fafafa;
    -webkit-transform: translateX(40px) rotateY(60deg);
    -moz-transform: translateX(40px) rotateY(60deg);
    -o-transform: translateX(40px) rotateY(60deg);
    transform: translateX(40px) rotateY(60deg);
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    z-index: 100;
}
.short-info {
    width: 100%;
    height: 100%;
    padding: 35px 0px 18px;
    border-bottom: 1px solid #ebebeb;
}
.member-name {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0;
    color: #303030;
    text-transform: capitalize;
    margin-bottom: 5px;
}
.designation {
    font-size: 14px;
    font-family: 'Montserrat-Light', sans-serif;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 0;
    color: #606060;
    margin-bottom: 0;
}
.team-body p {
    width: 100%;
    height: auto;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0;
    color: #606060;
    padding: 25px 0px;
    margin-bottom: 0;
    border-bottom: 1px solid #ebebeb;
}
.social-profile {
    margin: 0;
    padding: 15px 0px;
}
.social-profile li {
    display: inline-block;
    margin-right: 25px;
    margin-bottom: 0;
}
.social-profile a {
    font-size: 14px;
    line-height: 18px;
    color: #adadad;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.social-profile li:last-child {
    margin: 0;
}
.social-profile a:hover {
    color: #303030!important;
}
.team-footer {
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0;
    background-color: #fafafa;
    text-align: center;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}
.short-designation {
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0;
    color: #606060;
    text-transform: capitalize;
    margin-bottom: 0;
    padding: 12px 0px;
}
.team-member:hover {
    overflow: visible;
}
.team-member:hover .team-header {
    -webkit-transform: translateX(-70px);
    -moz-transform: translateX(-70px);
    -o-transform: translateX(-70px);
    transform: translateX(-70px);
}
.team-member:hover .team-body {
    opacity: 1;
    -webkit-transform: translateX(80px) rotateY(0deg);
    -moz-transform: translateX(80px) rotateY(0deg);
    -o-transform: translateX(80px) rotateY(0deg);
    transform: translateX(80px) rotateY(0deg);
}
.team-member:hover .team-footer {
    opacity: 0;
}

/*
-- Testimonials Section
---------------------------- */

.testimonials-area {}
.testimonial-carousel {}
.testimonial-carousel .item {
    background-color: #fafafa;
    position: relative;
    margin-left: 55px;
}
.client-img {
    position: absolute;
    width: 100px;
    height: 100px;
    top: 0;
    left: -50px;
    transform: translateY(43%);
}
.client-img img {
    width: 100px!important;
    height: 100px!important;
    border-radius: 50%;
    border: 3px solid rgba(227, 227, 228, 0.62);
}
.client-details {
    padding: 30px 30px 35px 80px;
}
.client-name {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0;
    color: #303030;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.text-thin {
    font-family: 'Montserrat-Light', sans-serif;
    font-weight: 300;
}
.client-details p {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0;
    color: #606060;
    margin: 0;
    position: relative;
    z-index: 1;
}
.client-details p:after {
    position: relative;
    font-family: FontAwesome;
    content: "\f10e";
    color: #dadada;
    font-size: 24px;
    line-height: 22px;
    margin: 0;
    bottom: -10px;
    right: -12px;
}
.testimonial-carousel .owl-dots {
    position: relative;
    bottom: 0;
    margin-top: 25px;
}
.testimonial-carousel .owl-dot {
    background-color: #ebebeb;
}

/*
-- Blog Section
---------------------------- */

.blog-area {
    width: 100%;
    height: auto;
}
.post-row {
    width: 100%;
    height: auto;
}
.post-header {}
.post-feature {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.post-feature img {
    width: 100%;
}
.post-feature:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: #000;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.post-feature img {
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}
.post-body {}
.post-caption {
    width: 100%;
    padding: 28px 0px 30px 58px;
    position: relative;
}
.post-heading {
    line-height: 0;
    margin-bottom: 5px;
}
.post-heading a {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0;
    color: #303030;
    text-transform: capitalize;
}
.post-meta {
    font-size: 12px;
    font-family: 'Montserrat-Light', sans-serif;
    font-weight: 300;
    line-height: 14px;
    letter-spacing: 0;
    color: #606060;
}
.post-sticker {
    position: absolute;
    width: auto;
    height: auto;
    top: 28px;
    left: 0;
    border-radius: 5px;
    text-align: center;
    background-color: #e9b000;
}
.post-sticker small {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0;
    color: #fff;
    padding: 5px 11px;
}
.post-sticker .month {
    font-size: 12px;
    font-family: 'Montserrat-Light', sans-serif;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 0;
    color: #fff;
    text-transform: uppercase;
    background-color: #303030;
    margin: 0;
    padding: 3px 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.post-body p {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0;
    color: #606060;
    margin-bottom: 15px;
}
.post-footer {}
.post-row:hover .post-feature img {
    -webkit-transform: scale(1.2) rotate(2deg);
    -moz-transform: scale(1.2) rotate(2deg);
    -o-transform: scale(1.2) rotate(2deg);
    transform: scale(1.2) rotate(2deg);
}
.post-row:hover .post-feature:after {
    opacity: .6;
}

/*
-- Clients Section
---------------------------- */

.client-area {
    width: 100%;
    background-color: #fafafa;
}
.clients-carousel {}
.clients-carousel .item {}
.clients-carousel .item img {
    width: auto;
    height: auto;
    margin: auto;
}

/*
-- Footer Section
---------------------------- */

.footer-area {
    width: 100%;
    height: auto;
    padding: 100px 0px;
    background-image: url(img/footer-bg.png);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: top center;
    position: relative;
    z-index: 1;
}
.footer-area:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #252525;
    opacity: .98;
    z-index: -1;
}
.footer-content {
    width: 100%;
    height: auto;
}
.footer-content ul {
    margin: 25px 0px 0px;
    padding: 0;
    width: 100%;
    display: table;
}
.address-list {
    width: 100%;
    margin-top: 40px !important;
}
.address-list li {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 20px;
}
.address-list i {
    width: 17%;
    float: left;
    font-size: 28px;
    color: #919191;
}
.address-content {
    width: 70%;
    float: left;
}
.address-content p {
    font-size: 12px;
    font-family: 'Montserrat-Light', sans-serif;
    font-weight: 300;
    line-height: 18px;
    letter-spacing: 0;
    color: #ddd;
    margin-bottom: 2px;
}
.footer-content h5 {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0;
    color: #e9b000;
    text-transform: uppercase;
}
.feature-list {}
.feature-list li {
    margin-bottom: 6px;
}
.feature-list a,
.feature-list a:focus {
    font-size: 15px;
    font-family: 'Montserrat-Light', sans-serif;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0;
    color: #ddd;
}
.feature-list a:hover{
    color: #e9b000;
}
.instagram-list {}
.instagram-list li {
    width: 50%;
    float: left;
    padding: 5px;
    margin: 0;
    text-align: center;
    position: relative;
}
.instagram-list img {
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}
.instagram-link {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    font-size: 12px;
    opacity: 0;
    -webkit-transform: translateY(110%);
    -moz-transform: translateY(110%);
    -o-transform: translateY(110%);
    transform: translateY(110%);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.instagram-list li:hover img {
    opacity: .2;
}
.instagram-list li:hover .instagram-link {
    opacity: 1;
}
.instagram-list img {}
.footer-form {
    width: 100%;
    margin-top: 20px;
}
.footer-form p {
    font-size: 12px;
    font-family: 'Montserrat-Light', sans-serif;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0;
    color: #ddd;
}
.footer-form .form-group {
    margin: 0;
    border: 0px;
}
.footer-form .input-group {
    width: 100%;
    margin-bottom: 25px;
    border: 1px solid #747474;
}
.footer-form .form-control {
    font-size: 12px;
    font-family: 'Montserrat-Light', sans-serif;
    font-weight: 300;
    line-height: 18px;
    letter-spacing: 0;
    color: #ddd;
}
.form-btn {
    width: 100%;
    padding: 0;
    margin: 0;
}

/*
-- Copyright Section
---------------------------- */

.copyright-area {
    width: 100%;
    height: auto;
    padding: 27px 0px;
    text-align: center;
    background-color: #1f1f1f;
}
.footer-copyright {
    font-size: 13px;
    font-family: 'Montserrat-Light', sans-serif;
    font-weight: 300;
    line-height: 18px;
    letter-spacing: 0;
    color: #919191;
    margin: 0;
}
.footer-copyright a {
    font-size: 13px;
}
.footer-copyright.pull-right, .footer-copyright.pull-right a{
    font-size: 11px;
}
/*
----------------------------------
- Home 2 Page 
----------------------------------
*/


/*
-- Service Section 
------------------------------ */

.service-item {
    width: 100%;
    height: auto;
    border: 1px solid #ebebeb;
    border-radius: 15px;
    text-align: center;
    padding: 60px 25px 30px;
    margin-top: 55px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.service-icon {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
}
.service-icon:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 40px;
    text-align: center;
    top: 45%;
    right: 30%;
    border-bottom: 1px solid #ebebeb;
    background-color: #fff;
    -webkit-transform: rotate(-26deg);
    -moz-transform: rotate(-26deg);
    -ms-transform: rotate(-26deg);
    -o-transform: rotate(-26deg);
    transform: rotate(-26deg);
}
.service-icon:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 40px;
    text-align: center;
    top: 45%;
    left: 30%;
    border-bottom: 1px solid #ebebeb;
    background-color: #fff;
    -webkit-transform: rotate(26deg);
    -moz-transform: rotate(26deg);
    -ms-transform: rotate(26deg);
    -o-transform: rotate(26deg);
    transform: rotate(26deg);
}
.service-item img {
    background-color: #e9b000;
    border-radius: 50%;
    top: 20px;
    position: relative;
    z-index: 1;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.service-item h4 {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0;
    color: #303030;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.service-item p {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0;
    color: #606060;
    margin-bottom: 20px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.service-item:hover .service-icon img {
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -o-transform: translateY(3px);
    transform: translateY(3px);
}
.service-item:hover {
    background-color: #e9b000;
}
.service-item:hover h4,
.service-item:hover p {
    color: #fff;
}

/*
-- About Section 
------------------------------ */

.about-slider-2 {
    background-color: transparent;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

/*
-- Portfolio Section 
------------------------------ */

.portfolio-item-inner {
    margin: 8px;
    overflow: hidden;
    position: relative;
}

/*
-- Pricing Section 
----------------------------- */

.pricing-package {
    width: 100%;
    height: auto;
    min-width: 240px;
    margin-top: 40px;
    position: relative;
    margin-bottom: 36px;
    border-radius: 15px;
    padding: 60px 10px 20px;
    border: 1px solid #c9c9c9;
}
.pricing-header {
    position: absolute;
    width: 100%;
    height: auto;
    top: -40px;
    left: 0;
    text-align: center;
}
.pricing-tag {
    width: 90px;
    height: 90px;
    margin: auto;
    background-color: #303030;
    border-radius: 50%;
    padding-top: 18px;
    text-align: center;
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: 0;
    color: #fff;
    z-index: 1;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.pricing-tag p {
    font-size: 13px;
    font-weight: 300;
    line-height: 14px;
    letter-spacing: 0;
    color: #fff;
    margin: 0;
    position: relative;
    top: -6px;
}
.pricing-tag small {
    color: #FFF;
}
.pricing-header:before, .pricing-header:after {
    top: 17%;
    content: "";
    width: 60px;
    height: 40px;
    text-align: center;
    position: absolute;
    background-color: #fafafa;
    border-bottom: 1px solid #c9c9c9;
}
.pricing-header:before {
    left: 25%;
    -webkit-transform: rotate(26deg);
    -moz-transform: rotate(26deg);
    -ms-transform: rotate(26deg);
    -o-transform: rotate(26deg);
    transform: rotate(26deg);
}
.pricing-header:after {
	right: 25%;
    -webkit-transform: rotate(-26deg);
    -moz-transform: rotate(-26deg);
    -ms-transform: rotate(-26deg);
    -o-transform: rotate(-26deg);
    transform: rotate(-26deg);
}
.pricing-body {
    width: 100%;
    height: auto;
    text-align: center;
}
.pricing-title {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0;
    color: #303030;
    margin: 10px 0;
}
.colorDanger{
    color: #F00;
}
.pricing-body .colorDanger {
    margin: 0;
    color: #F00;
    display: block;
    font-size: 12px;
    text-align: left;
    line-height: 16px;
    margin-top: -14px;
    margin-bottom: 10px;
}
.package {
    margin: 0;
    padding: 0px 0px 18px;
}
.package li {
    width: 100%;
    margin-bottom: 18px;
}
.package li span {
    font-size: 14px;
    font-family: 'Montserrat-Light', sans-serif;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: 0;
    color: #565656;
}
.pricing-footer {
    width: 100%;
    height: auto;
    text-align: center;
}
.pricing-package:hover .pricing-tag,
.recommended .pricing-tag {
    background-color: #e9b000;
}
.pricing-area .packages {
    text-align: center;
}
.pricing-area .packages > div {
    margin: 0;
    float: none;
    display: inline-block;
    text-align: center;
	vertical-align: top;
}

.btn.btn-default {
    background-color: #e9b000;
    border: 1px solid #e9b000;
    color: #fff !important;
	letter-spacing: 1px;
}
.btn.btn-default:hover {
    background-color: #b28700;
}

.course-single-content .course {
    list-style: inside;
}

/* .pricing-package:hover .btn-sm, */
.pricing-footer .btn-default,
.pricing-footer .btn-default:focus {
    color: #FFF;
    font-weight: bold;
    background: #303030;
    border: 1px solid #303030;
    transition: all ease-in-out .25s;
}
.pricing-package .btn-default:hover,
.recommended .btn-sm {
    color: #303030 !important;
    border-color: #e9b000;
    background-color: #e9b000;
}

/*
----------------------------------
- Home 3 Page 
----------------------------------
*/


/*
-- Hero Section 
--------------------------------- */

.hero-area2 {
    width: 100%;
    height: 100vh;
    background-image: url(img/banner-3.png);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}
.hero-area2:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: .6;
}
.hero-area2 .hero-caption {
    text-align: right;
}
.hero-area2 p {
    margin: 0px 0px 50px auto;
}

/*
-----------------------------
- About Page
------------------------------
*/


/*
-- Our Mission Section
-------------------------------- */

.mission-area {
    width: 100%;
    height: auto;
}

/*
-- Choose Us & Skill Section
-------------------------------- */

.skills-area {
    width: 100%;
    height: auto;
}
.skills-area-inner {
    width: 100%;
    height: auto;
    padding: 85px 0px 75px;
    background-color: #fafafa;
}
.choose-left-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0;
    color: #303030;
    text-transform: uppercase;
    margin-bottom: 50px;
}
.choose-left p {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0;
    color: #606060;
    margin-bottom: 15px;
}
.skills-right-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0;
    color: #303030;
    text-transform: uppercase;
    margin-bottom: 50px;
}
.skills-right p {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0;
    color: #606060;
    margin: 0px;
}
.progressbar-title {
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    color: #303030;
    text-transform: capitalize;
    margin: 48px 0px 0px;
}
.progress {
    height: 12px;
    margin-top: 8px;
    background-color: #ededed;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    overflow: visible;
    margin-bottom: 0;
}
.progress-bar {
    background-color: #606060;
    position: relative;
}
.left-anim {
    animation: animate-positive 2s;
    opacity: 1;
}
.progress-bar span {
    position: absolute;
    width: 35px;
    height: 35px;
    top: -46px;
    right: -18px;
    border: 1px solid #606060;
    border-radius: 50%;
    text-align: center;
    display: block;
    background: transparent;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: 0;
    color: #606060;
}
.progress-bar span:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    bottom: -5px;
    left: 35%;
    border-radius: 50%;
    background-color: #606060;
}
@keyframes animate-positive {
    0% {
        width: 0%;
    }
}

/*
----------------------------------
- Team Page
----------------------------------
*/


/*
-- Creative Head Section
------------------------------- */

.creative-head-area {
    width: 100%;
    height: auto;
    padding: 120px 0px 60px;
}
.creative-head-info {
    width: 100%;
    height: auto;
    padding-top: 70px;
}
.creative-head-info p {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0;
    color: #606060;
    margin-bottom: 20px;
}
.excerpt-area {
    width: 100%;
    margin: 40px 0px 0px;
    padding-left: 35px;
}
.excerpt-area li {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0;
    color: #606060;
    margin-bottom: 30px;
    position: relative;
}
.excerpt-area li:before {
    content: "\f046";
    font-family: FontAwesome;
    position: absolute;
    width: auto;
    height: auto;
    top: 2px;
    left: -35px;
    font-size: 18px;
    color: #606060;
}
.creative-head-feature {
    width: 100%;
    height: auto;
    background-color: #fefefe;
    position: relative;
}
.creative-head-short {
    width: 100%;
    height: auto;
    background-color: #fafafa;
    padding: 18px 0px;
    text-align: center;
}
.social-link {
    position: absolute;
    width: auto;
    height: auto;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
    margin: 0;
}
.social-link li {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #ededed;
    text-align: center;
    margin-bottom: 25px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.social-link li:last-child {
    margin-bottom: 0;
}
.social-link li a {
    font-size: 15px;
    line-height: 40px;
    color: #606060;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.social-link li:hover {
    background-color: #e9b000;
}
.social-link li:hover a {
    color: #fff!important;
}

/*
------------------------------
- Service Page 1
------------------------------
*/


/*
-- We Provide Section
------------------------------ */


.provide-area { background-color: #fafafa; }
.provide-area-inner {
    width: 100%;
    height: auto;
    background-color: #fafafa;
    padding-top: 50px;
}
.provide-massage {
    width: 100%;
    height: auto;
    margin: 45px 0px;
}
.provide-massage p {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0;
    color: #606060;
    margin-bottom: 20px;
}
.provide-short {
    width: 100%;
    height: auto;
    margin-top: 40px;
}
.provide-designation {
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    color: #282828;
    margin-top: 6px;
}
.provide-img {
    position: relative;
    margin-top: -20px;
}

/*
------------------------------
- Service Page 2
------------------------------
*/


/*
-- Service Section
------------------------------ */

.service-item-tab {
    width: 100%;
    height: auto;
    border: 1px solid #ebebeb;
    border-radius: 15px;
    text-align: center;
    padding: 60px 25px 30px;
    margin-top: 55px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.service-tab-icon {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
}
.service-tab-icon:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 40px;
    text-align: center;
    top: 45%;
    right: 30%;
    border-bottom: 1px solid #ebebeb;
    background-color: #fff;
    -webkit-transform: rotate(-26deg);
    -moz-transform: rotate(-26deg);
    -ms-transform: rotate(-26deg);
    -o-transform: rotate(-26deg);
    transform: rotate(-26deg);
}
.service-tab-icon:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 40px;
    text-align: center;
    top: 45%;
    left: 30%;
    border-bottom: 1px solid #ebebeb;
    background-color: #fff;
    -webkit-transform: rotate(26deg);
    -moz-transform: rotate(26deg);
    -ms-transform: rotate(26deg);
    -o-transform: rotate(26deg);
    transform: rotate(26deg);
}
.service-item-tab img {
    background-color: #e9b000;
    border-radius: 50%;
    top: 20px;
    position: relative;
    z-index: 1;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.service-item-tab h4 {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0;
    color: #303030;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.service-item-tab p {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0;
    color: #606060;
    margin-bottom: 20px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.service-item-tab.active .service-tab-icon img,
.service-item-tab:hover .service-tab-icon img {
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -o-transform: translateY(3px);
    transform: translateY(3px);
}
.service-item-tab.active,
.service-item-tab:hover {
    background-color: #e9b000;
}
.service-item-tab.active h4,
.service-item-tab.active p,
.service-item-tab:hover h4,
.service-item-tab:hover p {
    color: #fff;
}
.service-sublist-tab {
    width: 100%;
    padding-top: 5px;
}
.service-sublist-item {
    width: 100%;
    position: relative;
    margin-top: 55px;
}
.service-sublist-item i {
    position: absolute;
    font-size: 24px;
    color: #303030;
}
.service-subtitle {
    margin-bottom: 8px;
}
.service-subtitle a {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    color: #303030;
    text-transform: capitalize;
    padding-left: 40px;
}
.service-sublist-item p {
    font-size: 14px;
    font-family: 'Montserrat-Light', sans-serif;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0;
    color: #606060;
    margin: 0;
}

/*
------------------------------------
- Service Single Page
------------------------------------
*/


/*
-- Single Service Section
---------------------------------- */

.single-service-area {}
.single-service-inner {
    background-color: #fafafa;
}
.single-service-slider {
    background-color: #fafafa;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.single-service-slider:after {
    content: "";
    position: absolute;
    width: 30%;
    height: 100%;
    top: 0px;
    right: 0px;
    z-index: 1;
    background-color: #fafafa;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: skew(-25deg);
    -moz-transform: skew(-25deg);
    -o-transform: skew(-25deg);
    transform: skew(-25deg);
}
.single-service-slider .item {}
.single-service-content {}
.single-service-content p {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0;
    color: #606060;
    margin-bottom: 25px;
}

/*
-- Project Section
---------------------------------- */

.project-area {}
.project-item {
    width: 515px;
    height: 100%;
    text-align: center;
    -webkit-transform: translate(-258px, 255px) rotate(-90deg);
    -moz-transform: translate(-258px, 255px) rotate(-90deg);
    -o-transform: translate(-258px, 255px) rotate(-90deg);
    transform: translate(-258px, 255px) rotate(-90deg);
}
.project-item-tab {
    width: auto;
    display: inline-block;
    float: right;
    padding: 15px 30px;
    border: 1px solid #ebebeb;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.project-item-tab h4 {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    color: #303030;
    text-transform: capitalize;
}
.project-item-tab.active,
.project-item-tab:hover {
    background-color: #e9b000;
}
.project-item-tab.active h4,
.project-item-tab:hover h4 {
    color: #fff;
}
.project-list-tab {}
.project-list-item {
    width: 100%;
    margin-bottom: 60px;
}
.project-date {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    color: #303030;
    margin-bottom: 5px;
}
.project-title {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    color: #303030;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.project-list-item p {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0;
    color: #606060;
    margin-bottom: 0;
}
.project-done-slider {}
.project-team-slider {
    padding: 98px 18px;
}
.project-team-slider .owl-item {
    padding-left: 70px;
    padding-right: 30px;
    overflow: visible;
}
.awards-list-item {
    width: 100%;
    margin-bottom: 60px;
}
.awards-date {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    color: #303030;
    margin-bottom: 5px;
}
.awards-title {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    color: #303030;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.awards-list-item p {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0;
    color: #606060;
    margin-bottom: 0;
}
.project-list-tab .owl-dots {
    position: absolute;
    width: 100%;
    height: 30px;
    left: 0;
    text-align: right;
    bottom: 8px;
}
.project-list-tab .owl-dot {
    background: transparent;
    width: 30px;
    height: 5px;
    background: #ebebeb;
    display: inline-block;
    margin: 0px 9px;
}

/*
--------------------------------
- Single Project Page
--------------------------------
*/


/*
-- Single Project Section
-------------------------------- */

.single-project-area {}
.project-feature {}
.project-short-description {}
.project-details-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0;
    color: #303030;
    text-transform: uppercase;
    margin-bottom: 35px;
}
.project-short-description p {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0;
    color: #606060;
    margin-bottom: 25px;
}
.project-all-details {
    width: 100%;
    height: auto;
    display: table;
    padding-top: 90px;
}
.project-description {
    width: 100%;
    padding: 25px 0px;
}
.project-description p {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0;
    color: #606060;
    margin-bottom: 25px;
}
.project-idea {
    width: 100%;
    height: auto;
    margin-bottom: 45px;
}
.project-idea p {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0;
    color: #606060;
    margin-bottom: 25px;
}
.project-goal {
    width: 100%;
    height: auto;
}
.project-goal p {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0;
    color: #606060;
    margin-bottom: 25px;
}
.project-idea p:last-child,
.project-goal p:last-child {
    margin-bottom: 0;
}
.project-details {}
.project-details p {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0;
    color: #606060;
    margin-bottom: 25px;
}
.project-idea h3,
.project-goal h3,
.project-details h3,
.project-description h3 {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    color: #303030;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.details-list {
    width: 100%;
    padding: 0;
    margin: 15px 0px;
    display: table;
}
.details-list li {
    width: 50%;
    height: auto;
    float: left;
    margin-bottom: 20px;
}
.details-list span {
    width: auto;
    float: left;
    display: table;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    color: #303030;
    text-transform: uppercase;
    margin-right: 5px;
}
.details-list p {
    width: 60%;
    float: left;
    display: table;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0;
    color: #606060;
    text-transform: capitalize;
    margin: 0;
}

/*
-- Related Project Section 
------------------------------- */

.related-area {}
.related-project {
    position: relative;
    overflow: hidden;
}
.related-project img {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.project-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}
.project-caption:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: .7;
    z-index: -1;
}
.project-action-btn {
    position: absolute;
    width: 100%;
    left: 0;
    top: 55%;
    opacity: 0;
    margin: auto;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow: hidden;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.project-caption-content {
    position: absolute;
    width: auto;
    bottom: 50px;
    left: 30px;
    opacity: 0;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.project-caption-content h4 {
    line-height: 0px;
}
.project-caption-content h4 a {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0;
    color: #fff;
    text-transform: capitalize;
}
.project-caption-content a {
    float: left;
    font-size: 14px;
    font-family: 'Montserrat-Light', sans-serif;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0;
    color: #fff;
    text-transform: capitalize;
}
.related-project:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.related-project:hover .project-action-btn img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.related-project:hover .project-caption {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.related-project:hover .project-action-btn {
    opacity: 1;
    top: 50%;
}
.related-project:hover .project-caption-content {
    opacity: 1;
    bottom: 30px;
}

/*
-----------------------------------
-- Contact Page 
-----------------------------------
*/

.contact-area {
    width: 100%;
    height: auto;
}
.cf-msg {
    padding: 10px;
    text-align: center;
    margin-bottom: 30px;
}
.cf-msg p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    color: #fff;
    text-transform: capitalize;
}

/*
-- Map area Section 
----------------------------------- */

.map-area {
    width: 100%;
    height: auto;
    position: relative;
}
.google-map,
#canvas,
#gmap {
    width: 100%;
    height: 540px;
}

/*
-- Contact Form Section
----------------------------------- */

.address-widget {
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
    margin-top: -33px;
}
.contact-icon {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    margin: 0px auto 18px;
    background-color: #e9b000;
    text-align: center;
}
.contact-icon i {
    font-size: 34px;
    line-height: 65px;
    color: #fff;
}
.address-widget h5 {
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0px;
    color: #303030;
    text-transform: capitalize;
    margin-bottom: 5px;
}
.address-widget p {
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 0;
    color: #606060;
    margin: 0;
}
.address-widget p a,
.address-widget p a:focus{
    font-size: 12px;
}
.address-widget p a:hover{
    text-decoration: underline;
}
.address-widget a,
.address-widget p {
    font-size: 16px;
}
.form-area-row {
    width: 100%;
    margin-top: 110px;
}
.form-area-title {
    width: 100%;
    height: auto;
    text-align: center;
}
.form-area-title h2 {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    color: #303030;
    margin-bottom: 40px;
}
.form-area {}
.form-inline {}
.contact-form {
    margin: 0;
    padding: 0;
}
.contact-form li {
    height: auto;
    margin-bottom: 30px;
}
.contact-form .form-group {}
.contact-form .input-group {
    border: 1px solid #e7e7e7;
}

/*
--------------------------------
- Blog Masonry Page 
--------------------------------
*/

.blog-masonary {
    width: 100%;
}
.post-grid {
    width: 33%;
    height: auto;
    float: left;
    padding: 0px 15px;
    margin-bottom: 30px;
}

/*
-------------------------------
- Blog Left Page 
-------------------------------
*/

.blog-area {
    width: 100%;
    height: auto;
}
.post-grid2 {
    width: 50%;
    height: auto;
    float: left;
    padding: 0px 15px;
    margin-bottom: 30px;
}
.sidebar {}
.sidebar-right {}
.widget-area {
    width: 100%;
    height: auto;
    margin-bottom: 55px;
}
.widget-header {}
.widget-title {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0;
    color: #303030;
    text-transform: capitalize;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 15px;
    margin: 0;
}
.sidebar-list {}
.sidebar-list ul {
    margin: 0;
    padding: 0;
}
.sidebar-list li {
    width: 100%;
    margin: 0;
    padding: 10px 0px;
    border-bottom: 1px solid #cccccc;
}
.sidebar-list li:last-child {
    border-bottom: 0px;
}
.categories-list {}
.sidebar-list a {
    font-size: 14px;
    font-family: 'Montserrat-Light', sans-serif;
    font-weight: 300;
    line-height: 18px;
    letter-spacing: 0;
    color: #606060;
    text-transform: capitalize;
}
.sidebar-list span {
    font-size: 14px;
    font-family: 'Montserrat-Light', sans-serif;
    font-weight: 300;
    line-height: 18px;
    letter-spacing: 0;
    color: #606060;
    float: right;
}
.sub-list {
    padding: 6px 0px 6px 30px!important;
}
.widget-body {}
.post-item {
    width: 100%;
    height: auto;
    position: relative;
}
.recent-post-feature {
    position: absolute;
    width: 80px;
    height: 80px;
    top: 26px;
    left: 0px;
}
.post-contant {
    padding: 12px 0px 3px 90px;
}
.recent-post-title {
    width: 100%;
    height: auto;
    line-height: 0;
    margin-bottom: 2px;
}
.recent-post-title a {
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0;
    color: #303030;
}
.widget-post-meta {
    width: 100%;
    height: auto;
    margin-bottom: 2px;
}
.widget-post-meta a {
    font-size: 12px;
    font-family: 'Montserrat-Light', sans-serif;
    font-weight: 300;
    line-height: 18px;
    letter-spacing: 0;
    color: #606060;
    text-transform: capitalize;
}
.post-contant p {
    font-size: 14px;
    font-family: 'Montserrat-Light', sans-serif;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0;
    color: #606060;
    margin: 0;
}
.archive-list {}
.tweets-list {}
.tweets-list a {
    width: auto;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    color: #e9b000;
    float: left;
    margin-right: 5px;
}
.tweets-list p {
    font-size: 14px;
    font-family: 'Montserrat-Light', sans-serif;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0;
    color: #606060;
    margin-bottom: 10px;
}
.tweets-meta {
    font-size: 12px;
    font-family: 'Montserrat-Light', sans-serif;
    font-weight: 300;
    line-height: 18px;
    letter-spacing: 0;
    color: #606060;
    margin-bottom: 5px;
}
.tag-cloud {
    width: 100%;
    height: auto;
    padding: 20px 0px!important;
    border-bottom: 1px solid #cccccc;
}
.tag-cloud li {
    width: auto;
    height: auto;
    display: inline-block;
    border: 0px;
}
.tag-cloud li a {
    font-size: 14px;
    font-family: 'Montserrat-Light', sans-serif;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0;
    color: #303030;
    text-transform: capitalize;
    border: 1px solid #cccccc;
    padding: 5px 11px;
    margin-right: 5px;
    background-color: #fff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.tag-cloud li a:hover {
    background-color: #e9b000;
    color: #fff!important;
}

/*
------------------------------------
- Post Details Page
-----------------------------------
*/

.single-post-row {
    width: 100%;
    height: auto;
}
.single-post-header {}
.single-post-feature {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.single-post-feature img {
    width: 100%;
}
.single-post-feature:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: #000;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.single-post-feature img {
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}
.psingle-ost-body {}
.single-post-caption {
    width: 100%;
    padding: 28px 0px 30px 58px;
    position: relative;
}
.single-post-heading {
    line-height: 0;
    margin-bottom: 10px;
}
.single-post-heading a {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0;
    color: #303030;
    text-transform: capitalize;
    margin-bottom: 5px;
}
.single-post-meta {
    font-size: 12px;
    font-family: 'Montserrat-Light', sans-serif;
    font-weight: 300;
    line-height: 14px;
    letter-spacing: 0;
    color: #606060;
}
.single-post-sticker {
    position: absolute;
    width: auto;
    height: auto;
    top: 28px;
    left: 0;
    border-radius: 5px;
    text-align: center;
    background-color: #e9b000;
}
.single-post-sticker small {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0;
    color: #fff;
    padding: 5px 11px;
}
.single-post-sticker .month {
    font-size: 12px;
    font-family: 'Montserrat-Light', sans-serif;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 0;
    color: #fff;
    text-transform: uppercase;
    background-color: #303030;
    margin: 0;
    padding: 3px 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.single-post-body p {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0;
    color: #606060;
    margin-bottom: 30px;
}
.single-post-row:hover .post-feature img {
    -webkit-transform: scale(1.2) rotate(2deg);
    -moz-transform: scale(1.2) rotate(2deg);
    -o-transform: scale(1.2) rotate(2deg);
    transform: scale(1.2) rotate(2deg);
}
.single-post-row:hover .post-feature:after {
    opacity: .6;
}
.single-post-footer {
    width: 100%;
    margin-top: 70px;
}
.single-post-footer ul {
    margin: 0;
    padding: 0;
}
.single-post-footer li {
    display: inline-block;
    margin: 0;
}
.post-tag {}
.tags-title {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0;
    color: #303030;
    text-transform: capitalize;
    margin: 0;
    padding-right: 5px;
}
.post-tag li {}
.post-tag a {
    font-size: 14px;
    font-family: 'Montserrat-Light', sans-serif;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0;
    color: #606060;
    text-transform: capitalize;
}
.post-share {
    width: 100%;
    text-align: right;
}
.post-share-title {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0;
    color: #303030;
    text-transform: capitalize;
    margin: 0;
    padding-right: 5px;
}
.post-share li {}
.post-share a {
    font-size: 13px;
    line-height: 18px;
    color: #606060;
    margin: 0px 15px;
}
.comment-area-row {
    width: 100%;
    padding: 110px 0px 0px;
}
.post-comments-title {}
.post-comments-title h2 {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    color: #303030;
    text-transform: capitalize;
    margin-bottom: 40px;
}
.post-comment-inner {}
.comment-list {}
.post-comment-inner ol {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.comment-contant {}
.post-comment-inner ol li {
    position: relative;
}
.user-img {}
.post-comment-inner ol li .user-img {
    position: absolute;
    width: 80px;
    height: 80px;
    margin-top: 5px;
}
.user-img img {
    border: 1px solid #ebebeb;
}
.user-comment {
    padding: 0px 0px 15px 100px;
    margin: 20px 0px;
}
.cmnt-title {
    line-height: 0;
}
.cmnt-title a {
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 18px;
    color: #606060;
    letter-spacing: 0;
    text-transform: capitalize;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.cmnt-date {
    font-size: 12px;
    font-family: 'Montserrat-Light', sans-serif;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0;
    color: #606060;
}
.user-comment p {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0;
    color: #565656;
    margin: 5px 0px;
}
.cmnt-meta {}
.post-comment-inner ol li ol {}
.leave-area-row {
    width: 100%;
    height: auto;
    padding: 78px 0px 0px;
}
.leave-comments-title {}
.leave-comments-title h2 {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    color: #303030;
    text-transform: capitalize;
    margin-bottom: 40px;
}

/* 
--------------------------------
- Portfolio Page 
--------------------------------
*/

.portfolio-grid {
    width: 31.98%;
    margin: 8px;
    float: left;
    position: relative;
    overflow: hidden;
}
.portfolio-grid img {
    width: 100%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.portfolio-grid:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.portfolio-grid:hover .portfolio-action-btn img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.portfolio-grid:hover .portfolio-caption {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.portfolio-grid:hover .portfolio-action-btn {
    opacity: 1;
    top: 50%;
}
.portfolio-grid:hover .portfolio-caption-content {
    opacity: 1;
    bottom: 30px;
}

/*
-----------------------------------
Pricing Table Page
----------------------------------- 
*/
ul.course {
    list-style: none;
    padding: 0;
    text-align: left;
}
ul.course li{
    margin-bottom: 8px;
}

/*
-- How To Choose A Plan Section
----------------------------------- */

.plan-area {}
.plan-feature {
    position: relative;
}
.plan-feature img {
    width: 97%;
    box-shadow:15px 15px 0px 0px #e9b000;
}
.plan-details {}
.plan-details p {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0;
    color: #606060;
    margin-bottom: 35px;
}
.planing-feature {}
.planing-feature li {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0;
    color: #606060;
    margin-bottom: 30px;
    position: relative;
}
.planing-feature li:before {
    content: "\f046";
    font-family: FontAwesome;
    position: absolute;
    width: auto;
    height: auto;
    top: 2px;
    left: -35px;
    font-size: 18px;
    color: #606060;
}
ul.contact-info{
  padding:0;
}
ul.contact-info li a,
ul.contact-info li a:focus{
  color:#FFF;
  margin-bottom:20px;
  display:block;
}
ul.contact-info li a:hover{
    color: #e9b000;
}
ul.contact-info li a:before{
    color:#FFF;
    font-family:FontAwesome;
    font-size:24px;
    margin-right:10px;
    margin-bottom: 6px;
    float:left;
}
ul.contact-info li.globe a:before{
    content: "\f041";
}
ul.contact-info li.call a:before{
    content: "\f095";
}
ul.contact-info li.email a:before{
    content: "\f0ac";
}


.cInfo ul.contact-info{
    padding:0;
}
.cInfo ul.contact-info li a{
    color:#333;
    margin-bottom:20px;
    display:block;
}
.cInfo ul.contact-info li a:before{
    color:#333;
    font-family:FontAwesome;
    font-size:24px;
    margin-right:10px;
    margin-bottom: 6px;
    float:left;
}
.cInfo ul.contact-info li.globe a:before{
    content: "\f041";
}
.cInfo ul.contact-info li.call a:before{
    content: "\f095";
}
.cInfo ul.contact-info li.email a:before{
    content: "\f0ac";
}
.footer-form .wpcf7-form-control {
    color: #ddd;
    width: 100%;
    font-size: 12px;
    background: none;
    font-weight: 300;
    line-height: 18px;
    letter-spacing: 0;
    padding: 6px 10px;
    margin-bottom: 10px;
    border: 1px solid #747474;
    transition: all ease-in-out .25s;
    -webkit-transition: all ease-in-out .25s;
    font-family: 'Montserrat-Light', sans-serif;
}
.footer-form textarea.wpcf7-form-control.wpcf7-textarea{
    max-height: 100px;
}
.footer-form .wpcf7-form-control.wpcf7-submit{
    color: #000;
    width: auto;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0;
    padding: 6px 20px;
    border-radius: 5px;
    text-transform: uppercase;
    background-color: #c5c5c5;
    border: 1px solid #c5c5c5;
    transition: all ease-in-out .25s;
    -webkit-transition: all ease-in-out .25s;
    font-family: 'Montserrat', sans-serif;
}
.mainForm input,
.mainForm select,
.mainForm textarea{
    width:100%;
    color: #606060;
    font-size: 12px;
    font-weight: 300;
    background: none;
    line-height: 24px;
    letter-spacing: 0;
    padding: 5px 12px;
    margin-bottom:20px;
    box-shadow: none;
    -webkit-box-shadow: none;
    border: 1px solid #AAAAAA;
    transition: all ease-in-out .25s;
    -webkit-transition: all ease-in-out .25s;
    font-family: 'Montserrat-Light', sans-serif;
}
.mainForm select {
    height: 36px;
}
.mainForm input:focus,
.mainForm textarea:focus,
.footer-form .wpcf7-form-control:focus{
    border: 1px solid #e9b000;
}
.mainForm input[type="radio"],
.mainForm input[type="checkbox"],
span.wpcf7-list-item-label {
    width: auto;
    cursor: pointer;
}
.mainForm .wpcf7-submit{
    color: #FFF;
    width: auto;
    margin: 0 auto;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0;
    padding: 6px 20px;
    border-radius: 5px;
    text-transform: uppercase;
    background-color: #303030;
    border: 1px solid #303030;
    transition: all ease-in-out .25s;
    -webkit-transition: all ease-in-out .25s;
    font-family: 'Montserrat', sans-serif;
}
.mainForm .wpcf7-submit:hover,
.mainForm .wpcf7-submit:focus,
.footer-form .wpcf7-form-control.wpcf7-submit:hover,
.footer-form .wpcf7-form-control.wpcf7-submit:focus {
    color: #fff;
    background-color: #e9b000;
    border: 1px solid #e9b000;
}
p.danger {
    color: red;
    margin-top: 50px;
    font-weight: normal;
}
p.danger a,
p.danger a:hover,
p.danger a:focus{
    color: red;
    font-weight: bold;
    text-decoration: underline;
}
span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 1em;
    font-weight: normal;
    display: block;
    margin-bottom: 20px;
    margin-top: -20px;
}
#scroll-menu .navbar-nav>li>a,
#scroll-menu .navbar-nav>li>a:focus{
    color: #FFF;
    transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .2s;
    border-bottom: 2px solid rgba(0,0,0,0);
}
#scroll-menu .navbar-nav>li.active>a,
#scroll-menu .navbar-nav>li>a:hover {
    color: #e9b000;
    border-bottom: 2px solid #e9b000;
    background-color: transparent;
}
.btn-sm-outline:focus{
    background: none;
}
.welcome .section-title{
    font-size: 20px;
}
ul.covarea {
    list-style: none;
    padding: 0;
}
ul.covarea li {
    display: inline-block;
    margin-right: 20px;
}
.feedbackBtnWrapper {
    top: 0;
    right: 0;
    bottom: 0;
    width: auto;
    margin: auto;
    height: 50px;
    display: flex;
    z-index: 10010;
    position: fixed;
    align-items: center;
}
.rv_btn{
    width: 50px;
    height: 50px;
    display: block;
    cursor: pointer;
    border-radius: 25px 0 0 25px;
    border: 3px solid rgba(0,0,0,0.1);
    background: #e9b000 url('img/review.png') no-repeat center center;
    background-size: 55%;
}
.reviewForm {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 10020;
    position: fixed;
    background: rgba(0, 0, 0, 0.3);
}
.reviewForm.visible {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.reviewForm .reviewFormArea {
    width: 100%;
    max-width: 550px;
    max-height: 100vh;
    position: relative;
    background: #F0F0F0;
    border: 1px solid #DDD;
}
.reviewForm .formHeader{
    padding: 10px 16px 0 16px;
}
.reviewForm .formHolder {
    width: 100%;
    overflow-y: auto;
    max-height: calc(100vh - 50px);
    padding: 8px 16px 10px 16px;
}
.reviewForm .closeForm{
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: absolute;
    background: url('img/closeForm.png') no-repeat center center;
}
.reviewForm h2 {
    margin: 0;
    font-size: 26px;
    font-weight: 100;
    line-height: 32px
}
.reviewForm label, 
.reviewForm .wpcf7-form-control-wrap { 
    display: block;
    font-size: 12px;
}
.reviewForm .wpcf7-form-control-wrap input,
.reviewForm .wpcf7-form-control-wrap textarea {
    width: 100%;
    display: block;
    font-size: 16px;
    padding: 10px 8px;
    border-radius: 5px;
    background: #F9F9F9;
    border: 1px solid #ccc;
}
.reviewForm .wpcf7-form-control-wrap textarea {
    resize: none;
    max-height: 130px;
}
.reviewForm .wpcf7-submit{
    color: #FFF;
    border: none;
    padding: 6px 50px;
    border-radius: 4px;
    background: #303030;
    transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .2s;
}
.reviewForm .wpcf7-submit:hover{
    background: #e9b000;
}
.reviewForm .formHolder .wpcf7-form.init > p:last-of-type {
    margin-bottom: 10px;
}
.course-single-details {
    margin-top: 40px;
}
.course-single-details h1 {
    font-size: 28px;
    line-height: 38px;
}
.course-single-details h2 {
    font-size: 26px;
    line-height: 36px;
}

.course-single-details ul {
    list-style: inside;
}
.enrolment_form h1 {
    font-size: 14px;
    line-height: normal;
    margin-bottom: 10px;
}
.wpcf7-form-control.wpcf7-radio {
  display: flex;
  gap: 16px;
}
.wpcf7-form-control.wpcf7-radio input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 0;
  height: 0;
}
.wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
  position: relative;
  cursor: pointer;
  margin: 0;
}
.wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 4px 10px;
  border: 2px solid #ccc;
  border-radius: 30px;
  font-size: 15px;
  transition: all 0.25s ease;
}
.wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label::before {
  content: "";
  width: 16px;
  height: 16px;
  border: 2px solid #999;
  border-radius: 50%;
  transition: all 0.25s ease;
}
.wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label:hover {
  border-color: #e9b000;
}
.wpcf7-form-control.wpcf7-radio input[type="radio"]:checked + .wpcf7-list-item-label {
  border-color: #e9b000;
  background: #fffee4;
}
.wpcf7-form-control.wpcf7-radio input[type="radio"]:checked + .wpcf7-list-item-label::before {
  border-color: #e9b000;
  background: #e9b000;
  box-shadow: inset 0 0 0 3px #fff;
}

body.page-enroll .header-caption-inner h1 {
    position: relative;
    font-size: 0;
}
body.page-enroll .header-caption-inner h1:before {
    content: 'Enroll for Driving Lesson';
    font-size: 36px;
    max-width: 320px;
    display: block;
    margin: 0 auto;
}
.address-widget a {
  line-height: 22px !important;
  display: block;
  color: #ea4d00;
}
.enrolment_form p a, 
p a {
  color: #ea4d00;
}
.enrolment_form p a, 
p a:hover {
  color: #ea4d00;
  text-decoration: underline;
}
.footer-copyright a {
    color: #e9b000;
}
.address-widget a:hover {
  text-decoration: underline;
}
.contact-icon img {
  max-width: 38px;
  margin-top: 14px;
}
.pricing-tag small {
  font-size: 16px;
}

ul.covarea li::before {
    float: left;
    color: #333;
    content: "\f00c";
    font-size: 15px;
    margin-right: 4px;
    margin-bottom: 6px;
    font-family: 'FontAwesome';
}
.topbar_row {
  background: rgba(0,0,0,0.7);
}
.topbar_menu {
    padding: 0;
    display: flex;
    margin: 10px 0;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.topbar_menu li {
    margin: 0;
}
.topbar_menu .menu-item.globe {
  display: none;
}
.navbar-default.sticky .navbar-nav > li > a {
  padding: 12px 19px;
}
.navbar-default.sticky > .container .navbar-brand {
  padding: 6px 0;
}


@media only screen and (max-width: 420px){
    .topbar_menu {
        align-items: center;
        flex-direction: column;
    }
}

/* Medium Layout: 1367px. */
@media only screen and (min-width: 1025px) and (max-width: 1367px) {
    /* Nav Section */
    .nav-area {
        padding: 0px;
    }
}

/* Tablet Layout: 992px. */

@media only screen and (min-width: 992px) and (max-width: 1024px) {
    /* Custom Typography */
    .section-title-area-3 {
        -webkit-transform: translate(-105px, 100%) rotate(-90deg);
        -moz-transform: translate(-105px, 100%) rotate(-90deg);
        -o-transform: translate(-105px, 100%) rotate(-90deg);
        transform: translate(-105px, 100%) rotate(-90deg);
    }
    /* Team Section  */
    .team-member:hover .team-body {
        background-color: rgba(250, 250, 250, 0.71);
        -webkit-transform: translateX(5px) rotateY(0deg);
        -moz-transform: translateX(5px) rotateY(0deg);
        -o-transform: translateX(5px) rotateY(0deg);
        transform: translateX(5px) rotateY(0deg);
    }
    /* Service Single Page */
    .project-team-slider .owl-item {
        padding: 0px 90px;
    }
    /* Single Project Section */
    .details-list li {
        width: 100%;
    }
    /* Portfolio Page */
    .portfolio-grid {
        width: 31.71%;
    }
}
@media only screen and (min-width: 1024px){
    .hamburger {
        display:none;
    }
}
@media only screen and (max-width: 1024px){
    .nav-area {
        padding: 0px;
    }
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in, .collapsing{
        display:block !important;
        transition:all ease-in-out .2s;
        -webkit-transition:all ease-in-out .2s;
        background-color: rgba(30, 30, 30, 0.94);
    }
    .sticky .collapse.in, .sticky .collapsing{
        transition:all ease-in-out .2s;
        -webkit-transition:all ease-in-out .2s;
        background-color: rgba(30, 30, 30, 0);
    }
    .navbar-default .navbar-nav > li > a {
        padding: 12px;
    }
}

/* Tablet Layout: 768px. */

@media only screen and (min-width: 768px) and (max-width: 1020px) {
    /* Utility Clesses */
    .scroll-top {
        display: none!important;
    }
    .section-title-area-1 {
        margin: 55px 30px 25px;
    }
    .section-title-area-4 {
        margin-bottom: 40px;
    }
    .inner-padding {
        padding: 40px 0px;
    }
    .inner-padding2 {
        padding: 40px 0px 70px;
    }
    .inner-padding3 {
        padding: 40px 0px 0px;
    }
    .inner-padding4 {
        padding: 0px 0px 40px;
    }
    .inner-padding5 {
        padding: 70px 0px 40px;
    }
    .inner-padding6 {
        padding: 0px 0px 70px;
    }
    .inner-padding7 {
        padding: 70px 0px;
    }
    /* Nav Section */
    .nav-area {
        padding: 0px;
        background-color: rgba(30, 30, 30, 0.94);
    }
    .navbar-nav {
        width: 100%;
    }
    .navbar> .container .navbar-brand {
        padding: 15px;
    }
    .navbar-nav > li {
        width: 100%;
        border-bottom: 1px solid rgba(30, 30, 30, 0.94);
    }
    .navbar-nav > li:last-child {
        border-bottom: 0px;
    }
    .navbar-default .navbar-nav > li > a {
        padding: 15px;
    }
    .navbar-default .navbar-nav >.active > a:after {
        height: 40px;
        width: 3px;
        top: 15px;
        left: 0px;
    }
    .dropdown-menu {
        background-color: rgba(30, 30, 30, 0.94);
    }

    /* Hero Section */
    .hero-slider-inner.owl-carousel .owl-item img {
        width: auto;
        height: 100%;
        -webkit-transform: translateX(-15%);
        -moz-transform: translateX(-15%);
        -o-transform: translateX(-15%);
        transform: translateX(-15%);
    }
    /* Service Section */
    .service-widget {
        margin-bottom: 30px;
    }
    /* About Section */
    .about-content {
        padding: 30px;
    }
    /* Call To Action Section */
    .action-caption p {
        width: 100%;
    }
    /* Feature Section */
    .single-item-tab {
        margin-bottom: 25px!important;
    }
    /* Working Policy Section */
    .section-title-area-3 {
        width: 100%;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        margin-bottom: 30px;
    }
    .working-policy-inner {
        padding: 30px;
    }
    /* Portfolio Section */
    .portfolio-filter li {
        margin: 0px 3px 15px;
    }
    .portfolio-item {
        width: 33.33%;
    }
    .portfolio-item:hover .portfolio-caption-content {
        bottom: 5px;
        left: 5px;
    }
    .portfolio-caption-content h4 a {
        font-size: 16px;
        line-height: 16px;
    }
    /* Team Section */
    .team-member {
        margin-bottom: 30px;
    }
    .team-member:hover .team-header {
        -webkit-transform: translateX(-90px);
        -moz-transform: translateX(-90px);
        -o-transform: translateX(-90px);
        transform: translateX(-90px);
    }
    .team-member:hover .team-body {
        opacity: 1;
        background-color: rgba(250, 250, 250, 0.71);
        -webkit-transform: translateX(100px) rotateY(0deg);
        -moz-transform: translateX(100px) rotateY(0deg);
        -o-transform: translateX(100px) rotateY(0deg);
        transform: translateX(100px) rotateY(0deg);
    }
    /* Testimonial Section */
    .client-img {
        transform: translateY(25%);
    }
    /* Blog Section */
    .post-row {
        margin-bottom: 30px;
    }
    .post-feature {
        text-align: center;
    }
    /* Footer Section */
    .footer-content ul {
        margin: 30px 0px;
    }
    .instagram-list li {
        width: 26%;
    }
    .address-list li {
        margin-bottom: 15px;
    }
    /* Home 2 Service Section */
    .service-icon:before {
        width: 70px;
        top: 50%;
        left: 34%;
    }
    .service-icon:after {
        width: 70px;
        top: 50%;
        right: 34%;
    }
    /* Pricing Section */
    .pricing-package {
        margin-top: 70px;
    }
    /* Our Mission Section */
    .skills-right {
        margin-top: 30px;
    }
    /*  Service Page 1 */
    .provide-area-inner {
        padding-top: 80px;
    }
    /*  Service Page 2 */
    .service-tab-icon:before {
        width: 70px;
        top: 50%;
        left: 34%;
    }
    .service-tab-icon:after {
        width: 70px;
        top: 50%;
        right: 34%;
    }
    /* Service Single Page */
    .project-item {
        width: 100%;
        height: auto;
        margin-bottom: 30px;
        -webkit-transform: translate(0px) rotate(0deg);
        -moz-transform: translate(0px) rotate(0deg);
        -o-transform: translate(0px) rotate(0deg);
        transform: translate(0px) rotate(0deg);
    }
    .project-item-tab {
        float: none;
    }
    .project-team-slider .owl-item {
        padding: 0px 55px;
    }
    /* Single Project Section */
    .project-feature {
        margin-bottom: 30px;
    }
    .project-all-details {
        padding-top: 15px;
    }
    .project-goal {
        margin-bottom: 30px;
    }
    /* Related Project Section */
    .related-project:hover .project-caption-content {
        bottom: 10px;
        left: 10px;
    }
    .related-project:hover .project-action-btn img {
        -webkit-transform: scale(.6);
        -moz-transform: scale(.6);
        -o-transform: scale(.6);
        transform: scale(.6);
    }
    /* Blog Masonry Page */
    .post-grid {
        width: 50%;
        margin-bottom: 0;
    }
    .sidebar-right {
        margin-top: 30px;
    }
    /* Post Single Page */
    .post-share {
        text-align: left;
        padding-top: 15px;
    }
    /* Portfolio Page */
    .portfolio-grid {
        width: 31.2%;
    }
    /* Feature Page */
    .skills-area-inner {
        padding: 50px 0px 45px;
    }
    /* How To Choose A Plan Section */
    .plan-feature {
        text-align: center;
    }
    .plan-details {
        margin-top: 30px;
    }
    .plan-feature:after {
        width: 75%;
        height: 100%;
        top: 15px;
        left: 110px;
    }
}

/* Mobile Layout: 320px. */

@media only screen and (max-width: 767px) {
    /* Utility Classes */
    .scroll-top {
        display: none!important;
    }
    .page-header {
        height: 400px;
    }
    .header-caption {
        padding-top: 60px;
    }
    .inner-padding {
        padding: 30px 0px;
    }
    .inner-padding2 {
        padding: 30px 0px 60px;
    }
    .inner-padding3 {
        padding: 30px 0px 0px;
    }
    .inner-padding4 {
        padding: 0px 0px 30px;
    }
    .inner-padding5 {
        padding: 60px 0px 30px;
    }
    .inner-padding6 {
        padding: 0px 0px 60px;
    }
    .inner-padding7 {
        padding: 60px 0px;
    }
    /* - Custom Typography */
    .section-title-area-1 {
        margin: 20px 0px 0px;
        padding-left: 15px;
    }
    .section-title-area-4 {
        margin-bottom: 20px;
    }
    .section-title {
        font-size: 26px;
        margin-bottom: 15px;
    }
    .section-title-area-3 p,
    .section-title-area-4 p {
        width: 100%;
    }
    .header-caption-inner h1 {
        font-size: 35px;
    }
    blockquote {
        padding: 15px;
    }
    /* Nav Style */
    .nav-area {
        padding-top: 0;
        background-color: rgba(30, 30, 30, 0.94);
    }

    .navbar-nav > li {
        width: 100%;
        border-bottom: 1px solid rgba(30, 30, 30, 0.94);
    }
    .navbar-nav > li:last-child {
        border-bottom: 0px;
    }
    .navbar-default .navbar-nav > li > a {
        padding: 12px;
    }
    .navbar-default .navbar-nav >.active > a:after {
        height: 40px;
        width: 3px;
        top: 15px;
        left: 0px;
    }
    .dropdown li ul.sub-menu {
        opacity: 1!important;
        pointer-events: none;
        transform-origin: right center 0!important;
        -webkit-transform: rotateY(0deg) translateX(20%)!important;
        -moz-transform: rotateY(0deg) translateX(20%)!important;
        -ms-transform: rotateY(0deg) translateX(20%)!important;
        -o-transform: rotateY(0deg) translateX(20%)!important;
        transform: rotateY(0deg) translateX(20%)!important;
    }
    .navbar-header {
        padding-left:10px;
    }
    /* Hero Section */
    .hero-slider-inner.owl-carousel .owl-item img {
        max-width: none;
        width: auto;
        height: 100%;
        -webkit-transform: translateX(-20%);
        -moz-transform: translateX(-20%);
        -o-transform: translateX(-20%);
        transform: translateX(-20%);
    }
    .hero-area .item:after {
        opacity: 0.40;
    }
    .hero-content-holder{
        background: none;
    }
    .hero-caption-inner h3 {
        font-size: 20px;
    }
    .hero-caption-inner h1 {
        font-size: 36px;
        line-height: 40px;
    }
    .hero-caption-inner p {
        width: 100%;
    }
    .owl-dots {
        bottom: 30px;
    }
    /* Service Section */
    .service-widget {
        text-align: center;
        margin-bottom: 15px;
    }
    /* About Section */
    .about-content {
        padding: 0px 15px;
    }
    .about-slider:after {
        height: 101%;
    }
    /* Fun Fact Section */
    .fun-fact-item {
        margin-bottom: 30px;
    }
    /* Call To Action Section */
    .action-area-inner {
        padding: 40px 0px;
    }
    .action-caption h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .action-caption p {
        width: 100%;
        margin-bottom: 15px;
    }
    /* Feature Section */
    .tab-item .single-item-tab {
        margin-bottom: 20px!important;
    }
    .item-icon i {
        width: 45px;
        height: 45px;
        font-size: 20px;
        line-height: 45px;
    }
    /* Working Policy Section */
    .section-title-area-3 {
        width: 100%;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        margin-bottom: 30px;
    }
    .working-policy-inner {
        padding: 30px 25px 0px;
    }
    .working-policy-list {
        padding-bottom: 30px;
    }
    .policy-icon i {
        width: 40px;
        height: 40px;
        font-size: 18px;
        line-height: 40px;
        color: #303030;
    }
    .policy-icon .policy-number {
        left: 18%;
    }
    /* Portfolio Section */
    .portfolio-filter li {
        margin: 0px 5px 15px;
    }
    .portfolio-item {
        width: 100%;
    }
    .portfolio-item img {
        width: 100%;
    }
    .portfolio-item:hover .portfolio-caption-content {
        bottom: 5px;
        left: 5px;
    }
    .portfolio-action-btn img {
        width: auto;
    }
    /* Team Section */
    .team-member {
        margin-bottom: 30px;
    }
    .team-member:hover .team-header {
        -webkit-transform: translateX(-115px);
        -moz-transform: translateX(-115px);
        -o-transform: translateX(-115px);
        transform: translateX(-115px);
    }
    .team-member:hover .team-body {
        opacity: 1;
        background-color: rgba(250, 250, 250, 0.71);
        -webkit-transform: translateX(50px) rotateY(0deg);
        -moz-transform: translateX(50px) rotateY(0deg);
        -o-transform: translateX(50px) rotateY(0deg);
        transform: translateX(50px) rotateY(0deg);
    }
    /* Testimonial Section */
    .testimonial-carousel .item {
        margin-left: 0px;
        margin-top: 55px;
    }
    .client-img {
        top: -55px;
        left: 50%;
        transform: translateX(-50%);
    }
    .client-details {
        padding: 55px 30px 30px;
    }
    /* Blog Section */
    .post-row {
        margin-bottom: 30px;
    }
    .post-caption {
        padding: 100px 0px 30px;
    }
    /* Footer Section */
    .footer-area {
        padding: 40px 0px;
    }
    .footer-content ul {
        margin: 20px 0px;
    }
    .instagram-list li {
        width: 26%;
    }
    .address-list {
        margin-top: 30px!important;
    }
    /* Home 2 Service Section */
    .service-icon:before {
        width: 70px;
        top: 50%;
        left: 34%;
    }
    .service-icon:after {
        width: 70px;
        top: 50%;
        right: 34%;
    }
    .service-item img {
        top: 25px;
    }
    /* Pricing Section */
    .pricing-package {
        margin-top: 60px;
    }
    /* Our Mission Section */
    .skills-area-inner {
        padding: 40px 0px;
    }
    .choose-left-title,
    .skills-right-title {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .skills-right {
        margin-top: 30px;
    }
    .panel-default>.panel-heading+.panel-collapse>.panel-body {
        padding-right: 15px;
    }
    /* Crrative Head Section */
    .creative-head-info {
        padding-top: 10px;
    }
    .social-link {
        -webkit-transform: translateY(-60%);
        -moz-transform: translateY(-60%);
        -o-transform: translateY(-60%);
        transform: translateY(-60%);
    }
    /*  Service Page 1 Section */
    .provide-area-inner {
        padding-top: 30px;
    }
    .provide-massage {
        margin: 20px 0px 40px;
    }
    .provide-massage p {
        margin-bottom: 15px;
    }
    .provide-short {
        margin-top: 20px;
    }
    .provide-img {
        text-align: center;
    }
    /*  Service Page 2 Section */
    .service-tab-icon:before {
        width: 70px;
        top: 50%;
        left: 34%;
    }
    .service-tab-icon:after {
        width: 70px;
        top: 50%;
        right: 34%;
    }
    .service-sublist-item {
        margin-top: 25px;
    }
    /* Service Single Page */
    .single-service-content p {
        margin-left: 15px;
    }
    .project-item {
        width: 100%;
        height: auto;
        margin-bottom: 30px;
        -webkit-transform: translate(0px) rotate(0deg);
        -moz-transform: translate(0px) rotate(0deg);
        -o-transform: translate(0px) rotate(0deg);
        transform: translate(0px) rotate(0deg);
    }
    .project-item-tab {
        float: none;
        margin-bottom: 15px;
    }
    .project-list-item {
        margin-bottom: 30px;
    }
    .project-title {
        margin-bottom: 5px;
    }
    .project-team-slider {
        padding: 15px 0px;
    }
    .project-team-slider .owl-item {
        padding: 0px 32px;
    }
    .project-team-slider .owl-item .team-body {
        -webkit-transform: translateX(20px) rotateY(0deg);
        -moz-transform: translateX(20px) rotateY(0deg);
        -o-transform: translateX(20px) rotateY(0deg);
        transform: translateX(20px) rotateY(0deg);
    }
    .awards-list-item {
        margin-bottom: 30px;
    }
    .awards-title {
        margin-bottom: 5px;
    }
    .project-list-tab .owl-dots {
        text-align: center;
    }
    /* Single Project Section */
    .project-details-title {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .project-short-description p:last-child,
    .project-description p:last-child {
        margin-bottom: 10px;
    }
    .project-feature {
        margin-bottom: 30px;
    }
    .project-description {
        padding: 15px 0px;
    }
    .project-idea,
    .project-goal {
        margin-bottom: 25px;
    }
    .project-all-details {
        padding-top: 15px;
    }
    .details-list li {
        width: 100%;
        margin-bottom: 15px;
    }
    /* Blog Masonry Page */
    .post-grid {
        width: 100%;
        margin-bottom: 0;
    }
    /* Contact page */
    .address-widget {
        margin-top: 30px;
    }
    .form-area-row {
        margin-top: 30px;
    }
    .form-area-title h2 {
        margin-bottom: 20px;
    }
    .contact-form li {
        margin-bottom: 0px;
    }
    /* Blog Page */
    .sidebar-right {
        margin-top: 30px;
    }
    .post-contant {
        padding: 100px 0px 3px 0px;
    }
    .post-grid2 {
        width: 100%;
        padding: 0;
        margin-bottom: 0;
    }
    .pl15 {
        padding-left: 0px
    }
    /* Post Single Page */
    .single-post-footer {
        margin-top: 20px;
    }
    .post-share {
        text-align: left;
        padding-top: 15px;
    }
    .comment-area-row {
        padding: 20px 0px 0px;
    }
    .user-comment {
        padding: 100px 0px 15px 0px;
    }
    .leave-area-row {
        padding: 15px 0px 0px;
    }
    /* Portfolio Page */
    .portfolio-grid {
        margin: 0px;
        padding: 5px;
        width: 100%;
    }
    /* How To Choose A Plan Section */
    .plan-details {
        margin-top: 30px;
    }
    .plan-feature {
        padding: 15px;
    }
    .plan-feature:after {
        width: 93%;
        height: 88%;
        top: 30px;
        left: 30px;
    }
    #scroll-menu .navbar-nav>li>a,
    #scroll-menu .navbar-nav>li.active>a,
    #scroll-menu .navbar-nav>li>a:focus,
    #scroll-menu .navbar-nav>li>a:hover {
        border-bottom: none;
    }
    .footer-copyright {
        text-align: center;
        margin-bottom: 10px;
    }
}

@media only screen and (max-height: 426px) {
    .hero-area {
        min-height: 480px;
    }
    .smallHeight .navbar-default .navbar-collapse,
    .smallHeight .navbar-default .navbar-form {
        max-height: 240px;
    }
}

/* Wide Mobile Layout: 480px. */

@media only screen and (min-width: 375px) and (max-width: 414px) {}

/* Wide Mobile Layout: 480px. */

@media only screen and (min-width: 320px) and (max-width: 374px) {}

@media only screen and (max-width: 767px) {
    body.page.page-thank-you .page-header {
        height: 260px;
    }
    body.page.page-thank-you .header-caption {
        padding-top: 72px;
    }
    body.page.page-thank-you .provide-massage.mainForm {
        text-align: center;
        padding: 30px 6px;
    }
    body.page.page-thank-you .provide-massage.mainForm p {
        font-size: 16px;
    }
	body.page-enroll .page-header {
        height: 260px;
    }
	body.page-enroll .header-caption {
        padding-top: 106px;
    }
}