:root {
  --yel: #FF9F0D;
  --gray: #727272;
  --dark: #1E1E1E;
  --light: #555547;
  --med: #232323;
}
*{
  margin:0; 
  padding:0; 
  outline:none;
}
html body{
  margin:0; 
  padding:0; 
  -ms-word-wrap:break-word; 
  word-wrap:break-word; 
  background-color:#fff; 
  position:relative; 
  font-size: 15px;
  color: #6c6c6c;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
}
label {
  margin-bottom: 0 !important;
}
img{
  margin:0; 
  padding:0; 
  border:none; 
  max-width:100%; 
  height:auto;  
}
section img{
  max-width:100%;
}
h1,
h2,
h3,
h4,
h5,
h6{ 
  margin:0;
  padding:10px 0;
  letter-spacing: 1px;
  font-family: 'Poppins';
  color:#000000;
}
p{
  margin:0 0 15px; 
  padding:0;
  font-size:15px;
  font-weight:300;
}
p, ul li a{
  letter-spacing: 0px;
}
body a{
  text-decoration:none; 
  color:#373737;
}
body a:hover{
  color:var(--yel);
}
a:hover{
  text-decoration:none; 
  color:#666;
}
a:focus,a:hover{
  text-decoration:none !important;
}
ul,ol{ 
  margin:0; 
  padding:0;
}
ul li, ol li{font-size: 14px;}
:hover{-webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
blockquote {
  font-size: 18px;
  font-style: italic;
  max-width: 450px;
  margin: 0.25em 0;
  padding: 0.25em 40px;
  line-height: 1.45;
  position: relative;
  color: #383838;
}
blockquote:before {
  display: block;
  content: "\201C";
  font-size: 80px;
  position: absolute;
  left: 0px;
  top: -10px;
  color: #7a7a7a;
}
blockquote:after {
  display: block;
  content: "\201D";
  font-size: 80px;
  position: absolute;
  right: 0px;
  bottom: -10px;
  color: #7a7a7a;
}
blockquote cite {
  color: #999999;
  font-size: 14px;
  display: block;
  margin-top: 5px;
}
blockquote cite:before {
  content: "\2014 \2009";
}
small{
  font-size:14px !important;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="phno"],input[type="password"],
textarea{
  border:1px solid #424648;
  font-size:16px;
  padding:6px 10px; 
  height:auto;
  width: 100%;
  background: transparent;
}
#footer input[type=text]::placeholder {
font-family: 'Open Sans';
font-size: 14px;
color: #fff;
text-align: center;
}
section{
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 0;
}
select{
  width: 100%;
  padding: 6px;
}
input[type="submit"]:hover{
  cursor: pointer;
}
textarea {
  height: 80px;
}
.screen-reader-text {
  position: absolute;
  top:-9999em;
  left:-9999em;
}
.alignleft,
img.alignleft{
  display: inline; 
  float: left; 
  margin-right:20px; 
  margin-top:4px; 
  margin-bottom:10px; 
  padding:0;
  padding:5px;
}
.alignright, img.alignright { 
  display: inline; 
  float: right; 
  padding:5px; 
  margin-bottom:10px;
  margin-left:25px;
  padding:5px;
}
.aligncenter, img.aligncenter { 
  clear: both; 
  display: block; 
  margin-left: auto; 
  margin-right: auto; 
  margin-top:0;
  padding:5px; 
}
.comment-list .comment-content ul { 
  list-style:none; 
  margin-left:15px;
}
.comment-list .comment-content ul li{
  margin:5px;
}
.toggleMenu{
  display:none;
}
table, td, th {
  border: 1px solid black;
}
.banner-image .empty-cell{
display: contents;
}

/* --------- Header -------- */


/*----------------------  index ---------------------------*/
.post-section {
    padding: 20px 0;
}
.postwrapper-box {
  border: 2px solid #eeeeee;
}
.date-box {
  background: url(images/date.png) no-repeat 1px 3px;
  padding: 0 0 0 25px;
  font-style: italic;
  font-weight: bold;
  margin: 0 0 15px 0;
}

/*------------------Single Post -----------------*/

#single_post .postbox .postbox-content {
  position: static;
  padding: 15px 0;
}
#single_post .date-box {
  padding: 20px 10px;
  position: absolute;
  top: 32%;
  background-color: #373737;
  color: #ffffff;
  margin-left: 15px;
}
#single_post .date-box-inner {
  padding: 8px;
  border: solid 2px #ffffff;
}
.posttitle a
{
  font-size: 20px;
  letter-spacing: 1px;
  color: #ffffff;
  font-family: "Raleway";
}
.page-header h1{
color: #091d3e;
font-family: 'Poppins';
margin-top: 30px;
}
.entry-title
{
  color: #1f1e1e;
  font-family: "Poppins";
  padding: 20px 20px 10px;
}
.single-post-content table td
{
  text-align: center;
}
.single-post-content .wp-audio-shortcode
{
  margin-bottom: 50px;
}
.single-blog .nav-links .nav-next a{
display: flex;
flex-direction: row-reverse;
}
.single-blog .navigation span.meta-nav{
color: var(--yel);
font-weight: bold;
}

