/* Common CSS Start */
:root {
    --bs-orange: #C97B44;
    --bs-green: #0F2126;
    --bs-blue: #13192D;
    --bs-darkblue: #001C43;
    --bs-black: #333333;
    --bs-darkblack: #000000;
    --bs-white: #ffffff;
    --bs-grey: #fafafa;
    --bs-lightgrey: #F6FBFB;
    /* 
    color: var(--bs-orange);
    color: var(--bs-black); 
    color: var(--bs-white);
    color: var(--bs-grey);
    color: var(--bs-green); 
    color: var(--bs-blue);
    color: var(--bs-lightgrey); 
    font-family: "Oswald", sans-serif;
    font-family: "Roboto", sans-serif;
    */
}
* {
    padding:0;
    margin:0;
    box-sizing:border-box;
}
html {
    scroll-behavior: smooth;
}
body, html{
    height: 100%;
}
body {
    width: 100%;
    overflow-x: hidden;
    position: relative;
    font-size: 16px;
    letter-spacing: 0px;
    color: var(--bs-blue);
/*     padding-top: 112px; */
    font-weight: 300;
    line-height: 26px;
    font-family: "Roboto", sans-serif;
}
img {
    max-width: 100%;
    height: auto;
}
.nav-link:focus, .nav-link:hover {
    color: var(--bs-orange);
}
.hide{
    display: none;
}
:focus{
    outline: 0;
    outline: none;
}

a {
    color: var(--bs-orange);
    font-weight: 400;
    text-decoration: none;
}

a:hover {
    color: #000000;
}

p:last-child{
    margin-bottom: 0
}
zz

a:focus {
    color: #000000;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
}

a, .btn, input, select, textarea, button, img{
    outline: 0 !important;
    box-shadow: none;
}
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: var(--bs-orange);
}
select{
    color: rgba(0,0,0,0);
    text-shadow: 0 0 0 #000;
}
a img{
    outline: 0;
}
input[type=checkbox], input[type=radio] {
    vertical-align: middle;
}
.fullwidth {
    position: relative;
    width: 100%;
    z-index: 1;
}
.bgcover{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.logged-in header#header {
    top: 28px;
}
/* body.logged-in {
    padding-top: 112px;
} */
body.nav-open-menu{
    overflow: hidden;
}
/* btn sec */
.page-button {
    margin-top: 25px;
}
.btn {
    color: var(--bs-white);
    padding: 12px 28px;
    outline: 0 !important;
    box-shadow: none !important;
    border-radius: 30px;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    min-width: 180px;
    font-weight: 600;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    white-space: normal;
    letter-spacing: 0.3px;
    text-align: left;
    border: 2px solid var(--bs-darkblue);
    z-index: 1;
    background-color: var(--bs-darkblue);
    font-weight: 400;
    line-height: 26px;
    text-transform: uppercase;
    text-align: center;
    font-size: 18px;
	transition:0.5s;
}
.btn:hover {
    color: var(--bs-orange);
    background: 0 0;
    border-color: var(--bs-orange);
}
.home-banner .btn:hover {
    color: var(--bs-white);
    background: none;
    border-color: var(--bs-white);
}

.btn.focus, .btn:focus {
    color: var(--bs-white);
    background: var(--bs-orange);
    border-color: var(--bs-orange);
}
.btn.focus:after, .btn:focus:after {
    color: var(--bs-white);
    background: var(--bs-orange);
    border-color: var(--bs-orange);
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    color: var(--bs-white);
    background: var(--bs-orange);
    border-color: var(--bs-orange);
}
input, select, textarea{
    outline: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
}

[type=submit]{
    cursor: pointer;
}

a:hover, a:focus {
    text-decoration: none;
}

p:empty {
    display: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    position: relative;
    color: var(--bs-darkblue);
    font-family: "Oswald", sans-serif;
}
h1 {
    font-size: 48px;
    line-height: 65px;
    margin-bottom: 25px;
}
h2 {
    margin-bottom: 25px;
    font-size: 45px;
    line-height: 60px;
}
h3 {
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 25px;
}
h4 {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 25px;
}
h5 {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 25px;
}
h6 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 25px;
}

.linklist ol, .linklist ul {
    margin-bottom: 15px;
    line-height: 28px;
}

.linklist ul li ul, .blog-box .blog-content ol li ol, .blog-box .blog-content ul li ul {
    margin-top: 10px;
    position: relative;
}
.linklist ol li, .linklist ul li {
    margin-bottom: 5px;
    position: relative;
    padding-left: 15px;
    display: inline-block;
    vertical-align: top;
    padding-right: 0;
    width: 100%;
}
.linklist ul li:after {
    position: absolute;
    left: 0;
    top: 12px;
    content: "";
    width: 3px;
    height: 3px;
    background: #13192D;
    border-radius: 100%;
}
.linklist ol {
    padding-left: 13px;
}
.linklist ol li{
    padding-left: 10px;
    display: list-item;
}
.section-pd {
    padding: 70px 0;
}
.small-text-and-heading {
    border-left: 2px solid var(--bs-orange);
    padding-left: 15px;
}
.medium-heading {
    position: relative;
    display: block;
    line-height: 46px;
    font-size: 34px;
    text-transform: none;
    font-weight: 600;
    color: var(--bs-darkblue);
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
}
.title, .heading {
    margin-bottom: 20px;
    position: relative;
    display: block;
    letter-spacing: .03em;
    line-height: 55px;
    font-size: 43px;
    text-transform: none;
    font-weight: 600;
    color: var(--bs-darkblue);
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
}
.small-text {
    font-size: 30px;
    font-weight: 400;
    color: var(--bs-orange);
    line-height: 1.2;
    margin-bottom: 10px;
    text-transform: uppercase;
    position: relative;
    font-family: "Oswald", sans-serif;
}
.white-color-sec p a, .white-color-sec .heading, .white-color-sec p, .white-color-sec .title,
.white-color-sec ul li, .white-color-sec h2, .white-color-sec h3, .white-color-sec h4, .white-color-sec h5, .white-color-sec h6 {
    color: var(--bs-white);
}

.white-color-sec .btn {
    color: var(--bs-white);
    background: var(--bs-orange);
    border-color: var(--bs-orange);
}
.white-color-sec .btn:hover {
    color: var(--bs-white);
    background: none;
    border-color: var(--bs-white);
}
.white-color-sec .btn:hover:after {
    background-image: url(../img/btn-arrow.svg);
}

div#html5-close {
    background-image: url(../img/close.png);
    background-size: auto;
    width: 31px;
    height: 34px;
    background-repeat: no-repeat;
}

div#html5-close img {
    display: none;
}

/* Common CSS END */

