*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/* 
@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@300;400;500;600;700;800&display=swap'); */


body{
    /* font-family: 'Be Vietnam Pro', sans-serif; */
    font-family: 'Roboto Slab', serif;
    /* background-color: #f1f1f1; */
    min-height: 1000px;
}

a{
    text-decoration: none;
}

p{
    margin: 0;
    line-height: 1.75em;
    font-size: 14px;
    font-weight: 300;
}

/* ---------- Header CSS Started ---------- */
.top_bar{
    background-color: #32d185;
    padding: 5px 0;
}

.top_bar_item p{
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}

.top_bar_search{
    position: relative;
}

.top_bar_search button {
    position: absolute;
    right: 7px;
    background-color: #fff;
    border: none;
    top: 3px;
    color: #8b8b8b;
}

.top_bar_search button:hover{
    color: #003f5e;
}

.top_bar_search input{
    width: 100%;
    border: none;
    border-radius: 2px;
    padding: 4px 30px 4px 4px;
   
}

.top_bar_search input:focus{
    outline: none;
}

.desktop_header{
    background-color: #003f5e;
    padding: 10px 0;
}

.logo_area img{
    max-height: 75px;
    max-height: 40px;
}

.menu_area ul{   
    text-align: right;
    margin: 0;
}

.menu_area ul li{
    display: inline-block;
    padding: 0 0 0 10px;
}

.menu_area a{
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.025em;
}

.menu_area a:hover{   
    color: #32d185;
}

.menu_area .nav-link{
    padding-right: 0 !important;
    padding-left: 40px !important;
}

i.white_ham{
    color: #32d185;
    margin-top: 5px;
}

.navbar-toggler:focus{
    box-shadow: none;
}



/* ---------- Header CSS Ended ---------- */

/* ----------- Content Area CSS --------------- */

.page_title_container{
    /* background-image: url('http://myhealthconnect.care/assets/images/2.png'); */
	background-image: url('https://www.allmultidisciplinaryjournal.com/images/allmulti.jpeg');
    background-position: top;
    background-size: cover;
}

.page_title_inner{   
    padding: 75px 0;
    color: #fff;
    background-color: rgb(0 0 0 / 78%);
}

.page_title_inner h1{
    font-size: 1.75rem;
    
}

.page_title_inner h3{
    font-size: 1.25rem;
    color: #32d185;
}

.home_bg{
    background-color: #fff;
    padding: 20px 0;   
}

.home_sidebar{
    border-left: 1px solid #f1f1ff;
}

.home_bg.home_sidebar ul {
    margin: 0;
    padding: 0;
}

.home_bg.home_sidebar ul li{
    list-style: none;
    padding: 8px 15px;
    margin: 0 0 10px;
    background-color: #003f5e;
    font-weight: 300;
    border-radius: 0 0 15px 0;
    position: relative;
    padding-left: 30px;
    
}

.home_bg ul li a{
    font-size: 14px;
    color: #fff;    
}

.home_sidebar ul li a i{
    color: #32d185;
    position: absolute;
    top: 14px;
    left: 10px;
    transition: .2s ease-in-out;
}

.home_bg.home_sidebar ul li:hover a{
    color: #32d185;
}

.home_bg.home_sidebar ul li:hover i{
    padding-left: 5px;
}
/* 
.shadow{
    box-shadow: 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%), 0 2px 4px -1px rgb(0 0 0 / 30%);
} */