/*------------------ Contact Page -----------------*/
.contact-page-details
{
  padding-bottom: 30px;
}
h3.contact-page {
  margin-left: 3%;
  font-weight: bold;
  color: #18304c;
  border-bottom: solid 4px #d3da36;
  display: table;
  margin-bottom: 4%;
}
.contac_form input[type='text'],
.contac_form input[type='email'],
.contac_form input[type='url'],
.contac_form input[type='password'],
.contac_form input[type='search'],
.contac_form input[type='number'],
.contac_form input[type='tel'],
.contac_form input[type='range'],
.contac_form input[type='date'],
.contac_form input[type='month'],
.contac_form input[type='week'],
.contac_form input[type='time'],
.contac_form input[type='datetime'],
.contac_form input[type='datetime-local'],
.contac_form input[type='color'],
.contac_form select,
.contac_form textarea,
.contac_form .wpcf7 .wpcf7-form-control-wrap[class*="file-"] {
  background-color:transparent;
  border-color: #ccc;
  color: #000;
  border-radius: 0px;
  box-shadow: none;
  border:2px solid #0E6D96;
  background-color: transparent;
}
.contact-box .wpcf7 input[type="text"], .contact-box .wpcf7 input[type="email"] {
  font-size: 16px;
  padding: 10px 10px;
  margin: 0 12px 46px 0;
  height: auto;
  border:2px solid var(--yel);
  background-color: transparent;
}
.contact-box .wpcf7 input[type="text"]::placeholder
{
  font-family: "Poppins";
}
.contact-box .wpcf7 input[type="email"]::placeholder
{
  font-family: "Poppins";
}
.contact-box .wpcf7 textarea::placeholder
{
  font-family: "Poppins";
}
.contact-box .contac_form input[type="submit"]{
border-radius: 40px;
font-family: "Poppins";
padding: 12px 20px;
color: var(--yel);
font-weight: 700;
border: 1px solid;
}
div.contac_form form p:nth-child(3){
display: flex;
justify-content: center;
flex-flow: column;
width: fit-content;
margin: 0 auto;
}
section#contact-box{
  padding:0;
  margin:0;
}
.contact-info {
  font-size: 14px;
  line-height: 26px;
  padding: 20px;
  width: 100%; 
}
.contac_form h3 {
  text-align: center;
}
.contact-info .head{
  color:#000;
}
.contact-address, .contact-email, .contact-phone {
  margin: 7px 0;
}
.c_content span {
  font-size: 18px;
}
.c_content p{
  font-size: 16px;
}
.contac_form .fancy-title {
    width: 250px;
    margin: 0 auto;
}
.contac_form label{
  width: 100%;
}
.c_content {
  color: #ffffff;
}
.contact-page-details .contact-address{
text-align:center;
border: 2px solid var(--yel);
padding: 11px;
border-radius: 20px;  
}
.contact-page-details .contact-email{
text-align:center;
border: 2px solid var(--yel);
padding: 11px;
border-radius: 20px;  
}
.contact-page-details .contact-phone{
text-align:center;
border: 2px solid var(--yel);
padding: 11px;
border-radius: 20px;  
}
.contact-page-details span{
font-size: 18px;
font-weight: 600;
color: var(--yel);
padding-bottom: 15px;
font-family: "Poppins";
}
.contact-page-details .inner-cont i
{
  font-size: 35px;
  color: var(--yel);
  padding: 14px 0;
}
.contac_form span.wpcf7-form-control-wrap input{
margin: 0 12px 30px 0;
border: 2px solid var(--yel);
border-top-right-radius: 20px;
border-bottom-left-radius: 20px;
}
.contact-page-details .inner-cont p
{
  font-family: Poppins,sans-serif;
  color: #343434;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 0;
}
.contact-page-details .inner-cont p a{
color: #000;
}
.contact-page-details .inner-cont p a:hover {
color: var(--yel);
}
.contact-color-bg h3{
font-size: 36px;
color: #1f1e1e;
font-family: "Poppins";
font-weight: bold;
padding-bottom: 30px;
}
.contact-color-bg
{
text-align: center;
}
.contact-color-bg form textarea{
margin-bottom: 20px;
border-top-right-radius: 20px;
border-bottom-left-radius: 20px;
}
.contact-box .google-map{
padding-top: 14% !important;
margin-bottom: 30px !important;
}
.contac_form input::placeholder, .contac_form textarea::placeholder {
color: var(--yel);
font-weight: 600;
}
.contac_form input, .contac_form textarea {
color: #000;
font-weight: 900;
}
.contact-box .google-map embed {
  border-radius: 20px;
}
.contact-box .contac_form input[type="submit"]:hover {
background-color: var(--yel);
color: #000;
}

/*---------------- Banner ----------------------*/
.inner_banner img, .title-box img {
    width: 100%;
}
.main_title {
  margin-top: 20px;
}
.main_title h1{
  padding-top: 20px;
  margin-bottom: 22px;
  font-size: 36px;
  color: #2d3b3e;
  font-family: "Poppins";
  font-weight: bold;
}
section.banner-image {
padding: 0;
background-position: bottom;
background-size: 100%;
}

/* --------- Social Icon Widget ------- */

.social_widget a {
color: #ffffff;
margin-right: 0;
display: inline-block;
margin-bottom: 5px;
background-color: #000;
margin-right: 16px;
border-radius: 50%;
}

.social_widget a i {
font-size: 16px;
letter-spacing: 0px;
text-align: center;
padding: 10px;
border-radius: 50%;
}
.social_widget a i.fa-facebook-f {
padding: 10px 15px;
}
.social_widget a:hover i {
color: #fff;
background-color: var(--yel);
}


/* --------------- About Single Page -------------- */
#about-us p.main-head {
font-family: 'Inter';
font-size: 40px;
margin: 0;
color: var(--yel);
font-weight: 600;
}
#about-us h2 {
color: #222;
font-size: 34px;
font-weight: 600;
font-family: 'Inter';
letter-spacing: 0;
}
#about-us p.para {
color: #000;
}
#about-us .about-detail{
padding: 50px 0;
}
#about-us .detail-heading {
font-family: 'Inter';
font-size: 30px;
text-align: center;
color: var(--yel);
font-weight: 700;
}
#about-us .detail-txt {
color: #000;
text-align: justify;
}
#about-us .about-big-img img{
height: 100%;
object-fit: cover;
}
/* --------- Blog Page ------- */

.postbox-content .post-text
{
  font-size: 15px;
  font-family: 'Poppins';
  color: #ffffff99;
  line-height: 26px;
  letter-spacing: 0;
  margin-bottom: 30px;
}
.postbox h3{
  font-weight:normal;
  font-size:35px;
  text-align: center;
}
.blogimg-full img{
  width: 100%;
}
.read-more-icon{
  text-align: center;
  margin: -55px 0 0 0;
  z-index: 999;
}
.read-more-icon a:hover{
  opacity: 0.9;
}
.continue-read a {
  color: rgba(19, 10, 138, 0.6);
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  border: solid 1px #bbb;
  padding: 10px 20px 10px 20px;
  border-radius: 6px; 
  display: block; 
  background: #fff;
}
.continue-read a:hover{
  background: #18304c;
  color:#fff;
}
.continue-read {
  margin: -22px auto 0 auto;
  display: table;
}
.metabox img {
  border-radius: 50%;
  margin-left: 30%;
}
.postbox {
   margin-bottom: 39px;
   border: none;
   border-radius: 6px;
}
.postbox h2{
  margin:0 0 5px; 
  font-weight:bold;
}
a.post-readmore {
   font-size: 18px;
   border-bottom: 1px solid;
}
a.post-readmore i {
 margin-left: 8px !important;
 font-size: 18px;
 border-bottom: 1px solid #ffffff;
 padding-bottom: 2px;
}
.widget_recent_entries li {
  padding: 10px 0;
}
.postbox  a.blogbutton {
  background:none;
  color:#fff;
  font-size:12px; 
  font-weight:bold; 
  color:#fff; 
  padding:6px 25px;
  border:1px solid #000; 
  color:#000; 
  font-size:18px;
  text-transform:uppercase;
  margin:25px 0 0 0;
  display:table;
}
.blogbutton-small{
  background:none;
  font-size:12px; 
  font-weight:bold; 
  padding:6px 25px;
  border:1px solid #000; 
  color:#000; 
  font-size:14px;
  text-transform:uppercase;
  margin:14px 0 0 0;
  display:table;
}
.metabox {
color: #000;
padding: 5px 0;
clear: both;
margin: 10px 0;
display: flex;
}
.metabox .entry-date{
  margin:0 13px 0 0;
  font-family: 'Mulish';
}
.metabox .entry-author{
  padding: 0 0 0 20px;
  margin:0 20px 0 0;
}
.metabox .entry-author a{
  color: #000;
  font-family: 'Mulish';
}
.metabox .entry-comments{
  padding: 0 0 0 20px;
  font-family: 'Mulish';
}
.logged-in-as a
{
  color: #000;
}
#comment-nav-above .nav-links {
  width: 100%;
  float: left;
  margin-bottom: 17px;
}
#sidebar span.comment-author-link {
    margin-left: 14px;
}
.post-featured img {
  width: 100%;
}
.post-featured .author-box img {
  width: 30px;
  border-radius: 50px;
  margin-right: 5px;
}
div.comm{
display: flex;
align-items: center;
}
.post-content-boxx span.blog-date{
display: flex;
align-items: center
}
#direct-comments {
  margin-left: 10px;
}
#direct-comments i{
margin-right: 5px;
}
.author-box i{
display: none;
}

