@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/SegoeUI.eot');
    src: url('../fonts/SegoeUI.eot?#iefix') format('embedded-opentype'), url('../fonts/SegoeUI.woff2') format('woff2'), url('../fonts/SegoeUI.woff') format('woff'), url('../fonts/SegoeUI.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/SegoeUI-Light.eot');
    src: url('../fonts/SegoeUI-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/SegoeUI-Light.woff2') format('woff2'), url('../fonts/SegoeUI-Light.woff') format('woff'), url('../fonts/SegoeUI-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: 'Segoe UI';
}

a, a:link, a:visited, a:active, a:hover, button, input, select, textarea, i {
    text-decoration: none;
    outline: none;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

input, select, textarea {
    width: 100%;
    outline: none;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

    input:focus, select:focus, textarea:focus {
        outline: none;
        box-shadow: none;
    }

img {
    max-width: 100%;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.container-fluid {
    padding-left: 30px;
    padding-right: 30px;
}

.container {
    width: 1300px;
}

header {
    padding: 15px 0;
}

.logo a {
    font-size: 22px;
    color: #045f35;
    text-transform: capitalize;
}

.logo img {
    margin-right: 10px;
}

.navbar-collapse {
    padding: 0;
    box-shadow: 0px 15px 10px -15px #111;
    position: relative;
    z-index: 1;
}

.navbar {
    min-height: auto;
    margin-bottom: 0;
}

.top_right {
    float: right;
    margin-top: 25px;
}

.otherlink {
    float: left;
    margin-right: 15px;
}

    .otherlink a {
        font-size: 15px;
        color: #000;
        margin-left: 15px;
    }

        .otherlink a:hover {
            color: #b9975b;
        }

        .otherlink a img {
            margin-right: 8px;
            vertical-align: bottom;
        }

.follow_us {
    padding-left: 15px;
    border-left: 1px solid #ded6c5;
    float: left;
}

    .follow_us span {
        font-size: 16px;
    }

    .follow_us a {
        color: #045f35;
        margin-left: 20px;
        font-size: 18px;
        vertical-align: middle;
    }

        .follow_us a:hover {
            color: #b9975b;
        }

/*======================================================= Menu Css =======================================================*/


.search_div {
    float: right;
    position: relative;
    border-left: 1px solid #a58c5130;
    padding-left: 25px;
    padding-right: 30px;
    width: 250px;
}

    .search_div input {
        border: none;
        height: 50px;
        font-size: 16px;
        color: #000;
    }

    .search_div i {
        position: absolute;
        top: 15px;
        right: 10px;
        cursor: pointer;
        color: #b9975b;
        font-size: 18px;
    }

.navbar-default {
    background: none;
    border: none;
    border-top: 1px solid #a58c5130;
}

    .navbar-default .navbar-nav > li > a {
        color: #000000;
        font-size: 19px;
        /*text-transform: capitalize;*/
        border-bottom: 3px solid #fff;
        padding: 14px 21px;
    }

        .navbar-default .navbar-nav > li > a.active,
        .navbar-default .navbar-nav > li > a:hover,
        .dropdown.open a.dropdown-toggle {
            border-bottom: 3px solid #b9975b;
        }

.navbar-nav > li {
    position: inherit;
}

.dropdown-menu {
    min-width: inherit;
    width: 100%;
    border: none;
    z-index: 11;
    border-radius: 0px;
}

.dropdown-menu {
    padding: 25px 15px;
    /*box-shadow: 0px 5px 10px 0px #000;*/
    box-shadow: none;
}

    .dropdown-menu img {
        width: 100%;
    }

.sub_ul li {
    width: 25%;
    float: left;
    padding: 0 20px 0 0;
}

    .sub_ul li img {
        width: 100%;
        border-radius: 5px;
    }

    .sub_ul li a {
        padding: 0;
    }

    .sub_ul li span.title {
        font-size: 19px;
        color: #00462e;
        /*text-transform: capitalize;*/
        margin-bottom: 25px;
        display: block;
    }

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
    color: #000000;
}
/*==============================================  Academics Dropdown Css  ====================================================*/
.college {
    list-style: none;
    padding: 0;
}

    .college li {
        float: none;
        width: 100%;
        margin-bottom: 15px;
    }

        .college li a {
            font-size: 19px;
            color: #444444;
            padding-left: 20px;
            position: relative;
        }

            .college li a:before {
                content: "\f111";
                font-family: fontawesome;
                position: absolute;
                top: 0;
                left: 0;
                font-size: 16px;
                color: #b9975b;
            }
/*==============================================  Who We Are Dropdown Css  ====================================================*/
.WhoWeAre_tab {
    border: none;
}

.nav-tabs > li {
    float: none;
    margin-bottom: 15px;
}

    .nav-tabs > li.active > a,
    .nav-tabs > li.active > a:hover,
    .nav-tabs > li.active > a:focus {
        border: none;
    }

.WhoWeAre_tab li a {
    font-size: 19px;
    color: #444444;
    padding: 0;
    padding-left: 30px;
    position: relative;
}

    .WhoWeAre_tab li a:before {
        content: "\f111";
        font-family: fontawesome;
        position: absolute;
        top: 4px;
        left: 0;
        font-size: 14px;
        color: #b9975b;
    }

.nav-tabs > li > a {
    border: none;
}

    .nav-tabs > li > a:hover {
        border: none;
    }

.nav > li > a:hover,
.nav > li > a:focus {
    background: none;
}

#home img {
    width: 100%;
}

#home span,
#News span {
    font-size: 19px;
    color: #00462e;
    /*text-transform: capitalize;*/
    margin-bottom: 15px;
    display: block;
}

#home p {
    font-size: 15px;
    color: #444;
    line-height: 26px;
}

.nav-tabs button {
    border: none;
    background: #00462e;
    color: #fff;
    padding: 8px 35px;
    border-radius: 50px;
    font-size: 18px;
}

#owl-example .owl-dots,
#Calendar_slider .owl-dots {
    position: absolute;
    top: -30px;
    right: 0;
}

#owl-example .owl-dot,
#Calendar_slider .owl-dot {
    display: inline-block;
    margin: 0 5px;
}

    #owl-example .owl-dot span,
    #Calendar_slider .owl-dot span {
        display: inline-block;
        height: 10px;
        width: 10px;
        background: #00462e;
        border-radius: 50%;
    }

    #owl-example .owl-dot.active span,
    #Calendar_slider .owl-dot.active span {
        background: #b9975b;
    }

#owl-example .owl-item,
#Calendar_slider .owl-item {
    padding: 0 15px 0 0;
}