.home_main img{
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.home_main_content h1 {
    font-size: 1.75rem;
    text-align: center;
    color: #003f5e;
    font-weight: 600;
    margin-bottom: 30px;
}

.home_main_content ul {
    margin: 0;
    padding: 10px 0;
}

.home_main_content ul li{
    list-style: none;
    font-size: 14px;
    font-weight: 400;
}

.home_main_content ul li span{
    color: red;
    font-weight: 500;
}

.home_main_content p {    
    font-weight: 400;
    line-height: 1.75em;
    margin: 10px 0;
}

.home_main_content p span{    
    font-weight: 600;
}


/* ----------- Content Area CSS Ended --------------- */


/* ---------- Footer CSS Started ------------- */
.footer_before{
    padding: 30px 0;
    background-color: #003f5e;

}

.about_journal{
    padding-bottom: 30px;
    border-bottom: 1px solid #f1f1f12e;
    color: #f1f1f1;
}


footer{
    padding: 10px 0 30px;
    background-color: #003f5e;
}
.footer_about img{
    width: 75px;
}

.footer_about p{
    margin-top: 10px;
    font-size: 13px;
    color: #f1f1f1;
    margin-bottom: 0;
}

.footer_column h3{
    margin: 0;
    font-size: 20px;
    font-weight: 400;
    color: #32d185;
    margin-bottom: 20px;
}

.footer_column ul{
    padding: 0;
}

.footer_column ul li{
    list-style: none;
    margin: 10px 0;
    font-size: 13px;
    font-weight: 300;
}

.footer_column ul li a{
    color: #f1f1f1;
    text-decoration: none;

}

.footer_column ul li a:hover{
    color: #32d185;    
}

.footer_social a {
    display: inline-flex;
flex-wrap: wrap;
    width: 25px;
    height: 25px;
    background-color: #fff;
    justify-content: center;
    align-items: center; 
    border-radius: 3px;
    text-decoration: none;
    color: #fff;
}

.footer_social .facebook{
    background-color: #3b5998;
}
.footer_social .instagram{
    /* background-color: #8a3ab9; */
    background:linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
}
.footer_social .twitter{
    background-color: #1DA1F2;
}
.footer_social .linkedin{
    background-color: #0e76a8;
}
.footer_social .whatsapp{
    background-color: #32d185;
}



/* ---------- Footer CSS Ended ------------- */

/* -------- Archive CSS ------------ */
.archive_cover img{
    width: 100px;
    height: auto;

}

.yearly_archive h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #003f5e;
}

.archive_meta h3{
    font-size: 1.05rem !important;
    font-weight: 600 !important;
}

span.published_date {
    font-size: 12px;
    color: #9d9d9d;
}

.archive_meta p {
    margin: 0 0 10px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
            line-clamp: 3; 
    -webkit-box-orient: vertical;
    font-size: 14px;
    font-weight: 400;
}

.archive_container{    
    padding: 15px 0;
    border-top: 1px solid #f1f1f1;
}



/* -------- Archive CSS End ------------ */


.manuscript_form{
    background-color: #f1f1f1;
    padding: 20px;
}

.manuscript_form h3{
    font-size: 16px;
    font-weight: 400;
    margin: 10px 0 7px;
}


.manuscript_form input{
    width: 100%;
    padding: 8px 5px;
    border: 1px solid #f1f1f1;
    /* margin: 5px 0; */
    background-color: #fff;
    border-radius: 5px;
}

.manuscript_form input:focus{
    border: 1px solid #003f5e;
    outline: none;
}

.manuscript_form input::placeholder{
    font-size: 13px;
    color: #b3b3b3;
}

.manuscript_form textarea{
    width: 100%;
    padding: 8px 5px;
    background-color: #fff;
    min-height: 100px;
    border: 1px solid #f1f1f1;
    /* margin-top: 5px; */
    border-radius: 5px;
}

.manuscript_form textarea::placeholder{
    font-size: 13px;
    color: #b3b3b3;
}
.manuscript_form textarea:focus{
    border: 1px solid #003f5e;
    outline: none;
}

.manuscript_form button{
    font-size: 16px;
    width: 100%;
    padding: 10px;
    margin: 15px 0;
    border: none;
    border-radius: 4px;
    background-color: #003f5e;
    color: #fff;
    transition: .2s ease-in-out;
}

.manuscript_form button:hover{
    background-color: #32d185;
}



