/**
 * ICON
 */
.elementor-icon svg {
    fill: inherit;
}
@media (max-width: 768px) {
	.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper {
	    display: flex!important
	}
	.elementor-widget-icon-box.elementor-vertical-align-middle .elementor-icon-box-wrapper {
	    align-items: center;
	}
	.elementor-widget-icon-box.elementor-mobile-position-left .elementor-icon-box-icon {
		display: inline-block!important;
	}
	.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper .elementor-icon-box-icon {
		margin-right: var(--icon-box-icon-margin)!important;
		margin-bottom: 0px!important;
	}
}


/**
 * swiper slide
 */
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.swiper-container .swiper-pagination.swiper-pagination-bullets {
	bottom: 0px;
	position: relative;
	margin-top: 20px;
}
.swiper-container .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    margin: 0 1px!important;
	background: var(--e-global-color-primary);
	opacity: 0.3;
}
.swiper-container .swiper-pagination-bullet-active {
    width: 15px;
	border-radius: 30px;
	opacity: 1;
}
.swiper-button-next, 
.swiper-button-prev {
	color: #fff!important;
}
.swiper-button-next:after, 
.swiper-button-prev:after {
	font-size: 15px!important;
}
@media (min-width:991px) {
	.swiper-button-next:after, 
	.swiper-button-prev:after {
		font-size: 25px!important;
	}
}


/**
 * top header
 */
.top-header {
    padding: 10px 15px;
    font-size: 10px;
    line-height: 10px;
    background: var(--e-global-color-accent);
    color: #555;
    font-weight: 500;
}
.top-header .elementor-widget-wrap {
	padding: 0 15px;
	align-content: center!important;
    align-items: center;
}
.top-header .elementor-element {
	display: inline-block;
	width: auto;
}
.top-header .elementor-element a {
	color: #555;
	transition: 1s;
}
.top-header .elementor-element a:hover {
	color: var(--e-global-color-secondary);
}

.top-header .right .elementor-widget-wrap {
	justify-content: flex-end;
}
.top-header .right ul li {
	list-style: none;
	display: inline-block;
}
.top-header .right ul li:not(:last-child) {
	border-right: 1px solid #555;
	padding-right: 10px;
	margin-right: 10px;
}

@media (min-width: 767px) {
	.top-header {
	    padding: 12px 15px;
	    font-size: 12px;
	    line-height: 12px;
	}	
	.top-header .elementor-element i {
		margin-right: 2px;
	}
	.top-header .right ul li:not(:last-child) {
		padding-right: 15px;
		margin-right: 15px;
	}
}
@media (min-width: 991px) {
	.top-header {
	    padding: 12px 0;
	}
	.top-header .left .time {
	    border-left: 1px solid #555;
	    padding-left: 20px;
	    margin-left: 20px;
	}
}
@media (max-width: 991px) {
	.top-header .left .time {
	    display: none;
	}
}
@media (max-width: 768px) {
	.top-header .left {
		display: none;
	}
	.top-header .left .call span {
	    display: none;
	}
	.top-header .right {
		width: 100%;
	}
	.top-header .right .elementor-widget-wrap {
	    justify-content: center;
	}
}


/**
 * HEADER
 */
.main-header {
	padding: 10px 15px;
	z-index: 9999;
	transition: top 0.3s ease, box-shadow 0.3s ease;
}
.main-header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
}
.main-header .elementor-widget-wrap {
	padding: 0 15px;
	align-content: center !important;
    align-items: center;
}
.main-header .elementor-widget-wrap .elementor-element {
    display: inline-block;
	position: relative;
    width: auto;
}
.main-header .custom-logo-link {
    display: inline-block;
}
.main-header .custom-logo-link img {
    vertical-align: middle;
    display: inline-block;
    width: 55px;
    transition: width 0.3s ease;
}
.main-header .elementor-col-75 .elementor-widget-wrap {
	justify-content: flex-end;
}

