/* Global */

body {
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  color: #464555;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-weight: 700;
}

.bg-primary {
  background: #f17585;
}

a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  -ms-transition: all 0.35s;
  transition: all 0.35s;
}

a:hover {
  text-decoration: none;
}

.equal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.equal>[class*='col-'] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form-control:focus {
  box-shadow: none;
  border-color: #F17686;
}

.inner-page-bg {
  background: #F4F4F4;
}

.inner-page-content {
  padding: 40px 0px;
}

.inner-page-heading {
  font-size: 72px;
  font-weight: 700;
  color: #ffffff;
  margin-top: 100px;
}

.inner-page-divider {
  border: 1px solid #E4E4E4;
  margin: 30px 0px;
}


/* Buttons */

button:focus {
  outline: none;
  box-shadow: none;
}

.btn {
  padding: 9px 38px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 2px;
}

.btn:focus {
  box-shadow: none;
}

.btn-primary {
  background-color: #f17686;
  border-color: #f17686;
}

.btn-primary:hover {
  background-color: #F26678;
  border-color: #F26678;
}

.btn-outline-dark {
  color: #ffffff;
  border-color: #909099;
  font-weight: 500;
}

.btn-outline-dark:hover {
  color: #ffffff;
  background-color: #909099;
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle {
  background-color: #909099;
  border-color: #909099;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
  background-color: #FB93A0;
  border-color: #FB93A0;
}

.btn-dark.focus,
.btn-dark:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus .btn-primary.focus,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}


/* Form */

.custom-checkbox .custom-control-label::before {
  width: 25px;
  height: 25px;
  left: -35px;
  top: 0;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 5px;
}

.custom-control-input:checked~.custom-control-label::before {
  background: #F4F4F4;
  border: none;
}

.custom-control-label {
  font-size: 16px;
  font-weight: 500;
  color: #464555;
}

.custom-control-label::before,
.custom-control-input:not(:disabled):active~.custom-control-label::before {
  background: #F4F4F4;
  border: none;
}

.custom-control-input:focus~.custom-control-label::before {
  box-shadow: none;
}

.custom-control-inline {
  margin-right: 45px;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
  background-image: url('../img/icon/checked.svg');
}

.custom-control-label::after {
  width: 25px;
  height: 25px;
  left: -35px;
  top: 0;
}

.custom-control-label::selection {
  background: transparent;
}


/* Search */

.serach-input {
  background: #F4F4F4 url('../img/icon/search-events.svg') no-repeat;
  border-radius: 0px;
  border: none;
  height: 49px;
  padding-left: 15px;
  background-position: 95%;
}

.serach-input:focus {
  background: #F4F4F4 url('../img/icon/search-events.svg') no-repeat;
  background-position: 95%;
}

.serach-input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #B3B3B5;
}

.serach-input::-moz-placeholder {
  /* Firefox 19+ */
  color: #B3B3B5;
}

.serach-input:-ms-input-placeholder {
  /* IE 10+ */
  color: #B3B3B5;
}

.serach-input:-moz-placeholder {
  /* Firefox 18- */
  color: #B3B3B5;
}


/* Inner page Card */

.inner-page-card {
  padding: 30px;
  border: 1px solid #EBEBEB;
  border-radius: 0px;
  margin-bottom: 25px;
}

.inner-page-card p {
  font-size: 15px;
  color: #464555;
  line-height: 26px;
}


/* Global */


/* Header */

.home-header {
  background: #57628d url('../img/home-header-bg.jpg') no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  z-index: 1;
  height: 885px;
}

header {
  position: relative;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(70, 78, 115, 0.7);
  z-index: -1;
}


/* End of Header */


/* Contact Header */

.contact-header {
  background: #57628d url('../img/contact-us.png') no-repeat;
  height: 328px;
}

.contact-header .inner-page-heading {
  text-transform: uppercase;
  margin-top: 55px;
}


/* Events Header */

.events-header {
  background: #57628d url('../img/events-header.png') no-repeat;
  height: 350px;
}

.events-header .overlay {
  background: rgba(70, 78, 115, 0.1);
}


/* About us Header */

.about-header {
  background: #57628d url('../img/about-us-header.png') no-repeat;
  height: 500px;
}

.about-header .inner-page-heading {
  font-weight: 700;
}

.about-header .overlay {
  background: rgba(70, 78, 115, 0.2);
}


/* speakers Header */

.speakers-header {
  background: #57628d url('../img/speakers-header.png') no-repeat;
  height: 414px;
}


/* Event Detail Header */

.event-detail-header {
  background: #57628d url('../img/event-detail-header.jpg') no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  z-index: 1;
  height: 594px;
}


/* Speaker Details */

.speakers-details-header {
  background: #57628d url('../img/speaker-details-header.png') no-repeat;
  height: 443px;
}

.speakers-details-header .overlay {
  background: rgba(70, 78, 115, 0.3);
}


/* Article Header */

.article-header {
  background: #57628d url('../img/about-us-header.png') no-repeat;
  height: 567px;
}

.article-video-header {
  background: #57628d url('../img/article-video-header.png') no-repeat;
  height: 445px;
}

.article-video-header .overlay{
  background: rgba(70, 78, 115, 0.1);
}

.article-video-content-top .popup-youtube{
  display: block;
  position: relative;
}

.article-video-content-top .play-button{
  position: absolute;
  left: 47%;
  top: 45%;
}

.article-video-content .media img{
  margin-right: 20px;
}

.article-video-content .media p{
  font-size: 14px;
  color: #919191;
  line-height: 20px;
}

/* Inner Page Header Style */

.contact-header,
.about-header,
.events-header,
.speakers-header,
.speakers-details-header,
.article-header,
.article-video-header{
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  z-index: 1;
}


/* Main Menu */

#mainNav.navbar-light {
  background: transparent !important;
  border-bottom: 1px solid rgba(110, 118, 150);
}

.navbar-light .navbar-nav .nav-link {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 15px;
  color: #ffffff;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
  color: #ffffff;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #F17686;
}

.navbar-nav .dropdown-menu {
  background: rgba(54, 54, 70, 0.8);
  border: none;
  border-radius: 0px;
  padding: 15px;
  border-top: 3px solid #f17585;
}

.navbar-nav .dropdown-menu .dropdown-item {
  color: #ffffff;
  font-size: 14px;
  padding: 8px 0px;
}

.navbar-nav .dropdown-item:focus,
.navbar-nav .dropdown-item:hover,
.navbar-nav .dropdown-item {
  background: transparent;
  color: #F17686;
}

.navbar {
  padding: 30px 0px 15px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 1.3rem;
  padding-left: 1.3rem;
  position: relative;
}

.navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow {
  background: url('../img/icon/arrow-down-white.svg') no-repeat;
  width: 12px;
  height: 7.41px;
  border: none;
  vertical-align: middle;
  margin-left: 8px;
  margin-top: -3px;
  font-size: 0px;
}

.navbar-nav .nav-link:hover .sub-arrow {
  opacity: 0.5;
}

.navbar .serach-icon {
  width: 20px;
}

.navbar-light .navbar-toggler {
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
  padding: 10px 20px;
  border-color: rgba(255, 255, 255, .5);
  margin-right: 15px;
}


/* Header Content */

.header-content {
  padding-top: 80px;
}

.header-content h1 {
  font-size: 50px;
  line-height: 60px;
  color: #ffffff;
  margin-bottom: 30px;
}

.header-content p {
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
}

.header-upcoming-events {
  margin-top: 150px;
}

.header-upcoming-events h6 {
  color: #ffffff;
  margin-bottom: 30px;
  font-weight: 500;
}

.header-upcoming-events-box {
  background-color: rgba(87, 98, 141, 0.5);
  border: 1px solid #7780a2;
  padding: 20px 15px 20px 30px;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  -ms-transition: all 0.35s;
  transition: all 0.35s;
}

.header-upcoming-events-box h3 {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 2px;
  line-height: normal;
}

.header-upcoming-events-box p {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 15px;
  line-height: normal;
}

.header-upcoming-events-box .btn-primary {
  background-color: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.0);
  padding: 6px 15px;
  border-radius: 30px;
  margin-right: 25px;
}

.header-upcoming-events-box .learn-more {
  font-size: 15px;
  color: #ffffff;
}

.header-upcoming-events-box .learn-more:hover {
  text-decoration: none;
}

.header-upcoming-events-box:hover,.header-upcoming-events-box.active{
  background: #ffffff;
  color: #765C84;
}

.header-upcoming-events-box:hover h3,.header-upcoming-events-box.active h3,
.header-upcoming-events-box:hover p,.header-upcoming-events-box.active p{
  color: #765C84;
}


.header-upcoming-events-box:hover h3,
.header-upcoming-events-box:hover p{
  color: #464248;
}


.header-upcoming-events-box:hover .learn-more,.header-upcoming-events-box.active .learn-more{
  color: #f17686;
}

.header-upcoming-events-box:hover .btn-primary,.header-upcoming-events-box.active .btn-primary{
  background-color: #f17686;
  border-color: #f17686;
}

.header-upcoming-events-box .learn-more:hover{
  color: #EE586B;
}

.header-upcoming-events-box .btn-primary:hover{
  background-color: #EE586B;
  border-color: #EE586B;
}

