/*------------------------------
Table-Of-Content 
-------------------------------- 
01. Helper-Class
02. Button-Styles
03. Mainmenu-Area
    3.1 DropDown-Menu
    3.2 Menu-Right-Content
    3.3 Toggle-Search-Form
    3.4 Transparent-Menu
05. Fixed-Menu 
06. Top-Bar-Area 
06. Header-Area
07. Service-Area
08. Feature-Area
09. Video-Area
11. Action-Area
12. Subscribe-Area
13. Testimonial-Area
14. Team-Area
15. Blog-Area
16. Sponser-Area
17. Footer-Area
18. ScrollUpButton 
19. Preloader-CSS 
 --------------------------*/

body {
    font-family: "Microsoft YaHei", Arial;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8em;
    margin: 0px;
    color: #666666;
    /*background-color: #f3f3f3;*/
    background-color: #fff;
    height: auto;
    padding-bottom: 60px;
    min-width: 1100px;
    overflow: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    margin: 0 0 15px;
    line-height: 1.4em;
    font-family: 'Poppins', sans-serif;
    color: #333333;
}

/* -----------------------
01. Helper-Class
------------------------ */
.section-padding {
    padding-top: 20px;
    padding-bottom: 20px;
}

.section-padding-top {
    padding-top: 20px;
}

.section-padding-bottom {
    padding-bottom: 20px;
}

.upper {
    text-transform: uppercase;
}

.full-wrapper {
    position: relative;
}

.col-padding-none {
    padding-left: 15px;
    padding-right: 15px;
}

.col-padding-none > div {
    padding: 0px;
}

.gray-bg {
    background-color: #f9fafc;
}

.dark-bg {
    background-color: #333333;
}

.overlay {
    position: relative;
    z-index: 1;
}

.overlay:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: -1;
}

.section-title {
    text-align: center;
    margin-bottom: 60px;
}

.section-title .title {
    font-size: 36px;
    line-height: 40px;
    color: #272727;
    font-weight: 500;
    margin-bottom: 10px;
}

.section-title .ftitle {
    color: #999;
}

.section-title .title span {
    /*color: #ff7815;*/
    color: #ed1c24;
}

.section-title .desc {
    width: 550px;
    max-width: 100%;
    display: inline-block;
}

.mr-bottom-60 {
    margin-bottom: 60px;
}

.mr-bottom-30 {
    margin-bottom: 30px;
}

.skip-space {
    margin-bottom: -30px;
}

/* ---------------------
02. Button-Styles 
----------------------- */
.button-primary {
    padding: 12px 40px;
    border-radius: 100px;
    color: #ffffff;
    /*background-color: #ff7815;*/
    background-color: #d7dbe2;
    -webkit-box-shadow: 0px 0px 0px 0 rgba(46, 109, 158, 0.2);
    box-shadow: 0px 0px 0px 0 rgba(46, 109, 158, 0.2);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border: none;
    display: inline-block;
}

.button-primary .icon {
    margin-right: 5px;
}

.button-primary:hover {
    -webkit-box-shadow: 0px 5px 30px 0 rgba(46, 109, 158, 0.2);
    box-shadow: 0px 5px 30px 0 rgba(46, 109, 158, 0.2);
    background-color: #ffffff;
    /*color: #ff7815;*/
    color: #ed1c24;
}

.button-primary.button-white {
    /*color: #ff7815;*/
    color: #ed1c24;
    background-color: #ffffff;
    border: 1px solid #ffffff;
}

.button-primary.button-white:hover {
    background-color: transparent;
    color: #ffffff;
}

/* ---------------------
03. Mainmenu-Area 
----------------------- */
.mainmenu-area {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background-color: #ffffff;
    /*border-bottom: 1px solid #f7f7f7;*/
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.035);
}

.mainmenu-area.affix {
    position: fixed;
}

.mainmenu-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.site-logo .logo-image {
    padding-left: 15px;
    display: block;
}

.site-logo .logo-text a {
    max-height: 90px;
    text-align: center;
    display: block;
    font-size: 30px;
    overflow: hidden;
    position: relative;
    /* padding: 15px 0px; */
    color: #333333;
}

.site-logo .logo-text a img {
    max-height: 90px;
    /*margin-top: -15px;*/
}

.site-logo .logo-text {
    margin-bottom: 0;
}

.mainmenu-area.affix {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
}

.admin-bar .mainmenu-area.affix {
    top: 30px;
}

.mainmenu-area {
    white-space: nowrap;
}

.primary-menu ul.navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

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

.primary-menu > ul > li {
    display: inline-block;
    position: relative;
    margin-left: -5px;
    padding: 0;
    float: left;
}

.primary-menu ul li li a {
    border-left: 1px solid #f6f6f6;
}

.primary-menu > ul > li:first-child {
    border-left: none;
}

.mainmenu-area #mainmenu ul li > a i.plus {
    float: right;
    width: 12px;
    height: 12px;
    line-height: 12px;
    margin-top: 10px;
    margin-left: 10px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: block;
    position: relative;
}

.mainmenu-area #mainmenu ul li > a i.plus:before,
.mainmenu-area #mainmenu ul li > a i.plus:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 12px;
    height: 2px;
    display: block;
    background-color: #e6efe7;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.mainmenu-area #mainmenu ul li > a i.plus:before {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}

.mainmenu-area #mainmenu ul li:hover > a i.plus:before {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
}

.primary-menu ul li {
    position: relative;
}

.primary-menu ul.navbar-nav li a {
    padding: 30px 15px;
    position: relative;
    color: #666;
    text-transform: capitalize;
    background: none;
    font-size: 13px;
    display: block;
    overflow: hidden;
}

.primary-menu ul.navbar-nav > li > a:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 0px;
    height: 4px;
    /*background-color: #ff7815;*/
    background-color: #ed1c24;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.primary-menu ul.navbar-nav > li.current-menu-item > a:after,
.primary-menu ul.navbar-nav > li > a:hover:after,
.primary-menu ul.navbar-nav > li > a.active:after {
    width: 100%;
}

.primary-menu ul.navbar-nav > li > a.active,
.primary-menu ul.navbar-nav > li.current-menu-item > a,
.primary-menu ul.navbar-nav li:hover > a,
.primary-menu ul.navbar-nav li:hover > i {
    /*color: #ff7815;*/
    color: #ed1c24;
}

.menu-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

.menu-buttons > * {
    margin: 0 10px;
}

.menu-buttons:last-child {
    margin-right: 0;
}

.nav-alignmenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/*-----------------------
 5.1 DropDown-Menu
-------------------------*/
.primary-menu ul.navbar-nav li {
    position: relative;
}

.primary-menu ul.navbar-nav .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #ffffff;
    min-width: 220px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding-top: 15px;
    padding-bottom: 15px;
    box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.02);
}

.primary-menu ul.navbar-nav .sub-menu .sub-menu {
    left: auto;
    right: 100%;
    top: 0;
}

.primary-menu ul.navbar-nav .sub-menu li:hover > .sub-menu {
    top: -15px;
}

.primary-menu ul.navbar-nav .sub-menu li {
    display: block;
    padding-left: 10px;
    padding-right: 10px;
}

.primary-menu ul.navbar-nav .sub-menu li a {
    padding: 2px 10px;
    display: block;
}

.primary-menu ul.navbar-nav .sub-menu li.current-menu-item > a,
.primary-menu ul.navbar-nav .sub-menu li.active > a,
.primary-menu ul.navbar-nav .sub-menu li:hover > a {
    /*color: #ff7815;*/
    color: #ed1c24;
    border-left: 1px solid #ed1c24;
    /*border-left: 1px solid #ff7815;*/
}

.primary-menu ul.navbar-nav li:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
}

/*----------------------
5.2 Menu-Right-Content 
-----------------------*/
.mainmenu-area .menu-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mainmenu-area .menu-right .menu-button {
    border: none;
    background: none;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: block;
    margin: 0px;
    padding: 0px;
}

