/**
 * Theme Name: timruskattorneys
 * Template:   oceanwp
 * ...other header fields
 */
 :root {
    --blue: #1e90ff;
    --white: #ffffff;
    --placeholdercolor: currentColor;
    --headingFont: "Poppins", sans-serif;
    --bodyFont: "Poppins", sans-serif;
}

@font-face {
  font-display: swap; 
  font-family: 'Roboto Serif';
  font-style: normal;
  font-weight: 100;
  src: url('./fonts/roboto-serif-v15-latin-100.woff2') format('woff2'); 
}

@font-face {
  font-display: swap; 
  font-family: 'Roboto Serif';
  font-style: italic;
  font-weight: 100;
  src: url('./fonts/roboto-serif-v15-latin-100italic.woff2') format('woff2'); 
}

@font-face {
  font-display: swap; 
  font-family: 'Roboto Serif';
  font-style: normal;
  font-weight: 300;
  src: url('./fonts/roboto-serif-v15-latin-300.woff2') format('woff2'); 
}

@font-face {
  font-display: swap; 
  font-family: 'Roboto Serif';
  font-style: italic;
  font-weight: 300;
  src: url('./fonts/roboto-serif-v15-latin-300italic.woff2') format('woff2'); 
}

@font-face {
  font-display: swap; 
  font-family: 'Roboto Serif';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/roboto-serif-v15-latin-regular.woff2') format('woff2'); 
}

@font-face {
  font-display: swap; 
  font-family: 'Roboto Serif';
  font-style: italic;
  font-weight: 400;
  src: url('./fonts/roboto-serif-v15-latin-italic.woff2') format('woff2'); 
}

@font-face {
  font-display: swap; 
  font-family: 'Roboto Serif';
  font-style: normal;
  font-weight: 500;
  src: url('./fonts/roboto-serif-v15-latin-500.woff2') format('woff2'); 
}

@font-face {
  font-display: swap; 
  font-family: 'Roboto Serif';
  font-style: italic;
  font-weight: 500;
  src: url('./fonts/roboto-serif-v15-latin-500italic.woff2') format('woff2'); 
}

@font-face {
  font-display: swap; 
  font-family: 'Roboto Serif';
  font-style: normal;
  font-weight: 600;
  src: url('./fonts/roboto-serif-v15-latin-600.woff2') format('woff2'); 
}

@font-face {
  font-display: swap; 
  font-family: 'Roboto Serif';
  font-style: italic;
  font-weight: 600;
  src: url('./fonts/roboto-serif-v15-latin-600italic.woff2') format('woff2'); 
}

@font-face {
  font-display: swap; 
  font-family: 'Roboto Serif';
  font-style: normal;
  font-weight: 700;
  src: url('./fonts/roboto-serif-v15-latin-700.woff2') format('woff2'); 
}

@font-face {
  font-display: swap; 
  font-family: 'Roboto Serif';
  font-style: italic;
  font-weight: 700;
  src: url('./fonts/roboto-serif-v15-latin-700italic.woff2') format('woff2'); 
}


@font-face {
  font-display: swap; 
  font-family: 'Mona Sans';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/mona-sans-v3-latin-regular.woff2') format('woff2'); 
}

@font-face {
  font-display: swap; 
  font-family: 'Mona Sans';
  font-style: italic;
  font-weight: 400;
  src: url('./fonts/mona-sans-v3-latin-italic.woff2') format('woff2'); 
}

@font-face {
  font-display: swap; 
  font-family: 'Mona Sans';
  font-style: normal;
  font-weight: 600;
  src: url('./fonts/mona-sans-v3-latin-600.woff2') format('woff2'); 
}

@font-face {
  font-display: swap; 
  font-family: 'Mona Sans';
  font-style: italic;
  font-weight: 600;
  src: url('./fonts/mona-sans-v3-latin-600italic.woff2') format('woff2'); 
}

@font-face {
  font-display: swap; 
  font-family: 'Mona Sans';
  font-style: normal;
  font-weight: 700;
  src: url('./fonts/mona-sans-v3-latin-700.woff2') format('woff2'); 
}

