

body {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #231f20;
  line-height: 26px;
  letter-spacing: 0.02rem;
}

::-moz-selection {
  color: #004c91;
  background-color: rgba(0, 0, 0, 0.04);
}

::selection {
  color: #004c91;
  background-color: rgba(0, 0, 0, 0.04);
}

p,
li,
a {
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  color: #000;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.03rem;
}

a {
  text-decoration: none;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", serif;
  margin-bottom: 0;
  color: #000;
  font-weight: 600;
  letter-spacing: 0.03rem;
}



.bg-two-secondary {
  background-color: #f5f5f5;
}

.p-0 {
  padding: 0;
}

.dl-text-right {
  text-align: right;
}

.dl-banner {
  margin-bottom: 30px;
}
.dl-banner p {
  margin-bottom: 4px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 500;
  color: #231f20;
}
.dl-banner h4 {
  font-family: "Poppins", serif;
  font-size: 35px;
  color: #231f20;
  line-height: 1.2;
  padding-bottom: 10px;
}
.dl-banner h4 span {
  color: #784f9f;
}

.dl-banner-effects p {
  position: relative;
}
.dl-banner-effects p .left-side {
  padding-right: 10px;
}
.dl-banner-effects p .right-side {
  padding-left: 10px;
}
.dl-banner-effects p svg, .dl-banner-effects p img {
  width: 90px;
}
.dl-banner-effects p svg path, .dl-banner-effects p img path {
  fill: #004c91;
}
.dl-banner-effects p svg .cls-1,
.dl-banner-effects p svg .cls-2, .dl-banner-effects p img .cls-1,
.dl-banner-effects p img .cls-2 {
  fill-rule: evenodd;
}
.dl-banner-effects p svg .cls-2,
.dl-banner-effects p svg .cls-3, .dl-banner-effects p img .cls-2,
.dl-banner-effects p img .cls-3 {
  fill-opacity: 0;
  stroke: #004c91;
  stroke-linejoin: round;
  stroke-width: 2px;
}

/* Breadcrumb */
.section-breadcrumb {
  position: relative;
}
.section-breadcrumb:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  width: 100%;
  height: 200px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(70%, rgba(0, 0, 0, 0.85)), to(rgba(0, 0, 0, 0.85)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 70%, rgba(0, 0, 0, 0.85) 100%);
}

.dl-breadcrumb-overlay {
  width: 100%;
  height: 400px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

/*.dl-breadcrumb-image {
  width: 100%;
  height: 400px;
  margin: 0;
  background-image: url("../img/banner/banner.jpg");
  background-size: cover;
  background-position: center;
}*/

.inner-breadcrumb-contact {
  position: relative;
  height: 100%;
  z-index: 1;
}
.inner-breadcrumb-contact .main-breadcrumb-contact {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.inner-breadcrumb-contact .main-breadcrumb-contact .dl-banner-contact h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.4;
  color: #fff;
}
.inner-breadcrumb-contact .dl-banner-breadcrumb {
  position: absolute;
  bottom: 0;
  padding: 10px 0;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
}
.inner-breadcrumb-contact .dl-banner-breadcrumb .breadcrumb-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.inner-breadcrumb-contact .dl-banner-breadcrumb .breadcrumb-contact .main-heading h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
}
.inner-breadcrumb-contact .dl-banner-breadcrumb .breadcrumb-contact .last-contact ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -8px;
}
.inner-breadcrumb-contact .dl-banner-breadcrumb .breadcrumb-contact .last-contact ul li {
  padding: 0 8px;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
}
.inner-breadcrumb-contact .dl-banner-breadcrumb .breadcrumb-contact .last-contact ul li a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
.inner-breadcrumb-contact .dl-banner-breadcrumb .breadcrumb-contact .last-contact ul li a:hover {
  color: #004c91;
}
.inner-breadcrumb-contact .dl-banner-breadcrumb .breadcrumb-contact .last-contact ul li:last-child:before {
  content: "\ea6e";
  font-family: "remixicon";
  font-size: 14px;
  font-weight: 500;
  padding-right: 12px;
}

/* Back to top button */
a.back-to-top {
  width: 38px;
  height: 38px;
  display: none;
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 10;
  border-radius: 20px;
  cursor: pointer;
  background-color: #fff;
  color: #7851a1;
  border: 1px solid #7851a1;
  text-align: center;
  font-size: 22px;
  line-height: 1.6;
}
a.back-to-top i {
  font-size: 20px;
}
a.back-to-top:hover {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a.back-to-top svg, a.back-to-top img {
  width: 36px;
  height: 36px;
  position: fixed;
  right: 16px;
  bottom: 16px;
}
a.back-to-top svg path, a.back-to-top img path {
  fill: transparent;
  stroke: #7950a1;
  stroke-width: 5px;
}

/* Loader */
.dl-loader {
  min-width: 100%;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  z-index: 45;
}
.dl-loader .loader {
  width: 100px;
  height: 100px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.dl-loader .loader:after, .dl-loader .loader:before {
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 50px solid #004c91;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-animation: animloader 2s linear infinite;
          animation: animloader 2s linear infinite;
}
.dl-loader .loader:after {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
@-webkit-keyframes animloader {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}
@keyframes animloader {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}

.form-select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: transparent;
}
.form-select option {
  font-size: 14px;
  font-weight: 500;
  color: #000;
}

textarea {
  width: 100%;
  padding: 10px;
  font-weight: 400;
  font-size: 13px;
  color: #000;
  border: 1px solid #eee;
  outline: 0;
  border-radius: 10px;
}
textarea:focus {
  border: 1px solid #eee;
}
textarea::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 500;
  color: #000;
}
textarea::-moz-placeholder {
  font-size: 14px;
  font-weight: 500;
  color: #000;
}
textarea:-ms-input-placeholder {
  font-size: 14px;
  font-weight: 500;
  color: #000;
}
textarea::-ms-input-placeholder {
  font-size: 14px;
  font-weight: 500;
  color: #000;
}
textarea::placeholder {
  font-size: 14px;
  font-weight: 500;
  color: #000;
}

input,
.dl-from-control {
  width: 100%;
  height: 45px;
  padding: 10px;
  color: #000;
  border: 1px solid #eee;
  outline: 0;
  border-radius: 10px;
  font-weight: 400;
  font-size: 13px;
}
input:focus,
.dl-from-control:focus {
  border: 1px solid #eee;
}
input::-webkit-input-placeholder, .dl-from-control::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 500;
  color: #000;
}
input::-moz-placeholder, .dl-from-control::-moz-placeholder {
  font-size: 14px;
  font-weight: 500;
  color: #000;
}
input:-ms-input-placeholder, .dl-from-control:-ms-input-placeholder {
  font-size: 14px;
  font-weight: 500;
  color: #000;
}
input::-ms-input-placeholder, .dl-from-control::-ms-input-placeholder {
  font-size: 14px;
  font-weight: 500;
  color: #000;
}
input::placeholder,
.dl-from-control::placeholder {
  font-size: 14px;
  font-weight: 500;
  color: #000;
}