/* Site Navigation */
.site-navigation,
.site-navigation ul.menu,
.site-navigation ul.menu li {
    position: relative;
    display: block;
}
.site-navigation ul.menu > li {
	padding: 10px 0;
}
.site-navigation ul.menu > li a {
	font-weight: 500;
    white-space: nowrap;
	color: var(--e-global-color-text);
	font-size: 17.5px;
	transition: 0.3s ease;
}
.site-navigation ul.menu > li a .chevron {
	font-size: 12px;
	margin-left: 10px;
}
.site-navigation ul.menu li:hover > a, 
.site-navigation ul.menu li.current-menu-item > a,
.site-navigation ul.menu li.current_page_parent > a,
.site-navigation ul.menu li.current-menu-parent > a,
.site-navigation ul.menu li.current-menu-ancestor > a,
.site-navigation ul.menu li.current-product-type-ancestor > a,
.site-navigation ul.menu li.current_page_item > a {
	color: var(--e-global-color-secondary);
}
.site-navigation ul.menu li ul.sub-menu li a {
	font-size: 16px;
	line-height: 30px;
}

/* Responsive Media Queries */
@media (min-width: 991px) {
	.main-header {
		padding: 12px 0;
	}
	.main-header.sticky {
		padding: 7px 0;
	}
	.main-header .custom-logo-link img {
		width: 85px;
	}
	.main-header.sticky .custom-logo-link img {
		width: 65px;
	}

	.site-navigation-toggle-holder {
		display: none;
	}

	.site-navigation ul.menu > li {
		display: inline-block;
	}
	.site-navigation ul.menu > li:not(:last-child) {
		margin-right: 22px;
	}

	/*sub-menu*/
	.site-navigation ul.menu li > ul.sub-menu {
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 7;
		transition: 1s;
		padding: 20px 0;
		background-color: #fff;
		visibility: hidden;
		opacity: 0;
		border-radius: 10px;
		box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
		transition: opacity 0.3s ease, visibility 0.3s ease;
	}
	.site-navigation ul.menu li > ul.sub-menu li > ul.sub-menu {
		top: 0;
		left: 100%;
		border-radius: 0 3px 3px 0;
	}
	.site-navigation ul.menu li:hover > ul.sub-menu {
	    opacity: 1;
	    visibility: visible;
	}
	.site-navigation ul.menu li ul.sub-menu li {
		padding-left: 30px;
		padding-right: 30px;
	}
	.site-navigation ul.menu li > ul.sub-menu li a .chevron {
		transform: rotate(-90deg);
	}
}
@media (max-width: 991px) {
	.main-header .elementor-col-25 {
		width: 40%;
	}
	.main-header .elementor-col-25 .elementor-widget-wrap {
		padding-right: 0;
	}

	.main-header .elementor-col-75 {
		width: 60%;
	}
	.main-header .elementor-col-75 .elementor-widget-wrap {
		padding-left: 0px;
	}
	.main-header .elementor-col-75 .elementor-element:first-child {
		order: 1;
	}

	/* Toggle Holder */
	.site-navigation-toggle-holder {
		margin-left: 15px;
	}
	.site-navigation-toggle-holder.active:after {
		content: '';
		position: fixed;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.8);
		z-index: 1;
	}
	.site-navigation-toggle-holder .site-navigation-toggle {
		color: var(--e-global-color-primary);
    	font-size: 27px;
		cursor: pointer;
	}
	.site-navigation-toggle-holder i.menu-close-icon {
		position: fixed;
		z-index: 6;
		top: 30px;
		right: 30px;
		font-size: 30px;
		display: none;
		cursor: pointer;
		transition: 1s;
		color: var(--e-global-color-secondary);
	}
	.site-navigation-toggle-holder.active i.menu-close-icon {
		display: inline-block;
	}

	/* Navigation */
	.site-navigation {
		position: fixed;
		top: 0;
		bottom: 0;
		right: -100%;
		width: 230px;
		padding: 80px 0 0 50px;
		z-index: 5;
		background-color: #fff;
		transition: 0.5s ease;
	}
	.site-navigation.dropdown {
		right: 0;
	}
	.site-navigation ul.menu li ul.sub-menu {
		padding: 10px 0 0 10px;
	}
	.site-navigation ul.menu li ul.sub-menu li:not(:last-child) {
	    margin-bottom: 5px;
	}
}

