﻿.sticky {
    display: block;
    position: fixed;
    right: 0;
    top: 35%;
    z-index: 9999;
}
.sticky-active {
    position: fixed;
    background: #fff;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 999;
    border-bottom: 1px solid #f3f3f3;
    transition: all .3s
}
#custom-sticky .custom-sticky-text {
    position: absolute;
    width: 186px;
    height: 50px;
    right: 100%;
    top: 50%;
    margin-top: -118px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 50px;
    text-align: center;
    background-color: #ef4130;
    transform-origin: right bottom;
    transform: translateY(-50%) rotate(-90deg);
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    -moz-transform: translateY(-50%) rotate(-90deg);
    -o-transform: translateY(-50%) rotate(-90deg);
    transition: .3s margin-right ease;
    -webkit-transition: .3s margin-right ease;
    -ms-transition: .3s margin-right ease;
    -moz-transition: .3s margin-right ease;
    -o-transition: .3s margin-right ease;
    z-index: 1;
}

#custom-sticky .custom-sticky-text-mobile {
    display: none;
}

#custom-sticky .custom-sticky-container {
    position: relative;
    width: 204px;
    background: #cc291b;
    z-index: 2;
    border-left: 4px solid #e63324;
}

#custom-sticky .custom-sticky-item {
    position: relative;
    text-align: center;
}

#custom-sticky .custom-sticky-item + .custom-sticky-item, #custom-sticky .custom-sticky-sub a + a {
    border-top: 1px solid #e63324;
}

#custom-sticky .custom-sticky-item + .custom-sticky-item, #custom-sticky .custom-sticky-sub a + a {
    border-top: 1px solid #e63324
}
    #custom-sticky .custom-sticky-item + .custom-sticky-item:hover
    {
        color:#fff;
    }
    #custom-sticky {
        right: -204px;
        transition: .3s right ease;
        -webkit-transition: .3s right ease;
        -ms-transition: .3s right ease;
        -moz-transition: .3s right ease;
        -o-transition: .3s right ease
    }

#custom-sticky:hover {
    right: 0
}

#custom-sticky .custom-sticky-text {
    position: absolute;
    width: 186px;
    height: 50px;
    right: 100%;
    top: 50%;
    margin-top: -118px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 50px;
    text-align: center;
    background-color: #ef4130;
    transform-origin: right bottom;
    transform: translateY(-50%) rotate(-90deg);
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    -moz-transform: translateY(-50%) rotate(-90deg);
    -o-transform: translateY(-50%) rotate(-90deg);
    transition: .3s margin-right ease;
    -webkit-transition: .3s margin-right ease;
    -ms-transition: .3s margin-right ease;
    -moz-transition: .3s margin-right ease;
    -o-transition: .3s margin-right ease;
    z-index: 1
}

#custom-sticky .custom-sticky-text-mobile {
    display: none
}

#custom-sticky:hover .custom-sticky-text {
    margin-right: -50px
}

#custom-sticky .custom-sticky-container {
    position: relative;
    width: 204px;
    background: #cc291b;
    z-index: 2;
    border-left: 4px solid #e63324
}

#custom-sticky .custom-sticky-container a {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none
}

#custom-sticky .custom-sticky-item {
position: relative;
text-align: center
}
#custom-sticky .custom-sticky-item a:hover {
    color: #fff !important;
}
#custom-sticky .custom-sticky-item > a {
    display: block;
    width: 100%;
    height: 100px;
    line-height: 100px;
    font-size: 0
}
#custom-sticky .custom-sticky-item > a span:hover, #custom-sticky .custom-sticky-placeholder span:hover {
    color: #fff !important;
}
#custom-sticky .custom-sticky-item > a span, #custom-sticky .custom-sticky-placeholder span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 1.2em;
    max-width: 120px
}

