/*
 Theme Name:   Robertlawgroup
 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:  robertlawgroup
*/
@font-face {
  font-display: swap;
  font-family: 'Urbanist';
  font-style: normal;
  font-weight: 300;
  src: url('./fonts/urbanist-v18-latin-300.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Urbanist';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/urbanist-v18-latin-regular.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Urbanist';
  font-style: normal;
  font-weight: 500;
  src: url('./fonts/urbanist-v18-latin-500.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Urbanist';
  font-style: normal;
  font-weight: 600;
  src: url('./fonts/urbanist-v18-latin-600.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/inter-v20-latin-regular.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: url('./fonts/inter-v20-latin-500.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url('./fonts/inter-v20-latin-600.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url('./fonts/inter-v20-latin-700.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 900;
  src: url('./fonts/inter-v20-latin-900.woff2') format('woff2');
}
:root {
    --blue: #1e90ff;
    --white: #ffffff;
    --placeholdercolor: currentColor;
    --headingFont: 'Inter', sans-serif;
    --bodyFont: 'Inter', 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: 400;
    -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: 1500px;
    width: 100%;
    margin: 0 auto;
}
@media screen and (max-width:1700px) {
    .container {
        max-width: 1440px;
    }
}
@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;
        padding: 0;
    }
}
@media screen and (max-width:767px) {
    .container {
        max-width: 100%;
        padding: 0 10px;
    }
}
.head-sec {
    background: #fff;
    padding: 10px 0 10px 80px;
    position: sticky;
    z-index: 999;
    top: 0;
}
.head-sec.fw.f-nav {
    border-bottom: 2px solid #2460a8;
}
.head-sec .container {
    max-width: 100%;
}
.logo-menu-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
}
.logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}
.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;
}
.topmenu ul {
    position: relative;
    margin: 0;
    font-size: 0;
}
.topmenu ul li {
    display: inline-block;
    margin: 0 12px;
    position: relative;
}
.topmenu ul li a {
    color: #0e2643;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.4px;
    font-family: 'Inter';
    font-weight: 600;
    text-decoration: none;
    position: relative;
    border-bottom: 6px solid transparent;
    padding: 0 8px 45px;
}
.topmenu ul.primary-menu>li.current-menu-item>a,
.topmenu ul.primary-menu>li:hover>a {
    border-color: #2460a8;
}
.topmenu ul li ul.sub-menu {
    display: none;
    width: 200px;
    position: absolute;
    top: 100%;
    left: 0;
    right: auto;
    background-color: #0e2643;
    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%;
}
.logo-rit {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top-rit {
    min-width: 450px;
}
.cnt-sec {
    background-color: #2460a8;
    padding: 24px 40px 24px 135px;
    position: relative;
    border-radius: 65px 0 0 65px;
}
.cnt-sec:hover {
    background-color: #152c49;
}
.cnt-sec p {
    color: #ffffff;
    font-size: 20px;
    line-height: 1;
    letter-spacing: -0.4px;
    font-family: 'Inter';
    font-weight: 500;
    margin: 0;
}
.cnt-sec p a {
    color: #ffffff;
    font-size: 37px;
    line-height: 1;
    letter-spacing: 0;
    font-family: 'Inter';
    font-weight: 600;
    text-decoration: none;
}
.cnt-sec p a:hover {
    color: #0e75bc;
}
.cnt-sec::before {
    content: "";
    position: absolute;
    /* background-image: url(images/cnt-icn.webp); */
    background-image: url(data:image/webp;base64,UklGRswCAABXRUJQVlA4WAoAAAAQAAAAKwAANwAAQUxQSHsCAAABkAPZtmlb89m2jW/btm3bVmrbtm3btm3bmMFe55z9lEfEBMBqXM0Rmy8///z52cVNw2vEIiWzDjpDi+eG5NJVbhW1bq6po8hOaj9e04r7NKboujhT1Z8zhX/3NjGGqXCjp+C6l+af7xrdvk6d9qN3PjPHx1kAlPpLs/8XV3OEoX3FuT/MkG3gtejEesMNG2bFw2LYxI0b1hvu3x2dpUC0cUwkNIbERhvnzLKQZn94aXhMswsOmGKABpo+UL632W7OGtr2Nls+rmgB40L5HTTkKlzAuGjcMZr210DTR7qYemCv4bipwSjVzLB540BodG/YvJlhJaRV/659kqSgHn3ipLCevaK0FPtEsqNS/hvJFkqNn+Sf+hpcv1CNAtwphgCeFEOtVaDYDygutQDqSC2tFZBaA7mlGkApqaY1HFc+uwK2V5V3TgDuKI+cNXjvJC9kBwD//eTZRACIOEwej4TWxCwwTM4Mw0yZkLEm9BpQWMrcp39+KXvffrm0lPpPsqtShSTbKXVJsokGz59U4wEviuGAD8VIa5UoDgBKSi2BelIra/mk5kBOqSpQXKpmDfuVV06AzRnlmSOAS8ptRw3Om3/zZDwAuO38x2PhAOC35///g4HQGhINw/AoGEZEIGNNHjq6uJR1+KjCUq4RI/NqqUqSQ5T6JNlbaUWS7TV4/VaYDPhQjAL8KcZYq0pxMFBaag00lNpayyU1BrJJFYHCUiVr2Kk8dwBwTHloD+CcctVeg8OCP9wRCQBOy/5xayAAeK8m1/tAa2gMDCOiYRgZiYw6z6hxJVJNC5Ickkp8KcamjjJS29SRRSqfOrBPuWmTSuwWv3m30Qc6AQBWUDggKgAAADADAJ0BKiwAOAA+KRSJQyGhIRFUABgChLSAAAn4xw+EIsAA/v60IAAAAA==);
    background-repeat: no-repeat;
    background-position: center;
    width: 60px;
    height: 60px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -9px;
    padding: 20px;
    border-radius: 50%;
    border: 10px solid #fff;
}
.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 a:hover {
    background-color: #2460a8;
    color: #fff;
}
.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 {
	top: 0;
    width: 100%;
    color: #fff;
    box-sizing: border-box;
    z-index: 99999995;
    background: #fff;
    width: 100%;
    max-width: 300px;
    height: 100%;
    min-height: 100vh;
    position: fixed;
    overflow: scroll;
    padding: 10px;
    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-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);
	box-shadow: 1px 0 5px #686868;
}
.mobinav ul {
    margin: 0 0 30px 0;
    padding: 20px 15px;
    width: 100%;
    background-color: #0e75bc;
    border-radius: 9px;
}
.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 ul li:last-child a {
    margin: 0 !important;
}
.mobinav a {
    width: 100%;
    padding: 0;
    display: block;
    color: #fff;
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: 0.4px;
    font-family: 'Inter';
    font-weight: 600;
    border: 0;
    margin: 0 0 20px 0;
    text-decoration: none;
}
.mobinav a:hover {
    color: #0b1d30;
}
.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: 10px;
    right: 0;
}
.mobinav ul li .drop.close::after {
    width: 2px;
    height: 20px;
    top: 0;
    right: 10px;
}
.mobile-menu-button-container {
    display: block;
}
.mobinav-num:hover {
    background-color: #0a1624;
}
.mobinav-num {
    background-color: #0e75bc;
    position: relative;
    text-align: right;
    padding: 13px 10px 13px 80px;
    border-radius: 50px 10px 10px 50px;
}
.mobinav-num::before {
    content: "";
    position: absolute;
    background-image: url(images/cnt-icn.webp);
    background-repeat: no-repeat;
    background-position: center;
    width: 60px;
    height: 60px;
    top: 1px;
    bottom: 0;
    margin: auto;
    left: -22px;
    padding: 20px;
    border-radius: 50%;
    border: 10px solid #fff;
    transform: scale(0.6);
}
.mobinav-num p {
    line-height: 1.6;
    margin: 0;
    font-size: 15px;
}
.mobinav-num a {
    margin: 0;
    font-size: 22px;
    letter-spacing: -0.4px;
}
.mobinav-num a:hover {
    color: #fff !important;
}
@media screen and (min-width: 769px) {
    .mobile-menu-button-container {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .mobile-menu-button-container {
        background: #0e75bc;
        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;
    }
    .head-sec {
        padding: 20px 0 0 0 !important;
    }
    .mobile-menu-button-container button.mobileMenuToggle {
        border: none;
        background-color: 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: "Poppins", serif;
        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;
    }
    .head-sec.f-nav {
        border-bottom: none;
    }
    .logo img {
        max-width: 240px;
        height: 80px;
    }
    .head-sec.f-nav {
        border-bottom: 0;
    }
}
a.cmn-btn {
    font-family: 'Inter';
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff;
    background-color: #176cb4;
    border: 2px solid #176cb4;
    display: inline-block;
    padding: 26px 55px;
    position: relative;
}
a.cmn-btn:hover {
    color: #176cb4;
    background-color: #ffffff;
    border: 2px solid #176cb4;
}
a.cmn-btn::before {
    content: "";
    position: absolute;
    clip-path: ellipse(25% 50% at 50% 50%);
    top: 0;
    right: -16px;
    bottom: 0;
    margin: auto;
    background-color: #176cb4;
    height: calc(100% + 4px);
    width: 27px;
}
a.cmn-btn::after {
    content: "";
    position: absolute;
    clip-path: ellipse(25% 50% at 50% 50%);
    top: 0;
    left: -16px;
    bottom: 0;
    margin: auto;
    background-color: #176cb4;
    height: calc(100% + 4px);
    width: 27px;
}
.text-heading {
    font-family: var(--headingFont);
    font-weight: 600;
    font-size: 66px;
    color: #043340;
    line-height: 1.09;
    margin: 0 0 40px 0;
}
.ftr-top-sec {
    margin: 0 0 -310px 0;
    display: none;
}
.ftr-top-blk {
    display: flex;
    justify-content: center;
    gap: 58px;
}
.ftr-itm {
    width: 48%;
    background-color: #ffffff;
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
    border-bottom: 8px solid #2460a8;
    text-align: center;
    padding: 32px 60px 36px;
    position: relative;
}
.ftr-itm h5::before {
    content: "";
    position: absolute;
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -202px -134px;
    width: 76px;
    height: 90px;
    right: 0;
    left: 0;
    bottom: 54px;
    margin: auto;
}
.ftr-itm h5 {
    font-family: "Urbanist", sans-serif;
    font-weight: 700;
    font-size: 35px;
    line-height: 1;
    letter-spacing: 0.7px;
    color: #000000;
    text-transform: uppercase;
    margin: 0 0 15px;
    padding: 40px 0 0;
    position: relative;
}
.ftr-itm p {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.4px;
    color: #000000;
    margin: 0;
}
.site-footer {
    background-image: url(images/ftr-bg.webp);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 300px 0 50px;
}
.ftr-logo img {
    width: 100%;
    display: block;
    margin: auto;
    max-width: 376px;
}
.ftr-logo {
    margin: 0 0 50px;
}
.ftmenu ul {
    text-align: center;
    border-bottom: 1px solid #1f2833;
    margin: 0;
}
.ftmenu ul li {
    display: inline-block;
    margin: 0 60px;
}
.ftmenu uul li:first-child {
    margin-left: 0;
}
.ftmenu u ul li:last-child {
    margin-right: 0;
}
.ftmenu ul li a {
    font-family: 'Inter';
    font-weight: 700;
    font-size: 21px;
    line-height: 1;
    letter-spacing: 0.48px;
    color: #fff;
    border-bottom: 6px solid transparent;
    padding: 0 10px 26px;
    text-decoration: none;
    text-transform: capitalize;
    display: inline-block;
}
.ftmenu ul li a:hover,
.ftmenu ul li.current-menu-item a {
    border-color: #2460a8;
}
.ftrlink .copyrightmenu li {
    display: inline-block;
    vertical-align: middle;
}
.ftr-btm-list {
    display: flex;
    justify-content: center;
    padding: 40px 0;
    border-bottom: 1px solid #1f2833;
    margin: 0 0 50px;
}
.ftr-btm-itm {
    width: 33.3%;
    text-align: center;
    padding: 70px 30px 0;
    position: relative;
    border-right: 1px solid #1f2833;
}
.ftr-btm-itm:last-child {
    border-right: 0;
}
.ftr-btm-itm::before {
    content: "";
    position: absolute;
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -303px -133px;
    width: 53px;
    height: 65px;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
}
.ftr-btm-itm.call::before {
    background-position: -381px -133px;
    width: 60px;
    height: 60px;
}
@media screen and (max-width: 991px) {
    .ftr-btm-itm.call {
        order: -1;
    }
}
.ftr-btm-itm h4, .ftr-btm-itm h3 {
    font-family: "Urbanist", sans-serif;
    font-weight: 700;
    font-size: 33px;
    line-height: 1;
    letter-spacing: 0.66px;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0 0 15px;
    position: relative;
}
.ftr-btm-itm p {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.4px;
    color: #ffffff;
    margin: 0 0 15px;
}
.ftr-btm-itm h6 a {
    font-family: 'Inter';
    font-weight: 600;
    font-size: 15px;
    line-height: 1;
    letter-spacing: 3.75px;
    color: #2460a8;
    text-decoration: none;
    text-transform: uppercase;
}
.ftr-btm-itm h6 {
    margin: 0;
}
.ftr-btm-itm h6 a:hover {
    color: #ffffff;
}
.ftr-btm-itm.call p {
    font-family: 'Inter';
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    letter-spacing: -0.4px;
    color: #ffffff;
}
.ftr-btm-itm.call p a {
    display: block;
    text-decoration: none;
    font-family: "Urbanist", sans-serif;
    font-weight: 700;
    font-size: 49px;
    line-height: 1;
    letter-spacing: -0.98px;
    color: #ffffff;
}
.ftr-btm-itm.call p a:hover {
    color: #2460a8;
}
.scl-icon a {
    position: relative;
    width: 36px;
    height: 36px;
    display: inline-block;
    background-color: #ffffff;
    border-radius: 50%;
    transform: scale(1.2);
	padding:6px;
	margin:10px;
}
.scl-icon {
    margin-top: auto;
}
.ftr-btm-itm.call {
    display: flex;
    flex-direction: column;
}
.scl-icon a:hover {
    background-color: #0e75bc;
	color:#fff;
}
/*.scl-icon a::before {
    position: absolute;
    content: " ";
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -210px -240px;
    width: 11px;
    height: 20px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    margin: auto;
}*/
.scl-icon a:hover::before {
    background-position: -242px -239px;
}
.copyrights {
    text-align: center;
}
.copyrights p,
.copyrights a {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0;
    text-transform: capitalize;
    color: #fff;
    text-align: center;
}
.copyrightmenu ul{
    margin: 0 !important;
}
.copyrights a {
    display: inline-block;
    padding: 0 5px;
}
.site-footer .ftrlink .copyrightmenu li {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    border-right: 1px solid #fff;
}
.copyrights a:hover {
    color: #176cb4;
}
@media screen and (max-width:1900px) {
    .head-sec {
        padding: 10px 0 10px 50px;
    }
    .cnt-sec {
        padding: 24px 40px 24px 135px;
    }
    .topmenu ul li {
        margin: 0 8px;
    }
}
@media screen and (max-width:1800px) {
    .head-sec {
        padding: 10px 0 10px 30px;
    }
    .cnt-sec {
        padding: 18px 40px 18px 120px;
    }
    .topmenu ul li {
        margin: 0 6px;
    }
    .cnt-sec::before {
        transform: scale(0.9);
    }
    .cnt-sec p a {
        font-size: 35px;
    }
    .topmenu ul li a {
        font-size: 19px;
        padding: 0 8px 44px;
        border-width: 5px;
    }
    .logo img {
        max-width: 240px;
    }
}
@media screen and (max-width:1700px) {
    .ftr-itm h5::before {
        transform: scale(0.9);
    }
    .ftr-itm h5 {
        font-size: 31px;
        margin: 0 0 12px;
        padding: 16px 0 0;
    }
    .top-rit {
        min-width: 416px;
    }
    .logo-menu-container {
        gap: 10px;
    }
    .topmenu ul li a {
        font-size: 18px;
    }
    .topmenu ul li {
        margin: 0 4px;
    }
}
@media screen and (max-width:1600px) {
    .head-sec {
        padding: 10px 0 10px 25px;
    }
    .cnt-sec {
        padding: 16px 30px 16px 108px;
    }
    .cnt-sec::before {
        transform: scale(0.8);
        left: -13px;
    }
    .cnt-sec p a {
        font-size: 33px;
    }
    .top-rit {
        min-width: 380px;
    }
    .topmenu ul li a {
        font-size: 18px;
        padding: 0 7px 38px;
        border-width: 5px;
    }
    .logo img {
        max-width: 220px;
    }
    .topmenu ul li a {
        padding: 0 7px 40px;
    }
}
@media screen and (max-width:1500px) {
    .topmenu ul li a {
        font-size: 17px;
        padding: 0 7px 40px;
    }
    .topmenu ul li {
        margin: 0 0;
    }
    .ftr-itm {
        border-bottom: 6px solid #2460a8;
        padding: 62px 60px 26px;
    }
    .ftr-top-sec {
        margin: 0 0 -200px 0;
    }
    .ftr-itm p {
        font-size: 18px;
    }
    .ftr-itm h5 {
        font-size: 28px;
        margin: 0 0 9px;
        padding: 12px 0 0;
    }
    .site-footer {
        padding: 270px 0 30px;
    }
    .ftr-logo img {
        max-width: 300px;
    }
    .ftr-logo {
        margin: 0 0 30px;
    }
    .ftmenu ul li {
        margin: 0 50px;
    }
    .ftmenu ul li a {
        font-size: 19px;
        border-bottom: 4px solid transparent;
        padding: 0 10px 21px;
    }
    .ftr-btm-itm::before {
        top: -8px;
        transform: scale(0.85);
    }
    .ftr-btm-itm h4, .ftr-btm-itm h3 {
        font-size: 26px;
        margin: 0 0 11px;
    }
    .ftr-btm-itm p {
        font-size: 17px;
        line-height: 1.4;
        margin: 0 0 15px;
    }
    .ftr-btm-itm.call p a {
        font-size: 42px;
        padding: 7px 0 0 0;
    }
    .ftr-btm-list {
        padding: 35px 0;
        margin: 0 0 30px;
    }
    .copyrights p,
    .copyrights a {
        font-size: 17px;
    }
    .cnt-sec p a {
        font-size: 32px;
    }
    .top-rit {
        min-width: 369px;
    }
}
@media screen and (max-width:1440px) {
    .head-sec {
        padding: 10px 0 10px 25px;
    }
    .cnt-sec {
        padding: 16px 20px 16px 100px;
    }
    .cnt-sec::before {
        transform: scale(0.75);
        left: -17px;
    }
    .cnt-sec p a {
        font-size: 28px;
    }
    .topmenu ul li a {
        font-size: 15px;
        padding: 0 5px 35px;
        border-width: 4px;
    }
    .logo img {
        max-width: 190px;
    }
    .cnt-sec p {
        font-size: 16px;
    }
    .top-rit {
        min-width: 338px;
    }
}
@media screen and (max-width:1240px) {
    .head-sec {
        padding: 10px 0 10px 10px;
    }
    .cnt-sec {
        padding: 12px 10px 12px 68px;
    }
    .topmenu ul li {
        margin: 0 2px;
    }
    .cnt-sec::before {
        transform: scale(0.65);
        left: -22px;
        width: 40px;
        height: 40px;
    }
    .cnt-sec p a {
        font-size: 22px;
    }
    .topmenu ul li a {
        font-size: 13px;
        padding: 0 3px 30px;
        border-width: 4px;
        letter-spacing: 0;
    }
    .logo img {
        max-width: 154px;
    }
    .cnt-sec p {
        font-size: 14px;
    }
    .head-sec .container {
        padding: 0;
    }
    .ftr-itm h5::before {
        transform: scale(0.75);
        bottom: 34px;
    }
    .ftr-itm {
        border-bottom: 5px solid #2460a8;
        padding: 42px 40px 26px;
    }
    .ftr-itm h5 {
        font-size: 23px;
        margin: 0 0 9px;
        padding: 12px 0 0;
    }
    .ftr-itm p {
        font-size: 17px;
    }
    .site-footer {
        padding: 240px 0 20px;
    }
    .ftr-logo img {
        max-width: 260px;
    }
    .ftmenu ul li {
        margin: 0 28px;
    }
    .ftr-btm-itm {
        padding: 60px 20px 0;
    }
    .ftr-btm-itm h4, .ftr-btm-itm h3 {
        font-size: 21px;
        margin: 0 0 11px;
    }
    .ftr-btm-itm p {
        font-size: 15px;
        line-height: 1.4;
        margin: 0 0 10px;
    }
    .ftr-btm-itm.call p a {
        font-size: 34px;
        padding: 7px 0 0 0;
    }
    .ftr-btm-itm.call p {
        font-size: 17px;
    }
    .ftr-btm-list {
        padding: 25px 0;
        margin: 0 0 20px;
    }
    .ftr-btm-itm::before {
        top: -8px;
        transform: scale(0.75);
    }
    .top-rit {
        min-width: 236px;
    }
}
@media screen and (max-width:991px) {
    .head-sec {
        padding: 20px 0;
    }
    .tab-call svg {
        width: 23px;
        height: 23px;
        margin: -2px 0;
    }
    .tab-call span.text {
        color: #0e75bc;
        font-size: 23px;
        letter-spacing: 0.5px;
            font-family: 'Urbanist';
        display: inline-block;
    }
    button.showhide {
        background-color: #0e75bc;
        border: none;
        width: 45px;
        height: 40px;
        padding: 0 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;
    }
    .head-sec {
        background-color: #fff;
        padding: 10px 10px;
        z-index: 999;
    }
    .logo {
        max-width: 100%;
        justify-content: space-between;
        align-items: center;
        display: flex;
        width: 100% !important;
        gap: 20px;
    }
    .logo img {
        max-width: 260px;
        height: 77px;
    }
    .head-sec .container {
        max-width: 100%;
        width: 100%;
        padding: 0;
    }
    .mobinav button.menuClose {
        margin-left: auto;
        margin-bottom: 30px;
        width: 30px;
        height: 30px;
        border: none;
        background: #0e75bc;
        line-height: 27px;
        font-size: 30px;
        text-align: center;
        color: #fff;
        cursor: pointer;
    }
    .head-sec.f-nav .logo {
        width: 100% !important;
    }
    .showhide {
        display: block;
    }
    .mobinav ul {
        display: block;
    }
    .hdr-src {
        display: block;
    }
    .logo-menu {
        display: inline-block;
        text-align: center;
        width: 100%;
    }
    .topmenu {
        width: 100%;
        display: none;
    }
    .logo {
        width: 100%;
        text-align: center;
        margin: 0 auto;
        max-width: 100%;
        padding: 0;
    }
    .logo img {
        max-width: 300px;
        height: 100px;
    }
    .top-rit {
        max-width: 100%;
        position: inherit;
        display: inline-block;
        margin: 0;
        float: none;
        display: none;
    }
    .logo-rit {
        max-width: 100%;
        text-align: center;
    }
    .logo-menu-container {
        gap: 0;
    }
    .site-footer {
        padding: 40px 0 20px 0;
    }
    .ftr-top-blk {
        display: flex;
        justify-content: center;
        gap: 18px;
    }

    .site-footer {
        padding: 50px 0 20px 0;
        background-color: #081322;
        background-image: none;
    }
    .ftr-top-sec {
        margin: 0;
        padding: 40px 0;
        background-color: #2460a8;
    }
    .ftr-itm {
        border-bottom: 5px solid #081322;
        padding: 72px 20px 16px;
        width: 100%;
        max-width: 350px;
        border-top-right-radius: 30px;
        border-top-left-radius: 30px;
    }
    .ftr-itm h5::before {
        transform: scale(0.65);
        bottom: 18px;
    }
    .ftr-itm h5 {
        font-size: 20px;
        margin: 0 0 9px;
        padding: 12px 0 0;
    }
    .ftr-itm p {
        font-size: 15px;
    }
    .ftr-logo img {
        max-width: 220px;
    }
    .ftmenu ul li a {
        font-size: 18px;
        border-bottom: 4px solid transparent;
        padding: 0 6px 16px;
    }
    .ftmenu ul li {
        margin: 0 20px;
    }
    .ftr-btm-list {
        padding: 25px 0;
        margin: 0 0 20px;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    .ftr-btm-itm {
        padding: 70px 20px 20px;
        width: 100%;
        max-width: 350px;
        border: 1px solid #0e75bc;
    }
    .ftr-btm-itm:last-child {
        border-right: 1px solid #0e75bc;
    }
    .ftr-btm-itm::before {
        top: 6px;
        transform: scale(0.7);
    }
    .scl-icon a {
        transform: scale(1);
    }
}
@media screen and (max-width: 768px) {

    .logo img {
        max-width: 210px;
        height: 85px;
    }
    
    .ftr-top-sec {
        padding: 30px 0;
    }
    .ftr-top-blk {
        gap: 8px;
        flex-direction: column;
        align-items: center;
    }
    .ftmenu ul li a {
        font-size: 17px;
        border-bottom: none;
        padding: 0;
        line-height: 1.6;
    }
    .ftmenu ul {
        padding: 0 0 15px 0;
    }
    .ftmenu ul li {
        margin: 0 14px;
    }
    .copyrights p,
    .copyrights a {
        font-size: 15px;
    }
    .site-footer {
        padding: 30px 0 15px 0;
    }
    .ftr-logo img {
        max-width: 210px;
    }
}
@media screen and (max-width: 480px) {
    .ftr-itm {
        border-bottom: 4px solid #081322;
        padding: 52px 15px 14px;
    }
    .ftr-itm h5::before {
        transform: scale(0.6);
        bottom: 8px;
    }
    .ftmenu ul li a {
        font-size: 16px;
    }
    .ftmenu ul li {
        margin: 0 9px;
    }
    .ftr-logo img {
        max-width: 190px;
    }
    .ftr-logo {
        margin: 0 0 20px;
    }
    .ftr-btm-itm h4, .ftr-btm-itm h3 {
        font-size: 19px;
        margin: 0 0 9px;
    }
    .ftr-btm-itm.call p a {
        font-size: 31px;
        padding: 4px 0 0 0;
    }
    .ftr-btm-itm p {
        font-size: 13px;
    }
    .ftr-btm-itm h6 a {
        font-size: 14px;
        letter-spacing: 2.55px;
    }
    .ftr-blocks .container {
        padding: 0;
    }
    .copyrights p,
    .copyrights a {
        font-size: 14px;
        line-height: 1.3;
    }
}
@media screen and (min-width: 769px) {
    .mobile-num {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .logo-menu-container .logo {
        flex-direction: column;
        gap: 10px;
    }
    .mobile-num {
            font-family: 'Urbanist';
        font-weight: 500;
        font-size: 23px;
        color: #000;
        line-height: 1.2;
        letter-spacing: 0.5px;
        display: block;
    }
}

/* @20260114 - fix floating elements bug */
.container1::after {
	content: '';
    clear: both;
    width: 100%;
    display: table;
}