/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');

@import url("https://use.typekit.net/ziv1lhv.css");

.Bebas-Neue-Pro-Book {
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
}


.Bebas-Neue-Pro-Book-Italic {
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 300;
  font-style: italic;
}


.Bebas-Neue-Pro-Italic {
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 400;
  font-style: italic;
}


.Bebas-Neue-Pro-Regular {
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.Bebas-Neue-Pro-Bold {
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
}

.Bebas-Neue-Pro-Bold-Italic {
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 600;
  font-style: italic;
}

.Bebas-Neue-Pro-SemiExpanded-Bold {
  font-family: bebas-neue-pro-semiexpanded, sans-serif;
  font-weight: 600;
  font-style: normal;
}

.Bebas-Neue-Pro-SemiExpanded-ExtraBold {
  font-family: bebas-neue-pro-semiexpanded, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.Bebas-Neue-Pro-Expanded-Bold {
  font-family: bebas-neue-pro-expanded, sans-serif;
  font-weight: 600;
  font-style: normal;
}

.Bebas-Neue-Pro-Expanded-Bold {
font-family: bebas-neue-pro-expanded, sans-serif;
font-weight: 700;
font-style: normal;
}



html {
  overflow-x: hidden;
}

body {
  background: #fff;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
  color: #333;
  line-height: 25px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow-x: hidden;
}

h1, h2, h3, h4 {
  font-size: 36px;
  font-family: 'bebas-neue-pro-expanded', sans-serif;
  font-weight: 700;
}

a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

a:hover {
  text-decoration: none;
}

a a:focus {
  outline: none;
}

p {
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 25px;
  font-size: 18.5px;
  line-height: 1.5em;
}

ul, ol {
  list-style: outside none none;
  margin: 0;
  padding: 0;
  padding-left: 19px;
}

li {
        list-style: disc;
        margin: 0;
        vertical-align: middle;
      }

      .sessions {
    background-color: #f6f6f6;
    border-radius: 10px;
    -o-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 30px;
    margin-bottom: 30px;
    margin-top: 10px;
}

.arrow-tick {
    background: url(../img/image137.html) no-repeat left top;
    line-height: 1.5em;
    list-style-type: none;
    margin-bottom: 14px;
    overflow: auto;
}

.list-tick {
    background: url(../img/image135.html) no-repeat left top;
    line-height: 1.5em;
    list-style-type: none;
    padding-left: 60px;
    margin-bottom: 11px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-weight: bold;
    font-size: 22px;
}

.list-tick1 {
    background: url(../img/image052.html) no-repeat left top;
    margin-bottom: 30px;
    padding-left:85px;
    list-style-type: none;
    height: 64px;
}

.list-tick2 {
    background: url(../img/image053.html) no-repeat left top;
    margin-bottom: 30px;
    padding-left:85px;
    list-style-type: none;
    height: 64px;
}

.list-tick3 {
    background: url(../img/image054.html) no-repeat left top;
    margin-bottom: 30px;
    padding-left:85px;
    list-style-type: none;
    height: 64px;
}

.list-tick4 {
    background: url(../img/image055.html) no-repeat left top;
    margin-bottom: 30px;
    padding-left:85px;
    list-style-type: none;
    height: 64px;
}

.sig-column {
    float: left;
    padding: 5px;
}

.sig-pic {
    width: 185px;
    max-width: 185px;
}

.sig-row::after {
    content: "";
    clear: both;
    display: table;
}

 .img-full-width {
  margin: 7px 0 45px;
  width: 100%;
  padding-top: 0 !important;
 }

/* Index */

.inner-bg {
    padding: 100px 0 170px 0;
}

.top-content .text {
    color: #fff;
    text-align: center;
}

.top-content .description {
    margin: 20px 0 10px 0;
}

.top-content .description p {
    opacity: 0.8;
}

.form-box {
    margin-top: 35px;
}

.form-top {
    overflow: hidden;
    padding: 0 25px 15px 25px;
    background: #fff;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    text-align: left;
}

.form-top-left {
    float: left;
    width: 80%;
    padding-top: 25px;
}

.form-top-right {
    float: right;
    width: 16%;
    padding-top: 5px;
    font-size: 66px;
    color: #ddd;
    line-height: 100px;
    text-align: right;
}

.form-top-left h3 {
    margin-top: 0;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

.fa-lock:before {
    content: "\f023";
}

.form-bottom {
    padding: 25px 25px 30px 25px;
    background: #eee;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    text-align: left;
}

.form-group {
    margin-bottom: 15px;
}


.form-bottom form button.btn {
    width: 100%;
}

button.btn {
    height: 59px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #bf1140;
    border: 0;
    font-family: 'bebas-neue-pro-semiexpanded', sans-serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 50px;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.btn {
    box-shadow: none;
    border: none;
    padding: 15px 35px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    cursor: pointer;
}

button {
    overflow: visible;
    padding: 0;
    border: 0;
    position: relative;
    outline: 0;
    text-transform: none;
}

@media (min-width: 768px) {
.col-sm-offset-3 {
    margin-left: 25%;
}
}

@media (min-width: 768px) {
.col-sm-offset-2 {
    margin-left: 16.66666667%;
}
}

input[type="text"] {
    display: block;
    width: 100%;
    padding: 16px 14px;
    border-radius: 5px;
    box-shadow: none;
    border: 1px solid #ccc;
    font-size: 16.5px;
    color: #333;
}

input::placeholder {
  color: #c2c2c2;
}

/* Index */



.hero-heading {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
  line-height: 70px;
  letter-spacing: 0.1rem;
}

.hero-sub-heading {
  font-size: 20px;
  font-weight: 400;
  color: #e6e6e6;
  line-height: 45px;
  letter-spacing: 0.1rem;
}

.section-titile-bg {
  display: inline;
  font-size: 115px;
  font-weight: 700;
  height: 100%;
  left: -173px;
  opacity: 0.1;
  position: absolute;
  top: -14px;
  width: 100%;
  text-align: center;
}

.section-title-header p {
  text: center;
  font-weight: 400;
  line-height: 26px;
  padding-bottom: 36px;
}

.section-title {
  color: #333;
  padding-bottom: 15px;
  text-align: center;
  position: relative;
  line-height: 1.18;
}

.section-subtitle {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  color: #333;
margin-bottom: 30px;
  text-align: center;
  position: relative;
  line-height: 1.1;
  font-size: 38px;
}

.main-section-subtitle {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  color: #333;
margin-bottom: 30px;
  text-align: center;
  position: relative;
  line-height: 1.3em;
  font-size: 30px;
}

.section-headline {
  color: #333;
  text-align: center;
  position: relative;
  line-height: 1.1;
  margin-bottom: 30px;
}

td {
  padding: 0;
}

tr {
  margin-bottom: 30px;
}

td p:last-child {
  margin-bottom: 0px;
}


.section-info {
  font-size: 18px;
  font-weight: 400;
}

.section-info img {
  padding-top: 8px;
}

.section-table td {
    padding: 0px;
  }

.section-table span {
  line-height: 1.3em; 
  font-size: 30px;  
  font-weight: bold;
}



.main-section-table span {
  line-height: 1.3em; 
}

.main-section-table img {
  padding-top: 0 !important;
}


.section-table img {
  padding-top: 0 !important;
}

.boxed {
  padding: 30px;
  background-color: #f9f9f9;
  border-radius: 15px;
  margin-top: 30px;
}


.subtitle {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 15px;
}

.intro-content p {
  font-size: 30px;
  font-weight: bold;
}

.btn {
  font-size: 18px;
    padding: 22px 44px;
      border-radius: 0px;
  cursor: pointer;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: inline-block;
}

.btn:focus,
.btn:active {
  box-shadow: none;
  outline: none;
  color: #fff;
}

.figure-arrow {
    position: absolute;
    top: 145px;
    left: 477px;
    -webkit-transform: rotate( 
13deg);
    -moz-transform: rotate(13deg);
    -o-transform: rotate(13deg);
    -ms-transform: rotate(13deg);
    transform: rotate( 
-8deg);
    width: 103px;
}

figure {
   display: inline-block;
     text-align: center;
}
figcaption {
  background-color: #ff7c01;
padding: 0 5px 10px 5px;
  color: #fff;
  font-weight: bold;
}

.btn-common {
  background-color: #f56452;
  position: relative;
  z-index: 1;
  border-radius: 4px;
}

.btn-common:hover {
  color: #fff;
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.1);
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
}

.btn-border {
  color: #fff;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 4px;
  padding: 10px 20px;
}

.btn-border:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
}

.btn-lg {
  padding: 14px 33px;
  text-transform: uppercase;
  font-size: 16px;
}

button:focus {
  outline: none !important;
}

.close-button {
  color: #f56452;
}

.list-x {
    background: url(../img/image064.html) no-repeat left top;
    line-height: 1.5em;
    list-style-type: none;
    padding-left: 60px;
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 30px;
}

.table3_column1 {
  padding: 25px 1.5rem 30px 30px;
  width: 260px; 
  background-color: #e2e2e2;
  border-radius: 14px 0 0 14px;
}

.table3_column2 {
  text-align: left; 
  vertical-align: middle; 
  background-color: #ff7c01;
  padding: 30px 30px 30px 1.5rem;
  border-radius: 0 14px 14px 0;
}

/* ScrollToTop */
a.back-to-top {
  display: none;
  position: fixed;
  bottom: 18px;
  right: 15px;
  text-decoration: none;
}

a.back-to-top i {
  display: block;
  font-size: 22px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: #ff7c01;
  border-radius: 2px;
  text-align: center;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
}

a.back-to-top:hover, a.back-to-top:focus {
  text-decoration: none;
}

/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9999999;
}

.loader {
  top: 50%;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  position: relative;
  margin: 0 auto;
}

#loader-1:before, #loader-1:after {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 7px solid transparent;
  border-top-color: #ff7c01;
}

