/* Common CSS Start */
:root {
    --color-1: #021628;
    --color-2: #00719a;
    --color-3: #E65305;
    --color-4: #00222f;
    --color-5: #031729;
    --color-6: #ffffff;
    --body-font: "Inter", sans-serif;
    --title-font: "DM Serif Display", 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;
    letter-spacing: 0px;
    font-family: var(--body-font);
    font-weight: 400;
    color: var(--color-4);
    font-size: 18px;
    line-height: 1.8;
    padding-top: 0px;
}
.wow {
    overflow: hidden;
}

@keyframes zoomIn {
    0% {
        transform: scale(.5);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}
.zoomInEffect {
    animation: zoomIn 1s ease-out forwards;
}

img {
    max-width: 100%;
    height: auto;
}
.nav-link:focus, .nav-link:hover {
    color: var(--color-3);
}
.hide{
    display: none;
}
.container-fluid {
}

:focus{
    outline: 0;
    outline: none;
}
a {
    color: var(--color-2);
    text-decoration: none;
}
a:hover {
    color: #000000;
}
html body a:focus, html body h1:focus, html body h2:focus, html body h3:focus, html body h4:focus, html body h5:focus, html body h6:focus {
    outline: var(--color-2);
}
p {
    margin-bottom: 15px;
}
p:last-child{
    margin-bottom: 0
}
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;
    text-decoration: none;
}
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: var(--color-3);
}
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;
}

.bgcover{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.logged-in header#header {
    top: 32px;
}
/* body.logged-in {
    padding-top: 112px;
} */
body.nav-open-menu{
    overflow: hidden;
}
/* btn sec */
.btn svg, .btn img {
    width: 18px;
    height: 17px;
    margin-left: 8px;
    position: relative;
    top: 0px;
    display: inline-block;
}
.btn {
    margin-left: 0;
    width: auto;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    background-color: var(--color-3);
    padding: 30.2px 29px;
    line-height: 100%;
    color: #fff;
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    border-radius: 58px;
    padding-right: 85px;
    white-space: nowrap;
    transition: 0.5s;
    border: 2px solid var(--color-3);
}
.btn-white {
    background-color: var(--color-6);
    color: #000000;
    border-color: var(--color-6);
}
.btn:after {
    content: "";
    background-image: url(../img/arrow-up-right.svg);
    background-color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    top: 8px;
    right: 9px;
    transition: .3s;
}
.btn:hover::after,
.btn:focus::after
 {
    background-image: url(../img/arrow-up-right-white.svg);
    background-color: var(--color-3);
}
.btn-white:after{
    background-color: var(--color-3);
    background-image: url(../img/arrow-up-right-white.svg);
}
.btn-white:hover::after,
.btn-white:focus::after
{
    background-color: var(--color-6);
    background-image:  url(../img/arrow-up-right.svg)
}
.btn:hover {
    color: var(--color-3);
    background-color: transparent;
    border-color: var(--color-3);
}
.btn.focus, .btn:focus {
    color: var(--color-3);
    background-color: transparent;
    border-color: var(--color-3);
}
.btn-white:hover {
    background-color: var(--color-3);
    color: var(--color-6);
}
.btn:hover svg path {
    stroke: #fff;
}

.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    transition: 0.5s;
    border-color: var(--color-3);
    color: var(--color-2);
    background-color: var(--color-3);
}

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

.btn:hover svg {

    transform: rotate(70deg);
    transition: 0.5s;
}

h1, .h1, h2, .h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6 {
    position: relative;
    color: var(--color-1);
    font-family: var(--title-font);
    font-weight: 400;
    line-height: 1.3;
}
h1 {
    font-size: 55px;
    margin-bottom: 15px;
}
h2 {
    margin-bottom: 15px;
    font-size: 48px;
}
h3 {
    font-size: 42px;
    margin-bottom: 15px;
}
h4 {
    font-size: 35px;
    margin-bottom: 15px;
}
h5 {
    font-size: 30px;
    margin-bottom: 15px;
}
h6 {
    font-size: 25px;
    margin-bottom: 15px;
}
.linklist ol, .linklist ul {
    margin-bottom: 15px;
    line-height: 28px;
    padding-left: 15px;
}
.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 {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-right: 0;
    width: 100%;
    line-height: normal;
    margin-bottom: 10px;
    padding-left: 25px;
}
.linklist ul li:after {
    position: absolute;
    left: 0;
    content: "";
    border-radius: 100%;
    height: 14px;
    width: 14px;
    background-color: transparent;
    background-image: url(../img/list-star.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: 6px;
}
.linklist ol {
    padding-left: 30px;
}
.linklist ol li {
    padding-left: 0px;
    display: list-item;
}

.linklist ol {
    clear: both;
    list-style: none;
    margin-bottom: 25px;
    padding-left: 0;
}
.linklist ol>li {
    counter-increment: li;
    font-size: 18px;
    font-weight: 400;
    line-height: 33px;
    padding: 14px 18px 14px 47px;
    position: relative;
    padding-top: 12px;
}
.linklist ol>li:before {
    background-color: #9a2035;
    border-radius: 50%;
    color: #fff;
    content: counter(li);
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    height: 32px;
    left: 0;
    line-height: 33px;
    position: absolute;
    text-align: center;
    top: 13px;
    width: 32px;
}

.section-pd {
    padding: 90px 0;
}
.section-pt {
    padding-top: 90px;
}
.section-pb {
    padding-bottom: 90px;
}
.section-mr{
margin-top: 80px;
margin-bottom: 80px;
}
.section-mr.list-style ul {
    margin-bottom: 0px;
}
.title {
    font-family: var(--title-font);
}

.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, .white-color-sec .small-text {
    color: var(--color-2);
}
.white-color-sec .btn {
    transition: .5s;
    background: transparent;
    color: var(--color-2);
    border-color: var(--color-2);
}

.white-color-sec .btn:hover {
    transition: .5s;
    background: var(--color-3);
    color: var(--color-2);
    border-color: var(--color-3);
}

div#html5-close {
    background-image: url(../img/close.png);
    background-size: auto;
    width: 31px;
    height: 34px;
    background-repeat: no-repeat;
    top: 5px !important;
}
div#html5-close img {
    display: none;
}
.searchform .close-btn {
    right: 25px;
    top: 10px;
}
.searchform .close-btn:before, .searchform .close-btn:after {
    left: 0;
    right: 0;
    top: 10px;
}
/* Common CSS END */

