*{
  margin:0; 
  padding:0; 
  outline:none;
}
html body{
  margin:0; 
  padding:0; 
  -ms-word-wrap:break-word; 
  word-wrap:break-word; 
  background-color:#ffffff; 
  position:relative; 
  font-size: 15px;
  color: #6c6c6c;
  font-family: Inter;
  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%;
}
h3{
  margin:0;
  padding:10px 0;
  font-family: Pridi;
  color:#000000;
}
h1,
h2,
h4,
h5,
h6{ 
  margin:0;
  padding:10px 0;
  font-family: Pridi;
  color:#000000;
}
p{
  margin:0 0 15px; 
  padding:0;
  font-size:15px;
  font-weight:300;
  font-family: poppins;
  
}
p, ul li a{
  letter-spacing: 0px;
}
body a{
  text-decoration:none; 
  color:#0d5ef4;
}
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="number"],
input[type="date"],
input[type="phone"],input[type="password"],
textarea{
  border:1px solid #cfcfcf;
  font-size:16px;
  padding:10px 10px; 
  height:auto;
  border-radius: 5px;
  width: 100%;
  background: transparent;
}
section{
  background-size: cover;
  background-repeat: no-repeat;
}
select{
  width: 100%;
  padding: 6px;
}

label {
  font-size: 14px;
  line-height: 30px;
  color: #222222;
  width: 100%;
  font-weight: 600;
  font-family: "Poppins";
  padding-bottom:8px;
}

#header_navigation .search-form label{
 float: none;
}
input[type="submit"] {
  padding: 12px 30px;
  font-weight: 500;
  border-radius: 25px;
  color: #ffffff;
  border: none;
  background-color: #fd9a01;
}
#sidebar .widget_search input[type="submit"],input[type="submit"]  {
  padding: 12px 35px;
  font-weight: 600;
  border-radius: 0px;
  color: #ffffff;
  border: none;
  background-color: #2a2a44;
  border-radius:30px;
  font-size: 16px;
}

input[type="submit"]:hover{
  cursor: pointer;
    /*box-shadow: 0 0 0px 5px #ee851e;
    background-color:#ee851e;*/
}
textarea {
  height: 120px;
}
.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;
}

/*----------------------  index ---------------------------*/
.post-section {
    padding: 20px 0;
}
.postwrapper-box {
  border: 2px solid #eeeeee;
}

/*------------------Single Post -----------------*/

#single_post .post-slide{
  transform: translateY(0);
  transition: all 0.30s ease 0s;
}
#single_post .post-slide .post-img img {
    width: 100%;
}
#single_post .post-slide .post-img{
  position: relative;
  overflow: hidden;
}
#single_post .post-slide .post-img:before{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0,0,0.0);
  transition: all 0.40s linear 0s;
}
#single_post  span.post-date {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 20px;
}