/* ----------------------- POST---------------------- */
a.page-numbers, span.page-numbers.current {
  padding: 10px !important;
  background-color: #373737;
  color: #000 !important;
  border: 1px solid #373737;
}
.navigation span.page-numbers.current{
  background-color: #ffffff;
  border: 1px solid #373737;
  color: #000000 !important;
}
#blog{
  padding-top:0;
  margin-top:0;
}
.blog-post h5{
  text-transform:uppercase;
  color: #000;
}
.blog-icon i {
  font-size: 20px;
  background: #bbb;
  border-radius: 50%;
  padding: 10px 14px 12px 15px;
  color: #fff;
  margin-right: 1%;
}
.blog-icon i:hover {
    background: #d3da36;
    color: #fff;
}
.blog-icon i.fa-google-plus {
    padding: 12px 10px 12px 11px
}
aside#search-3 {
  padding: 0 !important;
}
.feature-image-box img{
  width:100%;
}
.feature-image-box img a:hover{
  opacity:0.8;
}
.post-singlepage {
  border: solid 1px #bbb;
  box-shadow: 0 0 1px #bbb;
}
.bradcrumbs{
padding: 15px 0 30px;
color: #474545;
font-weight: 600;
}
.bradcrumbs a{
  color: #000;
  padding: 5px 15px;
  margin-right: 5px;
  font-weight: 700;
}

.bradcrumbs span{
  background:#dddddd; 
  color:#000;
  padding: 5px 9px;
}
.banner-image h1 {
font-family: 'Mulish';
font-weight: 900;
color: #000;
font-size: 34px;
}
.banner-image .card{
opacity: 0.8;
background-color: #fff;
padding: 30px 0;
}

/*------------------ Comments BOX ------------------*/
#comments{
  float: left;
  width: 100%;
  margin-top: 10px;
}
#comments h2.comments-title{
  font-size:20px; 
  font-weight:bold;
}
#comments h3.comment-reply-title{
  font-size:20px; 
  font-weight:bold;
  clear:both;
}
#comments input[type="text"],
#comments input[type="email"],
#comments textarea{
  padding:12px 10px; 
  font-size:18px;
}
#comments input[type="submit"].submit {
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 20px;
  color: #ffffff;
  text-transform: uppercase;
  border-top: none;
}
#comments a time{
  color:#000;
  font-weight:bold;
  font-size:12px;
}
#comments .reply{
  text-align:right;
}
#comments .comment-metadata{
  width:90%;
  float:left;
  padding:1% 0 0 0;
}
#comments .comment-content{
  width:90%;
  text-align:left;
  margin-left:7%;
}
#comments .comment-author{  
  margin-bottom: 1em;
}
#comments h2#reply-title {
  display: inline-table;
  font-family: "Poppins";
}
#comments .comment-author.vcard img {
padding: 2px;
width: 30px;
border-radius: 50%;
}
.comment-body p {
font-family: 'Inter';
color: #222;
font-weight: 400;
margin-top: 5px;
}

/*--------------- Sidebar -----------------*/
/* Sidebar */
#sidebar td#prev a {
 color: #6c6c6c;
}
#sidebar caption {
 font-weight: bold;
 color: #6c6c6c;
 font-size: 20px;
}
#sidebar table,#sidebar th,#sidebar td {
 border: 1px solid #e1e1e1;
 text-align: center;
}
#sidebar td {
 padding: 7px;
 color: #6c6c6c;
}
#sidebar th {
 text-align: center;
 padding: 5px;
 color: #6c6c6c;
}
#sidebar select {
 padding: 10px 5px;
 border: solid 1px #e1e1e1;
 color: #6c6c6c;
 background: transparent;
}
#sidebar form{
 text-align: center;
}
#sidebar h3 {
  font-size: 24px;
  color: #343434;
  font-weight: 600;
  padding-bottom: 15px;
  margin-bottom: 11px;
  text-align: center;
  border-bottom: 1px solid #e7e7e7;
  font-family: "Poppins";
}
#sidebar input[type="search"] {
 padding:10px 10px;
 font-size:15px;
 color:#6c6c6c;
 border: solid 1px #e1e1e1;
 width: 100%;
}
.middle-align form.search-form input.search-field {
padding: 8px;
}
h3.entry-title {
padding: 0;
}
#sidebar label{
margin-bottom: 0;
width: 100%;
padding-bottom: 10px;
font-size: 18px;
font-family: 'Poppins';
}
.widget_block h2 {
font-family: 'Poppins';
font-weight: 600;
font-size: 26px;
}
.wp-block-group__inner-container ol{
padding-left: 0;
}
#sidebar input[type="submit"]{
 background-color :#373737;
 color:#fff;
 padding:10px 0;
 font-size:12px;
 width: 100%;
 letter-spacing: 2px;
 font-weight: bold;
}
#sidebar .widget {
 padding: 20px;
 border: 1px solid #373737;
 margin-bottom: 50px;
}
#sidebar ul {
 list-style: none;
 margin: 0;
 padding: 0;
 font-size: 17px;
}
#sidebar ul li{
 font-weight: 600;
 color: #ffffff;
  font-family: Poppins,sans-serif;
  font-size: 15px;
  border-bottom: 1px solid #e1e1e1;
  padding: 10px 0;
}
.widget_block .no-comments{
font-family: Poppins,sans-serif;
}
#sidebar ul li:last-child
{ 
  border:none;
}
#sidebar ul li a {
  font-weight: 600;
  font-family: Poppins,sans-serif;
  font-size: 15px;
}
#sidebar .tagcloud a{
 border: solid 1px #e1e1e1;
 color:#6c6c6c;
 font-size:15px !important;
 padding:5px 18px;
 margin:0 0 5px;
 display:inline-block;
}
#sidebar .tagcloud a:hover{
 background:#ec1d23;
 color: #fff;
}
span.credit_link a {
  color: #ffffff;
}