#custom-sticky .custom-sticky-item > a img, #custom-sticky .custom-sticky-placeholder img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 16px
}

    #custom-sticky .custom-sticky-placeholder {
        position: relative;
        z-index: 2;
        display: block;
        width: 100%;
        height: 100px;
        line-height: 100px;
        color: #fff;
        font-size: 0;
        font-weight: 700;
        transition: .3s all ease;
        -webkit-transition: .3s all ease;
        -ms-transition: .3s all ease;
        -moz-transition: .3s all ease;
        -o-transition: .3s all ease
    }

    #custom-sticky .custom-sticky-item:hover .custom-sticky-placeholder {
        transform: scale(0);
        opacity: 0
    }

    #custom-sticky .custom-sticky-sub {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        padding-top: 3px;
        padding-left: 20px;
        padding-right: 20px;
        opacity: 0;
        transition: .3s opacity ease;
        -webkit-transition: .3s opacity ease;
        -ms-transition: .3s opacity ease;
        -moz-transition: .3s opacity ease;
        -o-transition: .3s opacity ease
    }

    #custom-sticky .custom-sticky-item:hover .custom-sticky-sub {
        opacity: 1
    }

    #custom-sticky .custom-sticky-sub a {
        display: block;
        width: 100%;
        padding-top: 4px;
        padding-bottom: 4px
    }

@media screen and (max-width:960px) {
    #custom-sticky .custom-sticky-text:after, #custom-sticky.mobile-active .custom-sticky-text-mobile:after {
        content: "";
        vertical-align: middle;
        border-bottom: 3px solid #fff;
        border-left: 3px solid #fff
    }

    #custom-sticky {
        width: 100%;
        top: auto;
        bottom: 0;
        right: auto;
        transition: none;
        -webkit-transition: none;
        -ms-transition: none;
        -moz-transition: none;
        -o-transition: none
    }

        #custom-sticky:hover {
            right: auto
        }

        #custom-sticky .custom-sticky-text {
            width: 100%;
            height: 50px;
            right: 0;
            top: 0;
            margin-top: -49px;
            transform-origin: center;
            transform: none;
            -webkit-transform: none;
            -ms-transform: none;
            -moz-transform: none;
            -o-transform: none;
            transition: .3s margin-right ease;
            -webkit-transition: .3s margin-right ease;
            -ms-transition: .3s margin-right ease;
            -moz-transition: .3s margin-right ease;
            -o-transition: .3s margin-right ease
        }

        #custom-sticky:hover .custom-sticky-text {
            margin-right: 0
        }

        #custom-sticky.mobile-active .custom-sticky-text {
            display: none
        }

        #custom-sticky .custom-sticky-text:after {
            display: inline-block;
            width: 14px;
            height: 14px;
            margin-top: 4px;
            margin-left: 10px;
            transform: rotate(135deg);
            -webkit-transform: rotate(135deg);
            -ms-transform: rotate(135deg);
            -moz-transform: rotate(135deg);
            -o-transform: rotate(135deg)
        }
		#custom-sticky .mobile {
   		 display:none;
		}
        #custom-sticky .custom-sticky-text-mobile {
            position: absolute;
            width: 100%;
            height: 50px;
            right: 0;
            top: 0;
            margin-top: -49px;
            text-align: center;
            background-color: #ef4130
        }

        #custom-sticky.mobile-active .custom-sticky-text-mobile {
            display: block
        }

            #custom-sticky.mobile-active .custom-sticky-text-mobile:after {
                display: inline-block;
                width: 14px;
                height: 14px;
                margin-top: 14px;
                transform: rotate(-45deg);
                -webkit-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                -moz-transform: rotate(-45deg);
                -o-transform: rotate(-45deg)
            }

        #custom-sticky .custom-sticky-container {
            width: 100%;
            margin-bottom: -201px;
            border-left: none;
            transition: .3s margin-bottom ease;
            -webkit-transition: .3s margin-bottom ease;
            -ms-transition: .3s margin-bottom ease;
            -moz-transition: .3s margin-bottom ease;
            -o-transition: .3s margin-bottom ease
        }

        #custom-sticky.mobile-active .custom-sticky-container {
            margin-bottom: 0
        }
}
.topheader h4 {
    color: #fff;
}
.main-title-2 {
    margin-bottom: 0 !important;
}
.bg_color_4 {
    background-color: #218ece;
}
.Form_col {
    padding: 0;
    margin-top: 60px;
}
.nobottom{
    margin-bottom:0px !important;
}
.topheader h4 a {
    font-size: 20px;
    color: #fff;
}

    .topheader h4 b {
        color: #ffe000;
        padding-left: 10px;
    }
