/*
 Theme Name:   Marjorie Mesidor
 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: 'Barlow';
  font-style: normal;
  font-weight: 200;
  src: url('./fonts/barlow-v13-latin-200.eot');
  src: url('./fonts/barlow-v13-latin-200.eot?#iefix') format('embedded-opentype'), 
       url('./fonts/barlow-v13-latin-200.woff2') format('woff2'), 
       url('./fonts/barlow-v13-latin-200.woff') format('woff'), 
       url('./fonts/barlow-v13-latin-200.ttf') format('truetype'), 
       url('./fonts/barlow-v13-latin-200.svg#Barlow') format('svg'); 
}

@font-face {
  font-display: swap; 
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/barlow-v13-latin-regular.eot');
  src: url('./fonts/barlow-v13-latin-regular.eot?#iefix') format('embedded-opentype'), 
       url('./fonts/barlow-v13-latin-regular.woff2') format('woff2'), 
       url('./fonts/barlow-v13-latin-regular.woff') format('woff'), 
       url('./fonts/barlow-v13-latin-regular.ttf') format('truetype'), 
       url('./fonts/barlow-v13-latin-regular.svg#Barlow') format('svg'); 
}

@font-face {
  font-display: swap; 
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 500;
  src: url('./fonts/barlow-v13-latin-500.eot');
  src: url('./fonts/barlow-v13-latin-500.eot?#iefix') format('embedded-opentype'), 
       url('./fonts/barlow-v13-latin-500.woff2') format('woff2'), 
       url('./fonts/barlow-v13-latin-500.woff') format('woff'), 
       url('./fonts/barlow-v13-latin-500.ttf') format('truetype'), 
       url('./fonts/barlow-v13-latin-500.svg#Barlow') format('svg'); 
}

@font-face {
    font-family: "Baskerville MT W01 SmBdIt";
    font-style: normal;
    font-weight: 400;
    src: url("./fonts/Baskerville MT W01 SmBdIt.eot");
    src: url("./fonts/Baskerville MT W01 SmBdIt.eot?#iefix")format("embedded-opentype"),
    url("./fonts/Baskerville MT W01 SmBdIt.woff2")format("woff2"),
    url("./fonts/Baskerville MT W01 SmBdIt.woff")format("woff"),
    url("./fonts/Baskerville MT W01 SmBdIt.ttf")format("truetype"),
    url("./fonts/Baskerville MT W01 SmBdIt.svg#Baskerville MT W01 SmBdIt")format("svg");
}
 
@font-face {
  font-display: swap; 
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 700;
  src: url('./fonts/barlow-v13-latin-700.eot'); 
  src: url('./fonts/barlow-v13-latin-700.eot?#iefix') format('embedded-opentype'), 
       url('./fonts/barlow-v13-latin-700.woff2') format('woff2'), 
       url('./fonts/barlow-v13-latin-700.woff') format('woff'), 
       url('./fonts/barlow-v13-latin-700.ttf') format('truetype'), 
       url('./fonts/barlow-v13-latin-700.svg#Barlow') format('svg'); 
} 


: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: 'Barlow';
    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: "Baskerville MT W01 SmBdIt";
    margin: 0 0 20px 0;
    padding: 0;
    font-weight: normal;
}
p, li, ul, ol, blockquote {
    font-family: 'Barlow';
    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;}
a:focus{outline: 0 !important}

/*Header Sticky Menu*/



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

.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: 'Barlow';
    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-image: url(images/mbl-down-arw.webp);

    background-repeat: no-repeat;

    background-size: contain;

    background-position: top left;

    width: 12px;

    height: 11px;

    position: absolute;

    right: 0;

    top: 15px;

}

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

    background-image: url(images/mbl-up-arw.webp);

}

.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: #162753;
    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: 45px;
    line-height: 1;
    font-weight: 200;
    display: block;
    background: transparent;
    clear: both;
    outline: 0;
    border: 0;
    padding: 0 13px 0 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: #000000c7;
    border: 0;

}

.floatingMenuInner li {

    position: relative;

}
.floatingMenuInner a {

    color: #fff !important;

    letter-spacing: 0.4px;

    font-family: 'Barlow';

    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: 60px;
    height: 28px;
    float: none;
    text-align: center;
    cursor: pointer;
    padding: 0px;
    position: relative;
    outline: 0;
    border: 0;
    background-color: transparent;
}

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

.showhide b.txtr {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    text-align: left;
    font-size: 43px;
    line-height: 20px;
    font-family: 'Barlow';
}

.mobinav {
    display: none;
    width: 100%;
    color: #fff;
    box-sizing: border-box;
    z-index: 99999995;
    float: left;
    background: #162753;
    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: 'Barlow';
}

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

