/*
Theme Name: Vikas Marwah's
Developed By: Sujeet Gupta 
*/

@font-face {
    font-family: 'GillSans';
    src: url('../fonts/GillSansd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/GillSans.woff') format('woff'), url('../fonts/GillSans.ttf') format('truetype'), url('../fonts/GillSans.svg#GillSans') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Swiss721BT-Roman';
    src: url('../fonts/Swiss721BT-Romand41d.eot?#iefix') format('embedded-opentype'), url('../404.html') format('woff'), url('../fonts/Swiss721BT-Roman.ttf') format('truetype'), url('../fonts/Swiss721BT-Roman.svg#Swiss721BT-Roman') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Alice-Regular';
    src: url('../fonts/Alice-Regulard41d.eot?#iefix') format('embedded-opentype'), url('../fonts/Alice-Regular.woff') format('woff'), url('../fonts/Alice-Regular.ttf') format('truetype'), url('../fonts/Alice-Regular.svg#Alice-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Swiss721BT-Heavy';
    src: url('../fonts/Swiss721BT-Heavyd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/Swiss721BT-Heavy.woff') format('woff'), url('../fonts/Swiss721BT-Heavy.ttf') format('truetype'), url('../fonts/Swiss721BT-Heavy.svg#Swiss721BT-Heavy') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Swiss721BT-Light';
    src: url('../fonts/Swiss721BT-Lightd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/Swiss721BT-Light.woff') format('woff'), url('../fonts/Swiss721BT-Light.ttf') format('truetype'), url('../fonts/Swiss721BT-Light.svg#Swiss721BT-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Swiss721BT-Bold';
    src: url('../fonts/Swiss721BT-Boldd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/Swiss721BT-Bold.woff') format('woff'), url('../fonts/Swiss721BT-Bold.ttf') format('truetype'), url('../fonts/Swiss721BT-Bold.svg#Swiss721BT-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AlteDIN1451Mittelschriftgepraegt';
    src: url('../fonts/AlteDIN1451Mittelschriftgepraegtd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/AlteDIN1451Mittelschriftgepraegt.woff') format('woff'), url('../fonts/AlteDIN1451Mittelschriftgepraegt.ttf') format('truetype'), url('../fonts/AlteDIN1451Mittelschriftgepraegt.svg#AlteDIN1451Mittelschriftgepraegt') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Regular';
    src: url('../fonts/Roboto-Regulard41d.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto-Regular.ttf') format('truetype'), url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Swiss721BT-BoldCondensed';
    src: url('../fonts/Swiss721BT-BoldCondensedd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/Swiss721BT-BoldCondensed.woff') format('woff'), url('../fonts/Swiss721BT-BoldCondensed.ttf') format('truetype'), url('../fonts/Swiss721BT-BoldCondensed.svg#Swiss721BT-BoldCondensed') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Swiss721BT-RomanCondensed';
    src: url('../fonts/Swiss721BT-RomanCondensedd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/Swiss721BT-RomanCondensed.woff') format('woff'), url('../fonts/Swiss721BT-RomanCondensed.ttf') format('truetype'), url('../fonts/Swiss721BT-RomanCondensed.svg#Swiss721BT-RomanCondensed') format('svg');
    font-weight: normal;
    font-style: normal;
}


*, *::after, *::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-size: 100%;
    margin: 0;
    padding: 0;
    color: #000000;
    font-size: 16px;
    font-family: 'Swiss721BT-Roman';
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    margin: 0;
}

a {
    color: #c8ad3f;
    text-decoration: none;
}

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

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

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

p {
    margin-bottom: 0px;
}

strong {
    font-family: 'Swiss721BT-Bold';
    font-weight: normal;
}

.navbar {
    position: absolute;
    width: 100%;
    z-index: 99;
    border: 0px;
    height: 105px;
    margin-bottom: 0px;
    padding: 10px 15px;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.white-patch {
    background-color: #fff;
    width: 100%;
    height: 3px;
}

.navbar-brand {
    padding: 0;
    margin: 0 !important;
}

.navbar-collapse {
    padding: 0px;
}

.navbar-nav li {
    padding: 15px 10px;
}

    .navbar-nav li a {
        font-family: 'GillSans';
        font-size: 14px;
        color: #010000;
        text-transform: uppercase;
        padding: 0;
        display: block;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .navbar-nav li:last-child:after {
        display: none;
    }

.nav > li > a:focus, .nav > li > a:hover, .nav > li.active > a {
    background: none;
}

.nav > li > a:after {
    position: absolute;
    content: "";
    width: 0%;
    height: 1px;
    background: #000;
    bottom: 0;
    left: 0;
}

.nav > li > a:hover:after, .nav > li > a:focus:after, .nav > li.active > a:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #000;
    bottom: 0;
    left: 0;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.navbar-right .dropdown-menu {
    left: auto;
    right: auto;
    padding: 0;
    border-radius: 0;
}

    .navbar-right .dropdown-menu li > .dropdown-menu {
        top: 0;
        left: 100%;
        padding: 0;
        border-radius: 0;
        margin-top: 0px;
    }

.dropdown-menu li {
    padding: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

    .dropdown-menu li a {
        padding: 10px 20px;
    }

.navbar-nav > li:hover > .dropdown-menu {
    display: block;
}

.navbar-nav .dropdown-menu > li:hover > .dropdown-menu {
    display: block;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background: #fff none repeat scroll 0 0;
}

#myCarousel .carousel-inner .item img {
    width: 100%;
}

#myCarousel .carousel-control {
    width: inherit;
}

    #myCarousel .carousel-control .glyphicon-chevron-left {
        background: url(../img/left-arrw.png) no-repeat;
        height: 25px;
        width: 30px;
        left: 50px;
    }

    #myCarousel .carousel-control .glyphicon-chevron-right {
        background: url(../img/right-arrw.png) no-repeat;
        height: 25px;
        width: 30px;
        right: 50px;
    }

#myCarousel .sg-caption {
    top: 50%;
    position: absolute;
    left: 20%;
}

#myCarousel .sg-caption2 {
    top: 45%;
    position: absolute;
    right: 19%;
    padding: 40px 10px 20px;
    border: 3px solid #50b100;
}

#myCarousel .sg-caption h3 {
    font-family: 'Alice-Regular';
    font-size: 45px;
    color: #000000;
    line-height: 42px;
    font-style: italic;
    margin-bottom: 20px;
}

#myCarousel .sg-caption2 h4 {
    font-family: 'Swiss721BT-Light';
    font-size: 36px;
    color: #000000;
    line-height: 42x;
    margin-bottom: 10px;
    letter-spacing: 8px;
}

.slide-sgbtn {
    background: #ff256a;
    padding: 5px 25px;
    color: #fff;
    font-family: 'GillSans';
    text-transform: uppercase;
    font-size: 14px;
}

    .slide-sgbtn:hover, .slide-sgbtn:focus {
        background: #fff;
        color: #ff256a;
    }

.slide-sgbtn2 {
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
}

