/* BASIC CSS */

.uk-container:has(section.cust-sect), .uk-container:has(footer.cust-sect) {
    width: unset;
    max-width: unset;
    padding: 0px;
    margin: 0px;
}
.uk-section:has(section.cust-sect), .uk-section:has(footer.cust-sect) {
    padding: 0px;
}
.cust-spacing {
    padding: 80px 0px;
}
.web-title h2 {
    font-weight: 600;
    font-size: 40px;
}
.title-gap {
    margin-bottom: 50px;
}
.cust-gap {
    row-gap: 24px;
}
.bg-prop {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* INSPECTION WORK */

.cust-inspect-work {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    z-index: 1;
}
.cust-inspect-work::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000070;
    z-index: -1;
}
.cust-inspect-item {
    padding: 30px 20px;
    background-color: rgb(255 255 255);
    border-radius: 10px;
    transition: all .5s;
    text-align: center;
    height: 100%;
}
.cust-inspect-icon {
    background-color: #1c1b3e;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    padding: 25px;
    margin: 0 auto 20px auto;
    transition: all .5s;
}
.cust-inspect-icon img {
    width: 100%;
    transition: all .5s;
}
.cust-inspect-content h3 {
    color: #000 !important;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 0px;
    transition: all .5s;
}
.cust-inspect-item:hover {
    background-color: #1c1b3e;
}
.cust-inspect-item:hover .cust-inspect-icon {
    background-color: #fff;
}
.cust-inspect-item:hover .cust-inspect-content h3 {
    color: #fff !important;
}
.cust-inspect-item:hover .cust-inspect-icon img {
    filter: grayscale(100%) brightness(0%);
}
.cust-inspect-work .web-title h2 {
    color: #fff;
}

/* ABOUT HISTORY CSS */


.cust-ab-history {
    position: relative;
    z-index: 1;
}
.cust-ab-history::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffffc7;
    z-index: -1;
}
.cust-ab-content-main h2 {
    font-weight: 600;
    color: #5c5959;
    margin: 0px 0px 20px 0px;
}
.cust-ab-content-main p {
    font-size: 18px;
    margin: 0px 0px 20px 0px;
}
.cust-ab-history .web-title p {
    font-size: 18px;
}
.cust-history-items {
    position: relative;
    padding: 20px 20px 60px 60px;
    display: inline-block;
}
.cust-history-items-mega{
    height: 600px;
    overflow: auto;
}
.cust-history-items::before {
    position: absolute;
    content: '';
    top: 0;
    left: 20px;
    width: 2px;
    height: 100%;
    border: 1px dashed gray;
}
.cust-history-box {
    background-color: #fff;
    padding: 0px 30px 30px 30px;
    margin: 0px 0px 50px 0px;
    border: 1px solid #fff;
    transition: all .5s;
    position: relative;
}
.cust-history-box p {
    font-size: 18px;
    margin: 0px;
}
.cust-history-box span {
    background-color: #1c1b3e;
    display: inline-block !important;
    font-weight: 600;
    color: #fff;
    padding: 6px 40px;
    font-size: 20px;
    transform: translateY(-20px);
}
.cust-history-box:hover {
    border-color: #1c1b3e;
}
.cust-history-box::before {
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background-color: #1c1b3e;
    border-radius: 50%;
    border: 5px solid #fff;
    left: -55px;
}
.cust-history-items-mega::-webkit-scrollbar{
    width: 5px;
}
::-webkit-scrollbar-thumb {
  background: #1c1b3e;
  border-radius: 0;
}

/* WHO SERVE CSS */

.who-serv-item {
    background-color: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    height: 100%;
    transition: all .5s;
    border-radius: 10px;
    overflow: hidden;
}
.who-serv-item-img:hover img {
    transform: scale(1.1);
}
.who-serv-item-content {
    padding: 20px;
}
.who-serv-item-content h3 {
    font-weight: 500;
    font-size: 19px;
    text-align: center;
}
.who-serv-item-img {
    overflow: hidden;
}
.who-serv-item-img img {
    transition: all .7s;
    width: 100%;
    height: 180px;
    object-fit: cover;
}
.who-serv-item:hover {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 42px 28px 0px;
}
.cust-who-serv {
    position: relative;
}
.cust-who-serv::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #eee;
    z-index: -1;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.cust-who-serv {
    z-index: 1;
}

