/**
 * Theme Name: allinjuries
 * Template:   oceanwp
 * ...other header fields
 */

@font-face {
  font-display: swap; 
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 200;
  src: url('./fonts/oswald-v56-latin-200.woff2') format('woff2'); 
}

@font-face {
  font-display: swap; 
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 300;
  src: url('./fonts/oswald-v56-latin-300.woff2') format('woff2'); 
}

@font-face {
  font-display: swap; 
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/oswald-v56-latin-regular.woff2') format('woff2'); 
}

@font-face {
  font-display: swap; 
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 500;
  src: url('./fonts/oswald-v56-latin-500.woff2') format('woff2'); 
}

@font-face {
  font-display: swap; 
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 600;
  src: url('./fonts/oswald-v56-latin-600.woff2') format('woff2'); 
}

@font-face {
  font-display: swap; 
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  src: url('./fonts/oswald-v56-latin-700.woff2') format('woff2'); 
}

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

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

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

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

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

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

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

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

:root {
    --blue: #1e90ff;
    --white: #ffffff;
    --placeholdercolor: currentColor;
    --headingFont: 'Oswald';
    --bodyFont: 'Roboto';
}
* {
    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;
    color: #000;
}
.clear {
    clear: both;
}

body.layout-full{
    background-color: #fff;
}
.clear {
    clear: both;
}
.alignleft,
.alignright,
.aligncenter,
.alignnone {
    margin-bottom: 10px;
}
.alignleft,
.alignright,
.aligncenter {
    display: block;
    margin: 0 auto 20px auto;
}
@media screen and (min-width: 769px) {
    .alignleft {
        float: left;
        margin-right: 20px;
    }
    .alignright {
        float: right;
        margin-left: 20px;
    }
    .alignleft,
    .alignright {
        max-width: 50%;
        margin-top: 0;
    }
}
@media screen and (max-width:1024px){
.alignright, .alignleft {
	width: 100%;
    max-width: 600px;
    float: none;
    margin: 20px auto;
}
	
}

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;
}


.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: 1280px;
    width: 100%;
    margin: auto;
}

@media screen and (max-width:1700px) {
    .container {
        max-width: 1280px;
    }
}
@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:1024px) {
    .container {
        max-width: 720px;
    }
}
@media screen and (max-width:767px) {
    .container {
        max-width: 100%;
        padding: 0 10px;
    }
}

/* Header Section Starts */
 
