.top-info {
}

    .top-info li {
        display: inline-block;
        padding-left: 20px;
        margin-right: 31px;
    }

        .top-info li a {
            font-style: normal;
            font-weight: 600;
            font-size: 12px;
            line-height: 17px;
            color: #FFFFFF;
            flex: none;
            order: 1;
            flex-grow: 0;
        }

    .top-info .address {
        background: url(../images/hd-address.svg) 0px 2px no-repeat;
    }

    .top-info .phone {
        background: url(../images/hd-phone.svg) 0px 2px no-repeat;
    }

    .top-info .email {
        background: url(../images/hd-email.svg) 0px 4px no-repeat;
    }

    .top-info li a:hover {
    }

    .top-info li:last-child {
        margin: 0;
    }

        .top-info li:last-child a {
        }

ul.head-social {
    text-align: right;
    margin: 0;
    padding: 0;
}

    ul.head-social li {
        display: inline-block;
    }

        ul.head-social li a {
            display: block;
            height: 35px;
            width: 35px;
            line-height: 38px;
            text-align: center;
            color: #E8C11C !important;
            border-radius: 50%;
            font-size: 16px;
            background: #050706;
            margin-right: 4px;
        }

.top-info {
    margin: 5px 0;
}

.headbox-phone {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    gap: 10px;
    width: 100%;
    height: 50px;
    background: linear-gradient(180deg, #F5D978 0%, #DAAB53 100%);
    box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.2);
    border-radius: 27px;
    flex: none;
    order: 2;
    flex-grow: 0;
    float: right;
    margin-top: 20px;
}

    .headbox-phone span {
        background: url(../images/headbox-phone.svg) 0px 11px no-repeat;
        padding: 10px 0;
        padding-left: 35px;
    }

.header-main {
    padding: 19px 0;
}

.head-companame {
    position: relative;
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-top: 21px;
}

    .head-companame b {
        background: #DCAE56;
        opacity: 1;
        height: 2px;
        position: relative;
        display: block;
        flex: 1;
    }

        .head-companame b:first-child {
        }

        .head-companame b:last-child {
        }

        .head-companame b:first-child:before {
            position: absolute;
            content: "";
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: #DCAE56;
            right: 0;
            top: 0;
            bottom: 0;
            margin: auto 0;
        }

        .head-companame b:last-child:before {
            position: absolute;
            content: "";
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: #DCAE56;
            left: 0;
            top: 0;
            bottom: 0;
            margin: auto 0;
        }

    .head-companame span {
        font-family: 'Montserrat-Regular';
        font-style: normal;
        font-size: 35px;
        line-height: 47px;
        text-transform: uppercase;
        color: #000000;
        margin: 0 45px;
    }

.headbox-phone a:hover {
    font-weight: bold;
    color: #333333;
}

.sf-menu li:last-child {
    margin-right: 0;
}

.sf-menu a.menue-1:hover {
    border-bottom: 2px solid white;
}

.search-input::placehoder {
    font-family: 'Montserrat-Regular';
    font-size: 14px;
    color: #000000;
    font-style: normal;
}

.col-md-search {
    margin-top: 5px;
}

.sf-menu li.active a.menue-1 {
    border-bottom: 2px solid white;
}

.boxmenu-2 li .menuee-2 {
    border-bottom: 1px dashed #cfcfcf;
    border-radius: unset;
    padding: 10px;
    color: black;
}

.boxmenu-2 li:last-child .menuee-2 {
    border: none;
}

.boxmenu-2 li:hover .menuee-2 {
    color: #2360af;
}

.ft-info {
}

    .ft-info img {
        display: block;
        margin: 0 auto;
    }

    .ft-info h3 {
        font-family: 'Montserrat-Bold';
        text-transform: uppercase;
        margin-bottom: 20px;
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        color: #2360AF;
    }

    .ft-info ul {
    }

    .ft-info li {
        margin-bottom: 15px;
        line-height: 1.2 !important;
        padding: 5px 0;
        padding-left: 30px;
    }

        .ft-info li:nth-child(1) {
            background: url(../images/ft-address.svg) 0px 9px no-repeat;
        }

        .ft-info li:nth-child(2) {
            background: url(../images/ft-phone.svg) 0px 2px no-repeat;
        }

        .ft-info li:nth-child(3) {
            background: url(../images/ft-email.svg) 0px 6px no-repeat;
        }