.header-upcoming-events-box-1 {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.header-upcoming-events-box-3 {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}


/* Home Services About */

.home-services-about {
  padding: 100px 0px 120px;
}

.home-about-bg {
  background: #F2EFF2;
  height: 352px;
}

.home-video-about {
  width: 376px;
  height: 391px;
  margin-left: 20px;
  margin-top: -20px;
  display: block;
  position: relative;
}

.home-video-about .play-button {
  position: absolute;
  top: 42%;
  left: 43%;
}

.home-about-content {
  background: #ffffff;
  padding: 60px 40px 60px 50px;
  width: 715px;
  margin-left: -80px;
  margin-top: 12px;
}

.home-about-content p {
  font-size: 17px;
}

.home-services-header {
  text-align: center;
  margin-top: 100px;
}

.home-services-header h2 {
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: #464555;
  margin-bottom: 5px;
}

.home-services-header p {
  font-size: 18px;
  line-height: 32px;
  color: #464555;
}

.home-services-box {
  background: #F8F8F8;
  padding: 38px 15px;
  display: block;
  height: 170px;
}

.home-services-box:hover {
  text-decoration: none;
  background: #F17686;
}

.home-services-box h3 {
  margin-top: 18px;
  font-size: 16px;
  color: rgba(70, 69, 85, 0.7);
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.home-services-box:hover h3 {
  color: #ffffff;
}

.home-services-box img {
  display: block;
  margin: 0 auto 0px;
}

.home-services-box .img-hover {
  display: none;
}

.home-services-box .img-first {
  display: block;
}

.home-services-box:hover .img-first {
  display: none;
}

.home-services-box:hover .img-hover {
  display: block;
}

.home-services-boxes {
  margin-top: 40px;
}

.home-services-box {
  border: 1px solid rgba(229, 229, 229, 0.5);
}

.home-services-box-2,
.home-services-box-3,
.home-services-box-4,
.home-services-box-5,
.home-services-box-6 {
  border-left: none;
}

.home-services-box-1 {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.home-services-box-6 {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}


/* Popup Video Animation */

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}


/* Popup Animation */

.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}

.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}


/* Feel free to change duration  */

.animated {
  -webkit-animation-duration: 1000 ms;
  animation-duration: 1000 ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


/* .owl-animated-out - only for current item */


/* This is very important class. Use z-index if you want move Out item above In item */

.owl-animated-out {
  z-index: 1
}


/* .owl-animated-in - only for upcoming item
/* This is very important class. Use z-index if you want move In item above Out item */

.owl-animated-in {
  z-index: 0
}


/* .fadeOut is style taken from Animation.css and this is how it looks in owl.carousel.css:  */

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

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}


/* Browse our latest content */

.browser-our-latest-content {
  padding: 90px 0px;
  background: #F4F4F4;
}

.browser-our-latest-content .common-header {
  margin-bottom: 60px;
}

.browser-our-latest-content .card {
  border-radius: 0px;
  border: 1px solid #E9E9E9;
}

.card-with-bg {
  background: url('../img/icon/content-icon/blog-bg.png') no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  padding: 15px 30px 30px;
}

.card-with-bg-header .media {
  margin-top: 8px;
}

.card-with-bg-header .media h6 {
  color: #ffffff;
  margin-top: 2px;
  margin-left: 10px;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 500;
}

.card-with-bg-header hr {
  border: 1px solid rgba(233, 233, 233, 0.20);
}

.card-with-bg-content {
  margin-top: 10px;
}

.card-with-bg-content .media img {
  margin-right: 20px;
}

.card-with-bg-content h6 {
  font-size: 14px;
  color: #a599a5;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.card-with-bg-content h2 {
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 25px;
  font-weight: 400;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  -ms-transition: all 0.35s;
  transition: all 0.35s;
}

.card-with-bg-content h2:hover{
  color: #f17686;
}

.card-with-bg-content p {
  font-size: 15px;
  color: #ffffff;
}

.card-with-bg-content p .read-more {
  color: #f17686;
  font-weight: 500;
}

.content-card {
  padding: 15px 30px 30px;
}

.card-header-style .media {
  margin-top: 8px;
}

.card-header-style .media h6 {
  color: #978B97;
  margin-top: 2px;
  margin-left: 10px;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 500;
}

.card-header-style hr {
  border: 1px solid #E9E9E9;
  margin-bottom: 25px;
}

.content-card .card-body h6 {
  font-weight: 500;
  font-size: 14px;
  color: #A599A5;
  margin-bottom: 15px;
  margin-top: 20px;
}

.content-card .card-body a {
  color: #000000;
}

.content-card .card-body h2 {
  font-weight: 400;
  font-size: 20px;
  color: #000000;
   -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  -ms-transition: all 0.35s;
  transition: all 0.35s;
}

.content-card .card-body a:hover h2 {
  color: #f17686;
}

.content-card .card-body {
  padding: 0;
}

.view-all-box {
  text-align: center;
  margin-top: 60px;
}

.view-all-box a {
  color: #F17686;
  font-size: 14px;
  font-weight: 500;
}


/* Three Services List */
.three-services-list {
    text-align: center;
    display: block;   
}

.three-services-list img {
  margin-top: 100px;
}

.three-services-list h2 {
  font-size: 28px;
  color: #ffffff;
  margin-top: 20px;
}

.three-services-list-1 {
  background: url('../img/three-services-list/1.png');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  height: 328px;
}

.three-services-list-2 {
  background: url('../img/three-services-list/2.png');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  height: 328px;
}

.three-services-list-3 {
  background: url('../img/three-services-list/3.png');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  height: 328px;
}

.three-services-list-1 .overlay {
  background: rgba(118, 92, 132);
}

.three-services-list-1 .overlay {
  background: rgba(118, 92, 132);
}

.three-services-list-2 .overlay {
  background: #3F4A74;
}

.three-services-list-3 .overlay {
  background: #CE6C79;
}

.three-services-list-2 img {
  margin-top: 120px;
}

.three-services-list-3 img {
  margin-top: 110px;
}


.image-box{
  width:100%;
  height:100%;
  overflow:hidden;
  display: block;
  position: relative;
  height: 328px;
}

.image-1,.image-2,.image-3 {
  width:100%;
  height:100%;  
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
} 

.image-1{
  background: url('../img/three-services-list/1.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}
.image-2{
  background: url('../img/three-services-list/2.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  padding-top: 10px;
}
.image-3{
  background: url('../img/three-services-list/3.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}

.image:hover {  
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2); /* IE 9 */ 
  transform: scale(1.2);
} 





/* Global Partners */

.global-partners {
  padding: 90px 0px;
  background: #F9F9F9;
}

.common-header {
  text-align: center;
}

.common-header h2 {
  font-size: 32px;
  color: #464555;
  line-height: 24px;
  text-align: center;
}

.common-header hr {
  width: 92px;
  border: 2px solid #F17786;
  margin-top: 35px;
}

.global-partners-logo-list {
  text-align: center;
}

.global-partners-logo-list-1 {
  margin-top: 50px;
}

.global-partners-logo-list .gpl-card {
  padding: 0px 15px;
  border: 1px solid #EBEBEB;
  text-align: center;
  width: 200px;
  height: 118px;
  line-height: 118px;
  border-radius: 0px;
  display: inline-block;
  background: #ffffff;
}

.global-partners-logo-list .gpl-card img {
  max-width: 100%;
}

.three-services-list h2 {
  font-size: 20px;
}


/* Subscription Expert Speakers */

.subscription-expert-speakers {
  padding: 90px 0px;
}

.subscription-content {
  margin-top: 40px;
}

.subscription-content p {
  font-size: 18px;
  color: #464555;
}

.subscription-form {
  margin-top: 60px;
  margin-bottom: 80px;
}

.subscription-form .form-control {
  font-size: 17px;
  font-weight: 500;
  color: #464555;
  border-radius: 5px;
  border-color: #dddde4;
  height: 60px;
  padding-left: 15px;
}

.subscription-form .btn-primary {
  width: 100%;
  height: 60px;
  font-size: 20px;
}

.subscription-form .form-control:focus {
  border-color: #765c84;
}

.subscription-form .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #464555;
}

.subscription-form .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #464555;
}

.subscription-form .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #464555;
}

.subscription-form .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #464555;
}

.section-divider {
  border: 1px solid #E6E0E6;
}

.expert-speaker-box {
  margin-top: 100px;
}

.expert-speaker-box h2 {
  font-weight: 300;
  color: #464555;
  font-size: 42px;
}

.expert-speaker-box h2 span {
  font-weight: 700;
  color: #f17686;
}

.expert-speaker-slider-bg {
  background: url('../img/expert-speaker-slider-bg.jpg') no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  height: 435px;
  margin-top: 60px;
  position: relative;
}

.es-slide-content {
  padding: 25px;
}

.es-slide-content h2 {
  font-size: 28px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 25px;
}

.es-slide-content p {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 30px;
}

.es-slide-content-box {
  padding: 35px;
}

.expert-speaker-img {
  position: relative;
  width: 400px;
  height: 400px;
}

.expert-speaker-img img {
  position: absolute;
  top: -102px;
}

.es-slide-btns {
  margin-top: 35px;
}

.es-slide-btns .btn {
  font-size: 16px;
  border-radius: 25px;
  margin-right: 20px;
  font-weight: 500;
}

.expert-speaker-carousel .owl-nav {
  position: absolute;
  bottom: 15%;
  left: 6%;
}

