/*Font Import*/
@font-face {
    font-family: "Eras Demi ITC";
    src: url('../fonts/ERASMD.TTF');
}

@font-face {
    font-family: "Minstrella";
    src: url('../fonts/minstrla.TTF');
}


body, html {
    overflow-x: hidden;
}

body {
    overflow-x: hidden !important;
    font-size: 16px;
    font-family: "Eras Demi ITC";
}

    body p {
        font-size: 16px;
        font-family: "Eras Demi ITC";
        line-height: 150%;
        text-align: justify;
    }

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

a {
    text-decoration: none;
    color: #2f2f2f;
}

    a:focus {
        outline: none;
        text-decoration: none;
    }

h1, h2, h3, h4, h5, h6 {
    font-family: "Eras Demi ITC";
}

h2 {
    color: #313338;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    margin: 0;
    padding-bottom: 10px;
}

img {
    border: none;
}

/* Preloader */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000; /* change if the mask should have another color then white */
    z-index: 99999; /* makes sure it stays on top */
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%; /* centers the loading animation horizontally one the screen */
    top: 50%; /* centers the loading animation vertically one the screen */
    background-image: url(img/status.html); /* path to your loading animation */
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px; /* is width and height divided by two */
}

/*scrol to top*/

.scrollToTop {
    background: url("../images/bootom-top-arrow.png") no-repeat scroll 13px 12px #0033ee;
    border: 3px solid #2e83cb;
    ;
    border-radius: 35px;
    bottom: 20px;
    display: inline-block;
    height: 54px;
    opacity: 1;
    position: fixed;
    right: 20px;
    text-align: center;
    width: 54px;
    z-index: 100;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

    .scrollToTop:hover {
        background-position: 13px -50px;
        text-decoration: none;
        outline: none;
    }

/*--------------------*/
/* HOME HEADER */
/*--------------------*/

#header {
    float: left;
    display: inline;
    width: 100%;
    /*background-color: #ffc103;*/
}

/*--------.menu_area-------- */
.menu_area {
    float: left;
    display: inline;
    width: 100%;
}

.navbar-default .navbar-brand {
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    margin-top: 15px;
}

    .navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
        background-color: transparent;
        color: #fff;
    }

.navbar-default {
    background-color: none !important;
    border-color: transparent;
}

#navbar {
    overflow-x: hidden;
}

.navbar-default .navbar-nav > li > a {
    color: #ffffff;
    padding: 10px 21px;
    text-transform: capitalize;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

    .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
        background-color: transparent;
        color: #000000;
    }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent;
    color: #000000;
}

.navbar-nav > li > .dropdown-menu {
    background-color: #48575a;
}

    .navbar-nav > li > .dropdown-menu:before {
        border-bottom: 15px solid #48575a;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        content: "";
        height: 0;
        position: absolute;
        right: 25px;
        top: -15px;
        width: 0;
    }

    .navbar-nav > li > .dropdown-menu li a {
        border-bottom: 1px dotted rgba(255, 255, 255, 0.3);
        color: #fff;
        display: block;
        opacity: 0.8;
        padding: 10px;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    .navbar-nav > li > .dropdown-menu > li:last-child a {
        border-bottom: medium none;
    }

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background-color: transparent;
    text-decoration: none;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    background-color: transparent;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background-color: transparent;
}

/*--------------------*/
/* HOME SLIDER SECTION */
/*--------------------*/

#slider {
    float: left;
    display: inline;
    width: 100%;
}

.slider_area {
    background-color: #ccc;
    display: inline;
    float: left;
    /* margin-top: 80px;*/
    width: 100%;
}

.slider_caption {
    left: 5%;
    position: absolute;
    top: 25%;
    width: 50%;
}

.slider_right_caption {
    left: 38%;
}

.slider_caption h2 {
    color: #fff;
    font-size: 33px;
    background-color: rgba(49, 59, 61, 0.6);
    padding: 8px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.slider_caption p {
    background-color: rgba(49, 59, 61, 0.6);
    color: #fff;
    font-family: "Eras Demi ITC";
    font-size: 15px;
    font-weight: 600;
    padding: 10px;
}

.slider_btn {
    background: rgba(49, 59, 61, 0.6);
    border: 2px solid #fff;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    font-family: "Eras Demi ITC";
    margin-top: 10px;
    padding: 9px 15px;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

    .slider_btn:hover, .slider_btn:focus {
        text-decoration: none;
        outline: none;
    }

.next, .prev {
    display: none !important;
}

.slider_area:hover .next {
    display: block !important;
}

.slider_area:hover .prev {
    display: block !important;
}

/*--------------------*/
/* HOME ABOUT US */
/*--------------------*/

#aboutUs {
    display: inline;
    float: left;
    padding: 30px 0;
    width: 100%;
}

.aboutus_area {
    display: inline;
    float: left;
    padding-right: 30px;
    width: 100%;
}
/*.aboutus_area p {
  line-height: 22px;
}*/
.titile {
    text-transform: uppercase;
    position: relative;
    margin-bottom: 20px;
}

    .titile:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0px;
        width: 50px;
        height: 5px;
    }

.newsfeed_area {
    float: left;
    display: inline;
    width: 100%;
    padding-left: 15px;
}

.feed_tabs li {
    margin-bottom: -2px;
}

    .feed_tabs li a {
        font-family: "Eras Demi ITC";
        font-size: 18px;
        /*text-transform: uppercase;*/
        /*font-weight: bold;*/
    }

        .feed_tabs li a:hover {
            color: #fff;
        }

