@import url("https://fonts.googleapis.com/css2?family=Lora:wght@400;500;600;700&family=Montserrat:wght@300;400;500;700;900&display=swap");

body {
    font-family: "Montserrat", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    background: #f3f3f3;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat", serif;
    color: #0063af;
    margin-top: 0px;
    font-style: normal;
    font-weight: 500;
    text-transform: normal
}

p {
    font-family: "Montserrat", sans-serif;
    color: #000000;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 15px;
    font-weight: 300;
    line-height: 1.4
}

.f-right {
    float: right
}

.fix {
    overflow: hidden
}

.clear {
    clear: both
}

.mb-5 {
    margin-bottom: 5px
}

.mb-10 {
    margin-bottom: 10px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-35 {
    margin-bottom: 35px
}

.mb-50 {
    margin-bottom: 50px
}

.mb-60 {
    margin-bottom: 60px
}

.mb-70 {
    margin-bottom: 70px
}

.ml-15 {
    margin-left: 15px
}

.pt-25 {
    padding-top: 25px
}

.pb-30 {
    padding-bottom: 30px
}

.mt-10 {
    margin-top: 10px
}

.mt-30 {
    margin-top: 30px
}

.mt-40 {
    margin-top: 40px
}

a,
.button {
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

a:focus,
.button:focus {
    text-decoration: none;
    outline: none
}

a {
    color: #635c5c;
    text-decoration: none
}

a:hover {
    color: #0063af
}

a:focus,
a:hover {
    text-decoration: none
}

a,
button {
    color: #fff;
    outline: medium none
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
    outline: 0
}

input:focus::-moz-placeholder {
    opacity: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit
}

ul {
    margin: 0px;
    padding: 0px
}

li {
    list-style: none
}

hr {
    border-bottom: 1px solid #eceff8;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0
}

@keyframes bounce {
    0% {
        transform: translateY(-3px)
    }

    50% {
        transform: translateY(3px)
    }

    100% {
        transform: translateY(-3px)
    }
}

.sticky-bar {
    left: 0;
    margin: auto;
    position: fixed;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    z-index: 999;
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1)
}

#back-top, #contact-top, #booking-top {
    background: #0063af;
    height: 50px;
    width: 50px;
    right: 31px;
    bottom: 18px;
    position: fixed;
    color: #fff;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    line-height: 48px;
    border: 2px solid transparent;
    box-shadow: 0 0 10px 3px rgba(108, 98, 98, 0.2)
}
#contact-top{
    background: #1fa962;
    bottom: 160px;
    font-size: 26px;
}
#booking-top{
    background: #00a694;
    bottom: 230px;
    font-size: 24px;
}
#back-top a:hover, #contact-top a:hover, #booking-top a:hover{
    color: #fff;
}

@media (max-width: 575px) {
    #back-top, #contact-top, #booking-top {
        right: 16px
    }
}

#back-top a i {
    display: block;
    line-height: 50px
}

@-webkit-keyframes heartbeat {
    to {
        -webkit-transform: scale(1.03);
        transform: scale(1.03)
    }
}

@keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

.slick-initialized .slick-slide {
    outline: 0
}

.running {
    animation: nudge 10s linear infinite alternate
}

@keyframes nudge {

    0%,
    100% {
        transform: translate(0, 0)
    }

    50% {
        transform: translate(-100px, 0);

        @media (max-width: 575px) {
            transform: translate(-50px, 0) !important
        }
    }

    80% {
        transform: translate(100px, 0);

        @media (max-width: 575px) {
            transform: translate(50px, 0) !important
        }
    }
}
@keyframes expand {
    from { height: 0px; }
    to { height: var(--final-height); }
}

@keyframes collapse {
    from { height: var(--final-height); }
    to { height: 0px; }
}
.placeholder {
/*    opacity: 0;*/
    transition: height .5s ease-in-out;
/*    transition: height 2s ease-in-out;*/
}
.box-stick.efs + .placeholder{
/*    opacity: 1;*/
}
.nice-select {
    line-height: 30px;
    border: 1px solid #eaeaea;
    height: 50px;
    width: 100%;
    color: #071112;
    font-weight: 500;
    text-transform: capitalize;
    padding-top: 10px;
    border-radius: 25px
}

.nice-select::after {
    border-bottom: 2px solid #a3a3a3;
    border-right: 2px solid #a3a3a3;
    height: 7px;
    right: 41px;
    width: 7px
}

.nice-select .list {
    width: 100%;
    border-radius: 0
}

.nice-select.open .list {
    width: 100%;
    border-radius: 0
}

.nice-select .option {
    color: #071112
}

.nice-select::placeholder {
    color: #5E5E5E;
    font-size: 16px;
    font-weight: 400
}

.section-padding {
    padding-top: 80px;
    padding-bottom: 80px;
        margin-top: 80px;
    margin-bottom: 80px;
    overflow: hidden;
}

/* form function */
.radio_hide{
    position: absolute;
    z-index: -9;
    opacity: 0;
}
.radio_hide + img {
    border: 2px solid #ffffff00; /* Add your border style here */
}
.radio_hide:checked + img {
    border: 2px solid #0063af; /* Add your border style here */
}
.label_radio_border{
    height: 100%;
}
.door_system_frame label.label_radio_border{
    /* ration in 1 screen  partition1*/
    height: calc(100vh - 340px);
    display: block;
    overflow: hidden;
}
.prod-detail .owl-carousel.owl-our-colection .owl-item > div, .prod-detail .prod_desc_box{
            height: calc(100vh - 71px);
    }
    .prod-detail .fancybox_btn_slide{
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1;
        padding: 2vw;
    }
    .prod-detail .fancybox_btn_slide img {
        width: 40px;
        height: 40px;
        background: url(../Images/icona_fullscreen.webp) no-repeat center center;
        background-size: cover;
        cursor: pointer;
    }
    .prod-detail .prod_desc_box{
        padding-left: 15%;
        padding-right: 15%;
            padding-top: 15%;
            padding-bottom: 10%;
                overflow-y: scroll;
                    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none !important;
    scrollbar-width: none;
    scrollbar-color: transparent;
    }
    .prod-detail .owl-dots{
            transform: translateX(-25%);
    }

    .prod_desc_head{
            margin-bottom: 10px
    }
        .prod_desc_head_left, .prod_desc_head_right{
            display: table-cell;
            width: 60%;    vertical-align: bottom;
        }
            .prod_desc_head_left .title_left{
                font-size: 30px;
                line-height: 36px;
                margin: 0;
            }
                .prod_desc_head_right .title_right{
                    font-size: 14px;
                    font-weight: 400;
                    line-height: 18px;
                    text-align: right;
                    width: 100%;
                        display: block;
                }
    .prod_desc_separator{
        height: 1px;
        width: 100%;
        background-color: #1c1c1c;
    }
    .prod_desc_toggle{
        padding: 25px;
        padding: 10px 0 20px;
    }
    .prod_desc_toggle p{
        margin-bottom: 0cm;
        line-height: 1.2;
        vertical-align: middle;
        margin: 0 0 25px;
    }

    .prod_desc_box .accordion-button::after {
        padding: 2px;
        border: 1px solid #1c1c1c;
        font-weight: 900;
        color: #1c1c1c;
        font-size: 11px;
                font-size: 11px;
                background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 8L14 8'/%3e%3c/svg%3e");
                    background-size: auto;

    }
    .prod_desc_box .accordion-button:not(.collapsed)::after{
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M8 2v12M2 8h12'/%3e%3c/svg%3e");
    
    }
    .prod_desc_toggle_long,
    .prod_desc_box .accordion-item{
        border: 0;
            border-radius: 0;
        border-bottom: 1px solid #1c1c1c;
        background: transparent;
    }
    .prod_desc_box .accordion-item:first-of-type>.accordion-header .accordion-button{
        background: transparent;
        box-shadow:none;
    }
    .prod_desc_box .accordion-item:first-of-type>.accordion-header .accordion-button{
            padding: 5px 0;
            border-radius: 0;
    }
    .prod_desc_box .accordion-item:last-of-type>.accordion-collapse{
            border-radius: 0;
    }
    .prod_desc_box .descrizione-designer {
        font-size: 14px;
        font-family: helvetica neue light, helvetica neue, Helvetica, Arial, lucida grande, sans-serif;
        font-weight: 400;
        line-height: 18px;
    }
    .prod_desc_box .accordion-generico .panel .prodotto-grid-item img {
        width: 100%;
        border: 1px solid #1c1c1c;
    }
    .prod_desc_box .prodotto-grid-item .titolo {
        font-size: 14px;
        font-family: helvetica neue light, helvetica neue, Helvetica, Arial, lucida grande, sans-serif;
        font-weight: 400;
        line-height: 18px;
        height: 36px;
        color: #232323;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
    }
