﻿@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Arima+Madurai:300,400,500,700');
@import url('https://fonts.googleapis.com/css?family=Laila:500');

*, *:before, *:after {
    box-sizing: border-box;
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

:focus {
    outline: 0;
}

a:hover {
    text-decoration: none;
}

:link, :visited {
    text-decoration: none;
}
/* clearfix */
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

body {
    font-family: 'Montserrat', sans-serif;
}

a:focus {
    outline: none;
}

button:focus {
    outline: none;
}

.effect-right {
    -moz-transform: translate3d(-600px, 0px, 0px);
    -webkit-transform: translate3d(-600px, 0px, 0px);
    -o-transform: translate(-600px, 0px);
    -ms-transform: translate(-600px, 0px);
    transform: translate3d(-600px, 0px, 0px);
    transition: all 0.6s ease-in-out;
}

.effect-left {
    -moz-transform: translate3d(400px, 0px, 0px);
    -webkit-transform: translate3d(400px, 0px, 0px);
    -o-transform: translate(400px, 0px);
    -ms-transform: translate(400px, 0px);
    transform: translate3d(400px, 0px, 0px);
    transition: all 0.6s ease-in-out;
}

.effect-zoom {
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: translate(400px, 0px) scale(1.5);
    -ms-transform: translate(400px, 0px) scale(1.5);
    transform: scale(0.4);
    transition: all 0.5s ease-in-out;
}

.in-view {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

#header {
    /* position: fixed;
     */
    z-index: 9999;
    width: 100%;
    margin-top: 20px;
    padding-top: 0px;
}

.join-nv button {
    display: none;
}


#full-header {
    position: fixed;
    width: 100%;
    left: 0;
    z-index: 99;
    background: url(../images/header-bg.jpg);
    padding-top: 15px;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
    margin-bottom: 0px;
}

.navbar-nav {
    border: 1px solid #fe3b00;
    border-bottom: none;
    /*outline-style: solid;*/
    /*outline-color: #870303;
    outline-width: thin;*/
}

}

.footerp {
    text-align: justify;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 1rem;
    color: #8c93a5;
}

.menu-brdr {
    border: 1px solid #870303;
    float: right;
    margin-top: 15px;
    border-bottom: none;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-weight: 500;
    font-size: 13px;
    padding: 8px 20px 8px 20px;
    transition: 0.4s all;
}

    .navbar-default .navbar-nav > li > a:hover {
        color: #fff;
        font-weight: 500;
        font-size: 13px;
        padding: 8px 20px 8px 20px;
        border-radius: 5px 5px 0 0;
    }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: #8c0404;
    -webkit-box-shadow: inset 2px 2px 0px 1px rgba(73,1,1,1);
    -moz-box-shadow: inset 2px 2px 0px 1px rgba(73,1,1,1);
    box-shadow: inset 2px 2px 0px 1px rgba(73,1,1,1);
    border-radius: 5px 5px 0 0;
}

.navbar-header {
    float: left;
    margin-top: -20px;
}

.navbar-container {
    padding: 0px 2%;
}

.navbar-brand {
    padding: 0px 10px;
    /* transition:all 0.4s linear;
     */
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}


.dropdown-menu li a:after {
    content: "";
    border-bottom: 0px solid transparent !important;
    border-left: 10px solid transparent !important;
    border-right: 10px solid transparent;
    position: absolute;
}

.navbar-nav > li > .dropdown-menu {
    background: transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

    .navbar-nav > li > .dropdown-menu a {
        display: block;
        background: #8c0404;
        color: #fff;
        padding: 5px 10px;
        border-bottom: 1px solid #ea2b0c;
        transition: all 0.3s;
        text-decoration: none;
        font-size: 13px;
    }

        .navbar-nav > li > .dropdown-menu a:hover {
            background: #b30b0a;
        }

        .navbar-nav > li > .dropdown-menu a:last-child {
            border-radius: 0 0 5px 5px;
        }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #fff;
    background-color: #8c0404;
    -webkit-box-shadow: inset 2px 2px 0px 1px rgba(73,1,1,1);
    -moz-box-shadow: inset 2px 2px 0px 1px rgba(73,1,1,1);
    box-shadow: inset 2px 2px 0px 1px rgba(73,1,1,1);
    border-radius: 5px 5px 0 0;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 0px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.dropdown-menu > li > a {
    display: block;
    padding: 8px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #000;
    white-space: nowrap;
}

    .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
        color: #ffffff;
        text-decoration: none;
        background-color: #ff7200;
    }

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 0px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
/*=======affix css start=========*/
/* Effect 5: same word slide in */
.cl-effect-5 a {
    overflow: hidden;
    padding: 0 4px;
    height: 1em;
}

    .cl-effect-5 a span {
        position: relative;
        display: inline-block;
        -webkit-transition: -webkit-transform 0.3s;
        -moz-transition: -moz-transform 0.3s;
        transition: transform 0.3s;
    }

        .cl-effect-5 a span::before {
            position: absolute;
            top: 100%;
            content: attr(data-hover);
            font-weight: 700;
            -webkit-transform: translate3d(0, 0, 0);
            -moz-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }

    .cl-effect-5 a:hover span, .cl-effect-5 a:focus span {
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        transform: translateY(-100%);
    }

.affix .navbar-main {
    /* box-shadow: 0 0px 6px 2px #888;
     */
    margin-top: 0px;
    transition: all 0.4s linear;
}

.affix .navbar-container {
    width: 100%;
    padding: 0px 0%;
}

.affix #header {
    position: fixed;
    z-index: 99;
    width: 100%;
    margin-top: 0px;
    background: #fff;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.6s linear;
}

.affix .navbar-header {
    float: left;
    margin-top: 3px;
    width: 160px;
}

.affix {
    top: 0;
    width: 100%;
    transition: all 0.5s linear;
    background-color: #fff;
    background: url(../images/header-bg.jpg);
    margin-top: 0px !important;
}

    .affix .navbar-default {
        margin-bottom: 0px;
        border: 0px;
        width: 100%;
        background: #fff;
        position: fixed;
        border-radius: 0px;
        padding: 0px 8%;
        box-shadow: 0px 0px 0px 0px #6d6d6d;
        padding-bottom: 0px;
        /* transition: all 0.5s linear;
     */
        /* border-bottom: 1px solid #ff7200;
     */
        background: url(../images/header-bg.jpg);
    }

        .affix .navbar-default .navbar-nav > li > a {
            font-weight: 500;
            font-size: 13px;
            padding: 8px 20px 8px 20px;
            color: #fff;
        }

            .affix .navbar-default .navbar-nav > li > a:hover {
                color: #fff;
                font-weight: 500;
                font-size: 13px;
                padding: 8px 20px 8px 20px;
            }

        .affix .navbar-default .navbar-nav > .active > a, .affix.navbar-default .navbar-nav > .active > a:focus, .affix.navbar-default .navbar-nav > .active > a:hover {
            color: #fff;
            background-color: #8c0404;
        }

    .affix .navbar-brand {
        padding: 5px 10px;
        transition: all 0.4s linear;
    }

        .affix .navbar-brand img {
            transition: all 0.8s linear;
            width: 100%;
        }

    .affix .header-call-zon {
        border-bottom: 1px solid #d2d2d2;
        padding-bottom: 4px;
    }

    .affix .navbar-nav {
        border-bottom: 0px;
    }
/*=======affix css end=========*/
.banner-caption {
    right: 70%;
    left: 10%;
    padding-bottom: 50px;
}

    .banner-caption h3 {
        font-size: 50px;
        text-transform: uppercase;
        text-align: left;
        margin-bottom: 0px;
        color: #333;
        margin-top: 0px;
    }

    .banner-caption p {
        text-align: left;
        font-size: 20px;
        text-transform: uppercase;
    }

.navbar-default .navbar-nav > li > a:hover {
    color: #f42727;
    background-color: transparent;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #fff;
    background-color: #8c0404;
    -webkit-box-shadow: inset 2px 2px 0px 1px rgba(73,1,1,1);
    -moz-box-shadow: inset 2px 2px 0px 1px rgba(73,1,1,1);
    box-shadow: inset 2px 2px 0px 1px rgba(73,1,1,1);
}

.inner-slide .item img {
    width: 100%;
}

.inner-banner .item img {
    width: 100%;
}

.carousel-caption {
    right: 40%;
    left: 14%;
    padding-bottom: 0px;
    bottom: 20%;
    width: 38%;
}

    .carousel-caption h3 {
        text-align: left;
        background: transparent;
        display: inline-block;
        padding: 0px 15px;
        font-size: 25px;
        font-weight: 500;
        margin: 0px 0px;
        color: #bfbfbf;
        text-shadow: 0px 0px 0px;
        font-weight: 400;
        font-family: 'Montserrat', sans-serif;
    }




    .carousel-caption h4 {
        color: #868686;
        font-size: 25px;
        margin: 0px;
        line-height: 26px;
        text-align: right;
        padding-right: 10%;
        font-family: 'Montserrat', sans-serif;
    }

#trapezium {
    height: 0;
    width: auto;
    border-bottom: 40px solid #ff7200cc;
    border-left: 0px solid transparent;
    border-right: 30px solid transparent;
    line-height: 48px;
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0) 0, rgba(0, 0, 0, .0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}

.carousel-control.right {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0) 0, rgba(0, 0, 0, .0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}

.bs-slider {
    overflow: hidden;
    max-height: 700px;
    position: relative;
    background: transparent;
}

    .bs-slider img {
        width: 100%;
    }

    .bs-slider:hover {
        cursor: auto;
    }

    .bs-slider:active {
    }

    .bs-slider .bs-slider-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /* background-color: rgba(0, 0, 0, 0.20);
     */
    }

    .bs-slider > .carousel-inner > .item > img, .bs-slider > .carousel-inner > .item > a > img {
        margin: auto;
        width: 100% !important;
        height: 600px;
        object-fit: cover;
        margin-top: 80px;
    }
/******************** *****Slide effect **********************/
.fade {
    opacity: 1;
}

    .fade .item {
        top: 0;
        z-index: 1;
        opacity: 0;
        width: 100%;
        position: absolute;
        left: 0 !important;
        display: block !important;
        -webkit-transition: opacity ease-in-out 1s;
        -moz-transition: opacity ease-in-out 1s;
        -ms-transition: opacity ease-in-out 1s;
        -o-transition: opacity ease-in-out 1s;
        transition: opacity ease-in-out 1s;
    }

        .fade .item:first-child {
            top: auto;
            position: relative;
        }

        .fade .item.active {
            opacity: 1;
            z-index: 2;
            -webkit-transition: opacity ease-in-out 1s;
            -moz-transition: opacity ease-in-out 1s;
            -ms-transition: opacity ease-in-out 1s;
            -o-transition: opacity ease-in-out 1s;
            transition: opacity ease-in-out 1s;
        }