/*------------- Page -----------------*/
.title-box{
  color:#fff;
  text-transform:uppercase;  
  font-weight:bold;
  text-align:center;
  margin-bottom:25px;
}
.title-box img{
  width:100%;
}
.title-box h1 {
  font-weight: bold;
  text-shadow: 0 2px 2px rgba(255, 255, 255, 0.58);
}
.above_title {
  position: absolute;
  right: 0;
  left: 0;
  margin-top: 10%;
}
.read-moresec{
  margin:2% 0;
}
.middle-content {
  padding-bottom: 20px;
}

/*---------------- Pagination ----------------*/
.navigation {
  font-size:14px; 
  font-weight:bold;
  margin: 10px 0;
}
 
.navigation a {
  padding: 0;
}
.navigation span, .navigation a {
  display: block;
  float: left;
  padding: 10px 15px 0 15;
  margin-bottom: 10px;
  margin-right: 10px;
  color: #5b5b5b;
  -webkit-transition: background .15s ease-in-out;
  -moz-transition: background .15s ease-in-out;
  -ms-transition: background .15s ease-in-out;
  -o-transition: background .15s ease-in-out;
  transition: background .15s ease-in-out;
  font-weight: normal;
  font-family: Mulish;
}

.navigation .current{
  background: #333333; 
  color:#ffffff;
  font-weight:normal;
}

/* ------------- Category --------------------*/

.category-page h4{
  text-align: left !important;
}
ul.post-categories {
  list-style: none;
  margin: 0;
}
ul.post-categories a {
  color: #333333;
}

/*-------------- Single  ---------------*/
.post_ctg span {
  float: left;
  margin-right: 7px;
}
.share_icon i {
  padding: 10px 10px 10px 8px;
  margin: 0 0;
  color: #ffffff;
  background-color: #333333;
  width: 36px;
  margin: 0 4px;
  text-align: center;
}
.share_icon i.fab.fa-facebook-f{
  background-color: #3c5a99;
}
.share_icon i.fab.fa-linkedin-in{
  background-color: #007bb5;
}
.share_icon i.fab.fa-google-plus-g{
  background-color: #da4835;
}
.share_icon i.fab.fa-twitter{
  background-color: #55acee;
}

/* ----------- Unit Testing ------------- */

.outer_dpage table{
text-align: center !important;
}
.outer_dpage table th{
text-align: center;
}

/* FulL WidtH BloG & AuthoR PagE */
#full-width-blog, #blog-left-sidebar, #blog-right-sidebar{
padding: 60px 0;
background-color: #ffffff;
}
.wp-block-search__button{
margin: 0;
padding: 10px;
}
#full-width-blog h5 a, body.author h5 a, #blog-left-sidebar h5 a, #blog-right-sidebar h5 a  { 
color: #000;
font-family: 'Quicksand';
font-size: 32px;
font-weight: 600;
}
#full-width-blog .post-content-boxx span, body.author .post-content-boxx span , #blog-left-sidebar .post-content-boxx span, #blog-right-sidebar .post-content-boxx span{
  color: #222;
  font-family: 'Mulish';
  font-weight: 600;
}
#full-width-blog .post-content-boxx .blog-date i, body.author .post-content-boxx .blog-date i, #blog-left-sidebar .post-content-boxx .blog-date i, #blog-right-sidebar .post-content-boxx .blog-date i{
margin-right: 5px;
}
#full-width-blog a.blog-readmore, body.author a.blog-readmore, #blog-left-sidebar a.blog-readmore, #blog-right-sidebar a.blog-readmore {
  color: var(--yel) ;
  padding: 0 10px;
  margin-left: 5px;
  border-radius: 10px;
  text-decoration: revert;
  font-weight: 700;
}
#full-width-blog .blog-content p, body.author .blog-content p, #blog-left-sidebar .blog-content p, #blog-right-sidebar .blog-content p{
color: #222;
font-family: 'Mulish';
font-weight: 500;
margin-top: 8px;
}
h5.blog-heading a:hover {
  color: var(--yel) !important;
}

/* Faq Page */
.faq-head h2.accordion-header button {
  border: none;
  background-color: unset;
  text-align: left;
  color: #000;
  font-family: 'Poppins';
  font-weight: 600;
}
.faq-head h2.accordion-header button:focus{
outline: none;
}
.faq-head h2, .faq-head .panel-body p{
text-align: left;
padding: 15px;
margin: 0;
color: #000;
}
.faq-page {
padding: 60px 0;
}

/* TermS AnD ConditionS */
#tandc h1{
font-family: 'Poppins';
color: var(--yel);
font-weight: 600;
}
#tandc h2.termsndcond-head{
color: var(--yel);
font-family: 'Poppins';
}
#tandc p.termsndcond-para{
font-family: 'Poppins';
}

/* ------ Single Blog Page ------- */
.single-blog h1.blg-head{
color: #000;
font-family: 'Quicksand';
font-weight: 600;
}
.single-blog .content_boxes p{
color: #000;
font-family: 'Mulish';
line-height: 28px;
font-size: 16px;
font-weight: 500;
}
.single-blog .content_page{
background-color: #f0f1f3;
margin: 10px 0;
border-radius: 10px;
padding: 30px;
}
.single-blog .meta-box-question{
color: var(--yel);
font-family: 'Quicksand';
font-weight: 600;
font-size: 18px;
} 
p.logged-in-as {
  color: #000;
}
.single-blog p.socila_share {
  text-align: right;
}

/* ------- Single team -------- */
body.single-team .social-profiles {
  text-align: end;
  font-size: 20px;
}
body.single-team .social-profiles a {
margin: 10px;
}
body.single-team .single-team-info{
margin-bottom: 15px;
margin-top: 20px;
}
body.single-team .single-page-content p{
font-family: 'Poppins';
font-size: 16px;  
}
.single-team-info p {
color: var(--yel);
font-weight: 500;
margin-top: 10px;
}
#single-team .single-team-info h2 {
color: #1E1E1E;
font-family: Quicksand;
font-size: 24px;
margin-bottom: 0px;
font-weight: 800;
}

/* ------ Single Testimonials ------ */
#testimonial_single{
margin-top: 20px;
}
#testimonial_single .single-testimonial-desig {
color: #A5E3FE;
font-family: 'Poppins';
font-size: 18px;
}
#testimonial_single .single-page-content{
font-family: 'Poppins';
}
.shop nav.woocommerce-breadcrumb{
display: none;
}

