@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Vidaloka&display=swap');

body {
  font-family: 'Montserrat',sans-serif;
  font-size: 16px;
  line-height: 1.7em;
  font-weight: 400;
  color: #4d4d4d;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-family: 'Vidaloka',serif;
  font-weight: 400;
}

section {
  padding: 70px 0;
}

section .section-title {
  text-align: center;
}

section .section-title h1 {
  margin-bottom: 35px;
  padding-bottom: 10px;
  border-bottom: 1px solid #aaa;
  display: inline-block;
  text-transform: capitalize;
}

.btn {
  border-radius: 0;
  padding: 15px 45px;
  text-transform: uppercase;
}

.bg-black {
  background-color: #000 !important;
}

.text-black {
  color: #000 !important;
}

.bg-white {
  background-color: #fff !important;
}

.text-white {
  color: #fff !important;
}

.bg-red {
  background-color: #da2926 !important;
}

.text-red {
  color: #da2926 !important;
}

.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-weight: 400;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
  font-weight: 400;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
  font-weight: 400;
}
.form-control:-moz-placeholder { /* Firefox 18- */
  font-weight: 400;
}

.iti {
  width: 100%;
}

.iti__country-list {
  width: 330px;
}

.iti__country-list .iti__country {
  font-size: 14px;
}

#event_page_wrap #gw-header .top-header {
  position: inherit;
}

/* css for header */
.navbar {
  padding: .5rem 0 !important;
  background-color: #000;
  color: #fff;
}

.navbar .navbar-brand img {
  max-width: 150px;
}

.navbar .navbar-nav li span {
  color: inherit;
  font-size: 2rem;
  font-family: 'Vidaloka',serif;
}

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1340px;
  }
}

@media screen and (max-width: 991px) {
  .navbar {
    text-align: center;
  }

  .navbar .navbar-brand {
    margin: auto;
    width: 100%;
  }

  .navbar .navbar-nav li {
    margin-bottom: .5rem;
  }
}

/* css for section-one */
.section-one {
  background-color: #222;
  color: #fff;
}

.section-one h1 {
  color: inherit;
  margin: 0 0 15px 0;
}

.section-one p {
  font-style: italic;
}

@media screen and (max-width: 991px) {
  .section-one h1,
  .section-one p {
    text-align: center;
  }

  .section-one .text-center {
    text-align: left !important;
  }

  .section-one .btn {
    margin: 35px 0 0 0;
    width: 100%;
  }
}

/* css for section-ticket-book */
.section-ticket-book .section-title {
  margin-bottom: 35px;
  text-align: center;
}

.section-ticket-book .section-title .inline-div {
  margin: auto;
  display: inline-block;
}

.section-ticket-book .section-title .inline-div .flex-div {
  display: flex;
  align-items: center;
}

.section-ticket-book .section-title .user-image {
  width: 65px;
  height: 65px;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
}

.section-ticket-book .section-title h1 {
  padding: 0 0 0 15px;
  border: 0;
  margin: 0;
  font-family: 'Montserrat',sans-serif;
  font-size: 24px;
  text-align: left;
  vertical-align: middle;
  font-weight: 600;
}

.section-ticket-book .section-title p {
  padding: 0 0 0 15px;
  margin: 0;
  font-size: 16px;
  text-align: left;
}

.section-ticket-book form {
  margin: 0;
}

.section-ticket-book .video-content {
  margin-top: 15px;
  text-align: center;
}

.section-ticket-book .video-content #mini-countdown {
  padding: 0;
  margin: 15px 0 0 0;
  text-align: center;
  list-style: none;
}

.section-ticket-book .video-content #mini-countdown li {
  display: inline-block;
  width: 70px;
  text-align: center;
  background: transparent;
  padding: 10px 5px 5px 5px;
  margin-right: 15px;
  margin-bottom: 20px;
  border: 1px solid #000;
}