/* Menu CSS Start */
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.menu-top li a br, .menu-top li .sub-menu li a br{
    display: none;
}
ul.menu-top li {
    display: inline-block;
    color: #fff;
    position: relative;
    margin-left: 10px;
}
ul.menu-top li:first-child{
    margin-left: 0px;
}
ul.menu-top > li.menu-item-has-children {
    margin-right: 15px;
}
.menu-top li a {
    padding: 45px 0;
    display: flex;
    align-items: center;
    text-decoration: none;
    position: relative;
    text-transform: uppercase;
    color: var(--bs-black);
    font-weight: 400;
    font-size: 22px;
    line-height: 22px;
    font-family: "Oswald", sans-serif;
}
.nav-menu .menu-top>li>a:before {
    content: "";
    position: absolute;
    width: 0;
    height: 7px;
    right: 0;
    left: 0;
    bottom: 0;
    background: var(--bs-blue);
    transition: all .3s ease-in-out;
    margin: auto;
    opacity: 1;
}
.nav-menu .menu-top>li>a:hover:before {
    width: 100%;
}
.nav-menu .menu-top>li.current-menu-ancestor a:before, .nav-menu .menu-top>li.current-menu-item>a:before {
    width: 100%;
}
.menu-top li a:hover, .menu-top li a:focus {
    color: var(--bs-darkblue);
}
.nav-menu .menu-top>li.current-menu-item>a, .nav-menu .menu-top>li.current-menu-ancestor>a {
    color: var(--bs-darkblue);
    font-weight: 600;
}
.nav-menu>.menu-top>li.menu-item-has-children:after {
    content: "";
    position: absolute;
    top: 0;
    margin: auto;
    bottom: 0;
    right: -15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 5px 0;
    border-color: #fff transparent transparent;
    display: flex;
    align-items: center;
}

ul.menu-top li ul.sub-menu li.menu-item-has-children:after{
    display: none;
}
/* dropdown start here */
ul.menu-top li:hover>ul {
    display: block;
}

ul.menu-top li:hover li {
    float: none;
}

ul.menu-top li:hover li a:hover {
    background: var(--bs-orange);
    color: #fff;
}

.menu-top .sub-menu > li {
    border-bottom: none;
}

.menu-top .sub-menu > li:last-child {
    border-bottom: none;
}

.menu-top .sub-menu li.current_page_item a {
    background-color: var(--bs-orange);
    color: #fff;
}

.menu-top .sub-menu > li.current_page_item ul li a {
    background-color: rgba(0, 0, 0, 0.95);
    color: #fff;
    font-weight: 400;
}

.menu-top .sub-menu > li.current_page_item ul li a:hover, .menu-top .sub-menu > .current_page_ancestor > a {
    background-color: var(--bs-orange);
    color: #fff;
}

.menu-top li ul li {
    border-top: 0;
    display: block;
    margin: 0;
}

/* Displays second level dropdowns to the right of the first level dropdown */
ul.menu-top ul ul {
    left: 100%;
    top: 0;
    position: absolute;
}

ul.menu-top li .sub-menu li {
    padding: 0;
    display: block;
    width: 100%;
}

.nav-menu-inner {
    width: 100%;
    margin-top: 0px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
}

.menu-top {
    position: relative;
    width: 100%;
    transition: all ease-in-out 0.2s;
    text-align: right;
}


.menu-top li:first-child {
    padding-left: 0;
}

.menu-top li:last-child {
    margin-right: 0;
    padding-right: 0px;
}
ul.menu-top li#menu-item-25 {
    display: none;
}
.sub-menu {
    background-color: var(--bs-darkblue);
    min-width: 262px;
    text-align: left;
}

ul.menu-top li .sub-menu li a {
    font-size: 16px;
    padding: 12px 15px;
    line-height: 18px;
    margin: 0;
    color: #ffffff;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    position: relative;
    text-transform: capitalize;
    letter-spacing: 1px;
}

ul.menu-top li .sub-menu li:last-child a {
    border-bottom: 1px solid rgba(255, 255, 255, 0);
}

.menu-top .sub-menu li.current_page_item a:before, .menu-top .sub-menu li a:hover:before {
    background: #fff;
}

ul.menu-top li .sub-menu li a:hover {
    background-color: var(--bs-orange);
}

.menu-header ul.sub-menu li.menu-item-has-children>a:after {
    -ms-transform: rotate(227deg);
    -webkit-transform: rotate(227deg);
    -moz-transform: rotate(227deg);
    -o-transform: rotate(227deg);
    transform: rotate(227deg);
    right: 13px;
    top: 0;
    bottom: 0;
    content: "";
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    display: inline-block;
    width: 8px;
    height: 8px;
    position: absolute;
    margin: auto;
}

.menu-header > ul > li > ul {
    transform: translateY(1.250em);
    transition: all linear 0.1s;
    top: 100%;
    position: absolute;
    list-style: none;
    z-index: 1;
    margin: 0;
    padding: 0;
    transition: all linear 0.1s;
    margin-top: 0px;
}

header#header.small-header .menu-header > ul > li > ul {
    box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.258);
    transition: all linear 0.1s;
}

.menu-header .sub-menu {
    visibility: hidden;
}
.menu-header ul li:hover>ul {
    opacity: 1;
    transform: translateY(0);
    display: block;
    visibility: visible;
    z-index: 1;
}
.menu-top li.menu-item-has-children:after {
    content: "";
    position: absolute;
    top: 0px;
    margin: auto;
    right: -15px;
    background-size: 10px;
    background-repeat: no-repeat;
    background-image: url(../img/down-arrow-white.svg);
    background-position: center;
    height: 10px;
    width: 10px;
    bottom: 1px;
}

.menu-top > li.current-menu-item:after, .nav-menu .menu-top>li.current-menu-ancestor:after {
    background-image: url(../img/down-arrow-active.svg);
}
/* Menu CSS END */
/* block css default */
.wp-block-group, .wp-block-columns {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
    margin-bottom: 35px;
    padding-left: 12px;
    padding-right: 12px;
}
.wp-block-group ul, .wp-block-columns ul {
    padding-left: 20px;
    list-style: disc;
    margin-bottom: 15px;
}
/* block css default */
/* Header Search */
.search-box-outer {
    width: 57%;
    margin-left: auto;
}

.search-icon{
    cursor: pointer;
    transition: all ease-in-out 0.45s;
    background-size: 18px;
    background-repeat: no-repeat;
    background-image: url(../img/search-white.png);
    background-position: 0px 0px;
    width: 19px;
    height: 19px;
    top: 5px;
    position: relative;
}

.close-search{
    cursor: pointer;
}

.search-bar {
    padding: 1px 0 10px 15px;
    margin-left: 0;
    color: #000;
    position: relative;
    width: auto;
    display: inline-block;
    margin-top: 0px;
}

.search-bar:before {
    content: "";
    background-color: #fff;
    position: absolute;
    height: 1.15em;
    left: 0;
    width: 1.5px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}
