/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 28 2025 | 13:15:01 */
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 6rem;
}

.pt-3{
	padding-top: 3.25rem !important;
}

.pb-3{
	padding-bottom: 3.25rem !important;
}

.pt-6{
	padding-top: 6.25rem !important;
}

.pb-6{
	padding-bottom: 6.25rem !important;
}

.p10{
	padding: 10px;
}

.p30{
	padding: 30px;
}

.sec-padding-inline{
	padding-right: 1rem;
	padding-left: 1rem;
} 

.mb1{
   margin-bottom: 1rem !important;
}

.mb2{
   margin-bottom: 2rem !important;
}

.mb3{
	margin-bottom: 3rem !important;
}

.text-dark{
	color: #000000; 
}

.text-light{
	color: #ffffff; 
}

.home-banner h4{
	font-size: 1.125rem;
	line-height: 1.2;
	font-weight: 500;
	margin-bottom: 2rem;
}

.page-heading h1{
	font-size: 3.25rem;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 2rem;
}

.sec-heading h2{
	font-size: 2.25rem;
	line-height: 1.2;
	font-weight: 600 !important;
}

.sec-title h3{
	font-size: 1.5rem;
	line-height: 1.2;
	font-weight: 600 !important;
}


.inner-service-box p{
	font-family: "Poppins", Sans-serif !important;
	font-size: 1rem !important;
	font-weight: 400 !important;
	line-height: 1.4;
}


.inner-sec h4{
	font-family: "Poppins", Sans-serif !important;
	font-size: 1.25rem !important;
	font-weight: 600 !important;
	line-height: 1.2;
}

.sec-para p{
	font-size: 1rem;
	line-height: 1.6;
	font-weight: 400;
}

.text-ed h1{
	font-family: "Poppins", Sans-serif !important;
	font-size: 1.8rem;
	line-height: 1.2;
	font-weight: 600 !important;
	margin: 0px;
}

.text-ed h2{
	font-family: "Poppins", Sans-serif !important;
	font-size: 1.5rem;
	line-height: 1.2;
	font-weight: 600 !important;
	margin: 0px;
}

.text-ed h3{
	font-family: "Poppins", Sans-serif !important;
	font-size: 1.25rem;
	line-height: 2.2;
	font-weight: 600 !important;
	margin-top: 1rem;
	margin-bottom: 0.5rem;
}

.text-ed p{
	font-family: "Poppins", Sans-serif !important;
	font-size: 1rem !important;
	font-weight: 400 !important;
	line-height: 1.6;
	
}

.text-ed ul li {
	  margin-left: 20px;
}

.heading-span span{
	font-size: 2.25rem;
	line-height: 1.2;
	font-weight: 600 !important;
	color: #4ba0e8;
}

.ekit-template-content-header {
	position: sticky;
	top: 0;
	z-index: 999;
}

.btn-line .premium-button{
	font-size: 16px;
	font-weight: 600 !important;
    line-height: 21px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 14px 28px !important;
	border: 2px solid #ffffff;
	border-radius: 30px;
	text-decoration: none !important;
	background-color: transparent !important;
	display: inline-block;
	overflow: hidden;
	position: relative;
	transition: all .3s;
}

.btn-line .premium-button:before{
	content: '';
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    width: 60px;
    height: 100%;
    left: 0;
    top: 0;
    opacity: .5;
    -webkit-filter: blur(30px);
    filter: blur(30px);
    -webkit-transform: translateX(-100px) skewX(-10deg);
    -ms-transform: translateX(-100px) skewX(-10deg);
    transform: translateX(-100px) skewX(-10deg);
}

.btn-line .premium-button:after{
	content: '';
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    width: 30px;
    height: 100%;
    left: 30px;
    top: 0;
    opacity: 0;
    -webkit-filter: blur(5px);
    filter: blur(5px);
    -webkit-transform: translateX(-100px) skewX(-10deg);
    -ms-transform: translateX(-100px) skewX(-10deg);
    transform: translateX(-100px) skewX(-10deg);
}

.btn-line .premium-button:hover:before{
    -webkit-transform: translateX(300px) skewX(-10deg);
    -ms-transform: translateX(300px) skewX(-10deg);
    transform: translateX(300px) skewX(-10deg);
    opacity: 0.6;
    -webkit-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
}

.btn-line .premium-button:hover:after{
    -webkit-transform: translateX(300px) skewX(-10deg);
    -ms-transform: translateX(300px) skewX(-10deg);
    transform: translateX(300px) skewX(-10deg);
    opacity: 1;
    -webkit-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
}

