/* ======== Header ======== */
.navbar-toggler, .navbar-toggler:focus{
    box-shadow: none
}
.navbar-toggler-icon{
    width:1.3em;
    height:1.3em;
}
.sp-fixed-header .navbar-toggler-icon{
	filter:invert(1);
}
 
/*--- Header Nav ul ---*/ 
 .sp-header-nav-ul li{
    margin:0 0 0 1.2rem;
}
.sp-header-nav-ul li:nth-child(1){
	//margin-left:0 !important; 
}
.sp-header-nav-ul li .nav-link{
    padding:1.3rem 0 !important;
    color:#3d3d3d;
}
.sp-header-nav-ul li a.anchor-text{
	position: relative;
}
.sp-header-nav-ul li a.anchor-text:before{
    bottom: 0
}
.sp-header-nav-ul li:hover a.anchor-text:before{
	width:100%;
	z-index:1;
}
.sp-header-nav-ul li.dropdown a.anchor-text:before{
	display:none;
}

.sp-header-nav-ul .dropdown{
	position:static;
}
.sp-header-nav-ul li.dropdown a{
	padding-right:20px !important;
}
.sp-header-nav-ul li.dropdown a:after{
	content:'';
	width:10px;
	height:10px;
	border:none;
	position:absolute;
    top:0;
    bottom:0;
	background:url('../../assets/images/arrow-down.svg') center no-repeat;
	background-size:18px;
	margin:auto 0 auto 8px;
}

/*--- Dropdown Menu ---*/ 
.dropdown-menu{
	border:none;
	border-radius:0.375rem;
	padding:12px 0;
	width:max-content;
	box-shadow:0 0 15px -3px rgba(0,0,0,.15);
}
.sp-header-nav-ul li.dropdown:hover .dropdown-menu{
    display: block
}
.dropdown-menu:before{
    content: '';
    position: absolute;
    border: solid #fff0;
    height: 0;
    width: 0;
    border-color: #fff #fff0 #fff0;
    border-width: 8px;
    left:35px;
	top:-16px;
    margin: auto;
    transform: rotate(180deg);
}
.dropdown-menu li{
	margin-left:0;
	transition:color .15s ease-in-out,background-color .15s ease-in-out;
}
.dropdown-menu li:hover, .dropdown-menu li:focus{
    color:#191919 !important;
}
.sp-header-nav-ul li .dropdown-menu li a{
	padding:8px 20px !important;
	width: auto;
	background:none;
	transition:inherit;
	font-weight:600 !important;
}
.dropdown-menu li:nth-last-child(1) a{
	border-bottom:none;
}
.dropdown-menu li a:after{
	display:none;
}

.collapsing{
	transition:unset;
}

/*--- Fixed Header ---*/ 
.sp-fixed-header .sp-header-wrap{
	position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
	box-shadow:none;
	border:1px solid rgb(255 255 255 / 10%);
}
.sp-fixed-header .sp-header-wrap, .sp-fixed-header .sp-header-navbar{
	background:transparent !important;
}
.sp-fixed-header .sp-header-nav-ul li .nav-link{
	color:rgb(255 255 255 / 70%);
}
.sp-fixed-header .sp-header-nav-ul li .nav-link:hover{
	color:#fff !important;
}
.sp-fixed-header .sp-header-navbar .btn-outline-dark{
	border-color:#fff;
	color:#fff;
}
.sp-fixed-header .sp-header-cta:hover,
.sp-fixed-header .sp-header-cta:focus,
.sp-fixed-header .sp-header-cta.active{
	background:#fff !important;
	color:#001c30 !important;
}
.sp-header-nav-ul li .dropdown-menu li a, 
.sp-fixed-header .sp-header-nav-ul li .dropdown-menu li .nav-link{
	color:rgba(0,0,0,.5);
}
.sp-fixed-header .sp-header-nav-ul li.dropdown a:after{
	filter:invert(1);
}
.sp-fixed-header .sp-header-nav-ul li .dropdown-menu li .nav-link:hover{
	color:#176b87 !important;
}