/* CUST TABS CSS */

.cust-tabs-sec .web-title h2 {
    color: #1c1b3e;
}
.cust-tabs-sec .web-title p {
    font-size: 18px;
}
.cust-tabs-buttons ul li {
    width: 32%;
}
.cust-tabs-buttons ul li button {
    border: 1px solid #1c1b3e !important;
    padding: 50px 80px;
    border-radius: 0px !important;
    width: 100%;
    cursor: pointer;
    transition: all .5s;
    height: 100%;
    background-color: #fff !important;
}
.cust-tabs-buttons ul li button span {
    font-size: 26px;
    font-weight: 600;
    display: block;
}
.cust-tabs-buttons ul {
    column-gap: 24px;
    row-gap: 24px;
    border: 0;
}
.cust-tabs-buttons ul li button.active {
    background-color: #1c1b3e !important;
    color: #fff !important;
}
.cust-tabs-buttons ul li button:hover {
    background-color: #1c1b3e !important;
    color: #fff !important;
}
.cust-tabs-buttons ul li button img {
    width: 70px;
    margin-bottom: 20px;
    transition: all .5s;
    height: 70px;
    object-fit: contain;
}
.cust-tabs-buttons ul li button.active img {
    filter: brightness(100);
}
.cust-tabs-buttons ul li button:hover img{
    filter: brightness(100);
}
.cust-tabs-bg {
    margin-top: -160px;
    padding: 230px 0px 0px 0px;
    margin-bottom: 100px;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}
.cust-tabs-box {
    margin-bottom: -90px;
    background-color: #fff;
    padding: 60px;
    box-shadow: rgba(0, 0, 0, 0.5) 1.95px 1.95px 22.6px;
}
.cust-tabs-content h2 {
    color: #5c5959;
    font-weight: 600;
    font-size: 32px;
}
.cust-tabs-content p {
    font-size: 18px;
    color: #5c5959;
}
.blue-btn {
    border: 1px solid #537383;
    display: inline-block;
    color: #537383 !important;
    padding: 6px 30px;
    transition: all .5s;
    text-decoration: none !important;
}
.blue-btn:hover {
    background-color: #537383;
    color: #fff !important;
}
.cust-tabs-cont-img img {
    transition: all .7s;
    height: 400px;
    width: 100%;
    object-fit: cover;
}
.cust-tabs-cont-img:hover img {
    transform: scale(1.1);
}
.cust-tabs-cont-img {
    overflow: hidden;
}

/*HOME TAB SECTION*/

.cust-down-sec::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 70%;
    background-color: #1c1b3e;
    z-index: -1;
}
.cust-down-sec {
    position: relative;
    z-index: 1;
}
.cust-down-sec .uk-switcher {
    box-shadow: 0px 0px 30px -20px;
}
.home-video img {
    width: 100%;
    height: 800px;
    object-fit: cover;
}
.home-banner {
    position: relative;
}
.home-banner-content {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.home-banner-title {
    text-align: center;
}
.home-banner-title h2 {
    font-size: 46px;
    font-weight: 600;
    color: rgb(255 255 255);
    text-shadow: 1px 1px 2px rgb(0 0 0);
    margin-bottom: 40px;
}
.cust-btn-one {
    padding: 12px 30px;
    display: inline-block;
    background-color: rgb(83 115 131);
    color: rgb(255 255 255);
    border-radius: 5px;
    transition: all .5s;
    text-decoration: none !important;
}
.bann-cnt-buttons {
    display: flex;
    justify-content: center;
    gap: 30px;
}
.cust-btn-one:hover {
    background-color: #fff;
    color: rgb(83 115 131);
}
body header.tm-header {
    padding-top: 0px !important;
}
body header.tm-header .uk-navbar-left a.uk-logo {
    width: 180px;
}
body header.tm-header nav.uk-navbar {
    align-items: center !important;
}
body header.tm-header .uk-navbar-right div#module-tm-3 {
    min-height: unset !important;
}
body .tm-page {
    border: unset !important;
}

