/*
 Theme Name:   California Employment Counsel, APC
 Theme URI:    http://example.com/rmtheme-child
 Description:  Child theme for RMTheme
 Author:       Your Name
 Author URI:   http://example.com
 Template:     rmtheme
 Version:      1.0.0
 Text Domain:  rmtheme-child
*/

@font-face {
  font-display: swap;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 300;
  src: url('./fonts/manrope-v20-latin-300.woff2') format('woff2');
}
 
@font-face {
  font-display: swap;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/manrope-v20-latin-regular.woff2') format('woff2');
}
 
@font-face {
  font-display: swap;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  src: url('./fonts/manrope-v20-latin-600.woff2') format('woff2');
}
 
@font-face {
  font-display: swap;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  src: url('./fonts/manrope-v20-latin-700.woff2') format('woff2');
}
 
@font-face {
  font-display: swap;
  font-family: 'Bai Jamjuree';
  font-style: normal;
  font-weight: 300;
  src: url('./fonts/bai-jamjuree-v13-latin-300.woff2') format('woff2');
}
 
@font-face {
  font-display: swap;
  font-family: 'Bai Jamjuree';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/bai-jamjuree-v13-latin-regular.woff2') format('woff2');
}
 
@font-face {
  font-display: swap;
  font-family: 'Bai Jamjuree';
  font-style: normal;
  font-weight: 500;
  src: url('./fonts/bai-jamjuree-v13-latin-500.woff2') format('woff2');
}
 
@font-face {
  font-display: swap;
  font-family: 'Bai Jamjuree';
  font-style: normal;
  font-weight: 600;
  src: url('./fonts/bai-jamjuree-v13-latin-600.woff2') format('woff2');
}
 
@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/poppins-v24-latin-regular.woff2') format('woff2');
}

:root {
    --blue: #1e90ff;
    --white: #ffffff;
    --placeholdercolor: currentColor;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}
body {
    margin: 0;
    padding: 0;
    font-family: 'Bai Jamjuree';
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.clear {
    clear: both;
}
.alignleft, .alignright, .aligncenter {
    margin-bottom: 10px;
}
.alignnone {
    margin-bottom: 10px;
}
.alignleft {
    float: left;
    margin-right: 15px;
    margin-top: 0;
}
.alignright {
    float: right;
    margin-left: 15px;
    margin-top: 0;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px auto;
}
iframe, img {
    max-width: 100%;
    border: none;
    vertical-align: middle;
}
img {
    border: 0;
    height: auto;
}
a {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    text-decoration: none;
    transition: 0.5s;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Bai Jamjuree';
    margin: 0 0 20px 0;
    padding: 0;
    font-weight: normal;
}
p, li, ul, ol, blockquote {
    font-family: 'Manrope';
    font-weight: normal;
    margin: 0 0 10px 0;
    padding: 0;
}
ul, li {
    list-style: none;
}
a:visited {
    color: inherit;
}
a:hover {
    text-decoration: none;
}
a, a:hover, input[type="submit"], button {
    outline: 0;
}
button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}
input::-webkit-input-placeholder {
    color: var(--placeholdercolor);
}
input::-moz-placeholder {
    color: var(--placeholdercolor);
}
input:-ms-input-placeholder {
    color: var(--placeholdercolor);
}
input:-moz-placeholder {
    color: var(--placeholdercolor);
}
html {
    scroll-behavior: smooth;
}
.post, .page{
    margin: 0;
}
ul,ol,li {
    list-style: none;
    margin:0;
    padding:0;
}
p:empty {display: none;}

/*Header Sticky Menu*/



.header-sticky.fixed-header {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 10px 2%;
    background-color: #87caff;
    z-index: 9999;
    border-bottom: 2px solid #000000;
}

.sicky-logo {

    width: 100%;

    max-width: 300px;

    padding: 0 15px;

}



.header-sticky {

    width: 100%;

    float: left;

    background: #c4c9b2;

    padding: 10px;

    display: none;

}

.header-sticky .sticky-cnt {

    width: 25%;

    float: left;

    text-align: center;

    font-size: 15px;

    color: #c4c9b2;

    padding: 0 8px;

}

.header-sticky .mobile_src_nav,

.header-sticky .showhide {

    display: block;

}

.header-sticky .mobile_src_nav {

    background: transparent;

}

.header-sticky .stickyshowhide .txt {

    width: 40px;

    height: 40px;

    text-align: center;

    float: none;

    padding: 0;

    position: relative;

    font-weight: normal;

}

.header-sticky .sticky-cnt>a, .header-sticky .sticky-cnt button {
    font-size: 17px;
    color: #fff;
    font-family: 'Manrope';
    font-weight: 400;
    position: relative;
    padding: 45px 0 0;
    display: inline-block;
    text-align: center;
    width: 100%;
    cursor: pointer;
    border: 0;
    outline: 0;
    background: transparent;
}

.header-sticky .sticky-cnt a:before, .header-sticky .sticky-cnt button:before {
    width: 40px;
    height: 40px;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    background: transparent;
    border-radius: 100%;
    border: 2px solid #ffffff;
}
.header-sticky .sticky-cnt button:before {
    background: url(images/header-sticky-menu.webp) no-repeat center;
}
.header-sticky .sticky-cnt a:before {
    background-image: url(images/header-sticky-call.webp);
    background-repeat: no-repeat;
    background-position: center;
}


.header-sticky .stickyshowhide .txt:before {

    display: block;

    width: 40px;

    height: 40px;

    line-height: 40px;

    text-align: center;

    margin: auto;

    font-size: 18px;

    border: 1px #fff solid;

    color: #f2f2f2;

    border-radius: 50%;

    -webkit-transition: all 0.2s ease-in-out;

    -moz-transition: all 0.2s ease-in-out;

    -ms-transition: all 0.2s ease-in-out;

    -o-transition: all 0.2s ease-in-out;

    transition: all 0.2s ease-in-out;

}

.sticky-mobinav ul li a.drop {
    font-size: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: max-content;
    height: 45px;
}

.sticky-mobinav ul li a.drop.open {

    width: 28px;

}

.sticky-mobinav ul li a.drop:after {

    content: "";

    background: url(images/sprite_icons.png) no-repeat left top;

    background-position: 0px 0px;

    width: 13px;

    height: 13px;

    position: absolute;

    right: 0;

    top: 9px;

}

.sticky-mobinav ul li a.drop.open:after {

    background-position: -28px 0px;

}

.header-sticky .sicky-cnt .stickyshowhide:before {

    background: url(images/header-sticky-menu.png) no-repeat center;

}

.header-sticky .sicky-cnt.sticky-faq-wrap a:before {

    background: url(images/header-sticky-faqs.png) no-repeat center;

}

.header-sticky .sicky-cnt.sticky-call-wrap a:before {

    background: url(images/header-sticky-call.png) no-repeat center;

}

.header-sticky .sicky-cnt.sticky-blog-wrap a:before {

    background: url(images/header-sticky-blog.png) no-repeat center;

}

#floatingMenu {

    position: fixed;

    top: 0;

    left: 0;

    -webkit-transform: translateX(-100%);

    -moz-transform: translateX(-100%);

    -ms-transform: translateX(-100%);

    -o-transform: translateX(-100%);

    transform: translateX(-100%);

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

    transition: all 0.3s ease-in-out 0s;

    text-align: left;

    display: flex;

    width: 100%;

    height: 100vh;

    z-index: 99999;

}