.news_box .new_img {
    width: 90px;
    float: left;
    margin: 0 10px 15px 0;
}

    .news_box .new_img img {
        height: 80px;
    }

    .news_box .new_img img {
        border-radius: 10px;
    }

.news_box .new_contant {
    float: right;
    width: 60%;
}

.news_box aside {
    display: block;
    height: 25px;
    overflow: hidden;
    color: #333;
}

.Calendar_box:before {
    content: url(../img/cal-huk.png);
    position: absolute;
    top: -16px;
    left: 50px;
}

.Calendar_box:after {
    content: url(../img/cal-huk.png);
    position: absolute;
    top: -16px;
    right: 50px;
}

.Calendar_box {
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    text-align: center;
    padding-top: 15px;
    margin-top: 15px;
    position: relative;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

    .Calendar_box:hover {
        box-shadow: 7px 9px #e3e3e3;
    }

    .Calendar_box img {
        width: auto !important;
        display: inline-block !important;
    }

.cal_date {
    background: #b9975b;
    color: #fff;
    font-size: 18px;
    padding: 5px;
    border-radius: 0 0 10px 10px;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.Calendar_box big,
.Calendar_box b {
    font-size: 30px;
    border-bottom: 1px solid;
    color: #333333;
    font-weight: normal;
}

.Calendar_box span {
    margin-bottom: 0;
}

/*======================================================= Slider Css =======================================================*/

div#slideshow-banner {
    position: relative;
    min-height: 700px;
    overflow: hidden;
}

.caption {
    font-size: 30px;
    color: #fff;
    background: #00000090;
    position: absolute;
    z-index: 1;
    bottom: 50px;
    left: 0;
    right: 0;
    width: 35%;
    border-radius: 50px;
    padding: 15px 0;
    margin: auto;
    text-align: center;
}


/*======================================================= School detail Css =======================================================*/


.school_detail {
    padding: 50px 0;
}

.Welcome_box_img {
    position: relative;
    min-height: 650px;
    padding-top: 230px;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

    .Welcome_box_img img {
        width: 100%;
    }

.Welcome_box {
    text-align: center;
    background: #f5f5f5;
    padding: 40px;
    border-bottom: 3px solid #b9975b;
    position: absolute;
    top: 0;
    width: 100%;
    height: 35%;
    box-shadow: 0 0 5px #888;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.Welcome_box_img:hover .Welcome_box {
    height: 100%;
}

.Welcome_box img {
    width: auto;
}

.Welcome_box span {
    display: block;
    font-size: 30px;
    color: #045f35;
    text-transform: capitalize;
    margin-top: 20px;
}

.Welcome_box .down_arrow {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -25px;
    margin: auto;
    width: auto;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.Welcome_box p {
    opacity: 0;
    font-size: 16px;
    margin-top: 25px;
    line-height: 26px;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}


.Welcome_box_img:hover .Welcome_box p {
    opacity: 1;
}

.Welcome_box_img:hover .down_arrow {
    transform: rotate(180deg);
}

.school_img {
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    overflow: hidden;
}

    .school_img img {
        width: 100%;
    }

.school_box:hover .school_img img {
    transform: scale(1.1);
}

.school_contant {
    text-align: center;
    padding: 20px;
    box-shadow: 0 0 7px #00000021;
    color: #000;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

    .school_contant p {
        font-size: 22px;
        margin: 20px 0 30px 0;
    }

    .school_contant a {
        font-size: 18px;
        color: #045f35;
        border: 2px solid #ba9e5c;
        border-radius: 50px;
        padding: 8px 20px;
        display: inline-block;
    }

        .school_contant a:hover {
            box-shadow: 0 8px 20px 0 rgba(0,0,0,.10);
            transform: translateY(-2px);
            text-shadow: none !important;
        }

.school_box:hover .school_contant {
    background: #045f35;
    color: #fff;
}

    .school_box:hover .school_contant a {
        color: #fff;
    }

/*======================================================= School Programmes  Css =======================================================*/

.School_Programmes {
    background: #f9f9f9;
    overflow-x: hidden;
}

.School_Programmes_contant span {
    font-size: 30px;
    color: #045f35;
    text-transform: capitalize;
    margin-bottom: 30px;
    display: block;
}

ul#tabs {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    display: inline-block;
    width: 100%;
}

    ul#tabs li {
        float: left;
        text-align: center;
        width: 20%;
    }

        ul#tabs li img {
            display: block;
            margin: 0 auto 15px auto;
            border: 3px solid #c2c2c2;
            border-radius: 50%;
            width: 60px;
            height: 60px;
        }

        ul#tabs li.active img {
            border: 3px solid #7a7a7a;
        }

        ul#tabs li a {
            cursor: pointer;
            font-size: 16px;
            color: #000;
        }

        ul#tabs li.active a {
            color: #045f35;
            font-weight: bold;
        }

ul#tabs-container {
    padding: 15px;
    background: #fff;
}

.School_Programmes_contant {
    float: left;
    width: 50%;
    padding: 30px;
}

.School_Programmes_image {
    float: right;
    width: 50%;
    position: relative;
}

.side_arrow {
    position: absolute;
    height: 110px;
    z-index: 1;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
}

.School_Programmes h3 {
    font-size: 18px;
    color: #b9975b;
    margin-bottom: 20px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.School_Programmes p {
    font-size: 16px;
    color: #000;
    line-height: 26px;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.School_Programmes h4 {
    font-size: 18px;
    color: #b9975b;
    margin-bottom: 20px;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.School_Programmes img {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

#tabs-container {
    background: #fff;
    padding: 15px;
    overflow: hidden;
}

#tabs-container-2 ul {
    display: inline-block;
    width: 100%;
    text-align: right;
    margin: 0;
}

#tabs-container-2 li {
    float: left;
    width: 50%;
}

    #tabs-container-2 li img {
        width: 100%;
        height: 448px;
    }

    #tabs-container-2 li:last-child {
        background: #045f35;
        text-align: center;
        color: #fff;
        font-size: 30px;
        padding: 128px 0;
    }

        #tabs-container-2 li:last-child p {
            color: #fff;
            font-size: 30px;
        }

        #tabs-container-2 li:last-child img {
            width: auto;
            margin: 35px 0;
            height: auto;
        }





/*-------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------JAYESH CSS ----------------------------------------------*/
.two_slider_owl .owl-item img {
    width: auto;
}