/* Header Top Right */
.main-header .bookbtn {
	line-height: 0;
}
.main-header .bookbtn .elementor-button {
    padding: 6px 12px;
    font-size: 9px;
    line-height: 9px;
    background: var(--e-global-color-803f3ea);
    color: #333;
    font-weight: 500;
}
.main-header .bookbtn .elementor-button:hover {
	background-color: var(--e-global-color-primary);
	color: #fff;
}
@media (min-width: 991px) {
	.main-header .bookbtn {
		margin-left: 40px;
    }
	.main-header .bookbtn .elementor-button {
    	padding: 12px 16px;
    	font-size: 12px;
    	line-height: 12px;
	}
	.main-header .bookbtn .elementor-button i {
		margin-right: 3px;
	}
}


/**
 * archive header
 */
.archive-header {
	position: relative;
    padding: 40px 30px;
    background-color: var(--e-global-color-primary);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    text-align: center;
    z-index: 0;
}
.archive-header:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: var(--e-global-color-primary);
    opacity: 0.85;
    z-index: -1;
}
.archive-header .elementor-container,
.archive-header .elementor-widget-container {
	padding: 0 15px;
}
.archive-header h1 {
	display: block;
	margin-bottom: 10px;
}
.archive-header .breadcrumb {
	display: block;
    font-size: 12px;
    color: #fff;
}
@media (min-width: 767px) {
	.archive-header {
		padding: 70px 30px;
	}	
	.archive-header h1 {
		margin-bottom: 20px;
	}
	.archive-header .breadcrumb {
		font-size: 15px;
	}
}
@media (min-width: 991px) {
	.archive-header {
		padding: 100px 0;
	}	
}


/**
 * SLIDER
 */
.elementor-slides {
	position: relative;
}
.elementor-slides .swiper-container {
	width: 100%;
	height: 220px;
}
.elementor-slides .slide-bg {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	min-width: 100%;
	min-height: 100%;
	background-color: var(--e-global-color-primary);
}
.elementor-slides .slide-inner {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 85%;
	text-align: center;

	-webkit-box-align: center; /*start - end*/
	-ms-flex-align: center; /*start - end*/
	align-items: center; /*flex-start - flex-end*/
	
	-webkit-box-pack: center; /*start - end*/
	-ms-flex-pack: center; /*start - end*/
	justify-content: center; /*flex-start - flex-end*/
}
.elementor-slides .slide-content {
	position: relative;
	z-index: 1;
	width: 100%;
}
.elementor-slides .slide-content .slide-heading {
	font-size: 22px;
	line-height: 32px;
	font-weight: 700;
}
.elementor-slides .slide-content .slide-description {
	font-size: 35px;
	line-height: 35px;
	font-weight: 700;
}
.elementor-slides .slide-content .animation {
    display: none;
}
.elementor-slides .slide-content .animation.curr_swiper {
    display: block;
}
.elementor-slides .swiper-pagination.swiper-pagination-bullets {
	position: absolute;
	bottom: 30px;
	margin: 0;
	display: none;
}
@media (min-width:767px) {
	.elementor-slides .swiper-container {
		height: 500px;
	}
	.elementor-slides .slide-inner {
		width: 60%;
	}
	.elementor-slides .slide-content .slide-heading {
		font-size: 45px;
		line-height: 55px;
	}
}
@media (min-width:991px) {
	.elementor-slides .swiper-container {
		height: 750px;
	}
	.elementor-slides .slide-content .slide-heading {
		font-size: 65px;
		line-height: 90px;
	}
}


/**
 * HOME
 */
@media (min-width: 767px) {
	.block .elementor-container {
		position: static;
	}
	.block .inner-img {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
	}
	.block.alt .inner-img {
		right: auto;
		left: 0;
	}
	.block.alt .inner-text {
		left: 50%;
	}
}

.rupees-icon {
	font-family: sans-serif;
	font-weight: 300;
	margin-right: 5px;
}

@media (min-width: 767px) {
	.hm-package .package-list .pkg-col:last-child {
		display: none;
	}
}


/**
 * ABOUT US
 */

/*faq*/
.faqs .elementor-accordion-item {
	border-left: 0 !important;
    border-right: 0 !important;
	border-top: 0 !important;
}



/**
 * SERVICES
 */

/*-- service intro --*/
.service-intro {
	margin-bottom: 30px;
}
.service-intro h2 {
	margin-bottom: 15px;
}
@media (min-width: 767px) {
	.service-intro {
		margin-bottom: 45px;
	}
}
@media (min-width: 991px) {
	.service-intro {
		margin-bottom: 70px;
	}
	.service-intro h2 {
		margin-bottom: 20px;
	}
}

