.animate {
    color: #000000;
}

.single-service .e-n-menu-item #e-n-menu-title-4443{
	background-color: #FFE8DC;
}

.lifecycle-card{
	height: 100% !important;
}

.service-cards{
	display: flex;
	justify-content: center !important;
}

.privacy-policy a{
	color: #1964D0;
	transition: 0.3s ease all;
}

.privacy-policy a:hover{
	color: #E65825;
	transition: 0.3s ease all;
}

.privacy-policy ol,
.privacy-policy ul{
	margin-left: 0;
	padding-left: 30px;
}

.box {
    display: block;
    /*width: 250px; */
    height: 300px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    font-family: 'Plus Jakarta Sans', sans-serif;
/*     background-color: #8345D8; */
	background-color: #ffffff;
    border-radius: 10px;
	box-shadow: 0px 0px 8px 0px #00000040;
	transition: 0.3s ease all;
	color: #000000;
}

.box:hover{
	 background-color: #8345D8;
}

.box ul {
    padding-left: 18px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    font-family: 'Plus Jakarta Sans', sans-serif;
    margin-left: 0px;
}

.box ul li {
    padding-bottom: 8px;
}

.content {
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0%;
    margin: auto;
    padding: 0 16px;
    z-index: 2;
    height: 3em;
    transition: all 0.3s ease;
    width: 100%;
}

.box:hover .content {
    height: 16em;
    transition: all 0.3s ease;
}

.content-title {
    font-size: 18px;
    font-weight: 700 !important;
    margin: 0 0 5px 0;
    text-align: center;
    line-height: 150%;
    color: #000000;
}

.description {
    height: 0;
    opacity: 0;
    visibility: hidden;
    margin: 0px;
    line-height: 1.5em;
    transition: all 0.3s ease;
    color: #000000;
}

.box:hover .content-title{
	color: #ffffff;
}

.box:hover .description {
    height: 190px;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease;
    overflow-y: scroll;
	color: #ffffff;
}

.description::-webkit-scrollbar-track {
    /* -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
            background-color: #ffffff;
            border-radius: 5px; */
    display: none;
}

.description::-webkit-scrollbar {
    /* width: 2px;
            background-color: #ffffff;
            border-radius: 5px; */
    display: none;
}

.description::-webkit-scrollbar-thumb {
    /* background-color: #000000;
            border-radius: 5px; */
    display: none;
}

.about-box .box{
	height: 300px;
	 background-color: #ffffff;
	box-shadow: 0px 0px 8px 0px #00000040;
	transition: 0.3s ease all;
}

.about-box img{
	margin: 0 auto;
	padding-bottom: 10px;
	aspect-ratio: 3 / 2;
    object-fit: contain;
    width: 30%;
}

.about-box .content{
	 height: 9em;
	padding: 0 50px;
}

.about-box .box:hover .content{
	height: 16em;
}

.about-box .box:hover .description{
	height: 120px;
}

.about-box .box:hover{
	background-color: #8345D8;
	transition: 0.3s ease all;
}

.about-box .box p{
	font-size: 16px;
}

.about-box .box:hover .content-title, 
.about-box .box:hover .description,
.about-box .box:hover p{
	color: #ffffff !important;
}

.before-arrow-img{
	position: relative;
}
.before-arrow-img::after{
	content: '';
	position: absolute;
	left: -62px;
	top: 0;
	background-image: url('https://stratedgeglobal.com/wp-content/uploads/2025/09/about-bg.png');
	height: 100%;
	width: 100%;
	z-index: -1;
	background-position: 5% center;
	background-repeat: no-repeat;
    background-size: contain;
}
.about-box .content-title,
.about-box .description{
	color: #000000;
}
.img-size{
	display: flex;
	justify-content: center !important;
}
.img-size img{
	aspect-ratio: 3 / 2;
    width: 100%;
    object-fit: contain;
}
.data-table tbody tr:nth-child(even) td {
    border-top: 1px solid #777777;
    border-bottom: 1px solid #777777;
}

.data-table ul {
    margin: 0;
    padding-left: 14px;
}