/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
    top: 45%;
    opacity: 1;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}
/* .control-round:hover .carousel-control {
     opacity: 10;
     background: #0f75bccc;
}
 */
.carousel-control {
    opacity: 10;
    background: #ff7200b8;
}

.control-round .carousel-control.left {
    left: 7%;
}

.control-round .carousel-control.right {
    right: 7%;
}

    .control-round .carousel-control.left:hover, .control-round .carousel-control.right:hover {
        color: #fdfdfd;
        background: rgba(0, 0, 0, 0.5);
        border: 0px transparent;
    }

.control-round .carousel-control.left > span:nth-child(1) {
    left: 45%;
}

.control-round .carousel-control.right > span:nth-child(1) {
    right: 45%;
}
/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators {
    right: 45%;
    bottom: 3%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}

    .indicators-line > .carousel-indicators li {
        padding: 0;
        width: 15px;
        height: 15px;
        border: 1px solid rgb(158, 158, 158);
        text-indent: 0;
        overflow: hidden;
        text-align: left;
        position: relative;
        letter-spacing: 1px;
        background: rgb(158, 158, 158);
        -webkit-font-smoothing: antialiased;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        margin-right: 5px;
        -webkit-transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
        transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
        z-index: 10;
        cursor: pointer;
    }

        .indicators-line > .carousel-indicators li:last-child {
            margin-right: 0;
        }

    .indicators-line > .carousel-indicators .active {
        margin: 1px 5px 1px 1px;
        box-shadow: 0 0 0 2px #fff;
        background-color: transparent;
        position: relative;
        -webkit-transition: box-shadow 0.3s ease;
        -moz-transition: box-shadow 0.3s ease;
        -o-transition: box-shadow 0.3s ease;
        transition: box-shadow 0.3s ease;
        -webkit-transition: background-color 0.3s ease;
        -moz-transition: background-color 0.3s ease;
        -o-transition: background-color 0.3s ease;
        transition: background-color 0.3s ease;
    }

        .indicators-line > .carousel-indicators .active:before {
            transform: scale(0.5);
            background-color: #fff;
            content: "";
            position: absolute;
            left: -1px;
            top: -1px;
            width: 15px;
            height: 15px;
            border-radius: 50%;
            -webkit-transition: background-color 0.3s ease;
            -moz-transition: background-color 0.3s ease;
            -o-transition: background-color 0.3s ease;
            transition: background-color 0.3s ease;
        }
/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
    text-align: left !important;
}

.slide_style_right {
    text-align: right !important;
}

.slide_style_center {
    text-align: center !important;
}

.slide-text {
    /* left: 5%;
     */
    top: 32%;
    right: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    padding: 10px 85px;
    right: 12%;
}

    .slide-text > h1 {
        padding: 0;
        color: #0f75bc;
        font-size: 30px;
        font-style: normal;
        line-height: 60px;
        margin-bottom: 0px;
        letter-spacing: 0px;
        font-weight: 500;
        display: inline-block;
        -webkit-animation-delay: 0.7s;
        animation-delay: 0.7s;
        /* font-family: 'Raleway', sans-serif;
     */
        text-transform: uppercase;
    }

.slide-text-banner-1 {
    right: 30% !important;
}

.slide-text > p {
    padding: 0;
    color: #000;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 15px;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

.slide-text a {
    background: #0f75bc;
    border-radius: 0px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    border-bottom: 3px solid #063656;
    transition: all 0.3s linear;
}

    .slide-text a:hover {
        background: #063656;
        border-radius: 0px;
        font-size: 15px;
        font-weight: 500;
        color: #fff;
        border-bottom: 3px solid #0f75bc;
    }

.alb-eff {
    -webkit-box-shadow: 0px 0px 5px 1px rgba(122,122,122,1);
    -moz-box-shadow: 0px 0px 5px 1px rgba(122,122,122,1);
    box-shadow: 0px 0px 5px 1px rgba(122,122,122,1);
    transform: rotate(5deg);
    background: #fff;
}


.banner-bk {
    background: rgba(0, 0, 0, 0.8) !important;
    padding: 20px !important;
    font-weight: 500;
    margin: 0px 0px;
    color: #fff !important;
    line-height: 30px;
    font-size: 20px !important;
    border-radius: 5px;
    text-shadow: none !important;
}




/* .slide-text>a:hover, .slide-text>a:active {
     color: #ffffff;
     background: #222222;
     -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
     transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}
 */
/*------------------------------------------------------*/
/* RESPONSIVE 
/*------------------------------------------------------*/
@media (max-width: 991px) {
    .slide-text h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }

    .slide-text > p {
        font-size: 18px;
    }
}
/*---------- MEDIA 480px ----------*/
@media (max-width: 768px) {
    .slide-text {
        padding: 10px 50px;
    }

        .slide-text h1 {
            font-size: 30px;
            line-height: 40px;
            margin-bottom: 10px;
        }

        .slide-text > p {
            font-size: 14px;
            line-height: 20px;
            margin-bottom: 20px;
        }

    .control-round .carousel-control {
        display: none;
    }
}

@media (max-width: 480px) {
    .bs-slider > .carousel-inner > .item > img, .bs-slider > .carousel-inner > .item > a > img {
        margin-top: 0px;
        height: auto;
    }


    .slide-text {
        padding: 10px 30px;
    }

        .slide-text h1 {
            font-size: 20px;
            line-height: 25px;
            margin-bottom: 5px;
        }

        .slide-text > p {
            font-size: 12px;
            line-height: 18px;
            margin-bottom: 10px;
        }

        .slide-text > a.btn-default, .slide-text > a.btn-primary {
            font-size: 10px;
            line-height: 10px;
            margin-right: 10px;
            text-align: center;
            padding: 10px 15px;
        }

    .indicators-line > .carousel-indicators {
        display: none;
    }
}

#top-header {
    height: auto;
    width: 93%;
    float: left;
}

    #top-header button {
        background: linear-gradient(to bottom, #ffba00 11%, #ff5900 100%);
        border: none;
        color: #000;
        border-radius: 9px;
        box-shadow: 0px 0px 5px 0px #000;
        font-weight: 600;
        font-size: 11px;
        padding: 3px 13px;
    }

        #top-header button:hover {
            /* text-shadow: 0px 0px 1px #4a4646; */
            background: linear-gradient(to top, #ffba00 11%, #ff5900 100%);
        }

    #top-header p {
        margin: 0;
        padding: 0;
        font-size: 13px;
        text-align: right;
    }

        #top-header p span a {
            color: #fff;
            font-size: 13px;
        }

        #top-header p span {
            margin: 0px 15px;
            color: #fff;
        }

        #top-header p .call {
            margin: 0px 0px;
            color: #fff;
            border-right: 1px solid #fff;
            padding-right: 10px;
        }

        #top-header p span i {
            margin-right: 5px;
        }

.tab-carousel .carousel-control {
    background-color: rgba(0, 0, 0, 0);
    bottom: auto;
    font-size: 20px;
    position: absolute;
    top: 45%;
    width: auto;
    color: white !important;
    font-size: 40px;
    background: red !important;
    height: 35px;
    width: 35px;
    line-height: 29px;
}

    .tab-carousel .carousel-control .left {
        border-radius: 0px 10px 10px 0px !important;
        right: auto;
        left: 0;
    }

    .tab-carousel .carousel-control .right {
        border-radius: 10px 0px 0px 10px !important;
        right: 0;
        left: auto !important;
    }
/**========================= how-it-works-section ================================***/
#how-it-works-section {
    margin-top: 3%;
    padding-bottom: 6%;
    overflow: hidden;
}

.what-is-mbclub h2 {
    font-size: 51px;
    color: #f6f6f6;
    font-weight: 600;
}

    .what-is-mbclub h2 span {
        font-size: 51px;
        font-weight: 200;
    }

.what-is-mbclub p {
    color: #fbb3b6;
    font-size: 14px;
    margin-top: 20px;
}

.what-is-mbclub {
    background: url(../images/mbclub.jpg);
    padding: 15px 25px 35px 25px;
    background-repeat: repeat;
    background-size: cover;
    height: auto;
}

    .what-is-mbclub h4 {
        color: #f4dadb;
        font-size: 20px;
        text-align: right;
        margin: 0px;
        margin-top: 10px;
    }

        .what-is-mbclub h4 a {
            color: #f4dadb;
            font-size: 20px;
            margin: 0px;
            text-decoration: none;
        }

    .what-is-mbclub img {
        margin-top: 5px;
    }

    .what-is-mbclub:after {
        content: "";
        border-bottom: 22px solid transparent;
        border-left: 22px solid #e6131a;
        border-right: 22px solid transparent;
        position: absolute;
        border-top: 22px solid transparent;
        right: -28px;
        bottom: 23px;
    }

.Works-grid {
    text-align: center;
    box-shadow: 0px 0px 7px 0px #fdcbcc;
    border: 1px solid #fdcbcc;
    padding: 26px 0px 0px 0px;
    height: 266px;
}

    .Works-grid h4 {
        font-size: 13px;
        margin: 0;
        margin-top: 28px;
        margin-bottom: 8px;
        display: inline-block;
        text-align: left;
        float: left;
    }