#loader-1:before {
  z-index: 100;
  animation: spin 2s infinite;
}

#loader-1:after {
  border: 7px solid #fafafa;
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.section-padding {
  padding: 30px 0;
}

.intro-section-padding {
  padding: 45px 0;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.navbar-brand {
  position: relative;
  padding: 0px;
}

.top-nav-collapse {
  background: #fff;
  z-index: 999999;
  top: 0px !important;
  min-height: 58px;
  box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  background: #fff !important;
}

.top-nav-collapse .navbar-brand {
  top: 0px;
}

.top-nav-collapse .navbar-brand img {
  width: 65%;
}

.top-nav-collapse .navbar-nav .nav-link {
  color: #333 !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.top-nav-collapse .navbar-nav .nav-link:hover {
  cursor: pointer;
  color: #f56452 !important;
}

.top-nav-collapse .navbar-nav li.active a.nav-link {
  color: #f56452 !important;
}

.indigo {
  background: #fff;
}

.menu-bg {
  background: transparent;
}

.navbar-expand-lg .navbar-nav .nav-link i {
  font-size: 28px;
  color: #f56452;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navbar-expand-lg .navbar-nav .nav-link i:hover {
  color: #f56452;
}

.navbar-expand-lg .navbar-nav .nav-link {
  color: #333;
  font-weight: 700;
  padding: 0 17px;
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 40px;
  text-transform: uppercase;
  cursor: pointer;
  background: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navbar-expand-lg .navbar-nav li a:hover,
.navbar-expand-lg .navbar-nav li .active > a,
.navbar-expand-lg .navbar-nav li a:focus {
  color: #f56452;
  outline: none;
}

.navbar {
  padding: 0;
}

.navbar li.active a.nav-link {
  color: #f56452;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-menu {
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99;
  min-width: 210px;
  background-color: #fff;
  white-space: nowrap;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  animation: fadeIn 0.4s;
  -webkit-animation: fadeIn 0.4s;
  -moz-animation: fadeIn 0.4s;
  -o-animation: fadeIn 0.4s;
  -ms-animation: fadeIn 0.4s;
}

.dropdown-menu:before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 100%;
  left: 20%;
  margin-left: -5px;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #fff;
}

.dropdown:hover .dropdown-menu {
  display: block;
  position: absolute;
  text-align: left;
  top: 100%;
  border: none;
  animation: fadeIn 0.4s;
  -webkit-animation: fadeIn 0.4s;
  -moz-animation: fadeIn 0.4s;
  -o-animation: fadeIn 0.4s;
  -ms-animation: fadeIn 0.4s;
}

.dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  padding: 12px 20px;
  font-size: 14px;
  color: #333;
  border-bottom: 1px solid #f1f1f1;
  text-decoration: none;
  display: inline-block;
  float: left;
  clear: both;
  position: relative;
  outline: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

.dropdown .dropdown-menu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.dropdown .dropdown-menu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.dropdown .dropdown-item:focus,
.dropdown .dropdown-item:hover,
.dropdown .dropdown-item.active {
  color: #f56452;
}

.dropdown-item.active, .dropdown-item:active {
  background: transparent;
}

.fadeInUpMenu {
  -webkit-animation-name: fadeInUpMenu;
  animation-name: fadeInUpMenu;
}

.slicknav_btn {
  border-color: #f56452;
}

.slicknav_menu .slicknav_icon-bar {
  background: #f56452;
}

@media screen and (max-width: 976px) {

  }

/* only small tablets */
@media (min-width: 768px) and (max-width: 991px) {
  #nav-main li a.nav-link {
    padding-top: 18px;
  }
}

