@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Outfit:wght@100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
/*===== Pre CSS =====*/
body{ font-size: 16px; font-weight: 400; font-family: "Outfit", sans-serif; line-height: 28px;}
p,a, span, table, th, tr, td, h1, h2, h3, h4, h5, h6, img, ul, ol, li{ margin: 0; padding: 0;}
h1, h2, h3, h4, h5, h6{font-family: "Outfit", sans-serif;}
a[href^=tel] { text-decoration:inherit; color: inherit; }
/* [class*="col-"] { margin-bottom: 30px;} */
p {font-size: 16px; font-weight: 400;}
img{height: 100%; width: 100%; object-fit: cover;}
.ms-flex { display: flex; align-items: center; justify-content: center;}
.bg-default,::after,::before{background-size: cover;background-position: center; background-repeat: no-repeat;}
a:hover{text-decoration: none;}
/*===== Go To Top Section =====*/
#back-top{ display: block; position: fixed; bottom: 140px; right: 10px; bottom: 10px; text-align: center;  z-index: 99999; }
#back-top a{ display: block; text-decoration: none; }
#back-top a .fa{ width: 40px; height: 40px; padding-top: 8px; font-size: 20px; border-radius: 5px; opacity: 1; color: #fff; background: #2c2c2c; border: #fff solid 2px; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }
#back-top a .fa:hover{ background: #EFE613; color: #000; }

/* Wrapper */
.wrapper{ position: relative; margin: 0; padding: 0; overflow: hidden; }
.transition{ -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s; }

