html {
  scroll-behavior: smooth;
}
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap" rel="stylesheet">
*{
  
  padding: 0px;
  margin:0px;
  box-sizing: 0;
}
body ul li {
    list-style: none;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color:#e12454 !important;
}
.dropdown-item{
    font-family: 'Roboto', sans-serif !important;
    font-weight: 700 !important;
  
}
.header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.active {
   
    color: #ffffff !important;
    position: relative;
    transition: all .4s;
    border-radius: 10px;
    border-bottom: 5px solid #d21b4a;
    border-top: 5px solid #d21b4a;
}
.header_top_area {
    width: 100%;
    display: block;
    background:#e12454;
    position: relative;
    z-index: 99;
    border-bottom: 3px solid #fff;
}
.header_top_area .left_menu li .help, .top_header_area .left_menu li .help {
    color: #ffffff !important;
    font: 600 16px/30px "Source Sans Pro", sans-serif;
    display: inline-block;
    border-bottom: 2px solid #ffcd00;
    margin-left:0px;
}
.header_top_area .header_social, .top_header_area .header_social {
    text-align: right;
    margin:0px;
}
.header_top_area .header_social li:first-child, .top_header_area .header_social li:first-child {
    padding-left: 0;
}
.header_top_area .header_social li, .top_header_area .header_social li {
    display: inline-block;
    padding-left: 20px;
}
.header_top_area .header_social li a, .top_header_area .header_social li a {
    padding: 0;
    color: #ffffff;
    font: 600 16px/78px "Source Sans Pro", sans-serif;
}
.header_top_area .header_social li.login_btn, .top_header_area .header_social li.login_btn {
    padding: 0 25px;
    display: inline-block;
}
.header_top_area .header_social li.login_btn a, .top_header_area .header_social li.login_btn a {
    color: #ffffff;
    font: 600 16px/25px "Source Sans Pro", sans-serif;
    display: inline-block;
    border-bottom: 2px solid #ffcd00;
}
.theme_btn {
    color: #ffffff !important;
    background: #d21b4a;
    text-align: center;
    font: 600 18px/55px "Source Sans Pro", sans-serif;
    display: inline-block;
    transform: perspective(1px) translateZ(0);
    padding: 0 25px !important;
    position: relative;
}
.mha_2 {
    padding-top: 50px;
}
.main_header_area {
    display: block;
    width: 100%;
    position: absolute;
    z-index: 9999;
    left: 0;
    right: 0;
}
.mha_2 .header_menu {
    background: transparent;
}
.main_header_area .header_menu {
   
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}
.main_header_area .header_menu .navbar {
    padding: 0;
}
.main_header_area .header_menu .search_button_content li .call_support {
    display: block;
    text-align: center;
    line-height: 1;
    font: 600 20px/35px "Josefin Sans", sans-serif;
    color: #ffcd00;
}
.navbar-nav {
    padding-left: 250px;
}
.bg-trans{
  background-color: transparent;
  top: 100px !important;
}
.navbar-light .navbar-nav .nav-link{
  font-family: 'Roboto', sans-serif !important;
  font-weight:700 !important;
  color: #ffffff !important;
}

.navbar{
  z-index: 99
}




/* ==== Main CSS === */
.img-fill{
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center
}

.img-fill img {
  min-height: 100%;
  min-width: 100%;
  position: relative;
  display: inline-block;
  max-width: 100%;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.04);
}

.Grid1k {
  padding: 0 15px;
  max-width: 1200px;
  margin: auto;
}

.blocks-box,
.slick-slider {
  margin: 0;
  padding: 0!important;
}

.slick-slide {
  float: left /* If RTL Make This Right */ ;
  padding: 0;
}

/* ==== Slider Style === */
.Modern-Slider .item .img-fill{
 
  background:#000;
}

.Modern-Slider .item .img-fill .info{
  position:absolute;
  width:100%;
  height:100%;
  top:0px;
  left:0px;
  line-height:100vh;
  text-align:center;
}

.Modern-Slider .item .img-fill img{
  
}

.Modern-Slider .item .info > div{
  display:inline-block!important;
  vertical-align:middle;
}