.floatingMenu-list {
    width: 400px;
    background: #2680c6;
    overflow-y: auto;
    padding: 10px 10px;
    height: 100vh;
    position: relative;
}

#floatingMenu.openMenu {

    display: flex;

    -webkit-transform: translateX(0);

    -moz-transform: translateX(0);

    -ms-transform: translateX(0);

    -o-transform: translateX(0);

    transform: translateX(0);

}

#cloaseFloatingMenu {
    text-align: right;
    font-size: 37px;
    line-height: 1;
    font-weight: 700;
    display: block;
    background: transparent;
    clear: both;
    outline: 0;
    border: 0;
    padding: 0;
    color: #ffffff;
    float: right;
    position: relative;
    z-index: 999;
    cursor: pointer;
}

button#cloaseFloatingMenu2 {

    flex-grow: 1;

    width: calc(100% - 280px);

    height: 100%;

    font-size: 0px !important;
    background: transparent;
    border: 0;

}

.floatingMenuInner li {

    position: relative;

}
.floatingMenuInner a {

    color: #fff !important;

    letter-spacing: 0.4px;

    font-family: 'Asap', sans-serif;

    font-weight: 500;

    padding: 4px 0;

    font-size: 18px;

    display: block;

    line-height: 1;

    border-bottom: 1px solid #222222;

}

.floatingMenuInner .sub-menu {

    display: none;

}

.floatingMenuInner .menu-item-has-children>a:after {

    content: '';

    width: 10px;

    height: 2px;

    background-color: #fff;

    /* -webkit-transform: rotate(45deg);

       -moz-transform: rotate(45deg);

       -ms-transform: rotate(45deg);

       -o-transform: rotate(45deg);

       transform: rotate(45deg);*/

    position: absolute;

    top: 15px;

    right: 6px;

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

    transition: all 0.3s ease-in-out 0s;

}

.floatingMenuInner .menu-item-has-children>a:before {

    content: '';

    width: 2px;

    height: 10px;

    position: absolute;

    top: 11px;

    right: 10px;

    display: block;

    opacity: 1;

    background-color: #fff;

}

.floatingMenuInner li.openSubMenu.menu-item-has-children>a::before {

    /*-webkit-transform: rotate(135deg);

      -moz-transform: rotate(135deg);

      -ms-transform: rotate(135deg);

      -o-transform: rotate(135deg);

      transform: rotate(135deg);*/

    opacity: 0;

}





.header-sticky.fixed-header .container {

    display: flex;

    padding: 0;

    align-items: center;

    justify-content: space-between;

}



.sicky-logo{
    max-width:350px;
    text-align: center;
}



.sticky-wrap{
    display: none;
}


header#site-header.f-nav{
    position: fixed;
    border-bottom: 2px solid #82581f;
    background-color: #080d26;
    padding: 10px 0;
}

.showhide {
    display: none;
    color: #fff;
    width: 110px;
    height: 28px;
    float: none;
    text-align: left;
    cursor: pointer;
    padding: 0px 0 0 33px;
    position: relative;
    outline: 0;
    border: 0;
    background-color: transparent;
}

.showhide b.txtl {
    text-align: right;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700 !important;
    text-transform: uppercase;
    margin: 0 0px 0 0px;
    padding-top: 2px;
    letter-spacing: 0.5px;
    font-family: 'Manrope';
}

.showhide b.txtr {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    text-align: left;
    font-size: 37px;
    line-height: 27px;
    font-family: 'Manrope';
    font-weight: 700 !important;
}

.mobinav {
    display: none;
    width: 100%;
    color: #fff;
    box-sizing: border-box;
    z-index: 99999995;
    float: left;
    background: #2680c6;
    position: absolute;
    top: 38px;
    left: 0;
}

.mobinav ul {
    float: left;
    margin: 0px 0 0 0;
    padding: 5px 0px;
    width: 100%;
}

.mobinav ul li {
    float: left;
    margin: 0;
    width: 100%;
    list-style: none;
    padding: 0 20px;
    box-sizing: border-box;
    border: 0;
    margin: 0;
    padding: 0px;
    position: relative;
    font-family: "Poppins", sans-serif;
}

.mobinav a {
    width: 100%;
    float: left;
    padding: 6px 0;
    display: block;
    line-height: normal;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-family: 'Manrope';
    border: 0;
    margin: 0;
    text-decoration: none;
}

.mobinav a:hover {
    color: #020202;
}

.mobinav ul li ul {
    float: left;
    padding: 0 0 0 15px;
}

.mobinav ul li ul li a {
    text-transform: capitalize;
}

.mobile_src_nav {
    display: none;
    width: 100%;
    float: none;
    position: relative;
    padding: 10px 0;
}

.mobile_src_nav .container {
    position: relative;
}

.mobile_src_nav .search-form {
    width: 100%;
    float: left;
}



.displayblock {
    display:block;
}
.body-content {
    width:100%;
    float: left;
    height: 2000px;
    overflow: hidden;
}
.logo-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.site-branding a {
    display: inline-block;
}
.site-branding a img {
    display: block;
    width: 100%;
}
.hdr-menu-blck {
    position: relative;
}
.menu-main-menu-container {
    padding: 31px 45px;
    margin: 0 110px 0 0;
    background-image: -moz-linear-gradient( 180deg, rgb(0,68,121) 0%, rgb(37,127,197) 50%, rgb(0,68,121) 100%);
    background-image: -webkit-linear-gradient( 180deg, rgb(0,68,121) 0%, rgb(37,127,197) 50%, rgb(0,68,121) 100%);
    background-image: -ms-linear-gradient( 180deg, rgb(0,68,121) 0%, rgb(37,127,197) 50%, rgb(0,68,121) 100%);
    position: relative;
}
.menu-main-menu-container::after {
    position: absolute;
    content: "";
    background-color: #090b1c;
    width: 1px;
    height: 100%;
    right: -6px;
    top: 0;
    bottom: 0;
    margin: auto;
    pointer-events: none;
}

#main-navigation ul {
    margin: 0;
    font-size: 0;
}
#main-navigation ul li {
    display: inline-block;
    padding: 0 24px;
    position: relative;
}
#main-navigation ul li::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 85%;
    background-color: #ffffff;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    pointer-events: none;
}
#main-navigation ul li:last-child:after {
    display: none;
}

#main-navigation ul li:first-child{
    padding-left:0
}
#main-navigation ul li:last-child{
    padding-right:0
}
#main-navigation ul li a{
    font-family: 'Manrope';
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 1;
    color: #ffffff;
    padding: 0;
    display: inline-block;
}
#main-navigation ul > li.current-menu-item > a, #main-navigation ul > li > a:hover{
    color: #020202;
}
#main-navigation ul li ul.sub-menu{
    display:none;
    width:220px;
    position:absolute;
    color:#fff;
    top:100%;
    left:0;
    right:auto;
    background-color:#020202;
    padding:0px 0;
    z-index:999
}
.hdr-top-call-lst {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border-bottom: 1px solid #090b1c;
}
.hdr-shedule {
    position: relative;
    z-index: 0;
}
.hdr-top-call-btn {
    position: relative;
    padding: 15px 75px 15px 60px;
    z-index: 0;
}
.hdr-shedule::after, .hdr-top-call-btn::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    pointer-events: none;
    opacity: 50%;
    background-image: -moz-linear-gradient( 180deg, rgba(37,127,197,0) 0%, rgb(37,127,197) 100%);
    background-image: -webkit-linear-gradient( 180deg, rgba(37,127,197,0) 0%, rgb(37,127,197) 100%);
    background-image: -ms-linear-gradient( 180deg, rgba(37,127,197,0) 0%, rgb(37,127,197) 100%);
    z-index: -1;
}
.hdr-shedule a{
    display: inline-block;
    padding: 18px 25px;
}
.hdr-shedule a:hover {
    color: #131313;
}
.hdr-shedule a, .hdr-top-call-btn p {
    font-family: 'Bai Jamjuree';
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 3.96px;
    color: #ffffff;
    text-transform: uppercase;
    display: inline-block;
}
.hdr-top-call-btn p a {
    display: inline-block;
}
.hdr-menu-blck::after {
    position: absolute;
    content: "";
    width: 100px;
    height: 80px;
    background-image: url(images/hm-sprites.webp);
    background-position: -10px -10px;
    background-repeat: no-repeat;
    right: 0;
    top: 0;
}
.hdr-top-call-btn p a:hover {
    color: #2f7fbf;
}
.hdr-top-call-btn p {
    margin: 0;
}