/*-- service list --*/
.service-list {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
    gap: 15px;
}
.service-list .divcol {
	box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.1);
    border-radius: 15px;
}
.service-list .inner {
    padding: 30px 0;
    text-align: center;
}
.service-list .inner .thumbnail {
	display: block;
	margin: 30px 0;
}
.service-list .inner .thumbnail img {
	display: block;
}
.service-list .inner p {
	padding: 0 30px;
}
.service-list .inner a.readmore {
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 20px;
    font-size: 13px;
    line-height: 13px;
    display: inline-block;
    color: var(--e-global-color-secondary);
    transition: 1s;
}
.service-list .divcol:hover .inner a.readmore {
	color: var(--e-global-color-primary);
}

@media (min-width:767px) {
	.service-list {
		grid-template-columns: repeat(2, 1fr);
		gap: 30px;
	}
	.service-list .divcol {
		border-radius: 30px;
	}
}
@media (min-width:991px) {
	.service-list {
		grid-template-columns: repeat(3, 1fr);
	}
	.service-list .inner {
    	padding: 40px 0;
	}
	
}
@media (min-width: 991px) {
    .service-list .divcol {
        position: relative;
        overflow: hidden;
        transition: transform 0.35s ease, box-shadow 0.35s ease;
        cursor: pointer;
    }

    /* subtle lift and scale */
    .service-list .divcol:hover {
        transform: translateY(-10px) scale(1.02);
        box-shadow: 0 20px 35px rgba(0, 0, 0, 0.3);
        z-index: 5;
    }

    /* overlay using before pseudo */
    .service-list .divcol::before {
        content: "";
        position: absolute;
        inset: 0;
        background: #f3f3f3;
        opacity: 0;
        transition: opacity 0.35s ease;
        border-radius: inherit;
        pointer-events: none;
        mix-blend-mode: screen;
        z-index: 1;
    }
    .service-list .divcol:hover::before {
        opacity: 1;
    }

    /* ensure inner content above overlay */
    .service-list .inner {
        position: relative;
        z-index: 2;
    }

    /* readmore underline slide in */
    .service-list .inner a.readmore {
        position: relative;
        overflow: hidden;
    }
    .service-list .inner a.readmore::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 2px;
        background: var(--e-global-color-primary);
        transition: width 0.35s ease;
    }
	.service-list .divcol:hover .inner a.readmore::after {
		width: 100%;
    }
}


/**
 * SERVICE SINGLE PAGE
 */
.service-content h3,
.service-content p,
.service-content ul {
	margin-bottom: 15px;
}

.service-content .large-img {
    display: block;
    width: 100%;
    margin: 30px 0;
}
.service-content .large-img img {
	display: block;
	width: 100%;
	border-radius: 15px;
}

.service-content ul li {
    list-style: none;
    position: relative;
	margin-bottom: 10px;
}
.service-content ul.list li {
	padding-left: 15px;
	margin-bottom: 0;
}
.service-content ul.list li:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #7e7e7e;
}
.service-content ul li strong {
	font-weight: 500;
}

@media (min-width:767px) {
	.service-content h3,
	.service-content p,
	.service-content ul {
		margin-bottom: 20px;
	}
	
	.service-content .large-img {
   		margin: 50px 0;
	}
	.service-content .large-img img {
		border-radius: 30px;
	}
	
	.service-content ul li {
   		margin-bottom: 15px;
	}
	.service-content ul.list li {
		margin-bottom: 2px;
	}
	
	.service-content ul.list li:before {
    	top: 10px;
	}
}
@media (min-width:991px) {
	.service-content {
		padding-right: 60px;
	}
}


/*cpt-service-list*/
.cpt-service-list ul li {
    display: block;
    padding: 15px 30px;
    box-shadow: 0 0 35px 0px rgba(0, 0, 0, .1);
    background: #fff;
    font-weight: 500;
    margin-bottom: 10px;
    transition: 1s;
    border-radius: 5px;
}
.cpt-service-list ul li a {
	display: block;
}
.cpt-service-list ul li a:before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    float: right;
    color: #7e7e7e;
    font-size: 14px;
}
.cpt-service-list ul li:hover,
.cpt-service-list ul li.active {
	background: var(--e-global-color-primary);
}
.cpt-service-list ul li:hover a,
.cpt-service-list ul li.active a,
.cpt-service-list ul li:hover a:before,
.cpt-service-list ul li.active a:before {
	color: #fff; 
}
@media (max-width:767px) {
	.cpt-service-list {
		display: none;
	}
}
@media (min-width: 991px) {
    
    /*hover animation*/
    .cpt-service-list ul li {
        transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
        position: relative;
    }
    .cpt-service-list ul li:hover {
        transform: translateX(-8px);
	}
}