.data-table ul li {
    padding-bottom: 10px;
}

.data-table ul li::marker {
    font-size: 10px;
}

.data-table .wpr-table-head-row .wpr-table-th:first-child,
.service-detail-table .wpr-table-head-row .wpr-table-th:first-child{
	border-radius: 20px 0px 0px 20px;
}

.data-table .wpr-table-head-row .wpr-table-th:last-child,
.service-detail-table .wpr-table-head-row .wpr-table-th:last-child{
	border-radius: 0px 20px 20px 0px;
}

.data-table table,
.service-detail-table table{
	border-collapse: separate;
   border-spacing: 0 20px;
}

.data-table tr td:first-child,
.service-detail-table tr td:first-child{
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.data-table tr td:last-child,
.service-detail-table tr td:last-child{
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.data-table .wpr-table-body-row:first-child .wpr-table-td{
	background-color: #D4ECFF;
}

.data-table .wpr-table-body-row:nth-child(2) .wpr-table-td{
	background-color: #EDE2FF;
}

.data-table .wpr-table-body-row:nth-child(3) .wpr-table-td{
	background-color: #ECF2FA;
}

.data-table .wpr-table-body-row:nth-child(4) .wpr-table-td {
	background-color: #DEF6FF;
}

.data-table .wpr-table-body-row:nth-child(5) .wpr-table-td {
	background-color: #D7E7FF;
}

.service-detail-table .wpr-table-body-row:first-child .wpr-table-td{
	background-color: #D4ECFF;
}

.service-detail-table .wpr-table-body-row:nth-child(2) .wpr-table-td{
	background-color: #EDE2FF;
}

.service-detail-table .wpr-table-body-row:nth-child(3) .wpr-table-td{
	background-color: #ECF2FA;
}

.service-detail-table .wpr-table-body-row:nth-child(4) .wpr-table-td{
	background-color: #DEF6FF;
}

.service-detail-table .wpr-table-body-row:nth-child(5) .wpr-table-td{
	background-color: #FFE4FC;
}

.service-detail-table .wpr-table-body-row:nth-child(6) .wpr-table-td{
	background-color: #D7E7FF;
}


.data-table .wpr-table-body-row:first-child td:first-child{
	background-color: #6DB8F2 !important;
}
.data-table .wpr-table-body-row:nth-child(2) td:first-child{
	background-color: #8345D8 !important;
}

.data-table .wpr-table-body-row:nth-child(3) td:first-child{
	background-color: #9FA9B5 !important;
}

.data-table .wpr-table-body-row:nth-child(4) td:first-child{
	background-color: #52C5F2 !important;
}

.data-table .wpr-table-body-row:nth-child(5) td:first-child{
	background-color: #1B365D !important;
}

.service-detail-table .wpr-table-body-row:first-child td:first-child{
	background-color: #6DB8F2 !important;
}

.service-detail-table .wpr-table-body-row:nth-child(2) td:first-child{
	background-color: #8345D8 !important;
}

.service-detail-table .wpr-table-body-row:nth-child(3) td:first-child{
	background-color: #9FA9B5 !important;
}

.service-detail-table .wpr-table-body-row:nth-child(4) td:first-child{
	background-color: #72D0F4 !important;
}

.service-detail-table .wpr-table-body-row:nth-child(5) td:first-child{
	background-color: #F057DE !important;
}

.service-detail-table .wpr-table-body-row:nth-child(6) td:first-child{
	background-color: #1B365D !important;
}

.data-table .wpr-table-body-row:first-child td:first-child span,
.data-table .wpr-table-body-row:nth-child(2) td:first-child span,
.data-table .wpr-table-body-row:nth-child(3) td:first-child span,
.data-table .wpr-table-body-row:nth-child(4) td:first-child span,
.data-table .wpr-table-body-row:nth-child(5) td:first-child span,
.service-detail-table .wpr-table-body-row:first-child td:first-child span,
.service-detail-table .wpr-table-body-row:nth-child(2) td:first-child span,
.service-detail-table .wpr-table-body-row:nth-child(3) td:first-child span,
.service-detail-table .wpr-table-body-row:nth-child(4) td:first-child span,
.service-detail-table .wpr-table-body-row:nth-child(5) td:first-child span,
.service-detail-table .wpr-table-body-row:nth-child(6) td:first-child span{
	color: #ffffff !important;
}

.scrolling-words-container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.scrolling-words-box {
    height: 8rem;
    overflow: hidden;
}

.scrolling-words-box ul {
    margin: 0 0.625rem;
    padding: 0;
    animation: scrollUp 10s infinite;
}

.scrolling-words-box ul li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 8rem;
    list-style: none;
}

/* @keyframes scrollUp {

    15%,
    25% {
        transform: translateY(-20%);
    }

    40%,
    50% {
        transform: translateY(-40%);
    }

    65%,
    75% {
        transform: translateY(-60%);
    }

    90%,
    100% {
        transform: translateY(-80%);
    }
}
 */

@keyframes scrollUp {
        0%, 10% {
            transform: translateY(0);
        }
        20%, 30% {
            transform: translateY(-16.66%);
        }
        40%, 50% {
            transform: translateY(-33.33%);
        }
        60%, 70% {
            transform: translateY(-50%);
        }
        80%, 90% {
            transform: translateY(-66.66%);
        }
        100% {
            transform: translateY(-83.33%);
        }
    }
.iconbox-margin .elementor-image-box-title {
    margin: 0px;
}

.main-header #contact-menu {
    display: none;
}