.Modern-Slider .NextArrow{
  position:absolute;
  top:50%;
  right:0px;
  width:45px;
  height:45px;
  background:rgba(0,0,0,.50);
  border:0 none;
  margin-top:-22.5px;
  text-align:center;
  font:20px/45px FontAwesome;
  color:#FFF;
  z-index:5;
}

.Modern-Slider .NextArrow:before{content:'\f105';}

.Modern-Slider .PrevArrow{
  position:absolute;
  top:50%;
  left:0px;
  width:45px;
  height:45px;
  background:rgba(0,0,0,.50);
  border:0 none;
  margin-top:-22.5px;
  text-align:center;
  font:20px/45px FontAwesome;
  color:#FFF;
  z-index:5;
}


.Modern-Slider .PrevArrow:before{content:'\f104';}

.Modern-Slider .slick-dots{
  position:absolute;
  height:5px;
  background:rgba(255,255,255,.20);
  bottom:0px;
  width:100%;
  left:0px;
  padding:0px;
  margin:0px;
  list-style-type:none;
}
.Modern-Slider .slick-dots li button{display:none;}
.Modern-Slider .slick-dots li{
  float:left;
  width:0px;
  height:5px;
  background:#d62828;
  position:absolute;
  left:0px;
  bottom:0px;
}

.Modern-Slider .slick-dots li.slick-active{
  width:100%;
  -webkit-animation:ProgressDots 11s both;
          animation:ProgressDots 11s both;
}

.Modern-Slider .item h3{
  font-family: 'Roboto', sans-serif !important;
  font-size: 60px;
  font-weight: 900;
  text-transform:uppercase;
  color:#FFF;
  -webkit-animation:fadeOutRight 1s both;
          animation:fadeOutRight 1s both;
  margin-top:0px;
  padding:0;
}

.Modern-Slider .item h5{
  margin:0;
  padding:0;
  font:15px/30px RalewayR;
  color:#FFF;
 
  overflow:hidden;
  height:60px;
  -webkit-animation:fadeOutLeft 1s both;
          animation:fadeOutLeft 1s both;
}

.Modern-Slider .item.slick-active h3{
  -webkit-animation:fadeInDown 1s both 1s;
          animation:fadeInDown 1s both 1s;
}

.Modern-Slider .item.slick-active h5{
  -webkit-animation:fadeInLeft 1s both 1.5s;
          animation:fadeInLeft 1s both 1.5s;
}

.Modern-Slider .item.slick-active{
  -webkit-animation:Slick-FastSwipeIn 1s both;
          animation:Slick-FastSwipeIn 1s both;
}

.Modern-Slider {background:#000;}

/* ==== Slider Image Transition === */
@-webkit-keyframes Slick-FastSwipeIn{
    0%{transform:rotate3d(0,1,0,150deg) scale(0)  perspective(400px);} 
    100%{transform:rotate3d(0,1,0,0deg) scale(1) perspective(400px);} 
}
@keyframes Slick-FastSwipeIn{
    0%{transform:rotate3d(0,1,0,150deg) scale(0)  perspective(400px);} 
    100%{transform:rotate3d(0,1,0,0deg) scale(1) perspective(400px);} 
}

@-webkit-keyframes ProgressDots{from{width:0px;}to{width:100%;}}
@keyframes ProgressDots{from{width:0px;}to{width:100%;}}

/* ==== Slick Slider Css Ruls === */
.slick-slider{position:relative;display:block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;touch-action:pan-y;-webkit-tap-highlight-color:transparent}
.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}
.slick-list:focus{outline:none}.slick-list.dragging{cursor:hand}
.slick-slider .slick-track,.slick-slider .slick-list{transform:translate3d(0,0,0)}
.slick-track{position:relative;top:0;left:0;display:block}
.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}
.slick-loading .slick-track{visibility:hidden}
.slick-slide{display:none;float:left /* If RTL Make This Right */ ;height:100%;min-height:1px}
.slick-slide.dragging img{pointer-events:none}
.slick-initialized .slick-slide{display:block}
.slick-loading .slick-slide{visibility:hidden}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}
.medi-app-banner-text a:nth-child(1) {
    width: 180px;
}
.medi-app-banner-text a {
    color: #fff;
    line-height: 60px;
    text-align: center;
    display: inline-block;
    margin: 0px 40px 0px 0px;
}
.banner-btn a {
    color: #fff;
    padding:15px 30px 15px 30px;
    border: none;
    margin-top: 20px;
    font-weight: 700;
    position: relative;
    background-color: #e12454;
    transition: 0.3s all ease-in-out;
}
.banner-btn a span {
    top: 5px;
    right: -30px;
    width: 40px;
    height: 40px;
    position: absolute;
    line-height: 40px;
    color: #e12454;
    background-color: #fff;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 4%);
}
.banner-btn{
  line-height: 100px;
}
.medi-app-banner-feature {
    position: absolute;
    right: 0;
    bottom: 0;
}
.medi-app-banner-feature-icon-text {
    width: 150px;
    height: 150px;
    padding-top: 30px;
    margin-left: 5px;
    position: relative;
    display: inline-block;
    background-color: #fff;
}
.medi-app-banner-feature-icon-text .medi-app-banner-feature-text span {
    font-size: 12px;
    font-weight: 700;
}
.app-medi {
    margin: 0;
    padding: 0;
    color: #70808c;
    font-size: 16px;
    overflow-x: hidden;
    line-height: 1.625;
    font-family: "Roboto";
    -moz-osx-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
}
.flex-container {
  display: flex;
  justify-content: flex-end;
  
}