.news_tab {
    margin-top: 15px;
}

    .news_tab li {
        border-bottom: 1px solid #ccc;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

        .news_tab li:last-child {
            border-bottom: none;
        }

.news_img {
    display: block;
    height: 70px;
    width: 100px;
}

    .news_img > img {
        width: 100%;
        height: 100%;
    }

.news_tab .media-body > a {
    display: block;
    font-size: 15px;
    font-weight: bold;
    margin-top: 5px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.feed_date {
    color: #ccc;
    font-style: italic;
}

.see_all {
    border-bottom: 2px solid #ccc;
    float: right;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

    .see_all:hover, .see_all:focus {
        text-decoration: none;
        outline: none;
    }

.single_news_pane {
    float: left;
    display: inline;
    width: 100%;
}

.single_notice_pane {
    float: left;
    display: inline;
    width: 100%;
}

    .single_notice_pane .slick-prev {
        background-image: url("img/nav-prev.html");
        background-repeat: no-repeat;
        height: 30px;
        width: 30px;
        background-position: center;
    }

    .single_notice_pane .slick-next {
        background-image: url("img/nav-next.html");
        background-repeat: no-repeat;
        height: 30px;
        width: 30px;
        background-position: center;
    }

    .single_notice_pane .slick-prev, .single_notice_pane .slick-next {
        top: 100%;
    }

    .single_notice_pane .slick-prev {
        left: 87%;
    }

/*--------------------*/
/* HOME WHY US SECTION */
/*--------------------*/

#whyUs {
    float: left;
    display: inline;
    width: 100%;
}

.whyus_top {
    float: left;
    display: inline;
    width: 100%;
    background-color: #f6f6f6;
    padding: 30px 0px;
}

.single_whyus_top {
    float: left;
    display: inline;
    width: 100%;
    text-align: center;
}

.title_area {
    float: left;
    display: inline;
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 10px;
}

    .title_area span {
        display: inline-block;
        text-align: center;
        height: 5px;
        width: 50px;
    }

.title_two {
    padding-bottom: 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}

.whyus_icon {
    border-radius: 150px;
    color: #ffffff;
    display: inline-block;
    height: 150px;
    text-align: center;
    width: 150px;
}

    .whyus_icon span {
        display: inline-block;
        font-size: 70px;
        height: 100%;
        line-height: 160px;
        width: 100%;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

.single_whyus_top:hover .whyus_icon span {
    transform: scale(0.9);
}

.single_whyus_top > h3 {
    font-size: 18px;
    font-weight: bold;
}

.single_whyus_top > p {
    font-size: 13px;
}

.whyus_bottom {
    float: left;
    display: inline;
    width: 100%;
    min-height: 350px;
    padding: 85px 0px;
    background-image: url(img/skills_bg.html);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    -webkit-background-size: cover;
    background-size: cover;
}

.slider_overlay {
    background: none repeat scroll 0 0 #242434;
    height: 100%;
    opacity: 0.8;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9;
}

.skills {
    position: relative;
    z-index: 999;
}

.heading h3 {
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 40px;
    margin: 0 0 40px;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 40px;
}

div[data-dimension] {
    float: none;
    margin: 0 auto;
}

.circle-text {
    color: #fff;
}

.single_skill {
    float: left;
    display: block;
    width: 100%;
    text-align: center;
}

    .single_skill > h4 {
        color: #ffffff;
        font-size: 20px;
    }

/*--------------------*/
/* HOME COURSE SECTION */
/*--------------------*/


#ourCourses {
    background-image: url(../images/MPC.jpg);
    background-position: fixed;
    float: left;
    display: inline;
    width: 100%;
    padding: 30px 0px;
}

.ourCourse_content {
    float: left;
    display: inline;
    width: 100%;
}

.course_nav {
}

    .course_nav li {
        display: block;
        float: left;
        margin-right: 30px;
        width: 31%;
    }

        .course_nav li:last-child {
            margin-right: 0px;
        }

.single_course {
    background-color: #ffffff;
    border: 1px solid #efefef;
    display: inline;
    float: left;
    min-height: 150px;
    width: 100%;
}

.singCourse_imgarea {
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
}

    .singCourse_imgarea img {
        display: block;
        position: relative;
        width: 100%;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .singCourse_imgarea .mask {
        background-color: rgba(49, 59, 61, 0.6);
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .singCourse_imgarea .mask, .singCourse_imgarea .content {
        left: 0;
        overflow: hidden;
        position: absolute;
        top: 0;
        bottom: 0;
        width: 100%;
    }

    .singCourse_imgarea:hover .mask {
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -o-transform: translateX(0px);
        -ms-transform: translateX(0px);
        transform: translateX(0px);
    }

    .singCourse_imgarea:hover img {
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -o-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
    }

.course_more {
    border: 2px solid #fff;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    margin-top: 27%;
    padding: 10px;
    text-transform: uppercase;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

    .course_more:hover, .course_more:focus {
        background-color: #fff;
        text-decoration: none;
        outline: none;
        border-radius: 4px;
    }

.singCourse_content {
    float: left;
    display: inline;
    width: 100%;
    padding: 10px;
}

.singCourse_title {
    border-bottom: 1px solid #efefef;
    font-size: 20px;
    margin-top: 10px;
    padding-bottom: 10px;
}

    .singCourse_title a {
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

        .singCourse_title a:hover {
            text-decoration: none;
            outline: none;
        }

.singCourse_price {
    border-bottom: 1px solid #efefef;
    padding-bottom: 10px;
}

    .singCourse_price > span {
        font-weight: bold;
        font-size: 18px;
    }

.singCourse_author {
    border-top: 1px solid #efefef;
    display: inline;
    float: left;
    padding: 20px 10px 0;
    width: 100%;
}

    .singCourse_author > img {
        float: left;
        border-radius: 50%;
        height: 40px;
        margin-bottom: 25px;
        margin-right: 15px;
        width: 40px;
    }

    .singCourse_author > p {
        float: left;
        color: #c0c1c1;
        font-size: 18px;
        margin-top: 10px;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

        .singCourse_author > p:hover {
            color: #000;
        }

.course_nav .slick-prev {
    left: -37px;
    background-image: url("img/course-nav-prev.html");
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    height: 121px;
    width: 36px;
}

.course_nav .slick-next {
    background-image: url("img/course-nav-next.html");
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    height: 121px;
    width: 36px;
    right: -6px;
}

.course_nav .slick-prev, .course_nav .slick-next {
    top: 40%;
}

/*--------------------*/
/* HOME Facility SECTION */
/*--------------------*/

#facilities {
    float: left;
    display: inline;
    width: 100%;
}

.facilities_top {
    float: left;
    display: inline;
    width: 100%;
    background-color: #f6f6f6;
    padding: 30px 0px 0px 0px;
}

.single_facilities_top {
    float: left;
    display: inline;
    width: 100%;
    text-align: center;
}

.title_area {
    float: left;
    display: inline;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

    .title_area span {
        display: inline-block;
        text-align: center;
        height: 5px;
        width: 50px;
    }

.title_two {
    padding-bottom: 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}

.facilities_icon {
    border-radius: 150px;
    color: #ffffff;
    display: inline-block;
    height: 150px;
    text-align: center;
    width: 150px;
}

    .facilities_icon span {
        display: inline-block;
        font-size: 70px;
        height: 100%;
        line-height: 160px;
        width: 100%;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

.single_facilities_top:hover .facilities_icon span {
    transform: scale(0.9);
}

.single_facilities_top > h3 {
    font-size: 18px;
    font-weight: bold;
}

.single_facilities_top > p {
    font-size: 13px;
}

.facilities_bottom {
    float: left;
    display: inline;
    width: 100%;
    min-height: 350px;
    padding: 85px 0px;
    background-image: url(img/skills_bg.html);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    -webkit-background-size: cover;
    background-size: cover;
}

.slider_overlay {
    background: none repeat scroll 0 0 #242434;
    height: 100%;
    opacity: 0.8;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9;
}

.skills {
    position: relative;
    z-index: 999;
}

.heading h3 {
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 40px;
    margin: 0 0 40px;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 40px;
}

div[data-dimension] {
    float: none;
    margin: 0 auto;
}

.circle-text {
    color: #fff;
}

.single_skill {
    float: left;
    display: block;
    width: 100%;
    text-align: center;
}

    .single_skill > h4 {
        color: #ffffff;
        font-size: 20px;
    }


/*--------------------*/
/* FOOTER SECTION */
/*--------------------*/

#footer {
    float: left;
    display: inline;
    width: 100%;
}

.footer_top {
    float: left;
    display: inline;
    width: 100%;
    /*background-color: #1e2223;*/
    padding: 60px 0px;
}

.single_footer_widget {
    display: inline;
    float: left;
    padding: 0 10px;
    width: 100%;
}

    .single_footer_widget > h3 {
        color: #fff;
        text-transform: uppercase;
        margin-bottom: 25px;
    }

    .single_footer_widget > p {
        color: #fff;
    }

.footer_widget_nav li a {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 3px;
    display: block;
}

.footer_social li a {
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 22px;
    padding: 0 10px;
}

.footer_bottom {
    float: left;
    display: inline;
    width: 100%;
    background-color: #f8f8f8;
    padding: 20px 0px;
}

.footer_bootomLeft {
    float: left;
    display: inline;
    width: 100%;
}

    .footer_bootomLeft > p, .footer_bootomRight > p {
        margin-bottom: 0px;
    }

.footer_bootomRight {
    float: left;
    display: inline;
    width: 100%;
    text-align: right;
}

/*--------------------*/
/* COURSE ARCHIVE PAGE */
/*--------------------*/

#imgBanner {
    background-image: url("img/banner.html");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: inline;
    float: left;
    height: 300px;
    margin-top: 77px;
    padding: 118px 0;
    text-align: center;
    width: 100%;
}

    #imgBanner h2 {
        color: #fff;
        font-size: 72px;
        font-weight: bold;
        text-align: center;
        text-transform: uppercase;
    }

#courseArchive {
    float: left;
    display: inline;
    width: 100%;
    background-color: #f6f6f6;
    padding: 60px 0px;
    min-height: 500px;
}

.courseArchive_content {
    float: left;
    display: inline;
    width: 100%;
}

    .courseArchive_content .single_course {
        margin-bottom: 30px;
    }

.pagination li a {
    -webkit-transition: all 0.5s;
    -mz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

    .pagination li a:hover, .pagination li a:focus {
        color: #fff;
    }

.courseArchive_sidebar {
    background-color: #fff;
    float: left;
    display: inline;
    width: 100%;
    padding: 12px;
    min-height: 500px;
}

.single_sidebar {
    float: left;
    display: inline;
    width: 100%;
    margin-bottom: 15px;
}

    .single_sidebar > h2 {
        color: #fff;
        font-size: 26px;
        padding: 0 5px;
        margin-bottom: 15px;
    }

        .single_sidebar > h2 span {
            font-size: 24px;
        }

    .single_sidebar .news_tab .media-body > a {
        margin-top: 0;
    }

    .single_sidebar > ul > li > a {
        display: block;
        font-size: 13px;
        font-weight: 600;
        padding: 5px;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

        .single_sidebar > ul > li > a:hover, .single_sidebar > ul > li > a:focus {
            text-decoration: none;
            outline: none;
        }

/*--------------------*/
/* COURSE SINGLE PAGE */
/*--------------------*/

.singlecourse_ferimg_area {
    float: left;
    display: inline;
    width: 100%;
    background-color: #ffffff;
}

.singlecourse_ferimg {
    float: left;
    display: inline;
    width: 100%;
}

    .singlecourse_ferimg > img {
        max-height: 350px;
        width: 100%;
    }

.singlecourse_bottom {
    display: inline;
    float: left;
    padding: 15px;
    width: 100%;
}

    .singlecourse_bottom > h2 {
        display: inline-block;
        float: left;
        font-size: 18px;
        margin-right: 20px;
        padding-bottom: 0px;
    }

.singlecourse_author {
    float: left;
    display: inline-block;
    color: #c0c1c1;
    font-size: 15px;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

    .singlecourse_author:hover {
        color: #000;
    }

    .singlecourse_author img {
        border-radius: 50%;
        height: 40px;
        /*margin-bottom: 25px;*/
        margin-right: 15px;
        width: 40px;
    }

.singlecourse_price {
    display: inline-block;
    float: right;
    font-size: 25px;
    margin-top: 4px;
}

.single_course_content {
    display: inline;
    float: left;
    margin-top: 35px;
    width: 100%;
}

    .single_course_content > h2 {
        margin-bottom: 15px;
        text-transform: uppercase;
    }

    .single_course_content > p {
        font-size: 15px;
        line-height: 1.9em;
    }

.course_table {
    margin-top: 50px;
    background-color: #fff;
}

    .course_table thead {
        color: #fff;
    }

        .course_table thead > tr > th {
            color: #ffffff;
            text-transform: uppercase;
        }

.related_course {
    float: left;
    display: inline;
    width: 100%;
    margin-top: 30px;
}

    .related_course > h2 {
        background-color: #ffffff;
        font-size: 25px;
        margin-bottom: 20px;
        padding: 5px;
        text-transform: uppercase;
    }

/*--------------------*/
/* BLOG PAGE */
/*--------------------*/

.single_blog_archive {
    background-color: #fff;
    display: inline;
    float: left;
    margin-bottom: 30px;
    padding-bottom: 15px;
    width: 100%;
}

.blogimg_container {
    width: 100%;
    overflow: hidden;
    margin-bottom: 8px;
}

.blog_img img {
    height: 100%;
    width: 100%;
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
    transform: translate3d(0px, 0px, 0px);
}

.blog_img:hover img {
    opacity: 0.8;
    -webkit-transform: scale(1.1); /* Safari and Chrome */
    -moz-transform: scale(1.1); /* Firefox */
    -ms-transform: scale(1.1); /* IE 9 */
    -o-transform: scale(1.1); /* Opera */
    transform: scale(1.1);
}

.blog_title {
    display: block;
    margin-bottom: 7px;
    margin-top: 20px;
    text-transform: uppercase;
    padding: 0 15px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

    .blog_title a:hover {
        text-decoration: none;
        outline: none;
    }

.blog_commentbox {
    float: left;
    display: inline;
    width: 100%;
    padding: 0px 15px;
}

    .blog_commentbox > p {
        color: #888;
        display: inline-block;
        font-size: 15px;
        font-weight: normal;
        margin-right: 5px;
        border-right: 2px solid #ccc;
        padding-right: 5px;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    .blog_commentbox :last-child {
        border-right: none;
    }

    .blog_commentbox > p i {
        margin-right: 5px;
    }

    .blog_commentbox > a {
        color: #888;
        font-size: 15px;
        font-weight: normal;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

        .blog_commentbox > a i {
            margin-right: 5px;
        }

.blog_summary {
    color: #9b9b9b;
    line-height: 18px;
    margin: 10px 5px 10px 0;
    padding: 0 15px;
}

.blog_readmore {
    position: relative;
    display: inline-block;
    margin: 15px 25px;
    outline: none;
    color: #9b9b9b;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    text-shadow: 0 0 1px rgba(255,255,255,0.3);
    font-size: 15px;
    float: right;
}

    .blog_readmore:hover, .blog_readmore:focus {
        text-decoration: none;
        outline: none;
    }

    .blog_readmore::before,
    .blog_readmore::after {
        display: inline-block;
        opacity: 0;
        -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
        -moz-transition: -moz-transform 0.3s, opacity 0.2s;
        transition: transform 0.3s, opacity 0.2s;
    }

    .blog_readmore::before {
        margin-right: 10px;
        content: '[';
        -webkit-transform: translateX(20px);
        -moz-transform: translateX(20px);
        transform: translateX(20px);
    }

    .blog_readmore::after {
        margin-left: 10px;
        content: ']';
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    .blog_readmore:hover::before,
    .blog_readmore:hover::after,
    .blog_readmore:focus::before,
    .blog_readmore:focus::after {
        opacity: 1;
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        transform: translateX(0px);
    }

.tags_nav li {
    display: inline-block;
}

    .tags_nav li a {
        display: inline-block;
        border: 1px solid #ccc;
        margin-bottom: 5px;
        color: #666;
    }

        .tags_nav li a:hover, .tags_nav li a:focus {
            color: #ffffff !important;
        }

        .tags_nav li a > i {
            margin-right: 5px;
        }

.single_blog {
    float: left;
    display: inline;
    width: 100%;
}

    .single_blog .blog_title {
        padding-left: 0px;
    }

    .single_blog .blog_commentbox {
        padding-left: 0px;
    }

    .single_blog p {
        line-height: 25px;
        font-size: 15px;
    }

    .single_blog blockquote {
        border-left: none;
    }

        .single_blog blockquote > span {
            font-size: 25px;
        }

    .single_blog ul li {
        line-height: 25px;
    }

        .single_blog ul li > span {
            margin-right: 5px;
        }

.single_blog_prevnext {
    display: inline;
    float: left;
    margin-top: 40px;
    width: 100%;
}

.prev_post {
    display: inline-block;
    float: left;
    padding: 8px 16px;
    color: #ccc;
    border: 2px solid #ccc;
    text-transform: uppercase;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

    .prev_post:hover {
        text-decoration: none;
        outline: none;
    }

    .prev_post > i {
        font-size: 20px;
        margin-right: 5px;
    }

.next_post {
    display: inline-block;
    float: right;
    padding: 8px 16px;
    color: #ccc;
    border: 2px solid #ccc;
    text-transform: uppercase;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

    .next_post:hover {
        text-decoration: none;
        outline: none;
    }

    .next_post > i {
        font-size: 20px;
        margin-left: 5px;
    }

.related_post {
    float: left;
    display: inline;
    width: 100%;
    margin-top: 40px;
}

    .related_post > h2 {
        background-color: #fff;
        border-left: 5px solid;
        font-size: 25px;
        margin-bottom: 20px;
        padding: 10px;
    }

/*--------------------*/
/* EVENTS */
/*--------------------*/

.events_slider_area {
    float: left;
    display: inline;
    width: 100%;
}

.events_slider {
    float: left;
    display: inline;
    width: 100%;
}

    .events_slider .slick-prev {
        background-image: url("img/nav-prev.html");
        background-repeat: no-repeat;
        height: 30px;
        width: 30px;
        background-position: center;
    }

    .events_slider .slick-next {
        background-image: url("img/nav-next.html");
        background-repeat: no-repeat;
        height: 30px;
        width: 30px;
        background-position: center;
    }

    .events_slider .slick-prev, .events_slider .slick-next {
        height: 45px;
    }

    .events_slider .slick-slide img {
        display: block;
        width: 100%;
    }

/*--------------------*/
/* GALLERY */
/*--------------------*/

#gallery {
    display: inline;
    float: left;
    padding: 60px 0;
    width: 100%;
}

.gallery_area {
    float: left;
    display: inline;
    width: 100%;
}

    .gallery_area a {
        display: inline-block;
        height: 200px;
        margin: 0 9px 18px;
        width: 23%;
        position: relative;
        overflow: hidden;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

        .gallery_area a > img {
            width: 100%;
            height: 100%;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
        }

        .gallery_area a:hover .gallery_img {
            transform: scale(2.2);
        }

.view_btn {
    display: none;
    left: -100%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.gallery_area a:hover .view_btn {
    display: block;
    background-color: rgba(0, 0, 0, 0.9);
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    height: 100%;
    left: 0;
    padding-top: 34%;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    width: 100%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.tos-caption-0 {
    font-family: "Eras Demi ITC";
    font-size: 16px;
    text-align: justify;
}

/*--------------------*/
/* CONTACT */
/*--------------------*/

#contact {
    float: left;
    display: inline;
    width: 100%;
    background-color: #f6f6f6;
    padding: 60px 0;
}

.contact_form {
    float: left;
    display: inline;
    width: 100%;
}

.wp-form-control {
    border: 1px solid #ffffff;
    border-radius: 5px;
    display: inline;
    float: left;
    margin-bottom: 20px;
    padding: 10px 12px;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 100%;
}

.wpcf7-text {
    height: 45px;
}

.wpcf7-email {
    height: 45px;
}

.wpcf7-textarea {
    height: 200px;
    padding: 15px;
}

.wpcf7-submit {
    background-color: #fff;
    padding: 10px 15px;
    border-radius: 4px;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.contact_address {
    float: left;
    display: inline;
    width: 100%;
}

    .contact_address > h3 {
        margin-top: 0px;
    }

.address_group {
    float: left;
    display: inline;
    width: 100%;
    margin-bottom: 30px;
}

    .address_group .footer_social li a {
        color: #ccc;
    }

#googleMap {
    float: left;
    display: inline;
    width: 100%;
    margin-bottom: -6px;
}

/*--------------------*/
/* 404 page */
/*--------------------*/

#errorpage {
    float: left;
    display: inline;
    width: 100%;
    padding: 60px 0;
}

.error_page_content {
    display: inline;
    float: left;
    text-align: center;
    width: 100%;
}

    .error_page_content h1 {
        display: inline-block;
        font-size: 300px;
        font-weight: 400;
        position: relative;
        vertical-align: middle;
    }

        .error_page_content h1:after, .error_page_content h1:before {
            background: none repeat scroll 0 0 #fff;
            content: "";
            height: 20px;
            margin-top: -10px;
            position: absolute;
            top: 50%;
            -webkit-transform: rotate(45deg);
            -mz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
            width: 20px;
        }

        .error_page_content h1:after {
            right: -60px;
        }

        .error_page_content h1:before {
            left: -60px;
        }

    .error_page_content h2 {
        color: #c1c0b4;
        font-size: 60px;
        font-weight: 400;
    }

    .error_page_content h3 {
        font-size: 24px;
        margin-top: 35px;
    }

    .error_page_content p {
        font-size: 23px;
        line-height: 31px;
        margin: 36px auto 0;
        max-width: 630px;
        padding: 9px 0 8px;
        position: relative;
    }

        .error_page_content p:before {
            content: "";
            left: 0;
            position: absolute;
            top: 1px;
            width: 100%;
        }

        .error_page_content p:after {
            bottom: 1px;
            content: "";
            left: 0;
            position: absolute;
            width: 100%;
        }

        .error_page_content p > a {
            color: #798992;
            text-decoration: none;
        }



/*THEME STYLE SWITCHER*/

.theme_style_switcher {
    background-color: rgba(0, 0, 0, 0.75);
    border-bottom-right-radius: 4px;
    height: auto;
    left: -250px;
    padding: 15px;
    position: fixed;
    top: 140px;
    width: 250px;
    z-index: 1000;
    text-align: center;
    -webkit-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
}

    .theme_style_switcher a {
        display: inline-block;
        float: none;
        height: 40px;
        margin: 5px;
        width: 40px;
    }

    .theme_style_switcher > h4 {
        color: #fff;
        padding: 15px 10px;
        text-transform: uppercase;
    }

.style-switch-button {
    background-color: rgba(0, 0, 0, 0.75);
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    cursor: pointer;
    height: 50px;
    left: 250px;
    text-align: left;
    position: absolute;
    top: 50px;
    width: 50px;
    z-index: 1000;
}

.style-switch-active {
    left: 0;
}

.style-switch-button i {
    color: #fff;
    font-size: 20px;
    left: 15px;
    line-height: 1;
    position: relative;
    top: 15px;
}

#default {
    background-color: #78adc9;
}

#yellow {
    background-color: #ffd133;
}

#red {
    background-color: #ee4532;
}

#bridge {
    background-color: #a5d549;
}

#green {
    background-color: #3fc35f;
}

#liteBlue {
    background-color: #37c6f5;
}

#orange {
    background-color: #ff871c;
}

#pink {
    background-color: #ff2851;
}

#darkRed {
    background-color: #970001;
}

#purple {
    background-color: #c762cb;
}


/*======================///////////////
			start responsive style
=====================///////////////////////*/


@media(max-width:1199px ) {
    .slider_caption {
        width: 60%;
    }

        .slider_caption h2 {
            font-size: 30px;
        }

    .slider_right_caption {
        left: 35%;
    }

    .singCourse_author > p {
        font-size: 15px;
    }

    .side_add {
        display: block;
        width: 100%;
    }

        .side_add > img {
            width: 100%;
        }

    .gallery_area a {
        width: 22.5%;
    }
}

@media(max-width:991px ) {
    .navbar-default .navbar-brand {
        font-size: 18px;
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 12px;
        padding: 30px 9px;
    }

    .navbar-nav > li > .dropdown-menu li a {
        font-size: 12px;
    }

    .navbar-brand {
        width: 160px;
    }

        .navbar-brand img {
            max-width: 100%;
        }

    .slider_caption {
        width: 80%;
    }

    .slider_right_caption {
        left: 15%;
    }

    .course_nav {
        padding-left: 15px;
    }

        .course_nav .slick-prev {
            left: -20px;
        }

    .singCourse_title {
        font-size: 18px;
    }

    .singCourse_author > p {
        font-size: 10px;
    }

    .single_footer_widget > h3 {
        font-size: 17px;
    }

    .single_sidebar > h2 {
        font-size: 20px;
    }

    .news_tab .media-body > a {
        font-size: 12px;
    }

    .gallery_area a {
        width: 30.3%;
    }
}


@media(max-width:767px ) {
    .navbar-default .navbar-nav > li > a {
        padding: 10px 20px;
    }

    .navbar-nav > li > .dropdown-menu {
        left: 15px;
    }

        .navbar-nav > li > .dropdown-menu:before {
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            right: 65%;
        }
    /*.navbar-toggle{margin-top: 15px;}*/
    .navbar-default .navbar-brand {
        margin-bottom: 8px;
        margin-top: 8px;
    }

    .navbar-nav > li > .dropdown-menu:before {
        display: none;
    }

    .slider_caption {
        width: 90%;
    }

    .slider_right_caption {
        left: 5%;
    }

    .slider_caption h2 {
        font-size: 25px;
        line-height: 35px;
    }

    .slider_area {
        margin-top: 66px;
    }

    .aboutus_area {
        padding-right: 0px;
        margin-bottom: 30px;
    }

    .single_whyus_top {
        margin-bottom: 30px;
    }

    .single_skill {
        margin-bottom: 30px;
    }

    .single_stsTestimonial {
        margin-bottom: 30px;
    }

    .footer_bootomLeft {
        margin-bottom: 10px;
        text-align: center;
    }

    .footer_bootomRight {
        text-align: center;
    }

    .single_footer_widget {
        text-align: center;
    }

    .footer_social {
        text-align: center;
    }

        .footer_social li {
            display: inline-block;
        }

    #imgBanner {
        margin-top: 65px;
    }

        #imgBanner h2 {
            font-size: 50px;
        }

    .courseArchive_content {
        margin-bottom: 65px;
    }

    .gallery_area a {
        width: 28.5%;
    }

    .contact_address {
        margin-top: 50px;
        text-align: center;
    }
}

@media(max-width:480px ) {
    .slider_right_caption {
        top: 15%;
    }

    .slider_caption h2 {
        font-size: 20px;
        line-height: 30px;
    }

    .slider_caption p {
        font-size: 13px;
    }

    .slider_btn {
        font-size: 13px;
        padding: 5px 10px;
    }

    .error_page_content h1 {
        font-size: 100px;
    }

    #imgBanner h2 {
        font-size: 40px;
    }

    #imgBanner {
        height: 200px;
        padding: 80px 0;
    }

    .gallery_area a {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
        height: 250px;
    }
}