.slider_box {
    display: block;
    color: #000;
    margin-bottom: 20px;
}

    .slider_box:last-child {
        margin-bottom: 0;
    }

    .slider_box:hover, .slider_box:focus {
        color: #000;
    }

    .slider_box .slider_img_div {
        float: left;
        position: relative;
        overflow: hidden;
        border-radius: 10px;
        margin-right: 15px;
        width: 150px;
        height: 133px;
    }

        .slider_box .slider_img_div img {
            width: 100%;
            height: 100%;
        }

        .slider_box .slider_img_div .overlay {
            position: absolute;
            left: -300px;
            top: 0;
            bottom: 0;
            width: 100%;
            background: rgba(4,95,53,.85);
            color: #fff;
            text-align: center;
            text-transform: capitalize;
            font-size: 16px;
            -moz-transition: all 400ms ease-in-out;
            -webkit-transition: all 400ms ease-in-out;
            transition: all 400ms ease-in-out;
        }

            .slider_box .slider_img_div .overlay img {
                width: auto;
                height: auto;
            }

    .slider_box:hover .overlay {
        left: 0;
    }

    .slider_box .slider_img_div .overlay img {
        display: block;
        margin: auto;
        margin-top: 40px;
        margin-bottom: 10px;
    }

.slider_img_content {
    padding-top: 10px;
    min-height: 133px;
}

    .slider_img_content span {
        font-size: 20px;
        color: #045f35;
        display: block;
        height: 30px;
        overflow: hidden;
    }

    .slider_img_content p {
        font-size: 16px;
        height: 45px;
        overflow: hidden;
    }

.two_slider_owl .slider_img_content date {
    color: #444444;
    margin: 10px 0;
    display: block;
}

    .two_slider_owl .slider_img_content date img {
        display: inline-block;
        position: relative;
        top: -2px;
    }

.two_slider {
    position: relative;
}

.two_sec {
    padding: 60px 0;
}

    .two_sec .head_ding {
        font-size: 30px;
        color: #045f35;
        text-transform: capitalize;
        margin-bottom: 30px;
        display: block;
    }

.tabination {
    margin-top: 30px;
}

.main_tab_slider_div {
    border: 1px solid #e1e1e1;
    padding: 20px;
}

    .main_tab_slider_div h3 {
        font-size: 18px;
        color: #045f35;
        padding: 0 10px;
        height: 40px;
    }

    .main_tab_slider_div .Calendar_box {
        margin: 35px 0 10px 0;
    }

        .main_tab_slider_div .Calendar_box:hover .cal_date {
            background: #045f35;
            color: #fff;
        }

.customNavigation {
    position: absolute;
    z-index: 11;
    right: 0;
    top: -45px;
}

    .customNavigation a {
        display: inline-block;
        margin-left: 20px;
        background: #fff;
        cursor: pointer;
        border-radius: 50%;
        height: 50px;
        width: 50px;
        border: 1px solid #e1e1e1;
        line-height: 45px;
        text-align: center;
    }

.tabination .nav-tabs li {
    display: inline-block;
    float: left;
    text-align: center;
}

.tabination .nav-tabs a {
    display: inline-block;
    background: #fff;
    cursor: pointer;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    border: 1px solid #e1e1e1;
    line-height: 45px;
    text-align: center;
    padding: 0;
    margin: 0;
}

    .tabination .nav-tabs a:hover {
        border: 1px solid #e1e1e1;
    }

.tabination .nav-tabs li.active a {
    border: 4px double #b9975b;
}

    .tabination .nav-tabs li.active a img {
        margin-top: -7px;
    }

.tabination .nav-tabs li span {
    display: none;
    margin-top: 7px;
    color: #045f35;
}

.tabination .nav-tabs li.active span {
    display: block;
}

.tabination .nav-tabs {
    border: none;
    float: right;
    margin-top: -75px;
}

    .tabination .nav-tabs li {
        margin: 0;
        margin-right: 20px;
    }
/*-------------------------------------------------------------------------------------------------------*/
.video_div, .video_div ul {
    position: relative;
    margin: 0;
}

    .video_div ul::after {
        content: "";
        display: table;
        clear: both;
    }

    .video_div li {
        float: left;
        width: 20%;
        overflow: hidden;
    }

        .video_div li img {
            height: 240px;
        }

            .video_div li img:hover {
                transform: scale(1.1);
            }

.green_div {
    background: #045f35;
    color: #fff;
    padding: 20px 0;
}

.owl-carousel .owl-item .watch_link img {
    width: auto;
    display: block;
    margin: 30px auto 10px;
}

.watch_link {
    float: left;
    height: 150px;
    background: #fff;
    margin-right: 20px;
    margin-bottom: -30px;
    margin-top: -30px;
    position: relative;
    border: 10px solid #b9975b;
    width: 150px;
    border-radius: 50%;
    text-align: center;
    color: #00462e;
    font-size: 16px;
    box-shadow: 0 0 20px rgba(0,0,0,.30);
}

.video_content strong {
    font-size: 30px;
    display: block;
    font-style: italic;
    margin-bottom: 15px;
    font-weight: 500;
}

.video_content span {
    font-size: 20px;
}

.video_owl .owl-stage {
    padding-bottom: 20px;
}

.green_div .container {
    position: relative;
}

.video_owl .owl-nav {
    position: absolute;
    right: 30px;
    bottom: 45px;
    z-index: 10;
    color: #fff;
}

    .video_owl .owl-nav .owl-prev {
        display: none;
    }

    .video_owl .owl-nav button.owl-next {
        height: 80px;
        width: 40px;
        border: 2px solid #b9975b;
        line-height: 0;
        background: #045f35;
        border-radius: 30px;
    }

    .video_owl .owl-nav .owl-next span {
        font-size: 60px;
    }
/*-------------------------------------------------------------------------------------------------------*/
.student_ani_sec {
    padding: 40px 0 60px 0;
}

.pad_r {
    padding-right: 0;
}

.pad_l {
    padding-left: 0;
}

.join_div {
    background: #f9f9f9 url(../img/join_bg.jpg) no-repeat;
    text-align: center;
    min-height: 306px;
    padding-top: 30%;
}

.students_div {
    box-shadow: 0 0 8px rgba(0,0,0,.25);
}

.join_div span {
    font-size: 30px;
    display: block;
}

    .join_div span b {
        font-size: 35px;
        color: #000;
        font-weight: normal;
    }

.join_div a {
    display: inline-block;
    background: #045f35;
    color: #fff;
    padding: 8px 20px;
    border-radius: 30px;
    margin-top: 30px;
}

    .join_div a:hover {
        box-shadow: 0 8px 20px 0 rgba(0,0,0,.10);
        transform: translateY(-2px);
        text-shadow: none !important;
    }