@media (max-width: 991px) {
    .section-padding {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

@media (max-width: 575px) {
    .section-padding {
        padding-top: 30px;
        padding-bottom: 30px
    }
}

.footer-padding {
    padding-top: 80px;
    padding-bottom: 0
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-padding {
        padding-top: 80px;
        padding-bottom: 20px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .footer-padding {
        padding-top: 80px;
        padding-bottom: 20px
    }
}

@media (max-width: 575px) {
    .footer-padding {
        padding-top: 80px;
        padding-bottom: 0px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-tittle {
        margin-bottom: 50px
    }
}

@media (max-width: 575px) {
    .section-tittle {
        margin-bottom: 20px
    }
}

.section-tittle p {
    color: #6A6063;
    /*font-size: 18px;*/
    font-weight: 400;
    line-height: 1.5
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-tittle p br {
        display: none
    }
}

@media (max-width: 575px) {
    .section-tittle p br {
        display: none
    }
}

.section-tittle p a {
    text-decoration: underline
}

.section-tittle>span {
    color: #7EA0FF;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
    text-transform: capitalize;
    display: inline-block;
    letter-spacing: 0.05em
}

@media (max-width: 575px) {
    .section-tittle>span {
        font-size: 14px;
        padding-left: 0px
    }
}

.section-tittle h2 {
    font-size: 46px;
    display: block;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 22px
}

.section-tittle h2 sup, .section-tittle h3 sup{
    color: #0063af;
}
.home_product_title sup{
    color: #fff;
}

.section-tittle h3 {
    display: block;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 22px
}

.section-tittle-request h3 {
    font-size: 1.85rem;
    display: block;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 22px
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .section-tittle h2 {
        font-size: 40px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-tittle h2 {
        font-size: 41px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-tittle h2 {
        font-size: 43px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-tittle h2 {
        font-size: 31px
    }
}

@media (max-width: 575px) {
    .section-tittle h2 {
        font-size: 26px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-tittle h2 br {
        display: none
    }
}

@media (max-width: 575px) {
    .section-tittle h2 br {
        display: none
    }
}

.section-img-bg2 {
    background-size: cover !important;
    background-repeat: no-repeat !important
}

.btn {
    background: #0063af;
    font-family: "Montserrat", sans-serif;
    text-transform: inherit !important;
    padding: 22px 32px;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    font-size: 16px !important;
    font-weight: 500 !important;
    border-radius: 0;
    line-height: 1;
    line-height: 0;
    cursor: pointer;
    -moz-user-select: none;
    transition: color 0.4s linear;
    position: relative;
    z-index: 1;
    border: 0;
    overflow: hidden;
    float: right;
}
button.btn.reques_quote {
    margin: 20px auto;
    display: block;
    float: none;
}
.btn.social-btn {
    float: none;
}
.btn::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 102%;
    height: 102%;
    background: #00a68d;
    z-index: 1;
    border-radius: 0px;
    transition: transform 0.5s;
    transition-timing-function: ease;
    transform-origin: 0 0;
    transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
    transform: scaleX(0);
    border-radius: 0px
}

.btn i {
    padding-right: 11px
}

.btn:hover {
    color: #fff !important
}

.btn:hover::before {
    transform: scaleX(1);
    z-index: -1
}

.about-btn {
    padding: 30px 40px;
    float: none;
}

.header-btn {
    color: #fff;
    font-family: "Lora", serif;
    font-weight: 500;
    font-size: 16px;
    padding: 0 3px
}

.header-btn i {
    padding-right: 6px;
    transform: rotate(0deg);
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
    font-weight: 600
}

.header-btn:hover {
    color: #0063af
}

.header-btn:hover i {
    transform: rotate(15deg)
}

.hero-btn {
    padding: 30px 40px;
    background: #FF6378
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-btn {
        padding: 28px 55px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hero-btn {
        padding: 25px 55px
    }
}

@media (max-width: 575px) {
    .hero-btn {
        padding: 25px 55px
    }
}

.submit-btn {
    width: 100%;
    background: #0063af;
    font-family: "Lora", serif;
    text-transform: inherit !important;
    padding: 25px 43px;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    font-size: 16px !important;
    font-weight: 500 !important;
    border-radius: 35px;
    line-height: 1;
    line-height: 0;
    cursor: pointer;
    -moz-user-select: none;
    transition: color 0.4s linear;
    position: relative;
    z-index: 1;
    border: 0;
    overflow: hidden
}

.submit-btn::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 101%;
    height: 101%;
    background: #301A22;
    z-index: 1;
    border-radius: 5px;
    transition: transform 0.5s;
    transition-timing-function: ease;
    transform-origin: 0 0;
    transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
    transform: scaleX(0);
    border-radius: 0px
}

.submit-btn:hover {
    color: #fff !important
}

.submit-btn:hover::before {
    transform: scaleX(1);
    z-index: -1
}

.submit-btn i {
    font-size: 20px;
    margin-right: 10px;
    color: #fff;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.btn_1 {
    background-color: #0063af;
    border: 1px solid #0063af;
    color: #fff !important;
    display: inline-block;
    padding: 16px 41px;
    text-transform: capitalize;
    line-height: 16px;
    margin-top: 32px;
    font-size: 13px
}

.btn_1:hover {
    background-color: #fff;
    border: 1px solid #0063af;
    color: #0063af !important
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none
}

.boxed-btn {
    background: #fff;
    color: #0063af !important;
    display: inline-block;
    padding: 18px 44px;
    font-family: "Lora", serif;
    font-size: 14px;
    font-weight: 400;
    border: 0;
    border: 1px solid #0063af;
    letter-spacing: 1px;
    text-align: center;
    color: #0063af;
    text-transform: uppercase;
    cursor: pointer
}

.boxed-btn:hover {
    background: #0063af;
    color: #fff !important;
    border: 1px solid #0063af
}

.boxed-btn:focus {
    outline: none
}

.boxed-btn2 {
    padding: 4px 20px !important
}

.loan-btn {
    padding: 28px 36px
}

.header-area .header-top {
    background: #0063af;
    padding: 8px 210px
}
/*menu*/
.navbar-toggler-icon{
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%230e6db7' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
#main_nav .dropdown .dropdown-menu{
    width: 100%;
}
#main_nav .nav-link, #main_nav .dropdown-menu .dropdown-item{
    padding: 1rem;
}
#main_nav .dropdown-menu .dropdown-menu{
    margin-left: auto;
    padding-left: 1.5rem;
    padding-right: 1rem;
    width: 98%;
    margin-right: 0;
}
.menu_box{
    overflow: auto;
/*    height: 100vh;*/
}
.navbar-toggler:focus{
    box-shadow: none;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .header-area .header-top {
        padding: 8px 50px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-area .header-top {
        padding: 8px 50px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .header-top {
        padding: 17px 20px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-area .header-top {
        padding: 17px 20px
    }
}

.header-area .header-top .header-info-left ul li {
    color: #fff;
    display: inline-block;
    margin-right: 15px;
    font-size: 14px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    padding-right: 15px
}

.header-area .header-top .header-info-left ul li:last-child {
    margin-right: 0px;
    padding-right: 0;
    border-right: 0
}

.header-area .header-top .header-info-left ul li i {
    margin-right: 12px;
    color: #fff
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-area .header-top .header-info-left ul li {
        margin-right: 10px;
        font-size: 13px
    }
}

.header-area .header-top .header-info-right .header-social li {
    display: inline-block
}

.header-area .header-top .header-info-right .header-social li a {
    color: #fff;
    font-size: 16px;
    padding-left: 19px
}

.header-area .header-top .header-info-right .header-social li a i {
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg)
}

.header-area .header-top .header-info-right .header-social li a:hover i {
    color: #fff;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg)
}

.header-area .header-bottom {
    padding: 0px 210px;
    padding-bottom:0!important;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .header-area {
        padding: 10px 0;
    }
    .header-area .header-bottom {
        padding: 0px 50px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-area .header-bottom {
        padding: 0
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .header-bottom {
        padding: 15px 20px;
        padding:0!important;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-area .header-bottom {
        padding: 15px 20px;
        padding:0!important;
    }
}

@media (max-width: 575px) {
    .header-area .header-bottom {
        padding: 15px 0px
    }
    .header-bottom.header-sticky{
        padding:0!important;
    }
}

.main-header .main-menu ul>li {
    display: inline-block;
    position: relative;
    z-index: 1;
    margin: 0px 14px
}

.main-header .main-menu ul>li:last-child {
    margin: 0
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-header .main-menu ul>li {
        margin: 0px 12px
    }
}

.main-header .main-menu ul>li a {
    font-family: "Montserrat", sans-serif;
    color: #301A22;
    font-weight: 500;
    padding: 23px 7px;
    display: block;
    font-size: 15px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    text-transform: capitalize;
    position: relative
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-header .main-menu ul>li a {
        font-size: 18px
    }
}

.main-header .main-menu ul>li:hover>a {
    color: #0063af
}

.main-header .main-menu ul ul.submenu {
    position: absolute;
    width: 170px;
    background: #fff;
    left: 0;
    top: 120%;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
    padding: 17px 0;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.main-header .main-menu ul ul.submenu>li {
    margin-left: 7px;
    display: block
}

.main-header .main-menu ul ul.submenu>li:last-child {
    margin: 0px 8px
}

.main-header .main-menu ul ul.submenu>li>a {
    padding: 6px 10px !important;
    font-size: 15px;
    color: #1D2547;
    /*font-weight: 700;*/
    text-transform: capitalize
}

.main-header .main-menu ul ul.submenu>li>a::after {
    position: unset
}

.main-header .main-menu ul ul.submenu>li>a:hover {
    color: #0063af;
    background: none
}

.main-header .logo {
    float: left
}
.main-header .logo_fixed {
    position: fixed;
    width: 100%;
    max-width: 180px;
    right: 0;
    padding: 6px;
}

.main-header ul>li:hover>ul.submenu {
    visibility: visible;
    opacity: 1;
    /*top: 100%*/
}

.header-area .header-sticky.sticky-bar, header.header-sticky.sticky-bar {
    background: #fff
}
.slideshow-section{
    position: relative;
}
.main-bg{
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 167, 147, 1)), color-stop(50%, rgba(6, 119, 175, 1)), to(rgba(8, 108, 183, 1)));
    background: -o-linear-gradient(left, rgba(0, 167, 147, 1) 0%, rgba(6, 119, 175, 1) 50%, rgba(8, 108, 183, 1) 100%);
    background: linear-gradient(90deg, rgba(0, 167, 147, 1) 0%, rgba(6, 119, 175, 1) 50%, rgba(8, 108, 183, 1) 100%);
}
.product-bg{
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 167, 147, 1)), color-stop(50%, rgba(6, 119, 175, 1)), to(rgba(8, 108, 183, 1)));
    background: -o-linear-gradient(left, rgba(0, 167, 147, 1) 0%, rgba(6, 119, 175, 1) 50%, rgba(8, 108, 183, 1) 100%);
    background: linear-gradient(90deg, rgba(0, 167, 147, 1) 0%, rgba(6, 119, 175, 1) 50%, rgba(8, 108, 183, 1) 100%);
    padding: 15px 0;
}
.header-active .owl-item > div {
    height: 600px;
    position: relative;
    height: calc(100vh - 20px);
}
.owl-carousel.header-active{
    z-index: initial;
}
.pace .pace-progress {
    background: #00a68d;
}
.bg-slider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffffbf;
}
.bg-slider img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
    /*opacity: 0.8;*/
}
.text-slider * {
    width: 50%;
}
.text-slider {
    position: relative;
    max-width: 1120px;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}
.text-slider-title {
    color: #096cb6;
    letter-spacing: 1.5px;
    font-size: 42px;
    margin-bottom: 1.5rem;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
    font-weight: 600;
}
.text-slider-product-title {
    color: #fff;
    letter-spacing: 1.5px;
    font-size: 42px;
    margin-bottom: 1.5rem;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
    font-weight: 600;
    text-align: center;
    width: 100%;
}
.text-slider-product-title sup{
    color: #fff;
}
.text-slider-description {
    color: #fff;
    letter-spacing: 0.5px;
    margin-bottom: unset;
    font-size: 16px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, .6);
    font-weight: 370;
}
.why_us{
    margin-bottom: 20px;
}
.why_us img{
    width: 100%;
    max-width: 160px;
    margin: 0 auto;
    display: block;
}
.why_us h5{
    text-align: center;
    padding: 8px 0;
    font-size: 1.1rem;
}
.light_option{
    position: relative;
    margin-bottom: 20px;
}
.light_option img{
    width: 100%;
    margin: 0 auto;
    display: block;
}
.light_option .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.light_option:hover .overlay{
  opacity: 1;
  cursor: pointer;
}
.mirrorlayout_listing{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
.mcolor_option {
    position: relative;
    flex-wrap: wrap;
    /* align-content: flex-start; */
    display: inline-block;
    border: 0;
    padding: 0;
    margin: 0;
    float: left;
    /* visibility: hidden;*/
    margin-bottom: 20px;
}
.mcolor_option .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.mcolor_option:hover .overlay{
  opacity: 1;
}
.mcolor_option img{
    width: 100%;
    margin: 0 auto;
    display: block;
}
.milestone-year-box .milestone-year-item:nth-of-type(1) .milestone-dots{
   background-color: #045d8d;
}

.milestone-year-box .milestone-year-item:nth-of-type(2) .milestone-dots{
   background-color: #0977b2;
}

.milestone-year-box .milestone-year-item:nth-of-type(3) .milestone-dots{
   background-color: #0b82ad;
}

.milestone-year-box .milestone-year-item:nth-of-type(4) .milestone-dots{
   background-color: #0e8ba9;
}

.milestone-year-box .milestone-year-item:nth-of-type(5) .milestone-dots{
   background-color: #1195a4;
}

.milestone-year-box .milestone-year-item:nth-of-type(6) .milestone-dots{
   background-color: #0f9fa0;
}

.milestone-year-box .milestone-year-item:nth-of-type(7) .milestone-dots{
   background-color: #13ab9c;
}

.milestone-year-box .milestone-year-item:nth-of-type(8) .milestone-dots{
   background-color: #12b596;
}
.milestone-year-box .milestone-year-item:nth-of-type(9) .milestone-dots{
   background-color: #11b596;
}

.milestone-year-box .milestone-year-item:nth-of-type(10) .milestone-dots{
   background-color: #10b596;
}
.milestone-year-box .milestone-year-item .milestone-dots.active{
   background-color: #818284;
}
.milestone-year-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    /*margin-top: 5rem;*/
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}
.milestone-year {
    color: #787878;
    font-size: 18px;
    margin-bottom: 28px;
    font-weight: 600;
}
.milestone-dots {
    height: 15px;
    width: 15px;
    display: block;
    margin: auto;
    border-radius: 50%;
    position: relative;
    z-index: 2;
}
.milestone-year-box:after {
    content: "";
    position: absolute;
    background-color: #a6a6a6;
    width: calc(100% - 30px);
    height: 1px;
    bottom: 7px;
}
.carousel-milestone-year {
    color: #096cb6;
    font-weight: 400;
}
.milestones-active {
    margin-top: 4rem;
}
.carousel-milestone-description {
    letter-spacing: 0.5px;
}
div#carouselExampleIndicators {
    overflow: hidden;
}
.collection-top{
    margin-top:60px;
}
.collection-info__icon i,
.collection-info__icon span {
    font-size: 20px;
    color: #ffffff;
    height: 40px;
    width: 40px;
    background: #0063af;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
}
a.collection-info__icon {
    position: absolute;
    left: 25%;
    top: 45%;

}
a.collection-info__icon.cii2{
    left: 52%;
    top: 13%;
}
a.collection-info__icon:hover .info_details {
    visibility: visible;
    opacity: 1;
}
a.collection-info__icon.liroom{
    left: 52%;
    top: 48%;
}
a.collection-info__icon.liroom2{
    left: 75%;
    top: 36%;
}
a.collection-info__icon.diningroom{
    left: 38%;
    top: 48%;
}
a.collection-info__icon.bathroom{
    left: 38%;
    top: 45%;
}
a.collection-info__icon.cominfo{
    left: 38%;
    top: 45%;
}
.award_cert img{
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    display: block;
}
.frame_option{
    position: relative;
}
.frame_option img{
    width: 100%;
    display: block;
}
.floyer_block{

}
.floyer_block .sli_3{
    overflow: hidden;
    height: 100%;
}
.floyer_block .support-location-img img{
    display: block;
    width: 100%;
    height: 261px;
    object-fit: cover;
}
.floyer_block .support-location-img.sli_3 img{
    object-fit: cover;
    height: 546px;
}

.grid_box{
    margin: -10px;
}    
    .grid .grid-item{
        border: 10px solid #f3f3f3;
        overflow: hidden;
    }
    .grid-item-height{
        height: 546px;
    }
    .grid-item-height-half{
        height: 273px;
    }
    .grid-sizer,.grid-item{
        width: 25%;
    }
    .grid-item-text{
        width: 50%;
    }
    .grid-item img{
        width: 100%;
        display: block;
    }
    .grid-item a:hover img{
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        transform: scale(1.2);
    }
    .grid-item.grid-item-height img, .grid-item.grid-item-height-half img{
        height: 100%;
        object-fit: cover;
    }
    @media (max-width: 991px){
        .grid-sizer,.grid-item{
            width: 100%;
        }
    }
.collection_paragraph{
    margin-bottom: 82px;
}
.info_details2, .info_details{
    position: absolute;
    width: 235px;
    left: 0;
    top: 0;
    margin-left: 45px;
    padding: 15px;
    background: rgba(255,255,255, .5);
    color: #000;
    font-size: 14px;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
}
.info_details b {
    color: #000;
}
.service_content{
    margin-bottom: 5%;
}
ul.projectr_cat{
    margin: 0 -15px;
}
ul.projectr_cat li{
    width: 33.33%;
    float: left;
    padding: 15px;
}
ul.projectr_cat li .projectr_item{
    position: relative;
}
ul.projectr_cat li .projectr_item img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
    /*padding-top: 100%;*/
}
ul.projectr_cat li .projectr_item .cat_box {
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 50;
    height: auto;
    max-height: 0;
    overflow: hidden;
    transition: all 1s ease-out;
}
ul.projectr_cat li:hover .projectr_item .cat_box {
    max-height: 50%;
    transition: all 1.5s ease-out;
}
ul.projectr_cat li .projectr_item .cat_box .cat_box_wrapper {
    padding: 10px;
}
ul.projectr_cat li .projectr_item .cat_box .cat_box_wrapper .cat_title {
    color: #1864af;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .05em;
    line-height: 1.2;
    font-size: 16px;
}
ul.projectr_cat li .projectr_item .cat_box .cat_box_wrapper .cat_location {
    font-size: 12px;
    color: #000;
}
.qoute-form .imgradio {
    display: block;
    width: 100%;
    height: auto;
}
.qoute-form .imgradio>div {
    float: left;
    width: 16.66666667%;
    padding: 4px 13px;
}
.qoute-form .imgradio.qoute-layout>div, .qoute-form .imgradio.qoute-mounting>div, .qoute-form .imgradio.qoute-mirror>div {
    width: 33%;
}
.qoute-form .imgradio input[type="radio"], .qoute-form .imagepicker .ip-img-list input[type="radio"], .qoute-form .imgradio input[type="checkbox"] {
    position: absolute;
    visibility: hidden;
}
.qoute-form .imgradio label {
    border: 1px solid #dadada;
    padding: 5px;
    height: auto;
    cursor: pointer;
    background-color: #f4f4f4;
    box-sizing: border-box;
    font-family: 'Nunito Sans', sans-serif;
    width: 100%;
    font-weight: normal;
    text-align: center;
    position: relative;
}
.qoute-form .imgradio.qoute-mirror label {
    min-height: 175px;
}
.qoute-form .imgradio.qoute-mirror label img {
    width: 100%;
}
.qoute-form .imgradio.qoute-mirror2 label {
    min-height: 175px;
}
.qoute-form .imgradio.qoute-mirror2 label img {
    width: 100%;
}
.qoute-form .imgradio.qoute-mirror2>div {
width: 100%;
}
.qoute-form .imgradio label:hover, .qoute-form .imgradio input[type="radio"]:checked+label, .qoute-form .imgradio input[type="checkbox"]:checked+label, .qoute-form .imagepicker .ip-img-list label:hover, .qoute-form .imagepicker .ip-img-list input[type="radio"]:checked+label {
    outline: 5px solid #1864af;
}

.qoute-form .imgradio-shape-type .imgradio-container{
    float: left;
    width: 20%;
    padding: 4px 13px;
}
h2.blog-head {
    font-weight: bold;
    padding-bottom: 20px;
}
.product_color ul{
    display: flex;
    flex-wrap: wrap;
    margin-left: -2%;
    list-style: none;

}
.product_color ul li{
    width: 18%;
    margin-left: 2%;
    margin-top: 30px;
    font-size: 14px;
    position: relative;
    cursor: pointer;
}
.product_color ul li img {
    width: 100%;
    display: block;
}
.selection_door ul{
    display: flex;
    flex-wrap: wrap;
    margin-left: -2%;
    list-style: none;

}
.selection_door ul li{
    width: 31.333%;
    margin-left: 2%;
    margin-top: 2%;
    font-size: 14px;
    position: relative;
    cursor: pointer;
}
.selection_door ul li img {
    width: 100%;
    display: block;
}
.external_hover {
    display: none;
}
.door_option {
    position: relative;
    flex-wrap: wrap;
    /* align-content: flex-start; */
    display: inline-block;
    border: 0;
    padding: 0;
    margin: 0;
    float: left;
    /* visibility: hidden;*/ 
/*    margin-bottom: 20px;*/
}
.door_option .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.door_option:hover .overlay, .door_option:hover .detail_hoverbox_link {
  opacity: 1;
}
.door_option img{
    width: 100%;
    margin: 0 auto;
    display: block;
}
.detail_hoverbox {
    position: absolute;
    width: 100%;
    top: 0;
    /* text-align: right; */
    padding: 0px;
    height: 100%;
}
.detail_hoverbox_link{
    position: absolute;
    width: 60px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 8;
    opacity: 0;
}
/*ul.detail_hoverbox li {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.external_hover {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    float: right;
    margin: 5px 5px;
    width: 50%; 
    opacity: 0;
}*/
/*ul.detail_hoverbox li a:hover .external_hover {
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.external_fancy {
    float: right;
    margin-right: 0px;
    border: 2px solid #ffffff;
    color: #ffffff;
    padding: 10px 12px;
    margin: 5px 0px;
}*/

