:root{
    --primary:#1e60aa;
    --secondary: #4ba1ed;
    --dark:#0c4c93;
    --text:#6c7176;
    --orange:#ff4917;
    --white:#fff;
    --black:#000;    
}
* {
    box-sizing: border-box;
}
*:focus{
    outline: none !important;
}
a:focus {
    outline: none !important;
}
body.service-inner-page{
    overflow: unset;
}
body{
    margin: 0;
    color: #6c7176;
    background: center 0 no-repeat #fff;
    direction: ltr;
    font-size: 16px;
    overflow-x: hidden;
    font-weight: 400;
    -webkit-text-size-adjust: 100%;
}
.vc_row {
    display: flex;
    flex-wrap: wrap;
}
header#site-header {
    background-color: #1e60aa;
    box-shadow: 0 20px 30px rgba(26,54,85,.1);
    color: var(--white);
    transition: all 0.5s;
}
.sticky header#site-header {
    position: fixed;
    top: -55px;
}
header#site-header .tt-header-holder {
    padding-left: 301px;
    padding-right: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    min-height: 55px;
    margin: 0;
}
.h-info-list {
    margin-left: -30px;
    margin-right: -30px;
}
address {
    margin-bottom: 0;
    font-style: normal;
    line-height: inherit;
}
.header-social-icon .wpb_wrapper:before {
    content: 'Follow us:';
    color: #a8d7ff;
    font-weight: 700;
    margin-right: 22px;
    font-size: 14px;
}
#site-header-inner > p {
    display: none;
}
.h-info-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    position: relative;
}
.h-info-list>* {
    margin-left: 30px;
    margin-right: 30px;
}
.h-info-list> address:first-child {
    margin-left: 0;
}
.header-social-icon .wpb_wrapper {
    display: flex;
    align-items: center;
    justify-content: end;
}
.header-social-icon .wpb_wrapper .vc_icon_element .vc_icon_element-inner {
    width: 25px;
    height: 25px;
    transition: all 0.5s;
}
.header-social-icon .wpb_wrapper .vc_icon_element .vc_icon_element-inner:hover {
    opacity: 0.5;
}
.h-info-list .tt-title {
    color: #a8d7ff;
    font-weight: 700;
}
.h-info-list a {
    color: #fff;
    display: inline-block;
    position: relative;
}
.h-info-list a:before {
    position: absolute;
    bottom: 2px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0%;
    content: "";
    color: transparent;
    background-color: #fff;
    height: 1px;
    transition: width .2s linear;
}
.h-info-list a:hover:before {
    width: 100%;
}
.vc_column_container.logo_col .vc_column-inner {
    line-height: 0;
    display: inline-block;
    position: absolute;
    top: -40px;
    left: 54px;
    width: fit-content;
}
.vc_column_container.logo_col {
    position: static;
}
.vc_column_container.logo_col {
    position: static;
    min-width: 293px;
    max-width: 293px;
    transition: all 0.5s;
}