.expert-speaker-carousel .owl-nav [class*=owl-]:hover {
  background-color: transparent;
  opacity: 100;
}

.expert-speaker-carousel .owl-nav [class*=owl-] {
  width: 32px;
  height: 23px;
}

.expert-speaker-carousel .owl-nav [class*=owl-] span {
  display: none;
}

.expert-speaker-carousel .owl-nav button.owl-prev {
  background: url('../img/icon/slider-arrow/left-arrow.svg') no-repeat;
  width: 32px;
  height: 23px;
  margin-right: 25px;
}

.expert-speaker-carousel .owl-nav button.owl-prev:hover {
  background: url('../img/icon/slider-arrow/left-arrow-hover.svg') no-repeat;
  width: 32px;
  height: 23px;
}

.expert-speaker-carousel .owl-nav button.owl-next {
  background: url('../img/icon/slider-arrow/right-arrow.svg') no-repeat;
  width: 32px;
  height: 23px;
}

.expert-speaker-carousel .owl-nav button.owl-next:hover {
  background: url('../img/icon/slider-arrow/right-arrow-hover.svg') no-repeat;
  width: 32px;
  height: 23px;
}


/* Twitter Testimonial */

.twitter-testimonial {
  padding: 0px 0px 100px;
}

.twitter-twite-show img {
  margin-bottom: 25px;
}

.twitter-twite-show a {
  color: #F17686;
}

.section-testimonial-box {
  border-left: 1px solid #f3eff3;
}

.section-testimonial-box {
  margin-left: 25px;
  padding: 30px 0px 50px 30px;
}

.testimonial-box img {
  width: auto !important;
  display: block;
  margin: 0px auto 50px;
}

.testimonial-box h2 {
  font-size: 24px;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  margin-bottom: 25px;
  position: relative;
}

.testimonial-box p {
  font-size: 18px;
  color: #464555;
}

.testimonial-box-slider .owl-dots .owl-dot span {
  background: #e6e1e6;
}

.testimonial-box-slider .owl-dots .owl-dot.active span,
.testimonial-box-slider .owl-dots .owl-dot:hover span {
  background: #846784;
}

.twitter-twite-show {
  padding-top: 40px;
}


/* Serach Popup */

#serach-popup {
  position: relative;
  background: rgba(73, 87, 122, 0.5);
  padding: 25px;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  height: 100vh;
}

#serach-popup form {
  margin-top: 80px;
}

#serach-popup .form-control {
  background: transparent url('../img/icon/search/search.svg') no-repeat;
  border: none;
  height: 60px;
  color: #ffffff;
  font-size: 24px;
  padding-left: 50px;
  background-position: 10px;
}

#serach-popup .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ffffff;
}

#serach-popup .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
}

#serach-popup .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #ffffff;
}

#serach-popup .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
}

#serach-popup .mfp-close {
  color: #fff;
  font-size: 50px;
  margin: 25px;
  opacity: 100;
}


/* Contact us */

.contact-us {
  padding: 90px 0px;
}

.contact-us-form input.form-control {
  font-size: 17px;
  font-weight: 500;
  color: #464555;
  border-radius: 5px;
  border-color: #dddde4;
  height: 60px;
  padding-left: 15px;
  margin-bottom: 20px;
}

.contact-us-form .btn-primary {
  width: 100%;
  height: 55px;
  font-size: 18px;
}

.contact-us-form .form-control:focus {
  border-color: #765c84;
}

.contact-us-form textarea {
  height: auto;
  font-size: 17px;
  font-weight: 500;
  color: #464555;
  border-radius: 5px;
  border-color: #dddde4;
  padding-left: 15px;
  padding-top: 15px;
  margin-bottom: 30px;
  resize: none;
}

.contact-us-form .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #464555;
}

.contact-us-form .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #464555;
}

.contact-us-form .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #464555;
}

.contact-us-form .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #464555;
}

.contact-us-address {
  padding: 0px 40px;
}

.contact-us-address {
  border-left: 1px solid #E5E5E5;
}

.contact-us-address img.img-fluid {
  margin-bottom: 50px;
}

.contact-us-address .media p,
.contact-us-address .media a {
  font-size: 18px;
  color: #464555;
}

.contact-us-address .media a {
  line-height: normal;
}

.contact-us-address .media {
  margin-bottom: 20px;
}

.telephone-media {
  margin-bottom: 10px;
}


/* About us */

.about-tab-list {
  margin-top: 90px;
}

.tab-img {
  display: inline-block;
}

.tab-img-active {
  display: none;
}

.header-tab-list .nav-link {
  background-color: rgba(87, 98, 141, 0.5);
  border: 1px solid #7780a2;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  -ms-transition: all 0.35s;
  transition: all 0.35s;
  color: #ffffff;
  font-size: 16px;
  line-height: 96px;
  padding: 0;
  height: 96px;
  border-radius: 0px;
  font-weight: 500;
}

.header-tab-list .nav-link img {
  margin-right: 5px;
}

.header-tab-list .nav-item:first-child .nav-link {
  border-top-left-radius: 5px;
}

.header-tab-list .nav-item:last-child .nav-link {
  border-top-right-radius: 5px;
}

.header-tab-list .nav-link.active {
  background: #f4f4f4;
  border-color: #f4f4f4;
  color: #F17686;
}

.header-tab-list .nav-link.active, .header-tab-list .show>.nav-link{
  background: #f4f4f4;
  border-color: #f4f4f4;
  color: #F17686;
}

.header-tab-list .nav-link.active .tab-img {
  display: none;
}

.header-tab-list .nav-link.active .tab-img-active {
  display: inline-block;
}

.header-tab-list .professional-development-item .nav-link {
  line-height: 0px;
  padding-top: 30px;
}

.resources-tab-list .nav-link.active, .resources-tab-list .show>.nav-link {
    color: #F17686;
    background-color: #f4f4f4;
}

.header-tab-list .dropdown-item.active,.header-tab-list .dropdown-item:active{
  color: #16181b;
  text-decoration: none;
  background-color: transparent;
}

.header-tab-list .dropdown{
  display: none;
} 

.header-tab-list .dropdown{
  display: none;
} 

.header-tab-list .dropdown-toggle{
    text-transform: uppercase;
}

.header-tab-list .dropdown-menu{width: 100%;}

.about-optimal-left-content img {
  margin-bottom: 30px;
}

.about-optimal-right-content h2 {
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  color: #F17686;
}

.meet-the-team-content .media {
  margin-bottom: 25px;
}

.meet-the-team-content .media img {
  margin-right: 30px;
}

.meet-the-team-content h2 {
  font-size: 32px;
  line-height: 40px;
  color: #464555;
}

.meet-the-team-content h4 {
  font-size: 20px;
  font-weight: 500;
  color: #464555;
  margin-bottom: 15px;
}

.meet-the-team-content p {
  font-size: 15px;
  line-height: 24px;
}

.meet-the-team-content .section-divider {
  margin: 20px 0px 50px;
}

.meet-the-team-content .media p:last-child {
  margin-bottom: 0;
}

.professional-development-content a {
  color: #F17686;
}

.professional-development-content blockquote {
  border-left: 3px solid #ECECED;
  padding-left: 20px;
  margin: 20px 0px;
}

.professional-development-content blockquote p {
  margin-bottom: 10px;
}

.professional-development-content h2 {
  font-size: 32px;
  color: #464555;
}

.professional-development-content h3 {
  font-size: 20px;
  font-weight: 500;
  color: #464555;
  margin-bottom: 20px;
}

.professional-development-content p {
  margin-bottom: 20px;
}

.app-store-step {
  margin: 30px 0px;
}

.app-store-step p {
  line-height: 26px;
  margin-bottom: 20px;
}

.professional-development-content .app-store-step h3 {
  font-size: 20px;
  font-weight: 700;
}

.app-store-step img {
  margin: 30px 20px 20px 0px;
}


/* Events Page */

.events-header .inner-page-heading {
  margin-top: 70px;
}

.events-filters-checkbox {
  margin-top: 12px;
}

.inner-page-card.events-filters {
  margin-bottom: 40px;
}

.events-place-box {
  position: relative;
  display: block;
}

.events-place-box h2 {
  position: absolute;
  bottom: 15px;
  left: 25px;
  color: #ffffff;
  font-weight: 900;
  font-size: 50px;
}

.right-events-place-box {
  border-top: 1px solid #F2F2F2;
  border-bottom: 1px solid #F2F2F2;
  padding: 16px 0px;
}

.right-events-place-box .btn {
  font-size: 16px;
}

.right-events-place-box img {
  margin-right: 20px;
}
.right-events-place-box .media p{line-height: normal;}
.right-events-place-box .media p a{
  font-size: 14px;
  color: #978b97;
  margin-bottom: 0px;  
  font-weight: 500;  
}
.right-events-place-box .media p a:hover{
  color: #949393;
}
.events-place-box-small {
  height: 242px;
  position: relative;
}

.events-place-box-small h2 {
  position: absolute;
  bottom: 30px;
  left: 25px;
  color: #ffffff;
  font-weight: 900;
  font-size: 40px;
}

.events-more-deck .media {
  margin-top: 10px;
}
.events-more-deck .media img{margin-top: -4px;}
.events-more-deck .media p {
  color: #978B97;
  font-size: 14px;
  text-transform: uppercase;
  margin-left: 14px;
  margin-bottom: 0;
  font-weight: 500;
}

