/*------------------------------------------------------------------
    Main Style Stylesheet
    Project:        Museum - Premium HTML5 Template
    Version:        1.0
    Author:         M_Adnan
    Last change:    16/08/2015
    Primary use:    Museum - Premium HTML5 Template
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
body 
 + WRAP
 + HEADER
 + NAVIGATION
 + BANNER
 + SERVICES
 + OUR FEATURED FOUNDERS
 + BLOG UPDATES 
 + APPOINMENT
 + NEWS FROM BLOG
 + PARTNERS / CLIENTS
 + FOOTER
 + SOCIAL ICONS
 + 3 MENU LEVEL
-------------------------------------------------------------------*/
/*=======================================================
      THEME STYLING START
========================================================*/
* {
    margin: 0px;
    padding: 0px;
}

body {
    background: #FFF;
    /*height: 100%;*/
    /*width: 100%;*/
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    /*min-height: 100%;*/
    /*position: relative;*/
    letter-spacing: 0px;
    font-size: 14px;
    color: #333333;
    font-family: 'Open Sans', sans-serif;
}

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

/*=======================================================
      WRAPPER
========================================================*/
#wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 1;
}
/*=======================================================
      HEADINGS
========================================================*/
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    color: #333333;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}
h1 {
    font-size: 65px;
}
h2 {
    font-size: 28px;
    font-weight: bold;
}
h3 {
    font-size: 22px;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
    font-weight: bold;
}
p {
    color: #333333;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}
a {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-decoration: none !important;
    font-weight: 600;
}
img {
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    display: inline-block !important;
}
ul {
    margin-bottom: 0px;
}
li {
    list-style: none;
}
a {
    text-decoration: none;
    color: #757575;
}
.font-montserrat {
    font-family: 'Montserrat', sans-serif;
}
/*=======================================================
      SECTION
========================================================*/
section {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.overlay {
    background: rgba(49,49,49,0.7);
}


/*--- top header ----*/
#top-header {
    width: 100%;
    background-color: #0b0992;
    min-height: 36px;
    height: 50px;
}
#top-header h1 {
    color: #fff;
    margin: 0px;
    padding: 13px 0px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    /* background-color: #ff5b5b; */
    position: relative;
    border-right: 1px solid #ffffff80;
}
/*#top-header h1:after {*/
/*    content: '';*/
/*    display: block;*/
/*    width: 0;*/
/*    height: 0;*/
/*    position: absolute;*/
/*    bottom: 50%;*/
/*    margin-bottom: -10px;*/
/*    right: -10px;*/
/*    border-top: 10px solid transparent;*/
/*    border-left: 10px solid #ff5b5b;*/
/*    border-bottom: 10px solid transparent;*/
/*}*/
.ticker_1{
    margin-bottom: 0px;
}
.ticker_1 li a {
    color: #fff;
    font-weight: 700;
    font-size: 9.4px;
    line-height: 40px;
}

ul.ticker_1 >li {
/*    border-right: 1px solid #ffffff80;*/
}
li.ticker_l1.top-bar-button {
    padding-left: 20px;
    background: #a41710;
    padding-right:20px;
}
.ticker_l1 .fa{
    color: #fd9226;
}
ul.logo-list {
    margin-top: 15px;
}
ul.ticker_1 li:last-child {
    border: none;
}
li.ticker_l1 a {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 40px;
}

li.ticker_l1 a span.blink{

    /*background: #63cbff;*/
    height: 16px;
    padding: 5px;

}

li.ticker_l1 a span.blink:hover{ 
    /*background: #fd634e;*/
    height: 16px;
    padding: 5px;
}