.menuft-box {
    margin-top: 20px;
}

.menuft-heading {
    position: relative;
    padding-left: 11px;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #2360AF;
    font-family: 'Montserrat-Bold';
    text-transform: uppercase;
}

.menuft-ul {
}

    .menuft-ul li {
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px dashed #dbdbdb;
        padding-left: 15px;
        position: relative;
    }

        .menuft-ul li a {
            font-style: normal;
            font-weight: 400;
            font-size: 15px;
            line-height: 21px;
            color: #000000;
        }

            .menuft-ul li a:hover {
                color: #bd9c0f;
            }

            .menuft-ul li a:before {
                position: absolute;
                content: "";
                width: 7px;
                height: 7px;
                background: #2360AF;
                border-radius: 50%;
                left: 0;
                top: 7px;
            }

.menuft-heading:before {
    position: absolute;
    content: "";
    background: #2360AF;
    border-radius: 2px;
    width: 4px;
    height: 100%;
    left: 0;
}

.menuft-ul li:last-child {
    border: none;
}

.ftbox-btnsign {
    position: absolute;
    width: 49px;
    height: 40px;
    background: url(../images/ft-fly.svg) center center no-repeat;
    top: 0;
    right: 0;
}

.ftbox-form {
    position: relative;
    margin-bottom: 20px;
}

    .ftbox-form input {
        background: #FFFFFF;
        border: 1px solid #000000 !important;
        border-radius: 5px;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        display: block !important;
        color: #000000;
        width: 100% !important;
        min-height: 40px;
    }

        .ftbox-form input::placeholder {
            font-style: normal;
            font-size: 14px;
            color: #000000;
        }

.fanpage-box {
}

    .fanpage-box h3 {
    }

.fanbox-box-e {
    display: block;
    margin-bottom: 10px;
}

.boxe-map {
}

#widget-subscribe-form-result1 {
    color: red;
    text-align: center;
    font-family: 'Montserrat-Regular';
    margin-bottom: 5px;
}

.footer-e {
    padding: 54px 0;
    background: url(../images/ft-background.jpg) no-repeat #f7f7f7;
    background-size: cover;
}

.partner-st {
    padding: 70px 0;
    background: #F5F5F5;
}

.partner-info {
    font-style: normal;
    font-size: 32px;
    line-height: 39px;
    text-align: center;
    color: #2360AF;
    font-family: 'Montserrat-Bold';
    margin-bottom: 40px;
}

    .partner-info span:first-child {
        display: block;
        margin-bottom: -5px;
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 26px;
        color: #000000;
    }

    .partner-info span:last-child {
        font-style: normal;
        font-size: 36px;
        line-height: 47px;
        color: #000000;
        font-family: 'Montserrat-Regular';
    }

.partner-box {
    padding: 39px 25px 0px 25px;
}

.partner-boxe {
}

.partner-item {
}

    .partner-item img {
        max-height: 75px;
    }

.partner-box {
    width: auto;
}

    .partner-box .owl-prev {
        width: 36px !important;
        height: 29px;
        background: #3d3d79 !important;
        color: #f58634;
        text-align: center;
        font-size: 19px;
        line-height: 29px;
        left: -18px !important;
    }

    .partner-box .owl-next {
        width: 36px !important;
        height: 29px;
        background: #3d3d79 !important;
        color: #f58634;
        text-align: center;
        font-size: 19px;
        line-height: 29px;
        right: -18px !important;
    }

    .partner-box .owl-prev i {
    }

    .partner-box .owl-next i {
    }

    .partner-box .owl-next {
        min-width: 38px;
        background: url(../images/cons-right.svg) no-repeat !important;
        min-height: 38px;
        position: absolute;
        top: 40px;
        right: -17px;
        margin: 0;
    }

    .partner-box .owl-prev {
        min-width: 38px;
        background: url(../images/cons-left.svg) no-repeat !important;
        min-height: 38px;
        position: absolute;
        top: 40px;
        left: -17px;
        margin: 0;
    }

