/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/
header#top ul li a span {
    background: #ffffff40;
    padding: 5px 15px !important;
    border-radius: 20px;
}
header#top ul li.current-menu-item a span {
    background: #71CA00;
}
/* ================================================== */
div#revoluiton-slider {
    margin-bottom: 0px !important;
}
/* ============================================== */
div#about {
    padding: 50px 0px !important;
    margin-bottom: 0px !important;
}
div#about .inner-wrap.row-bg-layer {
    position: relative;
}
div#about .inner-wrap.row-bg-layer:before {
    height: 100%;
    content: "ABOUT US";
    font-family: "Reddit Sans" !important;
    font-size: 80px;
    position: absolute;
    right: 0;
    font-weight: bolder;
    transform: rotate(-90deg);
    color: #d9d9d969;
    top: 0;
    bottom: 0;
    line-height: 110px;
    margin: 0% -18% 0% 0%;
}
div#about-inner img {
    filter: drop-shadow(2px 4px 6px #ccc);
}
div#about-inner .iwithtext .iwt-icon {
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F2F2F2;
    transition: .9s;
    border-radius: 10px;
}
div#about-inner .iwithtext:hover .iwt-icon {
    background: #71CA00;
    transition: .9s;
}
div#about-inner .iwithtext .iwt-icon img {
    width: unset;
    margin: 0;
}
div#about-inner .iwithtext:hover .iwt-icon img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(335deg) brightness(100%) contrast(106%);
}
div#about-inner .iwithtext .iwt-text {
    padding-left: 95px;
}
/* ===================================== */
h5 span {
    border: 1px solid #71CA00;
    padding: 5px 15px;
    border-radius: 20px;
}
a#btn {
    font-size: 15px;
    border-radius: 30px !important;
}
/* ============================================== */
div#service {
    padding: 50px 0px !important;
    margin-bottom: 0px !important;
}
div#service .inner-wrap.row-bg-layer {
    position: relative;
}
div#service .inner-wrap.row-bg-layer:before {
    height: 100%;
    content: "OUR SERVICES";
    font-family: "Reddit Sans" !important;
    font-size: 80px;
    position: absolute;
    left: 0;
    font-weight: bolder;
    transform: rotate(-90deg);
    color: #00000030;
    top: 0;
    bottom: 0;
    line-height: 110px;
    margin: 0% 0% 0% 11%;
    z-index: 999;
}
div#service-inner {
    margin: 0px 10px;
    padding: 15px 15px !important;
    border: 2px solid #99999952;
    border-radius: 20px;
    transition: .9s;
    background: #fff0;
}
div#service-inner:hover {
    background: #fff;
    border-color: #fff;
    filter: drop-shadow(2px 4px 6px #ccc);
    transition: .9s;
}
div#service-inner .t-1 {
    padding: 0px 20px !important;
    height: 210px;
}
div#service-inner .t-1 h6 {
    margin-bottom: 20px !important;
}
div#service-inner .t-1 h6 a {
    border: 1px solid #000;
    opacity: 1;
    padding: 12px 30px !important;
    border-radius: 40px !important;
    transition: .9s;
}
div#service-inner:hover .t-1 h6 a {
    background: #71CA00;
    color: #fff !important;
    transition: .9s;
    border-color: #71CA00;
}
div#service button.owl-prev:before {
    content: "\f053";
    font-family: 'FontAwesome';
    font-size: 18px;
    box-shadow: unset !important;
    background: #fff0;
    padding: 12px 15px 11px 14px;
    color: #000000;
    border: 1px solid #000000;
    border-radius: 60%;
    transition: .5s;
    font-weight: 100;
}
div#service button.owl-prev {
    background: transparent;
    font-size: 0;
    border: 0px;
}
div#service button.owl-next:before {
    content: "\f054";
    font-family: 'FontAwesome';
    font-size: 18px;
    box-shadow: unset !important;
    background: #fff0;
    padding: 12px 14px 11px 15px;
    color: #000000;
    border: 1px solid #000000;
    border-radius: 60%;
    transition: .5s;
    font-weight: 100;
}
div#service button.owl-next {
    background: transparent;
    font-size: 0;
    border: 0px;
}
div#service .owl-carousel .owl-nav.disabled {
    display: block !important;
}
div#service button.owl-next:hover:before, div#service button.owl-prev:hover:before {
    border-color: #000;
    background: #000;
    transition: .5s;
	color: #fff;
}
.owl-dots {
    display: none;
}
/* =========================================== */
div#sceolling-sec {
    padding: 30px 0px !important;
    margin-bottom: 0px !important;
}
div#sceolling-sec h2 {
    font-size: 35px;
    line-height: 45px;
}
div#sceolling-sec h2 img {
    display: inline-block;
    margin-bottom: 10px;
    padding: 0px 30px 0px 0px !important;
}
/* ======================================= */
div#why-choose {
    padding: 50px 0px !important;
    margin-bottom: 0px !important;
}
div#why-choose .inner-wrap.row-bg-layer {
    position: relative;
}
div#why-choose .inner-wrap.row-bg-layer:before {
    height: 100%;
    content: "WHY CHOOSE US";
    font-family: "Reddit Sans" !important;
    font-size: 80px;
    position: absolute;
    right: 0;
    font-weight: bolder;
    transform: rotate(-90deg);
    color: #d9d9d969;
    top: 0;
    bottom: 0;
    line-height: 110px;
    margin: 0% -29% 0% 0%;
}
div#why-choose .iwithtext .iwt-icon {
    width: 90px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff0;
    transition: .9s;
    border-radius: 50px;
    position: unset;
    margin: 0 auto;
    border: 1px solid #ccc;
}
div#why-choose .iwithtext:hover .iwt-icon {
    background: #71CA00;
    transition: .9s;
    border-color: #71CA00;
}
div#why-choose .iwithtext .iwt-icon img {
    width: unset;
    margin: 0;
	animation: text-img 5s ease-in-out 0s 1000 alternate-reverse forwards;
}
@keyframes text-img {
	0% {
		transform: translate(0);
	}

	20% {
		transform: translate(-2px, 2px);
	}

	40% {
		transform: translate(-2px, -2px);
	}

	60% {
		transform: translate(2px, 2px);
	}

	80% {
		transform: translate(2px, -2px);
	}

	100% {
		transform: translate(0);
	}
}
div#why-choose .iwithtext:hover .iwt-icon img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(335deg) brightness(100%) contrast(106%);
}
div#why-choose .iwithtext .iwt-text {
    padding-left: 0px;
    padding-top: 10px;
}
div#why-choose-inner .hover-wrap {
    position: relative;
    padding: 85px 0px !important;
}
div#why-choose-inner .hover-wrap:before {
    content: "";
    background-image: url(https://inandoutebikerepair.com/wp-content/uploads/2025/06/Ellipse-28.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
	-webkit-animation-name: spin;
    -webkit-animation-duration: 8000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}