ul.safety_cert{
    display: flex;
    flex-wrap: wrap;
    /*margin-left: -2%;*/
    list-style: none;
}
ul.safety_cert li {
    float: left;
    width: 16.666%;
    padding: 4px 13px;
}
ul.safety_cert li img {
    width: 100%;
    display: block;
    height: 200px;
    object-fit: contain;
}
/*.product_color ul li:hover img {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    transform: scale(1.2);
}*/
.product_color_name {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
    color: #fff;
    font-size: 1rem;
    text-align: center;
}
.product_color_name_white {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*font-weight: bold;*/
    color: #fff;
}
.glassure_name {
    color: #fff;
    font-size: 1rem;
    border: 1px solid #fff;
    position: absolute;
    bottom: 15px;
    left: 15px;
    padding: 5px 10px;
    text-align: left;
}
.product_tempered_service{
    margin-bottom: 20px;
    position: relative;
}
.product_tempered_service img{
    width: 100%;
    display: block;
}
.product_title_middle {
    display: block;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 22px;
    text-align: center;
    color: #0063af;
    padding: 15px 0;
    font-size: 1.75rem;
}
.shoscreen_option_wrapper{
    padding-bottom: 60px;
}
.shoscreen_option_title p{
    color: #6A6063;
    font-weight: bold;
    font-size: calc(1.3rem + .6vw);
}
ol.shoscreen_option li {
    list-style: decimal;
    color: #0063af;
    font-size: 1.75rem;
}
ul.shoscreen_option li {
    color: #0063af;
    font-size: 1.75rem;
}
.shoscreen_option_wrapper .more_option {
    color: #0063af;
    font-size: 1.75rem;
}
.ol.shoscreen_option li{

}
ul.door_system{
    display: flex;
    flex-wrap: wrap;
    margin-left: -2%;
    list-style: none;
}
ul.door_system li{
    width: 18%;
    margin-left: 2%;
    /*margin-top: 30px;*/
    font-size: 14px;
    position: relative;
    cursor: pointer;
    list-style: none;
}
ul.door_system li img {
    width: 100%;
    display: block;
}
ul.door_system_frame{
    display: flex;
    flex-wrap: wrap;
    margin-left: -2%;
    list-style: none;
}
ul.door_system_frame li{
    width: 48%;
    margin-left: 2%;
    /*margin-top: 30px;*/
    font-size: 14px;
    position: relative;
    cursor: pointer;
    list-style: none;
}
ul.door_system_frame li .label_radio_border > div{
        height: 100%;
}
ul.door_system_frame li img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: scale-down;
    background: #fff;
}
ul.hinges_system_frame {
    display: flex;
    flex-wrap: wrap;
    margin-left: -2%;
    list-style: none;
}
ul.hinges_system_frame li {
    width: 31.333%;
    margin-left: 2%;
    /*margin-top: 30px;*/
    font-size: 14px;
    position: relative;
    cursor: pointer;
    list-style: none;
}
ul.hinges_system_frame li img {
    width: 100%;
    display: block;
}
ul.add_function{
    display: flex;
    flex-wrap: wrap;
    margin-left: -2%;
    list-style: none;
}
ul.add_function li{
    width: 18%;
    margin-left: 2%;
    /*margin-top: 30px;*/
    font-size: 14px;
    position: relative;
    cursor: pointer;
    list-style: none;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
}
ul.add_function li:hover {
    box-shadow: 0px 8px 8px 0px rgba(0, 166, 141, 0.08)
}
.add_function_cover{
    color: #fff;
    padding: 60px 10px;
    background: #6A6063;
    position: relative;
    font-size: 1.2rem;
}
ul.add_function .label_radio_border:hover .add_function_cover {
    color: #fff;
    background: transparent;
}
ul.add_function .label_radio_border .add_function_cover::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00a68d;
    z-index: 1;
    border-radius: 0px;
    transition: transform 0.5s;
    transition-timing-function: ease;
    transform-origin: 0 0;
    transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
    transform: scaleX(0);
    border-radius: 0px;
}
ul.add_function .label_radio_border:hover .add_function_cover::before {
    transform: scaleX(1);
    z-index: -1;
}
ul.add_function .radio_hide:checked + .home_product_column_content{
    border: 2px solid #0063af;
}
.add_function_content{
    color: #6A6063;
    font-weight: 400;
    margin-top: 8px;
    font-size: 1rem;
}
.more_option a {
    color: #0063af;
    font-size: 18px;
    text-decoration: underline;
}
.home_product_column_sub {
    width: 100%;
    position: relative;
    flex-wrap: wrap;
    /* align-content: flex-start; */
    display: inline-block;
    border: 0;
    padding: 0;
    margin: 0;
    float: left;
    /* visibility: hidden; */
    cursor: pointer;
}
.home_product_column_sub .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.home_product_column_sub:hover .overlay {
  opacity: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .header-sticky.sticky-bar, header.header-sticky.sticky-bar {
        padding: 15px 0px;
        padding: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-area .header-sticky.sticky-bar, header.header-area .header-sticky.sticky-bar {
        padding: 15px 20px;
        padding: 0;
    }
}

@media (max-width: 575px) {
    .header-area .header-sticky.sticky-bar, header.header-area .header-sticky.sticky-bar {
        padding: 15px 0px;
        padding: 0;
    }
}

.mobile_menu {
/*    position: absolute;*/
    right: 0px;
    width: 100%;
    z-index: 99
}

.header-btn {
    font-family: "Montserrat", sans-serif;
    border: none;
    padding: 10px 31px !important;
    text-transform: capitalize !important;
    cursor: pointer;
    color: #fff !important;
    display: inline-block !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    background: #0063af;
    border-radius: 30px
}

.header-btn:hover {
    color: #f2f2f2 !important
}

/* Services Milestone */

.mobile_only{
    display: none;
}
.desktop_only{
    display: block
}

.events_mid
{
    width: 100%;
    margin: 0 auto;
}
.events_mid_1
{
    width: 20%;
    height: 100%;
    position: relative;
    float: left;
}

.events_mid_1_top
{
    border-bottom:2px solid #b0b0b0;
    position:relative;
}
.events_mid_1_bottom, .events_mid_1_top
{
    width:100%;
    height:145px;
    position: relative;
}

.events_mid_1_bottom, .events_mid_4_bottom {
    padding-top: 28px;
}

.events_mid_1_block
{
    width:50%;
    position:absolute;
    background-color:#f3f3f3;
    left: 0;
    bottom: -2px;
    height: 30px;
    border-right:2px solid #b0b0b0;
}

.events_mid_1_top_img, .events_mid_2_bottom_img
{
    width: 60%;
    margin: 0 auto;
}
.cs_title h2 {
    margin: 0;
    text-align: center;
    color: #ed1c24;
    margin-bottom: 8%;
}
.cs_title2 h2 {
    margin: 0;
    /* text-align: center; */
    color: #ed1c24;
    margin-bottom: 2%;
    
    font-size:100%;
}
.events_mid_1_top_img img, .events_mid_2_bottom_img img
{
    width:100%;
    display: block;
}
.events_mid_2_bottom_img
{
    padding-top: 60px;
}

.events_mid_1_top_text
{   
    text-align:center;
}
.events_mid_1_top_text p , .events_mid_2_bottom_text p
{
    font-size: 14px;
    margin: 0;
    line-height: 1.4;
}
.events_mid_1_top_text h2 , .events_mid_2_bottom_text h2
{
    margin: 6px 0;
    margin-top: 10px;
}

.events_mid_2
{
    width:16%;
    height:100%;
    position:relative;
    float:left;
}
.events_mid_2_top
{
    width:100%;
    height:250px;
    border-bottom:2px solid;
}
.events_mid_2_bottom
{
    width:100%;
    position:relative;
    height:250px;
}
.events_mid_2_block
{
    width:50%;
    position:absolute;
    /*background-color:#f3f3f3;*/
    left: 0;
    top: 0;
    height: 30px;
    border-right:2px solid #b0b0b0;
}
.events_mid_2_block1
{
    width:0%;
    position:unset;
    background-color:unset;
    left: unset;
    top: unset;
    height: unset;
    border-right:unset; 
}

.events_mid_2_bottom_text
{
    width: 100%;
    text-align: center;
}
/*.events_mid_2_bottom_text p
{
    font-size:10px;
}*/
.events_mid_3
{
    width:16%;
    height:100%;
    position:relative;
    margin-left:0%;
    float:left;
}
.events_mid_3_top
{
    width:100%;
    border-bottom:2px solid;
    position:relative;
    height:250px;
}
.events_mid_3_block
{
    width:50%;
    position:absolute;
    /*background-color:#202020;*/
    left: 0;
    bottom: 0px;
    height: 28px;
    border-right:2px solid #b0b0b0;
}
.events_mid_3_top_img
{
    width:100%;
}
.events_mid_3_top_img img
{
    width:60%;
}
.events_mid_3_top_text
{
    width:65%;
    text-align:center;
}
.events_mid_3_top_text p
{
    font-size:10px;
}
.events_mid_3_bottom
{
    width:100%;
    height:250px;
}
.events_mid_4
{
    width:16%;
    height:100%;
    position:relative;
    float:left;
}
.events_mid_4_top
{
    width:100%;
    height:250px;
    border-bottom:2px solid;
}
.events_mid_4_bottom
{
    width:100%;
    position:relative;
    height:250px;
}
.events_mid_4_block
{
    width:50%;
    position:absolute;
    /*background-color:#202020;*/
    left: 0;
    top: 0;
    height: 30px;
    border-right:2px solid;
}
.events_mid_1_top_numbering {
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 167, 147, 1)), color-stop(50%, rgba(6, 119, 175, 1)), to(rgba(8, 108, 183, 1)));
    background: -o-linear-gradient(left, rgba(0, 167, 147, 1) 0%, rgba(6, 119, 175, 1) 50%, rgba(8, 108, 183, 1) 100%);
    background: linear-gradient(90deg, rgba(0, 167, 147, 1) 0%, rgba(6, 119, 175, 1) 50%, rgba(8, 108, 183, 1) 100%);
    height: 50px;
    width: 50px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    line-height: 48px;
    /*border: 2px solid transparent;*/
    margin: 0 auto;
    display: block;
}
.events_mid_4_bottom_img
{
    width:100%;
    padding-top:60px;
}
.events_mid_4_bottom_img img
{
    width:60%;
}
.events_mid_4_bottom_text
{
    width:65%;
    text-align:center;
}
.events_mid_4_bottom_text p
{
    font-size:10px;
}
.events_mid_5
{
    width:16%;
    height:100%;
    position:relative;
    margin-left:0%;
    float:left;
}
.events_mid_5_top
{
    width:100%;
    border-bottom:2px solid;
    position:relative;
    height:250px;
}
.events_mid_5_block 
{
    width: 50%;
    position: absolute;
    background-color: #f3f3f3;
    right: 0;
    bottom: -2px;
    height: 30px;
    border-left: 2px solid #878787;
}
.events_mid_6_block 
{
    width: 50%;
    position: absolute;
    /*background-color: #202020;*/
    right: 0;
    bottom: -2px;
    height: 30px;
    border-left: 2px solid;
}
.events_mid_5_top_img
{
    width:100%;
}
.events_mid_5_top_img img
{
    width:60%;

}
.events_mid_5_top_text
{
    width:65%;
    text-align:center;

}
.events_mid_5_top_text p
{
    font-size:10px;
}
.events_mid_5_bottom
{
    width:100%;
    height:250px;
}
.parallax-window {
    min-height: 400px;
    background: transparent;
}
.para_title{
    font-size: 28px;
    font-weight: 600;
    color: #666667;
}
.para_t_box
{
    padding: 30px;
}
.para_1_half,.para_2_half{
    display: inline-block;
    width: 50%;
    margin: 30px 0;
}
.para_title{
    display: block;
    width: 100%;
    text-align: center;
    padding: 15px 0;
}
.para_content {
    margin-top: 30px;
        color: #000;
}
.para_content ul{
    list-style: none;
    display: block;
    width: 100%;
}
.para_content ul li{
    width: 49%;
    display: block;
    height: 110px;
    float: left;
    border-top: 2px solid #ddd0 !important;
    border: 0 !important;
} 
.para_li_right.border_vertical{
    border-left: 2px solid #9c9ba0;
    border-top:0;
}
.para_li_right.border{
    border-top: 2px solid #9c9ba0 !important;
    border-left: 2px solid #9c9ba0 !important;
}
.para_li_left.border{
    border-right: 2px solid #9c9ba0 !important;
    border-top: 2px solid #9c9ba0 !important;
}
.para_li_left.border .p_l_r_box{
        text-align: right;
}
.para_li_right.border .para_li_content{
        margin-left: 20px;;
}
.para_li_left.border .para_li_content{
        margin-right: 20px;
}
.eventPage .p_l_r_b_title{
    margin-top:0;
}
.mobile_only .para_li_content{
    color:#fff
}
.p_l_r_box{
    margin-top: -2px;
    border-top: 2px solid #d3d2d7 !important;
    padding: 0 10px;
}
.p_l_r_b_title{
    font-weight: bold;
    font-size: 100%;
    display: block;
    margin-top: -17px;
    line-height: 25px;
}
.p_l_r_b_content{
    display: block;
    margin-top: 10px;
    line-height: 12px;
    
    font-size:100%;
}
.para_view_more{
    text-align: center;
    padding: 8px;
    font-size: 17px;
    margin-top: 5px;
}
.para_view_more a{
    text-decoration: none;
    color: #000000;
}
.plb_date ,.plb_booth {
    display: block;
}