#main-navigation ul li:hover ul.sub-menu{
    display:block
}
#main-navigation ul li:hover ul.sub-menu li{
    position:relative
}
#main-navigation ul li:hover ul.sub-menu li:hover > ul{
    display:block;
    top:0;
    left:100%
}
#main-navigation .sub-menu li.current-menu-item > a{
    background-color: #ffffff;
    color: #020202;
}
#main-navigation .sub-menu li a{
    width: 100%;
    padding: 8px 10px;
    color: #ffffff;
    display: block;
    text-align: left;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 0;
    border-bottom: 0;
    font-size: 15px;
}
#main-navigation .sub-menu li a:hover,
#main-navigation .sub-menu .current-menu-item > a{
    background-color: #ffffff;
    color: #020202;
}
#main-navigation .sub-menu li:after{
    display:none;
}
#main-navigation .sub-menu li{
    width:100%;
    margin:0;
    padding:0
}
#main-navigation .sub-menu li a:after{
    display:none
}
#main-navigation ul li ul.sub-menu li .sub-menu {
    display:none;
    width:100%;
    position:absolute;
    color:#fff;
    top:0;
    left:100%;
    padding:0px 0;
    z-index:999;
}
.site-header {
    transition: opacity 0.3s ease, visibility 0.3s ease;
    width: 100%;
    position: absolute;
    z-index: 2;
}
.site-header .container {
    max-width: 100%;
    padding: 0 0 0 3.6%;
}
.site-header.is-sticky {
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    position: fixed;
    background: #ffffff;
    animation: slideDown 0.35s ease-out;
    visibility: visible;
    border-bottom: 2px solid #000;
    padding: 0;
}
.site-header.is-sticky .hdr-shedule::after, .site-header.is-sticky .hdr-top-call-btn::after {
    opacity: 10;
    background-image: -webkit-linear-gradient(180deg, rgb(37 127 197 / 24%) 0%, rgb(37, 127, 197) 100%);
}
.site-header.is-sticky .site-branding {
    width: 13%;
}
.site-header.is-sticky .hdr-top-call-lst {
    border: 0;
}
@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}
.is-fading-out {
    opacity: 0;
    visibility: hidden;
}

.mobilenav {
    width:280px;
    height: 100vh;
    background-color: #333;
    color: white;
    position: fixed;
    top: 0;
    left: -280px;
    transition: left 0.4s ease;
    z-index: 999;
}
.mobilenav.show {
    left: 0;
}
#mobilenav-toggle {
    display:none;
}
.mobilenav-toggle {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: blue;
    border: none;
    cursor: pointer;
    z-index: 1000;
    font-size: 0;
    line-height: 0px;
    width:36px;
    height: 36px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(images/open-mobilenav.webp);
}
.mobilenav-toggle.active {
    background-image: url(images/close-mobilenav.webp);
}
.close-mobilenav {
    font-size:0;
    line-height:0px;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    background-color: red;
    background-image: url(images/close-mobilenav.webp);
    background-position: center center;
    background-repeat: no-repeat;
    width:36px;
    height: 36px;
}


@media screen and (max-width:992px) {
    #mobilenav-toggle {
        display:block
    }
}

#mobile-navigation {
    overflow-y:scroll;
    height: 100%;
    width:100%;
    padding-top:45px;
}
#mobile-navigation ul{
    margin:0;
    padding:0
}
#mobile-navigation ul li{
    display:block;
    padding:0 0px;
    margin:0;
    position:relative
}
#mobile-navigation ul li a{
    font-size:15px;
    text-transform:uppercase;
    font-weight:bold;
    color:#000;
    padding:6px 10px;
    display:block;
    min-width:inherit
}
#mobile-navigation ul li.current-menu-item > a,#mobile-navigation ul li:hover > a{
    color:#fff
}
#mobile-navigation .sub-menu li a{
    width:100%;
    padding:6px;
    color:#ffffff;
    display:block;
    text-align:left
}

#mobile-navigation ul li .drop.close, #mobile-navigation ul li .drop.open {
    font-size: 0;
    position: absolute;
    right: 0px;
    top: 0;
    width: 20px;
    height: 20px;
    background-color: transparent !important;
    background-image: url(images/nav-open.webp);
    background-position: center center;
    background-repeat: no-repeat;
    padding: 0px 0px;
    cursor: pointer;
}
#mobile-navigation ul li .drop.open {
    width: 20px;
    background-image: url(images/nav-close.webp);
}
#mobile-navigation .sub-menu {
    padding-left: 15px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.8s ease;
}
#mobile-navigation .sub-menu.open {
    max-height: 900px;
    transition: max-height 0.8s ease;
}




