@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
@import url('https://fonts.googleapis.com/css?family=Courgette');
@import url(imp.css);
@import url(bootstrap.min.css);
@import url('https://fonts.googleapis.com/css?family=Lato');
@import url('https://fonts.googleapis.com/css?family=Raleway');
@import url('https://fonts.googleapis.com/css?family=Merriweather');
@import url(hover.css);
@import url(jquery.bxslider.css);
@import url('https://fonts.googleapis.com/css?family=Tangerine');
@import url(owl.carousel.css);
@import url(owl.theme.default.min.css);
@import url(animate.css);
@import url(jquery.bootstrap-touchspin.css);
/*** Flaticon css ***/
@import url(../fonts/flaticon/flaticon.css);
@import url(flexslider.css);
/*** Jquery ui css ***/
@import url(../assets/jquery-ui-1.11.4/jquery-ui.css);
/*** Revolution slider ***/
@import url(../assets/revolution/css/settings.css);
@import url(../assets/revolution/css/layers.css);
@import url(../assets/revolution/css/navigation.css);
/*** Bootstrap select picker css ***/
@import url(../assets/bootstrap-sl-1.12.1/bootstrap-select.css);



/*==============================================
   Base Css
===============================================*/

html,
body { height: 100% }
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #888888;
    line-height: 24px;
    font-weight: 400;
}
button:focus{
  outline: none;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
    color: #404040;
    margin: 0;
}
h3 {
    color: #404040;
    font-size: 18px;
    font-weight: 600;
 
}
.float_left {
    float: left;
}
.float_right {
    float: right;
}
h4 {

}
a,
a:hover,
a:active,
a:focus {
    transition: all 0.5s ease 0s;
    text-decoration: none;
    outline: none;
    color: #fff;
}

img {
	max-width: 100%;
    height: auto;
}
i {
	font-style: normal;
}
ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.sec-padding{
    padding: 70px 0;
}
button{
    border: none;
    background: transparent;
}
.thm-btn {
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 500ms ease;
    font-family: 'Poppins', sans-serif;
    display: block;
    border-radius: 30px;
    padding: 12px 25px 10px;
    transition: all 500ms ease;
}

.logo a h6{
        font-size: 40px;
    color: #f2620e;
}
.bgclr-1 {

    background: linear-gradient(160deg,#f2620e 0,#4d772b 100%);
    border: 2px solid #f2620e;
    color: #ffffff;

}
.rev_slider_wrapper .slotholder::before {

    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(34, 36, 38, 0.40);
    z-index: 9;

}
.thm-btn:hover{
    background: #ffffff;
    color: #252525;
}
.sec-title {
    margin-top: -3px;
    padding-bottom: 27px;
    position: relative;
}
.sec-title.pdb-50{
    padding-bottom: 50px;
}
.sec-title.pdb-30{
    padding-bottom: 30px;
}
.sec-title h1 {
    color: #404040;
    font-size: 32px;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
    margin: 8px 0 14px;
}
.sec-title h3 {
    color: #f2620e;
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    font-family: 'Courgette', cursive;
}
.sec-title h2 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    text-transform: none;
    margin: 0 0 16px;
}
.sec-title p {
    color: #888888;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    line-height: 26px;
}


.boxed_wrapper {
    background: #fff none repeat scroll 0 0;
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 320px;
    min-height: 400px;
    overflow: hidden;  
}

/*________________Preloader_______________ */

.preloader{ 
    position:fixed; 
    left:0px; 
    top:0px; 
    width:100%; 
    height:100%; 
    z-index:999999999999; 
    background-color:rgba(255,255,255,1); 
    background-position:center center; 
    background-repeat:no-repeat; 
    background-image:url(../images/icon/preloader.gif);
}


/* Update Mainmenu area Style */
@-webkit-keyframes menu_sticky {
    0%   {margin-top:-150px;}
    50%  {margin-top: -130px;}
    100% {margin-top: 0;}
}
@keyframes menu_sticky {
    0%   {margin-top:-150px;}
    50%  {margin-top: -130px;}
    100% {margin-top: 0;}
}
.mainmenu-area.stricky-fixed {
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    z-index: 10000;
    background: #F7F7F7;
    z-index: 1050;
    -webkit-animation-name: menu_sticky;
    animation-name: menu_sticky;
    -webkit-animation-duration: 0.60s;
    animation-duration: 0.60s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}