/*--- Sticky Header (On Scroll) ---*/ 
.sticky, .sp-fixed-header .sp-header-wrap.sticky {
    position: fixed !important;
    top: -1px;
    left: 0;
    width: 100%;
    box-shadow: 0 0 30px -3px rgb(0 0 0 / .15);
    z-index: 1500;
    transform-origin: top;
    animation: go-sticky 1s forwards
}
.sp-fixed-header .sp-header-wrap.sticky,
.sp-fixed-header .sp-header-wrap.active{
	background:linear-gradient(-45deg, #001c30, #2d413f) !important;
}

.sp-fixed-header .sp-header-wrap.active{
	transition:background 0.4s ease-in-out;
}

@keyframes go-sticky {
    0% {
        transform: translateY(-30px)
    }
    100% {
        transform: translateY(0)
    }
}

/* ======== Mobile - Nav Offcanvas ======== */
/* .sp-nav-mob-offcanvas{
	width:280px !important;	
}
.sp-mob-menu-wrap{
	max-height:60vh;
}
.sp-mob-menu-wrap .nav-link{
	padding-top:.6rem;
	padding-bottom:.6rem;
}
.sp-mob-menu-wrap .nav-link:hover, 
.sp-mob-menu-wrap .nav-link.accordion-button[aria-expanded="true"]{
	background:#f9f9f9 !important;
	//color:#ff7837;
	color:#000;
	border-left:2px solid #ff7837;
}
.sp-mob-menu-wrap .nav-link:hover svg,
.sp-mob-menu-wrap .nav-link.accordion-button[aria-expanded="true"] svg{
	fill:#ff7837;
}
.sp-sub-mob-menu li{
	margin-bottom:.4rem;
} */


/* ======== Scroll To Top ======== */
.sp-go-to-home {
    opacity: 0;
    visibility: hidden;
    right: 20px;
    bottom: 20px;
    z-index: 1100;
    width: 45px;
    height: 45px;
    line-height: 45px;
    cursor: pointer;
    background: rgb(0 0 0 / .6);
    transition: all 0.3s ease-in-out
}

.sp-go-to-home:hover {
    background: rgb(0 0 0 / .75)
}

.sp-go-to-home.active {
    animation:goUp 600ms forwards;
}


/* ======== Page Title ======== */
/* .sp-page-title-section h1.heading-lg {
    font-size: 46px !important
}
 */

/* ======== Gradient Circles ======== */
/* .sp-gradient-circles{
	top: 53%;
    right: 37%;
}
.sp-circle-1, .sp-circle-2{
	filter: blur(40px);
    opacity: 0.4;
}
.sp-circle-1{
	width: 500px;
    height: 500px;
    background: linear-gradient(#ffd6d5, #e45a92);
}
.sp-circle-2{
	width: 300px;
    height: 300px;
    background: linear-gradient(#cca6ff, #3e1e68);
    top: 70px;
    left: -103px;
} */


/* ======== Search Input ======== */
/* .sp-search-input{
	max-width:360px;
	transition:max-width 0.3s ease-in-out;
}
.sp-search-full .sp-search-input{
	max-width:-webkit-fill-available;
}
.sp-search-input:hover{
	max-width:100%;
}
.sp-search-form input[type='text'].form-control{
	height:60px;
	padding-right:70px !important;
}
.sp-search-input .btn{
    top: 5px;
    right: 5px;
    height: 50px;
}

.sp-search-col .sp-search-input{
	max-width:100%;
} */


/* ======== Curve Cards ======== */
/* .sp-curve-row{
    padding: 0 40px 120px;
}
.sp-curve-col{
    width: 300px;
	transition:transform 0.3s ease-in-out;
}
.sp-curve-col:nth-child(1){
	transform:rotate(-16deg) translate(-12px, 75px);
}
.sp-curve-col:nth-child(2){
	transform:rotate(-8deg) translate(-10px, 12px);
}
.sp-curve-col:nth-child(4){
	transform:rotate(8deg) translate(10px, 12px);
}
.sp-curve-col:nth-child(5){
	transform:rotate(16deg) translate(12px, 75px);
}
.sp-curve-col:hover{
	z-index:10;
}
.sp-curve-col:hover:nth-child(1){
	transform:rotate(-16deg) translate(-12px, 55px);
}
.sp-curve-col:hover:nth-child(2){
	transform:rotate(-8deg) translate(-10px, 0);
}
.sp-curve-col:hover:nth-child(3){
	transform:translate(0, -20px);
}
.sp-curve-col:hover:nth-child(4){
	transform:rotate(8deg) translate(10px, 0);
}
.sp-curve-col:hover:nth-child(5){
	transform:rotate(16deg) translate(12px, 55px);
} */


/* ======== Enquiry Form ======== */
/* .sp-enquiry-form-head{
	top:-60px;
	margin-bottom:-60px;
	background:linear-gradient(45deg, #ededed, #ffffff);
} */


/* ======== Whatsapp Form ======== */
/* .sp-whatsapp-form{
	bottom:80px;
	left:80px;
	width:280px;
	background:linear-gradient(to bottom, #ffffff, #ccff91);
	opacity:0;
	visibility:hidden;
	transform:translateX(-130%);
	transition:transform 0.4s cubic-bezier(0.65, -0.01, 0.16, 0.99), opacity 0.6s ease-in-out, visibility 0.6s ease-in-out;
}
.sp-whatsapp-form.sp-active{
	opacity:1;
	visibility:visible;
	transform:translateX(0);
}
.sp-whatsapp-form form.scroll{
	max-height:340px;
	margin-right:-10px;
} */


/* ======== Pagination ======== */
/* .pagination{
	padding:0 1rem;
	margin-top:3rem;
	display:flex;
	align-items:center;
}
.pagination .screen-reader-text{
	font-size:16px;
	font-weight:600;
}
.pagination .nav-links{
	width:100%;
    flex:1;
    margin-left:1rem;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
}
.pagination .nav-links::-webkit-scrollbar{
	width:4px;
	height:4px;
}
.pagination .page-numbers{
	border:1px solid #3E1E68;
	background:rgb(62 30 104 / 8%);
	border-radius:0.475rem;
	padding:4px 12px;
	font-size:14px;
	margin-right:6px;
	margin-bottom:8px;
	display:inline-block;
}
.pagination .page-numbers:nth-last-child(1){
	margin-right:0;
}
.pagination .page-numbers:hover{
	background:rgb(62 30 104 / 24%);
}
.pagination .page-numbers.current{
	background:#3E1E68 !important;
	color:#fff !important;
} */


/* ======== Banner ======== */
.sp-banner-section{
	padding:190px 0 170px 0;
}
.sp-banner-form .form-control-lg, .sp-banner-form .btn{
	padding:0.92rem 1.6rem;
}

#webAuditModal .modal-dialog{
	max-width:700px;
}
#webAuditModal .modal-content{
	background:linear-gradient(to top left, #bbf1ed, #ffffff, #c6dfe7);
}

