@charset "utf-8";

body {
  font-family: 'Montserrat', sans-serif;

}
.mansetbas{
  font-size:90px!important;
  font-family: 'Rubik', sans-serif!important;

}
.swal2-popup{
  background-color: #fff!important;
}
.wac{
  min-height: 250px
}

@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.eot?xpho92');
  src: url('fonts/icomoon.eot?xpho92#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?xpho92') format('truetype'),
    url('fonts/icomoon.woff?xpho92') format('woff'),
    url('fonts/icomoon.svg?xpho92#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.cerec{
  margin: auto;
  width: 250px;
  height: 250px;
  margin-bottom: 20px;
}

.post-title{
  height: 75px;
  overflow: hidden;
  margin-bottom: 5px!important;
}

.post-excerpt{
  height: 95px!important;
  overflow: hidden !important;
}
.post-excerpt2{
  height: 95px!important;
  overflow: hidden !important;
}
.post-title2{
  height: 60px!important;
  overflow: hidden !important;
  margin-bottom: 5px!important;
}

.swal-height {
  height: 80vh;
}
div:where(.swal2-container) div:where(.swal2-popup) {
  display: none;
  position: relative;
  box-sizing: border-box;
  grid-template-columns: minmax(0, 100%);
  width: 32em;
  max-width: 100%;
  padding: 0 0 1.25em;
  border: none;
  border-radius: 5px;
  background: transparent!important;
  color: #545454;
  font-family: inherit;
  font-size: 1rem;
}
.ist {
  background-image: url(img/istanbul.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  /*-webkit-filter: grayscale(100%);*/
  /*!* Safari 6.0 - 9.0 *!*/
  /*filter: grayscale(100%);*/
}
/*.ist:hover{*/
/*  -webkit-filter: grayscale(0%);*/
/*  !* Safari 6.0 - 9.0 *!*/
/*  filter: grayscale(0%);*/

/*}*/

.smile img {
  overflow: hidden;
}

.smile img {
  transition: transform .5s ease;
}

/* Zoom-n-rotate Container */
.smile img {
  transition: transform .5s ease-in-out;
}

/* The Transformation */
.smile:hover img {
  transform: scale(1.3) rotate(5deg);
}

.hero-sliderx {
  width: 100%;
  height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
}

.content img {
  text-align: center !important;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.stick{
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 999999999999999;
  width: 120px;
}
@media (max-width: 991px) {
  .hero-sliderx {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .wac{
    min-height: 100px
  }
  .hero-sliderx {
    height: 50% !important;
  }
  .mp200{
    padding-top: 200px!important;
    padding-bottom: 100px!important;
    display: block;
  }
  .stick{
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 999999999999999;
    width: 95px;
}
  .content img {
    width: 100% !important;
    height: auto !important;
  }

  .p-1m {
    padding: 5px !important;
  }

  .item {
    padding: 20px 5px !important;
  }

  .item h6 {
    font-size: 14px !important;

  }

  .hero.is-fullheight {
    min-height: calc(50vh - 3.25rem) !important;
  }
}

.hero-sliderx .swiper-slide {
  overflow: hidden;
  color: #fff;
}

.hero-sliderx .swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.hero-sliderx .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}

.hero-sliderx .swiper-button-prev,
.hero-sliderx .swiper-button-next {
  position: absolute;
  background: transparent;
  width: 55px;
  height: 55px;
  top: 50vh;
  line-height: 53px;
  margin-top: -30px;
  text-align: center;
  border: 2px solid #d4d3d3;
  border-radius: 55px;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
  z-index: 999999;
}

.hero-sliderx:hover .swiper-button-prev,
.hero-sliderx:hover .swiper-button-next {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

#menu{
  background-color: rgba(255,255,255,0.55)
}

@media (max-width: 767px) {

  .post-excerpt{
    height: auto!important;
    overflow: hidden !important;
  }
  .post-excerpt2{
    height: auto!important;
    overflow: hidden !important;
  }
  .post-title2{
    height: auto!important;
    overflow: hidden !important;
    margin-bottom: 5px!important;
  }


  .sos{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0!important;
    z-index: 9999999;
  }

  .is-mob{
    height: 250px!important;
  }

  .cerec{
    margin: auto;
    width: 150px;
    height: 150px;
    margin-bottom: 20px;
  }

  #menu{
    background-color:#fff;
   }

  .mp-0{
    padding: 5px!important;
  }
  .max1{
    height: 240px;
    overflow: hidden;
    display: block;
  }

  .hero-sliderx .swiper-button-prev,
  .hero-sliderx .swiper-button-next {
    display: none;
  }
}

.hero-sliderx .swiper-button-prev {
  left: 25px;
  transform: translateX(50px);
}

.hero-sliderx .swiper-button-prev:before {
  font-family: "Font Awesome 5 Free";
  content: "\f060";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block vertical-align: middle;
  font-weight: 900;
}

.hero-sliderx .swiper-button-next {
  right: 25px;
  transform: translateX(-50px);
}

.hero-sliderx .swiper-button-next:before {
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block vertical-align: middle;
  font-weight: 900;
}

.hero-sliderx .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  text-align: left;
  line-height: 12px;
  font-size: 12px;
  color: #000;
  opacity: 0.3;
  background: #fff;
  transition: all .2s ease;
}

