@import url('https://fonts.googleapis.com/css?family=Montserrat:500,600,700&display=swap');
@font-face {
  font-family: 'Gotham-Book';
  src: url('../fonts/Gotham-Book.otf');
}
@font-face {
  font-family: 'Gotham-Light';
  src: url('../fonts/Gotham-Light.otf');
}
@font-face {
  font-family: 'Gotham-Medium';
  src: url('../fonts/Gotham-Medium.otf');
}
@font-face {
  font-family: 'Gotham-Thin';
  src: url('../fonts/Gotham-Thin.otf');
}
@font-face {
  font-family: 'Gotham-Ultra';
  src: url('../fonts/Gotham-Ultra.otf');
}
@font-face {
  font-family: 'Freight-Back';
  src: url('../fonts/Freight\ Disp\ Black.otf');
}
@font-face {
  font-family: 'Freight-Medium';
  src: url('../fonts/Freight\ Disp\ Medium.otf');
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica\ LT\ 45\ Light.ttf');
}
/**************menu part start*****************/
.gotham-book {
  font-family: 'Gotham-Book';
}
.gotham-light {
  font-family: 'Gotham-Light';
}
.gotham-medium {
  font-family: 'Gotham-Medium';
}
.gotham-thin {
  font-family: 'Gotham-Thin';
}
.freight-back {
  font-family: 'Freight-Back';
}
.freight-medium {
  font-family: 'Freight-Medium';
}
.helvetica {
  font-family: 'Helvetica';
}
body {
  font-size: 16px;
  font-family: 'Gotham-Light';
  color: #3A4E61;
}
.container {
  max-width: 1440px;
}
.main_menu .navbar-brand {
  padding-top: 0rem;
}

.main_menu .navbar {
  padding: 0;
}

.main_menu .main-menu-item {
  text-align: center;
}
.background-dark {
  background-color:#212e3b;
}
img.logo-header {
  max-height: 43px;
}
.fw-500 {
  font-weight: 500;
}
.main_menu .main-menu-item ul li a {
  color: #2a2a2a;
  font-size: 14px;
  font-weight: 400;
}
span.tel-header {
  letter-spacing: 2.63px;
  padding-bottom: 5px;
  border-bottom: 3px solid rgb(246, 123, 145);
  display: inline-block;
}
.color-red-blur {
  color: rgba(177, 36, 60, 1.0);
}
img.img-call {
  max-width: 25px;
}

span.freephone {
  margin-right: 10px;
}

.main_menu .navbar-light .navbar-nav .nav-link {
  color: #212e3b;
  padding: 25px 20px;
  line-height: 14px;
  font-family: 'Gotham-Medium';
  letter-spacing: 2.3px;
}
.breadcrumb-style {
  line-height: 1.2;
  letter-spacing: 3.29px;
}
.main_menu .navbar-light .navbar-nav .nav-item.menu-hover-s:hover {
  background-color: #B1243C;
}

.main_menu .navbar-light .navbar-nav .nav-item:hover .nav-link {
  color: #fff;
}


@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .main_menu .main-menu-item ul li a {
    padding: 8px 16px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .main_menu .navbar-light .navbar-nav .nav-link {
    padding: 30px 20px;
  }
}

.main_menu .header_social_icon ul li {
  display: inline-block;
}

.main_menu .header_social_icon ul li a {
  color: #2a2a2a;
  padding-right: 15px;
  font-size: 13px;
}

.main_menu #search_input_box {
  background-color: #fff;
  text-align: center;
  padding: 5px 20px;
  position: fixed;
  width: 100%;
}

.main_menu #search_input_box .form-control {
  background: transparent;
  border: 0;
  color: #ffffff;
  font-weight: 400;
  font-size: 15px;
  padding: 0;
}

.main_menu #search_input_box .form-control:focus {
  box-shadow: none;
  outline: none;
}

/* line 14, /Applications/MAMP/htdocs/palash/cl/july 2019/191 Lifeleck Blog/191 Lifeleck Blog html/sass/_mixins.scss */
.main_menu #search_input_box input.placeholder {
  color: #ffffff;
  font-size: 14px;
}

