﻿@charset "UTF-8";
@import "https://fonts.googleapis.com/css?family=IBM+Plex+Sans:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i&amp;display=swap";
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Overlock:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&display=swap');
/*font-family: 'Overlock', sans-serif;*/
body {
  color: #524552;
  padding: 0;
  margin: 0;
  /* font-family: ibm plex sans, sans-serif; */
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}
.d-table {
  width: 100%;
  height: 100%;
}
.d-table-cell {
  vertical-align: middle;
}
/* img {
  max-width: 100%;
  height: auto;
} */

.preconf {
  max-width: 100%;
  height: auto;
}
a {
  color: #524552;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
  outline: 0 !important;
}
a:hover {
  color: #ff5d22;
  text-decoration: none;
}
p {
 line-height: 1.5;
    color: #000000;
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 16px;
   
}
p:last-child {
  margin-bottom: 0;
}
.bg-f8f8f8 {
  background-color: #f8f8f8;
}
button {
  outline: 0 !important;
}
.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #524552;
}
.section-title {
  text-align: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
margin-bottom: 10px;
    margin-top: 45px;
}
.venue-title {
  color: white !important;
}
.section-title .sub-title {
  color: #ff5d22;
  font-size: 18px;
  display: block;
  margin-bottom: 8px;
}
.section-title h2 {
  margin-bottom: 0;
     font-size: 38px !important;
    font-weight: bold;
    font-family: math;
    color: #000;

}
.section-title p {
  font-size: 18px;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  margin-top: 10px;
}

.lp-banner-btn {
  border: none;
  position: relative;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  color: rgb(0, 0, 0);

  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50px;
  font-weight: 400;
  font-size: 16px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 8px;
  padding-bottom: 8px;
  background: radial-gradient(at left top, #4d3737, #fb5c21) !important;
  color:#fff;
  margin-right: 16px;
    margin-left: 15px;
}
.lp-banner-btn:hover {
  color: white;
  background:#4d3737;
  color:#000;
}
.watchconf-btn {
  border: none;
  position: relative;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  color: rgb(0, 0, 0);

  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50px;
  font-weight: 400;
  font-size: 16px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 14px;
  padding-bottom: 14px;
  border: solid 1px #ff5d22;
}
.watchconf-btn:hover {
  color: white;
  background-color: #ff5d22;
}
.default-btn {
  border: none;
  position: relative;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  color: #fff;
  background-color: #ff5d22;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50px;
  font-weight: 400;
  font-size: 16px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 14px;
  padding-bottom: 14px;
}
.default-btn span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #524552;
  -webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
  transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 5px;
}
.default-btn:hover {
  color: #ff5d22!important;
}
.default-btn:hover span {
  width: 225%;
  height: 562.5px;
}
.optional-btn {
  border: 1px solid #ff5d22;
  position: relative;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  color: #ff5d22 !important;
  text-transform: uppercase;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
  font-weight: 600;
  font-size: 16px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 11px;
  padding-bottom: 11px;
}
.optional-btn i {
  margin-right: 2px;
  font-size: 18px;
}
.optional-btn:hover,
.optional-btn:focus {
  color: #fff !important;
  background-color: #ff5d22;
}
.preloader {
  text-align: center; /*position:fixed;*/
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  background-color: #ff5d22;
  text-align: center;
}
.preloader #global {
  position: absolute;
  width: 80px;
  height: 70px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 47%;
  -webkit-transform: translateY(-47%);
  transform: translateY(-47%);
}
.preloader #global .mask {
  position: absolute;
  border-radius: 2px;
  overflow: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.preloader #global .plane {
  background: #fff;
  width: 400%;
  height: 100%;
  position: absolute;
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
  z-index: 100;
  -webkit-perspective: 1000;
  perspective: 1000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.preloader #global #top .plane {
  z-index: 2000;
  -webkit-animation: trans1 1.3s ease-in infinite 0s backwards;
  animation: trans1 1.3s ease-in infinite 0s backwards;
}
.preloader #global #middle .plane {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
  background: #bbb;
  -webkit-animation: trans2 1.3s linear infinite 0.3s backwards;
  animation: trans2 1.3s linear infinite 0.3s backwards;
}
.preloader #global #bottom .plane {
  z-index: 2000;
  -webkit-animation: trans3 1.3s ease-out infinite 0.7s backwards;
  animation: trans3 1.3s ease-out infinite 0.7s backwards;
}
.preloader #global #top {
  width: 53px;
  height: 20px;
  left: 20px;
  -webkit-transform: skew(-15deg, 0);
  transform: skew(-15deg, 0);
  z-index: 100;
}
.preloader #global #middle {
  width: 33px;
  height: 20px;
  left: 20px;
  top: 15px;
  -webkit-transform: skew(-15deg, 40deg);
  transform: skew(-15deg, 40deg);
}
.preloader #global #bottom {
  width: 53px;
  height: 20px;
  top: 30px;
  -webkit-transform: skew(-15deg, 0);
  transform: skew(-15deg, 0);
}
.preloader #global p {
  color: #fff;
  position: absolute;
  left: -3px;
  top: 55px;
  text-align: center;
  font-size: 10px;
  font-family: Arial;
}
@-webkit-keyframes trans1 {
  from {
    -webkit-transform: translate3d(53px, 0, 0);
    transform: translate3d(53px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-250px, 0, 0);
    transform: translate3d(-250px, 0, 0);
  }
}
@keyframes trans1 {
  from {
    -webkit-transform: translate3d(53px, 0, 0);
    transform: translate3d(53px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-250px, 0, 0);
    transform: translate3d(-250px, 0, 0);
  }
}
@-webkit-keyframes trans2 {
  from {
    -webkit-transform: translate3d(-160px, 0, 0);
    transform: translate3d(-160px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(53px, 0, 0);
    transform: translate3d(53px, 0, 0);
  }
}
@keyframes trans2 {
  from {
    -webkit-transform: translate3d(-160px, 0, 0);
    transform: translate3d(-160px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(53px, 0, 0);
    transform: translate3d(53px, 0, 0);
  }
}
@-webkit-keyframes trans3 {
  from {
    -webkit-transform: translate3d(53px, 0, 0);
    transform: translate3d(53px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-220px, 0, 0);
    transform: translate3d(-220px, 0, 0);
  }
}
@keyframes trans3 {
  from {
    -webkit-transform: translate3d(53px, 0, 0);
    transform: translate3d(53px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-220px, 0, 0);
    transform: translate3d(-220px, 0, 0);
  }
}
.zash-responsive-nav {
  display: none;
}
.zash-nav {
  background-color: #000;
}
.zash-nav .navbar {
  background-color: #000;
  /* -webkit-box-shadow: -10px 10px rgba(255, 255, 255, 0.6);
  box-shadow: -10px 10px rgba(255, 255, 255, 0.6);
  -webkit-transition: 0.5s; */
  transition: 0.5s;
  padding-right: 30px;
  padding-top: 0;
  padding-left: 25px;
  padding-bottom: 0;
}
.zash-nav .navbar .navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.zash-nav .navbar ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}
.zash-nav .navbar .navbar-nav {
  margin-left: auto;
}
.zash-nav .navbar .navbar-nav .nav-item {
  position: relative;
  padding: 0;
}
.zash-nav .navbar .navbar-nav .nav-item a {
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-left: 0;
  padding-right: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-left: 13px;
  margin-right: 13px;
}
.zash-nav .navbar .navbar-nav .nav-item a:hover,
.zash-nav .navbar .navbar-nav .nav-item a:focus,
.zash-nav .navbar .navbar-nav .nav-item a.active {
  color: #ff5d22;
}
.zash-nav .navbar .navbar-nav .nav-item a i {
  font-size: 11px;
}
.zash-nav .navbar .navbar-nav .nav-item:last-child a {
  margin-right: 0;
}
.zash-nav .navbar .navbar-nav .nav-item:first-child a {
  margin-left: 0;
}
.zash-nav .navbar .navbar-nav .nav-item:hover a,
.zash-nav .navbar .navbar-nav .nav-item.active a {
  color: #ff5d22;
}
.zash-nav .navbar .navbar-nav .nav-item .dropdown-menu {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  position: absolute;
  border: none;
  top: 80px;
  left: 0;
  width: 250px;
  z-index: 99;
  display: block;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-top: 20px;
  padding-top: 20px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 20px;
}
.zash-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.zash-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
  text-transform: capitalize;
  padding: 8px 15px;
  margin: 0;
  position: relative;
  color: #524552;
  font-size: 15.5px;
  font-weight: 400;
}
.zash-nav .navbar .navbar-nav .nav-item .dropdown-menu li a::before {
  content: "";
  position: absolute;
  left: -5px;
  top: 50%;
  width: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: 1px;
  background-color: #ff5d22;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.zash-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover,
.zash-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus,
.zash-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #ff5d22;
  padding-left: 26px;
}
.zash-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover::before,
.zash-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus::before,
.zash-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active::before {
  width: 20px;
}
.zash-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  left: -250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.zash-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #524552;
}
.zash-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:hover,
.zash-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:focus,
.zash-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  a.active {
  color: #ff5d22;
}
.zash-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu {
  left: 220px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.zash-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a {
  color: #524552;
}
.zash-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:hover,
.zash-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:focus,
.zash-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a.active {
  color: #ff5d22;
}
.zash-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu {
  left: -250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.zash-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a {
  color: #524552;
}
.zash-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:hover,
.zash-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:focus,
.zash-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a.active {
  color: #ff5d22;
}
.zash-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu {
  left: -250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.zash-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a {
  color: #524552;
}
.zash-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:hover,
.zash-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:focus,
.zash-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a.active {
  color: #ff5d22;
}
.zash-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu {
  left: -250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.zash-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a {
  color: #524552;
}
.zash-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:hover,
.zash-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:focus,
.zash-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a.active {
  color: #ff5d22;
}
.zash-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu {
  left: -250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.zash-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a {
  color: #524552;
}
.zash-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:hover,
.zash-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:focus,
.zash-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a.active {
  color: #ff5d22;
}
.zash-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li.active
  a {
  color: #ff5d22;
}
.zash-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li:hover
  .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}
.zash-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li.active
  a {
  color: #ff5d22;
}
.zash-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li:hover
  .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}
.zash-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li.active
  a {
  color: #ff5d22;
}
.zash-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li:hover
  .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}
.zash-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li.active
  a {
  color: #ff5d22;
}
.zash-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li:hover
  .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}
.zash-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li.active
  a {
  color: #ff5d22;
}
.zash-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li:hover
  .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}
.zash-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
  color: #ff5d22;
}
.zash-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}
.zash-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
  margin-top: 0;
}
.zash-nav .navbar .others-option {
  margin-left: 25px;
}
.zash-nav .navbar .others-option .call-us {
  padding-left: 50px;
  position: relative;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 300;
}
.zash-nav .navbar .others-option .call-us .icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  color: #ff5d22;
  font-size: 20px;
  background-color: #f1f4f4;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.zash-nav .navbar .others-option .call-us a {
  display: block;
  color: #ff5d22;
  font-weight: 600;
}
.zash-nav .navbar .others-option .call-us:hover .icon {
  background-color: #ff5d22;
  color: #fff;
}
.navbar-area {
  position: absolute;
  left: 0;
  top: 50px;
  width: 100%;
  height: auto;
  z-index: 999;
  background-color: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.navbar-area.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  background-color: #000 !important;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}
.navbar-area.is-sticky .zash-nav .navbar {
  -webkit-box-shadow: unset;
  box-shadow: unset;
  padding-left: 0;
  padding-right: 0;
}
.navbar-area.navbar-style-two {
  top: 0;
  padding-left: 40px;
  padding-right: 40px;
}
.navbar-area.navbar-style-two .zash-nav {
  background-color: transparent;
}
.navbar-area.navbar-style-two .zash-nav .navbar {
  background-color: transparent;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  padding-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 0;
}
.navbar-area.navbar-style-two .zash-nav .navbar .navbar-nav {
  margin-left: auto;
  margin-right: auto;
}
.navbar-area.navbar-style-two .zash-nav .navbar .navbar-nav .nav-item a {
  color: #fff;
}
.navbar-area.navbar-style-two .zash-nav .navbar .navbar-nav .nav-item a:hover,
.navbar-area.navbar-style-two .zash-nav .navbar .navbar-nav .nav-item a:focus,
.navbar-area.navbar-style-two .zash-nav .navbar .navbar-nav .nav-item a.active {
  color: #ff5d22;
}
.navbar-area.navbar-style-two .zash-nav .navbar .navbar-nav .nav-item:hover a,
.navbar-area.navbar-style-two .zash-nav .navbar .navbar-nav .nav-item.active a {
  color: #ff5d22;
}
.navbar-area.navbar-style-two
  .zash-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  a {
  color: #524552;
}
.navbar-area.navbar-style-two
  .zash-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  a:hover,
.navbar-area.navbar-style-two
  .zash-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  a:focus,
.navbar-area.navbar-style-two
  .zash-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  a.active {
  color: #ff5d22;
}
.navbar-area.navbar-style-two
  .zash-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  a {
  color: #524552;
}
.navbar-area.navbar-style-two
  .zash-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:hover,
.navbar-area.navbar-style-two
  .zash-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:focus,
.navbar-area.navbar-style-two
  .zash-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  a.active {
  color: #ff5d22;
}
.navbar-area.navbar-style-two
  .zash-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a {
  color: #524552;
}
.navbar-area.navbar-style-two
  .zash-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:hover,
.navbar-area.navbar-style-two
  .zash-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:focus,
.navbar-area.navbar-style-two
  .zash-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a.active {
  color: #ff5d22;
}
.navbar-area.navbar-style-two
  .zash-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a {
  color: #524552;
}
.navbar-area.navbar-style-two
  .zash-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:hover,
.navbar-area.navbar-style-two
  .zash-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:focus,
.navbar-area.navbar-style-two
  .zash-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a.active {
  color: #ff5d22;
}
.navbar-area.navbar-style-two
  .zash-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a {
  color: #524552;
}
.navbar-area.navbar-style-two
  .zash-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:hover,
.navbar-area.navbar-style-two
  .zash-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:focus,
.navbar-area.navbar-style-two
  .zash-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a.active {
  color: #ff5d22;
}
.navbar-area.navbar-style-two
  .zash-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a {
  color: #524552;
}
.navbar-area.navbar-style-two
  .zash-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:hover,
.navbar-area.navbar-style-two
  .zash-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:focus,
.navbar-area.navbar-style-two
  .zash-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a.active {
  color: #ff5d22;
}
.navbar-area.navbar-style-two
  .zash-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a {
  color: #524552;
}
.navbar-area.navbar-style-two
  .zash-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:hover,
.navbar-area.navbar-style-two
  .zash-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:focus,
.navbar-area.navbar-style-two
  .zash-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a.active {
  color: #ff5d22;
}
.navbar-area.navbar-style-two
  .zash-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li.active
  a {
  color: #ff5d22;
}
.navbar-area.navbar-style-two
  .zash-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li.active
  a {
  color: #ff5d22;
}
.navbar-area.navbar-style-two
  .zash-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li.active
  a {
  color: #ff5d22;
}
.navbar-area.navbar-style-two
  .zash-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li.active
  a {
  color: #ff5d22;
}
.navbar-area.navbar-style-two
  .zash-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li.active
  a {
  color: #ff5d22;
}
.navbar-area.navbar-style-two
  .zash-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li.active
  a {
  color: #ff5d22;
}
.navbar-area.navbar-style-two .zash-nav .navbar .others-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-area.navbar-style-two .zash-nav .navbar .others-option .call-us {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}
.navbar-area.navbar-style-two .zash-nav .navbar .others-option .default-btn {
  margin-left: 25px;
  background-color: transparent;
  border: 1px solid #fff;
  padding-top: 12px;
  padding-bottom: 12px;
}
.navbar-area.navbar-style-two
  .zash-nav
  .navbar
  .others-option
  .default-btn
  span {
  background-color: #ff5d22;
}
.navbar-area.navbar-style-two
  .zash-nav
  .navbar
  .others-option
  .default-btn:hover {
  color: #fff;
  border-color: #ff5d22;
}
.navbar-area.navbar-style-two.is-sticky {
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.2);
  background-color: #524552 !important;
}
.navbar-area.navbar-style-two.is-sticky .zash-nav .navbar {
  background-color: #524552;
}
@media only screen and (max-width: 991px) {
  .zash-responsive-nav {
    display: block;
  }
  .zash-responsive-nav .zash-responsive-menu {
    position: relative;
  }
  .zash-responsive-nav .zash-responsive-menu.mean-container .mean-nav ul {
    font-size: 15px;
  }
  .zash-responsive-nav
    .zash-responsive-menu.mean-container
    .mean-nav
    ul
    li
    a.active {
    color: #ff5d22;
  }
  .zash-responsive-nav
    .zash-responsive-menu.mean-container
    .mean-nav
    ul
    li
    li
    a {
    font-size: 14px;
  }
  .zash-responsive-nav .zash-responsive-menu.mean-container .navbar-nav {
    overflow-y: scroll;
    height: 336px;
    -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
  }
  .zash-responsive-nav .mean-container a.meanmenu-reveal {
    color: #524552;
  }
  .zash-responsive-nav .mean-container a.meanmenu-reveal span {
    background: #fff;
  }
  .zash-responsive-nav .mean-container .others-option {
    display: none;
  }
  .zash-responsive-nav .logo {
    position: relative;
    width: 50%;
    z-index: 999;
  }
  .navbar-area {
    background-color: #000;
    position: absolute;
    top: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-area.navbar-style-two {
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-area.navbar-style-two.is-sticky {
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    background-color: #fff !important;
  }
  .zash-nav {
    display: none;
  }
}
.main-banner {
  height: auto;
  position: relative;
  z-index: 2;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.main-banner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #1a0602;
  opacity: 0.8;
}
.item-bg1 {
  background-image: url(../../../assets/img/bg3.jpg);
}
.item-bg2 {
  background-image: url(../img/main-banner2.jpg);
}
.item-bg3 {
  background-image: url(../img/main-banner3.jpg);
}
.item-bg4 {
  background-image: url(../img/main-banner4.jpg);
}
.item-bg5 {
  background-image: url(../img/main-banner5.jpg);
}
.banner-section {
  height: 100vh;
  position: relative;
  z-index: 1;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.banner-section::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #1a0602;
  opacity: 0.6;
}
.banner-section .main-banner-content {
  margin-top: 30px;
  max-width: 940px;
}
.main-banner-content {
  text-align: center;
  max-width: 900px;
  position: relative;
  z-index: 3;
  margin-left: auto;
  margin-right: auto;
  margin-top: -30px;
}
.main-banner-content .sub-title {
  text-transform: uppercase;
  display: block;
  color: #fff;
  letter-spacing: 3px;
  margin-bottom: 8px !important;
  font-size: 16px;
  background: #ff5d22;
  width: 300px;
  margin: auto;
  font-weight: 600;
}
.main-banner-content h1 {
  color: #fff;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 700;
}
.main-banner-content h4 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 700;
  text-align: -webkit-center;
}
.main-banner-content .btn-box {
  margin-top: 40px;
}
.main-banner-content .btn-box .default-btn span {
  background-color: #fff;
}
.main-banner-content .btn-box .default-btn:hover {
  color: #ff5d22;
}
.main-banner-content .btn-box .default-btn,
.main-banner-content .btn-box .optional-btn {
  margin-left: 7px;
  margin-right: 7px;
}
.main-banner-content .btn-box .optional-btn {
  color: #fff !important;
  /*border-color: #fff;*/
  border-radius: 26px;
      background: #ff5e2c;
}
.main-banner-content .btn-box .optional-btn:hover {
  background-color: #fff;
  color: #ff5d22 !important;
  border-color: #fff;
}
.main-banner-content p {
  color: #fff;
  font-size: 18px;
  margin-bottom: 0;
  margin-top: 30px;
}
.main-banner-content form {
  position: relative;
  max-width: 800px;
  margin-left: auto;
  margin-top: 15px;
  margin-right: auto;
}
.main-banner-content form .form-group {
  position: relative;
}
.main-banner-content form .form-group .input-location {
  display: block;
  width: 75%;
  color: #524552;
  outline: 0;
  border: none;
  height: 55px;
  padding-left: 65px;
  border-radius: 5px;
  font-family: ibm plex sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
}
.main-banner-content
  form
  .form-group
  .input-location::-webkit-input-placeholder {
  color: #524552;
}
.main-banner-content form .form-group .input-location:-ms-input-placeholder {
  color: #524552;
}
.main-banner-content form .form-group .input-location::-ms-input-placeholder {
  color: #524552;
}
.main-banner-content form .form-group .input-location::placeholder {
  color: #524552;
}
.main-banner-content form .form-group i {
  color: #ff5d22;
  font-size: 25px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 25px;
}
.main-banner-content form .default-btn {
  height: 55px;
  line-height: 55px;
  position: absolute;
  top: 0;
  right: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.main-banner-content form .default-btn i {
  margin-left: 2px;
}
.main-banner-content form .default-btn span {
  background-color: #fff;
}
.main-banner-content form .default-btn:hover {
  color: #ff5d22;
}
.home-area {
  position: relative;
  z-index: 1;
}
.home-area::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 300px;
  z-index: 1;
  background-image: url(../img/banner-shape.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.home-slides.owl-theme .owl-nav {
  margin-top: 0;
}
.home-slides.owl-theme .owl-nav [class*="owl-"] {
  position: absolute;
  left: 50px;
  top: 40%;
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%);
  background-color: transparent !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin: 0;
  padding: 0 !important;
  opacity: 0.5;
  color: #fff;
  font-size: 30px;
  overflow: hidden;
}
.home-slides.owl-theme .owl-nav [class*="owl-"].owl-prev {
  padding: 0 25px 0 0 !important;
}
.home-slides.owl-theme .owl-nav [class*="owl-"].owl-prev::before {
  content: "Prev";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.home-slides.owl-theme .owl-nav [class*="owl-"].owl-prev::after {
  content: "Prev";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0%, 100%);
  transform: translate(0%, 100%);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  font-size: 14px;
}
.home-slides.owl-theme .owl-nav [class*="owl-"].owl-prev:hover::before {
  -webkit-transform: translateY(-190%);
  transform: translateY(-190%);
}
.home-slides.owl-theme .owl-nav [class*="owl-"].owl-prev:hover::after {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.home-slides.owl-theme .owl-nav [class*="owl-"].owl-next {
  left: auto;
  right: 50px;
  padding: 0 0 0 25px !important;
}
.home-slides.owl-theme .owl-nav [class*="owl-"].owl-next::before {
  content: "Next";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.home-slides.owl-theme .owl-nav [class*="owl-"].owl-next::after {
  content: "Next";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0%, 100%);
  transform: translate(0%, 100%);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  font-size: 14px;
}
.home-slides.owl-theme .owl-nav [class*="owl-"].owl-next:hover::before {
  -webkit-transform: translateY(-190%);
  transform: translateY(-190%);
}
.home-slides.owl-theme .owl-nav [class*="owl-"].owl-next:hover::after {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.home-slides.owl-theme .owl-nav [class*="owl-"]:hover {
  opacity: 1;
}
.home-section {
  position: relative;
  z-index: 1;
}
.home-section .banner-footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  z-index: 1;
}
.home-section .banner-footer .banner-video {
  text-align: center;
}
.home-section .banner-footer .banner-video .video-btn {
  width: 65px;
  height: 65px;
  line-height: 65px;
  color: #ff5d22;
  cursor: pointer;
  border-radius: 50%;
  z-index: 1;
  position: relative;
  background-color: #fff;
  display: inline-block;
  font-size: 25px;
}
.home-section .banner-footer .banner-video .video-btn:hover {
  background-color: #ff5d22;
  color: #fff;
}
.home-section .banner-footer .banner-video .video-btn::after,
.home-section .banner-footer .banner-video .video-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid #fff;
}
.home-section .banner-footer .banner-video .video-btn::before {
  -webkit-animation: ripple 2s linear infinite;
  animation: ripple 2s linear infinite;
}
.home-section .banner-footer .banner-video .video-btn::after {
  -webkit-animation: ripple 2s linear 1s infinite;
  animation: ripple 2s linear 1s infinite;
}
.home-section .banner-footer .banner-video span {
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  margin-left: 25px;
}
.home-section .banner-footer .banner-contact-info {
  padding: 35px;
  border-radius: 5px 0 0 0;
  background-color: #ff5d22;
}
.home-section .banner-footer .banner-contact-info ul {
  padding-left: 0;
  list-style-type: none;
  max-width: 770px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
  margin-right: -15px;
  margin-left: -15px;
}
.home-section .banner-footer .banner-contact-info ul li {
  position: relative;
  color: #fff;
  padding-left: 65px;
  font-size: 14px;
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding-left: 80px;
  padding-right: 15px;
}
.home-section .banner-footer .banner-contact-info ul li span {
  display: block;
  margin-bottom: 3px;
  font-size: 16px;
  font-weight: 600;
}
.home-section .banner-footer .banner-contact-info ul li i {
  display: inline-block;
  position: absolute;
  left: 15px;
  top: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
  color: #fff;
  background-color: #bc5435;
  text-align: center;
  font-size: 20px;
}
.home-section .banner-footer .banner-contact-info ul li a {
  display: block;
  color: #fff;
}
.home-section .banner-footer .banner-contact-info ul li:last-child {
  margin-right: 0;
}
.home-section .banner-footer .banner-contact-info ul li:hover i {
  background-color: #fff;
  color: #ff5d22;
}
.about-title {
  border-right: 1px solid #dfdddf;
  padding-right: 35px;
}
.about-title span {
  color: #ff5d22;
  font-size: 18px;
  display: block;
  margin-bottom: 8px;
}
.about-title h2 {
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 700;
}
.about-text {
  padding-left: 35px;
}
.about-text p {
  margin-bottom: 0;
}
.about-text .read-more-btn {
  margin-top: 18px;
  display: inline-block;
  color: #ff5d22;
  font-size: 16px;
  font-weight: 600;
}
.about-text .read-more-btn i {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
}
.about-text .read-more-btn:hover i {
  margin-left: 3px;
}
.about-section .container-fluid {
  padding: 0;
}
.about-section .container-fluid .row {
  margin: 0;
}
.about-section .container-fluid .row .col-lg-6 {
  padding: 0;
  height: 500px;
}
.about-image {
  position: relative;
  text-align: right;
}
.about-image .img1,
.about-image .img2,
.about-image .img3 {
  display: inline-block;
}
.about-image .img1 {
  position: relative;
  z-index: 1;
  padding-top: 25px;
}
.about-image .img1::before {
  content: "";
  position: absolute;
  left: -25px;
  top: 0;
  width: 100%;
  height: 95%;
  border: 8px solid #ff5d22;
  z-index: -1;
}
.about-image .img2 {
  position: absolute;
  left: 0;
  top: 55px;
  z-index: 1;
  border: 5px solid #fff;
  border-left: none;
}
.about-image .img3 {
  position: absolute;
  left: 0;
  bottom: 55px;
  z-index: 1;
  border: 5px solid #fff;
  border-left: none;
}
.about-content {
  max-width: 555px;
  padding-left: 50px;
}
.about-content .sub-title {
  color: #ff5d22;
  font-size: 18px;
  display: block;
  margin-bottom: 8px;
}
.about-content h2 {
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 700;
}
.about-content p {
  margin-top: 15px;
  margin-bottom: 0;
}
.about-content .read-more-btn {
  margin-top: 20px;
  display: inline-block;
  color: #ff5d22;
  font-size: 16px;
  font-weight: 600;
}
.about-content .read-more-btn i {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
}
.about-content .read-more-btn:hover i {
  margin-left: 3px;
}
.about-content .features-list {
  padding-left: 0;
  list-style-type: none;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 20px;
  margin-top: 0;
}
.about-content .features-list li {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
  color: #554955;
  position: relative;
  padding-left: 70px;
  padding-right: 15px;
  padding-top: 20px;
}
.about-content .features-list li .icon {
  font-size: 35px;
  color: #ff5d22;
  position: absolute;
  left: 15px;
  top: 20px;
}
.about-content .features-list li span {
  display: block;
  margin-bottom: 6px;
  font-size: 17px;
  font-weight: 600;
}
.video-area {
  background-color: #ff5d22;
  position: relative;
  z-index: 1;
}
.video-area::before {
  width: 100%;
  z-index: -1;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  height: 30%;
}
.video-content {
  text-align: center;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}
.video-content h2 {
  margin-bottom: 0;
  color: #fff;
  font-size: 42px;
  font-weight: 700;
}
.video-content p {
  color: #fff;
  max-width: 585px;
  margin-bottom: 0;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
}
.video-box {
  position: relative;
  border-radius: 5px;
  max-width: 980px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 55px;
}
.video-box img {
  border-radius: 5px;
}
.video-box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #524552;
  opacity: 0.5;
  border-radius: 5px;
}
.video-box .play-video {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.video-box .play-video .video-btn {
  width: 65px;
  height: 65px;
  line-height: 65px;
  color: #ff5d22;
  cursor: pointer;
  border-radius: 50%;
  z-index: 1;
  position: relative;
  background-color: #fff;
  display: inline-block;
  font-size: 25px;
}
.video-box .play-video .video-btn:hover {
  background-color: #ff5d22;
  color: #fff;
}
.video-box .play-video .video-btn::after,
.video-box .play-video .video-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid #fff;
}
.video-box .play-video .video-btn::before {
  -webkit-animation: ripple 2s linear infinite;
  animation: ripple 2s linear infinite;
}
.video-box .play-video .video-btn::after {
  -webkit-animation: ripple 2s linear 1s infinite;
  animation: ripple 2s linear 1s infinite;
}
.video-box .play-video span {
  display: block;
  text-transform: uppercase;
  color: #fff;
  margin-top: 25px;
}
@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
.services-area {
  padding-bottom: 70px;
}
.single-services-box {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
  z-index: 1;
  border-radius: 5px;
  border: 1px solid #e9e9e9;
  padding: 30px 45px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.single-services-box .icon {
  font-size: 65px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  margin-top: -15px;
  margin-bottom: 10px;
}
.single-services-box .icon .icon-bg img {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: auto !important;
  display: inline-block !important;
  z-index: -1;
}
.single-services-box h3 {
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 13px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 24px;
  font-weight: 600;
}
.single-services-box h3 a {
  display: inline-block;
}
.single-services-box h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
  background-color: #e9e9e9;
  height: 2px;
  width: 60px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.single-services-box p {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-top: 0;
  margin-bottom: 0;
}
.single-services-box .read-more-btn {
  display: inline-block;
  margin-top: 15px;
  color: #ff5d22;
  font-size: 16px;
  font-weight: 600;
}
.single-services-box .read-more-btn:hover {
  letter-spacing: 0.5px;
}
.single-services-box .box-shape img {
  position: absolute;
  left: 0;
  top: 0;
  width: auto !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: inline-block !important;
}
.single-services-box .box-shape img:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}
.single-services-box:hover {
  border-color: #524552;
  background-color: #524552;
}
.single-services-box:hover .icon {
  color: #ff5d22;
}
.single-services-box:hover h3::before {
  background-color: #ff5d22;
}
.single-services-box:hover h3 a {
  color: #fff;
}
.single-services-box:hover p {
  color: #fff;
}
.single-services-box:hover .box-shape img:nth-child(1) {
  opacity: 0;
  visibility: hidden;
}
.single-services-box:hover .box-shape img:nth-child(2) {
  opacity: 1;
  visibility: visible;
}
.services-box {
  margin-bottom: 30px;
  text-align: center;
  border-radius: 5px;
  background-color: #524552;
}
.services-box img {
  border-radius: 5px;
}
.services-box .services-content {
  padding: 30px 45px;
}
.services-box .services-content h3 {
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 13px;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}
.services-box .services-content h3 a {
  display: inline-block;
  color: #fff;
}
.services-box .services-content h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
  background-color: #fff;
  height: 2px;
  width: 60px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.services-box .services-content p {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}
.services-slides.owl-theme .owl-nav {
  opacity: 0;
  visibility: hidden;
  margin-top: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.services-slides.owl-theme .owl-nav [class*="owl-"] {
  position: absolute;
  left: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  padding: 0;
  background-color: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #bcbcbc;
  font-size: 25px;
}
.services-slides.owl-theme .owl-nav [class*="owl-"].owl-next {
  left: auto;
  right: -30px;
}
.services-slides.owl-theme .owl-nav [class*="owl-"]:hover {
  color: #ff5d22;
  background-color: transparent;
}
.services-slides.owl-theme .owl-dots {
  line-height: 0.01;
  margin-top: 5px;
  margin-bottom: 30px;
}
.services-slides.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 2px;
  margin: 0 3px;
  background-color: #524552;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 0;
}
.services-slides.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #ff5d22;
}
.services-slides.owl-theme .owl-dots .owl-dot.active span {
  background-color: #ff5d22;
  width: 25px;
}
.services-slides.owl-theme:hover .owl-nav {
  opacity: 1;
  visibility: visible;
}
.main-services-slides.owl-theme .owl-dots {
  line-height: 0.01;
  margin-top: 10px !important;
  margin-bottom: 30px;
}
.main-services-slides.owl-theme .owl-dots .owl-dot span {
  width: 16px;
  height: 16px;
  margin: 0 3px;
  background-color: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
  border: 1px solid #ff5d22;
  position: relative;
}
.main-services-slides.owl-theme .owl-dots .owl-dot span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #ff5d22;
  border-radius: 50%;
  margin: 2px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.main-services-slides.owl-theme .owl-dots .owl-dot:hover span::before,