.hero-sliderx .swiper-pagination-bullet-active {
  opacity: 1;
}

.hero-sliderx .swiper-container-horizontal>.swiper-pagination-bullets,
.hero-sliderx .swiper-pagination-custom,
.hero-sliderx .swiper-pagination-fraction {
  bottom: 30px;
}


.swiper-pagination {
  text-align: left;
}

.hero-sliderx .swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 50px;
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 767px) {
  .hero-sliderx .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 30px;

  }
}

/*--------------------------------------------------------------
	#hero-style
--------------------------------------------------------------*/
.hero-style {
  height: 850px;
  transition: all .4s ease;
}

@media (max-width: 991px) {
  .hero-style {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .hero-style {
    height: 500px;
  }
}

@media screen and (min-width: 992px) {
  .hero-style .container {
    padding-top: 95px;
  }
}

.hero-style .slide-title,
.hero-style .slide-text,
.hero-style .slide-btns {
  max-width: 400px;
}

.hero-style .slide-title h2 {
  line-height: 1;
  color: #000000;
  margin: 0 0 40px;
  text-transform: capitalize;
  transition: all .4s ease;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  font-family: 'Rubik', sans-serif!important;
}

@media (max-width: 1199px) {
  .hero-style .slide-title h2 {
    font-size: 100px;
    font-weight: 600;
    font-family: 'Rubik', sans-serif!important;
  }
}

@media (max-width: 991px) {
  .hero-style .slide-title h2 {
    font-size: 75px;
    margin: 0 0 35px;
  }
}

@media (max-width: 767px) {
  .hero-style .slide-title h2 {
    font-size: 35px;
    margin: 0 0 30px;
  }
}

.hero-style .slide-text p {
  opacity: 0.8;
  font-family: Rajdhani;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: normal;
  color: #ffffff;
  margin: 0 0 40px;
  transition: all .4s ease;
}

@media (max-width: 767px) {
  .hero-style .slide-text p {
    font-size: 16px;
    font-size: 1rem;
    font-weight: normal;
    margin: 0 0 30px;
  }
}

.hero-style .slide-btns>a:first-child {
  margin-right: 10px;
}


/*--------------------------------------------------------------
	#button-style
--------------------------------------------------------------*/
.theme-btn,
.theme-btn-s2 {
  background-color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  color: #2b3b95;
  padding: 9px 32px;
  border: 0;
  border-radius: 3px;
  text-transform: uppercase;
  display: inline-block;
  line-height: initial;
  transition: all .4s ease;
}

a {
  text-decoration: none;
  transition: all 0.2s ease;
}

.theme-btn-s2 {
  background-color: rgba(255, 255, 255, 0.9);
  color: #131e4a;
}

.theme-btn:hover,
.theme-btn-s2:hover,
.theme-btn:focus,
.theme-btn-s2:focus,
.theme-btn:active,
.theme-btn-s2:active {
  background-color: #2b3b95;
  color: #fff;
}

.theme-btn-s3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #ffffff;
  text-transform: uppercase;
}

i.fa-chevron-circle-right {
  height: 22px;
  width: 22px;
}

a:hover {
  text-decoration: none;
}

@media (max-width: 991px) {

  .theme-btn,
  .theme-btn-s2,
  .theme-btn-s3 {
    font-size: 13px;
    padding: 15px 25px;
  }
}

@media (max-width: 767px) {

  .theme-btn,
  .theme-btn-s2 {
    padding: 13px 20px;
    font-size: 13px;
  }
}

























.fancybox__container {
  z-index: 9999999999999999 !important;
}