.hiw-dropdown {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

    .hiw-dropdown:after {
        content: "";
        position: absolute;
        border: 6px solid transparent;
        border-bottom-color: white;
        width: 0px;
        height: 0px;
        display: block;
        top: 100%;
        left: calc(50% - 3px);
        opacity: 0;
        transition: 0.3s all ease;
    }

.hiw-dropdown-menu {
    position: absolute;
    top: calc(90%);
    list-style: none;
    background-color: white;
    border-radius: 4px;
    padding: 5px 10px;
    margin-top: 5px;
    width: 150px;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid #ccc;
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: 0.3s all ease;
    z-index: 9999;
}

.hiw-dropdown:hover:after {
    opacity: 1;
}

.hiw-dropdown:hover .hiw-dropdown-menu {
    opacity: 1;
    height: auto;
    top: 50px;
    padding: 4px 10px;
    box-shadow: 0px 0px 5px 0px #e6131a;
    border: 0;
}

.hiw-dropdown-menu > li {
    border-bottom: 1px solid #ddd;
}

    .hiw-dropdown-menu > li > a {
        color: #444 !important;
        text-decoration: none;
        padding: 6px 5px 6px 0px;
        display: block;
        font-size: 13px;
        font-weight: 500;
    }

        .hiw-dropdown-menu > li > a:hover {
            color: red !important;
        }

    .hiw-dropdown-menu > li:last-child {
        border-bottom: 0px solid #ddd;
    }

.number {
    width: 34px;
    height: 34px;
    background: #e6131a;
    display: inline-block;
    color: #fff;
    font-size: 20px;
    line-height: 36px;
    border-radius: 5px 5px 1px 1px;
    position: relative;
    top: 8px;
    margin-right: 10px;
    float: left;
    margin-left: 13px;
    margin-top: 13px;
}

    .number:before {
        content: "";
        border-top: 5px solid #a60105;
        border-left: 7px solid transparent;
        border-right: 0px solid transparent;
        position: absolute;
        /* border-top: 5px solid transparent;
     */
        left: -7px;
        /* bottom: -28px;
     */
        top: 29px;
    }

    .number:after {
        content: "";
        border-top: 5px solid #a60105;
        border-right: 7px solid transparent;
        border-left: 0px solid transparent;
        position: absolute;
        /* border-top: 5px solid transparent;
     */
        right: -7px;
        /* bottom: -28px;
     */
        top: 29px;
    }

.how-it-work-col-9 {
    width: 72%;
    margin-left: 3%;
}

.how-it-work-section9 h3 {
    color: #eb1015;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 40px;
}

.work-one-arrow {
    position: absolute;
    left: 25%;
    bottom: -68px;
    right: -17px;
}

.work-two-arrow {
    position: absolute;
    /* left: 26%;
     */
    bottom: -65px;
    right: 27%;
}

#network-tagline-section {
    margin-top: 0%;
}

.network-tagline-row {
    background: url(../images/text-bg.jpg);
    background-repeat: no-repeat;
    padding: 45px 0px 20px;
    border-top: 2px solid red;
    border: 1px solid #e0e0e0;
    border-top: 2px solid red;
    border-radius: 10px;
    background-size: cover;
    background-position: center;
}

    .network-tagline-row h3 small {
        font-size: 13px;
        display: block;
        color: #000;
        margin-top: 20px;
        font-weight: 500;
    }



    .network-tagline-row h3 {
        color: #e6131a;
        text-align: center;
        font-size: 21px;
        font-family: 'Arima Madurai', cursive;
        margin: 0;
        line-height: 0px;
    }

#benifits-section {
    margin-top: 7%;
}

.main-heading h2 {
    font-size: 75px;
    font-weight: 700;
    color: #e2e2e2;
    margin: 0px;
}

    .main-heading h2:after {
        content: '';
        position: absolute;
        width: 10px;
        height: 10px;
        background: red;
        border-radius: 100%;
        bottom: 0;
        top: 51px;
        margin-left: 4px;
    }

.benifits-heading-grid h2:after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    background: red;
    border-radius: 100%;
    bottom: 0;
    top: 58px;
    margin-left: 5px;
}

.main-heading p {
    font-size: 12px;
    color: #adadad;
    margin: 0px;
}

.main-heading2 {
    margin-top: 20px;
    float: right;
    position: relative;
    top: -20px;
}

    .main-heading2 h4 {
        font-size: 40px;
        font-weight: 700;
        color: #e2e2e2;
        text-align: right;
        margin: 0px;
        line-height: 0px;
        position: relative;
        top: 8px;
        left: 36px;
    }

.main-heading4 h4 {
    font-size: 40px;
    font-weight: 700;
    color: #e2e2e2;
    text-align: right;
    margin: 0px;
    line-height: 0px;
    position: relative;
    top: 4px;
    left: 22px;
}

.main-heading3 h4 {
    font-size: 40px;
    font-weight: 700;
    color: #e2e2e2;
    text-align: right;
    margin: 0px;
    line-height: 0px;
    position: relative;
    top: 5px;
    left: -70px;
}

.by-n h4 {
    left: -15px;
}

.mem-spot h4 {
    left: 7px;
}

.main-heading2 h2 {
    font-size: 80px;
    font-weight: 700;
    color: #e2e2e2;
    margin: 0px;
    text-align: right;
    text-transform: lowercase;
}

    .main-heading2 h2:after {
        content: '';
        position: absolute;
        width: 12px;
        height: 12px;
        background: red;
        border-radius: 100%;
        bottom: 0;
        top: 59px;
        margin-left: 48px;
    }

.blog-heading .main-heading2 h2:after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    background: red;
    border-radius: 100%;
    bottom: 0;
    top: 57px;
    margin-left: 4px;
}

.main-heading3 h2:after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    background: red;
    border-radius: 100%;
    bottom: 0;
    top: 57px;
    margin-left: 8px;
}

.main-heading4 h2:after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    background: red;
    border-radius: 100%;
    bottom: 0;
    top: 63px;
    margin-left: 7px;
}

.main-heading-inspiration h2:after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    background: red;
    border-radius: 100%;
    bottom: 0;
    top: 57px;
    margin-left: 5px;
}

.story-heading .main-heading3 h2:after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    background: red;
    border-radius: 100%;
    bottom: 0;
    top: 58px;
    margin-left: 4px;
}

.amazing-people-heading h2:after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    background: red;
    border-radius: 100%;
    bottom: 0;
    top: 73px;
    margin-left: 4px;
}

.main-heading2 p {
    font-size: 12px;
    color: #adadad;
    margin: 0px;
    text-align: right;
}

.benifits-grid {
    text-align: center;
    border-right: 1px solid #cdcdcd;
    height: 150px;
    padding-top: 20px;
    cursor: pointer;
}

.benifits-col-2 {
    transition: all 0.3s linear;
}

    .benifits-col-2 :hover {
        background: #f2f2f2;
    }

        .benifits-col-2:hover .icon {
            margin-top: -10px;
            background: transparent;
        }

.benifts-heding-col:hover .icon {
    margin-top: -10px;
    background: transparent;
}

.none-hover:hover {
    background: transparent;
}

.benifits-grid h4 {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
}

.icon {
    height: 60px;
    vertical-align: middle;
    line-height: 60px;
    transition: all 0.3s linear;
    background: none;
}

.benifts-heding-col {
    padding-left: 0px;
    padding-right: 0px;
}

.benifts-row {
    border-bottom: 1px solid #cdcdcd;
}

.second-benifits-grid {
    float: right;
    padding-right: 40px;
}

.benifits-col-2 {
    padding: 0px;
}

.benifits-heading-grid {
    float: left;
    text-align: left;
    padding-top: 0px;
    padding-right: 45px;
}
/**==================== Our Guidance ================================**/
#our-guidance {
    background: url(../images/guest-bg.png);
    height: 700px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0px 0px;
    margin-top: 9%;
}

.our-last-guest {
    background: #000;
    padding: 90px 35px 50px 45px;
    position: relative;
    min-height: 400px;
}

    .our-last-guest h3 {
        color: #ff3c00;
        font-size: 15px;
        font-weight: 500;
    }

    .our-last-guest h4 {
        color: #fff;
        font-size: 13px;
        font-weight: 600;
    }

    .our-last-guest h5 {
        color: #e2e2e2;
        font-size: 13px;
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .our-last-guest p {
        color: #676565;
        font-size: 13px;
        font-weight: 500;
    }

    .our-last-guest a {
        background: linear-gradient(45deg, rgba(255, 60, 0, 1) 0%, rgba(253, 59, 0, 1) 28%, rgba(152, 0, 5, 1) 70%);
        border: 0px;
        color: #ffd6c9;
        padding: 10px 20px;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 500;
        border-radius: 4px;
        display: block;
        width: 80%;
        text-align: center;
        text-decoration: none;
    }

.our-last-guest-grid {
    padding-left: 0px;
    width: 32%;
    margin-right: 1%;
}

.our-last-guest .heading {
    position: absolute;
    top: -7px;
    right: 50px;
    color: #fff;
    z-index: 9;
    width: 174px;
}

.our-last-guest span {
    color: #ffff;
    position: absolute;
    z-index: 9999;
    text-align: center;
    padding: 10px 0px 10px 45px;
    font-weight: 500;
    font-size: 14px;
    width: 100%;
    white-space: nowrap;
}

.our-last-guest .heading:after {
    border-left: 30px solid transparent;
    border-top: 40px solid #ff3c00;
    position: absolute;
    content: '';
    width: 230px;
}

.our-new-guest-grid .heading {
    position: absolute;
    top: -7px;
    right: -4px;
    color: #fff;
    z-index: 9;
    width: 174px;
}

.our-new-guest-grid span {
    color: #ffff;
    position: absolute;
    z-index: 9999;
    text-align: center;
    padding: 10px 0px 10px 28px;
    font-weight: 500;
    font-size: 14px;
    width: 100%;
}

.our-new-guest-grid .heading:after {
    border-left: 30px solid transparent;
    border-top: 40px solid #000;
    position: absolute;
    content: '';
    width: 174px;
}

.our-new-guest-grid {
    background: #fff;
    box-shadow: 0px 0px 7px 0px #fdcbcc;
    border: 1px solid #fdcbcc;
    border-radius: 5px;
    width: 65%;
    margin-left: 1%;
}

.network-heading h2:after {
    margin-left: 0;
}

.our-new-guest {
    background: #fff;
    margin: 60px 0px 40px 25px;
    padding: 0px;
    position: relative;
    min-height: 300px;
}

.guid-bot {
    position: absolute;
    bottom: 10px;
    width: 100%;
}

    .guid-bot a i {
        padding: 5px;
    }

#last {
    border-right: 0px solid #cdcdcd !important;
}

.all-mentor {
    text-align: right;
    margin-top: 10px;
}


    .all-mentor a {
        font-size: 12px;
        font-weight: 600;
        text-transform: uppercase;
        text-align: right;
        text-decoration: none;
        color: #ff3c00;
        padding: 10px;
        text-decoration: underline;
    }

.our-new-guest h3 {
    font-weight: 600;
}

.our-new-guest h4 {
    color: #000;
}

.our-new-guest h5 {
    color: #000;
}

.our-new-guest p {
    color: #000;
}
/**================================= By the Numbers ==================================**/
#by-the-numbers-section {
    background: url(../images/numbers-bg.jpg);
    height: auto;
    padding: 14% 0% 10% 0%;
    background-attachment: fixed;
    margin-bottom: 6%;
}