.main-services-slides.owl-theme .owl-dots .owl-dot.active span::before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.services-boxes-area {
  margin-top: -180px;
  position: relative;
  z-index: 3;
}
.single-box {
  text-align: center;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.single-box img {
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
}
.single-box .content {
  background-color: #ff5d22;
  padding: 65px 35px 50px;
  position: absolute;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: auto;
  width: 100%;
  bottom: 0;
  border-radius: 100% 100% 5px 5px;
}
.single-box .content h3 {
  margin-bottom: 0;
  position: relative;
  padding-bottom: 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}
.single-box .content h3 a {
  display: inline-block;
  color: #fff;
}
.single-box .content h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
  background-color: #fff;
  height: 2px;
  width: 60px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.single-box .hover-content {
  background-color: #ff5d22;
  padding: 65px 35px 50px;
  position: absolute;
  left: 0;
  height: auto;
  width: 100%;
  bottom: -138px;
  border-radius: 100% 100% 5px 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.single-box .hover-content h3 {
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}
.single-box .hover-content h3 a {
  display: inline-block;
  color: #fff;
}
.single-box .hover-content h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
  background-color: #fff;
  height: 2px;
  width: 60px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.single-box .hover-content p {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}
.single-box .hover-content .read-more-btn {
  display: inline-block;
  margin-top: 15px;
  color: #fff;
  position: relative;
  font-size: 16px;
  font-weight: 600;
}
.single-box .hover-content .read-more-btn::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #524552;
}
.single-box:hover .content {
  opacity: 0;
  visibility: hidden;
}
.single-box:hover .hover-content {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}
.single-box:hover img {
  -webkit-transform: scale(1.3) rotate(4deg);
  transform: scale(1.3) rotate(4deg);
}
.services-details-overview {
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
  align-items: center !important;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -25px;
  margin-left: -25px;
  margin-bottom: 60px;
}
.services-details-overview:last-child {
  margin-bottom: 0;
}
.services-details-overview .services-details-desc {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 25px;
  padding-left: 25px;
}
.services-details-overview .services-details-desc h3 {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 600;
}
.services-details-overview .services-details-desc .features-text {
  margin-top: 25px;
}
.services-details-overview .services-details-desc .features-text h4 {
  margin-bottom: 15px;
  font-size: 17px;
  font-weight: 600;
}
.services-details-overview .services-details-desc .features-text h4 i {
  font-size: 15px;
  margin-right: 4px;
  color: #ff5d22;
}
.services-details-overview .services-details-desc .services-details-accordion {
  margin-top: 25px;
}
.services-details-overview
  .services-details-desc
  .services-details-accordion
  .accordion {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
.services-details-overview
  .services-details-desc
  .services-details-accordion
  .accordion
  .accordion-item {
  display: block;
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  background: #fff;
  margin-bottom: 10px;
}
.services-details-overview
  .services-details-desc
  .services-details-accordion
  .accordion
  .accordion-item:last-child {
  margin-bottom: 0;
}
.services-details-overview
  .services-details-desc
  .services-details-accordion
  .accordion
  .accordion-item:nth-child(2)
  .accordion-title
  i,
.services-details-overview
  .services-details-desc
  .services-details-accordion
  .accordion
  .accordion-item:nth-child(4)
  .accordion-title
  i,
.services-details-overview
  .services-details-desc
  .services-details-accordion
  .accordion
  .accordion-item:nth-child(6)
  .accordion-title
  i,
.services-details-overview
  .services-details-desc
  .services-details-accordion
  .accordion
  .accordion-item:nth-child(8)
  .accordion-title
  i {
  background: #524552;
}
.services-details-overview
  .services-details-desc
  .services-details-accordion
  .accordion
  .accordion-title {
  padding: 15px 20px 15px 51px;
  color: #524552;
  position: relative;
  border-bottom: 1px solid transparent;
  margin-bottom: -1px;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
}
.services-details-overview
  .services-details-desc
  .services-details-accordion
  .accordion
  .accordion-title
  i {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  text-align: center;
  height: 100%;
  background: #ff5d22;
  color: #fff;
}
.services-details-overview
  .services-details-desc
  .services-details-accordion
  .accordion
  .accordion-title
  i::before {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 13px;
}
.services-details-overview
  .services-details-desc
  .services-details-accordion
  .accordion
  .accordion-title.active {
  border-bottom-color: #eee;
}
.services-details-overview
  .services-details-desc
  .services-details-accordion
  .accordion
  .accordion-title.active
  i::before {
  content: "\f068";
}
.services-details-overview
  .services-details-desc
  .services-details-accordion
  .accordion
  .accordion-content {
  display: none;
  position: relative;
  padding: 15px;
}
.services-details-overview
  .services-details-desc
  .services-details-accordion
  .accordion
  .accordion-content.show {
  display: block;
}
.services-details-overview .services-details-image {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 15px;
  padding-left: 15px;
}
.partner-area.ptb-100.bg-f8f8f8 {
  padding-top: 70px;
  padding-bottom: 70px;
}
.partner-title {
  text-align: center;
}
.partner-title h2 {
  text-transform: uppercase;
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: 600;
}
.single-partner-item {
  text-align: center;
}
.single-partner-item a {
  display: block;
}
.single-partner-item a img {
  width: auto !important;
  display: inline-block !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.single-partner-item:hover a img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.shorting-menu {
  text-align: center;
  margin-bottom: 40px;
}
.shorting-menu .filter {
  border: none;
  background-color: #f5f5f5;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #524552;
  padding: 10px 20px;
  margin-left: 2px;
  margin-right: 2px;
  font-size: 15px;
  font-weight: 600;
}
.shorting-menu .filter:hover,
.shorting-menu .filter.active {
  background-color: #ff5d22;
  color: #fff;
}
.shorting-menu .filter:last-child {
  margin-right: 0;
}
.shorting-menu .filter:first-child {
  margin-left: 0;
}
.shorting .mix {
  display: none;
}
.gallery-area .container-fluid {
  padding: 0;
}
.gallery-area .container-fluid .row {
  margin: 0;
}
.single-gallery-box {
  -ms-flex: 0 0 20%;
  -webkit-box-flex: 0;
  flex: 0 0 20%;
  max-width: 20%;
  text-align: center;
  position: relative;
  padding-left: 0;
  padding-right: 0;
}
.single-gallery-box::before {
  width: 100%;
  content: "";
  position: absolute;
  height: 100%;
  background-color: #ff5d22;
  left: 0;
  top: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.single-gallery-box .gallery-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  z-index: 1;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  color: #524552;
  font-size: 18px;
  margin-top: 15px;
  opacity: 0;
  visibility: hidden;
}
.single-gallery-box .gallery-btn:hover {
  color: #fff;
  background-color: #524552;
}
.single-gallery-box:hover::before {
  opacity: 0.85;
  visibility: visible;
}
.single-gallery-box:hover .gallery-btn {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.why-choose-us-area .container-fluid {
  padding: 0;
}
.why-choose-us-area .container-fluid .row {
  margin: 0;
}
.why-choose-us-area .container-fluid .row .col-lg-5,
.why-choose-us-area .container-fluid .row .col-lg-7 {
  padding: 0;
}
.why-choose-us-image {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-image: url(../img/why-choose-img1.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.why-choose-us-image img {
  display: none;
}
.why-choose-us-content {
  background-color: #524552;
}
.why-choose-us-content .content {
  max-width: 705px;
  overflow: hidden;
  padding-left: 70px;
  padding-top: 100px;
  padding-bottom: 100px;
}
.why-choose-us-content .content .sub-title {
  color: #ff5d22;
  font-size: 18px;
  display: block;
  margin-bottom: 8px;
}
.why-choose-us-content .content h2 {
  color: #fff;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 700;
}
.why-choose-us-content .content p {
  color: #fff;
  font-size: 18px;
  margin-bottom: 0;
  margin-top: 10px;
}
.why-choose-us-content .content .features-list {
  padding-left: 0;
  list-style-type: none;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 0;
  margin-top: 0;
}
.why-choose-us-content .content .features-list li {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
  color: #e5e5e5;
  position: relative;
  padding-left: 80px;
  padding-right: 15px;
  padding-top: 30px;
}
.why-choose-us-content .content .features-list li .icon {
  position: absolute;
  left: 15px;
  top: 35px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
  color: #ff5d22;
  background-color: #352735;
  text-align: center;
  font-size: 20px;
}
.why-choose-us-content .content .features-list li span {
  display: block;
  margin-bottom: 6px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
.why-choose-us-content .content .features-list li:hover .icon {
  background-color: #ff5d22;
  color: #fff;
}
.single-benefits-box {
  padding: 45px 25px;
  margin-bottom: 22px;
  background-color: #f8f8f8;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
}
.single-benefits-box:last-child {
  margin-bottom: 0;
}
.single-benefits-box h3 {
  margin-bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 18px;
  font-weight: 600;
}
.single-benefits-box p {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-top: 10px;
}
.single-benefits-box .icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
  color: #ff5d22;
  background-color: #352735;
  text-align: center;
  font-size: 25px;
  display: inline-block;
  margin-bottom: 15px;
}
.single-benefits-box:hover {
  background-color: #ff5d22;
}
.single-benefits-box:hover h3 {
  color: #fff;
}
.single-benefits-box:hover p {
  color: #fff;
}
.single-benefits-box:hover .icon {
  background-color: #fff;
  color: #ff5d22;
}
.benefits-image {
  text-align: center;
}
.benefits-image img {
  width: 100%;
}
.pricing-area {
  padding-bottom: 70px;
}
.single-pricing-box {
  margin-bottom: 30px;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
  box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
  border-radius: 5px;
  text-align: center;
  padding-bottom: 32px;
}
.single-pricing-box .pricing-header {
  background-color: #524552;
  border-radius: 5px 5px 0 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 40px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.single-pricing-box .pricing-header.bg1 {
  background-image: url(../img/place-img1.jpg);
}
.single-pricing-box .pricing-header.bg2 {
  background-image: url(../img/place-img2.jpg);
}
.single-pricing-box .pricing-header.bg3 {
  background-image: url(../img/place-img3.jpg);
}
.single-pricing-box .pricing-header::before {
  content: "";
  position: absolute;
  left: 0;
  z-index: -1;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background-color: #524552;
  opacity: 0.75;
}
.single-pricing-box .pricing-header h3 {
  margin-bottom: 0;
  color: #fff;
  position: relative;
  z-index: 1;
  font-weight: 600;
  font-size: 22px;
}
.single-pricing-box .pricing-header::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 150px;
  width: 100%;
  background-image: url(../img/pricing-shape.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.single-pricing-box .price {
  color: #524552;
  margin-top: 20px;
  font-size: 40px;
  font-weight: 700;
}
.single-pricing-box .price sub {
  text-transform: uppercase;
  bottom: 2px;
  font-weight: 300;
  font-size: 18px;
}
.single-pricing-box .book-now-btn {
  margin-top: 20px;
}
.single-pricing-box .book-now-btn .default-btn {
  background-color: transparent;
  color: #ff5d22;
  border: 1px solid #ff5d22;
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.single-pricing-box .book-now-btn .default-btn span {
  background-color: #ff5d22;
}
.single-pricing-box .book-now-btn .default-btn:hover {
  color: #fff;
}
.single-pricing-box .pricing-features-list {
  margin-bottom: 0;
  margin-top: 25px;
  list-style-type: none;
  text-align: left;
  padding-left: 40px;
  padding-right: 40px;
}
.single-pricing-box .pricing-features-list li {
  color: #524552;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 300;
}
.single-pricing-box .pricing-features-list li i {
  color: #ff5d22;
  margin-right: 2px;
}
.single-pricing-box .pricing-features-list li i.flaticon-cross-out {
  font-size: 14px;
}
.single-pricing-box .pricing-features-list li.none-active {
  opacity: 0.76;
}
.single-pricing-box .pricing-features-list li.none-active i {
  color: #524552;
}
.single-pricing-box .pricing-features-list li:last-child {
  margin-bottom: 0;
}
.join-area {
  position: relative;
  z-index: 1;
  /* background-image: url(../img/join-bg.jpg); */
  background-image: url(../../../assets/img/bg3.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.join-area::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #524552;
  opacity: 0.75;
}
.join-content {
  text-align: center;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
.join-content h2 {
  margin-bottom: 15px;
  color: #fff;
  font-size: 42px;
  font-weight: 700;
}
.join-content p {
  color: #fff;
  margin-bottom: 0;
}
.join-content .default-btn {
  margin-top: 25px;
}
.join-content .default-btn span {
  background-color: #fff;
}
.join-content .default-btn:hover,
.join-content .default-btn:focus {
  color: #8cc63f;
}
.feedback-area {
  padding-bottom: 70px;
}
.single-feedback-item {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
  padding-top: 75px;
}
.single-feedback-item p {
  position: relative;
  max-width: 790px;
  line-height: 1.5;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 28px;
  font-weight: 400;
  font-style: italic;
}
.single-feedback-item p::before {
  content: "“";
  position: relative;
  display: inline-block;
  left: 0;
  top: 0;
  font-size: 30px;
  line-height: 0;
}
.single-feedback-item p::after {
  content: "”";
  position: relative;
  display: inline-block;
  right: 0;
  bottom: 0;
  font-size: 30px;
  line-height: 0;
}
.single-feedback-item .client {
  margin-top: 30px;
}
.single-feedback-item .client img {
  width: auto !important;
  display: inline-block !important;
}
.single-feedback-item::before {
  position: absolute;
  left: 0;
  right: 0;
  content: "\f10e";
  top: 0;
  color: #ff5d22;
  display: inline-block;
  margin-top: -27px;
  margin-left: auto;
  margin-right: auto;
  font-size: 70px;
  font-family: Flaticon;
  font-style: normal;
}
.feedback-slides.owl-theme .owl-nav {
  opacity: 0;
  visibility: hidden;
  margin-top: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.feedback-slides.owl-theme .owl-nav [class*="owl-"] {
  position: absolute;
  left: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  padding: 0;
  background-color: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #bcbcbc;
  font-size: 25px;
}
.feedback-slides.owl-theme .owl-nav [class*="owl-"].owl-next {
  left: auto;
  right: -30px;
}
.feedback-slides.owl-theme .owl-nav [class*="owl-"]:hover {
  color: #ff5d22;
  background-color: transparent;
}
.feedback-slides.owl-theme .owl-dots {
  line-height: 0.01;
  margin-top: 0;
  margin-bottom: 30px;
}
.feedback-slides.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 2px;
  margin: 0 3px;
  background-color: #524552;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 0;
}
.feedback-slides.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #ff5d22;
}
.feedback-slides.owl-theme .owl-dots .owl-dot.active span {
  background-color: #ff5d22;
  width: 25px;
}
.feedback-slides.owl-theme:hover .owl-nav {
  opacity: 1;
  visibility: visible;
}
.our-mission-area {
  background-color: #524552;
}
.mission-image {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.mission-image.bg-1 {
  background-image: url(../img/mission-img1.jpg);
}
.mission-image.bg-2 {
  background-image: url(../img/mission-img2.jpg);
}
.mission-image img {
  display: none;
}
.mission-text {
  text-align: center;
  padding-top: 70px;
  padding-bottom: 67px;
  padding-left: 30px;
  padding-right: 30px;
}
.mission-text .icon {
  color: #ff5d22;
  font-size: 60px;
  margin-bottom: 10px;
}
.mission-text h3 {
  color: #fff;
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
}
.mission-text h3::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 60px;
  margin: 0 auto;
  bottom: 0;
  background-color: #ff5d22;
  height: 1px;
}
.mission-text p {
  color: #fff;
  margin-bottom: 0;
}
.mission-text .default-btn {
  margin-top: 20px;
}
.mission-text .default-btn span {
  background-color: #fff;
}
.mission-text .default-btn:hover,
.mission-text .default-btn:focus {
  color: #ff5d22;
}
.team-area {
  padding-bottom: 70px;
}
.single-team-box {
  margin-bottom: 30px;
  text-align: center;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.07);
}
.single-team-box .image {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.single-team-box .image img {
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.single-team-box .image .social {
  margin-bottom: 0;
  z-index: 1;
  list-style-type: none;
  position: absolute;
  left: 50%;
  bottom: -100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  overflow: hidden;
  background-color: #8cc63f;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 7px;
  padding-bottom: 7px;
}
.single-team-box .image .social li {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}
.single-team-box .image .social li a {
  display: inline-block;
  color: #fff;
}
.single-team-box .content {
  padding: 25px;
}
.single-team-box .content h3 {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
}
.single-team-box .content span {
  display: block;
  margin-top: 4px;
  font-size: 16px;
  font-weight: 300;
}
.single-team-box:hover .image img {
  -webkit-transform: scale(1.2) rotate(4deg);
  transform: scale(1.2) rotate(4deg);
}
.single-team-box:hover .image .social {
  bottom: 15px;
}
.team-slides.owl-theme .owl-item .single-team-box {
  -webkit-box-shadow: unset;
  box-shadow: unset;
  margin-bottom: 40px;
}
.team-slides.owl-theme .owl-item.active.center .single-team-box {
  -webkit-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.07);
}
.team-slides.owl-theme .owl-item.active.center .single-team-box .social {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
  bottom: 15px;
}
.team-slides.owl-theme .owl-nav {
  opacity: 0;
  visibility: hidden;
  margin-top: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.team-slides.owl-theme .owl-nav [class*="owl-"] {
  position: absolute;
  left: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  padding: 0;
  background-color: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #bcbcbc;
  font-size: 25px;
}
.team-slides.owl-theme .owl-nav [class*="owl-"].owl-next {
  left: auto;
  right: -30px;
}
.team-slides.owl-theme .owl-nav [class*="owl-"]:hover {
  color: #ff5d22;
  background-color: transparent;
}
.team-slides.owl-theme .owl-dots {
  line-height: 0.01;
  margin-top: -5px;
  margin-bottom: 30px;
}
.team-slides.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 2px;
  margin: 0 3px;
  background-color: #524552;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 0;
}
.team-slides.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #ff5d22;
}
.team-slides.owl-theme .owl-dots .owl-dot.active span {
  background-color: #ff5d22;
  width: 25px;
}
.team-slides.owl-theme:hover .owl-nav {
  opacity: 1;
  visibility: visible;
}
.event-area {
  background-color: #fafafa;
}
.single-event-box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #fff;
}
.single-event-box .event-image {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
}
.single-event-box .event-image .image {
  width: 100%;
  height: 100%;
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.single-event-box .event-image .image img {
  display: none;
}
.single-event-box .event-image .image.bg1 {
  background-image: url(../img/blog-image/1.jpg);
}
.single-event-box .event-image .image.bg2 {
  background-image: url(../img/blog-image/2.jpg);
}
.single-event-box .event-image .image.bg3 {
  background-image: url(../img/blog-image/3.jpg);
}
.single-event-box .event-image .image.bg4 {
  background-image: url(../img/blog-image/4.jpg);
}
.single-event-box .event-content {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
}
.single-event-box .event-content .content {
  padding: 40px 30px;
}
.single-event-box .event-content .content .date {
  color: #ff5d22;
  margin-top: -5px;
  font-size: 50px;
  font-weight: 300;
}
.single-event-box .event-content .content .date sup {
  text-transform: uppercase;
  color: #524552;
  top: -22px;
  left: -6px;
  font-size: 18px;
  font-weight: 500;
}
.single-event-box .event-content .content .date sub {
  font-size: 15px;
  left: -53px;
  top: -1px;
  color: #818181;
}
.single-event-box .event-content .content h3 {
  margin-bottom: 11px;
  font-size: 24px;
  font-weight: 600;
}
.single-event-box .event-content .content h3 a {
  display: inline-block;
}
.single-event-box .event-content .content ul {
  padding-left: 0;
  list-style-type: none;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 10px;
}
.single-event-box .event-content .content ul li {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
  color: #554955;
  padding-left: 15px;
  padding-right: 15px;
}
.single-event-box .event-content .content ul li span {
  display: block;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 600;
}
.single-event-box .event-content .content .default-btn {
  margin-top: 25px;
}
.event-details-area .widget-area {
  padding-left: 25px;
  margin-top: 123px;
}
.event-details .event-details-header {
  margin-bottom: 20px;
}
.event-details .event-details-header .back-all-event {
  display: inline-block;
  color: #554955;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 600;
}
.event-details .event-details-header .back-all-event:hover {
  color: #ff5d22;
}
.event-details .event-details-header h3 {
  margin-bottom: 15px;
  font-size: 26px;
  font-weight: 600;
}
.event-details .event-details-header .event-info-meta {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.event-details .event-details-header .event-info-meta li {
  display: inline-block;
  margin-right: 10px;
  color: #554955;
}
.event-details .event-details-header .event-info-meta li i {
  color: #ff5d22;
  margin-right: 2px;
}
.event-details .event-details-image {
  margin-bottom: 20px;
}
.event-details .event-info-links {
  margin-top: 25px;
}
.event-details .event-info-links a {
  display: inline-block;
  background-color: #ff5d22;
  color: #fff;
  border-radius: 5px;
  padding: 5px 15px 6px;
  margin-right: 5px;
}
.event-details .post-navigation {
  margin-top: 35px;
}
.place-area .container-fluid {
  padding: 0;
}
.place-area .container-fluid .row {
  margin: 0;
}
.place-area .container-fluid .row .col-lg-6 {
  padding: 0;
}
.place-content {
  background-color: #2e282e;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 76px;
  padding-right: 50px;
  min-height: 543px;
}
.place-content .sub-title {
  color: #ff5d22;
  font-size: 18px;
  display: block;
  margin-bottom: 8px;
}
.place-content h2 {
  color: #fff;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 700;
}
.place-content p {
  color: #fff;
  font-size: 18px;
  max-width: 655px;
  margin-bottom: 0;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}
.place-content .features-list {
  padding-left: 0;
  list-style-type: none;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 0;
  margin-top: 0;
}
.place-content .features-list li {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  color: #e5e5e5;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 30px;
}
.place-content .features-list li .icon {
  color: #ff5d22;
  font-size: 45px;
}
.place-content .features-list li span {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}
.single-place-image {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.single-place-image.bg1 {
  background-image: url(../img/place1.jpg);
}
.single-place-image.bg2 {
  background-image: url(../img/place2.jpg);
}
.single-place-image.bg3 {
  background-image: url(../img/place3.jpg);
}
.single-place-image img {
  width: auto !important;
  display: none !important;
}
.place-image-slides {
  height: 100%;
}
.place-image-slides .owl-stage-outer {
  width: 100%;
  height: 100%;
}
.place-image-slides .owl-stage-outer .owl-stage {
  height: 100%;
}
.place-image-slides .owl-stage-outer .owl-stage .owl-item {
  height: 100%;
}
.place-image-slides.owl-theme .owl-nav {
  opacity: 0;
  visibility: hidden;
  margin-top: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.place-image-slides.owl-theme .owl-nav [class*="owl-"] {
  position: absolute;
  left: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  padding: 0;
  background-color: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #fff;
  font-size: 35px;
}
.place-image-slides.owl-theme .owl-nav [class*="owl-"].owl-next {
  left: auto;
  right: 25px;
}
.place-image-slides.owl-theme .owl-nav [class*="owl-"]:hover {
  color: #ff5d22;
  background-color: transparent;
}
.place-image-slides.owl-theme .owl-dots {
  line-height: 0.01;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25px;
  margin-top: 0;
}
.place-image-slides.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 2px;
  margin: 0 3px;
  background-color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 0;
}
.place-image-slides.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #ff5d22;
}
.place-image-slides.owl-theme .owl-dots .owl-dot.active span {
  background-color: #ff5d22;
  width: 25px;
}
.place-image-slides.owl-theme:hover .owl-nav {
  opacity: 1;
  visibility: visible;
}
.floor-plans-area {
  /*background-image:url(../img/background.jpg);*/
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.tabs_item {
  display: none;
}
.tabs_item:first-child {
  display: block;
}
.tab .tabs {
  text-align: center;
  padding: 0;
  margin: 0 0 40px;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-left: -15px;
  margin-right: -15px;
}
.tab .tabs li {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.tab .tabs li::before {
  width: 30px;
  height: 30px;
  left: 0;
  bottom: -8px;
  position: absolute;
  background: #ff5d22;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 0;
  margin: 0 auto;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.tab .tabs li a {
  display: block;
  background-color: #fff;
  padding: 18px 40px;
  color: #524552;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
}
.tab .tabs li a:hover {
  background-color: #ff5d22;
  color: #fff;
}
.tab .tabs li.current a {
  background-color: #ff5d22;
  color: #fff;
}
.tab .tabs li.current::before {
  opacity: 1;
  visibility: visible;
}
.tab .tab_content {
  background-color: #fff;
  padding: 35px;
}
.tab .tab_content .tabs_item .tabs_item_content h3 {
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 600;
}
.tab .tab_content .tabs_item .tabs_item_content .features-list {
  padding-left: 0;
  list-style-type: none;
  margin-top: 25px;
  margin-bottom: 0;
}
.tab .tab_content .tabs_item .tabs_item_content .features-list li {
  margin-bottom: 12px;
  color: #554955;
  font-weight: 500;
  overflow: hidden;
  padding-bottom: 12px;
  border-bottom: 1px solid #eee;
}
.tab .tab_content .tabs_item .tabs_item_content .features-list li span {
  float: right;
  color: #524552;
  font-weight: 600;
}
.tab .tab_content .tabs_item .tabs_item_content .features-list li:last-child {
  margin-bottom: 0;
}
.tab .tab_content .tabs_item .tabs_item_content .default-btn {
  margin-top: 30px;
}
.single-blog-post {
  margin-bottom: 30px;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
  box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
  border-radius: 5px;
}
.single-blog-post .post-image {
  position: relative;
}
.single-blog-post .post-image a {
  display: block;
}
.single-blog-post .post-image a img {
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.single-blog-post .post-image .date {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  border-radius: 0 5px 0 0;
  padding: 10px 25px 0;
  z-index: 1;
  font-size: 14px;
  font-weight: 300;
}
.single-blog-post .post-image .date i {
  color: #ff5d22;
  margin-right: 2px;
}
.single-blog-post .post-content {
  padding: 25px;
}
.single-blog-post .post-content h3 {
  margin-bottom: 10px;
  line-height: 1.1;
  font-size: 24px;
  font-weight: 600;
}
.single-blog-post .post-content p {
  margin-bottom: 0;
}
.single-blog-post .post-content .default-btn {
  margin-top: 5px;
}
.single-blog-post:hover .post-image a img {
  opacity: 0.8;
}
.blog-notes {
  margin-top: 10px;
  text-align: center;
}
.blog-notes p {
  line-height: initial;
}
.blog-notes p a {
  display: inline-block;
  color: #ff5d22;
}
.blog-notes p a:hover {
  color: #524552;
}
.blog-details-desc .article-content {
  margin-top: 30px;
}
.blog-details-desc .article-content .entry-meta {
  margin-bottom: -8px;
}
.blog-details-desc .article-content .entry-meta ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.blog-details-desc .article-content .entry-meta ul li {
  position: relative;
  display: inline-block;
  color: #524552;
  margin-right: 21px;
}
.blog-details-desc .article-content .entry-meta ul li span {
  display: inline-block;
  color: #524552;
  font-weight: 500;
}
.blog-details-desc .article-content .entry-meta ul li a {
  display: inline-block;
  color: #554955;
}
.blog-details-desc .article-content .entry-meta ul li a:hover {
  color: #ff5d22;
}
.blog-details-desc .article-content .entry-meta ul li i {
  color: #ff5d22;
  margin-right: 2px;
}
.blog-details-desc .article-content .entry-meta ul li::before {
  content: "";
  position: absolute;
  top: 12px;
  right: -15px;
  width: 6px;
  height: 1px;
  background: #ff5d22;
}
.blog-details-desc .article-content .entry-meta ul li:last-child {
  margin-right: 0;
}
.blog-details-desc .article-content .entry-meta ul li:last-child::before {
  display: none;
}
.blog-details-desc .article-content h3 {
  margin-bottom: 15px;
  margin-top: 25px;
  font-size: 24px;
  font-weight: 600;
}
.blog-details-desc .article-content .wp-block-gallery.columns-3 {
  padding-left: 0;
  list-style-type: none;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 10px;
  margin-bottom: 30px;
  margin-top: 30px;
}
.blog-details-desc .article-content .wp-block-gallery.columns-3 li {
  -ms-flex: 0 0 33.3333%;
  -webkit-box-flex: 0;
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding-right: 10px;
  padding-left: 10px;
}
.blog-details-desc .article-content .wp-block-gallery.columns-3 li figure {
  margin-bottom: 0;
}
.blog-details-desc .article-content .features-list {
  padding-left: 0;
  list-style-type: none;
  margin-top: 25px;
  margin-bottom: 30px;
}
.blog-details-desc .article-content .features-list li {
  margin-bottom: 16px;
  position: relative;
  padding-left: 34px;
  color: #554955;
}
.blog-details-desc .article-content .features-list li i {
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 70% 30% 30% 70%/60% 40% 60% 40%;
  background-color: #faf5f5;
  color: #ff5d22;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
  font-size: 11px;
  position: absolute;
  left: 0;
  top: -2px;
}
.blog-details-desc .article-content .features-list li:hover i {
  background-color: #ff5d22;
  color: #fff;
}
.blog-details-desc .article-content .features-list li:last-child {
  margin-bottom: 0;
}
.blog-details-desc .article-footer {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}
.blog-details-desc .article-footer .article-tags {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
  color: #554955;
}
.blog-details-desc .article-footer .article-tags span {
  display: inline-block;
  color: #524552;
  font-size: 20px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}
.blog-details-desc .article-footer .article-tags a {
  display: inline-block;
  color: #554955;
}
.blog-details-desc .article-footer .article-tags a:hover {
  color: #ff5d22;
}
.blog-details-desc .article-footer .article-share {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
}
.blog-details-desc .article-footer .article-share .social {
  padding-left: 0;
  list-style-type: none;
  text-align: right;
  margin-bottom: 0;
}
.blog-details-desc .article-footer .article-share .social li {
  display: inline-block;
}
.blog-details-desc .article-footer .article-share .social li span {
  display: inline-block;
  margin-right: 2px;
  font-weight: 500;
  color: #554955;
}
.blog-details-desc .article-footer .article-share .social li a {
  display: block;
  color: #ff5d22;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 50%;
  background-color: #eeeef0;
  text-align: center;
  font-size: 14px;
}
.blog-details-desc .article-footer .article-share .social li a:hover {
  color: #fff;
  background-color: #ff5d22;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}
.blog-details-desc .post-navigation {
  margin-top: 30px;
}
blockquote,
.blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 50px !important;
  position: relative;
  text-align: center;
  z-index: 1;
  margin-bottom: 20px;
  margin-top: 20px;
}
blockquote p,
.blockquote p {
  color: #524552;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 24px !important;
}
blockquote cite,
.blockquote cite {
  display: none;
}
blockquote::before,
.blockquote::before {
  color: #efefef;
  content: "\f10e";
  position: absolute;
  left: 50px;
  top: -50px;
  z-index: -1;
  font-family: "font awesome 5 free";
  font-size: 140px;
  font-weight: 900;
}
blockquote::after,
.blockquote::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #ff5d22;
  margin-top: 20px;
  margin-bottom: 20px;
}
.post-navigation {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding-top: 20px;
  padding-bottom: 20px;
}
.post-navigation .navigation-links {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.post-navigation .navigation-links .nav-previous {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
}
.post-navigation .navigation-links .nav-previous a i {
  margin-right: 2px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.post-navigation .navigation-links .nav-previous a:hover i {
  margin-right: 0;
}
.post-navigation .navigation-links .nav-next {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
  text-align: right;
}
.post-navigation .navigation-links .nav-next a i {
  margin-left: 2px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.post-navigation .navigation-links .nav-next a:hover i {
  margin-left: 0;
}
.post-navigation .navigation-links div a {
  display: inline-block;
  font-weight: 600;
}
.comments-area {
  padding: 25px;
  margin-top: 0px;
  -webkit-box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.08);
  box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.08);
  background-color: #fff;
  border: solid 1px #ccc;
}
.comments-area .comments-title {
  position: relative;
  margin-bottom: 30px;
  line-height: initial;
  font-size: 24px;
  font-weight: 600;
}
.comments-area .comments-title::before {
  content: "";
  height: 25px;
  width: 3px;
  left: -25px;
  position: absolute;
  background: #ff5d22;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.comments-area ol,
.comments-area ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.comments-area .comment-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.comments-area .children {
  margin-left: 20px;
}
.comments-area .comment-body {
  border-bottom: 1px solid #eee;
  padding-left: 65px;
  color: #524552;
  font-size: 14px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.comments-area .comment-body .reply {
  margin-top: 15px;
}
.comments-area .comment-body .reply a {
  border: 1px solid #ded9d9;
  color: #524552;
  display: inline-block;
  padding: 6px 20px;
  border-radius: 30px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  font-size: 13px;
  font-weight: 600;
}
.comments-area .comment-body .reply a:hover {
  color: #fff;
  background-color: #ff5d22;
  border-color: #ff5d22;
}
.comments-area .comment-author {
  font-size: 17px;
  margin-bottom: 0.1em;
  position: relative;
  z-index: 2;
}
.comments-area .comment-author .avatar {
  height: 50px;
  left: -65px;
  position: absolute;
  width: 50px;
}
.comments-area .comment-author .fn {
  font-weight: 600;
}
.comments-area .comment-author .says {
  display: none;
}
.comments-area .comment-metadata {
  margin-bottom: 0.8em;
  color: #554955;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
}
.comments-area .comment-metadata a {
  color: #554955;
}
.comments-area .comment-metadata a:hover {
  color: #ff5d22;
}
.comments-area .comment-respond {
  margin-top: 15px;
}
.mrgb-25
{
margin-bottom:25px;
}
.comments-area .comment-respond .comment-reply-title {
  margin-bottom: 0;
  position: relative;
  font-size: 24px;
  font-weight: 600;
}
.comments-area .comment-respond .comment-reply-title::before {
  content: "";
  height: 25px;
  width: 3px;
  left: -25px;
  position: absolute;
  background: #ff5d22;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.comments-area
  .comment-respond
  .comment-reply-title
  #cancel-comment-reply-link {
  display: inline-block;
}
.comments-area .comment-respond .comment-form {
  overflow: hidden;
}
.comments-area .comment-respond .comment-notes {
  margin-bottom: 10px;
  margin-top:0px;
}
.comments-area .comment-respond .comment-notes .required {
  color: red;
}
.comments-area .comment-respond .comment-form-comment {
  margin-top: 15px;
  float: left;
  width: 100%;
}
.comments-area .comment-respond label {
  display: block;
  font-weight: 600;
  color: #524552;
  margin-bottom: 5px;
}
/*.comment-form .comment-form-author input[type="date"],
.comment-form .comment-form-author input[type="time"],
.comment-form .comment-form-author input[type="datetime-local"],
.comment-form .comment-form-author input[type="week"],
.comment-form .comment-form-author input[type="month"],
.comment-form .comment-form-author input[type="text"],
.comment-form .comment-form-author input[type="email"],
.comment-form .comment-form-author input[type="url"],
.comment-form .comment-form-author input[type="password"],
.comment-form .comment-form-author input[type="search"],
.comment-form .comment-form-author input[type="tel"],
.comment-form .comment-form-author input[type="number"],
.comment-form .comment-form-author textarea,
.comment-form .comment-form-author select {
  display: block;
  width: 100%;
  
  border: 1px solid #eee;
  padding: 0.625em 0.7375em;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height:45px;
}
.comment-form .comment-form-author input[type="date"]:focus,
.comment-form .comment-form-author input[type="time"]:focus,
.comment-form .comment-form-author input[type="datetime-local"]:focus,
.comment-form .comment-form-author input[type="week"]:focus,
.comment-form .comment-form-author input[type="month"]:focus,
.comment-form .comment-form-author input[type="text"]:focus,
.comment-form .comment-form-author input[type="email"]:focus,
.comment-form .comment-form-author input[type="url"]:focus,
.comment-form .comment-form-author input[type="password"]:focus,
.comment-form .comment-form-author input[type="search"]:focus,
.comment-form .comment-form-author input[type="tel"]:focus,
.comment-form .comment-form-author input[type="number"]:focus,
.comment-form .comment-form-author textarea:focus,
.comment-form .comment-form-author select:focus {
  border-color: #ff5d22;
}*/
.comments-area .comment-respond input[type="date"],
.comments-area .comment-respond input[type="time"],
.comments-area .comment-respond input[type="datetime-local"],
.comments-area .comment-respond input[type="week"],
.comments-area .comment-respond input[type="month"],
.comments-area .comment-respond input[type="text"],
.comments-area .comment-respond input[type="email"],
.comments-area .comment-respond input[type="url"],
.comments-area .comment-respond input[type="password"],
.comments-area .comment-respond input[type="search"],
.comments-area .comment-respond input[type="tel"],
.comments-area .comment-respond input[type="number"],
.comments-area .comment-respond textarea,
.comments-area .comment-respond select {
  display: block;
  width: 100%;
  background-color: #f6f6f6;
  border: 1px solid #eee;
  padding: 0.625em 0.7375em;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height:45px;
}
.comments-area .comment-respond input[type="date"]:focus,
.comments-area .comment-respond input[type="time"]:focus,
.comments-area .comment-respond input[type="datetime-local"]:focus,
.comments-area .comment-respond input[type="week"]:focus,
.comments-area .comment-respond input[type="month"]:focus,
.comments-area .comment-respond input[type="text"]:focus,
.comments-area .comment-respond input[type="email"]:focus,
.comments-area .comment-respond input[type="url"]:focus,
.comments-area .comment-respond input[type="password"]:focus,
.comments-area .comment-respond input[type="search"]:focus,
.comments-area .comment-respond input[type="tel"]:focus,
.comments-area .comment-respond input[type="number"]:focus,
.comments-area .comment-respond textarea:focus,
.comments-area .comment-respond select:focus {
  border-color: #ff5d22;
}
.comments-area .comment-respond .comment-form-author {
  float: left;
  width: 50%;
  padding-right: 10px;
  margin-bottom: 20px;
}
.comments-area .comment-respond .comment-form-email {
  float: left;
  width: 50%;
  padding-left: 12px;
  margin-bottom: 20px;
}
.comments-area .comment-respond .comment-form-url {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.comments-area .comment-respond .comment-form-cookies-consent {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
}
.comments-area .comment-respond .comment-form-cookies-consent input {
  position: absolute;
  left: 0;
  top: 6px;
}
.comments-area .comment-respond .comment-form-cookies-consent label {
  display: inline-block;
  margin: 0;
  color: #554955;
  font-weight: 400;
  position: relative;
  top: -2px;
}
.comments-area .comment-respond .form-submit {
  float: left;
  width: 100%;
}
.comments-area .comment-respond .form-submit input {
  background: #8cc63f;
  border: none;
  color: #fff;
  padding: 9px 30px;
  display: inline-block;
  cursor: pointer;
  outline: 0;
  border-radius: 25px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: 700;
  font-size: 18px;
  width: 160px;
}
.comments-area .comment-respond .form-submit input:hover,
.comments-area .comment-respond .form-submit input:focus {
  color: #fff;
  background-color: #005065;
}
.page-title-area {
  height: 280px;
  position: relative;
  z-index: 1;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-title-area::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #1a0602;
  opacity: 0.6;
}
.page-title-content {
  text-align: center;
  margin-top: 110px;
}
.page-title-content h2 {
  margin-bottom: 0;
  color: #fff;
  font-size: 42px;
  font-weight: 700;
}
.page-title-content ul {
  padding-left: 0;
  list-style-type: none;
  margin-top: 12px;
  margin-bottom: 0;
}
.page-title-content ul li {
  color: #fff;
  display: inline-block;
  position: relative;
  font-weight: 400;
  font-size: 17px;
  margin-left: 10px;
  margin-right: 10px;
}
.page-title-content ul li a {
  display: inline-block;
  color: #fff;
}
.page-title-content ul li::before {
  content: "";
  position: absolute;
  right: -15px;
  top: 11px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ff5d22;
}
.page-title-content ul li:last-child::before {
  display: none;
}
.pagination-area {
  margin-top: 35px;
  text-align: center;
}
.pagination-area .page-numbers {
  width: 45px;
  height: 45px;
  margin: 0 3px;
  display: inline-block;
  background-color: #fff;
  line-height: 49px;
  color: #524552;
  -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
  box-shadow: 0 2px 10px 0 #d8dde6;
  font-size: 18px;
  font-weight: 700;
}
.pagination-area .page-numbers.current,
.pagination-area .page-numbers:hover,
.pagination-area .page-numbers:focus {
  background: #ff5d22;
  color: #fff;
  -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
  box-shadow: 0 2px 10px 0 #d8dde6;
}
.widget-area .widget {
  margin-top: 35px;
}
.widget-area .widget:first-child {
  margin-top: 0;
}
.widget-area .widget .widget-title {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 25px;
  text-transform: capitalize;
  position: relative;
  font-weight: 600;
  font-size: 22px;
}
.widget-area .widget .widget-title::before {
  content: "";
  position: absolute;
  background: #ff5d22;
  bottom: -1px;
  left: 0;
  width: 50px;
  height: 1px;
}
.widget-area .widget_search {
  -webkit-box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
  box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
  background-color: #fff;
  padding: 15px;
}
.widget-area .widget_search form {
  position: relative;
}
.widget-area .widget_search form label {
  display: block;
  margin-bottom: 0;
}
.widget-area .widget_search form .screen-reader-text {
  display: none;
}
.widget-area .widget_search form .search-field {
  background-color: transparent;
  height: 50px;
  padding: 6px 15px;
  border: 1px solid #eee;
  width: 100%;
  display: block;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.widget-area .widget_search form .search-field:focus {
  border-color: #ff5d22;
}
.widget-area .widget_search form button {
  position: absolute;
  right: 0;
  outline: 0;
  bottom: 0;
  height: 50px;
  width: 50px;
  z-index: 1;
  border: none;
  color: #fff;
  background-color: #ff5d22;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.widget-area .widget_search form button:hover {
  background-color: #524552;
  color: #fff;
}
.widget-area .widget_zash_posts_thumb {
  position: relative;
  overflow: hidden;
}
.widget-area .widget_zash_posts_thumb .item {
  overflow: hidden;
  margin-bottom: 15px;
}
.widget-area .widget_zash_posts_thumb .item:last-child {
  margin-bottom: 0;
}
.widget-area .widget_zash_posts_thumb .item .thumb {
  float: left;
  height: 80px;
  overflow: hidden;
  position: relative;
  width: 80px;
  margin-right: 15px;
}
.widget-area .widget_zash_posts_thumb .item .thumb .fullimage {
  width: 80px;
  height: 80px;
  display: inline-block;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center !important;
}
.widget-area .widget_zash_posts_thumb .item .thumb .fullimage.bg1 {
  background-image: url(../img/blog-image/7.jpg);
}
.widget-area .widget_zash_posts_thumb .item .thumb .fullimage.bg2 {
  background-image: url(../img/blog-image/8.jpg);
}
.widget-area .widget_zash_posts_thumb .item .thumb .fullimage.bg3 {
  background-image: url(../img/blog-image/9.jpg);
}
.widget-area .widget_zash_posts_thumb .item .info {
  overflow: hidden;
  margin-top: 0px;
}
.widget-area .widget_zash_posts_thumb .item .info time {
  display: block;
  color: #554955;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 3px;
  font-size: 11px;
}
.widget-area .widget_zash_posts_thumb .item .info .title {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 17px;
  font-weight: 500;
}
.widget-area .widget_zash_posts_thumb .item .info .title a {
  display: inline-block;
  line-height: 15px;
}
.widget-area .widget_recent_entries ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.widget-area .widget_recent_entries ul li {
  position: relative;
  margin-bottom: 12px;
  color: #524552;
  padding-left: 14px;
  line-height: 1.5;
  font-weight: 600;
  font-size: 15.5px;
}
.widget-area .widget_recent_entries ul li:last-child {
  margin-bottom: 0;
}
.widget-area .widget_recent_entries ul li::before {
  background: #ff5d22;
  position: absolute;
  height: 7px;
  width: 7px;
  content: "";
  left: 0;
  top: 8px;
}
.widget-area .widget_recent_entries ul li a {
  display: inline-block;
  color: #524552;
}
.widget-area .widget_recent_entries ul li a:hover {
  color: #ff5d22;
}
.widget-area .widget_recent_entries ul li .post-date {
  display: block;
  font-size: 13px;
  color: #554955;
  margin-top: 4px;
}
.widget-area .widget_recent_comments ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.widget-area .widget_recent_comments ul li {
  position: relative;
  margin-bottom: 12px;
  color: #554955;
  padding-left: 14px;
  line-height: 1.5;
  font-weight: 600;
  font-size: 15.5px;
}
.widget-area .widget_recent_comments ul li:last-child {
  margin-bottom: 0;
}
.widget-area .widget_recent_comments ul li::before {
  background: #ff5d22;
  position: absolute;
  height: 7px;
  width: 7px;
  content: "";
  left: 0;
  top: 8px;
}
.widget-area .widget_recent_comments ul li a {
  display: inline-block;
  color: #524552;
}
.widget-area .widget_recent_comments ul li a:hover {
  color: #ff5d22;
}
.widget-area .widget_archive ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.widget-area .widget_archive ul li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 14px;
  color: #524552;
  font-size: 15.5px;
  font-weight: 600;
}
.widget-area .widget_archive ul li:last-child {
  margin-bottom: 0;
}
.widget-area .widget_archive ul li::before {
  background: #ff5d22;
  height: 7px;
  width: 7px;
  content: "";
  left: 0;
  top: 8px;
  position: absolute;
}
.widget-area .widget_archive ul li a {
  display: inline-block;
  color: #524552;
}
.widget-area .widget_archive ul li a:hover {
  color: #ff5d22;
}
.widget-area .widget_categories ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.widget-area .widget_categories ul li {
  position: relative;
  margin-bottom: 12px;
  color: #554955;
  padding-left: 14px;
  font-size: 15.5px;
  font-weight: 600;
}
.widget-area .widget_categories ul li:last-child {
  margin-bottom: 0;
}
.widget-area .widget_categories ul li::before {
  background: #ff5d22;
  height: 7px;
  width: 7px;
  content: "";
  left: 0;
  top: 8px;
  position: absolute;
}
.widget-area .widget_categories ul li a {
  color: #524552;
  display: block;
}
.widget-area .widget_categories ul li a:hover {
  color: #ff5d22;
}
.widget-area .widget_categories ul li .post-count {
  float: right;
}
.widget-area .widget_meta ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.widget-area .widget_meta ul li {
  position: relative;
  margin-bottom: 12px;
  color: #524552;
  padding-left: 14px;
  font-size: 15.5px;
  font-weight: 600;
}
.widget-area .widget_meta ul li:last-child {
  margin-bottom: 0;
}
.widget-area .widget_meta ul li::before {
  background: #ff5d22;
  height: 7px;
  width: 7px;
  content: "";
  left: 0;
  top: 8px;
  position: absolute;
}
.widget-area .widget_meta ul li a {
  display: inline-block;
  color: #524552;
}
.widget-area .widget_meta ul li a:hover {
  color: #ff5d22;
}
.widget-area .widget_tag_cloud .widget-title {
  margin-bottom: 12px;
}
.widget-area .tagcloud a {
  display: inline-block;
  color: #524552;
  font-weight: 600;
  font-size: 14.5px !important;
  padding: 2px;
  border: 1px dashed #eee;
  margin-top: 8px;
  margin-right: 4px;
}
.widget-area .tagcloud a:hover,
.widget-area .tagcloud a:focus {
  color: #fff;
  background-color: #ff5d22;
  border-color: #ff5d22;
}
.widget-area .widget_event_details ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.widget-area .widget_event_details ul li {
  border-bottom: 1px solid #eee;
  color: #888f96;
  padding-bottom: 10px;
  padding-top: 10px;
}
.widget-area .widget_event_details ul li:first-child {
  padding-top: 0;
}
.widget-area .widget_event_details ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.widget-area .widget_event_details ul li span {
  display: inline-block;
  color: #524552;
  font-weight: 600;
}
.widget-area .widget_event_details ul li a {
  display: inline-block;
  color: #888f96;
}
.widget-area .widget_event_details ul li a:hover {
  color: #ff5d22;
}
.subscribe-area {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #493f49;
}
.subscribe-content h2 {
  margin-bottom: 0;
  color: #fff;
  font-size: 32px;
  font-weight: 600;
}
.subscribe-content p {
  color: #fff;
  opacity: 0.9;
  margin-top: 10px;
  margin-bottom: 0;
}
.subscribe-form {
  padding-left: 30px;
}
.subscribe-form form {
  position: relative;
}
.subscribe-form form .input-newsletter {
  display: block;
  width: 100%;
  color: #524552;
  height: 65px;
  border-radius: 5px;
  border: none;
  padding-left: 15px;
  outline: 0;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
  font-size: 16px;
  font-weight: 500;
  font-family: ibm plex sans, sans-serif;
}
.subscribe-form form .input-newsletter::-webkit-input-placeholder {
  color: #99afc3;
}
.subscribe-form form .input-newsletter:-ms-input-placeholder {
  color: #99afc3;
}
.subscribe-form form .input-newsletter::-ms-input-placeholder {
  color: #99afc3;
}
.subscribe-form form .input-newsletter::placeholder {
  color: #99afc3;
}
.subscribe-form form button {
  position: absolute;
  right: 5px;
  top: 5px;
  background-color: #ff5d22;
  color: #fff;
  border: none;
  border-radius: 5px;
  height: 55px;
  line-height: 55px;
  padding: 0 30px;
  letter-spacing: 0.5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
  font-family: ibm plex sans, sans-serif;
  font-weight: 600;
}
.subscribe-form form button:hover {
  color: #fff;
  background-color: #524552;
}
.subscribe-form #validator-newsletter {
  color: #fff;
  position: absolute;
  left: 0;
  bottom: -32px;
}
.error-area {
  height: 100vh;
}
.error-content {
  text-align: center;
  margin: 0 auto;
  max-width: 700px;
}
.error-content h3 {
  font-size: 40px;
  font-weight: 700;
  margin-top: 45px;
  margin-bottom: 15px;
}
.error-content p {
  max-width: 520px;
  margin: 0 auto 20px;
}
.contact-area {
  position: relative;
  z-index: 1;
}
.contact-area .section-title {
  margin-bottom: 40px;
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}
.contact-form form .form-group {
  margin-bottom: 15px;
}
.contact-form form .form-control {
  background-color: #fff;
  border:1px solid #ced4da!important;
  -webkit-box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, 0.2) !important;
  box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, 0.2) !important;
  height: 57px;
}
.contact-form form .form-group {
  text-align: left;
}
.contact-form form .row {
  margin-left: -7px;
  margin-right: -7px;
}
.contact-form form .row .col-lg-12,
.contact-form form .row .col-lg-6 {
  padding-left: 7px;
  padding-right: 7px;
}
.contact-form form textarea.form-control {
  height: auto;
  padding-top: 15px;
}
.contact-form form .default-btn {
  margin-top: 10px;
  border: none;
  -webkit-box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, 0.5) !important;
  box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, 0.5) !important;
}
.contact-form form .help-block ul {
  padding-left: 0;
  list-style-type: none;
  margin-top: 5px;
  margin-bottom: 0;
}
.contact-form form .help-block ul li {
  color: red;
}
.contact-form form #msgSubmit {
  margin-bottom: 0;
  text-align: center !important;
}
.contact-form form #msgSubmit.text-danger,
.contact-form form #msgSubmit.text-success {
  margin-top: 8px;
  font-size: 20px;
  font-weight: 600;
}
.contact-info {
  padding-right: 25px;
}
.contact-info .contact-list {
  margin-bottom: 0;
  list-style-type: none;
  padding-right: 20px;
  padding-left: 0;
}
.contact-info .contact-list li {
  position: relative;
  padding-left: 95px;
  color: #554955;
  margin-bottom: 25px;
}
.contact-info .contact-list li .icon {
  border: 1px dashed #919191;
  width: 75px;
  height: 75px;
  line-height: 74px;
  color: #fff;
  border-radius: 50%;
  font-size: 25px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.contact-info .contact-list li .icon::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #919191;
  border-radius: 50%;
  margin: 6px;
  z-index: -1;
}
.contact-info .contact-list li span {
  display: block;
  margin-bottom: 5px;
  color: #524552;
  font-size: 22px;
  font-weight: 600;
}
.contact-info .contact-list li a {
  color: #554955;
  display: block;
}
.contact-info .contact-list li a:hover {
  color: #ff5d22;
}
.contact-info .contact-list li:last-child {
  margin-bottom: 0;
}
.contact-info .social {
  padding-left: 95px;
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 20px;
}
.contact-info .social li {
  display: inline-block;
  margin-right: 3px;
}
.contact-info .social li a {
  display: inline-block;
  background-color: #f1f4f4;
  color: #ff5d22;
  width: 50px;
  font-size: 17px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
}
.contact-info .social li a i.flaticon-facebook {
  display: inline-block;
  padding-left: 4px;
}
.contact-info .social li a i.flaticon-twitter {
  display: inline-block;
  position: relative;
  top: 2px;
}
.contact-info .social li a:hover {
  background-color: #ff5d22;
  color: #fff;
}
.contact-info .social li:last-child {
  margin-right: 0;
}
.bg-map {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
  text-align: center;
  margin: 0 auto;
  opacity: 0.4;
}
.footer-area {
  background-color: #2e282e;
  padding-top: 70px;
  overflow: hidden;
}
.single-footer-widget {
  margin-bottom: 30px;
}
.single-footer-widget h3 {
  margin-bottom: 30px;
  color: #fff;
  position: relative;
  padding-bottom: 8px;
  border-bottom: 1px solid #493f49;
  font-size: 24px;
  font-weight: 600;
}
.single-footer-widget h3::before {
  bottom: -1px;
  left: 0;
  width: 55px;
  height: 1px;
  background-color: #ff5d22;
  content: "";
  position: absolute;
}
.single-footer-widget .logo a {
  display: inline-block;
  margin-top: 15px;
    font-weight: 600;
}
.single-footer-widget .logo p {
  color: #ebe7e7;
  margin-bottom: 0;
  margin-top: 15px;
}
.single-footer-widget .social {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 20px;
}
.single-footer-widget .social li {
  display: inline-block;
  margin-right: 3px;
}
.single-footer-widget .social li a {
  display: inline-block;
  background-color: #493f49;
  color: #ff5d22;
  width: 35px;
  font-size: 15px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  text-align: center;
}
.single-footer-widget .social li a i.flaticon-facebook {
  display: inline-block;
  padding-left: 4px;
}
.single-footer-widget .social li a i.flaticon-twitter {
  display: inline-block;
  position: relative;
  top: 2px;
}
.single-footer-widget .social li a:hover {
  background-color: #ff5d22;
  color: #fff;
}
.single-footer-widget .social li:last-child {
  margin-right: 0;
}
.single-footer-widget .footer-quick-links {
  padding-left: 0;
  list-style-type: none;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 0;
  margin-top: -12px;
}
.single-footer-widget .footer-quick-links li {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 12px;
}
.single-footer-widget .footer-quick-links li a {
  display: inline-block;
  color: #ebe7e7;
  text-transform: uppercase;
  font-size: 14px;
}
.single-footer-widget .footer-quick-links li a:hover {
  color: #ff5d22;
}
.single-footer-widget .footer-contact-info {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}
.single-footer-widget .footer-contact-info li {
  color: #ebe7e7;
  font-size: 15px;
  margin-bottom: 12px;
}
.single-footer-widget .footer-contact-info li span {
  display: inline-block;
  font-weight: 700;
  color: #fff;
}
.single-footer-widget .footer-contact-info li a {
  display: inline-block;
  color: #fff;
  position: relative;
}
.single-footer-widget .footer-contact-info li a::before {
  width: 100%;
  height: 1px;
  background-color: #ff5d22;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.single-footer-widget .footer-contact-info li a:hover {
  color: #ff5d22;
}
.single-footer-widget .footer-contact-info li:last-child {
  margin-bottom: 0;
}
.single-footer-widget .footer-contact-info li:last-child a::before {
  opacity: 1;
  visibility: visible;
}
.copyright-area {
  margin-top: 40px;
  border-top: 1px solid #493f49;
  padding-top: 25px;
  padding-bottom: 25px;
}
.copyright-area p {
  color: #ebe7e7;
  font-size: 15px;
}
.copyright-area p a {
  color: #fff;
  display: inline-block;
  font-weight: 600;
}
.copyright-area p a:hover {
  color: #ff5d22;
}
.copyright-area ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  text-align: right;
}
.copyright-area ul li {
  display: inline-block;
  color: #ebe7e7;
  font-size: 15px;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
}
.copyright-area ul li a {
  display: inline-block;
  color: #ebe7e7;
}
.copyright-area ul li a:hover {
  color: #ff5d22;
}
.copyright-area ul li::before {
  content: "";
  position: absolute;
  top: 5px;
  right: -13px;
  width: 1px;
  height: 14px;
  background-color: #fff;
}
.copyright-area ul li:last-child {
  margin-right: 0;
}
.copyright-area ul li:last-child::before {
  display: none;
}
.copyright-area ul li:first-child {
  margin-left: 0;
}
.go-top {
  position: fixed;
  cursor: pointer;
  top: 0;
  right: 15px;
  color: #fff;
  background-color: #524552;
  z-index: 4;
  width: 40px;
  text-align: center;
  height: 42px;
  line-height: 42px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.9s;
  transition: 0.9s;
}
.go-top.active {
  top: 98%;
  -webkit-transform: translateY(-98%);
  transform: translateY(-98%);
  opacity: 1;
  visibility: visible;
}
.go-top i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.go-top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 60%;
}
.go-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #ff5d22;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.go-top:hover,
.go-top:focus {
  color: #fff;
}
.go-top:hover::before,
.go-top:focus::before {
  opacity: 1;
  visibility: visible;
}
.go-top:hover i:first-child,
.go-top:focus i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}
.go-top:hover i:last-child,
.go-top:focus i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

.logoimg {
  width: 200px;
  padding-top: 5px;
  padding-bottom: 5px;
  image-rendering: -webkit-optimize-contrast;
}
.orgbtn {
  padding: 8px 12px !important;
  /* margin-top: 46px!important; */
  color: #fff !important;
  border-radius: 33px;
  background: #ff5d22;
  font-size: 12px !important;
  font-weight: 600;
  line-height: 7;
  margin-left: 5px !important;
}
.lh0 {
  line-height: 0px !important;
}

.services-area1 {
  padding-bottom: 70px;
}
.single-services-box1 {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
  z-index: 1;
  border-radius: 5px;
  border: 1px solid #e9e9e9;
  padding: 30px 45px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  min-height:600px;
  font-size:15px;
}

.single-services-box1 .icon {
  font-size: 65px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  margin-top: -15px;
  margin-bottom: 10px;
}
.single-services-box1 .icon .icon-bg img {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: auto !important;
  display: inline-block !important;
  z-index: -1;
}
.single-services-box1 h3 {
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 13px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 20px;
  font-weight: 600;
}
.single-services-box1 h3 a {
  display: inline-block;
}
.single-services-box1 h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
  background-color: #ff837d;
  height: 2px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.single-services-box1 p {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-top: 0;
  margin-bottom: 0;
}

.single-services-box1 .box-shape img {
  position: absolute;
  left: 0;
  top: 0;
  width: auto !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: inline-block !important;
}
.single-services-box1 .rev-shape img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: auto !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: inline-block !important;
}

.single-services-box1 .box-shape1 img {
  position: absolute;
  right: 0;
  top: 0;
  width: auto !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: inline-block !important;
}
.single-services-box1 .rev-shape1 img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: auto !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: inline-block !important;
}
.single-services-box2 .box-shape img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: auto !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: inline-block !important;
}
.single-services-box1 .box-shape img:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}
.single-services-box1 .rev-shape img:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}

.single-services-box1 .features-list {
  padding-left: 0 !important;
  list-style-type: none;
  margin-top: 25px;
  margin-bottom: 30px;
  text-align: left;
}
.single-services-box1 .features-list li {
  margin-bottom: 16px;
  position: relative;
  padding-left: 34px;
  color: #554955;
  list-style-type: none;
}
.single-services-box1 .features-list li i {
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 70% 30% 30% 70%/60% 40% 60% 40%;
  background-color: #faf5f5;
  color: #ff5d22;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
  font-size: 11px;
  position: absolute;
  left: 0;
  top: -2px;
}
.single-services-box1 .features-list li:hover i {
  background-color: #ff5d22;
  color: #fff;
}
.single-services-box1 .features-list li:last-child {
  margin-bottom: 0;
}

.sheight {
  height: 45px;
}
.regtext {
  font-weight: 600;
  font-size: 18px;
}
.regradio {
  width: 24px;
  height: 24px;
}
.mrgt-20 {
  margin-top: 20px !important;
}
.pdbtn {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 18px;
  padding-right: 18px;
}
.extra-nights-box {
  background: #ff2d55;
  color: #fff;
  padding: 10px;
  width: inherit;
  margin: 10px 0px 25px;
}
.confdv {
  background: #fff;
  /*width: 35%;*/
  margin: auto;
  border-radius: 30px;
  padding: 5px;
  margin-top: 20px;
  color: #ff5d22;
  font-size: 1.5rem;
}
.btncenter {
 width: 280px;
    margin: auto;
	margin-top:35px;
}


.tg-eventconfrences {
  width: 100%;
  float: left;
}
.tg-headholder {
  width: 100%;
  float: left;
  padding: 0 0 34px;
}
.tg-eventconfrences .tg-sectionhead {
  width: 100%;
  float: left;
  position: relative;
  padding: 0 300px 0 0;
}
.tg-sectionhead {
  width: 100%;
  float: left;
  padding: 0 0 50px;
  text-align: center;
}
.tg-eventconfrences .tg-sectionhead .tg-description {
  padding: 0;
}
.tg-eventscheduletabs {
  width: 100%;
  float: left;
  position: relative;
}
.tg-eventschedulenav {
  width: 100%;
  float: left;
  list-style: none;
  font-size: 16px;
  line-height: 56px;
  text-transform: capitalize;
  margin-bottom: 0px;
  padding: 0;
}
.tg-eventschedulenav li {
  float: left;
  line-height: normal;
  list-style-type: none;
}
.tg-eventschedulenav li + li {
  padding-left: 5px;
}
.tg-eventschedulenav li a {
  color: #444349;
  display: block;
  margin: 0 0 4px;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  text-align: center;
  padding: 13px 40px;
  border: 1px solid #dbdbdb;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
}
.tg-eventschedulenav li:first-child a {
  border-radius: 4px 0 0 0;
}
.tg-eventschedulenav li:last-child a {
  border-radius: 0 4px 0 0;
}
.tg-eventschedulenav li a span {
  display: block;
  font-size: 13px;
  line-height: 13px;
  margin: 10px 0 0;
}
.tg-eventschedulenav li.active a,
.tg-eventschedulenav li:hover a {
  margin: 0;
  color: #fff;
  padding: 15px 40px;
}
.tg-eventschedulenav li:hover a {
  color: #fff;
  background-color: #ff5d22;
}
.tg-tabsholder {
  width: 100%;
  float: left;
  position: relative;
  padding: 0 0 0 75px;
}
.tg-eventschedulecontent {
  border-top: 2px solid;
}
.tg-eventschedulecontent,
.tg-eventschedulecontent > div {
  width: 100%;
  float: left;
}
.tg-eventschedulecontent {
  padding: 30px;
  position: relative;
  background: #f7f7f7;
}
.tg-eventschaduletime {
  width: 100%;
  float: left;
  padding: 0 0 25px;
  text-align: center;
}
.tg-eventschaduletime h2 {
  color: #444349;
  font-size: 18px;
  margin: 0 0 16px;
  line-height: 18px;
}
.tg-eventschaduletime h3 {
  margin: 0;
  color: #444349;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
}
.tg-eventvenuetabs {
  width: 100%;
  float: left;
}
.tg-eventvenuenav {
  width: 100%;
  float: left;
  list-style: none;
  padding: 0 0 40px;
  text-align: center;
}
.tg-eventvenuenav li {
  padding: 0 3px;
  line-height: normal;
  display: inline-block;
  list-style-type: none;
}
.tg-eventvenuenav li a {
  color: #444349;
  display: block;
  background: #fff;
  border-radius: 5px;
  padding: 15px 40px;
  border: 1px solid transparent;
}
.tg-eventvenuenav li.active a,
.tg-eventschedulenav li a {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.tg-eventvenuenav li.active a {
  color: #ff5d22;
}
.tg-eventvenuecontent,
.tg-eventvenuecontent > div {
  width: 100%;
  float: left;
}
.tg-eventvenuecontent {
  position: relative;
}
.tg-event {
  width: 100%;
  float: left;
  background: #fff;
  border-radius: 4px;
  padding: 10px 30px 10px 10px;
}
.tg-event + .tg-event {
  margin: 20px 0 0;
}
.tg-event:hover {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.tg-eventhead {
  width: 100%;
  float: left;
  margin: 0 0 15px;
  padding: 0 0 15px;
  border-bottom: 1px solid #dbdbdb;
}
.tg-leftarea {
  float: left;
}
.tg-rightarea {
  float: right;
}
.tg-leftarea time {
  display: block;
  color: #444349;
  font-size: 16px;
  margin: 0 0 9px;
  line-height: 16px;
  font-style: normal;
}
.tg-leftarea .tg-title {
  margin: 0;
}
.tg-leftarea .tg-title h2 {
  margin: 0;
  font-size: 22px;
  line-height: 22px;
}
.tg-btnfarword {
  width: 35px;
  height: 35px;
  display: block;
  text-align: center;
  line-height: 33px;
  border-radius: 50%;
  border: 1px solid #dbdbdb;
  color: #ff5d22;
}
.tg-btnfarword:hover i {
  color: #ff5d22;
}
.tg-event .tg-description p {
  margin: 0 0 25px;
}
.tg-eventspeaker {
  width: 100%;
  float: left;
}
.tg-eventspeakerimg {
  float: left;
  margin: 0 30px 0 0;
  position: relative;
}
.tg-themeimgborder:after {
  top: 0;
  left: 0;
  z-index: 2;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  border: 6px solid rgba(255, 255, 255, 0.5);
}
.tg-eventspeakerimg img {
  width: 100%;
  height: auto;
  display: block;
}
.tg-eventspeaker .tg-contentbox {
  width: auto;
  float: none;
  overflow: hidden;
}
.tg-speakername {
  width: 100%;
  float: left;
}
.tg-speakername h2 {
  color: #444349;
  font-size: 16px;
  margin: 0 0 8px;
  line-height: 16px;
}
.tg-eventspeaker .tg-contentbox .tg-eventcatagory {
  display: block;
  color: #444349;
  font-size: 13px;
  line-height: 15px;
}
.tg-eventbreak .tg-eventhead {
  margin: 0;
  border: 0;
  padding: 0;
}
.tg-btndownloadschedule {
  right: 0;
  color: #fff;
  bottom: 100%;
  padding: 0 15px;
  font-size: 13px;
  line-height: 36px;
  position: absolute;
  border-radius: 31px 0 0;
  background: #ff5d22;
}

.tg-btndownloadschedule i {
  margin: 0 0 0 8px;
}
.tg-btndownloadschedule:hover,
.tg-btndownloadschedule:hover i {
  color: #fff;
}
.tg-btndownloadschedule:before {
  bottom: 0;
  left: -15px;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 22px solid red;
  border-left: 20px solid transparent !important;
}

.tg-sectionhead {
  width: 100%;
  float: left;
  padding: 0 0 50px;
  text-align: center;
}
.tg-sectionheading {
  width: 100%;
  float: left;
  margin: 0 0 25px;
  padding: 0 0 13px;
  position: relative;
}
.tg-sectionheading:after,
.tg-sectionheading:before {
  left: 50%;
  bottom: 0;
  content: "";
  height: 1px;
  position: absolute;
  background: #dbdbdb;
}
.tg-sectionheading:after {
  width: 170px;
  margin: 0 0 0 -85px;
}
.tg-sectionheading:before {
  width: 150px;
  bottom: -3px;
  margin: 0 0 0 -75px;
}
.tg-sectionheading h2 {
  margin: 0 0 17px;
  font-size: 24px;
  line-height: 24px;
}
.tg-sectionheading h3 {
  margin: 0;
  font-size: 40px;
  font-weight: bold;
  line-height: 40px;
  color: #ff5d22;
}
.tg-eventschedulenav li.active a {
  border-color: #ff5d22;
  background: #ff5d22;
}
.tg-btndownloadschedule:before {
  border-color: #ff5d22;
}
.tg-eventschedulecontent {
  border-color: #ff5d22;
}
.mrgauto {
  margin: auto !important;
}

.mrgt-50 {
  margin-top: 50px;
}
.tg-event .tg-description p {
  margin: 0 0 20px;
  line-height: 1.4;
}
.tg-eventspeaker {
  width: 100%;
  float: left;
}
.tg-eventspeakerimg {
  float: left;
  margin: 0 30px 0 0;
  position: relative;
}

.our-team {
  padding: 20px 15px 10px;
  background: #fff;
  border-radius: 15px;
  text-align: center;
  background: #f0f0f0;
  margin-bottom: 35px;
  min-height:384px;
}
.our-team .pic {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 10px;
  margin-bottom: 25px;
  transition: all 0.5s ease 0s;
}
.our-team:hover .pic {
  background: #f0f0f0;
  border-radius: 50%;
}
.pic img {
  width: 80%;
  height: auto;
  border-radius: 50%;
}
.our-team .title {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #2e282a;
  /*text-transform: uppercase;*/
  margin: -15px 0 7px 0;
}

.our-team .post {
  display: block;
  font-size: 15px;
  color: #767676;
  
  font-family: 'IBM Plex Sans';
  margin-bottom: 6px;
}
.our-team .post p {
  
  font-size: 15px;
  font-family: system-ui;
    color: #4a4a4a;
  
}
.post p strong{
    font-size: 12px;
    font-weight: 600!important;
    color: #ff5722 !important;
}
.country b {
  
    font-size: 14px;
}
.our-team .social {
  padding: 0;
  margin: 0;
  list-style: none;
}
.our-team .social li {
  display: inline-block;
  margin-right: 5px;
}
.our-team .social li a {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  font-size: 15px;
  color: #ff5d22;
  border: 1px solid #ff5d22;
  transition: all 0.5s ease 0s;
}
.our-team:hover .social li a {
  background: #ff5d22;
  color: #fff;
}
@media only screen and (max-width: 990px) {
  .our-team {
    margin-bottom: 30px;
  }
}
.comment-content p {
  line-height: 20px;
  margin-bottom: 8px;
}
.pdlr-70 {
  padding-left: 68px;
  padding-right: 68px;
}
.payhead {
  color: #ff5d22;
  text-align: center;
  font-size: 32px;
  margin-bottom: 22px;
  font-weight: 600;
}
p b {
  color: #000;
  font-weight: 600;
}
@media (max-width: 568px) {
  .tg-eventschedulenav li {
    width: 100%;
  }
  .tg-eventschedulenav li + li {
    padding-left: 0;
  }
  .tg-eventschaduletime h3 {
    margin: 0;
    color: #444349;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
  }
  .tg-eventschaduletime h2 {
    font-size: 15px;
    line-height: 15px;
  }

  .tg-eventschaduletime {
    padding: 15px 0 25px;
  }
  .tg-leftarea .tg-title h2 {
    font-size: 20px;
    line-height: 20px;
  }
}

@media (max-width: 991px) {
  .tg-eventschedulenav li.active a,
  .tg-eventschedulenav li:hover a {
    padding: 15px;
  }
  .tg-eventschedulenav li a {
    padding: 13px 15px;
  }
  .tg-event .tg-description p {
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
  }
}

@media (max-width: 1199px) {
  .tg-eventschedulenav li a {
    padding: 13px 25px;
  }
  .tg-eventschedulenav li.active a,
  .tg-eventschedulenav li:hover a {
    padding: 15px 25px;
  }
}

@media (max-width: 767px) {
  .tg-btndownloadschedule {
    padding: 0 10px;
    font-size: 12px;
    line-height: 30px;
  }
  .tg-btndownloadschedule:before {
    border-bottom-width: 17px;
  }
  .tg-eventhead .tg-rightarea {
    float: left;
    padding: 15px 0 0;
  }
}

@media (max-width: 720px) {
  .tg-btndownloadschedule {
    top: 0;
    bottom: auto;
    padding: 0 15px;
  }
  .tg-eventhead .tg-leftarea {
    width: 100%;
  }
  .tg-leftarea .tg-title h2 {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 640px) {
  .tg-eventspeaker .tg-contentbox {
    width: 100%;
    float: left;
  }

  .tg-eventspeakerimg {
    margin: 0 0 30px;
  }
}
@media (max-width: 480px) {
  .tg-leftarea .tg-title h2 {
    font-size: 15px;
    line-height: 22px;
  }
}

.default-btn1 {
  border: none;
  position: relative;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  color: #fff;
  text-transform: uppercase;
  background-color: #ff5d22;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
  font-weight: 600;
  font-size: 15px;
  padding-left: 30px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 10px;
}
.ht750 {
  height: 750px !important;
}

.single-blog-post .post-content h5 {
  margin-bottom: 5px;
  line-height: 1;
  font-size: 18px;
  font-weight: 600;
}
.paraf {
  font-size: 12px !important;
}
.mrb-30 {
  margin-bottom: 30px !important;
}

.ptb-30 {
  padding-top: 30px;
  padding-bottom: 100px;
}

.ptb-50 {
  padding-top: 50px;
  padding-bottom: 100px;
}
.ptb-40 {
  padding-top: 80px;
  padding-bottom: 40px;
}
.paybg {
  background: #eaeaea;
}
.paytp {
  color: #000;
  border-radius: 50px;
  text-align: right;
  padding-top: 12px!important;
}
.bgwhite {
  background: #fff;
}
.pd40 {
  padding: 40px;
}
.selecttext {
  margin-top: 20px;
  font-size: 20px;
  color: #000;
  font-weight: 400;
  text-align:center;
}
.fright {
  float: right;
}

.payalign {
  border-radius: 1rem;
  border: solid 1px #ccc;
  -webkit-box-shadow: 0 1.1rem 0.7rem rgb(223 227 234 / 50%);
  box-shadow: 0 1.1rem 0.7rem rgb(223 227 234 / 50%);
  overflow: hidden;
}
.payalign:hover {
  border-radius: 1rem;
  border: solid 2px #ff5d22;
}

.successbtn {
  text-align: center;
  background: #17d475;
  border-radius: 107%;
  width: 60px;
  color: white;
  margin: auto;
  margin-bottom: 12px;
  height: 60px;
  padding-top: 15px;
  font-size: 27px;
}
.failbtn {
  text-align: center;
  background: red;
  border-radius: 107%;
  width: 60px;
  color: white;
  margin: auto;
  margin-bottom: 12px;
  height: 60px;
  padding-top: 15px;
  font-size: 27px;
}

.paystext {
  text-align: center;
  margin-top: 10px;
  color: #000;
}

.tracks1 {
  margin-bottom: 3rem;
  position: relative;
  padding: 4rem 3rem;
  background: var(--white);
  border-radius: 4.6rem;
  -webkit-box-shadow: 0 1.1rem 5.7rem rgb(223 227 234 / 50%);
  box-shadow: 0 1.1rem 5.7rem rgb(223 227 234 / 50%);
  overflow: hidden;
  z-index: 1;
}
.paytext1 {
  color: black;
  text-align: center;
  font-size: 25px;
}
.payftext {
  color: red;
  text-align: center;
  font-size: 25px;
}

.circlebg {
  background-color: #301e0e;
  border-radius: 50%;
  border: solid 5px #fff;
  width: 300px;
  padding: 60px 19px;
  height: 300px;
  margin-top: -20px;
}
.counttxt {
  font-size: 55px;
  font-weight: 600;
  color: #ff5d22;
  vertical-align: middle;
  padding-top: 38px;
}
.countcontent {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  line-height: 24px;
}
.colororg {
  color: #ff5d22;
}

.countpara {
  font-size: 16px;
  color: #fff;
  line-height: 21px;
  padding-top: 10px;
}

.mt-25 {
  margin-top: 25px !important;
}

.hldesign {
  display: flex;
  text-align: center;
  width: 100%;
  margin-top: -14px;
}

.hrdesign {
  font-size: 25px;
  margin-left: 7px;
  margin-right: 7px;
  color: #ff5d22;
  margin-top: 3px;
}

.button-animation:hover {
  transform: rotate(-8deg);
  transition: width 1s, height 1s, transform 1s;
}
.pt0 {
  padding-top: 0px !important;
}

.nav-tabs .nav-link.active {
  color: #fff  !important;
  background-color: #ff5d22  !important;
  border-color: #fd8357 #ff5d22 #b63a0d!important;
}
.mt30 {
  margin-top: 30px;
}

.nav-tabs .nav-link {
  background: #fff !important;
  margin-left: 5px !important;
}
.colorwhite {
  color: #fff !important;
}

.nav-tabs {
  border-bottom: 1px solid #ff5d22  !important;
}

.tabalign1 {
  color: white !important;
  padding-top: 20px !important;
  text-align: left !important;
}

.venuelist {
  list-style-type: none;
  padding: 0;
  line-height: 30px;
}
.venuebg {
  background-color: #f8f8f8;
  border: solid 1px #ccc;
}
.pt18 {
  padding: 7px;
  margin-top: -35px;
}
.venueimg {
  border: solid 1px #ccc;
  padding: 5px;
  background: #fff;
  border-radius: 5px;
  height: 240px!important;
  width: 100%;
  margin-top: 10px;
}
.ebbg
{
background:#f8f8f8;
height:75px;
}

.eb-head
{
font-size: 25px;
    text-decoration: underline;
    padding-top: 5px;
    padding-left: 20px;
	color:#005166;
	}
.ebmem1
{
background:#005166;
height:90px;
padding-left: 12px;
padding-right: 12px;
padding-top: 10px;
padding-bottom:10px;
}
.bgcolor2
{
background:#8b22ff;
}
.bgcolor3
{
background:#ff2241;
}
.bgcolor4
{
background:#1381ac;
}

.bgcolor1
{
background:#005166;
}

.ebmembg
{
height:168px;
padding-top: 35px;
padding-left: 12px;
padding-right: 12px;
padding-bottom:10px;
}
.ebimg1
{
width:100%;
height:auto;
}
.pdt-25
{
padding-top: 25px!important;
}
.eb-name
{
color:#fff;
margin:0px;
    padding-left: 10px;
	font-size:16px;
	 text-decoration: underline;
	 font-weight:600;
	 padding-bottom: 5px;
	 line-height: 22px;
}
.ebtotal
{
width:95%;
margin:auto;
}
.eb-country
{
color:#fff;
font-size:14px;
margin:0px;
 padding-left: 12px;
}
.ebicon i
{
color:#fff;
 padding-left: 12px;
}
/*
.aboutimg1 {
  padding: 7px;
  background: #8b9a46;
  height: 40px;
  width: 140px;
  color: white;
  text-align: center;
}
.aboutimg3 {
  padding: 7px;
  background: #8946a6;
  height: 40px;
  width: 140px;
  color: white;
  text-align: center;
}
.aboutimg4 {
  padding: 7px;
  background: #4c0027;
  height: 40px;
  width: 140px;
  color: white;
  text-align: center;
}
.eb {
  color: white;

  text-decoration: underline;
}

.aboutimg2 {
  padding: 7px;
  background: #0ba8e6;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  height: 40px;
  width: 140px;
  color: white;
  text-align: center;
}

.fa arrow-down {
  width: 2px;
  height: 2px;
}*/

.arrow1 {
  -webkit-animation: slide1 3s ease-in-out infinite;
          animation: slide1 3s ease-in-out infinite;
}



@-webkit-keyframes slide1 {
  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(0, 10px);
  }
}

@keyframes slide1 {
  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(0px, 10px);
  }
}


.imgflot {
  float: left;
}

.pd15 {
  padding: 15px !important;
}
.ht90 {
  height: 90px !important;
}
.text-left {
  text-align: left !important;
}
.ovtext {
  text-align: left;
  color: #8cc63f  !important;
}

#regs {
  padding: 80px 0;
}
#regs:before {
  background: rgba(255, 255, 255, 0.9);
}
.reg-header h2 {
  font-size: 2.5em;
  line-height: 1.2em;
  font-weight: 400;
  margin-bottom: 15px;
}
.reg-header h2 + p {
  font-size: 1.2em;
  margin-bottom: 50px;
}
.reg-header p {
     text-align: center;
    font-weight: 200;
    /* margin-bottom: 14px; */
    margin-top: 20px;
    font-weight: 400;
    font-size: 14px!important;
	margin-bottom: -10px;
}
.narrow {
  padding: 0 115px;
  margin-top: 30px;
}
.reg-wrapper {
  margin: 0px 0px 40px;
  display: grid;
  display: -ms-grid;
  grid-template-columns: 33.3% 33.3% 33.3%;
  -ms-grid-columns: 33.3% 33.3% 33.3%;
}

.reg-contingent {
  border: 10px solid #f4f4f4;
  padding-bottom: 12px;
  background: #fff;
  position: relative;

  margin: 0 10px;
}
.reg-header {
  color: #fff;
  margin-bottom: 30px;
}
.reg-body {
  padding: 0 20px;
}
.reg-header h3 {
  text-transform: inherit;
  font-size: 1.5em;
  line-height: 3em;
  margin: 0;
}
.videosmalltxt
{
font-size: 10px;
    line-height: 28px;
	}
.price-wrapper {
  text-align: center;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  /*padding: 15px 0 40px;*/
}
.price-wrapper span {
  text-transform: uppercase;
  display: block;
  font-size: 0.85em;
}
.price-wrapper small {
  line-height: 13px;
  display: block;
}
.price {
  display: block;
  font-weight: 600;
  font-size: 2.25em;
  line-height: 1.3em;
  margin-top: -2px;
}
.price strong {
  font-size: 75%;
}
.reg-body ul {
  padding: 0;
  margin: 0px auto;
}
.reg-body ul li {
  list-style: none;
  padding: 0 36px;
  position: relative;
  text-transform: intial;
  margin-bottom: 15px;
  line-height: 1.2em;
}
.reg-body ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 15px;
}
.reg-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0 20px;
}