/* Single Product category Page */
#shop{
  background-color: #f0f1f3;
}
#shop div.shop{
padding: 50px 0;
}
.woocommerce span.onsale{
background-color: #A5E3FE;
}
#shop ul.products h2{
font-family: 'Poppins';
font-weight: 600;
font-size: 20px;
padding: 0;
}
#shop ul.products li {
text-align: center;
padding: 12px;
background-color: #ffffff;
border: 1px solid lightgrey;
}
#shop li.product:hover h2 {
color: var(--yel);
}
#shop ul.products span.woocs_price_code{
  font-size: 18px;
  display: flex;
  justify-content: center;
  flex-flow: row-reverse;
  color: #000;
}
#shop ul.products span.price ins{
  margin-right: 10px;
  text-decoration-line: none;
}
#shop ul.products li:hover{
  transition: 0.2s;
}
#shop .woocommerce-ordering select{
background-color: var(--yel);
color: #ffffff;
font-size: 15px;
font-weight: 600;
font-family: 'Poppins';
}
body.single-product .summary .price {
  font-family: 'Mulish';
  font-weight: 500;
  font-size: 22px !important;
  color: var(--yel) !important;
}
#shop div.star-rating{
margin: 10px auto;
}
#shop h1, #shop .term-description p, #shop p.woocommerce-result-count{
color: #000;
font-family: 'Poppins';
}
#shop ul.products li:hover {
  box-shadow: 0px 0px 5px var(--yel)
}
.shop ul.products .price {
color: var(--yel) !important;
font-family: 'Quicksand';
font-size: 20px !important;
margin-top: 10px;
}
.woocommerce ul.products li.product a.added_to_cart {
color: var(--yel);
font-weight: 800;
background-color: #ebe9eb;
padding: 5px;
margin-left: 10px;
border-radius: 3px;
margin-top: 10px;
}
/* Single Product Page */
div.sing-sop{
  background-color: #f5f4f4;
  padding: 60px 0 0;
}
.pswp__caption__center{
text-align: center;
color: var(--yel);
font-weight: 800;
font-size: 18px;
font-family: 'Poppins';
text-transform: capitalize;
}
.woocommerce-product-attributes-item__value p{
padding-left: 10px !important;
}
body.search h1 {
margin-top: 30px;
}
div.middle-align .search-col form input[type=submit] {
padding: 10px 15px;
background-color: #29AAE2;
border: none;
color: #fff;
font-family: 'Poppins';
}
div.middle-align .search-col form input[type=submit]:hover {
background-color: #0E6D96;
}
div.sing-sop h1{
color: #091d3e;
font-family: 'Poppins';
font-weight: 600;
}
div.sing-sop .woocs_price_code{
font-size: 18px;
color: var(--yel) !important;
display: flex;
flex-direction: row-reverse;
justify-content: flex-end;
}
div.sing-sop p.price ins{
text-decoration: none;
margin-right: 10px;
}
div.sing-sop #comment {
color:#000;
font-weight: 600;
}
.woocommerce .star-rating span::before{
color: orange;
}
div.sing-sop p.stars:hover a {
color: #A5E3FE; 
}
div.sing-sop h2, div.sing-sop .woocommerce-review-link, div.sing-sop .posted_in, div.sing-sop .posted_in a, #reply-title, .comment-form-rating label{
color: #000;
}
div.sing-sop .posted_in a:hover{
color: #A5E3FE;
}
p.form-submit input[type=submit] {
background-color: var(--yel) !important;
color: #ffffff !important;
}
p.form-submit input[type=submit]:hover {
background-color: var(--yel) !important;
}
.related.products li{
padding: 12px !important;
text-align: center;
}
.related.products li span.price{
display: flex !important;
flex-flow: row-reverse;
justify-content: center;
color: #000 !important;
font-size: 16px !important;
}
.related.products li:hover h2 {
color: var(--yel);
}
.related.products li span.price ins{
text-decoration: none;
margin-right: 6px;
}
.related.products li{
border: 1px solid #c5c5c5;
background-color: #ffffff;
}
.related.products li:hover{
box-shadow: 0px 0px 5px var(--yel);
}
.related.products li h2{
font-weight: 600;
}
section.related.products li {
text-align: -webkit-center;
}
.woocommerce .quantity .qty{
padding: 4px;
}
form.cart button{
background-color: var(--yel) !important; 
}

/* -------- Cart Page --------- */
body.woocommerce-cart .outer_dpage{
padding: 30px 0;
}
body.woocommerce-cart table th, body.woocommerce-cart table td, body.woocommerce-cart table td a{
color: #000;
}
.wc-proceed-to-checkout a{
background-color: var(--yel) !important;
color: #ffffff !important;
}
body.woocommerce-cart #footer table td{
color: #ffffff;
}
.woocommerce-cart table.cart td.actions .coupon .input-text{
padding: 4px;
}

/* ------- Single Contact Page -------- */
.contact-box {
padding: 30px 0;
}
div.contact-box h3{
color: var(--yel);
}

/* My Account Page */
nav.woocommerce-MyAccount-navigation ul {
list-style: square;
margin-top: 15px;
}
nav.woocommerce-MyAccount-navigation li {
font-size: 16px;
font-style: italic;
padding: 5px;
}
nav.woocommerce-MyAccount-navigation li a {
color: #0E6D96;
}
div.woocommerce-MyAccount-content p {
font-size: 18px;
font-family: 'Poppins';
margin-top: 15px;
}
span.onsale{
display: none;
}
.yith-wcwl-icon.fa.fa-heart {
color: red;
}
.yith_wcwl_wishlist_footer .yith-wcwl-share{
display: none;
}
.wishlist-items-wrapper .product-name a {
font-family: 'Inter';
color: #000;
font-size: 18px;
}
.wishlist-items-wrapper
.wishlist-items-wrapper .product-price span ins {
margin-right: 8px;
text-decoration: none;
color: #000;  
}
.wishlist-items-wrapper .product-price span {
font-size: 16px;
display: flex;
justify-content: center;
flex-flow: row-reverse;
}
.wishlist-items-wrapper span.wishlist-in-stock {
font-size: 16px;
}
.wishlist-items-wrapper .product-add-to-cart a {
font-size: 16px;
margin-bottom: 0 !important;
}
.wishlist-items-wrapper .product-price span ins {
text-decoration: none;
margin-right: 6px;
color: #000;
}
ul.shop_table .item-details-table td {
font-size: 18px !important;
border: 1px solid #000 !important;
}
.wishlist_table.mobile li .additional-info-wrapper .product-remove {
text-align: center;
margin-top: 10px;
}
ul.shop_table .additional-info-wrapper td {
  font-size: 18px !important;
}
.wishlist_table.mobile li {
margin-bottom: 7px;
border: 1px solid;
padding: 10px;
}
.item-details-table .value span {
display: flex;
justify-content: center;
flex-flow: row-reverse;
}
.item-details-table .value span ins{
text-decoration: none;
margin-right: 5px;
color: var(--yel);
font-weight: 700;
}
div.product-add-to-cart a {
font-size: 17px;
color: var(--yel);
font-weight: 700;
}
.wishlist_table.mobile{
padding-left: 0;
}
.wishlist_table.mobile li .item-wrapper .item-details{
width: auto;
}