#single_post .post-slide:hover .post-img:before{
  background: rgba(0, 0,0,0.6);
}
#single_post .post-slide:hover .post-img:before{
  top:0;
  left:0;
  background: rgb(73 44 30 / 39%);
}
#single_post .post-slide .post-review{
  border-top: none;
  padding: 25px 0px;
  background: #fff;
  position:relative;
}
#single_post .post-slide .post-bar{
  padding: 0;
  list-style: none;
  margin: 0;
}
#single_post .post-slide .post-bar li{
  display:inline-block;
  font-size:16px;
  color:#555;
  margin-right:20px;
  text-transform: capitalize;
}
#single_post .post_btn a.postbtn:hover{
  background: #fd9a01;
  color:#fff;
}
#single_post .post_btn a.postbtn {
    font-size: 18px;
    color: #fd9a01;
    font-weight: 500;
    padding: 10px 23px;
    border: 1px solid #fd9a01;
}
#single_post .post-slide .post-bar li i{
  color:#fd9a01;
  margin-right:8px;
}
#single_post .post-slide .post-title a {
  color: #fd9a01;
  font-weight: bold;
  font-size: 22px;
}
#single_post .post-slide .post-description{
  font-size:15px;
  line-height:21px;
  color:#808080;
  margin-bottom: 0;
}
#single_post .post-slide .author{
  font-size:15px;
  line-height:21px;
  color:#808080;
  margin-bottom: 0;
}
#single_post .post-slide .comment{
  font-size:15px;
  line-height:21px;
  color:#808080;
  margin-bottom: 0;
}
/*------------------ About Page -----------------*/
.about-box .contact_bg{
  height:150px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.about-box .heading_box{
  position: absolute;
    width: 82%;
    left: 0px;
    bottom: 0px;
    margin: 0 auto;
    right: 0px;/*
    padding: 160px 0px 50px 0px;*/
    margin: 0 auto;
}
.about-box .heading_box h2{
  color:#fff;
  letter-spacing: 1px;
  line-height: 1.4rem;
  font-size: 2.5rem;
  font-weight:500;
}
.about-left-box{
  font-family: 'Poppins',sans-serif;
}
.about-left-box h3{
  color: #fd9a01;
  font-size: 2rem;
  line-height: 1.2;
}
.about-left-box p{
  color:#2a2a44;
  font-size: 15px;
  line-height: 1.9rem;
  font-weight:400;
}
/*------------------ Service page -----------------*/
.service-page{
  margin-top:50px;
  margin-bottom:5em;
}
.service-page .service-image{
  /*position: relative;*/
  width:100%;
  height:100%;
  text-align: left;
  border-radius: 3px;
  background-color:#fff;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);

}
.service-page .service-image span.author{
  width:50px;
  height:50px;
  border-radius: 50%;
  display: inline-block;
  margin-right:20px;
}
.service-page .service-image span.author img{
  width:100%;
  height:100%;
  border-radius: 50%;

}
.service-page .service-image span.title{
  font-size: 1.2rem;
  color:#fff;
  font-weight:700;
}
.service-page .service-image img{
  position: relative;
  width:100%;
  height:100%;
  object-fit: cover;
  background-image:no-repeat;
  background-size: cover;
  background-position: center;
}
.service-page .inner-div{
  position: relative;
}
.service-page .inner-img{
  width:100%;
  height:250px;
  object-fit: cover;
}
.service-page .inner-img img{
  width:100%;
  height:100%;
  object-fit: cover;
  background-image:no-repeat;
  background-size: cover;
  background-position: center;
}
.service-page .inner-div .overlay{
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color:rgba(42,42,68,0.6);
}
.service-page .service_content{
  /*position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color:rgba(42,42,68,0.6);*/
}
.service-page .top-content{
  background-color:transparent;
  padding:20px 20px;
  /*padding-bottom:50px;*/
  position: relative;
  padding-top: 44%;
}
.service-page .bottom-content{
  background-color:#fff;
  padding: 30px 20px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}
.service-page .test-image{
  transition: all .3s ease-in-out;
}
.service-page .readmore{
  border-bottom: 2px solid #fd9a01;
  color:#252525;
  font-family: 'Poppins',sans-serif;
  font-size:16px;
  text-align: left;
  font-weight:500;
}
.service-page .service-providetext{
  font-size: 1.2rem;
  font-weight: 700;
  font-family: 'Open Sans',sans-serif;
  color:#252525;
  line-height: 1.5;
}
.service-page .content p{
  font-size:16px;
  color:#595959;
  font-weight:400;
  line-height: 1.5;
  font-family: 'Poppins',sans-serif;
}
.service-page a.readmore
/*.service-page .service-image:hover .test-image{
 
   transform: scale(1.1);
}*/

/*.service-page .service_content:hover .bottom-content{
  background-color:transparent;
}
.service-page .service_content:hover .top-content{
  padding-top: 0px;
  padding-bottom:70px;
  transition: 3s;
   transform-origin: top left;
}*/
/*------------------ Contact Page -----------------*/

.contact_bg{
  background-size:cover;
  background-repeat: no-repeat;
}

  .contact-box .contact-email,.contact-box .contact-address ,.contact-box .contact-phone{
    background: #fff;/*
    padding: 33px 70px;*/
    border-radius: 0px;
  }
  .contact-phone i{
      color:#2a2a44;
      font-size: 2rem;
  }
  .contact-phone .c_content{
    color:#252525;
    font-weight: 500;
    font-size:22px;
  }
  .contact-phone .add-text{
    color:#999;
    font-family: 'Poppins',sans-serif;
    font-size:16px;
    padding-right:30px;
  }
  .contact-phone .add-text a{
    color:#999;}
  .contact_bg {
    height: 400px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .heading_box {
    position: absolute;
    width: 34%;
    left: 0px;
    bottom: 60px;
    margin: 0 auto;
    right: 0px;
  } 
  .contact_details i{
    background: rgb(255 255 255 / 49%);
    width: 65px;
    color: #2a2a44;
    height: 65px;
    border-radius: 40px;
    text-align: center;
    position: relative;
    padding: 19px;
    font-size: 24px;
  }

  .heading_box p {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    font-family: 'Open Sans',sans-serif;
    letter-spacing: 1px;
  }
  .heading_box {
    padding: 160px 0px 50px 0px;
    margin: 0 auto;
    width: 55%;
  }

  .heading_box h3{
    font-size: 70px;
    line-height: 60px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    position: relative;
    padding: 15px 0; 
    letter-spacing: 1px;
    font-family: 'Poppins',sans-serif;

  }
  .contact_details p {
    color: #ffffff;
    font-weight: 500;
    font-size: 13px;
  }
  .contact_details span {
    font-size: 25px;
    line-height: 32px;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    margin: 0 auto;
  }
  .ccontact_form h3{
    font-size: 40px;
    line-height: 35px;
    color: #252525;
    font-weight: 400;
    position: relative;
    padding: 15px 0;
  }
  .contact-left-box p{
    font-size: 16px;
    line-height: 1.5rem;
    color:#999;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 55px;
    padding-right:20px;
  }

   input[type="text"],
   input[type="email"],
   input[type="url"],
   input[type="password"], 
   input[type="search"], 
   input[type="number"], 
   input[type="tel"], 
   input[type="range"], 
   input[type="date"], 
   input[type="month"], 
   input[type="week"], 
   input[type="time"],
   input[type="datetime"], 
   input[type="datetime-local"],
   input[type="color"], 
   textarea, 
   input[type="file"], 
   select, 
   input[type="text"]::placeholder, 
   input[type="email"]::placeholder, 
   input[type="url"]::placeholder, 
   input[type="password"]::placeholder, 
   input[type="search"]::placeholder, 
   input[type="number"]::placeholder, 
   input[type="tel"]::placeholder, 
   input[type="range"]::placeholder, 
   input[type="date"]::placeholder, 
   input[type="month"]::placeholder,  
   input[type="week"]::placeholder, 
   input[type="time"]::placeholder, 
   input[type="datetime"]::placeholder,
   input[type="datetime-local"]::placeholder,
   input[type="color"]::placeholder, 
   textarea {
    color: #999;
}
.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: #bfbfbf;
  border-radius: 0px;
  box-shadow: none;
  border:2px solid #cccccc;
  background-color: transparent;
}
.contact-box .wpcf7 input[type="text"], .contact-box .wpcf7 input[type="email"],.contact-box .wpcf7 input[type='number'],.contact-box .wpcf7 input[type='tel'],.contact-box .wpcf7 textarea {
  font-size: 15px;
  padding: 10px 10px;
  margin: 0 0px 11px 0;
  height: auto;
  border:1px solid #f1f1f1;
  background-color: #f1f1f1 ;
  font-weight:500;
}
.contact-box textarea{
  margin: 0 0px 30px 0;
}
.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;
  margin-top: 20px;
}

#appoinment input[type="text"],
#appoinment input[type="email"], 
#appoinment input[type="url"], 
#appoinment input[type="password"], 
#appoinment input[type="search"], 
#appoinment input[type="number"], 
#appoinment input[type="tel"], 
#appoinment input[type="range"], 
#appoinment input[type="date"], 
#appoinment input[type="month"], 
#appoinment input[type="week"], 
#appoinment input[type="time"], 
#appoinment input[type="datetime"], 
#appoinment input[type="datetime-local"], 
#appoinment input[type="color"], 
#appoinment textarea, 
#appoinment input[type="file"], 
#appoinment select,
#appoinment input[type="text"]::placeholder, 
#appoinment input[type="email"]::placeholder, 
#appoinment input[type="url"]::placeholder, 
#appoinment input[type="password"]::placeholder, 
#appoinment input[type="search"]::placeholder, 
#appoinment input[type="number"]::placeholder, 
#appoinment input[type="tel"]::placeholder, 
#appoinment input[type="range"]::placeholder, 
#appoinment input[type="date"]::placeholder, 
#appoinment input[type="month"]::placeholder, 
#appoinment input[type="week"]::placeholder, 
#appoinment input[type="time"]::placeholder, 
#appoinment input[type="datetime"]::placeholder, 
#appoinment input[type="datetime-local"]::placeholder, 
#appoinment input[type="color"]::placeholder, 
#appoinment textarea{
  color: #636363;
}

