/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  height: 100%;
}

html {
  height: 100%;
}

a {
  color: #406580;
}

a:hover {
  color: #3b8af2;
  text-decoration: none;
}

* {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
}

:root {
  --lh: 1.8rem;
}


.main-color {
  color: #406580;
}

@media (max-width: 1196px) {
  .y-margin-small-screen {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
@media (min-width: 994px){
  .navbar-expand-custom {
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: flex-start;
  }
  .navbar-expand-custom .navbar-nav {
      flex-direction: row;
  }
  .navbar-expand-custom .navbar-nav .nav-link {
      padding-right: .5rem;
      padding-left: .5rem;
  }
  .navbar-expand-custom .navbar-collapse {
      display: flex!important;
  }
  .navbar-expand-custom .navbar-toggler {
      display: none;
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #406580;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #3284f1;
  color: #fff;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #406580;
  height: 54px;
  font-size: 15px;
  transition: all 0.5s;
  color: #fff;
}

#topbar.topbar-scrolled {
  top: -54px;
}

#topbar .contact-info a {
  line-height: 1;
  color: #fff;
  transition: 0.3s;
}

#topbar .contact-info a:hover {
  text-decoration: underline;
}

#topbar .contact-info i {
  padding-right: 4px;
  margin-left: 15px;
}

#topbar .contact-info i:first-child {
  margin-left: 0;
}

#topbar .social-links a {
  color: rgba(255, 255, 255, 0.6);
  padding-left: 15px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}

#topbar .social-links a:hover {
  color: #fff;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  top: 54px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 0px 0;
}

@media (min-width: 974px) {
  .navbar-expand-md {
    /* -ms-flex-flow: row nowrap; */
    flex-flow: row nowrap;
    /* -ms-flex-pack: start;*/
    justify-content: flex-start;
  }
}

#header.header-scrolled {
  top: 0;
}

@media (max-width: 992px) {
  #header {
    top: 0;
  }
}

.btn-custom {
  background-color: #406580;
  padding: 7px;
  border-radius: 4px;
  color: white !important;
  background-image: none;
}

.btn-custom:hover {
  /* background-color: white; */
  color: #406580 !important;
  border-color: #406580 !important;
  cursor: pointer;
  background-color: Transparent;
  background-repeat: no-repeat;
}

/*--------------------------------------------------------------
# Cover
--------------------------------------------------------------*/

b,
strong {
  font-weight: bold;
}

/*! Full-screen */
.cover-fullscreen .cover-overlay {
  min-height: 100vh;
}

.cover-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.cover-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

.heading-animation {
  /* animation: slideDown;
  animation-duration: 1.2s;
  animation-fill-mode: forwards; */
  opacity: 1;
  /* animation: fadeIn ease 1s, slideDown forwards 1.2s; */
  animation: fadeIn ease 1s;
}

@keyframes slideDown {
  0% {
    top: -80px;
  }
  100% {
    top: 20px;
  }
}

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

.carousel .carousel-item { height: 285px; }
/*--------------------------------------------------------------
# Home Page Our Services
--------------------------------------------------------------*/

.services-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}

@media (min-width: 1500px) {
  section .container {
    max-width: 1400px;
  }
}

.services-section .icon-iconfont {
  display: block;
  font-size: 8rem;
  color: #406580;
  margin-bottom: 0.3rem;
}
.services-section .card-wrapper {
  margin-top: 3rem;
}
.services-section .row {
  justify-content: center;
}

.our-services-card {
  background-color: transparent;
  border: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}

.our-services-card:hover {
  transform: scale(1.08);
  cursor: pointer;
}

.our-services-card-box {
  width: 100%;
}

.our-services-card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

/*--------------------------------------------------------------
# Home Page Case Studies
--------------------------------------------------------------*/
.case-studies .card {
  overflow: hidden;
  transition: transform 0.4s ease;
}

.case-studies .card:hover {
  transform: scale(1.02);
  cursor: pointer;
}

@media screen and (max-width: 1204px) {
  .case-studies .card .card-text {
    height: 128px;
  }
}

.card-img-top {
  max-height: 290px;
}