div#why-choose-inner img.img-with-animation.skip-lazy {
    width: 100%;
}
div#why-choose a#btn {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 80px;
}
/* ================================================= */
div#testimonials {
    padding: 50px 0px !important;
    margin-bottom: 0px !important;
}
div#testimonials .inner-wrap.row-bg-layer {
    position: relative;
}
div#testimonials .inner-wrap.row-bg-layer:before {
    height: 100%;
    content: "TESTIMONIALS";
    font-family: "Reddit Sans" !important;
    font-size: 70px;
    position: absolute;
    left: 0;
    font-weight: bolder;
    transform: rotate(-90deg);
    color: #ffffff59;
    top: 0;
    bottom: 0;
    line-height: 110px;
    margin: 0% 0% 0% 4%;
    z-index: 999;
}
div#testimonial-inner {
    margin: 0px 10px;
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 20px 50px !important;
    transition: .9s;
    height: 250px;
}
div#testimonial-inner:hover {
    background: #F2F2F2;
    border-color: #F2F2F2;
    transition: .9s;
}
div#testimonial-inner .rigt-img {
    position: absolute;
    right: 0;
    top: 0;
	animation: rig-img 7s ease-in-out 0s 1000 alternate-reverse forwards;
}
@keyframes rig-img {
	0%,
	100% {
		transform: rotate(0deg);
		transform-origin: 50% 0;
	}

	10% {
		transform: rotate(2deg);
	}

	20%,
	40%,
	60% {
		transform: rotate(-4deg);
	}

	30%,
	50%,
	70% {
		transform: rotate(4deg);
	}

	80% {
		transform: rotate(-2deg);
	}

	90% {
		transform: rotate(2deg);
	}
}
div#testimonial-inner h4, div#testimonial-inner p, div#testimonial-inner h6 {
    margin: 2px;
    padding: 0;
    transition: .9s;
}
div#testimonial-inner h6 img {
    width: 20%;
    margin: 0;
}
div#testimonial-inner .iwithtext .iwt-icon img {
    width: 80px;
}
div#testimonial-inner .iwithtext .iwt-text {
    padding-left: 95px;
    padding-top: 5px;
}
div#testimonial-inner .t-2 em {
    font-size: 17px;
    line-height: 27px;
}
div#testimonial-inner:hover h4, div#testimonial-inner:hover p {
    color: #000;
    transition: .9s;
}
div#testimonial-inner:hover .t-1 em {
    color: #999999;
    transition: .9s;
}
div#testimonials button.owl-prev:before {
    content: "\f053";
    font-family: 'FontAwesome';
    font-size: 18px;
    box-shadow: unset !important;
    background: #fff0;
    padding: 12px 15px 11px 14px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 60%;
    transition: .5s;
    font-weight: 100;
}
div#testimonials button.owl-prev {
    background: transparent;
    font-size: 0;
    border: 0px;
}
div#testimonials button.owl-next:before {
    content: "\f054";
    font-family: 'FontAwesome';
    font-size: 18px;
    box-shadow: unset !important;
    background: #fff0;
    padding: 12px 14px 11px 15px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 60%;
    transition: .5s;
    font-weight: 100;
}
div#testimonials button.owl-next {
    background: transparent;
    font-size: 0;
    border: 0px;
}
div#testimonials .owl-carousel .owl-nav.disabled {
    display: block !important;
}
div#testimonials button.owl-next:hover:before, div#testimonials button.owl-prev:hover:before {
    border-color: #fff;
    background: #fff;
    transition: .5s;
	color: #71CA00;
}
/* ========================================== */
div#contact {
    padding: 50px 0px !important;
    margin-bottom: 0px !important;
}
div#contact .inner-wrap.row-bg-layer {
    position: relative;
}
div#contact .inner-wrap.row-bg-layer:before {
    height: 100%;
    content: "BOOK REPAIR";
    font-family: "Reddit Sans" !important;
    font-size: 80px;
    position: absolute;
    right: 0;
    font-weight: bolder;
    transform: rotate(-90deg);
    color: #d9d9d969;
    top: 0;
    bottom: 0;
    line-height: 110px;
    margin: 0% -22% 0% 0%;
}
div#contact .col {
    padding: 0;
}
div#gform_fields_1 {
    row-gap: 15px;
}
div#contact-inner {
    background: #F2F2F2;
    padding: 30px 50px !important;
    border-radius: 10px;
}
div#contact-inner input, div#contact-inner textarea#input_1_6 {
    border: 2px solid #ccc;
    height: 45px !important;
    border-radius: 10px;
    color: #666;
}
div#contact-inner input::placeholder, div#contact-inner textarea#input_1_6::placeholder {
    color: #666;
    opacity: 1;
}
div#contact-inner input#gform_submit_button_1 {
    background: #71CA00 !important;
    color: #fff;
    border-color: #71CA00;
    border-radius: 30px !important;
    padding: 0px 30px !important;
    margin: 0 auto;
}
div#contact-inner-one {
    background: #71CA00;
    border-radius: 20px;
    padding: 30px 20px !important;
}
div#contact-inner-one .t-3 p a {
    opacity: 1;
}
div#contact-inner-one .t-3 {
    margin-bottom: 15px !important;
}
/* ======================================= */
div#last-section {
    padding: 50px 0px !important;
    margin-bottom: 0px !important;
}
div#last-section h5 span {
    border-color: #fff;
}
/* ========================================= */
div#footer-widgets .row {
   padding: 40px 0px !important;
}
div#footer-outer .widget h4 {
    font-weight: 600;
    text-transform: capitalize !important;
    font-size: 25px;
    position: relative;
    padding-bottom: 12px !important;
    margin-bottom: 12px !important;
}
div#footer-outer .widget h4:before {
    content: "";
    background: #71CA00;
    position: absolute;
    bottom: 0;
    width: 100px;
    height: 2px;