@media(max-width:360px ) {
    .error_page_content h1 {
        font-size: 70px;
    }

    .error_page_content h2 {
        font-size: 40px;
    }

    .error_page_content p {
        font-size: 17px;
    }

    .error_page_content h1:after, .error_page_content h1:before {
        height: 15px;
        width: 15px;
    }

    .error_page_content h1:after {
        right: -30px;
    }

    .error_page_content h1:before {
        left: -30px;
    }

    .feed_tabs li a {
        font-size: 14px;
    }

    #imgBanner h2 {
        font-size: 30px;
    }

    .blog_title {
        font-size: 20px;
        line-height: 30px;
    }

    .gallery_area a {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
        height: 200px;
    }
}

@media(max-width:320px ) {
}

.hero-slider .swiper-slide {
    overflow: hidden;
    color: #fff;
}

.hero-slider .swiper-container {
    width: 100%;
    height: 100%;
    /*position: absolute;*/
    left: 0;
    /*top: 40%;*/
}

.hero-slider .slide-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
    background: transparent;
    width: 55px;
    height: 55px;
    line-height: 53px;
    margin-top: -30px;
    text-align: center;
    border: 2px solid #d4d3d3;
    border-radius: 55px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}

.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

@media (max-width: 767px) {
    .hero-slider .swiper-button-prev,
    .hero-slider .swiper-button-next {
        display: none;
    }

    .hero-slider .slide-inner {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: left;
    }
}