.sp-free-audit p{
	background:linear-gradient(45deg, rgb(255 255 255 / 16%), rgb(255 255 255 / 4%));
    padding:4px 14px 4px 4px;
    border-color:rgb(255 255 255 / 9%) !important;
}
.sp-free-audit .badge{
	background:linear-gradient(334deg, #1fa124, #91cf48);
}


/* ======== Blog - Content ======== */
.sp-blogger-content-section{
	background:#e5edfd;
}
.sp-blogger-top-content{
	padding-bottom:46%;
}
.sp-blogger-video{
	width:54%;
	max-width:720px;
}


/* ======== Category ======== */
.sp-category-item{
	padding-top:40px;
	padding-bottom:40px;
	background:linear-gradient(45deg, rgb(255 255 255 / 10%), rgb(255 255 255 / 5%));
}
.sp-category-item:hover{
	background:linear-gradient(45deg, rgb(255 255 255 / 20%), rgb(255 255 255 / 10%));
	border-color:rgb(255 255 255 / 10%) !important;
}
.sp-category-item .orb.mint{
	width:200px;
    height:200px;
    top:-80px;
    left:-80px;
	transform:translate(-30%, -30%);
	transition:transform 0.4s ease-in-out;
}
.sp-category-item .orb.navy{
	width:140px;
    height:140px;
    right:0;
    left:auto;
    bottom:-70px;
	transform:translate(30%, 30%);
	transition:transform 0.8s ease-in-out;
}
.sp-category-item:hover .orb{
	filter:blur(20px);
	transform:translate(0%, 0%);
}


/* ======== (Prev - Next) Img ======== */
.sp-prev-img, .sp-next-img{
	margin: 0 10px;
}
.sp-prev-img, .sp-next-img,
.sp-prev-img img, .sp-next-img img{
	width: 40px;
    height: 40px;
}


/* ======== Comments ======== */
#respond h3 {
    font-size: 1rem;
    margin-bottom: 15px
}
#respond a {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-decoration-color: #64ccc5;
}
#respond p {
    margin-bottom: 1rem
}
#respond p,
#respond a {
    font-size: 15px
}
#respond textarea {
    resize: vertical;
    min-height: 120px;
    width: 100%;
    border-radius:0.375rem;
    border-color:var(--bs-body-bg);
	font-size: 15px;
}
#respond input[type="text"],
#respond input[type="email"],
#respond input[type="url"],
#respond textarea{
	padding: 0.70rem 1rem;
	//box-shadow:0 0 0 3px rgba(100, 204, 197, 0.3);
}
#respond input[type="text"]:focus,
#respond input[type="email"]:focus,
#respond input[type="url"]:focus,
#respond textarea:focus {
	border-color: #64ccc5 !important;
    box-shadow: 0 0 0 .10rem #64ccc5;
}
#respond input[type="submit"]{
	padding: 0.75rem 1rem;
    color: #2C2C2C;
	font-size: 15px;
	border-radius:0.375rem;
	font-weight:500;
	background: transparent;
	border:1px solid #2C2C2C;
	box-shadow:none;
}
#respond input[type="submit"]:hover{
	background:#2C2C2C;
	color:#fff;
}
#respond .form-submit {
    margin-bottom: 0
}
.sp-comment-box {
    padding: 22px;
}
.sp-comment-author {
    line-height: 1.2;
}
.sp-comment-item .children {
    padding-left: 40px
}