.search-bar-box {
    background-color: rgba(53, 163, 175, 0);
    position: relative;
    right: 0px;
    height: 3rem;
    border: 1px solid rgba(53, 163, 175, 0);
    border-bottom-color: #e9e9e9;
    z-index: 2;
    opacity: 1;
    width: calc(100% - 0em);
}
.mobile-search-bar {
    margin-left: 27px;
    height: 22px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    cursor: pointer;
    position: relative;
    padding-left: 0;
    margin-right: 0;
    top: 0px;
}
.mobile-search-bar .white-search-icon {
    display: block;
    width: 30px;
    height: 30px;
    background-size: 30px;
    background-repeat: no-repeat;
    background-image: url(../img/search-icon.svg);
    background-position: center;
    cursor: pointer;
}
.mobile-search-bar .white-search-icon:hover { 
    background-image: url(../img/search-icon-orange.svg); 
}
header#header.small-header .search-bar-box {
    top: 0;
}
#SiteSearchs img {
    width: 1.5em;
}
.browser-ie .search-bar-box,
.browser-unknown .search-bar-box,
.browser-ie .search-bar-box.active-bar,
.browser-unknown .search-bar-box.active-bar
{
    -webkit-transition:  all ease-in-out 0s;
    -moz-transition:  all ease-in-out 0s;
    -o-transition:  all ease-in-out 0s;
    transition: all ease-in-out 0s;
}

.search-icon-form button.btn {
    background-color: var(--bs-orange);
    padding: 20px;
    margin-top: 0;
}

.search-icon-form button.btn:hover {
    background-color: #fff;
    color: var(--bs-orange);
    border: 1px solid #fff;
}

.search-icon-form button.btn:focus{
    background-color: var(--bs-orange);
    color: #fff;
    border: 1px solid var(--bs-orange);
}

.search-wrapper {
    flex-direction: column;
    text-align: center;
}

.search-wrapper .title {
    color: var(--bs-orange);
    margin-bottom: 50px;
}

.search-input-box .form-control {
    color: #76777a;
}

.search-form-outer{
    width: 100%
}

.search-icon-form {
    padding: 8px 15px;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
}

.close-search .bar {
    background: #FFF;
    border-radius: 0;
    display: block;
    height: 2px;
    width: 45px;
}

.close-search .bar:nth-of-type(2) {
    width: 25px;
    margin-bottom: 7px;
    margin-top: 7px;
    margin-left: auto;
}

.search-input-box{
    width: 100%
}

.search-input-box input{
    border: none;
    padding-left: 0;
    padding-right: 0;
    color: #fff;
}

.search-input-box input:focus{
    outline: none!important;
    box-shadow: none!important
}

#m-SiteSearchs-form .search-input-box ::-webkit-input-placeholder {
    color: #ffffff;
    opacity: 1;
}

#m-SiteSearchs-form .search-input-box ::-moz-placeholder {
    color: #ffffff;
    opacity: 1;
}

#m-SiteSearchs-form .search-input-box :-ms-input-placeholder {
    color: #ffffff;
    opacity: 1;
}

#m-SiteSearchs-form .search-input-box :-moz-placeholder {
    color: #ffffff;
    opacity: 1;
}

#search-icon-bar .fa-search {
    color: #fff;
    font-size: 0;
}

.top-search-wrap {
    display: inline-block;
}

.search-input-box .form-control {
    padding: 0;
    height: 2.5rem;
    background-color: transparent;
    color: #000000;
}

.search-icon-form .fa-search {
    color: #fff;
    font-size: 0;
}
/* Header Search End */
/* Header CSS Start */
.menu-wrap, .mobile-header-sec{
    display: none;
}
.logo-wrapper {
    height: auto;
    position: relative;
    width: auto;
    top: 0;
    max-width: 100%;
}
.logo-wrapper a {
    display: flex;
    align-items: center;
}
.logo-wrapper a img {
    width: auto;
    transition: 1s;
    height: auto;
}
.menu-top li a, header#header.small-header .header-contact-info a {
    transition: 1s;
}
header#header.small-header .logo-wrapper a img {
    max-width: 100%;
}
header#header.small-header .menu-top > li > a {
    padding: 32px 0;
}
.top-search-bar {
    text-align: right;
    position: relative;
    width: 45px;
}
.nav-menu-wrapper {
    width: 100%;
    position: relative;
    margin-bottom: 0;
    transition: all ease-in-out .2s;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.menu-main-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}
header#header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 11;
    padding: 0;
    background: var(--bs-white);
}
header#header.small-header {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.18);
    background: var(--bs-white);
}
.header-top .header-left-logo {
    display: flex;
    align-items: center;
    padding-bottom: 0px;
}
.header-aside-col {
    align-items: center;
    display: flex;
}
.header-top {
    padding: 0;
    width: 100%;
    position: relative;
}
.header-contact-info {
    margin-top: 0;
    position: relative;
    top: 0;
    display: flex;
    align-items: flex-end;
    width: 315px;
    flex-direction: column;
    padding-left: 15px;
    padding-bottom: 0;
}
.header-contact-info a {
    margin-left: 0;
    width: auto;
    color: var(--bs-darkblue);
    background-color: var(--bs-white);
    display: block;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    padding: 9px;
    padding-left: 53px;
    background-image: url(../img/call-icon-blue.png);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: 15px center;
    border-radius: 60px;
    border: 2px solid var(--bs-darkblue);
    padding-right: 18px;
}
.header-contact-info a span {
    display: block;
    position: relative;
    font-size: 14px;
    font-weight: 500;
}
.header-contact-info a:hover {
    color: var(--bs-orange);
    background-color: transparent;
    background-image: url(../img/call-icon-yellow.svg);
}
.nav-menu-inner ul > li .sub-menu *{
    transition: none;
}

header#header.small-header .nav-menu-inner {
    margin-top: 0;
}

.top-left-sec {
    display: flex;
    align-items: center;
    width: 100%;
}
.header-wrap {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/** Mobile Search Bar ***/
.mobile-search-bar-box .search-input-box{
    width: 100%;
    position: relative;
}
.close-btn {
    position: absolute;
    right: 15px;
    top: 10px;
    width: 26px;
    height: 26px;
    opacity: 1;
    z-index: 2;
}

.close-btn:hover {
    opacity: 1;
    cursor: pointer;
}

.close-btn:before, .close-btn:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 26px;
    width: 2px;
    background-color: #ffffff;
}

.close-btn:hover:before, .close-btn:hover:after {
    opacity: 1;
    background-color: #ffffff;
}
.close-btn:before {
    transform: rotate(45deg);
}
.close-btn:after {
    transform: rotate(-45deg);
}

.mobile-search-bar-box{
    display: none
}
.mobile-search-bar-box {
    position: fixed;
    top: 0;
    width: 100%;
    height: 142px;
    z-index: 10000;
    background-color: var(--bs-orange);
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-100%);
    transition: all ease-in-out 0.5s;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.42);
}
.mobile-search-active .mobile-search-bar-box {
    transform: translate(0);
    z-index: 999999;
}
.mobile-search-bar-box form{
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.mobile-search-bar-box .search-input-box input {
    font-size: 16px;
    border-bottom: 1px solid #dedddd;
    color: #fff;
    height: 46px;
    padding-left: 15px;
    padding-right: 50px;
}
.mobile-search-bar-box .search-icon-form img{
    width: 28px;
    max-width: 54px;
}
.search-icon-form button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    width: 22px;
    height: 22px;
    top: 0px;
    position: relative;
    background-image: url(../img/search-white.png);
    opacity: 0.7;
}

.search-icon-form button:hover {
    opacity: 1;
}