.modal-header {
    background: linear-gradient(160deg,#45d57c 0,#27d08c 100%);
}

.mainmenu-area.stricky-fixed .logo .smile{
    display: none;
}
/*
.mainmenu-area.stricky-fixed .logo {
    padding-top: 21px;
    padding-bottom: 21px;
}
.mainmenu-area.stricky-fixed .main-menu .navigation li a {
    padding: 36px 18px 34px;
    transition: all 500ms ease;
}

.mainmenu-area.stricky-fixed .outer-search-box {
    margin: 25px 0;
    margin-right: 10px;
}
.mainmenu-area.stricky-fixed .appointment-button {
    margin: 20px 0;
}
*/



/* Scroll To Top styles */
.scroll-to-top {
    background: transparent;
    border: 1px solid #ff0000;
    bottom: 25px;
    color: #ff0000;
    cursor: pointer;
    display: none;
    font-size: 30px;
    font-weight: normal;
    height: 45px;
    line-height: 48px;
    position: fixed;
    right: 15px;
    text-align: center;
    transition: all 500ms ease 0s;
    width: 45px;
    z-index: 99999;
    -webkit-box-shadow: 0px 8px 23px -6px rgba(27,27,27,1);
    -moz-box-shadow: 0px 8px 23px -6px rgba(27,27,27,1);
    box-shadow: 0px 8px 23px -6px rgba(27,27,27,1);
}
.scroll-to-top:hover {
    background: #ff0000;
    color: #fff;
}

address span {

    margin-top: 5px;
    width: 100%;
    float: left;

}
/*Form validation styles */
input:focus,
textarea:focus,
select:focus {
  border-color: #43c3ea;
  outline: none;
}


/* Post pagination styles */
.post-pagination li {
    display: inline-block;
    margin: 0 3px;
}
.post-pagination li a {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #f4f4f4;
    color: #252525;
    display: block;
    font-size: 18px;
    font-weight: 600;
    height: 55px;
    padding: 14px 0;
    transition: all 500ms ease 0s;
    width: 55px;
    font-family: 'Poppins', sans-serif;
    border-radius: 50%;
}
.post-pagination li.active a, .post-pagination li:hover a {
    background: #45d57c;
    color: #fff;
    border: 2px solid #45d57c;
}


/* Overlay styles  */
.overlay-style-one{
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    padding:0px;
    color:#ffffff;
    opacity:0;
    background: rgba(0, 0, 0, 0.7);
    -webkit-transform: perspective(400px) rotateX(-90deg);
    -moz-transform: perspective(400px) rotateX(-90deg);
    -ms-transform: perspective(400px) rotateX(-90deg);
    -o-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.overlay-style-one .box{
    display: table;
    height: 100%;
    width: 100%;    
}
.overlay-style-one .box .content{
    display: table-cell;
    text-align: center;
    vertical-align: middle;    
}







.review-box {}
.review-box ul {
    margin-left: -1px;
    margin-right: -1px;
}
.review-box ul li {
    display: inline-block;
    margin: 0 1px;
}
.review-box ul li i {
    color: #45d57c;
    font-size: 12px;
}



/*** 
=============================================
    Top bar area style
=============================================
***/

.top-bar-area {
    position: relative;
    line-height: 50px;
    z-index: 999;
    background: #222426;
    padding: 9px 0 8px;
}
.top-contact-info {
    overflow: hidden;
    margin: 6px 0;
}
.top-contact-info li {
    display: inline-block;
    float: left;
    padding-right: 15px;
    color: #fff;
    line-height: 18px;
    border-right: 1px solid #353637;
}
.top-contact-info li:last-child {
    margin: 0;
    padding: 0;
    border-right: none;
    border-left: 1px solid #161a1e;
    padding-left: 15px;
}
.top-contact-info li span:before {
    color: #f2620e;
    font-size: 18px;
    line-height: 18px;
    display: inline-block;
    padding-right: 8px;
}
.top-bar-area .top-right {
    float: right;
}
.top-bar-area .top-right .social-links {
    overflow: hidden;
    float: left;
    padding-left: 20px;
    padding-right: 30px;
    margin: 8px 0;
}
.top-bar-area .top-right .social-links li {
    display: inline-block;
    float: left;
    margin-right: 20px;
    line-height: 16px;
}
.top-bar-area .top-right .social-links li:last-child {
    margin: 0px;
}
.top-bar-area .top-right .social-links li a i {
    color: #888888;
    font-size: 16px;
    transition: all 500ms ease;
}
.top-bar-area .top-right .social-links li a:hover i{
    color: #45d57c;
}

/*==============================================
    Mainmenu Area Css
===============================================*/
.mainmenu-area {
    position: relative;
    z-index: 99;
    background: #e8e8e8;
}
.mainmenu-area .logo {
    display: inline-block;
    padding-right: 60px;
    padding-top: 26px;
    padding-bottom: 26px;
    position: relative;
}
.appointment-button .thm-btn {
    padding: 5px 40px;
}
.mainmenu-area .logo .smile {
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 110px;
    height: 30px;
}
.mainmenu-area .logo a {
    display: inline-block;
}

.main-menu {
    float: left;
    position: relative;
}
.main-menu .navbar-collapse {
    padding: 0px
}
.main-menu .navigation {
    float: left;
    margin: 0;
    position: relative;
}
.main-menu .navigation li {
    display: inline-block;
    float: left;
}
.main-menu .navigation li a {
    color: #404040;
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    opacity: 1;
    padding: 17px 18px 17px;
    position: relative;
    text-transform: uppercase;
    transition: all 500ms ease 0s;
    font-family: 'Poppins', sans-serif;
}
.main-menu .navigation > li:hover > a, 
.main-menu .navigation > li.current > a {
    color: #f2620e;
}
.main-menu .navigation > li.dropdown > a {}
.main-menu .navigation > li.dropdown > a:after {}
.main-menu .navigation > li > a:before{
    position: absolute;
    top: 0px;
    left: 0;
    width: 0%;
    height: 3px;
    background: #f2620e;
    content: "";
    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:before,
.main-menu .navigation > li.current a:before{
    width: 100%;
}
.main-menu .navigation > li > ul {
    position: absolute;
    left: 0px;
    top: 130%;
    width: 250px;
    padding: 0px;
    z-index: 100;
    visibility: hidden;
    opacity: 0;
    z-index: 99;
    transition: all 500ms ease;
    border-top: 3px solid #f2620e;
  
}
.main-menu .navigation > li:hover > ul {
    top: 100%;
    opacity: 1;
    visibility: visible;
}
.main-menu .navigation > li > ul > li {
    clear: both;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #f4f4f4;
}
.main-menu .navigation > li > ul > li:last-child{
    border-bottom: 0px solid #f4f4f4;    
}
.main-menu .navigation > li > ul > li > a {
    width: 100%;
    background: #ffffff;
    padding: 13px 15px 11px 48px;
    color: #404040;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    display: block;
    float: left;
    clear: both;
    position: relative;
    outline: 0;
    transition: padding .2s linear;
    transition: all 500ms ease;
    font-family: 'Poppins', sans-serif;
}
.main-menu .navigation > li > ul > li > a:before {
    position: absolute;
    left: 30px;
    top: 13px;
    font-size: 10px;
    color: #d6d6d6;
    content: "\f192";
    font-family: FontAwesome;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}
.main-menu .navigation > li > ul > li:hover > a {
    color: #f2620e;
    background: #f7f7f7;
}
.main-menu .navigation > li > ul > li:hover > a:before{
    color: #f2620e;    
}

.main-menu .navigation > li > ul > li.dropdown > a:after{}
.main-menu .navigation > li > ul > li.dropdown:hover > a:after{}
.main-menu .navigation > li > ul > li > ul{}
.main-menu .navigation > li > ul li:hover ul {}
.main-menu .navigation > li > ul > li ul li {}
.main-menu .navigation > li > ul > li ul li:first-child{}
.main-menu .navigation > li > ul > li ul li a{ }
.main-menu .navigation > li > ul > li  > ul > li:hover > a{}
.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/icon/submenu-icon.png) center center no-repeat;
  background-size: 20px;
  cursor: pointer;
  z-index: 5;
  display: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -moz-border-radius: 3px;
}


.outer-search-box {
    float: left;
    height: 40px;
    width: 40px;
    margin: 30px 0;
    margin-right: 10px;
    border-left: 1px solid #efeded;
}
.outer-search-box .seach-toggle {
    background: transparent;
    color: #222222;
    cursor: pointer;
    display: block;
    font-size: 15px;
    line-height: 20px;
    margin: 0;
    padding: 10px 0px;
    position: relative;
    text-align: center;
    transition: all 500ms ease;
}
.outer-search-box .seach-toggle:hover,
.outer-search-box .seach-toggle.active{
    background:#2ECC39;
    color: #fff;
}
.search-box {
    background: #2ECC39;
    border-top: 1px dashed #3BB1D3;
    opacity: 0;
    padding: 20px;
    position: absolute;
    right: 15px;
    top: 150%;
    transition: all 500ms ease 0s;
    visibility: hidden;
}
.search-box.now-visible{
  top:100%;
  opacity:1;
  visibility:visible;	
}
.search-box .form-group{
  position:relative;
  padding:0px;
  margin:0px;
  width:100%;
  min-width:250px;
}
.search-box .form-group input[type="search"] {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #222222;
  color: #000;
  display: block;
  font-size: 13px;
  line-height: 24px;
  position: relative;
  transition: all 500ms ease 0s;
  width: 100%;
  height: 40px;
  padding-left: 15px;
  padding-right: 50px;
}
.search-box .form-group input[type="search"]:focus{
  border-color:#09b315;	
}
.search-box .form-group button, 
.search-box .form-group input[type="submit"] {
  background: #222;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 13px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  transition: all 500ms ease 0s;
}
.search-box .form-group button:hover,
.search-box .form-group input:focus + button{
  color:#fff;
  background: #09b315;
}


.mainmenu-right-box {}
.mainmenu-area .appointment-button {
    float: right;
    margin: 5px 0;
}
.mainmenu-area .appointment-button a {
    position: relative;
}
.mainmenu-area .appointment-button a:before {
    position: absolute;
    top: 3px;
    right: 5px;
    content: "";
    background: url(../images/icon/button-icon.png);
    background-repeat: no-repeat;
    width: 30px;
    height: 20px;
    transition: all 500ms ease;
}
.mainmenu-area .appointment-button a:hover{

}
.logo-section .logo img {
    max-width: 100%;
    height: 37px;
}
.logo-section {
    padding: 20px 0;
    text-align: center;
}

/*** 
=============================================
    Rev Slider Wrapper style
=============================================
***/
.rev_slider_wrapper {
}
.rev_slider_wrapper .slide-content-box h2 {
    color: #e9d80c;
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    text-transform: none;
    font-family: 'Courgette', cursive;
}
.rev_slider_wrapper .slide-content-box h1 {
    color: #ffffff;
    font-size: 60px;
    font-weight: 700;
    line-height: 66px;
    text-transform: none;
    margin: 0 0 7px;
    font-family: 'Poppins', sans-serif;
}
.rev_slider_wrapper .slide-content-box p{
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
    line-height: 28px;
    margin: 0px 0 33px;
    font-family: 'Open Sans', sans-serif;
}
.rev_slider_wrapper .slide-content-box .button a{
    border: 2px solid #f2620e;
    background: #f2620e;
    padding: 12px 38px 11px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    margin-right: 16px;
    border-radius: 30px;
}
.rev_slider_wrapper .slide-content-box .button a:hover{
    background: #252525;
    border-color: #fff;
}
.rev_slider_wrapper .slide-content-box .button a.btn-style-two{
    background: #ffffff;
    border-color: #ffffff;
    color: #f2620e;
}
.rev_slider_wrapper .slide-content-box .button a.btn-style-two:hover{
    background: #f2620e;
    color: #ffffff;
}

.rev_slider_wrapper .slide-content-box.middle-slide h2{
  text-align: center;
}
.rev_slider_wrapper .slide-content-box.middle-slide h1{
  text-align: center;
}
.rev_slider_wrapper .slide-content-box.middle-slide p{
  text-align: center;
}
.rev_slider_wrapper .slide-content-box.middle-slide .button a{}

.rev_slider_wrapper .slide-content-box.right-slide h1{
    margin: 12px 0 7px
}


.tparrows {
    background: rgba(0, 0, 0, 0.08);
    cursor: pointer;
    display: block;
    height: 50px;
    position: absolute;
    width: 50px;
    z-index: 1000;
    transition: all 500ms ease;
    border-radius: 50%;
}
.tparrows:before{
    font-size:18px; 
    font-weight: 700;
    color:#fff; 
    display:block; 
    line-height: 50px; 
    text-align: center;
    transition: all 500ms ease;
}
.tparrows:hover{
    background:#45d57c;
}
.tparrows:hover:before{
    color: #fff;    
}
.rev_slider_wrapper .slotholder:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(34, 36, 38, 0.40);
    z-index: 9;
}