/*--------------------------------------------------------------
# Home Page About Us
--------------------------------------------------------------*/

.dark-blue-card {
  background-color: #406580;
  color: white;
}

.light-grey-card {
  background-color: #f2f2f2;
  color: black;
}

.short-about-us .card {
  
  overflow: hidden;
  transition: transform 0.4s ease;
}

.short-about-us .card:hover {
  transform: scale(1.02);
  cursor: pointer;
}

.profile-card {
  transition: transform 0.4s ease;
}

.profile-card:hover {
  transform: scale(1.048);
  cursor: pointer;
}

.short-about-us .card .card-text {
  height: 78px;
}

@media screen and (max-width: 1198px) {
  .short-about-us .card .card-text {
    height: 98px;
  }
}

.truncate-overflow {
  width: inherit;
  --max-lines: 2;
  overflow: hidden;
  max-height: calc(var(--lh) * var(--max-lines) - 2px);
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  overflow: hidden !important;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}

/*--------------------------------------------------------------
# Home Page Customer Testimonials
--------------------------------------------------------------*/

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

.profile-card-wrapper {
  width: 100%;
  width: 100%;
  height: auto;
  display: flex;
  display: flex;
  padding-top: 33px;
}
@media screen and (max-width: 768px) {
  .wrapper {
    height: auto;
    /* min-height: 100vh;*/
    padding-top: 20px;
  }
}

@media screen and (max-width: 576px) {
  .wrapper {
    height: auto;
    /* min-height: 100vh;*/
    margin-top: 89px;
  }
}

.profile-card {
  width: 100%;
  min-height: 200px;
  margin: auto;
  box-shadow: 0px 8px 35px -10px rgba(13, 28, 39, 0.6);
  background: #fff;
  border-radius: 12px;
  max-width: 700px;
  position: relative;
}
.profile-card.active .profile-card-cnt {
  filter: blur(6px);
}
.profile-card.active .profile-card-message,
.profile-card.active .profile-card-overlay {
  opacity: 1;
  pointer-events: auto;
  transition-delay: 0.1s;
}
.profile-card.active .profile-card-form {
  transform: none;
  transition-delay: 0.1s;
}
.profile-card-img {
  width: 80px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  transform: translateY(-50%);
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 4;
}
@media screen and (max-width: 576px) {
  .profile-card-img {
    width: 120px;
    height: 120px;
  }
}
.profile-card-img img {
  display: block;
  width: 100%;
  /* height: 50%; */
  object-fit: cover;
  border-radius: 50%;
}
.profile-card-cnt {
  margin-top: -35px;
  text-align: center;
  padding: 0 20px;
  padding-bottom: 40px;
  transition: all 0.3s;
}
.profile-card-name {
  font-weight: 700;
  font-size: 24px;
  color: #406580;
  
}
.profile-card-txt {
  font-size: 18px;
  font-weight: 500;
  color: #324e63;
  margin-bottom: 15px;
  height: 28px;
}

.profile-card-txt strong {
  font-weight: 700;
}

.profile-card-title {
  font-size: 14px;
  font-weight: 500;
  color: #324e63;
  margin-bottom: 8px;
  height: 28px;
}


@media screen and (max-width: 1498px) {
  .profile-card-txt {
    height: 56px;
  }
}

.profile-card-inf {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-start;
  height: 120px;
}

@media screen and (max-width: 1498px) {
  .profile-card-inf {
    height: 168px;
  }
}

.profile-card-inf-item {
  padding: 10px 35px;
  min-width: 150px;
}
@media screen and (max-width: 768px) {
  .profile-card-inf-item {
    padding: 10px 20px;
    min-width: 120px;
  }
}
.profile-card-inf-title {
  font-weight: 700;
  font-size: 27px;
  color: #324e63;
}
.profile-card-inf-txt {
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 15px;
  height: 73px;
}

@media screen and (max-width: 1440px) {
  .profile-card-inf-txt {
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 15px;
    height: 96px;
  }
  
}

