/*
 Theme Name:   Advanced Investigations
 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: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('./fonts/open-sans-v44-latin-300.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/open-sans-v44-latin-regular.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url('./fonts/open-sans-v44-latin-italic.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 500;
  src: url('./fonts/open-sans-v44-latin-500italic.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('./fonts/open-sans-v44-latin-600.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('./fonts/open-sans-v44-latin-700.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url('./fonts/open-sans-v44-latin-800.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/roboto-v50-latin-regular.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('./fonts/roboto-v50-latin-500.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('./fonts/roboto-v50-latin-700.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url('./fonts/roboto-v50-latin-900.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/playfair-display-v40-latin-regular.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 500;
  src: url('./fonts/playfair-display-v40-latin-500.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 500;
  src: url('./fonts/playfair-display-v40-latin-500italic.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: 'Roboto';
    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: 'Open Sans';
    margin: 0 0 20px 0;
    padding: 0;
    font-weight: normal;
}
p, li, ul, ol, blockquote {
    font-family: 'Roboto';
    font-weight: normal;
    margin: 0 0 10px 0;
    padding: 0;
}
ul, li {
    list-style: none;
}
a:visited {
    color: inherit;
}
a:hover {
    text-decoration: none;
}
a, a:hover, input[type="submit"], button {
    outline: 0;
}
button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}
input::-webkit-input-placeholder {
    color: var(--placeholdercolor);
}
input::-moz-placeholder {
    color: var(--placeholdercolor);
}
input:-ms-input-placeholder {
    color: var(--placeholdercolor);
}
input:-moz-placeholder {
    color: var(--placeholdercolor);
}
html {
    scroll-behavior: smooth;
}
.post, .page{
    margin: 0;
}
ul,ol,li {
    list-style: none;
    margin:0;
    padding:0;
}
p:empty {display: none;}

/*Header Sticky Menu*/

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

.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: 'Open Sans';
    position: relative;
    padding: 45px 0 0;
    display: inline-block;
    text-align: center;
    width: 100%;
    cursor: pointer;
    border: 0;
    outline: 0;
    background: transparent;
}

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


.header-sticky .stickyshowhide .txt:before {

    display: block;

    width: 40px;

    height: 40px;

    line-height: 40px;

    text-align: center;

    margin: auto;

    font-size: 18px;

    border: 1px #fff solid;

    color: #f2f2f2;

    border-radius: 50%;

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

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

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

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

    transition: all 0.2s ease-in-out;

}

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

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

    width: 28px;

}

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

    content: "";

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

    background-position: 0px 0px;

    width: 13px;

    height: 13px;

    position: absolute;

    right: 0;

    top: 9px;

}

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

    background-position: -28px 0px;

}

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

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

}

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

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

}

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

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

}

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

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

}

#floatingMenu {

    position: fixed;

    top: 0;

    left: 0;

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

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

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

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

    transform: translateX(-100%);

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

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

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

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

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

    text-align: left;

    display: flex;

    width: 100%;

    height: 100vh;

    z-index: 99999;

}

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

#floatingMenu.openMenu {

    display: flex;

    -webkit-transform: translateX(0);

    -moz-transform: translateX(0);

    -ms-transform: translateX(0);

    -o-transform: translateX(0);

    transform: translateX(0);

}

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

button#cloaseFloatingMenu2 {

    flex-grow: 1;

    width: calc(100% - 280px);

    height: 100%;

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

}

.floatingMenuInner li {

    position: relative;

}
.floatingMenuInner a {

    color: #fff !important;

    letter-spacing: 0.4px;

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

    font-weight: 500;

    padding: 4px 0;

    font-size: 18px;

    display: block;

    line-height: 1;

    border-bottom: 1px solid #222222;

}

.floatingMenuInner .sub-menu {

    display: none;

}

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

    content: '';

    width: 10px;

    height: 2px;

    background-color: #fff;

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

       -moz-transform: rotate(45deg);

       -ms-transform: rotate(45deg);

       -o-transform: rotate(45deg);

       transform: rotate(45deg);*/

    position: absolute;

    top: 15px;

    right: 6px;

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

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

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

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

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

}

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

    content: '';

    width: 2px;

    height: 10px;

    position: absolute;

    top: 11px;

    right: 10px;

    display: block;

    opacity: 1;

    background-color: #fff;

}

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

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

      -moz-transform: rotate(135deg);

      -ms-transform: rotate(135deg);

      -o-transform: rotate(135deg);

      transform: rotate(135deg);*/

    opacity: 0;

}





.header-sticky.fixed-header .container {

    display: flex;

    padding: 0;

    align-items: center;

    justify-content: space-between;

}



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



.sticky-wrap{
    display: none;
}


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

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

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

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

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

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

.mobinav a:hover {
    color: #86d0f8;
}

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

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

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

.mobile_src_nav .container {
    position: relative;
}

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