/*ABOUT PARTNER SECTION*/

.cust-part-img {
    border: 1px solid #89838142;
    padding: 20px 20px;
    margin: 0px 10px;
    transition: all .5s;
    text-align: center;
}
.cust-part-img:hover{
    border-color: #1c1b3e;
}
.cust-part-img img {
    margin: 0 auto !important;
    height: 100px;
    width: 180px;
    object-fit: contain;
}
@keyframes marquee {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
@keyframes marquee-right {
  0% {
    right: 0;
  }
  100% {
    right: -100%;
  }
}
.partner-slider-left {
    margin-bottom: 20px;
}
.building-futures-title p {
    margin-top: 20px;
}
.partner-slider-right .swiper-wrapper, .partner-slider-left .swiper-wrapper {
  transition-timing-function: linear !important;
}

/*SECTION SMALL BANNER*/

.small-banner-bg {
    background-color: #1c1b3e;
    border-radius: 20px;
    padding: 50px;
    color: rgb(255 255 255);
}
.small-banner-title h3 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.1;
    color: rgb(255 255 255);
}
.small-banner-title p {
    color: rgb(255 255 255);
    margin: 20px 0px;
    font-size: 18px;
}

/*FOOTER*/

.cust-footer {
    background-color: rgb(99 99 102);
    color: rgb(255 255 255);
}
.cust-footer ul li {
    list-style: none;
}
.cust-footer ul {
    padding: 0px;
}
.foot-logo-info ul li {
    color: rgb(255 255 255);
    margin-bottom: 8px;
}
.foot-logo-info ul li a {
    color: inherit;
    transition: all .5s;
    text-decoration: none;
}
.foot-logo a {
    display: inline-block;
    margin-bottom: 20px;
}
.foot-logo-info ul li:last-child {
    margin-bottom: 0px;
}
.foot-logo-info ul li a:hover {
    color: rgb(83 115 131);
}
.foot-logo-socials ul li a {
    width: 50px;
    height: 50px;
    border: 1px solid rgb(255 255 255);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(255 255 255);
    text-decoration: none;
    transition: all .5s;
    font-size: 18px;
}
.foot-logo-socials ul li a:hover {
    background-color: rgb(255 255 255);
    color: rgb(83 115 131);
}
.cust-footer a, .cust-footer span {
    text-decoration: none;
    display: inline-block;
}
.foot-links-box-title span {
    font-size: 22px;
    font-weight: 600;
}
.foot-links-box ul li a {
    color: rgb(255 255 255);
    transition: all .5s;
}
.foot-links-box ul li {
    margin-bottom: 8px;
}
.foot-links-box ul li:last-child {
    margin-bottom: 0px;
}
.foot-links-box ul li a:hover {
    color: rgb(83 115 131);
}
.footer-bott-links ul {
    display: flex;
    gap: 30px;
    justify-content: end;
}
.footer-bott-links ul li a {
    color: #fff;
    transition: all .5s;
}
.footer-bott-links ul li a:hover {
    color: rgb(83 115 131);
}
.footer-bottom {
    border-top: 1px solid rgb(255 255 255 / 24%);
    padding: 25px 0px;
    margin-top: 20px;
}
.cust-copyrights p {
    margin: 0px;
}
.cust-copyrights p:first-of-type {
    margin-bottom: 10px;
}

/*SECTION TESTIMONIAL*/

.cust-testi-box {
    background-color: rgb(255 255 255);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 25px;
    text-align: center;
    border-radius: 10px;
    height: 100%;
}
.cust-testi-icon {
    width: 70px;
    height: 70px;
    background-color: #537383;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    margin: 0 auto;
}
.cust-testi-box p {
    height: 150px;
    overflow: auto;
}
.cust-testi-box h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 30px 0px 0px 0px;
}
.web-btn-track {
    margin-top: 40px;
}
.hover-reverse:hover {
    background-color: rgb(0 0 0);
    color: rgb(255 255 255);
}
.cust-testi-box p::-webkit-scrollbar {
  width: 5px;
  background-color: transparent;
}

