/*
Theme Name:  Dharna Yogshala Theme
Author URI: https://www.thegeminigeeks.com/
Version: 1.1
Author: The Gemini Geeks
Description: A theme by The Gemini Geeks
*/
:root {
  /* Color Variables: */
--primarycolor:#505050;
--secondarycolor:#FEAE59;
--tertiarycolor:#FCD055;
  /* Font Variables: */
--primaryfont: "Poppins", sans-serif;
--secondaryfont: "Poppins", sans-serif;
}

.grecaptcha-badge { visibility: hidden; }
*{margin: 0;padding: 0;}
body {margin: 0;padding: 0;background: #fff;font-family: var(--secondaryfont);-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;color:var(--primarycolor);font-weight: 400;font-size: 1rem;line-height: 1.8;text-rendering: optimizeLegibility;}
a img {border: none;}
a {color:var(--primarycolor);text-decoration: none !important;transition:0.8s;transition: all 0.8s ease;-moz-transition: all 0.8s ease;-ms-transition: all 0.6s ease;-webkit-transition: all 0.8s ease;-o-transition: all 0.8s ease;}
a:hover {transition:0.8s;text-decoration: none;color: var(--secondarycolor);}
.clear {clear: both;}
.divider {clear: both;border-bottom: 1px solid #ddd;margin: 0 0 1.2rem 0;padding: 20px 0 0 0;}
.alignleft{float:left;margin:0 10px 0 0;}
.alignright{float:right;margin:0 0 0 39px;width: 410px;}
.aligncenter{display:block;margin:0 auto;}
.rounding{ margin-bottom: 1.5rem; box-shadow: 12px 12px 0 var(--secondarycolor);}

.alignright.small-img{box-shadow: none !important; width: 260px; border-radius:20px;}

#scroll {position: fixed;right: 10px;bottom: 10px;cursor: pointer;width: 40px;height: 40px;background-color: var(--secondarycolor);text-indent: -9999px;display: none;-webkit-border-radius: 60px;-moz-border-radius: 60px;border-radius: 60px;z-index: 999;}
#scroll span {position: absolute;top: 50%;left: 50%;margin-left: -8px;margin-top: -12px;height: 0;width: 0;border: 8px solid transparent;border-bottom-color: #ffffff;}
#scroll:hover {background-color:var(--tertiarycolor);opacity: 1;filter: "alpha(opacity=100)";-ms-filter: "alpha(opacity=100)";}

.inner {width: 1170px;margin: 0 auto;max-width: 100%;}
.overlay {position: absolute;left: 0;right: 0;top: 0;bottom: 0;background-color: #5C2AB5CF;}

.header_area {position:relative;top: 0;left: 0;width: 100%;z-index: 999;transition: background 0.4s, all 0.3s linear;padding: 0.8rem 0 1rem;}
.header_area .row{align-items:center}

#topbar{text-align: right}
#topbar a{margin: 0 5px}
#topbar i{color:var(--secondarycolor);font-size:1.2rem}

#logo .site-title {float:left;}
#logo .site-title a{color:var(--primarycolorcolor);font-size: 1.5rem;}
#logo img{width:235px;}
.site-menu-toggle{display: none;}

h1,h2,h3,h4,h5,h6 {margin: 0 0 0.6rem 0;color: #000;line-height: 1.2;font-family: var(--primaryfont); font-weight:600}
h1 {font-size: 36px;}
h2 {font-size: 40px;text-transform: uppercase;}
h3 {font-size: 24px;}
h4 {font-size: 20px;}
h5 {font-size: 18px;}
h6 {font-size: 16px;}
h2 span, h3 span{font-weight:300}
.menu-bar {text-align: left;width: 30px;}
.menu-bar span {height:2px;background:var(--secondarycolor);display:block;margin-bottom:6px}
.menu-bar span:nth-child(1) {width:17px}
.menu-bar span:nth-child(2) {width:30px}
.menu-bar span:nth-child(3) {width:15px;margin-left:auto;margin-bottom:0}

#scrolleffect {padding-top: 6.25rem; margin-top: -6.25rem;}
.smalltext{text-transform: uppercase;letter-spacing: 5px;display: block;text-align: center}

.btn-primary{background:var(--tertiarycolor);padding: 0.5rem 2rem;margin: 2rem 0;display: table;color:#fff;transition: .6s ease-in-out;}
.btn-primary:hover{background:var(--secondarycolor);color:#fff;}

.more-btn{position: relative;padding: 8px 35px; margin:2.5rem 0 0;display:table;background: var(--secondarycolor);color: #000;font-weight: 500;text-transform: uppercase;border-radius: 15px;}
.more-btn:hover{background:var(--tertiarycolor);color:#000 !important; }
.more-btn:after{content:"\f054";font-family:'Font Awesome 5 Free';font-weight:900; margin-left: 14px; }

#slider{position: relative;}
#slider .bg-image img{width: 100%;}

.carousel-caption{position: absolute; top: 0; left: 0 ; right: 0; bottom: 0;padding: 0.8rem 0 3rem;}
.carousel-caption .row{align-items: center}
.carousel-caption  h1{font-size: 40px; font-weight: 600;line-height: 1.35;}

.line{display: table; width: 130px; height: 5px; background: #FEAE59; margin-bottom: 1.8rem}

#about{margin: 5rem 0 5rem;}
#about .row{align-items:center;}
#about p{margin-bottom: 1.4rem;font-size: 16px;}

.heading-box{text-align: center; margin-bottom: 1rem;}
.heading-box .line{margin: 0 auto 1.2rem}

#featers-section{background: url(https://www.dharnayogshala.com/wp-content/uploads/2024/12/dharnayogshala-Experience-of-Yoga-bg.jpg) no-repeat center; background-size: cover; padding: 5rem 0 3rem; margin-bottom: 4.5rem;}
#featers-section .row{align-items: center}
#featers-section ul{list-style: none;}
#featers-section li{display: flex; gap: 1rem; align-items: start; margin-bottom: 2.2rem}
#featers-section li .image{background: var(--secondarycolor); border-radius: 50%; padding: 0.6rem; width: 55px;outline:4px solid #FEAE594F; min-width: 55px;}
#featers-section li .image img{width: 100%;}
#featers-section li h3{font-weight: 500}
#featers-section  .center-image{width: 95%; margin:0 auto}

.subheading{text-align: center; font-size:25px; color: #000}

#service-section {margin-bottom: 5rem;padding: 0px 15px;}
#service-section .line{margin: 0.8rem auto 1.2rem;}
#service-section h2{text-align: center; width: 30rem;max-width:100%;font-weight: 500; margin: 0 auto 3rem}
#service-section .row{justify-content: center; gap: 2.5rem 2.5rem;}
#service-section p:empty{display: none;}
.service-box {background:var(--tertiarycolor); flex: 1 0 300px;max-width: 364px;}
.service-box h3{text-align: center; margin-bottom: 0; padding: 1rem 0; font-size: 20px; text-transform:uppercase; font-weight: 500}

.soundhealing{text-align: center;margin:3rem auto 0;background:var(--secondarycolor);display: table;padding: 5px 1rem;text-transform: uppercase;color:#000}

#form-section{background: var(--secondarycolor); }
#form-section .image{padding: 0; }
#form-section .image img{height:100%; width:100%; object-fit:cover;}
#form-section .content{padding: 1rem 3.5rem;}
#form-section .row{align-items: center}
#form-section h2{margin-bottom: 1.7rem;}

#testimonials {padding: 6rem 10px 5rem;text-align: center; position: relative;}
#testimonials:before{content: ""; position: absolute; top:0; left: 0; right: 0; bottom: 0; background:url(https://www.dharnayogshala.com/wp-content/uploads/2024/12/dharnayogshala-Testimonials-BG.png) no-repeat bottom; opacity:0.4; z-index: -1;}
#testimonials h2{font-weight: 300}
#testimonials .line{margin: 1rem auto 3rem;}
#testimonials .owl-nav, #testimonials .owl-dots {margin-top: 15px;text-align: center;}
#testimonials .owl-dot {display: inline-block;width:15px; height:15px; background:#dbd9e6; border-radius:50px; margin:5px 5px}
#testimonials .owl-dot.active {background-color:var(--secondarycolor);}
.testimonial-item{width: 50rem; max-width: 100%; margin: 0 auto}
.testimonial-item p{font-size: 18px; margin-bottom: 1.5rem; line-height: 1.9}
.testimonial-item .authorname{text-transform: uppercase;color:var(--secondarycolor);font-weight:600}

.social{display:flex}
.social li{margin:5px !important;display:table}
.social li:before{display:none}
.social li img{width: 40px !important;transition:0.6s ease;height: 40px;}
.social a:hover img{opacity:0.7}	

#footer-blogs{padding: 1rem 0 4rem;text-align: center;}
#footer-blogs .line{margin: 1rem auto}
#footer-blogs .row{justify-content: center; gap: 2rem 1.8rem; }
.blogs-box{flex: 1 0 310px; position: relative;max-width: 370px;}
.blogs-box .content{position: absolute; bottom: 0; top: 0; right: 0; left: 0; display: flex; flex-direction: column; justify-content: end; padding-bottom: 1.8rem; text-align: center; background: linear-gradient(180deg, #FCD0551C 40%, var(--tertiarycolor) 80%); }
.blogs-box h3{/*! text-transform: uppercase; */margin-bottom: 0.5rem;font-size: 20px;font-weight: 600;}
.blogs-box p{color: #000}


.column{column-count: 2;}
.column3{column-count: 3;}

.info.row{gap: 1rem; margin-bottom:2rem;}
.info-box{flex: 1 0 200px; text-align: center; background:#fafafa;padding:1.5rem 1rem;border-radius: 15px;border: 1px solid #e5e5e5;}
.info-box img{width: 50px; margin:0 auto 1rem;}
.info-box p{text-align: center !important;margin-bottom:0 !important}
.info-box a{color: #454545 !important;font-weight: 400 !important;}
.info-box strong{font-size: 20px}

.contact-page .line{background: var(--tertiarycolor); margin: 0.5rem 0 1.5rem; height: 4px}
.contact-page #contactform input ,.contact-page #contactform select ,.contact-page #contactform textarea{border: 1px solid #e5e5e5; border-radius: 8px;}
.contact-page #contactform .wpcf7-submit{border-radius: 10px}
.contact-page #contactform p{margin-bottom: 8px; }
.contact-page #contactform textarea{width: 100%;height: 110px !important;}
    
#contactform *{font-size: 15px;color:#595966;font-family: var(--secondaryfont)}
#contactform p{margin-bottom: 5px }
#contactform h3{font-size:26px;text-align: center;}
#contactform i{font-size:26px;}
#contactform h2{font-size: 20px;margin:0 0 15px;font-weight:bolder; text-align: center;color: #252525;text-transform: capitalize;}
#contactform input , #contactform select , #contactform textarea{width: 100%;padding: 15px 20px;background: #fff;border: 0px solid #ddd; margin:6px 0;  transition: 0.5s ease-in-out;-webkit-border-radius: 0px;border-radius: 0px;height: 52px;}
#contactform select{color:var(--primarycolor);color:#595966 !important;}
#contactform textarea{width: 100%;height: 100px !important;padding: 20px;}
#contactform input:focus, #contactform textarea:focus, #contactform select:focus{outline:none;
	color:#000}

::-webkit-input-placeholder { /* WebKit browsers */color:#595966 !important;opacity: 1;}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */color:#595966 !important;opacity: 1;}
::-moz-placeholder { /* Mozilla Firefox 19+ */color:#595966 !important;opacity: 1;}
:-ms-input-placeholder { /* Internet Explorer 10+ */color:#595966 !important;opacity: 1;}

#contactform input.wpcf7-submit{background: var(--tertiarycolor);color: #000;text-transform: uppercase;cursor: pointer;margin: 15px 0 0;display: flex;transition: 0.6s ease-in-out;-webkit-border-radius: 0;border: none;align-items: center;padding: 11px 60px 14px;font-size: 18px;font-weight: 400;width: fit-content;border: 2px solid transparent;}
#contactform input.wpcf7-submit:hover{background: #101010 !important;; background: transparent;color: #fff ;}
#contactform .wpcf7-spinner{display: none}
#contactform .col-md-12{padding: 0}

textarea, iframe{max-width: 100%;}
.wpcf7-response-output{color:#595959 !important;background:tranparent !important;border:0px !important}
#contactform .wpcf7-not-valid-tip {background: var(--secondarycolor) !important;}

#babyseat p,#returnjourney p{width: 100%;display: flex;align-items:center}
#contactform .wpcf7-radio{display: flex;}
#contactform .wpcf7-list-item{display: flex}
#contactform .wpcf7-list-item label{width: 100%;}
#contactform .wpcf7-radio input{width:unset}

.post {padding: 0px 10px 0;}
.post p {margin-bottom:1rem}
.post p a {font-weight: bold;}
.post a {color: #000;}
.list {margin-bottom:0px !important;}
.list li {list-style :none;padding: 0 0px 13px 1.7rem;/*! display: flex; */position:relative;}
.list li:before{color:var(--secondarycolor);content: "\f06c";    border-radius: 50%;  font-family:'Font Awesome 5 Free';font-weight:900 ; margin-right:0.6rem; position:absolute;left:0rem;top:2px; font-size:16px;   }

#pagetitle {padding: 7rem 0 6.5rem;position: relative;width: 100%;text-align: center;background:url(https://www.dharnayogshala.com/wp-content/uploads/2024/12/inner-page-bg.jpg) center bottom no-repeat;z-index: 1;background-size: cover;}
#pagetitle:before{content: ""; position: absolute; top: 0 ; bottom: 0; left: 0; right: 0;  z-index: -1;background: #000000c2;}
#pagetitle h1 {color:#fff;text-align: center; margin-bottom: 0.8rem;font-weight: 600;font-size:35px;text-transform: uppercase;}
#pagetitle.service h1{font-size: 35px;text-transform: capitalize;}
#pagetitle p {color:#f1f1f1;text-align: center;font-size: 15px; margin: 0 auto;}
.breadcrumb {list-style: none;max-width: 100%;float: none;font-size: 15px;color: #000;font-weight: 400;width: fit-content;background: var(--tertiarycolor);padding: 9px 39px;box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;position: absolute;bottom: -21px;left: 0;right: 0;margin: 0 auto;border-radius: 50px;}
.breadcrumb a:hover{color:#FFF;}
.breadcrumb>li {display: inline-block;}
.breadcrumb>li+li:before {content: "\f101";padding: 0 5px;color: #fff;font-family:'Font Awesome 5 Free';font-weight:900}
.breadcrumb a{color: #000}
#pagetitle .line{width: 100px; height: 3px; margin:  0 auto ; background: #fff; margin-bottom: 1rem}

/*********courses page***********/
#main .gap{margin-bottom: 3rem}
#service-page .grid{display: grid; grid-template-columns: 65% auto; gap: 3rem;}
#service-page .side-item h3{border-bottom: 0 ; padding-bottom: 0 ; margin-bottom: 1.6rem;border-left:5px solid var(--tertiarycolor); padding-left: 1rem; text-transform: uppercase; font-weight: 700;font-size: 30px;}
#service-page li a{color: #505050;line-height: 1.2;font-weight: 500;}
#service-page #main li {list-style :none;padding: 0 0px 13px 1.2rem;position:relative;line-height: 1.68;}
#service-page li:before{color:#ccc;content: "\f111";    border-radius: 50%;  font-family:'Font Awesome 5 Free';font-weight:900 ; margin-right:0.6rem; position:absolute;left:0rem;top:8px; font-size:6px;   }
#service-page .side-cta{padding: 2rem 1.5rem;background: url(https://img.freepik.com/premium-photo/sporty-happy-woman-is-practicing-yoga-doing-asana-narajasana_88340-4778.jpg) no-repeat center;position: relative;z-index: 1;background-size: cover;overflow: hidden;border-radius: 15px;margin-top: 2rem;}
#service-page .side-cta:before{content: ""; position: absolute; z-index: -1; top: 0; left: 0 ; right: 0 ;bottom: 0 ; background:#000000ad; backdrop-filter: blur(3px);}
#service-page .side-cta .heading{border-bottom: 0; padding-bottom: 0; margin-bottom: 1.2rem;text-transform: capitalize;color: #fff;font-weight: 600;line-height: 1.3;margin-bottom: 1.8rem;font-size: 30px;}
#service-page .side-cta a{display: table; background: var(--tertiarycolor); color: #000; border-radius: 8px;font-weight: 600; padding: 0.3rem 1.2rem 0.3rem 1.2rem;font-size: 19px;}
#service-page .side-cta a:before{content: "\f879"; font-family:'Font Awesome 5 Free';font-weight:900 ;  margin-right:0.5rem}

.courseimage{position: relative;width: 100%;padding: 2rem;margin-bottom: 3rem;border-radius: 1.5rem;min-height:}
.side-item{margin: 0 !important;width: 50%;float: right;min-height: 450px;}
.side-item.sidebox{padding: 1.5rem;background:#0000006e;text-align: center;backdrop-filter: blur(4px);}
.courseimage .heading{color:var(--tertiarycolor)}

.sidebox{border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #B3B8B299;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 25px 20px;border-radius: 10px 10px 10px 10px;background:#FCD05542;
margin-bottom: 2rem;
}
.sidebox .heading{font-size:1.5rem;}
/**********courses page end**********/

/*********Pricing page*******/
.pricingpage{width:100%;margin-bottom:2rem}
.pricebox{width:calc(100%/3 - 1rem);margin: 0 auto 1.5rem;text-align: center;border:1px solid #ccc;padding:1rem;border-radius:1rem}
.pricebox h4{color: var(--secondarycolor);
  font-weight: 400;}
/*********Pricing page end*******/

		/*============================ */
/* Hollow Accordion 06
============================== */

.hollow-accordion-06 .accordion-wrap {
  width: 100%;
}
.hollow-accordion-06 .dropdown-wrap {
  border-bottom: 2px dashed var(--primarycolor);
}
.hollow-accordion-06 .dropdown-wrap p:empty{display: none}
.hollow-accordion-06 .dropdown-title .ques {
  font-size: 1.2rem;
  padding: 1rem 0;
  cursor: pointer;
  display: flex;
  color: var(--primarycolor);
  font-weight: 500;
  justify-content: space-between;
}
.hollow-accordion-06 .dropdown-title .ques span {
  padding-right: 1rem;
}
.hollow-accordion-06 .dropdown-title .ques i {
  font-size: 1rem;
  align-self: center;
  color: var(--defaultMainLight);
  transition: all .3s ease;
}
.hollow-accordion-06 .dropdown-title:hover .ques i {
  transform: rotate(180deg);
}
.hollow-accordion-06 .active .dropdown-title .ques i {
  transform: rotate(405deg);
}
.hollow-accordion-06 .dropdown-content {
  padding: 0;
  display: none;
}
.hollow-accordion-06 .dropdown-content p {
  line-height: 1.6;
  color: ;
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .hollow-accordion-06 .flex-container {
    width: calc(100% - 4rem);
  }
}
@media screen and (max-width:767px) {
  .hollow-accordion-06 {
    padding: 2rem 0;
  }
  .hollow-accordion-06 .content-wrap {
    width: 100%;
    margin-bottom: 2rem;
  }
  .hollow-accordion-06 .btn-wrap a {
    font-size: 1.1rem;
  }
  .hollow-accordion-06 .accordion-wrap {
    width: 100%;
  }
  .hollow-accordion-06 .dropdown-title .ques {
    padding: 1rem 0;
    font-size: 1.2rem;
  }
  .hollow-accordion-06 .dropdown-title .ques i {
    font-size: 1.2rem;
  }
  .hollow-accordion-06 .dropdown-content {
    padding: 1rem 0rem;
  }
}

#single-post{padding:4rem 0}
#single-post p{margin-bottom:1rem}
#single-post h2{font-size:1.8rem;margin-top:2rem;}
#single-post h3{margin-top: 1.5rem;}

.teacherspage img{border:5px solid var(--secondarycolor);margin-right:1rem}
#main{padding: 4.5rem 0 2.5rem;}
#service-page #main{padding: 5rem 0 3rem;}
#main p{color:var(--primarycolor);font-size: 16px;text-align:justify;}
#main a{color:var(--secondarycolor)}
#main .more-btn{color: #000; margin-top:1.5rem;font-weight: 600;padding: 6px 25px;}
#main ul+p .more-btn{margin-top:0rem;}
.devider{width: 100%; height: 1px; background: #e8e8e8; margin: 2.5rem 0 2rem;}
#main a:hover{color:var(--primarycolor);}
#main li{list-style: none;line-height: 30px;color:var(--primarycolor);}
#main h2{font-size: 27px;   line-height: 1.4; position: relative; padding-bottom:1.3rem;font-weight: 600;margin-bottom: 1.8rem;text-transform: capitalize;}
#main h2:before{content:""; position: absolute; bottom: 0 ; left: 0; width: 200px; height: 5px; background: var(--secondarycolor);  }
#main .contact-page h2{margin-bottom: 0.8rem ; padding-bottom: 0;}
#main .contact-page h2:before{display: none !important; }
#main h3{border-bottom:1px dashed #ccc; padding-bottom:14px; margin-bottom: 1.5rem; font-size: 24px;text-transform: capitalize;width: 100%;padding-bottom: 0.6rem;line-height: 1.45;}
#main p+h3{margin-top: 2rem;}
#main ul+h3{margin-top: 1.2rem;}
#main strong{font-weight: 600}

.thingsbox{border: 1px solid #ccc;padding:10px 0;margin-bottom:1.5rem}
.thingsbox h3{margin-bottom:1rem !important;}
.thingsbox img{border:5px solid var(--secondarycolor)}

.widget {padding: 0 0.8rem;}
.widget h3 {text-transform: capitalize;padding: 0 0 1.1rem 0;}
.widget ul li {display:flex;list-style-type:none;margin: 0 0 1rem 0;}
.main-widget img{width: 275px; max-width: 90%; margin:0 auto 1.2rem;}
.main-widget .fdis{text-align: center; color: #303030;}

#cta{width:100%;padding:2.3rem 0 2.8rem;text-align: center;background-image: linear-gradient(to bottom, #fec180, #febc76, #feb86d, #feb363, #feae59);}
#cta h3{font-size:34px;}
#cta .dis{color:#404040; font-size: 15px; margin: 0 auto 1.2rem;width: 94%;}
#cta a{font-weight: 700;color: #fe9c34; text-decoration: underline !important;}
#cta .line{margin: 0 auto 1rem; background: #000}
#cta .cta-line{font-weight: 500; font-size: 19px;font-family: var(--primaryfont);color: #252525;background: #ffffffed;width: fit-content;margin: 0 auto;padding: 5px 40px;border-radius: 8px;}

#bottom {background: url(https://www.dharnayogshala.com/wp-content/uploads/2024/12/dharnayogshala-Footer-Bg.jpg) no-repeat center;color:#fff;font-size: 15px;padding: 4rem 0;background-size: cover;}
#bottom .main-widget{display: table;width:50%;margin: 0 auto 2rem;}
#bottom .main-widget a{display: table;margin: 0 auto}
#bottom a {color: #252525;}
#bottom a:hover {color:var(--secondarycolor);}
#bottom i {color: #fff;margin-right: 0px;}
#bottom .widget h3 {border: none;text-align: left;font-weight: 600;color: #000;font-size: 26px;}
#bottom .widget li {color:#252525;}

#bottom .footer-contact li{line-height:21px;display:flex;margin-bottom: 1.7rem !important;}
#bottom .footer-contact li:before{font-family:'Font Awesome 5 Free';font-weight:900; color: #000;font-size: 22px;}
#bottom .footer-contact .address:before {content: "\f3c5"; margin-right: 20px;}
#bottom .footer-contact .phone:before {content: "\f879"; margin-right: 15px;transform: rotate(80deg);}
#bottom .footer-contact .email:before {content: "\f0e0"; margin-right: 15px;}

.info li{line-height:30px;display:flex;font-weight:300;}
.info .address:before {content: "\f3c5"; margin-right: 10px;font-size: 24px;color:var(--secondarycolor)}
.info .phone:before {content: "\f095"; margin-right: 10px;font-size: 24px;color:var(--secondarycolor)}
.info .email:before {content: "\f0e0"; margin-right: 10px;font-size: 24px;color:var(--secondarycolor)}

#footer {clear: both;background:var(--secondarycolor);color: #000;padding:0.6rem 0;text-align: center;font-size:14px;}
#footer a {color: #000;}
#footer a:hover {color:#fff;}
.fleft {float: left;}
.fright {float: right;}

.phone-call {width: 50px;height: 50px;left: 20px;bottom: 2rem;background:transparent;position: fixed;text-align: center;color: #ffffff;cursor: pointer;border-radius: 50%;z-index: 999;display: inline-block;line-height: 65px;animation:zoom 1s ease infinite;  -webkit-animation: zoom 1s ease infinite;-moz-animation: zoom 1s ease infinite;}
@keyframes zoom{
    50%{transform: scale(1.2) rotate(10deg)}
}
@-webkit-keyframes zoom{
    50%{transform: scale(1.2) rotate(10deg)}
}

.rtable1{margin-bottom:1.5rem;width:100%}
.rtable,.rtable1 td{width:100%;margin:1rem auto 0;color:var(--primarycolor);font-size: 15px;}
.rtable th,.rtable1 th{padding:0.3rem 0.375rem;font-weight: 400; font-size: 15px;border: 1px solid #fff; text-transform: uppercase; color:#fff;text-align: center;}
.rtable td,.rtable1 td{padding:0.2rem 0.375rem;border: 1px solid #fff;text-align: center;white-space: break-spaces;color: #fff;}
.rtable1 th{background: var(--primarycolor);}
.rtable1 td{background: #fafafa;color: var(--primarycolor);white-space: nowrap;width:auto;padding:4px 2rem}
.rtable1 tr:nth-child(odd) td{background: #f1f1f1;}

.full-table{margin-bottom: 3.2rem;}

@media screen and (max-width: 981px) {
	#topbar{display:none}
body {min-width: 230px;}
.desktoponly {display: none !important;}
.inner {width: 100%;padding: 0%;}
img.alignleft,
img.alignright {float: none;display: block;margin: 10px auto 25px;}
  .alignright.small-img{width: 100%}
.site-menu-toggle{display: block;color: var(--secondarycolor);}
.site-navbar{display: none;}
    .rounding{width: 95%; margin-left: 0 !important; margin-bottom: 2.4rem !important;}
#logo{display:flex;align-items:center;justify-content:space-between}
#logo .site-title{margin: 10px 0;}

#bottom {width: 100%;display: block;}
.fleft, .fright {float: none;}
    #bottom .grid{grid-template-columns: 100% !important;}
    #about img{margin: 0 auto 1.2rem;max-width: 100%;}
    #about{margin: 3rem 0 4rem;}
    #form-section .content{text-align: center}
    #form-section #contactform .wpcf7-submit{margin: 1.2rem auto 0}
    .carousel-caption .more-btn{margin: 1.5rem auto 0}
	    #featers-section .center-image{display:none ;}
    #service-page .grid{grid-template-columns: 100% !important; gap: 3rem;}
     #side-bar{padding: 0 10px}
  
  .courseimage{padding: 0;background:var(--primarycolor) !important;border-radius: 0;width:90%;margin:1.5rem auto}
  .mobcourseimg{border-radius: 1rem;width: 90%;
    margin: 0 auto;}
  .side-item{min-height: auto;width:100%;border-radius: 0;}
  
  .pricebox {
    width:90%;}
}

@media screen and (min-width: 981px) {
.mobileonly {display: none !important;}
    .carousel-caption .text-box{padding-right: 4rem;}
.site-menu-toggle{display:none;}
    
    #featers-section  ul{margin:0 -1.4rem 0rem; }
    #featers-section .rev li{flex-direction:row-reverse;text-align: right;}
    #service-section h2 span{font-size: 35px}
    .carousel-caption{display: flex; align-items: center}
    #featers-section ul li:last-child{margin-bottom: 0}
    #featers-section ul li:nth-child(2) .image{background: var(--tertiarycolor); outline-color: #FCD0555E;}
    
    .contact-page > .row .col-md-6:nth-child(1){padding-right:2rem }
    #main h2{font-size: 31px;}
}

@media screen and (max-width: 800px) {
#bottom .col-md-4,#bottom .col-md-5,#bottom .col-md-3{width:100% !important;float: left;}
}

@media screen and (max-width: 600px) {
.wp-pagenavi span.pages, .wp-pagenavi a , .wp-pagenavi a.nextpostslink  {padding: 0.3rem 0.6rem !important;}
.wp-pagenavi span.current{padding:0.8rem}
.column, .column3, .column4{column-count:1}
    #logo img{width: 175px;height: auto;float:left;}
    .header_area{padding: 0.2rem 0 0.5rem;}
    
    #slider{overflow: hidden} 
    #slider .bg-image img{height: 780px}
    #slider  .row{flex-direction: column-reverse}
    
    .carousel-caption .text-box{text-align: center}
    .carousel-caption h1{font-size: 25px}
    .carousel-caption img{margin: 0 auto -0.3rem;}
    .carousel-caption .home-slider{margin: 0 auto 2rem;margin-left: -3rem;}
    
    h2{font-size: 30px;}
    h3{font-size: 22px}
    
    #featers-section{padding: 3rem 0 0.8rem; margin-bottom: 3rem}
    
    .subheading{font-size: 21px}
    #service-section {margin-bottom: 4rem}
    #service-section h2{margin-bottom: 2rem}
    #form-section .content{padding: 2.5rem 15px 3rem;}
    #form-section h2{margin-bottom: 1.4rem}
    #featers-section li .image{min-width: 50px}
    
    .service-box h3{font-size: 18px; padding: 0.8rem}
    #bottom .widget h3{margin-bottom: 0}
    .widget ul li{margin-bottom: 1rem}
    .widget ul{margin-bottom: 1.8rem}

    #testimonials {padding: 3.5rem 10px 3.5rem;}
    .testimonial-item p{font-size: 16px}
    .heading-box{margin-bottom: 2rem}
    
    #pagetitle {padding:4rem 0 4rem;}
    #pagetitle  h1{font-size: 35px}
    #pagetitle.service h1{font-size: 28px}
    #pagetitle.service .breadcrumb{font-size: 12px}
    #service-page .side-cta h3, #service-page .side-item h3{font-size: 24px;}
    #main h3{font-size: 24px}
    #main{padding: 3rem 0 1.8rem;}
    #service-page #main{padding: 4.5rem 0 2.5rem}
    .rtable th{font-size:16px}
    .rtable td{font-size: 13px;}
	.rtable1 td{padding:5px}
  #cta h3{font-size: 25px; margin-bottom: 1rem;}
  #cta .cta-line{margin: 0 10px; font-size: 16px; padding: 15px 10px}
  .rtable1.responsive{display: block; overflow: scroll; width:95%; margin: 0 auto}
  .rtable1.responsive tr td:first-child{min-width: 200px; max-width: 200px; white-space: normal;}
  .rtable1.responsive tr td{font-size: 14px;}
  .full-table{margin-bottom: 2.5rem;}
	#bottom .main-widget{width:80%}
}

@media screen and (min-width: 600px) and (max-width: 1120px) {
    #slider .bg-image img{height: 860px}
    #slider  .row{flex-direction: column-reverse}
    
#bottom .col-md-4,#bottom .col-md-5,#bottom .col-md-3{width:33%;}
#slider .btn-primary{padding:10px 35px;margin:10px 0;}
    .main-widget{width: 35rem; margin: 0 auto}
    .carousel-caption .text-box{text-align: center}
    .carousel-caption h1{font-size: 32px}
    .carousel-caption img{margin: 0 auto 1rem;padding-right: 2rem}
    .heading-box{margin-bottom: 1.8rem}
    #form-section .content{padding: 3rem}
    #logo img{width: 200px;height: auto;float:left;}
  
}


@media screen and (min-width: 1580px){
    #form-section .row{width:1400px; margin: 0 auto}
    #slider .bg-image img{object-fit: cover;height: 680px}
}