header#site-header .tt-header-holder.row-header-layout {
    padding-left: 0;
    padding-right: 0;
    margin: 0;
}
.logo_col .wpb_single_image img {
    max-width: 140px;
    transition: all 0.5s;
}
.sticky .vc_column_container.logo_col img {
    transform: scale(0.7) translateY(39px);
}
header#site-header ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
header#site-header ul.menu {
    display: flex;
    align-items: center;
    justify-content: center;
}
header#site-header  ul>li {
    display: inline-block;
}
header#site-header ul li >ul.sub-menu {
    position: absolute;
    width: 262px;
    z-index: 2;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.08);
    padding: 10px 20px 10px;
    visibility: hidden;
    opacity: 0;
    transition: opacity .2s linear;
}
header#site-header ul li > ul.sub-menu  li {
    font-size: 16px;
    position: relative;
}
header#site-header ul li > ul.sub-menu  li a {
    color: #0c4c93;
    padding: 13px 7px 13px 0;
    position: relative;
    display: block;
    transition: font-weight .25s linear;
    font-weight: 400;
}
header#site-header ul li:hover > ul.sub-menu {
    opacity: 1;
    visibility: visible;
}
header#site-header  ul>li a {
    display: inline-flex;
    position: relative;
    color: var(--dark);
    transition: color .2s linear;
    font-size: 18px;
    line-height: 1.1;
    font-weight: 700;
    padding: 18px 18px 22px;
    align-items: center;
}
header#site-header ul>li.current_page_item a {
    color: var(--secondary);
}
header#site-header ul li >ul.sub-menu li.current-menu-item a {
    font-weight: 600;
}
header#site-header ul>li.menu-item-has-children >a:after {
    content: "";
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border: solid #0c4c93;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    pointer-events: none;
    width: 6px;
    height: 6px;
    margin-left: 5px;
}
header#site-header ul>li a:hover {
    color: var(--secondary);
}
.tt-header-holder .tt-col__wide:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-bottom: 100px solid #fff;
    border-left: 48px solid transparent;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.tt-col__wide {
    flex: 2 1 auto;
    position: relative;
}
.tt-col__wrapper {
    background-color: #fff;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    height: 100px;
}
.h-infobox {
    font-size: 13px;
    line-height: 15px;
    color: var(--text);
}
.h-infobox address {
    font-weight: 800;
    color: var(--orange);
    font-size: 25px;
    line-height: 1.1;
    margin-top: 5px;
    white-space: nowrap;
}
.h-infobox address a {
    color: var(--orange);
    display: flex;
    align-items: center;
    gap: 5px;
}
i.icon.vc-material.vc-material-chat {
    background: url(/wp-content/uploads/2024/03/chat-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 20px;
    margin-right: 4px;
}
.tt-header-holder .tt-col__objects .wpb_wrapper {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
}
.tt-btn .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern,a.tt-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: 0 0;
    color: #0c4c93;
    border: 2px solid #0c4c93;
    line-height: 1;
    font-weight: 800;
    position: relative;
    outline: 0;
    cursor: pointer;
    font-family: Mulish, sans-serif;
    transition: color .4s;
    overflow: hidden;
    white-space: nowrap;
    font-size: 15px;
    padding: 4px 31px;
    height: 56px;
    z-index: 1;
    text-decoration: none !important;
}
.tt-btn .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover {
    color: #fff;
    border: 2px solid #0c4c93;
    background: transparent;
}
.tt-btn:hover:after,a.tt-btn:hover:after{
    height: 450%;
    transition: 1s;
}
.tt-btn:after ,a.tt-btn:after {
    content: "";
    position: absolute;
    height: 0%;
    left: 50%;
    top: 50%;
    width: 150%;
    z-index: 0;
    transition: .35s;
    background: #0c4c93;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
    transform: translateX(-50%) translateY(-50%) rotate(-25deg);
}
.tt-btn span,.tt-btn b  {
    position: relative;
    z-index: 3;
    font-weight: 800;
}
.tt-btn .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover, a.tt-btn:hover {
    color: #fff;
}
.tt-btn {
    position: relative;
    overflow: hidden;
}
.tt-btn.vc_btn3-container{
    margin-left: 30px;
}
.tt-col__wrapper.tt-col__objects {
    max-width: 580px;
    width: 100%;
}
.tt-col__wrapper.tt-col__objects .vc_column-inner {
    padding: 0;
}
.tt-popup__toggle .vc_icon_element-inner {
    min-width: 104px;
    min-height: 96px;
    margin-left: 45px;
    border-right: 0 !important;
}
.tt-popup__toggle .vc_icon_element-inner span.vc_icon_element-icon {
    width: 36px;
    height: 2px;
    background-color: #fff;
    display: inline-block;
    position: relative;
    pointer-events: none;
}
.tt-popup__toggle .vc_icon_element-inner span.vc_icon_element-icon:after,.tt-popup__toggle .vc_icon_element-inner span.vc_icon_element-icon:before{
    content: "";
    position: absolute;
    left: 0;
    display: inline-block;
    height: 2px;
    background-color: #fff;
    transition: .32s cubic-bezier(.25,.1,.28,1.54);
}
.tt-popup__toggle .vc_icon_element-inner span.vc_icon_element-icon:before {
    top: -11px;
    width: 23px !important;
}
.tt-popup__toggle .vc_icon_element-inner span.vc_icon_element-icon:after {
    top: 11px;
    width: 30px;
}
.tt-popup__toggle .vc_icon_element-inner:hover span.vc_icon_element-icon:after,.tt-popup__toggle .vc_icon_element-inner:hover span.vc_icon_element-icon:before{
    width: 36px  !important;
}
.h-infobox address a i.fa-solid.fa-phone {
    font-size: 16px;
    color: var(--dark);
    margin-bottom: 5px;
}
.h-infobox address a:hover {
    color: var(--primary);
}
/* header-slidebar */
.vc_row.wpb_row.vc_row-fluid.header-sidebar {
    margin: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(7,23,41,.5);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
}
.vc_row.wpb_row.vc_row-fluid.header-sidebar.active {
    opacity: 1;
    visibility: visible;
}
.vc_row.wpb_row.vc_row-fluid.header-sidebar .vc_column-inner {
    padding: 0;
}
.header-sidebar.active .tt-popup__dropdown {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}
.tt-popup__dropdown {
    visibility: visible;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 1;
    background-image: url(/wp-content/uploads/2024/03/popup-wrapper.jpg);
    background-position: right top;
    background-repeat: no-repeat;
    padding: 45px 56px;
    width: 445px;
    background: #fff;
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    color: var(--text);
    overflow: auto !important;
    transition: all 0.5s;
}
.tt-popup__dropdown::-webkit-scrollbar{
    width: 2px;
}
.logo-popup+* {
    font-size: 16px;
    margin-top: 17px
}
p {
    margin: 16px 0 0;
}
.tt-popup__dropdown .tt-btn {
    margin-top: 8px;
}
.tt-popup__close {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 95px;
    background-color: #51acfb;
    color: #fff;
}
.tt-popup__close:before {
    content: '╳';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 34px;
    margin-top: -1px;
    transition: .3s ease-in;
    font-family: 'dashicons';
}
.tt-popup__close:hover:before {
    opacity: 0;
}
.tt-popup__close:hover label {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.tt-popup__close label {
    cursor: pointer;
    transition: .3s ease-in;
    color: #fff;
    font-size: 20px;
    opacity: 0;
    font-family: Mulish,sans-serif;
    font-weight: 800;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.tt-btn:hover span{
    color: #fff;
}
.logo-popup {
    max-width: 120px;
}
.tt-popup__dropdown .tt-btn {
    margin-top: 8px;
}
.tt-popup__item+.tt-popup__item {
    margin-top: 40px;
}
.tt-popup__title {
    font-size: 29px;
    line-height: 39px;
    font-family: Mulish, sans-serif;
    color: #0c4c93;
    font-weight: 800;
    padding-bottom: 19px;
}
.info-box__content {
    font-size: 16px;
    line-height: 24px;
}
.info-box__title {
    color: #0c4c93;
    font-weight: 800;
}
.info-box+.info-box {
    margin-top: 27px;
}
.info-box__img svg {
    width: 100%;
    height: auto;
    fill: #0c4c93;
}
.info-box__img {
    width: 72px;
    min-width: 72px;
    color: #fff;
    position: relative;
    top: 4px;
    padding: 8px;
}
.info-box {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    margin-left: -7px;
}
.info-box__img:before {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 25px;
    margin-top: 2px;
    font-family: 'typicons';
    content: '';
    width: 22px;
    height: 22px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.icon-786204:before { 
    background-image: url(/wp-content/uploads/2024/03/location.png);  
}
.icon-126509:before {
    background-image: url(/wp-content/uploads/2024/03/call.png);  
}
.icon-9927001:before {
    background-image: url(/wp-content/uploads/2024/03/time.png);  
}
.info-box__content address {
    color: #ff4917;
    font-weight: 800;
    font-size: 25px;
    line-height: 31px;
}
header#site-header  .tt-icon-list a {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    position: relative;
    background-color: #f8f8fa;
    color: #b5bac0;
    transition: color .4s;
    font-size: 20px;
    color: #b5bac0;
}


.tt-icon-list a:after, .tt-icon-list a:before {
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    z-index: 3;
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: .4s;
    pointer-events: none;
}
.info-box__img+.info-box__content {
    margin-left: 18px;
}
.tt-icon-list a:before {
    border-bottom: 1px solid #0c4c93;
    border-left: 1px solid #0c4c93;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}
.tt-icon-list a:after {
    border-top: 1px solid #0c4c93;
    border-right: 1px solid #0c4c93;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
.tt-icon-list a:hover:after, .tt-icon-list a:hover:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.tt-icon-list a:hover {
    color: #0c4c93;
}
.blocktitle__under {
    position: absolute;
    font-size: 200px;
    line-height: 1.1;
    letter-spacing: -.02em;
    font-family: Mulish,sans-serif;
    font-weight: 800;
    z-index: 0;
    top: -66px;
    white-space: nowrap;
    color: #f8f8fa;
    margin-left:-203px;
}
.blocktitle__subtitle:before {
    content: "";
    display: inline-block;
    background-color: #51acfb;
    width: 50px;
    height: 2px;
    margin-right: 20px;
    position: relative;
    top: -3px;
}
.blocktitle__subtitle {
    font-size: 16px;
    font-weight: 800;
    font-family: Mulish,sans-serif;
    color: #51acfb;
    letter-spacing: .09em;
    position: relative;
    z-index: 1;
}
.vc_custom_heading.service_title {
    font-family: Mulish,sans-serif !important;
    color: #0c4c93;
    margin-top: 12px;
    position: relative;
    font-weight: 800 !important;
}
.tt-notes {
    max-width: 556px;
    position: relative;
    margin-top: 44px;
}
.tt-notes:after {
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    background-color: #51acfb;
    margin: 33px 0 0;
}
.service_box_row{
    padding-top: 68px;
}
.service_box_row .vc-hoverbox-block-inner.vc-hoverbox-front-inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: center;
    padding-bottom: 11px;
    margin-bottom: -8px;
    padding: 0;
    width: 83%;
    background-color: #fff;
    padding: 0 0 9px 29px;
    box-shadow: 0 10px 20px rgba(0,0,0,.08);
    position: relative;
    transition: all 0.5s;
}
.service_box_row .vc-hoverbox:hover .vc-hoverbox-block-inner.vc-hoverbox-front-inner {
    margin-bottom: 0px;
    height: auto;
}
.service-box .vc-hoverbox-block.vc-hoverbox-back {
    height: 100%;
}
.service_box_row .vc-hoverbox-block-inner.vc-hoverbox-front-inner h2 {
    font-size: 29px;
    line-height: 1.2;
    color: var(--primary);
    font-family: Mulish, sans-serif;
    font-weight: 800;
    text-align: left !important;
}
.service_box_row .vc-hoverbox-block-inner.vc-hoverbox-front-inner h2:after {
    content: 'Renovations services';
    display: block;
    text-align: left;
    font-size: 16px;
    line-height: 1;
    color: #51acfb;
    font-weight: 400;
    text-transform: capitalize;
    margin-top: 6px;
}
.service_box_row  .vc-hoverbox-wrapper .vc-hoverbox {
    min-height: 530px;
}
.service_box_row .vc-hoverbox:hover .vc-hoverbox-front{
    transform: unset;
}
.service_box_row .vc-hoverbox-front {
    transform: unset;
    justify-content: flex-end;
}
.service_box_row .vc-hoverbox-block-inner.vc-hoverbox-front-inner:before, .imgbox-inner__title .tt-icon:before {
    content: '';
    width: 112px;
    height: 112px;
    background-image: url(/wp-content/uploads/2024/03/Vector-1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -13px;
    filter: drop-shadow(0 5px 5px rgba(30,96,170,.2));
    display: inline-block;
}   
.service_box_row .vc-hoverbox-block-inner.vc-hoverbox-front-inner:after, .imgbox-inner__title .tt-icon:after {
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/2024/03/basin.png);
    width: 50px;
    height: 50px;
    z-index: 1;
    filter: invert(1);
    background-size: 50px;
    left: 59px;
}
.service_box_row .vc-hoverbox-block-inner.vc-hoverbox-front-inner h2:before {
    content: '+';
    position: absolute;
    right: 11px;
    top: 0;
}
.service_box_row .wpb_column:nth-child(2) .vc-hoverbox-block-inner.vc-hoverbox-front-inner:after ,.service_box_row .wpb_column:nth-child(2) .imgbox-inner__title .tt-icon:after{
    background-image: url(/wp-content/uploads/2024/03/pipes.png);
    top: 30px;
    left: 55px;
}
.service_box_row .wpb_column:nth-child(3) .vc-hoverbox-block-inner.vc-hoverbox-front-inner:after,.service_box_row .wpb_column:nth-child(3) .imgbox-inner__title .tt-icon:after {
    background-image: url(/wp-content/uploads/2024/03/leak.png);
}
.service-box {
    padding-bottom: 30px;
}
.service_box_row .vc-hoverbox-wrapper .vc-hoverbox .vc-hoverbox-back{
    transform: unset !important;
    opacity: 0;
    transition: all 0.5s;
    height: 100%;
}
.service_box_row .vc-hoverbox-wrapper .vc-hoverbox:hover .vc-hoverbox-back {
    z-index: 2;
    opacity: 1;
    transform: unset !important;
    justify-content: flex-start;
}
.imgbox-inner__title {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: center;
    padding-bottom: 11px;
    margin-left: -13px;
}
.imgbox-inner__title .tt-title {
    margin: 0 0 0 17px;
    text-align: left;
}
.imgbox-inner__title .tt-icon {
    position: relative;
}
.imgbox-inner__title .tt-icon:after,.service_box_row .wpb_column:nth-child(2) .imgbox-inner__title .tt-icon:after {
    left: 50%;
    transform: translate(-50% , -50%);
    top: 50%;
}
.imgbox-inner__title .tt-title .tt-text-01 {
    font-size: 29px;
    line-height: 1.2;
    color: #fff;
    display: block;
    font-family: Mulish,sans-serif;
    font-weight: 800;
}
.imgbox-inner__title .tt-title .tt-text-02 {
    font-size: 16px;
    line-height: 1;
    color: #51acfb;
    display: block;
    position: relative;
    top: 5px;
}
.imgbox-inner__title .tt-icon:before {
    filter: brightness(0) saturate(100%) invert(61%) sepia(13%) saturate(4863%) hue-rotate(183deg) brightness(96%) contrast(93%);
}
.imgbox-inner__title+* {
    margin-top: 0;
}
.service_box_row  .tt-offset__01 {
    margin-top: 23px;
}
.tt-list li:first-child {
    padding-top: 0;
}
ul.tt-list.tt-offset__01.tt-list__color02 {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 23px;
}
.service-box .vc-hoverbox-block-inner {
    padding: 50px;
    position: relative;
}
.tt-list li {
    position: relative;
    padding: 3px 0 3px 26px;
    font-weight: 700;
    text-align: left;
    color: #fff;
}
.imgbox-inner__title+* {
    margin-top: 0;
    color: #fff;
    text-align: left;
}
.tt-list li:before {
    font-family: "fontawesome";
    display: inline-block;
    font-size: 13px;
    position: absolute;
    left: 0;
    font-weight: 400;
    content: '\f061';
    top: 7px;
}
.tt-list__color02 li:before {
    color: #51acfb;
}
.service-box .vc-hoverbox-block-inner a.vc_general {
    font-size: 0;
    padding: 0 !important;
    width: 100%;
    height: 100% !important;
    background: transparent;
    color: #478edd;
    position: absolute;
    right: 0;
    border-radius: 0;
    bottom: 0;
    border: 0;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    text-decoration: none !important;
}
.service-box .vc-hoverbox-block-inner a.vc_general i.vc_btn3-icon.typcn.typcn-arrow-right {
    position: static;
    background: #fff;
    width: 80px;
    height: 80px;
    background-color: #fff;
    color: #0c4c93;
    box-shadow: 0 0 18px rgba(48,59,87,.1);
    transition: background-color .35s, color .35s;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    transform: translateY(1px);
}
.service-box .vc-hoverbox-block-inner a.vc_general i.vc_btn3-icon.typcn.typcn-arrow-right:hover {
    background-color: #51acfb;
    color: #fff;
}
.service-box .vc-hoverbox-block-inner a.vc_general i.vc_btn3-icon::before {
    width: auto !important;
    height: auto;
}
.service-box .vc-hoverbox-block-inner a.vc_general:hover {
    background: transparent;
}
.service-box .vc-hoverbox-block-inner a.vc_general i {
    font-size: 30px;
    color: var(--primary);
}
/* slider */
#main #content-wrap {
    padding-top: 0;
}
.hero-sec-slider:before {
    content: " ";
    background-color: #4ba1ed;
    width: 70%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -24.5%;
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.hero-sec-slider .pl-slider-slide {
    background-image: url(https://websmirno.site/viktor/plumbio/images/mainslide-02__bg.webp);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    margin: 40px 0px;
}
.hero-sec-slider .pl-slider-layout4 .pl-slider-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
    align-items: flex-start;
    position: absolute;
    text-align: left;
    top: 0;
    right: 0;
    z-index: 2;
    width: 55%;
    height: calc(100% - 80px);
    background: transparent !important;
    flex-direction: column;
    transform: translate(0);
}
.hero-sec-slider .vc_column_container > .vc_column-inner {
    padding: 0 40px;
}
.hero-sec-slider .pl-main-slider-cnt img {
    margin: -40px 0;
}
.vc_row.wpb_row.vc_row-fluid.service_sec_cnt {
    margin-top: 140px;
}
.hero-sec-slider .pl-swiper-container {
    overflow-y: auto;
    margin-bottom: 0  !important;
}
.hero-sec-slider .pl-swiper-wrapper {
    height: 100% !important;
}
.hero-sec-slider .pl-swiper-wrapper .pl-title.pl-nowrap-title a {
    font-family: Mulish, sans-serif;
    font-weight: 800;
    color: #fff !important;
    font-size: 72px;
    line-height: 86px;
    position: relative;
    text-decoration: none !important;
    max-width: 920px;
    overflow: visible;
    text-wrap: wrap;
}
.hero-sec-slider .pl-slider-nav-bottomright.pl-slider-nav-hover-show .pl-swiper-navigation {
    opacity: 1;
    visibility: visible;
    bottom: 40px;
    right: 0;
    height: 80px;
    width: 160px;
    transform: unset;
}
.hero-sec-slider .pl-excerpt:before {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 26px;
    content: "";
    width: 50px;
    height: 2px;
    background-color: #51acfb;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.hero-sec-slider .pl-slider-nav-rect.pl-slider-nav-bordered .pl-swiper-navigation .pl-swiper-button-prev,
.hero-sec-slider .pl-slider-nav-rect.pl-slider-nav-bordered .pl-swiper-navigation .pl-swiper-button-next {
    width: 80px;
    height: 80px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    position: absolute;
    z-index: 11;
    right: 0;
    font-size: 21px;
    background-color: #fff;
    color: #0c4c93;
    outline: 0;
    cursor: pointer;
    white-space: nowrap;
    opacity: 1;
    border: 0;
}
.pl-swiper-button-prev i:before {
    content: '\f061';
}
.pl-swiper-button-next i:before {
    content: '\f060';
}
.hero-sec-slider .pl-slider-nav-rect.pl-slider-nav-bordered .pl-swiper-navigation .pl-swiper-button-prev{
    right: 80px;
}
 .pl-slider-nav-rect.pl-slider-nav-bordered .pl-swiper-navigation .pl-swiper-button-prev i,  .pl-slider-nav-rect.pl-slider-nav-bordered .pl-swiper-navigation .pl-swiper-button-next i {
    color: #0c4c93;
    font-size: 20px;
}
 .pl-swiper-button-prev:after,  .pl-swiper-button-prev:before,
 .pl-swiper-button-next:after,  .pl-swiper-button-next:before {
    width: 100%;
    height: 100%;
    z-index: 3;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: .4s;
    pointer-events: none;
}
 .pl-swiper-button-prev:before, .pl-swiper-button-next:before {
    border-bottom: 2px solid #0c4c93;
    border-left: 2px solid #0c4c93;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}
 .pl-swiper-button-prev:after , .pl-swiper-button-next:after{
    border-top: 2px solid #0c4c93;
    border-right: 2px solid #0c4c93;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
 .pl-swiper-button-prev:hover:before,  .pl-swiper-button-prev:hover:after,
 .pl-swiper-button-next:hover:before,  .pl-swiper-button-next:hover:after {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.hero-sec-slider .pl-excerpt {
    color: #fff;
    font-size: 16px;
    line-height: 27px;
    max-width: 404px;
    position: relative;
    margin: 34px 0 0;
    padding: 33px 0 0;
}

/* about-sec */
section.about_sec {
    margin-top: 110px;
}
.about_text h5 {
    font-size: 16px;
    font-weight: 800;
    font-family: Mulish, sans-serif;
    color: #51acfb;
    letter-spacing: .09em;
    margin-bottom: 0;
}
.about_text h5:before {
    content: "";
    display: inline-block;
    background-color: #51acfb;
    width: 50px;
    height: 2px;
    margin-right: 20px;
    position: relative;
    top: -3px;
}
.about_text h2 {
    font-family: Mulish, sans-serif;
    color: #0c4c93;
    font-size: 42px;
    line-height: 55px;
    margin-top: 12px;
}
main li:first-child {
    padding-top: 0;
}
main ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
main  li {
    position: relative;
    padding: 3px 0 3px 26px;
    font-weight: 700;
    color: #0c4c93;
}
main li:before {
    font-family: "fontawesome";
    display: inline-block;
    font-size: 13px;
    position: absolute;
    left: 0;
    font-weight: 400;
    content: '\f061';
    top: 7px;
}
.about_text li {
    color: #0c4c93;
}
.tt-offset__02 {
    margin-top: 33px;
}
.tt-text01 {
    color: #0c4c93;
    font-weight: 700;
    font-size: 34px;
    line-height: 1;
}
.icon-row .tt-text02 {
    font-size: 16px;
    margin-top: 1px;
}
.icon-row .vc_column-inner:before {
    content: '';
    width: 75px;
    height: 80px;
    display: inline-block;
    background-image: url(/wp-content/uploads/2024/03/icon-1.jpg);
    background-size: 60px;
    background-repeat: no-repeat;
    margin-top: -10px;
}
.icon-row .wpb_column:nth-child(2) .vc_column-inner::before {
    background-image: url(/wp-content/uploads/2024/03/icon-2.jpg);
}
.icon-row .vc_column_container >.vc_column-inner .wpb_wrapper {
    padding-top: 9px;
}
.icon-row  .vc_column_container > .vc_column-inner {
    display: flex;
    align-items: center;
}
.icon-row {
    padding-top: 25px;
}
.about-img-col .wpb_text_column {
    top: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    text-align: center;
    background-color: #1e60aa;
    color: #fff;
    width: 134px;
    height: 171px;
    background-size: cover;
    position: absolute;
    background-image: url(/wp-content/uploads/2024/03/label-01_bg.png);
}
.about-img-col .wpb_text_column .tt-text01 {
    color: #fff;
}
.tt-text01 sub {
    font-size: 19px;
    line-height: 1;
    position: relative;
    top: 2px;
    margin-left: 1px;
}
.tt-text02 {
    font-size: 16px;
    line-height: 21px;
    margin-top: 5px;
}
.about-img-col .tt-text01 {
    font-size: 36px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -.04em;
    margin-top: 5px;
}
/* service-banner */
.service-banner-sec {
    margin-top: 132px;
}
.service-banner-sec div.ultb3-info {
    padding: 118px 15px 165px;
}
.service-banner-sec div.ultb3-info .ultb3-title.ult-responsive {
    font-size: 42px;
    line-height: 1.33;
    font-family: Mulish, sans-serif;
    color: #fff;
    font-weight: 800 !important;
    max-width: 800px;
    margin: 29px auto 16px;
}
.service-banner-sec div.ultb3-info .ultb3-desc.ult-responsive {
    font-size: 16px;
}
.service-banner-sec div.ultb3-info:before {
    content: '';
    display: inline-flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 99px;
    height: 99px;
    background-color: #d96e16;
    border-radius: 50%;
    font-size: 39px;
    box-shadow: 0 5px 10px rgba(30,96,170,.2);
    background-image: url(/wp-content/uploads/2024/03/settings.png);
    background-size: 53px;
    background-repeat: no-repeat;
    background-position: center;
    filter: invert(1);
}
.tab-sec ul.vc_tta-tabs-list {
    display: flex !important;
    padding-bottom: 37px !important;
}
.tab-sec ul.vc_tta-tabs-list li.vc_tta-tab a {
    display: inline-flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
    align-items: flex-start;
    position: relative;
    margin-left: 7px;
    margin-right: 7px;
    color: #0c4c93;
    font-family: Mulish, sans-serif;
    min-height: 100px;
    padding: 10px 64px;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 800;
    box-shadow: 0 10px 30px rgba(26,54,85,.15);
    cursor: pointer;
    transition: color .1s linear;
    margin-top: 14px;
    border: 0;
    text-decoration: none !important;
    background: #fff;
    width: calc(100% - 14px);
    border-radius: 0;
}
main .tab-sec ul.vc_tta-tabs-list li:before {
    content: '+';
    position: absolute;
    left: 20px;
    z-index: 2;
    top: 20px;
}
.tab-sec ul.vc_tta-tabs-list li.vc_tta-tab.vc_active a, .tab-sec ul.vc_tta-tabs-list li.vc_tta-tab.vc_active a:hover {
    background: var(--primary);
    color: #fff;
}

.tab-sec ul.vc_tta-tabs-list li.vc_tta-tab:hover a{
    background: #fff ;
    color: var(--dark);
}
.tab-sec ul.vc_tta-tabs-list li.vc_tta-tab .vc_tta-title-text{
    position: relative;
}
.tab-sec ul.vc_tta-tabs-list li.vc_tta-tab .vc_tta-title-text:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    width: 0%;
    height: 2px;
    margin: auto;
    left: 0;
    right: 0;
    background-color: currentColor;
    transition: width .2s linear;
}
.tab-sec ul.vc_tta-tabs-list li.vc_tta-tab:hover .vc_tta-title-text:before{
    width: 100%;
}
.tab-sec ul.vc_tta-tabs-list li.vc_tta-tab.vc_active:hover a {
    background: var(--primary);
}
.tab-sec ul.vc_tta-tabs-list li.vc_tta-tab {
    width: 100%;
}
.tab-sec {
    margin-top: -115px;
    position: relative;
    z-index: 5;
}
.tab-sec .vc_tta-panels {
    padding: 100px 0 0;
    background: transparent !important;
    border: 0 !important;
}
.tab_info_box h3.aio-icon-title.ult-responsive {
    font-size: 20px;
    line-height: 26px;
    font-family: Mulish, sans-serif;
    color: #0c4c93;
    font-weight: 800;
    padding: 0 0 12px;
}
.vc_row.tab_info_box {
    margin-top: 55px;
}
.tab-sec ul.vc_tta-tabs-list li.vc_tta-tab a:focus{
    border: 0;
    outline: none !important;
}
.tab-sec ul.vc_tta-tabs-list li.vc_tta-tab.vc_active a {
    transform: translateY(5px);
}
.tab_info_box .aio-icon-description.ult-responsive {
    margin: 0;
}
.tab_info_box .aio-icon-description.ult-responsive ul li {
    color: var(--primary);
}
.tab_info_box .aio-icon-description.ult-responsive p {
    margin: 0;
}
.tt-signature__img{
    display: inline;
}
.tt-signature__title {
    position: relative;
    font-size: 13px;
    line-height: 1.2;
    display: inline-block;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    padding: 0 0 0 22px;
}
.tt-signature__title:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: -12px;
    left: 0;
    width: 1px;
    height: 42px;
    background-color: #0c4c93;
}
.list_style-2 li {
    color: var(--text);
    font-weight: 400;
}
.list_style-2  li strong {
    color: #0c4c93;
    font-weight: 700;
}
.info-box-col .wpb_wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: flex-start;
}
.info-box-col .wpb_wrapper .aio-icon-component.style_1 {
    width: calc(50% - 30px);
    padding: 35px 25px 25px 35px;
    background-color: #f8f8fa;
    margin-bottom: 0;
}
.info-box-col .wpb_wrapper .aio-icon-component.style_1:nth-child(even) {
    transform: translateY(30px);
}
.info-box-col .wpb_wrapper .aio-icon-component.style_1 div.aio-icon-box {
    display: flex;
    flex-direction: column;
}
.info-box-col .wpb_wrapper .aio-icon-component.style_1 div.aio-icon-box .align-icon {
    text-align: left !important;
} 
.info-box-col .aio-icon-header h3.aio-icon-title {
    font-size: 20px;
    font-family: Mulish, sans-serif;
    color: #0c4c93;
    font-weight: 800;
    margin-top: 15px;
    padding: 0 0 8px;
    margin-bottom: 0;
}
.info-box-col .wpb_wrapper .aio-icon-component.style_1:nth-child(4) {
    margin-bottom: 20px;
}
.info-box-col  .aio-icon-header+.aio-icon-description {
    margin-top: 0;
}  
.info-box-col .aio-icon-img {
    height: 80px;
}
.info-box-col .aio-icon-img img.img-icon {
    width: auto;
    height: auto;
}
.about_text.text-center .wpb_wrapper {
    text-align: center;
    max-width: 570px;
    margin: 0 auto;
}
.about-img-col .wpb_text_column .tt-text01 {
    display: flex;
    justify-content: center;
}
.about-img-col .wpb_text_column .tt-text01 img {
    width: 27px;
}
.how_we_work_ {
    margin-top: 90px;
}
.how_we_work_:before {
    content: 'our work';
    position: absolute;
    font-size: 200px;
    line-height: 1.1;
    letter-spacing: -.02em;
    font-family: Mulish,sans-serif;
    font-weight: 800;
    top: -66px;
    white-space: nowrap;
    color: #f8f8fa;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
    text-transform: capitalize;
}
.how-it-works-image-row .wpb_single_image {
    display: flex;
    flex-flow: column-reverse;
    justify-content: center;
    align-items: center;
}
.how-it-works-image-row {
    padding-top: 33px;
}
.how-it-works-image-row .wpb_single_image h2.wpb_heading{
    font-size: 20px;
    line-height: 26px;
    color: #0c4c93;
    font-weight: 800;
    font-family: Mulish, sans-serif;
    margin-top: 37px;
}
.fullwidth-promo div.ultb3-info {
    padding: 118px 15px 242px;
}


/* form */
.vc_row.wpb_row.quote_sec {
    padding: 66px 45px;
    background-color: #fff;
    box-shadow: 0 10px 30px rgba(26,54,85,.15);
    position: relative;
    background-image: url(/wp-content/uploads/2024/03/bg-01-1.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    margin-top: -126px;
    z-index: 1;
}
.happy_clients-box {
    right: -20px;
    bottom: -20px;
    outline: #fff solid 15px;
    width: 154px;
    height: 151px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    background-color: #1e60aa;
    color: #fff;
    position: absolute;
}
.happy_clients-box .tt-text01 {
    color: #fff;
}
.happy_clients-box .tt-text01 {
    display: flex;
    justify-content: center;
}
.happy_clients-box .tt-text01 img {
    width: 40px;
    margin-bottom: 5px !important;
}
.wpcf7-form-control.input-group {
    font-family: Inter, sans-serif;
    font-size: 16px;
    background-color: #f8f8fa;
    border: 1px solid #f8f8fa;
    color: #6c7176;
    width: 100%;
    border-radius: 0;
    padding: 10px 12px 10px 17px;
    box-shadow: none;
    outline: 0;
    -webkit-appearance: none;
    transition: .3s linear;
    height: 52px;
}
.input-submit input.wpcf7-form-control.wpcf7-submit.has-spinner {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #ff4917;
    color: #fff;
    border: 2px solid #ff4917;
    line-height: 1;
    font-weight: 800;
    position: relative;
    outline: 0;
    cursor: pointer;
    font-family: Mulish,sans-serif;
    transition: .4s;
    overflow: hidden;
    white-space: nowrap;
    font-size: 15px;
    padding: 4px 31px;
    height: 56px;
    text-transform: capitalize;
    letter-spacing: normal;
}
.input-wrp {
    display: flex;
    gap: 30px;
}
.input-wrp .input-field {
    width: calc(50% - 15px);
}
.wpcf7 form .wpcf7-response-output, .wpcf7 form.custom-submitting .wpcf7-response-output {
    opacity: 0;
}
.quote_sec .wpb_wrapper h2 {
    color: #0c4c93;
    font-weight: 800;
    font-family: Mulish, sans-serif;
    line-height: 1.2;
    padding: 0 0 10px;
    font-size: 29px;
    margin-bottom: 0;
}
form.custom-invalid .wpcf7-response-output,form.invalid .wpcf7-response-output {
    border: 1px solid red;
    color: red;
    background: #ff00001a;
    opacity: 1 !important;
}
.custom-submitting .wpcf7-spinner{
    visibility: visible;
}
.wpcf7-spinner {
    background: var(--primary);
}
.wpcf7-spinner::before {
    background-color: transparent;
    top: 3px;
    left: 3px;
    border: 2px solid #fff;
    border-left-color: transparent;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    transform-origin: unset;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
    border-color: red;
}
form.custom-sent .wpcf7-response-output,form.sent .wpcf7-response-output {
    background: #0080001c;
    border-color: green;
    color: green;
    opacity: 1;
}
span.wpcf7-not-valid-tip {
    position: absolute;
    left: 3px;
    bottom: -31px;
    z-index: 2;
    font-size: 12px;
    line-height: 12px;
    color: red;
    transition: opacity .2s linear;
}
.wpcf7-form-control.input-group.wpcf7-not-valid {
    border-color: red;
    position: relative;
    z-index: 1;
}
.input-submit input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
    background: #fff;
    color: var(--orange);
}
section.vc_section.faq-sec {
    margin-top: 132px;
    margin-bottom: 100px;
}
.faq_accodian_box.vc_tta.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-heading,
.faq_accodian_box.vc_tta.vc_tta-accordion .vc_tta-panel-title {
    position: relative;
    background-color: #f8f8fa;
    color: #0c4c93;
    font-weight: 700;
    font-size: 16px;
    transition: color .2s linear;
    cursor: pointer;
    border: none !important;
    outline: none !important;
}
.faq_accodian_box .vc_tta-panel+* {
    margin-top: 22px;
}
.vc_tta.vc_general  .faq_accodian_box .vc_tta-panel.vc_active .vc_tta-panel-body {
    border: 0;
}
.faq_accodian_box.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right.vc_tta-panel-title>a,
.faq_accodian_box.vc_tta.vc_tta-accordion .vc_active .vc_tta-controls-icon-position-right.vc_tta-panel-title>a {
    color: #0c4c93;
    font-weight: 700;
    font-size: 16px;
    padding: 22px 75px 22px 29px;
    text-decoration: none !important;
    font-family: inter;
    line-height: 169%;
    border:none !important;
    outline: none !important;
}
.faq_accodian_box.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right.vc_tta-panel-title>a:hover, .faq_accodian_box.vc_tta.vc_tta-accordion .vc_active .vc_tta-controls-icon-position-right.vc_tta-panel-title>a:hover {
    color: var(--secondary);
}
.faq_accodian_box .vc_tta-panel+* {
    margin-top: 22px;
}
.vc_tta.vc_general.faq_accodian_box .vc_tta-panel.vc_active .vc_tta-panel-body {
    border: 0;
    background: transparent;
}
.faq_accodian_box.vc_tta.vc_tta-accordion .vc_active .vc_tta-controls-icon-position-right.vc_tta-panel-title>a:focus {
    border-color: transparent !important;
    outline: none !important;
}
section.vc_section.faq-sec .vc_row:before {
    content: 'FAQ';
    position: absolute;
    font-size: 200px;
    line-height: 1.1;
    letter-spacing: -.02em;
    font-family: Mulish, sans-serif;
    font-weight: 800;
    z-index: 0;
    top: -66px;
    white-space: nowrap;
    color: #f8f8fa;
    margin-left: -203px;
}
.faq_accodian_box.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right.vc_tta-panel-title>a:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 56%;
    right: 55px;
    top: 50%;
    background: var(--secondary);
    transform: translateY(-50%);
}
section.vc_section.our-patner_sec {
    padding-top: 136px;
    padding-bottom: 120px;
}
.patner-logos li.isotope-item {
    max-width: 246px;
    width: calc(50% - 30px);
    border: 2px solid #f8f8fa;
    background-color: #fff;
    padding: 2px;
    display: block;
    position: relative;
    text-align: center;
    position: relative !important;
    left: 0 !important;
    top:0 !important
}
.patner-logos li.isotope-item:after,.patner-logos li.isotope-item:before{
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    z-index: 3;
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: .4s;
    pointer-events: none;
    content: '';
    display: block !important;
}
.patner-logos li.isotope-item:before {
    border-bottom: 2px solid #0c4c93;
    border-left: 2px solid #0c4c93;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.patner-logos li.isotope-item:after {
    border-top: 2px solid #0c4c93;
    border-right: 2px solid #0c4c93;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
.patner-logos li.isotope-item:hover:after, .patner-logos li.isotope-item:hover:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.patner-logos  .wpb_image_grid .wpb_image_grid_ul {
    display: flex;
    flex-wrap: wrap;
    gap:30px;
    height: auto !important;
}
section.vc_section.our-patner_sec .wpb_column:last-child:after {
    background-image: url(/wp-content/uploads/2024/03/extra-bg01-1.png);
    background-size: contain;
    background-repeat: no-repeat;
    content: '';
    width: 100%;
    height: calc(100% + 70px);
    position: absolute;
    top: 0;
    margin-top: -70px;
    z-index: -1;
}
#footer-bottom {
    font-size: 16px;
}
div#footer-widgets {
    padding: 0;
}
.map_row .vc_column-inner {
    padding: 0;
}
.map_row  .wpb_gmaps_widget .wpb_wrapper {
    background-color: #00000000;
    padding: 0;
}



/* footer */
.footer_info_box .aio-icon-component {
    background-color: #fff;
    box-shadow: 0 10px 20px rgba(30,96,170,.2);
    color: #6c7176;
    font-size: 16px;
    line-height: 24px;
    min-height: 183px;
    position: relative;
    text-align: center;
    padding: 0 15px 15px;
    margin-top: 22px;
    margin-bottom: 32px;
}
.uavc-icons a:hover {
    opacity: 0.7;
}
.footer_info_box .aio-icon-component div.aio-icon-box {
    display: flex;
    flex-direction: column;
}
.footer_info_box .aio-icon-component div.aio-icon-box h3.aio-icon-title.ult-responsive {
    color: #0c4c93;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin-top: 18px;
    font-family: 'Inter';
    margin-bottom: 0;
}
.footer_info_box .aio-icon-component div.aio-icon-box .aio-icon-description.ult-responsive {
    margin-top: 0;
}
.footer_info_box .aio-icon-component div.aio-icon-box .aio-icon-description.ult-responsive strong {
    color: var(--orange);
    font-weight: 800;
    font-size: 25px;
    line-height: 31px;
    display: block;
    margin-top: 1px;
    margin-bottom: -3px;
    transition: all 0.5s;
}
.footer_info_box .aio-icon-component div.aio-icon-box .aio-icon-description.ult-responsive strong:hover{
    color: var(--primary);
}
.footer_info_box .aio-icon-component div.aio-icon-box .aio-icon-description.ult-responsive {
    margin-top: 0;
    max-width: 264px;
    margin: 0 auto;
}
.footer_info_box .aio-icon-component div.aio-icon-box .aio-icon-img {
    width: 90px;
    height: 90px;
    background-image: url(/wp-content/uploads/2024/03/Vector-1.png);
    background-size: contain;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 0;
    margin-top: -28px;
    position: relative;
}
.footer_info_box .aio-icon-component div.aio-icon-box .aio-icon-img img.img-icon {
    display: block;
    width: 30px;
    transform: translate(-50%,-50%);
    position: absolute;
    top: 60%;
    left: 50%;
}
.footer_info_box .footer_info_box_row.vc_row.wpb_row.vc_row-fluid {
    margin-top: -89px;
}
.footer_info_box {
    text-align: center;
}
.logo_image_footer {
    max-width: 147px;
    margin: 0 auto 28px;
}
.uavc-icons, .wpb_column .wpb_wrapper .uavc-icons {
    margin-bottom: 0;
    margin-top: 20px;
}
.hero-sec-slider .pl-slider-layout4 .pl-slider-content {
    height: 100%;
}
.vc_row.wpb_row.vc_row-fluid.footer-midle {
    padding-bottom: 44px;
    max-width: 545px;
    margin: 0 auto;
    padding-bottom: 0;
}
.footer_info_box {
    padding-bottom: 44px;
    background-image: url(/wp-content/uploads/2024/03/map-footer.png);
    background-repeat: no-repeat;
    background-position: bottom;
}
.service_slider .tt-notes::after{
    display: none;
}






/* slider */

.service_slider  .paddingx {
    background-color: #f8f8fa;
    padding: 45px 20px 45px 45px;
    margin: 30px 0 0;
}
.service_slider  .multimedia_classic_carousel.white .thumbsHolderWrapper {
    background-color: #fff;
    height: auto !important;
}
.service_slider .multimedia_classic_carousel{
    position: relative;
    z-index: 9;
}
.service_slider  .multimedia_classic_carousel.white .thumbsHolder_ThumbOFF img {
    width: 107px !important;
    height: 107px !important;
}
.service_slider  .multimedia_classic_carousel.white .thumbsHolder_ThumbOFF{
    background:  transparent !important;
}
.service_slider .paddingx {
    background-color: #f8f8fa;
    padding: 45px 20px 45px 45px !important;
    margin: 30px 0 0;
}
.service_slider .multimedia_classic_carousel.white .titlez {
    line-height: 26px;
    color: #0c4c93 !important;
    font-weight: 800;
    font-family: Mulish, sans-serif;
    padding: 0 0 5px;
    font-size: 20px !important;
}
.service_slider .multimedia_classic_carousel.white .descz {
    font-family: 'inter', sans-serif;
    font-weight: normal;
    line-height: 1.5;
    color: #6c7176 !important;
    font-size: 16px !important;
}
.service_slider .multimedia_classic_carousel.white .thumbsHolder_ThumbOFF img {
    width: 107px !important;
    height: 121px !important;
    margin-top: -70px;
}
.vc_row.wpb_row.vc_row-fluid.service_slider {
    padding: 92px 0 0 475px;
    left: -0px !important;
    z-index: 2;
}
.vc_row.wpb_row.vc_row-fluid.service_slider:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    left: 345px;
    top: 0;
}
.service-slider-imag-row {
    height: 100%;
    position: absolute !important;
    top: 0;
    z-index: 3;
    width: 31.33%;
}
section.vc_section.service_slider_sec {
    padding-top: 195px;
    padding-bottom: 63px;
}
.service_slider .multimedia_classic_carousel.white .thumbsHolder_ThumbOFF {
    background: transparent !important;
}
.service_slider .vc_row.wpb_row.vc_row-fluid.service_sec_cnt {
    margin-top: 0;
}
section.vc_section.service_slider_sec:after {
    content: "";
    display: block;
    position: absolute;
    top: 74px;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    max-height: 800px;
    background-color: #1e60aa;
    background-image: url(https://www.benchmarkpg.com.au/wp-content/uploads/2024/03/map-footer.png);
}
.multimedia_classic_carousel.white .carouselLeftNav, .multimedia_classic_carousel.white .carouselRightNav {
    display: block !important;
    right: 50% !important;
    left: auto !important;
    top: 84%;
    margin: -1px !important;
}
.multimedia_classic_carousel.white .carouselLeftNav {
    transform: translateX(-73px);
}
.service_slider_sec .multimedia_classic_carousel.white .thumbsHolderVisibleWrapper {
    left: 0 !important;
}
section.vc_section.service_slider_sec:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -15%;
    width: 64.3%;
    height: 100%;
    background-color: #fff;
    z-index: 1;
    -webkit-transform: skew(-26deg);
    transform: skew(-26deg);
}
.testimonial_slider .pl-main-slider-cnt {
    background-color: #fff;
    position: relative;
    max-width: 80.7%;
}
.testimonial_slider .pl-slider-layout4 .pl-slider-content {
    background: transparent !important;
    max-width: 34.2%;
    min-width: 34.2%;
    z-index: 4 !important;
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 42%;
}
.vc_row.wpb_row.vc_row-fluid.testimonial_slider.vc_row-no-padding:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -15%;
    width: 67.3%;
    height: 100%;
    background-color: #1e60aa;
    z-index: 1;
    -webkit-transform: skew(26deg);
    transform: skew(26deg);
    background-image: url(https://www.benchmarkpg.com.au/wp-content/uploads/2024/03/map-footer.png);
}
.vc_row.wpb_row.vc_row-fluid.testimonial_slider.vc_row-no-padding {
    padding-top: 100px;
}
.testimonial_slider .pl-slider-slide.item  a.no-lightbox:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -17.5vw;
    width: 26vw;
    height: 100%;
    background-color: #fff;
    z-index: 1;
    -webkit-transform: skew(26deg);
    transform: skew(26deg);
}
.testimonial_slider  .pl-owl.owl-loaded:before {
    content: '\f10e';
    font-family: 'FontAwesome';
    font-size: 134px;
    position: absolute;
    z-index: 1;
    top: 17px;
    line-height: 0;
    right: 39%;
    color: #1e60aa;
}
.testimonial_slider  a.no-lightbox {
    position: relative;
    display: block;
    width: 62.8%;
}
.testimonial_slider .pl-main-slider-cnt .owl-item {
    background: #fff;
    max-height: 662px;
}
.testimonial_slider .pl-excerpt {
    font-size: 19px;
    line-height: 31px;
    margin-top: 0;
    color: var(--text) !important;
    position: relative;
}
.testimonial_slider .pl-excerpt:after {
    content: '★★★★★';
    position: absolute;
    top: 137px;
    left: 0;
    font-size: 25px;
    color: var(--orange);
}
.testimonial_slider .pl-slider-layout4 .pl-slider-content:before {
    content: '⸻ testimonials';
    font-size: 16px;
    font-weight: 800;
    font-family: Mulish, sans-serif;
    color: #51acfb;
    letter-spacing: .09em;
    margin-bottom: 10px;
}
.testimonial_slider .pl-slider-layout4 .pl-slider-content .pl-title.pl-nowrap-title{
    order: 1;
}
.testimonial_slider .pl-slider-layout4 .pl-slider-content .pl-title.pl-nowrap-title a {
    text-decoration: none !important;
    font-size: 16px;
    color: #0c4c93 !important;
}
.testimonial_slider .pl-excerpt:before {
    content: 'What People Say About Us';
    display: block;
    font-family: Mulish,sans-serif;
    color: #0c4c93;
    font-size: 42px;
    line-height: 55px;
    margin-top: 12px;
    font-weight: 800;
    max-width: 367px;
    margin-bottom: 69px;
}
.multimedia_classic_carousel.white .bottomNav .bottomNavButtonOFF {
    background: #1e60aa !important;
    opacity: 1 !important;
    z-index: 9999;
    margin-top: 0 !important;
    padding: 0;
    margin: 0 10px;
    width: 7px;
    height: 7px;
}
.multimedia_classic_carousel.white .bottomNav {
    bottom: 0 !important;
    opacity: 1;
    visibility: visible;
    z-index: 999999;
    width: 100px !important;
    display: flex !important;
    align-items: end;
}
.multimedia_classic_carousel.white .bottomNav .bottomNavButtonOFF:after {
    content: "";
    display: block;
    background-color: transparent;
    width: 100%;
    height: 100%;
    z-index: 0;
    transition: 1s;
}
.multimedia_classic_carousel.white .bottomNav .bottomNavButtonOFF.bottomNavButtonON:after {
    background-color: #e8eff6;
}
footer [data-vc-full-width="true"] .vc_column-inner {
    padding: 0;
}

