/***************************************************************************/
/* VARIABLES */
/***************************************************************************/
.center {
  display: flex;
  -webkit-flex-direction: row;
  /* works with row or column */
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
/*
 ********************************
 *
 *  Defult CSS
 *  
 *  
 */
body {
  overflow-x: hidden !important;
}
/*-- Transition Style css in css3 ----*/
* {
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
}
a {
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
}
.fix {
  overflow: hidden;
}
.bold {
  font-weight: bold;
  color: #60626D;
}
p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 28px;
  color: #60626D;
}
h1,
h2,
h3,
h4 {
  font-family: 'Oswald', sans-serif;
}
h1 {
  font-size: 40px;
  line-height: 60px;
  font-weight: 300;
}
h1 b {
  font-family: 'Oswald', sans-serif;
}
h2 {
  font-size: 35px;
  font-weight: 300;
  line-height: 52px;
}
h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 42px;
}
.btn-group,
.our-featured-speaker-right p,
.about-our-event-left p,
.social-icon,
.twitter-posts-body p .our-featured-speaker-body,
.speakers-body,
.sponsore-body,
.about-our-event-left-body,
.about-our-event-right-body,
.scedule-body,
.testimonial-body,
.contact-us-left,
.collapse-right,
.pricing-tables-body,
.twitter-posts-body .header-body .btn-group,
.speakers-body h2,
.sponsore-body h2,
.footer-body,
.tab-content .testimonial-img,
.contact-us-left h2,
.collapse-right h2,
.scedule-main,
.table-single .btn-group .btn-cus,
.twitter-logo,
.sponsors-logo,
.about-our-event {
  overflow: hidden;
}
.our-featured-speaker-body,
.speakers-body,
.sponsore-body,
.about-our-event-left-body,
.about-our-event-right-body,
.scedule-body,
.testimonial-body,
.countdown-body,
.contact-us-left,
.collapse-right,
.pricing-tables-body,
.twitter-posts-body,
.header-body .heading,
.header-body .pera {
  padding-top: 80px;
}
.our-featured-speaker-body,
.speakers-body,
.sponsore-body,
.about-our-event-left-body,
.about-our-event-right-body,
.scedule-body,
.testimonial-body,
.register-body,
.contact-us-left,
.collapse-right,
.pricing-tables-body,
.twitter-posts-body,
.input-group .btn-submit {
  padding-bottom: 80px;
}
.header-body .btn-group,
.speakers-body h2,
.sponsore-body h2,
.footer-body,
.tab-content .testimonial-img,
.contact-us-left h2,
.collapse-right h2,
.scedule-main,
.table-single .btn-group .btn-cus,
.twitter-logo,
.sponsors-logo {
  opacity: 0.7;
  margin-bottom: 50px;
}
.sponsors-logo:hover {
  opacity: 1;
}
.btn-group,
.our-featured-speaker-right p,
.footer-body,
.about-our-event-left p,
.social-icon,
.twitter-posts-body p,
.heading p {
  margin-top: 50px;
}
.btn-cus {
  padding: 8px !important;
  min-width: 180px;
  border-radius: 50px 50px 50px 50px !important;
  -webkit-border-radius: 50px 50px 50px 50px !important;
  -moz-border-radius: 50px 50px 50px 50px !important;
  -ms-border-radius: 50px 50px 50px 50px !important;
  -o-border-radius: 50px 50px 50px 50px !important;
  margin-right: 15px;
  font-size: 14px;
  margin-bottom: 15px;
  border-width: 2px;
  border-style: solid;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  margin-left: 1px !important;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.btn-cus:hover,
.btn-cus:focus,
.btn-cus:active,
.btn-cus.active {
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.btn-group .btn-fill {
  color: #FFFFFF !important;
}
.btn-group .btn-fill:hover,
.btn-group .btn-fill:focus,
.btn-group .btn-fill:active,
.btn-group .btn-fill.active {
  color: #FFFFFF !important;
  outline: none;
}
.btn-group .btn-border {
  background: none;
}
.btn-group .btn-border:hover,
.btn-group .btn-border:focus,
.btn-group .btn-border:active,
.btn-group .btn-border.active {
  color: #FFFFFF !important;
  outline: none;
}
/*    INPUT FORM PLACEHOLDER COLOR   */
.search ::-webkit-input-placeholder,
#register-form ::-webkit-input-placeholder {
  color: #FFFFFF !important;
}
.search :-moz-placeholder,
#register-form :-moz-placeholder {
  color: #FFFFFF !important;
}
.search ::-moz-placeholder,
#register-form ::-moz-placeholder {
  color: #FFFFFF !important;
}
.search :-ms-input-placeholder,
#register-form :-ms-input-placeholder {
  color: #FFFFFF !important;
}
/*
 ********************************
 *
 *  Header CSS
 *  
 *  
 */