.custom-dropdown {
  position: relative;
}
.custom-dropdown ul.dropdown {
  background-color: #131618;
  display: none;
  position: absolute;
  left: 0;
  z-index: 2;
  width: 100%;
  top: 100%;
  margin-top: 7px;
  margin-bottom: 0;
  padding: 10px 5px;
}
.custom-dropdown ul.dropdown li a {
  padding: 0px 12px;
  font-size: 13px;
  display: block;
}

.dl-btn-one {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  padding: 6px 20px;
  line-height: 25px;
  background-color: transparent;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  border: 1px solid #fff;
  border-radius: 10px;
  letter-spacing: 1px;
}
.dl-btn-one:hover {
  background-color: #004c91;
  border-color: #004c91;
}

.dl-btn-two {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  padding: 6px 20px;
  line-height: 25px;
  background-color: #fff;
  color: #131618;
  font-size: 15px;
  font-weight: 500;
  border: 1px solid #131618;
  border-radius: 10px;
  letter-spacing: 1px;
}
.dl-btn-two:hover {
  background-color: #004c91;
  border-color: #004c91;
  color: #fff;
}

.mb-24 {
  margin-bottom: 24px;
}

.mt-24 {
  margin-top: 24px;
}

.m-minus-12 {
  margin: -12px;
}

.mb-minus-24 {
  margin-bottom: -24px;
}

.padding-t-100 {
  padding: 100px 0 0 0;
}

.padding-b-100 {
  padding-bottom: 100px !important;
}

.padding-tb-100 {
  padding: 100px 0;
}

.padding-tb-50 {
  padding: 50px 0;
}

.padding-t-50 {
  padding: 50px 0 0 0;
}

.padding-b-50 {
  padding-bottom: 50px;
}

.margin-t-50 {
  margin-top: 50px;
}

.margin-tb-100 {
  margin: 100px 0;
}

.margin-tb-50 {
  margin: 50px 0;
}

.margin-b-50 {
  margin-bottom: 50px;
}

/* Donation_ul */
.Donation_ul li{
  color: #784f9f;
  display: flex;
  align-items: baseline;
  gap: 16px;
  font-size: medium;
  font-weight: 700;
  line-height: 2.5;
}
.Donate_li_email {
  color: #784f9f;
  display: flex;
  align-items: baseline;
  gap: 16px;
  font-size: medium;
  font-weight: 700;
}

/* green_icon */
.green_icon {
  color: #50b948;
}



