/*
 Theme Name: Twenty Seventeen Child Theme
 Theme URI: https://yourwebsite.com
 Author: Your Name
 Author URI: https://www.gowebworld.com
 Template: twentyseventeen
 Description: Child theme for Twenty Seventeen.
 Version: 0.1
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Tags:
 Text Domain: twentyseventeen-child

@import url('css/bootstrap.css');
@import url(css/client-slider.css);
@import url('css/service-slider.css');
@import url('css/animate.css');
*/
@import url('css/font-awesome.css');
@import url('css/testimonial-slider.css');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
@font-face {
    font-family: 'myCustomfont'; /* A name you choose to use later in your CSS */
    src: url('fonts/CENTURY.TTF');
    font-display: swap; /* Controls how the font loads (swap is generally recommended) */
}
:root {
    --blue:#1c324a;
  --purple: #1c324a;
  --red: #6f42c1;
    --green:#198754;
    /*--yellow:#e79a26;*/
    --yellow:#cf9d6c;
}
body {
    overflow-x: hidden;
font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;    
}

@media screen and (min-width: 48em)
{.wrap {
    max-width: 1200px;
    padding-left: 3em;
    padding-right: 3em;
}}

.widget {
    padding-bottom:0;
}

body.home .header-fixed {
        width: 100%;
    z-index: 99;
     background-image: none;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 0 0 0px 0px;
    padding-bottom: 0px;
    
}
.header-fixed {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 0 0 35px 35px;
    padding-bottom: 10px;
    background-position: center top;
}

.fixed-header{
    position: fixed;
    width: 100%;  
    transition: all 0.4s ease;
    z-index: 9999;
    border-bottom: solid 1px rgba(29,49,100,0.1);
    background-color: rgba(0,0,0,0.9);
    top: 0;
 }

@media screen and (min-width: 48em) {
.site-navigation-fixed.navigation-top {
    bottom: auto;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 7;
}

.admin-bar .site-navigation-fixed.navigation-top {
    top: 0px;
}
.navigation-top {
    font-size: 14px;
}

.has-sidebar #secondary {
    float:right;
    padding-top: 0;
    width:100%;
}
}

@media (min-width: 1200px) {
  .container {
       max-width: 1200px;
  }
}

@media (min-width: 768px) and (max-width: 1000px) {
   .collapse {
       display: none !important;
   }
}

.hidemobile
{
    display: none;
}

.homepage-section
{
    font-size: 16px;
    font-weight:400;
    color: #333;
    line-height: 29px
}
.homepage-section h1
{
    font-weight: 400;
    padding-top: 8px;
    margin: 0;
    margin-bottom: 0px;
    margin-bottom: 0px;
    margin-bottom: 0px;
    color:var(--blue);
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 5px;
    font-size:33px;
    letter-spacing: 0px;
    line-height:48px;
    font-family: 'myCustomfont';
    text-transform: uppercase;
    /*font-family: "Philosopher", sans-serif;*/
  font-weight: 700;
  font-style: normal
}

/*
.homepage-section h1::before {
    content: "";
	width: 20%;
	height: 2px;
	background-color:rgba(0,0,0,0.2);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}


.homepage-section h1::after {
    content: "";
    background-image: url(images/divider.png);
    background-position: 8px 0px;
    background-repeat: no-repeat;
    width: 50px;
    height: 27px;
    background-color: #fff;
    position: absolute;
    bottom: -7px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 101;
    font-size: 20px;
    padding: 5px 4px;
    line-height: 14px;
    text-align: center;
}
*/

.homepage-section h6
{
    font-weight: 400;
    font-size: 14px;
    color: var(--yellow);
    text-transform: none;
    margin-bottom: 0;
    letter-spacing: 0px;
    padding: 3px 8px;
    display: inline-block;
    width: auto;
    border-radius: 5px;
}


.wtitle {
	font-weight: 700;
	padding-top: 16px;
	margin: 0;
	margin-bottom: 0px;
	margin-bottom: 0px;
	margin-bottom: 0px;
	color: var(--blue);
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 35px;
	font-size: 35px;
	letter-spacing: 1px;
    text-align: center;
}
.wtitle span{position: relative;}
.wtitle span::after {
    content: "";
	width: 100px;
	height: 21px;
    background-image:url(images/right-title.png);
    background-repeat: no-repeat;
    background-position: right center;
    position: absolute;
    right: -110px;
    top: 16px;
}
.wtitle span::before {
    content: "";
    width: 100px;
    height: 21px;
    background-image: url(images/left-title.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: -110px;
    top: 16px;
}

body.home .logo-company
{
	margin-top: 5px;
	z-index: 99;
}
.logo-company {
    margin-top:11px;
    z-index: 99;
}
.widget.logo-company
{
	padding-bottom:0;
}
/* ----- HEADER LINKS ----- */

body.home .header-main
{
	padding-top:20px;
	background-image:none;
	z-index: 99;
}
.header-main
{
	padding-top:0px;
	background-image:none;
	position:relative;
	padding-bottom: 15px;
}
.header-links
{
    
    padding-top:8px;
    padding-bottom:8px;
    border-bottom: rgba(8,13,26,0.2) solid 1px;
}
.header-links .socialicn a
{
    color: rgba(8,13,26,0.7);
    border-radius:2px;
    background-color: transparent;
    border: rgba(8,13,26,0.7) solid 1px;
    height: 28px;
    width: 28px;
    margin: 0px 7px 0 0;
}

.header-links  .socialicn {
    text-align: right;
    margin-top:0px;
}

.header-menu
{
}

.header-menu li a
{
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    margin:  0 5px;
} 

.header-menu li a:hover
{
    color: var(--yellow);
}

.header-menu li a .fa
{
    color: var(--yellow);
}
/*
ul#header-menu.menu li:last-child
{
float: right;
}
*/
ul#header-menu.menuone li:first-child a:before
{
content: "\f0e0";
    font-family: 'FontAwesome';
    margin-right: 3px;
   
}

ul#header-menu.menuone li:last-child a:before
{
	content: "\f0f6";
	font-family: 'FontAwesome';
	margin-right:3px;
	
}
ul#header-menu.menuone li:nth-child(2) a:before
{
	content: "\f095";
	font-family: 'FontAwesome';
	margin-right:3px;
}

/*
ul#header-menu.menu li.phone a:before
{
	content: "\f095";
	font-family: 'FontAwesome';
	margin-right:3px;
	color:#fff;
}
*/
ul#header-menu.menu li:last-child a
{
  
}

ul#header-menu.menu li:last-child a:before
{
	content: "\f0e0";
	font-family: 'FontAwesome';
	margin-right:3px;
	color:#fff;
}
ul#menu-header-menu li.brochure a{
    background-color: var(--purple);
    padding: 10px 20px 10px 54px;
    border-radius: 25px;
    color: #fff;
    background-image: url(images/book-icon-calen.png);
    background-repeat: no-repeat;
    background-position: 11%;
    transition: all ease 0.3s;
    }
ul#menu-header-menu li.brochure a:hover
{
    background-color:var(--blue);
    background-position: 12%;
}

ul#header-menu li.virtual a{
    background-color: #0c068a;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}
ul#header-menu li.virtual a:hover{
    background-color: #0c068a;
    color: #fff;
}
.header
{
    /*transform: translate(0px, -13px);*/
    border-radius: 10px 10px 0 0;
}
/* ----- END HEADER LINKS ----- */

.hpslider
{
position: relative;
}
.hpslider.vid
{background-color: rgba(8,13,26,0.5);}

.hpslider h2 {
    font-weight: 300;
    font-size: 18px;
    color: var(--red);
    text-transform: none;
    margin-bottom: 0;
    text-align: center;
}

.hpslider h1 {
    font-weight: 800;
    padding-top: 50px;
    margin: 0;
    margin-bottom: 0px;
    margin-bottom: 0px;
    margin-bottom: 0px;
    color: #fff;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 5px;
    font-size: 42px;
    letter-spacing: 3px;
    line-height: 63px;
    text-align: center;
    text-transform: uppercase;
     font-family: 'myCustomfont';
}

.hpslider a.sbtn
{
    padding: 11px 18px;
    font-size: 17px;
    color: #fff;
    text-decoration: none;
    background: 0 0;
    transition: color .15s ease-in-out, 
        background-color .15s ease-in-out,border-color .15s ease-in-out;
    margin: 0 2px;
    font-weight: 500;
    border: rgba(237, 50, 55,0.0) solid 0px;
    font-weight: 500;
    border-radius: 4px;
    font-family: 'myCustomfont';
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: var(--yellow);
}