@font-face {
  font-display: swap; 
  font-family: 'Mona Sans';
  font-style: italic;
  font-weight: 700;
  src: url('./fonts/mona-sans-v3-latin-700italic.woff2') format('woff2'); 
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    /* will-change: auto; */
}
body {
    margin: 0;
    padding: 0;
    font-family: var(--bodyFont);
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.clear {
    clear: both;
}

body.layout-full{
    background-color: #fff;
}

iframe,
img {
    max-width: 100%;
    border: none;
    vertical-align: middle;
}
img {
    border: 0;
    height: auto;
    font-size: 0;
    display: block;
}
a {
    font-family: inherit;
    font-size: inherit;
    line-height: normal;
    color: inherit;
    text-decoration: none;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}
a:focus {
    outline: 0 !important;
}
html {
    margin-top: 0 !important;
}
a#scroll-to-top {
    display: none;
}
.aligncenter,
.alignnone {
    margin-bottom: 20px;
}

@media screen and (min-width:992px) {
.alignright {
    margin: 0 0 20px 20px;
}
.alignleft {
    margin: 0 20px 20px 0px;
}
    .alignleft,
    .alignright {
        max-width: 50%;
        margin-top: 0;
    }
}
@media screen and (max-width:991px) {
.alignright, .alignleft {
        margin: 0 auto 20px;
        width: 100%;
        max-width: 600px;
        float: none;
}
}
.widget {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--headingFont);
    margin: 0 0 20px 0;
    padding: 0;
    font-weight: normal;
}
p,
li,
ul,
ol,
blockquote {
    font-family: var(--bodyFont);
    font-weight: normal;
    margin: 0 0 10px 0;
    padding: 0;
}
p:empty {
    display: none;
}
ul,
li {
    list-style: none;
}
a:visited {
    color: inherit;
}
a:hover {
    text-decoration: none;
}
.w100p,
.wrapper{
    width: 100%;
}

.container{ 
    max-width: 1500px;
    width: 100%;
    margin: auto;
}


@media screen and (max-width:1700px) {
.container {max-width: 1300px;}
}

@media screen and (max-width:1500px) {
.container{max-width: 1100px;}
}

@media screen and (max-width:1240px) {
.container{max-width: 900px;}
}


@media screen and (max-width:991px) {
  .container { max-width: 720px; padding:0;}
}

@media screen and (max-width:767px) {
.container{max-width:100%; padding:0 15px;}
}



/* Common Styling */

a.cmn-btn{
    display: inline-block;
    font-family: 'Mona Sans';
    font-weight: 600;
    font-size: 22px;
    letter-spacing: 0.44px;
    line-height: 1;
    color: #081426;
    text-transform: uppercase;
    background-image: -webkit-linear-gradient( 180deg, rgb(181,142,63) 0%, rgb(237,191,98) 50%, rgb(181,142,63) 100%);
    text-decoration: none;
    padding: 24px 50px;
    border-radius: 50px;
    border: 2px solid transparent;
}

/* a.cmn-btn:hover{
    background: #000;
    color: #fff;
    border-color: #bf9745;
} */