.cust-testi-box p::-webkit-scrollbar-thumb {
  background: #537383;
  border-radius: 0;
}

/*SECTION CUST FAQS*/

.serv-faqs .accordion-item {
    margin-bottom: 20px;
    border-top: 1px solid #dee2e6;
}
.serv-faqs .accordion-item .accordion-button {
    box-shadow: unset;
    font-size: 16px;
    padding: 15px 20px;
    font-weight: 500;
    font-family: inherit;
    cursor: pointer;
}
.serv-faqs .accordion-item .accordion-button:not(.collapsed) {
    background-color: #1c1b3e;
    color: rgb(255 255 255);
}
.serv-faqs .accordion-item .accordion-button::after {
    background-image: unset;
    content: "\f067";
    font-family: "Font Awesome 5 Pro";
    transform: unset;
}
.serv-faqs .accordion-item .accordion-button:not(.collapsed)::after {
    content: "\f068";
}
.cust-faq-box-title h2 {
    font-size: 26px;
    font-weight: 600;
    color: #1c1b3e;
    text-align: center;
}
.cust-faq-boxes .row {
    position: relative;
    margin-bottom: 60px;
}
.cust-faq-boxes .row::before {
    position: absolute;
    content: '';
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 40px;
    border: 1px dashed #1c1b3e;
}
.cust-faq-boxes .row:last-child {
    margin-bottom: 0px;
}
.cust-faq-boxes .row:last-child::before {
    visibility: hidden;
}
.serv-faqs .accordion-item .accordion-body p {
    margin-bottom: 0px;
}

/* ABOUT US PAGE CSS */

.inner-about-img {
    overflow: hidden;
}
.inner-about-img-mega::after {
    position: absolute;
    content: '';
    top: 20px;
    left: 20px;
    width: 100%;
    height: 100%;
    background-color: #1c1b3e;
    z-index: -1;
}
.inner-about-img-mega{
    position: relative;
    z-index: 1;
    margin-left: 40px;
}
.inner-about-zigzag .container .row:nth-child(2) {
    flex-direction: row-reverse;
}
.inner-about-zigzag .container .row:nth-child(2) .inner-about-img {
    margin-right: 0px;
    margin-left: 40px;
}
.inner-about-zigzag .container .row {
    margin-bottom: 60px;
}
.inner-about-zigzag .container .row:last-child {
    margin-bottom: 0px;
}
.inner-about-img img {
    transition: all .6s;
    height: 450px;
    object-fit: cover;
    width: 100%;
}
.inner-about-img:hover img {
    transform: scale(1.1);
}
.inner-about-content P {
    margin-bottom: 15px !important;
    font-size: 18px;
}
.inner-about-content p:last-child {
    margin-bottom: 0px;
}
.inner-about-content ul li, .inner-about-content ol li, .curr-about-us-content ul li, .curr-about-us-content ol li {
    font-weight: 400;
    line-height: 1.6;
    font-size: 18px;
    list-style: disc;
	margin-bottom: 5px;
}
.inner-about-content ol li{
	list-style: auto;
}
.inner-about-content ul, .inner-about-content ol, .curr-about-us-content ul, .curr-about-us-content ol {
    padding-left: 20px !important;
    margin-bottom: 20px !important;
}
.inner-about.swaping .container .row {
    flex-direction: row-reverse;
}
.inner-about.swaping .container .row .inner-about-img {
    margin-right: 0px;
    margin-left: 40px;
}

/*TESTIMONIAL TWO SECTION*/

.testi-two-sec .cust-testi-box p {
    height: auto;
    font-size: 18px;
}
.cust-testi-box p:has(span) {
    margin: 0px;
}
.cust-testi-box p span {
    font-size: 14px;
}

/*SECTION MAINTENANCE*/