.main-heading3 {
    margin-top: 20px;
    float: right;
    position: relative;
    top: 0px;
}

    .main-heading3 p {
        padding-left: 12%;
    }

.number-part {
    text-align: center;
    margin-bottom: 60px;
}

.flt-none {
    float: none;
}

.number-part h4 {
    color: #8d8b8b;
    font-size: 16px;
    font-weight: 500;
}

.number-part h2 {
    color: #fff;
    font-size: 43px;
    font-weight: 200;
}
/**===================================== Home Event Css ==================================**/
/*Panel tabs*/
.panel-tabs {
    position: relative;
    clear: both;
    border-bottom: 1px solid transparent;
    padding-top: 3%;
}

    .panel-tabs > li {
        margin-bottom: -1px;
        display: inline-block;
    }

        .panel-tabs > li > a {
            margin-right: 2px;
            margin-top: 0px;
            line-height: 12px;
            border: 1px solid transparent;
            border-radius: 4px 4px 0 0;
            padding: 7px 15px 7px 15px;
            /* padding-top: 8px;
     */
            background: #f3f3f3;
            color: #ff3c00;
            font-weight: 500;
        }

            .panel-tabs > li > a:hover {
                border-color: transparent;
                color: #ff3c00;
                background-color: #f3f3f3;
            }

            .panel-tabs > li > a:active {
                border-color: transparent;
                color: #fff;
                background-color: #ff3c00;
            }
             ul.nav.panel-tabs li a.active.show  {          
                 background-color: #ff3c00;
            }
            ul.nav.panel-tabs li a.active.show p  {          
                color: #fff !important;
            }
             
        .panel-tabs > li.active > a, .panel-tabs > li.active > a:hover, .panel-tabs > li.active > a:focus {
            color: #fff;
            cursor: default;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 2px;
            background-color: #ff3c00;
            border-bottom-color: transparent;
            padding: 7px 15px 7px 15px;
            font-size: 13px;
        }

            .panel-tabs > li.active > a p {
                color: #fff !Important;
            }

            .panel-tabs > li.active > a .date, .panel-tabs > li.active > a .date:hover, .panel-tabs > li.active > a .date:focus {
                color: #fff;
            }

.panel-primary > .panel-heading {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.panel-heading:after {
    border-bottom: 3px solid #e0e0e0;
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0px;
    height: 3px;
}

.panel-primary {
    border-color: transparent;
    box-shadow: 0px 0px 0px;
}

.upcoming-li {
    position: relative;
    top: -14px;
}

.timeline-box p {
    margin: 0px;
    color: #fff;
    font-weight: 400;
    font-size: 13px;
}

.tab-img img {
    width: 100%;
    height: 455px;
    object-fit: cover;
    border-radius: 8px 0 0 8px;
}

.timeline-box {
    background: #ff3c00;
    width: 100px;
    padding: 5px 15px;
}

    .timeline-box .date {
        font-size: 25px;
        color: #fff;
        font-weight: 600;
    }

.tab-event-details h3 {
    font-size: 25px;
    color: #e2e2e2;
    font-weight: bold;
}

.tab-event-details h4 {
    font-size: 12px;
    color: #ffe8e8;
    font-weight: 400;
    margin: 20px 0px;
    line-height: 17px;
}

.tab-event-details p {
    font-size: 12px;
    color: #ffe8e8;
    font-weight: 400;
}

    .tab-event-details p i {
        color: #7e7e7e;
        font-size: 18px;
        vertical-align: middle;
        margin-right: 10px;
        width: 20px;
        text-align: center;
    }

.tab-event-details a {
    background: linear-gradient(45deg, rgba(255, 60, 0, 1) 0%, rgba(253, 59, 0, 1) 28%, rgba(152, 0, 5, 1) 70%);
    border: 0px;
    color: #ffd6c9;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    border-radius: 4px;
    /* width: 100%;
     */
    float: left;
    margin: 30px 0;
}

.talkunit li {
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
    text-align: left;
    line-height: 25px;
}

    .talkunit li i {
        font-size: 10px;
        padding-right: 5px;
    }

.tab-pane-12 {
    padding: 0px;
    background: #1b1b1b;
    min-height: 400px;
    border-radius: 10px;
}

.tab-pane-6 {
    padding: 0px;
}

.tab-event-details {
    padding: 30px 160px 30px 60px;
}
/**================================= testimoianl ==================================**/
#spotlight-section {
    margin: 4% 0%;
    padding: 130px 0px 130px 0px;
    background: url(../images/testimonial-bg.jpg) no-repeat;
    background-size: cover;
    text-align: right;
    background-position: center;
    background-attachment: fixed;
}

.main-heading4 {
    margin-top: 100px;
    float: right;
    position: relative;
    top: 0px;
    padding-right: 25px;
}

    .main-heading4 h2 {
        line-height: 100px;
        font-size: 70px;
    }

    .main-heading4 p {
        padding-left: 18%;
    }

.homet .theadtitle {
    color: white;
    font-size: 1.2rem;
    margin: 100px 0px 0px;
}

#spotlight-section .bigTitle {
    text-align: right;
    padding: 0px 14px;
    color: #fff;
    font-size: 3.3rem;
    margin: 0px;
    line-height: 1.5rem;
}

#spotlight-section .big {
    font-size: 6rem;
    margin: 0px 0px 5px;
    color: white;
}

    #spotlight-section .big span {
        font-size: 10rem;
        line-height: 0.1;
        color: #F44336;
    }

.panel-tabs p {
    margin: 2px 0px;
    font-size: 20px;
    color: #ff3c00;
}

.upcoming-event {
    padding: 18px 15px 18px 15px;
    font-size: 13px;
}

.panel-tabs .date {
    margin: 3px 0px;
    font-size: 20px;
    color: #ff3c00;
    font-weight: 500;
}

.panel-tabs .month {
    margin: 3px 0px;
    color: #a3a3a3;
    font-size: 11px;
    font-weight: 500;
    font-weight: 500;
}

.slickTalks {
    padding: 0px 35px;
}

.talkunitwrapper {
    padding: 40px 20px 20px;
}

.talkunit {
    background-color: white;
    padding: 55px 20px 30px 20px;
    text-align: center;
    border-radius: 5px;
    min-height: 255px;
    position: relative;
}

    .talkunit:after, .talkunit:before {
        content: "";
        position: absolute;
        top: -4px;
        left: -16px;
        width: 0px;
        height: 0px;
        border-top: 0px;
        border: 25px solid transparent;
        border-top: 0px solid transparent;
        border-bottom: 25px solid #ff0000;
        transform: rotate(-45deg);
    }

    .talkunit h3 {
        transition: 0.3s all ease;
        margin: 5px auto 12px;
        color: #ff0000;
        font-style: italic;
        font-size: 15px;
        font-weight: 500;
    }

    .talkunit p {
        color: #a7a7a7;
        font-size: 12px;
    }

    .talkunit img {
        position: absolute;
        top: -40px;
        left: 50%;
        left: calc(50% - 40px);
        width: 80px;
        height: 80px;
        object-fit: cover;
        border-radius: 50px;
    }

    .talkunit a {
        position: absolute;
        right: 0px;
        bottom: -8px;
        padding: 8px 8px 8px 43px;
        color: white;
        text-decoration: none;
        background: #161616;
        background: linear-gradient(45deg, transparent 33%, #161616 25%);
        background-size: 100% 200%;
        font-size: 12px;
        font-weight: 400;
    }

.hometcontrol {
    display: inline-block;
    color: #E91E63;
    background-color: #fff;
    border-radius: 50%;
    border: 0px solid;
    padding: 5px;
    width: 30px;
    height: 30px;
    line-height: 1;
    text-align: center;
    display: inline-block;
    position: absolute;
    top: 50%;
    z-index: 9;
    left: 0px;
    outline: none !important;
    transition: 0.3s all ease;
}

    .hometcontrol.right {
        left: auto;
        right: 0px;
    }

    .hometcontrol.slick-disabled {
        background-color: #b8b8b8;
    }
/**===================== Footer Css ==============================**/
footer {
    background: black;
    color: white;
    padding: 72px 15px;
    margin-top: 6%;
}

.foocol-first {
    padding-right: 8%;
}

footer a {
    text-decoration: none !important;
    color: #757575 !important;
    display: inline-block;
    padding-bottom: 10px;
    font-weight: 500 !important;
    font-size: 13px;
}

    footer a:hover {
        text-decoration: none !important;
        color: #757575 !important;
        display: inline-block;
        padding-bottom: 10px;
        font-weight: 500 !important;
        font-size: 13px;
    }

    footer a:focus {
        text-decoration: none !important;
        color: #757575 !important;
        display: inline-block;
        padding-bottom: 10px;
        font-weight: 500 !important;
        font-size: 13px;
    }

    footer a i {
        font-size: 17px !important;
        color: #757575;
        width: 28px;
        height: 28px;
        line-height: 28px !important;
        text-align: center;
        border-radius: 100%;
        transition: all 0.3s linear;
    }

    footer a:hover .twitter {
        background: #55acee;
        color: #e6e5e5;
        width: 28px;
        height: 28px;
        line-height: 28px !important;
        text-align: center;
        border-radius: 100%;
        font-size: 17px;
    }

    footer a:hover .fb {
        background: #3b5999;
        color: #e6e5e5;
        width: 28px;
        height: 28px;
        line-height: 28px !important;
        text-align: center;
        border-radius: 100%;
        font-size: 17px;
    }

    footer a:hover .linkedin {
        background: #0077B5;
        color: #e6e5e5;
        width: 28px;
        height: 28px;
        line-height: 28px !important;
        text-align: center;
        border-radius: 100%;
        font-size: 15px;
    }

    footer a:hover .youtube {
        background: #cd201f;
        color: #e6e5e5;
        width: 28px;
        height: 28px;
        line-height: 28px !important;
        text-align: center;
        border-radius: 100%;
        font-size: 17px;
    }

.foocol {
    display: block;
    position: relative;
    overflow: hidden;
}

.footitle {
    margin: 5px auto 20px;
    color: #ababab;
    font-size: 15px;
    font-style: italic;
}

.footernav {
    padding: 0;
    list-style: none;
    line-height: 2.5;
}

    .footernav .fa-li {
        color: #fff;
        transform: rotate(-88deg);
        font-size: 12px !important;
        margin-top: -5px;
        margin-left: -6px;
    }

    .footernav li {
        position: relative;
        line-height: 18px;
        padding-bottom: 10px;
    }

.link-menu li {
    line-height: 26px;
    padding-bottom: 0px;
}

    .link-menu li a {
        line-height: 26px;
        padding-bottom: 7px;
    }

.foocol:first-child .footernav li:after {
    content: "";
    position: absolute;
    bottom: 7px;
    left: -24px;
    right: 0;
    border-bottom: 1px solid #757575;
}

.last:after {
    border-bottom: 0px solid #757575 !important;
}

.foocol:nth-child(2) {
    text-align: left;
}

    .foocol:nth-child(2) .footernav {
        display: inline-block;
        text-align: left;
        padding-left: 5px;
    }

    .foocol:nth-child(2) .footitle {
        margin-right: 15px;
    }

.copyline {
    color: #757575;
    margin-top: 40px;
    line-height: 2;
    font-size: 11px;
}

    .copyline p a {
        color: #ababab !important;
    }

.scroll-top-wrapper.show {
    visibility: visible;
    cursor: pointer;
    opacity: 1.0;
}

.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    font-size: 25px;
    z-index: 999;
    background-color: transparent;
    color: #fe3b00;
    width: 50px;
    height: 50px;
    line-height: 50px;
    right: 30px;
    bottom: 0px;
    padding-top: 0px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -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;
}
/**============================ Mentor Css ==========================================**/
#inner-banner-section {
    margin-top: 88px;
}