.contct-shortcode{
  box-shadow: 0 3px 20px 5px rgb(0 0 0 / 12%);
  padding: 60px 40px 60px 40px;
  margin-top: 20px;
}

.contact-box .wpcf7 textarea{
  height:59px;
}

/*---------------- Banner ----------------------*/
.inner_banner img, .title-box img {
    width: 100%;
}
.title-box{
  height: 400px !important;
  position: relative;
}
.main_title {
  margin-top: 20px;
}
.banner-heading {
 /* position: absolute;*/
  bottom: 0px;
  width: 100%;
  left: 0px;
  right: 0px;
}
.main_title h1{
  padding-top: 20px;
  margin-bottom: 22px;
  font-size: 36px;
  color: #2d3b3e;
  font-weight: bold;
}

/* --------- Blog Page ------- */

.postbox-content .post-text
{
  font-size: 18px;
  color: #8fa3aa;
  font-family: " Sans Pro";
  line-height: 28px;
}
.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;
}
.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;
}
#comment-nav-above .nav-links {
  width: 100%;
  float: left;
  margin-bottom: 17px;
}




/* ----------------------- POST---------------------- */

.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:30px 0;
  font-weight: 500;
  font-size: 1.2rem;
  color:#00457c;
}
.bradcrumbs a{
  background:transparent; 
  color:#fd9a01;
 /* padding:5px 15px;*/
  margin-right:5px;
  font-weight: 500;
  font-size: 1.2rem;
  padding: 5px 0px 0px 20px;
}