/* Menu CSS Start */
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.menu-top li {
    display: inline-block;
    color: #fff;
    position: relative;
    padding-left: 0;
    padding-right: 0;
    margin-left: 20px;
}
ul.menu-top li:first-child {
    margin-left: 0px;
}
ul.menu-top > li.menu-item-has-children {
    margin-right: 0;
}
ul.menu-top>li#menu-item-250 > ul.sub-menu {
    right: 0;
}
.menu-top li a br, .menu-top li .sub-menu li a br{
    display: none;
}
.menu-top li a {
    padding: 0;
    display: flex;
    align-items: center;
    text-decoration: none;
    position: relative;
    font-weight: 400;
    font-size: 17px;
    line-height: normal;
    letter-spacing: 0px;
    color: var(--color-6);
    padding-bottom: 7px;
    text-transform: capitalize;
}
ul.menu-top > li.menu-item-has-children > a {
    margin-right: 0;
    padding-right: 20px;
}
.nav-menu .menu-top>li>a:before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    right: 0;
    left: 0;
    bottom: 0;
    background: var(--color-6);
    transition: all .3s ease-in-out;
    margin: auto;
    opacity: 0;
}
.nav-menu .menu-top>li>a:hover:before {
    width: 100%;
    opacity: 1;
}
.nav-menu .menu-top>li.current-menu-ancestor a:before, .nav-menu .menu-top>li.current-menu-item>a:before {
    width: 100%;
    opacity: 1;
}
.menu-top li a:hover, .menu-top li a:focus {
    color: var(--color-6);
}
.nav-menu .menu-top>li.current-menu-item>a, .nav-menu .menu-top>li.current-menu-ancestor>a {
    font-weight: 600;
    color: var(--color-6);
}
.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(--color-3);
    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-menu-parent > a {
    color: var(--color-6);
    background: var(--color-2);
}
.menu-top .sub-menu li.current_page_item a {
    color: var(--color-6);
    background: var(--color-2);
}
ul.menu-top li .sub-menu li ul li.current-menu-item a {
    color: var(--color-6);
    background: var(--color-2);
}
.menu-top .sub-menu > li:nth-child(1) {
    border-top: 0px solid #efefef;
}
.menu-top .sub-menu>li.current_page_item ul li a {
    background-color: var(--color-6);
    color: #000;
}
.menu-top .sub-menu > li.current_page_item ul li a:hover, .menu-top .sub-menu > .current_page_ancestor > a {

}
.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%;
    border-bottom: 1px solid #f3f3f3;
}
.nav-menu-inner {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    border-top: none;
}
.menu-top {
    position: relative;
    transition: all ease-in-out .2s;
    text-align: right;
    justify-content: space-between;
    display: flex;
    right: -10px;
    top: 3px;
}
.menu-top li:last-child {
    margin-right: 0;
}
ul.menu-top li#menu-item-25 {
    display: none;
}
.sub-menu {
    background-color: var(--color-6);
    min-width: 215px;
    text-align: left;
}
ul.menu-top li .sub-menu li a {
    font-size: 14px;
    padding: 5px 10px;
    line-height: 18px;
    margin: 0;
    color: #000000;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    position: relative;
    text-transform: capitalize;
    line-height: 24px;
}
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 {
    color: var(--color-6);
    background: var(--color-2);
}

.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 #293a4c;
    border-bottom: 2px solid #293a4c;
    display: inline-block;
    width: 8px;
    height: 8px;
    position: absolute;
    margin: auto;
}
ul.menu-top li .sub-menu li.menu-item-has-children > a:hover {

}
.menu-header ul.sub-menu li.current-menu-ancestor>a:after {
    border-color: #ffffff;
}
.menu-header ul.sub-menu li.current-menu-item>a:after, .menu-header ul.sub-menu li.menu-item-has-children>a:hover:after {
    border-left: 2px solid var(--color-6);
    border-bottom: 2px solid var(--color-6);
}
.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: -5px;
    margin: auto;
    right: 0px;
    background-size: 11px;
    background-repeat: no-repeat;
    background-image: url(../img/nav-arrow.svg);
    background-position: center;
    height: 16px;
    width: 16px;
    bottom: 0px;
}
.menu-top > li.current-menu-item:after, .nav-menu .menu-top>li.current-menu-ancestor:after {
    background-image: url(../img/nav-arrow.svg);
}
.menu-header ul li#menu-item-146765:hover>ul {
    max-height: 500px;
    overflow-y: scroll;
}
.menu-header .two-col-menu ul.sub-menu {
    column-count: 2;
    min-width: 420px;
}
.menu-header .two-col-menu .sub-menu li {
    padding: 0;
    display: inline;
}
.menu-header .two-col-menu .sub-menu li a {
    border-bottom: 1px solid rgba(243, 243, 243, 1);
}
/* 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 {
    cursor: pointer;
    position: relative;
    padding-left: 0;
    margin-right: 10px;
    top: 0px;
    height: 19px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
    margin-left: 23px;
}
.mobile-search-bar .white-search-icon {
    display: block;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../img/search-white.svg);
    background-position: center;
    cursor: pointer;
    transition: 0.5s;
}
.mobile-search-bar .white-search-icon:hover {
    background-image: url(../img/search-hover.svg);
    transition: 0.5s;
}
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(--color-3);
    padding: 20px;
    margin-top: 0;
}
.search-icon-form button.btn:hover {
    background-color: #fff;
    color: var(--color-3);
    border: 1px solid #fff;
}

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

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

.search-wrapper .title {
    color: var(--color-3);
    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: var(--color-6);
    opacity: 1;
}

#m-SiteSearchs-form .search-input-box ::-moz-placeholder {
    color: var(--color-6);
    opacity: 1;
}

#m-SiteSearchs-form .search-input-box :-ms-input-placeholder {
    color: var(--color-6);
    opacity: 1;
}

#m-SiteSearchs-form .search-input-box :-moz-placeholder {
    color: var(--color-6);
    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 */

/* side menu logo */
.menu-logo-wrapper {
    position: absolute;
    padding: 15px;
    max-width: 115px;
    z-index: 15;
    opacity: 0;
    pointer-events: none;
}
.menu-logo-wrapper a {
    display: inline-block;
}
.menu-logo-wrapper a img {
    width: auto;
}
/* side menu logo */

/* Header CSS Start */
.menu-wrap, .mobile-header-sec{
    display: none;
}
.logo-wrapper {
    height: auto;
    position: relative;
    width: auto;
    top: 0;
}
.logo-wrapper a {
    display: flex;
    align-items: center;
}
.logo-wrapper a img {
    width: auto;
    transition: 1s;
    object-fit: contain;
}
.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%;
}

.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;
    padding-right: 0;
}
.menu-main-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}
.nav-menu-inner ul > li .sub-menu *{ 
    transition: none;
}
header#header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 11;
    padding: 30px 0;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.0);
    background: var(--color-1);
   /* transition: all 0.5s; */
}
header#header.small-header {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.18);
   /* transition: all 0.5s; */
}
.header-left-logo {
    display: flex;
    align-items: center;
    width: 380px;
}
.header_button {
    width: 310px;
    text-align: right;
}
.header-aside-col {
    align-items: flex-end;
    display: flex;
    justify-content: flex-end;
}

.header-contact-info {

}
.header-contact-info a {
    margin-left: 0;
    width: 22px;
    display: block;
    font-size: 0;
    font-weight: 600;
    text-transform: capitalize;
    padding: 0;
    color: #E65305;
    background-position: center;
    background-image: url(../img/phone-call-hover.svg);
    background-repeat: no-repeat;
    background-size: 22px;
    height: 22px;
    transition: 0.5s;
}
.header-contact-info a:hover {    
    background-image: url(../img/phone-call.svg);
}

.header-contact-info a:hover span {
    text-decoration: none;
}
.header-contact-info a:hover div {
  
}
.header-contact-info a span {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0px;
    display: block;
    line-height: 1;
    position: relative;
    letter-spacing: 1.5px;
}
.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: 40px;
    height: 40px;
    opacity: 1;
    font-size: 0;
    color: #fff;
    border: none;
    background: var(--color-3);
    border-radius: 45px;
    z-index: 1;
}

.close-btn:hover {
    opacity: 1;
    cursor: pointer;
    background-color: var(--color-3);
}
.close-btn:before, .close-btn:after {
    position: absolute;
    left: 0;
    content: ' ';
    height: 20px;
    width: 2px;
    background-color: #fff;
    right: 0;
    margin: auto;
}

.close-btn:hover:before, .close-btn:hover:after {
    opacity: 1;
    background-color: var(--color-6);
}
.close-btn:before {
    transform: rotate(45deg);
}
.close-btn:after {
    transform: rotate(-45deg);
}
.modal-dialog-scrollable .modal-content {
    overflow: inherit;
}
.mobile-search-bar-box{
    display: none
}
.mobile-search-bar-box {
    position: fixed;
    top: 0;
    width: 100%;
    height: 110px;
    z-index: 10000;
    background-color: var(--color-2);
    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);
    opacity: 0;
}
.mobile-search-active .mobile-search-bar-box {
    transform: translate(0);
    z-index: 999999;
    opacity: 1;
}
.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 var(--color-6);
    color: #fff;
    height: 46px;
    padding-left: 0px;
    padding-right: 50px;
    border-radius: 0;
}
.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/white-search-icon.svg);
    opacity: 0.7;
}

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