#inspiration-section {
    margin-top: 4%;
}

.inspiration-container {
    padding: 0px 0px 0px 40px;
}

.inspiration-img-col {
    padding-right: 0px;
    margin-right: -35px;
    z-index: 9;
}

.inspiration-img {
    border: 3px solid #e12404;
    margin-top: 34px;
}

    .inspiration-img img {
        width: 100%;
    }

.main-heading-inspiration {
    top: -20px;
}

    .main-heading-inspiration h2 {
        text-align: center;
        z-index: -1;
        position: relative;
        bottom: -11px;
    }

.inspiration-detais {
    background: #000;
    /* height: 300px;
     */
    float: left;
    width: 100%;
    margin-top: -25px;
    padding: 35px 70px;
}

    .inspiration-detais h3 {
        color: #f93a00;
        font-size: 18px;
    }

    .inspiration-detais span {
        color: #e7e7e7;
        font-size: 14px;
        display: inline-block;
    }

    .inspiration-detais h4 {
        font-size: 18px;
        color: #e7e7e7;
        font-size: 14px;
        display: inline-block;
        margin-right: 15px;
    }

        .inspiration-detais h4 i {
            color: #545454;
            margin-right: 10px;
            font-size: 20px;
        }

    .inspiration-detais h5 {
        color: #b1b1b1;
        font-size: 15px;
        font-weight: 600;
    }

    .inspiration-detais p {
        font-size: 13px;
        color: #5c5c5c;
        font-weight: 500;
    }

.inspiration-img:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 8px;
    background: #a7050b;
    right: 34px;
    bottom: -20px;
    z-index: 99;
}

.inspiration-img:after {
    content: '';
    position: absolute;
    width: 16px;
    height: 14px;
    background: #ff3c00;
    right: 23px;
    margin-top: 6px;
}

.main-heading-inspiration span {
    font-size: 40px;
}

#amzing-people-section {
    margin-top: 2%;
}

.amazing-people-grid {
    background: #fff;
    box-shadow: 0px 0px 8px 0px #7d7070;
    text-align: center;
    padding: 30px 5px;
    min-height: 200px;
}

    .amazing-people-grid h3 {
        font-weight: 600;
    }

    .amazing-people-grid h3 {
        color: #ff3c00;
        font-size: 15px;
        font-weight: 600;
    }

    .amazing-people-grid h4 {
        color: #000;
        font-size: 13px;
        font-weight: 600;
    }

    .amazing-people-grid p {
        color: #000;
        font-size: 13px;
        font-weight: 500;
    }

    .amazing-people-grid h5 {
        font-size: 13px;
        margin-top: 15px;
        margin-bottom: 0px;
        color: #000;
    }

    .amazing-people-grid img {
        border-radius: 50px;
        object-fit: cover;
        width: 90px;
        height: 90px;
        position: absolute;
        top: -45px;
        left: 37%;
        right: 0;
        border: 2px solid #ff8a00;
    }

.amazing-people-heading {
    margin-top: 10px;
}

    .amazing-people-heading h4 {
        line-height: 15px;
        position: relative;
        top: 12px;
    }

.amazing-people-col {
    width: 30.333333%;
    margin: 0px 12px;
    text-align: center;
    margin-top: 6%;
}

    .amazing-people-col a {
        background: linear-gradient(45deg, rgba(255, 60, 0, 1) 0%, rgba(253, 59, 0, 1) 28%, rgba(152, 0, 5, 1) 70%);
        border: 0px;
        color: #ffd6c9;
        padding: 0 60px;
        font-weight: 500;
        border-radius: 0 0 5px 5px;
        text-decoration: none;
        line-height: 30px;
        display: block;
        width: 90%;
        margin: 0 auto;
    }

        .amazing-people-col a i {
            font-size: 14px;
            margin-right: 3px;
        }

.mentor-dialog {
    width: 800px;
    margin: 60px auto;
    top: 30%;
}

    .mentor-dialog .modal-header {
        padding: 0px;
        border-bottom: 0px solid #e5e5e5;
    }

    .mentor-dialog .modal-content {
        background: transparent;
        border: 0;
        box-shadow: 0px 0px 0px;
    }

        .mentor-dialog .modal-content iframe {
            width: 100%;
            height: 450px;
        }

    .mentor-dialog .modal-header .close {
        color: #e6131a;
        opacity: 10;
        font-weight: normal;
        font-size: 25px;
        text-shadow: 0px 0px 0px;
        position: absolute;
        right: 10px;
        background: #fff;
        border-radius: 50px;
        line-height: 20px;
        width: 20px;
        top: 15px;
        z-index: 9999;
    }
/**========================== About Css ====================================**/
#visin-mission-section {
    margin-top: 5%;
}

.vision-grid {
    background: #ff8e1e;
    padding: 0px 20px 30px 20px;
    border-radius: 10px;
}

    .vision-grid h2 {
        color: #e27910;
        font-size: 57px;
        font-weight: 700;
        text-transform: lowercase;
        margin: 0px;
        text-align: right;
        margin-top: 0px;
        position: relative;
        top: -18px;
        margin-bottom: 10px;
    }

.vision-h:after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    background: red;
    border-radius: 100%;
    right: 126.5px;
    margin-top: 5px;
}

.vision-h:before {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    background: red;
    border-radius: 100%;
    right: 79.5px;
    margin-top: 5px;
}

.mission-h:after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    background: red;
    border-radius: 100%;
    right: 157.5px;
    margin-top: 5px;
}

.mission-h:before {
    content: '';
    position: absolute;
    width: 11px;
    height: 11px;
    background: red;
    border-radius: 100%;
    right: 79.5px;
    margin-top: 5px;
}

.vision-grid p {
    color: #000;
    font-size: 25px;
    text-align: center;
    font-weight: 500;
    font-family: 'Laila', serif;
}

#network-section {
    margin-top: 4%;
}

.carousel-control {
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 0;
    width: 0%;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 0px 0px rgba(0, 0, 0, .6);
    /* background-color: rgba(0,0,0,0);
     */
    filter: alpha(opacity=50);
    opacity: .5;
    background-color: #000;
    width: 25px;
    height: 25px;
    line-height: 25px;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img {
    line-height: 1;
    width: 100%;
}

.network-row {
    background: #d50410;
}

.network-heading {
    top: 0px;
    right: 12%;
}

    .network-heading h4 {
        position: relative;
        right: 50px;
        top: 9px;
        left: auto;
    }

.network-content {
    color: #fff0f0;
    padding: 60px 85px 0px 55px;
    font-size: 13px;
    text-align: justify;
}

    .network-content p {
        margin-bottom: 30px;
        font-size: 16px;
    }

#table-head-section {
    margin-top: 3%;
}

.table-head-col-4 {
    margin-top: 7%;
}

    .table-head-col-4 .main-heading3 {
    }

        .table-head-col-4 .main-heading3 h4 {
            position: relative;
            right: 20px;
            top: 7px;
            left: 0;
        }

        .table-head-col-4 .main-heading3 a {
            background: linear-gradient(45deg, rgba(255, 60, 0, 1) 0%, rgba(253, 59, 0, 1) 28%, rgba(152, 0, 5, 1) 70%);
            border: 0px;
            color: #ffd6c9;
            padding: 15px 45px;
            /* text-transform: uppercase;
     */
            font-size: 13px;
            font-weight: 500;
            border-radius: 5px;
            /* width: 100%;
     */
            text-decoration: none;
            margin-top: 18px;
            float: right;
        }

.table-head-col6 {
    margin-top: 11%;
}

.table-head-right {
    border: 1px solid #e5e5e5;
    background: #fff;
    border-radius: 5px;
    margin: 0px 20px;
    margin-top: 0px;
    /* border-bottom: 0px solid #017e25;
     */
    box-shadow: 0px 0px 5px 2px #e5e5e5;
}

    .table-head-right .pic {
        width: 28%;
        border: 1px solid #f00;
        border-radius: 100%;
        margin: -45px auto 0;
        overflow: hidden;
        transition: all 0.20s ease 0s;
        box-shadow: 0px 0px 5px 1px red;
    }

    .table-head-right:hover .pic {
        border-radius: 100%;
    }

    .table-head-right.pic img {
        width: 100%;
        height: auto;
    }

    .table-head-right .team-content {
        text-align: center;
    }

    .table-head-right .team-title {
        font-size: 17px;
        color: #ff2020;
        margin: 18px 0 4px;
        font-weight: 500;
    }

    .table-head-right .sub-team-title {
        color: #000000;
        font-size: 15px;
        margin-bottom: 10px;
    }

    .table-head-right .post {
        font-size: 16px;
        color: #333;
        display: block;
        margin-bottom: 15px;
    }

    .table-head-right .description {
        font-size: 13px;
        /* font-weight: 300;
     */
        color: #626262;
        padding-bottom: 25px;
        line-height: 20px;
        margin-bottom: 24px;
        height: auto;
        font-weight: 500;
    }
/**========================== Event Css ====================================**/
#we-celebrate-section {
    margin-top: 5%;
}

.scroll-col {
    position: fixed;
    top: 150px;
    left: 75%;
    width: 300px;
    z-index: 999;
}

.we-celebrate-right {
    width: 100%;
}