/* Responsive */
@media screen and (max-width: 1399px) {
  .inner-breadcrumb-contact .main-breadcrumb-contact .dl-banner-contact h2 {
    font-size: 38px;
  }
  .dl-banner {
    margin-bottom: 24px;
  }
  .dl-banner h4 {
    font-size: 32px;
  }
  .dl-banner p {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1199px) {
  .inner-breadcrumb-contact .main-breadcrumb-contact .dl-banner-contact h2 {
    font-size: 36px;
  }
  .dl-banner {
    margin-bottom: 20px;
  }
  .dl-banner h4 {
    font-size: 30px;
  }
  .padding-tb-100 {
    padding: 70px 0;
  }
  .padding-t-100 {
    padding-top: 70px;
  }
  .padding-b-100 {
    padding-bottom: 70px !important;
  }
  .padding-tb-50 {
    padding: 35px 0;
  }
  .padding-t-50 {
    padding-top: 35px;
  }
  .padding-b-50 {
    padding-bottom: 35px;
  }
  .margin-tb-50 {
    margin: 35px 0;
  }
  .margin-t-50 {
    margin-top: 35px;
  }
  .margin-b-50 {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 991px) {
  .d-none-991 {
    display: none;
  }
  .dl-breadcrumb-image {
    height: 350px;
  }
  .dl-breadcrumb-overlay {
    height: 350px;
  }
  .inner-breadcrumb-contact .main-breadcrumb-contact .dl-banner-contact h2 {
    font-size: 32px;
  }
  .dl-banner h4 {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .inner-breadcrumb-contact .main-breadcrumb-contact .dl-banner-contact h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 575px) {
  .dl-breadcrumb-image {
    height: 300px;
  }
  .dl-breadcrumb-overlay {
    height: 300px;
  }
  .inner-breadcrumb-contact .main-breadcrumb-contact .dl-banner-contact h2 {
    font-size: 28px;
  }
  .dl-banner p {
    font-size: 15px;
    line-height: 22px;
  }
  .dl-banner h4 {
    font-size: 24px;
  }
  .dl-575-50 {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .dl-footer-inner-contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .dl-footer-inner-contact .dl-footer-left-side-contact {
    margin-bottom: 12px;
  }
  .dl-575-50 {
    width: 100%;
  }
}
@media screen and (max-width: 420px) {
  .dl-banner-effects p svg, .dl-banner-effects p img {
    width: 70px;
  }
  .col-420-full {
    width: 100%;
  }
  .inner-breadcrumb-contact .dl-banner-breadcrumb .breadcrumb-contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .inner-breadcrumb-contact .dl-banner-breadcrumb .breadcrumb-contact .main-heading {
    margin-bottom: 6px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .inner-breadcrumb-contact .dl-banner-breadcrumb .breadcrumb-contact .last-contact ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 319px) {
  .dl-banner-effects p svg, .dl-banner-effects p img {
    width: 60px;
  }
}
/* Header */
header {
  position: relative;
}
header .dl-header {
  width: 100%;
  position: absolute;
  z-index: 16;
  padding: 20px 0;
}
header .header-fixed {
  width: 100%;
  padding: 10px 0 !important;
  position: fixed !important;
  top: 0 !important;
  background-color: #fff !important;
  -webkit-animation: slideDown 0.35s ease-in-out;
          animation: slideDown 0.35s ease-in-out;
  z-index: 14;
}

@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.dl-inner-menu-desk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.dl-inner-menu-desk .dl-header-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          width: 15%;
}
.dl-inner-menu-desk .dl-header-btn img {
  width: 100%;
}
.dl-inner-menu-desk .navbar-toggler {
  display: none;
  border: 1px solid #000;
  padding: 5px;
}
.dl-inner-menu-desk .navbar-toggler i {
  font-size: 18px;
  font-weight: 500;
  color: #000;
}
.dl-inner-menu-desk .dl-main-menu {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.dl-inner-menu-desk .dl-main-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.dl-inner-menu-desk .dl-main-menu ul .dl-dropdown {
  position: relative;
}
.dl-inner-menu-desk .dl-main-menu ul .dl-dropdown:hover .dl-dropdown-menu {
  margin-top: 2px;
  opacity: 1;
  visibility: visible;
}
.dl-inner-menu-desk .dl-main-menu ul .dl-dropdown .dl-dropdown-item {
  position: relative;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dl-inner-menu-desk .dl-main-menu ul .dl-dropdown .dl-dropdown-item:after {
  content: "+";
  height: 6px;
  width: 6px;
  position: absolute;
  top: 2px;
  right: 0;
  border-radius: 50%;
}
.dl-inner-menu-desk .dl-main-menu ul .dl-dropdown .dl-dropdown-menu {
  min-width: 150px;
  padding: 5px 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 25px 0 0 0;
  border-radius: 10px;
  position: absolute;
  top: 40px;
  z-index: 16;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  left: 0;
  right: auto !important;
  background: #fff;
  -webkit-box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.dl-inner-menu-desk .dl-main-menu ul .dl-dropdown .dl-dropdown-menu li {
  margin: 0;
  padding: 2px 15px;
}
.dl-inner-menu-desk .dl-main-menu ul .dl-dropdown .dl-dropdown-menu li a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 5px 0;
  line-height: 22px;
  font-size: 13px;
  font-weight: 300;
  color: #000;
}
.dl-inner-menu-desk .dl-main-menu ul .dl-dropdown .dl-dropdown-menu li a:hover {
  color: #004c91;
}
.dl-inner-menu-desk .dl-main-menu ul li {
  margin-right: 45px;
  display: flex;
}
.dl-inner-menu-desk .dl-main-menu ul li a.nav-link {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0;
  font-size: 17px;
  font-weight: 600;
  color: #231f20;
  position: relative;
  padding-left: 5px;
}
.dl-inner-menu-desk .dl-main-menu ul li a.nav-link.active{
  color: #794fa0;
}
.header-fixed .dl-inner-menu-desk .dl-main-menu ul li a.nav-link.active{
  color: #fff;
}
.dl-inner-menu-desk .dl-main-menu ul li a.nav-link::before {
  content: "";
  position: absolute;
  top: auto;
  bottom: -16px;
  height: 2px;
  width: 0;
  background: #794fa0;
  left: 0;
  right: auto;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin: 0 auto;
}
.dl-inner-menu-desk .dl-main-menu ul li:hover a {
  color: #794fa0;
}
.header-fixed .dl-inner-menu-desk .dl-main-menu ul li:hover a{
  color: #794fa0;
}
.dl-inner-menu-desk .dl-main-menu ul li:hover a::before {
  background: #794fa0;
  width: 100%;
}
.header-fixed .dl-inner-menu-desk .dl-main-menu ul li:hover a::before {
  background: #fff;
  width: 100%;
}
.dl-inner-menu-desk .header-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/*===== Mobile menus =====*/
.dl-mobile-menu-overlay {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 16;
}

.dl-mobile-menu {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 300px;
  height: 100%;
  padding: 15px 20px 20px 20px;
  position: fixed;
  top: 0;
  right: auto;
  left: 0;
  background-color: #fff;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 17;
  overflow: auto;
}
.dl-mobile-menu::-webkit-scrollbar {
  width: 12px;
  height: 12px;
  padding: 5px;
}
.dl-mobile-menu::-webkit-scrollbar-track {
  width: 12px;
  background-color: #131618;
  -webkit-box-shadow: inset 0 0 0px #000;
}
.dl-mobile-menu::-webkit-scrollbar-thumb {
  background-color: #004c91;
  border-radius: 20px;
}
.dl-mobile-menu .dl-menu-title {
  width: 100%;
  padding: 0 0 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: end;
}
.dl-mobile-menu .dl-menu-title .menu_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: #000;
  font-weight: 600;
}
.dl-mobile-menu .dl-menu-title .dl-close-menu {
  position: relative;
  border: 0;
  font-size: 30px;
  line-height: 1;
  color: #ff0000;
  background-color: transparent;
  border: 0;
}
.dl-mobile-menu .dl-menu-inner .dl-menu-contact ul li {
  position: relative;
}
.dl-mobile-menu .dl-menu-inner .dl-menu-contact ul li a {
  margin-bottom: 0px;
  padding: 10px 12px;
  display: block;
  text-transform: capitalize;
  color: #000;
  font-size: 15px;
  font-weight: 500;
}
.dl-mobile-menu .dl-menu-inner .dl-menu-contact ul li a:last-child() {
  margin-bottom: 0;
}
.dl-mobile-menu .dl-menu-inner .dl-menu-contact ul li .menu-toggle {
  width: 100%;
  height: 50px;
  padding: 0 15px;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  background-color: transparent;
  display: flex;
  align-items: center;
}
.dl-mobile-menu .dl-menu-inner .dl-menu-contact ul li .menu-toggle::before {
  content: "+";
  font-weight: 500;
  color: #000;
  font-size: 19px;
}
.dl-mobile-menu .dl-menu-inner .dl-menu-contact ul li .sub-menu {
  width: 100%;
  min-width: auto;
  padding: 0;
  margin-bottom: 10px;
  position: static;
  top: auto;
  display: none;
  visibility: visible;
  -webkit-transition: none;
  transition: none;
  opacity: 1;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.dl-mobile-menu .dl-menu-inner .dl-menu-contact ul li .sub-menu li a {
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 0px;
  text-transform: capitalize;
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-radius: 0;
}
.dl-mobile-menu .dl-menu-inner .dl-menu-contact ul li .sub-menu li .sub-menu li a {
  font-weight: 400;
  padding-left: 30px;
  font-size: 14px;
  color: #000;
}
.dl-mobile-menu .dl-menu-inner .header-res-social {
  margin-top: 30px;
}
.dl-mobile-menu .dl-menu-inner .header-res-social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.dl-mobile-menu .dl-menu-inner .header-res-social ul li {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #131618;
  border-radius: 10px;
}
.dl-mobile-menu .dl-menu-inner .header-res-social ul li:hover {
  background-color: #004c91;
}
.dl-mobile-menu .dl-menu-inner .header-res-social ul li a i {
  color: #fff;
}

.dl-mobile-menu.dl-menu-open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.header-fixed .dl-inner-menu-desk .dl-header-btn img {
  width: 50%;
}

/* Responsive */
@media screen and (max-width: 1399px) {
  .dl-inner-menu-desk .dl-main-menu ul li {
    margin-right: 20px;
  }
  .dl-inner-menu-desk .dl-header-btn img {
    width: 100%;
  }


}
@media screen and (max-width: 1199px) {
 /* .dl-inner-menu-desk .dl-header-btn img {
    width: 130px;
  }*/
  .dl-inner-menu-desk .dl-main-menu ul li {
    margin-right: 20px;
  }
}
@media screen and (max-width: 991px) {
  .dl-inner-menu-desk {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
            align-items: center;
  }
  /*.dl-inner-menu-desk .dl-header-btn img {
    width: 120px;
  }*/
  
  
}
@media screen and (max-width: 567px) {
  .dl-inner-menu-desk .dl-header-btn img {
    width: 100px !important;
  }
  
  .dl-inner-menu-desk .navbar-toggler {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 30px;
    width: 30px;
    border-radius: 5px;
  }
}
@media screen and (max-width: 767px) {

.dl-inner-menu-desk .dl-main-menu {
    display: none;
  }
  .dl-inner-menu-desk .dl-header-btn {
    
    width: 80%;
}
    .dl-inner-menu-desk .dl-header-btn img {
      width: 30% !important;
    }
}

@media screen and (max-width: 452px) {
  .dl-banner-effects svg {
    display: none;
  }
}

/* Footer */
footer {
  background-color: #0125465c;
  position: relative;
}
.dl-main-footer{
  padding: 50px 0;
}

.dl-social-media .dl-logo {
  margin-bottom: 10px;
}
.dl-social-media .dl-logo img {
  width: 120px;
}
.dl-social-media .inner-contact {
  margin-bottom: 30px;
}
.dl-social-media .inner-contact p {
  font-size: 14px;
  line-height: 1.7;
  font-weight: 400;
  color: #fff;
}
.dl-social-media .dl-social-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -5px;
}
.dl-social-media .dl-social-logo .inner-logo {
  padding: 5px;
}
.dl-social-media .dl-social-logo .inner-logo img {
  width: 140px;
  border: 1px solid #393e48;
  border-radius: 10px;
}

.dl-footer-items .dl-items-heading {
  margin-bottom: 20px;
  position: relative;
}
.dl-footer-items .dl-items-heading:after {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  width: 35px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -7px;
  background-color: #ddd;
}
.dl-footer-items .dl-items-heading h4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  color: #f8f8f8;
  text-transform: capitalize;
}
.dl-footer-items .dl-items-contact ul li {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 5px 0 5px 12px;
  position: relative;
}
.dl-footer-items .dl-items-contact ul li:after {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  width: 5px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-color: #ddd;
}
.dl-footer-items .dl-items-contact ul li a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 15px;
  line-height: 1.7;
  font-weight: 400;
  color: #fff;
}
.dl-footer-items .dl-items-contact ul li:hover {
  padding-left: 18px;
}
.dl-footer-items .dl-items-contact ul li:hover a {
  color: #000;
}
.dl-footer-items .dl-items-contact ul li:hover:after {
  background-color: #000;
  width: 10px;
}

.dl-footer-other-info {
  margin-bottom: -20px;
}
.dl-footer-other-info .inner-info {
  margin-bottom: 4px;
  display: flex;
}
.dl-footer-other-info .inner-info h5 {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  color: #f8f8f8;
}
.dl-footer-other-info .inner-info p,
.dl-footer-other-info .inner-info a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  padding-left: 10px;
}
.inner-info i{
  color: #fff;
}
.dl-footer-other-info .inner-info p:hover,
.dl-footer-other-info .inner-info a:hover {
  text-decoration: none;
}
.dl-footer-other-info .inner-info a:hover {
  text-decoration: underline;
  color: #2a1b38;
}

.dl-footer-copy {
  background-color: #2a1b38;
  padding: 15px 0;
}

.dl-footer-inner-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: center;
}
.dl-footer-inner-contact .dl-footer-left-side-contact p {
  font-size: 12px;
  font-weight: 500;
  color: #fcc35e;
}
.dl-footer-inner-contact .dl-footer-left-side-contact p a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 14px;
  font-weight: 500;
  color: #bbb;
}
.dl-footer-inner-contact .dl-footer-left-side-contact p a:hover {
  color: #004c91;
}
.dl-footer-inner-contact .dl-footer-last-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
  color: #fff;
}
.dl-footer-inner-contact .dl-footer-last-logo a{
  color: #fff;

}
.dl-footer-inner-contact .dl-footer-last-logo .dl-inner-footer-logo {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 30px;
  width: 30px;
  margin: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #bbb;
  border-radius: 5px;
}
.dl-footer-inner-contact .dl-footer-last-logo .dl-inner-footer-logo i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 15px;
  color: #bbb;
}
.dl-footer-inner-contact .dl-footer-last-logo .dl-inner-footer-logo:hover {
  border-color: #004c91;
}
.dl-footer-inner-contact .dl-footer-last-logo .dl-inner-footer-logo:hover i {
  color: #004c91;
}
/* service_card_row1 */
/* .service_card_row1 {
  width: 100%;
  display: flex;
  gap: 12px;
} */
/* service_card_row2 */
/* .service_card_row2 {
  width: 100%;
  display: flex;
  gap: 12px;
} */