a.cmn-btn:hover{
  background: linear-gradient(#fff,#fff ) padding-box,
              linear-gradient( 180deg, rgb(184,125,28) 0%, rgb(249,240,120) 50%, rgb(190,143,23) 100%) border-box;
  border-radius: 50em;
  border: 2px solid transparent;
}
.text-heading {
    font-family: 'Roboto Serif';
    font-weight: 500;
    font-size: 80px;
    color: #081426;
    line-height: 1.09;
    margin: 0 0 40px 0;
    letter-spacing: 0.1px;
   
}
 
/* Header Section Starts */

.header-sec {
    background-color: transparent;
    padding: 20px 0 10px 0;
    position: fixed;
    z-index: 999;
    width: 100%;
}

header.header-sec.f-nav {
    background-color: #0d192b;
    border-bottom: 3px solid #c89f4b;
    padding: 20px 0 10px;
}
.hdr-fnav-img {
    display: none;
}

.header-sec .container {
    width: 100%;
    max-width: 1500px;
    margin: auto;
}
/*.header-sec.f-nav .hide .top-menu {
    display: none;
}*/
   .header-sec.f-nav .hide .hdr-tp-lst {
        margin-bottom: 25px!important;
    }
.logo-right.hide .hdr-tp-lst {
    margin: 0;
}

.logo-container {
    display: flex;
    /* align-items: center; */
    gap: 15px;
    justify-content: space-between;
}


.top-menu ul{ margin: 0 !important;}

.top-menu ul li:last-child{ margin: 0;}

.top-menu ul li {display: inline-block; margin: 0 56px 0 0; position: relative;}

.top-menu ul li a{
    position: relative;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.4px;
    color: #fff;
    font-family: 'Mona Sans';
    display: block;
    outline: 0;
    border: 0;
}

.top-menu ul li.current-menu-item>a, .top-menu ul li:hover>a {
    color: #c89f4b;
}

.top-menu ul li ul.sub-menu {
    display: none;
    width: 180px;
    position: absolute;
    top: 100%;
    left: 0;
    right: auto;
    background-color: #c89f4b;
    padding: 0px 0;
    z-index: 999;
}
.top-menu ul li:hover ul.sub-menu {
    display: block;
}
.top-menu ul li:hover ul.sub-menu ul {
    display: none;
}
.top-menu ul li:hover ul.sub-menu li {
    position: relative;
}
.top-menu ul li:hover ul.sub-menu li:hover>ul {
    display: block;
    top: 0;
    left: 100%;
}
.top-menu .sub-menu li.current-menu-item a {
    color: #fff;
}
.top-menu .sub-menu li a:after {
    display: none;
}
.top-menu .sub-menu li {
    width: 100%;
    float: left;
    border-bottom: 1px solid #ffffff8f;
    margin: 0;
    padding: 0;
}
.top-menu .sub-menu li a {
    float: left;
    font-size: 15px;
    width: 100%;
    line-height: normal;
    padding: 9px 12px 8px;
    color: #fff !important;
    display: block;
    text-transform: capitalize;
}
.top-menu .sub-menu li a:hover {
    background-color: #0e1f34;
    color: #fff;
}

.header-btn a.cmn-btn {
    padding: 16px 48px;
    font-size: 20px;
}

.hdr-tp-lst {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 25px;
}

.hdr-tp-lst p{
    font-family: 'Mona Sans';
    font-weight: 700;
    font-size: 22px;
    line-height: 1.4;
    letter-spacing: 3.36px;
    color: #fff;
    margin: 0;
    padding: 0 15px 0 0;
    border-right: 2px solid #c89f4b;
    text-transform: uppercase;
}
.header-call{padding-right: 40px;}
.header-call a{
    font-family: 'Mona Sans';
    font-weight: 700;
    font-size: 40px;
    line-height: 1;
    letter-spacing: 0.8px;
    color: #fff;
    position: relative;
    padding-left: 46px;
    margin-left: 20px;
    display: inline-block;
}
.header-call a:hover{
    color: #c89f4b;
}
.header-call a::before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    width: 31px;
    height: 31px;
    background-image: url(./images/hm-spirtes.webp);
    background-position: -18px -20px;
    background-repeat: no-repeat;
}
.hdr-tp-lst p strong{
    font-weight: 400;
    color: #dfb359;
    font-size: 21px;
}


.header-call p.Justice-text,
.header-call p {
    border: none;
    padding: 0;
    text-align: right;
    margin: 0 0 5px;
}

.hdr-language-btn {
    display: flex;
    justify-content: center;
	align-items: center;
    gap: 10px;
	margin:-10px 0 10px;
}

.hdr-language-btn a{
    font-family: 'Mona Sans';
    font-weight: 700;
    font-size: 22px;
    line-height: 1.4;
    letter-spacing: 3.36px;
    color: #fff;
    margin: 0;
    padding: 0 15px 0 0;
    border-right: 2px solid #c89f4b !important;
	text-transform: uppercase;
    width: inherit !important;
}

.hdr-language-btn a:hover{
    color: #c89f4b;
}

.hdr-language-btn a:last-child{
	border:none !important;
	display: inline-block;
    width: inherit;
    padding: 0;
}
 
/* Mobile Menu Starts */

@media screen and (min-width: 992px){

    .logo-rit, .tab-call {
        display: none;
    }

}

