@charset "UTF-8";
/*------------------------------------------------------------------
[ Table of contents ]

1. Google fonts
2. Main Colors
3. Buttons styles
4. Typography
5. Header
    1. Desctop menu
    2. Mobile menu
    3. Header slider
    4. Header particles
    5. Header video
6. Footer
7. Home page
    1. Icons section
    2. Service section
    3. Portfolio section
    4. Partners section
    5. Contact block
    6. News Section
8. About page
    1. Section who we are
    2. Numbers block
    3. Team section
9. Services page
    1. Services items
10. Contacts
    1. Contacts box
    2. Contacts form
    3. Map
11. Blog & Portfolio
    1. Blog post & Portfolio item
    2. Post styles
    3. Sidebar > Widgets
12. Blog Single & Portfolio Single
    1. Thumbnail styles
    2. Description
    3. Share
    4. Comments
    5. Post single content styles & typography
13. Other styles
    1. Pagintaion

------------------------------------------------------------------ */
/* 1 Google fonts */
@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i");
@import url("https://fonts.googleapis.com/css?family=Raleway:100,300,400,500,700,900");
@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');
@import url('https://fonts.googleapis.com/css?family=Muli&display=swap');

/* 1 Google fonts */
/* 2 Main Colors */
.white {
    color: #ffffff;
}

.orange {
    color: #F8BB5C;
}

.black {
    color: #080909;
}

/* 3 Buttons styles */
.btn {
    background-color: transparent;
    font-family: 'Montserrat', sans-serif;
    display: block;
    min-width: 100px;
    border-radius: 3px;
    padding: 0 30px;
    height: 42px;
    min-height: 42px;
    line-height: 42px;
    overflow: hidden;
    font-size: 16px;
    text-align: center;
    color: #fff;
    border: 1px solid #1da1f2;
    /*z-index: 1;*/
    position: relative;
    transition: 0.4s all;
}

.btn:after {
    content: "";
    display: block;
    position: absolute;
    width: 0%;
    height: 120%;
    left: 0;
    top: 0;
    background: #1da1f2;
    z-index: -1;
    transition: 0.5s all;
    opacity: 0.3;
}

.btn:hover {
    background: #1da1f2;
}

.btn:hover:after {
    opacity: 1;
    width: 150%;
    right: 0;
}

.small-btn {
    height: 30px;
    min-height: 30px;
    line-height: 30px;
    font-size: 12px;
    padding: 0 15px;
}

.extra-small-btn {
    height: 30px;
    min-height: 30px;
    line-height: 30px;
    font-size: 14px;
    padding: 0px 14px;
}

.big-btn {
    background-color: transparent;
    font-family: 'Montserrat', sans-serif;
    display: block;
    min-width: 100px;
    border-radius: 50px;
    padding: 0 40px;
    height: 55px;
    min-height: 55px;
    line-height: 50px;
    overflow: hidden;
    font-size: 22px;
    text-align: center;
    color: #fff;
    border: 2px solid #1da1f2;
    z-index: 1;
    position: relative;
    transition: 0.4s all;
}

.big-btn:hover {
    background: #1da1f2;
}

.btn-rect {
    background-color: transparent;
    font-family: 'Montserrat', sans-serif;
    display: block;
    min-width: 100px;
    padding: 0 30px;
    height: 42px;
    min-height: 42px;
    line-height: 42px;
    overflow: hidden;
    font-size: 16px;
    text-align: center;
    color: #080909;
    border: 1px solid #F8BB5C;
    z-index: 1;
    position: relative;
    transition: 0.4s all;
}

.btn-rect:after {
    content: "";
    display: block;
    position: absolute;
    width: 0%;
    height: 120%;
    left: 0;
    top: 0;
    background: #F8BB5C;
    z-index: -1;
    transition: 0.5s all;
    opacity: 0.3;
}

.btn-rect:hover {
    background: #F8BB5C;
}

.btn-rect:hover:after {
    opacity: 1;
    width: 150%;
    right: 0;
}

.btn-fill {
    font-family: 'Montserrat', sans-serif;
    display: block;
    min-width: 100px;
    padding: 0 30px;
    height: 42px;
    min-height: 42px;
    line-height: 42px;
    overflow: hidden;
    font-size: 16px;
    text-align: center;
    color: #080909;
    border: 1px solid #F8BB5C;
    z-index: 1;
    background: #F8BB5C;
    position: relative;
    transition: 0.4s all;
}

.btns {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
}

.btns button {
    margin: 10px 0;
    display: block;
}

.relative-wrap {
    position: relative;
    display: block;
}

/* 4 Typography */
p {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    line-height: 1.4;
}

span {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
}

h1,
.h1 {
    font-size: 60px;
    margin: 0;
    line-height: 1.2;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
}