.displayblock {
    display:block;
}
.body-content {
    width:100%;
    float: left;
    height: 2000px;
    overflow: hidden;
}
.site-branding {
    position: absolute;
    left: 0;
    right: 26px;
    top: 20px;
    margin: auto;
    width:max-content;
    padding: 0 50px 6px;
    background-color:#ccd1e4;
    display: flex;
    justify-content: center;
    align-items: center;
    height: max-content;
    clip-path: polygon(7% 0, 93% 0, 100% 100%, 0% 100%);
    z-index: 9999;
}
.top-rit-lst {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 20px;
}
.header-number a{
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 28px;
    line-height: 1;
    letter-spacing: -0.56px;
    padding:14px 24px 13px 85px;
    position: relative;
    border: 1px solid #6aa7e3;
    color: #6aa7e3;
    text-transform: uppercase;
    display: inline-block;
}
.header-number a strong{
    color: #192138;
    font-weight: 700;
}
.header-number a:hover{
    background-color: #6aa7e3;
    color: #fff;
}
.header-number a::before{
    content: "";
    position: absolute;
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -10px -10px;
    width: 28px;
    height: 28px;
    left: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.hdr-btns {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.hdr-btn-login a.cmn-btn {
    background-color: #6aa7e3;
    color: #fff;
    padding: 18px 42px 18px 19px;
    border: 1px solid #6aa7e3;
    font-size: 18px;
    position: relative;
}
.hdr-btn-login a.cmn-btn::before{
    content: "";
    position: absolute;
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -48px -220px;
    width: 14px;
    height: 16px;
    right: 17px;
    top: 0;
    bottom: 0;
    margin: auto;
}


.hdr-btn-login a.cmn-btn:hover {
   background-color: #192138;
}


.hdr-btn-case a.cmn-btn {
    padding: 18px 47px 19px 25px;
    font-size: 18px;
    position: relative;
}
.hdr-btn-case a.cmn-btn::before{
    content: "";
    position: absolute;
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -48px -220px;
    width: 14px;
    height: 16px;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.top-menu {
    background-color: #0b255a;
    padding: 4px 0;
    text-align: center;
}

#main-navigation ul.primary-menu {
    margin: 0 0 0 110px;
    font-size: 0;
}
#main-navigation ul li{
    display: inline-block;
    padding: 0 0px 0;
    position: relative;
    margin: 0 15px;
}
#main-navigation ul li.menu-space {
    margin-left: 370px;
}

#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: 18px;
    font-family: 'Open Sans';
    font-weight: 400;
    letter-spacing: 0.36px;
    line-height: 1;
    color: #ffffff;
    padding: 14px 20px 14px;
    display: block;
    min-width: inherit;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}
#main-navigation ul li > a:before {
    position: absolute;
    content: "";
    background: #6aa7e3;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
    display: none;
    clip-path: polygon(16% 0%, 100% 0%, 84% 100%, 0% 100%);
}
#main-navigation ul.primary-menu > li.current-menu-item > a:before, #main-navigation ul.primary-menu > li > a:hover:before{
  display: block;
}
#main-navigation ul li ul.sub-menu{
    display:none;
    width:220px;
    position:absolute;
    color:#fff;
    top:100%;
    left:0;
    right:auto;
    background-color:#6aa7e3;
    padding:0px 0;
    z-index:9999;
}
#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 a{
    width: 100%;
    padding: 8px 10px;
    color: #ffffff;
    display: block;
    text-align: left;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 0;
    border-bottom: 0;
    font-size: 16px;
}
#main-navigation .sub-menu li a:hover, #main-navigation .sub-menu .current-menu-item > a {
    background-color: #0b255a;
}
#main-navigation .sub-menu li:after{
    display:none;
}
#main-navigation .sub-menu li{
    width:100%;
    margin:0;
    padding:0
}
#main-navigation .sub-menu li a:after{
    display:none
}
#main-navigation ul li ul.sub-menu li .sub-menu {
    display:none;
    width:100%;
    position:absolute;
    color:#fff;
    top:0;
    left:100%;
    padding:0px 0;
    z-index:9999;
}
.site-header {
    transition: opacity 0.3s ease, visibility 0.3s ease;
    width: 100%;
    padding: 20px 0 10px;
    position: absolute;
    z-index: 9999;
}
.site-header  .container{
    max-width: 1700px;
}
.site-header.is-sticky {
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    position: fixed;
    background: #ccd1e4;
    animation: slideDown 0.35s ease-out;
    visibility: visible;
    padding: 20px 0 20px;
}
@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;
}

#main-navigation ul li.wide-menu ul {
    position: absolute;
    left: 0;
    top: 28px;
    padding: 10px;
    z-index: 999;
    display: none;
}
#main-navigation ul li.wide-menu ul.sub-menu {
    top:86%;
    width: 100% !important;
    padding: 45px 5.6% 20px;
}
#main-navigation ul li.wide-menu ul.sub-menu li ul.sub-menu {
    left: 8px;
    top: 20px;
}
#main-navigation ul li.wide-menu:hover ul {
    display: flex;
    justify-content: center;
    background-color: #cad0e5;
}
#main-navigation ul li.wide-menu {
    position: static;
}
#main-navigation ul li.wide-menu ul li {
    width: 25%;
    float: left;
    padding:0 20px;
    margin: 0 0 14px !important;
    border: 0;
    position: relative;
    text-align: left;
}
#main-navigation ul li.wide-menu:hover ul li ul {
    display: block;
    position: inherit;
}
#main-navigation ul li.wide-menu ul li ul li {
    width: 100%;
    margin: 0 0;
    float: left;
    padding: 0;
}

#main-navigation ul li.wide-menu ul li a {
    font-weight: 700;
    font-size: 20px;
    padding: 0;
    color: #0b255a;
}
#main-navigation ul li.wide-menu ul li ul li a {
    font-size: 16px;
    font-weight: 500;
}
#main-navigation ul li.wide-menu ul li a:hover {
    background-color: transparent;
    color: #6aa7e3;
}
#main-navigation ul li.wide-menu ul.sub-menu li.current-menu-item a {
    background-color: transparent;
}




