.navy-blue {
  color: #003f61;
}

.sky-blue {
  color: #00b5e5;
}

.header .logo {
  margin-left: 30px;
}

.back-to-top {
  background: #00b5e5;
}

.back-to-top:hover {
  background: #003c5c;
}

.navbar a,
.navbar a:focus {
  color: #00b5e5; /* #ed8826; */
}
.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
  color: #fdd701; /* #ff7e00; */
  font-size: 17px;
}
/* .breadcrumbs h2 {
  float: left;
}
.breadcrumbs ol {
  float: right;
} */

/* @media (max-width: 768px) {
  .breadcrumbs h2,
  .breadcrumbs ol {
    float: none;
  }
  .breadcrumbs h2 {
    display: none;
  }
} */

.custom-service-img {
  width: 85%;
  border: 2px solid #00b5e5;
  border-radius: 5px;
  outline: 3px solid #003f61;
}

.no-margin-top {
  margin-top: 0;
}
.margin-top-80 {
  margin-top: 80px;
}

.feture-tabs.margin-top-40 {
  margin-top: 40px;
}

.feature-img {
  border: 2px solid #00b5e5;
  border-radius: 5px;
  outline: 3px solid #003f61;
}

.custom-breadcrumb-banner {
  color: #fff;
  background-size: cover;
  padding: 50px 0 120px;
  position: relative;
  height: 350px;
}

/* .custom-breadcrumb-banner:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: calc(100% - 30px);
  left: calc(50% - 70px);
  width: 150px;
  height: 60px;
  background-image: url(../../assets/img/inner-page-bgs/bullets.png);
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.25;
} */

.custom-breadcrumb-banner::before {
  content: "";
  background-color: rgba(30, 35, 40, 0.7);
  /* background-color: #301d44;
  position: absolute;
  width: 570px;
  height: 270px;
  top: 60px;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0.5;
  border-radius: 5px; */
}

.breadcrumbs ol {
  justify-content: center;
  margin-top: 50px;
}

.breadcrumbs .custom-section-header {
  margin-top: 20px;
  line-height: 20px;
  margin-bottom: 40px;
  font-size: 50px;
  font-weight: 700;
  text-shadow: 1px 2px 2px #bf6004;
}

.breadcrumbs .custom-sub-section {
  font-size: 22px;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero-multi {
  width: 100%;
  height: 100vh;
  background-color: rgb(0 63 97 / 10%); /* rgba(63, 73, 83, 0.8); */
  overflow: hidden;
  position: relative;
}

#hero-multi .carousel,
#hero-multi .carousel-inner,
#hero-multi .carousel-item,
#hero-multi .carousel-item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero-multi .carousel-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
/** overlay to banner images */
#hero-multi .carousel-item::before {
  content: "";
  background-color: rgba(30, 35, 40, 0.7);
}

#hero-multi .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 70px;
  left: 50px;
  right: 50px;
}

#hero-multi .container.left-aligned {
  text-align: left;
}

#hero-multi .container.right-aligned {
  text-align: right;
}

#hero-multi h2 {
  color: #ffffff; /* #00acd9; */
  margin-bottom: 20px;
  font-size: 42px;
  font-weight: 700;
}

#hero-multi p {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #ffffff; /* #003f61 */
  font-size: 20px;
  font-weight: 600;
}

#hero-multi .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero-multi .carousel-inner .carousel-item,
#hero-multi .carousel-inner .active.carousel-item-start,
#hero-multi .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero-multi .carousel-inner .active,
#hero-multi .carousel-inner .carousel-item-next.carousel-item-start,
#hero-multi .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#hero-multi .carousel-inner .carousel-item-next,
#hero-multi .carousel-inner .carousel-item-prev,
#hero-multi .carousel-inner .active.carousel-item-start,
#hero-multi .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero-multi .carousel-control-next-icon,
#hero-multi .carousel-control-prev-icon {
  background: none;
  font-size: 30px;
  line-height: 0;
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#hero-multi .carousel-control-next-icon:hover,
#hero-multi .carousel-control-prev-icon:hover {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}

#hero-multi .carousel-indicators li {
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: 0.6;
  transition: 0.3s;
}

#hero-multi .carousel-indicators li.active {
  opacity: 1;
  background: #fdd701;
}

#hero-multi .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  background: #00b5e5;
}

#hero-multi .btn-get-started:hover {
  background: #003f61;
}