h2 {
    font-size: 42px;
    margin: 0;
    line-height: 1.2;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

h3 {
    font-size: 36px;
    margin: 0;
    line-height: 1.2;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

h4 {
    font-size: 26px;
    margin: 0;
    line-height: 1.4;
    margin-top: 10px;
    font-family: 'Montserrat', sans-serif;
}

h5 {
    font-size: 22px;
    line-height: 1.2;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

h6 {
    font-size: 18px;
    line-height: 1.2;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

/* 5 Header */
.header {
    overflow: hidden;
    height: 100vh;
    min-height: 600px;
    max-height: 1080px;
    width: 100%;
    background: transparent;
    background-size: cover;
    background-position: center center;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header .header-center {
    height: 100%;
    width: 100%;
    z-index: 1;
}

.header h1 {
    text-align: center;
    color: #fff;
    margin-top: 20px;
    z-index: 1;
}

.header h4 {
    color: #fff;
    text-align: center;
    z-index: 1;
}

.page-header {
    position: relative;
    width: 100%;
    background: #11111185;
    height: 300px;
}

.page-header h1 {
    font-size: 48px;
}

.page-header.error {
    min-height: 400px;
    height: calc(100vh - 70px);
}

.page-header.error h1 {
    text-align: center;
}

.page-header>.container {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    /*padding-top: 40px;*/
    justify-content: center;
    color: #fff;
    /* breadcrumbs */
}

@media (max-width: 767px) {
    .page-header>.container {
        padding-top: 0;
    }
}

.page-header>.container .breadcrumbs {
    color: #fff;
    font-size: 16px;
    margin-top: 15px;
    display: block;
    font-family: 'Raleway', sans-serif;
}

.page-header>.container .breadcrumbs a {
    color: #fff;
    font-family: 'Raleway', sans-serif;
    transition: 0.3s all ease;
}

.page-header>.container .breadcrumbs a:hover {
    color: orange;
}

.page-header>.container .breadcrumbs span i {
    display: inline-block;
    color: #fff;
    margin: 0 10px;
}

/* 5.1 Desctop menu */
.logo {
    left: 5%;
    float: left;
    top: 20px;
    position: absolute;
    z-index: 999;
}

.nav {
    top: 0;
    padding: 50px 0;
    width: 100%;
    position: absolute;
    z-index: 100;
    transition: 0.4s all ease;
    left: 0;
    right: 0;
    z-index: 200;
}

.nav.fixed {
    padding: 30px 0;
    background: #131d24;
    position: fixed;
}


.menu-flex {
    height: 60px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

@media (max-width: 1200px) {
    .menu-flex {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 1024px) {
    h3.white.padding-bottom-10.four {
        font-size: 48px;
        font-style: normal;
        font-weight: normal;
        margin-top: 30px;
        margin-left: 55px;
    }

    .connected-icons {
        padding: 0;
        margin-top: 15px !important;
        margin-bottom: 0;
    }
}

.menu-flex .menu {
    display: flex;
    height: 100%;
    align-items: center;
}

.menu-flex .menu li {
    position: relative;
    margin-left: 12px;
    padding-bottom: 20px;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.menu-flex .menu li a {
    cursor: pointer;
    font-family: 'Raleway', sans-serif;
    color: #fff;
    font-size: 14px;
    transition: 0.3s all ease;
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    font-weight: 700;
}

.menu-flex .menu li a:before {
    left: 0;
    width: 0%;
    display: block;
    content: "";
    background: #F8BB5C;
    height: 1px;
    position: absolute;
    transition: 0.2s all ease;
    bottom: -4px;
}

.menu-flex .menu li a:hover:before {
    width: 100%;
}

.menu-flex .menu li a:hover {
    color: #F8BB5C;
}

.menu-flex .menu li.dropdown:after {
    position: absolute;
    right: -3px;
    content: "\f107";
    font: normal normal normal 14px/12px FontAwesome;
    color: #fff;
    top: 50%;
    margin: auto;
    display: block;
    cursor: pointer;
    line-height: 1px;
}

.menu-flex .menu li.dropdown:hover .dropdown-menu,
.menu-flex .menu li.dropdown:active .dropdown-menu,
.menu-flex .menu li.dropdown:focus .dropdown-menu {
    visibility: visible;
    opacity: 1;
    top: 100%;
    pointer-events: all;
}

.menu-flex .menu li .dropdown-menu {
    position: absolute;
    transition: 0.3s all ease;
    width: 180px;
    left: 0%;
    top: 150%;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    background: #080909;
}

.menu-flex .menu li .dropdown-menu li {
    padding: 0;
    margin: 0;
    width: 100%;
}

.menu-flex .menu li .dropdown-menu li a {
    display: block;
    line-height: 1.5;
    padding: 8px 15px;
    width: 100%;
}

.menu-flex .menu li .dropdown-menu li a:before {
    display: none;
}

.btn-block {
    display: flex;
    align-items: center;
    margin-top: 25px;
}

.btn-block .btn {
    margin: 0 10px;
}

.menu-icon-wrap {
    background: #080909;
    width: 35px;
    height: 30px;
    justify-content: center;
    align-items: center;
    display: none;
    right: 15px;
    top: 15px;
    z-index: 200;
}

.menu-icon {
    cursor: pointer;
}

.menu-icon .line {
    width: 25px;
    height: 2px;
    background-color: #ecf0f1;
    display: block;
    margin: 4px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.menu-icon.active .line:nth-child(2) {
    opacity: 0;
}

.menu-icon.active .line:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
}

.menu-icon.active .line:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
}

/* 5.2 Mobile menu */
@media (max-width: 991px) {
    .menu-icon-wrap {
        display: flex;
        position: fixed;
    }

    .menu-flex {
        overflow: hidden;
        flex-direction: column;
        align-items: flex-start;
        width: 256px;
        background-color: #000;
        position: fixed;
        left: 0;
        transform: translateX(-100%);
        transition: 0.4s all ease;
        top: 0;
        bottom: 0;
        height: 100%;
        min-height: 100vh;
        z-index: 200;
    }

    .menu-flex.active {
        transform: translateX(0);
    }

    .menu-flex .menu {
        overflow-y: scroll !important;
        -webkit-overflow-scrolling: touch;
        padding: 50px 0;
        width: 100%;
        align-items: flex-start;
        height: 101%;
    }

    .menu-flex .menu li {
        padding: 0;
        margin-left: 0;
        display: block;
        width: 100%;
        transition: 0.3s all ease;
    }

    .menu-flex .menu li.active:hover {
        background: #080909;
    }

    .menu-flex .menu li.dropdown:after {
        right: 20px;
        font-size: 20px;
        top: 25px;
    }

    .menu-flex .menu li.dropdown.active:after {
        transform: rotate(180deg);
    }

    .menu-flex .menu li a {
        padding: 0;
        padding-left: 20px;
        transition: 0.3s all ease;
        width: 100%;
        height: 100%;
        display: block;
        line-height: 50px;
        font-size: 20px;
    }

    .menu-flex .menu li a:before {
        display: none;
    }

    .menu-flex .menu li a:hover {
        color: #fff;
    }

    .menu-flex .menu li .dropdown-menu {
        transition: none;
        display: none;
        position: relative;
        opacity: 1;
        pointer-events: all;
        visibility: visible;
        background-color: transparent;
        width: 100%;
    }

    .menu-flex .menu li .dropdown-menu li a {
        color: #fff;
        padding-left: 30px;
    }

    .menu-flex .menu {
        flex-direction: column;
    }
}

/* 5.3 Header slider */
.header-slider {
    width: 100%;
}

.header-slider .item {
    height: 100vh;
    min-height: 600px;
    max-height: 1080px;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.header-slider .slick-dots {
    position: absolute;
    bottom: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.header-slider .slick-dots li {
    margin: 0 5px;
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: 0.8;
    transition: 0.3s all;
    cursor: pointer;
    border-radius: 50%;
}

@media (max-width: 767px) {
    .header-slider .slick-dots li {
        width: 16px;
        height: 16px;
        max-width: 0 10px;
    }
}

.header-slider .slick-dots li.slick-active {
    opacity: 1;
    background: #F8BB5C;
}

.header-slider .slick-dots li button {
    display: none;
}

.header-slider .prev {
    position: absolute;
    left: 25px;
    top: 50%;
    z-index: 100;
    cursor: pointer;
    transform: translateY(-50%);
}

.header-slider .prev i {
    font-size: 35px;
    color: #fff;
}

@media (max-width: 767px) {
    .header-slider .prev {
        display: none !important;
    }
}

.header-slider .next {
    position: absolute;
    right: 25px;
    top: 50%;
    z-index: 100;
    cursor: pointer;
    transform: translateY(-50%);
}

.header-slider .next i {
    font-size: 35px;
    color: #fff;
}

@media (max-width: 767px) {
    .header-slider .next {
        display: none !important;
    }
}

/* 5.4 Header particles */
#particles-js {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
}

/* 5.5 Header video */
.bg-video {
    background-image: url(https://cems-global.oss-ap-southeast-1.aliyuncs.com/img%20%281%29/banner.webp);
    /*background-image:url(https://cems-global.oss-ap-southeast-1.aliyuncs.com/img%20%281%29/banner.webp);*/
}

.bg-video:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/pattern.png);
    background-repeat: repeat;
    background-color: rgba(44, 62, 80, 0.6);
    z-index: 1;
}


.header .video {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    z-index: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
}

/* 6 Footer */
.footer {
    background: #131d24;
    width: 100%;
    /*height: 70px; */
    /*  padding: 20px 0 0;*/
    padding: 0;
    position: fixed;
    z-index: 9999;
    left: 0;
    bottom: 0;
}

.copyright {
    padding: 10px 0;
    margin: 0;
    line-height: 20px;
    font-size: 12px;
}

.copyright a {
    color: #fff
}

.footer .flex {
    /*display: flex;*/
    align-items: center;
    justify-content: space-between;
}

.footer .flex .copyright {
    font-size: 14px;
    color: #fff;
    line-height: 70px;
    font-family: 'Roboto', sans-serif;
}

.footer .flex .social {
    float: right;
    display: flex;
    align-items: center;
}

.footer .flex .social a {
    margin: 0 10px;
    color: #fff;
    line-height: 70px;
    transition: 0.2s all;
    font-size: 16px;
}

.footer .flex .social a:hover {
    color: #F8BB5C;
    transform: translateY(-4px);
}

/* container styles */
.container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    padding: 0 15px;
}

/* wrapper styles */
.wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    padding-bottom: 60px;
}

.wrapper .bg-blur {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 150;
    transition: 0.4s all ease;
    transform: translateX(100%);
}

.wrapper .bg-blur.active {
    transform: translateX(0);
}

/* section styles */
.section {
    width: 100%;
    /*padding: 60px 0;*/
    padding: 15px 0;
}

.section .h2-wrap {
    display: flex;
    justify-content: center;
}

.section h3 {
    text-align: center;
    position: relative;
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 22px;
}

.section .down h3 {
    text-align: left;
}

.section h3:after {
    position: absolute;
    display: block;
    content: '';
    width: 51px;
    height: 2px;
    background: #1da1f2;
    left: 0;
    right: 0;
    /*margin: auto; */
    margin: 19px auto 30px;
}

.section .down h3:after {

    background: none !important;
}

.section h3.left {
    text-align: left;
}

.section h3.left:after {
    margin: 0;
    left: 0;
}

/* 7 Home page */
/* 7.1 Icons section  */
.icons-section {
    padding-bottom: 0;
}

.icons-section .section-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.icons-section .section-flex div {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 240px;
    margin-top: 0;
    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 50px;
}

.icons-section .section-flex div i {
    font-size: 25px;
    text-align: center;
    margin-bottom: 8px;
    font-size: 42px;
    color: #222222;
}

.icons-section .section-flex div h5 {
    margin-bottom: 8px;
    color: #F8BB5C;
}

.icons-section .section-flex div p {
    text-align: center;
    color: #909590;
    font-weight: 300;
    max-width: 240px;
    width: 100%;
}

/* 7.2 Service section  */
/**********Paralex effect add***************/
.service-section {
    background-image: url("../img/cems-web.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    /*background-attachment: fixed;*/
    /*padding: 0;*/

}

.service-section .section-flex {
    /*margin-top: 50px;*/
    display: flex;
    flex-wrap: wrap;
}

.service-section .section-flex .item {
    width: 50%;
    height: 220px;
    /*      overflow: hidden;*/
    display: block;
    transition: all 0.3s ease;
    position: relative;
    /*      background-color: rgba(0, 0, 0, 0.7); */
}

.service-section .section-flex .item:hover {
    padding-bottom: 220px;
}

.service-section .section-flex .item:nth-child(2n+2) .up {
    background-color: rgba(144, 149, 144, 0.7);
}

.service-section .section-flex .item:nth-child(2n+2) .zoom {
    background-color: rgba(144, 149, 144, 0.90);
}

.service-section-2 .section-flex .item:nth-child(2n+2) .up {
    background-color: rgba(144, 149, 144, 0.8);
}

.service-section-2 .section-flex .item:nth-child(2n+2) .zoom {
    background-color: rgba(144, 149, 144, 0.90);
}

.service-section .section-flex .item:nth-child(3n+3) .up {
    background-color: rgba(144, 149, 144, 0.7);
}

.service-section .section-flex .item:nth-child(3n+3) .zoom {
    background-color: rgba(144, 149, 144, 0.90);
}

.service-section-2 .section-flex .item:nth-child(3n+3) .up {
    background-color: rgba(144, 149, 144, 0.8);
}

.service-section-2 .section-flex .item:nth-child(3n+3) .zoom {
    background-color: rgba(144, 149, 144, 0.90);
}

.service-section .section-flex .item:nth-child(4n+4) .up {
    background-color: rgba(0, 0, 0, 0.7);
}

.service-section .section-flex .item:nth-child(4n+4) .zoom {
    background-color: rgba(0, 0, 0, 0.90);
}

.service-section .section-flex .item .wrap {
    /*        height: 200%;*/
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    /*        background-color: rgba(0, 0, 0, 0.7);*/
    /*        transition: 0.3s all ease; */
}

.service-section .section-flex .item .wrap:hover {
    /*          transform: translateY(-50%); */
}

.service-section .section-flex .item .up {
    /*        height: 220px;*/
    height: 100%;
    width: 100%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.7);
}

.service-section .section-flex .item .up i {
    font-size: 42px;
    margin-bottom: 10px;
}

.service-section .section-flex .item .up h5 {
    text-align: center;
}

.service-section .section-flex .item .down {
    /*        height: 220px;*/
    height: 100%;
    width: 100%;
    /*        padding: 35px;*/
    color: #fff;
    /*        background-color: rgba(0, 0, 0, 0.7);*/
    justify-content: center;
    cursor: pointer;
    display: none;
}

.service-section .section-flex .item .zoom {
    width: 100%;
    height: 100%;
    display: table;
    background-color: rgba(0, 0, 0, 0.90);
}

.service-section .section-flex .item .zoomIn {
    display: table-cell;
    vertical-align: middle;
    padding: 15px 35px;
}

.service-section .section-flex .item .down p {
    margin-top: 12px;
    margin-bottom: 15px;
    font-weight: 300;
    max-width: 100%;
    display: block;
    font-size: 14px;
}

.service-section .section-flex .down>h5 {
    font-size: 18px;

}

.service-section .section-flex .item .down .btn {
    display: inline-block;
}

.service-section .section-flex .item a {
    color: #fff;
}

.service-section .section-flex .item a:hover {
    text-decoration: none
}

/* 7.3 Portfolio section  */
.portfolio-section .container {
    padding: 0 5px;
}

.portfolio-section .portfolio-grid {
    margin-top: 0px;
}

.portfolio-section .portfolio-grid .filters {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.portfolio-section .portfolio-grid .portfolio-item {
    margin-bottom: 20px;
    padding: 0;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    display: block;
}

.portfolio-section .portfolio-grid .portfolio-item .img-wrap {
    overflow: hidden;
    position: relative;
    display: block;
}

.portfolio-section .portfolio-grid .portfolio-item .img-wrap img {
    display: block;
    min-width: 100%;
    width: 100% !important;
    position: relative;
    max-width: 100.5%;
    height: auto;
    transition: transform 0.5s, opacity .5s;
    -webkit-backface-visibility: hidden;
}

.portfolio-section .portfolio-grid .portfolio-item .preview {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: 0.3s all;
    z-index: 1
}

.portfolio-section .portfolio-grid .portfolio-item .preview .date {
    position: absolute;
    right: 15px;
    bottom: 15px;
}

.portfolio-section .portfolio-grid .portfolio-item .preview .tags {
    font-weight: 300;
}

.portfolio-section .portfolio-grid .portfolio-item .preview .actions {
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    position: absolute;
    left: 15px;
    bottom: 15px;
}

.portfolio-section .portfolio-grid .portfolio-item .preview .actions>span {
    margin-right: 10px;
}

.portfolio-section .portfolio-grid .portfolio-item .preview .actions>span:last-child {
    margin-right: 0;
}

.portfolio-section .portfolio-grid .portfolio-item .preview .actions i {
    font-size: 15px;
    margin-right: 5px;
}

.portfolio-section .portfolio-grid .portfolio-item .preview .actions span {
    display: flex;
    align-items: center;
}

.portfolio-section .portfolio-grid .portfolio-item .preview .title {
    font-weight: 600;
}

.portfolio-section .portfolio-grid .portfolio-item:hover img {
    transform: scale(1.2);
}

.portfolio-section .portfolio-grid .portfolio-item:hover .preview {
    opacity: 1;
    z-index: 5;
}

.portfolio-section .filters {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.portfolio-section .filters button {
    display: block;
    margin: 0 10px;
    margin-bottom: 15px;
    background: none;
    border: none;
    color: #080909;
    font-size: 15px;
    font-family: 'Raleway', sans-serif;
    cursor: pointer;
    transition: 0.3s all ease;
    padding-bottom: 4px;
    position: relative;
}

.portfolio-section .filters button.active:before {
    background: #F8BB5C;
    width: 90%;
    margin: auto;
    content: "";
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

/* 7.4 Partners section  */
.partners-section {
    background: #EDEEF0;
}

.partners-section .partners-slider {
    width: 100%;
    overflow: hidden;
    display: flex;
}

.partners-section .partners-slider .item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
}

.partners-section .partners-slider .item img {
    height: 100%;
    width: auto;
}

/* 7.5 Contact block  */
.contact-block {
    padding: 80px 0;
    background-image: url(http://via.placeholder.com/1920x1080);
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
}

.contact-block .flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contact-block .flex h2 {
    color: #fff;
    font-weight: 300;
}

/* 7.6 News Section  */
.news-section .container {
    margin-top: 50px;
}

.news-section .flex {
    display: flex;
    flex-wrap: wrap;
}

.news-section .big-btn {
    color: #080909;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

.news-section .big-btn:hover {
    color: #fff;
}

/* 8 About page */
.about h3 {
    margin-bottom: 20px;
}

/* 8.1 Who we are */
.who p {
    font-size: 16px;
    margin: 15px 0;
    color: #5a5454;
}

@media (max-width: 660px) {
    .who p {
        font-size: 14px;
    }
}

.who .flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

@media (max-width: 991px) {
    .who .flex {
        flex-direction: column-reverse;
    }
}

@media (max-width: 660px) {
    .who .img-block {
        padding: 0;
    }
}

.who .text-block {
    padding: 50px;
}

@media (max-width: 1250px) {
    .who .text-block {
        padding: 20px;
    }
}

@media (max-width: 991px) {
    .who .text-block {
        padding: 0 10px;
    }
}

@media (max-width: 660px) {
    .who .text-block {
        padding: 0;
    }
}

/* 8.2 Numbers block */
.numbers {
    background-image: url(http://via.placeholder.com/1920x1080);
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    padding: 0;
}

.numbers .numbers-flex {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.numbers .numbers-flex .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 2px solid #F8BB5C;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    margin: 44px;
}

.numbers .numbers-flex .item .num {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    font-family: "Roboto", sans-serif;
}

.numbers .numbers-flex .item .title {
    font-size: 14px;
    color: #fff;
}

/* 8.3 Team section */
.team-slider,
.post-slider {
    position: relative;
    /*margin-top: 30px;*/
    width: 100%;
    /*margin-bottom: 25px;*/
}

.team-slider .owl-stage-outer,
.post-slider .owl-stage-outer {
    overflow: hidden;
}

.team-slider .owl-prev,
.post-slider .owl-prev {
    position: absolute;
    left: 0px;
    top: 50%;
    font-size: 30px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    border: 1px solid #ffffff;
    line-height: 48px;
    text-align: center;
    z-index: 10;
    cursor: pointer;
    transition: 0.3s all;
    margin-top: -30px;
    color: #ffffff;
}

.team-slider .owl-prev {
    margin-top: -20px;
}

@media (max-width: 1280px) {
    /*      .team-slider .owl-prev ,.post-slider .owl-prev {
        left: 10px; } */
}

.team-slider .owl-prev:hover,
.post-slider .owl-prev:hover {
    background: #fff;
    opacity: .5;
    color: #000;
}

.team-slider .owl-next,
.post-slider .owl-next {
    position: absolute;
    right: 0px;
    top: 50%;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    border: 1px solid #ffffff;
    margin-top: -30px;
    font-size: 30px;
    line-height: 48px;
    text-align: center;
    z-index: 10;
    cursor: pointer;
    transition: 0.3s all;
    color: #ffffff;
}

.team-slider .owl-next {
    margin-top: -20px;
}

@media (max-width: 1280px) {
    /*      .team-slider .owl-next ,.post-slider .owl-next {
        right: 10px; } */
}

.team-slider .owl-next:hover,
.post-slider .owl-next:hover {
    background: #fff;
    opacity: .5;
    color: #000;
}

.team-slider .owl-item,
.post-slider .owl-item {
    display: inline-block;
}

.team-slider .item,
.post-slider .item {
    display: flex;
}

@media (max-width: 991px) {

    .team-slider .item,
    .post-slider .item {
        justify-content: center;
    }
}

.team-slider .item:hover img,
.post-slider .item:hover img {
    transform: scale(1.1);
}

.team-slider .item .member,
.post-slider .item .member {
    position: relative;
    overflow: hidden;
}

.team-slider .item .member img,
.post-slider .item .member img {
    display: block;
    transition: 0.5s all;
    width: 100%;
}

.team-slider .item .description,
.post-slider .item .description {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
    opacity: 0;
    display: block;
    z-index: 10;
    padding: 15px;
    background: rgba(0, 0, 0, 0.7);
    transition: 0.3s all;
}

@media (max-width: 660px) {

    .team-slider .item .description,
    .post-slider .item .description {
        padding: 25px 10px;
    }
}

.team-slider .item .description:hover,
.post-slider .item .description:hover {
    opacity: 1;
}

.team-slider .item .description .name,
.post-slider .item .description .name {
    font-size: 16px;
    color: #fff;
    /*font-weight: bold;*/
    line-height: 1.4;
}

.team-slider .item .description .prof,
.post-slider .item .description .prof {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.8);
}

.team-slider .item .description .member-info,
.post-slider .item .description .member-info {
    position: absolute;
    left: 35px;
    bottom: 25px;
}

@media (max-width: 660px) {

    .team-slider .item .description .member-info,
    .post-slider .item .description .member-info {
        left: 10px;
    }
}

.team-slider .item .description .social,
.post-slider .item .description .social {
    /*height: 99px;*/
    position: absolute;
    right: 45px;
    bottom: 8px;
    /*display: flex;
        align-items: center;*/
}

@media (max-width: 660px) {

    .team-slider .item .description .social,
    .post-slider.item .description .social {
        right: 10px;
    }
}

.team-slider .item .description .social a {
    color: #F8BB5C;
    margin: 0 12px;
}

.team-slider .item .description .social a:last-child {
    margin-right: 0;
}

/* 9 Services page */
.services {
    padding-top: 40px;
    padding-bottom: 30px;
    /* 9.1 Services items */
}

.services .items {
    margin-top: 80px;
}

.services .item {
    background: #EDEEF0;
    margin-bottom: 80px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 15px;
    padding-bottom: 25px;
    padding-top: 35px;
    position: relative;
    height: auto;
}

.services .item .round {
    left: 0;
    right: 0;
    top: 0;
    transform: translateY(-50%);
    margin: auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    background: #000;
    width: 85px;
    height: 85px;
    border-radius: 50%;
}

.services .item .round span {
    color: #fff;
    font-size: 42px;
}

.services .item h5 {
    font-weight: bold;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 12px;
}

.wedo .container {
    margin-top: 50px;
    min-height: 330px;
}

.wedo .video-block {
    position: relative;
}

.wedo .video-block img {
    width: 100%;
    height: auto;
}

.wedo .video-block a {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 80px;
    color: #fff;
}

@media (max-width: 991px) {
    .wedo .video-block {
        margin-bottom: 35px;
    }
}

.acc-wrap .accordeon {
    margin-bottom: 20px;
}

.acc-wrap .accordeon-main {
    position: relative;
    display: flex;
    width: 100%;
    height: 60px;
    background: #F6F6F6;
    cursor: pointer;
    border-left: solid 1px #d9e6ea;
    border-top: solid 1px #d9e6ea;
    border-right: solid 1px #d9e6ea;
    border-bottom: solid 1px #d9e6ea;
}

.acc-wrap .accordeon-main.active {
    background: #1da1f2;
    color: #fff;
}

.acc-wrap .block-active {
    width: 60px;
    height: 100%;
    border-right: solid 1px #d9e6ea;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
}

.acc-wrap .block-text {
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    font-family: 'Raleway', sans-serif;
    font-size: 17px;
    font-weight: 500;
}

.acc-wrap .accorderon-text {
    background: #F6F6F6;
    padding: 23px;
    display: none;
    color: #5a5454;
    border-left: solid 1px #d9e6ea;
    border-right: solid 1px #d9e6ea;
    border-bottom: solid 1px #d9e6ea;
}

.acc-wrap .block-text i {
    position: absolute;
    right: 20px;
    top: 50%;
    font-size: 20px;
    font-weight: 400;
    transform: translateY(-50%);
}

.acc-wrap .accordeon-main.active .block-text i {
    transform: translateY(-50%) rotate(180deg);
}

/* 10 Contacts */
.contacts {
    /* 10.1 Contacts box */
}

.contacts .contact-box {
    /* 10.2 Contacts form */
}

@media (max-width: 767px) {
    .contacts .contact-box {
        padding: 0;
        margin-bottom: 40px;
    }
}

.contacts .contact-box h3 {
    margin-bottom: 14px;
}

.contacts .contact-box .items {
    margin-top: 15px;
}

.contacts .contact-box .item {
    line-height: 3;
    font-size: 16px;
}

.contacts .contact-box .item i {
    color: #F8BB5C;
    margin-right: 8px;
    font-size: 18px;
}

.contacts .contact-box .item span,
.contacts .contact-box .item p,
.contacts .contact-box .item b,
.contacts .contact-box .item a {
    font-size: 16px;
    color: #080909;
}

.contacts .contact-box .form-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contacts .contact-box input {
    width: 48%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    border: 1px solid #909590;
    padding: 0 15px;
    margin-bottom: 20px;
    transition: 0.3s all ease;
}

.contacts .contact-box input:focus {
    border: 1px solid #F8BB5C;
}

@media (max-width: 600px) {
    .contacts .contact-box input {
        width: 100%;
    }
}

.contacts .contact-box textarea {
    width: 100%;
    min-height: 200px;
    max-height: 500px;
    resize: none;
    font-size: 16px;
    border: 1px solid #909590;
    padding: 15px;
    margin-bottom: 16px;
    transition: 0.3s all ease;
}

.contacts .contact-box textarea:focus {
    border: 1px solid #F8BB5C;
}

.contacts .contact-box button {
    cursor: pointer;
}

.contacts .progress-bars {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.contacts .progress-bars .bar {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    margin-right: 10px;
    width: auto;
}

.contacts .progress-bars .bar p {
    font-size: 18px;
    color: #080909;
    font-weight: bold;
}

.contacts .progress-bars .icon {
    font-size: 50px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px 0;
    color: #080909;
    position: relative;
    box-shadow: inset 0 0 0 4px #CECECE;
    transition: 1s;
}

.contacts .progress-bars .icon:before {
    z-index: 1;
    position: relative;
}

.contacts .progress-bars .icon:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #CECECE;
    left: 0;
    top: 0;
    border-radius: 50%;
    transition: 1s;
    opacity: 1;
}

.contacts .progress-bars .icon:hover:after {
    transform: scale(1.3);
    opacity: 0;
}

.contacts .progress-bars .icon:hover {
    color: #65378F;
}

/* 10.3 Map */
#map {
    width: 100%;
    height: 500px;
}

/* 11 Blog & Portfolio */
.blog .blog-main {
    /* 11.1 Blog post & Portfolio item */
}

@media (min-width: 992px) {
    .blog .blog-main {
        padding-left: 0;
        padding-right: 30px;
    }
}

.blog .blog-main.masonry {
    padding: 0;
}

@media (max-width: 480px) {
    .blog .blog-main {
        padding: 0;
    }
}

.blog .blog-main .blog-post {
    width: 100%;
    border: 1px solid #EDEEF0;
    display: block;
    margin-bottom: 30px;
}

.blog .blog-main .blog-post .thumbnail-wrap {
    width: 100%;
}

.blog .blog-main .blog-post .thumbnail-wrap img {
    width: 100%;
    height: auto;
    display: block;
}

.blog .blog-main .blog-post .other-post {
    padding: 20px;
    padding-top: 15px;
}

@media (max-width: 480px) {
    .blog .blog-main .blog-post .other-post p {
        font-size: 14px;
    }
}

@media (max-width: 360px) {
    .blog .blog-main .blog-post .other-post {
        padding: 10px;
    }
}

.blog .blog-main .blog-post .other-post h4 {
    margin-top: 0;
    font-weight: 600;
}

.blog .blog-main .blog-post .other-post h3,
.blog .blog-main .blog-post .other-post h4 {
    display: block;
    text-align: left;
    margin-bottom: 15px;
}

.blog .blog-main .blog-post .other-post h3:after,
.blog .blog-main .blog-post .other-post h4:after {
    display: none;
}

.blog .blog-main .blog-post .other-post h3 a,
.blog .blog-main .blog-post .other-post h4 a {
    color: #080909;
}

.blog .blog-main .blog-post .other-post .actions {
    margin-bottom: 15px;
}

.blog .blog-main .blog-post .other-post .permalink {
    display: inline-block;
    margin-top: 20px;
    color: #080909;
}

.blog .blog-main .blog-post .other-post p {
    color: #5a5454;
}

@media (min-width: 992px) {
    .blog .sidebar-wrap {
        padding-left: 30px;
        padding-right: 0;
    }
}

/* 11.2 Post styles */
.btn-fullwidth-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
}

.post {
    margin-bottom: 30px;
}

@media (max-width: 600px) {
    .post {
        padding: 0 !important;
    }
}

.post-body {
    width: 100%;
    background: #F6F6F6;
}

.post-body .actions div {
    border-right: 1px solid #fff;
}

.post-body .other-post {
    padding: 20px;
}

/*
    .post-body .other-post h5 {
      color: #080909;
      margin-bottom: 10px; }
    */
.post-body .other-post p {
    font-size: 13px;
    color: #5a5454;
}

.post-body .other-post .permalink {
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
}

.post-body .thumbnail-wrap {
    width: 100%;
    height: auto;
    max-height: 200px;
    display: block;
    position: relative;
    padding: 20px;
    overflow: hidden;
}

.post-body .thumbnail-wrap img {
    display: block;
    min-width: 100%;
    width: 100% !important;
    position: relative;
    max-width: 100.5%;
    height: auto;
    transition: transform 0.4s;
    -webkit-backface-visibility: hidden;
    -webkit-box-shadow: inset -10px -41px 73px 1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset -10px -41px 73px 1px rgba(0, 0, 0, 0.75);
    box-shadow: inset -10px -41px 73px 1px rgba(0, 0, 0, 0.75);
}

.post-body .thumbnail-wrap .actions {
    padding-right: 15px;
    padding-bottom: 15px;
    z-index: 102;
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    width: 100%;
    justify-content: flex-end;
    color: #fff;
    align-items: flex-end;
    height: 100%;
    box-shadow: inset -10px -41px 73px 1px rgba(0, 0, 0, 0.7);
}

.post-body .thumbnail-wrap .actions .date {
    margin-right: 15px;
}

.post-body .thumbnail-wrap .actions i {
    font-size: 15px;
    margin-right: 4px;
}

@media (max-width: 767px) {
    .post-body .thumbnail-wrap {
        max-height: none;
    }
}

.post-body .post-head {
    display: block;
    position: relative;
}

.post-body .post-head .hover {
    opacity: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 101;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s all;
}

.post-body .post-head .hover i {
    font-size: 25px;
    color: #fff;
}

.post-body .post-head:hover img {
    transform: scale(1.2);
}

.post-body .post-head:hover .hover {
    opacity: 1;
}

/* 11.3 Sidebar */
.sidebar {
    /* widget core */
    /* search widget */
    /* widget recent posts */
    /* widget tags */
    /* widget categories */
    /* widget flickr */
}

.sidebar .widget {
    padding: 20px;
    margin-bottom: 30px;
    border: 1px solid #EDEEF0;
}

.sidebar .widget h5 {
    margin-bottom: 15px;
    font-weight: 600;
}

.sidebar .widget-search form {
    width: 100%;
    display: flex;
    align-items: center;
}

.sidebar .widget-search form input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: 1px solid #EDEEF0;
    padding: 0 10px;
    font-size: 14px;
    transition: 0.3s all linear;
}

.sidebar .widget-search form input:focus {
    border: 1px solid #F8BB5C;
}

.sidebar .widget-search form input::-webkit-input-placeholder {
    color: #909590;
}

.sidebar .widget-search form input::-moz-placeholder {
    color: #909590;
}

.sidebar .widget-search form input:-moz-placeholder {
    color: #909590;
}

.sidebar .widget-search form input:-ms-input-placeholder {
    color: #909590;
}

.sidebar .widget-search form input::-webkit-input-placeholder {
    text-indent: 0px;
    transition: text-indent 0.5s ease;
}

.sidebar .widget-search form input::-moz-placeholder {
    text-indent: 0px;
    transition: text-indent 0.5s ease;
}

.sidebar .widget-search form input:-moz-placeholder {
    text-indent: 0px;
    transition: text-indent 0.5s ease;
}

.sidebar .widget-search form input:-ms-input-placeholder {
    text-indent: 0px;
    transition: text-indent 0.5s ease;
}

.sidebar .widget-search form input:focus::-webkit-input-placeholder {
    text-indent: 500px;
    transition: text-indent 0.5s ease;
}

.sidebar .widget-search form input:focus::-moz-placeholder {
    text-indent: 500px;
    transition: text-indent 0.5s ease;
}

.sidebar .widget-search form input:focus:-moz-placeholder {
    text-indent: 500px;
    transition: text-indent 0.5s ease;
}

.sidebar .widget-search form input:focus:-ms-input-placeholder {
    text-indent: 500px;
    transition: text-indent 0.5s ease;
}

.sidebar .widget-search form button {
    width: 40px;
    height: 40px;
    background: #F8BB5C;
    border: none;
    color: #fff;
    cursor: pointer;
    text-align: center;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sidebar .widget-recent-posts .recent-post {
    display: flex;
    align-items: center;
    height: 50px;
    margin-bottom: 15px;
}

.sidebar .widget-recent-posts .recent-post .thumbnail {
    width: 50px;
    display: block;
    height: 50px;
    margin-right: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sidebar .widget-recent-posts .recent-post .title {
    font-size: 15px;
    color: #080909;
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
    display: block;
    margin-top: 6px;
}

.sidebar .widget-recent-posts .recent-post .date {
    font-size: 13px;
    color: #909590;
    margin-top: 5px;
    display: block;
}

.sidebar .widget-tags .tags-wrap {
    display: flex;
    flex-wrap: wrap;
}

.sidebar .widget-tags .tag {
    margin-bottom: 6px;
    margin-right: 6px;
}

.sidebar .widget-categories .cat-wrap {
    margin-top: 10px;
}

.sidebar .widget-categories .cat-wrap .category {
    font-size: 16px;
    font-weight: 500;
    margin-top: 15px;
    padding-bottom: 3px;
    border-bottom: 1px solid #EDEEF0;
    transition: 0.3s all ease;
    color: #080909;
    display: block;
    line-height: 1.6;
    font-family: 'Raleway', sans-serif;
}

.sidebar .widget-categories .cat-wrap .category:hover {
    color: #F8BB5C;
}

.sidebar .widget-flickr .flickr_badge_image {
    margin: 0px;
    display: inline;
}

.sidebar .widget-flickr .flickr_badge_image img {
    border: 0px solid #666666 !important;
    padding: 1px;
    margin: 2px;
}

.sidebar .widget-text p {
    color: #5a5454;
}

/* 12 Blog Single & Portfolio Single */
.blog-single {
    width: 100%;
    /* 12.1 Thumbnail styles */
    /* 12.2 Description   */
    /* 12.3 Share */
    /* 12.4 Comments */
}

.blog-single .thumbnail-wrap {
    display: block;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.blog-single .thumbnail-wrap img {
    display: block;
    min-width: 100%;
    width: 100% !important;
    position: relative;
    max-width: 100.5%;
    height: auto;
}

.blog-single .thumbnail-wrap .hover {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: 0.3s all;
    color: #fff;
    font-size: 25px;
}

.blog-single .thumbnail-wrap .hover:hover {
    opacity: 1;
}

.blog-single .actions {
    margin-top: 10px;
    margin-bottom: 15px;
}

.blog-single .comment-actions {
    margin: 50px 0;
    border-bottom: 1px solid #EDEEF0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.blog-single .comment-actions i,
.blog-single .comment-actions span {
    font-size: 18px;
}

.blog-single .comment-actions .actives {
    display: flex;
    flex-wrap: wrap;
}

.blog-single .comment-actions .actives div {
    margin-right: 15px;
    color: #080909;
}

.blog-single .comment-actions .actives div .like {
    cursor: pointer;
}

.blog-single .comment-actions .share a {
    transform: scale(0.8);
}

@media (max-width: 400px) {
    .blog-single .comment-actions {
        flex-direction: column;
        align-items: center;
    }

    .blog-single .comment-actions .actives {
        margin-bottom: 20px;
    }
}

.blog-single .comments .comment .comment-wrap {
    display: flex;
    margin-bottom: 30px;
    padding-bottom: 12px;
    border-bottom: 1px solid #EDEEF0;
}

@media (max-width: 400px) {
    .blog-single .comments .comment .comment-wrap {
        flex-direction: column;
    }
}

.blog-single .comments .comment .comment-reply {
    margin-left: 35px;
}

@media (max-width: 400px) {
    .blog-single .comments .comment .comment-reply {
        margin-left: 20px;
    }
}

.blog-single .comments .comment .author-img img {
    width: 50px !important;
    height: 50px !important;
    margin-right: 20px;
}

@media (max-width: 400px) {
    .blog-single .comments .comment .author-img img {
        margin-right: 0;
        margin-bottom: 12px;
    }
}

.blog-single .comments .comment .comment-body .comment-head .author-name {
    font-weight: bold;
    font-size: 14px;
    margin-right: 10px;
}

.blog-single .comments .comment .comment-body .comment-head .date {
    color: #909590;
    font-size: 14px;
}

.blog-single .comments .comment .comment-body .comment-head a {
    font-size: 14px;
    color: #F8BB5C;
    margin-left: 15px;
}

.blog-single .comments .comment .comment-body .comment-text p {
    margin-top: 6px;
    font-size: 14px;
    line-height: 1.3;
}

.blog-single .comment-form h3 {
    text-align: left;
}

.blog-single .comment-form h3:after {
    display: none;
}

@media (max-width: 991px) {
    .blog-single .comment-form {
        margin-bottom: 30px;
    }
}

.blog-single .comment-form form {
    margin-top: 20px;
}

.blog-single .comment-form .form-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.blog-single .comment-form .form-flex input {
    width: 48%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    border: 1px solid #909590;
    padding: 0 15px;
    margin-bottom: 25px;
    transition: 0.3s all ease;
}

.blog-single .comment-form .form-flex input:focus {
    border: 1px solid #F8BB5C;
}

@media (max-width: 600px) {
    .blog-single .comment-form .form-flex input {
        width: 100%;
    }
}

.blog-single .comment-form textarea {
    width: 100%;
    min-height: 200px;
    max-height: 500px;
    resize: vertical;
    font-size: 16px;
    border: 1px solid #909590;
    padding: 15px;
    margin-bottom: 25px;
    transition: 0.3s all ease;
}

.blog-single .comment-form textarea:focus {
    border: 1px solid #F8BB5C;
}

.blog-single .comment-form button {
    cursor: pointer;
}

/* 12.5 Post single content styles & typography */
.blog .content {
    padding-top: 15px;
    margin-bottom: 30px;
}

.blog .content .tabs {
    width: 100%;
}

.blog .content .tabs .tabs__caption {
    padding: 0 !important;
    margin: 0;
    display: flex;
    list-style-type: none;
}

.blog .content .tabs .tabs__caption li {
    list-style-type: none;
    border-bottom: 1px solid #EDEEF0;
    border-right: 1px solid #EDEEF0;
    border-top: 1px solid #EDEEF0;
    font-size: 16px;
    font-family: "Raleway", sans-serif;
    cursor: pointer;
    padding: 14px 20px;
    border-collapse: collapse;
}

@media (max-width: 480px) {
    .blog .content .tabs .tabs__caption li {
        font-size: 14px;
        padding: 14px 15px;
    }
}

.blog .content .tabs .tabs__caption li:first-child {
    border-left: 1px solid #EDEEF0;
}

.blog .content .tabs .tabs__caption li.active {
    background: #EDEEF0;
    color: #000;
    font-weight: bold;
}

.blog .content .tabs .tabs__content {
    padding: 15px;
    line-height: 1.4;
    font-size: 14px;
    height: auto;
    font-family: 'Roboto', sans-serif;
    display: none;
    /* по умолчанию прячем все блоки */
}

.blog .content .tabs .tabs__content p {
    margin-bottom: 15px;
}

.blog .content .tabs .tabs__content.active {
    background: #EDEEF0;
    display: block;
    /* по умолчанию показываем нужный блок */
}

.blog .content img {
    max-width: 100%;
    height: auto;
    margin: 10px 0;
    display: inline-block;
}

.blog .content p {
    margin: 8px 0;
    color: #5a5454;
}

.blog .content h4 {
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 8px;
}

.blog .content b,
.blog .content strong {
    font-family: 'Roboto', sans-serif;
    line-height: 1.4;
    font-size: 15px;
    color: #5a5454;
    margin: 8px 0;
    display: block;
}

.blog .content i,
.blog .content em {
    font-family: 'Roboto', italic;
    line-height: 1.4;
    font-size: 15px;
    color: #5a5454;
    margin: 8px 0;
    display: block;
    font-style: italic;
}

.blog .content h1,
.blog .content .h1,
.blog .content h2,
.blog .content h3,
.blog .content h4,
.blog .content h5,
.blog .content h6 {
    text-align: left;
    display: block;
    margin: 0;
    line-height: 1.4;
}

.blog .content h1:before,
.blog .content h1:after,
.blog .content .h1:before,
.blog .content .h1:after,
.blog .content h2:before,
.blog .content h2:after,
.blog .content h3:before,
.blog .content h3:after,
.blog .content h4:before,
.blog .content h4:after,
.blog .content h5:before,
.blog .content h5:after,
.blog .content h6:before,
.blog .content h6:after {
    display: none;
}

.blog .content ul {
    padding-left: 15px !important;
    margin: 10px 0;
    list-style: disc;
}

.blog .content ul li {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: #5a5454;
    line-height: 2;
    display: list-item;
}

@media (max-width: 480px) {
    .blog .content ul li {
        font-size: 15px;
        line-height: 1.5;
    }
}

.blog .content ol {
    padding-left: 15px !important;
    margin: 10px 0;
    list-style: decimal;
}

.blog .content ol li {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: #5a5454;
    line-height: 2;
    display: list-item;
}

@media (max-width: 480px) {
    .blog .content ol li {
        font-size: 15px;
        line-height: 1.5;
    }
}

.blog .content a {
    font-size: 15px;
    /*color: #F8BB5C;*/
    color: #44b1e4;
    text-decoration: underline;
    line-height: 1.4;
    font-family: 'Roboto', sans-serif;
}

.blog .content .scroll {
    width: 100%;
    overflow: auto;
}

.blog .content table {
    margin: 10px 0;
    width: auto;
    max-width: 100%;
    overflow-x: auto !important;
    display: table;
    border: 1px solid #EDEEF0;
    border-collapse: collapse;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
}

.blog .content table thead {
    background: #EDEEF0;
    font-weight: bold;
}

.blog .content table td {
    padding: 10px;
    border: 1px solid #909590;
}

.blog .content blockquote {
    padding-left: 15px;
    margin: 10px 0;
    margin-left: 10px;
    border-left: 1px solid #F8BB5C;
    font-family: 'Roboto', sans-serif;
}

.blog .content blockquote p {
    font-family: 'Roboto', sans-serif;
    line-height: 1.4;
    color: #5a5454;
}

.blog .content code,
.blog .content pre {
    margin: 10px 0;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    padding: 10px;
    background: #EDEEF0;
    text-align: left;
    display: block;
}

.blog .content button {
    cursor: pointer;
    color: #080909;
}

/* 13 Other styles */
.actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    color: #080909;
}

@media (max-width: 360px) {
    .actions {
        font-size: 14px;
    }
}

.actions>div {
    border-right: 1px solid #080909;
    padding-right: 12px;
    margin-right: 12px;
}

.actions>div:last-child {
    padding-right: 0;
    margin-right: 0;
    border: none;
}

.actions a {
    color: #F8BB5C;
}

/* 13.1 Pagination */
.pagination {
    margin-top: 35px;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 15px;
}

.pagination li {
    margin-bottom: 8px;
}

.pagination a {
    display: block;
    line-height: 19px;
    width: 35px;
    max-height: 35px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #080909;
    margin: 0 5px;
    border: 1px solid #EDEEF0;
    transition: 0.3s all ease;
}

.pagination .current a,
.pagination a:hover {
    background: #F8BB5C;
    color: #fff;
    border: 1px solid #F8BB5C;
}

/* YouTube video wrap  */
.ytv-wrap {
    position: relative;
    padding-bottom: 55.5%;
    padding-top: 1px;
    height: 0;
    margin: 0;
}

.ytv-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    display: block;
    width: 100%;
    min-width: 100%;
    height: 101%;
    z-index: 5;
}

/* styles for disabled item */
.disable {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

@media (max-width: 767px) {
    .no-padding {
        padding: 0 !important;
    }
}

/* responsive img class */
.img-responsive {
    height: auto;
    display: block;
    width: 100%;
    max-width: 100%;
}

/* gallery post */
post-gallery {
    width: 100%;
    height: auto;
    display: flex;
}

.post-gallery img {
    max-width: 100%;
    width: auto;
    position: relative;
    overflow: hidden;
}

.post-gallery .prev {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    z-index: 15;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    opacity: 0;
    transition: 0.3s all;
}

.post-gallery .next {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    z-index: 15;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    opacity: 0;
    transition: 0.3s all;
}

.post-gallery .slick-dots {
    position: absolute;
    bottom: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    opacity: 0;
    transition: 0.3s all;
}

.post-gallery:hover .slick-dots {
    opacity: 0.8;
}

.post-gallery:hover .next {
    opacity: 1;
}

.post-gallery:hover .prev {
    opacity: 1;
}

.post-gallery .slick-dots li {
    margin: 0 5px;
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: 0.8;
    transition: 0.3s all;
    cursor: pointer;
    border-radius: 50%;
}

.post-gallery .slick-dots li button {
    display: none;
}

.post-gallery .slick-dots li.slick-active {
    opacity: 1;
    background: #F8BB5C;
}

.nav.fixed .menu-flex .menu li a {
    color: #fff;
}


/*---------- Extra CSS ---------*/
.webBtn,
.bookBtn,
.visitBtn,
.shareBtn {
    padding: 3px 6px;
    border: 1px solid;
    margin-bottom: 5px;
    color: #fff;
    border-radius: 2px;
}

.member p.webBtn:hover,
p.bookBtn:hover,
p.visitBtn:hover,
p.shareBtn:hover {
    color: #fff;
    border: 1px solid #0095DA;
    background-color: #0095DA;
}

/************** news-section ***************/
/*
section.section.news-section {
  background: #9e9e9e42;
}
*/
/******** bulletin-sub-contact  *************/
section.bulletin-sub-contact {
    padding: 50px 0;
}

.rounded-0.py-2 {
    color: #0b0b0b;
    width: 80px;
}

.rounded-0.py-2:hover {
    color: #fff;
}

.title-space-bottom-20 {
    padding-bottom: 20px;
}

.title-space-bottom-10 {
    padding-bottom: 10px;
}

/****************Footer Address *******************/

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

h4.contact-part {
    padding: 15px 0;
}

.title-space-bottom-60 {
    padding-bottom: 60px;
}

.address .contact-part,
.contact-part-hq {
    color: #ffffff;
}

.copyright-part {
    color: #f1f1f1;
}

.col-md-3 ul>li {
    color: #f1f1f1;
}

.col-md-3.copyright-part {
    /*padding-top: 50px;*/
}

footer.footer .col-md-2 {
    padding: 0;
}

footer.footer .col-md-3 {
    padding-right: 0px;
}


/**************Exhibition Page********************/

section.section.team-section .col-md-9 .section {
    /*color: rebeccapurple;*/
    position: relative;
    top: -70px;
    padding-bottom: 15px;
}

.exhibition .team-section {
    padding-top: 40px;
    padding-bottom: 80px;
}

.section h3:after {
    color: transparent
}

.tabcontent {
    /*padding-left: 205px;*/
    /*background: #f1f1f1;*/
    position: relative;
    top: -70px;
}

.tabcontent h3 {
    padding-bottom: 30px;
}

ul.event-tpyes-details li {
    text-transform: capitalize;
}


.team-section .tabcontent .row.upItem:hover {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
    border-color: #fff;
}

/*.single-service:hover {*/
/*box-shadow: 0px 0px 10px 0px rgba(0,0,0,.5);*/
/*border-color: #fff;*/
/*}*/

/****************************************/
.card.border-primary.rounded-0 button,
input {
    overflow: visible;
    padding: 5px;
    border-radius: 5px;
}

/******* Partner Page ***********************/

.row.rorund-border {
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    margin-bottom: 25px;
    /*padding: 15px;*/
}

.row.rorund-border:hover {}

.row.rorund-border .left-part {
    padding: 50px 20px;
}

.row.rorund-border .right-part {
    /*border-left: 1px solid #e5e5e5;*/
}

.row.rorund-border .comment-body {
    padding: 10px 0;
}

.tabcontent .row.upItem,
.team-section .newsitem {
    padding: 15px 20px;
}

.sectionNews .newsitem {
    padding: 0
}

.team-section .tabcontent .row.upItem,
.team-section .newsitem {
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, .5);
    border-color: #fff;
    margin-bottom: 20px;
    border-radius: 10px;
}

.sectionNews .newsitem {
    margin-bottom: 0
}

.team-section .newsitem {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*    margin-bottom:30px;*/
    border-radius: 0;
}

.newsitem h4 {
    font-size: 14px;
}

.sectionNews .newsitem h4 {
    font-size: 15px;
    color: #000;
    font-weight: 600;
    margin-bottom: 8px;
}

.newsitem h4 a {
    color: #111111
}

.newsitem .newsthumb {
    width: 100%;
    height: 133px;
    overflow: hidden
}

.newsitem .newsthumb img {
    width: 100%;
    height: 100%;
    transition: all 0.5s ease;
}

.newsitem .newsthumb:hover img {
    transform: scale(1.2);
}

.newsdetail .leftside h4 {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.newsdetail .leftside h3,
.newsdetail .newstitle {
    font-size: 21px;
    color: #4d4d4d;
    border-bottom: 2px solid #4d4d4d;
    margin-bottom: 10px;
    text-align: left;
    line-height: 25px;
    padding-bottom: 3px;
}

.newsdetail .leftside h3:after,
.newsdetail .newstitle:after {
    display: none;
}

.newsfeatureImage {
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

section.bulletin-sub-contact input-group.mb-2 {
    display: flex;
}

.bulletin-sub-contact .input-group-text {
    padding: 10px;
}

.bulletin-sub-contact i.fa.fa-envelope {
    padding-right: 10px;
}

.bulletin-sub-contact .input-group-prepend,
.bulletin-sub-contact input {
    float: left;
    width: 100%;
}

.bulletin-sub-contact .input-group-prepend {
    width: 35px;
}

.bulletin-sub-contact textarea.form-control {
    width: 100%;
    padding: 5px;
    border-radius: 5px;
}

.bulletin-sub-contact .form-group {
    display: inline-block;
    padding-bottom: 10px;
    width: 100%;
}

.over-the {}

h4.over-the {
    font-size: 20px;
}

p.m-0 {
    padding-bottom: 10px;
}

.col-md-4.contact-box {
    padding: 0px;
}


/*************************************/
.team-slider .item .description .name {
    /*font-size: 16px;*/
    color: #ffffff;
    /* font-weight: bold; */
    line-height: 1;
    text-align: center;
    background: #008ed6;
    /*font-size: 43px;*/
}

.team-slider .item .description .name:hover {
    background: #fff;
    color: #008fd5;
}

.member .description i.fas.fa-share-alt,
.member .description i.fa.fa-user-plus,
.member .description i.fa.fa-calendar,
.member .description i.fa.fa-globe,
i.fa.fa-calendar-plus {
    font-size: 30px;
}

/*****************************************/

.footer .flex .social .fab {
    font-size: 25px;
}


.team-slider .item.extra-description .description .member-info {
    position: absolute;
    width: 100%;
    display: inline-flex;
    margin: 0 auto;
    text-align: center;
    bottom: 10px;
    /*padding-left: 8%;*/
}

.item.extra-description .member-info a.view-btn.info {
    float: left;
    padding: 5px 8px 5px 0;
}

.padding-bottom-10 {
    /*padding-bottom: 10px;*/
}

h5.title {
    font-size: 16px;
}

.bold {
    font-weight: bold;
}

.date.white.padding-bottom-10,
.venue.white.padding-bottom-10 {
    font-size: 15px;
}

a.view-btn.info {
    color: #111111;
    ;
}

.header.bg-video.yt-bg-video {
    position: relative;
}

h1.white.padding-bottom-10 {
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-size: 22px;
}

.header h2.white,
h3.white.padding-bottom-10 {
    color: #ffffff !important;
    z-index: 1;
}

div#hlf-form select.form-control {
    width: 100%;
    border-radius: 5px;
    padding: 5px;
}

button#btnSendRequirement {
    color: black;
}

section.bulletin-sub-contact h4 {
    font-size: 22px;
}

h2.white.padding-bottom-10.third {
    font-size: 65px;
    letter-spacing: 1px;
}

h3.white.padding-bottom-10.four {
    font-size: 48px;
    font-style: normal;
    font-weight: normal;
    margin-top: 30px;
}

h5.black.title-space-bottom-20 {

    font-weight: normal;
}

.post-body .other-post h5 {
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    line-height: 1;
    margin-bottom: 15px;
}

.post-body .other-post h5 a {
    color: #ffffff
}

.post-body .other-post h5 a:hover {
    text-decoration: none
}

.home-slider-content {
    z-index: 1;
    text-align: left;
    padding-top: 30px;
}

.home-slider-content h2 {
    font-size: 65px;
    letter-spacing: 1px;
    font-family: 'Muli', sans-serif;
    padding-bottom: 15px;
}

/***********Post Padding *************************/
.post.col-md-12.col-sm-12.col-xs-12.item {
    padding: 0px;
}

.post-slider .post-body {
    /*border-radius: 10px;*/

}

/***********************************/
div#hlf-form {
    padding-top: 15px;
}

section.bulletin-sub-contact {
    background: #f5f5f5;
}

section.bulletin-sub-contact .col-md-4 {
    /*padding-top: 10px;*/
}

.col-md-4.Subsidary,
.bulletin {
    border-radius: 10px;
    /*padding: 0;*/
}

.subsidary-content,
.bulletin-details,
.contact-form {
    background: white;
    min-height: 375px;
    border-radius: 10px;
    padding-top: 15px;

}

.text-center {
    text-align: center !important;
}

.connected-row .qrh1,
.contacts .qrh1 {
    font-size: 1.6rem;
    margin: 0;
}

.connected-row .qrh2,
.contacts .qrh2 {
    margin-bottom: 30px;
}

button#btnSendRequirement:hover {
    color: #fff;
}

.col-md-4.home-contact .contact-form {
    padding: 15px;
}

.home-contact div#hlf-form input {
    box-shadow: none;
    border: 1px solid #9a9a9a;
}

.title-space-top-10 {
    padding-top: 10px;
}

/*************Menu Position Fixed*********************/

.header .top-menu-bar {
    position: fixed;
    height: 100px;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    margin: 0;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.top-menu-bar .button-lines .button-lines-x.close {
    background: #fff;
    display: inline-block;
    padding: 0 6px 10px !important;
    position: absolute;
    top: 0px;
    right: -5px;
    opacity: 1;
    border-radius: 100%;
    width: 30px;
    height: 30px;
}

/************* Font Style **************************/

.header h2.white .digit {
    font-family: 'Montserrat', sans-serif;
    font-size: 45px;
    color: #fff;
    letter-spacing: 3px
}

h1.white.padding-bottom-10 {
    font-weight: normal;
}

.section h3 {
    font-family: 'Muli', sans-serif;
    font-weight: normal;
    letter-spacing: -1px;
    font-size: 30px;
    margin-bottom: 5px;
}

.post-body .expo-date {
    padding: 0;
    font-size: 25px;
    font-family: 'Roboto', sans-serif;
}

i.fa.fa-calendar,
i.fa.fa-map-marker {
    /*color: #394148;*/
    color: #1da1f2;
    width: 20px;
    font-size: 15px;
}

.expo-Venue>span,
.expo-date>span {
    font-size: 12px;
}

.expo-Venue {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

.expo-Venue address {
    font-style: normal;
    font-size: 13px;
    display: block;
}

/************Get in touch************************/

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="number"],
select {
    width: 100%;
    padding: 10px;
    color: #000;
    font-size: 14px;
    border: 0;
    margin: 4px 0px;
    -webkit-border-radius: 2px;
    background: rgb(180, 180, 180, 1);
    background: rgba(180, 180, 180, 1);
}

div.intl-tel-input {
    width: 100%;
    margin: 4px 0;
    position: relative;
}

div.intl-tel-input {
    color: #000
}

.intl-tel-input .country-list {
    color: #000
}

#contact div.intl-tel-input input[type="text"],
#contact div.intl-tel-input input[type="number"] {
    padding-left: 90px;
    border: 0;
}

#contact .intl-tel-input .selected-flag .iti-arrow {
    border-top-color: #000
}

#contact input::-webkit-input-placeholder,
#contact textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000;
}

#contact input::-moz-placeholder,
#contact textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #000
}

#contact input:-ms-input-placeholder,
#contact textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #000;
}

#contact input:-moz-placeholder,
#contact textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #000;
}