/* Responsive */
@media screen and (max-width: 1399px) {
  .dl-social-media .dl-social-logo .inner-logo img {
    width: 120px;
  }
}
@media screen and (max-width: 1199px) {
  .dl-social-media .dl-social-logo .inner-logo img {
    width: 100px;
  }
}
@media screen and (max-width: 991px) {
  .dl-footer-other-info .inner-info h5 {
    margin-bottom: 6px;
  }
  .footer-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .footer-order-2 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .footer-order-3 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .footer-order-4 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .footer-order-5 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (max-width: 575px) {
  .footer-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .footer-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .footer-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .footer-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .footer-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}


.active-color {
  position: relative;
}
.active-color:after {
  font-family: "remixicon" !important;
  content: "\eb79";
  height: 35px;
  width: 35px;
  font-size: 18px;
  position: absolute;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.color-primary {
  background: #004c91;
}

.color-1 {
  background: #8118d5;
}

.color-2 {
  background: #5f6af5;
}

.color-3 {
  background: #f5885f;
}

.color-4 {
  background: #32dbe2;
}

.color-5 {
  background: #3f51b5;
}

.color-6 {
  background: #f44336;
}

.color-7 {
  background: #e91e63;
}

.color-8 {
  background: #607d8b;
}

.color-9 {
  background: #03492f;
}

.open-tools {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

/* Layouts ( Import Layouts ) */
/*  Hero */
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  background-color: #004c91;
  width: 10px;
  height: 10px;
}

.slick-slider {
  margin-bottom: 0px;
}

.dl-slide {
  position: relative;
}
.dl-slide:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  width: 100%;
  height: 200px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), color-stop(70%, rgba(255, 255, 255, 0.85)), to(rgba(255, 255, 255, 0.85)));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(255 255 255 / 30%) 29%, rgb(255 255 255) 100%);
}
/*.section-hero .dl-hero-contact .inner-contact:after {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: -1;
}*/