/*** 
=============================================
    Callto Action Area style
=============================================
***/
.callto-action-area{}
.callto-action-area .text-box {
    position: relative;
    overflow: hidden;
}
.callto-action-area .text-box:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 140px;
    content: "";
    background: #f5f4f3;
    left: 50%;
}
.callto-action-area .text-box .single-text-box {
    display: block;
    padding-top: 17px;
    padding-bottom: 13px;
}
.callto-action-area .text-box .single-text-box.pdr-30{
    padding-right: 30px;    
}
.callto-action-area .text-box .single-text-box.pdl-30{
    padding-left: 30px;    
}
.callto-action-area .text-box .single-text-box h3{
    color: #404040;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 15px;
}
.callto-action-area .text-box .single-text-box p{
    margin: 0;
}
.callto-action-area .text-holder .signature-readmore {
    overflow: hidden;
    margin: 20px 0 0;
}
.callto-action-area .text-holder .signature-readmore .button {
    padding-left: 30px;
}
.callto-action-area .text-holder .signature-readmore .button a {
    margin: 5px 0;
    padding: 12px 35px 10px;
}



/*** 
=============================================
    Service Area style
=============================================
***/
.service-area {
    padding-top: 70px;
    padding-bottom: 70px;
    background: #f7f7f7;
    position: relative;
    overflow: hidden;
    width: 100%;
    float: left;
}
.service-area:before {
    content: "\f0d7";
    font-family: FontAwesome;
    position: absolute;
    display: block;
    top: -10px;
    left: 0;
    right: 0;
    width: 100%;
    transition: all 300ms ease 300ms;
    font-size: 150px;
    text-align: center;
    line-height: 50px;
    color: #ffffff;
}
.single-service-item {
    position: relative;
    overflow: hidden;
    display: block;
}
.single-service-item .img-holder{}
.single-service-item .img-holder img{
    width: 100%;    
}
.single-service-item .img-holder .content {}
.single-service-item .text-holder {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    background: #fff;
    padding: 0px 15px 0;
    transform: translate3d(0px, -110%, 0px);   
    transition: all 500ms ease;
    transition-delay: 0.5s;
}
.single-service-item:hover .text-holder{
    transition: all 500ms ease;
    transform: translate3d(0px, 0%, 0px);    
}
.single-service-item .text-holder .inner {
    display: table;
    width: 100%;
    height: 100%;
}
.single-service-item .text-holder .inner .inner-content {
    display: table-cell;
    vertical-align: middle;
}
.single-service-item .text-holder .icon-box span:before {
    color: #f2620e;
    font-size: 45px;
    line-height: 45px;
}
.single-service-item .text-holder h3 {
    color: #404040;
    font-size: 18px;
    font-weight: 600;
    margin: 13px 0 12px;
}
.single-service-item .text-holder p{
    margin: 0;
}
.single-service-item .text-holder a {
    width: 150px;
    margin: 18px auto 0;
    padding: 9px 0 7px;
}

.single-service-item .text-holder-1 {
    padding-top: 22px;
    padding-bottom: 10px;
    background: #ffffff;
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    transform: translate3d(0px, 0%, 0px);
    transition: all 500ms ease;
    transition-delay: 0.5s;
}
.single-service-item .text-holder-1 .inner {
    display: table;
    width: 100%;
    height: 100%;
}
.single-service-item .text-holder-1 .inner .inner-content {
    display: table-cell;
    vertical-align: middle;
}
.single-service-item:hover .text-holder-1{
    transition: all 500ms ease;
    transform: translate3d(0px, 120%, 0px);
}
.single-service-item .text-holder-1 .icon-box span:before {
    color: #f2620e;
    font-size: 45px;
    line-height: 45px;
}
.single-service-item .text-holder-1 h3 {
    color: #404040;
    font-size: 18px;
    font-weight: 600;
    margin: 13px 0 12px;
}
.service-area .owl-controls {
    position: absolute;
    right: 0;
    top: -90px;
}
.service-area .owl-theme .owl-nav{
    margin: 0;
}
.service-area .owl-theme .owl-nav [class*="owl-"] {
    background: transparent;
    border-radius: 0;
    color: #888888;
    font-size: 24px;
    font-weight: 700;
    height: 40px;
    line-height: 32px;
    margin: 0 0 0 0px;
    padding: 0;
    width: 40px;
    border: 2px solid #e1e1e1;    
    transition: all 700ms ease 0s;
}
.service-area .owl-theme .owl-nav .owl-next {
    margin-left: 10px;
}
.service-area .owl-theme .owl-nav [class*="owl-"]:hover{
    border-color: #45d57c;
    color: #45d57c;
}



