header.pixinav * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    list-style: none;
    text-decoration: none;
    -webkit-transition: visibility 0s, opacity 0.3s linear;
    transition: visibility 0s, opacity 0.3s linear;
}

header.pixinav {
    height: 80px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
}

.brand-logo {
    float: left;
}

.brand-logo a {
    display: block;
    line-height: 80px;
}

.nav-icon,
.nav-button-close {
    display: none;
}

.nav-wrapper {
    float: right;
    position: relative;
}

.nav-wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-wrapper>ul>li {
    display: inline-block;
    position: relative;
}

ul.dropdown li a:hover,
.nav-wrapper>ul>li.active>a,
.nav-wrapper>ul>li.active>a>i,
.nav-wrapper ul li a:hover {
    color: #181818;
    transition: color 0.3s;
}

.nav-wrapper>ul>li>a {
    line-height: 80px;
    padding: 0px 20px;
}

.nav-wrapper ul li a {
    color: #5d647b;
    display: block;
    font-size: 13px;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
}

.mega_menu_item a {
    text-transform: capitalize;
}

.nav-wrapper>ul>li>a>i {
    position: relative;
    left: 5px;
    top: 1px;
}

.tlinks {
    text-indent: -9999px;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}

/*---Search Button---*/

.search_button {
    float: right;
    line-height: 80px;
    padding: 0 25px;
    cursor: pointer;
}

.search_button i {
    color: #333;
}

.search-form {
    background: #fff;
    position: absolute;
    top: -800px;
    visibility: hidden;
    opacity: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    z-index: 1001;
    width: 60%;
    height: 200px;
    text-align: center;
    border-radius: 5px;
    -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.15);
    -webkit-transition: 0.6s;
    transition: 0.6s;
    transition: 0.6s !important;
}

.search-form.search-open {
    top: 0;
    visibility: visible;
    opacity: 1;
}

.search-form form {
    position: absolute;
    width: 100%;
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
}

.search-form form input {
    background: transparent;
    border: 1px solid #ddd;
    font-size: 16px;
    padding: 10px 10px;
    width: 70%;
    height: 45px;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    border-radius: 5px 0 0 5px;
}

.search-form form button.search-submit {
    background: #2075f4;
    color: #fff;
    height: 45px;
    line-height: 45px;
    outline: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0 20px;
    position: relative;
    top: -1px;
    left: -5px;
    border-radius: 0 5px 5px 0;
}

.search-form .search-close {
    position: absolute;
    top: 10px;
    font-size: 20px;
    color: #000;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    cursor: pointer;
    padding: 10px;
}

.pixinav.green ul.dropdown li a:hover,
.pixinav.green .nav-wrapper>ul>li.active>a,
.pixinav.green .nav-wrapper>ul>li.active>a>i,
.pixinav.green .nav-wrapper ul li a:hover {
    color: #8bc43f;
}

.pixinav.green .nav-wrapper>ul>li:before,
.pixinav.green .nav-wrapper>ul>li.active>a:before,
.pixinav.green ul.dropdown li:after,
.pixinav.green .search-form form button.search-submit {
    background: #8bc43f;
}

.pixinav.navy-blue ul.dropdown li a:hover,
.pixinav.navy-blue .nav-wrapper>ul>li.active>a,
.pixinav.navy-blue .nav-wrapper>ul>li.active>a>i,
.pixinav.navy-blue .nav-wrapper ul li a:hover {
    color: #204dbf;
}

.pixinav.navy-blue .nav-wrapper>ul>li:before,
.pixinav.navy-blue .nav-wrapper>ul>li.active>a:before,
.pixinav.navy-blue ul.dropdown li:after,
.pixinav.navy-blue .search-form form button.search-submit {
    background: #204dbf;
}

.pixinav.car {
    background-image: url(images/car-nav-bg.png);
    background-repeat: repeat;
}

.pixinav.transparent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: transparent;
}

.pixinav.transparent .nav-wrapper>ul>li:before,
.pixinav.transparent .nav-wrapper>ul>li.active>a:before {
    position: initial;
}

.pixinav.transparent.dark .nav-wrapper ul li a:hover,
.pixinav.transparent.dark .nav-wrapper ul li a:hover i {
    color: #2075f4;
}

.pixinav.transparent.dark .search_button i,
.pixinav.transparent.dark .nav-wrapper ul li a i,
.pixinav.transparent.dark .nav-wrapper>ul>li>a {
    color: #fff;
    transition: 0.3s;
}

@media (max-width: 992px) {

    .pixinav.responsive-nav.transparent.dark .nav-wrapper ul li a i,
    .pixinav.responsive-nav.transparent.dark .nav-wrapper>ul>li>a {
        color: #222;
    }

    .pixinav.transparent .nav-wrapper>ul>li:before,
    .pixinav.transparent .nav-wrapper>ul>li.active>a:before {
        position: absolute;
    }

    .pixinav.responsive-nav.transparent.dark .nav-icon:after {
        background-color: #fff;
        border-radius: 10px;
        -webkit-box-shadow: 0 0.5em 0 0 #fff, 0 1em 0 0 #fff;
        box-shadow: 0 0.5em 0 0 #fff, 0 1em 0 0 #fff;
        z-index: 12;
    }
}