#contact textarea {
    width: 100%;
    height: 138px;
    padding: 13px;
    color: #000;
    font-size: 14px;
    border: 0;
    margin-top: 4px;
    margin-right: 15px;
    margin-bottom: 4px;
    -webkit-border-radius: 2px;
    background: rgb(180, 180, 180, 1);
    background: rgba(180, 180, 180, 1);
}

#contact input.submit,
.btn-default {
    width: 185px;
    margin: 30px 0px;
    padding: 8px 5px;
    cursor: pointer;
    color: #fff;
    text-align: center;
    border: 0;
    background: #1da1f2;
    border: 1px solid #1da1f2;
    border-radius: 3px;
    -webkit-transition: .4s cubic-bezier(0.25, .46, .45, .94);
    transition: .4s cubic-bezier(0.25, .46, .45, .94);
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
}

.btn-default {
    border: 1px solid #1da1f2;
}

.btn-default:hover,
#contact input.submit:hover {
    background: #ffffff;
    color: #0b0b0b;
    border: 1px solid #1da1f2;
    text-decoration: none;
}

/***************************/

#get-connected {
    background-image: url(https://cems-global.oss-ap-southeast-1.aliyuncs.com/img%20%281%29/conntect-bg.webp);
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#get-connected:before,
.transparent:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/pattern.png);
    background-repeat: repeat;
    background-color: rgba(44, 62, 80, 0.6);
    z-index: 1;
}