.section-ticket-book .video-content #mini-countdown li span {
  font-size: 25px;
  font-weight: 600;
  color: #000;
  height: 70px;
  line-height: 1;
  position: relative;
}

.section-ticket-book .video-content #mini-countdown li p {
  margin-top: 5px;
  color: #000;
  text-transform: capitalize;
  font-size: 13px;
  margin: 5px 0 0;
  font-weight: 300;
}

@media screen and (max-width: 767px) {
  .section-ticket-book .video-content #mini-countdown li {
    width: 60px;
  }

  .section-ticket-book .video-content #mini-countdown li span {
    height: 60px;
  }

  .section-ticket-book .video-content #mini-countdown li p {
    font-size: 12px;
  }
}

.section-ticket-book .ticket-book-content {
  padding-left: 30px;
  text-align: center;
}

.section-ticket-book .ticket-book-content .uniqueBox {
  display: table;
}

.section-ticket-book .ticket-book-content .uniqueBox .divider {
  font-weight: 700;
  width: auto;
  display: table-cell;
  vertical-align: middle;
  padding: 15px;
}

.section-ticket-book .ticket-book-content .uniqueBox .memberLogin,
.section-ticket-book .ticket-book-content .uniqueBox .nonMemberLogin {
  display: table-cell;
  vertical-align: middle;
  border: 1px solid #ced4da;
  padding: 20px;
  width: 50%;
  text-align: center;
}

.section-ticket-book .ticket-book-content .uniqueBox .memberLogin h4,
.section-ticket-book .ticket-book-content .uniqueBox .nonMemberLogin h4 {
  margin-bottom: 20px !important;
}

@media (max-width: 767px) {
  .section-ticket-book .ticket-book-content .uniqueBox {
    display: block;
}

.section-ticket-book .ticket-book-content .uniqueBox .divider {
  display: block;
}

.section-ticket-book .ticket-book-content .uniqueBox .memberLogin,
.section-ticket-book .ticket-book-content .uniqueBox .nonMemberLogin {
  display: inherit;
  width: 100%;
}
}

.section-ticket-book .form-group {
  position: relative;
}

.section-ticket-book .form-group .icon {
  position: absolute;
  left: 0;
  right: 0;
  width: 45px;
  height: 45px;
  text-align: center;
  border-right: 1px solid #ced4da;
}

.section-ticket-book .form-group .icon i {
  line-height: 45px;
}

.section-ticket-book .form-control {
  height: 45px;
  border-radius: 0;
  font-size: 15px;
  padding-left: 55px;
  background-color: #eee;
  border-color: #eee;
  font-weight: 500;
}

.section-ticket-book textarea.form-control {
  height: 90px;
}

.section-ticket-book .before-login button,
.section-ticket-book .before-login input.btn {
  width: 100%;
  margin-top: 14px;
}

.section-ticket-book .speaker-form .checkbox {
  text-align: left;
  font-size: 15px;
}

.section-ticket-book .speaker-form .checkbox .checkbox-title {
  margin:0 10px 0 0;
  font-weight: 600;
}

@media screen and (max-width: 600px) {
  .section-ticket-book .speaker-form .checkbox {
    text-align: center;
  }
  .section-ticket-book .speaker-form .checkbox .checkbox-title {
    display: block;
  }
}

.section-ticket-book .speaker-form .btn {
  width: 50%;
  margin: 0 15px 0 0;
}

.section-ticket-book .speaker-form .btn:last-child {
  margin: 0;
}

.section-ticket-book .speaker-form .cancel {
  border: 1px solid #ced4da;
}

.section-ticket-book .speaker-form .cancel:hover {
  background-color: #eee;
  border-color: #eee;
}

.section-ticket-book .before-login .verify {
  text-align: center;
}

.section-ticket-book .before-login .verify p {
  font-size: 24px;
  margin: 30px 0;
}

