/*

TemplateMo 585 Barber Shop

https://templatemo.com/tm-585-barber-shop

*/


/*---------------------------------------
  CUSTOM PROPERTIES ( VARIABLES )             
-----------------------------------------*/
:root {
  --white-color:                  #ffffff;
  --primary-color:                #1D2127;
  --secondary-color:              #c12828;
  --section-bg-color:             #f3f9ff;
  --custom-btn-bg-color:          #c12828;
  --custom-btn-bg-hover-color:    #FDBB2D;
  --dark-color:                   #000000;
  --p-color:                      #717275;
  --border-color:                 #7fffd4;
  --link-hover-color:             #B22727;

  --body-font-family:             "Poppins", sans-serif;

  --h1-font-size:                 74px;
  --h2-font-size:                 46px;
  --h3-font-size:                 32px;
  --h4-font-size:                 28px;
  --h5-font-size:                 24px;
  --h6-font-size:                 22px;
  --p-font-size:                  20px;
  --btn-font-size:                16px;
  --copyright-font-size:          14px;

  --border-radius-large:          100px;
  --border-radius-medium:         20px;
  --border-radius-small:          10px;

  --font-weight-thin:             100;
  --font-weight-light:            200;
  --font-weight-normal:           300;
  --font-weight-bold:             600;
}

body 
{
  font-size:15px!important;	
  background-color: var(--section-bg-color);
  font-family: "Poppins", sans-serif; color:#1D2127
}
p

/*---------------------------------------
  TYPOGRAPHY               
-----------------------------------------*/