.sticky-header {
    position: fixed;
    padding: 0;
    z-index: 999;
    top: 0;
    background: #222;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 6px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 6px;
    width: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

ul.dropdown {
    position: absolute;
    z-index: 10;
    background: #fff;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.15);
    visibility: hidden;
    opacity: 0;
    min-width: 230px;
}

li.dropdwon>ul.dropdown {
    visibility: visible;
    opacity: 1;
}

ul.dropdown li {
    position: relative;
    border-bottom: 1px solid #eee;
}

ul.dropdown li:last-child {
    border-bottom: none;
}

ul.dropdown li:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 1px;
    background: #2075f4;
    z-index: 11;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

ul.dropdown li:hover:after {
    width: 100%;
}

ul.dropdown li a {
    display: block;
    padding: 13px 30px 13px 30px;
    position: relative;
}

ul.dropdown li a i {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

ul.dropdown {
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.15);
}

/* --------Right Align-------- */

.dropdown .right,
.right .dropdown {
    left: 100%;
}

/*-------- Left Align-------- */

.dropdown .left,
.left .dropdown {
    right: 100%;
}

/* --------dropdown hover-------- */

ul.dropdown>li.dropdwon>ul.dropdown {
    visibility: visible;
    opacity: 1;
    top: 0;
}

/*============== Megamenu addon ==============*/

.mega_menu {
    position: fixed;
    width: 1170px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: white;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.15);
    padding: 20px 0;
    visibility: hidden;
    opacity: 0;
    z-index: 1005;
}

.dropdwon>.mega_menu {
    visibility: visible;
    opacity: 1;
}

ul.mega_menu_item {
    display: inline-block;
    border-right: 1px solid #eee;
    float: left;
}

ul.mega_menu_item li.mega-menu-title {
    padding-bottom: 20px;
    font-weight: 600;
}

ul.mega_menu_item li {
    padding: 13px 30px;
}

ul.mega_menu_item.col_2 {
    width: 50%;
}

ul.mega_menu_item.col_3 {
    width: 33%;
}

ul.mega_menu_item.col_4 {
    width: 25%;
}

ul.mega_menu_item:last-child {
    border-right: 0;
}

/*============== Responsive ==============*/

@media (min-width: 993px) {

    .dropdown,
    .mega_menu {
        display: block !important;
        height: auto !important;
    }

    .mega_menu {
        padding: 20px 0 !important;
    }
}

@media (max-width: 1200px) {

    /*---Responsive Megamenu Style---*/
    .mega_menu {
        width: 970px;
    }
}