/* line 17, /Applications/MAMP/htdocs/palash/cl/july 2019/191 Lifeleck Blog/191 Lifeleck Blog html/sass/_mixins.scss */
.main_menu #search_input_box input:-moz-placeholder {
  color: #ffffff;
  font-size: 14px;
}

/* line 20, /Applications/MAMP/htdocs/palash/cl/july 2019/191 Lifeleck Blog/191 Lifeleck Blog html/sass/_mixins.scss */
.main_menu #search_input_box input::-moz-placeholder {
  color: #ffffff;
  font-size: 14px;
}

/* line 23, /Applications/MAMP/htdocs/palash/cl/july 2019/191 Lifeleck Blog/191 Lifeleck Blog html/sass/_mixins.scss */
.main_menu #search_input_box input::-webkit-input-placeholder {
  color: #ffffff;
  font-size: 14px;
}

.main_menu #search_input_box .btn {
  width: 0;
  height: 0;
  padding: 0;
  border: 0;
}

.main_menu #search_input_box .lnr-cross {
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  padding: 10px 3px;
}

.main_menu #wrap {
  display: inline-block;
  position: relative;
  padding: 0;
  position: relative;
}

.main_menu #wrap span {
  margin-right: 19px;
  padding-right: 25px;
  border-right: 2px solid #a0a5a7;
}

@media (max-width: 576px) {
  .main_menu #wrap span {
    margin-right: 0px;
    padding-right: 0px;
    border-right: 0px solid #a0a5a7;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .main_menu #wrap span {
    margin-right: 0px;
    padding-right: 0px;
    border-right: 0px solid #a0a5a7;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main_menu #wrap span {
    margin-right: 0px;
    padding-right: 0px;
    border-right: 0px solid #a0a5a7;
  }
}

.main_menu input[type="text"] {
  height: 40px;
  font-size: 14px;
  display: inline-block;
  font-weight: 100;
  border: none;
  outline: none;
  color: #555;
  padding: 3px;
  padding-left: 15px;
  padding-right: 60px;
  width: 0px;
  position: absolute;
  top: -10px;
  right: 40px;
  background: none;
  z-index: 3;
  transition: width 0.4s cubic-bezier(0, 0.795, 0, 1);
  cursor: pointer;
}