/*** 
=============================================
    slogan Area style
=============================================
***/
.slogan-area {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 70px;
    padding-top: 67px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.slogan-area::before {
    background: rgba(35, 37, 39, 0.7) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.slogan-area h1{
    color: #ffffff;
    font-size: 36px;
    font-weight: 600;
    line-height: 42px;
    margin: 0 0 13px;
}
.slogan-area p{
    color: #ffffff;
    font-size: 14px;
    margin: 0;
}
.slogan-area a{
    width: 230px;
    margin: 33px auto 0;
}

.page-section.parallax-section.text-color-light{
   
    width: 100%;
    float: left;
}

/*** 
=============================================
    Choosing Area style
=============================================
***/
.choosing-area {
    padding-top: 70px;
    padding-bottom: 40px;
}
.choosing-area .single-item{
    border: 1px dashed #e1e1e1; 
    display: block;
    padding: 18px 30px 12px;
    margin-bottom: 30px;
    transition: all 900ms ease;
}
.choosing-area .single-item:hover{
    border: 1px dashed #45d57c;     
}
.choosing-area .single-item .title {
    overflow: hidden;
    display: block;
    position: relative;
    padding-bottom: 17px;
}
.choosing-area .single-item .title:before{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    content: "";
    border-bottom: 1px dashed #e1e1e1;
}
.choosing-area .single-item .title:after{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 1px;
    content: "";
    border-bottom: 1px dashed #45d57c;
    transition: all 500ms ease;
}
.choosing-area .single-item:hover .title:after{
    width: 100%;    
}
.choosing-area .single-item .title h3{
    
}
.choosing-area .single-item .text-holder {
    overflow: hidden;
    padding-top: 24px;
}
.choosing-area .single-item .text-holder .iocn{
    width: 45px; 
}
.choosing-area .single-item .text-holder .iocn span:before{
    color: #45d57c;
    font-size: 45px;
    line-height: 45px;
}
.choosing-area .single-item .text-holder .iocn,
.choosing-area .single-item .text-holder .text{
    display: table-cell;
    vertical-align: middle;
}
.choosing-area .single-item .text-holder .text{
    padding-left: 20px;
}
.choosing-area .single-item .text-holder .text a{
    margin: 0;
}



/*** 
=============================================
    Testimonial Area style
=============================================
***/
.testimonial-area {
    background: #f5f4f3;
    padding: 70px 0 40px;
}
.testimonial-area .more-button {
    margin-top: 12px;
}
.testimonial-area .more-button a {
    border: 2px solid #45d57c;
    height: 50px;
    width: 170px;
    display: block;
    text-align: center;
    border-radius: 30px;
    color: #f2620e;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 48px;
    font-family: 'Poppins', sans-serif;
    transition: all 500ms ease;
}
.testimonial-area .more-button a:hover{
    background: #fff;
    color: #252525;
}
.single-testimonial-item {
    overflow: hidden;
    float: left;
    background: #ffffff;
    margin-bottom: 30px;
    display: block;
    padding: 38px 40px 36px;
}
.single-testimonial-item .img-holder {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #f4f4f4;
    border-radius: 50%;
    display: block;
    height: 85px;
    margin: 0 auto;
    overflow: hidden;
    width: 85px;
    z-index: 1;
    position: relative;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    padding: 2px;
}
.single-testimonial-item:hover .img-holder{
    background: #45d57c;
    border-color: #45d57c;
} 
.single-testimonial-item .text-holder {
    padding-top: 20px;
    transition: all 0.7s ease;
}
.single-testimonial-item:hover .text-holder{
    border-color: #e7e3e3;
}
.single-testimonial-item .text-holder h3 {
    color: #45d57c;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Courgette', cursive;
    text-transform: none;
    margin: 0 0 12px;
}

.single-testimonial-item .text-holder p {
    margin: 0 0 13px;
}
.single-testimonial-item .border{
    width: 190px;
    height: 1px;
    background: #f5f4f4;
    display: block;
    margin: 0 auto;
}
.single-testimonial-item .name h3 {
    padding-top: 19px;
}



/*** 
=============================================
    Latest blog area style
=============================================
***/
.latest-blog-area {
    position: relative;
    overflow: hidden;
}
.single-blog-item {
    position: relative;
    overflow: hidden;
    display: block;
    min-height: 456px;
    border-bottom: 1px solid #f4f4f4;
    background: #ddd;
}
.single-blog-item .img-holder{
    overflow: hidden;
    position: relative;     
}
.single-blog-item .img-holder img {
    transform: scale(1.1, 1.1);
    transition: all 0.5s ease 0s;
    width: 100%; 
}
.single-blog-item:hover .img-holder .overlay-style-one{
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -moz-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    -o-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);    
}
.single-blog-item:hover .img-holder img {
    transform: scale(1, 1);
}
.single-blog-item .img-holder .categories {
    background: #45d57c;
    position: absolute;
    bottom: 15px;
    left: 15px;
    width: 110px;
    height: 35px; 
    transform: translate3d(0px, 0%, 0px);
    transition: all 500ms ease;
}
.single-blog-item:hover .img-holder .categories {
    transform: translate3d(0px, -89px, 0px);
}
.single-blog-item .img-holder .categories a {
    text-align: center;
    padding: 6px 0;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    display: block;
}
.single-blog-item .text-holder {
    border: 1px solid #f4f4f4;
    border-top: none;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 22px;
    text-align: center;
    transition: all 500ms ease;
    bottom: -90px;
    position: absolute;
    width: 100%;
    left: 0;
    background: #ffffff;
    z-index: 3;
    transition: all 500ms ease;
}
.single-blog-item:hover .text-holder {
	bottom: 0;
    border-bottom: none;
}

.single-blog-item .text-holder .meta-info {
    overflow: hidden;
    padding-top: 25px;
    text-align: center;
}
.single-blog-item .text-holder .meta-info li {
    display: inline-block;
    float: none;
    line-height: 16px;
    border-right: 1px solid #dfdfdf;
    padding-right: 10px;
    margin-right: 5px;
}
.single-blog-item .text-holder .meta-info li:last-child{
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}
.single-blog-item .text-holder .meta-info li a{
    color: #888888;
    font-size: 14px;
    font-weight: 400;
}
.single-blog-item .text-holder .meta-info li a:hover{
  color: #45d57c;
}

.single-blog-item .text-holder .blog-title {
    color: #404040;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    padding: 10px 0 10px;
    display: block;
    transition: all 500ms ease;
}
.single-blog-item .text-holder .blog-title:hover{
  color: #45d57c;
}
.single-blog-item .text-holder .text {}
.single-blog-item .text-holder .text p {
    margin: 0; 
}

.latest-blog-area .single-blog-item:hover{}

/*** 
=============================================
    Breadcrumb area style
=============================================
***/
.breadcrumb-area {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 130px;
    padding-bottom: 120px;
    position: relative;
    z-index: 1;
}
.breadcrumb-area .breadcrumbs {}
.breadcrumb-area .breadcrumbs h1 {
    color: #ffffff;
    font-size: 48px;
    font-weight: 700;
    line-height: 50px;
    text-transform: capitalize;
    text-align: center;
}



/*** 
=============================================
    Breadcrumb bottom area style
=============================================
***/
.breadcrumb-bottom-area {
    position: relative;
    overflow: hidden;
    padding: 18px 0 15px;
    border-bottom: 1px solid #f4f4f4;
    border-top: 1px solid #f4f4f4;
}
.breadcrumb-bottom-area .left ul{}
.breadcrumb-bottom-area .left ul li{
    display: inline-block;
    margin-right: 6px;
    line-height: 20px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}
.breadcrumb-bottom-area .left ul li:last-child{
    margin-right: 0;
}
.breadcrumb-bottom-area .left ul li a{
    color: #404040;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    transition: all 500ms ease;
}
.breadcrumb-bottom-area .left ul li.active{
    color: #45d57c;    
}
.breadcrumb-bottom-area .left ul li i{
    font-size: 16px;
}
.breadcrumb-bottom-area .left ul li a:hover{
  color: #45d57c;    
}
.breadcrumb-bottom-area .right span{
    color: #45d57c;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    text-transform: capitalize;
    transition: all 500ms ease;
}
.breadcrumb-bottom-area .right span i {
    font-size: 16px;
    display: inline-block;
    padding-right: 6px;
}

.breadcrumb-bottom-area .right a {
    display: inline-block;
}
.breadcrumb-bottom-area .right span:hover{
    color: #000;    
}



/*** 
=============================================
    Callto action area bottom style
=============================================
***/
.callto-action-area .bottom{
    padding-top: 60px;
}
.callto-action-area .border {
    margin-top: 50px;
    margin-bottom: 0;
}
.callto-action-area .bottom .single-item {
    border: 1px solid #f4f4f4;
    display: block;
    padding: 30px 20px 22px;
}
.callto-action-area .bottom .single-item .year {
    border: 1px solid #f4f4f4;
    display: inline-block;
    overflow: hidden;
    padding: 8px 23px 5px;
}
.callto-action-area .bottom .single-item .year h3 {
    color: #404040;
    font-size: 20px;
    font-weight: 600;
}
.callto-action-area .bottom .single-item h4 {
    color: #404040;
    font-size: 18px;
    font-weight: 600;
    margin: 19px 0 15px;
}
.callto-action-area .bottom .single-item .readmore {
    color: #949494;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 500ms ease;
}
.callto-action-area .bottom .single-item .readmore i{
    display: inline-block;
    padding-left: 10px;
    font-size: 16px;
}
.callto-action-area .bottom .single-item:hover .readmore{
    color: #45d57c;
}



/*** 
=============================================
    Fact counter Area style
=============================================
***/
.fact-counter-area {
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 40px;
    padding-top: 67px;
    position: relative;
    z-index: 1;
}
.fact-counter-area::before {
    background: rgba(35, 37, 39, 0.95);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.fact-counter-area .sec-title h1{
    color: #ffffff;    
}
.fact-counter-area .single-item {
    background: rgba(255, 255, 255, 0.05);
    width: 100%;
    display: block;
    padding: 40px 25px 23px;
    margin-bottom: 30px;
    transition: all 500ms ease;
    position: relative;
}
.fact-counter-area .single-item:hover{
    background: rgba(255, 255, 255, 0.35);    
} 
.fact-counter-area .single-item .icon-holder{
    margin: 0 0 18px;
}
.fact-counter-area .single-item .icon-holder span:before{
    color: #45d57c;
    font-size: 60px;
    line-height: 60px;
}
.fact-counter-area .single-item h1 span{
    color: #45d57c;
    font-size: 30px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}
.fact-counter-area .single-item h3{
    color: #ffffff;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    text-transform: capitalize;
    font-family: 'Hind', sans-serif;
    margin: 11px 0 0;
}

.fact-counter-area .single-item .count {
    position: absolute;
    top: 25px;
    left: 16px;
}
.fact-counter-area .single-item .count h1 {
    color: rgba(255, 255, 255, 0.05);
    font-size: 60px;
    line-height: 60px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    transition: all 500ms ease;
}
.fact-counter-area .single-item:hover .count h1{
    color: rgba(255, 255, 255, 0.55);    
}

/*** 
=============================================
    Testimonial Section style
=============================================
***/
.testimonial-page{
    background: #ffffff;
    padding-top: 80px;
    padding-bottom: 50px;
}
.testimonial-page .single-testimonial-item{
    border: 1px solid #f5f4f3;
    padding: 38px 30px 36px;
}


/*** 
=============================================
 service-page-area style
=============================================
***/
.service-page-area{
    padding-top: 80px;
    padding-bottom: 40px;
}
.service-page-area .single-service-item{
    margin-bottom: 40px;    
}
.content-inner-1 {
    padding-top: 70px;
    padding-bottom: 70px;
}
.bg-white {
    background-color: #FFF;
}
.section-full, ol.commentlist li {
    position: relative;
}
.dez-separator-outer {
    overflow: hidden;
}
.dez-separator.style-liner {
    width: 20px;
}
.dez-separator {
    display: inline-block;
    height: 3px;
    width: 50px;
    margin-bottom: 10px;
    position: relative;
}
.bg-primary {
    background-color: #45d57c;
}
.dez-separator[class*=style-]:before {
    left: auto;
    right: 30px;
}

.dez-separator[class*=style-]:after, .dez-separator[class*=style-]:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 30px;
    width: 70px;
    height: 1px;
    background: #eee;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.clear {
    clear: both;
}
.text-center.section-head p {
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
}
.section-head p {
    padding-top: 10px;
    font-size: 14px;
    color: #797979;
}
.m-b0 {
    margin-bottom: 0;
}
.benefits-yoga .dez-box.left {
    margin-right: -40px;
}

.dez-box, .dez-info, .dez-tilte, .dez-tilte-inner {
    position: relative;
}
.icon-content {
    overflow: hidden;
}
.list-num-count {
    counter-reset: li;
    padding-left: 0;
}
.list-num-count.right li {
    margin-left: 0;
    margin-right: 35px;
}

.list-num-count>li {
    position: relative;
    margin: 0 0 6px 30px;
    padding: 4px 8px;
    list-style: none;
}
.list-num-count.right li:before {
    right: -35px;
    left: auto;
}
.dez-separator.style-skew[class*="style-"]:before  {
    background-color: #45d57c;
}
.yoga-woman {
    position: relative;
    z-index: 1;
    text-align:center;
}

.yoga-woman img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    width:50%;
    
}
@keyframes fusionSonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
	}
	100% {
		opacity: 0;
		transform: scale(1.5);
	}
}
@keyframes fusionSonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
	}
	100% {
		opacity: 0;
		transform: scale(15);
	}
}
.box-zoom {
    animation: 1.3s ease-out 75ms normal none 1 running fusionSonarEffect;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -15px;
    animation-iteration-count: infinite;
    z-index: -1;
    opacity: 0.8;
}
.list-num-count>li:before {
    content: counter(li,decimal);
    counter-increment: li;
    position: absolute;
    top: 0;
	line-height: 18px;
    left: -28px;
    width: 28px;
    height: 28px;
    padding: 5px;
    color: #fff;
    background: #f2620e;
    font-weight: 700;
    text-align: center;
    font-size: 12px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}