.bradcrumbs span{
  background:transparent; 
  color:#00457c;
  font-weight: 400;
  font-size: 1.2rem;
  /*padding:5px 15px;*/
}



/*------------------ Comments BOX ------------------*/

div#comments {
    background: #f4f5f6;
    padding: 3rem 3rem 2rem 3rem;
}
#respond {
    border: 1px solid #dedede;
    padding: 1.5rem 2rem;
    border-radius: 0;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
#respond p.form-submit {
    text-align: end;
}
#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 input[type="url"], 
#comments input[type="password"],
#comments input[type="search"], 
#comments input[type="number"], 
#comments input[type="tel"],
#comments input[type="range"],
#comments input[type="date"], 
#comments input[type="month"], 
#comments input[type="week"], 
#comments input[type="time"], 
#comments input[type="datetime"], 
#comments input[type="datetime-local"], 
#comments input[type="color"], 
#comments textarea, 
#comments input[type="file"], 
#comments select, 
#comments input[type="text"]::placeholder, 
#comments input[type="email"]::placeholder, 
#comments input[type="url"]::placeholder, 
#comments input[type="password"]::placeholder, 
#comments input[type="search"]::placeholder, 
#comments input[type="number"]::placeholder, 
#comments input[type="tel"]::placeholder, 
#comments input[type="range"]::placeholder, 
#comments input[type="date"]::placeholder, 
#comments input[type="month"]::placeholder, 
#comments input[type="week"]::placeholder, 
#comments input[type="time"]::placeholder, 
#comments input[type="datetime"]::placeholder, 
#comments input[type="datetime-local"]::placeholder, 
#comments input[type="color"]::placeholder, 
#comments textarea {
    color: #222222;
}
#comments input[type="text"],
#comments input[type="email"]{
  padding:12px 10px; 
  font-size:18px;
  background: #ffffff;
}
#comments textarea:hover ,#comments input[type="text"]:hover,
#comments input[type="email"]:hover{
  border: 1px solid #fd9a01;
  border-radius: 5px;
}
#comments textarea {
    height: 150px;
    background-color: #ffffff;
    border-color: #f1f1f1;
    border: 1px solid #cfcfcf;
    border-radius: 5px;
}
#comments input[type="submit"].submit {
  background: #fd9a01;
  color: white;
  border: unset;
  font-weight: 600;
  padding: 10px 20px;
  font-family: 'Poppins';
}
#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;
}