.soc {
    background: rgba(0, 0, 0, 0) url("../img/social.png") no-repeat scroll 0 0;
    display: inline-block;
    height: 27px;
    margin: 2px;
    width: 27px;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .soc:hover {
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }

.tw {
    background-position: -31px 0 !important;
}

.gp {
    background-position: -62px 0 !important;
}

.wp {
    background-position: -93px 0 !important;
}

.social {
    float: right;
    margin-top: 10px;
}

.line {
    width: 100%;
    height: 1px;
    background: #a39736;
    position: absolute;
    left: 0px;
    top: 70px;
}

.line4 {
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    left: 0px;
    top: 70px;
}

.line5 {
    width: 100%;
    height: 1px;
    background: #2d2d2d;
    position: absolute;
    left: 0px;
    top: 70px;
}

.sgbtn {
    background: #000000;
    padding: 7px 12px;
    color: #fff;
}

    .sgbtn:hover, .sgbtn:focus {
        background: #000;
        color: #FEED55;
    }

.branch-nav {
    position: absolute;
    top: 60px;
}

    .branch-nav ul li {
        display: inline-block;
        color: #010000;
        font-family: 'GillSans';
        font-size: 11px;
        text-transform: uppercase;
        margin: 20px 8px;
        position: relative;
    }

        .branch-nav ul li a {
            color: #010000;
        }

        .branch-nav ul li:before {
            position: absolute;
            content: "";
            width: 100%;
            height: 1px;
            background-color: #010000;
            top: 0px;
        }

        .branch-nav ul li:after {
            position: absolute;
            content: "";
            width: 100%;
            height: 1px;
            background-color: #010000;
            bottom: 0px;
            left: 0;
        }

.bk-btn {
    position: absolute;
    right: 0;
    top: 75px;
    font-family: 'Swiss721BT-Heavy';
    font-size: 14px;
    text-transform: uppercase;
}

.yerslider-wrap {
    position: relative;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

    .yerslider-wrap * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .yerslider-wrap iframe {
        position: relative;
        z-index: 9999;
    }

.yerslider-mask {
    position: relative;
    width: 100%;
    overflow: auto;
}

.yerslider-slider {
    white-space: nowrap;
    position: relative;
    list-style-type: none;
    padding: 0;
    margin: 0;
    line-height: 0;
    font-size: 0;
}

.yerslider-slide {
    position: relative;
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    font-size: 16px;
    line-height: 1.2;
    width: 100%;
    display: none;
}

    .yerslider-slide.media {
        background: black;
    }

.yerslider-prevnext {
    position: absolute;
    cursor: pointer;
    z-index: 99999;
    width: 40px;
    height: 80px;
    top: 50%;
    margin-top: -40px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.yerslider-bullets-wrap {
    text-align: center;
    margin-top: 16px;
    line-height: 0;
}

.yerslider-bullet {
    width: 9px;
    height: 9px;
    display: inline-block;
    margin-left: 4px;
    margin-right: 4px;
    cursor: pointer;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    background: #000;
}

.yerslider-bullet-current {
    background-color: #50b100;
}

.detach-target {
    display: none !important;
}

.yerslider-slide-inner > img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    cursor: pointer;
}

    .yerslider-slide-inner > img:hover {
        -webkit-filter: grayscale(0);
        filter: grayscale(0);
    }

.section1 {
    position: relative;
}

.bg-img {
    text-align: center;
    margin-top: -90px;
}

.sgbtn2 {
    position: relative;
    margin-top: -50px;
    display: none;
}

    .sgbtn2 a {
        color: #000000;
        background-color: rgba(255,255,255,0.9);
        font-family: 'Swiss721BT-Roman';
        font-size: 14px;
        text-transform: uppercase;
        padding: 10px 30px;
    }

        .sgbtn2 a:hover, .sgbtn2 a:focus {
            background-color: #50b100;
            color: #fff;
        }

.yerslider-slide-inner:hover .sgbtn2 {
    display: block;
}

.heading1 {
    font-family: 'Alice-Regular';
    font-size: 36px;
    font-style: italic;
    color: #000000;
    text-align: center;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

    .heading1:after {
        position: absolute;
        content: "";
        width: 40px;
        height: 3px;
        background-color: #50b100;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

.heading1-left {
    font-family: 'Alice-Regular';
    font-size: 36px;
    font-style: italic;
    color: #000000;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

    .heading1-left:after {
        position: absolute;
        content: "";
        width: 40px;
        height: 3px;
        background-color: #50b100;
        bottom: 0;
        left: 10px;
        right: 0;
    }

.heading1 h2 {
    font-size: 36px;
}

.section2 {
    background: #bee9ef;
    color: #3c3e3f;
    font-size: 15px;
    font-family: 'Swiss721BT-Roman';
    line-height: 26px;
}

.heading2, .heading6 {
    font-family: 'Alice-Regular';
    font-size: 36px;
    font-style: italic;
    color: #000000;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

    .heading2:after {
        position: absolute;
        content: "";
        width: 40px;
        height: 3px;
        background-color: #f65050;
        bottom: 0;
        left: 0;
    }

.blue-bar:after {
    background-color: #72CEE5;
}

.green-bar:after {
    background-color: #50b100;
}

.pink-bar:after {
    background-color: #EA1776;
}

.red-bar:before {
    background-color: #f65050 !important;
}

.red-bar:after {
    background-color: #f65050 !important;
}

.black-bar:after {
    background-color: #000;
}

.white-bar:after {
    background-color: #fff;
}

.purple-bar:after {
    background-color: #7300AB;
}

.heading6:after {
    position: absolute;
    content: "";
    width: 219px;
    height: 1px;
    background-color: #000;
    bottom: 0;
    left: 0;
}

.heading3 {
    font-family: 'Alice-Regular';
    font-size: 54px;
    text-align: center;
    font-style: italic;
    color: #fff;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.heading4 {
    font-family: 'Alice-Regular';
    font-size: 40px;
    text-align: center;
    font-style: italic;
    color: #000000;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.heading5 {
    font-family: 'Alice-Regular';
    font-size: 36px;
    line-height: 42px;
    font-style: italic;
    color: #000000;
    text-align: center;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

    .heading5:after {
        position: absolute;
        content: "";
        width: 219px;
        height: 1px;
        background-color: #000;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

.sub-heading {
    font-size: 20px;
    line-height: 27px;
    color: #000000;
    font-family: 'Swiss721BT-Roman';
}

.sub-heading2 {
    font-size: 16px;
    line-height: 28px;
    color: #000000;
    font-family: 'Swiss721BT-Roman';
    max-width: 875px;
    margin: 0 auto;
}

.font-normal {
    font-style: normal;
}

.sgbtn3 {
    color: #000000;
    background-color: rgba(255,255,255,0.9);
    font-family: 'Swiss721BT-Roman';
    font-size: 13px;
    text-transform: uppercase;
    padding: 10px 30px;
}

    .sgbtn3:hover, .sgbtn3:focus {
        background-color: #f65050;
        color: #fff;
    }

.sgbtn4 {
    color: #f65050;
    font-family: 'Swiss721BT-Roman';
    font-size: 13px;
    text-transform: uppercase;
    padding: 10px 30px;
    border: 1px solid #f65050;
}

    .sgbtn4:hover, .sgbtn4:focus {
        background-color: #f65050;
        color: #fff;
    }

.sgbtn21 {
    color: #2f72d7;
    font-family: 'Swiss721BT-Roman';
    font-size: 13px;
    text-transform: uppercase;
    padding: 5px 20px;
    border: 1px solid #2f72d7;
}

    .sgbtn21:hover, .sgbtn21:focus {
        background-color: #2f72d7;
        color: #fff;
    }

.sgbtn13 {
    color: #000;
    font-family: 'Swiss721BT-Bold';
    font-size: 16px;
    padding: 7px 30px;
    border: 1px solid #000;
    display: inline-block;
}

    .sgbtn13:hover, .sgbtn13:focus {
        background-color: #fff;
        color: #000;
    }

.sgbtn5 {
    text-align: center;
    margin: 0 auto;
}

    .sgbtn5 a {
        color: #fff;
        text-decoration: underline;
        font-style: italic;
        font-family: 'Swiss721BT-Bold';
        font-size: 14px;
        line-height: 30px;
    }

.sgbtn6 {
    color: #1c9339;
    background-color: #fff;
    font-family: 'Swiss721BT-Bold';
    font-size: 13px;
    text-transform: uppercase;
    padding: 7px 30px;
    border: 1px solid #fff;
    margin: 5px 10px;
    display: inline-block;
}

    .sgbtn6:hover, .sgbtn6:focus {
        background-color: transparent;
        color: #fff;
    }

.sgbtn6-rev {
    color: #fff;
    font-family: 'Swiss721BT-Bold';
    font-size: 13px;
    text-transform: uppercase;
    padding: 7px 30px;
    border: 1px solid #fff;
    margin: 5px 10px;
    display: inline-block;
}

    .sgbtn6-rev:hover, .sgbtn6-rev:focus {
        background-color: #fff;
        color: #1c9339;
    }

.sgbtn7 {
    color: #fff;
    background-color: #f25858;
    font-family: 'Swiss721BT-Bold';
    font-size: 13px;
    text-transform: uppercase;
    padding: 7px 30px;
    border: 1px solid #f25858;
    margin: 5px 10px;
    display: inline-block;
}

    .sgbtn7:hover, .sgbtn7:focus {
        background-color: transparent;
        color: #f25858;
    }

.sgbtn15 {
    color: #fff;
    background-color: #f25858;
    font-family: 'Swiss721BT-Bold';
    font-size: 18px;
    text-transform: uppercase;
    padding: 7px 30px;
    border: 1px solid #f25858;
    margin: 5px 10px;
    display: inline-block;
}

    .sgbtn15:hover, .sgbtn15:focus {
        background-color: #FEE92E;
        color: #f25858;
    }

.sgbtn7-rev {
    color: #f25858;
    font-family: 'Swiss721BT-Bold';
    font-size: 13px;
    text-transform: uppercase;
    padding: 7px 30px;
    border: 1px solid #f25858;
    margin: 5px 10px;
    display: inline-block;
}

    .sgbtn7-rev:hover, .sgbtn7-rev:focus {
        background-color: #f25858;
        color: #fff;
    }

.sgbtn8 {
    color: #000000;
    font-family: 'Swiss721BT-Bold';
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 30px;
    border: 1px solid #fff;
}

    .sgbtn8:hover, .sgbtn8:focus {
        background-color: #fff;
        color: #000000;
    }

.sub-txt {
    text-align: center;
    font-size: 15px;
    font-family: 'Swiss721BT-Roman';
    color: #4b4b4b;
}

.sub-txt2 {
    text-align: center;
    font-size: 18px;
    font-family: 'Swiss721BT-Bold';
    color: #fff;
    max-width: 860px;
}

.sub-txt3 {
    font-size: 18px;
    font-family: 'Swiss721BT-Roman';
    color: #3c3e3f;
    font-style: italic;
    max-width: 860px;
}

.sub-txt4 {
    text-align: center;
    font-size: 16px;
    font-family: 'Swiss721BT-Roman';
    color: #000000;
    line-height: 33px;
}

.sub-txt5 {
    text-align: center;
    font-size: 16px;
    font-family: 'Swiss721BT-Light';
    color: #000000;
    line-height: 27px;
    max-width: 792px;
    margin: 0 auto;
}

.sub-txt6 {
    font-size: 24px;
    line-height: 42px;
    font-family: 'Alice-Regular';
    font-style: italic;
}

.sub-txt5 strong {
    font-family: 'Swiss721BT-Roman';
}

.service-area {
    margin: 0 auto;
    text-align: center;
}

.service {
    padding: 15px;
    border: 1px solid #ffae00;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    width: 140px;
    height: 140px;
    margin: 0 auto;
}

    .service img {
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        cursor: pointer;
    }

        .service img:hover {
            -moz-transform: scale(1.28);
            -o-transform: scale(1.28);
            -webkit-transform: scale(1.28);
            transform: scale(1.28);
        }

.service2 {
    padding: 22px;
    border: 2px solid #000;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    width: 230px;
    height: 230px;
    margin: 0 auto;
}

    .service2 img {
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        cursor: pointer;
    }

        .service2 img:hover {
            -moz-transform: scale(1.28);
            -o-transform: scale(1.28);
            -webkit-transform: scale(1.28);
            transform: scale(1.28);
        }

.sgbtn14 {
    font-size: 20px;
    line-height: 36px;
    font-family: 'Swiss721BT-Bold';
    color: #fff;
    background: #000;
    padding: 2px 18px;
    display: inline-block;
    margin-top: -20px;
    margin-bottom: 20px;
}

.ser-sect {
    display: inline-block;
    text-align: center;
    margin: 15px 9px;
}

.ser-sect2 {
    margin: 25px 22px;
    display: inline-table;
}

    .ser-sect2 ul li {
        font-size: 15px;
        line-height: 31px;
        font-family: 'Roboto-Regular';
        color: #191919;
    }

.ser-sect h4 {
    color: #55504b;
    font-size: 14px;
    font-family: 'Swiss721BT-Roman';
    text-transform: uppercase;
    line-height: 36px;
}

.ser-sect h5 {
    color: #191919;
    font-size: 15px;
    font-family: 'Swiss721BT-Roman';
    line-height: 36px;
}

.ser-sect a {
    color: #191919;
    font-size: 11px;
    font-family: 'Swiss721BT-Bold';
    line-height: 25px;
    text-transform: uppercase;
    text-decoration: underline;
}

.bg-img2 {
    position: absolute;
    top: 0;
    right: 0px;
    padding: 0;
}

.bg-img3 {
    position: absolute;
    top: 0;
    left: 0px;
    padding: 0;
}

.sglist {
    font-family: 'Swiss721BT-Light';
    color: #3c3e3f;
    font-size: 16px;
    line-height: 40px;
}

    .sglist li {
        position: relative;
        padding-left: 20px;
    }

        .sglist li:before {
            position: absolute;
            content: "";
            background: #f65050;
            width: 5px;
            height: 5px;
            left: 0;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            -o-border-radius: 5px;
            border-radius: 5px;
            margin-top: 18px;
        }

.sglist5 {
    font-family: 'Swiss721BT-Light';
    color: #3c3e3f;
    font-size: 15px;
    line-height: 30px;
}

    .sglist5 li {
        position: relative;
        padding-left: 20px;
    }

        .sglist5 li:before {
            position: absolute;
            content: "";
            background: #f65050;
            width: 5px;
            height: 5px;
            left: 0;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            -o-border-radius: 5px;
            border-radius: 5px;
            margin-top: 13px;
        }

.sglist6 {
    font-family: 'Swiss721BT-Light';
    color: #000000;
    font-size: 18px;
    line-height: 41px;
}

    .sglist6 li {
        position: relative;
        padding-left: 20px;
    }

        .sglist6 li:before {
            position: absolute;
            content: "";
            background: #fff;
            width: 5px;
            height: 5px;
            left: 0;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            -o-border-radius: 5px;
            border-radius: 5px;
            margin-top: 18px;
        }

.sglist4 {
    color: #5e6063;
    font-size: 13px;
    line-height: 25px;
    font-family: 'Swiss721BT-Roman';
}

    .sglist4 li::before {
        margin-top: 10px;
    }

.sglist2 li {
    line-height: 30px;
}

    .sglist2 li:before {
        background: #2d71f4;
        margin-top: 13px;
    }

.sglist3 li {
    position: relative;
    padding-left: 30px;
    font-size: 15px;
    line-height: 36px;
    color: #000;
    font-family: 'Swiss721BT-Roman';
}

    .sglist3 li strong {
        font-family: 'Swiss721BT-Bold';
    }

    .sglist3 li:before {
        position: absolute;
        content: "";
        background: url(../img/bullet.png) no-repeat center;
        width: 20px;
        height: 15px;
        left: 0;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
        margin-top: 11px;
    }

.section3 {
    background: url(../img/academy-new.jpg) no-repeat;
    background-size: cover;
}

.section4 {
    background: url(../img/bg3.jpg) no-repeat;
    background-size: cover;
}

.section5 {
    /* background-image: url("../img/bg4.jpg"); */
    min-height: 450px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.section6 {
    background: #212529;
}

.vid-box {
    padding: 10px;
    background-color: #fff;
    border: 1px solid #ccc;
    display: inline-block;
    margin: 20px 30px 0 0;
    max-width: 235px;
}

::-webkit-scrollbar {
    width: 10px;
    height: 6px;
}

::-webkit-scrollbar-button {
    background-color: #eaeaea;
}

::-webkit-scrollbar-track {
    background-color: #eaeaea;
}

::-webkit-scrollbar-track-piece {
    background-color: #eaeaea;
}

::-webkit-scrollbar-thumb {
    height: 30px;
    background-color: #ffc000;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

::-webkit-scrollbar-corner {
    background-color: #eaeaea;
}

}

::-webkit-resizer {
    background-color: #eaeaea;
}

.testimonial p {
    color: #6a6b6c;
    font-size: 14px;
    line-height: 24px;
}

.testimonial span {
    color: #ff5959;
    font-size: 11px;
    text-transform: uppercase;
}

.CTC {
    width: 300px;
    float: right;
    text-align: center;
    margin-top: 80px;
}

.location {
    border: 1px solid #c8ad3f;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    margin: 10px;
}

    .location a {
        color: #c8ad3f;
        padding: 10px 15px;
        display: inline-block;
        width: 130px;
        font-size: 13px;
        font-family: 'Swiss721BT-Roman';
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        .location a:hover, .location a:focus {
            background: #c8ad3f;
            color: #fff;
        }

.line2 {
    width: 100%;
    height: 1px;
    background: #4a4e51;
    margin: 30px 0;
}

.line3 {
    width: 100%;
    height: 1px;
    background: #d5d5d5;
    margin: 30px 0;
}

.top-footer h6 {
    color: #ffffff;
    text-align: center;
    font-family: 'Alice-Regular';
    font-size: 24px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

    .top-footer h6:after {
        position: absolute;
        content: "";
        width: 89px;
        height: 1px;
        background: #c8ad3f;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

.top-footer p {
    color: #bdbdbd;
    font-size: 14px;
    font-family: 'Swiss721BT-Light';
    text-align: center;
}

.tel {
    color: #bdbdbd;
}

.tel2 {
    color: #000000;
}

    .tel2:hover {
        color: #2F72D7;
    }

.newsletter {
    margin: 0 auto;
    text-align: center;
}

    .newsletter input {
        border: 1px solid #4a4e51;
        background: transparent;
        padding: 10px;
        color: #bdbdbd;
        font-size: 14px;
        font-family: 'Swiss721BT-Light';
        width: 80%;
    }

    .newsletter button {
        background: url(../img/arrw.png) no-repeat center center;
        border: 1px solid #c8ad3f;
        width: 41px;
        height: 41px;
        padding: 22px 15px 12px;
        position: absolute;
    }

.f-soc {
    background: rgba(0, 0, 0, 0) url("../img/social-media.png") no-repeat scroll 0 0;
    display: inline-block;
    height: 52px;
    margin: 6px;
    width: 52px;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .f-soc:hover {
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }

.f-tw {
    background-position: -72px 0;
}

.f-gp {
    background-position: -144px 0;
}

.f-wp {
    background-position: -216px 0;
}

.f-social {
    margin: 10px auto;
    text-align: center;
}

.copyright {
    color: #4e4e4e;
    font-size: 13px;
}

    .copyright span {
        color: #ff2d32;
    }

.creditby a {
    color: #898989;
    font-size: 13px;
}

    .creditby a span {
        color: #ff7713;
    }

    .creditby a:hover {
        text-decoration: underline;
    }

.section7 {
    background: url(../img/abt2.jpg) no-repeat;
    background-size: cover;
    padding: 120px 0;
    position: relative;
}

.section7-arrw {
    border-top: 70px solid #72CEE5;
    border-left: 125px solid transparent;
    border-right: 0 solid transparent;
    margin-top: 20px;
    position: absolute;
    bottom: 0;
    right: 200px;
    margin-bottom: -67px;
}

.shp2 {
    position: absolute;
    width: 107px;
    height: 107px;
    background: #fee92e;
    margin-bottom: 70px;
    bottom: 0;
    right: 30%;
    z-index: 1;
}

.shp3 {
    position: absolute;
    width: 156px;
    height: 156px;
    background: rgba(49,228,255,0.81);
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    left: 0;
    z-index: 1;
    margin-top: 100px;
    margin-left: 30px;
}

.abt-wrap1 {
    background: rgba(255,255,255,0.95);
    padding: 80px;
    position: relative;
    max-width: 1000px;
    color: #000000;
    font-size: 18px;
    line-height: 35px;
    font-family: 'Swiss721BT-Light';
    z-index: 9;
    margin-right: 150px;
}

.abt-img {
    float: right;
    margin-right: -240px;
    margin-top: -55px;
    margin-left: 80px;
}

.shp1 {
    position: absolute;
    width: 80px;
    height: 80px;
    background: rgba(119,46,254,0.8);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -40px;
    top: 0;
    margin-left: 180px;
}

.section8 {
    background: url(../img/abt3.jpg) no-repeat;
    background-size: cover;
}

.abt-wrap2 {
    background: #fff;
    padding: 50px;
    max-width: 600px;
    margin: 0 auto;
    color: #000000;
    font-size: 16px;
    line-height: 30px;
    font-family: 'Swiss721BT-Light';
    text-align: center;
    position: relative;
}

    .abt-wrap2:after {
        position: absolute;
        content: "";
        width: 100%;
        height: 21px;
        background: -moz-linear-gradient(left, rgba(51,193,228,1) 0%, rgba(254,233,46,1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(51,193,228,1)), color-stop(100%, rgba(254,233,46,1)));
        background: -webkit-linear-gradient(left, rgba(51,193,228,1) 0%, rgba(254,233,46,1) 100%);
        background: -o-linear-gradient(left, rgba(51,193,228,1) 0%, rgba(254,233,46,1) 100%);
        background: -ms-linear-gradient(left, rgba(51,193,228,1) 0%, rgba(254,233,46,1) 100%);
        background: linear-gradient(to right, rgba(51,193,228,1) 0%, rgba(254,233,46,1) 100%);
        left: 0;
        bottom: 0;
    }

    .abt-wrap2 h4 {
        font-family: 'Alice-Regular';
        font-size: 40px;
        color: #000;
        text-align: left;
        margin-bottom: 30px;
        position: relative;
    }

        .abt-wrap2 h4:after {
            position: absolute;
            content: "";
            width: 125px;
            height: 3px;
            background: #fee92e;
            margin-top: 22px;
            right: 30px;
        }

.praise {
    position: absolute;
    left: 0px;
    background: #72cee5;
    padding: 20px 50px;
    border-right: 15px solid #fee92e;
    font-family: 'Alice-Regular';
    color: #000;
    font-size: 40px;
    line-height: 36px;
}

.section9 {
    background: #f4f4f4;
}

.abt-wrap3 {
    font-size: 16px;
    line-height: 30px;
    font-family: 'Swiss721BT-Light';
    color: #000;
}

    .abt-wrap3 p strong {
        font-family: 'Swiss721BT-Roman';
    }

.heading39 h2 {
    font-family: 'Alice-Regular';
    font-size: 40px;
    color: #000;
    display: inline-block;
    position: relative;
}

    .heading39 h2:before {
        position: absolute;
        content: "";
        width: 108px;
        height: 2px;
        background: #33c1e4;
        margin-left: -140px;
        margin-top: 25px;
    }

    .heading39 h2:after {
        position: absolute;
        content: "";
        width: 108px;
        height: 2px;
        background: #33c1e4;
        margin-left: 30px;
        margin-top: 25px;
    }

.heading21 h2 {
    font-family: 'Alice-Regular';
    font-size: 45px;
    color: #000;
    display: inline-block;
    position: relative;
}

    .heading21 h2:before {
        position: absolute;
        content: "";
        width: 108px;
        height: 2px;
        background: #fff;
        margin-left: -140px;
        margin-top: 25px;
    }

    .heading21 h2:after {
        position: absolute;
        content: "";
        width: 108px;
        height: 2px;
        background: #fff;
        margin-left: 30px;
        margin-top: 25px;
    }

.career-wrap {
    position: relative;
}

    .career-wrap:before {
        position: absolute;
        content: "";
        width: 30px;
        height: 100%;
        background: -moz-linear-gradient(left, rgba(51,193,228,1) 0%, rgba(254,233,46,1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(51,193,228,1)), color-stop(100%, rgba(254,233,46,1)));
        background: -webkit-linear-gradient(left, rgba(51,193,228,1) 0%, rgba(254,233,46,1) 100%);
        background: -o-linear-gradient(top, rgba(51,193,228,1) 0%, rgba(254,233,46,1) 100%);
        background: -ms-linear-gradient(top, rgba(51,193,228,1) 0%, rgba(254,233,46,1) 100%);
        background: linear-gradient(to bottom, rgba(51,193,228,1) 0%, rgba(254,233,46,1) 100%);
        left: 0;
        bottom: 0;
        margin-left: -50px;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        -o-border-radius: 15px;
        border-radius: 15px;
    }

.career-box {
    background: #f8f8f8;
    padding: 30px;
    color: #000;
    font-size: 16px;
    line-height: 26px;
    font-family: 'Swiss721BT-Light';
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    position: relative;
}

    .career-box:before {
        position: absolute;
        content: "";
        width: 30px;
        height: 30px;
        -moz-border-radius: 30px;
        -webkit-border-radius: 30px;
        -o-border-radius: 30px;
        border-radius: 30px;
        background: #72cee5;
        left: 0;
        margin-left: -50px;
        border: 5px solid #fff;
    }

    .career-box strong {
        font-family: 'Swiss721BT-Roman';
    }

    .career-box h5 {
        color: #008ef1;
        font-family: 'Swiss721BT-Roman';
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 10px;
    }

.car-img {
    position: absolute;
    right: 0;
}

.section10 {
    background: #33c1e4;
}

.heading6 h2, .heading40 h2 {
    font-family: 'Alice-Regular';
    font-size: 40px;
    color: #fff;
    display: inline-block;
    position: relative;
}

    .heading6 h2:before, .heading40 h2:before {
        position: absolute;
        content: "";
        width: 108px;
        height: 2px;
        background: #fff;
        margin-left: -140px;
        margin-top: 25px;
    }

    .heading6 h2:after, .heading40 h2:after {
        position: absolute;
        content: "";
        width: 108px;
        height: 2px;
        background: #fff;
        margin-left: 30px;
        margin-top: 25px;
    }

.achieve-sec {
    background: #fff;
    margin: 20px 50px;
}

.achieve-txt {
    color: #000;
    font-size: 20px;
    line-height: 36px;
    font-family: 'Swiss721BT-Light';
    padding: 50px;
}

    .achieve-txt:before {
        position: absolute;
        content: "";
        width: 100px;
        height: 100px;
        background: url(../img/quote1.png) no-repeat;
        top: 20px;
        left: 20px;
    }

    .achieve-txt:after {
        position: absolute;
        content: "";
        width: 100px;
        height: 100px;
        background: url(../img/quote2.png) no-repeat;
        bottom: -50px;
        right: 20px;
    }

.section11 {
    background: #fee92e;
}

.cele-box {
    background: #fff;
    -moz-box-shadow: 0 7px 20px rgba(0,0,0,0.09);
    -webkit-box-shadow: 0 7px 20px rgba(0,0,0,0.09);
    -o-box-shadow: 0 7px 20px rgba(0,0,0,0.09);
    box-shadow: 0 7px 20px rgba(0,0,0,0.09);
    max-width: 370px;
    margin: 0 auto;
}

    .cele-box h3 {
        color: #000000;
        font-size: 22px;
        font-family: 'Roboto-Regular';
        line-height: 30px;
        text-transform: uppercase;
        margin-bottom: 10px;
    }

    .cele-box h4 {
        color: #008ef1;
        font-size: 15px;
        font-family: 'Swiss721BT-Bold';
        line-height: 24px;
        text-transform: uppercase;
        margin-bottom: 10px;
    }

    .cele-box p {
        color: #000;
        font-family: 'Swiss721BT-Roman';
        font-size: 15px;
        line-height: 24px;
    }

.sgbtn9 {
    color: #fff;
    background-color: #33c1e4;
    font-family: 'Swiss721BT-Bold';
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 20px;
    display: inline-block;
}

    .sgbtn9:hover, .sgbtn9:focus {
        background-color: #FEE92E;
        color: #000;
    }

.sgbtn10 {
    color: #241912;
    background-color: #fff;
    font-family: 'Swiss721BT-Bold';
    font-size: 12px;
    text-transform: uppercase;
    padding: 10px 20px;
    display: inline-block;
}

    .sgbtn10:hover, .sgbtn10:focus {
        background-color: #241912;
        color: #fff;
    }

.sgbtn11 {
    color: #ffae30;
    background-color: #241912;
    font-family: 'Swiss721BT-Bold';
    font-size: 12px;
    text-transform: uppercase;
    padding: 10px 20px;
    display: inline-block;
}

    .sgbtn11:hover, .sgbtn11:focus {
        background-color: #fff;
        color: #241912;
    }

.sgbtn12 {
    color: #241912;
    background-color: #ead83c;
    font-family: 'Swiss721BT-Bold';
    font-size: 12px;
    text-transform: uppercase;
    padding: 0px 20px;
    display: inline-block;
}

    .sgbtn12:hover, .sgbtn12:focus {
        background-color: #fff;
        color: #241912;
    }

.heading7 h2 {
    position: relative;
    font-size: 40px;
    font-family: 'Alice-Regular';
    margin-bottom: 20px;
    padding-bottom: 10px;
}

    .heading7 h2:before {
        position: absolute;
        content: "";
        width: 147px;
        height: 3px;
        background: #33c1e4;
        bottom: 0;
    }

.cont1 {
    font-size: 15px;
    line-height: 24px;
}

.section12 {
    background: #fff;
    margin-right: 70px;
    margin-top: -100px;
    position: relative;
}

.buss-img img {
    margin-bottom: -55px;
}

.abs-btn {
    position: absolute;
    right: 0;
    bottom: 0;
}

.cont2 {
    font-size: 54px;
    line-height: 16px;
    font-family: 'Alice-Regular';
}

.test-slide h5 {
    color: #008ef1;
    font-size: 15px;
    line-height: 36px;
    font-family: 'Swiss721BT-Roman';
}

.carousel-indicators li {
    background: #cfdbe0;
    border: 0;
    margin: 0 5px;
}

.carousel-indicators .active {
    background: #ffde00;
    border: 0;
    margin: 0 5px;
    width: 10px;
    height: 10px;
}

.test-slide {
    padding: 20px;
}

    .test-slide:before {
        position: absolute;
        content: "";
        width: 100px;
        height: 100px;
        background: url(../img/quote1.png) no-repeat;
        top: 0px;
        left: 0px;
    }

    .test-slide:after {
        position: absolute;
        content: "";
        width: 100px;
        height: 100px;
        background: url(../img/quote2.png) no-repeat;
        bottom: 0px;
        right: 0px;
    }

.img-cap {
    left: 12%;
    max-width: 450px;
    position: absolute;
    text-align: center;
    top: 30%;
    z-index: 9;
}

    .img-cap h1 {
        font-size: 72px;
        line-height: 72px;
        font-family: 'Alice-Regular';
    }

    .img-cap h3 {
        font-size: 20px;
        line-height: 27px;
        font-family: 'Alice-Regular';
        text-transform: uppercase;
        display: block;
        padding-bottom: 15px;
        position: relative;
        margin-bottom: 15px;
    }

        .img-cap h3:after {
            position: absolute;
            content: "";
            width: 219px;
            height: 1px;
            background: #000;
            bottom: 0;
            left: 0;
            right: 0;
            margin: 0 auto;
        }

    .img-cap p {
        font-size: 18px;
        line-height: 35px;
        font-family: 'Alice-Regular';
    }

.heading8 h1, .heading8 h2 {
    font-size: 40px;
    line-height: 42px;
    font-family: 'Alice-Regular';
    display: block;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 20px;
}

    .heading8 h1:after, .heading8 h2:after {
        position: absolute;
        content: "";
        width: 40px;
        height: 5px;
        background: #71dbf4;
        bottom: 0;
        left: 0;
    }

.cont4 {
    color: #000;
    font-size: 16px;
    line-height: 28px;
    font-family: 'Swiss721BT-Light';
}

    .cont4 strong {
        font-family: 'Swiss721BT-Roman';
    }

    .cont4 h3, .cont4 h4 {
        font-size: 20px;
        line-height: 30px;
        font-family: 'Roboto-Regular';
        font-weight: bold;
        color: #000;
        position: relative;
    }

        .cont4 h3:before {
            position: absolute;
            content: "";
            width: 4px;
            height: 16px;
            background: #1793ea;
            left: 0;
            margin-left: -10px;
            margin-top: 13px;
        }

.cont3 {
    padding: 30px 40px;
    border: 1px solid #ffe81b;
}

    .cont3 h3 {
        font-family: 'Swiss721BT-Bold';
        font-size: 24px;
        line-height: 42px;
        margin-bottom: 10px;
    }

.section14 {
    background: url(../img/bg5.jpg) no-repeat;
    background-size: cover;
}

.heading9 h2 {
    font-size: 36px;
    line-height: 33px;
    font-family: 'Alice-Regular';
}

.heading9 h5 {
    font-size: 24px;
    line-height: 33px;
    font-family: 'Alice-Regular';
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 20px;
}

    .heading9 h5:after {
        position: absolute;
        content: "";
        width: 40px;
        height: 3px;
        background: #000;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

.control-label {
    text-transform: uppercase;
    font-family: 'Swiss721BT-Roman';
    font-size: 14px;
    line-height: 22px;
    font-weight: normal;
}

.form-control {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
}

.form-control2 {
    height: 45px;
}

input[type=submit] {
    border: 0;
    text-transform: uppercase;
    padding: 10px 30px;
    font-family: 'Swiss721BT-Bold';
    font-size: 14px;
}

.frnch-glry img {
    width: 100%;
    height: auto;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    cursor: pointer;
}

    .frnch-glry img:hover {
        -webkit-filter: grayscale(0);
        filter: grayscale(0);
    }

.heading10 h2, .heading10 h3, .heading10 h4 {
    font-size: 40px;
    line-height: 42px;
    font-family: 'Alice-Regular';
    display: block;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 20px;
}

.heading10 h4 {
    font-size: 30px;
    line-height: 36px;
}

    .heading10 h2:after, .heading10 h4:after {
        position: absolute;
        content: "";
        width: 40px;
        height: 5px;
        background: #71dbf4;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

.section15 {
    background: url(../img/bg6.jpg) no-repeat;
    background-size: cover;
}

.cont5 {
    background: #fff;
    padding: 20px 30px;
    overflow: hidden;
}

.cont5a {
    float: left;
    width: 220px;
}

.cont5b {
    float: left;
    width: calc(100% - 220px);
    padding-left: 30px;
    padding-top: 20px;
}

.cont5a h4 {
    font-size: 40px;
    line-height: 45px;
    font-family: 'Alice-Regular';
    color: #000000;
    display: block;
    border-right: 7px solid #72cee5;
}

h3.plan {
    padding-top: 5px;
}

.section16 {
    background: url(../img/bg7.jpg) no-repeat;
    background-size: cover;
}

.table2 {
    background: #000;
    color: #fff;
    max-width: 700px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 41px;
    font-family: 'Swiss721BT-Bold';
}

.section17 {
    background: #a6e0ef;
}

.section18 {
    background: url(../img/bg8.jpg) no-repeat;
    background-size: cover;
}

.service-offer {
    background: #fff;
    position: relative;
    -moz-box-shadow: 0 10px 10px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 10px 10px rgba(0,0,0,0.2);
    -o-box-shadow: 0 10px 10px rgba(0,0,0,0.2);
    box-shadow: 0 10px 10px rgba(0,0,0,0.2);
}

.box {
    background: #fff;
    padding: 20px;
    font-size: 16px;
    line-height: 25px;
    font-family: 'Swiss721BT-Light';
}

    .box strong {
        font-family: 'Swiss721BT-Roman';
        color: #000;
    }

    .box span {
        font-family: 'Swiss721BT-Bold';
        color: #0088e7;
        font-size: 16px;
    }

.box2 {
    border: 1px solid #0088e7;
    padding: 20px;
}

.black-area {
    background: #000;
}

    .black-area .branch-nav ul li {
        color: #737373;
    }

        .black-area .branch-nav ul li a {
            color: #737373;
        }

        .black-area .branch-nav ul li::before, .black-area .branch-nav ul li::after {
            background-color: #737373;
        }

    .black-area .navbar-nav li a {
        color: #fff;
    }

    .black-area .dropdown-menu li a {
        color: #010000;
    }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover, .dropdown-menu > li:hover > a {
    color: #fff !important;
    background-color: #c8ad3f;
}

.black-area .nav > li > a::after {
    background: #fff;
}

.black-area .sgbtn {
    background: #2d2d2d;
}

.black-area .soc {
    background: url("../img/social2.png");
}

.time-line {
    background: #fcd23e;
    width: 106px;
    height: 100%;
    margin: 0 auto;
}

.year {
    color: #fff;
    font-size: 95px;
    line-height: 73px;
    font-family: 'AlteDIN1451Mittelschriftgepraegt';
    overflow-wrap: break-word;
    padding: 60px 0;
}

.t_img {
    position: absolute;
}

    .t_img > img {
        max-width: 512px;
    }

.tlime1 .t_img {
    margin-left: 95px;
    margin-top: -300px;
}

.tlime2 .t_img {
    margin-left: -505px;
    margin-top: -300px;
}

.tlime3 .t_img {
    margin-left: -470px;
}

.tlime4 .t_img {
    margin-left: -490px;
}

.tlime5 .t_img {
    margin-left: -370px;
}

.t_text {
    color: #282828;
    font-size: 22px;
    line-height: 30px;
    font-family: 'Swiss721BT-Light';
    position: absolute;
    max-width: 350px;
}

.t_w425 {
    max-width: 425px;
}

.t_text strong {
    font-family: 'Swiss721BT-Bold';
}

.tlime1 .t_text {
    margin-left: -410px;
    margin-top: -195px;
}

.tlime2 .t_text {
    margin-left: 160px;
    margin-top: -195px;
}

.t_bold {
    font-size: 63px;
    line-height: 54px;
    font-family: 'Swiss721BT-Bold';
}

.award {
    background: url(../img/award-bg.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}

.awd-sec h2 {
    font-size: 54px;
    font-family: 'Swiss721BT-Bold';
}

.awd-sec {
    font-family: 'Swiss721BT-Light';
    font-size: 15px;
}

    .awd-sec img {
        margin: 10px 0;
    }

.awd1 {
    background: #7a96a4;
    color: #fefefe;
    font-size: 16px;
    font-family: 'Swiss721BT-Roman';
}

    .awd1 h5 {
        font-size: 72px;
        font-family: 'Alice-Regular';
    }

.awd2 {
    background: #ffae30;
    color: #260301;
    font-size: 16px;
    font-family: 'Swiss721BT-Roman';
}

    .awd2 h5 {
        font-size: 72px;
        font-family: 'Alice-Regular';
    }

.awd1, .awd2, .section26 {
    max-width: 1349px;
    margin: 0 auto;
}

.video-section h4 {
    font-size: 24px;
    line-height: 42px;
    color: #000000;
    font-family: 'Alice-Regular';
    font-style: italic;
    text-align: left;
}

.section19 {
    background: url(../img/bg9.jpg) no-repeat;
    background-position: left;
    background-size: cover;
    color: #fff;
    font-size: 20px;
    line-height: 36px;
}

    .section19 h2 {
        color: #ead83c;
        font-size: 72px;
        font-family: 'Alice-Regular';
    }

.section20 {
    background: #86c9c6;
}

.heading17, .heading11 {
    font-size: 36px;
    font-family: 'Alice-Regular';
    line-height: 42px;
    font-style: italic;
    display: inline-block;
    position: relative;
}

    .heading17:before {
        background: #000 none repeat scroll 0 0;
        content: "";
        height: 2px;
        margin-left: -78px;
        margin-top: 20px;
        position: absolute;
        width: 48px;
    }

    .heading17:after {
        background: #000 none repeat scroll 0 0;
        content: "";
        height: 2px;
        margin-left: 30px;
        margin-top: 20px;
        position: absolute;
        width: 48px;
    }

.box3:before {
    position: absolute;
    content: "";
    width: 244px;
    height: 76px;
    border: 1px solid #000;
    top: 3px;
    left: 3px;
    ;
    z-index: 1;
}

.box3 {
    font-size: 18px;
    font-family: 'Swiss721BT-Roman';
    line-height: 24px;
    display: inline-table;
    width: 250px;
    border: 2px solid #000;
    height: 82px;
    padding: 15px 20px;
    margin: 15px;
    position: relative;
    z-index: 9;
    cursor: pointer;
}

    .box3:hover {
        background: #000;
        color: #fff;
    }

        .box3:hover:before {
            border-color: #86c9c6;
        }

.box4 {
    font-size: 15px;
    font-family: 'Swiss721BT-Roman';
    line-height: 36px;
    border: 2px solid #000;
    padding: 2px;
    position: relative;
    z-index: 9;
    cursor: pointer;
}

.box5 {
    border: 1px solid #000;
    z-index: 1;
    padding: 15px;
}

.section21 {
    background: url(../img/bg10.jpg) no-repeat;
    background-size: cover;
}

.section22 {
    background: url(../img/bg11.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.section23 {
    background: url(../img/bg14.jpg) no-repeat;
    background-size: cover;
    background-position: center right;
}

.heading12 {
    font-family: 'Alice-Regular';
    font-size: 54px;
    font-style: italic;
    color: #000;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.overlay {
    height: 96%;
    position: absolute;
    top: 0;
    width: 96%;
    border: 1px solid #c8ad3f;
    margin: 2%;
    font-size: 24px;
    color: #c8ad3f;
    font-family: 'Alice-Regular';
    background: rgba(0,0,0,0.77);
    padding-top: 33%;
    opacity: 0;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-image: url(../img/search.png);
    background-repeat: no-repeat;
    background-position: 96% 96%;
}

.glry-box {
    max-width: 390px;
    max-height: 319px;
    position: relative;
    margin: 0 auto;
}

    .glry-box a:hover .overlay {
        opacity: 1;
    }

.glry-box2 a:hover .overlay {
    opacity: 1;
}

.follow-us {
    font-size: 18px;
    line-height: 24px;
}

.testimonial-wrap {
    background-image: url("../img/test-bg1.png"), url("../img/test-bg2.png"), url("../img/test-bg3.png"), url("../img/test-bg4.png");
    background-position: left top, right top, right bottom, left bottom;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    padding: 30px;
}

.test-text {
    font-size: 14px;
    color: #282828;
    font-family: 'Swiss721BT-Roman';
    line-height: 30px;
}

.test-name {
    color: #0f70d3;
    font-family: 'Swiss721BT-Roman';
    text-transform: uppercase;
    line-height: 36px;
}

.test-date {
    -size: 13px;
    color: #635c5c;
    font-family: 'Swiss721BT-Roman';
    line-height: 20px;
}

.heading13 {
    font-size: 108px;
    font-family: 'Alice-Regular';
    color: #000;
}

.heading14 {
    font-size: 45px;
    font-family: 'Alice-Regular';
}

.heading14-white {
    color: #fff;
}

    .heading14-white span:before {
        background: #fff !important;
    }

.cont6 {
    background-image: url("../img/test-bg1.png"), url("../img/test-bg3.png");
    background-position: left top, right bottom;
    background-repeat: no-repeat, no-repeat;
    padding: 30px;
}

.section24 {
    background: url(../img/bg15.jpg) no-repeat;
    background-size: cover;
    padding: 120px 0;
}

.heading15 {
    font-size: 36px;
    line-height: 42px;
    font-family: 'Alice-Regular';
    text-transform: uppercase;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 20px;
}

    .heading15:after {
        position: absolute;
        content: "";
        width: 100px;
        height: 1px;
        background: #000;
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: 0px;
    }

.sub-heading3 {
    color: #000;
    font-size: 24px;
    line-height: 42px;
    font-family: 'Alice-Regular';
}

.section25 {
    background: url(../img/bg16.png) no-repeat;
    margin-top: -65px;
    padding: 110px 0 40px;
    background-size: cover;
    background-position: center;
}

.offer-box {
    border: 1px solid #000;
    padding: 20px 40px;
    max-width: 500px;
    position: relative;
    margin: 0 auto;
}

.offer-icon {
    position: absolute;
    left: 0px;
    top: 0px;
    margin-left: -25px;
}

.offer-btn {
    background: #000;
    padding: 8px 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    display: inline-block;
    float: left;
}

.heading16 {
    color: #fff;
    font-size: 36px;
    line-height: 42px;
    font-family: 'Alice-Regular';
    font-style: italic;
    position: relative;
}

    .heading16:before {
        width: 50px;
        height: 2px;
        background: #fff;
        position: absolute;
        content: "";
        margin-left: -70px;
        margin-top: 20px;
    }

    .heading16:after {
        width: 50px;
        height: 2px;
        background: #fff;
        position: absolute;
        content: "";
        margin-left: 20px;
        margin-top: 20px;
    }

.coming-box {
    background: url(../img/band.png) no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
    font-size: 18px;
    line-height: 31px;
    text-transform: uppercase;
    font-family: 'Swiss721BT-Bold';
    display: block;
    padding: 5px;
}

.news-letter input[type="text"], .news-letter input[type="email"] {
    display: inline-block;
    width: 200px;
    font-size: 14px;
    font-family: 'Swiss721BT-Roman';
    padding: 10px;
    border: 1px solid #bebebe;
    margin-bottom: 10px;
}

.news-letter input[type="submit"] {
    background: #000;
    font-size: 15px;
    color: #fff;
    font-family: 'Swiss721BT-Bold';
    border: 1px solid #000;
    padding: 9px 30px;
}

    .news-letter input[type="submit"]:hover {
        background: #fff;
        font-size: 15px;
        color: #000;
        font-family: 'Swiss721BT-Bold';
    }

.info-box {
    color: #000000;
    font-family: 'Swiss721BT-Roman';
    font-size: 16px;
    padding: 10px 30px;
    border: 1px solid #f65050;
}

    .info-box span {
        color: #f65050;
    }

.cont7 {
    color: #3c3e3f;
    font-family: 'Swiss721BT-Light';
    font-size: 14px;
    line-height: 25px;
}

.newspic {
    border: 8px solid #f0f0f0;
}

.banner img {
    width: 100%;
    height: auto;
}

.section27 {
    background: url(../img/bg17.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}

.heading18 h1 {
    color: #000000;
    font-size: 63px;
    line-height: 42px;
    font-style: italic;
    font-family: 'Alice-Regular';
    position: relative;
    padding-bottom: 30px;
}

    .heading18 h1:before {
        position: absolute;
        content: "";
        width: 219px;
        height: 1px;
        background: #000;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0 auto;
    }

.heading18 h5 {
    color: #000000;
    font-size: 30px;
    line-height: 42px;
    font-style: italic;
    font-family: 'Alice-Regular';
}

.cont8 h3 {
    font-size: 18px;
    line-height: 25px;
    color: #eb1818;
    font-family: 'Roboto-Regular';
    text-transform: uppercase;
    font-style: italic;
    font-weight: 700;
}

.section28 {
    background: #b2b2b2;
}

.heading19 {
    color: #000;
    font-family: "Alice-Regular";
    font-size: 45px;
    margin-bottom: 30px;
    position: relative;
    text-align: left;
    display: inline-block;
}

    .heading19:after {
        background: #75d3eb none repeat scroll 0 0;
        content: "";
        height: 2px;
        margin-top: 26px;
        position: absolute;
        width: 98px;
        right: -120px;
    }

.cont9 {
    color: #000000;
    font-size: 18px;
    line-height: 33px;
    font-family: 'Swiss721BT-Light';
}

    .cont9 h5 {
        color: #000000;
        font-size: 22px;
        line-height: 30px;
        font-family: 'Roboto-Regular';
        font-weight: bold;
        padding-bottom: 15px;
    }

.span5 {
    width: 20%;
    float: left;
}

.heading20 {
    color: #000;
    font-family: "Alice-Regular";
    font-size: 33px;
    margin-bottom: 30px;
    position: relative;
    text-align: left;
    display: inline-block;
}

    .heading20:after {
        background: #75d3eb none repeat scroll 0 0;
        content: "";
        height: 2px;
        margin-top: 26px;
        position: absolute;
        width: 98px;
        right: -120px;
    }

.sgbtn17 {
    color: #000000;
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
    padding: 10px 30px;
    border-radius: 30px;
    background: #fff;
    font-family: 'Swiss721BT-Bold';
    display: inline-block;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

    .sgbtn17:hover, .sgbtn17:focus {
        color: #fff;
        background: #000;
    }

.section29 {
    background: url(../img/bg19.jpg) no-repeat #71DBF3;
    background-position: bottom center;
}

.section30 {
    background: url(../img/bg20.jpg) no-repeat left;
    background-size: cover;
}

.heading22 {
    line-height: 54px;
}

    .heading22 span, .heading-bar span {
        position: relative;
        padding-bottom: 10px;
    }

        .heading22 span:before {
            position: absolute;
            content: "";
            width: 100%;
            height: 1px;
            background: #000;
            bottom: 0;
        }

.section31 {
    background: url(../img/bg21.jpg) no-repeat left;
    background-size: cover;
}

.ser-box {
    background: #F4F4F4;
    display: inline-block;
}

.ser-box-white {
    background: #fff;
}

.ser-box img {
    border-bottom: 2px solid #000;
}

.sgbtn18 {
    font-size: 30px;
    line-height: 24px;
    font-family: 'Swiss721BT-Bold';
    color: #fff;
    background: #000;
    padding: 15px 25px;
    display: inline-block;
    margin-top: -30px;
    margin-bottom: 20px;
}

.ser-btn {
    margin-top: -35px;
}

.sgbtn19 {
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    font-family: 'Swiss721BT-Bold';
    background: #f42c69;
    text-transform: uppercase;
    padding: 5px 25px;
    display: inline-block;
    border: 1px solid #f42c69;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-shadow: 0 2px 2px rgba(0,0,0,0.2);
}

    .sgbtn19:hover, .sgbtn19:focus {
        background: #fff;
        color: #f42c69;
    }

.sgbtn19-rev {
    font-size: 16px;
    line-height: 25px;
    color: #ffe710;
    font-family: 'Swiss721BT-Bold';
    text-transform: uppercase;
    padding: 5px 25px;
    display: inline-block;
    border: 1px solid #f42c69;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-shadow: 0 2px 2px rgba(0,0,0,0.2);
}

    .sgbtn19-rev:hover, .sgbtn19-rev:focus {
        background: #fff;
        color: #f42c69;
    }

.section32 {
    background: url(../img/bg22.jpg) no-repeat center;
    background-size: cover;
}

.heading23 {
    font-size: 54px;
    line-height: 42px;
    color: #fff;
    font-family: 'Swiss721BT-Roman';
}

.sub-heading4 {
    color: #000000;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 30px;
    font-family: 'Swiss721BT-Heavy';
}

.section33 {
    background: #F8F8F8;
}

.cont10 h2 {
    color: #000000;
    font-size: 24px;
    line-height: 36px;
    font-family: 'Swiss721BT-Bold';
    text-transform: uppercase;
}

.cont10 h3 {
    color: #1c1c1c;
    font-size: 15px;
    line-height: 25px;
    font-family: 'Swiss721BT-Bold';
    text-transform: uppercase;
}

    .cont10 h3:before {
        position: absolute;
        content: "";
        width: 5px;
        height: 15px;
        background: #f42c69;
        margin-left: -15px;
        margin-top: 5px;
    }

.cont10 h4 {
    color: #000000;
    font-size: 18px;
    line-height: 24px;
    font-family: 'Roboto-Regular';
    text-transform: uppercase;
}

    .cont10 h4:before {
        position: absolute;
        content: "";
        width: 5px;
        height: 15px;
        background: #f42c69;
        margin-left: -15px;
        margin-top: 5px;
    }

.cont10-blue h4:before {
    background: #009dde;
}

.cont10-purple h4:before {
    background: #8442C0;
}

.cont10 p {
    color: #1c1c1c;
    font-size: 15px;
    line-height: 25px;
    font-family: 'Swiss721BT-Light';
}

.cont10 h5 {
    color: #000000;
    font-size: 20px;
    line-height: 36px;
    font-family: 'Swiss721BT-Bold';
    text-transform: uppercase;
}

.cont10 h6 {
    color: #000000;
    font-size: 18px;
    line-height: 24px;
    font-family: 'Swiss721BT-Bold';
}

.heading24 {
    font-size: 40px;
    font-family: "Alice-Regular";
    position: relative;
}

    .heading24::before {
        background: #33c1e4 none repeat scroll 0 0;
        content: "";
        height: 2px;
        margin-left: -140px;
        margin-top: 25px;
        position: absolute;
        width: 108px;
    }

    .heading24::after {
        background: #33c1e4 none repeat scroll 0 0;
        content: "";
        height: 2px;
        margin-left: 30px;
        margin-top: 25px;
        position: absolute;
        width: 108px;
    }

.glry-box2 {
    margin: 1px;
}

    .glry-box2 img {
        width: 100%;
    }

.ser-box2 img {
    border-bottom: 2px solid #97dded;
}

.ser-box2 h4 {
    font-size: 22px;
    font-family: 'Swiss721BT-Bold';
    padding: 10px 0;
}

.ser-test {
    width: 100%;
    max-width: 940px;
    margin: 0 auto;
}

    .ser-test p {
        font-size: 15px;
        line-height: 24px;
        font-family: 'Swiss721BT-Light';
        color: #000;
    }

.carousel-indicators2 {
    bottom: -40px;
}

.test-name2 {
    color: #008ef1;
    font-size: 15px;
    line-height: 36px;
    font-family: 'Swiss721BT-Roman';
}

.carousel-indicators2 .active {
    background: #666;
}

.ser-box3:before {
    position: absolute;
    content: "";
    width: 70%;
    height: 5px;
    background: #f8df0b;
    top: -5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}

.ser-box3 h5 {
    font-size: 32px;
    line-height: 27px;
    color: #fff;
    font-family: 'Swiss721BT-Heavy';
    text-transform: uppercase;
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    text-align: center;
}

.sgbtn20 {
    font-family: 'Swiss721BT-BoldCondensed';
    font-size: 24px;
    line-height: 24px;
    color: #000;
    background: #f8df0b;
    padding: 10px 30px;
    display: inline-block;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .sgbtn20:hover, .sgbtn20:focus {
        color: #f8df0b;
        background: #000;
    }

.address h3 {
    color: #0078f3;
    font-size: 18px;
    line-height: 28px;
    font-family: 'Swiss721BT-Light';
    text-transform: uppercase;
    padding-bottom: 5px;
    position: relative;
    margin-bottom: 15px;
}

    .address h3:before {
        position: absolute;
        content: "";
        background: #0078f3;
        width: 29px;
        height: 2px;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

.address p {
    color: #000;
    font-size: 14px;
    line-height: 22px;
    font-family: 'Swiss721BT-Light';
}

.heading25, .heading26 {
    font-size: 40px;
    line-height: 42px;
    color: #000300;
    font-family: 'Swiss721BT-Bold';
    position: relative;
    display: inline-block;
}

    .heading25:before {
        position: absolute;
        content: "";
        width: 98px;
        height: 7px;
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
        margin-left: -120px;
        margin-top: 20px;
        left: 0;
    }

    .heading25:after {
        position: absolute;
        content: "";
        width: 98px;
        height: 7px;
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
        margin-right: -120px;
        margin-top: 20px;
        right: 0;
    }

.dbl-line {
    width: 190px;
    height: 7px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    text-align: center;
    margin: 0 auto;
}

.sgbtn22 {
    border: 1px solid #fdd4d4;
    padding: 5px 20px;
    font-size: 15px;
    color: #000;
    border-radius: 20px;
    font-family: 'Roboto-Regular';
    font-weight: 700;
    background: #fff;
    display: inline-block;
}

.sgbtn22-yellow {
    border: 1px solid #fdc246;
}

.line6 {
    width: 100%;
    height: 1px;
    background: #fdd4d4;
    margin-bottom: -18px;
}

.line6-yellow {
    background: #fdc246;
}

.sglist7 li {
    color: #000;
    font-size: 15px;
    line-height: 23px;
    font-family: 'Swiss721BT-Light';
    margin-bottom: 15px;
}

    .sglist7 li strong {
        font-family: 'Swiss721BT-Bold';
    }

    .sglist7 li:before {
        position: absolute;
        content: "";
        width: 5px;
        height: 15px;
        background: #ef422b;
        margin-left: -15px;
        margin-top: 5px;
    }

.cont11 {
    background: #f4f6f6;
    padding: 50px 90px 50px 70px;
}

.img-abs {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: -10px;
}

    .img-abs img {
        max-width: 384px;
    }

.sglist8 {
    font-size: 14px;
    line-height: 31px;
}

    .sglist8 li::before {
        margin-top: 13px;
        background: url(../img/tick.png) no-repeat;
        width: 20px;
        height: 12px;
    }

.sglist8-blue li::before {
    background: url(../img/tick2.png) no-repeat;
}

.sglist8-yellow li::before {
    background: url(../img/tick3.png) no-repeat;
}

.blk-box {
    background: #262425;
    color: #fff;
    font-size: 17px;
    line-height: 22px;
    font-family: 'Roboto-Regular';
    text-align: center;
    padding: 15px;
    margin-bottom: 1px;
}

    .blk-box strong {
        font-family: 'Roboto-Regular';
        font-weight: 700;
    }

.heading27 {
    font-size: 24px;
    font-family: 'Swiss721BT-Heavy';
    color: #fff;
    background: #ef422b;
    display: inline-block;
    padding: 10px 60px 10px 30px;
    position: relative;
    font-style: italic;
}

    .heading27:before {
        position: absolute;
        content: "";
        height: 50px;
        margin-right: -30px;
        position: absolute;
        right: 0;
        top: 2px;
        transform: rotate(45deg);
        width: 50px;
        background: #fff;
    }

.blue-heading {
    background: #0097DE;
}

    .blue-heading:before {
        background: #F8F8F8;
    }

.purple-heading {
    background: #8442C0;
}

    .purple-heading:before {
        background: #F8F8F8;
    }

.yellow-heading {
    background: #FFAB00;
}

    .yellow-heading:before {
        background: #F4F6F6;
    }

.sgbtn23 {
    color: #ef422b;
    font-size: 20px;
    line-height: 30px;
    font-family: 'Swiss721BT-Heavy';
    padding: 10px 50px;
}

.sgbtn23-blue {
    color: #0097de;
    border: 1px solid #0097de;
}

    .sgbtn23-blue:hover, .sgbtn23-blue:focus {
        background: #0097de;
        color: #fff;
    }

.sgbtn23-purple {
    color: #8442C0;
    border: 1px solid #8442C0;
}

    .sgbtn23-purple:hover, .sgbtn23-purple:focus {
        background: #8442C0;
        color: #fff;
    }

.sgbtn23-yellow {
    color: #FFAB00;
    border: 1px solid #FFAB00;
}

    .sgbtn23-yellow:hover, .sgbtn23-purple:focus {
        background: #FFAB00;
        color: #fff;
    }

.sgbtn24 {
    color: #fff;
    font-size: 24px;
    line-height: 24px;
    font-family: 'Roboto-Regular';
    font-weight: 700;
    background: #F62E2E;
    text-transform: uppercase;
    padding: 12px 40px;
    border: 1px solid #F62E2E;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .sgbtn24:hover, .sgbtn24:focus {
        background: #fff;
        color: #F62E2E;
    }

.line7 {
    width: 100%;
    height: 1px;
    background: #ef422b;
}

.line-yellow {
    background: #fdc246;
}

.section34 {
    background: url(../img/bg23.jpg) no-repeat right;
}

.abt-img2 {
    float: left;
    margin-left: -120px;
    margin-top: -100px;
    padding-right: 25px;
}

.cont12 {
    font-size: 16px;
    line-height: 25px;
    background: #fff;
    font-family: 'Roboto-Regular';
    margin-left: 120px;
    margin-top: 50px;
    padding: 50px;
}

.blue-high {
    color: #009dde;
    font-size: 20px;
    line-height: 25px;
    font-family: 'Roboto-Regular';
    font-weight: 700;
}

.sub-txt7 {
    font-size: 20px;
    line-height: 32px;
    font-family: 'Swiss721BT-Light';
}

.section35 {
    background: url(../img/bg24.jpg) no-repeat center;
    background-size: cover;
}

.section36 {
    background: url(../img/bg25.jpg) no-repeat center;
    background-size: cover;
}
/*  bhoechie tab */
div.bhoechie-tab-menu {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
}

    div.bhoechie-tab-menu div.list-group {
        margin-bottom: 0;
    }

        div.bhoechie-tab-menu div.list-group > a {
            margin-bottom: 0;
            background: #000;
            color: #fff;
            border: 0;
            margin-bottom: 10px;
            border-radius: 0px;
            font-family: 'Roboto-Regular';
            font-weight: 700px;
            font-size: 20px;
            text-align: left;
            margin-right: 10px;
        }

            div.bhoechie-tab-menu div.list-group > a.active, div.bhoechie-tab-menu div.list-group > a.active .glyphicon, div.bhoechie-tab-menu div.list-group > a.active .fa {
                background-color: #fff;
                color: #000;
            }

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    border-color: rgba(0,0,0,0);
}

div.bhoechie-tab-menu div.list-group > a.active:after {
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -13px;
    border-left: 0;
    border-bottom: 13px solid transparent;
    border-top: 13px solid transparent;
    border-left: 10px solid #fff;
}

div.bhoechie-tab-content {
    color: #cecfcf;
    font-size: 15px;
    line-height: 24px;
    font-family: 'Roboto-Regular';
    padding: 0 20px;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active) {
    display: none;
}

.modal-header {
    border: 0px;
}

.section37 {
    background: url(../img/bg26.jpg) no-repeat center;
    background-size: cover;
}

.section38 {
    background: url(../img/bg27.jpg) no-repeat center;
    background-size: cover;
}

.sub-heading5 {
    color: #e0e0e0;
    font-size: 24px;
    line-height: 36px;
    font-family: 'Roboto-Regular';
    font-style: italic;
    max-width: 500px;
    margin: 0 auto;
}

.sub-heading6 {
    font-size: 19px;
    line-height: 24px;
    font-family: 'Swiss721BT-Bold';
}

.section39 {
    background: #FD1918;
}

.prd-column {
    background: #fff;
    max-width: 420px;
    margin: 0 auto;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
}

.prd-heading {
    background: #eaf0f1;
    padding: 15px 0;
    position: relative;
}

    .prd-heading h3 {
        color: #fb0d0e;
        font-size: 30px;
        line-height: 30px;
        text-transform: uppercase;
    }

.prd-content {
    padding: 20px 20px 0;
}

    .prd-content ul li {
        color: #000000;
        font-size: 18px;
        font-family: 'Roboto-Regular';
        border-bottom: 1px solid #EAF0F1;
        padding: 10px 0;
    }

.prd-heading h3:after {
    content: '';
    position: absolute;
    left: 48%;
    bottom: -10px;
    margin-top: -13px;
    border-right: 13px solid transparent;
    border-left: 13px solid transparent;
    border-top: 10px solid #EAF0F1;
}

.section40 {
    background: #FFAE30;
}

.heading28 {
    font-size: 63px;
    color: #260301;
    font-family: 'Alice-Regular';
}

.dir-arrw:after {
    content: '';
    position: absolute;
    left: 0;
    top: 43%;
    border-bottom: 20px solid transparent;
    border-top: 20px solid transparent;
    border-left: 20px solid #FFAE30;
}

.dir-arrw2:after {
    content: '';
    position: absolute;
    right: 0;
    top: 43%;
    border-bottom: 20px solid transparent;
    border-top: 20px solid transparent;
    border-right: 20px solid #FFAE30;
}

.section41 {
    background: url(../img/bg28.jpg) no-repeat right;
    background-size: cover;
}

.heading-bar, .heading-bar2 {
    position: relative;
    display: inline-block;
}

    .heading-bar:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 6px;
        background: #000;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .heading-bar2:before {
        position: absolute;
        content: "";
        width: 40px;
        height: 3px;
        background: #fff;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

.heading29 {
    color: #eedc04;
    font-size: 36px;
    font-family: 'Roboto-Regular';
    font-weight: bold;
}

.sub-heading7 {
    font-size: 22px;
    line-height: 27px;
    color: #000;
    font-family: 'Roboto-Regular';
    font-weight: bold;
}

.ser-box4 {
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
    display: inline-block;
}

.cont13 {
    font-size: 18px;
    line-height: 28px;
    font-family: 'Roboto-Regular';
    color: #000;
    max-width: 1000px;
    margin: 0 auto;
}

    .cont13 h4 {
        font-size: 40px;
        font-family: 'Alice-Regular';
        padding-bottom: 20px;
    }

    .cont13 h2 {
        font-size: 63px;
        font-family: 'Swiss721BT-Light';
        padding-bottom: 15px;
        letter-spacing: -4px;
        position: relative;
    }

        .cont13 h2:before {
            position: absolute;
            content: "";
            width: 40px;
            height: 3px;
            background: #c60000;
            bottom: 0;
            left: 0;
            right: 0;
            margin: 0 auto;
        }

        .cont13 h2 span {
            color: #c60000;
        }

.section42 {
    background: #EAEEEF;
}

.cont14, .cont15 {
    color: #000000;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Swiss721BT-Light';
}

    .cont14 h2 {
        color: #000000;
        font-size: 33px;
        line-height: 36px;
        font-family: 'Roboto-Regular';
        padding-bottom: 0px;
    }

        .cont14 h2:before {
            display: none;
        }

    .cont14 h3 {
        color: #000000;
        font-size: 33px;
        line-height: 36px;
        font-family: 'Swiss721BT-Light';
    }

    .cont14 h5 {
        font-size: 20px;
        line-height: 36px;
        font-family: 'Roboto-Regular';
        letter-spacing: 4px;
    }

    .cont15 h2 {
        font-size: 45px;
        font-family: 'Alice-Regular';
        line-height: 36px;
    }

    .cont15 h3 {
        font-size: 30px;
        font-family: 'Roboto-Regular';
        font-weight: bold;
    }

    .cont15 h5 {
        font-size: 30px;
        line-height: 36px;
        font-family: 'Roboto-Regular';
    }

.section43 {
    background: #DFF203;
}

.sub-heading8 {
    color: #440981;
    font-size: 24px;
    line-height: 24px;
    font-family: 'Roboto-Regular';
    font-weight: bold;
}

.section44 {
    background: url(../img/bg29.jpg) no-repeat center;
    background-size: cover;
}

.heading30 {
    font-family: 'Swiss721BT-RomanCondensed';
    font-size: 61px;
}

    .heading30 strong {
        font-family: 'Swiss721BT-BoldCondensed';
    }

.grid5 {
    width: 19%;
    display: table-cell;
    margin: 0 auto;
}

.cont16 h2 {
    font-size: 27px;
    line-height: 25px;
    color: #000;
    font-family: 'Roboto-Regular';
    position: relative;
    padding-bottom: 10px;
}

    .cont16 h2:before {
        position: absolute;
        content: "";
        left: 0;
        bottom: 0;
        width: 43px;
        height: 4px;
        background: #000;
    }

.cont16 p {
    font-size: 14px;
    line-height: 24px;
    font-family: 'Swiss721BT-Light';
}

.heading31 {
    font-size: 50px;
    line-height: 42px;
    color: #fff;
    font-family: 'Swiss721BT-Heavy';
    text-shadow: 1px 1px 5px rgba(0,0,0,0.22);
}

.heading32 {
    font-size: 50px;
    line-height: 42px;
    color: #fff;
    font-family: 'Swiss721BT-Roman';
    text-transform: uppercase;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.22);
}

.cont17 p {
    color: #000;
    font-size: 14px;
    line-height: 23px;
    font-family: 'Roboto-Regular';
}

.cont17 h6 {
    color: #000;
    font-size: 14px;
    line-height: 23px;
    font-family: 'Roboto-Regular';
    font-weight: bold;
    text-transform: uppercase;
}

.section45 {
    background: url(../img/bg30.jpg) no-repeat center;
    background-size: cover;
}

.heading33 {
    color: #37c0e1;
    font-family: 'Swiss721BT-Heavy';
}

.section46 {
    background: #FFF4D8;
}

.heading34 {
    color: #b50700;
    font-size: 72px;
    font-family: 'Alice-Regular';
    line-height: 72px;
    padding: 20px 0 40px;
}

.maroon {
    border-color: #b50700;
}

.section47 {
    background: #FFF227;
}

.cont18 {
    font-size: 15px;
    line-height: 24px;
    font-family: 'Roboto-Regular';
    color: #000000;
    background: #fff;
    padding: 10px;
}

    .cont18 h2 {
        color: #000000;
        font-size: 28px;
        line-height: 27px;
        font-family: 'Swiss721BT-BoldCondensed';
        text-transform: uppercase;
        background: #6FCFF7;
        padding: 10px 20px;
        display: inline-block;
    }

    .cont18 h3, .heading37 {
        color: #ea1777;
        font-size: 24px;
        line-height: 27px;
        font-family: 'Roboto-Regular';
        font-weight: bold;
        text-transform: uppercase;
        position: relative;
        display: inline-block;
    }

        .cont18 h3:before, .heading37:before {
            position: absolute;
            content: "";
            background: #ea1777;
            width: 180px;
            height: 1px;
            left: 0;
            margin-left: -200px;
            margin-top: 13px;
        }

        .cont18 h3:after, .heading37:after {
            position: absolute;
            content: "";
            background: #ea1777;
            width: 180px;
            height: 1px;
            right: 0;
            margin-right: -200px;
            margin-top: 13px;
        }

    .cont18 ul li, .sglist9 ul li {
        position: relative;
        padding-left: 15px;
    }

        .cont18 ul li:before, .sglist9 ul li:before {
            position: absolute;
            content: "";
            background: #ea1777;
            width: 7px;
            height: 7px;
            -moz-border-radius: 7px;
            -webkit-border-radius: 7px;
            -o-border-radius: 7px;
            border-radius: 7px;
            left: 0;
            margin-top: 8px;
        }

.pinklist ul li:before {
    background: #000;
}

.purplelist ul li:before {
    background: #7300AB;
}

.yellowlist ul li:before {
    background: #F8DE0B;
}

.bdr {
    border: 1px solid #000;
}

.bdr-pink {
    border: 1px solid #ea1777;
}

.bdr-red {
    border: 1px solid #e10000;
}

.bdr-white {
    border: 1px solid #fff;
}

.inner-cont18 {
    padding: 40px;
    overflow: hidden;
}

.blk-box2 {
    background: #000;
    padding: 20px;
    color: #fff;
    font-size: 22px;
    line-height: 27px;
    font-family: 'Roboto-Regular';
    max-width: 380px;
    margin: 1px;
}

    .blk-box2 strong {
        font-family: 'Roboto-Regular';
        font-weight: bold;
    }

.section48 {
    background: url(../img/bg31.jpg) no-repeat right;
    background-size: cover;
}

.heading35 {
    font-style: normal;
    color: #3e2929;
}

.heading36 {
    font-size: 23px;
    line-height: 21px;
    font-family: 'Roboto-Regular';
    font-weight: bold;
    padding: 10px;
    background: url(../img/heading-bg.png) no-repeat center;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin-top: -31px;
}

.red-bgimg {
    background: url(../img/heading-bg2.png) no-repeat center;
}

.white-bgimg {
    background: url(../img/heading-bg3.png) no-repeat center;
    color: #000;
}

.pink-table {
    background: #EA1776;
    border: 10px solid #CA0765;
    color: #fff;
    font-family: 'Roboto-Regular';
    font-size: 16px;
    padding: 15px 40px;
}

.red-table {
    background: #c02323;
    border: 10px solid #f34545;
    color: #fff;
    font-family: 'Roboto-Regular';
    font-size: 16px;
    padding: 15px 40px;
}

.yellow-table {
    background: #6fcff6;
    border: 10px solid #f8df0b;
    color: #000;
    font-family: 'Roboto-Regular';
}

.purple-table {
    background: #7300ab;
    border: 10px solid #62078e;
    color: #fff;
    font-family: 'Roboto-Regular';
    font-size: 16px;
    padding: 15px 40px;
}

.pink-table tr td {
    border-bottom: 1px solid #CA0765 !important;
    border-top: 0px !important;
}

.red-table tr td {
    border-bottom: 1px solid #f34545 !important;
    border-top: 0px !important;
}

.purple-table tr td {
    border-bottom: 1px solid #62078e !important;
    border-top: 0px !important;
}

.yellow-table tr td {
    border-bottom: 1px solid #69c6ec !important;
    border-top: 0px !important;
}

.pink-table tr:last-child td {
    border-bottom: 0px !important;
}

.yellow-table tr td:first-child {
    border-right: 1px solid #69c6ec !important;
}

.red-table tr td:first-child {
    border-right: 1px solid #f34545 !important;
}

.purple-table tr td:first-child {
    border-right: 1px solid #62078e !important;
}

.heading38 {
    font-size: 36px;
    line-height: 36px;
    color: #000000;
    font-family: 'Roboto-Regular';
    position: relative;
    padding-bottom: 10px;
}

    .heading38:before {
        position: absolute;
        content: "";
        background: #ea1777;
        width: 53px;
        height: 3px;
        left: 0;
        bottom: 0;
    }

.section49 {
    background: #EA1776;
}

.section50 {
    background: #1793E9;
}

.section51 {
    background: #6ED0F5;
}

.syllabus-table {
    padding: 30px;
    min-height: 460px;
}

    .syllabus-table h5 {
        background: #000;
        color: #fff;
        display: inline-block;
        padding: 5px 20px;
        font-family: 'Roboto-Regular';
        font-weight: bold;
        font-size: 26px;
        line-height: 36px;
        text-transform: uppercase;
    }

    .syllabus-table li {
        display: block;
        background: rgba(0,0,0,0.1);
        margin: 1px;
        padding: 5px;
    }

.syllabus-table2 {
    border-top: 8px solid #000;
}

    .syllabus-table2 ul li {
        background: none;
    }

.section52 {
    background: url(../img/bg32.jpg) no-repeat center;
    background-size: cover;
}

.ser-box5 {
    max-width: 375px;
}

.car-img2 {
    top: 0;
}

    .car-img2 img {
        max-width: 430px;
    }

.checkbox2 {
    color: #292929;
    font-size: 14px;
    line-height: 36px;
}

#appointmentday, #appointmentmonth, #appointmentyear {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url("../img/arrw3.png") no-repeat scroll 96% center / 12px auto;
}

.cont19 {
    background: none;
}

.section53 {
    background: url(../img/bg33.jpg) no-repeat center;
    background-size: cover;
}

.section54 {
    background: url(../img/bg34.jpg) no-repeat right;
    background-size: cover;
}

.section55 {
    background: #262626;
}

.section56 {
    background: #7300ab;
}

.section57 {
    background: url(../img/bg35.jpg) no-repeat right;
    background-size: cover;
}

.section58 {
    background: url(../img/bg2.png) no-repeat top;
}

.not-found {
    position: absolute;
    top: 170px;
    left: 0;
    right: 0;
    color: #fff;
    font-family: 'AlteDIN1451Mittelschriftgepraegt';
    font-size: 24px;
    max-width: 320px;
    margin: 0 auto;
}

.sub-txt8 {
    color: #f70840;
    font-size: 27px;
    line-height: 36px;
    font-family: 'Swiss721BT-Bold';
}

.academybanner img {
    min-height: 170px !important;
}

.effect1 * {
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.effect1:hover img {
    transform: scale(0.9);
}

.effect1:hover {
    color: inherit;
}

.top {
    background-color: #f2f2f2;
    bottom: 40px;
    color: #6a6a6a;
    display: none;
    position: fixed;
    right: 10px;
    font-size: 36px;
    width: 50px;
    height: 50px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
    line-height: 65px;
    -moz-box-shadow: 5px 5px 25px rgba(0,0,0,0.62);
    -webkit-box-shadow: 5px 5px 25px rgba(0,0,0,0.62);
    -o-box-shadow: 5px 5px 25px rgba(0,0,0,0.62);
    box-shadow: 5px 5px 25px rgba(0,0,0,0.62);
    z-index: 999;
}
.Whatsapphome {
    background-color: #f2f2f2;
    bottom: 40px;
    color: #6a6a6a;
    display: none;
    position: fixed;
    left: 10px;
   
    width: 55px;
    height: 55px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
   
    -moz-box-shadow: 5px 5px 25px rgba(0,0,0,0.62);
    -webkit-box-shadow: 5px 5px 25px rgba(0,0,0,0.62);
    -o-box-shadow: 5px 5px 25px rgba(0,0,0,0.62);
    box-shadow: 5px 5px 25px rgba(0,0,0,0.62);
    z-index: 999;
}

    .top:hover, .top:focus {
        color: #fff;
        background: #c8ad3f;
    }

/* ------ Common css --------- */
.mauto {
    margin: 0 auto;
}

.p0 {
    padding: 0;
}

.m0 {
    margin: 0;
}

.relative {
    position: relative;
}

.mobile {
    display: none;
}

.desktop {
    display: block;
}

.grid20 {
    width: 20%;
}

.bg1 {
    background: #fff;
}

.bg2 {
    background: #f7f8f8;
}

.color1 {
    color: #f25858 !important;
}

.color2 {
    color: #00abd5;
}

.white {
    color: #fff;
}

.red {
    color: #ff0000;
}

.zindex1 {
    z-index: 1;
}

.zindex9 {
    z-index: 9;
}

.pt10 {
    padding-top: 10px;
}

.pt20 {
    padding-top: 20px;
}

.pt30 {
    padding-top: 30px;
}

.pt40 {
    padding-top: 40px;
}

.pt50 {
    padding-top: 50px;
}

.pt60 {
    padding-top: 60px;
}

.pt70 {
    padding-top: 70px;
}

.pt80 {
    padding-top: 80px;
}

.pt90 {
    padding-top: 90px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb30 {
    padding-bottom: 30px;
}

.pb40 {
    padding-bottom: 40px;
}

.pb50 {
    padding-bottom: 50px;
}

.pb60 {
    padding-bottom: 60px;
}

.pb70 {
    padding-bottom: 70px;
}

.pb80 {
    padding-bottom: 80px;
}

.pb90 {
    padding-bottom: 90px;
}

.pl10 {
    padding-left: 10px;
}

.pl20 {
    padding-left: 20px;
}

.pl25 {
    padding-left: 25px;
}

.pl30 {
    padding-left: 30px;
}

.pl40 {
    padding-left: 40px;
}

.pl50 {
    padding-left: 50px;
}

.pl60 {
    padding-left: 60px;
}

.pl70 {
    padding-left: 70px;
}

.pl80 {
    padding-left: 80px;
}

.pl90 {
    padding-left: 90px;
}

.pr10 {
    padding-right: 10px;
}

.pr20 {
    padding-right: 20px;
}

.pr30 {
    padding-right: 30px;
}

.pr40 {
    padding-right: 40px;
}

.pr50 {
    padding-right: 50px;
}

.pr60 {
    padding-right: 60px;
}

.pr70 {
    padding-right: 70px;
}

.pr80 {
    padding-right: 80px;
}

.pr90 {
    padding-right: 90px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mt60 {
    margin-top: 60px;
}

.mt70 {
    margin-top: 70px;
}

.mt80 {
    margin-top: 80px;
}

.mt90 {
    margin-top: 90px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb70 {
    margin-bottom: 70px;
}

.mb80 {
    margin-bottom: 80px;
}

.mb90 {
    margin-bottom: 90px;
}

.mb120 {
    margin-bottom: 120px;
}

.ml10 {
    margin-left: 10px;
}

.ml20 {
    margin-left: 20px;
}

.ml25 {
    margin-left: 25px;
}

.ml30 {
    margin-left: 30px;
}

.ml40 {
    margin-left: 40px;
}

.ml50 {
    margin-left: 50px;
}

.ml60 {
    margin-left: 60px;
}

.ml70 {
    margin-left: 70px;
}

.ml80 {
    margin-left: 80px;
}

.ml90 {
    margin-left: 90px;
}

.mr10 {
    margin-right: 10px;
}

.mr20 {
    margin-right: 20px;
}

.mr30 {
    margin-right: 30px;
}

.mr40 {
    margin-right: 40px;
}

.mr50 {
    margin-right: 50px;
}

.mr60 {
    margin-right: 60px;
}

.mr70 {
    margin-right: 70px;
}

.mr80 {
    margin-right: 80px;
}

.mr90 {
    margin-right: 90px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.overflow {
    overflow: hidden;
}

.relative {
    position: relative;
}

.normal {
    font-style: normal !important;
}

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

.font24 {
    font-size: 24px;
}

.font30 {
    font-size: 30px;
}

.font45 {
    font-size: 45px;
}

.font17 {
    font-size: 17px;
}

.font27 {
    font-size: 27px;
}

.blackfont {
    color: #000;
}

.pinkfont {
    color: #ea1777;
}

.whitefont {
    color: #fff;
}

.redfont {
    color: #e10000;
}

.goldenfont {
    color: #ebc403;
}

.purplefont {
    color: #7300AB;
}

.yellowfont {
    color: #fff600 !important;
}

.-mt90 {
    margin-top: -90px;
}

.-mt58 {
    margin-top: -58px;
}

.-mt20 {
    margin-top: -20px;
}

.-ml80 {
    margin-left: -80px;
}

.-ml3 {
    margin-left: -3px;
}

.-mr5 {
    margin-right: -5px;
}

.vk-breadcrumb {
    text-align:center;
    padding:10px 0;
}
.vk-item {
    display:inline-block;
    text-transform:capitalize;
}
    .vk-item a {
        color:black;
    }
        .vk-item a:hover {
            color:#c8ad3f;
        }
.vk-active {
    color:#c8ad3f;
}
.right-arrow {
    background-image: url(../img/right-arrw.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 10px;
    width: 10px;
    right: 50px;
    margin:0 5px;
    display: inline-block;
}

@media only screen and (max-width: 1255px) {
    .navbar {
        height: 70px !important;
    }

    .navbar-header {
        float: none;
        text-align: center;
        margin: 0 auto;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
        float: left;
        margin-right: 0px;
        position: absolute;
        left: 0;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
        -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
        -o-box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
        top: 70px;
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .collapse.in {
        display: block !important;
    }

    .navbar-toggle {
        padding: 12px;
    }

        .navbar-toggle .icon-bar {
            background-color: #fff;
        }

    .navbar-collapse {
        background-color: #212529;
        color: #fff;
        left: 0;
        margin-left: 0px !important;
    }

    .nav > li {
        padding: 0;
        border-top: 1px solid rgba(255,255,255,0.1);
        background: none;
    }

        .nav > li > a {
            color: #fff;
            padding: 10px 20px;
        }

            .nav > li > a:after, .nav > li > a:before, .nav > li:after {
                display: none;
            }

            .nav > li > a:hover, .nav > li > a:focus, .nav > li.active > a, .dropdown-menu > li.active > a, .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .black-area .dropdown-menu > .active > a, .black-area .dropdown-menu > .active > a:focus, .black-area .dropdown-menu > .active > a:hover {
                color: #c8ad3f;
                -moz-border-radius: 0px;
                -webkit-border-radius: 0px;
                -o-border-radius: 0px;
                border-radius: 0px;
                background: none;
            }

    .navbar-nav {
        margin: 0px;
    }

    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: 15px;
    }

    .navbar {
        position: relative;
    }

    .collapse.in, .collapsing {
        display: block !important;
        overflow: hidden;
        position: absolute;
        width: 100%;
        z-index: 99999;
    }

    .social {
        display: none;
    }

    .t_img > img {
        max-width: 420px;
    }

    .tlime2 .t_img {
        margin-left: -410px;
    }

    .black-area .branch-nav ul li::before, .black-area .branch-nav ul li::after {
        background-color: #010000;
    }

    .black-area .branch-nav ul li {
        color: #010000;
    }

    .dropdown-menu {
        position: relative;
        width: 100%;
        background: #212529;
    }

        .dropdown-menu li {
            display: block;
            padding-left: 30px;
            border-top: 1px solid rgba(255, 255, 255, 0.1);
        }

            .dropdown-menu li a, .black-area .dropdown-menu li a {
                padding: 6px;
                color: #fff;
            }

        .dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover, .dropdown-menu > li:hover > a {
            padding: 6px;
            color: #c8ad3f !important;
            background: none;
        }

    .navbar-right .dropdown-menu li > .dropdown-menu {
        left: 0;
    }

    .navbar-brand > img {
        width: auto !important;
        max-width: 100%;
        margin: 0 auto;
        height: auto;
    }

    .navbar-brand {
        float: none;
    }
}

@media only screen and (max-width: 1200px) {
    .container {
        width: 98%;
    }

    .awd1 h5, .awd2 h5 {
        font-size: 40px;
    }

    .cont11 {
        padding: 50px 140px 50px 70px;
    }
}

@media only screen and (max-width: 1000px) {
    .bg-img2 {
        position: relative;
        padding-top: 50px;
    }

    .bg-img3 {
        position: relative;
        padding-top: 50px;
    }

    .pl50.cont7 {
        padding-left: 15px;
    }

    #myCarousel .sg-caption {
        left: 10%;
        top: 38%;
    }

    #myCarousel .sg-caption2 {
        right: 10%;
        top: 34%;
    }

    .praise {
        position: relative;
        max-width: 300px;
        margin-bottom: 30px;
    }

    .mobile {
        display: block;
    }

    .desktop {
        display: none;
    }

    .achieve-sec {
        max-width: 550px;
        margin: 20px auto;
    }

    .cont2 {
        font-size: 36px;
    }

    .img-cap {
        left: 8%;
        top: 30%;
    }

    .section15 .text-right, .section15 .text-left {
        text-align: center;
    }

    h3.plan {
        padding: 20px 0;
        margin-bottom: 0;
    }

    .pr50 {
        padding-right: 15px;
    }

    .cont11 {
        padding: 30px 50px;
    }

    .img-abs {
        position: relative;
        text-align: center;
        margin-top: -35px;
    }

        .img-abs img {
            max-width: 320px;
            width: auto;
            height: auto;
        }
}

@media only screen and (max-width: 1070px) {
    .heading28 {
        font-size: 48px;
    }

    .mt60 {
        margin-top: 40px;
    }

    .mb60 {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 991px) {
    .section5 {
        /* background-image: url("../img/mbg4.jpg"); */
        background-position: center;
        text-align: center;
    }

    .CTC {
        float: none;
        width: 100%;
        margin-top: 0px;
    }
}

@media only screen and (max-width: 990px) {
    .section25 {
        background: #F8DF0B;
        margin-top: 0px;
        padding: 50px 0;
    }

    .section45 .text-left, .section45 .text-right {
        text-align: center;
    }

    .blk-box2 {
        margin: 1px auto;
    }

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

    .m-left {
        text-align: left;
    }

    .vid-box {
        margin: 20px 0 0;
        max-width: 320px;
    }
}

@media only screen and (max-width: 950px) {
    .time-line {
        background: none;
        width: 100%;
    }

    .year {
        background: #fcd23e;
        font-size: 36px;
        line-height: 42px;
        padding: 10px;
        text-align: left;
        margin: -30px -30px 20px -30px;
    }

    .t_img, .t_text {
        position: relative;
    }

    .tlime1 .t_img, .tlime2 .t_img, .tlime3 .t_img, .tlime4 .t_img, .tlime1 .t_text, .tlime2 .t_text {
        margin: 0 0 30px 0;
    }

    .t_text {
        max-width: 100%;
        text-align: left;
    }

    .time-line .mb90, .time-line .mb120 {
        margin-bottom: 30px;
    }

    .t_img > img {
        max-width: 100%;
        width: auto;
    }

    .tlime1, .tlime2 {
        background: #f1f1f1 none repeat scroll 0 0;
        padding: 30px;
    }

    .abt-img2 {
        float: none;
        margin: 0;
        padding-bottom: 30px;
        padding-right: 0;
    }

    .cont12 {
        margin-left: 0;
    }
}

@media only screen and (max-width: 768px) {
    .copyright, .creditby {
        text-align: center;
    }

    .navbar-brand img {
        width: 80%;
        margin-top: 4px;
    }

    .sg-caption, .sg-caption2 {
        display: none;
    }

    .shp1, .shp2, .shp3 {
        display: none;
    }

    .abt-img {
        float: none;
        margin: 0;
        padding-bottom: 30px;
    }

    .abt-wrap1 {
        text-align: center;
        margin: 0;
        padding: 30px;
    }

    .section7 {
        padding: 30px 0;
    }

    .buss-img img {
        margin-bottom: 30px;
    }

    .section12 {
        margin-right: 30px;
    }

    .heading5 h2:before, .heading5 h2:after, .heading6 h2:before, .heading6 h2:after {
        display: none;
    }

    .img-cap p {
        display: none;
    }

    .cont5a {
        float: none;
        width: 100%;
    }

        .cont5a h4 {
            border-bottom: 7px solid #72cee5;
            border-right: 0px;
            display: inline-block;
            padding-bottom: 10px;
        }

    .cont5b {
        float: none;
        width: 100%;
        padding-left: 0px;
    }

    .cont4.text-right {
        margin-left: 0;
        text-align: center;
    }

    .section9 .cont4 {
        text-align: center;
    }

    .span5 {
        width: 33.33%;
    }

    .heading22.pt90 {
        padding-top: 0px;
    }

    .heading22.pb90 {
        padding-bottom: 0px;
    }

    .img-abs img {
        max-width: 100%;
    }

    .dir-arrw:after, .dir-arrw2:after, .heading24::before, .heading24::after {
        display: none;
    }

    .cont14 {
        text-align: center;
    }

    .grid5 {
        width: 32%;
        display: inline-block;
    }

    .maroon.mt50 {
        margin-top: 0px;
    }

    .heading34 {
        font-size: 42px;
        line-height: 42px;
        padding: 10px 0 20px;
    }

    .syllabus-table {
        min-height: inherit;
    }

    #myCarousel .carousel-control .glyphicon-chevron-right {
        right: 0;
    }

    #myCarousel .carousel-control .glyphicon-chevron-left {
        left: 15px;
    }

    .not-found {
        position: relative;
        top: 0px;
        padding: 50px 0;
    }

    .section30 {
        padding-top: 0px;
        padding-bottom: 40px;
        background: #D5CFBF;
    }

    .section48 {
        padding: 0px;
    }

        .section48 .pt60, .section53 .pt60 {
            padding-top: 0px;
        }

        .section48 .pb60, .section53 .pb60 {
            padding-bottom: 30px;
        }

    .section53 {
        background: #130F10;
        padding: 0;
    }

    .section37 {
        background: #191B28;
        padding: 0 0 30px;
    }

    .heading2, .heading1-left, .vids-wrap {
        text-align: center;
    }

        .heading2::after, .heading1-left::after {
            right: 0;
            margin: 0 auto;
        }
}

@media only screen and (max-width: 650px) {
    .bg-img {
        margin-top: -75px;
    }

    .abt-wrap2 h4::after {
        bottom: -10px;
        left: 0px;
    }

    .abt-wrap2 {
        padding: 30px;
    }
}

@media only screen and (max-width: 600px) {
    .bg-img {
        margin-top: -60px;
    }

    .img-cap h1 {
        font-size: 50px;
    }

    .heading22 {
        font-size: 36px;
    }

    .heading23 {
        font-size: 38px;
    }

    .sub-heading4 {
        font-size: 26px;
    }

    .heading31, .heading32 {
        font-size: 42px;
    }

    .inner-cont18 {
        padding: 20px 10px;
    }

    .section48 {
        padding: 20px 0 0;
    }
}

@media only screen and (max-width: 480px) {
    .branch-nav, .bk-btn {
        display: none;
    }

    .heading13 {
        font-size: 72px;
    }

    .cont6 {
        padding: 20px 5px;
    }

    .news-letter input[type="text"], .news-letter input[type="email"] {
        display: block;
        margin: 5px auto;
    }

    .span5 {
        width: 50%;
    }

    .cont12 {
        padding: 15px;
    }

    .heading27 {
        font-size: 17px;
        padding: 15px 60px 15px 30px;
    }

    .grid5 {
        width: 49%;
    }

    .lb-nav a.lb-next {
        margin-right: 0px;
    }

    .lb-nav a.lb-prev {
        margin-left: 0px;
    }

    .lb-data .lb-close {
        margin-right: -5px;
    }
}

@media only screen and (max-width: 420px) {
    .navbar-brand img {
        width: 240px !important;
        margin-top: 8px;
    }

    .cont2 {
        font-size: 30px;
    }

        .cont2 img {
            max-width: 60px;
            margin-right: 10px;
        }

    .img-cap {
        top: 15%;
        left: 5%;
    }

        .img-cap h1 {
            font-size: 36px;
            line-height: 36px;
        }

        .img-cap h3 {
            font-size: 16px;
            line-height: 22px;
        }

            .img-cap h3:after {
                display: none;
            }

    .heading22 {
        font-size: 28px;
        line-height: 36px;
    }

    .heading27:before {
        display: none;
    }

    .heading22 span::before {
        display: none;
    }
}

@media only screen and (max-width: 380px) {
    .banner > img {
        min-height: 200px;
    }

    .banner > img {
        min-height: auto;
    }

    .heading28 {
        font-size: 42px;
    }

    .heading-bar {
        padding-bottom: 0;
    }

        .heading-bar:before {
            display: none;
        }

    .grid5 {
        width: 100%;
    }
}

@media only screen and (max-width: 350px) {
    .bg-img {
        margin-top: -55px;
    }

    .cont2 img {
        max-width: 50px;
    }

    .span5 {
        width: 100%;
        text-align: center;
    }

    .overlay {
        font-size: 18px;
    }
}