.regbutton {
  display: block;
  background: #8cc63f;
  color: #fff;
  text-transform: capitalize;
  border: 0;
  width: 50%;
  cursor: pointer;
  text-align: center;
  font-weight: 600;
  font-size: 22px;
  padding: 13px 0;
  margin-bottom: 20px;
  margin-top: 30px;
  border-radius: 30px;
}
.billbutton {
  display: block;
  background: #8cc63f;
  color: #fff;
  text-transform: uppercase;
  border-radius: 30px;
  width: 45%;
  cursor: pointer;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  padding: 13px 0;
  margin-bottom: 20px;
  margin-top: 30px;
  font-family: Source Sans Pro, Helvetica, sans-serif !important;
}
.billbutton:hover {
  color: white;
  background-color: #005065;
}
.regbutton:hover {
  color: white;
  background-color: #005065;
}

.reg-footer a,
.reg-footer button {
  display: block;
  background: #005065;
  color: #fff;
  text-transform: uppercase;
  border: 0;
  width: 100%;
  cursor: pointer;
  text-align: center;
  font-weight: 600;
  font-size: 0.9em;
  padding: 13px 0;
  margin-bottom: 20px;
}

.students h3 {
  background-color: #005065;
  color: #fff;
  text-align: center;
}

.regular h3 {
  background-color: #005065;
  color: #fff;
  text-align: center;
}
.premium {
  background: #03003c;
  color: #fff;
}
.premium h3 {
  background-color: #9e8100;
}
.premium-content,
.corporate-content {
  color: #a2a4bb;
  font-size: 0.85rem;
  margin-bottom: 30px;
}
.premium-content span,
.corporate-content span {
  display: block;
  margin-bottom: 10px;
  line-height: 1.2em;
}
.corporate-content {
  color: #212529;
}
#reg-countdown {
  text-align: center;
  margin: 20px auto;
  width: 280px;
  background: rgba(226, 226, 226, 0.4);
  padding: 8px 0 15px;
}
#reg-countdown + p {
  color: #ff004b;
  font-weight: 400;
}
#reg-countdown span {
  display: inline-block;
  margin: 0 5px;
  position: relative;
  color: #ff004b;
  width: 70px;
  font-size: 2.4rem;
}
#reg-countdown span:first-child:before {
  display: none;
}
#reg-countdown span:before {
  content: ":";
  position: absolute;
  left: -10px;
  top: -2px;
  color: #000;
}
#reg-countdown span:after {
  content: attr(title);
  text-transform: uppercase;
  color: #000;
  font-size: 13px;
  display: block;
}
.sold-out {
  overflow: hidden;
  filter: grayscale(1);
  pointer-events: none;
}
.sold-out-banner {
  position: absolute;
  background: #ababab;
  text-transform: uppercase;
  font-size: 24px;
  transform: rotate(-16deg) translateY(-50%);
  overflow: hidden;
  top: 40%;
  left: -20px;
  width: 120%;
  z-index: 1;
  text-align: center;
  padding: 10px 0;
  font-weight: 600;
  color: #000;
}