.we-celebrate-right {
    background: #000;
    margin-top: 0px;
    padding-bottom: 70px;
}

#sticky-sidebar-demo {
    float: left;
    width: 330px;
    color: #ffbdbd;
    will-change: min-height;
    padding: 0px;
}

.we-celebrate-right {
    position: relative;
    transform: translate(0, 0);
    transform: translate3d(0, 0, 0);
    will-change: position, transform;
}

.inner-wrapper-sticky {
    width: 330px;
}

.we-celebrate-left a {
    text-decoration: none;
}

.we-celebrate-left .main-heading3 {
    float: left;
    margin-top: 0px;
}

    .we-celebrate-left .main-heading3 h4 {
        margin-top: 20px;
        float: right;
        position: relative;
        top: 0px;
        margin-bottom: 10px;
        font-size: 40px;
        top: 20px;
        left: -80px;
    }

    .we-celebrate-left .main-heading3 h2 {
        margin-bottom: 10px;
    }

        .we-celebrate-left .main-heading3 h2:after {
            content: '';
            position: absolute;
            width: 12px;
            height: 12px;
            background: red;
            border-radius: 100%;
            bottom: 0;
            top: 88px;
            margin-left: 3px;
        }

.we-celebrate-left .event-part h3 {
    font-size: 35px;
    color: #e2e2e2;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 0px;
    position: relative;
}

.we-celebrate-left a .event-part h3:after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background: red;
    border-radius: 100%;
    bottom: 0;
    top: 25px;
    margin-left: 0px;
}

.we-celebrate-left .event-part p {
    font-size: 20px;
    color: #000;
    font-weight: 500;
}

.we-celebrate-left .event-part .event-img {
    overflow: hidden;
    position: relative;
    padding: 5px;
    border-bottom-style: double;
    border-left-style: double;
    border-color: #e2e2e2;
    border-width: thick;
}

    .we-celebrate-left .event-part .event-img img {
        max-width: 100%;
        transition: all 0.7s;
        height: 250px;
        object-fit: cover;
        width: 100%;
    }

    .we-celebrate-left .event-part .event-img:hover img {
        transform: scale(1.15);
    }

.event-col {
    margin-bottom: 20px;
    min-height: 400px;
}

.we-celebrate-right .main-heading3 {
    margin-top: 9px;
    top: 0px;
}

    .we-celebrate-right .main-heading3 h4 {
        font-size: 40px;
        font-weight: 700;
        color: #2d2d2d;
        text-align: right;
        margin: 0px;
        line-height: 0px;
        margin-right: 17px;
        position: relative;
        top: 0;
        left: 0;
    }

        .we-celebrate-right .main-heading3 h4:after {
            content: '';
            position: absolute;
            width: 9px;
            height: 9px;
            background: red;
            border-radius: 100%;
            bottom: 0;
            top: -19px;
            margin-left: 0px;
            right: 57.3px;
        }

    .we-celebrate-right .main-heading3 h2 {
        font-size: 80px;
        font-weight: 700;
        color: #2d2d2d;
        margin: 0px;
        text-align: right;
    }

        .we-celebrate-right .main-heading3 h2:after {
            display: none;
        }

.upcoming-evnt-details {
    padding-left: 50px;
    padding-right: 20px;
    margin-top: 20px;
}

    .upcoming-evnt-details h3 {
        font-size: 18px;
        color: #f03800;
        margin: 0px;
    }

    .upcoming-evnt-details h4 {
        font-size: 13px;
        line-height: 18px;
        color: #8d8d8d;
        margin-bottom: 25px;
    }

    .upcoming-evnt-details p {
        color: #757575;
        font-size: 14px;
        font-weight: 500;
    }

        .upcoming-evnt-details p i {
            color: #fefefe;
            font-size: 15px;
            margin-right: 8px;
            width: 16px;
            text-align: center;
        }

.inner-event-col p {
    font-size: 13px;
    color: #ababab;
    font-weight: 500;
}

.inner-heading-event-part {
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 8px;
    padding-bottom: 6px;
}

    .inner-heading-event-part p {
        margin-bottom: 0px;
    }

.inner-event-part {
    margin-bottom: 10px;
}

    .inner-event-part .event-img {
        border-radius: 5px;
    }

.we-celebrate-left .inner-heading-event-part h3 {
    font-size: 35px;
    color: #e2e2e2;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 0px;
    position: relative;
}

    .we-celebrate-left .inner-heading-event-part h3:after {
        content: '';
        position: absolute;
        width: 6px;
        height: 6px;
        background: red;
        border-radius: 100%;
        bottom: 0;
        top: 25px;
        margin-left: 0px;
    }

.gallery-section .sec-title {
    margin-bottom: 65px;
}

.gallery-grids {
    float: left;
    width: 100%;
}

.inner-event-col {
    margin-bottom: 10px;
}

.gallery-top {
    margin-bottom: 30px;
}

.gallery-grids figure {
    position: relative;
    float: left;
    overflow: hidden;
    text-align: center;
    width: 100%;
    border-radius: 5px;
}

    .gallery-grids figure.effect-bubba:hover {
        background-color: #000;
    }

    .gallery-grids figure img {
        position: relative;
        display: block;
        width: 100%;
        border: 0px solid #fff;
        object-fit: cover;
        height: 120px;
    }

.gallery-bottom {
    margin: 2.5em 0;
}

.gallery-grids figure figcaption {
    padding: 1em;
    color: #fff;
    /*--w3layouts--*/
    /*--agileits--*/
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

    .gallery-grids figure figcaption::before, .gallery-grids figure figcaption::after {
        pointer-events: none;
    }

.gallery-grids figure figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

figure.effect-bubba:hover img {
    opacity: 0.3;
}

figure.effect-bubba figcaption::before, figure.effect-bubba figcaption::after {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s,-webkit-transform 0.35s;
    -moz-transition: opacity 0.35s, -moz-transform 0.35s;
    -o-transition: opacity 0.35s, -o-transform 0.35s;
    -ms-transition: opacity 0.35s, -ms-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
    border-top: 0px solid #fff;
    border-bottom: 0px solid #fff;
    -webkit-transform: scale(0,1);
    -moz-transform: scale(0,1);
    -o-transform: scale(0,1);
    -ms-transform: scale(0,1);
    transform: scale(0,1);
}

figure.effect-bubba figcaption::after {
    border-right: 0px solid #fff;
    border-left: 0px solid #fff;
    -webkit-transform: scale(1,0);
    -moz-transform: scale(1,0);
    -o-transform: scale(1,0);
    -ms-transform: scale(1,0);
    transform: scale(1,0);
}

figure.effect-bubba h4 {
    padding-top: 11%;
    -webkit-transition: transform 0.35s;
    -moz-transition: transform 0.35s;
    -o-transition: -o-transform 0.35s;
    -ms-transition: -ms-transform 0.35s;
    transition: transform 0.35s;
    /*--w3layouts--*/
    /*--agileits--*/
    -webkit-transform: translate3d(0,-20px,0);
    -moz-transform: translate3d(0,-20px,0);
    -o-transform: translate3d(0,-20px,0);
    -ms-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0);
    opacity: 0;
}