.maintenance-title ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 30px;
    row-gap: 10px;
}
.maintenance-title {
    font-size: 18px;
}
.mainten-item {
    background-color: rgb(255 255 255);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    height: 100%;
}
.mainten-item-img {
    border-radius: 10px;
    overflow: hidden;
}
.mainten-item-content p {
    margin: 0px;
}
.mainten-item-img img {
    height: 220px;
    width: 100%;
    object-fit: cover;
    transition: all .5s;
}
.mainten-item:hover .mainten-item-img img {
    transform: scale(1.1);
}
.mainten-item-content h3 {
    font-size: 22px;
    font-weight: 600;
    margin: 15px 0px 10px 0px;
}
.nothing-cards .row:has(.mainten-item) {
    display: none;
}

/*WHY CHOOSE ANIMATION*/

.inner-about .circle-1 {
    width: 250px;
    height: 250px;
    left: -60px;
    top: 20px;
    animation: 20s linear infinite alternate nudge1;
}
.inner-about .circle-2 {
    width: 120px;
    height: 120px;
    bottom: 130px;
    left: 100px;
    animation: 20s linear infinite alternate nudge2;
}
.inner-about .circle-3 {
    right: 400px;
    top: 70px;
    width: 300px;
    height: 300px;
    animation: 20s linear infinite alternate nudge3;
}
.inner-about .circle {
  opacity: 0.08;
  position: absolute;
  border-radius: 50%;
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(circle 800px at 75% -25%, #1c1b3e 0, #1c1b3e 100%);
}
@keyframes nudge1 {
  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(100px, 0);
  }

  80% {
    transform: translate(-1px, 0);
  }
}
@keyframes nudge2 {
  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(0, 150px);
  }

  80% {
    transform: translate(-150px, 0);
  }
}
@keyframes nudge3 {
  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(-100px, 0);
  }

  80% {
    transform: translate(-1px, 0);
  }
}
.inner-about{
    position: relative;
    z-index: 2;
}

/*SECTION MAP*/

.location-map .container-fluid {
    padding: 0px;
}
.location-map iframe {
    width: 100%;
    display: block;
    height: 320px;
}
.location-map p:has(iframe) {
    margin-bottom: 0px !important;
}
.cif-box-item i {
    display: block;
    width: 60px;
    margin: 0 auto 20px auto;
    background-color: #1c1b3e;
    height: 50px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #fff;
}
.cif-box-item {
    background-color: #eeeeee;
    padding: 30px 30px;
    height: 100%;
    border-radius: 10px;
    text-align: center;
}
.cif-box-item p {
    margin: 0px;
}
.cif-box-item a {
    color: inherit;
    transition: all .5s;
    text-decoration: none;
}
.cif-box-item a:hover {
    color: #1c1b3e;
}

/*SECTION WHO SERV SERVICE*/

.who-serv-service-item {
    background-color: #eeeeee;
    height: 100%;
    padding: 40px 20px 40px 20px;
    position: relative;
    text-align: center;
}
.who-serv-service-item h3 {
    font-weight: 600;
    font-size: 22px;
    line-height: 1.1;
}
.who-serv-service-item::before, .who-serv-service-item::after {
    position: absolute;
    content: '';
    width: 50px;
    height: 50px;
    background-color: rgb(255 255 255);
    border-radius: 50%;
}
.who-serv-service-item::before {
    left: -20px;
    top: -20px;
}
.who-serv-service-item::after {
    right: -20px;
    bottom: -20px;
}
.who-serv-service .uk-container .row:nth-child(2) {
    margin-bottom: 40px;
}
.who-serv-service-list ul li {
    font-size: 18px;
    margin-bottom: 8px;
}
.who-serv-service-img img {
    height: 320px;
    width: 100%;
    object-fit: cover;
    transition: all .7s;
}
.who-serv-service-img:hover img {
    transform: scale(1.1);
}
.who-serv-service-img {
    overflow: hidden;
    border-radius: 10px;
}
.wss-title p {
    font-size: 18px;
}