.header-sec {
    padding: 10px 0;
    position: fixed;
    z-index: 999;
    width: 100%;
}
.header-sec.f-nav { background-color: #000; border-bottom: 3px solid #be2020; }
.header-sec .container {
    width: 100%;
    max-width: 1700px;
    margin: auto;
}
 
.logo-container {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: space-between;
}
 
 
.top-menu ul{ margin: 0 !important; text-align: center;}
 
.top-menu ul li:last-child{ margin: 0;}
 
.top-menu ul li {display: inline-block; margin: 0 53px 0 0; position: relative;}
 
.top-menu ul li a {
    position: relative;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    font-size: 19px;
    letter-spacing: 0.38px;
    line-height: 1;
    color: #fff;
    font-family: 'Oswald';
    display: block;
    outline: 0;
    border: 0;
}
 
.top-menu ul li.current-menu-item>a, .top-menu ul li:hover>a {
    color: #9f0000;
}
 
.rit-menutop {
    display: flex;
    gap: 24px;
    align-items: flex-start;
}

.header-btn {
    text-align: right;
    display: flex;
    gap: 30px;
    align-items: center;
}
.header-btn p{ margin: 0;}
 
.header-btn a {
    position: relative;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    font-size: 33px;
    letter-spacing: 1.82px;
    line-height: 1.4;
    color: #fff;
    font-family: 'Oswald';
    display: inline-block;
    padding-left: 60px;
    margin: 0;
}
 
.header-btn a::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 42px;
    height: 48px;
    background-image: url(./images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -8px -9px;
}
 
.header-btn a:hover{
    color: #9f0000;
}

.header-btn h6{
    color: #fff;
    margin-bottom: 0 !important;
    font-size: 28px;
    font-family: 'Oswald';
}
.top-menu ul li ul.sub-menu {
    display: none;
    width: 200px;
    position: absolute;
    top: 100%;
    left: 0;
    right: auto;
    background-color: #2f4163;
    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 ul li.menu-item-has-children {
    padding-right: 30px;
    position: relative;
    margin-right: 25px;
}
 
.top-menu ul li.menu-item-has-children::before {
    position: absolute;
    content: "";
    background-image: url(./images/hm-sprites.webp);
    background-position: -178px -9px;
    background-repeat: no-repeat;
    width: 16px;
    height: 9px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
 
.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 rgba(255, 255, 255, 0.2);
    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;
    display: block;
    text-transform: capitalize;
}
.top-menu .sub-menu li a:hover {
    background-color: #21355a;
    color: #fff;
}
 
.logo {
    width: 21%;
}
 
.top-rit {
    width: 42.3%;
}
 
.logo a img{
    width: 100%;
    display: block;
    max-width: 297px;
    height: auto;
}
 
.lang-list .lang-btn a {
    position: relative;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    font-size: 19px;
    letter-spacing: 0;
    line-height: 1;
    color: #fff;
    font-family: 'Oswald';
    display: block;
    margin: 0;
}
 
.lang-list .lang-btn {
    border: 1px solid #fff;
    display: block;
}
 
.lang-list .gt_container--u0nnh4 .gt_switcher .gt_selected {
    background: transparent !important;
}
.lang-list .gt_container-ptyf2h .gt_switcher .gt_selected a {
    border: 0 !important;
    width: 125px;
}
.gtranslate_wrapper .gt_switcher.notranslate {
    width: 150px !important;
}
.gtranslate_wrapper .gt_switcher.notranslate .gt_selected{
    background: transparent !important;
}
.gtranslate_wrapper .gt_switcher.notranslate .gt_selected a {
    border: 0 !important;
    width: 130px !important;
    height: 40px;
    align-content: center;
    padding: 0px 10px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 0;
}
.gtranslate_wrapper .gt_switcher.notranslate .gt_selected a:hover {
    background: #ffffff7d;
}
.gtranslate_wrapper .gt_switcher.notranslate .gt_selected a:hover {
    color: #000;
}
.gtranslate_wrapper .gt_switcher.notranslate .gt_selected a:after {
    right: 19px;
    width: 15px;
    background-size: unset;
    background-image: url(./images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -178px 0px;
    right: 10px !important;
}
.gtranslate_wrapper .gt_switcher.notranslate .gt_selected a img {
    opacity: 1;
}

/* Common Styling */

.cmn-btn-main{
    text-align: center;
    position: relative;
    max-width: max-content;
    margin: auto;
    padding: 0px 30px;
}
a.cmn-btn {
    background-image: -webkit-linear-gradient( 90deg, rgb(159,0,0) 0%, rgb(204,46,46) 50%, rgb(159,0,0) 99%);
    clip-path: polygon(4% 0%, 95% 0%, 100% 50%, 95% 100%, 4% 100%, 0% 50%);
    padding: 20px 58px;
    border-radius: 0;
    font-family: 'Oswald';
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    display: inline-block;
   
}
.cmn-btn-main::before{
    background-image: url(./images/btn-bfr-img.webp);
    position: absolute;
    content: "";
    width:20px;
    height: 57px;
    left: 20px;
    bottom: 0px;
    transition: 0.5s all ease-in-out;
}
.cmn-btn-main::after{
    background-image: url(./images/btn-aftr-img.webp);
    position: absolute;
    content: "";
    width:20px;
    height: 57px;
    right: 20px;
    top: 0px;
    transition: 0.5s all ease-in-out;
}
a.cmn-btn:hover {
    /* color: #000; */
    opacity: 0.8;
}
.cmn-btn-main:hover::before {
    left: 10px;
}
.cmn-btn-main:hover::after {
    right: 10px;
}

.text-heading {
    font-family: var(--headingFont);
    font-weight: 600;
    font-size: 66px;
    color: #043340;
    line-height: 1.09;
    margin: 0 0 40px 0;
}


@media screen and (max-width:1700px){
    
a.cmn-btn {
    padding: 19px 50px;;
    font-size: 19px;
}
}

@media screen and (max-width:1500px){

.cmn-btn-main{
    overflow: hidden;
}
a.cmn-btn {
    padding: 17px 45px;
    font-size: 18px;
}
.cmn-btn-main::before, .cmn-btn-main::after {
    height: 53px;
}
.cmn-btn-main::after {
    top: -5px;
}


}
@media screen and (max-width:1240px){

a.cmn-btn {
    padding: 16px 40px;;
    font-size: 17px;
}
}
@media screen and (max-width:1024px){

.cmn-btn-main::before {
    height: 50px;
}
}

@media screen and (max-width:767px){
a.cmn-btn {
    padding: 13px 30px;
    font-size: 16px;
}
.cmn-btn-main::before {
    height: 45px;
}
.cmn-btn-main::after {
    top: -10px;
    height: 54px;
}
}

@media screen and (max-width:480px){
    .cmn-btn-main {
    padding: 0px 20px;
}
a.cmn-btn {
    padding: 15px 30px;
    font-size: 13px;
}
.cmn-btn-main::before {
    left: 10px;
}
.cmn-btn-main::after {
    right: 10px;
}
.cmn-btn-main:hover::before {
    left: 0px;
}
.cmn-btn-main:hover::after {
    right: 0px;
}
}

/* Mobile Menu Starts */

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

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

}

.showhide {
    display: none;
    width: 110px;
    height: 28px;
    cursor: pointer;
    padding: 0;
    position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .showhide {
        display: block;
    }
}
.mobinav {
    width: 100%;
    color: #fff;
    box-sizing: border-box;
    z-index: 99999995;
    background: #000;
    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 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: #9b662a;
}
.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;
}
@media screen and (min-width: 768px) {
    .mobile-menu-button-container {
        display: none;
    }
    

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

    /* .header-sec{ border: none !important;} */

    .logo-rit, .tab-call {
        display: none;
    }
    .mobile-menu-button-container {
        background:  #be2020;
        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: 10px 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: var(--bodyFont);
        font-weight: 500;
        font-size: 22px;
        line-height: 1;
        letter-spacing: -0.8px;
        color: #fff;
    }
    .mobile-menu-button-container span.svg-icon svg {
        width: 25px;
    }
    button.showhide {
        display: none;
    }
}

.logo .top-rit {
    display: none;
}
/* Responsive */
@media screen and (max-width:1024px) {
    .header-sec .container {
        max-width: 720px;
    }
.top-rit {
    display: none;
}
.logo .top-rit {
    display: block;
    width: 100%;
}
.header-btn {
        display: flex;
        width: 100%;
        gap: 15px;
        justify-content: center;
        align-items: center;
    }
    .header-btn h6 {
        padding-right: 15px;
        border-right: 1px solid #fff;
    }
.header-btn a {
    font-size: 20px;
    padding: 7px 0 8px 42px !important;
    letter-spacing: 0;
}
.header-btn h6 {
    font-size: 23px;
}

    /* .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: #be2020;
        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: #fff;
        display: block;
        margin-bottom: 5px;
    }
    .header-sec {
        padding: 10px 10px;
        width: 100%;
        background-color: #000;
        border-bottom: 3px solid #be2020;
    }
    .logo {
        max-width: 100%;
        justify-content: space-between;
        align-items: center;
        display: flex;
        width: 100% !important;
        gap: 10px;
        flex-direction: column;
    }

    .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: #be2020;
        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:1800px) {
    .header-sec .container{ max-width: 1600px; }
 
    .header-btn a{font-size: 30px; padding-left: 55px;}
    .top-menu ul li{margin: 0 41px 0 0;}
    .gtranslate_wrapper .gt_switcher.notranslate {
    width: 160px !important;
}
}
@media screen and (max-width:1700px) {
    .header-sec .container{ max-width: 1400px; }
 
    .top-menu ul li a{font-size: 17px;}
    .top-menu ul li { margin: 0 30px 0 0; }
    .lang-list .lang-btn { padding: 0 !important; }
    .header-btn a { font-size: 24px; padding: 5px 0 6px 50px; }
    .header-btn a::before{transform: scale(0.9);}
    .rit-menutop{gap: 20px;}
    .lang-list .lang-btn a{font-size: 17px;}
    .gtranslate_wrapper .gt_switcher.notranslate {
    width: 150px !important;
}
.gtranslate_wrapper .gt_switcher.notranslate .gt_selected a {
    width: 130px !important;
    font-size: 16px;
}
}
@media screen and (max-width:1500px) {
    .header-sec .container{ max-width: 1200px; }
 
    .top-menu ul li { margin: 0 18px 0 0; }
    .top-menu ul li.menu-item-has-children { padding-right: 25px; margin-right: 18px; }
    .lang-list .lang-btn a { font-size: 16px; padding: 0 22px 0 32px; }
    .lang-list .lang-btn a::before{transform: scale(0.9);}
    .header-btn a::before{transform: scale(0.8); left: -5px; top: -2px;}
    .header-btn a { font-size: 21px; padding: 5px 0 6px 45px;}
    .top-menu ul li a { font-size: 15px; }
    .rit-menutop { gap: 10px; align-items: center; }
    .header-btn a { font-size: 22px; padding: 6px 0 8px 40px; }
 .gtranslate_wrapper .gt_switcher.notranslate {
    width: 120px !important;
}
    .gtranslate_wrapper .gt_switcher.notranslate .gt_selected a {
        width: 100px !important;
        font-size: 14px;
        height: 35px;
    }
}
 
@media screen and (max-width:1240px) {
    .header-sec .container{ max-width: 920px; }
 
    .top-menu ul li a { font-size: 13px; }
    .top-menu ul li { margin: 0 10px 0 0; }
    .top-menu ul li.menu-item-has-children { padding-right: 18px; margin-right: 10px; }
    .top-menu ul li.menu-item-has-children::before{transform: scale(0.85); right: -2px;}
    .lang-list .lang-btn a { font-size: 14px; padding: 0 16px 0 24px; }
    .lang-list .lang-btn a::before { transform: scale(0.8); left: -2px;}
    .lang-list .lang-btn a::after{transform: scale(0.8); right: -2px;}
    .lang-list .lang-btn { padding: 9px 9px; }
    .header-btn a::before{transform: scale(0.7);}
    .header-btn a { font-size: 16px; padding: 10px 0 8px 35px; letter-spacing: 0.6px; }
    .top-menu { width: 50.4%; }
    .rit-menutop { gap: 6px}
    .header-sec{padding: 10px 0;}
    
.gtranslate_wrapper .gt_switcher.notranslate {
    width: 100px !important;
}
.gtranslate_wrapper .gt_switcher.notranslate .gt_selected a {
    width: 90px !important;
    font-size: 11px;
    letter-spacing: 0;
    padding: 0 8px;
    height: 30px;
}
.gtranslate_wrapper .gt_container--t32qgp .gt_switcher a img{ width: 20px; height: 20px;}
}
 
@media screen and (max-width:1024px) {                                                                      
    .logo a img { width: 230px; }
    .top-rit.mbl {
        display: block;
        width: 100%;
    }
.rit-menutop {
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
}
.header-btn a {
    font-size: 21px;
    padding: 10px 0 8px 32px;
    letter-spacing: 0.6px;
}
.gtranslate_wrapper .gt_switcher.notranslate .gt_selected a {
    width: 111px !important;
    font-size: 14px;
    letter-spacing: 0;
    padding: 0 8px;
    height: 37px;
}
.gtranslate_wrapper .gt_switcher.notranslate {
    width: 120px !important;
}
}
 
@media screen and (max-width:991px) {                                                                      
    .header-sec .container{ max-width: 720px; }
}
 
@media screen and (max-width:767px) {                                                                      
    .header-sec .container{ max-width: 100%; padding: 0 10px; }
        .logo a img {
        width: 210px;
    }
}
@media screen and (max-width:480px) {
    .logo a img {
        width: 180px;
    }
}

@media screen and (max-width:600px) {

    .header-btn{
        flex-direction: column;
        gap: 0;
    }
    .header-btn h6{ padding: 0; border: none;}

}
 
 





/* Footer Section */
 
.site-footer {
    padding: 0;
    color: #fff;
}
.ftr-logo {
    text-align: center;
    width: 23.3%;
}

.ftr-blk-rit {
    padding-left: 95px;
    position: relative;
}
.ftr-logo a {
    display: inline-block;
}
.ftr-list {
    display: flex;
    justify-content: center;
    padding: 39px 0;
    border-top: 1px solid rgb(255 255 255 / 21%);
    border-bottom: 1px solid rgb(255 255 255 / 21%);
    align-items: center;
    gap: 50px;
}
.ftr-list-rite{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ftr-menu ul {
    text-align: center;
    margin: 0 0 38px;
}
.ftr-menu ul li{
    margin: 0 84px 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: 'Oswald';
    font-weight: 400;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0.44px;
    margin: 0;
}
.ftr-menu ul li a:hover{
    color: #9f0000;
}
.ftr-scl-icns {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.ftr-scl-icns a {
    background-image: url(./images/hm-sprites.webp);
    background-repeat: no-repeat;
    height: 52px;
    width: 49px;
    display: inline-block;
    font-size: 0;
}
.ftr-scl-icns a.facebook{
    background-position: -8px -97px;
}
.ftr-scl-icns a.facebook:hover{
    background-position: -8px -157px;
}
.ftr-scl-icns a.linkedin{
    background-position: -69px -97px;
}
.ftr-scl-icns a.linkedin:hover{
    background-position: -69px -157px;
}
.ftr-scl-icns a.utube{
    background-position: -131px -97px;
}
.ftr-scl-icns a.utube:hover{
    background-position: -131px -157px;
}
.ftr-scl-icns a.wifisignal{
    background-position: -192px -97px;
}
.ftr-scl-icns a.wifisignal:hover{
    background-position: -192px -157px;
}
.ftr-blk-rit h4{
    font-family: 'Oswald';
    font-weight: 400;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0.44px;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0 0 8px;
}
.ftr-blk-rit a{
    font-family: 'Oswald';
    font-weight: 600;
    font-size: 33px;
    line-height: 1;
    letter-spacing: 1.33px;
    color: #ffffff;
    display: inline-block;
}
.ftr-blk-rit a:hover{
    color: #9f0000;
}
.ftr-blk-rit a::before{
    position: absolute;
    content: "";
    background-image: url(./images/hm-sprites.webp);
    background-repeat: no-repeat;
    width: 80px;
    height: 88px;
    background-position: -264px -207px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.copyrights {
    padding: 34px 0 0;
    text-align: center;
}
.copyrightmenu ul{
    margin: 0;
}
.copyrightmenu ul li{
    display: inline-block;
    margin: 0;
}
.copyrights p, .copyrightmenu ul{
    margin: 0;
}
.cpy-inr, .ftrlink {
    display: inline-block;
}
.copyrights p, .copyrights a {
    display: inline-block;
    font-family: 'Roboto';
    font-weight: 400;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: -0.36px;
}
.copyrights a:hover{
    color: #9f0000;
}
 
.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;
}
 
 



/* Footer Section Responsive */
 
@media screen and (max-width:1700px) {
    .site-footer .container{
        max-width: 1300px;
    }
}
@media screen and (max-width:1500px) {
    .site-footer .container{
        max-width: 1100px;
    }
 
    .ftr-menu ul li a{ font-size: 20px; }
    .ftr-menu ul li { margin: 0 72px 0 0; }
    .ftr-menu ul { margin: 0 0 32px; }
    .ftr-scl-icns a{transform: scale(0.9);}
    .ftr-blk-rit a::before{transform: scale(0.9); left: -9px;}
    .ftr-blk-rit h4{font-size: 20px;}
    .ftr-blk-rit a{font-size: 28px;}
    .ftr-blk-lft { width: 37.2%; }
    .ftr-blk-rit{padding-left: 84px;}
    .copyrights { padding: 28px 0 0; }
    .ftr-list{padding: 35px 0;}
    .copyrights p, .copyrights a{font-size: 17px;}
   
 
}
@media screen and (max-width:1240px) {
    .site-footer .container{
        max-width: 900px;
    }
 
    .ftr-menu ul li a { font-size: 18px; }
    .ftr-menu ul li { margin: 0 52px 0 0; }
    .ftr-menu ul { margin: 0 0 22px; }
    .ftr-blk-rit { padding-left: 74px; }
    .ftr-blk-rit a { font-size: 25px; }
    .ftr-scl-icns a { transform: scale(0.8); }
    .ftr-scl-icns{gap: 4px;}
    .ftr-blk-lft { width: 42.1%; }
    .ftr-blk-rit a::before { transform: scale(0.8); }
    .ftr-blocks { width: 27.8%; }
}
@media screen and (max-width:1024px) {

    .ftr-list, .ftr-list-rite{ flex-direction: column; border-bottom: none;padding-bottom: 0;}
    .ftr-logo, .ftr-blocks { width: 100%; max-width: 320px; margin: 0 auto 10px; }
    .ftr-blocks{ margin: 0 auto 0 !important;}
    .ftr-blk-lft, .ftr-blk-rit { width: 100%; padding: 20px; border: 1px solid rgb(255 255 255 / 21%); }
    .ftr-blk-lft{margin: 0 auto 20px;}
    .ftr-blk-rit { padding-left: 100px; }
    .ftr-blk-rit a::before{left: 9px;}
    .copyrights { padding: 10px 0 0; }
    .site-footer .container{ max-width: 720px; }
    .ftr-menu ul li a { font-size: 17px; }
    .ftr-menu ul li { margin: 0 32px 0 0; }
    .ftr-menu ul { margin: 0 0 16px; }
    .ftr-list { padding: 30px 0; gap: 25px; }
}
@media screen and (max-width:767px) {
    .site-footer .container{
        max-width: 100%;
        padding: 0 10px;
    }
}
@media screen and (max-width:480px) {
 
    .ftr-menu ul li a { font-size: 14px; }
    .ftr-menu ul li { margin: 0 18px 0 0; }
    .copyrights p, .copyrights a { font-size: 15px; }
    p.copy-para { max-width: 198px; }
}
 
 
/* Footer Section Responsive End*/
 