.search-input-box .form-control:focus {
    border-bottom: 1px solid #ffffff;
    color: #fff;
}

.mobile-search-bar-box .search-input-box {
    position: relative;
}

.req-error {
    position: absolute;
    font-size: 11px;
    bottom: 1px;
    display: none;
    color: #fff;
    font-weight: normal;
    right: 50px;
    background-color: #b30000;
    padding: 1px 5px;
    border-radius: 4px 4px 0px 0px;
    line-height: normal;
    text-transform: capitalize;
}
.mobile-search-bar img {
    cursor: pointer;
    top: -3px;
    position: relative;
}

.m-close-search .bar {
    background: #FFF;
    border-radius: 0;
    display: block;
    height: 1px;
    width: 45px;
    display: none;
}
.m-close-search .bar:nth-of-type(2) {
    width: 25px;
    margin-bottom: 9px;
    margin-top: 9px;
}
.mobile-search-bar-box .search-icon-form {
    padding: 0;
    margin-left: 15px;
    margin-right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    position: absolute;
    right: 10px;
    bottom: 3px;
    width: 40px;
}
.mobile-search-bar-box [type='submit'], .mobile-search-bar-box [type='submit']:focus{
    background-color: transparent
}

.nav-menu-inner .nav-menu {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    position: relative;
}
header#header.small-header .nav-menu-inner .nav-menu {
    top: 0;
}
/* Mobile Search Bar */
/* Header CSS End */

/* owl css for nav */
.owl-nav {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    top: 0px;
    height: 25px;
    right: 0;
    margin: auto;
    z-index: 1;
    width: 100%;
    bottom: 0;
}

.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    display: inline-block;
    vertical-align: middle;
    line-height: 26px;
    height: 34px;
    width: 34px;
    font-size: 0px;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    z-index: 1;
    opacity: 1;
    border-radius: 0;
}

.owl-carousel .owl-nav .owl-prev {
    left: -60px;
    background-image: url(../img/next.png);
    background-position: center;
    transform: rotate(180deg);
}

.owl-carousel .owl-nav .owl-next {
    right: -60px;
    background-image: url(../img/next.png);
    background-position: center;
}

.owl-carousel .owl-nav .owl-next:hover:after, .owl-carousel .owl-nav .owl-prev:hover:after {
    opacity: 0.2;
}

.owl-carousel .owl-nav .owl-next:hover, .owl-carousel .owl-nav .owl-prev:hover{
    opacity: 1;
    background-image: url(../img/next-hover.png);
}
/* end owl css */

/* owl dots */
.owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 65px;
}
.owl-dots .owl-dot span {
    display: block;
    background: #D9D9D9;
    width: 15px;
    height: 15px;
    border-radius: 100%;
}
.owl-dots .owl-dot {
    margin: 0 5px;
    cursor: pointer;
}
.owl-dots .owl-dot.active span {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bs-orange);
}
/* owl dots end */


/* Contact Form CSS Start */
.wpcf7 form.spam .wpcf7-response-output {
    margin-left: auto !important;
    margin-right: auto !important;
}

.wpcf7 .wpcf7-form-control-wrap.quiz-math, .wpcf7 .wpcf7-form-control-wrap.quiz-math label {
    width: 100%;
    margin: 0;
}

.wpcf7 .wpcf7-spinner {
    position: absolute;
    right: -30px;
    top: 0;
    bottom: 0;
    margin: auto;
}

div.wpcf7 .wpcf7-form .form-control, .common-form-style .form-group .form-control {
    padding: 5px;
    font-size: 16px;
    text-transform: none;
    color: #fff;
    background: none;
    height: 60px;
    font-weight: 400;
    padding-left: 0;
    border: none;
    border-bottom: 1px solid #b1b1b1;
    opacity: 0.8;
}
div.wpcf7 .wpcf7-form textarea.form-control, .common-form-style .form-group textarea.form-control {
    height: 120px;
}

.form-group {
    margin-bottom: 1.5rem;
}

.wpcf7 .wpcf7-response-output {
    font-size: 12px;
    line-height: 1.3;
    position: absolute;
    left: 0;
    bottom: -40px;
    right: 0;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
    border: none !important;
    margin: 0 !important;
    background: #b31517;
    max-width: 389px;
}

.form-control, .form-control:focus {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    box-shadow: none;
    padding: .4rem 0rem;
    font-size: 0.9rem;
}

.wpcf7-form-control-wrap {
    display: inline-flex;
    width: 100%;
}

.wpcf7 .wpcf7-not-valid-tip {
    color: #fff;
    font-weight: normal;
    display: block;
    position: absolute;
    bottom: 1px;
    right: 0;
    font-size: 10px;
    background-color: #b30000;
    padding: 6px;
    border-radius: 4px 4px 0px 0px;
    line-height: 6px;
    text-transform: capitalize;
}

.form-banner-404 .wpcf7 .wpcf7-not-valid-tip{
    padding: 2px 5px;
}

.wpcf7{
    position: relative;
}
.btn-wrap {
    padding: 0;
    display: inline-block;
    position: relative;
    width: 202px;
    margin-top: 20px;
    margin-right: 0;
    margin-left: 0;
}
.btn-wrap .wpcf7-submit {
    display: inline-block;
    position: relative;
    width: 100%;
    min-width: 100%;
    z-index: 1;
}

.wpcf7 .btn-wrap {
    position: relative;
    width: 190px;
}
.wpcf7 .btn-wrap .btn {
    width: 100%;
    text-align: center;
}

/* .wpcf7 .btn-wrap:after {
    content: "";
    background: url(../img/btn-arrow.svg) no-repeat;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    right: 25px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    pointer-events: none;
} */

.wpcf7 .btn-wrap:after {
    right: -70px;
    left: 0;
    margin: auto;
}
.wpcf7 .btn-wrap:hover:after {
    background: url(../img/btn-arrow-hover.svg) no-repeat;
    background-size: contain;
    background-position: center
}
div.wpcf7 .ajax-loader {
    position: absolute;
    left: 0;
    right: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 1;
    z-index: 1;
    display: block;
}
div.wpcf7 form.submitting .btn-wrap input, .sidebar div.wpcf7 form.submitting .btn-wrap input {
    color: #ffffff;
    background-color: var(--bs-orange);
    border: 2px solid var(--bs-orange);
    text-decoration: none;
}
div.wpcf7 form.submitting .btn-wrap {
    border: none;
    color: #000;
    background: none;
    border-color: #000;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    max-width: 224px;
    visibility: hidden;
    display: none !important;
}

.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok, .wpcf7 form.sent .wpcf7-response-output, .thank-you-message {
    color: #fff !important;
    background: #00772c !important;
    text-align: center;
    margin-left: auto !important;
    margin-right: auto !important;
    opacity: 0;
}

textarea {
    resize: none;
    height: 5rem;
}

[type=submit], [type=submit]:focus {
    cursor: pointer;
    box-shadow: none;
}
/* placeholder */
.wpcf7 ::-webkit-input-placeholder {
    color: #8D8D8D;
}

.wpcf7 ::-moz-placeholder {
    color: #8D8D8D;
}