.mainmenu-area .menu-right .menu-button .fal {
    font-family: 'Poppins', sans-serif !important;
}

.mainmenu-area .navi-trigger.menu-button {
    padding: 17px;
}

/*--------------------
5.3 Toggle-Search-Form 
---------------------*/
.toggle-search-form {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /*background-color: #ff7815;*/
    background-color: #fff;
    z-index: 999999;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.search-form-active {
    overflow: hidden;
}

.search-form-active .toggle-search-form {
    opacity: 1;
    visibility: visible;
}

.toggle-search-form .toggle-search-input {
    width: 800px;
    height: 100px;
    padding: 15px 60px 15px 40px;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 0px;
    max-width: 90vw;
    background: none;
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 100px;
}

.toggle-search-form .toggle-search-close {
    position: absolute;
    right: 30px;
    top: 30px;
    border: none;
    background-color: transparent;
    font-size: 30px;
    color: #333;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.toggle-search-form .toggle-search-close:hover {
    -webkit-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.toggle-search-form .toggle-search-submit {
    width: 80px;
    height: 80px;
    border: none;
    font-size: 30px;
    color: #ffffff;
    background: none;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    margin-left: -100px;
}

.toggle-search-form .toggle-search-submit:hover {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.toggle-search-form input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #ffffff;
}

.toggle-search-form input::-moz-placeholder {
    /* Firefox 19+ */
    color: #ffffff;
}

.toggle-search-form input:-ms-input-placeholder {
    /* IE 10+ */
    color: #ffffff;
}

.toggle-search-form input:-moz-placeholder {
    /* Firefox 18- */
    color: #ffffff;
}

.navi-trigger {
    width: 24px;
    height: 17px;
    line-height: 40px;
    border: none;
    position: relative;
    margin: 0;
    padding: 0;
    background: none;
    margin-left: 30px;
}

.navi-trigger .bar {
    width: 24px;
    height: 2px;
    background-color: #626262;
    display: block;
    margin-bottom: 5px;
    border-radius: 10px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.affix .navi-trigger .bar {
    background-color: #626262;
}

.navi-trigger .bar:nth-child(3) {
    width: 13px;
    margin-bottom: 0px;
}

.navi-trigger.active .bar:nth-child(1) {
    width: 13px;
}

.navi-trigger.active .bar:nth-child(3) {
    width: 24px;
}

.menu-home a:before {
    content: "\f015";
    font-family: "Font Awesome 5 Pro";
    margin-right: 5px;
}

/* ---------------------
5.4 Transparent-Menu 
----------------------- */
.transparent-menu .mainmenu-area {
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.transparent-menu .mainmenu-area.affix {
    position: fixed;
}

.transparent-menu .site-logo a {
    color: #ffffff;
}

.transparent-menu .primary-menu > ul.navbar-nav > li > a {
    color: rgba(255, 255, 255, 0.9);
}

.transparent-menu .primary-menu > ul.navbar-nav > li:hover > a {
    color: #ffffff;
}

.transparent-menu .mainmenu-area #mainmenu ul.navbar-nav > li > a i.plus:before,
.transparent-menu .mainmenu-area #mainmenu ul.navbar-nav > li > a i.plus:after {
    background-color: rgba(255, 255, 255, 0.5)
}

.transparent-menu .mainmenu-area .menu-right .menu-button {
    color: #ffffff;
}

.transparent-menu .navi-trigger .bar {
    background-color: #ffffff;
}

.transparent-menu .primary-menu ul.navbar-nav > li > a:after {
    background-color: #ffffff;
}

/* ---------------------
05. Fixed-Menu 
----------------------- */
.fixed-menu .mainmenu-area {
    position: fixed;
}

/* ---------------------
06. Top-Bar-Area 
----------------------- */
.top-bar-area {
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #ededed;
    background-color: #ffffff;
}

.social-link {
    margin-left: -10px;
    margin-right: -10px;
}

.social-link a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 100px;
    background-color: transparent;
    -webkit-box-shadow: 0 0 0 0 #ffffff;
    box-shadow: 0 0 0 0 #ffffff;
    display: inline-block;
    text-align: center;
    font-size: 14px;
}

.social-link a:hover {
    -webkit-box-shadow: 2px 3px 10px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 2px 3px 10px 0 rgba(0, 0, 0, 0.05);
}

.social-link a.facebook {
    color: #3b5999;
}

.social-link a.facebook:hover {
    color: #ffffff;
    background-color: #3b5999;
}

.social-link a.twitter {
    color: #55acee;
}

.social-link a.twitter:hover {
    color: #ffffff;
    background-color: #55acee;
}

.social-link a.linkedin {
    color: #0077B5;
}

.social-link a.linkedin:hover {
    color: #ffffff;
    background-color: #0077B5;
}

.social-link a.behance {
    color: #053eff;
}

.social-link a.behance:hover {
    color: #ffffff;
    background-color: #053eff;
}

.social-link a.dribbble {
    color: #ea4c89;
}

.social-link a.dribbble:hover {
    color: #ffffff;
    background-color: #ea4c89;
}

.top-info {
    display: inline-block;
    color: #333333;
    font-size: 14px;
    border-left: 1px solid #ededed;
    padding-left: 15px;
    padding-right: 15px;
}

.top-info:hover {
    /*color: #ff7815;*/
    color: #ed1c24;
}

.top-info:first-child {
    border-left: none;
    padding-left: 0px;
}

.top-info:last-child {
    padding-right: 0px;
}

.top-info .icon {
    margin-right: 5px;
}

/* ---------------------
06. Header-Area
----------------------- */
.header-area {
    text-align: center;
    padding-top: 120px;
    padding-bottom: 120px;
}

.header-text {
    margin-bottom: 80px;
}

.header-text .title {
    font-size: 60px;
    line-height: 80px;
    color: #272727;
    font-weight: 500;
    margin-bottom: 20px;
}

.header-text .desc {
    width: 800px;
    max-width: 100%;
    margin: auto;
    font-size: 18px;
}

/* ---------------------
07. Service-Area
----------------------- */
.service-area {
    /*background-color: #fff;*/
    margin: 5px auto 0px auto;
    width: 1140px;
}

.service-area .container {
    width: 100%;
    padding: 0px;
}

.service-box {
    text-align: center;
    margin-bottom: 30px;
}

.service-box .service-image {
    border: 10px solid #ffffff;
    margin-bottom: 25px;
    overflow: hidden;
}

.service-box .service-image img {
    height: 200px;
    width: 100%;
    object-fit: cover;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: scale(1, 1) translate(0px, 0px);
    -ms-transform: scale(1, 1) translate(0px, 0px);
    transform: scale(1, 1) translate(0px, 0px);
}

.service-box:hover .service-image img {
    -webkit-transform: scale(1.1, 1.1) translate(0px, 0px);
    -ms-transform: scale(1.1, 1.1) translate(0px, 0px);
    transform: scale(1.1, 1.1) translate(0px, 0px);
}

.service-box .title {
    font-size: 20px;
    color: #272727;
    font-weight: 500;
    min-height: 56px;
}

.service-box .title a {
    color: #272727;
}

.service-box .desc {
    font-size: 14px;
}

.service-box .desc a {
    color: #666;
}

/* ---------------------
08. Feature-Area
----------------------- */
.feature-box {
    margin-bottom: 30px;
}

.feature-box .feature-icon {
    margin-bottom: 15px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
}

.feature-box .title {
    font-size: 18px;
    line-height: 30px;
    color: #333333;
}

.feature-box.right-box {
    text-align: right;
    padding-right: 60px;
}

.feature-box.right-box .feature-icon {
    float: right;
    margin-left: 10px;
}

.feature-box.left-box {
    text-align: left;
    padding-left: 60px;
}

.feature-box.left-box .feature-icon {
    float: left;
    margin-right: 10px;
}

.feature-image {
    margin-left: -80px;
    margin-right: -80px;
    text-align: center;
}

/* ------------------------
09. Video-Area
-------------------------- */
.play-button {
    width: 80px;
    height: 80px;
    line-height: 80px;
    padding-left: 3px;
    text-align: center;
    border-radius: 100%;
    /*color: #ff7815;*/
    color: #ed1c24;
    background-color: #ffffff;
    display: inline-block;
    margin: auto;
}

.play-button:hover {
    /*background-color: #ff7815;*/
    background-color: #ed1c24;
    color: #ffffff;
}

.waves-block {
    position: absolute;
    width: 200px;
    height: 200px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}

.waves-block .waves {
    position: absolute;
    width: 200px;
    height: 200px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border-radius: 320px;
    background-clip: padding-box;
    -webkit-animation: waves 3s ease-in-out infinite;
    animation: waves 3s ease-in-out infinite;
}

.waves-block .wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.waves-block .wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.waves-block .wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

@-webkit-keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }

    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

@keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }

    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