.text-heading {
    font-family: 'Bai Jamjuree';
    font-weight: 300;
    font-size: 72px;
    text-transform: uppercase;
    letter-spacing: 0;
    color: #131313;
    margin: 0 0 55px;
    line-height: 1.25;
    text-align: center;
}
.text-heading strong {
    font-weight: 400;
    font-size: 50px;
    background: linear-gradient(to top, #01457a 0%, #257fc5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #ffffff;
    display: block;
    text-transform: capitalize;
}
 
a.cmn-btn {
    font-family: 'Manrope';
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.8px;
    color: #fff;
    text-transform: uppercase;
    padding: 30px 57px;
    display: inline-block;
    background: linear-gradient(50deg, rgba(1, 70, 123, 1) 0%, rgba(47, 127, 191, 1) 50%, rgba(1, 69, 122, 1) 100%);
}
a.cmn-btn:hover {
    background: #131313;
    color: #2f7fbf;
}
 
/*Banner section*/
.hm-banner-sec {
    position: relative;
    padding: 430px 0 0;
    background-image: url(images/hm-banner-bg-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.hm-banner-sec::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 29.3%;
    background-image: -moz-linear-gradient( 90deg, rgb(47,127,191) 0%, rgba(47,127,191,0) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(47,127,191) 0%, rgba(47,127,191,0) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(47,127,191) 0%, rgba(47,127,191,0) 100%);
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    pointer-events: none;
    opacity: 50%;
}
.hm-bann-cnt {
    width: 53.4%;
    position: relative;
    z-index: 2;
}
.hm-bann-cnt h1 {
    font-family: 'Bai Jamjuree';
    font-weight: 400;
    font-size: 55px;
    line-height: 1.4;
    letter-spacing: 8.8px;
    text-transform: uppercase;
    margin: 0;
    color: #282c31;
    display: block;
    text-align: center;
}
.hm-bann-cnt h1 strong {
    font-size: 140px;
    font-weight: 400;
    display: block;
    line-height: 1.1;
    letter-spacing: 0;
    border-bottom: 1px solid #090b1c;
    background-image: -webkit-linear-gradient( 180deg, rgb(0,68,121) 0%, rgb(37,127,197) 50%, rgb(0,68,121) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}
.hm-bann-cnt h1 small {
    font-weight: 300;
    font-size: 36px;
    display: block;
    line-height: 1.8;
    letter-spacing: 0;
    background-image: -webkit-linear-gradient(180deg, #004479 45%, #247EC3 2%, #004479 60%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    text-transform: capitalize;
}
.hm-bann-cnt h1 em {
    font-weight: 400;
    font-style: italic;
    font-size: 36px;
    line-height: 1.8;
    letter-spacing: 0;
    text-transform: capitalize;
    border-top: 1px solid #000;
    display: block;
    background-image: -webkit-linear-gradient(180deg, #004479 45%, #247EC3 2%, #004479 60%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}
.hm-bann-btm {
    width: 42.7%;
    margin: 0 0 0 auto;
    padding: 65px 80px 65px 110px;
    position: relative;
    z-index: 1;
}
.hm-bann-btm::after {
    position: absolute;
    content: "";
    background-color: #eaf2f9;
    opacity: 70%;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    pointer-events: none;
    z-index: -1;
}
.hm-bann-btm-item {
    display: flex;
    justify-content: flex-start;
    gap: 90px;
    align-items: flex-start;
}
.bx-pager.bx-default-pager {
    position: absolute;
    right: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.hm-bann-btm .bx-wrapper {
    position: relative;
}
.hm-bann-img {
    width: 63px;
}
.hm-bann-img img {
    width: 100%;
    display: block;
}
.hm-bann-btm-cnt {
    width: 45.3%;
}
.hm-bann-btm-cnt strong {
    font-family: 'Bai Jamjuree';
    font-weight: 400;
    font-size: 40px;
    line-height: 1.05;
    letter-spacing: -0.6px;
    color: #2f7fbf;
    display: inline-block;
    margin: 0;
}

.bx-pager.bx-default-pager .bx-pager-item {
    position: relative;
    width: 10px;
    height: 10px;
    text-align: center;
    margin: 12px 0;
}
.bx-pager.bx-default-pager .bx-pager-item a {
    background-color: #131313;
    border-radius: 50%;
    margin: 0 10px 0 0;
    font-size: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
}
.bx-pager.bx-default-pager .bx-pager-item a.active {
    background-color: #131313;
    outline: 3px solid #2f7fbf;
    outline-offset: 5px;
    width: 60%;
    height: 60%;
}

/*Verdicts Section*/
 
.hm-verdicts-sec{
    padding: 125px 0 0px;
    background-image: url(images/verdicts-bg-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
} 
.hm-verdicts-sec .container{max-width: 1670px; } 
.hm-verdicts-sec .text-heading{text-align: left; margin: 0;line-height:1;font-size: 75px; } 
.verdicts-cnt-blk {display: flex; justify-content: space-between; align-items: end; margin: 0 0 40px;padding: 0 85px; } 
.verdicts-cnt-rite h5{font-family: 'Bai Jamjuree'; font-weight: 300; font-size: 22px; color: #2f7fbf; line-height: 1; letter-spacing: 5.72px; text-transform: uppercase; margin: 0 0 20px; padding: 0 0 0 40px; position: relative; } 
.verdicts-cnt-rite h5:before{position: absolute; content: ""; background-image: -webkit-linear-gradient( 180deg, rgb(0,68,121) 0%, rgb(37,127,197) 50%, rgb(0,68,121) 100%); width: 31px; height: 3px; top: 0; left: 0; bottom: 0; margin: auto; } 
.verdicts-blk {display: flex; justify-content: center; gap: 15px; padding: 0 85px;} 
.verdicts-itm {width: 100%; padding: 30px 25px;position: relative; border: 2px solid transparent; background-color: #181818;z-index: 0;}
.verdicts-itm::after {
    position: absolute;
    content: "";
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    left: -2px;
    right: 0;
    top: -2px;
    bottom: 0;
    margin: auto;
    pointer-events: none;
    background-image: -moz-linear-gradient( 90deg, rgba(47,127,191,0) 0%, rgb(47,127,191) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgba(47,127,191,0) 0%, rgb(47,127,191) 100%);
    background-image: -ms-linear-gradient( 90deg, rgba(47,127,191,0) 0%, rgb(47,127,191) 100%);
    z-index: -1;
}
.verdicts-itm:hover{background-image: -webkit-linear-gradient( 50deg, rgb(0,68,121) 0%, rgb(37,127,197) 50%, rgb(0,68,121) 100%); border: 2px solid #2f7fbf; } 
.verdicts-icon-img {width: 22%; margin: 0 0 20px; } 
.verdicts-icon-img img{width: 100%; display: block; } 
.verdicts-itm h4{font-family: 'Bai Jamjuree'; font-weight: 500; font-size: 40px; color: #fff; line-height: 1; letter-spacing: 0; margin: 0 0 12px; } 
.verdicts-itm p{font-family: 'Bai Jamjuree'; font-weight: 400; font-size: 17px; color: #fff; line-height: 1.4; letter-spacing: 0; margin: 0px; }
.verdicts-blk.owl-carousel .owl-stage,.verdicts-blk.owl-carousel .owl-item {display: flex; }
.verdicts-blk.owl-carousel .owl-nav {display: flex !important; justify-content: space-between; align-items: center; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; width: 100%; z-index: -1; max-height: max-content; }
.verdicts-blk.owl-carousel .owl-nav button.owl-prev, .verdicts-blk.owl-carousel .owl-nav button.owl-next {font-size: 0; background-image: url(images/hm-sprites.webp); background-repeat: no-repeat; background-position: -10px -118px; width: 54px; height: 54px; transition: 0.5s; }
.verdicts-blk.owl-carousel .owl-nav button.owl-next {background-position: -94px -118px; }
.verdicts-blk.owl-carousel .owl-nav button.owl-prev:hover {background-position: -10px -191px; }
.verdicts-blk.owl-carousel .owl-nav button.owl-next:hover {background-position: -94px -191px; }
.verdicts-btn.ver-mobil-btn{display: none;} 
 
/*Hm Practice Area Section*/
.hm-practice-sec{padding: 280px 0 100px; background-image: url(images/practi-bg-img.webp); background-repeat: no-repeat; background-position: center; background-size: cover; margin: -140px 0 0; } 
.hm-practice-sec .container{max-width: 1280px; } 
.hm-practice-sec .text-heading{line-height: 1; margin: 0 0 45px;font-size: 75px;}
.hm-practi-cnct p{font-family: 'Bai Jamjuree'; font-weight: 300; font-size: 30px; color: #131313; line-height: 1; letter-spacing: 1.2px; margin: 0 0 20px; text-align: center; } 
.hm-practi-cnct p strong { font-weight: 600; }
.hm-practi-blk {display: flex; justify-content: center; flex-wrap: wrap; gap: 30px; margin: 0 0 30px; } 
.practi-itm {width: 31.7%; background-color: #fff; border: 1px solid #2f7fbf; border-radius: 10px; padding: 40px 35px 55px;position:relative    ; } 
.practi-itm:hover{background-image: -webkit-linear-gradient( 50deg, rgb(0,68,121) 0%, rgb(37,127,197) 50%, rgb(0,68,121) 100%); } 
.practi-icon-img {width: 30%; margin: 0 0 35px; } 
.practi-icon-img img{width: 100%; display: block; } 
.practi-itm h4{font-family: 'Bai Jamjuree'; font-weight: 300; font-size: 28px; color: #131313; line-height: 1; letter-spacing: 1.12px; text-transform: uppercase; margin: 0; height: 55px; display: flex; align-items: center; } 
.practi-itm:hover h4{color: #fff; } 
.hm-practi-btn {text-align: center; } 
.hm-practi-btn a.cmn-btn {padding: 30px 44px; }
.practi-itm-hvr a{position: absolute; left: 0; right: 0; bottom: 0; top: 0; margin: auto; font-size: 0; }
 
/*Home Protection Section*/
 
.hm-protection-sec{padding: 140px 0 105px; position: relative; background-color: #131313; z-index: 0; } 
.hm-protection-sec:before{position: absolute; content: ""; background-image: -webkit-linear-gradient( 90deg, rgba(47,127,191,0) 0%, rgb(47,127,191) 100%); width: 33%; height: 100%; top: 0; left: 0; margin: auto;    z-index: -1; } 
.hm-protection-sec .container{max-width: 1280px; } 
.hm-protection-sec .text-heading{margin: 0 0 12px; line-height: 1;text-align: left;} 
.protection-blk {display: flex; justify-content: space-between; position: relative; } 
.protection-blk:before {position: absolute; content: ""; border: 1px solid #fff; border-bottom: 0; width: calc(100% + 8%); height: calc(100% + 10%); left: -4%; right: 0; margin: auto; top: -10%; z-index: -1; } 
.protection-rite {width: 50%; background-color: #fff; padding: 55px 40px 50px; position: relative;}
.protection-rite::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 50.6%;
    right: -10px;
    top: 0;
    bottom: 0;
    margin: auto;
    pointer-events: none;
    background-color: #2f7fbf;
}
.protection-lft-img {width: 75%; position: absolute; top: 0; right: 0; z-index: -2; height: 100%; } 
.protection-lft-img img {width: 100%; display: block; height: 100%; object-fit: cover; } 
.protection-rite h5{font-family: 'Bai Jamjuree'; font-weight: 400; font-size: 50px; color: #000; line-height: 1; letter-spacing: -0.75px; margin: 0 0 20px; background: -webkit-linear-gradient(#257fc5 0%, #004479 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } 
.protection-rite p{font-family: 'Manrope'; font-weight: 400; font-size: 20px; color: #131313; line-height: 1.9; letter-spacing: 0.6px; margin: 0; }

/* Home Know Section */
.hm-know-sec{
    background-color: #131b21;
    padding: 20px 0 30px;
}
.hm-know-list{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hm-know-lft {
    width: 49.4%;
    position: relative;
}
.hm-know-lft h2.text-heading{
    letter-spacing: -2.16px;
    margin: 0 0 15px;
    text-align: left;
    color: #ffffff;
    line-height: 1.18;
}
.hm-know-lft p {
    font-family: 'Manrope';
    font-weight: 400;
    font-size: 18px;
    line-height: 1.83;
    letter-spacing: 0.36px;
    color: #ffffff;
    margin: 0 0 30px;
}
.hm-know-rit {
    width: 100%;
    max-width: 1033px;
    margin: 0 -100px 0 -180px;
}
.hm-know-img img{
    display: block;
    width: 100%;
}
.hm-know-btn{
    margin: 50px 0 0;
}
.hm-know-btn a.cmn-btn:hover {
    background: #ffffff;
}
 
/*Home Blog Section*/
 
.hm-blog-sec {
    padding: 130px 0 105px;
    background-color: #131313;
    position: relative;
    z-index: 1;
}
.hm-blog-sec:before{
    content: '';
    position: absolute;
    background-image: -webkit-linear-gradient( 180deg, rgb(47,127,191) 0%, rgba(47,127,191,0) 100%);
    width: 38.4%;
    height: 89%;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 10px;
}
.hm-blog-sec .container{max-width: 1280px;}
.hm-blog-list {
    display: flex;
    justify-content: space-between;
}
.hm-blog-lft {
    width: 48.5%;
}
.hm-blog-rgt {
    width: 48.5%;
}
.hm-blog-rgt h2 {
    color: #ffffff;
    line-height: 0.8;
    text-align: left;
    margin: 0 0 30px;
}
.hm-blog-map iframe {
    width: 100%;
    display: block;
    height: 460px;
}
.hm-blog-hvr-img{display: none;}
.hm-blog-cnt h3{
    margin: 0;
}
.hm-blog-cnt h3 a{
    font-size: 23px;
    font-family: 'Manrope';
    font-weight: 300;
    line-height: 1.6;
    letter-spacing: 0.92px;
    color: #fff;
    margin: 0;
    display: inline-block;
}
.hm-blog-itm {
    padding: 25px 30px 25px 35px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 40px;
    background-color: transparent;
    margin: 0 0 5px;
    position: relative;
    z-index: 1;
}
.hm-blog-itm:before{
    position: absolute;
    content: "";
    width: 100%;
    height: calc(100% + 12px);
    border: 1px solid rgb(255, 255, 255, 0.14);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-left: 0;
    border-right: 0;
    display: none;
    z-index: -1;
}
.hm-blog-itm:hover:before{display: block;}
.hm-blog-img, .hm-blog-hvr-img {
    width: 11.5%;
}
.hm-blog-cnt {
    width: 81.4%;
}
.hm-blog-img img, .hm-blog-hvr-img img{
    width: 100%;
    display: block;
}
.hm-blog-itm:hover .hm-blog-img{display: none;}
.hm-blog-itm:hover .hm-blog-hvr-img{display: block;}
.hm-blog-itm:hover{
    background-image: -webkit-linear-gradient(180deg, #0c5893 0%, rgb(37, 127, 197) 50%, #0c5893 100%);
}
.hm-blog-map {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.hm-blog-map::before{
    content: '';
    position: absolute;
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -335px -10px;
    width: 41px;
    height: 58px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
 
/*Home Tabs Section*/
 
.hm-tab-sec {
    padding: 0 0 130px;
}
.hm-tab-sec .container{
    max-width: 1280px;
}
.tab-buttons {
    margin: 0 0 60px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.hm-tab-sec button.tab-btn{
    border: 0;
    background-image: -webkit-linear-gradient(180deg, #0c5893 0%, rgb(37, 127, 197) 50%, #0c5893 100%);
    min-height: 220px;
    padding: 30px 110px;
    width: 49.7%;
}
.hm-tab-itm h4 {
    font-size: 40px;
    font-family: 'Bai Jamjuree';
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.6px;
    color: #ffffff;
    margin: 0;
    text-align: left;
    padding: 0 40px 0 0;
    position: relative;
}
.hm-tab-itm h4:before{
    content: '';
    position: absolute;
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -66px -273px;
    width: 36px;
    height: 36px;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.hm-tab-sec button.tab-btn.active .hm-tab-itm h4:before{background-position: -126px -276px;}
.tab-content {
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease, height 0.3s ease;
}
.tab-content.active {
    opacity: 1;
    visibility: visible;
    height: auto;
}
.tabs-section h2{
    text-align: left;
    line-height: 1;
    margin: 0 0 40px;
}
.hm-leave-img img{
    width: 100%;
    display: block;
}
.hm-leave-blk {
    position: relative;
    padding: 0 10px 10px 0;
}
.hm-leave-cnt {
    padding: 25px 43px 41px 44px;
    background-color: #2f7fbf;
    width: 50%;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.hm-leave-cnt::before {
    content: '';
    position: absolute;
    background-color: #ffff;
    width: 100%;
    height: 100%;
    right: 10px;
    bottom: 10px;
    z-index: -1;
    pointer-events: none;
}
.hm-leave-cnt p{
    font-size: 20px;
    font-family: 'Manrope';
    font-weight: 400;
    letter-spacing: 0.6px;
    line-height: 1.95;
    color: #131313;
    margin: 0;
}
/*Home No Fees Section*/
 
.hm-nofees-sec { padding: 125px 0 240px; position: relative; background-image: url(images/nofees-sec-bg-img.webp); background-repeat: no-repeat; background-position: top center; background-size: cover; }
.hm-nofees-sec::before{ position: absolute; content: ""; width: 18.4%; height: 100%; top: 0; left: 0; right: 0;pointer-events: none; margin: auto; background-image: -moz-linear-gradient( 90deg, rgba(47,127,191,0) 0%, rgb(47,127,191) 100%); background-image: -webkit-linear-gradient( 90deg, rgba(47,127,191,0) 0%, rgb(47,127,191) 100%); background-image: -ms-linear-gradient( 90deg, rgba(47,127,191,0) 0%, rgb(47,127,191) 100%); background-repeat: no-repeat; background-size: cover; }
.hm-nofees-sec .container { max-width: 1280px; }
.hm-nofees-lst { display: flex; justify-content: space-between; position: relative; }
.hm-nofees-img { width: 40.8%; }
.hm-nofees-img img { width: 100%; display: block; }
.hm-nofees-rit { width: 55.2%; }
.hm-nofees-rit h3 { font-family: 'Bai Jamjuree'; font-weight: 300; font-size: 60px; line-height: 1.06; letter-spacing: -2.4px; color: #ffffff; margin: 0 0 20px; }
.hm-nofees-rit h2 { font-family: 'Bai Jamjuree'; font-weight: 300; font-size: 120px; line-height: 0.91; letter-spacing: -5.6px; color: #fff; text-transform: uppercase; margin: 0 0 35px; }
.hm-nofees-cal p { font-family: 'Manrope'; font-weight: 400; font-size: 18px; line-height: 1; letter-spacing: 1.8px; color: #ffffff; text-transform: uppercase; margin: 0; }
.hm-nofees-cal p a { font-family: 'Bai Jamjuree'; font-weight: 500; font-size: 40px; line-height: 1; letter-spacing: 0; color: #ffffff; display: inline-block; }
.hm-nofees-cal p a:hover{ color: #2f7fbf; }
.hm-nofees-cal { position: relative; padding: 0 0 0 100px; }
.hm-nofees-cal p a::before { position: absolute; content: ""; width: 80px; height: 80px; left: 0; top: 0; bottom: 0; margin: auto; background-image: url(images/hm-sprites.webp); background-repeat: no-repeat; background-position: -138px -10px; transform-origin: center left; }
.hm-nofees-btn-lst { display: flex; justify-content: flex-start; gap: 29px; align-items: center; }
.hm-nofees-btn a.cmn-btn { letter-spacing: 0.4px; background: #131313; border: 1px solid #2f7fbf; color: #2f7fbf; padding: 29px 65px; }
.hm-nofees-btn a.cmn-btn:hover{ background: linear-gradient(50deg, rgba(1, 70, 123, 1) 0%, rgba(47, 127, 191, 1) 50%, rgba(1, 69, 122, 1) 100%); color: #fff; }

/* hm attorny section */
 
a.cmn-btn { font-family: 'Manrope'; font-weight: 700; font-size: 20px; line-height: 1; letter-spacing: 0.8px; color: #fff; text-transform: uppercase; padding: 30px 57px; display: inline-block; background: linear-gradient(50deg, rgba(1, 70, 123, 1) 0%, rgba(47, 127, 191, 1) 50%, rgba(1, 69, 122, 1) 100%); } a.cmn-btn:hover { background: #131313; color: #2f7fbf; }
.hm-attorny-sec { background-color: #fff; padding: 121px 0 125px; }
.hm-atrny-btn { text-align: center; }
.text-heading { font-family: 'Bai Jamjuree'; font-weight: 300; font-size: 72px; text-transform: uppercase; letter-spacing: 0; color: #131313; margin: 0 0 54px; line-height: 1.25; text-align: center; }
.text-heading strong { font-weight: 400; font-size: 50px; background: linear-gradient(to top, #01457a 0%, #257fc5 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; color: #ffffff; display: block; text-transform: capitalize; }
.hm-atrny-lst { display: flex; justify-content: center; gap: 56px; flex-wrap: wrap; margin: 0 0 40px; }
.hm-atrny-itm { width: 22.2%; position: relative; background: linear-gradient(180deg, rgba(4, 4, 4, 0.0) 0%, rgba(4, 4, 4, 0.26) 50%, rgba(4, 4, 4, 0.88) 100%); border-radius: 55px 0px 0px 0px; overflow: hidden; }
.hm-atrny-itm:before { width: 48%; height: 100%; position: absolute; content: ""; background: linear-gradient(180deg, rgba(0, 67, 120, 1) 0%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 1) 100%); top: 0; left: 0; }
.hm-atrny-cnt h4 { font-family: 'Bai Jamjuree'; font-weight: 300; font-size: 30px; line-height: 1.13; letter-spacing: 1.2px; text-transform: uppercase; color: #ffffff; margin: 0 0 15px; }
.hm-atrny-cnt p { font-family: 'Manrope'; font-weight: 400; font-size: 16px; line-height: 1; color: #2d7dbc; letter-spacing: 3.2px; text-transform: uppercase; margin: 0; }
.hm-atrny-itm:hover .hm-atrny-cnt p { color: #fff; }
.hm-atrny-img { position: relative; }
.hm-atrny-img img { width: 100%; display: block; filter: grayscale(1); }
.hm-atrny-cnt { position: absolute; bottom: 35px; left: 0; right: 0; margin: auto; padding: 0 30px; text-align: center; z-index: 1; }
.hm-atrny-itm-hvr a { position: absolute; width: 100%; height: 100%; font-size: 0; top: 0; left: 0; right: 0; margin: auto; bottom: 0; z-index: 99; }
.hm-atrny-itm:after { position: absolute; content: ""; width: 100%; height: 100%; bottom: 0; left: 0; right: 0; margin: auto; background: linear-gradient(180deg, rgba(4, 4, 4, 0.0) 0%, rgba(4, 4, 4, 0.26) 50%, rgba(4, 4, 4, 0.95) 100%); }
.hm-atrny-itm:hover:before { background: linear-gradient(220deg, rgba(0, 68, 121, 1) 0%, rgba(37, 127, 197, 1) 50%, rgba(0, 68, 121, 1) 100%); }
.hm-atrny-itm:hover:after, .hm-atrny-itm:hover { background: linear-gradient(180deg, rgba(6, 75, 129, 0) 0%, rgba(6, 75, 129, 0.26) 50%, rgba(6, 75, 129, 0.94) 100%); }
 
/* hm testimonials */
 
.hm-testimonials .text-heading { margin: 0 0 29px; }
.hm-testimonials { padding: 78px 0 85px; 
    background-image: url(images/hm-test-bg-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
 }


.hm-testi-item { background-color: #fff; border: 1px solid #2f7fbf; padding: 25px 53px 85px 47px; width: 100%; position: relative; }
.hm-testi-item p { font-family: 'Manrope'; font-weight: 400; font-size: 18px; line-height: 1.77; letter-spacing: 0; color: #131313; margin: 0 0 22px; }
.hm-testi-item h5 { font-family: 'Bai Jamjuree'; font-weight: 300; line-height: 1; letter-spacing: 0; background: linear-gradient(to top, #01457a 0%, #257fc5 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; color: #ffffff; text-transform: uppercase; font-size: 36px; position: absolute; bottom: 35px; left: 0; right: 0; margin: 0 45px; border-top: 1px solid #c1dcf1; padding: 22px 0px 0; display: inline-block; }
.hm-testi-list.owl-carousel .owl-stage{ display: flex; }
.hm-testi-list.owl-carousel .owl-stage .owl-item{ display: flex; }
.hm-testi-list.owl-carousel .owl-nav { display: flex !important; justify-content: space-between; align-items: center; margin: 35px auto -80px; width: 100%; max-width: 570px; }
.hm-testi-list.owl-carousel .owl-nav button { width: 80px; height: 80px; background-repeat: no-repeat !important; background-size: contain; background-image: url(images/hm-sprites.webp) !important; font-size: 0 !important; transform-origin: center left; }
.hm-testi-list.owl-carousel .owl-nav button.owl-prev { background-position: -190px -118px; }
.hm-testi-list.owl-carousel .owl-nav button.owl-next { background-position: -294px -118px; transform-origin: center right; }
.hm-testi-list.owl-carousel .owl-nav button.owl-prev:hover { background-position: -190px -218px; }
.hm-testi-list.owl-carousel .owl-nav button.owl-next:hover { background-position: -294px -218px; }
.hmtesti-btn { text-align: center; }
.hmtesti-btn a.cmn-btn { position: relative; z-index: 1; }
.hm-star-rat { width: 136px; border-left: 2px solid #c1dcf1; padding: 9px 0 9px 16px; margin: 0 0 10px 54px; }
.hm-testi-item:before { position: absolute; content: ""; background-image: url(images/hm-sprites.webp); background-repeat: no-repeat; width: 30px; height: 29px; top: 33px; left: 46px; margin: auto; background-position: -9px -275px; transform-origin: top left; }
.hm-testi-item::after { position: absolute; content: ""; width: 100%; height: 100%; left: -20px; background-color: #d4e5f2; z-index: -1; bottom: -20px; }
.hm-testi-list.owl-carousel .owl-stage-outer { padding: 0 0px 20px 22px; margin: 0 -20px 0 0; }


/*footer form*/
.hm-form .gfield label {
    display: none;
}
.hm-form-sec .container{
    width: 100%;
    max-width: 100%;
}
.bnr-rit-cnt.footer {
    text-align: left;
    position: absolute;
    transform: rotate(269deg);
    left: 5%;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 140px;
    pointer-events: none;
    right: auto;
    letter-spacing: 2.8px;
}
.hm-form-sec{
    position: relative;
}
.hm-form-sec .text-heading {
    font-size: 58px;
    letter-spacing: 1.16px;
    color: #ffffff;
    margin: 0 0 15px;
}
.hm-form-sec p {
    font-family: 'Manrope';
    font-weight: 400;
    font-size: 20px;
    color: #ffffff;
    line-height: 1;
    margin: 0 0 15px;
    letter-spacing: 0;
    text-align: center;
}
.hm-form .gform_required_legend{
    display: none;
}
.ftr-form-sctn{
    text-align: center;
    background-color: #bdabab;
}

.gchoice.gchoice_3_9_1 label {
    display: block;
}
.hm-form .gfield.chk {
    width: 36%;
    border: none;
    padding: 0;
}
.hm-form-sec .gfield.gfield--type-html.popfield {
    width: 60% !important;
}

.hm-form input::placeholder {
    color: #000;
}
.hm-form input:-ms-input-placeholder {
    color: #000;
}
.hm-form input::-ms-input-placeholder {
    color: #000;
}
.hm-form textarea::placeholder {
    color: #000;
}
.hm-form textarea:-ms-input-placeholder {
    color: #000;
}
.hm-form textarea::-ms-input-placeholder {
    color: #000;
}
.hm-form .gform_wrapper .top_label input:focus, .hm-form .gform_wrapper select:focus, .hm-form .gform_wrapper .top_label textarea:focus {
    background-color: rgb(255, 255, 255, 0.3) !important;
    border-color: rgb(255, 255, 255, 0.6) !important;
}
.hm-form .gform_wrapper .top_label input,
.hm-form .gform_wrapper select,
.hm-form .gform_wrapper .top_label textarea {
    margin: 0px;
    width: 100% !important;
    color: #ffffff;
    background-color: rgb(255, 255, 255, 0.1) !important;
    outline: 0px;
    position: relative;
    border-radius: 0;
    font-family: 'Manrope';
    font-weight: 400;
    background: transparent;
    line-height: 1.2 !important;
    font-size: 18px !important;
    padding: 21px 20px !important;
    transition: all 0.5s;
    display: block;
    text-align: left;
    height: auto !important;
    border: 0 !important;
    border-bottom: 1px solid rgb(255, 255, 255, 0.4) !important;
}
.hm-form .gform_wrapper .top_label input::placeholder,
.hm-form .gform_wrapper select::placeholder,
.hm-form .gform_wrapper .top_label textarea::placeholder {
    color: #ffffff !important;
}
.hm-form .gfield{
    position: relative !important ;
}
.hm-form .gfield.gfield--type-text.fnm {
    width: 100% !important;
}
.hm-form .gfield.gfield--type-email , .hm-form .gfield.gfield--type-phone {
    width: 48.3% !important;
}
legend.gfield_label.gform-field-label.gfield_label_before_complex {
    display: none;
}
fieldset#field_3_11 {
    border: 0;
    padding: 0;
    width: 100%;
}
.hm-form-sec .gform_fields .has_state.has_zip .address_state, .hm-form-sec .gform_fields .has_state.has_zip .address_zip {
    width: 48.3%;
    position: relative;
}
.hm-form-sec .gform_fields .has_state.has_zip .address_state {
    margin-right: 20px;
}
.hm-form-sec .gform_fields .has_state.has_zip {
    display: flex;
    width: 100%;
}

.hm-form .gform_fields {
    display: flex !important;
    flex-wrap: wrap;
    gap: 20px !important;
    justify-content: space-between;
    align-items: center;
}
.hm-form .gform_wrapper .top_label textarea {
    width: 100% !important;
    height: 130px !important;
    resize: none;
    margin: 0;
    padding-top: 20px !important;
    margin: 0px;
    min-block-size: 0px !important;
}
.hm-form .gfield.msg {
    width: 100%;
}
.hm-form-sec .gform_wrapper ul.gform_fields ul {
    margin: 0;
    padding: 0;
}
.hm-form-sec .gform_wrapper ul.gform_fields li {
    padding: 0 !important;
    margin: 0 !important;
    position: relative;
    width: 100%;
}
.hm-form .gform_wrapper .form-links a, .hm-form .gfield--type-checkbox .gchoice label {
    cursor: pointer;
    font-size: 15px;
    font-family: 'Manrope';
    line-height: 1;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 0;
    margin: 0;
    text-align: left;
}
.hm-form .gform_wrapper .form-links a:hover {
    color: #2f7fbf;
}
.hm-form-sec .gform_wrapper .form-links,
.hm-form-sec .gfield.gfield--type-html.popfield {
    position: relative;
    width: 100%;
    color: #fff;
    line-height: 1;
    text-align: left;
    margin: 0 0 0px !important;
}
.hm-form-sec .gfield .ginput_container {
    margin: 0 !important;
}
.hm-form .gfield_description.instruction.validation_message {
    top: 3px;
}
.hm-form-sec .gform_wrapper .top_label input[type="checkbox"] {
    width: 15px !important;
    height: 15px !important;
    float: left;
    clear: both;
    margin: 0px 6px 0px 0 !important;
    padding: 0 !important;
}
.hm-form .gform_wrapper .gform_footer.top_label {
    padding: 0;
    text-align: center;
    margin: 30px auto 0;
    position: relative;
    max-width: max-content;
}
.hm-form .gform_wrapper .top_label input[type="submit"] {
    display: inline-block !important;
    outline: none !important;
    border: 0px none !important;
    border-radius: 0 !important;
    cursor: pointer;
    text-transform: uppercase !important;
    transition-duration: 0.5s;
    font-family: 'Manrope' !important;
    font-weight: 700 !important;
    width: auto !important;
    color: #ffffff !important;
    font-size: 20px !important;
    padding: 30px 65px !important;
    line-height: 1 !important;
    letter-spacing: 0;
    margin: 0;
    position: relative;
    z-index: 1;
    background-image: -moz-linear-gradient( 12deg, rgb(0,68,121) 0%, rgb(47,127,191) 50%, rgb(0,68,121) 100%);
    background-image: -webkit-linear-gradient( 12deg, rgb(0,68,121) 0%, rgb(47,127,191) 50%, rgb(0,68,121) 100%);
    background-image: -ms-linear-gradient( 12deg, rgb(0,68,121) 0%, rgb(47,127,191) 50%, rgb(0,68,121) 100%);
}
.hm-form .gform_wrapper .top_label input[type="submit"]:hover {
    background: #ffffff !important;
    color: #19639e !important;
}

.hm-form .gform_validation_errors{
    display: none !important;
}
.popup {
    position: relative;
    display: inline-block;
    left: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.popup .popuptext {
    top: 15px;
    visibility: hidden;
    color: #000;
    position: relative !important;
    transition: transform 0.15s ease-out 0.15s;
    z-index: 1;
    width: 600px;
    top: 5px;
    left: 0;
    margin: 0px;
    text-align: center;
    font-family: 'Manrope';
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background: #fff;
    font-size: 14px;
    color: black;
    transition: transform 0.15s ease-out;
    display: inline-block;
    line-height: 2;
    z-index: 12;
}
.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
    position: inherit;
    pointer-events: auto;
}
div#popup-container {
    position: absolute;
    z-index: 2;
    pointer-events: none;
    width: 100%;
}
.hm-form-sec .gform_wrapper.gravity-theme .gfield {
    position: relative;
    text-align: left;
}
.gform_button.disabled {
    pointer-events: none;
}
.hm-form-sec .gform_fields .ginput_container, .hm-form-sec .gform_field {
    margin: 0;
}
.gfield--type-honeypot {
    display: none;
}

/*ERRROR*/
.hm-form .gfield_description{
    margin: 0px !important
}
.hm-form .gfield_description.validation_message {
    position: absolute;
    bottom: 5px;
    right: 8px !important;
    text-align: right;
    font-size: 13px;    
    font-family: 'Manrope';
    color: #db3310;
    margin: 0;
}

.hm-form .chk .gfield_description.validation_message{
    bottom: -17px !important;
}

/*.ftr-frm-sctn ends*/


/*Footer block*/
.ftr-block-sec {
    background-color: #131313;
    padding: 125px 0;
    position: relative;
    z-index: 0;
}
.ftr-block-sec::before {
    position: absolute;
    content: "";
    width: 85.4%;
    height: 88.7%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 1px solid #ffffff;
    border-bottom: 0;
    pointer-events: none;
    z-index: -1;
}
.ftr-block-sec::after {
    position: absolute;
    content: "";
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    pointer-events: none;
    background-image: url(images/ftr-aftr-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -2;
}
.ftr-blck {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ftr-rgt {
    width: 40%;
}
.ftr-lft {
    padding: 0 0 0 50px;
    width: 43.7%;
}
.ftr-logo {
    width: 46.6%;
    margin: 0 auto 30px;
}
.ftr-logo a {
    display: inline-block;
}
.ftr-logo img {
    width: 100%;
    display: block;
}
#footer-navigation ul {
    margin: 0 0 35px;
    font-size: 0;
    text-align: center;
}
#footer-navigation ul li {
    display: inline-block;
    padding: 0;
    position: relative;
    margin: 0 30px;
}
#footer-navigation ul li:first-child {
    margin-left: 0;
}
#footer-navigation ul li:last-child {
    margin-right: 0;
}
#footer-navigation ul li:nth-child(4) {
    margin-right: 0;
}
#footer-navigation ul li:nth-child(5) {
    margin-left: 0;
}
#footer-navigation ul li a {
    font-family: 'Manrope';
    font-weight: 300;
    font-size: 20px;
    letter-spacing: 0.8px;
    color: #ffffff;
    padding: 0;
    border: 0;
    line-height: 2.3;
    display: inline-block;
}
#footer-navigation ul li.current-menu-item > a, #footer-navigation ul li:hover > a {
    color:#2e7dbd;
}
.ftr-itm {
    background-color: #2f7fbf;
    padding: 27px 20px 27px 200px;
    position: relative;
    margin: 0 0 25px;
}
.ftr-itm:last-child {
    margin: 0;
}
.ftr-itm h3 {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.ftr-itm.ftr-itm-phn::before {
    background-image: url(images/ftr-phn-icn.webp);
}
.ftr-itm::before {
    position: absolute;
    content: "";
    width: 21.5%;
    height: 87%;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    pointer-events: none;
    background-image: url(images/ftr-lct-icn.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border: 2px solid #ffffff;
}
.ftr-itm h4 {
    font-family: 'Manrope';
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0 0 20px;
}
.ftr-itm p {
    font-size: 20px;
    font-family: 'Manrope';
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0px;
    color: #ffffff;
    margin: 0;
}
.ftr-itm h5 {
    margin: 0;
}
.ftr-itm h5 a {
    font-size: 49px;
    font-family: 'Manrope';
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    color: #ffffff;
    margin: 0;
    display: inline-block;
}
.ftr-itm h5 a:hover {color: #020202;}

/*Copy Rights Section*/
.ftr-copyrights-sec {
    padding: 30px 0px;
    text-align: center;
  background-image: -moz-linear-gradient( 90deg, rgb(0,68,121) 0%, rgb(37,127,197) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(0,68,121) 0%, rgb(37,127,197) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(0,68,121) 0%, rgb(37,127,197) 100%);
}
.ftr-copyrights-sec p {
    font-family: 'Manrope';
    font-weight: 400;
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0;
    color: #ffffff;
    margin: 0;
}
.ftr-copyrights-sec p a:hover {
    color: #020202;
}
.ftr-copyrights-sec p small {
    display: block;
    font-size: 20px;
}


.single-container, .container, .footer-container{
    width:100%;
    max-width:1500px;
    margin:0 auto
}

.disclaimer-trigger {
    cursor:pointer
}
#disclaimer-container {
    display: none;
    position: relative;
    margin-top: 10px;
}
#disclaimer-container.show {
    display: block;
}
.disclaimer-content {
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 4px;
}

.blocks {
    padding:80px 0;
}
.footer-col {
    width:32%
}
.map-col {
    width:48%
}
.copyright {
    text-align: center;
}
.screen-reader-text {
    display: none !important;
}

#page-column .sdbr-case-item p {
    color: #fff;
}