.events-more-deck a {
  font-size: 14px;
  font-weight: 500;
  color: #978B97;
  display: inline-block;
}

.events-more-deck .inner-page-card {
  padding-bottom: 25px;
}

.events-page-content {
  padding-bottom: 60px;
}

.mobile-events-img {
  display: none;
}

.learn-more{
  margin-top: 12px;
}

.events-more-deck a:hover{
  color: #949393;
}


/* Event Detail */

.event-detail-header .inner-page-heading {
  margin-top: 75px;
  padding-bottom: 15px;
  border-bottom: 1px solid #7f85a1;
}

.events-details-info .media img {
  margin-right: 15px;
}

.events-details-info {
  margin-top: 20px;
}

.events-details-info .media p {
  font-size: 15px;
  color: #ffffff;
  font-weight: 500;
  margin-top: 2px;
}

.events-details-info .events-details-info-2 p {
  margin-top: 10px;
}

.events-details-info .btn {
  width: 100%;
  font-size: 19px;
  font-weight: 500;
}

.events-details-info-2 {
  padding-left: 20px;
}

.events-details-tab-list {
  margin-top: 112px;
}

.overview-header-content h2 {
  font-size: 28px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 30px;
}

.overview-header-content blockquote {
  border-left: 3px solid #ECECED;
  padding-left: 20px;
  margin: 20px 0px;
}

.overview-header-content blockquote p {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
}

.overview-content h3 {
  font-size: 20px;
  font-weight: 600;
  color: #464555;
  border-bottom: 1px solid #E9E9E9;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.overview-right-ph-box h2 {
  font-size: 24px;
  font-weight: 600;
  color: #F17686;
  border-bottom: 1px solid #E9E9E9;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.overview-right-ph-box-2 {
  margin-top: 30px;
}

.overview-right-ph-box p {
  font-size: 16px;
}

.newsletter-card {
  background: #464555;
}

.newsletter-card h2 {
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 20px;
}

.newsletter-card p {
  color: #ffffff;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.80);
}

.newsletter-card .form-control {
  background: rgba(255, 255, 255, 0.10);
  border: none;
  color: rgba(255, 255, 255, 0.80);
  height: 45px;
  margin-bottom: 15px;
  font-size: 15px;
}

.newsletter-card .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.80);
}

.newsletter-card .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.80);
}

.newsletter-card .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(255, 255, 255, 0.80);
}

.newsletter-card .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.80);
}

.newsletter-card .custom-control {
  margin-bottom: 20px;
}

.newsletter-card p.info {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.80);
  margin-bottom: 30px;
  margin-top: 20px;
}

.newsletter-card .btn {
  font-weight: 600;
  color: #495378;
  font-size: 16px;
}

.newsletter-card .custom-control-label {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.80);
  font-weight: 400;
}

.checkbox-box {
  margin-top: 30px;
}

.newsletter-card .custom-control-label::before,
.newsletter-card .custom-control-input:not(:disabled):active~.custom-control-label::before {
  background: rgba(255, 255, 255, 0.10);
}

#events-details-tab-1 .expert-speaker-box {
  margin-bottom: 30px;
}

#events-details-tab-1 .expert-speaker-img {
  height: 380px;
  width: 280px;
}

#events-details-tab-1 .expert-speaker-img img {
  top: 0px;
}

#events-details-tab-1 .es-slide-content-box {
  padding: 30px 0px;
}

#events-details-tab-1 .expert-speaker-carousel .owl-nav {
  bottom: 10%;
  left: 4%;
}

#events-details-tab-1 .expert-speaker-box h2 {
  font-size: 36px;
}

#events-details-tab-1 .expert-speaker-slider-bg {
  margin-top: 30px;
}

#events-details-tab-1 .expert-speaker-box {
  margin-top: 50px;
}

#events-details-tab-3 .card,
.speakers-page-content .card {
  padding: 20px;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  -ms-transition: all 0.35s;
  transition: all 0.35s;
}

.speakers-box {
  display: block;
}

.speakers-box h3 {
  color: #464555;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  margin-top: 15px;
}

.speakers-box p {
  font-size: 16px;
  color: #464555;
  line-height: normal;
  margin-bottom: 0;
}
.speakers-box .card:hover {
  background: #F17686;
  border-color: #F17686;
}

.speakers-box .card:hover h3,
.speakers-box .card:hover p {
  color: #ffffff;
}

.event-detail-content .view-all-box {
  margin-top: 30px;
  margin-bottom: 50px;
}

#events-details-tab-3 .card:hover,
.speakers-page-content .card:hover {
  background: #F17686;
  border-color: #F17686;
}

#events-details-tab-3 .card .card,
.speakers-page-content .card {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  -ms-transition: all 0.35s;
  transition: all 0.35s;
}

#events-details-tab-3 .card:hover h3,
#events-details-tab-3 .card:hover p,
.speakers-page-content .card:hover p,
.speakers-page-content .card:hover h3 {
  color: #ffffff;
}

.events-schedule-header {
  height: 70px;
  background: #ffffff;
  border: 1px solid #e9e9e9;
  line-height: 70px;
}

.events-schedule-header h2 {
  font-size: 28px;
  color: #464555;
  text-align: center;
  margin-bottom: 0;
  line-height: 65px;
}

.events-schedule-header-left {
  border-right: 1px solid #e9e9e9;
}

.events-schedule-header-right {
  border-left: 1px solid #e9e9e9;
}

.events-schedule-header-left,
.events-schedule-header-right {
  background: transparent;
}

.events-schedule-header-left .btn,
.events-schedule-header-right .btn {
  padding: 0;
  height: 70px;
}

.events-schedule-header-left i,
.events-schedule-header-right i {
  font-size: 40px;
  color: #e5e5e5;
}

.events-schedule-header-left .active i,
.events-schedule-header-right .active i {
  color: #f17585;
}

.schedule-details {
  margin-top: 40px;
}

.schedule-time-break {
  background: #c16985;
}

.schedule-time {
  font-size: 15px;
  color: #ffffff;
  text-align: center;
  line-height: 15px;
  padding: 40px 0px;
}

.schedule-break-content {
  background: #f9f9f9;
  padding: 50px 15px 50px 35px;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
}

.schedule-break-content h2 {
  font-size: 20px;
  color: #000000;
  margin-bottom: 0;
}

.schedule-time-normal {
  background: #495377;
  border-bottom: 1px solid #7d849d;
}

.schedule-content {
  background: #ffffff;
  border-bottom: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
}

.schedule-content {
  padding: 50px 15px 50px 35px;
}

.schedule-content h2 {
  font-size: 20px;
  color: #000000;
  margin-bottom: 20px;
}

.schedule-content p.lead {
  font-size: 15px;
  color: #464555;
  line-height: 20px;
}

.schedule-content .media {
  margin-top: 30px;
}

.schedule-content .media img {
  margin-right: 15px;
}

.schedule-content .media p {
  font-size: 14px;
  color: #919191;
  margin-bottom: 0;
  margin-top: 15px;
}

.schedule-time p {
  margin-bottom: 0;
}

.schedule-break-content-with-icon h2 {
  margin-top: 15px;
  margin-left: 30px;
}

.schedule-break-content-with-icon {
  padding-top: 30px;
  padding-bottom: 30px;
}

.lunch-time-media {
  margin-top: 20px;
}

.schedule-box-content .media p {
  margin-top: 0;
}

.schedule-box-content-1 {
  border-right: 1px solid #E9E9E9;
  padding-right: 40px;
  padding-bottom: 80px;
}

.schedule-box-content-2 {
  border-right: 1px solid #E9E9E9;
  padding-right: 20px;
  padding-left: 40px;
  padding-bottom: 80px;
}

.schedule-box-content-3 {
  padding-left: 40px;
}

#events-details-tab-2 {
  padding-bottom: 60px;
}

.media-archive-header {
  padding-bottom: 40px;
}

.media-archive-header p {
  font-size: 18px;
  color: #464555;
  font-weight: 600;
  margin-bottom: 30px;
}

.presentation-slideshows .ps-titile {
  font-size: 32px;
  color: #464555;
  margin-top: 60px;
  margin-bottom: 30px;
}

.psc-box .date {
  font-size: 14px;
  color: #A599A5;
  margin-bottom: 0;
}

.psc-box a {
  color: #464555;
}

.psc-box a h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

.psc-desc {
  font-size: 15px;
  color: #464555;
}

.presentation-slideshows-card {
  padding-top: 10px;
  padding-bottom: 30px;
}

.psc-box {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 20px;
  padding-top: 20px;
}

.psc-box a:hover {
  color: #F17686;
}

.media-archive-widget h2 {
  font-size: 24px;
  color: #F17686;
  border-bottom: 1px solid #E9E9E9;
  padding-bottom: 15px;
  margin-bottom: 30px;
}

.media-archive-widget {
  margin-bottom: 60px;
}

.media-archive-widget-gallery a {
  font-size: 16px;
  font-weight: 600;
  color: #464555;
  display: block;
  margin-bottom: 15px;
}

.media-archive-widget-gallery {
  margin-bottom: 25px;
}

.media-archive-widget .media-archive-widget-gallery:last-child {
  margin-bottom: 0;
}

.arrow-pagination p {
  font-size: 14px;
  color: #F17686;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 30px;
}