.section-ticket-book .before-login .verify .form-group {
  margin-bottom: 1rem;
}

.section-ticket-book .before-login .verify .form-group .form-control {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #ced4da;
  padding: 0;
  text-align: center;
  font-size: 18px;
}

.section-ticket-book .before-login .verify .btn:last-child {
  margin-left: 30px;
}

.section-ticket-book .before-login .verify button,
.section-ticket-book .before-login .verify .btn {
  width: auto;
  margin-top: 0;
}

.section-ticket-book .before-login .verify button[disabled] {
  background-color: #eee;
  border-color: #eee;
}

.section-ticket-book .before-login .verify .resend {
  border: 1px solid #ced4da;
}

.section-ticket-book .before-login .verify .resend:hover {
  background-color: #eee;
  border-color: #eee;
}

.section-ticket-book .welcome {
  text-align: center;
  margin-bottom: 30px;
}

.section-ticket-book .grid-box .--flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.section-ticket-book .grid-box .--flex-column {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.section-ticket-book .grid-box .widget {
  filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.3));
}
 .section-ticket-book .grid-box .widget[type="ticket"] .top > div,
.section-ticket-book .grid-box .widget[type="ticket"] .bottom > div {
	 padding: 0 18px;
   font-size: 0.875rem;
}
.section-ticket-book .grid-box .widget[type="ticket"] .top > div:first-child,
.section-ticket-book .grid-box .widget[type="ticket"] .bottom > div:first-child {
	 padding-top: 18px;
   font-size: 0.875rem;
   line-height: initial;
}
.section-ticket-book .grid-box .widget[type="ticket"] .top > div:last-child,
.section-ticket-book .grid-box .widget[type="ticket"] .bottom > div:last-child {
	 padding-bottom: 18px;
}
.section-ticket-book .grid-box .widget[type="ticket"] .top img,
.section-ticket-book .grid-box .widget[type="ticket"] .bottom img {
	 padding: 18px 0;
}
.section-ticket-book .grid-box .widget[type="ticket"] .top,
.section-ticket-book .grid-box .widget[type="ticket"] .bottom,
.section-ticket-book .grid-box .widget[type="ticket"] .rip {
	 background-color: #fff;
}
.section-ticket-book .grid-box .widget[type="ticket"] .top {
	 border-top-right-radius: 5px;
	 border-top-left-radius: 5px;
   text-align: left;
}
.section-ticket-book .grid-box .widget[type="ticket"] .top img {
  width: 100%;
}
.section-ticket-book .grid-box .widget[type="ticket"] .top .deetz {
	 padding-bottom: 10px !important;
}
.section-ticket-book .grid-box .widget[type="ticket"] .bottom {
	 border-bottom-right-radius: 5px;
	 border-bottom-left-radius: 5px;
	 padding: 18px;
	 padding-top: 10px;
}
.section-ticket-book .grid-box .widget[type="ticket"] .bottom .barcode {
	 background-image: url('https://globalwomanlounge.com/img/barcode.png');
	 background-repeat: repeat-y;
	 min-width: 100px;
}
.section-ticket-book .grid-box .widget[type="ticket"] .bottom .book {
	 display: block;
	 font-size: 12px;
	 font-weight: bold;
	 background-color: #f86c6b;
   border-color: #f86c6b;
   border: 0;
	 padding: 0 18px;
	 line-height: 30px;
	 border-radius: 15px;
	 color: #fff;
	 text-decoration: none;
   outline: none;
}
.section-ticket-book .grid-box .widget[type="ticket"] .bottom .book.bg-green {
  background-color: green !important;
  cursor: auto;
}
.section-ticket-book .grid-box .widget[type="ticket"] .rip {
	 height: 20px;
	 margin: 0 10px;
	 background-image: url('https://globalwomanlounge.com/img/rip.png');
	 background-size: 4px 2px;
	 background-repeat: repeat-x;
	 background-position: center;
	 position: relative;
	 box-shadow: 0 1px 0 0 #fff, 0 -1px 0 0 #fff;
}
.section-ticket-book .grid-box .widget[type="ticket"] .rip:before,
.section-ticket-book .grid-box .widget[type="ticket"] .rip:after {
	 content: '';
	 position: absolute;
	 width: 27px;
	 height: 27px;
	 top: 50%;
	 transform: translate(-50%, -50%) rotate(45deg);
	 border: 5px solid transparent;
	 border-top-color: #fff;
	 border-right-color: #fff;
	 border-radius: 100%;
	 pointer-events: none;
}
.section-ticket-book .grid-box .widget[type="ticket"] .rip:before {
	 left: -10px;
}
.section-ticket-book .grid-box .widget[type="ticket"] .rip:after {
	 transform: translate(-50%, -50%) rotate(225deg);
	 right: -37px;
}
.section-ticket-book .grid-box .widget .-bold {
	 font-weight: bold;
   line-height: initial;
}
.section-ticket-book .grid-box .widget[type="ticket"] .top .divider {
  border-bottom: 1px solid #ddd;
  margin: 0 18px 10px 18px;
}
.section-ticket-book .grid-box .widget .-bold .original {
  text-decoration: line-through;
  opacity: .7;
}

