/*---------------------------------------------------------------------------------

Master Stylesheet

	Template:	 Unika - Responsive One Page HTML5 Template
	Author:		 imransdesign.com
	URL:		 http://imransdesign.com/
    Designed By: https://www.behance.net/poljakova
	Version:	1.0	

	---------------------------------------------------------------------------------*/

	html {
		height: 100% !important;
	}
	body {
		position: relative;
		/* height: 100%;
		font-size: 14px;
		color: #363940; */
		line-height: 1;
	}
	body p,body .tab-content div{
		/* line-height: 25px; */
	}
	.main-conts div,.main-conts p,.main-conts li{
		font-size: 18px;
		line-height: 1.8!important;
	}
	body .body {
		height: 100%;
	}
	.cover {
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0px;
		top: 0px;
		background-color: rgba(0, 46, 82, 0.15);
		padding: 20px;
	}
	.page {
		overflow: hidden;
		background-color: #fff;
		padding: 50px 0;
	}
	* {
		border-radius: 0 !important;
		-webkit-border-radius: 0 !important;
		-moz-border-radius: 0 !important;
	}
	*:focus { 
		outline: none !important;
		box-shadow: none !important;
	}

	/* Begin Fonts */
	body {
		/*font-family: 'Roboto', Helvetica, Arial, sans-serif;*/
	}
	h1, h2, h3, h4, h5, h6 {
	/*font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-weight: 700;
	margin-bottom: 10px;*/
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 26px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
p {
	/*font: 14px/1.5em "Roboto";*/
}
.navbar-nav > li > a {
	/*font-family: "Lato", Helvetica, Arial, sans-serif;*/
}
/* End Fonts */

a, a:hover, a:focus, .btn-link:hover, .btn-link:focus, .btn-link.active, .nav li a:hover, .nav li.active > a, .nav li.active > a:hover, .nav li.active > a:focus, .nav li.open > a, .nav li.open > a:hover, .nav li.open > a:focus, .btn-default, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-white:hover, .btn-white:focus, .btn-white.focus, .btn-white:active, .btn-white:active:hover, .btn-white:active:focus, .btn-white:active.focus, .btn-white.active, .btn-white.active:hover, .btn-white.active:focus, .btn-white.active.focus, .open > .dropdown-toggle.btn-white, .open > .dropdown-toggle.btn-white:hover, .open > .dropdown-toggle.btn-white:focus, .open > .dropdown-toggle.btn-white.focus, .nav > li > a.btn-white:hover, .nav > li > a.btn-white:focus, .nav > li.active > a.btn-white, .text-primary, .page--breadcrumb .breadcrumb li.active, .portfolio--filter-menu .nav > li:hover, .portfolio--filter-menu .nav > li.active {
	color: inherit;
	text-decoration: none;
}

.txt-red{
	color:red;
}

.btn-link, a {
	-webkit-transition-property: color,border-color,background-color,box-shadow;
	transition-property: color,border-color,background-color,box-shadow;
	-webkit-transition-duration: .35s;
	transition-duration: .35s;
	-webkit-transition-timing-function: ease,ease,ease-in-out,ease-in-out;
	transition-timing-function: ease,ease,ease-in-out,ease-in-out;
}

.nav_fix_old li {
	line-height: 1.42857143;
	list-style: disc;
	display: list-item;
	text-align: -webkit-match-parent;
}

ul.nav_fix_old  {
	margin-top: 0;
	margin-bottom: 10px;
	display: block;
	list-style-type: disc;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 40px;
}

.txt-color-w{
	color: #fff;
}

hr.txt-color-w{
	border-top: 1px solid #fff;
}

.m20 {
	margin: 20px!important;
}

.btn2{
	display: inline-block;
	padding: .3em 3em;
	border: 0 ;
	color: #485859;
	text-decoration: none;
	border:3px solid #485859;
	background:none;
}
.btn2 span {
	position: relative;
	padding-left: 20px;
}

.btn2 span:after{
	display: block;
	content: '';
	position: absolute;
	top: .4em;
	left: -1em;
	width: 8px;
	height: 8px;
	border-right: 2px solid #485859;
	border-bottom: 2px solid #485859;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.btn2:hover span:after{ left:-.5em; border-color:#fff; }

.btn2 span:after {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.btn-orange{
	border:3px solid #E3602D;
	font-size: 1.25em;
	color:#E3602D;
}

.btn-orange:hover,
.btn-orange:active,
.btn-orange:focus{
	background: #E3602D;
	cursor: pointer;
	color:#fff;
}


.btn-orange span:after {
	border-color: #E3602D;
}


.btn-graygreen{
	border:3px solid #485859;
	font-size: 1.25em;
	color:#485859;
}

.btn-graygreen:hover,
.btn-graygreen:active,
.btn-graygreen:focus{
	background: #485859;
	cursor: pointer;
	color:#fff;
}


.btn-graygreen span:after {
	border-color: #485859;
}


.txt-left{
	text-align: left;
}

.txt-center{
	text-align: center;
}

.txt-right{
	text-align: right;
}

.clearfix{
	clear: both;
}

section {
	position: relative;
}
 

.header-text-l{
	float: left;
	color: black;
	margin-top: 15px;
	line-height: 25px;
}

.header-text-r{
	float: right;
	color: black;
	margin-top: 15px;
	line-height: 25px;
}

.header-text-l a, .header-text-l span,.header-text-l div,.header-text-l small,.header-text-r a, .header-text-r span ,.header-text-r div,.header-text-r small{
	color: black;
	font-weight: 700;
	margin-right: 5px;
}


/* Scroll to top button */
/*.scrolltotop {
  position: fixed;
  display: none;
  bottom: 20px;
  right: 30px;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  text-decoration: none;
  z-index: 9999;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  }*/
  .scrolltotop {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    color: #00b7f1;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 38px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    border-radius: 50%;
    background: #ffffff;
    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;
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.16);
  }
  .scrolltotop .fa {
    /*padding-left: 4px;*/
/*  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);*/
}



 

/*Base*/
.ma-clear-padding {
  padding: 0px; }

a {
  text-decoration: none !important; }

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

.ma-btn {
  width: 100%;
  outline: none;
  padding: 10px 20px;
  color: #fff;
  background-color: #aaa;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 2px solid transparent;
  min-height: 44px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.ma-btn-default {
  background-color: #f57f20; }
  .ma-btn-default:hover {
    background-color: transparent;
    color: #f57f20;
    border-color: #f57f20; }
  .ma-btn-default:focus {
    background-color: transparent;
    color: #f57f20;
    border-color: #f57f20; }

.ma-btn-xs {
  min-height: 36px;
  font-size: 12px;
  padding: 8px 20px; }
  .ma-btn-xs:hover {
    border: 2px solid #f57f20;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
  .ma-btn-xs.ma-border-bottom {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    .ma-btn-xs.ma-border-bottom:hover:after {
      display: none;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
  .ma-btn-xs:focus {
    border: 2px solid #f57f20;
    color: #f57f20; }
    .ma-btn-xs:focus.ma-border-bottom:after {
      display: none; }

.ma-btn-transparent {
  background-color: transparent;
  color: #f57f20; }

.ma-border-brown {
  border: 2px solid #f57f20;
  color: #f57f20; }
  .ma-border-brown:hover {
    background-color: #f57f20;
    color: #fff;
    border-color: transparent; }
  .ma-border-brown:focus {
    background-color: #f57f20;
    color: #fff;
    border-color: transparent; }

.ma-border-bottom {
  border: none; }
  .ma-border-bottom:after {
    content: '';
    width: 100%;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .ma-border-bottom.ma-btn-default:after {
    background-color: #876b2f; }

.ma-border-radius {
  border-radius: 3px; }

.ma-btn-l {
  min-height: 50px !important;
  padding: 13px 20px; }
  .ma-btn-l:hover {
    border: 2px solid #f57f20;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
  .ma-btn-l.ma-border-bottom {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    .ma-btn-l.ma-border-bottom:hover:after {
      display: none;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
    .ma-btn-l.ma-border-bottom:focus {
      border: 2px solid #f57f20;
      color: #f57f20; }
      .ma-btn-l.ma-border-bottom:focus.ma-border-bottom:after {
        display: none; }

.ma-btn-m {
  min-height: 44px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }
  .ma-btn-m:hover {
    border: 2px solid #f57f20;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
  .ma-btn-m.ma-border-bottom {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    .ma-btn-m.ma-border-bottom:hover:after {
      display: none;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
  .ma-btn-m:focus {
    border: 2px solid #f57f20;
    color: #f57f20; }
    .ma-btn-m:focus.ma-border-bottom:after {
      display: none; }

#toTop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
  display: none; }
  #toTop .btn-totop {
    background: #f57f20;
    border-color: #f57f20;
    color: #fff; }
  #toTop .btn {
    border-radius: 0px; }

/* End Base*/
.section-padding {
    padding-top: 60px;
    padding-bottom: 60px;
}
.dealbox {
    margin-bottom: 52px;
}
.coupon-section .coupon-thmbimg {
    position: relative;
}
.coupon-section .coupon-thmbimg img{
    max-width: 100%;
    height: auto;
    vertical-align: middle;
} 
.coupon-section .coupon-thmbimg p {
    position: absolute;
    top: -12px;
    left: 30px;
    background-color: #fd7140;
    text-decoration: none;
    color: #fff;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 12px;
    min-width: 52px;
    font-size: 15px;
    letter-spacing: 0.6px;
}
.coupon-section .coupon-thmbimg p i {
    top: -2px;
    position: relative;
}
.coupon-section .coupon-thmbimg p span {
    display: block;
    letter-spacing: 0;
    font-size: 13px;
}
.coupon-content {
    border: 1px solid #d9d9d9;
    border-top: none;
    padding: 28px 40px 20px;
    text-align: center;
}
.coupon-content h3 {
    display: inline-block;
    padding-left: 18px;
    position: relative;
    color: #e94c3c;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.56px;
    text-transform: capitalize;
    margin: 0 0 11px;
    word-wrap: break-word;
}
.coupon-content p {
    color: #222;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0.64px;
    word-wrap: break-word;
}
.getcoupon-btn {
    display: inline-block;
    margin-bottom: 12px;
    position: relative;
    word-wrap: break-word;
}
.get-coupencode {
    border: 2px dashed #d9d9d9;
    color: #000;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1.05px;
    line-height: 28px;
    margin-left: 36px;
    padding: 3.5px 8px;
    position: relative;
    text-align: right;
    text-transform: uppercase;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    min-width: 151px;
    z-index: -1;
    word-wrap: break-word;
} 



/*End Font*/
/*LOAD PAGE*/
/*.load-page {
  position: fixed;
  background: #fff;
  width: 100%;
  height: 100vh;
  top: 0;
  z-index: 10000000; }
  .load-page .spinner {
    text-align: center;
    position: absolute;
    top: 30%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 50px;
    height: 40px;
    margin: 100px auto; }
  .load-page .spinner > div {
    background-color: #f57f20;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out; }
  .load-page .spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s; }
  .load-page .spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s; }
  .load-page .spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s; }
  .load-page .spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s; }

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4); }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1); } }

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4); }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1); } }*/


.ma-main-menu .main-navigation ul li.active a{
    color: #f57f20;
}

/*Home default header*/
.ma-menu-mobile-nav .uni-icon-close span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: solid 1px #aeaeae;
  border-radius: 50%;
  margin: 30px auto; }

@media (max-width: 991px) {


  .ma-menu-mobile-nav.mobile-menu-container .navbar-toggle {
    display: block; } }

.ma-menu-mobile-nav.mobile-menu-container .form-search-wrapper-mobile {
  margin: 40px 20px 0 20px; }
  .ma-menu-mobile-nav.mobile-menu-container .form-search-wrapper-mobile .input-group {
    background: transparent;
    border: 1px solid #eaeaea;
    border-radius: 5px; }
  .ma-menu-mobile-nav.mobile-menu-container .form-search-wrapper-mobile .form-control {
     
    font-size: 14px;
    font-style: italic;
    line-height: 2.14;
    text-align: left;
    color: #aeaeae;
    border-right: 0;
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
    border-radius: 0;
    border-color: transparent;
    height: 44px;
    background-color: transparent; }
  .ma-menu-mobile-nav.mobile-menu-container .form-search-wrapper-mobile .input-group-addon {
    color: #aeaeae;
    border-color: transparent;
    border-radius: 3px;
    background: transparent;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }

.ma-menu-mobile-nav.mobile-menu-container .menu-mobile-nav {
  position: absolute;
  right: 0;
  top: 60px;
  z-index: 999; }
  @media screen and (max-width: 991px) and (min-width: 768px) {
    .ma-menu-mobile-nav.mobile-menu-container .menu-mobile-nav {
      top: 70px !important; } }
  .ma-menu-mobile-nav.mobile-menu-container .menu-mobile-nav .icon-bar {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 3px;
    width: 36px;
    height: 36px; }
  .ma-menu-mobile-nav.mobile-menu-container .menu-mobile-nav i {
    font-family: FontAwesome;
    font-size: 18px;
    line-height: 1.67;
    text-align: center;
    color: #7b7b7b; }

.ma-menu-mobile-nav.mobile-menu-container .navbar-nav {
  margin: 0;
  overflow: hidden; }
  @media screen and (max-width: 991px) {
    .ma-menu-mobile-nav.mobile-menu-container .navbar-nav {
      float: none; }
      .ma-menu-mobile-nav.mobile-menu-container .navbar-nav li {
        float: none; } }
  .ma-menu-mobile-nav.mobile-menu-container .navbar-nav li {
    position: relative;
    display: block; }
    .ma-menu-mobile-nav.mobile-menu-container .navbar-nav li a {
      display: block;
      padding: 13px 20px;
      font-size: 14px;
      line-height: 20px;
       
      font-weight: 600;
      text-align: left;
      color: #7b7b7b;
      margin: 0 20px;
      text-transform: capitalize;
      border-top: 1px solid #e9e9e9; }
      .ma-menu-mobile-nav.mobile-menu-container .navbar-nav li a:hover {
        color: #f57f20; }
      .ma-menu-mobile-nav.mobile-menu-container .navbar-nav li a i {
        margin-right: 15px; }
    .ma-menu-mobile-nav.mobile-menu-container .navbar-nav li .arrow-parent {
      position: absolute;
      z-index: 10;
      right: 0;
      top: 0;
      padding: 14px 20px;
      font-size: 14px;
      cursor: pointer; }
    .ma-menu-mobile-nav.mobile-menu-container .navbar-nav li ul {
      position: static;
      background: #333;
      display: none;
      overflow: hidden;
      margin-left: -20px; }
      .ma-menu-mobile-nav.mobile-menu-container .navbar-nav li ul li a {
        display: block;
         
        color: #fff;
        text-transform: capitalize;
        padding: 13px 20px;
        font-size: 14px;
        line-height: 20px;
        border-top: 1px solid rgba(255, 255, 255, 0.2); }
      .ma-menu-mobile-nav.mobile-menu-container .navbar-nav li ul.sub-menu1 li a {
        padding-left: 40px; }
      .ma-menu-mobile-nav.mobile-menu-container .navbar-nav li ul.sub-menu2 {
        background: #444; }
        .ma-menu-mobile-nav.mobile-menu-container .navbar-nav li ul.sub-menu2 li {
          border-color: rgba(255, 255, 255, 0.3); }
          .ma-menu-mobile-nav.mobile-menu-container .navbar-nav li ul.sub-menu2 li a {
            padding-left: 60px; }

.ma-menu-mobile-nav #cssmenu {
  display: none;
  position: absolute;
  top: 0;
  z-index: 5000;
  width: 100%;
  min-height: 100%;
  background: #fff;
  margin: 0;
  padding-bottom: 40px; }

.ma-menu-mobile-nav #cssmenu .submenu-button {
  position: absolute;
  z-index: 10;
  right: 0;
  top: 0;
  display: block;
  height: 46px;
  width: 46px;
  cursor: pointer;
  color: #7b7b7b; }

.ma-menu-mobile-nav #cssmenu .submenu-button::after {
  content: '\f067';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  font-family: FontAwesome;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99; }

.ma-menu-mobile-nav #cssmenu .submenu-button::before {
  content: '\f068';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  font-family: FontAwesome;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99; }

.ma-menu-mobile-nav #cssmenu .submenu-button.submenu-opened:after {
  display: none; }

.ma-menu-mobile-nav #cssmenu ul li ul {
  padding-left: 20px; }
  .ma-menu-mobile-nav #cssmenu ul li ul li.has-sub .submenu-button:before {
    content: '\f105';
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    font-family: FontAwesome;
    color: #fff;
    font-size: 18px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99; }
  .ma-menu-mobile-nav #cssmenu ul li ul li.has-sub .submenu-button:after {
    display: none; }
  .ma-menu-mobile-nav #cssmenu ul li ul li.has-sub .submenu-button.active:after {
    content: '\f107';
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    font-family: FontAwesome;
    font-size: 18px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99; }
  .ma-menu-mobile-nav #cssmenu ul li ul li.has-sub .submenu-button.active:before {
    display: none; }

@media screen and (max-width: 991px) {
  .header-default {
    height: auto; } }

.ma-navbar-nav-icon-child {
  cursor: pointer;
  margin: 0;
  position: relative;
  font-family: 'Open Sans', serif;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  color: #222222; }
  .ma-navbar-nav-icon-child.active:after {
    content: "\f107";
    position: absolute;
    right: 20px;
    top: 22px;
    font-family: FontAwesome;
    color: #f57f20; }
  .ma-navbar-nav-icon-child.active:before {
    display: none; }
  .ma-navbar-nav-icon-child:before {
    content: "\f105";
    position: absolute;
    right: 20px;
    top: 20px;
    font-family: FontAwesome;
    color: #7b7b7b; }

.nav-child {
  background: #444444;
  display: none;
  padding: 0;
  margin-left: -40px;
  margin-right: -20px; }
  .nav-child li {
    border-bottom: 1px solid #555555 !important;
    margin: 0px 20px;
    margin-left: 60px; }
    .nav-child li a {
      padding-left: 10px !important;
      color: #aeaeae !important; }

.ma-top-header {
  border-bottom: 1px solid #f0f0f0; }
  .ma-top-header .ma-top-header-left {
    float: left;
    padding: 12px 0px; }
    @media screen and (max-width: 991px) {
      .ma-top-header .ma-top-header-left {
        display: none; } }
    .ma-top-header .ma-top-header-left span {
       
      font-size: 14px;
      font-weight: 500;
      line-height: 2.14;
      text-align: left;
      color: #7b7b7b; }
  .ma-top-header .ma-top-header-right {
    float: right; }
    @media screen and (max-width: 991px) {
      .ma-top-header .ma-top-header-right {
        width: 100%;
        padding: 0px;
        float: none; } }
    .ma-top-header .ma-top-header-right ul {
      margin: 0px;
      padding: 0px; }
      .ma-top-header .ma-top-header-right ul li {
        list-style-type: none;
        display: inline-block;
         
        font-size: 12px;
        font-weight: bold;
        line-height: 2.31;
        text-align: center;
        color: #7b7b7b;
        border-left: 1px solid #f0f0f0; }
        @media screen and (max-width: 991px) {
          .ma-top-header .ma-top-header-right ul li {
            width: 30%; }
            .ma-top-header .ma-top-header-right ul li:last-child {
              width: 37%; } }
        @media screen and (max-width: 1199px) and (min-width: 992px) {
          .ma-top-header .ma-top-header-right ul li {
            font-size: 11px; } }
        .ma-top-header .ma-top-header-right ul li:last-child {
          background: #f57f20;
          color: white;
          -webkit-transition: all 0.5s;
          -o-transition: all 0.5s;
          transition: all 0.5s;
          padding: 10px 0px; }
          @media screen and (max-width: 991px) {
            .ma-top-header .ma-top-header-right ul li:last-child {
              padding: 10px 0; } }
          .ma-top-header .ma-top-header-right ul li:last-child a {
            padding: 13px 35px; }
            @media screen and (max-width: 400px) {
              .ma-top-header .ma-top-header-right ul li:last-child a {
                padding: 0; } }
          .ma-top-header .ma-top-header-right ul li:last-child:hover {
            background: #333333;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s; }
        .ma-top-header .ma-top-header-right ul li .wrapper-dropdown-3 {
          position: relative;
          padding: 12px 33px;
          background: #fff;
          cursor: pointer;
          outline: none; }
          .ma-top-header .ma-top-header-right ul li .wrapper-dropdown-3 ul li {
            display: block !important; }
            .ma-top-header .ma-top-header-right ul li .wrapper-dropdown-3 ul li:last-child {
              padding: 0px;
              background: transparent; }
            @media screen and (max-width: 991px) {
              .ma-top-header .ma-top-header-right ul li .wrapper-dropdown-3 ul li {
                width: 100%; } }
          .ma-top-header .ma-top-header-right ul li .wrapper-dropdown-3 ul.dropdown li a {
            color: #7b7b7b; }
        .ma-top-header .ma-top-header-right ul li a {
          color: #fff; }
  .ma-top-header .ui.dropdown .menu > .item {
     
    font-size: 13px;
    font-weight: bold;
    line-height: 2.31;
    text-align: center;
    color: #7b7b7b; }
  .ma-top-header .ui.selection.dropdown {
    padding: 15px 10px !important; }

.ma-main-menu .wrapper-logo {
  padding-top: 40px; }
  @media screen and (max-width: 991px) {
    .ma-main-menu .wrapper-logo {
      padding-top: 20px;
      padding-bottom: 20px;
      width: 170px;
      height: 100px; } }

@media screen and (max-width: 991px) {
  .ma-main-menu .main-navigation {
    display: none; } }

@media screen and (max-width: 1199px) and (min-width: 992px) {
  .ma-main-menu .main-navigation {
    float: none; } }

.ma-main-menu .main-navigation ul {
  margin: 0px;
  padding: 0px;
  text-align: center; }
  @media screen and (max-width: 1199px) and (min-width: 992px) {
    .ma-main-menu .main-navigation ul {
      text-align: left; } }
  .ma-main-menu .main-navigation ul li {
    list-style-type: none;
    display: inline-block;
    line-height: 133px;
    padding: 0px 5px; }
    @media screen and (max-width: 1199px) and (min-width: 992px) {
      .ma-main-menu .main-navigation ul li {
        padding: 0 5px; } }
    .ma-main-menu .main-navigation ul li a {
       
      font-size: 14px;
      font-weight: bold;
      line-height: 2.14;
      text-align: right;
      color: #7b7b7b;
      text-decoration: none;
      padding: 40px 10px; }
      @media screen and (max-width: 1299px) and (min-width: 1200px) {
        .ma-main-menu .main-navigation ul li a {
          padding: 40px 3px; } }
      @media screen and (max-width: 1199px) and (min-width: 992px) {
        .ma-main-menu .main-navigation ul li a {
          font-size: 12px !important; } }
      .ma-main-menu .main-navigation ul li a:hover {
        color: #f57f20; }
      .ma-main-menu .main-navigation ul li a i {
        float: right;
        padding-top: 7px; }
    .ma-main-menu .main-navigation ul li ul.sub-menu1 {
      display: none;
      position: absolute;
      z-index: 1000;
      text-align: left;
      min-width: 240px;
      background: #ffffff;
      -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 1199px) and (min-width: 992px) {
        .ma-main-menu .main-navigation ul li ul.sub-menu1 {
          min-width: 220px !important; } }
      .ma-main-menu .main-navigation ul li ul.sub-menu1 li {
        padding: 0; }
        .ma-main-menu .main-navigation ul li ul.sub-menu1 li a {
          display: block;
          padding: 10px !important;
           
          font-size: 14px;
          font-weight: bold;
          line-height: 2.14;
          text-align: left;
          color: #7b7b7b; }
    .ma-main-menu .main-navigation ul li .sub-menu2 {
      display: none;
      position: absolute;
      z-index: 1000;
      text-align: left;
      min-width: 300px;
      background: #ffffff;
      margin-left: 100%;
      margin-top: -51px;
      background: #ffffff;
      -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
      padding: 0 20px; }
      .ma-main-menu .main-navigation ul li .sub-menu2 li a {
        color: #7b7b7b !important; }
      .ma-main-menu .main-navigation ul li .sub-menu2 li:hover a {
        color: #f57f20 !important; }
    .ma-main-menu .main-navigation ul li ul.sub-menu1 li:hover {
      display: block; }
      .ma-main-menu .main-navigation ul li ul.sub-menu1 li:hover a {
        color: #f57f20; }
    .ma-main-menu .main-navigation ul li:hover ul.sub-menu1 {
      display: block; }
      .ma-main-menu .main-navigation ul li:hover ul.sub-menu1 li {
        display: block;
        border-bottom: 1px solid #e0e0e0;
        line-height: 0px; }
        .ma-main-menu .main-navigation ul li:hover ul.sub-menu1 li:hover ul.sub-menu2 {
          display: block; }
    .ma-main-menu .main-navigation ul li.ma-icon-search i {
      color: #7b7b7b; }
    .ma-main-menu .main-navigation ul li.ma-icon-search:hover {
      cursor: pointer; }
      .ma-main-menu .main-navigation ul li.ma-icon-search:hover i {
        color: #f57f20; }

.ma-main-menu .show-hover-shortcodes {
  display: none;
  position: absolute;
  z-index: 12;
  width: 100%;
  top: 0px;
  left: 0;
  right: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  padding: 25px; }
  .ma-main-menu .show-hover-shortcodes h4 {
     
    font-size: 14px;
    font-weight: bold;
    line-height: 2.14;
    text-align: left;
    color: #f57f20;
    margin: 0px;
    padding-bottom: 13px;
    margin-bottom: 25px;
    border-bottom: 1px solid #f57f20; }
  .ma-main-menu .show-hover-shortcodes ul {
    margin: 0px;
    padding: 0px; }
    .ma-main-menu .show-hover-shortcodes ul li {
      list-style-type: none; }
      .ma-main-menu .show-hover-shortcodes ul li a {
        display: block;
         
        font-size: 14px;
        font-weight: 600;
        line-height: 2.57;
        text-align: left;
        color: #7b7b7b; }
        .ma-main-menu .show-hover-shortcodes ul li a i {
          margin-right: 10px; }
      .ma-main-menu .show-hover-shortcodes ul li:hover a {
        color: #f57f20; }

.ma-main-menu .box-search-header {
  position: absolute;
  right: 0;
  left: 0;
  top: -1px; }

.ma-main-menu .ma-input-group {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-color: #fff; }
  .ma-main-menu .ma-input-group .stylish-input-group .input-group-addon {
    background: white !important;
    border-radius: 0px;
    border: none;
    z-index: 3;
    position: relative; }
    .ma-main-menu .ma-input-group .stylish-input-group .input-group-addon i {
      color: #aeaeae;
      font-size: 16px; }
      .ma-main-menu .ma-input-group .stylish-input-group .input-group-addon i:hover {
        color: #f57f20; }
  .ma-main-menu .ma-input-group .stylish-input-group .form-control {
    border-right: 0;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    border-color: #fff;
    border-radius: 0;
    height: 80px;
    z-index: 3; }
    .ma-main-menu .ma-input-group .stylish-input-group .form-control::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
       
      font-size: 16px;
      line-height: 1.88;
      text-align: left;
      color: #aeaeae; }
    .ma-main-menu .ma-input-group .stylish-input-group .form-control::-moz-placeholder {
      /* Firefox 19+ */
       
      font-size: 16px;
      line-height: 1.88;
      text-align: left;
      color: #aeaeae; }
    .ma-main-menu .ma-input-group .stylish-input-group .form-control:-ms-input-placeholder {
      /* IE 10+ */
       
      font-size: 16px;
      line-height: 1.88;
      text-align: left;
      color: #aeaeae; }
    .ma-main-menu .ma-input-group .stylish-input-group .form-control:-moz-placeholder {
      /* Firefox 18- */
       
      font-size: 16px;
      line-height: 1.88;
      text-align: left;
      color: #aeaeae; }
  .ma-main-menu .ma-input-group .stylish-input-group button {
    border: 0;
    border-color: #fff;
    background: transparent; }

/*End Home default Header*/
@media screen and (max-width: 991px) {
  .is-sticky {
    /*visibility: hidden; */
    position: relative;
    z-index: 888;
    height: 100px;
    } 
    .is-sticky .uni-sticky {
    -webkit-box-shadow: 5px 0px 6px #ccc;
    box-shadow: 5px 0px 6px #ccc;
    background: #fff;
}
  }

@media screen and (min-width: 992px) {
  .is-sticky {
    position: relative;
    z-index: 888;
    height: 100px; }
    .is-sticky .uni-sticky {
      -webkit-box-shadow: 5px 0px 6px #ccc;
      box-shadow: 5px 0px 6px #ccc;
      background: #fff; }
    .is-sticky .wrapper-logo {
      padding: 20px 0; }
    .is-sticky .main-navigation ul li {
      padding-top: 0px;
      padding-bottom: 0px;
      line-height: 100px; }
  .menu-hidden {
    height: 100px; } }

/*Footer*/
.site-footer {
  background: #333333;
  padding-top: 40px; }
  @media screen and (max-width: 767px) {
    .site-footer .footer-main-content-element {
      margin-bottom: 60px; } }
  .site-footer .ma-widget-footer-1 h3 img {
    width: 131px;
    height: 46px; }
  .site-footer .ma-widget-footer-1 .ma-widget-content-info {
    margin-top: 42px;
    margin-bottom: 30px; }
    .site-footer .ma-widget-footer-1 .ma-widget-content-info p {
       
      font-size: 14px;
      font-weight: 500;
      line-height: 1.86;
      text-align: left;
      color: #aeaeae; }
      .site-footer .ma-widget-footer-1 .ma-widget-content-info p span {
        margin-right: 12px;
        font-family: themify;
        font-size: 14px;
        line-height: 1.86;
        text-align: left;
        color: #f57f20; }
  .site-footer .ma-widget-footer-1 .ma-widget-content-share p a i {
    font-size: 16px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #999;
    border: 1px solid #999;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s; }
    .site-footer .ma-widget-footer-1 .ma-widget-content-share p a i:hover {
      color: #f57f20;
      border: 1px solid #f57f20; }
  .site-footer .widget h3 {
     
    font-size: 18px;
    font-weight: bold;
    line-height: 1.44;
    text-align: left;
    color: #f57f20;
    margin-bottom: 39px;
    margin-top: 0; }
  .site-footer .widget ul.ma-widget-content-2 {
    padding: 0; }
    .site-footer .widget ul.ma-widget-content-2 li {
      list-style-type: none; }
      .site-footer .widget ul.ma-widget-content-2 li a {
         
        font-size: 14px;
        font-weight: 500;
        line-height: 2.57;
        text-align: left;
        color: #aeaeae;
        text-decoration: none; }
        .site-footer .widget ul.ma-widget-content-2 li a:hover {
          color: #f57f20; }
        .site-footer .widget ul.ma-widget-content-2 li a i {
          margin-right: 8px; }
  .site-footer .ma-widget-footer-4 input {
    height: 50px; }
  .site-footer .ma-widget-footer-4 .form-control {
    border-radius: 0px;
    border-right: none; }
    .site-footer .ma-widget-footer-4 .form-control:focus {
      border-color: transparent;
      -webkit-box-shadow: none;
      box-shadow: none; }
  .site-footer .ma-widget-footer-4 .input-group-addon {
    border-radius: 0px;
    background: #FFFFFF;
    border-left: none; }
    .site-footer .ma-widget-footer-4 .input-group-addon span i {
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
    .site-footer .ma-widget-footer-4 .input-group-addon:hover {
      cursor: pointer; }
      .site-footer .ma-widget-footer-4 .input-group-addon:hover i {
        color: #f57f20;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
  .site-footer .ma-widget-footer-4 .ma-widget-trip {
    margin-top: 50px; }
  .site-footer .copyright-area .copyright-content {
    border-top: 1px solid #444444;
    padding: 30px 0px;
    margin-top: 80px; }
    .site-footer .copyright-area .copyright-content .copyright-text {
       
      font-size: 14px;
      line-height: 1.86;
      text-align: left;
      color: #7b7b7b; }
      .site-footer .copyright-area .copyright-content .copyright-text span {
        color: #f57f20; }
        .site-footer .copyright-area .copyright-content .copyright-text span a {
          color: #f57f20; }
    .site-footer .copyright-area .copyright-content .copyright-menu {
      float: right;
      margin: 0px;
      padding: 0px; }
      .site-footer .copyright-area .copyright-content .copyright-menu li {
        list-style-type: none;
        display: inline-block; }
        .site-footer .copyright-area .copyright-content .copyright-menu li a {
           
          font-size: 14px;
          line-height: 1.86;
          text-align: right;
          color: #7b7b7b;
          text-decoration: none;
          border-left: 1px solid #7b7b7b;
          padding: 0px 11px;
          -webkit-transition: all 0.5s;
          -o-transition: all 0.5s;
          transition: all 0.5s; }
          .site-footer .copyright-area .copyright-content .copyright-menu li a:hover {
            color: #f57f20;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s; }
        .site-footer .copyright-area .copyright-content .copyright-menu li:first-child a {
          border-left: none; }

/*End Footer*/
/*Sidebar Blog*/
.ma-blog-list-right-search .stylish-input-group .input-group-addon {
  background: white !important;
  border-radius: 0px; }

.ma-blog-list-right-search .stylish-input-group .form-control {
  border-right: 0;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  border-color: #ccc;
  border-radius: 0;
  height: 50px; }

.ma-blog-list-right-search .stylish-input-group button {
  border: 0;
  background: transparent; }

.ma-blog-list-body-right h4 {
   
  font-size: 18px;
  font-weight: bold;
  line-height: 1.67;
  text-align: center;
  color: #333333;
  border-bottom: 1px solid #f0f0f0;
  margin: 0px;
  margin-bottom: 30px;
  padding-bottom: 10px; }

.ma-blog-list-right-category {
  background: #fff;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-top: 20px;
  margin-top: 30px; }
  .ma-blog-list-right-category ul {
    margin: 0px;
    padding: 0px; }
    .ma-blog-list-right-category ul li {
      list-style-type: none; }
      .ma-blog-list-right-category ul li a {
        display: block;
         
        font-size: 14px;
        line-height: 2.57;
        text-align: left;
        color: #333333;
        text-decoration: none; }
      .ma-blog-list-right-category ul li:hover a {
        color: #f57f20; }

.ma-blog-list-right-recent-post {
  background: #fff;
  padding-top: 30px;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 30px; }
  .ma-blog-list-right-recent-post .ma-recent-post-item {
    margin-bottom: 20px; }
    .ma-blog-list-right-recent-post .ma-recent-post-item .ma-recent-post-item-img img {
      width: 100%;
      height: auto;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
    .ma-blog-list-right-recent-post .ma-recent-post-item .ma-recent-post-item-img:hover img {
      opacity: 0.8;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
    .ma-blog-list-right-recent-post .ma-recent-post-item .ma-recent-post-text h2 {
      margin: 0px;
      line-height: 0;
      padding: 10px 0; }
      .ma-blog-list-right-recent-post .ma-recent-post-item .ma-recent-post-text h2 a {
        display: block;
         
        font-size: 16px;
        font-weight: bold;
        line-height: 1.63;
        text-align: left;
        color: #333333;
        text-decoration: none;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
      .ma-blog-list-right-recent-post .ma-recent-post-item .ma-recent-post-text h2:hover a {
        color: #f57f20;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
    .ma-blog-list-right-recent-post .ma-recent-post-item .ma-recent-post-text .time {
       
      font-size: 14px;
      font-weight: 500;
      line-height: 2.14;
      text-align: left;
      color: #aeaeae; }
      .ma-blog-list-right-recent-post .ma-recent-post-item .ma-recent-post-text .time i {
        font-family: FontAwesome;
        font-weight: normal;
        color: #f57f20; }

.ma-blog-list-right-archives {
  background: #fff;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-top: 20px;
  margin-top: 30px; }
  .ma-blog-list-right-archives ul {
    margin: 0px;
    padding: 0px; }
    .ma-blog-list-right-archives ul li {
      list-style-type: none; }
      .ma-blog-list-right-archives ul li a {
        display: block;
         
        font-size: 14px;
        line-height: 2.57;
        text-align: left;
        color: #333333;
        text-decoration: none; }
      .ma-blog-list-right-archives ul li:hover a {
        color: #f57f20; }

/*End Siderbar Blog*/
/*Home default element SlideShow*/
.ma-item-slide {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .ma-item-slide .slide-delay-1 {
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
    animation-delay: 0.5s; }
  .ma-item-slide .slide-delay-2 {
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
    animation-delay: 0.5s; }
  .ma-item-slide .ma-slide-caption {
    position: absolute;
    right: 0px;
    left: 0px; }
    .ma-item-slide .ma-slide-caption h3 {
       
      font-size: 15px;
      font-weight: bold;
      line-height: 1.73;
      letter-spacing: 7.5px;
      text-align: center;
      color: #ffffff;
      text-transform: uppercase; }
      @media screen and (max-width: 767px) {
        .ma-item-slide .ma-slide-caption h3 {
          font-size: 11px;
          margin-top: 0; } }
    .ma-item-slide .ma-slide-caption h2 {
       
      font-size: 80px;
      font-weight: bold;
      text-align: center;
      color: #ffffff; }
      @media screen and (max-width: 767px) {
        .ma-item-slide .ma-slide-caption h2 {
          font-size: 30px;
          margin-top: 0; } }

.ma-slide {
  position: relative; }
  .ma-slide .owl-stage-outer {
    width: 100%; }
  .ma-slide .owl-theme .owl-nav {
    margin-top: -5px; }
  .ma-slide .ma-item-slide-btn {
    position: absolute;
    bottom: 40px; }
    @media screen and (max-width: 991px) {
      .ma-slide .ma-item-slide-btn {
        bottom: 25px; } }
    .ma-slide .ma-item-slide-btn button {
      border: 1px solid #fff;
      border-radius: 50%;
      width: 40px;
      height: 40px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      background: transparent; }
      .ma-slide .ma-item-slide-btn button.ma-play:after {
        content: '\f04c';
        font-family: FontAwesome;
        color: #fff; }
      .ma-slide .ma-item-slide-btn button.ma-pause {
        display: none; }
        .ma-slide .ma-item-slide-btn button.ma-pause:after {
          content: '\f04b';
          font-family: FontAwesome;
          color: #fff; }
      .ma-slide .ma-item-slide-btn button.ma-mutesound {
        display: none; }
        .ma-slide .ma-item-slide-btn button.ma-mutesound:after {
          content: '\f026';
          font-family: FontAwesome;
          color: #fff; }
      .ma-slide .ma-item-slide-btn button.ma-enablemute:after {
        content: '\f028';
        font-family: FontAwesome;
        color: #fff; }
    .ma-slide .ma-item-slide-btn ul {
      margin: 0px;
      padding: 0px; }
      .ma-slide .ma-item-slide-btn ul li {
        list-style-type: none;
        display: inline-block;
        margin-right: 20px; }
  .ma-slide .slider-video {
    position: relative;
    width: 100%;
    max-height: 793px;
    overflow: hidden; }
    .ma-slide .slider-video #video-demo {
      width: 100%;
      height: 100%; }

@media screen and (max-width: 991px) {
  #owl-slide-home .owl-nav {
    visibility: hidden; } }

#owl-slide-home .owl-nav .owl-prev {
  position: absolute;
  left: 0 !important;
  top: 50% !important;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: transparent;
  border-radius: 50px;
  padding: 0px;
  z-index: 123; }
  #owl-slide-home .owl-nav .owl-prev:after {
    content: "\e64a";
    display: block;
    color: #fff !important;
    font-family: themify;
    font-size: 30px;
    padding: 9px;
    line-height: 0.87;
    text-align: left;
    color: rgba(255, 255, 255, 0.2);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }

#owl-slide-home .owl-nav .owl-next {
  position: absolute;
  right: 0 !important;
  top: 50% !important;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: transparent;
  border-radius: 50px;
  padding: 0px;
  z-index: 123; }
  #owl-slide-home .owl-nav .owl-next:after {
    content: "\e649";
    display: block;
    color: #fff !important;
    font-family: themify;
    font-size: 30px;
    padding: 9px;
    line-height: 0.87;
    text-align: left;
    color: rgba(255, 255, 255, 0.2);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }

/*End Home default element SlideShow*/
/*Home default element Welcometo*/
.ma-massage-about {
  padding-top: 99px; }

.ma-massage-head-title h3 {
   
  font-size: 14px;
  font-weight: bold;
  line-height: 2.14;
  letter-spacing: 2.8px;
  text-align: center;
  color: #f57f20; }
  @media screen and (max-width: 767px) {
    .ma-massage-head-title h3 {
      font-size: 14px; } }

.ma-massage-head-title h2 {
   
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  color: #333333 !important; }

.ma-massage-about-border {
  width: 40px;
  height: 3px;
  background-color: #f57f20;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 60px; }

.ma-massage-about-text p {
   
  font-size: 14px;
  line-height: 2.14;
  text-align: center;
  color: #7b7b7b; }

.ma-massage-about-author {
  margin-top: 37px; }
  .ma-massage-about-author p {
     
    font-size: 14px;
    font-weight: bold;
    line-height: 2.14;
    text-align: center;
    color: #333333; }
    .ma-massage-about-author p span {
      color: #f57f20; }

.ma-massage-image {
  margin-top: 97px; }
  .ma-massage-image .ma-massage-image-item {
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .ma-massage-image .ma-massage-image-item .ma-massage-item-img {
      width: 100%; }
      .ma-massage-image .ma-massage-image-item .ma-massage-item-img img {
        width: 100%;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
    .ma-massage-image .ma-massage-image-item .ma-massage-item-img a:before, .ma-massage-image .ma-massage-image-item .ma-massage-item-img a:after {
      position: absolute;
      left: 20px;
      right: 20px;
      top: 20px;
      bottom: 20px;
      content: '';
      opacity: 0;
      -webkit-transition: opacity 0.3s, -webkit-transform 0.4s;
      transition: opacity 0.3s, -webkit-transform 0.4s;
      -o-transition: opacity 0.3s, transform 0.4s;
      transition: opacity 0.3s, transform 0.4s;
      transition: opacity 0.3s, transform 0.4s, -webkit-transform 0.4s;
      z-index: 5; }
    .ma-massage-image .ma-massage-image-item .ma-massage-item-img a:before {
      border-top: 5px solid #fff;
      border-bottom: 5px solid #fff;
      -webkit-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
      transform: scale(0, 1); }
    .ma-massage-image .ma-massage-image-item .ma-massage-item-img a:after {
      border-right: 5px solid #fff;
      border-left: 5px solid #fff;
      -webkit-transform: scale(1, 0);
      -ms-transform: scale(1, 0);
      transform: scale(1, 0); }
    .ma-massage-image .ma-massage-image-item .ma-massage-item-img:hover a:after {
      opacity: 1;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
    .ma-massage-image .ma-massage-image-item .ma-massage-item-img:hover a:before {
      opacity: 1;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
    .ma-massage-image .ma-massage-image-item .ma-iamge-item-caption {
      position: absolute;
      text-align: center;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      .ma-massage-image .ma-massage-image-item .ma-iamge-item-caption h2 {
         
        font-size: 30px;
        font-weight: bold;
        line-height: 1;
        text-align: center;
        color: #ffffff; }
    .ma-massage-image .ma-massage-image-item:hover .ma-massage-item-img img {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1);
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }

/*End Home default element Welcometo*/
/*Home default element OurRoom*/
.ma-our-room {
  background: #f9f9f9;
  padding-bottom: 150px;
  padding-top: 99px; }
  @media screen and (max-width: 767px) {
    .ma-our-room {
      padding-bottom: 60px; } }
  .ma-our-room .ma-massage-our-room .item {
    background-color: #ffffff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    .ma-our-room .ma-massage-our-room .item .ma-massage-item-content {
      position: relative;
      overflow: hidden; }
      .ma-our-room .ma-massage-our-room .item .ma-massage-item-content:hover {
        -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
        .ma-our-room .ma-massage-our-room .item .ma-massage-item-content:hover .ma-item-img img {
          -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
          transform: scale(1.1);
          -webkit-transition: all 0.5s;
          -o-transition: all 0.5s;
          transition: all 0.5s; }
        .ma-our-room .ma-massage-our-room .item .ma-massage-item-content:hover .ma-item-text a {
          color: #f57f20;
          -webkit-transition: all 0.5s;
          -o-transition: all 0.5s;
          transition: all 0.5s; }
      .ma-our-room .ma-massage-our-room .item .ma-massage-item-content .ma-item-img {
        position: relative;
        overflow: hidden; }
        .ma-our-room .ma-massage-our-room .item .ma-massage-item-content .ma-item-img img {
          width: 100%;
          -webkit-transition: all 0.5s;
          -o-transition: all 0.5s;
          transition: all 0.5s; }
      .ma-our-room .ma-massage-our-room .item .ma-massage-item-content .ma-item-text {
        padding: 31px 20px; }
        .ma-our-room .ma-massage-our-room .item .ma-massage-item-content .ma-item-text h2 {
          margin-top: 0px;
          margin-bottom: 26px;
          padding-bottom: 20px;
          border-bottom: 1px solid #f0f0f0; }
          .ma-our-room .ma-massage-our-room .item .ma-massage-item-content .ma-item-text h2 a {
            display: block;
             
            font-size: 28px;
            font-weight: bold;
            line-height: 1.07;
            text-align: left;
            color: #333333;
            text-decoration: none;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s; }
        .ma-our-room .ma-massage-our-room .item .ma-massage-item-content .ma-item-text ul {
          margin: 0px;
          padding: 0px; }
          .ma-our-room .ma-massage-our-room .item .ma-massage-item-content .ma-item-text ul li {
            list-style-type: none;
            display: inline-block; }
            .ma-our-room .ma-massage-our-room .item .ma-massage-item-content .ma-item-text ul li p {
               
              font-size: 16px;
              font-weight: 500;
              line-height: 1.88;
              text-align: left;
              color: #7b7b7b; }
              .ma-our-room .ma-massage-our-room .item .ma-massage-item-content .ma-item-text ul li p span {
                 
                font-size: 12px;
                font-weight: bold;
                line-height: 1;
                text-align: right;
                color: #f57f20; }
            .ma-our-room .ma-massage-our-room .item .ma-massage-item-content .ma-item-text ul li:last-child {
              float: right; }
              .ma-our-room .ma-massage-our-room .item .ma-massage-item-content .ma-item-text ul li:last-child p {
                 
                font-size: 30px;
                font-weight: bold;
                line-height: 1;
                text-align: right;
                color: #f57f20; }
  .ma-our-room .ma-massage-our-room .owl-carousel .owl-dots.disabled {
    display: block; }
  .ma-our-room .ma-massage-our-room .owl-theme .owl-dots .owl-dot.active span, .ma-our-room .ma-massage-our-room .owl-theme .owl-dots .owl-dot:hover span {
    background: #f57f20; }
  .ma-our-room .ma-massager-our-room-mobile .item {
    margin-bottom: 30px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1); }
    .ma-our-room .ma-massager-our-room-mobile .item .ma-massage-item-content {
      position: relative;
      overflow: hidden; }
      .ma-our-room .ma-massager-our-room-mobile .item .ma-massage-item-content:hover .ma-item-img img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
      .ma-our-room .ma-massager-our-room-mobile .item .ma-massage-item-content:hover .ma-item-text a {
        color: #f57f20;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
      .ma-our-room .ma-massager-our-room-mobile .item .ma-massage-item-content .ma-item-img {
        position: relative;
        overflow: hidden; }
        .ma-our-room .ma-massager-our-room-mobile .item .ma-massage-item-content .ma-item-img img {
          width: 100%;
          -webkit-transition: all 0.5s;
          -o-transition: all 0.5s;
          transition: all 0.5s; }
      .ma-our-room .ma-massager-our-room-mobile .item .ma-massage-item-content .ma-item-text {
        padding: 31px 20px; }
        .ma-our-room .ma-massager-our-room-mobile .item .ma-massage-item-content .ma-item-text h2 {
          margin-top: 0px;
          margin-bottom: 26px;
          padding-bottom: 20px;
          border-bottom: 1px solid #f0f0f0; }
          .ma-our-room .ma-massager-our-room-mobile .item .ma-massage-item-content .ma-item-text h2 a {
             
            font-size: 28px;
            font-weight: bold;
            line-height: 1.07;
            text-align: left;
            color: #333333;
            text-decoration: none;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s; }
        .ma-our-room .ma-massager-our-room-mobile .item .ma-massage-item-content .ma-item-text ul {
          margin: 0px;
          padding: 0px; }
          .ma-our-room .ma-massager-our-room-mobile .item .ma-massage-item-content .ma-item-text ul li {
            list-style-type: none;
            display: inline-block; }
            .ma-our-room .ma-massager-our-room-mobile .item .ma-massage-item-content .ma-item-text ul li p {
               
              font-size: 16px;
              font-weight: 500;
              line-height: 1.88;
              text-align: left;
              color: #7b7b7b; }
              .ma-our-room .ma-massager-our-room-mobile .item .ma-massage-item-content .ma-item-text ul li p span {
                 
                font-size: 12px;
                font-weight: bold;
                line-height: 1;
                text-align: right;
                color: #f57f20; }
            .ma-our-room .ma-massager-our-room-mobile .item .ma-massage-item-content .ma-item-text ul li:last-child {
              float: right; }
              .ma-our-room .ma-massager-our-room-mobile .item .ma-massage-item-content .ma-item-text ul li:last-child p {
                 
                font-size: 30px;
                font-weight: bold;
                line-height: 1;
                text-align: right;
                color: #f57f20; }
  .ma-our-room .ma-massager-our-room-destop {
    display: block; }
  .ma-our-room .ma-massager-our-room-mobile {
    display: none; }
  @media screen and (max-width: 767px) {
    .ma-our-room .ma-massager-our-room-destop {
      display: none; }
    .ma-our-room .ma-massager-our-room-mobile {
      display: block; } }

/*End Home default element Ourroom*/
/* Home default element Testimonial*/
.ma-massage-testimonial {
  padding-bottom: 100px;
  padding-top: 99px; }

.ma-massage-testimonial-content .item .ma-massage-star {
  margin-bottom: 40px; }
  .ma-massage-testimonial-content .item .ma-massage-star p {
    text-align: center; }
    .ma-massage-testimonial-content .item .ma-massage-star p span {
      font-family: FontAwesome;
      font-size: 18px;
      line-height: 1.67;
      letter-spacing: 3.6px;
      text-align: center;
      color: #f2bf52; }
      .ma-massage-testimonial-content .item .ma-massage-star p span:last-child {
        color: #e0e0e0; }

.ma-massage-testimonial-content .item .ma-massage-testimonial-text p {
   
  font-size: 16px;
  font-style: italic;
  line-height: 1.88;
  text-align: center;
  color: #7b7b7b; }

.ma-massage-testimonial-content .item .ma-massage-testimonial-author p {
   
  font-size: 14px;
  font-weight: bold;
  line-height: 2.14;
  text-align: center;
  color: #333333; }
  .ma-massage-testimonial-content .item .ma-massage-testimonial-author p span {
    color: #f57f20; }

.ma-massage-testimonial-content .owl-theme .owl-nav {
  visibility: hidden; }

.ma-massage-testimonial-content .owl-theme .owl-dots .owl-dot.active span, .ma-massage-testimonial-content .owl-theme .owl-dots .owl-dot:hover span {
  background: #f57f20; }

.ma-massage-testimonial-content .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 25px; }

/*End Home default element Testimonial*/
/*Home default element Blog*/
.ma-massage-home-blog {
  background: #f9f9f9;
  padding-top: 99px; }

.ma-massage-home-blog {
  padding-bottom: 100px; }
  @media screen and (max-width: 767px) {
    .ma-massage-home-blog {
      padding-bottom: 60px; } }
  .ma-massage-home-blog .ma-massage-home-blog-content .item .ma-massage-item-blog-content:hover {
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    .ma-massage-home-blog .ma-massage-home-blog-content .item .ma-massage-item-blog-content:hover .ma-item-img img {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1);
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
    .ma-massage-home-blog .ma-massage-home-blog-content .item .ma-massage-item-blog-content:hover .ma-item-text h2 a {
      color: #f57f20;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
  .ma-massage-home-blog .ma-massage-home-blog-content .item .ma-massage-item-blog-content .ma-item-img {
    position: relative;
    overflow: hidden; }
    .ma-massage-home-blog .ma-massage-home-blog-content .item .ma-massage-item-blog-content .ma-item-img img {
      width: 100%;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
  .ma-massage-home-blog .ma-massage-home-blog-content .item .ma-massage-item-blog-content .ma-item-text {
    padding: 30px;
    background-color: #ffffff; }
    .ma-massage-home-blog .ma-massage-home-blog-content .item .ma-massage-item-blog-content .ma-item-text h2 {
      border-bottom: 1px solid #f0f0f0;
      margin-top: 0;
      margin-bottom: 20px;
      padding-bottom: 20px;
      line-height: 0; }
      .ma-massage-home-blog .ma-massage-home-blog-content .item .ma-massage-item-blog-content .ma-item-text h2 a {
        display: block;
         
        font-size: 18px;
        font-weight: bold;
        line-height: 1.44;
        text-align: left;
        color: #333333;
        text-decoration: none;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
    .ma-massage-home-blog .ma-massage-home-blog-content .item .ma-massage-item-blog-content .ma-item-text .time {
       
      font-size: 14px;
      font-weight: 500;
      line-height: 2.14;
      text-align: left;
      color: #aeaeae; }
  .ma-massage-home-blog .ma-massage-home-blog-content .owl-theme .owl-dots .owl-dot.active span, .ma-massage-home-blog .ma-massage-home-blog-content .owl-theme .owl-dots .owl-dot:hover span {
    background: #f57f20; }
  .ma-massage-home-blog .ma-massage-home-blog-content .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 40px; }
  .ma-massage-home-blog .ma-massage-home-blog-content-mobile .item {
    margin-bottom: 30px; }
    .ma-massage-home-blog .ma-massage-home-blog-content-mobile .item .ma-massage-item-blog-content:hover {
      -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
      box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
      .ma-massage-home-blog .ma-massage-home-blog-content-mobile .item .ma-massage-item-blog-content:hover .ma-item-img img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
      .ma-massage-home-blog .ma-massage-home-blog-content-mobile .item .ma-massage-item-blog-content:hover .ma-item-text h2 a {
        color: #f57f20;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
    .ma-massage-home-blog .ma-massage-home-blog-content-mobile .item .ma-massage-item-blog-content .ma-item-img {
      position: relative;
      overflow: hidden; }
      .ma-massage-home-blog .ma-massage-home-blog-content-mobile .item .ma-massage-item-blog-content .ma-item-img img {
        width: 100%;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
    .ma-massage-home-blog .ma-massage-home-blog-content-mobile .item .ma-massage-item-blog-content .ma-item-text {
      padding: 30px;
      background-color: #ffffff; }
      .ma-massage-home-blog .ma-massage-home-blog-content-mobile .item .ma-massage-item-blog-content .ma-item-text h2 {
        border-bottom: 1px solid #f0f0f0;
        margin-top: 0px;
        margin-bottom: 20px;
        padding-bottom: 20px;
        line-height: 0px; }
        .ma-massage-home-blog .ma-massage-home-blog-content-mobile .item .ma-massage-item-blog-content .ma-item-text h2 a {
           
          font-size: 18px;
          font-weight: bold;
          line-height: 1.44;
          text-align: left;
          color: #333333;
          text-decoration: none;
          -webkit-transition: all 0.5s;
          -o-transition: all 0.5s;
          transition: all 0.5s; }
      .ma-massage-home-blog .ma-massage-home-blog-content-mobile .item .ma-massage-item-blog-content .ma-item-text .time {
         
        font-size: 14px;
        font-weight: 500;
        line-height: 2.14;
        text-align: left;
        color: #aeaeae; }
  .ma-massage-home-blog .ma-massage-home-blog-content-mobile {
    display: none; }
  .ma-massage-home-blog .ma-massage-home-blog-content-destop {
    display: block; }
  @media screen and (max-width: 767px) {
   /* .ma-massage-home-blog .ma-massage-home-blog-content-mobile {
      display: block; }
    .ma-massage-home-blog .ma-massage-home-blog-content-destop {
      display: none; }*/ 
    }

/*End Home default element Blog*/
/*Home default element Image Gallery*/
.ma-massage-image-gallery {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .ma-massage-image-gallery .ma-massage-image-gallery-img {
    width: 100%; }
    .ma-massage-image-gallery .ma-massage-image-gallery-img img {
      width: 100%;
      height: auto; }
  .ma-massage-image-gallery .ma-massage-image-gallery-text {
    position: absolute;
    text-align: center;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .ma-massage-image-gallery .ma-massage-image-gallery-text a {
       
      font-size: 18px;
      font-weight: bold;
      line-height: 1.67;
      letter-spacing: 3.6px;
      text-align: center;
      color: #333333;
      background: #FFFFFF;
      padding: 14px 33px;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
      .ma-massage-image-gallery .ma-massage-image-gallery-text a:hover {
        background: #f57f20;
        color: #fff;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
  .ma-massage-image-gallery .ma-gallery-item-img {
    position: relative;
    overflow: hidden; }
    .ma-massage-image-gallery .ma-gallery-item-img img {
      width: 100%;
      height: auto;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
    @media screen and (min-width: 1200px) {
      .ma-massage-image-gallery .ma-gallery-item-img:hover {
        cursor: pointer; }
        .ma-massage-image-gallery .ma-gallery-item-img:hover img {
          -webkit-transition: all 0.5s;
          -o-transition: all 0.5s;
          transition: all 0.5s; }
        .ma-massage-image-gallery .ma-gallery-item-img:hover .ma-item-caption {
          opacity: 1; }
          .ma-massage-image-gallery .ma-gallery-item-img:hover .ma-item-caption .featured-slider-overlay {
            opacity: 1;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s; }
          .ma-massage-image-gallery .ma-gallery-item-img:hover .ma-item-caption .ma-item-caption-text {
            opacity: 1;
            -webkit-transition: all 0.7s;
            -o-transition: all 0.7s;
            transition: all 0.7s; } }
    .ma-massage-image-gallery .ma-gallery-item-img .ma-item-caption {
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      opacity: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
      .ma-massage-image-gallery .ma-gallery-item-img .ma-item-caption .ma-item-caption-text {
        position: relative;
        opacity: 0;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
        .ma-massage-image-gallery .ma-gallery-item-img .ma-item-caption .ma-item-caption-text h2 {
           
          font-size: 30px;
          font-weight: bold;
          line-height: 1;
          text-align: center;
          color: #ffffff;
          z-index: 2; }
        .ma-massage-image-gallery .ma-gallery-item-img .ma-item-caption .ma-item-caption-text h4 {
           
          font-size: 14px;
          font-weight: 500;
          line-height: 2.14;
          text-align: center;
          color: #ffffff;
          z-index: 2; }

/*End Home default element Image Gallery*/
/*Home default element Booking hotel*/
.ma-booking-hotel {
  background: url("../img/background_home.jpg"); }

.booking-hotel-all {
  padding: 40px 0; }
  .booking-hotel-all ul {
    margin: 0;
    padding: 0; }
    .booking-hotel-all ul li {
      list-style-type: none;
      float: left;
      background: #ffffff;
      width: 19%;
      padding: 15px 20px;
      margin-right: 14px;
      /*select adult and chidren*/ }
      @media screen and (max-width: 991px) {
        .booking-hotel-all ul li {
          width: 100%;
          margin-bottom: 20px; } }
      @media screen and (max-width: 1199px) and (min-width: 992px) {
        .booking-hotel-all ul li {
          margin-right: 11px; } }
      .booking-hotel-all ul li:nth-child(5) {
        margin-right: 0px;
        background: none;
        padding: 0px; }
      .booking-hotel-all ul li .input-group-addon {
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        border: 1px solid #f57f20; }
        .booking-hotel-all ul li .input-group-addon:hover {
          background: #ffffff;
          color: #f57f20;
          -webkit-transition: all 0.5s;
          -o-transition: all 0.5s;
          transition: all 0.5s; }
      .booking-hotel-all ul li .form-group {
        margin-bottom: 0px;
        padding: 0 15px; }
      .booking-hotel-all ul li input {
        width: 100%;
        height: 50px;
        border-radius: 0px;
         
        font-size: 24px;
        font-weight: bold;
        line-height: 1.43;
        text-align: left;
        color: #333333; }
        @media screen and (max-width: 1199px) and (min-width: 992px) {
          .booking-hotel-all ul li input {
            font-size: 14px; } }
      .booking-hotel-all ul li .form-control {
        background: transparent;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 0; }
      .booking-hotel-all ul li .wrap-select {
        height: 50px; }
      .booking-hotel-all ul li .wrapper-dropdown-3 {
        padding: 0px; }
        .booking-hotel-all ul li .wrapper-dropdown-3 span {
           
          font-size: 24px;
          font-weight: bold;
          line-height: 2;
          text-align: left;
          color: #333333; }
          @media screen and (max-width: 1199px) and (min-width: 992px) {
            .booking-hotel-all ul li .wrapper-dropdown-3 span {
              font-size: 20px; } }
        .booking-hotel-all ul li .wrapper-dropdown-3 ul {
          margin-top: 15px; }
          .booking-hotel-all ul li .wrapper-dropdown-3 ul li {
            padding: 0px;
             
            font-size: 14px;
            font-weight: bold; }
      .booking-hotel-all ul li h4 {
         
        font-size: 14px;
        font-weight: bold;
        text-align: left;
        color: #7b7b7b;
        border-bottom: 1px solid #e0e0e0;
        padding-bottom: 13px;
        margin-bottom: 10px;
        margin-top: 0px; }
      .booking-hotel-all ul li .input-group-addon {
        border-radius: 0px;
        border: none;
        background: transparent;
        color: #7b7b7b;
        padding-top: 15px; }
        .booking-hotel-all ul li .input-group-addon .glyphicon-calendar:before {
          display: none !important; }
      .booking-hotel-all ul li select, .booking-hotel-all ul li .ma-shop-cart-body .ma-shop-cart4 .shipping input, .ma-shop-cart-body .ma-shop-cart4 .shipping .booking-hotel-all ul li input {
         
        font-size: 24px;
        font-weight: bold;
        line-height: 1.43;
        text-align: left;
        color: #333333;
        display: block;
        width: 100%;
        height: auto;
        padding: 6px 12px;
        border-radius: 0px;
        background-color: #fff;
        background-image: none;
        border: 1px solid transparent; }
        .booking-hotel-all ul li select option, .booking-hotel-all ul li .ma-shop-cart-body .ma-shop-cart4 .shipping input option, .ma-shop-cart-body .ma-shop-cart4 .shipping .booking-hotel-all ul li input option {
           
          font-size: 16px;
          font-weight: bold;
          text-align: left;
          color: #333333;
          padding: 10px; }
      .booking-hotel-all ul li .ma-btn-check .btn {
        border-radius: 0px;
         
        font-size: 24px;
        font-weight: bold;
        font-style: italic;
        line-height: 1.47;
        text-align: center;
        color: #ffffff;
        background: url("../images/01_05_transparents_1/box2.png");
        white-space: normal;
        padding: 22px 20px;
        border: 2px solid #f57f20;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
        .booking-hotel-all ul li .ma-btn-check .btn:hover {
          color: #333;
          -webkit-transition: all 0.5s;
          -o-transition: all 0.5s;
          transition: all 0.5s; }

/* End Home default element Booking hotel*/
/*Home default element Select*/
.wrapper-dropdown-3 {
  position: relative;
  padding: 15px 30px;
  background: #fff;
  cursor: pointer;
  outline: none; }
  .wrapper-dropdown-3 ul li {
    display: block !important;
    width: 100%; }

.wrapper-dropdown-3:after {
  content: "\f107";
  width: 0;
  height: 0;
  font-family: FontAwesome;
  position: absolute;
  right: 15px;
  top: 30%;
  margin-top: -3px; }

.wrapper-dropdown-3 .dropdown {
  /* Size & position */
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding: 0;
  margin: 0;
  background: white;
  border: 1px solid #f0f0f0;
  font-weight: normal;
  -webkit-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  list-style: none;
  z-index: -1;
  display: none; }

.wrapper-dropdown-3 .dropdown li a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid #f0f0f0;
  -webkit-box-shadow: inset 0 1px 0 white;
  box-shadow: inset 0 1px 0 white;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.wrapper-dropdown-3 .dropdown li i {
  float: right;
  color: inherit; }

.wrapper-dropdown-3 .dropdown li:hover a {
  border-left: 5px solid #f57f20;
  color: #f57f20; }

.wrapper-dropdown-3.active .dropdown {
  opacity: 1;
  z-index: 3;
  display: block;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }

.no-opacity .wrapper-dropdown-3 .dropdown,
.no-pointerevents .wrapper-dropdown-3 .dropdown {
  display: none;
  opacity: 1; }

.no-opacity .wrapper-dropdown-3.active .dropdown,
.no-pointerevents .wrapper-dropdown-3.active .dropdown {
  display: block; }

/*End Home default element Select*/
/*Home dark background welcometo*/
.ma-massage-dark-about-right-bg {
  position: relative;
  background: url("../images/01_02_dark_background/welcome/background1.jpg");
  background-size: cover;
  height: 778px;
  overflow: hidden; }

.ma-massage-dark-about .ma-massage-dark-about-left {
  background: url("../images/01_02_dark_background/welcome/img1.jpg") no-repeat !important;
  background-position: center center;
  background-size: cover;
  height: 778px;
  width: 100%; }

.ma-massage-dark-about .ma-massage-dark-about-right {
  padding-top: 77px;
  padding-bottom: 79px;
  padding-left: 78px;
  padding-right: 192px; }
  @media screen and (max-width: 1027px) and (min-width: 992px) {
    .ma-massage-dark-about .ma-massage-dark-about-right {
      padding-top: 35px;
      padding-bottom: 40px;
      padding-left: 50px;
      padding-right: 50px; } }
  @media screen and (max-width: 1085px) and (min-width: 1028px) {
    .ma-massage-dark-about .ma-massage-dark-about-right {
      padding: 50px; } }
  @media screen and (max-width: 1370px) {
    .ma-massage-dark-about .ma-massage-dark-about-right {
      padding-right: 50px; } }
  @media screen and (max-width: 991px) {
    .ma-massage-dark-about .ma-massage-dark-about-right {
      padding: 60px 20px; } }
  .ma-massage-dark-about .ma-massage-dark-about-right .ma-dark-about-right-header h3 {
     
    font-size: 14px;
    font-weight: bold;
    line-height: 2.14;
    letter-spacing: 2.8px;
    text-align: left;
    color: #f57f20;
    margin: 0px; }
    @media screen and (max-width: 767px) {
      .ma-massage-dark-about .ma-massage-dark-about-right .ma-dark-about-right-header h3 {
        text-align: center; } }
  .ma-massage-dark-about .ma-massage-dark-about-right .ma-dark-about-right-header h2 {
     
    font-size: 48px;
    font-weight: bold;
    text-align: left;
    color: #ffffff;
    margin: 0px;
    padding-top: 20px; }
    @media screen and (max-width: 767px) {
      .ma-massage-dark-about .ma-massage-dark-about-right .ma-dark-about-right-header h2 {
        text-align: center; } }
  .ma-massage-dark-about .ma-massage-dark-about-right .ma-dark-about-right-header .ma-dark-about-border {
    width: 40px;
    height: 3px;
    margin-top: 30px;
    background-color: #f57f20; }
    @media screen and (max-width: 767px) {
      .ma-massage-dark-about .ma-massage-dark-about-right .ma-dark-about-right-header .ma-dark-about-border {
        margin: 30px auto; } }
  .ma-massage-dark-about .ma-massage-dark-about-right .ma-dark-about-right-content {
    margin-top: 59px;
    margin-bottom: 57px; }
    .ma-massage-dark-about .ma-massage-dark-about-right .ma-dark-about-right-content p {
       
      font-size: 14px;
      line-height: 2.14;
      text-align: justify;
      color: #aeaeae; }
  .ma-massage-dark-about .ma-massage-dark-about-right .ma-dark-about-right-author p {
     
    font-size: 14px;
    font-weight: bold;
    line-height: 2.14;
    color: #ffffff; }
    .ma-massage-dark-about .ma-massage-dark-about-right .ma-dark-about-right-author p span {
      color: #f57f20; }
    @media screen and (max-width: 767px) {
      .ma-massage-dark-about .ma-massage-dark-about-right .ma-dark-about-right-author p {
        text-align: center; } }

.ma-massage-dark-about .ma-massage-dark-about-right-down {
  position: absolute;
  bottom: 0; }
  @media screen and (max-width: 1400px) {
    .ma-massage-dark-about .ma-massage-dark-about-right-down {
      display: none; } }

/* End Home dark background welcometo*/
/*Home dark background ourservices*/
.ma-massage-dark-our-service {
  background: #000000;
  padding-top: 99px; }
  .ma-massage-dark-our-service .ma-massage-head-title h3 {
    margin: 0px; }
  .ma-massage-dark-our-service .ma-massage-head-title h2 {
    color: #FFFFFF !important; }

/*End Home dark background ourservices*/
/*Home dark background ourrooms*/
.ma-massage-dark-our-rooms {
  background: url("../images/01_02_dark_background/our-room/background3.jpg") no-repeat fixed;
  background-size: cover;
  position: relative;
  padding: 100px 0; }
  @media screen and (max-width: 991px) {
    .ma-massage-dark-our-rooms {
      height: auto; } }
  .ma-massage-dark-our-rooms .item {
    background: #fff; }
    @media screen and (max-width: 767px) {
      .ma-massage-dark-our-rooms .item {
        margin: 0 20px; } }
    .ma-massage-dark-our-rooms .item .ma-dark-our-room-item-img img {
      width: 100%;
      height: auto;
      overflow: hidden;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
    .ma-massage-dark-our-rooms .item .ma-dark-our-room-item-img:hover img {
      opacity: 0.8;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
  .ma-massage-dark-our-rooms .ma-massage-head-title h3 {
    margin: 0; }
  .ma-massage-dark-our-rooms .ma-massage-head-title h2 {
    color: #fff !important; }
  .ma-massage-dark-our-rooms .ma-dark-our-room-item-right {
    padding: 0 30px; }
    .ma-massage-dark-our-rooms .ma-dark-our-room-item-right .ma-dark-our-room-item-content h3 {
      margin-top: 38px;
      margin-bottom: 0px; }
      @media screen and (max-width: 1199px) and (min-width: 991px) {
        .ma-massage-dark-our-rooms .ma-dark-our-room-item-right .ma-dark-our-room-item-content h3 {
          margin-top: 20px; } }
      .ma-massage-dark-our-rooms .ma-dark-our-room-item-right .ma-dark-our-room-item-content h3 a {
         
        font-size: 28px;
        font-weight: bold;
        line-height: 1.07;
        text-align: left;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        color: #333333; }
        .ma-massage-dark-our-rooms .ma-dark-our-room-item-right .ma-dark-our-room-item-content h3 a:hover {
          color: #f57f20;
          -webkit-transition: all 0.5s;
          -o-transition: all 0.5s;
          transition: all 0.5s; }
    .ma-massage-dark-our-rooms .ma-dark-our-room-item-right .ma-dark-our-room-item-content ul {
      margin: 0;
      padding: 0;
      padding-top: 30px;
      padding-bottom: 26px; }
      @media screen and (max-width: 1199px) and (min-width: 992px) {
        .ma-massage-dark-our-rooms .ma-dark-our-room-item-right .ma-dark-our-room-item-content ul {
          padding: 10px 0; } }
      .ma-massage-dark-our-rooms .ma-dark-our-room-item-right .ma-dark-our-room-item-content ul li {
        list-style-type: none; }
        .ma-massage-dark-our-rooms .ma-dark-our-room-item-right .ma-dark-our-room-item-content ul li p {
           
          font-size: 14px;
          line-height: 2.86;
          text-align: left;
          color: #333333;
          font-weight: bold;
          margin: 0; }
          .ma-massage-dark-our-rooms .ma-dark-our-room-item-right .ma-dark-our-room-item-content ul li p span {
            font-weight: normal;
            color: #7b7b7b; }
          .ma-massage-dark-our-rooms .ma-dark-our-room-item-right .ma-dark-our-room-item-content ul li p i {
            margin-right: 10px; }
    .ma-massage-dark-our-rooms .ma-dark-our-room-item-right .ma-dark-our-room-item-content .ma-dark-our-room-item-book {
      border-top: 1px solid #f0f0f0;
      padding: 20px 0; }
      @media screen and (max-width: 1199px) and (min-width: 991px) {
        .ma-massage-dark-our-rooms .ma-dark-our-room-item-right .ma-dark-our-room-item-content .ma-dark-our-room-item-book {
          padding: 14px 0; } }
      .ma-massage-dark-our-rooms .ma-dark-our-room-item-right .ma-dark-our-room-item-content .ma-dark-our-room-item-book .ma-dark-our-room-item-book-left {
        float: left; }
        .ma-massage-dark-our-rooms .ma-dark-our-room-item-right .ma-dark-our-room-item-content .ma-dark-our-room-item-book .ma-dark-our-room-item-book-left ul {
          margin: 0;
          padding: 0; }
          .ma-massage-dark-our-rooms .ma-dark-our-room-item-right .ma-dark-our-room-item-content .ma-dark-our-room-item-book .ma-dark-our-room-item-book-left ul li {
            list-style-type: none;
            display: inline-block; }
            .ma-massage-dark-our-rooms .ma-dark-our-room-item-right .ma-dark-our-room-item-content .ma-dark-our-room-item-book .ma-dark-our-room-item-book-left ul li p {
               
              font-size: 16px;
              font-weight: 500;
              line-height: 1.88;
              text-align: left;
              color: #7b7b7b; }
              .ma-massage-dark-our-rooms .ma-dark-our-room-item-right .ma-dark-our-room-item-content .ma-dark-our-room-item-book .ma-dark-our-room-item-book-left ul li p span {
                 
                font-size: 12px;
                font-weight: bold;
                line-height: 1;
                text-align: right;
                color: #f57f20; }
            .ma-massage-dark-our-rooms .ma-dark-our-room-item-right .ma-dark-our-room-item-content .ma-dark-our-room-item-book .ma-dark-our-room-item-book-left ul li:last-child p {
               
              font-size: 30px;
              font-weight: bold;
              line-height: 1;
              text-align: right;
              color: #f57f20; }
      .ma-massage-dark-our-rooms .ma-dark-our-room-item-right .ma-dark-our-room-item-content .ma-dark-our-room-item-book .ma-dark-our-room-item-book-right {
        float: right; }
        .ma-massage-dark-our-rooms .ma-dark-our-room-item-right .ma-dark-our-room-item-content .ma-dark-our-room-item-book .ma-dark-our-room-item-book-right a {
           
          font-size: 13px;
          font-weight: bold;
          line-height: 2.31;
          text-align: left;
          color: #333333;
          text-decoration: none; }
          .ma-massage-dark-our-rooms .ma-dark-our-room-item-right .ma-dark-our-room-item-content .ma-dark-our-room-item-book .ma-dark-our-room-item-book-right a:hover {
            color: #f57f20; }
  .ma-massage-dark-our-rooms .owl-nav .owl-prev {
    position: absolute;
    left: -6% !important;
    top: 45% !important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50px;
    padding: 0; }
    @media screen and (max-width: 1100px) and (min-width: 992px) {
      .ma-massage-dark-our-rooms .owl-nav .owl-prev {
        left: 40% !important;
        top: 87% !important; } }
    @media screen and (max-width: 1299px) and (min-width: 1200px) {
      .ma-massage-dark-our-rooms .owl-nav .owl-prev {
        left: 40% !important;
        top: 87% !important; } }
    @media screen and (max-width: 991px) {
      .ma-massage-dark-our-rooms .owl-nav .owl-prev {
        display: none !important; } }
    .ma-massage-dark-our-rooms .owl-nav .owl-prev:after {
      content: "\f177";
      display: block;
      color: rgba(224, 224, 224, 0.2);
      font-family: FontAwesome;
      font-size: 30px;
      padding: 9px;
      line-height: 1;
      text-align: left;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
  .ma-massage-dark-our-rooms .owl-nav .owl-next {
    background: white;
    border-radius: 50px;
    position: absolute;
    right: -6% !important;
    top: 45% !important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: rgba(0, 0, 0, 0.8);
    padding: 0; }
    @media screen and (max-width: 1100px) and (min-width: 992px) {
      .ma-massage-dark-our-rooms .owl-nav .owl-next {
        right: 40% !important;
        top: 87% !important; } }
    @media screen and (max-width: 1299px) and (min-width: 1200px) {
      .ma-massage-dark-our-rooms .owl-nav .owl-next {
        right: 40% !important;
        top: 87% !important; } }
    @media screen and (max-width: 991px) {
      .ma-massage-dark-our-rooms .owl-nav .owl-next {
        display: none !important; } }
    .ma-massage-dark-our-rooms .owl-nav .owl-next:after {
      content: "\f178";
      display: block;
      font-family: FontAwesome;
      font-size: 30px;
      padding: 9px;
      line-height: 1;
      text-align: left;
      color: rgba(255, 255, 255, 0.2);
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
  @media screen and (max-width: 767px) {
    .ma-massage-dark-our-rooms .owl-nav {
      display: none; } }
  .ma-massage-dark-our-rooms .owl-theme .owl-nav [class*=owl-] {
    background: transparent; }
    .ma-massage-dark-our-rooms .owl-theme .owl-nav [class*=owl-]:hover {
      background: transparent;
      text-decoration: none; }
      .ma-massage-dark-our-rooms .owl-theme .owl-nav [class*=owl-]:hover:after {
        color: white; }
  .ma-massage-dark-our-rooms .owl-dots {
    margin-top: 55px; }
  .ma-massage-dark-our-rooms .owl-theme .owl-dots .owl-dot.active span, .ma-massage-dark-our-rooms .owl-theme .owl-dots .owl-dot:hover span {
    background: #f57f20; }

/*End home dark background ourrooms*/
/*Home dark background testimonial*/
.ma-massage-dark-testimonial {
  padding-bottom: 100px;
  padding-top: 99px;
  background: #000000; }
  .ma-massage-dark-testimonial .ma-massage-head-title h3 {
    margin: 0; }
  .ma-massage-dark-testimonial .ma-massage-head-title h2 {
    color: #fff !important; }
  .ma-massage-dark-testimonial .ma-massage-testimonial-content .item .ma-massage-star {
    margin-bottom: 40px; }
    .ma-massage-dark-testimonial .ma-massage-testimonial-content .item .ma-massage-star p {
      text-align: center; }
      .ma-massage-dark-testimonial .ma-massage-testimonial-content .item .ma-massage-star p span {
        font-family: FontAwesome;
        font-size: 18px;
        line-height: 1.67;
        letter-spacing: 3.6px;
        text-align: center;
        color: #f2bf52; }
        .ma-massage-dark-testimonial .ma-massage-testimonial-content .item .ma-massage-star p span:last-child {
          color: #e0e0e0; }
  .ma-massage-dark-testimonial .ma-massage-testimonial-content .item .ma-massage-testimonial-text p {
     
    font-size: 16px;
    font-style: italic;
    line-height: 1.88;
    text-align: center;
    color: #aeaeae; }
  .ma-massage-dark-testimonial .ma-massage-testimonial-content .item .ma-massage-testimonial-author p {
     
    font-size: 14px;
    font-weight: bold;
    line-height: 2.14;
    text-align: center;
    color: #333333; }
    .ma-massage-dark-testimonial .ma-massage-testimonial-content .item .ma-massage-testimonial-author p span {
      color: #f57f20; }
  .ma-massage-dark-testimonial .ma-massage-testimonial-content .owl-theme .owl-dots .owl-dot.active span, .ma-massage-dark-testimonial .ma-massage-testimonial-content .owl-theme .owl-dots .owl-dot:hover span {
    background: #f57f20; }

/*End Home dark background testimonial*/
/* Home dark background contact us*/
.ma-massage-dark-contact-us {
  background: url("../images/01_02_dark_background/contact-us/background41.jpg") no-repeat;
  background-size: cover; }
  .ma-massage-dark-contact-us .ma-massage-dark-contact-us-map iframe {
    width: 100%;
    min-height: 585px; }
  .ma-massage-dark-contact-us .ma-massage-dark-contact-us-map .map {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%); }
  .ma-massage-dark-contact-us .ma-massage-dark-contact-us-info {
    padding-top: 55px;
    padding-bottom: 55px;
    padding-left: 75px;
    padding-right: 192px; }
    @media screen and (max-width: 767px) {
      .ma-massage-dark-contact-us .ma-massage-dark-contact-us-info {
        padding-top: 60px;
        padding-bottom: 60px;
        padding-left: 20px;
        padding-right: 20px; } }
    @media screen and (min-width: 992px) and (max-width: 1199px) {
      .ma-massage-dark-contact-us .ma-massage-dark-contact-us-info {
        padding-top: 54px;
        padding-bottom: 54px;
        padding-left: 20px;
        padding-right: 20px; } }
    @media screen and (min-width: 1200px) and (max-width: 1469px) {
      .ma-massage-dark-contact-us .ma-massage-dark-contact-us-info {
        padding-top: 54px;
        padding-bottom: 54px;
        padding-left: 20px;
        padding-right: 20px; } }
    .ma-massage-dark-contact-us .ma-massage-dark-contact-us-info .ma-massage-dark-contact-us-info-header h3 {
       
      font-size: 14px;
      font-weight: bold;
      line-height: 2.14;
      letter-spacing: 2.8px;
      text-align: left;
      color: #f57f20;
      margin: 0; }
    .ma-massage-dark-contact-us .ma-massage-dark-contact-us-info .ma-massage-dark-contact-us-info-header h2 {
       
      font-size: 48px;
      font-weight: bold;
      text-align: left;
      color: #ffffff;
      margin-top: 22px;
      margin-bottom: 38px; }
    .ma-massage-dark-contact-us .ma-massage-dark-contact-us-info .ma-massage-dark-contact-us-info-header .ma-dark-contact-border {
      width: 40px;
      height: 3px;
      background-color: #f57f20;
      margin-bottom: 60px; }
    .ma-massage-dark-contact-us .ma-massage-dark-contact-us-info .ma-massage-dark-contact-us-info-text ul {
      margin: 0;
      padding: 0; }
      .ma-massage-dark-contact-us .ma-massage-dark-contact-us-info .ma-massage-dark-contact-us-info-text ul li {
        list-style-type: none;
        position: relative;
        margin-bottom: 40px; }
        .ma-massage-dark-contact-us .ma-massage-dark-contact-us-info .ma-massage-dark-contact-us-info-text ul li .ma-massage-dark-contact-us-info-text-icon {
          position: absolute;
          left: 0;
          top: 10px; }
          .ma-massage-dark-contact-us .ma-massage-dark-contact-us-info .ma-massage-dark-contact-us-info-text ul li .ma-massage-dark-contact-us-info-text-icon span {
            font-family: themify;
            font-size: 48px;
            line-height: 0.63;
            text-align: left;
            color: #f57f20; }
        .ma-massage-dark-contact-us .ma-massage-dark-contact-us-info .ma-massage-dark-contact-us-info-text ul li .ma-massage-dark-contact-us-info-text-right {
          padding-left: 60px; }
          .ma-massage-dark-contact-us .ma-massage-dark-contact-us-info .ma-massage-dark-contact-us-info-text ul li .ma-massage-dark-contact-us-info-text-right h4 {
             
            font-size: 14px;
            font-weight: 800;
            line-height: 1.86;
            text-align: left;
            color: #aeaeae;
            margin: 0; }
          .ma-massage-dark-contact-us .ma-massage-dark-contact-us-info .ma-massage-dark-contact-us-info-text ul li .ma-massage-dark-contact-us-info-text-right p {
             
            font-size: 14px;
            line-height: 1.86;
            text-align: left;
            font-weight: 500;
            color: #ffffff;
            margin: 0; }

/* End Home dark background contact us */
/* Home dark background blog*/
.ma-massage-dark-blog {
  background: #000000;
  padding-bottom: 100px;
  padding-top: 100px; }
  @media screen and (max-width: 767px) {
    .ma-massage-dark-blog {
      padding-bottom: 60px; } }
  .ma-massage-dark-blog .ma-massage-head-title h3 {
    margin: 0px; }
  .ma-massage-dark-blog .ma-massage-head-title h2 {
    color: #fff !important; }

.ma-massage-home-blog-content .item .ma-massage-item-blog-content:hover {
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }
  .ma-massage-home-blog-content .item .ma-massage-item-blog-content:hover .ma-item-img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
  .ma-massage-home-blog-content .item .ma-massage-item-blog-content:hover .ma-item-text h2 a {
    color: #f57f20;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }

.ma-massage-home-blog-content .item .ma-massage-item-blog-content .ma-item-img {
  position: relative;
  overflow: hidden; }
  .ma-massage-home-blog-content .item .ma-massage-item-blog-content .ma-item-img img {
    width: 100%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }

.ma-massage-home-blog-content .item .ma-massage-item-blog-content .ma-item-text {
  padding: 30px;
  background-color: #ffffff; }
  .ma-massage-home-blog-content .item .ma-massage-item-blog-content .ma-item-text h2 {
    border-bottom: 1px solid #f0f0f0;
    margin-top: 0px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    line-height: 0px; }
    .ma-massage-home-blog-content .item .ma-massage-item-blog-content .ma-item-text h2 a {
       
      font-size: 18px;
      font-weight: bold;
      line-height: 1.44;
      text-align: left;
      color: #333333;
      text-decoration: none;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
  .ma-massage-home-blog-content .item .ma-massage-item-blog-content .ma-item-text .time {
     
    font-size: 14px;
    font-weight: 500;
    line-height: 2.14;
    text-align: left;
    color: #aeaeae; }

.ma-massage-home-blog-content .owl-theme .owl-dots .owl-dot.active span, .ma-massage-home-blog-content .owl-theme .owl-dots .owl-dot:hover span {
  background: #f57f20; }

.ma-massage-home-blog-content-mobile .item {
  margin-bottom: 30px; }
  .ma-massage-home-blog-content-mobile .item .ma-massage-item-blog-content:hover {
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    .ma-massage-home-blog-content-mobile .item .ma-massage-item-blog-content:hover .ma-item-img img {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1);
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
    .ma-massage-home-blog-content-mobile .item .ma-massage-item-blog-content:hover .ma-item-text h2 a {
      color: #f57f20;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
  .ma-massage-home-blog-content-mobile .item .ma-massage-item-blog-content .ma-item-img {
    position: relative;
    overflow: hidden; }
    .ma-massage-home-blog-content-mobile .item .ma-massage-item-blog-content .ma-item-img img {
      width: 100%;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
  .ma-massage-home-blog-content-mobile .item .ma-massage-item-blog-content .ma-item-text {
    padding: 30px;
    background-color: #ffffff; }
    .ma-massage-home-blog-content-mobile .item .ma-massage-item-blog-content .ma-item-text h2 {
      border-bottom: 1px solid #f0f0f0;
      margin-top: 0px;
      margin-bottom: 20px;
      padding-bottom: 20px;
      line-height: 0px; }
      .ma-massage-home-blog-content-mobile .item .ma-massage-item-blog-content .ma-item-text h2 a {
         
        font-size: 18px;
        font-weight: bold;
        line-height: 1.44;
        text-align: left;
        color: #333333;
        text-decoration: none;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
    .ma-massage-home-blog-content-mobile .item .ma-massage-item-blog-content .ma-item-text .time {
       
      font-size: 14px;
      font-weight: 500;
      line-height: 2.14;
      text-align: left;
      color: #aeaeae; }

.ma-massage-home-blog-content-mobile {
  display: none; }

.ma-massage-home-blog-content-destop {
  display: block; }

@media screen and (max-width: 767px) {
  .ma-massage-home-blog-content-mobile {
    display: block; }
  .ma-massage-home-blog-content-destop {
    display: none; } }

/* End Home dark background blog*/
/* Home dark background header*/
.ma-massage-dark-background {
  position: relative;
  overflow: hidden; }
  .ma-massage-dark-background ul {
    margin: 0px; }
  .ma-massage-dark-background .header-default {
    height: 102px; }
    @media screen and (max-width: 991px) {
      .ma-massage-dark-background .header-default {
        height: auto; } }
  .ma-massage-dark-background .mobile-nav .navbar-toggle {
    float: none;
    position: absolute;
    top: 15px !important;
    right: 0; }
  .ma-massage-dark-background .ma-dark-menu-logo {
    float: left; }
  .ma-massage-dark-background .ma-dark-menu-language {
    position: relative;
    z-index: 99999;
    float: right; }
    @media screen and (max-width: 1199px) and (min-width: 992px) {
      .ma-massage-dark-background .ma-dark-menu-language {
        display: none; } }
    .ma-massage-dark-background .ma-dark-menu-language ul li a {
      color: #fff; }
    .ma-massage-dark-background .ma-dark-menu-language ul li .wrap-select .dropdown a {
      color: #7b7b7b; }
  .ma-massage-dark-background .ma-dark-menu-text {
    position: relative; }
    .ma-massage-dark-background .ma-dark-menu-text .show-hover-shortcodes {
      top: 102px; }
    .ma-massage-dark-background .ma-dark-menu-text .box-search-header {
      top: 102px !important; }
  .ma-massage-dark-background .ma-main-dark-menu {
    background: #191919;
    padding: 0 20px; }
    .ma-massage-dark-background .ma-main-dark-menu .box-search-header {
      top: -1px; }
    .ma-massage-dark-background .ma-main-dark-menu .wrapper-logo {
      padding-top: 27px;
      padding-bottom: 27px; }
      @media screen and (max-width: 767px) {
        .ma-massage-dark-background .ma-main-dark-menu .wrapper-logo {
          padding-top: 20px;
          padding-bottom: 20px; } }
      .ma-massage-dark-background .ma-main-dark-menu .wrapper-logo img {
        width: 131px;
        height: 46px;
        overflow: hidden; }
    .ma-massage-dark-background .ma-main-dark-menu .main-navigation {
      text-align: center;
      float: none; }
      @media screen and (max-width: 991px) {
        .ma-massage-dark-background .ma-main-dark-menu .main-navigation {
          display: none; } }
      .ma-massage-dark-background .ma-main-dark-menu .main-navigation ul {
        margin: 0px;
        padding: 0px;
        text-align: center; }
        .ma-massage-dark-background .ma-main-dark-menu .main-navigation ul li {
          list-style-type: none;
          display: inline-block;
          line-height: 102px;
          padding: 0px 10px; }
          @media screen and (max-width: 1365px) and (min-width: 1320px) {
            .ma-massage-dark-background .ma-main-dark-menu .main-navigation ul li {
              padding: 0px 5px; } }
          @media screen and (max-width: 1199px) and (min-width: 992px) {
            .ma-massage-dark-background .ma-main-dark-menu .main-navigation ul li {
              padding: 0; } }
          .ma-massage-dark-background .ma-main-dark-menu .main-navigation ul li a {
             
            font-size: 14px;
            font-weight: bold;
            line-height: 2.14;
            text-align: center;
            color: #aeaeae;
            text-decoration: none;
            padding: 40px 10px; }
            @media screen and (max-width: 1325px) and (min-width: 1200px) {
              .ma-massage-dark-background .ma-main-dark-menu .main-navigation ul li a {
                padding: 40px 0px; } }
            @media screen and (max-width: 1040px) and (min-width: 992px) {
              .ma-massage-dark-background .ma-main-dark-menu .main-navigation ul li a {
                padding: 40px 5px;
                font-size: 12px !important; } }
            .ma-massage-dark-background .ma-main-dark-menu .main-navigation ul li a:hover {
              color: #f57f20; }
          .ma-massage-dark-background .ma-main-dark-menu .main-navigation ul li.ma-icon-search i {
            color: #aeaeae; }
          .ma-massage-dark-background .ma-main-dark-menu .main-navigation ul li.ma-icon-search:hover i {
            color: #f57f20; }
    .ma-massage-dark-background .ma-main-dark-menu .ma-top-header-right {
      float: right;
      padding: 15px 0; }
      @media screen and (max-width: 767px) {
        .ma-massage-dark-background .ma-main-dark-menu .ma-top-header-right {
          width: 100%;
          padding: 0px; } }
      @media screen and (max-width: 991px) {
        .ma-massage-dark-background .ma-main-dark-menu .ma-top-header-right {
          display: none; } }
      .ma-massage-dark-background .ma-main-dark-menu .ma-top-header-right ul {
        margin: 0px;
        padding: 0px; }
        .ma-massage-dark-background .ma-main-dark-menu .ma-top-header-right ul li {
          list-style-type: none;
          display: inline-block;
           
          font-size: 12px;
          font-weight: bold;
          line-height: 2.31;
          text-align: center;
          color: #7b7b7b;
          padding: 20px 0px;
          /* select language and country*/ }
          @media screen and (max-width: 320px) {
            .ma-massage-dark-background .ma-main-dark-menu .ma-top-header-right ul li {
              font-size: 9px !important; } }
          @media screen and (max-width: 991px) {
            .ma-massage-dark-background .ma-main-dark-menu .ma-top-header-right ul li {
              width: 30%;
              font-size: 10px;
              padding: 0px; } }
          .ma-massage-dark-background .ma-main-dark-menu .ma-top-header-right ul li:last-child {
            color: white;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
            padding: 10px 0px; }
            .ma-massage-dark-background .ma-main-dark-menu .ma-top-header-right ul li:last-child:hover {
              -webkit-transition: all 0.5s;
              -o-transition: all 0.5s;
              transition: all 0.5s; }
            @media screen and (max-width: 767px) {
              .ma-massage-dark-background .ma-main-dark-menu .ma-top-header-right ul li:last-child {
                width: 37%; } }
          .ma-massage-dark-background .ma-main-dark-menu .ma-top-header-right ul li a {
            display: block;
            background: #f57f20;
            padding: 12px 33px;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s; }
            .ma-massage-dark-background .ma-main-dark-menu .ma-top-header-right ul li a:hover {
              background: #fff;
              color: #f57f20;
              -webkit-transition: all 0.5s;
              -o-transition: all 0.5s;
              transition: all 0.5s; }
          .ma-massage-dark-background .ma-main-dark-menu .ma-top-header-right ul li .ui.selection.dropdown {
            background: transparent; }
          .ma-massage-dark-background .ma-main-dark-menu .ma-top-header-right ul li .ui.dropdown .menu > .item {
             
            font-size: 13px;
            font-weight: bold;
            line-height: 2.31;
            text-align: center;
            color: #7b7b7b; }
          .ma-massage-dark-background .ma-main-dark-menu .ma-top-header-right ul li .ui.selection.dropdown {
            padding: 0px 10px 43px 10px; }
  .ma-massage-dark-background .is-sticky {
    -webkit-box-shadow: none;
    box-shadow: none; }
    .ma-massage-dark-background .is-sticky .main-navigation ul li {
      line-height: 100px; }
    .ma-massage-dark-background .is-sticky .show-hover-shortcodes {
      top: 100px; }
    .ma-massage-dark-background .is-sticky .box-search-header {
      top: 100px !important; }

/* End Home dark background header*/
/*Home dark background booking hotel dark background */
.ma-booking-hotel-dark-background {
  background: black; }
  @media screen and (max-width: 1199px) and (min-width: 992px) {
    .ma-booking-hotel-dark-background .booking-hotel-all ul li {
      margin-right: 9px !important; } }

/*End Home dark background booking hotel dark background */
/* Home siderbar menu light header*/
:focus {
  outline: none; }

@media screen and (max-width: 767px) {
  .ma-massage-menu-left-light .mobile-nav .navbar-toggle {
    top: 80px; } }

@media screen and (max-width: 992px) and (min-width: 768px) {
  .ma-massage-menu-left-light .mobile-nav .navbar-toggle {
    top: 110px !important; } }

@media screen and (min-width: 992px) {
  .ma-massage-menu-left-light .ma-top-header {
    display: none; } }

.ma-massage-menu-left-light .ui.selection.dropdown {
  background: transparent;
   
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  color: #7b7b7b; }

.ma-massage-menu-left-light .ui.dropdown .menu > .item {
   
  font-size: 13px;
  font-weight: bold;
  line-height: 2.31;
  text-align: center;
  color: #7b7b7b; }

.ma-massage-menu-left-light #dropdown ul li a {
   
  font-size: 14px;
  font-weight: bold; }

.ma-left-menu .ma-header-left-menu {
  z-index: 10; }

.navbar-default .navbar-nav > li > a:focus {
  color: #fff;
  background: #f57f20; }
  .navbar-default .navbar-nav > li > a:focus:hover {
    color: #fff; }

.navbar-default .navbar-nav > li > a:hover {
  color: #f57f20; }

.ma-navbar {
  position: fixed;
  width: 360px;
  height: 100%;
  background-color: #f8f8f8;
  border-right: 1px solid #e7e7e7;
  overflow-y: scroll;
  overflow-x: hidden; }
  @media screen and (max-width: 991px) {
    .ma-navbar {
      overflow: inherit; } }
  .ma-navbar::-webkit-scrollbar {
    width: 5px;
    background-color: #f9f9f9; }
  .ma-navbar::-webkit-scrollbar-thumb {
    background-color: #f57f20; }
  @media screen and (min-width: 992px) {
    .ma-navbar {
      width: 300px; } }
  @media screen and (min-width: 1200px) {
    .ma-navbar {
      width: 360px; } }
  .ma-navbar .navbar {
    position: relative;
    min-height: 0px !important;
    margin-bottom: 0px !important;
    border: 0px solid transparent; }
  .ma-navbar .navbar {
    border: none; }
  .ma-navbar .navbar-header {
    width: 100%;
    border-bottom: 1px solid #e7e7e7; }
  .ma-navbar .navbar-nav .active {
    background: #f57f20 !important; }
    .ma-navbar .navbar-nav .active a {
      background-color: transparent;
      background-image: none;
      margin-right: -1px;
       
      font-size: 14px;
      font-weight: bold;
      text-align: center;
      color: #FFFFFF; }
  .ma-navbar .navbar-nav .panel-default {
    border-bottom: 1px solid #e7e7e7; }
  .ma-navbar .navbar-nav li {
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 0; }
    .ma-navbar .navbar-nav li a {
      position: relative;
      padding: 15px;
       
      font-size: 14px;
      font-weight: bold;
      text-align: center;
      color: #7b7b7b; }
    .ma-navbar .navbar-nav li:focus {
      background: #f57f20; }
      .ma-navbar .navbar-nav li:focus a {
        color: #fff !important;
        background: #f57f20 !important; }
    .ma-navbar .navbar-nav li ul li:last-child {
      border-bottom: none; }
  .ma-navbar .navbar-nav .caret {
    position: absolute;
    right: 15px;
    top: 23px; }
  .ma-navbar .brand-name-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 50px 0; }
    @media screen and (max-width: 991px) {
      .ma-navbar .brand-name-wrapper {
        padding: 15px;
        display: block; } }
    .ma-navbar .brand-name-wrapper .ma-navbar-brand {
      display: block; }
      .ma-navbar .brand-name-wrapper .ma-navbar-brand img {
        width: 138px;
        height: 156px;
        overflow: hidden; }
      @media screen and (max-width: 767px) {
        .ma-navbar .brand-name-wrapper .ma-navbar-brand img {
          width: 69px;
          height: 78px; } }
  .ma-navbar .ma-btn-book-now {
    margin: 50px 0;
    text-align: center; }
    .ma-navbar .ma-btn-book-now a {
       
      font-size: 13px;
      font-weight: bold;
      line-height: 2.31;
      text-align: center;
      color: #ffffff;
      text-decoration: none;
      background: #f57f20;
      padding: 15px 32px;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
      border: 2px solid #f57f20; }
      .ma-navbar .ma-btn-book-now a:hover {
        background: #fff;
        color: #f57f20;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
  .ma-navbar .ma-sidebar-menu-left-address {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 80px; }
    .ma-navbar .ma-sidebar-menu-left-address p {
       
      font-size: 14px;
      font-weight: 500;
      line-height: 2.14;
      text-align: center;
      color: #7b7b7b;
      margin: 0; }
  .ma-navbar .ma-sidebar-menu-left-footer {
    padding: 20px; }
    .ma-navbar .ma-sidebar-menu-left-footer .ma-sidebar-menu-left-copyright {
      float: left; }
      .ma-navbar .ma-sidebar-menu-left-footer .ma-sidebar-menu-left-copyright p {
         
        font-size: 14px;
        font-weight: 500;
        line-height: 2.14;
        text-align: left;
        color: #7b7b7b; }
    .ma-navbar .ma-sidebar-menu-left-footer .ma-sidebar-menu-left-language {
      float: right; }
      .ma-navbar .ma-sidebar-menu-left-footer .ma-sidebar-menu-left-language ul {
        margin: 0;
        padding: 0; }
        .ma-navbar .ma-sidebar-menu-left-footer .ma-sidebar-menu-left-language ul li {
          list-style-type: none;
          display: inline-block;
            }
          .ma-navbar .ma-sidebar-menu-left-footer .ma-sidebar-menu-left-language ul li span {
            font-size: 13px;
            font-weight: bold;
            line-height: 2.31;
            text-align: right;
            color: #7b7b7b;
            border-right: 1px solid #7b7b7b;
            padding: 0 18px; }
            .ma-navbar .ma-sidebar-menu-left-footer .ma-sidebar-menu-left-language ul li span:last-child {
              border-right: 1px solid transparent; }

.side-menu #search {
  position: relative;
  z-index: 1000; }

.side-menu #search .panel-body {
  padding: 0; }

.side-menu #search .panel-body .navbar-form {
  padding: 0;
  padding-right: 50px;
  width: 100%;
  margin: 0;
  position: relative;
  border-top: 1px solid #e7e7e7; }

.side-menu #search .panel-body .navbar-form .form-group {
  width: 100%;
  position: relative; }

.side-menu #search .panel-body .navbar-form input {
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
  height: 50px; }

.side-menu #search .panel-body .navbar-form .btn {
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  border-radius: 0;
  background-color: #f3f3f3;
  padding: 15px 18px; }

/* Main body section */
@media screen and (min-width: 992px) {
  .side-body {
    margin-left: 300px; } }

@media screen and (min-width: 1200px) {
  .side-body {
    margin-left: 360px; } }

@media screen and (min-width: 992px) {
  .ma-massage-menu-left-dark .site-footer {
    margin-left: 300px; } }

@media screen and (min-width: 1200px) {
  .ma-massage-menu-left-dark .site-footer {
    margin-left: 360px; } }

/* small screen */
@media (max-width: 991px) {
  .ma-navbar {
    position: relative;
    width: 100%;
    height: 0;
    border-right: 0;
    border-bottom: 1px solid #e7e7e7; }
  .ma-navbar .brand-name-wrapper .ma-navbar-brand {
    display: inline-block; }
  /* Slide side menu*/
  .side-menu-container > .navbar-nav {
    display: none; }
  .side-body {
    margin-top: 207px;
    position: relative;
    -moz-animation: bodyslideout 300ms forwards;
    -o-animation: bodyslideout 300ms forwards;
    -webkit-animation: bodyslideout 300ms forwards;
    animation: bodyslideout 300ms forwards;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d; } }
  @media screen and (max-width: 991px) and (max-width: 767px) {
    .side-body {
      margin-top: 65px; } }
  @media screen and (max-width: 991px) and (max-width: 991px) and (min-width: 768px) {
    .side-body {
      margin-top: 145px; } }

@media (max-width: 991px) {
  .body-slide-in {
    -moz-animation: bodyslidein 300ms forwards;
    -o-animation: bodyslidein 300ms forwards;
    -webkit-animation: bodyslidein 300ms forwards;
    animation: bodyslidein 300ms forwards;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d; }
  /* Search */
  #search .panel-body .navbar-form {
    border-bottom: 0; }
  #search .panel-body .navbar-form .form-group {
    margin: 0; }
  .navbar-header {
    z-index: 3;
    background-color: #f8f8f8; }
  /* Dropdown tweek */
  #dropdown .panel-body .ma-navbar-nav {
    margin: 0; }
  .navbar-toggle {
    display: block; }
  .panel {
    -webkit-box-shadow: none;
    box-shadow: none; } }

/*End Home siderbar menu light header*/
/* Home siderbar menu light slideshow*/
@media screen and (max-width: 991px) {
  .ma-massage-menu-left-light .ma-slide {
    display: block !important; } }

@media screen and (max-width: 1546px) and (min-width: 992px) {
  .ma-massage-menu-left-light .container {
    width: 100%; } }

/* End Home siderbar menu light slideshow*/
/*Home sidebar menu light*/
@media screen and (min-width: 1407px) and (max-width: 1535px) {
  .ma-sidebar-menu-light .ma-booking-hotel ul li {
    margin-right: 10px; } }

@media screen and (min-width: 1335px) and (max-width: 1406px) {
  .ma-sidebar-menu-light .ma-booking-hotel ul li {
    margin-right: 8px !important; } }

@media screen and (min-width: 992px) and (max-width: 1334px) {
  .ma-sidebar-menu-light .ma-booking-hotel ul li {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0px; } }

/*End Home sidebar menu light*/
/*Home sidebar menu dark header*/
.ma-massage-menu-left-dark {
  overflow: hidden; }
  @media screen and (max-width: 1546px) and (min-width: 992px) {
    .ma-massage-menu-left-dark .container {
      width: 100%; } }
  @media screen and (max-width: 991px) {
    .ma-massage-menu-left-dark .ma-top-header .ma-top-header-right ul li:last-child a {
      padding: 13px 0 !important; } }
  .ma-massage-menu-left-dark #dropdown ul li a {
      }
  .ma-massage-menu-left-dark .ui.selection.dropdown {
    background: transparent;
     
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    color: #7b7b7b; }
  .ma-massage-menu-left-dark .ui.dropdown .menu > .item {
     
    font-size: 13px;
    font-weight: bold;
    line-height: 2.31;
    text-align: center;
    color: #7b7b7b; }
  @media screen and (min-width: 992px) {
    .ma-massage-menu-left-dark .ma-top-header {
      display: none; } }
  .ma-massage-menu-left-dark .ma-navbar {
    background: url("../images/01_04_sidebar_menu_dark/background2.jpg"); }
    .ma-massage-menu-left-dark .ma-navbar::-webkit-scrollbar {
      width: 5px;
      background-color: #000; }
    .ma-massage-menu-left-dark .ma-navbar::-webkit-scrollbar-thumb {
      background-color: #f57f20; }
    .ma-massage-menu-left-dark .ma-navbar.navbar {
      border: none;
      margin-bottom: 0;
      border-radius: 0; }
    .ma-massage-menu-left-dark .ma-navbar .navbar-nav li {
      border-bottom: 1px solid #222222; }
      .ma-massage-menu-left-dark .ma-navbar .navbar-nav li ul li:last-child {
        border-bottom: none; }
    .ma-massage-menu-left-dark .ma-navbar .ma-sidebar-menu-left-address {
      border-bottom: 1px solid #222222; }
    .ma-massage-menu-left-dark .ma-navbar .navbar-header {
      border-bottom: 1px solid #222222; }
      @media screen and (max-width: 991px) {
        .ma-massage-menu-left-dark .ma-navbar .navbar-header {
          border-bottom: none; } }
  @media screen and (max-width: 991px) and (min-width: 768px) {
    .ma-massage-menu-left-dark .side-body {
      margin-top: 0px; } }
  .ma-massage-menu-left-dark .panel {
    background: transparent; }
  .ma-massage-menu-left-dark .ma-menu-mobile-nav.mobile-menu-container .menu-mobile-nav {
    top: 75px; }
    @media screen and (max-width: 992px) and (min-width: 768px) {
      .ma-massage-menu-left-dark .ma-menu-mobile-nav.mobile-menu-container .menu-mobile-nav {
        top: 110px !important; } }

/*Home sidebar menu dark header*/
/*Home sideba menu dark welcometo*/
.ma-massage-menu-left-dark .ma-massage-dark-about .ma-massage-dark-about-right-bg {
  background: url(../images/01_02_dark_background/welcome/background1.jpg);
  background-size: cover; }

.ma-massage-menu-left-dark .ma-massage-dark-about .ma-massage-dark-about-right {
  padding-top: 72px !important;
  padding-bottom: 63px !important; }
  @media screen and (max-width: 1739px) and (min-width: 1641px) {
    .ma-massage-menu-left-dark .ma-massage-dark-about .ma-massage-dark-about-right {
      padding-right: 152px; } }
  @media screen and (max-width: 1629px) and (min-width: 1529px) {
    .ma-massage-menu-left-dark .ma-massage-dark-about .ma-massage-dark-about-right {
      padding-right: 97px; } }
  @media screen and (max-width: 1528px) and (min-width: 1445px) {
    .ma-massage-menu-left-dark .ma-massage-dark-about .ma-massage-dark-about-right {
      padding-right: 100px; } }
  @media screen and (max-width: 1444px) and (min-width: 992px) {
    .ma-massage-menu-left-dark .ma-massage-dark-about .ma-massage-dark-about-right {
      padding-right: 70px; } }
  @media screen and (max-width: 1529px) and (min-width: 991px) {
    .ma-massage-menu-left-dark .ma-massage-dark-about .ma-massage-dark-about-right .ma-dark-about-right-header h2 {
      font-size: 36px; } }

/*EndHome sideba menu dark welcometo*/
/*Home sidebar menu dark boooking hotel sidebar menu dark */
.ma-sidebar-menu-dark {
  background: #000; }
  @media screen and (min-width: 1407px) and (max-width: 1535px) {
    .ma-sidebar-menu-dark .ma-booking-hotel ul li {
      margin-right: 10px; } }
  @media screen and (min-width: 1335px) and (max-width: 1406px) {
    .ma-sidebar-menu-dark .ma-booking-hotel ul li {
      margin-right: 8px !important; } }
  @media screen and (min-width: 992px) and (max-width: 1334px) {
    .ma-sidebar-menu-dark .ma-booking-hotel ul li {
      width: 100%;
      margin-bottom: 30px;
      margin-right: 0px; } }

/*End Home sidebar menu dark boooking hotel sidebar menu dark */
/*Siderbar menu dark Ourrooms*/
@media screen and (max-width: 1650px) and (min-width: 1300px) {
  .ma-massage-menu-left-dark .ma-massage-dark-our-rooms .owl-nav {
    display: none; } }

@media screen and (max-width: 767px) {
  .ma-massage-menu-left-dark .ma-massage-dark-our-rooms .item {
    margin: 0px; } }

@media screen and (max-width: 1299px) and (min-width: 992px) {
  .ma-massage-menu-left-dark .ma-dark-our-room-item-left {
    width: 100%; } }

@media screen and (max-width: 1299px) and (min-width: 992px) {
  .ma-massage-menu-left-dark .ma-dark-our-room-item-right {
    width: 100%; } }

@media screen and (max-width: 1510px) and (min-width: 1300px) {
  .ma-massage-menu-left-dark .ma-dark-our-room-item-right .ma-dark-our-room-item-content h3 {
    margin-top: 20px; } }

@media screen and (max-width: 1510px) and (min-width: 1300px) {
  .ma-massage-menu-left-dark .ma-dark-our-room-item-right .ma-dark-our-room-item-content ul {
    padding: 15px 0; } }

@media screen and (max-width: 1350px) and (min-width: 1300px) {
  .ma-massage-menu-left-dark .ma-dark-our-room-item-right .ma-dark-our-room-item-content ul li p {
    line-height: 2.4; } }

/**/
@media screen and (max-width: 1399px) and (min-width: 992px) {
  .ma-massage-menu-left-light .ma-massage-image .ma-massage-image-item .ma-iamge-item-caption h2 {
    font-size: 18px; } }

@media screen and (max-width: 1399px) and (min-width: 992px) {
  .ma-massage-menu-left-dark .ma-massage-image .ma-massage-image-item .ma-iamge-item-caption h2 {
    font-size: 18px; } }

/*Home transparent 1 header*/
.ma-massage-transparents-1 {
  position: relative;
  overflow: hidden; }
  .ma-massage-transparents-1 .uni-transparent-1-menu {
    position: relative; }
  .ma-massage-transparents-1 .header-default {
    height: 132px; }
    @media screen and (max-width: 991px) {
      .ma-massage-transparents-1 .header-default {
        height: auto; } }
  .ma-massage-transparents-1 .ui.selection.dropdown {
    background: transparent;
     
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    color: #fff; }
  .ma-massage-transparents-1 .ui.dropdown .menu > .item {
     
    font-size: 13px;
    font-weight: bold;
    line-height: 2.31;
    text-align: center;
    color: #7b7b7b; }
  .ma-massage-transparents-1 .ui.selection.dropdown {
    padding: 18px 10px; }
  .ma-massage-transparents-1 .ui.grid > .column:not(.row) {
    padding: 0; }
  .ma-massage-transparents-1 .ui.dropdown:not(.button) > .default.text,
  .ma-massage-transparents-1 .ui.default.dropdown:not(.button) > .text {
    color: #fff; }
  .ma-massage-transparents-1 .ma-top-header {
    display: none; }
    @media screen and (max-width: 991px) {
      .ma-massage-transparents-1 .ma-top-header {
        display: block; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .ma-massage-transparents-1 .mobile-nav .navbar-toggle {
      top: 60px; } }
  .ma-massage-transparents-1 .menu-mobile-nav {
    z-index: 1234; }
  .ma-massage-transparents-1 .site-header {
    background: rgba(0, 0, 0, 0.15);
    position: absolute;
    width: 100%;
    z-index: 123; }
    @media screen and (max-width: 991px) {
      .ma-massage-transparents-1 .site-header {
        position: relative;
        background: transparent; } }
  .ma-massage-transparents-1 .navbar-brand {
    height: auto;
    padding: 0px;
    line-height: 0px; }
  .ma-massage-transparents-1 .main-navigation {
    float: none; }
    .ma-massage-transparents-1 .main-navigation .is-sticky .main-navigation ul li a {
      color: #7b7b7b !important;
      padding: 37px 15px 34px 15px; }
      @media screen and (max-width: 1199px) and (min-width: 992px) {
        .ma-massage-transparents-1 .main-navigation .is-sticky .main-navigation ul li a {
          padding: 41px 15px 34px 15px; } }
    .ma-massage-transparents-1 .main-navigation .is-sticky .main-navigation ul li.ma-icon-search i {
      color: #7b7b7b; }
    .ma-massage-transparents-1 .main-navigation .is-sticky .main-navigation ul li.ma-icon-search:hover i {
      color: #f57f20; }
    .ma-massage-transparents-1 .main-navigation .is-sticky .ma-navbar-header {
      padding: 27px 15px; }
    .ma-massage-transparents-1 .main-navigation .is-sticky .show-hover-shortcodes {
      position: absolute;
      top: 100px; }
    .ma-massage-transparents-1 .main-navigation .is-sticky .box-search-header {
      position: absolute;
      top: 100px; }
    .ma-massage-transparents-1 .main-navigation ul li {
      padding: 0px; }
      .ma-massage-transparents-1 .main-navigation ul li.ma-icon-search {
        line-height: 70px; }
        .ma-massage-transparents-1 .main-navigation ul li.ma-icon-search i {
          color: #fff; }
      .ma-massage-transparents-1 .main-navigation ul li a:hover {
        color: #f57f20 !important; }
  @media screen and (max-width: 991px) {
    .ma-massage-transparents-1 .ma-menu-mobile-nav {
      z-index: 900; } }
  .ma-massage-transparents-1 .ma-navbar-header {
    position: absolute;
    left: 0;
    right: 0;
    width: 230px;
    margin: auto;
    padding: 43px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 23;
    border: none;
    background: url("../images/01_05_transparents_1/box2.png"); }
    @media screen and (max-width: 991px) {
      .ma-massage-transparents-1 .ma-navbar-header {
        position: relative;
        display: block;
        float: left;
        width: auto;
        padding: 20px 15px; } }
    .ma-massage-transparents-1 .ma-navbar-header .ma-navbar-brand {
      height: 46px;
      width: 131px; }
    .ma-massage-transparents-1 .ma-navbar-header .ma-divider {
      position: absolute;
      width: 500%;
      top: 55px; }
      .ma-massage-transparents-1 .ma-navbar-header .ma-divider.left {
        right: 100%; }
      .ma-massage-transparents-1 .ma-navbar-header .ma-divider.right {
        left: 100%; }
  .ma-massage-transparents-1 .ma-divider {
    width: 100%;
    border-top-width: 1px;
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.1);
    overflow: hidden; }
  .ma-massage-transparents-1 .ma-navbar-left {
    float: left; }
  .ma-massage-transparents-1 .ma-navbar-right {
    float: right; }
  .ma-massage-transparents-1 .ma-main-menu .show-hover-shortcodes {
    z-index: 123;
    top: inherit; }
  .ma-massage-transparents-1 .ma-main-menu .box-search-header {
    top: inherit; }
  .ma-massage-transparents-1 .ma-navbar-nav {
    padding-left: 0px; }
    .ma-massage-transparents-1 .ma-navbar-nav li {
      position: static;
      width: auto;
      display: inline-block;
      border: none; }
      .ma-massage-transparents-1 .ma-navbar-nav li a {
        font-weight: 600;
        padding: 72px 10px 19px 10px;
        text-decoration: none;
         
        font-size: 14px;
        line-height: 2.14;
        text-align: left;
        color: #ffffff !important; }
        .ma-massage-transparents-1 .ma-navbar-nav li a:not(.slicknav_item) {
          padding: 82px 15px 20px 15px;
          outline: none;
          display: block; }
          @media screen and (max-width: 1199px) and (min-width: 992px) {
            .ma-massage-transparents-1 .ma-navbar-nav li a:not(.slicknav_item) {
              padding: 87px 15px 20px 15px; } }
      .ma-massage-transparents-1 .ma-navbar-nav li span:not(.slicknav_item) {
        color: #fff;
        font-weight: 600;
        padding: 72px 10px 19px 10px; }
    .ma-massage-transparents-1 .ma-navbar-nav.child {
      border-top: 3px solid #FFC000;
      background-color: #fff;
      display: none;
      position: absolute;
      z-index: 1; }
  .ma-massage-transparents-1 .sub-menu1 li a {
    color: #7b7b7b !important;
    padding: 0 !important; }
    @media screen and (max-width: 991px) {
      .ma-massage-transparents-1 .sub-menu1 li a {
        padding: 13px 20px !important; } }
  .ma-massage-transparents-1 .sub-menu1 li:hover a {
    color: #bf9e58 !important; }
  .ma-massage-transparents-1 .ma-header-top {
    position: absolute;
    top: 0;
    width: 100%; }
    .ma-massage-transparents-1 .ma-header-top .content {
      position: relative;
      padding: 13px 0;
      float: left;
      width: 100%; }
    .ma-massage-transparents-1 .ma-header-top .quick-address {
      padding: 0;
      margin: 0;
      list-style-type: none;
      float: right;
      line-height: normal;
      /*select */ }
      .ma-massage-transparents-1 .ma-header-top .quick-address li {
        display: inline-block;
         
        font-size: 13px;
        font-weight: 500;
        text-align: center;
        color: #ffffff;
        border-right: 1px solid #fff; }
        .ma-massage-transparents-1 .ma-header-top .quick-address li:last-child {
          border-right: none; }
        .ma-massage-transparents-1 .ma-header-top .quick-address li:nth-child(2) {
          border-right: none; }
        .ma-massage-transparents-1 .ma-header-top .quick-address li a {
           
          font-size: 13px;
          font-weight: 500;
          line-height: 2.31;
          text-align: center;
          color: #ffffff;
          background: #f57f20;
          padding: 17px 24px;
          text-decoration: none;
          -webkit-transition: all 0.5s;
          -o-transition: all 0.5s;
          transition: all 0.5s; }
          .ma-massage-transparents-1 .ma-header-top .quick-address li a:hover {
            background: #333;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s; }
      .ma-massage-transparents-1 .ma-header-top .quick-address .wrap-select .wrapper-dropdown-3 {
        background: transparent;
        padding: 0 30px; }
        .ma-massage-transparents-1 .ma-header-top .quick-address .wrap-select .wrapper-dropdown-3 span {
           
          font-size: 13px;
          font-weight: 500;
          text-align: center;
          color: #ffffff; }
        .ma-massage-transparents-1 .ma-header-top .quick-address .wrap-select .wrapper-dropdown-3 ul {
          margin-top: 16px; }
          .ma-massage-transparents-1 .ma-header-top .quick-address .wrap-select .wrapper-dropdown-3 ul li {
            padding: 0px; }
            .ma-massage-transparents-1 .ma-header-top .quick-address .wrap-select .wrapper-dropdown-3 ul li a {
              background: transparent;
              color: #f57f20; }
        .ma-massage-transparents-1 .ma-header-top .quick-address .wrap-select .wrapper-dropdown-3 .dropdown {
          z-index: 123456; }
    .ma-massage-transparents-1 .ma-header-top .ma-navbar-left {
      float: left; }
      .ma-massage-transparents-1 .ma-header-top .ma-navbar-left p {
         
        font-size: 14px;
        font-weight: 500;
        line-height: 2.14;
        text-align: left;
        color: #ffffff; }

/* End Home transparent 1 header*/
/*Home transparent 1 welcometo*/
.ma-massage-transparents-welcometo {
  padding: 100px;
  padding-bottom: 0px; }
  @media screen and (max-width: 991px) {
    .ma-massage-transparents-welcometo {
      padding: 0px; } }
  .ma-massage-transparents-welcometo .ma-transparents-welcometo-img {
    background: url("../images/01_05_transparents_1/img221.jpg") no-repeat;
    background-size: cover;
    background-position: center center;
    height: 560px;
    width: 100%; }

.ma-massage-item {
  padding: 5px; }

.ma-transparents-welcometo-info {
  padding-right: 182px; }
  @media screen and (max-width: 991px) {
    .ma-transparents-welcometo-info {
      padding: 20px; } }
  @media screen and (max-width: 1550px) and (min-width: 992px) {
    .ma-transparents-welcometo-info {
      padding: 0; } }
  .ma-transparents-welcometo-info h3 {
     
    font-size: 14px;
    font-weight: bold;
    line-height: 2.14;
    letter-spacing: 2.8px;
    text-align: left;
    color: #f57f20;
    margin: 0px; }
    @media screen and (max-width: 767px) {
      .ma-transparents-welcometo-info h3 {
        text-align: center; } }
  .ma-transparents-welcometo-info h2 {
     
    font-size: 48px;
    font-weight: bold;
    text-align: left;
    color: #333333;
    margin: 0px;
    padding-top: 20px; }
    @media screen and (max-width: 767px) {
      .ma-transparents-welcometo-info h2 {
        text-align: center; } }
  .ma-transparents-welcometo-info .ma-dark-about-border {
    width: 40px;
    height: 3px;
    margin-top: 30px;
    background-color: #f57f20; }
    @media screen and (max-width: 767px) {
      .ma-transparents-welcometo-info .ma-dark-about-border {
        margin: 30px auto; } }
  .ma-transparents-welcometo-info .ma-dark-about-right-content {
    margin-top: 59px;
    margin-bottom: 57px; }
    .ma-transparents-welcometo-info .ma-dark-about-right-content p {
       
      font-size: 14px;
      line-height: 2.14;
      text-align: justify;
      color: #7b7b7b; }
  .ma-transparents-welcometo-info .ma-dark-about-right-author p {
     
    font-size: 14px;
    font-weight: bold;
    line-height: 2.14;
    color: #333333; }
    .ma-transparents-welcometo-info .ma-dark-about-right-author p span {
      color: #f57f20; }
    @media screen and (max-width: 767px) {
      .ma-transparents-welcometo-info .ma-dark-about-right-author p {
        text-align: center; } }

/* End Home transparent 1 welcometo*/
/* Home transparent 1 our rooms*/
.ma-transparents-our-rooms {
  padding: 99px 0;
  background: #f9f9f9; }
  @media screen and (max-width: 767px) {
    .ma-transparents-our-rooms .item {
      margin: 0 20px;
      background: #fff; } }
  .ma-transparents-our-rooms .item .ma-dark-our-room-item-img img {
    width: 100%;
    height: auto;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
  .ma-transparents-our-rooms .item .ma-dark-our-room-item-img:hover img {
    opacity: 0.6;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
  .ma-transparents-our-rooms .item .ma-dark-our-room-item-content h3 a {
    color: #333;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    .ma-transparents-our-rooms .item .ma-dark-our-room-item-content h3 a:hover {
      color: #f57f20;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
  .ma-transparents-our-rooms .ma-massage-head-title h3 {
    margin: 0px; }
  .ma-transparents-our-rooms .ma-massage-head-title h2 {
    color: #333333; }
  .ma-transparents-our-rooms .ma-massage-image {
    margin-top: 0px; }
  .ma-transparents-our-rooms .ma-dark-our-room-item-right {
    background: #FFFFFF;
    padding: 0 30px; }
    .ma-transparents-our-rooms .ma-dark-our-room-item-right .ma-dark-our-room-item-content h3 {
       
      font-size: 28px;
      font-weight: bold;
      line-height: 1.07;
      text-align: left;
      color: #333333;
      margin-top: 40px;
      margin-bottom: 0px; }
      @media screen and (max-width: 1199px) and (min-width: 992px) {
        .ma-transparents-our-rooms .ma-dark-our-room-item-right .ma-dark-our-room-item-content h3 {
          margin-top: 20px; } }
    .ma-transparents-our-rooms .ma-dark-our-room-item-right .ma-dark-our-room-item-content ul {
      margin: 0px;
      padding: 0px;
      padding-top: 30px;
      padding-bottom: 26px; }
      @media screen and (max-width: 1199px) and (min-width: 992px) {
        .ma-transparents-our-rooms .ma-dark-our-room-item-right .ma-dark-our-room-item-content ul {
          padding-top: 15px;
          padding-bottom: 10px; } }
      .ma-transparents-our-rooms .ma-dark-our-room-item-right .ma-dark-our-room-item-content ul li {
        list-style-type: none; }
        .ma-transparents-our-rooms .ma-dark-our-room-item-right .ma-dark-our-room-item-content ul li p {
           
          font-size: 14px;
          line-height: 2.86;
          text-align: left;
          color: #333333;
          font-weight: bold;
          margin: 0px; }
          .ma-transparents-our-rooms .ma-dark-our-room-item-right .ma-dark-our-room-item-content ul li p span {
            font-weight: normal;
            color: #7b7b7b; }
          .ma-transparents-our-rooms .ma-dark-our-room-item-right .ma-dark-our-room-item-content ul li p i {
            margin-right: 10px; }
    .ma-transparents-our-rooms .ma-dark-our-room-item-right .ma-dark-our-room-item-content .ma-dark-our-room-item-book {
      border-top: 1px solid #f0f0f0;
      padding: 20px 0; }
      @media screen and (max-width: 1199px) and (min-width: 992px) {
        .ma-transparents-our-rooms .ma-dark-our-room-item-right .ma-dark-our-room-item-content .ma-dark-our-room-item-book {
          padding: 12px 0; } }
      .ma-transparents-our-rooms .ma-dark-our-room-item-right .ma-dark-our-room-item-content .ma-dark-our-room-item-book .ma-dark-our-room-item-book-left {
        float: left; }
        .ma-transparents-our-rooms .ma-dark-our-room-item-right .ma-dark-our-room-item-content .ma-dark-our-room-item-book .ma-dark-our-room-item-book-left ul {
          margin: 0px;
          padding: 0px; }
          .ma-transparents-our-rooms .ma-dark-our-room-item-right .ma-dark-our-room-item-content .ma-dark-our-room-item-book .ma-dark-our-room-item-book-left ul li {
            list-style-type: none;
            display: inline-block; }
            .ma-transparents-our-rooms .ma-dark-our-room-item-right .ma-dark-our-room-item-content .ma-dark-our-room-item-book .ma-dark-our-room-item-book-left ul li p {
               
              font-size: 16px;
              font-weight: 500;
              line-height: 1.88;
              text-align: left;
              color: #7b7b7b; }
              .ma-transparents-our-rooms .ma-dark-our-room-item-right .ma-dark-our-room-item-content .ma-dark-our-room-item-book .ma-dark-our-room-item-book-left ul li p span {
                 
                font-size: 12px;
                font-weight: bold;
                line-height: 1;
                text-align: right;
                color: #f57f20; }
            .ma-transparents-our-rooms .ma-dark-our-room-item-right .ma-dark-our-room-item-content .ma-dark-our-room-item-book .ma-dark-our-room-item-book-left ul li:last-child p {
               
              font-size: 30px;
              font-weight: bold;
              line-height: 1;
              text-align: right;
              color: #f57f20; }
      .ma-transparents-our-rooms .ma-dark-our-room-item-right .ma-dark-our-room-item-content .ma-dark-our-room-item-book .ma-dark-our-room-item-book-right {
        float: right; }
        .ma-transparents-our-rooms .ma-dark-our-room-item-right .ma-dark-our-room-item-content .ma-dark-our-room-item-book .ma-dark-our-room-item-book-right a {
           
          font-size: 13px;
          font-weight: bold;
          line-height: 2.31;
          text-align: left;
          color: #333333;
          text-decoration: none; }
          .ma-transparents-our-rooms .ma-dark-our-room-item-right .ma-dark-our-room-item-content .ma-dark-our-room-item-book .ma-dark-our-room-item-book-right a:hover {
            color: #f57f20; }
  @media screen and (max-width: 1199px) and (min-width: 992px) {
    .ma-transparents-our-rooms .owl-nav {
      display: none; } }
  .ma-transparents-our-rooms .owl-nav .owl-prev {
    position: absolute;
    left: -6% !important;
    top: 45% !important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50px;
    padding: 0px; }
    .ma-transparents-our-rooms .owl-nav .owl-prev:after {
      content: "\f177";
      display: block;
      color: #e0e0e0;
      font-family: FontAwesome;
      font-size: 30px;
      padding: 9px;
      line-height: 1;
      text-align: left;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
    @media screen and (max-width: 767px) {
      .ma-transparents-our-rooms .owl-nav .owl-prev {
        display: none; } }
  .ma-transparents-our-rooms .owl-nav .owl-next {
    background: white;
    border-radius: 50px;
    position: absolute;
    right: -6% !important;
    top: 45% !important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: rgba(0, 0, 0, 0.8);
    padding: 0px; }
    .ma-transparents-our-rooms .owl-nav .owl-next:after {
      content: "\f178";
      display: block;
      font-family: FontAwesome;
      font-size: 30px;
      padding: 9px;
      line-height: 1;
      text-align: left;
      color: #e0e0e0;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
  @media screen and (max-width: 767px) {
    .ma-transparents-our-rooms .owl-nav {
      display: none; } }
  .ma-transparents-our-rooms .owl-theme .owl-nav [class*=owl-] {
    background: transparent; }
    .ma-transparents-our-rooms .owl-theme .owl-nav [class*=owl-]:hover {
      background: transparent;
      text-decoration: none; }
      .ma-transparents-our-rooms .owl-theme .owl-nav [class*=owl-]:hover:after {
        color: #f57f20; }
  .ma-transparents-our-rooms .owl-dots {
    margin-top: 55px; }
  .ma-transparents-our-rooms .owl-theme .owl-dots .owl-dot.active span, .ma-transparents-our-rooms .owl-theme .owl-dots .owl-dot:hover span {
    background: #f57f20; }

/* End Home transparent 1 our rooms*/
/*Home transparent 1 testimonial*/
.ma-trasparents-testimonial {
  padding-bottom: 99px;
  padding-top: 79px;
  background-size: cover;
  background-attachment: fixed; }
  .ma-trasparents-testimonial .ma-massage-head-title h2 {
    color: #fff !important; }
  .ma-trasparents-testimonial .item .ma-massage-testimonial-text p {
    color: #e0e0e0; }
  .ma-trasparents-testimonial .item .ma-massage-testimonial-author {
    margin-top: 36px; }
    .ma-trasparents-testimonial .item .ma-massage-testimonial-author p {
      color: #fff; }

/*End Home transparent 1 testimonial*/
/* Home transparent 1 blog*/
.ma-transparents-blogs {
  padding: 99px 0;
  background: #f9f9f9; }
  .ma-transparents-blogs .ma-massage-head-title h2 {
    color: #333333; }
  .ma-transparents-blogs .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 30px; }

/* End Home transparent 1 blog*/
/*Home transparent 1 booking hotel*/
.ma-booking-transparent-1 {
  position: absolute;
  top: 58%;
  width: 100%;
  z-index: 1; }
  @media screen and (max-width: 1199px) and (min-width: 992px) {
    .ma-booking-transparent-1 {
      position: relative;
      top: 0; } }
  @media screen and (max-width: 991px) {
    .ma-booking-transparent-1 {
      position: relative;
      margin-bottom: 50px; } }
  .ma-booking-transparent-1 .booking-hotel-all {
    background: #f0f0f0;
    margin-top: 85px;
    padding: 15px; }
    @media screen and (max-width: 991px) {
      .ma-booking-transparent-1 .booking-hotel-all {
        margin-top: 50px; } }
    .ma-booking-transparent-1 .booking-hotel-all ul li {
      margin-right: 13px; }
      @media screen and (max-width: 1199px) and (min-width: 992px) {
        .ma-booking-transparent-1 .booking-hotel-all ul li {
          margin-right: 11px; } }
      .ma-booking-transparent-1 .booking-hotel-all ul li:nth-child(5) {
        margin-right: 0; }
      .ma-booking-transparent-1 .booking-hotel-all ul li .ma-btn-check .btn {
        background: url("../images/01_05_transparents_1/box2.png");
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
      .ma-booking-transparent-1 .booking-hotel-all ul li .ma-btn-check:hover .btn {
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }

/* End Home transparent 1 booking hotel*/
/*Home transparent 1 slideshow*/
.ma-massage-transparents-1 .ma-slide {
  position: relative; }

/*home transparent 2 header*/
.ma-massage-transparents-2 {
  overflow: hidden;
  position: relative; }
  .ma-massage-transparents-2 .header-default {
    height: auto; }
  .ma-massage-transparents-2 .ui.selection.dropdown {
    background: transparent;
     
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    padding-bottom: 46px; }
  .ma-massage-transparents-2 .ui.dropdown .menu > .item {
     
    font-size: 13px;
    font-weight: bold;
    line-height: 2.31;
    text-align: center;
    color: #7b7b7b; }
  .ma-massage-transparents-2 .ui.dropdown:not(.button) > .default.text,
  .ma-massage-transparents-2 .ui.default.dropdown:not(.button) > .text {
    color: #fff; }
  @media screen and (min-width: 992px) {
    .ma-massage-transparents-2 .ma-top-header {
      display: none; } }
  .ma-massage-transparents-2 ul {
    margin: 0px; }
  .ma-massage-transparents-2 .mobile-nav .navbar-toggle {
    float: none;
    position: absolute;
    top: 70px;
    right: 0px;
    z-index: 12345; }
  .ma-massage-transparents-2 .ma-transparent-2-logo {
    float: left; }
  .ma-massage-transparents-2 .sticky-wrapper {
    position: absolute;
    width: 100%; }
    .ma-massage-transparents-2 .sticky-wrapper.is-sticky {
      position: relative;
      background: #fff;
      z-index: 9999; }
      .ma-massage-transparents-2 .sticky-wrapper.is-sticky .ma-main-transparents-2-menu {
        background: #fff; }
      .ma-massage-transparents-2 .sticky-wrapper.is-sticky .main-navigation ul li a {
        color: #7b7b7b; }
      .ma-massage-transparents-2 .sticky-wrapper.is-sticky .main-navigation ul li.ma-icon-search i {
        color: #7b7b7b; }
      .ma-massage-transparents-2 .sticky-wrapper.is-sticky .main-navigation ul li.ma-icon-search:hover i {
        color: #f57f20; }
      .ma-massage-transparents-2 .sticky-wrapper.is-sticky .ui.selection.dropdown {
        background: transparent;
         
        font-size: 13px;
        font-weight: bold;
        text-align: center;
        color: #7b7b7b; }
      .ma-massage-transparents-2 .sticky-wrapper.is-sticky .ui.dropdown:not(.button) > .default.text,
      .ma-massage-transparents-2 .sticky-wrapper.is-sticky .ui.default.dropdown:not(.button) > .text {
        color: #7b7b7b; }
  .ma-massage-transparents-2 .ma-main-transparents-2-menu {
    position: absolute;
    z-index: 4;
    width: 100%;
    background: rgba(25, 25, 25, 0.15); }
    @media screen and (max-width: 991px) {
      .ma-massage-transparents-2 .ma-main-transparents-2-menu {
        position: relative;
        background: transparent;
        z-index: inherit; } }
    .ma-massage-transparents-2 .ma-main-transparents-2-menu .wrapper-logo {
      background: url("../images/01_05_transparents_1/box2.png");
      width: 200px;
      height: 100px;
      overflow: hidden;
      padding-left: 30px;
      padding-right: 30px;
      padding-top: 27px;
      padding-bottom: 27px; }
      @media screen and (max-width: 767px) {
        .ma-massage-transparents-2 .ma-main-transparents-2-menu .wrapper-logo {
          padding-top: 20px;
          padding-bottom: 20px; } }
      @media screen and (max-width: 991px) {
        .ma-massage-transparents-2 .ma-main-transparents-2-menu .wrapper-logo {
          padding-top: 30px; } }
      .ma-massage-transparents-2 .ma-main-transparents-2-menu .wrapper-logo img {
        width: 131px;
        height: 46px;
        overflow: hidden; }
    .ma-massage-transparents-2 .ma-main-transparents-2-menu .main-navigation {
      text-align: center;
      float: none; }
      @media screen and (max-width: 991px) {
        .ma-massage-transparents-2 .ma-main-transparents-2-menu .main-navigation {
          display: none; } }
      .ma-massage-transparents-2 .ma-main-transparents-2-menu .main-navigation ul {
        margin: 0px;
        padding: 0px;
        text-align: center; }
        .ma-massage-transparents-2 .ma-main-transparents-2-menu .main-navigation ul li {
          list-style-type: none;
          display: inline-block;
          line-height: 100px;
          padding: 0px 10px; }
          @media screen and (max-width: 1237px) and (min-width: 992px) {
            .ma-massage-transparents-2 .ma-main-transparents-2-menu .main-navigation ul li {
              padding: 0px 4px; } }
          .ma-massage-transparents-2 .ma-main-transparents-2-menu .main-navigation ul li a {
             
            font-size: 14px;
            font-weight: bold;
            line-height: 2.14;
            text-align: right;
            color: #fff;
            text-decoration: none;
            padding: 40px 10px;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s; }
            @media screen and (max-width: 1399px) and (min-width: 1238px) {
              .ma-massage-transparents-2 .ma-main-transparents-2-menu .main-navigation ul li a {
                padding: 40px 0; } }
            .ma-massage-transparents-2 .ma-main-transparents-2-menu .main-navigation ul li a:hover {
              color: #f57f20;
              -webkit-transition: all 0.5s;
              -o-transition: all 0.5s;
              transition: all 0.5s; }
          .ma-massage-transparents-2 .ma-main-transparents-2-menu .main-navigation ul li.ma-icon-search i {
            color: #fff; }
          .ma-massage-transparents-2 .ma-main-transparents-2-menu .main-navigation ul li.ma-icon-search:hover i {
            color: #f57f20; }
    .ma-massage-transparents-2 .ma-main-transparents-2-menu .ma-top-header-right {
      position: relative;
      z-index: 99999;
      float: right;
      padding: 25px 0px; }
      @media screen and (max-width: 767px) {
        .ma-massage-transparents-2 .ma-main-transparents-2-menu .ma-top-header-right {
          width: 100%;
          padding: 0px; } }
      @media screen and (max-width: 991px) {
        .ma-massage-transparents-2 .ma-main-transparents-2-menu .ma-top-header-right {
          position: absolute;
          top: 0;
          right: 0;
          left: 0;
          display: none; } }
      @media screen and (max-width: 1238px) and (min-width: 992px) {
        .ma-massage-transparents-2 .ma-main-transparents-2-menu .ma-top-header-right {
          display: none; } }
      .ma-massage-transparents-2 .ma-main-transparents-2-menu .ma-top-header-right ul {
        margin: 0px;
        padding: 0px; }
        .ma-massage-transparents-2 .ma-main-transparents-2-menu .ma-top-header-right ul li {
          list-style-type: none;
          display: inline-block;
           
          font-size: 12px;
          font-weight: bold;
          line-height: 2.31;
          text-align: center;
          color: #fff; }
          @media screen and (max-width: 320px) {
            .ma-massage-transparents-2 .ma-main-transparents-2-menu .ma-top-header-right ul li {
              font-size: 13px; } }
          @media screen and (max-width: 767px) {
            .ma-massage-transparents-2 .ma-main-transparents-2-menu .ma-top-header-right ul li {
              width: 30%;
              font-size: 10px; } }
          .ma-massage-transparents-2 .ma-main-transparents-2-menu .ma-top-header-right ul li:first-child {
            background: #f57f20;
            padding: 10px 0px; }
            .ma-massage-transparents-2 .ma-main-transparents-2-menu .ma-top-header-right ul li:first-child a {
              color: white;
              padding: 10px 33px;
              -webkit-transition: all 0.5s;
              -o-transition: all 0.5s;
              transition: all 0.5s; }
            .ma-massage-transparents-2 .ma-main-transparents-2-menu .ma-top-header-right ul li:first-child:hover {
              background: #333333;
              -webkit-transition: all 0.5s;
              -o-transition: all 0.5s;
              transition: all 0.5s; }
  .ma-massage-transparents-2 .ma-transparent-2-nav-menu {
    position: relative; }
    .ma-massage-transparents-2 .ma-transparent-2-nav-menu .show-hover-shortcodes {
      top: inherit; }
    .ma-massage-transparents-2 .ma-transparent-2-nav-menu .box-search-header {
      top: inherit; }
  .ma-massage-transparents-2 .ma-transparents-2-booking-hotel {
    top: 100px; }

/* end home transparent 2 header*/
/*home transparent 2 slideshow*/
.ma-massage-transparents-2 .ma-transparent-2-left {
  padding-top: 150px !important; }
  @media screen and (max-width: 991px) {
    .ma-massage-transparents-2 .ma-transparent-2-left {
      padding-top: 0 !important; } }

.ma-massage-transparents-2 .ma-slide {
  position: relative;
  overflow: hidden; }
  .ma-massage-transparents-2 .ma-slide h3 {
    text-align: left; }
  .ma-massage-transparents-2 .ma-slide h2 {
    text-align: left;
    margin-top: 30px;
    margin-bottom: 50px; }
    @media screen and (max-width: 991px) {
      .ma-massage-transparents-2 .ma-slide h2 {
        margin: 0; } }
    @media screen and (max-width: 1670px) and (min-width: 991px) {
      .ma-massage-transparents-2 .ma-slide h2 {
        font-size: 60px; } }
  .ma-massage-transparents-2 .ma-slide .ma-slide-cation-btn {
    margin-top: 50px; }
    @media screen and (max-width: 400px) and (min-width: 320px) {
      .ma-massage-transparents-2 .ma-slide .ma-slide-cation-btn {
        margin-top: 20px; } }
    .ma-massage-transparents-2 .ma-slide .ma-slide-cation-btn ul {
      margin: 0;
      padding: 0; }
      .ma-massage-transparents-2 .ma-slide .ma-slide-cation-btn ul li {
        list-style-type: none;
        display: inline-block;
        margin-right: 20px; }
        .ma-massage-transparents-2 .ma-slide .ma-slide-cation-btn ul li a {
           
          font-size: 14px;
          font-weight: bold;
          line-height: 2.14;
          text-align: center;
          color: #ffffff;
          text-decoration: none;
          padding: 19px 40px;
          border: 1px solid #fff;
          -webkit-transition: all 0.5s;
          -o-transition: all 0.5s;
          transition: all 0.5s; }
          .ma-massage-transparents-2 .ma-slide .ma-slide-cation-btn ul li a:hover {
            background: #f57f20;
            border: 1px solid #f57f20;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s; }
          @media screen and (max-width: 400px) and (min-width: 320px) {
            .ma-massage-transparents-2 .ma-slide .ma-slide-cation-btn ul li a {
              padding: 10px 20px !important; } }
          @media screen and (max-width: 991px) {
            .ma-massage-transparents-2 .ma-slide .ma-slide-cation-btn ul li a {
              padding: 19px 33px; } }
        .ma-massage-transparents-2 .ma-slide .ma-slide-cation-btn ul li:last-child {
          margin-right: 0; }
          .ma-massage-transparents-2 .ma-slide .ma-slide-cation-btn ul li:last-child a {
            background: #f57f20;
            border: 1px solid #f57f20; }
            .ma-massage-transparents-2 .ma-slide .ma-slide-cation-btn ul li:last-child a:hover {
              background: transparent;
              border: 1px solid #fff; }
  .ma-massage-transparents-2 .ma-slide .ma-item-img {
    background: url("../images/01_06_transparents_2/banner21.jpg") no-repeat;
    background-size: cover;
    background-position: center center;
    height: 930px;
    width: 100%; }
    @media screen and (max-width: 991px) and (min-width: 768px) {
      .ma-massage-transparents-2 .ma-slide .ma-item-img {
        height: 450px; } }
    @media screen and (max-width: 767px) {
      .ma-massage-transparents-2 .ma-slide .ma-item-img {
        height: 260px; } }
  .ma-massage-transparents-2 .ma-slide .ma-item-img1 {
    background: url("../images/01_06_transparents_2/banner20.jpg") no-repeat;
    background-size: cover;
    background-position: center center;
    height: 930px;
    width: 100%; }
    @media screen and (max-width: 991px) and (min-width: 768px) {
      .ma-massage-transparents-2 .ma-slide .ma-item-img1 {
        height: 450px; } }
    @media screen and (max-width: 767px) {
      .ma-massage-transparents-2 .ma-slide .ma-item-img1 {
        height: 260px; } }
  .ma-massage-transparents-2 .ma-slide .ma-item-img2 {
    background: url("../images/01_06_transparents_2/banner23.jpg") no-repeat;
    background-size: cover;
    background-position: center center;
    height: 930px;
    width: 100%; }
    @media screen and (max-width: 991px) and (min-width: 768px) {
      .ma-massage-transparents-2 .ma-slide .ma-item-img2 {
        height: 450px; } }
    @media screen and (max-width: 767px) {
      .ma-massage-transparents-2 .ma-slide .ma-item-img2 {
        height: 260px; } }

/*End home transparent 2 slideshow*/
/*home transparent 2 welcometo*/
.ma-welcometo-transparents-2 h2 {
  color: #333; }

/*end home transparent 2 welcomto*/
/*home transparent 2 ourrooms*/
.ma-our-rooms-transparents-2 {
  background: #f9f9f9; }
  .ma-our-rooms-transparents-2 .ma-massage-head-title h2 {
    color: #333; }
  .ma-our-rooms-transparents-2 .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 30px; }

/*home transparent 2 ourrooms*/
/*home transparent 2 testimonial*/
.ma-testimonial-transparents-2 .ma-massage-head-title h2 {
  color: #333; }

/*End home transparent 2 testimonial*/
/*Home transparent 2 blog*/
.ma-blog-transparents-2 {
  background: #f9f9f9; }
  .ma-blog-transparents-2 .ma-massage-head-title h2 {
    color: #333; }

/*End Home transparent 2 blog*/
/*home transparent 2 booking hotel*/
.ma-transparents-2-booking-hotel {
  position: absolute;
  width: 100%;
  top: 11%;
  right: 0; }
  @media screen and (max-width: 991px) {
    .ma-transparents-2-booking-hotel {
      position: relative; } }
  @media screen and (max-width: 1237px) and (min-width: 992px) {
    .ma-transparents-2-booking-hotel {
      position: relative; } }

.ma-booking-transparent-2 {
  background-color: rgba(0, 0, 0, 0.6);
  min-height: 830px;
  padding: 0 10px;
  width: 400px;
  position: absolute;
  z-index: 1;
  right: 17.5%; }
  @media screen and (max-width: 991px) {
    .ma-booking-transparent-2 {
      position: relative;
      width: 100%;
      right: 0;
      padding: 50px 20px;
      margin-top: 50px; } }
  @media screen and (max-width: 1237px) and (min-width: 992px) {
    .ma-booking-transparent-2 {
      position: relative;
      width: 100%;
      right: 0;
      padding: 50px 20px;
      margin-top: 50px; } }
  .ma-booking-transparent-2 .booking-item {
    background: rgba(255, 255, 255, 0.15);
    padding: 20px;
    margin-bottom: 10px; }
  .ma-booking-transparent-2 .booking-item-adults {
    margin-right: 10px; }
    @media screen and (max-width: 991px) {
      .ma-booking-transparent-2 .booking-item-adults {
        margin-right: 0px; } }
  .ma-booking-transparent-2 h4 {
     
    font-size: 14px;
    font-weight: bold;
    line-height: 2.14;
    text-align: left;
    color: #ffffff;
    margin: 0px;
    border-bottom: 1px solid #fff; }
  .ma-booking-transparent-2 input {
    border-radius: 0px;
    height: 50px;
     
    font-size: 20px;
    font-weight: bold;
    line-height: 1.43;
    text-align: left;
    color: #ffffff;
    border: none;
    background: transparent; }
    .ma-booking-transparent-2 input:focus {
      -webkit-box-shadow: none;
      box-shadow: none; }
  .ma-booking-transparent-2 .input-group-addon {
    border-radius: 0px;
    background: transparent;
    color: #fff;
    border: none; }
  .ma-booking-transparent-2 select, .ma-booking-transparent-2 .ma-shop-cart-body .ma-shop-cart4 .shipping input, .ma-shop-cart-body .ma-shop-cart4 .shipping .ma-booking-transparent-2 input {
    border-radius: 0px;
    height: 87px;
     
    font-size: 60px;
    font-weight: bold;
    line-height: 1.43;
    text-align: left;
    color: #ffffff;
    background: transparent;
    border: none; }
    .ma-booking-transparent-2 select.form-control, .ma-booking-transparent-2 .ma-shop-cart-body .ma-shop-cart4 .shipping input.form-control, .ma-shop-cart-body .ma-shop-cart4 .shipping .ma-booking-transparent-2 input.form-control {
      padding: 0; }
    .ma-booking-transparent-2 select option, .ma-booking-transparent-2 .ma-shop-cart-body .ma-shop-cart4 .shipping input option, .ma-shop-cart-body .ma-shop-cart4 .shipping .ma-booking-transparent-2 input option {
      color: #333333;
      font-size: 24px;
      height: 60px;
      overflow-y: auto; }
  .ma-booking-transparent-2 .ma-btn-check {
    margin-top: 60px;
    text-align: center; }
    @media screen and (max-width: 1199px) and (min-width: 992px) {
      .ma-booking-transparent-2 .ma-btn-check {
        margin-top: 30px; } }
    .ma-booking-transparent-2 .ma-btn-check .btn {
      border-radius: 0px;
      width: 226px;
      margin: 0 auto;
       
      font-size: 16px;
      font-weight: bold;
      line-height: 2.75;
      text-align: center;
      color: #ffffff;
      background-color: #bf9e58;
      opacity: 1;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
      .ma-booking-transparent-2 .ma-btn-check .btn:hover {
        background: #fff;
        color: #f57f20;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
  .ma-booking-transparent-2 .ma-booking-head {
    padding-top: 79px;
    padding-bottom: 60px; }
    @media screen and (max-width: 1199px) and (min-width: 992px) {
      .ma-booking-transparent-2 .ma-booking-head {
        padding-top: 0;
        padding-bottom: 30px; } }
    @media screen and (max-width: 991px) {
      .ma-booking-transparent-2 .ma-booking-head {
        padding-top: 0px; } }
    .ma-booking-transparent-2 .ma-booking-head h2 {
       
      font-size: 30px;
      font-weight: bold;
      line-height: 1;
      text-align: center;
      color: #ffffff;
      margin: 0; }
    .ma-booking-transparent-2 .ma-booking-head p {
       
      font-size: 14px;
      font-weight: bold;
      line-height: 1.71;
      text-align: center;
      color: rgba(255, 255, 255, 0.7);
      margin-top: 10px;
      margin-bottom: 30px; }
    .ma-booking-transparent-2 .ma-booking-head .ma-booking-border {
      width: 40px;
      height: 3px;
      background-color: #f57f20;
      margin: 0 auto; }

/* End home transparent 2 booking hotel*/
/*Home center logo header*/
.ma-massage-center-logo .sticky-wrapper {
  height: auto !important; }

.ma-massage-center-logo .is-sticky .main-navigation ul li {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 100px; }

.ma-massage-center-logo .is-sticky .ma-navrbar-left {
  width: auto !important;
  float: left !important; }

.ma-massage-center-logo .is-sticky .ma-navbar-right {
  width: auto !important;
  float: right !important;
  text-align: right; }

.ma-massage-center-logo .ma-center-logo-menu {
  position: relative; }
  .ma-massage-center-logo .ma-center-logo-menu .box-search-header {
    position: absolute;
    top: inherit; }

.ma-massage-center-logo .ui.selection.dropdown {
  background: transparent;
   
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  color: #7b7b7b;
  padding-top: 20px; }

.ma-massage-center-logo .ui.dropdown .menu > .item {
   
  font-size: 13px;
  font-weight: bold;
  line-height: 2.31;
  text-align: center;
  color: #7b7b7b; }

.ma-massage-center-logo .mobile-nav .ma-menu-mobile-nav {
  z-index: 12345; }

.ma-massage-center-logo .ma-main-menu .main-navigation {
  float: none; }
  .ma-massage-center-logo .ma-main-menu .main-navigation .ma-navrbar-left {
    width: 50%;
    float: left;
    text-align: right; }
  .ma-massage-center-logo .ma-main-menu .main-navigation .ma-navbar-right {
    width: 50%;
    text-align: left;
    float: left; }

.ma-massage-center-logo .ma-main-menu ul {
  text-align: center; }
  .ma-massage-center-logo .ma-main-menu ul li {
    padding-top: 97px;
    padding-bottom: 0px !important;
    line-height: 91px !important; }

.ma-massage-center-logo .ma-main-menu .show-hover-shortcodes {
  top: inherit; }
  .ma-massage-center-logo .ma-main-menu .show-hover-shortcodes ul {
    text-align: left; }
    .ma-massage-center-logo .ma-main-menu .show-hover-shortcodes ul li {
      padding: 0px;
      line-height: normal; }

.ma-massage-center-logo .ma-top-header {
  display: none; }

.ma-massage-center-logo .ma-top-header-right ul.dropdown {
  z-index: 123456; }

@media screen and (max-width: 991px) {
  .ma-massage-center-logo .ma-top-header {
    display: block; } }

.ma-massage-center-logo .navbar-toggle {
  z-index: 1234; }
  @media screen and (min-width: 768px) {
    .ma-massage-center-logo .navbar-toggle {
      top: 65px; } }
  @media screen and (max-width: 767px) {
    .ma-massage-center-logo .navbar-toggle {
      top: 65px; } }

@media screen and (max-width: 991px) {
  .ma-massage-center-logo .site-header {
    position: relative; } }

.ma-massage-center-logo .navbar-header {
  background: transparent; }

.ma-massage-center-logo .content {
  border-bottom: 1px solid #e0e0e0; }

.ma-massage-center-logo .navbar-brand {
  height: auto;
  padding: 0px; }

.ma-massage-center-logo .ma-navbar-header {
  position: absolute;
  left: 0;
  right: 0;
  width: 140px;
  height: 49px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 23;
  border: none;
  margin-top: 20px; }
  @media screen and (max-width: 991px) {
    .ma-massage-center-logo .ma-navbar-header {
      position: relative;
      display: block;
      margin: 20px 0;
      width: 100%;
      height: auto; } }
  .ma-massage-center-logo .ma-navbar-header .ma-divider {
    position: absolute;
    width: 100%;
    top: 55px;
    border-top-width: 1px;
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.1);
    overflow: hidden; }
    .ma-massage-center-logo .ma-navbar-header .ma-divider.left {
      right: 100%; }
    .ma-massage-center-logo .ma-navbar-header .ma-divider.right {
      left: 100%; }

.ma-massage-center-logo .ma-navbar-nav {
  margin: 0px;
  padding-left: 0px;
  text-align: center; }
  .ma-massage-center-logo .ma-navbar-nav li {
    position: static;
    width: auto;
    display: inline-block;
    border: none; }
    .ma-massage-center-logo .ma-navbar-nav li a {
      font-weight: 600;
      padding: 115px 10px 19px 10px;
      text-decoration: none;
       
      font-size: 14px;
      line-height: 2.14;
      text-align: left;
      color: #7b7b7b; }
      .ma-massage-center-logo .ma-navbar-nav li a:not(.slicknav_item) {
        padding: 115px 15px 19px 15px;
        outline: none;
        display: block; }
    .ma-massage-center-logo .ma-navbar-nav li span:not(.slicknav_item) {
      color: #fff;
      font-weight: 600;
      padding: 115px 10px 19px 10px; }
  .ma-massage-center-logo .ma-navbar-nav.child {
    border-top: 3px solid #FFC000;
    background-color: #fff;
    display: none;
    position: absolute;
    z-index: 1; }

.ma-massage-center-logo .ma-header-top {
  position: absolute;
  top: 0;
  width: 100%; }
  .ma-massage-center-logo .ma-header-top .content {
    position: relative;
    padding: 18px 0;
    float: left;
    width: 100%; }
  .ma-massage-center-logo .ma-header-top .quick-address {
    padding: 0;
    margin: 0;
    list-style-type: none;
    float: right;
    line-height: normal;
    /*select */ }
    .ma-massage-center-logo .ma-header-top .quick-address li {
      display: inline-block;
       
      font-size: 13px;
      font-weight: 500;
      line-height: 2.31;
      text-align: center;
      color: #7b7b7b; }
      .ma-massage-center-logo .ma-header-top .quick-address li a {
         
        font-size: 13px;
        font-weight: 500;
        line-height: 2.31;
        text-align: center;
        color: #7b7b7b;
        background: #f57f20;
        padding: 17px 24px;
        text-decoration: none;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
        .ma-massage-center-logo .ma-header-top .quick-address li a:hover {
          background: #333;
          -webkit-transition: all 0.5s;
          -o-transition: all 0.5s;
          transition: all 0.5s; }
      .ma-massage-center-logo .ma-header-top .quick-address li:last-child a {
        color: #fff; }
    .ma-massage-center-logo .ma-header-top .quick-address .wrap-select .wrapper-dropdown-3 ul {
      margin-top: 19px; }
      .ma-massage-center-logo .ma-header-top .quick-address .wrap-select .wrapper-dropdown-3 ul li {
        padding: 0px;
        background: transparent; }
        .ma-massage-center-logo .ma-header-top .quick-address .wrap-select .wrapper-dropdown-3 ul li a {
          background: transparent;
          color: #f57f20;
          padding: 10px; }
  .ma-massage-center-logo .ma-header-top .ma-navbar-left {
    float: left; }
    .ma-massage-center-logo .ma-header-top .ma-navbar-left p {
       
      font-size: 14px;
      font-weight: 500;
      line-height: 2.14;
      text-align: left;
      color: #7b7b7b;
      margin-bottom: 0px; }

/*End Home center logo header*/
/*Home center logo slideshow*/
.ma-massage-center-logo-slide .ma-slide-cation-btn {
  margin-top: 50px;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .ma-massage-center-logo-slide .ma-slide-cation-btn {
      margin-top: 10px; } }
  .ma-massage-center-logo-slide .ma-slide-cation-btn ul {
    margin: 0px;
    padding: 0px; }
    .ma-massage-center-logo-slide .ma-slide-cation-btn ul li {
      list-style-type: none;
      display: inline-block;
      margin-right: 20px; }
      .ma-massage-center-logo-slide .ma-slide-cation-btn ul li:last-child {
        margin-right: 0px; }
      .ma-massage-center-logo-slide .ma-slide-cation-btn ul li a {
         
        font-size: 14px;
        font-weight: bold;
        line-height: 2.14;
        text-align: center;
        color: #ffffff;
        text-decoration: none;
        padding: 19px 40px;
        border: 1px solid #fff;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
        @media screen and (max-width: 767px) {
          .ma-massage-center-logo-slide .ma-slide-cation-btn ul li a {
            padding: 16px 28px; } }
        @media screen and (max-width: 350px) {
          .ma-massage-center-logo-slide .ma-slide-cation-btn ul li a {
            padding: 10px 19px; } }
        .ma-massage-center-logo-slide .ma-slide-cation-btn ul li a:hover {
          background: #f57f20;
          border: 1px solid #f57f20;
          -webkit-transition: all 0.5s;
          -o-transition: all 0.5s;
          transition: all 0.5s; }
      .ma-massage-center-logo-slide .ma-slide-cation-btn ul li:last-child a {
        background: #f57f20;
        border: 1px solid #f57f20; }
        .ma-massage-center-logo-slide .ma-slide-cation-btn ul li:last-child a:hover {
          background: transparent;
          border: 1px solid #fff; }

/* End Home center logo slideshow*/
/*Home center logo welcometo*/
.ma-massage-center-logo-welcometo {
  padding-top: 100px; }
  .ma-massage-center-logo-welcometo h2 {
    color: #333; }

/*Home center logo welcometo*/
/*Home center logo ourrooms*/
.ma-massage-center-logo-ourrooms {
  background: #f9f9f9; }
  .ma-massage-center-logo-ourrooms .ma-massage-head-title h2 {
    color: #333; }
  .ma-massage-center-logo-ourrooms .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 30px; }

/*End Home center logo ourrooms*/
/*Home center logo testimonial*/
.ma-massage-center-logo-testumonial {
  padding: 99px 0px; }
  .ma-massage-center-logo-testumonial .ma-massage-head-title h2 {
    color: #333; }

/*End Home center logo testimonial*/
/*Home center logo blog*/
.ma-massage-center-logo-blog {
  padding-top: 99px;
  padding-bottom: 100px;
  background: #f9f9f9; }
  .ma-massage-center-logo-blog .ma-massage-head-title h2 {
    color: #333; }
  .ma-massage-center-logo-blog .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 30px; }

/*End Home center logo blog*/
/*Home center logo booking hotel*/
.ma-massage-center-logo-slide {
  position: relative; }
  .ma-massage-center-logo-slide .ma-slide {
    margin-bottom: 50px; }

.ma-booking-center-logo {
  position: absolute;
  width: 100%;
  top: 92%;
  z-index: 123; }
  @media screen and (max-width: 1199px) and (min-width: 992px) {
    .ma-booking-center-logo {
      position: relative;
      top: 0; } }
  @media screen and (max-width: 991px) {
    .ma-booking-center-logo {
      position: relative; } }
  .ma-booking-center-logo .booking-hotel-all {
    padding: 15px;
    background: #f0f0f0;
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.25); }
  .ma-booking-center-logo ul li {
    margin-right: 13px; }
    @media screen and (max-width: 1199px) and (min-width: 992px) {
      .ma-booking-center-logo ul li {
        margin-right: 11px; } }
    .ma-booking-center-logo ul li:nth-child(5) {
      margin-right: 0px; }

/*end Home center logo booking hotel*/
/*Home center logo 2 header*/
.ma-massage-center-logo-2 {
  position: relative;
  overflow: hidden; }
  .ma-massage-center-logo-2 .ui.selection.dropdown {
    background: transparent;
     
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    color: #7b7b7b;
    padding-top: 20px; }
  .ma-massage-center-logo-2 .ui.dropdown .menu > .item {
     
    font-size: 13px;
    font-weight: bold;
    line-height: 2.31;
    text-align: center;
    color: #7b7b7b; }
  @media screen and (min-width: 992px) {
    .ma-massage-center-logo-2 .ma-top-header {
      display: none; } }
  .ma-massage-center-logo-2 .sticky-wrapper {
    height: auto !important; }
  .ma-massage-center-logo-2 .is-sticky .ma-divider {
    display: none; }
  .ma-massage-center-logo-2 .is-sticky .navbar-brand {
    padding: 10px; }
    .ma-massage-center-logo-2 .is-sticky .navbar-brand img {
      height: 80px;
      width: 74px;
      overflow: hidden; }
  .ma-massage-center-logo-2 .is-sticky .main-navigation ul li {
    padding: 0 !important; }
    .ma-massage-center-logo-2 .is-sticky .main-navigation ul li a {
      padding: 35px 10px; }
      @media screen and (max-width: 1199px) and (min-width: 992px) {
        .ma-massage-center-logo-2 .is-sticky .main-navigation ul li a {
          padding: 37px 10px; } }
  .ma-massage-center-logo-2 .main-navigation {
    float: none; }
    .ma-massage-center-logo-2 .main-navigation ul li {
      padding-bottom: 0px;
      padding-top: 67px;
      padding-left: 0;
      padding-right: 0; }
      .ma-massage-center-logo-2 .main-navigation ul li ul.sub-menu1 li a {
        padding: 0; }
  .ma-massage-center-logo-2 .ma-main-menu .show-hover-shortcodes {
    top: 0; }
    .ma-massage-center-logo-2 .ma-main-menu .show-hover-shortcodes ul li {
      padding: 0px; }
  .ma-massage-center-logo-2 .ma-main-menu .box-search-header {
    top: 0;
    left: 0;
    right: 0; }
  .ma-massage-center-logo-2 .mobile-nav .navbar-toggle {
    top: 100px; }
  .ma-massage-center-logo-2 .site-header {
    background: #fff; }
  .ma-massage-center-logo-2 .navbar-header {
    background: transparent; }
  .ma-massage-center-logo-2 .navbar-brand {
    height: auto;
    padding: 20px; }
  .ma-massage-center-logo-2 .ma-navbar-header {
    position: absolute;
    left: 0;
    right: 0;
    width: 230px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 23;
    border: none; }
    @media screen and (max-width: 991px) {
      .ma-massage-center-logo-2 .ma-navbar-header {
        position: inherit;
        margin: 0px;
        width: 170px; } }
    .ma-massage-center-logo-2 .ma-navbar-header .ma-divider {
      position: absolute;
      width: 198%;
      top: 85px;
      border-top-width: 1px;
      border-bottom-width: 0;
      border-left-width: 0;
      border-right-width: 0;
      border-style: solid;
      overflow: hidden; }
      .ma-massage-center-logo-2 .ma-navbar-header .ma-divider.left {
        right: 100%; }
      .ma-massage-center-logo-2 .ma-navbar-header .ma-divider.right {
        left: 100%; }
  .ma-massage-center-logo-2 .ma-navbar-left {
    float: left; }
  .ma-massage-center-logo-2 .ma-navbar-right {
    float: right; }
    .ma-massage-center-logo-2 .ma-navbar-right .ma-icon-search {
      line-height: 102px; }
  .ma-massage-center-logo-2 .ma-navbar-nav {
    padding-left: 0px; }
    .ma-massage-center-logo-2 .ma-navbar-nav li {
      position: static;
      width: auto;
      display: inline-block;
      border: none; }
      .ma-massage-center-logo-2 .ma-navbar-nav li a {
        font-weight: 600;
        padding: 55px 10px 37px 10px;
        text-decoration: none;
         
        font-size: 14px;
        line-height: 2.14;
        text-align: left;
        color: #7b7b7b; }
        .ma-massage-center-logo-2 .ma-navbar-nav li a:not(.slicknav_item) {
          padding: 55px 15px 37px 15px;
          outline: none;
          display: block; }
          @media screen and (max-width: 1199px) and (min-width: 992px) {
            .ma-massage-center-logo-2 .ma-navbar-nav li a:not(.slicknav_item) {
              padding: 59px 15px 37px 15px; } }
      .ma-massage-center-logo-2 .ma-navbar-nav li span:not(.slicknav_item) {
        color: #fff;
        font-weight: 600;
        padding: 55px 10px 37px 10px; }
    .ma-massage-center-logo-2 .ma-navbar-nav.child {
      border-top: 3px solid #FFC000;
      background-color: #fff;
      display: none;
      position: absolute;
      z-index: 1; }
  .ma-massage-center-logo-2 .ma-header-top {
    position: absolute;
    top: 0;
    width: 100%; }
    .ma-massage-center-logo-2 .ma-header-top .content {
      position: relative;
      padding: 18px 0;
      float: left;
      width: 100%; }
    .ma-massage-center-logo-2 .ma-header-top .quick-address {
      padding: 0;
      margin: 0;
      list-style-type: none;
      float: right;
      line-height: normal;
      /*select */ }
      .ma-massage-center-logo-2 .ma-header-top .quick-address li {
        display: inline-block;
         
        font-size: 13px;
        font-weight: 500;
        line-height: 2.31;
        text-align: center;
        color: #7b7b7b; }
        .ma-massage-center-logo-2 .ma-header-top .quick-address li:last-child a {
          color: #fff; }
        .ma-massage-center-logo-2 .ma-header-top .quick-address li a {
           
          font-size: 13px;
          font-weight: 500;
          line-height: 2.31;
          text-align: center;
          color: #7b7b7b;
          background: #f57f20;
          padding: 17px 24px;
          text-decoration: none;
          -webkit-transition: all 0.5s;
          -o-transition: all 0.5s;
          transition: all 0.5s; }
          .ma-massage-center-logo-2 .ma-header-top .quick-address li a:hover {
            background: #333;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s; }
      .ma-massage-center-logo-2 .ma-header-top .quick-address .wrap-select .wrapper-dropdown-3 ul {
        margin-top: 8px; }
        .ma-massage-center-logo-2 .ma-header-top .quick-address .wrap-select .wrapper-dropdown-3 ul li {
          padding: 0px;
          background: transparent; }
          .ma-massage-center-logo-2 .ma-header-top .quick-address .wrap-select .wrapper-dropdown-3 ul li a {
            background: transparent;
            color: #f57f20;
            padding: 10px; }
    .ma-massage-center-logo-2 .ma-header-top .ma-navbar-left {
      float: left; }
      .ma-massage-center-logo-2 .ma-header-top .ma-navbar-left p {
         
        font-size: 14px;
        font-weight: 500;
        line-height: 2.14;
        text-align: left;
        color: #7b7b7b;
        margin-bottom: 0px; }

/*Home center logo 2 header*/
/*Home center logo 2 slideshow*/
.ma-center-logo-2-slide .ma-slide {
  position: relative; }
  .ma-center-logo-2-slide .ma-slide h3 {
    text-align: left; }
  .ma-center-logo-2-slide .ma-slide h2 {
    text-align: left;
    margin-top: 30px;
    margin-bottom: 50px; }
    @media screen and (max-width: 991px) {
      .ma-center-logo-2-slide .ma-slide h2 {
        margin: 0px; } }
    @media screen and (max-width: 1670px) and (min-width: 991px) {
      .ma-center-logo-2-slide .ma-slide h2 {
        font-size: 60px; } }
  .ma-center-logo-2-slide .ma-slide .ma-slide-cation-btn {
    margin-top: 50px; }
    @media screen and (max-width: 991px) {
      .ma-center-logo-2-slide .ma-slide .ma-slide-cation-btn {
        margin-top: 40px; } }
    @media screen and (max-width: 350px) and (min-width: 320px) {
      .ma-center-logo-2-slide .ma-slide .ma-slide-cation-btn {
        margin-top: 20px; } }
    .ma-center-logo-2-slide .ma-slide .ma-slide-cation-btn ul {
      margin: 0px;
      padding: 0px; }
      .ma-center-logo-2-slide .ma-slide .ma-slide-cation-btn ul li {
        list-style-type: none;
        display: inline-block;
        margin-right: 20px; }
        .ma-center-logo-2-slide .ma-slide .ma-slide-cation-btn ul li a {
           
          font-size: 14px;
          font-weight: bold;
          line-height: 2.14;
          text-align: center;
          color: #ffffff;
          text-decoration: none;
          padding: 19px 40px;
          border: 1px solid #fff;
          -webkit-transition: all 0.5s;
          -o-transition: all 0.5s;
          transition: all 0.5s; }
          @media screen and (max-width: 350px) and (min-width: 320px) {
            .ma-center-logo-2-slide .ma-slide .ma-slide-cation-btn ul li a {
              padding: 10px 20px; } }
          @media screen and (max-width: 991px) {
            .ma-center-logo-2-slide .ma-slide .ma-slide-cation-btn ul li a {
              padding: 15px 20px; } }
          .ma-center-logo-2-slide .ma-slide .ma-slide-cation-btn ul li a:hover {
            background: #f57f20;
            border: 1px solid #f57f20;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s; }
        .ma-center-logo-2-slide .ma-slide .ma-slide-cation-btn ul li:last-child {
          margin-right: 0px; }
          .ma-center-logo-2-slide .ma-slide .ma-slide-cation-btn ul li:last-child a {
            background: #f57f20;
            border: 1px solid #f57f20; }
            .ma-center-logo-2-slide .ma-slide .ma-slide-cation-btn ul li:last-child a:hover {
              background: transparent;
              border: 1px solid #fff; }
  .ma-center-logo-2-slide .ma-slide .ma-center-logo-2-booking-hotel {
    top: 0; }
  .ma-center-logo-2-slide .ma-slide .ma-transparent-2-left {
    padding: 0 15px; }
  .ma-center-logo-2-slide .ma-slide .ma-item-img {
    background: url("../images/01_06_transparents_2/banner21.jpg") no-repeat;
    background-size: cover;
    background-position: center center;
    height: 932px;
    width: 100%; }
    @media screen and (max-width: 991px) and (min-width: 768px) {
      .ma-center-logo-2-slide .ma-slide .ma-item-img {
        height: 450px; } }
    @media screen and (max-width: 767px) {
      .ma-center-logo-2-slide .ma-slide .ma-item-img {
        height: 260px; } }
  .ma-center-logo-2-slide .ma-slide .ma-item-img1 {
    background: url("../images/01_06_transparents_2/banner20.jpg") no-repeat;
    background-size: cover;
    background-position: center center;
    height: 932px;
    width: 100%; }
    @media screen and (max-width: 991px) and (min-width: 768px) {
      .ma-center-logo-2-slide .ma-slide .ma-item-img1 {
        height: 450px; } }
    @media screen and (max-width: 767px) {
      .ma-center-logo-2-slide .ma-slide .ma-item-img1 {
        height: 260px; } }
  .ma-center-logo-2-slide .ma-slide .ma-item-img2 {
    background: url("../images/01_06_transparents_2/banner23.jpg") no-repeat;
    background-size: cover;
    background-position: center center;
    height: 932px;
    width: 100%; }
    @media screen and (max-width: 991px) and (min-width: 768px) {
      .ma-center-logo-2-slide .ma-slide .ma-item-img2 {
        height: 450px; } }
    @media screen and (max-width: 767px) {
      .ma-center-logo-2-slide .ma-slide .ma-item-img2 {
        height: 260px; } }

/*End Home center logo 2 slideshow*/
/*Home center logo 2 welcometo*/
.ma-massage-center-logo-2-welcometo h2 {
  color: #333; }

/*End Home center logo 2 welcometo*/
/*Home center logo 2 ourrooms*/
.ma-massage-center-logo-2-our-rooms {
  background: #f9f9f9; }
  .ma-massage-center-logo-2-our-rooms .ma-massage-head-title h2 {
    color: #333; }
  .ma-massage-center-logo-2-our-rooms .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 30px; }

/*End Home center logo 2 ourrooms*/
/*Home center logo 2 testimonial*/
.ma-massage-center-logo-2-testimonial .ma-massage-head-title h2 {
  color: #333; }

/*end Home center logo 2 testimonial*/
/*Home center logo 2 blog*/
.ma-massage-center-logo-2-blog {
  background: #f9f9f9; }
  .ma-massage-center-logo-2-blog .ma-massage-head-title h2 {
    color: #333; }

/*End Home center logo 2 blog*/
/*Home center logo 2 booking hotel*/
.ma-center-logo-2-slide .ma-booking-transparent-2 {
  background-color: rgba(0, 0, 0, 0.6);
  min-height: 930px !important;
  padding: 0 10px; }
  @media screen and (max-width: 1199px) and (min-width: 992px) {
    .ma-center-logo-2-slide .ma-booking-transparent-2 {
      min-height: 600px !important;
      padding: 40px 20px; } }

.ma-center-logo-2-slide .ma-transparent-2-left {
  padding-top: 250px; }

@media screen and (max-width: 991px) {
  .ma-center-logo-2-slide .ma-booking-head {
    padding-top: 60px; } }

.ma-center-logo-2-slide .ma-booking-head h2 {
  font-size: 30px;
  margin: 0px;
  text-align: center; }

/*End Home center logo 2 booking hotel*/
/*Home header full width header*/
.ma-massage-header-full-width {
  overflow: hidden;
  position: relative; }
  .ma-massage-header-full-width .ma-main-header-full-width-menu.fixed .main-navigation ul li {
    padding: 0 10px; }
  .ma-massage-header-full-width .header-default {
    height: 101px; }
  .ma-massage-header-full-width .ui.selection.dropdown {
    background: transparent;
     
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    color: #7b7b7b;
    padding-bottom: 46px; }
  .ma-massage-header-full-width .ui.dropdown .menu > .item {
     
    font-size: 13px;
    font-weight: bold;
    line-height: 2.31;
    text-align: center;
    color: #7b7b7b; }
  @media screen and (min-width: 992px) {
    .ma-massage-header-full-width .ma-top-header {
      display: none; } }
  .ma-massage-header-full-width .ma-header-full-logo {
    float: left; }
  .ma-massage-header-full-width .ma-header-full-language {
    float: right; }
  .ma-massage-header-full-width ul {
    margin: 0px; }
  .ma-massage-header-full-width .mobile-nav .navbar-toggle {
    float: none;
    position: absolute;
    top: 78px;
    right: 0; }
  @media screen and (max-width: 1219px) and (min-width: 992px) {
    .ma-massage-header-full-width .ma-top-header-right {
      display: none; } }
  .ma-massage-header-full-width .ma-main-header-full-width-menu {
    background: #fff; }
    .ma-massage-header-full-width .ma-main-header-full-width-menu .wrapper-logo {
      background: url("../images/01_09_header-full-width/box22.png");
      background-size: cover;
      width: 200px;
      height: 101px;
      overflow: hidden;
      padding-left: 30px;
      padding-right: 30px;
      padding-top: 27px;
      padding-bottom: 27px; }
      @media screen and (max-width: 767px) {
        .ma-massage-header-full-width .ma-main-header-full-width-menu .wrapper-logo {
          padding-top: 20px;
          padding-bottom: 20px; } }
      @media screen and (max-width: 991px) {
        .ma-massage-header-full-width .ma-main-header-full-width-menu .wrapper-logo {
          padding-top: 30px; } }
      .ma-massage-header-full-width .ma-main-header-full-width-menu .wrapper-logo img {
        width: 131px;
        height: 46px;
        overflow: hidden; }
    .ma-massage-header-full-width .ma-main-header-full-width-menu .ma-dark-menu-text {
      position: relative; }
      .ma-massage-header-full-width .ma-main-header-full-width-menu .ma-dark-menu-text .show-hover-shortcodes {
        top: inherit; }
      .ma-massage-header-full-width .ma-main-header-full-width-menu .ma-dark-menu-text .box-search-header {
        top: inherit; }
    .ma-massage-header-full-width .ma-main-header-full-width-menu .main-navigation {
      float: none;
      text-align: center; }
      @media screen and (max-width: 991px) {
        .ma-massage-header-full-width .ma-main-header-full-width-menu .main-navigation {
          display: none; } }
      .ma-massage-header-full-width .ma-main-header-full-width-menu .main-navigation ul {
        margin: 0px;
        padding: 0px;
        text-align: center; }
        .ma-massage-header-full-width .ma-main-header-full-width-menu .main-navigation ul li {
          list-style-type: none;
          display: inline-block;
          line-height: 101px;
          padding: 0px 10px; }
          @media screen and (max-width: 1395px) and (min-width: 1220px) {
            .ma-massage-header-full-width .ma-main-header-full-width-menu .main-navigation ul li {
              padding: 0px 0; } }
          @media screen and (max-width: 1219px) and (min-width: 992px) {
            .ma-massage-header-full-width .ma-main-header-full-width-menu .main-navigation ul li {
              padding: 0px 4px; } }
          .ma-massage-header-full-width .ma-main-header-full-width-menu .main-navigation ul li a {
             
            font-size: 14px;
            font-weight: bold;
            line-height: 2.14;
            text-align: right;
            color: #7b7b7b;
            text-decoration: none;
            padding: 40px 10px; }
            .ma-massage-header-full-width .ma-main-header-full-width-menu .main-navigation ul li a:hover {
              color: #f57f20; }
    .ma-massage-header-full-width .ma-main-header-full-width-menu .ma-top-header-right {
      position: relative;
      z-index: 99999;
      float: right;
      padding: 25px 0px; }
      @media screen and (max-width: 767px) {
        .ma-massage-header-full-width .ma-main-header-full-width-menu .ma-top-header-right {
          width: 100%;
          padding: 0px; } }
      @media screen and (max-width: 991px) {
        .ma-massage-header-full-width .ma-main-header-full-width-menu .ma-top-header-right {
          position: absolute;
          top: 0;
          right: 0;
          left: 0;
          display: none; } }
      .ma-massage-header-full-width .ma-main-header-full-width-menu .ma-top-header-right ul {
        margin: 0px;
        padding: 0px; }
        .ma-massage-header-full-width .ma-main-header-full-width-menu .ma-top-header-right ul li {
          list-style-type: none;
          display: inline-block;
           
          font-size: 12px;
          font-weight: bold;
          line-height: 2.31;
          text-align: center;
          color: #7b7b7b; }
          @media screen and (max-width: 320px) {
            .ma-massage-header-full-width .ma-main-header-full-width-menu .ma-top-header-right ul li {
              font-size: 13px; } }
          @media screen and (max-width: 767px) {
            .ma-massage-header-full-width .ma-main-header-full-width-menu .ma-top-header-right ul li {
              width: 30%;
              font-size: 10px; } }
          .ma-massage-header-full-width .ma-main-header-full-width-menu .ma-top-header-right ul li:first-child {
            background: #f57f20;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
            padding: 10px 0; }
            .ma-massage-header-full-width .ma-main-header-full-width-menu .ma-top-header-right ul li:first-child a {
              padding: 10px 33px;
              color: white; }
            .ma-massage-header-full-width .ma-main-header-full-width-menu .ma-top-header-right ul li:first-child:hover {
              background: #333333;
              -webkit-transition: all 0.5s;
              -o-transition: all 0.5s;
              transition: all 0.5s; }
      .ma-massage-header-full-width .ma-main-header-full-width-menu .ma-top-header-right .wrap-select .wrapper-dropdown-3 {
        padding: 10px 30px; }
        .ma-massage-header-full-width .ma-main-header-full-width-menu .ma-top-header-right .wrap-select .wrapper-dropdown-3 ul li:first-child {
          background: transparent;
          padding: 0px; }

/*End Home header full width header*/
/*Home header full width slideshow*/
.ma-header-full-width-slide .ma-slide-caption {
  position: absolute;
  z-index: 2;
  width: 100%;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media screen and (max-width: 991px) {
    .ma-header-full-width-slide .ma-slide-caption {
      position: relative;
      margin-top: 60px; } }
  .ma-header-full-width-slide .ma-slide-caption .ma-slide-caption-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: solid 1px #ffffff;
    border-radius: 4px;
    padding: 40px 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    .ma-header-full-width-slide .ma-slide-caption .ma-slide-caption-item a {
       
      font-size: 18px;
      font-weight: 600;
      line-height: 1.67;
      text-align: center;
      color: #ffffff;
      text-decoration: none; }
      .ma-header-full-width-slide .ma-slide-caption .ma-slide-caption-item a .img-1 {
        margin-bottom: 30px; }
      .ma-header-full-width-slide .ma-slide-caption .ma-slide-caption-item a .img-2 {
        display: none;
        margin-bottom: 30px; }
    .ma-header-full-width-slide .ma-slide-caption .ma-slide-caption-item:hover {
      background: #fff;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
      .ma-header-full-width-slide .ma-slide-caption .ma-slide-caption-item:hover a {
        color: #f57f20; }
        .ma-header-full-width-slide .ma-slide-caption .ma-slide-caption-item:hover a .img-1 {
          display: none; }
        .ma-header-full-width-slide .ma-slide-caption .ma-slide-caption-item:hover a .img-2 {
          display: block; }

@media screen and (max-width: 991px) {
  .ma-header-full-width-slide .ma-header-full-services {
    display: none; } }

.ma-header-full-width-slide .ma-header-full-services ul {
  padding: 0px;
  margin: 0px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .ma-header-full-width-slide .ma-header-full-services ul li {
    list-style-type: none;
    width: 15%;
    float: left;
    margin-right: 30px; }

/*end Home header full width slideshow*/
/*Home header full width welcometo*/
.ma-massage-header-full-width-welcometo h2 {
  color: #333; }

.ma-massage-header-full-width-welcometo h3 {
  margin-top: 0px; }

.ma-massage-header-full-width-welcometo .ma-massage-image {
  background-size: cover; }
  .ma-massage-header-full-width-welcometo .ma-massage-image .ma-massage-count-item ul {
    margin: 0px;
    padding: 0px; }
    .ma-massage-header-full-width-welcometo .ma-massage-image .ma-massage-count-item ul li {
      list-style-type: none; }
  .ma-massage-header-full-width-welcometo .ma-massage-image .ma-massage-count-item .ma-massage-count-item-img {
    width: 100%; }
    .ma-massage-header-full-width-welcometo .ma-massage-image .ma-massage-count-item .ma-massage-count-item-img img {
      margin: auto; }
  .ma-massage-header-full-width-welcometo .ma-massage-image .ma-massage-count-item .ma-massage-count-item-number {
    margin-top: 50px;
    margin-bottom: 42px;
    text-align: center; }
    .ma-massage-header-full-width-welcometo .ma-massage-image .ma-massage-count-item .ma-massage-count-item-number span {
       
      font-size: 80px;
      font-weight: bold;
      line-height: 0.33;
      text-align: center;
      color: #ffffff; }
  .ma-massage-header-full-width-welcometo .ma-massage-image .ma-massage-count-item h3 {
     
    font-size: 18px;
    font-weight: bold;
    line-height: 1.44;
    text-align: center;
    color: #ffffff; }

/*Home header full width welcomto*/
/*Home header full width ourroom*/
.ma-massage-header-full-width-our-rooms {
  background: #f9f9f9; }
  .ma-massage-header-full-width-our-rooms .ma-massage-head-title h2 {
    color: #333; }
  .ma-massage-header-full-width-our-rooms .ma-massage-head-title h3 {
    margin-top: 0px; }
  .ma-massage-header-full-width-our-rooms .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 30px; }

/*End Home header full width ourrooms*/
/*Home header full width testimonial*/
.ma-massage-header-full-width-testimonial .ma-massage-head-title h2 {
  color: #333; }

.ma-massage-header-full-width-testimonial .ma-massage-head-title h3 {
  margin-top: 0px; }

/*Home header full width testionials*/
/*Home header full width blog*/
.ma-header-full-width-blog {
  background: #f9f9f9; }
  .ma-header-full-width-blog .ma-massage-head-title h2 {
    color: #333; }
  .ma-header-full-width-blog .ma-massage-head-title h3 {
    margin-top: 0px; }

/*End Home header full width blog*/
/*Home header full width booking hotel*/
.ma-booking-hotel-header-full {
  background: #f0f0f0;
  margin-bottom: 60px; }
  .ma-booking-hotel-header-full .booking-hotel-all {
    padding: 15px; }
  .ma-booking-hotel-header-full ul li {
    margin-right: 13px; }
    @media screen and (max-width: 1199px) and (min-width: 992px) {
      .ma-booking-hotel-header-full ul li {
        margin-right: 11px; } }
    .ma-booking-hotel-header-full ul li:nth-child(5) {
      margin-right: 0px; }

/*End Home header full width booking hotel*/
/*Home header full width 2 Header*/
.ma-massage-header-full-width-2 {
  overflow: hidden; }
  .ma-massage-header-full-width-2 .is-sticky .ma-menu-right-top {
    display: none; }
  .ma-massage-header-full-width-2 .is-sticky .main-navigation ul li {
    padding: 0px 10px !important;
    line-height: 100px !important; }
  .ma-massage-header-full-width-2 .is-sticky .wrapper-logo {
    width: 200px !important;
    height: 100px !important;
    padding: 25px 30px !important; }
  @media screen and (max-width: 1199px) and (min-width: 992px) {
    .ma-massage-header-full-width-2 .is-sticky .ma-menu-right-bottom-left {
      float: none !important; }
    .ma-massage-header-full-width-2 .is-sticky .main-navigation {
      float: none !important; }
      .ma-massage-header-full-width-2 .is-sticky .main-navigation ul {
        text-align: left !important; } }
  .ma-massage-header-full-width-2 .header-default {
    height: 140px; }
    @media screen and (max-width: 991px) {
      .ma-massage-header-full-width-2 .header-default {
        height: auto; } }
  .ma-massage-header-full-width-2 .box-search-header {
    top: -1px; }
  .ma-massage-header-full-width-2 .ui.selection.dropdown {
    background: transparent;
     
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    color: #7b7b7b;
    padding: 18px 0;
    border-left: 1px solid #f0f0f0;
    border-radius: 0px;
    padding-right: 10px; }
  .ma-massage-header-full-width-2 .ui.dropdown .menu > .item {
     
    font-size: 13px;
    font-weight: bold;
    line-height: 2.31;
    text-align: center;
    color: #7b7b7b; }
  @media screen and (min-width: 992px) {
    .ma-massage-header-full-width-2 .ma-top-header {
      display: none; } }
  .ma-massage-header-full-width-2 ul {
    margin: 0px; }
  .ma-massage-header-full-width-2 .mobile-nav .navbar-toggle {
    float: none;
    position: absolute;
    top: 70px;
    right: 0; }
  .ma-massage-header-full-width-2 .ma-main-transparents-2-menu {
    background: #fff; }
    .ma-massage-header-full-width-2 .ma-main-transparents-2-menu .wrapper-logo {
      background: url("../images/01_05_transparents_1/box2.png");
      width: 230px;
      height: 140px;
      overflow: hidden;
      padding-left: 30px;
      padding-right: 30px;
      padding-top: 40px;
      padding-bottom: 40px;
      float: left; }
      @media screen and (max-width: 991px) {
        .ma-massage-header-full-width-2 .ma-main-transparents-2-menu .wrapper-logo {
          width: 180px;
          height: 100px; } }
      @media screen and (max-width: 767px) {
        .ma-massage-header-full-width-2 .ma-main-transparents-2-menu .wrapper-logo {
          padding-top: 20px;
          padding-bottom: 20px; } }
      @media screen and (max-width: 991px) {
        .ma-massage-header-full-width-2 .ma-main-transparents-2-menu .wrapper-logo {
          padding: 27px 15px; } }
      .ma-massage-header-full-width-2 .ma-main-transparents-2-menu .wrapper-logo img {
        width: 100%;
        height: auto;
        overflow: hidden; }
    .ma-massage-header-full-width-2 .ma-main-transparents-2-menu .ma-menu-right .ma-menu-right-top {
      height: 50px;
      border-bottom: 1px solid #e0e0e0; }
      @media screen and (max-width: 991px) {
        .ma-massage-header-full-width-2 .ma-main-transparents-2-menu .ma-menu-right .ma-menu-right-top {
          display: none; } }
      .ma-massage-header-full-width-2 .ma-main-transparents-2-menu .ma-menu-right .ma-menu-right-top .ma-menu-right-top-left {
        float: left;
        padding-top: 10px;
        padding-left: 50px; }
        @media screen and (max-width: 1160px) and (min-width: 992px) {
          .ma-massage-header-full-width-2 .ma-main-transparents-2-menu .ma-menu-right .ma-menu-right-top .ma-menu-right-top-left {
            display: none; } }
        .ma-massage-header-full-width-2 .ma-main-transparents-2-menu .ma-menu-right .ma-menu-right-top .ma-menu-right-top-left p {
           
          font-size: 14px;
          font-weight: 500;
          line-height: 2.14;
          text-align: left;
          color: #7b7b7b;
          margin: 0px; }
      .ma-massage-header-full-width-2 .ma-main-transparents-2-menu .ma-menu-right .ma-menu-right-top .ma-menu-right-top-right {
        float: right; }
        .ma-massage-header-full-width-2 .ma-main-transparents-2-menu .ma-menu-right .ma-menu-right-top .ma-menu-right-top-right ul {
          margin: 0px;
          padding: 0px; }
          .ma-massage-header-full-width-2 .ma-main-transparents-2-menu .ma-menu-right .ma-menu-right-top .ma-menu-right-top-right ul li {
            list-style-type: none;
            display: inline-block;
             
            font-size: 13px;
            font-weight: 500;
            line-height: 2.31;
            text-align: center;
            color: #7b7b7b;
            border-left: 1px solid  #f0f0f0;
            vertical-align: top; }
            .ma-massage-header-full-width-2 .ma-main-transparents-2-menu .ma-menu-right .ma-menu-right-top .ma-menu-right-top-right ul li:last-child {
              padding: 9px 20px; }
            .ma-massage-header-full-width-2 .ma-main-transparents-2-menu .ma-menu-right .ma-menu-right-top .ma-menu-right-top-right ul li select, .ma-massage-header-full-width-2 .ma-main-transparents-2-menu .ma-menu-right .ma-menu-right-top .ma-menu-right-top-right ul li .ma-shop-cart-body .ma-shop-cart4 .shipping input, .ma-shop-cart-body .ma-shop-cart4 .shipping .ma-massage-header-full-width-2 .ma-main-transparents-2-menu .ma-menu-right .ma-menu-right-top .ma-menu-right-top-right ul li input {
               
              font-size: 13px;
              font-weight: 500;
              line-height: 2.31;
              text-align: center;
              color: #7b7b7b;
              border: none; }
              .ma-massage-header-full-width-2 .ma-main-transparents-2-menu .ma-menu-right .ma-menu-right-top .ma-menu-right-top-right ul li select option, .ma-massage-header-full-width-2 .ma-main-transparents-2-menu .ma-menu-right .ma-menu-right-top .ma-menu-right-top-right ul li .ma-shop-cart-body .ma-shop-cart4 .shipping input option, .ma-shop-cart-body .ma-shop-cart4 .shipping .ma-massage-header-full-width-2 .ma-main-transparents-2-menu .ma-menu-right .ma-menu-right-top .ma-menu-right-top-right ul li input option {
                padding-top: 17px; }
            .ma-massage-header-full-width-2 .ma-main-transparents-2-menu .ma-menu-right .ma-menu-right-top .ma-menu-right-top-right ul li p {
              margin: 0px; }
              .ma-massage-header-full-width-2 .ma-main-transparents-2-menu .ma-menu-right .ma-menu-right-top .ma-menu-right-top-right ul li p a i {
                font-size: 14px;
                width: 30px;
                height: 30px;
                line-height: 30px;
                text-align: center;
                color: #999;
                border: 1px solid #999;
                border-radius: 50%;
                margin-right: 10px;
                transition: all .5s ease 0s;
                -webkit-transition: all .5s ease 0s;
                -moz-transition: all .5s ease 0s;
                -ms-transition: all .5s ease 0s;
                -o-transition: all .5s ease 0s; }
                .ma-massage-header-full-width-2 .ma-main-transparents-2-menu .ma-menu-right .ma-menu-right-top .ma-menu-right-top-right ul li p a i:hover {
                  color: #f57f20;
                  border: 1px solid #f57f20; }
              .ma-massage-header-full-width-2 .ma-main-transparents-2-menu .ma-menu-right .ma-menu-right-top .ma-menu-right-top-right ul li p a:last-child i {
                margin-right: 0px; }
        .ma-massage-header-full-width-2 .ma-main-transparents-2-menu .ma-menu-right .ma-menu-right-top .ma-menu-right-top-right .wrap-select .wrapper-dropdown-3 {
          padding: 9px 30px; }
          .ma-massage-header-full-width-2 .ma-main-transparents-2-menu .ma-menu-right .ma-menu-right-top .ma-menu-right-top-right .wrap-select .wrapper-dropdown-3 ul li {
            padding: 0px; }
    .ma-massage-header-full-width-2 .ma-main-transparents-2-menu .ma-menu-right .ma-menu-right-bottom {
      margin-bottom: -2px; }
      .ma-massage-header-full-width-2 .ma-main-transparents-2-menu .ma-menu-right .ma-menu-right-bottom .ma-menu-right-bottom-left {
        float: left;
        padding-left: 30px; }
      .ma-massage-header-full-width-2 .ma-main-transparents-2-menu .ma-menu-right .ma-menu-right-bottom .ma-menu-right-bottom-right {
        float: right;
        padding: 30px 20px; }
        @media screen and (max-width: 991px) {
          .ma-massage-header-full-width-2 .ma-main-transparents-2-menu .ma-menu-right .ma-menu-right-bottom .ma-menu-right-bottom-right {
            display: none; } }
        @media screen and (max-width: 1169px) and (min-width: 992px) {
          .ma-massage-header-full-width-2 .ma-main-transparents-2-menu .ma-menu-right .ma-menu-right-bottom .ma-menu-right-bottom-right {
            display: none; } }
        .ma-massage-header-full-width-2 .ma-main-transparents-2-menu .ma-menu-right .ma-menu-right-bottom .ma-menu-right-bottom-right a {
           
          font-size: 13px;
          font-weight: bold;
          line-height: 2.31;
          text-align: center;
          color: #ffffff;
          background: #f57f20;
          padding: 18px 24px;
          text-decoration: none;
          -webkit-transition: all 0.5s;
          -o-transition: all 0.5s;
          transition: all 0.5s; }
          .ma-massage-header-full-width-2 .ma-main-transparents-2-menu .ma-menu-right .ma-menu-right-bottom .ma-menu-right-bottom-right a:hover {
            background: #000;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s; }
    @media screen and (max-width: 991px) {
      .ma-massage-header-full-width-2 .ma-main-transparents-2-menu .main-navigation {
        display: none; } }
    .ma-massage-header-full-width-2 .ma-main-transparents-2-menu .main-navigation ul {
      margin: 0px;
      padding: 0px; }
      .ma-massage-header-full-width-2 .ma-main-transparents-2-menu .main-navigation ul li {
        list-style-type: none;
        display: inline-block;
        line-height: 89px;
        padding: 0px 10px; }
        @media screen and (max-width: 1350px) and (min-width: 992px) {
          .ma-massage-header-full-width-2 .ma-main-transparents-2-menu .main-navigation ul li {
            padding: 0px 0px; } }
        .ma-massage-header-full-width-2 .ma-main-transparents-2-menu .main-navigation ul li a {
           
          font-size: 14px;
          font-weight: bold;
          line-height: 2.14;
          text-align: right;
          color: #7b7b7b;
          text-decoration: none;
          padding: 40px 10px;
          -webkit-transition: all 0.5s;
          -o-transition: all 0.5s;
          transition: all 0.5s; }
          .ma-massage-header-full-width-2 .ma-main-transparents-2-menu .main-navigation ul li a:hover {
            color: #f57f20;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s; }
    .ma-massage-header-full-width-2 .ma-main-transparents-2-menu .ma-top-header-right {
      float: right;
      padding: 25px 0px; }
      @media screen and (max-width: 767px) {
        .ma-massage-header-full-width-2 .ma-main-transparents-2-menu .ma-top-header-right {
          width: 100%;
          padding: 0px; } }
      @media screen and (max-width: 991px) {
        .ma-massage-header-full-width-2 .ma-main-transparents-2-menu .ma-top-header-right {
          position: absolute;
          top: 0;
          right: 0;
          left: 0; } }
      .ma-massage-header-full-width-2 .ma-main-transparents-2-menu .ma-top-header-right ul {
        margin: 0px;
        padding: 0px; }
        .ma-massage-header-full-width-2 .ma-main-transparents-2-menu .ma-top-header-right ul li {
          list-style-type: none;
          display: inline-block;
           
          font-size: 12px;
          font-weight: bold;
          line-height: 2.31;
          text-align: center;
          color: #7b7b7b; }
          @media screen and (max-width: 320px) {
            .ma-massage-header-full-width-2 .ma-main-transparents-2-menu .ma-top-header-right ul li {
              font-size: 13px; } }
          @media screen and (max-width: 767px) {
            .ma-massage-header-full-width-2 .ma-main-transparents-2-menu .ma-top-header-right ul li {
              width: 30%;
              font-size: 10px; } }
          .ma-massage-header-full-width-2 .ma-main-transparents-2-menu .ma-top-header-right ul li:first-child {
            background: #f57f20;
            color: white;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
            padding: 10px 33px; }
            .ma-massage-header-full-width-2 .ma-main-transparents-2-menu .ma-top-header-right ul li:first-child:hover {
              background: #333333;
              -webkit-transition: all 0.5s;
              -o-transition: all 0.5s;
              transition: all 0.5s; }

/*End Home header full width 2 Header*/
/*Home header full width 2 slideshow*/
.ma-massage-header-full-width-2 .ma-slide .ma-transparents-2-booking-hotel {
  top: 0; }

.ma-massage-header-full-width-2 .ma-slide .ma-transparent-2-left {
  padding-top: 0px; }
  .ma-massage-header-full-width-2 .ma-slide .ma-transparent-2-left h3 {
    text-align: left; }
  .ma-massage-header-full-width-2 .ma-slide .ma-transparent-2-left h2 {
    text-align: left;
    margin-top: 30px;
    margin-bottom: 50px; }
    @media screen and (max-width: 991px) {
      .ma-massage-header-full-width-2 .ma-slide .ma-transparent-2-left h2 {
        margin: 0px; } }
    @media screen and (max-width: 1670px) and (min-width: 991px) {
      .ma-massage-header-full-width-2 .ma-slide .ma-transparent-2-left h2 {
        font-size: 60px; } }

.ma-massage-header-full-width-2 .ma-slide .ma-slide-cation-btn {
  margin-top: 50px; }
  .ma-massage-header-full-width-2 .ma-slide .ma-slide-cation-btn ul {
    margin: 0px;
    padding: 0px; }
    .ma-massage-header-full-width-2 .ma-slide .ma-slide-cation-btn ul li {
      list-style-type: none;
      display: inline-block;
      margin-right: 20px; }
      .ma-massage-header-full-width-2 .ma-slide .ma-slide-cation-btn ul li a {
         
        font-size: 14px;
        font-weight: bold;
        line-height: 2.14;
        text-align: center;
        color: #ffffff;
        text-decoration: none;
        padding: 19px 40px;
        border: 1px solid #fff;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
        .ma-massage-header-full-width-2 .ma-slide .ma-slide-cation-btn ul li a:hover {
          background: #f57f20;
          border: 1px solid #f57f20;
          -webkit-transition: all 0.5s;
          -o-transition: all 0.5s;
          transition: all 0.5s; }
        @media screen and (max-width: 991px) {
          .ma-massage-header-full-width-2 .ma-slide .ma-slide-cation-btn ul li a {
            padding: 19px 33px; } }
        @media screen and (max-width: 400px) {
          .ma-massage-header-full-width-2 .ma-slide .ma-slide-cation-btn ul li a {
            padding: 15px 20px; } }
      .ma-massage-header-full-width-2 .ma-slide .ma-slide-cation-btn ul li:last-child {
        margin-right: 0px; }
        .ma-massage-header-full-width-2 .ma-slide .ma-slide-cation-btn ul li:last-child a {
          background: #f57f20;
          border: 1px solid #f57f20; }
          .ma-massage-header-full-width-2 .ma-slide .ma-slide-cation-btn ul li:last-child a:hover {
            background: transparent;
            border: 1px solid #fff; }

.ma-massage-header-full-width-2 .ma-slide .ma-item-img {
  background: url("../images/01_06_transparents_2/banner21.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
  height: 932px;
  width: 100%; }
  @media screen and (max-width: 991px) and (min-width: 768px) {
    .ma-massage-header-full-width-2 .ma-slide .ma-item-img {
      height: 450px; } }
  @media screen and (max-width: 767px) {
    .ma-massage-header-full-width-2 .ma-slide .ma-item-img {
      height: 260px; } }

.ma-massage-header-full-width-2 .ma-slide .ma-item-img1 {
  background: url("../images/01_06_transparents_2/banner20.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
  height: 932px;
  width: 100%; }
  @media screen and (max-width: 991px) and (min-width: 768px) {
    .ma-massage-header-full-width-2 .ma-slide .ma-item-img1 {
      height: 450px; } }
  @media screen and (max-width: 767px) {
    .ma-massage-header-full-width-2 .ma-slide .ma-item-img1 {
      height: 260px; } }

.ma-massage-header-full-width-2 .ma-slide .ma-item-img2 {
  background: url("../images/01_06_transparents_2/banner23.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
  height: 932px;
  width: 100%; }
  @media screen and (max-width: 991px) and (min-width: 768px) {
    .ma-massage-header-full-width-2 .ma-slide .ma-item-img2 {
      height: 450px; } }
  @media screen and (max-width: 767px) {
    .ma-massage-header-full-width-2 .ma-slide .ma-item-img2 {
      height: 260px; } }

/*End Home header full width 2 slideshow*/
/*Home header full width 2 booking hotel*/
.ma-header-full-slide .ma-booking-transparent-2 {
  background-color: rgba(0, 0, 0, 0.6);
  min-height: 932px !important;
  padding: 0 10px; }
  @media screen and (max-width: 1199px) and (min-width: 992px) {
    .ma-header-full-slide .ma-booking-transparent-2 {
      min-height: 600px !important;
      padding: 40px 20px; } }

.ma-header-full-slide .ma-transparent-2-left {
  padding-top: 260px; }

.ma-header-full-slide .ma-booking-head h2 {
  margin: 0px !important;
  text-align: center !important; }

/*End Home header full width 2 booking hotel*/
/*Home listing room header*/
.ma-massage-listing-room {
  overflow: hidden;
  position: relative; }
  .ma-massage-listing-room .header-default {
    height: auto; }
  .ma-massage-listing-room .ui.selection.dropdown {
    background: transparent;
     
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    padding-bottom: 46px; }
  .ma-massage-listing-room .ui.dropdown .menu > .item {
     
    font-size: 13px;
    font-weight: bold;
    line-height: 2.31;
    text-align: center;
    color: #7b7b7b; }
  .ma-massage-listing-room .ui.dropdown:not(.button) > .default.text,
  .ma-massage-listing-room .ui.default.dropdown:not(.button) > .text {
    color: #fff; }
  @media screen and (max-width: 1249px) and (min-width: 992px) {
    .ma-massage-listing-room .ma-top-header-right {
      display: none; } }
  .ma-massage-listing-room .ma-transparent-2-nav-menu {
    position: relative; }
    .ma-massage-listing-room .ma-transparent-2-nav-menu .show-hover-shortcodes {
      top: inherit; }
    .ma-massage-listing-room .ma-transparent-2-nav-menu .box-search-header {
      top: inherit;
      left: 0;
      right: 0; }
  .ma-massage-listing-room .sticky-wrapper {
    position: absolute;
    width: 100%; }
    .ma-massage-listing-room .sticky-wrapper.is-sticky {
      position: relative;
      background: #fff;
      z-index: 9999; }
      .ma-massage-listing-room .sticky-wrapper.is-sticky .ma-main-transparents-2-menu {
        background: #fff; }
      .ma-massage-listing-room .sticky-wrapper.is-sticky .main-navigation ul li a {
        color: #7b7b7b; }
      .ma-massage-listing-room .sticky-wrapper.is-sticky .main-navigation ul li.ma-icon-search i {
        color: #7b7b7b; }
      .ma-massage-listing-room .sticky-wrapper.is-sticky .main-navigation ul li.ma-icon-search:hover i {
        color: #f57f20; }
      .ma-massage-listing-room .sticky-wrapper.is-sticky .ui.selection.dropdown {
        background: transparent;
         
        font-size: 13px;
        font-weight: bold;
        text-align: center;
        color: #7b7b7b; }
      .ma-massage-listing-room .sticky-wrapper.is-sticky .ui.dropdown:not(.button) > .default.text,
      .ma-massage-listing-room .sticky-wrapper.is-sticky .ui.default.dropdown:not(.button) > .text {
        color: #7b7b7b; }
  @media screen and (min-width: 992px) {
    .ma-massage-listing-room .ma-top-header {
      display: none; } }
  .ma-massage-listing-room ul {
    margin: 0; }
  .ma-massage-listing-room .mobile-nav .navbar-toggle {
    float: none;
    position: absolute;
    top: 70px;
    right: 0;
    z-index: 12345; }
  .ma-massage-listing-room .ma-main-transparents-2-menu {
    position: absolute;
    width: 100%;
    background: rgba(25, 25, 25, 0.15); }
    @media screen and (min-width: 992px) {
      .ma-massage-listing-room .ma-main-transparents-2-menu {
        z-index: 99999; } }
    @media screen and (max-width: 991px) {
      .ma-massage-listing-room .ma-main-transparents-2-menu {
        background: transparent;
        position: relative; } }
    .ma-massage-listing-room .ma-main-transparents-2-menu .wrapper-logo {
      background: url("../images/01_05_transparents_1/box2.png");
      width: 200px;
      height: 100px;
      overflow: hidden;
      padding-left: 30px;
      padding-right: 30px;
      padding-top: 27px;
      padding-bottom: 27px;
      float: left; }
      @media screen and (max-width: 767px) {
        .ma-massage-listing-room .ma-main-transparents-2-menu .wrapper-logo {
          padding-top: 20px;
          padding-bottom: 20px; } }
      @media screen and (max-width: 991px) {
        .ma-massage-listing-room .ma-main-transparents-2-menu .wrapper-logo {
          padding-top: 31px;
          width: 180px;
          height: 100px; } }
      .ma-massage-listing-room .ma-main-transparents-2-menu .wrapper-logo img {
        width: 131px;
        height: 46px;
        overflow: hidden; }
    .ma-massage-listing-room .ma-main-transparents-2-menu .main-navigation {
      text-align: center;
      float: none; }
      @media screen and (max-width: 991px) {
        .ma-massage-listing-room .ma-main-transparents-2-menu .main-navigation {
          display: none; } }
      .ma-massage-listing-room .ma-main-transparents-2-menu .main-navigation ul {
        margin: 0;
        padding: 0;
        text-align: center; }
        .ma-massage-listing-room .ma-main-transparents-2-menu .main-navigation ul li {
          list-style-type: none;
          display: inline-block;
          line-height: 100px;
          padding: 0 10px; }
          @media screen and (max-width: 1399px) and (min-width: 1250px) {
            .ma-massage-listing-room .ma-main-transparents-2-menu .main-navigation ul li {
              padding: 0; } }
          @media screen and (min-width: 992px) and (max-width: 1249px) {
            .ma-massage-listing-room .ma-main-transparents-2-menu .main-navigation ul li {
              padding: 0 4px; } }
          .ma-massage-listing-room .ma-main-transparents-2-menu .main-navigation ul li a {
             
            font-size: 14px;
            font-weight: bold;
            line-height: 2.14;
            text-align: right;
            color: #fff;
            text-decoration: none;
            padding: 40px 10px; }
            .ma-massage-listing-room .ma-main-transparents-2-menu .main-navigation ul li a:hover {
              color: #f57f20; }
          .ma-massage-listing-room .ma-main-transparents-2-menu .main-navigation ul li.ma-icon-search i {
            color: #fff; }
          .ma-massage-listing-room .ma-main-transparents-2-menu .main-navigation ul li.ma-icon-search:hover i {
            color: #f57f20; }
    .ma-massage-listing-room .ma-main-transparents-2-menu .ma-icon-search i {
      color: #fff; }
    .ma-massage-listing-room .ma-main-transparents-2-menu .ma-main-menu .show-hover-shortcodes {
      top: -24px; }
    .ma-massage-listing-room .ma-main-transparents-2-menu .ma-top-header-right {
      float: right;
      padding: 25px 0; }
      @media screen and (max-width: 767px) {
        .ma-massage-listing-room .ma-main-transparents-2-menu .ma-top-header-right {
          width: 100%;
          padding: 0px; } }
      @media screen and (max-width: 991px) {
        .ma-massage-listing-room .ma-main-transparents-2-menu .ma-top-header-right {
          position: absolute;
          top: 0;
          right: 0;
          left: 0;
          display: none; } }
      .ma-massage-listing-room .ma-main-transparents-2-menu .ma-top-header-right ul {
        margin: 0;
        padding: 0; }
        .ma-massage-listing-room .ma-main-transparents-2-menu .ma-top-header-right ul li {
          list-style-type: none;
          display: inline-block;
           
          font-size: 12px;
          font-weight: bold;
          line-height: 2.31;
          text-align: center;
          color: #fff; }
          @media screen and (max-width: 320px) {
            .ma-massage-listing-room .ma-main-transparents-2-menu .ma-top-header-right ul li {
              font-size: 13px; } }
          @media screen and (max-width: 767px) {
            .ma-massage-listing-room .ma-main-transparents-2-menu .ma-top-header-right ul li {
              width: 30%;
              font-size: 10px; } }
          .ma-massage-listing-room .ma-main-transparents-2-menu .ma-top-header-right ul li:first-child {
            background: #f57f20;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
            padding: 10px 0; }
            .ma-massage-listing-room .ma-main-transparents-2-menu .ma-top-header-right ul li:first-child a {
              padding: 10px 33px;
              color: #fff; }
            .ma-massage-listing-room .ma-main-transparents-2-menu .ma-top-header-right ul li:first-child:hover {
              background: #333333;
              -webkit-transition: all 0.5s;
              -o-transition: all 0.5s;
              transition: all 0.5s; }
          .ma-massage-listing-room .ma-main-transparents-2-menu .ma-top-header-right ul li a {
            color: #fff; }
      .ma-massage-listing-room .ma-main-transparents-2-menu .ma-top-header-right .wrap-select .wrapper-dropdown-3 {
        background: transparent;
        padding: 0px 30px; }
        .ma-massage-listing-room .ma-main-transparents-2-menu .ma-top-header-right .wrap-select .wrapper-dropdown-3 ul {
          margin-top: 40px; }
          .ma-massage-listing-room .ma-main-transparents-2-menu .ma-top-header-right .wrap-select .wrapper-dropdown-3 ul li {
            background: transparent;
            padding: 0px; }
        .ma-massage-listing-room .ma-main-transparents-2-menu .ma-top-header-right .wrap-select .wrapper-dropdown-3 .dropdown li a {
          color: #7b7b7b; }

/*End Home listing room header*/
/*Home listing room slideshow*/
.ma-massage-listing-room .ma-slide h3 {
  text-align: left; }

.ma-massage-listing-room .ma-slide h2 {
  text-align: left;
  margin-top: 30px;
  margin-bottom: 50px; }
  @media screen and (max-width: 1670px) and (min-width: 991px) {
    .ma-massage-listing-room .ma-slide h2 {
      font-size: 60px; } }

.ma-massage-listing-room .ma-slide .ma-slide-cation-btn {
  margin-top: 50px; }
  @media screen and (max-width: 991px) {
    .ma-massage-listing-room .ma-slide .ma-slide-cation-btn {
      margin-top: 0px; } }
  .ma-massage-listing-room .ma-slide .ma-slide-cation-btn ul {
    margin: 0px;
    padding: 0px; }
    .ma-massage-listing-room .ma-slide .ma-slide-cation-btn ul li {
      list-style-type: none;
      display: inline-block;
      margin-right: 20px; }
      @media screen and (max-width: 767px) {
        .ma-massage-listing-room .ma-slide .ma-slide-cation-btn ul li {
          margin-right: 10px; } }
      .ma-massage-listing-room .ma-slide .ma-slide-cation-btn ul li a {
         
        font-size: 14px;
        font-weight: bold;
        line-height: 2.14;
        text-align: center;
        color: #ffffff;
        text-decoration: none;
        padding: 19px 40px;
        border: 1px solid #fff;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
        @media screen and (max-width: 400px) {
          .ma-massage-listing-room .ma-slide .ma-slide-cation-btn ul li a {
            padding: 13px 20px; } }
        .ma-massage-listing-room .ma-slide .ma-slide-cation-btn ul li a:hover {
          background: #f57f20;
          border: 1px solid #f57f20;
          -webkit-transition: all 0.5s;
          -o-transition: all 0.5s;
          transition: all 0.5s; }
      .ma-massage-listing-room .ma-slide .ma-slide-cation-btn ul li:last-child a {
        background: #f57f20;
        border: 1px solid #f57f20; }
        .ma-massage-listing-room .ma-slide .ma-slide-cation-btn ul li:last-child a:hover {
          background: transparent;
          border: 1px solid #fff; }

.ma-massage-listing-room .ma-slide .ma-listing-rooms-popular-rooms-slide {
  position: absolute;
  top: 14%;
  right: 0;
  z-index: 2; }

.ma-massage-listing-room .ma-slide .ma-listing-rooms-popular-rooms {
  background: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  height: 773px;
  width: 400px;
  position: absolute;
  right: 31.3%; }
  @media screen and (max-width: 991px) {
    .ma-massage-listing-room .ma-slide .ma-listing-rooms-popular-rooms {
      display: none; } }
  @media screen and (max-width: 1450px) {
    .ma-massage-listing-room .ma-slide .ma-listing-rooms-popular-rooms {
      right: 10%; } }
  .ma-massage-listing-room .ma-slide .ma-listing-rooms-popular-rooms .ma-popular-rooms-content .ma-popular-rooms-content-header h2 {
     
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #ffffff;
    margin: 0px; }
  .ma-massage-listing-room .ma-slide .ma-listing-rooms-popular-rooms .ma-popular-rooms-content .ma-popular-rooms-content-header h3 {
     
    font-size: 14px;
    font-weight: bold;
    line-height: 1.71;
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: 0px;
    margin: 0px;
    padding-top: 16px; }
  .ma-massage-listing-room .ma-slide .ma-listing-rooms-popular-rooms .ma-popular-rooms-content .ma-popular-rooms-content-header .ma-popular-room-border {
    width: 40px;
    height: 3px;
    background-color: #f57f20;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 30px; }
  .ma-massage-listing-room .ma-slide .ma-listing-rooms-popular-rooms .ma-popular-rooms-content .ma-popular-rooms-content-body {
    padding: 0 10px; }
    .ma-massage-listing-room .ma-slide .ma-listing-rooms-popular-rooms .ma-popular-rooms-content .ma-popular-rooms-content-body .ma-popular-rooms-content-body-item {
      padding: 10px;
      margin-bottom: 10px;
      background: #fff; }
      .ma-massage-listing-room .ma-slide .ma-listing-rooms-popular-rooms .ma-popular-rooms-content .ma-popular-rooms-content-body .ma-popular-rooms-content-body-item .ma-item-img {
        float: left;
        padding-right: 10px; }
      .ma-massage-listing-room .ma-slide .ma-listing-rooms-popular-rooms .ma-popular-rooms-content .ma-popular-rooms-content-body .ma-popular-rooms-content-body-item .ma-item-text {
        padding-left: 130px; }
        .ma-massage-listing-room .ma-slide .ma-listing-rooms-popular-rooms .ma-popular-rooms-content .ma-popular-rooms-content-body .ma-popular-rooms-content-body-item .ma-item-text h3 {
          margin: 0px;
          letter-spacing: 0px;
          border-bottom: 1px solid #e0e0e0;
          padding-bottom: 10px;
          margin-bottom: 10px; }
          .ma-massage-listing-room .ma-slide .ma-listing-rooms-popular-rooms .ma-popular-rooms-content .ma-popular-rooms-content-body .ma-popular-rooms-content-body-item .ma-item-text h3 a {
             
            font-size: 18px;
            font-weight: bold;
            line-height: 1.67;
            text-align: left;
            color: #333333;
            text-decoration: none;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s; }
            .ma-massage-listing-room .ma-slide .ma-listing-rooms-popular-rooms .ma-popular-rooms-content .ma-popular-rooms-content-body .ma-popular-rooms-content-body-item .ma-item-text h3 a:hover {
              color: #f57f20;
              -webkit-transition: all 0.5s;
              -o-transition: all 0.5s;
              transition: all 0.5s; }
        .ma-massage-listing-room .ma-slide .ma-listing-rooms-popular-rooms .ma-popular-rooms-content .ma-popular-rooms-content-body .ma-popular-rooms-content-body-item .ma-item-text .ma-item-time ul {
          margin: 0px;
          padding: 0px; }
          .ma-massage-listing-room .ma-slide .ma-listing-rooms-popular-rooms .ma-popular-rooms-content .ma-popular-rooms-content-body .ma-popular-rooms-content-body-item .ma-item-text .ma-item-time ul li {
            list-style-type: none;
            display: inline-block; }
            .ma-massage-listing-room .ma-slide .ma-listing-rooms-popular-rooms .ma-popular-rooms-content .ma-popular-rooms-content-body .ma-popular-rooms-content-body-item .ma-item-text .ma-item-time ul li p {
               
              font-size: 13px;
              font-weight: 500;
              line-height: 2.14;
              text-align: left;
              color: #7b7b7b;
              margin: 0px; }
      .ma-massage-listing-room .ma-slide .ma-listing-rooms-popular-rooms .ma-popular-rooms-content .ma-popular-rooms-content-body .ma-popular-rooms-content-body-item .ma-item-service {
        padding-top: 32px; }
        .ma-massage-listing-room .ma-slide .ma-listing-rooms-popular-rooms .ma-popular-rooms-content .ma-popular-rooms-content-body .ma-popular-rooms-content-body-item .ma-item-service ul {
          margin: 0px;
          padding: 0px; }
          .ma-massage-listing-room .ma-slide .ma-listing-rooms-popular-rooms .ma-popular-rooms-content .ma-popular-rooms-content-body .ma-popular-rooms-content-body-item .ma-item-service ul li {
            list-style-type: none;
            display: inline-block;
            width: 24%;
            text-align: center;
            vertical-align: top; }
            .ma-massage-listing-room .ma-slide .ma-listing-rooms-popular-rooms .ma-popular-rooms-content .ma-popular-rooms-content-body .ma-popular-rooms-content-body-item .ma-item-service ul li i {
              font-family: FontAwesome;
              font-size: 30px;
              line-height: 1;
              text-align: left;
              color: #333333; }
            .ma-massage-listing-room .ma-slide .ma-listing-rooms-popular-rooms .ma-popular-rooms-content .ma-popular-rooms-content-body .ma-popular-rooms-content-body-item .ma-item-service ul li p {
               
              font-size: 13px;
              font-weight: 600;
              text-align: center;
              color: #333;
              text-transform: uppercase;
              margin: 0px; }
  .ma-massage-listing-room .ma-slide .ma-listing-rooms-popular-rooms .table-fixheader {
    position: relative;
    padding-top: 30px; }
  .ma-massage-listing-room .ma-slide .ma-listing-rooms-popular-rooms .table-fixheader .ma-popular-rooms-content-body {
    height: 640px;
    overflow-y: auto; }
    .ma-massage-listing-room .ma-slide .ma-listing-rooms-popular-rooms .table-fixheader .ma-popular-rooms-content-body::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
      background-color: #fff; }
    .ma-massage-listing-room .ma-slide .ma-listing-rooms-popular-rooms .table-fixheader .ma-popular-rooms-content-body::-webkit-scrollbar {
      width: 10px;
      background-color: #b7b7b7; }
    .ma-massage-listing-room .ma-slide .ma-listing-rooms-popular-rooms .table-fixheader .ma-popular-rooms-content-body::-webkit-scrollbar-thumb {
      background-color: #b7b7b7; }
  .ma-massage-listing-room .ma-slide .ma-listing-rooms-popular-rooms .table-fixheader thead {
    position: absolute;
    width: 100%;
    top: 0; }
  .ma-massage-listing-room .ma-slide .ma-listing-rooms-popular-rooms .table-fixheader thead tr {
    position: absolute;
    width: 100%; }
  .ma-massage-listing-room .ma-slide .ma-listing-rooms-popular-rooms .table-fixheader thead tr th {
    display: inline-block; }

.ma-massage-listing-room .ma-slide .ma-item-img-list {
  background: url("../images/01_06_transparents_2/banner21.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
  height: 932px;
  width: 100%; }
  @media screen and (max-width: 991px) and (min-width: 768px) {
    .ma-massage-listing-room .ma-slide .ma-item-img-list {
      height: 450px; } }
  @media screen and (max-width: 767px) {
    .ma-massage-listing-room .ma-slide .ma-item-img-list {
      height: 260px; } }

.ma-massage-listing-room .ma-slide .ma-item-img-list1 {
  background: url("../images/01_06_transparents_2/banner20.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
  height: 932px;
  width: 100%; }
  @media screen and (max-width: 991px) and (min-width: 768px) {
    .ma-massage-listing-room .ma-slide .ma-item-img-list1 {
      height: 450px; } }
  @media screen and (max-width: 767px) {
    .ma-massage-listing-room .ma-slide .ma-item-img-list1 {
      height: 260px; } }

.ma-massage-listing-room .ma-slide .ma-item-img-list2 {
  background: url("../images/01_06_transparents_2/banner23.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
  height: 932px;
  width: 100%; }
  @media screen and (max-width: 991px) and (min-width: 768px) {
    .ma-massage-listing-room .ma-slide .ma-item-img-list2 {
      height: 450px; } }
  @media screen and (max-width: 767px) {
    .ma-massage-listing-room .ma-slide .ma-item-img-list2 {
      height: 260px; } }

/*End Home listing room slideshow*/
/*about banner*/
.ma-about-banner {
  position: relative; }
  .ma-about-banner .ma-about-banner-destop {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 393px;
    background-size: cover;
    
    width: 100%;
    background-position: center center; }
    @media screen and (max-width: 991px) {
      .ma-about-banner .ma-about-banner-destop {
        height: 260px; } }
    .ma-about-banner .ma-about-banner-destop .ma-about-banner-caption {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      .ma-about-banner .ma-about-banner-destop .ma-about-banner-caption h2 {
         
        font-size: 60px;
        font-weight: bold;
        text-align: center;
        color: #ffffff; }
        @media screen and (max-width: 991px) {
          .ma-about-banner .ma-about-banner-destop .ma-about-banner-caption h2 {
            font-size: 48px; } }
      .ma-about-banner .ma-about-banner-destop .ma-about-banner-caption h3 {
        text-align: center; }
        .ma-about-banner .ma-about-banner-destop .ma-about-banner-caption h3 a {
           
          font-size: 14px;
          font-weight: 500;
          line-height: 2.14;
          color: #ffffff;
          text-decoration: none; }
        .ma-about-banner .ma-about-banner-destop .ma-about-banner-caption h3 span {
          color: #ffffff;
          font-size: 14px; }

/*end about banner*/
/*about welcomto*/
.ma-about-welcometo {
  padding: 100px 0; }
  .ma-about-welcometo .ma-about-welcometo-left img {
    width: 100%; }

.ma-about-right-header {
  padding: 59px 0; }
  .ma-about-right-header h3 {
     
    font-size: 14px;
    font-weight: bold;
    line-height: 2.14;
    letter-spacing: 2.8px;
    text-align: left;
    color: #f57f20; }
  .ma-about-right-header h2 {
     
    font-size: 48px;
    font-weight: bold;
    text-align: left;
    color: #333333; }
  .ma-about-right-header .ma-about-border {
    width: 40px;
    height: 3px;
    background-color: #f57f20;
    margin-top: 30px; }

.ma-about-right-content p {
   
  font-size: 14px;
  line-height: 2.14;
  text-align: left;
  color: #666666; }

.ma-about-right-content .ma-about-right-content-border {
  width: 120px;
  height: 1px;
  background-color: #666666;
  margin-top: 37px;
  margin-bottom: 39px; }

.ma-about-right-author p {
   
  font-size: 14px;
  font-weight: bold;
  line-height: 2.14;
  color: #333333; }
  .ma-about-right-author p span a {
    color: #f57f20;
    text-decoration: none; }

.ma-about-welcometo-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 100px; }
  .ma-about-welcometo-share p {
    z-index: 2;
    position: absolute;
    display: inline-block;
    padding: 0 10px;
    min-width: 150px;
    background: #FFF; }
    .ma-about-welcometo-share p a i {
      font-size: 16px;
      width: 35px;
      height: 35px;
      line-height: 35px;
      text-align: center;
      color: #999;
      border: 1px solid #999;
      border-radius: 50%;
      float: left;
      margin-right: 10px;
      margin-bottom: 5px;
      transition: all .5s ease 0s;
      -webkit-transition: all .5s ease 0s;
      -moz-transition: all .5s ease 0s;
      -ms-transition: all .5s ease 0s;
      -o-transition: all .5s ease 0s; }
      .ma-about-welcometo-share p a i:hover {
        color: #f57f20;
        border: 1px solid #f57f20; }
  .ma-about-welcometo-share hr {
    height: 4px;
    border-top: 1px solid #CCC;
    width: 100%;
    position: relative;
    background: transparent;
    content: "";
    z-index: 1;
    margin-top: 20px; }

/*end about welcomto*/
/*about count number*/
.ma-about-count-number {
  position: relative;
  height: 550px; }
  @media screen and (max-width: 991px) {
    .ma-about-count-number {
      height: auto; } }
  .ma-about-count-number .ma-paralax-bg {
    padding: 20px;
    
    background-size: cover;
    background-attachment: fixed;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s; }
  .ma-about-count-number .ma-massage-image-border {
    border: 10px solid #fff;
    height: 510px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media screen and (max-width: 991px) {
      .ma-about-count-number .ma-massage-image-border {
        height: auto;
        padding: 50px 0; } }
  .ma-about-count-number .ma-massage-count-item ul {
    margin: 0px;
    padding: 0px; }
    .ma-about-count-number .ma-massage-count-item ul li {
      list-style-type: none; }
  .ma-about-count-number .ma-massage-count-item .ma-massage-count-item-img {
    width: 100%; }
    .ma-about-count-number .ma-massage-count-item .ma-massage-count-item-img img {
      margin: auto; }
  .ma-about-count-number .ma-massage-count-item .ma-massage-count-item-number {
    margin-top: 50px;
    margin-bottom: 42px;
    text-align: center; }
    .ma-about-count-number .ma-massage-count-item .ma-massage-count-item-number span {
       
      font-size: 80px;
      font-weight: bold;
      line-height: 0.33;
      text-align: center;
      color: #ffffff; }
  .ma-about-count-number .ma-massage-count-item h3 {
     
    font-size: 18px;
    font-weight: bold;
    line-height: 1.44;
    text-align: center;
    color: #ffffff; }

/*End about count number*/
/*about why choose us*/
.ma-about-why-choose-us {
  padding-top: 97px;
  padding-bottom: 99px; }
  .ma-about-why-choose-us .ma-about-why-choose-us-header h3 {
     
    font-size: 14px;
    font-weight: bold;
    line-height: 2.14;
    letter-spacing: 2.8px;
    text-align: center;
    color: #f57f20; }
  .ma-about-why-choose-us .ma-about-why-choose-us-header h2 {
     
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    color: #333333; }
    @media screen and (max-width: 991px) {
      .ma-about-why-choose-us .ma-about-why-choose-us-header h2 {
        font-size: 45px; } }
  .ma-about-why-choose-us .ma-about-why-choose-us-header .ma-about-boder {
    width: 40px;
    height: 3px;
    background-color: #f57f20;
    margin: 0 auto;
    margin-top: 38px; }

.ma-about-why-choose-us-content .ma-about-content-item {
  margin-top: 59px; }
  .ma-about-why-choose-us-content .ma-about-content-item .ma-about-content-item-left {
    position: absolute;
    left: 0px;
    top: 75px; }
    .ma-about-why-choose-us-content .ma-about-content-item .ma-about-content-item-left span {
      font-family: themify;
      font-size: 44px;
      line-height: 0.68;
      text-align: left;
      color: #f57f20; }
  .ma-about-why-choose-us-content .ma-about-content-item .ma-about-content-item-right {
    position: relative;
    padding-left: 50px; }
    .ma-about-why-choose-us-content .ma-about-content-item .ma-about-content-item-right h2 {
       
      font-size: 18px;
      font-weight: bold;
      line-height: 1.67;
      text-align: left;
      color: #333333;
      margin: 0px;
      text-transform: uppercase; }
    .ma-about-why-choose-us-content .ma-about-content-item .ma-about-content-item-right p {
       
      font-size: 14px;
      line-height: 2.14;
      text-align: left;
      color: #666666;
      margin-top: 30px; }

.ma-about-why-choose-us-img .ma-massage-image {
  margin: 0px; }
  .ma-about-why-choose-us-img .ma-massage-image .ma-massage-item-img a:before, .ma-about-why-choose-us-img .ma-massage-image .ma-massage-item-img a:after {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 20px;
    bottom: 20px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.4s;
    transition: opacity 0.3s, -webkit-transform 0.4s;
    -o-transition: opacity 0.3s, transform 0.4s;
    transition: opacity 0.3s, transform 0.4s;
    transition: opacity 0.3s, transform 0.4s, -webkit-transform 0.4s;
    z-index: 5; }
  .ma-about-why-choose-us-img .ma-massage-image .ma-massage-item-img a:before {
    border-top: 5px solid #fff;
    border-bottom: 5px solid #fff;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1); }
  .ma-about-why-choose-us-img .ma-massage-image .ma-massage-item-img a:after {
    border-right: 5px solid #fff;
    border-left: 5px solid #fff;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  .ma-about-why-choose-us-img .ma-massage-image .ma-massage-item-img:hover a:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .ma-about-why-choose-us-img .ma-massage-image .ma-massage-item-img:hover a:before {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }

/*end about why choose us*/
/*testimonial banner*/
.ma-testimonials-banner .ma-about-banner .ma-about-banner-destop .ma-banner-img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 393px;
  background-size: contain;
  background: url("../images/02_02_testimonials/background.jpg");
  width: 100%;
  background-position: center center; }
  @media screen and (max-width: 991px) {
    .ma-testimonials-banner .ma-about-banner .ma-about-banner-destop .ma-banner-img {
      height: 260px; } }

/*end testimonial banner*/
/*testimonial contents*/
.ma-testimonials-content {
  padding: 100px 0; }

.ma-testimonials-content-item {
  background: #f9f9f9;
  padding: 30px;
  margin-bottom: 30px; }
  .ma-testimonials-content-item .ma-item-image {
    float: left; }
  .ma-testimonials-content-item .ma-item-content {
    padding-left: 130px; }
    @media screen and (max-width: 767px) {
      .ma-testimonials-content-item .ma-item-content {
        padding-left: 0px; } }
    .ma-testimonials-content-item .ma-item-content .ma-item-content-header {
      border-bottom: 1px solid #f0f0f0;
      margin-bottom: 30px; }
      @media screen and (max-width: 767px) {
        .ma-testimonials-content-item .ma-item-content .ma-item-content-header {
          padding-left: 120px; } }
      .ma-testimonials-content-item .ma-item-content .ma-item-content-header ul {
        margin: 0px;
        padding: 0px; }
        .ma-testimonials-content-item .ma-item-content .ma-item-content-header ul li {
          list-style-type: none;
          display: inline-block;
           
          font-size: 14px;
          font-weight: bold;
          line-height: 2.14;
          text-align: left;
          color: #333333; }
          @media screen and (max-width: 767px) {
            .ma-testimonials-content-item .ma-item-content .ma-item-content-header ul li {
              display: block; } }
          .ma-testimonials-content-item .ma-item-content .ma-item-content-header ul li a {
            color: #f57f20;
            text-decoration: none; }
          .ma-testimonials-content-item .ma-item-content .ma-item-content-header ul li p span {
            font-family: FontAwesome;
            font-size: 14px;
            line-height: 2.14;
            letter-spacing: 2.8px;
            text-align: right;
            color: #f2bf52; }
          .ma-testimonials-content-item .ma-item-content .ma-item-content-header ul li:last-child {
            float: right; }
            @media screen and (max-width: 767px) {
              .ma-testimonials-content-item .ma-item-content .ma-item-content-header ul li:last-child {
                float: none; } }
  .ma-testimonials-content-item .ma-item-content-body p {
     
    font-size: 16px;
    font-style: italic;
    line-height: 1.88;
    text-align: left;
    color: #7b7b7b; }

.ma-btn-more {
  text-align: center; }
  .ma-btn-more .btn-more {
    background: transparent;
    border: none;
    border-top: 2px solid #333;
    border-bottom: 2px solid #333;
    font-family: Raleway;
    font-size: 13px;
    font-weight: bold;
    line-height: 2.31;
    text-align: center;
    color: #333333;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    .ma-btn-more .btn-more:hover {
      color: #f57f20;
      border-top: 2px solid #f57f20;
      border-bottom: 2px solid #f57f20;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }

/*end testimonial contents*/
/*Gallery Banner*/
.ma-gallery-grid-full-banner .ma-about-banner .ma-about-banner-destop .ma-banner-img {
  background-size: cover;
  background: url("../images/02_03_gallery_grid_full_width/background.jpg") no-repeat !important;
  background-size: cover;
  background-position: center center;
  height: 393px;
  width: 100%; }
  @media screen and (max-width: 991px) {
    .ma-gallery-grid-full-banner .ma-about-banner .ma-about-banner-destop .ma-banner-img {
      height: 260px; } }

/*End Gallery Banner*/
/*Gallery Content */
.ma-gallery-grid-full-width .ma-btn-more {
  margin: 60px 0; }

.ma-gallery-grid-full-width .ma-item-caption {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }

.ma-iso-nav {
  margin-top: 60px;
  margin-bottom: 60px;
  text-align: center; }
  .ma-iso-nav ul {
    padding: 0px;
    margin: 0px; }
    .ma-iso-nav ul li {
      list-style-type: none;
      display: inline-block;
      padding: 10px 45px;
      padding-left: 0px;
      cursor: pointer;
      -webkit-transition: all .5s ease;
      -moz-transition: all .5s ease;
      -ms-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease;
       
      font-size: 16px;
      font-weight: bold;
      line-height: 1.88;
      text-align: center;
      color: #333333; }
      @media screen and (max-width: 767px) {
        .ma-iso-nav ul li {
          padding-right: 26px;
          font-size: 14px; } }
      .ma-iso-nav ul li.active {
        color: #f57f20; }
      .ma-iso-nav ul li:hover {
        color: #f57f20; }

.ma-iso-nav {
  margin-top: 60px;
  margin-bottom: 60px;
  text-align: center; }
  .ma-iso-nav ul {
    padding: 0px;
    margin: 0px; }
    .ma-iso-nav ul li {
      list-style-type: none;
      display: inline-block;
      padding: 10px 45px;
      padding-left: 0px;
      cursor: pointer;
      -webkit-transition: all .5s ease;
      -moz-transition: all .5s ease;
      -ms-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease;
       
      font-size: 16px;
      font-weight: bold;
      line-height: 1.88;
      text-align: center;
      color: #333333; }
      @media screen and (max-width: 767px) {
        .ma-iso-nav ul li {
          padding-right: 26px;
          font-size: 14px; } }
      .ma-iso-nav ul li.active {
        color: #f57f20; }
      .ma-iso-nav ul li:hover {
        color: #f57f20; }

.ma-main-iso {
  position: relative; }
  @media screen and (max-width: 767px) {
    .ma-main-iso .item {
      width: 100%; } }
  .ma-main-iso .item .ma-item-img {
    z-index: 2;
    overflow: hidden;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .ma-main-iso .item .ma-item-img img {
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
      width: 100%; }
    @media screen and (min-width: 992px) {
      .ma-main-iso .item .ma-item-img:hover {
        cursor: pointer; }
        .ma-main-iso .item .ma-item-img:hover img {
          -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
          transform: scale(1.1);
          -webkit-transition: all 0.5s;
          -o-transition: all 0.5s;
          transition: all 0.5s; }
        .ma-main-iso .item .ma-item-img:hover .ma-item-caption {
          opacity: 1; }
          .ma-main-iso .item .ma-item-img:hover .ma-item-caption .featured-slider-overlay {
            opacity: 1;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s; }
          .ma-main-iso .item .ma-item-img:hover .ma-item-caption .ma-item-caption-text {
            opacity: 1;
            -webkit-transition: all 0.7s;
            -o-transition: all 0.7s;
            transition: all 0.7s; } }
    .ma-main-iso .item .ma-item-img .ma-item-caption {
      position: absolute;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      opacity: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
    .ma-main-iso .item .ma-item-img .ma-item-caption-text {
      position: relative;
      opacity: 0;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
      .ma-main-iso .item .ma-item-img .ma-item-caption-text h2 {
         
        font-size: 30px;
        font-weight: bold;
        line-height: 1;
        text-align: center;
        color: #ffffff;
        z-index: 2; }
      .ma-main-iso .item .ma-item-img .ma-item-caption-text h4 {
         
        font-size: 14px;
        font-weight: 500;
        line-height: 2.14;
        text-align: center;
        color: #ffffff;
        z-index: 2; }

.ma-main-iso {
  position: relative; }
  @media screen and (max-width: 767px) {
    .ma-main-iso .item {
      width: 100%; } }
  .ma-main-iso .item .ma-item-img {
    z-index: 2;
    overflow: hidden;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .ma-main-iso .item .ma-item-img img {
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
      width: 100%;
      height: auto; }
    @media screen and (min-width: 992px) {
      .ma-main-iso .item .ma-item-img:hover {
        cursor: pointer; }
        .ma-main-iso .item .ma-item-img:hover img {
          -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
          transform: scale(1.1);
          -webkit-transition: all 0.5s;
          -o-transition: all 0.5s;
          transition: all 0.5s; }
        .ma-main-iso .item .ma-item-img:hover .ma-item-caption {
          opacity: 1; }
          .ma-main-iso .item .ma-item-img:hover .ma-item-caption .featured-slider-overlay {
            opacity: 1;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s; }
          .ma-main-iso .item .ma-item-img:hover .ma-item-caption .ma-item-caption-text {
            opacity: 1;
            -webkit-transition: all 0.7s;
            -o-transition: all 0.7s;
            transition: all 0.7s; } }
    .ma-main-iso .item .ma-item-img .ma-item-caption-text {
      position: relative;
      opacity: 0;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
      .ma-main-iso .item .ma-item-img .ma-item-caption-text h2 {
         
        font-size: 30px;
        font-weight: bold;
        line-height: 1;
        text-align: center;
        color: #ffffff;
        z-index: 2; }
      .ma-main-iso .item .ma-item-img .ma-item-caption-text h4 {
         
        font-size: 14px;
        font-weight: 500;
        line-height: 2.14;
        text-align: center;
        color: #ffffff;
        z-index: 2; }

/*End Gallery Content */
/*Gallery masonry full width*/
.ma-gallery-masonry-full-width .ma-btn-more {
  margin: 60px 0; }

.grid:after {
  content: '';
  display: block;
  clear: both; }

.grid-sizer,
.grid-item {
  width: 33.333%;
  overflow: hidden; }
  .grid-sizer img,
  .grid-item img {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
  @media screen and (max-width: 991px) {
    .grid-sizer,
    .grid-item {
      width: 100%; }
      .grid-sizer img,
      .grid-item img {
        width: 100%;
        height: auto;
        overflow: hidden; } }
  .grid-sizer a:before,
  .grid-item a:before {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 20px;
    bottom: 20px;
    content: '';
    opacity: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 5;
    border-top-left-radius: 30%;
    border-bottom-right-radius: 30%; }

.grid-item {
  float: left;
  border: 1px solid #fff; }
  .grid-item:hover img {
    overflow: hidden;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
  .grid-item:hover .ma-item-caption .ma-item-caption-text {
    opacity: 1;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
  .grid-item:hover a:before {
    opacity: 1;
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s; }
  .grid-item .ma-item-caption {
    position: absolute;
    z-index: 5;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .grid-item .ma-item-caption .ma-item-caption-text {
      position: relative;
      opacity: 0;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
      .grid-item .ma-item-caption .ma-item-caption-text h2 {
         
        font-size: 30px;
        font-weight: bold;
        line-height: 1;
        text-align: center;
        color: #ffffff;
        z-index: 2; }
      .grid-item .ma-item-caption .ma-item-caption-text h4 {
         
        font-size: 14px;
        font-weight: 500;
        line-height: 2.14;
        text-align: center;
        color: #ffffff;
        z-index: 2; }

.grid-item img {
  display: block;
  max-width: 100%; }

/* end Gallery masonry full width*/
/*Gallery grid*/
.ma-gallery-grid .ma-btn-more {
  margin-top: 30px;
  margin-bottom: 60px; }

.ma-gallery-grid .item {
  margin-bottom: 30px; }
  .ma-gallery-grid .item .ma-item-img {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .ma-gallery-grid .item .ma-item-img:hover .ma-item-caption {
      opacity: 1; }
      .ma-gallery-grid .item .ma-item-img:hover .ma-item-caption .ma-item-caption-text {
        opacity: 1;
        -webkit-transition: all 0.7s;
        -o-transition: all 0.7s;
        transition: all 0.7s; }
    .ma-gallery-grid .item .ma-item-img img {
      width: 100%; }
    .ma-gallery-grid .item .ma-item-img .ma-item-caption {
      position: absolute;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      opacity: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
      .ma-gallery-grid .item .ma-item-img .ma-item-caption .ma-item-caption-text {
        position: relative;
        opacity: 0;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
        .ma-gallery-grid .item .ma-item-img .ma-item-caption .ma-item-caption-text h2 {
           
          font-size: 30px;
          font-weight: bold;
          line-height: 1;
          text-align: center;
          color: #ffffff;
          z-index: 2; }
        .ma-gallery-grid .item .ma-item-img .ma-item-caption .ma-item-caption-text h4 {
           
          font-size: 14px;
          font-weight: 500;
          line-height: 2.14;
          text-align: center;
          color: #ffffff;
          z-index: 2; }

/*End Gallery grid*/
/*Contact us get in touch*/
.ma-contact-us .ma-gallery-grid-full-banner .ma-about-banner .ma-about-banner-destop .ma-banner-img {
  background-size: cover;
  background-position: center center;
  height: 393px;
  width: 100%; }
  @media screen and (max-width: 991px) {
    .ma-contact-us .ma-gallery-grid-full-banner .ma-about-banner .ma-about-banner-destop .ma-banner-img {
      height: 260px; } }

.ma-contact-us .map {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%); }

.ma-contact-us-map iframe {
  width: 100%;
  min-height: 585px; }

.ma-contact-us-info {
  background: #f9f9f9;
  background-size: cover;
  padding-top: 45px;
  padding-bottom: 66px;
  padding-left: 75px;
  padding-right: 192px; }
  @media screen and (max-width: 767px) {
    .ma-contact-us-info {
      padding-top: 60px;
      padding-bottom: 60px;
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (min-width: 992px) and (max-width: 1199px) {
    .ma-contact-us-info {
      padding-top: 60px;
      padding-bottom: 60px;
      padding-left: 20px;
      padding-right: 20px; } }
  .ma-contact-us-info .ma-contact-us-info-header h3 {
     
    font-size: 14px;
    font-weight: bold;
    line-height: 2.14;
    letter-spacing: 2.8px;
    text-align: left;
    color: #f57f20;
    margin: 0px; }
  .ma-contact-us-info .ma-contact-us-info-header h2 {
     
    font-size: 48px;
    font-weight: bold;
    text-align: left;
    color: #333;
    margin-top: 4px;
    margin-bottom: 29px; }
  .ma-contact-us-info .ma-contact-us-info-header .ma-contact-border {
    width: 40px;
    height: 3px;
    background-color: #f57f20;
    margin-bottom: 60px; }
  .ma-contact-us-info .ma-contact-us-info-text ul {
    margin: 0px;
    padding: 0px; }
    .ma-contact-us-info .ma-contact-us-info-text ul li {
      list-style-type: none;
      position: relative;
      margin-bottom: 40px; }
      .ma-contact-us-info .ma-contact-us-info-text ul li .ma-contact-us-info-text-icon {
        position: absolute;
        left: 0px;
        top: 10px; }
        .ma-contact-us-info .ma-contact-us-info-text ul li .ma-contact-us-info-text-icon span {
          font-family: themify;
          font-size: 48px;
          line-height: 0.63;
          text-align: left;
          color: #f57f20; }
      .ma-contact-us-info .ma-contact-us-info-text ul li .ma-contact-us-info-text-right {
        padding-left: 60px; }
        .ma-contact-us-info .ma-contact-us-info-text ul li .ma-contact-us-info-text-right h4 {
           
          font-size: 14px;
          font-weight: 800;
          line-height: 1.86;
          text-align: left;
          color: #333;
          margin: 0px; }
        .ma-contact-us-info .ma-contact-us-info-text ul li .ma-contact-us-info-text-right p {
           
          font-size: 14px;
          line-height: 1.86;
          text-align: left;
          font-weight: 500;
          color: #666;
          margin: 0px; }

/*End Contact us get in touch*/
/*Contact form*/
.ma-contact-us {
  padding-bottom: 100px; }
  @media screen and (max-width: 991px) {
    .ma-contact-us {
      padding-bottom: 60px; } }

.ma-contact-form {
  padding-bottom: 100px; }
  .ma-contact-form .ma-contact-form-info-header h3 {
     
    font-size: 14px;
    font-weight: bold;
    line-height: 2.14;
    letter-spacing: 2.8px;
    text-align: center;
    color: #f57f20; }
  .ma-contact-form .ma-contact-form-info-header h2 {
     
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    color: #333333;
    margin: 0; }
  .ma-contact-form .ma-contact-form-info-header .ma-contact-border {
    width: 40px;
    height: 3px;
    background-color: #f57f20;
    margin: 0 auto;
    margin-top: 38px;
    margin-bottom: 100px; }
  .ma-contact-form .ma-contact-form-info-body input {
    height: 50px; }
  .ma-contact-form .ma-contact-form-info-body textarea {
    height: 200px; }
  .ma-contact-form .ma-contact-form-info-body .form-control {
    border-radius: 0px;
    margin-bottom: 30px; }
    .ma-contact-form .ma-contact-form-info-body .form-control:focus {
      border-color: rgba(176, 145, 79, 0.45);
      outline: 0;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(176, 145, 79, 0.6);
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(176, 145, 79, 0.6); }
  .ma-contact-form .ma-contact-form-info-body .btn {
    background: none;
    border-top: 2px solid #333333;
    border-bottom: 2px solid #333333;
    border-radius: 0px;
     
    font-size: 13px;
    font-weight: bold;
    line-height: 2.31;
    text-align: center;
    color: #333333;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    .ma-contact-form .ma-contact-form-info-body .btn:hover {
      color: #f57f20;
      border-top: 2px solid #f57f20;
      border-bottom: 2px solid #f57f20;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
  .ma-contact-form .ma-contact-form-info-body .ma-btn-send {
    margin: 0 auto;
    text-align: center;
    width: 75px; }

/*End Contact form*/
/*404 page*/
.ma-404page .ma-gallery-grid-full-banner .ma-about-banner .ma-about-banner-destop .ma-banner-img {
  background-size: cover;
  background: url("../images/02_08_404page/background.jpg") no-repeat !important;
  background-size: cover;
  background-position: center center;
  height: 393px;
  width: 100%; }
  @media screen and (max-width: 991px) {
    .ma-404page .ma-gallery-grid-full-banner .ma-about-banner .ma-about-banner-destop .ma-banner-img {
      height: 260px; } }

.ma-404page .ma-404page-content {
  padding: 100px 0; }
  @media screen and (max-width: 991px) {
    .ma-404page .ma-404page-content {
      padding: 60px 0; } }
  .ma-404page .ma-404page-content h2 {
     
    font-size: 60px;
    font-weight: bold;
    text-align: center;
    color: #333333; }
    @media screen and (max-width: 767px) {
      .ma-404page .ma-404page-content h2 {
        font-size: 36px; } }
  .ma-404page .ma-404page-content p {
     
    font-size: 16px;
    font-weight: 500;
    line-height: 1.88;
    text-align: center;
    color: #666666;
    margin-top: 29px;
    margin-bottom: 80px; }
    .ma-404page .ma-404page-content p a {
      color: #f57f20;
      text-decoration: none; }
  .ma-404page .ma-404page-content img {
    margin: 0 auto; }

/*End 404 page*/
/*Comming soon*/
.ma-coming-soon {
  position: absolute;
  height: 100%;
  width: 100%;
  background: url("../images/02_09_coming_soon/background.jpg") no-repeat;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 141px; }
  @media screen and (max-width: 991px) {
    .ma-coming-soon {
      padding: 80px 0; } }
  .ma-coming-soon .ma-coming-soon-logo {
    margin-bottom: 80px; }
    @media screen and (max-width: 991px) {
      .ma-coming-soon .ma-coming-soon-logo {
        margin-bottom: 60px; } }
    .ma-coming-soon .ma-coming-soon-logo img {
      margin: 0 auto; }
  .ma-coming-soon .ma-coming-soon-content h2 {
     
    font-size: 60px;
    font-weight: bold;
    text-align: center;
    color: #ffffff; }
    @media screen and (max-width: 991px) {
      .ma-coming-soon .ma-coming-soon-content h2 {
        font-size: 36px; } }
  .ma-coming-soon .ma-coming-soon-content p {
     
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    color: #ffffff; }
    @media screen and (max-width: 991px) {
      .ma-coming-soon .ma-coming-soon-content p {
        font-size: 20px; } }
  .ma-coming-soon .ma-coming-soon-content .ma-coming-soon-countdown {
    font-family: 'UTMBebas', serif; }
    .ma-coming-soon .ma-coming-soon-content .ma-coming-soon-countdown .countdown-section {
      display: inline-block;
      text-align: center;
      margin: 40px 40px;
      margin-left: 0px;
      border: 1px solid white;
      width: 100%;
      height: 200px; }
      @media screen and (max-width: 767px) {
        .ma-coming-soon .ma-coming-soon-content .ma-coming-soon-countdown .countdown-section {
          margin-right: 20px;
          height: 140px;
          margin-top: 20px;
          margin-bottom: 20px; } }
      @media screen and (max-width: 313px) {
        .ma-coming-soon .ma-coming-soon-content .ma-coming-soon-countdown .countdown-section {
          margin-right: 4px; } }
      .ma-coming-soon .ma-coming-soon-content .ma-coming-soon-countdown .countdown-section .count-amount {
         
        font-size: 80px;
        font-weight: bold;
        text-align: center;
        color: #ffffff;
        overflow: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        @media screen and (max-width: 767px) {
          .ma-coming-soon .ma-coming-soon-content .ma-coming-soon-countdown .countdown-section .count-amount {
            font-size: 60px; } }
      .ma-coming-soon .ma-coming-soon-content .ma-coming-soon-countdown .countdown-section .countdown-period {
         
        font-size: 24px;
        font-weight: bold;
        line-height: 1.25;
        text-align: center;
        color: #ffffff; }
        @media screen and (max-width: 991px) {
          .ma-coming-soon .ma-coming-soon-content .ma-coming-soon-countdown .countdown-section .countdown-period {
            font-size: 18px;
            font-weight: normal; } }
      .ma-coming-soon .ma-coming-soon-content .ma-coming-soon-countdown .countdown-section:last-child {
        margin-right: 0px; }
  .ma-coming-soon .ma-coming-soon-content #counter {
    color: #fff;
    margin: 18px auto 0; }
  .ma-coming-soon .ma-coming-soon-content .cf:before {
    content: " ";
    display: table; }
  .ma-coming-soon .ma-coming-soon-content .cf:after {
    clear: both; }
  .ma-coming-soon .ma-coming-soon-content .cf span {
    font: 70px/1em 'merriweather-bold', serif;
    display: block;
    min-width: 17%;
    float: left;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5); }
  .ma-coming-soon .ma-coming-soon-content span:first-child {
    border-left: none; }
  .ma-coming-soon .ma-coming-soon-content span em {
    font-size: 14px;
    font-family: 'Open Sans', serif;
    font-weight: bold;
    letter-spacing: 1.5px;
    display: block;
    font-style: normal;
    padding-left: 14px; }
  .ma-coming-soon .ma-coming-soon-content .ma-coming-soon-email {
    margin: 60px 0; }
    .ma-coming-soon .ma-coming-soon-content .ma-coming-soon-email .input-group {
       
      font-size: 14px;
      font-weight: 500;
      line-height: 2.14;
      text-align: left;
      color: #fff; }
    .ma-coming-soon .ma-coming-soon-content .ma-coming-soon-email .input-group-addon {
      color: #fff;
      border-radius: 0px;
      background: transparent; }
      .ma-coming-soon .ma-coming-soon-content .ma-coming-soon-email .input-group-addon:hover {
        color: #bf9e58; }
    .ma-coming-soon .ma-coming-soon-content .ma-coming-soon-email .form-control {
      border-right: 0;
      -webkit-box-shadow: 0 0 0;
      box-shadow: 0 0 0;
      border-color: #ccc;
      border-radius: 0;
      height: 50px;
      background-color: transparent; }
    .ma-coming-soon .ma-coming-soon-content .ma-coming-soon-email input {
      color: #fff; }
    .ma-coming-soon .ma-coming-soon-content .ma-coming-soon-email button {
      border: 0;
      background: transparent; }
  .ma-coming-soon .ma-coming-soon-content .ma-coming-soon-share {
    position: absolute;
    right: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .ma-coming-soon .ma-coming-soon-content .ma-coming-soon-share p a i {
      font-size: 16px;
      width: 35px;
      height: 35px;
      line-height: 35px;
      text-align: center;
      color: #999;
      border: 1px solid #999;
      border-radius: 50%;
      float: left;
      margin-right: 10px;
      margin-bottom: 5px;
      transition: all .5s ease 0s;
      -webkit-transition: all .5s ease 0s;
      -moz-transition: all .5s ease 0s;
      -ms-transition: all .5s ease 0s;
      -o-transition: all .5s ease 0s; }
      .ma-coming-soon .ma-coming-soon-content .ma-coming-soon-share p a i:hover {
        color: #fff;
        border: 1px solid #f57f20; }

/*End Comming soon*/
/*Pgae Search Results*/
.ma-search-results .site-header {
  background: #f9f9f9; }

.ma-search-results .ma-main-menu .wrapper-logo {
  padding-top: 20px; }

.ma-search-results .ui.selection.dropdown {
  background: transparent !important; }

.ma-search-results-header {
  background-color: #ffffff;
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }
  .ma-search-results-header h2 {
     
    font-size: 36px;
    font-weight: bold;
    text-align: left;
    color: #222222;
    margin: 0px;
    padding: 60px 0; }
    @media screen and (max-width: 767px) {
      .ma-search-results-header h2 {
        padding: 30px 0;
        font-size: 29px;
        line-height: 1.6; } }
    .ma-search-results-header h2 span {
      color: #f57f20; }

.ma-search-results-body {
  padding-top: 82px;
  padding-bottom: 100px;
  background: #f9f9f9; }
  .ma-search-results-body .ma-search-results-body-left .ma-search-left-item {
    margin-bottom: 30px;
    padding: 30px;
    background-color: #ffffff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    .ma-search-results-body .ma-search-results-body-left .ma-search-left-item h2 {
      margin: 0; }
      .ma-search-results-body .ma-search-results-body-left .ma-search-left-item h2 a {
         
        font-size: 24px;
        font-weight: bold;
        line-height: 1.25;
        text-align: left;
        color: #333333;
        margin: 0px;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s; }
        .ma-search-results-body .ma-search-results-body-left .ma-search-left-item h2 a:hover {
          color: #f57f20;
          -webkit-transition: all 0.4s;
          -o-transition: all 0.4s;
          transition: all 0.4s; }
    .ma-search-results-body .ma-search-results-body-left .ma-search-left-item .post-meta {
      margin-top: 17px;
      margin-bottom: 18px; }
      .ma-search-results-body .ma-search-results-body-left .ma-search-left-item .post-meta a {
         
        font-size: 14px;
        text-align: left;
        color: #7b7b7b;
        margin-right: 15px; }
        .ma-search-results-body .ma-search-results-body-left .ma-search-left-item .post-meta a i {
          font-family: FontAwesome;
          color: #f57f20; }
    .ma-search-results-body .ma-search-results-body-left .ma-search-left-item .post-description {
       
      font-size: 14px;
      line-height: 1.86;
      text-align: left;
      color: #7b7b7b; }
    .ma-search-results-body .ma-search-results-body-left .ma-search-left-item:hover {
      -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }

/*End Page Search results*/
/*Services Restaurent*/
.ma-restaurant {
  overflow: hidden; }
  .ma-restaurant .ma-gallery-grid-full-banner .ma-about-banner .ma-about-banner-destop .ma-banner-img {
    background: url("../images/03_01_restaurant/background.jpg") no-repeat !important;
    background-size: cover;
    background-position: center center;
    height: 393px;
    width: 100%; }
    @media screen and (max-width: 991px) {
      .ma-restaurant .ma-gallery-grid-full-banner .ma-about-banner .ma-about-banner-destop .ma-banner-img {
        height: 260px; } }

.ma-restaurant-content .ma-restaurant-header h3 {
   
  font-size: 14px;
  font-weight: bold;
  line-height: 2.14;
  letter-spacing: 2.8px;
  text-align: center;
  color: #f57f20;
  margin-bottom: 5px; }

.ma-restaurant-content .ma-restaurant-header h2 {
   
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  color: #333333;
  margin: 0; }

.ma-restaurant-content .ma-restaurant-header .ma-restaurant-border {
  width: 40px;
  height: 3px;
  background-color: #f57f20;
  margin: 0 auto;
  margin-top: 33px;
  margin-bottom: 59px; }

.ma-restaurant-content .ma-restaurant-time-for-meals {
  padding: 100px 0; }
  .ma-restaurant-content .ma-restaurant-time-for-meals .ma-restaurant-time-text {
    padding: 0 135px; }
    @media screen and (max-width: 991px) {
      .ma-restaurant-content .ma-restaurant-time-for-meals .ma-restaurant-time-text {
        padding: 0px 20px; } }
    .ma-restaurant-content .ma-restaurant-time-for-meals .ma-restaurant-time-text p {
       
      font-size: 14px;
      line-height: 2.14;
      text-align: center;
      color: #7b7b7b; }
  .ma-restaurant-content .ma-restaurant-time-for-meals .ma-restaurant-authour {
    margin-top: 37px;
    margin-bottom: 103px; }
    .ma-restaurant-content .ma-restaurant-time-for-meals .ma-restaurant-authour p {
       
      font-size: 14px;
      font-weight: bold;
      line-height: 2.14;
      text-align: center;
      color: #333333; }
      .ma-restaurant-content .ma-restaurant-time-for-meals .ma-restaurant-authour p a {
        color: #f57f20;
        text-decoration: none; }
  @media screen and (max-width: 991px) {
    .ma-restaurant-content .ma-restaurant-time-for-meals .ma-restaurant-delicious .ma-restaurant-item {
      margin-bottom: 50px; } }
  .ma-restaurant-content .ma-restaurant-time-for-meals .ma-restaurant-delicious .ma-restaurant-item .ma-restaurant-delicious-img {
    position: relative; }
    .ma-restaurant-content .ma-restaurant-time-for-meals .ma-restaurant-delicious .ma-restaurant-item .ma-restaurant-delicious-img img {
      width: 100%; }
    .ma-restaurant-content .ma-restaurant-time-for-meals .ma-restaurant-delicious .ma-restaurant-item .ma-restaurant-delicious-img .ma-restaurant-cap {
      position: absolute;
      bottom: 5px;
      right: 5px; }
      .ma-restaurant-content .ma-restaurant-time-for-meals .ma-restaurant-delicious .ma-restaurant-item .ma-restaurant-delicious-img .ma-restaurant-cap .ma-restaurant-cap-box {
        position: relative;
        width: 80px;
        height: 80px;
        overflow: hidden; }
        .ma-restaurant-content .ma-restaurant-time-for-meals .ma-restaurant-delicious .ma-restaurant-item .ma-restaurant-delicious-img .ma-restaurant-cap .ma-restaurant-cap-box .ma-box-cut {
          position: absolute;
          top: -27%;
          left: 88px;
          right: 0;
          bottom: 0;
          background: #fff;
          opacity: 1;
          -webkit-transition: all 0.5s;
          -o-transition: all 0.5s;
          transition: all 0.5s;
          content: '';
          width: 150%;
          height: 87%;
          -webkit-transform: rotate(-35deg);
          -ms-transform: rotate(-35deg);
          transform: rotate(-46deg) translateX(-94px) translateY(-24px); }
        .ma-restaurant-content .ma-restaurant-time-for-meals .ma-restaurant-delicious .ma-restaurant-item .ma-restaurant-delicious-img .ma-restaurant-cap .ma-restaurant-cap-box .ma-restaurant-cap-text {
           
          font-size: 14px;
          font-weight: 800;
          line-height: 1.29;
          text-align: center;
          position: absolute;
          bottom: 0;
          -webkit-transform: rotate(-45deg) translateX(28px) translateY(25px);
          -ms-transform: rotate(-45deg) translateX(28px) translateY(25px);
          transform: rotate(-45deg) translateX(28px) translateY(25px); }
          .ma-restaurant-content .ma-restaurant-time-for-meals .ma-restaurant-delicious .ma-restaurant-item .ma-restaurant-delicious-img .ma-restaurant-cap .ma-restaurant-cap-box .ma-restaurant-cap-text span a {
            color: #333333; }
      .ma-restaurant-content .ma-restaurant-time-for-meals .ma-restaurant-delicious .ma-restaurant-item .ma-restaurant-delicious-img .ma-restaurant-cap:hover .ma-box-cut {
        background: #f57f20; }
      .ma-restaurant-content .ma-restaurant-time-for-meals .ma-restaurant-delicious .ma-restaurant-item .ma-restaurant-delicious-img .ma-restaurant-cap:hover .ma-restaurant-cap-text span a {
        color: #fff; }
  .ma-restaurant-content .ma-restaurant-time-for-meals .ma-restaurant-delicious .ma-restaurant-item .ma-restaurant-delicious-info {
    text-align: center; }
    .ma-restaurant-content .ma-restaurant-time-for-meals .ma-restaurant-delicious .ma-restaurant-item .ma-restaurant-delicious-info h2 {
      margin: 0; }
      .ma-restaurant-content .ma-restaurant-time-for-meals .ma-restaurant-delicious .ma-restaurant-item .ma-restaurant-delicious-info h2 a {
         
        font-size: 30px;
        font-weight: bold;
        line-height: 1.71;
        text-align: center;
        color: #333333;
        text-decoration: none; }
    .ma-restaurant-content .ma-restaurant-time-for-meals .ma-restaurant-delicious .ma-restaurant-item .ma-restaurant-delicious-info .time {
       
      font-size: 14px;
      line-height: 0.8;
      color: #f57f20;
      text-align: center; }

.ma-restaurant-content .ma-restaurant-everymeal-week {
  background-size: cover;
  padding: 148px 0;
  background-attachment: fixed; }
  @media screen and (max-width: 991px) {
    .ma-restaurant-content .ma-restaurant-everymeal-week {
      padding: 148px 20px; } }
  .ma-restaurant-content .ma-restaurant-everymeal-week .ma-restaurant-everymeal-week-icon img {
    margin: 0 auto; }
  .ma-restaurant-content .ma-restaurant-everymeal-week h3 {
     
    font-size: 18px;
    font-weight: bold;
    line-height: 1.67;
    text-align: center;
    color: #ffffff;
    margin-top: 60px;
    margin-bottom: 25px; }
  .ma-restaurant-content .ma-restaurant-everymeal-week h1 {
     
    font-size: 100px;
    font-weight: 900;
    text-align: center;
    color: #ffffff; }
    @media screen and (max-width: 991px) {
      .ma-restaurant-content .ma-restaurant-everymeal-week h1 {
        font-size: 36px; } }
  .ma-restaurant-content .ma-restaurant-everymeal-week p {
     
    font-size: 24px;
    font-weight: bold;
    line-height: 1.25;
    letter-spacing: 28.8px;
    text-align: center;
    color: #ffffff;
    margin-top: 60px;
    margin-bottom: 50px;
    position: relative; }
    @media screen and (max-width: 991px) {
      .ma-restaurant-content .ma-restaurant-everymeal-week p {
        font-size: 14px;
        letter-spacing: 16.8px;
        margin-top: 40px; } }
    .ma-restaurant-content .ma-restaurant-everymeal-week p .line-1 {
      width: 325px;
      height: 2px;
      background-color: #ffffff;
      position: absolute;
      margin-bottom: 5px; }
      @media screen and (max-width: 991px) {
        .ma-restaurant-content .ma-restaurant-everymeal-week p .line-1 {
          width: 180px; } }
      @media screen and (max-width: 767px) {
        .ma-restaurant-content .ma-restaurant-everymeal-week p .line-1 {
          display: none; } }
    .ma-restaurant-content .ma-restaurant-everymeal-week p .line-2 {
      width: 325px;
      height: 2px;
      background-color: #ffffff;
      position: absolute;
      margin-top: 5px;
      bottom: 0;
      left: 34.4%; }
      @media screen and (max-width: 991px) {
        .ma-restaurant-content .ma-restaurant-everymeal-week p .line-2 {
          width: 180px; } }
      @media screen and (max-width: 991px) and (min-width: 768px) {
        .ma-restaurant-content .ma-restaurant-everymeal-week p .line-2 {
          left: 36.4%; } }
      @media screen and (max-width: 767px) {
        .ma-restaurant-content .ma-restaurant-everymeal-week p .line-2 {
          display: none; } }
      @media screen and (max-width: 1199px) and (min-width: 992px) {
        .ma-restaurant-content .ma-restaurant-everymeal-week p .line-2 {
          left: 32.4%; } }
  .ma-restaurant-content .ma-restaurant-everymeal-week h4 {
     
    font-size: 100px;
    font-weight: 900;
    line-height: 0.3;
    text-align: center;
    color: #ffffff; }

@media screen and (max-width: 991px) {
  .ma-restaurant-content .ma-restaurant-item-info {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px; } }

.ma-restaurant-content .ma-restaurant-about {
  padding-top: 100px;
  padding-bottom: 40px; }
  .ma-restaurant-content .ma-restaurant-about .ma-restaurant-item-about {
    margin-bottom: 60px; }
  .ma-restaurant-content .ma-restaurant-about img {
    width: 100%; }
  .ma-restaurant-content .ma-restaurant-about .ma-restaurant-about-item h4 {
     
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 2.4px;
    text-align: left;
    color: #f57f20;
    margin: 0px; }
  .ma-restaurant-content .ma-restaurant-about .ma-restaurant-about-item h3 {
     
    font-size: 24px;
    font-weight: bold;
    line-height: 1.25;
    text-align: left;
    color: #333333;
    margin-top: 11px;
    margin-bottom: 30px; }
  .ma-restaurant-content .ma-restaurant-about .ma-restaurant-about-item p {
     
    font-size: 14px;
    line-height: 2.14;
    text-align: left;
    color: #7b7b7b; }

/*End Services Restaurent*/
/*Services spa*/
.ma-spa .ma-gallery-grid-full-banner .ma-about-banner .ma-about-banner-destop .ma-banner-img {
  background: url("../images/03_02_spa/background.jpg") no-repeat !important;
  background-size: cover;
  background-position: center center;
  height: 393px;
  width: 100%; }
  @media screen and (max-width: 991px) {
    .ma-spa .ma-gallery-grid-full-banner .ma-about-banner .ma-about-banner-destop .ma-banner-img {
      height: 260px; } }

.ma-spa .ma-spa-header h3 {
   
  font-size: 14px;
  font-weight: bold;
  line-height: 2.14;
  letter-spacing: 2.8px;
  text-align: center;
  color: #f57f20;
  margin: 0; }

.ma-spa .ma-spa-header h2 {
   
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  color: #333333;
  margin: 0; }

.ma-spa .ma-spa-header .ma-spa-border {
  width: 40px;
  height: 3px;
  background-color: #f57f20;
  margin: 0 auto;
  margin-top: 38px;
  margin-bottom: 59px; }

.ma-spa .ma-massage-spa {
  padding: 100px 0; }
  .ma-spa .ma-massage-spa .ma-spa-text {
    padding: 0 135px; }
    @media screen and (max-width: 991px) {
      .ma-spa .ma-massage-spa .ma-spa-text {
        padding: 0 20px; } }
    .ma-spa .ma-massage-spa .ma-spa-text p {
       
      font-size: 14px;
      line-height: 2.14;
      text-align: center;
      color: #7b7b7b; }
  .ma-spa .ma-massage-spa .ma-spa-authour {
    margin-top: 37px;
    margin-bottom: 100px; }
    .ma-spa .ma-massage-spa .ma-spa-authour p {
       
      font-size: 14px;
      font-weight: bold;
      line-height: 2.14;
      text-align: center;
      color: #333333; }
      .ma-spa .ma-massage-spa .ma-spa-authour p a {
        color: #f57f20;
        text-decoration: none; }
  .ma-spa .ma-massage-spa .ma-spa-slider {
    position: relative; }
    .ma-spa .ma-massage-spa .ma-spa-slider .owl-nav {
      display: block !important;
      position: absolute;
      top: 0px;
      left: 0px;
      right: 0px;
      bottom: 0px; }
      .ma-spa .ma-massage-spa .ma-spa-slider .owl-nav .owl-prev {
        position: absolute;
        left: 39px !important;
        top: 50% !important;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        background: transparent;
        border-radius: 50px;
        padding: 0px; }
        @media screen and (max-width: 991px) {
          .ma-spa .ma-massage-spa .ma-spa-slider .owl-nav .owl-prev {
            left: 0 !important; } }
        .ma-spa .ma-massage-spa .ma-spa-slider .owl-nav .owl-prev:after {
          content: "\f053";
          display: block;
          color: #fff !important;
          font-family: FontAwesome;
          font-size: 30px;
          padding: 9px;
          line-height: 0.87;
          text-align: left;
          color: rgba(255, 255, 255, 0.2);
          -webkit-transition: all 0.5s;
          -o-transition: all 0.5s;
          transition: all 0.5s; }
      .ma-spa .ma-massage-spa .ma-spa-slider .owl-nav .owl-next {
        background: white;
        border-radius: 50px;
        position: absolute;
        right: 39px !important;
        top: 50% !important;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #fff;
        padding: 0px;
        background: transparent; }
        @media screen and (max-width: 991px) {
          .ma-spa .ma-massage-spa .ma-spa-slider .owl-nav .owl-next {
            right: 0 !important; } }
        .ma-spa .ma-massage-spa .ma-spa-slider .owl-nav .owl-next:after {
          content: "\f054";
          display: block;
          color: #fff !important;
          font-family: FontAwesome;
          font-size: 30px;
          padding: 9px;
          line-height: 0.87;
          text-align: left;
          color: rgba(255, 255, 255, 0.2);
          -webkit-transition: all 0.5s;
          -o-transition: all 0.5s;
          transition: all 0.5s; }
    .ma-spa .ma-massage-spa .ma-spa-slider .owl-dots {
      position: absolute;
      bottom: 30px;
      right: 0;
      left: 0; }
      @media screen and (max-width: 991px) {
        .ma-spa .ma-massage-spa .ma-spa-slider .owl-dots {
          bottom: 10px; } }

@media screen and (max-width: 991px) {
  .ma-spa .ma-spa-our-service-info {
    padding: 50px 20px;
    padding-bottom: 0px; } }

.ma-spa .ma-spa-special-promotion {
  background-size: cover;
  padding: 152px 0;
  background-attachment: fixed; }
  .ma-spa .ma-spa-special-promotion .ma-spa-special-promotion-icon img {
    margin: 0 auto; }
  .ma-spa .ma-spa-special-promotion h4 {
     
    font-size: 18px;
    font-weight: bold;
    line-height: 1.67;
    text-align: center;
    color: #ffffff;
    margin-top: 58px;
    margin-bottom: 18px; }
  .ma-spa .ma-spa-special-promotion h1 {
     
    font-size: 100px;
    font-weight: 900;
    text-align: center;
    color: #ffffff; }
    @media screen and (max-width: 991px) {
      .ma-spa .ma-spa-special-promotion h1 {
        font-size: 36px; } }
  .ma-spa .ma-spa-special-promotion p {
     
    font-size: 18px;
    line-height: 1.67;
    text-align: center;
    color: #ffffff;
    margin-top: 30px;
    margin-bottom: 55px; }
  .ma-spa .ma-spa-special-promotion h3 {
    text-align: center; }
    .ma-spa .ma-spa-special-promotion h3 a {
       
      font-size: 13px;
      font-weight: bold;
      line-height: 2.31;
      color: #ffffff;
      padding: 12px 43px;
      border: 1px solid #fff;
      text-decoration: none;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
      .ma-spa .ma-spa-special-promotion h3 a:hover {
        background: #f57f20;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        color: #fff; }

.ma-spa .ma-spa-our-services {
  padding-top: 100px;
  padding-bottom: 140px; }
  .ma-spa .ma-spa-our-services .ma-spa-our-service-content .ma-spa-our-service-item {
    margin-bottom: 60px; }
    .ma-spa .ma-spa-our-services .ma-spa-our-service-content .ma-spa-our-service-item img {
      width: 100%; }
    .ma-spa .ma-spa-our-services .ma-spa-our-service-content .ma-spa-our-service-item h4 {
       
      font-size: 12px;
      font-weight: bold;
      letter-spacing: 2.4px;
      text-align: left;
      color: #f57f20;
      margin: 0px; }
    .ma-spa .ma-spa-our-services .ma-spa-our-service-content .ma-spa-our-service-item h2 {
       
      font-size: 24px;
      font-weight: bold;
      line-height: 1.25;
      text-align: left;
      color: #333333;
      margin-top: 11px;
      margin-bottom: 25px; }
    .ma-spa .ma-spa-our-services .ma-spa-our-service-content .ma-spa-our-service-item p {
       
      font-size: 14px;
      line-height: 2.14;
      text-align: left;
      color: #7b7b7b;
      margin: 0px; }
    .ma-spa .ma-spa-our-services .ma-spa-our-service-content .ma-spa-our-service-item h5 {
       
      font-size: 40px;
      font-weight: bold;
      text-align: left;
      color: #f57f20;
      margin-top: 39px;
      margin-bottom: 30px; }
      .ma-spa .ma-spa-our-services .ma-spa-our-service-content .ma-spa-our-service-item h5 span {
        font-size: 14px;
        line-height: 0.75; }
    .ma-spa .ma-spa-our-services .ma-spa-our-service-content .ma-spa-our-service-item h3 a {
       
      font-size: 13px;
      font-weight: bold;
      line-height: 2.31;
      text-align: center;
      color: #f57f20;
      text-decoration: none;
      padding: 12px 33px;
      border: 1px solid #f57f20;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
      .ma-spa .ma-spa-our-services .ma-spa-our-service-content .ma-spa-our-service-item h3 a:hover {
        background: #f57f20;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        color: #fff; }

/*End Services spa*/
/*Services gym*/
.ma-gym .ma-gallery-grid-full-banner .ma-about-banner .ma-about-banner-destop .ma-banner-img {
  background: url("../images/03_03_gym/background.jpg") no-repeat !important;
  background-size: cover;
  background-position: center center;
  height: 393px;
  width: 100%; }
  @media screen and (max-width: 911px) {
    .ma-gym .ma-gallery-grid-full-banner .ma-about-banner .ma-about-banner-destop .ma-banner-img {
      height: 260px; } }

.ma-gym .ma-gym-header h3 {
   
  font-size: 14px;
  font-weight: bold;
  line-height: 2.14;
  letter-spacing: 2.8px;
  text-align: center;
  color: #f57f20; }

.ma-gym .ma-gym-header h2 {
   
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  color: #333333;
  margin: 0; }

.ma-gym .ma-gym-header .ma-gym-border {
  width: 40px;
  height: 3px;
  background-color: #f57f20;
  margin: 0 auto;
  margin-top: 38px;
  margin-bottom: 59px; }

.ma-gym .ma-gym-welcome-to {
  padding: 100px 0; }
  .ma-gym .ma-gym-welcome-to .ma-gym-text {
    padding: 0 135px; }
    @media screen and (max-width: 991px) {
      .ma-gym .ma-gym-welcome-to .ma-gym-text {
        padding: 0px 20px; } }
    .ma-gym .ma-gym-welcome-to .ma-gym-text p {
       
      font-size: 14px;
      line-height: 2.14;
      text-align: center;
      color: #7b7b7b; }
  .ma-gym .ma-gym-welcome-to .ma-gym-authour {
    margin-top: 19px; }
    .ma-gym .ma-gym-welcome-to .ma-gym-authour p {
       
      font-size: 14px;
      font-weight: bold;
      line-height: 2.14;
      text-align: center;
      color: #333333; }
      .ma-gym .ma-gym-welcome-to .ma-gym-authour p a {
        color: #f57f20;
        text-decoration: none; }
  .ma-gym .ma-gym-welcome-to .ma-gym-time {
    margin-top: 50px; }
    .ma-gym .ma-gym-welcome-to .ma-gym-time ul {
      margin: 0px;
      padding: 0px;
      text-align: center; }
      .ma-gym .ma-gym-welcome-to .ma-gym-time ul li {
        list-style-type: none;
        display: inline-block;
        padding: 0 115px;
        border-right: 1px solid #333333; }
        @media screen and (max-width: 991px) {
          .ma-gym .ma-gym-welcome-to .ma-gym-time ul li {
            padding: 0 24px; } }
        .ma-gym .ma-gym-welcome-to .ma-gym-time ul li:last-child {
          border-right: none; }
        .ma-gym .ma-gym-welcome-to .ma-gym-time ul li p {
           
          font-size: 24px;
          font-weight: bold;
          line-height: 1.25;
          text-align: center;
          color: #333333;
          margin-bottom: 5px; }
          @media screen and (max-width: 374px) and (min-width: 320px) {
            .ma-gym .ma-gym-welcome-to .ma-gym-time ul li p {
              font-size: 20px; } }
        .ma-gym .ma-gym-welcome-to .ma-gym-time ul li .time {
           
          font-size: 14px;
          font-weight: bold;
          line-height: 2.14;
          text-align: center;
          color: #7b7b7b; }

.ma-gym .ma-gym-fitness {
  background-size: cover;
  padding: 187px 0;
  background-attachment: fixed; }
  .ma-gym .ma-gym-fitness img {
    margin: 0 auto; }
  .ma-gym .ma-gym-fitness h3 {
     
    font-size: 18px;
    font-weight: bold;
    line-height: 1.67;
    text-align: center;
    color: #ffffff;
    margin-top: 43px;
    margin-bottom: 38px; }
  .ma-gym .ma-gym-fitness h2 {
     
    font-size: 80px;
    font-weight: 900;
    text-align: center;
    color: #ffffff; }
    @media screen and (max-width: 991px) {
      .ma-gym .ma-gym-fitness h2 {
        font-size: 36px; } }
  .ma-gym .ma-gym-fitness h4 {
     
    font-size: 18px;
    line-height: 1.67;
    text-align: center;
    color: #ffffff;
    margin-top: 50px; }

.ma-gym .ma-gym-meet-our-trainer {
  background: #f9f9f9;
  padding: 100px 0px; }
  .ma-gym .ma-gym-meet-our-trainer .ma-gym-meet-our-trainner-item {
    position: relative;
    overflow: hidden; }
    .ma-gym .ma-gym-meet-our-trainer .ma-gym-meet-our-trainner-item .ma-gym-trainer-item-img {
      position: relative;
      overflow: hidden; }
      .ma-gym .ma-gym-meet-our-trainer .ma-gym-meet-our-trainner-item .ma-gym-trainer-item-img img {
        position: relative;
        width: 100%;
        height: auto;
        overflow: hidden;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
    .ma-gym .ma-gym-meet-our-trainer .ma-gym-meet-our-trainner-item .ma-gym-trainer-item-text {
      background-color: #ffffff;
      padding: 30px 0; }
      .ma-gym .ma-gym-meet-our-trainer .ma-gym-meet-our-trainner-item .ma-gym-trainer-item-text h2 {
        margin: 0px;
        text-align: center;
        padding-bottom: 16px; }
        .ma-gym .ma-gym-meet-our-trainer .ma-gym-meet-our-trainner-item .ma-gym-trainer-item-text h2 a {
           
          font-size: 22px;
          font-weight: bold;
          text-align: center;
          color: #333333;
          text-decoration: none;
          -webkit-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; }
      .ma-gym .ma-gym-meet-our-trainer .ma-gym-meet-our-trainner-item .ma-gym-trainer-item-text p {
         
        font-size: 14px;
        font-weight: 500;
        text-align: center;
        color: #7b7b7b;
        margin: 0px; }
    .ma-gym .ma-gym-meet-our-trainer .ma-gym-meet-our-trainner-item:hover {
      -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1); }
      .ma-gym .ma-gym-meet-our-trainer .ma-gym-meet-our-trainner-item:hover .ma-gym-trainer-item-img img {
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        overflow: hidden; }
      .ma-gym .ma-gym-meet-our-trainer .ma-gym-meet-our-trainner-item:hover .ma-gym-trainer-item-text h2 a {
        color: #f57f20;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }

/*End Services spa*/
/*Services events*/
.ma-events .ma-gallery-grid-full-banner .ma-about-banner .ma-about-banner-destop .ma-banner-img {
  background: url("../images/03_04_events/background.jpg") no-repeat !important;
  background-size: cover;
  background-position: center center;
  height: 393px;
  width: 100%; }
  @media screen and (max-width: 911px) {
    .ma-events .ma-gallery-grid-full-banner .ma-about-banner .ma-about-banner-destop .ma-banner-img {
      height: 260px; } }

.ma-events .ma-events-header h3 {
   
  font-size: 14px;
  font-weight: bold;
  line-height: 2.14;
  letter-spacing: 2.8px;
  text-align: center;
  color: #f57f20; }

.ma-events .ma-events-header h2 {
   
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  color: #333333;
  margin: 0; }

.ma-events .ma-events-header .ma-events-border {
  width: 40px;
  height: 3px;
  background-color: #f57f20;
  margin: 0 auto;
  margin-top: 23px;
  margin-bottom: 49px; }

.ma-events .ma-events-meetings {
  padding: 100px 0; }
  .ma-events .ma-events-meetings .ma-events-text {
    padding: 0 135px; }
    @media screen and (max-width: 991px) {
      .ma-events .ma-events-meetings .ma-events-text {
        padding: 0px; } }
    .ma-events .ma-events-meetings .ma-events-text p {
       
      font-size: 14px;
      line-height: 2.14;
      text-align: center;
      color: #7b7b7b; }
  .ma-events .ma-events-meetings .ma-events-authour p {
     
    font-size: 14px;
    font-weight: bold;
    line-height: 2.14;
    text-align: center;
    color: #333333; }
    .ma-events .ma-events-meetings .ma-events-authour p a {
      color: #f57f20;
      text-decoration: none; }

.ma-events .ma-events-weddings .ma-events-header h3 {
  text-align: left;
  margin: 0; }

.ma-events .ma-events-weddings .ma-events-header h2 {
  text-align: left; }

.ma-events .ma-events-weddings .ma-events-header .ma-events-border {
  margin: 0;
  margin-top: 23px;
  margin-bottom: 49px; }
  @media screen and (min-width: 1290px) and (max-width: 1534px) {
    .ma-events .ma-events-weddings .ma-events-header .ma-events-border {
      margin-top: 15px;
      margin-bottom: 20px; } }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .ma-events .ma-event-left {
    padding: 0 30px 30px 30px; } }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .ma-events .ma-event-left .ma-events-header h2 {
    font-size: 36px; } }

@media screen and (max-width: 991px) {
  .ma-events .ma-event-left {
    padding: 50px 20px; } }

@media screen and (min-width: 1800px) {
  .ma-events .ma-event-left {
    padding-top: 75px;
    padding-left: 75px;
    padding-right: 180px;
    padding-bottom: 80px; } }

@media screen and (min-width: 1535px) and (max-width: 1799px) {
  .ma-events .ma-event-left {
    padding-top: 35px;
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 35px; } }

@media screen and (min-width: 1200px) and (max-width: 1534px) {
  .ma-events .ma-event-left {
    padding: 20px; } }

@media screen and (min-width: 992px) and (max-width: 1534px) {
  .ma-events .ma-event-left h2 {
    font-size: 36px;
    margin: 0px; } }

.ma-events .ma-events-wedding-text {
  margin-bottom: 35px; }
  .ma-events .ma-events-wedding-text p {
     
    font-size: 14px;
    line-height: 2.14;
    text-align: left;
    color: #aeaeae;
    margin: 0px; }

.ma-events .ma-events-wedding-btn a {
   
  font-size: 13px;
  font-weight: bold;
  line-height: 2.31;
  text-align: center;
  color: #f57f20;
  text-decoration: none;
  padding: 13px 32px;
  border: 1px solid #f57f20;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }

.ma-events .ma-events-wedding-btn:hover a {
  background: #f57f20;
  color: #ffffff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }

.ma-events .ma-event-conferences-catering {
  background: #f9f9f9; }
  @media screen and (min-width: 992px) and (max-width: 1199px) {
    .ma-events .ma-event-conferences-catering {
      background: transparent; } }

.ma-events .ma-events-meetings-venue .ma-events-header h3 {
  text-align: left;
  margin: 0; }

.ma-events .ma-events-meetings-venue .ma-events-header h2 {
  text-align: left; }
  @media screen and (min-width: 992px) and (max-width: 1199px) {
    .ma-events .ma-events-meetings-venue .ma-events-header h2 {
      font-size: 36px;
      margin: 0px; } }

.ma-events .ma-events-meetings-venue .ma-events-header .ma-events-border {
  margin: 0;
  margin-top: 25px;
  margin-bottom: 55px; }
  @media screen and (min-width: 1290px) and (max-width: 1534px) {
    .ma-events .ma-events-meetings-venue .ma-events-header .ma-events-border {
      margin-top: 15px;
      margin-bottom: 20px; } }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .ma-events .ma-events-meetings-venue .ma-events-right {
    padding: 0 30px 30px 30px; } }

@media screen and (max-width: 991px) {
  .ma-events .ma-events-meetings-venue .ma-events-right {
    padding: 50px 20px; } }

@media screen and (min-width: 1800px) {
  .ma-events .ma-events-meetings-venue .ma-events-right {
    padding-left: 75px;
    padding-right: 180px;
    padding-top: 75px;
    padding-bottom: 80px; } }

@media screen and (min-width: 1535px) and (max-width: 1799px) {
  .ma-events .ma-events-meetings-venue .ma-events-right {
    padding: 35px; } }

@media screen and (min-width: 1200px) and (max-width: 1534px) {
  .ma-events .ma-events-meetings-venue .ma-events-right {
    padding: 20px; } }

.ma-events .ma-events-outside .ma-events-header h3 {
  text-align: left;
  margin: 0; }

.ma-events .ma-events-outside .ma-events-header h2 {
  text-align: left; }

.ma-events .ma-events-outside .ma-events-header .ma-events-border {
  margin: 0;
  margin-top: 23px;
  margin-bottom: 49px; }
  @media screen and (min-width: 1290px) and (max-width: 1534px) {
    .ma-events .ma-events-outside .ma-events-header .ma-events-border {
      margin-top: 15px;
      margin-bottom: 20px; } }

@media screen and (min-width: 991px) and (max-width: 1199px) {
  .ma-events .ma-events-outside .ma-events-left {
    padding: 0 30px 30px 30px; } }

@media screen and (min-width: 991px) and (max-width: 1199px) {
  .ma-events .ma-events-outside .ma-events-left h2 {
    font-size: 36px; } }

@media screen and (max-width: 991px) {
  .ma-events .ma-events-outside .ma-events-left {
    padding: 50px 20px; } }

@media screen and (min-width: 1800px) {
  .ma-events .ma-events-outside .ma-events-left {
    padding-left: 75px;
    padding-right: 180px;
    padding-top: 75px;
    padding-bottom: 80px; } }

@media screen and (min-width: 1535px) and (max-width: 1799px) {
  .ma-events .ma-events-outside .ma-events-left {
    padding: 35px; } }

@media screen and (min-width: 1200px) and (max-width: 1534px) {
  .ma-events .ma-events-outside .ma-events-left {
    padding: 20px; } }

.ma-events .ma-events-photo-gallery {
  padding: 100px 0; }
  .ma-events .ma-events-photo-gallery .ma-events-photo-item {
    overflow: hidden; }
    .ma-events .ma-events-photo-gallery .ma-events-photo-item img {
      width: 100%;
      height: auto;
      overflow: hidden;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
    .ma-events .ma-events-photo-gallery .ma-events-photo-item:hover img {
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }

.ma-events .ma-events-photo-gallery-btn {
  margin-top: 70px; }
  .ma-events .ma-events-photo-gallery-btn h3 {
    text-align: center; }
    .ma-events .ma-events-photo-gallery-btn h3 a {
       
      font-size: 13px;
      font-weight: bold;
      line-height: 2.31;
      text-align: center;
      color: #f57f20;
      padding: 17px 33px;
      border: 1px solid #f57f20;
      text-decoration: none;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
      .ma-events .ma-events-photo-gallery-btn h3 a:hover {
        background: #f57f20;
        color: #fff;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }

.ma-events .ma-events-photo-gallery .ma-events-photo-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .ma-events .ma-events-photo-gallery .ma-events-photo-item:hover .ma-item-caption .featured-slider-overlay {
    opacity: 1;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
  .ma-events .ma-events-photo-gallery .ma-events-photo-item:hover .ma-item-caption .ma-item-caption-text {
    opacity: 1;
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s; }
  .ma-events .ma-events-photo-gallery .ma-events-photo-item .ma-item-caption {
    position: absolute;
    left: 0;
    right: 0; }
    .ma-events .ma-events-photo-gallery .ma-events-photo-item .ma-item-caption .ma-item-caption-text {
      position: relative;
      opacity: 0;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
      .ma-events .ma-events-photo-gallery .ma-events-photo-item .ma-item-caption .ma-item-caption-text h2 {
         
        font-size: 30px;
        font-weight: bold;
        line-height: 1;
        text-align: center;
        color: #ffffff;
        z-index: 2; }
      .ma-events .ma-events-photo-gallery .ma-events-photo-item .ma-item-caption .ma-item-caption-text h4 {
         
        font-size: 14px;
        font-weight: 500;
        line-height: 2.14;
        text-align: center;
        color: #ffffff;
        z-index: 2; }
    .ma-events .ma-events-photo-gallery .ma-events-photo-item .ma-item-caption .featured-slider-overlay {
      position: absolute;
      top: -125%;
      left: -68px;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.5);
      opacity: 0;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
      content: '';
      width: 150%;
      height: 290%;
      -webkit-transform: rotate(-35deg);
      -ms-transform: rotate(-35deg);
      transform: rotate(-33deg) translateX(-61px); }

/*end Services events*/
/*Room list*/
.ma-room-list .ma-gallery-grid-full-banner .ma-about-banner .ma-about-banner-destop .ma-banner-img {
  background: url("../images/04_01_room_list/background.jpg") no-repeat !important;
  background-size: contain;
  background-position: center center;
  height: 393px;
  width: 100%; }
  @media screen and (max-width: 991px) {
    .ma-room-list .ma-gallery-grid-full-banner .ma-about-banner .ma-about-banner-destop .ma-banner-img {
      height: 260px; } }

.ma-room-list-content {
  background: #f9f9f9;
  padding-top: 102px;
  padding-bottom: 40px; }
  .ma-room-list-content .ma-room-list-header h3 {
     
    font-size: 14px;
    font-weight: bold;
    line-height: 2.14;
    letter-spacing: 2.8px;
    text-align: center;
    color: #f57f20;
    margin-bottom: 5px; }
  .ma-room-list-content .ma-room-list-header h2 {
     
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    color: #333333;
    margin: 0; }
  .ma-room-list-content .ma-room-list-header .ma-room-list-border {
    width: 40px;
    height: 3px;
    background-color: #f57f20;
    margin: 0 auto;
    margin-top: 38px;
    margin-bottom: 100px; }
  .ma-room-list-content .item {
    background: #fff;
    margin-bottom: 61px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    @media screen and (max-width: 767px) {
      .ma-room-list-content .item {
        margin: 0 20px;
        background: #fff;
        margin-bottom: 30px; } }
    .ma-room-list-content .item .ma-dark-our-room-item-img img {
      width: 100%;
      height: auto;
      overflow: hidden; }
    .ma-room-list-content .item:hover {
      -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
  .ma-room-list-content .ma-massage-head-title h3 {
    margin: 0px; }
  .ma-room-list-content .ma-massage-head-title h2 {
    color: #fff !important; }
  .ma-room-list-content .ma-dark-our-room-item-right {
    background: #FFFFFF;
    padding: 0 30px; }
    .ma-room-list-content .ma-dark-our-room-item-right .ma-dark-our-room-item-content h3 {
      margin-top: 40px;
      margin-bottom: 0px; }
      @media screen and (max-width: 1199px) and (min-width: 992px) {
        .ma-room-list-content .ma-dark-our-room-item-right .ma-dark-our-room-item-content h3 {
          margin-top: 20px; } }
      .ma-room-list-content .ma-dark-our-room-item-right .ma-dark-our-room-item-content h3 a {
         
        font-size: 28px;
        font-weight: bold;
        line-height: 1.07;
        text-align: left;
        color: #333333;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
        @media screen and (min-width: 992px) and (max-width: 1199px) {
          .ma-room-list-content .ma-dark-our-room-item-right .ma-dark-our-room-item-content h3 a {
            margin-top: 20px; } }
        .ma-room-list-content .ma-dark-our-room-item-right .ma-dark-our-room-item-content h3 a:hover {
          color: #f57f20;
          -webkit-transition: all 0.5s;
          -o-transition: all 0.5s;
          transition: all 0.5s; }
    .ma-room-list-content .ma-dark-our-room-item-right .ma-dark-our-room-item-content ul {
      margin: 0px;
      padding: 0px;
      padding-top: 30px;
      padding-bottom: 26px; }
      @media screen and (min-width: 992px) and (max-width: 1199px) {
        .ma-room-list-content .ma-dark-our-room-item-right .ma-dark-our-room-item-content ul {
          padding-top: 15px;
          padding-bottom: 15px; } }
      .ma-room-list-content .ma-dark-our-room-item-right .ma-dark-our-room-item-content ul li {
        list-style-type: none; }
        .ma-room-list-content .ma-dark-our-room-item-right .ma-dark-our-room-item-content ul li p {
           
          font-size: 14px;
          line-height: 2.86;
          text-align: left;
          color: #333333;
          font-weight: bold;
          margin: 0px; }
          @media screen and (min-width: 992px) and (max-width: 1199px) {
            .ma-room-list-content .ma-dark-our-room-item-right .ma-dark-our-room-item-content ul li p {
              line-height: 2.5; } }
          .ma-room-list-content .ma-dark-our-room-item-right .ma-dark-our-room-item-content ul li p span {
            font-weight: normal;
            color: #7b7b7b; }
          .ma-room-list-content .ma-dark-our-room-item-right .ma-dark-our-room-item-content ul li p i {
            margin-right: 10px; }
    .ma-room-list-content .ma-dark-our-room-item-right .ma-dark-our-room-item-content .ma-dark-our-room-item-book {
      border-top: 1px solid #f0f0f0;
      padding: 20px 0; }
      .ma-room-list-content .ma-dark-our-room-item-right .ma-dark-our-room-item-content .ma-dark-our-room-item-book .ma-dark-our-room-item-book-left {
        float: left; }
        .ma-room-list-content .ma-dark-our-room-item-right .ma-dark-our-room-item-content .ma-dark-our-room-item-book .ma-dark-our-room-item-book-left ul {
          margin: 0px;
          padding: 0px; }
          .ma-room-list-content .ma-dark-our-room-item-right .ma-dark-our-room-item-content .ma-dark-our-room-item-book .ma-dark-our-room-item-book-left ul li {
            list-style-type: none;
            display: inline-block; }
            .ma-room-list-content .ma-dark-our-room-item-right .ma-dark-our-room-item-content .ma-dark-our-room-item-book .ma-dark-our-room-item-book-left ul li p {
               
              font-size: 16px;
              font-weight: 500;
              line-height: 1.88;
              text-align: left;
              color: #7b7b7b; }
              .ma-room-list-content .ma-dark-our-room-item-right .ma-dark-our-room-item-content .ma-dark-our-room-item-book .ma-dark-our-room-item-book-left ul li p span {
                 
                font-size: 12px;
                font-weight: bold;
                line-height: 1;
                text-align: right;
                color: #f57f20; }
            .ma-room-list-content .ma-dark-our-room-item-right .ma-dark-our-room-item-content .ma-dark-our-room-item-book .ma-dark-our-room-item-book-left ul li:last-child p {
               
              font-size: 30px;
              font-weight: bold;
              line-height: 1;
              text-align: right;
              color: #f57f20; }
      .ma-room-list-content .ma-dark-our-room-item-right .ma-dark-our-room-item-content .ma-dark-our-room-item-book .ma-dark-our-room-item-book-right {
        float: right; }
        .ma-room-list-content .ma-dark-our-room-item-right .ma-dark-our-room-item-content .ma-dark-our-room-item-book .ma-dark-our-room-item-book-right a {
           
          font-size: 13px;
          font-weight: bold;
          line-height: 2.31;
          text-align: left;
          color: #333333;
          text-decoration: none; }
          .ma-room-list-content .ma-dark-our-room-item-right .ma-dark-our-room-item-content .ma-dark-our-room-item-book .ma-dark-our-room-item-book-right a:hover {
            color: #f57f20; }

/*End Room list*/
/*Room grid*/
.ma-room-grid .ma-gallery-grid-full-banner .ma-about-banner .ma-about-banner-destop .ma-banner-img {
  background: url("../images/04_01_room_list/background.jpg") no-repeat !important;
  background-size: cover;
  background-position: center center;
  height: 393px;
  width: 100%; }
  @media screen and (max-width: 991px) {
    .ma-room-grid .ma-gallery-grid-full-banner .ma-about-banner .ma-about-banner-destop .ma-banner-img {
      height: 260px; } }

.ma-rooms-grid-content {
  padding-top: 102px;
  padding-bottom: 40px;
  background: #f9f9f9; }
  .ma-rooms-grid-content .ma-rooms-grid-header h3 {
     
    font-size: 14px;
    font-weight: bold;
    line-height: 2.14;
    letter-spacing: 2.8px;
    text-align: center;
    color: #f57f20; }
  .ma-rooms-grid-content .ma-rooms-grid-header h2 {
     
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    color: #333333; }
  .ma-rooms-grid-content .ma-rooms-grid-header .ma-rooms-grid-border {
    width: 40px;
    height: 3px;
    background-color: #f57f20;
    margin: 0 auto;
    margin-top: 38px;
    margin-bottom: 59px; }
  .ma-rooms-grid-content .item {
    margin-bottom: 60px;
    background-color: #ffffff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    .ma-rooms-grid-content .item:hover {
      -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
    .ma-rooms-grid-content .item .ma-massage-item-content {
      position: relative;
      overflow: hidden; }
      .ma-rooms-grid-content .item .ma-massage-item-content:hover .ma-item-img img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
      .ma-rooms-grid-content .item .ma-massage-item-content:hover .ma-item-text a {
        color: #f57f20;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
      .ma-rooms-grid-content .item .ma-massage-item-content .ma-item-img {
        position: relative;
        overflow: hidden; }
        .ma-rooms-grid-content .item .ma-massage-item-content .ma-item-img img {
          width: 100%;
          -webkit-transition: all 0.5s;
          -o-transition: all 0.5s;
          transition: all 0.5s; }
      .ma-rooms-grid-content .item .ma-massage-item-content .ma-item-text {
        padding: 31px 20px; }
        .ma-rooms-grid-content .item .ma-massage-item-content .ma-item-text h2 {
          margin-top: 0px;
          margin-bottom: 26px;
          padding-bottom: 20px;
          border-bottom: 1px solid #f0f0f0; }
          .ma-rooms-grid-content .item .ma-massage-item-content .ma-item-text h2 a {
            display: block;
             
            font-size: 28px;
            font-weight: bold;
            line-height: 1.07;
            text-align: left;
            color: #333333;
            text-decoration: none;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s; }
        .ma-rooms-grid-content .item .ma-massage-item-content .ma-item-text ul {
          margin: 0px;
          padding: 0px; }
          .ma-rooms-grid-content .item .ma-massage-item-content .ma-item-text ul li {
            list-style-type: none;
            display: inline-block; }
            .ma-rooms-grid-content .item .ma-massage-item-content .ma-item-text ul li p {
               
              font-size: 16px;
              font-weight: 500;
              line-height: 1.88;
              text-align: left;
              color: #7b7b7b; }
              .ma-rooms-grid-content .item .ma-massage-item-content .ma-item-text ul li p span {
                 
                font-size: 12px;
                font-weight: bold;
                line-height: 1;
                text-align: right;
                color: #f57f20; }
            .ma-rooms-grid-content .item .ma-massage-item-content .ma-item-text ul li:last-child {
              float: right; }
              .ma-rooms-grid-content .item .ma-massage-item-content .ma-item-text ul li:last-child p {
                 
                font-size: 30px;
                font-weight: bold;
                line-height: 1;
                text-align: right;
                color: #f57f20; }

/*End Room grid*/
/*Room details*/
.ma-room-details .ma-gallery-grid-full-banner .ma-about-banner .ma-about-banner-destop .ma-banner-img {
  background: url("../images/04_01_room_list/background.jpg") no-repeat !important;
  background-size: cover;
  background-position: center center;
  height: 393px;
  width: 100%; }
  @media screen and (max-width: 991px) {
    .ma-room-details .ma-gallery-grid-full-banner .ma-about-banner .ma-about-banner-destop .ma-banner-img {
      height: 260px; } }

.ma-room-details-content {
  padding: 100px 0; }

.ma-room-details-content-left .ma-room-details-left-slide {
  position: relative; }
  .ma-room-details-content-left .ma-room-details-left-slide .owl-nav {
    display: block !important;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px; }
    .ma-room-details-content-left .ma-room-details-left-slide .owl-nav .owl-prev {
      position: absolute;
      left: 39px !important;
      top: 50% !important;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      background: transparent;
      border-radius: 50px;
      padding: 0px; }
      .ma-room-details-content-left .ma-room-details-left-slide .owl-nav .owl-prev:after {
        content: "\f053";
        display: block;
        color: #fff !important;
        font-family: FontAwesome;
        font-size: 30px;
        padding: 9px;
        line-height: 0.87;
        text-align: left;
        color: rgba(255, 255, 255, 0.2);
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
    .ma-room-details-content-left .ma-room-details-left-slide .owl-nav .owl-next {
      background: white;
      border-radius: 50px;
      position: absolute;
      right: 39px !important;
      top: 50% !important;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      color: #fff;
      padding: 0px;
      background: transparent; }
      .ma-room-details-content-left .ma-room-details-left-slide .owl-nav .owl-next:after {
        content: "\f054";
        display: block;
        color: #fff !important;
        font-family: FontAwesome;
        font-size: 30px;
        padding: 9px;
        line-height: 0.87;
        text-align: left;
        color: rgba(255, 255, 255, 0.2);
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
  .ma-room-details-content-left .ma-room-details-left-slide .owl-dots {
    position: absolute;
    bottom: 30px;
    right: 0;
    left: 0; }
  .ma-room-details-content-left .ma-room-details-left-slide .owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent; }

.ma-room-details-content-left .ma-room-details-title-price {
  margin-top: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 20px; }
  @media screen and (max-width: 991px) {
    .ma-room-details-content-left .ma-room-details-title-price {
      margin-top: 30px;
      margin-bottom: 30px; } }
  .ma-room-details-content-left .ma-room-details-title-price .ma-room-details-title {
    float: left; }
    @media screen and (max-width: 991px) {
      .ma-room-details-content-left .ma-room-details-title-price .ma-room-details-title {
        float: none;
        margin-bottom: 20px; } }
    .ma-room-details-content-left .ma-room-details-title-price .ma-room-details-title h2 {
       
      font-size: 30px;
      font-weight: bold;
      line-height: 1;
      text-align: left;
      color: #333333;
      margin: 0px; }
  .ma-room-details-content-left .ma-room-details-title-price .ma-room-details-price {
    float: right; }
    @media screen and (max-width: 991px) {
      .ma-room-details-content-left .ma-room-details-title-price .ma-room-details-price {
        float: none; } }
    .ma-room-details-content-left .ma-room-details-title-price .ma-room-details-price ul {
      margin: 0px;
      padding: 0px; }
      .ma-room-details-content-left .ma-room-details-title-price .ma-room-details-price ul li {
        list-style-type: none;
        display: inline-block;
         
        font-size: 16px;
        font-weight: 500;
        line-height: 1.88;
        text-align: left;
        color: #7b7b7b; }
        .ma-room-details-content-left .ma-room-details-title-price .ma-room-details-price ul li p {
           
          font-size: 30px;
          font-weight: bold;
          line-height: 1;
          text-align: left;
          color: #f57f20; }
          .ma-room-details-content-left .ma-room-details-title-price .ma-room-details-price ul li p span {
            font-size: 12px;
            line-height: 2.5; }

.ma-room-details-content-left .ma-room-details-description {
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 40px;
  padding-bottom: 40px; }
  .ma-room-details-content-left .ma-room-details-description h4 {
     
    font-size: 16px;
    font-weight: bold;
    line-height: 1.88;
    text-align: left;
    color: #333333; }
  .ma-room-details-content-left .ma-room-details-description p {
     
    font-size: 14px;
    line-height: 2.14;
    text-align: left;
    color: #7b7b7b; }

.ma-room-details-content-left .ma-room-details-info ul {
  margin: 0px;
  padding: 0px; }
  .ma-room-details-content-left .ma-room-details-info ul li {
    list-style-type: none; }
    .ma-room-details-content-left .ma-room-details-info ul li p {
      margin: 0px;
       
      font-size: 14px;
      line-height: 2.86;
      text-align: left;
      font-weight: bold;
      color: #333333; }
      .ma-room-details-content-left .ma-room-details-info ul li p i {
        margin-right: 10px; }
      .ma-room-details-content-left .ma-room-details-info ul li p span {
        color: #7b7b7b;
        font-weight: normal; }

.ma-room-details-content-left .ma-room-details-review {
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  margin-top: 40px;
  padding-top: 40px;
  margin-bottom: 40px;
  padding-bottom: 40px; }
  .ma-room-details-content-left .ma-room-details-review h4 {
     
    font-size: 16px;
    font-weight: bold;
    line-height: 1.88;
    text-align: left;
    color: #333333; }
  .ma-room-details-content-left .ma-room-details-review .ma-room-details-review-item {
    margin-bottom: 40px; }
    .ma-room-details-content-left .ma-room-details-review .ma-room-details-review-item .item-img {
      float: left;
      padding-right: 20px; }
  .ma-room-details-content-left .ma-room-details-review .item-content {
    padding-left: 100px; }
    .ma-room-details-content-left .ma-room-details-review .item-content h3 {
       
      font-size: 14px;
      line-height: 1.71;
      text-align: left;
      font-weight: 800;
      color: #333333; }
      .ma-room-details-content-left .ma-room-details-review .item-content h3 span {
        color: #7b7b7b;
        font-weight: normal; }
    .ma-room-details-content-left .ma-room-details-review .item-content p {
       
      font-size: 14px;
      line-height: 1.86;
      text-align: left;
      color: #7b7b7b; }

.ma-room-details-content-left .ma-room-details-room-details h4 {
   
  font-size: 16px;
  font-weight: bold;
  line-height: 1.88;
  text-align: left;
  color: #333333; }
  .ma-room-details-content-left .ma-room-details-room-details h4 span {
    font-family: FontAwesome;
    font-weight: normal;
    letter-spacing: 1.6px;
    color: #f2bf52; }

.ma-room-details-content-left .ma-room-details-room-details form input {
  height: 50px; }

.ma-room-details-content-left .ma-room-details-room-details form textarea {
  height: 200px; }

.ma-room-details-content-left .ma-room-details-room-details form .form-control {
  border-radius: 0px;
  margin-bottom: 30px; }
  .ma-room-details-content-left .ma-room-details-room-details form .form-control:focus {
    border-color: rgba(176, 145, 79, 0.5);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(176, 145, 79, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(176, 145, 79, 0.6); }

.ma-room-details-content-left .ma-room-details-room-details form .form-group {
  margin-bottom: 0px; }

@media screen and (max-width: 991px) {
  .ma-room-details-content-left .ma-room-details-room-details form .ma-btn-submit {
    margin-bottom: 80px; } }

.ma-room-details-content-left .ma-room-details-room-details form .ma-btn-submit a {
   
  font-size: 13px;
  font-weight: bold;
  line-height: 2.31;
  text-align: center;
  color: #ffffff;
  padding: 16px 37px;
  background: #f57f20;
  border: 1px solid #f57f20;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }
  .ma-room-details-content-left .ma-room-details-room-details form .ma-btn-submit a:hover {
    background: #fff;
    color: #f57f20;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }

.ma-room-details-content-right {
  padding: 30px;
  background: #f57f20; }
  .ma-room-details-content-right h3 {
     
    font-size: 18px;
    font-weight: bold;
    line-height: 1.67;
    text-align: center;
    color: #ffffff;
    border-bottom: 1px solid #fff; }
  .ma-room-details-content-right label {
     
    font-size: 12px;
    font-weight: bold;
    line-height: 2.5;
    text-align: left;
    color: #ffffff; }
  .ma-room-details-content-right h4 {
     
    font-size: 18px;
    font-weight: bold;
    line-height: 1.67;
    text-align: center;
    color: #f9f9f9;
    border-bottom: 1px solid #fff; }
  .ma-room-details-content-right input {
    height: 50px;
    border-radius: 0px;
     
    font-size: 14px;
    font-weight: 500;
    line-height: 2.14;
    text-align: left;
    color: #7b7b7b; }
  .ma-room-details-content-right .input-group-addon {
    background: white !important;
    border-radius: 0px; }
  .ma-room-details-content-right .form-control {
    border-right: 0;
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
    border-color: #ccc;
    border-radius: 0;
    height: 50px; }
  .ma-room-details-content-right button {
    border: 0;
    background: transparent; }
  .ma-room-details-content-right select, .ma-room-details-content-right .ma-shop-cart-body .ma-shop-cart4 .shipping input, .ma-shop-cart-body .ma-shop-cart4 .shipping .ma-room-details-content-right input {
    height: 50px;
    border-radius: 0px;
     
    font-size: 14px;
    font-weight: 500;
    line-height: 2.14;
    text-align: left;
    color: #7b7b7b; }
  .ma-room-details-content-right .ma-btn-send .btn {
    display: inline-block;
    padding: 9px;
    margin-bottom: 0;
    margin-top: 30px;
     
    font-size: 16px;
    font-weight: bold;
    line-height: 1.88;
    text-align: center;
    color: #f9f9f9;
    white-space: nowrap;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
    background: #333; }
  .ma-room-details-content-right #adults, .ma-room-details-content-right #children {
    background: #8c7033;
    color: #ffffff;
    border: none; }

.ma-room-related-rooms-mobile {
  display: none; }
  @media screen and (max-width: 991px) {
    .ma-room-related-rooms-mobile {
      display: block; } }

@media screen and (max-width: 991px) {
  .ma-room-related-rooms-destop {
    display: none; } }

.ma-room-details-related-rooms {
  padding: 100px 0;
  background: #f9f9f9; }
  .ma-room-details-related-rooms .ma-room-related-rooms h2 {
     
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    color: #333333; }
  .ma-room-details-related-rooms .ma-room-related-rooms .ma-room-related-border {
    width: 40px;
    height: 3px;
    background-color: #f57f20;
    margin: 0 auto;
    margin-top: 38px;
    margin-bottom: 60px; }
  .ma-room-details-related-rooms .ma-room-related-slide .item {
    margin-bottom: 60px;
    background-color: #ffffff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    .ma-room-details-related-rooms .ma-room-related-slide .item:hover {
      -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
    .ma-room-details-related-rooms .ma-room-related-slide .item .ma-massage-item-content {
      position: relative;
      overflow: hidden; }
      .ma-room-details-related-rooms .ma-room-related-slide .item .ma-massage-item-content:hover .ma-item-img img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
      .ma-room-details-related-rooms .ma-room-related-slide .item .ma-massage-item-content:hover .ma-item-text a {
        color: #f57f20;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
      .ma-room-details-related-rooms .ma-room-related-slide .item .ma-massage-item-content .ma-item-img {
        position: relative;
        overflow: hidden; }
        .ma-room-details-related-rooms .ma-room-related-slide .item .ma-massage-item-content .ma-item-img img {
          width: 100%;
          -webkit-transition: all 0.5s;
          -o-transition: all 0.5s;
          transition: all 0.5s; }
      .ma-room-details-related-rooms .ma-room-related-slide .item .ma-massage-item-content .ma-item-text {
        padding: 31px 20px; }
        .ma-room-details-related-rooms .ma-room-related-slide .item .ma-massage-item-content .ma-item-text h2 {
          margin-top: 0px;
          margin-bottom: 26px;
          padding-bottom: 20px;
          border-bottom: 1px solid #f0f0f0; }
          .ma-room-details-related-rooms .ma-room-related-slide .item .ma-massage-item-content .ma-item-text h2 a {
            display: block;
             
            font-size: 28px;
            font-weight: bold;
            line-height: 1.07;
            text-align: left;
            color: #333333;
            text-decoration: none;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s; }
        .ma-room-details-related-rooms .ma-room-related-slide .item .ma-massage-item-content .ma-item-text ul {
          margin: 0px;
          padding: 0px; }
          .ma-room-details-related-rooms .ma-room-related-slide .item .ma-massage-item-content .ma-item-text ul li {
            list-style-type: none;
            display: inline-block; }
            .ma-room-details-related-rooms .ma-room-related-slide .item .ma-massage-item-content .ma-item-text ul li p {
               
              font-size: 16px;
              font-weight: 500;
              line-height: 1.88;
              text-align: left;
              color: #7b7b7b; }
              .ma-room-details-related-rooms .ma-room-related-slide .item .ma-massage-item-content .ma-item-text ul li p span {
                 
                font-size: 12px;
                font-weight: bold;
                line-height: 1;
                text-align: right;
                color: #f57f20; }
            .ma-room-details-related-rooms .ma-room-related-slide .item .ma-massage-item-content .ma-item-text ul li:last-child {
              float: right; }
              .ma-room-details-related-rooms .ma-room-related-slide .item .ma-massage-item-content .ma-item-text ul li:last-child p {
                 
                font-size: 30px;
                font-weight: bold;
                line-height: 1;
                text-align: right;
                color: #f57f20; }

/*end Room details*/
.ma-select-room .ma-gallery-grid-full-banner .ma-about-banner .ma-about-banner-destop .ma-banner-img {
  background: url("../images/04_01_room_list/background.jpg") no-repeat !important;
  background-size: contain;
  background-position: center center;
  height: 393px;
  width: 100%; }
  @media screen and (max-width: 991px) {
    .ma-select-room .ma-gallery-grid-full-banner .ma-about-banner .ma-about-banner-destop .ma-banner-img {
      height: 260px; } }

.ma-select-room-content {
  background: #f9f9f9;
  padding: 100px 0; }
  @media screen and (max-width: 991px) {
    .ma-select-room-content .ma-select-room-breakcrumb {
      display: none; } }
  .ma-select-room-content .ma-select-room-breakcrumb ul li.active {
    background: #f57f20; }
    .ma-select-room-content .ma-select-room-breakcrumb ul li.active a {
      background: #f57f20;
      color: #ffffff; }
  .ma-select-room-content .ma-select-room-info .ma-select-room-info-item {
    background-color: #ffffff;
    padding: 40px 20px;
    margin-bottom: 30px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    .ma-select-room-content .ma-select-room-info .ma-select-room-info-item:hover {
      -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
    .ma-select-room-content .ma-select-room-info .ma-select-room-info-item .ma-select-room-item-img {
      float: left; }
      .ma-select-room-content .ma-select-room-info .ma-select-room-info-item .ma-select-room-item-img img {
        width: 100%;
        height: auto; }
      @media screen and (max-width: 991px) {
        .ma-select-room-content .ma-select-room-info .ma-select-room-info-item .ma-select-room-item-img {
          float: none; } }
    .ma-select-room-content .ma-select-room-info .ma-select-room-info-item .ma-select-room-item-info {
      padding-left: 235px; }
      @media screen and (max-width: 991px) {
        .ma-select-room-content .ma-select-room-info .ma-select-room-info-item .ma-select-room-item-info {
          padding-left: 0px;
          padding-top: 30px; } }
      .ma-select-room-content .ma-select-room-info .ma-select-room-info-item .ma-select-room-item-info h2 {
         
        font-size: 28px;
        font-weight: bold;
        line-height: 1.07;
        text-align: left;
        color: #333333;
        margin: 0px; }
      .ma-select-room-content .ma-select-room-info .ma-select-room-info-item .ma-select-room-item-info .ma-select-room-item-body {
        margin-top: 40px;
        margin-bottom: 10px;
        border-bottom: 1px solid #f0f0f0; }
        @media screen and (max-width: 991px) {
          .ma-select-room-content .ma-select-room-info .ma-select-room-info-item .ma-select-room-item-info .ma-select-room-item-body {
            margin: 20px 0; } }
        .ma-select-room-content .ma-select-room-info .ma-select-room-info-item .ma-select-room-item-info .ma-select-room-item-body ul {
          margin: 0px;
          padding: 0px;
          width: 100%; }
          .ma-select-room-content .ma-select-room-info .ma-select-room-info-item .ma-select-room-item-info .ma-select-room-item-body ul li {
            list-style-type: none;
            width: 50%;
            float: left; }
            @media screen and (max-width: 991px) {
              .ma-select-room-content .ma-select-room-info .ma-select-room-info-item .ma-select-room-item-info .ma-select-room-item-body ul li {
                width: 100%;
                float: none; } }
            .ma-select-room-content .ma-select-room-info .ma-select-room-info-item .ma-select-room-item-info .ma-select-room-item-body ul li p {
              font-family: Raleway;
              font-size: 14px;
              line-height: 2.86;
              text-align: left;
              color: #333;
              font-weight: bold;
              margin: 0px; }
              .ma-select-room-content .ma-select-room-info .ma-select-room-info-item .ma-select-room-item-info .ma-select-room-item-body ul li p span {
                color: #7b7b7b;
                font-weight: normal; }
      .ma-select-room-content .ma-select-room-info .ma-select-room-info-item .ma-select-room-item-info .ma-select-room-item-footer {
        margin-top: 20px; }
        .ma-select-room-content .ma-select-room-info .ma-select-room-info-item .ma-select-room-item-info .ma-select-room-item-footer .ma-select-room-footer-left {
          float: left; }
          .ma-select-room-content .ma-select-room-info .ma-select-room-info-item .ma-select-room-item-info .ma-select-room-item-footer .ma-select-room-footer-left ul {
            margin: 0px;
            padding: 0px; }
            .ma-select-room-content .ma-select-room-info .ma-select-room-info-item .ma-select-room-item-info .ma-select-room-item-footer .ma-select-room-footer-left ul li {
              list-style-type: none;
              display: inline-block;
               
              font-size: 16px;
              font-weight: 500;
              line-height: 1.88;
              text-align: left;
              color: #7b7b7b; }
              .ma-select-room-content .ma-select-room-info .ma-select-room-info-item .ma-select-room-item-info .ma-select-room-item-footer .ma-select-room-footer-left ul li p {
                 
                font-size: 30px;
                font-weight: bold;
                line-height: 1;
                text-align: left;
                color: #f57f20; }
                @media screen and (min-width: 320px) and (max-width: 335px) {
                  .ma-select-room-content .ma-select-room-info .ma-select-room-info-item .ma-select-room-item-info .ma-select-room-item-footer .ma-select-room-footer-left ul li p {
                    font-size: 24px; } }
                .ma-select-room-content .ma-select-room-info .ma-select-room-info-item .ma-select-room-item-info .ma-select-room-item-footer .ma-select-room-footer-left ul li p span {
                  font-size: 12px;
                  line-height: 2.5; }
        .ma-select-room-content .ma-select-room-info .ma-select-room-info-item .ma-select-room-item-info .ma-select-room-item-footer .ma-select-room-footer-right {
          float: right; }
          .ma-select-room-content .ma-select-room-info .ma-select-room-info-item .ma-select-room-item-info .ma-select-room-item-footer .ma-select-room-footer-right a {
             
            font-size: 13px;
            font-weight: bold;
            line-height: 2.31;
            text-align: center;
            color: #ffffff;
            border: 1px solid #f57f20;
            padding: 12px 36px;
            background: #f57f20;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s; }
            .ma-select-room-content .ma-select-room-info .ma-select-room-info-item .ma-select-room-item-info .ma-select-room-item-footer .ma-select-room-footer-right a:hover {
              background: #ffffff;
              color: #f57f20;
              text-decoration: none;
              -webkit-transition: all 0.5s;
              -o-transition: all 0.5s;
              transition: all 0.5s; }
  .ma-select-room-content .ma-room-details-content-right {
    padding: 30px 0; }
    .ma-select-room-content .ma-room-details-content-right h3 {
      margin: 0 30px; }
    .ma-select-room-content .ma-room-details-content-right form {
      padding: 0 30px;
      overflow: hidden; }
    .ma-select-room-content .ma-room-details-content-right .ma-select-room1 {
      margin-top: 28px;
      padding: 0 30px; }
      .ma-select-room-content .ma-room-details-content-right .ma-select-room1 h2 {
         
        font-size: 18px;
        font-weight: bold;
        line-height: 1.67;
        color: #ffffff;
        margin: 0px; }
      .ma-select-room-content .ma-room-details-content-right .ma-select-room1 ul {
        margin: 0px;
        padding: 0px; }
        .ma-select-room-content .ma-room-details-content-right .ma-select-room1 ul li {
          list-style-type: none;
          display: inline-block;
          padding-right: 20px;
           
          font-size: 14px;
          font-weight: 500;
          line-height: 2.14;
          text-align: left;
          color: #fefefe; }
          .ma-select-room-content .ma-room-details-content-right .ma-select-room1 ul li a {
             
            font-size: 14px;
            font-weight: 500;
            line-height: 2.14;
            text-align: left;
            font-style: italic;
            color: #fefefe;
            border-bottom: 1px solid #ffffff;
            text-decoration: none;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s; }
            .ma-select-room-content .ma-room-details-content-right .ma-select-room1 ul li a:hover {
              border-bottom: none;
              -webkit-transition: all 0.5s;
              -o-transition: all 0.5s;
              transition: all 0.5s; }
    .ma-select-room-content .ma-room-details-content-right .ma-select-room2 {
      margin-top: 30px;
      margin-bottom: 40px;
      background: #8c7033;
      padding: 30px; }
      .ma-select-room-content .ma-room-details-content-right .ma-select-room2 h2 {
         
        font-size: 18px;
        font-weight: bold;
        line-height: 1.67;
        color: #ffffff;
        margin: 0px; }
      .ma-select-room-content .ma-room-details-content-right .ma-select-room2 ul {
        margin: 0px;
        padding: 0px; }
        .ma-select-room-content .ma-room-details-content-right .ma-select-room2 ul li {
          list-style-type: none;
          display: inline-block;
          padding-right: 20px;
           
          font-size: 14px;
          font-weight: 500;
          line-height: 2.14;
          text-align: left;
          color: #fefefe; }

.ma-select-room-pagination {
  margin-top: 10px; }
  @media screen and (max-width: 991px) {
    .ma-select-room-pagination {
      margin-bottom: 60px; } }
  .ma-select-room-pagination ul {
    margin: 0px;
    padding: 0px;
    text-align: center; }
    .ma-select-room-pagination ul li {
      list-style-type: none;
      display: inline-block;
      border: 1px solid #e0e0e0;
      padding: 10px 16px;
      margin-right: 8px;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
      @media screen and (max-width: 400px) {
        .ma-select-room-pagination ul li {
          padding: 5px 11px; } }
      .ma-select-room-pagination ul li:hover {
        background: #f57f20;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
        .ma-select-room-pagination ul li:hover a {
          color: #fff; }
      .ma-select-room-pagination ul li.active {
        background: #f57f20; }
        .ma-select-room-pagination ul li.active a {
          color: #fff; }
      .ma-select-room-pagination ul li a {
         
        font-size: 13px;
        font-weight: bold;
        text-align: center;
        color: #7b7b7b;
        text-decoration: none; }

/*Reservation room selection complete*/
.ma-room-select-complete .ma-gallery-grid-full-banner .ma-about-banner .ma-about-banner-destop .ma-banner-img {
  background: url("../images/04_01_room_list/background.jpg") no-repeat !important;
  background-size: contain;
  background-position: center center;
  height: 393px;
  width: 100%; }
  @media screen and (max-width: 991px) {
    .ma-room-select-complete .ma-gallery-grid-full-banner .ma-about-banner .ma-about-banner-destop .ma-banner-img {
      height: 260px; } }

.ma-room-select-complete-content {
  background: #f9f9f9;
  padding: 100px 0; }
  @media screen and (max-width: 991px) {
    .ma-room-select-complete-content .ma-select-room-breakcrumb {
      display: none; } }
  .ma-room-select-complete-content .ma-select-room-breakcrumb ul li.active {
    background: #f57f20; }
    .ma-room-select-complete-content .ma-select-room-breakcrumb ul li.active a {
      background: #f57f20;
      color: #ffffff; }
  .ma-room-select-complete-content .ma-room-select-complete-info .ma-room-select-complete-left {
    background: #fff;
    padding: 80px; }
    @media screen and (max-width: 991px) {
      .ma-room-select-complete-content .ma-room-select-complete-info .ma-room-select-complete-left {
        padding: 60px 20px;
        margin-bottom: 60px; } }
    .ma-room-select-complete-content .ma-room-select-complete-info .ma-room-select-complete-left h3 {
       
      font-size: 30px;
      font-weight: bold;
      line-height: 1;
      text-align: center;
      color: #333333; }
    .ma-room-select-complete-content .ma-room-select-complete-info .ma-room-select-complete-left p {
       
      font-size: 16px;
      line-height: 1.88;
      text-align: center;
      color: #7b7b7b; }
    .ma-room-select-complete-content .ma-room-select-complete-info .ma-room-select-complete-left h4 {
      text-align: center;
      margin-top: 40px; }
      .ma-room-select-complete-content .ma-room-select-complete-info .ma-room-select-complete-left h4 a {
         
        font-size: 13px;
        font-weight: bold;
        line-height: 2.31;
        text-align: center;
        color: #ffffff;
        padding: 20px 34px;
        border: 1px solid #f57f20;
        background: #f57f20;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        text-transform: uppercase; }
        .ma-room-select-complete-content .ma-room-select-complete-info .ma-room-select-complete-left h4 a:hover {
          background: #ffffff;
          color: #f57f20;
          -webkit-transition: all 0.5s;
          -o-transition: all 0.5s;
          transition: all 0.5s;
          text-decoration: none; }
  .ma-room-select-complete-content .ma-room-select-complete-info .ma-room-select-complete-right .ma-room-details-content-right .ma-select-room1 {
    margin-top: 28px; }
    .ma-room-select-complete-content .ma-room-select-complete-info .ma-room-select-complete-right .ma-room-details-content-right .ma-select-room1 h2 {
       
      font-size: 18px;
      font-weight: bold;
      line-height: 1.67;
      color: #ffffff;
      margin: 0px; }
    .ma-room-select-complete-content .ma-room-select-complete-info .ma-room-select-complete-right .ma-room-details-content-right .ma-select-room1 ul {
      margin: 0px;
      padding: 0px; }
      .ma-room-select-complete-content .ma-room-select-complete-info .ma-room-select-complete-right .ma-room-details-content-right .ma-select-room1 ul li {
        list-style-type: none;
        display: inline-block;
        padding-right: 20px;
         
        font-size: 14px;
        font-weight: 500;
        line-height: 2.14;
        text-align: left;
        color: #fefefe; }
        .ma-room-select-complete-content .ma-room-select-complete-info .ma-room-select-complete-right .ma-room-details-content-right .ma-select-room1 ul li a {
           
          font-size: 14px;
          font-weight: 500;
          line-height: 2.14;
          text-align: left;
          font-style: italic;
          color: #fefefe;
          border-bottom: 1px solid #ffffff;
          text-decoration: none;
          -webkit-transition: all 0.5s;
          -o-transition: all 0.5s;
          transition: all 0.5s; }
          .ma-room-select-complete-content .ma-room-select-complete-info .ma-room-select-complete-right .ma-room-details-content-right .ma-select-room1 ul li a:hover {
            border-bottom: none;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s; }
  .ma-room-select-complete-content .ma-room-select-complete-info .ma-room-select-complete-right .ma-room-details-content-right .ma-select-room2 {
    margin-top: 40px;
    margin-bottom: 40px; }
    .ma-room-select-complete-content .ma-room-select-complete-info .ma-room-select-complete-right .ma-room-details-content-right .ma-select-room2 h2 {
       
      font-size: 18px;
      font-weight: bold;
      line-height: 1.67;
      color: #ffffff;
      margin: 0px; }
    .ma-room-select-complete-content .ma-room-select-complete-info .ma-room-select-complete-right .ma-room-details-content-right .ma-select-room2 ul {
      margin: 0px;
      padding: 0px; }
      .ma-room-select-complete-content .ma-room-select-complete-info .ma-room-select-complete-right .ma-room-details-content-right .ma-select-room2 ul li {
        list-style-type: none;
        display: inline-block;
        padding-right: 20px;
         
        font-size: 14px;
        font-weight: 500;
        line-height: 2.14;
        text-align: left;
        color: #fefefe; }
        .ma-room-select-complete-content .ma-room-select-complete-info .ma-room-select-complete-right .ma-room-details-content-right .ma-select-room2 ul li a {
           
          font-size: 14px;
          font-weight: 500;
          line-height: 2.14;
          text-align: left;
          font-style: italic;
          color: #fefefe;
          border-bottom: 1px solid #ffffff;
          text-decoration: none;
          -webkit-transition: all 0.5s;
          -o-transition: all 0.5s;
          transition: all 0.5s; }
          .ma-room-select-complete-content .ma-room-select-complete-info .ma-room-select-complete-right .ma-room-details-content-right .ma-select-room2 ul li a:hover {
            border-bottom: none;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s; }

/*end Reservation room selection complete*/
/*Reservation make a reservation*/
.ma-make-a-reservation .ma-gallery-grid-full-banner .ma-about-banner .ma-about-banner-destop .ma-banner-img {
  background: url("../images/04_01_room_list/background.jpg") no-repeat !important;
  background-size: contain;
  background-position: center center;
  height: 393px;
  width: 100%; }
  @media screen and (max-width: 991px) {
    .ma-make-a-reservation .ma-gallery-grid-full-banner .ma-about-banner .ma-about-banner-destop .ma-banner-img {
      height: 260px; } }

.ma-make-a-reservation-content {
  background: #f9f9f9;
  padding: 100px 0; }
  @media screen and (max-width: 991px) {
    .ma-make-a-reservation-content .ma-select-room-breakcrumb {
      display: none; } }
  .ma-make-a-reservation-content .ma-select-room-breakcrumb ul li.active {
    background: #f57f20; }
    .ma-make-a-reservation-content .ma-select-room-breakcrumb ul li.active a {
      background: #f57f20;
      color: #ffffff; }
  .ma-make-a-reservation-content .ma-select-room-breakcrumb ul li.make-a-reservation {
    background: #f57f20; }
    .ma-make-a-reservation-content .ma-select-room-breakcrumb ul li.make-a-reservation span {
      background: #f57f20; }
      .ma-make-a-reservation-content .ma-select-room-breakcrumb ul li.make-a-reservation span i {
        color: #ffffff; }
    .ma-make-a-reservation-content .ma-select-room-breakcrumb ul li.make-a-reservation a {
      background: #f57f20;
      color: #ffffff; }
  .ma-make-a-reservation-content .ma-make-a-reservation-info .ma-make-a-reservation-left {
    background: #fff;
    padding: 40px 30px; }
    .ma-make-a-reservation-content .ma-make-a-reservation-info .ma-make-a-reservation-left h3 {
       
      font-size: 30px;
      font-weight: bold;
      line-height: 1;
      text-align: center;
      color: #333333;
      margin: 0px;
      padding-bottom: 44px; }
    .ma-make-a-reservation-content .ma-make-a-reservation-info .ma-make-a-reservation-left form input {
      height: 50px; }
    .ma-make-a-reservation-content .ma-make-a-reservation-info .ma-make-a-reservation-left form textarea {
      height: 200px; }
    .ma-make-a-reservation-content .ma-make-a-reservation-info .ma-make-a-reservation-left form .form-control {
      border-radius: 0px;
      margin-bottom: 30px;
        }
      .ma-make-a-reservation-content .ma-make-a-reservation-info .ma-make-a-reservation-left form .form-control:focus {
        border-color: rgba(176, 145, 79, 0.5);
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(176, 145, 79, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(176, 145, 79, 0.6); }
    .ma-make-a-reservation-content .ma-make-a-reservation-info .ma-make-a-reservation-left form .btn {
      background: none;
      border-top: 2px solid #333333;
      border-bottom: 2px solid #333333;
      border-radius: 0px;
       
      font-size: 13px;
      font-weight: bold;
      line-height: 2.31;
      text-align: center;
      color: #333333; }
    .ma-make-a-reservation-content .ma-make-a-reservation-info .ma-make-a-reservation-left .ma-btn-send h4 {
      border: 1px solid #f57f20;
      padding: 15px 0;
      margin: 0px;
      background: #f57f20;
      text-align: center; }
      .ma-make-a-reservation-content .ma-make-a-reservation-info .ma-make-a-reservation-left .ma-btn-send h4 a {
         
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        color: #ffffff;
        text-decoration: none;
        padding: 15px 80px;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
        @media screen and (max-width: 368px) and (min-width: 320px) {
          .ma-make-a-reservation-content .ma-make-a-reservation-info .ma-make-a-reservation-left .ma-btn-send h4 a {
            padding: 0px; } }
      .ma-make-a-reservation-content .ma-make-a-reservation-info .ma-make-a-reservation-left .ma-btn-send h4:hover {
        background: #fff; }
        .ma-make-a-reservation-content .ma-make-a-reservation-info .ma-make-a-reservation-left .ma-btn-send h4:hover a {
          color: #f57f20;
          -webkit-transition: all 0.5s;
          -o-transition: all 0.5s;
          transition: all 0.5s; }
  .ma-make-a-reservation-content .ma-make-a-reservation-info .ma-make-a-left-btn h4 {
    background: #333;
    border: 1px solid #333;
    text-align: center;
    padding: 10px 0px; }
    .ma-make-a-reservation-content .ma-make-a-reservation-info .ma-make-a-left-btn h4:hover {
      background: #fff; }
      .ma-make-a-reservation-content .ma-make-a-reservation-info .ma-make-a-left-btn h4:hover a {
        color: #333;
        text-decoration: none;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
    .ma-make-a-reservation-content .ma-make-a-reservation-info .ma-make-a-left-btn h4 a {
       
      font-size: 16px;
      font-weight: bold;
      line-height: 1.88;
      text-align: center;
      color: #ffffff;
      padding: 15px 60px;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }

.ma-make-a-reservation-right {
  background: #f57f20;
  padding: 30px; }
  .ma-make-a-reservation-right h3 {
     
    font-size: 18px;
    font-weight: bold;
    line-height: 1.67;
    text-align: center;
    color: #ffffff;
    margin: 0px; }
  .ma-make-a-reservation-right .ma-make-a-room {
    border-bottom: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    padding-top: 37px;
    padding-bottom: 30px;
    margin-top: 19px; }
    .ma-make-a-reservation-right .ma-make-a-room .ma-make-a-room1 h3 {
       
      font-size: 18px;
      font-weight: bold;
      line-height: 1.67;
      color: #ffffff;
      text-align: left; }
      .ma-make-a-reservation-right .ma-make-a-room .ma-make-a-room1 h3 span {
         
        font-size: 14px;
        font-weight: 500;
        line-height: 2.14;
        text-align: left;
        color: #fefefe; }
    .ma-make-a-reservation-right .ma-make-a-room .ma-make-a-room1 ul {
      margin: 0px;
      padding: 0px; }
      .ma-make-a-reservation-right .ma-make-a-room .ma-make-a-room1 ul li {
        list-style-type: none;
        display: inline-block;
         
        font-size: 14px;
        font-weight: 500;
        line-height: 2.14;
        text-align: left;
        color: #fefefe;
        margin-right: 30px; }
        .ma-make-a-reservation-right .ma-make-a-room .ma-make-a-room1 ul li:last-child {
          margin-right: 0px; }
        @media screen and (max-width: 991px) {
          .ma-make-a-reservation-right .ma-make-a-room .ma-make-a-room1 ul li {
            margin-right: 20px; } }
        @media screen and (min-width: 992px) and (max-width: 1199px) {
          .ma-make-a-reservation-right .ma-make-a-room .ma-make-a-room1 ul li {
            margin-right: 20px; } }
    .ma-make-a-reservation-right .ma-make-a-room .ma-make-a-room1 h4 {
       
      font-size: 14px;
      font-weight: bold;
      line-height: 2.14;
      text-align: right;
      color: #fefefe; }
    .ma-make-a-reservation-right .ma-make-a-room .ma-make-a-room2 h3 {
       
      font-size: 18px;
      font-weight: bold;
      line-height: 1.67;
      color: #ffffff;
      text-align: left; }
      .ma-make-a-reservation-right .ma-make-a-room .ma-make-a-room2 h3 span {
         
        font-size: 14px;
        font-weight: 500;
        line-height: 2.14;
        text-align: left;
        color: #fefefe; }
    .ma-make-a-reservation-right .ma-make-a-room .ma-make-a-room2 ul {
      margin: 0px;
      padding: 0px; }
      .ma-make-a-reservation-right .ma-make-a-room .ma-make-a-room2 ul li {
        list-style-type: none;
        display: inline-block;
         
        font-size: 14px;
        font-weight: 500;
        line-height: 2.14;
        text-align: left;
        color: #fefefe;
        margin-right: 30px; }
        .ma-make-a-reservation-right .ma-make-a-room .ma-make-a-room2 ul li:last-child {
          margin-right: 0px; }
        @media screen and (max-width: 991px) {
          .ma-make-a-reservation-right .ma-make-a-room .ma-make-a-room2 ul li {
            margin-right: 20px; } }
        @media screen and (min-width: 992px) and (max-width: 1199px) {
          .ma-make-a-reservation-right .ma-make-a-room .ma-make-a-room2 ul li {
            margin-right: 20px; } }
    .ma-make-a-reservation-right .ma-make-a-room .ma-make-a-room2 h4 {
       
      font-size: 14px;
      font-weight: bold;
      line-height: 2.14;
      text-align: right;
      color: #fefefe; }
  .ma-make-a-reservation-right .ma-make-a-total {
    padding-top: 32px;
    padding-bottom: 29px;
    border-bottom: 1px solid #ffffff; }
    .ma-make-a-reservation-right .ma-make-a-total table {
      width: 100%; }
      .ma-make-a-reservation-right .ma-make-a-total table th {
         
        font-size: 14px;
        font-weight: bold;
        line-height: 2.14;
        text-align: left;
        color: #ffffff; }
      .ma-make-a-reservation-right .ma-make-a-total table td {
        text-align: right;
         
        font-size: 14px;
        font-weight: bold;
        line-height: 2.14;
        color: #ffffff; }
  .ma-make-a-reservation-right .ma-make-a-grand-total {
    padding-top: 30px;
    padding-bottom: 40px; }
    .ma-make-a-reservation-right .ma-make-a-grand-total table {
      width: 100%; }
      .ma-make-a-reservation-right .ma-make-a-grand-total table th {
         
        font-size: 14px;
        font-weight: bold;
        line-height: 2.14;
        text-align: left;
        color: #ffffff; }
      .ma-make-a-reservation-right .ma-make-a-grand-total table td {
        text-align: right;
         
        font-size: 14px;
        font-weight: bold;
        color: #ffffff; }
  .ma-make-a-reservation-right .ma-make-a-btn h4 {
    background-color: #333333;
    padding: 10px 0;
    text-align: center;
    border: 1px solid #333;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    .ma-make-a-reservation-right .ma-make-a-btn h4:hover {
      background: #ffffff;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
      .ma-make-a-reservation-right .ma-make-a-btn h4:hover a {
        color: #333333; }
    .ma-make-a-reservation-right .ma-make-a-btn h4 a {
       
      font-size: 16px;
      font-weight: bold;
      line-height: 1.88;
      text-align: center;
      color: #ffffff;
      padding: 16px 65px;
      text-decoration: none; }

/*end Reservation make a reservation*/
/*Reservation confirmation*/
.ma-confirmation .ma-gallery-grid-full-banner .ma-about-banner .ma-about-banner-destop .ma-banner-img {
  background: url("../images/04_01_room_list/background.jpg") no-repeat !important;
  background-size: contain;
  background-position: center center;
  height: 393px;
  width: 100%; }
  @media screen and (max-width: 991px) {
    .ma-confirmation .ma-gallery-grid-full-banner .ma-about-banner .ma-about-banner-destop .ma-banner-img {
      height: 260px; } }

.ma-confirmation-content {
  background: #f9f9f9;
  padding: 100px 0; }
  @media screen and (max-width: 991px) {
    .ma-confirmation-content .ma-select-room-breakcrumb {
      display: none; } }
  .ma-confirmation-content .ma-select-room-breakcrumb ul li.active {
    background: #f57f20; }
    .ma-confirmation-content .ma-select-room-breakcrumb ul li.active a {
      background: #f57f20;
      color: #ffffff; }
  .ma-confirmation-content .ma-select-room-breakcrumb ul li.make-a-reservation {
    background: #f57f20; }
    .ma-confirmation-content .ma-select-room-breakcrumb ul li.make-a-reservation span {
      background: #f57f20; }
      .ma-confirmation-content .ma-select-room-breakcrumb ul li.make-a-reservation span i {
        color: #ffffff; }
    .ma-confirmation-content .ma-select-room-breakcrumb ul li.make-a-reservation a {
      background: #f57f20;
      color: #ffffff; }
  .ma-confirmation-content .ma-select-room-breakcrumb ul li.confirmation {
    background: #f57f20; }
    .ma-confirmation-content .ma-select-room-breakcrumb ul li.confirmation span {
      background: #f57f20; }
      .ma-confirmation-content .ma-select-room-breakcrumb ul li.confirmation span i {
        color: #ffffff; }
    .ma-confirmation-content .ma-select-room-breakcrumb ul li.confirmation a {
      background: #f57f20;
      color: #ffffff; }
  .ma-confirmation-content .ma-confirmation-info .ma-confirmation-left {
    background: #ffffff;
    padding: 30px; }
    .ma-confirmation-content .ma-confirmation-info .ma-confirmation-left h2 {
       
      font-size: 30px;
      font-weight: bold;
      line-height: 1;
      text-align: center;
      color: #333333; }
    .ma-confirmation-content .ma-confirmation-info .ma-confirmation-left p {
       
      font-size: 16px;
      line-height: 1.88;
      text-align: center;
      color: #7b7b7b;
      padding: 20px 0; }
    .ma-confirmation-content .ma-confirmation-info .ma-confirmation-left ul {
      margin: 0px;
      padding: 0px; }
      .ma-confirmation-content .ma-confirmation-info .ma-confirmation-left ul li {
        list-style-type: none;
         
        font-size: 14px;
        line-height: 1.86;
        text-align: center;
        color: #7b7b7b; }
        .ma-confirmation-content .ma-confirmation-info .ma-confirmation-left ul li span {
          color: #f57f20; }
  .ma-confirmation-content .ma-make-a-grand-total {
    padding-bottom: 0px; }

/*Reservation confirmation*/
/*Reservation breakcrumb*/
@media screen and (max-width: 991px) {
  .ma-select-room-breakcrumb {
    display: none; } }

.ma-select-room-breakcrumb .breadcrumb {
  padding: 0px;
  background: transparent;
  list-style: none;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 60px;
  border-radius: 0px; }

.ma-select-room-breakcrumb ul {
  padding: 0px;
  margin-bottom: 50px; }
  .ma-select-room-breakcrumb ul li {
    display: table-cell;
    vertical-align: top;
    width: 1%;
    position: relative;
    border-right: 1px solid #ffffff; }
    .ma-select-room-breakcrumb ul li a {
       
      font-size: 16px;
      font-weight: 600;
      line-height: 1.88;
      text-align: left;
      color: #7b7b7b;
      text-decoration: none;
      padding: 10px 0 10px 45px;
      position: relative;
      display: inline-block;
      width: 100%;
      background-color: #f0f0f0;
      text-transform: capitalize; }
    .ma-select-room-breakcrumb ul li span {
      width: 30px;
      height: 30px;
      line-height: 30px;
      display: inline-block;
      border-radius: 100px;
      background: #f0f0f0;
      border: 1px solid #ffffff;
      z-index: 2;
      position: absolute;
      left: -16px;
      top: 8px;
      text-align: center; }
      .ma-select-room-breakcrumb ul li span i {
        font-family: FontAwesome;
        font-size: 16px;
        text-align: center;
        color: #7b7b7b; }
    .ma-select-room-breakcrumb ul li.completed {
      background: #f57f20; }
      .ma-select-room-breakcrumb ul li.completed a {
        background: #f57f20;
        color: #ffffff; }
    .ma-select-room-breakcrumb ul li.active span {
      width: 30px;
      height: 30px;
      line-height: 30px;
      display: inline-block;
      border-radius: 100px;
      background: #f57f20;
      border: 1px solid #f0f0f0;
      z-index: 2;
      position: absolute;
      left: -16px;
      top: 8px;
      text-align: center; }
      .ma-select-room-breakcrumb ul li.active span i {
        font-family: FontAwesome;
        font-size: 16px;
        text-align: center;
        color: #f9f9f9; }
    .ma-select-room-breakcrumb ul li:before {
      padding: 0px; }

.ma-select-room-breakcrumb .breadcrumb > li + li:before {
  color: #ccc;
  content: ""; }

/*end Reservation breakcrumb*/
.ma-events-list .ma-gallery-grid-full-banner .ma-about-banner .ma-about-banner-destop .ma-banner-img {
  background: url("../images/06_01_events_list/background.jpg") no-repeat !important;
  background-size: cover;
  background-position: center center;
  height: 393px;
  width: 100%; }
  @media screen and (max-width: 991px) {
    .ma-events-list .ma-gallery-grid-full-banner .ma-about-banner .ma-about-banner-destop .ma-banner-img {
      height: 260px; } }

.ma-events-lists-content {
  background: #f9f9f9;
  padding: 100px 0; }
  .ma-events-lists-content .ma-events-iem-img {
    position: relative; }
    .ma-events-lists-content .ma-events-iem-img img {
      width: 100%;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
    .ma-events-lists-content .ma-events-iem-img:hover img {
      opacity: 0.6;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }

.card .nav-tabs {
  border-bottom: 0px solid #DDD;
  padding-bottom: 30px; }

.card .nav-tabs > li.active > a, .card .nav-tabs > li.active > a:focus, .card .nav-tabs > li.active > a:hover {
  border-width: 0; }

.card .nav-tabs > li > a {
  border: none;
   
  font-size: 16px;
  font-weight: bold;
  line-height: 1.88;
  text-align: left;
  color: #aeaeae; }
  @media screen and (max-width: 364px) and (min-width: 0px) {
    .card .nav-tabs > li > a {
      font-size: 13px; } }

.card .nav-tabs > li.active > a, .card .nav-tabs > li > a:hover {
  border: none;
  color: #f57f20 !important;
  background: transparent; }

.card .nav-tabs > li.active > a::after, .card .nav-tabs > li:hover > a::after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.card .tab-nav > li > a::after {
  background: #21527d none repeat scroll 0% 0%;
  color: #fff; }

.card .tab-pane {
  padding: 15px 0; }

.ma-events-lists-content-item {
  background: #ffffff;
  margin-bottom: 60px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }
  .ma-events-lists-content-item:hover {
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }

.ma-events-lists-item-right {
  padding: 30px 0;
  padding-right: 30px; }
  @media screen and (max-width: 991px) {
    .ma-events-lists-item-right {
      padding: 20px; } }
  .ma-events-lists-item-right ul {
    margin: 0px;
    padding: 0px; }
    .ma-events-lists-item-right ul li {
      list-style-type: none; }
  .ma-events-lists-item-right .ma-event-item-time {
    float: left;
    margin-right: 30px;
    width: 100px;
    height: 120px;
    border: solid 2px #f57f20;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media screen and (max-width: 991px) {
      .ma-events-lists-item-right .ma-event-item-time {
        width: 80px;
        height: 100px;
        margin-right: 20px; } }
    .ma-events-lists-item-right .ma-event-item-time ul {
      text-align: center; }
      .ma-events-lists-item-right .ma-event-item-time ul li span {
         
        font-size: 60px;
        font-weight: bold;
        line-height: 0.5;
        text-align: center;
        color: #f57f20;
        margin: 0px; }
      .ma-events-lists-item-right .ma-event-item-time ul li:last-child span {
         
        font-size: 18px;
        font-weight: bold;
        line-height: 1.67;
        text-align: center;
        color: #f57f20; }
  .ma-events-lists-item-right .ma-event-item-info {
    padding-left: 130px;
    padding-bottom: 30px; }
    @media screen and (max-width: 991px) {
      .ma-events-lists-item-right .ma-event-item-info {
        padding-left: 100px; } }
    .ma-events-lists-item-right .ma-event-item-info h2 {
      margin: 0px;
      padding-bottom: 22px; }
      .ma-events-lists-item-right .ma-event-item-info h2 a {
         
        font-size: 30px;
        font-weight: bold;
        line-height: 1;
        text-align: left;
        color: #333333;
        text-decoration: none;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
        .ma-events-lists-item-right .ma-event-item-info h2 a:hover {
          color: #f57f20;
          -webkit-transition: all 0.5s;
          -o-transition: all 0.5s;
          transition: all 0.5s; }
        @media screen and (max-width: 991px) {
          .ma-events-lists-item-right .ma-event-item-info h2 a {
            font-size: 24px; } }
    .ma-events-lists-item-right .ma-event-item-info ul li {
       
      font-size: 14px;
      font-weight: bold;
      line-height: 2.14;
      text-align: left;
      color: #7b7b7b; }
      .ma-events-lists-item-right .ma-event-item-info ul li:last-child {
        color: #f57f20; }
  .ma-events-lists-item-right .ma-events-item-text p {
     
    font-size: 14px;
    line-height: 1.86;
    text-align: left;
    color: #7b7b7b;
    margin-bottom: 25px; }
  .ma-events-lists-item-right .ma-events-item-btn {
    float: right; }
    .ma-events-lists-item-right .ma-events-item-btn a {
       
      font-size: 16px;
      font-weight: bold;
      line-height: 1.88;
      color: #f57f20;
      text-decoration: none;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
      .ma-events-lists-item-right .ma-events-item-btn a:hover {
        color: #333;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }

.ma-event-grid .ma-gallery-grid-full-banner .ma-about-banner .ma-about-banner-destop .ma-banner-img {
  background: url("../images/06_01_events_list/background.jpg") no-repeat !important;
  background-size: cover;
  background-position: center center;
  height: 393px;
  width: 100%; }
  @media screen and (max-width: 991px) {
    .ma-event-grid .ma-gallery-grid-full-banner .ma-about-banner .ma-about-banner-destop .ma-banner-img {
      height: 260px; } }

.ma-events-grid-content {
  background: #f9f9f9;
  padding-top: 100px;
  padding-bottom: 40px; }
  .ma-events-grid-content .ma-events-lists-item-right {
    padding-left: 30px; }
    @media screen and (max-width: 991px) {
      .ma-events-grid-content .ma-events-lists-item-right {
        padding: 20px; } }
  .ma-events-grid-content .ma-events-iem-img img {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    width: 100%;
    height: auto;
    overflow: hidden; }
  .ma-events-grid-content .ma-events-iem-img:hover img {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0.7; }

.ma-events-details .ma-about-banner .ma-about-banner-destop .ma-banner-img {
  background: url("../images/06_01_events_list/background.jpg") no-repeat !important;
  background-size: cover;
  background-position: center center;
  height: 393px;
  width: 100%; }
  @media screen and (max-width: 991px) {
    .ma-events-details .ma-about-banner .ma-about-banner-destop .ma-banner-img {
      height: 260px; } }

.ma-events-details-content {
  padding: 100px 0; }
  .ma-events-details-content .ma-events-details-img img {
    width: 100%;
    height: auto; }
  .ma-events-details-content .ma-event-details-body {
    padding-top: 60px; }
    @media screen and (max-width: 991px) {
      .ma-events-details-content .ma-event-details-body {
        padding-top: 0px; } }
    .ma-events-details-content .ma-event-details-body .ma-event-details-body-left h1 {
       
      font-size: 36px;
      font-weight: bold;
      text-align: left;
      color: #333333; }
    .ma-events-details-content .ma-event-details-body .ma-event-details-body-left h4 {
       
      font-size: 16px;
      font-weight: bold;
      line-height: 1.88;
      text-align: left;
      color: #333333;
      margin-top: 40px;
      margin-bottom: 30px; }
    .ma-events-details-content .ma-event-details-body .ma-event-details-body-left .ma-event-details-left-des {
      border-bottom: 1px solid #f0f0f0;
      padding-bottom: 40px;
      margin-bottom: 40px; }
      .ma-events-details-content .ma-event-details-body .ma-event-details-body-left .ma-event-details-left-des p {
         
        font-size: 14px;
        line-height: 2.14;
        text-align: left;
        color: #7b7b7b; }
    .ma-events-details-content .ma-event-details-body .ma-event-details-body-left .ma-event-details-left-timeline {
      border-bottom: 1px solid #f0f0f0;
      padding-bottom: 40px;
      margin-bottom: 40px; }
      .ma-events-details-content .ma-event-details-body .ma-event-details-body-left .ma-event-details-left-timeline ul {
        margin: 0px;
        padding: 0px; }
        .ma-events-details-content .ma-event-details-body .ma-event-details-body-left .ma-event-details-left-timeline ul li {
          list-style-type: none;
           
          font-size: 14px;
          line-height: 2.57;
          text-align: left;
          font-weight: bold;
          color: #333333; }
          .ma-events-details-content .ma-event-details-body .ma-event-details-body-left .ma-event-details-left-timeline ul li span {
            color: #7b7b7b;
            font-weight: normal;
            padding-left: 30px; }

.ma-event-details-left-comment {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 30px;
  margin-bottom: 40px; }
  .ma-event-details-left-comment ul {
    margin: 0px;
    padding: 0px; }
    .ma-event-details-left-comment ul li {
      list-style-type: none;
      margin-bottom: 30px; }
      .ma-event-details-left-comment ul li .ma-event-details-comments-img {
        float: left;
        margin-right: 20px; }
        .ma-event-details-left-comment ul li .ma-event-details-comments-img img {
          width: 80px;
          height: 80px; }
      .ma-event-details-left-comment ul li .ma-event-details-comments-text {
        padding-left: 100px; }
        .ma-event-details-left-comment ul li .ma-event-details-comments-text .ma-events-details-author {
          position: relative; }
          .ma-event-details-left-comment ul li .ma-event-details-comments-text .ma-events-details-author .authour-name {
             
            font-size: 14px;
            line-height: 1.71;
            text-align: left;
            font-weight: 800;
            color: #333333; }
          .ma-event-details-left-comment ul li .ma-event-details-comments-text .ma-events-details-author .author-time {
            font-family: Raleway;
            font-size: 14px;
            line-height: 1.71;
            text-align: left;
            color: #7b7b7b;
            margin-left: 30px; }
            .ma-event-details-left-comment ul li .ma-event-details-comments-text .ma-events-details-author .author-time:before {
              content: '-';
              position: absolute;
              left: 45px;
              top: 0px; }
        .ma-event-details-left-comment ul li .ma-event-details-comments-text .ma-event-details-des {
          padding: 15px 0; }
          .ma-event-details-left-comment ul li .ma-event-details-comments-text .ma-event-details-des p {
             
            font-size: 14px;
            line-height: 1.86;
            text-align: left;
            color: #7b7b7b;
            margin: 0px; }
        .ma-event-details-left-comment ul li .ma-event-details-comments-text .ma-event-details-btn a {
           
          font-size: 14px;
          font-weight: bold;
          line-height: 1.71;
          text-align: left;
          color: #f57f20;
          text-decoration: none; }
          .ma-event-details-left-comment ul li .ma-event-details-comments-text .ma-event-details-btn a:hover {
            color: #333; }
          .ma-event-details-left-comment ul li .ma-event-details-comments-text .ma-event-details-btn a i {
            margin-left: 5px; }

.ma-event-details-left-add-comment input {
  height: 50px; }

.ma-event-details-left-add-comment textarea {
  height: 200px; }

.ma-event-details-left-add-comment .form-control {
  border-radius: 0px;
  margin-bottom: 30px;
  border-color: #f0f0f0; }
  .ma-event-details-left-add-comment .form-control:focus {
    border-color: #f57f20;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(176, 145, 79, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(176, 145, 79, 0.6); }

.ma-event-details-left-add-comment .btn {
  background: none;
  border-top: 2px solid #333333;
  border-bottom: 2px solid #333333;
  border-radius: 0px;
   
  font-size: 13px;
  font-weight: bold;
  line-height: 2.31;
  text-align: center;
  color: #333333; }

@media screen and (max-width: 991px) {
  .ma-event-details-left-add-comment .ma-event-details-submit {
    padding-bottom: 70px; } }

.ma-event-details-left-add-comment .ma-event-details-submit a {
   
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  padding: 15px 45px;
  border: 1px solid #f57f20;
  background: #f57f20;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }
  .ma-event-details-left-add-comment .ma-event-details-submit a:hover {
    color: #f57f20;
    background: #ffffff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    text-decoration: none; }

.ma-event-details-body-right {
  background: #f57f20;
  padding: 30px; }
  .ma-event-details-body-right h3 {
     
    font-size: 24px;
    font-weight: bold;
    line-height: 1.25;
    text-align: center;
    color: #ffffff;
    margin: 0px;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff; }
  .ma-event-details-body-right ul {
    margin: 0px;
    padding: 40px 0px; }
    .ma-event-details-body-right ul li {
      list-style-type: none;
      padding-bottom: 20px; }
      .ma-event-details-body-right ul li .ma-event-right-icon {
        float: left; }
        .ma-event-details-body-right ul li .ma-event-right-icon i {
          font-family: FontAwesome;
          font-size: 14px;
          color: #ffffff; }
      .ma-event-details-body-right ul li .ma-event-right-info {
        padding-left: 30px; }
        .ma-event-details-body-right ul li .ma-event-right-info p {
           
          font-size: 18px;
          font-weight: bold;
          text-align: left;
          color: #ffffff; }
          .ma-event-details-body-right ul li .ma-event-right-info p span {
             
            font-size: 16px;
            line-height: 1.88;
            font-weight: normal; }
  .ma-event-details-body-right .ma-event-details-right-btn h4 {
    margin: 0px;
    background: #333333;
    text-align: center;
    padding: 16px 0px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    .ma-event-details-body-right .ma-event-details-right-btn h4:hover {
      background: #fff;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
      .ma-event-details-body-right .ma-event-details-right-btn h4:hover a {
        color: #f57f20; }
    .ma-event-details-body-right .ma-event-details-right-btn h4 a {
       
      font-size: 16px;
      font-weight: bold;
      line-height: 1.88;
      text-align: center;
      color: #ffffff;
      padding: 16px 50px;
      text-decoration: none;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }

/*Blog list*/
.ma-blog-list .ma-about-banner .ma-about-banner-destop .ma-banner-img {
  background: url("../images/07_01_blog_list/background.jpg") no-repeat !important;
  background-size: cover;
  background-position: center center;
  height: 393px;
  width: 100%; }
  @media screen and (max-width: 991px) {
    .ma-blog-list .ma-about-banner .ma-about-banner-destop .ma-banner-img {
      height: 260px; } }

.ma-blog-list .ma-select-room-pagination {
  margin-top: 60px; }

.ma-blog-list-body {
  background: #f9f9f9;
  padding: 100px 0; }

.ma-blog-list-body-left .ma-blog-list-left-item {
  background: #ffffff;
  margin-bottom: 30px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }
  .ma-blog-list-body-left .ma-blog-list-left-item:hover {
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
  .ma-blog-list-body-left .ma-blog-list-left-item .ma-blog-list-left-item-img img {
    width: 100%;
    height: auto; }
  .ma-blog-list-body-left .ma-blog-list-left-item .ma-events-lists-item-right {
    padding: 20px 0;
    padding-right: 20px; }
    @media screen and (max-width: 991px) {
      .ma-blog-list-body-left .ma-blog-list-left-item .ma-events-lists-item-right {
        padding: 20px; } }
    .ma-blog-list-body-left .ma-blog-list-left-item .ma-events-lists-item-right .ma-event-item-time {
      width: 80px;
      height: 100px; }
    .ma-blog-list-body-left .ma-blog-list-left-item .ma-events-lists-item-right .ma-events-item-text p {
      margin-bottom: 0px; }
    .ma-blog-list-body-left .ma-blog-list-left-item .ma-events-lists-item-right .ma-event-item-info {
      padding-left: 100px; }
      .ma-blog-list-body-left .ma-blog-list-left-item .ma-events-lists-item-right .ma-event-item-info h2 {
        padding-bottom: 10px; }
        .ma-blog-list-body-left .ma-blog-list-left-item .ma-events-lists-item-right .ma-event-item-info h2 a {
          font-size: 24px; }
      .ma-blog-list-body-left .ma-blog-list-left-item .ma-events-lists-item-right .ma-event-item-info ul li {
        display: inline-block;
        margin-right: 20px; }
        .ma-blog-list-body-left .ma-blog-list-left-item .ma-events-lists-item-right .ma-event-item-info ul li a {
           
          font-size: 14px;
          line-height: 2.14;
          text-align: left;
          color: #7b7b7b;
          font-weight: normal;
          text-decoration: none;
          -webkit-transition: all 0.5s;
          -o-transition: all 0.5s;
          transition: all 0.5s; }
          .ma-blog-list-body-left .ma-blog-list-left-item .ma-events-lists-item-right .ma-event-item-info ul li a:hover {
            color: #f57f20;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s; }
          .ma-blog-list-body-left .ma-blog-list-left-item .ma-events-lists-item-right .ma-event-item-info ul li a i {
            color: #f57f20;
            padding-right: 5px; }

/*blog list*/
/*blog grid*/
.ma-blog-grid .ma-about-banner .ma-about-banner-destop .ma-banner-img {
  background: url("../images/07_01_blog_list/background.jpg") no-repeat !important;
  background-size: cover;
  background-position: center center;
  height: 393px;
  width: 100%; }
  @media screen and (max-width: 991px) {
    .ma-blog-grid .ma-about-banner .ma-about-banner-destop .ma-banner-img {
      height: 260px; } }

.ma-blog-grid .ma-select-room-pagination {
  margin-top: 60px; }

.ma-blog-grid-body {
  padding: 100px 0;
  background: #f9f9f9; }
  .ma-blog-grid-body .ma-blog-grid-body-left .ma-blog-grid-left-item {
    background: #ffffff;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    .ma-blog-grid-body .ma-blog-grid-body-left .ma-blog-grid-left-item:hover {
      -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
      .ma-blog-grid-body .ma-blog-grid-body-left .ma-blog-grid-left-item:hover .ma-blog-grid-left-item-img img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
    .ma-blog-grid-body .ma-blog-grid-body-left .ma-blog-grid-left-item .ma-blog-grid-left-item-img {
      overflow: hidden; }
      .ma-blog-grid-body .ma-blog-grid-body-left .ma-blog-grid-left-item .ma-blog-grid-left-item-img img {
        width: 100%;
        height: auto;
        overflow: hidden;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
    .ma-blog-grid-body .ma-blog-grid-body-left .ma-blog-grid-left-item .ma-blog-grid-left-item-text {
      padding: 30px; }
      .ma-blog-grid-body .ma-blog-grid-body-left .ma-blog-grid-left-item .ma-blog-grid-left-item-text h2 {
        margin: 0px;
        line-height: 0px;
        border-bottom: 1px solid #f0f0f0;
        padding-bottom: 20px;
        margin-bottom: 20px; }
        .ma-blog-grid-body .ma-blog-grid-body-left .ma-blog-grid-left-item .ma-blog-grid-left-item-text h2 a {
           
          font-size: 18px;
          font-weight: bold;
          line-height: 1.44;
          text-align: left;
          color: #333333;
          text-decoration: none; }
        .ma-blog-grid-body .ma-blog-grid-body-left .ma-blog-grid-left-item .ma-blog-grid-left-item-text h2:hover a {
          color: #f57f20; }
      .ma-blog-grid-body .ma-blog-grid-body-left .ma-blog-grid-left-item .ma-blog-grid-left-item-text .time {
         
        font-size: 14px;
        font-weight: 500;
        line-height: 2.14;
        text-align: left;
        color: #aeaeae; }

/*blog grid*/
/*post details*/
.ma-post-details .ma-about-banner .ma-about-banner-destop .ma-banner-img {
  background: url("../images/07_01_blog_list/background.jpg") no-repeat !important;
  background-size: cover;
  background-position: center center;
  height: 393px;
  width: 100%; }
  @media screen and (max-width: 991px) {
    .ma-post-details .ma-about-banner .ma-about-banner-destop .ma-banner-img {
      height: 260px; } }

.ma-posts-details-body {
  background: #f9f9f9;
  padding: 100px 0; }
  .ma-posts-details-body .ma-posts-details-body-left h4 {
     
    font-size: 16px;
    font-weight: bold;
    line-height: 1.88;
    text-align: left;
    color: #333333;
    margin-top: 40px;
    margin-bottom: 30px; }
  .ma-posts-details-body .ma-posts-details-body-left .ma-event-item-time {
    width: 80px;
    height: 100px;
    overflow: hidden; }
  .ma-posts-details-body .ma-posts-details-body-left .ma-posts-details-left-img img {
    width: 100%;
    height: auto;
    overflow: hidden; }
  .ma-posts-details-body .ma-posts-details-body-left .ma-posts-details-left-title .ma-event-item-info {
    padding-bottom: 0px;
    padding-right: 0px; }
    .ma-posts-details-body .ma-posts-details-body-left .ma-posts-details-left-title .ma-event-item-info h1 {
       
      font-size: 24px;
      font-weight: bold;
      line-height: 1.08;
      text-align: left;
      color: #333333;
      margin-bottom: 20px; }
    .ma-posts-details-body .ma-posts-details-body-left .ma-posts-details-left-title .ma-event-item-info ul li {
      display: inline-block;
      margin-right: 20px; }
      .ma-posts-details-body .ma-posts-details-body-left .ma-posts-details-left-title .ma-event-item-info ul li a {
         
        font-size: 14px;
        line-height: 2.14;
        text-align: left;
        color: #7b7b7b;
        text-decoration: none;
        font-weight: 400; }
        .ma-posts-details-body .ma-posts-details-body-left .ma-posts-details-left-title .ma-event-item-info ul li a:hover {
          color: #f57f20; }
        .ma-posts-details-body .ma-posts-details-body-left .ma-posts-details-left-title .ma-event-item-info ul li a i {
          margin-right: 5px;
          color: #f57f20; }

.ma-posts-details-left-text {
  background: #fff;
  padding: 40px; }
  .ma-posts-details-left-text p {
     
    font-size: 14px;
    line-height: 2.14;
    text-align: left;
    color: #7b7b7b;
    margin: 0px; }

.ma-posts-details-left-share {
  background: #fff;
  margin-top: 20px;
  margin-bottom: 60px;
  padding-left: 40px;
  padding-top: 20px;
  padding-bottom: 20px; }
  .ma-posts-details-left-share p {
    margin: 0px; }
    .ma-posts-details-left-share p span {
       
      font-weight: bold;
      font-size: 14px;
      line-height: 2.14;
      text-align: left;
      color: #333333;
      margin-right: 15px; }
      .ma-posts-details-left-share p span a {
        color: #333333; }
        .ma-posts-details-left-share p span a:hover {
          color: #f57f20; }

/*post details*/
/*shortcode buttons*/
.ma-shortcode-button .ma-about-banner .ma-about-banner-destop .ma-banner-img {
  background: url("../images/08_01_buttons/background.jpg") no-repeat !important;
  background-size: cover;
  background-position: center center;
  height: 393px;
  width: 100%; }
  @media screen and (max-width: 991px) {
    .ma-shortcode-button .ma-about-banner .ma-about-banner-destop .ma-banner-img {
      height: 260px; } }

.ma-shortcode-buttons-body {
  padding: 100px 0;
  background: #f9f9f9; }
  .ma-shortcode-buttons-body .ma-btn {
    width: 100%; }
    @media screen and (max-width: 991px) {
      .ma-shortcode-buttons-body .ma-btn {
        margin-bottom: 30px; } }
  .ma-shortcode-buttons-body h2 {
     
    font-size: 30px;
    font-weight: bold;
    text-align: left;
    color: #333333;
    margin: 0px;
    padding-bottom: 60px; }
  .ma-shortcode-buttons-body a {
     
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    text-decoration: none; }

.ma-shortcode-small-buttons {
  margin-bottom: 100px; }
  .ma-shortcode-small-buttons .ma-btn {
    width: 100%; }
    @media screen and (max-width: 991px) {
      .ma-shortcode-small-buttons .ma-btn {
        margin-bottom: 30px; } }

.ma-shortcode-medium-button {
  margin-bottom: 100px; }

/*end shortcode buttons*/
/*shortcode accordion*/
.ma-shortcode-accordion .ma-about-banner .ma-about-banner-destop .ma-banner-img {
  background: url("../images/08_01_buttons/background.jpg") no-repeat !important;
  background-size: cover;
  background-position: center center;
  height: 393px;
  width: 100%; }
  @media screen and (max-width: 991px) {
    .ma-shortcode-accordion .ma-about-banner .ma-about-banner-destop .ma-banner-img {
      height: 260px; } }

.ma-shortcode-accordion-body {
  padding: 100px 0;
  background: #f9f9f9; }
  .ma-shortcode-accordion-body h2 {
     
    font-size: 30px;
    font-weight: bold;
    text-align: left;
    color: #333333;
    margin-bottom: 40px; }
  .ma-shortcode-accordion-body .ma-accordion-default {
    margin-bottom: 100px; }
  .ma-shortcode-accordion-body h4.ma-accordion-toggle-default {
    border-top: 1px solid #f0f0f0;
    cursor: pointer;
    margin: 0;
    padding: 20px 50px;
    position: relative;
     
    font-size: 16px;
    line-height: 1.88;
    font-weight: bold;
    text-align: left;
    color: #222222; }
    .ma-shortcode-accordion-body h4.ma-accordion-toggle-default:first-child {
      border: none; }
    .ma-shortcode-accordion-body h4.ma-accordion-toggle-default.active:after {
      content: "\f068";
      position: absolute;
      left: 0;
      top: 20px;
      font-family: FontAwesome;
      color: #fff;
      background: #f57f20;
      border: 1px solid #f57f20;
      padding: 9px;
      line-height: 12px; }
    .ma-shortcode-accordion-body h4.ma-accordion-toggle-default.active:before {
      display: none; }
    .ma-shortcode-accordion-body h4.ma-accordion-toggle-default:before {
      content: "\f067";
      position: absolute;
      left: 0;
      top: 20px;
      font-family: FontAwesome;
      color: #aeaeae;
      border: 1px solid #f0f0f0;
      padding: 9px;
      background: #f0f0f0;
      line-height: 12px; }
  .ma-shortcode-accordion-body .ma-accordion-content-default {
    display: none; }
    .ma-shortcode-accordion-body .ma-accordion-content-default p {
       
      font-size: 14px;
      line-height: 26px;
      text-align: left;
      color: #7b7b7b;
      margin-top: 29px;
      padding-bottom: 27px;
      padding-left: 35px; }
  .ma-shortcode-accordion-body .ma-accordion-with-bg {
    background: #fff;
    padding: 10px 40px; }
    @media screen and (max-width: 991px) {
      .ma-shortcode-accordion-body .ma-accordion-with-bg {
        padding: 0px; } }
    .ma-shortcode-accordion-body .ma-accordion-with-bg h4.ma-accordion-toggle-default.active:after {
      content: "\f068";
      position: absolute;
      left: 0;
      top: 20px;
      font-family: FontAwesome;
      color: #f57f20;
      background: transparent;
      border: none;
      padding: 9px;
      line-height: 12px; }
    .ma-shortcode-accordion-body .ma-accordion-with-bg h4.ma-accordion-toggle-default.active:before {
      display: none; }
    .ma-shortcode-accordion-body .ma-accordion-with-bg h4.ma-accordion-toggle-default:before {
      content: "\f067";
      position: absolute;
      left: 0;
      top: 20px;
      font-family: FontAwesome;
      color: #aeaeae;
      border: none;
      padding: 9px;
      background: transparent;
      line-height: 12px; }

/*End shortcode accordion*/
/*shortcode Notification*/
.ma-notification-boxes .ma-about-banner .ma-about-banner-destop .ma-banner-img {
  background: url("../images/08_01_buttons/background.jpg") no-repeat !important;
  background-size: cover;
  background-position: center center;
  height: 393px;
  width: 100%; }
  @media screen and (max-width: 991px) {
    .ma-notification-boxes .ma-about-banner .ma-about-banner-destop .ma-banner-img {
      height: 260px; } }

.ma-notification-boxes-body {
  background: #f9f9f9;
  padding: 100px 0; }
  .ma-notification-boxes-body .title {
     
    font-size: 30px;
    font-weight: bold;
    text-align: left;
    color: #333333;
    margin-bottom: 60px; }
  .ma-notification-boxes-body .list-item {
    padding-bottom: 100px; }
    .ma-notification-boxes-body .list-item:last-child {
      padding-bottom: 0px; }
  .ma-notification-boxes-body .ma-alert {
    padding: 17px 30px;
    margin-bottom: 20px;
    background: #fff;
     
    font-size: 14px;
    text-align: left;
    color: #7b7b7b; }
    .ma-notification-boxes-body .ma-alert span {
      font-family: FontAwesome;
      font-size: 18px;
      color: #f57f20;
      margin-right: 30px; }
    .ma-notification-boxes-body .ma-alert a {
      color: #f57f20; }
      .ma-notification-boxes-body .ma-alert a:hover {
        color: #333; }
  .ma-notification-boxes-body .ma-alert-border-top {
    border-top: 2px solid #f57f20; }
  .ma-notification-boxes-body .ma-alert-border {
    border: 1px solid #f57f20; }
  .ma-notification-boxes-body .ma-alert-default {
    border-top: 2px solid #aeaeae; }
    .ma-notification-boxes-body .ma-alert-default span {
      color: #7b7b7b; }
    .ma-notification-boxes-body .ma-alert-default a {
      color: #e0e0e0; }
  .ma-notification-boxes-body .ma-alert-success {
    border-top: 2px solid #62b043; }
    .ma-notification-boxes-body .ma-alert-success span {
      color: #62b043; }
    .ma-notification-boxes-body .ma-alert-success a {
      color: #62b043; }
  .ma-notification-boxes-body .ma-alert-warning {
    border-top: 2px solid #ca4646; }
    .ma-notification-boxes-body .ma-alert-warning span {
      color: #ca4646; }
    .ma-notification-boxes-body .ma-alert-warning a {
      color: #ca4646; }
  .ma-notification-boxes-body .ma-alert-danger {
    border-top: 2px solid #f57f20; }
    .ma-notification-boxes-body .ma-alert-danger span {
      color: #f57f20; }
    .ma-notification-boxes-body .ma-alert-danger a {
      color: #f57f20; }

/*End shortcode Notification*/
/*shortcode Incon Box*/
.ma-icon-box .ma-about-banner .ma-about-banner-destop .ma-banner-img {
  background: url("../images/08_01_buttons/background.jpg") no-repeat !important;
  background-size: cover;
  background-position: center center;
  height: 393px;
  width: 100%; }
  @media screen and (max-width: 991px) {
    .ma-icon-box .ma-about-banner .ma-about-banner-destop .ma-banner-img {
      height: 260px; } }

.ma-icon-box-body {
  padding-top: 100px;
  padding-bottom: 40px; }
  .ma-icon-box-body .ma-iconbox-left h2 {
     
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #333333;
    margin-bottom: 70px; }
  .ma-icon-box-body .ma-iconbox-left .ma-iconbox-item {
    margin-bottom: 60px;
    position: relative; }
    .ma-icon-box-body .ma-iconbox-left .ma-iconbox-item .ma-iconbox-item-icon {
      position: absolute;
      top: 5px; }
      .ma-icon-box-body .ma-iconbox-left .ma-iconbox-item .ma-iconbox-item-icon span {
        font-family: themify;
        font-size: 44px;
        text-align: left;
        color: #f57f20; }
    .ma-icon-box-body .ma-iconbox-left .ma-iconbox-item .ma-iconbox-item-text {
      padding-left: 60px; }
      .ma-icon-box-body .ma-iconbox-left .ma-iconbox-item .ma-iconbox-item-text h4 {
         
        font-size: 18px;
        font-weight: bold;
        line-height: 1.67;
        text-align: left;
        color: #333333;
        margin-top: 0px; }
      .ma-icon-box-body .ma-iconbox-left .ma-iconbox-item .ma-iconbox-item-text p {
         
        font-size: 14px;
        line-height: 2.14;
        text-align: left;
        color: #666666; }
  .ma-icon-box-body .ma-iconbox-on-top h2 {
     
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #333333;
    margin-bottom: 70px; }
  .ma-icon-box-body .ma-iconbox-on-top .ma-iconbox-item {
    margin-bottom: 60px;
    position: relative; }
    .ma-icon-box-body .ma-iconbox-on-top .ma-iconbox-item .ma-iconbox-item-icon {
      text-align: center; }
      .ma-icon-box-body .ma-iconbox-on-top .ma-iconbox-item .ma-iconbox-item-icon span {
        font-family: themify;
        font-size: 44px;
        color: #f57f20; }
    .ma-icon-box-body .ma-iconbox-on-top .ma-iconbox-item .ma-iconbox-item-text {
      margin-top: 30px; }
      .ma-icon-box-body .ma-iconbox-on-top .ma-iconbox-item .ma-iconbox-item-text h4 {
         
        font-size: 18px;
        font-weight: bold;
        line-height: 1.67;
        text-align: center;
        color: #333333;
        margin-top: 0px; }
      .ma-icon-box-body .ma-iconbox-on-top .ma-iconbox-item .ma-iconbox-item-text p {
         
        font-size: 14px;
        line-height: 2.14;
        text-align: center;
        color: #666666; }

/*End shortcode Incon Box*/
/*shortcode Tabs*/
.ma-shortcode-tabs .ma-about-banner .ma-about-banner-destop .ma-banner-img {
  background: url("../images/08_01_buttons/background.jpg") no-repeat !important;
  background-size: cover;
  background-position: center center;
  height: 393px;
  width: 100%; }
  @media screen and (max-width: 991px) {
    .ma-shortcode-tabs .ma-about-banner .ma-about-banner-destop .ma-banner-img {
      height: 260px; } }

.ma-shortcode-tabs-body {
  background: #f9f9f9;
  padding: 100px 0; }
  .ma-shortcode-tabs-body .ma-shortcode-tabs-default .ma-tabs-default {
    background: #fff;
    padding: 30px; }
  .ma-shortcode-tabs-body .ma-shortcode-tabs-default .tabbable h2 {
     
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    text-align: left;
    color: #333333;
    margin-bottom: 45px; }
  .ma-shortcode-tabs-body .ma-shortcode-tabs-default .tabbable ul.nav-tabs li a {
     
    font-size: 14px;
    font-weight: bold;
    line-height: 2.14;
    text-align: left;
    color: #aeaeae;
    padding: 0px;
    padding-right: 30px;
    padding-bottom: 10px; }
    @media screen and (min-width: 320px) and (max-width: 366px) {
      .ma-shortcode-tabs-body .ma-shortcode-tabs-default .tabbable ul.nav-tabs li a {
        padding-right: 6px; } }
    .ma-shortcode-tabs-body .ma-shortcode-tabs-default .tabbable ul.nav-tabs li a:hover {
      background: transparent;
      border: 1px solid transparent; }
  .ma-shortcode-tabs-body .ma-shortcode-tabs-default .tabbable ul.nav-tabs li.active a {
    background-color: transparent;
    border: none;
    color: #333333; }
  .ma-shortcode-tabs-body .ma-shortcode-tabs-default .tabbable ul.nav-tabs li:last-child a {
    padding: 0px; }
  .ma-shortcode-tabs-body .ma-shortcode-tabs-default .tabbable .tab-content {
    padding-top: 20px; }
    .ma-shortcode-tabs-body .ma-shortcode-tabs-default .tabbable .tab-content p {
       
      font-size: 14px;
      line-height: 1.86;
      text-align: left;
      color: #7b7b7b;
      background-color: transparent;
      border: none; }
  .ma-shortcode-tabs-body .ma-shortcode-tabs-on-top {
    margin-top: 100px; }
    .ma-shortcode-tabs-body .ma-shortcode-tabs-on-top .ma-tabs-default {
      background: #fff; }
    @media screen and (max-width: 366px) and (min-width: 320px) {
      .ma-shortcode-tabs-body .ma-shortcode-tabs-on-top .nav > li > a {
        padding: 8px 12px; } }
    .ma-shortcode-tabs-body .ma-shortcode-tabs-on-top .tabbable h2 {
       
      font-size: 30px;
      font-weight: bold;
      line-height: 1;
      text-align: left;
      color: #333333;
      margin-bottom: 45px; }
    .ma-shortcode-tabs-body .ma-shortcode-tabs-on-top .tabbable ul.nav-tabs {
      background: #f9f9f9;
      border: none; }
      .ma-shortcode-tabs-body .ma-shortcode-tabs-on-top .tabbable ul.nav-tabs li {
        margin-bottom: -2px;
        border: 1px solid #f0f0f0;
        border-bottom: none; }
        .ma-shortcode-tabs-body .ma-shortcode-tabs-on-top .tabbable ul.nav-tabs li a {
           
          font-size: 14px;
          font-weight: bold;
          line-height: 2.14;
          text-align: left;
          color: #aeaeae;
          margin-right: 0px;
          border-radius: 0px; }
          .ma-shortcode-tabs-body .ma-shortcode-tabs-on-top .tabbable ul.nav-tabs li a:hover {
            background-color: #ffffff;
            border: 1px solid transparent; }
        .ma-shortcode-tabs-body .ma-shortcode-tabs-on-top .tabbable ul.nav-tabs li.active {
          border: 1px solid transparent; }
          .ma-shortcode-tabs-body .ma-shortcode-tabs-on-top .tabbable ul.nav-tabs li.active a {
            border: none; }
    .ma-shortcode-tabs-body .ma-shortcode-tabs-on-top .tabbable .tab-content {
      padding-top: 20px;
      padding-right: 30px;
      padding-left: 30px; }
      .ma-shortcode-tabs-body .ma-shortcode-tabs-on-top .tabbable .tab-content p {
         
        font-size: 14px;
        line-height: 1.86;
        text-align: left;
        color: #7b7b7b;
        background-color: transparent;
        border: none; }
  .ma-shortcode-tabs-body .ma-shortcode-tabs-on-left1 {
    margin-top: 100px;
    position: relative; }
    .ma-shortcode-tabs-body .ma-shortcode-tabs-on-left1 .ma-tabs-default {
      background: #fff;
      padding: 30px; }
    .ma-shortcode-tabs-body .ma-shortcode-tabs-on-left1 .tabbable h2 {
       
      font-size: 30px;
      font-weight: bold;
      line-height: 1;
      text-align: left;
      color: #333333;
      margin-bottom: 45px; }
    .ma-shortcode-tabs-body .ma-shortcode-tabs-on-left1 .tabbable ul.nav-tabs {
      border-bottom: 1px solid transparent; }
      .ma-shortcode-tabs-body .ma-shortcode-tabs-on-left1 .tabbable ul.nav-tabs li a {
         
        font-size: 14px;
        font-weight: bold;
        line-height: 2.14;
        text-align: left;
        color: #aeaeae;
        padding-bottom: 10px; }
        .ma-shortcode-tabs-body .ma-shortcode-tabs-on-left1 .tabbable ul.nav-tabs li a:hover {
          background: transparent;
          border: 1px solid transparent; }
      .ma-shortcode-tabs-body .ma-shortcode-tabs-on-left1 .tabbable ul.nav-tabs li.active a {
        background-color: transparent;
        border: none;
        color: #333333; }
    .ma-shortcode-tabs-body .ma-shortcode-tabs-on-left1 .tabbable .tab-content {
      padding-left: 160px; }
      .ma-shortcode-tabs-body .ma-shortcode-tabs-on-left1 .tabbable .tab-content p {
         
        font-size: 14px;
        line-height: 1.86;
        text-align: left;
        color: #7b7b7b;
        margin: 0px;
        background-color: transparent;
        border: none; }
    .ma-shortcode-tabs-body .ma-shortcode-tabs-on-left1 .tabs-left > .nav-tabs > li,
    .ma-shortcode-tabs-body .ma-shortcode-tabs-on-left1 .tabs-right > .nav-tabs > li {
      float: none; }
    .ma-shortcode-tabs-body .ma-shortcode-tabs-on-left1 .tabs-left > .nav-tabs > li > a,
    .ma-shortcode-tabs-body .ma-shortcode-tabs-on-left1 .tabs-right > .nav-tabs > li > a {
      min-width: 74px;
      margin-right: 0;
      margin-bottom: 3px; }
    .ma-shortcode-tabs-body .ma-shortcode-tabs-on-left1 .tabs-left > .nav-tabs {
      float: left;
      padding-right: 30px;
      margin-right: 30px;
      border-right: 1px solid #ddd; }
    .ma-shortcode-tabs-body .ma-shortcode-tabs-on-left1 .tabs-left > .nav-tabs > li > a {
      margin-right: -1px;
      -webkit-border-radius: 4px 0 0 4px;
      -moz-border-radius: 4px 0 0 4px;
      border-radius: 4px 0 0 4px; }
    .ma-shortcode-tabs-body .ma-shortcode-tabs-on-left1 .tabs-left > .nav-tabs > li > a:hover,
    .ma-shortcode-tabs-body .ma-shortcode-tabs-on-left1 .tabs-left > .nav-tabs > li > a:focus {
      border-color: #eeeeee #dddddd #eeeeee #eeeeee; }
    .ma-shortcode-tabs-body .ma-shortcode-tabs-on-left1 .tabs-left > .nav-tabs .active > a,
    .ma-shortcode-tabs-body .ma-shortcode-tabs-on-left1 .tabs-left > .nav-tabs .active > a:hover,
    .ma-shortcode-tabs-body .ma-shortcode-tabs-on-left1 .tabs-left > .nav-tabs .active > a:focus {
      border-color: #ddd transparent #ddd #ddd;
      border-right-color: #ffffff; }
  .ma-shortcode-tabs-body .ma-shortcode-tabs-on-left2 {
    margin-top: 100px; }
    .ma-shortcode-tabs-body .ma-shortcode-tabs-on-left2 .tabbable h2 {
       
      font-size: 30px;
      font-weight: bold;
      line-height: 1;
      text-align: left;
      color: #333333;
      margin-bottom: 45px; }
    .ma-shortcode-tabs-body .ma-shortcode-tabs-on-left2 .tabbable ul.nav-tabs {
      background: #f9f9f9;
      border: none; }
      .ma-shortcode-tabs-body .ma-shortcode-tabs-on-left2 .tabbable ul.nav-tabs li {
        margin-bottom: -2px;
        border: 1px solid #f0f0f0;
        border-bottom: none; }
        .ma-shortcode-tabs-body .ma-shortcode-tabs-on-left2 .tabbable ul.nav-tabs li a {
           
          font-size: 14px;
          font-weight: bold;
          line-height: 2.14;
          text-align: left;
          color: #aeaeae;
          margin-right: 0px;
          border-radius: 0px; }
          .ma-shortcode-tabs-body .ma-shortcode-tabs-on-left2 .tabbable ul.nav-tabs li a:hover {
            background-color: #ffffff;
            border: 1px solid transparent; }
        .ma-shortcode-tabs-body .ma-shortcode-tabs-on-left2 .tabbable ul.nav-tabs li.active {
          border: 1px solid transparent; }
          .ma-shortcode-tabs-body .ma-shortcode-tabs-on-left2 .tabbable ul.nav-tabs li.active a {
            border: none; }
    .ma-shortcode-tabs-body .ma-shortcode-tabs-on-left2 .tabbable .tab-content {
      padding: 30px;
      margin-left: 97px;
      background: #ffffff;
      min-height: 158px; }
      .ma-shortcode-tabs-body .ma-shortcode-tabs-on-left2 .tabbable .tab-content p {
         
        font-size: 14px;
        line-height: 1.86;
        text-align: left;
        color: #7b7b7b;
        background-color: transparent;
        border: none; }
    .ma-shortcode-tabs-body .ma-shortcode-tabs-on-left2 .tabs-left > .nav-tabs > li,
    .ma-shortcode-tabs-body .ma-shortcode-tabs-on-left2 .tabs-right > .nav-tabs > li {
      float: none; }
    .ma-shortcode-tabs-body .ma-shortcode-tabs-on-left2 .tabs-left > .nav-tabs > li > a,
    .ma-shortcode-tabs-body .ma-shortcode-tabs-on-left2 .tabs-right > .nav-tabs > li > a {
      min-width: 74px;
      margin-right: 0;
      margin-bottom: 3px; }
    .ma-shortcode-tabs-body .ma-shortcode-tabs-on-left2 .tabs-left > .nav-tabs {
      float: left;
      border-right: 1px solid #ddd; }
    .ma-shortcode-tabs-body .ma-shortcode-tabs-on-left2 .tabs-left > .nav-tabs > li > a {
      margin-right: -1px;
      -webkit-border-radius: 4px 0 0 4px;
      -moz-border-radius: 4px 0 0 4px;
      border-radius: 4px 0 0 4px; }
    .ma-shortcode-tabs-body .ma-shortcode-tabs-on-left2 .tabs-left > .nav-tabs > li > a:hover,
    .ma-shortcode-tabs-body .ma-shortcode-tabs-on-left2 .tabs-left > .nav-tabs > li > a:focus {
      border-color: #eeeeee #dddddd #eeeeee #eeeeee; }
    .ma-shortcode-tabs-body .ma-shortcode-tabs-on-left2 .tabs-left > .nav-tabs .active > a,
    .ma-shortcode-tabs-body .ma-shortcode-tabs-on-left2 .tabs-left > .nav-tabs .active > a:hover,
    .ma-shortcode-tabs-body .ma-shortcode-tabs-on-left2 .tabs-left > .nav-tabs .active > a:focus {
      border-color: #ddd transparent #ddd #ddd;
      border-right-color: #ffffff; }

/*End shortcode Tabs*/
/*shortcode Typography*/
.ma-typography .ma-about-banner .ma-about-banner-destop .ma-banner-img {
  background: url("../images/08_01_buttons/background.jpg") no-repeat !important;
  background-size: cover;
  background-position: center center;
  height: 393px;
  width: 100%; }
  @media screen and (max-width: 991px) {
    .ma-typography .ma-about-banner .ma-about-banner-destop .ma-banner-img {
      height: 260px; } }

.ma-typography-body {
  background: #f9f9f9;
  padding: 100px 0; }
  .ma-typography-body .ma-typography-head-align-caps {
    border-bottom: 1px solid #aeaeae; }
  .ma-typography-body .ma-typography-heading .ma-typography-heading-item {
    margin-bottom: 60px; }
    .ma-typography-body .ma-typography-heading .ma-typography-heading-item h1 {
       
      font-size: 60px;
      font-weight: bold;
      text-align: left;
      color: #333333;
      margin: 0; }
    .ma-typography-body .ma-typography-heading .ma-typography-heading-item h2 {
       
      font-size: 48px;
      font-weight: bold;
      text-align: left;
      color: #333333; }
    .ma-typography-body .ma-typography-heading .ma-typography-heading-item h3 {
       
      font-size: 36px;
      font-weight: bold;
      text-align: left;
      color: #333333; }
    .ma-typography-body .ma-typography-heading .ma-typography-heading-item h4 {
       
      font-size: 30px;
      font-weight: bold;
      text-align: left;
      color: #333333; }
    .ma-typography-body .ma-typography-heading .ma-typography-heading-item h5 {
       
      font-size: 24px;
      font-weight: bold;
      text-align: left;
      color: #333333; }
    .ma-typography-body .ma-typography-heading .ma-typography-heading-item h6 {
       
      font-size: 18px;
      font-weight: bold;
      text-align: left;
      color: #333333; }
    .ma-typography-body .ma-typography-heading .ma-typography-heading-item p {
       
      font-size: 14px;
      line-height: 1.86;
      text-align: left;
      color: #7b7b7b;
      margin-top: 30px;
      margin-bottom: 0px; }
  .ma-typography-body .ma-typography-right .ma-typography-text-align {
    border-bottom: 1px solid #aeaeae; }
    .ma-typography-body .ma-typography-right .ma-typography-text-align h4 {
       
      font-size: 30px;
      font-weight: bold;
      text-align: left;
      color: #333333;
      margin-bottom: 54px; }
    .ma-typography-body .ma-typography-right .ma-typography-text-align h5 {
       
      font-size: 24px;
      font-weight: bold;
      color: #333333;
      margin-bottom: 37px;
      margin-top: 0px; }
    .ma-typography-body .ma-typography-right .ma-typography-text-align p {
       
      font-size: 14px;
      line-height: 1.86;
      color: #7b7b7b;
      margin: 0px; }
    .ma-typography-body .ma-typography-right .ma-typography-text-align .ma-typography-text-align-item-left {
      text-align: left;
      padding-bottom: 57px; }
    .ma-typography-body .ma-typography-right .ma-typography-text-align .ma-typography-text-align-item-center {
      text-align: center;
      padding-bottom: 57px; }
    .ma-typography-body .ma-typography-right .ma-typography-text-align .ma-typography-text-align-item-right {
      text-align: right;
      padding-bottom: 57px; }
  .ma-typography-body .ma-typography-dropcabs h4 {
     
    font-size: 30px;
    font-weight: bold;
    text-align: left;
    color: #333333;
    margin-bottom: 54px;
    margin-top: 60px; }
  .ma-typography-body .ma-typography-dropcabs p {
     
    font-size: 14px;
    line-height: 1.86;
    text-align: left;
    color: #7b7b7b; }
    .ma-typography-body .ma-typography-dropcabs p span {
       
      font-size: 60px;
      font-weight: bold;
      text-align: left;
      line-height: 0.9;
      color: #333333;
      float: left;
      margin-right: 20px; }
      .ma-typography-body .ma-typography-dropcabs p span.ma-dropcabs-2 {
        background: #f57f20;
        width: 60px;
        height: 60px;
        color: #ffffff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
  .ma-typography-body .ma-typography-blockquotes h4 {
     
    font-size: 30px;
    font-weight: bold;
    text-align: left;
    color: #333333;
    margin-bottom: 54px;
    margin-top: 60px; }
  .ma-typography-body .ma-typography-blockquotes p {
     
    font-size: 18px;
    font-style: italic;
    line-height: 1.67;
    text-align: left;
    color: #7b7b7b;
    padding: 30px;
    margin-bottom: 0; }
  .ma-typography-body .ma-typography-blockquotes .ma-typography-blockquotes-left {
    border-top: 1px solid #aeaeae;
    border-bottom: 1px solid #aeaeae; }
    .ma-typography-body .ma-typography-blockquotes .ma-typography-blockquotes-left p:before {
      content: "â€œ";
       
      margin-right: 10px;
      font-style: normal;
      font-size: 60px;
      position: absolute;
      top: -9%;
      line-height: 0.7;
      left: 0;
      background: #f9f9f9;
      padding-right: 15px; }
  .ma-typography-body .ma-typography-blockquotes .ma-typography-blockquotes-right {
    background: #ffffff; }
    .ma-typography-body .ma-typography-blockquotes .ma-typography-blockquotes-right p:before {
      content: "â€œ";
       
      float: left;
      font-style: normal;
      font-size: 60px;
      position: absolute;
      top: -15%;
      line-height: 0.7;
      left: 66px;
      background: #f57f20;
      width: 36px;
      height: 36px;
      padding: 5px;
      overflow: hidden;
      color: #ffffff;
      border-radius: 3px; }
      @media screen and (max-width: 430px) and (min-width: 320px) {
        .ma-typography-body .ma-typography-blockquotes .ma-typography-blockquotes-right p:before {
          top: -10%; } }

/*End shortcode Typography*/
/*shortcode Dividers*/
.ma-shortcpde-dividers .ma-about-banner .ma-about-banner-destop .ma-banner-img {
  background: url("../images/08_01_buttons/background.jpg") no-repeat !important;
  background-size: cover;
  background-position: center center;
  height: 393px;
  width: 100%; }
  @media screen and (max-width: 991px) {
    .ma-shortcpde-dividers .ma-about-banner .ma-about-banner-destop .ma-banner-img {
      height: 260px; } }

.ma-shortcpde-dividers-body {
  padding: 100px 0; }
  .ma-shortcpde-dividers-body .ma-shortcpde-dividers-single {
    padding-bottom: 100px; }
    .ma-shortcpde-dividers-body .ma-shortcpde-dividers-single .ma-divider {
      margin: 40px 0; }
  .ma-shortcpde-dividers-body .ma-shortcpde-dividers-double .ma-divider {
    margin: 40px 0; }
  .ma-shortcpde-dividers-body h4 {
     
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    text-align: left;
    color: #333333; }

.ma-divider {
  width: 100%;
  border-top-width: 1px;
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  border-style: solid;
  border-color: #eaeaea;
  overflow: hidden; }

.ma-divider-2px {
  width: 100%;
  border-top-width: 2px;
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  border-style: solid;
  border-color: #eaeaea;
  overflow: hidden; }

.ma-divider-dashed {
  border-style: dashed; }

.ma-divider-double {
  height: 6px;
  border-bottom-width: 1px; }

.ma-divider-2px-double {
  height: 6px;
  border-bottom-width: 2px; }

/*End shortcode Dividers*/
/*shortcode Icon*/
.ma-shortcode-icon .ma-about-banner .ma-about-banner-destop .ma-banner-img {
  background: url("../images/08_01_buttons/background.jpg") no-repeat !important;
  background-size: cover;
  background-position: center center;
  height: 393px;
  width: 100%; }
  @media screen and (max-width: 991px) {
    .ma-shortcode-icon .ma-about-banner .ma-about-banner-destop .ma-banner-img {
      height: 260px; } }

.ma-shortcode-icon-body {
  background: #f9f9f9;
  padding: 100px 0; }
  .ma-shortcode-icon-body h4 {
     
    font-size: 30px;
    font-weight: bold;
    text-align: left;
    color: #333333;
    margin-bottom: 40px; }

/*End shortcode Icon*/
/*shortcode Color*/
.ma-shortcode-color .ma-about-banner .ma-about-banner-destop .ma-banner-img {
  background: url("../images/08_01_buttons/background.jpg") no-repeat !important;
  background-size: cover;
  background-position: center center;
  height: 393px;
  width: 100%; }
  @media screen and (max-width: 991px) {
    .ma-shortcode-color .ma-about-banner .ma-about-banner-destop .ma-banner-img {
      height: 260px; } }

.ma-shortcode-color-body {
  padding-top: 100px;
  padding-bottom: 20px; }
  .ma-shortcode-color-body .ma-color-height {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    margin: 0 auto; }
  .ma-shortcode-color-body .item {
    padding-bottom: 78px; }
  .ma-shortcode-color-body .ma-color-b0914f {
    background: #f57f20; }
  .ma-shortcode-color-body .ma-color-ca4646 {
    background: #ca4646; }
  .ma-shortcode-color-body .ma-color-62b043 {
    background: #62b043; }
  .ma-shortcode-color-body .ma-color-333333 {
    background: #333333; }
  .ma-shortcode-color-body .ma-color-7b7b7b {
    background: #7b7b7b; }
  .ma-shortcode-color-body .ma-color-aeaeae {
    background: #aeaeae; }
  .ma-shortcode-color-body .ma-color-e0e0e0 {
    background: #e0e0e0; }
  .ma-shortcode-color-body .ma-color-f0f0f0 {
    background: #f0f0f0; }
  .ma-shortcode-color-body .ma-color-f4f4f4 {
    background: #f4f4f4; }
  .ma-shortcode-color-body .ma-color-f9f9f9 {
    background: #f9f9f9; }
  .ma-shortcode-color-body p {
     
    font-size: 14px;
    line-height: 1.86;
    text-align: center;
    color: #7b7b7b;
    padding-top: 10px; }

/*End shortcode Color*/
.ma-shop .ma-about-banner .ma-about-banner-destop .ma-banner-img {
  background: url("../images/09_01_shop/background.jpg") no-repeat !important;
  background-size: cover;
  background-position: center center;
  height: 393px;
  width: 100%; }
  @media screen and (max-width: 991px) {
    .ma-shop .ma-about-banner .ma-about-banner-destop .ma-banner-img {
      height: 260px; } }

.ma-shop-body {
  background: #f9f9f9;
  padding: 100px 0; }

.ma-shop1 ul {
  margin: 0px;
  padding: 0px; }
  .ma-shop1 ul li {
    list-style-type: none; }

.ma-shop1 .ma-shop1-product {
  width: 100%;
  height: auto;
  background: #fff;
  margin-top: 30px;
  text-align: center;
  position: relative;
  padding: 0px 0px 25px 0px; }
  .ma-shop1 .ma-shop1-product:hover {
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1); }
    .ma-shop1 .ma-shop1-product:hover a.button-add-cart {
      opacity: 1;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
  .ma-shop1 .ma-shop1-product .ma-shop1-product-img {
    overflow: hidden; }
    .ma-shop1 .ma-shop1-product .ma-shop1-product-img img {
      margin-top: 15px;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
    .ma-shop1 .ma-shop1-product .ma-shop1-product-img:hover img {
      -webkit-transform: scale(1.2, 1.2);
      -ms-transform: scale(1.2, 1.2);
      transform: scale(1.2, 1.2); }
  .ma-shop1 .ma-shop1-product a {
    text-decoration: none; }
  .ma-shop1 .ma-shop1-product h3 {
     
    font-size: 14px;
    line-height: 1.86;
    text-align: center;
    color: #333333; }
    .ma-shop1 .ma-shop1-product h3:hover {
      color: #f57f20; }
  .ma-shop1 .ma-shop1-product ul li {
    display: inline-block;
    width: auto;
    color: #f57f20; }
  .ma-shop1 .ma-shop1-product p {
     
    font-size: 22px;
    font-weight: bold;
    line-height: 1.64;
    text-align: center;
    color: #333333;
    font-style: normal;
    margin-top: 10px;
    margin-bottom: 0px; }
  .ma-shop1 .ma-shop1-product .caption {
    position: relative; }
  .ma-shop1 .ma-shop1-product a.button-add-cart {
    display: block;
     
    font-size: 13px;
    font-weight: bold;
    line-height: 2.77;
    text-align: center;
    color: #ffffff;
    padding: 13px 0;
    background: #333;
    position: absolute;
    width: 100%;
    bottom: -25px;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border: 1px solid #333; }
    .ma-shop1 .ma-shop1-product a.button-add-cart:hover {
      background: #f57f20;
      color: #fff;
      border: 1px solid #f57f20; }

.ma-shop1 .pagi-grid2 {
  text-align: center;
  margin-top: 80px; }
  @media screen and (max-width: 991px) {
    .ma-shop1 .pagi-grid2 {
      margin-bottom: 80px;
      margin-top: 60px; } }
  .ma-shop1 .pagi-grid2 ul {
    display: inline-block; }

.ma-shop1 .ma-shop-select {
  width: 100%;
  height: auto;
  float: left; }
  .ma-shop1 .ma-shop-select select, .ma-shop1 .ma-shop-select .ma-shop-cart-body .ma-shop-cart4 .shipping input, .ma-shop-cart-body .ma-shop-cart4 .shipping .ma-shop1 .ma-shop-select input {
    width: 200px;
    height: 50px;
    border-radius: 0px;
    outline: none;
    border: 1px solid #f0f0f0;
     
    font-size: 14px;
    line-height: 2.57;
    text-align: left;
    color: #7b7b7b;
    font-weight: 400;
    font-style: normal;
    padding: 0 10px;
    float: right; }
  .ma-shop1 .ma-shop-select span {
     
    font-size: 14px;
    line-height: 2.57;
    text-align: left;
    color: #7b7b7b;
    float: left;
    font-weight: 400;
    font-style: normal; }

@media screen and (max-width: 991px) {
  .ma-shop1 .related-h2 {
    margin-top: 53px; }
  .ma-shop1 .list-career li:last-child {
    margin-bottom: 0px; } }

@media screen and (max-width: 767px) {
  .ma-shop1-md9 {
    margin-top: 30px; }
  .ma-shop1-md3 {
    margin-bottom: -20px; }
  .ma-shop1 .ma-shop-select span {
    display: none; }
  .ma-shop1 .ma-shop-select select, .ma-shop1 .ma-shop-select .ma-shop-cart-body .ma-shop-cart4 .shipping input, .ma-shop-cart-body .ma-shop-cart4 .shipping .ma-shop1 .ma-shop-select input {
    width: 100%; }
  .ma-shop1 .ma-shop-select {
    border-bottom: none;
    padding-bottom: 0px; } }

.ma-product-details .ma-about-banner .ma-about-banner-destop .ma-banner-img {
  background: url("../images/09_01_shop/background.jpg") no-repeat !important;
  background-size: cover;
  background-position: center center;
  height: 393px;
  width: 100%; }
  @media screen and (max-width: 991px) {
    .ma-product-details .ma-about-banner .ma-about-banner-destop .ma-banner-img {
      height: 260px; } }

.ma-product-details-body {
  background: #f9f9f9;
  padding: 100px 0; }
  .ma-product-details-body .img-small-db {
    margin-top: 30px; }
  .ma-product-details-body .ma-shop2-slide1-img {
    width: 100%;
    height: 440px;
    background: #fff;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    overflow: hidden; }
    .ma-product-details-body .ma-shop2-slide1-img img {
      width: 100%;
      height: auto;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
      display: none; }
      .ma-product-details-body .ma-shop2-slide1-img img:hover {
        -webkit-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2); }
    .ma-product-details-body .ma-shop2-slide1-img img:first-child {
      display: block; }
  .ma-product-details-body .ma-shop2-slide1-small-img {
    width: 117px;
    height: 117px;
    margin-bottom: 40px;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    @media screen and (max-width: 1199px) and (min-width: 992px) {
      .ma-product-details-body .ma-shop2-slide1-small-img {
        width: 90px; } }
    @media screen and (max-width: 991px) {
      .ma-product-details-body .ma-shop2-slide1-small-img {
        width: 100%; } }
    .ma-product-details-body .ma-shop2-slide1-small-img img {
      width: 100%;
      height: auto; }
    .ma-product-details-body .ma-shop2-slide1-small-img:hover {
      opacity: 0.5; }
  .ma-product-details-body .ma-shop1-md9 {
    margin-top: 80px; }
  .ma-product-details-body .ma-shop2-slide1-details {
    width: 100%; }
    .ma-product-details-body .ma-shop2-slide1-details h1 {
       
      font-size: 30px;
      font-weight: bold;
      line-height: 1;
      text-align: left;
      color: #333333;
      font-style: normal;
      margin: 0px; }
    .ma-product-details-body .ma-shop2-slide1-details .ma-shop2-slide1-details-review {
      font-size: 14px;
      font-family: "Open Sans", sans-serif;
      font-weight: 400;
      font-style: normal;
      color: #777;
      margin-left: 10px; }
    .ma-product-details-body .ma-shop2-slide1-details ul {
      margin-top: 20px;
      margin-bottom: 29px;
      padding: 0px; }
      .ma-product-details-body .ma-shop2-slide1-details ul li {
        display: inline-block;
        width: auto;
        color: #f57f20; }
    .ma-product-details-body .ma-shop2-slide1-details .ma-shop2-slide1-details-prince {
       
      font-size: 30px;
      font-weight: bold;
      line-height: 1;
      text-align: left;
      color: #333333;
      font-style: normal;
      margin-top: 6px; }
    .ma-product-details-body .ma-shop2-slide1-details p {
       
      font-size: 14px;
      line-height: 1.86;
      text-align: left;
      color: #7b7b7b;
      margin-top: 40px;
      margin-bottom: 41px; }
    .ma-product-details-body .ma-shop2-slide1-details .ma-shop2-slide1-details-count {
      width: 160px;
      height: 50px;
      background: #fff;
      border-radius: 3px;
      line-height: 42px;
      text-align: center;
      font-size: 14px;
       
      font-weight: 700;
      font-style: normal;
      color: #7b7b7b;
      float: left;
      margin-right: 10px;
      margin-top: 8px; }
      @media screen and (max-width: 991px) {
        .ma-product-details-body .ma-shop2-slide1-details .ma-shop2-slide1-details-count {
          width: 100%; } }
      .ma-product-details-body .ma-shop2-slide1-details .ma-shop2-slide1-details-count .ma-shop2-slide1-details-minus {
        float: left;
        margin-left: 16px;
        cursor: pointer;
        margin-top: 5px; }
      .ma-product-details-body .ma-shop2-slide1-details .ma-shop2-slide1-details-count .ma-shop2-slide1-details-number {
        font-size: 18px;
        color: #777; }
      .ma-product-details-body .ma-shop2-slide1-details .ma-shop2-slide1-details-count .ma-shop2-slide1-details-plus {
        float: right;
        margin-right: 16px;
        cursor: pointer;
        margin-top: 5px; }
    .ma-product-details-body .ma-shop2-slide1-details .ma-shop2-slide1-details-add-cart {
      width: 140px;
      height: 50px;
      text-align: center;
      line-height: 44px;
      color: #FFF;
      background: #f57f20;
      outline: none;
      border: none;
      font-size: 14px;
       
      font-weight: 700;
      font-style: normal;
      margin-top: 8px;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
      border: 1px solid #f57f20; }
      @media screen and (max-width: 991px) {
        .ma-product-details-body .ma-shop2-slide1-details .ma-shop2-slide1-details-add-cart {
          width: 100%; } }
      .ma-product-details-body .ma-shop2-slide1-details .ma-shop2-slide1-details-add-cart:hover {
        background: #fff;
        border: 1px solid #f57f20;
        color: #f57f20; }
    .ma-product-details-body .ma-shop2-slide1-details .ma-shop2-slide1-details-tags {
      margin-top: 21px;
       
      font-weight: 700;
      font-style: normal;
      font-size: 14px;
      color: #777;
      text-transform: capitalize; }
      .ma-product-details-body .ma-shop2-slide1-details .ma-shop2-slide1-details-tags a {
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
        font-style: normal;
        color: #777;
        text-transform: capitalize; }
    .ma-product-details-body .ma-shop2-slide1-details .ma-shop2-details-tags-share ul li {
       
      font-weight: bold;
      font-size: 14px;
      line-height: 2.14;
      text-align: left;
      color: #333333;
      margin-right: 10px; }
      .ma-product-details-body .ma-shop2-slide1-details .ma-shop2-details-tags-share ul li a {
        font-family: FontAwesome;
        font-size: 14px;
        line-height: 2.14;
        text-align: left;
        color: #333333; }
        .ma-product-details-body .ma-shop2-slide1-details .ma-shop2-details-tags-share ul li a:hover {
          color: #f57f20; }
  .ma-product-details-body .ma-shop2-slide1-tabs {
    margin-top: 40px; }
    .ma-product-details-body .ma-shop2-slide1-tabs .nav-tabs > li {
      margin-bottom: 0px; }
    .ma-product-details-body .ma-shop2-slide1-tabs .tab-content {
      padding-top: 30px; }
    .ma-product-details-body .ma-shop2-slide1-tabs ul li {
      width: auto; }
      .ma-product-details-body .ma-shop2-slide1-tabs ul li a {
        text-transform: capitalize;
         
        font-weight: 700;
        font-style: normal;
        font-size: 14px;
        outline: none;
        color: #aeaeae;
        border: none; }
        .ma-product-details-body .ma-shop2-slide1-tabs ul li a:hover {
          border: none;
          background: none; }
        .ma-product-details-body .ma-shop2-slide1-tabs ul li a:focus {
          background-color: transparent;
          border: none;
          color: #333333; }
        .ma-product-details-body .ma-shop2-slide1-tabs ul li a span {
          padding-bottom: 21px; }
      .ma-product-details-body .ma-shop2-slide1-tabs ul li.active a {
        background-color: transparent;
        border: none;
        color: #333333; }
    .ma-product-details-body .ma-shop2-slide1-tabs p {
       
      font-size: 14px;
      line-height: 1.86;
      text-align: left;
      color: #7b7b7b; }
    .ma-product-details-body .ma-shop2-slide1-tabs .ma-tabs-default {
      background: #fff;
      padding: 30px; }
  .ma-product-details-body .related-h2 {
     
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    color: #333333;
    font-style: normal;
    text-transform: capitalize;
    margin-top: 93px; }
  .ma-product-details-body .border-h2 {
    width: 40px;
    height: 3px;
    background-color: #f57f20;
    margin: 0 auto;
    margin-top: 38px;
    margin-bottom: 60px; }
  .ma-product-details-body .ma-shop1-product {
    background: #fff;
    padding: 30px 0; }
    @media screen and (max-width: 991px) {
      .ma-product-details-body .ma-shop1-product {
        margin-bottom: 20px; } }
    .ma-product-details-body .ma-shop1-product .ma-shop1-product-img {
      overflow: hidden; }
      .ma-product-details-body .ma-shop1-product .ma-shop1-product-img img {
        width: 100%;
        height: auto;
        overflow: hidden;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
      .ma-product-details-body .ma-shop1-product .ma-shop1-product-img:hover img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
    .ma-product-details-body .ma-shop1-product .caption h3 {
      text-align: center; }
      .ma-product-details-body .ma-shop1-product .caption h3 a {
         
        font-size: 14px;
        line-height: 1.86;
        color: #333333;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
      .ma-product-details-body .ma-shop1-product .caption h3:hover a {
        color: #f57f20;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
    .ma-product-details-body .ma-shop1-product .caption ul {
      margin: 0px;
      padding: 0px;
      text-align: center; }
      .ma-product-details-body .ma-shop1-product .caption ul li {
        list-style-type: none;
        display: inline-block; }
        .ma-product-details-body .ma-shop1-product .caption ul li i {
          font-family: FontAwesome;
          font-size: 12px;
          line-height: 2.17;
          color: #f57f20; }
    .ma-product-details-body .ma-shop1-product .caption p {
       
      font-size: 22px;
      font-weight: bold;
      line-height: 1.64;
      text-align: center;
      color: #333333; }
  @media screen and (max-width: 1199px) {
    .ma-product-details-body .ma-shop2 .ma-shop2-slide1-small-img {
      width: 80px !important;
      height: 80px;
      margin-bottom: 32px !important; }
    .ma-product-details-body .ma-shop2 .ma-shop2-slide1-img {
      width: 241px;
      height: 329px; } }
  @media screen and (max-width: 991px) {
    .ma-product-details-body .ma-shop2 {
      padding-bottom: 0px; }
      .ma-product-details-body .ma-shop2 .ma-shop2-slide1-small-img {
        width: 100% !important;
        height: auto;
        margin-right: 100px !important;
        margin-left: 0px; }
      .ma-product-details-body .ma-shop2 .ma-shop2-slide1-img {
        width: 100%;
        height: auto;
        margin-left: 0px !important; }
      .ma-product-details-body .ma-shop2 .img-small-db {
        margin-left: 0px;
        margin-top: 20px; }
      .ma-product-details-body .ma-shop2 .ma-shop2-slide1-details {
        margin-left: 0px; }
      .ma-product-details-body .ma-shop2 .ma-shop1-md9 {
        margin-top: 20px; }
      .ma-product-details-body .ma-shop2 .ma-shop2-slide1-details .ma-shop2-slide1-details-count {
        width: 100%; }
      .ma-product-details-body .ma-shop2 .ma-shop2-slide1-details .ma-shop2-slide1-details-add-cart {
        width: 100%; }
      .ma-product-details-body .ma-shop2 .related-h2 {
        margin-top: 53px; }
      .ma-product-details-body .ma-shop2 .list-career li:last-child {
        margin-bottom: 0px; }
      .ma-product-details-body .ma-shop2 .list-career {
        margin-bottom: 284px; } }

.ma-shop-cart .ma-about-banner .ma-about-banner-destop .ma-banner-img {
  background: url("../images/09_01_shop/background.jpg") no-repeat !important;
  background-size: cover;
  background-position: center center;
  height: 393px;
  width: 100%; }
  @media screen and (max-width: 991px) {
    .ma-shop-cart .ma-about-banner .ma-about-banner-destop .ma-banner-img {
      height: 260px; } }

.ma-shop-cart-body {
  background: #f9f9f9;
  padding: 100px 0; }
  .ma-shop-cart-body .ma-shop-cart4 .ma-shop-cart-form {
    background: #ffffff;
    padding: 0 30px;
    padding-bottom: 30px; }
  .ma-shop-cart-body .ma-shop-cart4 th {
     
    font-size: 20px;
    font-weight: bold;
    line-height: 2.14;
    text-align: left;
    color: #333333;
    font-style: normal;
    text-transform: capitalize;
    padding: 20px 0;
    border-bottom: 2px solid #777 !important; }
  .ma-shop-cart-body .ma-shop-cart4 tr {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #DDD !important; }
    .ma-shop-cart-body .ma-shop-cart4 tr:hover {
      background: none !important; }
    .ma-shop-cart-body .ma-shop-cart4 tr img {
      width: 90px;
      height: 90px;
      float: left;
      margin-right: 20px;
      margin-top: 12px;
      margin-bottom: 12px; }
    .ma-shop-cart-body .ma-shop-cart4 tr h3 {
       
      font-weight: 600 !important;
      font-style: normal;
      font-size: 14px;
      color: #777777;
      line-height: 105px;
      margin: 0px; }
      .ma-shop-cart-body .ma-shop-cart4 tr h3 a {
        color: #333;
        text-decoration: none; }
    .ma-shop-cart-body .ma-shop-cart4 tr td {
       
      font-weight: 600 !important;
      font-style: normal;
      font-size: 14px;
      color: #777777;
      text-indent: -10px; }
      .ma-shop-cart-body .ma-shop-cart4 tr td .price {
        line-height: 105px; }
      .ma-shop-cart-body .ma-shop-cart4 tr td .ma-shop2-slide1-details-count {
        width: 120px;
        height: 44px;
        border: 1px solid #bbbbbb;
        border-radius: 3px;
        line-height: 42px;
        text-align: center;
        font-size: 14px;
         
        font-weight: 700;
        font-style: normal;
        color: #bbbbbb;
        margin-top: 30.5px;
        text-indent: 0px;
        margin-left: -10px; }
        .ma-shop-cart-body .ma-shop-cart4 tr td .ma-shop2-slide1-details-count .ma-shop2-slide1-details-minus {
          float: left;
          margin-left: 10px;
          cursor: pointer;
          text-indent: 0px; }
        .ma-shop-cart-body .ma-shop-cart4 tr td .ma-shop2-slide1-details-count .ma-shop2-slide1-details-number {
          font-size: 18px;
          color: #777;
          text-indent: 0px; }
        .ma-shop-cart-body .ma-shop-cart4 tr td .ma-shop2-slide1-details-count .ma-shop2-slide1-details-plus {
          float: right;
          margin-right: 10px;
          cursor: pointer;
          text-indent: 0px; }
      .ma-shop-cart-body .ma-shop-cart4 tr td .del {
        line-height: 105px;
        font-size: 18px; }
        .ma-shop-cart-body .ma-shop-cart4 tr td .del a {
          color: black;
          text-decoration: none; }
          .ma-shop-cart-body .ma-shop-cart4 tr td .del a:hover {
            color: red; }
      .ma-shop-cart-body .ma-shop-cart4 tr td ul {
        width: 120px;
        height: 44px;
        border: 1px solid #bbbbbb;
        border-radius: 3px;
        line-height: 42px;
        text-align: center;
        font-size: 14px;
         
        font-weight: 700;
        font-style: normal;
        color: #bbbbbb;
        margin-top: 32px;
        margin-left: -10px; }
        .ma-shop-cart-body .ma-shop-cart4 tr td ul li {
          width: auto; }
        .ma-shop-cart-body .ma-shop-cart4 tr td ul li:nth-child(1) {
          float: left;
          margin-left: 25px;
          cursor: pointer; }
        .ma-shop-cart-body .ma-shop-cart4 tr td ul li:nth-child(2) {
          margin-left: 40px; }
        .ma-shop-cart-body .ma-shop-cart4 tr td ul li:nth-child(3) {
          float: right;
          margin-right: 6px;
          cursor: pointer; }
  .ma-shop-cart-body .ma-shop-cart4 .sub-cart .coupon-code {
    float: left; }
    .ma-shop-cart-body .ma-shop-cart4 .sub-cart .coupon-code input {
      width: 300px;
      height: 50px;
      border: 1px solid #f0f0f0;
      color: #aeaeae;
      font-size: 14px;
       
      font-weight: 500;
      font-style: normal;
      text-indent: 15px; }
    .ma-shop-cart-body .ma-shop-cart4 .sub-cart .coupon-code button {
      width: 180px;
      height: 50px;
      background: #f57f20;
      outline: none;
      text-align: center;
      line-height: 42px;
      color: #ffffff;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
      margin-top: 1px;
      border: 1px solid transparent;
       
      font-weight: 700 !important;
      font-style: normal; }
      .ma-shop-cart-body .ma-shop-cart4 .sub-cart .coupon-code button:hover {
        background: none;
        border: 1px solid #f57f20;
        color: #f57f20; }
  .ma-shop-cart-body .ma-shop-cart4 .upload-cart {
    width: 180px;
    height: 50px;
    background: #f57f20;
    border: 1px solid #f57f20;
    outline: none;
    text-align: center;
    line-height: 44px;
    color: #fff;
    float: right;
     
    font-weight: 700 !important;
    font-style: normal;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    .ma-shop-cart-body .ma-shop-cart4 .upload-cart:hover {
      background: none;
      border: 1px solid #f57f20;
      color: #f57f20; }
  .ma-shop-cart-body .ma-shop-cart4 .sp-quantity {
    width: 120px;
    height: 44px;
    border: 1px solid #f0f0f0;
    line-height: 42px;
    text-align: center;
    font-size: 14px;
     
    font-weight: 700;
    font-style: normal;
    color: #bbbbbb;
    margin-top: 32px;
    margin-left: -10px;
    position: relative;
    overflow: hidden; }
    .ma-shop-cart-body .ma-shop-cart4 .sp-quantity .sp-minus a {
      position: absolute;
      width: 38px;
      height: 42px;
      margin-left: 0px;
      float: left;
      text-align: center;
      line-height: 38px;
      font-size: 14px;
      color: #777;
      text-decoration: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @media screen and (max-width: 991px) {
        .ma-shop-cart-body .ma-shop-cart4 .sp-quantity .sp-minus a {
          bottom: 0;
          right: -6px;
          z-index: 123; } }
      .ma-shop-cart-body .ma-shop-cart4 .sp-quantity .sp-minus a span {
        display: none; }
    .ma-shop-cart-body .ma-shop-cart4 .sp-quantity .sp-plus a {
      position: absolute;
      width: 39px;
      height: 42px;
      margin-right: 13px;
      float: right;
      margin-left: 88px;
      text-align: center;
      line-height: 42px;
      font-size: 14px;
      color: #777;
      text-decoration: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @media screen and (max-width: 991px) {
        .ma-shop-cart-body .ma-shop-cart4 .sp-quantity .sp-plus a {
          right: -36%; } }
      .ma-shop-cart-body .ma-shop-cart4 .sp-quantity .sp-plus a span {
        display: none; }
    .ma-shop-cart-body .ma-shop-cart4 .sp-quantity .sp-input {
      float: left; }
      .ma-shop-cart-body .ma-shop-cart4 .sp-quantity .sp-input input {
        width: 40px;
        position: absolute;
        margin-top: 0px;
        border: none;
        outline: none;
        margin-left: 40px;
        text-align: center;
        background: none;
        top: 0; }
        @media screen and (max-width: 991px) {
          .ma-shop-cart-body .ma-shop-cart4 .sp-quantity .sp-input input {
            height: 120px;
            width: 50px; } }
  .ma-shop-cart-body .ma-shop-cart4 .shipping {
    background: #ffffff;
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px; }
    @media screen and (max-width: 991px) {
      .ma-shop-cart-body .ma-shop-cart4 .shipping {
        margin-bottom: 60px; } }
    .ma-shop-cart-body .ma-shop-cart4 .shipping h3 {
      width: 100%;
      height: auto;
      font-size: 18px;
       
      font-weight: 700 !important;
      font-style: normal;
      color: #333;
      margin: 0;
      border-bottom: 2px solid #7b7b7b;
      padding-bottom: 12px; }
    .ma-shop-cart-body .ma-shop-cart4 .shipping p {
       
      font-size: 14px;
      line-height: 2.14;
      text-align: left;
      color: #7b7b7b;
      font-weight: 400;
      font-style: normal;
      margin-top: 26px;
      margin-bottom: 20px; }
    .ma-shop-cart-body .ma-shop-cart4 .shipping select, .ma-shop-cart-body .ma-shop-cart4 .shipping input {
      width: 100%;
      height: 43px;
      border-radius: 3px;
      border: 1px solid #eaeaea;
       
      font-weight: 500 !important;
      font-style: normal;
      font-size: 14px;
      color: #333;
      text-indent: 15px; }
    .ma-shop-cart-body .ma-shop-cart4 .shipping input {
      color: #aeaeae;
      margin-top: 20px; }
    .ma-shop-cart-body .ma-shop-cart4 .shipping .border-line {
      width: 100%;
      height: 2px;
      background: #777;
      margin-top: 30px;
      margin-bottom: 20px; }
    .ma-shop-cart-body .ma-shop-cart4 .shipping span {
      font-size: 14px;
       
      font-weight: 700 !important;
      font-style: normal;
      color: #333;
      line-height: 40px; }
    .ma-shop-cart-body .ma-shop-cart4 .shipping button {
      width: 180px;
      height: 50px;
      background: #f57f20;
      border: 1px solid #f57f20;
      outline: none;
      text-align: center;
       
      font-weight: 700 !important;
      font-style: normal;
      line-height: 44px;
      color: #fff;
      float: right;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
      .ma-shop-cart-body .ma-shop-cart4 .shipping button:hover {
        background: none;
        border: 1px solid #f57f20;
        color: #f57f20; }
   .ma-shop-cart-body .ma-shop-cart4 .ma-shop-cart-ship-total {
    margin-top: 60px; }
  .ma-shop-cart-body .ma-shop-cart4 .cart-totals {
    background: #ffffff;
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 50px; }
    .ma-shop-cart-body .ma-shop-cart4 .cart-totals h3 {
      width: 100%;
      height: auto;
      font-size: 20px;
       
      font-weight: 700 !important;
      font-style: normal;
      color: #333;
      margin: 0;
      border-bottom: 2px solid #7b7b7b;
      padding-bottom: 12px; }
    .ma-shop-cart-body .ma-shop-cart4 .cart-totals ul {
      margin: 0px;
      padding: 0px;
      padding-top: 30px; }
      .ma-shop-cart-body .ma-shop-cart4 .cart-totals ul li {
        list-style-type: none;
        width: 100%;
        font-size: 14px;
         
        font-weight: 600 !important;
        font-style: normal;
        color: #777;
        border-bottom: 1px solid #eaeaea;
        margin-top: 16px;
        padding-bottom: 17px; }
        .ma-shop-cart-body .ma-shop-cart4 .cart-totals ul li strong {
          font-weight: 600;
          width: 300px;
          height: 10px;
          display: block;
          float: left; }
          @media screen and (max-width: 991px) {
            .ma-shop-cart-body .ma-shop-cart4 .cart-totals ul li strong {
              width: 73%;
              height: auto;
              float: left; } }
      .ma-shop-cart-body .ma-shop-cart4 .cart-totals ul li:nth-child(1) {
        margin-top: 5px; }
    .ma-shop-cart-body .ma-shop-cart4 .cart-totals button,.ma-shop-cart-body .ma-shop-cart4 .cart-totals a {
      width: 100%;
      height: 50px;
      background: #f57f20;
      border: 1px solid #f57f20;
      outline: none;
      text-align: center;
       
      font-weight: 700 !important;
      font-style: normal;
      line-height: 44px;
      color: #ffffff;
      float: right;
      margin-top: 30px;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
      .ma-shop-cart-body .ma-shop-cart4 .cart-totals button:hover,.ma-shop-cart-body .ma-shop-cart4 .cart-totals a:hover {
        background: none;
        border: 1px solid #f57f20;
        color: #f57f20; }
  .ma-shop-cart-body .ma-shop-cart4 .th-hide {
    display: none; }
  @media screen and (max-width: 1199px) {
    .ma-shop-cart-body .ma-shop-cart4 .shipping {
      width: 100%; }
    .ma-shop-cart-body .ma-shop-cart4 .cart-totals {
      width: 100%; } }
  @media screen and (max-width: 991px) {
    .ma-shop-cart-body .th-hide {
      display: block !important;
      margin-top: 21px; }
    .ma-shop-cart-body .ma-shop-cart4 {
      margin-top: 48px;
      padding-bottom: 60px; }
      .ma-shop-cart-body .ma-shop-cart4 .price-hide {
        display: none; }
      .ma-shop-cart-body .ma-shop-cart4 .del-hide {
        display: none; }
      .ma-shop-cart-body .ma-shop-cart4 .sp-quantity {
        width: 50px !important;
        height: 120px;
        margin-top: 8px; }
      .ma-shop-cart-body .ma-shop-cart4 .price {
        line-height: 140px !important; }
      .ma-shop-cart-body .ma-shop-cart4 input {
        width: 44px;
        margin-left: 2px !important; }
      .ma-shop-cart-body .ma-shop-cart4 tr img {
        float: none;
        margin-left: -5px; }
      .ma-shop-cart-body .ma-shop-cart4 a {
        margin-left: 5px; }
      .ma-shop-cart-body .ma-shop-cart4 .sub-cart button {
        margin-left: 4px; }
      .ma-shop-cart-body .ma-shop-cart4 .h3-a {
        margin-top: -40px;
        padding-bottom: 0px !important;
        margin-bottom: -36px; }
      .ma-shop-cart-body .ma-shop-cart4 .w-td {
        width: 80% !important; }
    .ma-shop-cart-body .ma-shop-cart4 .shipping button {
      margin-bottom: 40px; }
    .ma-shop-cart-body .sub-cart {
      width: 100%; }
    .ma-shop-cart-body .ma-shop-cart4 .sub-cart .coupon-code {
      width: 100%; }
    .ma-shop-cart-body .ma-shop-cart4 .sub-cart .coupon-code input {
      width: 100%; }
    .ma-shop-cart-body .ma-shop-cart4 .sub-cart .coupon-code button {
      width: 100%;
      margin-top: 10px;
      margin-bottom: 10px;
      margin-left: 2px; }
    .ma-shop-cart-body .ma-shop-cart4 .upload-cart {
      width: 100%;
      margin-right: -2px; }
    .ma-shop-cart-body .ma-shop-cart4 .shipping button {
      width: 100%; } }

.ma-shop-checkout .ma-about-banner .ma-about-banner-destop .ma-banner-img {
  background: url("../images/09_01_shop/background.jpg") no-repeat !important;
  background-size: cover;
  background-position: center center;
  height: 393px;
  width: 100%; }
  @media screen and (max-width: 991px) {
    .ma-shop-checkout .ma-about-banner .ma-about-banner-destop .ma-banner-img {
      height: 260px; } }

.ma-shop-checkout-body {
  background: #f9f9f9;
  padding: 100px 0; }
  .ma-shop-checkout-body .checkout-ship-address-checkbox {
    display: none; }
  .ma-shop-checkout-body .checkbox-create-account-form {
    display: none; }
  .ma-shop-checkout-body .woocommerce-form-login p {
     
    font-size: 14px;
    line-height: 1.57;
    text-align: left;
    color: #7b7b7b; }
  .ma-shop-checkout-body .ma-form-woo-login {
    display: none;
    background: #ffffff;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 30px; }
    .ma-shop-checkout-body .ma-form-woo-login .form-row {
      margin-top: 30px; }
  .ma-shop-checkout-body .ma-checkout-order-paypal {
    margin-top: 60px; }
  .ma-shop-checkout-body .ma-checkout-ship-address select, .ma-shop-checkout-body .ma-checkout-ship-address .ma-shop-cart-body .ma-shop-cart4 .shipping input, .ma-shop-cart-body .ma-shop-cart4 .shipping .ma-shop-checkout-body .ma-checkout-ship-address input {
    width: 100%;
    height: 50px;
    background-color: #ffffff;
    border: 1px solid #f0f0f0;
    padding: 0 20px;
     
    font-size: 14px;
    line-height: 0;
    text-align: left;
    color: #aeaeae; }
  .ma-shop-checkout-body .ma-checkout-ship-address textarea {
    width: 100%;
    height: 151px;
    background-color: #ffffff;
    border: 1px solid #f0f0f0;
    padding: 20px;
     
    font-size: 14px;
    text-align: left;
    color: #aeaeae; }
  .ma-shop-checkout-body .ma-checkout-creat-account h3 label {
    font-size: 14px; }
  .ma-shop-checkout-body .ma-checkout-creat-account .ma-check-create-account-form {
    background: #ffffff;
    padding: 30px; }
    .ma-shop-checkout-body .ma-checkout-creat-account .ma-check-create-account-form .form-row {
      margin: 30px 0; }
  .ma-shop-checkout-body #payment h3 {
     
    font-size: 30px;
    font-weight: bold;
    text-align: left;
    color: #333333;
    margin-bottom: 25px; }
  .ma-shop-checkout-body #payment ul {
    margin: 0px;
    padding: 0px;
    background: #fff;
    padding: 10px; }
    .ma-shop-checkout-body #payment ul li {
      list-style-type: none; }
      .ma-shop-checkout-body #payment ul li label {
         
        font-size: 20px;
        font-weight: bold;
        line-height: 2.57;
        text-align: left;
        color: #333333; }
      .ma-shop-checkout-body #payment ul li .payment_box {
        padding-left: 20px; }
        .ma-shop-checkout-body #payment ul li .payment_box p {
           
          font-size: 14px;
          line-height: 1.86;
          text-align: left;
          color: #7b7b7b; }
      .ma-shop-checkout-body #payment ul li a {
         
        font-size: 14px;
        font-weight: bold;
        line-height: 2.57;
        text-align: left;
        color: #f57f20; }
        .ma-shop-checkout-body #payment ul li a:hover {
          color: #333333; }
  .ma-shop-checkout-body #payment .place-order {
    margin-top: 30px; }
    .ma-shop-checkout-body #payment .place-order input {
      width: 100%;
      height: 50px;
      background-color: #f57f20;
      border: 1px solid #f57f20;
       
      font-size: 13px;
      font-weight: bold;
      line-height: 2.77;
      text-align: center;
      color: #ffffff;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
      .ma-shop-checkout-body #payment .place-order input:hover {
        background: #fff;
        color: #f57f20;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
  .ma-shop-checkout-body .ma-checkout-order-left h3 {
     
    font-size: 30px;
    font-weight: bold;
    text-align: left;
    color: #333333;
    margin-bottom: 25px; }
  .ma-shop-checkout-body .ma-checkout-order-left table {
    width: 100%;
    background: #fff; }
    .ma-shop-checkout-body .ma-checkout-order-left table tr td {
      border-bottom: 1px solid #f0f0f0;
      padding: 20px 30px; }
    .ma-shop-checkout-body .ma-checkout-order-left table tr th {
      border-bottom: 1px solid #f0f0f0;
      padding: 20px 30px; }
  .ma-shop-checkout-body .ma-checkout-order-left thead {
    border-bottom: 2px solid #333; }
  .ma-shop-checkout-body .ma-checkout-order-left .order-total {
    color: #f57f20; }
  .ma-shop-checkout-body .ma-checkout-billing-left {
    padding-top: 60px;
    padding-bottom: 43px; }
    .ma-shop-checkout-body .ma-checkout-billing-left h3 {
       
      font-size: 30px;
      font-weight: bold;
      text-align: left;
      color: #333333;
      margin-bottom: 20px; }
    .ma-shop-checkout-body .ma-checkout-billing-left p {
      margin-bottom: 27px; }
      .ma-shop-checkout-body .ma-checkout-billing-left p label {
         
        font-size: 14px;
        font-weight: bold;
        line-height: 1.57;
        text-align: left;
        color: #333333;
        margin-bottom: 10px; }
      .ma-shop-checkout-body .ma-checkout-billing-left p .required {
         
        font-size: 18px;
        font-weight: 900;
        line-height: 1.22;
        color: #f57f20; }
    .ma-shop-checkout-body .ma-checkout-billing-left .woocommerce-billing-fields select, .ma-shop-checkout-body .ma-checkout-billing-left .woocommerce-billing-fields .ma-shop-cart-body .ma-shop-cart4 .shipping input, .ma-shop-cart-body .ma-shop-cart4 .shipping .ma-shop-checkout-body .ma-checkout-billing-left .woocommerce-billing-fields input {
      width: 100%;
      height: 50px;
      background-color: #ffffff;
      border: 1px solid #f0f0f0;
      padding: 0 20px;
       
      font-size: 14px;
      line-height: 0;
      text-align: left;
      color: #aeaeae; }
  .ma-shop-checkout-body .ma-check-coupon {
    display: none;
    background: #ffffff;
    padding: 30px;
    margin-top: 10px; }
    .ma-shop-checkout-body .ma-check-coupon .form-row-first input {
      width: 100%;
      height: 50px; }
    .ma-shop-checkout-body .ma-check-coupon .form-row-last input[type="submit"] {
      border: 1px solid #f57f20;
       
      font-size: 13px;
      font-weight: bold;
      line-height: 0;
      text-align: center;
      color: #ffffff;
      background: #f57f20;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
      .ma-shop-checkout-body .ma-check-coupon .form-row-last input[type="submit"]:hover {
        background: #fff;
        color: #f57f20;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
  .ma-shop-checkout-body .entry-content-wrapper .woocommerce-info {
    margin-bottom: 10px;
    background: #fff;
    padding: 21px 30px;
    border-top: 2px solid #f57f20;
     
    font-size: 14px;
    line-height: 2.14;
    text-align: left;
    color: #7b7b7b; }
    .ma-shop-checkout-body .entry-content-wrapper .woocommerce-info i {
      font-family: FontAwesome;
      font-size: 18px;
      line-height: 1.67;
      color: #f57f20; }
    .ma-shop-checkout-body .entry-content-wrapper .woocommerce-info a {
      color: #f57f20; }
  .ma-shop-checkout-body .entry-content-wrapper .form-row-first input {
    width: 100%;
    height: 50px;
    background-color: #ffffff;
    border: 1px solid  #f0f0f0;
    padding: 20px;
     
    font-size: 14px;
    line-height: 1.57;
    text-align: left;
    color: #aeaeae; }
  .ma-shop-checkout-body .entry-content-wrapper .form-row-last input {
    width: 100%;
    height: 50px;
    background-color: #ffffff;
    border: 1px solid  #f0f0f0;
    padding: 20px;
     
    font-size: 14px;
    line-height: 1.57;
    text-align: left;
    color: #aeaeae; }
  .ma-shop-checkout-body .entry-content-wrapper .ma-checkout-login {
    margin-top: 30px; }
    .ma-shop-checkout-body .entry-content-wrapper .ma-checkout-login p {
      margin-bottom: 0px; }
    .ma-shop-checkout-body .entry-content-wrapper .ma-checkout-login input.button {
      width: 180px;
      height: 50px;
      background-color: #f57f20; }
    .ma-shop-checkout-body .entry-content-wrapper .ma-checkout-login input[type="submit"] {
      border: 1px solid #f57f20;
       
      font-size: 13px;
      font-weight: bold;
      line-height: 1.69;
      text-align: center;
      color: #ffffff;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
      .ma-shop-checkout-body .entry-content-wrapper .ma-checkout-login input[type="submit"]:hover {
        background: #fff;
        color: #f57f20;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
    .ma-shop-checkout-body .entry-content-wrapper .ma-checkout-login .woocommerce-form__label-for-checkbox input[type=checkbox] {
      width: 16px;
      height: 16px;
      border-radius: 3px;
      background-color: #ffffff;
      border: solid 1px #aeaeae;
      margin-left: 20px; }
    .ma-shop-checkout-body .entry-content-wrapper .ma-checkout-login .woocommerce-form__label-for-checkbox span {
       
      font-size: 14px;
      line-height: 1.57;
      text-align: left;
      color: #7b7b7b;
      font-weight: normal; }
    .ma-shop-checkout-body .entry-content-wrapper .ma-checkout-login .lost_password {
      margin: 0;
      padding-top: 15px; }
      .ma-shop-checkout-body .entry-content-wrapper .ma-checkout-login .lost_password a {
         
        font-size: 14px;
        line-height: 1.57;
        text-align: right;
        color: #f57f20; }
        .ma-shop-checkout-body .entry-content-wrapper .ma-checkout-login .lost_password a:hover {
          color: #333; }
        .ma-shop-checkout-body .entry-content-wrapper .ma-checkout-login .lost_password a i {
          font-family: FontAwesome;
          font-size: 18px;
          margin-right: 5px; }

.ma-newlist-banner-test-search button {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }

.ma-newlist-banner-test-search button:hover {
  background: #f57f20;
  color: #FFF; }

.ma-newlist-banner-test-search {
  width: 100%;
  height: 44px;
  background: #fff; }
  .ma-newlist-banner-test-search input {
    width: 70%;
    height: 30px;
    margin-top: 6px;
    border: none;
    outline: none;
    color: #777;
     
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    text-indent: 15px; }
  .ma-newlist-banner-test-search button {
    width: 44px;
    height: 44px;
    background: #fff;
    border: none;
    outline: none;
    text-align: center;
    line-height: 44px;
    color: #aeaeae;
    font-size: 14px;
    float: right; }

.ma-shop-your-card {
  background: #ffffff;
  padding: 20px;
  margin-top: 30px; }
  .ma-shop-your-card p {
     
    font-size: 14px;
    font-weight: 500;
    line-height: 2.14;
    text-align: left;
    color: #7b7b7b;
    margin-bottom: 0px; }
  .ma-shop-your-card h3 {
     
    font-size: 18px;
    font-weight: bold;
    line-height: 1.67;
    text-align: center;
    color: #333333;
    margin: 0px;
    padding-bottom: 5px;
    margin-bottom: 30px;
    border-bottom: 1px solid #f0f0f0; }
  .ma-shop-your-card .ma-shop-your-card-item {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 20px;
    margin-bottom: 20px; }
    .ma-shop-your-card .ma-shop-your-card-item .ma-shop-item-img {
      float: left; }
      .ma-shop-your-card .ma-shop-your-card-item .ma-shop-item-img img {
        width: 60px;
        height: 60px;
        border: solid 1px #f0f0f0;
        overflow: hidden; }
    .ma-shop-your-card .ma-shop-your-card-item .ma-shop-item-info {
      padding-left: 80px; }
      .ma-shop-your-card .ma-shop-your-card-item .ma-shop-item-info h4 {
         
        font-size: 14px;
        line-height: 1.57;
        text-align: left;
        color: #333333;
        margin: 0px; }
      .ma-shop-your-card .ma-shop-your-card-item .ma-shop-item-info p {
         
        font-size: 14px;
        line-height: 1.57;
        text-align: left;
        color: #333333;
        margin-bottom: 0px; }
      .ma-shop-your-card .ma-shop-your-card-item .ma-shop-item-info strong {
         
        font-size: 14px;
        line-height: 1.57;
        float: right;
        color: #333333;
        font-weight: bold; }
  .ma-shop-your-card .ma-total p {
     
    font-size: 14px;
    font-weight: bold;
    line-height: 1.57;
    text-align: left;
    color: #333333; }
    .ma-shop-your-card .ma-total p span {
      float: right; }
  .ma-shop-your-card .ma-your-card-btn {
    margin-top: 30px; }
    .ma-shop-your-card .ma-your-card-btn ul {
      margin: 0;
      padding: 0; }
      .ma-shop-your-card .ma-your-card-btn ul li {
        display: inline-block;
        border: 1px solid #f57f20;
        background: #f57f20;
        padding: 2px 15px;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
        @media screen and (max-width: 1199px) and (min-width: 992px) {
          .ma-shop-your-card .ma-your-card-btn ul li {
            display: block;
            margin-bottom: 10px; } }
        .ma-shop-your-card .ma-your-card-btn ul li:hover {
          background: #ffffff;
          -webkit-transition: all 0.5s;
          -o-transition: all 0.5s;
          transition: all 0.5s; }
          .ma-shop-your-card .ma-your-card-btn ul li:hover a {
            color: #f57f20; }
        .ma-shop-your-card .ma-your-card-btn ul li a {
          display: block;
           
          font-size: 13px;
          font-weight: bold;
          line-height: 2.77;
          text-align: center;
          color: #fff; }
        .ma-shop-your-card .ma-your-card-btn ul li.shop-view {
          background: #fff; }
          .ma-shop-your-card .ma-your-card-btn ul li.shop-view a {
            color: #f57f20; }
          .ma-shop-your-card .ma-your-card-btn ul li.shop-view:hover {
            background: #f57f20; }
            .ma-shop-your-card .ma-your-card-btn ul li.shop-view:hover a {
              color: #fff; }

.ma-newlist-title {
  background: #fff;
  padding: 30px;
  margin-top: 30px; }
  .ma-newlist-title h3 {
     
    font-size: 18px;
    font-weight: bold;
    line-height: 1.67;
    text-align: center;
    color: #333333;
    margin: 0px;
    padding-bottom: 5px;
    margin-bottom: 20px;
    border-bottom: 1px solid #f0f0f0; }
  .ma-newlist-title ul {
    margin: 0px;
    padding: 0px; }
    .ma-newlist-title ul li {
      list-style-type: none; }
      .ma-newlist-title ul li:hover a {
        color: #f57f20; }
      .ma-newlist-title ul li a {
         
        font-size: 14px;
        line-height: 2.57;
        text-align: left;
        color: #333333; }
        .ma-newlist-title ul li a i {
          margin-right: 5px; }

.ma-newlist-title2 {
  background: #ffffff;
  padding: 20px;
  margin-top: 30px; }
  .ma-newlist-title2 h3 {
     
    font-size: 18px;
    font-weight: bold;
    line-height: 1.67;
    text-align: center;
    color: #333333;
    margin: 0px;
    padding-bottom: 5px;
    margin-bottom: 20px;
    border-bottom: 1px solid #f0f0f0; }

.ma-newlist-title3 {
  background: #ffffff;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 20px;
  margin-top: 30px; }
  .ma-newlist-title3 h3 {
     
    font-size: 18px;
    font-weight: bold;
    line-height: 1.67;
    text-align: center;
    color: #333333;
    margin: 0px;
    padding-bottom: 5px;
    margin-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
  .ma-newlist-title3 h4 a {
     
    font-size: 14px;
    line-height: 1.57;
    text-align: left;
    color: #333333; }
    .ma-newlist-title3 h4 a:hover {
      color: #f57f20;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }

#slider-range {
  width: 100%;
  height: 2px;
  background: #f0f0f0;
  border-radius: 0px;
  border: none; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  width: 6px !important;
  height: 12px !important;
  background: #f57f20 !important;
  border: none;
  border-radius: 0px;
  outline: none; }

.ui-slider-horizontal .ui-slider-range {
  background: #f57f20;
  margin-left: -5px; }

.label-filter-price {
   
  font-size: 14px;
  font-weight: bold;
  line-height: 2.57;
  text-align: left;
  color: #333333;
  font-style: normal;
  position: absolute;
  margin-top: 31px; }
  .label-filter-price input {
     
    font-size: 14px;
    font-weight: bold;
    line-height: 2.57;
    text-align: left;
    font-style: normal !important;
    color: #333 !important; }

.btn-filter-prince {
  width: 80px;
  height: 35px;
  border: none;
  outline: none;
  background: #f57f20;
   
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  color: #FFF;
  float: right;
  position: relative;
  margin-top: 25px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  border: 1px solid #f57f20; }
  .btn-filter-prince:hover {
    border: 1px solid #f57f20;
    background: none;
    color: #f57f20;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }

.ma-book-details {
  padding-bottom: 13px;
  margin-bottom: 18px;
  border-bottom: 1px solid #f0f0f0; }
  .ma-book-details:last-child {
    border-bottom: none; }
  .ma-book-details .ma-best-seller-img {
    float: left;
    border: 1px solid #f0f0f0; }
    .ma-book-details .ma-best-seller-img img {
      width: 60px;
      height: 60px;
      overflow: hidden; }
  .ma-book-details .ma-best-seller-info {
    padding-left: 80px; }
    .ma-book-details .ma-best-seller-info h4 {
      margin: 0px; }
    .ma-book-details .ma-best-seller-info ul {
      margin: 0px;
      padding: 0px; }
      .ma-book-details .ma-best-seller-info ul li {
        display: inline-block; }
        .ma-book-details .ma-best-seller-info ul li i {
          color: #f57f20;
          font-size: 12px; }
    .ma-book-details .ma-best-seller-info p {
       
      font-size: 16px;
      font-weight: bold;
      line-height: 1.63; }


/* * Shortcodes */
  
/* + PhotoBanner */
  .photobanner{
  position: relative;
  left: 0;
  right: 0;
  top: 0;
}
.photobanner .item::before{
  background-color: rgba(0, 0, 0, 0.8);
  bottom: 0;
  content: "";
  display: inline-block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}
.photobanner-content{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
  max-width: 942px;
  width: 100%;
  margin: 0 15px;
  margin: 0 auto;
  float: none;
}
.photobanner-content h3{
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 28px;
  letter-spacing: 0.9px;
  word-wrap: break-word;
}
.photobanner-content p{
  color: #fff;
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.photobanner-content .input-group {
    margin-top: 54px;
}
.photobanner-content .input-group .form-control{
  border-radius: 0;
  min-height: 52px;
  box-shadow: none;  
  padding-left: 30px; 
  font-size: 12px;
  font-style: italic;
  letter-spacing: 0.84px;
  line-height: 28px;
  text-transform: uppercase;
  color: #9e9e9e;
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-appearance: none;
}
/* + Placeholder */ 
.photobanner-content .input-group .form-control::-webkit-input-placeholder {
   color: #9e9e9e;
}
.photobanner-content .input-group .form-control:-moz-placeholder {
   color: #9e9e9e; 
}
.photobanner-content .input-group .form-control::-moz-placeholder {
   color: #9e9e9e;
}
.photobanner-content .input-group .form-control:-ms-input-placeholder {  
   color: #9e9e9e; 
}
.photobanner-content .input-group-btn .btn { 
  border-radius: 0;
  background-color: #49aa72;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 28px;
  min-height: 52px;
  letter-spacing: 1.5px;
  color: #fff;
  font-weight: 500;
  padding: 10px 50px;
  transition: all 1s ease 0s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;  
  outline: none;
}
.photobanner-content .input-group-btn .btn:hover { 
  background-color: #fd7140;
  color: #000;
}
.photobanner-content .input-group-btn .btn:active,
.photobanner-content .input-group-btn .btn:focus{
  outline: none;
}

/* + Deal Section */
.coupon-section .section-padding:last-of-type {
  padding-top: 35px;
  padding-bottom: 35px;
}
.dealbox{
  margin-bottom: 52px;
}
.coupon-section .coupon-thmbimg {
  position: relative;
}
.coupon-section .coupon-thmbimg::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: -5px;
  /*background: url("../images/dots-line.png");*/
  background-position: center center;
  background-repeat: no-repeat;
  height: 9px;
}
.coupon-section .coupon-thmbimg p{
  position: absolute;
  top: -12px;
  left: 30px;
  background-color: #fd7140;
  text-decoration: none;
  color: #fff;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 12px;
  min-width: 52px;
  font-size: 15px;
  letter-spacing: 0.6px;
}
.coupon-section .coupon-thmbimg p::before{
  border-bottom: 12px solid #fd7140;
    border-left: 6px solid rgba(0, 0, 0, 0);
    content: "";
    height: 0;
    left: -6px;
    position: absolute;
    top: 0;
    width: 0;
}
.coupon-section .coupon-thmbimg p::after{
  border-left: 26px solid rgba(0, 0, 0, 0);
  border-right: 26px solid rgba(0, 0, 0, 0);
  border-top: 13px solid #fd7140;
    content: "";
    height: 0;
    left: 0;
  right:0;
  width: 100%;
    position: absolute;
    bottom: -13px;
    width: 0;
}
.coupon-section .coupon-thmbimg  p i{
  top: -2px;
  position: relative;
}
.coupon-section .coupon-thmbimg p span{
  display: block;
  letter-spacing: 0;
  font-size: 13px;
}
.coupon-content{
  border: 1px solid #d9d9d9;
  border-top: none;
  padding: 28px 40px 20px;
  text-align: center;
}
.coupon-content h3{
  display: inline-block;
  padding-left: 18px;
  position: relative;
  color: #e94c3c;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.56px;
  text-transform: capitalize;
  margin: 0 0 11px;
  word-wrap: break-word;
}
.coupon-content h3::before{
  position: absolute;
  content: ">";
  left: 0;
  top: 0;
  font-size: 14px;
  color: #e94c3c;
}
.coupon-content p{
  color: #222;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0.64px;
  word-wrap: break-word;
  margin: 0 0 10px;
}
.getcoupon-btn{
  display: inline-block;
  margin-bottom: 12px;
  position: relative;
  word-wrap: break-word;
}
.get-coupencode{
  border: 2px dashed #d9d9d9;
  color: #000;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1.05px;
  line-height: 28px;
  margin-left: 36px;
  padding: 3.5px 8px;
  position: relative;
  text-align: right;
  text-transform: uppercase;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  min-width: 151px;
  z-index: -1;
  word-wrap: break-word;
}
.getdeal{ 
    color: #fff;
    display: inline-block;
    font-size: 13px;
    letter-spacing: 0.91px;
    font-weight: 600;
    left: 0;
    min-width: 190px;
    padding: 13px 23px 9px;
    position: absolute;
    text-align: left;
    text-transform: uppercase;
    top: 0;
    -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
    z-index: 2;
  word-wrap: break-word;
}
.getdeal::before{
  position: absolute;
  content: "";
  background: url("../img/copunshape.png");
  background-repeat: no-repeat;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.getcoupon-btn:hover .get-coupencode{
  border-color: #fd7140;
}
.getcoupon-btn:hover .getdeal{
  left: -10px;
  color: #222;
}
.coupon-content .expire {
  color: #777;
  font-size: 12px;
  line-height: 28px;
  letter-spacing: 0.48px;
}
.coupon-content .expire span {
  color: #e94c3c;
  font-size: 12px;
  line-height: 28px;
  letter-spacing: 0.48px;
  text-transform: capitalize;
}

/* + Shoping Brands */
.shopingbrands {
  background-color: #f9f9f9;
}
.shopingbrands .section-padding:last-of-type{
  padding-bottom: 50px;
  padding-top: 50px;
}
.brandbox{  
  text-align: center;
  position: relative;
  margin-bottom: 20px;
  position: relative;
}
.shopingbrands .row .col-md-3:nth-child(2n+1) .brandbox::before,
.shopingbrands .row .col-md-2:nth-child(2n+1) .brandbox::before,
.shopingbrands .row .col-md-3:nth-child(2n) .brandbox::before,
.shopingbrands .row .col-md-2:nth-child(2n) .brandbox::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #49aa72;
  transition: all 1s ease 0s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;  
}
.shopingbrands .row .col-md-3:nth-child(2n) .brandbox::before,
.shopingbrands .row .col-md-2:nth-child(2n) .brandbox::before {
  height: 0;
}
.shopingbrands .row .col-md-3:nth-child(2n) .brandbox:hover::before,
.shopingbrands .row .col-md-2:nth-child(2n) .brandbox:hover::before {
  height: 100%
}
.shopingbrands .row .col-md-3:nth-child(2n+1) .brandbox::before,
.shopingbrands .row .col-md-2:nth-child(2n+1) .brandbox::before {
  width: 0;
}
.shopingbrands .row .col-md-3:nth-child(2n+1) .brandbox:hover::before,
.shopingbrands .row .col-md-2:nth-child(2n+1) .brandbox:hover::before {
  width: 100%;
}

.shopingbrands .col-md-2{
  padding-left: 10px;
  padding-right: 10px;
}
a.brand-content{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  opacity: 0;
  z-index: 2;
  text-decoration: none;
  transition: all 1s ease 0s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
}
.brandbox:hover .brand-content{
  opacity: 1;
}
.brand-content span{
  font-size: 12px;
  text-transform: uppercase;
  line-height: 28px;
  letter-spacing: 0.84px;
  color: #fff;
  word-wrap: break-word;
}
.brand-content .off-per{
  margin: 0;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 700;
  font-family: 'Lora', serif; 
  color: #fff;
  display: block;
  word-wrap: break-word;
} 
  
/* + Browse Category */
.browsecategory{
  background-color: #f7f7f7;  
  text-align: center;
}
.browsecategory .container {
  padding-top: 49px;
  padding-bottom: 49px;
}

.browsecategory .input-group {
  padding-left: 50px;
  padding-right: 18px;
}
.browsecategory .input-group .form-control{
  border-radius: 0;
  min-height: 52px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-appearance: none;
  padding-left: 30px; 
  font-size: 12px;
  font-style: italic;
  letter-spacing: 0.84px;
  line-height: 28px;
  text-transform: uppercase;
  color: #9e9e9e;
  border: 1px solid #ddd; 
}
/* + Placeholder */
.browsecategory .input-group .form-control::-webkit-input-placeholder {
   color: #9e9e9e;
}
.browsecategory .input-group .form-control:-moz-placeholder { /* Firefox 18- */
   color: #9e9e9e; 
}
.browsecategory .input-group .form-control::-moz-placeholder {  /* Firefox 19+ */
   color: #9e9e9e;
}
.browsecategory .input-group .form-control:-ms-input-placeholder {
   color: #9e9e9e; 
}
.browsecategory .input-group-btn .btn,
.browsecategory a {
  transition: all 1s ease 0s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
}
.browsecategory .input-group-btn .btn { 
  border-radius: 0;
  background-color: #49aa72;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 28px;
  min-height: 52px;
  letter-spacing: 1.5px;
  color: #fff;
  font-weight: 500;
  font-family: 'Hind', sans-serif;
  padding: 10px 50px; 
  outline: none;
}
.browsecategory .input-group-btn .btn:hover {
  background-color: #fd7140;
  color: #000;
}
.browsecategory .input-group-btn .btn:active,
.browsecategory .input-group-btn .btn:focus{
  outline: none;
}
.browsecategory a {
  text-decoration: none;
  background-color: #49aa72;
  display: inline-block;
  padding: 15px 21px 8px;
  line-height: 28px;
  text-transform: uppercase;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  font-family: 'Hind', sans-serif;
  letter-spacing: 1.05px;
  box-shadow: 0 3px 0px rgba(0, 100, 42, 0.7);
  text-align: center; 
}
.browsecategory a:hover {
  background-color: #fd7140;
  border-color: #000;
}
.browsecategory a i{
  margin-right: 20px;
  font-size: 17px;
} 

/* + PopularCategory */
.categorybox{
  position: relative;
  margin-bottom: 30px;
}
.popularcategory .section-padding:last-of-type{
  padding-top: 45px;
  padding-bottom: 45px;
}
.categorybox::before{
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 0;
  width: 0;
  border-bottom: 30px solid #fff;
  border-right: 30px solid transparent;
  z-index: 1; 
}
.categorybox::after{
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 0;
  width: 0;
  border-top: 30px solid rgba(255,255,255,0.25);
  border-left: 30px solid transparent;
  z-index: 1; 
}
.category-img{  
  position: relative; 
}
.category-img img{
  border-radius: 10px;
}
.category-img::before{
  background-color: rgba(0, 0, 0, 0.7);
  bottom: 0;
  content: "";
  display: inline-block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 10px;
}
.category-content{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  display: inline-block;
  width: 100%;
}
.category-content span{
  display: block; 
  font-size: 42px;
  color: #fff;
  margin-bottom: 27px;
  transition: all 1s ease 0s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
}
.category-content a {
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1.14px;
  font-weight: 500;
  font-family: 'Hind', sans-serif;
  color: #fff;
  line-height: 25px;
  font-size: 18px;
  transition: all 1s ease 0s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  word-wrap: break-word;
}
.category-content:hover span,
.category-content:hover a {
  color: #fd7140;
}


/* + ShopTrading */
.shoptrading{
  background-color: #f9f9f9;
}
.tradingbox {
  text-align: center;
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-bottom: 3px solid #f0f0f0;
  padding: 19px 15px 38px 19px;
}
.shoptrading .owl-carousel .owl-item img{
  width: auto;
  display: block;
  margin: 10px auto 20px;
  text-align: center;
}
.tradingbox img{
  margin-bottom: 29px;
}
.tradingbox p {
  color: #222;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.3px;
  padding: 0 20px;
}
.tradingbox a  {
  display: inline-block;
  margin-top: 15px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 0.91px;
  background-color: #49aa72;
  padding: 12px 30px 7px;
  color: #fff;
  font-family: 'Hind', sans-serif;
  text-align: center;
  box-shadow: 0 3px 0px rgba(0, 100, 42, 0.7);
  transition: all 1s ease 0s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
}
.tradingbox a:hover{
  background-color: #fd7140;
}

/* + ShopTrading:: Owl Nav Setting */
.shoptrading .owl-theme .owl-controls{
  position: absolute;
  top: 36%;
  left: 0;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.shoptrading .owl-theme .owl-controls .owl-nav [class*="owl-"]{
  font-size: 0;
  margin: 0;
  padding: 0;
  height: 57px;
  width: 57px;
  border-radius: 100%;
  line-height: 57px;
  background-color: transparent;
  border: 1px solid #d3d3d3;
  transition: all 1s ease 0s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
}
.shoptrading .owl-prev{
  position: absolute;
  left: -8.9%;
}
.shoptrading .owl-prev::before{
  position: absolute;
  left: -5px;
  top: -2px;
  content: "4";
  left: 0;
  right: 0;
  text-align: center;
  font-family: "ElegantIcons";
  font-size: 30px;
  color: #ddd;
  transition: all 1s ease 0s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
}
.shoptrading .owl-next::before{
  position: absolute;
  top: -2px;
  content: "5";
  left: 0;
  right: 0;
  text-align: center;
  font-family: "ElegantIcons";
  font-size: 30px;
  color: #ddd;
  transition: all 1s ease 0s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
}
.shoptrading .owl-prev:hover::before,
.shoptrading .owl-next:hover::before {
  color: #49aa72;
}
.shoptrading .owl-next{
  position: absolute;
  right: -8.9%;
}
.shoptrading .owl-theme .owl-controls .owl-nav [class*="owl-"]:hover{
  background-color: transparent;
  border-color: #fd7140;
} 
  
/* + LatestBlog */
.latestblog .section-padding:last-of-type {
  padding-bottom: 46px;
  padding-top: 46px;
}
.type-post {
  position: relative;
  margin-bottom: 30px;
}
.type-post .entry-cover {
  position: relative;
}
.type-post .entry-cover a {
  display: block;
}
.entrycover-shape {
  bottom: -7px;
    display: inline-block;
    height: 79px;
    left: 0;
    margin-top: 0;
    opacity: 1;
    overflow: hidden;
    position: absolute;
    right: 0;
    width: 100%;
}
.latestblog .entrycover-shape::before {
  top: 28%;
}
.entrycover-shape::before {
  background-color: #e4e4e4;
    bottom: 0;
    content: "";
    height: auto;
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  z-index: 2;
}
.entrycover-shape::after {
    background-color: #fff;
    content: "";
    display: inline-block;
    height: 144px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: skewX(82.3deg);
  -webkit-transform: skewX(82.3deg);
  -ms-transform: skewX(82.3deg);
    width: 100%;
}
.entry-cover > span{
  background-color: #49aa72;
    border-radius: 100%;
    bottom: 13px;
    color: #ffffff;
    display: inline-block;
    font-size: 25px;
    height: 55px;
    line-height: 55px;
    position: absolute;
    text-align: center;
    top: auto;
    width: 55px;
  left: 25px;
}
.type-post .entrycontent-block{
  border: 1px solid #e4e4e4;
  border-top: none;
  box-shadow: 0px 3px 0px -1px rgba(0, 0, 0, 0.2);
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 11px 25px 20px;
  transition: all 1s ease 0s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;  
}
.type-post .entrycontent-block::before{
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  height: 2px;
  width: 0;
  background-color: #49aa72;
  bottom: -2px;
  transition: all 1s ease 0s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
}
.type-post:hover .entrycontent-block::before{
  width: 100%;
}
.type-post .entry-meta .post-date {
  color: #fd7140;
  font-size: 13px;
  line-height: 25px;
  letter-spacing: 0.26px;
  text-transform: capitalize;
}
.type-post .entry-title a{
  color: #222;
  text-decoration: none;
  transition: all 1s ease 0s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
}
.type-post .entry-title{
  color: #222;
  font-size: 17px;
  font-weight: 500;
  font-family: 'Hind', sans-serif;
  line-height: 25px;
  letter-spacing: 0.34px; 
  text-transform: uppercase;
  position: relative; 
  margin: 15px 0 13px;
  transition: all 1s ease 0s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
}
.type-post .entry-title:hover a,
.type-post .entry-title:hover{
  color: #49aa72;
}
.type-post .entry-title::before{
  background-color: #49aa72;
    bottom: 6px;
    content: "";
    height: auto;
    left: -26px;
    position: absolute;
    top: 5px;
    width: 3px;
}
.type-post .entry-content p{
  color: #888;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0.3px;
}

/* + Blog */
.blog .content-area {
  padding-right: 65px;
}
.blog .type-post{
  margin-bottom: 60px;
}
.blog .entrycover-shape::after{
  transform: skewX(85deg);
}
.blog  .entry-cover > span{
  bottom: 33px;
}
.blog .type-post .entrycontent-block{
  padding: 11px 25px 41px;
}
.blog .type-post .entrycontent-block > a{
  color: #49aa72;
  font-size: 13px;
  font-weight: 500;
  font-family: 'Hind', sans-serif;
  line-height: 24px;
  letter-spacing: 0.91px;
  text-decoration: none;
  margin-top: 13px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  transition: all 1s ease 0s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
}
.blog .type-post .entrycontent-block > a:hover{
  color: #fd7140;
}
.blog .type-post .entrycontent-block > a::after,
.blog .type-post .entrycontent-block > a::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  transition: all 1s ease 0s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
}
.blog .type-post .entrycontent-block > a::before {
  background-color: #49aa72;
  width: 100%;
}
.blog .type-post .entrycontent-block > a::after {
  background-color: #fd7140;
  width: 0;
}
.blog .type-post .entrycontent-block > a:hover::after {
  width: 100%;
}

/* + Widget Area */
.blog .widget-area{
  left: -15px;
  padding: 0;
}
.widget {
  display: inline-block;
  margin-bottom: 55px;
  width: 100%;
}
.widget:last-child {
  margin-bottom: 0;
}
.widget-title {
    color: #333;
    font-size: 24px;
  font-weight: 700;
  font-family: 'Lora', serif; 
    letter-spacing: 0.72px;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 17px;
    position: relative;
    text-transform: uppercase;
}
.widget-catagories li a,
.widget-catagories span,
.widget-latestposts .latest-content > a img,
.widget-latestposts .latest-content h3  a,
.widget-tag .tags > a,
.entry-gallerylist a::before,
.entry-gallerylist a::after {
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

/* + Search Widget */
.widget-search {
  margin-bottom: 50px;
}
.widget-search .input-group {
  border: 1px solid #e6e6e6;
}
.widget-search .input-group .form-control,
.widget-search .btn-search {
  height: 40px;
  border-radius: 0;
  outline: none;
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-appearance: none;
}
.widget-search .input-group .form-control {
  text-transform: capitalize;
  letter-spacing: 2px;
  font-weight: 300;
  color: #c1c1c1;
  font-size: 13px;
  letter-spacing: 0.91px;
  line-height: 28px;
  font-family: Arial, Helvetica, sans-serif;
  padding: 10px 23px;
}
.widget-search .form-control::-webkit-input-placeholder {
   color: #c1c1c1; 
}
.widget-search .form-control:-moz-placeholder {
   color: #c1c1c1; 
}
.widget-search .form-control::-moz-placeholder {
  color: #c1c1c1; 
}
.widget-search .form-control:-ms-input-placeholder {
   color: #c1c1c1;
}
.widget-search .btn-search {
    color: #c1c1c1;
  font-size: 15px;
  font-weight: bold;
  padding: 11px 18px;
}
.widget-search .btn-search,
.widget-search .btn-search:hover,
.widget-search .btn-search:focus {
  background-color: transparent;
  outline: none;
}

/* + Catagories Widget */
.widget-catagories ul {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0;
  border: 1px solid #e6e6e6;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 18px;
  padding-right: 18px;
}
.widget-catagories ul  li { 
  margin-bottom: 25px;
  display: inline-block;
  width: 100%;
}
.widget-catagories ul  li:last-child {
  margin-bottom: 0;
}
.widget-catagories li a {
    color: #8b8b8b;
    font-size: 14px;
    letter-spacing: 1.12px;
    line-height: 24px;
    text-decoration: none;
    text-transform: capitalize;
  font-family: 'Arimo', sans-serif;
}
.widget-catagories li:hover a {
  color: #49aa72;
}
.widget-catagories span {
    border: 1px solid #49aa72;
    color: #49aa72;
    float: right;
  font-family: 'PT Sans', sans-serif;
    font-size: 12px;
    line-height: 18px;
    padding: 5px 6px;
    text-align: center;
  position: relative;
  z-index: 1;
}
.widget-catagories span::before {
  position: absolute;
  content: "";
  background-color: #49aa72;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 0;
  transition: all 1s ease 0s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  z-index: -1;
}
.widget-catagories li:hover span::before {
  height: 100%;
}
.widget-catagories li:hover span {
  color: #fff;
}

/* + Recent Post */
.widget .latest-block{
  border: 1px solid #e6e6e6;
  padding: 30px 18px 25px;
}
.widget-latestposts .widget-title h3 {
  padding-bottom: 0;
  word-wrap: break-word;
}
.widget-latestposts .latest-content {
    display: inline-block;
    margin-bottom: 25px;
    padding-bottom: 11px;
    padding-left: 95px;
    position: relative;
    width: 100%;
}
.widget-latestposts .latest-content:last-of-type {
  margin-bottom: 0;
}
.widget-latestposts .latest-content > a {
  left: 0;
  position: absolute;
  top: 0;
}
.widget-latestposts .latest-content > a img:hover {
  opacity: 0.5;
}
.widget-latestposts .latest-content h3 {
  margin: 0;
    display: inline-block;
    font-family: "Roboto";
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.91px;
    line-height: 18px;
    padding-bottom: 8px;
    padding-top: 6px;
    text-transform: uppercase;
    width: 100%;
  word-wrap: break-word;
}
.widget-latestposts .latest-content h3  a {
  color: #222;
  font-family: 'Hind', sans-serif;
  letter-spacing: 0.96px;
  line-height: 18px;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  word-wrap: break-word;
}
.widget-latestposts .latest-content h3 a:hover {
  color: #fd7140;
  
}
.widget-latestposts .latest-content span {
  font-size: 11px;
  color: #49aa72;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
}

/* + Tags Widget */
.widget-tag .tags {
  border: 1px solid #e6e6e6;
  padding: 29px 18px 22px;
}
.widget-tag .tags > a {
    border: 1px solid #49aa72;
    color: #49aa72;
    display: inline-block;
    font-size: 11px;
    letter-spacing: 0.44px;
    margin-bottom: 10px;
    margin-right: 6px;
    padding: 7px 14px;
    text-decoration: none;
    text-transform: uppercase;
  font-family: 'PT Sans', sans-serif;
  position: relative;
}
.widget-tag .tags > a::before {
  position: absolute;
  content: "";
  background-color: #49aa72;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 0;
  transition: all 1s ease 0s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  z-index: -1;
}
.widget-tag .tags > a:hover::before {
  width: 100%;
}
.widget-tag .tags > a:hover {
   border-color: #49aa72;
   color: #fff;
}

/* + OW Pagination */
.ow-pagination .pager {
  padding: 2px 30px;
}
.ow-pagination .pager li > a,
.ow-pagination .pager li > span {
  border-radius: 0;
  font-family: 'Hind', sans-serif;
  color: #232323;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1.44px;
  border: none;
  padding: 0;
  transition: all 1s ease 0s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
}
.ow-pagination .pager li > a:hover {
  background-color: transparent;
  color: #fd7140;
}
.ow-pagination .pager .fa-th {
  font-size: 15px;
  margin: 0 30px;
  color: #232323;
}
.ow-pagination  a i{
  font-size: 15px;
  margin: 0 15px;
  color: #797979;
}
.ow-pagination .page-prv a i{
  margin-right: 23px; 
}
.ow-pagination .page-next a i{
  margin-left: 23px;
}
.ow-pagination .page-prv a i,
.ow-pagination .page-next a i {
  transition: all 1s ease 0s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
}
.ow-pagination .page-next a:hover i,
.ow-pagination .page-prv a:hover i{
  color: #49aa72; 
}

/* + BlogPost */
.blogpost.blog .entry-title:hover {
  color: #222;
}
.blogpost.blog .type-post .entrycontent-block{
  padding-bottom: 0;
}
.blogpost .entrycontent-block .shopingbrands {
  background-color: transparent;
}
.blogpost .entrycontent-block .shopingbrands .col-md-3{
  padding: 0 10px;
}
.blogpost .entry-thumbnail {
  position: relative;
  display: inline-block;
  padding-left: 370px;
  margin-bottom: 32px;
  margin-top: 6px;
}
.blogpost .entry-thumbnail img{
  border: 5px solid #e7e7e7;
  position: absolute;
  left: 0;
}
.blogpost .entrymeta-block{
  display: inline-block;
  width: 100%;
  border-top: 1px solid #e4e4e4;
  padding-left: 25px;
  padding-right: 19px;
  padding-top: 22px;
}
.blogpost .entrymeta-block [class*="post-"]{
  display: inline-block;
  margin-right: 50px;
  margin-bottom: 15px;
}
.blogpost .entrymeta-block [class*="post-"]:last-of-type{
  margin-right: 0;
}
.blogpost .entrymeta-block [class*="post-"] a span{
  width: 29px;
  height: 29px;
  line-height: 26px;
  font-size: 16px;
  border-radius: 100%;
  border: 1px solid #576363;
  color: #576363;
  font-size: 12px;
  display: inline-block;
  text-align: center;
  margin-right: 12px;
}
.blogpost .entrymeta-block [class*="post-"] a {
  color: #576363;
  font-size: 12px;
  letter-spacing: 0.84px;
  line-height: 28px;
  font-weight: 500;
  font-family: 'Raleway', sans-serif; 
  text-transform: capitalize;
  text-decoration: none;
  transition: all 1s ease 0s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
}
.blogpost .entrymeta-block [class*="post-"] a:hover {
  color: #fd7140;
}
.blogpost .entrymeta-block .post-share {
  display: inline-block;
  color: #777;
  font-size: 12px;
  line-height: 26px;
  letter-spacing: 0.9px;
}
.blogpost .entrymeta-block .post-share ul{
  padding-left: 11px;
  display: inline-block;
}
.blogpost .entrymeta-block  .post-share span {
  width: 29px;
  height: 29px;
  line-height: 26px;
  font-size: 16px;
  border-radius: 100%;
  border: 1px solid #576363;
  color: #576363;
  font-size: 12px;
  display: inline-block;
  text-align: center;
  margin-right: 12px;
}
.blogpost .entrymeta-block .post-share ul li{
  display: inline-block;
  transition: all 1s ease 0s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
}
.blogpost .entrymeta-block .post-share ul li a{
  font-size: 14px;
  margin-right: 10px;
  color: #808184;
  text-decoration: none;  
  transition: all 1s ease 0s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
}
.blogpost .post-share ul li.share-fb:hover a{
  color: #3b5998;
}
.blogpost .post-share ul li.share-gp:hover a{
  color: #dd4b39;
}
.blogpost .post-share ul li.share-twt:hover a{
  color: #55acee;
}
.blogpost .post-share ul li.share-drb:hover a{
  color: #8aba56;
}
.blogpost .post-share ul li:last-of-type a{
  margin-right: 0;
}

/* + Comment Section */
.comment-section {
  display: inline-block;
    margin-bottom: 35px;
    margin-top: 15px;
    text-align: left;
}
.comment-section  .section-heading {
  font-size: 24px;
  color: #333;
  margin: 0 0 45px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Lora', serif;
  letter-spacing: 0.72px;
}
.comment-section .section-heading span {
  margin-left: 6px;
}
.comment-section .media-left {
  float: left;
  clear: both;
  transition: all 1s ease 0s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
}
.comment-section .media-left:hover {
  opacity: 0.5;
}
.comment-section .media-left img {
  border-radius: 100%;
  display: inline-block;
}
.comment-section .media-heading {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  color: #333;
  margin-right: 5px;
  font-family: 'Hind', sans-serif;
  letter-spacing: 0.9px;
  display: inline-block;
  margin-bottom: 12px;
  width: 100%;
}
.comment-section .media-heading span {
  color: #999;
  font-size: 11px;
  letter-spacing: 0.55px;
  text-transform: uppercase;
  display: inline;
  font-weight: 300;
  letter-spacing: 0.847px;
  font-family: 'Arimo', sans-serif;
  margin-left: 22px;
}
.comment-section .media-heading a {
  font-size: 11px;
  color: #1f8bf3;
  text-transform: uppercase;
  text-decoration: none;
  margin-left: 5px;
  font-weight: 500;
  font-family: 'Roboto';
  float: right;
  margin-top: 10px;
}
.comment-section .media-heading a i {
  margin-right: 5px;
}
.comment-section .media-heading a:hover {
  color: #777;
}
.comment-section .media-list {
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 15px;
}
.comment-section .media-content {
  border-bottom: 1px solid rgba(51, 51, 51, 0.06);
    display: inline-block;
    margin-left: 10px;
    padding-bottom: 24px;
  margin-bottom: 24px;
    position: relative;
}
.comment-section .media-content > a,
.comment-section .media-content > a i{
  color: #9c9c9c;
  transition: all 1s ease 0s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
}
.comment-section .media-content > a { 
    float: right;
    font-size: 10px;
    letter-spacing: 0.4px;
    text-decoration: none;
    text-transform: uppercase;  
}
.comment-section .media-content > a:hover i,
.comment-section .media-content > a:hover {
  color: #49aa72;
}
.comment-section .media-content > a i{
  font-size: 11px;
  letter-spacing: 0.44px;
  margin-right: 10px;
}
.comment-section .media-content p {
    color: #999;
    font-size: 14px;
  font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
    letter-spacing: 0.7px;
    line-height: 28px;
  font-weight: 400;
}
.comment-section .media.media-even {
  margin-left: 60px;
}
.blogpost .comment-form {
  text-align: left;
}

/* + Comment Form */
.comment-form form {
  margin-top: 50px;
}
.comment-form h3{
  font-size: 24px;
  font-weight: 700;
  font-family: 'Lora', serif; 
  line-height: 28px;
  letter-spacing: 0.72px;
  text-transform: uppercase;
  margin: 0;
  color: #333;
  word-wrap: break-word;
}
.comment-form .form-group{
  margin-bottom: 30px;
}
.comment-form .form-control {
  padding: 13px 25px;
  min-height: 40px;
  outline: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-appearance: none;
  border-radius: 0;
  border: 1px solid #e0e0e0;
  background-color: transparent;
  z-index: 1;
  font-size: 14px;
  letter-spacing: 0.7px;
  line-height: 36px;
  color: #777;
  transition: all 1s ease 0s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
}
.comment-form .form-control:focus {
  border-color: #000;
}
.comment-form textarea {
  height: 191px;
}
/* + Placeholder */
.comment-form.form-control::-webkit-input-placeholder {
   color: #777;
   text-transform: uppercase;
   font-size: 10px;
}
.comment-form .form-control:-moz-placeholder {
   color: #777; 
   text-transform: uppercase;
   font-size: 10px;
}
.comment-form .form-control::-moz-placeholder {
   color: #777;
   text-transform: uppercase;
   font-size: 10px;
}
.comment-form .form-control:-ms-input-placeholder {  
   color: #777; 
   text-transform: uppercase;
   font-size: 10px;
}
.comment-form  input[type="submit"] { 
  background-color: #49aa72;
    border: medium none;
    border-radius: 0;
    box-shadow: 0 3px 0 rgba(0, 100, 42, 0.7);
    color: #fff;
    display: inline-block;
    font-family: 'Hind', sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1.05px;
    margin: 10px 0 0;
    padding: 13px 38px 7px;
  position: relative;
    text-decoration: none;
  transition: all 1s ease 0s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
    text-transform: uppercase;
}
.comment-form  input[type="submit"]::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: #fd7140;
  width: 0;
  z-index: -1;
  transition: all 1s ease 0s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
}
.comment-form  input[type="submit"]:hover::before {
  width: 100%;
}
.comment-form  input[type="submit"]:hover {
  color: #fff;  
} 

/* + GetOffers */
.getoffers{
  background: url("../images/getoffer-bg.jpg"); 
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.getoffers img{
  position: absolute;
  left: 45px;
  display: block;
}
.getoffer-content{
  text-align: center;
  padding-bottom: 97px;
  padding-top: 97px;
}
.getoffer-content h3{
  font-size: 24px;
  color: #333;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Lora', serif; 
  margin-top: 0;
  margin-bottom: 22px;
  word-wrap: break-word;
}
.getoffer-content p{
  font-size: 15px;
  line-height: 28px;
  color: #777;
}
.getoffer-content ul{
  padding-left: 0;
  margin-bottom: 0;
}
.getoffer-content ul li {
  display: inline-block;
}
.getoffer-content ul li a {
  color: #f5c743;
  font-size: 12px;
  line-height: 28px;
}
.getoffer-content ul li:last-of-type  a {
  color: #d8d8d8;
}
.getoffer-content span {
  font-size: 11px;
  line-height: 28px;
  letter-spacing: 0.77px;
  color: #989898;
  display: block; 
  margin-bottom: 30px;
}
.getoffer-content > a{
  font-family: 'Hind', sans-serif;
  text-decoration: none;
  font-size: 14px;
  line-height: 28px;
  padding: 15px 50px;
  background-color: #49aa72;
  color: #fff;
  text-transform: uppercase;
  box-shadow: 0 3px 0px rgba(0, 100, 42, 0.7);
  letter-spacing: 0.98px;
  font-weight: 500;
  transition: all 1s ease 0s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  word-wrap: break-word;
}
.getoffer-content > a:hover{
  background-color: #fd7140;
}

/* + Counter Section */

.counter-section {
  background-color: #373737;  
  text-align: center;
}
.counter-section .container {
  padding-top: 64px;
  padding-bottom: 18px;
}
.counter-section .col-md-3{
  margin-bottom: 20px;
}
.counter-section .statistics-content span {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 1.68px;
  font-family: 'Hind', sans-serif;
  display: block;
  margin-top: 20px;
  margin-bottom: 3px;
}
.counter-section  p {
  color: #939598;
  font-size: 11px;
  letter-spacing: 0.77px;
  line-height: 24px;
  text-transform: uppercase;
}
.counter-section .col-md-3:last-of-type img{
  margin-top: -8px;
} 

/* + Featured SignUp */ 
.featuredsignup .section-header {
  text-align: left;
  margin-bottom: 23px;
}
/* - Featured Section */
.featured-section .featuredbox{
  position: relative;
  padding-right: 55px;
  display: block;
  margin-bottom: 25px;
}
.featuredbox h3{
  color: #222;
  font-size: 17px;
  line-height: 25px;
  letter-spacing: 0.34px;
  font-weight: 500;
  font-family: 'Hind', sans-serif;
  text-transform: uppercase;
  margin: 0 0 10px;
  word-wrap: break-word;
}
.featuredbox p{
  padding-left: 82px;
  color: #888;
  font-size: 15px;
  letter-spacing: 0.30px;
  line-height: 26px;
  position: relative;
}
.featuredbox p span{
  height: 57px;
  width: 57px;
  line-height: 55px;
  text-align: center;
  border: 2px solid #49aa72;
  display: inline-block;
  font-size: 32px;
  color: #49aa72;
  position: absolute;
  left: 0;
  top: 10px;
}

/* - SignUpForm */
.signupform .form-group{
  margin-bottom: 30px;
}
.signupform .form-control {
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-appearance: none;
  min-height: 40px;
  color: #777;
  font-size: 12px;
  letter-spacing: 0.7px;
  line-height: 36px;
  padding: 0 24px;
  transition: all 1s ease 0s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;  
  border-color: #e0e0e0;
  
}
/* + SignUpForm Placeholder */  
.signupform .form-control::-webkit-input-placeholder {
   color: #777;
   font-size: 10px;
   text-transform: uppercase;
}
.signupform .form-control:-moz-placeholder { 
  color: #777; 
  font-size: 10px;
  text-transform: uppercase;
}
.signupform .form-control::-moz-placeholder {
   color: #777;
   font-size: 10px;
   text-transform: uppercase;
}
.signupform .form-control:-ms-input-placeholder {
   color: #777;
   font-size: 10px;
   text-transform: uppercase;
}
.signupform .form-control:focus {
  border-color: #000;
}
.signupform  a {
  color: #49aa72;
  float: left;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.91px;
  font-family: 'Hind', sans-serif;
  position: relative;
  top: 10px;
  transition: all 1s ease 0s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
}
.signupform  a:hover {
  color: #fd7140;
}
.signupform  a::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #49aa72;
  height: 1px;
  width: 100%
}
.signupform input[type="submit"] {
  font-family: 'Hind', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  background-color: #49aa72;
  padding: 8px 50px 4px;
  box-shadow: 0 3px 0px rgba(0, 100, 42, 0.7);
  color: #fff;
  font-size: 15px;
  letter-spacing: 1.05px;
  margin-top: 20px;
  line-height: 28px;
  display: inline-block;
  border: none;
  transition: all 1s ease 0s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
}
.signupform input[type="submit"]:hover{
  background-color: #fd7140;
}
  
/* + Error Page */
.error-page{  
  display: block;
}
.error-page .container {
  padding-top: 187px;
  padding-bottom: 102px;
}
.error-page .error-num p {
  position: relative;
}
.error-page .error-num span {
  color: #222;
  font-size: 350px;
  letter-spacing: 24.5px;
  font-family: 'Hind', sans-serif;
  line-height: 293px;
}
.error-page .error-num .error-percentage {
  color: #fd7140;
  font-size: 125px;
  letter-spacing: 8.75px;
  font-family: 'Hind', sans-serif;
  position: relative;
  width: 214px;
  height: 214px;
  border: 20px solid #fd7140;
  border-radius: 100%;
  display: inline-block;
  text-align: center;
  line-height: 200px;
  top: -70px;
  left: -7px;
}
.error-content{
  padding-right: 10px;
}
.error-content h3{
  color: #222;
  font-size: 18px;
  letter-spacing: 0.54px;
  line-height: 28px;
  font-weight: 700;
  font-family: 'Lora', serif;
  text-transform: uppercase;
  margin: 0 0 21px;
  word-wrap: break-word;
}
.error-content h3 span{
  color: #fd7140;
}
.error-content p {
  color: #888;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0.45px; 
}
.error-content a {
  display: inline-block;
  text-decoration: none;
  padding: 14px 42px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1.05px;
  font-family: 'Hind', sans-serif;
  color: #49aa72;
  border: 2px solid #49aa72;
  margin-right: 25px;
  margin-top: 28px;
  transition: all 1s ease 0s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
}
.error-content a:hover {
  background-color: #49aa72;
  color: #fff;
}
.error-content a:last-of-type {
  margin-right: 0;
}

/* + ContactUs Section */
/* - Map */
.map {
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
  position: relative;
}
.map-canvas {
    height: 650px;
    width: 100%;
}

/* - ContactUs Form */
.contact-form-section{
  padding-right: 63px;
}
.contact-form-section .section-header {
  text-align: left;
  margin-bottom: 25px;
}
.contactus-form .row .col-xs-12:last-of-type .form-group{
  margin-bottom: 10px;
}
.contactus-form .form-group {
  margin-bottom: 30px;
}
.contactus-form .form-control {
  border-radius: 0;
  border: 1px solid #e0e0e0;
  min-height: 40px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-appearance: none;
  padding: 0 26px;
  color: #777;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.70px;
  transition: all 1s ease 0s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
}
/* + Placeholder */
.contactus-form  .form-control::-webkit-input-placeholder {
   color: #777;
   text-transform: uppercase;
   font-size: 10px;
}
.contactus-form  .form-control:-moz-placeholder {
   color: #777;
   text-transform: uppercase;
   font-size: 10px;
}
.contactus-form  .form-control::-moz-placeholder {
   color: #777;
   text-transform: uppercase;
   font-size: 10px;
}
.contactus-form .form-control:-ms-input-placeholder {  
   color: #777;
   text-transform: uppercase;
   font-size: 10px;
}
.contactus-form .form-control:focus {
  border-color: #000;
}
.contactus-form textarea {
  height: 191px;
}
.contact-form-section input[type="submit"] {
  padding: 7px 46px 3px;
  display: inline-block;
  border-radius: 0;
  background-color: #49aa72;
  border: none;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  font-family: 'Hind', sans-serif;
  box-shadow: 0 3px 0px rgba(0, 100, 42, 0.7);
  font-weight: 500;
  letter-spacing: 0.91px;
  line-height: 28px;
  transition: all 1s ease 0s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  margin-top: 10px;
}
.contact-form-section input[type="submit"]:hover {
  background-color: #fd7140;
}

/* + Alert Msg */
.alert-msg {
  color: #ccc;
  width: 100%;
  margin: 10px 15px;
  text-align: left;
  z-index: 1;
  display: inline-block;
}
.alert-msg-success {
  color: #50B948;
}
.alert-msg-failure {
  color: #FF0000;
}

/* - ContactInfo Block */
.contactinfo-block {
  position: relative;
  background: url("../images/contactinfo-bg.jpg"); 
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  min-height: 308px;  
  margin-left: -36px;
  margin-top: 63px;
}
.contactinfo-block::before {
  background-color: rgba(74, 74, 74, 0.9);
  bottom: 0;
  content: "";
  display: inline-block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0  
}
.contactinfo-block::after {
  bottom: 5px;
  content: "";
  display: inline-block;
  left: 5px;
  position: absolute;
  right: 5px;
  top: 5px; 
  border: 1px solid rgba(255,255,255,0.3);
}
.contactinfo-content{
  position: relative;
  z-index: 2; 
  padding: 53px 15px 1px 32px;
}
.contactbox{
  position: relative; 
  display: block;
  margin-bottom: 40px;
}
.contactbox span{
  position: absolute;
  top: 0;
  left: 0;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 100%;
  color: #fff;
  font-size: 20px;
}
.contactbox .contactdetail{
  padding-left: 66px;
  font-size: 15px;
  color: #fff;
  line-height: 24px;
  display: inline-block;
  width: 100%;
}
.contactbox .contactdetail a{
  font-size: 14px;
  text-decoration: none;
  letter-spacing: 0.56px;
  line-height: 24px;
  font-family: 'PT Sans', sans-serif;
  display: inline-block;
  width: 100%;
  color: #fff;
  margin-bottom: 2px; 
  transition: all 1s ease 0s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  word-wrap: break-word;
}
.contactbox .contactdetail a:hover {
  color: #fd7140;
}
.contactbox .contactdetail a:last-of-type{
  margin-bottom: 0;
}
.contactbox.mail .contactdetail a{
  font-family: 'Arimo', sans-serif;
  letter-spacing: 0;
  font-size: 15px;
  line-height: 24px;
}

/*------------------------------------------------------------------
  [Responsive]
-------------------------------------------------------------------*/

/* + min-width: 992 */
@media (min-width: 992px) {
  /* + Deal Section */
  .coupon-section .row .col-md-4:nth-child(3n+1){
    clear: both;
  }
  
  /* + LatestBlog */
  .latestblog  .col-md-4:nth-child(3n+1){
    clear: both;
  }
  
  /* + Counter Section */
  .counter-section .row .col-md-3:nth-child(4n+1){
    clear: both;
  }
}

/* + min-width: 992 to max-width: 1199 */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* + PhotoBanner */
  .photobanner-content{
    top: 60%;
  }
  
  /* + Deal Section */
  .coupon-content{
    padding: 25px 15px 20px;
  }
  .coupon-content p{
    font-size: 15px;
  }
  
  /* + ShopingBrands */
  .brand-content span{
    font-size: 11px;
    line-height: 26px;
  }
  .brand-content .off-per{
    font-size: 22px;
  }
  
  /* + Browse Category */
  .browsecategory .input-group{
    padding-left: 0;
    padding-right: 0;
  }
  .browsecategory .input-group .form-control{
    font-size: 12px;
    min-height: 48px;
  }
  .browsecategory .input-group-btn .btn{
    min-height: 48px;
    padding: 9px 50px;
    font-size: 12px;
  } 
  .browsecategory a{
    font-size: 13px;
    padding: 12px 12px 6px;
  }
  .browsecategory a i{
    font-size: 15px;
    margin-right: 8px;
  }
  
  /* + Blog */
  .latestblog .entrycover-shape::before{
    top: 40%;
  }
  .entrycover-shape::before{
    top: 20%;
  }
  
  /* + Error Page */
  .error-page .error-num span{
    font-size: 275px;
  }
  .error-page .error-num .error-percentage{
    width: 150px;
    height: 150px;
    line-height: 140px;
    font-size: 75px;
    border: 15px solid #fd7140;
  }
  .error-content h3{
    font-size: 17px;
    margin: 0 0 10px;
  }
  .error-content a{
    padding: 12px 25px 9px;
    margin-right: 15px;
  }
  
  /* + ContactUs Section */
  .contact-form-section{
    padding-right: 15px;
  }
  .contactinfo-block{
    margin-left: 0;
  }
  .contactinfo-content{
    padding: 50px 9px 1px 18px;
    width: 100%;
  }
  .contactbox{
    margin-bottom: 18px;
  }
  .contactbox span {
    font-size: 14px;
    height: 35px;
    line-height: 30px;
    width: 35px;
  }
  .contactbox .contactdetail{
    font-size: 13px;
    padding-left: 48px;
  }
  .contactbox.mail .contactdetail a{
    font-size: 13px;
  }
}

/* + max-width: 1400 */
@media(max-width: 1400px){
  /* + ShopTrading */
  .shoptrading .owl-next,
  .shoptrading .owl-prev,
  .shoptrading .owl-theme .owl-controls{
    position: relative;
  }
  .shoptrading .owl-theme .owl-controls{
    transform: none;
    top: 25px;
  }
  .shoptrading .owl-prev{
    left: -10px;
  }
  .shoptrading .owl-next{
    right: -10px;
  }
}

/* + max-width: 991 */
@media (max-width: 991px) {
  /* + PhotoBanner */
  .photobanner{
    position: relative;
  }
  .photobanner-content{
    max-width: 720px;
    top: 44%;
  }
  .photobanner-content h3{
    font-size: 22px;
  }
  .photobanner-content p{
    font-size: 13px;
    letter-spacing: 1px;
  }
  .photobanner-content .input-group{
    margin-top: 20px;
  }
  
  /* + Deal Section */
  .coupon-section .row .col-md-4:nth-child(2n+1){
    clear: both;
  }
  .coupon-content{
    padding: 25px 30px 20px;
  }
  
  /* + Browse Category */
  .browsecategory .input-group{
    padding-left: 0;
    padding-right: 0;
  }
  .browsecategory .input-group-btn .btn{
    padding: 10px 25px;
  }
  .browsecategory a{
    font-size: 14.5px;
    padding: 15px 12px 8px;
  }
  .browsecategory a i{
    font-size: 15px;
    margin-right: 8px;
  }
  
  /* + ShopTrading */
  .tradingbox p{
    padding: 0 10px;
  }
  .shoptrading .owl-theme .owl-controls .owl-nav [class*="owl-"]{
    height: 45px;
    width: 45px;
    line-height: 47px;
  }
  .shoptrading .owl-next::before,
  .shoptrading .owl-prev::before{
    font-size: 22px;
  }
  
  /* + Blog */
  .latestblog .col-md-4:nth-child(2n+1){
    clear: both;
  }
  .latestblog .entrycover-shape::before{
    top: 33%;
  }
  .entrycover-shape::before{
    top: 43%;
  }
  .blog .content-area{
    padding-right: 45px;
  }
  .blog .entry-cover > span {
    bottom: 5px;
  }
  .widget-tag .tags > a{
    margin-right: 5px;
    padding: 7px 8px;
  }
  
  /* + BlogPost */  
  .blogpost .entry-thumbnail{
    padding-left: 0;
    margin-bottom: 0;
  }
  .blogpost .entry-thumbnail img{
    position: relative;
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto 20px;
  }
  .comment-section .media.media-even{
    margin-left: 30px;
  }
  .blogpost .entrycontent-block .shopingbrands {
    margin-top: 20px;
  }
  .blogpost .entrycontent-block .shopingbrands .brandbox{
    max-width: 178px;
  }
  
  /* + GetOffers */
  .getoffers img{
    left: 0;
  }
  
  /* - Featured SignUp */
  .featuredsignup .featured-section{
    margin-bottom: 50px;
    display: block;
  }
  .featuredsignup .section-padding{
    padding-top: 30px;
    padding-bottom: 30px;
  } 
  .featuredsignup .section-padding:last-of-type {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  
  /* - Featured SignUpForm */
  .signupform a{
    top: 0;
    left: 1px;
    margin-bottom: 30px;
  }
  /* + Error Page */
  .error-page{
    padding-top: 30px;
    padding-bottom: 70px;
  }
  .error-content,
  .error-num {
    text-align: center;
  }
   .error-page .error-num span{
    font-size: 275px;
  }
  .error-page .error-num .error-percentage{
    width: 150px;
    height: 150px;
    line-height: 140px;
    font-size: 75px;
    border: 15px solid #fd7140;
  }
  .error-content h3{
    font-size: 17px;
    margin: 0 0 10px;
  }
  .error-content a{
    padding: 12px 25px 9px;
    margin-right: 15px;
  }
  
  /* + ContactUs Section */
  .map-canvas{
    height: 400px;
  }
  .contactinfo-block{
    min-height: 250px;
  }
  .contactinfo-content {
    padding: 32px 15px 1px 32px;
  }
  .contactbox{
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
  }
  .contactdetail > p{
    padding-top: 10px;
  }
  .contactinfo-block{
    margin-left: 0;
  }
  .contact-section .section-padding {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .contact-form-section{
    padding-right: 15px;
  } 
}

/* + max-width: 767 */
@media (max-width: 767px) { 
  /* + PhotoBanner */
  .photobanner{
    background-color: #333;
  }
  .photobanner-content{
    max-width: 610px;
    position: relative;
    left: 0;
    right: 0;
    transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    padding-bottom: 20px;
  } 
  .photobanner-content h3{
    font-size: 20px;
  }
  .photobanner-content p{
    font-size: 12px;
    letter-spacing: 1px;
  }
  .photobanner-content .input-group-btn .btn{
    padding: 10px 25px;
  }
  .photobanner-content .input-group{
    margin-top: 20px;
  } 
  
  /* + ShopingBrands */
  .brand-content span{
    font-size: 11px;
    line-height: 26px;
  }
  .brand-content .off-per{
    font-size: 22px;
  }
  
  /* + Browse Category */
  .browsecategory a{
    margin-top: 15px;
    padding: 15px 27px 8px;
  }
  .browsecategory .input-group .form-control{
    padding-left: 15px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -webkit-appearance: none;
  }
  
  /* + PopularCategory */
  .popularcategory .row {
    max-width: 600px;
    margin: 0 auto;
  }
  .categorybox{
    max-width: 270px;
  }
  
  /* + LatestBlog */
  .latestblog  .col-md-4:nth-child(2n+1){
    clear: both;
  } 
  .type-post .entry-title{
    font-size: 15px;
  }
  .type-post .entrycontent-block{
    padding: 10px 15px 20px;
  }
  .type-post .entry-title::before{
    left: -16px;
  }
  
  /* + Blog */
  .entrycover-shape::before{
    top: 9%;
  }
  .blog .content-area{
    padding-right: 15px;
  }
  .blog .entry-cover > span {
    bottom: 30px;
  }
  .blog .widget-area{
    left: 0;
    padding: 0 15px;
    margin-top: 58px;
  }
  .blog .type-post .entrycontent-block{
    padding: 10px 15px 20px;
  }
  .blog .type-post .entry-title::before{
    left: -16px;
  }
  
  /* + GetOffers */
  .getoffers .section-padding{
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .getoffers img{
    position: relative;
    margin: 0 auto;
  }
  .getoffer-content{
    padding-top: 40px;
    padding-bottom: 50px;
  }
  
  /* + Counter Section */
  .counter-section .row .col-xs-6:nth-child(2n+1){
    clear: both;
  }
  .counter-section{
    padding-top: 40px;
    padding-bottom: 1px;
  }
  
  /* -- Featured SignUp */
  .featuredsignup .section-header h3{
    font-size: 22px;
  }
  .signupform .col-xs-6:nth-child(2n+1){
    clear: both;
  }
  .signupform .col-xs-6:last-of-type .form-group {
    margin-bottom: 0;
  }
  .featured-section .featuredbox{
    padding-right: 0;
  }
}

/* +  max-width: 639 */
@media (max-width: 639px) {
  /* + PhotoBanner */
  .photobanner-content{
    max-width: 450px;
  }
  .photobanner-content h3{
    font-size: 14px;
  }
  
  /* + Deal Section */
  .coupon-content {
    padding: 15px 5px 10px;
  }
  .getcoupon-btn:hover .getdeal{
    left: -5px;
  }
  .coupon-content p{
    font-size: 14px;
  }
  
  /* + ShopingBrands */
  .shopingbrands .row{
    max-width: 540px;
    margin: 0 auto;
    float: none;
  }
  .shopingbrands .col-md-2{
    width: 33.33%;
    max-width: 180px;
  }
  
  /* + LatestBlog */
  .latestblog  .col-xs-6{
    width: 100%;
  }
  .latestblog .type-post {
    max-width: 370px;
    float: none;
    margin: 0 auto 30px;
  } 
  .latestblog .entrycover-shape::before {
    top: 29%;
  }
  
  /* + Blog */
  .blog .entrycover-shape::before{
    top: 40%;
  }
  .blog .entry-cover > span{
    bottom: 12px;
  }
  
  /* + BlogPost */
  .blogpost .entrycontent-block .shopingbrands .col-xs-3{
    width: 33.33%;
  }
  .blogpost .entrycontent-block .shopingbrands  .brand-content .off-per{
    font-size: 19px;
  }
  .blogpost .entrycontent-block .shopingbrands .brand-content span{
    line-height: 22px;
  }
  
  /* + Error Page */
  .error-page .error-num span{
    font-size: 230px;
  }
  .error-page .error-num .error-percentage{
    height: 120px;
    width: 120px;
    line-height: 105px;
    font-size: 60px;
    top: -60px;
  }
}

/* +  max-width: 479 */
@media (max-width: 479px) {
  /* + PhotoBanner */
  .photobanner-content .input-group .form-control{
    padding-left: 15px;
  }
  .photobanner-content .input-group-btn .btn{
    padding: 10px 25px;
  }
  
  /* + Deal Section */
  .coupon-section .col-xs-6{
    width: 100%;
    float: none;
    margin: 0 auto;
    max-width: 370px;
  }
  .getcoupon-btn:hover .getdeal{
    left: -10px;
  }
  
  /* + ShopingBrands */
  .shopingbrands .row{
    max-width: 340px;
    margin: 0 auto;
    float: none;
  }
  .shopingbrands .col-md-2{
    width: 50%;
    max-width: 180px;
  }
  .brand-content span{
    font-size: 10px;
    line-height: 22px;
  }
  .brand-content .off-per{
    font-size: 20px;
  }
  
  /* + PopularCategory */
  .popularcategory .col-xs-6{
    width: 100%;
    max-width: 270px;
    margin: 0 auto;
    float: none;
  }
  
  /* + LatestBlog */
  .latestblog .entrycover-shape::before{
    top: 33%;
  }
  .entry-cover > span{
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 16px;
    left: 20px;
  }
  
  /* + Blog */
  .blog .entrycover-shape::before{
    top: 56%;
  }
  
  .blog .entry-cover > span{
    bottom: 12px;
  }
  .ow-pagination .pager{
    padding: 2px 0;
  }
  
  /* + BlogPost */
  .blogpost .entrycontent-block .shopingbrands .col-xs-3{
    width: 50%;
    padding: 0 5px;
  }
  .blogpost .entrycontent-block .shopingbrands  .brandbox{
    margin-bottom: 10px;
  }
  .blogpost .entrycontent-block .shopingbrands .brand-content span{
    line-height: 16px;
  }
  .blogpost .entrycontent-block .shopingbrands .brand-content .off-per{
    font-size: 14px;
  }
  .blogpost .entrymeta-block{
    padding-left: 5px;
    padding-right: 5px;
  }
  .blogpost .entrymeta-block [class*="post-"]{
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .comment-section .media-left img{
    max-width: 65px;
  }
  .comment-section .media-heading span{
    display: block;
    margin-top: 5px;
    margin-left: 0;
  }
  
  /* - Featured SignUp */
  .featuredsignup .section-header h3{
    font-size: 18px;
  }
  .signupform .col-xs-6{
    width: 100%;
  }
  .signupform a{
    top: 0;
    left: 5px;
    margin-bottom: 30px;
  }
  
  /* + Error Page */
  .error-page{
    padding-bottom: 50px;
  }
  .error-page .error-num span{
    font-size: 150px;
    line-height: 150px;
  }
  .error-page .error-num .error-percentage {
    border: 9px solid #fd7140;
    font-size: 30px;
    height: 70px;
    left: -10px;
    line-height: 62px;
    padding-left: 10px;
    text-align: center;
    top: -40px;
    width: 70px;
  }
  .error-content a {
    margin-right: 0;
    margin-top: 15px;
  }
}

/* +  max-width: 359 */
@media (max-width: 359px) {
  /* + LatestBlog */
  .latestblog .entrycover-shape::before{
    top: 40%;
  }
  
  /* + Blog */
  .blog .entrycover-shape::before{
    top: 60%;
  }
}