/* ======== CTA - Bottom links ======== */
/* .sp-cta-bottom-links{
	bottom:80px;
    left:16px;
	transition:transform 0.3s ease-in-out;
}

.sp-cta-bottom-btn{
	width:44px !important;
	height:44px !important;
	opacity:0;
	visibility:hidden;
	transform:translateY(10px);
	transition:transform 0.2s ease-in-out;
}
.sp-cta-bottom-btn:hover{
	transform:scale(1.1) !important;
}
.sp-cta-bottom-btn:nth-child(1){
	bottom:30px;
	transform:translateY(50px);
	transition:all 0.8s cubic-bezier(0.42, 0, 0, 1.03);
}
.sp-cta-bottom-btn:nth-child(2){
	bottom:20px;
	transform:translateY(40px);
	transition:all 0.6s cubic-bezier(0.42, 0, 0, 1.03);
}
.sp-cta-bottom-btn:nth-child(3){
	bottom:10px;
	transform:translateY(30px);
	transition:all 0.4s cubic-bezier(0.42, 0, 0, 1.03);
}
.sp-cta-bottom-btn:nth-child(4){
	bottom:0;
	transform:translateY(20px);
	transition:all 0.2s cubic-bezier(0.42, 0, 0, 1.03);
}
.sp-cta-bottom-btn.active{
	opacity:1;
	visibility:visible;
	transform:translateY(0);
}

.sp-cta-bottom-close{
	bottom:20px;
    left:20px;
	width:36px;
	height:36px;
} */