/* --------------------- */

.archive_card{    
    box-shadow: 0 2px 4px 0 #00000029;
    border-radius: 10px;
    margin-bottom: 25px;
}

.archive_thumb{
    position: relative;
   
}

.subject {
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: absolute;
    background-color: #003f5ee0;
    color: #fff;
    font-size: 13px;
    padding: 2px 10px 3px;
    font-weight: 300;
    bottom: 0;
    border-radius: 3px;
    z-index: 2;
}
.arch_date {
    position: absolute;
    /* background-color: #003f5e; */
    color: #fff;
    font-size: 14px;
    padding: 2px 7px 4px;
    left: 5px;
    top: 10px;
    border-radius: 3px;
    z-index: 2;
}

.arch_date span{
    margin-right: 15px;
    color: #fff;
    font-size: 13px;
    font-weight: 300;
}

.archive_card img{
width: 100%;
height: 200px;
object-fit: cover;
object-position: center;
border-radius: 10px 10px 0 0 ;
}

.image_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 10px 10px 0 0;
    background-color: #00000075;
    top: 0;
    z-index: 1;
    padding: 30px 15px;
    display: flex;
    align-items: center;
}

.image_overlay h3{
    text-align: center;
    font-size: 17px;
    color: #50d186;
}


.archive_overview{
    padding: 10px;
}

.archive_overview a h3{
    color: #003f5e;
    font-size: 14px;
    line-height: 1.5em;
    margin-bottom: 5px;
    overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;
   text-transform: capitalize;
}

.archive_overview p{
    margin: 0;
    color: #686868;
    font-size: 13px;
}

.cta_btns a{  
    opacity: 0; 
    font-size: 14px;
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #32d185;
    z-index: 2;
    padding: 2px 4px;
    border-radius: 3px;
    color: #fff;
    transition: .2s ease-in-out;
}


.archive_card:hover .cta_btns a{
    opacity: 1;
}

/* -------------- Responsive CSS ------------------- */
@media (max-width: 991px){
    .cta_btns a{
        opacity: 1;
    }
    div#navbarNav {      
        margin-top: 15px;
    }

    li.nav-item {
        text-align: center;
    }

    .menu_area .nav-link {
        border-top: 1px solid #f1f1f12e;   
        padding-left: 0 !important;     
    }

    .menu_area a{
        font-weight: 300;
    }

    .home_main img{
       height: 250px;
    }
}


@media (max-width: 767px){
    .archive_meta p {       
        -webkit-line-clamp: 2; 
                line-clamp: 2; 
    }
}


@media (max-width: 375px){
    .home_main img{
        height: 220px;
     }

     .archive_cover img {
        width: 80px;       
    }
}
/* -------------- Responsive CSS ------------------- */

.home_bg.home_main_content .table {
    background-color: #f1f1f1;
}

.home_bg.home_main_content .table th {
    text-align: center;
}

.page_title_inner p {
    display: inline-block;
    font-size: 1.75rem;
    font-weight: 500;
}

.page_title_inner p::first-letter {
    color: #50d186;
    font-size: 1.75rem;
    font-weight: 500;
}


/* ---akash-css--- */

.chif-img{
    width: 100px;
    height: 100px;    
}    
.chif-img img{
    object-fit: cover;
}
.chif-box:hover .chif-img img{
    transform: scale(1.09);
    transition: 0.5s
}

/*------my-slider--------*/
.shadow-effect {
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    text-align: center;
    border: 1px solid #ECECEC;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.10), 0 15px 12px rgba(0, 0, 0, 0.02);
}

#customers-testimonials .shadow-effect p {
    font-size: 17px;
    line-height: 1.5;
    margin: 0 0 17px 0;
}