.btn-line a:hover{
	background-color: #4BA0E8 !important;
}

/* section-btn-start */

.sec-btn .premium-button{
	font-size: 14px !important;
	font-weight: 600 !important;
    line-height: 1.2;
    font-weight: 600;
    text-transform: capitalize;
    padding: 14px 28px !important;
	border-radius: 30px;
	text-decoration: none !important;
	background-color: #4BA0E8 !important;
	color: white;
	display: inline-block;
	overflow: hidden;
	position: relative;
	transition: all .3s;
}

.sec-btn .premium-button:before{
	content: '';
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    width: 60px;
    height: 100%;
    left: 0;
    top: 0;
    opacity: .5;
    -webkit-filter: blur(30px);
    filter: blur(30px);
    -webkit-transform: translateX(-100px) skewX(-10deg);
    -ms-transform: translateX(-100px) skewX(-10deg);
    transform: translateX(-100px) skewX(-10deg);
}

.sec-btn .premium-button:after{
	content: '';
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    width: 30px;
    height: 100%;
    left: 30px;
    top: 0;
    opacity: 0;
    -webkit-filter: blur(5px);
    filter: blur(5px);
    -webkit-transform: translateX(-100px) skewX(-10deg);
    -ms-transform: translateX(-100px) skewX(-10deg);
    transform: translateX(-100px) skewX(-10deg);
}

.sec-btn .premium-button:hover:before{
    -webkit-transform: translateX(300px) skewX(-10deg);
    -ms-transform: translateX(300px) skewX(-10deg);
    transform: translateX(300px) skewX(-10deg);
    opacity: 0.6;
    -webkit-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
}

.sec-btn .premium-button:hover:after{
    -webkit-transform: translateX(300px) skewX(-10deg);
    -ms-transform: translateX(300px) skewX(-10deg);
    transform: translateX(300px) skewX(-10deg);
    opacity: 1;
    -webkit-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
}

.sec-btn a:hover{
	background-color: #4BA0E8 !important;
}


/* section-btn-end */

.elementor-2240 .elementor-element.elementor-element-e8c469d:hover .elementor-widget-container{
	background-image: none !important;
}

/* pricing-card-btn-start */


.premium-pricing-price-button{
	font-size: 16px;
	font-weight: 600 !important;
    line-height: 21px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 14px 28px !important;
	border: 2px solid #ffffff;
	border-radius: 30px;
	text-decoration: none !important;
	background-color: #b2b9c1 !important;
	display: inline-block;
	overflow: hidden;
	position: relative;
	transition: all .3s;
}

.premium-pricing-price-button:before{
	content: '';
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    width: 60px;
    height: 100%;
    left: 0;
    top: 0;
    opacity: .5;
    -webkit-filter: blur(30px);
    filter: blur(30px);
    -webkit-transform: translateX(-100px) skewX(-10deg);
    -ms-transform: translateX(-100px) skewX(-10deg);
    transform: translateX(-100px) skewX(-10deg);
}

.premium-pricing-price-button:after{
	content: '';
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    width: 30px;
    height: 100%;
    left: 30px;
    top: 0;
    opacity: 0;
    -webkit-filter: blur(5px);
    filter: blur(5px);
    -webkit-transform: translateX(-100px) skewX(-10deg);
    -ms-transform: translateX(-100px) skewX(-10deg);
    transform: translateX(-100px) skewX(-10deg);
}

.premium-pricing-price-button:hover:before{
    -webkit-transform: translateX(300px) skewX(-10deg);
    -ms-transform: translateX(300px) skewX(-10deg);
    transform: translateX(300px) skewX(-10deg);
    opacity: 0.6;
    -webkit-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
}

.premium-pricing-price-button:hover:after{
    -webkit-transform: translateX(300px) skewX(-10deg);
    -ms-transform: translateX(300px) skewX(-10deg);
    transform: translateX(300px) skewX(-10deg);
    opacity: 1;
    -webkit-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
}

.premium-pricing-price-button:hover{
	background-color: #4BA0E8 !important;
}

.center-pricing-card .premium-pricing-price-button  {
	background-color: #4BA0E8 !important;
}


/* pricing-card-btn-end */