/* ------------ Testimonial ---------- */
#testimonial {
position: relative;
background-color: #fff;
padding: 60px 0;
}
#testimonial .owl-stage-outer {
padding: 18px 0;
}
#testimonial .test-item .img-main img{
border-radius: 15px;
width: 70px !important;
border: 4px solid #fff;
}
#testimonial .thumb-desig {
display: flex;
gap: 10px;
align-items: center;
}
#testimonial .test-rat{
display: flex;
flex-direction: row-reverse;
justify-content: flex-end;
align-items: center;
}
#testimonial .test-item{
padding: 30px 25px;
background-color: #F0F0F0;
border-radius: 20px;
display: flex;
gap: 15px;
box-shadow: 0px 1px 6px 0px rgba(255, 159, 13, 0.33);
}
#testimonial .quot-img .bag{
flex-basis: 100%;
position: relative;
z-index: 1;
}
#testimonial .quot-img .bag::after {
content: '';
background-color: var(--yel);
width: 50%;
height: 100%;
position: absolute;
bottom: 0;
top: 0;
z-index: -1;
left: 0;
right: 0;
margin: auto;
padding: 25px;
border: 4px solid #fff;
border-radius: 30px;
}
#testimonial .quot-img{
flex-basis: 12%;
display: flex;
align-items: center;
position: relative; 
}
#testimonial .quot-img::before {
content: '';
position: absolute;
width: 2px;
height: 95%;
background-color: #55554726;
left: 0;
right: 0;
top: 0;
margin: auto;
bottom: 0;
}
#testimonial .test-info {
  flex-basis: 85%;
}
#testimonial h3.main_heading{
color: #000;
font-size: 20px;
font-family: 'Quicksand';
margin: 0;
font-weight: 700;
line-height: normal;
letter-spacing: 0px; 
}
.testimonial-head p {
font-weight: 400;
color: var(--med);
font-size: 16px;
font-family: 'Mulish';
margin: 0% auto 3%;
}
#testimonial .testimonial-head{
position: relative;
}
#testimonial .two .name-date a {
font-family: 'Montserrat', sans-serif;
font-weight: 600;
font-size: 16px;
}
#testimonial .two .name-date span {
font-family: 'Montserrat', sans-serif;
font-weight: 500;
color: #151515;
}
div.test-info div.cont p {
color: var(--light);
font-family: 'Mulish';
font-size: 14px;
font-weight: 400;
line-height: 24px;
margin-top: 14px;
}
div.name-date a {
color: var(--dark);
font-family: 'Quicksand';
font-size: 20px;
font-weight: 600;
}
div.name-date a:hover {
  color: var(--yel);
}
div.name-date p {
color: var(--light);
font-size: 16px;
font-weight: 400;
margin: 0;
font-family: 'Mulish';
}
#testimonial .owl-nav {
text-align: center;
margin-top: 2%;
}
#testimonial .owl-dots{
display: none;
text-align: center;
margin-top: 15px;
}
#testimonial .owl-dots .owl-dot.active{
width: 10px;
height: 10px;
margin: 0px 5px;
border-radius: 50px;
background-color: var(--yel);
opacity: 1;
}
#testimonial .owl-dots .owl-dot{
width: 10px;
height: 10px;
margin: 0px 5px;
border-radius: 50px;
background-color: var(--yel);  
opacity: 0.7;
border: none;
}
.test-item .test-cont a {
color: #ffffff;
}
.test-item .test-body .test-cont{
padding: 10px;
}
.test-item .seller-star i.fas {
color: #FCD503;
font-weight: 600;
font-size: 18px;
}
.test-item .seller-star i.far {
font-weight: 600;
font-size: 12px;
}
.test-item .testimonial-content{
text-align: center;
}
.testimonial-content .media-body p {
color: #767676; 
font-family: 'Poppins';
font-size: 14px;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
padding: 0 5px;
margin-right: 20px;
}
#testimonial .media {
margin-bottom: 12px;
padding: 20px;
}
#testimonial .owl-nav button{
padding: 9px 15px;
margin: 0px 5px;
border-radius: 10px;
border: none;
background-color: #000;
color: #fff;
}
#testimonial .owl-nav button:hover{
background-color: var(--yel);
}
#testimonial .owl-nav button.disabled {
  background-color: #DCE7F2;
  color: #6E8DA0;
}
#testimonial .test-item:hover .quot-img .bag {
transition: .1s;
animation: pulse 1s infinite;
}

#testimonial_single .title {
color: #1E1E1E;
font-family: Quicksand;
font-size: 20px;
font-weight: 800;
margin: 10px 0px;
}
#testimonial_single .nav-links .meta-nav {
color: #030303;
font-family: Mulish;
font-size: 14px;
}
#testimonial_single .nav-links .post-title{
font-family: Mulish;
font-size: 14px;
color: var(--yel);
font-weight: 600;
}
  

/* Portfolio Page */
body.search-results span.blog-date a {
margin-left: 14px;
display: block;
}
body.search-results span.blog-date i {
margin-right: 6px;
} 


/* button CSS */  
.anime{
position: relative;
}
a.anime:hover {
background: #272727;
color: #c6fbff;
}
a.anime:after {
position: absolute;
content: "";
width: 100%;
height: 0;
top: 0;
left: 0;
z-index: 0;
border-radius: 0px;
background-color: #2727276b;
transition: all 0.3s ease;
border-radius: 10px;
}
a.anime:hover:after {
top: 0;
height: 100%;
}


/* ---------- Brands Section Start----------- */
#brands {
padding-bottom: 6%;
margin-top: -12%;
padding-top: 14%;
}
#brands .img-div {
border: 1px solid #9a999957;
}
#brands .img-div img {
padding: 10px 0px;
filter: brightness(0.3);
}
#brands .img-div img:hover{
filter: brightness(1);
}
#brands .smalls {
color: var(--yel);
font-family: Mulish;
font-size: 16px;
background: rgba(255, 159, 13, 0.10);
letter-spacing: 6px;
font-weight: 600;
line-height: 31.333px;
padding: 10px 20px;
border-radius: 40px;
margin-bottom: 10px;
display: inline-block;
}
#brands .head {
color: #FFF;
font-family: Quicksand;
font-size: 30px;
font-weight: 600;
margin-bottom: 0px;
}
#brands .para {
font-weight: 400;
line-height: 30px;
color: #DADADA;
font-family: Mulish;
font-size: 16px;
width: 87%;
}
#brands .a-brand {
font-family: Mulish;
font-size: 16px;
font-weight: 700;
color: #fff;
background-color: var(--yel);
padding: 14px 25px;
border-radius: 10px;
display: inline-block;
margin-top: 14px;
}
#brands .a-brand:hover{
background-color: #fff;
color: var(--yel);
}