/*--------------- Sidebar -----------------*/
/* Sidebar */

#sidebar h3, #sidebar h2 {
  color: rgb(0, 0, 0);
  font-family: inherit;
  position: relative;
  margin-bottom: 1.25rem;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
#sidebar h3::before, #sidebar h2::before {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background: #fd9a01;
  position: absolute;
  bottom: 10px;
}
#sidebar h3::after, #sidebar h2::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: rgb(223, 221, 222);
  margin-top: 7px;
}
#sidebar .tagcloud a:hover{
  background:#fd9a01;
  color: #ffffff;
}
#sidebar .tagcloud a {
    font-size: 18px !important;
    color: #fd9a01;
    background: #e5e8eb;
    margin: 0px 3px;
    padding: 4px 10px 6px 10px;
  }
 
#sidebar .woocommerce-product-search button[type="submit"] {
    border-color: transparent;
    color: rgb(255, 255, 255);
    background: #fd9a01;
    padding: 6px 12px;
    position: relative;
    right: 0px;
    margin-left: 0;
}
#sidebar form{
 text-align: center;
}
#sidebar .serach-page input[type="search"],input.search-field {
    padding: 10px 10px;
    font-size: 15px;
    margin-bottom: 10px;
    color: #6c6c6c;
    border: solid 1px #e1e1e1;
    width: 100%;}
#sidebar input[type="search"]::placeholder{
  color: rgb(84, 83, 83);
}
#sidebar input[type="search"]:hover, input.search-field{
  border: 1px solid #fd9a01;
}
#sidebar input[type="search"] {
  background: #ffffff;
  padding: 12px 10px;
  border: none;
  font-size: 15px;
  color: rgb(84, 83, 83);
  width: auto;
  font-family: 'Poppins';
  font-weight: 400;
}
#sidebar .widget_search button[type="submit"] {
  border-color: transparent;
  color: rgb(255, 255, 255);
  background: #fd9a01;
  padding: 6px 12px;
  position: relative;
  right: 0px;
  margin-left: 0;
}
#sidebar .search-form label ,.search-form label{
    margin-bottom: 0.5rem;
    width: 64%;
    float: left;
}
#sidebar aside {
    margin-bottom: 30px;
    padding: 25px 30px 30px;
    background: #f4f5f6;
}
div#tab-description {
    display: block !important;
}

/***********single product**********/

#contentwoocom .price span {
  color: #fd9a01;
}
#contentwoocom button.single_add_to_cart_button.button.alt{
  background: #fd9a01;
}
#contentwoocom .tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button{
  margin-top: 0px;
}

#contentwoocom .woocommerce-breadcrumb{
  margin: 16px 0 16px 0 ;
 }
#contentwoocom button.single_add_to_cart_button.button.alt{
  padding: 12px 16px;
}
#contentwoocom .quantity input[type="number"]{
  padding :7px 10px;
}
/*******************************/
#sidebar ul li a {
  color: #1a1a1a;
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 15px;
  line-height: 2.5;
  margin-bottom: 17px;
}
#sidebar .widget_archive ul li {
  list-style: none;
  list-style-position: inside;
}
#sidebar .widget_categories ul li ,#sidebar .widget_pages  ul li,#sidebar .widget_meta ul li,#sidebar .widget_nav_menu ul li,#sidebar .widget_product_categories ul li {
  list-style: none;
  list-style-position: inside;
}
#sidebar ul {
 list-style: none;
 margin: 0;
 padding: 0;
 font-size: 17px;
}
/*------------- Title Banner -----------------*/
.title-box h1 {
  color: #fff;
  font-size: 40px;
  text-align: center;
  position: relative;
  text-transform: capitalize;
  z-index: 2;
}
.title-box a{
  font-weight: 600;
}
.title-box span {
    color: #fff;
    font-weight: 600;
}
.title-box{
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
}
.middle-content {
  padding-bottom: 20px;
}
.title-box {
    display: flex;
    align-items: center;
}
.blue { 
  background: rgb(255 255 238 / 60%);
  position: absolute;
  z-index: 2;
  width: 100%;
 /* height: 250px;*/
  opacity: 0.5;
}
.title-box{
  background-image:none!important;
  background-color:#000 !important;
}