.hero-slider .swiper-button-prev {
    left: 25px;
    transform: translateX(50px);
}

    .hero-slider .swiper-button-prev:before {
        font-family: "Font Awesome 5 Free";
        content: "\f060";
        font-size: 15px;
        color: #d4d3d3;
        font-style: normal;
        display: inline-block vertical-align: middle;
        font-weight: 900;
    }

.hero-slider .swiper-button-next {
    right: 25px;
    transform: translateX(-50px);
}

    .hero-slider .swiper-button-next:before {
        font-family: "Font Awesome 5 Free";
        content: "\f061";
        font-size: 15px;
        color: #d4d3d3;
        font-style: normal;
        display: inline-block vertical-align: middle;
        font-weight: 900;
    }

.hero-slider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    text-align: left;
    line-height: 12px;
    font-size: 12px;
    color: #000;
    opacity: 0.3;
    background: #fff;
    transition: all .2s ease;
}

.hero-slider .swiper-pagination-bullet-active {
    opacity: 1;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
    bottom: 30px;
}

@media screen and (min-width: 992px) {
    .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
    .hero-slider .swiper-pagination-custom,
    .hero-slider .swiper-pagination-fraction {
        /*     display: none; */
    }
}

.swiper-pagination {
    text-align: left;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 20px;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
}

}