.wpcf7 :-ms-input-placeholder {
    color: #8D8D8D;
}

.wpcf7 :-moz-placeholder {
    color: #8D8D8D;
}
.wpcf7 .wpcf7-not-valid-tip, .wpcf7 label.error {
    color: #fff;
    font-weight: 400;
    position: absolute;
    bottom: -14px;
    right: 0;
    font-size: 10px;
    background-color: #b30000;
    padding: 4px;
    border-radius: 0px;
    line-height: 6px;
    text-transform: capitalize;
    margin: 0;
}
.wpcf7 .wpcf7-not-valid-tip {
    font-size: 0px;
    display: none;
}
.wpcf7 .quiz-math .wpcf7-not-valid-tip {
    font-size: 10px;
    display: inline-block;
}
/* Contact Form CSS END */

/* footer social icon */
.footer-social-icon-wrap {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
}
.footer-social-icon-wrap .footer-title {
    margin: 0;
    min-width: 152px;
}
ul.footer-social {
    z-index: 1;
    display: flex;
    margin-top: 0px;
}
ul.footer-social li {
    margin: 0;
    margin-right: 11px;
}
ul.footer-social li:last-child {
    margin-right: 0px;
}
.footer-social li a {
    position: relative;
    height: 25px;
    width: 21px;
    line-height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px;
    border: none;
}
ul.footer-social li a svg, ul.footer-social li a img {
    height: 20px;
    width: 20px;
}
ul.footer-social li a svg path, ul.footer-social li a svg circle, ul.footer-social li a svg rect {
    fill: var(--bs-white);
}

ul.footer-social li a:hover svg path, ul.footer-social li a:hover svg circle, ul.footer-social li a:hover svg rect {
    fill: var(--bs-orange);
}

.footer-sec ul li a br, ul.menu-top li a br {
    display: none;
}
/* footer social icon */
/* Footer CSS Start */
.footer-logo a {
    max-width: 164px;
    display: inline-block;
}
.main-footer {
    background: var(--bs-blue);
    padding-top: 50px;
}
.main-footer * {
    color: var(--bs-white);
}
.footer-left-side {
    padding-right: 35px;
}
.footer-right-side {
    padding-left: 15px;
}
.footer-info p {
    font-weight: 300;
    font-size: 16px;
}
.footer-logo img {
    width: auto;
    max-width: 265px;
}
.footer-logo {
    margin-bottom: 30px;
}
.footer-wrapper {
    margin-bottom: 40px;
}
.footer-title {
    margin-bottom: 30px;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    border-left: 2px solid var(--bs-orange);
    line-height: 25px;
    padding-left: 10px;
}
.copyright {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    padding: 15px;
    border-top: 0px solid var(--bs-white);
    display: flex;
    align-items: center;
    justify-content: center;
}
.copyright p {
    font-size: 14px;
    margin: 0;
}
.copyright .small-nav {
    margin-left: 5px;
    font-size: 14px;
    color: var(--bs-white);
}
.small-nav a {
    display: inline-block;
    margin-right: 6px;
    position: relative;
    padding-right: 0;
    font-weight: 400;
    color: var(--bs-white);
    margin-left: 4px;
}
.small-nav a:hover {
    color: var(--bs-orange);
}
.small-nav a:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 10px;
    background: var(--bs-white);
    top: 0;
    right: -8px;
    bottom: 0;
    margin: auto;
}
.small-nav a:last-child:after {
    display: none;
    opacity: 0;
}
.nap-postal-address-wrapper {
    margin-top: 15px;
}
.footer-sec ul {
    column-count: 1;
}
.footer-sec ul li {
    position: relative;
    margin-bottom: 10px;
}
.footer-sec ul li a {
    padding: 0;
    display: inline-block;
    color: var(--bs-white);
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: 32px;
    position: relative;
    padding-left: 25px;
}
.footer-sec ul li a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
    width: 12px;
    height: 2px;
    background: var(--bs-orange);
}
.footer-sec ul li a:hover {
    color: var(--bs-orange);
}
.footer-sec ul li:last-child {
    margin-bottom: 0px;
}
/* nap css */
.nap-address-info, .nap-address-info a, .nap-address-info *, .nap-contact-info .phoneno, .nap-time-info {
    padding: 0;
    display: inline-block;
    color: var(--bs-white);
    font-size: 22px;
    font-weight: 300;
    line-height: 32px;
    position: relative;
}
.nap-contact-info {
    width: 100%;
    margin-bottom: 0;
    margin-top: 10px;
}
.nap-address-info {
    background-image: url(../img/location-icon.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 0 4px;
    padding-left: 45px;
    width: 100%;
    position: relative;
    font-weight: 400;
    font-size: 16px;
}
.nap-contact-info .phoneno {
    display: inline-block;
    padding: 10px 0;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 20px;
    padding-left: 45px;
    line-height: normal;
    background-image: url(../img/call.svg);
    color: var(--bs-orange);
}
.nap-contact-info .phoneno, .nap-fax-info, .nap-contact-info .phoneno span {
    color: var(--bs-white);
}

.nap-address-info .direction-link {
    color: var(--bs-white);
    border-bottom: 1px solid var(--bs-white);
}
.nap-address-info .direction-link:hover {
    color: var(--bs-orange);
    border-color: var(--bs-orange);
}

.nap-contact-info .phoneno:hover, .nap-contact-info .phoneno:hover  span{
    color: var(--bs-orange);
}
/* nap css */

.footer-sec ul li a br, ul.menu-top li a br {
    display: none;
}
/* Footer CSS Start END */
/* Site Schema Styling */
.clientreviews {
    background: #f9f9f9;
    border: 1px solid #eaeaea;
    padding: 20px;
    margin-bottom: 0;
    line-height: 1.87;
}
.page-template-template-about  .site-schema {
    margin-top: 70px;
}
.clientreviews .heading {
    margin-bottom: 15px;
    position: relative;
    line-height: normal;
    font-size: 35px;
}
.review-schema-wrapper {
    padding-top: 0px;
    margin-bottom: 50px;
}
.clientreviews div strong, .clientreviews p strong {
    color: var(--bs-orange);
    letter-spacing: 1px;
}
.clientreviews p {
    color: #000;
}
.page_review_by .testimonialTitle {
    color: #000;
}
.clientreviews p strong {
    font-weight: 600;
}
.review-schema-wrapper .page_review {
    line-height: 32px;
}
.clientreviews .heading span, .clientreviews .heading strong {
    position: relative;
}
.clientreviews.video-schema .heading:after {
    bottom: 6px;
}
.video-schema p {
    line-height: 32px;
    margin-bottom: 5px;
}
.site-schema {
    margin-top: 0px;
}
.video-schema {
    margin-bottom: 0px;
    margin-top: 0px;
}

.video-schema .heading {
    margin-bottom: 15px;
}
.clientreviews iframe {
    border: 1px solid #f6f6f6;
    width: 100%;
}

.review-schema-wrapper + .clientreviews.video-schema {
    margin-bottom: 70px;
}
/*  Site Schema Styling End */

/* Home banner css */
.home-banner {
    height: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    z-index: 1;
    color: #fff;
    background-color: #000;
    clip-path: ellipse(100% 100% at 50% 0%);
}
.home-banner:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: 1;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.54), rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(127, 127, 127, 0.0));
    z-index: 0;
}
.home-banner .container {
    z-index: 1;
}
.home-banner .row {
    max-width: 1000px;
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column
}
.home-banner .banner-content {
    width: 100%;
    position: relative;
}
.home-banner .banner-title {
    color: #fff;
    position: relative;
    font-size: 70px;
    font-weight: 600;
    line-height: 80px;
    margin: 0;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 10px;
}
.home-banner img.home-banner-bg {
    position: absolute;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.home-banner-video {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%
}
.home-banner-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}
.home-banner-video:after {
     background-color: rgba(0, 0, 0, .5);
    opacity: .8;
    transition: background .3s,border-radius .3s,opacity .3s;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    bottom: 0;
    height: 100%
}
.banner-wrap {
    text-align: center;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
}
.banner-wrap .banner-small-title {
    font-size: 35px;
    font-weight: 300;
    text-transform: uppercase;
}
.banner-wrap .home-banner-info {
    width: 100%;
    position: relative;
}
.banner-wrap .home-banner-info .page-button .btn {
    margin-right: 15px;
}
.banner-wrap .home-banner-info .page-button .btn:last-child {
    margin-right: 0px;
}
/* Home banner css end */