.navbar-toggler {
  display: none;
}

.mobile-menu {
  display: none;
}

.slicknav_menu {
  display: none;
}

@media screen and (max-width: 768px) {
  .navbar-header {
    width: 100%;
  }
  .navbar-brand {
    position: absolute;
    padding: 15px 15px;
    top: 0;
  }
  .navbar-brand img {
    width: 75%;
  }
  #mobile-menu {
    display: none;
  }
  .slicknav_menu {
    display: block;
  }
  .slicknav_nav .active a {
    background: #f56452;
    color: #fff;
  }
  .slicknav_nav a:hover,
  .slicknav_nav a:focus,
  .slicknav_nav .active {
    color: #f56452;
    outline: none;
    background: #f8f9fa;
  }
}

/* ==========================================================================
3. Hero Area
========================================================================== */
.intro {
  color: #fff;
  padding-top: 40px;
  overflow: hidden;
  position: relative;
}

.intro-1 {
  background: url(../img/thailand-beach1.html) no-repeat;
  background-size: cover;
  padding: 25px 0;
}

.intro-2 {
  background-color: #3979da;
  padding: 30px 0;
}

.intro-2 img {
  max-width: 450px;
  width: 100%;
  padding: 0 30px;
}

.intro .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #0c0808;
  opacity: 0.4;
}