.text-primary {
    color: #f2620e;
}
.section-head h2, .section-head h3 {
    margin-top: 0;
}
.benefits-yoga {
    padding-top: 50px;
}
.m-b30 {
    margin-bottom: 30px;
}
.quotOverlay {
    position: absolute;
    left: 0;
    top: 0;
   background: rgba(242,98,14,.8);
    height: 100%;
    width: 100%;
}

.quoteArea {
    background: url(../images/resources/qouteBg.jpg) no-repeat scroll center center / cover;
    padding: 93px 227px 93px 0;
    position: relative;
    width: 100%;
    float: left;
}
.aboutArea {
    padding: 110px 0 120px;
}
.singleAbout i {
    color: #f2620e;
    display: inline-block;
    font-size: 45px;
}
.singleAbout h5 {
    color: #444;
    font-size: 18px;
    letter-spacing: 3.6px;
    padding-bottom: 20px;
    padding-top: 24px;
    text-transform: uppercase;
}
.smallLine {
    clear: both;
    display: table;
    margin: 0 auto;
    padding-bottom: 12px;
}
span.smallFirst {
    height: 2px;
    width: 12px;
    background: #d33448;
    float: left;
}
span.smallSecond {
    background: #a8a8a8;
    width: 20px;
    margin-left: 2px;
    float: left;
    height: 2px;
}
.tittleArea i {
    font-size: 45px;
    color: #f2620e;
}
.quoteContent {
    position: relative;
    z-index: 2;
}
.titleLine {
    display: table;
    clear: both;
    margin: 0 auto;
}
span.firstLine {
    float: left;
    width: 20px;
    background: #e4e4e4;
    height: 2px;
}
.singleAbout p {
    font-size: 16px;
    letter-spacing: 1.12px;
    line-height: 1.5;
    padding: 0 20px 35px;
}
.defaultBtn.border {
    border: 1px solid #ec507e;
    color: #ec507e;
    font-family: 'lato';
    font-size: 13px;
    font-weight: 400;
    padding: 18px 0 17px;
    text-align: center;
    text-transform: uppercase;
}
.singleAbout .defaultBtn.border {
    border-color: #f2620e;
    color: #222222;
    padding: 15px 25px;
}

#testimonial{
   padding:80px 0px;
}
#testimonial .fa.fa-quote-right {
    color: #f2620e;
    font-size: 30px;
}
#testimonial  p{
    font-family: 'Raleway', sans-serif;
    margin-bottom:20px;
    margin-top:20px;
}
#testimonial img {
    width: 150px;
    height: 150px;
    margin: 12px auto;
    border-radius: 50%;
    border: 1px solid #f2620e;
}

#testimonial .carousel-indicators  li {
    background-color: #888383;
    height: 13px;
    width: 13px;
    margin: 5px;
}
.pass-cont .passive-sec li {
    width: 100%;
    display: block;
    font-size:14px;
    line-height:27px;
    text-align:justify;
}
.pass-cont  .chekr li{
        width: 50%;
    display: inline-block;
}