/*---------------- Pagination ----------------*/

.navigation_pagination {
  margin: 50px 0;
  text-align: center;
}
.navigation_pagination span.page-numbers.current {
  background: #fd9a01;
  border: 1px solid #fd9a01;
  color: #fff;
}
.navigation_pagination a, .navigation_pagination span {
  border-radius: 5px;
  border: 1px solid #fd9a01;
  background: #fff;
  margin: 0 1px 0 0;
  display: inline-block;
  line-height: 1.2em;
  text-decoration: none;
  color: #fd9a01;
  padding: 10px 14px;
  margin-right: 8px;
  transition: all 0.5s ease;
  cursor: pointer;
}
.navigation_pagination a.page-numbers:hover {
  background: #fd9a01;
  color: #fff;
}


.middle-content ul li::marker{
color:#000;
}
.middle-content ul li {
  list-style-position: inside;
  padding: 10px;
  margin-bottom: 10px;
}

.middle-content ul li a{
  color: #000000;
  font-weight: 500;
}

/* ------------- Category --------------------*/

.category-page h4{
  text-align: left !important;
}
ul.post-categories {
  list-style: none;
  margin: 0;
}
ul.post-categories a {
  color: #333333;
}

/*-------------- Single post content ---------------*/

.feature-box img {
  /*width: 100%;*/
  width: auto;
}
.comment-form-cookies-consent label{
  font-weight: 400;
}
.content_boxes .entry-date, .entry-author a, .entry-comments {
  font-family: 'Poppins';
  font-size: 15px;
  color: black;
  text-decoration: none;
}
.content_boxes .metabox i{
  color:#fd9a01;
}
.single-post-content p {
    color: #2e2e30;
    font-family: 'Poppins';
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 400;
    line-height: 25px;
    text-decoration: none;
}
p.social_share a i:hover{
  background: #f4f5f6;
  color: #fd9a01;
}
p.social_share a i {
  padding: 9px 10px;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  font-size: 16px;
  color: #fff;
  background: #fd9a01;
}
.post_ctg {
  display: flex;
}
.post_tag {
    padding: 10px 0px !important;
}
.post_tag a:hover{
    color: #000;
}
.post_tag a {
    font-size: 18px !important;
    color: #fd9a01;
    margin: 0px 3px;
    padding-top: 10px;
}
.post_ctg span, .post_ctg ul a {
    font-family: 'Poppins';
    color: black;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}
.nav-previous a, .nav-next a {
  text-decoration: none;
  color: #53514e;
  width: 100%;
  letter-spacing: 1px;
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 14px;
}



/* ----------- Unit Testing ------------- */

.outer_dpage table
{
  text-align: center;
}
.outer_dpage table th
{
  text-align: center;
}

/****************services**************/
.services-box .services_bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.services-box img.service {
    width: 100%;
    border-radius: 30px;
}
.services-box h4 {
    font-size: 13px;
    color: #fd9a01;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2.5px;
}
.services-box h5 {
    font-size: 45px;
    font-weight: 700;
    color: #000;
}
.services-box p {
    font-size: 16px;
    font-weight: 400;
}
.services-box .service_mainbox i {
    font-size: 35px;
    color: #fd9a01;
}
.services-box  h6 {
    font-size: 35px;
    font-weight: 700;
    color: #fd9a01;
}
.services-box .content2 ul li{
   list-style: none;
}
.services-box .content2 ul {
    padding: 25px 25px;
    background: #f7f7f7;
    border-radius: 10px;
}
.services-box .content2 ul li span i{
  font-size: 15px;
  color: #fd9a01;
}
#sidebar .search-form label, .search-form label{
  width:100%;
}
.content_page .nav-links{
  margin-bottom:40px;
}

  
#our_causes_page .causes_box,#upcoming-events-page .upcoming-right-content{
  border: 0.5px solid #333;
  padding: 20px;
  box-shadow: 2px 2px 6px #00000029;
}
#our_causes_page,#upcoming-events-page{
  padding: 60px 0px;
}