.intro-1 h2 {
  font-size: 77px;
  padding:0 30px 90px 30px;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 1);
}

.intro-1 h4 {
  font-size: 39px;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 1);
  padding: 0 30px;
}

.intro-2 h2 {
  font-size: 52px;
  padding:0 30px 15px 30px;
  text-shadow: 0 3px 3px rgba(0, 0, 0, 1);
}

.intro .target-scroll {
  margin-top: 40px;
  display: inline-block;
}

.intro .target-scroll i {
  color: #fff;
  font-size: 40px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.intro .target-scroll i:hover {
  color: #ddd;
}

.intro .btn {
  margin: 10px;
}

/* Sponsors Area */
#sponsors {
  background: #f2f2f2;
}

#sponsors .spnsors-logo {
  display: inline-block;
  border: 1px solid #E8E8E8;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

/* ==========================================================================
   Countdown Style Start
   ========================================================================== */
.bg-wraper {
  position: fixed;
  top: 0;
  height: 100%;
  min-height: 700px;
  width: 100%;
}

.countdown-timer {
  color: #fff;
  position: absolute;
  margin: 0 auto;
  top: 28%;
  text-align: center;
  width: 100%;
}

.countdown-timer .heading-count {
  padding: 10px 68px;
  text-align: center;
}

.countdown-timer .heading-count h2 {
  font-size: 42px;
  color: #fff;
  line-height: 30px;
  margin-bottom: 15px;
}

.countdown-timer p {
  font-size: 14px;
  color: #fff;
  line-height: 22px;
}

.countdown-timer .button-group {
  margin-top: 30px;
}

.countdown-timer .btn {
  margin: 10px;
}

.time-count div {
  text-align: center;
}

.time-entry {
  display: inline-block;
  margin: 15px;
  padding: 20px;
  border-radius: 0px;
  text-align: center;
  font-weight: 400;
  color: #fff;
  font-size: 15px;
  line-height: 22px;
}

.time-entry span {
  font-size: 45px;
  font-family: 'Montserrat', sans-serif;
  line-height: 45px;
  font-weight: 700;
  display: block;
  color: #fff;
  margin-bottom: 10px;
}

.time-entry:first-child {
  border-left: none;
}

.countdown {
  width: 100%;
  margin: 25px auto;
  display: inline-block;
}

.countdown .time-count {
  padding: 0;
  position: relative;
  display: inline-block;
  text-align: center;
}