.uavc-icons a {
    display: inline-flex;
    height: 2em;
    width: 2em;
    align-items: center;
    justify-content: center;
}



/* inner-page-banner */
.inner-page-banner-row {
    padding: 40px;
    position: relative;
    z-index: 1;
    background: linear-gradient(#e9ecef, #fff);
}
.inner-page-banner-row:before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -15.66%;
    width: 67.3%;
    height: 100%;
    background-color: #51acfb;
    z-index: 0;
    -webkit-transform: skew(-26deg);
    transform: skew(-26deg);
}
.inner-page-banner {
    margin-bottom: 0 !important;
    min-height: 229px !important;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    position: relative;
    margin-bottom: 140px;
}
.inner-page-banner .ultb3-info {
    max-width: 1200px;
    margin: 0 auto;
    text-align: left !important;
    color: #fff;
    height: 100%;
    width: 100%;
}
.inner-page-banner.ultb3-box .ultb3-info .ultb3-title {
    color: #fff;
    font-size: 42px;
    line-height: 55px;
    font-weight: 800 !important;
    font-family: Mulish, sans-serif;
}
.inner-page-banner.ultb3-box .ultb3-info .ultb3-desc.ult-responsive {
    margin-top: 21px;
    font-size: 16px;
}

/* contact-us-page */
.vc_row.wpb_row.vc_row-fluid.contact-us-sec {
    padding: 140px 0;
}
strong.tt-base-color {
    color: var(--dark);
}
.contact-us-sec form.wpcf7-form {
    padding: 66px 70px;
    background-color: #fff;
    box-shadow: 0 10px 30px rgba(26,54,85,.15);
    position: relative;
    z-index: 2;
    margin-left: 0;
}
.contact-us-sec .wpb_column.vc_column_container {
    width: 41.66666667%;
}
.contact-us-sec .wpb_column.vc_column_container:nth-child(2) {
    width: 58.33333333%;
}
.contact-us-sec form.wpcf7-form:before {
    content: 'Send Message';
    color: #0c4c93;
    font-weight: 800;
    font-family: Mulish, sans-serif;
    line-height: 1.2;
    margin: 0 0 23px !important;
    font-size: 29px;
    display: block;
}
.about_text h6 {
    margin-left: -203px;
    color: #f8f8fa;
    position: absolute;
    font-size: 200px;
    line-height: 1.1;
    letter-spacing: -.02em;
    font-family: Mulish, sans-serif;
    font-weight: 800;
    z-index: -1;
    top: -66px;
    white-space: nowrap;
}
.contact-us-sec .about_text li::before {
    content: '\f0e0';
    font-size: 16px;
    vertical-align: top;
    line-height: 1;
}
.contact-us-sec .about_text ul {
    margin-top: 20px;
}
.contact-us-sec .about_text li {
    display: flex;
    flex-direction: column;
}
.contact-us-sec .about_text li strong {
    margin-bottom: -8px;
}
.contact-us-sec .about_text li a {
    color: #6c7176;
    display: inline-block;
    font-weight: 400;
    text-decoration: none !important;
    position: relative;
    width: fit-content;
}
.contact-us-sec .about_text li a:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 4px;
    width: 0%;
    height: 1px;
    left: 0;
    background-color: currentColor;
    transition: width .2s linear;
}
.contact-us-sec .about_text li a:hover:before {
    width: 100%;
}
.uavc-icons.countact-icon .aio-icon {
    display: inline-flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    position: relative;
    background-color: #f8f8fa;
    color: #b5bac0;
    transition: color .4s;
    font-size: 14px;
}
.uavc-icons.countact-icon .aio-icon:before,.uavc-icons.countact-icon .aio-icon:after {
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    z-index: 3;
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: .4s;
    pointer-events: none;
}
.uavc-icons.countact-icon .aio-icon:before {
    border-bottom: 1px solid #0c4c93;
    border-left: 1px solid #0c4c93;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}
.uavc-icons.countact-icon .aio-icon:after {
    border-top: 1px solid #0c4c93;
    border-right: 1px solid #0c4c93;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
.uavc-icons.countact-icon .aio-icon:hover:before,.uavc-icons.countact-icon .aio-icon:hover:after{
    -webkit-transform: scale(1);
    transform: scale(1);
}
.uavc-icons.countact-icon a {
    display: inline;
}
.uavc-icons.countact-icon .aio-icon:hover {
    color: var(--dark);
}
.contact-us-sec h2.vc_custom_heading {
    color: #0c4c93;
    font-weight: 800 !important;
    font-family: Mulish, sans-serif !important;
    line-height: 1.2;
    padding: 23px 0 0px;
    font-size: 29px;
}
/* faq_sec */
.vc_row.wpb_row.vc_row-fluid.faq_sec {
    padding: 140px 0 50px;
}
.faq_form_col {
    max-width: 800px;
    margin: 0 auto;
    padding-bottom: 50px;
}
.faq_form_col .input-submit p {
    text-align: center;
}
.faq_form_col .wpcf7-spinner {
    position: absolute;
    transform: translateY(18px);
}


/* service-page */
section.vc_section.section-indent-service {
    padding: 140px 0;
}
.section-indent-service .about_text img {
    width: 100%;
    padding-bottom: 35px;
}
.service_text h2, .service_text h2 strong {
    color: #0c4c93;
    font-family: Mulish, sans-serif;
    line-height: 1.2;
    padding: 0 0 0px;
    font-size: 29px;
    margin-top: 35px;
    font-weight: 800 !important;
}
.service_text ul {
    margin-top: 35px;
}
.service_text ul li {
    font-weight: 400;
    color: var(--text);
}
.service_text ul li strong {
    color: var(--dark);
}
.service_text ul li::before {
    color: var(--dark);
}
form.wpcf7-form h4 {
    font-family: Mulish, sans-serif;
    font-weight: 800;
    color: #0c4c93;
    font-size: 29px;
    line-height: 41px;
    margin-bottom: 26px;
}
.wpb_text_column.wpb_content_element.promo_aside_box {
    display: block;
    background-color: #1e60aa;
    background-repeat: no-repeat;
    background-position: center top;
    padding: 31px 15px 35px;
    margin: 60px 0;
    text-align: center;
    background-image: url(/wp-content/uploads/2024/03/promo_img01.png);
}
.promo_aside_box h3 {
    font-size: 29px;
    line-height: 41px;
    font-weight: 800;
    font-family: Mulish,sans-serif;
    padding-bottom: 7px;
    color: #fff;
    margin-bottom: 0;
}
.promo_aside_box h5 {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    color: #fff;
    font-family: 'Inter';
    margin-bottom: 0px;
}
.promo_aside_box p {
    margin: 0;
}
.promo_aside_box a {
    color: #fff;
    text-decoration: none !important;
}
.promo_aside_box a {
    color: #fff;
    text-decoration: none !important;
    font-size: 25px;
    font-weight: 700;
}
.promo_aside_box a:hover {
    color: var(--orange);
}
.promo_aside_box a:before {
    content: "\f095";
    font-family: "Font Awesome 6 Free";
    font-size: 17px;
    margin-right: 5px;
    display: inline-block;
    transform: translateY(-4px);
    color: var(--secondary);
}
.service_right_col {
    position: sticky !important;
    top: -397px;
    height: fit-content;
}
.why_hire_us {
    padding: 29px 38px 44px;
    background-color: #f8f8fa;
}
.why_hire_us h4 {
    font-family: Mulish, sans-serif;
    font-weight: 800;
    color: #0c4c93;
    font-size: 29px;
    line-height: 41px;
    padding-bottom: 0px;
}
.why_hire_us li:before {
    display: none;
}
.why_hire_us li{
    padding: 0;
}
.why_hire_us li:not(:first-child) {
    margin-top: 20px;
}
.why_hire_us li span strong {
    width: 34px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    display: inline-block;
    position: relative;
    z-index: 2;
}
.why_hire_us li span.tt-icon:before {
    content: '';
    position: absolute;
    z-index: 0;
    top: -9px;
    left: 3px;
    font-weight: 400;
    color: #51acfb;
    filter: drop-shadow(1px 4px 6px rgba(81,172,251,.3));
    background-image: url(/wp-content/uploads/2024/03/Group.png);
    width: 34px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
}
.why_hire_us li span.tt-icon {
    margin-right: 10px;
}
.service-page-bottom-box {
    background-color: #1e60aa;
    margin-top: 50px;
}
.service-page-bottom-box .ult-content-box {
    display: flex;
    color: #fff;
    padding: 28px 0 30px 41px;
    font-weight: 700;
}
.service-page-bottom-box .ult-content-box img {
    margin-bottom: -50px;
    max-width: 255px;
    margin-right: 28px;
}
.service-page-bottom-box .ult-content-box .wpb_text_column.wpb_content_element {
    padding-right: 73px;
}
.service-page-bottom-box .ult-content-box .wpb_text_column.wpb_content_element p {
    margin: 0;
}
.patner-logos.service-page-logos li.isotope-item {
    width: calc(20% - 30px);
}
.patner-logos.service-page-logos {
    padding-top: 40px;
}
.vc_row.wpb_row.vc_row-fluid.service-partner-sec {
    padding-bottom: 100px;
}
.vc_row.wpb_row.vc_row-fluid.service-partner-sec:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: -44px;
    background-image: url(/wp-content/uploads/2024/03/extra-bg01-1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
ul.sub-menu li:not(:last-child) {
    border-bottom: 1px solid #f3f3f3;
    width: 100%;
}
header#site-header ul li >ul.sub-menu li a {
    font-size: 16px;
    color: var(--dark);
    line-height: 25px;
}
header#site-header ul li >ul.sub-menu li a:hover {
    font-weight: 600;
}

/* about-page */
section.vc_section.about-info-sec {
    margin-top: 140px;
}
section.vc_section.about_why_choose_us {
    padding-top: 160px;
}
.wpb_single_image.about_img-2 {
    bottom: -21.5%;
    left: -7.3%;
    position: absolute;
    max-width: 284px;
}
.tt-signature.tt-signature__top {
    margin-top: 20px;
}
section.vc_section.about_why_choose_us {
    margin-top: 160px;
}
.about_why_choose_us .about_text p {
    max-width: 600px;
}
.about_why_choose_us .about_text .col-md-6 {
    width: 50%;
    display: inline-block;
    float: left;
}
.about_why_choose_us .about_text p {
    max-width: 600px;
    margin-bottom: 25px;
}
.about-why-us-row,.about-why-us-col{
    position: static !important;
}
.vc_row.wpb_row.vc_row-fluid.about-why-us-row {
    padding-bottom: 220px;
}   
.about-why-us-col {
    width: 100%;
    position: absolute;
    right: 0;
}
.about-why-us-col:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -12vw;
    width: 21vw;
    height: 100%;
    background-color: #fff;
    z-index: 0;
    -webkit-transform: skew(-24deg);
    transform: skew(-24deg);
}
.about-why-us-col {
    background-image: url(/wp-content/uploads/2024/03/layout02_bg01-1.jpg);
    width: 50% !important;
    position: absolute !important;
    height: 100%;
    z-index: 1;
    top: 0;
    right: 0;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
}
.about-why-us-row .about_text {
    z-index: 9;
    position: relative;
}
.rsf-sec {
    background: var(--primary);
    color: #fff;
    overflow: visible !important;
    width: calc(100vw - 340px) !important;
    margin-top: -92px;
    z-index: 9;
    background-image: url(/wp-content/uploads/2024/03/layout03-map.png);
    background-repeat: no-repeat;
    background-position: bottom;
}
.rsf-sec .rsf_info_box .aio-icon-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.rsf-sec .rsf_info_box .aio-icon-box .aio-icon-title {
    color: #fff;
    font-weight: 800;
    font-size: 20px;
    line-height: 26px;
    margin-top: 19px;
}
.rsf-sec .rsf_info_box .aio-icon-box .aio-icon-img {
    font-size: 100px !important;
    margin-top: -17px;
    position: relative;
    z-index: 9;
}
section.vc_section.rsf-sec .vc_row.wpb_row {
    padding-bottom: 52px;
    width: calc(100% + 340px);
}
section.vc_section.rsf-sec:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -5vw;
    width: 13vw;
    height: 100%;
    background-color: #1e60aa;
    z-index: 0;
    -webkit-transform: skew(-26deg);
    transform: skew(-26deg);
}
section.vc_section.portfolio_sec {
    margin-top: 140px;
}
.about-tab .wpb_image_grid .wpb_image_grid_ul .isotope-item {
    margin: 15px;
}
.about-tab .ult_tabitemname {
    padding: 0;
    margin: 0 -15px;
}
.about-tab  li.ult_tab_li a {
    min-height: 80px;
    padding: 10px 45px;
    min-width: 262px;
}
.about-tab  li.ult_tab_li{
    border-radius: 0 !important;
    background: transparent !important;
}
.about-tab li.ult_tab_li:before {
    display: none;
}
.about-tab li.ult_tab_li a {
    padding: 0 44px !important;
    min-width: 262px;
    display: inline-flex !important;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
    align-items: flex-start;
    position: relative;
    color: #0c4c93 !important;
    font-family: Mulish,sans-serif;
    min-height: 80px;
    box-shadow: 0 4px 18px rgba(26,54,85,.15);
    transition: color .1s linear;
    background: #fff !important;
    text-decoration: none !important;
    height: 80px;
    margin: 20px 6px 20px;
}
.about-tab li.ult_tab_li a span.ult-span-text.ult-responsive {
    font-size: 20px !important;
    position: relative;
}
.about-tab li.ult_tab_li a span.ult-span-text.ult-responsive:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    width: 0%;
    height: 2px;
    margin: auto;
    left: 0;
    right: 0;
    background-color:var(--dark);
    transition: width .2s linear;
}
.about-tab li.ult_tab_li a:hover span.ult-span-text.ult-responsive:before {
    width: 100%;
}
.about-tab li.ult_tab_li.current a span.ult-span-text.ult-responsive:before {
    background: #fff;
}
.about-tab li.ult_tab_li.current a {
    color: #fff !important;
    background: var(--dark) !important;
    box-shadow: unset;
}
.about-tab li.ult_tab_li.current {
    margin-top: 5px;
}
.about-tab li.ult_tab_li a:after {
    content: "+";
    font-family: Mulish, sans-serif;
    position: absolute;
    top: 4px;
    left: 9px;
    font-size: 20px;
    line-height: 1;
    font-weight: 800;
}
.about-tab .vc_pageable-slide-wrapper.vc_clearfix {
    width: 100%;
}
.about-tab .vc_gitem-zone {
    background-size: 0;
    padding-bottom: 10px;
    overflow: visible;
}
.about-tab  .vc-gitem-zone-height-mode-auto:before{
    padding: 0;
}
.about-tab .vc-gitem-zone-height-mode-auto .vc_gitem-zone-img {
    display: block !important;
    visibility: visible;
    transition: opacity .4s ease-in, transform .25s, -webkit-transform .25s;
}
.about-tab .vc_grid.vc_row .vc_grid-item {
    padding-right: 30px;
    margin-top: 7px;
}
.about-tab .vc_gitem-zone:hover .vc_gitem-zone-img {
    opacity: 0.7;
}
.about-tab a.vc_gitem-link:hover:before{
    opacity: 1;
    top: 50%;
}
.about-tab a.vc_gitem-link:before {
    content: '\f002';
    font-family: fontawesome;
    text-decoration: none;
    position: absolute;
    width: 57px;
    height: 57px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--secondary);
    color: #fff;
    border-radius: 50%;
    top: 45%;
    left: 50%;
    transform: translate(-50% , -51%);
    opacity: 0;
    transition: .2s linear;
}
section.vc_section.about-tab {
    background-color: #f8f8fa;
    padding-bottom: 106px;
    margin-top: 60px;
    overflow: visible;
}
section.vc_section.about-tab .ult_tabs {
    margin-top: -60px;
}
.tt-notes02__under {
    position: absolute;
    font-size: 200px;
    line-height: 1.1;
    letter-spacing: -.02em;
    font-family: Mulish, sans-serif;
    font-weight: 800;
    z-index: -1;
    bottom: -100px;
    left: 43%;
    white-space: nowrap;
    color: #f8f8fa;
}
section.vc_section.our-team_sec {
    margin-top: 140px;
}
.our-team_sec .founter_sec .aio-icon-component .aio-icon-box {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    border: 11px solid #f8f8fa;
    border-left-color: #fff;
    background-color: #fff;
    padding: 18px;
}
.our-team_sec .founter_sec .aio-icon-component .aio-icon-box .aio-icon-img img {
    width: 100%;
    height: auto;
}
.our-team_sec .founter_sec .aio-icon-component .aio-icon-box .aio-icon-img {
    width: 195px;
    height: 195px;
    overflow: hidden;
    border-radius: 100%;
}
.our-team_sec .founter_sec .aio-icon-component .aio-icon-box .aio-icon-description h3 {
    color: #0c4c93;
    font-size: 20px;
    line-height: 26px;
    font-weight: 800;
    font-family: Mulish, sans-serif;
    margin-bottom: 3px;
}
.our-team_sec .founter_sec .aio-icon-component .aio-icon-box .aio-icon-description h4 {
    font-size: 13px;
    line-height: 1.2;
    font-weight: 400;
    font-family: 'Inter';
    margin-top: 0;
    color: var(--text);
}
.our-team_sec .founter_sec .aio-icon-component .aio-icon-box:after, .our-team_sec .founter_sec .aio-icon-component .aio-icon-box:before {
    content: "";
    display: block;
    background-color: #fff;
    position: absolute;
    z-index: 1;
    -webkit-transform: skew(-26deg);
    transform: skew(-26deg);
    height: 30px;
}
.our-team_sec .founter_sec .aio-icon-component .aio-icon-box:after{
    width: 170px;
    bottom: -11px;
    left: -21px;
}
.our-team_sec .founter_sec .aio-icon-description .personal-02__slide a {
    display: block;
    width: 43px;
    height: 43px;
    background-color: #0c4c93;
    border: 2px solid #0c4c93;
    border-radius: 50%;
    font-size: 13px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: stretch;
    align-items: center;
    color: #fff;
    transition: .2s linear !important;
    font-size: 0;
    text-decoration: none !important;
}
.our-team_sec .founter_sec .aio-icon-description .personal-02__slide a:not(:first-child) {
    margin-top: 7px;
}
.our-team_sec .founter_sec .aio-icon-description .personal-02__slide a:before {
    content: '\f39e';
    font-size: 16px;
    font-family: fontawesome;
}
.our-team_sec .founter_sec .aio-icon-description .personal-02__slide a:nth-child(2):before {
    content: '\f099';
}
.our-team_sec .founter_sec .aio-icon-description .personal-02__slide a:hover {
    background-color: #fff;
    color: #0c4c93;
}
.our-team_sec .founter_sec .aio-icon-description .personal-02__slide {
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translate(0px, -50%);
    opacity: 0;
    transition: .2s linear;
}
.our-team_sec .founter_sec .aio-icon-box:hover .aio-icon-description .personal-02__slide {
    left: 0;
    opacity: 1;
}
.our-team_sec .about_text {
    padding-bottom: 33px;
}
.team-slider .aio-icon-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.team-slider .aio-icon-box  .aio-icon-description {
    text-align: center;
}
.team-slider  h3.aio-icon-title {
    font-family: Mulish, sans-serif;
    color: #0c4c93;
    font-weight: 800;
    font-size: 20px;
    line-height: 26px;
    margin-top: 14px;
    position: relative;
    display: inline-block;
    margin-bottom: 0;
}
.team-slider .aio-icon-box .aio-icon-description {
    text-align: center;
    font-size: 13px;
    line-height: 1.2;
    margin-top: 8px;
    color: #6c7176;
}
.team-slider .aio-icon-box  .aio-icon-img {
    border-radius: 100%;
    overflow: hidden;
    position: relative;
}
.team-slider .aio-icon-box .aio-icon-img:before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: block;
    content: "";
    width: 0;
    height: 0;
    background: rgba(255,255,255,.2);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    opacity: 0;
    pointer-events: none;
    border-radius: 50%;
}
.team-slider .aio-icon-box:hover .aio-icon-img:before {
    -webkit-animation: 1.15s circle;
    animation: 1.15s circle;
    opacity: 1;
}
ul.slick-dots li:before {
    display: none;
}
.team-slider ul.slick-dots {
    padding-top: 45px;
}
ul.slick-dots li:before {
    content: "";
    display: block;
    position: absolute;
    background-color: #1e60aa;
    z-index: 1;
    transition: background-color .2s linear;
    top: 7px;
    left: 7px;
    width: 7px;
    height: 7px;
}
ul.slick-dots li i{
    display: none;
}
ul.slick-dots li:after {
    content: "";
    display: block;
    background-color: transparent;
    width: 100%;
    height: 100%;
    z-index: 0;
    transition: 1s;
}
ul.slick-dots li.slick-active:after{
    background-color: #e8eff6;
}
@keyframes circle {
    0%,40% {
        opacity: 1
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0
    }
}
section.vc_section.area_cover_sec {
    margin-top: 140px;
    margin-bottom: 100px;
}
section.vc_section.area_cover_sec .col-6 {
    width: 50%;
    float: left;
}
section.vc_section.area_cover_sec ul.location__list li:before {
    content: '\f3c5';
    color: var(--orange);
    font-size: 16px;
    top: 3px;
}
section.vc_section.area_cover_sec ul.location__list li:before {
    content: '\f3c5';
    color: var(--orange);
    font-size: 16px;
    top: 3px;
}
section.vc_section.area_cover_sec ul.location__list li a {
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #6c7176;
    text-decoration: none !important;
}
section.vc_section.area_cover_sec ul.location__list li:not(:first-child){
    margin-top: 22px;
}
section.vc_section.area_cover_sec ul.location__list li a strong {
    display: inline-block;
    position: relative;
    color: #0c4c93;
    font-family: Inter, sans-serif;
    font-weight: 700;
}
section.vc_section.area_cover_sec ul.location__list li a strong:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 0%;
    height: 2px;
    left: 0;
    background-color: currentColor;
    transition: width .2s linear;
}
section.vc_section.area_cover_sec ul.location__list li a:hover strong:before {
    width: 100%;
}
.area_cover_sec a.tt-btn.tt-btn__top {
    margin-top: 20px;
}
.vc_section.area_cover_sec .wpb_column:first-child .vc_column-inner {
    background-image: url(/wp-content/uploads/2024/03/extra-bg01-2.jpg);
    background-repeat: no-repeat;
}
.special_offer_sec{
    margin-top: 140px;
}
.special_offer_slider .aio-icon-component {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: flex-end;
    position: relative;
    border: 11px solid #f8f8fa;
    border-left-color: #fff;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 0 0;
    padding: 21px 27px 21px 20px;
    height: 100%;
}
.special_offer_slider .aio-icon-header .aio-icon-title {
    font-family: Mulish, sans-serif;
    color: #0c4c93;
    font-weight: 800;
    font-size: 42px;
    line-height: 1.2;
    margin-top: 3px;
    padding-left: 70px;
    text-align: right;
}
.special_offer_sec .about_text h6 {
    margin-left: 0;
    left: 50%;
    transform: translateX(-50%);
}
.special_offer_slider .aio-icon-component .aio-icon-box {
    text-align: end;
}
.special_offer_slider .default-icon .aio-icon-header {
    display: block;
}
.special_offer_slider .aio-icon-header+.aio-icon-description {
    margin-top: 10px;
    max-width: 396px;
}
.special_offer_slider .aio-icon-header+.aio-icon-description p {
    margin: 0;
}
.special_offer_slider .aio-icon-header+.aio-icon-description p em {
    position: absolute;
    left: 0;
    bottom: 10px;
    font-size: 13px;
    font-style: normal;
}
.special_offer_slider .aio-icon-header+.aio-icon-description h3 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 117px;
    height: 76px;
    background-color: #ff4917;
    color: #fff;
    text-align: center;
    font-family: Mulish, sans-serif;
    font-weight: 800;
    position: absolute;
    top: -11px;
    left: -11px;
    line-height: 1;
    padding-left: 7px;
    font-size: 36px;
}
.special_offer_slider .aio-icon-header+.aio-icon-description h3 strong {
    font-size: 16px;
    line-height: 1;
    letter-spacing: .1em;
    margin-top: 1px;
}
.special_offer_slider .aio-icon-header+.aio-icon-description h3:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -18px;
    width: 50px;
    height: 100%;
    background-color: #ff4917;
    z-index: 0;
    -webkit-transform: skew(-26deg);
    transform: skew(-26deg);
}
.special_offer_slider .aio-icon-header+.aio-icon-description h3 > * {
    position: relative;
    z-index: 1;
    font-style: normal;
}
.special_offer_slider a {
    font-family: Mulish,sans-serif;
    color: #0c4c93;
    font-weight: 800;
    display: inline-block;
    position: relative;
    text-decoration: none !important;
    margin-top: 17px;
}
.special_offer_slider a:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 3px;
    width: 0%;
    height: 2px;
    margin: auto;
    left: 0;
    background-color: currentColor;
    transition: width .2s linear;
}
.special_offer_slider a:hover:before{
    width: 100%;
}
.special_offer_slider .aio-icon-header .aio-icon-title:before {
    content: 'SPECIAL OFFER';
    display: block;
    font-weight: 800;
    color: #ff4917;
    font-size: 16px;
    letter-spacing: .11em;
}
.special_offer_slider {
    margin-top: 40px;
}
ul.slick-dots {
    padding-top: 42px;
}
.service_slider .tt-list li {
    color: var(--dark);
    font-size: 14px;
}
.service_slider .aio-icon-box.default-icon {
    background-color: #f8f8fa;
    padding: 43px 20px 45px 19px;
    margin: 30px 0 0;
    display: flex;
    flex-direction: column;
    min-height: 430px;
}
.service_slider  h3.aio-icon-title.ult-responsive {
    font-size: 20px;
    line-height: 26px;
    color: #0c4c93;
    font-weight: 800;
    font-family: Mulish, sans-serif;
}
.service_slider  .default-icon .aio-icon-default {
    margin-top: -70px;
}
.service_slider .default-icon .aio-icon-default .aio-icon-img {
    font-size: 78px !important;
}
.mobile_sec.service_box .aio-icon-component.style_1 {
    width: calc(20% - 20px);
    margin: 0 10px;
    height: 100%;
}
.service_box .wpb_wrapper {
    display: flex;
    flex-wrap: wrap;
}
.money_saving_slider .aio-icon-component {
    box-shadow: 0 9px 27px rgba(26,54,85,.05);
    padding: 0 40px 50px;
    text-align: center;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
}
.money_saving_slider .slick-list {
    padding-bottom: 23px;
    padding-top: 48px;
}
.money_saving_slider .aio-icon-component .aio-icon-box {
    display: flex;
    flex-direction: column;
}
.money_saving_slider .aio-icon-component .aio-icon-box .aio-icon-title {
    font-family: Mulish, sans-serif;
    color: #0c4c93;
    font-weight: 800;
    font-size: 29px;
    line-height: 140%;
    padding-bottom: 0;
}
.money_saving_slider .aio-icon-component .aio-icon-box li {
    color: var(--text);
    font-weight: 400;
    text-align: left;
}
.money_saving_slider .aio-icon-component .aio-icon-box li::before {
    color: var(--dark);
}
.money_saving_slider .aio-icon-component .aio-icon-box ul {
    margin-bottom: 48px;
}
.money_saving_slider .aio-icon-component .aio-icon-description h4 {
    font-size: 42px;
    line-height: 1;
    font-weight: 800;
    font-family: Mulish,sans-serif;
    color: #51acfb;
}
.money_saving_slider .aio-icon-component .aio-icon-description strong {
    font-weight: 800;
    font-family: Mulish,sans-serif;
    color: #0c4c93;
    margin-top: 2px;
    letter-spacing: .09em;
    font-size: 16px;
    display: block;
}
.money_saving_slider a.tt-btn {
    margin-top: 30px;
}
.money_saving_slider.ult_horizontal {
    margin-top: 50px;
}
.money_saving_slider .aio-icon-component .aio-icon-box .aio-icon-img {
    font-size: 84px !important;
    margin-top: -32px;
}
.money_saving_slider img.img-icon {
    filter: drop-shadow(5px 5px 10px rgba(81,172,251,.5));
}
.money_saving_slider .slick-track{
    display: flex;
}
.price_list_sec .wpb_column> .vc_column-inner {
    padding: 0;
}
.pricing_list_tab ul.ult_tabmenu {
    justify-content: center;
}
.about-tab .about_text ul {
    margin-top: 20px;
}
.pricing_list_tab .about-tab .ult_tabcontent {
    padding-top: 100px;
}
.table-price table {
    border: 20px solid #f8f8fa;
}
.table-price tr td:first-child {
    padding-left: 19px;
    padding-right: 10px;
}
.table-price tr td {
    padding-top: 11px;
    padding-bottom: 11px;
    border: 0;
}
.table-price tr td:last-child {
    width: 35%;
    color: #0c4c93;
    font-weight: 700;
    padding-left: 5px;
    padding-right: 19px;
}   
.table-price tr:nth-child(even) {
    background-color: #fbfbfc;
}
section.vc_section.pricing_list_tab {
    margin-top: -100px;
    position: relative;
    z-index: 2;
}
.pricing_list_tab  .about-tab li.ult_tab_li a {
    min-height: 100px;
    min-width: 368px;
}
.table__notes {
    font-size: 13px;
    line-height: 22px;
    margin-top: -20px;
}
.price_list_sec  .service-banner-sec div.ultb3-info::before {
    background-image: url(/wp-content/uploads/2024/03/Mask-group.png);
    filter: unset;
    background-color: var(--secondary);
}
.lightbox {
    position: fixed !important;
    top: 0 !important;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.lb-nav a.lb-next:before,.lb-nav a.lb-prev:before {
    content: '\f105';
    font-size: 30px;
    color: #Fff;
    font-family: 'FontAwesome';
}
.lb-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.lb-nav a.lb-next, .lb-nav a.lb-prev {
    display: flex;
    align-items: center;
    opacity: 1 !important;
    justify-content: center;
    width: 45px !important;
    height: 45px;
    background: #000 !important;
}
.lb-details {
    display: none;
}
.lb-nav a.lb-prev {
    transform: scaleX(-1);
}
.lb-data .lb-close {
    top: 36px;
    position: absolute;
    right: 36px;
}
.vc_row.wpb_row.vc_row-fluid.testimonial_slider.testimonial_page_slider::before {
    display: none;
}
.testimonial_slider.testimonial_page_slider .pl-owl.owl-loaded:before {
    font-size: 100px;
    line-height: 0;
    right: 0 !important;
}
.special_offer_sec .about_text.text-center .wpb_wrapper {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}
.special_offer_sec.customer_say {
    margin-top: 90px;
}
.testimonial_box {
    position: relative;
    border: 16px solid #f8f8fa;
    border-right-color: #fff;
    background-color: #fff;
    padding: 35px 43px 40px;
    margin: 40px 15px 0;
    text-align: left;
}
.testimonial_box h5 {
    font-family: Mulish, sans-serif;
    color: #0c4c93;
    font-weight: 800;
    font-size: 20px;
    line-height: 130%;
    padding-bottom: 0;
}
.testimonial_box h6 {
    font-size: 16px;
    color: #0c4c93;
    margin-top: 10px;
    margin-bottom: 0;
}
.testimonial_box .aio-icon-box:before {
    content: '\f10e';
    font-family: 'FontAwesome';
    position: absolute;
    top: -61px;
    right: 0;
    font-size: 58px;
    color: var(--dark);
    z-index: 2;
}
.testimonial_box:after, .testimonial_box:before {
    content: "";
    display: block;
    background-color: #fff;
    position: absolute;
    z-index: 1;
    -webkit-transform: skew(26deg);
    transform: skew(26deg);
    height: 30px;
}
.testimonial_box:before {
    width: 8.5%;
    top: -16px;
    right: -21px;
}
.testimonial_box:after {
    width: 17%;
    bottom: -16px;
    right: -21px;
}
p:empty{
    display: none;
}
.load_more .vc_btn3.vc_btn3-color-white.vc_btn3-style-modern {
    font-size: 15px;
    padding: 4px 31px;
    height: 56px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: 0 0;
    color: #0c4c93;
    border: 2px solid #0c4c93;
    line-height: 1;
    font-weight: 800;
    position: relative;
    outline: 0;
    cursor: pointer;
    font-family: Mulish, sans-serif;
    transition: color .4s;
    overflow: hidden;
    white-space: nowrap;
}
.vc_row.wpb_row.vc_row-fluid.testimonial_row {
    text-align: center;
}
.load_more.vc_btn3-container.vc_btn3-inline {
    margin-top: 50px;
}
.vc_btn3-container.load_more.vc_btn3-inline:before {
    content: "";
    position: absolute;
    height: 0%;
    left: 50%;
    top: 50%;
    width: 150%;
    z-index: 0;
    transition: .35s;
    background: #0c4c93;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
    transform: translateX(-50%) translateY(-50%) rotate(-25deg);
}

.vc_btn3-container.load_more:hover::before {
    height: 450%;
    transition: 1s;
}
.vc_btn3-container.load_more.vc_btn3-inline {
    position: relative;
    overflow: hidden;
}
.load_more:hover .vc_btn3.vc_btn3-color-white.vc_btn3-style-modern {
    z-index: 7;
    color: #fff;
}

.write_review_col {
    margin-left: 48%;
}
section.vc_section.write_review_sec {
    margin-top: 140px;
    background-image: url(/wp-content/uploads/2024/03/Group-15.jpg);
    background-repeat: no-repeat;
    background-size: 50%;
    margin-bottom: 100px;
}
.service_slider .default-icon .aio-icon-default .aio-icon-img {
    font-size: 107px !important;
}
section.vc_section.covrage_sec {
    margin-top: 140px;
}
.cover-locality {
    bottom: -30px;
    left: -70px;
    position: absolute;
    max-width: 284px;
}
section.vc_section.covrage_sec .image_col.wpb_column:nth-child(2) {
    margin-left: 8.33333333%;
}
section.vc_section.covrage_sec .info_row.wpb_column:nth-child(1) {
    max-width: 41.555%;
}
.cover_location_row a.tt-dot-info {
    position: relative;
    display: block;
    background-color: #f8f8fa;
    color: #6c7176;
    padding: 24px 10px 21px 53px;
    margin-top: 19px;
    text-decoration: none !important;
}
.tt-dot-info:before {
    content: '\f061';
    font-family: "fontawesome";
    display: inline-block;
    font-size: 16px;
    position: absolute;
    left: 25px;
    top: 24px;
    color: #0c4c93;
}
.tt-dot-info strong {
    color: #0c4c93;
    display: inline-block;
    position: relative;
}
.tt-dot-info strong:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 2px;
    width: 0%;
    height: 2px;
    margin: auto;
    left: 0;
    right: 0;
    background-color: currentColor;
    transition: width .2s linear;
}
.tt-dot-info:hover strong:before {
    width: 100%;
}
.cover_location_row {
    margin-top: 61px;
    margin-bottom: 100px;
}
section.vc_section.covrage_sec {
    margin-top: 140px;
    background-image: url(/wp-content/uploads/2024/03/section-map-cover.png);
    background-repeat: no-repeat;
    background-position: center;
}
a#scroll-top:after {
    background-image: url(/wp-content/uploads/2024/03/Vector-1.png);
    background-color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 90px;
    height: 70px;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    filter: brightness(0) saturate(100%) invert(63%) sepia(27%) saturate(2597%) hue-rotate(182deg) brightness(93%) contrast(100%);
}
a#scroll-top {
    width: 90px;
    height: 70px;
    background: transparent;
    display: block !important;
    transform: translateY(100px);
    transition: all 0.5s;
}
.sticky a#scroll-top {
    opacity: 1 !important;
    transform: translate(0);
}
a#scroll-top[style="opacity: 1; display: block;"] {
    transform: translate(0);
}
a#scroll-top:hover {
    background-color: transparent;
}
a#scroll-top i {
    position: absolute;
    top: 56%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 26px;
    z-index: 1;
    transition: all 0.5s;
}
a#scroll-top:hover:after {
    filter: unset;
}
a#scroll-top:hover i {
    top: 50%;
}
.certificat_slider figure.wpb_wrapper.vc_figure .vc_single_image-wrapper {
    background-color: #f8f8fa;
    display: block;
    padding: 18px;
    position: relative;
}
.certificat_slider .slick-list.draggable {
    padding-right: 13%;
}
.certificat_slider  ul.slick-dots {
    text-align: left;
}
.vc_row.wpb_row.vc_row-fluid.service_slider.about_certificat {
    padding-top: 20px;
}
.vc_row.wpb_row.vc_row-fluid.service_slider.about_certificat .vc_column-inner {
    padding: 0;
}
.certificat_slider figure.wpb_wrapper.vc_figure .vc_single_image-wrapper:after, .certificat_slider figure.wpb_wrapper.vc_figure .vc_single_image-wrapper:before {
    width: 100%;
    height: 100%;
    z-index: 3;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: .4s;
    pointer-events: none;
}
.certificat_slider figure.wpb_wrapper.vc_figure .vc_single_image-wrapper:before {
    border-bottom: 5px solid #0c4c93;
    border-left: 5px solid #0c4c93;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}
.certificat_slider figure.wpb_wrapper.vc_figure .vc_single_image-wrapper:after {
    border-top: 5px solid #0c4c93;
    border-right: 5px solid #0c4c93;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
.certificat_slider figure.wpb_wrapper.vc_figure .vc_single_image-wrapper:hover:after, .certificat_slider figure.wpb_wrapper.vc_figure .vc_single_image-wrapper:hover:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.thrv_wrapper.thrv-page-section h2.tve-page-section-out {
    margin-bottom: 0;
    font-size: 25px;
    max-width: 700px;
    color: #fff;
}
.thrv_wrapper.thrv-page-section > p {
    display: none;
}
.thrv_wrapper.thrv-page-section:first-child {
    background-color: #1e60aa;
    padding: 30px 50px 50px;
    color: #fff;
    margin-bottom: 50px;
    margin-top: 30px;
    background-image: url(/wp-content/uploads/2024/03/map-footer.png);
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: right;
}
.thrv_wrapper.thrv_text_element h1 img {
    max-width: 420px;
    width: 100%;
    border: 5px solid #fff;
}
.thrv_wrapper.thrv_text_element p:nth-child(1) {
    margin-top: 0;
}
.thrv_wrapper.thrv_text_element h2 {
    margin-bottom: 10px;
    margin-top: 40px;
}
.thrv_wrapper.thrv_text_element p {
    margin-top: 12px;
    line-height: 140%;
}
@media (max-width: 1746px) {
    .tt-col__wide.tt-col__wrapper {
        width: 37%;
    }
    .tt-col__wrapper .vc_column-inner {
        padding-left: 0;
        padding-right: 10px;
    }
    .tt-btn.vc_btn3-container {
        margin-left: 22px;
    }
    .tt-popup__toggle .vc_icon_element-inner {
        margin-left: 20px;
    }
    .tt-col__wrapper.tt-col__objects {
        max-width: 534px;
    }
    header#site-header ul>li a {
        font-size: 15px;
        padding: 18px 9px 22px;
    }
    .h-info-list>address:first-child {
        margin-left: 0;
        display: none;
    }
    .hero-sec-slider .pl-swiper-wrapper .pl-title.pl-nowrap-title a {
        font-size: 52px;
        line-height: 68px;
    }
    .hero-sec-slider .pl-excerpt {
        margin: 16px 0 0;
        padding: 15px 0 0;
    }
    .service_box_row .vc-hoverbox-wrapper .vc-hoverbox {
        min-height: 433px;
    }
    .service_box_row .vc-hoverbox-block-inner.vc-hoverbox-front-inner {
        padding: 0 0 9px 18px;
    }
    .service_box_row .wpb_column:nth-child(2) .vc-hoverbox-block-inner.vc-hoverbox-front-inner:after, .service_box_row .wpb_column:nth-child(2) .imgbox-inner__title .tt-icon:after {
        top: 22px;
        left: 33px;
    }
    .service_box_row .vc-hoverbox-block-inner.vc-hoverbox-front-inner:after, .imgbox-inner__title .tt-icon:after {
        left: 34px;
        top: 18px;
        background-size: contain;
        width: 40px;
        background-repeat: no-repeat;
    }
    .service_box_row  .wpb_column:nth-child(2) .imgbox-inner__title .tt-icon:after{
        top: 42px;
        left: 33px;
    }
    .imgbox-inner__title .tt-icon:after {
        top: 39px;
    }
    section.vc_section.faq-sec{
        margin-bottom: 100px;
    }
    .service-box .vc-hoverbox-block-inner ul.tt-list.tt-offset__01.tt-list__color02 {
        display: none;
    }
    .service-box:hover .vc-hoverbox-block-inner {
        position: relative;
        height: 100%;
    }
    .service_box_row .vc-hoverbox-block-inner.vc-hoverbox-front-inner:before, .imgbox-inner__title .tt-icon:before {
        width: 71px;
        height: 121px;
        margin-top: -29px;
    }
    .service_box_row .vc-hoverbox-block-inner.vc-hoverbox-front-inner h2 {
        font-size: 27px;
        margin-left: 20px;
    }
    .vc_row.wpb_row.vc_row-fluid.service_slider {
        padding: 92px 0 0 62px;
    }
    .testimonial_slider .pl-main-slider-cnt {
        max-width: 100%;
    }
    .testimonial_slider a.no-lightbox {
        position: relative;
        display: block;
        width: 50%;
    }
    .testimonial_slider .pl-slider-layout4 .pl-slider-content {
        max-width: 45.2%;
        min-width: 45.2%;
        top: 47%;
    }
    .testimonial_slider .pl-excerpt:before {
    font-size: 33px;
    line-height: 1.4;
    margin-bottom: 40px;
}
.testimonial_slider .pl-excerpt:after {
    top: 109px;
    font-size: 25px;
}
.testimonial_slider .pl-excerpt {
    font-size: 16px;
    line-height: 160%;
}
.testimonial_slider .pl-slider-slide.item a.no-lightbox:before {
    -webkit-transform: skew(17deg);
    transform: skew(17deg);
}
.testimonial_slider .pl-owl.owl-loaded:before {
    font-size: 94px;
    right: 53%;
}
.service_slider_sec .service_sec_cnt .vc_custom_heading.service_title {
    font-size: 35px !important;
}
.vc_row.wpb_row.vc_row-fluid.service_slider:before {
    left: 230px;
}
.vc_row.wpb_row.vc_row-fluid.service_slider {
    padding: 92px 0 0 302px;
}
.service_slider .default-icon .aio-icon-default .aio-icon-img {
    font-size: 86px !important;
}
.service-slider-imag-row {
    width: 662px;
    left: -36px;
    top: -23px;
}
.service_slider .aio-icon-header+.aio-icon-description {
    font-size: 15px;
    line-height: 160%;
}
.service_slider .aio-icon-header+.aio-icon-description ul {
    margin-top: 10px;
}
.service_slider h3.aio-icon-title.ult-responsive{
    font-size: 17px;
}

}
@media(max-width: 1359px){
    .hero-sec-slider .pl-swiper-wrapper .pl-title.pl-nowrap-title a {
        font-size: 40px;
        line-height: 50px;
    }
    .hero-sec-slider .pl-slider-nav-bottomright.pl-slider-nav-hover-show .pl-swiper-navigation {
        display: none;
    } 
    header#site-header .tt-header-holder {
        padding-left: 270px;
    }
    .vc_column_container.logo_col {
        position: static;
        min-width: 190px;
        max-width: 190px;
    }
    .vc_column_container.logo_col .vc_column-inner {
        left: 5px;
        width: fit-content;
    }
    .logo_col .wpb_single_image img {
        max-width: 124px;
    }
    .tt-col__wrapper.tt-col__objects {
        max-width: 459px
    }
    .tt-btn .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern, a.tt-btn {
        padding: 1px 17px;
        height: 51px;
    }
    .tt-btn.vc_btn3-container {
        margin-left: 16px;
    }
    .h-infobox address {
        font-size: 20px;
    }
    .h-infobox {
        font-size: 12px;
    }
    .service_box_row .vc-hoverbox-wrapper .vc-hoverbox {
        min-height: 417px;
    }
    .service_slider_sec .multimedia_classic_carousel.white .thumbsHolderVisibleWrapper {
        height: 400px !important;
    }
    .service_slider .multimedia_classic_carousel.white .thumbsHolder_ThumbOFF {
        height: 400px !important;
    }
    .service_slider .multimedia_classic_carousel.white .thumbsHolderWrapper {
        height: 500px !important;
    }
    .service_slider .multimedia_classic_carousel {
        height: 500px !important;
    }
    .vc_row.wpb_row.vc_row-fluid.service_slider {
        padding: 71px 15px 0;
    }
    .service-slider-imag-row {
        top: 51px;
        z-index: 3;
        width: 51%;
        left: -285px;
    }
    .service_slider_sec .service_sec_cnt .wpb_column.vc_column_container {
        width: 50%;
    }
    .how_we_work_ {
        margin-top: 10px;
    }
    .why_hire_us {
        padding: 26px 27px 44px;
    }
    .why_hire_us h4 {
        font-size: 26px;
        line-height: 130%;
    }
    .service-page-bottom-box .ult-content-box {
        padding: 21px 0 26px 28px;
    }
    .service-page-bottom-box .ult-content-box .wpb_text_column.wpb_content_element {
        padding-right: 21px;
    }
    .promo_aside_box h3 {
        font-size: 28px;
    }
    .wpb_single_image.about_img-2 {
        max-width: 240px;
        bottom: -7.5%;
        left: -10px;
    }
    .about_text h2 {
        font-size: 36px;
        line-height: 140%;
    }
    .about-why-us-col:before {
        left: -16vw;
        width: 32vw;
    }
    section.vc_section.about_why_choose_us {
        padding-top: 0;
    }
    .rsf-sec {
        width: 100vw  !important;
    }
    section.vc_section.rsf-sec .vc_row.wpb_row {
        width: 100%;
    }
    .tt-notes02__under {
        font-size: 160px;
        left: 0%;
    }
    section.vc_section.rsf-sec:before{
        display: none;
    }
    section.vc_section.area_cover_sec {
        margin-top: 100px;
        margin-bottom: 80px;
    }
    .vc_row.wpb_row.vc_row-fluid.service_slider:before {
        left: 0;
    }
}
@media(max-width: 1199px){
    .vc_row.wpb_row.vc_row-fluid.header-sidebar.active {
        display: none;
    }
    header#site-header ul.menu {
        flex-direction: column;
        width: 100%;
        align-items: flex-start;
        padding: 20px 26px;
    }
    .tt-col__wrapper.tt-col__objects .vc_column-inner {
        padding: 0;
        text-align: end;
    }
    .tt-col__wrapper.tt-col__objects {
        max-width: 68%;
        justify-content: flex-end;
    }
    .tt-col__wide.tt-col__wrapper.wpb_column.vc_column_container.vc_col-sm-6 {
        width: 58px;
    }
    .tt-col__wide.tt-col__wrapper.tt-col__wrapper .vc_column-inner {
        position: fixed;
        top: 0;
        background: #fff;
        width: 300px;
        right: 0;
        height: 100%;
        z-index: 99;
        transform: translateX(100%);
        transition: all 0.5s;
        padding-top: 50px;
    }
    body.menu-active .tt-col__wide.tt-col__wrapper.tt-col__wrapper .vc_column-inner{
        transform: translateX(0%);
    }
    body.menu-active {
        overflow: hidden;
    }
    header#site-header ul>li  , header#site-header ul>li a{
        display: block;
        width: 100%;
    }
    .header-social-icon .wpb_wrapper:before {
        margin-right: 17px;
    }
    header#site-header .tt-header-holder {
        padding-left: 195px;
    }
    .h-info-list>* {
        margin-left: 10px;
        margin-right: 12px;
    }
    .hero-sec-slider .pl-swiper-wrapper .pl-title.pl-nowrap-title a {
        font-size: 37px;
        line-height: 45px;
    }
    header#site-header ul>li.menu-item-has-children >a:before {
        position: static;
        order: 1;
    }
    header#site-header ul>li a {
        font-size: 15px;
        padding: 11px 9px 15px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: row;
    }
    header#site-header ul li >ul.sub-menu {
        position: static;
        padding: 0px 15px;
        width: 100%;
        border: 1px solid #e0e0e0;
        box-shadow: none;
        height: 0;
        overflow: hidden;
        opacity: 0;
    }
    header#site-header ul li:hover >ul.sub-menu{
        height: 100%;
        opacity: 1;
    }
    a:focus {
        outline: solid 0px !important;
    }
    .menu-active .tt-popup__toggle {
        position: fixed;
        top: 0;
        right: 0;
        z-index: 99;
    }
    .menu-active .tt-popup__toggle .vc_icon_element-inner {
        max-width: 50px !important;
        max-height: 50px !important;
        min-height: 50px;
        min-width: 50px;
        background-image: url(/wp-content/uploads/2024/03/close.png);
        background-repeat: no-repeat;
        background-position: center;
    }
    .menu-active .tt-popup__toggle .vc_icon_element-inner span.vc_icon_element-icon.typcn.typcn-location-outline {
        display: none;
    }
    .service_box_row .vc-hoverbox-wrapper .vc-hoverbox,.service_box_row .vc-hoverbox-wrapper .vc-hoverbox .vc-hoverbox-inner {
        max-height: 274px !important;
        min-height: 274px !important;
    }
    .blocktitle__under {
        font-size: 109px;
        top: -35px;
        margin-left: -42px;
    }
    .service_box_row .vc-hoverbox-block-inner.vc-hoverbox-front-inner h2 {
        font-size: 20px;
        margin-left: 8px;
    }
    .service_box_row .vc-hoverbox-block-inner.vc-hoverbox-front-inner {
        padding: 0 0 8px 9px;
    }
    .service_box_row .vc-hoverbox-block-inner.vc-hoverbox-front-inner:before, .imgbox-inner__title .tt-icon:before {
        width: 56px;
        height: 83px;
        margin-top: -15px;
    }
    .service_box_row .vc-hoverbox-block-inner.vc-hoverbox-front-inner:after, .imgbox-inner__title .tt-icon:after {
        left: 20px;
        top: 13px;
        width: 35px;
    }
    .service_box_row .wpb_column:nth-child(2) .vc-hoverbox-block-inner.vc-hoverbox-front-inner:after, .service_box_row .wpb_column:nth-child(2) .imgbox-inner__title .tt-icon:after {
        top: 17px;
        left: 20px;
    }
    .service_box_row .vc-hoverbox-block-inner.vc-hoverbox-front-inner h2:after {
        font-size: 14px;
        margin-top: 2px;
    }
    .vc_row.wpb_row.vc_row-fluid.service_sec_cnt {
        margin-top: 80px;
    }   
    .vc_custom_heading.service_title {
        font-size: 36px !important;
        line-height: 44px !important;
    }
    .service_box_row .vc-hoverbox-wrapper .vc-hoverbox .vc-hoverbox-back {
        display: none;
    }
    .about_text h2 {
        font-size: 32px;
        line-height: 44px;
    }
    .about_text h6 {
        margin-left: -51px;
        font-size: 133px;
        top: -29px;
    }
    .tt-text01 {
        font-size: 30px;
    }
    .icon-row .tt-text02 {
        font-size: 14px;
    }
    .service-banner-sec div.ultb3-info {
        padding: 70px 15px 142px;
    }
    .service-banner-sec div.ultb3-info .ultb3-title.ult-responsive {
        font-size: 32px;
        max-width: 684px;
    }
    .how-it-works-image-row .wpb_single_image h2.wpb_heading {
        font-size: 20px;
        margin-top: 20px;
    }
    .how-it-works-image-row .vc_single_image-wrapper img {
        max-height: 230px;
    }
    .fullwidth-promo div.ultb3-info {
        padding: 70px 15px 149px;
    }
    .quote_sec .wpb_column div,.quote_sec .wpb_column div figure.wpb_wrapper.vc_figure {
        height: 100%;
    }
    .quote_sec .wpb_column div figure.wpb_wrapper.vc_figure  img {
    height: 100%;
    object-fit: cover;
}
    .quote_sec .wpb_column div .wpb_text_column.wpb_content_element.happy_clients-box {
        height: auto;
        padding: 24px;
        text-align: center;
    }
    .vc_row.wpb_row.quote_sec .wpb_column.vc_column_container:nth-child(2) .vc_column-inner {
        padding: 0;
    }
    .testimonial_slider .pl-main-slider-cnt .owl-item {
        max-height: 516px;
        min-height: 516px;
    }
    .testimonial_slider .pl-slider-slide.item {
        height: 100%;
        min-height: inherit;
    }
    .testimonial_slider a.no-lightbox {
        min-height: inherit;
    }
    .testimonial_slider a.no-lightbox img {
        min-height: inherit;
        object-fit: cover;
    }
    .testimonial_slider .pl-slider-layout4 .pl-slider-content {
        max-width: 50.2%;
        min-width: 50.2%;
        right: 0;
    }
    .vc_row.wpb_row.vc_row-fluid.testimonial_slider.vc_row-no-padding:before {
        top: 44px;
        right: -29%;
        width: 80.3%;
    }
    .service-slider-imag-row {
        top: 108px;
        width: 342px;
        left: -167px;
    }
    .testimonial_slider .pl-excerpt {
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .promo_aside_box h3 {
        font-size: 22px;
    }
    .promo_aside_box h5 {
        font-size: 13px;
    }
    .promo_aside_box a {
        font-size: 20px;
    }
    .why_hire_us h4 {
        font-size: 22px;
    }
    .wpb_text_column.wpb_content_element.promo_aside_box {
        margin: 35px 0;
    }
    .service_right_col {
        top: -400px;
    }
    .service_text h2, .service_text h2 strong {
        font-size: 19px;
    }
    section.vc_section.section-indent-service {
        padding: 100px 0;
    }
    .vc_row.wpb_row.vc_row-fluid.service_slider:before {
        left: 0;
    }
    .wpb_single_image.about_img-2 {
        max-width: 240px;
        bottom: 8.5%;
        left: 9px;
    }
    .our-team_sec .founter_sec .aio-icon-component .aio-icon-box .aio-icon-img {
        width: 120px;
        height: 120px;
    }
    .our-team_sec .founter_sec .aio-icon-description .personal-02__slide {
        left: 0;
        opacity: 1;
    }
    .our-team_sec .founter_sec .aio-icon-component .aio-icon-box .aio-icon-description p {
        font-size: 15px !important;
        line-height: 160% !important;
        margin-top: 0;
    }
    section.vc_section.our-team_sec {
        margin-top: 80px;
    }
    .special_offer_slider .aio-icon-header .aio-icon-title {
        font-size: 28px;
    }
    .money_saving_slider .aio-icon-component .aio-icon-box .aio-icon-title {
        font-size: 22px;
    }
    .money_saving_slider .aio-icon-component {
        padding: 0 28px 40px;
    }
    .money_saving_slider .aio-icon-component .aio-icon-description h4 {
        font-size: 33px;
    }
    .money_saving_slider a.tt-btn {
        margin-top: 16px;
    }
    .price_list_sec .service-banner-sec {
        margin-top: 90px;
    }   
    .table-price tr td {
        font-size: 14px;
    }
    .table-price tr td:last-child {
        padding-right: 17px;
    }
}
@media (max-width:1023px){
    body{
        font-size: 15px;
    }
    .vc_column_container > .vc_column-inner {
        padding-left: 15px;
        padding-right: 15px;
    }
    .vc_row {
        margin-left: -15px;
        margin-right: -15px;
    }
    .blocktitle__under {
        font-size: 79px;
        top: -18px;
        margin-left: -21px;
    }
    .tt-col__wide.tt-col__wrapper.wpb_column.vc_column_container.vc_col-sm-6 {
        width: 0;
    }
    .hero-sec-slider .pl-main-slider-cnt img {
        margin: -7px 0 -17px;
    }
    .hero-sec-slider .pl-slider-slide {
        margin: 17px 0 17px;
    }
    .hero-sec-slider .pl-swiper-wrapper .pl-title.pl-nowrap-title a {
        font-size: 26px;
        line-height: 140%;
    }
    .hero-sec-slider .pl-excerpt {
        margin: 0px 0 0;
        padding: 15px 0 0;
    }
    .hero-sec-slider .vc_column_container >.vc_column-inner {
        padding: 0 20px;
    }
    .tt-col__wrapper {
        height: 85px;
    }
    .tt-popup__toggle .vc_icon_element-inner {
        min-width: 82px;
        min-height: 82px;
    }
    .h-info-list>address:nth-child(2) {
        display: none;
    }
    .tt-header-holder .wpb_column.vc_column_container {
        width: 50%;
    }
    .tt-header-holder .tt-col__wide:before {
        border-bottom: 85px solid #fff;
    }
    .tt-header-holder .tt-col__wrapper.tt-col__objects {
        max-width: 73%;
        justify-content: flex-end;
        width: 73% !important;
    }
    .vc_custom_heading.service_title {
        font-size: 30px !important;
    }
    .tt-notes {
        margin-top: 19px;
    }
    .service_box_row {
        padding-top: 30px;
    }
    .vc_row.wpb_row.vc_row-fluid.service_sec_cnt {
        margin-top: 50px;
    }
    .service_box_row .vc-hoverbox-wrapper .vc-hoverbox, .service_box_row .vc-hoverbox-wrapper .vc-hoverbox .vc-hoverbox-inner {
        max-height: 258px !important;
        min-height: 258px !important;
    }
    .service_box_row .vc_column-inner {
        padding: 10px;
    }
    .service_box_row .vc-hoverbox-block-inner.vc-hoverbox-front-inner {
        width: 92%;
    }
    .about_text h2 {
        font-size: 28px;
        line-height: 140%;
        margin-bottom: 5px;
    }
    .service-banner-sec div.ultb3-info {
        padding: 50px 15px 90px;
    }
    .tab_info_box .aio-icon-description.ult-responsive {
        margin: 0;
        font-size: 14px;
    }
    .tab_info_box h3.aio-icon-title.ult-responsive {
        font-size: 17px;
        padding: 0 0 0px;
    }
    .tab_info_box .tt-list li {
        font-size: 14px;
    }
    p {
        margin: 9px 0 0;
    }
    .tt-list li {
        font-size: 15px;
    }
    .tt-offset__02 {
        margin-top: 16px;
    }
    .icon-row {
        padding-top: 18px;
    }
    section.about_sec {
        margin-top: 50px;
    }
    .service-banner-sec {
        margin-top: 80px;
    }
    .tab-sec ul.vc_tta-tabs-list li.vc_tta-tab a {
        padding: 10px 39px;
        font-size: 17px;
        min-height: 74px;
        margin-bottom: 34px;
    }
    .tab-sec {
        margin-top: -85px;
    }
    .tab-sec .vc_tta-panels {
        padding: 30px 0 0;
        background: transparent !important;
        border: 0 !important;
    }
    .info-box-col .wpb_wrapper .aio-icon-component.style_1 {
        width: calc(50% - 8px);
        padding: 18px 17px 18px 17px;
        background-color: #f8f8fa;
        margin-bottom: 0;
    }
    .info-box-col .wpb_wrapper {
        gap: 8px;
        align-items: unset;
    }
    .info-box-col .aio-icon-header h3.aio-icon-title {
        font-size: 17px;
        margin-top: 8px;
    }
    .info-box-col .aio-icon-header+.aio-icon-description {
        font-size: 15px;
        line-height: 140%;
    }
    .how_we_work_ {
        margin-top: 0px;
    }
    .how_we_work_:before {
        font-size: 118px;
        top: -8px;
    }
    .fullwidth-promo div.ultb3-info {
        padding: 50px 15px 143px;
    }
    .vc_row.wpb_row.quote_sec {
        padding: 47px 35px 47px 17px;
    }
    .quote_sec .wpb_column div .wpb_text_column.wpb_content_element.happy_clients-box {
        height: auto;
        padding: 18px;
        right: -13px;
    }
    .quote_sec .wpb_column.vc_column_container {
        width: 60%;
    }
    .quote_sec .wpb_column.vc_column_container:nth-child(2) {
        width: 40%;
    }
    .how-it-works-image-row .vc_single_image-wrapper img {
        max-height: 208px;
        object-fit: contain;
    }
    .how-it-works-image-row .wpb_single_image h2.wpb_heading {
        font-size: 17px;
        margin-top: 14px;
        margin-bottom: 0;
    }
    .patner-logos .wpb_image_grid .wpb_image_grid_ul {
        gap: 14px;
    }
    .patner-logos li.isotope-item {
        width: calc(50% - 8px);
    }
    section.vc_section.our-patner_sec {
        padding-top: 50px;
        padding-bottom: 0px;
    }
    .site-footer [data-vc-full-width="true"] > .vc_row .vc_column-inner {
        padding: 0;
    }
    .footer_info_box .aio-icon-component div.aio-icon-box .aio-icon-img {
        width: 68px;
        height: 68px;
    }
    .footer_info_box .aio-icon-component div.aio-icon-box .aio-icon-img img.img-icon {
        width: 20px;
        top: 58%;
    }
    .footer_info_box .aio-icon-component div.aio-icon-box .aio-icon-description.ult-responsive strong {
        font-size: 20px;
    }
    .footer_info_box .aio-icon-component {
        min-height: 160px;
        margin-bottom: 20px;
    }
    .footer_info_box .footer_info_box_row.vc_row.wpb_row.vc_row-fluid {
        margin-top: -60px;
    }
    .logo_image_footer {
        max-width: 100px;
        margin: 0 auto 12px;
    }
    .uavc-icons, .wpb_column .wpb_wrapper .uavc-icons {
        margin-top: 10px;
    }
    #footer-bottom {
        padding: 26px 0 26px 0;
    }
    section.vc_section.service_slider_sec {
        padding-top: 100px;
    }
    section.vc_section.service_slider_sec:after {
        top: 34px;
    }
    .service-slider-imag-row {
        top: 5px;
        width: 298px;
        left: -162px;
    }

    .contact-us-sec form.wpcf7-form {
        padding: 48px 45px;
    }
    .contact-us-sec form.wpcf7-form:before {
        margin: 0 0 17px !important;
        font-size: 19px;
    }
    .vc_row.wpb_row.vc_row-fluid.contact-us-sec {
        padding: 50px 0;
    }
    .about_text {
        font-size: 15px;
        overflow: hidden;
    }
    .about_text h6 {
        font-size: 127px;
        line-height: 1.1;
        top: -36px;
        margin-left: -46px;
    }
    .inner-page-banner {
        min-height: 180px !important;
    }
    .inner-page-banner.ultb3-box .ultb3-info .ultb3-title {
        font-size: 34px;
        line-height: 21px;
    }
    .inner-page-banner-row {
        padding: 20px;
    }
    .faq_accodian_box.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right.vc_tta-panel-title>a, .faq_accodian_box.vc_tta.vc_tta-accordion .vc_active .vc_tta-controls-icon-position-right.vc_tta-panel-title>a {
        font-size: 15px;
        padding: 20px 75px 16px 18px;
    }
    .vc_row.wpb_row.vc_row-fluid.faq_sec {
        padding: 100px 0 50px;
    }
    .faq_form_col {
        max-width: 610px;
    }
    .wpcf7-form-control.input-group {
        font-size: 14px;
        height: 40px;
    }
    .input-submit input.wpcf7-form-control.wpcf7-submit.has-spinner {
        font-size: 15px;
        height: 45px;
    }
    .section-indent-service .wpb_column.vc_column_container {
        width: 60%;
    }
    .section-indent-service .wpb_column.vc_column_container:nth-child(2) {
        width: 40%;
    }
    .why_hire_us li {
        padding: 0;
        display: flex;
    }
    .service-page-bottom-box .ult-content-box img {
        margin-bottom: -50px;
        max-width: 138px;
        margin-right: 10px;
    }
    .service-page-bottom-box .ult-content-box .wpb_text_column.wpb_content_element {
        font-size: 14px;
    }
    section.vc_section.about-info-sec {
        margin-top: 72px;
    }
    .wpb_single_image.about_img-2 {
        max-width: 222px;
        bottom: 26.5%;
        left: -4px;
    }
    .tt-signature.tt-signature__top img {
        width: 55%;
    }
    .about-why-us-col:before{
        display: none;
    }
    .about-why-us-col {
        width: 35%;
    }
    .vc_row.wpb_row.vc_row-fluid.about-why-us-row {
        padding-bottom: 70px;
    }
    .rsf-sec {
        margin-top: -14px;
    }
    .our-team_sec .founter_sec .aio-icon-component .aio-icon-box .aio-icon-description h3 {
        font-size: 18px;
    }
    .our-team_sec .founter_sec .aio-icon-component .aio-icon-box .aio-icon-description h4 {
        margin-bottom: 8px;
    }
    section.vc_section.area_cover_sec .wpb_column {
        width: 100%;
    }
    section.vc_section.area_cover_sec .wpb_column:last-child {
        order: -1;
        margin-bottom: 40px;
    }
    .about-tab a.vc_gitem-link:after {
        font-size: 14px;
    }
    .about-tab .vc_grid.vc_row .vc_grid-item {
        padding-right: 19px;
    }
    section.vc_section.about-tab {
        padding-bottom: 40px;
    }
    section.vc_section.portfolio_sec {
        margin-top: 80px;
    }
    .team-slider .aio-icon-box .aio-icon-img {
        font-size: 150px !important;
    }
    section.vc_section.about_why_choose_us {
        margin-top: 80px;
    }
    .special_offer_slider .aio-icon-header .aio-icon-title {
        font-size: 21px;
    }
    .special_offer_slider .aio-icon-header+.aio-icon-description h3 {
        width: 85px;
        height: 60px;
        font-size: 25px;
    }
    .special_offer_slider .aio-icon-header+.aio-icon-description {
        line-height: 150%;
        font-size: 14px;
    }
    .special_offer_slider .aio-icon-header+.aio-icon-description p em {
        bottom: 18px;
    }
    .special_offer_sec {
        margin-top: 73px;
    }
    .special_offer_sec .about_text h6 {
        left: 50%;
        transform: translateX(-50%);
    }
    .money_saving_slider .aio-icon-component .aio-icon-box .aio-icon-img {
        font-size: 80px !important;
    }
    .pricing_list_tab .about-tab li.ult_tab_li a {
        min-height: 54px;
        min-width: 292px;
    }
    .pricing_list_tab  .about-tab li.ult_tab_li a span.ult-span-text.ult-responsive {
        font-size: 16px !important;
        position: relative;
    }
    .table-price tr td:first-child, .table-price tr td:last-child {
        display: block;
        width: 100%;
    }
    .table-price tr td:last-child {
        padding: 0 20px 7px;
    }
    .table-price table {
        border: 10px solid #f8f8fa;
        transform: translateX(-10px);
    }
    .pricing_list_tab .about-tab .ult_tabcontent {
        padding-top: 50px;
    }
    section.vc_section.write_review_sec {
        background-size: 56%;
        margin-top: 100px;
        background-position: left;
    }
    .mobile_sec.service_box .aio-icon-component.style_1 {
        width: calc(33.33% - 20px);
        float: left;
        height: 100%;
        margin: 0 10px;
    }
    .cover-locality {
        max-width: 100px;
        bottom: -15px;
        left: -14px;
    }
    section.vc_section.covrage_sec .image_col.wpb_column:nth-child(2) {
        margin-left: 4.333333%;
        height: fit-content;
    }
    section.vc_section.covrage_sec .info_row.wpb_column:nth-child(1) {
        max-width: 45.6%;
    }
    section.vc_section.covrage_sec {
        margin-top: 69px;
    }
    .cover_location_row a.tt-dot-info {
        padding: 14px 10px 11px 36px;
    }
    .tt-dot-info:before {
        font-size: 12px;
        left: 13px;
        top: 14px;
    }
    .about-us-page section.vc_section.service_slider_sec {
        padding-top: 195px;
        padding-bottom: 0;
    }
    span.wpcf7-not-valid-tip {
        position: static;
        transform: translatey(3px);
    }
    .thrv_wrapper.thrv_text_element h1 img {
        max-width: 298px;
    }
}
@media (max-width:767px){
    .vc_column_container >.vc_column-inner {
        padding-left: 10px;
        padding-right: 10px;
    }
    .vc_row {
        margin-left: -10px;
        margin-right: -10px;
    }
    header#site-header .tt-header-holder{
        display: none;
    }
    header#site-header .tt-header-holder.row-header-layout {
        display: flex;
    }
    .home-slider .pl-swiper-container-autoheight,.home-slider  .pl-swiper-container-autoheight .pl-slider-slide {
        height: 426px;
    }
    .hero-sec-slider .vc_column_container >.vc_column-inner {
        padding: 0 0px;
    }
    .hero-sec-slider .pl-main-slider-cnt img {
        display: none;
    }
    .hero-sec-slider .pl-slider-layout4 .pl-slider-content {
        width: 100%;
    }
    .tt-col__wide.tt-col__wrapper.wpb_column.vc_column_container.vc_col-sm-6 {
        width: 0;
        height: 0px;
        background: transparent;
    }
    .tt-header-holder .tt-col__objects .wpb_wrapper .wpb_raw_code.wpb_content_element.wpb_raw_html {
        display: none;
    }
    .tt-btn .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern, a.tt-btn {
        padding: 1px 11px;
        height: 44px;
        font-size: 14px;
    }
    .tt-btn.vc_btn3-container {
        margin-left: 0;
    }
    .logo_col .wpb_single_image img {
        max-width: 73px;
    }
    .tt-header-holder .tt-col__wrapper.tt-col__objects {
        max-width: 66%;
        justify-content: flex-end;
        width: 66% !important;
        margin-left: auto;
        height: auto;
    }
    .tt-popup__toggle .vc_icon_element-inner {
        margin-left: 15px;
    }
    .vc_column_container.logo_col .vc_column-inner {
        padding: 0;
    }
    .vc_column_container.logo_col {
        position: static;
        min-width: 100px;
        max-width: 100px;
        padding: 0 14px;
        display: flex;
        align-items: center;
    }
    .vc_column_container.logo_col .vc_column-inner {
        position: static;
    }
    .tt-header-holder .tt-col__wide:before {
        border-bottom: 86px solid #fff;
        top: -43px;
        left: auto;
        right: -48px;
    }
    .hero-sec-slider .pl-slider-slide {
        margin: 0;
    }
    .blocktitle__subtitle:before {
        margin-right: 10px;
    }
    .vc_custom_heading.service_title {
        line-height: 37px !important;
        margin-bottom: 0;
    }
    .service_sec_cnt .tt-notes {
        display: none;
    }
    .service_box_row {
        padding-top: 10px;
    }
    .service_box_row .vc-hoverbox-wrapper .vc-hoverbox, .service_box_row .vc-hoverbox-wrapper .vc-hoverbox .vc-hoverbox-inner {
        max-height: 320px !important;
        min-height: 320px !important;
    }
    .service_box_row .vc-hoverbox-block-inner.vc-hoverbox-front-inner {
        width: 74%;
    }
    .service-box {
        padding-bottom: 10px;
    }
    .service_box_row .vc-hoverbox:hover .vc-hoverbox-block-inner.vc-hoverbox-front-inner {
        margin-bottom: -8px;
        height: auto;
    }
    .about_text h5 {
        font-size: 13px;
    }
    section.about_sec .about-img-col {
        margin-bottom: 30px;
    }
    .icon-row .vc_column-inner:before {
        width: 48px;
        height: 49px;
        background-size: 43px;
        margin-top: 0px;
    }
    .tab-sec.vc_general.vc_tta.vc_tta-tabs .vc_tta-tabs-container {
        display: block !important;
    }
    .tab-sec ul.vc_tta-tabs-list {
        flex-direction: column;
        padding-bottom: 37px !important;
    }
    .tab-sec ul.vc_tta-tabs-list li.vc_tta-tab a {
        margin-bottom: 0px;
    }
    .service-banner-sec div.ultb3-info {
        padding: 50px 10px 220px;
    }
    .tab-sec {
        margin-top: -213px;
    }
    .service-banner-sec div.ultb3-info:before {
        width: 59px;
        height: 59px;
        background-size: 29px;
    }
    .tab-sec ul.vc_tta-tabs-list li.vc_tta-tab a {
        padding: 7px 39px;
        min-height: 60px;
        font-size: 15px;
        margin-top: 6px;
    }
    .icon-row .wpb_column {
        width: 50%;
        padding: 0 10px;
    }   
    .tab-sec ul.vc_tta-tabs-list li.vc_tta-tab.vc_active a {
        transform: translateY(0px);
    }
    .about-img-col .wpb_text_column {
        width: 89px;
        height: 112px;
    }
    .about-img-col .tt-text01 {
        font-size: 27px;
    }
    .tt-text02 {
        font-size: 11px;
        line-height: 12px;
    }
    .icon-row .tt-text02 {
        font-size: 12px;
    }
    .tab-sec .vc_tta-panels {
        padding: 0px 0 0;
    }
    .tab-sec .vc_tta-panels .vc_tta-panel-heading {
        display: none;
    }
    .tab-sec .vc_tta-panels .vc_tta-panel-body {
        background: transparent !important;
        border: none !important;
    }
    .vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-body figure.wpb_wrapper.vc_figure {
        margin-top: 30px;
    }
    span.wpcf7-not-valid-tip {
        position: static;
        transform: translatey(3px);
    }
    form.custom-invalid .wpcf7-response-output, form.invalid .wpcf7-response-output {
        margin-top: 0px;
        margin-bottom: 15px !important;
        font-size: 12px;
        line-height: 140%;
    }
    .tt-signature__img img {
        max-width: 65%;
        margin-bottom: 50px;
        display: inline-block;
        margin-top: 20px;
    }
    .tab-sec .vc_tta-panels .vc_tta-panel-body .vc_column-inner {
        padding: 0;
    }
    .info-box-col .wpb_wrapper {
        justify-content: center;
        margin-top: 30px;
    }
    .info-box-col .wpb_wrapper .aio-icon-component.style_1 {
        padding: 18px 9px 16px 9px;
    }
    .info-box-col .aio-icon-header h3.aio-icon-title {
        font-size: 15px;
    }
    .how-it-works-image-row .wpb_single_image h2.wpb_heading {
        font-size: 17px;
        margin-top: 0;
        margin-bottom: 30px;
    }
    .how-it-works-image-row .vc_single_image-wrapper img {
        max-height: 140px;
    }
    .about_text.text-center .wpb_wrapper {
        text-align: left;
    }
    .vc_row.wpb_row.quote_sec {
        margin: -138px 0;
    }
    .quote_sec .wpb_column.vc_column_container {
        width: 100%;
    }
    .quote_sec .wpb_column.vc_column_container:nth-child(2) {
        width: 100%;
    }
    .input-wrp {
        gap: 0;
        flex-wrap: wrap;
    }
    .input-wrp .input-field {
        width: 100%;
    }
    .input-submit input.wpcf7-form-control.wpcf7-submit.has-spinner {
        padding: 4px 16px;
        height: 43px;
        margin-top: 10px;
        margin-bottom: 15px;
    }
    .quote_sec .wpb_column.vc_column_container .vc_column-inner {
        padding: 0;
    }
    .vc_row.wpb_row.quote_sec {
        padding: 25px 28px 41px 28px;
        margin-bottom: 0px !important;
    }
    section.vc_section.faq-sec {
        margin-top: 80px;
    }
    .faq_accodian_box {
        margin-top: 20px;
    }
    .faq_accodian_box.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right.vc_tta-panel-title>a, .faq_accodian_box.vc_tta.vc_tta-accordion .vc_active .vc_tta-controls-icon-position-right.vc_tta-panel-title>a {
        font-size: 15px;
        padding: 17px 75px 17px 29px;
    }
    section.vc_section.our-patner_sec {
        padding-top: 30px;
        padding-bottom: 0;
    }
    .our-patner_sec .about_text {
        margin-top: 31px;
    }
    .fullwidth-promo div.ultb3-info {
        padding: 50px 10px 144px;
    }
    .footer_info_box .aio-icon-component {
        max-width: 290px;
        margin: 0 auto 29px;
    }
    #footer-bottom {
        font-size: 14px;
        line-height: 150%;
        padding: 20px 0 20px 0 !important;
    }
    .service_slider_sec .service_sec_cnt .wpb_column.vc_column_container {
        width: 100%;
    }
    .service_slider_sec .service_sec_cnt .vc_custom_heading.service_title {
        font-size: 30px !important;
    }
    .service_slider_sec .service_sec_cnt .tt-notes {
        display: block;
        margin-top: 5px;
    }
    .service-slider-imag-row {
        display: none;
    }
    section.vc_section.service_slider_sec {
        padding-top: 32px;
        padding-left: 15px;
    }
    section.vc_section.service_slider_sec:after{
        top: 0;
    }
    .vc_row.wpb_row.vc_row-fluid.service_slider {
        padding: 41px 15px 0 25px;
    }
    .multimedia_classic_carousel.white .thumbsHolder .thumbsHolder_ThumbOFF:nth-child(1) {
        margin-left: 0 !important;
    }
    .multimedia_classic_carousel.white .thumbsHolder .thumbsHolder_ThumbOFF {
        margin-left: 0 !important;
    }
    .service_slider .multimedia_classic_carousel.white .thumbsHolder_ThumbOFF img {
        width: 76px !important;
        height: 89px !important;
    }
    .testimonial_slider a.no-lightbox {
        width: 100%;
    }
    .testimonial_slider .pl-slider-layout4 .pl-slider-content {
        max-width: 100%;
        min-width: 100%;
        right: 0;
    }
    .testimonial_slider .pl-slider-layout4 .pl-slider-content {
        position: static;
    }
    .testimonial_slider .pl-slider-slide.item {
        min-height: fit-content;
    }
    .testimonial_slider .pl-slider-slide.item {
        height: 100%;
        min-height: fit-content;
    }
    .testimonial_slider .pl-excerpt:before {
        font-size: 23px;
        margin-bottom: 34px;
        margin-top: 0;
    }
    .testimonial_slider .pl-excerpt:after {
        top: 38px;
    }
    .testimonial_slider .pl-slider-layout4 .pl-slider-content:before {
        font-size: 13px;
        margin-bottom: 0;
    }
    .vc_row.wpb_row.vc_row-fluid.testimonial_slider.vc_row-no-padding:before {
        top: 0px;
        right: -52%;
        width: 100%;
        -webkit-transform: skew(31deg);
        transform: skew(31deg);
    }
    .testimonial_slider .pl-slider-slide.item {
        padding-top: 20px;
    }
    .testimonial_slider .pl-owl.owl-loaded:before {
        font-size: 58px;
        right: 72%;
        top: 5px;
    }
    .testimonial_slider .pl-slider-slide.item a.no-lightbox:before {
        opacity: 0;
    }
    .testimonial_slider .pl-main-slider-cnt .owl-item {
        max-height: 657px;
        min-height: 555px;
    }
    .multimedia_classic_carousel.white .bottomNav {
        bottom: 100px !important;
    }
    .testimonial_slider .wpb_wrapper {
        padding: 0 15px 0 0px;
    }
    .vc_row.wpb_row.vc_row-fluid.testimonial_slider.vc_row-no-padding {
        padding-top: 33px;
        margin-top: 50px;
    }
    .testimonial_slider a.no-lightbox img {
        padding-left: 13px;
    padding-right: 13px;
    }
    .inner-page-banner-row {
        padding: 10px 0 0;
    }
    .contact-us-sec .wpb_column.vc_column_container, .contact-us-sec .wpb_column.vc_column_container:nth-child(2) {
        width: 100%;
    }
    .contact-us-sec form.wpcf7-form {
        padding: 33px 25px;
        margin-top: 30px;
    }
    .contact-us-sec h2.vc_custom_heading {
        font-size: 19px;
    }
    .vc_row.wpb_row.vc_row-fluid.contact-us-sec {
        padding: 21px 0 50px;
    }
    .about_text h6 {
        font-size: 99px;
        top: -19px;
    }
    .vc_row.wpb_row.vc_row-fluid.faq_sec {
        padding: 50px 0 0px;
    }
    .faq_accodian_box.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right.vc_tta-panel-title>a, .faq_accodian_box.vc_tta.vc_tta-accordion .vc_active .vc_tta-controls-icon-position-right.vc_tta-panel-title>a{
        padding: 18px 55px 18px 20px;
    }
    .section-indent-service .wpb_column.vc_column_container ,.section-indent-service .wpb_column.vc_column_container:nth-child(2){
        width: 100%;
    }
    .inner-page-banner.ultb3-box .ultb3-info .ultb3-title {
        font-size: 28px;
    }
    .patner-logos.service-page-logos li.isotope-item {
        width: calc(50% - 8px);
    }
    .vc_row.wpb_row.vc_row-fluid.service-partner-sec {
        padding-bottom: 50px;
    }
    section.vc_section.section-indent-service {
        padding: 50px 10px;
    }
    .section-indent-service .about_text img {
        padding-bottom: 9px;
    }
    .service_text h2, .service_text h2 strong {
        margin-bottom: 5px;
    }
    .service-page-bottom-box .wpb_single_image.vc_align_left {
        display: none;
    }
    .service-page-bottom-box {
        margin-top: 20px;
        margin-bottom: 50px;
    }
    form.wpcf7-form h4 {
        font-size: 24px;
        line-height: 140%;
        margin-bottom: 9px;
    }
    .why_hire_us h4 {
        font-size: 22px;
        margin-bottom: 30px;
    }
    .wpb_single_image.about_img-2 {
        max-width: 189px;
        bottom: -30.5%;
        left: 4px;
    }
    section.vc_section.about-info-sec .about_text {
        padding-top: 100px;
    }
    .about-why-us-col {
        width: 100%;
        position: static;
        min-height: 260px;
        order: -1;
        margin-bottom: 30px;
    }
    .about_why_choose_us .about_text .col-md-6 {
        width: 100%;
    }
    .rsf-sec .rsf_info_box .aio-icon-box .aio-icon-img {
        font-size: 63px !important;
        margin-top: 0;
        position: absolute;
        left: 7px;
        top: 22px;
    }
    .rsf-sec .rsf_info_box .aio-icon-box {
        padding-left: 51px;
    }
    .rsf-sec .rsf_info_box .aio-icon-box {
        padding-left: 57px;
    }
    .aio-icon-component, .wpb_column>.wpb_wrapper .aio-icon-component {
        margin-bottom: 11px;
    }
    section.vc_section.rsf-sec .vc_row.wpb_row {
        padding-bottom: 40px;
        padding-top: 40px;
    }
    .ult_tabmenu.style1 li.ult_tab_li {
        width: 100%;
    }
    .about-tab li.ult_tab_li a {
        min-width: 100%;
        width: 100%;
        height: 57px;
        margin: 0 6px 9px;
        box-shadow: 0 0 18px 0 rgba(26,54,85,.15) !important;
        min-height: 57px;
    }
    section.vc_section.about-tab .ult_tabs {
        margin-top: 40px;
    }
    .about-tab .vc_grid.vc_row .vc_grid-item {
        padding-right: 20px;
        padding-left: 20px;
    }
    .tt-notes02__under {
        font-size: 108px;
        left: 0;
        bottom: -81px
    }
    section.vc_section.about-tab {
        padding-bottom: 0;
    }
    .about-tab li.ult_tab_li a span.ult-span-text.ult-responsive {
        font-size: 15px !important;
    }
    .team-slider h3.aio-icon-title {
        font-size: 16px;
    }
    section.vc_section.area_cover_sec ul.location__list li:not(:first-child),section.vc_section.area_cover_sec ul.location__list li{
        margin-top: 6px;
    }
    section.vc_section.area_cover_sec .col-6 {
        width: 100%;
        float: left;
    }
    .vc_row.wpb_row.vc_row-fluid.service_slider {
        padding: 19px 8px;
    }
    .service_slider .multimedia_classic_carousel{
        display: none;
    }
    section.vc_section.service_slider_sec {
        padding-bottom: 38px;
    }
    .service_slider .aio-icon-box.default-icon .align-icon {
        text-align: left !important;
    }
    .special_offer_sec {
        margin-top: 41px;
    }
    .special_offer_slider .aio-icon-component {
        padding: 19px 15px 15px 14px;
    }
    section.vc_section.pricing_list_tab {
        margin-top: -137px;
    }
    .pricing_list_tab .about-tab .ult_tabcontent {
        padding: 16px 14px 0;
    }
    .table-price table {
        transform: translateX(0px);
        margin-top: 15px;
    }
    .testimonial_box {
        padding: 17px;
        margin: 25px 0 0;
    }
    .special_offer_sec.customer_say {
        margin-top: 0;
    }
    .write_review_col {
        margin-left: 0;
    }
    section.vc_section.write_review_sec {
        margin-top: 70px;
        background-image: unset;
    }
    .sticky header#site-header {
        position: fixed;
        top: 0;
    }
    .sticky .vc_column_container.logo_col img {
        transform: scale(0.9) translateY(0px);
    }
    .mobile_sec.service_box .aio-icon-component.style_1 {
        width: calc(100% - 20px);
    }
    .service_slider .aio-icon-box.default-icon {
        min-height: unset;
    }
    section.vc_section.covrage_sec .info_row.wpb_column:nth-child(1), section.vc_section.covrage_sec .info_row.wpb_column:nth-child(2) {
        max-width: 100%;
    }
    .cover_location_row a.tt-dot-info {
        margin-top: 10px;
    }
    .cover_location_row {
        margin-bottom: 0;
    }
    section.vc_section.covrage_sec .image_col.wpb_column:nth-child(2) {
        margin-top: 20px;
    }
    .how_we_work_:before ,.about_text h6 {
        font-size: 63px;
        top: -8px;
        left: 0;
        transform: unset;
    }
    .team-slider ul.slick-dots {
        padding-top: 20px;
    }
    .certificat_slider figure.wpb_wrapper.vc_figure .vc_single_image-wrapper {
        padding: 10px;
    }
    .certificat_slider .slick-list.draggable {
        padding-right: 0;
    }
    .about-us-page section.vc_section.service_slider_sec {
        padding-bottom: 0;
    }
    .thrv_wrapper.thrv-page-section:first-child {
        padding: 9px 18px 22px;
        background-size: cover;
        text-align: center;
    }
    .thrv_wrapper.thrv-page-section h2.tve-page-section-out {
        font-size: 22px;
        text-align: center;
    }
    .thrv_wrapper.thrv_text_element h1 img {
        float: unset;
        margin: 24px auto 0;
        max-width: 420px;
    }
    .thrv_wrapper.thrv-page-section {
        text-align: center;
    }
}