.showhide {
    display: none;
    width: 110px;
    height: 28px;
    cursor: pointer;
    padding: 0;
    position: relative;
}
@media screen and (min-width: 769px) and (max-width: 991px) {
    .showhide {
        display: block;
    }
}
.mobinav {
    width: 100%;
    color: #fff;
    box-sizing: border-box;
    z-index: 99999995;
    background: #021f46;
    width: 100%;
    max-width: 300px;
    height: 100%;
    min-height: 100vh;
    position: fixed;
    overflow: scroll;
    padding: 15px;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    display: flex;
    flex-direction: column;
}
.menu-top-menu-container {
    display: block;
    width: 100%;
}
.mobinav.open {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
}
.mobinav ul {
    margin: 0 0 0 0;
    padding: 5px 0px;
    width: 100%;
}
.mobinav ul li {
    margin: 0;
    width: 100%;
    list-style: none;
    box-sizing: border-box;
    border: 0;
    margin: 0;
    padding: 0px;
    position: relative;
    font-family: var(--bodyFont);
}
.mobinav a {
    width: 100%;
    padding: 10px 28px 10px 0;
    display: block;
    line-height: normal;
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.5px;
    font-family: var(--bodyFont);
    border: 0;
    margin: 0 0 0px 0;
    text-decoration: none;
}
.mobinav a:hover {
    color: #c89f4b;
}
.mobinav ul li ul {
    padding: 0 0 0 15px;
}
.mobinav ul li ul li a {
    text-transform: capitalize;
}
.mobinav ul li .drop {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 37px;
    z-index: 5;
}
.mobinav ul li .drop.open {
    width: 20px;
}
.mobinav ul li .drop::before,
.mobinav ul li .drop.close::after {
    content: '';
    background-color: #fff;
    position: absolute;
}
.mobinav ul li .drop::before {
    width: 20px;
    height: 2px;
    top: 16px;
    right: 1px;
}
.mobinav ul li .drop.close::after {
    width: 2px;
    height: 20px;
    top: 7px;
    right: 10px;
}
.mobile-menu-button-container {
    display: block;
}
   .header-btn a.cmn-btn:hover {
    background: linear-gradient(#0d192b) padding-box, linear-gradient(180deg, rgb(184, 125, 28) 0%, rgb(249, 240, 120) 50%, rgb(190, 143, 23) 100%) border-box;
    border-radius: 50em;
    border: 2px solid transparent;
    color: #fff;
}

.f-nav-logo {
    display: none;
}
.header-sec.f-nav .f-nav-logo{ display: block;}
.header-sec.f-nav .logo{ display: none;}
.header-sec.f-nav .logo-right {
    margin: auto;
}
.header-sec.f-nav .top-menu ul {
    text-align: center;
}
.header-sec.f-nav .f-nav-logo img{ width: 100%; display: block;}

/* Header Responsive Start */

@media screen and (max-width:1700px) {
.header-sec .container {max-width: 1300px;}

    .hdr-tp-lst p{ font-size: 20px;}
    .header-call a{ font-size: 34px;}
    .header-btn a.cmn-btn { padding: 15px 42px; font-size: 18px; }
    .top-menu ul li a{ font-size: 19px;}
    .top-menu ul li{ margin: 0 40px 0 0;}
    .hdr-tp-lst p strong {font-size: 19px;}
    .hdr-language-btn a { font-size: 20px;}
}

@media screen and (max-width:1500px) {
.header-sec .container{max-width: 1100px;}

    .hdr-tp-lst p { font-size: 18px; }
    .header-call a { font-size: 28px; }
    .header-btn a.cmn-btn { padding: 15px 38px; font-size: 16px; }
    .header-call a::before{transform: scale(0.9);}
    .logo img { width: 100%; max-width: 180px; }
    .top-menu ul li a { font-size: 17px; }
    .hdr-tp-lst{margin-bottom: 28px;}
    .header-call { padding-right: 28px; }
    .top-menu ul li { margin: 0 36px 0 0; }
    .hdr-tp-lst p strong {font-size: 16px;}
    .hdr-language-btn a { font-size: 18px;}
}

@media screen and (max-width:1240px) {
.header-sec .container{max-width: 900px;}

    .hdr-tp-lst p { font-size: 16px;letter-spacing: 1.75px;line-height: 1.3;padding: 0 10px 0 0; }
    .header-call a { font-size: 22px; padding-left: 40px; margin-left: 15px; }
    .header-call { padding-right: 20px; }
    .header-btn a.cmn-btn { padding: 14px 28px; font-size: 14px; border: 2px solid transparent;}
    .top-menu ul li a { font-size: 15px; }
    .top-menu ul li { margin: 0 20px 0 0; }
    .header-call a::before{ transform: scale(0.8); }
    .logo img { max-width: 160px; }
    .hdr-tp-lst { margin-bottom: 20px; }
    .hdr-tp-lst p strong {font-size: 14px;}
    .header-sec.f-nav .f-nav-logo img {max-width: 170px;}
    .hdr-language-btn a { font-size: 17px; line-height: 1.3; letter-spacing: 0.7px; padding: 0 10px 0 0;}
    .hdr-language-btn { gap: 5px;}
}
@media screen and (max-width: 991px) {

    .header-sec.f-nav .hdr-nav-img {
         display: none;
    }
    .header-sec.f-nav .logo{ display: flex !important;}
    .header-sec.f-nav .hdr-fnav-img {display: block;}

}


@media screen and (min-width: 769px) {
    .mobile-menu-button-container {
        display: none;
    }
    

}
@media screen and (min-width: 769px) and (max-width: 991px) {
    .tab-call {
        display: block;
        margin-left: auto;
    }
}
/* Mobile Menu Ends */
@media screen and (max-width: 768px) {

    .logo-rit, .tab-call {
        display: none;
    }
    .mobile-menu-button-container {
        /* background: #D1AF6B; */
        background: #B59410;
        margin-top: 10px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        border-bottom: 1px solid #fff;
    }
    .logo {
        justify-content: center !important;
    }
    .mobile-menu-button-container a.mobi-call {
        width: 50%;
        justify-content: center;
        padding: 6px 8px;
        border-left: 1px solid #fff;
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .header-sec {
        padding: 20px 0 0 0 !important;
    }
    .mobile-menu-button-container button.mobileMenuToggle {
        border: none;
        background: transparent;
        width: 50%;
    }
    .mobile-menu-button-container button.mobileMenuToggle svg {
        width: 22px;
        height: 15px;
    }
    .mobile-menu-button-container a.mobi-call span.button-text,
    .mobile-menu-button-container span.menu-text {
        font-family: 'Mona Sans';
        font-weight: 500;
        font-size: 22px;
        line-height: 1;
        letter-spacing: -0.8px;
        color: #000;
    }
    .mobile-menu-button-container span.svg-icon svg {
        width: 25px;
    }
    button.showhide {
        display: none;
    }


}

@media screen and (max-width: 768px) {
    .header-sec {
        padding: 20px 0 0 0 !important;
    }

}


/* Header Section Ends */

/* Footer Section */
.site-footer { padding: 50px 0 0; color: #fff; background-image: url(./images/ftr-bg.webp); background-position: center; background-size: cover; background-repeat: no-repeat; } 
.site-footer .container { max-width: 1280px; width: 100%; margin: auto; } 
.ftr-blocks-main{display: flex;justify-content: space-between;padding: 55px 0 78px;position: relative;padding-top: 0 !important;}
.ftr-blocks-main::before{ top:0; } 
.ftr-blocks-main::after, .ftr-blocks-main::before{ content: ""; background-image: -webkit-linear-gradient(0deg, #b68f40 15%, #edbf61 50%, #b68f40 85%); width:100%; height: 1px; position: absolute; right:0; bottom:0;  display: none;} 
.ftr-blocks { width: 30.7%; text-align: center; } 
.ftr-blk.loc { margin: 0 0 0 60px; } 
.ftr-logo a { display: inline-block; } 
.ftr-logo{ width: 27%; text-align: center; } 
.ftr-menu ul { padding: 0 0 38px; text-align: center; margin: 0; } 
.ftr-menu ul li { margin: 0 52px 0 0; display: inline-block; } 
.ftr-menu ul li:last-child{ margin: 0;} 
.ftr-menu ul li a { text-transform: uppercase; color: #fff; font-family: 'Mona Sans'; font-size: 20px; line-height: 1; letter-spacing: 0.8px; font-weight: 400; } 
.ftr-menu ul li a:hover{  color: #c89f4b;} 
.ftr-blk .title { font-family: 'Roboto Serif'; font-size: 35px; font-weight: 300; color: #fff; text-transform: uppercase; text-align: center; line-height: 1; letter-spacing: 0.3px; padding-top: 87px; position: relative; margin-bottom: 15px; display: block;} 
.ftr-blk .title:before { right: 0; top: -12px; position: absolute; content: ""; background-image: url(./images/hm-spirtes.webp); background-repeat: no-repeat; width: 80px; background-position: -284px -13px; height: 80px; left: 0; margin: auto; } 
.ftr-blocks.call .title:before{ background-position: -284px -98px; } 
.ftr-blk p { text-align: center; font-size: 20px; line-height: 1.5; margin-bottom: 0; font-family: 'Mona Sans'; color: #fff; letter-spacing: 0.3px; padding: 0; } 
.ftr-blk.phn p a { display: block; font-weight: 600; font-size: 45px; line-height: 1.3; letter-spacing: 1.1px; font-family: 'Mona Sans'; } 
.ftr-blk.phn p a:hover { background: linear-gradient(90deg, #b68f40 0%, #edbf61 20%, #b68f40 49%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: #fff0; } 
.ftr-btn { padding-top: 42px; } 
.ftr-btn a.cmn-btn { padding: 14px 85px; color: #fff;font-size: 20px; background: linear-gradient(#0f1e33) padding-box, linear-gradient(180deg, rgb(184, 125, 28) 0%, rgb(249, 240, 120) 50%, rgb(190, 143, 23) 100%) border-box; border-radius: 50em; border: 2px solid transparent; }
.ftr-btn a.cmn-btn:hover{    border: 2px solid transparent; background: linear-gradient(90deg, #b68f40 20%, #edbf61 50%, #b68f40 90%); color: #081426;} 

.copyrights { padding: 40px 0; text-align: center; } 
.copyrightmenu ul{ margin: 0; } 
.ftrlink { padding: 0 !important; } 
.copyrightmenu ul li{ display: inline-block; margin: 0; line-height:1; } 
.cpy-inr { display: flex ; justify-content: center; align-items: center; margin-bottom:10px;} 
.copyrights p, .copyrightmenu ul{ margin: 0 !important; line-height:0;} 
.copyrights p, .copyrights a { font-family: 'Mona Sans'; color: #fff; font-size: 18px; font-weight: 400; line-height: 1; letter-spacing: 0.5px; } 
.copyrightmenu ul li a{ line-height: 1; border-right: 1px solid #fff; } 
.copyrightmenu ul li:last-child a{ border: none;} 
.copyrights a { display: inline-block; padding: 0 8px; } 
.copyrights a:hover{ color: #c89f4b; }


@media screen and (max-width:1700px) {
   .site-footer .container{
        max-width: 1300px;
    }

    .ftr-btn a.cmn-btn { padding: 14px 72px;}

    .ftr-blk .title{font-size: 32px;}
    .ftr-blk.phn p a{font-size: 42px;}
	.ftrlink {
    padding: 5px 0 0;
}
}
@media screen and (max-width:1500px) {
   .site-footer .container{
        max-width: 1100px;
    }

    .ftr-menu ul { padding: 0 0 25px; } 
    .ftr-blocks-main{ padding: 45px 0; } 
    .ftr-blk .title { font-size: 30px; padding-top: 80px;} 
    .ftr-blk .title:before{transform: scale(0.85);} 
    .ftr-blk.loc { margin: 0 0 0 30px; } 
    .ftr-btn a.cmn-btn { padding: 14px 55px;} 
    .ftr-menu ul li a{font-size: 19px;}
    .ftr-btn{ padding-top: 30px; } 
    .ftr-blk.phn p a { font-size: 35px;} 
    .copyrights { padding: 25px 0; } 
    .ftr-blk p { font-size: 18px;} 
    .site-footer { padding: 40px 0 0;}
	.ftrlink {padding: 5px 0 0;}

}
@media screen and (max-width:1240px) {
   .site-footer .container{
        max-width: 900px;
    }
        .ftr-blk.loc { margin: 0; } 
        .ftr-blk .title { font-size: 26px; padding-top: 70px; margin-bottom: 10px; } 
        .ftr-btn a.cmn-btn { padding: 14px 40px; font-size: 18px; } 
        .ftr-btn { padding-top: 15px; } 
        .ftr-menu ul li a { font-size: 16px;} 
          .ftr-menu ul li {
        margin: 0 17px 0 0;
    }
        .ftr-blk.phn p a { font-size: 30px; } 
        .copyrights { padding: 20px 0; } 
        .ftr-blocks-main { padding: 30px 0; }
	    .ftr-blk .title:before {
        transform: scale(0.7);
    }

    .ftr-logo img { max-width: 200px; }
    .ftr-blk p { font-size: 16px; }



}
@media screen and (max-width:991px) {
   .site-footer .container{
        max-width: 720px;
    }

    .ftr-blocks-main{flex-direction: column;} 
    .ftr-blocks{ width: 100%; max-width: 320px; margin:0 auto 15px; border: 1px solid #fff; padding: 20px; } 
    .ftr-logo{order: 1;} 
    .ftr-blk .title { font-size: 25px;}
    .cpy-inr{flex-direction:column; gap:5px;} 
    .ftr-menu ul { padding: 0 0 15px; } 
    .ftr-blocks.loco { order: 2; } 
    .ftr-blocks.call{order: 3;} 
    .ftr-logo { order: 1; width: 100%; max-width: 320px; margin: 0 auto 20px; } 
    .ftrlink { padding: 0; } 
    .copyrights { padding: 15px 0; } 
    .copyrights p, .copyrights a { font-size: 17px; line-height: 1; } 
    .ftr-logo img { max-width: 230px; height: auto; }
    .ftr-blocks-main { padding: 35px 0 20px; }
    .logo-container{ gap: 0;}

}
@media screen and (max-width:767px) {
   .site-footer .container{
        max-width: 100%;
        padding: 0 15px;
    }
		.ftr-logo img{ max-width: 190px;}
    .ftr-menu ul li a { font-size: 16px; } 
    .ftr-blk .title { font-size: 25px; } 
    .ftr-blk p { font-size: 16px; } 
    .ftr-blk.phn p a { font-size: 30px; }    .ftr-blocks-main { padding: 20px 0; } 
    .ftr-menu ul li a { line-height: 1.7;} 
    .site-footer { padding: 25px 0 0; } 
    .copyrights .container{ padding: 0; } 
    .copyrights a { padding: 0 4px; } 
    .copyrights p, .copyrights a { font-size: 15px; line-height: 1.5; }

    .ftr-menu ul { padding: 0 0 10px; }
}

@media screen and (max-width: 480px) {
    p.copy-para{
        max-width: 210px;
        margin: auto;
	}
    .ftr-menu ul li a { font-size: 14px; }
    .copyrights { padding: 12px 0; }
    .copyrights p, .copyrights a {font-size: 14px;}

}
 


@media screen and (max-width:991px) {
    .header-sec .container {
        max-width: 720px;
    }

    header.header-sec.f-nav { padding: 10px 0; border-bottom: 2px solid #c89f4b;}
    .top-rit.mbl { display: block; }
    .hdr-tp-lst { margin-bottom: 0; flex-direction: column; gap: 10px;align-items: flex-start;margin-top: 18px; }
    .hdr-tp-lst p{ padding: 0; border: none; }
    .header-call a { margin-left: 0; }

    .top-menu, .top-rit{
        display: none;
    }
    

    .tab-call svg {
        width: 23px;
        height: 23px;
        margin: -2px 0;
    }
  .tab-call span.text {
        color: #fff;
        font-size: 23px;
        letter-spacing: 0.5px;
        font-family: var(--headingFont);
        display: inline-block;
    }
    button.showhide {
        background: #fff;
        border: none;
        width: 45px;
        height: 40px;
        padding: 0px 10px;
        border-radius: 5px;
    }
    span.menuBar.menuBar-3 {
        margin: 0;
    }
    button.showhide span {
        width: 100%;
        height: 3px;
        background-color: #c89f4b;
        display: block;
        margin-bottom: 5px;
    }
    .header-sec {
        position: fixed;
        background-color: #081426;
        padding: 10px 10px;
        width: 100%;
        /* border-bottom: 2px solid #c89f4b; */
    }
    .logo {
        max-width: 100%;
        justify-content: space-between;
        align-items: center;
        display: flex;
        width: 100% !important;
        gap: 20px;
    }

    .head-sec .container {
        max-width: 100%;
        width: 100%;
        padding: 0px;
    }
    .mobinav button.menuClose {
        margin-left: auto;
        margin-bottom: 30px;
        width: 30px;
        height: 30px;
        border: none;
        background: #edbf61;
        line-height: 27px;
        font-size: 30px;
        text-align: center;
        color: #fff;
        cursor: pointer;
        padding: 0;
    }
    .head-sec.f-nav .logo {
        width: 100% !important;
    }
}
@media screen and (max-width: 768px) {
        header.header-sec.f-nav {
        border-bottom: none;
    }

}



/* Russian Css Here */

.page-template-russian-front-page .hdr-tp-lst p{
        font-size: 16px;
    letter-spacing: 1.5px;
}

.page-template-russian-front-page .hdr-tp-lst p strong {
    font-size: 18px;
    letter-spacing: 1px;
}
.page-template-russian-front-page .header-sec.f-nav .hide .hdr-tp-lst {margin-bottom: 5px!important;}
.page-template-russian-front-page a.cmn-btn{font-size: 20px;}
.page-template-russian-front-page .header-btn a.cmn-btn { padding: 16px 35px; font-size: 16px; }
.page-template-russian-front-page .ftr-blk .title{font-size: 32px;}
.page-template-russian-front-page .ftr-btn a.cmn-btn { padding: 14px 50px;}
.page-template-russian-front-page .ftr-blocks-main{align-items: center;}


@media screen and (max-width:1700px) {
    .page-template-russian-front-page .hdr-tp-lst p { font-size: 15px;}
    .page-template-russian-front-page .hdr-tp-lst p strong{font-size: 16px;}
    .page-template-russian-front-page .top-menu ul li a { font-size: 18px; }
    .page-template-russian-front-page .hdr-tp-lst p strong { font-size: 16px; letter-spacing: 0.6px; }
    .page-template-russian-front-page .header-btn a.cmn-btn { padding: 16px 30px; font-size: 15px; }
    .page-template-russian-front-page a.cmn-btn { font-size: 18px; }
}

@media screen and (max-width: 1500px) {
    .page-template-russian-front-page .hdr-tp-lst p { font-size: 14px; letter-spacing: 0.4px; }
    .page-template-russian-front-page .header-btn a.cmn-btn { padding: 16px 20px; font-size: 15px; }
    .page-template-russian-front-page a.cmn-btn { font-size: 16px; }
    .page-template-russian-front-page .hdr-tp-lst p strong { font-size: 15px; letter-spacing: 0.4px;}
    .page-template-russian-front-page .ftr-blk .title { font-size: 28px; }
}

@media screen and (max-width: 1240px) {
    .page-template-russian-front-page .hdr-tp-lst p { font-size: 13px; letter-spacing: 0; }
    .page-template-russian-front-page .hdr-tp-lst p strong { font-size: 13px; letter-spacing: 0; }
    .page-template-russian-front-page .header-btn a.cmn-btn { padding: 10px 10px; font-size: 12px; }
    .page-template-russian-front-page .logo img { max-width: 150px; }
    .page-template-russian-front-page .top-menu ul li a { font-size: 16px; }
    .page-template-russian-front-page .header-sec.f-nav .f-nav-logo img { max-width: 150px; }
    .page-template-russian-front-page a.cmn-btn { font-size: 14px; }
    .page-template-russian-front-page .ftr-blk .title { font-size: 25px; }
    .page-template-russian-front-page .copyrights p, .page-template-russian-front-page .copyrights a{font-size: 14px;}
    .page-template-russian-front-page .ftr-btn a.cmn-btn { padding: 14px 30px; }
}

@media screen and (max-width: 991px) {
    .page-template-russian-front-page a.cmn-btn { font-size: 13px; padding: 12px 12px; }
}

@media screen and (max-width: 480px) {
    .page-template-russian-front-page .ftr-blk .title { font-size: 20px; }
}