.section-hero {
  overflow: hidden;
}
.section-hero button.slick-next {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  z-index: 2;
}
.section-hero button.slick-prev {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  z-index: 2;
}
.section-hero button.slick-prev,
.section-hero button.slick-next {
  border: 0;
  background: none;
  font-size: 0 !important;
}
.section-hero button.slick-prev .prev-slick-arrow,
.section-hero button.slick-prev .next-slick-arrow,
.section-hero button.slick-next .prev-slick-arrow,
.section-hero button.slick-next .next-slick-arrow {
  display: none !important;
  font-size: 0 !important;
}
.slick-arrow{
  display: ;
}
.prev-slick-arrow.arrow-icon{
  display: none !important;
}
.slick-prev:before{
  display: none !important;
}
.slick-next:before{
  display: none;
}
.prev-slick-img {
  position: absolute;
  top: 50%;
  left: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  
  z-index: 5;
}
.prev-slick-img i {
  font-size: 35px;
  color: #fff;
  
}

.next-slick-img {
  position: absolute;
  right: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  
}
.next-slick-img i {
  font-size: 35px;
  color: #fff;
}

.dl-slider .dl-slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
}
/*.dl-slider .slide-1 {
  background-image: url("../img/hero/hero-1.png");
}*/
/*.dl-slider .slide-2 {
  background-image: url("../img/hero/hero-2.png");
}
.dl-slider .slide-3 {
  background-image: url("../img/hero/hero-3.png");
}
*/
.dl-slide .banner-arrow-img {
  display: none;
}