/*service-quote*/
.service-quote {
    background-image: url(../../../../uploads/service-quote.webp);
    padding: 30px;
    background-position: center center;
    background-size: cover;
    border-radius: 15px;
    position: relative;
    margin-top: 20px;
    overflow: hidden;
    z-index: 0;
}
.service-quote:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--e-global-color-primary);
    opacity: 0.8;
    z-index: -1;
}
.service-quote span {
	color: #fff;
}
.service-quote h3 {
    color: #fff;
    margin: 10px 0 15px;
    font-size: 26px;
    line-height: 32px;
}
.service-quote a {
    width: 100%;
    background: #fff;
    color: var(--e-global-color-primary) !important;
    margin-top: 10px;
}
.service-quote a.bhv {
    background: var(--e-global-color-803f3ea);
}
.service-quote a:hover {
	background: var(--e-global-color-primary);
	color: #fff !important;	
}
@media (min-width:991px) {
    .service-quote {
        padding: 50px;
        margin-top: 50px;
        border-radius: 30px;
    }
    .service-quote h3 {
    	font-size: 32px;
    	line-height: 38px;
	}
}



/**
 * PACKGES
 */
.package-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
.package-list .pkg-col .inner {
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
}
.package-list .pkg-col .heading {
    border-bottom-width: 2px;
    border-bottom-style: solid;
    padding: 15px 15px 10px 15px;
    position: relative;
    overflow: hidden;
    border-radius: 15px 15px 0 0;
}
.package-list .pkg-col .heading h3 {
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 13px;
}
.package-list .pkg-col .heading h2 {
	font-weight: 700;
}
.package-list .pkg-col .heading h2 span {
    font-weight: 300;
    font-family: sans-serif;
}
.package-list .pkg-col .heading .tag {
    position: absolute;
    top: 10px;
    right: -74px;
    transform: rotate(45deg);
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 180px;
    padding: 3px;
    font-size: 8px;
    line-height: 1;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
}

.package-list .pkg-col .content {
    padding: 15px;
}
.package-list .pkg-col .content ul > li {
	list-style: none;
}
.package-list .pkg-col .content ul > li:not(:last-child) {
    border-bottom: 1px dashed #e6e6e6;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.package-list .pkg-col .content ul > li p {
    font-size: 10px;
	line-height: 10px;
}
.package-list .pkg-col .content ul > li b {
    font-weight: 500;
    font-size: 12px;
}
.package-list .pkg-col .content ul > li .parameters-btn {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 10px;
    line-height: 10px;
    color: var(--e-global-color-secondary);
    text-decoration: underline;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
}
.package-list .pkg-col .content ul > li .parameters {
    display: none;
    position: absolute;
    background: #fff;
    padding: 10px 10px 10px 30px;
    z-index: 1;
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, .15);
    top: 100%;
    left: 0;
    right: 0;
    font-size: 10px;
    line-height: 1.3;
    border-radius: 15px;
}
.package-list .pkg-col .content ul > li .parameters ol li ol {
	padding-left: 15px;
}
.package-list .pkg-col .content .elementor-button {
    padding: 5px 10px;
    margin-top: 10px;
    font-size: 10px;
}
.package-list .pkg-col .content .elementor-button:hover {
	background: var(--e-global-color-secondary)!important;
}

