/*
 Theme Name:   hgclaw
 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:  hgclaw
*/
/* jost-300 - latin */
@font-face {
    font-display: swap;
    font-family: 'Jost';
    font-style: normal;
    font-weight: 300;
    src: url('./fonts/jost-v15-latin-300.woff2') format('woff2');
}
/* jost-regular - latin */
@font-face {
    font-display: swap;
    font-family: 'Jost';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/jost-v15-latin-regular.woff2') format('woff2');
}
/* jost-500 - latin */
@font-face {
    font-display: swap;
    font-family: 'Jost';
    font-style: normal;
    font-weight: 500;
    src: url('./fonts/jost-v15-latin-500.woff2') format('woff2');
}
/* jost-600 - latin */
@font-face {
    font-display: swap;
    font-family: 'Jost';
    font-style: normal;
    font-weight: 600;
    src: url('./fonts/jost-v15-latin-600.woff2') format('woff2');
}
/* jost-700 - latin */
@font-face {
    font-display: swap;
    font-family: 'Jost';
    font-style: normal;
    font-weight: 700;
    src: url('./fonts/jost-v15-latin-700.woff2') format('woff2');
}
/* trirong-regular - latin */
@font-face {
    font-display: swap;
    font-family: 'Trirong';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/trirong-v15-latin-regular.woff2') format('woff2');
}
/* trirong-italic - latin */
@font-face {
    font-display: swap;
    font-family: 'Trirong';
    font-style: italic;
    font-weight: 400;
    src: url('./fonts/trirong-v15-latin-italic.woff2') format('woff2');
}
/* trirong-500 - latin */
@font-face {
    font-display: swap;
    font-family: 'Trirong';
    font-style: normal;
    font-weight: 500;
    src: url('./fonts/trirong-v15-latin-500.woff2') format('woff2');
}
:root {
    --blue: #1e90ff;
    --white: #ffffff;
    --placeholdercolor: currentColor;
    --headingFont: "Poppins", sans-serif;
    --bodyFont: "Poppins", 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: 1560px;
    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 .topmenu ul.sub-menu li.menu-item-3914 ul {
    width: 250px;
    height: 30vw;
    overflow-y: auto;
}
.head-sec .topmenu ul li ul.sub-menu ul::-webkit-scrollbar {
    width: 8px;
}
.head-sec .topmenu ul li ul.sub-menu ul::-webkit-scrollbar-thumb {
    background-color: #ff6a00;
    border-radius: 10px;
}
.head-sec .topmenu ul li ul.sub-menu ul::-webkit-scrollbar-track {
    border-radius: 10px;
    box-shadow: inset 0 0 2px #ff6a00;
}


.head-sec {
    padding: 18px 0;
    position: fixed;
    z-index: 999;
}
.head-sec.f-nav {
    background-color: #1c1f2c;
    border-bottom: 2px solid #ff6a00;
}
.head-sec::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.98) 0%, rgba(0, 0, 0, 0.92) 15%, rgba(0, 0, 0, 0.83) 25%, rgba(0, 0, 0, 0.71) 36%, rgba(0, 0, 0, 0.21) 74%, rgba(0, 0, 0, 0.09) 85%, rgba(0, 0, 0, 0) 100%);
    opacity: 60%;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.head-sec .container {
    max-width: 1790px;
    width: 100%;
    margin: 0 auto;
}
.head-sec .logo-menu-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    position: relative;
}
.head-sec .logo {
    margin-top: 12px;
    margin-right: 80px;
}
.head-sec .logo img {
    display: block;
    width: 100%;
}
.head-sec .logo-rit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 76%;
}
.head-sec .top-rit {
    background-color: #ff6a00;
    padding: 20px 32px 16px 26px;
}
.head-sec .call_tdy {
    padding-left: 78px;
    position: relative;
}
.head-sec .call_tdy p {
    font-size: 19px;
    font-family: 'Jost';
    color: rgb(255, 254, 254);
    line-height: 1.7;
    letter-spacing: 3.04px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0
}
.head-sec .call_tdy p a {
    font-size: 34px;
    font-family: 'Jost';
    color: rgb(255, 254, 254);
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.68px;
    display: block;
}
.head-sec .call_tdy p a::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-position: -6px -5px;
    background-image: url(images/hm-sprites.webp);
    width: 62px;
    height: 62px;
}
.head-sec .call_tdy p a:hover {
    color: #0800aa;
}
.head-sec .topmenu {
    width: auto;
}
.head-sec .topmenu ul {
    position: relative;
    margin: 0;
    font-size: 0;
}
.head-sec .topmenu ul li:first-child {
    margin-left: 0px;
}
.head-sec .topmenu ul li {
    display: inline-block;
    position: relative;
    margin: 0px 29px;
}
.head-sec .topmenu ul li a {
    font-family: 'Jost';
    font-size: 21px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    text-transform: capitalize;
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 3px solid transparent;
    color: #fff;
}
.head-sec .topmenu ul.primary-menu>li.current-menu-item>a,
.topmenu ul.primary-menu>li:hover>a {
    color: #fff;
    border-bottom: 3px solid #ff6a00;
}
.head-sec .topmenu ul li ul.sub-menu {
    display: none;
    width: 200px;
    position: absolute;
    top: 100%;
    left: 0;
    right: auto;
        background-color: #022048;
    padding: 0px 0;
    z-index: 999;
}
.head-sec .topmenu ul li:hover ul.sub-menu {
    display: block;
}
.head-sec .topmenu ul li:hover ul.sub-menu ul {
    display: none;
}
.head-sec .topmenu ul li:hover ul.sub-menu li {
    position: relative;
}
.head-sec .topmenu ul li:hover ul.sub-menu li:hover>ul {
    display: block;
    top: 0;
    left: 100%;
}
.head-sec .topmenu .sub-menu li.current-menu-item a {
    color: #fff;
}
.head-sec .topmenu .sub-menu li a:after {
    display: none;
}
.head-sec .topmenu .sub-menu li {
    width: 100%;
    float: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin: 0;
    padding: 0;
}
.head-sec .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;
}
.head-sec .topmenu .sub-menu li a:hover {
    background-color: #ff6a00;
    color: #fff;
}
.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;
    }
}
/* Mobile Menu Starts */
.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: #0800aa;
    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-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 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: 6px 0;
    display: block;
    line-height: normal;
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.5px;
    font-family: 'Jost';
    border: 0;
    margin: 0;
    text-decoration: none;
}
.mobinav a:hover {
    color: #ff6a00;
}
.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;
}
.mobile-menu-button-container {
    display: block;
}
@media screen and (min-width: 769px) {
    .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:hover {
    background: #000;
    color: #fff;
}
.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 */
.site-footer {
    background: url(images/ftr-bg.webp) no-repeat;
    background-position: top center;
    background-size: cover;
    padding: 105px 0 80px;
    color: #fff;
}
.site-footer .ftmenu ul {
    text-align: center;
    margin: 0 0 75px;
}
.site-footer .topmenu ul li:first-child {
    margin-left: 0px;
}
.site-footer .ftmenu ul li {
    display: inline-block;
    margin: 0 31px;
}
.site-footer .ftmenu ul li a {
    font-family: 'Jost';
    font-weight: normal;
    font-size: 25px;
    line-height: 1;
    letter-spacing: 1.5px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 4px solid transparent;
}
.site-footer .ftmenu ul li a:hover {
    border-bottom: 4px solid #ff6a00;
}
.site-footer .copyrightmenu li {
    display: inline-block;
    vertical-align: middle;
}
.site-footer .ftr-logo {
    width: 25%;
    margin: 0 auto 83px;
}
.site-footer .ftr-blocks {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 0 50px;
}
.site-footer .ftr-itm {
    width: 26%;
    position: relative;
    padding: 0 0 0 125px;
}
.site-footer .ftr-itm.call {
    position: relative;
    width: 28%;
}
.site-footer .ftr-itm::before {
    position: absolute;
    content: "";
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -11px -382px;
    top: 10px;
    left: 0;
    margin: auto;
    width: 102px;
    height: 102px;
}
.site-footer .ftr-itm.call::before {
    background-position: -634px -82px;
}
.site-footer .ftr-itm h4 {
    font-family: 'Jost';
    font-weight: 500;
    font-size: 28px;
    line-height: 1;
    letter-spacing: 0px;
    color: #fff;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0 0 15px;
}
.site-footer .ftr-itm p {
    font-family: 'Jost';
    font-weight: normal;
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: normal;
    color: #ffffffde;
    text-align: left;
    text-decoration: none;
    text-transform: capitalize;
    margin: 0;
}
.site-footer .ftr-itm p a {
    font-family: 'Jost';
    font-weight: normal;
    font-size: 16px;
    line-height: 1;
    letter-spacing: normal;
    color: #ff6a00;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0;
}
.site-footer .ftr-itm.call h4 {
    margin: 0;
}
.site-footer .ftr-itm.call h4 a {
    display: block;
    font-family: 'Jost';
    font-weight: 600;
    font-size: 40px;
    line-height: 1;
    letter-spacing: 2.58px;
    color: #fff;
    text-decoration: none;
    margin: 10px 0 0;
}
.site-footer .ftr-itm.call h4 a:hover{
    color: #ff6a00;
}
.site-footer .ftr-soc-icons {
    display: flex;
    gap: 5px;
    padding: 0;
}
.site-footer .ftr-soc-icons a {
    font-size: 0;
    display: inline-block;
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -132px -353px;
    width: 102px;
    height: 102px;
}
.site-footer .ftr-soc-icons a.in {
    background-position: -241px -354px;
}
.site-footer .ftr-soc-icons a.tw {
    background-position: -349px -354px;
}
.site-footer .ftr-soc-icons a.ig {
    background-position: -456px -354px;
}
.site-footer .ftr-soc-icons a:hover {
    background-position: -133px -465px;
}
.site-footer .ftr-soc-icons a.in:hover {
    background-position: -241px -465px;
}
.site-footer .ftr-soc-icons a.tw:hover {
    background-position: -349px -465px;
}
.site-footer .ftr-soc-icons a.ig:hover {
    background-position: -456px -465px;
}
.site-footer .ftr-btn {
    text-align: center;
    z-index: 0;
    position: relative;
    margin: 0 0 55px;
}
.site-footer .ftr-btn a {
    font-family: 'Jost';
    display: inline-block;
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    letter-spacing: normal;
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #0800aa;
    padding: 20px 26px;
    outline: 2px solid #fff;
    margin: 0;
    outline-offset: 8px;
}
.site-footer .ftr-btn a:hover {
    background-color: #ff6a00;
}
.site-footer .ftr-btn::before {
    position: absolute;
    content: "";
    background-color: #2f3139;
    width: 100%;
    height: 1px;
    background-position: center;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
    left: 0;
}
/* Footer Sections Ends */
/* Copyrights */
.copyrights {
    padding: 0;
    text-align: center;
}
.copyrights p {
    margin-bottom: 20px;
}
.copyrights p,
.copyrights a {
    font-family: 'Jost';
    font-weight: 300;
    font-size: 24px;
    line-height: 1.3;
    letter-spacing: 1.2px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
}
.copyrights a{ display:inline-block;}
.copyrights ul li a {
    display: inline-block;
	padding:0 10px;
	line-height:1;
	border-right:1px solid #fff;
}
.copyrights ul li:last-child a{ border:none;}
.copyrights a:hover {
    color: #ff6a00;
}
/* 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;
    }
    .topmenu {
        width: 100%;
        display: none;
    }
    .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;
    }
	.copyrights ul li a {
	padding:0 5px;
}
	.copyrights ul{ margin:0;}
}