.hpslider a.sbtn:hover{background-color: #fff; color: var(--blue);}

.hpslider img
{
	width:100%;
	height:auto;
}

.hpslider .slider-form
{background-color: rgba(17,0,44,0.9); border: rgba(255,255,255,0.2) solid 2px;  border-radius:8px; padding: 12px 25px;
position: absolute;
    right: 49px;
    top: 50px;
}

.hpslider .slider-form h3 {
    font-weight: 300;
    font-size: 27px;
    color: #fff;
    text-transform: none;
    margin-bottom: 19px;
}

.hpslider .slider-form label
{font-weight: 300; color: #fff; font-size: 14px;}

.contact-page .solqueryform .multiproduct .wpcf7-list-item {
    width: 30%;
}

.hpslider .slider-form input[type="text"], .hpslider .slider-form input[type="email"],.hpslider .slider-form input[type="tel"],.hpslider .slider-form input[type="number"],.hpslider .slider-form  textarea,.hpslider .slider-form select, .hpslider .slider-form  input[type="date"]
{
    width: 100%;
    border:rgba(165,165,165,0.8) solid 1px;
    padding: 10px 10px;
    font-size: 15px;
    font-weight: 500;
    color: #333;
    margin-bottom: 10px;
    border-radius: 3px;
    font-family: "Poppins", sans-serif;
}
.hpslider .slider-form .form-label {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 14px;
    color: var(--blue);
}

.hpslider .slider-form input[type="submit"]
{
	background-image:none !important;
	padding: 16px 28px;
	font-size:15px;
	font-weight:400;
	background-color:var(--green);
	text-decoration:none;
	color:#fff;
	border-radius:25px;
	-webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	transition: all ease 0.8s;
	margin-top:10px;
	display:block;
    width: 100%;
}

.hpslider .slider-form input[type="submit"]:before
{
	content:"";
	font-family: 'FontAwesome';
	content: "\f0da";
	margin-right:5px;
}


.hpslider .slider-form input[type="submit"]:hover,.hpslider .slider-form input[type="submit"]:hover
{
	color:#fff;
	background-color:var(--blue);
}
.hpslider .slider-form p
{margin: 0;}

.hpslider .slider-form h4{
    color: #fff;
    font-weight: 300;
    text-align: center;
    font-size: 16px;
}

.hp-horoscope
{text-align: center;}
.hp-horoscope .horoscope-block{ text-align: center;}
.hp-horoscope .horo-icon{}
.hp-horoscope h5
{color: var(--black);
    font-size: 16px;
    text-transform: inherit;
    font-weight: 500;
    letter-spacing: 0;
    margin: 0;
    padding: 5px 0 0;}
/* -------------- NAVIGATION  -------------------- */
.header .navbar-nav .nav-link {
    display: block;
    padding: 8px 18px;
    font-size: 17px;
    color: #fff;
    text-decoration: none;
    background: 0 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out,border-color .15s ease-in-out;
    margin: 0 2px;
    font-weight: 500;
    border: rgba(237, 50, 55,0.0) solid 0px;
    font-weight: 500;
    border-radius: 25px;
     font-family: 'myCustomfont';
    text-transform: uppercase;
    letter-spacing: 1px;
}
.header .nav-link:focus, .header .nav-link:hover, .header .nav-link.active {
    color: #fff;
    background-color:var(--yellow);
    border-radius: 25px;
}
.header .navbar-nav li.getquote  .nav-link
{
    background-color: #db2c1d;
    color: #fff;
    padding: 11px 20px;
    border-radius: 5px;
    font-size: 15px;
    text-transform: uppercase;
    margin-left: 20px;
    font-weight: 500;
    letter-spacing: 1px;
}
.header li.getquote .nav-link:focus, .header li.getquote .nav-link:hover
{
    background-color: #0f1c25;
        border-radius: 3px;
}
.header .navbar-nav .dropdown-toggle
{position: static;}

.header .navbar-nav ul.dropdown-menu
{    padding: 18px 10px;
    font-size: 15px;     border: rgba(153,186,211,0.8) solid 1px;}
.header .navbar-nav ul.dropdown-menu a.dropdown-item
{
    line-height: 28px;
}
.header .navbar-nav ul.dropdown-menu a.dropdown-item:hover
{background-color: rgba(153,186,211,0.1); border-radius: 3px;}
.header .navbar-nav ul.dropdown-menu a.dropdown-item:focus
{background-color: #1975bb; color: #fff;}
.him-nav { border-radius: 5px;margin-top: 15px;}

/* -------------- END NAVIGATION  -------------------- */

/*test toggle */
.header .navbar-nav :not( .mejs-button ) > button:hover, :not( .mejs-button ) > button:focus, input[type="button"]:hover,  .header .navbar-nav input[type="button"]:focus, .header .navbar-nav input[type="submit"]:hover,  .header .navbar-nav input[type="submit"]:focus {
    background: #fff;
}
.header .navbar-nav .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 #fff;
}
:not( .mejs-button ) > button:hover, :not( .mejs-button ) > button:focus {
    background: #fff;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 rgba(25,117,187,0.5);
}
/* end test toggle */


/*---SERVICE TEXT---*/
.service-home-main
{
	padding-top: 50px;
    padding-bottom: 50px;
	text-align:center;
	font-size: 16px;
    line-height: 32px;
	color:#000;
	position:relative;
}


.service-home-main h3
{
    font-size: 20px;
    color: var(--black);
    position: relative;
    font-weight: 700;
    padding-top: 0;
    padding-bottom: 8px;
    margin-bottom: 21px;
    margin-top: 20px;
}

.service-home-main h3::after {
    content: "";
	width: 20%;
	height: 2px;
	background-color:var(--purple);
    position: absolute;
    bottom: 0;
    left: 0;
    margin: auto;
	transition:all ease 0.5s;
}


.service-home-main .service-block
{
	border: rgba(11,66,63,0.3) solid 1px;
	border-radius:10px;
	text-align:center;
	margin-top: 30px;
	margin-bottom:30px;
	position:relative;
	transition:all ease 0.3s;
	padding: 25px;
    text-align: left;
}

.service-home-main .service-block.astro
{
	padding: 0px;
    border-radius:0px;
}
.service-home-main .service-block.astro .contentsection
{padding: 0 25px 17px;}
.service-home-main .service-block.astro .service-thumbnail img{ border-radius: 0px;}

.service-home-main .service-block:hover{box-shadow: rgba(11,66,63,0.4) 0px 2px 11px 0px;}
.service-home-main .service-block .service-thumbnail{}
.service-home-main .service-block .service-thumbnail img{ border-radius: 10px;}


.service-home-main .service-block:hover h3::after {
    content: "";
	width: 20%;
	height: 2px;
	background-color:var(--purple);
}

.service-home-main .service-block:hover h3::after {
	width: 40%;
}


.service-home-main .service-block h4
{
    font-family: 'rmedi';
    font-size: 18px;
    color:#fff;
    text-transform: uppercase;
}


.service-home-main .service-block .service-text  {
    font-size: 17px;
    line-height: 25px;
    padding: 0 0 8px;
    font-weight: 300;
}

.service-home-main .service-block .service-text h4
{
    font-family: 'rmedi';
    font-size: 20px;
    color:#fff;
    text-transform: uppercase;
}

.service-home-main .service-block a {
	background-color:transparent;
	color:var(--purple);
	text-decoration: none;
	box-shadow: none;
	font-size: 16px;
    font-weight: 500;
	border-radius: 0;
	outline: none;
	display: inline-block;
}



/* end of services */
/* consultation */

.consultation-item
{
    padding: 0px;
	border: rgba(11,66,63,0.5) solid 1px;
    border-radius: 5px;	
	text-align:center;
	font-size:17px;
	color:#000;
}


.inbody .consultation-item h2 {
    color: #000;
    font-size: 26px;
    font-weight: normal;
    text-transform: none;
    margin: 0;
    padding-top: 20px;
    padding-bottom: 14px;
    font-weight: 500;
}

.consultation-item .consultation-thumbnail {    margin-top: 15px;
}
.consultation-item .consultation-thumbnail p{ margin:0;
}
.consultation-item .consultation-content {
    padding: 0 25px 17px;
}
.consultation-item .consultation-note {
   font-size:12px;
   text-align:left;
   margin-bottom:5px;
}
.consultation-item .consultation-days
{font-size:12px; font-weight:bold;text-align:left;}

.consultation-item a {
	background-color: var(--purple);
    padding: 12px 20px 12px 20px;
    border-radius: 8px;
    color: #fff;
    transition: all ease 0.3s;
    display: inline-block;
    margin-bottom: 15px;
    display: inline-block;
    box-shadow: none;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
	font-size: 15px;
}
.consultation-item a:hover{box-shadow: none;background-color: var(--blue); color:#fff;
}

.whatsapp-float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	left:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 0px 0px 0px #999;
  z-index:100;
}

.whatsapp-float .my-float{
    margin-top: 15px;
}	

.whatsapp-float{
	margin-top:16px;
}

/* Homepage form section */
.hpform-main
{background-color: #f0f8ff;
padding-top: 40px;
padding-bottom: 40px;}

.hpform-main .hpform-left-text
{font-size: 22px;
line-height: 37px;
font-weight: 300;}

.hpform-main .hpform-left-text ul{margin: 25px 0 0 0;}

.hpform-main .hpform-left-text ul li{list-style: none;display: inline; margin-right: 20px;}

.hpform-main .hpform-left-text ul li a{
color: #fff;
    display: inline-block;
    background-color: var(--purple);
    padding: 6px 28px;
    border-radius: 25px;
    font-size: 19px;
    font-weight: 500;
    text-decoration: none;    
}
.hpform-main .hpform-left-text ul li:last-child a{background-color: var(--green);}

.hpform-main .hpform-left-text ul li a:before {
    content: "\f232";
    font-family: 'FontAwesome';
    margin-right: 5px;
    color:#fff;    
}

.hpform-main .hpform-left-text ul li:last-child a:before {
    content: "\f095";
    font-family: 'FontAwesome';
    margin-right: 5px;
    color:#fff;    
}
.hpform-main .hpform-left-text ul li a:hover{background-color: var(--blue);}

.hpform-main .hpform-right-main
{background-color: #f3f8fd; border-radius: 8px;
padding: 20px;box-shadow: rgba(11,66,63,0.3) 0px 2px 8px 0px;}

.hpform-main .hpform-right-main h3{
   font-size: 30px;
    color: #198754;
    font-weight: 500;
    font-family: "Philosopher", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.hpform-main .hpform-right-main input[type="text"], 
.hpform-main .hpform-right-main input[type="email"],
.hpform-main .hpform-right-main input[type="tel"],
.hpform-main .hpform-right-main input[type="number"],
.hpform-main .hpform-right-main  textarea,
.hpform-main .hpform-right-main select, 
.hpform-main .hpform-right-main input[type="date"]
{
    width: 100%;
    border:rgba(11,66,63,0.2) solid 1px;
    padding: 10px 10px;
    font-size: 15px;
    font-weight: 500;
    color: #333;
    margin-bottom: 10px;
    border-radius: 5px;
    font-family: "Poppins", sans-serif;
}
.hpform-main .hpform-right-main label {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 14px;
    color: var(--black);
}

.hpform-main .hpform-right-main input[type="submit"]
{
	background-image:none !important;
	padding: 16px 28px;
	font-size:16px;
	font-weight:600;
	background-color:var(--green);
	text-decoration:none;
	color:#fff;
	border-radius:3px;
	-webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	transition: all ease 0.8s;
	margin-top:10px;
}

.cform input[type="submit"]:before
{
	content:"";
	font-family: 'FontAwesome';
	content: "\f0da";
	margin-right:5px;
}


.cform input[type="submit"]:hover,.contact-page .solqueryform input[type="submit"]:hover
{
	color:#fff;
	background-color:var(--red);
}

/* End Homepage form section */


/* ------------------------------- TESTIMONIALS -------------------------------- */
.testimonials
{
	font-size:16px;
	color:#666;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #fcf7f0;
    text-align: center;
    
}

.testimonials .testiblock
{
    padding: 70px 30px 30px;
    margin:1px;
    font-size: 23px;
    line-height: 36px;
    color: #000;
    position: relative;
    font-weight: 300;
    word-spacing: 1px;
    background-color: #fff;
    border:rgba(209,144,46,0.6) dashed 1px;
    text-align: center;
    border-radius: 5px;
}
/*
.testimonials .testiblock:after
{content: "";
    height: 100%;
    width: 3px;
    background-color:rgba(209,144,46,1);
    position: absolute;
    left: -1px;
    right: auto;
    top: 0;    
}
*/
.testimonials .testiblock h4 {
    font-size: 16px;
    padding-top: 22px;
    margin-bottom: 0;
    color: var(--blue);
    font-weight: 500;
}
.testimonials .testiblock:before
{
content: "";
    width: 37px;
    height: 36px;
    background-image: url(images/quote.png);
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 99;
    /* margin-top: 13px; */
    background-color: #fff;
    /* border: rgba(2,26,71,0.3) solid 2px; */
    /* padding: 0 35px; */
    /* border-radius: 5px 00; */
    display: block;
    margin-bottom: 8px;
    text-align: left;
}

.testimonials .testiblock .tuser {
    margin-top: 10px;
    color:var(--purple);
}

.page-testimonial
{
}
.page-testimonial .single-testi
{
	padding: 20px 20px 20px 50px;
	border: rgba(153,153,153,0.3) solid 1px;
	color: #333;
	word-spacing: 2px;
	margin-bottom: 30px;
	position:relative;
	transition:all ease 0.3s;
}

.page-testimonial .single-testi:hover {
     box-shadow: rgba(0,0,0, 0.2) 0px 0px 10px 1px;
}

.page-testimonial .single-testi:hover
{
	border: rgba(153,153,153,0.6) solid 1px;
	color: #000;
}
.page-testimonial .single-testi:hover:before
{
	top: 0%;
}
.page-testimonial .single-testi:before
{
	content:"";
	width:50px;
	height:50px;
	background-image:url(images/quote.png);
	background-position:center center;
	background-repeat:no-repeat;
	position: absolute;
	top: 26%;
	left: -26px;
	z-index: 99;
	margin-top: 13px;
	transition:all ease 0.3s;
}
.page-testimonial .single-testi h4
{
	font-size: 16px;
	font-family:'playfair';
	padding-top: 9px;
	margin-bottom: 0;
	color:#bd1e2d;
}
/* ------------------------------- END TESTIMONIALS -------------------------------- */


.hp-categories{padding-top: 40px;
    background-color: #fff6f5;
    padding-bottom: 10px;}
.hp-categories .product-category{border: rgba(0,0,0,0.3) solid 1px;box-shadow: inset #cdc8c8 0px 0px 7px 0px; border-radius: 3px; background-color: #fff;}
.hp-categories .product-category:hover{border: rgba(0,0,0,0.6) dashed 1px;}

.homepage-section.hp-categories .product-category h2 {
    font-weight: 500;
    font-size: 20px;
    color: #333;
    margin-bottom: 0;
    text-align: center;
    padding: 11px 0 19px;
    font-family: "Playfair Display", serif;
}

.homepage-section.hp-categories .product-category mark {
    font-size: 15px;
    color: #999;
    background: #fff;
}


.latest-products{
    
    padding-top: 70px; text-align: center;background: #f0f1f6;}


.latest-products.hpall-products{ text-align: center;padding-bottom: 30px;


}
.latest-products.hpall-products-single{background-color: #fff; border-top: rgba(102,102,102,0.5) solid 1px;}
.latest-products .product{border: rgba(233,165,159,0.7) solid 1px;box-shadow: inset #cdc8c8 0px 0px 7px 0px; border-radius: 3px; background-color: #fff;}
.latest-products .product:hover{border: rgba(233,165,159,1) dashed 1px;}
.latest-products .product .price{
    padding: 13px 17px 0;
}

.latest-products.hpall-products .prodcut-block{text-align: center;}

.homepage-section.latest-products.hpall-products .prodcut-block h2, .inbody .latest-products.hpall-products .prodcut-block h2 {
    font-weight: 600;
    font-size: 17px;
    color: var(--orange);
    margin-bottom: 0;
    text-transform: none;
}


.latest-products ul.products li.product  .button {
    box-shadow: none;
    transition: none;
    margin: 4px 0 33px 16px;
    margin: 1px 0 23px 16px;
    display: inline-block;
    background-color: #e3e3e3;
    padding: 4px 10px;
    font-size: 14px;
    border-radius: 3px;
}
.latest-products ul.products li.product .button:hover {
    background-color: var(--red);
    color: #fff;
    box-shadow: none;
}

.homepage-section.latest-products .product h2 {
    font-weight: 500;
    font-size: 14px;
    color: #000;
    margin-bottom: 0;
    text-transform: unset;
    word-spacing: 0;
    letter-spacing: 0;
    padding: 0 15px;
}

h2.subtitle
{
	padding-top: 16px;
	padding-bottom: 60px;
	font-size:18px;
	line-height:36px;
	margin: 0;
	color:#333;
	margin-top:15px;
}

.offer-boxes{padding-top: 40px;padding-bottom: 40px;
}

.welcome-message-main
{
       padding-top: 70px;
    padding-bottom: 70px;
}
.welcome-message-main.elevatemain
{ padding-top: 0px;
    padding-bottom:0px;}
.welcome-message-main .welcome-txt img
{
	border-radius:8px;
	position:relative;
}
.welcome-message-main .welcome-txt
{
        border-radius: 5px;
}

.welcome-message-main .welcome-txt.elevate
{
    border-radius: 25px;
    background-color: #f8f8f8;
    border: rgba(8,13,26,0.3) solid 1px;
    padding-top: 20px;
    padding-bottom: 20px;
}

/*

.welcome-message-main .welcome-curve img
{
	border-radius:25px;
	position:relative;
}
.welcome-message-main .welcome-curve:before
{
	content: "";
    padding: 30px;
    background-color: var(--red);
    position: absolute;
    /* height: 109%; 
    top: -20px;
    display: inline-block;
    height: 108%;
    width: 20%;
    left: -3px;
	border-radius: 25px 0 0 25px;
	transition:all ease 0.6s;
}
.welcome-message-main .welcome-curve:hover:before
{
	width: 50%;
}
.welcome-message-text h1::after {
    content: "";
	width: 20%;
	height: 2px;
	background-color:var(--red);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
	transition:all ease 0.5s;
}
.welcome-message-text:hover h1::after {
	width: 70%;
}
.welcome-message-text h1::before {
	content: "\f193";
    font-family: 'FontAwesome';
    width: 20px;
    height: 20px;
    background-color: #fff;
    position: absolute;
    border-radius: 50%;
    bottom: -7px;
    left: 0;
    right: 0;
    z-index: 99;
    font-size: 13px;
    padding: 5px 4px;
    line-height: 13px;
}.welcome-message-text h1::before {
    content: "";
    width: 20%;
    height: 2px;
    background-color: rgba(0,0,0,0.2);
    position: absolute;
    bottom: 0;
    left: 50px;
    right: inherit;
}
.welcome-message-text h1::after {
    left: 0;
     right: inherit;
    background-color: transparent;    
}
*/



.welcome-message-text
{
    padding: 0 0 0 35px;
    font-size: 16px;
    line-height: 27px;
    color: #000000d4;
    margin-top: 0px;
    font-weight: 300;
    word-spacing: 3px;
}

.welcome-bike-text {
    padding: 0 0 0 35px;
    font-size: 16px;
    line-height: 30px;
    color: #000;
    margin-top: 0px;
}
/*

/*
.welcome-message-text h1
{
    font-weight: 800;
    padding-top: 16px;
    margin: 0;
    margin-bottom: 0px;
    margin-bottom: 0px;
    margin-bottom: 0px;
    color: #000;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 5px;
    font-size: 50px;
    letter-spacing: 2px;
    line-height: 51px;
}
*/
.welcome-message-text p
{
    margin: 0;
}


.welcome-message-text h2
{
}

.welcome-message-text a , .welcome-bike-text a{
    padding: 11px 18px;
    font-size: 17px;
    color: #fff;
    text-decoration: none;
    background: 0 0;
    transition: color .15s ease-in-out, 
        background-color .15s ease-in-out,border-color .15s ease-in-out;
    margin: 10px 0 0 0 ;
    font-weight: 500;
    border: rgba(237, 50, 55,0.0) solid 0px;
    font-weight: 500;
    border-radius: 4px;
    font-family: 'myCustomfont';
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: var(--yellow);
    display: inline-block;
}

.welcome-message-text a:hover , .welcome-bike-text a:hover{background-color: var(--blue); color:#fff;}

.welcome-message-text h4
{
	font-family: 'rblack';
    font-size:22px;
    color: var(--red);
    margin-top: 0;
    padding-top: 0px;
    margin-top: 30px;
	padding-left:70px;
	position:relative;
}
.welcome-message-text h4:last-child
{
	margin-top:50px;
}
.welcome-message-text h4:before
{
	content:"";
	width:52px;
	height:52px;
	position:absolute;
	left:0;
	top:0;
	background-image:url(images/about-us-bullet.png);
	background-position:center center;
	background-repeat:no-repeat;
}
	
.welcome-message-text h4 sub{
	display: block;
    padding: 12px 0px 0 0;
    font-size: 15px;
    font-weight: normal;
    color: #333;
}
.welcome-message-text ul
{
   margin-top:35px;
    list-style: none;
}

.welcome-message-text ul li
{
    font-size: 15px;
    color: rgba(0,0,0,0.6);
    list-style: none;
    margin-bottom: 20px;
    line-height: 23px;
    background-image: url(images/about-icon-1.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    padding-left: 90px;
    padding-top: 5px;
}
.welcome-message-text ul li:last-child
{

    background-image: url(images/about-icon-2.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    padding-left: 90px;
}
.welcome-message-text ul li strong
{    font-size: 16px;
    font-weight: 600;
    display: block;
    margin-bottom: 0px; color: var(--blue);}

.ourooms-main
{
    background-color: #fcf7f0;
    text-align: center;
    padding-top: 70px;
    padding-bottom: 70px;
}

.ourooms-main.inpage
{
    background-color: #fff;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 70px;
}

.ourooms-main .roombox, .roombox
{
    background-color:#fff;
    border: rgba(209,144,46,0.4) solid 1px;
    border-radius: 4px;
    text-align: center;
    margin-bottom: 30px;
}

.roombox{padding-bottom: 10px;}

.ourooms-main .roombox .himg, .roombox .himg{padding: 10px 20px;}

.ourooms-main .roombox .himg img, .roombox .himg img{border-radius: 5px;}

.ourooms-main .roombox .hcontent{
    padding: 20px 0;
}

.ourooms-main .roombox h3, .roombox h3
{    
    font-family: 'myCustomfont';
    color: var(--blue);
    font-size: 19px;
    font-weight: 500;
    text-transform: uppercase;
}

.ourooms-main .roombox .pricebox, .roombox .pricebox {
    background-color: #93ad4e;
    color: #fff;
    padding: 4px 6px;
    border-radius: 3px;
    margin-right: 3px;
}
.ourooms-main .roombox h4, .roombox h4
{
    color: rgba(0,0,0,0.7);
    font-size: 17px;
    font-weight: 600;
    margin: 0;
    padding: 0;
}
.ourooms-main .roombox a, .roombox a,.ourooms-main .entry-content a
{
    color: var(--yellow);
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: none;
}
.ourooms-main .roombox a:hover,.roombox a:hover ,.ourooms-main .entry-content a:hover{
    color: var(--blue);
    box-shadow: none;
}

    .room-card { 
        margin-bottom: 30px; 
        border-radius: 10px; 
        overflow: hidden; 
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        transition: all 0.3s ease; 
        background: #fff;
    }
    .room-card:hover { transform: translateY(-10px); box-shadow: 0 15px 30px rgba(0,0,0,0.2); }
    .room-img { width: 100%; height: 250px; object-fit: cover; }
    .room-overlay { 
        position: absolute; bottom: 0; left: 0; right: 0; 
        background: linear-gradient(transparent, rgba(0,0,0,0.8)); 
        color: white; padding: 20px; transform: translateY(100%); 
        transition: transform 0.3s ease;
    }
    .room-card:hover .room-overlay { transform: translateY(0); }
    .room-overlay h3 { margin: 0 0 5px 0; font-size: 1.3em; }
    .price { font-size: 1.5em; font-weight: bold; color: #27ae60; }
    .room-footer { padding: 15px; }
    .room-link { position: relative; display: block; text-decoration: none; }

/*--- our partners -- */
.ourpartners-main{}
.partnerbox
{
    background-color:#fff;
    border: rgba(209,144,46,0.4) solid 1px;
    border-radius: 4px;
    text-align: center;
    padding-bottom: 20px;
}

.partnerbox .himg{padding: 10px 20px;}

.partnerbox .himg img{border-radius: 5px;}

.partnerbox .hcontent{
    padding:0;
}

.partnerbox h3,.inbody .partnerbox h3
{    
  color: var(--blue);
    font-size: 19px;
    font-weight: 500;
    text-transform: uppercase;
    padding-top: 0px;
    padding-bottom: 24px;
}
.partnerbox1-main{text-align: center; padding-top: 30px; margin-bottom: 100px;border-top: rgba(209,144,46,0.5) solid 1px;}
partnerbox1{ }
.partnerbox1 a {
    background-color: #fff;
    border: rgba(209,144,46,0.4) solid 1px;
    border-radius: 4px;
    display: block;
    box-shadow: none;
    padding: 10px;
}
.partnerbox1 a:hover{
    background-color:none;
    color: var(--blue);
    box-shadow: none;
    border: rgba(209,144,46,0.4) dashed 1px;
}

/*-- end our partners --*/


.amenities-main
{
    text-align: center;
    padding-top: 70px;
    padding-bottom: 70px;
    font-size: 18px;
    color: rgba(0,0,0,0.6);
    font-weight: 300;
}

.amenities-main.singlepage
{
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
    font-size: 18px;
    color: rgba(0,0,0,0.6);
    font-weight: 300;
    background-color: rgba(209,144,46,0.1);
}

.amenities-main.singlepage .amenitiesbox {background-color: #fff;}


.amenities-main.singlepage h4{
    font-family: 'myCustomfont';
    color: var(--blue);
    font-size: 23px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 30px;
}


.amenities-main .iconrow
{
    margin-top: 20px;
}

.amenities-main .amenitiesbox, .amenitiesbox
{border: rgba(0,0,0,0.2) solid 1px; border-radius: 4px;
text-align: center; padding-top: 25px;
padding-bottom: 25px; 
        transition: all ease 0.3s;
    min-height: 141px;

}
.amenitiesbox
{
    margin-bottom: 30px;
    min-height: 141px;

}

.amenities-main .amenitiesbox .fa-solid, .amenitiesbox .fa-solid
{
    font-size: 40px;
    color: #93ad4e;
     transition: all ease 0.3s;
}
.amenities-main .amenitiesbox h3, .amenitiesbox h3, .inbody .amenitiesbox h3
{    
    font-family: 'myCustomfont';
    color: var(--blue);
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 0;
    padding-top: 19px;
    transition: all ease 0.3s;
}

.amenities-main a.allamen {
    padding: 11px 18px;
    font-size: 17px;
    color: #fff;
    text-decoration: none;
    background: 0 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out,border-color .15s ease-in-out;
    margin:30px 0 0 0;
    font-weight: 500;
    border: rgba(237, 50, 55,0.0) solid 0px;
    font-weight: 500;
    border-radius: 4px;
    font-family: 'myCustomfont';
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: var(--yellow);
    display: inline-block;
     transition: all ease 0.3s;
}
.amenities-main a.allamen:hover{background-color: var(--blue); color: #fff;}


.amenities-main .amenitiesbox:hover
{ transition: all ease 0.3s;border: rgba(209,144,46,0.8) dashed 1px;}

.amenities-main .amenitiesbox:hover .fa-solid
{
    font-size: 44px;
    color:rgba(209,144,46,1);
}

.nearbyplaces-main
{
    text-align: center;
    padding-top: 70px;
    padding-bottom: 70px;
    font-size: 18px;
    color: rgba(0,0,0,0.6);
    font-weight: 300;
    background-color: #fff;
    background-image: url(images/slider-main.jpg);
    background-position: top center;
    background-size: cover;
    background-attachment: fixed;
  position: relative; /* Required for pseudo-element positioning */
  width: 100%;
  height:auto; /* Adjust as needed */
 background-image: url(images/hppplaces-bg.webp);
    background-position: top center;
    background-size: cover;
    background-attachment: fixed;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;    
}


.nearbyplaces-main.inpagelist
{padding-top: 0;
padding-bottom: 0;
background-image: none;}

.nearbyplaces-main.inpagelist:before
{
    display: none;
}
.nearbyplaces-main::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7); /* Black overlay at 50% opacity; adjust rgba for color/opacity */
  z-index: 1; /* Places overlay behind text */
}

.nearbyplaces-main > * {
  position: relative; /* Ensures text stacks above overlay */
  z-index: 2; /* Higher than overlay */
}



.nearbyplaces-main .placerow
{
    margin-top: 20px;
}
.nearbyplaces-main .dhaulaplace{
    background-color: #fff;
    border: rgba(209,144,46,0.4) solid 1px;
    border-radius: 4px;
    transition: transform 0.5s ease;
    margin-bottom: 30px;
}
.nearbyplaces-main .dhaulaplace:hover{
    border: rgba(209,144,46,0.8) dashed 1px;
}


.nearbyplaces-main .dhaulaplace .placeimg
{margin: 7px; overflow: hidden;}
.nearbyplaces-main .dhaulaplace .placeimg img
{
  width: 100%;
    height: auto;
    border-radius: 4px;transition: transform 0.5s ease;}

.nearbyplaces-main .dhaulaplace:hover img {
  transform: scale(1.1); /* Zooms in to 110% */
}

.nearbyplaces-main .dhaulaplace .hcontent{
    padding: 20px 0;
}

.nearbyplaces-main  .dhaulaplace h3 {
    font-family: 'myCustomfont';
    color: var(--blue);
    font-size: 19px;
    font-weight: 600;
}


.nearbyplaces-main  .dhaulaplace h4
{
    color: rgba(0,0,0,0.7);
    font-size: 17px;
    font-weight: 600;
    margin: 0;
    padding: 0;
}

.nearbyplaces-main a.allamen {
    padding: 11px 18px;
    font-size: 17px;
    color: #fff;
    text-decoration: none;
    background: 0 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out,border-color .15s ease-in-out;
    margin:30px 0 0 0;
    font-weight: 500;
    border: rgba(237, 50, 55,0.0) solid 0px;
    font-weight: 500;
    border-radius: 4px;
    font-family: 'myCustomfont';
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: var(--yellow);
    display: inline-block;
}
..nearbyplaces-main .allamen:hover{background-color: var(--blue); color: #fff;}


.hpblog-main
{
    padding-top: 70px;
    padding-bottom: 70px;
}
.hpblog-main h1, .hpblog-main h6
{text-align: center; display: block;}

.why-us-hp
{
    padding-top: 70px;
    padding-bottom: 70px;
    background-image: url(images/why-us-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
}
.why-us-hp img
{border-radius: 3px;}

.why-us-hp.homepage-section h1::before {
    content: "";
    width: 20%;
    height: 2px;
    background-color: rgba(0,0,0,0.2);
    position: absolute;
    bottom: 0;
    left: 50px;
    right: inherit;
}
.why-us-hp.homepage-section h1::after {
    left: 0;
     right: inherit;
    background-color: transparent;    
}
.why-us-hp a
{
    padding: 5px 15px;
    background-color: #fff;
    color: #333;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    border: rgba(0,0,0,0.3) solid 1px;
    display: inline-block;
    margin: 12px 0;
    border-radius: 3px;
}
.why-us-hp a:hover{background-color: #1975bb; border-color: #1975bb; color: #fff;}

.quality-hp
{
    padding-top: 70px;
    padding-bottom: 70px;
}

.quality-hp h1::before {
    content: "";
    width: 20%;
    height: 2px;
    background-color: rgba(0,0,0,0.2);
    position: absolute;
    bottom: 0;
    left: 50px;
    right: inherit;
}
.quality-hp h1::after {
    left: 0;
     right: inherit;
    background-color: transparent;    
}
.quality-hp img
{border-radius: 3px;}


.quality-hp a
{
    padding: 5px 15px;
    background-color: #fff;
    color: #333;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    border: rgba(0,0,0,0.3) solid 1px;
    display: inline-block;
    margin: 12px 0;
    border-radius: 3px;
}
.quality-hp a:hover{background-color: #1975bb; border-color: #1975bb; color: #fff;}


/*-----------woocommerce -----*/
.woocommerce-breadcrumb {
    padding-bottom: 20px;
    margin-bottom: 4em;
    border-bottom: 1px solid #eee;
    font-size: 13px;
    font-size: .8125rem;
    padding-top: 20px;
}
/*---end woocommerce---*/


.hp-products
{
    text-align: center;
    padding-bottom: 70px;
}
.hp-products em a 
{
    border: rgba(153,186,211,0.8) solid 1px;
    padding: 15px 25px;
    background-color: rgba(153,186,211,0.1);
    color: #000;
    font-style: normal;
    font-size: 18px;
     border-radius: 3px;
}
.hp-products em a:hover
{
    border: #1975bb solid 1px;
    background-color: #1975bb;
    color: #fff;
    border-radius: 3px;
}

.prodcut-block
{
background-color: #fff;
color: #313149;
border:rgba(8,13,26,0.3) solid 1px;
transition: all ease 0.5s;
border-radius:3px;
position: relative;
overflow: hidden;
transition: all ease 0.1s;
text-align: left;
 font-size: 15px;
line-height: 25px;
color: #333;
margin-bottom: 30px;
border-radius: 5px; /*1*/
    transition: ease 0.2s;
}
.prodcut-block .product-content-area
{
    padding:0 25px;
    text-align: left;
    background-color: #fff;
}
.prodcut-block .product-content-area ul
{list-style-position: inside;
    margin-bottom: 0;
    padding-bottom: 0;}
.prodcut-block:hover{border:rgba(8,13,26,0.7) dashed 1px}

.prodcut-block img
{
    border-radius: 5px;
}
.prodcut-block  .finaloffer{    background-color:#cfcfcf;
    color: #666;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 3px;
    padding: 4px;
    ay: inline-block;
    line-height: 17px;
    border-radius: 3px;}

.homepage-section .prodcut-block h2,.inbody .prodcut-block h2
 {
font-weight: 600;
    font-size: 17px;
    color: var(--orange);
    margin-bottom: 0;
    text-transform: none;
}

.prodcut-block .product-price-main
{   
    font-size: 17px;
    text-align: center;
    padding-top: 15px;
   color: #000; font-weight: 500;}

.prodcut-block .product-price-main .cutprice{text-decoration:line-through;color: #666; }


.prodcut-block .product-caption
{   
    font-size: 16px;
 color: #333; line-height: 29px; font-weight: 300;
text-align: center;
min-height:82px;}

.prodcut-block  a.read {
    color: #333;
    border-radius: 3px;
    margin-top: 17px;
    font-weight: 600;
    font-size: 13px;
    display: block;
    box-shadow: none;
    padding: 11px 10px;
    position: relative;
    border-top:rgba(8,13,26,0.3) solid 1px;
    /* display: block; */
    text-transform: uppercase;
    text-align: center;
}

.prodcut-block  a.read:hover {
    color:#fff;
    background-color: var(--red);
}

/*
.prodcut-block  a.read::before {
    content: "";
    width: 20%;
    height: 1px;
    background-color: #1975bb;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
*/
.prodcut-block .product-caption a.read {
    color: #000;
    color: black;
    font-weight: 500;
    font-size: 15px;
}
.prodcut-block .product-caption a.read:hover{  color: #1975bb;}
.prodcut-block h3, .inbody .prodcut-block h3
 {
     font-size: 18px;
    line-height: 25px;
    margin: 0;
        padding: 12px 0 12px;
    margin: 0;
    text-transform: none;
    font-weight: 400;
    font-size: 14px;
    color: #000;
    letter-spacing: 0px;
}
.prodcut-block h3 p, .inbody .prodcut-block h3 p
{margin: 0;padding: 0;}
.prodcut-block h3 a
 {
      color: #000;
     text-decoration: none;
     box-shadow: inherit;
         box-shadow: none;
}


.yellowpart
{
	
	font-size:15px;
	color:#000;
    font-weight: 400;
	padding:80px;
	line-height:27px;
	transition: all linear 0.2s;
	position:relative;
	background-color:transparent;
    background: linear-gradient(rgba(49,70,80,0), rgba(255,255,255,0.2)), url("images/yellowbg.jpg");  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,0.2)), url("images/yellowbg.jpg"); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	background-position: top center;
    background-size:cover;
    background-attachment: fixed;
    margin-bottom: 50px;
    border-radius:35px;
}

/*---END SERVICE TEXT---*/
.organic-main
{padding-bottom: 30px;}
.organic
{
border: rgba(135,193,30,0.5) solid 2px;
color: #313149;
transition: all ease 0.5s;
position: relative;
overflow: hidden;
transition: all ease 0.1s;
text-align: left;
 font-size: 15px;
line-height: 25px;
color: #333;
padding: 40px;margin-bottom: 30px;
border-radius: 25px; /*1*/
text-align: center;
 background: linear-gradient(rgba(49,70,80,0), rgba(255,255,255,0.2)), url("images/millet.webp");  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,0.2)), url("images/millet.webp"); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	background-position: top center;
    background-size:cover;
    background-attachment: fixed;
}

.organic a {
    padding: 13px 25px;
    background-color: rgba(253,41,53,1);
    color: #fff;
    font-style: normal;
    font-size: 14px;
    border-radius: 3px;
    margin-top: 12px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 400;
}

.organic a:hover {
    background-color:#478b04;
    color: #fff;
}

  
.imgblock-main{padding-bottom: 90px;}
.imgblock-main .ibblock{border-radius: 25px; position: relative;transition: all ease 0.3s; overflow: hidden;}
.imgblock-main .ibblock img{transition: all ease 0.9s;}
.imgblock-main .ibblock:hover img{transform: scale(1.5);}

.imgblock-main .ibblock h3{ position: absolute;   font-size: 18px;
    padding: 40px;
    line-height: 30px;
    margin: 0;
    text-transform: none;
    font-weight: 700;
    font-size: 25px;
    color: #fff;
width: 100%; display: block; bottom: 0; left: 0;}
.imgblock-main img{height: -webkit-fill-available; width: 100%;border-radius: 25px;}

/*---SERVICE PAGE MAIN---*/
.service-main-page
{
	padding-top: 0px;
    padding-bottom: 60px;
	background-image:none;
	background-size:cover;	
	background-position: 0 0; 
	text-align:center;
	font-size: 16px;
    line-height: 32px;
	color:#fff;
	position:relative;	
}

.service-main-page h3
{
   font-family:'rbold';
    font-size:22px;
    color:#333;
	position:relative;
	padding-top: 0;
    padding-bottom: 22px;
    margin-bottom: 21px;
    margin-top: 0;
}

.service-main-page h3::after {
    content: "";
	width: 20%;
	height: 2px;
	background-color:var(--red);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
	transition:all ease 0.5s;
}


.service-main-page .service-block
{
	padding-top: 20px;
	padding-bottom: 20px;
	border: rgba(192,192,192,0.3) solid 1px;
	border-radius:8px;
	text-align:center;
	margin-top: 30px;
	margin-bottom:30px;
	position:relative;
	transition:all ease 0.3s;
	color:#333;
}
.service-main-page .service-block:hover
{
	border:rgba(192,192,192,0.6) solid 1px;
}
.service-main-page .service-block:hover h3::after {
	width: 40%;
}


.service-main-page .service-block h4
{
    font-family: 'rmedi';
    font-size: 18px;
    color:#333;
    text-transform: uppercase;
}


.service-main-page .service-block .service-text  {
	font-size: 15px;
	color: #333;
	line-height: 25px;
	padding: 0 30px 30px;
}

.service-main-page .service-block .service-text h4
{
    font-family: 'rmedi';
    font-size: 20px;
    color:#333;
    text-transform: uppercase;
}

.service-main-page .service-block .service-text  a {
	padding: 5px 32px;
	background-color:transparent;
	border:var(--red) solid 2px;
	color:var(--red);
	text-decoration: none;
	box-shadow: none;
	margin: 20px 0 0 0;
	text-transform: uppercase;
	font-size: 14px;
	border-radius: 0;
	outline: none;
	display: inline-block;
	border-radius: 35px;
}

.service-main-page .service-block .service-text a:hover {
	background-color:var(--red);
	border:var(--red) solid 2px;
	color: #fff;
}
.service-main-page .service-block .block-thumb {
	display: inline-block;
    padding:34px 20px;
    border-radius: 51%;
	width:120px;
	height:120px;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	text-align: center;
	transition:all ease 0.5s;
	background-color:var(--red);
}

.service-main-page .service-block:hover .block-thumb
{
	background-color: var(--blue);
}
.service-main-page .service-block img
{
	transition:all ease 2s;
}
.service-main-page .service-block:hover img
{
    transform: rotateY(360deg);
	transform-style:preserve-3d;
}
/*---END SERVICE PAGE MAIN--*/
.faqs-homepage
{        padding-top: 70px;
    text-align: center;
}


.faqs-homepage .accordion-item{
   border: rgba(209,144,46,0.4) solid 1px;
    border-radius: 7px;
    padding: 2px;
    margin-bottom: 25px;
}

.faqs-homepage .accordion-button{
    font-weight: 600;
    font-size: 17px;
    color: var(--purple);
}

.faqs-homepage .accordion-button:not(.collapsed) {
    color: var(--blue);
        background-color: rgba(209,144,46,0.1);
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 rgba(209,144,46,0.4);
}

.faqs-homepage .accordion-flush .accordion-item:first-child {
    border-top: 1px !important;
}

.faqs-homepage .accordion-flush .accordion-item:last-child {
    border-bottom: 1px !important;
}

.faqs-homepage  .accordion-body
{text-align: left;}

.faqs-homepage .sp-easy-accordion .sp-ea-single {
    background: #fff;
    margin-bottom: 10px;
    border-radius: 3px;
}

.faqs-homepage .sp-easy-accordion .sp-ea-single .ea-header a {
    display: block;
    text-decoration: none;
    cursor: pointer;
    font-weight: 500;
    color: #333;
    font-size: 17px;
    line-height: 28px;
    box-shadow: none;
}
.faqs-homepage .faq-section
{ }
.faqs-homepage .faq-section button
{  font-family: "Poppins", sans-serif;}

.faqs-homepage .faq-section button.accordion-button {
    font-weight: 600;
    font-size: 17px;
    color: #254f8d;
      
}
.faqs-homepage .faq-section button:hover,.faqs-homepage .faq-section button:focus {
    color: var(--bs-accordion-active-color);
    background-color: var(--bs-accordion-active-bg);
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.faqs-homepage .faq-section .accordion-body {
       background-color: #f5f9ff;
    font-size: 15px;
    line-height: 28px;
text-align: left;    
}
/*----WHY ICON ---*/
.why-icon-main
{

	text-align:center;
	margin-top:45px;
    padding-bottom:50px;
}

.why-icon-main h1
{
    font-size: 48px;
    color:var(--blue);
    margin-top: 0;
    padding-top: 10px;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 25px;
    font-weight: 700;
    line-height: 54px;
}

.why-icon-main h1::after {
    content: "";
	width: 20%;
	height: 2px;
	background-color:var(--red);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.why-icon-main h1::before {
	 content: "\f193";
    font-family: 'FontAwesome';
    width: 30px;
    height: 20px;
    background-color: #fff;
    position: absolute;
    /* border: var(--red) solid 1px; */
    border-radius: 50%;
    bottom: -7px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 99;
    font-size:20px;
    padding: 5px 4px;
    line-height: 14px;
}

.why-icon-main h2
{
    font-family: 'rbold';
    font-size:18px;
    color:var(--red);
	text-transform:uppercase;
    margin-bottom: 0;
}


.why-icon-main .icon-block
{
	font-size:15px;
	line-height:21px;
	color:#333;
	border:rgba(3,77,144,0.1) solid 2px;
	margin-bottom: 15px;
	padding-bottom: 30px;
	padding-top: 20px;
    border-radius: 15px;
        text-align: center;
}
.why-icon-main .icon-block .why-icon
{
    content: "";
    width:84px;
    height:66px;
    left: 0;
    right: 0;
    margin: auto;
	margin-top: auto;
    margin-top: auto;
    z-index: 99;
	overflow:hidden;
	margin-top: 20px;
	margin-bottom: 15px;
}
.why-icon-main .icon-block .why-icon img
{
	transition:all ease 0.3s;}
	
.why-us-notes-main .why-icon-main .icon-block:hover .why-icon img {
    transform: translateY(-77px);
}	

.why-icon-main .icon-block h3
{
	font-family: 'rbold';
	font-size:20px;
	color:var(--blue);
	margin-top: 0;
	padding-top:6px;
	padding-bottom: 8px;
}

/*--END WHY ICON--*/


/*---HOMEPAGE BLOG---*/
.blog-homepage-main
{
	padding-top:40px;
    padding-bottom: 40px;
	font-size: 16px;
    line-height: 32px;
	text-align:center;
}

.blog-homepage-main h1
{

    font-size: 48px;
 	color:var(--red);
    margin-top: 0;
    padding-top: 10px;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 25px;
    font-weight: 700;
}

.blog-homepage-main h1::after {
    content: "";
	width: 20%;
	height: 2px;
	background-color:var(--red);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.blog-homepage-main h1::before {
	 content: "\f193";
    font-family: 'FontAwesome';
    width: 30px;
    height: 20px;
    background-color: #fff;
    position: absolute;
    /* border: var(--red) solid 1px; */
    border-radius: 50%;
    bottom: -7px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 99;
    font-size:20px;
    padding: 5px 4px;
    line-height: 14px;
}

.blog-homepage-main h2
{
   font-weight: 600;
    font-size:18px;
    color:var(--blue);
	text-transform:uppercase;
        margin-bottom: 0;
}


.blog-homepage-main h3
{
	font-family: 'rbold';
    font-size: 22px;
    color: var(--red);
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 18px;
    margin-top: 16px;
}

.blog-homepage-main h3::after {
    content: "";
	width: 20%;
	height: 2px;
	background-color:var(--red);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
	transition:all ease 0.5s;
}


.blog-homepage-main .blog-block:hover h3::after {
	width: 40%;
}

.blog-homepage-main .blog-block
{
	padding-top: 20px;
	padding-bottom: 20px;
	border: rgba(255,45,45,0.4) solid 1px;
	position:relative;
	transition:all ease 0.3s;
	color:#fff;
	text-align:left;
}
.blog-homepage-main .blog-block:hover
{
	border:rgba(255,45,45,0.8) solid 1px;
}


.blog-homepage-main .blog-block h4
{
    font-family: 'rmedi';
    font-size: 18px;
    color:var(--red);
    text-transform: uppercase;
}


.blog-homepage-main .blog-block .blog-text{
	font-size: 15px;
	color: #333;
	line-height: 25px;
	padding: 4px;
}

.blog-homepage-main .blog-block .blog-text h4
{
    font-family: 'rmedi';
    font-size: 20px;
    color:var(--red);
    text-transform: uppercase;
}

.blog-homepage-main .blog-block .blog-text a {
	padding: 5px 22px;
	background-color:var(--red);
	color: #fff;
	text-decoration: none;
	box-shadow: none;
	margin: 20px 0 0 0;
	text-transform: uppercase;
	font-size: 14px;
	border-radius: 0;
	outline: none;
	display: inline-block;
	border-radius: 35px;
}

.blog-homepage-main .blog-block .blog-text a:hover {
	background-color:var(--blue);
	color: #fff;
}
.blog-homepage-main .blog-block .blog-thumb {
	text-align: center;
	transition:all ease 0.5s;
}


.blog-homepage-main .blog-block:hover .blog-thumb
{
	background-color: var(--black);
}
.blog-homepage-main .blog-block img
{
}

.blog-homepage-main .blog-block:hover img
{
}


.blog-homepage-main .rightblock .blog-block
{
	padding-top: 20px;
	padding-bottom: 20px;
	border: rgba(255,45,45,0.4) solid 1px;
	position:relative;
	transition:all ease 0.3s;
	color:#fff;
	margin-bottom:30px;
}
.blog-homepage-main .rightblock h3 {
    font-family: 'rbold';
    font-size: 16px;
    font-size: 21px;
    color: var(--red);
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 9px;
    margin-top: 0px;
}

.blog-homepage-main .rightblock .blog-block .blog-text {
    font-size: 15px;
    color: #333;
    line-height: 25px;
	padding:auto;
    /* padding: 4px; */
}

.blog-homepage-main .rightblock .blog-block .blog-thumb {
	text-align: center;
	transition:all ease 0.5s;
	overflow:hidden;
	 max-height: 177px;
}
.blog-homepage-main .rightblock .blog-block img
{
	max-width:inherit;
	height: auto;   
}

.blog-homepage-main .rightblock .blog-block .blog-text a {
	color:var(--red);
	background-color:transparent;
	text-decoration: none;
	box-shadow: none;
	margin:8px 0 0 0;
	padding:0;
	font-size: 14px;
	border-radius: 0;
	outline: none;
	display: inline-block;
	text-transform:none;
	font-weight:600;
}

.blog-homepage-main .rightblock .blog-block .blog-text a:hover {
	color:var(--blue);
	background-color:transparent;
}
.blog-homepage-main .rightblock h3 {
    font-family: 'rbold';
    font-size: 19px;
    color: var(--red);
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 10px;
	margin-top: 0;
}
.hpblog
{
    padding-top: 50px;
    border-top: rgba(0,0,0,0.2)solid 1px;
    padding-bottom: 50px; 
    text-align: center;
}

.homepage-blocks-main{padding: 20px;
       padding: 20px;
    border: rgba(209,144,46,0.7) dashed 1px;
    border-radius: 4px;transition: transform 0.5s ease;
    margin-bottom: 30px;
}
.homepage-blocks-main:hover{border: rgba(209,144,46,0.7) solid 1px;
}
.homepage-blocks-main.second-block
{border-left: rgba(218,218,218,0.9) solid 1px;}
.homepage-blocks-main .fpic
{height:100px;
width: 150px;}
.homepage-blocks-main .fpic img
{
    width: 100%;
    height: 100%;
    border-radius: 3px;
}
.homepage-blocks-main ul{margin: 0;padding: 0;}
.homepage-blocks-main ul li{    display:block;
    margin: 0;
    padding: 0;}
.homepage-blocks-main ul li:before {
    display: none;
}
.homepage-blocks-main a.rmore{
  background-color: rgba(209,144,46,0.3);
    color: var(--blue);
    display: inline-block;
    padding: 3px 15px;
    font-size: 12px;
    text-transform: uppercase;
    box-shadow: none;
    font-weight: 500;
    margin-top: 14px;
    border-radius: 5px;
}
.homepage-blocks-main a.rmore:hover{
    background-color: var(--blue);
    color: #fff;
}
.homepage-blocks-main ul li:last-child a
{
    border-bottom: 0;
}

.homepage-blocks-main ul li a:hover{color: var(--red);}
.homepage-blocks-main ul li a .brtitle{
    font-size: 14px;
    padding-left: 5px;
    line-height: 21px;
    /* margin-top: 11px; */
    font-family: "Merriweather", serif;
}
.homepage-blocks-main ul li a .brtitle .pdate, .homepage-blocks-main h4.pdate
{
    margin-top: 12px;
    font-size: 14px;
    color: var(--yellow);
    font-weight: 400;
}
.homepage-blocks-main h3 {
     font-size: 20px;
    color: var(--blue);
    margin-top: 11px;
    padding-top: 0px;
    text-transform: none;
    font-weight: normal;
    font-weight: 600;
    margin-bottom: 8px;
}
.homepage-blocks-main .featued-photo
{}
.homepage-blocks-main .featued-photo img
{border-radius: 25px 25px 0 0;}
.homepage-blocks-main .news-captionn
{
    font-weight: 400;
    line-height: 27px;
    font-size: 15px;
    color: rgba(0,0,0,0.7);
}

/*---END HOMEPAGE BLOG---*/

/* -----------School Statistics-----------*/
.why-us-main
{
	background-color:#fff;
	background-image:url(images/why-bg.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	padding-top:40px;
	padding-bottom:40px;
	font-size:18px;
	line-height:30px;
	color:#fff;
}

.why-us-main h1
{
    font-family: 'rbold';
    font-size: 40px;
    color: var(--black);
    margin-top: 0;
    padding-top: 10px;
    margin-bottom: 40px;
	position:relative;
	padding-bottom: 25px;
}

.why-us-main h1::after {
    content: "";
	width: 20%;
	height: 2px;
	background-color:var(--green);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.why-us-main h1::before {
	content: "";
	width: 16px;
	height: 16px;
	background-color: #fff;
	position: absolute;
	border:var(--green) solid 2px;
	border-radius:50%;
	bottom: -6px;
	left: 0;
	right: 0;
	z-index: 99;
}
.why-us-main h2
{
   font-family:'rbold';
    font-size:18px;
    color:var(--green);
	text-transform:uppercase;
}
.why-us-main .why-text{
}
.why-us-main .why-text ul{
	margin:0;
	padding:0;
}
.why-us-main .why-text ul li{
	display:inline-block;
	margin:0 0 20px 0;
	padding-left:50px;
	background-image:url(images/right-check.png);
	background-repeat:no-repeat;
	background-position:left top;
	color:#333;
}

/* -----------End School Statistics-----------*/




.our-clients
{
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    border-top:rgba(185,185,185,0.7) solid 1px;
}


.our-clients .owl-carousel .owl-item {
  	transition:all ease 0.3s;
}
.our-clients .owl-carousel .owl-item img {
    box-shadow:none;
}
.our-clients .owl-carousel .owl-item:hover
{
box-shadow: #dddddd 0px 0px 20px;
}

.our-clients .logo-client
{
	border:rgba(185,185,185,1) solid 1px;
	text-align:center;
}

.logo-client-list
{
	border:rgba(185,185,185,0.8) solid 1px;
	text-align:center;
    border-radius: 3px;
    margin-bottom: 30px;
}


/* ---------HOMEPAGE CONTACT BAR--------- */
.hp-contact-bar
{
    background-color:var(--blue);
    font-size: 30px;
    line-height: 20px;
    font-weight: 300;
    color: #fff;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
}

.hp-contact-bar a
{
    text-decoration: none;
    box-shadow: none;
    outline: none;
    color: #fff;
    text-align: center;
    margin: 0 15px;
    font-size: 23px;
    padding: 8px 20px;
    font-weight: 600;
    border-radius: 3px;
    background-color: var(--red);
    border:transparent solid 2px;
}
.hp-contact-bar a:hover
{border:#fff solid 2px; background-color: transparent;}

.hp-contact-bar ul
{
	margin: 25px 0 0 0;
    padding: 0;
    text-align: center;
    font-size: 24px;
}
.hp-contact-bar ul li
{
	display:inline;
	margin:0 20px;
}
.hp-contact-bar ul li a
{
	text-decoration: none;
    color: #fff;
    border: #fff solid 2px;
    border-radius: 25px;
    font-size: 20px;
    font-weight: normal;
    padding: 11px 32px;
	text-decoration:none;
}
.hp-contact-bar ul li a:hover
{
	border:var(--black) solid 2px;
	background-color:var(--black);
	text-decoration:none;
}
	
/*
.hp-contact-bar a:before
{
	content: "\f095";
	font-family: 'FontAwesome';
	margin-right:3px;
	color:#fff;
}
*/
/* ---------END HOMEPAGE CONTACT BAR--------- */
.cotactbar
{
    background-color:var(--blue);
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 24px;
    text-align: center;
    font-weight: 400;
    color: #fff;
    
}
.cotactbar a{
    padding: 12px 20px;
    margin-left: 20px;
    border:#fff solid 2px;
    border-radius: 35px;
    color: #fff;
    margin-top: 10px;
    font-weight: 560;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
}
.cotactbar a:hover
{
    background-color: var(--red);
    color: #fff;
}


/* ------------------------------- 	FOOTER -------------------------------- */


.hp-newsletter-main
{background-color: #1f1e2f;
    color: #fff;
    border-radius: 8px;
    padding: 20px;
    font-size: 15px;
    font-weight: 300;
}

.hp-newsletter-main h3{
    font-size: 26px;
    color: #fff;
    font-weight: 500;
}

.hp-newsletter-main h4{
    margin: 12px 0 0;
    padding: 0;
    color: #fff;
    font-weight: 400;
    font-size: 21px;
    letter-spacing: 1px;
}

.hp-newsletter-main h5 {
    text-transform: none;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    padding-top: 10px;
}

.hp-newsletter-main input[type="text"], 
.hp-newsletter-main input[type="email"],
{
    width: 100%;
    border:rgba(11,66,63,0.2) solid 1px;
    padding: 10px 10px;
    font-size: 15px;
    font-weight: 500;
    color: #333;
    margin-bottom: 10px;
    border-radius: 5px;
    font-family: "Poppins", sans-serif;
}
.hp-newsletter-main label {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 14px;
    color: var(--black);
}

.hp-newsletter-main input[type="submit"]
{
	background-image:none !important;
	padding: 16px 28px;
	font-size:16px;
	font-weight:600;
	background-color:transparent;
	text-decoration:none;
	color:#fff;
	border-radius:3px;
    border:rgba(255,255,255,0.5) solid 2px;
	-webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	transition: all ease 0.8s;
	    margin-bottom: 11px;
width: 100%;    
}



.hp-newsletter-main input[type="submit"]:hover,.hp-newsletter-main input[type="submit"]:hover
{
	color:#fff;
	background-color:var(--green);
}


.footerbg
{
	
	font-size:14px;
	color:#fff;
    font-weight: 400;
	    padding: 110px 40px 0px;
	line-height:27px;
	transition: all linear 0.2s;
	position:relative;
    background-color:var(--yellow);
        margin-bottom: 15px;
  
    margin-top: 50px;
}
.footerbg:before
{
    background-image: url(images/footerlogo.png);
    width: 130px;
    height: 130px;
        content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
  z-index: 1;
        border-radius: 50%;
    border: #fff solid 2px;
}

.footerbg h2 {
    color: #fff;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 22px;
    letter-spacing: 0;
    font-weight: 600;
    border-width: 100px;
    margin-bottom: 0px;
    text-transform: none;
    position: relative;
    font-family: 'myCustomfont';
}

.footerbg h2.widget-title span
{ position: relative;
}
.footerbg h2.widget-title span:after
{
	content: "";
	position: absolute;
	background-color:rgba(255,255,255,0.5);
	height: 2px;
	width: 40px;
	left: 0px;
	bottom: -6px;
}


.footerbg li 
{
	list-style:none;
    margin-bottom: 0px;
}

.footerbg li a
{
    font-size: 14px;
    color: rgba(255,255,255,0.9);
    font-weight: 400;
    transition: all ease 0.3s;
    outline: none;
    text-decoration: none;
    box-shadow: none;
}


.footerbg li a:before
{
	/*
	content: "\f105";
	font-family: 'FontAwesome';
	margin-right:3px;
*/
}


.footerbg li a:hover
{
	color:rgba(255,255,255,1);
	padding-left:0px;
	box-shadow:none;
    text-decoration: none;
}
.footerbg .widget ul li a
{
	text-decoration:none;
	box-shadow:none;
}
.footerbg .widget ul li a:hover
{
	text-decoration:none;
	box-shadow:none;
	color:#fd2935;
}
.footerbg a
{
	font-size:15px;
	color:#fff;
	transition:all ease 0.3s;
	outline:none;
	text-decoration:none;
	box-shadow:none;
}

.footerbg a:hover
{
	color:#fff;
	text-decoration:underline;
	padding-left:0px;
}


/* new footer */
.mountain-footer {
  position: relative;
  height: 200px;
  background: linear-gradient(to bottom, #87CEEB, #98D8C8); /* Sky to ground */
  overflow: hidden;
}

.mountain {
  position: absolute;
  bottom: 0;
}

.peak {
  width: 0;
  height: 0;
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  border-bottom: 150px solid #4a6741; /* Forest green */
}
.shadow {
  position: absolute;
  bottom: -10px;
  left: 10px;
  border-left: 110px solid transparent;
  border-right: 90px solid transparent;
  border-bottom: 150px solid rgba(0,0,0,0.3);
  transform: skewX(-20deg);
}

.snow {
  position: absolute;
  top: -20px;
  left: 5px;
  border-left: 95px solid transparent;
  border-right: 95px solid transparent;
  border-bottom: 30px solid #fff;
  transform: skewY(-10deg);
}

/*end new footer */


.copyright-main
{
	position:relative;
	padding-bottom: 8px;
	margin-top:40px;
    border-top: rgba(255,255,255,0.3) dashed 1px;
    padding-top:40px;
}

.copyright
{
	font-size: 14px;
	color:#fff;
	padding: 15px 0 8px 0;
}

.contact-page .socialicn
{
	display:block;
	text-align: left;
	margin-top: 20px;
}

.contact-page .socialicn a
{
	line-height: 25px;
}
.social-navigation {

    width: 100%;
}
.socialicn
{
	text-align: right;
	margin-top: 10px;
}
.footerbg .socialicn a
{color:rgba(255,255,255,1);}
.socialicn .fa
{
	color:rgba(255,255,255,1);
}

.socialicn a:hover .fa
{
	color:#fff;
}

.socialicn a
{
    border-radius: 3px;
    background-color: transparent;
    border: #fff solid 1px;
    height: 28px;
    width: 28px;
}

.social-navigation .icon {
    height: 12px;
    top: 7px;
    width: 12px;
    vertical-align: top;
}

.socialicn a:visited
{
} 

.contact-page .socialicn a
{
	color:rgba(255,255,255,1);
}
.contact-page .socialicn a:hover
{
	background-color:#1975bb;
	color: #fff;
     border: #1975bb solid 1px;
}
.socialicn a:hover,.socialicn a:focus
{
	background-color:var(--blue);
	color: #fff;
     border: var(--blue) solid 1px;
}


#footer-contact
{
}

#footer-contact.cmenu
{
}

#footer-contact.cmenu li
{
	list-style:none;
	display:inline;
}

ul#footer-contact.cmenu
{
	margin:0;
	padding:0;
}

ul#footer-contact.cmenu li
{
    list-style: none;
    display: block;
    line-height: 30px;
    margin-bottom: 17px;
}

ul#footer-contact.cmenu a,ul#footer-contact.cmenu a
{
    display: inline-block;
    padding: 0px 10px;
    color: #fff;
    text-decoration: none;
    font-size: 17px;
} 

ul#footer-contact.cmenu a:hover,ul#footer-contact.cmenu a:hover
{
    color: var(--green);
}
/*
ul#header-menu.menu li:last-child
{
float: right;
}
*/
ul#footer-contact.cmenu li:first-child a:before
{
content: "\f025";
    font-family: 'FontAwesome';
    margin-right: 3px;
   
}

ul#footer-contact.cmenu li:last-child a:before
{
	content: "\f0f6";
	font-family: 'FontAwesome';
	margin-right:3px;
	
}
ul#footer-contact.cmenu li:nth-child(2) a:before
{
	content: "\f073";
	font-family: 'FontAwesome';
	margin-right:3px;
}

/*
ul#header-menu.menu li.phone a:before
{
	content: "\f095";
	font-family: 'FontAwesome';
	margin-right:3px;
	color:#fff;
}
*/
ul#footer-contact.cmenu li:last-child a
{
  
}

ul#footer-contact.cmenu li:last-child a:before
{
	content: "\f073";
	font-family: 'FontAwesome';
	margin-right:3px;
	color:#fff;
}



#footer-terms
{
}

#footer-terms.tmenu
{
}

#footer-terms.tmenu li
{
    list-style: none;
    display: block;
    line-height: 30px;
    margin-bottom: 17px;
}

ul#footer-terms.tmenu
{
	margin:0;
	padding:0;
}

ul#footer-terms.tmenu li
{
	list-style:none;
	display:block;
    line-height: 36px;
}

ul#footer-terms.tmenu a,ul#footer-terms.tmenu a
{
    display: inline-block;
    padding: 0px 10px;
    color: #fff;
    text-decoration: none;
    font-size: 17px;
        display: flex;
    align-items: center;
} 

ul#footer-terms.tmenu a:hover,ul#footer-terms.tmenu a:hover
{
    color: var(--green);
}
/*
ul#header-menu.menu li:last-child
{
float: right;
}
*/
ul#footer-terms.tmenu li a:before{
    margin-right: 8px;
    height: 50px;
    width: 50px;
    background-color: #fff;
    border-radius: 3px;
    padding: 19px;
    display: inline-block;
    background-size: 77%;
    background-repeat: no-repeat;
    background-position: 5px 6px;    
}

ul#footer-terms.tmenu li:first-child a:before
{
    content: "";
    background-image: url(images/private-confidential.png);

}

ul#footer-terms.tmenu li:nth-child(2) a:before
{
    content: "";
    background-image: url(images/astrologer-verified.png);
}

/*
ul#header-menu.menu li.phone a:before
{
	content: "\f095";
	font-family: 'FontAwesome';
	margin-right:3px;
	color:#fff;
}
*/
ul#footer-terms.tmenu li:last-child a:before
{
    content: "";
    background-image: url(images/secure_payment.png);
}



/* ------------------------------- END FOOTER -------------------------------- */


.bgblock
{
	background-image:url(images/bgblocks.jpg);
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}


.bgblock .padblock
{
    padding-top: 90px;
    padding-bottom: 30px;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}

.bgblock .padblock:hover
{
	background-color:rgba(12,06,138,0.6);
}


.bgblock .padblock h3{
    color: #fff;
    font-size: 25px;
    font-weight: normal;
    text-transform: none;
    margin: 0;
    text-transform: uppercase;
    font-family: 'Work Sans', sans-serif;
	padding-bottom:17px;
}

.bgblock .padblock a
{
	display:inline-block;
	padding:5px 20px;	
	font-size:13px;
	line-height:25px;
	color:#0c068a;
	background-color:#fff;
	text-decoration:none;
	font-family:'rbold';
	text-transform:uppercase;
	margin-top:20px;
	
	
}
.bgblock .padblock a:hover
{
	color:#fff;
	background-color:#00aeed;
}

.stats
{
    padding-bottom: 70px;
    padding-top: 70px;
    background-position: center top;
    background-size: cover;
    text-align: center;
}

.stats .stat-icons
{
	font-size:18px;
	color:#00aeed;
	background-repeat: no-repeat;
    background-position: 20px 30px;
    padding-top: 16px;
    text-align: center;
	padding-bottom:25px;
}
.stats .icon-block{    text-align: center;
    background-color: rgba(255,255,255,0.9);
    padding: 25px;
    border: rgba(2,26,71,0.3) solid 1px;
    border-radius: 5px;}


.stats .icon-block h5{
    font-size: 17px;
    font-weight: 600;
    color: var(--blue);
    text-transform: none;
    margin: 25px 0 16px 0;
    padding: 0;
    letter-spacing: 0;
    position: relative;
    padding-bottom: 10px;
}

.stats .icon-block h5::before {
    content: "";
    width: 20%;
    height: 2px;
    background-color: var(--orange);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: all ease 0.5s;
}

.stats .icon-block .sicon {text-align: center;}

.stats .icon-block h6{
  font-size: 14px;
    font-weight: 400;
    line-height: 23px;
     padding: 0;
    padding-top: 5px;
    color: #000;
    margin: 0;
   
}

/* process --*/

.esol-process
{
	background-color: rgba(237,249,243,0.4);
    padding-top:70px;
    padding-bottom: 70px;
}
.esol-process .row-pad
{
    margin-top: 60px;
}
.esol-process .process-block
{
 background-color: #fff;
    border: rgba(29,49,100,0.3) dashed 1px;
    border-radius: 5px;
    padding: 25px 20px;
    font-size: 17px;}

.esol-process .process-block .step-icon {
    width: 80px;
    height: auto;
    padding: 12px;
    background-color: #fff;
    position: absolute;
    top: -80px;
    margin: 0 auto;
    left: 0;
    right: 0;
    border: rgba(29,49,100,0.3) solid 1px;
    border-radius: 5px 5px 0 0;
}
.esol-process h1 {
    font-size: 40px;
    color: var(--blue);
    margin-top: 0;
    padding-top: 10px;
    margin-bottom: 0px;
    position: relative;
    padding-bottom: 25px;
    font-weight: 400;
    line-height: 54px;
}
.esol-process .process-block .process-icons
{
	padding-left:100px;
	font-size:18px;
	color:#00aeed;
	background-repeat: no-repeat;
    background-position: 20px 30px;
    padding-top: 16px;
	padding-bottom:25px;
}

.esol-process .process-block h4{
    font-size: 18px;
    margin-bottom:19px;
    color: var(--red);
    font-weight: 500;
}
.esol-process .process-block h6{
    color: var(--blue);
    font-size: 14px;
    font-weight: 400;
    padding-top: 0;
    text-transform: none;
    letter-spacing: 0px;
    line-height: 24px;

}


/* core values--*/

.esol-values
{
	background-color:#f9f6f0;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}
.esol-values .value-block .value-icon {text-align: center;}
.esol-values .value-block .value-icon img{
  max-width: 90px;
    height: auto;
}
.esol-values h1 {
    font-size: 48px;
    color: var(--blue);
    margin-top: 0;
    padding-top: 0px;
    margin-bottom: 0px;
    position: relative;
    padding-bottom: 25px;
    font-weight: 700;
    line-height: 54px;
}
.esol-values .value-block
{
	font-size:18px;
	color:#00aeed;
    background-color: #fff;
    padding: 20px;
    border: #e5e1d8 dashed 1px;
    text-align: left;
    margin-bottom: 25px;
}

.esol-values .value-block h2{
    color: var(--blue);
    font-size: 19px;
    font-weight: 500;
    padding-top: 15px;
}
.esol-values .value-block h5{
    color: #000;
    font-size: 14px;
    font-weight: 400;
    padding-top: 0;
    text-transform: none;
    letter-spacing: 0px;
    line-height: 24px;
}

/* esol numbers--*/

.esol-numbers
{
	background-color:#f9f6f0;
    text-align: center;
}

.esol-numbers .number-block
{
	font-size:18px;
	color:#00aeed;
    background-color: #fff;
    padding: 20px;
    border: #e5e1d8 dashed 1px;
    text-align: center;
}

.esol-numbers .number-block .number-icon {

}
.esol-numbers .number-block h1 {
text-align: center;
    font-weight: 800;
    font-size: 48px;
    margin: 0;
color: var(--blue);    
}


.esol-numbers .number-block h2{
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    text-align: left;
    position: relative;
    padding-top: 11px;
    color: #000;
}
.esol-numbers .number-block h2::before {
    content: "";
    width: 20%;
    height: 2px;
    background-color: var(--red);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transition: all ease 0.5s;
}
.esol-numbers .experience
{    background-color: var(--red);
    color: #fff;
    text-align: center;
    margin-left: 30px;}
.esol-numbers .experience h1 {
    text-align: center;
    font-weight: 800;
    font-size: 57px;
    margin: 0;
}
.esol-numbers .experience h2 {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 600;
}
/* ---------------- INNER PAGE -------------------*/
.inner-header
{
    background-image: url(images/slider-main.jpg);
    background-position: top center;
    background-size: cover;
    background-attachment: fixed;
  position: relative; /* Required for pseudo-element positioning */
  width: 100%;
  height:auto; /* Adjust as needed */
 background-image: url(images/slider-main.jpg);
    background-position: top center;
    background-size: cover;
    background-attachment: fixed;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white; /* Text color for contrast */
}

.inner-header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Black overlay at 50% opacity; adjust rgba for color/opacity */
  z-index: 1; /* Places overlay behind text */
}

.inner-header > * {
  position: relative; /* Ensures text stacks above overlay */
  z-index: 2; /* Higher than overlay */
}


.intitle {
padding: 45px 0 8px;
}


/*
.intitle:before
{
	content: "";
    left: 0;
    top: 6px;
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 30px solid var(--red);
    display: inline-block;
    position: absolute;
}
.service-home-main:before {
    content: "";
    height: 120px;
    width: 57%;
    background-color:var(--red);
    display: block;
    left: -11px;
    bottom: -45px;
    position: absolute;
    transform: rotate3d(1, 1, 1, 11deg);
    z-index: -1;
}
.service-home-main:after {
    content: "";
    height: 120px;
    width: 57%;
    background-color:var(--red);
    display: block;
    right: -11px;
    bottom: -45px;
    position: absolute;
    transform: rotate3d(1, 1, 1, -11deg);
    z-index: -1;
}
*/

.intitle h1 {
    font-size: 50px;
    color: #fff;
    position: relative;
    font-weight: 300;
    margin: 0;
    font-family: 'myCustomfont';
    border-top: rgba(209,144,46,0.4) dashed 1px;
    padding-top: 15px;
    text-align: center;
}
.intitle  .taxonomy-description
{
    font-size: 35px;
    font-weight: 300;
    letter-spacing: 1px;
    margin-top: 16px;
    color: #fff;
}

.intitle .ornrow {
    font-size: 19px;
    color: #00aeed;
    margin-top: 11px;
}

.intitle  .breadcrumbs{
    list-style:none;
    margin:10px 0;
	font-size:15px;
	color:#666;
    overflow:hidden;
	text-align:center;
}
  
.intitle  .breadcrumbs li{
    display:inline-block;
    vertical-align:middle;
    margin-right:15px;
	color:#666;
}
.intitle  .breadcrumbs a{
	text-decoration:none;
	color:#333;
}
.intitle  .breadcrumbs a:hover
{
	text-decoration:underline;
}
  
.intitle  .breadcrumbs .separator{
    font-size:16px;
    font-weight:100;
    color:#666;
}

/*----single product page --*/
.single-product-page-body
{
    padding-top:40px;
    padding-bottom: 40px;
    font-weight: 400;
    border-top: rgba(0, 0, 0, 0.1) solid 1px;
}

.single-product-page-body .nav-links {
    display: block;
    margin-top: 20px;
}
.single-product-page-body h1
{
    padding: 0;
    margin: 0 0 20px 0;
    font-weight: 700;
    font-size: 28px;
    color: #000;
}

.single-product-page-body .product-photo
{
    border: rgba(0,0,0,0.4)solid 1px;
    border-radius: 5px;
    padding: 10px;
}
.single-product-page-body .product-photo img
{border-radius: 5px;}

.single-product-page-body .product-description
{

    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
   line-height: 27px;
    line-height: 31px;
}
.single-product-page-body .product-description h2
{    font-size: 26px;
    font-size: 19px;
    color: #000;
    margin: 0 0 10px;
    padding: 0;}
.single-product-page-body .product-description h2 p
{margin: 0;}

.single-product-page-body .product-description h3 {
 font-weight: 600;
    font-size: 19px;
    border-bottom: rgba(0, 0, 0, 0.2) solid 1px;
    padding-bottom: 5px;
    margin: 0 0 14px;
    padding: 0 0 7px;
    color: var(--red);
}

.single-product-page-body .product-description ul {
    list-style: disc;
    list-style-position: inside;
    font-size: 15px;
}

.single-product-page-body .product-inquiry ul {
    list-style: disc;
    list-style-position: inside;
    font-size: 15px;
}

.single-product-page-body .product-inquiry ul li {
    display: inline-block;
    margin-right: 15px;
}

.single-product-page-body .product-inquiry ul li a{
    display: block;
    padding: 9px 23px;
    background-color: var(--blue);
    border-radius: 25px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    border: 0;
    color: #fff;
}

.single-product-page-body .product-inquiry ul li:first-child a:before {
    content: "\f0e0";
    font-family: 'FontAwesome';
    margin-right: 5px;
    color: #fff;
}

.single-product-page-body .product-inquiry ul li:first-child a{background-color: var(--orange);}

.single-product-page-body .product-inquiry ul li a:before {
    content: "\f095";
    font-family: 'FontAwesome';
    margin-right: 5px;
    color: #fff;
}
.single-product-page-body .product-inquiry ul li a:hover
{background-color: #000; color: #fff;}
.single-product-page-body .product-inquiry ul li a:hover:before
{color: #fff;}

.category-page
{}
.category-page .cat-product-block
{
    padding: 20px;
    background-color: #fff;
        border: #666 solid 1px;
    /* padding-top: 45px; */
    /* padding-bottom: 25px; */
    transition: all ease 0.5s;
    border-radius: 3px;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}

.category-page .cat-product-block:hover
{

        border: #333 dashed 1px;
}

.category-page .cat-product-block .entry-header{
    padding: 0;
}
.category-page .cat-product-block .entry-header .entry-title {
    margin-bottom: 0.25em;
    font-size: 15px;
    font-weight: 500;
}

.category-page .cat-product-block a
{
    color: #000;
}


/*---end single product page --*/
.room-details
{
padding-top: 60px;
padding-bottom: 60px; color: var(--blue); text-align: center;}
.room-details .roombox {border-right: rgba(209,144,46,0.4) solid 2px;}
.room-details .roombox:last-child {border-right: rgba(209,144,46,0.4) solid 0px;}
.room-details .fa-solid, .room-details .fa-regular{color: var(--yellow);}
.singlepage-gallery{margin-bottom: 30px;}
.singlepage-whatget
{
    padding: 20px;
    background-color: rgba(209,144,46,0.1);
    border: rgba(209,144,46,0.4) solid 2px;
    border-radius: 5px;
    font-size: 15px;
    line-height: 20px;
}

.inbody .singlepage-whatget h3.widget-title, .inbody .singlepage-whatget h3 {
    color: var(--blue);
    font-size: 20px;
    font-weight: 600;
    text-transform: none;
    margin: 0;
    padding-top: 0px;
    padding-bottom: 14px;
}

.inbody .singlepage-whatget ul li, .inbody .singlepage-whatget ol li {
    list-style: none;
    margin: 0 0 8px 0px;
}


.inbody
{
    padding-top: 30px;
    padding-bottom: 20px;
    font-size: 17px;
    line-height: 26px;
    word-spacing: 2px;
}
.widget ul li, .widget ol li {
    border-bottom: 0px solid #ddd;
    border-top: 0px solid #ddd;
    padding:0;
}

.inbody blockquote {
    padding: 13px 20px;
    margin: 30px 0 20px;
    font-size: 17px;
    border-left: 5px solid var(--black);
	background-color:rgba(244,244,244,0.5);
	transition:all ease-in-out 0.5s;
}
.inbody blockquote:hover
{
	background-color:var(--green);
	color:#fff;
}
.inbody .table-bordered > tbody > tr > th
{
	background-color: #666;
    color: #fff;
	font-size:16px;
}

.inbody .table-hover > tbody > tr:hover {
    background-color:#333;
	color:#fff;
	transition:all ease 0.3s;
}

.inbody .table-hover > tbody > tr:hover > td
{
	background-color:#333;
	color:#fff;
}

.inbody table td:nth-child(2) 
{
	background-color: #f2f2f2;
    color: #000;
}

/*
.inbody blockquote {
	padding: 50px 30px;
	margin: 0 0 20px;
	font-size: 23px;
	border-left: 0px solid #eee;
	font-family: 'playregular';
	color: #bd1e2d;
	background-color: rgba(204,204,204,0);
	position: relative;
	overflow: visible;
	margin-bottom:60px;
	transition:all ease 0.5s;
	border: rgba(204,204,204,0.3) solid 1px;
}
.inbody blockquote:hover
{
	background-color:#fff;
	border: rgba(204,204,204,0.6) solid 1px;
}
.inbody blockquote:hover:before,.inbody blockquote:hover:after
{
	background-color:#bd1e2d;
	border:#bd1e2d solid 1px;
	background-position: -1px -1px;	
}
.inbody blockquote:hover:before
{
	top: -22px;
}
.inbody blockquote:hover:after
{
	bottom: -22px;
}
.inbody blockquote:before
{
	content: "";
	width: 45px;
	height: 45px;
	position: absolute;
	left:33px;
	top: -11px;
	background-color: #fff;
	border: rgba(204,204,204,0.3) solid 1px;
	background-image: url(images/quote-icon.png);
	background-position: -1px -55px;
	background-repeat: no-repeat;
	transition:all ease 0.5s;
}

.inbody blockquote:after
{
	content: "";
	width: 45px;
	height: 45px;
	position: absolute;
	right:33px;
	bottom: -11px;
	background-color: #fff;
	border: rgba(204,204,204,0.3) solid 1px;
	background-image: url(images/quote-icon-1.png);
	background-position: -1px -55px;
	background-repeat: no-repeat;
	transition:all ease 0.5s;
}
*/


.inbody.contact-page h1 {
    font-size:30px;
    color: #2b2643;
    border-left: #f4003b solid 0px;
    padding: 0;
	padding-left: 0px;
    padding-left: 0px;
    padding-left:0px;
    margin: 25px 0 15px;
    	border-bottom:0;
	letter-spacing:1px;
}

.inbody h3 {
	 color: var(--blue);
    font-size: 30px;
    font-weight: normal;
    text-transform: none;
    margin: 0;
    padding-top: 20px;
    padding-bottom: 14px;
}

.inbody h2{
    color: #000;
    font-size: 32px;
    font-weight: normal;
    text-transform: none;
    margin: 0;
    padding-top: 20px;
    padding-bottom: 0px;
    font-weight: 500;
}

.inbody h3.widget-title, .inbody h3{
    color: #000;
    font-size: 20px;
    font-weight: 600;
    text-transform: none;
    margin: 0;
    padding-top: 20px;
    padding-bottom: 14px;
}


.inbody .widget {
    padding-bottom:5px;
}
.inbody  ul li,.inbody  ol li
{
	list-style:none;
margin: 0 0 11px 0px;
}
.inbody  ul li:before {
	font-family: 'FontAwesome';
	content: "\f0da";
	margin-right:5px;
}
.inbody ul, .inbody ol {
    margin-top: 0;
    margin-bottom: 10px;
    list-style-position: inside;

}
.inbody ol li{
	list-style-position: inside;
}
.inbody .listblock ul, .inbody .listblock ol {
    margin-top: 0;
    margin-bottom: 10px;
    list-style-position: inside;
}

.inbody .listblock ol li{
	margin-left: 20px;
	text-indent: -10px;
	margin-bottom: 2px;
	font-size: 15px;
	color: #666;
	border:0;
	list-style-position: inside;
}

.inbody .listblock ul li:before{
	content:"";
	font-family: 'FontAwesome';
	content: "\f0da";
	margin-right:5px;
	color:#00aeed;
}

.inbody .listblock ul li{
	list-style:none;
	margin-left: 20px;
	text-indent: -19px;
	border:0;
}

.inbody .listblock ul li strong, .inbody .listblock ol li strong
{
	color: #f4003b;
	font-weight: normal;
}

.prdtable {
		font-size:15px;
}

/* ----- Accordion --- */



.clear
{
	clear:both;
}
#accordion {
	list-style: none;
	padding: 5px 0 15px 0;
	display:block;
}
#accordion .accorhead{
	display: block;
	font-family: 'playregular';
	font-size:20px;
	border: #d9d9d9 solid 1px;
	cursor: pointer;
	padding: 10px 17px;
	color: #bd1e2d;
	margin-top:20px;
	position:relative;
}
#accordion .accorhead:first-child
{
	margin-top:0;
}
#accordion .accorhead:before{
	font-family: 'FontAwesome';
	content: "\f105";
	display: inline-block;
	margin-right: 15px;
	}
/*#accordion .accorhead:after{
	content: "\002B";
	display:inline-block;
	float: right;
	font-size: 26px;
	line-height: 31px;
	position: absolute;
	right: 8px;
	top: 14px;
	height: 20px;
	width: 20px;
	}
*/

#accordion .accorhead:after{
	content: "";
	background-image:url(images/plus-icon.png);
	background-position:center center;
	background-repeat:no-repeat;
	font-size: 26px;
	line-height: 31px;
	position: absolute;
	right: 14px;
	top: 14px;
	height: 20px;
	width: 20px;
	transition:all ease 0.5s;
	}

	
#accordion .accorhead.up
	{
		color:#333;
		background-color:rgba(204,204,204,0.1);
	}

/*
#accordion .accorhead.up:after{
	font-family: 'FontAwesome';
	content: "\f068";
	display:inline-block;
	float:right;
	}
	*/
/*
#accordion .accorhead.up:after{
	content: "\002D";
	display: inline-block;
	float: right;
	font-size:63px;
	line-height: 31px;
	position: absolute;
	right: 8px;
	top: 14px;
	height: 20px;
	width: 20px;
}
*/

#accordion .accorhead.up:after{
	content: "";
	background-image:url(images/minus-icon.png);
	background-position:center center;
	background-repeat:no-repeat;
	line-height: 31px;
	position: absolute;
	right: 14px;
	top: 14px;
	height: 20px;
	width: 20px;
	transition:all ease 0.5s;
}

#accordion .content
{
	padding: 21px 40px;
	display: none;
	border-top:0;
	border: #d9d9d9 solid 1px;
	border-top: #d9d9d9 solid 0px;
	border-bottom-width: 3px;
	font-size: 15px;
}
#accordion .content li
{
	background-color:#fff;
}

#accordion ul li{
	font-weight: normal;
	cursor: auto;
	background-color: #fff;
	padding: 0 0 0 7px;
}
#accordion a {
	text-decoration: none;
}
#accordion a:hover {
	text-decoration: underline;
}

/* ----- End Accordion --- */
.inbody table{
	font-size: 15px;
}

.inbody table th{
	background-color: #f2f2f2;
	color:#666;
	font-weight:bold;
}
.inbody table th,.inbody table td {
  border: rgba(153,153,153,0.3) solid 1px;
  padding: 8px 10px;
}

table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
    background-color: rgba(153,153,153,0.1);
	color:#fff;
}

/* --------VISION PAAGE-------*/
.vision-page
{
}
.vision-page blockquote {
	padding: 40px 30px;
	margin: 0 0 100px;
	font-size: 27px;
	border-left: 0px solid #eee;
	font-family: 'playregular';
	font-style: normal;
	position: relative;
	border: rgba(204,204,204,0.3) solid 1px;
	overflow: visible;
	transition:all ease 0.4s;
	color:#999;
}

.vision-page blockquote:hover
{
	transition:all ease 0.4s;
	background-color: #ffff;
	border: rgba(204,204,204,0.6) solid 1px;
	color:#333;
	padding: 50px 30px;
}

.vision-page blockquote strong
{
	font-size: 35px;
	border: rgba(204,204,204,0.3) solid 1px;
	background-color: #fff;
	color: #333;
	padding: 0px 50px;
	position: absolute;
	left: 30px;
	top: -35px;
	/*transform: rotate(-4deg);*/
	transition:all ease 0.4s;
}
.vision-page blockquote:hover strong
{
	transform: rotate(0deg);
	transition:all ease 0.4s;
	background-color: #bd1e2d;
	color: #fff;
	top: -42px;
	
}
/*
.vision-page blockquote:nth-child(3) strong
{
	background-color:#090;
}
*/
/* --------END VISION PAAGE-------*/

/* ---------------- END INNER PAGE -------------------*/


/* ----- CONTACT US --- */

.contact-page-row
{
    padding-top: 40px;
    padding-bottom: 40px;    
}

.contact-page-row .dinfo-box
{
    border: rgba(207,157,108,0.5) solid 2px;
    border-radius: 4px;
    padding: 35px;
    text-align: center;
    font-size: 15px;
    color: #000;
    display: grid;
    place-items: center;
}
.contact-page-row .dinfo-box .fas
{color:var(--yellow);transition: all 0.5s ease-in-out;}


.contact-page-row .dinfo-box .circle-container {
    display: flex; /* Use flexbox for centering */
    align-items: center; /* Vertically centers the icon */
    justify-content: center; /* Horizontally centers the icon */
    height: 70px; /* Set a fixed height */
    width: 70px; /* Set a fixed width (must match height for a perfect circle) */
    background-color: #fff; /* Example background color */
    border-radius: 50%; /* Makes the square div a circle */
    color: white; /* Icon color */
    font-size: 24px; /* Adjust icon size */
    border: rgba(207,157,108,0.5) solid 1px;transition: all 0.5s ease-in-out;
}
.contact-page-row .dinfo-box:hover .fas{color: #fff;}
.contact-page-row .dinfo-box:hover .circle-container{background-color: rgba(207,157,108,1);}
.contact-page-row .dinfo-box p{margin: 0;}
.contact-page-row .dinfo-box h3
{
    font-family: 'myCustomfont';
    color: var(--blue);
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.daula-form{margin-top: 40px;padding-bottom: 40px;}
.daula-form h3{
    font-family: 'myCustomfont';
    color: var(--blue);
    font-size: 23px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 40px;
}

.daula-form input[type="text"], 
.daula-form input[type="email"],
.daula-form input[type="tel"],
.daula-form input[type="number"],
.daula-form textarea,
.daula-form select, 
daula-form input[type="date"]
{
    width: 100%;
    border: rgba(165,165,165,0.5) solid 1px;
    padding: 13px 10px;
    font-size: 15px;
    font-weight: 500;
    color: #333;
    margin-bottom: 10px;
    border-radius: 5px;
}
.daula-form .form-label {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 14px;
    color: var(--blue);
}
.daula-form label {
    color: #333;
    display: block;
    font-weight: 500;
    margin-bottom: 0.5em;
    font-size: 14px;
}

.daula-form input[type="submit"]
{
    background-image: none !important;
    padding: 16px 58px;
    font-size: 16px;
    font-weight: 600;
    background-color: var(--yellow);
    border: #fff solid 2px;
    text-decoration: none;
    color: #fff;
    border-radius: 6px;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
    margin-top: 10px;
    /* display: block; */
    text-align: center;
}

.daula-form input[type="submit"]:before
{
	content:"";
	font-family: 'FontAwesome';
	content: "\f0da";
	margin-right:5px;
}


.daula-form input[type="submit"]:hover
{
	color:#fff;
	background-color:var(--blue);
}

/*end new contact page setting */

.ctpage
{
		
}

.ctpage h3
{
	color:#ff6d00;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 23px;
		
}

.ctpage h3.widget-title
{
	text-align:left;
	color:#0075df;
	padding-top: 16px;
	padding-bottom: 0px;
	font-size:24px;
	line-height:40px;
	margin: 0;
	border-bottom:#ff6d00 solid 2px;
	margin-bottom: 16px;
}

input:focus::-webkit-input-placeholder { font-family: "Poppins", sans-serif; }
/*input:focus:-moz-placeholder { color:transparent; }  FF 4-18 
input:focus::-moz-placeholder { color:transparent; }  FF 19+ 
input:focus:-ms-input-placeholder { color:transparent; }  IE 10+ 
textarea:focus::-moz-placeholder { color:transparent; } FF 19+ */


/* ---------------- FORM -------------------*/
.contact-page
{
    font-size: 16px;
    line-height: 32px;
}
.contact-page .iconsblocks
{
    padding-top: 40px;
    text-align: center; 
    border-top: rgba(204,204,204,0.7) solid 1px;
    border-bottom: rgba(204,204,204,0.7) solid 1px;
    background-color: rgba(255,255,255,1);
    border-radius: 8px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    margin-top: 20px;
    position: relative;
	background-color:transparent;
    background: linear-gradient(rgba(255,255,255,1), rgba(255,255,255,0.9)), url("images/testimonial-bg-1.jpg");  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(rgba(255,255,255,1), rgba(255,255,255,0.9)), url("images/testimonial-bg-1.jpg"); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	background-position: top;
    background-size: cover;
    background-attachment: fixed;    
}

.contact-page .iconsblocks::after {
    content: "";
    width: 30%;
    height: 2px;
    background-color: var(--red);
    position: absolute;
    top:-1px;
    left: 0;
    right: 0;
    margin: auto;
    transition: all ease 0.3s;
}

.contact-page .iconsblocks h3{
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 600;
    color: var(--blue);
}
.contact-page .iconsblocks p {
    margin: 0 0 10px;
    padding: 0;
}
.contact-page .iconsblocks img{
    }
.contact-page .grdcell{position: relative;}
/*
.contact-page .grdcell::after {
    content: "";
    width: 1px;
    height:30px;
     align-items: center;
   background: rgb(255,255,255);
background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(204,204,204,1) 50%, rgba(255,255,255,1) 100%);
    position: absolute;
    right: 0;
    margin: auto;
    transition: all ease 0.3s;
}
*/

.realform
{

}
.contact-page .contact-content a
{    display: inline-block;
    padding: 14px 25px;
    border-radius: 5px;
    color:var(--blue);
    border: var(--blue) solid 2px;
    text-decoration: none;
    box-shadow: none;
    font-weight: 800;
    font-size: 30px;
    letter-spacing: 1px;
    position: relative;
}

.contact-page .contact-content a:before {
    content: "\f095";
    font-family: 'FontAwesome';
    margin-right: 13px;
    color:var(--red);
}

.contact-page .contact-content a:hover{
    background-color: var(--blue);
    color: #fff;
}
.contact-page .contact-content a:hover:before
{color: #fff;}
.contact-page .solqueryform
{}
.contact-page .solqueryform .multiproduct
{
    margin-bottom: 30px;
}
.contact-page .solqueryform h3 {
font-size: 19px;
    line-height: 20px;
    font-weight: 600;
    color: var(--blue);
}
.contact-page .solqueryform .multiproduct P
{
    margin:0;
}
.contact-page .solqueryform label
{font-weight: 500; color: var(--blue);}
.contact-page .solqueryform .multiproduct .wpcf7-list-item {
    width: 30%;
}

.contact-page .solqueryform input[type="text"], .contact-page .solqueryform input[type="email"],.contact-page .solqueryform input[type="tel"],.contact-page .solqueryform input[type="number"],.contact-page .solqueryform  textarea,.contact-page .solqueryform select, .cform  input[type="date"]
{
    width: 100%;
    border:rgba(165,165,165,0.8) solid 1px;
    padding: 10px 10px;
    font-size: 15px;
    font-weight: 500;
    color: #333;
    margin-bottom: 10px;
    border-radius: 5px;
    font-family: "Poppins", sans-serif;
}
.contact-page .solqueryform .form-label {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 14px;
    color: var(--blue);
}

.contact-page .solqueryform input[type="submit"]
{
	background-image:none !important;
	padding: 16px 28px;
	font-size:16px;
	font-weight:600;
	background-color:var(--blue);
	border:#fff solid 2px;
	text-decoration:none;
	color:#fff;
	border-radius:3px;
	-webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	transition: all ease 0.8s;
	margin-top:10px;
	display:inline-block;
}

.cform input[type="submit"]:before
{
	content:"";
	font-family: 'FontAwesome';
	content: "\f0da";
	margin-right:5px;
}


.cform input[type="submit"]:hover,.contact-page .solqueryform input[type="submit"]:hover
{
	color:#fff;
	background-color:var(--red);
}


.contact-page h2 {
	font-size: 25px;
	color: #00012e;
	border-left: #bd1e2d solid 0px;
	padding: 0;
	padding-left: 0px;
	padding-left: 0px;
	padding-left: 0px;
	margin: 25px 0 30px;
}

.contact-page-address
{
}
.inbody .contact-page-address ul li:before {
    display: none;
}

.inbody .contact-page-address ul#header-menu.menu a, .inbody .contact-page-address ul#header-menu.menuone a {
    display: inline-block;
    padding: 0px 10px;
    color: #000;
    text-decoration: none;
    font-size: 16px;
}
.inbody .contact-page-address ul#header-menu.menuone li:first-child a:before, .inbody .contact-page-address ul#header-menu.menuone li:nth-child(2) a:before {
    margin-right: 7px;
}

.inbody .contact-page-address .socialicn a {
    color: rgba(8,13,26,0.7);
    border-radius: 25px;
    background-color: transparent;
    border: rgba(8,13,26,0.7) solid 1px;
    height: 28px;
    width: 28px;
    margin: 0px 7px 0 0;
}
.inbody .contact-page-address .socialicn a:hover, .inbody .contact-page-address .socialicn a:focus {
    background-color: var(--orange);
    color: #fff;
    border: var(--orange) solid 1px;
}


.contact-page .contact-page-address h3 {
    color: var(--blue);
    font-size: 20px;
    font-weight: 600;
    text-transform: none;
    padding: 0 0 13px 0;
    position: relative;
    border-bottom: rgba(153,153,153,0.8) dashed 1px;
    margin-bottom: 13px;
}

.contact-page .contact-page-address blockquote {
    padding: 0;
    margin: 10px 0 20px;
    font-size: 17px;
    border: rgba(153,153,153,0.9) dashed 1px;
    background-color: rgba(244,244,244,0.5);
    transition: all ease-in-out 0.5s;
    font-style: normal;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
  
}
.contact-page .contact-page-address blockquote p{margin: 0;}
.contact-page .page-sidebar h3 {
    color: #333;
    font-size: 20px;
    font-weight: 600;
    text-transform: none;
    padding: 0 0 13px 0;
    position: relative;
    border-bottom: rgba(153,153,153,0.8) dashed 1px;
    margin-bottom: 13px;

}
.contact-page .contact-page-address blockquote a
{text-decoration: none; box-shadow: none;padding: 13px 20px 13px 50px;  background-image: url(images/brochure.png);
    background-position: 10px 11px;
    background-repeat: no-repeat;
    display: inline-block;
    border-radius: 5px;}

.contact-page .contact-page-address blockquote:hover {
    border: var(--blue) dashed 1px;    
}
.contact-page .contact-page-address blockquote:hover a
{color: var(--blue);}

.contact-page .page-sidebar h3:before
{
content: "\f003";
    font-family: 'FontAwesome';
    margin-right: 7px;
    color:#333;
}

.contact-page .page-sidebar p
{
    margin: 0;
}
.contact-page .page-sidebar:hover h3::before {
	color: var(--purple);
	left:99%;
}
.inbody.contact-page .addressblock{
	color:#333;
	border:rgba(153,153,153,0.5) solid 1px;
}



.contact-page-map
{
	margin-top:20px;
}
.contact-page-map iframe
{
	margin-bottom:0;
}
.contact-page-map .widget {
    padding-bottom: 0em;
}

.contact-page .cform .wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 12px;
    font-weight: normal;
    display: block;
    line-height: 20px;
    margin-top: -10px;
    margin-bottom: 15px;
}

.cform
{
	padding-top:15px;
	padding-bottom:15px;
	background-color:rgba(220,220,255,0.1);
	border:rgba(220,220,255,0.9) solid 1px;
}
.cform .req
{
	color:#bd1e2d;
}
.cform.discuss{
    padding: 30px;
    font-size: 16px;
}

.cform h3.widget-title {
	text-align: left;
	color: #bd1e2d;
	padding-top: 0px;
	margin-bottom: 15px;
	margin-top: 5px;
	border-left: #bd1e2d solid 0px;
	padding-bottom: 0;
	font-size: 24px;
}

.cform h3
{
	color:#fff;
	padding-bottom:12px;
	border-bottom:#fff solid 1px;
	margin-bottom:12px;
	font-size:22px;
}

.cform input[type="text"], .cform input[type="email"],.cform input[type="tel"],.cform input[type="number"],.cform  textarea,.cform select, .cform  input[type="date"]
{
	width:100%;
	border: #d4d4d4 solid 1px;
	padding: 4px 10px;
	font-size:15px;
	font-weight:normal;
	color:#333;
	margin-bottom:10px;
	border-radius:0;
}


.cform input[type="submit"]
{
	background-image:none !important;
	padding: 12px 25px;
	font-size:17px;
	font-weight:normal;
	background-color:#00012e;
	border:#fff solid 2px;
	text-decoration:none;
	color:#fff;
	border-radius:3px;
	box-shadow: inset 0 0 0 0 #bd1e2d;
	-webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	transition: all ease 0.8s;
	margin-top:10px;
	display:inline-block;
}

.cform input[type="submit"]:before
{
	content:"";
	font-family: 'FontAwesome';
	content: "\f0da";
	margin-right:5px;
}


.cform input[type="submit"]:hover
{
	color:#fff;
	box-shadow: inset 0 100px 0 0 #bd1e2d;
}



.cform h3
{
	color: #fff;
	padding-bottom: 12px;
	border-bottom: #fff solid 1px;
	margin-bottom: 12px;
}
 
.cform label {
    display: inline-block;
    margin-bottom: 0px;
    font-weight: normal;
    font-size: 13px;
	overflow:hidden;
}
.cform label .lbt
{
	background-color:#0d9558;
	padding:5px 10px;
	color:#fff;
}

.careerform
{
	background-color: #f6f6f6;
	padding: 20px 20px 20px 20px;	
}

.careerform.cform h3.widget-title {
    text-align: left;
    color: #0075df;
    padding-top: 0px;
    margin-bottom: 15px;
	border-bottom: #fff solid 1px;
	border-bottom: #ff6d00 solid 2px;
	
}

#sliderform{
	width:360px;
	top:35%;
	right:-323px;
	position:fixed;
	z-index:9999;
	transition:all ease 0.5s; 
}

.sfm
{
	right:0 !important;
	transition:all ease 0.5s; 
}
   
#header{ 
	width:88%;
	position:relative;
	border:1px solid #d8d8d8;
	background-color:#fff; 
	margin-left:40px;
	padding:20px;
	border-radius:3px;
	box-shadow: 0 0 8px gray;
}

#sidebar{
	position:absolute;
	width:50px;
	height: 125px;
	background-color:#0c068a;
	border:none;
	padding:10px;
	color:#FFF;
	font-size:25px;	
	cursor:pointer;
	text-align:center;
left: -50px;
border-radius:5px 0 0 5px;
}

#sliderform .cform h3 {
    color: #0c068a;
    padding-bottom: 12px;
    border-bottom: #fff solid 1px;
    margin-bottom: 12px;
    margin-top: 0;
    padding-top: 10px;
    font-size: 19px;
}

/* ---------------- END FORM ------------------*/


/*---PAGE SIDEBAR --*/

.page-sidebar
{
	padding-bottom:0px;
	margin-bottom:30px;
	border:rgba(153,153,153,0.8) dashed 1px;
	transition:all ease 0.2s;
    border-radius: 3px;
    padding: 25px;
}
.page-sidebar:hover
{
    /*box-shadow: rgba(211,211,211,1) 0px 0px 12px;*/
}

.page-sidebar h3 {
    color: var(--blue);
    font-size: 20px;
    font-weight: 600;
    text-transform: none;
    padding: 0 0 13px 0;
    position: relative;
    border-bottom: rgba(153,153,153,0.8) dashed 1px;
    margin-bottom: 13px;
}

.page-sidebar h3:before
{
content: "\f138";
    font-family: 'FontAwesome';
    margin-right: 7px;
    color:var(--blue);
}

.page-sidebar ul {
	margin:0 -15px;
	padding:0;
}
/*
.page-sidebar ul {
	margin:0 -15px;
	padding:0;
	background-color:rgba(96,165,38,0.0);
	border:rgba(96,165,38,0.5) solid 2px;	
}
*/
.page-sidebar ul li {
	list-style:none;
	padding:0;
	border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}


.page-sidebar ul li:last-child
{
	border-bottom:none;
}
.page-sidebar ul li:before {
	margin:auto;
	display:none;
}

.page-sidebar ul li a {
    color: #333;
    text-decoration: none;
    font-size: 15px;
	padding:5px 15px;
	display:block;
}

.page-sidebar ul li a:before {
	font-family: 'FontAwesome';
	content: "\f0da";
	margin-right:5px;
}

.page-sidebar ul li a:hover
{
	background-color:rgba(153,153,153,0.1);	
	color:#000;
	box-shadow:none;
}

.page-sidebar .queryform
{
	padding:20px;
}

.page-sidebar input[type="text"], .page-sidebar input[type="email"],.page-sidebar input[type="tel"],.page-sidebar input[type="number"],.page-sidebar select
{
	width:100%;
	border: rgba(153,153,153,0.5) solid 1px;
	padding: 9px 10px;
	font-size:15px;
	font-weight:normal;
	color:#333;
	margin-bottom:15px;
	border-radius:5px;
}
.page-sidebar textarea
{
    width: 100%;
    border: #d4d4d4 solid 1px;
    padding: 9px 10px;
    font-size: 15px;
    font-weight: normal;
    color: #333;
    margin-bottom: 15px;
    border-radius: 3px;
}


.page-sidebar input[type="submit"]
{
    background-image: none !important;
    padding: 17px 23px;
    font-size: 14px;
    font-weight: normal;
    background-color: #6f42c1;
    border: #fff solid 2px;
    text-decoration: none;
    color: #fff;
    border-radius: 5px;
    box-shadow: inset 0 0 0 0 var(--blue);
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 8px;
}

.page-sidebar input[type="submit"]:hover
{
	color:#fff;
	box-shadow: inset 0 100px 0 0 var(--blue);
}

.page-sidebar label {
    color: #666;
    display: block;
    font-weight: 500;
    margin-bottom: 0px;
    font-size: 14px;
}


/*---END PAGE SIDEBAR --*/


/*---Enquiry Form---*/
.query-page
{
    padding: 0 30px;
    border: rgba(153,153,153,0.5) solid 1px;
    transition: all ease 0.2s;
}

.inbody .query-page h3.widget-title, .inbody .query-page h3 {
    color: #000;
    font-size: 26px;
    font-weight: 600;
    text-transform: none;
    margin: 0;
    padding-top: 20px;
    padding-bottom: 23px;
}
.query-page label {
    display:block;
    margin-bottom: 5px;
    font-weight: bold;
	font-size:16px;
}
.query-page input[type="text"], .query-page input[type="email"],.query-page input[type="tel"],.query-page input[type="number"],.query-page select
{
    width: 100%;
    border: rgba(153,153,153,0.5) solid 1px;
    padding: 9px 10px;
    font-size: 15px;
    font-weight: normal;
    color: #333;
    margin-bottom: 15px;
    border-radius: 5px;
}

.query-page label {
    color: #666;
    display: block;
    font-weight: 500;
    margin-bottom: 0px;
    font-size: 14px;
}

.query-page textarea
{
	width:100%;
	border: #d4d4d4 solid 1px;
	padding: 4px 10px;
	font-size:15px;
	font-weight:normal;
	color:#333;
	margin-bottom:15px;
	border-radius:0;
}


.query-page input[type="submit"]
{
	background-image:none !important;
	padding: 12px 25px;
	font-size:17px;
	font-weight:normal;
	background-color:var(--red);
	border:#fff solid 2px;
	text-decoration:none;
	color:#fff;
	border-radius:3px;
	box-shadow: inset 0 0 0 0 var(--blue);
	-webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	transition: all ease 0.8s;
	display:inline-block;
}

.query-page input[type="submit"]:hover
{
	color:#fff;
	box-shadow: inset 0 100px 0 0 var(--blue);
}


/* ----- END CONTACT US --- */

/* ----- SERVICE SIDEBAR --- */
.sside
{
	background-color:rgba(220,220,255,0.1);
	border:rgba(220,220,255,0.9) solid 1px;
	padding-bottom:0px;
}

.sside h2.widget-title {
    color: #000;
	padding-bottom: 12px;
	margin-bottom: 12px;
	font-size: 22px;
	text-transform:none;
	font-weight:normal;
    border-bottom: #db0c16 solid 3px;
	letter-spacing: 0;
}

.sside ul {
	margin:0;
	padding:0;
}
.sside ul li {
	list-style:none;
	padding:3px 0;
}

.sside ul li:before {
	font-family: 'FontAwesome';
	content: "\f0da";
	margin-right:5px;
}

.sside ul li a {
    color: #000;
    text-decoration: none;
    font-size: 15px;
}

.sside ul li a:hover, .sside ul li a:focus {
    color: #db0c16;
    outline: none;
    text-decoration: none;
    box-shadow: none;
	background-color:transparent;
}

.sside .widget ul li, .widget ol li {
    border-bottom: 0px solid #ddd;
    border-top: 0px solid #ddd;
    padding: 0.5em 0;
}

/* ----- END SERVICE SIDEBAR --- */



/* ---------------- BLOG PAGE -------------------*/

.blogmargin
{
    border: rgba(209,144,46,0.4) solid 1px;
    padding: 10px 30px;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 28px;
    border-radius: 4px;
    color: var(--blue);
    
}

.blogmargin .bdate{font-size: 16px; color: var(--yellow);}

.blogmargin:hover{border: rgba(209,144,46,1) dashed 1px;}
.blogmargin header.entry-header
{
	padding-bottom: 1px;
}

.blogmargin .entry-title a:hover, .blogmargin .entry-title a:focus
{
	color:var(--red);
	box-shadow:none;
	background-color:transparent;
}
.blogmargin h2.entry-title
{
	color:#402020;
	font-size:23px;
	line-height:25px;
	padding-bottom:14px;
	margin-bottom:16px;
	border-bottom:#ece9e9 solid 1px;
	margin-top: 0;
	padding-top: 0px;
}
.blogmargin a.mybtn
{
    padding: 9px 12px;
    margin-left: 20px;
    background: rgba(8,13,26,0.1);
    border-radius: 25px;
    color: #000;
    margin-top: 10px;
    font-weight: 560;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: none;
    margin: 15px 0 0 0;
}
.blogmargin a.mybtn:hover
{
    background-color: var(--blue);
    color: #FFF;
	
}


/* ---------------- END BLOG PAGE -------------------*/

@media (max-width:800px)
{
.main-navigation a {
    padding: 9px 19px 9px;
	font-size: 19px;
	}
.contact-page .iconsblocks img{
    min-width: auto;
}
    .contact-page .solqueryform .multiproduct .wpcf7-list-item {
    width: 100%;
}
    .header-links{display: none;}

  .whatsapp-float{Display:none;}  
}

@media (max-width:680px)
{
body.home .header-main {
    /* padding-top: 0px; */
    background-image: none;
    position:relative;
}	
body.home .header-fixed {
    position:relative;
    width: 100%;
}
.homepage-vision .vision-block {
    padding-top: 30px;
    padding-bottom: 30px;
}
.homepage-vision {
    background-color: #f3f3f3;
    background-image:none;
}
.testimonials .wtitle {
    font-size: 26px;
}
.testimonials .testiblock {
    padding: 7px;
    margin: 0px;
}
.partnerbox
    {margin-bottom: 30px;}
    .copyright-main {
    text-align: center;
    
}
.socialicn {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 10px;
}
.main-navigation > div > ul {
    border-top: 1px solid #eee;
    padding: 0;
}
#header-menu {
    text-align: center;
}
.navigation-top {
    padding-top: 0;
}
.topstp .ph {
    text-align: center;
}
.logo-company {
    margin-top: 5px;
    text-align: center;
}

#masthead .wrap {
    position: relative;
    margin: 10px 0 0 0;
}
.main-navigation ul {
    float: left;
    width: 100%;
}
.main-navigation li li:hover, .main-navigation li li.focus {
    background: #f2f2f2;
}
.main-navigation ul ul a {
    max-width:100%;
}
    
.esol-numbers .number-block h2 {
    font-size: 10px;
}
.esol-numbers .number-block h1 {
    font-size: 30px;
}

.esol-numbers .experience h1 {
    font-size: 30px;
}
.esol-numbers .experience {
    margin-left: 0;
}
.service-home-main h1,.esol-process h1,.testimonials h1 {
    font-size: 30px;
}    
ul#header-menu.menu li:last-child {
    display: none;
    float: inherit;
}
.bathroom-4 ul,.bathroom-4 ol,.bathroom-2 ul,.bathroom-2 ol,.bathroom-3 ul,.bathroom-3 ol
{
      columns:1;
  -webkit-columns: 1;
  -moz-columns: 1;
    text-align: left;
}    
  .bathroom-2 ul li, .bathroom-2 ol li
    {
        margin-bottom: 10px;
    }
.intitle {
    padding-top: 20px;
    }
.header-fixed {
    position: relative !important;
    }
.industry-block
{
    padding: 10px 10px;
    margin-bottom: 18px;    
}
.industry-block h2, .inbody .industry-block h2
{
    font-size: 12px;
}   

.hp-products em a {
    font-size: 15px;
    }
.hp-contact-bar {
    font-size: 20px;
    }
.hp-contact-bar a {
margin: 24px 0 0;
    display: block;
    padding: 20px 25px;
    font-size: 18px;
}
.offer-boxes .obx{margin-bottom: 30px;
}
.welcome-message-text a {
    margin-top: 25px;
    margin-bottom: 25px;
}    
}

@media (max-width:480px)
{
	body.home .header-fixed {
    position: relative;
    width: 100%;
}

.main-navigation ul ul {
	width:100%;
}

.hpslider
{
	margin-top:0px;
}

.intitle {
    padding-top: 10px;
    padding-bottom: 10px;
}
.intitle h1 {
    font-size: 25px;
}
.navigation-top a {
    color: #333;
}

#masthead .wrap {
    position: relative;
    margin: 0px 0 0 0;
}

.main-navigation ul {
    float: initial;
}
    


}

@media (max-width:320px)
{

}
.bouncing-dots-loader {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background: #1c324a;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 9999;
}

.dot {
  width: 16px;
  height: 16px;
  background: #e79a26;
  border-radius: 50%;
  margin: 0 6px;
  animation: bounce 1.4s infinite ease-in-out both;
}

.dot:nth-child(1) { animation-delay: -0.32s; }
.dot:nth-child(2) { animation-delay: -0.16s; }

@keyframes bounce {
  0%, 80%, 100% {
    transform: scale(0);
    opacity: 0.5;
  }
  40% {
    transform: scale(1);
    opacity: 1;
  }
}


/* mobile menu */

  /* Header with Menu */
    .header1 {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      background: rgba(255, 255, 255, 0.95);
      backdrop-filter: blur(10px);
      z-index: 1001;
      padding: 15px 20px;
      box-shadow: 0 2px 20px rgba(0,0,0,0.1);
    }

    .mobile-menu {
      display: flex;
      justify-content: space-between;
      align-items: center;
      max-width: 1200px;
      margin: 0 auto;
    }

    .logo {
      font-size: 1.5rem;
      font-weight: 700;
      color: #333;
    }

    /* Checkbox Toggle - Hidden */
    .menu-toggle {
      display: none;
    }

    /* Hamburger Button */
    .hamburger {
      display: flex;
      flex-direction: column;
      justify-content: center;
      width: 30px;
      height: 24px;
      cursor: pointer;
      padding: 4px;
      z-index: 1002;
    }

    .line {
      height: 3px;
      width: 24px;
      background: #333;
      border-radius: 2px;
      margin: 2px 0;
      transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
      transform-origin: center;
    }

    .line.top { transition-delay: 0ms; }
    .line.middle { transition-delay: 50ms; }
    .line.bottom { transition-delay: 100ms; }

    /* Cross Transformation */
    .menu-toggle:checked + .hamburger .line.top {
      transform: rotate(45deg) translateY(6px) scaleX(1.1);
    }

    .menu-toggle:checked + .hamburger .line.middle {
      opacity: 0;
      transform: scale(0) rotate(180deg);
    }

    .menu-toggle:checked + .hamburger .line.bottom {
      transform: rotate(-45deg) translateY(-6px) scaleX(1.1);
    }

    /* Menu Overlay */
    .menu-panel {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh;
      background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
      transform: translateX(-100%);
      transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
      z-index: 1000;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      overflow-y: auto;
    }

    .menu-toggle:checked ~ .menu-panel {
      transform: translateX(0);
    }

    .menu-list {
      list-style: none;
      text-align: center;
    }

    .menu-list li {
      margin: 15px 0;
    }

    .menu-list a {
      display: block;
      color: #fff;
      font-size: 1.8rem;
      font-weight: 500;
      text-decoration: none;
      padding: 20px 40px;
      border-radius: 50px;
      transition: all 0.3s ease;
      backdrop-filter: blur(10px);
      background: rgba(255,255,255,0.1);
      border: 1px solid rgba(255,255,255,0.2);
    }

    .menu-list a:hover {
      background: rgba(255,255,255,0.3);
      transform: translateY(-5px) scale(1.05);
      box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    }

    /* Demo Content */
    .demo-content {
      padding: 100px 20px 50px;
      max-width: 800px;
      margin: 0 auto;
    }

    .demo-content h1 {
      font-size: 2.5rem;
      margin-bottom: 20px;
      color: #333;
    }

    /* Desktop */
    @media (min-width: 768px) {
      .hamburger {
        display: none;
      }

      .menu-panel {
        position: static;
        transform: none !important;
        height: auto;
        background: transparent;
        flex-direction: row;
        justify-content: flex-end;
        width: auto;
        margin-left: auto;
      }

      .menu-list {
        display: flex;
        gap: 10px;
      }

      .menu-list li {
        margin: 0;
      }

      .menu-list a {
        font-size: 1rem;
        padding: 12px 24px;
        color: #333;
        background: transparent;
        border: none;
      }

      .menu-list a:hover {
        color: #667eea;
        background: rgba(102, 126, 234, 0.1);
        transform: translateY(-2px);
      }
    }

    /* Prevent scroll when open */
    @supports (overflow: overlay) {
      body:has(.menu-toggle:checked) {
        overflow: hidden;
      }
    }