@media (min-width:767px) {
	.package-list {
		grid-template-columns: repeat(3, 1fr);
	    gap: 15px;
	}
	.package-list .pkg-col .heading {
   		border-bottom-width: 3px;
        padding: 30px;
    }
    .package-list .pkg-col .heading h3 {
        margin-bottom: 10px;
        font-size: 20px;
        line-height: 20px;
    }
    .package-list .pkg-col .content {
    	padding: 30px;
	}
	.package-list .pkg-col .content ul > li:not(:last-child) {
		padding-bottom: 10px;
    	margin-bottom: 10px;
	}
	.package-list .pkg-col .content ul > li p {
    	font-size: 14px;
		line-height: 20px;
	}	
	.package-list .pkg-col .content ul > li b {
        font-size: 18px;
    }
    .package-list .pkg-col .content ul > li .parameters-btn {
		font-size: 14px;
	}
	.package-list .pkg-col .content ul > li .parameters {
        padding: 20px 30px 20px 50px;
        font-size: 15px;
    }
    .package-list .pkg-col .content .elementor-button {
        padding: 8px 16px;
        margin-top: 20px;
        font-size: 13px;
    }
    .package-list .pkg-col .heading .tag {
        top: 20px;
        right: -60px;
        padding: 7px;
        font-size: 10px;
    }
}
@media (min-width:991px) {
	.package-list {
		gap: 30px;
	}
	.package-list .pkg-col .inner {
    	border-radius: 30px;
	}
	.package-list .pkg-col .heading {
		border-radius: 30px 30px 0 0;
	}
	.package-list .pkg-col .heading,
	.package-list .pkg-col .content {
   		padding: 30px 70px;
    }
}


/**
 * ARCHIVE PAGE
 */
.archive-page {
	padding: 40px 15px;
}
.archive-page .elementor-widget-wrap {
	padding: 0 15px;
}
@media (min-width:768px) {
	.archive-page {
		padding: 80px 15px;
	}
}
@media (min-width:991px) {
	.archive-page {
		padding: 120px 0;
	}
}


/**
 * BLOG
*/
.archive-posts:not(.hm) {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}
.archive-posts .post .inner {
    position: relative;
    border-radius: 20px;
    border: 1px solid #efefef;
    overflow: hidden;
}
.archive-posts .post .content {
	padding: 30px;
}
.archive-posts .post .thumbnail,
.archive-posts .post .thumbnail img {
    display: block;
    width: 100%;
}
.archive-posts .post .thumbnail {
	overflow: hidden;
}
.archive-posts .post .date {
    font-size: 12px;
    margin-bottom: 5px;
    display: block;
    color: #7e7e7e;
}
.archive-posts .post h3 {
    font-size: 16px;
    line-height: 22px;
	margin-bottom: 5px;
}
.archive-posts .post p {
	font-size: 13px;
	line-height: 18px;
}
.archive-posts .post .readmore {
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 15px;
    padding: 10px 15px;
    display: block;
    font-size: 10px;
    line-height: 10px;
    color: #7e7e7e;
    background: #efefef;
    border-radius: 90px;
    transition: background 0.6s ease, color 0.6s ease;
}
.archive-posts .post .readmore:before {
    content: "\f0a9";
    font-family: "Font Awesome 5 Free";
    float: right;
}
.archive-posts .post:hover .readmore {
    background: var(--e-global-color-primary);
    color: #fff;
}
@media (min-width: 767px) {
	.archive-posts:not(.hm) {
		grid-template-columns: repeat(2, 1fr);
	    gap: 30px;
	}	
	.archive-posts .post .date {
        margin-bottom: 8px;
        font-size: 13px;
    }
	.archive-posts .post h3 {
		font-size: 18px;
		line-height: 26px;
		margin-bottom: 10px;
	}	
	.archive-posts .post p {
		font-size: 15px;
		line-height: 23px;
	}
	.archive-posts .post .readmore {
        margin-top: 30px;
        padding: 15px 20px;
        font-size: 12px;
        line-height: 12px;
    }
}
@media (min-width: 991px) {
	.archive-posts:not(.hm) {
		grid-template-columns: repeat(3, 1fr);
	}

	/*hover animation effect */
	.archive-posts .post .inner {
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}
	.archive-posts .post:hover .inner {
		transform: translateY(-5px);
    	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
	}
	.archive-posts .post .thumbnail img {
		transition: transform 0.4s ease;
	}
	.archive-posts .post:hover .thumbnail img {
    	transform: scale(1.05);
	}
}


/* ARCHIVE PAGINATION */
.archive-pagination {
    float: left;
    width: 100%;
    text-align: center;
	margin-top: 30px;
}
.archive-pagination a {
    margin: 0 6px;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    color: var(--e-global-color-secondary) !important;
}
.archive-pagination a:hover {
	color: var(--e-global-color-primary) !important;
}
@media (min-width: 991px) {
	.archive-pagination {
	   margin-top: 50px;
	}
}