.mobinav ul> li.current-menu-item > a, .mobinav a:hover{color: #dec710;}

.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: auto;
    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;
    justify-content: space-between;
    align-items: center;
    padding: 0;
}
.hdr-menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
}

#main-navigation ul {
    margin: 0;
    font-size: 0;
}

#main-navigation ul li {
    display: inline-block;
    padding: 0;
    position: relative;
    margin: 0 5px;
}

#main-navigation ul li:first-child {
    margin-left: 0;
}
#main-navigation ul li:last-child {
    margin-right: 0;
}

#main-navigation ul li a {
    font-size: 16px;
    font-family: 'Barlow';
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 1;
    color: #ffffff;
    padding: 15px 70px 12px 10px;
    display: block;
    border: 0;
    cursor: pointer;
}

#main-navigation ul > li > a:hover {
    color: #000000;
    background-color: #dec710;
}

#main-navigation ul > li.current-menu-item > a {
    color: #dec710;
}
#main-navigation ul > li.current-menu-item > a:hover {
    background-color: transparent;
}

#main-navigation ul li ul.sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #e8ebf2;
    padding: 0;
    z-index: 999;
    width: auto;               
    min-width: fit-content;
    max-width: none;
    white-space: nowrap;       
}

#main-navigation ul li:hover > ul.sub-menu {
    display: block;
}

#main-navigation ul li ul.sub-menu li {
    position: relative;
    display: block;
    width: auto;
    margin: 0;
    padding: 0;
}

#main-navigation .sub-menu li a {
    padding: 12px 20px;
    color: #000;
    display: block;
    text-align: left;
    text-transform: capitalize;
    font-weight: 400;
    letter-spacing: 0.8px;
    border-bottom: 0;
    font-size: 16px;
    white-space: nowrap;
}

#main-navigation .sub-menu li a:hover,
#main-navigation .sub-menu .current-menu-item > a {
    color: #505e7d;
    background-color: #e8ebf2;
}

#main-navigation ul li ul.sub-menu li .sub-menu {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    background-color: #e8ebf2;
    width: auto;
    min-width: fit-content;
    white-space: nowrap;
    z-index: 999;
}

#main-navigation ul li ul.sub-menu li:hover > .sub-menu {
    display: block;
}

#main-navigation .sub-menu li:after,
#main-navigation .sub-menu li a:after {
    display: none;
}

.hdr-rgt-btn a{
    font-size: 15px;
    font-family: 'Barlow';
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    display: inline-block;
    color: #000006;
    margin: 0;
    padding: 15px 24px;
    background-color: #dec710;
    border-radius: 50px;
}
.hdr-rgt-btn a:hover{
    background-color: #e9dd7d;
}
.site-header {
    background-color: #162753;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    width: 100%;
    padding: 10px 0;
}
.site-header .container{max-width: 100%; padding: 0 3.1%;}
.site-header.is-sticky {
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    position: fixed;
    animation: slideDown 0.35s ease-out;
    visibility: visible;
}
@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;
}


a.cmn-btn{
    font-family: 'Barlow';
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    font-size: 17px;
    color: #000;
    display: inline-block;
    padding: 0 30px 10px 0;
    border-bottom: 1px solid #000000;
    transition: .3s;
    background-image: url(images/black-arrow-img.webp);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: right top 2px;
}
a.cmn-btn:hover{
    border-color: transparent;
    padding-bottom: 6px; 
}

.scroll-btn a {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: max-content;
    max-height: max-content;
    padding: 25px 18px;
    background-color: #f4eca9;
    color: #000;
    font-size: 15px;
    font-family: 'Barlow';
    font-weight: 500;
    line-height: 1;
    display: inline-block;
    border-radius: 30px 0px 0 30px;
    writing-mode: sideways-lr;
    z-index: 3;
}
.scroll-btn a:hover{background-color: #e9dd7d; }

/* Slide Up Animation Code */

 span.slide-up, .slide-up {
    display: inline-block;
    opacity: 0;
    transform: translateY(100px);
    transition: 0.8s ease-out;
}
.slide-up.show { 
  opacity: 1;
  transform: translateY(0px);
}


/*Banner section*/

.hm-banner-sec {
    padding: 160px 0 350px;
    position: relative;
    z-index: 2;
}
.hm-bnr-video {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #000;
}
.hm-bnr-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.4;
}
.hm-bnr-logo {
    width: 82.2%;
    margin: 0 auto;
}
.hm-bnr-logo img{
    width: 100%;
    display: block;
}




/*Home Leadership Section*/