.search-input-box .form-control:focus {
    border-bottom: 1px solid var(--color-6);
    color: #fff;
}
.mobile-search-bar-box .search-input-box {
    position: relative;
}
.req-error {
    position: absolute;
    font-size: 11px;
    bottom: -19px;
    display: none;
    color: #fff;
    font-weight: normal;
    right: 0;
    background-color: #b30000;
    padding: 1px 5px;
    border-radius: 0;
    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: 0px;
    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 */

/* Footer CSS */
.main-footer {
    margin-top: 0;
    background: var(--color-1);
    width: 100%;
    position: relative;
}
.footer-wrapper {
    width: 100%;
    position: relative;
    padding: 70px 0px;
}
.footer-heading {
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 40px;
    color: #EEEEEE;
}
.footer-logo a {
    display: inline-block;
    line-height: normal;
}
.footer-logo a img {
    width: auto;
}
.footer-logo {
    margin-bottom: 30px;
    max-width: 330px;
}
.copyright-wrapper {
    width: 100%;
    position: relative;
    padding-bottom: 25px;
}
.copyright-wrapper .copyright {
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.65px;
    font-size: 13px;
}
.menu-footer li a {
    color: var(--color-6);
    font-size: 14px;
    line-height: 2.5;
}
.menu-footer li a:hover {
    color: var(--color-3);
}

.copyright .small-nav {
    margin-left: 5px;
    color: var(--color-6);
}
.copyright .small-nav a {
    display: inline-block;
    margin-right: 6px;
    position: relative;
    padding-right: 0;
    color: var(--color-6);
    margin-left: 4px;
    text-decoration: underline;
}
.copyright .small-nav a:hover {
    color: var(--color-6);
    text-decoration: none;
}
.copyright .small-nav a:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 10px;
    background: var(--color-6);
    top: 0;
    right: -8px;
    bottom: 0;
    margin: auto;
}
.copyright .small-nav a:last-child:after {
    display: none;
    opacity: 0;
}

ul.footer-social {
    z-index: 1;
    display: flex;
    margin-top: 0
}

ul.footer-social li {
    margin: 0;
    margin-right: 11px
}

ul.footer-social li:last-child {
    margin-right: 0
}

.footer-social li a {
    position: relative;
    height: 36px;
    width: 36px;
    line-height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background-color: var(--color-3);
}
.footer-social li a:hover {
}

ul.footer-social li a svg,ul.footer-social li a img {
    height: 17px;
    width: 17px
}

ul.footer-social li a svg path,ul.footer-social li a svg circle,ul.footer-social li a svg rect {

}

ul.footer-social li a:hover svg path,ul.footer-social li a:hover svg circle,
ul.footer-social li a:hover svg rect {
}
/* Footer CSS */

/* Blog Section CSS */
.latest-blogs-section {
    background: #f5f5f5;
    width: 100%;
    position: relative;
}
.blog-col-item .blog-title a {
    font-weight: 600;
    display: inline-block;
    color: var(--color-1);
    position: relative;
    padding-right: 35px;
    font-size: 32px;
}
.blog-col-item .blog-title a:hover {
    color: var(--color-3);
}

.blog-col-item .blog-info-sec {
    padding: 20px;
    width: 100%;
    background: #fff;
    border-radius: 20px;
}

.blog-col-item {
    display: block;
}

.blog-col-item .blog-item {
    width: 100%;
}
.blog-col-item .blog-title {
    width: 100%;
    margin-bottom: 8px;
}
.blog-col-item .blog-item .blog-image {
    width: 100%;
}
.blog-col-item .blog-item .blog-image a {
    display: block;
    overflow: hidden;
}
.blog-col-item .blog-item .blog-image a img {
    width: 100%;
    transition: 0.7s;
    height: 216px;
    object-fit: cover;
}
.blog-col-item .blog-item .blog-image a:hover img {
    transition: 0.7s;
    transform: scale(1.1);
}

.blog-col-item .blog-item .blog-image a.no-blog-image {
    background: var(--color-3);
}

.blog-col-item .blog-item .blog-image a.no-blog-image img {
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
}

.blog-col-item .blog-item .blog-info-sec p {
    color: #4D4D4D;
}

.latest-blogs-list {
    width: 100%;
    position: relative;
}

.blogs-btn-col {
    margin-top: 46px;
}
.latest-blogs-list .blog-col-item {
    margin-top: 50px;
}
/* Blog Section CSS */