.text-heading{
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 90px;
    line-height: 1;
    letter-spacing: 0;
    margin: 0 0 30px;
    color: #192138;
    text-align: center;
}
.text-heading strong{
    color: #6aa7e3;
    font-weight: 400;
}
.col-loop {
    font-size: 20px;
    margin: 0 0 10px;
}


/*Banner section*/

.hm-banner-sec {
    padding: 406px 0 295px;
    position: relative;
    text-align: center;
    background-image: url(images/banner-bg-image.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
.hm-bnr-cnt h1 {
    font-family: 'Open Sans';
    font-weight: 300;
    font-size: 120px;
    line-height: 1;
    color: #6aa7e3;
    text-transform: uppercase;
    margin: 0;
}
.hm-bnr-cnt h1 strong {
    display: block;
    font-family: 'Playfair Display';
    font-weight: 500;
    font-style: italic;
    font-size: 50px;
    line-height: 1;
    letter-spacing: 2px;
    color: #192138;
    text-transform: none;
    margin: 0 0 15px;
}
.hm-bnr-cnt h1 small {
    font-weight: 600;
    font-size: 22px;
    letter-spacing: 7.92px;
    color: #fff;
    display: block;
    width: max-content;
    margin: 26px auto 0;
    background-color: #192138;
    padding: 15px 75px 12px;
    clip-path: polygon(2% 0%, 100% 0%, 98% 100%, 0% 100%);
}  

.bnr-btn a.cmn-btn {
    padding: 19px 30px;
    font-size: 18px;
}

.hm-bnr-cnt .hdr-btns{margin: 20px 0 0;}


a.cmn-btn {
     font-family: 'Open Sans';
     font-weight: 700;
     font-size: 20px;
    display: inline-block;
    padding: 25px 40px;
    background-color: #6aa7e3;
    color: #ffffff;
    line-height: 1;
    text-transform:uppercase;
}
a.cmn-btn:hover{
    background-color: #192138;
}

/*Home Banner Bottom Section*/


.hm-bnr-btm-sec {
    padding: 0 0 120px;
    background-color: #0d162e;
}
.hm-bnr-btm-lst {
    display: flex;
    justify-content: center;
    margin: -146px 0 0;
    position: relative;
}
.hm-bnr-btm-itm {
    width: 33.3%;
    padding: 57px 20px 50px;
    text-align: center;
    clip-path: polygon(10% 0, 100% 0%, 91% 100%, 0% 100%);
    background-color: #6aa7e3;
    position: relative;
    z-index: 0;
}
.hm-bnr-btm-itm:before {
    position: absolute;
    content: "";
    background-image: -webkit-linear-gradient(-130deg, rgba(106, 167, 227, 0) 0%, rgb(106, 167, 227) 194%);
    background-repeat: no-repeat;
    background-color: #fff;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    clip-path: polygon(10% 0, 100% 0%, 91% 100%, 0% 100%);
    margin: auto;
}

.hm-bnr-btm-itm:hover:before{
    background:#c2dbf4;
}

.hm-bnr-btm-itm:hover h3 small{
    color: #fff;
}

.hm-bnr-btm-itm:hover h3{
    color: #6aa7e3;
}

.hm-bnr-btm-img {
    margin: 0 auto 34px;
    display: flex;
    justify-content: center;
    width: max-content;
}
.hm-bnr-btm-img img {
    display: block;
    width: 100%;
}
.hm-bnr-btm-itm h3 {
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 50px;
    line-height: 1;
    letter-spacing: 1px;
    color: #192138;
    margin: 0;
    text-transform: uppercase;
    font-style: italic;
}
.hm-bnr-btm-itm h3 small {
    display: block;
    font-size: 26px;
    letter-spacing: 0.52px;
    color: #6aa7e3;
}

/* Home Advanced Section */
.hm-advanced-sec {
    background-image: url(images/advncd-sec-bg-image.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 130px 0 86px;
    position: relative;
    z-index: 1;
}

.hm-advanced-sec .container {
    margin: 0 auto 0 0;
    max-width: 1610px;
}
.hm-advanced-sec .text-heading{
    text-align: left;
}
.hm-adn-lst {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.hm-adn-lft {
    width: 48.4%;
}
.hm-adn-rit {
    width: 46.3%;
    padding: 28px 0 0;
}
.hm-adn-img img {
    display: block;
    width: 100%;
}
.hm-adn-rit p {
    font-size: 21px;
    font-weight: 400;
    font-family: 'Roboto';
    line-height: 1.7;
    letter-spacing: -0.3px;
    margin: 0 0 35px;
}
 
.hm-adn-btn-lst {
    display: flex;
    align-items: center;
    gap: 25px;
}
.hm-call-btn a.cmn-btn{
    font-size: 28px;
    background-color: #121727;
    color: #6aa7e3;
    padding: 22px 16px 22px 65px;
    position: relative;
}
.hm-call-btn a.cmn-btn:hover{
    color: #fff;
    background-color: #6aa7e3;
}
.hm-call-btn a.cmn-btn strong{
    font-weight: 700;
    color: #fff;
}
.hm-call-btn a.cmn-btn::before{
    position: absolute;
    content: "";
    background-image: url(images/hm-sprites.webp);
    background-position: -48px -10px;
    width: 28px;
    height: 28px;
    top: 0;
    bottom: 0;
    left: 30px;
    margin: auto;
}




/* Home Practice Areas Section */

.hm-prct-areas-sec {
    padding: 100px 0 108px;
    background-image: url(images/hm-prct-bg-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-top: 8px solid #67a5e2;
    border-bottom: 8px solid #67a5e2;
}
.hm-prct-areas-sec .container {
    max-width: 1600px;
}
.hm-prct-areas-sec .text-heading {
    color: #ffffff;
}
.practice-areas-blk {
    display: flex;
    justify-content: space-between;
    margin: 0 0 50px;
}
.hm-prct-areas-sec .tab-content .tab-pane.tab-pane-active {
    display: block;
}
.hm-prct-areas-sec .tab-content .tab-pane {
    display: none;
}
.hm-pract-blk {
    width: 100%;
    max-width: 560px;
    padding: 140px 100px 55px 130px;
    background-image: url(images/hm-prct-itm-bg-img.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    margin: 0 -50px 0 0;
    position: relative;
}
.hm-pract-blk:last-child{
    margin: 0;
}
.hm-pract-blk:hover, .hm-pract-blk.tab-btn-active {
    background-image: url(images/hm-prct-itm-hvr-bg-img.webp);
}
.hm-pract-blk:hover .hm-pract-itm h4, .hm-pract-blk.tab-btn-active .hm-pract-itm h4 {
    color: #ffffff;
}
.hm-pract-blk:hover .pract-read-more a, .hm-pract-blk.tab-btn-active .pract-read-more a {
    color: #6aa7e3;
}
.hm-pract-itm h4 {
    font-family: 'Open Sans';
    font-weight: 300;
    font-size: 42px;
    line-height: 1.04;
    letter-spacing: 0.42px;
    color: #6aa7e3;
    text-transform: uppercase;
    margin: 0 0 75px;
}
.hm-pract-itm h4 strong {
    font-weight: 600;
}
.pract-read-more{text-align: right;}
.pract-read-more a {
    font-family: 'Open Sans';
    font-weight: 800;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.8px;
    color: #ffffff;
    text-transform: uppercase;
}
.pract-hvr a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 0;
    margin: auto;
}
.prac-sub-itms-list ul {
    font-size: 0;
    display: inline-block;
    text-align: center;
    margin: 0 0 25px;
}
.prac-sub-itms-list li {
    display: inline-block;
    padding: 1px;
    background-color: #6aa7e3;
    clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
    margin:0 0 14px;
}
.prac-sub-itms-list li a {
    font-family: 'Open Sans';
    font-weight: 500;
    font-style: italic;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0;
    color: #ffffff;
    margin: 0;
    text-transform: uppercase;
    display: inline-block;
    padding: 20px 45px;
    position: relative;
    clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
    background-color: #192138;
}
.prac-sub-itms-list li a:hover {
    background-color: #6aa7e3;
}
.hm-prct-btn {
    text-align: center;
}
.hm-prct-btn a.cmn-btn:hover, .hm-rslt-btn a.cmn-btn:hover, .hm-detective-btn a.cmn-btn:hover {
    background-color: #ccd1e4;
    color: #0b255a;
}

/* Home Paul Section */
 
.hm-paul-sec {
    background-image: url(images/paul-bg-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
    padding: 115px 0 50px;
}
.hm-paul-sec .container {
    max-width: 1700px;
    width: 100%;
   
}
.hm-paul-sec .text-heading {
   text-align: left;
   margin: 0 0 25px;
   letter-spacing: -0.9px;
}
.hm-paul-sec .text-heading strong{
   display: block;
 
}
.hm-paul-blk {
    display: flex;
    justify-content: flex-end;
    position: relative;
    gap:38px;
}
.hm-paul-lft {
    width:46.3%;
}
.hm-paul-rgt {
    width:37.6%;
}
.hm-paul-rgt-img img {
    width: 100%;
    display: block;
}
.hm-paul-video-img {
    margin: -50px 0 0;
    position: relative;
}
.hm-paul-video-img img{
    display: block;
    width: 100%;
}
.hm-paul-lft-txt {
    position: absolute;
    left: 0;
    top:14px;
}
.hm-paul-lft-txt h4 {
    font-size: 25px;
    font-weight: 600;
    font-family: 'Open Sans';
    text-transform: uppercase;
    letter-spacing: 5px;
    line-height: 1.5;
    color: #ffffff;
    text-orientation: upright;
    writing-mode: sideways-lr;
    padding: 36px 32px 162px;
    background-color: #72abe4;
    margin: 0px;
    position: relative;
}
.hm-paul-lft-txt h4::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 75px;
    bottom: 60px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #0d1224;
}
.hm-paul-lft p {
    font-size: 22px;
    font-weight: 400;
    font-family: 'Roboto';
    line-height: 1.8;
    letter-spacing: -0.44px;
    position: relative;
    margin: 0 0 40px;
    color: #1b1b1b;
}


/*Faq Section*/
.accordion-section{
    padding: 120px 0;
    background-color: #eee;
}
.accordion-item h3 {
    background: #ddd;
    padding: 10px;
    border: none;
    cursor: pointer;
    width: 100%;
    text-align: left;
}
.accordion-item p {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    text-align: left;
}
.accordion-item h3.active {
    background: #ccc;
}
.accordion-item h3.active + .accordion-item p {
    max-height: 200px;
}

/*Home Testimonials Section*/
 
.hm-testimonials {
    padding: 70px 0 125px 0;
    text-align: center;
}
.hm-testimonials .container{
    max-width: 1800px;
}
.hm-testimonials .text-heading{
    margin: 0 0 50px;
}
.hm-testimonials .testi-item {
    width: 100%;
    height: 100%;
    padding: 50px 46px 65px;
    position: relative;
    border: 1px solid #192138;
    z-index: 1;
    background-color: #fff;
}
.hm-testimonials .testi-item::after {
    content: "";
    position: absolute;
    background-image: url(images/testi-line-bfr.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
    width: 72px;
    height: 55px;
    right: 107px;
    bottom: -55px;
    margin: auto;
}
 
.hm-testimonials .owl-item{
    position: relative;
    padding: 15px 0 0 15px;
}
.hm-testimonials .owl-item::before {
    content: "";
    position: absolute;
    background-color: #192138;
    width: 49%;
    height: 64%;
    left: 4px;
    top: 5px;
    z-index: -1;
    clip-path: polygon(0 0, 0 100%, 98% 0);
}
.testi-item h4{
     font-family: 'Open Sans';
    font-weight: 600;
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: 0.5px;
    color: #6aa7e3;
    margin: 0 0 16px;
    padding: 0 0 0 84px;
    text-align: left;
    position: relative;
}
.hm-testimonials .testi-item h4:before{
    content: "";
    position: absolute;
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -134px -10px;
    width: 65px;
    height:56px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;    
}
 
.hmtesti-btn a.cmn-btn {
    background-color: #192138;
}
.hmtesti-btn a.cmn-btn:hover{
    background-color: #6aa7e3 !important;
}
.hm-testimonials .testi-item p {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 20px;
    line-height: 1.6;
    color: #192138;
    margin: 0 0 20px;
    text-align: left;
}
.hm-testimonials .testi-item h5 {
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 26px;
    line-height: 1;
    color: #192138;
    letter-spacing: 0.5px;
    position: absolute;
    bottom:43px;
    left: 51px;
    margin: 0 auto;
}
.hm-testi-list.owl-carousel .owl-stage {
    display: flex;
    padding: 0 0 55px;
}
.hm-testi-list.owl-carousel.owl-loaded.owl-drag {
    position: relative;
}
.hm-testi-list{
    display: flex;
       margin: 0 0 65px;
}
.hm-testimonials .hm-testi-list.owl-carousel .owl-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 25.5%;
    margin: 0px auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -24.8%;
    z-index: -2;
}
.hm-testimonials .hm-testi-list.owl-carousel .owl-nav button {
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position:-228px -55px;
    width: 44px;
    height: 35px;
}
 
.hm-testimonials .hm-testi-list.owl-carousel button.owl-prev:hover{
    background-position:-228px -10px;
}
.hm-testimonials .hm-testi-list.owl-carousel button.owl-next{
    background-position:-282px -55px;
 
}
.hm-testimonials .hm-testi-list.owl-carousel button.owl-next:hover{
    background-position:-282px -10px;
}
 
.hm-testimonials .hm-testi-list.owl-carousel .owl-nav button{font-size: 0;}
 
.hmtesti-btn {
    margin: auto;
    max-width: max-content;
    position: relative;
    z-index: 2;
}


/* Home Result Section */
.hm-result-sec {
    padding: 120px 0 155px;
    border-top: 8px solid #6aa7e3;
    border-bottom: 8px solid #6aa7e3;
    background-image: url(images/results-bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.hm-rslt-img {
    text-align: center;
    width: 10.5%;
    margin: 0 auto 10px;
}
.hm-rslt-img img {
    width: 100%;
    display: block;
}
.hm-result-sec .text-heading {
    color: #fff;
    text-transform: uppercase;
    font-size: 130px;
    font-weight: 600;
 
}
.hm-rslt-se .text-heading strong{
    font-weight: 600;
}
.hm-result-sec .text-heading strong {
    color: #6aa7e3;
    font-weight: 600;
    display: block;
}
.hm-rslt-sub-txt {
    text-align: center;
    margin: 0 0 35px;
}
.hm-rslt-blk h4 {
    color: #000000;
    font-family: 'Open Sans';
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 7.8px;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;  
    padding: 13px 300px;
    position: relative;
    display: inline-block;
    margin: 0px;
    background-color: #e8e8eb;
    clip-path: polygon(2% 0, 100% 0%, 98% 100%, 0% 100%);
}
.hm-rslt-blk h4::before,
.hm-rslt-blk  h4::after {
    position: absolute;
    content: "";
    width: 21%;
    height: 1px;
    top: 0;
    bottom: 0;
    left: 60px;
    background-color: #000000;
    margin: auto;
}
.hm-rslt-blk  h4::after {
    left: inherit !important;
    right: 60px !important;
}
.hm-rslt-btns {
    justify-content: center;
    display: flex;
    gap: 20px;
}
.hm-rslt-cnt a.cmn-btn {
    border: 1px solid #ffffff;
    background-color: transparent;
    padding: 24px 40px 24px 75px;
    position: relative;
    color: #6aa7e3;
}
.hm-rslt-cnt a.cmn-btn strong {
    color: #fff;
    font-weight: 700;
}
.hm-rslt-cnt a.cmn-btn::before {
    position: absolute;
    content: "";
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -48px -10px;
    width: 28px;
    height: 28px;
    top: 0;
    bottom: 0;
    left: 30px;
    margin: auto;
}
.hm-rslt-cnt a.cmn-btn:hover {
    background-color: #6aa7e3;
    color: #fff;
    border: 1px solid transparent;
}
.hm-rslts-btn .call-cnt a:hover strong {
    color: #ffffff;
}


/* Home Missions Section */

.hm-misn-awrd {
    padding: 75px 0 85px;
    background-image: url(images/hm-misn-sec-bg-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-bottom: 8px solid #6aa7e3;
}
.hm-mission-sec {
    position: relative;
    z-index: 0;
}
.hm-mission-sec::after {
    position: absolute;
    content: "";
    width: 56.7%;
    height: 73.6%;
    background-color: #e8e8eb;
    right: 0;
    bottom: 80px;
    z-index: -1;
    clip-path: polygon(16% 0, 100% 0, 100% 100%, 0% 100%);
    pointer-events: none;
}
.hm-misn-blck .text-heading {
    letter-spacing: -0.9px;
    margin: 0 0 40px;
    text-align: left;
    padding-left: 56px;
}
.hm-misn-blck .text-heading strong {
    font-weight: 400;
    color: #6aa7e3;
}
.hm-misn-lst {
    display: flex;
    justify-content: space-between;
    position: relative;
}
.hm-misn-lst::after {
    position: absolute;
    content: "";
    width: 52.3%;
    height: 50px;
    right: 100px;
    bottom: 11px;
    background-image: -webkit-linear-gradient( 180deg, rgba(106,167,227,0) 0%, rgb(106,167,227) 100%);
    clip-path: polygon(2% 0%, 100% 0%, 98% 100%, 0% 100%);
    pointer-events: none;
    opacity: 80%;
}
 
.hm-misn-rgt {
    width: 38.7%;
    position: relative;
    padding: 40px 0 0;
}
.hm-misn-lft {
    width:68.5%;
    margin: 0 0 0 -155px;
    padding-left: 30px;
    position: relative;
}
.hm-misn-lft::before {
    position: absolute;
    content: "";
    width: 218px;
    height: 70%;
    background-color: #6aa7e3;
    clip-path: polygon(60% 0%, 100% 0%, 40% 100%, 0% 100%);
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    margin: auto;
    pointer-events: none;
}
.hm-misn-lft-img {
    background-color: #121727;
    clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
}
.hm-misn-lft-img img {
    width: 100%;
    display: block;
}
.hm-misn-rgt p {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 26px;
    line-height: 1.73;
    letter-spacing: -0.52px;
    color: #192138;
    margin: 0 0 30px;
}
.hm-misn-btns {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
}
.hm-misn-rgt-btn a {
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 28px;
    line-height: 1;
    letter-spacing: 0;
    color: #192138;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    padding: 20px 25px 20px 60px;
    border: 1px solid #6aa7e3;
}
.hm-misn-rgt-btn a strong {
    font-weight: 700;
    color: #6aa7e3;
}
.hm-misn-rgt-btn a::after {
    position: absolute;
    content: "";
    width: 28px;
    height: 28px;
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -10px -10px;
    left: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.hm-misn-rgt-btn a:hover {
    background-color: #6aa7e3;
}
.hm-misn-rgt-btn a:hover strong {
    color: #192138;
}
 
.hm-awards-sec {
    padding: 75px 0 0;
}

.hm-awards-blck {
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
}
.hm-awards-itm {
    background-color: #dfdfdf;
    clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
    padding: 2px;
    cursor: pointer;
    width:20.2%;
}
.hm-awards-img {
    background-color: #ffffff;
    clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
}
.hm-awards-img img {
    width: 100%;
    display: block;
}
.hm-awards-itm:hover .hm-awards-img {
    background-color: #dfdfdf;
}


/*Home Blog Section*/
 
.hm-blog-sec {
    padding: 140px 0 100px;
    text-align: center;
}
.hm-blog-sec .container {
    max-width: 1700px;
}
.home-posts-list.owl-carousel .owl-stage-outer {
    padding: 0 0 0 2px;
}
.home-posts-list.owl-carousel .owl-stage {
    display: flex;
    padding: 0 0 110px;
}
.hm-blog-btn {
    margin: -35px auto 0;
    width: max-content;
    position: relative;
    z-index: 1;
}
.home-posts-list.owl-carousel .owl-item {
    display: flex;
}
.home-posts-list.owl-carousel .owl-nav {
    display: flex !important;
    justify-content: center;
    width:26.6%;
    margin: 0 auto 0px;
    position: relative;
    bottom: -2px;
    max-height: max-content;
    align-items: center;
}
.hm-blog-itm {
    width: 100%;
    position: relative;
    color: #fff;
    padding: 20px 20px 70px;
    border: 2px solid #6aa7e3;
}
.hm-blog-itm::after{
    position: absolute;
    content: "";
    width: 51px;
    height: 51px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -20px;
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -354px -10px;
}
.hm-blog-img img {
    display: block;
    width: 100%;
}
.hm-blog-cnt {
    padding: 20px 15px 0;
}
.hm-blog-cnt h3 {
    margin: 0;
}
.hm-blog-cnt h3 a {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 33px;
    line-height: 1.15;
    letter-spacing: 0;
    color: #000000;
    margin: 0 0 25px;
    display: inline-block;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.hm-blog-itm .readmore-btn {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: auto;
}
.hm-blog-itm .readmore-btn a {
    font-family: 'Roboto';
    font-weight: 900;
    font-size: 17px;
    line-height: 1;
    letter-spacing: 3.06px;
    color: #6aa7e3;
    text-transform: uppercase;
    border-bottom: 2px solid rgb(106, 167, 227, 40%);
    display: inline-block;
}
.hm-blog-itm:hover {
    background-color: #f4f4f4;
    border-color: #f4f4f4;
}
.hm-blog-itm .readmore-btn a:hover {
    color: #000000;
    border-color: #000000;
}
.hm-blog-itm:hover::after {
    background-position: -354px -71px;
}
.home-posts-list.owl-carousel .owl-nav button {
    background-image: url(images/hm-sprites.webp) !important;
    background-repeat: no-repeat !important;
    width: 44px;
    height: 35px;
    font-size: 0 !important;
    transition: 0.5s;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.home-posts-list.owl-carousel .owl-nav button.owl-prev {
    background-position: -228px -10px !important;
    left: 0px;
}
.home-posts-list.owl-carousel .owl-nav button.owl-next {
    background-position: -282px -10px !important;
    right: 0px;
}
.home-posts-list.owl-carousel .owl-nav button.owl-prev:hover {
    background-position: -228px -55px !important;
}
.home-posts-list.owl-carousel .owl-nav button.owl-next:hover {
    background-position: -282px -55px !important;
}

/* Home Detective Section */

.hm-detective {
    padding: 220px 0 230px;
    background-image: url("images/detective-bg.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-top: 8px solid #6aa7e3;
    border-bottom: 8px solid #6aa7e3;
}
.hm-detective .text-heading {
    color: #ffffff;
    margin: 0 0 35px;
}
.hm-detective .text-heading  strong{
    display: block;
}
.hm-detective-cnt {
    width: 71.6%;
    margin: auto;
}
.hm-detective p {
    color: #ffffff;
    font-family: 'Roboto';
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -0.4px;
    line-height: 1.9;
    margin: 0 0 30px;
    text-align: center;
}
.hm-detective-btn {
    text-align: center;
}
 


/* Locations section */
 
.hm-locations-sec{
    padding: 110px 0 422px;
    background-image: url(images/convnt-bacg-img.webp);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.hm-locations-sec .container{
    max-width: 1800px;
    margin: 0 auto 0 0;
}
.hm-cnvnt-list{
    display: flex;
    justify-content: space-between;
}
.hm-cnvt-lft{
    width:37.5%;
}
.hm-cnvt-lft-img img{
    display: block;
    width: 100%;
}
.hm-cnvt-rgt{
    width:58.6%;
}
.hm-cnvt-lst {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap:20px 20px;
}
.hm-cnvt-itm {
    width: 32%;
    padding: 35px 9px 10px 70px;
    text-align: center;
    position: relative;
    z-index: 2;
    margin: 0;
}
.hm-cnvt-itm::before {
    position: absolute;
    content: "";
    background-image: -webkit-linear-gradient( 180deg, rgb(106,167,227) 0%, rgba(106,167,227,0.01) 1%, rgb(106,167,227) 100%);
    opacity:10%; 
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
    clip-path: polygon(18% 0%, 100% 0%, 75% 100%, 0% 100%);
}
.hm-cnvt-itm::after{
    content: "";
    position: absolute;
    background-image:url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position:-416px -10px;
    width: 51px;
    height: 51px;
    left: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.hm-cnvt-itm:hover::after{
    background-position: -416px -71px;
}
 
.hm-cnvt-itm h4{
      font-family: 'Open Sans';
      font-weight: 600;
      font-size: 32px;
      line-height: 1;
      letter-spacing: 0;
      color:#192138;
      margin: 0 0 10px;
      text-align: left;
}
.hm-cnvt-itm:hover h4{
    color:#6aa7e3;
}
.hm-cnvt-itm p{
     font-family: 'Roboto';
      font-weight: 400;
      font-size: 18px;
      line-height: 1.3;
      letter-spacing: 0;
      color:#000000;
      margin: 0 0 10px;
      text-align: left;
 
}
.hm-cnvt-itm-hvr a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 5;
    font-size: 0;
}

/*footer form*/
.hm-form .gfield label {
    display: none;
}

.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: 69px 110px 70px;
    position: relative;
    background-color: #6aa7e3;
    width: 100%;
    float: left;
    margin:-388px 0 53px;
}
.hm-form-sec .text-heading {
    font-size: 100px;
    color: #fff;
    margin: 0 0 20px;
}
.hm-form-sec p {
    color: #ffffff;
    font-family: 'Roboto';
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: -0.4px;
    text-align: center;
    margin: 0 0 13px 0;
}
.hm-form-sec p.frm-field-txt {
    color: #121727;
    font-weight: 400;
    margin: 0 0 33px;
}
.hm-form .gform_required_legend{
    display: none;
}

.gchoice.gchoice_3_9_1 label {
    display: block;
}
.hm-form .gfield.chk {
    width: 100%;
    border: none;
    padding: 0;
}

.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: "Roboto";
    font-weight: 500;
    background: #fff;
    line-height: 1 !important;
    font-size: 20px !important;
    padding: 21px 20px !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, .hm-form .gfield.emil {
    width: 24.3% !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: 130px !important;
    resize: none;
    padding-top: 20px !important;
    margin: 0 0 10px;
    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;
    text-align: left;
    font-size: 20px;
    font-family: "Roboto";
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0;
    color: #fff;
    text-transform: capitalize;
    text-decoration: none;
    margin: 0;
}
.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: 4px 6px 0px 0 !important;
    padding: 0 !important;
}
.hm-form .gform_wrapper .gform_footer.top_label {
    padding: 0;
    text-align: center;
    margin: -60px 0 0 auto;
    position: relative;
    max-width: max-content;
}

.hm-form .gform_wrapper .top_label input[type="submit"] {
    display: inline-block !important;
    background-color: #121727 !important;
    outline: none !important;
    border: 0px none !important;
    border-radius: 0 !important;
    cursor: pointer;
    text-transform: uppercase !important;
    transition-duration: 0.5s;
    font-family: 'Open Sans' !important;
    width: auto !important;
    font-weight: 700;
    color: #ffffff !important;
    font-size: 20px !important;
    padding: 26px 30px 24px !important;
    line-height: 1 !important;
    letter-spacing: 0;
    margin: 0;
    position: relative;
    z-index: 1;
}
.hm-form .gform_wrapper .top_label input[type="submit"]:hover {
    background-color: #fff !important;
    color: #121727 !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: 'Roboto';
    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:'Roboto';
    color:#ed3008;
    margin: 0;
    pointer-events: none;
}

.hm-form .chk .gfield_description.validation_message {
    bottom: -18px !important;
    right: auto !important;
    left: 20px;
}

/*.ftr-frm-sctn ends*/


/*Footer block*/

.site-footer {
    background-image: url(images/ftr-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#footer-navigation ul {
    margin:0 0 46px;
    font-size: 0;
    text-align: center;
}
#footer-navigation ul li {
    display: inline-block;
    padding: 0 38px;
    border-right: 2px solid #ffffff;
    margin: 0;
}
#footer-navigation ul li:first-child {padding-left: 0;}
#footer-navigation ul li:last-child {padding-right: 0;border-right: 0;}
#footer-navigation ul li a {
    padding: 0;
    min-width: inherit;
    border: 0;
    display: inline-block;
    color: #ffffff;
    font-family: 'Open Sans';
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0;
}
#footer-navigation ul li.current-menu-item > a, #footer-navigation ul li > a:hover {
    color:#6aa7e3;
}
.ftr-block-sec {
    padding: 0;
    color: #fff;
    clear: both;
}
.ftr-blk{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 64px;
}
.ftr-lft{
    width: 20.5%;
}
.ftr-mid{
        width: 34.2%;
}
.ftr-rit{
     width: 21%;
     text-align: center;
}
.ftr-mid h4 {
    color: #ffffff;
    font-family: 'Open Sans';
    font-size: 45px;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: 0;
    text-align: center;
    margin: 0 0 30px;
}
.ftr-mid strong{
    color: #6aa7e3;
    font-weight: 400;
    display: block ;
}
.ftr-rit h4{
  color: #ffffff;
    font-family: 'Open Sans';
    font-size: 32px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    margin: 0 0 15px;  
    padding: 94px 0 0 ;
    text-transform: uppercase;
    position: relative;
}
.ftr-rit h4::before{
    position: absolute;
    content: "";
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -221px -112px;
    width: 69px;
    height: 69px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.ftr-rit p {margin: 0;}
.ftr-rit p a{
    color: #6aa7e3;
    font-family: "Roboto";
    font-size: 40px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.8px;
    margin: 0 0 15px;  
   text-decoration: none;
   display: inline-block;
}
.ftr-rit p a:hover{
     color: #ffffff;
}
.ftr-blk-btns {
    display: flex;
    justify-content: center;
    gap: 20px;
}
.ftr-btn a {
    font-family: "Roboto";
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    padding:16px 48px 14px;
    border: 1px solid #6aa7e3;
}
.ftr-rit .ftr-btn a {
    border-color: #fff;
}
.ftr-btn a:hover {
    background-color: #6aa7e3;
}
.ftr-cnt p{
    color: #ffffff;
    font-family: "Roboto";
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    letter-spacing:0;
    margin: 0; 
    text-align: center; 
    padding: 30px 0 0;
}
.ftr-cnt p a{
    color: #ffffff;
    text-decoration: none;
}
.ftr-cnt p a:hover{
      color: #4e7db0;
}
.ftr-logo{
    margin:0 0 32px;
}
.ftr-logo img {
    width: 100%;
    display: block;
}
.ftr-icons{
    display: flex;
    justify-content: center;
    gap: 19px;
    align-items: center;
}
.ftr-icons a {
    font-size: 0px;
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -10px -105px;
    width: 34px;
    height: 31px;
    display: inline-block;
}
.ftr-icons a.facebook {
    margin: 0 -10px 0 0;
}
.ftr-icons a:hover{
    background-position: -10px -152px !important;
}
.ftr-icons a.linked-in {
    background-position: -46px -106px !important;
}
.ftr-icons a.linked-in:hover{
    background-position: -46px -152px !important;
}
.ftr-icons a.twitter {
    background-position: -97px -106px !important;
}
.ftr-icons a.twitter:hover{
    background-position: -97px -152px !important;
}
.ftr-icons a.youtube {
    background-position: -151px -106px !important;
}
.ftr-icons a.youtube:hover{
    background-position: -151px -152px !important;
}

/*Copy Rights Section*/

.ftr-copyrights-sec {
    text-align: center;
    padding: 32px 0;
}

.ftr-copyrights-sec p {
    color: #ffffff;
    font-family: "Roboto";
    font-size: 20px;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: 0;
    margin: 0;
    text-align: center;
}
.ftr-copyrights-sec p.copy-mdl-txt {
    font-weight: 100;
    font-size: 16px;
    margin: 5px 0;
    font-style: italic;
}

.ftr-copyrights-sec a:hover {
    color: #6aa7e3;
}

/*inner page styles*/

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

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

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