@media screen and (max-width: 1198px) {
  .profile-card-inf-txt {
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 15px;
    height: 128px;
  }

  .profile-card-title {
    text-align: center !important;
  }
  
}
.profile-card-ctr {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
@media screen and (max-width: 576px) {
  .profile-card-ctr {
    flex-wrap: wrap;
  }
}

.profile-card-message {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 130px;
  padding-bottom: 100px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}

.profile-card-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  background: rgba(22, 33, 72, 0.35);
  border-radius: 12px;
  transition: all 0.3s;
}

/*--------------------------------------------------------------
# Home Page Enquiry
--------------------------------------------------------------*/
.bs-calltoaction {
  position: relative;
  width: auto;
  padding: 15px 25px;
  border: 1px solid black;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
}

.bs-calltoaction > .row {
  display: table;
  width: calc(100% + 30px);
}

.bs-calltoaction > .row > [class^="col-"],
.bs-calltoaction > .row > [class*=" col-"] {
  float: none;
  display: table-cell;
  vertical-align: middle;
}

.cta-contents {
  padding-top: 10px;
  padding-bottom: 10px;
}

.cta-title {
  margin: 0 auto 15px;
  padding: 0;
}

.cta-desc {
  padding: 0;
}

.cta-desc p:last-child {
  margin-bottom: 0;
}

.cta-button {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  font-size: larger;
}

@media (max-width: 991px) {
  .bs-calltoaction > .row {
    display: block;
    width: auto;
  }

  .bs-calltoaction > .row > [class^="col-"],
  .bs-calltoaction > .row > [class*=" col-"] {
    float: none;
    vertical-align: middle;
    position: relative;
  }
}

.bs-calltoaction.bs-calltoaction-primary {
  color: #fff;
  background-color: #406580;
  border-color: #406580;
}

/*--------------------------------------------------------------
# footer
--------------------------------------------------------------*/
.media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}

.foot-menu li {
  padding: 0 1rem 1rem 1rem;
}

.social-row {
  width: 100%;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}

.social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  color: rgba(255, 255, 255, 0.6);
}
.soc-item {
  margin: 0 0.5rem;
}