.flex-container > div {
    width: 150px;
    height: 150px;
    padding-top: 30px;
    margin-left: 5px;
    position: relative;
    display: inline-block;
    background-color: #fff;
}
.medi-app-banner-feature-icon-text .medi-app-banner-feature-icon {
    line-height: 1;
}
.app-medi {
    margin: 0;
    padding: 0;
    color: #70808c;
    font-size: 16px;
    overflow-x: hidden;
    line-height: 1.625;
    font-family: "Roboto";
    -moz-osx-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
}
.medi-app-banner-feature-icon-text .medi-app-banner-feature-text span {
    font-size: 12px;
    font-weight: 700;
}
.medi-app-banner-feature-icon{
  margin: auto;
  display: table;
}
.medi-app-banner-feature-text{
  font-family: 'Roboto', sans-serif !important;
  font-size: 12px;
  font-weight: 700;
  color: #e12454;
  text-align: center;
}
.flex-container > div:hover:before {
    width: 100%;
}
.flex-container > div:before {
    top: 0;
    left: 0;
    right: 0;
    width: 0%;
    content: "";
    height: 3px;
    margin: 0 auto;
    position: absolute;
    background-color: #e12454;
    transition: 0.4s all ease-in-out;
}

.flash-news{
  background-color:#223645;
  padding:0px;
}
.fash-cvr{
  background-color: #e12454;
  height: 100px;
  margin-top: -50px;
  font-family: 'Roboto', sans-serif !important;
  font-size: 26px;
  font-weight: 700;
  color: #ffffff;
}
.fash-cvr h5{
  line-height: 96px;
  text-align: center;
  font-family: 'Roboto', sans-serif !important;
  font-size: 26px;
  font-weight: 700;
  color: #ffffff;
}
.fash-cvr span{
  padding-right: 10px;
}
.news {
    width: 160px
}

.news-scroll a {
    text-decoration: none;
    color:#ffffff !important;
}