.transparent:before {
    background-image: none;
    background-color: rgba(0, 0, 0, 0.3);
}

input#submit-contact:hover {
    background: #ffffff;
    color: #0b0b0b;
}

.connected-row {
    margin-bottom: 0px;
    color: #0b0b0b;
    position: relative;
    z-index: 3;
}

.connected-icons {
    padding: 0;
    margin-top: 60px;
    margin-bottom: 0;
}

.connected-icons li {
    display: inline-block;
    padding: 8px 8px;
}

.connected-icons li:hover span.lead {
    color: #1da1f2;
}

#get-connected .connected-row h2 {
    font-size: 45px;
    letter-spacing: -3px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 30px;
}

#get-connected .connected-row .get-connection {
    font-weight: 200;
    letter-spacing: -1px;
    font-size: 100%;
}

.connected-icons .fa-inverse {
    color: #fff;
    font-size: 20px;
}

span.fa-stack.fa-lg {
    line-height: 1.3em;
    background: #1da1f2;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    padding: 0px;
}

.connected-icons li:first-child span.fa-stack.fa-lg {
    line-height: 1.1em;
}

span.lead {
    color: white;
    font-size: 12px;
    font-weight: 400;
}

span.fa-stack.fa-lg:hover {
    opacity: .5;
}