animation: 2s move linear alternate infinite;
transform-origin: left;
}
@keyframes move {
0% {
transform: scale(.5)
}
}
div#nav_menu-2, div#nav_menu-3, div#nav_menu-4 {
   margin: 0 auto;
   display: table;
}
div#custom_html-2 .socliy ul li {
display: inline-block;
}
div#custom_html-2 .socliy ul li i {
    margin: 0px 3px;
    color: #fff !important;
    font-size: 20px;
    height: 45px;
    width: 45px;
    line-height: 45px;
    border-radius: 5px;
    background: #ffffff1f;
}
div#custom_html-2 .socliy ul li:hover i {
   background: #71CA00;
   transition: .5s;
}
div#footer-widgets ul#menu-contact-info li {
   margin-bottom: 20px !important;
}
div#footer-widgets ul#menu-contact-info li a {
    position: relative;
    padding-left: 40px !important;
}
div#footer-widgets ul#menu-contact-info li a i {
    width: 30px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0px;
    color: #fff;
    font-size: 17px;
    top: -5px;
}
div#footer-widgets ul#menu-contact-info li:hover a i {
	color: #71CA00;
}
/* ======================================= */
div#copyright {
    padding: 20px 0px !important;
}
div#copyright strong {
    color: #71CA00;
}
/* ========================================= */
@media (max-width: 1920px) {}
@media (max-width: 1600px) {
	.text-lft {
    margin-left: -90px;
}
	div#why-choose .inner-wrap.row-bg-layer:before {
        font-size: 80px;
        margin: 0% -39% 0% 0%;
    }
	div#why-choose .inner-wrap.row-bg-layer:before {
    font-size: 80px;
    margin: 0% -37% 0% 0%;
}
	div#contact .inner-wrap.row-bg-layer:before {
    font-size: 80px;
    margin: 0% -29% 0% 0%;
}
}
@media (max-width: 1440px) {
	    .text-lft {
        margin-left: -150px;
    }
	    div#about .inner-wrap.row-bg-layer:before {
        font-size: 70px;
        margin: 0% -28% 0% 0%;
    }
	div#service .inner-wrap.row-bg-layer:before {
    font-size: 70px;
    margin: 0% 0% 0% 12%;
}
	div#why-choose .inner-wrap.row-bg-layer:before {
        font-size: 70px;
        margin: 0% -42% 0% 0%;
    }
	div#testimonials .inner-wrap.row-bg-layer:before {
    font-size: 60px;
    margin: 0% 0% 0% 5%;
}
	    div#contact .inner-wrap.row-bg-layer:before {
        font-size: 70px;
        margin: 0% -32% 0% 0%;
    }
}
@media (max-width: 1366px) {
	    .text-lft {
        margin-left: -140px;
    }
	    div#about .inner-wrap.row-bg-layer:before {
        font-size: 70px;
        margin: 0% -29% 0% 0%;
    }
	    div#why-choose .inner-wrap.row-bg-layer:before {
        font-size: 60px;
        margin: 0% -41% 0% 0%;
    }
	div#contact .inner-wrap.row-bg-layer:before {
        font-size: 60px;
        margin: 0% -32% 0% 0%;
    }
}
@media (max-width: 1340px) {}
@media (max-width: 1336px) {}
@media (max-width: 1320px) {
	div#about .inner-wrap.row-bg-layer:before {
        font-size: 70px;
        margin: 0% -30% 0% 0%;
    }
	    div#service .inner-wrap.row-bg-layer:before {
        font-size: 70px;
        margin: 0% 0% 0% 11%;
    }
	div#testimonials .inner-wrap.row-bg-layer:before {
    font-size: 60px;
    margin: 0% 0% 0% 6%;
}
	div#contact .inner-wrap.row-bg-layer:before {
        font-size: 60px;
        margin: 0% -33% 0% 0%;
    }
}
@media (max-width: 1280px) {
	    .text-lft {
        margin-left: -120px;
    }
}
@media (max-width: 1080px) {
	#header-outer #logo img, #header-outer .logo-clone img, #header-outer .logo-spacing img {
    height: 80px;
}
	    .text-lft {
        margin-left: -90px;
    }
	div#about {
    padding: 30px 0px !important;
}
	    div#about .inner-wrap.row-bg-layer:before {
        font-size: 50px;
        margin: 0% -32% 0% 0%;
    }
	p, li a {
    font-size: 14px;
    line-height: 24px;
}
	div#about-inner .iwithtext .iwt-icon {
    width: 70px;
    height: 70px;
}
	div#about-inner .iwithtext .iwt-text {
    padding-left: 85px;
}
	div#service .owl-stage {
    padding: 10px 0px !important;
}
	div#service {
    padding: 30px 0px !important;
}
	div#service .inner-wrap.row-bg-layer:before {
        font-size: 50px;
        margin: 0% 0% 0% 17%;
    }
	div#service-inner .t-1 {
    padding: 0px 0px !important;
}
	div#why-choose-inner .hover-wrap {
    padding: 60px 0px !important;
}
	div#why-choose {
    padding: 30px 0px !important;
}
	div#why-choose .inner-wrap.row-bg-layer:before {
        font-size: 50px;
        margin: 0% -40% 0% 0%;
    }
	div#testimonials {
    padding: 30px 0px !important;
}
	div#testimonial-inner {
    padding: 20px 30px !important;
}
	div#testimonial-inner .t-2 em {
    font-size: 15px;
    line-height: 25px;
}
	    div#testimonials .inner-wrap.row-bg-layer:before {
        font-size: 50px;
        margin: 0% 0% 0% 8%;
    }
	div#contact-inner {
    padding: 20px 50px !important;
}
	div#contact-inner input, div#contact-inner textarea#input_1_6 {
    height: 40px !important;
}
	div#contact {
    padding: 30px 0px !important;
}
	div#contact .inner-wrap.row-bg-layer:before {
        font-size: 50px;
        margin: 0% -33% 0% 0%;
    }
	div#last-section {
    padding: 40px 0px !important;
}
	div#footer-outer .widget h4 {
    font-size: 22px;
}
	div#custom_html-2 .socliy ul li i {
    font-size: 15px;
    height: 40px;
    width: 40px;
    line-height: 40px;
}
}
@media (max-width: 1024px) {
	    div#about .inner-wrap.row-bg-layer:before {
        font-size: 50px;
        margin: 0% -33% 0% 0%;
    }
	div#service .inner-wrap.row-bg-layer:before {
        font-size: 50px;
        margin: 0% 0% 0% 15%;
    }
	div#why-choose .inner-wrap.row-bg-layer:before {
        font-size: 50px;
        margin: 0% -44% 0% 0%;
    }
	    div#contact .inner-wrap.row-bg-layer:before {
        font-size: 50px;
        margin: 0% -35% 0% 0%;
    }
	div#testimonial-inner {
    height: 260px;
}
div#service-inner .t-1 {
        padding: 0px 20px !important;
        height: 250px;
    }
	div#about-inner p {
    font-size: 12px;
    line-height: 20px;
}
	div#about-inner h1 {
    font-size: 24px;
    line-height: 25px;
}
	div#about-inner h1 br {