/* ---------- Brands Section End ----------- */

/* ---------- Success Numbers Start ----------- */
#success .owl-item img {
margin: unset;
background-color: var(--yel);
padding: 8px;
border-radius: 50%;
width: 50% !important;
}
#success p.digit span {
color: #000;
font-family: Quicksand;
font-weight: 600;
font-size: 24px;
}
#success p.digit {
margin-bottom: 0px;
margin-top: 10px;
font-size: 24px;
font-weight: 600;
color: #000;
}
#success .owl-carousel {
padding: 40px 50px;
background-color: #fff;
border-radius: 15px;
box-shadow: 0px 1px 14px 0px rgba(119, 113, 113, 0.23);
}
.suc-text h6 {
font-family: Mulish;
font-size: 18px;
font-weight: 400;
color: #77776C;
}

/* ---------- Success Numbers End ----------- */

/* ---------- Team Section Start --------- */
#team .owl-nav, #team .owl-dots{
display: none;
}
#team .small-text {
font-family: Mulish;
font-size: 16px;
font-style: normal;
font-weight: 600;
letter-spacing: 6px;
color: var(--yel);
padding: 12px 20px;
width: fit-content;
border-radius: 40px;
background-color: #f5990e21;
text-align: center;
}
#team h3 {
color: #000;
font-family: Quicksand;
font-size: 30px;
font-weight: 600;
margin-top: 25px;
margin-bottom: 0px;
padding-bottom: 5px;
letter-spacing: 0px;
}
#team .team-box{
background-color: #F0F0F0;
padding: 18px 14px;
border-radius: 20px;
gap: 12px;
}
#team p.paragf {
color: #77776C;
font-family: Mulish;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 30px;
width: 95%;
}
#team .buttons {
margin-top: 40px;
}
#team .buttons i {
font-family: 'Font Awesome 5 Free';
font-weight: 600;
font-style: normal;
background-color: #000;
color: #fff;
padding: 15px 16px;
margin: 0px 4px;
cursor: pointer;
border-radius: 10px;
}
#team .buttons i:hover{
background-color: var(--yel);
}
#team .team-box img {
border-radius: 15px;
}
#team .main {
justify-content: space-between;
}
#team .content p {
margin-bottom: 0px;
margin-top: 10px;
font-family: Mulish;
font-size: 16px;
font-weight: 400;
line-height: 20px;
color: #292929;
}
#team .name-deisg a{
color: var(--dark);
font-family: Quicksand;
font-size: 18px;
font-weight: 600;
}
#team .name-deisg a:hover{
  color: var(--yel) !important;
}
#team .post {
font-family: Mulish;
font-size: 14px;
font-weight: 400;
color: var(--light);
}
#team .icons i.fa-facebook-f {
padding: 7px 10px;
}
#team .icons i {
padding: 7px;
background-color: #000;
color: #fff;
border-radius: 50%;
margin: 0px 4px;
}
#team .icons i:hover {
background-color: var(--yel);
}


/* ---------- Gallery Start --------- */
#gallery .head {
  font-family: Quicksand;
  font-size: 20px;
  color: #000;
  font-weight: 700;
  margin-bottom: 0px;
} 
#gallery .para {
color: var(--med);
font-family: Mulish;
font-size: 16px;
font-weight: 400;
line-height: 20px;
}
.gallery-container {
margin-top: 45px;
display: grid;
grid-template-columns: repeat(10, 1fr);
grid-template-rows: repeat(4, 100px);
grid-column-gap: 20px;
grid-row-gap: 20px;
}
.gallery-container .gallery-item:nth-child(1) {
grid-column-start: 1;
grid-column-end: 3;
grid-row-start: 3;
z-index: 2;
grid-row-end: 5;
}
.gallery-container .gallery-item:nth-child(2) {
grid-column-start: 1;
grid-column-end: 5;
text-align: center;
grid-row-start: 1;
grid-row-end: 5;
}
.gallery-container .gallery-item:nth-child(3) {
grid-column-start: 5;
grid-column-end: 7;
grid-row-start: 1;
grid-row-end: 3;
}
.gallery-container .gallery-item:nth-child(4) {
grid-column-start: 7;
grid-column-end: 11;
grid-row-start: 1;
grid-row-end: 3;
}
.gallery-container .gallery-item:nth-child(5) {
grid-column-start: 5;
grid-column-end: 7;
grid-row-start: 3;
grid-row-end: 5;
}
.gallery-container .gallery-item:nth-child(6) {
grid-column-start: 7;
grid-column-end: 9;
grid-row-start: 3;
grid-row-end: 5;
}
.gallery-container .gallery-item:nth-child(7) {
grid-column-start: 9;
grid-column-end: 11;
grid-row-start: 3;
grid-row-end: 5;
}
.gallery-container .gallery-item:nth-child(1) img{
border-bottom-left-radius: 15px;
border-top: 15px solid #fff;
border-right: 15px solid #fff;
}
.gallery-container div:nth-child(2) img{
border-top-left-radius: 15px;
border-bottom-left-radius: 15px;
}
.gallery-container .gallery-item:nth-child(7) img {
border-bottom-right-radius: 15px;
}
.gallery-container .gallery-item:nth-child(4) img {
border-top-right-radius: 15px;
}
.gallery-item:hover {
  opacity: 1;
}
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-content {
  font-size: .8em;
}

