/*
 Theme Name:   Dué Guidry Andrews Courrege
 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: 'Rubik';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/rubik-v30-latin-regular.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  src: url('./fonts/rubik-v30-latin-500.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 600;
  src: url('./fonts/rubik-v30-latin-600.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  src: url('./fonts/rubik-v30-latin-700.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 600;
  src: url('./fonts/kanit-v16-latin-600.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Anton';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/anton-v26-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: 'RobotoRegular';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: 'RobotoRegular';margin: 0 0 20px 0;padding: 0;font-weight: normal;}
p, li, ul, ol, blockquote {font-family: 'RobotoRegular';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;}

button{cursor: pointer;}

/*Header Sticky Menu*/



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

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

    font-family: 'Rubik';

}

.header-sticky .sticky-cnt>a, .header-sticky .sticky-cnt button {
    font-size: 17px;
    color: #fff;
    font-family: 'Rubik';
    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;
    line-height: 1;
}

.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: 100%;

    height: 35px;

}

.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: 10px;

}

.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: #133252;
    overflow-y: auto;
    padding: 10px 10px;
    height: 100vh;
    position: relative;
    border-right: 2px solid #df0305;
}

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

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;
  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: 600 !important;
    text-transform: uppercase;
    margin: 0 0px 0 0px;
    padding-top: 2px;
    letter-spacing: 0.5px;
    font-family: 'Rubik';
}

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

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

.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: 'Rubik';
  font-weight: 400;
  border: 0;
  margin: 0;
  text-decoration: none;
}

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

.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%;
  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;padding: 36px 0 20px 0;}

.header-number {color: #fff; }
.header-number strong {margin: 0 10px 0 0; }
#main-navigation ul { margin: 0; font-size: 0; }
#main-navigation ul li {display: inline-block;margin: 0;position: relative;padding: 0 22px;border-right: 2px solid #fff;padding-bottom: 4px !important;}
#main-navigation ul li:first-child{padding-left:0}
#main-navigation ul li:last-child { padding-right: 0; border: 0; }
#main-navigation ul li a {font-size: 16px;font-family: 'Rubik';font-weight: 400;line-height: 1;letter-spacing: 0;color: #fff;text-transform: uppercase;padding: 0;display: inline-block;}
#main-navigation ul li.current-menu-item > a, #main-navigation ul li:hover > a { color: #be0000; }
#main-navigation ul li ul.sub-menu{display:none;width:240px;position:absolute;color:#fff;top:100%;left:0;right:auto;background-color:#072433;padding:0px 0;z-index:999}
#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: #dc0402; color: #fff;}
#main-navigation .current-menu-ancestor > a,
#main-navigation .menu-item-has-children.current-menu-ancestor > a{background-color:transparent;color:#fff;}
#main-navigation .sub-menu li a{width: 100%; padding: 8px 10px; color: #ffffff; display: block; text-align: left; text-transform: capitalize;letter-spacing: 0; font-size: 15px;}
#main-navigation .sub-menu li a:hover,
#main-navigation .sub-menu .current-menu-item > a{background-color:#dc0402;color:#fff;}
#main-navigation .sub-menu li:after{display:none;}
#main-navigation .sub-menu li{width:100%;margin:0;padding:0;border: 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 {
    background-color: transparent;
    width: 100%;
    position: absolute;
    z-index: 1;
}
.site-header.is-sticky {
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    position: fixed;
    background: #072433;
    animation: slideDown 0.35s ease-out;
    visibility: visible;
    border-bottom: 2px solid #fff;
}
@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-size: 40px;line-height: 1;text-transform: uppercase;margin: 0 0 40px;text-align: center;}
.col-loop {font-size: 20px; margin: 0 0 10px; }
/*Banner section*/

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