.dot {
    height: 6px;
    width: 6px;
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 2px !important;
    background-color: rgb(207, 23, 23);
    border-radius: 50%;
    display: inline-block
}
.welcome-sec{
  padding: 100px 0px 80px 0px;
}
.welcome-sec h2{
  font-family: 'Poppins', sans-serif;
  font-size: 40px;
  font-weight: 700;
}
.welcome-sec p{
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #233746;
  line-height: 26px;
}
.message-sec{
  background-color:#e12454;
  padding-bottom: 0px;
 
}
.message-sec h2{
   font-family: 'Poppins', sans-serif;
   color: #ffffff;
  font-size: 40px;
  font-weight: 700;
  padding-top: 150px;
}
.message-wrp{
   
    position: relative;
    top: -80px;
    left: 160px;
    background-color: #ffffff;
    width: 100%;
    height: 250px;
    padding-top: 20px;

}
.holder { 
  width:100%;
  height:200px;
  overflow:hidden;
  padding:10px;
  font-family:Helvetica;
  border-top:2px solid #e12454;
  border-bottom:2px solid #e12454;
  margin-top: 5px;
}
.holder .mask {
  position: relative;
  left: 0px;
  top: 10px;
  width:100%;
  height:240px;
  overflow: hidden;
}
.holder ul {
  list-style:none;
  margin:0;
  padding:0;
  position: relative;
}
.holder ul li {
  padding:10px 0px;
}
.holder ul li a {
  color:darkred;
  text-decoration:none;
}
.side-btn{
  background-color: #d21b4a;
  padding: 15px 100px 15px 30px;
  border:1px solid #bd133e;
  float: left;
  width:100%;
}
.side-btn span{
  padding-right: 10px;
}
a.side-btn{
  font-family: 'Poppins', sans-serif;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
}
a:hover.side-btn{
 color: #ffffff;
}
.faculty-sec {
    padding: 100px 0px;

}
.medi-app-section-title {
    z-index: 2;
    padding-bottom: 60px;
}
.medi-app-section-title .title-watermark {
    left: 0;
    right: 0;
    top: -60px;
    z-index: -1;
    line-height: 1;
    color: #e9eff4;
    font-weight: 600;
    font-size: 200px;
    font-family: "Poppins";
}
.medi-app-section-title .title-tag {
    font-size: 14px;
    font-weight: 700;
    color: #e12454;
    letter-spacing: 3px;
}
.medi-app-section-title h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: #223645;
}

