/************************************************
[Master Stylesheet]
*************************************************/

header.pixinav * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    list-style: none;
    text-decoration: none;
}

header.pixinav {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    left: 0;
    padding: 25px 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
}

.brand-logo {
    float: left;
}

.brand-logo a {
    display: block;
    line-height: 45px;
}

.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;
}

.nav-wrapper>ul>li:hover:before,
.nav-wrapper>ul>li.active>a:before,
ul.dropdown li:hover:after {
    width: 100%;
}


/*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: #ff5606;
    transition: color .3s;
}*/

.nav-wrapper>ul>li>a {
    padding: 0px 20px;
    text-transform: capitalize;
}

.nav-wrapper ul li a {
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 53px;
    position: relative;
}

.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---*/

.login_area {
    float: right;
    cursor: pointer;
}

.login_area ul>li>a {
    display: block;
    font-size: 14px;
    height: 47px;
    line-height: 48px;
    text-transform: uppercase;
    box-shadow: 0 10px 38px rgba(62, 93, 128, 0.18);
}

.login_area .signup>a {
    background: #fff;
    border-radius: 3px;
    color: #272930;
    font-family: "ProximaNova-Bold";
    margin-left: 30px;
    padding: 0 28px;
}

.login_area .signup>a span {
    color: #1cd46a;
}

.login_area .signup>a:hover span {
    color: #fff;
}

.login_area .signup>a:hover {
    background: #1d4ff3;
    color: #fff;
}

.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: .6s;
    transition: .6s;
    transition: .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;
}


/*============== Navigation Options ==============*/


/*---------------------------------------
        ==Green color Style=
---------------------------------------*/

.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;
}


/*---------------------------------------
        ==Green color Style=
---------------------------------------*/

.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;
}


/*---------------------------------------
        ==Car Menu Style=
---------------------------------------*/

.pixinav.car {
    background-image: url(images/car-nav-bg.png);
    background-repeat: repeat;
}


/*---------------------------------------
        ==Transparent Menu Style=
---------------------------------------*/

.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;
}


/*--- ==Transparent Menu Style= -----*/

.pixinav.transparent.dark .login_area i,
.pixinav.transparent.dark .nav-wrapper ul li a i,
.pixinav.transparent.dark .nav-wrapper>ul>li>a {
    color: #fff;
    transition: .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 Menu Style=
---------------------------------------*/

.sticky-header {
    position: fixed;
    padding: 0;
    z-index: 999;
    top: 0;
    background: #222;
    -webkit-box-shadow: rgba(0, 0, 0, .15) 0px 1px 6px;
    box-shadow: rgba(0, 0, 0, .15) 0px 1px 6px;
    width: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}


/*============== Dropdown addon ==============*/

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: .4s;
    transition: .4s;
}

ul.dropdown li:hover:after {
    width: 100%;
}

ul.dropdown li a {
    display: block;
    padding: 13px 30px 13px 30px;
    position: relative;
    line-height: 25px;
}

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 {
        padding: 10px 0;
    }
    .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: #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;
    }
    .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 {
        height: 60px;
        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: .4s;
        transition: .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;
        color: #272930;
    }
    /*---Search---*/
    .responsive-nav .login_area {
        height: 60px;
        line-height: 60px;
        padding: 0px 10px 0 20px;
    }
    /*---Responsive Dropdown Style---*/
    .responsive-nav ul.dropdown li a {
        padding-left: 45px;
        opacity: .75;
    }
    .responsive-nav .nav-wrapper>ul>li>a>i {
        position: absolute;
        right: 15px;
        top: 50%;
        -webkit-transition: .4s;
        transition: .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: .4s;
        transition: .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: .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;
    }
}


/*------------------- end header section style --------------------*/


/*------------------- start hero section style --------------------*/

.hero_section {
    background: url(images/hero-bg.jpg) no-repeat center center / cover;
}

