@font-face {
    font-family: 'Sofia Black';
    src: url('../fonts/sofiapro-black/SofiaPro-Black.eot');
    src: url('../fonts/sofiapro-black/SofiaPro-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/sofiapro-black/SofiaPro-Black.woff2') format('woff2'),
        url('../fonts/sofiapro-black/SofiaPro-Black.woff') format('woff'),
        url('../fonts/sofiapro-black/SofiaPro-Black.ttf') format('truetype'),
        url('../fonts/sofiapro-black/SofiaPro-Black.svg#SofiaPro-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'sofia_prosemibold';
    src: url('../fonts/sofiapro-semibold/sofia_pro_semibold-webfont.eot');
    src: url('../fonts/sofiapro-semibold/sofia_pro_semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sofiapro-semibold/sofia_pro_semibold-webfont.woff2') format('woff2'),
         url('../fonts/sofiapro-semibold/sofia_pro_semibold-webfont.woff') format('woff'),
         url('../fonts/sofiapro-semibold/sofia_pro_semibold-webfont.ttf') format('truetype'),
         url('../fonts/sofiapro-semibold/sofia_pro_semibold-webfont.svg#sofia_prosemibold') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Sofia Pro Condensed';
    src: url('../fonts/sofiapro-condensed/SofiaPro-Condensed7.eot');
    src: url('../fonts/sofiapro-condensed/SofiaPro-Condensed7.eot?#iefix') format('embedded-opentype'),
        url('../fonts/sofiapro-condensed/SofiaPro-Condensed7.woff2') format('woff2'),
        url('../fonts/sofiapro-condensed/SofiaPro-Condensed7.woff') format('woff'),
        url('../fonts/sofiapro-condensed/SofiaPro-Condensed7.ttf') format('truetype'),
        url('../fonts/sofiapro-condensed/SofiaPro-Condensed7.svg#SofiaPro-Condensed7') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'sofia_prolight';
    src: url('../fonts/sofiapro-light/sofiapro-light-webfont.eot');
    src: url('../fonts/sofiapro-light/sofiapro-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sofiapro-light/sofiapro-light-webfont.woff2') format('woff2'),
         url('../fonts/sofiapro-light/sofiapro-light-webfont.woff') format('woff'),
         url('../fonts/sofiapro-light/sofiapro-light-webfont.ttf') format('truetype'),
         url('../fonts/sofiapro-light/sofiapro-light-webfont.svg#sofia_prolight') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'sofia_probold';
    src: url('../fonts/sofiapro-bold/sofia_pro_bold-webfont.eot');
    src: url('../fonts/sofiapro-bold/sofia_pro_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sofiapro-bold/sofia_pro_bold-webfont.woff2') format('woff2'),
         url('../fonts/sofiapro-bold/sofia_pro_bold-webfont.woff') format('woff'),
         url('../fonts/sofiapro-bold/sofia_pro_bold-webfont.ttf') format('truetype'),
         url('../fonts/sofiapro-bold/sofia_pro_bold-webfont.svg#sofia_probold') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'sofia_proultralight';
    src: url('../fonts/sofia-pro-light/sofia_pro_ultralight-webfont.eot');
    src: url('../fonts/sofia-pro-light/sofia_pro_ultralight-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sofia-pro-light/sofia_pro_ultralight-webfont.woff2') format('woff2'),
         url('../fonts/sofia-pro-light/sofia_pro_ultralight-webfont.woff') format('woff'),
         url('../fonts/sofia-pro-light/sofia_pro_ultralight-webfont.ttf') format('truetype'),
         url('../fonts/sofia-pro-light/sofia_pro_ultralight-webfont.svg#sofia_proultralight') format('svg');
    font-weight: normal;
    font-style: normal;

}



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    scroll-behavior: unset !important;
}
p, .sample_post_content td, .sample_post_content th {
    letter-spacing: normal;
    font-size: 14pt;
    line-height: 27pt;
    font-family: 'Sofia Pro Condensed';
    color: #000000;
}
body {
    font-family: "Open Sans", sans-serif;
}
body a {
    display: inline-block;
    text-decoration: none;
    outline: 0;
    -moz-outline: none;
    -ms-outline: none;
    -o-outline: none;
    -webkit-outline: none;
}
a {
    display: inline-block;
    font-size: 12pt;
    line-height: 17pt;
    letter-spacing: normal;
    color: #333333;
    transition: 0.6s;
}
a:hover, .fsh-title h5 a:hover{
    color: #757575;
}
img {
    display: block;
    max-width: 100%;
}
.head-center-wrapper {
    max-width: 1500px;
    margin: 0 auto;
}
.center-wrapper {
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
}
body ul , ul li{
    margin: 0;
}
ul li {
    list-style: none;
}
ul li {
    font-size: 18px;
    line-height: 21px;
    font-family: 'Sofia Pro Condensed';
    letter-spacing: 0.45px;
    color: #333333;
    padding-left: 32px;
    background: url(../images/Ellipse_bullet.svg) no-repeat left 50%;
    margin-top: 20px;
    text-shadow: 0px 0px #1a1a1a;
}
ul li:first-child {
    margin-top: 0;
}
ul li a{
    color: #00265c;
    font-family: 'sofia_prosemibold';
}
input[type="submit"], input[type="search"], select,button{cursor: pointer;}
.left {
    float: left;
}
.right {
    float: right;
}
.clearfix:after,
.clearfix:before {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clr {
    clear: both;
}
:focus {
    outline: 0;
    border-color: #dbdbdb;
    outline-color: unset !important;
    outline-style: unset !important;
    outline-width: 0 !important;
}
h1,h2,h3,h4,h5,h6, p{
    font-weight: normal;
    margin: 0;
}
section {
    padding: 0;
}
select{
     appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    border: 0;
}
.scroller {
  overflow-y: scroll;
  scrollbar-width: thin;
}
.scroller::-webkit-scrollbar {
    width: 4px ;
}
.scroller::-webkit-scrollbar-track-piece  {
    background-color: #7f0b1f;
}
.scroller::-webkit-scrollbar-thumb:vertical , .scroller::-webkit-scrollbar-thumb:horizontal{
    background-color: #7f0b1f;
}
:root {
    scrollbar-color: #7f0b1f !important;
    scrollbar-width: thin !important;
}
.blue-btn, .right-arrow-btn, .white-btn, .blue-border-btn{
    font-family: 'sofia_prosemibold';  
    font-size: 18px;
    line-height: 21px;
}
.white-btn, .blue-btn, .blue-border-btn{
    border-radius: 5px;
    text-transform: capitalize;
    overflow: hidden;
    position: relative;
    transition: box-shadow 0.5s linear 0.2s;
    z-index: 1;
    box-shadow: none;
}
.blue-btn {
    background-color: #333333;
    padding: 16px 33px;
    color: #ffffff;
}
.blue-btn:hover, .white-btn:hover, .blue-border-btn:hover {
    color: #ffffff;
    box-shadow: 0px 6px 39px #dbdbdb3d;
}
.blue-btn:after, .blue-btn:before, .white-btn:before, .blue-border-btn:before, .white-btn:after, .blue-border-btn:after {
    content: '';
    width: 0%;
    height: 52%;
    display: block;
    position: absolute;
    z-index: -1;
    background-color: #757575;
    transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.blue-btn:after, .white-btn:after, .blue-border-btn:after{
    bottom: 0;
    right: 0;
    left: auto;
}
.blue-btn:before, .white-btn:before, .blue-border-btn:before{
    top: 0;
    left: 0;
    right: auto;
}
.blue-btn:hover:before, .blue-btn:hover:after, .white-btn:hover:after, .blue-border-btn:hover:after, .white-btn:hover:before, .blue-border-btn:hover:before{
    width: 100%;
}
.blue-btn:hover:before, .white-btn:hover:before, .blue-border-btn:hover:before{
    right: 0;
    left: auto;
}
.blue-btn:hover:after , .white-btn:hover:after, .blue-border-btn:hover:after{
    left: 0;
    right: auto;
}
.white-btn, .blue-border-btn {
    background-color: #ffffff;
    color: #333;
    padding: 10px 33px;
}
.blue-border-btn {
    border: 1px solid #333;
}
.blue-border-btn:hover{
       border-color:  #757575;
}
.right-arrow-btn {
    color: #333;
    padding: 18px 74px 20px 25px;
    position: relative;
    background-color: #ffffff;
    z-index: 1;
}
.right-arrow-btn:before {
    position: absolute;
    width: 50px;
    height: 100%;
    right: 0;
    top: 0;
    z-index: -1;
    background: url('../images/White_right_Arrow.svg') no-repeat center, #757575;
    content: '';
    transition: 0.5s;
}
.right-arrow-btn:hover:before{
    width: 100%;
    background: url('../images/White_right_Arrow.svg') no-repeat 90% 50%, #757575;
}
.right-arrow-btn:hover{color: #ffffff;}
.fsh-title h1, .fsh-title h4{
    font-size: 30px;
    line-height: 34px;
}
.fsh-title h1, .fsh-title h5{
    text-transform: uppercase;
}
.fsh-title h1, .fsh-title h2, .fsh-title h4, .fsh-title h3, .fsh-blk-title h6, .fsh-title h5, .fsh-title h6, .fsh-post_title h1{
    font-family: 'Sofia Black';
    letter-spacing: 0.4px;
    color: #1a1a1a;
}
.fsh-subtitle p{
    text-transform: uppercase;
    font-family: 'sofia_prolight';
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.7px;
}
.fsh-title h1, .fsh-title h2, .fsh-title h4, .fsh-title h3, .fsh-blk-title h6{
    padding-bottom: 28px;
    background: url('../images/Heading_Border.svg') no-repeat center bottom;
    text-align: center;
}
.fsh-title h2, .fsh-title h3, .fsh-post_title h1{
    font-size: 48px;
    line-height: 76px;
    color: #1a1a1a;
    padding-bottom: 17px;
}
.fsh-blk-title h6, .fsh-title h6{
    font-size: 21px;
    line-height: 36px;
    text-transform: initial;
}  
.fsh-title h6{
    color: #1a1a1a;
}
.fsh-title h5, .fsh-title h5 a{
    font-size: 24px;
    line-height: 36px;
    color: #333333;
}
.fsh-title{margin-bottom: 27px;}
.fsh-paragraph p {
    font-size: 15pt;
    line-height: 27pt;
    color: #333333;
    text-align: center;
    margin-top: 30px;
}
.fsh-paragraph p strong{
    font-family: 'sofia_probold';
}
.fsh-paragraph p:first-child{
    margin-top: 0;
}
.fsh-paragraph {
    width: 83%;
    margin: 0px auto;
}
.fsh-welcome-head-blk .fsh-paragraph {
    width: 88%;
}
.seprater-blk{
    background-color: #e5e5e5;
    width: 65%;
    margin: 0px auto;
    height: 1px;
    margin: 132px auto 128px;
}
.header-right-blk {
    position: relative;
}
.header-content-menu .slicknav_menu {
    position: absolute;
    bottom: 0;
    right: 0;
}
.header-content-menu .slicknav_menu .slicknav_btn {
    width: 45px;
    height: 45px;
    background-color: #333;
    border-radius: 8px;
    padding: 5px 0px;
    margin-bottom: 10px;
    transition: 0.5s;
}
.header-content-menu .slicknav_icon{
    display: block;
}
.header-content-menu .slicknav_menu .slicknav_icon .slicknav_icon-bar {
    display: block;
    width: 30px;
    height: 3px;
    background-color: #ffffff;
    margin: 6px auto 0px;
}
.header-content-menu .slicknav_nav {
    width: 300px;
    position: absolute;
    top: 100%;
    right: 0;
    box-shadow: 0 5px 25px rgba(220, 94, 155, 0.2);
}
.header-content-menu .slicknav_nav li a , .header-content-menu .slicknav_nav li{
    display: block;
}
.header-content-menu .slicknav_nav li{margin-left: 0;}
.header-content-menu .slicknav_nav li a {
    padding: 10px 15px;
    background-color: #fff;
    border-bottom: 1px solid #333;
    color: #333;
    min-height: unset;
    transition: 0.5s;
}
.header-content-menu .slicknav_nav li a a{
    padding: 0;
    border: 0;
}
.header-content-menu .slicknav_nav li a a, .header-content-menu .slicknav_nav li a .slicknav_arrow {
    display: inline-block;
    vertical-align: top;
}
.header-content-menu .slicknav_nav li a a {
    padding: 0;
    border: 0;
    width: 85%;
}
.header-content-menu .slicknav_nav li a .slicknav_arrow {
    width: 30px;
    height: 30px;
    background: url('../images/down_arrow_icon.svg') no-repeat center;
    font-size: 0;
    line-height: 0;
}
.header-content-menu .slicknav_nav li.slicknav_collapsed  .slicknav_arrow {
    transform: rotate(-90deg);
}
.header-content-menu .slicknav_nav li .sub-menu {
    position: unset;
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #7f0b1f;
    opacity: 1;
}
.header-content-menu .slicknav_nav li ul li a {
    padding: 10px 15px 10px 20px;
    border: 0;
}
/*header css*/
.header-wr {
    border-top: 20px solid #00265c;
    background-color: #ffffff;
    width: 100%;
    position: relative;
    z-index: 111;
}
.header-wr.fixed {
    position: fixed;
    top: 0;
    box-shadow: 0px 20px 10px rgb(0 0 0 / 2%);
    border-top: 5px solid #333;
}
.header-wr.fixed .header-content-wr {
    padding: 13px 0px;
}
.header-content-wr {
    padding: 44px 0px;
}
.header-content-menu, .search-head-wr, .head-right-links, .header-content-menu li {
    display: inline-block;
}
.header-logo-blk {width: 14%;}
.header-right-blk{width: 86%; text-align: right; padding: 10px 0px;}
.header-content-menu ul li{
    margin:0px 0px 0px 31px;
    padding-left: 0;
    background: unset;
    text-shadow: unset;
}
.header-content-menu ul li.current-menu-item > a, .header-content-menu ul li a:hover, .header-content-menu ul li.current_page_parent > a, .header-content-menu .slicknav_nav li.current_page_parent > a > a{
    color: #757575;
}
.header-content-menu ul li:first-child {margin-left: 0;}
.search-head-wr {
    margin: 0px 70px;
    border-bottom: solid 2px #284565;
    width: 32.3%;
    position: relative;
    text-align: center;
}

.search-head-wr form {
    padding: 0px 25px 10px;
    display: block;
}
.header-content-menu ul li a, .head-right-links a, .head-right-links a {
    font-family: 'sofia_prosemibold';   
}
.header-content-menu ul li a, .head-right-links a {
    text-transform: uppercase;
}
.header-content-menu ul li a {
    font-family: 'sofia_prosemibold';
    letter-spacing: 0.4px;
    text-transform: uppercase;
    font-size: 12pt;
    line-height: 17pt;
    color: #333333;
}
.head-right-links img {
    display: inline-block;
    vertical-align: top;
}
a.view-catalogs img {
    padding-left: 10px;
}
a.customer-portal img {
    padding-right: 20px;
}
a.view-catalogs {
    border-right: 1px solid #e5e5e5;
    padding-right: 37px;
}
a.customer-portal {
    padding-left: 44px;
} 
.search-head-wr label {
    width: 91%;
    display: block;
}
.search-head-wr input.search-field {
    border: none;
    padding: 8px;
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.21px;
    font-family: 'sofia_prolight';
    text-shadow: 0 0 black; 
    margin: 0;
}
.search-head-wr input.search-submit {
    background-color: unset;
}
.search-head-wr input.search-submit {
    border: none;
    background-image: url(../images/Search.svg);
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0px;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 33px;
    top: 0;
}
a.customer-portal img {
    vertical-align: bottom;
}
.search-head-wr input.search-field::placeholder {
    font-style: italic;
    color: #333333;
}
/* submenu*/ 
.header-content-menu ul li a{
    position: relative;
}
.header-content-menu ul li{
    position: relative;
}
.header-content-menu .sub-menu {
      position: absolute;
    z-index: 111;
    left: 0;
    text-align: left;
    width: 280px;
    background-color: #ffffff;
    top: 100%;
    box-shadow: 2px 2px 6px rgb(0 0 0 / 20%);
    opacity: 0;
    pointer-events: none;
    margin: 0;
    padding: 10px 22px;
}
.header-content-menu .menu-item-has-children:hover ul.sub-menu {
    opacity: 1;
    pointer-events: all;

}
.header-content-menu .menu-item-has-children:hover > a:before {
    opacity: 1;
    top: -86px;
}
.header-content-menu .sub-menu a {
    padding: 12px 0;
    color: #000 ;
    width: 100%;
}
.header-content-menu .sub-menu a:hover {
    color: #757575;
}

.header-content-menu ul li .sub-menu li {
    margin: 0px 0px 0px 0px;
    display: block;
    border-top: 1px solid;
}
.header-content-menu ul li .sub-menu li:first-child {
    border-top: 0;
}
/*footer*/
.footer-description-wr {
    width: 44%;
    padding: 67px 0px 64px;
    border-right: 1px solid #e5e5e5;
}
.footer-description-blk {
    width: 91%;
}
.footer-logo-blk {
    margin-bottom: 27px;
}
.footer-top-blk {
    background-color: #F5F5F5;
}
.social-menu li{
    display: inline-block;
    margin-left: 10px;
    transition: 0.5s;
    width: 54px;
    padding: 0;
    margin-top: 0;
    background: unset;
}
.social-menu li:first-child{
    margin-left: 0;
}
.social-menu li a {
    width: 49px;
    height: 49px;
    border-radius: 50%;
    border: 2px solid #333;
    text-align: center;
    position: relative;
    display: block;
}
ul.social-menu li a svg {
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    text-align: center;
    left: 0;
    right: 0;
    margin: 0 auto;
}
ul.social-menu {
    margin-top: 10px;
}
.footer-bottom-wr {
    background-color: #000;
    text-align: center;
    padding: 14px 0px;
}
.footer-bottom-wr p, .footer-bottom-wr a{
    color: #fff;
    font-size: 14pt;
    line-height: 27pt;
    font-weight: 400;
}
.footer-bottom-wr a:hover {
    color: #757575 !important;
}
.footer-newsletter-wr {
    width: 56%;
} 
.footer-form-blk{
    padding: 63px 22px 60px 74px;
}
.footer-menu-blk {
    padding: 43px 22px 75px 74px; 
}
.footer-form-blk h4 {
    margin-bottom: 27px;
}
.footer-form-blk h4, .footer-menu-blk h4{
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.9px;
    color: #333333;
    font-family: 'Sofia Black';
}
.email-sub-form {
    font-size: 0;
    line-height: 0;
}
.email-sub-form input[type=text] {
    border: none;
    padding: 16.5px 12px !important;
    width: 100% !important;
    min-height: auto !important;
    font-size: 16px !important;
    line-height: 16px !important;
    color: #333333;
    letter-spacing: 0.4px;
    font-family: 'Sofia Pro Condensed';
}
.email-sub-form input[type=text]::placeholder {
    font-size: 16px;
    line-height: 16px;
    /*line-height: 36px;*/
    color: #333333;
    letter-spacing: 0.4px;
    font-family: 'Sofia Pro Condensed';
}
.email-sub-form .gform_footer.top_label input[type=submit] {
    color: #fff;
    border: none;
    font-family: 'sofia_prosemibold';
    margin: 0px;
    background: url(../images/Subscribe.svg) no-repeat 17px 50%, #1a1a1a;
    padding: 16px 17px 17px 47px;
    transition: 0.5s;
    width: 100%;
    font-size: 15px !important;
    line-height: 20px !important;
    min-height: auto !important;
}
.email-sub-form .gform_footer.top_label input[type=submit]:hover {
    background-color: #757575;
    text-decoration: none;
}
.email-sub-form .gform_body.gform-body {
    width: 76%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.email-sub-form .gform_wrapper .gform_validation_errors, .email-sub-form .gform_wrapper .validation_message {
    background: unset;
    border: unset;
    border-radius: unset;
    box-shadow: unset;
    padding: unset !important;
}
.email-sub-form .gform_wrapper .gform_validation_errors>h2, .email-sub-form .gform_wrapper .validation_message {
    color: #ff0000 !important;
    font-family: 'sofia_prolight' !important;
    text-shadow: 0 0 #ff0000;
}
.email-sub-form .gform_wrapper .validation_message {
    font-size: 14px !important;
    margin-top: unset;
    position: absolute;
    line-height: 16px !important;
    bottom: -22px;
}
.email-sub-form .gform_wrapper .gform_validation_errors>h2 {
    font-size: 16px !important;
    line-height: 18px !important;
}
.email-sub-form .gform_wrapper .gform_validation_errors>h2 .gform-icon{display: none;}
.email-sub-form .gform_wrapper .gfield_error [aria-invalid=true] {
    border: unset;
}
.email-sub-form .gform_footer.top_label {
    display: inline-block !important;
    vertical-align: middle;
    margin: 0px !important;
    padding: 0px !important;
    width: 24%;
    position: relative;
}
.email-sub-form #gform_ajax_spinner_1 {
    position: absolute;
    top: 50%;
    right: -19px;
    transform: translateY(-50%);
}
.email-sub-form #field_1_1 .gform-field-label {
    color: #000 !important;
}
.footer-menu-blk h4 {
    margin-bottom: 26px;
}
ul#menu-footer-menu li{
    display: inline-block;
    vertical-align: middle;
}
ul#menu-footer-menu li a:hover {
    color: #757575;
}
ul#menu-footer-menu li a {
    font-size: 18px;
    line-height: 36px;
    font-family: 'Sofia Pro Condensed';
    letter-spacing: normal;
    padding-left: 30px;
    color: #333333;
}
.menu-footer-menu-container {
    width: 80.5%;
}
ul#menu-footer-menu li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 72px;
    padding: 0;
    margin-top: 0;
    background: unset;
    text-shadow: unset;
}
ul#menu-footer-menu li.current-menu-item a {
    color: #757575;
    text-decoration: underline;
}
ul#menu-footer-menu li:first-child {
    margin-left: 0px;
}
ul#menu-footer-menu li:nth-child(4) {
    margin-left: 0px;
}
.footer-menu-blk ul li{
    position: relative;
}
.footer-menu-blk ul li::after {
    content: '';
    position: absolute;
    background-image: url(../images/arrow.svg);
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
ul.social-menu li a:hover {
    background-color: #757575;
    border-color: #757575;
    transform: translateY(-10px);
}
ul.social-menu li a:hover svg path {
    fill: #ffffff !important;
}
/*scroll Top*/
a#scrollTopArrow {
    position: fixed;
    z-index: 999;
    bottom: 42px;
    right: 57px;
    width: 45px;
    height: 45px;
    background-color: #757575;
    color: #ffffff;
    transition: 0.6s;
    border: 1px solid #fff;
}
a#scrollTopArrow img {
    transform: translateY(-50%) rotate(270deg);
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    top: 50%;
    transition: 0.6s;
}
a#scrollTopArrow:hover{
    background-color: #7575758C;
    box-shadow: 0px 6px 39px rgba(40, 69, 101,0.16);
}
a#scrollTopArrow:hover img {
    top: 42%;
}
/* Cookie Conset */
.cookies-banner .center-wrapper {
    width: 50%;
    margin: 0 auto;
}
.cookies-banner {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 15px;
    background-color: #DBDBDB;
    z-index: 999;
    text-align: center;
    left: 0;
    display: none;
}
.cookies-banner p, .cookies-banner p a {
    margin-bottom: 0px;
    color: #333333;
    font-size: 14pt;
    line-height: 23pt;
}

.cookies-banner p a {
    color: #333333;
    font-weight: 700;
}
.cookies-banner p a:hover {
    color: #757575;
}r p a:hover {
    color: #757575;
}