.arrow-pagination a.mid-anchor {
  color: #F17686;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}

.arrow-pagination a.mid-anchor:hover {
  opacity: 100;
}

.arrow-pagination {
  margin-top: 50px;
  padding-bottom: 30px;
}

.arrow-pagination a.active img {
  opacity: 0.5;
}

.arrow-pagination a:hover {
  opacity: 0.5;
}

.CPD-Certification {
  display: block;
  margin: 0 auto;
}

.speakers-search {
  margin-top: 118px;
}

.speakers-search .form-control {
  height: 50px;
  background: rgba(0, 0, 0, 0.20);
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  border: none;
  width: 82%;
  padding-left: 20px;
}

.speakers-search .btn {
  height: 50px;
  padding: 0 15px;
  margin-left: 10px;
}

.speakers-search .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ffffff;
}

.speakers-search .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
}

.speakers-search .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #ffffff;
}

.speakers-search .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
}

.speakers-page-content .arrow-pagination {
  margin-top: 60px;
}

.speakers-deck {
  margin-bottom: 25px;
}


/* Speakder Detais */

.speakers-details-media .media {
  margin-top: 60px;
}

.speakers-details-media .media img {
  width: 150px;
  height: 150px;
  border-radius: 150px;
  margin-right: 30px;
}

.speakers-details-media .media h2 {
  font-size: 60px;
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 0;
  margin-top: 20px;
}

.speakers-details-media .media p {
  font-size: 18px;
  color: #ffffff;
}

.speaker-cta {
  height: 230px;
  background: url('../img/speaker-details/speaker-details-cta.png') center;
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  z-index: 0;
  padding-top: 85px;
}

.speaker-cta img {
  vertical-align: initial;
}

.speaker-cta h2 {
  color: #ffffff;
  font-size: 60px;
}

.speaker-cta .btn {
  font-size: 20px;
  font-weight: 500;
  margin-top: 7px;
}

.speaker-cta-overlay {
  background: rgba(118, 92, 132, 0.8);
  position: absolute;
  width: 100%;
  height: 230px;
  left: 0px;
  top: 0px;
  z-index: -1;
}

.speakers-details-tabs .nav-link {
  font-size: 24px;
  color: #464555;
  padding: 0px 0px 10px 0px;
  position: relative;
  border-left: none;
  border-top: none;
  border-right: none;
  border-bottom: 3px solid transparent;
}

.speakers-details-tabs .nav-link::after {
  content: '';
  height: 24px;
  width: 1px;
  background: #E9E9E9;
  position: absolute;
  right: -25px;
  top: 8px;
}

.speakers-details-tabs .nav-item:not(:last-child) {
  padding-right: 50px;
}

.speakers-details-tabs .nav-item:last-child .nav-link::after {
  display: none;
}

.speakers-details-tabs .nav-item.show .nav-link,
.speakers-details-tabs .nav-link.active {
  color: #F17686;
  font-weight: 600;
  background: transparent;
  border-left: none;
  border-top: none;
  border-right: none;
  border-bottom: 3px solid #F17686;
}

.speakers-details-tabs .nav-link:focus,
.speakers-details-tabs .nav-link:hover {
  border-left: none;
  border-top: none;
  border-right: none;
  border-bottom: 3px solid #F17686;
}

#biography-tab {
  padding: 40px 0px 20px;
}

.speakers-details-widget h2 {
  font-size: 24px;
  color: #F17686;
  margin-bottom: 20px;
}

.speakers-details-events-place {
  position: relative;
}

.speakers-details-widget {
  border-bottom: 1px solid #E9E9E9;
  padding-bottom: 20px;
  padding-top: 20px;
}

.speakers-details-widget a {
  display: block;
}

.speakers-details-events-place h2 {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  line-height: normal;
  margin-bottom: 0;
  position: absolute;
  bottom: 20px;
  left: 15px;
  text-transform: uppercase;
}

.speakers-details-widget-pagination {
  margin-top: 20px;
}

.speakers-details-widget-pagination a {
  font-size: 24px;
  color: #E8E8E9;
  margin-right: 15px;
}

.speakers-details-widget-pagination a.active {
  color: #F17686;
}

.article-box img {
  margin-right: 25px;
}

.article-box .date-category p {
  font-size: 14px;
  font-weight: 500;
  color: #A599A5;
  text-transform: uppercase;
  margin-bottom: 5px;
}

#articles-tab {
  padding-top: 40px;
}

.article-box .date-category a {
  color: #F17686;
}

.article-box h2 {
  font-size: 28px;
  color: #464555;
  line-height: 33px;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  -ms-transition: all 0.35s;
  transition: all 0.35s;
}

.article-box a:hover h2 {
  color: #F17686;
}

.article-box .des p {
  font-size: 15px;
  color: #464555;
  line-height: 20px;
}

.article-box {
  padding-bottom: 25px;
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 20px;
}


/* Resources */

.resources-tab-list {
  margin-top: 90px;
}

.resources-checkbox-right {
  text-align: right;
}

.resources-checkbox-right .custom-control-inline:last-child {
  margin-right: 0;
}

.resources-filters h2 {
  color: #F17686;
  font-size: 24px;
  margin-bottom: 0;
  margin-top: 9px;
}

.resources-content .arrow-pagination {
  margin: 30px 0px 0px;
}

.recent-widget {
  margin-top: 50px;
}

.recent-widget h2 {
  font-size: 24px;
  font-weight: 600;
  border-bottom: 1px solid #E9E9E9;
  color: #F17686;
  padding-bottom: 10px;
}

.recent-widget ul {
  list-style-image: url('../img/icon/list-arrow.svg');
  margin-top: 20px;
  margin-left: 15px;
}

.recent-widget ul li {
  margin-bottom: 20px;
}

.recent-widget ul li a {
  color: #464555;
  font-size: 16px;
  font-weight: 500;
}

.recent-widget ul li a:hover {
  color: #F17686;
}

.recent-widget ul.archives-list {
  list-style-image: none;
  margin-left: 0;
}

.recent-widget ul.archives-list li {
  margin-bottom: 10px;
}


/* Article */

.article-content {
  margin-top: 40px;
}

.article-content-card h2 {
  font-size: 20px;
  color: #464555;
  line-height: 26px;
  margin-bottom: 20px;
}

.article-content-card ol {
  margin-left: 0;
  padding-left: 15px;
  margin-top: 20px;
}

.article-content-card ol li {
  margin-bottom: 20px;
  color: #8E8E98;
  font-size: 15px;
  padding-left: 15px;
}

.article-content-card hr {
  border: 1px solid #e9e9e9;
  margin-bottom: 30px;
}

.article-content-header p {
  font-size: 18px;
  font-weight: 500;
}

.latest-events-add {
  background: url('../img/latest-events-add.jpg') no-repeat;
  height: 500px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  padding: 40px 30px;
  color: #ffffff;
  max-width: 377px;
  display: block;
  margin: 0 auto;
}

.latest-events-add-header h2 {
  font-size: 60px;
  margin-bottom: 0;
  line-height: normal;
}

.latest-events-add-footer {
  margin-top: 150px;

}

.latest-events-add-header p {
  font-size: 24px;
  line-height: normal;
}

.latest-events-add-footer p {
  font-size: 24px;
  line-height: normal;
  margin-bottom: 30px;
}

.latest-events-add-footer .btn {
  font-weight: 500;
  font-size: 20px;
}