.aboutus-st {
    padding: 118px 0;
    position: relative;
}

    .aboutus-st:after {
        position: absolute;
        content: "";
        background: url(../images/about-e1.svg) no-repeat;
        left: 0;
        top: 0;
        bottom: 0;
        width: 254px;
        height: 538px;
        margin: auto;
    }

.about-title {
    font-style: normal;
    font-weight: 700;
    font-size: 96px;
    line-height: 125px;
    background: linear-gradient(180deg, #F5D978 0%, #DAAB53 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

    .about-title span {
        font-style: normal;
        font-weight: 700;
        font-size: 36px;
        line-height: 47px;
        color: #D9D9D9;
        background: transparent;
        -webkit-background-clip: unset;
        -webkit-text-fill-color: unset;
    }

.about-content {
    display: block;
    margin-top: 20px;
    margin-bottom: 40px;
}

    .about-content p {
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        color: #000000;
        text-align: justify;
    }

.about-img {
}

    .about-img img {
    }

.owl-carousel .owl-dots .owl-dot.active {
    background: #050706;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    min-height: unset;
}

.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: #737272;
    border-radius: 50%;
    margin: 0 4px;
    min-height: unset;
}

.owl-carousel .owl-dots {
    display: none;
    margin-top: 34px;
    text-align: center;
    position: relative;
    bottom: 0px;
    width: 100%;
}

.about-boxtitle {
}

    .about-boxtitle .title {
        display: inline-block;
        font-style: normal;
        font-weight: 700;
        font-size: 36px;
        line-height: 47px;
        color: #D9D9D9;
        padding-left: 10px;
    }

.about-box {
    margin-top: 57px;
}

.about-readmore {
    background: linear-gradient(180deg, #F5D978 0%, #DAAB53 100%);
    border-radius: 18px;
    padding: 9px 38px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
}

    .about-readmore:hover {
        color: #000000;
    }

.servicesH-st {
    padding: 67px 0;
    background: url(../images/bg-services.jpg) no-repeat;
    background-size: cover;
}

.servicesH-heading {
    font-family: 'Montserrat-Regular';
    font-style: normal;
    display: block;
    font-weight: 700;
    text-align: center;
    font-size: 36px;
    line-height: 47px;
    color: #000000;
    margin-bottom: 80px;
    padding-bottom: 22px;
    position: relative;
}

    .servicesH-heading:after {
        position: absolute;
        content: "";
        width: 121px;
        height: 3px;
        background: #000000;
        border-radius: 4.5px;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

.serviesH-box {
}

.servicesH-item {
    padding: 10px;
    border-radius: 10px;
    background: linear-gradient(180deg, #F5D978 0%, #DAAB53 100%);
    border-radius: 10px;
    box-shadow: 0px 1px 8px rgb(0 0 0 / 25%);
}

.servicesH-thumb {
    border-radius: 10px;
    overflow: hidden;
}

    .servicesH-thumb img {
    }

.servicesH-title {
    display: block;
    margin-bottom: 33px;
}

    .servicesH-title a {
        font-family: 'Montserrat-Regular';
        font-size: 20px;
        line-height: 26px;
        text-align: center;
        color: #000000;
    }

        .servicesH-title a:hover {
            color: #dfb45a;
        }

.servicesH-readmore {
    background: #F5D978;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.15);
    border-radius: 22.5px;
    padding: 11px 26px;
    max-width: 130px;
    display: block;
    margin: auto;
}

    .servicesH-readmore a {
    }

        .servicesH-readmore a:hover {
        }

.servicesH-content {
    display: block;
    padding: 21px 15px;
    background: white;
    text-align: center;
}

.servicesH-st .owl-carousel .owl-dots {
    display: block;
}

.sr1-bg {
    background: white;
}

.newtwo {
    float: left;
    margin-bottom: 30px;
    width: 100%;
}

.newtwo-thumb {
    float: left;
    max-width: 270px;
    overflow: hidden;
    width: 45%;
    border-radius: 10px;
}

    .newtwo-thumb img {
        max-width: 100%;
        width: 100%;
    }

.newtwo-content {
    float: left;
    width: 55%;
    padding-left: 15px;
}

.newtwo-title {
    display: block;
    margin-bottom: 10px;
    margin-top: 15px;
    font-family: 'Montserrat-Bold';
}

    .newtwo-title a {
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 22px;
        color: #2360AF;
        flex: none;
        order: 0;
        flex-grow: 0;
    }

.newtwo-desc {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    flex: none;
    order: 2;
    flex-grow: 0;
}

.heading-home {
    position: relative;
    padding-left: 17px;
    margin-bottom: 30px;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #2360AF;
    flex: none;
    order: 1;
    flex-grow: 0;
    text-transform: uppercase;
    font-family: 'Montserrat-Bold';
}

    .heading-home:before {
        position: absolute;
        content: "";
        background: #2360AF;
        border-radius: 2px;
        width: 4px;
        height: 100%;
        left: 0;
    }

.new-readmore-two {
    display: none;
}

.st4-home {
    padding: 45px 0;
    background: url(../images/bg-newhome.jpg) no-repeat;
    min-height: 701px;
    background-size: cover;
}

.hd-company {
    margin-top: 26px;
}

    .hd-company .name-e {
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 29px;
        color: #2360AF;
    }

    .hd-company .slogan-e {
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 15px;
        color: #000000;
    }

.hd-partname {
    font-style: normal;
    font-size: 21px;
    line-height: 29px;
    color: red;
    text-align: center;
    font-family: 'Montserrat-Bold';
    margin-top: 7px;
}

.menuft-ul-connact {
}

    .menuft-ul-connact li {
        position: relative;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 17px;
        color: #000000;
        flex: none;
        order: 1;
        flex-grow: 0;
        padding-left: 15px;
        margin-bottom: 20px;
    }

        .menuft-ul-connact li:before {
            position: absolute;
            content: "";
            width: 7px;
            height: 7px;
            background: #2360AF;
            border-radius: 50%;
            top: 4px;
            left: 0;
        }

        .menuft-ul-connact li strong {
            font-family: 'Montserrat-Bold';
        }

    .menuft-ul-connact a {
    }

        .menuft-ul-connact a:hover {
        }

#btncancel {
    display: none;
}

#btnsend {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    background: #2360AF;
    color: white;
    padding: 10px 20px;
    border-radius: 20px;
}

.newtwo-date {
    background: url(../images/icon-time.svg) 0 1px no-repeat;
    padding-left: 19px;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #000000;
    flex: none;
    order: 1;
    flex-grow: 0;
    margin-bottom: 5px;
}

.partner-owl.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    width: 50px;
    height: 50px;
    background: #2360AF;
    color: white;
    font-size: 27px;
    border-radius: 50%;
    left: -24px;
}

.partner-owl.owl-carousel .owl-nav .owl-next {
    position: absolute;
    width: 50px;
    height: 50px;
    background: #2360AF;
    color: white;
    font-size: 27px;
    border-radius: 50%;
    right: -24px;
}

.partner-owl.owl-carousel .owl-nav {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: 100%;
    height: 50px;
}

#posts .newtwo-content {
    float: left;
    width: calc(100% - 270px);
    padding-left: 15px;
}