.cost-faq-boxes .row::after {
    position: absolute;
    content: '';
    width: 250px;
    height: 250px;
    opacity: .08;
    z-index: -1;
    border-radius: 50%;
    background: radial-gradient(circle 800px at 75% -25%,#1c1b3e 0,#1c1b3e 100%);
}
.cust-faq-boxes .row {
    z-index: 2;
}
.cust-faq-boxes .row:nth-child(odd)::after {
    top: -40%;
    right: -20%;
    animation: 20s linear infinite alternate nudge2;
}
.cust-faq-boxes .row:nth-child(2n)::after {
    top: -40%;
    left: -20%;
    animation: 20s linear infinite alternate nudge1
}
.who-serv-service .who-serv-service-item {
    background-color: #1c1b3e;
    color: #ffffff;
}
.who-serv-service .who-serv-service-item h3 {
    color: #ffffff;
}

/*RESOURCE PAGE*/

.wel-inn-banner {
    padding: 150px 0px;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}
.wel-inn-banner-title h1 {
    font-weight: bold;
    text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.9);
    color: #fff;
    font-size: 40px;
}
.wel-inn-banner-title {
    text-align: center;
}
.wel-inn-banner-title h3 {
    font-weight: bold;
    color: rgb(255 255 255);
    font-size: 20px;
    line-height: 1.5;
    margin-top: 20px;
}
.cust-btn-two {
    padding: 12px 30px;
    display: inline-block;
    background-color: rgb(255 255 255);
    color: rgb(28 27 62);
    border-radius: 5px;
    transition: all .5s;
    text-decoration: none !important;
    font-weight: 600;
}
.cust-btn-two:hover {
    background-color: rgb(0 0 0);
    color: rgb(255 255 255);
}
.small-boxes-item {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    height: 100%;
    text-align: center;
    border: 1px solid #fff;
    transition: all .5s;
}
.small-boxes-item-img {
    width: 80px;
    height: 80px;
    background-color: #1c1b3e;
    padding: 22px;
    border-radius: 50%;
    margin: 0 auto;
}
.small-boxes-item-img img {
    filter: invert(1);
}
.small-boxes-item-content {
    margin-top: 15px;
}
.cust-mid-heading {
    text-align: center;
}
.cust-mid-heading h3 {
    font-size: 20px;
    font-weight: 600;
}
.small-boxes-title p {
    font-size: 18px;
}
.small-boxes-item:hover {
    border-color: #1c1b3e;
}
.cont-two-sec-img-mega {
    border: 1px solid #1c1b3e;
    padding: 30px;
    margin-left: 20px;
    height: 100%;
}
.cont-two-sec-img img {
    transition: all .5s;
    height: 100%;
    object-fit: cover;
}
.cont-two-sec-img-mega:hover img {
    transform: scale(1.1);
}
.cont-two-sec-img {
    overflow: hidden;
    height: 100%;
}
.cont-two-sec-content ul li {
    margin-bottom: 10px;
}
.cont-two-sec-title p {
    font-size: 18px;
}
.cont-two-sec-content {
    font-size: 18px;
}
.cust-inspect-work-title p {
    color: #fff;
    font-size: 18px;
}
.cust-bg {
    background-color: #eeeeee;
}
.cust-dark {
    background-color: #1c1b3e;
}
.wel-inn-btns {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
}


/*RESPONSIVE*/