.font-size-20 {
    font-size: 20px;
}

section.sub-news {
    padding-top: 60px;
    padding-bottom: 60px;
}

small.highlight {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    color: #1da1f2;
}

h2.subsidary {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    color: #1212128f;
    line-height: 1;
    font-size: 35px;
    letter-spacing: 0px;
}

section extra-service .section-flex {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
}

.subsidary-icon img {
    max-height: 60px !important;
    height: 60px;
}

ul.nav.fixed li>a {
    font-family: 'Montserrat', sans-serif;
    line-height: 1;
}

.modal-dialog {
    max-width: 960px
}

.modal .close span {
    font-size: 30px
}

/*Exibition slider*/
.exhibitionSlider,
.exhibitionSlider .post-slider,
.exhibitionSlider .owl-stage-outer,
.exhibitionSlider .owl-stage,
.exhibitionSlider .owl-item,
.exhibitionSlider .item,
.exhibitionSlider .post-body,
.exhibitionSlider .sliderShadow {
    height: 100%;
}

.exhibitionSlider {
    padding: 0
}

.exhibitionSlider .post-body {
    cursor: pointer;
    position: relative;
    margin-right: 1px;
    overflow: hidden
}

.exhibitionSlider .postBG {
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.5s ease;
}

.exhibitionSlider .post-body:hover .postBG {
    transform: scale(1.2);
}