#testimonial .carousel-indicators li.active {
    background-color: #f2620e;
}
#testimonial .carousel-indicators {
    bottom: -50px;
}
.singleAbout .defaultBtn.border:hover {
    color: #fff;
    background: #f2620e;
    border-color: #f2620e;
}
span.secondLine {
    float: left;
    margin-left: 5px;
    background: #e4e4e4;
    height: 2px;
    width: 112px;
}
.tittleArea {
    padding-bottom: 20px;
}
.subtittle {
    color: #777777;
    display: inline-block;
    font-family: "Merriweather",serif;
    font-size: 13px;
    font-style: italic;
    font-weight: 300;
    letter-spacing: 0.64px;
    padding: 0 15px 10px;
    position: relative;
    margin-bottom: 5px;
    line-height: 1.75;
    text-transform: capitalize;
}
.parallax-section {
    background-attachment: fixed;
}
.parallax-section, .media-holder {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.content-element5:not(:last-child) {
    margin-bottom: 50px;
}
.text-color-light .section-pre-title, .text-color-light, .text-color-light form label {
    color: #f1f1f1;
}
.section-pre-title:not(:last-child), .sub-title:not(:last-child) {
    margin-bottom: 13px;
}
.section-pre-title, .section-pre-title a {
    position: relative;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 300;
    color: #754b75;
    letter-spacing: 1px;
    padding-left: 60px;
}
.text-color-light .section-pre-title:not(.style-2):before {
    background: #fff;
    opacity: 0.5;
}
[class*="page-section"] {
    padding: 90px 0;
    position: relative;
}
.content-element5 h2.section-title {
    font-size: 48px;
    line-height: 56px;
	color: #fff;
    letter-spacing: -0.1px;
}
.content-element5:not(:last-child) {
    margin-bottom: 36px;
}
.content-element3:not(:last-child) {
    margin-bottom: 16px;
}
.contact-form:not(.style-2) .contact-item {
    padding-left: 210px;
    position: relative;
}

.contact-form .contact-item:not(:last-child) {
    margin-bottom: 20px;
}
.contact-form:not(.style-2) .contact-item {
    padding-left: 210px;
    position: relative;
}
.info-item .info-title {
    padding-top: 13px;
}
.contact-input {
    font-family: 'Poppins', sans-serif;
    width: 100%;
    color: #777;
    border-radius: 7px;
    height: 45px;
    font-size: 16px;
    font-weight: 300;
    padding: 10px 20px;
    border: 2px solid #f1f1f1;
    background: #fbfbfb;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: box-shadow .35s ease, border-color .35s ease;
    transition: box-shadow .35s ease, border-color .35s ease;
}
.contact-textarea {
    font-family: 'Poppins', sans-serif;
    width: 100%;
    color: #777;
    border-radius: 7px;
    font-size: 16px;
    font-weight: 300;
    padding: 10px 20px;
    border: 2px solid #f1f1f1;
    background: #fbfbfb;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: box-shadow .35s ease, border-color .35s ease;
    transition: box-shadow .35s ease, border-color .35s ease;
}
.contact-form .contact-item .btn {
    margin-top: 10px;
}
.text-color-light .section-title, .text-color-light .info-item .info-title, .text-color-light .our-info .info-item, .text-color-light .call-title {
    color: #fff;
}
.our-info .info-item > i {
    color: #e883ae;
    float: left;
    line-height: 26px;
    margin-right: 8px;
    padding-left: 1px;
}
.wrapper {
    overflow: hidden;
}
.info-item .info-cat {
    font-size: 14px;
    font-weight: 700;
   letter-spacing: 1px;
    font-family: 'Poppins', sans-serif;


}
.info-title {
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    line-height: 30px;
}
.our-info.vr-type.var2 .info-item:not(:last-child) {
    margin-bottom: 36px;
}
.our-info.style-2 .info-item i {
    color: #fff;
    opacity: 0.5;
}
[class*="btn"].btn-style-3 {
background: linear-gradient(160deg,#f2620e 0,#35d11e 100%);
    padding: 10px 30px;
    font-size: 13px;
    color: #fff;
}
.contact-form:not(.style-2) .contact-item label {
    position: absolute;
    left: 0;
    top: 10px;
}
.quest-title .text-primary {

    color: #fff;

}
.form-control {

    height: 40px;
    border-radius: 0px;
    font-size: 14px;

}
.section-pre-title:not(.style-2):before {
    content: '';
    left: 0;
    top: 50%;
    background: #baa5ba;
    height: 1px;
    width: 40px;
    position: absolute;
    display: block;
}
.btn-style-2 {
  background: linear-gradient(160deg,#f2620e 0,#4d772b 100%);
    padding: 10px 30px;
    font-size: 13px;
    color: #fff;
}
.btn-style-2:hover, .btn-style-2:focus {
    color: #fff;
	background: linear-gradient(160deg,#f2620e 0,#4d772b 100%);
}
.pb20 {
	padding-bottom: 20px;
}
.pt30 {
	padding-top: 30px;
}
@media (min-width: 768px){
.modal-dialog {
    width: 550px;
    margin: 30px auto;
}
}

.footer_area .footer_subscriber .form-group .form-control {
    border: 1px solid #303030;
    background-color: #131313;
    font: 500 16px/43px "Poppins", sans-serif;
    padding: 0 20px;
    border-radius: 0;
    color: rgba(255, 255, 255, 0.702);
    -webkit-box-shadow: none;
    box-shadow: none;
    display: inline-block;
    max-width: 70%;
    height: 48px;
}
.find_out_text h2 {
    font: 500 22px/41px "Poppins", sans-serif;
    color: rgba(255, 255, 255, 0.702);
}
.footer_area .footer_subscriber .form-group .find_btn {
    display: inline-block;
    width: 165px;
    font: 500 16px/45px "Poppins", sans-serif;
    color: #fff;
    background: #9ac339;
    border: 0;
    margin-top: -2px;
    margin-left: 35px;
}
.p-0 {
    padding: 0;
    margin: 0;
}
.footer_area .footer_row {
    padding-top: 57px;
    padding-bottom: 20px;
}
.footer_area .footer_row .fooer_logo {
    padding-bottom: 30px;
}
.footer_area .footer_row .fooer_logo p {
    font: 400 16px/24px "Lato", sans-serif;
    color: #757575;
    padding-top: 30px;
    letter-spacing: .55px;
}
.footer_area .footer_row .fooer_logo .social_icon {
    padding-top: 28px;
}
.footer_area .footer_row .fooer_logo .social_icon li {
    display: inline-block;
    padding-right: 25px;
}
.footer_area .footer_row .fooer_logo .social_icon li a {
    font-size: 22px;
    color: #7c7c7c;
}
.footer_area .footer_row .quick_strat {
    padding-left: 65px;
}
.footer_area .footer_row .quick {
    padding-bottom: 30px;
}
.footer_area .footer_row .quick h4 {
    font: 500 18px/1 "Poppins", sans-serif;
    color: #fff;
    position: relative;
    padding-bottom: 20px;
}
.footer_area .footer_row .quick h4:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: #ff0000;
    height: 2px;
    width: 40px;
}
.footer_area .footer_row .quick .quick_links {
    padding-top: 17px;
}
.footer_area .footer_row .quick .quick_links li {
    list-style: none;
}
.footer_area .footer_row .quick .quick_links li a {
    font: 400 16px/32px "Lato", sans-serif;
    color: #8d8d8d;
    letter-spacing: .40px;
}
.footer_area .footer_row address {
    padding-top: 28px;
    margin: 0;
}
.footer_area .footer_row address span {
    font: 400 16px/24px "Lato", sans-serif;
    color: #757575;
    padding-bottom: 5px;
}
.footer_area .footer_row address span i {
    font-size: 22px;
    padding-right: 20px;
    float: left;
    height: 45px;
    color: #757575;
}
.footer_area .footer_row address a {
    display: block;
    font: 700 15px/30px "Lato", sans-serif;
    color: #787878;
    padding-top: 7px;
}
.footer_area .footer_row address a i {
    font-size: 20px;
    padding-right: 20px;
    color: #757575;
}
.footer_area .copy_right {
    background: #171717;
    display: block;
    overflow: hidden;
}
.footer_area .copy_right h6 {
    font: 400 16px/75px "Lato", sans-serif;
    color: #545454;
    float: left;
}
.footer_area .copy_right h6 a {
    color: #545454;
    font: 400 16px/75px "Lato", sans-serif;
}
.footer_area .copy_right h6:last-child {
    float: right;
}
.footer_area .footer_subscriber {
    background: #181818;
    border: 1px solid #3e3e3e;
    padding: 30px 40px;
}
.find_btn {
    font: 600 18px/48px "Poppins", sans-serif;
    color: #242424;
    text-align: center;
    width: 195px;
    border-radius: 30px;
    border: 2px solid #585858;
    background-color: transparent;
    cursor: pointer;
    padding: 0;
    display: inline-block;
}

.row.m0 {
    margin: 0px;
}
.footer_area {
    background: #1d1d1d;
    display: block;
    overflow: hidden;
    padding-top: 60px;
}
.banner-block{
	width:100%;
	float:left;
	background:url(../images/bg-page-title-1.jpg);
	
	padding:50px 0px;
	background-size:cover;
	position:relative;
}
.banner-block::before {
    background:rgba(29,40,2,0.8) !important;
    position: absolute;
    content: '';
    top: 0px;
    width: 100%;
    left: 0;
    height: 100%;

}
.banner-content h2{
	
	 font-family: 'Poppins', sans-serif;
	 color:#fff;
	 text-align:center;
	 font-weight:bold;
}
.about-block{
	width:100%;
	float:left;
	margin-top:50px;
    background-position: center center;
    background-repeat: no-repeat;
}

.about-back{

}
.abt-inner {
    display: inline-block;
    width: 100%;
    height: auto;
    background-color: rgba(255,255,255,0.93);
    padding: 90px 3px;
}
.about-cont-block p{ 
font-family: 'Poppins', sans-serif;
line-height:28px;
text-align:justify;
	
}
.about-cont-block h3 {
    font-size: 26px;
    margin-bottom: 20px;
}
.why-choose{
	width:100%;
	float:left;
	background:#f7f7f7 !important;
	padding:50px 0px;
}
.why-choose h3 {
    font-size: 20px;
	color:#222;
}
.why-choose h3 {
    font-size: 20px;
    color: #222;
}
.panel-default>.panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #ddd;
    border-radius: 33px;
}
.panel {
    margin-bottom: 20px;
background:transparent;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.why-choose a, .why-choose a:hover, .why-choose a:active, .why-choose a:focus{
	color:#f2620e;
}
.why-choose a:hover{
	color:#fff;
}
.why-choose .panel-heading:hover a{
		background:#f2620e;
		color:#fff;
}
.why-choose .panel-heading:hover{
		background:#f2620e;
		color:#fff;
}

.why-choose .panel-default>.panel-heading+.panel-collapse>.panel-body {
border:none;
}
.why-choose .panel-title i{
	float:right;
}
.why-choose .panel-default>.panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #666;
    border-radius: 33px;
    border: 1px solid #e0e0e0;
}
.why-choose .panel-heading:hover{
		background:#f2620e;
		color:#fff;
}

.why-choose .panel{
	box-shadow:none;
}
.why-choose .panel-heading {
    padding: 15px 15px;

}

.vission_block{
	width:100%;
	float:left;
	margin:50px 0px;
}
.vission-cont-block h2 {
    color: #f2620e;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 25px;
}
.vission-cont-block p {
    line-height: 28px;
    font-family: 'Poppins', sans-serif;
    text-align: justify;
}
.meditate{
	width:100%;float:left;
	background:url(../images/parallax-newsletter.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	padding:80px 0px;
	
}
.glry-img{
	width:100%;
	margin-bottom:25px;
}
.gallery-block {
    width: 100%;
    float: left;
    margin-top: 50px;
}
.enquiry_now {
    background: url(../images/class-form-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 115px 0px;
    width: 100%;
    float: left;
}
.enquiry h3{
	color:#333;
}
.enquiry .form-control {
    height: 46px;
    box-shadow: none;
}
.enquiry h3 {
    color: #333;
    font-size: 25px;
    margin-bottom: 20px;
}
.meditation-block{
	width:100%;
	float:left;
	margin-top:50px;
}
.medi-title h2{
	font-weight:bold;
	text-align:center;
	margin-bottom:25px;
}
.color-change{
	color:#f2620e;
}
.medi-cont p{
	text-align:center;
	font-family: 'Poppins', sans-serif;
	line-height:30px;
	font-size:16px;
}
.contact-block{
	width:100%;
	float:left;
	margin-top:50px;
}
.contact-block h4 {
    font-size: 20px;
    margin: 15px 0px;
	font-family: 'Poppins', sans-serif;
	font-weight:bold;
}
.contact-info .flaticon-technology{
	font-size:22px;
}
.contact-info .flaticon-note{
	font-size:22px
}
.contact-info .fa{
	font-size:22px
}
.contact-info h6{ 
font-size:16px;
}
.contact-enquiry-block{
	width:100%;
	float:left;
	background:url(../images/p4.png);
	padding:25px;
	margin-top:25px;
}
.contact-enquiry-block .form-control {
    height: 40px;
	border-radius:0px;
}
.why-meditate{
	width:100%;
	float:left;
	background:url(../images/bg6.jpg) fixed;
	margin-top:50px;

}
.medi-inner {
    width: 100%;
    float: left;
    background: rgba(255,255,255,0.9);
    padding:80px 0px;
	background-size:cover;
	background-position:center;
}
.why-cont p{
	
	font-family: 'Poppins', sans-serif;
text-align:justify;
line-height:30px;
font-size:16px;
}
.why-cont li {

    position: relative;
    margin-left: 18px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
	line-height:26px;
	width:100%;float:left;

}
.why-cont li::before {
    position: absolute;
    content: url(../images/51613-200.png);
    top: 5px;
    left: -33px;
}
.lef {

    margin-left: 17px;
    width: 100%;
    float: left;
    text-align: justify;

}
.why-choose-mediatate {
    width: 100%;
    float: left;
    background: #ebeaeb;
    padding: 50px 0px;
}
.medi-title p{
	text-align:center;
	    font-family: 'Poppins', sans-serif;
		line-height:27px;
		font-size:16px;
}
.benefit-icon .icon {
    background-color:#f2620e;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.icon-box .icon.icon-md {
    height: 50px;
    width: 50px;
}

.icon-box .icon.icon-circled {
    border-radius: 50%;
}
.img-tag img {

    padding-top: 13px;
    margin: 0px auto;

}
.img-tag {

    text-align: center;
    width: 100%;
    float: left;

}
.why-choose-mediatate .ml-30 {
    margin-right: 20px !important;
}
.why-choose-mediatate .pull-right {
    float: left !important;
}
.why-choose-mediatate .text-right {
    text-align: left;
}
.why-choose-mediatate .media-left,.why-choose-mediatate  .media > .pull-left {

    padding-right: 3px;

}
.why-choose-mediatate .media-body {

    padding-left: 20px;

}
.why-choose-mediatate .icon-box  {

 
    margin-bottom: 20px;
    width: 100%;
    float: left;

}
.start-meditation{
	width:100%;
	float:left;
	margin-top:50px;
}
.start-meditation{
	width:100%;
	float:left;
	margin-top:50px;
}
.simple-step-cont li::before {
    position: absolute;
    content: url(../images/51613-200.png);
    top: 3px;
	left:0;

}
.simple-step-cont li {
    width: 50%;
    float: left;
    margin-bottom: 25px;
    font-size: 15px;
    position: relative;
    padding-left: 33px;
	display:inline;
}

.simple-step-cont {

    width: 100%;
    float: left;
    margin-top: 25px;

}
.simple-step h2{
	text-align:left;
}
.simple-step-cont {

    width: 100%;
    float: left;
    margin-top: 95px;

}
.mt{
	  margin-top: 25px;
}
.simple-step-cont .medi-title p {
    text-align: left;
    font-weight: 500;
    text-align: center;
    margin: 15px 0px;
}
.benifits{
	width:100%;
	float:left;
	background:url(../images/yoga-background-transparent1.png)fixed;

	background-size:cover;
	background-position:center;
}
.benifits-inner{
	width:100%;
	float:left;
	background:rgba(255,255,255,0.6);
		padding:100px 0px;
}
.benifits .why-choose {
    width: 100%;
    float: left;
    background:transparent!important;
    padding: 0px;
}
.benifits .panel-body li{
	 width: 100%;
    float: left;
    margin-bottom: 25px;
    font-size: 15px;
    position: relative;
    padding-left: 33px;
}
.benifits .panel-body  li::before {
    position: absolute;
    content: url(../images/51613-200.png);
    top: 5px;
	left:0;

}
.benifits  .panel {
    margin-bottom: 20px;
    border-radius: 4px;
}
.benifits-inner p{
	text-align:center;
	    font-family: 'Poppins', sans-serif;
		line-height:27px;
		font-size:16px;
}
.passive-meditation{
	width:100%;
	float:left;
	margin-top:50px;
}
.passive-sec h4{
		    font-family: 'Poppins', sans-serif;
			color: #45d57c;
			font-size:26px;
}
.passive-sec li{
	 width: 50%;
    float: left;
    margin-bottom: 25px;
    font-size: 15px;
    position: relative;
    padding-left: 33px;
	display:inline-block;
}
.passive-sec  li::before {
    position: absolute;
    content: url(../images/51613-200.png);
    top: 5px;
	left:0;

}
.passive-block {
    width: 100%;
    float: left;
    margin-top: 50px;
}
.passive-img img {
    margin: 0px auto;
}
.relaxing{
	width:100%;
	float:left;
}
.right-pass-cont{
	background:#f8f8f8;
	padding:50px 25px;
	width:100%;
	float:left;
	padding-bottom:4px;
	height:613px;
}
.left-pass-img img {

    width: 100%;
    float: left;
    height: 613px;

}
.medi-title p {

    text-align: center;
    font-family: 'Poppins', sans-serif;
    line-height: 27px;
    font-size: 14px;

}
.pd-0{
	padding:0px;
}
.right-pass-cont .passive-sec h4{
	margin-bottom:15px;
}
.right-block1 h5{
	  font-family: 'Poppins', sans-serif;
			color: #f2620e;
			font-size:20px;
	
}
.right-block1 {
    width: 100%;
    float: left;
    padding-bottom: 6px;
    border-bottom: 1px dotted #ddd;
    margin-bottom: 15px;
}
.active-meditation{
	width:100%;
	float:left;
	margin-top:50px;
}
.active-meditation. medi-title p{
	line-height:30px;
}
.active-meditation .passive-sec h4{
	margin-bottom:15px;
	font-size:18px;
}
.type-active{
	width:100%;
	float:left;
	margin-top:25px;
}
.medi-type{
	width:100%;
	float:left;
	background:url(../images/Gold-Coast-Meditation-Classes-Website-Background.png)fixed;
	background-size:cover;
	background-position:center;

	margin-top:50px;
}
.medi-type .why-choose{
	background:none!important;
}
.medi-type-inner{
	width:100%;
	float:left;

		padding:120px 0px;
}
.medi-type-inner .why-choose .panel-body {
    background: #fff!important;
    border-radius: 15px;
}
.medit p{
	  font-family: 'Poppins', sans-serif;
	
			font-size:15px;
			line-height:27px;
			text-align:justify;
			
			
	
}
.why-choose .panel{
	width:100%;
	float:left;
	margin-bottom:25px;
}
.choose-img {

    width: 100%;
    float: left;

}
.vission-cont-block {

    width: 100%;
    margin-top: 35px;
    float: left;

}
.lg-none{
	display:none;
}
.footer_area .footer_subscriber .form-group .form-control {
    max-width: 71%;
}
	.footer_area .footer_row .quick_strat {
    padding-left: 15px;
}
.medi-title h2 {
    font-weight: bold;
    text-align: center;
    margin-bottom: 25px;
    font-size: 20px;
}
.why-cont p {
    font-family: 'Poppins', sans-serif;
    text-align: justify;
    line-height: 30px;
    font-size: 13px;
}
.quoteContent h2 {
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 1.4px;
    color: #fff;
    line-height: 1.43;
}
.quoteArea {
    background: url(../images/resources/qouteBg.jpg) no-repeat scroll center center / cover;
    padding: 92px 199px 93px 39px!important;
    position: relative;
    width: 100%;
    float: left;
}
.service-area {
padding-top:37px;
    padding-bottom: 37px;
    background: #f7f7f7;
    position: relative;
    overflow: hidden;
}
.info-item {
    width: 100%;
    display: inline-block;
    float: left;
    height: auto;
    margin-bottom: 10px !important;
}
.info-title {
     font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 30px;
}
.our-info {

    margin-top: 45px;

}
.list-num-count.right li::before {

    right:0px;
    left: -27px;

}
.list-num-count.right li {

    margin-left: 35px;
    margin-right: 0px;

}
.dez-box .text-right {
    text-align:left;
}
.list-num-count>li {
    position: relative;
    margin: 0 0 6px 30px;
    padding: 4px 8px;
    list-style: none;
    font-size: 13px;
}
.tittleArea h2 {
    font-size: 23px;
    margin-bottom: 20px;
}
#testimonial {
    padding: 80px 0px;
    width: 100%;
    float: left;
}
.footer_area {
    background: #1d1d1d;
    display: block;
    overflow: hidden;
    padding-top: 60px;
    width: 100%;
    float: left;
}
.footer_area .footer_row .fooer_logo p {
    font: 400 14px/21px "Lato", sans-serif;
    color: #757575;
    padding-top: 30px;
    letter-spacing: .55px;
}
.find_out_text h2 {
    font: 500 18px/41px "Poppins", sans-serif;
    color: rgba(255, 255, 255, 0.702);
}
.footer_area .footer_subscriber .form-group .form-control {
    max-width: 60%;
}
.footer_area .footer_subscriber .form-group .find_btn {
    display: inline-block;
    width: 115px;
    font: 500 11px/45px "Poppins", sans-serif;
    color: #fff;
    background: #f2620e;
    border: 0;
    margin-top: -2px;
    margin-left: 35px;
}
.footer_area .copy_right h6 {
    font: 400 14px/75px "Lato", sans-serif;
    color: #545454;
    float: left;
}
.benefits-yoga .dez-box.left {
margin-right:0px;
}
.passive-sec h4 {
    font-family: 'Poppins', sans-serif;
    color: #f2620e;
    font-size: 26px;
    margin-bottom: 15px;
}
.passive-sec li {
    width: 50%;
    float: left;
    margin-bottom: 25px;
    font-size: 13px;
    position: relative;
    padding-left: 33px;
    display: inline-block;
}
iframe{
	width:100%;
	float:left;
	height:250px;
}
.singleAbout p {
    font-size: 13px;
    letter-spacing: 1.12px;
    line-height: 1.5;
    padding: 0 20px 35px;
}
.enquiry_now {
    background: transparent;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 115px 0px;
    width: 100%;
    float: left;
}
.lg-none{
	display:block;
}
.btn-categories li.active a {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all 500ms ease;
    font-family: 'Poppins', sans-serif;
    display: block;
    border-radius: 20px;
    background: #0dc37f;
    border: 2px solid #2bad5d;
    color: #ffffff;
    padding: 8px 24px 8px;
    transition: all 500ms ease;
}
.btn-categories li {
	margin-bottom: 10px;
}
.btn-categories li a {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all 500ms ease;
    font-family: 'Poppins', sans-serif;
    display: block;
    background: transparent;
    border-radius: 20px;
    border: 2px solid #f2620e;
    color: #4c4c4c;
    padding: 8px 24px 8px;
    transition: all 500ms ease;
}
.btn-categories li a:hover, .btn-categories li a:focus {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all 500ms ease;
    font-family: 'Poppins', sans-serif;
    display: block;
    border-radius: 20px;
    background: #f2620e;
    border: 2px solid #f2620e;
    color: #ffffff;
    padding: 8px 24px 8px;
    transition: all 500ms ease;
}
#testimonial {
    padding: 80px 0px;
	width:100%;
	float:left;
}
.pb40{
	padding-bottom: 40px;
}
 .active-meditation {

    width: 100%;
    float: left;
    margin: 50px 0px;

}
.services-box ul {

    padding: 8px;
    margin: 0;
    background: #f5f5f5;
    border: 1px solid #eee;

}
.pass-block {

    width: 100%;
    float: left;
    margin: 25px 0px;

}
.services-box ul li a {

    padding: 10px;
    margin-bottom: 8px;
    display: inline-block;
    width: 100%;
    background: #fff;
    color: #f2620e;
    font-weight: 600;
    font-size: 14px;
    position: relative;
    -webkit-transition: all 0s ease-out 0s;
    -moz-transition: all 0s ease-out 0s;
    -ms-transition: all 0s ease-out 0s;
    -o-transition: all 0s ease-out 0s;
    transition: all 0s ease-out 0s;

}
.why-choose .panel-body p{
    font-family: 'Poppins', sans-serif;
    text-align:left;
    font-size:13px;

}
.slide-content-box{
    color:#fff;
     font-family: 'Poppins', sans-serif;
}

.services-box ul li::after {

    position: absolute;
    color: #f2620e;
    content: "";
    font-family: fontawesome;
    left: 0;
    top: 0;

}
.pass-cont p{
	line-height:27px;
	font-size:14px;
	
	font-family:'Poppins', sans-serif;
	text-align:justify;
}
.services-box ul li a:hover::before, .services-box ul li.active a::before {

    content: "";
    position: absolute;
    right: -19px;
    top: 50%;
    margin-top: -10px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 10px solid #f2620e;
    border-bottom: 10px solid transparent;

}
.services-box ul li a:hover, .services-box ul li.active a {

    background: #f2620e;
    color: #fff;

}
 li:hover .submenu {
  display: block;
  max-height: 370px;
}
 .submenu a {
  background-color: #999;
}

/* hover behaviour for links inside .submenu */
  .submenu a:hover {
  background-color: #666;
}
 .submenu {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: all 0.5s ease-out;
}
.pass-cont .medi-title{
	text-align:left;
}
.pass-cont .medi-title h2{
	text-align:left;
}