.blog-img {
    overflow: hidden;
    position: relative;
}

    .blog-img h3 {
        position: absolute;
        bottom: 0;
        width: 100%;
        color: #fff;
        background: -moz-linear-gradient(top, rgba(30,87,153,0) 0%, rgba(30,86,151,0) 1%, rgba(16,46,81,0.5) 47%, rgba(9,26,46,0.5) 70%, rgba(0,0,0,0.5) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(30,87,153,0) 0%,rgba(30,86,151,0) 1%,rgba(16,46,81,0.5) 47%,rgba(9,26,46,0.5) 70%,rgba(0,0,0,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(30,87,153,0) 0%,rgba(30,86,151,0) 1%,rgba(16,46,81,0.5) 47%,rgba(9,26,46,0.5) 70%,rgba(0,0,0,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#80000000',GradientType=0 ); /* IE6-9 */
        padding: 0;
        margin: 0;
        font-size: 15px;
        padding: 10px;
        font-weight: 700;
    }


.blog-text img {
    position: absolute;
    border-radius: 50px;
    right: 30px;
    top: -25px;
    height: 50PX;
    width: 50px;
    object-fit: cover;
}

.blog-text h3 {
}

.blog-img small {
    display: block;
    width: 100%;
    padding: 5px 0;
    color: #b5b5b5;
    font-weight: 600;
}

.blog-img img {
    max-width: 100%;
    transition: all 0.7s;
    height: 300px;
    object-fit: cover;
    width: 100%;
    border-radius: 10px 10px 0 0;
}

    .blog-img img:hover {
        transform: scale(1.15);
    }

.gallery-top figure.effect-bubba h4 {
    padding-top: 16%;
}

figure.effect-bubba:hover figcaption::before, figure.effect-bubba:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

figure.effect-bubba:hover h4 {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.gallery-fig i {
    font-size: 22px;
    padding-top: 0px;
    font-weight: 100;
}
/**=========================== Blog Css =========================**/

.blog-wrapper {
    margin-top: 0%;
}

.blog-heading {
    margin-bottom: 20px;
}

.blog-text-col {
    margin-left: -30px;
}

.blog-heading h4 {
    font-size: 40px;
    font-weight: 700;
    color: #e2e2e2;
    text-align: left;
    margin: 0px;
    line-height: 0px;
    position: relative;
    left: 60px;
    top: 10px;
}

.blog-d {
    float: left !important;
}


.com-cs:nth-child(odd) {
    float: right !important;
}

.blog-text {
    background: #ffe3c3;
    border-radius: 0 0 10px 10px;
    line-height: 30px;
    padding: 10px;
    position: relative;
}

.blog a:hover {
    text-decoration: none;
}

.blog {
    margin-bottom: 20px;
}

.fl-non {
    float: none !important;
}

    .fl-non h2 {
        text-align: left;
    }

.blog-text h3 {
    color: #e4272d;
    font-size: 14px;
    font-weight: 600;
    padding: 10px;
    text-decoration: none;
    margin: 0;
}

    .blog-text h3:hover {
        text-decoration: none;
    }

.blog-text p {
    color: #8d8d8d;
    font-size: 13px;
    font-weight: 500;
}

.blog-text h2 {
    color: #e2e2e2;
    font-size: 81px;
    font-weight: 700;
    margin: 0;
    padding-left: 25px;
    margin-top: 30px;
}

.right-port {
    padding: 0px;
}

.left-view-wrapper .left-port {
    /* padding-left: 0px;
     */
    padding: 0px;
}

.left-view-wrapper .blog-text-col {
    margin-right: -30px;
    float: right;
}

    .left-view-wrapper .blog-text-col .blog-text {
        padding-left: 58px;
        text-align: right;
        padding-right: 14px;
    }

        .left-view-wrapper .blog-text-col .blog-text h3 {
            padding-right: 25px;
        }

        .left-view-wrapper .blog-text-col .blog-text p {
            padding-right: 25px;
        }

.border-radius-a a {
    border-radius: 0px 5px 5px 0px !important;
}

.left-view-wrapper .blog-text-col .blog-text h2 {
    padding-right: 25px;
}

.left-view-wrapper .left-port .blog-img:after {
    content: "";
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid #000;
    border-bottom: 10px solid transparent;
    position: absolute;
    left: -19px;
    bottom: 40px;
    right: 100%;
}
/**================================= Blog Details Css ==================================**/
#off-side-content {
    width: calc(100% - 330px);
    margin-right: 0%;
}

#blog-details-section {
    float: left;
    margin-top: 5%;
}

.main-blog-details-col {
    padding: 0px 15% 0px 10%;
}

.blog-details-heading .main-heading3 .loops-heading {
    color: #000;
    font-size: 30px;
    font-weight: 500;
    line-height: 30px;
}

    .blog-details-heading .main-heading3 .loops-heading h2 {
        font-size: 80px;
        font-weight: 700;
        color: #e2e2e2;
        display: inline-block;
        padding-right: 20px;
        vertical-align: bottom;
    }


    .blog-details-heading .main-heading3 .loops-heading h3 {
        color: #000;
        font-size: 30px;
        font-weight: 500;
        line-height: 30px;
        display: inline;
    }



    .blog-details-heading .main-heading3 .loops-heading p {
        color: #8d8d8d;
        font-size: 13px;
        font-weight: 500;
        padding-left: 0px;
        text-align: left;
    }

    .blog-details-heading .main-heading3 .loops-heading span:after {
        content: '';
        position: absolute;
        width: 10px;
        height: 10px;
        background: red;
        border-radius: 100%;
        bottom: 0;
        top: 30px;
        margin-left: 0px;
    }

.blog-details-wrapper {
}

    .blog-details-wrapper img {
        width: 100%;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .blog-details-wrapper h5 {
        color: #e4272d;
        font-size: 13px;
        font-weight: 500;
        margin-bottom: 22px;
    }

        .blog-details-wrapper h5 img {
            width: auto;
            border-radius: 100%;
            margin-right: 10px;
            vertical-align: middle;
            margin-bottom: 0px;
        }

        .blog-details-wrapper h5 span {
            color: #6f6f6f;
            font-size: 13px;
        }

    .blog-details-wrapper p, .blog-details-wrapper span {
        color: #7f7f7f !important;
        font-size: 13px !important;
        font-weight: 500 !important;
        font-family: 'Montserrat', sans-serif !important;
        text-align: justify !important;
        line-height: 18px !important;
    }

.blog-details-right {
    overflow: hidden;
    padding-bottom: 20px;
}

    .blog-details-right .main-heading3 h2 {
        margin-top: -32px;
        margin-right: -10px;
    }

    .blog-details-right .all-blog-list-details {
        padding: 10px 20px;
        border-bottom: 1px solid #1f1f1f;
        padding-bottom: 10px;
        margin-top: 7px;
    }

        .blog-details-right .all-blog-list-details:last-child {
            border-bottom: 0px solid #1f1f1f;
            padding-bottom: 10px;
            margin-top: 7px;
        }

        .blog-details-right .all-blog-list-details p {
            color: #d93300;
            font-weight: 400;
            font-size: 14px;
            margin-bottom: 3px;
            display: flex;
            line-height: normal;
        }

        .blog-details-right .all-blog-list-details i {
            color: #4e4e4e;
            transform: rotate(-90deg);
            font-size: 14px;
            margin-right: 0px;
            width: 15px;
            height: 15px;
            float: left;
            line-height: 0px;
        }

        .blog-details-right .all-blog-list-details h4 {
            color: #4e4e4e;
            font-size: 12px;
            font-weight: 600;
            margin: 0px;
            padding-left: 23px;
        }
/**=========================== Contact Us Css ===============================**/
#contact-section {
    float: left;
    margin-top: 5%;
    width: 100%;
}

.contact-heading .main-heading3 h4 {
    float: right;
    position: relative;
    top: 0px;
    margin-bottom: 0px;
    font-size: 34px;
    top: 9px;
    left: -35px;
}

.contact-heading .short-col {
    padding: 0px;
}

.contact-information {
    margin-top: 6px;
}

    .contact-information .address-grid {
        text-align: right;
        margin-top: 68px;
    }

    .contact-information .form-grid {
        background: #000;
        height: auto;
        overflow: hidden;
        padding: 45px 30px 35px;
    }

    .contact-information .address-grid p {
        display: inline-block;
        color: #000;
        margin: 0px;
        line-height: 21px;
        vertical-align: middle;
        float: left;
        width: 85%;
        font-weight: 500;
        padding-top: 5px;
        font-size: 13px;
    }

        .contact-information .address-grid p a {
            color: #000;
            margin: 0px;
        }

    .contact-information .address-grid .info {
        width: 100%;
        float: left;
        margin-bottom: 20px;
    }

        .contact-information .address-grid .info .info-icon {
            background: #ff3c00;
            width: 40px;
            height: 32px;
            text-align: center;
            line-height: 32px;
            border-radius: 3px 0px 0px 3px;
            float: right;
            margin-left: 10px;
            color: #e2e2e2;
        }

            .contact-information.address-grid .info .info-icon i {
                font-size: 15px;
            }

.form-grid h3 {
    color: #ff3c00;
    font-size: 20px;
    font-weight: 400;
    margin: 0px;
    border-bottom: 1px solid;
    display: inline-block;
    margin-bottom: 20px;
}

.form-grid p {
    color: #dedede;
    font-size: 14px;
    font-weight: 400;
}

.form-grid .input-grid input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #242424;
    font-size: 13px;
    font-weight: 500;
    width: 100%;
    padding: 10px 0px;
    color: #dedede;
    font-weight: 500;
}

    .form-grid .input-grid input:focus {
        border-bottom: 1px solid #505050;
    }

.input-col {
    margin-top: 20px;
    padding-left: 0px;
}

.form-grid .input-grid textarea {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #242424;
    font-size: 13px;
    font-weight: 500;
    width: 100%;
    padding: 10px 0px;
}

.message-col {
    padding-left: 0px;
    margin-top: 60px;
}

::placeholder {
    color: #505050;
    font-weight: 500;
}

.submit-col {
    padding: 0px;
    position: relative;
}

    .submit-col a {
        background: none;
        border: 0;
        color: #e2e2e2;
        font-size: 20px;
        font-weight: 700;
        padding: 0px;
    }

        .submit-col a:hover {
            color: #828282;
            text-decoration: none;
        }

    .submit-col:after {
        content: '';
        position: absolute;
        width: 6px;
        height: 6px;
        background: red;
        border-radius: 100%;
        bottom: 0;
        top: 15px;
        margin-left: 4px;
    }

.inputGroup {
    position: relative;
    margin-bottom: 22px;
    margin-top: 15px;
    padding-left: 5px;
    padding-right: 30px;
}

    .inputGroup label {
        position: absolute;
        top: 0;
        left: 5px;
        pointer-events: none;
        transition: all 0.3s ease;
        font-size: 13px;
        color: #505050;
        font-weight: 500;
        padding: 3px;
    }

    .inputGroup input, .inputGroup textarea {
        display: block;
        width: 100%;
        border: none;
        border-bottom: 1px solid #242424;
        padding: 5px;
        background: none;
        color: #FFF;
        font-weight: 500;
        font-size: 12px;
    }

.err {
    font-size: 11px;
    color: red;
    display: block;
    font-weight: 500;
}


.cap-pad {
    margin-top: 20px;
}

.refresh {
    margin-top: 0px;
    display: inline-block;
    float: right;
}

.inputGroup input:focus ~ label, .inputGroup input:valid ~ label, .inputGroup textarea:focus ~ label, .inputGroup textarea:valid ~ label {
    top: -20px;
    transition: all 0.3s ease;
    font-size: 13px;
}

.inputGroup textarea {
    width: 100%;
    overflow: auto;
    resize: none;
}

.inputGroup .inputBar {
    position: relative;
    display: block;
    width: 100%;
}

    .inputGroup .inputBar:before, .inputGroup .inputBar:after {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        width: 0;
        background: #333;
        height: 1px;
        transition: all 0.2s ease;
    }

    .inputGroup .inputBar:after {
        right: 50%;
    }

    .inputGroup .inputBar:before {
        left: 50%;
    }
/***=========================== News Css ===========================***/
#news-section {
    margin-top: 6%;
}

.news-fluid {
    padding: 0px 5%;
}

.m-large {
    margin-top: 68px;
}

.newswrap {
    padding: 0px 30px;
    margin-top: 50px;
}

.news-heading {
    padding-right: 27px;
    margin-top: 40px;
}

    .news-heading .main-heading3 h4 {
        font-size: 40px;
        position: relative;
        top: 10px;
        right: 10px;
        left: -96px;
    }

.ndate {
    color: red;
    font-size: 25px;
    margin-bottom: 10px;
    border-bottom: 3px solid #e2e2e2;
    font-weight: 500;
}

.news h3 {
    font-size: 16px;
    font-weight: 700;
    color: #2a2a2a;
    line-height: 22px;
}

.nheadline {
    font-size: 18px;
    margin: 5px auto 10px;
}

.nbyline {
    color: #737373;
    line-height: normal;
    margin: 10px auto;
    font-weight: 500;
    font-size: 13px;
    margin-bottom: 20px;
}

    .nbyline span {
        display: block;
    }


    .nbyline a {
        background: #ffb300;
        border-radius: 50px;
        padding: 2px 10px;
        display: inline-block;
        color: #000;
        margin-top: 5px;
        font-size: 10px;
    }