@media only screen and (min-width: 100px) and (max-width: 1399px){
    .uk-container.resp-gap {
        padding: 0px 40px;
    }
    .web-title h2 {
        font-size: 36px;
    }
    .cust-inspect-content h3 {
        font-size: 20px;
    }
    .cust-spacing {
        padding: 70px 0px;
    }
    .who-serv-item-content h3 {
        font-size: 18px;
    }
    .cust-ab-content-main h2 {
        font-size: 32px;
    }
    .cust-tabs-buttons ul {
        column-gap: 22px;
        row-gap: 22px;
    }
    .cust-tabs-buttons ul li button {
        padding: 30px 40px;
    }
    .cust-tabs-buttons ul li button span {
        font-size: 20px;
    }
    .cust-tabs-buttons ul li button img {
        width: 60px;
        height: 60px;
    }
    .cust-tabs-box {
        padding: 50px;
    }
    .cust-tabs-content h2 {
        font-size: 28px;
    }
    .cust-tabs-bg {
        margin-top: -100px;
        padding: 170px 0px 0px 0px;
    }
    .home-video img {
        height: 700px;
    }
    .home-banner-title h2 {
        font-size: 40px;
    }
    .cust-testi-box h3 {
        font-size: 18px;
    }
    .cust-testi-box span {
        font-size: 15px;
    }
    .mainten-item-content h3 {
        font-size: 20px;
    }
    .wel-inn-banner-title h1 {
        font-size: 36px;
    }
}

@media only screen and (min-width: 100px) and (max-width: 1199px){
    .cust-inspect-icon {
        width: 80px;
        height: 80px;
        padding: 18px;
    }
    .title-gap {
        margin-bottom: 40px;
    }
    .cust-ab-content-main h2 {
        font-size: 28px;
    }
    .cust-tabs-buttons ul {
        column-gap: 18px;
        row-gap: 18px;
    }
    .cust-tabs-box {
        padding: 40px;
    }
    .home-video img {
        height: 600px;
    }
    .home-banner-title h2 {
        font-size: 36px;
    }
    .cust-btn-one {
        padding: 12px 25px;
        font-size: 15px;
    }
    .foot-logo a {
        width: 120px;
    }
    .foot-logo-info ul li {
        font-size: 15px;
    }
    .foot-links-box ul li a, .footer-bott-links ul li a {
        font-size: 15px;
    }
    .foot-links-box-title span {
        font-size: 18px;
    }
    .cust-copyrights p {
        font-size: 15px;
    }
    .cust-testi-box p {
        font-size: 15px;
    }
    .small-banner-title h3 {
        font-size: 30px;
    }
    .small-banner-title p {
        font-size: 16px;
    }
    .cust-faq-box-title h2 {
        font-size: 22px;
    }
    .inner-about-content P {
        font-size: 16px;
    }
    .inner-about-content ul li, .inner-about-content ol li, .curr-about-us-content ul li, .curr-about-us-content ol li {
        font-size: 16px;
    }
    .maintenance-title {
        font-size: 16px;
    }
    .mainten-item-img img {
        height: 200px;
    }
    .mainten-item-content p {
        font-size: 15px;
    }
    .testi-two-sec .cust-testi-box p {
        font-size: 16px;
    }
    .wss-title p {
        font-size: 16px;
    }
    .who-serv-service-list ul li {
        font-size: 16px;
    }
    .who-serv-service-item h3 {
        font-size: 20px;
    }
    .small-boxes-title p {
        font-size: 16px;
    }
    .cont-two-sec-title p {
        font-size: 16px;
    }
    .cont-two-sec-content {
        font-size: 16px;
    }
    .cust-btn-two {
        padding: 12px 25px;
        font-size: 15px;
    }
    
}

@media only screen and (min-width: 100px) and (max-width: 991px){
    .cust-spacing {
        padding: 60px 0px;
    }
    .web-title h2 {
        font-size: 30px;
    }
    .cust-tabs-buttons ul li button {
        padding: 20px 15px;
    }
    .cust-tabs-buttons ul li {
        width: 31.5%;
    }
    .cust-tabs-buttons ul li button img {
        width: 50px;
        height: 50px;
    }
    .cust-tabs-buttons ul li button span {
        font-size: 18px;
    }
    .cust-tabs-buttons ul li {
        width: 100%;
    }
    .cust-copyrights {
        text-align: center;
    }
    .footer-bott-links ul {
        justify-content: center;
        margin: 15px 0px 0px 0px;
    }
    .small-banner-bg {
        padding: 40px 30px;
    }
    .inner-about-img-mega {
        margin-left: 0px;
    }
    .inner-about .circle-3 {
        right: 0px;
        width: 150px;
        height: 150px;
    }
    .location-map iframe {
        height: 250px;
    }
    .wel-inn-banner-title h1 {
        font-size: 32px;
    }
    .wel-inn-banner-title h3 {
        font-size: 18px;
    }
    .cont-two-sec-img-mega {
        margin-left: 0px;
    }
}