.header-background {
  background: url('../images/bg_ny.jpg') top center;
  background-size: cover;
  background-repeat: no-repeat;
}
.header,
.header-body {
  overflow: hidden;
}
.navbar-fixed-top.navbar-home {
  padding-top: 0px !important;
  background-color: #252321 !important;
  opacity: 0.90 !important;
}
.navbar-fixed-top.navbar-home .navbar-header .navbar-brand {
  padding-top: 14px !important;
}
.navbar-fixed-top.navbar-home .navbar-header .navbar-brand img {
  height: 30px !important;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.header-navbar {
  padding-top: 30px;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.header-navbar .navbar {
  background-color: transparent!important;
  border: 0px solid transparent;
  margin-top: 0px;
  margin-bottom: 0px;
}
.header-navbar .navbar-inverse {
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  margin-top: 10px;
}
.header-navbar .navbar-inverse .logo {
  margin-left: 15px;
}
.header-navbar .navbar-inverse .navbar-header .navbar-brand {
  padding-top: 9px;
}
.header-navbar .navbar-inverse .navbar-header .navbar-brand img {
  height: 42px;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  margin-top: -10px;
}
.header-navbar .navbar-inverse .navbar-cus {
  display: block ;
  margin-bottom: 0px;
  margin-right: 0px;
  padding-top: 4px;
}
.header-navbar .navbar-inverse .navbar-toggle {
  border-color: transparent !important;
}
.header-navbar .navbar-inverse .navbar-toggle .lines {
  display: inline-block;
  width: 20px;
  height: 2px;
  background: #ecf0f1;
  border-radius: 5px;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  position: relative;
}
.header-navbar .navbar-inverse .navbar-toggle .lines:before,
.header-navbar .navbar-inverse .navbar-toggle .lines:after {
  display: inline-block;
  width: 20px;
  height: 2px;
  background: #ecf0f1;
  border-radius: 5px;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  position: absolute;
  left: 0;
  content: '';
  -webkit-transform-origin: 0.28571rem center;
  transform-origin: 0.28571rem center;
}
.header-navbar .navbar-inverse .navbar-toggle .lines:before {
  top: 6px;
}
.header-navbar .navbar-inverse .navbar-toggle .lines:after {
  top: -6px;
}
.header-navbar .navbar-inverse .navbar-colse .lines {
  background: transparent;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.header-navbar .navbar-inverse .navbar-colse .lines:before,
.header-navbar .navbar-inverse .navbar-colse .lines:after {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  top: 0;
  width: 25px;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.header-navbar .navbar-inverse .navbar-colse .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
.header-navbar .navbar-inverse .navbar-colse .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}
.header-navbar .navbar-inverse .navbar-toggle:focus,
.header-navbar .navbar-inverse .navbar-toggle:hover {
  background: none !important;
}
.header-navbar #myNavbar {
  overflow: hidden !important;
}
.header-navbar #myNavbar .active > a {
  background: none !important;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  color: #FFFFFF !important;
  opacity: 1 !important;
}
.header-navbar #myNavbar .myNavbarUl {
  margin-right: 0px;
}
.header-navbar #myNavbar .myNavbarUl a {
  color: #FFFFFF;
  opacity: 0.6;
}
.input-group {
  margin-top: 30px;
  background: none !important;
}
.input-group .form-cus,
.input-group .trigger {
  background: none !important;
  border-width: 2px !important;
  border-style: solid;
  border-color: #FFFFFF;
  border-radius: 50px !important;
  height: 39px;
  padding: 8px 15px;
  color: #FFFFFF !important;
  margin-top: 30px !important;
  text-align: left;
  transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  opacity: .6;
}
.input-group .form-cus:focus,
.input-group .trigger:focus {
  border-color: #FFFFFF !important;
  box-shadow: none;
  transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  opacity: 1;
}
.input-group .trigger {
  padding: .7rem 1.5rem !important;
  margin-top: 30px !important;
}
.input-group .trigger:after {
  top: 50%;
}
.input-group .dropDown {
  padding-top: 1px;
}
.input-group .dropDown .options {
  border: 1px solid #ddd;
}
.input-group .dropDown .options li {
  border-bottom: 1px solid #DDDEE2;
  color: #8d8d8d;
}
.input-group .dropDown .options li:last-child {
  border-bottom: 0px solid;
}
.input-group .dropDown .options li.selected {
  color: #333;
}
.input-group .dropDown .options li:hover {
  color: #333 !important;
}
.input-group .btn-fill {
  color: #FFFFFF;
  margin-top: 50px;
  transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  margin-top: 30px !important;
}
.input-group .btn-fill:hover {
  transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
}
.header-body h1 {
  text-transform: uppercase;
  color: #FFFFFF;
}
.header-body h2 {
  text-transform: uppercase;
  color: #FFFFFF;
}
.header-body p {
  color: #FFFFFF;
}
.header-body .pera {
  margin-top: 24px;
}
.btn-countdown .btn-group .btn-border {
  color: #FFFFFF;
  border-color: #FFFFFF;
}
/*
 ********************************
 *
 *  About Our Event CSS
 *  
 *  
 */