.proh-custom {
    padding: 70px 0 10px;
}

.online-support-1 .sup_item:last-child .sup_item_info {
    padding: 0;
    margin: 0;
    border: none;
}

.box-pro-e {
    display: block;
    margin-bottom: 30px;
}

.box-pro-e-heading {
    font-family: 'Montserrat-Bold';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    border-radius: 5px 5px 0px 0px;
    padding: 16px 0px 16px 49px;
    background: url(../images/icon-category.svg) 18px 20px no-repeat #2360AF;
}

.box-pro-e-list {
    margin: 0;
    padding: 0;
}

    .box-pro-e-list ul {
    }

    .box-pro-e-list li {
    }

    .box-pro-e-list a {
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 17px;
        background: url(../images/icon-category1.svg) 20px 18px no-repeat #CBEAFA;
        border-bottom: 1px solid #F5F5F5;
        padding: 16px 0px 16px 50px;
        display: flex;
        align-items: center;
        color: #2360AF;
        flex: none;
        order: 1;
        flex-grow: 0;
    }

        .box-pro-e-list a:hover {
        }

.proH-box-e {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 27px;
    border-bottom: 2px solid #CBEAFA;
    padding: 16px 0px 14px 0px;
}

.proH-headinge-e {
    display: inline-block;
}