/* Post Author CSS */
.post-author a {
    display: flex;
    align-items: center;
    gap: 0 10px;
}
.post-author a:hover .author-name {
    color: var(--color-3);
    text-decoration: underline;
    display: inline-block;
}
.post-meta img {
    width: 45px;
    height: 45px;
    object-fit: contain;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #ccc;
    padding: 1px;
}
.blog-category-and-date {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.author-name {
    color: #3a4e60;
}
.post-meta .blog-date {
    font-size: 15px;
    color: rgba(77, 77, 77, 0.68);
    text-transform: uppercase;
    line-height: normal;
    margin-right: 5px;
}
/* Post Author CSS */

.container-wide {
    max-width: 1724px;
}
.footer-content {
    font-size: 13px;
    letter-spacing: 0.65px;
    line-height: 1.9;
}
.nap-box-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 0px;
}
.nap-item {
    width: 50%;
}
.direction-link {
    color: var(--color-3);
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.7px;
}
.direction-link:hover {
    color: var(--color-6);
}
.cname {
    margin-bottom: 40px;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
}
.address-wrap-info {
    background-image: url(../img/pin.svg);
    background-repeat: no-repeat;
    padding-left: 40px;
    background-position: left top 5px;
    margin-bottom: 10px;
}
.nap-contact-info .phoneno {
    background-image: url(../img/phone-call.svg);
    background-repeat: no-repeat;
    padding-left: 40px;
    background-position: left top 3px;
    color: #fff;
    min-height: 26px;
    display: block;
    margin-bottom:8px
}
.footer-phone-wrap a {
    background-image: url(../img/phone-call.svg);
    background-repeat: no-repeat;
    padding-left: 40px;
    background-position: left top 5px;
    color: #fff;
    min-height: 26px;
    display: block;
    margin-bottom: 8px;
    letter-spacing: 0.7px;
    font-size: 20px;
    margin: 25px 0px;
}
#video {
    position: absolute;
    height: 100%;
    object-fit: cover;
    left: 0px;
    width: 100%;
}
.home-banner-sec:before {
    background: rgba(0, 15, 28, 0.75);
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.home-banner-sec {
    position: relative;
}
.home-banner-sec .container {
    position: relative;
    z-index: 1;
}
.banner-heading{
    font-size: 76px;
    line-height: 1;
    font-weight: 400;
}
.banner_sub_heading {
    color: var(--color-6);
    font-size: 32px;
    line-height: 1;
    max-width: 650px;
}
.home_banner_meta {
    display: flex;
    flex-direction: column;
    gap: 30px 0px;
    padding:135px 0px;
}
.results_sec_sec {
    background-color: var(--color-5);
    padding: 50px 0px;
}
.results_sec_sec .heading {
    line-height: 1.1;
}
.heading {
    font-size: 80px;
    line-height: 1.4;
    font-family: var(--title-font);
}
.h3, h3{
    font-size:32px;
}
.h4, h4{
    font-size:24px;
}
h2,
.h2 {
    font-size: 24px;
    color: var(--color-2);
}
h3,
.h3 {
    font-size: 20px;
}
h4,
.h4 {
    font-size: 18px;
}
p a{
    color: #dd3a07;
    font-weight: 700;
    text-decoration: underline;
    transition: color 0.25s ease-in-out;  
}
p a:hover{
    color: #ff9900;
}
.results_title {
    font-size: 110px;
    line-height: 100%;
}
.results_description{
    font-size: 24px;
}
.theme_bg{
    background-color:var(--color-5);
}
.home-logo-slider {
    display: flex;
    flex-wrap: wrap;
    width:calc(100% - 230px);
}
.logo-slide-item {
    width: 20%;
}
.awards_wrap {
    backdrop-filter: blur(4px);
    background: var(--color-6);
    padding: 20px 33px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 19px 0px;
}
.awards_heading {
    width: 230px;
    font-size: 36px;
    line-height: 1.3;
}
.logo-boxes img, .logo-boxes svg {
    max-height: 130px;
    width: auto;
}
.logo-boxes {
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bg-img-victories {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.item_box {
    display: block;
    /* border-radius: 30px; */
    overflow: hidden;
}
.pa_img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}
.item_meta {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    padding: 25px;
    color: #fff;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50.05%, rgba(0, 0, 0, 0.7) 100%),
        linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));

}
.item_list {
    display: flex;
    align-items: center;
}
.pa_description {
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
/* parent container */
.parent {
    display: flex;
    overflow: hidden;
}

/* parent */
.item_list {
    display: flex;
    overflow: hidden;
}

/* default */
.item_box_outer {
    flex: 0 0 20%;
    box-sizing: border-box;
    transition: 0.5s ease-in-out;
}

/* sab chhote jab hover anywhere on parent */
.item_list:hover .item_box_outer {
    flex: 0 0 17.5%;
}

/* hovered item bada (override) */
.item_list:hover .item_box_outer:hover {
    flex: 0 0 30%;
}

.pa_title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.1;
}
.item-content-onhover {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
    height: 0;
}
.item_box_outer.active .item-content-onhover {
    opacity: 1;
    visibility: visible;
    transition-delay: 0.3s;
    height: auto;
}
.item_box_outer .item-content-default {
    transition: opacity 0.4s ease-in-out;
    height: auto;
}
.item_box_outer.active .item-content-default {
    opacity: 0;
    height: 0;
    overflow: hidden;
}
.item_box_outer.active .item_meta {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 50.05%, rgba(0, 0, 0, 0.8) 100%);
}
.item-content-default {
    transform: rotate(270deg);
    position: absolute;
    left: -100px;
    bottom: 175px;
    width: 100%;
    padding-left: 40px;
}
.pa_title {
    font-size:24px;
    font-weight:400;
}
.accordion-button::after{
    background-image:url(../img/plus-circle.svg);
}
.accordion-button:not(.collapsed)::after {
    background-image:url(../img/minus-circle.svg);
}
.accordion-button:not(.collapsed){
    background: none;
    color: var(--color-4);
}
.accordion-button:focus{
    box-shadow: none;
}
.bg-img-faq {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: top;
}
.accordion_button {
    font-size: 32px;
    font-weight: 600;
    background: none;
}
.body_font {
    font-family: var(--body-font);
}
.blog-col-item:first-child .blog-item {
    height: 100%;
    background: #fff;
    border-radius: 20px;
}
.blog-two-column .blog-item:last-child {
    margin-top: 30px;
}
.blog-col-item .blog-title a svg,
.blog-col-item .blog-title a img {
    position: absolute;
    right: 0px;
    top: 6px;
}
.form_style label {
    font-size: 14px;
    color: var(--color-6);
    font-weight: 400;
    margin-bottom: 8px;
}
.form_style .form-control {
    height: 70px;
    padding: 0px 25px;
    border: 0px ;
    border-radius: 0px !important;
    background-color: #D9D9D9 !important;
}
.form_style textarea.form-control {
    height: 120px;
    padding: 25px 25px;
}
.sms_consent {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
}
.contact_us_sec  .wpcf7-list-item-label a {
    color: var(--color-3);
}
.contact_us_sec  .wpcf7-list-item-label a:hover {
    text-decoration: underline;
}
ul.menu-top>li a:not([href]):not([tabindex]):focus, ul.menu-top>li a:not([href]):not([tabindex]):hover {
    color: var(--color-6);
}
.wpcf7-acceptance span.wpcf7-list-item {
    margin-left: 0px;
}
.wpcf7-acceptance span.wpcf7-list-item label {
    display: flex;
    gap:0px 20px;
}
.wpcf7-acceptance span.wpcf7-list-item input {
    background: #D9D9D9;
    width: 20px;
    min-width: 20px;
    height: 20px;
    position: relative;
    top: 3px;
}
.sec-bg-img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.position-relative .container {
    position: relative;
    z-index: 1;
}
.video_wrap_box {
    margin: 0px 20px;
    display: block;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
.video_wrap_box .video_thumb { 
    height: 400px;
    width: 100%;
    object-fit: cover;
}
.video_title_wrap {
    position: absolute;
    top: 0px;
    left: 0px;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.93) 0%, rgba(0, 0, 0, 0) 100%);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: end;
    padding: 25px;
}
.dotted_list ul.slick-dots li button{
    background: #ccc;
}
ul.slick-dots li button {
    background: #fff;
    width: 14px;
    height: 14px;
    display: block;
    border-radius:50%;
}
ul.slick-dots {
    position: static;
    margin-top: 40px;
    margin-bottom: 40px;
}
ul.slick-dots li.slick-active button,
ul.slick-dots li button:hover{
    background: var(--color-3);
}
.testimonial_box_item {
    padding-right: 55px;
    padding-left: 55px;
    padding-top: 35px;
    padding-bottom: 35px;
    position: relative;
    font-size: 16px;
    margin: 0px 30px;
}
.testimonial_contents{
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.testimonial_box_item:before {
    content: "";
    background-image: url(../img/shape_upper.png);
    width: 100%;
    height: 50%;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
    right: 0px;
    top: 0px;
}
.testimonial_box_item:after {
    content: "";
    background-image: url(../img/shape2.png);
    width: 100%;
    height: 50%;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    bottom: 0px;
    left: 0px;
    background-position: left bottom;
}
.fw-600{
    font-weight:600;
}
.team-thumb-slider .slick-arrow {
    position: absolute;
    bottom: 0px;
    top: auto;
    right: 0px;
    left: auto;
    width: 24px;
    height: 24px;
    background-image: url(../img/arrow-white.png);
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 271px;
}
.team-thumb-slider .slick-arrow:hover{
    opacity:0.5;
}
.team-thumb-slider .slick-arrow.slick-prev {
    right: 25px;
    transform: scaleX(-1);
    bottom: 12px;
}
.team-image img {
    height: 525px;
    width: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 15px;
}
.team-card a {
    position: relative;
    display: block;
}
.team-info {
    position: absolute;
    color: #fff;
    bottom: 0px;
    padding-left: 30px;
    padding-bottom: 30px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    transition: .5s;
    background: linear-gradient(to bottom, rgba(0, 34, 47, 0.1) 30%, rgba(0, 34, 47, 0.5) 70%);
}
.team-info:hover {
    background: linear-gradient(to bottom, rgba(0, 34, 47, 0.2) 30%, rgba(0, 34, 47, 0.6) 70%);
}
.team-title {
    font-size: 40px;
    line-height: 100%;
    margin-bottom: 10px;
}
.team-thumb-slider {
    margin-top: 50px;
    padding-left: 13%;
    padding-bottom: 70px;
}
.thumb-inner {
    background-color: #394455;
    display: flex;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
    margin: 0px 30px;
}
.team-card {
    margin: 0px 20px;
}
.thumb-img {
    width: 126px;
}
.thumb-content {
    width: calc(100% - 126px);
    padding: 15px;
}
.thumb-content-title {
    font-size: 24px;
    line-height: 1.1;
}
.team-thumb-slider .slick-list {
    padding-left: 0px !important;
}
.thumb-img img {
    height: 146px;
    object-fit: cover;
}
.banner_bg_img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}
.btn_with_logo {
    display: flex;
    align-items: center;
    gap: 15px 30px;
}
.custom_container {
    position: relative;
    margin: auto;
    padding: 0px 12px;
    z-index: 1;
}