.head_bas
{
    font-size:20px;
}

.subbanner {
    text-align: center;
    font-size: 30px;
    background: #0053a3;
    padding-top:30px;   
    padding-bottom:30px;
    color: #fff;
}
@media only screen and (max-width: 900px) {
    .logo_width {
        width: 150px !important;
    }

    .col_mob {
        display: none;
    }

    .col_mob_form {
        margin-bottom: 30px;
    }

    .line_mob {
        margin-left: 15px;
        margin-right: 15px;
    }

    .btn_mobile {
        width: 100%;
    }

    .form_mob_line {
        margin: 0px;
    }

    .form_mob_linee {
        margin-top: 0px;
    }

    .head_mob_active {
        display: block;
    }

    .head_mob_noactive {
        display: none;
    }

    .slider_imgg {
       
    }

    .slider-contact-form {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 600px) {
    .logo_width {
        width: 90px !important;
    }
    .col_mob{
        display:none;
    }
    .col_mob_form
    {
        margin-bottom:30px;

    }
    .line_mob
    {
        margin-left:15px;
        margin-right:15px;
    }
    .btn_mobile
    {
        width:100% !important;
    }
    .form_mob_line {
        margin:0px;
        
    }
    .form_mob_linee {
        margin-top: 0px;
    }
    .head_mob_active {
        display: block !important;
    }
    .head_mob_noactive {
        display: none;
    }

    .slider-contact-form {
        margin-top: 10px;
        margin-bottom:10px;
    }
}
.top-6{
    font-size:0.8em;
}
.top-7 {
    font-size: 0.8em;
    margin-right:5px;
}
.space_heading{
    margin-top:0 !important;
}
.space_form {
    padding-top: 2.6rem !important;
}
.form_text{
    font-size:16px !important;
}
.head_mob_active {
    display: none;
}
.adres_font{
    font-size:14px;
    color:#fff;
}
.slider_col
{
    position:relative;
}
.breadcrumb {
    background: none;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
    font-size:16px;
}
.breadcrumb>li {
    display: inline-block;
    font-size: 0.8em;
    text-transform: uppercase;
    text-shadow: none;
}
.breadcrumb > li > a {
    color: #ffe000;
}
.breadcrumb > li > a:hover {
    color: #fff !important;
}
.row_space{
    margin-bottom:-15px;
}
.arrow{
    font-size:0.8em;
}
.color_strong {
    color: #39c2d7;
}
.color_strong2 {
    color: rgba(0, 0, 0, 1);
    font-weight:600;
}
@media (min-width: 992px) {
        .slider-contact-form {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 99;
        width: 100%;
    }
}
.slider_imgg {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
}
.btn_form {
    width: 158px;
    display: inline-block;
    background-color: #e63323;
    text-transform: uppercase;
    line-height: 45px;
    padding: 0 25px;
    border: 1px solid #e63323;
    outline: none;
    transition: all .5s;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}
    .btn_form:hover {
        background: #e63323;
        border: 1px solid #e63323;
        color: #fff;
    }
.bg-color {
    background-color: #0053a3 !important;
}
    @media only screen and (max-width: 600px) {
    }
    /* Menu */
    .main-menu {
    position: relative;
    z-index: 9;
    width: auto;
    top: 11px;
    float: right;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .main-menu ul, .main-menu ul li {
        position: relative;
        margin: 0;
        padding: 0;
    }

        .main-menu ul a, .main-menu ul li a {
            position: relative;
            margin: 0;
            padding: 0;
            display: block;
            padding: 10px;
        }

    /*First level styles */
    .main-menu > ul > li > a {
        color: #333;
        padding: 3px 10px;
        font-size: 14px;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
    }
        .main-menu > ul > li > a:hover {
            color: #39c2d7 !important;
        }
        .main-menu > ul > li:hover > a {
            color: #218ece;
        }
@media only screen and (max-width: 900px) {
    .main-menu > ul > li > a > span {
        color: #333;
        padding: 3px 10px;
        font-size: 14px;
        font-size: 14px;
        font-weight: 500;
        text-transform: uppercase;
    }

    .main-menu > ul > li:hover > a {
        color: #218ece;
    }
}

/* Opacity mask when left open */
.layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 100%;
    z-index: 100;
    min-height: 100%;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0s ease 0.3s;
    -moz-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0s ease 0.3s;
    -ms-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0s ease 0.3s;
    -o-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0s ease 0.3s;
    transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0s ease 0.3s;
    opacity: 0;
    visibility: hidden;
}

.layer-is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
    -moz-transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
    -ms-transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
    transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
}