a.cmn-btn {
    font-size: 20px;
    font-family: 'Rubik';
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    padding: 25px 50px 24px;
    background-color: #df0305;
    display: inline-block;
    outline: 1px solid #fff;
    outline-offset: -7px;
}
a.cmn-btn:hover {
    background-color: #2e5775;
}
.top-rht-blk {
    display: flex
;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
    margin: 5px 0 26px;
}
.top-rht-blk p {
    font-family: 'Rubik';
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin: 0px;
    color: #df0305;
}
.top-call {
    position: relative;
    padding-left: 90px;
    line-height: 1;
}
.top-call a {
    font-family: 'Rubik';
    font-size: 35px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0px;
    display: inline-block;
    color: #fff;
}
.top-call a::before {
    content: "";
    width: 67px;
    height: 39px;
    background-image: url(images/hm-sprites.webp);
    background-position: -101px -192px;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.top-call a:hover {
    color: #de0400;
}

.banner-section {
    background-image: url(images/bnr-bg-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 268px 0 143px;
    position: relative;
}

.bnr-blk {
    display: flex;
    justify-content: space-between;
}
.bnr-rht {
    width: 39.05%;
    position: relative;
}
.bnr-cont h1 {
    font-family: 'Anton';
    font-weight: 400;
    font-size: 200px;
    line-height: 1.1;
    letter-spacing: 0;
    text-transform: uppercase;
    margin: 0 0px;
    color: #fff;
}
.bnr-cont h1 small {
    font-size: 30px;
    position: relative;
    padding: 0px 0 0px 120px;
    margin: 0 0 18px;
    display: block;
    line-height: 1;
    font-family: 'Rubik';
    font-weight: 400;
    letter-spacing: 3.6px;
    color: #fff;
}
.bnr-cont h1 small::before {
    content: '';
    width: 101px;
    height: 28px;
    background-image: url(images/title-bfre-lne-img.webp);
    background-position: center left;
    background-repeat: no-repeat;
    position: absolute;
    left: 5px;
    top: 0;
    margin: auto;
    background-size: contain;
}
.bnr-cont h1 strong {
    font-size: 120px;
    font-weight: 500;
    display: block;
    line-height: 1;
    letter-spacing: 4.8px;
    color: #df0305;
}
.bnr-cont p {
    font-family: 'Rubik';
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 0;
    padding: 0px;
    margin: -5px 0 35px;
    color: #fff;
    line-height: 1.75;
}

.bnr-btn a.cmn-btn {
    padding: 24px 34px 25px 39px;
}

.bnr-lft {
    width: 50.7%;
    margin: 0;
    position: absolute;
    right: 20px;
    z-index: 0;
    padding-top: 170px;
    bottom: 0;
}
.bnr-lft.bnr-lft::before {
    content: "";
    position: absolute;
    background-image: url(images/bnr-bfr.webp);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    left: 0;
    right: 0;
    top:-110px;
    width: 83.6%;
    height: 100%;
    margin: auto;
    z-index: -1;
}
.bnr-image img {
    width: 100%;
    display: block;
}




.hero-section {background-color: #f1e1e1; padding:260px 0; }
.col-full {text-align: center; }
.col-left h1{font-size: 50px;margin: 0 0 20px;}
.hero-section .bnr-btn a{display: inline-block;padding: 16px 50px;background-color: #000;color: #fff;line-height: 1;text-transform: capitalize;}



/*Award Section*/
 
.hm-award-sctn {padding: 85px 0 40px; background-color: #e0e7eb; } 

.hm-award-sctn h2{font-family: 'Anton'; font-weight: 400; font-size: 70px; color: #1b3649; line-height: 1; letter-spacing: 0; text-transform: uppercase; margin: 0 0 0px; text-align: center; } 

.hm-award-sctn h2 strong {font-weight: 400;color: #cc2121;line-height: 1;display: inline-block;}
.award-blk {width: 85.4%;margin: auto;padding: 44px 0 40px;}

.award-itm{box-shadow: 0px 0px 54px 0px rgba(0, 0, 0, 0.1); background-color: #fff; border-top: 3px solid transparent; border-bottom: 3px solid transparent; } 

.award-itm.splide__slide.is-active{background-color: #bd0203; border-top: 3px solid #102a4b; border-bottom: 3px solid #102a4b; } 

.award-img img{width: 100%; display: block; }

/*.award-whole-blk.splide {padding: 0 110px; }*/

.hm-award-sctn .splide__arrows {position: absolute; display: flex; justify-content: space-between; gap: 0; bottom: 20px; top: 0; left: 0; width: 100%; } 

.hm-award-sctn .splide__arrow {transition: 0.5s; background: url(images/hm-sprites.webp); background-position: -21px -75px; width: 36px; height: 36px; background-repeat: no-repeat; left: 0; display: block; position: relative; font-size: 0; opacity: 1; } 

.hm-award-sctn .splide__arrow.splide__arrow--next {background-position: -73px -75px; right: 0; }

.hm-award-sctn .splide__arrow:hover{background-position: -21px -122px; }

.hm-award-sctn .splide__arrow.splide__arrow--next:hover{background-position: -73px -122px; }
 
 
/*About Section*/
 
.hm-about-sctn {
    padding: 190px 0 164px;
    background-image: url(images/about-bg-img.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.about-blk {display: flex; gap: 75px; justify-content: flex-start; } 

.abt-lft {width: 44%; } 

.abt-lft-img {margin: 0 0 0 -50px; }

.abt-lft-img img{width: 100%; display: block; } 

.abt-btns-lst{display: flex; justify-content: flex-start; align-items: center; gap: 30px; padding: 10px 0 0; } 

.read-btn a {padding: 25px 56px; } 

.call-btn{position: relative; padding: 0 0 0 95px; } 

.call-btn p, .abt-btns-lst.rit-btn .call-btn p {font-size: 20px; font-family: 'Rubik'; font-weight: 400; line-height: 1; margin: 0 !important; color: #be0000; text-transform: uppercase; text-align: left; letter-spacing: 0; } 

.call-btn p a {font-size: 39px; font-family: 'Rubik'; font-weight: 700; line-height: 1; color: #133252; display: block; margin: 10px 0 0 0; letter-spacing: 0; font-variant: lining-nums; } 

.call-btn p a:hover{color: #cc2121;}

.call-btn p a:before {position: absolute; content: ""; left: 0; top: 0; bottom: 0; margin: auto; width: 50px; height: 52px; background-image: url(images/hm-sprites.webp); background-repeat: no-repeat; background-position: -224px -18px; } 

.call-btn p a:after {position: absolute; content: ""; background-color: #133252; width: 2px; height: 60px; top: 0; bottom: 0; left: 65px; margin: auto; } 

.abt-rite {width: 44.3%; } 

.abt-rite h4{font-family: 'Rubik'; font-weight: 500; font-size: 23px; color: #133252; line-height: 1; letter-spacing: 6.9px; text-transform: uppercase; margin: 0 0 40px; position: relative; padding: 0 95px; width: max-content;} 

.abt-rite h4:before,.abt-rite h4:after{position: absolute;content: "";background-image: url(images/abt-txt-before.webp);background-repeat: no-repeat; background-size: contain; width: 77px; height: 15px; top: 0; bottom: 0; left: 0; margin: auto; }

.abt-rite h4:after{left: auto;right: 0;}

.abt-rite h2{font-family: 'Anton'; font-weight: 400; font-size: 100px; color: #133252; line-height: 1.11; text-transform: uppercase; letter-spacing: 0; margin: 0 0 37px; } 

.abt-rite h2 strong{
    color: #cc2121;
    font-weight: 400;
    display: block;
    line-height: 1.11;
}

.abt-rite p {
    font-family: 'Rubik';
    font-weight: 400;
    font-size: 20px;
    color: #000;
    line-height: 2;
    letter-spacing: 0;
    margin: 0;
}
.abt-btns-lst.rit-btn {
    display: none;
}

/* Home Case Results Section */
.caseresults-section {
    padding: 96px 0 0;
    background-image: url(images/case-sec-bg-img.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
}
.caseresults-section::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 281px;
    background-image: url(images/case-sec-bfr-img.webp);
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 18%;
    left: 0;
    right: 0;
    margin: auto;
    pointer-events: none;
}
.hmcase-rslt-blck h4 {
    font-family: 'Rubik';
    font-weight: 500;
    font-size: 23px;
    line-height: 1;
    letter-spacing: 0;
    color: #133252;
    text-align: center;
    max-width: max-content;
    text-transform: uppercase;
    position: relative;
    padding: 0 60px;
    margin: 0 auto 30px;
}
.hmcase-rslt-blck h4::before,.hmcase-rslt-blck h4::after{
    position: absolute;
    content: "";
    width: 47px;
    height: 10px;
    background-image: url(images/case-line-bfr-img.webp);
    background-repeat: no-repeat;
    background-size: contain;
    top: 0;
    bottom: 0;
    margin: auto;
}
.caseresults-section .container {
    width: 100%;
    max-width: 1280px;
    margin: auto;
}
.hmcase-rslt-blck h4::before{
    left: 0;
}
.hmcase-rslt-blck h4::after{
    right: 0;
}
.hmcase-rslt-blck h2 {
    font-family: 'Anton';
    font-weight: 400;
    font-size: 80px;
    line-height: 1;
    letter-spacing: 0;
    color: #1b3649;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 85px;
}
.hmcase-rslt-blck h2 strong {
    font-weight: 400;
    color: #cc2121;
    line-height: 1;
    display: inline-block;
}
 
.hmcase-rslt-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    gap: 93px 0;
    padding: 86px 50px 135px;
    background-color: #ffffff;
    box-shadow: 0px 0px 42px 0px rgba(0, 0, 0, 0.1);
    z-index: 99;
}
.hmcase-rslt-cnt{
   margin-bottom: -175px;
   position: relative;
}
.hmcase-rslt-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
    width: 48%;
}
.hmcase-itm-img {
    border-radius: 50%;
    background-color: #ffffff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 12px solid #dde1e4;
    width: 138px;
    height: 138px;
}
.hmcase-itm-cnt h3 {
    font-family: 'Anton';
    font-weight: 400;
    font-size: 65px;
    line-height: 1;
    letter-spacing: 0;
    color: #1b3649;
    position: relative;
    text-transform: uppercase;
    padding-bottom: 17px;
    margin: 0 0 20px;
}
.hmcase-itm-cnt h5 {
    font-family: 'Rubik';
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 5.6px;
    text-transform: uppercase;
    color: #cc2121;
    margin: 0px;
}
.hmcase-itm-hvr-img {
    display: none;
    border-radius: 50%;
    background-color: #cc2121;
    border: 12px solid #dde1e4;
    width: 138px;
    height: 138px;
}
.hmcase-rslt-item:hover .hmcase-itm-hvr-img {
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hmcase-rslt-item:hover .hmcase-itm-img {
    display: none;
}
.hmcase-rslt-item:hover .hmcase-itm-cnt h5 {
    color: #000000;
}
.hmcase-rslt-item:hover .hmcase-itm-cnt h3 {
    color: #cc2121;
}
.hmcase-itm-cnt h3::after {
    position: absolute;
    content: "";
    width: 48.2%;
    height: 3px;
    left: 0;
    bottom: 0;
    background-color: #cc2121;
}
.hmcase-btn {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -30px;
    z-index: 99;
}
 
 /* Home Practice Areas Section */

.hmprct-areas-sec {
    padding: 111px 0 118px;
    background-image: url(images/prct-areas-bg-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.hmprct-areas-blck h2 {
    font-family: 'Anton';
    font-weight: 400;
    font-size: 80px;
    line-height: 1;
    letter-spacing: 0;
    color: #ffffff;
    max-width: max-content;
    text-transform: uppercase;
    position: relative;
    padding: 0 150px;
    margin: 0 auto 80px;
}
.hmprct-areas-blck h2::after,.hmprct-areas-blck h2::before{
    position: absolute;
    content: "";
    width: 121px;
    height: 28px;
    background-image: url(images/prct-bfr.webp);
    background-repeat: no-repeat;
    background-size: contain;
    top: 0;
    bottom: 0;
    margin: auto;
}
.hmprct-areas-blck h2::after{
    right: 0;
}
.hmprct-areas-blck h2::before{
    left: 0;
}
.hmprct-areas-item {
    position: relative;
}
.hmprct-areas-cnt {
    position: absolute;
    bottom: 0;
}
.hmprct-areas-img{
    position: relative;
}
.hmprct-areas-img img {
    border-top-left-radius: 149px;
    border-bottom-right-radius: 149px;
    width: 100%;
}
.hmprct-areas-img::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    background: linear-gradient(to top, #0b1b26 0%, #0b1b2600 100%);
    pointer-events: none;
}
.hmprct-areas-list {
    display: flex;
    justify-content: center;
    gap: 30px;
}
.hmprct-areas-item::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 92.8%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    background-image: url(images/prct-itm-bfr.webp);
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
}
.hmprct-areas-cnt {
    position: absolute;
    width: 88.6%;
    text-align: center;
    bottom: 84px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}
.hmprct-areas-item::before {
    position: absolute;
    left: 0;
    right: 0;
    content: "";
    background-color: #df0305;
    opacity: 80%;
    z-index: 1;
    width: 88.6%;
    height: 92%;
    top: 0;
    bottom: 0;
    margin: auto;
    border-top-left-radius: 149px;
    border-bottom-right-radius: 149px;
    display: none;
}
.hmprct-areas-cnt h3 {
    font-family: 'Anton';
    font-weight: 400;
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: 0;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0 0 25px;
    min-height: 96px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hmprct-cnt-btn a {
    font-family: 'Kanit';
    font-weight: 600;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0.44px;
    display: inline-block;
    border-bottom: 1px solid #df0305;
    text-transform: uppercase;
    color: #df0305;
}
.hmprct-itm-hvr a {
    font-size: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
}
.hmprct-cnt-img {
    margin: 0 auto 25px;
    display: none;
    width: 48.3%;
}
.hmprct-cnt-img img {
    width: 100%;
    display: block;
}
.hmprct-areas-item:hover::after{
    display: none;
}
.hmprct-areas-item:hover::before{
    display: block;
}
.hmprct-areas-item:hover .hmprct-cnt-img{
    display: block;
}
.hmprct-areas-item:hover .hmprct-areas-cnt h3{
    margin: 0 0 75px;
}
.hmprct-areas-item:hover .hmprct-cnt-btn a{
    color: #ffffff;
    border-color: #ffffff;
}
.hmprct-areas-btn {
    text-align: center;
}
.hmprct-areas-blck .splide ul li{
    margin-right: 30px !important;
    width: 23.4% !important;
}
 
 
#prcts-areas-slider {
    position: relative;
    margin: 0 0 60px;
}
 
#prcts-areas-slider .splide__arrows.splide__arrows--ltr {
    position: absolute;
    bottom: -95px;
    display: flex;
    justify-content: center;
    width: 31.4%;
    align-items: center;
    margin: auto;
    right: 0;
    left: 0;
    height: fit-content;
    z-index: 1;
}
 
 
#prcts-areas-slider .splide__arrows.splide__arrows--ltr button.splide__arrow.splide__arrow--prev,#prcts-areas-slider .splide__arrows.splide__arrows--ltr button.splide__arrow.splide__arrow--next {
    font-size: 0;
    background-position: -118px -76px;
    width: 35px;
    height: 36px;
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-color: transparent;
    opacity: 100%;
    transition: .5s;
}
#prcts-areas-slider .splide__arrows.splide__arrows--ltr button.splide__arrow.splide__arrow--next {
    background-position: -168px -76px;
}
#prcts-areas-slider .splide__arrows.splide__arrows--ltr button.splide__arrow.splide__arrow--next:hover {
    background-position: -167px -122px;
}
#prcts-areas-slider .splide__arrows.splide__arrows--ltr button.splide__arrow.splide__arrow--prev:hover {
    background-position: -116px -122px;
}
#prcts-areas-slider .splide__pagination__page.is-active{
    display: none !important;
}
 

/* Home Testimonials Section */
 
.hm-testimonials {
    padding: 356px 0 115px;
    background-image: url(images/hm-testi-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
    position: relative;
}
.testi-blk h2{
    font-size: 70px;
    font-family: 'Anton';
    font-weight: 400;
    line-height: 1;
    letter-spacing: -1.4px;
    color: #1b3649;
    text-transform: uppercase;
    margin: 0 0 67px;
    padding: 0 143px 0 0;
    background-image: url(images/lines.webp);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 19.8%;
    display: inline-block;
}
.testi-blk h2 strong{
    font-weight: 400;
    line-height: 1;
    color: #cc2121;
}
.hm-testi-list {
    display: flex;
    justify-content: space-between;
}
#home-reviews-slider li.splide__slide {
    display: flex;
    padding-right: 90px;
    width: 100%;
}
#home-reviews-slider {
    width:65%;
    position: relative;
}

#home-reviews-slider li.splide__slide:before {
    content: '';
    position: absolute;
    background-color: #000;
    width: 1px;
    height: 100%;
    right: -1px;
    top: 0;
    bottom: 0;
    margin: auto;
}
div#home-reviews-slider-track {

    overflow: hidden;
}
.testi-list-rgt {
    width: 29.1%;
    text-align: center;
    position: relative;
    padding: 25px 0 0;
}
.testi-item {
    padding: 15px 0px 30px;
    position: relative;
    width: 100%;
}
.testi-item:before{
    content: '';
    position: absolute;
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -298px -16px;
    width: 75px;    
    height: 54px;
    top: 0;
    left: 0;
}
.testi-item .star-rat{
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -22px -17px;
    width: 178px;
    height: 35px;
    display: inline-block;
    margin: 0 0 50px 110px;
}
.testi-item p{
    font-size: 20px;
    font-family: 'Rubik';
    font-weight: 400;
    line-height: 1.85;
    letter-spacing: 0;
    color: #0c121e;
    margin: 0 0 40px;  
}
.testi-item h5{
    font-size: 30px;
    font-family: 'Rubik';
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    color: #df0305;
    margin: 0;  
    text-transform: uppercase;
    position: absolute;
    left: 0;
    bottom: 0;
}
.testi-logo img{
    width: 100%;
    display: block;
}
.testi-logo{
    margin: 0 0 100px;
}
 
.hm-testimonials .splide__arrows.splide__arrows--ltr {
    position: absolute;
    bottom: 80px;
    top: 0;
    display: flex;
    justify-content: space-between;
    width: 17.4%;
    align-items: center;
    margin: auto;
    right: -41.2%;
    height: fit-content;
}
.hm-testimonials .splide__arrows.splide__arrows--ltr:before{
    content: '';
    position: absolute;
    background-color: #132713;
    width: 2px;
    height: 55px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
 
.hm-testimonials .splide__arrows.splide__arrows--ltr button.splide__arrow.splide__arrow--prev, .hm-testimonials .splide__arrows.splide__arrows--ltr button.splide__arrow.splide__arrow--next {
    background-position: -21px -75px;
    width: 35px;
    height: 36px;
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-color: transparent;
    opacity: 100%;
    transition: .5s;
    transform: none;
    position: initial;
}
.hm-testimonials .splide__arrows.splide__arrows--ltr button.splide__arrow.splide__arrow--next {
    background-position: -73px -75px;
}
.hm-testimonials .splide__arrows.splide__arrows--ltr button.splide__arrow.splide__arrow--next:hover {
    background-position: -73px -122px;
}
.hm-testimonials .splide__arrows.splide__arrows--ltr button.splide__arrow.splide__arrow--prev:hover {
    background-position: -22px -122px;
}

.splide__arrow svg {display: none;}



/*Attorney Section*/

.attorney-section .hmblg-item {
    position: absolute;
    width: 31%;
    /* height: 360px; */
    padding: 40px;
    box-sizing: border-box;
    transform-style: preserve-3d;
    transition: transform 0.6s ease, opacity 0.6s ease;
    opacity: 0;
}
.attorney-section .hmblg-container {
    position: relative;
    width: 100%;
    /* max-width: 1000px; */
    height: 830px;
    perspective: 1200px;
}
.attorney-section .hmblg-item {
    position: absolute;
    width: 31%;
    /* height: 360px; */
    padding: 40px;
    box-sizing: border-box;
    transform-style: preserve-3d;
    transition: transform 0.6s ease, opacity 0.6s ease;
    opacity: 0;
}
.hmblgcnt {
    height: 280px;
}
.attorney-section .carousel-container {
    position: relative;
}

/*Results Section*/

/*Home Millions Section Starts*/
 
 
.hm-millions-sec{background-color: #eaeef1;position: relative;z-index: 1;}
 
.millions-lst {display: flex; justify-content: space-between; padding: 20px 0; }
 
.milns-itm {width: 19.8%;position: relative;padding:50px 20px 40px;background-color: transparent;text-align: center;z-index: 0;}
 
.milns-itm:hover:before{position: absolute; content: ""; left: 0; right: 0; margin: auto; top: 0; bottom: 0; width: 100%; height: calc(100% + 70px); box-shadow: 0px 4px 35px 0px rgba(0, 0, 0, 0.07); background-color: #fff; z-index: -1; }
 
.milns-itm:hover:after{position: absolute; content: ""; left: 0; right: 0; margin: auto; bottom: -35px; width: 70.1%; height: 4px; background-color: #cc2121; }
 
.milns-img img{display: block;width: 100%;}
 
.milns-img {width: 46.7%;margin: 0 auto 30px;position: relative;}
 
.milns-img:before {position: absolute;content: "";left: 0;right: 0;margin: auto;top: 0;bottom: 0;width: 100%;height: 100%;background-image: url(images/ellipse-img.webp);background-repeat: no-repeat;background-position: center;background-size: contain;}
 
.milns-cont h4{font-size: 26px; font-family: 'Rubik'; font-weight: 500; line-height: 1.3; margin: 0; position: relative; }
 
.milns-cont:before {position: absolute;content: "";left: 0;right: 0;bottom: 15px;margin: auto;width: 55px;height: 55px;border-radius: 50%;background-color: transparent;background-repeat: no-repeat;background-image: url(images/hm-sprites.webp);background-position: -184px -188px;display: none;}
 
.milns-itm:hover .milns-cont:before{background-position:-256px -187px;}
 
.milns-hvr a{position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; font-size: 0; }
 

 /* Home Meet The Attorney */
 
.hm-meet-the-atrny {
    background-image: url(images/meet-sec-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 110px 0;
    position: relative;
    z-index: 1;
}
.meet-atrnys-blk:before{
    content: '';
    position: absolute;
    background-image: url(images/atrny-sec-bfr.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 48.7%;
    height: 81.2%;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;    
    z-index: -1;
}
.hm-meet-the-atrny h2{
    font-size: 80px;
    font-family: 'Anton';
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
    text-transform: uppercase;
    margin: 0 auto 40px;    
    width: fit-content;
    padding: 0 150px;
    position: relative;
}
.hm-meet-the-atrny h2 strong{
    font-weight: 400;
    line-height: 1;
    color: #cc2121;
}
.hm-meet-the-atrny h2:before, .hm-meet-the-atrny h2:after{
    content: '';
    position: absolute;
    background-image: url(images/lines.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 121px;
    height: 28px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.hm-meet-the-atrny h2:before{
    left: 0;
    background-position: left center;
}
.hm-meet-the-atrny h2:after {
    right: 0;
    background-position: right center;
}
 
 
.meet-atrnys-blk {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 760px;
    margin: 0 0 37px;
    padding: 190px 0 0;
}
 
.atrny-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.attorney-card {
    position: absolute;
    background-color: transparent;
    padding: 0 60px 0 48px;
    width: 34.3%;
    transform-origin: center;
    transition: 0.5s ease;
    opacity: 0;
    pointer-events: none;
    height: 554px;
}
 
.attorney-card.active {
    opacity: 1;
    transform: scale(1);
    z-index: 3;
    pointer-events: auto;
}
.attorney-card.active:before{
    content: '';
    position: absolute;
    background-image: -webkit-linear-gradient( 90deg, rgb(53,102,137) 0%, rgba(53,102,137,0) 100%);
    width: 100%;
    height: 35%;
    opacity: 99%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}
 
.attorney-card.active .atrny-cont h4{
    font-size: 40px;
    font-weight: 600;
}
 
.attorney-card.prev-card {
    opacity: 1;
    transform: translateX(-48%);
    z-index: 2;
}
 
.attorney-card.next-card {
    opacity: 1;
    transform: translateX(43%);
    z-index: 2;
}
 
.atrny-cont h4{
    font-size: 32px;
    font-family: 'Rubik';
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    color: #ffffff;
    margin: 0 0 10px;
    text-transform: uppercase;    
}
.atrny-bio-btn a{
    font-size: 18px;
    font-family: 'Rubik';
    font-weight: 400;
    line-height: 1;
    letter-spacing: 8.28px;
    color: #ffffff;
    margin: 0;
    text-transform: uppercase;  
    display: inline-block;
    padding: 0 100px;
    position: relative;
    display: none;
}
.atrny-bio-btn a:before, .atrny-bio-btn a:after{
    content: '';
    position: absolute;
    background-image: url(images/atrny-btn-lines.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 78px;
    height: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.atrny-bio-btn a:before{
    left: 0;
    background-position: left center;
}
 
.atrny-bio-btn a:after{
    right: 0;
    background-position: right center;
}
 
.atrny-hvr a{
    font-size: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    z-index: 5;        
}
.atrny-cont {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 42%;
}
 
.hm-meet-the-atrny button.atrny-btn {
    background-image: url("images/hm-sprites.webp");
    background-repeat: no-repeat;
    background-position: -118px -76px;
    background-color: transparent;
    border: 0;
    width: 35px;
    height: 36px;
    font-size: 0px;
}
 
.hm-meet-the-atrny button.atrny-btn.next-btn {
    background-position: -168px -76px;
}
 
.hm-meet-the-atrny button.atrny-btn:hover {
    background-position: -22px -122px;
}
 
.hm-meet-the-atrny button.atrny-btn.next-btn:hover {
    background-position: -73px -122px;
}
 
.atrny-meet-btn {
    text-align: center;
}
 
.atrny-meet-btn a.cmn-btn{
    position: relative;
    z-index: 1;
    padding: 27px 60px 25px;
}
 
.attorney-card.active .atrny-bio-btn a{display: inline-block;}
 
.attorney-card.active .atrny-cont{
    width: 100%;
    text-align: center;
}
 
.attorney-card.prev-card .atrny-cont {
    left: -34px;
    right: auto;
    bottom: 160px;
}
 
.attorney-card.next-card .atrny-cont {
    right: -84px;
    left: auto;
    bottom: 190px;
}
.atrny-img img {
    width: 100%;
    display: block;
}
.atrny-img {
    width: 100%;
}
.arrows {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: -12%;
    left: 0;
    right: 0;
    margin: auto;
    width: 30%;
}
 
 
/*Home Proven Section Starts*/
 
 
/*.hm-cmbnd-sec{background-image: url(images/prvn-bg.webp);background-repeat: no-repeat;background-position: bottom center;}*/
 
.death-cases-section{padding: 146px 0 0;text-align: center;}
 
.death-cases-section .container{width: 100%; max-width: 1280px; margin: auto; }
 
.proven-cont{position: relative;padding: 157px 0 0 0;margin:0 0 -23px;}
 
.proven-cont:before{position: absolute; content: ""; left: 0; right: 0; margin: auto; top: 0; width: 11%; height: 24.6%; background-image: url(images/proven-cont-bfr.webp); background-repeat: no-repeat; background-size: contain;background-position: center; }
 
.proven-cont:after {position: absolute;content: "";left: 0;right: 0;margin: auto;top: 12%;width: 84.4%;height: 26.7%;background-image: url(images/proven-cont-aftr.webp);background-repeat: no-repeat;background-size: contain;z-index: -1;background-position: center;}

.proven-cont h3{font-size: 55px; font-family: 'Rubik'; font-weight: 600; line-height: 1; margin: 0 0 20px; text-transform: uppercase; color: #b32222; }
 
.proven-cont .text-heading{font-size: 100px; font-family: 'Anton'; font-weight: 400; line-height: 1.14; margin: 0 0 50px; text-transform: uppercase; color: #1b3649; }
 
.scdl-btn a.cmn-btn{padding: 30px 78px 30px 78px;}

.btns-lst {display: flex; justify-content: center; align-items: center; gap: 50px; }
 
.cont-btn p{font-size: 20px; font-family: 'Rubik'; font-weight: 700; line-height: 1; letter-spacing: 4px; margin: 0; text-transform: uppercase; text-align: left; color: #093d52; position: relative; padding: 0 0 0 65px; }
 
.cont-btn a {font-size: 40px;font-family: 'Rubik';font-weight: 700;line-height: 1;margin: 5px 0 0;color: #093d52;display: block;letter-spacing: 0!important;}
 
.cont-btn a:before{position: absolute; content: ""; left: 0; top: 0; bottom: 0; margin: auto; width: 51px; height: 55px; background-image: url(images/hm-sprites.webp); background-repeat: no-repeat; background-position: -26px -184px; }
 
.cont-btn a:hover{color: #b32222;}
 
.dgac-logo-img img{display: block; width: 100%; }
 
.dgac-logo-img {width: 92.7%; margin: auto; opacity: 30%; position: relative; z-index: -1; }
 
 
.hm-proven-btm-sec .container{width: 100%;max-width: 100%;margin: auto;padding: 0;}
 
.hm-proven-btm-sec{margin: 0;}
 
.prvn-img img{display: block;width: 100%;}
 
 

/*footer form*/
.hm-form .gfield label {
    display: none;
}
 
.ftr-form-sctn .container {
    max-width: 1280px;
}
 
.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: 0 40px;
    position: relative;
    margin: 0 auto;
    width: 100%;
}
 
/* .ftr-logo {
    width: 99.3%;
    margin: 0 auto 30px;
} */
 
.ftr-logo {
    width: 100%;
    display: block;
    margin: 0 auto 37px;
}
 
.social-icons {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin: 0 0 51px;
}
.social-icons a{
    font-size: 0;
    display: inline-block;
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -19px -260px;
    width: 47px;
    height: 48px;
}
.social-icons a:hover{
    background-position: -19px -318px;
}
.social-icons a.ftr-twitter{
    background-position: -77px -260px;
}
.social-icons a.ftr-twitter:hover{
    background-position: -77px -318px;
}
.ftr-itm {
    padding-left: 119px;
    position: relative;
    width: 100%;
    margin-bottom: 86px;
}
.ftr-itm:before{
    content: '';
    position: absolute;
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -218px -94px;
    width: 83px;
    height: 83px;
    left: 0;
    top: 0px;
}
.ftr-itm.location:before{
    background-position: -310px -94px;
}
.ftr-itm.location {
    margin: 0;
}
.ftr-itm h4{
    font-size: 40px;
    font-family: 'Anton';
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    color: #cc2121;
    margin: 0 0 15px;
    text-transform: uppercase;    
}
.ftr-call a{
    font-size: 45px;
    font-family: 'Rubik';
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
    margin: 0;
    display: inline-block;      
}
 
.ftr-call a:hover{
    color: #ffffff99;
}
 
.ftr-itm p{
    font-size: 22px;
    font-family: 'Rubik';
    font-weight: 400;
    line-height: 1.27;
    letter-spacing: 0;
    color: #fff;
    margin: 0;    
}
 
.hm-form-sec h2{
    font-size: 70px;
    font-family: 'Anton';
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    color: #ffffff;
    margin: 0 0 10px;
    text-transform: uppercase;
    text-align: center;
}
 
.ftr-menu {
    position: relative;
}

.ftr-menu .container {
    max-width: 1500px;
}

#footer-navigation ul {
    margin: 0;
    font-size: 0;
    text-align: center;
    padding: 23px 0 26px;
    border-top: 1px solid rgb(255, 255, 255, 0.2);
    border-bottom: 1px solid rgb(255, 255, 255, 0.2);
}
#footer-navigation ul li {
    display: inline-block;
    padding: 0 36px 0 0;
    position: relative;
    margin: 0 36px 0 0;
    border-right: 1px solid #fff;
}
#footer-navigation ul li:last-child {
    padding-right: 0;
    margin-right: 0;
    border: 0;
}
#footer-navigation ul li a {
    font-size: 18px;
    letter-spacing: 0px;
    color: #fff;
    padding: 0;
    min-width: inherit;
    font-family: 'Rubik';
    font-weight: 400;
    text-transform: uppercase;
    border: 0;
    line-height: 1;
    display: inline-block;
}
#footer-navigation ul li.current-menu-item > a, #footer-navigation ul li:hover > a {
    color: #cc2121;
}
.ftr-copyrights-sec {
    padding: 35px 0;
    text-align: center;
}
.cpy-inr p, .cpy-inr p a{
    font-size: 18px;
    font-family: 'Rubik';
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0;
    color: #fff;
    margin: 0;
}
.cpy-inr p a{
    display: inline-block;
}
.cpy-inr p a:hover{
    color: #cc2121;
}
.hm-form-sec p {
    font-size: 20px;
    font-family: 'Rubik';
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
    margin: 0 0 24px;
    text-align: center;
}
 
.hm-form .gform_required_legend {
    display: none;
}
 
.ftr-form-sctn {
    padding: 38px 0 0;
    position: relative;
    background-image: url(images/ftr-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
}
 
.ftr-form-list {
    display: flex;
    justify-content: space-between;
    margin: 0 0 75px;
}
 
.ftr-form-blk {
    width: 50%;
    margin: 0;
    position: relative;
    padding: 119px 0 0;
}
.ftr-form-blk:before {
    content: "";
    position: absolute;
    background-image: url(images/ftr-form-bg.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top center;
    padding: 119px 0 0;
    width: 838px;
    height: 772px;
    left: -15%;
    right: 0;
    top: 0;
}
 
.ftr-block-sec {
    width: 34.5%;
    padding-top: 70px;
}
 
div#field_3_10 {
    display: none;
}
 
.gchoice.gchoice_3_9_1 label {
    display: block;
}
 
fieldset#field_3_9 {
    width: 43.6%;
    border: none;
    padding: 0 !important;
}
 
.hm-form-sec .gform_wrapper .form-links, .hm-form-sec .gfield.gfield--type-html.popfield{
    width: 100%;
}
 
.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;
    width: 100% !important;
    color: #000;
    outline: 0px;
    position: relative;
    border-radius: 0;
    font-family: 'Rubik';
    background: #fff;
    font-weight: 400 !important;
    line-height: 130% !important;
    font-size: 16px !important;
    padding: 17px 15px 15px 30px !important;
    transition: all 0.5s;
    display: block;
    text-align: left;
    height: auto !important;
}
 
.hm-form .gfield {
    position: relative !important;
}
 
.hm-form .gfield.gfield--type-text,
.hm-form .gfield.gfield--type-phone {
    width: 48.6% !important;
}
 
.hm-form .gfield.gfield--type-email {
    width: 48.6% !important;
}
 
.hm-form .gform_fields {
    display: flex !important;
    flex-wrap: wrap;
    gap: 10px !important;
    justify-content: space-between;
    align-items: center;
}
 
.hm-form .gform_wrapper .top_label textarea {
    width: 100% !important;
    height: 115px !important;
    resize: none;
    margin: 0 0 10px;
    min-block-size: 0px !important;
    min-width: auto !important;
    padding-top: 11px !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: 17px;
    font-family: 'Rubik';
    line-height: 1;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0;
    margin: 0;
    text-align: left;
}

.hm-form .gform_wrapper .form-links a:hover{
        color: #cc2121;
}

.hm-form .gfield.chk label{display: block;}

.hm-form fieldset.gfield.chk {
    padding: 0;
    border: 0;
    width: 45%;
}
 
.hm-form-sec .gform_wrapper .form-links,
.hm-form-sec .gfield.gfield--type-html.popfield {
    position: relative;
    width: auto;
    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: 35px;
}
 
.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: 28px auto 0;
    position: relative;
    max-width: max-content;
}
 
.hm-form .gform_wrapper .gform_footer.top_label::before,
.hm-form .gform_wrapper .gform_footer.top_label::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: #1b2026;
    border-image: initial;
    transition: 0.3s;
}
 
/* .hm-form .gform_wrapper .gform_footer.top_label::before {
    top: -6px;
    left: -6px;
    border-bottom: none;
    border-right: none;
} */
 
.hm-form .gform_wrapper .gform_footer.top_label::after {
    bottom: -6px;
    right: -6px;
    border-top: none;
    border-left: none;
}
 
.hm-form .gform_wrapper .top_label input[type="submit"] {
    display: inline-block !important;
    background-color: #df0305 !important;
    outline: none !important;
    border: 0px none !important;
    border-radius: 0 !important;
    cursor: pointer;
    text-transform: uppercase !important;
    transition-duration: 0.5s;
    font-family: 'Rubik' !important;
    width: auto !important;
    color: #ffffff !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    padding: 24px 38px !important;
    line-height: 1 !important;
    letter-spacing: 0;
    margin: 0;
    position: relative;
    z-index: 1;
    outline: 1px solid #fff !important;
    outline-offset: -7px !important;    
}
 
.hm-form .gform_wrapper .top_label input[type="submit"]:hover{
    background-color: #2e5775 !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: 'Rubik';
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background: #fff;
    font-weight: 400;
    font-size: 13px;
    color: black;
    transition: transform 0.15s ease-out;
    display: inline-block;
    line-height: 1.8;
    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: 563px;
}
 
.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;
    top: 6px;
    pointer-events: none;
    right: 8px !important;
    text-align: right;
    font-size: 13px;
    font-family: 'Rubik';
    color: #df0305;
    margin: 0;
}
 
.hm-form .chk .gfield_description.validation_message {
    bottom: -20px !important;
    line-height: 1 !important;
    top: auto;
    left: 22px;
    right: auto !important;
}
 
/*.ftr-frm-sctn ends*/
 

/*inner page styles*/

#post-content, #page-content {padding: 100px 0; }

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

/*Blog page*/
.page_default .screen-reader-text {display: none;}
.d-none, .hide {display: none !important;}
.widget{margin: 0;}

/*blog sidebar*/
.widget h2 {display: none; }
.sidebar-blog.blog-sidebar-itm{display: block;}