.home-banner-video {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%
}

.home-banner-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

/* news letter */
.newsletter-wrap {
    padding: 0;
    width: 100%;
    position: relative;
    display:flex;
	margin:10px 0px;
}
.newsletter-wrap .mail-title {
    margin-bottom: 22px;
    position: relative;
    font-style: normal;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.9px;
    text-transform: uppercase;
    color: #EEEEEE;
    font-family: 'Noto Serif', serif;
}
.newsletter-wrap div.wpcf7 .wpcf7-form .form-control {
    font-size: 16px;
    text-transform: none;
    color: #000;
    height: 40px;
    background: #fff;
    border: 1px solid #fff;
    padding: 5px 8px;
    border-radius: 0;
    font-weight: 400;
    font-family: sans-serif;
	opacity:5;
}
.news-form-wrap {
    width: 100%;
    display: flex;
    position: relative;
}
.news-btn-wrap {
    position: relative;
    width: 80px;
}
.news-btn-wrap .btn {
    width: 80px;
    font-size: 20px;
    padding: 0;
    display: block;
    height: 40px;
    border: none;
    background-color: var(--bs-orange);
    min-width: inherit;
    color: #ffffff;
    border-radius: 0px;
    text-align: center;
    border: 1px solid var(--bs-orange);
    font-weight: 400;
}
.news-btn-wrap .btn:hover {
    background-color: var(--bs-darkblue);
    color: var(--bs-white);
    border-color: var(--bs-darkblue);
}
.newsletter-col {
    margin-bottom: 15px;
}
/* news letter */

/* home page css ebook section */
.banner-wrap {
    margin-top: -65px;
}
.download-ebook-sec {
    margin-top: -130px;
}
.ebook-sec-row {
    border-radius: 26px;
    background: #F9F8F8;
    flex-direction: row-reverse;
    margin: 0;
    padding: 58px 70px 58px 111px;
}
.ebook-sec-row .download-ebook-col {
    text-align: right;
}
.ebook-sec-row .download-ebook-info {
    display: flex;
    align-items: center;
}
.video-box-content {
    width: 100%;
}

.video-box-content a {
    width: 100%;
    display: block;
}
.video-box-content a img {
    width: 100%;
}
.attorney-video-info {
    display: flex;
    align-items: center;
    padding-left: 80px;
}
.attorney-video-info .page-button {
    margin-top: 40px;
}
.home-map-sec img {
    width: 100%;
}
/* home page css ebook section */