#news-slider{
    margin-top: 80px;
}
.post-slide{
    background: #fff;
    margin: 20px 15px 20px;
    border-radius: 15px;
    padding-top: 1px;
    box-shadow: 0px 14px 22px -9px #bbcbd8;
}
.post-slide .post-img{
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin: -12px 15px 8px 15px;
    margin-left: -10px;
}
.post-slide .post-img img{
    width: 100%;
    height: auto;
    transform: scale(1,1);
    transition:transform 0.2s linear;
}
.post-slide:hover .post-img img{
    transform: scale(1.1,1.1);
}
.post-slide .over-layer{
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    opacity:0;
    background: linear-gradient(-45deg, rgba(6,190,244,0.75) 0%, rgba(45,112,253,0.6) 100%);
    transition:all 0.50s linear;
}
.post-slide:hover .over-layer{
    opacity:1;
    text-decoration:none;
}
.post-slide .over-layer i{
    position: relative;
    top:45%;
    text-align:center;
    display: block;
    color:#fff;
    font-size:25px;
}
.post-slide .post-content{
    background:#fff;
    padding: 2px 20px 40px;
    border-radius: 15px;
}
.post-slide .post-title a{
    font-size:15px;
    font-weight:bold;
    color:#333;
    display: inline-block;
    text-transform:uppercase;
    transition: all 0.3s ease 0s;
}
.post-slide .post-title a:hover{
    text-decoration: none;
    color:#3498db;
}
.post-slide .post-description{
    line-height:24px;
    color:#808080;
    margin-bottom:25px;
}
.post-slide .post-date{
    color:#a9a9a9;
    font-size: 14px;
}
.post-slide .post-date i{
    font-size:20px;
    margin-right:8px;
    color: #CFDACE;
}
.post-slide .read-more{
    padding: 7px 20px;
    float: right;
    font-size: 12px;
    background: #2196F3;
    color: #ffffff;
    box-shadow: 0px 10px 20px -10px #1376c5;
    border-radius: 25px;
    text-transform: uppercase;
}
.post-slide .read-more:hover{
    background: #3498db;
    text-decoration:none;
    color:#fff;
}
.owl-controls .owl-buttons{
    text-align:center;
    margin-top:20px;
}
.owl-controls .owl-buttons .owl-prev{
    background: #fff;
    position: absolute;
    top:-13%;
    left:15px;
    padding: 0 18px 0 15px;
    border-radius: 50px;
    box-shadow: 3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-next{
    background: #fff;
    position: absolute;
    top:-13%;
    right: 15px;
    padding: 0 15px 0 18px;
    border-radius: 50px;
    box-shadow: -3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after{
    content:"\f104";
    font-family: FontAwesome;
    color: #333;
    font-size:30px;
}
.owl-controls .owl-buttons .owl-next:after{
    content:"\f105";
}
@media only screen and (max-width:1280px) {
    .post-slide .post-content{
        padding: 0px 15px 25px 15px;
    }
}

.mission-sec{
  background-color:#f1f7fb;
  padding: 100px 0px 100px 0px;
}






.about {
  position: fixed;
  z-index: 10;
  bottom: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  transition: all 0.2s ease;
}
.about .bg_links {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  backdrop-filter: blur(5px);
  position: absolute;
}
.about .logo {
  width: 40px;
  height: 40px;
  z-index: 9;
  background-image: url(https://rafaelalucas91.github.io/assets/codepen/logo_white.svg);
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: 10px 7px;
  opacity: 0.9;
  transition: all 1s 0.2s ease;
  bottom: 0;
  right: 0;
}
.about .social {
  opacity: 0;
  right: 0;
  bottom: 0;
}
.about .social .icon {
  width: 100%;
  height: 100%;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  display: flex;
  transition: all 0.2s ease, background-color 0.4s ease;
  opacity: 0;
  border-radius: 100%;
}
.about .social.portfolio {
  transition: all 0.8s ease;
}
.about .social.portfolio .icon {
  background-image: url(https://rafaelalucas91.github.io/assets/codepen/link.svg);
}
.about .social.dribbble {
  transition: all 0.3s ease;
}
.about .social.dribbble .icon {
  background-image: url(https://rafaelalucas91.github.io/assets/codepen/dribbble.svg);
}
.about .social.linkedin {
  transition: all 0.8s ease;
}
.about .social.linkedin .icon {
  background-image: url(https://rafaelalucas91.github.io/assets/codepen/linkedin.svg);
}
.about:hover {
  width: 105px;
  height: 105px;
  transition: all 0.6s cubic-bezier(0.64, 0.01, 0.07, 1.65);
}
.about:hover .logo {
  opacity: 1;
  transition: all 0.6s ease;
}
.about:hover .social {
  opacity: 1;
}
.about:hover .social .icon {
  opacity: 0.9;
}
.about:hover .social:hover {
  background-size: 28px;
}
.about:hover .social:hover .icon {
  background-size: 65%;
  opacity: 1;
}
.about:hover .social.portfolio {
  right: 0;
  bottom: calc(100% - 40px);
  transition: all 0.3s 0s cubic-bezier(0.64, 0.01, 0.07, 1.65);
}
.about:hover .social.portfolio .icon:hover {
  background-color: #698fb7;
}
.about:hover .social.dribbble {
  bottom: 45%;
  right: 45%;
  transition: all 0.3s 0.15s cubic-bezier(0.64, 0.01, 0.07, 1.65);
}
.about:hover .social.dribbble .icon:hover {
  background-color: #ea4c89;
}
.about:hover .social.linkedin {
  bottom: 0;
  right: calc(100% - 40px);
  transition: all 0.3s 0.25s cubic-bezier(0.64, 0.01, 0.07, 1.65);
}
.about:hover .social.linkedin .icon:hover {
  background-color: #0077b5;
}

/* main 1*/
/* main 2*/
/* neutral 1*/
/* neutral 2*/

/* Tabs menu */
.tabs {
  margin: 0;
  background-image: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  border-radius: 2px 2px 0px 0px;
}
@media screen and (max-width: 512px) {
  .tabs {
    height: 40px;
  }
}

/* Tab Links */
.tablinks {
  background: transparent;
  background-image: linear-gradient(90deg, transparent 70%, rgba(255, 255, 255, 0.2) 100%);
  border: none;
  outline: none;
  cursor: pointer;
  width: 25%;
  /*change depending on the number of tabs*/
  height: 80px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-family: "IBM Plex Sans", sans-serif;
  overflow: hidden;
  transition: 0.3s ease;
}
@media screen and (max-width: 512px) {
  .tablinks {
    height: 40px;
    font-size: 12px;
  }
}

.tablinks:before {
  background-image: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  content: "";
  width: 100%;
  height: 0px;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s ease-in-out;
  z-index: 2;
}

/*tab buttons hover*/
.tablinks:hover::before {
  height: 100%;
  z-index: 2;
  bottom: 0;
}
@media screen and (max-width: 512px) {
  .tablinks:hover::before {
    height: 0;
  }
}

/* Tab active */
.tablinks.active {
  background-color: white;
  z-index: 0;
  border-right: 0px;
  border-left: 0px;
  height: 110px;
  bottom: 0px;
  overflow: hidden;
}
@media screen and (max-width: 512px) {
  .tablinks.active {
    height: 60px;
  }
}

.tablinks.active:before {
  content: "";
  width: 100%;
  height: 5px;
  top: 0;
  left: 0;
}

/* Tabs text */
.tablinks.active p,
.tablinks.active:hover p {
  opacity: 1;
  background: -webkit-linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.tablinks p {
  opacity: 0.6;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: 0.5s ease;
  padding: 0;
  margin: 0;
  color: #686868;
  backface-visibility: hidden;
  font-weight: 400;
}

.tablinks:hover p {
  color: white;
  opacity: 1;
}
@media screen and (max-width: 512px) {
  .tablinks:hover p {
    color: #686868;
    opacity: 0.6;
  }
}

/* Tabs text bigger */
.tablinks p:before {
  content: attr(data-title);
  position: absolute;
  height: auto;
  width: auto;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.1;
  font-size: 40px;
  transition: 1s ease-out;
  z-index: -1;
  font-weight: 600;
  top: 110%;
}
@media screen and (max-width: 512px) {
  .tablinks p:before {
    display: none;
  }
}

.tablinks:hover p:before {
  opacity: 0.1;
  font-size: 40px;
  top: -80%;
}

/* tab content */
.wrapper_tabcontent {
  background-color: white;
  margin-top: 0px;
  z-index:1;
  position: relative;
  opacity: 1;
  padding: 40px 60px;
  overflow: hidden;
  transition: all 1s ease;
  top: 0;
}

.tabcontent {
  display: none;
  min-height:255px;
}

@keyframes tabEffect {
  from {
    top: -40px;
  }
  to {
    top: 0px;
  }
}
.tabcontent.active {
  transition: all 1s ease;
  display: block;
}

/* Tab content line */
.wrapper_tabcontent:after {
  content: "";
  height: 5px;
  width: 100%;
  position: absolute;
  background-image: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  left: 0;
  bottom: 0;
  z-index: -2;
  transition: all 1s ease;
}

/* Title */
.tabcontent h3 {
  font-size: 40px;
  top: 75px;
  transform: rotate(90deg);
  position: absolute;
  left: -90px;
  opacity: 0.1;
  width: 200px;
  height: 60px;
  background: -webkit-linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 0;
  animation: city 1s ease;
}
@media screen and (max-width: 512px) {
  .tabcontent h3 {
    top: 65px;
  }
}

@keyframes city {
  from {
    left: -150px;
  }
  to {
    left: -90px;
  }
}
/* Text*/
.tabcontent p {
  color: #686868;
  margin: 0;
  padding: 0;
  line-height: 28px;
  font-weight: 100;
  transition: all 1s ease;
  animation: fadeEffect 0.6s ease;
  width: 100%;
  font-size: 16px;
  font-family: "IBM Plex Sans", sans-serif;
}
@media screen and (max-width: 512px) {
  .tabcontent p {
    font-size: 14px;
    line-height: 26px;
  }
}

@keyframes fadeEffect {
  from {
    opacity: 0;
    margin-left: 30px;
  }
  to {
    opacity: 1;
    margin-left: 0;
  }
}
.video-one{
 
  height: 340px;
}
.video-sec{
  background-image: url(../Images/video-bg.jpg);
  background-blend-mode:overlay;
  background-attachment:fixed;
  background-color:rgba(16, 17, 22, 0.6); 
  width: 100%;
  height: 350px;
  float: left;
}
.video-sec h3{
  font-family: 'Poppins', sans-serif;
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;

}
.news-sec{
  padding: 100px 0px 100px 0px;
  background-color: #f1f7fb;
}

.news-sec .medi-app-blog-cat {
    right: 0;
    bottom: 0;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    position: absolute;
    padding: 5px 20px;
    background-color: #e12454;
}
.medi-app-blog-img-text .medi-app-blog-text {
    padding: 40px 35px;
    background-color: #fff;
    border: 2px solid #e2e7eb;
    transition: 0.4s all ease-in-out;
    box-shadow: 0px 16px 32px 0px rgb(0 0 0 / 4%);
}
.medi-app-blog-meta {
    margin-bottom: 8px;
}
.app-medi {
    margin: 0;
    padding: 0;
    color: #70808c;
    font-size: 16px;
    overflow-x: hidden;
    line-height: 1.625;
    font-family: "Roboto";
    -moz-osx-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
}
.medi-app-blog-meta a:after {
    top: 2px;
    right: -22px;
    width: 2px;
    content: "";
    height: 12px;
    position: absolute;
    background-color: #dde6ec;
}
.medi-app-blog-meta a {
    font-size: 14px;
    margin-right: 40px;
    position: relative;
    color: #70808c;
}
.medi-app-blog-text h3 {
    font-size: 20px;
    font-weight: 600;
    color: #223645;
    padding-bottom: 15px;
}
a.medi-app-blog-more  {
    color: #98a6b1;
    font-size: 14px;
    font-weight: 700;
    position: relative;
}
a:hover.medi-app-blog-more  {
    color: #e12454;
    text-decoration: none;
}


.medi-app-blog-more:after {
    left: 0;
    bottom: 0;
    height: 2px;
    content: "";
    width: 100%;
    position: absolute;
    background-color: #98a6b1;
}
.bg-white{
  background-color: #ffffff;
} 
.medi-app-blog-text{
  padding: 20px;
}
.footer{
  border-top:#e12454 solid 20px;
  background-color: rgba(16, 17, 22, 0.9);
  padding:100px  0px 100px 0px;
  background-image:url(../Images/ftr-bg.jpg);
  background-size: cover;
  background-blend-mode: overlay;
}
.footer h4{
   font-family: 'Poppins', sans-serif;
   color: #ffffff;
  font-size: 22px;
  font-weight: 500;
  position: relative;
}
.footer h4:before{
  width: 30%;
  height: 5px;
  background-color: #e12454;
  position: absolute;
  content: "";
  bottom: -15px;
}
.footer p{
  font-family: 'Poppins', sans-serif;
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  padding-top: 50px;
}
.footer  ul {
    list-style: none;
    padding-left: 0px;
    margin-top: 50px;
}
.footer  ul li {
    display: block;
}
.footer  ul li a {
  color: #ffffff;
}
.white-box {
    background-color: #fff;
    padding: 50px 60px 50px 50px;
    border-bottom: 5px solid #e12454;
}
.contact-widget-wrap {
    margin-bottom: 20px;
}
.cw-widget-text {
    padding-top: 5px;
}
.app-medi-footer-widget .app-medi-contact-widget .contact-widget-wrap .cw-widget-text h3 {
    color: #033333;
    font-size: 22px;
    font-weight: 600;
}
.app-medi-footer-widget .app-medi-contact-widget .contact-widget-wrap .cw-widget-text span {
    color: #777777;
    font-size: 14px;
}

.app-medi-footer-widget .app-medi-contact-widget .cw-widget-btn {
    margin: 0 auto;
    line-height: 60px;
}
.cw-widget-btn{
  position: relative;
}
.cw-widget-btn a {
    color: #fff;
    width: 225px;
    height: 60px;
    padding:15px 35px 15px 35px;
    border: none;
    margin-top: 20px;
    font-weight: 700;
    position: relative;
    background-color: #e12454 !important;
    transition: 0.3s all ease-in-out;
}
.cw-widget-btn a:hover {
    color: #000000;
    background-color: #ffcd00 !important;
    text-decoration: none;
}

.cw-widget-btn  span {
    top: -9px;
    right:-1px;
    width: 40px;
    height: 40px;
    position: absolute;
    line-height: 40px;
    color: #e12454;
    background-color: #fff;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 4%);
}
.footer .adrs p{
  font-family: 'Poppins', sans-serif;
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  padding: 0px;
  line-height: 10px;
}
.btm{
  background-color:#182732;
  padding: 25px 0px 7px 0px;
  border-bottom: 2px solid #e12454;
}
.btm p{
 font-family: 'Poppins', sans-serif;
 color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
}
.app-medi-headline h3{
  font-size: 18px;
}
.sub-banner{
  background-image: url(../Images/sub-banner.jpg);
  height:350px;
  margin-top: -100px;
}
.sub-sec{
  padding-top:100px;
  padding-bottom: 100px;
}
.sub-banner h2{
  font-family: 'Poppins', sans-serif;
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  margin-top: 200px;
}
.sub-sec h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    font-weight: 700;
    padding-bottom: 20px;
}
.sub-sec p {
    font-family: 'Poppins', sans-serif;
    font-size:14px;
    font-weight:400;
    padding-bottom: 20px;
}

.elementskit-info-box-icon {
    background-color: #e12454 ;
    border-radius: 5px 5px 5px 5px;
    width: 100px;
    height: 100px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;

}
.elementskit-info-box-icon i{
  font-size: 36px;
  color: #ffffff;
}
.box-body h3{
  width: 100%;
  font-family: 'Poppins', sans-serif;
  font-size:26px;
  font-weight: 700;
  text-align: center;
  margin: auto;
  padding-top: 20px;
}
.box-body p{
  width: 100%;
  font-family: 'Poppins', sans-serif;
  font-size:16px;
  font-weight: 400;
  color: #6a726d;
  text-align: center;
 

}
.login-wrap {
   
    background:#ebf5f5;
    padding: 50px;
}
.registerWrp {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
}
.loginWrp .form-group .form-control {
    height: 60px;
    border-radius: 0px;
    font-size: 14px;
    border: none;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-group .btn {
    background: #ffb607;
    display: inline-block;
    border-radius: 30px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    padding: 16px 40px;
    width:100%;
}
.form-group .btn:hover {
    color: #ff002a;
    box-shadow: -1px -1px 17px -6px rgba(255,255,255,1);
}
.login-wrap h3{
  font-family: 'Poppins', sans-serif;
  font-size: 40px;
  font-weight: 700;
  padding-bottom: 20px;
}

.revGallery-anchor, .gal-overlay, .nak-gallery-poster{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}


.revGallery-anchor{
  overflow: hidden;
  position: relative;
  width: calc(100% / 5);
  display: block;
  float: left;
  border: 5px solid #e9e9e9;
}

.gal-overlay{
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(27,27,27, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  transition: background .4s ease;
  -webkit-transition: background .4s ease;
}
    
.revGallery-anchor:hover .gal-overlay{
  background: rgba(27,27,27, 0);
}

.nak-gallery {
  display: block;
  width: 100%;
  position: relative;
  margin-top: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.nak-gallery-poster{
  padding-bottom:100%;
  transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transition: all .4s ease;
  -webkit-transition: all .4s ease;
}

.revGallery-anchor:hover .nak-gallery-poster{
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
}

.img-responsive{
  display:none;
}

.button{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  width: 200px;
  height: 48px;
  border: 1px solid #ffffff;
  background-color:#d21b4a;
  border-radius: 2px;
  color: #fff;
  letter-spacing: 2px;
}

.button:hover {
  background-color: #363636;
  text-shadow: 0 1px hsla(0, 0%, 100%, 0.5);
  color: #fff;
}

.button:active,
.button.is-checked {
  background-color: #28F;
}

.button.is-checked {
  color: white;
  text-shadow: 0 -1px hsla(0, 0%, 0%, 0.8);
}

.button:active {
  box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.8);
}


.revGallery-anchor-width1{
  width: 40%
}

.revGallery-anchor-width2{
  width: 30%
}

.revGallery-anchor-width3{
  width: 20%
}

.nak-gallery-height1{
  padding-bottom: 400px
}

.nak-gallery-height2{
  padding-bottom: 300px
}

.nak-gallery-height3{
  padding-bottom: 200px
}

.preloader{
  display: none;
}

.preloaderStyle{
  background: red;
  width: 100%;
  height: 100px;
}