@media (max-width: 576px) {
  .main_menu input[type="text"] {
    right: 0px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .main_menu input[type="text"] {
    right: 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main_menu input[type="text"] {
    right: 0px;
  }
}

.main_menu input[type="text"]:focus:hover {
  border: 2px solid #ffe4e4;
}

.main_menu input[type="text"]:focus {
  width: 300px;
  z-index: 1;
  cursor: text;
  border: 2px solid #ffe4e4;
  background-color: #fafafa;
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px;
  background-image: url(../img/icon/long-arrow-pointing-to-the-right.svg);
  background-position: 96% 47%;
  background-repeat: no-repeat;
  background-size: 16px 17px;
}
ul.navbar-nav.w-100.justify-content-between li.nav-item {
    display: flex;
    align-items: center;
}
.main_menu input[type="submit"]:hover {
  opacity: 0.8;
}

.home_menu {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}

.menu_fixed {
  position: fixed;
  z-index: 9999 !important;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.05);
  top: 0;
}

.menu_fixed span {
  color: #000 !important;
}

@media (max-width: 991px) {
  .navbar-light .navbar-toggler {
    border-color: transparent;
    padding: 0px;
  }
  .sidebar-to-show-des {
    letter-spacing: 0px;
  }
  .main_menu .navbar {
    padding: 20px 0;
  }
  .navbar-collapse {
    z-index: 9999 !important;
    position: absolute;
    left: 0;
    top: 71px;
    width: 100%;
    background-color: #fff;
    text-align: center !important;
  }
  .main_menu .main-menu-item {
    text-align: left !important;
  }
  .main_menu .main-menu-item .nav-item {
    padding: 5px 15px !important;
  }
  .main_menu .main-menu-item .nav-item a {
    padding: 8px 15px !important;
  }
  .dropdown .dropdown-menu {
    transform: scale(1, 0);
    display: none !important;
  }
  .dropdown:hover .dropdown-menu {
    transform: scale(1);
    display: block !important;
  }
  .dropdown .dropdown-menu .show {
    display: block !important;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .dropdown .dropdown-menu {
    transform: scale(1, 0);
    display: none;
  }
  .dropdown:hover .dropdown-menu {
    transform: scale(1);
    display: block;
  }
}

.dropdown-menu {
  border: 0px solid rgba(0, 0, 0, 0.15) !important;
  background-color: #fafafa;
}

.dropdown .dropdown-menu {
  transition: all 0.5s;
  overflow: hidden;
  transform-origin: top center;
  transform: scale(1, 0);
  display: block;
  margin-top: 0;
  border-radius: 0;
}

.dropdown .dropdown-menu .dropdown-item {
  font-size: 14px;
  padding: 8px 20px;
}

.dropdown:hover .dropdown-menu {
  transform: scale(1);
}

/* footer */
.mission .text-custom-paragraph-mission,
.color-footer {
  color: #B0B3B1;
}
footer#footer {
  background-color: rgba(32, 46, 59, 1.0);
  padding-top: 40px;
}

img.logo-footer {
  max-width: 250px;
}

.sub-footer {
  background-color: rgba(177, 36, 60, 1.0);
  text-align: center;
  justify-content: center;
}
ul.footer-ul {
  list-style-type: none;
}
ul.footer-ul li {
  padding-bottom: 20px;
  display: table;
}
p.made-sub-footer {
  color: rgba(246, 124, 145, 1.0);
  font-weight: 500;
}
.sub-description-services {
  max-width: 758px;
  line-height: 1.68;
  letter-spacing: -1.04px;
  color: #b0b3b1;
}
.services-name {
  line-height: 1.5;
  letter-spacing: 3.68px;
  text-align: center;
  color: #777c81;
  text-transform: uppercase;
}
.services-wrap {
  position: relative;
  padding-top: 100%;
  text-align: center;
  width: 100%;
}

.center-div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}
.center-div:hover {
  border-radius: 7px;
  background-color: #293847;
}

