/*
 Theme Name:   joegamezlaw
 Theme URI:    https://wordpress.com/
 Description:  Twenty Nineteen Child Theme
 Author:       Wordpress
 Author URI:   https://wordpress.com/
 Template:     twentynineteen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  joegamezlaw
*/
/* montserrat-100 - latin */
@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100;
    src: url('./fonts/montserrat-v26-latin-100.woff2') format('woff2');
}
/* montserrat-200 - latin */
@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 200;
    src: url('./fonts/montserrat-v26-latin-200.woff2') format('woff2');
}
/* montserrat-300 - latin */
@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    src: url('./fonts/montserrat-v26-latin-300.woff2') format('woff2');
}
/* montserrat-regular - latin */
@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/montserrat-v26-latin-regular.woff2') format('woff2');
}
/* montserrat-500 - latin */
@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    src: url('./fonts/montserrat-v26-latin-500.woff2') format('woff2');
}
/* montserrat-600 - latin */
@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    src: url('./fonts/montserrat-v26-latin-600.woff2') format('woff2');
}
/* montserrat-700 - latin */
@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: url('./fonts/montserrat-v26-latin-700.woff2') format('woff2');
}
/* montserrat-800 - latin */
@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    src: url('./fonts/montserrat-v26-latin-800.woff2') format('woff2');
}
/* montserrat-900 - latin */
@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 900;
    src: url('./fonts/montserrat-v26-latin-900.woff2') format('woff2');
}
/* overpass-100 - latin */
@font-face {
    font-display: swap;
    font-family: 'Overpass';
    font-style: normal;
    font-weight: 100;
    src: url('./fonts/overpass-v13-latin-100.woff2') format('woff2');
}
/* overpass-200 - latin */
@font-face {
    font-display: swap;
    font-family: 'Overpass';
    font-style: normal;
    font-weight: 200;
    src: url('./fonts/overpass-v13-latin-200.woff2') format('woff2');
}
/* overpass-300 - latin */
@font-face {
    font-display: swap;
    font-family: 'Overpass';
    font-style: normal;
    font-weight: 300;
    src: url('./fonts/overpass-v13-latin-300.woff2') format('woff2');
}
/* overpass-regular - latin */
@font-face {
    font-display: swap;
    font-family: 'Overpass';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/overpass-v13-latin-regular.woff2') format('woff2');
}
/* overpass-500 - latin */
@font-face {
    font-display: swap;
    font-family: 'Overpass';
    font-style: normal;
    font-weight: 500;
    src: url('./fonts/overpass-v13-latin-500.woff2') format('woff2');
}
/* overpass-600 - latin */
@font-face {
    font-display: swap;
    font-family: 'Overpass';
    font-style: normal;
    font-weight: 600;
    src: url('./fonts/overpass-v13-latin-600.woff2') format('woff2');
}
/* overpass-700 - latin */
@font-face {
    font-display: swap;
    font-family: 'Overpass';
    font-style: normal;
    font-weight: 700;
    src: url('./fonts/overpass-v13-latin-700.woff2') format('woff2');
}
/* overpass-800 - latin */
@font-face {
    font-display: swap;
    font-family: 'Overpass';
    font-style: normal;
    font-weight: 800;
    src: url('./fonts/overpass-v13-latin-800.woff2') format('woff2');
}
/* overpass-900 - latin */
@font-face {
    font-display: swap;
    font-family: 'Overpass';
    font-style: normal;
    font-weight: 900;
    src: url('./fonts/overpass-v13-latin-900.woff2') format('woff2');
}
:root {
    --blue: #1e90ff;
    --white: #ffffff;
    --placeholdercolor: currentColor;
    --headingFont: "Montserrat", sans-serif;
    --bodyFont: "Montserrat", sans-serif;
}
* {
    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;
}
.alignleft,
.alignright,
.aligncenter,
.alignnone {
    margin-bottom: 10px;
}
.alignleft,
.alignright,
.aligncenter {
    display: block;
    margin: 0 auto 20px auto;
}
@media screen and (min-width: 992px) {
    .alignleft {
        float: left;
        margin-right: 20px;
    }
    .alignright {
        float: right;
        margin-left: 20px;
    }
    .alignleft,
    .alignright {
        max-width: 50%;
        margin-top: 0;
    }
}
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;
}
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;
}
a,
a:hover,
input[type="submit"],
button {
    outline: 0;
}
picture {
    display: block;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
::-webkit-input-placeholder {
    color: var(--placeholdercolor);
}
::-moz-placeholder {
    color: var(--placeholdercolor);
}
:-ms-input-placeholder {
    color: var(--placeholdercolor);
}
:-moz-placeholder {
    color: var(--placeholdercolor);
}
.d-none,
.hide {
    display: none !important;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.fw,
.wrapper {
    float: left;
    width: 100%;
}
.container {
    max-width: 1366px;
    width: 100%;
    margin: 0 auto;
}
@media screen and (max-width:1700px) {
    .container {
        max-width: 1400px;
    }
}
@media screen and (max-width:1500px) {
    .container {
        max-width: 1200px;
    }
}
@media screen and (max-width:1240px) {
    .container {
        max-width: 990px;
        padding: 0 10px;
    }
}
@media screen and (max-width:991px) {
    .container {
        max-width: 720px;
    }
}
@media screen and (max-width:767px) {
    .container {
        max-width: 100%;
        padding: 0 15px;
    }
}
/* Header Section Starts */
.head-sec.f-nav {
    position: fixed;
    z-index: 999;
    padding: 15px;
    border-top: 0;
}
.head-sec img.f-nav-img {
    display: none;
}
.head-sec img {
    width: auto;
}
.head-sec.f-nav img.wmu-preview-img,
.head-sec.f-nav .top-rit p strong,
.head-sec.f-nav .header-ph,
.head-sec .topmenu.f-nav,
.head-sec.f-nav .topmenu {
    display: none;
}
.head-sec.f-nav img.f-nav-img {
    display: block;
}
.head-sec .f-nav-top-rit .header-ph {
    font-weight: 700;
    color: #3a3a3a !important;
    display: none;
}
.head-sec.f-nav .f-nav-top-rit .header-ph,
.head-sec.f-nav .topmenu.f-nav {
    display: block;
}
.head-sec .f-nav-top-rit .header-ph a {
    margin: 0;
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    font-size: 19px;
    line-height: 1;
    color: #3a3a3a !important;
    text-decoration: underline;
}
.head-sec .f-nav-top-rit .header-ph a:hover {
    text-decoration: none;
}
.head-sec.f-nav .top-rit {
    padding: 0;
    width: 21%;
}
.head-sec.f-nav .top-rit p {
    font-size: 14px;
    margin-bottom: 11px;
}
.head-sec.f-nav .topmenu ul li a {
    padding: 0 15px 0;
    border-width: 2px;
}
.head-sec.f-nav .topmenu ul li:first-child a {
    padding-left: 0;
}
.head-sec.f-nav .topmenu ul li:last-child a {
    padding-right: 0;
}
.head-sec.f-nav .logo-menu-container {
    padding: 0;
    align-items: center;
    border: none;
}
.head-sec.f-nav .topmenu ul {
    padding: 0;
}
.head-sec {
    background: #fff;
    padding: 0 0 0;
    border-top: 9px solid #50110e;
}
.head-sec .container {
    max-width: 100%;
    width: 100%;
    margin: auto;
}
.head-sec.f-nav .topmenu ul.sub-menu li a {
    padding: 10px 12px 10px;
}
.logo-menu-container {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e6e6e6;
    padding: 10px 48px 0;
}
.logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}
.top-rit {
    width: 50%;
    text-align: right;
    padding: 20px 0 0;
}
.header-ph.phone a {
    margin-bottom: 6px !important;
}
.top-rit .header-ph a {
    font-size: 30px;
    /* font-weight: 800; */
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    display: inline-block;
    transition: color 300ms ease 0ms;
    color: #932c2b;
    margin-bottom: 10px;
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
}
.top-rit .header-ph a .fa:before {
    display: none;
}
.top-rit .header-ph a:hover {
    color: #1c1c1c;
}
.top-rit p {
    font-family: 'Overpass', Helvetica, Arial, Lucida, sans-serif;
    font-size: 16px;
    color: #333333;
    line-height: 1;
    letter-spacing: 0;
    font-weight: 400;
    margin-bottom: 15px;
}
.top-rit p strong {
    font-size: 16px;
    font-family: 'Montserrat';
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0;
    color: #3a3a3a;
    margin: 0;
}
.logo-rit,
.tab-call {
    display: none;
}
@media screen and (min-width: 992px) {
    .logo {
        display: initial;
        width: auto;
    }
    .logo-rit {
        display: block;
    }
}
@media screen and (min-width: 769px) and (max-width: 991px) {
    .tab-call {
        display: block;
        margin-left: auto;
    }
}
.topmenu {
    width: auto;
    text-align: center;
}
.topmenu ul {
    position: relative;
    margin: 0;
    font-size: 0;
    padding: 0 0 10px;
}
.topmenu ul li {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 15px 0;
}
.topmenu ul li a {
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1;
    color: #333333;
    padding: 0 22px;
    font-family: 'Montserrat';
    display: inline-block;
    letter-spacing: 1.5px;
}
.topmenu ul.primary-menu>li>a {
    border-right: 1px solid #e6e6e6;
}
.topmenu ul.primary-menu>li.current-menu-item>a,
.topmenu ul.primary-menu>li:hover>a {
    color: #942d29;
}
.topmenu ul li:first-child a {
    padding-left: 0;
}
.topmenu ul li:last-child a {
    padding-right: 0;
}
.topmenu ul li:last-child a {
    border: 0;
}
.topmenu ul li ul.sub-menu {
    display: none;
    width: 200px;
    position: absolute;
    top: 100%;
    left: 0;
    right: auto;
    /* background-color: #2f4163; */
    background-color: #5a1a17;
    padding: 0 0;
    z-index: 999;
}
.topmenu ul li:hover ul.sub-menu {
    display: block;
}
.topmenu ul li:hover ul.sub-menu ul {
    display: none;
}
.topmenu ul li:hover ul.sub-menu li {
    position: relative;
}
.topmenu ul li:hover ul.sub-menu li:hover>ul {
    display: block;
    top: 0;
    left: 100%;
}
.topmenu .sub-menu li.current-menu-item a {
    color: #fff;
}
.topmenu .sub-menu li a:after {
    display: none;
}
.topmenu .sub-menu li {
    width: 100%;
    float: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin: 0;
    padding: 0;
}
.topmenu .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;
}
.topmenu .sub-menu li.current-menu-item>a,
.topmenu .sub-menu li a:hover {
    background-color: #571916;
    color: #f4d984;
}
/* Mobile Menu Starts */
.mobile-header {
    display: none;
    /* background-color: #000000; */
    background-color: #fff;
    padding: 25px 0;
}
.head-sec .mobile-header .container {
    padding: 0 20px;
}
.mobhd-cntnt {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mobhd-cntnt .showhide {
    width: 50px;
    height: 36px;
    background-color: transparent;
    padding: 0 5px;
    margin: 18px 0 0;
}
.mobhd-cntnt .showhide .menuBar {
    /* background-color: #fff; */
    width: 100%;
    height: 4px;
    margin: 9px 0;
}
.mobhd-cntnt .showhide .menuBar.menuBar-1 {
    margin-top: 0;
}
.mbcall-btn a i {
    color: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 13px 0;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    font-size: 25px;
    background-color: #dc2520;
    margin: 7px 0 0;
}
.showhide {
    display: none;
    width: 110px;
    height: 28px;
    cursor: pointer;
    padding: 0;
    position: relative;
}
.mob-logo {
    max-width: 335px;
}
@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: #4f110f;
    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;
}
.mobinav .menuClose {
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    outline: none;
    color: #4f110f;
    text-align: center;
    line-height: 30px;
    font-size: 35px;
    border-radius: 30px;
    margin-left: auto;
    display: block;
}
.menu-main-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 0;
    width: 100%;
}
.mobinav ul li {
    margin: 0;
    width: 100%;
    list-style: none;
    box-sizing: border-box;
    border: 0;
    margin: 0;
    padding: 0;
    position: relative;
    font-family: var(--bodyFont);
}
.mobinav a {
    width: 100%;
    padding: 6px 0;
    display: block;
    line-height: normal;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-family: var(--bodyFont);
    border: 0;
    margin: 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: 0;
}
.mobinav ul li .drop.close::after {
    width: 2px;
    height: 20px;
    top: 7px;
    /* right: 10px; */
    right: 9px;
}
.mobile-menu-button-container {
    display: block;
}
@media screen and (min-width: 981px) {
    .mobile-menu-button-container {
        display: none;
    }
}
/* Mobile Menu Ends */
/* Homepage Default Button and Common Heading */
.btn {
    font-family: var(--bodyFont);
    font-weight: 600;
    font-size: 22px;
    line-height: 2.3;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    background: transparent;
    padding: 6px 34px;
    border: 1px solid #000;
}
.cmn-btn a {
    background-image: linear-gradient(180deg, #f8b851 0%, #f4d984 100%);
    padding: 30px 40px;
    color: #1c1c1c;
    font-size: 16px;
    font-family: 'Montserrat';
    line-height: 1;
    letter-spacing: 0;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    border: 1px solid transparent;
}
.hmcase-sec .cmn-btn a:hover,
.hmvideo-sec .cmn-btn a:hover {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    letter-spacing: 2px;
}
.hmabout-sec .cmn-btn a:hover,
.hmblg-sec .cmn-btn a:hover {
    background: transparent;
    color: #1c1c1c;
    border: 1px solid #1c1c1c;
    letter-spacing: 2px;
}
.text-heading {
    font-family: var(--headingFont);
    font-weight: 600;
    font-size: 66px;
    color: #043340;
    line-height: 1.09;
    margin: 0 0 40px 0;
}
/* Footer Section Starts */
.ftr-blocks {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer-container {
    width: 100%;
    max-width: 1712px;
    margin: auto;
}
.site-footer .logo-img {
    width: 34.4%;
    margin-bottom: 50px;
}
.site-footer .ftr-sec .ftr-logo .h2 {
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 28px;
    color: #ffffff;
    line-height: 1.4;
    margin: 0;
}
.site-footer .ftr-sec .ftr-logo .h3 {
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 24px;
    color: #ffffff !important;
    letter-spacing: 2px;
    line-height: 1.2;
    margin: 0;
}
.site-footer .ftr-sec .ftr-logo {
    width: 31.3%;
}
/* .site-footer {
    background-image: linear-gradient(180deg, rgba(2, 2, 21, 0.36) 44%, #020215 100%), url(images/AdobeStock_141272383-bgRepeatable.png);
    background-size: initial;
    background-repeat: repeat;
} */
.site-footer .ftr-sec {
    display: flex;
    padding-top: 76.8px;
    border-block: 1px solid #3a3a3a;
    margin-bottom: 50px;
}
.site-footer .ftr-sec .ftr-blk {
    width: 24%;
    margin-bottom: 80px;
}
.site-footer .ftr-sec .ftr-blk h3, .site-footer .ftr-sec .ftr-blk .h3 {
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    font-size: 16px;
    color: #ffffff;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 25px;
	display:block;
}
.site-footer .ftr-sec .ftr-blk p {
    font-family: 'Overpass', Helvetica, Arial, Lucida, sans-serif;
    line-height: 1.6;
    font-size: 17px;
    color: #EAEAEA;
    margin-bottom: 0;
}
.site-footer .ftr-sec .ftr-blk .phone {
    display: flex;
    margin-bottom: 30px;
}
.site-footer .ftr-sec .ftr-blk .phone a,
.site-footer .ftr-sec .ftr-blk .btm-hdg a {
    font-family: 'Overpass', Helvetica, Arial, Lucida, sans-serif;
    font-size: 17px;
    line-height: 1.6;
    text-decoration: underline;
    font-weight: 600;
    color: #fff;
}
.site-footer .ftr-btm-blocks {
    display: flex;
    margin: auto;
    justify-content: center;
    gap: 3%;
    margin-bottom: 60px;
}
.site-footer .ftr-blk .phone a:hover,
.site-footer .ftr-blk .btm-hdg a:hover {
    text-decoration: none;
}
.site-footer .ftr-btm-blocks .fllw-us,
.site-footer .ftr-btm-blocks .ftr-expe-blk {
    width: 22.7%;
    text-align: center;
}
.site-footer .ftr-btm-blocks .fllw-us h4,
.site-footer .ftr-btm-blocks .fllw-us .h4,
.site-footer .ftr-btm-blocks .ftr-expe-blk h4,
.site-footer .ftr-btm-blocks .ftr-expe-blk .h4 {
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    color: #eaeaea;
    margin-bottom: 45px;
	display:block;
}
.site-footer .ftr-btm-blocks .ftr-expe-blk .cmn-btn a:hover {
    color: #ffffff;
    border-color: #103e6b !important;
    letter-spacing: 2px;
    background-image: initial;
    background-color: transparent;
}
.site-footer .ftr-btm-blocks .fllw-us .ftr-cnct-links {
    color: #fff;
    font-size: 0;
}
.site-footer .ftr-btm-blocks .fllw-us .ftr-cnct-links a {
    background-image: url(images/sprites.webp);
    width: 48px;
    height: 48px;
    background-position: -12px -15px;
    display: inline-block;
}
.site-footer .ftr-btm-blocks .fllw-us .ftr-cnct-links a.twit {
    background-position: -68px -15px;
}
.site-footer .ftr-btm-blocks .fllw-us .ftr-cnct-links a.linkedin {
    background-position: -121px -15px;
}
.site-footer .ftr-btm-blocks .fllw-us .ftr-cnct-links a.instagram {
    background-position: -174px -15px;
}
.ftr-cnct-links {
    display: flex;
    justify-content: center;
    gap: 5px;
}
/* Footer Sections Ends */
/* Copyrights */
.copyrights {
    background: transparent;
    padding: 40px 0 20px;
    text-align: center;
}
.copyrights p,
.copyrights a {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    margin: 0;
    font-family: 'Overpass', Helvetica, Arial, Lucida, sans-serif;
}
.copyrightmenu ul {
    margin: 0;
}
.copyrightmenu ul li {
    display: inline-block;
}
.copyrights a {
    display: inline-block;
    padding: 0 5px;
    text-decoration: underline;
}
.copyrights a:hover {
    text-decoration: none;
    color: #f9ba53;
}
/* Homepage Ends */
@media screen and (max-width:991px) {
    .head-sec {
        padding: 20px 0;
    }
    .showhide {
        display: block;
    }
    .mobinav ul {
        display: block;
    }
    .hdr-src {
        display: block;
    }
    .logo-menu {
        display: inline-block;
        text-align: center;
    }
    .logo {
        width: 100%;
        text-align: center;
        margin: 0 auto;
        max-width: 100%;
        padding: 0;
    }
    .logo img {
        max-width: 300px;
    }
    .top-rit {
        max-width: 100%;
        position: inherit;
        display: inline-block;
        margin: 0;
        float: none;
    }
    .logo-rit {
        max-width: 100%;
        text-align: center;
    }
}
video {
    aspect-ratio: 16 / 9;
    width: 100%;
    max-width: 100%;
}
@media (min-width: 980px) and (max-width: 991px) {
    .head-sec {
        padding: 20px 0 0;
    }
    .topmenu ul li a {
        padding: 7px 15px 8px !important;
    }
    .topmenu ul {
        padding: 0;
    }
}
@media screen and (max-width: 980px) {
    .logo-menu {
        display: none;
    }
    .mobile-menu-button-container {
        display: none;
    }
    .topmenu {
        width: 100%;
        display: none;
    }
    .top-rit {
        display: none;
    }
    .mobile-header {
        display: block;
    }
}
@media screen and (max-width: 580px) {
    .head-sec .mobile-header .container {
        padding: 0 15px;
    }
    .mob-logo {
        max-width: 270px;
    }
    .mobhd-cntnt .showhide {
        width: 45px;
        height: 30px;
        margin: 12px 0 0;
    }
    .mbcall-btn a i {
        width: 45px;
        height: 45px;
        padding: 12px 0;
        font-size: 23px;
        margin: 10px 0 0;
    }
}
@media screen and (max-width: 480px) {
    .mobhd-cntnt .showhide {
        padding: 0;
        width: 36px;
    }
    .mob-logo {
        max-width: 240px;
    }
    .mbcall-btn a i {
        width: 42px;
        height: 42px;
        padding: 11px 0;
        font-size: 22px;
        margin: 8px 0 0;
    }
}
@media screen and (max-width: 375px) {
    .head-sec .mobile-header .container {
        padding: 0 10px;
    }
    .mob-logo {
        max-width: 200px;
    }
    .mobile-header {
        padding: 15px 0;
    }
    .mobhd-cntnt .showhide .menuBar {
        height: 3px;
        margin: 7px 0;
    }
    .mobhd-cntnt .showhide {
        width: 30px;
        height: 25px;
        margin: 10px 0 0;
    }
    .mbcall-btn a i {
        width: 38px;
        height: 38px;
        padding: 10px 0;
        font-size: 19px;
    }
}
.newMobileMenu {
    display: none;
}
.ftrlink.fw {
    display: flex;
    justify-content: center;
}
.ftgrth-logo {
    padding: 10px 0 0 0;
}


.ftgrth-logo img {
    max-width: 350px;
}
@media screen and (max-width: 980px) {
    .head-sec.f-nav img.wmu-preview-img {
        display: block !important;
    }
}