/*===============================
		1. BASE CSS
		2. COMMON CSS
		3. MAIN MENU AREA
		4. NEW CSS
================================*/


/*===================
1. BASE CSS
===================== */
.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

a:focus {
    outline: 0 solid
}

img {
    max-width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

.fix {
    overflow: hidden
}

html,
body {
    height: 100%;
}

body {
    font-size: 14px;
    line-height: 26px;
    color: #777777;
    -webkit-font-smoothing: antialiased;
}

a:focus,
a:hover {
    color: #4a4a4a;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

input,
textarea {
    width: 100%;
    color: #4a4a4a;
    padding: 15px;
}

input {
    height: 40px;
    padding: 0 15px;
}

input:focus,
textarea:focus {
    outline: 0 none;
}

@font-face {
    font-family: Raleway-Light;
    src: url(fonts/Raleway-Light.ttf);
}

@font-face {
    font-family: Raleway-Regular;
    src: url(fonts/Raleway-Regular.ttf);
}

@font-face {
    font-family: Raleway-Medium;
    src: url(fonts/Raleway-Medium.ttf);
}

@font-face {
    font-family: Raleway-Bold;
    src: url(fonts/Raleway-Bold.ttf);
}

@font-face {
    font-family: Monda-Bold;
    src: url(fonts/Monda-Bold.ttf);
}

/*======================================
2. COMMON CSS
========================================*/
.section-text {
    margin: 0 auto;
    max-width: 815px;
    padding-bottom: 30px;
    text-align: center;
}

.section-padding {
    padding: 60px 0 70px;
}

.section-title {
    color: #2b2b2b;
    font-size: 30px;
    letter-spacing: 1px;
    line-height: 40px;
    margin-bottom: 15px;
    position: relative;
    text-align: center;
    text-transform: none;
}

.section-title:before {
    top: 50px;
    width: 130px;
    left: 50%;
}

.section-title:after {
    left: 50%;
    top: 59px;
    width: 70px;
}

.s-title {
    color: #5a5a5a;
    font-family: Raleway-Regular;
    line-height: 28px;
    margin-bottom: 35px;
}

.color {
    color: #cda885;
}

.overly {
    display: block;
    overflow: hidden;
    position: relative;
}

.overly:after {
    background: url(images/halftone.png);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    bottom: 0px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 100%;
    z-index: 4;
}

.home-thumb .overly:after,
.m-post .overly::after {
    background: #000;
}

.m-post .overly::after {
    opacity: .6
}

.btn-filled,
.contact-us-form button,
.subscribe-input button {
    background: #cda885 none repeat scroll 0 0;
    color: #2b2b2b;
    display: inline-block;
    font-family: Monda-Regular;
    font-size: 16px;
    padding: 10px 30px;
    position: relative;
    text-align: center;
    text-transform: none;

}

.btn-filled:hover,
.post-social li:hover a,
.sidebar-search > button:hover,
.contact-us-form button:hover,
.subscribe-input button:hover,
.f-about li:hover a,
.error-social ul li:hover a,
.leave-form button:hover {
    background: #FFC905;
    color: #2b2b2b;
}

.support-area .btn-filled {
    font-size: 20px;
    padding: 10px 65px;
}

.welcom-top,
.header-social ul,
.post-social,
.sidebar-widget > ul,
.f-about > ul,
.footer-widget > ul,
.single-social,
.author-social ul,
.error-social ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

#scrollUp {
    background: #cda885 none repeat scroll 0 0;
    bottom: 60px;
    color: #2b2b2b;
    cursor: pointer;
    font-size: 25px;
    height: 50px;
    line-height: 50px;
    right: 30px;
    text-align: center;
    width: 50px;
}

#scrollUp:hover {
    background: #FFC905;
}

.page-wrap {
    overflow: hidden;
    padding: 70px 0;
}

.single-page-wrap {
    overflow: hidden;
    padding: 70px 0 20px;
}

.page-content {
    padding: 60px 40px 45px;
}

/*===========================================
3. MAIN MENU AREA
=============================================*/
.mobile-menu-area {
    display: none;
}

.main-menu-area {
    /*background: #EEF4FF none repeat scroll 0 0;*/
    background: #EEF4FF;
    position: relative;
    width: 100%;
    z-index: 9999999;

    height: 70px;
}
.main-menu-area .logo {
    height: 70px;
    display: flex;
    align-items: center;
}

.logo img {
    height: 40px;
    transition: all 0.4s ease 0s;
}
.main-menu #navBox{
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}

.main-menu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    float: none;
    text-align: right;
}

.main-menu li {
    float: none;
    position: relative;
    display: inline-block;
}

.main-menu li a {
    /*color: #2b2b2b;*/
    color: #233997;
    display: block;
    font-family: Raleway-Medium;
    font-size: 14px;
    line-height: 20px;
    padding: 24px 20px;
    text-transform: none;
}

.main-menu ul > li:last-child a {
    padding-right: 0;
}

