        
        /*1*/



        /*header css*/
        body {
            color: rgba(41, 41, 41, 0.75);
            margin: 0;
            background: #FFF;
            font-family: 'Adobe Garamond Pro';
            font-size: 16px;
            font-weight: 400;
        }

        *,
        :after,
        :before {
            box-sizing: border-box;
            text-rendering: optimizeLegibility;
        }

        html:root {
            --main_color: #070808;
            --second_color: #28262f;
            --hover_color: #bbc7d3;
            --hover_color2: #ff6501;
            --original_font: 'Ubuntu';
            --body_font: 'Adobe Garamond Pro';
            --body_font2: 'Mrs Saint Delafield';
        }

        .customClear:before,
        .customClear:after,
        .container-fluid-custom:before,
        .container-fluid-custom:after,
        .container-custom:before,
        .container-custom:after {
            content: "";
            display: block;
            height: 0;
            overflow: hidden;
            clear: both;
        }

        footer ul,
        header ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        h1,
        h2 {
            font-weight: 300;
            margin-top: 0;
            color: #292929;
        }

        h3,
        h4,
        h5,
        h6 {
            font-weight: 600;
            margin-top: 0;
            color: #292929;
        }

        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            font-family: var(--original_font);
        }

        h1 {
            font-size: 66px;
            letter-spacing: 2.64px;
        }

        h2 {
            font-size: 40px;
            letter-spacing: 0.4px;
        }

        h3 {
            font-size: 30px;
            letter-spacing: 0.6px;
        }

        h4 {
            font-size: 24px;
        }

        h5 {
            font-size: 18px;
        }

        h6 {
            font-size: 14px;
        }

        /*Fly Out Form*/
        .CustomMobileMenu {
            position: absolute;
            width: 0px;
            background: #fff;
            transition: all 0.4s;
            z-index: 9;
            top: 100%;
            overflow-y: auto;
            overflow-x: hidden;
            right: 0;
            box-shadow: 0 10px 50px rgba(0, 0, 0, 0.12);
        }

        .CustomMobileMenu.open {
            width: 375px;
        }

        .CustomMobileMenu .counter {
            padding: 0;
            width: 375px;
        }

        .CustomMobileMenu .topM {
            position: relative;
            padding: 15px 10px;
            margin-bottom: 40px;
            text-align: center;
            background: var(--hover_color);
            margin-top: 0;
        }

        .CustomMobileMenu .topM a {
            display: block;
            position: relative;
            color: #fff;
            font-size: 22px;
            font-weight: 300;
            line-height: 0;
        }

        .CustomMobileMenu .topM a:hover img {
            opacity: 0.8;
        }

        .CustomMobileMenu .topM a img {
            width: 100%;
            max-width: 269px;
            transition: 0.3s;
        }

        .CustomMobileMenu .gform_wrapper .gform_body .ginput_container_checkbox label {
            display: inline-block !important;
        }

        .CustomMobileMenu .gform_wrapper .gform_body li {
            margin-top: 20px;
        }

        .CustomMobileMenu .gform_wrapper .gform_body .ginput_container_checkbox {
            margin-top: 40px;
        }

        .CustomMobileMenu .gform_wrapper {
            padding: 0 50px 50px;
        }

        .CustomMobileMenu .gform_wrapper .gform_body li input::-webkit-input-placeholder,
        .CustomMobileMenu .gform_wrapper .gform_body li textarea::-webkit-input-placeholder {
            color: rgba(53, 56, 73, 0.5);
            font-size: 16px;
            font-weight: 500;
        }

        .CustomMobileMenu .gform_wrapper .gform_body li input::-moz-placeholder,
        .CustomMobileMenu .gform_wrapper .gform_body li textarea::-moz-placeholder {
            color: rgba(53, 56, 73, 0.5);
            font-size: 16px;
            font-weight: 500;
            opacity: 1;
        }

        .mobileMenuClose i {
            transition: 0.3s;
            color: #fff;
            font-size: 30px;
            color: #fff;
            display: none;
        }

        .mobileMenuClose i:hover {
            opacity: 0.5;
        }

        .mobileMenuClose {
            position: absolute;
            top: 5px;
            right: 10px;
            cursor: pointer;
            z-index: 9;
            padding: 3px;
            color: #fff;
        }

        .gform_wrapper .gform_body li input,
        .gform_wrapper .gform_body li textarea {
            border-bottom: 1px solid #C5C5C5;
            color: #292929;
            font-size: 16px;
        }

        .gform_wrapper .gform_body li input::-webkit-input-placeholder,
        .gform_wrapper .gform_body li textarea::-webkit-input-placeholder {
            color: rgba(53, 56, 73, 0.5);
            font-size: 16px;
        }

        .gform_wrapper .gform_body li input::-moz-placeholder,
        .gform_wrapper .gform_body li textarea::-moz-placeholder {
            color: rgba(53, 56, 73, 0.5);
            font-size: 16px;
            opacity: 1;
        }

        .CustomMobileMenu .gform_wrapper .gform_footer input {
            background: var(--main_color) !important;
            color: #fff;
            text-transform: uppercase;
            font-size: 16px !important;
            height: 55px;
            font: 600 16px/25px var(--original_font) !important;
            /*border-radius: 50px;*/
            cursor: pointer;
        }

        .CustomMobileMenu .gform_wrapper .gform_footer input:hover {
            background: var(--hover_color) !important;
            color: #fff;
        }

        .CustomMobileMenu .gform_wrapper .gform_body li .policy {
            padding-left: 20px;
        }

        .CustomMobileMenu .gform_wrapper .gform_body li .policy label {
            display: inline-block !important;
        }

        .gform_wrapper .gform_body li input[type="checkbox"] {
            display: none;
        }

        .CustomMobileMenu .gform_wrapper .gform_body li .policy label span {
            position: relative;
            font-size: 10px;
            font-weight: 300;
        }

        .CustomMobileMenu .gform_wrapper .gform_body li .policy label span::before {
            content: '';
            position: absolute;
            top: 0;
            left: -20px;
            width: 13px;
            height: 13px;
            border: 1px solid var(--main_color);
            color: var(--main_color);
            display: inline-flex;
            justify-content: center;
            align-items: center;
            font-size: 14px;
        }

        .CustomMobileMenu .gform_wrapper .gform_body li input[type="checkbox"]:checked~span::before {
            content: '✓';
        }

        .CustomMobileMenu .gform_wrapper .gform_body li .policy>a {
            color: var(--main_color);
            text-decoration: underline;
            text-transform: uppercase;
            font-size: 10px;
            font-weight: 300;
        }

        .CustomMobileMenu .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
            max-width: 100% !important;
        }

        .CustomMobileMenu .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
        .CustomMobileMenu .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
            margin-top: 0;
        }

        .CustomMobileMenu .gform_confirmation_message {
            color: #2a2a2a;
            padding-bottom: 25px;
        }


        /*header*/
        /*header*/
        /*header*/
        .home header {
            position: absolute;
            top: auto;
        }

        .c-select-list::before {
            display: none;
        }

        header {
            position: relative;
            width: 100%;
            top: 0;
            line-height: 1.2;
            z-index: 999;
            background: #333;
            font-family: 'Ubuntu';
            font-size: 16px;
            letter-spacing: 0.64px;
        }

        .home header {
            background: transparent;
        }

        .mobileMenu {
            display: none;
        }

        .menu-item-has-children ul {
            position: absolute;
            top: 100%;
            display: none;
            min-width: 100%;
            left: 0;
            padding-top: 15px;
        }

        .menu-item-has-children ul li {
            display: block;
            margin-right: 0 !important;
            position: relative;
        }

        .menu-item-has-children ul li a {
            padding: 10px 20px 10px 10px;
            display: block;
            text-align: left;
            background: #fff;
            color: var(--main_color) !important;
        }

        .menu-item-has-children ul ul {
            top: 0;
            left: 100%;
            padding-top: 0;
        }

        .header-nav .caret {
            color: #fff;
        }

        .menu-item-has-children ul .caret {
            right: 5px;
        }

        .openMenu {
            display: block !important;
        }

        .sub-menu .sub-menu {
            padding-top: 0 !important;
        }

        .fixing>.container-fluid,
        .topPart>.container-fluid {
            padding: 0;
        }

        header nav {
            text-align: right;
        }

        header nav li,
        header .menu-header-menu-right-container li {
            position: relative;
        }

        header nav li a,
        header .menu-header-menu-right-container li a {
            position: relative;
            white-space: nowrap;
            padding: 10px 20px;
            display: block;
            text-decoration: none !important;
            line-height: 1.2;
            color: #000;
            text-transform: uppercase;
        }

        .home header nav li a,
        .home header .menu-header-menu-right-container li a {
            color: #fff;
        }

        header nav .sub-menu li {
            width: auto;
            min-width: 100%;
        }

        .sub-menu {
            left: 0;
            position: absolute;
            top: 0;
            width: auto;
        }

        header nav>.menu-header-menu-container>ul>li,
        header .menu-header-menu-right-container>ul>li {
            display: inline-block;
        }

        header nav>.menu-header-menu-container>ul>li>a,
        header .menu-header-menu-right-container>ul>li>a {
            text-transform: uppercase;
        }

        .rightCaret,
        .leftCaret {
            display: none;
        }

        .logo a {
            line-height: 1;
        }

        .home header .rightSide {
            display: flex;
            align-items: center;
            justify-content: flex-start;
        }

        header .rightSide {
            display: flex;
            align-items: center;
            padding-top: 21px;
        }

        header nav>.menu-header-menu-container>ul>li>a::before,
        header .menu-header-menu-right-container>ul>li>a::before {
            content: '';
            position: absolute;
            bottom: 5px;
            left: 50%;
            width: 0;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            transform: translateX(-50%);
            height: 1px;
            background: rgba(187, 199, 211, 0.3);
            -webkit-transition: .5s;
            -o-transition: .5s;
            transition: .5s;
        }

        header nav>.menu-header-menu-container>ul>li>a:hover::before,
        header .menu-header-menu-right-container>ul>li>a:hover::before {
            width: 50%;
        }

        .mobileMenu {
            background: transparent !important;
        }

        .fixing.activated {
            background: #fff;
        }

        .fixing.activated nav li a,
        .fixing.activated .menu-header-menu-right-container li a {
            color: #000;
        }

        .fixing.activated nav .sub-menu li a,
        .fixing.activated .menu-header-menu-right-container .sub-menu li a {
            color: var(--main_color);
        }

        .fixing.activated .contact a {
            color: #000;
            border: 1px solid #000;
            outline-color: #000;
        }

        .fixing.activated .contact a:hover {
            color: #fff;
            border-color: var(--main_color);
            background: var(--main_color);
            outline-color: var(--main_color);
        }

        header .weather {
            margin: 0;
            color: #353849;
            order: -1;
            width: 5%;
            display: flex;
            justify-content: flex-end;
        }

        .home header .weather {
            color: #fff;
        }

        .home .fixing.activated .weather {
            color: #353849;
        }

        header .weather img {
            margin-right: 4px;
            height: 16px;
        }

        .home header .weather img.black_image {
            display: block;
        }

        .home header .weather img.white_image {
            display: block;
        }

        .home header .weather img.black_image {
            display: none;
        }

        .home .fixing.activated .weather img.black_image {
            display: block;
        }

        .home .fixing.activated .weather img.white_image {
            display: none;
        }

        /*sticky header*/
        .fixing {
            top: -70px;
            transition: top 0.3s;
            background: #fff;
        }

        .home .fixing {
            background: transparent;
        }

        .home header .activated .flex_wrapper {
            background: #fff;
            box-shadow: 0px 3px 25px rgba(0, 0, 0, 0.16);
        }

        .fixing.activated {
            position: fixed;
            width: 100%;
            left: 0;
            background: #fff;

        }

        /*Mobile Menu*/
        .mobileMenu {
            display: none;
            cursor: pointer;
            float: right;
            height: auto;
            padding-left: 30px;
            width: auto;
        }

        .iconAnime {
            position: relative;
            width: 45px;
            height: 35px;
            display: inline-block;
            top: 0px;
        }

        .iconAnime span {
            height: 5px;
            width: 100%;
            border-radius: 3px;
            background: #292929BF;
            display: inline-block;
            float: left;
            position: absolute;
            left: 0;
        }

        .iconAnime span:first-child {
            top: 0;
            transition: all 0.25s;
        }

        .iconAnime span:nth-child(2) {
            top: calc(50% - 3px);
            transition: all 0.25s;
        }

        .iconAnime span:last-child {
            bottom: 0;
            transition: all 0.25s;
        }

        .mobileMenuOpen .iconAnime span:first-child {
            top: calc(50% - 3px);
            transform: rotate(225deg);
        }

        .mobileMenuOpen .iconAnime span:nth-child(2) {
            top: calc(50% - 3px);
            display: none;
        }

        .mobileMenuOpen .iconAnime span:last-child {
            top: 15px;
            transform: rotate(135deg);
        }

        .menu-item-has-children .thereCaret.active img {
            transform: rotate(90deg);
        }

        .menu-item-has-children .menu-item-has-children .thereCaret {
            top: 0;
        }

        .menu-item-has-children .menu-item-has-children .thereCaret img {
            height: 20px;
        }

        .menu-item-has-children .thereCaret {
            padding: 0px 10px;
            position: absolute;
            top: 10px;
            right: 20px;
            cursor: pointer;
            display: block;
            z-index: 2;
        }

        .thereCaret img {
            height: 18px;
            transition: all 0.3s;
        }

        header .caret {
            border-top: 4px solid #ccc;
            border-left: 4px solid transparent;
            border-right: 4px solid transparent;
            position: absolute;
            right: 3px;
            top: 50%;
            transform: translateY(-50%);
            /*display:none;*/
        }

        /*Header Custom*/
        header .rightSide {
            padding: 0;
        }

        header .contact {
            margin-right: 25px;
            margin-left: 25px;
        }

        header .contact a {
            /*outline: 1px solid #292929;
     outline-offset: 4px;*/
            display: block;
            border: 1px solid #292929;
            color: #292929;
            padding: 8px 23px;
            text-transform: uppercase;
            /*border-radius: 50px;*/
        }

        .home header .contact a {
            border-color: #fff;
            color: #fff;
            /*outline: 1px solid #fff;
     outline-offset: 4px;*/
        }

        .home header .contact a:hover {
            outline-color: var(--hover_color);
            border-color: var(--hover_color);
            color: var(--hover_color);
            background: none;
        }

        .home header .fixing.activated .contact a:hover {
            border-color: var(--hover_color);
            background: var(--hover_color);
            outline-color: var(--hover_color);
            color: #292929;
        }

        header .contact a:hover {
            background: var(--main_color);
            border-color: var(--main_color);
            color: #fff;
        }

        header .phone_number {
            color: #000;
        }

        .home header .phone_number {
            color: #fff;
        }

        header .phone_number span {
            display: none;
        }

        header .activated .phone_number {
            color: #000;
        }

        header .phone_number:hover {
            color: var(--hover_color);
        }

        header .phone i {
            display: none;
        }

        header .phone_number svg {
            height: 32px;
            width: 32px;
            /*display: none;*/
        }

        .home header .phone_number i {
            display: none;
        }

        .fixing.activated .fa-search {
            color: #4A4A4A !important;
        }

        .fixing.activated .fa-search:hover {
            color: var(--main_color) !important;
        }

        header .flex_wrapper {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        header .flex_wrapper::before,
        header .flex_wrapper::after {
            display: none;
        }

        header .mail {
            position: relative;
            padding-left: 20px;
            cursor: pointer;
            display: none;
        }

        header .mail svg path {
            transition: .3s;
        }

        header .mail:hover svg path,
        header a:hover svg path {
            fill: var(--hover_color) !important;
        }

        header .activated .mail:hover svg path,
        header .activated a:hover svg path {
            fill: var(--main_color);
        }

        header .activated .mail svg path,
        header .activated a svg path,
        header a svg path,
        header .mail svg path {
            fill: #000;
            transition: .3s;
        }

        .home header .mail svg path,
        .home header a svg path {
            fill: #fff;
        }

        .home header .activated .mail svg path,
        .home header .activated a svg path {
            fill: #000;
        }

        /*end header*/
        /*end header*/



/*2*/

        /*logo center css*/
        .home .fixing .logo a .whiteLogo {
            display: block;
        }

        .home .fixing .logo a .mainLogo {
            display: none;
        }

        .home .fixing.activated .logo a .whiteLogo {
            display: none;
        }

        .home .fixing.activated .logo a .mainLogo {
            display: block;
        }

        .fixing .logo a .whiteLogo {
            display: none;
        }

        .fixing .logo a .mainLogo {
            display: block;
            height: 70px;
        }

        /*logo center css*/
        .logo a {
            position: absolute;
            top: 0;
            left: 50%;
            transform: translateX(-50%);
            z-index: 9;
            max-width: 265px;
            display: block;
            padding: 10px;
            border-radius: 50%;
        }

        .rightCaret,
        .leftCaret {
            display: block;
            position: absolute;
            bottom: 6px;
            width: 30px;
            height: 31px;
            background: #fff;
            z-index: -2;
            box-shadow: 0px 3px 25px rgba(0, 0, 0, 0.16);
            box-sizing: border-box;
            display: none;
        }

        .home .rightCaret,
        .home .leftCaret {
            bottom: 7px;
        }

        .leftCaret {
            left: 0;
            transform: translateX(-50%) rotate(45deg);
        }

        .rightCaret {
            right: 0;
            transform: translateX(50%) rotate(-45deg);
        }

        .logo {
            margin: 0;
            width: 300px;
            align-self: flex-start;
        }

        .logo img {
            height: 120px;
        }

        header .phone_number {
            font-size: 16px;
            font-weight: 600;
            padding-left: 15px;
        }

        /*.modal_btn svg {
     height: 27px;
      }
      header .mail svg {
      height: 24px;
     }*/
        header .flex_wrapper {
            padding: 30px 10px;
            justify-content: center;
            border-bottom: 0;
            box-shadow: 0px 3px 25px rgba(0, 0, 0, 0.16);
        }

        .home header .flex_wrapper {
            box-shadow: none;
            background: transparent linear-gradient(180deg, #00000080 0%, #00000000 100%) 0% 0% no-repeat padding-box;
        }

        header nav.mainMenu {
            order: -1;
            width: calc(50% - (300px / 2));
            /*     text-align: right; */
            text-align: center;
            z-index: 2;
            display: flex;
            justify-content: flex-end;
        }

        header .rightSide {
            width: calc(50% - (300px / 2));
            z-index: 2;
        }

        header .caret {
            right: 7px;
        }

        .logo a::after {
            content: '';
            position: absolute;
            top: 48%;
            left: 50%;
            width: 154%;
            height: 73%;
            transform: translateX(-48%);
            background: #fff;
            z-index: -1;
            box-sizing: border-box;
            background: no-repeat;
            pointer-events: none;
        }

        .home .logo a::after {
            display: none;
        }

        .logo a::before {
            display: none;
        }

        .fixing.activated .logo a::after {
            display: block;
        }

        /*Shapes feature*/
        /*Shapes feature*/
        /*Classic*/
        .logo a::before {
            content: '';
            position: absolute;
            top: -5px;
            left: 0;
            width: 100%;
            height: calc(100% + 5px);
            background: #fff;
            z-index: -1;
            box-sizing: border-box;
        }

        .home .logo a::after {
            height: 84%;
            top: 48%;
        }

        .home .logo a::before {
            top: -6px;
        }

        /*Responsive*/
        /*Responsive*/
        /*Responsive*/
        @media(max-width: 1850px) {
            /*   header nav li a, 
      header .menu-header-menu-right-container li a {
        padding: 10px 10px;
        font-size: 15px;
     } */
        }

        @media(max-width: 1800px) {
            header nav {
                text-align: center;
            }
        }

        @media(max-width: 1680px) {

            /* header, 
     .home header nav li a,
     header .activated .phone_number,
     header .phone_number,
     header nav > .menu-header-menu-container > ul > li > a,
     header .menu-header-menu-right-container > ul > li > a {
        font-size: 14px;   
        }*/
            .logo a::after {
                height: 82%;
            }
        }

        @media(max-width: 1600px) {
            header .caret {
                right: -3px;
            }

            header nav.mainMenu {
                padding-left: 100px;
                text-align: left;
            }

            header nav {
                text-align: left;
            }

            header nav>.menu-header-menu-container>ul>li>a,
            header .menu-header-menu-right-container>ul>li>a {
                padding: 11px 9px;
            }
        }

        @media(max-width: 1550px) {
            header nav li a {
                padding: 10px;
            }

            header .mail {
                padding-left: 15px;
            }

            header .contact {
                margin-right: 15px;
            }
        }

        @media(max-width: 1460px) {

            header,
            .home header nav li a,
            header .activated .phone_number,
            header .phone_number,
            header nav>.menu-header-menu-container>ul>li>a,
            header .menu-header-menu-right-container>ul>li>a {
                font-size: 12px;
            }
        }

        @media(max-width: 1400px) {
            header nav>.menu-header-menu-container>ul>li.menu-item>a {
                padding: 10px 7px;
            }
        }

        @media(max-width: 1300px) {
            header nav.mainMenu {
                padding-left: 50px;
            }

            /* 	.logo a::after {
		top: -1px;
		height: 72%;
	  } */
        }

        @media(max-width: 1270px) {
            header nav>.menu-header-menu-container>ul>li.menu-item>a {
                font-size: 12px;
            }
        }

        @media(max-width: 1199px) {

            /*.logo img {
     width: 200px;
     height: auto;
     }*/
            header {
                position: relative;
                background: var(--main_color);
            }

            header .flex_wrapper {
                background: #fff !important;
            }

            .logo a {
                position: static;
                transform: none;
                box-shadow: none;
                padding: 0;
            }

            .logo a::before,
            .logo a::after,
            .leftCaret,
            .rightCaret {
                display: none;
            }

            .logo {
                width: auto !important;
            }

            header nav {
                order: 0;
            }

            header .flex_wrapper {
                justify-content: space-between;
            }

            header .rightSide {
                width: auto !important;
                padding: 10px 0;
            }

            .fixing.activated .contact a {
                color: #292929;
                border-color: #292929;
            }

            .fixing .logo a .mainLogo {
                display: block !important;
            }

            .fixing .logo a .whiteLogo {
                display: none !important;
            }

            .home .fixing.activated .logo a .mainLogo {
                display: block !important;
            }

            .home .fixing.activated .logo a .whiteLogo {
                display: none !important;
            }

            .fixing .logo a .mainLogo {
                display: block;
                height: 60px;
            }
        }


/*3*/





        /*Responsivness*/
        /*Responsivness*/
        /*Responsivness*/
        @media(min-width:1200px) {

            .back_submenu,
            .thereCaret,
            .new_caret {
                display: none !important;
            }

            header nav>.menu-header-menu-container>ul>li>a:hover,
            header .menu-header-menu-right-container>ul>li>a:hover {
                color: var(--hover_color) !important;
            }

            header nav.mainMenu .menu-header-menu-right-container {
                display: none;
            }
        }

        @media(min-width:1199px) {
            .menu-item-has-children ul li a:hover {
                background: var(--second_color) !important;
                color: #fff !important;
            }

            .fixing.activated .menu-item-has-children ul li a:hover {
                color: #fff !important;
            }

            .logo:hover img {
                opacity: .6;
            }
        }

        @media(max-width: 1600px) {
            .logo {
                width: 250px;
            }

            header .rightSide,
            header nav.mainMenu {
                width: calc(50% - (250px / 2));
            }
        }

        /*@media(max-width: 1650px) {
     header nav > .menu-header-menu-container > ul > li > a,
     header .menu-header-menu-right-container > ul > li > a {
     padding: 10px;
     }
     }*/

        @media(max-width: 1400px) {

            header nav>.menu-header-menu-container>ul>li>a,
            header .menu-header-menu-right-container>ul>li>a {
                padding: 10px 7px;
            }

            header {
                font-size: 12px;
            }

            header .contact a {
                padding: 10px 15px;
            }

            header .caret {
                right: -4px;
            }

            .sub-menu .caret {
                right: 3px;
            }

            .logo {
                width: 200px;
            }

            header .rightSide,
            header nav.mainMenu {
                width: calc(50% - (200px / 2));
            }
        }

        @media(max-width: 1199px) {
            header .weather {
                display: none;
            }

            .home header .contact a,
            header .contact a {
                border-color: #292929;
                color: #292929;
            }

            header nav>.menu-header-menu-container>ul>li>a:hover::before,
            header .menu-header-menu-right-container>ul>li>a:hover::before {
                display: none;
            }

            header .phone_number span {
                display: none;
            }

            header a:hover svg path,
            header .mail:hover svg path {
                fill: var(--main_color) !important;
            }

            header a svg path,
            header .mail svg path {
                fill: #292929BF !important;
            }

            .logo a {
                display: block !important;
            }

            .logo img {
                object-fit: contain;
            }

            header .rightSide .menu-header-menu-right-container {
                display: none;
            }

            header .phone_number i {
                display: inline-block;
                color: #fff;
                font-size: 20px;
            }

            .home header .phone_number svg,
            header .phone_number svg {
                display: inline-block;
            }

            .home header .phone_number i {
                display: none;
            }

            header .flex_wrapper {
                padding: 8px 20px;
            }

            header nav>.menu-header-menu-container>ul>li.menu-item>a,
            header nav li a {
                font-size: 16px !important;
                padding: 10px !important;
                color: #fff !important;
            }

            .fixing.activated nav li a,
            .fixing.activated .menu-header-menu-right-container li a {
                color: #fff;
            }

            header nav {
                background: var(--main_color);
                padding: 10px 0;
            }

            .fixing nav.mainMenu {
                display: none;
                position: absolute;
                top: 100%;
                left: 0;
                width: 100%;
            }

            .mobileMenu {
                display: block;
                float: right;
                padding-left: 20px;
            }

            header nav li {
                float: none !important;
                display: block !important;
                text-align: left;
            }

            header nav li a {
                color: #fff;
                background: none !important;
            }

            header nav li a {
                display: block;
            }

            .fixing nav>div>ul>li:last-child a {
                background: none !important;
            }

            .menu-item-has-children ul li a {
                padding: 5px 15px;
                color: #fff !important;
            }

            .sub-menu,
            .sub-menu .sub-menu {
                background: none !important;
                position: static;
                box-shadow: none !important;
            }

            .header-nav .menu-header-menu-container>ul>li {
                margin-right: 0 !important;
            }

            .header-nav .menu-header-menu-container>ul>li>a {
                text-transform: uppercase;
                padding: 10px 15px !important;
                border-bottom: 1px solid #F3C45C !important;
            }

            .header-right-part {
                margin-top: 20px;
            }

            .sub-menu,
            .sub-menu .sub-menu {
                background: none !important;
                position: static !important;
                box-shadow: none !important;
            }

            .sub-menu {
                padding-left: 20px !important;
                text-transform: uppercase;
                padding-top: 0 !important;
            }

            header nav {
                overflow: auto;
            }

            .fixing .logo a .logo-white {
                height: 80px;
                display: none;
            }

            .fixing .logo a .logo-black {
                display: block;
            }

            /*.fixing.activated .contact {
     margin: 10px 15px 10px;
     }*/
            /*.fixing.activated .rightSide {
     padding: 0 15px;
     }*/
            .logo img {
                max-width: 200px;
            }

            .fixing.activated nav li a {
                color: #fff !important;
            }

            .mobileMenu {
                padding-top: 0;
                padding-bottom: 0;
            }

            .caret {
                display: none !important;
            }

            #search-light,
            #mail-light {
                height: 30px;
                width: 30px;
            }

            header nav li a,
            header .menu-header-menu-right-container li a {
                white-space: normal;
            }

            header .rightSide nav {
                display: none !important;
            }
        }

        @media(max-width: 991px) {
            .menu-item-has-children ul {
                padding-top: 0;
            }

            .home header {
                position: relative;
            }
        }

        @media(max-width:767px) {
            .fixing .logo a .logo-white {
                height: 65px;
            }

            .iconAnime {
                height: 25px;
                width: 35px;
                top: 1px;
            }

            .mobileMenu {
                padding: 0;
                margin-left: 20px;
            }

            .mobileMenuOpen .iconAnime span:last-child {
                top: 10px;
            }

            .home header .rightSide {
                padding: 10px;
            }

            header .rightSide {
                padding: 10px;
            }

            header .flex_wrapper {
                padding: 5px 10px;
            }

            .home .fixing .logo a .whiteLogo {
                width: 140px;
            }
        }

        @media(max-width: 600px) {
            header .rightSide .contact {
                display: none;
            }

            header nav {
                background: var(--main_color);
            }

            .fixing.activated {
                top: 0 !important;
            }

            /* .fixing .logo a .logo-black {
     width: 150px;
     height: auto;
     } */
        }

        @media(max-width: 400px) {
            .mobileMenu {
                margin-left: 10px;
            }

            header .mail {
                padding-left: 10px;
            }

            .home header .rightSide {
                padding-right: 0;
            }

            header .rightSide {
                padding-right: 0;
            }
        }