@media (max-width: 992px) {
  #hero-multi {
    height: 100vh;
  }

  #hero-multi .carousel-container {
    top: 8px;
  }
}

@media (max-width: 768px) {
  #hero-multi h2 {
    font-size: 28px;
  }
}

@media (min-width: 1024px) {
  #hero-multi .carousel-control-prev,
  #hero-multi .carousel-control-next {
    width: 5%;
  }
}

/* @media (max-height: 500px) {
  #hero-multi {
    height: 120vh;
  }
} */

.entry-content .sidebar {
  padding: 5px 15px;
  margin: 0 0 20px 20px;
}

.post-item.custom {
  display: block;
  text-align: center;
}

.blog .sidebar .post-item.custom img {
  width: 70%;
  border-radius: 5px;
}
.full-width-img {
  width: 117%;
  margin-left: -30px;
  margin-top: -60px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  margin-bottom: 30px;
}

fieldset {
  margin: 20px 10px;
}

/** vertical carousel css start here */
#hero-multi .carousel-item {
  overflow: hidden;
}

#hero-multi .carousel-item-next:not(.carousel-item-start),
#hero-multi .active.carousel-item-end {
  transform: translateY(100%);
}

#hero-multi .carousel-item-prev:not(.carousel-item-end),
#hero-multi .active.carousel-item-start {
  transform: translateY(-100%);
}

#hero-multi .carousel-indicators {
  top: 0;
  right: unset;

  margin-left: unset !important;
  margin-right: 1rem;

  flex-direction: column;
}

#hero-multi .carousel-indicators [data-bs-target] {
  /* height: 30px; */
  /* width: 3px; */
  margin-bottom: 10px;
}

/* #hero-multi .carousel-control-prev,
#hero-multi .carousel-control-next {
  width: 100%;
  height: 60px;
} */

/* #hero-multi .carousel-control-prev-icon,
#hero-multi .carousel-control-next-icon {
  transform: rotateZ(90deg);
} */

/* #hero-multi .carousel-control-next {
  top: unset;
  bottom: 0;
} */
/***********************************
*******   form css start here ******  
***********************************/
.php-email-form .form-check {
  margin-top: 0.5rem !important;
}

.php-email-form {
  width: 100%;
  background: #fff;
}

.php-email-form .form-group {
  padding-bottom: 8px;
}

.php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .error-message br + br {
  margin-top: 25px;
}