.ri-grid {
    position: relative;
    height: auto;
}

    .ri-grid ul {
        list-style: none;
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
        min-height: 306px;
    }

        .ri-grid ul:before,
        .ri-grid ul:after {
            content: '';
            display: table;
        }

        .ri-grid ul:after {
            clear: both;
        }

    .ri-grid ul {
        zoom: 1;
    }

        .ri-grid ul li {
            -webkit-perspective: 400px;
            -moz-perspective: 400px;
            -o-perspective: 400px;
            -ms-perspective: 400px;
            perspective: 400px;
            margin: 0;
            padding: 0;
            float: left;
            position: relative;
            display: block;
            overflow: hidden;
            background: #000;
            width: 123px !important;
            height: 100px !important;
        }

            .ri-grid ul li a {
                display: block;
                outline: none;
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                -webkit-backface-visibility: hidden;
                -moz-backface-visibility: hidden;
                -o-backface-visibility: hidden;
                -ms-backface-visibility: hidden;
                backface-visibility: hidden;
                -webkit-transform-style: preserve-3d;
                -moz-transform-style: preserve-3d;
                -o-transform-style: preserve-3d;
                -ms-transform-style: preserve-3d;
                transform-style: preserve-3d;
                -webkit-background-size: 100% 100%;
                -moz-background-size: 100% 100%;
                background-size: 100% 100%;
                background-position: center center;
                background-repeat: no-repeat;
                background-color: #333;
                -webkit-box-sizing: content-box;
                -moz-box-sizing: content-box;
                box-sizing: content-box;
                border: 5px solid #fff;
            }


.ri-grid-loading:after,
.ri-grid-loading:before {
    display: none;
}

.ri-loading-image {
    display: none;
}

.ri-grid-loading .ri-loading-image {
    position: relative;
    width: 30px;
    height: 30px;
    left: 50%;
    margin: 100px 0 0 -15px;
    display: block;
}

/*-------------------------------------------------------------------------------------------------------*/
.map_div {
    position: relative;
    border-bottom: 4px solid #b9975b;
    border-top: 4px solid #0A5934;
}

    .map_div iframe {
        height: 200px;
    }

.view_link_map {
    text-align: center;
    display: block;
    margin-top: -80px;
    z-index: 10;
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
}

    .view_link_map span {
        font-size: 22px;
        background: #b9975b;
        padding: 10px 30px;
        color: #fff;
        border-radius: 30px;
        display: inline-block;
    }

#down {
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    display: block;
    width: 65px;
    margin: auto;
    height: 65px;
    line-height: 55px;
    border-radius: 50%;
    border: 3px solid #b9975b;
    background: #fff;
    margin-top: 40px;
}

    #down.active {
        transform: rotateX(180deg);
    }

/*-------------------------------------------------------------------------------------------------------*/
/*---------------------------------------- FOOTER -------------------------------------------------------*/
footer {
    padding: 60px 0 0;
    background: url(../img/footer_bg.jpg);
    background-size: cover;
    color: #fff;
}

.f_box {
    margin-bottom: 50px;
}

    .f_box h6 {
        font-size: 18px;
        color: #fff;
        margin: 0;
        margin-bottom: 30px;
        position: relative;
        padding-bottom: 10px;
    }

        .f_box h6:after {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            width: 85px;
            height: 2px;
            background: #b9975b;
            z-index: 1;
        }

    .f_box li a {
        display: inline-block;
        color: #fff;
        font-size: 18px;
        text-transform: capitalize;
        margin-bottom: 25px;
    }

    .f_box li:last-child a {
        margin: 0;
    }

    .f_box li a img {
        margin-right: 10px;
    }

.mar_b_0 {
    margin: 0;
}

.social_box h6 {
    display: inline-block;
}

.social_box ul {
    display: inline-block;
    margin: 0 0 0 20px;
}

    .social_box ul li {
        padding: 0;
        margin-left: 5px;
    }

.social_box li a, .social_box li a img {
    margin: 0;
}

.social_box h6 {
    margin: 0;
}

.flink_box li a {
    padding-left: 20px;
    position: relative;
}

    .flink_box li a::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        height: 6px;
        width: 6px;
        border-radius: 50%;
        background: #fff;
    }

.footer_partner_owl .owl-item img {
    width: auto;
    height: auto;
}

.footer_partner_owl a {
    background: #fff;
    display: block;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 10px;
}

    .footer_partner_owl a:last-child {
        margin: 0;
    }

.footer_partner_owl button.owl-dot {
    height: 8px;
    width: 8px;
    background: #fff;
    border-radius: 50%;
    margin-right: 10px;
}

.footer_partner_owl .owl-dots {
    position: absolute;
    top: -55px;
    right: 0;
}

.footer_partner_owl button.owl-dot.active {
    background: #b9975b;
}

.copy_right {
    margin-top: 25px;
    border-top: 1px solid #fff;
    padding: 15px 0;
    font-size: 16px;
}

    .copy_right ul {
        float: right;
        margin: 0;
    }

        .copy_right ul a {
            color: #fff;
            margin-left: 20px;
        }

.school_contant.grenn_bg p,
.school_contant.grenn_bg a {
    color: #fff;
}

.grenn_bg {
    background: #045F35;
}

.open > .dropdown-menu.mobile_menu {
    display: none;
}



/*=================================== Mobile Menu Css Start Here ===================================*/

.navigation hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid rgba(255,255,255,0.2);
    width: 90%;
}

.navigation .otherlink {
    display: none;
}

    .navigation .otherlink a {
        font-size: 15px;
        margin-left: 15px;
        display: block;
        color: #fff;
        margin-bottom: 20px;
    }

.mob_serchbox {
    padding: 0 15px;
    width: 80%;
    border-right: 1px solid #fff;
    margin-bottom: 10px;
}

    .mob_serchbox input {
        width: 80%;
        background: none;
        border: none;
        color: #fff;
        padding: 0 5px;
        font-size: 16px;
    }

        .mob_serchbox input::-webkit-input-placeholder {
            color: #fff;
        }

        .mob_serchbox input::-moz-placeholder {
            color: #fff;
        }

        .mob_serchbox input:-ms-input-placeholder {
            color: #fff;
        }

        .mob_serchbox input:-moz-placeholder {
            color: #fff;
        }

    .mob_serchbox i {
        color: #b9975b;
        font-size: 16px;
    }

.navigation {
    height: auto;
    background: rgba(4,95,53,0.95);
    position: absolute;
    top: 0;
    width: 90%;
    right: 0;
    z-index: 11;
    display: none;
}

.nav-container {
    max-width: 1000px;
    margin: 0 auto;
}