@media screen and (max-width: 991px) {
  .narrow {
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  #regs {
    font-size: 1rem;
  }
  .reg-wrapper {
    margin: 50px 0 30px;
    grid-template-columns: 100%;
  }
  .reg-contingent {
    font-size: 1rem;
    margin: 0 auto 20px;
    width: 280px;
  }
}

.reghead {
  color: #363636;
  text-align: center;
}
.regpara {
  text-align: center;
  font-size: 20px;
}
.mrgtl-33 {
margin-top: -43px;
    margin-left: 33px;
    font-weight: 600;
	font-size: 14px;
}
.checkboxreg {
  background: #ffffff;
  border: 1px solid #cccccc;
  padding: 16px !important;
}
.checkboxhead {
  background: #005065;
  height: 100px;
  width: 100%;

  padding-top: 8px;
  margin-bottom: 0px;
  border: 1px solid #cccccc;
}

.ctff {
  border-radius: 25px !important;
  font-family: Source Sans Pro, Helvetica, sans-serif !important;
}
.logoimg1 {
  width: 215px;
}
.checkboxcontent {
  line-height: 25px;
  margin-bottom: 9px;
}
.font-600 {
  font-weight: 600 !important;
}
.regboxhead {
  font-size: 15px !important;
  text-transform: capitalize !important;
  line-height: 10px;
}
.regboxhead1 {
  font-size: 15px !important;
  text-transform: capitalize !important;
  line-height: 10px!important;
    padding: 2px;
    padding-top: 11px;
}
.tableshadow {
  box-shadow: none !important;
}
.text-center {
  text-align: center;
}
.accradio {
  width: 30px;
  height: 18px;
}
input[type="checkbox"]:checked:after {
  background: red;
}
.acc-pack {
  padding-bottom: -15px 0 40px !important;
}
.acc-body {
  padding: 0px;
  margin: 20px;
}
.acc-align {
  border: 10px solid #f4f4f4;
  padding-bottom: 0px !important;
}
.pkgtxt {
  font-size: 12.2px;
}
.bullet {
  list-style-type: circle;
  font-size: 15px;
  margin-top: 4px;
}
.h3 {
  font-size: 10px;
  line-height: 5px;
}
.ptxt {
  font-size: 16px !important;
}
.sponsers {
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 70% 30% 30% 70%/60% 40% 60% 40%;
  background-color: #faf5f5;
  color: #ff5d22;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
  font-size: 11px;
  position: absolute;
  left: 0;
  top: -2px;
}
.sponsers {
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 70% 30% 30% 70%/60% 40% 60% 40%;
  background-color: #faf5f5;
  color: #ff5d22;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
  font-size: 11px;
  position: absolute;
  left: 0;
  top: -2px;
}
.committee {
  border: none;
  padding: 0;
}