#close_in, #header_menu, .cmn-toggle-switch {
    display: none;
}

/* All styles for screen size over 992px
================================================== */
@media only screen and (min-width: 992px) {
    .main-menu {
        width: auto;
    }

        .main-menu a {
            white-space: nowrap;
        }

        .main-menu ul li {
            display: inline-block;
        }

            .main-menu ul li.submenu:hover > a:before,
            .main-menu ul li.submenu:hover > a:after {
                bottom: -10px;
                opacity: 0;
            }

            /* Submenu*/
            .main-menu ul ul, .main-menu ul li .menu-wrapper {
                position: absolute;
                border-top: 2px solid #e74e84;
                z-index: 1;
                visibility: hidden;
                left: 3px;
                top: 100%;
                margin: 0;
                display: block;
                padding: 0;
                background: #fff;
                min-width: 210px;
                -webkit-box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.175);
                -moz-box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.175);
                box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.175);
                -webkit-transform: translateY(20px);
                -moz-transform: translateY(20px);
                -ms-transform: translateY(20px);
                -o-transform: translateY(20px);
                transform: translateY(20px);
                opacity: 0;
                -moz-transition: all 0.2s ease;
                -o-transition: all 0.2s ease;
                -webkit-transition: all 0.2s ease;
                -ms-transition: all 0.2s ease;
                transition: all 0.2s ease;
            }

            .main-menu ul li .menu-wrapper {
                padding: 10px 15px !important;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
            }

            .main-menu ul li:hover > ul, .main-menu ul li:hover .menu-wrapper {
                padding: 0;
                visibility: visible;
                -webkit-transform: translateY(0);
                -moz-transform: translateY(0);
                -ms-transform: translateY(0);
                -o-transform: translateY(0);
                transform: translateY(0);
                opacity: 1;
            }
        .main-menu ul li a span {
            margin-left:17px;
            position:absolute;
            margin-top:-2px;
        }
        .main-menu ul .menu-wrapper ul {
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
            border-top: none;
            margin: 0;
            position: static;
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            transform: translateY(0);
        }

            .main-menu ul .menu-wrapper ul:before {
                border: 0;
            }

        .main-menu ul ul li {
            display: block;
            height: auto;
            padding: 0;
        }

            .main-menu ul ul li a {
                font-size: 13px;
                font-size: 0.8125rem;
                color: #555;
                border-bottom: 1px solid #ededed;
                display: block;
                padding: 15px;
                -moz-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                -webkit-transition: all 0.3s ease;
                -ms-transition: all 0.3s ease;
                transition: all 0.3s ease;
            }

            .main-menu ul ul li:last-child a {
                border-bottom: none;
            }

            .main-menu ul ul li:hover > a {
                background-color: #f9f9f9;
                color: #e74e84;
                padding-left: 18px;
            }

            /* Submenu 3rd level */
            .main-menu ul ul li.third-level > a {
                font-weight: normal !important;
            }

                .main-menu ul ul li.third-level > a:hover {
                    background-color: #f9f9f9;
                    color: #e74e84;
                    padding-left: 18px;
                    opacity: 1;
                }

                .main-menu ul ul li.third-level > a:after {
                    font-family: 'ElegantIcons';
                    content: "\35";
                    float: right;
                    font-size: 16px;
                    font-size: 1rem;
                    margin-top: -2px;
                }

        .main-menu ul ul ul {
            position: absolute;
            border-top: 0;
            z-index: 1;
            height: auto;
            left: 100%;
            top: 0;
            margin: 0;
            padding: 0;
            background: #fff;
            min-width: 190px;
            -webkit-box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.175);
            -moz-box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.175);
            box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.175);
        }
}