body .input_btn {
    margin-left: 0 !important;
    width: auto;
    font-size: 16px !important;
    font-weight: 500 !important;
    text-transform: capitalize;
    background-color: var(--color-3);
    padding: 31.2px 30px !important;
    line-height: 100% !important;
    color: #fff !important;
    position: relative;
    display: inline-block !important;
    margin-bottom: 0 !important;
    border-radius: 58px !important;
    padding-right: 85px !important;
    white-space: nowrap;
    background-image: url(../img/btn-img.svg);
    background-repeat: no-repeat;
    background-position: center right 7px;
}
.slider_arrows .slick-arrow::after {
    display: inline-block;
    align-self: center;
    transform-origin: center center;
    content: "";
    width: 30px;
    height: 30px;
    border: 3px solid rgb(0 33 46);
    border-left: 0;
    border-bottom: 0;
    transform: rotate(45deg);
    margin-left: -0.375em;
}
.slider_arrows .slick-arrow {
    width: 45px;
    height: 45px;
    position: absolute;
    top: 50%;
    left: 0px;
    z-index: 2;
}
.slider_arrows .slick-arrow.slick-prev:after {
    transform: rotate(
        226deg);
}
.slider_arrows .slick-arrow.slick-next {
    right: 0px;
    left: auto;
}
.team-main-slider.slider_arrows .slick-arrow{
    left: -25px;
}
.team-main-slider.slider_arrows .slick-arrow.slick-next {
    right: -25px;
    left: auto;
}
.slider_arrows .slick-arrow::after:hover {
    border: 3px solid var(--color-2);
}
.awards.section-awards .slider-custom-buttons.swiper-custom-buttons {
    display: none;
}
.carousel-slides{
    max-height:120px;
}
.slider_arrows {
    padding: 0px 45px;
}
.team-main-slider {
    padding: 0px 0px;
}

.blog-loop .blog-img-link img {
    height: 350px;
    width: 100%;
    border-radius: 20px;
    background-repeat: no-repeat;
    background-position: center;
}
.blog-loop .blog-img-link img.no-feature {
    background-color: var(--color-1);
    background-size: 150px;
}
.blog-title {
    color: var(--color-2);
}
.blog-loop {
    padding-bottom: 5rem;
    margin-bottom: 5rem;
    border-bottom: 1px solid rgba(168, 168, 168, 0.5058823529);
}
.post-author-meta {
    text-transform: uppercase;
    font-weight: bold;
}

.pagination .nav-links{
    width:100%;
    display:flex;
    position:relative;
    font-weight:700;
    justify-content:center;
}
.pagination .nav-links span.current {

}
.pagination .nav-links span, .pagination .nav-links a {
    font-size: 16px;
    text-transform: uppercase;
    color: var(--color-4);
    margin: 0 10px;
    position: relative;
    font-weight: bold;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: block;
}
.pagination .nav-links .next:before{
    content:'';
    width:9px;
    height:9px;
    border-top:2px solid #fff;
    border-right:2px solid #fff;
    transform:rotate(45deg);
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin:auto;
    display:none
}

.pagination .nav-links a.prev{
    font-size:8px
}
.pagination .nav-links span:hover,
.pagination .nav-links a:hover{
    color: var(--color-2);
}
.pagination .nav-links a.next, .pagination .nav-links a.prev {
    font-size: 16px;
    background-position: center;
    background-repeat: no-repeat;
    /* font-size: 0px; */
    background-image: url(../img/arrow_white.svg);
    color: var(--color-2);
}
.pagination .nav-links a.prev {

}
.pagination .nav-links a.next:after {
    content: "";
    display: inline-block;
    border: 2px solid #001229;
    width: 12px;
    height: 12px;
    border-top: 0;
    border-left: 0;
    transform: rotate(-45deg);
    margin-left: 10px;
}
.pagination .nav-links a.prev:before{
    content: "";
    display: inline-block;
    border: 2px solid #001229;
    width: 12px;
    height: 12px;
    border-top: 0;
    border-right: 0;
    transform: rotate(45deg);
    margin-right: 10px;
}

/***********Sidebar Css**************/
.widgettitle {
    padding: 1rem 40px;
    font-weight: 600;
}
.sidebar-listing ul li {
    padding: 5px 0px;
    border-bottom: 1px solid rgba(127, 127, 127, 0.3);
    position: relative;
}

.sidebar-listing .h4{
    border-bottom: 1px solid rgba(204, 204, 204, 0.15);
}
.sidebar-listing ul li a {
    color: var(--color-4);
    height: 100%;
    width: 100%;
    position: relative;
    display: block;
    padding: 8px 0px;
    font-weight: 500;
    font-size: 16px;
}

.sidebar-listing ul li:hover a, .sidebar-listing ul.no-dots li.current-cat a, .sidebar-listing ul li.current-cat a, .sidebar-listing ul.no-dots li.activeChild a {
    color: var(--color-2);
}