.latest-events-add h2:hover,.latest-events-add-header p:hover{color:#ffffff;}
.latest-events-add:hover{color:#ffffff;}
.date-author p {
  font-size: 14px;
  font-weight: 500;
  color: #A599A5;
  padding-bottom: 20px;
  border-bottom: 1px solid #E4E4E4;
}

.article-header .overlay {
  background: rgba(70, 78, 115, 0.1);
}

.back-article-header {
  padding-top: 50px;
}

.back-article-header p {
  color: #ffffff;
}

.back-article-header p a {
  color: #F17686;
}

.article-header-heading {
  margin-top: 80px;
}

.article-header-heading h2 {
  font-weight: 300;
  color: #ffffff;
  font-size: 48px;
  line-height: 50px;
}

.article-header-img {
  background: #ffffff;
  width: 574px;
  height: 341px;
  position: relative;
}

.article-header-img img {
  position: absolute;
  top: -40px;
}

.article-video-related-articles h2{
  color: #464555;
  font-size: 32px;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 15px;
}

.post-type-card{
  border-radius: 0px;
}

.article-video-content .row{
  margin-top: 20px;
}

.article-video-content .post-type-card .row{margin-top: 0;}
.article-video-header-content{margin-top: 30px;}
.article-video-header-content p{
  font-size: 14px;
  color: rgba(255, 255, 255, 0.50);
  margin-bottom: 0;
}

.article-video-header-content h2{
  font-size: 32px;
  color: #ffffff;
  font-weight: 400;
  margin-top: 8px;
}

.article-video-content-top{
  margin-top: -100px;
  z-index: 2;
  position: relative;
}

.article-video-page-content{padding-top: 0;}
.article-video-content-top hr{margin: 30px 0px;}
.article-video-content-top .media img{margin-right: 18px;}

.article-video-content-top .media p{font-size: 14px; color:#919191; line-height: 20px;}
.article-video-content-top .media .media-body a{color:#F17686;}
.view-presentation-link{
  font-size: 14px;
  color: #F17686;
  font-weight: 600;  
  display: block;
  margin-top: 15px;
}

.view-presentation-link img{
  margin-right: 10px;
  width: 20px;
}

.view-presentation-link:hover{color:#F17686;}

.post-type-card .media img{margin-right: 5px;}

.events-details-carousel img{
  width: auto !important;
}
.events-details-carousel .owl-nav button.owl-next, 
.events-details-carousel .owl-nav button.owl-prev{
  padding: 0 !important; 
  background: #ffffff;
  margin: 0;
  height: 68px;
  width: 68px;
  border-radius: 0px;
  top: 1px;
}

.events-details-carousel .owl-nav button.owl-next i, 
.events-details-carousel .owl-nav button.owl-prev i{
  color:#f17585;
  font-size: 30px;
}

.events-details-carousel .owl-nav button.disabled i{
  color: #e5e5e5;
}

.events-details-carousel .owl-nav [class*=owl-]:hover{
  background: #ffffff;
  color:#f17585;
}

.events-details-carousel .owl-prev {  
  position: absolute;
  top: 0%;
  left: 1px;
  display: block !important;  
  border-right:1px solid #e9e9e9 !important;
}

.events-details-carousel .owl-next {  
  position: absolute;
  top: 0;
  right: 1px;
  display: block !important; 
  border-left:1px solid #e9e9e9 !important;
}



/* Footer */

footer {
  padding-top: 70px;
  border-top: 5px solid #e4dee6;
  background: #ffffff;
}

.footer-border {
  border: 3px solid #f1eef2;
  margin: 0;
}

.footer-contact img {
  margin-bottom: 20px;
}

.footer-contact p {
  font-size: 15px;
  color: #464555;
  line-height: 24px;
}

.footer-contact p a {
  color: #f17686;
}

footer .social-link i {
  font-size: 30px;
  color: #f17686;
}

footer .social-link {
  margin-top: 30px;
}

footer .list-inline-item:not(:last-child) {
  margin-right: 25px;
}

.copyright {
  border-top: 2px solid #f4f4f4;
  margin-top: 60px;
}

footer .list-unstyled a {
  color: #464555;
  font-size: 15px;
}

footer .list-unstyled li:not(:last-child) {
  margin-bottom: 10px;
}

footer .list-unstyled a:hover {
  color: #f17686;
}

.copyright {
  padding-top: 25px;
  padding-bottom: 40px;
}

.copyright p {
  color: rgba(70, 69, 85, 0.5);
  margin-bottom: 5px;
  font-size: 14px;
}


            /* Responsive Media Queries  */
            

/* Extra large devices (large desktops, 1200px and Down) */
@media (min-width: 992px){
  .navbar-expand-lg .navbar-nav .dropdown-menu {
      margin-left: auto !important;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.7rem;
    padding-left: 0.7rem;
  }
  .home-about-bg {
    height: auto;
  }
  .home-video-about {
    position: relative;
    margin: -20px auto 0px;
  }
  .home-about-content {
    width: auto;
    margin: 25px;
    padding: 25px;
  }
  .home-services-box {
    height: 160px;
  }
  .global-partners-logo-list .gpl-card {
    width: 160px;
    height: 130px;
    line-height: 118px;
  }
  .expert-speaker-img img {
    position: static;
    display: block;
    margin: 0 auto;
  }
  .expert-speaker-img {
    width: 300px;
    height: 300px;
    margin: 25px auto;
  }
  .expert-speaker-slider-bg {
    background: #454555;
    height: auto;
    padding-bottom: 120px;
  }
  .es-slide-content-box {
    padding: 15px;
    text-align: center;
  }
  .expert-speaker-carousel .owl-nav {
    bottom: 0px;
    position: relative;
    left: auto;
    top: 25%;
    bottom: -60px;
  }
  .expert-speaker-box {
    margin-top: 50px;
  }
  .subscription-content p br {
    display: none;
  }
  .subscription-expert-speakers {
    padding: 50px 0px;
  }
  .subscription-form {
    margin-bottom: 60px;
  }
  .twitter-testimonial {
    padding-bottom: 60px;
  }
  .inner-page-heading {
    font-size: 50px;
  }
  .about-tab-list {
    margin-top: 116px;
  }
  .right-events-place-box img {
    margin-right: 10px;
  }
  .right-events-place-box {
    padding: 12px 0px;
  }
  .events-place-box h2 {
    font-size: 40px;
  }
  .events-place-box-small h2 {
    font-size: 24px;
    bottom: 30px;
    left: 20px;
  }
  .events-place-box-small {
    height: 200px;
  }
  .events-page-content {
    padding-bottom: 30px;
  }
  .expert-speaker-carousel .owl-nav {
    bottom: 30%;
  }
  .events-details-tab-list {
    margin-top: 129px;
  }
  #events-details-tab-1 .expert-speaker-carousel .owl-nav {
    left: 0px;
  }
  #events-details-tab-1 .expert-speaker-slider-bg {
    padding-bottom: 50px;
  }
  .speakers-box p {
    font-size: 14px;
  }
  .speakers-details-media .media h2 {
    font-size: 50px;
  }
  .speakers-details-media .media p {
    font-size: 16px;
  }
  .speakers-details-widget h2 {
    font-size: 22px;
  }
  .speakers-details-tabs .nav-link {
    font-size: 18px;
  }
  .resources-tab-list {
    margin-top: 116px;
  }
  .article-header-img {
    width: 100%;
    height: auto;
    background: transparent;
    box-shadow: none !important;
  }
  .article-header-img img {
    max-width: 100%;
    position: static;
  }
  .article-header-heading h2 {
    font-size: 40px;
  }
  .article-content {
    margin-top: 20px;
  }
  .article-header-heading {
    margin-top: 60px;
  }
  .article-video-content-top {
    margin-top: -80px;
  }
  .article-video-content-top .play-button{top: 43%;}
  .header-tab-list .professional-development-item .nav-link{padding-top: 20px;}
}


/* Large devices (desktops, 992px and Down) */

@media (max-width: 991.98px) {
  .navbar {
    padding: 15px 0px;
  }
  .navbar-container {
    max-width: 100%;
    padding: 0;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    background: rgba(87, 98, 141);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .navbar-nav .dropdown-menu {
    border-top: 2px solid #f17585;
    margin-top: 0;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-brand {
    font-size: 0;
    padding: 0;
    margin-left: 15px;
  }
  #navbarNavDropdown {
    padding-top: 15px;
  }
  .navbar-nav .nav-link:hover .sub-arrow {
    opacity: 100;
  }
  .navbar-nav .dropdown-menu {
    padding: 15px;
    background: rgba(54, 54, 70);
  }
  .header-content h1 {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 10px;
  }
  .header-content p {
    font-size: 15px;
  }
  .header-content {
    padding-top: 40px;
  }
  .header-upcoming-events {
    margin-top: 30px;
  }
  .header-upcoming-events-box-1 {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0px;
  }
  .header-upcoming-events-box-3 {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .header-upcoming-events-box-1 {
    border-bottom: none;
  }
  .header-upcoming-events-box-2 {
    border-left: 1px solid #7780a2 !important;
    border-bottom: none;
  }
  .header-upcoming-events-box-3 {
    border-left: 1px solid #7780a2 !important;
  }
  .home-header {
    height: auto;
    padding-bottom: 50px;
  }
  .home-services-box-4 {
    border: 1px solid rgba(229, 229, 229, 0.5);
  }
  .home-services-box-1 {
    border-bottom-left-radius: 0px;
  }
  .home-services-box-6 {
    border-top-right-radius: 0px;
  }
  .home-services-box-3 {
    border-top-right-radius: 3px;
  }
  .home-services-box-4 {
    border-bottom-left-radius: 3px;
  }
  .home-services-header {
    margin-top: 50px;
  }
  .home-services-about {
    padding: 60px;
  }
  .footer-contact {
    padding-bottom: 25px;
    text-align: center;
  }
  footer {
    padding-top: 40px;
  }
  .global-partners-logo-list .gpl-card {
    width: 124px;
    height: 110px;
    line-height: 118px;
  }
  .common-header h2 {
    font-size: 26px;
    line-height: 30px;
  }
  .common-header hr {
    max-width: 80px;
    border-width: 2px;
    margin-top: 20px;
  }
  .global-partners {
    padding: 50px 0px;
  }
  .browser-our-latest-content {
    padding: 50px 0px;
  }
  .browser-our-latest-content .card {
    margin-bottom: 24px;
    height: auto !important;
  }
  .browser-our-latest-content .mt-4 {
    margin-top: 0 !important;
  }
  .view-all-box {
    margin-top: 20px;
  }
  .expert-speaker-box h2 {
    text-align: center;
  }
  .expert-speaker-slider-bg {
    margin-top: 40px;
  }
  .expert-speaker-box h2 {
    font-size: 36px;
  }
  .subscription-form .form-control {
    margin-bottom: 20px;
  }
  .subscription-form .btn-primary {
    font-size: 18px;
  }
  .expert-speaker-box h2 {
    font-size: 30px;
  }
  .twitter-testimonial {
    padding: 0px 0px 30px;
  }
  .section-testimonial-box {
    border-left: none;
    padding: 0;
    margin: 25px 0px;
  }
  .testimonial-box img {
    margin-bottom: 25px;
  }
  .twitter-twite-show {
    padding-top: 0;
  }
  .inner-page-heading {
    font-size: 40px;
  }
  .contact-header {
    height: auto;
    padding: 120px 0px 80px;
  }
  .inner-page-heading {
    margin-top: 50px;
  }
  .contact-us {
    padding: 20px 0px;
  }
  .contact-us-address {
    border-left: none;
  }
  .contact-us .h-100 {
    height: auto !important;
  }
  .contact-us-address {
    padding-left: 0;
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .header-tab-list {
    display: block;
  }
  .header-tab-list .nav-link {
    height: 70px;
    line-height: 70px;
  }
  .about-tab-list {
    margin-top: 39px;
  }
  .header-tab-list .nav-item:last-child .nav-link {
    border-radius: 0px;
  }
  .header-tab-list .nav-item:first-child .nav-link {
    border-top-right-radius: 5px;
  }
  .header-tab-list .professional-development-item .nav-link {
    padding-top: 16px;
  }
  .about-header {
    height: auto;
    padding-top: 93px;
  }
  .inner-page-content {
    padding: 30px 0px;
  }
  .inner-page-card {
    padding: 25px;
  }
  .about-optimal-right-content h2 {
    font-size: 20px;
    text-align: center;
  }
  .meet-the-team-content .media {
    display: block;
  }
  .meet-the-team-content .media img {
    margin: 0 auto 20px;
    display: block;
  }
  .meet-the-team-content h2,
  .meet-the-team-content h4 {
    text-align: center;
  }
  .events-filters form {
    margin-bottom: 20px;
  }
  .events-filters-checkbox {
    margin-left: 15px;
  }
  .events-filters-checkbox {
    margin-top: 0;
  }
  .events-header {
    height: auto;
    padding-top: 150px;
    padding-bottom: 55px;
  }
  .events-filters .serach-input {
    margin-bottom: 25px;
  }
  .serach-input,
  .serach-input:focus {
    background-position: 96%;
  }
  #mainNav.navbar-light {
    background: #495073 !important;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 99999;
  }
  .home-header {
    padding-top: 80px;
  }
  .owl-carousel {
    z-index: 0;
  }
  .app-store-step {
    margin-bottom: 10px;
  }
  .events-header .inner-page-heading {
    margin-top: 0;
  }
  .events-place-box h2 {
    font-size: 30px;
  }
  .right-events-place-box .media p {
    margin-top: 8px;
  }
  .right-events-place-box {
    padding: 15px 0px;
  }
  .events-more-deck {
    display: block;
  }
  .events-place-box-small {
    height: auto;
  }
  .events-more-deck .inner-page-card {
    margin-bottom: 25px;
  }
  .inner-page-divider {
    margin: 20px 0px;
  }
  .events-page-content .view-all-box {
    margin-top: 30px;
  }
  .event-detail-header .inner-page-heading {
    margin-top: 120px;
  }
  .events-details-info-2 {
    padding-left: 0;
    margin-top: 25px;
    margin-bottom: 20px;
  }
  .events-details-tab-list {
    margin-top: 25px;
  }
  .event-detail-header {
    height: auto;
  }
  .overview-header-content h2 {
    font-size: 24px;
  }
  .overview-header-content blockquote p {
    font-size: 16px;
  }
  #events-details-tab-1 .expert-speaker-box h2 {
    font-size: 30px;
  }
  .speakers-box .card {
    height: auto;
  }
  .speakers-box .card {
    text-align: center;
  }
  .speakers-box .card img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
  }
  .speakers-box p {
    font-size: 14px;
  }
  .schedule-box-content-2,
  .schedule-box-content-1,
  .schedule-box-content-3 {
    border: none;
    padding: 0px 0px 25px 0px;
  }
  .media-archive-widget {
    text-align: center;
  }
  .speakers-header {
    padding: 0 0 80px 0;
    height: auto;
  }
  .speakers-search {
    margin-top: 20px;
  }
  .speakers-header .inner-page-heading {
    margin-top: 180px;
  }
  .speakers-search {
    margin-top: 180px;
  }
  .speakers-search .form-control {
    width: 80%;
  }
  #events-details-tab-3 .card,
  .speakers-page-content .card {
    padding: 15px;
  }
  .speakers-deck .card {
    margin-left: 5px;
    margin-right: 5px;
  }
  .speakers-box h3 {
    font-size: 14px;
  }
  .speakers-box p {
    font-size: 12px;
  }
  .speakers-details-header {
    height: 350px;
  }
  .speakers-details-media {
    padding-top: 130px;
  }
  .speakers-details-media .media img {
    width: 120px;
    height: 120px;
    border-radius: 100px;
    margin-right: 20px;
  }
  .speakers-details-media .media h2 {
    font-size: 40px;
  }
  .speakers-details-media .media p {
    font-size: 16px;
  }
  .speakers-details-media {
    padding-top: 100px;
  }
  .speaker-cta h2 {
    font-size: 36px;
  }
  .speaker-cta img {
    vertical-align: sub;
  }
  .speaker-cta-overlay,
  .speaker-cta {
    height: 175px;
  }
  .speaker-cta {
    padding-top: 65px;
  }
  .speakers-details-tabs .nav-item:not(:last-child) {
    padding-right: 30px;
  }
  .speakers-details-tabs .nav-link::after {
    content: '';
    height: 18px;
    width: 1px;
    background: #E9E9E9;
    position: absolute;
    right: -13px;
    top: 8px;
  }
  .resources-checkbox-right {
    text-align: left;
  }
  .resources-filters h2 {
    margin-top: 0;
    margin-bottom: 25px;
  }
  .recent-widget {
    margin-top: 20px;
  }
  .resources-tab-list {
    margin-top: 30px;
  }
  .article-header {
    height: auto;
    padding-bottom: 25px;
    padding-top: 75px;
  }
  .article-header-heading h2 {
    font-size: 36px;
  }
  .article-header-heading {
    margin-top: 30px;
  }
  .article-video-content-top {
    margin-top: 0px;
  }
  .article-video-header-content h2 {
    font-size: 26px;
  }
  .article-video-page-content{padding-top: 0;}
  .post-type-card{margin-bottom: 20px; height: auto !important;}
  .article-video-content .row{margin-bottom: 0px; margin-top: 0;}
  .article-video-related-articles h2{margin-bottom: 30px;}
  .article-video-content-top .text-right{text-align: left !important;}
  .view-presentation-link{margin-top: 25px;}
  .article-video-content-top .play-button {
    top: 40%;
    width: 50px;
  }
  .header-tab-list .dropdown{
    display: block;
  } 
  .header-tab-list .header-tab-li{display: none;}
  .article-video-header{height: auto; padding-bottom: 30px;}
  .article-video-content-top{z-index: 0; margin-top: 20px;}
  .article-video-related-articles h2{font-size: 24px;}
}


/* Medium devices (tablets, 768px and Down) */

@media (max-width: 767.98px) {
  .navbar-brand img {
    width: 150px;
  }
  .header-content h1 br,
  .header-content p br {
    display: none;
  }
  .header-upcoming-events-box p {
    font-size: 16px;
  }
  .header-upcoming-events-box h3 {
    font-size: 18px;
  }
  .header-upcoming-events-box .learn-more {
    font-size: 14px;
  }
  .home-video-about {
    width: 280px;
    height: 280px;
  }
  .home-video-about .play-button {
    width: 50px;
    left: 40%;
  }
  .home-about-content p {
    font-size: 15px;
  }
  .home-services-about {
    padding: 60px 0px;
  }
  .home-about-content {
    margin: 30px 15px 15px;
    padding: 20px;
  }
  .home-services-box-1 {
    border-top-left-radius: 0px;
  }
  .home-services-box-6 {
    border-bottom-right-radius: 0px;
  }
  .home-services-box-3 {
    border-top-right-radius: 0px;
  }
  .home-services-box-4 {
    border-bottom-left-radius: 0px;
  }
  .home-services-box-2,  
  .home-services-box-4,  
  .home-services-box-6 {
    border-left: none;
  }
  .home-services-box-1,
  .home-services-box-2,
  .home-services-box-3,
  .home-services-box-4 {
    border-bottom: none;
  }
  .home-services-box-3,
  .home-services-box-5{
    border-left:1px solid rgba(229, 229, 229, 0.5);
  }  
  footer .list-unstyled {
    margin-bottom: 10px;
  }
  .copyright {
    margin-top: 30px;
  }
  .global-partners-logo-list .gpl-card {
    width: 200px;
    height: 110px;
    line-height: 100px;
    margin-bottom: 20px;
  }
  .global-partners-logo-list-1 {
    margin-bottom: 0;
  }
  .card-with-bg-content .media {
    display: block;
  }
  .card-with-bg-content .media img {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .card-with-bg,
  .browser-our-latest-content .card {
    padding: 15px;
  }
  .card-header-style hr {
    margin-top: 5px;
  }
  .card-with-bg-header .btn {
    padding: 8px 20px;
  }
  .testimonial-box h2 {
    font-size: 20px;
  }
  .testimonial-box p {
    font-size: 15px;
  }
  .subscription-form {
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .subscription-form .form-control,
  .subscription-form .btn-primary {
    height: 50px;
  }
  .subscription-form .btn-primary {
    font-size: 16px;
  }
  .about-tab-list {
    margin-top: 60px;
  }
  .header-tab-list .nav-link {
    font-size: 18px;
  }
  .about-tab-list-1 img,
  .about-tab-list-3 img {
    width: 30px;
  }
  .about-tab-list-2 img {
    width: 35px;
  }
  .meet-the-team-content h2 {
    font-size: 26px;
    line-height: 32px;
  }
  .meet-the-team-content h4 {
    font-size: 16px;
  }
  .meet-the-team-content .section-divider {
    margin: 20px 0px 35px;
  }
  .about-header .inner-page-heading {
    margin-top: 0;
    margin-bottom: 0;
  }
  .about-tab-list {
    margin-top: 25px;
  }
  .inner-page-heading {
    font-size: 30px;
  }
  .events-header {
    padding-top: 130px;
    padding-bottom: 55px;
  }
  .contact-header {
    padding: 80px 0px 50px;
  }
  .mobile-events-img {
    display: block;
  }
  .desktop-events-img {
    display: none;
  }
  .event-detail-header .inner-page-heading {
    margin-top: 100px;
  }
  .events-details-info .events-details-info-2 p {
    margin-top: 0;
  }
  .speakers-box p {
    font-size: 14px;
  }
  .event-detail-content .view-all-box .text-right {
    text-align: center !important;
  }
  .events-schedule-header-left i,
  .events-schedule-header-right i {
    font-size: 24px;
  }
  .events-schedule-header {
    height: 50px;
    line-height: 50px;
  }
  .events-schedule-header h2 {
    font-size: 16px;
    line-height: 50px;
  }
  .events-schedule-header-left .btn,
  .events-schedule-header-right .btn {
    height: 50px;
  }
  .schedule-content .media p {
    margin-top: 0;
  }
  .schedule-content .media,
  .schedule-content,
  .schedule-break-content {
    display: block;
  }
  .schedule-content .media img {
    margin-bottom: 20px;
  }
  .schedule-content,
  .schedule-break-content {
    padding: 20px;
  }
  .schedule-break-content-with-icon h2 {
    margin-left: 0px;
    margin-top: 20px;
  }
  .schedule-break-content .media {
    display: block;
  }
  .schedule-break-content-with-icon h2 {
    margin-top: 10px;
  }
  .presentation-slideshows .ps-titile {
    font-size: 24px;
    text-align: center;
    margin-top: 30px;
  }
  .speakers-search {
    margin-top: 20px;
  }
  .speakers-header .inner-page-heading {
    margin-top: 120px;
  }
  .speakers-search .form-control {
    width: 80%;
  }
  .speakers-header {
    padding-bottom: 50px;
  }
  .speakers-deck {
    margin-bottom: 0px;
  }
  .speakers-deck .card {
    max-width: 50%;
    padding-bottom: 30px;
    margin: 0 auto 20px;
  }
  .speakers-details-media {
    padding-top: 80px;
  }
  .speaker-cta {
    padding-top: 30px;
    text-align: center;
  }
  .speaker-cta h2 {
    margin-bottom: 20px;
  }
  #biography-tab {
    padding-top: 20px;
  }
  .article-box {
    display: block;
  }
  .article-box img {
    display: block;
    margin: 0 auto 20px;
  }
  .article-box h2 {
    font-size: 20px;
    line-height: 26px;
  }
  .article-box .des p {
    font-size: 14px;
  }
  .article-box {
    padding-bottom: 25px;
    margin-bottom: 30px;
  }
  .resources-checkbox-right .custom-control {
    margin-bottom: 20px;
  }
  .resources-checkbox-right .events-filters-checkbox:first-child {
    margin-left: 0;
  }
  .article-header-heading h2 {
    font-size: 30px;
    line-height: 36px;
  }
  .article-header-heading {
    margin-top: 0px;
  }
  .back-article-header {
    padding-top: 20px;
  }
  .date-author p {
    text-align: center;
  }
  .article-content {
    margin-top: 0;
  }  
  .post-type-card .media{margin-bottom: 10px;}
  .events-details-carousel .owl-nav button.owl-next, .events-details-carousel .owl-nav button.owl-prev{
    height: 48px;
    width: 48px;
  }
}


/* Small devices (landscape phones, 576px and Down) */

@media (max-width: 575.98px) {
  .header-content h1 {
    font-size: 30px;
    line-height: 35px;
  }
  .header-content {
    padding-top: 20px;
  }
  .global-partners-logo-list-1 {
    margin-top: 20px;
  }
  .global-partners {
    padding-bottom: 25px;
    padding-top: 30px;
  }
  .card-with-bg-content h2 {
    font-size: 20px;
  }
  .card-with-bg-content p {
    font-size: 14px;
  }
  .content-card .card-body h2 {
    font-size: 20px;
  }
  .es-slide-btns .btn {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .professional-development-content h2 {
    font-size: 26px;
  }
  .professional-development-content h3 {
    font-size: 18px;
  }
  .app-store-step {
    margin: 0px;
  }
  .app-store-step img {
    margin: 20px 0px;
  }
  .professional-development-content .app-store-step h3 {
    font-size: 18px;
  }
  .events-filters-checkbox {
    margin-left: 0;
    margin-bottom: 15px;
  }
  .custom-control-inline {
    display: block;
  }
  .events-place-box h2,
  .events-place-box-small h2 {
    font-size: 20px;
  }
  .events-place-box-small h2 {
    bottom: 15px;
  }
  .events-more-deck .media p {
    line-height: normal;
  }
  .article-header-heading h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .speakers-box .card img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
  }
  .speakers-deck .card{
    margin: 0 auto 20px;
    text-align: center;
    width: 80%;
    display: block;
  }
}


/* Medium devices (tablets, 600px and down) */

@media (max-width: 600px) {
  .speakers-details-media .media img {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
  .speakers-details-media .media h2 {
    font-size: 30px;
  }
  .speakers-details-media .media p {
    font-size: 14px;
  }
  .speakers-details-media .media h2 {
    margin-top: 10px;
  }
  .speakers-details-header {
    height: 300px;
  }
}


/* Small devices (landscape phones, 480px and down) */

@media (max-width: 480px) {
  .header-upcoming-events-box {
    padding: 15px;
  }
  .home-services-header h2 {
    font-size: 22px;
  }
  .home-services-header p {
    font-size: 16px;
  }
  .home-services-boxes {
    margin-top: 20px;
  }
  footer .list-unstyled a {
    font-size: 14px;
    line-height: 14px;
  }
  footer .list-unstyled {
    text-align: center;
  }
  footer .col-4 {
    max-width: 100%;
    display: block;
    flex: auto;
  }
  .copyright {
    margin-top: 10px;
  }
  .expert-speaker-img {
    width: 200px;
    height: 200px;
  }
  .expert-speaker-img {
    margin-top: 0;
  }
  .es-slide-btns .btn,
  .es-slide-content p {
    font-size: 15px;
  }
  #serach-popup,
  #serach-popup .container {
    padding: 0;
  }
  #serach-popup .form-control {
    font-size: 16px;
  }  
  .speakers-search .btn {
    padding: 0 10px;
  }
  .speakers-deck .card {
    max-width: 100%;
  }
  #serach-popup .mfp-close {
    margin: 15px;
  }
  .speakers-details-media .media {
    display: block;
  }
  .speakers-details-media {
    padding-top: 50px;
    text-align: center;
  }
  .speakers-details-header {
    height: 350px;
  }
  .article-video-content-top .play-button {
    top: 38%;
    width: 35px;
  }
  .article-video-content-top .media{display: block;}
  .article-video-content-top .media img{margin-bottom: 20px;}
}


/* Small devices (landscape phones, 414px and down) */

@media (max-width: 414px) {
  .speakers-details-tabs .nav-link::after {
    display: none;
  }
  .speakers-details-tabs .nav-item:not(:last-child) {
    padding-right: 25px;
  }
  .speakers-details-tabs .nav-link {
    font-size: 15px;
  }
  .latest-events-add-header h2 {
    font-size: 40px;
  }
  .latest-events-add-header p,
  .latest-events-add-footer p {
    font-size: 20px;
  }
  .latest-events-add-footer .btn {
    font-size: 18px;
  }
  .latest-events-add {
    padding: 25px;
  }
  .latest-events-add-footer {
    margin-top: 185px;
  }
  .article-content-header p {
    font-size: 16px;
  }
}


/* Small devices (landscape phones, 375px and down) */

@media (max-width: 375px) {
  .events-details-carousel .owl-nav button.owl-next, .events-details-carousel .owl-nav button.owl-prev{
    height: 48px;
    width: 30px;
  }
  .events-details-carousel .owl-nav button.owl-next i, .events-details-carousel .owl-nav button.owl-prev i{font-size: 18px;}
  .events-schedule-header h2{font-size: 14px;}
}


/* Small devices (landscape phones, 360px and down) */

@media (max-width: 360px) {
  #events-details-tab-1 .expert-speaker-img {
    height: 300px;
    width: 200px;
  }
  .speakers-details-tabs .nav-item:not(:last-child) {
    padding-right: 15px;
  }
  .article-video-content-top .play-button {
    top: 33%;
    width: 35px;
    left: 45%;
  }
  .about-tab-list .dropdown-item{font-size: 13px;}
}


/* Small devices (landscape phones, 360px and down) */

@media (max-width: 320px) {
  .home-video-about {
    width: 250px;
    height: 250px;
  }
}