h2,
h3,
h4,
h5,
h6 {
  color: var(--dark-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: var(--font-weight-bold);
}

h1 {
  font-size: var(--h1-font-size);
}

h2 {
  font-size: var(--h2-font-size);
}

h3 {
  font-size: var(--h3-font-size);
}

h4 {
  font-size: var(--h4-font-size);
}

h5 {
  font-size: var(--h5-font-size);
}

h6 {
  font-size: var(--h6-font-size);
}

.p18 {font-size:18px

}

ul li {
  
}
p{line-height:27px}
a, 
button {
  touch-action: manipulation;
  transition: all 0.3s;
}

a {
  display: inline-block;
  color: var(--primary-color);
  text-decoration: none;
}

a:hover {
  color:#005596;
}

b,
strong {
  font-weight: var(--font-weight-bold);
}


/*---------------------------------------
  SECTION               
-----------------------------------------*/
.section-padding {
  padding: 60px 50px;
}
.section-bg2 {
	    background-image: url(../images/back2.jpg);
    background-repeat: no-repeat;
    background-attachment: none;
    background-size: contain;
    background-position: left;
}

.section-bg {
	    background-image: url(../images/banner-image.jpg);
    background-repeat: no-repeat;
    background-attachment: none;
    background-size: cover;
    background-position: center;

}
.section-bg-map {
	    background-image: url(../images/bg-image4.jpg);
    background-repeat: no-repeat;
    background-attachment: none;
    background-size: cover;
    background-position: top;

}
.banner-section-font{font-family: "Roboto Serif", serif; font-size:80px;text-shadow:1px 0px #333; font-weight:500}
.banner-desc{font-family:poppins; font-size:18px; font-weight:300;    text-shadow: 0px 1px #000;	line-height:27px}
.buttons{font-family:poppins; font-weight:500; color:#fff; border:2px solid #fff; padding:10px 20px; border-radius:3px; text-shadow:0px 1px #333}
.buttons:hover{background-color:#125ca0; color:#ffffff}
.buttons-blue-border{font-family:poppins; font-weight:500; color:#125CA0; border:2px solid #125CA0; padding:10px 20px; border-radius:3px}
.button-blue{font-family:poppins; font-weight:500; color:#ffffff; background-color:#1F5898; padding:10px 30px; border-radius:3px; border:0px}
#section_2 h4{ font-size:32px; font-weight:500}
#section_2 p{font-size:16px; color:#1D2127}
#section_5 p{font-size:16px; color:#1D2127}
#section_6 p{font-size:16px; color:#1D2127}
.font-darker{font-size:18px; font-weight:400; margin-top:24px; line-height:160%;}
.section-overlay {
  background-color: var(--dark-color);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  opacity: 0.45;
}

.section-overlay + .container {
  position: relative;
}

.back-top-icon {
  font-size: var(--h2-font-size);
}


/*---------------------------------------
  CUSTOM BLOCK BACKGROUND OVERLAY               
-----------------------------------------*/
.custom-block-bg-overlay-wrap {
  background: var(--primary-color);
  border-radius: var(--border-radius-medium);
  transition: all 0.3s ease;
}

.custom-block-bg-overlay-wrap:hover {
  background: linear-gradient(90deg, #FDBB2D 0%, #22C1C3 100%);
  transform: scale(1.05);
}

.custom-block-bg-overlay-image {
  border-radius: var(--border-radius-medium);
  display: block;
  margin: auto;
  height: 100%;
  object-fit: cover;
  transform: rotate(8deg);
}

.custom-block-bg-overlay-wrap:hover .team-info {
  bottom: 10px;
}


/*---------------------------------------
  CUSTOM BUTTON               
-----------------------------------------*/
.custom-btn {
  background: var(--custom-btn-bg-color);
  border: 2px solid transparent;
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-size: var(--btn-font-size);
  font-weight: var(--font-weight-bold);
  line-height: normal;
  transition: all 0.3s;
  padding: 10px 20px;
}

.custom-btn:hover {
  background: var(--custom-btn-bg-hover-color);
  color: var(--white-color);
}

.custom-border-btn {
  background: transparent;
  border: 2px solid var(--custom-btn-bg-color);
  color: var(--custom-btn-bg-color);
}

.custom-btn-bg-white {
  border-color: var(--white-color);
  color: var(--white-color);
}

.custom-btn-italic {
  font-style: italic;
}


/*---------------------------------------
  NAVIGATION              
-----------------------------------------*/
.sidebar {
  background: #125ca0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  padding: 50px 0 0;
}

.sidebar-sticky {
  height: calc(100vh - 0px);
  overflow-x: hidden;
  overflow-y: hidden;
  text-align: center;
  position: relative;
}

.navbar {
  background: transparent;
  z-index: 9;
}

.logo-image {
  width: 154px;
  height: auto;
  margin-bottom: 70px;
  margin-top: -160px;
}

#sidebarMenu .nav-link {
  color: var(--dark-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-bold);
  text-transform: uppercase;
  position: relative;
}

#sidebarMenu .nav-link.active, 
#sidebarMenu .nav-link:hover {
  color: var(--white-color);
}

.navbar-toggler {
  background: var(--primary-color);
  border-radius: var(--border-radius-large);
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 222;
  border: 0;
  padding: 0;
  cursor: pointer;
  margin: 25px;
  width: 55px;
  height: 55px;
  outline: none;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background: transparent;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before,
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transition: top 300ms 50ms ease, -webkit-transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease, -webkit-transform 300ms 350ms ease;
  top: 0;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(-45deg);
}

.navbar-toggler .navbar-toggler-icon {
  background: var(--white-color);
  transition: background 10ms 300ms ease;
  display: block;
  margin: auto;
  width: 25px;
  height: 2px;
  position: relative;
}

.navbar-toggler .navbar-toggler-icon:before,
.navbar-toggler .navbar-toggler-icon:after {
  transition: top 300ms 350ms ease, -webkit-transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease, -webkit-transform 300ms 50ms ease;
  position: absolute;
  right: 0;
  left: 0;
  background: var(--white-color);
  width: 25px;
  height: 2px;
  content: '';
}

.navbar-toggler .navbar-toggler-icon::before {
  top: -8px;
}

.navbar-toggler .navbar-toggler-icon::after {
  top: 8px;
}
/*---------------------------------------
  Model        
-----------------------------------------*/

.Siam_golf_enquiry { width:35% !important; min-width:280px; max-width:580px; } 
.Siam_golf_enquiry .captcha {}
.Siam_golf_enquiry .submition .sub-btn { background-color:#005596; border:0px; color:#ffffff; width:100%; text-align:center; min-width:150px;}
.Siam_golf_enquiry .modal-header .modal-title { margin:0;  width: 100%; text-align: center; font-weight: bold; color: #fff; text-transform: uppercase;} 
.Siam_golf_enquiry .modal-header {  background: #005596; border-radius: 4px 4px 0 0;}   

/*---------------------------------------
  HERO        
-----------------------------------------*/
.hero-section {
  /*background-image: url('../images/banner-image.jpg');*/
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  padding: 50px;
  padding-bottom: 0;
  min-height: 665px;
  border-bottom: 0px solid var(--primary-color);
}

@media screen and (min-width: 991px) {
  .hero-section {
    height: calc(100vh - 0px);
  }
}

.hero-section::after {
  content: "";
  background: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.65;
}

.hero-section .container {
  position: relative;
  z-index: 2;
}

.custom-block {
  border: 10px solid var(--primary-color);
  border-radius: 100%;
  position: absolute;
  z-index: 2;
  bottom: -60px;
  right: -60px;
  padding: 50px 90px 50px 50px;
  width: 360px;
  height: 360px;
}

.custom-block .custom-btn {
  background: var(--primary-color);
}

.custom-block .custom-btn:hover {
  background: var(--secondary-color);
}

.custom-block-image {
  border: 10px solid var(--primary-color);
  border-radius: 100%;
  position: absolute;
  top: -60px;
  right: 20px;
  left: 0;
  width: 120px;
  height: 120px;
  margin: auto;
  object-fit: cover;
}


/*---------------------------------------
  ABOUT              
-----------------------------------------*/
.about-section h6 {
color: var(--secondary-color);}

.about-sections {
	background-image: url('../images/backgroundnew.jpg');
  background-repeat: no-repeat;
  background-attachment: none;
  background-size: contain; background-position:center centre;
  position: relative;
  text-align: center;
  
}
.section-5{position:relative; right:90px; width:110%; top:290px;}
.section-6{position:relative; left:0px; width:120%; top:-50px}
.padding-80{padding-top:80px}
@media screen and (max-width:991px) {
  .section-5{position:relative; right:0px; width:100%; top:0px;}
 
}
@media screen and (max-width:991px) {
	 .section-6{position:relative; left:0px; width:100%; top:0px; margin-bottom:30px}
	 .section-padding{padding:0px}
	 .padding-80{padding-top:10px}
}
.about-section .custom-block-bg-overlay-image {
  width: 100%;
  max-height: 250px;
}

.about-section .custom-block-bg-overlay-wrap {
  position: relative;
}

.team-info {
  background: var(--white-color);
  border-radius: var(--border-radius-large);
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 10px 40px;
  padding: 10px 17px 10px 20px;
  transition: all 0.3s ease;
}


/*---------------------------------------
  FEATURED               
-----------------------------------------*/
.featured-section {
  background-image: url('../images/barber-customer-giving-high-five.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  text-align: center;
}
.featured-section2 {
  /*background-image: url('../images/section3.jpg');*/
  background-repeat: no-repeat;
  background-attachment: none;
  background-size: cover;
  position: relative;
  text-align: center; 
}
.featured-section2 h4{font-size:33px; font-weight:500; font-family:roboto serif; color:#ffffff; line-height:49px}
.blueh4{font-size:33px;color:#125CA0; padding-bottom:20px}
.featured-section h2 {
  color: var(--secondary-color);
}
.padding-10{padding:10%}
.featured-section p {
  color: var(--white-color);
}

.featured-section strong {
  background: var(--primary-color);
  border-radius: var(--border-radius-medium);
  display: inline-block;
  margin-top: 10px;
  padding: 10px 20px;
}


/*---------------------------------------
  SERVICES             
-----------------------------------------*/
.services-thumb {
  border-radius: var(--border-radius-medium);
  position: relative;
  overflow: hidden;
}

.services-thumb:hover .services-info {
  border-color: var(--primary-color);
  border-width: 5px;
}

.services-thumb:hover .services-image {
  transform: scale(1.05);
}

.services-image {
  border-radius: var(--border-radius-medium);
  display: block;
  margin: auto;
  transition: all 0.3s;
}

.services-thumb-price {
  background: var(--primary-color);
  border-radius: var(--border-radius-medium);
  font-size: var(--copyright-font-size);
  margin-left: auto;
  padding: 5px 10px;
}

.services-info {
  border-radius: var(--border-radius-medium);
  border: 1px solid var(--white-color);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 20px;
  padding: 25px 30px;
  transition: all 0.3s ease;
}

.services-info h4 {
  color: var(--white-color);
}


/*---------------------------------------
  PRICE LIST             
-----------------------------------------*/
.price-list-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.price-list-thumb-wrap {
  padding-right: 50px;
}

.price-list-thumb {
  margin-bottom: 10px;
}

.price-list-thumb:last-child {
  margin-bottom: 0;
}

.price-list-thumb h6 strong {
  color: var(--primary-color);
}

.price-list-thumb-divider {
  background: var(--p-color);
  flex: auto;
  height: 2px;
  margin: auto 15px 0;
}

.price-list-section .custom-block-bg-overlay-wrap {
  padding: 0;
}


/*---------------------------------------
  BOOKING               
-----------------------------------------*/
.booking-section {
  background-image: url('../images/vintage-chair-barbershop.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

.booking-form {
  background: var(--white-color);
  border-radius: var(--border-radius-medium);
  padding: 65px;
}


/*---------------------------------------
  CONTACT               
-----------------------------------------*/
.google-map {
  border-radius: var(--border-radius-medium);
  filter: hue-rotate(45deg);
}

.contact-block-wrap {
  background: var(--primary-color);
  border-radius: var(--border-radius-medium);
  padding: 0;
  min-height: 200px;
}

.contact-block {
  background: var(--secondary-color);
  border-radius: var(--border-radius-medium);
  transform: rotate(8deg);
  height: 100%;
  padding: 20px 40px;
}

.contact-block h6 {
  transform: rotate(-8deg);
}

.contact-block .custom-icon {
  background: var(--primary-color);
  border-radius: var(--border-radius-large);
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: relative;
}

.contact-block strong {
  display: block;
  color: var(--white-color);
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
}


/*---------------------------------------
  CUSTOM FORM               
-----------------------------------------*/
.custom-form .form-control {
  color: var(--p-color);
  margin-bottom: 24px;
  padding-top: 13px;
  padding-bottom: 13px;
  outline: none;
  transition: all 0.3s;
}

.custom-form .form-control:hover,
.custom-form .form-control:focus {
  background: var(--section-bg-color);
  border-color: transparent;
}

.custom-form button[type="submit"] {
  background: var(--custom-btn-bg-color);
  border: none;
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-medium);
  transition: all 0.3s;
  margin-bottom: 0;
}

.custom-form button[type="submit"]:hover,
.custom-form button[type="submit"]:focus {
  background: var(--custom-btn-bg-hover-color);
  border-color: transparent;
}


/*---------------------------------------
  SITE FOOTER              
-----------------------------------------*/
.site-footer {
  position: relative;
  padding: 100px 50px;
  padding-top: 0;
}

.site-footer::after {
  content: "";
  background: linear-gradient(90deg, #FDBB2D 0%, #22C1C3 100%);
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0px;
}

.site-footer-links {
  padding-left: 0;
}

.site-footer-link-item {
  list-style: none;
  display: inline-block;
  margin-right: 15px;
}

.site-footer strong {
  display: block;
  color: #125ca0;
}

.copyright-text {
  font-size: var(--copyright-font-size);
}


/*---------------------------------------
  SOCIAL ICON               
-----------------------------------------*/
.social-icon {
  margin: 0;
  padding: 0;
}

.social-icon-item {
  list-style: none;
  display: inline-block;
  vertical-align: top;
}

.social-icon-link {
  background: #125ca0;
  border-radius: 3px;
  color: var(--white-color);
  font-size: 25px; padding:5px;
  display: block;
  margin: 0 3px;
  text-align: center;
  width: 52px;
  height: 52px;
  line-height: 46px;
  transition: background 0.2s, color 0.2s;
}

.social-icon-link:hover {
  background: #125ca0;
  color: var(--white-color);
}

.social-icon-link span {
  display: block;
}


/*---------------------------------------
  RESPONSIVE STYLES               
-----------------------------------------*/
@media screen and (max-width: 1200px) {
  h1 {
    font-size: 62px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 54px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }

  .section-padding,
  .hero-section {
    padding: 50px 25px;
  }

  .custom-block {
    display: none;
  }
  
  .navbar {
    background-color: var(--dark-color);
  }

  .navbar-expand-lg .navbar-nav {
    padding-bottom: 30px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
  }

  .booking-form {
    padding: 45px;
  }
}

@media screen and (max-width: 767px) {
  .custom-btn {
    font-size: 14px;
    padding: 10px 20px;
  }
}

@media screen and (max-width: 480px) {
  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 20px;
  }

  .services-info h4 {
    font-size: 20px;
  }

  .booking-form {
    padding: 35px;
  }
}



					.u-section-2 .u-container-layout-1 {
    padding: 30px;
}

.u-valign-middle {
    justify-content: center;
}
.u-valign-middle, .u-valign-top, .u-valign-bottom {
    display: flex;
    flex-direction: column;
}
.u-container-layout {
    position: relative;
    flex: 1;
    max-width: 100%;
}
					.u-section-2 .u-group-1 {
    min-height: 381px;
    width: 589px;
    height: auto;
    margin: -157px 0 55px auto;
}
.u-white, .u-body.u-white, .u-container-style.u-white:before, .u-table-alt-white tr:nth-child(even)
 {
 
    background-color: #ffffff;
}
.u-section-2 .u-container-layout-1 {
    padding: 30px;
}
.u-valign-middle{
    justify-content: center;
}
.u-container-layout {
    position: relative;
    flex: 1;
    max-width: 100%;
}
.footer-links ul{list-style:none; color:#20242B;font-size:15px; margin-left:0px; padding-left:0px!important; margin-left:3px}
.footer-links ul li{list-style:none; color:#20242B;font-size:15px; line-height:32px}
.footer-links .footer-text-links li a {color:#20242B;}
.footer-links .footer-text-links li a:hover {color:#125CA0;  text-decoration: underline;}
/**menu overlay**/


/* ------------- */
.menu {
  position: absolute;
  top: 40%;width:100%; height:60px
}
@media screen and (max-width:991px) {
	.menu {
  position: absolute;
  height: 46px;
  width: 46px;
}
}
.menu-link {
	width:50px; border-radius:50%; background-color:#fff; padding:20px; height:50px
 
}

.menu-icon {
  position: absolute;
  width: 20px;
  height: 14px;
  margin: auto;
  left: 0px;
  top: 0px;
  right: 0;
  bottom: 10px; z-index: 1;
}

/* ------------- */
.menu-line {
  background-color: #000;
  height: 2px;
  width: 100%;
  border-radius: 2px;
  position: absolute;
  left: 0;
  transition: all 0.25s ease-in-out;z-index:999
}
.menu-line-2 {
  top: 0;
  bottom: 0;
  margin: auto;
}
.menu-line-3 {
  bottom: 0;
}
/**.menu.open .menu-line-1 {
  transform: translateY(7px) translateY(-50%) rotate(-45deg);
}
.menu.open .menu-line-2 {
  opacity: 0;
}
.menu.open .menu-line-3 {
  transform: translateY(-7px) translateY(50%) rotate(45deg);
}**/

/* ------------- */
.menu-circle {
  background-color: #fff;
  width: 50px;
  height: 50px;
  position: absolute;
  border-radius: 50%;
  transform: scale(1);
  z-index: 1000;
  transition: transform 0.3s ease-in-out;
}
.menu:hover .menu-circle {
  transform: scale(1.5);
}
.menu.open .menu-circle {
  transform: scale(60);
}

/* ------------- */
.menu-overlay {
  background-color: #fff;
  color: #333;
  height: 100%;
  width: 100%;
  position: fixed;
  text-align: center;
  transition: opacity 0.2s ease-in-out;
  z-index: 1001;
  opacity: 0;
  visibility: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;top:0
}
.menu-overlay.open {
  opacity: 1;
  visibility: visible;
}

/* ------------- */
.info {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.overlay-info {
  text-align: center;
  color: #111825;
}
.home-demo .item {
    background: #ff3f4d;
}
.home-demo h2 {
    color: #FFF;
    text-align: center;
    padding: 5rem 0;
    margin: 0;
    font-style: italic;
    font-weight: 300;
}


.tabs-left {
  border-bottom: none;
  border-right: 0px solid #ddd; padding-top:25%
}

.tabs-left>li {
  float: left; margin:0px;width:100%;font-size:15px; font-weight:300; line-height:40px;color:#ffffff!important; position:relative;
}
.tabs-left>li span{color:#ffffff!important; max-width:200px; left:40px; position:relative; left:0px;line-height:40px;}

.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {
  border-right-color: transparent;
  border:none;
  border-radius:0px;
  margin:0px; font-weight:500; color:#ffffff !important; line-height:40px;
}
.tabs-left li.active {position:relative; } 
.tabs-left>li.active>a{position:relative; left:0px;line-height:40px;} 
.tabs-left li.active:before{display: inline-block; position:absolute !important;  top:0; content: ""; border-top: 1px solid #ffffff; width: 40px; margin: 15px 20px; transform: translateY(0rem); left:-80px; float:left}
.tabs-left li.active:after{display: inline-block; position:absolute !important; top:0; content: ""; border-top: 1px solid #ffffff; width:80px; margin: 15px 20px; transform: translateY(0rem); right:-50px; float:right; z-index:999}
#background-video {
   width: 100vw;height:100%;
   object-fit: cover;
   position: absolute;
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   z-index: -1;
}

#book-me {
    position: fixed;
    top: 50%;
    right: 0;
    transform: rotate(90deg) translatex(50%);
    transform-origin: 100% 0;
    z-index: 99999; border:2px solid #ffffff;background: #125ca0;border-radius: 0px 0px 10px 10px; padding: 10px 20px; border-top:0px
}
#book-me button{
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: montserrat;
    font-weight: 300;
    letter-spacing: 0;
   
    
    transition: ease .5s !important;
}
/**side nav overlay**/

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 10%; 
  background: #125ca0e8; 
  background-color: #1D2127e8; 
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 130px;
}

.sidenav a {
  padding: 8px 8px 8px 8px;
  text-decoration: none;
  font-size: 17px;
  color: #fff;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 30px;
  right: 50px;
  font-size: 36px;
  /*margin-left: 50px;*/
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
.home-demo .item {
    background:transparent;
}
.owl-theme .owl-dots .owl-dot span{width:13px!important; height:13px!important; background-color:#fff}
.owl-theme .owl-dots .owl-dot.active span {
    background: #fff!important; width:25px!important
}
.sub-btn {
    background: #333;
    width: 100%;
    font-weight: 600;
    border: 0;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 0; border-radius:4px;
}
.form-control{height:40px}
.sidenav1 a {
  padding: 8px 8px 8px 8px;
  text-decoration: none;
  font-size: 17px;
  color: #000;
  display: block;
  transition: 0.3s;
}
#section_8 table tr td{color:#333; padding:15px 0px 15px 0px}
#section_8 table tr th{color:#fff;padding:15px 0px 15px 0px}

</**.nav-tabs>li>a:hover {
    /* margin-right: 2px; */
  /*  line-height: 1.42857143;
    border: 1px solid transparent;
    /* border-radius: 4px 4px 0 0; */
</*}
.tabs-left>li.active>a::after{content: "";
    position: absolute;
    top: 10px;
    right: -10px;
    border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  
  border-left: 10px solid #f90;
    display: block;
    width: 0;}-->
	
#1D2127e8