@media only screen and (min-width: 100px) and (max-width: 575px){
    .cust-spacing {
        padding: 50px 0px;
    }
    .uk-container.resp-gap {
        padding: 0px 15px;
    }
    .title-gap {
        margin-bottom: 30px;
    }
    .web-title h2 {
        font-size: 24px;
    }
    .cust-ab-content-main h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .cust-ab-history .web-title p {
        font-size: 16px;
    }
    .cust-ab-content-main p {
        font-size: 16px;
        margin: 0px 0px 15px 0px;
    }
    .cust-history-box span {
        padding: 6px 30px;
        font-size: 16px;
    }
    .cust-history-box::before {
        width: 20px;
        height: 20px;
        border: 4px solid #fff;
        left: -30px;
    }
    .cust-history-items {
        padding: 20px 15px 0px 40px;
    }
    .cust-history-box {
        padding: 0px 20px 20px 20px;
        margin: 0px 0px 40px 0px;
    }
    .cust-history-box p {
        font-size: 16px;
    }
    .cust-tabs-bg {
        margin-top: -60px;
        padding: 110px 0px 0px 0px;
    }
    .cust-tabs-box {
        padding: 30px 20px;
    }
    .cust-tabs-content h2 {
        font-size: 22px;
    }
    .cust-tabs-content p {
        font-size: 16px;
    }
    .cust-tabs-cont-img img {
        height: 250px;
    }
    .blue-btn {
        padding: 6px 20px;
        font-size: 15px;
    }
    .home-banner-title h2 {
        font-size: 28px;
        margin-bottom: 30px;
    }
    .bann-cnt-buttons {
        flex-wrap: wrap;
        gap: 10px;
    }
    .cust-btn-one {
        font-size: 14px;
    }
    .home-video img {
        height: 500px;
    }
    .foot-logo a {
        width: 100px;
    }
    .footer-bott-links ul {
        gap: 20px;
    }
    .cust-testi-box {
        padding: 20px;
    }
    .cust-testi-box span {
        font-size: 14px;
    }
    .web-btn-track {
        margin-top: 30px;
    }
    .small-banner-title h3 {
        font-size: 24px;
    }
    .small-banner-bg {
        border-radius: 10px;
        padding: 30px 20px;
    }
    .serv-faqs .accordion-item .accordion-button {
        font-size: 16px;
        padding: 15px 15px;
    }
    .serv-faqs .accordion-item .accordion-body p {
        font-size: 15px;
    }
    .serv-faqs .accordion-item .accordion-body {
        padding: 15px 15px;
    }
    .serv-faqs .accordion-item {
        margin-bottom: 15px;
    }
    .cust-faq-box-title h2 {
        font-size: 18px;
    }
    .inner-about-img img {
        height: 280px;
    }
    .inner-about-img-mega::after {
        top: 10px;
        left: 10px;
    }
    .cust-gap {
        row-gap: 20px;
    }
    .maintenance-title ul li {
        list-style-position: inside;
    }
    .maintenance-title ul {
        padding: 0px;
    }
    .inner-about .circle-1 {
        width: 150px;
        height: 150px;
    }
    .inner-about .circle-3 {
        top: 200px;
    }
    .who-serv-service .uk-container .row:nth-child(2) {
        margin-bottom: 10px;
    }
    .who-serv-service-item p {
        font-size: 15px;
    }
    .wel-inn-banner-title h1 {
        font-size: 26px;
    }
    .wel-inn-banner-title h3 {
        font-size: 16px;
    }
    .cust-btn-two {
        font-size: 14px;
    }
    .wel-inn-banner {
        padding: 60px 0px;
    }
    .cust-mid-heading h3 {
        font-size: 16px;
    }
    .cont-two-sec-img-mega {
        padding: 15px;
    }
} 