.sliderShadow {
    position: relative;
    background-color: transparent;
    background: rgb(255, 255, 255);
    background: linear-gradient(rgba(255, 255, 255, 0.13) 30%, rgba(0, 0, 0, .9) 70%, rgba(0, 0, 0, 1) 100%);
}

.exhibitionSlider .other-post {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
}

.pageContent p {
    font-size: 1em;
    line-height: 1.5;
    text-align: justify;
}

.fontsizingarea {
    font-size: 97%;
}

.fontsizingarea p {
    font-size: 1em;
    line-height: 1.5;
}

.fontControl {
    position: absolute;
    right: 25px;
    top: -35px;
}

.fontControl span {
    color: #131d24;
    cursor: pointer;
}

.breadcrumbs {
    padding: 0 0 30px;
}

.modal {
    z-index: 99999;
    overflow-y: auto
}

.modal-header {
    border: none;
    border-bottom: 1px solid #fff;
}

.modal-title {
    font-size: 30px
}

.modal-header .close {
    background: #fff;
    border-radius: 100%;
    padding: 0px 10px 2px 10px;
    margin: 5px 5px 0 0;
    opacity: 1;
}

.modal-header .close:hover {
    opacity: .7;
}

.modal-header .close span {
    font-size: 30px;
    font-weight: normal;
    color: #000;
    text-shadow: none;
}