.btn-news a {
    text-decoration: none !important;
    color: #fff;
    padding: 7px 25px;
    background: #ff3c00;
    background: -webkit-linear-gradient(to right, #ff3c00, #970004);
    background: linear-gradient(to right, #ff3c00, #970004);
    border-radius: 4px;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.2s;
}

    .btn-news a i {
        padding: 5px;
    }


    .btn-news a:hover {
        color: #fff;
    }

#photo_container {
    position: relative;
}

.product-slider {
    padding: 0px 15px 15px 15px;
}

    .product-slider #carousel {
        margin: 0;
        padding: 4px;
    }

    .product-slider #thumbcarousel {
        margin: 12px 0 0;
        padding: 0 45px;
    }

        .product-slider #thumbcarousel .item {
            text-align: center;
        }

            .product-slider #thumbcarousel .item .thumb {
                border: 2px solid #444;
                width: 20%;
                margin: 0 2%;
                display: inline-block;
                vertical-align: middle;
                cursor: pointer;
                max-width: 98px;
                padding: 3px;
            }

                .product-slider #thumbcarousel .item .thumb:hover {
                    border-color: red;
                }

    .product-slider .item img {
        width: 100%;
        height: auto;
    }

.carousel-control {
    color: red;
    text-align: center;
    text-shadow: none;
    font-size: 30px;
    width: 30px;
    height: 30px;
    line-height: 20px;
    top: 23%;
    opacity: 10;
}

    .carousel-control:hover, .carousel-control:focus, .carousel-control:active {
        color: #333;
    }

    .carousel-caption, .carousel-control .fa {
        font: normal normal normal 30px/26px FontAwesome;
    }

.carousel-control {
    background-color: rgba(0, 0, 0, 0);
    bottom: auto;
    font-size: 20px;
    left: 0;
    position: absolute;
    top: 30%;
    width: auto;
}

    .carousel-control.right, .carousel-control.left {
        background-color: #000;
        background-image: none;
        width: 30px;
    }

.news-dialog .modal-content {
    background: #fff;
}

.news-dialog .modal-header {
    padding: 7px 23px 0px;
}

    .news-dialog .modal-header .modal-title {
        margin: 0;
        line-height: 1.42857143;
        float: left;
        padding: 20px 0px 0px 7px;
        color: red;
        font-weight: 500;
        font-size: 20px;
    }

.news a:focus {
    color: #fff;
}

.news {
    min-height: 150px;
}
/**============================= Success Story ===================================**/
#success-story-section {
    margin-top: 4%;
    position: relative;
}

.story-heading {
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
}

    .story-heading .main-heading3 {
        display: inline-block;
        float: none !important;
    }

        .story-heading .main-heading3 h4 {
            font-size: 40px;
            position: relative;
            margin-right: 17px;
            top: 6px;
            font-weight: 800;
            left: -6px;
        }

.story {
    position: relative;
    padding: 10px;
}

    .story:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 23%;
        width: 80%;
        border-top: 1px solid #e9e9e9;
    }

.sliderstory {
    margin: 30px auto;
}

.narr {
    position: relative;
    padding: 0px;
    border-radius: 8px;
}

.narrcontent {
    position: relative;
    z-index: 10;
    padding: 30px;
    background: white;
    min-height: 400px;
    box-shadow: 0px 0px 18px 1px #ddd;
}

.narr:after, .narr:before {
    content: "";
    position: absolute;
    top: 50%;
    top: calc(50% - 10px);
    left: -10px;
    width: 20px;
    height: 20px;
    background: white;
    transform: rotate(45deg);
    z-index: 9999;
}

.narr.left:after {
    left: auto;
    right: -10px;
}

.narr:before {
    left: -10px;
    z-index: -5;
    box-shadow: 0px 5px 30px -3px #9b9b9b;
}

.narr.left:before {
    left: auto;
    right: -10px;
}

.narr h3 {
    font-size: 20px;
    margin: 0 auto 20px;
    padding: 0px 10px 15px;
    border-bottom: 1px solid #f1f1f1;
    color: #171717;
    font-weight: 600;
}

.narr ul > li {
    margin-bottom: 20px;
    color: #353535;
    font-size: 13px;
    font-weight: 500;
}

.narrauth {
    text-align: center;
}

    .narrauth img {
        width: 90px;
        height: 90px;
        border-radius: 100%;
        border: 1px solid #fe3b00;
        display: block;
        margin: 0 auto;
        box-shadow: 0px 0px 4px 0px #fe3b00;
        object-fit: cover;
    }

.fa-thumbs-o-down {
    color: #ff0000;
    font-size: 16px;
    vertical-align: middle;
}

.main-chapter .chapter-part {
    background: #fff0ee;
    /* border-radius: 10px; */
    color: #fff !important;
    border: 2px solid #fff;
}

.box-des {
    color: #424242;
    font-weight: 600;
    margin-bottom: 0px;
    background: #da2103;
    border-radius: 50px;
    display: inline-block;
    color: #fff !important;
    padding: 0 20px !important;
}

.fa-thumbs-o-up {
    color: #4ca740;
    font-size: 16px;
    vertical-align: middle;
}

.narrauth {
    position: static;
}

.authdesc {
    position: absolute;
    top: 50%;
    top: calc( 50% + 35px);
    transform: translateY(-50%);
    width: 31.33%;
    z-index: 1;
}

    .authdesc h4 {
        margin: 15px auto 0;
        color: #030303;
        font-weight: 600;
        font-size: 19px;
    }

    .authdesc p {
        color: #030303;
        font-weight: 600;
        font-size: 14px;
        margin-top: 3px;
    }

.storynav {
    border-radius: 50%;
    color: white;
    background: #ff0000;
    border: 0px solid;
    padding: 5px;
    width: 30px;
    height: 30px;
    text-align: center;
    position: absolute;
    left: 50%;
    left: calc(49% - 25px);
    right: 0;
    bottom: 48%;
    z-index: 55;
}

    .storynav.slick-disabled {
        opacity: 0.5;
    }

    .storynav.right {
        left: calc(104%);
    }

    .storynav.left {
        left: calc(2%);
    }
/**============================== Chapter Css ================================**/
#chapter-section {
    margin-top: 4%;
}

.chapter-heading {
    margin-top: 0px;
    padding: 0px 5px;
}

.chapter-container {
    padding: 0% 3%;
}

.chapter-heading .main-heading3 {
    padding-right: 40px;
    padding: 20px 40px 20px 10px;
}

    .chapter-heading .main-heading3 h4 {
        font-size: 40px;
        position: relative;
        left: 36px;
    }

    .chapter-heading .main-heading3 h2 {
        font-size: 80px;
    }

        .chapter-heading .main-heading3 h2:after {
            content: '';
            position: absolute;
            width: 12px;
            height: 12px;
            background: red;
            border-radius: 100%;
            bottom: 0;
            top: 78px;
            margin-left: 3px;
        }

.chapter-part {
    box-shadow: 0px 0px 0px;
    border: 0px;
    border-top: 1px solid #efefef;
    border-radius: 0px;
    padding-top: 30px;
    border-right: 1px solid #efefef;
    padding: 10px;
    margin: 0px;
    transition: all 0.3s linear;
    min-height: 230px;
}

    .chapter-part .pic {
        margin: 0px auto;
        width: 80px;
        height: 80px;
    }

.pic img {
    width: 100%;
}

.chapter-part .team-content {
}

    .chapter-part .team-content .team-title {
        margin-top: 10px;
        font-weight: 600;
        font-size: 15px;
    }

    .chapter-part .team-content .sub-team-title {
        color: #ababab;
        font-size: 13px;
        font-weight: 500;
    }

    .chapter-part .team-content .description {
        color: #424242;
        font-weight: 600;
        margin-bottom: 0px;
    }

.chapter-col-12 .table-head-col6 {
    padding: 0px;
    margin: 0px;
}

.chapter-part-last {
    border-right: 0px;
}



#chpater-footer {
    margin-top: 0px;
}

.overlay-content {
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .2s ease;
    background: #0d0d0d;
    padding-top: 5%;
}

.chapter-part:hover .overlay-content {
    opacity: 1;
}

.overlay-content h3 {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.overlay-content h4 {
    color: #6c6c6c;
    font-size: 13px;
    font-weight: 500;
}

    .overlay-content h4 a {
        color: #6c6c6c;
        font-size: 13px;
        font-weight: 500;
        text-decoration: none;
    }

.overlay-content h5 {
    color: #6c6c6c;
    font-size: 13px;
    font-weight: 500;
}

.view-port-experienced {
    padding: 15px 0px;
}

    .view-port-experienced p {
        color: #9f9f9f;
        font-size: 13px;
        font-weight: 500;
        text-align: center;
        margin: 0px;
    }

#joinus .modal-dialog {
    max-width: 400px;
    background-color: transparent !important;
    margin: 0 auto;
    box-shadow: 0px 0px 0xp;
}

#joinus form {
    width: 320px;
    margin: 0 auto;
}

#joinus .modal-content {
    background-color: transparent !important;
    box-shadow: 0 0px 0px rgba(0,0,0,.5);
    border: 0px solid rgba(0,0,0,.2);
}


#joinus .modal-body h2 {
    color: #da3622;
    font-size: 20px;
    font-weight: 600;
    padding: 0px 30px;
    margin-top: 0px;
}

#joinus .modal-body p {
    color: #949494;
    font-size: 13px;
    padding: 0px 4px;
    font-weight: 500;
    margin-bottom: 20px;
}


#joinus .modal-header {
    background-color: transparent !important;
    border-color: transparent !important;
}

#joinus .modal-body {
    background: #fff;
    text-align: center;
    padding: 25px 30px 30px 30px;
    border-radius: 8px;
    margin-top: 50%;
}

#joinus .close {
    opacity: 1 !important;
    opacity: 10;
    color: #ffffff;
    font-weight: 500;
    position: relative;
    top: 50px;
    margin-top: -28px;
    z-index: 9999;
    background: #000;
    border-radius: 20px;
    width: 20px;
    line-height: 20px;
    text-shadow: none;
    font-size: 15px;
    text-align: center;
}


.grey_color {
    color: #555 !important;
    font-size: 13px;
    font-weight: 500;
}

.join-form {
    display: block;
    width: 100%;
    height: 44px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

    .join-form:focus {
        border-color: #797979;
        outline: 0;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    }

    .join-form option {
        display: block;
        width: 100%;
        height: 44px;
        font-size: 13px;
        line-height: 1.42857143;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    }

.join-btn a {
    background: linear-gradient(45deg, rgba(255, 60, 0, 1) 0%, rgba(253, 59, 0, 1) 28%, rgba(152, 0, 5, 1) 70%);
    border: 0px;
    color: #ffd6c9;
    padding: 10px 20px;
    /* text-transform: uppercase; */
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    width: 100%;
    margin-top: 15px;
    display: block;
}

.no-cont {
    display: block;
    font-size: 15px;
    text-align: center;
}