.abstractlinks {
position: absolute;
    color: #fff!important;
    right: 115px;
        top: 15px;
	z-index:9;
} 
.tab-img {
  padding: 3px;
}
.mrgt-60
{
margin-top:60px;
}
.mrgt-40
{
margin-top:40px;
}


.reghtext
{
margin-bottom:20px;
font-size:18px;
font-weight:400!important;
margin-bottom:30px!important;
}
.pd0
{

padding:0px!important;
}
.mg0
{
margin:0px!important;
}

ul.movingrowlinks{
float:left; 
overflow:hidden;
margin:0px;
padding:0px;
}

ul.movingrowlinks li {
vertical-align:top;
float:left;
list-style-type:none; 
color: #fff;
border:none;
background:none;
margin:0 0px 0 23px;
padding:0;
font-size:12px;
line-height:17px;
}

			

ul.movingrowlinks a  {
font-size:15px;
line-height:17px;
color:#fff;
display:inline-block;
background:url(../img/top-menu-marker.png) 0 6px no-repeat;
padding:0 0 0 12px;
text-decoration:none;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;

			}

ul.movingrowlinks a:hover{color: #ff5d22; background-position:0 -16px;
}
.orgmeettext
{
    font-size: 29px!important;
    text-align: center;
    padding-top: 13px;
}
.font28
{
font-size:28px!important;
}
.text-justify
{
text-align:justify!important;

}
.aboutcontent p
{
text-align:justify!important;
}
.aboutcontent p b
{
color:#000!important;
}
.ribbon-width
{
    width: 32%;
    margin: auto;
	margin-bottom: 18px!important;
}
.ribbon {
  margin: 8px auto 0px;
    position: relative;
    color: #fff;
    font: 15px/35px sans-serif;
    text-align: center;
    /* text-transform: uppercase; */
    background: #ff8f2f;
    -webkit-animation: main 250ms;
    -moz-animation: main 250ms;
    -ms-animation: main 250ms;
    animation: main 250ms;
	font-weight: 600;
}