.btn-line2 .premium-button {
	font-size: 14px !important;
	font-weight: 600 !important;
    line-height: 21px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 11px 28px !important;
	border: 2px solid #4BA0E8;
	border-radius: 30px;
	text-decoration: none !important;
	background-color: transparent !important;
	display: inline-block;
	overflow: hidden;
	position: relative;
	transition: all .3s;
}

.btn-line2 .premium-button:before {
	content: '';
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    width: 60px;
    height: 100%;
    left: 0;
    top: 0;
    opacity: .5;
    -webkit-filter: blur(30px);
    filter: blur(30px);
    -webkit-transform: translateX(-100px) skewX(-10deg);
    -ms-transform: translateX(-100px) skewX(-10deg);
    transform: translateX(-100px) skewX(-10deg);
}

.btn-line2 .premium-button:after {
	content: '';
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    width: 30px;
    height: 100%;
    left: 30px;
    top: 0;
    opacity: 0;
    -webkit-filter: blur(5px);
    filter: blur(5px);
    -webkit-transform: translateX(-100px) skewX(-10deg);
    -ms-transform: translateX(-100px) skewX(-10deg);
    transform: translateX(-100px) skewX(-10deg);
}

.btn-line2 .premium-button:hover:before {
    -webkit-transform: translateX(300px) skewX(-10deg);
    -ms-transform: translateX(300px) skewX(-10deg);
    transform: translateX(300px) skewX(-10deg);
    opacity: 0.6;
    -webkit-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
}

.btn-line2 .premium-button:hover:after {
    -webkit-transform: translateX(300px) skewX(-10deg);
    -ms-transform: translateX(300px) skewX(-10deg);
    transform: translateX(300px) skewX(-10deg);
    opacity: 1;
    -webkit-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
}

.btn-line2 a:hover{
	background-color: #4BA0E8 !important;
	color: #ffffff;
}

.card-li ul li {
	font-family: "Poppins", Sans-serif !important;
	font-size: 1rem;
	line-height: 1.2;
	font-weight: 400;
}