/* who we are css */
.who-we-are-row {
    flex-direction: row-reverse;
}
.orange-text {
    color: var(--bs-orange);
    font-size: 16px;
    font-weight: 400;
    margin-top: 25px;
    margin-bottom: 10px;
	font-style:italic;
}
.blue-text {
    font-size: 16px;
    font-weight: 400;
    margin-top: 15px;
}
.who-we-are-col {
    display: flex;
}
.who-we-are-info {
    display: flex;
    align-items: center;
    padding-bottom: 70px;
}
.who-we-are-col .who-we-are-content {
    width: calc(100% - 50px);
    position: relative;
    z-index: 1;
    padding-left: 70px;
}
.who-we-are-col .who-we-are-content:after {
    position: absolute;
    content: "";
    right: -81px;
    top: -100px;
    width: 400px;
    height: 400px;
    background: #C97B44;
    opacity: 0.1;
    border-radius: 100%;
    z-index: -1;
}
.who-we-are-col .who-we-are-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* who we are css */
/* Estate planning Css */
.estate-bg-image {
    width: 100%;
}
.estate-planning-sec .container {
    position: absolute;
    top: -70px;
    bottom: 0;
    margin: 0 auto;
    height: auto;
    right: 0;
    left: 0;
    display: flex;
    align-items: center;
}
.estate-sec-row {
    width: 100%;
}
.estate-right-sec {
    margin-left: auto;
    text-align: right;
}
.border-right-side .small-text-and-heading {
    border-left: none;
    padding-left: 0;
    border-right: 2px solid var(--bs-orange);
    padding-right: 15px;
}
/* Estate planning Css */
/* what we do Css */
.what-we-do-sec {
    margin-top: -90px;
}
.what-we-do-wrap-content {
    width: 100%;
    position: relative;
    border-radius: 26px;
    background: var(--bs-white);
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.10);
    padding: 40px 30px;
}
.practice-col-item .practice-link {
    border-radius: 26px;
    border: 1px solid #13192D;
    display: block;
    width: 100%;
    padding: 55px 35px;
	transition:0.6s;
}
.practice-col-item .practice-link > div {
    width: 100%;
    position: relative;
}
.practice-col-item {
    display: flex;
    margin-top: 25px;
}
.practice-col-item .practice-link .prac-icon {
    margin-bottom: 20px;
}
.practice-col-item .practice-link .prac-icon svg, .practice-col-item .practice-link .prac-icon img {
    height: 60px;
    width: 60px;
}
.practice-col-item .practice-link .practice-content {
    color: var(--bs-blue);
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
}
.practice-col-item .practice-link .practice-heading {
    font-size: 25px;
    font-weight: 500;
    color: var(--bs-orange);
    line-height: 1.3;
    margin-bottom: 15px;
    text-transform: uppercase;
    position: relative;
    font-family: "Oswald", sans-serif;
}
.practice-col-item .practice-link .read-more {
    color: var(--bs-white);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    margin-top: 15px;
}
.practice-col-item .practice-link .prac-icon svg path {
    fill: var(--bs-blue);
}
.practice-col-item .practice-link:hover .prac-icon svg path {
    fill: var(--bs-white);
}
.practice-col-item .practice-link:hover {
    background-color: var(--bs-blue);
    border-color: var(--bs-blue);
	transition:0.6s;
}
.practice-col-item .practice-link:hover .practice-heading, .practice-col-item .practice-link:hover .practice-content, .practice-col-item .practice-link:hover .read-more {
    color: var(--bs-white);
}
.what-we-do-content {
    margin-top: 30px;
}
.what-we-do-content p {
    font-size: 18px;
    text-align: center;
}
.what-we-do-content .page-button {
    text-align: center;
}
.heading-center-wrap {
    position: relative;
}
.heading-center-wrap .small-text {
    position: relative;
    display: inline-block;
}
.heading-center-wrap .small-text:before {
    content: "";
    background: var(--bs-orange);
    height: 2px;
    width: 93px;
    position: absolute;
    left: -105px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.heading-center-wrap .small-text:after {
    content: "";
    background: var(--bs-orange);
    height: 2px;
    width: 93px;
    position: absolute;
    right: -105px;
    top: 0;
    bottom: 0;
    margin: auto;
}
/* what we do Css */
/* Why Choose Us Css */
.why-choose-us-sec {
    background: #FAF2EC;
    padding-top: 350px;
    margin-top: -140px;
    z-index: 0;
    padding-bottom: 70px;
    clip-path: ellipse(100% 100% at 50% 100%);
}
.why-choose-us-row {
    flex-direction: row-reverse;
	    align-items: center;
}
.steps-col-item {
    margin-top: 10px;
    margin-bottom: 10px;
}
.step-heading {
    font-size: 22.458px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    color: var(--bs-orange);
}
.step-info-wrap {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
}
.step-info-wrap .step-icon {
    width: 44px;
}
.step-info-wrap .step-icon svg {
    width: 44px;
    height: 44px;
}
.step-name-detail {
    padding-left: 15px;
}

.why-choose-us-image {
    width: 100%;
}

.why-choose-us-image img {
    width: 100%;
    border: 1px solid #C97B44;
    padding: 22px;
    border-radius: 0% 30% 0% 30%;
    height: 100%;
    object-fit: cover;
}
/* Why Choose Us Css */


/* testimonial css */
.testimonial-item {
    height: 294px;
    padding: 38px 38px;
    display: flex;
    justify-content: flex-start;
    position: relative;
    flex-direction: column;
    text-align: left;
    z-index: 1;
    background: none;
    border: none;
}
.testimonial-item:after {
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    background-image: url(../img/quotes.svg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    z-index: 1;
    bottom: 25px;
    right: -25px;
    display: inline-block;
}
.testimonial-item .h5 {
    font-weight: 500;
    font-size: 25px;
    letter-spacing: 0.03em;
    color: var(--bs-orange);
    line-height: 1.3;
    margin-bottom: 0;
    text-transform: uppercase;
    position: relative;
    font-family: "Oswald", sans-serif;
}
.testimonial-item .client-name-wrap {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 35px;
}
.testimonial-item p {
    font-weight: 300;
}
.our-customer-info, .testimonial-btn  {
    text-align: center;
}
.our-customer-info {
    margin-bottom: 30px;
}
.testimonial-btn {
    margin-top: 35px;
}
.review-rating {
    margin: 0;
    position: relative;
    width: auto;
    padding-bottom: 0;
    display: flex;
    align-items: center;
}
.review-rating .star-icon {
    display: inline-block;
    background-image: url(../img/star.png);
    background-repeat: no-repeat;
    background-size: 17px;
    height: 17px;
    width: 18px;
    background-position: center;
    margin-left: 3px;
}
.our-customer {
    background-color: #001a3e;
}
.white-color-sec .testimonial-item .h5 {
    color: var(--bs-white);
}
.testimonial-content .owl-item .items {
    position: relative;
    width: 100%;
    padding-top: 0;
}
.testimonial-content .owl-item .items:before {
    display: block;
    width: 100%;
    height: 63%;
    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    position: absolute;
    top: 0;
    border-top-right-radius: 58px;
    opacity: 0.5;
    z-index: 1;
    content: "";
    right: 0;
}
.testimonial-content .owl-item .items:after {
    display: block;
    width: 100%;
    height: 60%;
    border-bottom: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
    position: absolute;
    border-bottom-left-radius: 58px;
    bottom: 0;
    opacity: 0.5;
    z-index: -1;
    content: "";
    left: 1px;
}
/* testimonial css */

/* video css */
.video-wrap-detail .video-image {
    display: block;
    width: 100%;
    position: relative;
}
.video-wrap-detail .video-image img {
    width: 100%;
}
.video-wrap-detail .video-image:after {
    position: absolute;
    background-image: url(../img/youtube.png);
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    height: 76px;
    width: 76px;
    background-position: center;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    z-index: 1;
}
.video-wrap-detail {
    width: 100%;
}
.video-col-item {
    margin-top: 30px;
}
.video-content {
    width: 100%;
    position: relative;
}
.video-wrap-detail .video-heading {
    color: var(--bs-darkblue);
    font-family: Oswald;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 5px;
}
.video-wrap-detail .watch-now a {
    color: var(--bs-orange);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: underline;
}
.video-wrap-detail .watch-now a:hover {
    color: var(--bs-blue);
}
.video-wrap-detail .video-image:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .5);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    opacity: 0;
    transition: 1s;
    border-radius: 22px;
}
.video-wrap-detail .video-image img {
    width: 100%;
    border-radius: 25px;
    height: 256px;
    object-fit: cover;
}
.video-wrap-detail .video-image:hover:before {
    opacity: 1;
}
.video-wrap-detail .watch-now {
    width: 100%;
    margin-top: 10px;
}
/* video css */
/* CTA CSS */
.cta-sec-row {
    height: 280px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    width: 100%;
    position: relative;
    padding: 45px;
}
.cta-sec-row .page-button {
    margin-top: 0;
    text-align: right;
}
.cta-sec-row .row {
    align-items: center;
}
/* CTA CSS */


