a, a img, a i, a::after {
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.site-top-header-wrap {
    padding: 6px 0;
    color: #000000;
    font-size: 14px;
    background-color: #ceedff;
    font-weight: 700;
}
.site-top-header-wrap a {
}
.site-top-header-wrap a:hover {
    text-decoration: none;
}
.site-main-header-inner-wrap {
    padding: 10px 0;
    position: relative;
}
.site-main-header-inner-wrap::before {
    content: '';
    position: absolute;
    height: 20px;
    background-color: #292929;
    bottom: 0;
    left: 87%;
    width: 100%;
    margin: 0 0 0 -1px;
}
.site-main-header-inner-wrap::after {
    content: '';
    position: absolute;
    height: 20px;
    background-color: #292929;
    bottom: 0;
    right: 13%;
    width: 45px;
    clip-path: path("M42.269 34.72L12.876 5.28C9.502 1.90154 5.919 0 0.145 0H0V40H55C50.226 40 45.642 38.0985 42.269 34.72Z");
    -webkit-clip-path: path("M15.269 30.72L12.876 5.28C9.502 1.90154 5.919 0 0.145 0H0V40H55C50.226 40 39.642 23.0985 42.269 30.72Z");
    transform: scaleX(-1);
}
#hbanner::before {
    content: '';
    position: absolute;
    height: 28px;
    background-color: #ffffff;
    bottom: 0;
    right: 100%;
    width: 100%;
    margin: 0 -201px 0 0;
    visibility: visible;
    display: inline-block;
    z-index: 1;
}
#hbanner::after {
    content: '';
    position: absolute;
    height: 28px;
    background-color: #ffffff;
    bottom: 0;
    left: 200px;
    width: 45px;
    clip-path: path("M42.269 34.72L12.876 5.28C9.502 1.90154 5.919 0 0.145 0H0V40H55C50.226 40 45.642 38.0985 42.269 34.72Z");
    -webkit-clip-path: path("M42.269 34.72L12.876 5.28C9.502 1.90154 5.919 0 0.145 0H0V40H55C50.226 40 45.642 38.0985 42.269 34.72Z");
    visibility: visible;
}
.site-bottom-header-wrap {
    background-color: #292929;
}
.site-header-section-right {
    align-items: center;
}
.headlinks {
    display: flex;
    align-items: center;
    gap: 40px;
}
.healink a {
    text-decoration: none;
    font-weight: 600;
    font-size: 21px;
    color: #000;
}
.healink a i {
    color: #ffffff;
    width: 46px;
    height: 46px;
    line-height: 43px;
    background-color: #2ea8f4;
    text-align: center;
    border-radius: 50%;
    border: 3px solid #ffffff;
    font-size: 18px;
    box-shadow: 0 0 5px #2ea8f47d;
    background-image: linear-gradient(0deg, #1979b5, #2ea8f4);
    margin-right: 10px;
}
.ryelp{position:relative;}

.logo-position{position: absolute; top: 28px; left: 72%;}
 
.healink a:hover, .ryelp a:hover {
    color: #047cc7;
}
.healink a:hover i {
    box-shadow: 0 0 5px #9d9d9d;
    background-image: linear-gradient(0deg, #323232, #727272);
}
.ryelp a {
    display: flex;
    align-items: center;
    text-decoration: none;
    font-weight: 600;
    color: #000;
    line-height: 22px;
	column-gap: 4px;
}
.ryelp a .fa-yelp {
    background-image: linear-gradient(0deg, #ff0d15, #ff729b);
    color: #ffffff;
    width: 46px;
    height: 46px;
    line-height: 43px;
    font-size: 25px;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
}

#main-header .header-button-wrap a.header-button, a.spbtn {
    font-size: 18px;
    position: relative;
    top: -3px;
    background-color: #121111;
    background-image: linear-gradient(0deg, #58bffffc, #2ea8f4);
    z-index: 1;
    overflow: hidden;
    display: -webkit-inline-box;
    padding: 10px 30px;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    text-transform: capitalize;
}
#main-header .header-button-wrap a.header-button:before, a.spbtn::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #047cc7;
    background-image: linear-gradient(0deg, #047cc7, #149ff5);
    border-radius: 5px;;
    transform-origin: 50%;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
    transition: 0.5s;
    z-index: -1;
}
a.spbtn {
    padding: 12px 30px;
}
a.spbtn.bic::after {
    content: '\f178';
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    margin-left: 10px;
    transform: rotate(-40deg);
    display: block;
}
a.spbtn.bic:hover::after {
    transform: rotate(-0deg);
}
#main-header .header-button-wrap a.header-button:hover::before, a.spbtn:hover::before {
    transform: scaleX(0);
    background: #047cc7;
}

/* kkkkk */
.site-header-section .ubermenu {
    min-width: 1000px;
    text-align: left;
}
.site-header-section .ubermenu ul.ubermenu-tab-content-panel, .site-header-section .ubermenu ul.ubermenu-submenu.ubermenu-submenu-id-41 {
    padding: 2px;
}
.ubermenu-skin-minimal.ubermenu-horizontal .ubermenu-item-level-0 > .ubermenu-submenu-drop {
    border-top: 2px solid #047cc7 !important;
    border-left: none;
}
.site-header-section .ubermenu ul.ubermenu-tab-content-panel li a, .site-header-section .ubermenu ul.ubermenu-submenu.ubermenu-submenu-id-41 li a {
    padding: 5px 8px;
    font-size: 15px !important;
}

.site-header-section .ubermenu ul.ubermenu-tabs-group li.ubermenu-tab {
    border-bottom: 1px solid #d8d8d8;
}
.site-header-section .ubermenu ul.ubermenu-tabs-group ul.ubermenu-tab-content-panel li, .site-header-section .ubermenu ul.ubermenu-submenu.ubermenu-submenu-id-41 li {
    padding: 2px;
}
.site-header-section .ubermenu ul.ubermenu-tabs-group ul.ubermenu-tab-content-panel li:nth-last-child(-n+2), .site-header-section .ubermenu ul.ubermenu-submenu.ubermenu-submenu-id-41 li:nth-last-child(-n+3) {
    border: none;
}
.site-header-section .ubermenu ul.ubermenu-submenu-type-flyout, .site-header-section .ubermenu ul.ubermenu-submenu-type-flyout li:first-child a {
    border: none;
}
.site-header-section .ubermenu ul.ubermenu-submenu-type-flyout li a {
    border-top: 1px solid #f1f1f1;
}
.site-header-section .ubermenu ul.ubermenu-tabs-group ul.ubermenu-tab-content-panel li a::before, .site-header-section .ubermenu ul.ubermenu-submenu.ubermenu-submenu-id-41 li a::before, .site-header-section .ubermenu ul.ubermenu-submenu-type-flyout li a::before {
    content: '\f061';
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    position: absolute;
    left: 8px;
    top: 5px;
    color: #047cc7;
    transition: all 0.5s ease;
}
.site-header-section .ubermenu ul.ubermenu-tabs-group ul.ubermenu-tab-content-panel li a:hover::before, .site-header-section .ubermenu ul.ubermenu-submenu.ubermenu-submenu-id-41 li a:hover::before, .site-header-section .ubermenu ul.ubermenu-submenu-type-flyout li a:hover::before {
    color: #fff;
}
.site-header-section .ubermenu ul.ubermenu-tabs-group ul.ubermenu-tab-content-panel li a, .site-header-section .ubermenu ul.ubermenu-submenu.ubermenu-submenu-id-41 li a {
    background-color: #eff3fa;
    position: relative;
    padding: 5px 8px 5px 30px;
}
.site-header-section .ubermenu ul.ubermenu-submenu-type-flyout li a::before {
    top: 15px;
}
.site-header-section .ubermenu ul.ubermenu-submenu-type-flyout li a {
    padding-left: 30px;
}
.site-header-section .ubermenu ul.ubermenu-submenu-type-flyout li a, .site-header-section .ubermenu ul.ubermenu-tabs-group ul.ubermenu-tab-content-panel li a, .site-header-section .ubermenu ul.ubermenu-submenu.ubermenu-submenu-id-41 li a {
    background-color: #eff3fa;
}
.site-header-section .ubermenu ul.ubermenu-submenu-type-flyout li a:hover, .site-header-section .ubermenu ul.ubermenu-tabs-group ul.ubermenu-tab-content-panel li a:hover {
    background-color: #047cc7;
    color: #fff !important;
}

.haboutsec ul {
    padding: 0;
    list-style: none;
    column-count: 2;
    gap: 20px;
}
.haboutsec ul li {
    padding: 20px;
    border: 1px solid #eee;
    margin: 10px 0;
    display: inline-block;
    width: 100%;
    font-weight: 600;
    font-size: 110%;
    box-shadow: 0 0 10px #efefef;
}
.haboutsec ul li::before {
    content: "\f00c";
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    background-color: #047cc7;
    border-radius: 50%;
    color: #fff;
    width: 36px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    text-align: center;
    margin-right: 13px;
}
.haboutsec .ahleft {
    padding-right: 65px;
}
.haboutsec .img2 {
    position: absolute;
    right: 10px;
    top: 40%;
    max-width: 240px;
    box-shadow: 0 0 10px #0000002e;
    animation: movehori 3s ease infinite;
    padding: 5px;
    background-color: #fff;
}

.hresproser {
    padding-top: 50px;
    padding-bottom: 60px;
}
.hresproser .aio-icon-img {
    background-color: #047cc724;
    border-radius: 50%;
    padding: 15px;
}
.hresproser h3.aio-icon-title {
    font-size: 24px !important;
    line-height: normal !important;
    padding-left: 20px;
    color: #005184;
    font-weight: 700;
}
.hresproser a.aio-icon-read.xx {
    text-decoration: underline;
}
.hresproser a.aio-icon-read.xx:hover {
    color: #000;
    text-decoration: none;
}
.hstandout {
    background-color: #111930;
    padding: 70px 0 70px 0;
    background-image: url('/wp-content/themes/kadence-child/images/standoutbg2.png');
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: auto;
}
.hstandout .sechead {
    margin-bottom: 50px;
}
.hstandout .vc_row .wpb_wrapper {
    display: flex;
    flex-direction: row;
    gap: 50px;
    flex-wrap: wrap;
    justify-content: center;
}
.hstandout .aio-icon-component {
    width: calc(33.33% - 35px);
    margin: 0;
}
.hstandout .aio-icon-component h3.aio-icon-title, .hstandout .aio-icon-component .aio-icon-description, .hstandout .sechead h2 {
    color: #fff;
}

.sechead .wpb_wrapper .W-head{
    color: #fff;
}

h2.W-head {
    color: white;
	margin-top: -35px !important;}

.hstandout .aio-icon-component h3.aio-icon-title {
    font-size: 24px !important;
    line-height: normal !important;
    font-weight: 700;
}
.hstandout .aio-icon-component .aio-icon-img {
    background-color: #111930;
    border: 1px solid rgb(255 255 255 / 28%);
    border-radius: 50% !important;
    padding: 20px;
    position: relative;
}
.hstandout .aio-icon-component .align-icon {
    position: relative;
    display: inline-block;
    padding: 15px;
}
.hstandout .aio-icon-component .align-icon:before {
    content: '';
    position: absolute;
    inset: 0;
    border: 1px solid rgb(255 255 255 / 30%);
    border-radius: 50%;
    backdrop-filter: blur(30px);
    box-shadow: inset 0 0 18px 0px rgb(255 255 255 / 10%);
    left: 0;
    top: 0;
    width: 100%;
    aspect-ratio: 1 / 1;
}

.hfaqs {
    padding-top: 50px;
    padding-bottom: 40px;
}
#faqaccq .vc_tta-panel-heading {
    box-shadow: 0px 0px 5px #939393;
}
#faqaccq .vc_tta-panel-heading a {
    padding: 12px 25px;
    position: relative;
    font-size: 20px;
    color: #047cc7;
    line-height: normal;
    background-color: white;
}
#faqaccq .vc_tta-panel-heading i:before, #faqaccq .vc_tta-panel-heading i:after {
    border-color: #ffffff00;
    border-radius: 5px;
}
#faqaccq .vc_active .vc_tta-panel-heading {
    background-color: #ffffff00;
    border: 1px solid #ffffff00;
    border-radius: 5px;
}
#faqaccq .vc_active .vc_tta-panel-body {
   border: 1px solid #ffffff00;
    box-shadow: 3px 6px 10pxrgb(150, 150, 150)y;
    border-radius: 5px;
}
.hfaqs .vc_col-sm-4 {
    position: unset;
}
.hfaqs .wpb_single_image {
    position: absolute;
    right: 0;
    top: 0;
    width: 34%;
    height: 100%;
}
.hfaqs .wpb_single_image * {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.htestisec {
    padding-top: 50px;
    padding-bottom: 25px;
    background-image: linear-gradient(0, transparent, #047cc721);
}
.servpagemain .content-wrap {
    display: flex;
    width: 100%;
    gap: 35px;
    align-items: flex-start;
    padding: 50px 0 70px;
    flex-direction: row-reverse;
}
.servpagemain .servleft {
    width: 73%;
}
.servpagemain .servright {
    width: 27%;
    position: sticky;
    top: 160px;
}
.servright h2 {
    font-size: 22px;
    margin-bottom: 10px;
    text-align: center;
}
.servright .sidewid:first-child h2 {
    margin-bottom: 0px;
    background-color: #111930;
    color: #fff;
    padding: 10px 0;
    border-radius: 8px 8px 0 0;
}
.servright .menu {
    list-style: none;
    margin: 0;
    padding: 0 20px;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 0 9px #0000001f;
}
.servright .menu li {
    border-bottom: 1px solid #d1d1d1;
}
.servright .menu li:last-child {
    border-bottom: none;
}

.servright .menu a {
    position: relative;
    display: block;
    color: #047cc7;
    text-decoration: none;
    padding: 15px 0;
    transition: all 0.4s ease;
    line-height: normal;
    font-weight: 600;
}
.servright .menu a:hover {
    color: #000;
}
.servright .menu a::before {
    content: "";
    position: absolute;
    left: 0;
    opacity: 0;
    top: 19px;
    width: 17px;
    height: 17px;
    background-image: url(images/wrench.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    transition: all 0.4s ease;
}

.servright .menu a:hover {
    padding-left: 25px;
}

.servright .menu a:hover::before {
    opacity: 1;
}


.servright .sidewid {
    margin-bottom: 30px;
}
.servright .sidewid:last-child {
    margin-bottom: 0px;
}
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 select, .wpcf7 textarea {
    background-color: #ffffff;
    font-size: 15px;
    border-radius: 10px;
    border: none;
    padding: 12px 15px;
    width: 100%;
}
.wpcf7 textarea {
    height: 127px;
}
.wpcf7 input.wpcf7-submit {
    background-image: linear-gradient(0deg, #1979b5, #2ea8f4);
    padding: 15px 30px;
    line-height: normal;
    border-radius: 0;
}
.wpcf7 input.wpcf7-submit:hover {
    background-image: linear-gradient(0deg, #323232, #727272);
}

.servright .sidewid:nth-child(3) {
    border-radius: 8px;
}
.servright .sidewid:nth-child(3) {
    background-color: #0000000a;
    box-shadow: 0 0 10px #0000001f;
    border: 5px solid #fff;
    padding: 15px;
}
ul.whyul {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.whyul li {
    position: relative;
    margin: 9px 0;
    padding: 0 0 0 25px;
}
ul.whyul li:before {
    content: "\f0ad";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
    color: #047cc7;
}
.emecall {
    position: relative;
    z-index: 2;
    overflow: hidden;
    text-align: center;
    padding: 0 15px 30px;
    background-color: #111930;
    color: #fff;
    border-radius: 0 0 8px 8px;
}
.emecall:before {
    content: '';
    width: 320px;
    height: 290px;
    background-color: #2cf046;
    border: 6px solid #fff;
    position: absolute;
    bottom: calc(100% - 120px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: -1;
}
.emecall h4.box-title {
    font-weight: 500;
    color: #000000;
    margin-bottom: 25px;
    padding-top: 30px;
    font-size: 19px;
    line-height: 1.417;
}

.call{color: white;
    font-size: 24px;
    font-weight: 700;}

/* .play-btn i {
    margin: 20px 0 12px;
    font-size: 30px;
} */

.boopage {
    padding: 60px 0;
}
.quotepage {
    padding: 50px 0 35px;
}
.quotepage .quoteform {
    color: #fff;
    border-radius: 5px;
    padding: 0 0 8px 0;
    background-color:#fff;
}
.quoteform .wpcf7-form {
    padding: 25px 30px;
    text-align: center;
     color: rgb(44, 44, 44);
}
.quoteform .wpcf7-form h2 {
    text-align: center;
    margin: 0 0 10px 0;
    font-weight: 600;
    font-size: 22px;
    text-transform: uppercase;
   
}
.quoteform .wpcf7-form p {
    margin: 0;
}
.wpcf7-form-control-wrap {
    position: relative;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}
.quoteform span[data-name="your-name"], .quoteform span[data-name="Phone"] {
    width: calc(50% - 9px) !important;
}
.quoteform .wpcf7-form .wpcf7-form-control-wrap {
    text-align: left;
}
.quoteform .wpcf7-form input[type="text"], .quoteform .wpcf7-form input[type="email"], .quoteform .wpcf7-form textarea {
    background-color: #ecf8ff;
    border-radius: 0;
    border: 1px solid #c2e9ff;
    font-size: 16px;
    border-radius: 5px;

}
.quoteform .wpcf7-form .wpcf7-form-control-wrap input.wpcf7-form-control {
    width: 100%;
}
.quoteform .wpcf7-form p br {
    display: none;
}
.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
    direction: ltr;
}
.quoteform .wpcf7-form lable {
    margin-bottom: 5px;
    display: inline-block;
    text-decoration: underline;
}
.quoteform .wpcf7-form .wpcf7-checkbox span.wpcf7-list-item {
    margin: 0 12px 0 0;
    font-size: 15px;
    display: inline-block;
}
.quoteform .wpcf7-form textarea {
    height: 117px;
}
.wpcf7-form input.wpcf7-submit {
    text-transform: uppercase;
    font-size: 16px;
    padding: 12px 35px;
    display: inline-block;
    border-radius: 5px;
    background-color: #047cc7;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-image: linear-gradient(45deg, #000, #000);
    color: #fff !important;
    text-decoration: none !important;
}
.wpcf7-form input.wpcf7-submit:hover {background-image: linear-gradient(0deg, #2ea8f4, #2ea8f4);}
.vc_video-bg{border-radius:30px !important;}

.icon-position{vertical-align: bottom;
    float: left;
	margin-right: 10px;}

.img1{
box-shadow: 0 0 10px #0000002e;
    animation: movehori 3s ease infinite;
    padding: 1px;
    background-color: #fff;}
.first-heading{color:#59eb29;}
.Point-section{color: #1e73be; font-weight:600;font-size:20px;}


.head-color{color:#047cc7;}
.border-img{border-radius: 15px;border: 5px solid #ffffff;box-shadow: 0px 1px 4px gray;}
.border-img img{border-radius:10px;}
.text-color ul li{font-weight:600;}
.shadow-box{box-shadow: 0 0px 6px #a3a3a3;}
.box2-line{margin-bottom:25px;}

.Service-card{
	box-shadow:0 0px 10px rgb(13 75 130 / 38%) !important;
    border-radius: 10px;
    background: #fff;
    text-align: center;
	padding: 25px 15px 22px;
    transition: all 0.3s ease;
    border-radius: 10px;
}

 .aio-icon-component.Service-card.style_1:hover {background: #e6f2ff;!important}

.Service-card .aio-icon-header h5{margin-top:10px; }
.center-line.vc_row.vc_row-flex {
    box-sizing: border-box;
    display: flex;
	flex-wrap: wrap;
    justify-content: center;
}




.Background-class {
  position: relative;
  padding: 60px 20px;
}


.Background-class::before {
     content: "";
    position: absolute;
    top: 110px;
    left: 0;
    width: 28%;
    height: 100%;
    background: url(/wp-content/uploads/2025/08/standoutbg2.png) left / contain no-repeat;
    opacity: 1.05;
    z-index: 0;
    pointer-events: none;
}

.Background-class * {
  position: relative;
  z-index: 1;
}
.w-box {background-color: white !important;
    padding-bottom: 10px;
    border-radius: 20px;
}

.kadence-sticky-header.item-is-stuck .site-top-header-wrap {
display: none;
transition-duration:0.3;
}


/* 23-08-2025 */

.banner_sec .uavc-list .uavc-list-desc a {
    color: #fff;
    text-decoration: none;
}
.banner_sec .uavc-list .uavc-list-desc:hover a {
    text-decoration: underline;
    color: #59eb29;
}
.empire_ser1 p {
    text-align: center;
    color: #fff;
    font-size: 22px;
}
.empire_ser1 {
    background-image: linear-gradient(0deg, #047cc7, #149ff5);
    padding: 15px;
    border-radius: 9px;
    min-height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.empire_ser1 p a {
    font-weight: bold;
    font-size: 26px;
    display: block;
	color:#fff;
}
.hsec4 .aio-icon-component {
    max-width: 400px;
    margin: auto;
}
.services_sec1 h2 {
    margin-top: 20px !important;
}
.services_sec1 p{
	margin:10px!important;
}
.contact_sec1 p {
    margin-bottom: 15px;
}
.contact_sec2 p {
    margin-bottom: 0px;
}
.contact_sec1 .aio-icon-header+.aio-icon-description {
    margin-top: 0;
}
.contact_sec1 .aio-icon-header+.aio-icon-description a {
    text-decoration: none;
    margin-top: 10px;
    display: inline-block;
}
.contact_sec1 .aio-icon-header h3.aio-icon-title {
    text-transform: uppercase;
    font-weight: 700;
}
.entry-hero-container-inner {
    background: #00588f;
}
.entry-hero.page-hero-section .entry-header {
    min-height: 150px;
}
.hero-section-overlay {
    background-image: url(/wp-content/themes/kadence-child/images/inside-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.kadence-breadcrumbs {
    margin: 8px 0 0;
    color: #ffffff;
    font-size: 16px;
}
.kadence-breadcrumbs a:hover {
    text-decoration: none;
}
.entry-title {
    color: #fff;
}
.contact_sec2 {
    padding-bottom: 60px;
}
#colophon .footer-html {
    font-size: 14px;
    margin: 1.6em 0;
}
.footer-social-wrap .footer-social-inner-wrap {
    gap: 18px;
    margin-left: 12px;
}
.ubermenu-main .ubermenu-item-level-0 > .ubermenu-target {
    font-weight: 400 !important;
}
.request_left .vc_column-inner > .wpb_wrapper {
    background-color: #1E73BE;
    border-radius: 10px;
    padding: 20px 20px 25px;
}
.contact_sec2 iframe {
    border-radius: 10px;
    min-height: 516px;
}
.contact_sec2 h2 {
    margin-bottom: 13px !important;
}
.contact_sec1 {
    padding-bottom: 35px;
}

.contact_sec1 .cont-icon-design {
    margin-bottom: 10px;
}
.contact_sec2 h2 {
    margin-bottom: 13px !important;
    color: #fff;
    font-size: 28px;
    text-align: center;
}

.banner_shape {
    height: 100px;
}
.haboutsec .sechead {
    margin-bottom: 20px;
}
.haboutsec .ahright {
    padding-left: 30px;
}
.haboutsec .Point-section {
    margin-bottom: 8px;
    display: block;
    font-size: 19px;
}
.haboutsec .wpb_text_column p {
    margin-bottom: 18px;
}


.service_inner1 .sechead h2 {
    font-size: 30px;
    line-height: 1.4;
    margin-bottom: 20px;
}
.service_inner1 .wpb_single_image {
    margin-bottom: 30px;
}
.relserv {
    padding: 30px 30px 22px;
    margin: 28px 0;
    border-radius: 8px;
    box-shadow: 0 0 9px #0000001f;
}
.relserv h3 {
    margin-bottom: 15px;
}
.banner_sec .uavc-list-content .aio-icon-img {
    vertical-align: middle;
}

.shadow-box {padding:20px;
border-radius:16px;
	box-shadow:0 4px 10px #2673cd8c;}




/* faq section css start here  */

.faq-part{border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 4px 10px rgb(0 0 0 / 19%);
    margin-bottom: 20px;
    overflow: hidden;
    transition: all 0.3s ease;}

.vc_tta-panel .vc_active .faq-part{background-color: white;
    box-shadow: 0 0 25px #a4a4a4b0 !important;
    border-radius: 20px !important;}

.empire_ser1 p a:hover {color: #000;text-decoration: none;}

.relserv ul.picon {
    list-style: none; /* remove default bullets */
    margin: 0;
    padding: 0;
}
.relserv ul.picon li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 12px;
}
.relserv ul.picon li a:hover, .call:hover {
    text-decoration: none;
}
.relserv ul.picon li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px; /* adjust vertical alignment */
    width: 20px;
    height: 22px;
    background-image: url("images/wrench.png");
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
}


#serfaq h2 {
    background-image: linear-gradient(0deg, #045a8f, #047cc7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 15px;
}
.hconarea {
    padding: 60px 0 30px 0;
}

/* Panel Heading */
.hconarea .vc_tta-panels .vc_tta-panel-heading,
#serfaq .vc_tta-panel-heading {
    background: linear-gradient(135deg, #1f1f1f, #2d2d2d);
    border-radius: 8px !important;
    transition: all 0.3s ease;
    box-shadow: 0 3px 6px rgba(0,0,0,0.2);
    overflow: hidden;
}

/* Panel Title */
.hconarea .vc_tta-panels .vc_tta-panel-heading a,
#serfaq .vc_tta-panel-heading a {
    color: #fff !important;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    padding: 14px 18px;
    transition: color 0.3s ease;
}

.hconarea .vc_tta-panels .vc_tta-panel-heading i.vc_tta-controls-icon:before,
.hconarea .vc_tta-panels .vc_tta-panel-heading i.vc_tta-controls-icon::after,
#serfaq .vc_tta-panels .vc_tta-panel-heading i.vc_tta-controls-icon:before,
#serfaq .vc_tta-panels .vc_tta-panel-heading i.vc_tta-controls-icon::after {
    border-color: #fff !important;
    transition: border-color 0.3s ease;
}


.hconarea .vc_tta-panels .vc_tta-panel-heading:hover,
#serfaq .vc_tta-panel-heading:hover {
    background: linear-gradient(135deg, #2ea8f4, #047cc7);
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.25);
}

.hconarea .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading,
#serfaq .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading {
    background: linear-gradient(135deg, #047cc7, #035a96);
    border-radius: 8px 8px 0 0 !important;
}




/*    kkkkkkk */

/*kkkkkk*/
/* 27-08-2025 */
 
.play-btn {
    position: relative;
    z-index: 1;
    display: block;
    margin: 0 0 23px;
}
.play-btn:after, .play-btn:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    z-index: -1;
    border-radius: 50%;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    width: 60px;
    height: 60px;
    margin: auto;
}
.play-btn:after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.play-btn:after, .play-btn:before {
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: ripple;
    animation-name: ripple;
}
@keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }

    30% {
        opacity: 0.4;
    }
    100% {
        -webkit-transform: scale(1.8);
        transform: scale(1.8);
        opacity: 0;
    }
}
.play-btn > i {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #ffffff;
    color: #047cc7;
    font-size: 30px;
    border-radius: 50%;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
.emecall .text {
    font-size: 15px;
    margin: 12px 0 20px;
}
.service_head h2 {
    font-size: 24px;
}
.serv_box {
    padding: 30px;
    margin: 28px 0;
    border-radius: 8px;
    box-shadow: 0 0 9px #0000001f;
}
.serconimg {
    float: right;
    width: 50%;
    margin: 15px 0 15px 20px;
}
.serconimg img {
    border-radius: 2px 25px 2px 25px;
    box-shadow: 0 0 10px #c2c2c2;
    border: 10px solid #fff;
    width: 100%;
}
.service_inner1 p {
    margin-top: 10px;
}
.faq_area {
    padding: 70px 0 60px;
}
.ser_form {
    background-color: #047cc7;
    padding: 30px 20px;
    border-radius: 8px;
    margin-bottom: 28px;
}
.ser_form .ser_inp {
    width: 49.76%;
    display: inline-block;
    padding: 0 5px;
    margin-bottom: 15px;
}
.ser_form .ser_textarea {
    width: 100%;
    margin-bottom: 0;
}
.ser_form textarea {
    height: 100px;
}
.ser_form .ser_inp p {
    margin: 0;
}
.ser_form .ser_submit {
    padding: 15px 5px;
}

.slider-sec{padding-bottom:100px;
margin-bottom:70px;}

.btn-b .vc_general{  
	font-size: 18px;
    background-color: #121111;
    background-image: linear-gradient(0deg, #58bffffc, #2ea8f4);
    padding: 10px 30px;
    border-radius: 5px;
    color: #fff;
    text-transform: capitalize;
    border: none;
}



.slider-sec .vc_column-inner{margin-left:-8.5em;}

.owl-stage-outer {margin-left: -1em;
}


@media (max-width: 768px) {
  .request_left .vc_column-inner > .wpb_wrapper {
    margin-bottom: 20px;
  }
  .vc_row.wpb_row.vc_inner.vc_row-fluid.head_cnt{
    margin-top: 20px !important;
  }
  .contpsec h2{
    font-size: 24px !important;
    line-height: 1.2 !important;
  }
}




/* s-29-08-2025 */


.first-heading {
    color: #59eb29;
}
.sechead .smtext {
    color: #047cc7;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}
.sechead h2 {
    margin: 0;
    line-height: normal;
}
.sechead h2 em {
    color: #047cc7;
    font-style: normal;
    font-weight: 400;
}
.haboutsec, .pd_70 {
    padding-top: 70px;
    padding-bottom: 70px;
}
.pd_50 {
    padding: 40px 0;
}

.banner_top h1 {
    color: #fff;
    text-align: center;
}
.banner_top {
    margin-top: 4px;
    margin-bottom: 1px;
    padding: 3px 0;
}
.banner_right > .vc_column-inner, .banner_left .vc_column-inner, .banner_bottom::after {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner_right > .vc_column-inner {
    padding: 30px 15px 30px 25px;
    background-image: url(/wp-content/uploads/2025/08/background.png);
}
.banner_left .vc_column-inner {
    background-image: url(/wp-content/uploads/2025/08/Inland-Empire-scaled.webp);
}
.banner_bottom {
    margin-top: 1px;
    padding: 50px 0 105px;
    height: 100%;
}
.banner_bottom::after {
    content: '';
    background-image: url(/wp-content/uploads/2025/08/shape-leyar.png);
    height: 100px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}
.head_icon_title .aio-icon-title {
    font-size: 18px;
}
.head_icon_title .aio-icon-header+.aio-icon-description {
    margin: 0 0 7px;
    font-size: 32px;
}
.banner_bottom .location-table {
    display: grid;
    grid-template-columns: repeat(5, 2fr);
    margin: 0;
    padding: 0;
}
.location-table li {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 0 0;
    color: #fff;
}
@media (max-width: 1024px) {
    .location-table {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 600px) {
    .location-table {
        grid-template-columns: repeat(2, 1fr);
    }
}
.haboutsec h2, .mb_15 h2 {
    margin-bottom: 15px;
}
.about_sec1 .sechead p {
    margin-bottom: 20px !important;
}
.hservices {
    padding-bottom: 50px;
}
.hservices h2, .hservices .sechead p {
    color: #fff;
}
.hservices h2 {
    margin-bottom: 10px;
}
.box-section a {
    margin-bottom: 32px;
}
.hservices_top {
    margin-top: 35px;
}
.hservices {
    padding-bottom: 50px;
}
.hservices .aio-icon-component a {
    background-color: #fff;
    padding: 25px;
    position: relative;
    line-height: 0;
    border-radius: 9px;
}
.hservices .aio-icon-component .aio-icon-left {
    vertical-align: middle;
}
.hservices .aio-icon-component a h3.aio-icon-title {
    font-size: 20px;
    padding-left: 20px;
    color: #005184 !important;
}
.hservices .aio-icon-component a:before {
    position: absolute;
    height: 62px;
    left: 102px;
    top: 50%;
    width: 1px;
    background-color: #b3b3b3;
    content: "";
    transform: translateY(-50%);
    z-index: 1;
}
.hservices .aio-icon-component a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #047cc7;
    border-radius: 9px;
    transform: scaleX(0.7) rotateX(20deg);
    opacity: 0;
    transition: all 0.4s linear;
}
.hservices .aio-icon-component a:hover:after {
    transform: scaleX(1) rotateX(0deg);
    transition: all 0.4s linear;
    opacity: 1;
}
.hservices .aio-icon-component .aio-icon-box {
    position: relative;
    z-index: 1;
}
.hservices .aio-icon-component a:hover h3.aio-icon-title, .hservices .aio-icon-component a:hover:before, .hservices .aio-icon-component a:hover .img-icon {
    transition: all 0.4s linear;
}
.hservices .aio-icon-component a:hover h3.aio-icon-title {
    color: #ffffff !important;
}
.hservices .aio-icon-component a:hover:before {
    background-color: #ffffff;
}
.hservices .aio-icon-component a:hover .img-icon {
    filter: brightness(0) invert(1);
    transform: scale(0.9);
}
.hsec4 .sechead, .hsec4 .box-img, .hsec4 .box-img figure {
    position: relative;
    z-index: 1;
}
.hsec4 .sechead {
    padding-bottom: 40px;
}
.hsec4 .sechead::after {
    content: "";
    position: absolute;
    bottom: -17px;
    left: 50%;
    width: 3px;
    height: 56px;
    background: #1b7ab9;
    z-index: -1;
}
.hsec4 .box-img {
    margin: 0 0 35px;
}
.hsec4 .box-img::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 2px;
    background: #1b7ab9;
    z-index: -1;
    margin: 0 auto;
}
.hsec4_box .vc_column-inner > .wpb_wrapper {
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 4px 10px #2673cd8c;
    display: flex;
	background-color:white;
	column-gap:23px;
}
.hsec4_box .vc_column-inner > .wpb_wrapper .wpb_content_element {
    width: 50%;
}
.hsec4 .box-img figure, .hsec4 .box-img::after {
    width: 700px;
}
.hsec4 .box-img figure::before, .hsec4 .box-img figure::after {
    content: "";
    position: absolute;
    top: 24px;
    width: 2px;
    height: 70px;
    background: #1b7ab9;
    z-index: -1;
}
.hsec4 .box-img figure::before {
    left: 0;
}
.hsec4 .box-img figure::after {
    right: 0;
}
.udr-spc {
    margin: 20px 0px;
}
.hom-counter-sec .stats-block {
    padding: 30px 0;
    margin-bottom: 0px !important;
}
.offer_sec1 {
    padding: 80px 0 130px;
}
.offer_sec1 .slider-sec {
    position: relative;
    top: 130px;
    padding: 0 40px;
}
.offer_sec1 .slider-sec h2 {
    margin-bottom: 12px;
}
.offer_sec1 .upb_row_bg {
    background-image: url(/wp-content/uploads/2025/08/Background-img.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;
}
.offer_sec1 .additional-services {
    margin-left: 70px;
}
.offer_sec1 .swiper {
    padding-top: 25px;
}
.commercial_serv {
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 10px;
    background: #fff;
}
.commercial_serv_img {
    margin-bottom: 10px;
}
.commercial_serv_img img {
    width: 50px !important;
    height: 50px !important;
}
.commercial_serv h3 {
    color: #0d2d62;
    font-size: 18px;
    margin: 0px 0px 10px;
}
.commercial_serv p {
    margin-bottom: 15px;
}
.commercial_serv_bt {
    color: #007bff;
    border: 1px solid #007bff;
    padding: 10px 18px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 14px;
    display: inline-block;
}
.commercial_serv ul {
    list-style: none;
    padding: 0;
    margin: 0 0 18px;
}
.commercial_serv ul li, .commercial_serv p {
    font-size: 14px;
    color: #555555;
}
.commercial_serv ul li {
    margin-bottom: 5px;
}
.commercial_serv ul li span {
    color: #007bff;
    margin-right: 6px;
}
.homfaq {
    margin-top: 25px;
}
.faq-hom-item .vc_tta-panel-heading {
    background: rgb(255, 255, 255) !important;
    border-radius: 10px !important;
    box-shadow: 0 4px 10px rgb(0 0 0 / 10%);
}
.home-faq-sec .vc_active .vc_tta-panel-heading {
    border-radius: 10px 10px 0 0px !important;
    box-shadow: none;
}
.faq-hom-item {
    border-radius: 10px;
    background-color: #fff;
}
.faq-hom-item .vc_tta-panel-body {
    background: #ffffff !important;
    border: 1px solid #e1ecf7 !important;
    padding: 20px !important;
    border-radius: 0 0 10px 10px !important;
    line-height: 1.6;
}
.faq-hom-item span.vc_tta-title-text {
    font-size: 16px;
    color: #000000;
}
.home-faq-sec .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus:before, .home-faq-sec .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus:after {
    content: "";
    border: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 14px;
    height: 2px;
    background: #fff;
}
.home-faq-sec .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus:after {
    height: 14px;
    width: 2px;
}
.faq-hom-item i.vc_tta-controls-icon.vc_tta-controls-icon-plus {
    background: #0b8cdc;
    border-radius: 50px;
    width: 25px;
    height: 25px;
}
.home-faq-sec {
    padding: 70px 0px;
}
.testi_area {
    padding: 70px 0;
}
.testi_area .aio-icon-component {
    max-width: 400px;
    margin: auto;
    text-align: center;
    line-height: normal;
}
.testi_area h2 {
    margin: 12px 0 30px !important;
    text-align: center;
}
.foocta {
    position: relative;
    display: block;
    border-radius: 10px;
    padding: 40px 0px 33px 35px;
    margin-bottom: -100px;
    z-index: 1;
    overflow: hidden;
    background-color: #2ea8f4;
    line-height: normal;
}
.foocta * {
    color: #fff;
}
.foocta h2 {
    font-size: 37px;
    font-weight: 900;
    margin: 10px 0 20px;
    line-height: normal;
}
.foocta  p {
    margin: 0;
}
.foocta .ctali {
    font-size: 22px;
}
.foocta .ctali a {
    font-weight: 600;
    text-decoration: none;
}
.foocta .ctali a:hover {
    color: #000;
}
.foocta .ctali a+a {
    margin-left: 50px;
}
.foocta .ctali a i {
    color: #000;
    margin-right: 5px;
}
.foocta .ctaimg {
    position: absolute;
    top: 0px;
    right: -390px;
    width: 80%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 10% 0%);
    background-image: url(/wp-content/themes/kadence-child/images/cta-img.webp);
}
.site-footer-wrap {
    background-color: #111930;
    padding-top: 105px;
}
.site-footer-wrap .site-middle-footer-wrap {
    position: relative;
    padding-top: 30px;
    padding-bottom: 20px;
}
.site-footer-wrap .site-middle-footer-wrap::before {
    content: '';
    background-image: url(/wp-content/themes/kadence-child/images/footer-bg.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: right bottom;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.site-bottom-footer-wrap {
    font-size: 95%;
    border-top: 1px solid #d9d9d940;
}

.fboxtext {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.fboxtext a.flogo {
    width: 290px;
    display: block;
    background-color: #eff3fa;
    padding: 3px;
    border-radius: 5px;
}
.foomem1 .fboxtext a.flogo:hover {
    transform: translateY(-5px);
}
.fooinf {
    position: relative;
    padding-left: 55px;
    font-size: 15px;
    line-height: normal;
    color: var(--global-palette2);
}
.fooinf i {
    position: absolute;
    left: 0;
    top: 50%;
    color: #ffffff;
    font-size: 17px;
    transform: translateY(-50%);
    background-color: #2ea8f4;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 41px;
}
.site-footer-middle-section-2 {
    flex-direction: column;
}
.site-footer-middle-section-2 .footer-widget-area {
    border-top: 1px solid #d9d9d940;
    padding: 30px 10px;
}
.site-footer-middle-section-2 .footer-widget-area:first-child {
    padding-top: 0;
    border: none;
}
.site-footer-middle-section-2 .footer-widget-area:last-child {
    padding-bottom: 0;
}
.site-footer-middle-section-2 .widget_nav_menu, .site-footer-middle-section-2 .footer-social-wrap {
    display: flex;
    align-items: center;
}
.site-middle-footer-inner-wrap .widget-area .widget-title {
    font-style: normal;
    color: #ffffff;
}
.site-footer-middle-section-2 ul.menu {
    display: flex;
    flex-wrap: wrap;
}
.site-footer-middle-section-2 ul.menu li {
    display: inline-block;
    line-height: normal;
    margin: 5px 13px;
    position: relative;
}
.site-footer-middle-section-2 ul.menu li:first-child:before {
    display: none;
}
.site-footer-middle-section-2 h2.widget-title {
    margin: 0;
    min-width: 190px;
    text-transform: none;
    font-size: 21px;
}
.site-footer-middle-section-2 ul.menu a {
    margin: 0;
    padding: 0;
}
.site-footer-middle-section-2 ul.menu a:hover {
    transform: translateX(-5px);
}
.footer-social-wrap a:hover {
    transform: translateY(-3px);
}
.about3-sec .vc_column-gap-1 {
    padding:30px;
}
.img-set img{width:100%;}
.pd-both {margin:10px 0px}
.why-choose-us {
    position: relative;
    padding: 60px 20px;
    text-align:center;
}
.why-choose-us * {
    position: relative;
    z-index: 1;
}
.why-choose-us::before, .about_sec2 .vc_col-sm-12::before {
    content: "OUR SERVICES";
    position: absolute;
    top: 38px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 60px;
    font-weight: 800;
    text-transform: uppercase;
    z-index: 0;
    pointer-events: none;
    font-style: italic;
    opacity: 0.2;
    color:transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #1e73be;
}
.why-choose-us::before {
    content: "OUR SERVICES";
}
.about_sec2 .vc_col-sm-12::before {
    content: "How We Work";
    top: -30px;
}
.about_sec2 .sechead {
    margin: 20px 0 40px;
}
.about_sec2 .head_icon_title {
    margin-top: 19px;
}
.about_sec2 .sechead h2 {
    text-transform: capitalize;
    line-height: 1.4;
}
.step-sec .aio-icon-img {
	position:relative;
	z-index: 2;
	background-color:#047cc7;
	background-image: linear-gradient(0deg, #047cc7, #149ff5)!important;
}
.step-sec::after {
    content: '';
    position: absolute;
    top: 35px;
    right: -167px;
    width: 100%;
    height: 2px;
    border-top: 2px dotted #09254ac9;
    z-index: 0;
}
.about_sec2 .top-icon .aio-icon-header h3.aio-icon-title {
    margin: 25px 0 10px;
}
#galltab .vc_tta-tabs.htabs ul.vc_tta-tabs-list li.vc_active a, #galltab ul.vc_tta-tabs-list li.vc_active a {
    background-color: #047cc7 !important;
    color: #fff !important;
    background-image: linear-gradient(0deg, #047cc7, #149ff5);
}
#galltab .vc-oi-plus:before {
    content: "\e866";
    position: absolute !important;
    top: 10px !important;
    left: 5px !important;
    font-size: 9px;
}
#galltab .vc_tta-panels .vc_grid-item-mini {
    border: 5px solid #eff3fa;
    border-radius: 5px;
    box-shadow: 0 0 10px #c1c1c1;
    overflow: hidden;
}
.vc_tta-panel-heading,
.vc_tta-panel-body {
    transition: all 0.3s ease;
}
.aboutsec3 .vc_tta-container {
    margin-bottom: 0;
}
.aboutsec3 .vc_tta-container .vc_tta-panel-body {
    padding-bottom: 8px;
}
.about_sec6 {
    margin-bottom: -150px;
    padding-bottom: 170px;
}
.about_sec6 h2 {
    color: #fff;
}
.about_sec7 {
    padding-bottom: 45px;
}
.about_sec7 .ser_form {
    background-color: #fff;
    box-shadow: 0 0 10px #ddd;
}
.about_sec7 .wpcf7 input[type="text"], .about_sec7 .wpcf7 input[type="email"], .about_sec7 .wpcf7 select, .about_sec7 .wpcf7 textarea {
    border: 1px solid #ddd;
    border-radius: 6px;
}

.sechead .wpb_wrapper h2.W-head{font-size:28px;margin:0 auto;}
.sec-cen .aio-icon-default .ult-just-icon-wrapper{margin-left:2em;}
#menu-item-122,#menu-item-123,#menu-item-125,#menu-item-126,#menu-item-128,#menu-item-1739,#menu-item-1745,#menu-item-1741,#menu-item-1742,#menu-item-1743,#menu-item-1744{border-right:1px solid white; padding-right:15px;}

/* here to start Css by Rahul */

.hrow1 h1 {color: #fff;text-align: center;}
.hrow1{margin-top: 4px;margin-bottom: 1px;padding: 3px 0;}
.hrow2 .uavc-list .uavc-list-desc a {color: #fff;text-decoration: none;}
.hrow2 .uavc-list .uavc-list-desc:hover a {color: #59eb29; text-decoration: underline;}
.row2right .vc_column-inner > .wpb_wrapper, .row2left .vc_column-inner, .hrow3::after {background-position: center;background-repeat: no-repeat; background-size: cover;}
.row2left .vc_column-inner {background-image: url(/wp-content/uploads/2025/08/Inland-Empire-scaled.webp);}
.row2right .vc_column-inner > .wpb_wrapper {padding: 30px 15px 30px 25px;background-image: url(/wp-content/uploads/2025/08/background.png);}

.hrow3::after {content: '';background-image: url(/wp-content/uploads/2025/08/shape-leyar.png); height: 100px;width: 100%;position: absolute;left: 0;bottom: 0;}
.head-icon .aio-icon-title {font-size: 18px;}
.head-icon .aio-icon-header+.aio-icon-description {margin: 0 0 7px;font-size: 32px;}
.hrow3 {margin-top: 1px;padding: 50px 0 105px;height: 100%;}
.hrow3 .location-table {display: grid;grid-template-columns: repeat(5, 2fr);margin: 0;padding: 0;}
.location-table li {display: flex;align-items: center;gap: 8px;padding: 10px 0 0;color: #fff;}
@media (max-width: 1024px) {.location-table {grid-template-columns: repeat(3, 1fr)!important;}}
@media (max-width: 600px) {.location-table {grid-template-columns: repeat(2, 1fr)!important;}.row4right{ padding-top: 120px;}}
@media (max-width: 400px) {.location-table {grid-template-columns: repeat(1, 1fr)!important;}.row4right{ padding-top: 120px;}}

.hrow4 .sechead {margin-bottom: 20px;}
.hrow4 .row4right {padding-left: 30px;}
.hrow4, .pd_70 {padding-top: 70px;padding-bottom: 70px;}
.img1{box-shadow: 0 0 10px #0000002e;animation: movehori 3s ease infinite;padding: 1px;background-color: #fff;}
.hrow4 .img2 {position: absolute;right: 10px;top: 40%;max-width: 240px;box-shadow: 0 0 10px #0000002e;animation: movehori 3s ease infinite;padding: 5px;background-color: #fff;}
.hrow4 .Point-section {margin-bottom: 8px;display: block;font-size: 19px;}
.hrow4 .wpb_text_column p {margin-bottom: 18px;}
.hrow4 h2, .mb_15 h2 {margin-bottom: 15px;}
.hrow4 ul {padding: 0;list-style: none;column-count: 2;gap: 20px;}
.hrow4 ul li {padding: 20px;border: 1px solid #eee;margin: 10px 0;display: inline-block;width: 100%;font-weight: 600;font-size: 110%;box-shadow: 0 0 10px #efefef;}
.hrow4 ul li::before {content: "\f00c";font-weight: 900;font-family: "Font Awesome 6 Free";background-color: #047cc7;border-radius: 50%;color: #fff;width: 36px;height: 36px;line-height: 36px;display: inline-block;text-align: center;margin-right: 13px;}
.hrow4 .row4left {padding-right: 65px;}

.hrow5 {padding-bottom: 50px;}
.hrow5 h2, .hrow5 .sechead p {color: #fff;}
.hrow5 h2 {margin-bottom: 10px;}
.hrow5_top {margin-top: 35px;}
.hrow5 {padding-bottom: 50px;}
.hrow5 .aio-icon-component a {background-color: #fff;padding: 25px;position: relative;line-height: 0;border-radius: 9px;}
.hrow5 .aio-icon-component .aio-icon-left {vertical-align: middle;}
.hrow5 .aio-icon-component a h3.aio-icon-title {font-size: 20px;padding-left: 20px;color: #005184 !important;}
.hrow5 .aio-icon-component .aio-icon-box {position: relative;z-index: 1;}
.hrow5 .aio-icon-component a:hover h3.aio-icon-title, .hservices .aio-icon-component a:hover:before, .hservices .aio-icon-component a:hover .img-icon {transition: all 0.4s linear;}
.hrow5 .aio-icon-component a:before {position: absolute;height: 62px;left: 102px;top: 50%;width: 1px;background-color: #b3b3b3;content: "";transform: translateY(-50%);z-index: 1;}
.hrow5 .aio-icon-component a:after {content: '';position: absolute;top: 0;left: 0;right: 0;bottom: 0;background-color: #047cc7;border-radius: 9px;transform: scaleX(0.7) rotateX(20deg);opacity: 0;transition: all 0.4s linear;}
.hrow5 .aio-icon-component a:hover:after {transform: scaleX(1) rotateX(0deg);transition: all 0.4s linear;opacity: 1;}
.hrow5 .aio-icon-component a:hover h3.aio-icon-title {color: #ffffff !important;}
.hrow5 .aio-icon-component a:hover:before {background-color: #ffffff;}
.box-section a {margin-bottom: 32px;}

.hrow6 .aio-icon-component {max-width: 400px;margin: auto;}
.hrow6 .sechead, .hrow6 .box-img, .hrow6 .box-img figure {position: relative;z-index: 1;}
.hrow6 .sechead {padding-bottom: 40px;}
.hrow6 .box-img {margin: 0 0 35px;}
.hrow6 .box-img figure::before {left: 0;}
.hrow6 .box-img figure::after {right: 0;}
.hrow6 .box-img::after {content: "";position: absolute; top: 50%;left: 0;right: 0;height: 2px; background: #1b7ab9; z-index: -1;margin: 0 auto;}
.hrow6_box .vc_column-inner > .wpb_wrapper {padding: 15px;border-radius: 10px;box-shadow: 0 4px 10px #2673cd8c;display: flex;background-color:white;column-gap:23px;}
.hrow6_box .vc_column-inner > .wpb_wrapper .wpb_content_element {width: 50%;}
.hrow6 .box-img figure, .hrow6 .box-img::after {width: 700px;}
.hrow6 .sechead::after {content: "";position: absolute;bottom: -17px;left: 50%;width: 3px;height: 56px;background: #1b7ab9;z-index: -1;}
.hrow6 .box-img figure::before, .hrow6 .box-img figure::after {content: "";position: absolute;top: 24px;width: 2px;height: 70px;background: #1b7ab9;z-index: -1;}


.hrow7 .stats-block {padding: 30px 0;margin-bottom: 0px !important;}
.hrow7 {background-color: #1E72A9;color: white;padding-top: 30px;}
.hrow8 {padding: 80px 0 130px;}
.hrow8 .slider-sec {position: relative;top: 130px;padding: 0 40px;}
.hrow8 .additional-services {margin-left: 70px;}
.hrow8 .swiper {padding-top: 25px;}
.hrow8 .slider-sec h2 {margin-bottom: 12px;}
.hrow8 .upb_row_bg {background-image: url(/wp-content/uploads/2025/08/Background-img.png);background-position: left top;background-repeat: no-repeat;background-size: contain;}