.tabs .is-active a {
  color: black !important;
}

.tab-content {
  display: none;
}

.container {
  /*	max-width: 1100px!important;*/
}

.tab-content.current-tab {
  display: inherit;
}

.icon3 {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;


  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

}

.icon-001-tooth:before {
  content: "\f101";
}

.icon-002-dental-care:before {
  content: "\f102";
}

.icon-003-tooth-1:before {
  content: "\f103";
}

.icon-004-dental-implant:before {
  content: "\f104";
}

.icon-005-dental-care-1:before {
  content: "\f105";
}

.icon-006-dentist:before {
  content: "\f106";
}

.icon-007-tooth-2:before {
  content: "\f107";
}

.icon-008-dental-care-2:before {
  content: "\f108";
}

.icon-009-tooth-3:before {
  content: "\f109";
}

.icon-010-tooth-4:before {
  content: "\f10a";
}

.icon-011-tooth-5:before {
  content: "\f10b";
}

.icon-012-dentistry:before {
  content: "\f10c";
}

.icon-013-dentistry-1:before {
  content: "\f10d";
}

.icon-014-dentist-chair:before {
  content: "\f10e";
}

.icon-015-dentist-1:before {
  content: "\f10f";
}

.icon-016-dentist-chair-1:before {
  content: "\f110";
}

.icon-017-dentist-2:before {
  content: "\f111";
}

.icon-018-dentist-3:before {
  content: "\f112";
}

.icon-019-dentist-4:before {
  content: "\f113";
}

.icon-021-dental-implant-1:before {
  content: "\f114";
}

.icon-022-crown:before {
  content: "\f115";
}

.icon-023-dental-care-3:before {
  content: "\f116";
}

.icon-024-dental:before {
  content: "\f117";
}

.icon-025-dental-care-4:before {
  content: "\f118";
}

.icon-026-dental-clinic:before {
  content: "\f119";
}

.icon-027-dental-floss:before {
  content: "\f11a";
}

.icon-029-dental-floss-2:before {
  content: "\f11b";
}

.icon-030-dental-crown:before {
  content: "\f11c";
}

.icon-031-dental-1:before {
  content: "\f11d";
}

.icon-032-dental-crown-1:before {
  content: "\f11e";
}

.icon-033-dental-crown-2:before {
  content: "\f11f";
}

.icon-034-dental-crown-3:before {
  content: "\f120";
}

.icon-035-caries:before {
  content: "\f121";
}

.icon-036-caries-1:before {
  content: "\f122";
}

.icon-037-dental-drill:before {
  content: "\f123";
}

.icon-038-hygiene:before {
  content: "\f124";
}

.icon-039-dental-care-5:before {
  content: "\f125";
}

.icon-040-dentist-chair-2:before {
  content: "\f126";
}

.icon-041-dental-chair:before {
  content: "\f127";
}

.icon-042-dentist-6:before {
  content: "\f128";
}

.icon-043-dental-care-6:before {
  content: "\f129";
}

.icon-044-toothbrush:before {
  content: "\f12a";
}

.icon-045-dental-implant-2:before {
  content: "\f12b";
}

.icon-046-dental-2:before {
  content: "\f12c";
}

.icon-047-implant:before {
  content: "\f12d";
}

.icon-048-dental-3:before {
  content: "\f12e";
}

.icon-049-dental-4:before {
  content: "\f12f";
}

.icon-050-tooth-6:before {
  content: "\f130";
}

.icon-051-dental-veneer:before {
  content: "\f131";
}

.icon-052-dentures:before {
  content: "\f132";
}

.icon-053-denture:before {
  content: "\f133";
}

.icon-054-denture-1:before {
  content: "\f134";
}

.icon-055-dentures-1:before {
  content: "\f135";
}

.icon-002-dental-care-1:before {
  content: "\e90a";
}

.icon-003-tooth-1-1:before {
  content: "\e90b";
}

.icon-006-dentist-1:before {
  content: "\e90c";
}

.icon-007-tooth-2-1:before {
  content: "\e90d";
}

.icon-009-tooth-3-1:before {
  content: "\e90e";
}

.icon-014-dentist-chair-1:before {
  content: "\e90f";
}

.icon-015-dentist-1-1:before {
  content: "\e910";
}

.icon-018-dentist-3-1:before {
  content: "\e911";
}

.icon-019-dentist-4-1:before {
  content: "\e912";
}