/* faq css */
.faqlist {
    margin-top: 30px;
    width: 100%;
    position: relative;
}
.faqlist .faq-title {
    padding: 20px 30px;
    position: relative;
    border-radius: 0px;
    background-color: transparent;
    border: none;
    display: block;
    cursor: pointer;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: var(--bs-darkblue);
    text-transform: capitalize;
    font-family: "Oswald", sans-serif;
    background: #F9F8F8;
    padding-right: 60px;
}
.faqlist .faq-title:before {
    display: flex;
    align-items: center;
    justify-content: center;
    content: "";
    position: absolute;
    line-height: 2;
    font-weight: 300;
    transition: .3s all;
    background-image: url(../img/plus.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
    width: 38px;
    height: 38px;
    top: 16px;
    margin: auto;
    cursor: pointer;
    right: 20px;
    border: 1px solid var(--bs-darkblue);
    border-radius: 100%;
}
.faqlist .faq-title[aria-expanded=true]:before {
    transform: rotate(180deg);
    background-image: url(../img/minus.png);
}
.faqlist .faq-description {
    padding: 30px;
    background: #F9F8F8;
    padding-top: 0;
}
.faq-btn-row {
    margin-top: 35px;
}
.faq-btn-row .page-button {
    text-align: center;
}
.faq-btn-row .page-button .btn:last-child {
    margin-left: 20px;
}
/* home faq css */

/* team section css */
.team-detail-sec {
    background-image: url(../img/team-bg-pattern.png);
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: top left;
}
.team-right-info {
    display: flex;
    align-items: center;
    padding-left: 40px;
}
.team-image {
    width: 100%;
    position: relative;
    z-index: 1;
}
.team-image:after {
    width: 100%;
    position: absolute;
    border-radius: 100px 38px 38px 38px;
    content: "";
    left: -20px;
    top: 20px;
    height: 100%;
    z-index: 0;
    border: 1px solid #C97B44;
}
.team-image img {
    width: 100%;
    border-radius: 100px 38px 38px 38px;
    padding: 0px;
    z-index: 1;
    position: relative;
}
/* team section css */

/* blog home section */
.blog-detail-sec {
    background: #F8F8F9;
}
.home-post-image a {
    display: block;
}
.home-post-image a img {
    width: 100%;
    height: 176px;
    border-radius: 15px;
    object-fit: cover;
    object-position: center;
}
.blog-right-info .blog-item-wrap {
    display: flex;
}
.home-blog-info a.h3 {
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    color: #C97B44;
}
.home-post-image a img {
    width: 100%;
    height: 176px;
    border-radius: 15px;
    object-fit: cover;
	    background-size: cover;
    background-position: center;
    object-position: center;
}

.home-blog-info a.h3 {
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    color: #C97B44;
}

.home-blog-info {
    padding: 20px 0;
}

.home-blog-info .view-all {
    color:  #C97B44;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}
.blog-item-sec {
    position: relative;
    width: 100%;
    border-radius: 26px;
    background: #fff;
    box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.10);
}
.home-blog-info {
    padding: 20px;
}
/* .blog-item-sec:after {
    border-radius: 33px;
    border: 1px solid #C97B44;
    box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.10);
    position: absolute;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    content: "";
    left: -10px;
    right: 0px;
    top: -10px;
    bottom: 0;
    opacity: 0;
	border-radius:26px;
} */
.blog-item-sec:after {
    border-radius: 33px;
    border: 1px solid #C97B44;
    box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.10);
    position: absolute;
    width: calc(100% + 30px);
    height: calc(100% + 30px);
    content: "";
    left: -15px;
    right: 0px;
    top: -14px;
    bottom: 0px;
    opacity: 0;
    border-radius: 26px;
}
.blog-item-sec:hover:after {
    opacity: 1;
}
.blog-left-info {
    display: flex;
    align-items: center;
}
/* blog home section */
/* plan-and-value section */
.plan-and-value-col {
    background: rgba(19, 25, 45, 0.27);
    padding: 50px 48px;
    position: relative;
}
.plan-and-value-col .value-heading {
    color: #fff;
    font-size: 24px;
    margin-top: 30px;
    padding-left: 30px;
    border-left: 2px solid #fff;
    line-height: normal;
    width: calc(100% - 22px);
    margin-left: 22px;
}
.value-icon svg path, .value-icon img {
    width: 56px;
    height: 56px;
}

.value-number-wrap {
    width: 100%;
    display: flex;
    align-items: center;
}
.plan-and-value-col .value-number {
    color: #fff;
    font-family: Oswald;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    padding-left: 20px;
}
.plan-value-row {
    margin: 0;
}
.plan-and-value-col:nth-child(2) {
    background: #000;
    border-bottom: 7px solid #C97B44;
}
/* plan-and-value section */

/* plan-and-value section */
.trust-logos-section .item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0 1rem;
    height: 9rem;
    background: none;
}
.trust-logos-section .item svg {
    max-height: 102px;
    width: 102px;
    transition: all .4s ease-in-out 0s;
}
.trust-logos-section .item img {
    max-height: 103px;
    width: auto;
    transition: all .4s ease-in-out 0s;
}
/* trust-logos section */
/* consultation section */
.consultation-btn-info {
    padding: 0 13px;
    border-left: 2px solid var(--bs-orange);
    border-right: 2px solid var(--bs-orange);
    margin-left: 45px;
    min-width: 218px;
}
.consultation-btn-info a {
    font-family: Oswald;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    text-transform: uppercase;
    color: #333;
    text-align: center;
    display: inline-block;
}
.consultation-btn-info a:hover {
    color: var(--bs-orange);
}
ul.header-social {
    display: flex;
    padding-left: 35px;
}
ul.header-social li {
    margin: 0;
    margin-right: 18px;
}
ul.header-social li:last-child {
    margin-right: 0px;
}
.header-social li a {
    position: relative;
/*     height: 25px;
    width: 21px; */
    line-height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px;
    border: none;
}
ul.header-social li a svg, ul.header-social li a img {
    height: 20px;
    width: 30px;
}
ul.header-social li a svg path, ul.header-social li a svg circle, ul.header-social li a svg rect {
    fill: var(--bs-darkblue);
}

ul.header-social li a:hover svg path, ul.header-social li a:hover svg circle, ul.header-social li a:hover svg rect {
    fill: var(--bs-orange);
}

.team-right-info .small-text-and-heading {
    margin-bottom: 25px;
}
.team-right-info .small-text-and-heading .heading {
    margin-bottom: 5px;
}
/* consultation section */
/* Home map section */
.home-map-sec {
    height: 640px;
    position: relative;
}

.home-map-sec iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.btn.orange-btn {
    color: var(--bs-white);
    background: var(--bs-orange);
    border-color: var(--bs-orange);
}
.btn.orange-btn:hover {
    color: var(--bs-white);
    background: var(--bs-blue);
    border-color: var(--bs-blue);
}

.btn.blue-btn {
    color: var(--bs-white);
    background: var(--bs-blue);
    border-color: var(--bs-blue);
}
.btn.blue-btn:hover {
    color: var(--bs-white);
    background: transparent;
    border-color: var(--bs-white);
}

.btn.white-btn {
    color: var(--bs-white);
    background: transparent;
    border-color: var(--bs-white);
}
.btn.white-btn:hover {
    color: var(--bs-white);
    background: var(--bs-blue);
    border-color: var(--bs-blue);
}

/* Home map section */
.top-breadcrumb {
    background: #e9ecef
}
.breadcrumb{
	display:none;
}

.top-breadcrumb div#breadcrumbs {
    background: #e9ecef;
    margin: 0;
    padding: 10px 0
}
.static-page-details img {
    border-radius: 25px;
}

.our-customer .owl-carousel .owl-stage-outer {
    overflow: visible!important;
}

/* about page css */
.community-image {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.11);
    text-align: center;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.community-image img {
    height: auto;
    width: auto;
    max-width: 100%;
}
.community-link {
    display: flex;
    margin-top: 30px;
}
.community-link a {
    background: #c97b4426;
    color: #C97B44;
    line-height: normal;
    padding: 8px 15px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    width: 100%;
    text-decoration: underline;
}
.community-link a:hover {
    background: var(--bs-darkblue);
    color: var(--bs-white);
    text-decoration: none;
}
.community-image-col {
    margin-top: 50px;
}
/* about page css */