/* Amizh  */

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header / Style One / Style Two
5. Main Slider
6. Nature Of Yoga
7. Testimonials
8. Two Column FLuid / Tabbed Events
9. Why Choose Yoga
10. Gallery Section
11. Our Team Section
12. Video Section
13. Pricing Section
14. Call To Action
15. COntact Info
16. Map Section
17. Main Footer
18. Gallery Popup Style
19. Gallery Three Column
20. Gallery Four Column
21. Gallery Masonry Column
22. Gallery Single
23. Blog Classic
24. Blog List View
25. Blog Single
26. Sidebar
27. Sidebar Widget
28. Error Page
29. Contact us Page
30. Item Info
31. Shop Right Sidebar
32. Shop Left Sidebar
33. Shop Single
34. Shopping Cart
35. Checkout Page
36. Range Slider
37. Shop Item


**********************************************/

@import url(https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i,900,900i);
@import url(https://fonts.googleapis.com/css?family=Merriweather:300,300i,400,400i,700,700i);
@import url(https://fonts.googleapis.com/css?family=Oswald:300,400,700);
@import url(https://fonts.googleapis.com/css?family=Playball);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,400i,500,500i,600,600i,700,700i,800,800i);
@import url(https://fonts.googleapis.com/css?family=Playfair+Display);
@import url(https://fonts.googleapis.com/css?family=Tangerine:400,700);
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@1,200;1,500&display=swap');
@import url("font-awesome.css");
@import url("flaticon.css");
@import url("animate.css");
@import url("owl.css");
@import url("jquery.fancybox.css");
@import url("jquery.mCustomScrollbar.min.css");
@import url("masterslider/style/masterslider.css");
@import url("masterslider/skins/black-2/style.css");
@import url("masterslider/style/ms-gallery-style.css");

/*** 

====================================================================
	Reset
====================================================================

 ***/
* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
  font-family: "poppins";
  font-size: 15px;
  color: #777777;
  line-height: 1.8em;
  font-weight: 400;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
}


a {
  text-decoration: none;
  cursor: pointer;
  color: #ac2473;
}

a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-family: "redhatdisplay";
  font-weight: revert;
  margin: 0px;
  background: none;
  line-height: 1.6em;
}

input,
button,
select,
textarea {
  font-family: "redhatdisplay";
}

p {
  position: relative;
  line-height: 1.6em;
  font-family: "redhatdisplay";
}

.strike-through {
  text-decoration: line-through;
}


.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}

.medium-container {
  max-width: 850px;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
}

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.theme-btn {
  display: inline-block;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.tangerine-font {
  font-family: "Tangerine", cursive;
}

.centered {
  text-align: center;
}



.anim-3,
.anim-3-all * {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.anim-5,
.anim-5-all * {
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.anim-7,
.anim-7-all * {
  transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
}

.btn-style-one {
  position: relative;
  padding: 11px 44px;
  line-height: 24px;
  text-transform: uppercase;
  background: #ffffff;
  color: #222222 !important;
  font-size: 13px;
  font-weight: 600;
  border: 1px solid #ac2473 !important;
  font-family: "poppins";
  letter-spacing: 1px;
}

.btn-style-one:hover {
  background: #ac2473;
  color: #ffffff !important;
  border-color: #ac2473 !important;
}

.btn-style-two {
  position: relative;
  padding: 11px 44px;
  line-height: 24px;
  text-transform: uppercase;
  background: #ac2473;
  color: #ffffff !important;
  font-size: 13px;
  font-weight: 600;
  border: 1px solid #ac2473 !important;
  font-family: "poppins";
  letter-spacing: 1px;
}

.btn-style-two:hover {
  background: none;
  color: #ac2473 !important;
  border-color: #ac2473 !important;
}

.btn-style-three {
  position: relative;
  padding: 10px 40px;
  line-height: 24px;
  text-transform: uppercase;
  background-color:  #92719F;
  color: #ffffff !important;
  font-size: 13px;
  font-weight: 600;
  border: 1px solid #ffffff !important;
  font-family: "poppins";
  letter-spacing: 1px;
}

.btn-style-three:hover {
  background: #f4dbd8 ;
  color: #000 !important;
  border-color: #fadbd8!important;
}

.btn-style-four {
  position: relative;
  padding: 10px 40px;
  line-height: 24px;
  text-transform: uppercase;
  background: #92719F;
  color: #fff !important;
  font-size: 13px;
  font-weight: 600;
  border: 1px solid #ffffff !important;
  font-family: "poppins";
  letter-spacing: 1px;
}

.btn-style-four:hover {
  background: #f4dbd8 ;
  color: #000 !important;
  border-color: #fadbd8!important;
  
}

.btn-style-five {
  position: relative;
  padding: 10px 40px;
  line-height: 24px;
  text-transform: uppercase;
  background: #333333;
  color: #ffffff !important;
  font-size: 13px;
  font-weight: 600;
  border: 1px solid #333333 !important;
  font-family: "poppins";
  letter-spacing: 1px;
}

.btn-style-five:hover {
  background: none;
  color: #333333 !important;
  border-color: #333333 !important;
}

.btn-style-six {
  position: relative;
  padding: 10px 40px;
  line-height: 24px;
  text-transform: uppercase;
  background: none;
  color: #ffffff !important;
  font-size: 13px;
  font-weight: 600;
  border: 1px solid #ffffff !important;
  font-family: "poppins";
  letter-spacing: 1px;
}

.btn-style-six:hover {
  background: #ffffff;
  color: #27ae60 !important;
  border-color: #ffffff !important;
}

.theme-btn .icon-left {
  padding-right: 10px;
}

.theme-btn .icon-right {
  padding-left: 10px;
}

.theme_color {
  color: #ac2473;
}

.light-font {
  font-weight: 300;
}

.regular-font {
  font-weight: 400;
}

.semibold-font {
  font-weight: 600;
}

.bold-font {
  font-weight: 700;
}

.padd-top-10 {
  padding-top: 10px !important;
}

.padd-top-20 {
  padding-top: 65px !important;
}

.padd-top-30 {
  padding-top: 30px !important;
}

.padd-top-40 {
  padding-top: 40px !important;
}

.padd-top-50 {
  padding-top: 50px !important;
}

.padd-top-60 {
  padding-top: 60px !important;
}

.padd-top-70 {
  padding-top: 70px !important;
}

.padd-left-10 {
  padding-left: 10px !important;
}

.padd-left-20 {
  padding-left: 20px !important;
}

.padd-left-30 {
  padding-left: 30px !important;
}

.padd-left-40 {
  padding-left: 40px !important;
}

.padd-left-50 {
  padding-left: 50px !important;
}

.padd-left-60 {
  padding-left: 60px !important;
}

.padd-left-70 {
  padding-left: 70px !important;
}

.padd-bott-10 {
  padding-bottom: 10px !important;
}

.padd-bott-20 {
  padding-bottom: 20px !important;
}

.padd-bott-30 {
  padding-bottom: 30px !important;
}

.padd-bott-40 {
  padding-bottom: 40px !important;
}

.padd-bott-50 {
  padding-bottom: 50px !important;
}

.padd-bott-60 {
  padding-bottom: 60px !important;
}

.padd-bott-70 {
  padding-bottom: 70px !important;
}

.padd-bott-90 {
  padding-bottom: 90px !important;
}

.padd-bott-100 {
  padding-bottom: 100px !important;
}

.padd-right-10 {
  padding-right: 10px !important;
}

.padd-right-20 {
  padding-right: 20px !important;
}

.padd-right-30 {
  padding-right: 30px !important;
}

.padd-right-40 {
  padding-right: 40px !important;
}

.padd-right-50 {
  padding-right: 50px !important;
}

.padd-right-60 {
  padding-right: 60px !important;
}

.padd-right-70 {
  padding-right: 70px !important;
}

.margin-top-10 {
  margin-top: 10px !important;
}

.margin-top-20 {
  margin-top: 20px !important;
}

.margin-top-30 {
  margin-top: 30px !important;
}

.margin-top-40 {
  margin-top: 40px !important;
}

.margin-top-50 {
  margin-top: 50px !important;
}

.margin-top-60 {
  margin-top: 60px !important;
}

.margin-top-70 {
  margin-top: 70px !important;
}

.margin-bott-10 {
  margin-bottom: 10px !important;
}

.margin-bott-20 {
  margin-bottom: 20px !important;
}

.margin-bott-30 {
  margin-bottom: 30px !important;
}

.margin-bott-40 {
  margin-bottom: 40px !important;
}

.margin-bott-50 {
  margin-bottom: 50px !important;
}

.margin-bott-60 {
  margin-bottom: 60px !important;
}

.margin-bott-70 {
  margin-bottom: 70px !important;
}

.no-padd-bottom {
  padding-bottom: 0px !important;
}

.no-padd-top {
  padding-top: 0px !important;
}

.no-margin-bottom {
  margin-bottom: 0px !important;
}

.no-margin-top {
  margin-bottom: 0px !important;
}

.no-padd-left {
  padding-left: 0px !important;
}

.no-padd-right {
  padding-right: 0px !important;
}

.bg-lightgrey {
  background-color: #f6f6f6 !important;
}

.no-bg {
  background: none !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/icons/preloader.gif);
}

/*** 

====================================================================
	Scroll To Top style
====================================================================

***/


.our_specialties_section{
  padding: 120px 0 108px;
  position: relative;
  padding-bottom: 0px;
}
.our_specialties_heading_content{
  text-align: center;
}
.our_specialties_heading_content h5{
  text-transform: uppercase;
  color: #8871BF;
  letter-spacing: 3.1px;
  margin-bottom: 12px;
}
.our_specialties_heading_content h2{
  margin-bottom: 18px;
  color: var(--e-global-color-primary);
}
.our_specialties_heading_content p {
  margin-bottom: 35px;
  padding: 0 95px;
  color: var(--e-global-color-text);
}
.s1{
  padding-top: 110px;
  padding-right: 25px;
}
.s2{
  padding-right: 70px;
}
.s3{
  padding-right: 75px;
}
.s4{
  padding-right: 25px;
}
@media  (min-width:1200px)  and (max-width:1440px){
  .s3{
      margin-top: 270px;
      margin-right: -25px;
  }
  .s6 p{
 margin-left: 50px;
  }
}
@media (min-width:1440px){
  .s3{
      margin-top: 70px;
      margin-right: -25px;
  }
  .s6 p{
    margin-left: 50px;
     }
}
@media (max-width:1199px){
  
  .s3{
      margin-top: 0px;
      margin-right: -25px;
  }
  .s8{
    margin-top: -45px;
    margin-right: -25px;
  }
 

}
.specialties_content_wrapper{
  position: relative;
}
.specialties_content {
  text-align: right;
  margin-bottom: 46px;
  position: relative;
}
.specialties_content .specialties_name {
font-family: "poppins";
  font-weight:500;
  font-size: 15px;
  line-height: 24px;
  
  color: var(--e-global-color-primary);
  margin-bottom: 6px;
}
.specialties_content .specialties_paragraph {
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  color: var(--e-global-color-text);
  margin-bottom: 0;
}
.specialties_left_line {
  position: absolute;
  top: 120px;
  right: -50px;
}
.specialties_left_line img {
  height: 390px;
}
.specialties_content::after {
  content: "\f058";
  height: 76px;
  width: 76px;
  background-color: #8871BF;
  position: absolute;
  border-radius: 100%;
  z-index: 1;
  text-align: center;
  padding: 5px;
  font-weight: 400;
  font-size: 42px;
  line-height: 64px;
  color: var(--e-global-color-white);
  font-family: 'Font Awesome 6 Free';
}
.s1::after {
  top: 110px;
  right: -78px;
}
.s2::after {
  top: 0px;
  right: -30px;
}
.s3::after {
  top: 0;
  right: -30px;
}
.s4::after {
  top: 0;
  right: -78px;
}
.specialties_content{
  text-align: left;
}
.specialties_content::after {
  
  content:url(../images/icons8-tick-16.png.png);
 
  height: 76px;
  width: 76px;
  background-color: #8871BF;
  position: absolute;
  border-radius: 100%;
  z-index: 1;
  text-align: center;
  padding: 5px;
  font-weight: 400;
  font-size: 42px;
  line-height: 64px;
  color: var(--e-global-color-white);
  font-family: 'Font Awesome 6 Free';
}
.s5{
  padding-top: 110px;
  padding-left: 24px;
}
@media screen and (max-width:767px) {
  .specialties_content_wrapper
  {
    padding: 0px;
  }
  .s5{
    margin-left: 75px;
    padding-top: 0px;
  }
  .s6{
    margin-left: 50px;
  }
  .s8{
    margin-left: 78px;
    margin-top: -30px;
  }
  .s1::after {
    top: 0px;
    left: -48px;
     padding-top: 0px;
  }
  .s2::after {
    left: -48px;
  }
  .s3::after {
    left: -48px;
  }
  .s1{
   
    margin-left: 45px;
    padding-top: 0px;
  }
  .s2{
    margin-left: 45px;
  }
  .s3{
    margin-left:45px;
    
  }
  .s5::after {
    top: 0px;
    left: -78px;
    padding-top: 0px;
  }
  .s6::after {
    top: 0px;
    left: -68px;
  }
  .s7::after {
    top: 0;
    left: -20px;
  }
  .s8::after {
    top: 0;
    left: -68px;
  }
}

@media screen  and (min-width:767px){
  .s5::after {
    top: 110px;
    left: -78px;
  }
}

.s7{
  padding-left: 74px;
}
.s8{
  padding-left: 24px;
}

.s6::after {
  top: 0px;
  left: -50px;
}
.s7::after {
  top: 0;
  left: -30px;
}
.s8::after {
  top: 0;
  left: -78px;
}
.specialties_right_line {
  position: absolute;
  top: 120px;
  left: -50px;
}
.specialties_right_line img {
  height: 390px;
}
.our_specialties_section .specialties_image{
  text-align: center;
  animation: float_img 6s ease-in-out infinite;
}
.our_specialties_section .our_specialties_right_shape{
  position: absolute;
  top: 150px;
  right: 0;
}

/* Home Page Get In Touch Section Style */

.get_in_touch_section{
  padding: 120px 0 130px;
  position: relative;
  overflow: hidden;
}
.get_in_touch_section:before {
  background: var(--e-global-color-soft-orange);
  content: "";
  width: 50%;
  height: 806px;
  top: 0;
  left: 0;
  position: absolute;
}
.get_in_touch_section::after {
  background: url(../images/get_in_touch_image.jpg);
  content: "";
  width: 50%;
  height: 806px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.get_in_touch_content h5 {
  text-transform: uppercase;
  color: #8871BF;
  letter-spacing: 3.1px;
  margin-bottom: 12px;
}
.get_in_touch_content h2{
  color: var(--e-global-color-primary);
  margin-bottom: 32px;
  padding-right: 25px;
}
.get_in_touch_content input {
  font-family: 'Karla', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  background-color: var(--e-global-color-white);
  color: var(--e-global-color-text);
  padding-top: 28px;
  padding-bottom: 28px;
  padding-left: 20px;
  border-radius: 0;
  width: 98%;
  margin-bottom: 16px;
  outline: none;
  border: none;
}
.get_in_touch_content .form_style{
  margin-left: -18px;
}
.get_in_touch_content textarea {
  font-family: 'Karla', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  background-color: var(--e-global-color-white);
  color: var(--e-global-color-text);
  border-radius: 0;
  padding: 18px 20px;
  width: 96%;
  outline: none;
  resize: none;
  height: 115px;
  margin-bottom: 42px;
  border: none;
}
.get_in_touch_content .form-control:focus{
  box-shadow: none;
  outline: none;
  border: none;
}
textarea {
  overflow: auto;
}
.get_in_touch_content button {
  font-size: 22px;
  line-height: 22px;
  font-weight: 500;
  padding: 24px 40px;
  text-align: center;
  color: var(--e-global-color-white);
  display: inline-block;
  background-color: #8871BF;
  border-radius: 35px 0px 35px 0px;
  transition: all 0.3s ease-in-out;
  outline: none;
  border: none;
  overflow: hidden;
  position: relative;
}
.get_in_touch_content button:hover {
  color: #8871BF;
  background-color: var(--e-global-color-white);
  transform: translateY(-10px);
}
.get_in_touch_content button:hover:before {
left: 0%;
right: auto;
width: 100%;
}
.get_in_touch_content button:before {
display: block;
position: absolute;
top: 0px;
right: 0px;
height: 100%;
width: 0px;
z-index: -1;
content: '';
  color: #8871BF;
  background-color: var(--e-global-color-white);
transition: all 0.4s cubic-bezier(0.12, 0, 0.38, 1) 0s;
}
.get_in_touch_section .get_in_touch_shape{
  position: absolute;
  bottom: 210px;
  left: 0;
}
.get_in_touch_section .get_in_touch_video .video_img {
  position: absolute;
  left: 80px;
  top: 202px;
  margin-right: -30px;
}

/* Home Page Pricing Plans Section Style */




.scroll-to-top {
  position: fixed;
  bottom: 10px;
  right: 15px;
  width: 40px;
  height: 40px;
  color: #999999;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 38px;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  border-radius: 50%;
  background: #333333;
  display: none;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.scroll-to-top:hover {
  color: #333333;
  background: #d0d0d0;
}

/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header {
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 999;
  width: 100%;
  background: none;
  margin-bottom: -160px;
}

.main-header.inner-header {
  background: #edeee8;
  margin-bottom: 0px;
}

.main-header .header-top {
  position: relative;
  padding: 13px 0px;
  background: #262626;
  color: #ffffff;
}

.main-header .header-top ul li {
  display: inline-block;
  line-height: 24px;
  color: #ffffff;
}

.main-header .header-top .top-left ul li {
  margin-right: 15px;
}

.main-header .header-top .top-right {
  text-align: right;
}

.main-header .header-top .top-right ul li {
  margin-left: 20px;
}

.main-header .header-top ul li a {
  line-height: 24px;
  color: #f5f5f5;
  font-size: 13px;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-header .header-top ul li a:hover {
  color: #ac2473;
}

.main-header .header-top .top-left ul li .icon {
  color: #ac2473;
  padding-right: 5px;
}

.main-header .header-top .top-right ul li .icon {
  padding-right: 5px;
}

/* # side .social-icons */

.main-header .header-top .centerd-links {
  text-align: center;
  font-size: 13px;
  line-height: 24px;
}

.main-header .social-links a {
  display: inline-block;
  font-size: 12px;
  margin: 0px 7px;
  color: #f5f5f5;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-header .social-links a:hover {
  color: #ac2473;
}

.main-header .main-box {
  position: relative;
  padding: 20px 0px;
  left: 0px;
  top: 0px;
  width: 100%;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-bottom: 120px;


}

.main-header.fixed-header .main-box {
  position: fixed;
  height: 90px;
  background: #edeee8;
  border-bottom: 1px solid #d0d0d0;
}


.main-header.fixed-header .main-box .logo-box {
  position: relative;
  top: 4px;

}

.main-header .main-box .logo-box {
  position: absolute;
  width: 150px;
  text-align: center;
  margin-left: -75px;
  z-index: 10;


}

.main-header .nav-toggler {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -21px;
  display: none;
}

.main-header .nav-toggler button {
  position: relative;
  display: block;
  height: 42px;
  width: 46px;
  background: #ac2473;
  color: #ffffff;
  text-align: center;
  font-size: 20px;
  line-height: 40px;
  border: 1px solid #ac2473;
}

.main-menu {
  position: relative;
  text-align: center;
  padding: 30px 0px;
}

.main-menu .navbar-collapse {
  padding: 0px;
}

.main-menu .navigation {
  position: relative;
  margin: 0px;
  font-family: "poppins";
  width: 50%;
}

.main-menu .left-nav {
  padding-right: 100px;
  float: left;
}

.main-menu .right-nav {

  float: right;
}

.main-menu .navigation>li {
  position: relative;
  display: inline-block;
  padding: 0px 0px;
  margin: 0px 25px;
}

.main-menu .navigation>li>a {
  position: relative;
  display: block;
  padding: 15px 0px;
  color: #666666;
  font-weight: 500;
  font-size: 12px;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 1;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-menu .navigation>li.dropdown>a {
  padding-right: 15px;
}

.main-menu .navigation>li:hover>a,
.main-menu .navigation>li.current>a,
.main-menu .navigation>li.current-menu-item>a {
  color: #ac2473;
  opacity: 1;
}

.main-menu .navigation>li.dropdown>a:before {
  font-family: "FontAwesome";
  content: "\f107";
  position: absolute;
  right: 0px;
  font-size: 14px;
  line-height: 30px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-menu .navigation>li:hover>a:after {
  opacity: 1;
}

.main-menu .navigation>li>ul {
  position: absolute;
  left: 0px;
  top: 120%;
  width: 200px;
  padding: 0px;
  z-index: 100;
  display: none;
  background: #222222;
  text-align: left;
  font-family: "poppins";
  border-top: 2px solid rgba(0, 0, 0, 1);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul.from-right {
  left: auto;
  right: 0px;
}

.main-menu .navigation>li>ul>li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.main-menu .navigation>li>ul>li:last-child {
  border-bottom: none;
}

.main-menu .navigation>li>ul>li>a {
  position: relative;
  display: block;
  padding: 8px 15px;
  line-height: 24px;
  font-weight: 500;
  font-size: 13px;
  text-transform: capitalize;
  color: #ffffff;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li:hover>a {
  background: rgba(255, 255, 255, 0.15);
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
  font-family: "redhatdisplay";
  content: "\f061";
  position: absolute;
  right: 10px;
  top: 10px;
  width: 10px;
  height: 20px;
  display: block;
  color: #ffffff;
  line-height: 20px;
  font-size: 10px;
  text-align: center;
  z-index: 5;
}

.main-menu .navigation>li>ul>li.dropdown:hover>a:after {
  color: #ffffff;
}

.main-menu .navigation>li>ul>li>ul {
  position: absolute;
  left: 100%;
  top: 20px;
  width: 200px;
  padding: 0px;
  z-index: 100;
  display: none;
  background: #222222;
  text-align: left;
  font-family: "poppins";
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>ul>li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
  border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li>a {
  position: relative;
  display: block;
  padding: 8px 15px;
  line-height: 24px;
  font-weight: 500;
  font-size: 13px;
  text-transform: capitalize;
  color: #ffffff;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>ul>li:hover>a {
  background: rgba(255, 255, 255, 0.15);
}

.main-menu .navigation>li.dropdown:hover>ul {
  visibility: visible;
  opacity: 1;
  top: 100%;
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
  visibility: visible;
  opacity: 1;
  top: 0px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
  position: absolute;
  right: 10px;
  top: 6px;
  width: 34px;
  height: 30px;
  border: 1px solid #ffffff;
  background: url(../images/icons/submenu-icon.png) center center no-repeat;
  background-size: 20px;
  cursor: pointer;
  z-index: 5;
  display: none;
}

/*** 

====================================================================
	Hidden Sidebar style
====================================================================

***/

.hidden-bar {
  position: fixed;
  top: 0;
  width: 305px;
  height: 100%;
  background: #223555;
  z-index: 9999;
  transition: all 700ms ease;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
}

.hidden-bar .mCSB_inside>.mCSB_container {
  margin-right: 0px;
}

.hidden-bar.right-align {
  right: -400px;
}

.hidden-bar.right-align.visible-sidebar {
  right: 0px;
}

.hidden-bar.right-align .hidden-bar-closer {
  left: -20px;
}

.hidden-bar.left-align {
  left: -400px;
}

.hidden-bar.left-align.visible-sidebar {
  left: 0px;
}

.hidden-bar.left-align .hidden-bar-closer {
  right: -20px;
}

.hidden-bar .hidden-bar-closer {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  background: #000;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 38px;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  z-index: 999999;
}

.hidden-bar .hidden-bar-closer:hover {
  background: #fff;
}

.hidden-bar .hidden-bar-closer:hover .btn {
  color: #223555;
}

.hidden-bar .hidden-bar-closer .btn {
  background-color: transparent;
  border: none;
  outline: none;
  font-size: 14px;
}

.hidden-bar .social-icons {
  text-align: center;
  margin: 50px 0px 30px;
}

.hidden-bar .social-icons ul {
  font-size: 0;
  margin-left: -5px;
  margin-right: -5px;
}

.hidden-bar .social-icons ul li {
  display: inline-block;
  padding: 0 5px;
}

.hidden-bar .social-icons ul li a {
  display: block;
  width: 36px;
  height: 36px;
  font-size: 16px;
  line-height: 36px;
  text-align: center;
  background: #ac2473;
  color: #ffffff;
  border-radius: 5px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.hidden-bar .social-icons ul li a:hover {
  background: #ffffff;
  color: #ac2473;
}

.hidden-bar-wrapper {
  height: 100%;
}

.hidden-bar .logo {
  padding: 30px 0px;
  background: #223555;
  position: relative;

}

.hidden-bar .logo img {
  display: inline-block;
  max-width: 100%;

}

.hidden-bar .side-menu {
  background-color: transparent;
  padding: 0;
  font-family: "poppins";
  font-size: 13px;
  letter-spacing: 1px;
}

.hidden-bar .side-menu ul li ul a {
  background: transparent;
}

.hidden-bar .side-menu ul li ul li ul li a {
  background: transparent;
}

.hidden-bar .side-menu a.current {
  color: #fff;
}

.hidden-bar .side-menu li.current>a {
  color: #fff;
}

.hidden-bar .side-menu ul li a {
  background: transparent;
  color: #ffffff;
  display: block;
  font-weight: 500;
  text-transform: uppercase;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 10px 15px 10px 20px;
  position: relative;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.hidden-bar .side-menu ul li a:hover,
.hidden-bar .side-menu ul li.current a {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.hidden-bar .side-menu ul li a .btn.expander {
  background: none;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.8);
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 0px;
  position: absolute;
  top: 6px;
  right: 20px;
  outline: none;
}

/*** 

====================================================================
	Main Slider style
====================================================================

***/

.main-slider {
  position: relative;
  width: 100%;
  z-index: 10;
  padding-top: 80px;
}

.main-slider .content-box {
  position: relative;
  width: 620px;
  padding: 40px 20px;
  /* background: rgba(235, 218, 218, 0.3); */
  color: #fff;
  text-align: center;
  /* outline: 1px solid #222222;
  outline-offset: 10px; */
}

.main-slider .content-box h3 {
  font-size: 44px;
  color: #fb6b9a;
  font-weight: 700;
  font-family: "Tangerine", cursive;
}

.main-slider .content-box .small-text {
  font-size: 120px;
  color: #6c367c;
  text-align: justify;
  font-weight: 300;
  letter-spacing: 1px;
  font-family: "poppins";
  /* text-transform: uppercase; */
  line-height: 1.2em;
  text-align: center;
}


.main-slider .tp-bullets.preview3 .bullet {
  border: 2px solid #c1c1c1 !important;
  margin: 0px 4px;
  background: #c1c1c1 !important;
  width: 8px !important;
  height: 8px !important;
  display: inline-block;
}

.main-slider .tp-bullets.preview3 .bullet:hover,
.main-slider .tp-bullets.preview3 .bullet.selected {
  border-color: #222222 !important;
  background: #ffffff !important;
}









.main-slider .tp-bannertimer {
  display: none !important;
}

/*** 

====================================================================
	Section Title Style
====================================================================

***/

.sec-title {
  position: relative;
  margin-bottom: 50px;
}

.sec-title .icon-box {
  position: relative;
  margin-bottom: 20px;
  font-size: 48px;
  line-height: 50px;
  color: #f05c60;
}

.sec-title h2 {
  font-size: 40px;
  color: #444444;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 10px;

 font-family: 'Poppins', sans-serif;
}

.sec-title .styled-line {
  position: relative;
  width: 140px;
  height: 2px;
  margin-top: 30px;
}

.sec-title .styled-line:before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 20px;
  height: 2px;
  background: #e6e6e6;
}

.sec-title .styled-line:after {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 110px;
  height: 2px;
  background: #e6e6e6;
}

.sec-title.centered .styled-line {
  margin: 30px auto 0px;
}

.sec-title .desc-text {
  font-size: 15px;
  color: #777777;
  font-family: "Merriweather", serif;
  font-style: italic;
  max-width: 660px;
  font-weight: 300;
}

.sec-title.centered .desc-text {
  margin: 0 auto;
}

/*** 

====================================================================
	Yoga Nature Style
====================================================================

***/

.nature-of-yoga {
  position: relative;
  padding: 80px 0px 0px;
  overflow: hidden;
}

.nature-of-yoga:before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 335px;
  width: 100%;
  height: 100%;
  background: #f5f7f4;
}

.nature-of-yoga.bg-lightgrey:before {
  display: none;
}

.nature-of-yoga .auto-container {
  position: relative;
  z-index: 1;
}

.nature-of-yoga .sec-title {
  margin-bottom: 100px;
}

.nature-block {
  position: relative;
  margin-bottom: 50px;
}

.nature-of-yoga .nature-block {
  margin-bottom: 80px;
}

.nature-block .inner-box {
  position: relative;
  display: block;
  padding: 0px 30px 30px;
  border: 1px solid #e0e0e0;
  background: #ffffff;
  text-align: center;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
}

.nature-block .inner-box:before {
  content: "";
  position: absolute;
  left: -7px;
  top: -7px;
  border-bottom: 1px solid #ac2473;
  width: 0%;
  transition: all 500ms ease 500ms;
  -moz-transition: all 500ms ease 500ms;
  -webkit-transition: all 500ms ease 500ms;
  -ms-transition: all 500ms ease 500ms;
  -o-transition: all 500ms ease 500ms;
}

.nature-block .inner-box:after {
  content: "";
  position: absolute;
  left: -7px;
  top: -7px;
  border-left: 1px solid #ac2473;
  height: 0%;
  transition: all 500ms ease 500ms;
  -moz-transition: all 500ms ease 500ms;
  -webkit-transition: all 500ms ease 500ms;
  -ms-transition: all 500ms ease 500ms;
  -o-transition: all 500ms ease 500ms;
}

.nature-block .inner-box:hover {
  color: #ffffff;
  background: #222222;
}

.nature-block .inner-box:hover:before {
  width: 100%;
}

.nature-block .inner-box:hover:after {
  height: 100%;
}

.nature-block .icon-box {
  position: relative;
  display: block;
  width: 140px;
  height: 140px;
  margin: -50px auto 30px;
  border: 6px solid transparent;
  background: #ac2473;
  color: #ffffff;
  padding: 20px 10px;
  text-align: center;
  line-height: 100px;
  font-size: 60px;
  border-radius: 50%;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.nature-block .inner-box:hover .icon-box {
  border-color: #d24e9b;
}

.nature-block h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
  color: #444444;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.nature-block .inner-box:hover h3 {
  color: #ffffff;
}

.nature-block .text {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 30px;
}

.nature-block .styled-dots {
  position: relative;
  width: 30px;
  height: 2px;
  margin: 0 auto 30px;
}

.nature-block .styled-dots:before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 10px;
  height: 2px;
  background: #ac2473;
}

.nature-block .styled-dots:after {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 18px;
  height: 2px;
  background: #a8a8a8;
}

/*** 

====================================================================
	Testimonials Style
====================================================================

***/

.testimonials-section {
  position: relative;
  padding: 0px 0px 50px 0px;
}

.testimonials-section .sec-title {
  margin-bottom: 70px;
}

.testimonials-section .styled-dots {
  position: relative;
  width: 30px;
  height: 2px;
  margin: 30px auto;
}

.testimonials-section .styled-dots:before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 10px;
  height: 2px;
  background: #ac2473;
}

.testimonials-section .styled-dots:after {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 18px;
  height: 2px;
  background: #a8a8a8;
}

.testimonials-section .testimonial-slider-content {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  padding: 0px 50px;
  text-align: center;
}

.testimonials-section .testimonial-slider-content .text {
  font-size: 20px;
  line-height: 1.5em;
  color: #777777;
  font-weight: 300;
  text-shadow: 0px 0px rgba(0, 0, 0, 0.7);
}

.testimonials-section .pagers-outer {
  position: relative;
  max-width: 990px;
  margin: 0 auto;
  overflow: hidden;
}

.testimonials-section .pagers-outer .owl-stage-outer {
  overflow: visible;
}

.testimonials-section .testimonial-slider-pager {
  position: relative;
  max-width: 300px;
  margin: 0 auto;
}

.testimonials-section .pager-item {
  position: relative;
  background: #eeeeee;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  margin-top: 7px;
}

.testimonials-section .pager-item .inner-box {
  position: relative;
  padding: 20px 20px 20px 110px;
}

.testimonials-section .pager-item .inner-box:before {
  content: "";
  position: absolute;
  left: -5px;
  top: -5px;
  border-bottom: 1px solid #0060b2;
  width: 0%;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.testimonials-section .pager-item .inner-box:after {
  content: "";
  position: absolute;
  left: -5px;
  top: -5px;
  border-left: 1px solid #0060b2;
  height: 0%;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.testimonials-section .owl-item.active .inner-box:before {
  width: 100%;
}

.testimonials-section .owl-item.active .inner-box:after {
  height: 100%;
}

.testimonials-section .pager-item .inner-box .author-tumb {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 70px;
  height: 70px;
  overflow: hidden;
  border-radius: 50%;
}

.testimonials-section .pager-item .inner-box .author-tumb img {
  position: relative;
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.testimonials-section .pager-item .title {
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 24px;
  color: #444444;
  margin-bottom: 5px;
}

.testimonials-section .pager-item .location {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 20px;
  color: #444444;
}

.testimonials-section .pager-item .social a {
  position: relative;
  display: inline-block;
  margin-right: 5px;
  font-size: 12px;
  color: #999999;
}

.testimonials-section .owl-item.active .pager-item {
  background: #ffffff;
  border-color: #d0d0d0;
}

.testimonials-section .owl-item.active .pager-item .social a {
  color: #0060b2;
}

.testimonials-section .testimonial-slider-content .owl-controls {
  margin: 0px !important;
}

.testimonials-section .testimonial-slider-content .owl-controls .owl-prev {
  position: absolute;
  left: 0px;
  top: 20%;
  margin-top: -15px;
  width: 20px;
  line-height: 20px !important;
  margin: 0px !important;
  padding: 0px !important;
  background: none !important;
  color: #999999 !important;
  font-size: 16px !important;
}

.testimonials-section .testimonial-slider-content .owl-controls .owl-next {
  position: absolute;
  right: 0px;
  top: 20%;
  margin-top: -15px;
  width: 20px;
  line-height: 20px !important;
  margin: 0px !important;
  padding: 0px !important;
  background: none !important;
  color: #999999 !important;
  font-size: 16px !important;
}

.testimonials-section .testimonial-slider-content .owl-controls .owl-next:hover,
.testimonials-section .testimonial-slider-content .owl-controls .owl-prev:hover {
  color: #222222 !important;
}

/*** 

====================================================================
	Two Column Fluid Style
====================================================================

***/

.two-col-fluid {
  position: relative;
  padding: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.two-col-fluid:after {
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  width: 50%;
  height: 100%;
}

.tabbed-events {
  position: relative;
  z-index: 1;
}

.two-col-fluid .left-column {
  position: relative;
  float: left;
  width: 50%;
}

.tabbed-events .left-column .inner-box {
  position: relative;
  max-width: 500px;
  margin: 0 auto;
  padding: 70px 20px;
}

.tabbed-events .event-btn {
  position: relative;
  display: block;
  margin-bottom: 40px;
  padding-right: 120px;
  background: #ffffff;
  cursor: pointer;
  min-height: 165px;
}

.tabbed-events .event-btn:last-child {
  margin-bottom: 0px;
}

.tabbed-events .event-btn:after {
  content: "";
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -10px;
  width: 0;
  height: 0;
  border: 14px solid transparent;
  border-left: 15px solid #0060b2;
  opacity: 0;
}

.tabbed-events .event-btn.active:after {
  right: -28px;
  opacity: 1;
}

.tabbed-events .event-btn .event-date {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 145px;
  height: 100%;
  padding: 48px 15px 20px;
  text-align: center;
  color: #ffffff;
  font-weight: 500;
  font-size: 30px;
  line-height: 40px;
  background: #c09891 url(../images/background/pattern-image-1.png) center center repeat;
}

.tabbed-events .event-btn .event-date .day {
  display: block;
  width: revert;
}

.tabbed-events .event-btn .text-content {
  position: relative;
  padding: 22px 25px;
}

.tabbed-events .event-btn .text-content h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #444444;
  font-weight: 600;
}

.tabbed-events .event-btn .text-content .text {
  font-size: 15px;
}

.two-col-fluid .right-column {
  position: relative;
  float: right;
  width: 50%;
}

.tabbed-events .right-column .inner-box {
  position: relative;
  max-width: 710px;
  padding: 110px 20px 80px;
  color: #ffffff;
}

.tabbed-events .right-column .sec-title h2,
.tabbed-events .right-column .sec-title .desc-text {
  color: #ffffff;
  padding-top: 35px;
  font-size: x-large;
}

.tabbed-events .right-column .sec-title .styled-line:before,
.tabbed-events .right-column .sec-title .styled-line:after {
  background: #ffffff;
}

.tabbed-events .right-column .default-text {
  margin-bottom: 30px;
}

.event-form-box .form-group {
  position: relative;
  margin-bottom: 35px;
}

.tabbed-events .event-form-box {
  display: none;
}

.tabbed-events .event-form-box.collapsed {
  display: block;
}

.event-form-box .form-group>.icon {
  position: absolute;
  right: 35px;
  top: 50%;
  margin-top: -10px;
  font-size: 14px;
  color: #ffffff;
  line-height: 20px;
}

.event-form-box .form-group>.fa-mobile-phone {
  font-size: 18px;
}

.event-form-box .form-group input[type="text"],
.event-form-box .form-group input[type="password"],
.event-form-box .form-group input[type="email"],
.event-form-box .form-group input[type="tel"],
.event-form-box .form-group input[type="number"],
.event-form-box .form-group select,
.event-form-box .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 14px;
  background: none;
  line-height: 24px;
  padding: 9px 15px;
  border: 1px solid #ffffff;
  height: 44px;
  color: #ffffff;
}

.event-form-box ::-webkit-input-placeholder {
  color: #ffffff !important;
}

.event-form-box ::-moz-placeholder {
  color: #ffffff !important;
}

.event-form-box :-ms-input-placeholder {
  color: #ffffff !important;
}

.event-form-box input:-moz-placeholder {
  color: #ffffff !important;
}

.event-form-box input[type="submit"],
.event-form-box button {
  position: relative;
  display: inline-block;
  line-height: 24px;
  padding: 8px 40px;
  font-size: 13px;
  text-transform: uppercase;
  border: 1px solid #bea8a7;
  background: #bea8a7;
  color: #2a0800;
  letter-spacing: 1px;
  font-weight: 600;
}

.event-form-box input[type="submit"]:hover,
.event-form-box button:hover {
  border-color: #775144;
  background: none;
}

/*** 

====================================================================
	Why Choose Yoga 
====================================================================

***/

.why-choose-yoga {
  position: relative;
  padding: 100px 0px 50px;
  background: #ffffff;
}

.why-choose-yoga .features-outer {
  position: relative;
  background-repeat: no-repeat;
  background-position: center bottom;
}

.why-choose-yoga .feature-block {
  position: relative;
  margin-bottom: 50px;
}

.why-choose-yoga .left-column .feature-block:nth-child(1) .inner-box {
  margin-right: 170px;
}

.why-choose-yoga .left-column .feature-block:nth-child(2) .inner-box {
  margin-right: 150px;
}

.why-choose-yoga .left-column .feature-block:nth-child(3) .inner-box {
  margin-right: 130px;
}

.why-choose-yoga .right-column .feature-block:nth-child(1) .inner-box {
  margin-left: 170px;
}

.why-choose-yoga .right-column .feature-block:nth-child(2) .inner-box {
  margin-left: 150px;
}

.why-choose-yoga .right-column .feature-block:nth-child(3) .inner-box {
  margin-left: 130px;
}

.why-choose-yoga .feature-block .inner-box {
  position: relative;
  min-height: 70px;
  max-width: 400px;
}

.why-choose-yoga .left-column .feature-block .inner-box {
  padding-right: 90px;
  text-align: right;
  float: right;
}

.why-choose-yoga .right-column .feature-block .inner-box {
  padding-left: 90px;
  text-align: left;
  float: left;
}

.why-choose-yoga .feature-block h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #444444;
}

.why-choose-yoga .feature-block .text {
  font-size: 14px;
  font-weight: 400;
}

.why-choose-yoga .feature-block .icon-box {
  position: absolute;
  top: 15px;
  width: 64px;
  height: 64px;
  line-height: 60px;
  border: 2px solid transparent;
  text-align: center;
  font-size: 32px;
  color: #ffffff;
  background: #ffffff;
  border-radius: 50%;
}
/* 
.why-choose-yoga .left-column .feature-block:nth-child(2) .icon-box {
  background: #27ae60;
}

.why-choose-yoga .left-column .feature-block:nth-child(3) .icon-box {
  background: #ac2473;
}

.why-choose-yoga .right-column .feature-block:nth-child(1) .icon-box {
  background: #ac2473;
}

.why-choose-yoga .right-column .feature-block:nth-child(2) .icon-box {
  background: #0060b2;
}

.why-choose-yoga .right-column .feature-block:nth-child(3) .icon-box {
  background: #27ae60;
}*/

.why-choose-yoga .left-column .feature-block .icon-box {
  right: 0px;
}

.why-choose-yoga .right-column .feature-block .icon-box {
  left: 0px;
} 

/*** 

====================================================================
	Gallery Section
====================================================================

***/

.gallery-section {
  position: relative;
  padding: 100px 0px;
  background: #ffffff;
}

.default-portfolio-item {
  position: relative;
  margin-bottom: 30px;
}

.default-portfolio-item.masonry-item {
  position: relative;
  margin-bottom: 0px;
  padding: 15px;
}

.default-portfolio-item .inner-box {
  position: relative;
  display: block;
}

.default-portfolio-item .inner-box:before {
  content: "";
  position: absolute;
  left: -5px;
  top: -5px;
  border-bottom: 1px solid #000000;
  width: 0%;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.default-portfolio-item .inner-box:after {
  content: "";
  position: absolute;
  left: -5px;
  top: -5px;
  border-left: 1px solid #000000;
  height: 0%;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.default-portfolio-item:hover .inner-box:before {
  width: 100%;
}

.default-portfolio-item:hover .inner-box:after {
  height: 100%;
}

.default-portfolio-item .image-box {
  position: relative;
}

.default-portfolio-item .image-box img {
  display: block;
  width: 100%;
}

.default-portfolio-item .overlay-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  color: #ffffff;
  text-align: center;
  overflow: hidden;
}

.default-portfolio-item .overlay-box .has-gallery-popup,
.default-portfolio-item .overlay-box .lightbox-image {
  position: absolute;
  display: block;
  top: -100%;
  left: 0px;
  width: 100%;
  height: 100%;
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.4);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.default-portfolio-item .inner-box:hover .overlay-box .has-gallery-popup,
.default-portfolio-item .inner-box:hover .overlay-box .lightbox-image {
  top: 0px;
  opacity: 1;
  visibility: visible;
}

.default-portfolio-item .overlay-box .has-gallery-popup .icon,
.default-portfolio-item .overlay-box .lightbox-image .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 40px;
}

.load-more-outer .theme-btn {
  padding: 10px 40px;
}

/*** 

====================================================================
	Team Section
====================================================================

***/

.team-section {
  position: relative;
  padding: 100px 0px 60px;
  background: #ffffff;
}

.team-member {
  position: relative;
}

.team-carousel .team-member {
  margin: 7px;
}

.team-member .inner-box {
  position: relative;
  display: block;
  padding: 30px;
  text-align: center;
  background: #f6f6f6;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.team-member .inner-box:before {
  content: "";
  position: absolute;
  left: -5px;
  top: -5px;
  border-bottom: 1px solid #000000;
  width: 0%;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.team-member .inner-box:after {
  content: "";
  position: absolute;
  left: -5px;
  top: -5px;
  border-left: 1px solid #000000;
  height: 0%;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.team-member:hover .inner-box:before {
  width: 100%;
}

.team-member:hover .inner-box:after {
  height: 100%;
}

.team-member:hover .inner-box {
  background: #303030;
  color: #ffffff;
}

.team-member .inner-box .image-box {
  position: relative;
  margin-bottom: 25px;
}

.team-member .inner-box .image-box img {
  display: block;
  width: 100%;
}

.team-member .inner-box .member-title {
  position: relative;
  margin-bottom: 15px;
}

.team-member .inner-box .member-title h3 {
  font-size: 18px;
  font-family: "poppins";
  font-weight: 600;
  text-transform: capitalize;
  color: #222222;
}

.team-member:hover .inner-box .member-title h3 {
  color: #ffffff;
}

.team-member .inner-box .member-title .designation {
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #222222;
}

.team-member:hover .inner-box .member-title .designation {
  color: #ffffff;
}

.team-member .inner-box .desc-text {
  position: relative;
  margin-bottom: 25px;
  font-style: italic;
  padding: 0px 15px;
}

.team-member .inner-box .social-links a {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 38px;
  font-size: 16px;
  color: #555555;
  margin: 0px 5px;
  border: 1px solid #555555;
}

.team-member:hover .inner-box .social-links a {
  border-color: #ffffff;
  color: #ffffff;
}

.team-member .inner-box .social-links a:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: #303030;
}

.team-section .owl-controls {
  margin: 0px !important;
  padding-top: 20px;
}

.team-section .owl-controls .owl-dots .owl-dot {
  width: 15px !important;
  height: 2px !important;
  margin: 0px 5px;
}

.team-section .owl-controls .owl-dots .owl-dot span {
  width: 15px !important;
  height: 2px !important;
  background: #555555 !important;
  border-radius: 0px !important;
}

.team-section .owl-controls .owl-dots .owl-dot.active span {
  background: #ac2473 !important;
}

.team-section .owl-controls .owl-prev {
  position: absolute;
  left: -85px;
  top: 50%;
  margin: 0px;
  margin-top: -20px;
  line-height: 40px;
  height: 40px;
  width: 60px;
  background: #f6f6f6;
  font-size: 22px !important;
  color: #222222 !important;
  text-align: right;
  padding: 0px 10px 0px 0px !important;
  border-radius: 0px !important;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.team-section .owl-controls .owl-next {
  position: absolute;
  right: -85px;
  top: 50%;
  margin: 0px;
  margin-top: -20px;
  line-height: 40px;
  height: 40px;
  width: 60px;
  background: #f6f6f6;
  font-size: 22px !important;
  color: #222222 !important;
  text-align: left;
  padding: 0px 0px 0px 10px !important;
  border-radius: 0px !important;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.team-section .owl-controls .owl-next:hover,
.team-section .owl-controls .owl-prev:hover {
  background: #222222 !important;
  color: #ffffff !important;
}

/*** 

====================================================================
	Video Section
====================================================================

***/

.video-section {
  position: relative;
  padding: 130px 0px 100px;
  color: #ffffff;
  background-color: #888888;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
}

.video-section:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.7;
}

.video-section .outer-box {
  position: relative;
  z-index: 1;
  max-width: 1650px;
  padding: 0px 0px;
  margin: 0 auto;
}

.video-section .outer-box .column {
  position: relative;
  padding: 0px 80px;
  text-align: center;
  margin-bottom: 30px;
}

.video-section .outer-box .image-box {
  position: relative;
  border: 5px solid #ffffff;
}

.video-section .outer-box .image-box img {
  display: block;
  width: 100%;
}

.video-section .outer-box .image-box .play-link {
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  width: 100%;
  height: 100%;
}

.video-section .outer-box .image-box .play-link .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  height: 80px;
  width: 80px;
  line-height: 80px;
  text-align: center;
  background: url(../images/icons/video-icon.png) center center no-repeat;
  opacity: 0.8;
}

.video-section .content-column .sec-title {
  margin-bottom: 40px;
}

.video-section .content-column .sec-title h2,
.video-section .content-column .sec-title .desc-text {
  color: #ffffff;
}

.video-section .content-column .sec-title .styled-line:before,
.video-section .content-column .sec-title .styled-line:after {
  background: #ffffff;
}

.video-section .content-column .default-text {
  margin-bottom: 50px;
  color: #e9e9e9;
}

.video-section .content-column .theme-btn {
  margin: 0px 12px 10px;
}

/*** 

====================================================================
	Pricing Section
====================================================================

***/

.pricing-section {
  position: relative;
  padding: 100px 0px 70px;
}

.pricing-column {
  position: relative;
}

.pricing-section .pricing-column {
  padding: 0px !important;
  margin-bottom: 50px;
}

.pricing-column .inner-box {
  position: relative;
  background: #ffffff;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}

.pricing-column .inner-box .priceing-header {
  position: relative;
  padding: 50px 20px;
  text-align: center;
  background: #333333 url(../images/icons/theme-icon-1.png) 100% 120% no-repeat;
  color: #ffffff;
}

.pricing-section .pricing-column:nth-child(1) .inner-box .priceing-header {
  background-image: url(../images/icons/theme-icon-1.png);
}

.pricing-section .pricing-column:nth-child(2) .inner-box .priceing-header {
  background-image: url(../images/icons/theme-icon-2.png);
}

.pricing-section .pricing-column:nth-child(3) .inner-box .priceing-header {
  background-image: url(../images/icons/theme-icon-3.png);
}

.pricing-column .inner-box .priceing-header .price {
  font-size: 48px;
  font-weight: 800;
  line-height: 60px;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.pricing-column .inner-box .priceing-header .title {
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.pricing-column .inner-box .pricing-content {
  position: relative;
  padding: 30px;
}

.pricing-column .inner-box .pricing-content ul {
  max-width: 250px;
  margin: 0 auto 30px;
}

.pricing-column .inner-box .pricing-content ul li {
  line-height: 24px;
  padding: 15px 0px;
  border-bottom: 1px solid #f5f5f5;
  color: #999999;
}

.pricing-column.active .inner-box {
  -webkit-transform: scale(1.07, 1.07);
  -ms-transform: scale(1.07, 1.07);
  -o-transform: scale(1.07, 1.07);
  -moz-transform: scale(1.07, 1.07);
  transform: scale(1.07, 1.07);
  top: 3px;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.pricing-column.active .priceing-header {
  background-color: #ac2473 !important;
}

.pricing-column.active .inner-box .theme-btn {
  background: #ac2473;
  border-color: #ac2473 !important;
}

.pricing-column.active .inner-box .theme-btn:hover {
  color: #ac2473 !important;
  background: none;
}

/*** 

====================================================================
	Call to Action Section
====================================================================

***/

.call-to-action {
  position: relative;
  padding: 70px 0px;
  color: #ffffff;
  background-color: #FFDBE7;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  /* background-image: url(../images/background/pattern-image-2.png); */
}

.call-to-action h3 {
  font-family: "poppins";
  font-size: 30px;
  line-height: 46px;
  font-weight: 400;
  letter-spacing: 2px;
}

.fb{
  color: black;
}
.facebook:hover .fb{
  color:white;
}

.ig{
  color: black;
}
.instagram:hover .ig{
  color:white;
}

.ln{
  color: black;
}
.linkedin:hover .ln{
  color:white;
}

.yt{
  color: black;
}
.youtube:hover .yt{
  color:white;
}

.wp{
  color: black;
}
.whatsapp:hover .wp{
  color:white;
}
.ps{
  color: black;
}
.playstore:hover .ps{
  color:white;
}


.card-front{
  
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}











/*** 

====================================================================
	Contact Info Section
====================================================================

***/

.contact-info-section {
  position: relative;
  padding: 100px 0px 50px;
}

.contact-info-section .info-block {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}

.contact-info-section .info-block .icon-box {
  position: relative;
  width: 50px;
  height: 50px;
  border: 1px solid #0060b2;
  color: #0060b2;
  line-height: 48px;
  font-size: 20px;
  margin: 0 auto 30px;
}

.contact-info-section .info-block .desc-text {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
}

.about-card{
  margin-top: 150px;
  margin-bottom: 50px;
}
.about-card-main{
 
  display: flex;
  justify-content:space-evenly;
  flex-direction: row;
}

.about-card-1 , .about-card-2{
  width: 400px;
  height: 550px;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  
}

.about-card-1 p, .about-card-2 p{
 visibility: hidden;
  
}
.about-card-1 h3, .about-card-2 h3{
  visibility: hidden;
   
 }
 .about-card-1 .about-div , .about-card-2 .about-div {
  width: 400px;
  height: 550px;
  padding: 20px;
  border-radius: 15px;
}


.about-card-1:hover .about-div , .about-card-2:hover .about-div {
   
  background: white;
  border-color: #1f1f1f;
  border-width: 1px;
  border-style: solid;
}
.about-card-1:hover h3, .about-card-2:hover h3{
  visibility: visible;
   
 }

 .about-card-1:hover p, .about-card-2:hover p{
  visibility: visible;
   
 }
 



.nav-tabs.wizard {
  background-color: transparent;
  padding: 0;
  width: 100%;
  margin: 1em auto;
  border-radius: .25em;
  clear: both;
  border-bottom: none;
}

.nav-tabs.wizard li {
  width: 100%;
  float: none;
  margin-bottom: 3px;
}

.nav-tabs.wizard li>* {
  position: relative;
  padding: 1em .8em .8em 2.5em;
  color: #999999;
  background-color: #dedede;
  border-color: #dedede;
}

.nav-tabs.wizard li.completed>* {
  color: #fff !important;
  background-color: #96c03d !important;
  border-color: #96c03d !important;
  border-bottom: none !important;
}

.nav-tabs.wizard li a {
  color: #fff !important;
  background-color: #2c3f4c !important;
  border-color: #2c3f4c !important;
  border-bottom: none !important;
}

.nav-tabs.wizard li::after:last-child {
  border: none;
}

.nav-tabs.wizard > li > a {
  opacity: 1;
  font-size: 14px;
}

/* .nav-tabs.wizard a:hover {
  color: #fff;
  background-color: #2c3f4c;
  border-color: #2c3f4c
} */

span.nmbr {
  display: inline-block;
  padding: 10px 0 0 0;
  background: #ffffff;
  width: 35px;
  line-height: 100%;
  height: 35px;
  margin: auto;
  border-radius: 50%;
  font-weight: bold;
  font-size: 16px;
  color: #555;
  margin-bottom: 10px;
  text-align: center;
}

@media(min-width:992px) {
  .nav-tabs.wizard li {
    position: relative;
    padding: 0;
    margin: 4px 4px 4px 0;
    width: 19.6%;
    float: left;
    text-align: center;
  }
  .nav-tabs.wizard li.active a {
    padding-top: 15px;
  }
  .nav-tabs.wizard li::after,
  .nav-tabs.wizard li>*::after {
    content: '';
    position: absolute;
    top: 1px;
    left: 100%;
    height: 0;
    width: 0;
    border: 45px solid transparent;
    border-right-width: 0;
    /*border-left-width: 20px*/
  }
  .nav-tabs.wizard li::after {
    z-index: 1;
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    -ms-transform: translateX(4px);
    -o-transform: translateX(4px);
    transform: translateX(4px);
    border-left-color: #fff;
    margin: 0
  }
  .nav-tabs.wizard li>*::after {
    z-index: 2;
    border-left-color: inherit
  }
  .nav-tabs.wizard > li:nth-of-type(1) > a {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .nav-tabs.wizard li:last-child a {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .nav-tabs.wizard li:last-child {
    margin-right: 0;
  }
  .nav-tabs.wizard li:last-child a:after,
  .nav-tabs.wizard li:last-child:after {
    content: "";
    border: none;
  }
  span.nmbr {
    display: block;
  }
}

/* @media screen and (min-width:991px) {
  .md-stepper-horizontal{
    display:none;
  }
  
}
@media screen and (max-width:991px) {
  .md-stepper-horizontal{
    visibility:visible;
  }
  .tabbable{
    visibility: hidden;
  }
  
} */
.visible-1{
  visibility: visible;
}
.visible-2{
  visibility: visible;
}
.notvisible-1{
  visibility: hidden;
}
.notvisible-2{
  visibility: hidden;
}
.md-stepper-horizontal {
	display:table;
	width:100%;
	margin:0 auto;
	background-color:#FFFFFF;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.md-stepper-horizontal .md-step {
	display:table-cell;
	position:relative;
	padding:24px;
}
.md-stepper-horizontal .md-step:hover,
.md-stepper-horizontal .md-step:active {
	background-color:rgba(0,0,0,0.04);
}
.md-stepper-horizontal .md-step:active {
	border-radius: 15% / 75%;
}
.md-stepper-horizontal .md-step:first-child:active {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.md-stepper-horizontal .md-step:last-child:active {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.md-stepper-horizontal .md-step:hover .md-step-circle {
	background-color:#757575;
}
.md-stepper-horizontal .md-step:first-child .md-step-bar-left,
.md-stepper-horizontal .md-step:last-child .md-step-bar-right {
	display:none;
}
.md-stepper-horizontal .md-step .md-step-circle {
	width:30px;
	height:30px;
	margin:0 auto;
	background-color:#999999;
	border-radius: 50%;
	text-align: center;
	line-height:30px;
	font-size: 16px;
	font-weight: 600;
	color:#FFFFFF;
}
.md-stepper-horizontal.green .md-step.active .md-step-circle {
	background-color:#00AE4D;
}
.md-stepper-horizontal.orange .md-step.active .md-step-circle {
	background-color:#F96302;
}
.md-stepper-horizontal .md-step.active .md-step-circle {
	background-color: rgb(33,150,243);
}
.md-stepper-horizontal .md-step.done .md-step-circle:before {
	font-family:'FontAwesome';
	font-weight:100;
	content: "\f00c";
}
.md-stepper-horizontal .md-step.done .md-step-circle *,
.md-stepper-horizontal .md-step.editable .md-step-circle * {
	display:none;
}
.md-stepper-horizontal .md-step.editable .md-step-circle {
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}
.md-stepper-horizontal .md-step.editable .md-step-circle:before {
	font-family:'FontAwesome';
	font-weight:100;
	content: "\f040";
}
.md-stepper-horizontal .md-step .md-step-title {
	margin-top:16px;
	font-size:16px;
	font-weight:600;
}
.md-stepper-horizontal .md-step .md-step-title,
.md-stepper-horizontal .md-step .md-step-optional {
	text-align: center;
	color:rgba(0,0,0,.26);
}
.md-stepper-horizontal .md-step.active .md-step-title {
	font-weight: 600;
	color:rgba(0,0,0,.87);
}
.md-stepper-horizontal .md-step.active.done .md-step-title,
.md-stepper-horizontal .md-step.active.editable .md-step-title {
	font-weight:600;
}
.md-stepper-horizontal .md-step .md-step-optional {
	font-size:12px;
}
.md-stepper-horizontal .md-step.active .md-step-optional {
	color:rgba(0,0,0,.54);
}
.md-stepper-horizontal .md-step .md-step-bar-left,
.md-stepper-horizontal .md-step .md-step-bar-right {
	position:absolute;
	top:36px;
	height:1px;
	border-top:1px solid #DDDDDD;
}
.md-stepper-horizontal .md-step .md-step-bar-right {
	right:0;
	left:50%;
	margin-left:20px;
}
.md-stepper-horizontal .md-step .md-step-bar-left {
	left:0;
	right:50%;
	margin-right:20px;
}

@media screen and (max-width:477px) {
  .md-stepper-horizontal {
    display:flex;
    justify-content: center;
    flex-direction: column;
    width:100%;
    margin:0 auto;
    background-color:#FFFFFF;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }
  
}



@media screen and (max-width:991px) {
  .about-card{
    margin-top: 60px;
  }
  .about-card-main{
   
    display: flex;
    align-items:center;
    align-content: space-between;
    flex-direction: column;
  }
  
  .about-card-1 , .about-card-2{
    width: 400px;
    height: 550px;
   
  }
  .about-card-2{
    margin-top: 70px;
  }
}
@media screen and (max-width:480px) {
  .about-card{
    margin-top: 60px;
  }
  .about-card-main{
   
    display: flex;
    align-items:center;
    align-content: space-between;
    flex-direction: column;
  }
  .about-card-1:hover .about-div , .about-card-2:hover .about-div {
   padding: 10px;
   width: 350px;
   height: 550px;
  }
  .about-card-1 , .about-card-2{
    width: 350px;
    height: 550px;
   
  }
  .about-card-1 .about-div , .about-card-2 .about-div{
    width: 350px;
    height: 550px;
   
  }
  .about-card-2{
    margin-top: 70px;
  }
}
.about-second{

  margin: 100px auto auto auto;
  width: 62%;
  border-width: 1px;
  border-style: solid;
  border-radius: 15px;
  background-image: url(../images/resource/P2.jpg);
  height: 550px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

 
}

.myfollow div ul li{
  margin-top: 30px;
  color: #444444;
}

@media  screen and (max-width:1436px) {
  .about-second-follow{

    margin: 100px auto auto auto;
    width: 70%;
    border-width: 1px;
    border-style: solid;
    border-radius: 15px;
  padding: 50px;
    height: 680px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  
   
  }
  .myfollow{
    display: flex;
    justify-content:space-around;
   margin-left: 40px;
    padding-left: 0px;
    padding-right:0px;
  }
  
  .myfollow div ul li{
    margin-top: 30px;
    color: #444444;
  }
 
}
@media  screen and (max-width:1227px) {
  .about-second-follow{
    width: 90%;
    height: 1000px;
    border-width: 1px;
    border-style: solid;
    border-radius: 15px;
  padding: 50px;
    height: 550px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  }
  .about-second-follow .summa-ab{
    width: 100%;
    height: 800px;
  }
  .myfollow{
    display: flex;
    justify-content:space-evenly;
    margin-left: 50px;
    padding-left: 0px;
    padding-right:0px;
  }
}

@media  screen and (max-width:992px) {
  .about-second-follow{
    width: 90%;
    height: 1400px;
    border-width: 1px;
    border-style: solid;
    border-radius: 15px;
  padding: 50px;
   
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  }
  
  .about-second-follow .summa-ab{
    width: 100%;
    height:850px;
  }
  .myfollow{
    display: flex;
    flex-direction: column;
    justify-content:center;
    
    margin-left: 0px;
    padding-left: 0px;
    padding-right:0px;
  }
  .myfollow div ul {
    display: inline-block;
    text-align:left;
  }
  .myfollow div  {
    text-align: center;
    
  }
  .myfollow div .second{
    margin-left: 100px;
  }
}


@media  screen and (max-width:675px) {
  .about-second-follow{
    width: 90%;
    height: 1400px;
    border-width: 1px;
    border-style: solid;
    border-radius: 15px;
  padding: 50px;
   
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  }
  .myfollow div .second{
    margin-left:100px;
  }
  .about-second-follow .summa-ab{
    width: 100%;
    height:900px;
  }
  .myfollow{
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items:center;
    margin-left: 0px;
    padding-left: 0px;
    padding-right:0px;
  }
}
@media  screen and (max-width:548px) {
  .about-second-follow{
    width: 90%;
    height: 1400px;
    border-width: 1px;
    border-style: solid;
    border-radius: 15px;
  padding: 50px;
   
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  }
  .myfollow div .second{
    margin-left:45px;
  }
  .about-second-follow .summa-ab{
    width: 100%;
    height:950px;
  }
  .myfollow{
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items:center;
    margin-left: 0px;
    padding-left: 0px;
    padding-right:0px;
  }
}
@media  screen and (max-width:480px) {
  .about-second-follow{
    width: 90%;
    height: 1400px;
    border-width: 1px;
    border-style: solid;
    border-radius: 15px;
  padding: 50px;
   
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  }
  .myfollow div .second{
    margin-left:10px;
  }
  .about-second-follow .summa-ab{
    width: 100%;
    height:1000px;
  }
  .myfollow{
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items:center;
    margin-left: 0px;
    padding-left: 0px;
    padding-right:0px;
  }
}

@media  screen and (max-width:422px) {
  .about-second-follow{
    width: 90%;
    height: 1500px;
    border-width: 1px;
    border-style: solid;
    border-radius: 15px;
  padding: 50px;
   
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  }
  .myfollow div .second{
    margin-left:10px;
  }
  .about-second-follow .summa-ab{
    width: 100%;
    height: 1100px;
  }
  .myfollow{
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items:center;
    margin-left: 0px;
    padding-left: 0px;
    padding-right:0px;
  }
}

@media  screen and (max-width:398px) {
  .about-second-follow{
    width: 90%;
    height: 1600px;
    border-width: 1px;
    border-style: solid;
    border-radius: 15px;
  padding: 50px;
   
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  }
  .myfollow div .second{
    margin-left:10px;
  }
  .about-second-follow .summa-ab{
    width: 100%;
    height: 1200px;
  }
  .myfollow{
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items:center;
    margin-left: 0px;
    padding-left: 0px;
    padding-right:0px;
  }
}

@media  screen and (max-width:354px) {
  .about-second-follow{
    width: 90%;
    height: 1700px;
    border-width: 1px;
    border-style: solid;
    border-radius: 15px;
  padding: 50px;
   
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  }
  .myfollow div .second{
    margin-left:10px;
  }
  .about-second-follow .summa-ab{
    width: 100%;
    height: 1300px;
  }
  .myfollow{
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items:center;
    margin-left: 0px;
    padding-left: 0px;
    padding-right:0px;
  }
}

@media screen  and (min-width:1436px){
  .about-second-follow{

    margin: 100px auto auto auto;
    width: 60%;
    border-width: 1px;
    border-style: solid;
    border-radius: 15px;
  padding: 50px;
    height: 680px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  
   
  }
  .myfollow{
    display: flex;
    justify-content:space-around;
    margin-left: 100px;
    padding-left: 0px;
    padding-right:0px;
  }
  .myfollow div ul li{
    margin-top: 30px;
    color: #444444;
  }
}
.about-second div{
  border-width: 1px;
  border-style: solid;
  border-radius: 15px;
  width: 100%;
  padding: 30px;
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  height: 100%;

 
}
.about-second .summa-ab h3{
 visibility: hidden;
 
}
.about-second .summa-ab p{
  visibility: hidden;
  
 }

.about-second .summa-ab:hover h3{
  visibility: visible;
  
 }
 .about-second .summa-ab:hover p{
  visibility: visible;
  
 }
 
 

.about-second:hover div{
background-color: white;

}



@media screen  and (max-width:1460px){
  .about-second {
    width: 70%;
    height: 700px;
    }
   
}
@media screen  and (max-width:1100px){
  .about-second {
    width: 70%;
    height: 750px;
    }
   
}
@media screen  and (max-width:920px){
  .about-second {
    width: 70%;
    height: 850px;
    }
   
}
@media screen  and (max-width:880px){
  .about-second {
    
    height: 850px;
    width: 70%;
    }
   
}

@media screen  and (max-width:780px){
  .about-second {
    
    height: 900px;
    width: 70%;
    }
   
}
@media screen  and (max-width:720px){
  .about-second {
    
    height: 950px;
    width: 70%;
    }
   
}
@media screen  and (max-width:675px){
  .about-second {
    
    height: 1050px;
    width: 70%;
    }
   
}
@media screen  and (max-width:620px){
  .about-second {
    
    height: 1150px;
    width: 70%;
    }
   
}

@media screen  and (max-width:575px){
  .about-second {
    
    height: 1200px;
    width: 80%;
    }
   
}

@media screen and (max-width:484px) {
  .about-second {
    
    height: 1400px;
    width: 80%;
    }
   
  
}

/*** 

====================================================================
	Map Section Style
====================================================================

***/

.map-section {
  position: relative;
}

.map-section .map-container {
  position: relative;
  height: 450px;
}

.map-section.extended .map-container {
  height: 500px;
}


.map-section .map-data {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}

.map-section .map-data h6 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 5px;
  color: #2e2e2e;
  font-weight: 700;
  font-family: "poppins";
}

/*** 

====================================================================
	Mai Footer
====================================================================

***/

.main-footer {
  position: relative;
  background: #111111;
  color: #ffffff;
}

.main-footer .footer-upper {
  position: relative;
  padding: 80px 0px 40px;
}

.foot {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.footclass {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footmain {

  display: flex;
  justify-content: space-evenly;
  background-color: rgb(255, 255, 255);
  padding-top: 50px;
  padding-bottom: 30px;

}


.footimage {
  position: relative;
  top: 30px;
}


.main-footer .upper-container {
  position: relative;
  padding-left: 170px;
  border: 2px solid red;

}

.main-footer .footer-widget {
  position: relative;
  margin-bottom: 30px;
}

@media screen  and (min-width:1199px){
  .footimage a img{
    position: relative;
    bottom: 40px;
  }
  .fot1 h3{
    position: relative;
  text-align: center;
   
  }
  .fot2 h3{
    position: relative;
    left: 0px;
  }
  .fot3 h3{
    position: relative;
    right: 60px;
  }
}

#right_nav {
  width: auto;
  position: relative;
  left: 60px;
  bottom: 30px;
  border: 2px solid red;
}

@media only screen and (max-width: 1300px) and (min-width:1024px) {
  #right_nav {
    width: auto;
    position: relative;
    left: 60px;
    bottom: 30px;
    margin-left: 40px
  }
}

@media only screen and (max-width: 780px) {
  /* Your CSS rules for mobile devices go here */

  .footclass {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 10px;
  }

  .footmain {

    display: flex;
    justify-content: space-evenly;
    gap: 40px;
    background-color: rgb(255, 255, 255);
    padding-top: 20px;
    flex-direction: column;
    align-items: center;
    padding-bottom: 30px;

  }
}



.main-footer .upper-container .logo-image {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 200px;
  height: auto;
  margin: 0 auto 30px;
}

.footer-column h2 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}

.main-footer .work-hours ul li {
  font-size: 14px;
  color: #ac2473;
  line-height: 24px;
  margin-bottom: 10px;
}

.main-footer .links-widget ul li {
  font-size: 14px;
  color: #999999;
  line-height: 24px;
  margin-bottom: 5px;
}

.main-footer .links-widget {
  padding-left: 50px;
}

.main-footer .links-widget ul li a {
  position: relative;
  font-size: 14px;
  color: #999999;
  line-height: 24px;
}

.main-footer .social-links-widget ul li {
  font-size: 14px;
  color: #999999;
  line-height: 24px;
  margin-bottom: 10px;
}

.main-footer .social-links-widget ul li a {
  position: relative;
  font-size: 14px;
  color: #999999;
  line-height: 24px;
  padding-left: 20px;
}

.main-footer .social-links-widget ul li a .icon {
  position: absolute;
  font-size: 13px;
  left: 0px;
  top: 0px;
  line-height: 20px;
}

.main-footer .social-links-widget ul li a:hover .icon,
.main-footer .links-widget ul li a:hover {
  color: #ac2473;
}

.main-footer .newsletter-form {
  position: relative;
}

.main-footer .newsletter-form .form-group {
  position: relative;
  margin-bottom: 0px;
}

.main-footer .newsletter-form input[type="text"],
.main-footer .newsletter-form input[type="email"],
.main-footer .newsletter-form input[type="tel"] {
  position: relative;
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 12px 50px 12px 20px;
  height: 48px;
  background: #1f1f1f;
  color: #ffffff;
  font-size: 14px;
  border-radius: 3px;
}

.main-footer .newsletter-form input[type="text"]:focus,
.main-footer .newsletter-form input[type="email"]:focus,
.main-footer .newsletter-form input[type="tel"]:focus {
  background: #2f2f2f;
}

.main-footer .newsletter-form input[type="submit"],
.main-footer .newsletter-form button {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 50px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  background: #000000;
  color: #ffffff;
  font-size: 16px;
  border-radius: 0px 3px 3px 0px;
}

.copyrightcon .footer-bottom {
  position: relative;
  padding: 15px 0px;
  line-height: 30px;
  background: #FFDBE7;
  color: #ffffff;
  font-size: 12px;
  text-transform: uppercase;
}

@media screen and (max-width:1140px) and (min-width:992px) {

  .main-footer .upper-container {
    position: relative;
    padding-left: 0px;
  }

  .auto-container .upper-container .row {

    margin-left: 120px;
  }
}

@media screen and (max-width:991px) and (min-width:768px) {

  .main-footer .upper-container {
    position: relative;
    padding-left: 0px;
  }


  .auto-container .upper-container .row {

    margin-left: 130px;

  }

  .auto-container .upper-container .row .work-hours {

    width: 100%;
    position: relative;
    right: 50px;

  }
}

@media screen and (max-width:767px) and (min-width:700px) {
  .auto-container .upper-container .row {

    display: flex;
    justify-content: center;
    align-content: center;
    margin-left: 60px;

  }




}

@media screen and (max-width:700px) and (min-width:100px) {
  .auto-container .upper-container .row {

    display: flex;
    justify-content: center;
    flex-direction: column;

  }

  .foot {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

  }

  .main-footer .upper-container {
    position: relative;
    padding-left: 170px;
    border: 2px solid red;
    display: flex;
    justify-content: center;
    flex-direction: column;

  }

}

/*** 

====================================================================
	Page Title Style
====================================================================

***/

.page-title {
  position: relative;
  padding: 90px 0px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
}



.page-title .auto-container {
  position: relative;
  z-index: 1;
}

.page-title h1 {
  position: relative;
  font-size: 52px;
  font-weight: 400;
  color: #ffffff;
  padding-bottom: 20px;
  line-height: 60px;
  font-family: "Playball", cursive;
}

.page-title h1:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -20px;
  bottom: 8px;
  width: 40px;
  height: 2px;
  border-bottom: 2px solid #ac2473;
}

.page-title .desc-text {
  position: relative;
  font-size: 14px;
  max-width: 350px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.7);
}

.page-info {
  position: relative;
  padding: 12px 0px;
  background:rgb(255, 219, 231);
  color: #ffffff;
}

.page-info h2 {
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
  font-weight: 400;
  font-family: "Merriweather", serif;
}

.page-info .bread-crumb {
  position: relative;
  font-size: 13px;
}

.page-info .bread-crumb li {
  position: relative;
  float: left;
  margin-right: 30px;
  color: #ffffff;
  line-height: 24px;
}

.page-info .bread-crumb li:last-child {
  margin-right: 0px;
}

.page-info .bread-crumb li:after {
  content: "/";
  font-family: "FontAwesome";
  position: absolute;
  right: -22px;
  width: 10px;
  line-height: 28px;
  font-size: 13px;
}

.page-info .bread-crumb li:last-child:after {
  display: none;
}

.page-info .bread-crumb li a {
  color: #ffffff;
}

.page-info .bread-crumb li a:hover {
  color: #f1f1f1;
}

/*** 

====================================================================
	Styled Pagination
====================================================================

***/

.styled-pagination {
  position: relative;
  font-family: "Raleway", sans-serif;
}

.styled-pagination li {
  position: relative;
  display: inline-block;
  margin: 0px 7px 0px 0px;
}

.styled-pagination li a {
  position: relative;
  display: block;
  line-height: 24px;
  padding: 7px 5px;
  font-size: 14px;
  text-transform: uppercase;
  min-width: 40px;
  border: 1px solid #ac2473;
  background: #ffffff;
  color: #ac2473;
  font-weight: 500;
  text-align: center;
  border-radius: 2px;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
}

.styled-pagination li a.next,
.styled-pagination li a.prev {
  padding: 7px 15px;
  font-size: 12px;
  letter-spacing: 2px;
}

.styled-pagination li a:hover,
.styled-pagination li a.active {
  color: #ffffff;
  background: #ac2473;
  border-color: #ac2473;
}

/*** 

====================================================================
	Gallery Single
====================================================================

***/

.gallery-single-post {
  position: relative;
  padding: 100px 0px;
}

.gallery-single-post .upper-images {
  position: relative;
  margin-bottom: 10px;
}

.gallery-single-post .upper-images .left-column,
.gallery-single-post .upper-images .right-column {
  padding: 0px 10px;
  margin-bottom: 10px;
}

.gallery-single-post .upper-images .row {
  margin-right: -10px;
  margin-left: -10px;
}

.gallery-single-post .upper-images img {
  display: block;
  width: 100%;
  height: auto;
}

.gallery-single-post .upper-images .image-box {
  position: relative;
  margin-bottom: 14px;
  overflow: hidden;
}

.gallery-single-post .upper-images .image-box .lightbox-image {
  position: absolute;
  left: 0px;
  top: -100%;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  color: #ffffff;
  opacity: 0;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
}

.gallery-single-post .upper-images .image-box:hover .lightbox-image {
  top: 0px;
  opacity: 1;
}

.gallery-single-post .upper-images .image-box .lightbox-image .icon {
  position: absolute;
  left: 50%;
  margin-left: -20px;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  font-size: 36px;
  line-height: 40px;
  text-align: center;
  display: block;
}

.gallery-single-post .upper-images .owl-controls {
  margin: 0px !important;
}

.gallery-single-post .upper-images .owl-controls .owl-nav {
  display: none !important;
}

.gallery-single-post .upper-images .owl-controls .owl-dots {
  position: absolute;
  right: 20px;
  bottom: 10px;
}

.gallery-single-post .upper-images .owl-controls .owl-dots .owl-dot {
  margin: 0px 0px;
}

.gallery-single-post .upper-images .owl-controls .owl-dots .owl-dot span {
  position: relative;
  width: 12px;
  height: 12px;
  border: 2px solid #ffffff;
  background: #ffffff;
  margin: 0px 5px;
  border-radius: 50%;
}

.gallery-single-post .upper-images .owl-controls .owl-dots .owl-dot span {
  position: relative;
  width: 12px;
  height: 12px;
  border: 3px solid #ffffff;
  background: #ffffff;
  border-radius: 50%;
}

.gallery-single-post .upper-images .owl-controls .owl-dots .owl-dot.active span {
  background: #ac2473;
}

.gallery-single-post .text-content {
  position: relative;
  padding: 30px 30px 20px;
  background: #f6f6f6;
  border-radius: 3px;
}

.gallery-single-post .desc-column {
  font-size: 13px;
}

.gallery-single-post .info-column {
  padding-left: 50px;
}

.gallery-single-post .desc-column h3 {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #222222;
}

.gallery-single-post .info-column li {
  margin-bottom: 5px;
  font-size: 13px;
}

.gallery-single-post .info-column li strong {
  font-weight: 500;
  color: #222222;
  font-size: 14px;
  line-height: 18px;
}

.gallery-single-post .info-column .rating {
  font-size: 13px;
  color: #ac2473;
}

.gallery-single-post .info-column .rating .fa {
  margin-right: 2px;
  font-size: 12px;
}

/*** 

====================================================================
	Gallery Popup style
====================================================================

***/

body.popup-visible {
  overflow: hidden;
}

.gallery-box {
  position: fixed;
  left: 0px;
  top: -120%;
  width: 100%;
  height: 100%;
  overflow: auto;
  padding: 0px;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  transition: all 700ms ease;
}

.gallery-box.now-visible {
  top: 0px;
  visibility: visible;
  opacity: 1;
}

.gallery-box .bg-fade-layer {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(21, 21, 21, 0.8);
}

.gallery-box .popup-content {
  position: relative;
  overflow: hidden;
}

.gallery-box .btn-close {
  position: absolute;
  top: 15px;
  right: 15px;
  color: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  background: none;
  opacity: 1;
  font-size: 20px;
  line-height: 34px;
  padding: 0px;
  text-align: center;
  display: block;
  border: 2px solid rgba(0, 0, 0, 0.5);
  z-index: 1;
  border-radius: 50%;
}

.gallery-box .close:hover {
  color: rgba(0, 0, 0, 1);
  border-color: rgba(0, 0, 0, 1);
}

.gallery-box .popup-container {
  margin: 50px auto;
  width: auto;
  max-width: 1030px;
  padding: 0px 15px;
}

.gallery-box .content-outer {
  position: relative;
  background: none;
}

.gallery-carousel-container {
  position: relative;
  width: 100%;
  margin-bottom: 0;
}

.gallery-carousel-container .ms-gallery-template .ms-gallery-botcont {
  height: auto !important;
  min-height: 55px;
  background: none !important;
}

.gallery-carousel-container .ms-gallery-template .ms-gal-thumbcont,
.gallery-carousel-container .ms-gallery-template .ms-gal-thumbcont.hide-thumbs {
  position: relative !important;
  top: 0px !important;
  height: 100px !important;
  background: none !important;
}

.gallery-carousel-container .ms-gallery-template .ms-thumb-frame {
  width: 140px;
  padding: 8px 10px 0px 0px;
  opacity: 0.9;
}

.gallery-carousel-container .ms-gallery-template .ms-thumb-list {
  background: none !important;
}

.gallery-carousel-container .ms-gallery-template .ms-slide-info {
  position: absolute;
  left: 0px;
  top: -44px;
  width: 100%;
  padding: 10px 20px;
  text-align: left;
  background: rgba(255, 255, 255, 1);
  color: #2f2f2f;
  text-transform: uppercase;
}

.gallery-carousel-container .ms-gallery-template .ms-slide-info .ms-info {
  color: #2f2f2f;
  font-weight: 500;
  font-size: 13px;
  line-height: 24px;
}

.gallery-carousel-container .ms-gallery-template .ms-timerbar,
.gallery-carousel-container .ms-gallery-template .ms-bullets {
  display: none;
}

.gallery-carousel-container .ms-skin-black-2 .ms-nav-next,
.gallery-carousel-container .ms-skin-black-2 .ms-nav-prev {
  margin-top: -20px;
  background-color: #ac2473 !important;
}

/*** 

====================================================================
	Sidebar
====================================================================

***/

.abovetime h2{
  
  font-family: "poppins";
}
.sidebar-page-container {
  position: relative;
  padding-top: 40px;
  padding-left: 0;
  padding-right: 0;

}

.sidebar-page-container .sidebar,
.sidebar-page-container .content-side {
  margin-bottom: 30px !important;
}

.sidebar .boxed-widget {
  position: relative;
  border: 1px solid #f0f0f0;
}

.sidebar .boxed-widget .widget-title {
  position: relative;
  padding: 8px 0px;
  background: #ac2473;
}

.sidebar .boxed-widget .list {
  margin-top: 10px;
}

.sidebar .boxed-widget .widget-title h2 {
  color: #ffffff;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 24px;
  padding: 6px 15px;
  border-left: 5px solid #ffffff;
  font-family: "Georgia", serif;
}

.shop-container .sidebar .boxed-widget .widget-title h2 {
  border: none;
}

.shop-container .sidebar .boxed-widget .widget-title h2 {
  border: none;
  padding-left: 20px;
}

.shop-container .sidebar .boxed-widget .widget-title h2 .icon {
  position: relative;
  top: 2px;
  padding-right: 10px;
  font-size: 20px;
  line-height: 24px;
  padding-top: 6px;
}

.sidebar .sidebar-widget {
  position: relative;
  margin-bottom: 40px;
}

.sidebar .search-box .form-group {
  position: relative;
  margin: 0px;
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"] {
  position: relative;
  line-height: 24px;
  padding: 10px 50px 10px 20px;
  border: 1px solid #e9e9e9;
  background: #ffffff;
  color: #3a3a3a;
  display: block;
  width: 100%;
  height: 46px;
  border-radius: 3px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.sidebar .search-box .form-group input:focus {
  border-color: #ac2473;
}

.sidebar .search-box .form-group button {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 46px;
  width: 50px;
  line-height: 46px;
  text-align: center;
  display: block;
  font-size: 15px;
  color: #ffffff;
  background: #ac2473;
  border-radius: 0px 3px 3px 0px;
}

.sidebar .search-box .form-group input:focus+button,
.sidebar .search-box .form-group button:hover {
  background-color: #2c3038;
  color: #ffffff;
}

.sidebar .sidebar-title h3 {
  font-size: 18px;
  color: #2c2c2c;
  font-weight: 700;
  text-transform: uppercase;
}

.sidebar .popular-posts .post {
  position: relative;
  font-size: 14px;
  color: #333333;
  padding: 20px;
  padding-left: 110px;
  min-height: 110px;
  border-bottom: 1px solid #f0f0f0;
}

.sidebar .popular-posts .post:last-child {
  border-bottom: none;
}

.sidebar .popular-posts .post .post-thumb {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 70px;
  background: #333333;
}

.sidebar .popular-posts .post .overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #ffffff !important;
  background: rgba(172, 36, 115, 0.8);
  opacity: 0;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.sidebar .popular-posts .post:hover .post-thumb .overlay {
  opacity: 1;
}

.sidebar .popular-posts .post .overlay .fa {
  position: absolute;
  left: 50%;
  margin-left: -18px;
  top: 50%;
  margin-top: -18px;
  width: 36px;
  height: 36px;
  line-height: 32px;
  font-size: 14px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}

.sidebar .popular-posts .post .post-thumb img {
  display: block;
  width: 100%;
}

.sidebar .popular-posts .post h4 {
  font-size: 14px;
  margin: 0px 0px 5px;
  line-height: 1.4em;
  color: #333333;
  font-family: "poppins";
  font-weight: 500;
}

.sidebar .popular-posts .post a,
.sidebar .popular-posts .post a:hover {
  color: #ac2473;
}

.sidebar .popular-posts .post h4 a {
  color: #333333;
}

.sidebar .popular-posts .post-info {
  font-size: 12px;
  color: #ac2473;
  text-transform: capitalize;
}

.sidebar .boxed-widget .list {
  position: relative;
}

.sidebar .boxed-widget .list li {
  position: relative;
  border-bottom: 1px solid #f0f0f0;
}

.sidebar .boxed-widget .list li:last-child {
  border: none;
}

.sidebar .boxed-widget .list li a {
  position: relative;
  display: block;
  color: #777777;
  font-size: 13px;
  font-weight: 500;
  line-height: 24px;
  padding: 10px 20px;
  padding-left: 48px;
  font-family: "Raleway", sans-serif;
  text-transform: capitalize;
}

.sidebar .list li a:before {
  content: "";
  position: absolute;
  left: 20px;
  top: 14px;
  width: 16px;
  height: 16px;
  border: 1px solid #ac2473;
}

.sidebar .list li a:after {
  content: "";
  position: absolute;
  left: 24px;
  top: 18px;
  width: 8px;
  height: 8px;
  background: #ac2473;
  opacity: 0;
}

.sidebar .list li a:hover:after,
.sidebar .list li.current a:after {
  opacity: 1;
}

.sidebar .list li a:hover,
.sidebar .list li.current a {
  color: #ac2473;
}

.sidebar .offer-widget {
  position: relative;
  text-align: center;
}

.sidebar .offer-widget .widget-box {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  outline: 5px solid rgba(172, 36, 115, 0.8);
  padding: 5px 0px;
  outline-offset: -5px;
}

.sidebar .offer-widget .content-box {
  position: relative;
  padding: 40px 20px;
  color: #ffffff;
  background: rgba(16, 16, 16, 0.8);
  margin: 5px 10px;
}

.sidebar .offer-widget .content-box .title-text {
  font-family: "Playball", Cursive;
  font-size: 24px;
  text-transform: capitalize;
  margin-bottom: 24px;
  line-height: 1em;
}

.sidebar .offer-widget .content-box .save-title {
  font-family: "Georgia", Cursive;
  font-size: 32px;
  text-transform: capitalize;
  margin-bottom: 30px;
  line-height: 1em;
}

.sidebar .offer-widget .content-box .save-percent {
  font-family: "Playball", Cursive;
  font-size: 60px;
  line-height: 1em;
  margin-bottom: 30px;
}

.sidebar .visit-now-widget {
  position: relative;
  text-align: center;
}

.sidebar .visit-now-widget .widget-box {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(16, 16, 16, 0.6) !important;
  border: 30px solid transparent;
  border-left-width: 20px;
  border-right-width: 20px;
}

.sidebar .visit-now-widget .content-box {
  position: relative;
  z-index: 1;
  padding: 60px 10px;
  color: #ffffff;
  background: rgba(172, 36, 115, 0.8);
}

.sidebar .visit-now-widget .title-text {
  font-family: "Playball", Cursive;
  font-size: 24px;
  text-transform: capitalize;
  margin-bottom: 18px;
  line-height: 1em;
}

.sidebar .visit-now-widget .class-title {
  font-family: "Georgia", Cursive;
  font-size: 32px;
  text-transform: capitalize;
  margin-bottom: 25px;
  line-height: 1em;
}

.sidebar .visit-now-widget .read-more {
  font-size: 14px;
  line-height: 1em;
  line-height: 24px;
  font-weight: 700;
  font-style: italic;
  color: #ffffff;
  text-decoration: underline;
}

.sidebar .shop-posts .post {
  position: relative;
  font-size: 14px;
  color: #333333;
  padding: 20px;
  padding-left: 110px;
  min-height: 110px;
  border-bottom: 1px solid #f0f0f0;
}

.sidebar .shop-posts .post:last-child {
  border-bottom: none;
}

.sidebar .shop-posts .post .post-thumb {
  position: absolute;
  left: 20px;
  top: 22px;
  width: 70px;
  background: #333333;
}

.sidebar .shop-posts .post .overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #ffffff !important;
  background: rgba(172, 36, 115, 0.8);
  opacity: 0;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.sidebar .shop-posts .post:hover .post-thumb .overlay {
  opacity: 1;
}

.sidebar .shop-posts .post .overlay .fa {
  position: absolute;
  left: 50%;
  margin-left: -18px;
  top: 50%;
  margin-top: -18px;
  width: 36px;
  height: 36px;
  line-height: 32px;
  font-size: 14px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}

.sidebar .shop-posts .post .post-thumb img {
  display: block;
  width: 100%;
}

.sidebar .shop-posts .post h4 {
  font-size: 16px;
  margin: 0px 0px 0px;
  line-height: 1.4em;
  color: #333333;
  font-family: "poppins";
  font-weight: 400;
}

.sidebar .shop-posts .post a,
.sidebar .shop-posts .post a:hover {
  color: #ac2473;
}

.sidebar .shop-posts .post h4 a {
  color: #333333;
}

.sidebar .shop-posts .item-price {
  font-size: 14px;
  color: #ac2473;
  text-transform: capitalize;
  font-weight: 700;
  letter-spacing: 1px;
}

.sidebar .shop-posts .rating .star {
  position: relative;
  display: inline-block;
  font-size: 12px;
  margin-right: 5px;
  color: #ac2473;
  line-height: 20px;
}

/*Blog Style*/

.blog-container {
  position: relative;
  padding: 0px 0px;
}

.sidebar-page-container blockquote {
  position: relative;
  padding: 10px 20px;
  font-style: italic;
  margin: 20px 0px;
  line-height: 1.8em;
  font-size: 15px;
  color: #282828;
  background: none;
  border-left-color: #ac2473;
}

.sidebar-page-container .blog-detail blockquote p {
  margin-bottom: 5px;
}

.sidebar-page-container .blog-detail .post-desc h2 {
  font-size: 20px;
  margin-bottom: 22px;
  color: #1a1a1a;
}

.sidebar-page-container .blog-detail .post-desc h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #1a1a1a;
}

.sidebar-page-container .blog-detail h4 {
  font-size: 16px;
  margin-bottom: 20px;
}

.check-list li .fa {
  position: relative;
  color: #cbda37;
}

.remove-list li .fa {
  position: relative;
  color: #ff0000;
}

.sidebar-page-container .blog-detail .post-tags {
  position: relative;
  padding: 15px;
  font-size: 16px;
  background: #f5f5f5;
  color: #999999;
  margin-bottom: 50px;
}

.sidebar-page-container .blog-detail .post-tags a {
  position: relative;
  color: #777777;
  font-size: 15px;
}

.sidebar-page-container .blog-detail .post-tags a:hover {
  color: #00bff3;
}

.social-links-two {
  position: relative;
  line-height: 32px;
}

.blog-news-section .social-links-two a {
  display: inline-block;
  float: none;
  margin: 0px 0px 0px 10px !important;
  text-align: center;
  border-radius: 50%;
  color: #444444;
  background: #eaeaea none repeat scroll 0 0;
  font-size: 13px;
  height: 32px;
  width: 32px;
  line-height: 32px;
}

.social-links-two a:hover {
  background: #ac2473 none repeat scroll 0 0 !important;
  border-color: #ac2473;
  color: #ffffff !important;
}

.rangeslider-widget .outer-box {
  position: relative;
  padding: 25px;
}

.rangeslider-widget .form-group {
  position: relative;
  text-align: center;
  color: #444444;
  font-weight: 700;
  font-size: 12px;
}

.rangeslider-widget .val-box {
  position: relative;
  display: inline-block;
  margin: 20px 0px 0px;
  line-height: 24px;
  font-size: 12px;
  padding: 5px 0px;
  width: 80px;
  color: #444444;
  font-weight: 700;
}

.rangeslider-widget .noUi-connect {
  background: #ac2473 !important;
  box-shadow: none;
}

.rangeslider-widget .noUi-background {
  background: #ededed !important;
}

.rangeslider-widget .noUi-handle {
  top: -9px !important;
  background-color: transparent !important;
  border-radius: 0px !important;
  box-shadow: none;
  border-color: transparent;
  cursor: pointer;
}

.rangeslider-widget .noUi-handle-lower {
  background: url(../images/icons/handle-left-icon.png) center center no-repeat !important;
}

.rangeslider-widget .noUi-handle-upper {
  background: url(../images/icons/handle-right-icon.png) center center no-repeat !important;
}

.rangeslider-widget .noUi-horizontal {
  height: 5px !important;
  box-shadow: none !important;
  background: #ac2473;
}

/*** 

====================================================================
	Comments Area
====================================================================

 ***/

.sidebar-page-container .comments-area {
  position: relative;
  margin-bottom: 50px;
}

.sidebar-page-container .group-title {
  position: relative;
  margin-bottom: 40px;
}

.sidebar-page-container .group-title h2 {
  font-size: 20px;
  text-transform: uppercase;
  color: #444444;
  font-weight: 500;
  letter-spacing: 2px;
  padding-bottom: 7px;
}

.sidebar-page-container .group-title h2:after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 50px;
  border-bottom: 2px solid #ac2473;
}

.sidebar-page-container .comments-area .comment-box {
  position: relative;
  padding: 30px 20px;
  border: 1px solid #e9e9e9;
  border-radius: 3px;
  margin-bottom: 25px;
}

.sidebar-page-container .comments-area .comment-box:hover {
  border-color: #ac2473;
}

.sidebar-page-container .comments-area .separator {
  margin: 20px 0px 40px;
}

.sidebar-page-container .comments-area .comment {
  position: relative;
  padding: 8px 0px 0px 110px;
}

.sidebar-page-container .comments-area .comment .text {
  margin-bottom: 5px;
  color: #888888;
  font-size: 14px;
  line-height: 1.6em;
}

.sidebar-page-container .comments-area .reply-comment {
  margin-left: 100px;
}

.sidebar-page-container .comments-area .comment-box .author-thumb {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 90px;
  border-radius: 50%;
}

.sidebar-page-container .comments-area .comment-box .author-thumb img {
  width: 100%;
  display: block;
  border-radius: 50%;
}

.sidebar-page-container .comments-area .comment-info {
  margin-bottom: 10px;
  color: #888888;
  line-height: 24px;
  font-size: 13px;
}

.sidebar-page-container .comments-area .comment-box strong {
  color: #333333;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-right: 15px;
  font-family: "Raleway", sans-serif;
}

.sidebar-page-container .comments-area .comment-info .comment-time {
  font-size: 13px;
  color: #888888;
  font-family: "poppins";
}

.sidebar-page-container .comments-area .reply-btn {
  position: absolute;
  right: 0px;
  top: -2px;
  display: inline-block;
  line-height: 24px;
  padding: 5px 25px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  background: #ac2473;
  border-radius: 2px;
}

.sidebar-page-container .comments-area .reply-btn:hover {
  background: #222222;
}

.sidebar-page-container .about-author {
  position: relative;
  margin-bottom: 50px;
}

.sidebar-page-container .about-author .inner-box {
  position: relative;
  padding-left: 180px;
  padding-top: 15px;
  min-height: 156px;
}

.sidebar-page-container .about-author .author-thumb {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 156px;
  height: 156px;
}

.sidebar-page-container .about-author .author-thumb img {
  display: block;
  max-width: 100%;
}

.sidebar-page-container .about-author .author-title {
  position: relative;
  margin-bottom: 15px;
}

.sidebar-page-container .about-author h3 {
  color: #ac2473;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 32px;
  font-weight: 700;
  font-size: 16px;
}

.sidebar-page-container .about-author .social-links a {
  position: relative;
  display: inline-block;
  font-size: 13px;
  width: 32px;
  height: 32px;
  text-align: center;
  color: #bbbbbb;
  border: 1px solid #bbbbbb;
  margin-left: 5px;
  line-height: 30px;
  border-radius: 50%;
}

.sidebar-page-container .about-author .social-links a:hover {
  color: #ffffff;
  background: #ac2473;
  border-color: #ac2473;
}

.sidebar-page-container .about-author .desc-text {
  position: relative;
  font-size: 14px;
  line-height: 24px;
}

/*** 

====================================================================
	Comment Form
====================================================================

 ***/

.comment-form .form-group {
  position: relative;
  margin-bottom: 25px;
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="password"],
.comment-form .form-group input[type="tel"],
.comment-form .form-group input[type="email"],
.comment-form .form-group select {
  position: relative;
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 12px 15px;
  color: #222222;
  border: 1px solid #e0e0e0;
  height: 50px;
  background: #ffffff;
  border-radius: 3px;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}

.comment-form .form-group input[type="text"]:focus,
.comment-form .form-group input[type="password"]:focus,
.comment-form .form-group input[type="tel"]:focus,
.comment-form .form-group input[type="email"]:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus {
  border-color: #ac2473;
}

.comment-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 10px 15px;
  color: #222222;
  border: 1px solid #e9e9e9;
  height: 180px;
  background: #ffffff;
  resize: none;
  border-radius: 3px;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}

.comment-form button {
  position: relative;
  padding: 9px 30px;
}

.timeline h2,p{

  font-family: "poppins";
}
/*** 

====================================================================
	BLog Section Style
====================================================================

***/

.blog-section {
  position: relative;
  width: 100%;
  padding: 130px 0px;
}
.blog-section h2{
  font-family: "poppins";

}

.blog-section p{
  font-family: "poppins";
  
}

.blog-section.extended {
  padding-bottom: 160px;
}

.blog-section .theme-icon {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 390px;
  height: 310px;
  background: url(../images/icons/theme-icon-5.html) right top no-repeat;
}

.blog-section .content-image {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.blog-section .blog-post {
  margin-bottom: 30px;
}

.classic-view .blog-post,
.list-view .blog-post {
  margin-bottom: 50px;
}

.post-style-one {
  position: relative;
}

.post-style-one .inner-box {
  position: relative;
  border: 1px solid #e9e9e9;
  padding-left: 385px;
  min-height: 267px;
  max-width: 900px;
  margin: 0 auto;
  background: #ffffff;
}

.classic-view .post-style-one .inner-box {
  min-height: 0px;
  padding-left: 0px;
}

.post-style-one .inner-box .image-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 385px;
  height: 265px;
}

.classic-view .post-style-one .inner-box .image-box {
  position: relative;
  width: 100%;
  height: auto;
}

.post-style-one .inner-box .image-box img {
  display: block;
  width: 100%;
}

.post-style-one .inner-box .content-box {
  position: relative;
  padding: 30px;
}

.classic-view .post-style-one .inner-box .content-box {
  padding: 30px 30px;
}

.blog-detail .post-style-one .inner-box .content-box {
  padding-bottom: 20px !important;
}

.post-style-one .inner-box .content-box .date {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50px;
  height: 62px;
  color: #333333;
  padding: 0px;
  background: #ffffff;
  text-align: center;
  border: 1px solid #ac2473;
  text-transform: uppercase;
}

.post-style-one .inner-box .content-box .date .day {
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
  display: block;
  color: #ffffff;
  background: #ac2473;
}

.post-style-one .inner-box .content-box .date .month {
  font-size: 12px;
  font-weight: 500;
  line-height: 30px;
}

.post-style-one .inner-box .post-info h3 {
  position: relative;
  margin-bottom: 8px;
  font-size: 18px;
  color: #333333;
  font-weight: 500;
}

.post-style-one .inner-box .post-info h3:after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -3px;
  width: 30px;
  border-bottom: 2px solid #dadada;
}

.post-style-one .inner-box .post-info h3 a {
  color: #333333;
}

.post-style-one .inner-box .post-info h3 a:hover {
  color: #ac2473;
}

.post-style-one .inner-box .post-info {
  position: relative;
  margin-bottom: 18px;
  padding-left: 60px;
  color: #cccccc;
}

.post-style-one .inner-box .post-info .meta {
  margin-left: 0px;
}

.post-style-one .inner-box .post-info a {
  margin: 0px 10px 0px 10px;
  font-size: 13px;
  color: #ac2473;
  text-transform: capitalize;
  line-height: 24px;
}

.post-style-one .inner-box .post-info a:first-child {
  margin-left: 0px;
}

.post-style-one .inner-box .post-info a .icon {
  position: relative;
  top: 1px;
  padding-right: 5px;
  color: #777777;
  font-size: 15px;
  line-height: 24px;
}

.post-style-one .inner-box .post-text {
  position: relative;
  font-size: 13px;
}

.classic-view .post-style-one .inner-box .post-text {
  margin-bottom: 25px;
}

.post-style-one .inner-box .post-text .end-text {
  color: #ac2473;
}

.post-style-one .inner-box .theme-btn {
  padding: 9px 30px;
}

.blog-post .post-share-options {
  position: relative;
  padding-top: 20px;
  border-top: 1px solid #e9e9e9;
}

.blog-post .post-share-options strong {
  text-transform: uppercase;
  padding-right: 10px;
  font-size: 14px;
  color: #333333;
  font-weight: 400;
  font-family: "Georgia", serif;
  letter-spacing: 1px;
}

.blog-post .post-share-options .social-links a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #666666;
  margin-right: 5px;
}

.blog-post .post-share-options .social-links a:hover {
  color: #ac2473;
}

.blog-post blockquote {
  position: relative;
  padding: 15px 20px;
  margin-bottom: 20px;
  border: none;
  background: none;
  font-weight: 300;
  font-family: "Georgia", serif;
  font-style: italic;
  color: #262626;
  font-size: 20px;
  text-align: center;
  letter-spacing: 1px;
}

.blog-post .images {
  margin-bottom: 10px;
}

.blog-post .images .row {
  position: relative;
  margin-left: -10px;
  margin-right: -10px;
}

.blog-post .images .row .image-column {
  padding: 0px 10px;
  margin-bottom: 10px;
}

.blog-post .images .image img {
  display: block;
  width: 100%;
  height: auto;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}

.blog-post .images .image img:hover {
  opacity: 0.7;
}

.blog-post .two-column .video-column,
.blog-post .two-column .text-column {
  margin-bottom: 20px;
}

.blog-post .two-column .video-image img {
  display: block;
  width: 100%;
  height: auto;
}

.blog-post .two-column .video-image {
  position: relative;
  border: 4px solid #444444;
}

.blog-post .two-column .video-image .play-link {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: url(../images/icons/video-icon-2.png) center center no-repeat;
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}

.blog-post .two-column .video-image .play-link:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

.blog-post .two-column h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #444444;
  font-weight: 500;
}

/*** 

====================================================================
	404 Section Style
====================================================================

***/

.error-section {
  position: relative;
  padding: 50px 0px 120px;
  text-align: center;
}

.error-section .big-text {
  position: relative;
  font-size: 220px;
  font-weight: 800;
  line-height: 1.4em;
  color: #ac2473;
  font-family: "Playfair Display", serif;
}

.error-section h3 {
  font-size: 30px;
  color: #444444;
  letter-spacing: 2px;
  font-weight: 500;
  margin-bottom: 50px;
}

.search-website {
  position: relative;
  max-width: 550px;
  margin: 0 auto 40px;
}

.search-website .form-group {
  position: relative;
  margin-bottom: 0px;
  text-align: left;
}

.search-website .form-group input[type="text"],
.search-website .form-group input[type="search"],
.search-website .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 10px 15px;
  background: #ffffff;
  border: 1px solid #e9e9e9;
  height: 46px;
  border-radius: 3px;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.search-website .form-group input[type="text"]:focus,
.search-website .form-group input[type="search"]:focus,
.search-website .form-group textarea:focus {
  border-color: #ac2473;
}

.search-website .form-group button {
  position: absolute;
  right: 0px;
  top: 0px;
  display: block;
  width: 150px;
  height: 46px;
  text-align: center;
  margin: 0px;
  padding: 11px 30px;
  line-height: 24px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
  background: #ac2473;
  color: #ffffff;
  letter-spacing: 2px;
  border-radius: 0px 2px 2px 0px;
}

.search-website .form-group button:hover,
.search-website .form-group input:focus+button {
  background: #333333;
  color: #ffffff;
}

.error-section .desc-text {
  position: relative;
  max-width: 750px;
  margin: 0 auto;
  font-weight: 400;
  color: #999999;
}

.error-section .bold-text {
  font-weight: 500;
  color: #444444;
  margin-bottom: 15px;
}

/*** 

====================================================================
	Contact Section
====================================================================

***/

.contact-section {
  position: relative;
  padding: 100px 0px 80px;
}

.contact-section .form-column {
  padding-left: 40px;
}

.contact-section .info-block {
  position: relative;
  padding: 0px 70px 20px 0px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
  font-size: 13px;
  line-height: 24px;
}

.contact-section .info-block:last-child {
  border: none;
}

.contact-section .info-block .icon-box {
  position: absolute;
  right: 0px;
  top: 10px;
  width: 50px;
  height: 50px;
  border: 1px solid #444444;
  color: #444444;
  line-height: 48px;
  font-size: 20px;
  margin: 0 auto 30px;
  text-align: center;
  border-radius: 50%;
}

.contact-section .info-block:hover .icon-box {
  background: #f05c60;
  color: #ffffff;
  border-color: #f05c60;
}

.contact-section .info-block h4 {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 4px;
}

.default-form {
  position: relative;
}

.default-form .form-group {
  position: relative;
  display: block;
  margin-bottom: 25px;
}

.default-form .form-group input[type="text"],
.default-form .form-group input[type="email"],
.default-form .form-group input[type="password"],
.default-form .form-group input[type="tel"],
.default-form .form-group input[type="number"],
.default-form .form-group select,
.default-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 10px 15px;
  border: 1px solid #e0e0e0;
  height: 46px;
  background: none;
  z-index: 1;
  font-size: 13px;
  border-radius: 2px;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
}

.default-form .form-group input[type="text"]:focus,
.default-form .form-group input[type="email"]:focus,
.default-form .form-group input[type="password"]:focus,
.default-form .form-group input[type="tel"]:focus,
.default-form .form-group input[type="number"]:focus,
.default-form .form-group select:focus,
.default-form .form-group textarea:focus {
  border-color: #f05c60;
}

.default-form .form-group input.error,
.default-form .form-group select.error,
.default-form .form-group textarea.error {
  border-color: #ff0000 !important;
}

.default-form .form-group label.error {
  display: block;
  padding: 10px 0px 0px;
  line-height: 24px;
  font-size: 12px;
  text-transform: uppercase;
  color: #ff0000;
  font-weight: normal !important;
}

.default-form .form-group select.styled {
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -moz-appearance: none;
  background: url(../images/icons/icon-select.png) right center no-repeat;
}

.default-form .form-group textarea {
  resize: none;
  height: 160px;
}

.default-form button {
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 24px;
  padding: 10px 26px;
  background: #92709E;
  font-weight: 600;
  color: #ffffff;
}

.default-form button:hover {
  color: #333333;
  background: white;

}

/*** 

====================================================================
	Shopping Features Section
====================================================================

***/

.shopping-features {
  position: relative;
  padding: 60px 0px 30px;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 50px;
}

.shopping-features .feature-block {
  position: relative;
  margin-bottom: 30px;
}

.shopping-features .feature-block .inner-box {
  position: relative;
  padding: 0px 0px 0px 90px;
  min-height: 70px;
}

.shopping-features .feature-block .icon-box {
  position: absolute;
  left: 0px;
  top: 8px;
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 68px;
  font-size: 32px;
  border: 1px solid #ff8dae;
  color: #ff8dae;
}

.shopping-features .feature-block .icon-box:before {
  content: "";
  position: absolute;
  right: -10px;
  top: 50%;
  margin-top: -5px;
  border: 5px solid transparent;
  border-left: 6px solid #ffffff;
  z-index: 1;
}

.shopping-features .feature-block .icon-box:after {
  content: "";
  position: absolute;
  right: -12px;
  top: 50%;
  margin-top: -6px;
  border: 6px solid transparent;
  border-left: 6px solid #ff8dae;
}

.shopping-features .feature-block h3 {
  font-weight: 500;
  color: #222222;
  margin-bottom: 7px;
  font-size: 20px;
  text-transform: capitalize;
}

.shopping-features .feature-block .desc-text {
  position: relative;
  font-size: 13px;
  line-height: 22px;
}

.shop-items {
  position: relative;
}

.shop-item {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}

.shop-item .inner-box {
  position: relative;
  display: block;
  overflow: hidden;
}

.shop-item .image-box {
  position: relative;
  overflow: hidden;
}

.shop-item .image-box .image img {
  display: block;
  width: 100%;
  height: auto;
}

.shop-item .overlay-box {
  position: absolute;
  left: 0px;
  top: -100%;
  width: 100%;
  height: 100%;
  background: rgba(172, 36, 115, 0.9);
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  transform: scale(0, 0);
}

.shop-item:hover .overlay-box {
  top: 0px;
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  transform: scale(1, 1);
}

.shop-item .overlay-box .content {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: table;
  vertical-align: middle;
  padding: 10px;
}

.shop-item .overlay-box .inner-content {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

.shop-item .overlay-box .add-fav,
.shop-item .overlay-box .lightbox-image {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 44px;
  border: 2px solid #ffffff;
  line-height: 40px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  margin: 0px 3px 30px;
  border-radius: 50%;
}

.shop-item .overlay-box .add-cart-btn {
  position: relative;
  display: inline-block;
  line-height: 24px;
  padding: 7px 25px;
  border: 2px solid #ffffff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
  color: #ffffff;
  margin-bottom: 15px;
}

.shop-item .overlay-box .add-fav:hover,
.shop-item .overlay-box .lightbox-image:hover,
.shop-item .overlay-box .add-cart-btn:hover {
  background: #ffffff;
  color: #222222;
}

.shop-item .overlay-box .rating .star {
  position: relative;
  display: inline-block;
  font-size: 12px;
  margin: 0px 4px;
}

.shop-item .info-content {
  position: relative;
  padding: 15px;
}

.shop-item .info-content .item-title {
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 2px;
  color: #333333;
}

.shop-item .info-content .item-title a {
  color: #333333;
}

.shop-item .info-content .price {
  font-size: 16px;
  font-weight: 800;
  color: #333333;
  letter-spacing: 1px;
  line-height: 24px;
  height: 24px;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
}

.shop-item .info-content .price .less {
  color: #ac2473;
  padding-left: 10px;
  display: inline-block;
}

.shop-item .info-content .price .strike-through {
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
}

.shop-item .image-box .circular-tag {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 54px;
  height: 54px;
  text-align: center;
  padding: 15px 0px;
  font-size: 11px;
  text-transform: uppercase;
  color: #ffffff;
  border-radius: 50%;
}

.shop-item .image-box .circular-tag.new {
  background: #fbd369;
}

.shop-item .image-box .circular-tag.sale {
  background: #ac2473;
}

.shop-item .image-box .circular-tag .txt {
  display: inline-block;
  border: 1px solid #ffffff;
  line-height: 18px;
  border-left: none;
  border-right: none;
}

.featured-item {
  position: relative;
  margin-bottom: 40px;
}

.featured-item .inner-box {
  position: relative;
  display: block;
  width: 100%;
  padding: 50px 30px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-align: center;
  outline: 5px solid rgba(255, 255, 255, 0.8);
  outline-offset: -20px;
  color: #ffffff;
}

.featured-item .inner-box:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.featured-item .inner-box h3 {
  font-family: "Playfair Display", serif;
  font-size: 40px;
  padding-right: 70px;
  line-height: 50px;
  display: inline-block;
  letter-spacing: 2px;
}

.featured-item .inner-box h3 .price {
  font-family: "Playball", cursive;
  font-size: 35px;
  font-weight: 400;
}

.featured-item .inner-box * {
  position: relative;
  z-index: 1;
}

.featured-item .inner-box .theme-btn {
  position: relative;
  top: -10px;
}

/*** 

====================================================================
	Products Section style
====================================================================

***/

.products-section {
  position: relative;
  background: #ffffff;
  padding: 70px 0px;
}

.products-section .shop-upper-box {
  position: relative;
  margin-bottom: 40px;
  font-family: "poppins";
}

.products-section .shop-upper-box .items-label {
  position: relative;
  padding: 7px 0px;
  line-height: 30px;
}

.products-section .shop-upper-box .sort-by select {
  position: relative;
  display: block;
  line-height: 24px;
  padding: 9px 10px;
  width: 240px;
  cursor: pointer;
  border: 1px solid #dadada;
  background: #ffffff url(../images/icons/icon-dropdown.html) right center no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
}

.products-section .shop-upper-box .sort-by select option {
  text-indent: 10px;
}

.default-product-item {
  position: relative;
  margin-bottom: 40px;
}

.default-product-item .image-box {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

.default-product-item .image-box img {
  display: block;
  width: 100%;
}

.default-product-item .default-overlay-outer {
  opacity: 0;
  top: -100%;
  background: rgba(54, 53, 85, 0.9);
}

.default-product-item:hover .default-overlay-outer {
  top: 0;
  opacity: 1;
}

.default-product-item .content-box {
  position: relative;
}

.default-product-item .content-box h4 {
  font-size: 18px;
  font-weight: 700;
  margin: 0px 0px;
  line-height: 1.4em;
  color: #2f2f31;
  font-family: "Lora", serif;
  margin-bottom: 3px;
}

.default-product-item .content-box a,
.default-product-item .content-boxa:hover {
  color: #ac2473;
}

.default-product-item .content-box h4 a {
  color: #2f2f31;
}

.default-product-item .content-box .rating {
  font-size: 11px;
  color: #223555;
  margin-bottom: 15px;
}

.default-product-item .content-box .item-price {
  font-size: 18px;
  font-weight: 700;
  color: #ac2473;
  line-height: 24px;
}

.default-product-item .content-box .item-price .strike-through {
  color: #999999;
  font-weight: normal;
  font-size: 14px;
  padding-left: 10px;
  line-height: 20px;
  font-family: "poppins";
}

/*** 

====================================================================
	Products Details style
====================================================================

***/

.product-details .basic-details {
  position: relative;
  margin-bottom: 40px;
}

.product-details .image-column,
.product-details .info-column {
  margin-bottom: 20px;
}

.product-details .image-column .image-box {
  border: 1px solid #ac2473;
  background: #ffffff;
}

.product-details .image-column .image-box img {
  position: relative;
  display: block;
  width: 100%;
}

.product-details .basic-details .details-header {
  position: relative;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.product-details .basic-details .details-header h4 {
  font-size: 18px;
  font-weight: 500;
  margin: 0px 0px;
  line-height: 1.4em;
  color: #333333;
  font-family: "Lato", serif;
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.product-details .basic-details .details-header h4 a {
  color: #333333;
}

.product-details .basic-details .details-header .rating {
  font-size: 12px;
  color: #ac2473;
  margin-bottom: 10px;
}

.product-details .basic-details .details-header .rating .fa {
  display: inline-block;
  margin-right: 2px;
}

.product-details .basic-details .details-header .rating .txt {
  font-size: 14px;
  padding-left: 10px;
  color: #777777;
}

.product-details .basic-details .details-header .item-price {
  font-size: 18px;
  font-weight: 700;
  color: #ac2473;
  line-height: 24px;
  letter-spacing: 1px;
}

.product-details .basic-details .details-header .item-price .strike-through {
  position: relative;
  padding-left: 10px;
  font-size: 14px;
  color: #444444;
}

.product-details .basic-details .text {
  margin-bottom: 27px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
  color: #999999;
  line-height: 1.6em;
}

.product-details .basic-details .availablity {
  position: relative;
  float: left;
  padding-right: 40px;
  line-height: 32px;
  margin-bottom: 27px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #777777;
  font-family: "Raleway", sans-serif;
}

.product-details .basic-details .availablity strong {
  font-size: 14px;
  letter-spacing: 2px;
  color: #ac2473;
  font-weight: 600;
  text-transform: uppercase;
}

.product-details .basic-details .item-quantity {
  position: relative;
  float: left;
  width: 150px;
  margin-bottom: 27px;
}

.product-details .basic-details .item-quantity .field-label {
  float: left;
  font-weight: 700;
  font-size: 14px;
  line-height: 32px;
  display: inline-block;
  padding-right: 20px;
}

.product-details .basic-details .other-options .theme-btn {
  padding: 9px 20px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.product-details .basic-details .other-options .theme-btn .icon {
  font-size: 16px;
  font-weight: normal;
}

/*** 

====================================================================
	Product Tabs Style
====================================================================

***/

.prod-tabs {
  position: relative;
}

.prod-tabs .tab-btns {
  position: relative;
  z-index: 1;
}

.prod-tabs .tab-btns .tab-btn {
  position: relative;
  display: inline-block;
  font-size: 12px;
  color: #ac2473;
  text-transform: uppercase;
  font-weight: 700;
  padding: 7px 30px;
  line-height: 24px;
  border: 2px solid #ac2473;
  margin-right: 7px;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.prod-tabs .tab-btns .tab-btn:hover,
.prod-tabs .tab-btns .tab-btn.active-btn {
  background: #ac2473;
  color: #ffffff;
}

.prod-tabs .tabs-container {
  position: relative;
  color: #777777;
  background: #fbfbfb;
}

.prod-tabs .tabs-container .tab {
  position: relative;
  padding: 30px 30px;
  display: none;
  font-family: "poppins";
}

.prod-tabs .tabs-container .tab.active-tab {
  display: block;
}

.prod-tabs .tabs-container .tab p,
.prod-tabs .tabs-container .tab h2,
.prod-tabs .tabs-container .tab h3,
.prod-tabs .tabs-container .tab h4,
.prod-tabs .tabs-container .tab h5,
.prod-tabs .tabs-container .tab h6 {
  margin-bottom: 15px;
}

.prod-tabs .tabs-container .tab h3 {
  font-size: 18px;
  font-weight: 700;
  font-family: "poppins";
}

.prod-tabs .tabs-container .tab h4 {
  font-size: 16px;
  font-weight: 700;
  font-family: "poppins";
}

.prod-tabs .reviews-container {
  position: relative;
}

.prod-tabs .reviews-container .review-box {
  position: relative;
  margin-bottom: 30px;
  padding-left: 100px;
  min-height: 100px;
}

.prod-tabs .reviews-container .rev-thumb {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 82px;
  height: 82px;
  border: 1px solid #e0e0e0;
  background: #ffffff;
}

.prod-tabs .reviews-container .rev-thumb img {
  display: block;
  width: 80px;
  height: 80px;
}

.prod-tabs .reviews-container .rev-content {
  position: relative;
  padding: 15px;
  border: 1px solid #e0e0e0;
  background: #ffffff;
}

.prod-tabs .reviews-container .rating {
  color: #ac2473;
  font-size: 13px;
  margin-bottom: 5px;
}

.prod-tabs .reviews-container .rating .fa {
  margin-right: 1px;
}

.prod-tabs .reviews-container .rev-info {
  font-size: 12px;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.prod-tabs .reviews-container .rev-text {
  font-size: 14px;
}

.prod-tabs .add-review {
  position: relative;
  margin: 30px 0px 20px;
  font-size: 14px;
}

.prod-tabs .add-review .rating {
  position: relative;
}

.prod-tabs .add-review .rating .rate-box {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
  color: #5a5a5a;
}

.prod-tabs .add-review .rating .rate-box:hover,
.prod-tabs .add-review .rating .rate-box:focus,
.prod-tabs .add-review .rating .rate-box:active {
  color: #ffa500;
}

.prod-tabs .add-review label {
  position: relative;
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 400;
  color: #303030;
}

.prod-tabs .add-review h3 {
  margin-bottom: 20px;
}

.prod-tabs .add-review .form-group {
  position: relative;
  margin-bottom: 20px;
}

.prod-tabs .add-review .form-group input[type="text"],
.prod-tabs .add-review .form-group input[type="password"],
.prod-tabs .add-review .form-group input[type="tel"],
.prod-tabs .add-review .form-group input[type="email"],
.prod-tabs .add-review .form-group select {
  position: relative;
  display: block;
  width: 100%;
  line-height: 22px;
  padding: 9px 15px;
  color: #222222;
  border: 1px solid #e0e0e0;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}

.prod-tabs .add-review .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  line-height: 22px;
  padding: 8px 15px;
  color: #222222;
  border: 1px solid #e0e0e0;
  height: 200px;
  resize: none;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}

.prod-tabs .add-review button {
  position: relative;
  display: inline-block;
  background: #ac2473;
  color: #ffffff;
  padding: 8px 36px;
  border: 2px solid #ac2473;
  line-height: 24px;
  font-size: 14px;
  font-weight: 500;
}

.prod-tabs .add-review button:hover {
  background: none;
  color: #ac2473;
}

.prod-tabs .add-review button:before {
  background: #ac2473;
}

/*** 

====================================================================
	Related Products Style
====================================================================

***/

.related-products {
  position: relative;
  padding: 70px 0px 40px;
}

/*** 

====================================================================
	Shopping Cart Style
====================================================================

***/

.shopping-cart-page {
  position: relative;
  padding: 100px 0px 70px;
}

/*** 

====================================================================
	Cart Section style
====================================================================

***/

.cart-section {
  position: relative;
}

.cart-section h2 {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
  font-size: 18px;
  color: #444444;
}

.cart-section .cart-column,
.cart-section .totals-column {
  margin-bottom: 30px;
}

.cart-section .cart-outer {
  position: relative;
}

.cart-section .table-outer {
  position: relative;
  width: 100%;
  overflow-x: auto;
}

.cart-section .cart-table {
  width: 100%;
  min-width: 700px;
}

.cart-table .cart-header {
  position: relative;
  width: 100%;
  height: auto;
  text-transform: uppercase;
  font-size: 13px;
  padding: 1px 0px;
  color: #2f2f31;
  font-family: "Raleway", sans-serif;
  border-top: 1px solid #e0e0e0 !important;
  border-bottom: 1px solid #e0e0e0 !important;
}

.cart-table thead tr th {
  line-height: 24px;
  padding: 35px 15px;
  font-weight: 600;
  color: #ac2473;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: none !important;
}

.cart-table thead tr th.prod-column {
  text-align: left;
}

.cart-table tbody tr td {
  line-height: 24px;
  padding: 25px 15px;
  font-family: "poppins";
}

.cart-table tbody tr .prod-info h3 {
  font-size: 18px;
  color: #555555;
  margin-bottom: 10px;
  font-weight: 500;
}

.cart-table tbody tr .prod-info .info li {
  font-size: 11px;
  color: #555555;
}

.cart-table tbody tr .prod-info .info li strong {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000000;
  font-weight: 800;
}

.cart-table tbody tr .prod-info h3 a {
  color: #444444;
}

.cart-table tbody tr .qty {
  width: 120px;
  padding-right: 20px;
}

.cart-table tbody tr .qty .quantity-spinner {
  background: #ffffff;
}

.cart-table tbody tr .prod-column .prod-thumb {
  position: relative;
  width: 100px;
}

.cart-table tbody tr .prod-column .prod-thumb img {
  display: block;
  max-width: 100%;
  border: 1px solid #ac2473;
}

.cart-table tbody tr .prod-column .column-box h3 {
  font-size: 18px;
  color: #2f2f31;
  font-weight: 700;
  margin-bottom: 5px;
}

.cart-table tbody tr .sub-total,
.cart-table tbody tr .price {
  font-weight: 800;
  color: #333333;
  letter-spacing: 1px;
}

.cart-table tbody tr .remove-btn {
  position: relative;
  font-size: 16px;
  color: #282828;
  line-height: 30px;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

.cart-table tbody tr .remove-btn .fa {
  position: relative;
  top: 2px;
  font-size: 24px;
  line-height: 30px;
  color: #ac2473;
}

.cart-table tbody tr .remove-btn:hover {
  color: #ec1c33;
}

.cart-table tbody tr {
  border-bottom: 1px solid #e9e9e9;
}

.cart-table tbody tr td {
  vertical-align: middle;
}

.cart-table tbody tr td .quantity-spinner {
  padding: 5px 0px 5px 20px;
  line-height: 24px;
  height: 34px;
  display: block;
  width: 100%;
  position: relative;
}

.cart-section .cart-totals-box {
  position: relative;
  padding: 30px 30px 48px;
  background: #f6f6f6;
}

.cart-section .cart-totals-box h3 {
  position: relative;
  padding-bottom: 20px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 30px;
  color: #262626;
}

.cart-section .cart-totals-box .totals-info {
  position: relative;
  margin-bottom: 30px;
}

.cart-section .cart-totals-box .totals-info li {
  margin-bottom: 15px;
}

.cart-section .cart-totals-box .totals-info li .title {
  float: left;
  width: 35%;
  padding-right: 15px;
  font-size: 12px;
  letter-spacing: 2px;
  color: #222222;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
}

.cart-section .cart-totals-box .totals-info li .content {
  float: left;
  width: 65%;
  padding-left: 15px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #222222;
}

.cart-section .cart-totals-box .totals-info li .shipping-type {
  display: block;
  font-size: 12px;
  margin-bottom: 10px;
}

.cart-section .cart-totals-box .totals-info li .small-text {
  font-size: 11px;
  text-transform: none;
  color: #989898;
  letter-spacing: 0px;
  display: block;
  line-height: 20px;
}

.cart-section .cart-totals-box .proceed-checkout-btn {
  display: block;
  margin: 0px;
  width: 100%;
  padding: 10px 20px;
  margin-bottom: 10px;
}

.cart-section .cart-totals-box .proceed-option {
  font-size: 12px;
  color: #444444;
}

.apply-coupon {
  position: relative;
  padding: 30px 0px 0px;
}

.apply-coupon h3 {
  position: relative;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #262626;
}

.apply-coupon .form-group {
  position: relative;
  margin-bottom: 0px;
  text-align: left;
  width: 100%;
}

.apply-coupon .form-group input[type="text"],
.apply-coupon .form-group input[type="number"] {
  position: relative;
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 10px 15px 10px 20px;
  background: #ffffff;
  border: 1px solid #d0d0d0;
  height: 46px;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.apply-coupon .form-group input[type="text"]:focus,
.apply-coupon .form-group input[type="number"]:focus {
  border-color: #ac2473;
}

.apply-coupon .form-group button {
  position: absolute;
  right: 0px;
  top: 0px;
  display: block;
  width: 130px;
  height: 46px;
  text-align: center;
  margin: 0px;
  padding: 11px 30px;
  line-height: 24px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
  background: #ac2473;
  color: #ffffff;
  letter-spacing: 2px;
  border-radius: 0px 2px 2px 0px;
}

.apply-coupon .form-group button:hover,
.apply-coupon .form-group input:focus+button {
  background: #333333;
  color: #ffffff;
}

/*** 

====================================================================
	Checkout Style
====================================================================

***/

.checkout-page {
  position: relative;
  padding: 100px 0px 70px;
}

.form-box {
  position: relative;
}

.form-box.bordered-form {
  padding: 40px;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
}

.form-column {
  position: relative;
  margin-bottom: 60px;
}

.form-column h2 {
  position: relative;
  margin-bottom: 25px;
  font-size: 22px;
  font-weight: 500;
  text-transform: capitalize;
  color: #333333;
}

.form-box .form-group {
  position: relative;
  margin-bottom: 20px;
}

.bordered-form .form-group {
  margin-bottom: 32px;
}

.form-box .form-group .field-label {
  position: relative;
  display: block;
  line-height: 22px;
  padding: 8px 0px;
  font-size: 14px;
  text-transform: capitalize;
  color: #777777;
}

.form-box .form-group input[type="text"],
.form-box .form-group input[type="number"],
.form-box .form-group input[type="email"],
.form-box .form-group input[type="tel"],
.form-box .form-group input[type="password"],
.form-box .form-group select,
.form-box .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  line-height: 20px;
  padding: 8px 15px 9px 15px;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  height: 38px;
  font-size: 14px;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.form-box .form-group textarea {
  resize: none;
  height: 180px;
}

.form-box .form-group input[type="text"]:focus,
.form-box .form-group input[type="number"]:focus,
.form-box .form-group input[type="email"]:focus,
.form-box .form-group input[type="tel"]:focus,
.form-box .form-group input[type="password"]:focus,
.form-box .form-group select:focus,
.form-box .form-group textarea:focus {
  border-color: #ac2473;
}

.checkout-page .form-btn {
  position: relative;
  padding: 9px 25px;
  line-height: 20px;
}

.checkout-page .other-option {
  position: relative;
  padding-top: 30px;
  text-align: center;
}

.checkout-page .other-option .or {
  position: relative;
  display: block;
  line-height: 20px;
  width: 44px;
  height: 44px;
  color: #313131;
  padding: 10px;
  border: 2px solid #313131;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  margin: 0px auto 20px;
  border-radius: 50%;
}

.checkout-page .other-option .theme-btn {
  color: #444444 !important;
  border-color: #444444 !important;
  background: none !important;
  padding: 9px 25px;
}

.checkout-page .check-box {
  line-height: 24px;
  font-size: 14px;
  font-weight: normal;
}

.checkout-page .check-box label {
  position: relative;
  top: -1px;
  font-weight: normal;
  padding: 0px;
  font-size: 14px;
  cursor: pointer;
}

.checkout-section .summary-box {
  position: relative;
  padding: 30px 30px 48px;
  background: #f6f6f6;
}

.checkout-section .summary-box h3 {
  position: relative;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: capitalize;
  border-bottom: 1px solid #d9d9d9;
  color: #262626;
}

.checkout-section .summary-box .total-header,
.checkout-section .summary-box .sub-total,
.checkout-section .summary-box .shipping-info,
.checkout-section .summary-box .grand-title {
  position: relative;
  line-height: 24px;
  padding: 15px 0px;
  border-bottom: 1px solid #d9d9d9;
  font-weight: 500;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #262626;
}

.checkout-section .summary-box .total-header .product-title,
.checkout-section .summary-box .sub-total .total-title,
.checkout-section .summary-box .shipping-info .shipping-title,
.checkout-section .summary-box .grand-title .total-title {
  width: 65%;
  float: left;
}

.checkout-section .summary-box .total-header .product-price,
.checkout-section .summary-box .total-footer .sub-total .total-price,
.checkout-section .summary-box .shipping-info .shipping-status,
.checkout-section .summary-box .grand-title .total-price {
  width: 35%;
  float: left;
}

.checkout-section .summary-box .products {
  position: relative;
  line-height: 24px;
  padding: 25px 0px 20px;
  border-bottom: 1px solid #d9d9d9;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #262626;
}

.checkout-section .summary-box .products li {
  margin-bottom: 5px;
}

.checkout-section .summary-box .products .product-title {
  width: 65%;
  float: left;
}

.checkout-section .summary-box .products .product-price {
  width: 35%;
  float: left;
}

.checkout-section .payment-options {
  padding: 30px 0px 20px;
  position: relative;
}

.checkout-section .payment-options li {
  position: relative;
  margin-bottom: 10px;
}

.checkout-section .payment-options li .radio-option {
  position: relative;
}

.checkout-section .payment-options li .radio-option label {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  font-weight: 500 !important;
  font-family: "Raleway", sans-serif;
  text-transform: capitalize;
  letter-spacing: 1px;
  color: #333333;
  cursor: pointer;
}

.checkout-section .payment-options li .radio-option label strong {
  font-weight: 600;
}

.checkout-section .payment-options li .radio-option input[type="radio"] {
  position: absolute;
  left: 0px;
  top: 3px;
}

.checkout-section .payment-options li .radio-option label .small-text {
  display: block;
  padding-top: 5px;
  font-family: "poppins";
  letter-spacing: 0px;
  text-transform: none;
  font-weight: normal;
  font-size: 13px;
  color: #777777;
  line-height: 20px;
}

.checkout-section .payment-options li .radio-option label img {
  display: inline-block;
  max-width: 100%;
  padding-left: 30px;
}

.question-container {
  border: 1px solid #ccc;
  padding: 20px;
  text-align: left;
  font-family: "poppins";
}

.question {
  font-weight: bold;
  cursor: pointer;
  margin-bottom: 20px;
  display: flex;
  align-items: left;
  justify-content: left;
}

.question::after {
  content: '\25BE';
  margin-left: 5px;
}

.answer {
  display: none;
  padding-left: 20px;
  font-size: 16px;
  margin-bottom: 20px;
}

.question-line {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .question-container {
    padding: 10px;
  }

  .question {
    font-size: 18px;
  }

  .answer {
    font-size: 14px;
  }
}

@media only screen and (min-width: 769px) {
  .question-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .question {
    margin-left: left;
    margin-right: auto;
  }
}

.right-column .theme-btn{

  background-color: #ffffff;
  border: none;
  color: #c09891;
}
.right-column .theme-btn:hover{

  background-color: #775144;
}

.row{
  justify-content: space-between;
}


@media screen and (max-width:462px){

  .column-main .img{
    width: 75px;
    height: 75px;

  }
}