.icon-021-dental-implant-1-1:before {
  content: "\e913";
}

.icon-025-dental-care-4-1:before {
  content: "\e914";
}

.icon-026-dental-clinic-1:before {
  content: "\e915";
}

.icon-027-dental-floss-1:before {
  content: "\e916";
}

.icon-031-dental-1-1:before {
  content: "\e917";
}

.icon-035-caries-1:before {
  content: "\e918";
}

.icon-040-dentist-chair-2-1:before {
  content: "\e919";
}

.icon-041-dental-chair-1:before {
  content: "\e91a";
}

.icon-042-dentist-6-1:before {
  content: "\e91b";
}

.icon-044-toothbrush-1:before {
  content: "\e91c";
}

.icon-045-dental-implant-2-1:before {
  content: "\e91d";
}

.icon-046-dental-2-1:before {
  content: "\e91e";
}

.icon-047-implant-1:before {
  content: "\e91f";
}

.icon-048-dental-3-1:before {
  content: "\e920";
}

.icon-049-dental-4-1:before {

  content: "\e921";
}

.icon-050-tooth-6-1:before {
  content: "\e922";
}

.icon-052-dentures-1:before {
  content: "\e923";
}

.icon-053-denture-1:before {
  content: "\e924";
}

.icon-054-denture-1-1:before {
  content: "\e925";
}

.icon-055-dentures-1-1:before {
  content: "\e926";
}

.icon-appointment:before {
  content: "\e900";
}

.icon-braces:before {
  content: "\e901";
}

.icon-chair:before {
  content: "\e902";
}

.icon-dental-implant:before {
  content: "\e903";
}

.icon-dental:before {
  content: "\e904";
}

.icon-dentures:before {
  content: "\e905";
}

.icon-orthopantomogram:before {
  content: "\e906";
}

.icon-toothbrush:before {
  content: "\e907";
}

.icon-tooth:before {
  content: "\e908";
}

.icon-tooth1:before {
  content: "\e909";
}

.icon-aid-kit:before {
  content: "\e998";
}

.icon-heart:before {
  content: "\e9da";
}

.x1 {
  font-size: 100px;

}

.fixed {
  background-color: white !important;
  margin-top: 0 !important;
  animation-duration: 4s;
}