.modal-content {
    background: url('../img/pop-up-bg.jpg') no-repeat;
    background-size: 100% 100%;
    border-radius: 20px;
    color: #fff;
}

.exhibitionCard h4 {
    font-size: 20px;
    margin-bottom: 8px;
}

.exhibitionCard h4 a {
    color: #111111
}

.exhibitionCard p {
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.datevenu {
    padding-bottom: 8px
}

.datevenu p {
    font-family: 'Muli', sans-serif;
}

.section .upExhibitionTitle {
    margin: 0;
    font-size: 43px;
    font-weight: 300;
    position: absolute;
    z-index: 99;
    top: 5px;
    color: #fff;
}

.section .upExhibitionTitle span {
    font-size: 100%;
    display: inline-block;
    /*    background:rgb(000,000,000,.6);*/
    padding: 2px 15px 4px;
    font-family: 'Muli', sans-serif;
    font-weight: 600;
    letter-spacing: .5px;
    text-shadow: 1px 1px 15px #000;
}

.section .upExhibitionTitle:after {
    display: none
}

.pageContent .highlightPara {
    font-size: 18px;
    border-left: 5px solid #1da1f2;
    border-radius: 10px;
    padding-left: 10px;
}

.btn-black {
    display: block;
    width: 95px;
    margin: 5px auto;
    padding: 1px 2px 3px;
    background-color: #000;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    display: inline-block;
    opacity: .7;
    font-size: 13px;
}

.btn-black:hover {
    color: #fff;
    text-decoration: none;
    opacity: 1;
}

.btnSendQuery {
    width: 200px;
    display: block;
    margin: 0 auto;
    background-color: #fff;
    color: #000;
    /* padding: 5px 20px; */
    text-align: center;
    font-weight: 600;
    margin-top: 20px;
    background: rgb(fff, fff, fff, .7);
}

.btn.btnSendQuery:hover {
    color: #fff
}

.businesslist {
    padding: 0;
    margin: 0;
}

.businesslist li {
    margin-bottom: 6px;
    list-style: none
}

.businesslist li a {
    font-size: 18px;
    color: #fff
}

.businesslist li a:hover {
    color: #1adaff
}

.businesslogo img {
    width: 200px;
    height: 200px;
    border: 1px solid #ccc;
    padding: 5px;
    background: #fff;
    margin-bottom: 20px;
}

.wow {
    visibility: hidden;
}

body {
    padding-bottom: 38px
}

.scrollWrapper .page.horizontal {
    position: absolute;
    display: none;
    z-index: 99999;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 10px;
    transform: none;
    -webkit-transform: none;
}

.scrollWrapper .page.horizontal li {
    width: 60px;
    height: 20px;
    border-radius: 0;
    margin: 0;
    cursor: pointer;
    background: no-repeat;
    display: none;
}

.scrollWrapper .page.horizontal li.back,
.scrollWrapper .page.horizontal li.next {
    display: block;
    position: absolute;
    bottom: -15px;
}

.scrollWrapper .page.horizontal li.back {
    left: 10px;
    background-image: url(../img/btn-back.png);
}

.scrollWrapper .page.horizontal li.next {
    right: 10px;
    background-image: url(../img/btn-next.png);
}

.scrollWrapper .page.horizontal .active {
    width: 12px;
    background: #fff;
}

.pagepaginationWraper {
    overflow: hidden;
    padding: 0 15px;
}

.pagepagination {
    color: #fff;
    background: rgb(19, 29, 36, .8);
    border-radius: 30px;
    padding: 0px 10px 1px;
    font-size: 14px;
}

.pagepagination span.fa {
    color: #fff;
    background: #000;
    padding: 6px;
    border-radius: 50%;
    position: relative;
    box-shadow: 0 0 2px #000;
}

.pagepagination.previous span.fa {
    left: -7px;
}

.pagepagination.next span.fa {
    right: -7px;
}

.pagepagination a {
    color: #fff
}

.pagepagination a:hover {
    text-decoration: none;
    opacity: .6
}

.pagepagination.previous {
    float: left;
    padding-left: 8px;
    padding-right: 13px;
    background: rgba(128, 128, 128, .9);
}

.pagepagination.next {
    float: right;
    padding-right: 8px;
    padding-left: 13px;
    background: rgba(128, 128, 128, .9);
}

.rilborder {
    border: 5px dashed black;
}

.team-slider {
    margin: 4px 0;
}

.sliderItem {
    margin: 0 3px;
}

.sliderItem img {
    width: 100%;
}

.newsPost {
    margin-bottom: 30px;
}

.error {
    color: #ff0000;
    font-size: 13px;
    margin: 0
}

div.intl-tel-input #telephone-error,
div.intl-tel-input #mobile-error {
    position: absolute;
    right: 2px;
    top: 5px;
}