.hm-leadership-sec {
    padding: 170px 0 0px;
    background-color: #162753;
    position: relative;
}
.hm-leadership-sec::before{
    content: "";
    width: 100%;
    height: 100px;
    background-image: url(images/left-top-right-btm-yellow-curve.webp);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.hm-leadership-sec .container {
    width: 100%;
    max-width: 100%;
    margin: auto;
}
.hm-lead-hdng {
    width: 57.6%;
}
.hm-lead-cnt {
    width: 86.4%;
}
.hm-lead-top h3 {
    font-family: "Baskerville MT W01 SmBdIt";
    font-weight: 400;
    font-size: 56px;
    line-height: 1.3;
    letter-spacing: 0;
    color: #ffffff;
    margin: 0 0 30px;
    overflow-y: clip;
}
.hm-lead-top p {
    font-family: 'Barlow';
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: 0;
    font-size: 20px;
    color: #ffffff;
    margin: 0;
}
.hm-lead-top {
    margin: 0 0 100px;
    padding: 0 6%;
}
.hm-lead-lft {
    width: 51.4%;
}
.hm-lead-lft img {
    display: block;
    width: 100%;
    border-radius: 0 200px 0 0;
    height: 100%;
    object-fit: cover;
}
.hm-lead-lft-img {
    height: 100%;
}
.hm-lead-rgt {
    width: 43.8%;
    padding: 50px 0 0;
}
.hm-lead-blck {
    display: flex;
    justify-content: space-between;
}
.hm-lead-rgt-itm {
    width: 79.2%;
    position: relative;
    margin: 0 0 80px;
}
.hm-lead-rgt-itm:last-child {
    margin: 0 0 100px;
}
.hm-lead-rgt-itm h4 {
    font-family: "Baskerville MT W01 SmBdIt";
    font-weight: 400;
    font-size: 26px;
    line-height:1.1;
    letter-spacing: 0;
    color: #dec710;
    margin: 0 0 30px;
    overflow-y: clip;
}
.hm-lead-rgt-itm p {
    font-family: 'Barlow';
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0;
    font-size: 20px;
    color: #ffffff;
    margin: 0 0 30px;
}
.hm-lead-itm-btn a.cmn-btn {
    color: #ffffff;
    border-bottom: 1px solid #fff;
    background-image: url(images/white-arrow-img.webp);
}
.hm-lead-itm-btn a.cmn-btn:hover{
    border-color: transparent;
    padding-bottom: 10px;
}
 

 
/*Home Mesidor Section*/


.hm-mesidor-sec {
    padding: 114px 0 100px;
    background-color: #fff;
    position: relative;
}
.hm-mesidor-sec:before {
    content: '';
    position: absolute;
    background-image: url(images/mesidor-bfr.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    width: 100%;
    height: 25%;
    left: 0;
    right: 0;
    bottom: -25%;
    margin: auto;
    z-index: 0;
}
.hm-mesidor-sec h2{
    font-family: "Baskerville MT W01 SmBdIt";
    font-weight: 400;
    font-size: 48px;
    line-height: 1;
    letter-spacing: 0;
    color: #000;
    margin: 0;
    overflow-y: clip;
}
.hm-mesidor-sec .container{max-width: 100%; padding: 0 5.2%;}
.srvcs-list {
    display: flex;
    justify-content: center;
    gap: 30px;
}
.mesidor-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 55px;
}
.srvc-itm {
    background-color: #dec710;
    padding: 160px 40px 40px;
    border-radius: 15px;
    width: 48.8%;
    counter-increment: item;
    position: relative;
}
.srvc-itm:after{
    content: "";
    position: absolute;
    background-color: #505d7e;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    top: 58px;
    left: 40px;
}
.srvc-itm:before {
    content: counter(item, decimal-leading-zero) " ";
    position: absolute;
    font-size: 21px;
    font-family: 'Barlow';
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    color: #000;
    left: 58px;
    top: 50px;
    margin: auto;
    z-index: 1;
    max-width: max-content;
}
.srvc-itm:hover:before{color: #fff;}
.srvc-itm:hover:after{background-color: #dec710}
.srvc-itm:hover{
    background-color: #162753;
}
.srvc-itm:hover h3, .srvc-itm:hover .srvc-btn a{color: #fff;}
.srvc-itm:hover .srvc-btn a{border-color: #fff;}
.srvc-itm h3{
    font-family: "Baskerville MT W01 SmBdIt";
    font-weight: 400;
    font-size: 56px;
    line-height: 1.25;
    letter-spacing: 0;
    color: #000;
    margin: 0 0 110px;    
}

.srvc-itm:hover .srvc-btn a:hover{
    border-color: transparent;
    padding-bottom: 0;
    padding-top: 8px;
    background-position: right top 10px;
}
.srvc-itm:hover .srvc-btn a {background-image: url(images/white-arrow-img.webp);}


/*Home Wins Section*/

.hm-wins-sec {
    padding: 100px 0 40px;
    background-color: #f7f7f7;
}
.hm-wins-sec .container{max-width: 100%; padding: 0 6%;}
.wins-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.wins-cnt {
    width: 48.8%;
}
.wins-rgt {
    width: 48.8%;
}
.wins-cnt h2{
    font-family: "Baskerville MT W01 SmBdIt";
    font-weight: 400;
    font-size: 48px;
    line-height: 1.25;
    letter-spacing: 0;
    color: #000;
    margin: 0 0 30px; 
    overflow-y: clip;
}
.wins-cnt p{
    font-family: "Barlow";
    font-weight: 400;
    font-size: 19px;
    line-height: 1.6;
    letter-spacing: 0;
    color: #000;
    margin: 0 0 30px;      
}
.wins-btns {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    margin: 46px 0 0;
    gap: 16px;
}
.connect-btn a{
    font-size: 15px;
    font-family: 'Barlow';
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    display: inline-block;
    color: #000006;
    margin: 0;
    padding: 16px 38px 17px;
    background-color: #dec710;
    border-radius: 50px;
}
.connect-btn a:hover{
    background-color: #e9dd7d;
}
.wins-lyr-img img{
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
}
.wins-lyr-img {
    border-radius: 50% 50% 0 0;
    overflow: hidden;
    position: relative;
}

/*Home Awards Section*/

.hm-awards-sec {
    padding: 40px 0 100px;
    background-color: #f7f7f7;
}
.hm-awards-sec .container{max-width: 100%; padding: 0 6%;}
.hmawards-list{
    display: flex;
    justify-content: space-between;
    gap: 25px;
    align-items: center;
}
.hmawards-itm {
    text-align: center;
    width: 100%;
    max-width: 262px;
}

/*Home Testimonials Section*/

.hm-testimonials {
    background-color: #162753;
    padding: 185px 0 200px;
    position: relative;
}
.hm-testimonials:before{
    content: '';
    position: absolute;
    background-image: url(images/testi-top-shp.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top left;
    width: 100%;
    height: 100px;
    left: 0;
    right: 0;
    top: 0%;
    margin: auto;
}
.hm-testimonials:after{
    content: '';
    position: absolute;
    background-image: url(images/testi-btm-shp.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: left top;
    width: 100%;
    height: 100px;
    left: 0;
    right: 0;
    bottom: 0px;
    margin: auto;
}
.hm-testimonials .container{max-width: 100%; padding: 0 6%;}
.hm-testimonials .testi-item h3{
    font-size: 19px;
    font-family: 'Barlow';
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 80px;    
}
.hm-testimonials .testi-item{
    padding: 30px 0 0;
    width: 100%;
    position: relative;
}
.hm-testimonials .testi-item p{
    font-size: 39px;
    font-family: "Baskerville MT W01 SmBdIt";
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    color: #DEC710;
    margin: 0 0 56px;    
}
.testi-cnt {
    width: 77.6%;
    margin: 0 auto;
}
.hmtesti-btn a.cmn-btn{
    color: #fff;
    border-color: #fff;
    background-image: url(images/white-arrow-img.webp);
}
.hmtesti-btn a.cmn-btn:hover{
    border-color: transparent;
    padding-top: 6px;    
    background-position: right top 8px;
}
.hm-testi-list.owl-carousel .owl-item{padding: 0 3px;}
.hm-testi-list.owl-carousel .owl-stage, .hm-testi-list.owl-carousel .owl-item{display: flex;}
.hm-testi-list .owl-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 10.5%;
    right: 0;
    width: 125px;
}
.hm-testi-list.owl-carousel .owl-nav button {
   font-size: 0 !important;
   background-image: url(images/hm-testi-lft-arw.webp) !important;
   background-repeat: no-repeat !important;
   background-position: center !important;
   width: 26px;
   height: 16px;
   transition: 0.5s;
}
.hm-testi-list.owl-carousel .owl-nav button.owl-next {
    background-image: url(images/hm-testi-rgt-arw.webp) !important;
}


/*Home Victories Section*/

.hm-victories-sec {
    padding: 0px 0 50px;
    background-color: #ffffff;
}
.hm-victories-sec .container{max-width: 100%; padding: 0 6%;}
.victories-ttl h2 {
    font-family: "Baskerville MT W01 SmBdIt";
    font-weight: 400;
    font-size: 48px;
    line-height: 1;
    letter-spacing: 0;
    color: #000;
    margin: 0 0 30px;
    overflow-y: clip;
}
.victories-ttl p {
    font-family: "Barlow";
    font-weight: 400;
    font-size: 19px;
    line-height: 1.6;
    letter-spacing: 0;
    color: #000;
    margin: 0;
}
.victories-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 0 50px;
}
.victories-ttl {
    width: 58%;
}
.victories-list {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}
.victories-itm {
    width: 32%;
    background-color: #dec710;
    padding: 50px 30px;
    border-radius: 30px;
    text-align: center;
}
.victories-itm:hover{background-color: #e9dd7d;}
.victories-itm p{
    font-family: "Barlow";
    font-weight: 700;
    font-size: 19px;
    line-height: 1.6;
    letter-spacing: 0;
    color: #000;
    margin: 0;    
}
.gallery-list.owl-carousel .owl-stage, .gallery-list.owl-carousel .owl-item{display: flex;}
.gallery-list .owl-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-height: max-content;
    margin: auto;
}
.gallery-list.owl-carousel .owl-nav button {
   font-size: 0 !important;
   background-image: url(images/gallery-lft-arw.webp) !important;
   background-repeat: no-repeat !important;
   background-position: center !important;
   width: 10px;
   height: 19px;
   transition: 0.5s;
}
.gallery-list.owl-carousel .owl-nav button.owl-next {
    background-image: url(images/gallery-rgt-arw.webp) !important;
}

/*Home Gallery Section*/

.hm-gallery-sec {
    padding: 50px 0 100px;
    background-color: #ffffff;
}
.hm-gallery-sec .container{max-width: 100%; padding: 0 2.1%;}
.gallery-itm {
    margin: 0 auto;
    text-align: center;
}
.gallery-itm:hover img{transform: scale(0.98);transition: .3s}
.gallery-itm img{
    width: 100%;
    display: block;
}

.gallery-list .owl-stage {
  display: flex;
  animation: scroll-left 30s linear infinite;
}
.gallery-list {padding: 0 50px;}

.gallery-list:hover .owl-stage {
  animation-play-state: paused;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%); 
  }
}

/*Home Count Section*/

.hm-total-count-sec {
    padding: 60px 0;
    position: relative;
    background-color: #dec710;
}
.hm-total-count-sec .container{max-width: 100%; padding: 0 6%;}
.total-cases-list {
    display: flex;
    justify-content: space-between;
}
.total-cases-itm {
    width: 48.1%;
    padding: 25px;
    text-align: center;
}
.total-cases-itm.cases h4{font-size: 48px;}
.total-cases-itm h4{
    font-family: "Barlow";
    font-weight: 500;
    font-size: 56px;
    line-height: 1;
    letter-spacing: 0;
    color: #000;
    margin: 0 0 15px;      
}
.total-cases-itm h6{
    font-family: "Barlow";
    font-weight: 400;
    font-size: 26px;
    line-height: 1;
    letter-spacing: 0;
    color: #000;
    margin: 0;  
    text-transform: uppercase;    
}

/*Home Fair Section*/
 
.hm-fair-sec .container {
    max-width: 100%;
    padding: 0 12%;
}
.hm-fair-sec {
    padding: 100px 0 160px;
    position: relative;
    z-index: 1;
    background-image: url(images/footer-top-law-bg-image.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.hm-fair-sec.inn-fair{
    background-image: url(images/footer-top-inn-rise-hands-bg-image.webp);

}
.hm-fair-sec::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-color: #000000;
    opacity: 65%;
    z-index: -1;
}
.hm-fair-img img {
    width: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    height: 100%;
}
.hm-fair-blck {
    text-align: center;
}
.hm-fair-blck h2 {
    font-family: "Baskerville MT W01 SmBdIt";
    font-weight: 400;
    font-size: 64px;
    line-height: 1.3;
    letter-spacing: 0;
    color: #ffffff;
    margin: 0 0 30px;
    overflow-y: clip;
}
.hm-fair-btn a {
    font-family: 'Barlow';
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1;
    font-size: 16px;
    color: #000000;
    background-color: #dec710;
    border: 0;
    border-radius: 50px;
    padding: 16px 50px 17px;
    display: inline-block;
}
.hm-fair-btn a:hover{
    background-color: #e9dd7d;
}


/*Footer Section*/

.ftr-sec {
    background-color: #162753;
    position: relative;
}
.ftr-sec .container {
    max-width: 100%;
    width: 100%;
    margin: auto;
    padding: 0 4%;
}
.ftr-blck {
    display: flex;
    justify-content: space-between;
}
.ftr-lft {
    width: 25.03%;
}
.ftr-rgt {
    display: flex;
    justify-content: space-between;
    width: 79.2%;
}
.ftr-rgt-lst {
    width: 31.65%;
}
.ftr-lft-logo {
    width: 61.5%;
}
.ftr-lft-logo a {
    display: inline-block;
}
.ftr-lft-logo a img {
    display: block;
    width: 100%;
}
.ftr-rgt-lst h3 {
    font-family: 'Barlow';
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0;
    color: #dec710;
    margin: 0 0 25px;
}
.ftr-rgt-lst h4 {
    font-family: 'Barlow';
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0;
    color: #ffffff;
    margin: 0 0 5px;
    text-transform: uppercase;
}
.ftr-rgt-lst.location .ftr-rgt-itm {
    padding-left: 35px;
    margin: 0 0 27px;
    position: relative;
}
.ftr-rgt-lst.location .ftr-rgt-itm.lctn::after{
    position: absolute;
    content: "";
    width: 22px;
    height: 22px;
    background-image: url(images/ftr-lctn-icn.webp);
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    top: -5px;
}
.ftr-rgt-lst p, .ftr-rgt-lst a {
    font-family: 'Barlow';
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0;
    font-size: 16px;
    color: #ffffff;
    margin: 0;
}
.ftr-rgt-lst.location p a {
    display: block;
    text-decoration: underline;
}
.ftr-rgt-lst.contact h3 a {
    color: #dec710;
}
.ftr-rgt-lst.contact .ftr-rgt-itm {
    margin: 0px 0 45px;
}
.ftr-rgt-lst.contact .ftr-rgt-itm:last-child {
    margin: 0px;
}
.ftr-scl-icons {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
}
.ftr-scl-icons a:after{display: none;}
.ftr-scl-icons a {
    width: 25px;
    height: 25px;
    font-size: 0;
    line-height: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: inline-block;
    padding-left: 0 !important;
}
.ftr-scl-icons a.instagram{
    background-image: url(images/instagram-img.webp);
}
.ftr-scl-icons a.facebook{
    background-image: url(images/facebook-img.webp);
}
.ftr-scl-icons a.linkedin{
    background-image: url(images/linkedin-img.webp);
}
.ftr-scl-icons a.tiktok{
    background-image: url(images/tiktok-img.webp);
}
.ftr-rgt-itm.cnt a {
    line-height: 2.3;
    padding-left: 30px;
    position: relative;
}
.ftr-rgt-itm.cnt a:after{
    position: absolute;
    content: "";
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    top: 0;
}
.ftr-rgt-itm.cnt a.phone::after {
    background-image: url(images/ftr-phn-icn.webp);
}
.ftr-rgt-itm.cnt a.mail::after {
    background-image: url(images/ftr-mail-icn.webp);
}
.ftr-cpy-blck {
    display: flex;
    justify-content: space-between;
    padding: 40px 0;
}
.ftr-cpy-blck p,.ftr-cpy-blck p a {
    font-family: 'Barlow';
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0;
    font-size: 13px;
    color: #ffffff;
    margin: 0;
}
.ftr-cpy-lft.cpy-txt p{text-align: right;}
.ftr-cpy-blck p a.ftr-cpy-ancr {
    text-decoration: underline;
}
.hm-form-sec h3 {
    font-family: "Baskerville MT W01 SmBdIt";
    font-weight: 400;
    font-size: 28px;
    line-height: 1;
    letter-spacing: 0;
    color: #ffffff;
    margin: 0 0 30px;
}
.ftr-cpy-lft {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 30px;
}
 
/*footer form*/
.hm-form .gfield label {
    font-family: 'Barlow';
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    font-size: 14px;
    color: #ffffff;
    margin: 0 0 15px;
    display: block;
}
.hm-form .gfield.chk .gfield_label{
    display: none;
}
.hm-form .gfield.chk {
    width: 100% !important;
    padding: 0 !important;
}
.hm-form .gfield.chk .gchoice {
    display: flex;
    justify-content: flex-start;
    gap: 5px;
    margin: 25px 0 !important;
}
.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 {
    padding: 60px 24px;
    position: relative;
}
.hm-form-sec .text-heading{
    font-size:56px;
    letter-spacing:-1.12px;
    color: #fff;
    margin: 0 0 3px;
}
.hm-form-sec p {
    font-family: 'Barlow';
    font-size:18px;
    color:#fff;
    line-height:1;
    margin: 0 0 23px;
    letter-spacing:-0.36px;
    text-align: center;
    font-weight:500;
}
.hm-form .gform_required_legend{
    display: none;
}
.ftr-form-sctn{
    text-align: center;
    background-color: #bdabab;
}
 
.gchoice.gchoice_3_9_1 label {
    display: block;
}
fieldset#field_3_9 {
    width: 22%;
    border: none;
}
 
.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, .hm-form .gform_wrapper select, .hm-form .gform_wrapper .top_label textarea {
    margin: 0px;
    outline: 0px;
    position: relative;
    transition: all 0.5s;
    text-align: left;
    height: auto !important;
    line-height: 1;
    border: 0;
    border-bottom: 1px solid #a2a9ba;
    background-color: transparent;
    display: block;
    width: 100%;
    border-radius: 0;
    padding: 10px;
    font-family: 'Barlow';
    font-weight: 400;
    letter-spacing: 0;
    font-size: 16px;
    color: #ffffff !important;
}
.hm-form .gfield{
    position: relative !important ;
}
.hm-form .gfield.gfield--type-text , .hm-form .gfield.gfield--type-phone {
    width: 48.7% !important;
}
.hm-form .gfield.gfield--type-email{
    width: 100% !important
}
.hm-form .gform_fields {
    display: flex !important;
    flex-wrap: wrap;
    gap: 15px !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: 16px;
    font-family: 'Barlow';
    line-height: 1;
    font-weight: 400;
    color: #fff;
    letter-spacing: -0.36px;
    margin: 0;
    text-align:left;
}
.hm-form .gform_wrapper .form-links a:hover {
    color: #000;
}
.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: 2px 6px 0px 0 !important;
    padding: 0 !important;
}
.hm-form .gform_wrapper .gform_footer.top_label {
    padding: 0;
    margin: 0;
    position: relative;
}
.hm-form .gform_wrapper .top_label input[type="submit"] {
     display: inline-block !important;
    background-color:#dec710 !important;
    outline: none !important;
    border: 0px none !important;
    border-radius: 50px !important;
    cursor: pointer;
    transition-duration: 0.5s;
    font-family: 'Barlow' !important;
    font-weight: 500 !important;
    width: 100% !important;
    max-width: 405px !important;
    color: #000 !important;
    font-size: 16px !important;
    padding: 13px !important;
    line-height: 1 !important;
    letter-spacing: 0px !important;
    margin: 0 !important;
    position: relative;
    z-index: 1;
    text-align: center !important;
}
.hm-form .gform_wrapper .top_label input[type="submit"]:hover{
    background-color: #505d7eb3 !important;
    color: #fff !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: 100%;
    top: 5px;
    left: 0;
    margin: 0px;
    text-align: center;
    font-family: 'Barlow';
    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: 13px;
    right: 8px !important;
    text-align: right;
    font-size: 13px;
    font-family: 'Barlow';
    color: #ff2c00;
    margin: 0;
    pointer-events: none;
}
 
.hm-form .chk .gfield_description.validation_message{
    bottom: -17px !important;
}
 
 

/*Footer ends*/


/*inner page styles*/

.single-container, .container, .footer-container{
    width:100%;
    max-width:1300px;
    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;
}

/*.sidebar_posts, .sidebar_search, .sidebar_categories, .sidebar_archives, .sidebar_reviews { margin-bottom: 30px;}*/
.blocks {
    padding:80px 0;
}
.footer-col {
    width:32%
}
.map-col {
    width:48%
}
.copyright {
    text-align: center;
}
.screen-reader-text {
    display: none !important;
}


/* .widget.widget_fact_checked p { margin-bottom: 0px;  display: flex; align-items: center;} */
.widget.widget_fact_checked p {
    margin-bottom: 0px;
}
.widget.widget_fact_checked p.mod_date span {
    margin-left: 10px;
}
.widget.widget_fact_checked p.widget-names {
    margin-left: 10px;
}
.widget.widget_fact_checked p.widget-names a {
    text-decoration: underline !important;
}

.widget.widget_team_bios .member_bios {
    padding: 20px 20px 0;
    text-align: center;
    margin-bottom:0px;
    color: #000;
}
.widget.widget_team_bios .member_bios .bio_pic {
    margin-bottom: 15px;
}
.widget.widget_team_bios .member_bios .bio_name p a{
    font-size: 20px;
    text-decoration: underline;
    font-weight: bold;
}
section.widget.csae-res {
    background-color: #931917;
    padding: 20px 28px 30px;
    margin-bottom: 20px;
    text-align: center;
}
section.widget.csae-res .sdbr-case-item h4 {
    font-size: 24px;
    line-height: 1;
    margin: 0 0 20px;
    color: #ffff;
}
section.widget.csae-res .sdbr-case-item p {
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    color: #fff;
}

section.widget.testi .testi-sdbr-blk.owl-carousel .owl-nav, 
section.widget.csae-res .case-sdbr-blk.owl-carousel .owl-nav, 
section.widget.widget_team_bios .team-sdbar-list.owl-carousel .owl-nav, 
section.widget.testi .testi-inner-blk.owl-carousel .owl-nav, 
section.widget.csae-res .case-inner-blk.owl-carousel .owl-nav ,section.widget .hm-insights.owl-carousel  .owl-nav{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin: 20px 0 0;
}
section.widget.testi .testi-sdbr-blk.owl-carousel .owl-nav button, 
section.widget.csae-res .case-sdbr-blk.owl-carousel .owl-nav button, 
section.widget.widget_team_bios .team-sdbar-list.owl-carousel .owl-nav button, 
section.widget.testi .testi-inner-blk.owl-carousel .owl-nav button, 
section.widget.csae-res .case-inner-blk.owl-carousel .owl-nav button ,  section.widget .hm-insights.owl-carousel  .owl-nav button{
    width: 17px;
    height: 29px;
    background-color:transparent;
    font-size: 0;
}
section.widget.testi .testi-sdbr-blk.owl-carousel .owl-nav button.owl-prev, 
section.widget.csae-res .case-sdbr-blk.owl-carousel .owl-nav button.owl-prev, 
section.widget.widget_team_bios .team-sdbar-list.owl-carousel .owl-nav button.owl-prev, 
section.widget.testi .testi-inner-blk.owl-carousel .owl-nav button.owl-prev, 
section.widget.csae-res .case-inner-blk.owl-carousel .owl-nav button.owl-prev, section.widget .hm-insights.owl-carousel  .owl-nav button.owl-prev {
   background-image: url(images/sdbr-prev-arw.webp);
}
section.widget.testi .testi-sdbr-blk.owl-carousel .owl-nav button.owl-next, 
section.widget.csae-res .case-sdbr-blk.owl-carousel .owl-nav button.owl-next, 
section.widget.widget_team_bios .team-sdbar-list.owl-carousel .owl-nav button.owl-next, 
section.widget.testi .testi-inner-blk.owl-carousel .owl-nav button.owl-next, 
section.widget.csae-res .case-inner-blk.owl-carousel .owl-nav button.owl-next, section.widget .hm-insights.owl-carousel .owl-nav button.owl-next {
   background-image: url(images/sdbr-next-arw.webp);
}
#page-column .sdbr-case-item p {
    color: #fff;
}
section.widget.widget_recent_entries {
    background-color: #b7b2b2;
    padding: 20px;
    margin-bottom: 20px;
}
section.widget.widget_recent_entries ul li:before{display: none;}
#page-column section.widget.widget_recent_entries ul li .readMorebtn a.cmbtn:hover{color: #fff;}
.readMorebtn a{
    display: inline-block;
    padding: 16px 50px;
    background-color: #000;
    color: #fff;
    line-height: 1;
    text-transform: capitalize;
}
.widget_recent_entries ul li{
    margin-bottom: 10px;
}

section.widget.widget_team_bios{
    background-color: #fff4f4;
    padding:20px 20px 30px;
    margin-bottom: 20px;
    text-align: center;
}
#page-column section.widget.csae-res, 
#page-column section.widget.widget_team_bios, 
#page-column  section.widget.testi, 
#page-column section.widget.widget_recent_entries {
    margin: 35px 0;
}
#page-column section.widget.widget_recent_entries {
    padding-bottom: 30px;
}
#page-column section.widget.widget_recent_entries h4.widget-title {
    text-align: center;
}
#page-column section.widget.widget_recent_entries ul {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin: 0;
}
#page-column section.widget.widget_recent_entries ul li {
    width: 100%;
    position: relative;
    background-color: #ffffff80;
    padding: 18px 15px 58px;
    margin: 0;
}
.hm-insights.owl-carousel .owl-item,  .hm-insights.owl-carousel .owl-stage{display: flex;} 
#page-column section.widget.widget_recent_entries.hm {
    background-color: transparent;
        padding: 0;
}
#page-column section.widget.widget_recent_entries.hm  h4.widget-title{text-align: left;}
#page-column section.widget.widget_recent_entries.hm ul li {background-color: #000;}
#page-column section.widget.widget_recent_entries ul li a {
    font-size: 22px;
    margin: 0 0 15px;
    display: inline-block;
    line-height: 1.1;
}
#page-column section.widget.widget_recent_entries ul li p {
    font-size: 16px;
    line-height: 1.6;
    margin: 0 0 15px;
        color: #fff;
}
#page-column section.widget.widget_recent_entries ul li .readMorebtn {
    position: absolute;
    bottom: 18px;
}
#page-column section.widget.widget_recent_entries ul li .readMorebtn a.cmbtn {
    margin: 0;
    font-size: 15px;
    padding: 14px 20px 12px;
    line-height: 1;
}

.page-template-single-team-page .site-header.is-sticky{position: relative;}