/* ------------------------
11. Action-Area
-------------------------- */
.action-text-box .title {
    font-size: 40px;
    line-height: 55px;
}

.action-text-box .desc {
    margin-bottom: 40px;
}

.action-image.image-right {
    margin-left: 50px;
    margin-right: -100px;
}

.action-image.image-left {
    margin-right: 50px;
    margin-left: -100px;
}

/* ------------------------
12. Subscribe-Area
-------------------------- */
.subscribe-area .section-title,
.subscribe-area .section-title .title {
    color: #ffffff;
}

.subscribe-form {
    position: relative;
}

.subscribe-form input[type="text"], .subscribe-form input[type="email"] {
    width: 100%;
    height: 60px;
    border-radius: 100px;
    background-color: #ffffff;
    color: #666666;
    border: none;
    padding: 0 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.subscribe-form button, .subscribe-form input[type="submit"] {
    height: 60px;
    padding: 0 50px;
    border-radius: 100px;
    /*background-color: #ff7815;*/
    background-color: #ed1c24;
    color: #ffffff;
    border: none;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    float: right;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-top: -60px;
    position: relative;
    z-index: 2;
}

.subscribe-form button:hover, .subscribe-form input[type="submit"]:hover {
    background-color: #ffffff;
    /*color: #ff7815;*/
    color: #ed1c24;
}

.subscribe-form .mt10 {
    position: absolute;
    top: 100%;
    left: 0px;
}

/* ------------------------
13. Testimonial-Area
-------------------------- */
.testimonial-slider {
    margin-left: -15px;
    margin-right: -15px;
}

.testimonial-box {
    position: relative;
    background-color: #ffffff;
    padding: 30px;
    margin: 0 15px;
    overflow: hidden;
}

.testimonial-box .testimonial-image {
    float: left;
    margin-right: 30px;
    width: 70px;
    height: 70px;
    border-radius: 100px;
    overflow: hidden;
}

.testimonial-box .testimonial-content {
    width: calc(100% - 100px);
    float: right;
}

.testimonial-box .name {
    font-size: 20px;
    margin-bottom: 5px;
}

.testimonial-box .posi {
    font-size: 16px;
    color: #666666;
    margin-bottom: 15px;
    display: inline-block;

}

/* ------------------------
14. Team-Area
-------------------------- */
.team-box {
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    background-color: #ffffff;
    box-shadow: 0px 0px 15px 0 rgba(0, 0, 0, 0.03);
    padding: 0px 30px 40px 30px;
    border-radius: 5px;
    margin-top: 80px;
    transform: translate(0px, 0px);
    transition: 0.3s;
}

.team-box:hover {
    transform: translate(0px, -8px);
    box-shadow: 5px 15px 30px 0 rgba(0, 0, 0, 0.05);
}

.team-box .team-image {
    width: 150px;
    height: 150px;
    display: inline-block;
    overflow: hidden;
    border-radius: 100%;
    margin-bottom: 15px;
    margin-top: -75px;
    border: 10px solid #ffffff;
    box-shadow: 0px 0px 30px 0 rgba(0, 0, 0, 0.05);
}

.team-box .team-content .name {
    font-size: 20px;
    margin-bottom: 5px;
}

.team-box .team-content .posi {
    font-size: 14px;
    margin-bottom: 15px;
    display: block;
}

.team-box .team-content .desc {
    margin-bottom: 20px;
    display: block;
}

/* ------------------------
15. Blog-Area
-------------------------- */
.blog-slider {
    margin-left: -15px;
    margin-right: -15px;
}

.blog-box {
    margin-left: 15px;
    margin-right: 15px;
}

.blog-box .blog-image {
    margin-bottom: 25px;
}

.blog-box .blog-image img {
    width: 100%;
}

.blog-box .blog-details .meta {
    font-size: 14px;
    margin-bottom: 10px;
}

.blog-box .blog-details .meta a {
    /*color: #ff7815;*/
    color: #ed1c24;
}

.blog-box .blog-details .title {
    font-size: 24px;
}

.blog-box .blog-details .title a {
    color: #333333;
}

.blog-box .blog-details .title a:hover {
    /*color: #ff7815;*/
    color: #ed1c24;
}

.blog-box .blog-details .desc {
    margin-bottom: 15px;
}

/* ------------------------
16. Sponser-Area
-------------------------- */
.sponser-area {
    clear: both;
    padding-top: 10px;
    padding-bottom: 20px;
    margin: 0px auto 20px auto;
    width: 1140px;
    background-color: #fff;
    border-radius: 0px 0px 5px 5px;
}

.sponser-area .slider-item {
    text-align: center;
}

.sponser-area .titile {
    float: left;
    width: 140px;
    padding: 20px 20px;
    height: 185px;
    color: #fff;
    background-color: #0a81df;
}

.sponser-area .titile em {
    display: block;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
}

.sponser-area .titile i {
    display: block;
    font-size: 12px;
    font-style: normal;
    line-height: 12px;
    text-transform: uppercase;
}

.sponser-area .sabtn {
    margin-top: 58px;
}

.sponser-area .sabtn a {
    height: 25px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: #fff;
    line-height: 25px;
    text-align: center;
    width: 60px;
    display: block;
    border-radius: 3px;
    font-size: 12px;
}

.sponser-area .sabtn a:hover {
    background-color: #f90;
}

/* ------------------------
17. Footer-Area
-------------------------- */
.footer-top {
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer-widgets {
    margin-bottom: -40px;
}

.footer-widget {
    margin-bottom: 40px;
}

.footer-widget .widget-title {
    font-size: 14px;
    color: #333333;
    text-transform: uppercase;
    margin-bottom: 3px;
}

.footer-widgets ul {
    list-style: none;
    margin: 0px 0px -10px 0px;
    padding: 0px;
}

.footer-widgets ul li {
    margin-bottom: 10px;
}

.footer-widgets ul a {
    display: block;
    color: #333333;
    font-size: 12px;
}

.footer-widgets ul a:hover {
    /*color: #ff7815;*/
    color: #ed1c24;
}

.footer-widgets ul .meta {
    font-size: 12px;
    color: #666666;
}

.footer-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer-bottom .social-link {
    text-align: right;
}

.copyright {
    color: #666666;
}

.copyright a {
    color: #333333;
}

.copyright a:hover {
    /*color: #ff7815;*/
    color: #ed1c24;
}

/* ------------------------
 18. ScrollUpButton 
 -------------------------- */
#scrollUp {
    position: fixed;
    right: 2%;
    top: 100%;
    width: 28px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    /*border: 2px solid #ff7815;*/
    border: 2px solid #000;
    /*color: #ff7815;*/
    color: #000;
    text-align: center;
    background-color: #ffffff;
    border-radius: 100px;
    z-index: 999;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

#scrollUp:hover {
    /*background-color: #ff7815;*/
    background-color: #000;
    color: #ffffff;
}

#scrollUp.active {
    top: calc(100% - 245px)
}