.lightbox {
  position: fixed;
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;              
  overflow: auto;
  top: 0;
  left: 0;
  z-index: 5;
}
.lightbox-content {
position: absolute;
width: 70%;
height: 78%;
margin: 8% auto;
left: 0;
right: 0;
top: 0;
bottom: 0;
}
.lightbox-content img {
  border-radius: 7px;
  box-shadow: 0 0 3px 0 rgba(225, 225, 225, .25);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lightbox-prev,
.lightbox-next {
position: absolute;
background-color: rgba(0, 0, 0, 0.8);
color: #fff;
padding: 10px 18px;
top: 45%;
cursor: pointer;
border-radius: 10px;
}
.lightbox-prev {
  left: 0;
}
.lightbox-next {
  right: 0;
}
.lightbox-prev:hover,
.lightbox-next:hover {
  opacity: .8;
}

/* ----------- Events Section ------------ */
#events {
padding: 80px 0;
}
.events-size{
max-width: 1320px;
margin: 0 auto;
}
#events .owl-dots {
display: none;
}
#events .owl-stage-outer{
padding-top: 5%;
}
.event-img{
position: relative;
}
.event-img > img{
border-radius: 15px;
}
.event-img::before {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
border-radius: 15px;
background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 20.5%, rgba(0, 0, 0, 0.69) 100%);
content: '';
z-index: 2;
}
.event-cont{
position: absolute;
bottom: 0;
z-index: 2;
width: 95%;
margin: 0 auto;
left: 0;
right: 0;
}
.event-cont .title {
color: #FFF;
font-family: Quicksand;
font-size: 17px;
font-weight: 700;
line-height: 25px;
margin-bottom: 6px;
}
.event-cont .content p {
color: #F4F4F4;
font-family: Mulish;
font-size: 14px;
font-weight: 400;
line-height: normal;
opacity: 0.8;
}
.event-cont .read a {
border-radius: 10px;
background: var(--yel);
padding: 10px 24px;
display: inline-block;
margin-bottom: 10px;
font-family: Mulish;
font-size: 16px;
color: #fff;
font-weight: 700;
}
.event-cont .read a:hover {
  color: #000;
}
div.attributes{
display: flex;
justify-content: space-between;
position: absolute;
top: 0;
width: 90%;
background-color: #fff;
padding: 8px 15px;
flex-wrap: wrap;
left: 0;
right: 0;
margin: 0 auto;
transform: translateY(-15px);
border-radius: 25px;
}
#events .owl-dots {
display: block;
text-align: center;
width: 20%;
margin: 50px auto 0;
background-color: #BDBDBD;
border-radius: 40px;
height: 12px;
position: relative;
bottom: 0;
z-index: -1;
}
#events .owl-dots .owl-dot{
background-color: #b49372;
width: 10%;
height: 12px;
position: relative;
bottom: 10px;
border-radius: 40px;
border: none;
}
#events .owl-dots .owl-dot.active{
background-color: var(--yel);
}
div.attributes > div{
display: flex;
align-items: center;
font-size: 10px;
gap: 5px;
font-family: 'Source Sans Pro';
font-weight: 600;
color: #727272;
}
.event-head h2 {
color: #FFF;
font-family: Quicksand;
font-size: 20px;
font-weight: 700;
margin-bottom: 0;
}
.event-head p {
color: #FFF;
font-family: Mulish;
font-size: 16px;
font-weight: 400;
opacity: 0.8;
}


/* ------ Single Cause Page ------- */
.single-cause {
margin-top: -15%;
}
.single-cause h1.cause-head{
font-family: Quicksand;
font-weight: 700;
color: var(--yel);
letter-spacing: 0px;
}
.single-cause .end-date {
background-color: #000000;
width: fit-content;
padding: 10px 12px;
color: var(--yel);
border-radius: 10px;
font-weight: 600;
font-family: 'Mulish';
transition: .1s;
animation: pulse 1s infinite;
}
.campaign-summary{
border: 1px solid #000;
margin: 4% 0 6%;
}
.campaign-summary .campaign-summary-item{
border-bottom: 1px solid #000;
font-family: 'Mulish';
text-transform: capitalize;
font-weight: 600;
}
.single-campaign .campaign-description {
margin-top: 25px;
}
.campaign-summary .campaign-figures .amount, .campaign-summary .campaign-raised .amount{
color: #EC9F05;
font-family: Mulish;
font-size: 20px;
font-weight: 900;
letter-spacing: 6px;
}
.single-cause .content_boxes p{
color: var(--gray);
font-family: Quicksand;
line-height: 28px;
font-size: 16px;
font-weight: 500;
}
.single-cause .content_page{
background-color: #f0f1f3;
margin: 10px 0;
border-radius: 10px;
padding: 30px;
}
.single-cause .meta-box-question{
color: var(--yel);
font-family: 'Poppins';
font-weight: 600;
font-size: 18px;
} 
p.logged-in-as {
  color: #000;
}
.campaign-summary .campaign-donation .donate-button{
font-family: Quicksand;
font-weight: 900;
font-size: 18px;
transition: 0.2s ease-in-out;
}
.campaign-summary .campaign-donation .donate-button:hover{
background-color: #000;
color: var(--yel);
letter-spacing: 6px;
}
.single-cause .navigation span.meta-nav{
color: var(--yel);
font-weight: bold;
}
.single-cause span.post-title{
color: #000;  
font-family: Mulish;font-weight: 600;
}

/* ------------- Single Events --------------- */
.events.row{
gap: 30px;
justify-content: space-between;
}
#single-events .events .left {
flex-basis: 42%;
}
#single-events .events .right {
flex-basis: 54%;
}
#single-events .events .left img, #single-events .row.meta-img img {
width: 100%;
border-radius: 15px;
}
#single-events .row.meta-img{
justify-content: center;
}
#single-events .row.meta-img .meta-img-one, #single-events .row.meta-img .meta-img-two{
flex-basis: 40%;
}

#single-events .meta-section{
padding: 0% 5%;
}
.meta-section .para-one{
margin-bottom: 5%;
font-family: 'Mulish';
font-weight: 500;
line-height: 28px;
}
.meta-section .para-two{
margin-top: 5%;
font-family: 'Mulish';
font-weight: 500;
line-height: 28px;
}
h1.title-eve {
font-family: Quicksand;
font-weight: 900;
} 
div.event-date {
font-family: 'Mulish';
color: #000;
font-weight: 700;
margin-bottom: 12px;
}
div.event-date span {
  font-weight: 600;
  color: var(--yel);
  font-family: 'Poppins';
}
.events .right .content p {
color: #555547;
font-family: Mulish;
line-height: 28px;
font-weight: 600;
text-indent: 50px;
text-align: justify;
}
.meta-section h3 {
color: #EC9F05;
font-family: Mulish;
font-weight: 800;
}

/* Causes Page */
#popular{
background-color: #F0F0F0;
}
.pop-head h1 {
margin-bottom: 3%;
font-weight: 900;
line-height: 52px;
font-family: 'Poppins';
color: #000;
}
.cause-card {
padding: 15px;
background-color: #e3e3e3;
border-radius: 10px;
transition: 0.3s ease-in-out;
}
.cause-card:hover {
box-shadow: 4px 4px 8px #EC9F05;
}
.cause-card .title a {
display: block;
margin: 10px 0px;
color: #1E1E1E;
font-family: Quicksand;
font-weight: 500;
font-size: 18px;
}
.cause-card .title a:hover{
color: var(--yel);
}
.cause-card .content {
color: #705f44;
font-family: Mulish;
font-weight: 400;
}
.cause-card .end-date {
margin-top: 10px;
color: #1E1E1E;
font-family: Quicksand;
font-weight: 900;
font-size: 16px;
}
.cause-card .end-date span {
font-weight: 500;
}
.main-navigation ul li ul .current-menu-item::after{
content: none;
}