/* ======== Content - Section ======== */
.sp-content-section{
	//background:linear-gradient(45deg, #00445b, #379d96) !important;
}


/* ======== Single Post Page ======== */
.sp-single-post-title-section{
	padding:60px 0 130px;
	background:linear-gradient(to top left, #e7fffd, transparent, #dbf6ff);
}
.sp-single-post-title-section h1{
	font-size:3rem;
}

.sp-single-post-section{
	top:-80px;
}


/* ======== Widgets ======== */
.widget-item .heading-sm{
	letter-spacing: 0.03rem;
}
.widget-item ul {
    list-style: disc;
    padding-left: 20px;
	max-height:320px;
	overflow:auto;
	overflow-x:hidden;
	padding-right:10px;
}
.widget-item ul::-webkit-scrollbar{
	width:4px;
	height:4px;
}
.widget-img-item ul{
	list-style:none;
	padding-left:0;
}
.widget-item li {
    padding: 10px 0;
    border-bottom: 1px solid #f3f3f3;
	font-size:15px;
}
.widget-item li:nth-child(1) {
    padding-top: 0;
}
.widget-item li:nth-last-child(1) {
    padding-bottom: 0;
    border-bottom: none;
}
.widget-img-item ul li img{
	width:80px;
	height:70px;
}
.widget-item li a {
	//font-weight:400 !important;
	color:#616161;
    transition: color 0.2s ease-in-out
}
.widget-item li a:hover {
    color: #000
}
.widget-item .badge {
    background:#eee;
    border:none;
    padding:3px 7px;
    font-weight:600;
    color:#000 !important;
    margin-left:4px;
    transition: background 0.2s ease-in-out
}
.widget-item li:hover .badge {
    background:#b9f5f1;
}


/* ======== Table of Contents ======== */
.sp-table-of-contents ul{
	list-style:none;
	max-height:260px;
}


/* ======== Share links ======== */
.sp-sl-item{
	margin-bottom:.5rem;
}
.sp-post-shares .sp-sl-item{
	margin-bottom:1.1rem;
}

/* .sp-post-shares .sp-sl-item svg{
	width:24px;
	height:24px;
} */

/* .sp-share-links-mob-wrap{
	right:20px;
    top:180px;
    width:32px;
	border-radius:160px;
    padding:10px 0;
    width:34px;
    height:max-content;
    box-shadow:0 0 15px -3px rgb(0 0 0 / .15);
	opacity: 0;
    visibility: hidden;
}
.sp-share-links-mob-wrap.active{
    animation:goUp 600ms forwards;
}
.sp-share-links-mob-wrap p{
    transform:rotate(-90deg);
    position:relative;
    top:16px;
    left:0;
    right:0;
    font-size:14px;
}
.sp-share-links-mob{
	padding-top:35px;
} */


/* ======== Modal - Enquiry Form ======== #d7594c, #e35e4f */
/* .sp-enquiry-modal-form .modal-content{
	background:linear-gradient(280deg, #d6b6ff, #ffeaf3);
	animation:bgColorAnimate 2s infinite linear;
}
@keyframes bgColorAnimate{
	0%{
		background:linear-gradient(280deg, #dabeff, #fff0f6);
	}
	100%{
		background:linear-gradient(-20deg, #d6b6ff, #ffeaf3);
	}
}

.sp-enquiry-modal-form .eqf-form-btn{
	letter-spacing:0.05rem;
} */


/* ======== 404 Error ======== */
/* .sp-error-content h1{
	font-size:14rem;
	line-height:1;
} */


/* ======== Footer ======== */ 
.sp-footer-col ul li, .sp-footer-ul li{
    margin-bottom:.2rem;
}
.sp-footer-col ul li:nth-last-child(1), .sp-footer-ul li:nth-last-child(1){
    margin-bottom:0;
}
.sp-footer-col ul li a, .sp-footer-ul li a {
	font-weight:400;
	font-size:0.9rem;
	color:rgb(255 255 255 / 50%);
    transition: color 0.2s ease-in-out;
}
.sp-footer-col ul li a:hover, .sp-footer-ul li a:hover{
	color:rgb(255 255 255 / 90%);
}

.sp-emailer-form{
	 box-shadow:0 0 0 3px rgba(100, 204, 197, 0.3);
}
.sp-emailer-form .btn{
	padding:0.70rem 1rem;
}

/* .sp-footer-wrap {
	background:#22143e;
	padding-bottom:50px;
}
.footer-top .col-xl-7{
	padding-left:3.9rem;
}


.footer-col li a:hover,
.footer-ul li a:hover,
.footer-col .contact-text a:hover,
.footer-col li a:focus,
.footer-ul li a:focus,
.footer-col .contact-text a:focus {
    color: #fff !important
}
.footer-col .badge{
	color:#ffacac;
	font-size:0.9rem;
	font-weight:500;
	padding:0;
	border:none;
}
.footer-social-ul a:hover svg,.footer-social-ul a:focus svg {
    fill:#f37bac;
}
.footer-wrap hr {
    border-color: rgb(255 255 255 / .10)
}
.sp-copyrights{
	padding:22px 0;
} */


/* ======== Newsletter ======== */ 
/* .sp-emailer-form p{
	bottom:-2px;
	transform:skewX(-20deg);
	padding:6px 12px;
	letter-spacing:0.035rem;
	background:linear-gradient(45deg, #673d7f, transparent);
}
.sp-emailer-form p span{
	transform:skewX(20deg);
}
.sp-emailer-form .form-control,
.sp-emailer-form .btn{
	padding-top:.65rem;
	padding-bottom:.65rem;
} */


/*=== --- Media-Queries --- ===*/
@media(max-width:1199px){
	
	/* .sp-header-nav-ul li a.anchor-text:before{
		bottom:-1px;
	}
	*/
	
.sp-table-of-contents{
    position: fixed;
    background: #ffffff;
    bottom: 0;
    left: 0;
    margin: 0 0 20px 15px !important;
    padding:18px 10px 18px 15px;
    z-index: 1500;
    box-shadow: 0 0 30px -3px rgb(0 0 0 / .15);
    border: 1px solid #d9d9d9;
    border-radius:0.5rem;
    max-width: 220px;
}
.sp-table-of-contents h3{
	font-size:16px !important;
	padding-right:10px;
    margin:0 !important;
	cursor:pointer;
}
.sp-table-of-contents h3.active{
	margin-bottom:1rem !important;
}
.sp-table-of-contents ul{
	max-height:140px;
	display:none;
}

.sp-shares-wrap{
	position: fixed;
    right: 0;
    bottom: 50%;
    z-index: 1500;
}
.sp-post-shares p{
	display:none;
}

}


@media(max-width:991px){
	
	/* .sp-header-nav-ul{
		margin-bottom:16px;
	}
	.sp-header-wrap .contact-text a{
		padding:3px 10px;
	}
	.sp-header-nav-ul li .nav-link{
		padding:12px 0 8px 0 !important;
	}
	.sp-header-nav-ul li{
		margin-left:0;
	}
	.sp-header-nav-ul li a{
		display:inline-block;
	}
	.sp-header-nav-ul li a.anchor-text:before{
		bottom:0;
	}
	.sp-header-nav-ul li.dropdown a:after{
		top:20px;
		margin-left:10px;
	}
	.dropdown-menu{
		width:100%;
		background:#f2edf5;
		border:none !important;
		box-shadow:none;
		border-radius:0.85rem;
		overflow:hidden;
	}
	.dropdown-menu:before{
		display:none;
	}
	.sp-header-nav-ul{
		max-height:380px;
		overflow: auto;
		overflow-x: hidden;
		padding-right:10px;
	}
	.sp-header-nav-ul::-webkit-scrollbar{
		width:4px;
		height:4px;
	}
	.sp-header-nav-ul li{
		border-color:#eccaff;
	}
	.sp-header-nav-ul li:nth-last-child(1){
		border:none;
	}
	.dropdown-menu li:hover{
		background:#e6d0f3;
	}
	.dropdown-menu li:hover a{
		color:#191919;
	}
	.dropdown-menu li a:hover{
		background:#f0d8ff;
	}
	
	.pagination{
		flex-direction:column;
		align-items:start;
	}
	.pagination .nav-links{
		margin-top:1rem;
		margin-left:0;
	} */
	
	.sp-header-nav-ul li{
		margin:0;
	}
	.sp-header-nav-ul, .sp-header-nav-ul li .nav-link{
		padding:1rem 0 !important;
	}
	.sp-header-nav-ul{
		padding-bottom:1.5rem !important;
	}
	.sp-header-nav-ul li .nav-link{
		display:inline-block;
		padding-bottom:0.5rem !important;
	}
	.sp-header-nav-ul li.dropdown a{
		padding-right:0 !important;
	}
	.sp-header-nav-ul li.dropdown a:after{
		top:8px;
	}
	.sp-header-nav-ul li .dropdown-menu li a, 
	.sp-fixed-header .sp-header-nav-ul li .dropdown-menu li .nav-link{
		color:rgb(0 0 0 / 60%);
	}
	.dropdown-menu{
		width:100%;
		position:relative !important;
		box-shadow:none;
		background:#ebebeb;
	}
	.dropdown-menu:before{
		border-color:#ebebeb #fff0 #fff0;
	}
	
	
	.sp-blogger-content-section{
		padding-bottom:260px;
	}
	.sp-blogger-top-content{
		padding-bottom:0;
		padding-left:20px;
		padding-right:20px;
	}
	.sp-blogger-video{
		width:64%;
	}
	.sp-blogger-content{
		padding:0 20px 20px;
	}

}


@media(max-width:767px){
	
	.sp-go-to-home{
        right: 15px;
        width: 42px;
        height: 42px;
        line-height: 42px
    }
    .sp-go-to-home svg{
        width: 18px;
        height: 18px
    }
	
	/* 
	
	.sp-cta-bottom-btn{
		width:38px !important;
		height:38px !important;
	}
	.sp-cta-bottom-btn svg{
		width:20px;
		height:20px;
	}
	.sp-cta-bottom-close{
		width:32px;
		height:32px;
	}
	.sp-cta-bottom-close svg{
		width:18px;
		height:18px;
	}
	.sp-cta-bottom-close svg.bi-list{
		width:20px;
		height:20px;
	}
	
	.sp-error-content h1{
		font-size:10rem;
	} */
	
	.sp-blogger-content-section{
		padding-bottom:280px;
	}
	.sp-blogger-top-content{
		padding-left:10px;
		padding-right:10px;
	}
	.sp-blogger-video{
		width:84%;
	}
	.sp-blogger-content{
		padding:0 10px 10px;
	}
	
	.sp-post-shares{
		padding:0.75rem !important;
	}
	.sp-post-shares .sp-sl-item{
		margin-bottom:0.8rem;
	}
	.sp-sl-item svg{
		width:20px;
		height:20px;
	}

}


@media(max-width:575px){
	
	.sp-banner-section{
		padding:165px 0 160px 0;
	}
	
	.sp-comment-item .children{
		padding-left:20px;
	}

	.sp-single-post-title-section h1{
		font-size:calc(1.4rem + 1.5vw);
	}

	/* 
	.footer-social-ul .social-links svg{
		width:34px;
		height:34px;
	}
	
	.sp-whatsapp-form{
		left:15px;
		width:260px;
	}
	
	.sp-error-content h1{
		font-size:8rem;
	}
	 */
	
	.sp-blogger-content-section{
		padding-bottom:220px;
	}
	.sp-blogger-video{
		width:100%;
	}

}


@media(max-width:399px){
	
	.sp-blogger-content-section{
		padding-bottom:180px;
	}
	
}


@media(min-width:576px){
	
	/* .sp-enquiry-modal-form .modal-dialog{
		max-width:450px;
		margin-left:auto;
		margin-right:auto;
	} */
	
}