.navigation nav {
    float: left;
    width: 100%;
}

    .navigation nav ul {
        list-style: none;
        margin: 0;
        padding: 40px 0 0 0;
        margin-bottom: 20px;
    }

        .navigation nav ul li {
            float: left;
            position: relative;
        }

            .navigation nav ul li a,
            .navigation nav ul li a:visited {
                display: block;
                padding: 0 20px;
                line-height: 70px;
                background: none;
                color: #ffffff;
                text-decoration: none;
                font-size: 16px;
            }

                .navigation nav ul li a:hover,
                .navigation nav ul li a:visited:hover {
                    background: #045f35;
                    color: #ffffff;
                }

                .navigation nav ul li a:not(:only-child):after,
                .navigation nav ul li a:visited:not(:only-child):after {
                    padding-left: 4px;
                    content: '\f107';
                    font-family: fontawesome;
                    float: right;
                    color: #b9975b;
                    font-size: 24px;
                }

            .navigation nav ul li ul li {
                min-width: 190px;
            }

                .navigation nav ul li ul li a {
                    padding: 0 10px;
                    line-height: inherit;
                    position: relative;
                    margin-bottom: 15px;
                    display: inline-block;
                    width: 100%;
                }

                    .navigation nav ul li ul li a::before {
                        content: "\f111";
                        font-family: fontawesome;
                        position: absolute;
                        top: 5px;
                        left: 10px;
                        color: #fff;
                        font-size: 10px;
                    }

.navigation .nav-dropdown {
    position: absolute;
    display: none;
    z-index: 1;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
    margin: 0;
    padding: 0;
    background: #04552f;
}

/* Mobile navigation */

.navigation .nav-mobile {
    display: none;
    position: absolute;
    top: 70px;
    right: 25px;
    background: none;
    height: 18px;
    width: 25px;
    z-index: 11;
}


@media only screen and (max-width:991px) {
    .navigation .nav-mobile {
        display: block;
    }

    .navigation nav ul {
        display: none;
    }

        .navigation nav ul li {
            float: none;
        }

            .navigation nav ul li a {
                padding: 15px;
                line-height: 20px;
            }

            .navigation nav ul li ul li a {
                padding-left: 30px;
            }

    .navigation .nav-dropdown {
        position: static;
        padding-top: 12px;
    }
}

@media screen and (min-width: 991px) {
    .navigation .nav-list {
        display: block !important;
    }
}

.navigation #nav-toggle {
    position: absolute;
    right: 0;
    top: 0px;
    cursor: pointer;
    padding: 0;
    z-index: 1;
    width: 25px;
    height: 18px;
}

    .navigation #nav-toggle span {
        position: relative;
        border-radius: 1px;
        height: 3px;
        width: 25px;
        background: #b9975b;
        display: block;
        transition: all 300ms ease-in-out;
        margin-top: 7px;
    }
        /*.navigation #nav-toggle span, */
        .navigation #nav-toggle span::before,
        .navigation #nav-toggle span::after {
            cursor: pointer;
            border-radius: 1px;
            height: 3px;
            width: 25px;
            background: #b9975b;
            position: absolute;
            display: block;
            content: '';
            transition: all 300ms ease-in-out;
        }

        .navigation #nav-toggle span:before {
            top: -5px;
        }

        .navigation #nav-toggle span:after {
            bottom: -5px;
        }

    .navigation #nav-toggle.active span {
        background-color: transparent;
    }

        .navigation #nav-toggle.active span:before,
        .navigation #nav-toggle.active span:after {
            top: 0;
        }

        .navigation #nav-toggle.active span:before {
            transform: rotate(45deg);
        }

        .navigation #nav-toggle.active span:after {
            transform: rotate(-45deg);
        }



.one1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.two2 {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.three3 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.foue4 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.NewsEvents_height {
    height: 270px;
}

.School_Programmes .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
}

/*=================================================== Inner Page Css Start ===================================================*/

.inner_banner img {
    width: 100%;
}

.breadcrumb_sharepage {
    border-bottom: 1px solid #e2e2e2;
    padding: 3px 0px;
}

.breadcrumb {
    padding: 0px;
    margin-bottom: 0;
    list-style: none;
    background-color: #ffffff;
    border-radius: 0;
    float: left;
    margin-top: 5px;
}

    .breadcrumb li a {
        font-size: 18px;
        color: #000;
    }

        .breadcrumb li a i {
            color: #b9975b;
            font-size: 17px;
        }

    .breadcrumb > .active {
        color: #b9975b;
        font-size: 18px;
    }

    .breadcrumb > li + li:before {
        content: ".";
        padding: 0 5px;
        color: #000000;
    }

.share_link {
    float: right;
    padding-top: 3px;
}

    .share_link span {
        font-size: 16px;
        color: #045f35;
    }

    .share_link a {
        color: #b9975b;
        margin-left: 20px;
        font-size: 18px;
        vertical-align: middle;
        display: inline-block;
    }

        .share_link a:hover {
            color: #045f35;
        }

.inner_contant {
    padding: 35px 0;
}

    .inner_contant img {
        /* margin-right: 20px;
        margin-bottom: 30px;
        float: left;*/
    }

    .inner_contant p {
        font-size: 16px;
        color: #000;
        /*line-height: 32px;*/
        /*margin-bottom: 20px;*/
    }

/*====================================-- who we Are Css Statr ====================================--*/


.school_mission {
    background: url(../img/mms-1.png) no-repeat right bottom #045f35;
    padding: 15px;
    color: #fff;
}

.school_title {
    font-size: 30px;
    margin-top: 0;
}

    .school_title:after {
        content: "";
        width: 60px;
        height: 2px;
        background: #fff;
        display: block;
        margin-top: 10px;
    }

.school_mission p {
    font-size: 14px;
    line-height: 21px;
    color: #fff;
}

.who_we_are li {
    background: #f5f5f5;
    box-shadow: 0 0 7px rgba(0,0,0,0.1);
    padding: 15px;
    margin-bottom: 30px;
}

.who_we_are_img_div {
    width: 26%;
    float: left;
    margin-right: 3%;
}

    .who_we_are_img_div img {
        width: 100%;
    }

.who_we_are_contant_div {
    width: 70%;
    float: left;
}

    .who_we_are_contant_div h2 {
        font-size: 30px;
        color: #045f35;
        margin-top: 0;
        margin-bottom: 17px;
    }

        .who_we_are_contant_div h2:after {
            content: "";
            width: 60px;
            height: 2px;
            background: #045f35;
            display: block;
            margin-top: 5px;
        }

    .who_we_are_contant_div span {
        font-size: 16px;
        color: #000000;
        display: block;
        margin-bottom: 25px;
    }

    .who_we_are_contant_div p {
        font-size: 16px;
        color: #000000;
        margin-bottom: 0;
        min-height: 90px;
    }