.proH-heading-e {
    font-family: 'Montserrat-Bold';
    font-style: normal;
    font-size: 20px;
    line-height: 24px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    /* p1 */
    color: #2360AF;
    position: relative;
}

.proH-readmore-e {
    position: absolute;
    right: 0;
    top: 20px;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    /* identical to box height */
    display: flex;
    align-items: center;
    /* p1 */
    color: #2360AF;
}

.proH-heading-e:before {
    position: absolute;
    content: "";
    background: #2360AF;
    width: 100%;
    height: 2px;
    bottom: -16px;
    left: 0;
}

.product-price {
    padding-bottom: 10px;
    min-height: 60px;
}

    .product-price span {
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 15px;
        /* identical to box height */
        align-items: center;
        text-align: center;
        color: #FF0000;
    }

    .product-price del {
        font-size: 13px;
        color: #58595b;
    }

.proH-item {
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
    border-radius: 9px;
    margin: 0px 0 21px 0px;
}

.proH-thumb {
}

    .proH-thumb img {
    }

.proH-content {
    text-align: center;
}

.proH-title {
    text-align: center;
}

    .proH-title a {
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 17px;
        align-items: center;
        text-align: center;
        color: #000000;
    }

        .proH-title a:hover {
        }

.proH-box-col {
    margin-bottom: 40px;
}

.proH-owl-e.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    width: 34px;
    height: 34px;
    background: #2360AF;
    color: white;
    font-size: 14px;
    border-radius: 50%;
    left: -16px;

}

.proH-owl-e.owl-carousel .owl-nav .owl-next {
    position: absolute;
    width: 34px;
    height: 34px;
    background: #2360AF;
    color: white;
    font-size: 14px;
    border-radius: 50%;
    right: -16px;
}

.proH-owl-e.owl-carousel .owl-nav {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: 100%;
    height: 50px;
display: none;
}

.vname {
}

.heading-cate-page span {
    font-family: 'Montserrat-Bold';
    font-style: normal;
    font-size: 20px;
    line-height: 24px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #2360AF;
    position: relative;
}

    .heading-cate-page span:before {
        position: absolute;
        content: "";
        background: #2360AF;
        width: 100%;
        height: 2px;
        bottom: -16px;
        left: 0;
    }