.testimonial-name {
    margin: -17px auto 0;
    display: table;
    width: auto;
    background: #3190E7;
    padding: 9px 35px;
    border-radius: 20px;
    text-align: center;
    color: #fff;
    box-shadow: 0 9px 18px rgba(0, 0, 0, 0.12), 0 5px 7px rgba(0, 0, 0, 0.05);
}

#customers-testimonials .item {
    text-align: center;
    margin-bottom: 30px;
    opacity: .2;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#customers-testimonials .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d;
    margin: 0 auto 17px;
    border-radius: 50%;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span, #customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    background: #3190E7;
    transform: translate3d(0px, -50%, 0px) scale(0.7);
}

#customers-testimonials.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
    background: #3190E7;
    display: inline-block;
    height: 20px;
    margin: 0 2px 5px;
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 20px;
}
.img-circle {
    width: 100px !important;
    height: 100px !important;
    object-fit: cover;
}



/*-------slider--------*/
.my-slider .item {
  height: 400px;
  position: relative;
}
.my-slider .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.my-slider .item .cover {
  padding: 75px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
}
.my-slider .item .cover .header-content {
  position: relative;
  padding: 56px;
  overflow: hidden;
}
.my-slider .item .cover .header-content .line {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border: 9px solid #fff;
  -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}
.my-slider .item .cover .header-content h2 {
  font-weight: 300;
  font-size: 35px;
  line-height: 1.4;
  color: #fff;
}
.my-slider .item .cover .header-content h1 {
  font-size: 56px;
  font-weight: 600;
  word-spacing: 3px;
  color: #fff;
}
.my-slider .item .cover .header-content h4 {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  color: #fff;
}

/*------our--service-----*/
.theme-title-one .icon-box .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.our-service-sass .service-block .title a {
  font-size: 22px;
  line-height: 1.2;
  color: #253d5f;
  text-decoration: none;
}

.theme-title-one .icon-box {
  position: relative;
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-size: inherit;
  font-style: normal;
  color: inherit;
}

.icon-img {
  float: left;
  width: 100px;
  height: 200px;
  position: absolute;
  top: 50px;
  text-align: center;
}

/************************/

.our-service-sass .inner-wrapper:after {
  content: url(../images/shape/shape-14.svg);
  position: absolute;
  bottom: -165px;
  right: -165px;
  z-index: -1;
}

.our-service-sass .service-block {
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  z-index: 5;
  padding: 50px 30px;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(12, 0, 46, 0.06);
  box-shadow: 0px 2px 10px 0px rgba(12, 0, 46, 0.06);
  border: 1px solid #e6e4e4;
  height: 490px;
}

.our-service-sass .service-block:before {
  content: "";
  width: 273px;
  height: 273px;
  background: #00a86b;
  border-radius: 50%;
  position: absolute;
  top: -148px;
  left: -83px;
  transform: scale(0);
}

.our-service-sass .service-block:hover:before {
  transform: scale(1);
  transition: all 0.5s linear;
  transition-delay: 0.1s;
  z-index: -1;
}

.our-service-sass .service-block:hover {
  border-color: transparent;
}
.our-service-sass .service-block .icon-s {
  /*position: absolute;*/
  font-size: 65px;
  /*left: 40px;*/
  /*top: 52px;*/
}

.our-service-sass .single-block:nth-child(1) .service-block .icon-s {
  color: #6df7bc;
}

.our-service-sass .single-block:nth-child(2) .service-block .icon-s {
  color: #25e5eb;
}

.our-service-sass .single-block:nth-child(3) .service-block .icon-s {
  color: #ff4ca5;
}

.our-service-sass .service-block p {
    color: #737f92;
    line-height: 1.3;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 13;
    -webkit-box-orient: vertical;
}
.our-service-sass .service-block .detail-button {
  font-size: 40px;
  color: #cad5e5;
}

.our-service-sass .service-block .hover-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #006a4e;
  z-index: -3;
  opacity: 0;
  transition: all 0.3s linear;
}

.our-service-sass .service-block:hover .hover-content {
  opacity: 1;
}