.padding-left-right-0 {
    padding-left: 0;
    padding-right: 0
}

.padding-left-0 {
    padding-left: 0
}

.padding-right-0 {
    padding-right: 0
}

.exhibitionCard img {
    max-width: 100%;
}

@media (max-width: 991px) {
    .logo {
        left: 15px;
        top: 10px;
    }

    .logo img {
        width: 40px
    }

    .button-lines {
        top: 15px;
        right: 15px;
    }

    .header {
        min-height: auto
    }

    .home-slider-content h2 {
        font-size: 25px;
        padding-bottom: 6px;
    }

    h2.white.padding-bottom-10.third {
        font-size: 25px;
    }

    .home-slider-content {
        padding-top: 0
    }

    h3.white.padding-bottom-10.four {
        font-size: 20px;
        margin-top: 16px;
    }

    h1.white.padding-bottom-10 {
        font-size: 18px;
        bottom: 35px
    }

    .section h3 {
        font-size: 20px;
    }

    .service-section .section-flex .item:hover {
        padding-bottom: 0px;
    }

    /*    .service-section .section-flex .item .down{display:block}*/
    .service-section .section-flex .item .down p {
        display: none
    }

    .scrollWrapper .page.horizontal {
        display: block;
    }

    .post-body .other-post h5 {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .post-body .expo-date {
        font-size: 18px;
    }

    #get-connected .connected-row h2 {
        font-size: 35px;
        margin-bottom: 20px;
    }

    .connected-row .qrh1 {
        font-size: 1.4rem;
    }

    .connected-row .qrh2 {
        margin-bottom: 20px;
        font-size: 1.15rem;
    }

    .connected-icons {
        margin-top: 0
    }

    .exhibitionSlider .other-post {
        margin-bottom: 15px;
    }

    .expo-Venue address {
        margin-bottom: .5rem
    }
}

@media (max-width: 767px) {
    .section .upExhibitionTitle {
        font-size: 25px;
    }

    .padding-left-right-0 {
        padding-left: 15px;
        padding-right: 15px
    }

    #get-connected .connected-row h2 {
        font-size: 30px;
        margin-top: 40px;
    }

    .connected-row .qrh1 {
        font-size: 1.25rem;
    }

    .connected-row .qrh2 {
        font-size: 1rem;
    }

    .contacts .qrh1 {
        font-size: 1.5rem;
    }

    .contacts .qrh2 {
        font-size: 1.1rem;
        margin-bottom: 20px;
    }

    .post-body .other-post h5 {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .post-body .expo-date {
        font-size: 18px;
    }

    .page-header {
        height: 200px;
    }

    .page-header h1 {
        font-size: 35px;
        text-align: center;
        padding-top: 20px
    }

    .page-header.error {
        height: calc(100vh - 120px);
    }

    .padding-left-0 {
        padding-left: 15px
    }

    .padding-right-0 {
        padding-right: 15px
    }

    #get-connected {
        background-image: url(https://cems-global.oss-ap-southeast-1.aliyuncs.com/img%20%281%29/conntect-bg-mobile.webp);
    }

    #get-connected:before {
        display: none
    }

    .modal-title {
        font-size: 25px;
        line-height: 1.0;
    }

    .nav a {
        padding-top: 0.5em;
        padding-bottom: 0.5em
    }

    .g-recaptcha>div {
        margin: 0 auto
    }
}

@media (max-width: 575px) {
    .scrollWrapper .page.horizontal li.back {
        left: 5px
    }

    .scrollWrapper .page.horizontal li.next {
        right: 5px
    }

    .page-header h1 {
        font-size: 30px;
    }

    .tabcontent {
        top: 0;
        margin-top: 20px;
    }

    .contacts .qrh1 {
        font-size: 1.2rem;
    }

    .contacts .qrh2 {
        font-size: 1rem;
    }
}

@media (max-width: 468px) {
    body {
        padding-bottom: 40px
    }

    .section .upExhibitionTitle {
        font-size: 20px;
    }

    .section .upExhibitionTitle {
        top: 40px
    }

    .section h3 {
        font-size: 13px;
    }

    .post-body .other-post h5 {
        font-size: 25px;
    }

    .post-body .expo-date {
        font-size: 16px;
    }

    .expo-Venue {
        font-size: 14px
    }

    .connected-icons li {
        padding: 0
    }

    .connected-icons span.lead {
        display: none
    }

    .home-slider-content h2 {
        padding-left: 15px
    }

    h3.white.padding-bottom-10.four {
        padding-left: 15px;
        padding-right: 15px;
    }

    #contact input.submit {
        margin-top: 20px;
    }

    #get-connected .connected-row h2 {
        margin-top: 60px;
        font-size: 25px;
        margin-bottom: 15px;
    }

    .connected-row .qrh1 {
        font-size: 1.1rem;
    }

    .connected-row .qrh2 {
        font-size: .98rem;
        margin-bottom: 15px;
    }

    .connected-icons {
        padding-bottom: 30px
    }

    .page-header h1 {
        font-size: 25px;
    }

    /*    .scrollSection{padding:0 15px}*/
}

@media (max-width: 420px) {
    body {
        padding-bottom: 60px
    }
}

@media (max-width: 320px) {
    .connected-icons span.lead {
        display: none
    }
}