.sidebar-listing ul li a:after, .sidebar-listing ul li.current-cat a:after, .sidebar-listing ul li.current-cat a:after {

}
.sidebar-listing ul li:hover a:after, .sidebar-listing ul li.current-cat:hover a:after, .sidebar-listing ul li.current-cat:hover a:after,
.sidebar-listing ul li.current-cat a:after , .sidebar-listing ul li.activeChild a:after {
}
.sidebar-contact .wpcf7-response-output {
    font-size: 15px;
}
.msg-side-form {
    margin: 0;
    color: #fff;
    font-weight: normal;
    display: block;
    position: absolute;
    bottom: 0px;
    right: 48px;
    font-size: 10px;
    background-color: #cd0b02;
    padding: 2px 5px;
    border-radius: 5px 0 0 0;
}
.aside-sidebar > div+div {
    margin-top: 30px;
}
.sidebar-listing {
    background: #f5f5f5;
    overflow: hidden;
    padding: 30px;
    color: #000;
}
.aside-sidebar {
    width: 100%;
    max-width: 420px;
}
.blog-search-field {
    padding: 10px 39px;
    width: 100%;
    height: 48px;
    border: 1px solid #ccc;
    padding-right: 56px;
    background-color: #fff;
    background-image: url(../img/search-dark.svg);
    background-repeat: no-repeat;
    background-position: center left 15px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
}
.blog-search-field::placeholder{
    color: #000000;
}
.sidebar-search .input-group-btn {
    display: block;
    position: relative;
}
.blog-searchform [type=submit] {
    display: inline-block;
    border: none;
    width: 48px;
    cursor: pointer;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: 15px;
    background-color: var(--color-2);
    background-image: url(../img/right-white-arrow.svg); 
    background-position: center;
    background-repeat: no-repeat;
}
/***********Sidebar Css**************/
.sidebar-contact {
    padding: 30px;
    background: linear-gradient(to bottom, var(--color-2) -50%, var(--color-4) 110%);
    color: var(--color-6);
}
.inner-banner {
    padding: 77px 0px;
    background-position: center center; 
    background-repeat: no-repeat;
    background-size: cover;
}
.banner_title { 
    font-size: 56px;
    text-transform: capitalize;
    margin-bottom: 35px;
    text-wrap: balance;
}
.btn2 { 
    background-image: linear-gradient(180deg, #ff9900 0%, #dd3a07 100%);
    background-color: #ff9900;
    text-transform: capitalize;
    color: var(--color-6);
    padding: 19px 20px;
    display: inline-block;
    font-weight: bold;
    border-radius: 50px;
    font-size: 16px;
    position: relative;
    border: none;
    font-weight: 700;
    letter-spacing: 0.015em;
    text-transform: capitalize;
}

.btn2::after { 
    content: "";
    transform: translateZ(-1px);
    background: rgba(255, 255, 255, 0.1);
    left: -10px;
    top: -10px;
    position: absolute;
    width: calc(100% - -20px);
    height: calc(100% - -20px);
    z-index: -1;
    border-radius: 50px;
}
.btn2:hover {
    background-image: linear-gradient(180deg, #ff9900 0%, #ff9900 100%);
    color:var(--color-6);
}
.form_style2 label { 
    font-size: 14px;
    color: var(--color-6);
    font-weight: 500;
    margin-bottom: 5px;
}
.form_style2 .form-control {
    height: 50px;
    padding: 0px 15px;
    border: 0px;
    border-radius: 0px;
    background-color: var(--color-6);
}
.sidebar-contact .form-group {
    margin-bottom: 20px;
}
.form_style2 textarea.form-control {
    height: 100px;
    padding: 15px 15px;
}
.sidebar-contact .sms_consent {
    font-size: 18px;
    margin-bottom: 5px;
}
.wpcf7-spinner {
    position: absolute;
}
.custom-widget {
    margin-bottom: 40px;
}
.widget-toggle { 
    font-size: 17px;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 4px solid var(--color-2);
    cursor: pointer;
    padding-bottom: 10px;
}
.widget-toggle::before {
    display: inline-block;
    order: 9;
    align-self: center;
    transform-origin: center center;
    flex: 0 0 auto;
    margin-right: 0.5em;
    content: "";
    font-size: 0.5rem;
    transform-origin: 67% 67%;
    width: 1em;
    height: 1em;
    border: 2px solid rgb(0, 34, 47);
    border-top: 0;
    border-left: 0;
    transform: rotate(45deg);
    position: absolute;
    right: 0px;
}
.active.widget-toggle::before {
    transform: rotate(-135deg);
}
.breadcrumb-wrap {
    background: #f5f5f5;
    font-size: 16px;
    padding: 6px 0px;
}
.below_border {
    border-bottom: 3px solid #ff9900;
    padding-bottom: 20px;
    margin-bottom: 25px;
    display: block;
}
blockquote:before {
    content: "";
    display: block;
    -webkit-mask-image: url('data:image/svg+xml,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="65px" height="52.6px" viewBox="0 0 65 52.6" enable-background="new 0 0 65 52.6" xml:space="preserve"><path d="M24.4,0C10.8,8.4,0,19.6,0,34.8c0,10.6,6,17.8,16,17.8c8,0,13.6-5.8,13.6-13c0-7.4-5.2-11.4-9-13l-7.2,6.6c-2.4-0.8-4.2-3-4.2-6.4c0-8.4,7-16.4,17.6-23L24.4,0z M59.8,0C46.2,8.4,35.4,19.6,35.4,34.8c0,10.6,6,17.8,16,17.8c8,0,13.6-5.8,13.6-13c0-7.4-5.2-11.4-9-13l-7.2,6.6c-2.4-0.8-4.2-3-4.2-6.4c0-8.4,7-16.4,17.6-23L59.8,0z"/></svg>');
    mask-image: url('data:image/svg+xml,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="65px" height="52.6px" viewBox="0 0 65 52.6" enable-background="new 0 0 65 52.6" xml:space="preserve"><path d="M24.4,0C10.8,8.4,0,19.6,0,34.8c0,10.6,6,17.8,16,17.8c8,0,13.6-5.8,13.6-13c0-7.4-5.2-11.4-9-13l-7.2,6.6c-2.4-0.8-4.2-3-4.2-6.4c0-8.4,7-16.4,17.6-23L24.4,0z M59.8,0C46.2,8.4,35.4,19.6,35.4,34.8c0,10.6,6,17.8,16,17.8c8,0,13.6-5.8,13.6-13c0-7.4-5.2-11.4-9-13l-7.2,6.6c-2.4-0.8-4.2-3-4.2-6.4c0-8.4,7-16.4,17.6-23L59.8,0z"/></svg>');
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background: linear-gradient(to bottom, #FF9900, #DD3A07);
    height: 52px;
    width: 64px;
    line-height: 1;
    font-size: 1.75rem;
    margin-bottom: 22px;
    pointer-events: none;
    position: absolute;
    top: 6px;
    left: 0px;
}
blockquote {
    margin: 0 0 1rem;
    font-size: 34px;
    position: relative;
    font-family: var(--title-font);
    padding-left: 80px;
}
blockquote cite {
    font-size: 16px;
    line-height: 1.4285714286;
    color:  #dd3a07;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 700;
    text-align: left;
    font-family: var(--body-font);
}
.slide-item {
    display: flex;
    height: 120px;
    align-items: center;
    justify-content: center;
}
.slide-item img,
.slide-item svg{
    width:auto;
    max-height: 120px;
}
.small-container{
    max-width:1270px;
    margin:auto;
    padding:0px 12px;
}
.team_thumb {
    background: rgba(0, 18, 40, 0.04);
    padding: 20px;
}
.team_thumb img {
    height: 410px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}
.font_30 {
    font-size: 30px;
}
.profile-name:after {
    content: "";
    width: 70px;
    height: 3px;
    display: block;
    margin: 18px auto 17px;
    background: var(--color-2);
}
.team_box {
    color: var(--color-4);
}
.member_position {
    font-weight: bold;
    font-size: 16px;
}
.profile-section {
    position: relative;
    z-index: 1;
    background: linear-gradient(to bottom, var(--color-2) -50%, var(--color-4) 110%);
    background: var(--color-1);
    padding-top: 50px;
    min-height: 565px;
}
.section-subheading {
    color: #ff9900;
}
.video-cta-grid {
    position: absolute;
    bottom: 0px;
    padding: 25px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    z-index: 1;
}
.video-cta-text {
    font-size: 18px;
    font-weight: bold;
}

.play_icon {
    background-image: linear-gradient(180deg, #ff9900 0%, #dd3a07 100%);
    background-color: #ff9900;
    width: 77px;
    height: 77px;
    position: relative;
    border-radius: 50%;
    display: block;

}
.play_icon:hover {
    background: #ff9900;
}
.play_icon::after {
    background-image: url(../img/play-icon1.svg);
    border-radius: 0px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    transition: .5s;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 18px;
    width: 18px;
    background-size: 18px;
    content: "";
}
.html5lightbox {
    position: relative;
}
.bio_team_thumbnail  .bio-team-thumbnail {
    width: 100%;
}
.bio_team_thumbnail:after {
    content: "";
    background:linear-gradient(to bottom, rgba(0, 34, 47, 0.2) 30%, rgba(0, 34, 47, 0.6) 70%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}
.video_img_box {
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2);
    padding: 10px;
    border-radius: 50%;
}
.info_list_box {
    background-color: #f5f5f5;
    padding: 40px 45px;
    margin-bottom: 40px;
}
.info_list_box li {
    position: relative;
    padding-left: 22px;
    font-size: 17px;
}
.info_list_box li a {
    color: #dd3a07;
}
.info_list_box li::before {
    content: "";
    background: #ff9900;
    width: 7px;
    height: 7px;
    display: inline-block;
    border-radius: 100%;
    left: 0px;
    position: absolute;
    top: 13px;
}
.info_list_title {
    border-bottom: 3px solid var(--color-2);
}
.email_wrap svg,
.email_wrap img {
    width: 17px;
    height: 17px;
}
.email_wrap a {
    color: var(--color-4);
    font-weight: bold;
    display: inline-block;
    transition: .5s;
}
.email_wrap a:hover {
    color: var(--color-3);
}
.email_wrap {
    display: flex;
    align-items: center;
    gap: 0px 9px;
    line-height: 100%;
}
.bio_team_thumbnail {
    top: 60px;
}
.pa_titles {
    border-bottom: 1px solid #D8D8D8;
    color: var(--color-4);
    font-weight: bold;
    font-size: 18px;
    padding: 20px;
    display: block;
    height: 100%;
}
.shadow_box {
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    padding: 35px;
    background:var(--color-6);
}
.shadow_box_outer{
    padding: 50px;
    position:relative;
}
.shadow_box_outer:after {
    background: #f5f5f5;
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0px;
    height: 75%;
    z-index: -1;
    left: 0px;
}
.list-style ul{
    margin-bottom:40px;
}
.list-style ul li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 8px;
}
.list-style ul li::before {
    content: "";
    background: #ff9900;
    width: 7px;
    height: 7px;
    display: inline-block;
    border-radius: 100%;
    left: 0px;
    position: absolute;
    top: 13px;
}
.sidebar-title {
    font-size: 30px;
}
.widget-title {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 4px solid var(--color-2);
    cursor: pointer;
    padding-bottom: 10px;
}
.shadowsouter {
    height: 100%;
    padding: 30px;
    position: relative;
}
.shadowsouter:after {
    background: #f5f5f5;
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0px;
    height: 70%;
    z-index: -1;
    left: 0px;
}
.result_box {
    height: 100%;
    transition: .5s;
}
.value {
    font-size: 75px;
    line-height: 1.1;
}
.value::after {
    content: "";
    width: 53px;
    height: 2px;
    display: block;
    margin: 16px auto 21px;
    background: #ff9900;
}
.result-type {
    margin-bottom: 23px;
    font-size: 1rem;
    line-height: 1.75;
    color: #001229;
    letter-spacing: 0.1em;
    font-weight: 700;
}
.result_box:hover {
    background: linear-gradient(to bottom, var(--color-2) -50%, var(--color-4) 110%);
    color: var(--color-6);
}
.result_box:hover .result-type {
    color: var(--color-6);
}
.play_icon_wrap .video_img_box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.fw-600{
    font-weight: 600;
}
.review_highlight_text{
    font-size:30px;
    line-height: 1.4;
}
.testimonial_meta {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
    gap: 5px;
}
.testimonial_item-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    gap: 25px 0px;
}
.review_shadow_box{
    padding:60px 50px;
}
.shadow_box_outer2:after {
    height: calc(100% - 175px);
}
.business_name {
    color: var(--color-2);
    font-size: 20px;
}
.videowraper {
    padding: 18px;
    background: #f5f5f5;
    display: block;
}
.video_thumb_wrap {
    height: 240px;
    object-fit: cover;
    width: 100%;
}
.gradient_bg {
    background: linear-gradient(to bottom, var(--color-2) -50%, var(--color-4) 110%);
    color: var(--color-6);
}
hr.blue-border {
    opacity: 1;
    border-top: 3px solid var(--color-2);
    height: 3px;
    display: block;
    margin: 30px 0px;
}
.result_value:after{
    display:none;
}
.icon_boxs svg,
.icon_boxs img {
    width: 90px;
    height: 54px;
}
.result_description {
    color: rgba(255, 255, 255, 0.8);
}
.case_results_slide{
    margin:0px 20px;
}
.list-style li a{

}
.list-style li a {
    color: #dd3a07;
    font-weight: 700;
    text-decoration: underline;
    transition: color 0.25s ease-in-out;
}
.list-style li a:hover {
    color: #ff9900;
}
.content-area iframe {
    width: 100%;
    height: 100%;
    min-height: 450px;
}
.text-dark{
    color:var(--color-4);
}
.banner_title_border {
    display: inline-block;
}
.banner_title_border:after {
    display: block;
    content: "";
    margin-top: 20px;
    background: #ff9900;
    width: 200px;
    height: 3px;
    margin-left: auto;
    margin-right: auto;
}
.banner_none {
    padding-top: 140px;
}
.banner_with_title {
    background: linear-gradient(to bottom, var(--color-1) -50%, var(--color-4) 110%);
    color: var(--color-6);
}
.rating_box .ti-small-logo {
    width: 75px;
}
.rating_box .ti-mob-row {
    display: block;
    width: 100%;
}
body .rating_box .nowrap strong {
    font-size: 20px !important;
    display: block;
    text-align: center;
    margin-top: 10px;
    text-transform: capitalize;
    color: #fff !important;
}
body .ti-widget[data-layout-id='106'][data-set-id='light-minimal'] .ti-header strong {
    color: #ffffff !important;
}
body .ti-widget[data-layout-id='106'][data-set-id='light-minimal'] .ti-header span{
    color: #ffffff !important;
}
.rating_box .ti-fade-container {
    flex-direction: column-reverse !important;
    align-items: center;
}
.rating_box .ti-mob-row .nowrap {
    height: auto !important;
    margin-bottom: 15px !important;
}
.rating_box .ti-small-logo {
    display: none !important;
}
.rating_box {
    border-radius: 55px;
    padding: 0px;
    position: relative;
    border: 10px solid rgba(255, 255, 255, 0.1);
}
.rating_box>div {
    border-radius: 55px;
    background-image: linear-gradient(180deg, #ff9900 0%, #dd3a07 100%);
    background-color: #ff9900;
    padding: 0px 45px;
}
.faqs_sec {
    background-size: cover;
    background-attachment: fixed;
    background-position: center top;
}
.shadow_box_wrap {
    background: rgba(255, 255, 255, 0.76);
    padding: 25px;
    backdrop-filter: blur(4px);
}
.accordion_item {
    background: none;
    border: none;
    background-color: transparent;
}
.review-row{
    gap:20px 20px
}
/**************** Site Schema Styling ****************/
.site-schema .review-schema-wrapper{
    margin-top: 50px;
}
.clientreviews {
    background: #f6f6f6;
    border: 1px solid #2853c7;
    box-shadow: 0 0 20px #f2f2f2;
    padding: 20px;
    margin-bottom: 50px;
}
.clientreviews .heading {
    font-size: 2em;
    margin-bottom: 15px;
    position: relative;
    line-height: normal;
    color: #212529;
}
.review-schema-wrapper {
    padding-top: 0px;
    margin-bottom: 30px;
}
.clientreviews p strong {
    color: #212529;
}
.clientreviews div strong {
    color: #212529;
}
.clientreviews .heading span {
    color: #212529;
}
.clientreviews.video-schema .heading:after {
    bottom: 6px;
}
.middle-heading.video-schema {
    margin-bottom: 50px;
}

.middle-heading.video-schema iframe {
    border: 1px solid #f1f1f1;
}
.clientreviews p {
    padding-bottom: 0;
}
/**************** Site Schema Styling End ****************/
.team-info-content {
    transition: .5s;
    height: 0px;
    opacity: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    font-size: 16px;
}
.team-card a:hover .team-info-content {
    height: 90px;
    opacity: 1;
}
.member_designation {
    font-size: 20px;
}
.overlay_bg .container {
    padding: 50px;
    padding-top: 0px;
}
.overlay_bg .container:after {
    content: "";
    background: #f5f5f5;
    position: absolute;
    width: 100%;
    height: 75%;
    bottom: 0px;
    left: 0px;
    z-index: -1;
}
.view_profile {
    background: linear-gradient(to bottom, rgba(0, 34, 47, 0.3) 30%, rgba(0, 34, 47, 0.7) 70%);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    opacity: 0;
    transition: .5s;
    padding-bottom: 60px;
}
.team_box:hover .view_profile{
    opacity: 1;
}
.view_profile_title {
    border-bottom: 3px solid var(--color-3);
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    font-size: 18px;
    padding-bottom: 5px;
    display: inline-block;
}
.info_list_box li a:hover{
    color: #ff9900;
}
.video_overlay{
    position: relative;
}
.video_overlay:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 34, 47, 0.6) 30%, rgba(0, 34, 47, 0.6) 70%);
    top: 0px;
    left: 0px;
    opacity: 0;
    transition: .5s;
}
.html5lightbox:hover .video_overlay:after{
    opacity: 1;
}
.banner_contents{
    letter-spacing: 0.10em;
}
.sidebar-contact a {
    color: var(--color-3);
}
.sidebar-contact a:hover {
    text-decoration: underline;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: transparent;
    color: #46b450;
    text-align: center;
}
.address_page .direction-link:hover {
    color: var(--color-3);
    text-decoration: underline;
}