li.ticker_l1 {
    /*background: #2f54ae;*/
    padding: 0 6px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.logo-holder{
    padding-top: 20px;
}
@-webkit-keyframes blinker {
    from {opacity: 1.0;}
    to {opacity: 0.0;}
}
.blink{
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-timing-function:ease-in-out;
    -webkit-animation-direction: alternate;
}
.logo-list li:first-child {
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(10px, -17px);
}
/*=======================================================
      BUTTON
========================================================*/
.btn {
    background: #bc202d;
    color: #fff;
    border-radius: 50px;
    display: inline-block;
    padding: 10px 28px !important;
    font-size: 13px !important;
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.btn-small {
    font-size: 10px;
}
.btn-dark {
    color: #272727;
    border-color: #272727;
}
.btn:hover {
    background: #f19100;
    color: #fff;
    cursor: pointer;
}
.btn-1 {
    background: #f19100;
    color: #fff;

}
.btn-1:hover {
    background: #fb931a;
    color: #fff;
    cursor: pointer;
}
.form-control {
    box-shadow: none;
    border: 1px solid #f7f7f7;
    border-radius: 0px;
    height: 40px;
}
.form-control:focus {
    border: none;
    box-shadow: none;
}
.ticker_1 li:hover {
    color: #ffffff;
    /*background: #fb931a;*/
    /*height: 38px;*/
}
/*=======================================================
      MARGIN 20px
========================================================*/
.margin-r-20 {
    margin-right: 20px;
}
.margin-l-20 {
    margin-left: 20px;
}
.margin-t-20 {
    margin-top: 20px;
}
.margin-b-20 {
    margin-bottom: 20px;
}
/*=======================================================
      MARGIN 40px
========================================================*/
.margin-r-40 {
    margin-right: 40px;
}
.margin-l-40 {
    margin-left: 40px;
}
.margin-t-40 {
    margin-top: 40px !important;
}
.margin-b-40 {
    margin-bottom: 40px;
}
/*=======================================================
      MARGIN 80px
========================================================*/
.margin-r-80 {
    margin-right: 80px;
}
.margin-l-80 {
    margin-left: 80px;
}
.margin-t-80 {
    margin-top: 80px;
}
.margin-b-80 {
    margin-bottom: 80px;
}
/*=======================================================
      PADDING
========================================================*/
.padding-r-20 {
    padding-right: 20px !important;
}
.padding-r-80 {
    padding-right: 80px !important;
}
.padding-l-20 {
    padding-left: 20px;
}
.padding-t-20 {
    padding-top: 20px;
}
.padding-t-50 {
    padding-top: 50px;
}
.padding-b-20 {
    padding-bottom: 20px;
}
.padding-b-50 {
    padding-bottom: 50px;
}
.no-margin {
    margin: 0px !important;
}
.no-padding {
    padding: 0;   
}
.no-padding-b {
    padding-bottom: 0px !important;
}
.no-margin-t {
    margin-top: 0px !important;
}
.no-padding-t {
    padding-top: 0px !important;
}
.padding-l-60 {
    padding-left: 60px;
}
.full-width {
    display: inline-block;
    width: 100%;
}
.no-border {
    border: none !important;
}
hr {
    height: 2px;
    width: 100px;
    background: #991d1f;
    border: none;
}
/*=======================================================
      TITTLE
========================================================*/
.tittle {
    text-align: center;
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
}
.tittle h2 {
    font-weight: normal;
    margin: 0px;
    text-transform: uppercase;
}
.tittle hr {
    height: 3px;
    margin: 20px auto;
}
.tittle p {
    color: #777777;
}
.bg-white {
    background: #fff !important;
}
/*=======================================================
      TOP BAR
========================================================*/
/*
.top-bar {
        position: relative;
        height: 40px;
        line-height: 40px;
        display: inline-block;
        width: 100%;
        background: #000000;
        position: relative;
        overflow: hidden;
}
.top-bar p {
        line-height: 40px;
        color: #fff;
        margin: 0px;
}
.top-bar .open-time {
        float: left;
        padding-left: 30%;
}
.top-bar:before {
        content: "";
        background: #fff;
        position: absolute;
        right: -63px;
        top: 0px;
        width: 80px;
        background: #fff;
        height: 40px;
        z-index: 9;
        -webkit-transform: skew(-40deg);
        -moz-transform: skew(-40deg);
        -o-transform: skew(-40deg);
        transform: skew(-40deg);
}
.top-bar .call {
        background: #f19100;
        height: 40px;
        padding: 0 30px;
        float: right;
        margin-right: 50px;
        -webkit-transform: skew(40deg);
        -moz-transform: skew(40deg);
        -o-transform: skew(40deg);
        transform: skew(40deg);
}
.top-bar .call p {
        -webkit-transform: skew(-40deg);
        -moz-transform: skew(-40deg);
        -o-transform: skew(-40deg);
        transform: skew(-40deg);
}
.top-bar .call p i {
        margin-right: 10px;
}
*/
/*=======================================================
      Padding 100px
========================================================*/
.sec-100px {
    padding: 100px 0;
}
.navbar-right .dropdown-menu {
    right: auto !important;
    left: auto;
}

/*
.navbar_h {
    margin-bottom: 0px !important;
    border: 0px solid transparent;
    margin-top: 0 !important;
    background-color: #c01e2d !important;
    border-color: #c01e2d !important;
    border: 0 !important;
    border-radius: 0px;
}
*/

.navbar_h {
    margin-bottom: 0px !important;
    border: 0px solid transparent;
    margin-top: 0 !important;
    background-color: #0b0992 !important;
    border-color: #0b0992 !important;
    border: 0 !important;
    border-radius: 0px;
    animation: gradient 15s ease infinite;
    margin: 0 24px;

}
nav.navbar.navbar-default.navbar_h ul.nav.navbar-nav.navbar-right li a {
    color: #fff;
    padding: 20px 10px;
    border-bottom: 0px solid #fff;
}
nav.navbar.navbar-default.navbar_h ul.nav.navbar-nav.navbar-right .dropdown-menu li a {
    padding: 10px 15px;
}
nav.navbar.navbar-default.navbar_h ul.nav.navbar-nav.navbar-right li a:hover {
    color: #ffffff !important;
    background: #a41710;
}
nav.navbar.navbar-default.navbar_h ul.nav.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.dropdown-menu li a{
    background: #fff;
    color:#0b0992 !important;
    text-transform: uppercase;
}

.list1 ul li a:after {
    content: '';
    display: block;
    background-color: #fff;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    transition-duration: 0.6s;
}

ul.dropdown-menu.mega-dropdown-menu.menu_list3 {
    position: absolute;
    left: 0;
}

ul.dropdown-menu.mega-dropdown-menu.menu_list1 {
    min-width: 500px;
    left: 0;
    width: 750px;
    background: #fff;
    color:#0b0992;
}


ul.dropdown-menu.mega-dropdown-menu.menu_list_1 {
    width: 750px;
    min-width: 500px;
    background: #fff;
    color:#0b0992 !important;
}

ul.dropdown-menu.mega-dropdown-menu.menu_list_1 {
    position: absolute;
    right: 0;

}

div#carousel-example-generic .carousel-inner .item img {
    width: 100%;
    min-height: 450px;
    height: 575px;
}


ul.dropdown-menu.mega-dropdown-menu.menu_list_2 {
    width: 750px;
    min-width: 500px;

}

ul.dropdown-menu.mega-dropdown-menu.menu_list_2 {
    position: absolute;

    right: 0;

}

ul.dropdown-menu.mega-dropdown-menu.menu_list7 {
    width: 750px;
    left: 0;
    min-width: 500px;
}


ul.dropdown-menu.mega-dropdown-menu.menu_list8 {
    width: 750px;
    min-width: 500px;

}


ul.dropdown-menu.mega-dropdown-menu.menu_list8 {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.menu_list8 li ul {
    margin-top: -18px;
}

ul.dropdown-menu.mega-dropdown-menu.menu_list9 {
    width: 750px;
    min-width: 500px;

}

ul.dropdown-menu.mega-dropdown-menu.menu_list9 {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.list1 ul li a {
    display: block;
    transition-duration: 0.5s;
}


/*=======================================================
      HEADER
========================================================*/
header {
    display: inline-block;
    z-index: 999;
    line-height: 0px;
    top: 0px;
    padding: 0;
    width: 100%;
    background: #0b0992;
}
.navbar-nav>li:hover {
    background: #fff;
    color: #0b0992;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    background: #fff;
    color: #0b0992;
}

header .navbar {
    min-height: 55px !important;
    height: auto;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
/*
header:before {
        content: "";
        background: #fff;
        position: absolute;
        left: -12%;
        top: 0px;
        width: 50.3%;
        background: #fff;
        height: 125px;
        z-index: 9;
        -webkit-transform: skew(40deg);
        -moz-transform: skew(40deg);
        -o-transform: skew(40deg);
        transform: skew(40deg);
        box-shadow: 0 0 2px rgba(0,0,0,0.2);
}
*/
header .logo {
    float: left;
    width: auto;
    margin: 20px 0;
    position: relative;
    z-index: 99;
}
header nav {
    display: inline-block;
    position: relative;
    z-index: 999;
    float: left;
    margin-top: 20px;
}
header nav li a {
    padding: 10px 0px;
    margin: 0;
    border-color: #0b0992;
    text-decoration: none;
    line-height: 20px;
    /*	text-transform: uppercase;*/
    color: #616566;
    float: left;
    font-size: 14.5px;
    font-weight: 600;
    position: relative;
}
header nav li a.r2{
    font-weight: 400;
}
img.about1_img {
    width: 100%;
    min-height: 180px;
    height: 210px;
}
.menu_list3  img.about1_img {
    width: 100%;
    min-height: 180px;    
    height: 210px;
}
ul.menu_list3 li a {
    padding: 6px 11px !important;
    font-weight: 400;
}
ul.menu_list3 li.dropdown-header a{
    font-weight: 700;
    padding-left: 0px !important;
}
.menu_list7 ul li a {
    padding: 4px 11px !important;
}
.menu_list8 ul li a {
    padding: 8px 11px !important;
}

.menu_list2 ul li a {
    padding: 4px 11px !important;
}
.menu_list_2 ul li a {
    padding: 4px 11px !important;
}



.list1 .menu_list_1 li:first-child {
    text-transform: uppercase !important;

}
.menu_list9 img.about1_img {
    width: 100%;
    min-height: 180px;
    height: 230px;
}
.menu_list9 ul li a {
    padding: 4px 11px !important;
}

menu_list_2


.menu_list_1 >li {
    text-transform: uppercase;
}

header nav li.active a:hover {
    color: #0b0992;
    background: #fff;
}
header nav li.active a {
    color: #0b0992;
    font-weight: 600;
}
header nav .ownmenu li {
    float: left;
    padding: 0 15px;
}
header nav li a:hover {
    color: #af5875;
}
header .ownmenu ul.dropdown {
    padding-bottom: 0px;
    background: #fff;
}
header .ownmenu ul.dropdown li a {
    text-transform: uppercase;
    font-size: 12px;
    border: none;
    padding:0px 20px;
    line-height: 38px;
    background: none;
    color: #000;
    font-size: 12px;
    display: inline-block;
    width: 100%;
    border-bottom:1px solid rgba(0,0,0,0.1);
}
header .ownmenu ul.dropdown li a:hover {
    background: #f19100;
    color: #fff;
}
header .ownmenu li > .megamenu li a:hover {
    background: #3dc5df;
    color: #fff;
}
header ul.dropdown {
}
header ul.dropdown li {
    padding: 0px;
}
header ul.dropdown li:hover {
    background: #fff;
    color:#0b0992;
}
header nav .ownmenu .indicator {
    display: none;
}

.btn:hover {
    background: #e55403;
    color: #fff;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #0b0992;
    background-color: #fff;
}


/*=======[ Index Rev Slider Content Style ]========*/

.slider-content-bottom {
    background: #f9f9f9;
    text-align: center;
    margin-top: -2px;
}
.slider-content-bottom .sider-btm-row-inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.slider-content-bottom .slide_cont_box_01 {
    padding: 0;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
/*

        .slider-content-bottom .slide_cont_box_02 {
            padding: 0;
           display: flex;
    height: 360px;
        }
        .slider-content-bottom .slide_cont_box_03 {
            padding: 0;
           display: flex;
    height: 360px;
        }
.slider-content-bottom .slide_cont_box_04 {
            padding: 0;
       display: flex;
    height: 360px;
        }
*/
.slider-content-bottom .content_body:hover .btm-item_01::before {
    background: #5d060e;
    cursor: pointer;
}
.slider-content-bottom .content_body:hover .btm-item_02::before {
    background: #4b4d51;
    cursor: pointer;
}
.slider-content-bottom .content_body:hover .btm-item_03::before {
    background: #5d060e;
    cursor: pointer;
}
.slider-content-bottom .content_body:hover .btm-item_04::before {
    background: #4b4d51;
    cursor: pointer;
}
.slider-content-bottom .btm-item_01, .slider-content-bottom .btm-item_02, .slider-content-bottom .btm-item_03, .slider-content-bottom .btm-item_04 {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 1;
    padding: 65px 10px;
}
.slider-content-bottom .btm-item_01::before,
.slider-content-bottom .btm-item_02::before,
.slider-content-bottom .btm-item_03::before, 
.slider-content-bottom .btm-item_04::before{
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100%;
    height: 100%;
    width: 100%;
    z-index: -1;
    content: "";
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.slider-content-bottom .btm-item_01:hover,
.slider-content-bottom .btm-item_02:hover,
.slider-content-bottom .btm-item_03:hover,
.slider-content-bottom .btm-item_04:hover {
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.slider-content-bottom .btm-item_01::before {
    background: #bc202d;
}
.slider-content-bottom .btm-item_02::before {
    background: #858688;
}
.slider-content-bottom .btm-item_03::before {
    background: #bc202d;
}
.slider-content-bottom .btm-item_04::before {
    background: #858688;
}


.slider-content-bottom .slider-btm-box .btm-item-icon {
    height: 65px;
    width: 65px;
}
.slider-content-bottom .slider-btm-box h3 {
    color: #ffffff;
    font-size: 20px;
    padding: 0;
}
.slider-content-bottom .slider-btm-box p {
    color: #ffffff;
    margin: 0;
    padding: 10px 0;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
}
.slider-content-bottom .slider-btm-box a {
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
}
.slider-content-bottom .slider-btm-box a .slider-b-btn-icon {
    padding-left: 10px;
}





/*=======================================================
      CONTENT
========================================================*/
.content {
    background: #ffffff;
}
/*=======================================================
      SUB BANNER
========================================================*/
.sub-bnr {
    text-align: center;
    background: url(../images/bg/bnr-bg.jpg) center center no-repeat;
    background-size: cover;
}
.sub-sponser {
    background: url(../images/bg/sub-sponser-bg.jpg) center center no-repeat;
    background-size: cover;
}
.sub-contact {
    background: url(../images/bg/sub-contact-bg.jpg) center center no-repeat;
    background-size: cover;
}
.sub-gallery {
    background: url(../images/bg/sub-gallery-bg.jpg) center center no-repeat;
    background-size: cover;
}
.sub-event {
    background: url(../images/bg/sub-event-bg.jpg) center center no-repeat;
    background-size: cover;
}
.sub-event-single{
    background: url(../images/bg/sub-event-bg-single.jpg) center center no-repeat;
    background-size: cover;
}
.sub-404{
    background: url(../images/bg/sub-404.jpg) center center no-repeat;
    background-size: cover;

}
.sub-bnr .overlay-gr {
    padding: 100px 0;
    background: rgb(241,145,0); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(241,145,0,0.8) 0%, rgba(199,64,64,0.8) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(241,145,0,0.8)), color-stop(100%, rgba(199,64,64,0.9))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(241,145,0,0.8) 0%, rgba(199,64,64,0.8) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(241,145,0,0.8) 0%, rgba(199,64,64,0.8) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(241,145,0,0.8) 0%, rgba(199,64,64,0.8) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(241,145,0,0.8) 0%, rgba(199,64,64,0.8) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f19100', endColorstr='#c74040', GradientType=1 ); /* IE6-9 */
}
.sub-bnr h2 {
    font-weight: normal;
    color: #fff;
    margin: 0px;
    margin-bottom: 30px;
}
.sub-bnr p {
    font-weight: 400;
    color: #fff;
    font-size: 18px;
}
.breadcrumb {
    text-align: center;
    background: #130805;
    padding: 10px;
}
.breadcrumb a {
    color: #fff;
}
.breadcrumb>.active {
    color: #fff;
    font-weight: 600;
}
.breadcrumb>li+li:before {
    content: "\f105";
    font-family: 'FontAwesome';
    padding: 0 20px;
    font-size: 18px;
    font-weight: normal;
}


/*=======================================================
      ABOUT
========================================================*/
.about_box {
    /*background: #fff;*/
    float: left;
    width: 100%;
    padding: 0;
    margin: 60px 0;
}
.about-content.s-about-content.pl-30 {
    padding-left: 8%;
    width: 645px;
    padding-bottom: 25px;
}
/*
.about {
}

.about h4 {
        text-transform: uppercase;
        line-height: 30px;
}
.about a {
        color: #f19100;
        margin-top: 10px;
        display: inline-block;
        text-transform: uppercase;
}
.about a i {
        margin-top: 2px;
        font-size: 18px;
        margin-left: 5px;
}
*/
.about .hrs {
    background: rgb(241,145,0); 
    background: -moz-linear-gradient(left, rgba(241,145,0,1) 0%, rgba(199,64,64,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(241,145,0,1)), color-stop(100%, rgba(199,64,64,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(241,145,0,1) 0%, rgba(199,64,64,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(241,145,0,1) 0%, rgba(199,64,64,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(241,145,0,1) 0%, rgba(199,64,64,1) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(241,145,0,1) 0%, rgba(199,64,64,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f19100', endColorstr='#c74040', GradientType=1 ); /* IE6-9 */
    padding: 40px 20px;
    letter-spacing: 0px;
    display: inline-block;
    width: 100%;
    padding-right: 0px;
}
/*
.about .hrs h3 {
        color: #fff;
        margin-top: 0px;
}
.about .hrs h3 i {
        font-size: 28px;
        margin-right: 10px;
        float: left;
        margin-top: -4px;
}
.about .hrs ul {
        margin-top: 20px;
        display: inline-block;
        width: 100%;
}
.about .hrs h5 {
        color: #fff;
        margin: 0px;
        margin-bottom: 5px;
}
.about .hrs p {
        color: #fff;
        margin-bottom: 0px;
        font-weight: 600;
}
.about .hrs .appoiment {
        background: #000;
        color: #fff;
        display: inline-block;
        padding: 12px 0;
        font-weight: 600;
        letter-spacing: 0.5px;
        width: 100%;
        text-align: center;
        text-transform: uppercase;
}
.history {
        background: #000000;
}
.history p {
        color: #fff;
}
*/
.museum-img {
    background: url(../images/about_11.png) center center no-repeat;
    max-height: 442px;
    display: inline-block;
    width: 100%;
    background-size: initial;
    min-height: 450px;
    margin-bottom: -5px;
    margin-top: 0px;
    margin-left: 62px;
}
.about-title.second-atitle h2 {
    font-size: 30px;
    font-weight: 700;
    margin-top: 30px;
    color: #bf1220;
}
.about_r{
    text-align: justify;    
}
.about_r1 {
    height: 100px;
    border-left: 4px solid #bc202d;
    margin-top: 20px;
}
.about_h1 p {
    color: #000;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}
.pad0{
    padding: 0;
}
/*
.history .history-detail {
        padding: 80px;
        padding-right: 33%;
        padding-bottom: 0px;
}
.history .history-detail h4 {
        color: #fff;
}
.history .on-view {
        margin-top: 20px;
}
.position-center-center {
        left: 50%;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
}
*/
/*=======================================================
      GALLERY
========================================================*/

.gallery ul li .inn-sec {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    z-index: 2;
    background: #000000;
    margin-bottom: 30px;
}
.gallery ul li img {
    width: 100%;
}
.gallery ul li .detail {
    padding: 30px 20px;
    position: relative;
    z-index: 2;
}
.gallery ul li span.tag {
    position: absolute;
    top: 30px;
    left: 30px;
    background: rgba(241,145,0,0.9);
    text-transform: uppercase;
    color: #fff;
    border-radius: 6px;
    padding: 7px 20px;
    font-size: 12px;
    letter-spacing: 0px;
    z-index: 9;
    font-family: 'Montserrat', sans-serif;
}
.gallery ul li .detail a {
    text-transform: uppercase;
    font-size: 16px;
    color: #f19100;
}
.gallery ul li .detail p {
    color: #fff;
    margin: 10px 0 0 0px;
}
.gallery ul li .detail p span {
    text-transform: uppercase;
}
.gallery ul li .hover-info {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.gallery ul li .hover-info a {
    color: #918f90;
    font-size: 60px;
    margin-top: -200px;
    display: inline-block;
    position: relative;
    top: -20px;
}
.gallery ul li .hover-info a:hover {
    color: #fff;
    cursor: pointer;
}
.gallery ul li:hover .hover-info {
    opacity: 1;
    cursor: pointer;
}
/*=======================================================
      PAGINATION
========================================================*/
.pagination {
    padding-top: 20px;
    border: none !important;
    display: inline-block;
    width: 100%;
    margin: 0 !important;
    text-align: center;
}
.pagination ul li {
    border: none;
}
.pagination>li {
    display: inline-block;
}
.pagination>li>a, .pagination>li>span {
    border: none;
    border-radius: 0px !important;
    padding: 0px;
    background: #fff;
    border: 1px solid #ececec;
    text-align: center;
    line-height: 35px;
    color: #272727;
    margin: 0 2px;
    font-size: 12px;
    padding: 0 15px;
}
.pagination>li>a:hover {
    background: #f19100;
    color: #fff;
    border-color: #f19100;
}
.sponser-page {
    padding: 50px 0;
}
.sponser-page li {
    text-align: center;
    margin: 50px 0;
}
/*=======================================================
      EVENT
========================================================*/
.event {
}
.event .event-detail {
    padding: 30px;
}
.event .event-detail h4 {
    color: #f19100;
    margin: 0px;
    line-height: 30px;
    margin-bottom: 15px;
}
.event .event-detail span {
    display: inline-block;
    width: 100%;
    line-height: 26px;
    font-weight: 600;
}
.event ul {
    display: inline-block;
    width: 100%;
    border: 2px solid #f8f8f8;
    border-left: none;
}
.event .event-detail p {
    margin-top: 15px;
}
.event .event-detail span i {
    width: 20px;
    font-size: 18px;
    display: inline-block;
}
.event .date {
    background: rgb(241,145,0); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(241,145,0,0.8) 0%, rgba(199,64,64,0.8) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(241,145,0,0.8)), color-stop(100%, rgba(199,64,64,0.9))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(241,145,0,0.8) 0%, rgba(199,64,64,0.8) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(241,145,0,0.8) 0%, rgba(199,64,64,0.8) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(241,145,0,0.8) 0%, rgba(199,64,64,0.8) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(241,145,0,0.8) 0%, rgba(199,64,64,0.8) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f19100', endColorstr='#c74040', GradientType=1 ); /* IE6-9 */
    width: 90px;
    height: 85px;
    float: left;
    position: absolute;
    top: 25px;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    line-height: 20px;
    padding-top: 20px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.event .date p {
    color: #fff;
    font-size: 12px;
    margin-top: 5px;
}
.event .eve-img img {
    width: 100%;
    padding-right: 30px;
}
.event-page ul {
    margin-bottom: 30px;
}
.event-page .event-detail {
    padding-left: 0px;
    padding-right: 25px;
    padding-bottom: 20px;
}
.side-bar h5 {
    text-transform: none;
    margin: 0px;
    margin-top: 30px;
    margin-bottom: 20px;
}
.side-bar {
    padding: 50px 30px;
    padding-right: 45px;
    background: #f8f8f8;
}
.event-page .event-detail span {
    width: 50%;
    float: left;
    color: #333333;
}
.event-page .event-detail p {
    display: inline-block;
    width: 100%;
}
.event-page .btn {
    margin-top: 30px;
}
.event-page .search {
    display: inline-block;
    width: 100%;
}
.event-page .search input {
    display: inline-block;
    width: 100%;
    border: 1px solid #ebebeb;
    height: 40px;
    padding: 0 10px;
    font-size: 12px;
}
.event-page .search button {
    color: #202020;
    float: right;
    position: relative;
    margin-top: -32px;
    font-size: 16px;
    background: none;
    border: none;
    margin-right: 10px;
}
.side-bar ul {
    margin: 0px;
}
.side-bar .latest-post li {
    padding: 10px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #e6e6e6;
}
.side-bar .latest-post li:nth-last-child(1) {
    border-bottom: none;
}
.side-bar .latest-post li a {
    padding: 0px !important;
    line-height: 20px;
    color: #222222;
    margin-top: -5px;
    display: inline-block;
    width: 100%;
}
.side-bar .latest-post li p {
    color: #f19100;
    margin: 0px;
    font-size: 13px;
}
.side-bar .coming-event {
    margin: 0 -10px;
}
.side-bar .coming-event li {
    padding: 5px 10px;
    display: inline-block;
    float: left;
    width: 33.3333%;
}
.side-bar .tags {
    display: inline-block;
    width: 100%;
}
.side-bar .tags li {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 10px;
    float: left;
}
.side-bar .tags li a {
    display: inline-block;
    border: 1px solid #ebebeb;
    color: #272727;
    float: left;
    font-size: 13px;
    padding: 5px 15px;
}
.side-bar .tags li a:hover {
    background: #f19100;
    color: #fff;
    border-color: #f19100;
}
.side-bar .cate li a {
    line-height: 45px;
    display: inline-block;
    width: 100%;
}
.side-bar .cate li a:hover {
    color: #f19100;
}
.side-bar .cate li a:before {
    content: "\f105";
    font-family: 'FontAwesome';
    padding-right: 10px;
}
.side-bar .conct-with {
    margin: 0 -5px;
}
.side-bar .conct-with li {
    width: 33.3333%;
    float: left;
    text-align: center;
    padding: 0 5px;
}
.side-bar .conct-with li a {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 15px 0;
}
.side-bar .conct-with li a i {
    background: rgba(255,255,255,0.1);
    height: 46px;
    width: 46px;
    text-align: center;
    line-height: 46px;
    font-size: 20px;
    border-radius: 50%;
    margin-bottom: 10px;
}
.side-bar .conct-with li a span {
    width: 100%;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
}
.side-bar .conct-with .fb {
    background: #3b59a1;
}
.side-bar .conct-with .tw {
    background: #46b0e4;
}
.side-bar .conct-with .g-plus {
    background: #dd4c39;
}
#map {
    height: 520px;
}
.event-location{
    padding:30px;
    border:1px solid #f1f1f1;
}
.event-location h4{
    text-transform:none;
    margin-top:0px;
}
.event-location #map{
    height:400px;
    display:inline-block;
    width:100%;
}
.error-page{
    padding:100px 0;
}
.error-page h1{
    font-size:150px;
    color:#333333;
    font-weight:bolder;
    margin:50px 0;
}
.error-page h2{
    font-size:43px;
    color:#333333;
    font-weight:400;
    text-transform:none;
    font-family: 'Open Sans', sans-serif;
}
.error-page h3{
    font-size:24px;
    color:#333333;
    font-weight:400;
    text-transform:none;
    font-family: 'Open Sans', sans-serif;
    margin-bottom:50px;
}

/*=======================================================
                        CONTACT FORM
========================================================*/
.contact-us {
}
.contact {
}
.contact #contact_form {
    text-align: center;
}
.contact .error {
    border: 1px solid red;
}
.success-msg {
    background: #fff;
    border: 1px solid #ABD0A8;
    color: #589051;
    margin-bottom: 30px;
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 11px 16px;
    border-radius: 4px;
    display: none;
}
.success-msg i {
    padding: 10px;
    border-radius: 50%;
    border: 1px solid #ABD0A8;
    margin-right: 10px;
}
#contact_form li {
    text-align: left;
    margin-bottom: 20px;
}
#contact_form li input {
    display: inline-block;
    width: 100%;
    height: 45px;
    font-size: 13px;
    padding: 0 10px;
}
#contact_form li .form-control {
    height: 45px;
    border: none;
    box-shadow: none;
    border-radius: 0px;
    border: 1px solid #e8e8e8;
    background: #fff;
}
#contact_form li textarea {
    height: 130px !important;
    font-size: 13px;
}
#contact_form li .btn {
    text-transform: uppercase;
}
.contact-form .tittle {
    text-align: center;
}
.contact-form .tittle hr {
    width: 28px;
    height: 5px;
    margin: 15px auto;
    background: #448aff;
    border: none;
}
.contact-form .tittle p {
    text-transform: none;
    font-size: 16px;
}
.contact-form label {
    font-weight: normal;
    color: #696969;
    font-size: 11px;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
    margin: 0px;
    line-height: 26px;
}
.contact-form textarea {
    display: inline-block;
    width: 100%;
    position: relative;
    padding: 10px 20px;
}
.contact-form {
}
/*=======================================================
      Testimonial
========================================================*/
/*
.testimonial {
        text-align: center;
}
.testimonial .qou {
        font-size: 30px;
        color: #f19100;
}
.testimonial .testi {
        margin-top: 30px;
}
.testimonial .testi p {
        font-size: 28px;
        line-height: 48px;
        font-weight: 300;
        width: 85%;
        margin: 0 auto;
        font-style: italic;
}
*/
.testim {
    position: relative;
    top: 190px;
    -webkit-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    -o-transform: translatey(-50%);
    transform: translatey(-50%);
    background: rgba(251, 251, 251, 0.48);
    height: auto;
    border-radius: 6px;
}

.testim .wrap {
    position: relative;
    width: 100%;
    max-width: 1020px;
    padding: 20px 20px 0;
    margin: auto;
}

.testim .arrow {
    display: block;
    position: absolute;
    color: #991d1f;
    cursor: pointer;
    font-size: 2em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 5px;
    z-index: 22222222;
}

.testim .arrow:before {
    cursor: pointer;
}

.testim .arrow:hover {
    color: #ea830e;
}


.testim .arrow.left {
    left: 10px;
}

.testim .arrow.right {
    right: 10px;
}

.testim .dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 60px;
    left: 0;
    display: block;
    z-index: 3333;
    height: 12px;
}

.testim .dots .dot {
    list-style-type: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #eee;
    margin: 0 10px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;    
    -ms-transition: all .5s ease-in-out;    
    -moz-transition: all .5s ease-in-out;    
    -o-transition: all .5s ease-in-out;    
    transition: all .5s ease-in-out;
    position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
    background: #ea830e;
    border-color: #ea830e;
}

.testim .dots .dot.active {
    -webkit-animation: testim-scale .5s ease-in-out forwards;   
    -moz-animation: testim-scale .5s ease-in-out forwards;   
    -ms-animation: testim-scale .5s ease-in-out forwards;   
    -o-animation: testim-scale .5s ease-in-out forwards;   
    animation: testim-scale .5s ease-in-out forwards;   
}

.testim .cont {
    position: relative;
    overflow: hidden;
}

.testim .cont > div {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 70px 0;
    opacity: 0;
}

.testim .cont > div.inactive {
    opacity: 1;
}


.testim .cont > div.active {
    position: relative;
    opacity: 1;
}


.testim .cont div .img img {
    display: block;
    width: 160px;
    height: 160px;
    margin: auto;
    border-radius: 50%;
    border: 4px solid #fff;
}

.testim .cont div h2 {
    color: #991d1f;
    font-size: 1em;
    margin: 15px 0;
}
.testim .cont div p {
    font-size: 1.15em;
    color: #333;
    width: 80%;
    margin: auto;
}
.testim .cont div.active .img img {
    -webkit-animation: testim-show .5s ease-in-out forwards;            
    -moz-animation: testim-show .5s ease-in-out forwards;            
    -ms-animation: testim-show .5s ease-in-out forwards;            
    -o-animation: testim-show .5s ease-in-out forwards;            
    animation: testim-show .5s ease-in-out forwards;            
}

.testim .cont div.active h2 {
    -webkit-animation: testim-content-in .4s ease-in-out forwards;    
    -moz-animation: testim-content-in .4s ease-in-out forwards;    
    -ms-animation: testim-content-in .4s ease-in-out forwards;    
    -o-animation: testim-content-in .4s ease-in-out forwards;    
    animation: testim-content-in .4s ease-in-out forwards;    
}

.testim .cont div.active p {
    -webkit-animation: testim-content-in .5s ease-in-out forwards;    
    -moz-animation: testim-content-in .5s ease-in-out forwards;    
    -ms-animation: testim-content-in .5s ease-in-out forwards;    
    -o-animation: testim-content-in .5s ease-in-out forwards;    
    animation: testim-content-in .5s ease-in-out forwards;    
}

.testim .cont div.inactive .img img {
    -webkit-animation: testim-hide .5s ease-in-out forwards;            
    -moz-animation: testim-hide .5s ease-in-out forwards;            
    -ms-animation: testim-hide .5s ease-in-out forwards;            
    -o-animation: testim-hide .5s ease-in-out forwards;            
    animation: testim-hide .5s ease-in-out forwards;            
}

.testim .cont div.inactive h2 {
    -webkit-animation: testim-content-out .4s ease-in-out forwards;        
    -moz-animation: testim-content-out .4s ease-in-out forwards;        
    -ms-animation: testim-content-out .4s ease-in-out forwards;        
    -o-animation: testim-content-out .4s ease-in-out forwards;        
    animation: testim-content-out .4s ease-in-out forwards;        
}

.testim .cont div.inactive p {
    -webkit-animation: testim-content-out .5s ease-in-out forwards;    
    -moz-animation: testim-content-out .5s ease-in-out forwards;    
    -ms-animation: testim-content-out .5s ease-in-out forwards;    
    -o-animation: testim-content-out .5s ease-in-out forwards;    
    animation: testim-content-out .5s ease-in-out forwards;    
}

@-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -webkit-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -webkit-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-moz-keyframes testim-scale {
    0% {
        -moz-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -moz-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -moz-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -moz-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-ms-keyframes testim-scale {
    0% {
        -ms-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -ms-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -ms-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -ms-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-o-keyframes testim-scale {
    0% {
        -o-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -o-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -o-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -o-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-webkit-keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-moz-keyframes testim-content-in {
    from {
        opacity: 0;
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -moz-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-ms-keyframes testim-content-in {
    from {
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -ms-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-o-keyframes testim-content-in {
    from {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -o-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        transform: translateY(0);        
    }
}

@-webkit-keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-moz-keyframes testim-content-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -moz-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-ms-keyframes testim-content-out {
    from {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -ms-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-o-keyframes testim-content-out {
    from {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-100%);        
    }
}

@-webkit-keyframes testim-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
}

@-moz-keyframes testim-show {
    from {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
}

@-ms-keyframes testim-show {
    from {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
}

@-o-keyframes testim-show {
    from {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
}

@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }

    to {
        opacity: 1;
        transform: scale(1);       
    }
}

@-webkit-keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-moz-keyframes testim-hide {
    from {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }

    to {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
}

@-ms-keyframes testim-hide {
    from {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }

    to {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
}

@-o-keyframes testim-hide {
    from {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }

    to {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);       
    }

    to {
        opacity: 0;
        transform: scale(0);
    }
}

@media all and (max-width: 300px) {
    body {
        font-size: 14px;
    }
}

@media all and (max-width: 500px) {
    .testim .arrow {
        font-size: 1.5em;
    }

    .testim .cont div p {
        line-height: 25px;
    }

}


/*=======================================================
      SPONSER
========================================================*/
.sponsors {
    background: url(../images/bg/sponser-bg.jpg) no-repeat;
    background-size: cover;
}
.sponsors .overlay {
    background: rgba(0,0,0,0.8);
    padding: 150px 0;
}
.sponsors .owl-item {
    text-align: center;
}
.sponsors .owl-carousel .owl-item img {
    width: auto;
}
/*=======================================================
      FOOTER
========================================================*/
footer {
    background: #000000;
    padding: 20px 0;
}
footer .foot-link {
    float: left;
    margin-top: 15px;
}
footer .foot-link li {
    display: inline-block;
    border-right: 1px solid #2b2b2b;
    padding-right: 15px;
    margin-right: 15px;
}
/*
footer .foot-link li:nth-last-child(1) {
        border-right: none;
}
*/
footer .foot-link a {
    font-size: 12px;
    color: #d8d8d8;
    text-transform: uppercase;
    font-weight: bold;
}
footer .foot-link a:hover {
    color: #fff;
    cursor: pointer;
}
footer .foot-logo {
    float: right;
}
.under-footer {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    border-top: 1px solid #2b2b2b;
    padding-top: 20px;
}
footer .under-footer .con-info li {
    display: inline-block;
    margin-right: 20px;
    color: #fff;
}
footer .under-footer .con-info {
    display: inline-block;
}
footer .under-footer .con-info li p {
    color: #fff;
}
footer .under-footer .con-info li p i {
    margin-right: 10px;
    color: #999999
}
footer .social-link {
    float: right;
}
footer .social-link li {
    display: inline-block;
    padding-left: 10px;
}
footer .social-link a {
    font-size: 20px;
    color: #d8d8d8;
    text-transform: uppercase;
    font-weight: bold;
}
footer .social-link a:hover {
    color: #f19100;
    cursor: pointer;
}
#footer .contact {
    padding: 18px 0px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    margin-bottom: 22px;
}
ul.social-link li a i {
    font-size: 25px;
    line-height: 30px;
}
ul.social-link {
    position: relative;
    top: -24px;
}
.add_h p i {
    float: left;
    width: 11%;
    display: inline-flex;
}
.add_h p span {
    float: right;
    width: 82%;
    display: inline-flex;
}
.add_h p:nth-child(2) {
    clear: both;
} 
.add_h p:nth-child(3) {
    clear: both;
} 
#footer .contact {
    padding: 19px 0px;
    border-top: 1px solid #fff;
    margin: 22px 0;
    border-bottom: 1px solid #fff;
}
#footer .contact .icon { display:inline-block; width:86px; height:86px; border-radius:50%;  border: 2px solid rgba(255,255,255,0.7); text-align:center; float:left; }
#footer .contact .icon .fa {
    font-size: 44px;
    color: #fff;
    line-height: 75px;
    margin-left: -12px;
}
#footer .contact .inner { display:table; height:86px; margin-left:96px; }
#footer .contact .inner p { display:table-cell; height:86px; vertical-align:middle; color:#fff; margin:0px; margin:0px; font-size:16px; line-height:26px; font-weight:normal; }
#footer .contact .inner p a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    line-height: 24px;
}

#footer .section { border-bottom: 1px solid rgba(0,0,0,0.1); padding-bottom:18px; margin-bottom:18px; }
#footer .section h6 {
    color: #fff;
    margin-bottom: 6px;
    font-weight: 500;
    font-size: 12px;
    line-height: 40px;
}
#footer ul li a {
    font-size: 15px;
    line-height: 18px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    opacity: 0.6;
}
#footer .margin { margin-bottom:58px; }
#footer ul { margin:0px; padding:0px; list-style-type:none; }
#footer ul li a { font-size:13px; line-height:0px; color:#fff; text-decoration:none; font-weight:500; opacity:0.6; padding-left: 5px;}
#footer ul li:hover a { opacity:1;}
#footer ul li a .fa-angle-right { margin-right: -5px; }
#footer .app-download { margin-bottom:8px;}
.sociable a .fa {
    color: #fff;
    font-size: 20px;
    padding: 0 11px;
}
#footer .section:last-child { border:none; padding-bottom:0px; margin-bottom:0px;}
.newsletter-form form {
    position: relative;
}
.newsletter-form input[type="text"] {
    width: 80%;
    background: rgba(255,255,255,0.7);
    color: #424242;
    padding: 0px 9px;
    font-size: 14px;
}
.newsletter-form input[type="text"], .newsletter-form button {
    float: left;
    display: inline-block;
    height: 42px;
    line-height: 42px;
    border: none;
}
.newsletter-form button {
    width: 20%;
    background: #bf252c;
    text-align: center;
}
.newsletter-form input[type="text"], .newsletter-form button {
    float: left;
    display: inline-block;
    height: 42px;
    line-height: 42px;
    border: none;
}
.newsletter-form button .fa {
    font-size: 18px;
    color: #fff;
}
/*=======================================================
      SOCIAL ICONS
========================================================*/
.social_icons {
    position: relative;
    z-index: 1;
}
.social_icons ul {
    margin: 0;
    padding: 0;
    text-align: center;
}
.social_icons li {
    display: inline-block;
    list-style: none;
    float: left;
}
.social_icons a {
    display: block;
    width: 40px;
    height: 40px;
    margin: 0px;
    font-size: 14px;
    line-height: 40px;
    text-decoration: none;
    border-radius: 50%;
    text-align: center;
    color: #696969;
    border: 1px solid #f5f5f5;
    margin-right: 5px;
}
.social_icons a:hover i {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-transition: 0.4s ease-in-out;
    color: #fff;
}
.social_icons .behance a:hover {
    color: #fff;
    background-color: #2b9ad2;
    border-color: #2b9ad2;
    cursor: pointer;
}
.social_icons .blogger a:hover {
    color: #fff;
    background-color: #ff6500;
    border-color: #ff6500;
    cursor: pointer;
}
.social_icons .deviantart a:hover {
    color: #fff;
    background-color: #536659;
    border-color: #536659;
    cursor: pointer;
}
.social_icons .dribbble a:hover {
    color: #fff;
    background-color: #f973a4;
    border-color: #f973a4;
    cursor: pointer;
}
.social_icons .facebook a:hover {
    color: #fff;
    background-color: #3b5a9b;
    border-color: #3b5a9b;
    cursor: pointer;
}
.social_icons .flickr a:hover {
    color: #fff;
    background-color: #ff0084;
    border-color: #ff0084;
    cursor: pointer;
}
.social_icons .forrst a:hover {
    color: #fff;
    background-color: #2f713d;
    border-color: #2f713d;
    cursor: pointer;
}
.social_icons .googleplus a:hover {
    color: #fff;
    background-color: #f63d26;
    border-color: #f63d26;
    cursor: pointer;
}
.social_icons .instagram a:hover {
    color: #fff;
    background-color: #507ea4;
    border-color: #507ea4;
    cursor: pointer;
}
.social_icons .lastfm a:hover {
    color: #fff;
    background-color: #da0019;
    border-color: #da0019;
    cursor: pointer;
}
.social_icons .linkedin a:hover {
    color: #fff;
    background-color: #0072b2;
    border-color: #0072b2;
    cursor: pointer;
}
.social_icons .paypal a:hover {
    color: #fff;
    background-color: #165c82;
    border-color: #165c82;
    cursor: pointer;
    cursor: pointer;
}
.social_icons .picasa a:hover {
    color: #fff;
    background-color: #cb2027;
    border-color: #cb2027;
    cursor: pointer;
}
.social_icons .pinterest a:hover {
    color: #fff;
    background-color: #cb2027;
    border-color: #cb2027;
    cursor: pointer;
}
.social_icons .skype a:hover {
    color: #fff;
    background-color: #00aaf1;
    border-color: #00aaf1;
    cursor: pointer;
}
.social_icons .soundcloud a:hover {
    color: #fff;
    background-color: #ff6900;
    border-color: #ff6900;
    cursor: pointer;
}
.social_icons .stumbleupon a:hover {
    color: #fff;
    background-color: #eb4823;
    border-color: #eb4823;
    cursor: pointer;
}
.social_icons .twitter a:hover {
    color: #fff;
    background-color: #2baae1;
    border-color: #2baae1;
    cursor: pointer;
}
.social_icons .vimeo a:hover {
    color: #fff;
    background-color: #40b2dc;
    border-color: #40b2dc;
    cursor: pointer;
}
.social_icons .youtube a:hover {
    color: #fff;
    background-color: #ff3330;
    border-color: #ff3330;
    cursor: pointer;
}
.social_icons .tumblr a:hover {
    color: #fff;
    background-color: #35506b;
    border-color: #35506b;
    cursor: pointer;
}

/*--- college ----*/

.m-t-b-10{
    margin-top: 4px;
    margin-bottom: 0px;
}
.college h4 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
}
.college p {
    font-size: 21px;
    line-height: 28px;
    font-weight: 400;
}
.tab-block {
    width: 100%;
    margin: 14px auto;
    text-align: center;
}
.tab-block .tab-mnu {
    display: flex;
    list-style: none;
    justify-content: center;
    align-items: center;
}
.tab-block .tab-mnu:after {
    content: '';
    display: table;
    clear: both;
}
.tab-block .tab-mnu li {
    box-sizing: border-box;
    float: left;
    background-color: #858688;
    color: #fff;
    width: 220px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
    border: 1px solid #fff;
}
.tab-block .tab-mnu li:not(:last-child) {
    border-right: 1px solid #4c607c;
}
.tab-block .tab-mnu li:hover:not(.active) {
    background-color: #c0c7cb;
}
.tab-block .tab-mnu .active {
    background-color: #bc202d;
    color: #ffffff;
    cursor: default;
    color: #fff;
    cursor: pointer;
}
.tab-block .tab-cont {
    box-sizing: border-box;
    border-top: 1px solid white;
    background-color: white;
    color: #292d2f;
}
.tab-block .tab-cont .tab-pane {
    padding: 45px 0px;
}
.tab-block .tab-mnu li:first-child{
    width:110px;
}
.tab-block .tab-mnu li:nth-child(2){
    width:120px;
}
.tab-block .tab-mnu li:nth-child(3){
    width:150px;
}
.tab-block .tab-mnu li:nth-child(5){
    width:120px;
}
.tab-block .tab-mnu li:nth-child(6){
    width:120px;
}
.morecontent p {
    text-align: justify;
    color: #333;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}
/*-- gallery ---------*/
.heading {
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 4rem;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    padding: 3.5rem 0;
    color: #1a1a1a;
}
.mt-28{
    margin-top: 28px;
}
.heading span {
    display: block;
}

.gallery {
    display: flex;
    flex-wrap: wrap;
    /* Compensate for excess margin on outer gallery flex items */
    margin: -1rem -1rem;
}

.gallery-item {
    /* Minimum width of 24rem and grow to fit available space */
    flex: 1 0 24rem;
    /* Margin value should be half of grid-gap value as margins on flex items don't collapse */
    margin: 1rem;
    box-shadow: 0.3rem 0.4rem 0.4rem rgba(0, 0, 0, 0.4);
    overflow: hidden;
}

.gallery-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 400ms ease-out;
}
.gallery-image:hover {
    transform: scale(1.15);
    cursor: pointer;
}
.gallery-item img {
    padding: 10px !important;
}
/*

The following rule will only run if your browser supports CSS grid.

Remove or comment-out the code block below to see how the browser will fall-back to flexbox styling. 

*/

@supports (display: grid) {
    .gallery {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(32rem, 3fr));
        grid-gap: 5rem;
        height: 520px;
    }

    .gallery,
    .gallery-item {
        margin: 0;
    }
}

/*------- testimonial -----------*/
.testimonial h1 {
    font-size: 30px;
    color: #696969;
    text-transform: uppercase;
    border-bottom: solid 2px #991d1f;
    padding-bottom: 5px;
    margin-bottom: 20px;
    font-weight: 600;
    text-align: left;
}
.testimonial h1 span {
    color: #991d1f;
}

/*
.testimonial_h img {
        -webkit-transition: all 1s cubic-bezier(.42,.2,.2,.64);
        -moz-transition: all 1s cubic-bezier(.42,.2,.2,.64);
        -o-transition: all 1s cubic-bezier(.42,.2,.2,.64);
        transition: all 1s cubic-bezier(..42,.2,.2,.64);
}
.testimonial_h img {
        position: absolute;
        left: 0;
        top: 0;
        border: 1px solid #999999;
        padding: 5px;
        width: 140px;
        height: 140px;
  background: #abc4d6;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  border-radius: 75px;
    border: 2px solid #991d1f;
}

 .testimonial_h img:hover {
        width: 160px;
        height: 160px;
        margin-top: -16px;
        margin-left: -16px;
        top: 18%;
        left: 18%;
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  border-radius: 40px;
}
.testimonial p {
    color: #635d5d;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    text-align: left;
}
.testimonial_h1 {
    position: relative;
    top: 155px;
    right: 13px;
}
.testimonial_h1 h4 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #991d1f;
}
.mt-115 {
    margin-top: 115px;
}
.carousel-inner .item img {
    width: 100%;
}
*/

/*--- floating social  icon ------*/
/*
@media (min-width:767px) {
.social {
  position: fixed;
  top: 267px;
  z-index:11111;
}
.social ul {
  padding: 0px;
 
}
.social ul li {
  display: block;
  margin: 5px;
  background: rgb(181, 21, 0);
 width: 164px;
     margin-left: -133px;
    text-align: right;
    padding: 6px;
  -webkit-border-radius: 0 30px 30px 0;
  -moz-border-radius: 0 30px 30px 0;
  border-radius: 0 30px 30px 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
   box-shadow: 0px 3px 0px #00000047;
}
.social ul li:hover {
  -webkit-transform: translate(0px, 0);
  -moz-transform: translate(0px, 0);
  -ms-transform: translate(0px, 0);
  -o-transform: translate(0px, 0);   
  transform: translate(0px, 0);
  background: rgb(181, 21, 0);
}
.social ul li:hover a {
  color: #fff;
}
.social ul li:hover i {
  color: #fff;
  background: #FF3300;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.social ul li i {
  margin-left: 10px;
  color: #fff;
   padding: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 13px;
  background: #F44336;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
}*/

/*

p,
span,
.twitter {
  font: normal normal 10px Arial;
  text-align: center;
  color: #998578;
  text-transform: uppercase;
  letter-spacing: 3px;
}
*/

.twitter {
    color: #000000;
    text-decoration: none;
    display: block;
    padding: 14px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.twitter:hover {
    color: #FF7D6D;
    text-decoration: none;
    cursor: pointer;
}

span {
    /*font-style: italic;*/
    /*  display: block;*/
}

img {
    max-width: 100%;
}


.fl-fl {
    /*    background: #000000;*/
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 6px;
    width: 12%;
    position: fixed;
    right: -132px;
    z-index: 1000;
    font-size: 14px;
    font-weight: 800;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all 1s ease;
}

.fa {
    font-size: 20px;
    color: #fff;
    padding: 5px 0;
    width: 20px;
    margin-left: 6px;
}

.fl-fl:hover {
    right: 0;
}
.fl-fl a {
    color: #fff !important;
    text-decoration: none;
    text-align: center;
    line-height: 24px!important;
    vertical-align: top!important;
    font-size: 10px;
}

.float-fb {
    top: 160px;
    background: #2f54ae;
}
.float-tw {
    top: 198px;
    background: #00acee;
}

.float-gp {
    top: 236px;
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}

.float-rs {
    top: 274px;
}

.float-ig {
    top: 313px;
}

.float-pn {
    top: 274px;
    background: #bb0000;
}
.float-pt {
    top: 99px;
    background: #bb0000;
}
.buttons {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    margin-top: 19px;
}
.btn {
    cursor: pointer;
    box-shadow: -1px 3px 3px 0 rgba(80, 80, 80, .2);
    width: 150px;
    border: none;
    border-radius: 30px;
    margin: 0 10px 40px;
    color: #fff;
    font-weight: bold;
    flex: 0 0 auto;
    justify-content: center;
    align-items: center;
}
.btnadm {
    display: inline-block;
    border-radius: 4px;
    background-color: #f4511e;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 16px;
    padding: 10px;
    width: 280px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
}
.btn-1 {
    background: #bc202d;
    transition: all 0.25s ease-out;
}

.btn-1:hover {
    position: relative;
    top: -3px;
    box-shadow: -6px 14px 12px 2px rgba(90, 90, 90, .12);
    cursor: pointer;
}
.btn_h{

}
/*-----------     OUTSTANDING <span>ACHIEVEMENTS       ----------------------*/


/*------ testimonial ------*/

/*---- Testimonial Style : Demo 1  Start ---------*/   
.demo {
    padding: 20px 0 30px;
    background: #fff;
}
.testimonial {
    text-align: center;
    margin: 8px 12px 40px;
}

.testimonial .pic {
    display: inline-block;
    width: 125px;
    height: 125px;
    border-radius: 25px;
    border: 4px solid #991d1f;
    box-shadow: 0 7px rgba(0, 0, 0, 0.1), 0 5px #979695;
    margin-bottom: 15px;
    overflow: hidden;
}

.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .description {
    padding: 0 20px 0px;
    font-size: 15px;
    color: #333;
    line-height: 30px;
    border-radius: 25px;
    border-bottom: 4px solid #991d1f;
    box-shadow: 0 7px rgba(0, 0, 0, 0.1), 0 5px #8e9899;
    margin-bottom: 18px;
    font-weight: 600;
    height: 224px;
}
.testimonial .description1 {
    padding: 0 20px 0px;
    font-size: 15px;
    color: #333;
    line-height: 30px;
    border-radius: 25px;
    border-bottom: 4px solid #991d1f;
    box-shadow: 0 7px rgba(0, 0, 0, 0.1), 0 5px #8e9899;
    margin-bottom: 18px;
    font-weight: 600;
    height: 224px;
}
/*
.pb80 {
    padding-bottom: 70px !important;
}
.pb50{
    padding-bottom: 30px !important;
}
*/
.testimonial .title {
    display: block;
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #6b2014;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.testimonial .post{
    display: block;
    font-size: 15px;
    color: #e4ac01;
    text-transform: capitalize;
}

.owl-theme .owl-controls{ margin-top: 0; }

.owl-theme .owl-controls .owl-page span{
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #6b2014;
    opacity: 0.8;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.45);
    transition: all 0.3s ease 0s;
}

.owl-theme .owl-controls .owl-page.active span {
    background: #991d1f;
}
.owl-controls.clickable {
    margin-top: -49px !important;
}
.owl-controls.clickable {
    margin-top: -49px !important;
}

@media only screen and (max-width: 479px){
    .testimonial {
        padding: 20px 11px 0px;
    }
    .testimonial .description{ padding: 0 5px 20px; }
}

/*---- Testimonial Style : Demo 1 End ---------*/   
.buttons1 {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 19px;
    margin-left: -6%;

}
.recruiterspeak img {
    margin-top: 10px;
}
.mCustomScrollBox {
    background: #e6e6e6;
}

.mCustomScrollBox {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: none;
    direction: ltr;
    background: #fff !important;
}
.mt-13 {
    margin-top: 10px;
}
.section.sticky_bl h1 {
    font-size: 28px;
    color: #696969;
    text-transform: uppercase;
    border-bottom: solid 2px #991d1f;
    padding-bottom: 5px;
    margin-bottom: 20px;
    font-weight: 600;
    text-align: left;
}
.section.sticky_bl h1 span{
    color: #991d1f;
}
.img_1 {
    width: 100%;
    height: 170px;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    opacity: 1;
    border-radius: 20px;
    transition: all .3s;
}
section.cleafix.section.keepme_section {
    margin-top: 0px;
}
.mt-38{   
    margin-top: -38px;
}

ul > li> a {
    cursor: pointer;
}

/*-- modal ---*/
/*.log-in-pop {*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*    background: #fff;*/
/*    width: 60%;*/
/*    margin: 0 auto;*/
/*    margin-top: 5%;*/
/*}*/


/*.log-in-pop {*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*    background: #fff;*/
/*    width: 60%;*/
/*    margin: 0 auto;*/
/*    margin-top: 5%;*/
/*}*/

/*.log-in-pop-left {*/
/*    float: left;*/
/*    width: 40%;*/
/*    background: url(../images/login.html) #002147 no-repeat center center;*/
/*    padding: 12.5% 6%;*/
/*    color: #fff;*/
/*    height: 100%;*/
/*    bottom: 0;*/
/*}*/

/*.log-in-pop-left h1 {*/
/*    color: #fff;*/
/*    font-size: 32px;*/
/*}*/

/*.log-in-pop-left h1 span {*/
/*    display: block;*/
/*    text-overflow: ellipsis;*/
/*    overflow: hidden;*/
/*    white-space: nowrap;*/
/*    text-transform: capitalize;*/
/*    color: #fff;*/
/*    font-size: 24px;*/
/*}*/

/*.log-in-pop-left p {*/
/*    color: #fff;*/
/*}*/

/*.log-in-pop-left h4 {*/
/*    color: #fff;*/
/*    margin-bottom: 15px;*/
/*    margin-top: 15px;*/
/*    border-top: 1px solid #002e63;*/
/*    padding-top: 15px;*/
/*}*/

/*.log-in-pop-left ul {*/
/*    margin-bottom: 0;*/
/*}*/

/*.log-in-pop-left ul li {*/
/*    margin-bottom: 5px;*/
/*}*/

/*.log-in-pop-left ul li a {*/
/*    display: block;*/
/*    background: #3F51B5;*/
/*    color: #fff;*/
/*    padding: 12px;*/
/*    border-radius: 2px;*/
/*    font-weight: 600;*/
/*    font-size: 14px;*/
/*}*/

/*.log-in-pop-left ul li:nth-child(1) a {*/
/*    background: #39579A;*/
/*}*/

/*.log-in-pop-left ul li:nth-child(2) a {*/
/*    background: #F24033;*/
/*}*/

/*.log-in-pop-left ul li:nth-child(3) a {*/
/*    background: #24A9E6;*/
/*}*/

/*.log-in-pop-left ul li a i {*/
/*    padding-right: 7px;*/
/*}*/

/*.log-in-pop-right {*/
/*    float: left;*/
/*    width: 60%;*/
/*    padding: 50px;*/
/*}*/

/*.log-in-pop-right h4 {*/
/*    font-size: 24px;*/
/*    margin-bottom: 20px;*/
/*}*/

/*.log-in-pop-right a {*/
/*    color: #333;*/
/*}*/

/*.log-in-pop-right form label {*/
/*    font-size: 14px !important;*/
/*    font-weight: 200;*/
/*    left: 15px;*/
/*    top: 14px;*/
/*}*/

/*.log-in-pop-right form input {*/
/*    border: 1px solid #dfdfdf;*/
/*    padding: 8px;*/
/*    box-sizing: border-box;*/
/*    height: 45px;*/
/*    border-radius: 2px;*/
/*    font-size: 14px;*/
/*    color: #000;*/
/*    margin-bottom: 5px;*/
/*}*/

/*.log-in-pop-right form textarea {*/
/*    border: 1px solid #dfdfdf;*/
/*    padding: 8px;*/
/*    box-sizing: border-box;*/
/*    height: 70px;*/
/*    border-radius: 2px;*/
/*}*/

/*.log-in-pop-right form input[type="submit"] {*/
/*    color: #fff;*/
/*    height: 32px;*/
/*}*/

/*.padd-top {*/
/*    margin-top: 15px;*/
/*}*/

/*.log-in-btn {*/
/*    background: #f4364f;*/
/*    color: #fff;*/
/*    padding: 2px 10px;*/
/*    font-weight: 600;*/
/*}*/
/*.log-in-pop-right form input {*/
/*    border: 1px solid #dfdfdf;*/
/*    padding: 8px;*/
/*    box-sizing: border-box;*/
/*    height: 45px;*/
/*    border-radius: 2px;*/
/*    font-size: 14px;*/
/*    color: #000;*/
/*    margin-bottom: 5px;*/
/*}*/
/*.log-in-pop-right form label {*/
/*    font-size: 14px!important;*/
/*    font-weight: 200;*/
/*    left: 15px;*/
/*    top: 14px;*/
/*}*/
/*.pop-close {*/
/*    color: #333;*/
/*    width: 24px;*/
/*    height: 24px;*/
/*    display: inline-block;*/
/*    position: absolute;*/
/*    top: 15px;*/
/*    right: 15px;*/
/*}*/

/*.pop-close:hover {*/
/*    transform: rotate(180deg);*/
/*}*/
/*.log-in-pop-left h4 {*/
/*    color: #fff;*/
/*    margin-bottom: 15px;*/
/*    margin-top: 15px;*/
/*    border-top: 1px solid #002e63;*/
/*    padding-top: 15px;*/
/*    font-size: 18px;*/
/*    font-weight: 500;*/
/*}*/
/*.pop-close img {*/
/*    width: 24px;*/
/*}*/
/*.log-in-pop-left p {*/
/*    color: #fff;*/
/*}*/

/*p, li, a, span, table, tr, td, th, label {*/
/*    font-size: 14px;*/
/*    color: #000;*/
/*    font-weight: 500;*/
/*    line-height: 24px;*/
/*}*/
/*.modal-open {*/
/*    overflow: inherit !important;*/
/*}*/

/*.log-ch-bx p label {*/
/*    left: 1px;*/
/*    top: 10px;*/
/*    color: #727070;*/
/*}*/

/*.modal-backdrop {*/
/*    position: fixed;*/
/*    top: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    z-index: 0 !important;*/
/*    background-color: #000;*/
/*}*/
/*.log-in-pop-left h2 {*/
/*    font-weight: 700;*/
/*    font-size: 36px;*/
/*    color: #fff;*/
/*    line-height: 40px;*/
/*}*/



.r1{
    border-bottom: 2px solid #fff;
}
.r2 {
    border-top: 2px solid #fff;
}
section.tab_menu {
    padding-top: 10px;
    padding-bottom: 30px;
    min-height: 1000px;
}
.menu-list {
    min-height: 555px;
}

.homeright .logo {
    padding-bottom: 34px;
    /* width: 80%; */
    border: 1px solid #ccc;
    margin-bottom: 10px;
}
body {
    overflow-x: hidden !important;
}


.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
#carousel-example-mobile{
    display:none !important;
}
@media all and (max-width: 600px) {
    .deskgallery{
        display:none !important;
    }
    #carousel-example-mobile{
    display:block !important;
}
}

.nav-side-menu li a {

    color: #0b0992 !important;
 
}

.nav-side-menu li a:hover {
    color: #b40508 !important;
}




li.click-here {
    font-size: 20px !important;
}
.click-here a{
    color:black;
}
.click-here a:hover {
    color: #69ca62;
}

@media (min-width: 600px) and (max-width: 991px) {
    img.celender-img{
       width:60% !important; 
    }
  
}
#smatbot-chat-widget {
    opacity: 1 !important;
    visibility: visible !important;
}