.countdown .time-count .time-entry {
  position: relative;
  display: inline-block;
  width: 130px;
  height: 115px;
  border-radius: 4px;
  font-size: 14px;
  text-align: center;
  background: rgba(255, 255, 255, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 5px 50px -10px #000;
}

.countdown .time-count .time-entry span {
  font-size: 45px;
  font-weight: 700;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  display: block;
  width: 100%;
}

.line-right {
  margin: 30px 0;
}

.line-right .time-count {
  position: relative;
  display: inline-block;
  text-align: center;
}

.line-right .time-count .time-entry {
  position: relative;
  display: inline-block;
  width: 130px;
  height: 115px;
  border-radius: 4px;
  font-size: 14px;
  text-align: center;
  background: #f56452;
  box-shadow: 0 5px 50px -10px #fff;
}

.line-right .time-count .time-entry span {
  font-size: 45px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  display: block;
  width: 100%;
}

.subscribe-form h4 {
  font-size: 18px;
  margin-bottom: 30px;
  font-weight: 500;
}

.subscribe-form .form-inline {
  position: relative;
}

.subscribe-form .form-inline .btn {
  position: absolute;
  right: 0;
  top: 0;
  text-transform: uppercase;
  font-size: 16px;
  border: 0;
  margin: 0;
  width: 200px;
  height: 55px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.subscribe-form .form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: 0;
  height: 55px;
  padding: 15px 25px;
  border-width: 1px;
  border-color: #fff;
  border-style: solid;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
  color: #fff;
}

.social a {
  display: inline-block;
  color: #fff;
  margin-right: 5px;
  width: 35px;
  line-height: 35px;
  font-size: 20px;
  text-align: center;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.social .facebook:hover {
  color: #3B5998;
}

.social .twitter:hover {
  color: #00aced;
}

.social .instagram:hover {
  color: #fb3958;
}

.social .foursqare:hover {
  color: #25a0ca;
}

.social .google:hover {
  color: #d34836;
}

/* Services Item */
#services .icon {
  margin-bottom: 10px;
}

#services .icon i {
  width: 50px;
  height: 50px;
  display: inline-block;
  line-height: 50px;
  font-size: 20px;
  text-align: center;
  background: #f56452;
  border: 1px solid #f56452;
  color: #fff;
  border-radius: 50%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

#services .services-item {
  text-align: center;
  padding: 30px 0;
}

#services .services-item h3 {
  margin-bottom: 10px;
}

#services .services-item h3 a {
  color: #343434;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
}

#services .services-item h3 a:hover {
  color: #f56452;
}

.services-item:hover .icon i {
  background: transparent;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

/* Team Item */
#team {
  background: #f2f2f2;
}

.team-item:hover {
  box-shadow: 0 25px 35px -12px rgba(0, 0, 0, 0.35);
}