.read_msg {
    font-size: 18px;
    color: #b9975b;
    text-transform: capitalize;
    margin-top: 10px;
    display: inline-block;
}

    .read_msg:hover,
    .read_msg:focus {
        color: #045f35;
    }

    .read_msg img {
        margin-right: 5px;
        margin-bottom: 0;
        /*margin-top: 8px;*/
    }

    .read_msg:hover {
        color: #045F35;
    }


.Philosophy {
    background: url(../img/Philosophy-bg.jpg) no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
    padding: 100px 0;
    text-align: center;
}

    .Philosophy span {
        color: #fff;
        font-size: 30px;
        font-weight: bold;
    }

        .Philosophy span:after {
            content: "";
            width: 60px;
            height: 2px;
            background: #fff;
            display: block;
            margin: 10px auto;
        }

.paragraph_div {
    font-size: 16px;
    padding: 30px 0;
    color: #000;
    text-align: justify;
    line-height: 28px;
}

.School_History .owl-dots,
#school_caption_slider .owl-nav {
    display: none;
}

.School_History .item img {
    border-radius: 10px;
}

.hiddin {
    display: none;
    -moz-transition: all 800ms ease-in-out;
    -webkit-transition: all 800ms ease-in-out;
    transition: all 800ms ease-in-out;
}

.show {
    display: block;
    -moz-transition: all 800ms ease-in-out;
    -webkit-transition: all 800ms ease-in-out;
    transition: all 800ms ease-in-out;
}

.div_1, .div_2 {
    background: #f1f1f1;
    font-size: 16px;
    color: #000000;
    margin: 0px 15px 20px 15px;
    display: none;
    -moz-transition: all 800ms ease-in-out;
    -webkit-transition: all 800ms ease-in-out;
    transition: all 800ms ease-in-out;
    padding: 15px;
    line-height: 28px;
    position: relative;
}

    .div_1 img,
    .div_2 img {
        float: left;
        margin: 0 20px 20px 0;
    }

    .div_1 a img,
    .div_2 a img {
        float: none;
        margin: 0 5px 0 0;
    }

    .div_1 i, .div_2 i {
        cursor: pointer;
        position: absolute;
        top: -10px;
        right: -10px;
        background: #bf977d;
        width: 30px;
        border-radius: 50%;
        color: #fff;
        font-size: 20px;
        line-height: 30px;
        text-align: center;
        padding-left: 4px;
    }

.School_History {
    padding: 50px 0;
    position: relative;
}

    .School_History:before {
        content: "";
        background: #f5f5f5;
        height: 65%;
        width: 65%;
        position: absolute;
        left: 0;
        top: 0;
    }

    .School_History h3 {
        font-size: 30px;
        color: #045f35;
        margin-top: 0;
        margin-bottom: 17px;
    }

        .School_History h3:after {
            content: "";
            width: 60px;
            height: 2px;
            background: #045f35;
            display: block;
            margin-top: 5px;
        }

    .School_History span {
        display: block;
        font-size: 50px;
        color: #b9975b;
        font-weight: 700;
    }

    .School_History p {
        font-size: 16px;
        color: #000;
    }

#demos .owl-carousel button.owl-prev {
    background: url(../img/left-arrow.png) no-repeat;
    width: 30px;
    height: 30px;
    background-position: left center;
    margin-right: 10px;
}

#demos .owl-carousel button.owl-next {
    background: url(../img/right-arrow.png) no-repeat;
    width: 30px;
    height: 30px;
    background-position: right center;
    margin-left: 10px;
}

.School_History .owl-nav span {
    display: none;
}

#demos .owl-nav {
    position: absolute;
    bottom: 30px;
    left: -100px;
}

.bharat img {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

#demos .owl-item aside {
    position: absolute;
    color: #fff;
    font-size: 50px;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 110px;
    height: 70px;
    font-weight: bold;
}

#demos .owl-item .item {
    padding: 0 10px;
}

/*#demos .owl-item.active:first-child aside{
	display: none;	
}*/

/*======================================================== IBDP Page Css Start ========================================================*/

.grey_bg {
    background: #f5f5f5;
    padding: 15px;
}

.Principle_M {
    margin-bottom: 50px;
}

    .Principle_M:last-child {
        margin-bottom: 0px;
    }

.IBDP {
    /*padding: 50px 0;*/
}

    .IBDP p {
        font-size: 18px;
    }

    .IBDP a {
        color: #b9975b;
    }

    .IBDP .who_we_are_img_div {
        width: 30%;
        float: left;
        margin-right: 3%;
        overflow: hidden;
    }

        .IBDP .who_we_are_img_div img:hover {
            transform: scale(1.1);
        }

    .IBDP .who_we_are_contant_div {
        width: 67%;
        float: left;
    }

.IBDP_Slider span {
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 20px;
}

.IBDP .who_we_are_contant_div p {
    min-height: inherit;
}

#text,
#text2 {
    display: none;
    margin: 0;
}

.IBDP .read_msg:before {
    content: "";
    background: url(../img/eye.png) no-repeat;
    width: 25px;
    height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.IBDP .read_msg {
    position: relative;
    padding-left: 30px;
}

.title {
    font-size: 30px;
    color: #045f35;
    margin-top: 0;
    margin-bottom: 17px;
}

    .title:after {
        content: "";
        width: 60px;
        height: 2px;
        background: #045f35;
        display: block;
        margin-top: 5px;
    }

ul.focus {
    margin-top: 40px;
}

    ul.focus li:before {
        content: "\f111";
        font-family: fontawesome;
        color: #b9975b;
        position: absolute;
        left: 0;
        top: 4px;
        font-size: 12px;
    }

    ul.focus li {
        padding-left: 25px;
        position: relative;
        margin-top: 10px;
        font-size: 18px;
    }

.themes {
    padding-bottom: 50px;
}

.theme_div img {
    margin: 0;
    float: none;
}

.theme_div {
    position: relative;
    overflow: hidden;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.M_B_10 {
    margin-bottom: 10px;
}

.themes h2 {
    margin-bottom: 30px;
}

.themes .overlay {
    position: absolute;
    top: 100%;
    left: 0;
    background: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    font-size: 20px;
    text-transform: capitalize;
    display: flex;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.theme_div:hover .overlay {
    top: 0;
}

.themes .overlay p {
    margin: auto;
    color: #fff;
    font-size: 20px;
}


.IBDP_Slider .owl-carousel .owl-item img {
    width: auto;
    display: block;
    margin: 10px auto;
}

.IBDP_Slider .owl-carousel.owl-drag .owl-item {
    padding: 12px;
}

.IBDP_Slider #demos .owl-item aside {
    color: #045f35;
    font-size: 28px;
    display: block;
    position: initial;
    width: auto;
    height: auto;
    text-align: center;
    font-weight: 100;
}

.IBDP_Slider #demos .owl-item .item {
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
    border-radius: 50%;
    height: 280px;
    padding: 50px 30px;
}

.one {
    background: url(../img/IBDP-icon-B-1.png) no-repeat #fff;
    background-position: -70px 30px;
}

.two {
    background: url(../img/IBDP-icon-B-2.png) no-repeat #fff;
    background-position: -45px 35px;
}

.cutome_btn {
    border: none;
    background: #00462e;
    color: #fff;
    padding: 8px 35px;
    border-radius: 50px;
    font-size: 18px;
    display: inline-block;
    margin-top: 10px;
}

    .cutome_btn:hover {
        color: #fff;
    }

.nav video {
    border-radius: 10px;
}

#owl-example p {
    height: 70px;
    overflow: hidden;
}