.our-service-sass .service-block .hover-content:before {
  content: "";
  width: 493px;
  height: 493px;
  background: #119462;
  border-radius: 50%;
  position: absolute;
  top: -250px;
  left: -180px;
  z-index: 1;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.our-service-sass .service-block:hover .hover-content:before {
  opacity: 1;
  transform: translate(0, 0);
  transition: all 0.9s linear;
}

.our-service-sass .service-block .hover-content:after {
  content: "";
  width: 602px;
  height: 602px;
  background: #007f5c;
  border-radius: 50%;
  position: absolute;
  top: -196px;
  left: -180px;
  z-index: -1;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.our-service-sass .service-block:hover .hover-content:after {
  opacity: 1;
  transform: translate(0, 0);
  transition: all 1.3s linear;
}

.our-service-sass .service-block .snow-dot {
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  clip-path: polygon(
    50% 0%,
    61% 35%,
    98% 35%,
    68% 57%,
    79% 91%,
    50% 70%,
    21% 91%,
    32% 57%,
    2% 35%,
    39% 35%
  );
  background: rgba(255, 255, 255, 0.5);
  z-index: -1;
}

@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.our-service-sass .service-block .snow-dot:nth-child(1) {
  top: 25px;
  left: 41%;
  z-index: 1;
  animation: scale-upOne 1s alternate infinite ease-in;
}

.our-service-sass .service-block .snow-dot:nth-child(2) {
  top: 25px;
  left: 78%;
  animation: scale-upOne 1.1s alternate infinite ease-in;
}

.our-service-sass .service-block .snow-dot:nth-child(3) {
  top: 75px;
  left: 61%;
  animation: scale-upOne 0.8s alternate infinite ease-in;
}

.our-service-sass .service-block .snow-dot:nth-child(4) {
  top: 136px;
  left: 84%;
  animation: scale-upOne 1s alternate infinite ease-in;
}

.our-service-sass .service-block .snow-dot:nth-child(5) {
  bottom: 35px;
  right: 12%;
  animation: scale-upOne 1.2s alternate infinite ease-in;
}

.our-service-sass .service-block .snow-dot:nth-child(6) {
  bottom: 80px;
  right: 31%;
  animation: scale-upOne 0.9s alternate infinite ease-in;
}

.our-service-sass .service-block .snow-dot:nth-child(7) {
  bottom: 40px;
  right: 51%;
  animation: scale-upOne 1s alternate infinite ease-in;
}

.our-service-sass .service-block:hover .detail-button,
.our-service-sass .service-block:hover .icon-s,
.our-service-sass .service-block:hover .title a,
.our-service-sass .service-block:hover p {
  color: #fff !important;
}

.theme-more-feature.our-service-sass .inner-wrapper:after,
.theme-more-feature.our-service-sass .inner-wrapper:before,
.theme-more-feature.our-service-sass:after,
.theme-more-feature.our-service-sass:before {
  display: none;
}

.our-service-sass.theme-more-feature {
  background: 0 0;
  padding: 165px 0 180px;
}

.our-service-app {
  position: relative;
  padding: 260px 0 200px;
  border-bottom: 1px solid #ededed;
}

.our-service-app .main-content {
  max-width: 1450px;
  padding: 0 15px;
  margin: 90px auto 0;
}

.our-service-app .main-content .inner-wrapper {
  text-align: center;
  position: relative;
  margin-top: 50px;
}

.our-service-app .main-content .inner-wrapper .title a {
  font-size: 24px;
  color: #4e4e4e;
  margin: 45px 0 30px;
}

.our-service-app .main-content .inner-wrapper:hover .title a {
  color: #614ef9;
}

.our-service-app .main-content .inner-wrapper p {
  line-height: 30px;
  padding: 0 50px;
  color: #8c929d;
}

.our-service-app .main-content .inner-wrapper .illustration-box {
  display: inline-block;
  position: relative;
  min-height: 230px;
}

.our-service-app
  .main-content
  .single-block:nth-child(1)
  .illustration-box
  .bg-shape,
.our-service-app
  .main-content
  .single-block:nth-child(3)
  .illustration-box
  .bg-shape {
  animation: rotated 35s infinite linear;
}

.our-service-app
  .main-content
  .single-block:nth-child(1)
  .illustration-box
  .block-shape-one {
  position: absolute;
  top: 42px;
  left: -16px;
}

.our-service-app
  .main-content
  .single-block:nth-child(1)
  .illustration-box
  .block-shape-two {
  position: absolute;
  top: 42px;
  right: 0;
}

.our-service-app
  .main-content
  .single-block:nth-child(1)
  .illustration-box
  .block-shape-three {
  position: absolute;
  bottom: 24px;
  right: 0;
}
.our-service-app
  .main-content
  .single-block:nth-child(1)
  .illustration-box
  [class*="block-shape"] {
  transform: scale(1.5);
}

.our-service-app
  .main-content
  .single-block
  .illustration-box
  [class*="block-shape"] {
  opacity: 0;
  transition: all 1.5s ease-in-out;
}
.our-service-app
  .main-content
  .single-block:nth-child(2)
  .illustration-box
  .block-shape-one {
  position: absolute;
  top: 120px;
  left: 26px;
  transform: scale(1.5);
}

.our-service-app
  .main-content
  .single-block:nth-child(2)
  .illustration-box
  .block-shape-two {
  position: absolute;
  top: 0;
  left: 120px;
  transform: scale(1.5);
}

.our-service-app
  .main-content
  .single-block:nth-child(2)
  .illustration-box
  .block-shape-three {
  position: absolute;
  top: 66px;
  right: 6px;
  transform: scale(1.5);
}

.our-service-app
  .main-content
  .single-block:nth-child(2)
  .illustration-box
  .block-shape-four {
  position: absolute;
  top: 52px;
  right: 63px;
  transform: translateY(30px);
}


.bg-shape {
  -webkit-animation: rotate-center 5s linear infinite both;
  animation: rotate-center 5s linear infinite both;
  cursor: pointer;
}

.joinus button {
    background-color: #013f5e;
    color: #50d186;
    padding: 7px 20px;
    border: none;
    border-radius: 25px;
    font-size: 20px;
    font-weight: 600;
}

.login_signup a {
    color: #50d186;
    margin: 0 0 0 10px;
}

.login_signup button {
    color: #fff;
    background: #50d186;
    font-size: 16px;
    padding: 4px 10px;
    border: none;
    border-radius: 25px;
}

.login_signup a i{
    font-size: 2rem;
}

.login_signup {
    display: flex;
    align-items: center;
}

.side_sticky {
    padding: 7px 15px;
    transform: rotate(270deg);
    position: fixed;
    background-color: red;
    top: 47%;
    left: -51px;
    z-index: 99999;
    border-radius: 0 0 5px 5px;
}

.side_sticky a {
    color: #fff;
    font-weight: 600;
}

.chif-box {
    box-shadow: 0 2px 2px 0 #0000001f !important;
    border: none;
    border-radius: 15px;
    min-height: 370px;
}

.chif-details.text-center h5 {
    min-height: 50px;
}

.chief_section{
    background-color: #f9f9f9;
}

 .archive_cover{
            width: 150px;
            min-width: 150px;
            height: 200px;
            background-color: #013f5e;
            background-image: url('../images/archive-cover.png');
            background-size: cover;
            background-position: center;
            padding: 10px;
            text-align: center;
            position: relative;
        }
        .archive_cover h3{
            font-size: 18px;
            color: #fff;
            margin-top: 40px;
        }
        .archive_cover h4{
            font-size: 14px;
            color: #50d186;
            position: absolute;
            bottom: 15px;
            left: 0;
            right: 0;
        }