#scrollUp i {
    -webkit-animation: mymove 1s ease-in 0s infinite alternate;
    animation: mymove 1s ease-in 0s infinite alternate;
    display: inline-block;
    position: relative;
}

@-webkit-keyframes mymove {
    from {
        top: -5px;
    }
    to {
        top: 5px;
    }
}

@keyframes mymove {
    from {
        top: -5px;
    }
    to {
        top: 5px;
    }
}

/*----------------------
19. Preloader-CSS 
---------------------*/
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: 999999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    pointer-events: none;
}

/* ----------------------
Site-Header
----------------------- */
.site-header {
    padding-top: 120px;
    padding-bottom: 120px;
    color: #ffffff;
    position: relative;
}

.site-header:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.5;
}

.site-header .page-title {
    color: #ffffff;
    font-size: 40px;
}

.site-header .bread a,
.site-header .bread {
    font-size: 20px;
    color: #ffffff;
}

.site-header .bread a:after {
    content: "/";
    margin-left: 10px;
    margin-right: 10px;
}

/* -----------------------
Blog-Area
------------------------ */
.blog-single .blog-image {
    border-radius: 4px;
    overflow: hidden;
}

.blog-single .blog-details {
    background-color: #ffffff;
    position: relative;
    z-index: 2;
    padding: 30px;
    margin-bottom: 40px;
    margin-top: -100px;
    margin-right: 40px;
    margin-left: 40px;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.01);
    border-radius: 4px;
}

.blog-single .blog-details .meta {
    margin-bottom: 10px;
}

.blog-single .blog-details .blog-title {
    font-size: 30px;
    margin-bottom: 20px;
}

.blog-single .blog-details .blog-title a {
    color: #333333;
}

.blog-single .blog-details .blog-title a:hover {
    /*color: #ff7815;*/
    color: #ed1c24;
}

.blog-single .blog-details .desc {
    margin-bottom: 20px;
}

.read-more {
    /*color: #ff7815;*/
    color: #ed1c24;
}

.read-more:hover {
    color: #666666;
}

.read-more i {
    margin-left: 2px;
    transition: margin 0.3s;
}

.blog-single .blog-details .read-more:hover i {
    margin-left: 6px;
}

.blog-list {
    margin-bottom: -30px;
}

.blog-box-2 {
    background-color: #ffffff;
    padding: 15px;
    margin-bottom: 30px;
}

.blog-box-2 .blog-details {
    padding-top: 20px;
    padding-bottom: 10px;
}

.blog-box-2 .blog-title {
    font-size: 22px;
    color: #333333;
    margin-bottom: 5px;
}

.blog-box-2 .blog-title a {
    color: #333333;
}

.blog-box-2 .blog-title a:hover {
    /*color: #ff7815;*/
    color: #ed1c24;
}

.blog-box-2 .meta {
    margin-bottom: 10px;
}

.blog-box-2 .desc {
    margin-bottom: 10px;
    font-size: 14px;
}

.sidebar {
    background-color: #ffffff;
    padding: 40px;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.01);
    border-radius: 4px;
}

.widget {
    position: relative;
    margin-bottom: 50px;
}

.widget:last-child {
    margin-bottom: 0px;
}

.widget-title {
    font-size: 20px;
    line-height: 30px;
    color: #333333;
    margin-bottom: 20px;
}

.search-widget .input-field {
    width: 100%;
    height: 55px;
    border-radius: 50px;
    padding: 5px 25px;
    border: none;
    background-color: #f1f3f8;
}

.search-widget .search-button {
    position: absolute;
    right: 0;
    top: 0;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border: none;
    background: none;
}

.widget .social-link {
    margin: -5px;
}

.widget .social-link a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100px;
    background-color: #ededed;
    color: #333333;
    display: inline-block;
    margin: 5px;
}

.widget .social-link a.facebook {
    background-color: #3b5999;
    color: #ffffff;
}

.widget .social-link a.facebook:hover {
    background-color: #2f4676;
}

.widget .social-link a.twitter {
    background-color: #55acee;
    color: #ffffff;
}

.widget .social-link a.twitter:hover {
    background-color: #4b9ad7;
}

.widget .social-link a.linkedin {
    background-color: #0077b5;
    color: #ffffff;
}

.widget .social-link a.linkedin:hover {
    background-color: #055d8b;
}

.widget .social-link a.behance {
    background-color: #1769ff;
    color: #ffffff;
}

.widget .social-link a.behance:hover {
    background-color: #1254cc;
}

.widget .social-link a.dribbble {
    background-color: #ea4c89;
    color: #ffffff;
}

.widget .social-link a.dribbble:hover {
    background-color: #c83e73;
}