.blog-cards .elementskit-post-image-card .elementskit-post-body p{
   display: -webkit-box;
  -webkit-line-clamp: 4;     
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.service-card {
    text-align: center;
    margin: 12px 0 30px;
    padding: 50px 60px 55px;
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 15px 30px rgba(85, 85, 85, 0.16);
    -moz-box-shadow: 0 15px 30px rgba(85, 85, 85, 0.16);
    box-shadow: 0 15px 30px rgba(85, 85, 85, 0.16);
}

.service-card .elementor-widget-image img {
	width: auto;
	height: 64px;
	display: block;
	margin: 0 auto;
}

.services-slider .premium-carousel-wrapper .carousel-arrow {
	border-radius: 0px 27px 27px 0px;
    box-shadow: -1px 5px 5px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
	width: 65px;
	height: 55px;
} 

.services-slider .premium-carousel-wrapper .carousel-arrow.carousel-prev {
    background-color: #4ba0e8 !important;
	border-radius: 27px 0px 0px 27px;
} 

.services-slider .premium-carousel-wrapper .carousel-arrow.carousel-prev i {
    color: #ffffff;
} 

.services-slider .premium-carousel-wrapper .carousel-arrow:hover {
	background-color: #f9f9f9 !important;
} 


.services-slider .premium-carousel-wrapper .carousel-arrow.carousel-prev:hover {
	background-color: var(--e-global-color-41e94a3) !important;
}

.services-slider .premium-carousel-arrows-wrapper {
	position: relative;
	top: 0px;
}

.testimonial-cards .swiper-slide-inner .elementskit-single-testimonial-slider{
	box-shadow: none !important;
}

.testimonial-cards .elementskit-testimonial-slider .ekit-main-swiper {
    width: 99%;
}

.pricing-card .custom-duration {
	display: block;
}

.pricing-card .premium-pricing-list li {
	list-style-type: none !important;
}

.pricing-card .premium-button-text-icon-wrapper {
	display: flex !important;
	justify-content: center!important;
}



.about-top-img {
	height: 100% !important;
}

.hire-box .elementor-image-box-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.hire-box .elementor-image-box-img {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #ffffff;
    -webkit-box-shadow: 0 8px 15px rgba(85, 85, 85, 0.15);
    -moz-box-shadow: 0 8px 15px rgba(85, 85, 85, 0.15);
    box-shadow: 0 8px 15px rgba(85, 85, 85, 0.15);
    width: 120px !important;
    height: 120px;
	padding: 10px;
	border-radius: 50%;
}

.hire-box .elementor-image-box-img img {
	width: auto;
	height: 46px !important;
	display: block;
}

.hire-box .elementor-image-box-content h4{
	font-size: 1.25rem !important;
	font-weight: 600 !important;
	line-height: 1.4;
	margin: 25px 0px 12px 0px !important;
}

.hire-box .elementor-image-box-content p{
	font-size: 1rem;
	line-height: 1.6;
	font-weight: 400;
}

.service-left-img{
	height: 100% !important;
}

.contact-form .ekit-wid-con .ekit-form form input:hover,
.contact-form .ekit-wid-con .ekit-form form input:focus,
.contact-form .ekit-wid-con .ekit-form form input:focus-visible,
.contact-form .ekit-wid-con .ekit-form form textarea:focus-visible{
    border-color: #4BA0E8 !important;
	outline: 0px solid #4BA0E8 !important;
}

.contact-form .ekit-wid-con .ekit-form form input[type=submit]{
	border: none;
}

.contact-form .wpcf7-spinner{
	display: none;
}

.contact-form .form-row {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 1rem;
}

.form-row .col-half{
	width: 48%;
}

.form-row .col-full{
	width: 100%;
}

.form-row .wpcf7-form-control {
	width: 100% !important;
}

.inner-service-box .image-box-img-center {
	display: block;
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: auto;
    border-radius: 50%;
    max-width: 309px;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
}

.inner-service-box h4{
	font-family: "Poppins", Sans-serif !important;
	font-size: 1.25rem !important;
	font-weight: 600 !important;
	line-height: 1.2;
	margin-top: 1rem !important;
	margin-bottom: 1rem !important;
}

.inner-service-box .btn-wraper .elementskit-btn svg path{
	fill: #6fbf52 !important;
}


.inner-service-box .btn-wraper .elementskit-btn:hover svg{
	 display: inline-block;
  transition: all 0.2s ease-in;
	transform: translatex(4px);
}

/* services-page-starts */

.service-p4 {
	padding-block: 4.25rem;
}

.left-container .elementor-widget-heading a{
	text-decoration: none;
	color: #4ba0e8 !important;
}

.services-menu-list ul li {
	list-style-type: none;
}

.services-menu-list ul li.elementor-icon-list-item a::before{
	content: "";
    opacity: 0;
    background-image: url('/wp-content/uploads/2025/11/service-menu-icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
	height: 0px;
	width: 0px;
	display: inline-block;
}

.services-menu-list ul li.elementor-icon-list-item a:hover::before,
.services-menu-list ul li.elementor-icon-list-item.active a::before {
    opacity: 1;
	height: 20px;
	width: 20px;
	margin-right: 8px;
	transition: all .4s ease;
}

.services-menu-list ul li.elementor-icon-list-item.active a .elementor-icon-list-text{
	color: #6fbf52 !important;
}

.services-menu-list ul li.elementor-icon-list-item a {
	width: 100%;
    padding: 14px 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border-bottom: 1px solid #E1E8E4;
}

.services-menu-list ul li.elementor-icon-list-item:last-child a {
	border-bottom: none;
}

.phone-service-link .elementor-image-box-wrapper {
	display: flex;
    justify-content: flex-start;
    align-items: center;
}

.phone-service-link .elementor-image-box-wrapper figure.elementor-image-box-img {
	width: 50px !important;
	height: 50px;
	margin-right: 10px !important;
	display: flex;
	justify-content: center;
	align-items:  center;
}

.phone-service-link .elementor-image-box-title {
	margin-top: 0;
}

.phone-service-link .elementor-image-box-title a, 
.phone-service-link .elementor-image-box-description a{
	text-decoration: none !important;
	color: #ffffff;
}

.phone-service-link .elementor-image-box-description{
	margin-bottom: 0px;
}

/* service-list-end */

.services-shadow{
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.left-container .elementor-element-e74a924 a{
	text-decoration:none;
}

.left-container .elementor-widget-text-editor p a{
	text-decoration:none;
}

.left-container .elementor-widget-text-editor p a span{
	text-decoration:none;
}

.right-container .elementor-image-box-description a{
    color: #ffffff;
	text-decoration: none;

}

/* single-post-blog-css-start */

 .single.single-post .site-main {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 10px;
}

.single.single-post .content-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.single.single-post .main-content{
	padding-left: 15px;
    padding-right: 15px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.single.single-post .content-col {
	-ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
}

.single.single-post .content-col .featured-banner{
	width: 100%;
	margin-bottom: 1rem;
}

.single.single-post .content-col, .content-right {
	 position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.single.single-post .content-right {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
}

.content-right .latest-post h2{
    font-family: "Poppins", Sans-serif !important;
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: 600 !important;
    color: #4b5b68 !important;
}

.content-right .post-tags h2{
    font-family: "Poppins", Sans-serif !important;
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: 600 !important;
    color: #4b5b68 !important;
}

.content-right .latest-post ul li a{
	font-family: "Poppins", Sans-serif !important;
	font-size: 1rem;
	font-weight: 600;
	color:  #4b5b68;
}

.content-right .post-tags .tag-links a{
	display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    text-decoration: none;
    line-height: 1.2em;
	border: 1px solid #b7dfa8;
    border-radius: 6px;
    background-color: #ffffff;
    transition: box-shadow 250ms, transform 250ms, color 250ms;
    color: #4b5b68;
    padding: 3px 16px 6px;
}

.content-right .post-tags .tag-links a:hover{
	 background-color: #6fbf52;
	color: #ffffff;
}

.single.single-post .content-col ul.meta-inside {
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
	align-items: center;
    font-size; 14px;
    line-height: 1.3;
    margin: 0 0 20px;
    padding: 0 0 10px;
    list-style: none;
	width: 100%;
	row-gap: 6px;
} 

.single.single-post .content-col ul.meta-inside li {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	gap: 6px;
	font-family: "Poppins", Sans-serif !important;
	font-size: 0.8rem;
	color: #4b5b68;
}

.single.single-post .content-col ul.meta-inside li a{
	color: #4b5b68;
}

.single.single-post .content-col ul.meta-inside li:after{
	content: "|";
    padding: 0 8px;
    font-weight: bold;
}

.single.single-post .content-col ul.meta-inside li:last-child:after{
	content: "";
}

.single.single-post .content-col .page-header h1{
	font-family: "Poppins", Sans-serif !important;
	font-size: 2.6rem;
	line-height: 1.2;
	font-weight: 600 !important;
	color: #4b5b68 !important;
	margin-bottom: 0.8rem;
}

.single.single-post .content-col .page-content h2{
	font-family: "Poppins", Sans-serif !important;
	font-size: 1.5rem;
	line-height: 1.2;
	font-weight: 600 !important;
	color: #4b5b68 !important;
	margin-bottom: 1rem;
}

.single.single-post .content-col .page-content ul.wp-block-list {
	padding-left: 20px;
	font-family: "Poppins", Sans-serif !important;
	font-size: 1rem !important;
	font-weight: 400 !important;
	color: #677d8f; 
	line-height: 1.6;
	margin-bottom: 1rem;
}

.single.single-post .content-col .page-content p{
	font-family: "Poppins", Sans-serif !important;
	font-size: 1rem !important;
	font-weight: 400 !important;
	color: #677d8f; 
	line-height: 1.6;
}

.single.single-post .content-col nav.post-nav{
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	width: 100%;
}

.single.single-post .content-col nav.post-nav .post-nav-prev, .post-nav-next {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
	font-family: "Poppins", Sans-serif !important;
	font-size: 1rem;
	color: #4b5b68;
}

.single.single-post .content-col nav.post-nav .arrow-btns{
	display: inline-block;
    background-color: #4ba0e8;
    color: #ffffff;
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 50%;
    line-height: 1.3;
    transition: all 300ms linear 0ms;
}



.single.single-post .content-col nav.post-nav .arrow-btns i{
	font-size: 10px;
    line-height: 17px;
	font-weight: 700;
}

.single.single-post .content-col nav.post-nav .arrow-btns i:before{
	font-weight: 700!important;
}

.single.single-post .content-right .latest-post{
   margin-bottom: 2rem;
}

.single.single-post .content-col, .content-right ul.recent-posts {
	margin: 0;
    padding: 0;
    list-style: none;
}

.single.single-post .content-col, .content-right ul.recent-posts li {
	padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 15px;
    padding-left: 15px;
}

.single.single-post .content-col, .content-right ul.recent-posts li a{
	display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.single.single-post .content-col, .content-right .post-tags .tag-links{
	display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.single.single-post .content-right .latest-post{
	margin-bottom: 2rem;
}

.single.single-post .content-right .latest-post ul.recent-posts {
	 margin: 0;
    padding: 0;
    list-style: none;
}

.single.single-post .content-right .latest-post ul.recent-posts li:first-child{
	padding: 0px 0px 8px 0px;
}

.single.single-post .content-right .latest-post ul.recent-posts li{
	padding: 8px 0px 8px 0px;
    border-bottom: 1px solid #E1E8E4;
}

.single.single-post .content-right .latest-post ul.recent-posts li a{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-weight: 500;
	color: #4b5b68;
	font-family: "Poppins", Sans-serif !important;
}

.single.single-post .content-right .latest-post ul.recent-posts li a span.recent-thumb{
	flex: 0 0 75px;
    max-width: 75px;
}

.single.single-post .content-right .latest-post ul.recent-posts li a span.recent-thumb img{
	display: block;
}


.single.single-post .content-right .latest-post ul.recent-posts li a span.recent-title {
	-ms-flex: 0 0 calc(100% - 75px);
    flex: 0 0 calc(100% - 75px);
    max-width: calc(100% - 75px);
    padding-left: 10px;
}

/* single-post-blog-css-end */


/* services-page-end */

.footer-sec .sec-para p {
	font-family: "Poppins", Sans-serif !important;
}

.footer-list-heading h3 {
	font-size: 1.3rem;
    line-height: 1.2;
    font-weight: 600;
	font-family: "Poppins", Sans-serif;
}

.footer-link-list ul li{
	list-style-type: none !important;
}

.scrolltop {
	position: fixed;
	right: 1rem;
	bottom: 2rem;
	z-index: 2;
}

.socials-media-links .elementor-social-icons-wrapper .elementor-icon {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.socials-media-links .elementor-social-icons-wrapper .elementor-icon  svg {
	display: block;
    height: 24px;
    position: relative;
    width: 24px;
}

.breadcrumb-text span a {
	color: var(--e-global-color-text); 
	text-decoration: none;
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 400;
}

.breadcrumb-text .breadcrumb_last {
	color: #74828e;
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 400;
}

.breadcrumb-text p{
	margin: 0px;
}

/* Price Tab Start */
.price-tab .elementkit-tab-nav.elementskit_tooltip_style .elementkit-nav-item .elementkit-nav-link::before {
	background-image: none;
}

.price-tab .elementkit-tab-wraper .nav.nav-tabs .elementkit-nav-item {
	margin-bottom: 20px;
}
/* Price Tab End */

/* Responsive CSS Start */

@media (max-width: 1070px) {

	.form-row .col-half {
       width: 100%;
    }
} 

@media (max-width: 1024px) {
	
	.elementor-widget-ekit-nav-menu .elementskit-menu-offcanvas-elements .elementskit-navbar-nav .menu-item .ekit-menu-nav-link {
		display: flex;
		justify-content: space-between;
		align-items: center;
		gap: 10px;
	}
	
	.elementor-widget-ekit-nav-menu nav .elementskit-menu-overlay {
		display: none;
	}
	.service-left-img{
	height: 100% !important;
}
	
	
}

@media (max-width: 992px) {
	.page-heading h1{
	   font-size: 2.20rem;
    }
	
	.sec-heading h2{
	font-size: 1.8rem !important;
	}
	
	.single.single-post .content-col {
	-ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 16px;
}
	
	.single.single-post .content-right {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
	
	.single.single-post .content-col .page-header h1{
	font-size: 1.6rem;
    padding-left: 0px;
}
	.single.single-post .content-col .page-content h2{
		font-size: 1.3rem;
	}
}

@media (max-width: 767px) {
	.page-heading h1{
	   font-size: 1.6rem;
    }
	
	.pt-6{
	padding-top: 3.25rem;
    }

   .pb-6{
	padding-bottom: 3.25rem;
    }
	
	.sec-para p{
	font-size: 0.8rem;
}
	
	.service-card {
    padding: 30px 40px 35px;
}	
	
	.founding-box .elementor-image-box-wrapper{
		display: flex;
		gap: 10px;
	}
	
	.sec-btn .premium-button{
	font-size: 12px !important;
		padding: 12px 20px !important;
	}

	
	.services-menu-box .elementskit-menu-offcanvas-elements.active {
		display: none;
	}
	
	.services-menu-box .elementskit-navbar-nav {
		display: flex !important;
	}
	
	.services-menu-box .elementskit-menu-overlay {
		display: none;
	}
	
	.phone-service-link .elementor-image-box-wrapper figure.elementor-image-box-img {
      width: 40px !important;
      height: 40px;
      margin-right: 6px !important;
    }

}

/* Responsive CSS End */