.box_bg_img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: contain;
	background: #000;
}
.content_box_meta{
    padding: 60px;
    background: rgba(0, 34, 47, 0.7);
}
.content_box_wrap {
    border-radius: 14px;
    overflow: hidden;
    margin-bottom: 40px;
    margin-top: 40px;
}
.box_heading {
    font-size: 64px;
    text-wrap: balance;
}
.content_subheading {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
.content_subheading span {
    position: relative;
    padding-left: 16px;
    margin-left: 16px;
}
.content_subheading span:first-child {
    padding-left: 0px;
    margin-left: 0px;
}
.content_subheading span:first-child::before {
    display: none;
}
.content_subheading span:before {
    content: "";
    background: #ff9900;
    width: 7px;
    height: 7px;
    display: inline-block;
    border-radius: 100%;
    position: absolute;
    left: 0px;
    top: 7px;
}
.slick-dots li:before {
    display: none !important;
}
.dottos2 ul.slick-dots li button{
    background: #f5f5f5;
}
.dottos2 ul.slick-dots li.slick-active button,
.dottos2 ul.slick-dots li button:hover {
    background: var(--color-3);
}
.shadowsouter_wrap {
    margin: 0px 15px;
    padding-top: 10px;
}
.result-description{
    min-height: 170px;
}

/* testimonial shortcode css */
.testimonial-info-wrap {
    width: 100%;
    position: relative;
}
.testimonial-info-wrap .testimonial-item.shadowsouter_wrap {
    margin: 0;
    padding: 0;
    padding-right: 0px;
    padding-left: 10px;
    padding-top: 20px;
    padding-bottom: 30px;
}
.testimonial-info-wrap .testimonial-item .testimonial-wrap {
    width: calc(100% - 30px);
    position: relative;
    min-height: 430px;
}
.testimonial-wrap .star-wrap svg {
    width: 73px;
}
.testimonial-wrap .testimonial-heading {
    font-size: 1.25rem;
    line-height: 1.5;
    font-weight: bold;
    margin: 10px 0;
    padding: 0;
    color: #00222F;
}
.testimonial-wrap .source-name {
    font-weight: bold;
    font-size: 0.875rem;
    color: #FF9900;
    line-height: 1.3;
    margin-top: 20px;
    position: absolute;
    bottom: 0;
    padding: 35px;
    left: 0;
    width: 100%;
    padding-top: 0;
}
.testimonial-info-wrap .slick-dots {
    margin-top: 10px;
}
/* testimonial shortcode css */

/* Video testimonial shortcode css */
.testimonial-video-list {
    width: 100%;
    position: relative;
    margin-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
}
.testimonial-video-item {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 100%;
}
.testimonial-video-list .testimonial-video-wrap {
    position: relative;
    width: 100%;
}
.testimonial-video-list .testimonial-video-wrap a {
    background: #F5F5F5;
    padding: 15px;
    width: 100%;
    position: relative;
    display: block;
}
.testimonial-video-heading {
    font-size: 1rem;
    color: #00222F;
    margin-top: 15px;
    line-height: 1.3;
}
.html5lightbox .play-icon {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2);
    font-size: 0px;
    width: 80px;
    height: 80px;
    border-radius: 100%;
}
.html5lightbox .play-icon:before {
    background: #F78101 linear-gradient(to bottom, #FF9900, #DD3A07);
    z-index: -1;
    transform: scale(1);
    display: block;
    position: absolute;
    margin: auto;
    inset: 8px;
    content: "";
    pointer-events: none;
    top: 0.15em;
    bottom: 0.15em;
    left: 0.15em;
    right: 0.15em;
    border-radius: 100%;
    height: 80%;
    width: 80%;
}
.html5lightbox .play-icon:after {
    content: "";
    display: block;
    background: #fff;
    -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    pointer-events: none;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 10px;
    height: 13px;
    z-index: 2;
    position: absolute;
    margin: auto;
}
.testimonial-video-list .video-thumbnail-picture {
    width: 100%;
    position: relative;
    display: block;
}
.testimonial-video-list .testimonial-video-wrap a[href] .video-thumbnail-picture::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    background: #00222F;
    opacity: 0;
    transition: 0.25s ease-in-out all;
}
.testimonial-video-list .testimonial-video-wrap a:is(:hover, :focus) .video-thumbnail-picture::after,
.testimonial-video-list:is(:hover, :focus-within) .video-thumbnail-picture::after {
    opacity: .65;
}