/*===== Mobile Menu =====*/
.mobile_menu.active{ position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: transparent; z-index: 9999999999; }
.menu_icon_box{position: fixed;top: 0;left: 0;z-index: 9999999999;display: block;width: 100%;background: #191919;padding: 8px 0px;}
.tab_button{ float: left; }
.tab_button a{display: inline-block;padding: 5px 10px;font-size: 10px;text-align: center;text-transform: uppercase;color: #fff;background: transparent;border: #fff solid 1px;border-radius: 5px;box-sizing: border-box;text-decoration: none;}
.tab_button a:hover{ background: #747474; border: #747474 solid 1px; }
.tab_button1{ margin-left: 15px; margin-right: 5px; }

.menu_icon{ position: fixed; top: 15px; right: 15px; width: 30px; height: 30px; padding: 1px 5px; background: transparent; box-sizing: border-box; cursor: pointer; z-index: 999; }
.menu_icon span{ width: 100%; height: 2px; display: block; background: #fff; margin: 5px 0; border-radius: 5px; transition: all linear 0.3s; }
.menu_icon.active{ color: #fff; padding: 8px 3px 0; }
.menu_icon.active span{ position: absolute;     width: 85%; }
.menu_icon.active span:nth-child(1){ transform: rotate(45deg); }
.menu_icon.active span:nth-child(3){ transform: rotate(-45deg); }
.menu_icon.active span:nth-child(2){ display: none; }

.mobile_slideLogo{ display: block; text-align: center;}
.mobile_slideLogo img{ display: inline-block; float: none; padding: 15px; border-radius: 5px; width: 50%; height: auto; }
.sidebar{ padding: 65px 15px; position: fixed; top: 0; left: -100%; z-index: 99999; overflow-y: scroll; width: 100%; height: 100%; background: #191919; text-align: center; box-sizing: border-box; z-index: 999999; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; }
.sidebar.active{ left: 0; }
.sidebar ul li{ list-style: none; }
.sidebar ul li a{ position: relative; display: block; padding: 10px 15px; border: #747474 solid 1px; text-align: left; color: #fff; margin-bottom: 1px; text-transform: uppercase; text-decoration: none; font-size: 12px; font-weight: 400; border-radius: 5px; }
.sidebar ul li a::before{ content: ""; position: absolute; top: 0; left: 0; z-index: -1; padding: 12px 0; height: 100%; width: 0%; background: #747474; transition: all linear 0.3s; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; }
.sidebar ul li a:hover::before{ width: 100%; }
.sidebar ul li.active{ background: #747474; border-radius: 5px; }

.top-header{background-color:#F31484; padding: 14px 0px; position: relative;}
.top-left-text h6{color: #fff;}
.free-social-links h6{color: #fff; font-size: 14px; font-weight: 400;}
.free-social-links{display: flex;align-items: center; justify-content: end;}
.free-social-links ul li{height: 35px; width: 35px; background-color: #fff; border: 1px solid #fff; border-radius: 5px; margin-left: 20px;}
.free-social-links ul li iconify-icon{color: #000; font-size: 25px; display: block;}
.free-social-links ul li:first-child{margin-left: 0px;}
/*===== Header Section =====*/
.header-bottom{position: relative; background-color: transparent; padding: 10px 0px;}
.header-bottom .container{ max-width: 1400px;}
.header-bottom [class*="col-"] { margin-bottom: 0px; }
.navbar { border: none; background: transparent; background-color: transparent !important; padding:0; }
.navbar .navbar-nav{display: flex; align-items: center; justify-content: space-between; width: 100%;}
.navbar .navbar-nav > li{display: inline-block;}
.navbar .navbar-nav > li > a{font-size: 16px; line-height: 30px; font-weight: 600; font-family: "Josefin Sans", sans-serif; color: #000;}
.navbar .navbar-nav > li > a.learn-btn{background-color: #F31484; border-radius: 5px; padding: 14px 28px; border: 1px solid #F31484; color: #fff !important; display: inline-block;}
.navbar .navbar-nav > li > a.learn-btn iconify-icon{display: inline-block; font-size: 20px; color: #fff; margin-left: 5px; vertical-align: text-top;}
.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus,
.navbar .navbar-nav > .active > a,
.navbar .navbar-nav > .active > a:hover,
.navbar .navbar-nav > .active > a:focus,
.navbar .navbar-nav > .open > a:hover,
.navbar .navbar-nav > .open > a:focus,
.navbar .navbar-nav > .open > a{color: #F31484; background: transparent;text-decoration: none; position: relative;}
.navbar .navbar-nav > li > a.learn-btn:hover{color: #F31484 !important; border-color: #F31484;  background-color: transparent;}
.navbar .navbar-nav > li > a.learn-btn:hover iconify-icon{color:#F31484;}
.navbar .navbar-nav .nav-link { color: rgb(255, 255, 255); font-weight: 400;}
.header-bottom .logo{position: relative;}
.header-bottom .logo img{height: auto; width: 140px; object-fit: contain; position: relative;}

.header-contact-links a{color:#fff;margin-right:15px;text-decoration:none;}
 
/*===== Banner Section =====*/
.banner{background-image: url("https://jasperusa.sfo3.cdn.digitaloceanspaces.com/Divine-Energy/banner.webp"); padding: 40px 0px 0px; color: #000; position: relative; z-index: 0;}
/* .banner::before{content: ""; height: 100%; width: 100%;  background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%); position: absolute; top: 0; left: 0;} */
.banner-content-box h5{color: #F31484; font-size: 18px; font-weight: 700; line-height: 28px;  background: rgba(0, 128, 0, 0.40); border-radius: 6px; display: inline-block; margin-bottom: 20px; padding: 8px 15px;}
.banner-content-box h2{font-size: 56px; font-weight: 700; font-family: "Playfair Display", serif; margin-bottom: 25px; line-height: 80px; letter-spacing: 1px; position: relative;}
.banner-content-box p{font-size: 16px; font-weight: 400; line-height: 30px; font-family: "Outfit", sans-serif; width: 90%;}
.banner-content-box a{ color: #fff; font-size: 16px; font-weight: 500; line-height: 26px; padding: 14px 28px; margin: 30px 0px 0px; background-color: #F31484;border: 1px solid #F31484; border-radius: 4px; transition: .3s; display: inline-block;}
.banner-content-box a iconify-icon{display: block; font-size: 28px;}
.banner-content-box a:hover{transform: translateY(-5px);background: transparent; border-color: #fff;text-decoration: none; color: #fff;}
.ban-images img{width:316px; height: 610px;}

/*===== Title Sections =====*/
.section-heading{ margin-bottom: 50px; text-align: center;}
.section-heading h2{font-size: 56px; font-weight: 700; font-family: "Playfair Display", serif; line-height: 100%; position: relative;}
.section-heading p{ display: block; font-size: 16px; font-weight: 400; line-height: 26px;}
.section-heading h6{ color: #F31484; font-size: 16px; font-weight: 700; font-family: "Playfair Display", serif; line-height: 26px; margin-bottom: 12px; position: relative; display: inline-block;}
.section-heading h6 img {height: 30px; width: 30px; object-fit: contain; margin-right: 15px;}
.section-link a, a.fancybox.overlayer-box span{color: #fff; font-size: 16px; font-weight: 600; line-height: 26px; padding: 11px 22px; display: inline-block; background-color: #F31484; border-radius: 5px; border: 1px solid #F31484; transition: .3s; display: inline-block;}
.section-link a:hover{text-decoration: none;background: transparent; border-color:#3C3B6E; color:#3C3B6E; transform: translateY(-5px); }

/*===== Welcome Sections =====*/
.welcome{padding: 100px 0px; overflow: hidden; position: relative; z-index: 1;}
.welcome::before{content: ""; height: 90%; width: 100%; background-image: url("https://jasperusa.sfo3.cdn.digitaloceanspaces.com/Divine-Energy/welcome-bg.webp"); position: absolute; top: 0; left: 0;}
.welcome .section-heading p{color: #000; font-size: 16px; font-weight: 400; line-height: 26px; margin-top: 8px;  position: relative;}
.welcome .section-heading h5{color: #F31484;}
.welcome .section-link a{padding: 12px 28px; font-size: 16px;font-weight: 700; margin-top: 0;}
.welcome .section-link a:hover{background: transparent; color: #181D42;}
.welcome .about-img img{height: 344px; width: 557px; object-fit: contain; }

.purple-bg{background-color: #F3148499; padding: 30px 0px; width: 80%; margin: 0 auto; border-radius: 8px; position: relative; margin-bottom: 90px;}
.purple-bg::before{content: ""; height: 167px; width: 167px; background-image: url("https://jasperusa.sfo3.cdn.digitaloceanspaces.com/Divine-Energy/flower.webp"); position: absolute; bottom: 0; left: 0;}
.purple-bg .section-heading h6{color: #000;}
.purple-bg .section-heading h2{font-size: 32px; margin-bottom: 25px;}
.right-side-img img{height: 343px; border-radius: 10px;}

.top-bg{background-image: url("https://jasperusa.sfo3.cdn.digitaloceanspaces.com/Divine-Energy/divine-bg.webp"); color: #fff; padding: 60px 0px 100px;}
.center-logo{height: auto; width: 130px; margin: 0px auto 50px;}
.top-bg .section-heading p{margin-top: 22px;}

/*===== Services Sections =====*/
.services{position: relative; background-image: url(https://jasperusa.sfo3.cdn.digitaloceanspaces.com/Applied-Plumbing/gallery-bg.png); color: #000; padding: 80px 0px;}
.services .section-heading h2{font-size: 32px; line-height: 50px;}
.services .services-item {position: relative; padding: 10px; background-image: url("https://jasperusa.sfo3.cdn.digitaloceanspaces.com/Divine-Energy/s-icon-bg.png"); border-bottom: 3px solid #F31484; border-radius: 8px; box-shadow: 2px 3px 9px rgba(0, 0, 0, 0.10)}
.services .services-thumbnail{height: 80px; width: 80px; margin: auto; overflow: hidden;}
.services .services-item .services-content{padding: 20px 15px; border-radius: 5px;}
.services .services-item .services-content h4{color: #000000; font-size: 16px; font-weight: 500; line-height: 28px;}
.services .services-item .services-content p{color: #000000;line-height: 26px;margin-top: 10px;padding-right: 10px;}
.services .services-item a {background-color: #EB3648; color: #fff; padding: 9px 18px; margin-top: 20px; border-radius: 4px; display: inline-block;}
.services .services-item a:hover{background-color: transparent; color: #EB3648;}
.services .services-item a span iconify-icon{margin-left: 5px; display: inline-block; vertical-align: middle; font-size: 18px;}
.services-item:hover{ transform: translateY(-5px);}
.services-item:hover img{ transform: scale(1.2); }

.package-content .package-box{background-color: #D9D9D966; border-radius: 8px; margin-bottom: 50px;}
.package-content .package-title{background-color: #F31484; padding: 20px 0px; text-align: center; border-radius: 8px 8px 0px 0px;}
.package-content .package-title h5{color: #fff; font-size: 20px; font-weight: 500; font-family: "Playfair Display", serif;}
.package-content .package-content{padding: 65px 40px;}
.package-content .package-content ul li.item{background-image: url("https://jasperusa.sfo3.cdn.digitaloceanspaces.com/Divine-Energy/s-item-bg.webp"); background-size: cover; background-repeat: no-repeat; padding: 20px; border-radius: 8px; margin-bottom: 30px;}
.package-content .package-content ul li .left-text h6{font-size: 16px; font-weight: 500; font-family: "Playfair Display", serif;}
.package-content .package-content ul li .left-text h4{font-size: 16px; font-weight: 400; margin-bottom: 15px;}
.package-content .package-content ul li .left-text h5{font-size: 16px; font-weight: 600; margin-bottom: 20px;}
.package-content .package-content ul li .left-text p{font-size: 12px;}
.package-content .package-content ul li .price h6{font-size: 20px; font-weight: 500; font-family: "Playfair Display", serif;}

.image-box .service-img{height: 430px;}

.healing{padding: 70px 0px;}
.healing .services-item{width: 200px; margin: auto;}
.healing-list li{margin-top: 30px;}
.healing-list li span{height: 34px; width: 34px; background-color: #F31484; border-radius: 2px; display: inline-block; padding: 5px;}
.healing-list li iconify-icon{color: #fff; font-size: 24px;}
/*===== Packages Sections =====*/
.packages{padding: 90px 0px;}
.packages .section-heading h2{font-size: 32px; font-weight: 700; line-height: 50px;}
.packages .packages-items{background-image: url("https://jasperusa.sfo3.cdn.digitaloceanspaces.com/Divine-Energy/p-bg.png"); background-repeat: no-repeat; background-size: cover; color: #000; text-align: center; border-radius: 6px;}
.packages .col-md-3:nth-child(2) .packages-items{background-image: unset; background-color: #F31484CC; color: #fff;}
.packages .packages-items .item-list{padding: 20px;}
.packages .packages-items .item-list ul li{margin: 10px 0px; font-size: 14px; font-weight: 500;}
.packages .packages-items .item-list ul li span{width: 85%; display: inline-block;}
.packages .packages-items h4{background-color: #F31484; color: #fff; font-size: 18px; font-weight: 600; line-height: 28px; padding: 20px 40px; font-family: "Playfair Display", serif; position: relative; border-radius: 8px 8px 0px 0px;}
.packages .col-md-3:nth-child(2) .packages-items h4{background-color: #000000;}
.packages .packages-items p{font-size: 18px; font-weight: 400; line-height: 34px;}
.packages .packages-items h3{font-size: 38px; font-weight: 700; font-family: "Playfair Display", serif; line-height: 58px; margin-top: 35px;}
.packages .col-md-4:nth-child(2n) .packages-items h3{font-size: 48px;}
.btn-text article{font-size: 20px; font-weight: 600; font-family: "Playfair Display", serif; line-height: 30px; text-align: center; width: 60%; margin: 55px auto 0px; }

.programs .packages-items{padding: 25px; background: white; box-shadow: 2px 2px 24px rgba(0, 0, 0, 0.13); border-radius: 4px; min-height: 620px;}
.programs .packages-items.active{background-color: #F31484; color: #fff;}
.programs .packages-items h4{font-family: "Outfit", sans-serif; background-color: unset; color: #F31484; padding: unset; margin-bottom: 20px;}
.programs .packages-items.active h3,.programs .packages-items.active h4{color: #fff;}
.programs .packages-items.active .package-list{border-color: #FFFFFF;}
.programs .packages-items .package-list h5{font-size: 16px; font-weight: 600; line-height: 26px; margin-bottom: 20px;}
.programs .packages-items .package-list ul li{margin-bottom: 12px;}
.programs .packages-items .package-list iconify-icon{color: #F31484; font-size: 25px; display: inline-block; vertical-align: middle; margin-right: 10px;}
.programs .packages-items.active .package-list iconify-icon{color: #fff;}
.programs .packages-items p{font-size: 14px; font-weight: 400; line-height: 24px;}
.programs .packages-items h3{color: #F31484; font-size: 45px; font-weight: 600; font-family: "Outfit", sans-serif; line-height: 100%; margin-top: 20px;}
.programs .packages-items .package-list{border-top: 0.5px solid #F31484; padding-top: 20px; margin-top: 20px;}

/*===== Why Choose Us Section =====*/
.why-choose-us{background-image: url("https://jasperusa.sfo3.cdn.digitaloceanspaces.com/Divine-Energy/wcu-bg.webp"); color: #fff; padding: 100px 0px; position: relative; z-index: 0;}
.why-choose-us .left-content-wrap{background-image: url("https://jasperusa.sfo3.cdn.digitaloceanspaces.com/Divine-Energy/wcu1-bg.webp"); height: 100%; width: 100%; background-repeat: no-repeat; background-size: contain; padding: 80px 120px;}
.why-choose-us .right-content-wrap{background-image: url("https://jasperusa.sfo3.cdn.digitaloceanspaces.com/Divine-Energy/wcu2-bg.webp"); height: 100%; width: 100%; background-repeat: no-repeat; background-size: contain; padding: 80px 120px;}
.why-choose-us .wcu-card{display: flex; width: 312px;}
.why-choose-us .wcu-card:not(:last-child){ margin-bottom: 125px;}
.why-choose-us .wcu-card.left-side{flex-direction: row-reverse; margin-left: auto;}
.why-choose-us .wcu-img{height: auto; width: 400px; object-fit: contain; position: absolute; left: 50%; top: 55%; transform: translate(-50%,-50%); z-index: 1;}
.wcu-icon{margin-right: 30px;height: 80px; width: 80px;}
.why-choose-us .wcu-card.left-side .wcu-icon{margin-right: 0px; margin-left: 30px;}
.why-choose-us .wcu-card.left-side:nth-child(2){margin-left: -100px;}
.why-choose-us .wcu-card:nth-child(2){margin-left: 100px;}
.wcu-desc{ flex: 1;}
.wcu-desc h5{font-size: 18px; font-weight: 700; font-family: "Playfair Display", serif; margin-bottom: 10px;position: relative;}

/*===== Project Sections =====*/
.project {position: relative; margin: 100px 0px;}
.project::after {content: ""; height: 720px; width: 100%; background-image: url("https://jasperusa.sfo3.cdn.digitaloceanspaces.com/Divine-Energy/gallery-bg.webp"); background-size: contain; position: absolute; top: 0; left: 0; z-index: -1;}
.project [class*="col-"] { margin-bottom: 30px;}
.project .project-content-item {position: relative; overflow: hidden;}
.project .project-content-item img { width: 100%; height: 300px;}
.project .project-content-item a { position: absolute; top: 0; right: 0; bottom: 0; left: 0; color: #fff; background: transparent;
 text-decoration: none; font-size: 24px; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; -o-transition: all linear 0.3s; transition: all linear 0.3s;}
.project .project-content-item a:hover { background: rgba(0,0,0,0.5); transform: none;}
.project .project-content-item a i { opacity: 0;}
.project .project-content-item a:hover i {opacity: 1;}
/* .project .project-content-item a.overlayer-box {background-color: rgba(0,0,0,0.5); margin-top: 0; font-size:16px; border: unset;} */
a.fancybox.overlayer-box span{font-size: 16px; font-weight: 500; margin-top: 120px; border: 1px solid #fff; padding: 10px 40px;}
.project .section-link iconify-icon{display: inline-block; font-size: 15px; margin-left: 5px; vertical-align: text-top;}

/*===== Testimonials Sections =====*/
.testimonials {background-color: #F8F8F8; color: #000; position: relative; padding: 60px 0px; z-index: 0; background-attachment: fixed;  background-position: 25% 5%;}
.testimonials .section-heading h2:after{background-color: #fff;}
.testimonials .testimonials-content {background-color: #FFFFFF; color: #000000; width: 800px; margin-left: -105px; }
.testimonials .test-content {margin: 72px 70px;width: 80%;position: relative;}
.testimonials .test-content .quote iconify-icon{font-size: 66px;position: absolute;top: -50px;right: -30px;}
.testimonials .test-content .icons{height: 48px; width: 48px; margin: 0 auto 35px;}
.testimonials-thumbnails img{height: 476px; object-fit: contain;}
.testimonials .test-content p{font-size: 16px;font-weight: 400;line-height: 28px; letter-spacing: 0.7px;}
.testimonials .test-content .author h5{font-size: 24px; font-weight: 700; margin-top: 36px; padding-top: 15px;} 
.testimonials .ratings span { color: #9E7E44; font-size: 20px; margin-top: 8px;}
/* .owl-nav button.am-prev, .owl-nav button.am-next{position: absolute; bottom: -50%; left: -5%;}
.owl-nav button.am-next{left: 2%;}
button iconify-icon {display: block; font-size: 20px !important;}
button.am-prev ,button.am-next{background: #9E7E44; color: #fff; height: 34px; width: 34px; border: 1px solid #9E7E44; position: absolute; transform: translateY(-50%); left: 0%;}
button.am-next{left: 8%;} */
/* .owl-dots{text-align: center; margin: 20px 0px;}
.owl-carousel button.owl-dot {height: 18px; width: 18px; background-color: #D9D9D9; border-radius: 50%; margin: 10px;}
.owl-carousel button.owl-dot.active{width: 40px; background-color: #0D1282; border-radius: 12px;} */


/*===== Free Estimate Sections =====*/
.home-free-estimate{background-image: url("https://jasperusa.sfo3.cdn.digitaloceanspaces.com/Divine-Energy/free.png");  color: #fff; padding: 108px 0px; position: relative;}
.home-free-estimate .section-heading h2{font-size: 56px; font-weight: 700; font-family: "Playfair Display", serif; line-height: 100%; margin-bottom: 35px !important;}
.btn-home-free-estimate-form-control{ color:#fff; font-size: 16px; font-weight: 400; font-family: "Outfit", sans-serif; line-height: 26px; padding: 11px 22px; background-color: #000000; border-radius: 4px; border: 1px solid transparent; display: block; text-align: center; transition: .5s;}
.home-free-estimate a:last-child{background-color: #FFFFFF; color: #000000; margin-left: 40px;}
.btn-home-free-estimate-form-control:hover{ background: #F31484; color: #fff;}

/*===== Footer Section =====*/
.footer {background-color: #000000; color: #fff; padding: 70px 0px 60px;}
.footer .footer-title h5{ font-size: 20px; font-weight: 700; font-family: "Playfair Display", serif; line-height: 32px; color: #F31484; display: inline-block; margin-bottom: 15px; position: relative;}
.footer .footer-title p{width: 90%;}
.footer .footer-title h5:after{content: ""; height: 1px; width: 40%; background-color: #F31484; position: absolute; bottom: -8px; right: 0;}
.footer .contact-detail{ display: flex; flex-direction: column;}
.footer .contact-wrap ul li a, .footer .contact-detail span{font-size: 16px; font-weight: 500;}
.footer .contact-wrap .icon{margin-right: 10px; line-height: 0; height: 35px; padding: 12px; width: 35px; background-color: #F31484; border-radius: 5px;}
.footer .navlinks li iconify-icon{font-size: 8px; color: #fff; margin-right: 8px;}
.footer iconify-icon{ font-size: 25px; display: block; color: #fff;} 
.footer .contact-wrap ul li{display: flex; align-items: center; margin-top: 12px;font-size: 16px; font-weight: 500;}
.footer .contact-wrap ul li a{color: #fff;}
/* .footer .contact-wrap ul li.active a,.footer .contact-wrap ul li.active iconify-icon{color: #3C3B6E;} */

/*===== copyright Section =====*/
.copyright{ padding: 15px 0;  background-color: #000; border-top: #F31484B2 solid 1px; }
.copyright p{ color: #fff; font-size: 16px; font-weight: 400; line-height: 26px; text-align: center; }
.copyright p a{ color: #fff; font-size: 16px; font-weight: 400; text-decoration: none; }
.copyright-img{width: 188px; height: auto; margin-left: auto;}


/*===== Content Pages =====*/
.content-banner{background-color: #F31484;padding: 25px 0;}
.content-banner,
.content-block [class*="col-"] {margin-bottom: 0px;}
.content-block {background-color: #fff; padding: 30px 20px;}
.breadcrumb{background: #ffffff;padding: 5px 20px;border-radius: 0;margin-bottom: 0px;text-align: center;color: #000;font-family: "Outfit", sans-serif;font-weight: 400;font-size: 16px;display: flex;align-items: center;}
.breadcrumb i {font-size: 15px; margin: 0px 10px;}
.breadcrumb a{color: #000;font-family: "Outfit", sans-serif;font-weight: 400;font-size: 16px;}
.goto-info{ display: block; text-align: center; font-size: 16px; color: #fff; margin-top: 5px; }
.content-banner h4{ text-align: center; color: #b00d23; font-size: 18px; text-transform: uppercase; }
.content-banner ul{ display: block; text-align: center; }
.content-banner ul li{ display: inline-block; float: none; width: 50px; height: 4px; border-radius: 15px; background: #fff; }
.content-banner ul li:nth-child(2){ position: relative; top: -3px; width: 10px; height: 10px; border-radius: 50%; }

.sectiontitleunderline{ display: block; width: 80px; height: 2px; margin: 0 0 30px; background: #333; }
.content { width: 100%; background: #efefef;}
.content h2{ font-size: 25px; font-weight: 600; color: #000; font-family: "Outfit", sans-serif; margin-bottom: 10px; }
.content h3{ font-size: 20px; color: #2c2c2c; font-family: "Outfit", sans-serif; margin-bottom: 10px; }
.content h3 .about-span-break{ font-size: 20px; color: #2c2c2c; font-family: "Outfit", sans-serif; }
.content h4{ font-size: 16px; color: #666; font-family: "Outfit", sans-serif; margin-bottom: 10px; }
.content .ms-inner-content h5{ font-size: 18px; font-weight: 600; color: #333; font-family: "Outfit", sans-serif; margin-bottom: 5px; }
.content ol,
.content ul{ margin:0 ; padding: 0; margin-bottom: 15px; }
.content li{ margin-left: 18px; line-height: 30px; font-size: 16px; font-family: "Outfit", sans-serif; color: #666; }

/*===== Testimonials Page =====*/
.reviewsblock{padding: 15px 0 5px;background: #808080;width: 100%;text-align: center;}
.reviewsblock h4{ text-transform: uppercase; color: #fff; font-size: 20px; font-weight: 700; }
.reviewsform{padding: 15px 0 1px;background: #fff;min-height: 150px;width: 100%;}
.reviewsformstyle{height: 44px;border-radius: 0;border: #ddd solid 1px;color: #333;background: #fff;}
.reviewsform input::placeholder{ color: #666; }
.reviewsform form [class*="col-"]{padding-left:0px; padding-right:0px;}
.reviewsform textarea::placeholder{ color: #666; }
.btn-reviewsformstyle{ display: block; text-transform: uppercase; width: 100%; color: #fff; background: #191919; border: none; padding: 10px 16px; font-size: 18px; border-radius: 0; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; transition: all linear 0.3s; }
.btn-reviewsformstyle:hover{background: #2ecc71;}
.testimonials-page{ display: block; margin-top: 15px; }
.testimonials-page .panel-title a{position: relative;display: block;padding: 15px 50px 15px 15px;margin-bottom: 0;background: #808080;text-decoration: none;text-transform: uppercase;font-size: 16px;color: #fff;-webkit-transition: all linear 0.3s;-moz-transition: all linear 0.3s;-o-transition: all linear 0.3s;transition: all linear 0.3s;}
.testimonials-page .panel-title a:hover{background: #000;color: #fff;}
.testimonials-page .accordion>.card>.card-header {background: #fff; color: #191919; position: relative; border: 1px solid #ddd;}
.testimonials-page .btn-link { font-size: 18px; font-weight: 500; color: #000; text-decoration: none;}
.testimonials-page .panel-title .collapsed{ background: #fff; color: #191919; position: relative; }
.testimonials-page .btn.btn-link.btn-block.text-left.collapsed::before{ content: ""; position: absolute; top: 50%; right: 0; width: 25px; font-family: 'fontawesome'; text-align: center; font-size: 20px; transform: translate(-50%,-50%); z-index: 999; }
.testimonials-page .btn.btn-link.btn-block.text-left::before{ content: ""; position: absolute; top: 50%; right: 0; width: 25px; font-family: 'fontawesome'; text-align: center; font-size: 20px; transform: translate(-50%,-50%); }
.testimonials-page h4{ margin-bottom: 0; margin: 0; }
.testimonials-page .panel-body{ border: #eee solid 1px; border-top: none; padding:10px; }
.testimonials-page .panel-body p{ margin-bottom: 0; }
.btn.focus, .btn:focus {outline: 0; box-shadow:none !important;
}
/*===== Contact Form Section =====*/
.formstyle{padding-left: 60px;height: 50px;border-color: #ddd;border-radius: 0;background-color: #fff; color: #000;}
.btn-formstyle{ margin-top: 15px; width: 150px; color: #fff; background-color: #2c2c2c; border: none; border-radius: 0; padding: 10px 16px; font-size: 18px; line-height: 1.3333333; transition: all linear 0.3s; }
.btn-formstyle:hover{background: #2ecc71;}
.googlemap{ height: 500px; overflow: hidden; border: #eee solid 1px; }
.form-horizontal .form-group{ margin-right: 0; margin-left: 0; }
.content .form-horizontal .form-group input::placeholder{ color: #666; }
.content .form-horizontal .form-group textarea::placeholder{ color: #666; }
.content .form-horizontal .form-group textarea{ min-width: 100%; max-width: 100%; }
.form_section .fa{position: absolute;top: 0;height: 100%;width: 50px;text-align: center;padding-top: 15px;color: #000;background-color: #ddd;font-size: 18px;}
/*===== Quote Form Section =====*/
.quoet-address{ margin-top: 30px; }
.quoet-address ul li{ list-style: none; font-size: 20px; margin-left: 5px; margin-bottom: 30px; line-height: 30px; }
.quoet-address ul li span{ font-size: 18px; color: #666; }
.quoet-address ul li a{ color: #2c2c2c; }

/*===== Free Estimate Form Page =====*/
.free-estimate-form .freeblock{ padding: 15px 20px; background: #666; color: #fff; text-transform: uppercase; }
.freeestimatestyle{ padding-left: 65px; height: 50px; border-radius: 0; border: #666 solid 1px; }
.btn-freeestimatestyle{ display: block; text-transform: uppercase; width: 100%; color: #fff; background: #2c2c2c; border: none; padding: 10px 16px; font-size: 18px; border-radius: 0; -webkit-transition: all linear 0.3s; -moz-transition: all linear 0.3s; transition: all linear 0.3s; }
.btn-freeestimatestyle:hover{ background: #2ecc71; }
.free-estimate-form .form-horizontal .form-group { margin-right: -15px; margin-left: -15px; }
.free-estimate-form .fa{position: absolute;top: 36px;height: calc(100% - 64px);width: 50px;background: #666;text-align: center;padding-top: 15px;color: #fff;font-size: 18px;}

/*===== Page =====*/
.contact-page-location-map{ display: block; margin-top: 30px; }
.about-span-break{ display: block; }

.divine-energy-holistic-health,.divine-spot{margin:0;}
.divine-energy-holistic-health .top-bg .section-heading h2 {color:#fff;}

/*========== Responsive ==========*/
@media (max-width: 1199px){

      .navbar .navbar-nav > li > a{ padding: 45px 15px; }
      .navbar .navbar-nav > li > a:hover::before,
      .navbar .navbar-nav > li > a:hover::before,
      .navbar .navbar-nav > li > a:focus::before,
      .navbar .navbar-nav > .active > a::before,
      .navbar .navbar-nav > .active > a:hover::before,
      .navbar .navbar-nav > .active > a:focus::before,
      .navbar .navbar-nav > .open > a:hover::before,
      .navbar .navbar-nav > .open > a:focus::before,
      .navbar .navbar-nav > .open > a::before{ left: 15px; width: calc(100% - 30px); }
      .banner-content-box h2{ font-size: 70px; line-height: 100px; }
      .section-heading h2 span{ display: inline; }
      .testimonials .section-heading{padding: 0; margin-bottom: 20px; }

}
@media (max-width: 991px){

      .header-bottom .container{ width: 100%; }
      .header-top ul{ text-align: center; }
      /* .header-bottom .logo::before{display: none;} */
      .banner-content-box h2{ font-size: 40px; line-height: 70px; }
      .banner-content-box a{ font-size: 24px;}
      .section-heading h4{ margin-bottom: 15px; }
      .section-heading h2{ font-size: 36px; line-height: 48px; }
      .section-heading p{ width: 100%; padding: 0; }
      .welcome::after,
      .welcome .about-img img{width: 100%; margin: 0; padding: 0px;}
      .logo-list{ display: block; margin-top: 30px; }
      .logo-list img:first-child{ margin-bottom: 15px; margin-right: 15px; }
      .services .container{ width: 100%; }
      .footer-content h4{ margin-top: 30px; }

}
@media (max-width: 767px){

  /*===== Go To Top =====*/
  #back-top{ right: 10px; bottom: 10px; }
  #back-top a .fa{ font-size: 16px; width: 40px; height: 40px; padding-top: 10px; }

  /*===== Left Social Icon =====*/
  .share_icon .fa{ left: 9px; bottom: 9px; width: 42px; height: 42px; font-size: 20px; padding: 10px 2px 0 0; }
  .social_icon ul li .fa{ left: 10px; bottom: 10px; width: 40px; height: 40px; font-size: 20px; text-align: center; padding: 10px 0px 0 0; }
  .social_icon.active ul li:nth-child(3) .fa{ bottom: 130px; }
  .social_icon.active ul li:nth-child(2) .fa{ bottom: 90px; }
  .social_icon.active ul li:nth-child(1) .fa{ bottom: 50px; }

  /*===== Body Section =====*/

      /* .header-bottom .logo::before,.top-header{display: none;} */
      .top-header{padding-top: 75px;}
      .social-icons-text ul{display: block !important;}
      .social-icons-text ul li a{justify-content: left; margin: 10px 0px;}
      .header-bottom{padding: 0;}
      .header-bottom .logo{margin: 20px 0px;text-align: center;}
      .header-bottom .logo img{display: inline-block; object-fit: contain;}
      .top-nav-wrapper.ms-flex {display: block;}
      .customer-support ul{display: block !important;}
      .customer-support ul li{margin: 10px 0px;}
      .free-social-links{justify-content: start; margin-top: 20px;}


      .ban-images img{height: auto;}
      .banner-content-box h2{ font-size: 30px; line-height: 40px; margin-bottom: 15px; }
      .banner-content-box p{width: 100%; font-size: 16px; line-height: 26px;}
      .banner-content-box a{ padding: 7px 28px; font-size: 16px;}
      .banner-content-box h5{font-size: 18px;}
      .banner-content-box {margin-bottom: 20px;}
      .banner-content-box::after{display: none;}
      .banner-btn-text.d-flex{flex-direction: column; position: unset;}
      .banner-btn-text .ban-text{width: 100% !important; border-radius: unset;}
    
      .section-heading{margin-bottom: 30px;}
      .section-heading h6{ font-size: 20px; }
      .section-heading h2{font-size: 25px;line-height: 35px;text-transform: inherit;margin-bottom: 0px;}
      .section-heading p{ font-size: 16px; line-height: 30px; }
      .section-link a,.welcome .section-link a{font-size: 14px; padding: 8px 20px;}

      .welcome{ padding: 50px 0; }
      .welcome [class*="col-"] { margin-bottom: 30px;}
      .welcome .section-heading{ padding-left: 0 !important; margin-bottom: 0px; width: 100%; }
      .welcome .section-heading p{ font-size: 16px; line-height: 30px;}
      .welcome .about-img img{padding-left: 0px; width: 100%; height: auto;}
      .welcome .section-link img{margin-left: 0; margin-top: 15px;}
      .btn-text h6{font-size: 20px; width: 100%;}
      .welcome .about-img img{position: unset !important; width: 100% !important;}
      .welcome .about-img{display: block !important;}
      .right-side-img{margin-top: 30px;}
      .purple-bg{width: 100%;}


      .services{ padding: 50px 0; }
      .services [class*="col-"] { margin-bottom: 30px;}
      .services::before{width: 100%; border-radius: 0px;}
      .services .owl-carousel .owl-stage-outer{padding: 0px;}
      .services .services-item:nth-child(2n){flex-direction: column-reverse;}
      .services .services-item .services-content{width: 100%;}
      .services-thumbnail{width: 100%;}
      .services .services-item:nth-of-type(2n+1) .services-content{margin: 0px;}
      .services .services-item::before,.services .services-item::after{display: none;}
      .services .services-item{min-height: unset; padding: 15px 0px; margin-bottom: 30px;}

      .why-choose-us{padding: 40px 0px;}
      .why-choose-us .wcu-card:not(:last-child){margin-bottom: 30px; }
      .why-choose-us .wcu-card:nth-child(2), .why-choose-us .wcu-card.left-side:nth-child(2){margin-left: 0px;}
      .why-choose-us .wcu-img{margin: 30px 0px; position: unset; transform: unset;}
      .why-choose-us .left-content-wrap, .why-choose-us .right-content-wrap{padding: 0px !important; margin-top: 30px}
      .why-choose-us .wcu-card.left-side{flex-direction: unset; margin-left: unset;}
      .why-choose-us .wcu-img img{width: 100%;}
      .why-choose-us .wcu-card.left-side .wcu-icon{margin-left: unset;}
      .wcu-desc.text-right{text-align: left !important; margin-left: 15px;}

      .healing .about-img {margin-bottom: 30px;}
      .packages .packages-items{margin-bottom: 30px;}
      .programs .packages-items h3{margin-top: 20px !important;}
      
      .testimonials{ padding: 50px 0; }
      .testimonials [class*="col-"] { margin-bottom: 30px;}
      .testimonials .test-content{margin: 40px 20px; width: unset;}
      .testimonials .testimonials-content{width: 100% !important; margin-left: 0px;}
      .testimonials-content-item p{ font-size: 16px; line-height: 30px; }
      .testimonials-content-item h4{ font-size: 18px; margin-top: 15px; margin-bottom: 10px; }
      .testimonials .section-link{ padding-left: 0; }
      .testimonials .section-link a{font-size: 18px; padding: 8px 20px; }
      button.am-prev, button.am-next{display: none;}
   .testimonials .test-content .quote iconify-icon{top: -35px; right: 0px;}


      .home-free-estimate{ padding: 50px 0; background-position: initial;}
      .home-free-estimate [class*="col-"]{margin-bottom: 30px;}
      .home-free-estimate-wrap .section-thumbnails{height: auto; width: auto;}
      .home-free-estimate-form{position: unset; padding: 20px !important; width: 100%;}
      .home-free-estimate .free-estimate-content{width: 100%;}
      .home-free-estimate .home-free-estimate-wrap{padding: 20px !important;width: 100%;border-left: none;}
      .home-free-estimate .img-wrapper{flex-direction: column;}
      .home-free-estimate .img-wrapper img{margin: 15px 0px;}
      .home-free-estimate-form-control{ height: 40px; }
      .btn-home-free-estimate-form-control{ padding: 8px 20px; font-size: 16px; }
      .home-free-estimate .section-heading p{width: 100%;}
      .free-images img{width: 100%;}
      .home-free-estimate-form::after{display: none;}
      .project .gallery-box-wrapper{width: 100%;}
      .project{ padding: 50px 0 30px; margin: 0px;}
      .project .section-heading{ margin-bottom: 0px; }
      .project-content-item{ margin-bottom: 15px; }
      .gallery-box-wrapper{margin: 0;}
      .project .col-md-4 .project-content-item img{height: auto !important;}
      
      
      .footer{padding: 40px 0px 0px!important;}
      .footer .section-heading{margin-bottom: 0px;}
      .footer .footer-lower-text{margin-top: 30px;}
      .footer .section-heading img{width: 100%;}
      .footer-content h4{ margin-bottom: 15px; }
      .footer .footer-title h5{font-size: 20px;}
      .footer [class*="col-"] { margin-bottom: 30px;}
      .footer .logo-content{padding-right: 0px !important;}
      .contact-wrap.pl-4,.footer .logo-content{padding-left: 0px !important;}
      .footer-content ul li,
      .footer-content p{ line-height: 30px; font-size: 14px; }
      .footer-content h3 span{ display: block; font-family: "Outfit", sans-serif; margin-bottom: 5px; }
      .copyright{ padding: 15px 0; }
      .copyright-content{ padding: 0 30px; }
      .footer-content-wrapper{width: 100%;}
      .footer .contact-wrap.mb-5.text-center {text-align: left !important;}
      .footer .contact-wrap.ml-5 {margin-left: 0 !important;}
      .footer ul.list-unstyled.ms-flex {justify-content: left;}
      .footer .contact-detail .mail{font-size: 16px;}

  /*===== Slider Section =====*/
  #owl-demo .owl-pagination{ width: 100%; top: 95%; }
  #owl-demo2 .owl-buttons .owl-prev{ left: -15px; }
  #owl-demo2 .owl-buttons .owl-next{ right: -15px; }

  /*===== Page Section =====*/
  
  .content-banner{ padding: 30px 0 20px; }
/*  .content-block{ margin-top: 80px}*/
  .breadcrumb{ font-size: 16px; }
  .content-banner ul li{ height: 2px; }
  .content-banner ul li:nth-child(2){ top: -2px; width: 6px; height: 6px; }
  .content{ padding: 30px 0; }
  .content h2{ font-size: 20px; }
  .content h3{ font-size: 16px; }
  .content h4{ font-size: 16px; }
  .sectiontitleunderline{ width: 100px; margin-bottom: 15px; }
  .content p,
  .content ul li{ font-size: 14px; line-height: 26px; }
  .content ul li span{ font-size: 14px; line-height: 26px; }
  .reviewsform{ margin-bottom: 30px; }
  .reviewsblock h4{ font-size: 18px; }
  .reviewsblock{ padding: 1px 0 10px; }
  .btn-reviewsformstyle{ font-size: 14px; }
  .testimonials-page h4{ font-size: 14px; }
  .testimonials-page p{ padding: 0; }
  .formstyle{ padding-left: 50px; height: 40px; }
  .form_section .fa{ width: 40px; }
  .btn-formstyle{ display: block; margin: 0 auto; width: 100px; font-size: 14px; margin-bottom: 15px; }
  .quoet-address{ margin-top: 15px; }
  .quoet-address ul{ margin-bottom: 15px; }
  .quoet-address ul li{ margin-bottom: 15px; font-size: 14px; }
  .quoet-address ul li span{ font-size: 16px; }
  .free-estimate-form .freeblock{ margin-bottom: 0; }
  .freeestimatestyle{ height: 40px; padding-left: 50px; }
  .btn-freeestimatestyle{ display: block; margin: 0 auto; width: 100%; font-size: 14px; }
  .free-estimate-form .fa{ width: 40px; height: 40px; }
  .free-estimate-form .sms{ width: 40px; height: 174px; }
  .testimonials-page .panel-body p{ font-size: 14px; line-height: 30px; }
  
  .header-contact-links a{margin-top:10px;}
}