/**
 * SIGLE BLOG PAGE
 */
.single-posts .post-image img,
.single-posts .post-content img {
	display: block;
	width: 100%;
	border-radius: 15px;
}

.single-posts .post-info ul li {
    display: inline-block;
	font-size: 11px;
    color: #7e7e7e;
}
.single-posts .post-info ul li:not(:last-child) {
	margin-right: 8px;
}
.single-posts .post-info ul li i {
    margin-right: 2px;
}

.single-posts .post-title {
	margin: 10px 0 25px;
}
.single-posts .post-title h2 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 500;
}

.single-posts .post-content {
	margin-top: 10px;
}
.single-posts .post-content p {
	margin-top: 15px;
}
.single-posts .post-content h3 {
	margin-top: 20px;
}
.single-posts .post-content strong {
	font-weight: 500;
}

.single-posts .post-content ul {
	padding-left: 15px;
	margin-top: 5px;
}
.single-posts .post-content > ul li{
	margin-top: 15px;
	list-style: none;
}

.single-posts .post-content ol {
	padding-left: 15px;
	margin-top: 5px;
}
.single-posts .post-content > ol li {
	margin-top: 15px;
}

.single-posts .post-content .wp-block-image.one,
.single-posts .post-content .wp-block-gallery {
	margin-top: 20px;
}
.single-posts .post-content .wp-block-gallery {
	display: grid;
}
.single-posts .post-content .wp-block-gallery.two {
	grid-template-columns: auto auto;
	gap: 10px 10px;
}
.single-posts .post-content .wp-block-gallery.three {
	grid-template-columns: auto auto auto;  
	gap: 3px 3px;
}

@media (min-width: 767px) {
	.single-posts .post-title h2 {
		font-size: 35px;
		line-height: 40px;
	}
}
@media (min-width: 991px) {
	/*.single-posts .post-info,
	.single-posts .post-title,
	.single-posts .post-content {
		width: 84%;
		margin-left: 8%!important;
	}*/

		

	.single-posts .post-info ul li {
		font-size: 15px;
	}
	.single-posts .post-info ul li:not(:last-child) {
		margin-right: 15px;
	}

	.single-posts .post-title {
		margin: 20px 0 50px;
	}
	.single-posts .post-title h2 {
		font-size: 50px;
		line-height: 60px;
		font-weight: 500;
	}

	.single-posts .post-content {
		margin-top: 40px;
	}
	.single-posts .post-content p {
		margin-top: 20px;
	}
	.single-posts .post-content h3 {
		font-size: 26px;
		line-height: 32px;
		margin-top: 40px;
	}

	.single-posts .post-content .wp-block-image.one,
	.single-posts .post-content .wp-block-gallery {
		margin-top: 40px;
	}
	.single-posts .post-content .wp-block-gallery.two {
		gap: 40px 40px;
	}
	.single-posts .post-content .wp-block-gallery.three {
		gap: 30px 30px;
	}
}


/**
 * QUICK RIGHT FIXED
 */
ul.right-fixed {
    background: var(--e-global-color-803f3ea);
    border-radius: 7px 0 0 7px;
    padding: 0;
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 999;
}
ul.right-fixed li {
    display: block;
    list-style: none;
    position: relative;
}
ul.right-fixed li:not(:last-child) {
    border-bottom: 1px solid #cfb913;
}
ul.right-fixed li a {
    display: flex;
    padding: 10px 12px;
    position: relative;
    text-align: center;
    transition: all .3s ease;
}
ul.right-fixed li a img {
	width: 18px;
}
ul.right-fixed li a span {
    background: var(--e-global-color-803f3ea);
    border-radius: 5px;
    box-shadow: 0 5px 5px rgba(0,0,0,.15);
    color: #333;
    font-size: 13px;
    opacity: 0;
    padding: 5px 10px;
    position: absolute;
    right: 70px;
    transition: all .3s ease;
    visibility: hidden;
    white-space: nowrap;
}
ul.right-fixed li a span:before {
    border-bottom: 7px solid transparent;
    border-left: 7px solid var(--e-global-color-803f3ea);
    border-top: 7px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    right: -7px;
    top: 7px;
    width: 0;
}
ul.right-fixed li a:hover span {
    opacity: 1;
    right: 50px;
    transition: all .3s ease;
    visibility: visible;
}
@media (min-width: 767px) {
	ul.right-fixed {
		padding: 0 7px;
	}	
	ul.right-fixed li a {
		padding: 15px 7px;
	}
	ul.right-fixed li a img {
		width: 24px;
	}
	ul.right-fixed li a:hover span {
		right: 55px;
	}
	ul.right-fixed li a span:before {
		top: 11px;
	}
}