.thumb-post-list {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.thumb-post-list li {
    overflow: hidden;
    width: 100%;
    margin-bottom: 10px;
}

.thumb-post-list .thumb {
    float: left;
    width: 90px;
    display: inline-block;
    margin-right: 15px;
}

.thumb-post-list .content .title {
    font-size: 14px;
    line-height: 20px;
    display: block;
    color: #333333;
    margin-bottom: 8px;
}

.thumb-post-list .content .title:hover {
    /*color: #ff7815;*/
    color: #ed1c24;
}

.thumb-post-list .content .date {
    font-size: 14px;
    line-height: 18px;
    display: block;
    color: #666666;
}

.widget-archive ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.widget-archive ul li {
    margin-bottom: 5px;
}

.widget-archive ul li:last-child {
    margin-bottom: 0px;
}

.widget-archive ul li a {
    color: #333333;
}

.widget-archive ul li a:hover {
    text-decoration: underline;
}

.meta-list {
    list-style: none;
    margin: 0 0 10px 0;
    padding: 0;
}

.meta-list li {
    display: inline-block;
    margin-right: 30px;
}

.meta-list li:last-child {
    margin-right: 0px;
}

.footer-tags {
    border-top: 1px solid #ededed;
    padding-top: 25px;
    padding-bottom: 40px;
}

.footer-tags .label {
    float: left;
    margin-right: 10px;
    margin-top: 15px;
    color: #333333;
}

.footer-tags a {
    border: 1px solid #dddddd;
    color: #666666;
    padding: 5px 20px;
    display: inline-block;
    border-radius: 100px;
    margin-top: 10px;
    margin-right: 5px;
}

.footer-tags a:hover {
    background-color: #666666;
    border: 1px solid #666666;
    color: #ffffff;
}

.single-navigation {
    clear: both;
}

.single-navigation .navigation {
    background-color: #f4f4f4;
    padding: 25px 30px;
    border-radius: 4px;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    transform: translateY(0px);
    transition: 0.3s;
    margin-bottom: 40px;
}

.single-navigation .navigation:hover {
    background-color: #ffffff;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.05);
    transform: translateY(-5px);
}

.single-navigation .right-navigation {
    float: right;
}

.single-navigation .navigation .title {
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    font-weight: 500;
    margin-bottom: 10px;
    display: block;
}

.single-navigation .navigation .title:hover {
    /*color: #ff7815;*/
    color: #ed1c24;
}

.author-description {
    background-color: #f4f4f4;
    border-radius: 4px;
    overflow: hidden;
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 40px;
}

.author-description .thumb {
    width: 70px;
    height: 70px;
    margin-right: 30px;
    border-radius: 100px;
    overflow: hidden;
}

.author-description .content {
    width: calc(100% - 100px);
}

.author-description .content .author-name {
    font-size: 18px;
    line-height: 25px;
    color: #333333;
    font-weight: 500;
    margin-bottom: 5px;
}

.author-description .content .position {
    margin-bottom: 10px;
    font-size: 14px;
}

.comment-list-area {
    margin-bottom: 60px;
}

.comment-respond .list-title,
.comment-list-area .list-title {
    font-size: 20px;
    line-height: 25px;
    color: #333333;
    margin-bottom: 30px;
}

.comment-list {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.comment-list .children {
    list-style: none;
    margin: 0px 0px 0px 100px;
    padding: 0px;
}

.comment-list .comment {
    border-bottom: 1px solid #ededed;
    padding-bottom: 30px;
    margin-bottom: 30px;
    overflow: hidden;
}

.comment-list .comment .avater {
    float: left;
    width: 70px;
    height: 70px;
    border-radius: 100px;
    overflow: hidden;
    margin-right: 30px;
}

.comment-list .comment .content {
    width: calc(100% - 100px);
    float: right;
}

.comment-list .comment .content .name {
    font-size: 16px;
    line-height: 25px;
    color: #333333;
    font-weight: 500;
    margin-bottom: 5px;
}

.comment-list .comment .content .date {
    margin-bottom: 15px;
}

.comment-list .comment .content .reply {
    display: inline-block;
    float: right;
    font-size: 16px;
    color: #666666;
}

.comment-list .comment .content .reply:hover {
    text-decoration: underline;
}

.comment-list .comment .content .reply i {
    transform: rotateY(180deg);
}

.form-control {
    padding: 15px 25px;
    margin-bottom: 15px;
    outline: none;
    border: 1px solid #dddddd;
    border-radius: 1px;
    box-shadow: none;
    min-height: 60px;
    background-color: #f9fafc;
}

.form-control:focus {
    border: 1px solid #d7d7d7;
    box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.05);
}

.comment_form .submit_btn {
    padding: 18px 50px;
}

/*--------------------------------------------------------------
#0.4	hero slider
--------------------------------------------------------------*/
.hero {
    position: relative;
    height: 100vh;
    width: 1140px;
    margin: 23px auto 0px auto;
    border-radius: 5px;
    /** slider controls **/
    /** slider controls **/
    /*** hero slider animation ***/
}

.hero .slide {
    height: 100vh;
    position: relative;
    background-repeat: no-repeat;
    position: relative;
    border-radius: 5px;
}

.hero .slide .slider-bg {
    display: none;
}

.hero .slide:focus {
    outline: none;
}

.hero .slide .container {
    height: 100%;
    display: table;
    padding: 0;
}

.hero .slide .row {
    display: table-cell;
    vertical-align: middle;
}

.hero .slick-prev,
.hero .slick-next {
    background-color: rgba(255, 255, 255, 0.1);
    width: 55px;
    height: 55px;
    border-radius: 50%;
    z-index: 10;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.hero .slick-prev {
    left: 25px;
}

.hero .slick-prev:before {
    font-family: "themify";
    content: "\e629";
    opacity: 1;
    color: #b3b3b3;
}

.hero .slick-next {
    right: 25px;
}

.hero .slick-next:before {
    font-family: "themify";
    content: "\e628";
    opacity: 1;
    color: #b3b3b3;
}

.hero .slick-prev:hover,
.hero .slick-next:hover {
    background: #c83226;
    border-color: #c83226;
}

.hero .slick-prev:hover:before,
.hero .slick-next:hover:before {
    color: #fff;
}

.hero .slick-dots {
    bottom: 30px;
}

.hero .slick-dots li {
    margin: 0;
}

.hero .slick-dots button {
    background-color: #c83226;
    width: 14px;
    height: 14px;
    border: 1px solid #fff;
    border-radius: 50%;
}

.hero .slick-dots button:before,
.hero .slick-dots button:before {
    display: none;
}

.slide-caption {
    margin-left: 100px;
}

.slide-subtitle {
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.slide-title {
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.hero .slide-caption > div {
    overflow: hidden;
}

.hero .slide-caption > div * {
    -webkit-animation: fadeOutLeft 1.5s both;
    animation: fadeOutLeft 1.5s both;
}

.hero .slide-caption > div.slide-title * {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.hero .slide-caption > div.slide-subtitle * {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.hero .slide-caption > div.btns * {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.hero .hero-slider .slick-current .slide-caption > div * {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.hero .hero-slider .slick-current .slide-caption > div.slide-title * {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.hero .hero-slider .slick-current .slide-caption > div.slide-subtitle * {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.hero .hero-slider .slick-current .slide-caption > div.btns * {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

/*----------------------------------------------
	hero-style-1
------------------------------------------------*/
.hero-style-1, .hero-style-2, .hero-style-3 {
    position: relative;
    height: 420px;
    min-height: 420px;
}

.hero-style-1 .slide, .hero-style-2 .slide, .hero-style-3 .slide {
    height: 420px;
    min-height: 420px;
    position: relative;
}

.hero-style-1 .slide:before, .hero-style-2 .slide:before, .hero-style-3 .slide:before {
    content: "";
    /*background-color: rgba(0, 0, 0, 0.1);*/
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 5px;
}

.hero-style-1 .slide-caption .slide-subtitle p, .hero-style-2 .slide-caption .slide-subtitle p, .hero-style-3 .slide-caption .slide-subtitle p {
    font-size: 16px;
    font-size: 1rem;
    /*color: #b3b3b3;*/
    /*color: rgba(255, 255, 255, 0.8);*/
    color: rgba(255, 255, 255, 1);
    margin: 0;
    text-transform: uppercase;
    line-height: 1em;
}

.hero-style-1 .slide-caption h2, .hero-style-2 .slide-caption h2, .hero-style-3 .slide-caption h2 {
    font-size: 53px;
    font-size: 2.3125rem;
    line-height: 1.3em;
    color: #fff;
    margin: 0.61em 0 0.56em;
    text-transform: capitalize;
}

/*----------------------------------------------
	hero-style-2
------------------------------------------------*/
.hero-style-2 {
    position: relative;
    height: 700px;
}

.hero-style-2 .slide {
    height: 700px;
    position: relative;
}

/*----------------------------------------------
	hero-style-3
------------------------------------------------*/
.hero-style-3 {
    height: 100vh;
}

.hero-style-3 .slide {
    height: 100vh;
}

.theme-btn, .theme-btn-s2, .theme-btn-s4, .theme-btn-s3 {
    background-color: #fff;
    height: 50px;
    line-height: 45px;
    font-weight: bold;
    color: #c83226;
    padding: 0 20px;
    border: 2px solid #c83226;
    border-radius: 5px;
    text-transform: capitalize;
    display: inline-block;
}

.theme-btn:hover, .theme-btn-s2:hover, .theme-btn-s4:hover, .theme-btn-s3:hover, .theme-btn:focus, .theme-btn-s2:focus, .theme-btn-s4:focus, .theme-btn-s3:focus, .theme-btn:active, .theme-btn-s2:active, .theme-btn-s4:active, .theme-btn-s3:active {
    background-color: #c83226;
    color: #fff;
}

.theme-btn-s2, .theme-btn-s4 {
    background-color: #c83226;
    font-size: 16px;
    font-size: 1rem;
    padding: 0 28px;
    color: #fff;
    border: 0;
    border-radius: 0;
}

.theme-btn-s2:hover, .theme-btn-s4:hover, .theme-btn-s2:focus, .theme-btn-s4:focus, .theme-btn-s2:active, .theme-btn-s4:active {
    background-color: #b32d22;
    color: #fff;
}

.theme-btn-s3 {
    background-color: transparent;
    color: #fff;
}

.theme-btn-s4 {
    height: 45px;
    line-height: 45px;
    color: #fff;
    padding: 0 35px;
}

.slider-item a .slider-name {
    font-size: 14px;
    color: #999;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.country_map {
    position: absolute;
    background-image: url("../images/country_map.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% 100%;
    width: 800px;
    height: 447px;
    left: 50%;
    top: 160px;
    margin-left: -400px;
    opacity: 0.15;
    z-index: -1;
}

.country_list {
    margin-top: -60px;
}

.country_list h3 {
    margin-bottom: 0px;
}

.country_list small {
    margin-bottom: 10px;
    display: block;
    color: #999;
}

.country_list .area {
    line-height: 40px;
}

.country_list .area a {
    display: block;
    line-height: 40px;
}

.country_list .area img {
    margin-right: 5px;
    vertical-align: middle;
    width: 23px;
    height: 23px;
    border-radius: 100px;
}

.country_list .Chinese-gbk img {
    background-color: #f00;
}

.country_list .English img {
    background-color: #0069d9;
}

/*洋葱皮*/
.nnbody {
    max-width: 1200px;
    margin: 0px auto;
    font-size: 15px;
    padding: 10px 30px 0px 30px;
    color: #999;
}

.nnbody .jgx {
    margin: 0px 8px;
    color: #ccc;
}

.news-area {
    border-bottom: 1px solid #eee;
}

.news-area .nabody {
    max-width: 1200px;
    margin: 0px auto;
    padding: 10px 30px 110px 30px;
    color: #222;
}

.nnbody a {
    color: #666;
}

.nabody .natitle {
    padding: 30px 0px 0px 0px;
    font-size: 1.4rem;
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 20px;
    font-weight: bold;
    padding-bottom: 10px;
}

.ryzsbox {
    text-align: center;
}

.natitlec {
    float: left;
}

.natitle i {
    font-size: 12px;
    font-style: normal;
    margin: 0px 5px;
    color: #eee;
}

.natitle em {
    font-size: 14px;
    font-style: normal;
    color: #999;
    font-weight: normal;
    clear: right;
}

.natitle i.gd {
    display: block;
    line-height: 1px;
    height: 1px;
    font-size: 1px;
    border-bottom: 1px dotted #e8e8e8;
    margin: 0px 0px 2px 0px;
    clear: both;
}

.news-area .nabody p {
    text-align: justify;
    word-break: break-all;
    line-height: 150%;
    margin-bottom: 20px;
    text-indent: 2em;
    color: #222;
}

.enB .news-area .nabody p {
    word-break: normal;
    text-indent: 0em;
    text-align: inherit;
}

.news-area .nabody .newsc p {
    text-indent: 0em;
}

.news-area .nabody .natitimg {
    margin: 36px 0px;
}

/*列表*/
.tuwenlist {
    clear: both;
}

.tuwenlist ul {
    clear: both;
    padding: 32px 0px 0px 0px;
    margin: 0px;
}

.tuwenlist li {
    padding: 0px;
    margin: 0px 0px 40px 0px;
    float: left;
    width: 33.33%;
    list-style: none;
    text-align: center;
}

.tuwenlist .twname {
    height: 170px;
    overflow: hidden;
}

.tuwenlist .twname a {
    color: #333;
}

.tuwenlist .twimg img {
    min-height: 323px;
    max-width: 100%;
    margin-bottom: 1rem;
}

/*荣誉*/
/*列表*/
.tuwenlist2 {
    clear: both;
}

.tuwenlist2 ul {
    clear: both;
    padding: 32px 0px 0px 0px;
    margin: 0px;
}

.tuwenlist2 li {
    padding: 0px;
    float: left;
    width: 290px;
    height: 290px;
    margin-right: 25px;
    margin-bottom: 25px;
    background-color: #fff;
    /*border: 2px solid #fff;*/
    list-style: none;
    text-align: center;
    border-radius: 2px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.03);
}

.enB .tuwenlist2 li {
    width: 270px;
    height: 290px;
}

.tuwenlist2 li:nth-child(3n+3) {
    margin-right: 0px;
}

.tuwenlist2 li:hover {
    background-color: #668bc2;
    /*border: 2px solid #c00;*/
}

.tuwenlist2 li:hover .twname a {
    color: #fff;
}

.tuwenlist2 .twname {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}

.tuwenlist2 .twname a {
    color: #333;
}

.tuwenlist2 .twimg {
    width: 220px;
    height: 220px;
    text-align: center;
    margin: 25px auto 3px auto;
    overflow: hidden;
}

.tuwenlist2 .twimg a {
    width: 220px;
    height: 220px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.ptimg {
    float: left;
    width: 35%;
    margin: 0px 36px 20px 0px;
}

.Lnav {
    float: left;
    width: 160px;
    margin-right: 40px;
    /*background-color: #0193de;*/
    background-color: #ffffff;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
    margin-top: 32px;
    /*height: 300px;*/
    border-radius: 3px;
    padding: 0px 0px 10px 0px;
    border-radius: 5px 5px 0px 0px;
}

.enB .Lnav {
    width: 220px;
}

.Lintro {
    background-color: #0a81df;
    padding: 40px 20px 40px 20px;
    text-align: center;
    color: #fff;
    font-size: 1.3rem;
    border-radius: 5px 5px 0px 0px;
    background-image: url("../images/20200809.png");
    background-size: 100% 100%;
}

.Lnav a {
    display: block;
    clear: both;
    /*color: #fff;*/
    color: #505050;
    border-top: 1px solid #f9f9f9;
    padding: 5px 0px 5px 0px;
    text-align: center;
    font-size: 16px;
}

.Lnav a.active {
    /*background-color: rgba(255, 255, 255, 0.2);*/
    color: #5c9eff;
    font-weight: bold;
}

.Lnav a:hover {
    background-color: rgb(92, 158, 255);
    color: #fff;
}

.Rbody {
    float: right;
    width: 920px;
}

.enB .Rbody {
    float: right;
    width: 860px;
}

/*资讯*/
.newsh {
    font-size: 14px;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
    padding-bottom: 10px;
    text-align: center;
    color: #999;
}

.newsh a {
    color: #999;
}

.newsh .jgx {
    color: #eee;
    margin: 0px 3px;
}

.nabody .newtitle {
    padding: 30px 0px 5px 0px;
    font-size: 2rem;
    font-weight: bold;
    margin: 0px;
    text-align: center;
}

.newsb {
    text-align: right;
    color: #999;
    padding-top: 30px;
    border-top: 1px dashed #eee;
    margin: 30px 0px 10px 0px;
}

.newslist {
    clear: both;
}

.newslist ul {
    padding: 0px;
    margin: 0px;
}

.newslist li {
    list-style: none;
    margin-bottom: 20px;
    border-bottom: 1px dashed #eee;
    padding-bottom: 20px;
}

.newslist .twimg {
    width: 280px;
    height: 170px;
    float: left;
    margin-right: 30px;
}

.newslist .newsbt {
    margin-right: 30px;
}

.newslist .newsbt a {
    display: block;
    color: #333;
    font-size: 20px;
    padding-top: 10px;
    margin-bottom: 10px;
    text-align: justify;
    word-break: break-all;
}

.newslist .newsfbt {
    max-height: 76px;
    overflow: hidden;
}

.newslist .newsfbt a {
    display: block;
    color: #999;
    text-align: justify;
    word-break: break-all;
}

.newslist .newstime {
    padding-top: 5px;
}

.newslist .newstime a {
    display: block;
    color: #aaa;
}

.newslist .twimg a {
    display: block;
    width: 280px;
    height: 170px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

.newslist .twname {
    height: 170px;
    overflow: hidden;
}

.newslist .newsbtn {
    display: none;
}

.newslist li:hover .newsbt a {
    color: #e00;
}

.newslist li:hover .newsfbt a {
    color: #000;
}

/*加入我们*/
.joinlist {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 80px;

    text-align: center;
}

.joinlist .JL3 {
    width: 40%;
}

.joinlist th {
    color: #888;
}

.joinlist td {
    padding: 10px 5px;
    border-top: 2px solid #f5f5f5;
}

.joinlist th {
    padding: 10px 5px;
}

.joinlist td a {
    display: inline-block;
    background-color: #e00;
    color: #fff;
    font-size: 14px;
    padding: 0px 10px;
    border-radius: 20px;
}

.slide-subtitle p {
    font-size: 18px !important;
}

.bgimg {
    clear: both;
    margin: 16px auto 0px auto;
    width: 1160px;
    height: 140px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px;
}

article, section, time, aside {
    display: block;
}

.point-time {
    display: none;
    content: "";
    position: absolute;
    width: 13px;
    height: 13px;
    top: 17px;
    left: 20%;
    background: #1c87bf;
    margin-left: -4px;
    border-radius: 50%;
    box-shadow: 0 0 0 5px #fff;
}

.text-red {
    color: #f6393f;
}

.text-blue {
    color: #1c87bf;
}

.text-green {
    color: #95c91e;
}

.text-yellow {
    color: #ffb902;
}

.text-purple {
    color: #d32d93;
}

.point-red {
    background-color: #f6393f;
}

.point-blue {
    background-color: #1c87bf;
}

.point-blue2 {
    background-color: #99c3ff;
}

.point-green {
    background-color: #95c91e;
}

.point-yellow {
    background-color: #ffb902;
}

.point-purple {
    background-color: #d32d93;
}

.contentTime {
    /*width: 970px;*/
    margin: 30px auto;
}

.contentTime article {
    position: relative;
}

.contentTime article > h3 {
    width: 15%;
    height: 20px;
    line-height: 20px;
    text-align: right;
    font-size: 1.4em;
    color: #1d1d1d;
    padding: 10px 0 20px;
}

.contentTime article section {
    padding: 0 0 25px 0;
    position: relative;
}

.contentTime article section:before {
    content: "";
    width: 3px;
    top: 17px;
    bottom: -17px;
    left: 10.5%;
    background: #e6e6e6;
    position: absolute;
}

.contentTime article section:last-child:before {
    display: none;
}

.contentTime article section time {
    width: 15%;
    display: block;
    position: absolute;
}

.contentTime article section time > span {
    display: block;
    background-color: #3d7bd6;
    height: 80px;
    width: 80px;
    line-height: 80px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    float: right;
    border-radius: 80px;
}

/*.contentTime article section aside {*/
/*color: #fff;*/
/*margin-left: 20%;*/
/*padding: 15px;*/
/*margin-bottom: 20px;*/
/*width: 560px;*/
/*border-radius: 5px;*/
/*background-color: #f6faff;*/
/*!*box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05);*!*/
/*!*border: 1px solid #c1ddfd;*!*/
/*}*/

.contentTime article section aside {
    color: #fff;
    margin-left: 20%;
    padding: 15px 15px 15px 25px;
    margin-bottom: 20px;
    width: 560px;
    border-radius: 5px;
    background-color: #f6faff;
    border-bottom: 1px solid #cbd6e4;
    /*box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05);*/
    /*border: 1px solid #c1ddfd;*/
}

.news-area .nabody p.things {
    color: #5887cc;
}

.xyd {
    position: absolute;
    /* margin-top: -10px; */
    margin-left: -15px;
    /*color: #b4bdca;*/
    color: #ccdaec;
}

.news-area .nabody p.things, .news-area .nabody p.brief {
    text-indent: 0px;
    margin: 0px;
}

.contentTime article section .brief {
    color: #2d4971;
}

.Qcode {
    font-size: 12px;
    position: fixed;
    right: 10px;
    bottom: 10px;
    background-color: #fff;
    border-radius: 10px;
    width: 126px;
    text-align: center;
    z-index: 9999999;
    padding: 10px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.12);
}

.enB .Qcode {
    line-height: 14px;
    text-transform: uppercase;
    color: #999;
}

.Qcode img {
    width: 100%;
}

.ditu {
    float: right;
    width: 360px;
    border: 1px solid #f9f9f9;
    padding: 5px;
}

.qywh {
    background-image: url("../images/whbj.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.aa1, .aa2, .aa3, .aa4, .aa5, .aa6 {
    padding: 16px;
    width: 45%;
    float: left;
    height: 160px;
    /*background-color: #f9fbff;*/
    color: #3d567b;
    /*clear: both;*/
    margin: 0px 0px 0px 0px;
    /*border-bottom: 1px dotted #ddd;*/
    /*box-shadow: 0px 10px 10px rgba(0,0,0,0.015);*/
}

.aa1 h4, .aa2 h4, .aa3 h4, .aa4 h4, .aa5 h4, .aa6 h4 {
    color: #3c74d3;
    font-size: 18px;
    font-weight: bold;
    padding: 0px 6px 0px 0px;
    margin: 0px;
}

.aa1 i, .aa2 i, .aa3 i, .aa4 i, .aa5 i, .aa6 i {
    font-style: normal;
    padding-left: 20px;
    font-size: 16px;
    display: block;
    color: #333;
}

.whd {
    color: #a5d4f9;
    margin-right: 6px;
}

.footer-area {
    border-top: 1px solid #ededed;
}

.col-lg-4a {
    width: 20%;
}

.col-lg-4b {
    width: 16%;
}

.col-lg-4c {
    width: 20%;
    margin-left: 12%;
}

.index_right {
    float: left;
    width: 690px;
    /*background-color: #0a81df;*/
}

.ssabox {
    clear: both;
    width: 100%;
    /*background-color: #fff;*/

}

.newsgroup {
    width: 450px;
    float: left;
    padding-right: 30px;
}

.newstab {
    border-bottom: 1px solid #0a81df;
    padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
    margin-top: 5px;
}

.newstab li {
    float: left;
    width: 100px;
    color: #333;
    list-style: none;
    font-size: 16px;
    text-align: center;
    height: 36px;
    line-height: 36px;
}

.newstabEN li {
    width: 160px;
}

.newstab li.active {
    background-color: #0a81df;
    color: #fff;
}

.newsslice {
    width: 240px;
    float: left;
    padding-top: 40px;
}

.join_wm {
    height: 80px;
    background-color: #f0faff;
    margin-bottom: 5px;
    background-image: url("../images/joinus.jpg");
    background-position: center center;
}

.enB .join_wm {
    background-image: url("../images/en_joinus.jpg");
}

.fazls {
    height: 116px;
    width: 240px;
    background-image: url("../images/fazls.jpg");
    background-position: center center;
}

.enB .fazls {
    background-image: url("../images/en_fazls.jpg");
}

.biaoyu {
    clear: both;
    text-align: center;
    margin-bottom: 60px;
}

/*gsxw*/
.gsxw {
    width: 450px;
    float: left;
    height: 208px;
    overflow: hidden;
}

.gsxw ul {
    padding: 0px;
    margin: 0px;
}

.gsxw ul li {
    list-style: none;
    line-height: 26px;
}

.gsxw li .time {
    float: left;
    color: #A7A7A7;
    font-style: normal;
    font-size: 12px;
    margin-right: 8px;
}

.gsxw li a {
    color: #111;
}

.gsxw li a:hover {
    color: #0a81df;
}

/*hyzx*/
.hyzx {
    width: 450px;
    display: none;
    float: left;
    height: 208px;
    overflow: hidden;
}

.hyzx ul {
    padding: 0px;
    margin: 0px;
}

.hyzx ul li {
    list-style: none;
    line-height: 26px;
}

.hyzx li .time {
    float: left;
    color: #A7A7A7;
    font-style: normal;
    font-size: 12px;
    margin-right: 8px;
}

.hyzx li a {
    color: #111;
}

.hyzx li a:hover {
    color: #0a81df;
}

/*ssa*/
.ssa {
    padding: 30px 0px;
    margin-bottom: 18px;
    width: 1140px;
    margin: 0px auto;
    border-top: 2px solid #eee;
    border-bottom: 2px solid #eee;
}

.ssa_l {
    float: left;
    width: 450px;
}

.ssa_r {
    float: left;
    width: 690px;
}

.ryzz .titile {
    padding-bottom: 12px;
}

.ryzz .titile a em {
    display: block;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    color: #000;
}

.ryzz .titile a i {
    display: block;
    font-size: 12px;
    font-style: normal;
    line-height: 12px;
    text-transform: uppercase;
	color:#666;
}

.ryzz .stlist {
    padding: 0px;
    margin: 0px;
}

.ryzz .stlist li {
    list-style: none;
    line-height: 26px;
}

.ryzz .stlist .time {
    float: left;
    color: #A7A7A7;
    font-style: normal;
    font-size: 12px;
    margin-right: 8px;
}

.ryzz .stlist a {
    color: #111;
}

.ryzz .stlist a:hover {
    color: #0a81df;
}

/*yyzs*/
.yyzs {
    width: 450px;
    float: left;
}

.yyzs .titile {
    padding-bottom: 12px;
}

.yyzs .titile a em {
    display: block;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    color: #000;
}

.yyzs .titile a i {
    display: block;
    font-size: 12px;
    font-style: normal;
    line-height: 12px;
    text-transform: uppercase;
	color: #000;
}

.yyzs .stlist {
    padding: 0px;
    margin: 0px;
}

.yyzs .stlist li {
    list-style: none;
    line-height: 26px;
}

.yyzs .stlist .time {
    float: left;
    color: #A7A7A7;
    font-style: normal;
    font-size: 12px;
    margin-right: 8px;
}

.yyzs .stlist a {
    color: #111;
}

.yyzs .stlist a:hover {
    color: #0a81df;
}

/*tbxx*/
.tbxx {
    width: 240px;
    float: left;
}

.tbxx .titile {
    padding-bottom: 12px;
}

.tbxx .titile a em {
    display: block;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    color: #000;
}

.tbxx .titile a i {
    display: block;
    font-size: 12px;
    font-style: normal;
    line-height: 12px;
    text-transform: uppercase;
	color: #000;
}

.tbxx .tjlist {
    padding: 0px;
    margin: 0px;
}

.tbxx .tjlist li {
    display: table;
    list-style: none;
    background-color: #0a81df;
    text-align: center;
    padding: 12px;
    margin-bottom: 4px;
    height: 75px;
    width: 100%;
}

.tbxx .tjlist li a {
    display: table-row;
    vertical-align: middle;
    text-align: center;
}

.tbxx .tjlist li a strong {
    font-weight: normal;
    line-height: 14px;
    display: inline-block;
}

.tbxx .tjlist .time {
    color: rgba(255, 255, 255, 0.5);
    font-style: normal;
    font-size: 12px;
    display: block;
}

.tbxx .tjlist a {
    display: block;
    color: #fff;
}

.tbxx .tjlist li:hover {
    background-color: #f90;
}

.foudongzhizhi {
    background-image: url("../images/zm.jpg");
    background-repeat: no-repeat;
    background-position: center;
    height: 60px;
    position: fixed;
    bottom: 0px;
    width: 100%;
    left: 0px;
    z-index: 999999;
    background-color: #d9e6ef;
}

.enB .foudongzhizhi {
    background-image: url("../images/en_zm.jpg");
}

/*----------------------------------------------
	mobile-style-start
------------------------------------------------*/
/*mobile phone*/
@media (max-width: 767px) {
    .hero {
        min-height: 420px;
    }

    .hero .slide {
        min-height: 420px;
    }

    .hero-style-1, .hero-style-2, .hero-style-3 {
        height: 420px;
        min-height: 450px;
    }

    .hero-style-1 .slide, .hero-style-2 .slide, .hero-style-3 .slide {
        height: 420px;
        min-height: 420px;
    }

    .hero-style-1 .slide-caption h2, .hero-style-2 .slide-caption h2, .hero-style-3 .slide-caption h2 {
        font-size: 35px;
        font-size: 2.1875rem;
    }

    .hero-style-2 {
        height: 450px;
    }

    .hero-style-2 .slide {
        height: 450px;
    }

    .theme-btn, .theme-btn-s2, .theme-btn-s4, .theme-btn-s3 {
        padding: 12px;
        font-size: 13px;
        font-size: 0.8125rem;
        height: 45px;
        line-height: 40px;
    }

    .tuwenlist li {
        width: 33.33%;
    }

    .tuwenlist li {
        width: 100%;
    }

    .tuwenlist .twname {
        height: auto;
        overflow: auto;
    }

    .natitle em {
        /*display: block;*/
        /*clear: both;*/
        /*float: left;*/
    }

    .ptimg {
        float: left;
        width: 100%;
        margin: 0px 0px 20px 0px;
    }

    .logoa .footer-widget {
        text-align: center;
        margin-bottom: 60px;
    }

    .newslist .twimg {
        width: 100%;
        height: auto;
        min-height: 200px;
        float: inherit;
        margin-right: 0px;
    }

    .newslist .twimg a {
        display: block;
        width: 100%;
        height: auto;
        min-height: 200px;
        overflow: hidden;
        background-size: cover;
        background-position: center;
    }

    .newslist .newsbt {
        margin-right: 0px;
    }

    .newslist .twname {
        height: auto;
        overflow: inherit;
    }

    .newslist .newsbtn {
        clear: both;
        text-align: center;
        display: block;
    }

    .newslist .newsbtn a {
        margin: 25px auto 0px auto;
        display: block;
        padding: 5px 10px;
        border-radius: 300px;
        border: 1px solid #d00;
        color: #fff;
        background-color: #c00;
    }

    .Lnav {
        display: none;
    }

    .Rbody {
        width: 100%;
    }

    .joinlist th {
        padding: 10px 3px;
    }

    .joinlist td {
        padding: 10px 3px;
        line-height: 16px;
    }

    .joinlist {
        font-size: 12px;
    }

    .joinlist td a {
        display: inline-block;
        background-color: #e00;
        color: #fff;
        font-size: 12px;
        padding: 0px 3px;
        border-radius: 2px;
    }

    .aa1, .aa2, .aa3, .aa4, .aa5, .aa6 {
        width: 100%;
        text-align: left;
        margin-bottom: 20px;
    }

    .aa1 h4, .aa2 h4, .aa3 h4, .aa4 h4, .aa5 h4, .aa6 h4 {
        padding-right: 0px;
    }

    .ditu {
        width: 100%;
        border: 2px solid #f3f3f3;
        padding: 5px;
        clear: bottom;
        margin-bottom: 20px;
    }
}

/*ipad*/
@media (max-width: 991px) {
    .hero .slick-prev,
    .hero .slick-next {
        display: none !important;
    }

    .hero-style-1, .hero-style-2, .hero-style-3 {
        height: 420px;
        min-height: 420px;
    }

    .hero-style-1 .slide, .hero-style-2 .slide, .hero-style-3 .slide {
        height: 420px;
        min-height: 420px;
    }

    .hero-style-1 .slide-caption .slide-subtitle p, .hero-style-2 .slide-caption .slide-subtitle p, .hero-style-3 .slide-caption .slide-subtitle p {
        font-size: 16px;
        font-size: 1rem;
    }

    .hero-style-1 .slide-caption h2, .hero-style-2 .slide-caption h2, .hero-style-3 .slide-caption h2 {
        font-size: 40px;
        font-size: 2.5rem;
    }

    .hero-style-2 {
        height: 500px;
    }

    .hero-style-2 .slide {
        height: 500px;
    }

    .theme-btn-s2, .theme-btn-s4 {
        height: 45px;
        line-height: 45px;
        font-size: 14px;
        font-size: 0.875rem;
        padding: 0 22px;
    }

    .theme-btn-s4 {
        padding: 0 22px;
    }

    .tuwenlist li {
        width: 33.33%;
    }

    .tuwenlist li {
        width: 33.33%;
    }

    .tuwenlist .twimg img {
        max-height: 280px !important;
        min-height: 280px !important;
    }
}

@media screen and (min-width: 992px) {
    .hero .slick-dots {
        display: none !important;
    }

    .hero-style-3 .slide-caption {
        margin-top: 150px;
    }
}

@media (min-width: 1200px) {
    .sponser-area .container {
        max-width: inherit;
        padding: 0px;
    }
}

/*----------------------------------------------
	mobile-style-over
------------------------------------------------*/