@media (max-width: 991px) {
    header.pixinav.responsive-nav {
        height: 60px;
    }

    .responsive-nav .nav-icon {
        display: block;
        width: 30px;
        height: 30px;
        position: absolute;
        top: 0;
        left: 15px;
        padding: 22px 0px 37px 0px;
        cursor: pointer;
    }

    .responsive-nav .nav-icon:after {
        content: "";
        position: absolute;
        width: 24px;
        height: 2px;
        background-color: #222;
        border-radius: 10px;
        -webkit-box-shadow: 0 0.5em 0 0 #222, 0 1em 0 0 #222;
        box-shadow: 0 0.5em 0 0 #222, 0 1em 0 0 #222;
        z-index: 12;
    }

    .responsive-nav .nav-button-close {
        position: absolute;
        top: 25px;
        right: 25px;
        font-size: 24px;
        display: inline-block;
        cursor: pointer;
    }

    .responsive-nav .brand-logo {
        position: absolute;
        left: 50%;
        -webkit-transform: translatex(-50%);
        transform: translatex(-50%);
        float: none;
    }

    .responsive-nav .brand-logo a {
        line-height: 60px;
    }

    .responsive-nav .nav-wrapper {
        position: fixed;
        background: #fff;
        z-index: 999;
        height: 100vh;
        left: -550px;
        top: 0;
        width: 320px;
        padding-top: 70px;
        overflow-y: auto;
        -webkit-transition: 0.4s;
        transition: 0.4s;
        box-shadow: 1px 0px 1px rgba(0, 0, 0, 0.1);
    }

    .responsive-nav .nav-wrapper.right-canvas {
        left: 0;
    }

    .responsive-nav .nav-wrapper>ul {
        border-top: 1px solid #eee;
    }

    .responsive-nav .nav-wrapper>ul>li {
        display: block;
        border-bottom: 1px solid #eee;
    }

    .responsive-nav .nav-wrapper>ul>li>a {
        line-height: 50px;
        padding-left: 30px;
    }

    /*---Search---*/
    .responsive-nav .search_button {
        height: 60px;
        line-height: 60px;
        padding: 0px 10px 0 20px;
    }

    /*---Responsive Dropdown Style---*/
    .responsive-nav ul.dropdown li a {
        padding-left: 45px;
        opacity: 0.75;
    }

    .responsive-nav .nav-wrapper>ul>li>a>i {
        position: absolute;
        right: 15px;
        top: 50%;
        -webkit-transition: 0.4s;
        transition: 0.4s;
        -webkit-transform: translateY(-50%) rotate(-90deg);
        transform: translateY(-50%) rotate(-90deg);
        left: initial;
    }

    .responsive-nav .icon_rotated>i.fa-angle-down {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        top: 40%;
    }

    .responsive-nav .icon_rotated>i.fa.fa-angle-right {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        top: 40%;
    }

    .responsive-nav i {
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }

    .responsive-nav .icon_rotated>i.fa.fa-angle-left {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    .responsive-nav ul.dropdown li ul.dropdown a {
        padding-left: 55px;
        opacity: 0.6;
    }

    .responsive-nav ul.dropdown li a ul.dropdown {
        padding-left: 55px;
    }

    .responsive-nav ul.dropdown {
        position: relative;
        visibility: visible;
        opacity: 1;
        left: 0;
    }

    .responsive-nav .nav-wrapper ul li:hover ul.dropdown {
        visibility: visible;
        opacity: 1;
    }

    .nav-wrapper>ul>li:before,
    .responsive-nav ul.dropdown li:after {
        content: none;
    }

    .responsive-nav ul.dropdown {
        -webkit-transition: none;
        transition: none;
    }

    .responsive-nav ul.dropdown {
        display: none;
        background: rgba(0, 0, 0, 0.01);
    }

    .responsive-nav .dropdown {
        background: rgba(0, 0, 0, 0.02);
    }

    /*---Responsive Megamenu Style---*/
    .responsive-nav .mega_menu {
        position: relative;
        left: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        width: 100%;
        padding: 0;
        display: none;
        -webkit-transition: none;
        transition: none;
        visibility: visible;
        opacity: 1;
        background: rgba(0, 0, 0, 0.01);
        box-shadow: none;
        flex-wrap: wrap;
    }

    .responsive-nav ul.mega_menu_item {
        background: rgba(0, 0, 0, 0.01);
    }

    .responsive-nav ul.mega_menu_item li {
        border-bottom: 1px solid #eee;
        padding-left: 45px;
    }

    .responsive-nav ul.mega_menu_item {
        width: 100%;
    }

    .responsive-nav ul.mega_menu_item li.mega-menu-title {
        border-bottom: 0;
    }
}

@media (max-width: 500px) {

    .responsive-nav .nav-wrapper,
    .single_canvas.offcanvas1,
    .single_canvas.offcanvas1.close {
        width: 100%;
    }

    .search-form {
        width: 100%;
        height: 150px;
    }
}

/*-------------------hero area-------------------*/
.hero_area {
    background: url(/static/v3/images/banner02.jpg) no-repeat center right / cover;
}

.hero_area .hero_content {
    height: 100vh;
}

.hero_area .hero_content p {
    opacity: 0.9;
}

.content_block1 .txt_area h1,
.hero_area .hero_content h1 {
    margin-left: -6px;
}

/*---------content-block1-------------*/
.content_block1 .container-fluid {
    padding-left: 0;
}

.content_block1 .image_area,
.content_block1 .txt_area {
    width: 50%;
}

.content_block1 .image_area {
    padding-right: 190px;
}

/*---------about section------*/
.about_section {
    background: #2367ee;
    padding: 140px 0 145px;
}

.about_section .about_content h1 {
    margin: 0 auto 60px;
    max-width: 500px;
}

.cta_section {
    background: url(/static/v6/bg3.jpg) no-repeat center -220px / cover;
}

.cta_section .cta_content {
    min-height: 450px;
}

.why_section {
    padding: 140px 0 145px;
}

.why_section .why_txt p {
    line-height: 36px;
    opacity: 0.8;
}

.why_section h1.title {
    margin-bottom: 120px;
}

.image_section .right_image,
.image_section .left_image {
    width: 50%;
    float: left;
    overflow: hidden;
}

.image_section .right_image img,
.image_section .left_image img {
    width: 100%;
}

.image_section .right_image:hover img,
.image_section .left_image:hover img {
    transform: scale(1.1);
}

.contact_section {
    padding: 140px 0;
}

.contact_section .contact_text li {
    color: #222222;
}

.contact_section .contact_text li a:hover {
    color: #2367ee;
    text-decoration: underline;
}

.footer_section {
    padding: 0px 0 100px;
    background: #212327;
}

.footer_section .footer_menu {
    padding: 70px 0;
    border-bottom: 1px solid #38393d;
}

.footer_section .footer_logo {
    margin: 0 auto;
}

.footer_section .footer_menu ul {
    width: 100%;
}

.footer_section .footer_menu ul a {
    color: #fff;
    font-size: 16px;
    margin: 0 30px;
    text-transform: uppercase;
}

.footer_section .footer_menu ul li:first-child a {
    margin-left: 0;
}

.footer_section .footer_menu ul li:last-child a {
    margin-right: 0;
}

.footer_section p.widget_text {
    font-size: 16px;
    opacity: 0.8;
    line-height: 30px;
}

.footer_section .quick_link a {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    opacity: 0.8;
}

.footer_section ul li a:hover {
    color: #194ffd;
}