.section-ticket-book .apply-member {
  margin-top: 30px;
}

.section-ticket-book .apply-member .btn {
  width: 100%;
}

.section-ticket-book .apply-member p {
  font-size: 24px;
}

@media screen and (max-width: 1240px) {
  .section-ticket-book .col-lg-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section-ticket-book .ticket-book-content {
    margin-top: 35px;
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .section-ticket-book .before-login .verify .btn:last-child {
    margin-left: 14px;
  }

  .section-ticket-book .grid-box .widget {
    margin-bottom: 30px;
  }
}

/* css for section-countdown */
.section-countdown {
  position: relative;
  padding: 150px 0;
  background-image: url('../images/count-down-banner.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
  color: #fff;
}

.section-countdown:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: -1;
}

.section-countdown .countdown-title {
  text-transform: uppercase;
  margin: 0 0 35px;
  font-size: 18px;
}

.section-countdown #countdown {
  padding: 0;
  margin: 0;
  text-align: center;
  list-style: none;
}

.section-countdown #countdown li {
  display: inline-block;
  width: 104px;
  text-align: center;
  background: transparent;
  padding: 15px 5px;
  margin-right: 15px;
  margin-bottom: 20px;
  border: 2px solid #fff;
}

.section-countdown #countdown li span {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  height: 108px;
  line-height: 1;
  position: relative;
}

.section-countdown #countdown li p {
  margin-top: 5px;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.975em;
  margin: 5px 0 0;
  font-weight: 300;
}

.section-countdown .calendarMenu {
  text-align: center;
}

.section-countdown .calendarMenu .dropdown {
  display: inline-block;
}

.section-countdown .calendarMenu .dropdown .btn {
  padding: 7px 25px;
  color: #fff !important;
  border: solid 2px #fff;
  font-size: 14px;
  font-weight: 500;
  outline: none;
  line-height: 20px;
  vertical-align: middle;
  background: 0 0;
  border-radius: 0;
  text-transform: uppercase;
  transition: all 0.25s ease-out;
  margin-top: 35px;
}

.section-countdown .calendarMenu .dropdown .btn:hover {
  border-color: #fff;
}

.section-countdown .calendarMenu .dropdown .dropdown-menu {
  background: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 2px;
  color: #000;
  width: 100%;
}

.section-countdown .calendarMenu .dropdown .dropdown-menu a {
  color: #000;
  font-size: 14px;
  text-decoration: none;
  outline: none;
  padding: 10px 20px;
  line-height: 1.3em;
  display: block;
  border-bottom: 1px solid #e7e7e7;
}