.main-menu ul li ul.sub-menu {
    position: absolute;
    top: 100px;
    background: #ffffff;
    width: 200px;
    z-index: 9999;
    text-align: left;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    -webkit-transition: .4s;
    transition: .4s;
}

.main-menu ul li ul.sub-menu li {
    float: none;
    display: block;
    border-bottom: 1px solid #cda885;
    padding-bottom: 0;
    -webkit-transition: .4s;
    transition: .4s;
}

.main-menu ul li ul.sub-menu li:last-child {
    border-bottom: none;
}

.main-menu ul li ul.sub-menu li:hover {
    background: #cda885;
}

.main-menu ul ul li a {
    font-weight: 400;
    /*padding: 12px 20px;*/
}

.main-menu li:hover > .sub-menu {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

/* For Caret css */

.main-menu li > a:after {
    margin-left: 5px;
    content: '\f107';
    font-family: FontAwesome;
}

.main-menu .sub-menu a:after {
    margin-left: 5px;
    content: "\f105";
    font-family: FontAwesome;
}

.main-menu li > a:only-child:after {
    margin-left: 0;
    content: '';
}

.main-menu ul li .sub-menu .sub-menu {
    display: block;
    position: absolute;
    left: 205px;
    top: 0;
    width: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.main-menu ul li ul.sub-menu li:hover .sub-menu {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* MOBILE MENU */
.mean-container .mean-nav,
.mean-container .mean-bar {
    background: unset;
    /*background: #1b6d85;*/
}

.mobile-menu-area {
    /*background: #efefef none repeat scroll 0 0;*/
}

.mean-container a.meanmenu-reveal span,
.mean-container .mean-nav ul li a.mean-expand:hover,
.mean-container .mean-nav ul li a:hover {
    background: #cda885;
}

.mean-container .mean-nav ul li a:hover {
    color: #fff;
}

.mean-container a.meanmenu-reveal {
    color: #cda885;
}

.mean-container .mean-nav ul li a,
.mean-container .mean-nav ul li li a,
.mean-container .mean-nav ul li a:hover {
    border-top: 1px solid #cda885;
    color: #423f3f;
    font-family: Raleway-Medium;
    font-size: 14px;
    line-height: 20px;
}

.mean-container .mean-nav ul li a.mean-expand {
    border-color: #cda885 !important;
    line-height: 32px;
    padding: 8px !important;
}

.mobile-menu .mean-bar {
    position: relative;
}

.mobile-menu .logo {
    left: 10px;
    position: absolute;
    top: 8px;
    z-index: 99999999 !important;
}

.mobile-menu .logo img {
    /*height: 35px;*/
    /*width: 140px;*/
}

.is-sticky .main-menu-area {
    /*background: #EFEFEF none repeat scroll 0 0;*/
    background: #E7F0FD;
    z-index: 2147483647 !important;
    /*box-shadow: 0 3px 9px -1px rgba(16, 6, 9, 0.2);*/
    /*-webkit-box-shadow: 0 3px 9px -1px rgba(16, 6, 9, 0.2);*/
    /*-moz-box-shadow: 0 3px 9px -1px rgba(16, 6, 9, 0.2);*/

    box-shadow: 0px 7px 9px -1px #fff;
}

.is-sticky .logo {
    padding: 8px 5px 14px 0;
}

.is-sticky .logo img {
    height: 30px;
    /*width: 125px;*/
}

.is-sticky .main-menu li a {
    padding: 15px 20px;
}

/*===========================================
4. NEW CSS
=============================================*/
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 20px;
    font-family: Monda-Bold;
    color: #2b2b2b;
}

span.logo {
    font-weight: bold;
    font-size: 20px;
    color: #093999;
    transform: skew(-10deg);
}

.img-circle {
    border-radius: 50%;
    width: 340px;
    height: 340px;
    display: block;
    margin: auto;
}

body {
    background: #EEF4FF;
}

#footer-bottom {
    background: linear-gradient(to top, #A2C3E9, #EEF4FF 190px) no-repeat;
    padding-bottom: 70px;
    padding-top: 70px;
    color: #6E6E6E;
    font-size: 15px;
}

#footer-bottom .bottom0 {
    font-weight: bold;
    color: #093999;
    font-size: 23px;
    transform: skew(-10deg);
}

#footer-bottom .bottom1 {
    margin-top: 60px;
}

#footer-bottom .bottom2,
#footer-bottom .bottom5 {
    color: #2A439D;
    font-weight: bold;
}

.title, .titleLine, .titleLeft {
    color: #16439F;
    font-size: 20px;
    font-weight: bold;
}
.title{
    margin: 20px 0;
}

.titleLine {
    display: inline-block;
    border-bottom: 2px solid #F74849;
    padding: 20px 0;
}

.titleLeft {
    margin-bottom: 30px;
}

.before-play,
.nomalDes {
    color: #888888;
    word-break: break-all;
}

.before-play:before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url("https://bangbi-1317045261.cos.ap-nanjing.myqcloud.com/bangbihtml/play.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 6px;
    font-size: 16px;
}