.testimonial-video-list .slick-arrow {
    content: "";
    background-image: url(../img/arrow-right-black.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 40px;
    height: 40px;
    border-radius: 0;
    transition: .3s;
    background-size: 35px;
}
.testimonial-video-list .slick-arrow:hover {
    background-image: url(../img/arrow-right-orange.svg);
}
.testimonial-video-list .slick-prev {
    left: -40px;
    transform: rotate(180deg);
    margin-top: -40px;
}
.testimonial-video-list .slick-next {
    right: -40px;
    margin-top: -20px;
}
/* Video testimonial shortcode css */
.do-not-pay-option {
    margin-top: 40px;
    margin-bottom: 40px;
}
/* Faq CSS */
.faq-info-wrap {
    width: 100%;
    position: relative;
    margin-top: 40px;
    margin-bottom: 25px;
}
.faq-list-wrap .accordion-item {
    margin-top: 15px;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
}

.faq-list-wrap .accordion-item:last-child {
    border: none;
}
.faq-list-wrap .accordion-item .accordion-button {
    color: #00222F;
    font-size: 18px;
    font-weight: 600;
    padding-left: 0;
    padding-right: 0;
    border: none !important;
    border-radius: 0px !important;
}
.faq-list-wrap .accordion-item .accordion-body {
    padding-left: 0;
    padding-right: 0;
    border: none;
    padding-top: 0;
}
.faq-list-wrap .accordion-item .accordion-button:not(.collapsed) {
    box-shadow: none;
    color: #FF9900;
}
/* Faq CSS */

/* dedicated truck accident video block CSS */
.dedicated-truck-accident-video-block {
    margin-top: 40px;
    margin-bottom: 40px;
    width: 100%;
    position: relative;
}
.video-block-info {
    width: 100%;
    position: relative;
}
.video-block-info a {
    width: 100%;
    display: block;
    position: relative;
    background: #F5F5F5;
    padding: 25px;
}
.video-block-info a img {
    width: 100%;
    display: block; 
}
.dedicated-truck-accident-video-block .dedicated-video-content {
    margin-top: 30px;
}
/* dedicated truck accident video block CSS */


.content-area .awards_sec {
    margin-bottom: 40px;
}

.wpcf7-acceptance span.wpcf7-list-item Span.wpcf7-list-item-label { 
    display: block !important;
}
.banner_shadow:before {
    content: "";
    position: absolute;
    width: calc(100% - 78px);
    height: 1px;
    background: rgba(255, 255, 255, 0.3); 
    top: 0px;
    left: 39px;
}
.quotes_icon {
    position: absolute;
    right: 0px;
    bottom: 18px;
}
.quotes_icon svg, 
.quotes_icon img {
    width: 40px;
    height: 40px;
}
.testimonial_box_item:hover .quotes_icon svg {
    width: 40px;
    height: 40px;
    fill: #ffffff;
}
.contact-map-wrapper iframe {
    width: 100%;
    display: block;
    height: 500px;
}
.address_box_wrap:hover {
    background: #f5f5f5;
}
.dircetion-wrap a:hover{
    color: #000;
}
.victory_slide {
    text-align: center;
    display: block;
    margin: 0px 15px;
}
.victory_slide img {
   margin: auto;
}
.left_content_right_img_with_awards_logo blockquote {
    line-height: 1.4;
}
.banner_shadow:after {
    content: "";
    background: linear-gradient(360deg, rgba(2, 22, 40, 0) 2.3%, #021628 74.3%);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}
body:not(.home) header#header
  {
   background: none;
}
body:not(.home) header#header.small-header  {
   background: var(--color-1);
}
body.single-our-team header#header{
    background: var(--color-1);
}
.direction-link:hover {
    color: #fff !important;
}
.home .nav-menu .menu-top>li.nohover>a:before {
    opacity: 0;
}
.home .nav-menu .menu-top>li.nohover>a:hover:before {
    opacity: 1;
}
.team-main-slider.slider_arrows .slick-arrow::after{
    border-color: #ffffff;
}

.footer-location-sec .cname {
    margin-bottom: 15px;
}