/*-----  Slider Style  -----*/
.section-hero .dl-hero-contact {
  padding: 50px 0;
  position: relative;
  z-index: 3;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.section-hero .dl-hero-contact .inner-contact {
  max-width: 600px;
  position: relative;
}
.section-hero .dl-hero-contact .inner-contact p {
  margin-bottom: 8px;
  font-size: 16px;
  color: #fff;
}
.section-hero .dl-hero-contact .inner-contact h2 {
  margin-bottom: 16px;
  font-size: 45px;
  line-height: 55px;
  font-weight: 500;
  color: #fff;
}
.section-hero .dl-hero-contact .inner-contact h2 span {
  color: #44582d;
}
.section-hero .dl-hero-contact .inner-contact .booking-now {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-hero .dl-hero-contact .inner-contact .booking-now .ico {
  position: relative;
  height: 40px;
  width: 40px;
  margin-right: 15px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #fff;
}
.section-hero .dl-hero-contact .inner-contact .booking-now .ico i {
  font-size: 22px;
  color: #fff;
}
.section-hero .dl-hero-contact .inner-contact .booking-now .booking-text {
  text-align: left;
}
.section-hero .dl-hero-contact .inner-contact .booking-now .booking-text p {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  color: #fff;
}
.section-hero .dl-hero-contact .inner-contact .booking-now .booking-text span {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
.section-hero .slider-animation > * {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeOutDown;
          animation-name: fadeOutDown;
}
.section-hero :root {
  --transition: 0.75s cubic-bezier(0.255, 0.67, 0, 1.01);
}
.section-hero .dl-slide {
  overflow: hidden;
  position: relative;
  -webkit-transition: -webkit-transform var(--transition), -webkit-box-shadow var(--transition);
  transition: -webkit-transform var(--transition), -webkit-box-shadow var(--transition);
  transition: transform var(--transition), box-shadow var(--transition);
  transition: transform var(--transition), box-shadow var(--transition), -webkit-transform var(--transition), -webkit-box-shadow var(--transition);
}
.section-hero .slick-active .slider-animation > * {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}
.section-hero .slick-active .slider-animation > *:nth-child(1) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.section-hero .slick-active .slider-animation > *:nth-child(2) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.section-hero .slick-active .slider-animation > *:nth-child(3) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

/* Responsive */
@media screen and (max-width: 1199px) {
  .section-hero .dl-hero-contact .inner-contact h2 {
    font-size: 40px;
    line-height: 46px;
  }
  .dl-slider .dl-slide {
    height: 90vh;
  }
}
@media screen and (max-width: 991px) {
  .dl-slider .dl-slide {
    height: 80vh;
  }
  .section-hero .dl-hero-contact .inner-contact {
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center !important;
  }
  .section-hero .dl-hero-contact .inner-contact h2 {
    font-size: 36px;
    line-height: 42px;
  }

  /*.section-hero .dl-hero-contact .inner-contact {
    
    background: #072d3794;
    }*/
  .banner-text{
    padding: 10px;
    background: #072d3794;
  }
  .section-hero .dl-hero-contact .inner-contact h2 span{
    color: #fff;
  }
  .section-hero .dl-hero-contact .inner-contact .booking-now{
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .dl-slider .dl-slide {
    height: 70vh;
  }
  .section-hero .dl-hero-contact .inner-contact {
    max-width: 100%;
  }
  .section-hero .dl-hero-contact .inner-contact h2 {
    font-size: 32px;
    line-height: 38px;
  }
}
@media screen and (max-width: 575px) {
  .section-hero .dl-hero-contact .inner-contact h2 {
    font-size: 26px;
    line-height: 31px;
  }
  .section-hero .dl-hero-contact .inner-contact p {
    font-size: 14px;
    line-height: 22px;
  }
  .section-hero .inner-contact p {
    font-size: 15px;
    margin-bottom: 4px;
  }
  .section-hero .inner-contact h2 {
    font-size: 32px;
  }
  .dl-slider .dl-slide {
    height: 60vh;
  }
}
@media screen and (max-width: 420px) {
  .section-hero .dl-hero-contact .inner-contact h2 {
    font-size: 24px;
    line-height: 31px;
    font-weight: 500;
  }
  .section-hero .dl-hero-contact .inner-contact .booking-now .booking-text span {
    font-size: 18px;
  }
}
@media screen and (max-width: 380px) {
  .section-hero .dl-hero-contact .inner-contact h2 {
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;
  }
}




/* Pages ( Import Pages ) */
/* about */
.dl-about-img {
  position: relative;
}
.dl-about-img img {
  width: 100%;
}
.dl-about-img .dl-rounded-circle {
  z-index: 1;
  height: 100px;
  width: 100px;
  position: absolute;
  top: 30px;
  right: 30px;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 50%;
}

.dl-about-contact {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.dl-about-contact .inner-contact p {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 400;
  color: #231f20;
  text-align: justify;
}
.dl-about-contact .inner-contact .dl-about-inner-box {
  margin-top: 30px;
}
.dl-about-contact .inner-contact .dl-about-inner-box .dl-about-box {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f5f5f5;
  border: 1px solid #eee;
  border-radius: 20px;
}
.dl-about-contact .inner-contact .dl-about-inner-box .dl-about-box h5 {
  margin-bottom: 12px;
  font-family: "Poppins", sans-serif;
  font-size: 23px;
  color: #000;
  font-weight: 600;
  line-height: 0.65;
}
.dl-about-contact .inner-contact .dl-about-inner-box .dl-about-box p {
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #000;
  letter-spacing: 2px;
  line-height: 1.2;
}

@-webkit-keyframes rotateText {
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes rotateText {
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.dl-rounded-circle:hover svg, .dl-rounded-circle:hover img {
  -webkit-animation: rotateText 10s linear infinite;
          animation: rotateText 10s linear infinite;
}
.dl-rounded-circle a {
  position: relative;
}
.dl-rounded-circle .inner-contact {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dl-rounded-circle .inner-contact i {
  font-size: 24px;
  color: #fff;
}
.dl-rounded-circle svg, .dl-rounded-circle img {
  fill: currentColor;
  height: auto;
  -webkit-transform-origin: center;
          transform-origin: center;
  width: 100%;
}
.dl-rounded-circle svg text textPath, .dl-rounded-circle img text textPath {
  font-size: 12px;
  color: #fff;
  letter-spacing: 1.5px;
}
.dl-rounded-circle h5 {
  font-size: 10px;
  color: #fff;
}

.dl-about-page-contact {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.dl-about-page-contact .inner-about-contact p {
  margin-bottom: 16px;
}
.dl-about-page-contact .items-details h5 {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
.dl-about-page-contact .items-details p {
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 500;
  color: #000;
}
.dl-about-page-contact .items-details .dl-dark-img {
  display: none;
}
.dl-about-page-contact .items-details img {
  width: 100px;
}

/* Responsive */
@media screen and (max-width: 1399px) {
  .dl-about-img .dl-rounded-circle {
    top: 15px;
    right: 15px;
  }
  .dl-about-contact .inner-contact .dl-about-inner-box .dl-about-box h5 {
    font-size: 32px;
  }
  .dl-about-contact .inner-contact .dl-about-inner-box .dl-about-box p {
    font-size: 15px;
  }
}
@media screen and (max-width: 1199px) {
  .dl-about-contact .inner-contact p {
    font-size: 15px;
  }
  .dl-about-contact .inner-contact .dl-about-inner-box {
    margin-top: 20px;
  }
  .dl-about-contact .inner-contact .dl-about-inner-box .dl-about-box h5 {
    margin-bottom: 8px;
    font-size: 28px;
  }
  .dl-about-contact .inner-contact .dl-about-inner-box .dl-about-box p {
    font-size: 14px;
  }
}

@media screen and (max-width: 991px) {
.my-order-2{
  order: 2;
}
.my-order-1{
  order: 1;
}
}
@media screen and (max-width: 575px) {
  .dl-about-inner-box .row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .dl-about-inner-box .mt-24 {
    margin-top: 0;
  }
  .dl-about-img .dl-rounded-circle {
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 380px) {
  .dl-about-img .dl-rounded-circle {
    height: 80px;
    width: 80px;
  }
}

.dl-btn-two {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    padding: 6px 20px;
    line-height: 25px;
    background-color: #fff;
    color: #131618;
   text-transform: capitalize;
    font-size: 15px;
    font-weight: 500;
    border: 1px solid #131618;
    border-radius: 10px;
    letter-spacing: 1px;
}
.dl-btn-two:hover {
    background-color: #004c91;
    border-color: #004c91;
    color: #fff;
}
.main-footer__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    background: url(../img/banner/3.webp) no-repeat;
    background-position: right center;
    background-size: cover;
    z-index: -1;
}

    .banner-text {
        padding: 10px 20px;
        background: #252122c7;
    }



    /* Breadcrumb */ 
.section-breadcrumb {
  position: relative;
}
.section-breadcrumb:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  width: 100%;
  height: 200px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(70%, rgba(0, 0, 0, 0.85)), to(rgba(0, 0, 0, 0.85)));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(255 255 255 / 30%) 29%, rgb(255 255 255) 100%);
}

.dl-breadcrumb-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background:linear-gradient(181deg, rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 0%) 29%, rgb(0 0 0 / 62%) 100%);
}

.dl-breadcrumb-image {
  width: 100%;
  height: 250px;
  margin: 0;
  background-size: cover;
  background-position: center;
}

.inner-breadcrumb-contact {
  position: relative;
  height: 100%;
  
}
.last-contact{
  z-index: 9999;
}
.inner-breadcrumb-contact .main-breadcrumb-contact {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.inner-breadcrumb-contact .main-breadcrumb-contact .dl-banner-contact h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.4;
  color: #fff;
}
.inner-breadcrumb-contact .dl-banner-breadcrumb {
  position: absolute;
  bottom: 0;
  padding: 10px 0;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
}
.inner-breadcrumb-contact  .breadcrumb-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          
}

.inner-breadcrumb-contact  .breadcrumb-contact .last-contact ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -8px;
}
.inner-breadcrumb-contact .breadcrumb-contact .last-contact ul li {
  padding: 0 8px;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
}
.inner-breadcrumb-contact  .breadcrumb-contact .last-contact ul li a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
.inner-breadcrumb-contact  .breadcrumb-contact .last-contact ul li a:hover {
  color: #65774a;
}
.inner-breadcrumb-contact  .breadcrumb-contact .last-contact ul li:last-child:before {
  content: "\ea6e";
  font-family: "remixicon";
  font-size: 14px;
  font-weight: 500;
  padding-right: 12px;
}


/* Contact */
.dl-contact-form {
  background-color: #f5f5f5;
  padding: 30px;
  border: 1px solid #eee;
  border-radius: 30px;
}
.dl-contact-form .dl-input-box label {
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 500;
  color: #000;
}
.dl-contact-form .dl-input-box textarea {
  height: 150px;
}
.dl-contact-form .dl-contact-touch-ifrem {
  height: 100%;
}
.dl-contact-form .dl-contact-touch-ifrem iframe {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

/* Responsive */
@media screen and (max-width: 991px) {
  .dl-contact-form .dl-contact-touch-ifrem iframe {
    height: 400px;
  }
}
@media screen and (max-width: 575px) {
  .dl-contact-form {
    padding: 20px;
  }
}


.address_type_two.style_two {
    position: relative;
    padding: 100px 0px 0;
}

.address_type_two.style_two .addres_box {
    position: relative;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .08);
    padding: 40px;
    
}

.address_type_two.style_two .addres_box .address_inner {
    position: relative;
    text-align: center;
    cursor: pointer;
}

.address_type_two.style_two .addres_box .address_inner.side {
    padding: 0px 0px 0px;
}

@media (max-width:3000px) and (min-width:1200px) {
    .address_type_two.style_two .addres_box .address_inner.mid {
        padding: 10px 20px 10px;
        border-left: 1px solid #e6e6e6;
        border-right: 1px solid #e6e6e6;
    }
}

.address_type_two.style_two .addres_box .address_inner i {
    font-size: 50px;
    color: #63774d;
    line-height: 50px;
    margin-bottom: 15px;
    display: block;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.address_type_two.style_two .addres_box .address_inner h2 {
    font-size: 22px;
    color: #252525;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 10px;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.address_type_two.style_two .addres_box .address_inner a {
    font-size: 16px;
    font-weight: 500;
    color: #252525;
    display: block;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

@media screen and (max-width: 991px) {


  .address_type_two.style_two .addres_box .address_inner.side{
    margin-bottom: 20px;
  }
  .address_type_two.style_two .addres_box .address_inner{
    margin-bottom: 20px;
  }

  .inner-breadcrumb-contact .main-breadcrumb-contact{
    padding-top: 50px;
  }
  .inner-breadcrumb-contact .main-breadcrumb-contact .dl-banner-contact h2 {
      font-size: 25px;
      font-weight: 600;
      line-height: 1.4;
      color: #fff;
  }
}



/* services */
.dl-services {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #f5f5f5;
  padding: 30px;
  border: 1px solid #eee;
  border-radius: 20px;
  height: 100%;
}
.dl-services:hover {
  border: 1px solid #131618;
}
.dl-services:hover .services-ico svg, .dl-services:hover .services-ico img {
  -webkit-animation-name: wobble;
          animation-name: wobble;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-transform-origin: 50% 100%;
}
.dl-services .services-ico {
  margin-bottom: 20px;
}
.dl-services .services-ico svg, .dl-services .services-ico img {
  height: 50px;
  width: 50px;
}
.dl-services .services-ico svg path, .dl-services .services-ico img path {
  stroke: #fbae2c;
  fill: #fbae2c;
}
.dl-services .services-contact h5 {
  margin-bottom: 12px;
  font-size: 20px;
  color: #000;
  line-height: 1.2;
}
.dl-services .services-contact p {
  text-align: justify;
}

@-webkit-keyframes wobble {
  0% {
    Transform: none;
  }
  15% {
    Transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    Transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    Transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    Transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    Transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    Transform: none;
  }
}

@keyframes wobble {
  0% {
    Transform: none;
  }
  15% {
    Transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    Transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    Transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    Transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    Transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    Transform: none;
  }
}
/* Responsive */
@media screen and (max-width: 767px) {
  .dl-services .services-contact h5 {
    font-size: 18px;
  }
  .dl-services .services-contact ul li {
    font-size: 13px;
  }
}
@media screen and (max-width: 575px) {
  .dl-services {
    padding: 20px;
  }
}

.dl-banner {
  margin-bottom: 10px;
}

.dl-banner-effects p {
  position: relative;
}
.dl-banner-effects p .left-side {
  padding-right: 10px;
}
.dl-banner-effects p .right-side {
  padding-left: 10px;
}
.dl-banner-effects p svg, .dl-banner-effects p img {
  width: 90px;
}
.dl-banner-effects p svg path, .dl-banner-effects p img path {
  fill: #df9b15;
}
.dl-banner-effects p svg .cls-1,
.dl-banner-effects p svg .cls-2, .dl-banner-effects p img .cls-1,
.dl-banner-effects p img .cls-2 {
  fill-rule: evenodd;
}
.dl-banner-effects p svg .cls-2,
.dl-banner-effects p svg .cls-3, .dl-banner-effects p img .cls-2,
.dl-banner-effects p img .cls-3 {
  fill-opacity: 0;
  stroke: #df9b15;
  stroke-linejoin: round;
  stroke-width: 2px;
}


.why-choose-us-2 {
  background-color: #F8F4F1;
  overflow: hidden;
  position: relative;
  margin-top: 75px;
}
.why-choose-us-2__media img {
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  width: calc(50% - 80px);
  background-size: cover;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .why-choose-us-2__media img {
    position: static;
    width: 100%;
    height: 400px;
  }
}
.why-choose-us-2__content {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .why-choose-us-2__content {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .why-choose-us-2__content {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.why-choose-us-2__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 575px) {
  .why-choose-us-2__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: self-start;
        -ms-flex-align: self-start;
            align-items: self-start;
  }
}
.why-choose-us-2__item:not(:last-child) {
  margin-bottom: 30px;
}
.why-choose-us-2__icon {
  width: 80px;
  height: 80px;
  min-width: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 500px;
  background-color: #65774a;
}
.why-choose-us-2__icon i {
  color: #fff;
  font-size: 40px;
  font-weight: 300;
}

.why-choose-us-2__text p{
  text-align: justify;
}

/* Blog */
.dl-blog-card {
  position: relative;
  margin-bottom: 40px;
}
.dl-blog-card .dl-blog-img {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  border-top-left-radius: 10px;
  border-top-right-radius: 200px;
  overflow: hidden;
}
.dl-blog-card .dl-blog-img img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.dl-blog-card .dl-blog-contact {
  position: absolute;
  bottom: 5px;
  left: 5px;
  right: 5px;
  padding: 15px;
  background-color: #231f20d1;
  border-radius: 30px;
}
.dl-blog-card .dl-blog-contact span {
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
}
.dl-blog-card .dl-blog-contact h4 {
  font-size: 16px;
  text-align: center;
}
.dl-blog-card .dl-blog-contact h4 a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
}
.dl-blog-card .dl-blog-contact h4 a:hover {
  color: #ffc044;
}
.dl-blog-card:hover .dl-blog-img img {
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* Carousel css */
/* .owl-carousel {
  display: flex;
  gap: 10px;
}


.owl-carousel .item {
  display: flex;
  justify-content: center;
}

.dl-blog-card {
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
}

.owl-nav button {
  background: rgba(0, 0, 0, 0.5) !important;
  color: #fff !important;
  border-radius: 50%;
  padding: 10px 15px !important;
}

.owl-nav button:hover {
  background: rgba(0, 0, 0, 0.8) !important;
} */


/* .carousel-container {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 10px;
  padding: 10px;
  scrollbar-width: thin;
  -ms-overflow-style: auto;
}
.carousel-container::-webkit-scrollbar {
  display: none;
}
.carousel-item {
  flex: 0 0 auto;
  width: 100%;
  max-width: 350px;
  scroll-snap-align: start;
}
.carousel-wrapper {
  display: flex;
  justify-content: center;
} */


/* Modal */
.rx-modal .modal-content {
  padding: 20px;
}
.rx-modal .modal-body {
  padding: 0;
}
.rx-modal .qty-close {
  border: 0;
  background: transparent;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  z-index: 1;
}
.rx-modal .qty-close i {
  font-size: 18px;
  font-weight: 600;
  color: #ff0000;
}
.rx-modal .sub-title {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.rx-modal .sub-title h4 {
  font-size: 20px;
  font-weight: 600;
  color: #000;
}
.rx-modal .rx-booking-from .rx-inner-input {
  margin-bottom: 20px;
}
.rx-modal .rx-booking-from .rx-inner-input label {
  font-size: 13px;
  font-weight: 500;
  color: #000;
}
.rx-modal .rx-booking-from .rx-inner-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.rx-tools-sidebar-overlay {
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 41;
}