.team-item {
  margin: 15px 0;
  border-radius: 4px;
  box-shadow: 0 25px 35px -20px rgba(0, 0, 0, 0.35);
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.team-item .team-img {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border-radius: 4px;
}

.team-item .team-overlay {
  height: 100%;
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.85);
  opacity: 0;
  width: 100%;
  border-radius: 8px;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.team-item .overlay-social-icon {
  color: #fff;
  top: 45%;
  position: absolute;
  display: table-cell;
  margin: 0 auto;
  width: 100%;
}

.team-item .overlay-social-icon .social-icons {
  padding-left: 0;
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  transform: translateY(-30px);
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.team-item .overlay-social-icon .social-icons li {
  display: inline-block;
  margin: 0 4px;
}

.team-item .overlay-social-icon .social-icons li a {
  letter-spacing: 0px;
  outline: 0 !important;
}

.team-item .overlay-social-icon .social-icons li a i {
  font-size: 20px;
  color: #fff;
  width: 36px;
  height: 36px;
  background: #e92763;
  display: block;
  border-radius: 4px;
  line-height: 36px;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.team-item .overlay-social-icon .social-icons li a:hover .lni-facebook-filled {
  background: #3B5998;
}

.team-item .overlay-social-icon .social-icons li a:hover .lni-twitter-filled {
  background: #00aced;
}

.team-item .overlay-social-icon .social-icons li a:hover .lni-instagram-filled {
  background: #fb3958;
}

.team-item .info-text {
  padding: 15px 20px;
  background: #fff;
}

.team-item .info-text h3 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 5px;
}

.team-item .info-text h3 a {
  color: #333;
}

.team-item .info-text h3 a:hover {
  color: #f56452;
}

.team-item .info-text p {
  margin: 0;
  color: #888;
}

.team-item:hover .team-overlay {
  opacity: 1;
}

.team-item:hover .social-icons {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}

/* Conact Home Page Section */
#conatiner-map {
  width: 100%;
  height: 530px;
}

.contact-right {
  padding-left: 5%;
}

.contact-right .contact-box {
  margin-bottom: 40px;
}

.contact-right .contact-box h4 {
  clear: both;
  color: #333;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 10px;
}

.contact-right .contact-box p {
  font-size: 15px;
  color: #888;
}

.contact-right .contact-box p a {
  color: #888;
}

.contact-right .contact-box p a:hover {
  color: #f56452;
}

/* Subscribe Form */
.subscribe-inner {
  padding: 80px 0;
  box-shadow: 1px 3px 20px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.subscribe-inner .subscribe-title {
  font-size: 36px;
  margin-bottom: 30px;
}

.subscribe-inner p {
  color: #888;
  margin-bottom: 30px;
}

.subscribe-inner .form-control {
  position: relative;
  background: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 4px;
  box-shadow: none;
  color: #888999;
  height: 43px;
  padding: 0 52px;
  margin: 0;
  width: 67%;
  margin: 0 20px;
}

.subscribe-inner .form-control:focus {
  color: #333;
  background-color: #fff;
  border-color: #f56452;
  outline: 0;
}

.subscribe-inner .form-inline {
  position: relative;
  margin-bottom: 30px;
  margin: 0 auto;
  width: 75%;
}

.subscribe-inner .icon-s {
  position: absolute;
  top: 13px;
  left: 36px;
}

.subscribe-inner .icon-s i {
  font-size: 20px;
}

/* Contact Forme */
#google-map-area {
  position: relative;
}

#google-map-area .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.text-danger {
  margin-top: 20px;
  font-size: 18px;
}

.heading {
  margin-bottom: 30px;
}

.form-control {
  display: block;
  width: 100%;
  line-height: 26px;
  margin-bottom: 30px;
  font-size: 14px;
  box-shadow: none;
  color: #333;
  background: #fafafa;
  border: 1px solid #ddd;
  padding: 12px 18px;
  border-radius: 0px;
  font-weight: 400;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.form-control:focus {
  border-color: #f56452;
  outline: 0;
}

.pagination .page-item .page-link {
  margin: 3px;
  padding: 15px 20px;
  color: #f56452;
  background: #fff;
}

.pagination .page-item .page-link:hover {
  background: #f56452;
  color: #fff;
}

/* Footer Area Start */
.footer-area {
  background: #252525;
}

.footer-area .social-icon li {
  display: inline-block;
}

.footer-area .social-icon li a {
  color: #000;
  background: #fff;
  width: 35px;
  height: 35px;
  line-height: 40px;
  display: block;
  text-align: center;
  border-radius: 100%;
  font-size: 16px;
  margin: 15px 6px 12px 6px;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.footer-area .social-icon li a:hover {
  color: #fff;
}

.footer-area .social-icon li .facebook:hover {
  background: #3B5998;
}

.footer-area .social-icon li .twitter:hover {
  background: #00aced;
}

.footer-area .social-icon li .instagram:hover {
  background: #fb3958;
}

.footer-area .social-icon li .foursqare:hover {
  background: #25a0ca;
}

.footer-area .social-icon li .google:hover {
  background: #d34836;
}

.footer-area .social-icon li .spotify:hover {
  background: #1db954;
}

.footer-area .footer-text p {
  font-size: 12px;
  margin-top: 20px;
  color: #fff;
}

.footer-area .footer-text p a {
  color: #f56452;
}

.footer-area .footer-text .nav-inline .nav-link {
  padding: 11px 7px;
  color: #888;
}

.footer-area .footer-text .nav-inline .nav-link:hover {
  color: #f56452;
}

.footer-2 {
  background: #252525;
}

.footer-2 img {
  margin-top: -8px;
}

.footer-2 h3 {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  padding-bottom: 10px;
  letter-spacing: 0.5px;
}

.footer-2 p {
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  margin: 0;
  padding-right: 50px;
}

.footer-2 ul li a {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
}

.footer-2 ul li a:hover {
  color: #f56452;
}

#copyright {
  background: #333;
}

#copyright p {
  line-height: 42px;
  color: #fff;
  margin: 0;
}

#copyright p a {
  color: #fff;
}

#copyright p a:hover {
  color: #f56452;
}