/**
 * FOOTER
 */
.main-footer {
    padding: 40px 0 30px;
    background-color: var(--e-global-color-accent);
    font-size: 13px;
    line-height: 19px;
}
.main-footer .elementor-widget-wrap {
    padding: 0 30px;
}
.main-footer .elementor-widget-wrap h3 {
    color: var(--e-global-color-primary);
    margin-bottom: 10px;
    font-size: 16px;
}

.main-footer .footer-logo img {
	margin-bottom: 20px;
	width: 100px;
}
.main-footer .address b {
	display: block;
   font-size: 20px;
   line-height: 20px;
   font-weight: 500;
   margin-bottom: 5px;
}

.main-footer .social-icon a {
    color: var(--e-global-color-text);
	font-size: 16px;
    margin-right: 6px;
	transition: 1s;
}
.main-footer .social-icon a:hover {
	color:  var(--e-global-color-secondary);
}

.main-footer .prolist {
    padding-left: 40px;
}
.main-footer .prolist ul li:not(:last-child) {
	margin-bottom: 15px;
}
.main-footer .prolist ul li {
    list-style: none;
    position: relative;
    padding-left: 15px;
}
.main-footer .prolist ul li:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--e-global-color-primary);
}

/*copyright*/
.main-footer .copyright .elementor-element {
    border-top: 1px solid #ddd;
	font-size: 11px;
	margin-top: 30px;
	padding-top: 25px;
    text-align: center;
}

.whatsapp-icon {
    position: fixed;
    bottom: 10px;
    right: 10px;
    background-color: #25D366;
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    display: inline-block;
    border-radius: 50%;
	text-align: center;
	transition: 1s;
}
.whatsapp-icon:hover {
	background-color: #119d45;
    color: #fff;
}

@media (min-width: 767px) {
	.main-footer {
		padding: 80px 0 50px;
		font-size: 15px;
		line-height: 25px;
	}
	.main-footer .elementor-widget-wrap h3 {
	    margin-bottom: 15px;
	    font-size: 18px;
	}

	.main-footer .address b {
   		font-size: 30px;
   		margin: 20px 0 15px;
	}

	/*copyright*/
	.main-footer .copyright .elementor-element {
		padding-top: 50px;
		margin-top: 50px;
		font-size: 13px;
	 }

	.whatsapp-icon {
		bottom: 15px;
	    right: 15px;
		width: 45px;
	    height: 45px;
	    line-height: 45px;
	    font-size: 25px;
	}
}
@media (min-width: 991px) {
	.main-footer {
		padding: 120px 0 90px;
	}
	.main-footer .elementor-widget-wrap {
	    padding: 0 15px;
	}
	.main-footer .elementor-widget:not(:last-child) {
	    margin-bottom: 35px;
	}

	.main-footer .address {
	    padding-left: 70px;
	}
	.main-footer .address.alt {
	    padding-left: 80px;
		padding-right: 40px;
	}

	.main-footer .copyright .elementor-element {
		margin-top: 70px;
		padding-top: 70px;
	}
}
@media (max-width: 991px) {
	.main-footer .footer-logo,
	.main-footer .address {
		width: 33.333%;
	}
}
@media (max-width: 767px) {
	.main-footer .elementor-column {
		width: 100%;
	}
	.main-footer .address:not(.alt) .elementor-widget-wrap {
		padding-right: 15px;
	}
	.main-footer .address.alt .elementor-widget-wrap {
		padding-left: 15px;
	}
	.main-footer .footer-logo .elementor-element  {
	    margin-bottom: 30px;
	    padding-bottom: 25px;
	    border-bottom: 1px solid #ddd;
	    text-align: center;
	}
	.main-footer .address {
	    width: 50%;
	}
}