.heading-cate-page {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.heading-cate-page-e {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 17px;
    border-bottom: 2px solid #CBEAFA;
    padding: 16px 0px 14px 0px;
}

.news_content img {
    max-width: 100%;
    height: auto;
}

.news_other {
}

    .news_other ul {
    }

    .news_other li {
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px dashed #dbdbdb;
        padding-left: 15px;
        position: relative;
    }

    .news_other a {
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 21px;
        color: #000000;
        padding: 0;
    }

        .news_other a:before {
            position: absolute;
            content: "";
            width: 7px;
            height: 7px;
            background: #2360AF;
            border-radius: 50%;
            left: 0;
            top: 7px;
        }

.news_content ul {
    list-style: unset;
    padding-left: 20px;
}

.product-center-column .params {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 8px 10px;
    margin: 0px 0 0 0;
    position: relative;
    font-size: 13px;
    background: #f5f9fa;
    float: left;
    width: 100%;
    margin-top: 17px;
}

    .product-center-column .params li {
        padding: 2px 5px;
        float: left;
        width: 50%;
    }

    .product-center-column .params .btt {
        position: absolute;
        padding: 0;
        top: -20px;
        left: 0;
        color: #999;
        float: none;
        width: auto;
        font-size: 13px;
    }

.videoh-btn a {
    position: absolute;
    width: 97px;
    height: 97px;
    background: url(../images/play-video.svg);
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

.search-li {
}

.pop-Register {
    top: 62px;
    right: 0;
    min-width: 330px;
    position: absolute;
    width: 100%;
    float: left;
    height: auto;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 30px 15px 15px;
    z-index: 999;
    box-shadow: 0px 3px 5px 0px rgb(0 0 0 / 15%);
    -webkit-box-shadow: 0px 3px 5px 0px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 3px 5px 0px rgb(0 0 0 / 15%);
}

.popForm-Register {
    float: left;
    text-align: left;
    width: 100%;
}

.popFormregis-gr {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}



.popForm-Register .btnClose-popup {
    color: white;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 5px;
    cursor: pointer;
    right: 5px;
    text-align: center;
    border-radius: 50%;
    background: url(../images/icon_close.jpg) center center no-repeat;
    padding: 0;
}

.sf-menu .btnSend-Register {
    line-height: 22px;
    text-align: center;
    text-decoration: none;
    width: 100%;
    float: left;
    color: white !important;
    background: #2360af;
    font-size: 14px;
    cursor: pointer;
    margin-top: 10px;
    padding: 12px 0px;
}

.popFormregis-input {
    float: left;
    width: 100%;
    height: 35px;
    border: 1px solid #e5e5e5;
    padding-left: 10px;
    text-align: left;
    outline: none;
    margin-bottom: 0;
    color: #002051;
}

.btn_send {
    background: #002051;
    color: white;
}

    .btn_send:hover {
        color: white;
    }

.c_mess {
    color: red;
    margin-bottom: 5px;
    display: block;
}

.adv3-item {
    display: flex;
    align-items: center;
}

.adv3-item-thumb {
    margin: 0 26px 0 0;
}

.adv3-item-content {
    font-style: normal;
    font-family: 'Montserrat-Bold';
    font-size: 18px;
    line-height: 22px;
    color: #2360AF;
    padding-bottom: 16px;
    position: relative;
}

    .adv3-item-content:before {
        position: absolute;
        content: "";
        background: #CBEAFA;
        border-radius: 2px;
        width: 37px;
        height: 4px;
        bottom: 0;
        left: 0;
    }

.adv-3 {
    padding: 4px 0 0;
}




.wrap-img  .control-prev {
    position: absolute;
    width: 60px;
    height: 60px;
    background: #2360AF;
    color: white;
    font-size: 36px;
    border-radius: 5px;
    left: 30px;
    top: 40%;
    text-align: center;
}

.wrap-img   .control-next {
    position: absolute;
    width: 60px;
    height: 60px;
    background: #2360AF;
    color: white;
    font-size: 36px;
    border-radius: 5px;
    right: 30px;
    top: 40%;
    text-align: center;
}


.proH-owl-e .control-prev {
    position: absolute;
    width: 40px;
    height: 40px;
    background: #2360AF;
    color: white;
    font-size: 36px;
    border-radius: 5px;
    left: 0px;
    top: 40%;
    text-align: center;
}

.proH-owl-e   .control-next {
    position: absolute;
    width: 40px;
    height: 40px;
    background: #2360AF;
    color: white;
    font-size: 36px;
    border-radius: 5px;
    right: 0px;
    top: 40%;
    text-align: center;
}


.wrap-img.owl-carousel .owl-nav {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: 100%;
    height: 50px;
    max-width: 1200px;
    left: 0;
    right: 0;
}

.box-pro-e-heading a{

}
.box-pro-e-heading a {

    color: #FFFFFF;

}
.box-pro-e-heading a:hover {
  
    color: #FFFFFF;
   
}