.is-fixed-top {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {

  /*
	.swiper-slide img{
		width: 100%!important;
		height: auto!important;
		z-index: 999999999999999999999999999!important;
	}
*/

  .is-fixed-top {
    margin-top: 0px;
  }

  .logo {
    width: 150px !important;
    height: auto !important;
  }

  .pm-0 {
    padding: 0px !important;
  }

  .pm-1 {
    padding: 5px !important;
  }

  .pm-2 {
    padding: 10px !important;
  }

  .pm-3 {
    padding: 15px !important;
  }

}

.card-header-title {
  background-color: #339999;
  color: white;
}

.navbar-item {
  font-size: 15px !important;
}

.back-to-top {
  visibility: hidden;
  background-color: #444;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 48px;
  position: fixed;
  bottom: 65px;
  right: 35px;
  z-index: 90;
  cursor: pointer;
  border-radius: 1px;
  opacity: 0;
  -webkit-transform: translateZ(0);
  transition: all .6s
}

.back-to-top .fa {
  font-size: 18px;
  color: #fff;
  vertical-align: middle;
}

.back-to-top:hover {
  background-color: #fc4f3f;
  opacity: 1
}

.back-to-top.show {
  visibility: visible;
  bottom: 35px;
  opacity: 1;
}

.videowrapper {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

.videowrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}


.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.bw img {
  -webkit-filter: grayscale(0%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}

.bw img:hover {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.section-head {
  margin-bottom: 30px;
}

.section-head h4 {
  position: relative;
  padding: 0;
  color: #5aadc4;
  line-height: 1;
  letter-spacing: 0.3px;
  font-size: 34px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
  margin-bottom: 30px;
}

/*
.section-head h4:before {
  content: '';
  width: 60px;
  height: 3px;
  background: #5aadc4;
  position: absolute;
  left: 0px;
  bottom: -10px;
  right:0;
  margin:0 auto;
}
*/
.section-head h4 span {
  font-weight: 700;
  padding-bottom: 5px;
  color: #2f2f2f
}

p.service_text {
  color: #cccccc !important;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}

.section-head p,
p.awesome_line {
  color: #818181;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}

.extra-text {
  font-size: 34px;
  font-weight: 700;
  color: #2f2f2f;
  margin-bottom: 25px;
  position: relative;
  text-transform: none;
}

.extra-text::before {
  content: '';
  width: 60px;
  height: 3px;
  background: #5aadc4;
  position: absolute;
  left: 0px;
  bottom: -10px;
  right: 0;
  margin: 0 auto;
}

.extra-text span {
  font-weight: 700;
  color: #5aadc4;
}

.item {
  background: #fff;
  text-align: center;
  padding: 30px 25px;
  -webkit-box-shadow: 0 0px 25px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0px 25px rgba(0, 0, 0, 0.07);
  border-radius: 20px;
  border: 5px solid rgba(0, 0, 0, 0.07);
  margin-bottom: 30px;
  -webkit-transition: all .5s ease 0;
  transition: all .5s ease 0;
  transition: all 0.5s ease 0s;
}

.item:hover {
  background: #5aadc4;
  box-shadow: 0 8px 20px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: all .5s ease 0;
  transition: all .5s ease 0;
  transition: all 0.5s ease 0s;
}

.item:hover .item,
.item:hover span.icon {
  background: #fff;
  border-radius: 10px;
  -webkit-transition: all .5s ease 0;
  transition: all .5s ease 0;
  transition: all 0.5s ease 0s;
}

.item:hover h6,
.item:hover p {
  color: #fff;
  -webkit-transition: all .5s ease 0;
  transition: all .5s ease 0;
  transition: all 0.5s ease 0s;
}

.item .icon {
  font-size: 40px;
  margin-bottom: 25px;
  color: #5aadc4;
  width: 90px;
  height: 90px;
  line-height: 96px;
  border-radius: 50px;
}

.item .feature_box_col_one {
  background: rgba(247, 198, 5, 0.20);
  color: #5aadc4
}

.item .feature_box_col_two {
  background: rgba(255, 77, 28, 0.15);
  color: #5aadc4
}

.item .feature_box_col_three {
  background: rgba(0, 147, 38, 0.15);
  color: #5aadc4
}

.item .feature_box_col_four {
  background: rgba(0, 108, 255, 0.15);
  color: #5aadc4
}

.item .feature_box_col_five {
  background: rgba(146, 39, 255, 0.15);
  color: #5aadc4
}

.item .feature_box_col_six {
  background: rgba(23, 39, 246, 0.15);
  color: #5aadc4
}

.item p {
  font-size: 15px;
  line-height: 26px;
}

.item h6 {
  margin-bottom: 20px;
  color: #2f2f2f;
}

.mission p {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 28px;
  font-weight: 500;
}

.mission i {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #5aadc4;
  border-radius: 50%;
  color: #fff;
  font-size: 25px;
}

.mission .small-text {
  margin-left: 10px;
  font-size: 13px;
  color: #666;
}


.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after,
.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after {
  content: " ";
  display: block;
  background: white;
  position: absolute;
  z-index: 30;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after {
  width: 3px;
  height: 9999px;
  left: 50%;
  margin-left: -1.5px;
}

.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after {
  width: 9999px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px;
}

.twentytwenty-before-label,
.twentytwenty-after-label,
.twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.twentytwenty-before-label,
.twentytwenty-after-label,
.twentytwenty-overlay {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.twentytwenty-before-label,
.twentytwenty-after-label {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
}

.twentytwenty-before-label:before,
.twentytwenty-after-label:before {
  color: white;
  font-size: 13px;
  letter-spacing: 0.1em;
}

.twentytwenty-before-label:before,
.twentytwenty-after-label:before {
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  line-height: 38px;
  padding: 0 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.twentytwenty-horizontal .twentytwenty-before-label:before,
.twentytwenty-horizontal .twentytwenty-after-label:before {
  top: 50%;
  margin-top: -19px;
}

.twentytwenty-vertical .twentytwenty-before-label:before,
.twentytwenty-vertical .twentytwenty-after-label:before {
  left: 50%;
  margin-left: -45px;
  text-align: center;
  width: 90px;
}

.twentytwenty-left-arrow,
.twentytwenty-right-arrow,
.twentytwenty-up-arrow,
.twentytwenty-down-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute;
}

.twentytwenty-left-arrow,
.twentytwenty-right-arrow {
  top: 50%;
  margin-top: -6px;
}

.twentytwenty-up-arrow,
.twentytwenty-down-arrow {
  left: 50%;
  margin-left: -6px;
}

.twentytwenty-container {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.twentytwenty-container img {
  max-width: 100%;
  position: absolute;
  top: 0;
  display: block;
}

.twentytwenty-container.active .twentytwenty-overlay,
.twentytwenty-container.active :hover.twentytwenty-overlay {
  background: rgba(0, 0, 0, 0);
}

.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
  opacity: 0;
}

.twentytwenty-container * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.twentytwenty-before-label {
  opacity: 0;
}

.twentytwenty-before-label:before {
  content: attr(data-content);
}

.twentytwenty-after-label {
  opacity: 0;
}

.twentytwenty-after-label:before {
  content: attr(data-content);
}

.twentytwenty-horizontal .twentytwenty-before-label:before {
  left: 10px;
}

.twentytwenty-horizontal .twentytwenty-after-label:before {
  right: 10px;
}

.twentytwenty-vertical .twentytwenty-before-label:before {
  top: 10px;
}

.twentytwenty-vertical .twentytwenty-after-label:before {
  bottom: 10px;
}

.twentytwenty-overlay {
  -webkit-transition-property: background;
  -moz-transition-property: background;
  transition-property: background;
  background: rgba(0, 0, 0, 0);
  z-index: 25;
}

.twentytwenty-overlay:hover {
  background: rgba(0, 0, 0, 0.5);
}

.twentytwenty-overlay:hover .twentytwenty-after-label {
  opacity: 1;
}

.twentytwenty-overlay:hover .twentytwenty-before-label {
  opacity: 1;
}

.twentytwenty-before {
  z-index: 20;
}

.twentytwenty-after {
  z-index: 10;
}

.twentytwenty-handle {
  height: 38px;
  width: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border: 3px solid white;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  z-index: 40;
  cursor: pointer;
}

.twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 22px;
  -webkit-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-horizontal .twentytwenty-handle:after {
  top: 50%;
  margin-top: 22px;
  -webkit-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-vertical .twentytwenty-handle:before {
  left: 50%;
  margin-left: 22px;
  -webkit-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-vertical .twentytwenty-handle:after {
  right: 50%;
  margin-right: 22px;
  -webkit-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-left-arrow {
  border-right: 6px solid white;
  left: 50%;
  margin-left: -17px;
}

.twentytwenty-right-arrow {
  border-left: 6px solid white;
  right: 50%;
  margin-right: -17px;
}

.twentytwenty-up-arrow {
  border-bottom: 6px solid white;
  top: 50%;
  margin-top: -17px;
}

.twentytwenty-down-arrow {
  border-top: 6px solid white;
  bottom: 50%;
  margin-bottom: -17px;
}


.beftitle {
  position: absolute;
  z-index: 9999;
  bottom: 10px;
  padding: 5px 10px;
  background: #fff;
}


.scroll-bar-wrap {

  position: relative;

}

.scroll-box {
  width: 100%;
  height: 360px;
  overflow-y: scroll;
}

.scroll-box::-webkit-scrollbar {
  width: .4em;
}

.scroll-box::-webkit-scrollbar,
.scroll-box::-webkit-scrollbar-thumb {
  overflow: visible;
  border-radius: 4px;
}

.scroll-box::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, .2);
}

.cover-bar {
  position: absolute;
  background: #fff;
  ;
  height: 100%;
  top: 0;
  right: 0;
  width: .4em;
  -webkit-transition: all .5s;
  opacity: 1;
}

/* MAGIC HAPPENS HERE */
.scroll-bar-wrap:hover .cover-bar {
  opacity: 0;
  -webkit-transition: all .5s;
}
.our-team .team-row {
  margin-left: -40px;
  margin-right: -40px;
}

.our-team .team-wrap {
  padding: 0 40px;
}

.our-team .container-fluid {
  padding: 0 50px;
}

.team-img img {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  overflow: hidden;
  width: 100%;
}

.team-member,
.team-img {
  position: relative;
  overflow: hidden;
}

.team-title {
  margin: 30px 0 7px;
}

.overlay {
  background-color: rgba(20,20,20,.7);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.team-details {
  opacity: 0;
  position: absolute;
  top: 30%;
  left: 0;
  padding: 5%;
  overflow: hidden;
  width: 100%;
  z-index: 2;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.team-details p {
  color: #fff;
}

.team-img:hover .team-details {
  opacity: 1;
  margin-top: -80px;
}

.team-img:hover .overlay {
  opacity: 1;
}