.php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
/* .php-email-form input[type="file"] {
  height: 35px;
} */
.blog .blog-comments .reply-form input[type*="file"] {
  padding: 6px 10px;
}
.php-email-form .form-check {
  margin-top: 0.5rem !important;
}
.php-email-form .form-check label.form-check-label {
  /* top: -2px !important; */
  position: relative;
  padding-left: 10px;
}
.php-email-form .form-check-inline {
  margin-right: 0.997rem !important;
}
.php-email-form textarea {
  padding: 10px 12px;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

fieldset {
  text-align: center;
  border-radius: 5px;
  width: 100%;
  display: block;
}

legend {
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: 600;
  border-bottom-style: dashed;
}
.custom-file-button {
  position: relative;
  display: flex;
}
.custom-file-button input[type="file"] {
  margin-left: -2px !important;
  height: 34px;
}

.custom-file-button input[type="file"]::-webkit-file-upload-button {
  display: none;
}

.custom-file-button input[type="file"]::file-selector-button {
  display: none;
}

.custom-file-button:hover label {
  background-color: #dde0e3;
  cursor: pointer;
}

.custom-file-button .input-group-text {
  position: absolute;
  left: 0;
  display: flex;
  height: 34px;
}

.blog .blog-comments .reply-form input {
  padding: 8px;
}

/* section#services {
  background: url(../../assets/img/wave-sky-shape.png) right center no-repeat;
} */

/*--------------------------------------------------------------
# Why Us Section
--------------------------------------------------------------*/

/* section#why-us {
  background-position: 0 10%, right 98%;
  background-image: url(../../assets/img/dots-sky-shape.png),
    url(../../assets/img/dots-sky-shape.png);
  background-repeat: no-repeat, no-repeat;
} */

.why-us .why-box {
  padding: 55px 40px;
  color: #fff;
  border-radius: 4px;
  background: linear-gradient(90deg, #00b5e5 21px, transparent 2%) center,
    linear-gradient(#00b5e5 21px, transparent 2%) center, #ffffff; /* #00b5e5 */
  background-size: 22px 22px;
}

.foldtl {
  /* position: relative; */
  /* -webkit-box-shadow: 5px 5px 5px #003f61;
  -moz-box-shadow: 5px 5px 5px #003f61;
  box-shadow: 5px 5px 5px #003f61; */
}

/* .foldtl:before {
  content: "";
  position: absolute;
  top: 0%;
  left: 2.7%;
  width: 0px;
  height: 0px;
  border-radius: 4px;
  border-bottom: 70px solid #003f61;
  border-left: 70px solid transparent;
  -webkit-box-shadow: 7px 7px 7px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 7px 7px 7px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 7px 7px 7px 0 rgba(0, 0, 0, 0.3);
}

.foldtl:after {
  content: "";
  position: absolute;
  top: 0%;
  left: 2.7%;
  width: 0px;
  height: 0px;
  border-top: 69px solid #ffffff;
  border-right: 69px solid #003f61;
} */

.why-us .why-box h3 {
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 30px;
  text-align: center;
}

.why-us .why-box p {
  margin-bottom: 40px;
  text-align: justify;
}

.why-us .why-box .more-btn {
  display: inline-block;
  background: #003f61;
  padding: 6px 30px 8px 30px;
  color: #fff;
  border-radius: 50px;
  transition: all ease-in-out 0.4s;
}

.why-us .why-box .more-btn i {
  font-size: 14px;
}

.why-us .why-box .more-btn:hover {
  color: #003f61;
  background: #fff;
}

.why-us .icon-box {
  text-align: center;
  background: #fff;
  padding: 40px 30px;
  width: 100%;
  height: 100%;
  /* border: 1px solid #003f61; */
  transition: 0.3s;
  border-radius: 8px;
  cursor: pointer;

  box-shadow: 0 2px 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.4s ease-in-out;
}

.why-us .icon-box i {
  color: #fff;
  margin-bottom: 30px;
  font-size: 32px;
  margin-bottom: 30px;
  background: #003f61;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
}

.why-us .icon-box h4 {
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 30px 0;
  /* font-family: var(--font-secondary); */
}

.why-us .icon-box p {
  font-size: 15px;
  /* color: #6c757d; */
}

/* @media (min-width: 1200px) {
  .why-us .icon-box:hover {
    transform: scale(1.1);
  }
} */

.why-us ul {
  list-style: none;
  padding: 0;
}

.why-us .content ul li {
  padding-left: 28px;
  position: relative;
}

.why-us .content ul li + li {
  margin-top: 10px;
}

.why-us .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #003f61;
  line-height: 1;
}

/*--------------------------------------------------------------
# About Us IMage css start here
--------------------------------------------------------------*/
.about-images-video-popup {
  position: relative;
}

.about-images-video-popup::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 60px;
  left: -50px;
  border: 2px solid #fdd701;
  border-radius: 0 100px 100px 100px;
  width: 100%;
  height: 570px;

  background: linear-gradient(90deg, #00b5e5 21px, transparent 1%) center,
    linear-gradient(#00b5e5 21px, transparent 1%) center, #ffffff;
  background-size: 22px 22px;
}

.about-images-video-popup img:first-of-type {
  /*padding-right: 90px;*/
  border-radius: 5px;
  width: 96%;
}

@media (max-width: 767px) {
  .about-images-video-popup img:first-of-type {
    padding-right: 40px;
  }
}

.about-images-video-popup img + img {
  position: relative;
  float: left;
  margin-top: -80px;
  right: 20px;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .about-images-video-popup img + img {
    padding-right: 10px;
    padding-left: 10px;
    float: none;
    overflow: hidden;
  }
}

.about-img-funfact-content {
  position: relative;
}

.section-title {
  margin-bottom: 30px;
  margin-top: -6px;
}

@media (max-width: 767px) {
  .section-title {
    margin-bottom: 20px;
  }
}

.section-title.text-white span::before {
  color: #fff !important;
}

.section-title span {
  position: relative;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  background: #5f2dee;
  /* fallback for old browsers */
  /* Chrome 10-25, Safari 5.1-6 */
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#5f2dee),
    to(#256ad7)
  );
  background: linear-gradient(to right, #5f2dee, #256ad7);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  padding-left: 22px;
}

.section-title span::before {
  position: absolute;
  left: 0;
  bottom: 3px;
  content: "//";
  background: #5f2dee;
  /* fallback for old browsers */
  /* Chrome 10-25, Safari 5.1-6 */
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#5f2dee),
    to(#256ad7)
  );
  background: linear-gradient(to right, #5f2dee, #256ad7);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 18px;
}

.section-title h2 {
  font-size: 48px;
  text-transform: capitalize;
}

@media (max-width: 1199px) {
  .section-title h2 {
    font-size: 42px;
  }
}

@media (max-width: 991px) {
  .section-title h2 {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .section-title h2 {
    font-size: 32px;
  }
}

@media (max-width: 585px) {
  .section-title h2 {
    font-size: 28px;
  }
}

.info-icon-item {
  margin-top: 20px;
  background: #ffffff;
  position: relative;
  box-shadow: 0 2px 29px 0 rgb(68 88 144 / 12%);
  z-index: 1;
  padding: 15px;
  border-radius: 4px;
}

.info-icon-item img {
  width: 72px;
  margin-bottom: 20px;
}

.info-icon-item h3 {
  margin-bottom: 10px;
}

.why-choice-us {
  background: #fff;
  z-index: 1;
}

.why-choice-us::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background: linear-gradient(94.08deg, #5f2dee 20.35%, #256ad7 74.44%);
  width: 100%;
  height: 60%;
  z-index: -1;
  opacity: 0.7;
}

.why-choice-us::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  background: #fff;
  width: 100%;
  height: 40%;
  z-index: -1;
}

.video-area {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  padding-top: 100px;
  margin-bottom: 100px;
}
.video-area::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.7;
}
.video-area::after {
  content: "";
  position: absolute;
  top: 0;
  left: 25%;
  width: 75%;
  height: 100%;
  background-image: url(../img/about/shape3.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.video-bg1 {
  background-image: url(../img/about/video-bg.jpg);
}
.video-bg2 {
  background-image: url(../img/about/video-bg2.jpg);
}
.video-btn {
  margin-top: 50px;
  float: right;
}
.video-btn .video-play-btn {
  font-size: 20px;
  width: 130px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  display: inline-block;
  border-radius: 3px;
  color: #fff;
  background-color: #fba311;
  position: relative;
  z-index: 1;
}
.video-btn .video-play-btn:hover {
  background-color: #301d44;
}
.video-btn .video-play-btn:hover::before {
  border-color: #301d44;
}
.video-btn .video-play-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #fba311;
  border-radius: 3px;
  animation: scale 1.6s linear infinite;
}
.video-content {
  margin-left: 50px;
}
.video-content .section-title h2 {
  color: #fff;
  max-width: 500px;
}
.video-area-two {
  background-image: url(../img/about/solution-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.video-area-two::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #301d44;
  opacity: 0.7;
}
.video-area-two::after {
  content: "";
  position: absolute;
  top: 0;
  left: 25%;
  width: 75%;
  height: 100%;
  background-image: url(../img/about/shape3.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.video-btn-two {
  margin-bottom: 30px;
  text-align: center;
}
.video-btn-two .play-on-btn {
  font-size: 20px;
  width: 130px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  display: inline-block;
  border-radius: 3px;
  color: #fff;
  background-color: #fba311;
  position: relative;
  z-index: 1;
}
.video-btn-two .play-on-btn:hover {
  background-color: #301d44;
}
.video-btn-two .play-on-btn:hover::before {
  border-color: #301d44;
}
.video-btn-two .play-on-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #fba311;
  border-radius: 3px;
  animation: scale 1.6s linear infinite;
}
.video-content-two {
  position: relative;
  text-align: center;
}
.video-content-two .section-title h2 {
  color: #fff;
  max-width: 610px;
  margin: 0 auto;
}

.guidelines-area {
  background-color: #fff;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  bottom: -100px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.guidelines-max {
  max-width: 1240px;
  margin-left: auto;
}
.guidelines-bg {
  position: relative;
}
.guidelines-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background-image: url(../img/about/guidelines-profile.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.guidelines-bg2 {
  position: relative;
}
.guidelines-bg2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background-image: url(../img/about/guidelines-profile-2.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.guidelines-content {
  padding: 70px 0 70px 60px;
  position: relative;
  z-index: 1;
}
.guidelines-content h2 {
  font-size: 36px;
  margin-bottom: 15px;
}
.guidelines-content p {
  margin-bottom: 20px;
}
.guidelines-content .signature {
  margin-bottom: 10px;
}
.guidelines-content .content h3 {
  font-size: 22px;
  margin-bottom: 5px;
}
.guidelines-content .content span {
  color: #301d44;
}
.guidelines-img {
  margin-right: -200px;
}
.guidelines-content-two {
  padding: 70px 0 70px 60px;
  position: relative;
  z-index: 1;
  max-width: 500px;
}
.guidelines-content-two h2 {
  font-size: 36px;
  margin-bottom: 15px;
  color: #fff;
}
.guidelines-content-two p {
  margin-bottom: 25px;
  color: #a49cad;
}
.guidelines-content-two .signature {
  margin-bottom: 15px;
}
.guidelines-content-two .content h3 {
  font-size: 22px;
  margin-bottom: 5px;
  color: #fff;
}
.guidelines-content-two .content span {
  color: #a49cad;
}
.guidelines-content-bg {
  background-color: #301d44;
  border-radius: 5px;
  position: relative;
  z-index: 1;
}
.guidelines-content-bg::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 75%;
  height: 100%;
  border-radius: 5px;
  background-image: url(../img/about/shape4.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/*--------------------------------------------------------------
# Recent Blog Posts Section
--------------------------------------------------------------*/
.recent-posts article {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 30px;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.recent-posts .post-img {
  max-height: 240px;
  margin: -30px -30px 15px -30px;
  overflow: hidden;
}

.recent-posts .post-category {
  font-size: 16px;
  color: #6f6f6f;
  margin-bottom: 10px;
}

.recent-posts .title {
  font-size: 22px;
  font-weight: 700;
  padding: 0;
  margin: 0 0 20px 0;
}

.recent-posts .title a {
  color: var(--color-default);
  transition: 0.3s;
}

.recent-posts .title a:hover {
  color: var(--color-primary);
}

.recent-posts .post-author-img {
  width: 50px;
  border-radius: 50%;
  margin-right: 15px;
}

.recent-posts .post-author {
  font-weight: 600;
  margin-bottom: 5px;
}

.recent-posts .post-date {
  font-size: 14px;
  color: #3c3c3c;
  margin-bottom: 0;
}

/*---------------------
# Footer css start here
-----------------------*/
.footer .footer-top {
  background: #003f61;
  /* url(../img/footer-bg.png) no-repeat right top; */
  border-top: none;
}

.footer .footer-top .footer-links {
  background-color: #ffffff;
  -webkit-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  padding: 18px;
  background-color: rgba(255, 255, 255, 0.035);
  border-radius: 4px;
}

.footer .footer-top .footer-links:hover {
  background-color: rgb(247 247 247 / 15%) !important;
  box-shadow: none;
  transform: translateY(-7.5px);
}

.footer {
  background: #003f61;
}

.footer .footer-top .footer-info p,
.footer .footer-top .footer-contact p,
.footer .footer-top .social-links a,
.footer .footer-top h4,
.footer .footer-top .footer-links ul a,
.footer .footer-top .footer-links ul i,
.footer .footer-newsletter h4,
.footer .copyright,
.footer .credits,
.footer .credits a {
  color: #fff !important;
}

.footer .credits a {
  font-weight: 600;
  text-decoration: underline;
}

.contactus-wrapp {
  padding: 2.3rem 2rem;
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  transform: translateY(40px);
  z-index: 5;
  background: linear-gradient(90deg, #00b5e5 21px, transparent 1%) center,
    linear-gradient(#00b5e5 21px, transparent 1%) center, #ffffff;
  background-size: 22px 22px;
  border-radius: 5px;
}

.footer .footer-newsletter {
  padding: 0;
  background: #fff;
  border-top: none;
}

.footer .footer-top {
  padding-top: 90px;
}

.btn-warning-custom {
  background: #e76f1f !important;
  color: #fff !important;
  font-weight: 500;
}

.btn-warning-custom:hover {
  background: #ed8826 !important;
  color: #fff !important;
}

.btn-info-custom:hover {
  background: #003f61 !important;
  color: #fff !important;
}

.header .logo img {
  max-height: inherit !important;
  width: 220px;
  position: fixed;
  top: 0;
}

.fixed-top-img {
  display: block;
}

.scrolled-img {
  display: none;
}

.header-scrolled .fixed-top-img {
  display: none;
}

.header-scrolled .scrolled-img {
  display: block;
}

.footer .footer-top .footer-info .logo img {
    max-height: 90px;    
}