.header-btn a{
	display: flex;
}

.header-btn .elementor-icon-box-title,
.header-btn .elementor-image-box-title {
    margin-top: 0px;
}

.home .elementor-14 .header-btn.elementor-element.elementor-element-fe4f303 {
    background-color: #FFFFFF8F !important;
}

.home .elementor-14 .header-btn.elementor-element.elementor-element-fe4f303.elementor-view-stacked .elementor-icon {
    background-color: #000000 !important;
}

.home .elementor-14 .header-btn.elementor-element.elementor-element-fe4f303.elementor-view-stacked .elementor-icon svg path {
    fill: #ffffff !important;
}

.primary-text {
    color: #E65825;
}

.gradient-btn a.elementor-button,
.btn-border a.elementor-button {
    background: transparent !important;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: linear-gradient(90.36deg, #FF6B35 32.75%, #1B365D 97.02%) !important;
    background-size: 110% 110%;
    animation: gradient 5s ease infinite;
    border-radius: 30px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
}

.gradient-btn a::after,
.btn-border a:hover::after {
    content: "";
    background: linear-gradient(270deg, #FE6F3A 16.35%, #FFB99F 100%) !important;
    display: inline-block;
    position: absolute;
    top: 1px;
    left: 1px;
    width: calc(100% - 2px);
    height: calc(100% - 1.8px);
    border-radius: 30px !important;
    z-index: -1 !important;
    transition: 0.5s all ease;
    opacity: 1 !important;
    transition: 0.3s ease all !important;
}

.btn-border a:hover::after {
    background: #000000 !important;
    transition: 0.3s ease all !important;
}

.gradient-btn a::hover::after {
    background: #000000 !important;
    transition: 0.3s ease all !important;
}

.platform-container .elementor-image-box-title {
    margin-top: 0px;
}

.box-border .elementor-element::before,
.footer-box-border .elementor-element::before,
.box-border-radius-right .elementor-element::before,
.box-border-radius-left .elementor-element::before,
.value-radius .elementor-element::before{
    content: '';
    position: absolute;
    box-shadow: 0 8px 0 0 #ffffff;
    right: 0;
    left: 71px;
    top: 0;
    bottom: initial;
    -webkit-border-radius: 0;
    border-radius: 0;
    border-bottom-right-radius: 9px;
    z-index: 99;
    width: 34%;
    height: 16px;
    rotate: 180deg;
}

.black-border .elementor-element::before {
    content: '';
    position: absolute;
    box-shadow: 0 8px 0 0 #ffffff;
    right: 0;
    left: -88px;
    top: unset;
    bottom: 0px;
    -webkit-border-radius: 0;
    border-radius: 0;
    border-bottom-right-radius: 9px;
    z-index: 99;
    width: 34%;
    height: 16px;
    rotate: 360deg;
}

.box-border .elementor-element::before {
    left: 73px;
}

.box-border-radius-right .elementor-element::before {
    left: 117px;
}

.box-border-radius-left .elementor-element::before {
    left: -35px;
    border-bottom-right-radius: unset;
    border-bottom-left-radius: 9px;
}

.corner-borders .elementor-element::before {
    content: '';
    position: absolute;
    box-shadow: 0 8px 0 0 #ffffff;
    right: 0;
    right: -6px;
    top: -26px;
    bottom: initial;
    -webkit-border-radius: 0;
    border-radius: 0;
    border-bottom-right-radius: 9px;
    z-index: 99;
    width: 16%;
    height: 16px;
    rotate: 0deg;
    left: unset;
}

.box-border::after,
.box-border-radius-right::after,
.box-border-radius-left::after,
.value-radius::after{
    content: "";
    position: absolute;
    background-color: transparent;
    bottom: 0;
    height: 10px;
    width: 10px;
    left: 0;
    right: initial;
    top: 67px;
    bottom: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border-bottom-right-radius: 10px;
    box-shadow: 0 3px 0 0 #ffffff;
    z-index: 5;
    rotate: 177deg;
}

.black-border::after{
	    content: "";
    position: absolute;
    background-color: transparent;
    bottom: 0;
    height: 18px;
    width: 10px;
    left: unset;
    right: 0;
    top: -18px;
    bottom: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border-bottom-right-radius: 10px;
    box-shadow: 0 7px 0 0 #ffffff;
    z-index: 5;
    rotate: 358deg;
}

.box-border-radius-left::after {
    height: 16px;
    width: 20px;
    left: unset;
    right: 0;
    top: 39px;
    border-bottom-right-radius: unset;
    box-shadow: 0 8px 0 0 #ffffff;
    border-bottom-left-radius: 9px;
}

.box-border-radius-right::after {
    top: 40px;
}

.corner-borders::after {
    content: "";
    position: absolute;
    background-color: transparent;
    bottom: 0;
    height: 16px;
    width: 10px;
    left: -9px;
    right: initial;
    top: unset;
    bottom: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border-bottom-right-radius: 10px;
    box-shadow: 0 7px 0 0 #ffffff;
    z-index: 5;
    rotate: 0deg;
}

.footer-box-border::after {
    content: "";
    position: absolute;
    background-color: transparent;
    bottom: 0;
    height: 21px;
    width: 23px;
    left: 0px;
    right: initial;
    top: 67px;
    bottom: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border-bottom-right-radius: 13px;
    box-shadow: 0 10px 0 0 #ffffff;
    z-index: 5;
    rotate: 177deg;
}

.footer-box-border .elementor-element::before {
    content: '';
    position: absolute;
    box-shadow: 0 12px 0 0 #ffffff;
    right: -25px !important;
    left: unset;
    top: 0px;
    bottom: initial;
    -webkit-border-radius: 0;
    border-radius: 0;
    border-bottom-right-radius: 14px;
    z-index: 99;
    width: 11%;
    height: 24px;
    rotate: 180deg;
}

.join-form .wpcf7-email {
    box-shadow: 0px 0px 0px 0px #FFFFFF1A inset;
    border-radius: 12px;
    padding: 7px 35px;
    width: 100%;
}

.join-form input[type="submit"] {
    padding: 11px 35px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    background-color: #8345D8;
    border: none;
    border-radius: 12px;
    line-height: 16px;
    font-family: 'Inter';
}

.join-form .wpcf7-form {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
}

.join-form .wpcf7-form p:first-of-type {
    width: 70% !important;
}

.join-form .wpcf7-form p:nth-of-type(2) {
    width: 20% !important;
}

.join-form .wpcf7-form p {
    margin: 0px;
}

.join-form .wpcf7-spinner {
    position: absolute;
    top: 47%;
    left: 72%;
    transform: translate(-50%, -50%);
    margin: 0;

}

.join-form .wpcf7-response-output {
    margin: 10px 0px 0px 0px !important;
    border-color: #8345D8 !important;
    color: #ffffff;
}

.imagebox-alignment .elementor-image-box-wrapper .elementor-image-box-img {
    width: unset !important;
}

.iconbox-margin .elementor-icon-box-title {
    margin-top: 0px;
}

.client-slider {
    background: linear-gradient(90deg, #FFFFFF 3.85%, #D8C5F7 46.15%, #FFFFFF 93.27%);
}

.client-slider .splide__slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.client-slider img {
    aspect-ratio: 3/2;
    width: 45%;
    object-fit: contain;
}

/* About Us Page Start */
.gradient-bg {
    background: linear-gradient(90deg, #F9F6FE 0%, #D8C5F7 51.44%, #F9F6FE 100%);
}

.team-slider .elementor-swiper-button {
    background: #d8c5f7;
}

.team-slider .elementor-swiper-button:hover {
    background: #ffe8dc;
}

/* About Us Page Start */

/* Contact Us Page Start */
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="url"],
.contact-form input[type="password"],
.contact-form input[type="search"],
.contact-form input[type="number"],
.contact-form input[type="tel"],
.contact-form input[type="range"],
.contact-form input[type="date"],
.contact-form input[type="month"],
.contact-form input[type="week"],
.contact-form input[type="time"],
.contact-form input[type="datetime"],
.contact-form input[type="datetime-local"],
.contact-form input[type="color"],
.contact-form textarea,
.contact-form label {
    width: 100%;
    border-radius: 30px;
    padding: 12px 24px;
    margin-top: 15px;
    border-color: #515151 !important;
}

.contact-form input[type="text"]::placeholder,
.contact-form input[type="email"]::placeholder,
.contact-form input[type="url"]::placeholder,
.contact-form input[type="password"]::placeholder,
.contact-form input[type="search"]::placeholder,
.contact-form input[type="number"]::placeholder,
.contact-form input[type="tel"]::placeholder,
.contact-form input[type="range"]::placeholder,
.contact-form input[type="date"]::placeholder,
.contact-form input[type="month"]::placeholder,
.contact-form input[type="week"]::placeholder,
.contact-form input[type="time"]::placeholder,
.contact-form input[type="datetime"]::placeholder,
.contact-form input[type="datetime-local"]::placeholder,
.contact-form input[type="color"]::placeholder,
.contact-form textarea::placeholder {
    font-size: 18px;
    font-weight: 400;
    color: #515151;
}

.contact-form label {
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 30px;
    padding: 0px;
    margin-top: 0px;
}

.contact-form .respond-text {
    font-weight: 500;
    font-size: 14px;
    color: #000000;
    font-family: 'Plus Jakarta Sans';
}

.contact-form p {
    margin-bottom: 0px;
}

.contact-form .submit-btn {
    width: fit-content;
    margin-left: auto;
    position: relative;
}

.contact-form .submit-btn p {
    text-align: end;
}

.contact-form .submit-btn .wpcf7-submit {
    padding: 18px 26px;
    background-color: #000000;
    color: #FFFFFF;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Poppins';
    line-height: 100%;
}

.contact-form .wpcf7-not-valid-tip {
    position: absolute;
    font-size: 14px;
}

.contact-form .wpcf7 form.invalid .wpcf7-response-output {
    border-color: #D8C5F7;
    margin: 10px 0px 0px 0px;
}

.contact-form .wpcf7-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Contact Us Page End */

/* Why Stretedge Page Start */
.iconbox-shadow .elementor-icon {
    box-shadow: 0px 4px 4px 0px #00000040;
}

.accordion-icon svg.e-font-icon-svg {
    border: 2px solid #000000;
    padding: 2px;
    border-radius: 50%;
    height: 20px !important;
    width: 20px;
}

/* Why Stretedge Page End */

/* Service Detail Page Start */
.service-slider .swiper-button-prev{
	left: 47%;
    right: auto;
    bottom: 0;
    top: unset;
}

.service-slider .swiper-button-next{
	right: 47%;
    left: auto;
    bottom: 0;
    top: unset;
}

.service-slider .swiper-button-next, 
.service-slider .swiper-button-prev{
	height: 40px !important;
    width: 40px !important;
    padding: 10px;
    border: 1px solid #00000066;
    border-radius: 50%;
	transition: 0.3s ease all;
}

.service-slider .swiper-button-next:hover, 
.service-slider .swiper-button-prev:hover{
	background-color: #000000;
	transition: 0.3s ease all;
}

.service-slider .swiper-button-next:hover svg path, 
.service-slider .swiper-button-prev:hover svg path{
	fill: #ffffff;
}

.service-slider .eor-image-center{
	margin: 0 auto !important;
}

.service-slider .eor-arrows img{
	position: absolute;
    right: 57%;
    left: unset;
    top: 65px;
}

.eor-container .slider-content {
	min-height: 200px;
    max-height: 200px;
    height: 100%;
}

.eor-container .slider-content .slider-text{
	    overflow-y: scroll;
}

.eor-container .slider-content .slider-text::-webkit-scrollbar{
	display: none;
}

.eor-container .slider-title{
	margin: 0 auto;
}
/* Service Detail Page End */

@media only screen and (min-width: 1600px) {
    .e-con>.e-con-inner {
        max-width: 1500px !important;
    }
}

@media only screen and (min-width: 1900px) {
    .e-con>.e-con-inner {
        max-width: 1700px !important;
    }
}

@media only screen and (max-width: 1440px){
	.service-slider .swiper-button-prev{
		left: 46.5%;
	}
	.service-slider .swiper-button-next{
		    right: 46.5%;
	}
}

@media only screen and (max-width: 1280px){
	.service-slider .swiper-button-prev{
		left: 45.5%;
	}
	.service-slider .swiper-button-next{
		right: 45.5%;
	}
}

@media only screen and (max-width: 1199px){
	.about-box img{
		width: 40%;
	}
	.about-box .box:hover .description{
		height: 120px;
	}
	.about-box .content{
		    padding: 0 30px;
	}
}

@media only screen and (max-width: 1024px) {
	.service-slider .swiper-button-prev{
		left: 45%;
	}
	.service-slider .swiper-button-next{
		right: 45%;
	}
    .main-header #contact-menu {
        display: block;
    }
	.about-box .box:hover .description {
        height: 130px;
    }
}

@media only screen and (max-width: 991px){
	.service-slider .swiper-button-prev{
		left: 44%;
	}
	.service-slider .swiper-button-next{
		right: 44%;
	}
}

@media only screen and (max-width: 767px) {
	.service-slider .swiper-button-prev{
		left: 43%;
	}
	.service-slider .swiper-button-next{
		right: 43%;
	}
    .contact-form .submit-btn p {
        text-align: center;
        margin-top: 20px;
    }

    .contact-form .submit-btn {
        margin-left: unset;
        margin: 0 auto;
    }
	.about-box img {
        width: 20%;
    }
	.black-border .elementor-element::before{
		left: -80px;
	}

}

@media only screen and (max-width: 640px) {
	.service-slider .swiper-button-prev{
		left: 41%;
	}
	.service-slider .swiper-button-next{
		right: 41%;
	}
    .scrolling-words-box ul li,
    .scrolling-words-box {
        height: 5rem !important;
		justify-content: center;
    }

    .scrolling-words-container {
        justify-content: center !important;
    }

    .iconbox-margin .elementor-image-box-wrapper {
        display: flex;
    }
	.about-box img {
        width: 25%;
    }
}

@media only screen and (max-width: 480px){
	.service-slider .swiper-button-prev{
		left: 39%;
	}
	.service-slider .swiper-button-next{
		right: 39%;
	}
}

@media only screen and (max-width: 425px){
	.service-slider .swiper-button-prev{
		left: 38%;
	}
	.service-slider .swiper-button-next{
		right: 38%;
	}
	 .about-box .box:hover .description {
        height: 125px;
    }
	 .about-box img {
        width: 35%;
    }
}

@media only screen and (max-width: 375px){
	.service-slider .swiper-button-prev{
		left: 37%;
	}
	.service-slider .swiper-button-next{
		right: 37%;
	}
}