.cal_icon_img {
    width: 17px;
    height: 19px;
}

.caption a {
    color: #fff;
}

.custome_video {
    height: 198px;
    width: 314px;
}

.Calendar_tab li a img {
    width: 42px;
    height: 42px;
    border-radius: 50%;
}

.tabination .nav-tabs li.active .Calendar_tab li a img {
    margin-top: -7px;
}

/*================================================ Css Add 24-01-2019 ================================================*/
.Event_section {
    /*background: url(../images/bg-logo.png) no-repeat;*/
    border: 1px solid #e1e1e1;
    padding: 20px;
    margin: 40px 0;
    position: relative;
}

    .Event_section:after {
        content: url(../img/bg-logo.png);
        position: absolute;
        bottom: -90px;
        right: 0;
    }

.Calendar_list_page .cal_list_ul li {
    float: left;
    width: 20%;
    padding: 0 15px;
    margin-top: 30px;
}

ul.nav.nav-tabs.cal_Tab_ul {
    float: none;
    margin-top: 40px;
    margin-bottom: 25px;
    border-bottom: none;
}

    ul.nav.nav-tabs.cal_Tab_ul li {
        float: left;
        width: 20%;
        padding: 0 15px;
    }

        ul.nav.nav-tabs.cal_Tab_ul li a {
            font-size: 18px;
            color: #045f35;
            border: 1px solid #e1e1e1;
            border-radius: 30px;
            padding: 5px 15px;
            /*padding-left: 60px;*/
        }
        /*--------- 1 ---------*/
        ul.nav.nav-tabs.cal_Tab_ul li .ek {
            background: url(../img/t1.png) no-repeat 20px center #fff;
            border: 1px solid #e1e1e1;
        }

        ul.nav.nav-tabs.cal_Tab_ul li.active .ek,
        ul.nav.nav-tabs.cal_Tab_ul li:hover .ek {
            background: url(../img/t1-1.png) no-repeat 20px center #045f35;
            color: #fff;
            border: 1px solid #e1e1e1;
        }
        /*--------- 2 ---------*/
        ul.nav.nav-tabs.cal_Tab_ul li .be {
            background: url(../img/t2.png) no-repeat 20px center #fff;
            border: 1px solid #e1e1e1;
        }

        ul.nav.nav-tabs.cal_Tab_ul li.active .be,
        ul.nav.nav-tabs.cal_Tab_ul li:hover .be {
            background: url(../img/t2-2.png) no-repeat 20px center #045f35;
            color: #fff;
            border: 1px solid #e1e1e1;
        }
        /*--------- 3 ---------*/
        ul.nav.nav-tabs.cal_Tab_ul li .tran {
            background: url(../img/t3.png) no-repeat 20px center #fff;
            border: 1px solid #e1e1e1;
        }

        ul.nav.nav-tabs.cal_Tab_ul li.active .tran,
        ul.nav.nav-tabs.cal_Tab_ul li:hover .tran {
            background: url(../img/t3-3.png) no-repeat 20px center #045f35;
            color: #fff;
            border: 1px solid #e1e1e1;
        }
        /*--------- 4 ---------*/
        ul.nav.nav-tabs.cal_Tab_ul li .char {
            background: url(../img/t4.png) no-repeat 20px center #fff;
            border: 1px solid #e1e1e1;
        }

        ul.nav.nav-tabs.cal_Tab_ul li.active .char,
        ul.nav.nav-tabs.cal_Tab_ul li:hover .char {
            background: url(../img/t4-4.png) no-repeat 20px center #045f35;
            color: #fff;
            border: 1px solid #e1e1e1;
        }
        /*--------- 5 ---------*/
        ul.nav.nav-tabs.cal_Tab_ul li .pach {
            background: url(../img/t5.png) no-repeat 20px center #fff;
            border: 1px solid #e1e1e1;
        }

        ul.nav.nav-tabs.cal_Tab_ul li.active .pach,
        ul.nav.nav-tabs.cal_Tab_ul li:hover .pach {
            background: url(../img/t5-5.png) no-repeat 20px center #045f35;
            color: #fff;
            border: 1px solid #e1e1e1;
        }

        ul.nav.nav-tabs.cal_Tab_ul li.active a, ul.nav.nav-tabs.cal_Tab_ul li:hover a {
            background: #045f35;
            color: #fff;
            border: 1px solid #e1e1e1;
        }

.cal_list_ul .Calendar_box h3 {
    font-size: 18px;
    color: #045f35;
    min-height: 40px;
    margin: 20px 0;
}

.cal_list_ul .Calendar_box big {
    font-size: 30px;
    border-bottom: 2px solid;
    display: inline-block;
    color: #000;
}

.cal_list_ul .Calendar_box small {
    font-size: 14px;
    color: #4b4b4b;
    display: block;
    margin-bottom: 5px;
}

.form_to input {
    width: 140px;
    border: 1px solid #e1e1e1;
    border-radius: 25px;
    height: 36px;
    margin-right: 10px;
    padding: 5px 5px 5px 35px;
}

    .form_to input:focus {
        border: 1px solid #045f35;
    }

.form_to .calendar_input {
    background: url(../img/calnder-icon.png) no-repeat 10px center #fff;
}

.form_to {
    float: right;
    position: absolute;
    right: 30px;
    top: -20px;
    z-index: 10;
}