display: none;
}
}
@media (max-width: 912px) {
	.text-lft {
        margin-left: -100px;
    }
	div#about-inner {
    margin: 10px 100px !important;
    text-align: center;
}
	div#about-inner .vc_col-sm-7, div#about-inner .vc_col-sm-5 {
    width: 50%;
    margin-bottom: 0px !important;
}
	div#about-inner .iwithtext .iwt-text {
        padding-left: 85px;
        text-align: left;
    }
	div#about .inner-wrap.row-bg-layer:before, div#service .inner-wrap.row-bg-layer:before, div#testimonials .inner-wrap.row-bg-layer:before, div#why-choose .inner-wrap.row-bg-layer:before, div#contact .inner-wrap.row-bg-layer:before {
		display: none;
	}
	div#why-choose-inner .iwithtext {
    width: 33.3%;
    display: inline-grid !important;
}
	div#why-choose a#btn {
    position: unset;
    margin-top: 0px;
}
	div#why-choose {
    text-align: center;
}
	div#why-choose-inner {
    margin: 0px 100px;
}
	    div#why-choose-inner .hover-wrap {
        padding: 85px 0px !important;
    }
	div#testimonial-inner .iwithtext .iwt-icon img {
    width: 70px;
}
	div#testimonial-inner .iwithtext .iwt-text {
    padding-left: 80px;
    padding-top: 0px;
}
	div#testimonial-inner {
        padding: 20px 20px !important;
    }
	div#contact-inner, div#contact-inner-one {
    margin: 0px 100px;
}
	div#nav_menu-2, div#nav_menu-3, div#nav_menu-4 {
    display: unset;
}
	div#service-inner .t-1 {
    padding: 0px 20px !important;
    height: 190px;
}
}
@media (max-width: 800px) {
	.text-lft {
        margin-left: -90px;
    }
	div#about-inner {
        margin: 10px 70px !important;
    }
	    div#why-choose-inner {
        margin: 0px 70px;
    }
	    div#contact-inner, div#contact-inner-one {
        margin: 0px 70px;
    }
	div#testimonial-inner {
    height: 280px;
}
	div#testimonial-inner .rigt-img {
    position: absolute;
    right: 0;
    top: -50px;
    animation: rig-img 7s ease-in-out 0s 1000 alternate-reverse forwards;
}
	    div#service-inner .t-1 {
        padding: 0px 20px !important;
        height: 220px;
    }
}
@media (max-width: 768px) {}
@media (max-width: 480px) {
	div#header-outer {
    position: relative !important;
    padding: 0px !important;
}
	header#top {
    padding: 10px 0px !important;
    background: #71ca00;
}
	    body #top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
        height: 35px !important;
    }
	    .text-lft {
        margin-left: -10px;
    }
	div#about-inner {
        margin: 10px 0px !important;
    }
	div#about-inner .vc_col-sm-7, div#about-inner .vc_col-sm-5 {
        width: 100%;
        margin-bottom: 15px !important;
    }
	    div#about-inner .iwithtext .iwt-icon {
        width: 70px;
        height: 70px;
        position: unset;
        margin: 0 auto;
    }
	div#about-inner .iwithtext .iwt-text {
        padding-left: 0px;
        text-align: center;
        padding-top: 10px;
    }
	div#about-inner img {
    margin: 0 auto;
}
	    div#why-choose-inner .hover-wrap {
        padding: 45px 0px !important;
    }
	div#service .owl-carousel .owl-nav.disabled, div#testimonials .owl-carousel .owl-nav.disabled {
    display: none !important;
}
	div#why-choose-inner {
        margin: 0px 0px;
    }
	    div#testimonial-inner .iwithtext .iwt-icon img {
        width: 60px;
    }
	    div#testimonial-inner .iwithtext .iwt-text {
        padding-left: 65px;
    }
	div#why-choose-inner .iwithtext {
        width: 100%;
    }
	    div#contact-inner, div#contact-inner-one {
        margin: 0px 0px;
    }
	    div#contact-inner {
        padding: 20px 20px !important;
    }
	h1 {
    font-size: 23px !important;
    line-height: 27px !important;
}
	a#btn {
    font-size: 14px;
}
	div#testimonial-inner {
    height: unset;
}
	    div#service-inner .t-1 {
        padding: 0px 20px !important;
        height: unset;
    }
}
@media (max-width: 428px) {}
@media (max-width: 414px) {}
@media (max-width: 390px) {}
@media (max-width: 375px) {}
@media (max-width: 360px) {}