.ribbon i {
  position: absolute;
}

.ribbon i:first-child, .ribbon i:nth-child(2) {
  position: absolute;
  left: -12px;
    bottom: -12px;
    z-index: -2;
  border: 11px solid transparent;
  border-right-color: #043140;
  
  -webkit-animation: edge 500ms;
  -moz-animation: edge 500ms;
  -ms-animation: edge 500ms;
  animation: edge 500ms;
}

.ribbon i:nth-child(2) {
  left: auto;
  right: -12px;
  border-right-color: transparent;
  border-left-color: #043140;
}

.ribbon i:nth-child(3), .ribbon i:last-child {
  width: 20px;
  bottom: -12px;
    left: -16px;
    z-index: -3;
    border: 13px solid #ff5d22;
  border-left-color: transparent;
  
  -webkit-animation: back 600ms;
  -moz-animation: back 600ms;
  -ms-animation: back 600ms;
  animation: back 600ms;
  
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.ribbon i:last-child {
  bottom: -12px;
    left: auto;
    right: -16px;
    border: 13px solid #ff5d22;
  border-right-color: transparent;

  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

/* animations */

@-webkit-keyframes main {
  0% { -webkit-transform: scaleX(0); }
  100% { -webkit-transform: scaleX(1); }
}

@-webkit-keyframes edge {
  0%, 50% { -webkit-transform: scaleY(0); }
  100% { -webkit-transform: scaleY(1); }
}

@-webkit-keyframes back {
  0%, 75% { -webkit-transform: scaleX(0); }
  100% { -webkit-transform: scaleX(1); }
}


@-moz-keyframes main {
  0% { -moz-transform: scaleX(0); }
  100% { -moz-transform: scaleX(1); }
}

@-moz-keyframes edge {
  0%, 50% { -moz-transform: scaleY(0); }
  100% { -moz-transform: scaleY(1); }
}

@-moz-keyframes back {
  0%, 75% { -moz-transform: scaleX(0); }
  100% { -moz-transform: scaleX(1); }
}


@keyframes main {
  0% { transform: scaleX(0); }
  100% { transform: scaleX(1); }
}

@keyframes edge {
  0%, 50% { transform: scaleY(0); }
  100% { transform: scaleY(1); }
}

@keyframes back {
  0%, 75% { transform: scaleX(0); }
  100% { transform: scaleX(1); }
}
.contentlist ul {
  list-style: none;
  padding: 0;
}
.contentlist li {
      padding-left: 1.3em;
    line-height: 30px;
    margin-top: 2px;
}
.contentlist li:before {
content: "\f00c";
    font-family: FontAwesome;
    margin-left: -1.3em;
    color: orange;
    border-radius: 75% 30% 30% 70%/60% 40% 60% 40%;
    background-color: #faf5f5;
    margin-right: 10px;
    font-size: 13px;
    padding: 5px;
}

.contentlist p
{
text-align:justify!important;
}
.contag
{
    font-size: 30px!important;
    color: #ffc01a!important;
    font-weight: 500!important;
}
.place-content1 {
background-image:url('../img/venue-bg.jpg');
    text-align: center;
    padding-top: 83px;
    padding-bottom: 50px;
    padding-left: 76px;
    padding-right: 50px;
    min-height: 456px;
}

.place-content1 .sub-title {
  color: #ff5d22;
  font-size: 18px;
  display: block;
  margin-bottom: 8px;
}
.place-content1 h2 {
  color: #fff;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 700;
}
.place-content1 p {
  color: #fff;
  font-size: 18px;
  max-width: 655px;
  margin-bottom: 0;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}
.place-content1 .features-list {
  padding-left: 0;
  list-style-type: none;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 0;
  margin-top: 0;
}
.place-content1 .features-list li {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  color: #e5e5e5;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 30px;
}
.place-content1 .features-list li .icon {
  color: #ff5d22;
  font-size: 45px;
}
.place-content1 .features-list li span {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}
.text-justify
{
text-align:justify!important;
}
.updatetext
{
    text-align: center;
    color: #ff5d22;
    font-weight: 600;
    font-size: 24px;
}
.mb-80
{
margin-bottom:80px;
}
.mb-15
{
    margin-bottom: 15px!important;
}
.fontw-100
{
font-weight:100!important;
}
.register-btn
{
	    color: #fff !important;
    background-color: #ff5d22 !important;
    border-color: #fd8357 #ff5d22 #b63a0d!important;
    margin-top: 20px;
    margin-left: 20px;
}
.register-btn:hover{
	background-color:#ccc;
	
}
.team-title1{
    font-size: 20px;
    color: #ead723;	
    font-family: cursive;
        margin-bottom: 32px;
    margin-top: -44px;
}
.team-title1 span{
color: #fff;
}
.post1{
    font-size: 14px;
    color: #ffff;
	margin-left: 18px;
}
/* .post1:after{
    content: "";
    display: block;
    width: 20%;
    border-bottom: 1px solid #fff;
    margin: 10px 0 10px;
} */
.description1{
font-size: 13px!important;
    color: #fff!important;
    margin-top: 7px!important;
    font-family: 'Libre Baskerville', serif;
	margin-bottom: 0px;
}
.keynote-bgg {
    background:rgba(0, 0, 0, 0.3);
    margin-left: -64px;
    opacity: 0.7;
    position: absolute;
    height: 228px;
    width: 228px;
    z-index: -2;
}
.keynote-simg
{
    position: absolute;
    width: 198px!important;
    height: auto;	
	border-top-left-radius:10px;
		border-bottom-left-radius:10px;
		    border-left: solid 1px #656565;
    border-bottom: solid 1px #656565;
}
.description1 li{
      line-height: 22px!important;
    margin-bottom: 5px;
}
.team-content1
{
	    background:rgba(0, 0, 0, 0.3);
		border-radius: 10px;
		border:solid 1px #656565;
		border-top-left-radius:0px;
		border-bottom-left-radius:0px;
		height: 247px;
		
}

/* .keynote-bg
{
	background-image: url(../../images/keynote-bg.jpg);
    width: 98%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 360px;
    background-position: center top;
	position:relative;
	border: solid 1px #fff;
	border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
.keynote-bg1
{
	background-image: url(../../images/keynote-bg1.jpg);
    width: 98%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 360px;
    background-position: center top;
	position:relative;
	border: solid 1px #fff;
	border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
} */


.keynote-bg {
      background-image: url(../../images/keynote-bg.png);
      width: 105%;
      background-repeat: no-repeat;
      background-size: cover;
      height: 340px;
      background-position: center;
      position: relative;
      border: solid 1px #fff;
      border-top-left-radius: 15px;
      border-bottom-left-radius: 15px;
	  margin-top:38px;
    }

.keynote-bg1 {
      background-image: url(../../images/keynote-bg1.png);
      width: 105%;
      background-repeat: no-repeat;
      background-size: cover;
      height: 340px;
      background-position: center;
      position: relative;
      border: solid 1px #fff;
      border-top-left-radius: 15px;
      border-bottom-left-radius: 15px;
    }



   
.keynote-lpos{
	position: absolute;
    bottom: 5px;
    left: 13px;
}
.keynote-rpos{
	position: absolute;
    top: 60px;
    right: -24px;
}
.keynote-head
{
    color: #ffe222;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
}

.keynote-name1
{
color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Overlock', sans-serif;
    font-weight: bold;
}
.keynote-points li{
	
    color: #fff;
    list-style: square;
    font-family: 'Overlock', sans-serif;
    line-height: 28px;
    margin-bottom: 13px;
    width: 90%;
}
.keynote-points li::marker
{

	color:#ff5d22!important;
}

.keynote-yt
{
background: #fff;
    width: 100px;
    position: absolute;
    top: 0px;
    right: -137px;
	height: 340px;
}
.keynote-yt ul{
    padding-left: 0px;
}
.keynote-yt li{
	list-style:none;
}
.keynote-yt li img
{
width:100%;
	padding: 2px;
      margin-top: 0px;
} 
.keynote-yt li a{
position: relative;
}
.keynote-yt li a:hover{
	background:#000;
	opacity:0.5;
} 
.pos-rel{
	position:relative;
}
.mt-8
{
	margin-top: 8px!important;
}
.mtminus-23
{
	
    margin-top: -23px;

}
.ct-block {
      width: 55%;
      margin: auto;
    }

    .ct-block ul {
      padding-left: 2px !important;
      margin-bottom: 0px !important;
      border: solid 1px #989898;
      border-radius: 15px;
    }

    .ct-block li {
      display: inline-block;
      font-size: 0.7em;
      list-style-type: none;
      padding: 1.2em 2em;
      text-transform: uppercase;
      text-align: center;
      font-weight: 500;
      color: #fff;
      width: 100px;
      border-right: solid 0.5px #989898;
    }

    .ct-block li span {
      display: block;
      font-size: 2.2rem !important;
      font-weight: 600;
    }
.mob-hide{
	display:block;
}
.desk-hide{
	display:none;
}
.img-fluid1 {
      width: 100%;
      height: 224px;
    }
.mob-kn-head
{
	    position: absolute;
    top: -108px;
    left: 38px;
}
.mob-kn-head2
{
	    position: absolute;
    top: -108px;
    left: 35px;
}
.fs-24
{
	font-size: 24px!important;
}
.wd-38
{
	width: 38%;
}
.slider-cont{
	width:94%;margin:auto;
}
.yt-icon{
	position: absolute;
    right: 69px;
    width: 30% !important;
    bottom: -34px;
}

@keyframes blinker {
      50% {
        opacity: 0;
      }
    }


    .testimonial {
      text-align: center;
      padding: 85px 50px 45px 70px;
      margin: 55px 15px 25px;
      background: #f9f9f9;
      /* box-shadow: 4px 4px 0 0 #e99e83; */
      box-shadow: inset 0 -8px 15px 0px rgba(0, 0, 0, 0.3);
      position: relative;
      border-radius: 20px;
    }

    .testimonial .pic {
      width: 120px;
      height: 120px;
      border: 1px solid #ccc;
      margin: 0 auto;
      position: absolute;
      top: -60px;
      left: 0;
      right: 0;
    }

    .testimonial .pic img {
      width: 100%;
      height: auto;
      border-radius: inherit !important;
    }

    .testimonial .description {
      font-size: 15px;
      color: #000;
      line-height: 27px;
      margin-bottom: 20px;
      position: relative;
      font-weight: 500;

    }

    .testimonial .description:before {
      content: "\f10d";
      font-family: "FontAwesome";
      font-size: 32px;
      color: #e99e83;
      position: absolute;
      top: -15px;
      left: -35px;
    }

    .testimonial .testimonial-profile {
      position: relative;
      margin: 20px 0 10px 0;
    }

    .testimonial .testimonial-profile:after {
      content: "";
      width: 50px;
      height: 2px;
      background: #fe8800;
      margin: 0 auto;
      position: absolute;
      bottom: -10px;
      left: 0;
      right: 0;
    }

    .testimonial .title {
      display: inline-block;
      font-size: 18px;
      color: #ff5d22;
      letter-spacing: 1px;
      text-transform: capitalize;
      margin: 0;
    }

    .testimonial .post {
      display: inline-block;
      font-size: 15px;
      color: #757575;
      text-transform: capitalize;
    }

    .owl-theme .owl-controls {
      margin-top: -20px;
    }

    .owl-theme .owl-controls .owl-page span {
      background: #5e5f5f;
      opacity: 1;
      transition: all 0.4s ease 0s;
    }

    .owl-theme .owl-controls .owl-page.active span,
    .owl-theme .owl-controls.clickable .owl-page:hover span {
      background: #fe8800;
    }

    .owl-theme .owl-controls .owl-page.active span {
      width: 22px;
      height: 12px;
    }

    .owl-carousel {
      display: none;
      width: 100%;
      z-index: 1;
    }

    .themecontent {
      color: #fff !important;
      padding-top: 0px !important;
      font-weight: 400 !important;
      margin-top: 5px !important;
    }

    .ribbon-width {
      width: 40%;
    }

    .two {
      border: none;
      border-radius: 4px;
      text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.48);
      overflow: hidden;
      padding: 6px 19px 4px 47px;
      font-size: 19px;
      line-height: 36px;
      position: relative;
      color: white;
      outline: none;
      cursor: pointer;
      width: 36%;
      -webkit-transition: background-position .7s, box-shadow .4s;
      transition: background-position .7s, box-shadow .4s;
      background-size: 110%;
      font-family: 'Oswald', sans-serif;
    }

    .two:hover {
      background-position: 0% 30%;
    }

    .two:hover:after {
      right: -40px;
      -webkit-transition: right .4s, -webkit-transform 30s .2s linear;
      transition: right .4s, -webkit-transform 30s .2s linear;
      transition: right .4s, transform 30s .2s linear;
      transition: right .4s, transform 30s .2s linear, -webkit-transform 30s .2s linear;
    }

    .two:before,
    .two:after {
      font-family: FontAwesome;
      display: block;
      position: absolute;
    }

    .two:before {
      -webkit-transition: all 1s;
      transition: all 1s;
      left: 20px;
      top: 5px;
    }

    .two:after {
      -webkit-transition: right .4s, -webkit-transform .2s;
      transition: right .4s, -webkit-transform .2s;
      transition: right .4s, transform .2s;
      transition: right .4s, transform .2s, -webkit-transform .2s;
      font-size: 100px;
      opacity: .3;
      right: -189px;
      top: -11px;
      color: #fff;
    }

    .two {
      box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.2) inset, 0px 0px 10px 0px #46463f;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#4d3737), to(#fb5c21));
      background-image: linear-gradient(to bottom, #4d3737, #fb5c21);
      margin-bottom: 10px !important;
    }

    .two:hover {
      box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.2) inset, 0px 0px 30px 0px #46463f;
    }

    .two:hover:after {
      -webkit-transform: scale(1);
      transform: scale(1);
    }

    .two:hover:before {
      -webkit-transform: scale(1.2);
      transform: scale(1.2);
    }

    .two:after,
    .two:before {
      content: "\f019";
      font-weight: 900;
    }

    .two b {
      color: #fff;
      font-weight: 700;
    }

    .two1 {
      border: none;
      border-radius: 4px;
      text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.48);
      overflow: hidden;
      padding: 6px 19px 4px 47px;
      font-size: 19px;
      line-height: 36px;
      position: relative;
      color: white;
      outline: none;
      cursor: pointer;
      width: 36%;
      -webkit-transition: background-position .7s, box-shadow .4s;
      transition: background-position .7s, box-shadow .4s;
      background-size: 110%;
      font-family: 'Oswald', sans-serif;
    }

    .two1:hover {
      background-position: 0% 30%;
    }

    .two1:hover:after {
      right: -40px;
      -webkit-transition: right .4s, -webkit-transform 30s .2s linear;
      transition: right .4s, -webkit-transform 30s .2s linear;
      transition: right .4s, transform 30s .2s linear;
      transition: right .4s, transform 30s .2s linear, -webkit-transform 30s .2s linear;
    }

    .two1:before,
    .two1:after {
      font-family: FontAwesome;
      display: block;
      position: absolute;
    }

    .two1:before {
      -webkit-transition: all 1s;
      transition: all 1s;
      left: 20px;
      top: 5px;
    }

    .two1:after {
      -webkit-transition: right .4s, -webkit-transform .2s;
      transition: right .4s, -webkit-transform .2s;
      transition: right .4s, transform .2s;
      transition: right .4s, transform .2s, -webkit-transform .2s;
      font-size: 100px;
      opacity: .3;
      right: -189px;
      top: -11px;
      color: #fff;
    }

    .two1 {
      box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.2) inset, 0px 0px 10px 0px #46463f;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#4d3737), to(#fb5c21));
      background-image: linear-gradient(to bottom, #4d3737, #fb5c21);
      margin-bottom: 10px !important;
    }

    .two1:hover {
      box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.2) inset, 0px 0px 30px 0px #46463f;
    }

    .two1:hover:after {
      -webkit-transform: scale(1);
      transform: scale(1);
    }

    .two1:hover:before {
      -webkit-transform: scale(1.2);
      transform: scale(1.2);
    }

    .two1:after,
    .two1:before {
      content: "\f15c";
      font-weight: 900;
    }

    .two1 b {
      color: #fff;
      font-weight: 700;
    }

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

    .main-banner {
      height: 650px !important;
    }

    .main-banner::before {
      background: linear-gradient(180deg, #06002c 50%, #252d85 100%) !important;

      /* background: linear-gradient(180deg, #005166 0%, #30c5d2 100%)!important;
    background-image: url(../assets/img/bg3.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position-y: 2%;
    background-size: 114pc;
    background-position-x: 93%;
    width: 100%;
    height: 650px;
    opacity: 1 !important;*/


      width: 100%;
      height: 650px;
      opacity: 1 !important;
    }

    .home-area::before {
      background-image: none !important;
      height: inherit !important;
    }

    .themetxt {
      color: #000 !important;
      background: #fff;
      width: 67px;
      padding: 5px;
      border-radius: 5px;
      font-size: 15px !important;
      margin: auto;
      box-shadow: 6px 5px 4px 0px rgba(0, 0, 0, 0.75);
      -webkit-box-shadow: 6px 5px 4px 0px rgba(0, 0, 0, 0.75);
      -moz-box-shadow: 6px 5px 4px 0px rgba(0, 0, 0, 0.75);
      text-align: center !important;
      margin-top: 10px !important;
    }

    .main-banner-content {
      max-width: inherit !important;
      margin-top: 12% !important;
      text-align: left !important;
    }

    .keynote-slide {
      background: #fff;
      border-radius: 12px;
      padding: 20px 30px;
    }

    .main-banner-content h1 {
      text-align: left;
      font-size: 45px;
      text-transform: inherit;
      font-family: math;
      padding-top: 10px !important;
      text-shadow: #000000 3px 7px 8px;
	  line-height:65px;  font-weight: bolder; }

    .main-banner-content h4 {
      text-align: left;
      font-size: 20px;
      font-family: roboto, sans-serif;
      font-weight: 400;
    }

    .main-banner-content .btn-box {
      text-align: left;
    }

    .optional-btn {
      background: radial-gradient(at left top, #4d3737, #fb5c21) !important;
      border: none !important;
      border-radius: 0px !important;
      color: #fff !important;
    }

    .optional-btn i {
      margin-right: 2px;
      font-size: 18px;
    }

    .optional-btn i:hover {
      color: #ff5d22 !important;
    }

    .optional-btn:hover,
    .optional-btn:focus {
      color: #ff5d22 !important;
      background: radial-gradient(at left top, #fff, #fff) !important;
    }

    .main-banner-content .btn-box .optional-btn:hover {
      color: #06404c !important;
    }

    .title-bg {
      /* border: solid 1px #fff;
      border-radius: 12px; */
      padding: 0px 25px;
    }

    .time-bg {
      /* background: radial-gradient(at left top, #808080, #030303f5); */
      border-radius: 20px;
      /*padding: 30px;
	    */
      margin-bottom: 40px;
      margin-top: 35px;
    }

    .title-bg legend {
      /* color: #ffffff;
      border-radius: 5px;
      padding: 0px;
      margin-top: -16px;
      background: radial-gradient(at left top, #4d3737, #fb5c21) !important;
      width: 128px !important;
      font-size: 20px;
      text-transform: uppercase;
      text-align: center !important; */
	  
    }

    

    .p_aff {
      font-size: 12px !important;
      font-weight: 200;
    }

    .widget-area .widget_zash_posts_thumb .item .info time {
      color: #ff5d22 !important;
    }

    .widget-area .widget {
      margin-top: 8px !important;
    }

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

    #venue .venue-gallery {
      overflow: hidden;
      border-right: 3px solid #fff;
      border-top: 3px solid #fff;
      border-left: 3px solid #fff;
    }

    #venue .venue-gallery img {
      transition: all ease-in-out 0.4s;
    }

    #venue .venue-gallery:hover img {
      -webkit-transform: scale(1.1);
      transform: scale(1.1);
    }

    .navbar-area {
      top: 0px;
    }

    .zash-nav .navbar .navbar-nav .nav-item a {
      color: #fff;
    }

    .zash-nav .navbar {
      background: none !important;
      box-shadow: none !important;
    }

    .navbar-area.is-sticky .zash-nav .navbar .navbar-nav .nav-item a {
      
    }

    /* .zash-nav .navbar .navbar-brand
{
	    background: #fff;
    padding: 0px 10px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
} */


    .figlio {
      width: 50% !important;
    }

    .widget-area {
      margin-top: 0px;
    }

    .widget-area .widget .widget-title {
      font-size: 20px !important;
      font-family: math !important;
    }

    .mobtheme {
      text-align: center;
      margin-top: 35px !important;
      margin-bottom: 0px;

    }

    .unique-features-bg {

      margin-top: 70px;
    }

    .unique-img {
      border-radius: 20px;
      width: 100%;
      border: solid 1px #e9e9e9;

    }


    .serviceBox {
      background-color: #fff;
      font-family: 'Roboto', sans-serif;
      padding: 0 0 20px;
      margin: 5px 5px 0 15px;
      text-align: right;
      border-radius: 20px;
      position: relative;
      z-index: 1;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.2), 0 0 0 5px #fff inset;
    }

    .serviceBox .title {
      color: #fff;
      background: radial-gradient(at left top, #4d3737, #fb5c21);
      font-size: 18px;
      font-weight: 700;
      text-align: right;
      text-transform: uppercase;
      padding: 12px 25px;
      margin: -6px -6px 30px 0;
      border-radius: 0 0 0 20px;
      box-shadow: -2px 4px 1px rgba(0, 0, 0, 0.2);
      display: inline-block;
      position: relative;
    }

    .serviceBox .title:before,
    .serviceBox .title:after {
      content: "";
      background: linear-gradient(to right bottom, transparent 49%, #513736 50%);
      width: 5px;
      height: 5px;
      position: absolute;
      top: 0;
      left: -4px;
    }

    .serviceBox .title:after {
      transform: rotate(180deg);
      top: auto;
      bottom: -5px;
      left: auto;
      right: 0;
    }

    .serviceBox .description {
      color: #555;
      font-size: 14px;
      letter-spacing: 0.5px;
      line-height: 23px;
      text-align: center;
      margin: 0 15px 20px;
    }

    .serviceBox .read-more {
      color: #fff;
      background: linear-gradient(to right, #4d3737, #fb5c21);
      font-size: 17px;
      font-weight: 600;
      text-transform: uppercase;
      text-align: center;
      width: 140px;
      padding: 7px 0;
      border-radius: 0 30px 30px 0;
      box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
      display: block;
      position: relative;
    }

    .serviceBox .read-more:hover {
      text-shadow: 0 0 5px #555;
    }

    .serviceBox .read-more:before,
    .serviceBox .read-more:after {
      content: "";
      background: linear-gradient(to bottom, #fe8c00, #f83600);
      width: 15px;
      height: 25px;
      border-radius: 50px 0 0 50px;
      position: absolute;
      top: -25px;
      left: -15px;
    }

    .serviceBox .read-more:after {
      background: #5a3a35;
      border-radius: 50px 0 0 50px;
      height: 64px;
      z-index: -2;
    }

    .serviceBox.green .title,
    .serviceBox.green .read-more {
      background: linear-gradient(to right, #2cdc81, #039b68);
    }

    .serviceBox.green .title:before,
    .serviceBox.green .title:after {
      background: linear-gradient(to right bottom, transparent 49%, #039b68 50%);
    }

    .serviceBox.green .read-more:before {
      background: linear-gradient(to bottom, #2cdc81, #039b68);
    }

    .serviceBox.green .read-more:after {
      background: #2cdc81;
    }

    .serviceBox.blue .title,
    .serviceBox.blue .read-more {
      background: linear-gradient(to right, #02e7f7, #876cf5);
    }

    .serviceBox.blue .title:before,
    .serviceBox.blue .title:after {
      background: linear-gradient(to right bottom, transparent 49%, #876cf5 50%);
    }

    .serviceBox.blue .read-more:before {
      background: linear-gradient(to bottom, #02e7f7, #876cf5);
    }

    .serviceBox.blue .read-more:after {
      background: #02e7f7;
    }

    .serviceBox.purple .title,
    .serviceBox.purple .read-more {
      background: linear-gradient(to right, #B53471, #6F1E51);
    }

    .serviceBox.purple .title:before,
    .serviceBox.purple .title:after {
      background: linear-gradient(to right bottom, transparent 49%, #6F1E51 50%);
    }

    .serviceBox.purple .read-more:before {
      background: linear-gradient(to bottom, #B53471, #6F1E51);
    }

    .serviceBox.purple .read-more:after {
      background: #B53471;
    }

    @media only screen and (max-width:990px) {
      .serviceBox {
        margin: 5px 5px 30px 15px;
      }
    }

    .single-services-box4 {
      position: relative;
      margin-bottom: 30px;
      text-align: center;
      z-index: 1;
      border-radius: 5px;
      padding: 30px 45px;
      -webkit-transition: 0.5s;
      transition: 0.5s;
      height: auto;
      font-size: 15px;
    }

    .single-services-box4 .icon {
      font-size: 65px;
      -webkit-transition: 0.5s;
      transition: 0.5s;
      position: relative;
      z-index: 1;
      margin-top: -15px;
      margin-bottom: 10px;
    }

    .single-services-box4 .icon .icon-bg img {
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      width: auto !important;
      display: inline-block !important;
      z-index: -1;
    }

    .single-services-box4 h3 {
      margin-bottom: 15px;
      position: relative;
      padding-bottom: 13px;
      -webkit-transition: 0.5s;
      transition: 0.5s;
      font-size: 20px;
      font-weight: 600;
    }

    .single-services-box1 h3 a {
      display: inline-block;
    }

    .single-services-box4 h3::before {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      right: 0;
      margin: 0 auto;
      background-color: #ff837d;
      height: 2px;
      -webkit-transition: 0.5s;
      transition: 0.5s;
    }

    .single-services-box4 p {
      -webkit-transition: 0.5s;
      transition: 0.5s;
      margin-top: 0;
      margin-bottom: 0;
    }

    .single-services-box4 .box-shape img {
      position: absolute;
      left: 0;
      top: 0;
      width: auto !important;
      -webkit-transition: 0.5s;
      transition: 0.5s;
      display: inline-block !important;
    }

    .single-services-box4 .rev-shape img {
      position: absolute;
      right: 0;
      bottom: 0;
      width: auto !important;
      -webkit-transition: 0.5s;
      transition: 0.5s;
      display: inline-block !important;
    }

    .single-services-box4 .box-shape1 img {
      position: absolute;
      right: 0;
      top: 0;
      width: auto !important;
      -webkit-transition: 0.5s;
      transition: 0.5s;
      display: inline-block !important;
    }

    .single-services-box4 .rev-shape1 img {
      position: absolute;
      left: 0;
      bottom: 0;
      width: auto !important;
      -webkit-transition: 0.5s;
      transition: 0.5s;
      display: inline-block !important;
    }

    .single-services-box4 .box-shape img:nth-child(2) {
      opacity: 0;
      visibility: hidden;
    }

    .single-services-box4 .rev-shape img:nth-child(2) {
      opacity: 0;
      visibility: hidden;
    }

    .single-services-box4 .features-list {
      padding-left: 0 !important;
      list-style-type: none;
      margin-top: 25px;
      margin-bottom: 30px;
      text-align: left;
    }

    .single-services-box4 .features-list li {
      margin-bottom: 16px;
      position: relative;
      padding-left: 34px;
      color: #000;
      list-style-type: none;
    }

    .single-services-box4 .features-list li i {
      width: 25px;
      height: 25px;
      line-height: 25px;
      text-align: center;
      border-radius: 70% 30% 30% 70%/60% 40% 60% 40%;
      background-color: #faf5f5;
      color: #ff5d22;
      -webkit-transition: 0.5s;
      transition: 0.5s;
      display: inline-block;
      font-size: 11px;
      position: absolute;
      left: 0;
      top: -2px;
    }

    .single-services-box4 .features-list li:hover i {
      background-color: #ff5d22;
      color: #fff;
    }

    .single-services-box4 .features-list li:last-child {
      margin-bottom: 0;
    }

    .secure-img {
      width: 130px;
      border: solid 1px #ccc;
      padding: 10px 5px;
      border-radius: 8px;
    }

    .unique-list li {
      list-style: none;
      text-align: left;
      line-height: 40px;
      font-size: 15px;
      color: #000;
    }

    .unique-list li i {
      color: #f83600;
      margin-right: 12px;
    }

    .keynote-contentbg {}

    .keynote-contentbg p {
      font-size: 18px;
      color: #000;
      line-height: 27px;
      margin-bottom: 10px;
      font-weight: 400;
      text-align: justify;
    }

    .keynote-contentbg p b {
      color: #000;
    }

    .mb-50 {
      margin-bottom: 50px;
    }

    .keynote-name1 {
      text-transform: none !important;
    }


    .mrgt-4 {
      margin-top: 4px !important;
    }

    .main-sliderbg {
      background: linear-gradient(180deg, #000 50%, #252d85 100%) !important;
      width: 100%;
      height: auto;
      opacity: 1 !important;
      padding-bottom: 40px;
    }

    .mtminus-25 {
      margin-top: -25px;
    }

    .vid-img-heading h3 {
      margin-bottom: 30px;
      color: #000;
      position: relative;
      padding-bottom: 8px;
      border-bottom: 2px solid #ababab;
      font-size: 24px;
      font-weight: 600;
      width: 300px;
    }

    .vid-img-heading h3::before {
      bottom: -1px;
      left: 0;
      width: 55px;
      height: 3px;
      background-color: #ff5d22;
      content: "";
      position: absolute;
    }

    @media only screen and (max-width: 990px) {
      .serviceBox {
        margin: 0 0 30px;
      }
    }


    .eb-name {
      color: #fff;
      margin: 0px;
      padding-left: 10px;
      font-size: 16px;
      text-decoration: none;
      font-weight: 600;
      padding-bottom: 5px;
      line-height: 22px;
    }

    .hover-content a i {
      -webkit-animation: slide3 3s ease-in-out infinite !important;
      animation: slide3 3s ease-in-out infinite !important;
    }

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

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


    @-webkit-keyframes slide3 {

      0%,
      100% {
        transform: translate(0, 0);
      }

      50% {
        transform: translate(8px, 0px);
      }

      .abouthover i {
        -webkit-animation: slide4 3s ease-in-out infinite !important;
        animation: slide4 3s ease-in-out infinite !important;
      }
    }

    @-webkit-keyframes slide4 {

      0%,
      100% {
        transform: translate(0, 0);
      }

      50% {
        transform: translate(8px, 0px);
      }
    }
@media only screen and (max-width: 600px) {
  .logo img {
    width: 200px;
  }
  
  .main-banner
  {
	  height:auto!important;
	  padding-bottom: 40px!important;
	  padding-top: 40px!important;
  }
  #secondary
  {
	  margin-top:30px;
  }
  .main-banner::before
  
  {
	height: 1000px!important;
  }
  .mobtheme
  {
	      text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 450px) {
  .logo img {
    width: 200px;
  }
  
  
  .main-banner
  {
	   height:auto!important;
	  padding-bottom: 40px!important;
	  padding-top: 40px!important;
  }
  #secondary
  {
	  margin-top:30px;
  }
  .main-banner::before
  
  {
	height: 1000px!important;  
  }
  .mobtheme
  {
	      text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.cshname
{
	background: #ed5923;
    border-radius: 25px;
    font-size: 18px;
    width: 125px;
    text-align: center;
	    margin: auto;
    color: #fff;
}
.spkr-bg
{
	background: linear-gradient(180deg, #000 11%, #191d4d 100%) !important;
	border-radius:8px;
}
.spkr-cont
{
	padding:15px;
}
.spkr-aff
{
	font-family:Myriad Pro;
	font-size:14px;
	font-style:italic;
	color:#ec5923;
}
.spkr-aff i{
	color:#ec5923;
	font-size:10px;
	margin-right:5px;
}
.spkr-aff1
{
	color:#fff;
}
.pr-0
{
	padding-right:0px;
}
.spkr-img{
	    width: 90%;
    border: solid 1px #fff;
    margin-top: 20px;
	    margin-bottom: 20px;
}
.dis-updbg
{
    background: #ffd3c4;
    border-radius: 50px;
    padding: 15px 25px;
    margin-bottom: -66px;
    width: 100%;
    margin-top: 50px;
    color: #000;
}
.dis-bg
{
	position:relative;
}
.dis-bg img{
    width: 180px;
    position: absolute;
    z-index: 20;
    right: 88px;
    top: 135px;
}
.dis-cont
{
    position: absolute;
    color: #fff;
    right: 122px;
    z-index: 99;
    top: 174px;
    font-size: 24px;
    text-align: center;
    width: 120px;
    line-height: 28px;
    font-weight: 600;
}
.welcome-cont
{
	background:#f4f4f4;
	position:relative;
	border-left:5px solid #ec5923;
	padding:30px;
	border-radius:10px;
}
.wel-head
{
    color: #000;
    font-size: 40px;
    text-align: center;
    /* letter-spacing: -2px; */
    font-weight: bold;
    margin-bottom: 20px;
    font-family: math;
    letter-spacing: -1px;
	
}

#session-accordion .panel{
    border: none;
    box-shadow: none;
    border-radius: 10px;
    margin-bottom: 10px;
}
#session-accordion .panel-heading{
    padding: 0;
    border: none;
    border-radius: 10px;
}
#session-accordion .panel-title a{
    display: block;
    padding: 16px 35px;
    font-size: 16px;
    font-weight: 600;
    background: #f4f4f4;
    border: none;
    position: relative;
    transition: all 0.3s ease 0s;
    color: #000;
}
#session-accordion .panel-title a:after,
#session-accordion .panel-title a.collapsed:after{
    content: "\f00c";
    font-family: FontAwesome;
    font-weight: 500;
    width: 35px;
    height: 35px;
    line-height: 26px;
    border-radius: 50%;
    background: #ff5d22;
    text-align: center;
    font-size: 15px;
    color:#fff;
    border: 5px solid #fff;
    position: absolute;
    top: 10px;
    left: -20px;
    transition: all 0.3s ease 0s;
}
#session-accordion .panel-title a.collapsed:after{
    content: "\f00c";
}
/* #session-accordion .panel-title a:hover:after,
#session-accordion .panel-title a.collapsed:hover:after{
    transform: rotate(360deg);
} */
#session-accordion .panel-body{
    padding: 15px 25px;
    background: #fff;
    font-size: 14px;
    color: #8c8c8c;
    line-height: 25px;
    border-top: none;
    position: relative;
}

.lp-our-team{
    padding: 20px 15px 0px;
    background: #f4f4f4;
    border-radius: 15px;
    text-align: center;
	margin-bottom:25px;
	    border: solid 2px #ffaf92;
}
.lp-our-team .pic{
    display: inline-block;
    width: 100%;
    height: 100%;
    background: #f4f4f4;
    padding: 10px;
    margin-bottom: 25px;
    transition: all 0.5s ease 0s;
}
.lp-our-team:hover .pic{
    background: #ffaf92;
    border-radius: 50%;
}
.lp-our-team .pic img{
    width: 100%;
    height: auto;
    border-radius: 50%;
	border: solid 3px #ffaf92;
}
.lp-our-team .title{
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #2e282a;
    text-transform: uppercase;
    margin: 0 0 7px 0;
	height:34px;
}
.lp-our-team .post{
    display: block;
    font-size: 15px;
    color: #e21100;
    text-transform: capitalize;
    margin-bottom: 15px;
}

@media only screen and (max-width: 990px){
    .lp-our-team{ margin-bottom: 30px; }
}

.list-timeline {
  margin: 0;
  padding: 5px 0;
  position: relative
}

.list-timeline:before {
  width: 1px;
  background: #ccc;
  position: absolute;
  left: 6px;
  top: 0;
  bottom: 0;
  height: 100%;
  content: ''
}

.list-timeline .list-timeline-item {
  margin: 0;
  padding: 0;
  padding-left: 24px !important;
  position: relative
}

.list-timeline .list-timeline-item:before {
  width: 12px;
  height: 12px;
  background: #fff;
  border: 2px solid #ccc;
  position: absolute;
  left: 0;
  top: 4px;
  content: '';
  border-radius: 100%;
  -webkit-transition: all .3 ease-in-out;
  transition: all .3 ease-in-out
}

.list-timeline .list-timeline-item[data-toggle=collapse] {
  cursor: pointer
}

.list-timeline .list-timeline-item.active:before,
.list-timeline .list-timeline-item.show:before {
  background: #ccc
}

.list-timeline.list-timeline-light .list-timeline-item.active:before,
.list-timeline.list-timeline-light .list-timeline-item.show:before,
.list-timeline.list-timeline-light:before {
  background: #f8f9fa
}

.list-timeline .list-timeline-item.list-timeline-item-marker-middle:before {
  top: 50%;
  margin-top: -6px
}

.list-timeline.list-timeline-light .list-timeline-item:before {
  border-color: #f8f9fa
}

.list-timeline.list-timeline-grey .list-timeline-item.active:before,
.list-timeline.list-timeline-grey .list-timeline-item.show:before,
.list-timeline.list-timeline-grey:before {
  background: #e9ecef
}

.list-timeline.list-timeline-grey .list-timeline-item:before {
  border-color: #e9ecef
}

.list-timeline.list-timeline-grey-dark .list-timeline-item.active:before,
.list-timeline.list-timeline-grey-dark .list-timeline-item.show:before,
.list-timeline.list-timeline-grey-dark:before {
  background: #495057
}

.list-timeline.list-timeline-grey-dark .list-timeline-item:before {
  border-color: #495057
}

.list-timeline.list-timeline-primary .list-timeline-item.active:before,
.list-timeline.list-timeline-primary .list-timeline-item.show:before,
.list-timeline.list-timeline-primary:before {
  background: #ff5d22
}

.list-timeline.list-timeline-primary .list-timeline-item:before {
  border-color: #ff5d22
}

.list-timeline.list-timeline-primary-dark .list-timeline-item.active:before,
.list-timeline.list-timeline-primary-dark .list-timeline-item.show:before,
.list-timeline.list-timeline-primary-dark:before {
  background: #33635c
}

.list-timeline.list-timeline-primary-dark .list-timeline-item:before {
  border-color: #33635c
}

.list-timeline.list-timeline-primary-faded .list-timeline-item.active:before,
.list-timeline.list-timeline-primary-faded .list-timeline-item.show:before,
.list-timeline.list-timeline-primary-faded:before {
  background: rgba(85, 167, 154, .3)
}

.list-timeline.list-timeline-primary-faded .list-timeline-item:before {
  border-color: rgba(85, 167, 154, .3)
}

.list-timeline.list-timeline-info .list-timeline-item.active:before,
.list-timeline.list-timeline-info .list-timeline-item.show:before,
.list-timeline.list-timeline-info:before {
  background: #17a2b8
}

.list-timeline.list-timeline-info .list-timeline-item:before {
  border-color: #17a2b8
}

.list-timeline.list-timeline-success .list-timeline-item.active:before,
.list-timeline.list-timeline-success .list-timeline-item.show:before,
.list-timeline.list-timeline-success:before {
  background: #28a745
}

.list-timeline.list-timeline-success .list-timeline-item:before {
  border-color: #28a745
}

.list-timeline.list-timeline-warning .list-timeline-item.active:before,
.list-timeline.list-timeline-warning .list-timeline-item.show:before,
.list-timeline.list-timeline-warning:before {
  background: #ffc107
}

.list-timeline.list-timeline-warning .list-timeline-item:before {
  border-color: #ffc107
}

.list-timeline.list-timeline-danger .list-timeline-item.active:before,
.list-timeline.list-timeline-danger .list-timeline-item.show:before,
.list-timeline.list-timeline-danger:before {
  background: #dc3545
}

.list-timeline.list-timeline-danger .list-timeline-item:before {
  border-color: #dc3545
}

.list-timeline.list-timeline-dark .list-timeline-item.active:before,
.list-timeline.list-timeline-dark .list-timeline-item.show:before,
.list-timeline.list-timeline-dark:before {
  background: #343a40
}

.list-timeline.list-timeline-dark .list-timeline-item:before {
  border-color: #343a40
}

.list-timeline.list-timeline-secondary .list-timeline-item.active:before,
.list-timeline.list-timeline-secondary .list-timeline-item.show:before,
.list-timeline.list-timeline-secondary:before {
  background: #6c757d
}

.list-timeline.list-timeline-secondary .list-timeline-item:before {
  border-color: #6c757d
}

.list-timeline.list-timeline-black .list-timeline-item.active:before,
.list-timeline.list-timeline-black .list-timeline-item.show:before,
.list-timeline.list-timeline-black:before {
  background: #000
}

.list-timeline.list-timeline-black .list-timeline-item:before {
  border-color: #000
}

.list-timeline.list-timeline-white .list-timeline-item.active:before,
.list-timeline.list-timeline-white .list-timeline-item.show:before,
.list-timeline.list-timeline-white:before {
  background: #fff
}

.list-timeline.list-timeline-white .list-timeline-item:before {
  border-color: #fff
}

.list-timeline.list-timeline-green .list-timeline-item.active:before,
.list-timeline.list-timeline-green .list-timeline-item.show:before,
.list-timeline.list-timeline-green:before {
  background: #55A79A
}

.list-timeline.list-timeline-green .list-timeline-item:before {
  border-color: #55A79A
}

.list-timeline.list-timeline-red .list-timeline-item.active:before,
.list-timeline.list-timeline-red .list-timeline-item.show:before,
.list-timeline.list-timeline-red:before {
  background: #BE3E1D
}

.list-timeline.list-timeline-red .list-timeline-item:before {
  border-color: #BE3E1D
}

.list-timeline.list-timeline-blue .list-timeline-item.active:before,
.list-timeline.list-timeline-blue .list-timeline-item.show:before,
.list-timeline.list-timeline-blue:before {
  background: #00ADBB
}

.list-timeline.list-timeline-blue .list-timeline-item:before {
  border-color: #00ADBB
}

.list-timeline.list-timeline-purple .list-timeline-item.active:before,
.list-timeline.list-timeline-purple .list-timeline-item.show:before,
.list-timeline.list-timeline-purple:before {
  background: #b771b0
}

.list-timeline.list-timeline-purple .list-timeline-item:before {
  border-color: #b771b0
}

.list-timeline.list-timeline-pink .list-timeline-item.active:before,
.list-timeline.list-timeline-pink .list-timeline-item.show:before,
.list-timeline.list-timeline-pink:before {
  background: #CC164D
}

.list-timeline.list-timeline-pink .list-timeline-item:before {
  border-color: #CC164D
}

.list-timeline.list-timeline-orange .list-timeline-item.active:before,
.list-timeline.list-timeline-orange .list-timeline-item.show:before,
.list-timeline.list-timeline-orange:before {
  background: #e67e22
}

.list-timeline.list-timeline-orange .list-timeline-item:before {
  border-color: #e67e22
}

.list-timeline.list-timeline-lime .list-timeline-item.active:before,
.list-timeline.list-timeline-lime .list-timeline-item.show:before,
.list-timeline.list-timeline-lime:before {
  background: #b1dc44
}

.list-timeline.list-timeline-lime .list-timeline-item:before {
  border-color: #b1dc44
}

.list-timeline.list-timeline-blue-dark .list-timeline-item.active:before,
.list-timeline.list-timeline-blue-dark .list-timeline-item.show:before,
.list-timeline.list-timeline-blue-dark:before {
  background: #34495e
}

.list-timeline.list-timeline-blue-dark .list-timeline-item:before {
  border-color: #34495e
}

.list-timeline.list-timeline-red-dark .list-timeline-item.active:before,
.list-timeline.list-timeline-red-dark .list-timeline-item.show:before,
.list-timeline.list-timeline-red-dark:before {
  background: #a10f2b
}

.list-timeline.list-timeline-red-dark .list-timeline-item:before {
  border-color: #a10f2b
}

.list-timeline.list-timeline-brown .list-timeline-item.active:before,
.list-timeline.list-timeline-brown .list-timeline-item.show:before,
.list-timeline.list-timeline-brown:before {
  background: #91633c
}

.list-timeline.list-timeline-brown .list-timeline-item:before {
  border-color: #91633c
}

.list-timeline.list-timeline-cyan-dark .list-timeline-item.active:before,
.list-timeline.list-timeline-cyan-dark .list-timeline-item.show:before,
.list-timeline.list-timeline-cyan-dark:before {
  background: #008b8b
}

.list-timeline.list-timeline-cyan-dark .list-timeline-item:before {
  border-color: #008b8b
}

.list-timeline.list-timeline-yellow .list-timeline-item.active:before,
.list-timeline.list-timeline-yellow .list-timeline-item.show:before,
.list-timeline.list-timeline-yellow:before {
  background: #D4AC0D
}

.list-timeline.list-timeline-yellow .list-timeline-item:before {
  border-color: #D4AC0D
}

.list-timeline.list-timeline-slate .list-timeline-item.active:before,
.list-timeline.list-timeline-slate .list-timeline-item.show:before,
.list-timeline.list-timeline-slate:before {
  background: #5D6D7E
}

.list-timeline.list-timeline-slate .list-timeline-item:before {
  border-color: #5D6D7E
}

.list-timeline.list-timeline-olive .list-timeline-item.active:before,
.list-timeline.list-timeline-olive .list-timeline-item.show:before,
.list-timeline.list-timeline-olive:before {
  background: olive
}

.list-timeline.list-timeline-olive .list-timeline-item:before {
  border-color: olive
}

.list-timeline.list-timeline-teal .list-timeline-item.active:before,
.list-timeline.list-timeline-teal .list-timeline-item.show:before,
.list-timeline.list-timeline-teal:before {
  background: teal
}

.list-timeline.list-timeline-teal .list-timeline-item:before {
  border-color: teal
}

.list-timeline.list-timeline-green-bright .list-timeline-item.active:before,
.list-timeline.list-timeline-green-bright .list-timeline-item.show:before,
.list-timeline.list-timeline-green-bright:before {
  background: #2ECC71
}

.list-timeline.list-timeline-green-bright .list-timeline-item:before {
  border-color: #2ECC71
}
.timelinebg
{
	background: #ffdfd5;
    padding: 5px;
    border-radius: 6px;
}
.pricingTable{
    text-align: center;
    border-radius: 8px;
    overflow: hidden;
}
.pricingTable .pricingTable-header{
    background: #152a38;
}
.pricingTable .heading{
    display: block;
    padding: 15px 0;
}
.pricingTable .heading:after {
    content: "";
    width: 28%;
    border-top: 1px solid #7c888f;
    display: block;
    margin: 15px auto 0;
}
.pricingTable .heading h3{
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    margin:0;
    letter-spacing: 2px;
}
.pricingTable .price-value{
    font-size: 85px;
    color:#fff;
    padding: 10px 0 30px 0;
    display: block;
}
.pricingTable .month{
    display: block;
    font-size: 16px;
    letter-spacing: 0px;
    text-transform: uppercase;
    margin-top: 15px;
    color: #d3eaf7;
}
.pricingTable .btn{
    display: block;
    font-size: 22px;
    background: #1ed5c4;
    border: none;
    border-radius: 0;
    padding: 20px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
	    font-weight: 600;
    text-shadow: 0px 2px 3px rgba(0,0,0,0.4), 0px 8px 13px rgba(0,0,0,0.1), 0px 14px 23px rgba(0,0,0,0.1);
	color:#fff;
}
.pricingTable .btn:after{
    content: "\f00c";
    font-family: "FontAwesome";
	font-weight: 900;
    margin-left: 5px;
    opacity: 0;
    transition:all 0.5s ease 0s;
}
.pricingTable:hover .btn:after{
    opacity: 1;
}
@media screen and (max-width: 990px){
    .pricingTable{
        margin-bottom: 20px;
    }
}
.lp-pricingbg
{
	padding:10px 0px;
	background-image:url("../../images/price-bg.jpg");
	width:100%;
	height:600px;
}
.lp-date
{
color:#fff;
font-size:18px;
margin-right:10px;
padding:10px;
border-radius:5px;	
}
.lp-date i{
	color:#ed5923;
}
.countdown {
  background: #eee;
  height: 287px;
  width: 1440px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10rem;
  flex-wrap: wrap;
}

.timer {
  //flex: 1;
  //border: 1px solid red;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: wrap;
  //align-content: space-around;
}

.timer h3 {
  font-weight: 700;
  font-size: 22px;
}



.counter {
  display: flex;
  max-width: fit-content;
  gap: 0.75em;
  justify-content: center;
  align-items: center;
  color: white;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
.counter__box {
  text-align: center;
  background: none;
  width: 89px;
  height: 103px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0.25rem;
  border-right: 1px solid #fff;
  border-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), white, rgba(0, 0, 0, 0)) 1 100%;
}

.counter__time {
  font-size: 3rem!important;
  margin: 0!important;
  padding: 0;
  font-weight: bold;
}

.counter__duration {
  font-size: 0.8rem;
  text-transform: capitalize;
  margin: 0!important;
  padding: 0;
  color: #eee;
}

/* HELPERS */

.dots {
  font-size: 52px;
  color: #002e46;
  margin: -0.75rem;
  padding: 0;
}

.exp {
  font-size: 52px;
  font-family: "Roboto", sans-serif;
}

.welcome-cont p{
	    font-family: 'Overlock';
    font-size: 19px;
    font-weight: 600;
	text-align: justify;
}
.lp-ps-bg1{
	background: #f4f4f4;
    border-radius: 5px;
    padding: 6px;
    width: 100%;
	border: solid 1px #ccc;
	box-shadow: 0px 0px 5px 3px #f2f2f2;
}
.lp-ps-bg2{
	background: #ffd3c4;
    border-radius: 5px;
    padding: 6px;
    width: 100%;
	border: solid 1px #ec5923;
	box-shadow: 0px 0px 5px 3px #f2f2f2;
	
}
.lp-ps-bg{
	background-image:url("../../images/program-bg.png");
	width:100%;
	height:auto;
	    background-repeat: no-repeat;
    padding: 3px 0px;
    padding-bottom: 60px;
}
.lp-ps-htext b
{
color:#ec5923;
font-size:24px;
}
.lp-ps-htext
{
font-size: 20px;
    text-align: center;
    line-height: 30px;	
}


.s-soft{ 
 position: fixed;
 top: 220px ;
 left: 10;
 z-index: 100; transition:all linear 0.2s ;
}
.s-soft a:first-child{ border-radius: 0 5px 0 0;
}
.s-soft a:last-child{ 
  border-radius: 0 0 5px 0;
}
.s-item { 
  display:block; 
  width: 60px;
  height: 50px;
  color: white;
  font-size: 25px;
  line-height: 60px;
  text-align:center;
  transition:all linear 0.2s ;}
.s-item:hover { 
  width:110px;
  border-radius:0px 20px 20px 0px;  
}
#so-open { 
  position: fixed;
  top: 100px ;
  left: -90px;
  border-radius:0 30px 30px 0;
transition:all linear 0.2s ;
}
.facebook i {color:  #3b5999;}
.twitter i {color: #3AAFD6;}
.print {background-color: #de3c7d;}
.pinterest{background-color: #BD081C;}
.linkedin{background-color: #0e76a8 ;}
.instagram i{color:  #c32aa3;}
.so-collapse{left: -60px; }

.mtminus-65
{
margin-top:-65px;
}
.lp-headl
{
	width: 160px;
    margin-left: 203px;
    border: 1px solid;
}
.lp-head2
{
	width: 160px;border: 1px solid;
}
.lp-head3
{
width: 136px;margin-left: 222px;border: 1px solid;
}
.lp-head4
{
	width: 150px;border: 1px solid;
}

.lp-head5
{
width: 70px;margin-left: 290px;border: 1px solid;
}
.lp-head6
{
width: 70px;border: 1px solid;
}

.lp-head7
{
width: 153px;margin-left: 205px;border: 1px
 solid;
}
.lp-head8
{
width: 161px;border: 1px solid;
}
#blink_text{	
  animation-name:blink;
  
  animation-duration:2s;
  animation-timing-function:ease-in;
  animation-iteration-count:Infinite;
  }

@keyframes blink{
  0%{color:#ffe76d;}
  50%{color:white;}
  100%{color:#ffe76d;}
 }
#blink_text1{	
  animation-name:blink1;
  
  animation-duration:2s;
  animation-timing-function:ease-in;
  animation-iteration-count:Infinite;
  }

@keyframes blink1{
 0%{opacity: 0.6;}
50%{opacity: .8;}
100%{opacity: 1;}
}