@media only screen and (max-width: 991px) {
    .main-menu ul li a:hover,
    a.show-submenu:hover,
    a.show-submenu:focus,
    a.show-submenu-mega:hover,
    a.show-submenu-mega:focus {
        color: #39c2d7 !important;
        background-color: #f9f9f9;
    }

    .main-menu ul li {
        border-top: none;
        border-bottom: 1px solid #ededed;
        color: #fff;
    }

        /* Menu mobile first level */
        .main-menu ul li a {
            padding: 15px !important;
        }

    .main-menu li,
    .main-menu a {
        display: block;
        color: #333 !important;
    }

    .main-menu li {
        position: relative;
    }

    .main-menu a:hover {
        color: #e74e84 !important;
    }

    .main-menu ul > li {
        padding-bottom: 0;
    }

        .main-menu ul > li i {
            float: right;
        }

    /* Menu mobile second level */
    .main-menu ul li.submenu ul {
        border-left: 1px solid #ededed;
        margin: 0 0 10px 25px;
    }

        .main-menu ul li.submenu ul li {
            border: 0;
        }

        /* Menu mobile 3rd level */
        .main-menu ul li.submenu ul ul {
            border-left: none;
            margin: 0 0 0 15px;
        }

    /* Menu mobile left panel */
    .main-menu {
        overflow-y: scroll;
        padding-bottom: 55px;
        transform: translateX(-102%);
        top: 57px;
        border-top: 1px solid #ededed;
        left: 0;
        bottom: 0;
        width: 55%;
        height: 100%;
        position: fixed;
        background-color: #fff;
        -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
        -moz-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
        -ms-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
        -o-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
        transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    }

        .main-menu.show {
            transform: translateX(0);
        }

        .main-menu .show-submenu + ul,
        a.show-submenu-mega + .menu-wrapper {
            display: none;
            visibility: hidden;
        }

            a.show-submenu-mega + .menu-wrapper.show_mega,
            .main-menu a.show-submenu + ul.show_normal {
                display: block;
                visibility: visible;
            }

    /* Hamburger menu button*/
    .cmn-toggle-switch {
        position: relative;
        display: block;
        overflow: visible;
        position: absolute;
        top: 15px;
        right: 15px;
        margin: 0;
        padding: 0;
        width: 30px;
        height: 30px;
        font-size: 0;
        text-indent: -9999px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        box-shadow: none;
        border: none;
        cursor: pointer;
        z-index: 99999999;
    }

        .cmn-toggle-switch:focus {
            outline: none;
        }

        .cmn-toggle-switch span {
            display: block;
            position: absolute;
            top: 10px;
            left: 0;
            right: 0;
            height: 2px;
            background: #333;
        }

            .cmn-toggle-switch span::before,
            .cmn-toggle-switch span::after {
                position: absolute;
                display: block;
                left: 0;
                width: 100%;
                height: 2px;
                background-color: #333;
                content: "";
            }

            .cmn-toggle-switch span::before {
                top: -10px;
            }

            .cmn-toggle-switch span::after {
                bottom: -10px;
            }

    .cmn-toggle-switch__htx span::before,
    .cmn-toggle-switch__htx span::after {
        -webkit-transition-duration: 0.3s, 0.3s;
        transition-duration: 0.3s, 0.3s;
        -webkit-transition-delay: 0.3s, 0;
        transition-delay: 0.3s, 0;
    }

    .cmn-toggle-switch__htx span::before {
        -webkit-transition-property: top, -webkit-transform;
        transition-property: top, transform;
    }

    .cmn-toggle-switch__htx span::after {
        -webkit-transition-property: bottom, -webkit-transform;
        transition-property: bottom, transform;
    }

    /* active state, i.e. menu open */
    .cmn-toggle-switch__htx.active span {
        background: none !important;
    }

        .cmn-toggle-switch__htx.active span::before {
            top: 0;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        .cmn-toggle-switch__htx.active span::after {
            bottom: 0;
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

        .cmn-toggle-switch__htx.active span::before,
        .cmn-toggle-switch__htx.active span::after {
            -webkit-transition-delay: 0, 0.3s;
            transition-delay: 0, 0.3s;
        }
}

@media only screen and (max-width: 480px) {
    .main-menu {
        width: 100%;
    }
}