@media (min-width: 767px) {
    .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets {
        bottom: 30px;
    }
}

.hero-style {
    height: 514px;
    margin-top: 0;
    transition: all .4s ease;
}

@media (max-width: 991px) {
    .hero-style {
        height: 600px;
    }
}

@media (max-width: 767px) {
    .hero-style {
        height: 153px;
    }
}

@media screen and (min-width: 992px) {
    .hero-style .container {
        padding-top: 95px;
    }
}

.hero-style .slide-title,
.hero-style .slide-text,
.hero-style .slide-btns {
    max-width: 690px;
}

    .hero-style .slide-title h2 {
        font-size: 40px;
        font-weight: 600;
        line-height: 1;
        color: #ffffff;
        margin: 0 0 20px;
        text-transform: capitalize;
        transition: all .4s ease;
        display: inline-block;
        text-shadow: 3px 0px 7px rgba(0,0,0,0.6), -3px 0px 7px rgba(0,0,0,0.6), 0px 4px 7px rgba(0,0,0,0.6);
    }

@media (max-width: 1199px) {
    .hero-style .slide-title h2 {
        font-size: 20px;
    }
}

@media (max-width: 991px) {
    .hero-style .slide-title h2 {
        font-size: 40px;
        margin: 0 0 20px;
    }
}

@media (max-width: 767px) {
    .hero-style .slide-title h2 {
        font-size: 25px;
        margin: 0 0 20px;
    }
}

.hero-style .slide-text p {
    opacity: 1;
    font-size: 22px;
    letter-spacing: .5px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: normal;
    color: #ffffff;
    margin: 0 0 10px;
    transition: all .4s ease;
    text-shadow: 3px 0px 7px rgb(0 0 0 / 80%), -3px 0px 7px rgb(0 0 0 / 80%), 0px 4px 7px rgb(0 0 0 / 80%);
    display: inline-block;
}

@media (max-width: 767px) {
    .hero-style .slide-text p {
        font-size: 1.3rem;
        font-weight: normal;
        margin: 0 0 0px;
    }
}

.hero-style .slide-btns > a:first-child {
    margin-right: 10px;
}

