/*
Theme Name: swamiintservices
Theme URI: 
Author: the WordPress team
Author URI: https://wordpress.org/
Description: 
Version: 3.5
Tested up to: 6.8
Requires at least: 4.4
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog, block-patterns
Text Domain: 

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


*{
    margin:0;
    padding:0;
}

.header_set-menu {
	position: relative;
	z-index: 1;
}

.footer_icon .elementor-icon-box-icon {
    width: 50px;
    height: 50px;
    border: 2px solid #76ab62;
    border-radius: 35px;
}
.footer_icon .elementor-icon-box-icon {
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
}

.footer_icon .elementor-icon-box-icon {
	background: #002145;
    color: #fff;
    border: none;
}
.footer_icon span.elementor-icon {
    position: absolute;
    top: 14px;
    left: 50%;
    transform: translateX(-50%);
}

.subscription-box {
    display: flex;
    flex-direction: column;
	position: relative;
}

.subscription-box input {
    width: 100%;
    height: 52px;
    padding-left: 20px;
	padding-right: 10px;
    margin-bottom: 20px;
    border: none;
    outline: none;
    border-radius: 5px;
    font-size: 16px;
    line-height: 100%;
    font-weight: 400;
    vertical-align: middle;
    background: #fff;
}
.subscription-box button {
    background-color: #76ab62;
    color: #ffffff;
    border: none;
    font-size: 14px;
    cursor: pointer;
    line-height: 20px;
    border-radius: 0px 4px 4px 0px;
    height: 52px;
    font-weight: 700;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0px 30px;
}

.subscription-box button:hover {
    background-color: #8dbd79;
}
.our_service_include .swiper-slide-inner a.elementskit-single-testimonial-slider {
    box-shadow:none !important;
    background:none;
}
.our_service_include .swiper-slide-inner p{
    overflow: hidden;
}
.our_service_include .swiper-slide-inner:hover a.elementskit-single-testimonial-slider,
.our_service_include .swiper-slide-inner:hover a.elementskit-single-testimonial-slider  .elementskit-author-name{
    color:#fff;
}
.our_service_include .swiper-slide-inner a{
    color: #555;
    font-family: "Helvetica", Sans-serif;
    font-size: 16px;
    line-height: 1.5em;
}
 .our_service .ekit-wid-con .elementskit-infobox .box-body {
    position: relative;
    z-index: 2;
    background: #76ab62;
       bottom: -171px;
    padding: 10px 15px 0px 15px;
    opacity: 0.9;
    height: 100%;
	 transition:0.4s;
}
.our_service .elementskit-infobox:hover .box-body{
	bottom:0;
}
.our_service .disable_hover_button .whitespace--normal{
	transform: translateX(-106px);
	transition:0.7s;
} 
.our_service .elementskit-infobox:hover .whitespace--normal{
	transform: translateX(0px);
} 

.button-animation, .button-yellow {
    position: relative;
    display: inline-block;
    padding: 13px 20px;
    color: #ffffff;
    overflow: hidden;
    transition: 0.5s;
    background-color: #008080;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
    font-family: "Helvetica", Sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.button-animation span {
    position: absolute;
    display: block;
}

.button-animation span:nth-child(1) {
    top: 0;
    left: -100%;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, transparent, #ffa41b);
    animation: btn-anim1 2s linear infinite;
}

@keyframes btn-anim1 {
    0% {
        left: -100%;
    }

    50%,
    100% {
        left: 100%;
    }
}

.button-animation span:nth-child(2) {
    top: -100%;
    right: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg, transparent, #ffa41b);
    animation: btn-anim2 1s linear infinite;
    animation-delay: 0.25s;
}

@keyframes btn-anim2 {
    0% {
        top: -100%;
    }

    50%,
    100% {
        top: 100%;
    }
}

.button-animation span:nth-child(3) {
    bottom: 0;
    right: -100%;
    width: 100%;
    height: 3px;
    background: linear-gradient(270deg, transparent, #ffa41b);
    animation: btn-anim3 1s linear infinite;
    animation-delay: 0.5s;
}

@keyframes btn-anim3 {
    0% {
        right: -100%;
    }

    50%,
    100% {
        right: 100%;
    }
}

.button-animation span:nth-child(4) {
    bottom: -100%;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(360deg, transparent, #ffa41b);
    animation: btn-anim4 1s linear infinite;
    animation-delay: 0.75s;
}
.our_service{
    position:relative;
    z-index: 1;
}
.our_service:after {
    clip-path: polygon(114% 0px, 0px 125%, 0px -1%);
    background-color: #f6f6f6;
    content: "";
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    z-index: -1;
}




.description__para .elementskit-box-style-content {
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.main-mega-menu .elementskit-megamenu-panel {
    left: 50% !important;
    transform: translateX(-50%) !important;
}


.btn-border-4 a {
	position: relative;
    display: inline-block;
    margin: 8px;
    padding: 12px 27px;
    text-align: center;
    font-size: 16px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #76AB62;
    background: #ffffff;
    border: 3px solid #ffffff;
    cursor: pointer;
    transition: ease-out 0.5s;
    -webkit-transition: ease-out 0.5s;
    -moz-transition: ease-out 0.5s;
}
.btn-border-4 a::after,
.btn-border-4 a::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    transition: .5s;
}

.btn-border-4 a::after {
    top: -9px;
    left: -9px;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
}

.btn-border-4 a::before {
    bottom: -9px;
    right: -9px;
    border-bottom: 1px solid transparent;
    border-right: 1px solid transparent;
}

.btn-border-4 a:hover {
    color: #a9cbac !important;
	border-color: #a9cbac !important;
}

.btn-border-4 a:hover::after,
.btn-border-4 a:hover::before {
    width: calc(100% + 18px);
    height: calc(100% + 18px);
    border-color: #a9cbac;
}


.slider__banner .htslider-slider .slick-arrow {
	font-size: 22px;
	position: absolute;
	z-index: 9;
	top: 50%;
	left: 50px;
	width: 50px;
	height: 50px;
	margin: 0;
	padding: 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	opacity: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	border: 1px solid #E1E1E1;
	border-radius: 100%;
	background: #FFFFFF none repeat scroll 0 0;
	cursor: pointer;
}
.slider__banner .htslider-slider .slick-arrow.slick-next {
	right: 50px;
	left: auto;
}
.contact-form input::placeholder {
    color: #ddd;
    font-size: 14px;
    font-family: 'Poppins';
}
.contact-form textarea::placeholder {
    color: #ddd;
    font-size: 14px;
    font-family: 'Poppins';
}

button#wpforms-submit-1408 {
    background:#71a661;
    font-family:'Poppins';
    font-size:15px;
    border-radius:30px;
    padding:12px 50px;
}
button#wpforms-submit-1408:hover {
    background:#fff;
    color:#000;
}
.gallery img {
    height: 320px !important;
    object-fit: cover;
    width: 100%;
}
.error-page-area {
    text-align: center;
    margin-bottom:50px;
}
.error-bottom h2 {
    font-size: 27px;
    font-weight: 500;
    font-family: "Oxanium", Sans-serif;
    color: #000;
    margin-bottom: 20px;
}
.error-top img {
    border-radius: 5px;
    width: 300px;
}
.error-bottom p {
    font-family: "Work Sans", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #636363;
    margin-bottom: 35px;
}

a.default-btn-error {
    font-family: "Oxanium", Sans-serif;
    font-weight: 600;
    background-color: transparent;
    background: #76ab62;
    border-radius: 5px;
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.15);
    padding: 14px 25px 14px 25px;
    color:#fff;
    text-decoration:none;
}
a.default-btn-error:hover{
    background:#002145;
}
@media only screen and (min-width: 768px) and (max-width: 992px){
    .error-page-area {
        padding: 0 10px;
    }
}
.page-header {
    position: relative;
    display: block;
    background-color: #000;
    z-index: -1;
    margin-top:-95px;
    margin-bottom: 60px;
    border-radius: 5px;
}
.page-header .container{
    max-width: 1200px;
    margin:0 auto;
    padding:0;
}
.page-header-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .40;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
}
.page-header__inner {
    position: relative;
    display: block;
    padding: 150px 0 150px;
    /* text-align: center; */
    z-index: 15;
}
.page-header__inner h1 {
    color: #fff;
    font-size:35px;
    line-height: 52px;
    margin-bottom: 6px;
    text-align:center;
}