.section-countdown .calendarMenu .dropdown .dropdown-menu a:last-child {
  border: 0;
}

.section-countdown .calendarMenu .dropdown .dropdown-menu a:hover {
  background: #efefef;
}

/* css for section-live */
.section-live {
  padding: 0;
}

@media screen and (max-width: 767px) {
 .section-live iframe {
    height: 238px;
  }
}

/* css for section-two */
.section-two img {
  width: 100%;
}

.section-two .two-content {
  padding-left: 30px;
}

.section-two .two-content h1 {
  font-size: 2rem;
}

.section-two .two-content .date-time {
  font-style: italic;
  color: #da2926;
}

.section-two .two-content .btn {
  width: 100%;
}

@media screen and (max-width: 991px) {
.section-two .two-content {
    padding-left: 0;
    margin-top: 35px;
  }
}

/* css for section-lobby */
.section-lobby {
  padding: 70px 0 50px 0;
  background-image: url('http://globalwomanlobby.com/assets/images/h-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}

.section-lobby img {
  width: 100%;
}

.section-lobby .lobby-content {
  padding-left: 30px;
  text-align: center;
  margin-top: 35px;
}

.section-lobby .lobby-content img {
  max-width: 300px;
}

.section-lobby .lobby-content h1 {
  color: inherit;
  margin: 20px 0;
}

.section-lobby .lobby-content p {
  margin-bottom: 35px;
}

@media screen and (max-width: 991px) {
.section-lobby .lobby-content {
    padding-left: 0;
  }

  .section-lobby .lobby-content .btn {
    width: 100%;
  }
}

/* css for section-about */
.section-about {
  text-align: center;
}

.section-about p a {
   color: #da2926;
}

/* css for section-mirela */
.section-mirela {
  background-color: #eee;
}

.section-mirela .section-title h1 {
  margin-bottom: 70px;
}

.section-mirela .divider {
  margin: 70px 0;
  display: inline-block;
  width: 100%;
}

.section-mirela img {
  width: 100%;
}

.section-mirela .mirela-content {
  padding-left: 30px;
}

.section-mirela .mirela-content h1 {
  padding-bottom: .5rem;
  border-bottom: 1px solid #aaa;
  margin-bottom: 1rem;
  font-size: 2rem;
}

.section-mirela .mirela-content h1 span {
  font-size: 18px;
  font-style: italic;
  line-height: 2;
  font-family: 'Montserrat',sans-serif;
  color: #4d4d4d;
}

.section-mirela .btn {
  width: 100%;
}

.section-mirela .mirela-story {
  padding-right: 30px;
}

.section-mirela .mirela-story ul {
  padding: 0 0 1rem 15px;
  margin: 0 0 1rem 0;
  border-bottom: 1px solid #aaa;
}

.section-mirela .mirela-story ul li {
  margin-bottom: .5rem;
}

.section-mirela .mirela-story ul li:last-child {
  margin: 0;
}

.section-mirela .mirela-story .enquiry {
  font-size: 14px;
  margin: .5rem 0 0 0;
}

@media screen and (max-width: 991px) {
.section-mirela .mirela-content {
    padding-left: 0;
    margin-top: 35px;
  }

  .section-mirela .mirela-story {
    padding-right: 0;
    margin-bottom: 35px;
  }

  .section-mirela .divider {
    margin: 0 0 35px 0 ;
  }
}

/* css for section-meeting */
.section-meeting img {
  width: 100%;
}

.section-meeting .section-title h1 {
  margin-bottom: 70px;
}

.section-meeting .meeting-content {
  padding-left: 30px;
}

.section-meeting .meeting-content .btn {
  width: 100%;
}

@media screen and (max-width: 991px) {
.section-meeting .meeting-content {
    padding-left: 0;
    margin-top: 35px;
  }
}

/* css for section-hostInfo */
.section-hostInfo {
  background-color: #222;
  color: #fff;
}

.section-hostInfo .bg {
  background-image: url('../images/join-the-global-woman-club.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 0;
  margin: 0 -15px;
}

.section-hostInfo .bg img {
  width: 100%;
  display: none;
}

.section-hostInfo .p-0 {
  margin: 0 0 0 30px;
}

.section-hostInfo .hostInfo-content {
  padding: 95px 45px;
}

.section-hostInfo .hostInfo-content h1 {
  color: inherit;
  margin-bottom: 35px;
}

@media screen and (max-width: 991px) {
  .section-hostInfo {
    padding: 0 0 35px 0 !important;
  }

  .section-hostInfo .bg {
    background-image: none;
    margin: 0;
  }

  .section-hostInfo .bg img {
    display: block;
  }

  .section-hostInfo .p-0 {
    padding: 0 15px !important;
    margin: 0;
  }

  .section-hostInfo .hostInfo-content {
      padding: 0;
      margin-top: 35px;
    }
}

/* css for section-clubInfo */
.section-clubInfo {
  padding-bottom: 35px;
}

.section-clubInfo .col-lg-12 {
  margin-top: 1rem;
}

.section-clubInfo .clubInfo-content {
  padding-left: 30px;
}

.section-clubInfo .clubInfo-content h1 {
  font-size: 2rem;
}

@media screen and (max-width: 1199px) {
  .section-clubInfo .col-lg-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .section-clubInfo .clubInfo-content {
    padding-left: 0;
    margin-top: 35px;
  }
}

@media screen and (max-width: 991px) {
  .section-clubInfo .col-lg-12 {
    margin: 0;
  }
}

/* css for section-clubGallery */
.section-clubGallery {
  padding-top: 0;
  text-align: center;
}

.section-clubGallery img {
  width: 100%;
}

.section-clubGallery .btn {
  margin-top: 45px;
}

@media screen and (max-width: 991px) {
  .section-clubGallery img {
    margin-bottom: 30px;
  }

  .section-clubGallery .btn {
    margin-top: 15px;
  }
}

/* css for section-galleryCard */
.section-galleryCard {
  background-color: #eee;
  padding-bottom: 40px;
}

.section-galleryCard .card {
  padding: 30px;
  border: 0;
  border-radius: 0;
  margin-bottom: 30px;
}

.section-galleryCard .card .card-img {
  border-radius: 0;
}

.section-galleryCard .card .card-body {
  padding: 0 0 0 30px;
}

.section-galleryCard .card .card-body .card-title {
  font-size: 2rem;
}

@media screen and (max-width: 1199px) {
  .section-galleryCard .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .section-galleryCard .card .card-body {
    padding: 30px 0 0 0;
  }
}

/* css for section-benefits */
.section-benefits .section-title {
   margin-bottom: 35px;
}

.section-benefits .benefits-content ol {
  padding: 0 0 0 15px;
  margin: 0;
}

.section-benefits .benefits-content ol li {
  margin-bottom: 1rem;
  font-weight: 600;
}

.section-benefits .benefits-content ol li:last-child {
  margin: 0;
}

.section-benefits .benefits-content .btn {
  width: 100%;
  padding: 15px;
  margin-top: 35px;
}

.section-benefits .benefits-content p {
  text-align: center;
  margin: 35px 0 0 0;
}

/* css for section-banner */
.section-banner {
  background-color: #222;
}

.section-banner img {
  width: 100%;
}

/* css for section-testimonials */
.section-testimonials .carousel .carousel-indicators {
  margin-bottom: 0;
  bottom: -15px;
}

.section-testimonials .carousel .carousel-indicators li {
  background-color: #da2926;
  height: 4px;
}

.section-testimonials .carousel .carousel-inner .carousel-item .card {
  margin-bottom: 30px;
}

.section-testimonials .carousel .carousel-inner .carousel-item .card .card-header {
  display: flex;
  align-items: center;
  padding: 25px;
  background-color: transparent;
  border: 0;
  padding-bottom: 0;
}

.section-testimonials .carousel .carousel-inner .carousel-item .card .card-header .author-image {
  min-width: 50px;
  min-height: 50px;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  object-fit: cover;
}

.section-testimonials .carousel .carousel-inner .carousel-item .card .card-header .author-info {
  padding-left: 15px;
}

.section-testimonials .carousel .carousel-inner .carousel-item .card .card-header .author-info h4 {
  font-size: 18px;
  margin: 0 0 6px 0;
}

.section-testimonials .carousel .carousel-inner .carousel-item .card .card-header .author-info span {
  font-size: 12px;
  font-style: italic;
  line-height: 1.3;
}

.section-testimonials .carousel .carousel-inner .carousel-item .card .card-body {
  padding: 25px;
}

.section-testimonials .carousel .carousel-inner .carousel-item .card .card-body p {
  font-size: 14px;
}

@media screen and (max-width: 1199px) {
  .section-testimonials .carousel .carousel-inner .carousel-item .col-md-5 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* css for section-three */
.section-three {
  background-color: #eee;
}

.section-three .three-content {
  padding-right: 30px;
}

.section-three .three-content h1 {
  text-align: center;
  font-size: 3.5rem;
}

@media screen and (max-width: 991px) {
  .section-three .three-content {
      padding: 0;
      margin-bottom: 35px;
    }

    .section-three .three-content h1 {
      font-size: 2.5rem;
    }
}

/* css for section-member */
.section-member .member-content {
  padding-left: 30px;
}

.section-member .member-content h1 {
  font-size: 2rem;
}

.section-member .section-title h1 {
  margin-bottom: 70px;
}

.section-member .member-content ul {
  margin: 0;
  padding: 0 0 0 15px;
}

.section-member .member-content ul li {
  margin-bottom: .5rem;
}

.section-member .member-content ul li:last-child {
  margin-bottom: 1rem;
}

.section-member .member-content .btn {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .section-member .member-content {
      padding: 0;
      margin-top: 35px;
    }
}

/* css for section-gallery */
.section-gallery {
  background-color: #da2926;
}

.section-gallery img {
  width: 100%;
  margin-bottom: 30px;
  border: 7px solid #fff;
}

.section-gallery .gallery-content {
  text-align: center;
}

/* css for section-footer */
.section-footerTop {
  background-color: #222;
  padding-bottom: 35px;
}

.section-footerTop .footerTop-content {
  text-align: center;
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #fff;
}

.section-footerTop .footerTop-content.last-child {
  padding: 0;
  border: 0;
}

.section-footerTop .footerTop-content h3 {
  margin: 0 0 35px 0;
}

.section-footerTop img {
  width: 100%;
}

.section-footerBottom {
  background-color: #000;
  color: #fff;
  padding: 20px 0;
}

.section-footerBottom .footerBottom-content {
  text-align: center;
}

.section-footerBottom .footerBottom-content p {
  font-size: 14px;
}

/* css for section-quote / section-quoteTwo */
.section-quote,
.section-quoteTwo {
  background-color: #eee;
}

.section-quoteTwo {
  padding: 35px 0;
}

.section-quote .section-title h1,
.section-quoteTwo .section-title h1 {
  border: 0;
  margin: 0 0 10px 0;
  padding: 0;
}

.section-quote .section-title span,
.section-quoteTwo .section-title span {
  display: block;
  font-size: 18px;
}

.embed-responsive .play-button{
    width: 68px;
    height: 48px;
    border-radius: 13px;
    background-color: red;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	  z-index:1;
    cursor: pointer;
    text-align: center;
    line-height: 48px;
    color: #fff;
    font-size: 20px;
}

.embed-responsive:hover #pause {
  opacity: 1 !important;
  transition: all 150ms ease-out;
}