.gallery_img {
    display: inline-block;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.zoom_btn {
    display: none;
}

.gallery_img:hover .zoom_btn {
    background-color: rgba(0, 0, 0, 0.4);
    height: 90%;
    text-align: center;
    left: 3.5%;
    right: 0;
    bottom: 0;
    border-radius: 5px;
    display: inline-grid;
    align-items: center;
    position: absolute;
    text-transform: uppercase;
    top: 5%;
    width: 93%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.zoom_btn i {
    color: #fff;
    font-size: 30px;
}

html.scrollhidden {
    overflow-y: hidden;
}

@media screen and (min-width:768px) {
    .landingimg {
        height: 310px;
    }
}


/* New marquee styles start added on 19032026 */
.news-ticker {
    overflow: hidden;
    width: 100%;
    padding: 3px 0;
}

.ticker-track {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    padding-left: 100%;
    animation: tickerMove 40s linear infinite;
}

.ticker-item {
    font-weight: bold;
    color: #fff;
}

    .ticker-item a {
        color: #2f2f2f;
        text-decoration: none;
    }
.ticker-item a:hover, .ticker-item a:focus, .ticker-item button:hover {
            color: #23527c;
            text-decoration: none;
        }

.separator {
    margin: 0 15px;
    color: #fff;
}

@keyframes tickerMove {
    from {
        transform: translateX(0%);
    }

    to {
        transform: translateX(-100%);
    }
}

.news-ticker:hover .ticker-track {
    animation-play-state: paused;
}

/* New marquee styles end added on 19032026 */
.top-sec{
    padding-top: 10px;
    padding-bottom: 10px;
}
.secsecc{
    background: #f2f2f2;
    border-bottom: 1px solid #dddddd;
    padding-top: 6px;
    padding-bottom: 6px;
}
@media(max-width:767px){
      div.ruby-wrapper.ruby-vertical {
        display: none;
      }
}
.menssec{
    background: #000087;
    border-bottom: 5px solid #EAAE2C;
}
.oiis i{
    font-size: 18px;
}
.oiss li {
    line-height: 25px;
    padding-left: 25px;
    font-size: 16px;
    color: #ffffff;
    list-style: none;
    background-image: url(../img/lis3.png);
    background-repeat: no-repeat;
    background-position: 0 6px;
    margin-bottom: 7px;
    text-align: justify;
    font-weight: 400 !important;
}
.oiss {
    padding: 0;
    margin: 0;
}
.kjdjs ul li{
    border-right: 1px solid #dddddd;
    display: inline;
    padding-left: 10px;
    padding-right: 10px;
}
.kjdjs ul{
    padding-bottom: 0;
    margin-bottom: 0;
    float: right;
}
.sdseepo ul li i{
    font-size: 16px;
    line-height: 26px;
    padding-right: 5px;
}
.sdseepo ul li{
    display: inline;
    padding-right: 10px;
}
.sdseepo ul{
    padding: 0;
    margin: 0;
}
.sdseepo a{
    text-decoration: none;
}
.sdseepo a:hover{
    color: #333333;
}
.kjdjs ul li i{
    font-size: 18px;
    line-height: 28px;
}
.kjdjs a:hover{
    text-decoration: none;
    color: #333333;
}
.free img{
    float: right;
}

.scerobs {
    background: #eee;
    padding: 20px;
    border-radius: 20px;
}
.marqueescrol marquee {
    height: 310px;
}
.new-list2 {
    padding: 0;
    margin: 0;
}
.new-list2 li {
    line-height: 23px;
    padding-left: 30px;
    font-size: 14px;
    color: #333333;
    list-style: none;
    background-image: url(../img/lis2.png);
    background-repeat: no-repeat;
    background-position: 0 10px;
    text-align: justify;
    font-weight: 400 !important;
    border-bottom: 1px dashed rgba(51,51,51,0.5);
    padding-top: 10px;
    padding-bottom: 10px;
}
.top-seccrrr{
    padding-top: 30px;
    padding-bottom: 30px;
}
.scerobs h4{
    border-bottom: 1px solid #dddddd;
    font-size: 21px;
    line-height: 31px;
    font-weight: 700;
    padding-bottom: 10px;
    padding-top: 0;
    margin-top: 0;
}
.scerobs h4 i{
    padding-right: 7px;
}

.service-block{
    position:relative;
    margin-bottom:50px;
}

.service-block .inner-box{
    position:relative;
    padding:20px 10px;
    border-radius:8px;
    background-color:#ffffff;
    box-shadow:0px 0px 25px rgba(0,0,0,0.10);
}

.service-block .inner-box:before{
    position:absolute;
    content:'';
    left:0px;
    top:0px;
    right:0px;
    bottom:0px;
    opacity:0;
    border-radius:8px;
    -webkit-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
    background-color:#181c50;
    transform:scale(0.2,1);
}

.service-block .inner-box:hover::before{
    opacity:1;
    transform:scale(1,1);
}

.service-block .inner-box .icon-box{
    position:relative;
    color:#000000;
    font-size:30px;
    text-align: center;
    line-height:1em;
    -webkit-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
}

.service-block .inner-box .icon img         {height: 60px !important; padding-top: 5px;}
.service-block .inner-box .icon img         {filter: invert(0%) sepia(6%) saturate(7500%) hue-rotate(286deg) brightness(109%) contrast(106%);}
.service-block:hover .icon img              {filter: invert(100%) sepia(0%) saturate(4%) hue-rotate(152deg) brightness(104%) contrast(101%) !important;}



.service-block .inner-box h3{
    position:relative;
    line-height:1.0em;
    font-weight:500;
    color:#222222;
    text-align: center;
    margin-top:15px;
    padding-bottom:20px;
}

.service-block .inner-box h3 a{
    position:relative;
    color:#222222;
    font-size: 20px;
    -webkit-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
}

.service-block .inner-box h3:before{
    position:absolute;
    content:'';
    left:40%;
    bottom:0px;
    height:3px;
    width:40px;
    background-color:#181c50;
    -webkit-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
}

.service-block .inner-box .plus{
    position:absolute;
    right:20px;
    bottom:-22px;
    width:44px;
    height:44px;
    color:#ffffff;
    line-height:44px;
    font-size:14px;
    text-align:center;
    border-radius:50px;
    display:inline-block;
    background-color:#EAAE2C;
    -webkit-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
}

.service-block .inner-box:hover h3 a,
.service-block .inner-box:hover .icon-box{
    color:#ffffff;
}

.service-block .inner-box:hover h3:before{
    background-color:#ffffff;
}

.service-block .inner-box:hover .plus{
    background-color:#ffffff;
    color:#222222;
    box-shadow:0px 0px 15px rgba(0,0,0,0.10);
}
.sdseeslld a{
    text-decoration: none;
}
.osuds img {
    width: 32px;
    height: 36px;
    margin-right: 7px;
}
.reasesc a{
    padding: 6px 12px;
    border:0; 
    background: #000087;
    color: #ffffff;
    font-size: 14px;
    line-height: 23px;
    text-decoration: none;
    font-weight: 500;
}
p{
    padding-bottom: 20px;
    text-align: justify;
    margin-bottom: 0 !important;
}
.reasesc a:hover{
    background: #EAAE2C;
    text-decoration: none;
}
.pt-30{
    padding-top: 30px;
}
.pb-30{
    padding-bottom: 30px;
}
.pt-20{
    padding-top: 20px;
}
.visse{
    border-radius: 20px;
    background: #f2f2f2;
    padding: 20px;
}
.visse h4{
    font-size: 25px;
    line-height: 35px;
    color: #333333;
    text-align: center;
    padding-top: 0;
    margin-top: 0;
    font-weight: 600;
}
.visse p{
    color: #333333;
    padding-bottom: 0;
}
.visse:hover{
    background: url("../img/a2.jpg");
    background-size: cover;
}
.visse:hover h4{
    color: #ffffff;
}
.visse:hover p{
    color: #ffffff;
}
.misss{
    border-radius: 20px;
    background: #f2f2f2;
    padding: 20px;
}
.misss h4{
    font-size: 25px;
    line-height: 35px;
    color: #333333;
    text-align: center;
    padding-top: 0;
    margin-top: 0;
    font-weight: 600;
}
.misss p{
    color: #333333;
    padding-bottom: 0;
}
.misss:hover{
    background: url("../img/a3.jpg");
    background-size: cover;
}
.misss:hover h4{
    color: #ffffff;
}
.misss:hover p{
    color: #ffffff;
}
.iuuss a{
    font-size: 18px;
    line-height: 28px;
    text-decoration: none;
}
.sesssehh a .btn-info{
    background: #000087 !important;
    border: 0;
}
.sesssehh a:hover .btn-info{
    background: #EAAE2C !important;
    border: 0;
}
.tfooterse{
    background: #000087;
    padding-top: 30px;
    padding-bottom: 30px;
}

.foot-contact{
    padding: 0;
    margin: 0;
}
.foot-contact li{
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
}
.foot-contact li a{
    color: #ffffff;
    text-decoration: none;
}
.foot-contact li i{
    float: left;
    line-height: 28px;
    width: 30px;
    font-size: 18px;
    color: #ffffff;
}
.foot-contact li p{
    text-align: left;
    padding-bottom: 0;
    margin-bottom: 0;
}
.vv1{
    padding-left: 30px;
}
.tfooterse h4{
    font-size: 21px;
    line-height: 31px;
    color: #ffffff;
    margin-bottom: 0;
    padding-bottom: 20px;
}
.esdesddgj ul li a{
    color: #ffffff;
}
.esdesddgj ul{
    padding: 0;
    margin: 0;
}
.esdesddgj ul li{
    list-style: none;
    padding-bottom: 10px;
}
.esdesddgj ul li i{
    padding-right: 7px;
    font-size: 14px;
    line-height: 23px;
}
.esdesddgj ul li a:hover{
    text-decoration: none;
}
.sefoots{
    background: #EAAE2C;
    padding-top: 10px;
    padding-bottom: 10px;
}
.sefoots p{
    text-align: center;
    color: #ffffff;
    padding-bottom: 0;
    margin-bottom: 0;
}



.menu-btn{
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 20px;
    color: #333333;
    cursor: pointer;
}
.close-btn
{
    position: absolute;
    top: 25px;
    right: 25px;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
}
.side-bar
{
    position: fixed;
    top: 0;
    right: -100%;
    width: 280px;
    height: 100%;
    overflow-y: auto;
    background: #000087 !important;
    transition: 0.6s ease;
    transition-property: right;
    z-index: 999999;
}
.side-bar.active
{
    right: 0;
}
.side-bar .menu
{
    width: 100%;
    margin-top: 60px;
}
.side-bar .menu .item
{
    cursor: pointer;
}
.side-bar .menu .item a 
{
    display: flex;
    align-items: center;
    text-decoration: none;
    line-height: 35px;
    color: #fff;
    padding: 4px 28px;
}
.side-bar .menu .item a:hover
{
    background: #f19d56;
    transition: 0.4s;
}
.side-bar .menu .item i 
{
    margin-right: 14px;
}
.side-bar .menu .item a .dropdown
{
    position: absolute;
    right: 14px;
    transition: 0.4s;
}
.side-bar .menu .item a .dropdown.rotate
{
    transform: rotate(90deg);
}
.side-bar .menu .item .sub-menu
{
    display: none;
    background: rgba(255, 255, 255, 0.1);
}
.side-bar .menu .item .sub-menu a 
{
    padding-left: 60px;
}
@media only screen and (max-width: 767px) {
.menssec{
    display: none;
}
.top-sec{
    display: none;
}
.mobsnonn{
    display: none;
}
.mobsess{
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
}
}
@media only screen and (min-width: 767px) {
.mobsess{
    display: none;
}
}
.bru-sec{
    background-image: url("../img/e1.jpg");
    background-size: cover;
}
.bru-sec3 .bru-sec{
    background-image: url("../img/e2.jpg");
    background-size: cover;
}
.bru-sec5 .bru-sec{
    background-image: url("../img/e3.jpg");
    background-size: cover;
    background-position: center center;
}
.bru-sec6 .bru-sec{
    background-image: url("../img/e5.jpg");
    background-size: cover;
    background-position: center center;
}
.bru-sec7 .bru-sec{
    background-image: url("../img/e6.jpg");
    background-size: cover;
    background-position: center center;
}
.bru-sec8 .bru-sec{
    background-image: url("../img/e7.jpg");
    background-size: cover;
    background-position: center center;
}
.bru-sec9 .bru-sec{
    background-image: url("../img/e9.jpg");
    background-size: cover;
    background-position: center center;
}
.bru-sec10 .bru-sec{
    background-image: url("../img/e10.jpg");
    background-size: cover;
    background-position: center center;
}
.bru-sec2{
    background: rgba(51,51,51,0.3);
    padding-top: 150px;
    padding-bottom: 150px;
}
.bru-sec h3{
    text-align: center;
    color: #ffffff;
    font-size: 35px;
    line-height: 45px;
    padding-top: 0 !important;
    margin-top: 0 !important;
}
.bru-sec ul{
    padding: 0;
    margin: 0;
    text-align: center;
}
.bru-sec li{
    display: inline;
    color: #ffffff;
    font-size: 18px;
    line-height: 28px;
    padding-right: 10px;
    font-weight: 500;
}
.bru-sec li a{
    color: #ffffff;
    text-decoration: none;
}
.pt-20{
    padding-top: 20px;
}
.bghass{
    background: #f2f2f2;
}
.borses{
    border: 1px solid #dddddd;
}
.messa{
    background: #EAAE2C;
    padding: 10px;
}
.messa h4{
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
    text-align: center;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 0;
    font-weight: 600;
}
.messa p{
    color: #ffffff;
    text-align: center;
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 28px;
}
.sdffsse h5.background span {
    background: #fff;
    padding: 0 15px;
    font-family: "Eras Demi ITC";
    font-size: 35px;
    line-height: 35px;
    font-weight: 700;
    color: #333333;
}
.rees .nav-tabs > li > a{
    background: #000087;
    border-radius: 0;
    color: #ffffff;
    border: 0;
}
.rees .nav-tabs > li {
    float: none !important;
    margin-bottom: -1px;
    display: inline-block;
}
.rees .nav-tabs{
    text-align: center;
    border-bottom: 0;
}
.rees2 .active{
    background: none !important;
}
.rees .nav-tabs > li.active > a, 
.rees .nav-tabs > li.active > a:hover, 
.rees .nav-tabs > li.active > a:focus{
    background: #EAAE2C !important;
    border: 0;
}
.sds .titile:after{
    display: none;
}
.mb-0{
    margin-bottom: 0;
}
.sds h2{
    color: #000087;
}
.pb-0{
    padding-bottom: 0;
}
.seoiis{
    padding: 20px;
    border-bottom: 3px solid #000087;
    background: #f2f2f2;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.seoiis h2{
    font-size: 21px;
    line-height: 31px;
}
.seoiis p{
    padding-bottom: 0;
}
.seoiis .titile:after{
    background: #000087;
}
.seoiis2{
    position: relative;
}
.seoiis2:hover .seoiis{
background: #000087;
}
.seoiis2:hover h2{
    color: #ffffff;
}
.seoiis2:hover p{
    color: #ffffff;
}
.seoiis2:hover .seoiis .titile:after{
    background: #ffffff;
}
.seoiis3{
    padding: 20px;
    border-bottom: 3px solid #EAAE2C;
    background: #f2f2f2;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.seoiis3 h2{
    font-size: 21px;
    line-height: 31px;
}
.seoiis3 p{
    padding-bottom: 0;
}
.seoiis3 .titile:after{
    background: #EAAE2C;
}

.seoiis5{
    position: relative;
}
.seoiis5:hover .seoiis3{
background: #EAAE2C;
}
.seoiis5:hover h2{
    color: #ffffff;
}
.seoiis5:hover p{
    color: #ffffff;
}
.seoiis5:hover .seoiis3 .titile:after{
    background: #ffffff;
}
.spacex{
  padding-top: 20px;
}
.spacex1{
  padding-top: 1px;
}
.spacex2{
  padding-top: 2px;
}
.spacex3{
  padding-top: 3px;
}
.spacex4{
  padding-top: 4px;
}
.spacex5{
  padding-top: 5px;
}
.spacex6{
  padding-top: 6px;
}
.spacex7{
  padding-top: 7px;
}
.spacex8{
  padding-top: 8px;
}
.spacex9{
  padding-top: 9px;
}
.spacex10{
  padding-top: 10px;
}
.spacex11{
  padding-top: 11px;
}
.spacex12{
  padding-top: 12px;
}
.spacex13{
  padding-top: 13px;
}
.spacex14{
  padding-top: 14px;
}
.spacex15{
  padding-top: 15px;
}
.spacex16{
  padding-top: 16px;
}
.spacex17{
  padding-top: 17px;
}
.spacex18{
  padding-top: 18px;
}
.spacex19{
  padding-top: 19px;
}
.spacex20{
  padding-top: 20px;
}
.spacex21{
  padding-top: 21px;
}
.spacex22{
  padding-top: 22px;
}
.spacex23{
  padding-top: 23px;
}
.spacex24{
  padding-top: 24px;
}
.spacex25{
  padding-top: 25px;
}
.spacex26{
  padding-top: 26px;
}
.spacex27{
  padding-top: 27px;
}
.spacex28{
  padding-top: 28px;
}
.spacex29{
  padding-top: 29px;
}
.spacex30{
  padding-top: 30px;
}
.spacex31{
  padding-top: 31px;
}
.spacex32{
  padding-top: 32px;
}
.spacex33{
  padding-top: 33px;
}
.spacex34{
  padding-top: 34px;
}
.spacex35{
  padding-top: 35px;
}
.spacex36{
  padding-top: 36px;
}
.spacex37{
  padding-top: 37px;
}
.spacex38{
  padding-top: 38px;
}
.spacex39{
  padding-top: 39px;
}
.spacex40{
  padding-top: 40px;
}
.spacex41{
  padding-top: 41px;
}
.spacex42{
  padding-top: 42px;
}
.spacex43{
  padding-top: 43px;
}
.spacex44{
  padding-top: 44px;
}
.spacex45{
  padding-top: 45px;
}
.spacex46{
  padding-top: 46px;
}
.spacex47{
  padding-top: 47px;
}
.spacex48{
  padding-top: 48px;
}
.spacex49{
  padding-top: 49px;
}
.spacex50{
  padding-top: 50px;
}
.spacex51{
  padding-top: 51px;
}
.spacex52{
  padding-top: 52px;
}
.spacex53{
  padding-top: 53px;
}
.spacex54{
  padding-top: 54px;
}
.spacex55{
  padding-top: 55px;
}
.spacex56{
  padding-top: 56px;
}
.spacex57{
  padding-top: 57px;
}
.spacex58{
  padding-top: 58px;
}
.spacex59{
  padding-top: 59px;
}
.spacex60{
  padding-top: 60px;
}
.spacex61{
  padding-top: 61px;
}
.spacex62{
  padding-top: 62px;
}
.spacex63{
  padding-top: 63px;
}
.spacex64{
  padding-top: 64px;
}
.spacex65{
  padding-top: 65px;
}
.spacex66{
  padding-top: 66px;
}
.spacex67{
  padding-top: 67px;
}
.spacex68{
  padding-top: 68px;
}
.spacex69{
  padding-top: 69px;
}
.spacex70{
  padding-top: 70px;
}
.spacex71{
  padding-top: 71px;
}
.spacex72{
  padding-top: 72px;
}
.spacex73{
  padding-top: 73px;
}
.spacex74{
  padding-top: 74px;
}
.spacex75{
  padding-top: 75px;
}
.spacex76{
  padding-top: 76px;
}
.spacex77{
  padding-top: 77px;
}
.spacex78{
  padding-top: 78px;
}
.spacex79{
  padding-top: 79px;
}
.spacex80{
  padding-top: 80px;
}
.spacex81{
  padding-top: 81px;
}
.spacex82{
  padding-top: 82px;
}
.spacex83{
  padding-top: 83px;
}
.spacex84{
  padding-top: 84px;
}
.spacex85{
  padding-top: 85px;
}
.spacex86{
  padding-top: 86px;
}
.spacex87{
  padding-top: 87px;
}
.spacex88{
  padding-top: 88px;
}
.spacex89{
  padding-top: 89px;
}
.spacex90{
  padding-top: 90px;
}
.spacex91{
  padding-top: 91px;
}
.spacex92{
  padding-top: 92px;
}
.spacex93{
  padding-top: 93px;
}
.spacex94{
  padding-top: 94px;
}
.spacex95{
  padding-top: 95px;
}
.spacex96{
  padding-top: 96px;
}
.spacex97{
  padding-top: 97px;
}
.spacex98{
  padding-top: 98px;
}
.spacex99{
  padding-top: 99px;
}
.spacex100{
  padding-top: 100px;
}
@media only screen and (max-width: 767px) {
  .spacex{
  padding-top: 0px;
}
.spacex1{
  padding-top: 0px;
}
.spacex2{
  padding-top: 0px;
}
.spacex3{
  padding-top: 0px;
}
.spacex4{
  padding-top: 0px;
}
.spacex5{
  padding-top: 0px;
}
.spacex6{
  padding-top: 0px;
}
.spacex7{
  padding-top: 0px;
}
.spacex8{
  padding-top: 0px;
}
.spacex9{
  padding-top: 0px;
}
.spacex10{
  padding-top: 0px;
}
.spacex11{
  padding-top: 0px;
}
.spacex12{
  padding-top: 0px;
}
.spacex13{
  padding-top: 0px;
}
.spacex14{
  padding-top: 0px;
}
.spacex15{
  padding-top: 0px;
}
.spacex16{
  padding-top: 0px;
}
.spacex17{
  padding-top: 0px;
}
.spacex18{
  padding-top: 0px;
}
.spacex19{
  padding-top: 0px;
}
.spacex20{
  padding-top: 0px;
}
.spacex21{
  padding-top: 0px;
}
.spacex22{
  padding-top: 0px;
}
.spacex23{
  padding-top: 0px;
}
.spacex24{
  padding-top: 0px;
}
.spacex25{
  padding-top: 0px;
}
.spacex26{
  padding-top: 0px;
}
.spacex27{
  padding-top: 0px;
}
.spacex28{
  padding-top: 0px;
}
.spacex29{
  padding-top: 0px;
}
.spacex30{
  padding-top: 0px;
}
.spacex31{
  padding-top: 0px;
}
.spacex32{
  padding-top: 0px;
}
.spacex33{
  padding-top: 0px;
}
.spacex34{
  padding-top: 0px;
}
.spacex35{
  padding-top: 0px;
}
.spacex36{
  padding-top: 0px;
}
.spacex37{
  padding-top: 0px;
}
.spacex38{
  padding-top: 0px;
}
.spacex39{
  padding-top: 0px;
}
.spacex40{
  padding-top: 0px;
}
.spacex41{
  padding-top: 0px;
}
.spacex42{
  padding-top: 0px;
}
.spacex43{
  padding-top: 0px;
}
.spacex44{
  padding-top: 0px;
}
.spacex45{
  padding-top: 0px;
}
.spacex46{
  padding-top: 0px;
}
.spacex47{
  padding-top: 0px;
}
.spacex48{
  padding-top: 0px;
}
.spacex49{
  padding-top: 0px;
}
.spacex50{
  padding-top: 0px;
}
.spacex51{
  padding-top: 0px;
}
.spacex52{
  padding-top: 0px;
}
.spacex53{
  padding-top: 0px;
}
.spacex54{
  padding-top: 0px;
}
.spacex55{
  padding-top: 0px;
}
.spacex56{
  padding-top: 0px;
}
.spacex57{
  padding-top: 0px;
}
.spacex58{
  padding-top: 0px;
}
.spacex59{
  padding-top: 0px;
}
.spacex60{
  padding-top: 0px;
}
.spacex61{
  padding-top: 0px;
}
.spacex62{
  padding-top: 0px;
}
.spacex63{
  padding-top: 0px;
}
.spacex64{
  padding-top: 0px;
}
.spacex65{
  padding-top: 0px;
}
.spacex66{
  padding-top: 0px;
}
.spacex67{
  padding-top: 0px;
}
.spacex68{
  padding-top: 0px;
}
.spacex69{
  padding-top: 0px;
}
.spacex70{
  padding-top: 0px;
}
.spacex71{
  padding-top: 0px;
}
.spacex72{
  padding-top: 0px;
}
.spacex73{
  padding-top: 0px;
}
.spacex74{
  padding-top: 0px;
}
.spacex75{
  padding-top: 0px;
}
.spacex76{
  padding-top: 0px;
}
.spacex77{
  padding-top: 0px;
}
.spacex78{
  padding-top: 0px;
}
.spacex79{
  padding-top: 0px;
}
.spacex80{
  padding-top: 0px;
}
.spacex81{
  padding-top: 0px;
}
.spacex82{
  padding-top: 0px;
}
.spacex83{
  padding-top: 0px;
}
.spacex84{
  padding-top: 0px;
}
.spacex85{
  padding-top: 0px;
}
.spacex86{
  padding-top: 0px;
}
.spacex87{
  padding-top: 0px;
}
.spacex88{
  padding-top: 0px;
}
.spacex89{
  padding-top: 0px;
}
.spacex90{
  padding-top: 0px;
}
.spacex91{
  padding-top: 0px;
}
.spacex92{
  padding-top: 0px;
}
.spacex93{
  padding-top: 0px;
}
.spacex94{
  padding-top: 0px;
}
.spacex95{
  padding-top: 0px;
}
.spacex96{
  padding-top: 0px;
}
.spacex97{
  padding-top: 0px;
}
.spacex98{
  padding-top: 0px;
}
.spacex99{
  padding-top: 0px;
}
.spacex100{
  padding-top: 0px;
}
}
.contadds{
    background: #000087;
    padding: 20px;
}
.contadds h4{
    color: #ffffff;
    font-size: 25px;
    line-height: 35px;
}
.sfdsf a{
    padding: 10px 30px 10px 30px;
    background: #EAAE2C;
    border: 0;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    border-radius: 0;
}
.sfdsf a:hover{
    background: #000087;
}
.fn{
    float: none;
}
.selffs{
    padding: 20px;
    background: #f2f2f2;
    border-radius: 20px;
    border: 1px solid #dddddd;
}
.selffs h4{
    text-align: center;
    font-size: 25px;
    line-height: 35px;
    font-weight: 700;
    color: #000087;
    padding-top: 0;
    margin-top: 0;
}
.bgg-see{
    background: #f2f2f2;
    padding-top: 30px;
    padding-bottom: 30px;
}
.bgg-see .selffs{
    background: #ffffff;
}
.bgg-see h3{
    font-size: 35px;
    line-height: 45px;
}
 h3.ggr{
    font-size: 35px;
    line-height: 45px;
    font-weight: 600;
}
h4.ggr2{
    font-size: 25px;
    line-height:35px;
    font-weight: 600;
}
h5.ggr2{
    font-size: 21px;
    line-height:31px;
    font-weight: 600;
    color: #000087;
    text-align: left;
    font-family: "Eras Demi ITC";
    text-transform: capitalize;
}
.pt-0{
    padding-top: 0 !important;
}
.mt-0{
    margin-top: 0 !important;
}
.seshhh p{
    padding-bottom: 0;
}
.table-act{
    background: #000087;
    color: #ffffff;
    font-weight: 600;
}