.hero_section>.overlay {
    background: -moz-linear-gradient(-45deg, rgba(29, 79, 243, 0.94) 0%, rgba(20, 252, 113, 0.94) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(29, 79, 243, 0.94) 0%, rgba(20, 252, 113, 0.94) 100%);
    background: linear-gradient(135deg, rgba(29, 79, 243, 0.94) 0%, rgba(20, 252, 113, 0.94) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f01d4ff3', endColorstr='#f014fc71', GradientType=1);
}

.hero_section .row.align_row_center_center {
    height: 100vh;
}

.hero_section .hero_content span.playball {
    font-size: 24px;
}

.hero_content p {
    font-family: "ProximaNova-light";
    font-weight: 300;
}

.hero_content .free_class {
    background: #fff;
    border-radius: 3px;
    color: #272930;
    display: inline-block;
    font-family: proximanova-bold;
    font-size: 14px;
    height: 50px;
    line-height: 51px;
    padding: 0 30px;
    text-transform: uppercase;
}

.hero_content .free_class:hover {
    color: #fff;
    background: #1D4FF3;
}

.hero_content .no_card {
    font-size: 12px;
    margin-top: 20px;
    text-transform: uppercase;
}

.hero_section .img_area .overlay {
    background: rgba(43, 45, 51, 0.3);
}
.hero_section .img_area img {
  width: 100%;
}
.hero_section .img_area .play {
    border: 2px solid #fff;
    border-radius: 100%;
    color: #fff;
    font-size: 22px;
    height: 70px;
    left: 50%;
    padding: 21px 27px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
}

.hero_section .img_area .play:hover {
    background: #fff;
    color: #1D4FF3;
}


/*------------------- end hero section style --------------------*/


/*------------------- start facts section style --------------------*/

.facts_section {
    padding: 120px 0 110px;
    border-bottom: 1px solid #dfdfe0;
}

.facts_section p.facts_txt {
    font-size: 18px;
    line-height: 21px;
    padding-top: 30px;
}


/*------------------- end facts section style --------------------*/


/*------------------- start about section style --------------------*/

.about_section {
    padding-bottom: 100px;
    padding-left: 45%;
    padding-top: 100px;
    position: relative;
    margin-top: 100px;
}

.about_section .media-content {
    left: 0;
    top: 0;
    position: absolute;
    height: 100%;
    width: 45%;
}

.about_section .section-content .container {
    width: 100%;
}

.about_section .section-content {
    margin-left: 0;
    padding-left: 15px;
}

.about_section .section-content {
    max-width: 670px;
}

.about_section .about_content span {
    font-size: 24px;
}

.about_section .about_content p {
    font-family: 'proximanova-light';
}

.about_section .about_content .free_class {
    background: rgb(29, 135, 243);
    background: -moz-linear-gradient(left, rgba(29, 135, 243, 1) 0%, rgba(20, 252, 113, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(29, 135, 243, 1) 0%, rgba(20, 252, 113, 1) 100%);
    background: linear-gradient(to right, rgba(29, 135, 243, 1) 0%, rgba(20, 252, 113, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d87f3', endColorstr='#14fc71', GradientType=1);
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-family: proximanova-bold;
    font-size: 14px;
    height: 50px;
    line-height: 51px;
    padding: 0 30px;
    text-transform: uppercase;
}
/*------------------- end about section style --------------------*/


/*------------------- start testimonial section style --------------------*/
.testimonial_section {
    background: #25272e;
    padding: 120px 0 110px;
}
.testimonial_wrapper > span.playball {
  font-size: 24px;
}
.testimonial_section .testimonial_wrapper p {
    font-family: proximanova-lightitalic;
    opacity: 0.8;
    font-size: 22px;
    line-height: 32px;
}
.testimonial_section .testimonial_wrapper .author_info>img {
    border-radius: 100%;
    height: 75px;
    z-index: 0;
    position: relative;
}
.testimonial_section .testimonial_wrapper .author_info i {
    color: #3d3f45;
    font-size: 35px;
    left: 50%;
    margin-left: -17px;
    position: absolute;
    top: 20px;
    z-index: 0;
}
.testimonial_section .author_info span {
  font-family: proximanova-bold;
}
/*------------------- end testimonial section style --------------------*/


/*------------------- start footer section style --------------------*/
footer {
    padding: 35px 0;
}
footer .copyright {
    font-family: proximanova-light;
    font-size: 15px;
}
footer .footer_menu a {
    border-left: 1px solid #272930;
    color: #272930;
    font-family: proximanova-light;
    font-size: 15px;
    padding: 0 20px;
}
footer .footer_menu a:hover{
    text-decoration: underline;
}
footer .footer_menu :last-child a{
    padding-right: 0;
}
footer .footer_menu :first-child a{
    padding-left: 0;
    border-left: 0px;
}
/*------------------- end footer section style --------------------*/