@media (max-width: 991px) {
    .para_li_left.border{
            width: calc(49% + 2px);
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-btn:hover {
        background: #0063af !important
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-btn:hover {
        background: #0063af !important
    }
}

@media (max-width: 575px) {
    .header-btn:hover {
        background: #0063af !important
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-right-btn {
        float: left;
        margin-left: 0
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-right-btn {
        float: left;
        margin-left: 0
    }
}

@media (max-width: 575px) {
    .header-right-btn {
        float: left;
        margin-left: 0
    }
}

.nav-link {
    color: #000;
}
.nav-link:focus, .nav-link:hover, .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #0063af;
}
.dropdown-item:active a, .dropdown-item:hover a{
    color: #0063af !important;
}
.dropdown-item.active, .dropdown-item:active {
    color: #0063af;
    text-decoration: none;
    background-color: transparent;
}

.dropdown-toggle::after, .dropdown .dropdown-toggle-submenu::after{
    margin: 0;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    position: absolute;
    top: 50%;
    transform: translate(80%, -25%);
}
.dropdown-toggle::after, .dropdown .dropdown-toggle-submenu::after {
    margin: 0;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    position: absolute;
    top: 50%;
    transform: translate(80%, -25%);
    right: 8%;
}
.box-stick {
    /* Adjust timing as needed */
/*    transition: all 0.3s ease; */
/*    opacity: 0;*/
}
.box-stick.sticky{
/*    opacity: 1;*/
    display: flex;
    align-items: center;
}
.box-stick.sticky .box-stick-center{
    width: 100%;
    display: block;
    height: 80vh;
        margin-top: 2vh;
}
/*.box-add-height{
    height: calc(83vh);
    object-fit: cover;
}
.box-add-height-c{
    height: calc(100vh - 120px);
    object-fit: contain;
}*/
.box-cover-69{
    object-fit: contain;
    height: 69vh;
}
.flex-center-align{
    justify-content: center;
    align-items: center;
    display: flex;
}

.box-stick2.sticky{
    height: calc(100vh - 60px);
    margin: auto 0 0;
}
.box-stick.sticky .height_rm_tp{
    height: calc(100vh - 80px);
    margin-top: 0;
}
/* ============ desktop view ============ */
@media all and (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
        font-size: 1vw;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
        font-size: 0.95rem;
        height: 100%;
        display: flex;
        align-items: center;
        text-align: center;
        white-space: break-spaces;
    }
    .dropdown-item {
        font-size: 0.95rem;
/*        font-size: 1vw;*/
        padding: 0.5em 2em;
    }
    .dropdown-menu li{ position: relative;  }
    .nav-item .submenu{ 
        display: none;
        position: absolute;
        left:100%; top:-7px;
    }
    .nav-item .submenu-left{ 
        right:100%; left:auto;
    }
    .dropdown-menu > li:hover{ background-color: #f1f1f1 }
    .dropdown-menu > li:hover > .submenu{ display: block; }
}   
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {
  .dropdown-menu .dropdown-menu{
      margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
  }
}   
/* ============ small devices .end// ============ */

#navigation {
    display: flex;
    align-items: center
}

.slider-height {
    min-height: 800px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-height {
        min-height: 680px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-height {
        min-height: 600px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-height {
        min-height: 600px
    }
}

@media (max-width: 575px) {
    .slider-height {
        min-height: 450px
    }
}

.slider-height2 {
    height: 350px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-height2 {
        height: 350px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-height2 {
        height: 250px
    }
}

@media (max-width: 575px) {
    .slider-height2 {
        height: 250px
    }
}

.slider-bg1 {
    background-image: url(../Images/slide-1.jpg)
}

.slider-bg2 {
    background-image: url(../Images/slide-2.jpg)
}

.slider-bg3 {
    background-image: url(../Images/slide-3.jpg)
}

.slider-bg4 {
    background-image: url(../img/hero/h2_hero1.jpg)
}

.slider-bg5 {
    background-image: url(../img/hero/h2_hero2.jpg)
}

.slider-area .hero-caption h1 {
    font-size: 70px;
    font-weight: 700;
    margin-bottom: 23px;
    color: #fff;
    line-height: 1.1
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-area .hero-caption h1 {
        font-size: 60px;
        line-height: 1.2
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-area .hero-caption h1 {
        font-size: 50px;
        line-height: 1.2
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-area .hero-caption h1 {
        font-size: 35px;
        line-height: 1.2
    }
}

@media (max-width: 575px) {
    .slider-area .hero-caption h1 {
        font-size: 35px;
        line-height: 1.2
    }
}

.slider-area .hero-caption span {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 300;
    margin-bottom: 39px;
    color: #fff;
    margin-bottom: 37px;
    text-transform: uppercase;
    display: inline-block
}

@media (max-width: 575px) {
    .slider-area .hero-caption span {
        margin-bottom: 30px
    }
}

.slider-area .hero-caption p {
    color: #fff;
    margin-bottom: 50px;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5;
    position: absolute;
    bottom: 0;
    margin-bottom: 14%;
    margin-left: 4%;
    width: 100%;
    max-width: 550px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-area .hero-caption p br {
        display: none
    }
}

@media (max-width: 575px) {
    .slider-area .hero-caption p br {
        display: none
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-area .hero-caption p {
        font-size: 18px;
        margin-bottom: 10%;
        margin-left: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-area .hero-caption p {
        margin-bottom: 43px;
        font-size: 21px
    }
}

@media (max-width: 991px) {
    .slider-area .hero-caption p {
        font-size: 3vw;
        width: 85%;
        margin: auto;
        bottom: 50%;
        text-align: center;
        transform: translate(0%, 50%);
        left: 0;
        right: 0;
    }
}

.slider-area .hero-caption.hero-caption2 h2 {
    color: #fff;
    font-size: 60px;
    display: block;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 10px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-area .hero-caption.hero-caption2 h2 {
        margin-bottom: 20px;
        font-size: 43px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-area .hero-caption.hero-caption2 h2 {
        margin-bottom: 20px
    }
}

@media (max-width: 575px) {
    .slider-area .hero-caption.hero-caption2 h2 {
        margin-bottom: 20px;
        font-size: 44px
    }
}

.slider-area .hero-caption.hero-caption2 p {
    margin-bottom: 0px;
    color: #fff;
    font-size: 18px;
    line-height: 1.6
}

@media (max-width: 575px) {
    .slider-area .hero-caption.hero-caption2 p {
        font-size: 18px
    }
}

.hero-overly {
    position: relative;
    z-index: 0
}

.hero-overly::before {
    position: absolute;
    content: "";
    width: 70%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    background-repeat: no-repeat
}

.hero-overly01 {
    position: relative;
    z-index: 0
}

.hero-overly01::before {
    position: absolute;
    content: "";
    width: 70%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    background-repeat: no-repeat
}
.position-absolute1 {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    position: absolute;
}
.menu_arrow_custom, .dropdown-toggle-submenu.menu_arrow_custom{
    position: absolute;
        right: 0%;
    top: 0%;
        margin-right: 6%;
}
.menu_box .dropdown-item, .menu_box .nav-link{
    width: 90%;
}
.menu_box .nav-link.no-nav-link{
    width: 100%;
}
.slick-slide .container {
    display: flex;
}
.dot-style .slick-dots {
    text-align: center;
    right: 27px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.dot-style .slick-dots li {
    display: block;
    margin-bottom: 3px
}

.dot-style .slick-dots li.slick-active button::before {
    position: absolute;
    content: "";
    height: 23px;
    width: 23px;
    border: 2px solid #fff;
    left: 49%;
    margin: 0 auto;
    text-align: center;
    top: 63%;
    transform: translateY(-48%) translateX(-48%);
    border-radius: 50%;
    line-height: 25px;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s
}

.dot-style .slick-dots button {
    text-indent: -100000px;
    height: 7px;
    width: 7px;
    border: 0;
    padding: 0;
    margin-right: 10px;
    cursor: pointer;
    border-radius: 50%;
    margin-bottom: 15px;
    background: #fff
}

.dot-style .slick-dots .slick-active button {
    background: #fff;
    position: relative;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s
}
.single-collection {
    position: relative;
    overflow: hidden;
}
.collection-icon img {
    width: 100%;
    display: block;
}
.single-collection:hover .collection-icon img{
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    transform: scale(1.2);
}
.collection-cap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.collection-cap h5 {
    color:#fff;
    /*font-weight: bold;*/
    text-shadow: 2px 2px 8px #000000;
    text-align: center;
}
.services-area1 .properties {
    margin: 0 12px
}

.services-area1 .properties .properties-card {
    border-radius: 10px;
    background: #fff;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s
}

.services-area1 .properties .properties-card:hover {
    box-shadow: 0px 8px 8px 0px rgba(0, 166, 141, 0.08)
}

.services-area1 .properties .properties-card .properties-img img {
    width: 100%;
    border-radius: 10px 10px 0 0;
    position: relative
}

.services-area1 .properties .wrap-wrapper {
    border: 1px solid #F1F4F8;
    border-radius: 0 0 10px 10px;
    border-top: 0
}

.services-area1 .properties .wrap-wrapper .properties-caption {
    padding: 30px 18px 8px 30px;
    height: 110px;
}

.services-area1 .properties .wrap-wrapper .properties-caption h3 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 18px;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s
}

.properties-caption h3 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.properties-entry, .properties-link {
    color: #000;
    line-height: 22px;
    font-size: 0.875rem;
}
.properties-entry i {
    margin-right: 8px;
}
.properties-link p {
    font-weight: bold;
    margin: 10px 0px 10px 0px;
    font-size: 0.75rem;
    border-bottom: 2px solid #000;
    width: 70px;
}

/*Home Products*/
.elementor *, .elementor :after, .elementor :before {
    box-sizing: border-box;
}
.elementor-section .elementor-container {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
.elementor-column.elementor-col-20, .elementor-column[data-col="20"] {
    width: 20%;
}
.elementor-widget-wrap {
    position: relative;
    width: 100%;
    flex-wrap: wrap;
    align-content: flex-start;
}
.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
    display: flex;
}
.elementor-element {
    --flex-direction: initial;
    --flex-wrap: initial;
    --justify-content: initial;
    --align-items: initial;
    --align-content: initial;
    --gap: initial;
    --flex-basis: initial;
    --flex-grow: initial;
    --flex-shrink: initial;
    --order: initial;
    --align-self: initial;
    flex-basis: var(--flex-basis);
    flex-grow: var(--flex-grow);
    flex-shrink: var(--flex-shrink);
    order: var(--order);
    align-self: var(--align-self);
}
.elementor-element:where(.e-con-full,.elementor-widget) {
    flex-direction: var(--flex-direction);
    flex-wrap: var(--flex-wrap);
    justify-content: var(--justify-content);
    align-items: var(--align-items);
    align-content: var(--align-content);
    gap: var(--gap);
}
.elementor-widget {
    position: relative;
}
.elementor-element, .elementor-lightbox {
    --swiper-theme-color: #000;
    --swiper-navigation-size: 44px;
    --swiper-pagination-bullet-size: 6px;
    --swiper-pagination-bullet-horizontal-gap: 6px;
}
.elementor-element {
    --widgets-spacing: 20px 20px;
}
.elementor-widget-wrap>.elementor-element {
    width: 100%;
}
.elementor-element .elementor-widget-container {
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform var(--e-transform-transition-duration, .4s);
}
.elementor-cta {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.elementor a {
    box-shadow: none;
    text-decoration: none;
}
.elementor-cta__bg-wrapper {
    z-index: 1;
    overflow: hidden;
}
.elementor-cta--skin-cover .elementor-cta__bg-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    border-radius: 0;
}
.elementor-cta__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    -webkit-transition: all 0.75s cubic-bezier(0.8, 0, 0.2, 1);
    -o-transition: all 0.75s cubic-bezier(0.8, 0, 0.2, 1);
    transition: all 0.75s cubic-bezier(0.8, 0, 0.2, 1);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1;
}
.elementor-17704 .elementor-element.elementor-element-5ecc04f .elementor-cta .elementor-cta__bg, .elementor-17704 .elementor-element.elementor-element-5ecc04f .elementor-cta .elementor-cta__bg-overlay {
    transition-duration: 300ms;
}
.elementor-cta__bg-overlay {
    z-index: 2;
}
.elementor-17704 .elementor-element.elementor-element-5ecc04f.elementor-widget-kitchor-banner:not(:hover) .elementor-cta__bg-overlay {
    background-color: #00000024;
}
.elementor-widget-kitchor-banner .elementor-cta__bg-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    left: 0;
}
.elementor-cta__content {
    z-index: 1;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    padding: 40px;
    width: 100%;
}
.elementor-cta__content, .elementor-cta__content-item {
    position: relative;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.elementor-widget-kitchor-banner.box-align-left .elementor-cta__content {
    text-align: left;
}
.elementor-cta__content {
    min-height: 560px;
    padding: 44px 44px 33px 37px;
    justify-content: flex-start;
}
.elementor-widget-kitchor-banner.elementor-cta--valign-top .elementor-cta__content {
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.elementor-cta--skin-cover .elementor-cta__content {
    min-height: 560px;
}
.elementor-widget-kitchor-banner.elementor-position-below .elementor-cta__content_inner {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.elementor-17704 .elementor-element.elementor-element-5ecc04f.button-position-bottom-yes .elementor-cta__content_inner {
    height: 100%;
}
.elementor-cta__content-item {
    margin-bottom: 15px;
    width: 100%;
}
.elementor-cta__content, .elementor-cta__content-item {
    position: relative;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.elementor-widget-kitchor-banner .elementor-cta__title {
    font-size: 32px;
    font-size: 2rem;
    position: relative;
    z-index: 1;
}
.elementor-widget-kitchor-banner.elementor-position-below .elementor-cta__content-item {
    order: 1;
}
.elementor-17704 .elementor-element.elementor-element-5ecc04f .elementor-cta__title {
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 28px;
    color: #FFFFFF;
}
.elementor-widget-kitchor-banner.elementor-position-below .elementor-cta__content-item.elementor-cta__title {
    order: 0;
}
.elementor-17704 .elementor-element.elementor-element-5ecc04f .elementor-content-item.elementor-cta__title {
    margin-bottom: 303px;
    padding: 0px 0px 0px 6px;
}
.elementor-widget-kitchor-banner .elementor-cta__description {
    font-size: 14px;
    font-size: 0.875rem;
    color: var(--e-global-color-text);
    background-repeat: no-repeat;
    background-position: top left;
}
.elementor-widget-kitchor-banner.description-effects-yes .elementor-cta__description {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.75s cubic-bezier(0.8, 0, 0.2, 1);
    -o-transition: all 0.75s cubic-bezier(0.8, 0, 0.2, 1);
    transition: all 0.75s cubic-bezier(0.8, 0, 0.2, 1);
    opacity: 0;
    transform: translateY(10px);
    margin-bottom: 0;
}
.elementor-17704 .elementor-element.elementor-element-5ecc04f .elementor-cta__description {
    font-size: 16px;
    line-height: 22px;
    color: #EDEDED;
}
.elementor-widget-kitchor-banner.box-align-left .elementor-cta__content .elementor-cta__description {
    background-position: top left;
}
.elementor-17704 .elementor-element.elementor-element-5ecc04f .elementor-content-item.elementor-cta__description {
    margin: 0px 0px 0px 0px;
}
.elementor-17704 .elementor-element.elementor-element-5ecc04f.description-effects-yes .elementor-content-item.elementor-cta__description {
    margin: 0;
}
.elementor-cta__content-item:last-child {
    margin-bottom: 0;
}
.elementor-17704 .elementor-element.elementor-element-5ecc04f.button-position-bottom-yes .elementor-cta__button-wrapper {
    margin-top: auto;
}
.elementor-button {
    display: inline-block;
    line-height: 1;
    background-color: #69727d;
    font-size: 15px;
    padding: 12px 24px;
    border-radius: 3px;
    color: #fff;
    fill: #fff;
    text-align: center;
    transition: all .3s;
}
.elementor-kit-7 button, .elementor-kit-7 input[type="button"], .elementor-kit-7 input[type="submit"], .elementor-kit-7 .elementor-button {
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 2em;
    letter-spacing: 1.1px;
    background-color: #857550;
    border-radius: 30px 30px 30px 30px;
    padding: 1.1em 3.5em 1.1em 3.5em;
}
.elementor-element .elementor-button {
    border-radius: 30px;
    background-color: var(--e-global-color-secondary);
    font-family: var(--e-global-typography-accent-font-family);
    font-weight: var(--e-global-typography-accent-font-weight);
    text-transform: var(--e-global-typography-accent-text-transform);
    font-style: var(--e-global-typography-accent-font-style);
    text-decoration: var(--e-global-typography-accent-text-decoration);
    line-height: var(--e-global-typography-accent-line-height);
    letter-spacing: var(--e-global-typography-accent-letter-spacing);
    font-size: 12px;
    font-size: 0.75rem;
    color: #fff;
    padding: 1.1em 3.5em;
}
.elementor-widget-kitchor-banner .elementor-button {
    display: inline-flex;
    align-items: center;
    padding: 6px 15px;
    border-radius: 30px;
    border: none;
    font-size: 14px;
    font-size: 0.875rem;
    font-family: var(--e-global-typography-primary-font-family);
    font-weight: var(--e-global-typography-primary-font-weight);
    text-transform: var(--e-global-typography-primary-text-transform);
    font-style: var(--e-global-typography-primary-font-style);
    text-decoration: var(--e-global-typography-primary-text-decoration);
    line-height: var(--e-global-typography-primary-line-height);
    letter-spacing: var(--e-global-typography-primary-letter-spacing);
    background-color: var(--e-global-color-accent);
    color: #fff;
    transition: all 0s ease;
}
.button-banner-style-kitchor-outline .elementor-button {
    padding: 0;
    border-radius: 0;
    background-color: transparent;
}
.elementor-17704 .elementor-element.elementor-element-5ecc04f .elementor-cta__button {
    font-size: 12px;
    text-transform: uppercase;
    line-height: 24px;
    letter-spacing: 1px;
    color: #FFFFFF;
}
.elementor-button-content-wrapper {
    display: flex;
    justify-content: center;
}
.elementor-button-text {
    flex-grow: 1;
    order: 10;
    display: inline-block;
}
.elementor-button span {
    text-decoration: inherit;
}



@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .services-area1 .properties .wrap-wrapper .properties-caption h3 {
        font-size: 16px
    }
}

.services-area1 .properties .wrap-wrapper .properties-caption h3 a:hover,
.services-area1 .properties .wrap-wrapper .properties-caption h3 .properties-card {
    color: #ff5757
}

.services-area1 .properties .wrap-wrapper .properties-caption P {
    color: #6A6063
}

.services-area1 .properties .wrap-wrapper .properties-caption P span {
    color: #0063af;
    font-size: 16px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .services-area1 .properties .wrap-wrapper .properties-caption P span {
        font-size: 12px
    }
}

.services-area1 .properties .wrap-wrapper .properties-footer {
    padding: 0px 30px 30px 30px;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s
}

@media (max-width: 575px) {
    .services-area1 .properties .wrap-wrapper .properties-footer {
        padding: 0px 10px 20px 12px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .services-area1 .properties .wrap-wrapper .properties-footer {
        padding: 0px 9px 20px 8px
    }
}

.services-area1 .properties .wrap-wrapper .properties-footer .class-day span {
    font-family: "Lora", serif;
    color: #0063af;
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .services-area1 .properties .wrap-wrapper .properties-footer .class-day span {
        font-size: 12px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .services-area1 .properties .wrap-wrapper .properties-footer .class-day span {
        font-size: 15px
    }
}

@media (max-width: 575px) {
    .services-area1 .properties .wrap-wrapper .properties-footer .class-day span {
        font-size: 15px
    }
}

.services-area1 .properties .wrap-wrapper .properties-footer .class-day p {
    margin: 0;
    font-size: 14px
}

.services-area1 .properties:hover .properties-card {
    box-shadow: 0px 8px 20px rgba(0, 166, 141, 0.15)
}

.services-area1 .properties:hover .properties-caption h3 {
    color: #0063af
}

.services1-active button.slick-arrow {
    position: absolute;
    border: 0;
    padding: 0;
    z-index: 2;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    left: auto;
    background: none
}

.services1-active button.slick-arrow i {
    font-size: 30px;
    color: rgba(32, 69, 112, 0.3);
    -webkit-transition: all .2s ease-out 0s;
    -moz-transition: all .2s ease-out 0s;
    -ms-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s
}

.services1-active button.slick-arrow i:hover {
    color: #0063af
}

.services1-active button.slick-prev {
    left: -40px
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .services1-active button.slick-prev {
        left: -10px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .services1-active button.slick-prev {
        left: -10px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .services1-active button.slick-prev {
        left: -10px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .services1-active button.slick-prev {
        left: -10px
    }
}

.services1-active button.slick-next {
    right: -40px
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .services1-active button.slick-next {
        right: -10px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .services1-active button.slick-next {
        right: -10px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .services1-active button.slick-next {
        right: -10px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .services1-active button.slick-next {
        right: -10px
    }
}

.our-services {
    z-index: 0
}

.our-services .single-services {
    background-color: #fff
}

.our-services .single-services .services-icon img {
    text-align: center;
    margin-bottom: 35px
}

.our-services .single-services .services-cap h5 a {
    font-weight: 700;
    font-size: 26px;
    color: #301A22;
    line-height: 1.4;
    margin-bottom: 20px;
    display: block
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .our-services .single-services .services-cap h5 a {
        font-size: 21px
    }
}

.our-services .single-services .services-cap p {
    font-weight: 300;
    color: #6A6063;
    line-height: 1.6
}

.our-services .single-services:hover {
    background: #fff
}

.our-services .single-services:hover h5 a {
    color: #0063af
}

.count-down-area .count-down-wrapper {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.count-down-area .count-down-wrapper .single-counter {
    padding: 44px 7px 44px 7px;
    margin-bottom: 30px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .count-down-area .count-down-wrapper .single-counter {
        margin-bottom: 0px
    }
}

@media (max-width: 575px) {
    .count-down-area .count-down-wrapper .single-counter {
        padding: 15px 7px 15px 7px
    }
}

.count-down-area .count-down-wrapper .single-counter .captions {
    margin-left: 20px
}

.count-down-area .count-down-wrapper .single-counter .captions .counter {
    font-size: 46px;
    font-family: "Lora", serif;
    line-height: 1;
    margin-bottom: 12px;
    display: inline-block;
    font-weight: 700;
    color: #fff
}

.count-down-area .count-down-wrapper .single-counter .captions span {
    color: #fff;
    font-size: 46px;
    font-weight: 700
}

.count-down-area .count-down-wrapper .single-counter .captions p {
    font-size: 20px;
    line-height: 1;
    margin: 0;
    padding: 0;
    font-weight: 300;
    display: block;
    font-family: "Lora", serif;
    color: #fff
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .count-down-area .count-down-wrapper .single-counter .captions p {
        font-size: 15px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .count-down-area .count-down-wrapper .single-counter .captions p {
        font-size: 15px
    }
}

.color-green {
    color: #1e9d78
}

.support-company-area {
    /*background: #FCF8F9*/
}

.support-company-area .support-location-img {
    position: relative
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .support-company-area .support-location-img {
        right: 0px;
        margin-bottom: 40px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .support-company-area .support-location-img {
        right: 0px;
        margin-bottom: 40px
    }
}

@media (max-width: 575px) {
    .support-company-area .support-location-img {
        right: 0px;
        margin-bottom: 40px
    }
}

.support-location-img img {
 /*   width: 100%;
        height: 80vh;
    display: block;
    object-fit: contain;*/
    height: 100%;

    width: 100%;
}

.support-company-area .right-caption {
    position: relative
}

.support-company-area .right-caption .support-caption span {
    color: #FF6162;
    font-size: 25px;
    margin-bottom: 20px;
    display: block
}

@media (max-width: 575px) {
    .support-company-area .right-caption .support-caption span {
        font-size: 20px
    }
}

.support-company-area .right-caption .support-caption p.pera-top {
    font-weight: 300;
    margin-bottom: 40px
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .support-company-area .right-caption .support-caption p.pera-top {
        margin-bottom: 25px
    }
}

@media (max-width: 575px) {
    .support-company-area .right-caption .support-caption p.pera-top {
        margin-bottom: 25px
    }
}

.support-company-area .right-caption .support-caption p {
    /*font-size: 18px;
    font-weight: 400;*/
    line-height: 1.8
}

.emargency-care {
    padding: 100px 0
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .emargency-care {
        padding: 50px 0
    }
}

@media (max-width: 575px) {
    .emargency-care {
        padding: 50px 0
    }
}

.emargency-care .single-emargency {
    padding: 65px 50px 65px 60px;
    background-color: #fff;
    border-radius: 10px
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .emargency-care .single-emargency {
        margin-left: 0px
    }
}

@media (min-width: 1401px) and (max-width: 1600px) {
    .emargency-care .single-emargency {
        margin-left: 80px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .emargency-care .single-emargency {
        margin-left: 20px;
        padding: 30px 35px 30px 30px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .emargency-care .single-emargency {
        margin-left: 20px;
        padding: 30px 35px 30px 30px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .emargency-care .single-emargency {
        margin-left: 20px;
        padding: 30px 35px 30px 30px
    }
}

@media (max-width: 575px) {
    .emargency-care .single-emargency {
        margin-left: 0px;
        padding: 30px 35px 30px 30px
    }
}

.emargency-care .single-emargency .emargency-cap h5>a {
    font-size: 46px;
    font-weight: 700;
    color: #301A22;
    text-transform: capitalize;
    margin-bottom: 30px;
    display: block;
    -webkit-transition: all .2s ease-out 0s;
    -moz-transition: all .2s ease-out 0s;
    -ms-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .emargency-care .single-emargency .emargency-cap h5>a {
        font-size: 33px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .emargency-care .single-emargency .emargency-cap h5>a {
        font-size: 26px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .emargency-care .single-emargency .emargency-cap h5>a {
        font-size: 30px
    }
}

@media (max-width: 575px) {
    .emargency-care .single-emargency .emargency-cap h5>a {
        font-size: 26px
    }
}

.emargency-care .single-emargency .emargency-cap h5>a:hover {
    color: #0063af
}

.emargency-care .single-emargency .emargency-cap p {
    margin-bottom: 20px
}

.emargency-care .single-emargency .emargency-cap .emargenc-cap {
    margin-bottom: 35px
}

.emargency-care .single-emargency .emargency-cap ul {
    margin-bottom: 40px
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .emargency-care .single-emargency .emargency-cap ul {
        margin-bottom: 30px
    }
}

@media (max-width: 575px) {
    .emargency-care .single-emargency .emargency-cap ul {
        margin-bottom: 30px
    }
}

.emargency-care .single-emargency .emargency-cap ul li {
    font-size: 18px;
    margin-bottom: 5px
}

.join-us-area .joing-details p {
    font-size: 18px;
    margin-bottom: 50px
}

@media (max-width: 575px) {
    .join-us-area .joing-details p {
        margin-bottom: 30px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .join-us-area .joing-details p {
        margin-bottom: 20px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .join-us-area .joing-details {
        margin-bottom: 30px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .join-us-area .joing-details {
        margin-bottom: 30px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .join-us-area .joing-details {
        margin-bottom: 30px
    }
}

@media (max-width: 575px) {
    .join-us-area .joing-details {
        margin-bottom: 30px
    }
}

@media (max-width: 575px) {
    .join-us-area .joning-img img {
        margin-bottom: 30px
    }
}

.footer-wrapper {
    position: relative;
    background: #f3f3f3;
    border-top: 2px solid #0063af;
}

.footer-wrapper .footer-area .footer-pera p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 19px;
    line-height: 1.8
}

.footer-wrapper .footer-area .footer-tittle h4 {
    color: #000;
    font-size: 16px;
    margin-bottom: 30px;
    font-weight: 700
}

.footer-wrapper .footer-area .footer-tittle ul li {
    margin-bottom: 15px
}

.footer-wrapper .footer-area .footer-tittle ul li a {
    color: #000;
    font-weight: 300;
    font-size: 16px;
    /*text-decoration: underline transparent*/
}

.footer-wrapper .footer-area .footer-tittle ul li a:hover {
    color: #000;
    text-decoration: underline
}

.footer-wrapper .footer-area .footer-tittle ul li span {
    color: red
}

.footer-wrapper .footer-area .footer-tittle p {
    color: #E6DAD8;
    font-size: 16px
}

.footer-wrapper .footer-area .footer-form form {
    position: relative
}

.footer-wrapper .footer-area .footer-form form input {
    width: 100%;
    height: 50px;
    padding: 10px 20px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 30px;
    background: none;
    color: #000
}

.footer-wrapper .footer-area .footer-form form input::placeholder {
    color: #fff;
    font-size: 16px
}

.footer-wrapper .footer-area .footer-form form .form-icon button {
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    cursor: pointer;
    padding: 17px 36px;
    line-height: 1;
    background: #0063af;
    border-radius: 25px
}

.footer-wrapper .footer-area .footer-form form .form-icon button i {
    color: #fff
}

.footer-wrapper .footer-area .info.error {
    color: #0063af
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-wrapper .footer-bottom-area .footer-border {
        padding-top: 0
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .footer-wrapper .footer-bottom-area .footer-border {
        padding-top: 0
    }
}

@media (max-width: 575px) {
    .footer-wrapper .footer-bottom-area .footer-border {
        padding-top: 0
    }
}

.footer-bottom-area {
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 167, 147, 1)), color-stop(50%, rgba(6, 119, 175, 1)), to(rgba(8, 108, 183, 1)));
    background: -o-linear-gradient(left, rgba(0, 167, 147, 1) 0%, rgba(6, 119, 175, 1) 50%, rgba(8, 108, 183, 1) 100%);
    background: linear-gradient(90deg, rgba(0, 167, 147, 1) 0%, rgba(6, 119, 175, 1) 50%, rgba(8, 108, 183, 1) 100%);
    padding: 50px 0 35px;
}
.footer-wrapper .footer-bottom-area .footer-copy-right p {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 2;
    margin-bottom: 0;
}

.footer-wrapper .footer-bottom-area .footer-copy-right p i {
    color: #000
}

.footer-wrapper .footer-bottom-area .footer-copy-right p a, .footer-wrapper .footer-bottom-area .footer-copy-right p a:link {
    color: #fff;
    text-decoration: none;
}

.footer-social a {
    color: #000;
    font-size: 24px;
    display: inline-block;
    text-align: center;
    margin-right: 24px
}

.footer-social a i {
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
    display: inline-block;
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg)
}

.footer-social a:hover {
    color: #0063af;
}

.footer-social a:hover i {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg)
}

.number a {
    font-family: "Lora", serif;
    font-size: 24px !important;
    color: #fff !important;
    margin-bottom: 12px;
    display: block
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .number a {
        font-size: 19px !important
    }
}

.blog_area a {
    color: "Lora", serif !important;
    text-decoration: none;
    transition: .4s
}

.blog_area a:hover,
.blog_area a :hover {
    background: -webkit-linear-gradient(131deg, #0063af 0%, #0063af 99%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: none;
    transition: .4s
}

.blog_item {
    margin-bottom: 50px
}

.blog_details {
    padding: 30px 0 20px 10px;
    box-shadow: 0px 10px 20px 0px rgba(221, 221, 221, 0.3)
}

@media (min-width: 768px) {
    .blog_details {
        padding: 60px 30px 35px 35px
    }
}

.blog_details p {
    margin-bottom: 30px
}

.blog_details a {
    color: #080808
}

.blog_details a:hover {
    color: #0063af
}

.blog_details h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px
}

@media (min-width: 768px) {
    .blog_details h2 {
        font-size: 24px;
        margin-bottom: 15px
    }
}

.blog-info-link li {
    float: left;
    font-size: 14px
}

.blog-info-link li a {
    color: #999999
}

.blog-info-link li i,
.blog-info-link li span {
    font-size: 13px;
    margin-right: 5px
}

.blog-info-link li::after {
    content: "|";
    padding-left: 10px;
    padding-right: 10px
}

.blog-info-link li:last-child::after {
    display: none
}

.blog-info-link::after {
    content: "";
    display: block;
    clear: both;
    display: table
}

.blog_item_img {
    position: relative
}

.blog_item_img .blog_item_date {
    position: absolute;
    bottom: -10px;
    left: 10px;
    display: block;
    color: #fff;
    background-color: #0063af;
    padding: 8px 15px;
    border-radius: 5px
}

@media (min-width: 768px) {
    .blog_item_img .blog_item_date {
        bottom: -20px;
        left: 40px;
        padding: 13px 30px
    }
}

.blog_item_img .blog_item_date h3 {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
    line-height: 1.2
}

@media (min-width: 768px) {
    .blog_item_img .blog_item_date h3 {
        font-size: 30px
    }
}

.blog_item_img .blog_item_date p {
    font-size: 18px;
    margin-bottom: 0;
    color: #fff
}

@media (min-width: 768px) {
    .blog_item_img .blog_item_date p {
        font-size: 18px
    }
}

.blog_right_sidebar .widget_title {
    font-size: 20px;
    margin-bottom: 40px
}

.blog_right_sidebar .widget_title::after {
    content: "";
    display: block;
    padding-top: 15px;
    border-bottom: 1px solid #f0e9ff
}

.blog_right_sidebar .single_sidebar_widget {
    background: #fbf9ff;
    padding: 30px;
    margin-bottom: 30px
}

.blog_right_sidebar .single_sidebar_widget .btn_1 {
    margin-top: 0px
}

.blog_right_sidebar .search_widget .form-control {
    height: 50px;
    border-color: #f0e9ff;
    font-size: 13px;
    color: #999999;
    padding-left: 20px;
    border-radius: 0;
    border-right: 0
}

.blog_right_sidebar .search_widget .form-control::placeholder {
    color: #999999
}

.blog_right_sidebar .search_widget .form-control:focus {
    border-color: #f0e9ff;
    outline: 0;
    box-shadow: none
}

.blog_right_sidebar .search_widget .input-group button {
    background: #0063af;
    border-left: 0;
    border: 1px solid #f0e9ff;
    padding: 12px 15px;
    border-left: 0;
    cursor: pointer
}

.blog_right_sidebar .search_widget .input-group button i {
    color: #fff
}

.blog_right_sidebar .search_widget .input-group button span {
    font-size: 14px;
    color: #999999
}

.blog_right_sidebar .newsletter_widget .form-control {
    height: 50px;
    border-color: #f0e9ff;
    font-size: 13px;
    color: #999999;
    padding-left: 20px;
    border-radius: 0
}

.blog_right_sidebar .newsletter_widget .form-control::placeholder {
    color: #999999
}

.blog_right_sidebar .newsletter_widget .form-control:focus {
    border-color: #f0e9ff;
    outline: 0;
    box-shadow: none
}

.blog_right_sidebar .newsletter_widget .input-group button {
    background: #fff;
    border-left: 0;
    border: 1px solid #f0e9ff;
    padding: 4px 15px;
    border-left: 0
}

.blog_right_sidebar .newsletter_widget .input-group button i,
.blog_right_sidebar .newsletter_widget .input-group button span {
    font-size: 14px;
    color: #fff
}

.blog_right_sidebar .post_category_widget .cat-list li {
    border-bottom: 1px solid #f0e9ff;
    transition: all 0.3s ease 0s;
    padding-bottom: 12px
}

.blog_right_sidebar .post_category_widget .cat-list li:last-child {
    border-bottom: 0
}

.blog_right_sidebar .post_category_widget .cat-list li a {
    font-size: 14px;
    line-height: 20px;
    color: #888888
}

.blog_right_sidebar .post_category_widget .cat-list li a p {
    margin-bottom: 0px
}

.blog_right_sidebar .post_category_widget .cat-list li+li {
    padding-top: 15px
}

.blog_right_sidebar .popular_post_widget .post_item .media-body {
    justify-content: center;
    align-self: center;
    padding-left: 20px
}

.blog_right_sidebar .popular_post_widget .post_item .media-body h3 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 6px;
    transition: all 0.3s linear
}

.blog_right_sidebar .popular_post_widget .post_item .media-body a:hover {
    color: #fff
}

.blog_right_sidebar .popular_post_widget .post_item .media-body p {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 0px
}

.blog_right_sidebar .popular_post_widget .post_item+.post_item {
    margin-top: 20px
}

.blog_right_sidebar .tag_cloud_widget ul li {
    display: inline-block
}

.blog_right_sidebar .tag_cloud_widget ul li a {
    display: inline-block;
    border: 1px solid #eeeeee;
    background: #fff;
    padding: 4px 20px;
    margin-bottom: 8px;
    margin-right: 3px;
    transition: all 0.3s ease 0s;
    color: #888888;
    font-size: 13px
}

.blog_right_sidebar .tag_cloud_widget ul li a:hover {
    background: #0063af;
    color: #fff !important;
    -webkit-text-fill-color: #fff;
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s
}

.blog_right_sidebar .instagram_feeds .instagram_row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-right: -6px;
    margin-left: -6px
}

.blog_right_sidebar .instagram_feeds .instagram_row li {
    width: 33.33%;
    float: left;
    padding-right: 6px;
    padding-left: 6px;
    margin-bottom: 15px
}

.blog_right_sidebar .br {
    width: 100%;
    height: 1px;
    background: #eee;
    margin: 30px 0px
}

.blog-pagination {
    margin-top: 80px
}

.blog-pagination .page-link {
    font-size: 14px;
    position: relative;
    display: block;
    padding: 0;
    text-align: center;
    margin-left: -1px;
    line-height: 45px;
    width: 45px;
    height: 45px;
    border-radius: 0 !important;
    color: #8a8a8a;
    border: 1px solid #f0e9ff;
    margin-right: 10px
}

.blog-pagination .page-link i,
.blog-pagination .page-link span {
    font-size: 13px
}

.blog-pagination .page-item.active .page-link {
    background-color: #fbf9ff;
    border-color: #f0e9ff;
    color: #888888
}

.blog-pagination .page-item:last-child .page-link {
    margin-right: 0
}

.single-post-area .blog_details {
    box-shadow: none;
    padding: 0
}

.single-post-area .blog_details {
    padding-top: 26px
}

.single-post-area .blog_details p {
    margin-bottom: 20px;
    font-size: 15px
}

.single-post-area .quote-wrapper {
    background: rgba(130, 139, 178, 0.1);
    padding: 15px;
    line-height: 1.733;
    color: #888888;
    font-style: italic;
    margin-top: 25px;
    margin-bottom: 25px
}

@media (min-width: 768px) {
    .single-post-area .quote-wrapper {
        padding: 30px
    }
}

.single-post-area .quotes {
    background: #fff;
    padding: 15px 15px 15px 20px;
    border-left: 2px solid
}

@media (min-width: 768px) {
    .single-post-area .quotes {
        padding: 25px 25px 25px 30px
    }
}

.single-post-area .arrow {
    position: absolute
}

.single-post-area .arrow .lnr {
    font-size: 20px;
    font-weight: 600
}

.single-post-area .navigation-top {
    padding-top: 15px;
    border-top: 1px solid #f0e9ff
}

.single-post-area .navigation-top p {
    margin-bottom: 0
}

.single-post-area .navigation-top .like-info {
    font-size: 14px
}

.single-post-area .navigation-top .like-info i,
.single-post-area .navigation-top .like-info span {
    font-size: 16px;
    margin-right: 5px
}

.single-post-area .navigation-top .social-icons li {
    display: inline-block;
    margin-right: 15px
}

.single-post-area .navigation-top .social-icons li:last-child {
    margin: 0
}

.single-post-area .navigation-top .social-icons li i,
.single-post-area .navigation-top .social-icons li span {
    font-size: 14px;
    color: #999999
}

.single-post-area .blog-author {
    padding: 40px 30px;
    background: #fbf9ff;
    margin-top: 50px
}

@media (max-width: 600px) {
    .single-post-area .blog-author {
        padding: 20px 8px
    }
}

.single-post-area .blog-author img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin-right: 30px
}

@media (max-width: 600px) {
    .single-post-area .blog-author img {
        margin-right: 15px;
        width: 45px;
        height: 45px
    }
}

.single-post-area .blog-author a {
    display: inline-block
}

.single-post-area .blog-author a:hover {
    color: #0063af
}

.single-post-area .blog-author p {
    margin-bottom: 0;
    font-size: 15px
}

.single-post-area .blog-author h4 {
    font-size: 16px
}

.single-post-area .navigation-area {
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
    margin-top: 55px
}

.single-post-area .navigation-area p {
    margin-bottom: 0px
}

.single-post-area .navigation-area h4 {
    font-size: 18px;
    line-height: 25px
}

.single-post-area .navigation-area .nav-left {
    text-align: left
}

.single-post-area .navigation-area .nav-left .thumb {
    margin-right: 20px;
    background: #000
}

.single-post-area .navigation-area .nav-left .thumb img {
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.single-post-area .navigation-area .nav-left .lnr {
    margin-left: 20px;
    opacity: 0;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.single-post-area .navigation-area .nav-left:hover .lnr {
    opacity: 1
}

.single-post-area .navigation-area .nav-left:hover .thumb img {
    opacity: .5
}

.support-caption p.pera-top{
    width: 100%;
    max-width: 1000px;
    display: block;
    padding-left: 0;
    text-align: center;
    margin: 0 auto;
}
.support-caption p.pera-top.abt_content{
    width: 100%;
    max-width: 1000px;
    display: block;
    padding: 96px;
    text-align: center;
    margin: 0 auto;
}
.left_para {
    width: 100%;
    display: block;
    padding-left: 100px;
}
.right_para {
    width: 100%;
    display: block;
    padding-right: 100px;
}
.support-collection p.pera-top {
    width: 100%;
    display: block;
    width: 680px;
    margin: 0 auto 15px auto;
}
.support-caption p.products_para {
    width: 100%;
    display: block;
    font-weight: 300;
    max-width: 680px;
}
.products_galries{
    margin-top: 1.5rem;
}
.owl-carousel-products, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}
.no-js .owl-carousel-products, .owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel-products .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel-products .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}

.owl-carousel-products .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}
.owl-carousel-products .owl-item img {
    display: block;
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.owl-carousel-products .owl-nav, .owl-carousel-products  .owl-dots {
    display: none;
}
.owl-carousel-products .owl-item{
    overflow: hidden;

}
.owl-carousel-products .owl-item a:hover img{
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    transform: scale(1.2);
}

.owl-carousel-options, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}
.no-js .owl-carousel-options, .owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel-options .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel-options .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}

.owl-carousel-options .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
    position: relative;
}
.owl-carousel-options .owl-item img {
    display: block;
    width: 100%;
    cursor: pointer;
}
.owl-carousel-options .owl-nav, .owl-carousel-options  .owl-dots {
    display: none;
}
.owl-carousel-options .owl-item{
    overflow: hidden;

}
.owl-carousel-options .owl-item a:hover img{
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    transform: scale(1.2);
}
.owl-carousel-options .owl-item:hover img{
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    transform: scale(1.2);
}
.product_gallery .owl-carousel-options .owl-nav{
    display: block;
}
.product_gallery .owl-carousel-options .owl-nav .owl-prev{
    display: none;
}
.product_gallery .owl-carousel-options .owl-nav .owl-next{
    position: absolute;
    bottom: 50%;
    transform: translate(0%, 50%);
    right: -7%;
    background: transparent;
    border: 0;
}
.product_gallery .owl-carousel-options .owl-nav img{
        width: 3vw;
}
.product_options_name {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
    color: #fff;
    font-size: 16px;
}

/*product_gallery*/
.product_gallery {
    width: 100%;
}
.product_gallery .owl-carousel-products .owl-nav{
    display: block;
}
    .product_gallery .owl-carousel-products .owl-nav .owl-prev{
        display: none;
    }
    .product_gallery .owl-carousel-products .owl-nav .owl-next{
        position: absolute;
        bottom: 50%;
        transform: translate(0%, 50%);
        right: -7%;
        background: transparent;
        border: 0;
    }
    .product_gallery .owl-carousel-products .owl-nav img{
            width: 3vw;
    }
/*owl-our-colection*/
.owl-carousel.owl-our-colection{
        z-index: initial;
            position: relative;
}
.owl-carousel.owl-our-colection .owl-item > div {
    height: 600px;
    position: relative;
    height: calc(100vh - 100px);
}
    .owl-our-colection .owl-nav .owl-prev,
    .owl-our-colection .owl-nav .owl-next{
        position: absolute;
        bottom: 50%;
        transform: translate(0%, 50%);
        background: transparent;
        border: 0;
    }
    .owl-our-colection .owl-nav .owl-prev{
        transform: scale(-1, 1) translate(0%, 50%);
    }
    .owl-our-colection .owl-nav .owl-prev{
        left: 1%;
    }
    .owl-our-colection .owl-nav .owl-next{
        right: 1%;
    }
    .owl-our-colection .owl-nav img{
            width: 3vw;
    }


@media (max-width: 767px) {
    .single-post-area .navigation-area .nav-left {
        margin-bottom: 30px
    }
    .main-header .logo {
        float: none;
        max-width: 250px;
        margin: 0 auto;
        display: block;
    }
    .main-header .logo_fixed {
        position: absolute;
        width: 32%;
        max-width: 180px;
        right: 0;
        padding: 9px;
        bottom: 50%;
        /* right: 0; */
        transform: translate(0%, 50%);
    }
}

.single-post-area .navigation-area .nav-right {
    text-align: right
}

.single-post-area .navigation-area .nav-right .thumb {
    margin-left: 20px;
    background: #000
}

.single-post-area .navigation-area .nav-right .thumb img {
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.single-post-area .navigation-area .nav-right .lnr {
    margin-right: 20px;
    opacity: 0;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.single-post-area .navigation-area .nav-right:hover .lnr {
    opacity: 1
}

.single-post-area .navigation-area .nav-right:hover .thumb img {
    opacity: .5
}

.comments-area {
    background: transparent;
    border-top: 1px solid #eee;
    padding: 45px 0;
    margin-top: 50px
}

@media (max-width: 414px) {
    .comments-area {
        padding: 50px 8px
    }
}

.comments-area h4 {
    margin-bottom: 35px;
    font-size: 18px
}

.comments-area h5 {
    font-size: 16px;
    margin-bottom: 0px
}

.comments-area .comment-list {
    padding-bottom: 48px
}

.comments-area .comment-list:last-child {
    padding-bottom: 0px
}

@media (max-width: 413px) {
    .comments-area .comment-list .single-comment h5 {
        font-size: 12px
    }

    .comments-area .comment-list .single-comment .date {
        font-size: 11px
    }

    .comments-area .comment-list .single-comment .comment {
        font-size: 10px
    }
}

.comments-area .thumb {
    margin-right: 20px
}

.comments-area .thumb img {
    width: 70px;
    border-radius: 50%
}

.comments-area .date {
    font-size: 14px;
    color: #999999;
    margin-bottom: 0;
    margin-left: 20px
}

.comments-area .comment {
    margin-bottom: 10px;
    color: #777777;
    font-size: 15px
}

.comments-area .btn-reply {
    background-color: transparent;
    color: #888888;
    padding: 5px 18px;
    font-size: 14px;
    display: block;
    font-weight: 400
}

.comment-form {
    border-top: 1px solid #eee;
    padding-top: 45px;
    margin-top: 50px;
    margin-bottom: 20px
}

.comment-form .form-group {
    margin-bottom: 30px
}

.comment-form h4 {
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 22px
}

.comment-form .name {
    padding-left: 0px
}

@media (max-width: 767px) {
    /*.navbar-expand-lg .navbar-nav .nav-link{
        padding-right: 0.8rem;
        padding-left: 0.8rem;
        font-size: 0.85rem;
    }*/
    .comment-form .name {
        padding-right: 0px;
        margin-bottom: 1rem
    }
    p {
        font-size: 16px;
    }
    .support-caption p.pera-top.abt_content {
        padding: 0;
    }
    .support-collection p.pera-top {
        width: auto;
    }
    .collection_paragraph {
        margin-bottom: 40px;
    }
    .why_us h5 {
        font-size: 1rem;
    }
    .slider-area .hero-caption p {
        font-size: 3vw;
    }
}

.comment-form .email {
    padding-right: 0px
}

@media (max-width: 991px) {
    .comment-form .email {
        padding-left: 0px
    }
}

.comment-form .form-control {
    border: 1px solid #f0e9ff;
    border-radius: 5px;
    height: 48px;
    padding-left: 18px;
    font-size: 13px;
    background: transparent
}

.comment-form .form-control:focus {
    outline: 0;
    box-shadow: none
}

.comment-form .form-control::placeholder {
    font-weight: 300;
    color: #999999
}

.comment-form .form-control::placeholder {
    color: #777777
}

.comment-form textarea {
    padding-top: 18px;
    border-radius: 12px;
    height: 100% !important
}

.comment-form ::-webkit-input-placeholder {
    font-size: 13px;
    color: #777
}

.comment-form ::-moz-placeholder {
    font-size: 13px;
    color: #777
}

.comment-form :-ms-input-placeholder {
    font-size: 13px;
    color: #777
}

.comment-form :-moz-placeholder {
    font-size: 13px;
    color: #777
}

.media {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.img-fluid {
    width: 100%
}

.form-group {
    margin-bottom: 1rem
}

.dropdown .dropdown-menu {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.contact_info {
    font-size: 20px;
    line-height: 1.5;
    color: #666766;
    font-weight: 100;
}
input[type="text"], input[type="email"], input[type="password"], input[type="date"], input[type="file"], textarea, select {
    width: 100%;
    padding: 12px;
/*    margin: 0 0 14px;*/
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    margin-bottom: 20px;
}
.quote_info {
    margin: 0 0 14px;
}
.error{
    color: red;
}
::placeholder{
    font-size: 14px;
    color: #000;
}
#contact_form button {
    text-decoration: none;
    margin-top: 10px;
    font-size: 16px;
    cursor: pointer;
    font-weight: initial;
    letter-spacing: initial;
    text-transform: capitalize;
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s;
    border: 0;
    text-align: left;
    float: right;
}

.company_directiond{
    margin-bottom: 8%;
}
.contact_business {
    margin-top: 20px;
}
.contact-info {
    margin-bottom: 15px
}

.contact-info__icon {
    margin-right: 20px
}

.contact-info__icon i,
.contact-info__icon span {
    font-size: 20px;
    color: #ffffff;
    height: 40px;
    width: 40px;
    background: #0063af;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
}

.contact-info .media-body h3 {
    font-size: 16px;
    margin-bottom: 0;
    font-size: 16px;
    color: #2a2a2a
}

.contact-info .media-body h3 a:hover {
    color: #1f2b7b
}

.contact-info .media-body p {
    color: #000000;
    margin-bottom: 0;
}

.contact-title {
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 20px
}

.form-contact label {
    font-size: 14px
}

.form-contact .form-group {
    margin-bottom: 30px
}

.form-contact .form-control {
    border: 1px solid #e5e6e9;
    border-radius: 0px;
    height: 48px;
    padding-left: 18px;
    font-size: 13px;
    background: transparent
}

.form-contact .form-control:focus {
    outline: 0;
    box-shadow: none
}

.form-contact .form-control::placeholder {
    font-weight: 300;
    color: #999999
}

.form-contact textarea {
    border-radius: 0px;
    height: 100% !important
}

.contact-section {
    padding: 130px 0 100px
}

@media (max-width: 991px) {
    .contact-section {
        padding: 70px 0 40px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .contact-section {
        padding: 80px 0 50px
    }
    .slider-area .hero-caption p {
        font-size: 3vw;
    }
    .main-header .logo img {
        max-width: 130px;
    }
    .main-header .logo_fixed {
        max-width: 140px;
        padding: 0 6px;
    }
    .navbar-expand-lg .navbar-nav .nav-link, .dropdown-item {
        padding-right: 0.8rem;
        padding-left: 0.8rem;
        font-size: 0.82rem;
    }
    .dropdown-item {
        font-size: 0.82rem;
    }
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #4A3600;
    opacity: 0.6
}

/*.hero-overly::before {
    background: -moz-linear-gradient(left, rgba(48, 26, 34, 0.95) 0%, rgba(48, 26, 34, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(48, 26, 34, 0.95) 0%, rgba(48, 26, 34, 0) 100%);
    background: linear-gradient(to right, rgba(48, 26, 34, 0.95) 0%, rgba(48, 26, 34, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2301a22', endColorstr='#00301a22', GradientType=1)
}

.hero-overly01::before {
    background: -moz-linear-gradient(left, rgba(48, 26, 34, 0) 0%, rgba(48, 26, 34, 0.95) 100%);
    background: -webkit-linear-gradient(left, rgba(48, 26, 34, 0) 0%, rgba(48, 26, 34, 0.95) 100%);
    background: linear-gradient(to right, rgba(48, 26, 34, 0) 0%, rgba(48, 26, 34, 0.95) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00301a22', endColorstr='#f2301a22', GradientType=1)
}*/

.sample-text-area {
    background: #fff;
    padding: 100px 0 70px 0
}

.text-heading {
    margin-bottom: 30px;
    font-size: 24px
}

b,
sup,
sub,
u,
del {
    color: #212529
}

.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
    color: #828bb2
}

.button-area {
    background: #fff
}

.button-area .border-top-generic {
    padding: 70px 15px;
    border-top: 1px dotted #eee
}

.button-group-area .genric-btn {
    margin-right: 10px;
    margin-top: 10px
}

.button-group-area .genric-btn:last-child {
    margin-right: 0
}

.genric-btn {
    display: inline-block;
    outline: none;
    line-height: 40px;
    padding: 0 30px;
    font-size: .8em;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.genric-btn:focus {
    outline: none
}

.genric-btn.e-large {
    padding: 0 40px;
    line-height: 50px
}

.genric-btn.large {
    line-height: 45px
}

.genric-btn.medium {
    line-height: 30px
}

.genric-btn.small {
    line-height: 25px
}

.genric-btn.radius {
    border-radius: 3px
}

.genric-btn.circle {
    border-radius: 20px
}

.genric-btn.arrow {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.genric-btn.arrow span {
    margin-left: 10px
}

.genric-btn.default {
    color: #415094;
    background: #f9f9ff;
    border: 1px solid transparent
}

.genric-btn.default:hover {
    border: 1px solid #f9f9ff;
    background: #fff
}

.genric-btn.default-border {
    border: 1px solid #f9f9ff;
    background: #fff
}

.genric-btn.default-border:hover {
    color: #415094;
    background: #f9f9ff;
    border: 1px solid transparent
}

.genric-btn.primary {
    color: #fff;
    background: #1f2b7b;
    border: 1px solid transparent
}

.genric-btn.primary:hover {
    color: #1f2b7b;
    border: 1px solid #1f2b7b;
    background: #fff
}

.genric-btn.primary-border {
    color: #1f2b7b;
    border: 1px solid #1f2b7b;
    background: #fff
}

.genric-btn.primary-border:hover {
    color: #fff;
    background: #1f2b7b;
    border: 1px solid transparent
}

.genric-btn.success {
    color: #fff;
    background: #4cd3e3;
    border: 1px solid transparent
}

.genric-btn.success:hover {
    color: #4cd3e3;
    border: 1px solid #4cd3e3;
    background: #fff
}

.genric-btn.success-border {
    color: #4cd3e3;
    border: 1px solid #4cd3e3;
    background: #fff
}

.genric-btn.success-border:hover {
    color: #fff;
    background: #4cd3e3;
    border: 1px solid transparent
}

.genric-btn.info {
    color: #fff;
    background: #38a4ff;
    border: 1px solid transparent
}

.genric-btn.info:hover {
    color: #38a4ff;
    border: 1px solid #38a4ff;
    background: #fff
}

.genric-btn.info-border {
    color: #38a4ff;
    border: 1px solid #38a4ff;
    background: #fff
}

.genric-btn.info-border:hover {
    color: #fff;
    background: #38a4ff;
    border: 1px solid transparent
}

.genric-btn.warning {
    color: #fff;
    background: #f4e700;
    border: 1px solid transparent
}

.genric-btn.warning:hover {
    color: #f4e700;
    border: 1px solid #f4e700;
    background: #fff
}

.genric-btn.warning-border {
    color: #f4e700;
    border: 1px solid #f4e700;
    background: #fff
}

.genric-btn.warning-border:hover {
    color: #fff;
    background: #f4e700;
    border: 1px solid transparent
}

.genric-btn.danger {
    color: #fff;
    background: #f44a40;
    border: 1px solid transparent
}

.genric-btn.danger:hover {
    color: #f44a40;
    border: 1px solid #f44a40;
    background: #fff
}

.genric-btn.danger-border {
    color: #f44a40;
    border: 1px solid #f44a40;
    background: #fff
}

.genric-btn.danger-border:hover {
    color: #fff;
    background: #f44a40;
    border: 1px solid transparent
}

.genric-btn.link {
    color: #415094;
    background: #f9f9ff;
    text-decoration: underline;
    border: 1px solid transparent
}

.genric-btn.link:hover {
    color: #415094;
    border: 1px solid #f9f9ff;
    background: #fff
}

.genric-btn.link-border {
    color: #415094;
    border: 1px solid #f9f9ff;
    background: #fff;
    text-decoration: underline
}

.genric-btn.link-border:hover {
    color: #415094;
    background: #f9f9ff;
    border: 1px solid transparent
}

.genric-btn.disable {
    color: #222, 0.3;
    background: #f9f9ff;
    border: 1px solid transparent;
    cursor: not-allowed
}

.generic-blockquote {
    padding: 30px 50px 30px 30px;
    background: #f9f9ff;
    border-left: 2px solid #1f2b7b
}

.progress-table-wrap {
    overflow-x: scroll
}

.progress-table {
    background: #f9f9ff;
    padding: 15px 0px 30px 0px;
    min-width: 800px
}

.progress-table .serial {
    width: 11.83%;
    padding-left: 30px
}

.progress-table .country {
    width: 28.07%
}

.progress-table .visit {
    width: 19.74%
}

.progress-table .percentage {
    width: 40.36%;
    padding-right: 50px
}

.progress-table .table-head {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.progress-table .table-head .serial,
.progress-table .table-head .country,
.progress-table .table-head .visit,
.progress-table .table-head .percentage {
    color: #415094;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 500
}

.progress-table .table-row {
    padding: 15px 0;
    border-top: 1px solid #edf3fd;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.progress-table .table-row .serial,
.progress-table .table-row .country,
.progress-table .table-row .visit,
.progress-table .table-row .percentage {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center
}

.progress-table .table-row .country img {
    margin-right: 15px
}

.progress-table .table-row .percentage .progress {
    width: 80%;
    border-radius: 0px;
    background: transparent
}

.progress-table .table-row .percentage .progress .progress-bar {
    height: 5px;
    line-height: 5px
}

.progress-table .table-row .percentage .progress .progress-bar.color-1 {
    background-color: #6382e6
}

.progress-table .table-row .percentage .progress .progress-bar.color-2 {
    background-color: #e66686
}

.progress-table .table-row .percentage .progress .progress-bar.color-3 {
    background-color: #f09359
}

.progress-table .table-row .percentage .progress .progress-bar.color-4 {
    background-color: #73fbaf
}

.progress-table .table-row .percentage .progress .progress-bar.color-5 {
    background-color: #73fbaf
}

.progress-table .table-row .percentage .progress .progress-bar.color-6 {
    background-color: #6382e6
}

.progress-table .table-row .percentage .progress .progress-bar.color-7 {
    background-color: #a367e7
}

.progress-table .table-row .percentage .progress .progress-bar.color-8 {
    background-color: #e66686
}

.single-gallery-image {
    margin-top: 30px;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    height: 200px
}

.unordered-list li {
    position: relative;
    padding-left: 30px;
    line-height: 1.82em !important
}

.unordered-list li:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    border: 3px solid #1f2b7b;
    background: #fff;
    top: 4px;
    left: 0;
    border-radius: 50%
}

.ordered-list {
    margin-left: 30px
}

.ordered-list li {
    list-style-type: decimal-leading-zero;
    color: #1f2b7b;
    font-weight: 500;
    line-height: 1.82em !important
}

.ordered-list li span {
    font-weight: 300;
    color: #828bb2
}

.ordered-list-alpha li {
    margin-left: 30px;
    list-style-type: lower-alpha;
    color: #1f2b7b;
    font-weight: 500;
    line-height: 1.82em !important
}

.ordered-list-alpha li span {
    font-weight: 300;
    color: #828bb2
}

.ordered-list-roman li {
    margin-left: 30px;
    list-style-type: lower-roman;
    color: #1f2b7b;
    font-weight: 500;
    line-height: 1.82em !important
}

.ordered-list-roman li span {
    font-weight: 300;
    color: #828bb2
}

.single-input {
    display: block;
    width: 100%;
    line-height: 40px;
    border: none;
    outline: none;
    background: #f9f9ff;
    padding: 0 20px
}

.single-input:focus {
    outline: none
}

.input-group-icon {
    position: relative
}

.input-group-icon .icon {
    position: absolute;
    left: 20px;
    top: 0;
    line-height: 40px;
    z-index: 3
}

.input-group-icon .icon i {
    color: #797979
}

.input-group-icon .single-input {
    padding-left: 45px
}

.single-textarea {
    display: block;
    width: 100%;
    line-height: 40px;
    border: none;
    outline: none;
    background: #f9f9ff;
    padding: 0 20px;
    height: 100px;
    resize: none
}

.single-textarea:focus {
    outline: none
}

.single-input-primary {
    display: block;
    width: 100%;
    line-height: 40px;
    border: 1px solid transparent;
    outline: none;
    background: #f9f9ff;
    padding: 0 20px
}

.single-input-primary:focus {
    outline: none;
    border: 1px solid #1f2b7b
}

.single-input-accent {
    display: block;
    width: 100%;
    line-height: 40px;
    border: 1px solid transparent;
    outline: none;
    background: #f9f9ff;
    padding: 0 20px
}

.single-input-accent:focus {
    outline: none;
    border: 1px solid #eb6b55
}

.single-input-secondary {
    display: block;
    width: 100%;
    line-height: 40px;
    border: 1px solid transparent;
    outline: none;
    background: #f9f9ff;
    padding: 0 20px
}

.single-input-secondary:focus {
    outline: none;
    border: 1px solid #f09359
}

.default-switch {
    width: 35px;
    height: 17px;
    border-radius: 8.5px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer
}

.default-switch input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer
}

.default-switch input+label {
    position: absolute;
    top: 1px;
    left: 1px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #1f2b7b;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
    cursor: pointer
}

.default-switch input:checked+label {
    left: 19px
}

.primary-switch {
    width: 35px;
    height: 17px;
    border-radius: 8.5px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer
}

.primary-switch input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}

.primary-switch input+label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%
}

.primary-switch input+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    border-radius: 8.5px;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}

.primary-switch input+label:after {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #fff;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
    cursor: pointer
}

.primary-switch input:checked+label:after {
    left: 19px
}

.primary-switch input:checked+label:before {
    background: #1f2b7b
}

.confirm-switch {
    width: 35px;
    height: 17px;
    border-radius: 8.5px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer
}

.confirm-switch input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}

.confirm-switch input+label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%
}

.confirm-switch input+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    border-radius: 8.5px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    cursor: pointer
}

.confirm-switch input+label:after {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #fff;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
    cursor: pointer
}

.confirm-switch input:checked+label:after {
    left: 19px
}

.confirm-switch input:checked+label:before {
    background: #4cd3e3
}

.primary-checkbox {
    width: 16px;
    height: 16px;
    border-radius: 3px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer
}

.primary-checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}

.primary-checkbox input+label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    cursor: pointer;
    border: 1px solid #f1f1f1
}

.primary-checkbox input:checked+label {
    background: url(../img/elements/primary-check.png) no-repeat center center/cover;
    border: none
}

.confirm-checkbox {
    width: 16px;
    height: 16px;
    border-radius: 3px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer
}

.confirm-checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}

.confirm-checkbox input+label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    cursor: pointer;
    border: 1px solid #f1f1f1
}

.confirm-checkbox input:checked+label {
    background: url(../img/elements/success-check.png) no-repeat center center/cover;
    border: none
}

.disabled-checkbox {
    width: 16px;
    height: 16px;
    border-radius: 3px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer
}

.disabled-checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}

.disabled-checkbox input+label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    cursor: pointer;
    border: 1px solid #f1f1f1
}

.disabled-checkbox input:disabled {
    cursor: not-allowed;
    z-index: 3
}

.disabled-checkbox input:checked+label {
    background: url(../img/elements/disabled-check.png) no-repeat center center/cover;
    border: none
}

.primary-radio {
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer
}

.primary-radio input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}

.primary-radio input+label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    cursor: pointer;
    border: 1px solid #f1f1f1
}

.primary-radio input:checked+label {
    background: url(../img/elements/primary-radio.png) no-repeat center center/cover;
    border: none
}

.confirm-radio {
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer
}

.confirm-radio input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}

.confirm-radio input+label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    cursor: pointer;
    border: 1px solid #f1f1f1
}

.confirm-radio input:checked+label {
    background: url(../img/elements/success-radio.png) no-repeat center center/cover;
    border: none
}

.disabled-radio {
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer
}

.disabled-radio input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}

.disabled-radio input+label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    cursor: pointer;
    border: 1px solid #f1f1f1
}

.disabled-radio input:disabled {
    cursor: not-allowed;
    z-index: 3
}

.disabled-radio input:checked+label {
    background: url(../img/elements/disabled-radio.png) no-repeat center center/cover;
    border: none
}

.default-select {
    height: 40px
}

.default-select .nice-select {
    border: none;
    border-radius: 0px;
    height: 40px;
    background: #f9f9ff;
    padding-left: 20px;
    padding-right: 40px
}

.default-select .nice-select .list {
    margin-top: 0;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    width: 100%;
    padding: 10px 0 10px 0px
}

.default-select .nice-select .list .option {
    font-weight: 300;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    line-height: 28px;
    min-height: 28px;
    font-size: 12px;
    padding-left: 20px
}

.default-select .nice-select .list .option.selected {
    color: #1f2b7b;
    background: transparent
}

.default-select .nice-select .list .option:hover {
    color: #1f2b7b;
    background: transparent
}

.default-select .current {
    margin-right: 50px;
    font-weight: 300
}

.default-select .nice-select::after {
    right: 20px
}

.form-select {
    height: 40px;
    width: 100%
}

.form-select .nice-select {
    border: none;
    border-radius: 0px;
    height: 40px;
    background: #f9f9ff;
    padding-left: 45px;
    padding-right: 40px;
    width: 100%
}

.form-select .nice-select .list {
    margin-top: 0;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    width: 100%;
    padding: 10px 0 10px 0px
}

.form-select .nice-select .list .option {
    font-weight: 300;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    line-height: 28px;
    min-height: 28px;
    font-size: 12px;
    padding-left: 45px
}

.form-select .nice-select .list .option.selected {
    color: #1f2b7b;
    background: transparent
}

.form-select .nice-select .list .option:hover {
    color: #1f2b7b;
    background: transparent
}

.form-select .current {
    margin-right: 50px;
    font-weight: 300
}

.form-select .nice-select::after {
    right: 20px
}

.mt-10 {
    margin-top: 10px
}

.section-top-border {
    padding: 50px 0;
    border-top: 1px dotted #eee
}

.mb-30 {
    margin-bottom: 30px
}

.mt-30 {
    margin-top: 30px
}

.switch-wrap {
    margin-bottom: 10px
}
main{
    overflow: hidden;
}

/* custom css ratio */
.slider-area .slick-initialized .slick-slide{

    height: calc(100vh + 20px);
}
.slider-area .slick-slide img{
    height: calc(100vh);
    object-fit: cover;
}
.owl-carousel.owl-bara .owl-item img{
    /*height: calc(100vh - 300px);
    height: calc(100vh - 22em);*/
    object-fit: cover;
}
.owl-carousel .owl-item img{
/*    height: 100vh ;*/
}
    body .item1-pos {
      top: 100vh;
    }
        body .item2-pos {
          top: 100vh;
        }

body .sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: #f3f3f3;
}
@media (max-width: 1800px){
    .owl-carousel-products .owl-item img {
        display: block;
        width: 100;
        height: 240px;
        object-fit: cover;
    }
}

@media (max-width: 992px){
    .navbar-dark{
        float: right;
/*        margin-top: -10.4vw;*/
        position: absolute;
        bottom: 50%;
        /*right: 0;*/
        transform: translate(0%, 50%);
    }
    .main-header .logo {
        float: none;
        max-width: 250px;
        margin: 0 auto;
        display: block;
    }
    .main-header .logo_fixed {
        position: absolute;
        width: 32%;
        max-width: 180px;
        right: 0;
        padding: 9px;
        bottom: 50%;
        /* right: 0; */
        transform: translate(0%, 50%);
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.8rem;
        padding-left: 0.8rem;
        font-size: 0.85rem;
    }
    .logo img {
        width: 100%;
        max-width: 196px;
        margin: auto;
    }
    .support-caption p.pera-top, .left_para {
        padding-left: 0;
    }
    .right_para{
        padding-right: 0;
    }
    .support-caption p.products_para {
        width: 100%;
        max-width: 100%;
    }
    /*menu*/
    .nav-link, .dropdown-menu li a{
        position: relative;
    }
    .dropdown-menu{
        position: relative!important;
        inset: initial!important;
        margin: 0px;
        transform: initial!important;
        background: transparent;
        border: 0;
        padding-left: 2em;
    }
    /*service*/
    .events_mid_1_top_numbering{
        height: 35px;
        width: 35px;
        font-size: 10px;
        line-height: 35px;
    }
    .events_mid_1_top_text h4, .events_mid_2_bottom_text h4{
            font-size: calc(.75rem + 1vw);
    }
    .para_li_left.border .para_li_content,.para_li_right.border .para_li_content{
            margin-top: -40px;
    background: #f3f3f3;
    }

    /*led*/
    .grid-led-item .mcolor_option,.grid-led-item .mcolor_option img{
        margin-bottom: 0!important;
    }
    .grid-led-item .collection-cap h5{
        font-size: calc(.75rem + 1vw);
    }

    .product_color ul li {
        width: 31.3%;
    }
}

@media (max-width: 767px){
    .grid-item-height, .grid-item-height-half{
        width: 100%;
        float: none;
        height: auto;
        overflow: auto;
    }
    .mobile_only{
        display: block;
    }
    .desktop_only{
        display: none;
    }
    .para_1_half, .para_2_half, .home_category_box ul li.full_c_3 { 
        width: 100%; 
        padding: 0% 0% 0.5% 0%;
    }
    .eventPage .p_l_r_box {
        border-top: 6px solid #f3f3f3 !important;
    }
    .product_color ul li {
/*        width: 48%;*/
        margin-top: 0; 
    }
    .mcolor_option {
        margin-bottom: 10px;
    }
    ul.door_system_frame li {
        width: 48%;
        margin-bottom: 10px;
    }
    ul.door_system li {
        width: 48%;
        margin-bottom: 10px;
    }
    .px-5 {
        padding-right: 2rem !important;
        padding-left: 2rem !important;
    }
    .text-slider * {
/*        width: 65%;*/
    }
    .text-slider-title {
        font-size: 36px;
    }
    ul.safety_cert li {
        width: 31.333%;
    }
    ul.safety_cert li img {
        height: 100px;
    }
}

@media (max-width: 480px){
    .slider-area .hero-caption p {
        font-size: 5vw;
    }
    .text-slider * {
        font-size:2rem
    }
    .text-slider-title {
        font-size: 32px;
        margin-bottom: 1rem;
    }
    .text-slider-description {
        font-size: 14px;
    }
    ul.add_function li {
        width: 48%;
    }
}

/* new design */

.cap_our_coll .carousel-indicators::-webkit-scrollbar {
    height: 4px;
    background: #fff;

}
.cap_our_coll .carousel-indicators::-webkit-scrollbar-thumb {
    background: #0e6db7;
}

.cap_our_coll {
    position: relative;
    padding: 0;
}
.cap_our_coll .carousel-item img{
    height: calc(100vh - 244px);
    height: calc(100vh - 16em);
    object-fit: cover;
}
.cap_our_coll .carousel-indicators{
/*        border-top: 1px solid #777;*/
        justify-content: unset;
        overflow: auto;
        scrollbar-color: #0e6db7 #fff;
}
.cap_our_coll .carousel-indicators .btn_indicators{
    text-align: left;
    width: 100%;
        min-width: 8.6%;
    color: #FFF;
    margin: 0;
    height: auto;
    text-indent: 0;
    min-height: 96px;
    padding: 17px 16px;
    border-left: 1px solid #777;
    cursor: pointer;
    transition: all 200ms ease-out;
    background: #000;
    min-height: 65px;
/*    padding: 30px 56px;*/
    margin-top: 5px;
    border-top: 2px solid transparent;
}
.cap_our_coll .carousel-indicators .btn_indicators:hover{

    background: #00000057;
    backdrop-filter: blur(18px);
}
.cap_our_coll .carousel-indicators .btn_indicators.active{

    background: #00000057;
    backdrop-filter: blur(18px);
}
.cap_our_coll .carousel-indicators .btn_indicators.active::before{
    content: "";
    border: 5px solid;
    top: -10%;
    position: absolute;
    right: 0;
    left: 0;
    transition: left 10ms ease-out;
}
/*.cap_our_coll .carousel-indicators .btn_indicators.active::after{
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}*/
.cap_our_coll .carousel-indicators > .btn_indicators > .text-1 {
    margin-bottom: 10px;
    font-size: 1rem;
    line-height: 1.1875rem;
}
.cap_our_coll .carousel-indicators > .btn_indicators > .text-2 {
    font-size: 1.15rem;
    line-height: 2.125rem;
    font-weight: 500;
}
.owl-bara-fixheigh .owl-item img{
    height: 50vh;
    object-fit: cover;
}
    .owl-bara-fixheigh.owl-bara .owl-nav{
        height: 80px;
        right: 0;
        left: 0;
        position: absolute;
        transform: translate(0%, 50%);
    }
.owl-bara .home_product_title{
margin: 0;
padding: 0;
/*color: #000;*/
}
.owl-bara .owl-item img, .owl-bara .owl-item .home_product_title{    
    /*margin-bottom: 25px;*/
}
.shoscreen_option_wrapper .owl-bara .owl-item img{
    margin-bottom: 0;
}
#carousel-custom-dots{
    display: flex;
    padding: 0 255px;
    margin-bottom: 35px;
    margin-top: 25px;
}
.owl-bara .owl-nav{
    display: flex;
    margin: 0 255px;
    position: relative;
    bottom: 50%;
}
.owl-bara .owl-nav button.owl-next, .owl-bara .owl-nav button.owl-prev{
    position: absolute;
    bottom: 0%;
    width: 80px;
    height: 80px;
    border: 0;
    z-index: 1;
    cursor: pointer;
    background: #fff url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjEuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxpdmVsbG9fMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCgkgdmlld0JveD0iMCAwIDM4LjQgMTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDM4LjQgMTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7ZmlsbDojNTg1ODU3O30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTM4LjIsNS41bC02LjItNS4zYy0wLjMtMC4zLTAuOS0wLjMtMS4yLDBjLTAuMywwLjMtMC4zLDAuOCwwLDFsNC43LDMuOUgwLjh2MS42aDM0LjVsLTQuNywzLjkKCWMtMC4zLDAuMy0wLjMsMC44LDAsMWMwLjMsMC4zLDAuOSwwLjMsMS4yLDBsNi4yLTUuM2MwLjItMC4xLDAuMy0wLjMsMC4zLTAuNVMzOC4zLDUuNiwzOC4yLDUuNXoiLz4KPC9zdmc+Cg==) 50% no-repeat;
    background-size: 38px 12px;
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
}
.owl-bara .owl-nav button.owl-prev {
    left: -3%;
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.owl-bara .owl-nav button.owl-next {
    right: -3%;
}
#carousel-custom-dots .owl-dot{
    display: inline-block;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 2px;
    width: 100%;
    background: #d9d9d9;
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
    border: 0;
    margin: 0;
}
#carousel-custom-dots .owl-dot.active {
    background: #787876;
}
#carousel-custom-dots .owl-dot span{
    width: 0;
    height: 0;
}
@media (max-width: 1300px){
    #carousel-custom-dots{
        padding: 0 75px;
    }
    .owl-bara .owl-nav{
        margin: 0 75px;
    }

    .cap_our_coll .carousel-indicators .btn_indicators{
        min-width: 33.33%;
    }
}

@media (max-width: 992px){
    /* fix menu unable scroll   */
    div#main_nav.show {
        overflow: auto;
        height: 100vh;
    }
    .cap_our_coll .carousel-indicators > .btn_indicators > .text-2 {
        font-size: 1rem;
    }
    .cap_our_coll .carousel-item img {
        height: calc(78vh);
    }
    .owl-carousel.owl-bara .owl-item img {
        height: calc(65vh);
        object-fit: cover;
    }
    .support-location-img img{
        /*height: 33vh;
                object-fit: cover;*/
    }
    .box-add-height{
/*        height: calc(85vh);*/
    }
    .grid-led-item .mcolor_option, .grid-led-item .mcolor_option img{
        width: 100%;
    }
    .grid-item-height{
        height: auto;
    }
    .door_system_frame label.label_radio_border{
        height: calc(40vh);
    }
    /*ul.door_system li .label_radio_border > div{
        height: calc(20vh);
    }*/
    ul.door_system li img{
                object-fit: cover;
        height: 100%;
    }
    ul.projectr_cat li{
            width: 50%;
    }
    .selection_door ul li {
        width: 48%;
    }
    ul.hinges_system_frame li{
        width: 48%;
            margin-top: 2%;
    }

    .support-company-area2 .support-location-img {
        right: 0px;
        margin-bottom: 40px
    }
    .our-services .btn, .about-btn{
        float: none;
        margin: auto;
        width: fit-content;
        display: block;
    }
}
@media (max-width: 600px){
    .owl-bara .owl-nav button.owl-next, .owl-bara .owl-nav button.owl-prev{
            background-size: 38px 12px;
                width: 40px;
    height: 40px;
    }
    .owl-bara .owl-nav button.owl-prev {
        left: -12%;
    }
    .owl-bara .owl-nav button.owl-next{
        right: -12%;
    }
    .owl-bara .owl-nav{
            bottom: 55%;
    }
    .owl-bara .owl-nav {
        margin: 0 9.7vw;
    }
}


.rbm_bd_dark_trnsp:before {
    opacity: .9;
}
.rbm_bd_black:before {
    background: #000;
}

.rbm_modal:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    content: "";
    height: 100%;
    margin: auto;
    position: absolute;
}
.rbm_center > .modal-dialog {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
        transform: none;
    width: 50%;
    height: 68px;
    margin: auto;
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute;
    background: transparent;
}
.rbm_bg_white > .modal-dialog > .modal-content {
    background: #fff;
        -webkit-box-shadow: none;
    box-shadow: none;
}
.rbm_size_search > .modal-dialog > .modal-content {
    width: 100%;
    height: 100%;
    padding: 10px;
}
.rbm_modal > .modal-dialog > .modal-content {
    outline: 0;
    width: 100%;
    height: 100%;
    border: none;
    position: relative;
    background-color: #fff;
        border-radius: 0;
        display: block;
}
.rbm_form_general > .modal-dialog > .modal-content .rbm_input_txt > input {
    height: 48px;
    width: 100%;
    display: block;
    padding: 0 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .5s cubic-bezier(0.22,0.81,0.01,0.99);
    transition: all .5s cubic-bezier(0.22,0.81,0.01,0.99);
}
 .rbm_search .rbm_input_txt{width:80%;padding:0;display:inline-block}
 .rbm_form_general > .modal-dialog > .modal-content .rbm_search .rbm_input_txt > input{
        height: 48px;
    width: 100%;
    padding: 0 20px;
    display: inline-block;
    margin: 0;
    box-shadow: none;
    background: #f7f7f7;
    border: 1px solid #eaeaea;
}
 .rbm_form_general > .modal-dialog > .modal-content .rbm_search .rbm_form_submit{width:20%;position:absolute;display:inline-block}
 .rbm_form_general > .modal-dialog > .modal-content .rbm_search .rbm_form_submit > button {
    margin: 0;
    width: 100%;
    height: 48px;
        background: #4f8af0;
            border: none;
}

/* Comnpile CSS */
@media (max-width: 1440px) {
    .cap_our_coll .carousel-indicators > .btn_indicators > .text-2 {
        font-size: 1.1rem;
        line-height: 2.125rem;
        font-weight: initial;
    }
    p {
        font-size: 16px;
    }
}
@media (max-width: 480px) {
    .px-5 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .owl-carousel.owl-bara .owl-item img {
        height: calc(45vh);
        object-fit: cover;
    }
    ul.door_system_frame li img {
        object-fit: cover;
    }
    ul.door_system_frame {
    display: flex;
    flex-wrap: wrap;
    margin-left: -2%;
    list-style: none;
    flex-direction: column;
}
   ul.door_system_frame li {
        width: 100%;
}
}