.center-div:hover p.blur-color {
  color: #fff !important;
}
.center-div:hover .wrap-ser img.hover-white:first-child,
.wrap-ser img.hover-white:last-child {
  display: none;
}
.center-div:hover img.hover-white:last-child,
img.hover-white:first-child {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.hover-white {
  max-width: 50px;
}
.session-service-name:hover {
  text-decoration: none
}
.about-us-paragraph {
  line-height: 1.47;
  letter-spacing: -0.79px;
}
img.logo-about {
  max-height: 160px;
  max-width: 160px;
}

span.logo-name {
  display: block;
  text-align: center;
}

p.img-about-us {
  min-height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.logo-about-us {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.appy-submit {
  background-color: transparent;
  color: #fff !important;
  border-color: #fff !important;
}
.sidebar-to-show-des li {
  padding-bottom: 30px;
}

.sidebar-to-show-des {
  letter-spacing: 2.63px;
  list-style-type: none;
  padding-left: 0;
}

.sidebar-to-show-des li > a:hover {
  color: #A4323F;
  text-decoration: none;
}

.sidebar-to-show-des li > a:active { 
  color: #A4323F;
  background-color: gray;
}

.button-back {
  line-height: 1.2;
  letter-spacing: 3.29px;
  color: #212e3b;
}
.button-back:hover {
  text-decoration: none;
  color: #f67c91;
}
.button-back i {
  color: #f67c91;
}
p.card-text.services-text {
  min-height: 120px;
}
.position-our {
  letter-spacing: 1.97px;
}
.background-image-news {
  background: url('../images/common/o-6-xn-9-v-0.png');
  background-size: cover;
  background-repeat: no-repeat;
  height: 65ch;
  position: relative;
}
.unit-60-ch {
  height: 60ch;
}
.background-image-news::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #212e3bB3;
}
.img-news {
  position: relative;
  padding-top: 75%;
  overflow: hidden;
}

p.img-post {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  object-fit: cover;
  overflow: hidden;
}

span.date-time {
  position: absolute;
  top: 20%;
  left: 0;
  padding: 10px 30px;
  background-color: #b1243c;
}

.pagination {
  margin-bottom: 50px;
  display: block;
  text-align: center; }
.pagination ul {
    display: inline-block;
    text-align: center;
    margin-top: 0; }
 .pagination li {
    display: inline-block;
    text-align: center;
    font-family: "montserratbold", clean, sans-serif;
    padding: 5px; }
.pagination li.current {
      color: #cf6a34;
      border-bottom: 2px solid #cf6a34; }
.pagination li a {
      color: #222222; }

.pag-prev-link,
.pag-next-link {
  width: 20px;
  height: auto;
  font-size: 0;
  position: relative;
  display: block; }
  .pag-prev-link:after,
  .pag-next-link:after {
    display: block;
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    top: 50%;
    margin-top: -13px;
    background: url("../images/icon-arrow.svg") no-repeat right center;
    background-size: 20px 20px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg); }

.pag-prev-link:after {
  left: -5px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

nav.prev-next-entry {
  float: right;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-bottom: 40px;
  display: inline-block; }
  nav.prev-next-entry .pag-prev-link, nav.prev-next-entry .pag-next-link {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: top; }
    nav.prev-next-entry .pag-prev-link:after, nav.prev-next-entry .pag-next-link:after {
      width: 30px;
      height: 30px;
      background-size: 30px 30px; }
  nav.prev-next-entry .pag-prev-link:after {
    right: 5px; }
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -5px;
  margin-left: -1px;
}
.dropdown-menu {
border-radius: 0px;
}
.dropdown-submenu:hover>.dropdown-menu {
  display: block;
}
.no-arrow i.fas {
display: none;
}
.dropdown-submenu:hover>a:after {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

li.dropdown-item:hover {
  background-color: #b1243c;
}

li.dropdown-item a {
  color: #2a2a2a !important;
}
li.dropdown-item > a {
  font-family: 'Gotham-Medium';
  text-transform: uppercase;
}

li.dropdown-item {
  padding: 7px 30px;
  letter-spacing: 2.3px;
}
.dropdown-menu.multi-level {
background-color: #f4f4f4;
margin: 0;
padding: 0;
}

li.dropdown-item:hover > a {
  color: #fff !important;
}
li.nav-item.menu-hover-s.services-menu:hover .dropdown-menu.multi-level {
display: block;
}
img.post-image-avatar {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.info-our > img {
  max-width: 100%;
  width: auto;
  height: auto;
  text-align: center;
}
.services-text.cut-text {
  max-height: 87px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.main-footer {
  margin-top: 90px;
  margin-bottom: 170px;
}
.form-control:focus {
  background: none;
}
.our .modal-content {
  padding: 20px;
}
form#contactForm label {letter-spacing: 1.97px;}
.latest-news {
  letter-spacing: 3.29px;
}
li.dropdown-item:hover > a > i {
  color: #f67c91;
}
li.dropdown-item:hover > a:hover {
  text-decoration: none;
}
.no-arrow li.dropdown-item:hover {
  background-color: transparent;
}
.no-arrow li.dropdown-item:hover > a {
  color: #f67c91 !important;
}
.footer-red footer#footer {
  background-color: #b1243c;
}
.footer-red footer#footer .color-footer {
 color: #fff;
}
.footer-red footer#footer .sub-footer {
  background-color: #212e3b
}
.infomation-contact a {
  color: #afb2b0;
}
.infomation-contact a:hover {
  color: aqua;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
.mw-md-7 {
  max-width: 840px;
  float: right;
}
.mw-md-5 {
  max-width: 480px;
}
span.sub-name-contact {
  font-size: 19px;
  color: #afb2b0;
}
.letter-spacing-23 {
  letter-spacing: 2.63px !important;
}