.foot-copyright {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/

/* section
 */
.padding-y-section {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

@media (max-width: 767px) {
  .padding-y-section .content-wrapper {
    padding: 1rem;
  }
  .padding-y-section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  
}

@media (min-width: 768px) and (max-width: 991px) {
  .padding-y-section .content-wrapper {
    padding: 2rem;
}
}

@media (min-width: 992px) {
  .padding-y-section.content-wrapper {
    padding: 5rem 3rem;
}
}

.padding-y-section .content-wrapper {
  /* background: #fafafa; */
}


.padding-y-section-small {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (max-width: 767px) {
  .padding-y-section .content-wrapper {
    padding: 1rem;
  }
  .padding-y-section {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  
}

@media (min-width: 768px) and (max-width: 991px) {
  .padding-y-section .content-wrapper {
    padding: 1rem;
}
}

@media (min-width: 992px) {
  .padding-y-section.content-wrapper {
    padding: 2rem 2.5rem;
}
}

.padding-y-section .content-wrapper {
  /* background: #fafafa; */
}



/* img */
.image-wrapper img {
  width: 100%;
  object-fit: cover;
}

/* text */
@media (min-width: 992px) {
  .content-wrapper .text-wrapper {
    padding-right: 3rem;
  }
}

/* list */
ul.custom-dot-style {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}

ul.custom-dot-style li {
  position: relative;
  margin-bottom: 1rem;
}

ul.custom-dot-style li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #406580;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}


ul.custom-dot-style-2 {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}

ul.custom-dot-style-2 li {
  position: relative;
  margin-bottom: 1.7rem;
}

ul.custom-dot-style-2 li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6BA5C1;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}

ul.custom-dot-style-3 {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}

ul.custom-dot-style-3 li {
  position: relative;
  margin-bottom: 0.7rem;
}

ul.custom-dot-style-3 li::before {
  top: -0.4rem;
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #406580;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}


.card-list {
  list-style-type: none;
  padding: 0 7px;
}

.card-list li {
  position: relative;
  margin-bottom: 1rem;
}

.quote-card-header-theme {
  background-color: #406580;
  color: white;
  border-bottom: 0px !important;
}


/* contact */
@media (max-width: 992px) {
  .form-right-column {
    padding-top: 22px;
  }
}

@media (min-width: 992px) {
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (max-width: 991px) {
  .contact-form .content-wrapper {
    flex-direction: column-reverse;
  }
}

@media (max-width: 991px) {
  .our-features-part-2 .content-wrapper {
    flex-direction: column-reverse;
  }
}

@media (max-width: 991px) {
  .why-us .content-wrapper {
    flex-direction: column-reverse;
  }
}




/*--------------------------------------------------------------
# Flipping Card
--------------------------------------------------------------*/

*, *:before, *:after {
  box-sizing: border-box;
}

#spinner:not([hidden]) {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

#spinner::after {
  content: "";
  width: 80px;
  height: 80px;
  border: 4px solid #f3f3f3;
  /* border-top: 3px solid #f25a41; */
  border-top: 3px solid #1a57e6;
  border-radius: 100%;
  will-change: transform;
  -webkit-animation: spin 2s infinite linear;
          animation: spin 2s infinite linear;
}

@-webkit-keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.heading:after {
  display: block;
  content: "";
  position: absolute;
  width: 60px;
  height: 4px;
  background: linear-gradient(135deg, #1a9be6, #1a57e6);
  bottom: 0;
}

.description {
  width: 100%;
  margin-top: 0;
  margin-left: 1rem;
  margin-bottom: 3rem;
}

.card-flip {
  color: inherit;
  min-width: calc(33% - 2rem);
  height: 300px;
  min-height: 300px;
  perspective: 1000px;
  position: relative;
}
@media screen and (max-width: 800px) {
  .card-flip {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .card-flip {
    width: 100%;
  }
}

.back {
  display: flex;
  border-radius: 6px;
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transition: ease-in-out 600ms;
  padding: 2rem;
}

.frontWeb {
  border-radius: 4px;
  align-items: center;
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transition: ease-in-out 600ms;
  cursor: pointer;
  background-size: cover;
  padding: 2rem;
  overflow: hidden;
}

.frontWeb:before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, #406580, #406580);
  opacity: 0.25;
  z-index: -1;
}
.card-flip:hover .frontWeb {
  transform: rotateY(180deg);
}
@media screen and (max-width: 800px) {
  .card-flip:hover .frontWeb {
    transform: rotateY(0deg);
  }
}
.card-flip:nth-child(even):hover .frontWeb {
  transform: rotateY(-180deg);
}
@media screen and (max-width: 800px) {
  .card-flip:nth-child(even):hover .frontWeb {
    transform: rotateY(0deg);
  }
}

.card-flip {
  -webkit-transition: transform 0.6s;
  transform-style: preserve-3d;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  position: relative;
  transition: transform 0.6s;
  -webkit-transition: transform 0.6s;
}

.card-flip.flip {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
}

.back {
  transform: rotateY(-180deg);
  padding: 0 2em;
}
.card-flip:hover .back {
  transform: rotateY(0deg);
}
@media screen and (max-width: 800px) {
  .card-flip:hover .back {
    transform: rotateY(-180deg);
  }
}
.card-flip:nth-child(even) .back {
  transform: rotateY(180deg);
}
.card-flip:nth-child(even):hover .back {
  transform: rotateY(0deg);
}
@media screen and (max-width: 800px) {
  .card-flip:nth-child(even):hover .back {
    transform: rotateY(180deg);
  }
}

.why-us .card {
  max-height: 600px;
  height: 320px;
}


@media screen and (max-width: 1498px) {
  .why-us .card {
    height: 360px;
  }
}
@media screen and (max-width: 1194px) {
  .why-us .card {
    height: 260px;
  }
}

@media screen and (max-width: 412px) {
  .why-us .card {
    height: 290px;
  }
}

@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

/*--------------------------------------------------------------
# All services Page
--------------------------------------------------------------*/

@media (min-width: 768px) {
  .container-fluid-services-card {
    padding-left: 100px;
    padding-right: 100px;
  }
}


.all-services .card {
  min-height: 270px;
  transition: all 0.3s;
  background-color: transparent;
  border: none;
}

.all-services .card-wrapper {
  background: #f2f2f2;
  border-radius: 4px;
  display: flex;
  overflow: hidden;
  justify-content: space-between;
  -webkit-flex: 1;
}

@media (max-width: 992px) {
  .all-services .card-wrapper {
    margin-bottom: 2rem;
  }
}

@media (max-width: 767px) {
  .all-services .card-flex {
    flex-direction: column-reverse;
  }
}

.align-left {
  text-align: left;
}

.all-services .card-box {
  padding: 2rem;
  width: 58.33%;
}

@media (max-width: 767px) {
  .all-services .card-box, .all-services .img-wrapper {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .all-services .card-box {
    padding: 1rem;
  }
}

/* img of the card */
.all-services .img1 {
  background: #406580;
}
.all-services .img-wrapper {
  width: 41.66%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.align-center {
  text-align: center;
}

@media (max-width: 767px) {
  .all-services .img-wrapper {
    padding: 4rem 1rem;
  }
}

@media (max-width: 767px) {
  .all-services .card-box, .all-services .img-wrapper {
    width: 100%;
  }
}

.all-services .card-iconfont {
  display: block;
  font-size: 12rem;
  color: #ffffff;
  margin-bottom: 2rem;
}

/*--------------------------------------------------------------
# Case Studies Page
--------------------------------------------------------------*/

.case-studies-page .card-wrapper {
  padding-right: 2rem;
}


@media (max-width: 992px) {
  .case-studies-page .card-wrapper {
    padding: 0 1rem;
  }
}

/*--------------------------------------------------------------
# Blogs list Page
--------------------------------------------------------------*/

.blogs-list-section .item {
  cursor: pointer;
  margin-bottom: 2rem;
}

.blogs-list-section .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}

.card-wrapper, .item-wrapper {
  overflow: hidden;
}

.blogs-list-section img, .blogs-list-section .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
  width: 100%;
}


@media (min-width: 992px) {
  .blogs-list-section .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
}

@media (max-width: 991px) {
  .blogs-list-section .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
}

@media (min-width: 992px) {
  .blogs-list-section .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}

@media (max-width: 991px) {
  .blogs-list-section .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }

}

.cover-image-blog-details {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 600px;
  object-fit: cover; /* or object-fit: contain; */
}




/* blog details */

.u-section-1 {
  background-image: none;
}

.u-section-1 .u-sheet-1 {
  min-height: 728px;
}

.u-section-1 .u-text-1 {
  font-size: 6rem;
  font-weight: 700;
  margin: 60px 534px 0 0;
}

.u-section-1 .u-text-2 {
  font-weight: 700;
  margin: 20px 650px 0 0;
}

.u-section-1 .u-layout-wrap-1 {
  margin-top: 50px;
  margin-bottom: 53px;
  margin-left: 0;
}

.u-section-1 .u-layout-cell-1 {
  min-height: 400px;
}

.u-section-1 .u-container-layout-1 {
  padding: 30px;
}

.u-section-1 .u-text-3 {
  font-size: 1.125rem;
  line-height: 1.8;
  margin: 0;
}

.u-section-1 .u-layout-cell-2 {
  min-height: 419px;
}

.u-section-1 .u-container-layout-2 {
  padding: 30px;
}

.u-section-1 .u-text-4 {
  font-size: 1.125rem;
  line-height: 1.8;
  margin: 0;
}

.u-section-1 .u-btn-1 {
  background-image: none;
  border-style: none none solid;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  margin: 20px auto 0 0;
  padding: 0;
}

@media (max-width: 1199px) {
  .u-section-1 .u-sheet-1 {
    min-height: 824px;
  }

  .u-section-1 .u-text-1 {
    margin-right: 334px;
    width: 606px;
  }

  .u-section-1 .u-text-2 {
    margin-right: 450px;
    width: 490px;
  }

  .u-section-1 .u-layout-wrap-1 {
    margin-bottom: -222px;
    margin-left: initial;
  }

  .u-section-1 .u-layout-cell-1 {
    min-height: 330px;
  }

  .u-section-1 .u-layout-cell-2 {
    min-height: 345px;
  }
}

@media (max-width: 991px) {
  .u-section-1 .u-sheet-1 {
    min-height: 984px;
  }

  .u-section-1 .u-text-1 {
    margin-right: 114px;
  }

  .u-section-1 .u-text-2 {
    margin-right: 230px;
  }

  .u-section-1 .u-layout-wrap-1 {
    margin-bottom: -162px;
    margin-left: initial;
  }

  .u-section-1 .u-layout-cell-1 {
    min-height: 100px;
  }

  .u-section-1 .u-layout-cell-2 {
    min-height: 100px;
  }
}

@media (max-width: 767px) {
  .u-section-1 .u-sheet-1 {
    min-height: 1088px;
  }

  .u-section-1 .u-text-1 {
    font-size: 3.75rem;
    width: auto;
    margin-right: 0;
  }

  .u-section-1 .u-text-2 {
    margin-right: 50px;
  }

  .u-section-1 .u-layout-wrap-1 {
    margin-bottom: -102px;
    margin-left: initial;
  }

  .u-section-1 .u-container-layout-1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-1 .u-container-layout-2 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 575px) {
  .u-section-1 .u-sheet-1 {
    min-height: 1479px;
  }

  .u-section-1 .u-text-1 {
    font-size: 3rem;
  }

  .u-section-1 .u-text-2 {
    margin-right: 0;
    width: 340px;
  }

  .u-section-1 .u-layout-wrap-1 {
    margin-bottom: -42px;
    margin-left: initial;
  }
}.u-section-2 .u-sheet-1 {
  min-height: 816px;
}

.u-section-2 .u-post-details-1 {
  min-height: 696px;
  margin: 60px auto;
}

.u-section-2 .u-container-layout-1 {
  padding: 30px;
}

.u-section-2 .u-image-1 {
  height: 486px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.u-section-2 .u-metadata-1 {
  margin: 20px auto 0;
}

.u-section-2 .u-text-1 {
  margin-top: 20px;
  margin-bottom: 0;
  margin-left: 0;
  font-weight: 700;
  text-transform: uppercase;
}

.u-section-2 .u-text-2 {
  margin-bottom: 0;
  margin-top: 20px;
  margin-left: 0;
}

@media (max-width: 1199px) {
  .u-section-2 .u-post-details-1 {
    margin-right: initial;
    margin-left: initial;
  }

  .u-section-2 .u-image-1 {
    margin-left: initial;
  }
}

@media (max-width: 991px) {
  .u-section-2 .u-sheet-1 {
    min-height: 738px;
  }

  .u-section-2 .u-post-details-1 {
    margin-top: 21px;
    margin-bottom: 21px;
    margin-right: initial;
    margin-left: initial;
  }

  .u-section-2 .u-image-1 {
    height: 408px;
    margin-left: initial;
  }
}

@media (max-width: 767px) {
  .u-section-2 .u-sheet-1 {
    min-height: 709px;
  }

  .u-section-2 .u-post-details-1 {
    margin-top: -13px;
    margin-bottom: -13px;
    margin-right: initial;
    margin-left: initial;
  }

  .u-section-2 .u-container-layout-1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-2 .u-image-1 {
    height: 379px;
    margin-left: initial;
  }
}

@media (max-width: 575px) {
  .u-section-2 .u-sheet-1 {
    min-height: 613px;
  }

  .u-section-2 .u-post-details-1 {
    margin-top: -61px;
    margin-bottom: -61px;
    margin-right: initial;
    margin-left: initial;
  }

  .u-section-2 .u-image-1 {
    height: 245px;
    margin-left: initial;
  }
}




.blog-details-content p {
  font-size: 17px;
}

.blogs-list-section h5 {
  min-height: 97px;
}

.truncate-overflow-title {
    width: inherit;
    --max-lines: 4;
    overflow: hidden;
    max-height: calc(1.8rem * var(--max-lines) - 2px);
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    overflow: hidden !important;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

