:root {
  --white: #ffffff;
  --offwhite: #f7f7f7;
  --black: #000000;
  --black1: #222222;
  --rozered:#f33e4a;
  --lightorange:#f47722;
  --azureblue:#369be4;
  --lightcyan:#f3fbfe;
  --lightcyan1:#e2ecf0;
  --rozered1:#f33f4b;
  --rozered2:#e22b25;
  --black3: #121212;
  --orange:#f37722;
  --lightorange1:#f3e0d2;
  --offgray:#a9a9a9;
  --lightgray1:#948f8f;
  --Sumgray:#cccccc;
  --Sumgray1:#efefef;
  --box-shadow1:#33333321;
  --mediumgreen:#b3b5b3;
  --transparent: transparent;
}
:root {
  --common-font-body: Poppins,sans-serif;
  --source-saun-font: "Source Sans Pro";
}
/*-------------------------Contact Details------------------------*/
#contact-details .social-icons.mt-2{
  margin-top:.2rem !important;
}
#contact-details .sec_innerbox ul li.mr-2{
  margin-right:2rem !important;
}
section#contact-details{
  background-color: #c4b12d;
}
#contact-details span.hi_phone, #contact-details span.hi_mail{
  font-size: 16px;
}
span.hi_phone, span.hi_mail{
  font-size: 18px;
}
.hi_phone i, .hi_mail i{  
  background-color: #5f5406;
  padding: 12px;
  margin-right: 12px;
  color: #ffffff;
}
.hi_phone i:after, .hi_mail i:after{
  border-left-color: #5f5406;
  margin-left: 12px;
}
.socialbox .vwsmp_front a:hover{
  background-color: #5f5406;
  border-color: #5f5406;
}
.socialbox .vwsmp_front a{
  background:transparent;
  margin-bottom:0px;
  padding: 6px 7px;
  color: #ffffff;
  border:1px solid #ffffff;
  margin-right: 5px;
  font-size:15px;
}
#contact-details .sec_innerbox ul{
  margin-bottom:0px;
}
/*------------------------- About us-----------------------------*/
#about .section-heading h3,#course .section-heading h3,#awesome_feature .section-heading h3,#section_gallery .section-heading h3,#plans_pricing .section-heading h3,#latest_post .section-heading h3{
  font-size:26px;
  margin-bottom:0px;
}
#team .section-heading h3,#faqvideo .section-heading h3{
  font-size:26px;
}
#about {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-color: #fefefe;
}
.about-heading img{
  text-align: right;
}
.about-content p {
  padding: 10px 0;
  font-size: 16px;
  line-height: 30px;
  margin: 0;
}
.about-content p.description{
  font-size:14px;
}
#about .li_content p{
  padding:0px;
  font-weight:400;
}
.about_img img {
    width: 100%;
}
.about-content {
  margin-right: 20px;
}
h4.subheading {
  color: #858585;
}
.about-contact {
  padding: 15px;
  background: #fff;
  position: absolute;
  top: -113px;
  box-shadow: 0px 6px 5px 6px #e1e1e1;
}
.about-contact input[type="text"], .about-contact input[type="tel"], .about-contact input[type="email"], .about-contact input[type="phno"], .about-contact input[type="password"], .about-contact textarea, .about-contact select {
  border: 1px solid #cccccc;
  font-size: 16px;
  padding: 10px 10px;
  margin-bottom: 20px;
  height: auto;
  width: 100%;
  background: transparent;
  color: #6c6c6c;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
p.subtext{
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
}
.read_more{
  color: #c4b12d;
}
.read_more i{
  width: auto;
  padding-left: 5px;
}
.about-contact input.wpcf7-form-control.wpcf7-submit:hover {
  background-color: #040404;
}
/*------------------------- Awesome Features -----------------------------*/
.awesome-box h4.awesome-title{
  font-size: 20px;
  color: #ffffff;
}
.awesome-box .awesome-description{
  font-size: 15px;
}
.awesome-box{
  position:relative;
  overflow: hidden;
  text-align:center;
}
.awesome-box img{
  width:100%;
  height: auto;
}
.awesome-box .awesome-icon{
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  opacity:1;
  transition: all 0.50s ease 0s;
}
.awesome-box:hover .awesome-icon{
  opacity:0;
}
.awesome-box .post{
  position: absolute;
  right: 0;
  bottom: 0;
  height: 70px;
  width: 70px;
  display: inline-block;
  padding: 22px 25px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  background:rgba(196,177,41,0.8);
  opacity: 1;
  transform: translateX(0px) skewX(0deg);
  transition: all 0.60s ease 0s;   
}
.awesome-box:hover .post{
  opacity:0;
  transform: translateX(50%)skewX(-50deg)
}
.awesome-box .awesomebox-content{
  position:absolute;
  width: 100%;
  height: 100%;
  padding:0;
  margin:0;
  bottom:-319px;
  transition: all 1s ease 0s;
}
.awesome-box:hover .awesomebox-content{
  bottom:0;
}
.awesome-box .awesomebox-content{
  padding:20px;
  color:#fff;
  font-size:20px;
  background:rgba(196,177,41,0.8);
  text-align: left;
} 
/*------------------------- Gallery ------------------------*/
#section_gallery .media {
  max-width: 300px;
  margin: 0 auto;
}
.icon_overlay i {
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background-color: #c4b12d;
  padding: 20px 20px;
}
.view_more {
  background-color: #c4b12d;
  padding: 40px;
  text-align: center;
}
.view_more a {
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 18px 20px;
  font-size: 14px;
  font-weight: bold;
  background-color: #3a393e;
  border-radius: 0;
  display: inline-block;
  cursor: pointer;
  transition: all ease-in-out 300ms;
  border: 1px solid #ffffff;
}
/*------------------------- Pricing Plans ------------------------*/
.pricingTable{
  border: 1px solid #e7e7e7;
  text-align: center;
  padding: 0 30px 30px;
  transition: all 0.5s ease 0s;
  background-color: #fff;
}
.pricingTable:hover{
  border: 1px solid #c4b12d;
}
.pricingTable .pricingTable-header{
  width: 210px;
  background: #c4b12d;
  color: #fff;
  margin: -15px auto 50px;
  padding-top: 35px;
  position: relative;
}
.pricingTable .pricingTable-header:before{
  content: "";
  border-width: 0 0 15px 10px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #c4b12d;
  position: absolute;
  top: 0;
  left: -10px;
}
.pricingTable .pricingTable-header:after{
  content: "";
  border-width: 15px 0 0 10px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #c4b12d;
  position: absolute;
  top: 0;
  right: -10px;
}
.pricingTable .heading{
  font-size: 22px;
  font-weight: 800;
  margin: 5px 0;
  text-transform: uppercase;
  position: relative;
  color: #ffffff;
}
.pricingTable .heading:after{
  content: "";
  border-width: 38px 105px 0;
  border-style: solid;
  border-color: #c4b12d rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  position: absolute;
  bottom:-125px;
  left: 0;
}
.pricingTable .price-value{
  font-size: 35px;
  font-weight: bold;
}
.pricingTable .monthly-value{
  font-size: 20px;
  margin-bottom: 0;
}
.pricingTable .pricing-content ul{
  list-style: none;
  padding: 0;
  margin: 0 0 25px 0;
}
.pricingTable .pricing-content ul li{
  font-size: 17px;
  color: #6c6c6c;
  line-height: 40px;
  border-bottom: 1px dashed #eee;
}
.pricingTable .pricingTable-signup{
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  color: #040404;
  text-transform: capitalize;
  border: 1px solid #040404;
  padding: 10px 40px;
  transition: all 0.5s ease 0s;
}
.pricingTable .pricingTable-signup:hover{
  border: 1px solid #c4b12d;
  background-color: #c4b12d;
  color: #ffffff;
}
/*------------------------- Our Records -----------------------------*/
#our_records h3{
  border-right: none;
  margin: 0;
}
.record_listing {
  display: inline-block;
  width: 100%;
  padding: 11px 11px;
  margin: 0;
}
#our_records {
  padding: 50px 0;
  background-size: 100% 100%;
}
#our_records .counter-icon {
  text-align: left;
}
#our_records h4 {
  font-size: 34px;
  color: #ffffff;
  font-weight: bold;
  line-height: 34px;
  padding: 0;
}
#our_records p {
  font-size: 14px;
  color: #ffffff;
}
#our_records button:focus {
  outline: inherit !important;
}
#our_records .counter_inner {
  margin-bottom: 20px;
}
ul.record_listing li {   
  list-style: none;
}
.record-box-outer{
  position: relative;
}
.record-box {
  background-color: #ffffff;
  position: absolute;
  bottom:0;
}
li.record-box-icon i{
  color: #c4b12d;
  font-weight: bold;
  font-size: 40px;
}
li.record-count {
  color: #5f5406;
  font-size: 40px;
  font-weight: bold;
}
li.record-text{
  font-size: 16px;
  color: #000000;
  font-weight:600;
}
/*--------------------Video Section----------------*/
/* Outer */
.popup {
  width:100%;
  height:100%;
  display:none;
  position:fixed;
  top:0px;
  left:0px;
  background: rgba(0, 0, 0, 0.77);
  z-index: 9999;
}
/* Inner */
.popup-inner {
  max-width:1000px;
  width:90%;
  position:absolute;
  top:50%;
  left:50%;
  -webkit-transform:translate(-50%, -50%);
  transform:translate(-50%, -50%);
  box-shadow:0px 2px 6px rgba(0,0,0,1);
  border-radius:3px;
}
/* Close Button */
.popup-close {
  width:30px;
  height:30px;
  padding-top:4px;
  display:inline-block;
  position:absolute;
  top:0px;
  right:0px;
  transition:ease 0.25s all;
  -webkit-transform:translate(50%, -50%);
  transform:translate(50%, -50%);
  border-radius:1000px;
  background:rgba(0,0,0,0.8);
  font-family:Arial, Sans-Serif;
  font-size:20px;
  text-align:center;
  line-height:100%;
  color:#fff;
}
.popup-close:hover {
  -webkit-transform:translate(50%, -50%) rotate(180deg);
  transform:translate(50%, -50%) rotate(180deg);
  background:rgba(0,0,0,1);
  text-decoration:none;
}
.adopt_outer {  background: #f33e17;}
.over_video{  position: relative;}
.over_video img {  width: 100%;}
.ps_video {
  position: absolute;   
  border-radius: 0;
  right: 0;
  bottom: 0;
}
.ps_video i {
  color: #ffffff;
  font-size: 22px;
  padding: 17px 19px;
  border-radius: 0;
  text-align: center;
  background-color: #c4b12d;
  cursor: pointer;
}
.head-inner.text-center {
  max-width: 700px;
  margin: 0 auto;
  width: 100%;
}
/*------------------Latest Post -----------------*/
.latest_post_text span {
  color: #000000;
  font-weight: bold;
}
#latest_post .about-heading {  padding: 0;}
.latest_post_text i{
  color: #c4b12d;
  font-weight: bold;
}
#latest_post .postbox-content {
  padding: 15px;
  position: absolute;
  bottom: 18px;
  color: #fff;
}
.post_thumb {  position: relative;}
h4.latest_post_name a {    font-weight: bold;}
.tags{
  padding: 25px 0 15px;
  text-transform: uppercase;  
}
.tags a{
  text-transform: capitalize;
  border: solid 1px #66686b;
  padding: 3px 15px;
  border-radius: 15px;
  color: #66686b;
  margin: 2px 5px;
  display: inline-block;
}
.discover-btn {
  border-left: solid 5px;
  border-color: #c4b12d;
  margin: 20px 0 0;
}
.discover-btn a {
  color: #002b46;
  font-size: 16px;
  font-weight: bold;
  padding-left: 10px;
}
.discover-btn a:hover {  color: #c4b12d;}
/* --------- SLIDER--------- */
#slider{ 
  max-width:100%; 
  margin:auto; 
  padding:0; 
  position:relative;
}
#slider img {
  width: 100%;
}
.slide_next_image img{
  width: auto !important;
  height: 100%;
}
#slider h2 {
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0;
}
#slider p {
  color: #ffffff;
  font-weight: 300;
  /*margin: 15px 0 15px 0;*/
  margin: 0px 0 15px 0;
  border-radius: 0 0 5px 5px;
  font-size: 14px;
}
#slider p.price {
  font-size: 22px !important;
}
.slider-box {
  max-width: 368px;
  position: absolute;
  transform: translateY(-50%);
  padding: 20px 20px 20px 0;
  border-width: 3px 10px 3px 0;
  top:44%;
}
#slider .carousel-caption {
  top: 0;
  bottom: inherit;
  text-align: left;
  left: 0;
  right: 0;
  margin: 0 !important;
  padding: 0 !important;
  bottom: 0;
}
.inner_carousel{  padding: 20px 20px;}
a.blog-more{ 
  display:inline-block; 
  font:400 16px 'Roboto Condensed', sans-serif; 
  padding:10px 30px; 
  margin-top:21px; 
  border-radius:4px; 
  -moz-border-radius:4px; 
  -webkit-border-radius:4px; 
  -o-border-radius:4px; 
  -ms-border-radius:4px; 
  margin-right:15px;
}
#slider .carousel-control-next, #slider .carousel-control-prev {
  width: 17%;
  top:unset;
  margin-bottom: 10px;
}
#slider .carousel-control-next, #slider .carousel-control-prev {
  opacity: 1;
  padding: 25px;
}
#slider .carousel-item-next,#slider .carousel-item-prev,#slider .carousel-item.active { display: block !important;  }
#slider .carousel-control-prev-icon,#slider .carousel-control-next-icon{
  background-image:none; 
  display: inline-flex;
}
#slider .carousel-control-next-icon,#slider .carousel-control-prev-icon{
  width: auto;
  height: auto;
}
#slider a i {
  padding: 12px 16px;
  background-color: #c4b12d;
  font-size:12px;
  color: #ffffff;
}
#slider a i:focus,#slider a i:active,#slider a i:hover{
  background-color: #c4b12d;
  border: none;
  transition: all 0.5s ease-out;
  color: #000000;
}
#slider .inner_carousel h2 small {
  color: #ffffff;
  display: block;
  margin-bottom: 20px;
  font-size: 20px !important;
  font-style: italic;
  text-transform: capitalize;
}
.slide_next_image img {
  text-align: right;
  float: right;
}
/*Fade slider*/
.carousel-fade .carousel-item {
 opacity: 0;
 transition-duration: .6s;
 transition-property: opacity;
}
.carousel-fade  .carousel-item.active,.carousel-fade  .carousel-item-next.carousel-item-left,.carousel-fade  .carousel-item-prev.carousel-item-right {
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,.carousel-fade  .active.carousel-item-right {
 opacity: 0;
}
.carousel-fade  .carousel-item-next,.carousel-fade .carousel-item-prev,.carousel-fade .carousel-item.active,.carousel-fade .active.carousel-item-left,.carousel-fade  .active.carousel-item-prev {
 transform: translateX(0);
 transform: translate3d(0, 0, 0);
}
#slider i.fas.fa-chevron-right:after {
  content: '';
  position: absolute;
  bottom: 16%;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-left-color: #c4b12d;
  border-right: 0;
  margin-top: -7px;
  margin-left: 15px;
}
#slider i.fas.fa-chevron-right:after { bottom: 42%;}
#slider i.fas.fa-chevron-left:after{
  content: '';
  position: absolute;
  top: 50%;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-right-color: #c4b12d;
  border-left: 0;
  margin-top: -7px;
  margin-left: -31px;
}
span.nexpre { 
  border: 1px solid #c4b12d;
  padding: 6px 16px;
}
#slider .btn.theme_button{
  background: transparent;
}
ol.carousel-indicators {
  position: absolute;
  bottom: 40px;
}
ol.carousel-indicators li {
  max-width: 5px;
  padding: 4px;
  color: #333333;
  border-radius: 0;
  background-color: #ffffff;
  opacity: 1;
}
#slider .btn {
  border-radius: 0rem;
}
#slider .btn span:after{
  background:#c4b12d;
}
#slider .btn span {
  background: #c4b12d;
}
#slider .btn.theme_button span {
  color:#fff;
}
#slider .btn-primary:hover{
  border-color:#c4b12d;
}
.carousel-indicators .active{
  background-color: #c4b12d;
}
#slider .carousel-control-next{
  right:4%;
}
#slider .carousel-control-prev{
  left:4%;
}
#latest_post .owl-dots, #testimonials .owl-dots{  display: none;}
#course .owl-dots, #team .owl-dots{
  text-align: center;
  margin-top: 15px;
}
#team .owl-nav{
  display:block;
}
#team button.owl-prev{
    position: absolute;
    top: -54px;
    right: 115px;
}
#team button.owl-next {
    position: absolute;
    top: -54px;
    right: 0;
}
#team button.owl-prev i,#team button.owl-next i {
    padding: 12px 16px;
    background-color: #c4b12d;
    font-size: 12px;
    color: #ffffff;
}
#team button.owl-prev i.fa.fa-chevron-left:after {
    content: '';
    position: absolute;
    top: 50%;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-right-color: #c4b12d;
    border-left: 0;
    margin-top: -7px;
    margin-left: -31px;
}
#team button.owl-next i.fa.fa-chevron-right:after {
    content: '';
    position: absolute;
    top: 50%;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-left-color: #c4b12d;
    border-right: 0;
    margin-top: -7px;
    margin-left: 15px;
}
span.nexpreteam {
    border: 2px solid #c4b12d;
    padding: 6px 16px;
    color:#000;
    font-size:12px;
    font-weight:600;
    padding: 10px 16px 9px 16px;
}
#team button:focus{
  outline:none;
}
#course button.owl-dot, #team button.owl-dot{
  width: 10px;
  height: 10px;
  margin: 4px;
}
#course button.owl-dot{  
  background-color: #ffffff;
  border:1px solid #ffffff;
}
#team button.owl-dot{  
  background-color: #040404;
  border:1px solid #040404;
}
#course button.owl-dot.active, #team button.owl-dot.active{
  background-color: #c4b12d;
  border-color: #c4b12d;
}
#course .getupto-deatails {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  margin-bottom: 13px;
}
#course .courses-box-content ul{
  margin:0;
}
#course .courses-box-content .li_content p{
  font-size:12px;
  margin-bottom: 9px;
}
#course .courses-box-content h4{
  margin-bottom:0px;
  font-size:15px;
}
#course .courses-box-content .li_content i{
  color:#5f5406;
}
#course .getupto-deatails .price-text{
  color:#c4b12d;
}
#course .courses-box-content{
  max-width:243px;
}
#course .owl-carousel .owl-item img,#our_records .record-box-outer img{
  border-top:2px solid #c4b12d;
}
#team .team-box-content h4{
  margin-bottom:0px;
}
#ourfaqs .panel.panel-default{
  border: 1px solid #fbf6d1;
  margin-bottom: 20px;
  padding:10px;
}
#ourfaqs .panel-default>.panel-heading a{
  padding-bottom:0px;
}
#ourfaqs .panel-default>.panel-heading a[aria-expanded="true"]{
  border-bottom:0px;
}
#testimonials .quote-icon {
  position:relative;
}
#testimonials .owl-stage-outer{
  padding-bottom: 31px;
}
#testimonials .quote-icon i{
  border-radius: 50%;
  font-size: 21px;
  background-color: #c4b12d;
  padding: 18px;
  color: #fff;
  position: absolute;
  bottom: -24px;
  left: 42%;
}
#latest_post .postbox-content h4{
  font-size:18px;
  margin-bottom:0px;  
}
#latest_post .postbox-content h4 a{
  color:#fff;
}
#latest_post .btn.theme_button{
  margin-top:20px;
}
#latest_post .btn.theme_button span{
  color: #ffffff;
}
#latest_post .btn span,#latest_post .btn span:after {
  background: #c4b12d;
}
#latest_post .btn.theme_button{
  background-color: #fff;
}
#latest_post .btn{
  border-radius: 0px;
}