.about-our-event {
  position: relative;
}
.about-our-event-left h2 {
  margin-top: -12px;
}
.about-our-event-left p {
  color: #b3b3b3;
}
.about-our-event-right {
  overflow: hidden;
}
.about-our-event-right .time {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.about-our-event-right .time .counter {
  font-family: 'Oswald', sans-serif;
  font-size: 35px;
}
.about-our-event-right .time .title {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}
.about-background-image {
  background-color: #1f1e25;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -9;
}
.about-background-image .background-right,
.about-background-image .background-left {
  overflow: hidden;
}
.about-background-image .background-right {
  background-image: url('../images/scedule.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  padding-left: 0;
  padding-right: 0;
}
.background-right-overlay-color {
  height: 100%;
  width: 100%;
}
/*
 ********************************
 *
 *  our featured speaker CSS
 *  
 *  
 */
.our-featured-speaker {
  background: #323232;
}
.our-featured-speaker-left .video iframe {
  height: 360px;
  width: 100%;
  border: none;
}
.our-featured-speaker-right h2 {
  margin-top: -12px;
}
.our-featured-speaker-right p {
  color: #b3b3b3;
}
.our-featured-speaker-right .btn-group .btn-fill {
  color: #FFFFFF;
}
.our-featured-speaker-right .btn-group .btn-border {
  border-color: #b3b3b3;
  color: #b3b3b3;
}
/*
 ********************************
 *
 *  Scedule CSS
 *  
 *  
 */
.scedule-background {
  background: url('https://mailermeetup.org/images/bg-3.jpg') top center fixed;
  background-size: cover;
  background-repeat: no-repeat;
}
.scedule-main .btn-group {
  float: left;
}
.scedule-main .btn-group .btn-border {
  border-color: #FFFFFF;
  color: #FFFFFF;
  width: 100% !important;
  padding-right: 0px;
}
.scedule-main .active .btn-border {
  color: #FFFFFF;
}
.nav-cus .active a {
  background: none;
}
.nav-cus .active .nav-header,
.nav-cus .active .nav-time {
  opacity: 1 !important;
}
.nav-cus a {
  border-left-color: #8C8C8C;
  border-left-width: 4px;
  border-left-style: solid;
  margin-bottom: 20px;
  background: none;
}
.nav-cus a span {
  float: none;
  display: block;
}
.nav-cus a .nav-header {
  font-size: 18px;
  color: #FFFFFF;
  opacity: .6;
}
.nav-cus a .nav-time {
  color: #FFFFFF;
  opacity: .6;
}
.nav-cus a:focus,
.nav-cus a:hover {
  background-color: transparent !important;
  transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
}
.tab-content {
  overflow: hidden;
}
.tab-content .active h3 {
  color: #FFFFFF;
  margin-top: 5px;
  margin-bottom: 25px;
}
.tab-content p {
  color: #FFFFFF;
  margin-bottom: 20px;
}
/*
 ********************************
 *
 *  Speakers CSS
 *  
 *  
 */
.speakers {
  background: #323232;
}
.speakers-body h2 {
  text-align: center;
}
.item {
  display: inline-block !important;
}
.item a {
  display: block;
  text-decoration: none !important;
}
.item p {
  color: #b3b3b3;
}
.item h3 {
  margin-bottom: 0;
  margin-top: 30px;
}
.item .view {
  margin-bottom: 10px;
}
/*
 ********************************
 *
 *  Pricing Tables CSS
 * 
 *  
 */
.pricing-tables {
  background: #1f1e25;
}
.table-single {
  background-color: #323232;
  text-align: center;
}
.table-single p {
  padding: 35px;
  text-align: center;
}
.table-single p .currency {
  font-size: 40px;
}
.table-single p .rate {
  font-size: 40px;
  line-height: 65px;
}
.table-single p .period {
  font-size: 20px;
  line-height: 32px;
  display: block;
  margin-top: 14px;
}
.table-single ul {
  padding: 20px;
}
.table-single ul li {
  text-decoration: none;
  list-style: none;
  padding: 15px 0;
  border-bottom: 1px solid #454549;
  text-align: center;
  color: #b3b3b3;
}
.table-single ul li:last-child {
  border-bottom: 0px solid #EEEEF3;
}
.table-single .btn-group {
  margin-left: auto;
  float: none;
  margin-right: auto;
  margin-top: 15px;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  /* works with row or column */
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.pricing-tables-left .btn-group .btn-border {
  border-color: #b3b3b3;
  color: #b3b3b3;
}
.pricing-tables-left h3 {
  color: #d7d7d7;
}
.pricing-tables-left p {
  color: #b3b3b3;
}
.pricing-tables-left .active .btn-border {
  color: #FFFFFF;
}
/*
 ********************************
 *
 *  countdown CSS
 * 
 * 
 */
.countdown-background {
  background: url('../images/bg-4.jpg') top center fixed;
  background-size: cover;
  background-repeat: no-repeat;
}
.countdown-body h2 {
  color: #FFFFFF;
  text-align: center;
}
.count_down {
  margin: auto;
  margin-bottom: 125px;
  margin-top: 80px;
  overflow: hidden;
  float: none;
}
.count_down .custom {
  border-right: 1px solid #D0D0CF;
}
.count_down .custom:last-child {
  border-right: 0px solid #D0D0CF;
}
.time .counter {
  color: #FFFFFF;
  font-size: 70px;
  font-weight: 300;
  font-family: 'Oswald', sans-serif;
  display: block;
  text-align: center;
}
.time .title {
  font-family: 'Open Sans', sans-serif;
  color: #FFFFFF;
  font-weight: lighter;
  display: block;
  text-align: center;
  font-size: 18px;
}
/*
 ********************************
 *
 *  Sponsore CSS
 *  
 */
.sponsore {
  background: #323232;
}
.sponsore-body {
  position: inherit !important;
}
.sponsore-body h2 {
  text-align: center;
}
.sponsore-body img {
  margin: auto;
  max-width: 100%;
}
/*
 ********************************
 *
 *  Collapse CSS
 *  
 *  
 */
.collapse-area {
  background: #323232;
}
.collapse-left {
  height: 655px;
  overflow: hidden;
}
.collapse-right .panel {
  margin-top: 0px !important;
  border-radius: 0px !important;
  border: none;
  border-bottom-color: #D7D8DC;
  box-shadow: 0 0px 0px 0 transparent !important;
  -moz-box-shadow: 0 0px 0px 0 transparent !important;
  -webkit-box-shadow: 0 0px 0px 0 transparent !important;
  -o-box-shadow: 0 0px 0px 0 transparent !important;
}
.collapse-right .panel .panel-heading {
  border-radius: 0px !important;
  background: #323232;
  padding: 0px !important;
  border-bottom: 0px solid #DDDEE2;
}
.collapse-right .panel .panel-heading .panel-title a {
  display: block;
  padding: 23px 15px;
  font-weight: 300;
  color: #b3b3b3;
  background-color: #1f1e25;
  line-height: 29px;
  position: relative;
}
.collapse-right .panel .panel-heading .panel-title a:hover,
.collapse-right .panel .panel-heading .panel-title a:focus,
.collapse-right .panel .panel-heading .panel-title a:active {
  text-decoration: none;
  cursor: pointer;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.collapse-right .panel .panel-heading .panel-title a span {
  float: left;
  margin-top: 15px;
  margin-right: 30px;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.collapse-right .panel .panel-heading .panel-title a .bar,
.collapse-right .panel .panel-heading .panel-title a .bar:after {
  border-width: 1px;
  border-style: solid;
  width: 21px;
  border-radius: 10px;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.collapse-right .panel .panel-heading .panel-title a .bar:after {
  content: "";
  height: 0;
  position: absolute;
  top: 38px;
  left: 15px;
}
.collapse-right .panel .panel-heading .panel-title a.collapsed {
  background-color: #323232 !important;
  border-bottom: 1px solid #454549;
  position: relative;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.collapse-right .panel .panel-heading .panel-title a.collapsed .bar {
  border-color: #75767F;
}
.collapse-right .panel .panel-heading .panel-title a.collapsed .bar:after {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  border-color: #75767F;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.collapse-right .panel-collapse {
  background-color: #1f1e25;
}
.collapse-right .panel-collapse .panel-body {
  background-color: #1f1e25;
  border: 0px solid !important;
  line-height: 26px;
  font-weight: 300;
  margin-left: 50px;
  padding-bottom: 20px;
  padding-top: 0px;
  color: #b3b3b3;
}
/*
 ********************************
 *
 *  Testimonial CSS
 *  
 *  
 */
.testimonial {
  background: #1f1e25;
}
.testimonial-body .tab-content {
  overflow: hidden;
}
.testimonial-body .tab-content .testimonial-img {
  width: 110px;
}
.testimonial-body .tab-content .active h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 25px;
  margin-top: 5px;
  margin-bottom: 0px;
}
.testimonial-body .tab-content p {
  color: #b3b3b3;
  margin-bottom: 30px;
}
.testimonial-body .nav-cus .active a {
  background: none;
}
.testimonial-body .nav-cus .active .nav-header,
.testimonial-body .nav-cus .active .nav-time {
  opacity: 1 !important;
}
.testimonial-body .nav-cus a .nav-header,
.testimonial-body .nav-cus a .nav-time {
  color: #b3b3b3;
  opacity: .6;
}
/*
 ********************************
 *
 *  Twitter Posts
 *  
 *  
 */
.twitter-background {
  background: url('https://mailermeetup.org/images/bg-3.jpg') top center fixed;
  background-size: cover;
  background-repeat: no-repeat;
}
.twitter-posts {
  text-align: center;
}
.twitter-posts .twitter-logo i {
  font-size: 50px;
  text-align: center;
  margin: auto;
  display: flex;
  justify-content: center;
  color: #FFFFFF;
}
.twitter-posts h3,
.twitter-posts p {
  color: #FFFFFF;
  text-align: center;
}
.twitter-posts a {
  font-weight: 400 !important;
  color: #FFFFFF !important;
  display: inline;
  text-decoration: underline !important;
  transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
}
.twitter-posts a:hover,
.twitter-posts a:visited,
.twitter-posts a:active,
.twitter-posts a:focus {
  color: #FFFFFF !important;
  transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
}
/*
 ********************************
 *
 *  Contact Us CSS
 *  
 *  
 */
.contact-us {
  position: relative;
  background: #1f1e25;
}
.contact-us .contact-us-body {
  overflow: hidden;
}
.contact-us-left p {
  color: #b3b3b3;
}
.contact-us-left p a {
  color: #b3b3b3;
}
.contact-us-left .bold {
  font-weight: bold;
  color: #b3b3b3;
}
.social-icon ul li {
  float: left;
}
.social-icon ul li a {
  background: #252321;
  margin-right: 10px;
  transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
}
.social-icon ul li a i {
  font-size: 20px;
  color: #FFFFFF;
  transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
}
.social-icon ul li a:hover,
.social-icon ul li a:focus,
.social-icon ul li a:active {
  color: #FFFFFF;
  transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
}
.social-icon ul li a:hover i,
.social-icon ul li a:focus i,
.social-icon ul li a:active i {
  color: #FFFFFF;
  transition: all 0.8s;
}
/*
******************************************
*
*   Footer CSS
*   class: "footer"
*/
footer {
  background: #252321;
  overflow: hidden;
}
footer .logo {
  margin-top: 12px;
}
footer .btn-top {
  background-color: #3B3938;
  padding: 10px 19px;
  text-align: right !important;
  float: right;
  font-size: 20px;
  margin-top: 5px;
  color: #FFFFFF;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
footer .btn-top:hover {
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
/************************************************
*
*   Blog Page css START here
*
*************************************************/
.blog-body,
.blog-header {
  padding-top: 80px;
  overflow: hidden;
}
.blog-body,
.blog-header {
  padding-bottom: 80px;
  overflow: hidden;
}
/*
{
    margin-bottom: 50px;
    .fix;
}*/
.blog-header .heading h1,
.blog-header,
.comments-form {
  margin-top: 50px;
  overflow: hidden;
}
/*
 ********************************
 *
 *  header CSS
 *  
 */
.blog-header .heading {
  padding-top: 0px;
}
.blog-header .heading h1 {
  text-transform: capitalize;
}
.blog-header .input-group {
  float: right;
}
/*
 ********************************
 *
 *  Blog Body CSS
 *  
 */
/*     blog-post CSS     */
.blog-body {
  text-align: left !important;
  background: #1f1e25;
}
.blog-body .blog-post {
  padding-top: 40px;
  padding-bottom: 40px;
}
.blog-body .blog-post iframe {
  width: 100%;
  border: none;
  height: 380px;
}
.blog-body h3 {
  margin-top: 32px;
  color: #b3b3b3;
}
.blog-body .post-date {
  margin-top: 25px;
}
.blog-body p {
  color: #b3b3b3;
}
.blog-body .btn-group {
  margin-top: 25px !important;
}
aside .float-none li {
  float: none;
}
aside .float-left li {
  float: left;
}
aside ul {
  padding-left: 0px;
}
aside ul li {
  list-style: none;
}
aside ul li span,
aside ul li a {
  padding-left: 0px !important;
  padding-right: 0px !important;
  color: #b3b3b3;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 28px;
}
aside ul li a:hover,
aside ul li a:focus {
  text-decoration: none;
}
aside ul li a:hover span,
aside ul li a:focus span {
  text-decoration: none;
}
aside ul .title {
  text-align: left;
}
aside ul .number {
  text-align: right;
}
aside .cate-all {
  margin-bottom: 25px;
}
/************************************************
*
*   Blog single Page css START here
*
*************************************************/
.comments {
  text-align: left !important;
  margin-top: 30px;
  overflow: hidden;
}
.comments img {
  width: 75px;
  margin-bottom: 25px;
  float: left;
}
.comments span {
  color: red;
  font-size: 14px;
  line-height: 23px;
  text-align: left !important;
}
.comments .detail {
  margin-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #454549;
}
.comments-form .input-group {
  width: 100%;
}
.comments-form .input-group .form-control {
  background: none;
  border-color: #CDCDD1;
  margin: 10px 0;
  padding: 22px;
  color: #60626D !important;
  resize: none;
  border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -ms-border-radius: 5px 5px 5px 5px;
  -o-border-radius: 5px 5px 5px 5px;
}
.comments-form .input-group .btn-cus {
  margin-top: 0px !important;
}
/*
******************************************
*
*   OWL CAROUSEL CUSTOM CSS
*    
*/
.owl-carousel {
  display: block !important;
}
/*---           Forms           ----*/
.form {
  position: relative;
  float: left;
  width: 100%;
  margin: 0 0 10px 0;
  padding: 15px 0 0 0;
  background: #efefef;
  border-radius: 5px;
}
.form-notification {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  color: #ffffff;
  font-size: 3rem;
  line-height: 9rem;
  text-align: center;
}
.not-valid {
  border: 2px solid #BBBAC0;
}

/*custom*/
h3 { color: white !important; font-weight: bold !important; }
h3 a { color: red !important; }
.secarrow i { font-size: 4rem !important; }
.secarrow a { color: white !important; }
.modal-content a { color: red; !important;}
.imginside { margin-right: 10px !important; margin-bottom: 10px !important;  }
.slogo { width: 200px; height: 125px; }
.bubble_p { position: relative; color: #fff; width: 100%; height: 25px; padding: 0px; background: transparent; -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; border: #ff0000 solid 2px; margin-bottom: 10px; text-align: center; }
.bubble_p:after { content: ''; position: absolute; border-style: solid; border-width: 6px 7px 0; border-color: #323232 transparent; display: block; width: 0; z-index: 1; bottom: -6px; left: 21px; }
.bubble_p:before  { content: ''; position: absolute; border-style: solid; border-width: 7px 8px 0; border-color: #ff0000 transparent; display: block; width: 0; z-index: 0; bottom: -9px; left: 20px; }
.bubble_b { position: relative; color: #fff; width: 90%; height: 25px; padding: 0px; background: transparent; -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; border: #f0c65a solid 2px; margin-bottom: 10px; text-align: center; }
.bubble_b:after { content: ''; position: absolute; border-style: solid; border-width: 6px 7px 0; border-color: #323232 transparent; display: block; width: 0; z-index: 1; bottom: -6px; left: 21px; }
.bubble_b:before  { content: ''; position: absolute; border-style: solid; border-width: 7px 8px 0; border-color: #f0c65a transparent; display: block; width: 0; z-index: 0; bottom: -9px; left: 20px; }
.bubble_s { position: relative; color: #fff; width: 80%; height: 25px; padding: 0px; background: transparent; -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; border: #848484 solid 2px; margin-bottom: 10px; text-align: center; }
.bubble_s:after { content: ''; position: absolute; border-style: solid; border-width: 6px 7px 0; border-color: #323232 transparent; display: block; width: 0; z-index: 1; bottom: -6px; left: 21px; }
.bubble_s:before  { content: ''; position: absolute; border-style: solid; border-width: 7px 8px 0; border-color: #848484 transparent; display: block; width: 0; z-index: 0; bottom: -9px; left: 20px; }

@media only screen and (max-width: 600px) {
  .g-recaptcha {
    margin-top: 120px;
   }
}
@media only screen and (min-width: 1025px) {
        .g-recaptcha {
            margin-top: 15px !important
        }
    } 