.pagi {
    text-align: center;
    margin-bottom: 40px;
}

    .pagi .pagination a,
    .pagi .pagination span {
        border-radius: 50% !important;
        margin: 0 5px;
    }

    .pagi ul {
        margin: 0;
    }

    .pagi .pagination .num, .pagi .pagination a {
        font-size: 16px;
        color: #045f35;
        border: 1px solid #e1e1e1;
        background: #fff;
        position: relative;
        width: 42px;
        height: 42px;
        line-height: 38px;
        display: inline-block;
    }

    .pagi .pagination span.num:before {
        content: "";
        border: 1px solid #b4b4b4;
        width: 50px;
        height: 50px;
        display: inline-block;
        border-radius: 50%;
        position: absolute;
        left: -5px;
        top: -5px;
        opacity: 1;
    }

    .pagi .pagination span.num {
        font-size: 16px;
        color: #045f35;
        border: 1px solid #e1e1e1;
        background: #fff;
    }

    .pagi .pagination span.num {
        opacity: 1;
    }

    .pagi .pagination a:first-child,
    .pagi .pagination a:last-child {
        color: #ba9e5c;
    }

.news_list .slider_box .slider_img_div {
    float: left;
    width: 150px;
}

.news_list .slider_box .slider_img_content {
    float: right;
    width: 90%;
    padding-bottom: 15px;
    border-bottom: 1px solid #e1e1e1;
}

    .news_list .slider_box .slider_img_content date {
        margin: 7px 0;
        display: block;
    }

.news_list .slider_box:last-child .slider_img_content {
    border-bottom: none;
}
/*=============================================================================================================*/
.Sports {
    padding: 50px 0;
}

    .Sports ul {
        padding: 0;
        margin-bottom: 0;
        display: inline-block;
        width: 100%;
    }

#custom_carousel .item .top,
#custom_carousel2 .item .top {
    overflow: hidden;
}

#custom_carousel .item,
#custom_carousel2 .item {
    color: #000;
    background-color: #000;
    overflow: hidden
}

    #custom_carousel .item img,
    #custom_carousel2 .item img {
        width: 100%;
        height: auto
    }

#custom_carousel .izq,
#custom_carousel2 .izq {
    position: absolute;
    left: 20px;
    top: 40%;
    background-image: none;
    background: none;
    border: none;
    height: 40px;
    width: 40px;
    margin-top: 0;
    font-size: 110px;
    color: #000;
    opacity: 1;
}
/* Next button  */
#custom_carousel .der,
#custom_carousel2 .der {
    position: absolute;
    right: 20px !important;
    top: 40%;
    left: inherit;
    background-image: none;
    background: none;
    border: none;
    height: 40px;
    width: 40px;
    margin-top: 0;
    font-size: 90px;
    color: #000;
    opacity: 1;
}

#custom_carousel .controls,
#custom_carousel2 .controls {
    overflow: hidden;
    padding: 10px 35px 10px 12px;
    margin: 0;
    white-space: nowrap;
    text-align: center;
    position: relative;
    background: #000;
    border: 0;
}

    #custom_carousel .controls .nav,
    #custom_carousel2 .controls .nav {
        padding: 0;
        margin: 0;
        white-space: nowrap;
        text-align: center;
        position: relative;
        background: #000;
        width: auto;
        border: 0;
    }

    #custom_carousel .controls li,
    #custom_carousel2 .controls li {
        transition: all .5s ease;
        display: inline-block;
        width: 10%;
        height: 100%;
        opacity: .5;
        padding: 0 10px 0 0;
    }

        #custom_carousel .controls li a,
        #custom_carousel2 .controls li a {
            padding: 0;
        }

        #custom_carousel .controls li img,
        #custom_carousel2 .controls li img {
            width: 100%;
            height: auto;
            border: 1px solid #fff;
        }

        #custom_carousel .controls li.active,
        #custom_carousel2 .controls li.active {
            background-color: #000;
            opacity: 1;
        }

    #custom_carousel .controls a small,
    #custom_carousel2 .controls a small {
        overflow: hidden;
        display: block;
        font-size: 10px;
        margin-top: 5px;
        font-weight: bold
    }
/*==========================================================================================*/
.Sports span.title {
    font-size: 30px;
    color: #045f35;
    text-transform: capitalize;
    margin-bottom: 10px;
    display: block;
}

.Sports p {
    font-size: 16px;
    color: #000;
}

.Sports .carousel {
    margin: 30px 0;
    display: inline-block;
    width: 100%;
}

.ul_style span {
    font-size: 16px;
    color: #045f35;
    margin-bottom: 10px;
    display: block;
}

.ul_style li {
    position: relative;
    font-size: 16px;
    color: #000;
    margin-bottom: 7px;
    padding-left: 20px;
}

    .ul_style li:before {
        content: "";
        width: 8px;
        height: 8px;
        background: #b2b2b2;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        margin: auto;
        border-radius: 10px;
    }

.video_content a strong {
    color: #fff;
}

.slider_box .slider_img_content a {
    color: #000;
}

.slider_img_content label {
    font-weight: normal;
}



.datepicker.dropdown-menu {
    left: auto;
    right: auto;
    width: auto;
}

.cal_Tab_ul > li > a > img {
    max-width: 40px;
    margin-right: 15px;
}

.border_r {
    border-radius: 5px;
}

.cal_Tab_ul > li > a > img {
    width: 40px;
}

.radioPopup-body img {
    width: 100%;
}

.radioPopup-body button.close {
    cursor: pointer;
    border: 0;
    -webkit-appearance: none;
    position: absolute;
    right: -10px;
    top: -10px;
    opacity: 1;
    background: #fff;
    border-radius: 20px;
    width: 24px;
    height: 26px;
    text-align: center;
    padding: 0 0 5px 0;
}



#Panel1 .modal-content {
    background: url(../img/patter-bg.png) #fff;
}

.search_div {
    padding-right: 45px;
    width: 250px;
}



/*27-10-2020*/
.zoom {
    /*color: rgba(255,255,255,0.5);*/
    transition: transform .2s; /* Animation */
    /*width: 200px;
    height: 200px;*/
    margin: 0 auto;
    position:relative;
}

    .zoom:hover {
        transform: scale(1.2); /* (120% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    }


.zoverlay {
    position: relative;
    display: inline-block;
   
}

    .zoverlay > img {
        vertical-align: middle;
    }

    .zoverlay::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0;
        transition: .5s ease;
    }

    .zoverlay:hover::before {
       
        opacity: 0.70;
    }
.textcentered {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index:1;
    transform: translate(-50%, -50%);
}
    .textcentered a {
        color: #fff;
    }
    /*.textcentered:hover {
        position: absolute;
        top: 50%;
        left: 50%;
        color: #fff;
        transform: translate(-50%, -50%);
    }*/
    