@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/***** General CSS *****/

html {
  overflow-x: hidden;
}

body {
  word-break: break-word;
  font: 15px/25px "Poppins", sans-serif;
  color: #393939;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #28b16d;
  white-space: initial;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #393939;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

img {
  max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ul {
  margin: 0 0 0px;
  padding: 0;
  list-style-type: none;
}

i {
  font-family: FontAwesome !important;
  font-style: normal;
}

i::before {
  font-family: FontAwesome !important;
}

.heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0 0 50px 0;
}

.txt-color {
  color: #4ba08e;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

/***** Font Files *****/

@font-face {
  font-family: "Fonts Awesome";
  src: url(../fonts/fontawesome-webfont.eot);
  src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"),
    url(../fonts/fontawesome-webfont.woff) format("woff"),
    url(../fonts/fontawesome-webfont.ttf) format("truetype"),
    url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "blender";
  src: url("../fonts/blender.ttf");
}

/***** Custom Classes *****/

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

.mt-5 {
  margin-top: 50px;
}

.mb-5 {
  margin-bottom: 50px;
}

.mt-8 {
  margin-top: 80px;
}

.mt-4 {
  margin-top: 40px;
}

.mt-3 {
  margin-top: 30px;
}

.mt-2 {
  margin-top: 20px;
}

.pt-5 {
  padding-top: 50px;
}

.pb-1 {
  padding-bottom: 10px;
}

.pb-2 {
  padding-bottom: 20px;
}

.pb-3 {
  padding-bottom: 30px;
}

.pb-4 {
  padding-bottom: 40px;
}

.pb-8 {
  padding-bottom: 80px;
}

.m-0 {
  margin: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-8 {
  padding-top: 80px;
}

.pt-4 {
  padding-top: 40px;
}

.pt-3 {
  padding-top: 30px;
}

.pt-2 {
  padding-top: 20px;
}

.sec {
  padding: 80px 0;
}

.centerCol {
  float: none;
  margin: 0 auto;
}

.d-flex {
  display: flex;
  align-items: center;
}

.over-flow-h {
  overflow: hidden;
}

/* Buttons Css Starts */

.theme1 {
  display: inline-flex;
  align-items: center;
  justify-content: start;
  height: 60px;
  /* gap: 5px; */
  border: 1px solid #0000;
  background-color: #fff;
  border-radius: 100px;
  overflow: hidden;
  padding: 3px;
  transition: ease-in;
  transition-duration: 0.5s;
}

.theme1:hover {
  border: 1px solid #fff;
  background-color: #4ba08e;
  transition: ease-out;
  transition-duration: 0.5s;
}

.theme1 span.theme1-txt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 10px;
  font-size: 13px;
  line-height: 20px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  background-color: #4ba08e;
  border-radius: 100px;
  overflow: hidden;
  color: #fff;
  transition: ease-in;
  transition-duration: 0.5s;
}

.theme1:hover span.theme1-txt {
  background-color: #fff;
  color: #000;
  transition: ease-out;
  transition-duration: 0.5s;
}

.theme1 span.theme1-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 10px;
  transition: ease-in;
  transition-duration: 0.5s;
}

.theme1:hover span.theme1-icon {
  filter: brightness(0) saturate(100%) invert(100%) sepia(19%) saturate(0%)
    hue-rotate(115deg) brightness(110%) contrast(100%);
  transition: ease-out;
  transition-duration: 0.5s;
}

.theme1 span.theme1-icon img {
  display: flex;
  align-items: center;
  justify-self: center;
  height: 12px;
  width: 12px;
  object-fit: contain;
}

.theme2 {
  display: inline-flex;
  align-items: center;
  justify-content: start;
  height: 60px;
  /* gap: 5px; */
  border: 1px solid #0000;
  background-color: #4ba08e;
  border-radius: 100px;
  overflow: hidden;
  padding: 3px;
  transition: ease-in;
  transition-duration: 0.5s;
}

.theme2:hover {
  border: 1px solid #fff;
  background-color: #000;
  transition: ease-out;
  transition-duration: 0.5s;
}

.theme2 span.theme2-txt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 30px;
  font-size: 13px;
  line-height: 20px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  background-color: #fff;
  border-radius: 100px;
  overflow: hidden;
  color: #000;
  transition: ease-in;
  transition-duration: 0.5s;
}

.theme2:hover span.theme2-txt {
  background-color: #fff;
  color: #000;
  transition: ease-out;
  transition-duration: 0.5s;
}

.theme2 span.theme2-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 10px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(19%) saturate(0%)
    hue-rotate(115deg) brightness(110%) contrast(100%);
  transition: ease-in;
  transition-duration: 0.5s;
}

.theme2:hover span.theme2-icon {
  filter: brightness(0) saturate(100%) invert(56%) sepia(32%) saturate(558%)
    hue-rotate(117deg) brightness(93%) contrast(90%);
  transition: ease-out;
  transition-duration: 0.5s;
}

.theme2 span.theme2-icon img {
  display: flex;
  align-items: center;
  justify-self: center;
  height: 12px;
  width: 12px;
  object-fit: contain;
}

/* Buttons Css Ends */

.flexRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.flexCol {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  align-items: center;
}

h1 {
  font-family: "blender";
  font-size: 60px;
  line-height: 65px;
  color: #fff;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: -2px;
}

h2 {
  font-family: "blender";
  font-size: 50px;
  line-height: 55px;
  color: #000;
  font-weight: 500;
  margin: 0;
  text-transform: uppercase;
}

h3 {
  font-family: "blender";
  font-size: 30px;
  line-height: 34px;
  color: #000;
  font-weight: 600;
  margin: 0;
}

h4 {
  font-family: "blender";
  font-size: 35px;
  line-height: 40px;
  color: #000;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
}

h5 {
  font-family: "blender";
  font-size: 25px;
  line-height: 30px;
  color: #000;
  font-weight: 500;
  margin: 0;
}

h6 {
  font-family: "blender";
  font-size: 18px;
  line-height: 23px;
  color: #000;
  font-weight: 500;
  margin: 0;
}

p {
  color: #000;
  font-size: 14px;
  line-height: 25px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0;
  opacity: 0.7;
}

select {
  background: #fff url("../images/arrow.png") no-repeat right;
  padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
  color: #575757;
}

::-moz-placeholder {
  color: #575757;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #575757;
}

:-moz-placeholder {
  color: #575757;
  opacity: 1;
}

/*Header Css Starts */

header {
  padding: 20px 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
}

.menuSec {
  padding: 0px 0;
}

.header-btn {
  display: flex;
  align-items: center;
  justify-content: end;
}

/* .menuSec img {
    margin: 0;
} */

.menu-box ul {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* gap: 20px; */
  background-color: #fff;
  border-radius: 100px;
  height: 50px;
  overflow: hidden;
  padding: 3px;
}

.menu-box ul li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  height: 100%;
}

.menu-box li ul {
  display: none;
}

.menu-box ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 20px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 25px;
  font-family: "Poppins";
  color: #000;
  font-weight: 500;
  border-radius: 100px;
  background-color: #fff;
  z-index: 0;
  overflow: hidden;
  transition: ease-in;
  transition-duration: 0.5s;
  /* transition-delay: 0.5s; */
}

.menu-box ul li a:hover {
  color: #fff;
  transition: ease-out;
  transition-duration: 0.5s;
}

/* .menu-box ul li a::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 0;
    border-bottom: 1px solid #4ba08e;
    transition: ease-out;
    transition-duration: 0.5s;
    transition-delay: 0.5s;
    z-index: -1;
} */

/* .menu-box ul li a:hover::before {
    width: 100%;
    transition: ease-out;
    transition-duration: 0.5s;
} */

.menu-box ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 0;
  height: 100%;
  background-color: #4ba08e;
  transition: ease-out;
  transition-duration: 0.5s;
  z-index: -1;
}

.menu-box ul li a:hover::after {
  width: 100%;
  transition: ease-out;
  /* transition-delay: 0.5s; */
  transition-duration: 0.5s;
}

.menu-box ul li.active a {
  color: #fff;
}

.menu-box ul li.active a::after {
  width: 100%;
}

.menu-box ul li a.active {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  color: #28b16d;
}

.menu-box li:hover > ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 38px;
}

.menu-box li > ul > li > a {
  border: none;
  padding: 13px 20px !important;
  color: #fff !important;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
}

.menu-box li > ul > li,
.menu-box li > ul > li > a {
  display: block;
  margin: 0;
}

.menu-box li > ul > li > a:before,
.menu-box li > ul > li > a:after {
  display: none;
}

.menu-box li:hover li {
  float: none;
}

.menu-box li ul li a:hover {
  background-color: #ffffff;
  color: #000000 !important;
}

.menu-box ul ul ul {
  left: 100%;
  top: 0;
}

/* .menuSec ul:before,
.menuSec ul:after {
    content: "";
    display: table;
} */

/* .menuSec ul:after {
    clear: both;
} */

.menuSec li > ul > li:hover > ul {
  left: 230px;
  top: 0px;
  width: 270px;
}

.header-prof {
  display: flex;
  align-items: center;
  justify-content: right;
  height: 70px;
  width: 70px;
  border-radius: 100px;
  margin: 0 0 0 auto;
  overflow: hidden;
}

.header-prof a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.header-prof a img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

/*Header Css Ends */

/*Banner Css Starts */

section.banner-sec {
  height: 100vh;
  background-image: url("../images/banner.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 100px 0 0 0;
}

section.banner-sec .container,
section.banner-sec .row {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  padding: 0 !important;
}

.banner_txt_slider .slick-slide {
  margin: 0;
}

.banner-txt-main {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 20px;
}

.banner-txt {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 10px;
  width: 100%;
}

.banner-txt h6 {
  font-size: 18px;
  line-height: 23px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.banner-txt p {
  color: #fff;
}

.banner-form-main {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 80%;
  background-color: #ffffff3b;
  border-radius: 30px;
  overflow: hidden;
  padding: 40px 30px;
  margin: 0 auto;
}

.banner-form-main form {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 10px;
  width: 100%;
}

.banner-form {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 20px;
  width: 100%;
}

.banner-form-input-main,
.banner-form-select-main {
  width: 100%;
}

.banner-form-select-main {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: start;
  width: 100%;
  height: 50px;
  border-radius: 100px;
  background-color: #fff;
  border: 1px solid #0000;
  overflow: hidden;
  z-index: 1;
}

.banner-form-input input {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  border-radius: 100px;
  border: 1px solid #0000;
  overflow: hidden;
  color: #000;
  font-size: 14px;
  line-height: 1;
  outline: none;
  font-family: "Montserrat", sans-serif;
  cursor: pointer;
}

.banner-form-input input::placeholder {
  color: #7c7c7c;
  font-size: 14px;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  text-transform: capitalize;
  font-weight: 500;
}

.banner-form-select {
  width: 100%;
}

.banner-form-select select {
  width: 100%;
  height: 50px;
  padding: 0 40px 0 20px;
  border-radius: 100px;
  border: none;
  overflow: hidden;
  color: #000;
  font-size: 14px;
  line-height: 25px;
  outline: none;
  font-family: "Montserrat", sans-serif;
  cursor: pointer;
  background-color: #0000;
  position: relative;
}

.banner-form-select-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 30%;
  right: 6%;
  z-index: -1;
}

.banner-form-select-icon i {
  color: #000;
  font-size: 16px;
}

.banner-form-form {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.banner-form-form button.theme1 {
  width: 100%;
}

.banner-form-form button span.theme1-txt {
  width: 100%;
}

.banner-form-form button span.theme1-icon {
  padding: 0 15px;
}

.banner-services-box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 70px;
  border-radius: 30px;
  overflow: hidden;
  z-index: 1;
  background-image: url("../images/banner-services-box-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-services-box::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 70px;
  width: 15px;
  z-index: -1;
  background-image: url("../images/banner-services-dots.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.bs-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 10px;
  padding: 10px;
  margin: 20px;
  border-radius: 30px;
  overflow: hidden;
  z-index: 0;
}

.bs-top-card {
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0) 30%,
    rgb(75 160 142 / 21%) 100%
  );
}

.bs-bottom-card {
  background: linear-gradient(
    0deg,
    rgb(75 160 142 / 21%) 30%,
    rgba(255, 255, 255, 0) 100%
  );
}

.bs-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 60px;
  border-radius: 100px;
  /* overflow: hidden; */
  z-index: 1;
  background-color: #fff;
}

.bs-icon::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: -2px;
  margin: 0 auto;
  width: 63px;
  height: 63px;
  background-color: #4ba08e;
  z-index: 8;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bs-icon img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  z-index: 9;
  object-fit: contain;
  background-color: #fff;
  padding: 15px;
  border-radius: 100px;
}

.bs-card h4 {
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
}

/*Banner Css Ends */

/*Inner Banner Css Starts */

section.inner-banner-sec {
  height: 520px;
}

section.inner-banner-sec .banner-txt {
  align-items: center;
  text-align: center;
}

/*Inner Banner Css Ends */

/*About Us Sec Css Starts */

.about-img-box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 10px;
}

.about-counter {
  display: inline-flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 10px;
  padding: 20px;
  background-color: #469585;
  border-radius: 30px 0 0 0;
  position: absolute;
  top: 0;
  left: 64.5%;
  width: 40%;
}

.about-counter::before {
  content: "";
  position: absolute;
  bottom: -12%;
  right: 0;
  height: 25px;
  width: 30px;
  background-color: #3a796c;
  clip-path: polygon(100% 0, 0 0, 0 100%);
}

.about-img-main {
  display: flex;
  align-items: start;
  justify-content: start;
  gap: 20px;
  width: 100%;
}

.about-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
}

.about-img img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.about-img1 {
  width: 40%;
  height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-img2 {
  width: 60%;
}

.about-review-main {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 20px;
  background-color: #eef0f2;
  border-radius: 20px;
  overflow: hidden;
  position: absolute;
  bottom: 10%;
  left: 0;
}

.about-review-img ul {
  display: flex;
  align-items: center;
  justify-content: start;
}

.about-review-img ul li:nth-child(2) {
  margin: 0 0 0 -15px;
}

.about-review-img ul li:nth-child(3) {
  margin: 0 0 0 -15px;
}

.about-review-img ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border-radius: 100px;
  overflow: hidden;
  border: 1px solid #fff;
  box-shadow: 0 0 20px 0 #0000001c;
}

.about-review-txt-start h6 {
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
}

.about-review-txt-start {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
}

.about-review-txt-start ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
}

.about-review-txt-start ul li a i {
  font-size: 10px;
  color: #ffa200;
}

.counter-txt {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 5px;
}

.counter-txt .counter,
.counter-txt h6 {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 5px;
  color: #fff;
  font-size: 70px;
  line-height: 1;
  font-family: "blender";
}

.about-counter h5 {
  font-size: 18px;
  line-height: 1;
  color: #fff;
}

.about-counter p {
  color: #fff;
  font-weight: 500;
}

.about-txt {
  width: 95%;
  margin: 0 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 10px;
}

/*About Us Sec Css Ends */

/*Services Sec Css Starts */

section.services-sec {
  background-image: url("../images/services-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.services-heading h2,
.services-heading h4 {
  color: #fff;
}

.services_slider .slick-active {
  opacity: 1;
}

.services-card-box {
  border: 1px solid #ffffff61;
  border-radius: 20px;
  overflow: hidden;
  transition: ease-in;
  transition-duration: 0.5s;
}

.services-card-box:hover {
  border: 1px solid #fff;
  transition: ease-out;
  transition-duration: 0.5s;
}

.services-card-main {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  padding: 10px;
  gap: 20px;
}

.services-card-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 300px;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}

.services-card-img a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.services-card-img img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: ease-in;
  transition-duration: 0.5s;
}

.services-card-box:hover .services-card-img img {
  scale: 1.1;
  transition: ease-out;
  transition-duration: 0.5s;
}

.services-card-txt-main {
  position: relative;
}

.services-card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  width: 70px;
  padding: 15px;
  border-radius: 100px;
  overflow: hidden;
  background-color: #469685;
  position: absolute;
  top: -25%;
  right: 5%;
}

.services-card-icon img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.services-card-txt {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 10px;
  height: 180px;
}

.services-card-txt h5 {
  color: #fff;
  text-transform: uppercase;
}

.services-card-txt p {
  color: #fff;
}

.services-card-btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Montserrat";
  font-weight: 500;
  height: 60px;
  border-top: 1px solid #ffffff61;
  z-index: 1;
  transition: ease-in;
  transition-duration: 0.5s;
}

.services-card-btn a:hover {
  color: #000;
  transition: ease-out;
  transition-duration: 0.5s;
}

.services-card-btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #a1f3e2;
  height: 0;
  width: 0;
  z-index: -1;
  transition: ease-in;
  transition-duration: 0.5s;
}

.services-card-btn a:hover::before {
  height: 100%;
  width: 100%;
  transition: ease-out;
  transition-duration: 0.5s;
}

.services-card-box:hover .services-card-btn a {
  border-top: 1px solid #fff;
  transition: ease-out;
  transition-duration: 0.5s;
}

.services_slider .slick-prev,
.services_slider .slick-next {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  border-radius: 100px;
  overflow: hidden;
  border: 1px solid #fff;
  transition: ease-in;
  transition-duration: 0.5s;
}

.services_slider .slick-prev {
  left: -55px;
}

.services_slider .slick-next {
  right: -65px;
}

.services_slider .slick-prev:hover,
.services_slider .slick-next:hover {
  background-color: #a1f3e2;
  border: 1px solid #0000;
  transition: ease-out;
  transition-duration: 0.5s;
}

.services_slider .slick-prev:before,
.services_slider .slick-next:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 100%;
  width: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in;
  transition-duration: 0.5s;
}

.services_slider .slick-prev:hover::before,
.services_slider .slick-next:hover::before {
  filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(0%)
    hue-rotate(299deg) brightness(89%) contrast(101%);
  transition: ease-out;
  transition-duration: 0.5s;
}

.services_slider .slick-prev:before {
  background-image: url("../images/arrow-left.png");
}

.services_slider .slick-next:before {
  background-image: url("../images/arrow-right.png");
}

/*Services Sec Css Ends */

/*Policy Sec Css Starts */

section.policy-sec .row {
  position: relative;
}

.policy-txt-box {
  display: flex;
  align-items: end;
  justify-content: start;
  height: 100%;
  width: 100%;
}

.policy-con {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 10px;
  padding: 30px 20px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0 0 20px 0;
  overflow: hidden;
  width: 50%;
  background-color: #fff;
}

.policy-txt {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 20px;
}

.policy-txt ul {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 10px;
}

.policy-txt ul li {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
}

.policy-txt ul li p {
  opacity: 1;
  font-weight: 600;
  text-transform: capitalize;
}

.policy-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 550px;
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
}

.policy-img img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/*Policy Sec Css Ends */

/*Blog Page css Starts*/

.blog-list-card {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 20px;
  box-shadow: 0 0 11px 0 #0000002b;
  border-radius: 20px;
  overflow: hidden;
  transition: ease-in;
  transition-duration: 0.2s;
}

.blog-list-card:hover {
  background-color: #489a88;
  transition: ease-out;
  transition-duration: 0.2s;
}

.blog-list-card-txt h5 {
  font-family: "Montserrat";
  font-size: 20px;
  line-height: 25px;
  width: 100%;
  text-transform: uppercase;
}

.blog-list-card-user-icon-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.blog-list-card-user {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 20px;
}

.blog-list-card-user-img img {
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  object-fit: cover;
}

.blog-list-card-user-txt p {
  color: #c4c4c4;
  font-weight: 500;
  margin: 0;
}

.blog-list-card-user-txt h6 {
  font-family: "Montserrat";
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  font-weight: 600;
}

.blog-list-card-txt-main {
  padding: 0 20px 0 0;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 20px;
}

.blog-list-card-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 20px 20px 0;
}

.blog-list-card:hover .blog-list-card-txt-main * {
  color: #fff;
}

.blog-list-card:hover .blog-list-card-icon a img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%)
    hue-rotate(204deg) brightness(104%) contrast(103%);
}

.blog-list-card-main {
  margin: 0 0 20px 0;
}

.blog-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.blog-card-txt-main {
  position: absolute;
  bottom: 0;
  width: 90%;
  margin: 0 auto 30px auto;
  right: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 20px;
}

.blog-card-txt-main * {
  color: #fff !important;
}

.blog-card-txt-main h5 {
  width: 70%;
}

.blog-card::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #489a88 5%, rgba(76, 175, 80, 0) 90%);
  transition: ease-in;
  transition-duration: 0.2s;
}

.blog-card-txt-main .blog-list-card-icon a img {
  filter: brightness(100);
}

.blog-card-img img {
  height: 380px;
  width: 100%;
  object-fit: cover;
}

.blog-card-main:hover .blog-card::before {
  background: linear-gradient(0deg, #489a88 25%, rgba(76, 175, 80, 0) 100%);
  transition: ease-out;
  transition-duration: 0.2s;
}

section.blog-sec .blog-space {
  margin-top: 30px;
}

.blog-detail-card-heading-user {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blog-detail-search-main {
  position: relative;
  width: 80%;
  margin: 0 0 50px 0;
}

.blog-detail-card-heading {
  width: 64%;
}

.blog-detail-search input {
  width: 100%;
  padding: 0 80px 0 20px;
  height: 60px;
  border: 1px solid #489a88;
  outline: none;
  border-radius: 5px;
}

.blog-detail-search-icon button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 60px;
  border-radius: 5px;
  background-color: #489a88;
  border: none;
  color: #fff;
  font-size: 20px;
}

.blog-detail-search-icon {
  position: absolute;
  top: 0;
  right: 0;
}

.blog-detail-recent-main .blog-list-card-img img {
  height: 111px;
}

.blog-detail-recent-main .blog-list-card-txt h5 {
  font-size: 13px;
  line-height: 22px;
  width: 100%;
  margin: 5px 0;
}

.blog-detail-recent-main .blog-list-card-user-txt h6 {
  font-size: 9px;
  line-height: 12px;
}

.blog-detail-recent-main .blog-list-card-user-txt p {
  font-size: 9px;
  line-height: 12px;
}

.blog-detail-recent-main .blog-list-card-user {
  gap: 10px;
}

.blog-detail-recent-main .blog-list-card {
  box-shadow: 0 0 0 0 #0000;
}

.blog-detail-tags-key span {
  font-size: 10px;
  line-height: 10px;
  color: #000;
  font-family: "Montserrat";
  text-transform: uppercase;
  padding: 0 15px;
  display: inline-flex;
  align-items: center;
  justify-content: start;
  height: 25px;
  background-color: #fafafa;
  border-radius: 100px;
  transition: ease-in;
  transition-duration: 0.2s;
}

.blog-detail-tags-key span:hover {
  background-color: #489a88;
  color: #fff;
  transition: ease-out;
  transition-duration: 0.2s;
}

.blog-detail-recent,
.blog-detail-tags {
  margin: 0 0 30px 0;
}

.blog-detail-card-main {
  padding: 0 40px 0 0;
}

.blog-detail-card-img img {
  height: 510px;
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.blog-detail-search-recent-tags-main {
  position: relative;
}

.blog-detail-search-recent-tags-main::before {
  content: "";
  position: absolute;
  top: -11%;
  left: -6%;
  border-left: 1px solid #0000001c;
  height: 1061px;
}

.blog-detail-recent-main {
  position: relative;
}

.blog-detail-recent-main::before {
  content: "";
  position: absolute;
  top: -3%;
  left: -6%;
  border-top: 1px solid #0000001c;
  width: 800px;
}

.blog-detail-tags-main {
  position: relative;
}

.blog-detail-tags-main::before {
  content: "";
  position: absolute;
  top: 22%;
  left: -6%;
  border-top: 1px solid #0000001c;
  width: 800px;
}

/*Blog Page css Ends*/

/* Contact Us Start*/
.btn-theme.snd {
  padding: 2%;
}

/* .cntct-head h4 {
  font-size: 40px;
  line-height: normal;
  font-weight: 400;
  margin: 0 0 30px;
  color: #2a2a2a;
} */

.contact-input {
  position: relative;
}

.contact-input::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 45px;
  top: 5px;
  left: 55px;
  background: url(../images/contact-input-bef.png) no-repeat;
}

input[type="time"]::-webkit-calendar-picker-indicator {
  background: none;
}

.contact-input input {
  width: 100%;
  height: 55px;
  border: 1px solid #7e7e7e6b;
  margin-bottom: 20px;
  padding: 0 20px;
  background: transparent;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  font-family: "Montserrat";
  border-radius: 7px;
}

.contact-input textarea {
  width: 100%;
  height: 150px;
  border: 1px solid #7e7e7e6b;
  margin-bottom: 20px;
  padding: 12px 20px 12px 21px;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  resize: none;
  background: transparent;
  border-radius: 11px;
}

.contact-input input::placeholder,
.contact-input textarea::placeholder {
  color: #7e7e7e;
}

.contact-input i {
  position: absolute;
  top: 15px;
  left: 18px;
  color: #008077;
  /* padding: 12px 16px; */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.send-btn {
  background-color: var(--golden);
  padding: 15px 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 16px;
  background: #0288d1;
  font-family: "Montserrat";
  border: none;
}

button.send-btn:hover {
  background: transparent;
  color: var(--golden);
  border: 1px solid var(--golden);
  transition: 0.5s all ease-in-out;
}

.contact-info-item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 34px 30px;
  border: 1px solid #c1c1c1;
  margin: 15px 0;
  transition: 0.8s all ease-in-out;
  background: #008077;
  border-radius: 6px;
}

.cntct-info-icon {
  width: 55px;
  height: 55px;
  border: 1px solid var(--golden);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.8s all ease-in-out;
}

.cntct-info-icon i {
  font-size: 28px;
  transition: 0.8s all ease-in-out;
  border: 1px solid;
  border-radius: 50%;
  height: 55px;
  width: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  box-shadow: 0px 0px 20px 0px #8d88883b;
  color: #008077;
}

.contact-info-item:hover i {
  transform: rotate(360deg);
  transition: 0.8s all ease-in-out;
}

.contact-info-item-details h5 {
  margin: 0;
  font-size: 24px;
  text-transform: capitalize;
  color: #fff;
  letter-spacing: 1px;
  line-height: 35px;
}

.contact-info-item-details a,
.contact-info-item-details p {
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  font-family: "Montserrat";
}

.contact-input.selectbox select {
  width: 100%;
  height: 55px;
  border: 1px solid #7e7e7e6b;
  margin-bottom: 20px;
  padding: 0 80px 0 20px;
  background: transparent;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  font-family: "Montserrat";
  border-radius: 7px;
  z-index: 1;
  position: relative;
  cursor: pointer;
}

section.contact-us .rates button.theme1 {
  border: 0px;
}

section.contact-us .get-in-touch.cntct-head {
  padding-right: 30px;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 20px;
}

.contact-input.selectbox:before {
  left: unset !important;
  right: 60px;
  transform: rotateY(156deg);
}

.contact-input.selectbox i.fa-solid.fa-angle-down {
  position: absolute;
  right: 20px;
  left: unset !important;
  top: 19px;
  color: #000;
  opacity: 40%;
  cursor: pointer;
}

.contact-input.textaryea:before {
  display: none;
}

section.contact-us .formWraper {
  width: 88%;
  margin: 0px auto;
}

section.contact-us .heading {
  margin-bottom: 50px;
}

section.contact-us .heading p {
  font-weight: 500;
  opacity: 100%;
  line-height: 26px;
  width: 60%;
  margin: 0px auto;
}

section.contact-map {
  position: relative;
  overflow: hidden;
}

section.contact-map iframe {
  width: 100%;
  margin-bottom: -7px;
}

.contact-fomr-main {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 20px;
}

.contact-heading {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 5px;
}

.cntct-head {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 600px;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}

.cntct-head img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* Contact Us End */

/* Foote Css Starts */

.site-footer {
  background: #4ba08e;
  padding: 40px 0 18px;
  color: #fff;
}

.footer-top-row {
  margin-bottom: 0;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  text-decoration: none;
}
.footer-brand-ic {
  font-size: 34px;
}
.footer-brand-ic2 {
  font-size: 22px;
  transform: translateY(6px);
}

.footer-social {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}
.footer-social a {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
  transition: 0.2s ease;
}
.footer-social a:hover {
  background-color: #a1f3e2;
  color: #000;
  border-color: #0000;
}
.footer-social a.is-active {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
}

.footer-line {
  height: 1px;
  background: rgba(255, 255, 255, 0.25);
  margin: 18px 0 26px;
}

.footer-about {
  background: #bdf2ea;
  border-radius: 12px;
  padding: 26px;
  color: #1a1a1a;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-evenly;
  gap: 20px;
  width: 90%;
  margin: 0 auto 0 0;
}
.footer-about h4 {
  font-size: 25px;
  line-height: 30px;
}
.footer-about p {
  margin: 0;
  line-height: 1.7;
  color: rgba(0, 0, 0, 0.62);
}

.footer-newsletter-main {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 20px;
  width: 100%;
}
.footer-title {
  font-size: 25px;
  line-height: 30px;
  color: #fff;
}
.footer-links ul {
  column-count: 2;
}
.footer-links ul li {
  margin: 0 0 40px 0;
}

.footer-links ul li a {
  font-size: 13px;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  font-family: "Montserrat";
  font-weight: 500;
  /* margin: 0 0 20px 0; */
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
}

.footer-links-grid {
  margin-bottom: 24px;
}
.footer-links-grid a {
  color: #fff;
  font-weight: 500;
  font-size: 13px;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
}
.footer-links-grid a:hover {
  color: #fff;
}

.footer-contact {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 20px;
}
.footer-contact li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  color: rgba(255, 255, 255, 0.88);
  margin: 0 !important;
}
.footer-contact i {
  color: #a1f3e2;
}
.footer-contact span {
  line-height: 25px;
  font-size: 14px;
  font-family: "Montserrat";
  text-transform: capitalize;
  font-weight: 500;
  color: #fff;
}

.footer-newsletter {
  /* margin-bottom: 24px; */
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 20px;
}
.footer-newsletter input {
  width: 100%;
  height: 54px;
  border-radius: 10px;
  border: 0;
  padding: 0 18px;
  background: rgba(0, 0, 0, 0.18);
  color: #fff;
  outline: none;
}
.footer-newsletter input::placeholder {
  color: rgba(255, 255, 255, 0.75);
}

.footer-subscribe {
  height: 56px;
  width: 190px;
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, 0.7);
  background: transparent;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 14px 0 22px;
  font-weight: 700;
  letter-spacing: 0.6px;
}
.footer-subscribe i {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.9);
  color: #2f7f76;
}

.footer-line--bottom {
  margin: 10px 0 12px;
}

.footer-bottom {
  text-align: center;
  color: #fff;
  padding: 20px 0;
  border-top: 1px solid #ffffff2e;
  margin: 20px 0 0 0;
}

.footer-links {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 20px;
}

/* small fixes */
@media (max-width: 575px) {
  .footer-links-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .footer-subscribe {
    width: 100%;
  }
}

/* Foote Css Ends */

/* About Us Page Css Starts */

.about-bottom .about-txt {
  width: 100%;
  margin: 20px 0 0 0;
}

section.inner-policy-sec .policy-txt-box {
  height: 80%;
}

/* About Us Page Css Ends */

/* Services Page Css Starts */

section.inner-services-sec {
  background-image: none;
}

section.inner-services-sec .services-card-txt h5,
section.inner-services-sec .services-card-txt p {
  color: #000;
  transition: ease-in;
  transition-duration: 0.5s;
}

section.inner-services-sec .services-card-box:hover .services-card-txt h5,
section.inner-services-sec .services-card-box:hover .services-card-txt p,
section.inner-services-sec .services-card-box:hover .services-card-btn a {
  color: #fff;
  transition: ease-out;
  transition-duration: 0.5s;
}

section.inner-services-sec .services-card-btn a {
  color: #000;
  border-top: 1px solid #00000061;
}

section.inner-services-sec .services-card-btn a:hover {
  color: #000 !important;
}

section.inner-services-sec .services-card-box {
  border: 1px solid #00000061;
  margin: 0 0 20px 0;
}

section.inner-services-sec .services-card-box:hover {
  border: 1px solid #0000;
  background-color: #469685;
}

/* Services Page Css Ends */

/* Services Detail Page Css Starts */

section.inner-services-detail .services-card-img {
  height: 600px;
}

section.inner-services-detail .services-card-txt {
  height: 100%;
}

section.inner-services-detail .services-card-main {
  padding: 0;
}

section.inner-services-detail .services-card-box {
  border: none !important;
}

section.inner-services-detail .services-card-box:hover {
  background-color: #0000 !important;
}

section.inner-services-detail .services-card-box:hover .services-card-txt h5,
section.inner-services-detail .services-card-box:hover .services-card-txt p {
  color: #000 !important;
}

section.inner-services-detail .services-card-box:hover .services-card-img img {
  scale: 1;
  transition: ease-out;
  transition-duration: 0.5s;
}

section.inner-services-detail .services-card-icon {
  height: 100px;
  width: 100px;
  top: -19%;
  right: 3%;
  padding: 25px;
}

/* Services Detail Page Css Ends */

/* Blog Page Css Starts */

.resources-txt h2 {
  margin-bottom: 10px;
  color: #111111;
}

.resources-txt p {
  font-size: 14px;
  margin: 0 auto;
  width: 73%;
}

.resources-img {
  position: relative;
  margin: 10px 0;
  border-radius: 20px !important;
  overflow: hidden;
  width: 100%;
  padding: 10px 10px 20px 10px;
  border: 1px solid #0000002e;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 20px;
  transition: ease-in;
  transition-duration: 0.5s;
}

.resources-img:hover {
  border: 1px solid #0000;
  background-color: #4ba08e;
  transition: ease-out;
  transition-duration: 0.5s;
}

.resources-img img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  object-position: 0 0;
  border-radius: 20px;
}

.resources-detail {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 10px;
}

.resources-detail h5 {
  font-size: 25px;
  line-height: 30px;
  color: #000;
  font-weight: 500;
  width: 100%;
  text-transform: uppercase;
  transition: ease-in;
  transition-duration: 0.5s;
}

.resources-detail p {
  transition: ease-in;
  transition-duration: 0.5s;
}

.resources-img:hover .resources-detail h5,
.resources-img:hover .resources-detail p {
  color: #fff;
  opacity: 1;
  transition: ease-out;
  transition-duration: 0.5s;
}

.resources-detail h5 span {
  display: block;
}

.resources-alignlist {
  display: flex;
  gap: 10px;
  justify-content: end;
  text-align: end;
  margin-left: 0;
}

.resources-icons i {
  border: solid 1px #03a1e0;
  border-radius: 20px;
  color: #03a1e0;
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.resources-icons {
  display: flex;
  align-items: center;
  gap: 5px;
  width: 100%;
}

.resources-icons p {
  margin: 0;
}

.resources-detail-ex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.resources-bottom ul {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 20px;
}

.resources-bottom ul li {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
}

.resources-bottom-txt h6 {
  font-size: 14px;
  line-height: 1;
  text-transform: capitalize;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  transition: ease-in;
  transition-duration: 0.5s;
}

.resources-img:hover .resources-bottom-txt h6 {
  color: #fff;
  transition: ease-out;
  transition-duration: 0.5s;
}

.resources-bottom-icon i {
  color: #4ba08e;
  transition: ease-in;
  transition-duration: 0.5s;
}

.resources-img:hover .resources-bottom-icon i {
  color: #fff;
  transition: ease-in;
  transition-duration: 0.5s;
}

.resources-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  background-color: #4ba08e;
  border-radius: 100px;
  overflow: hidden;
  position: absolute;
  bottom: 5%;
  right: 5%;
  transition: ease-in;
  transition-duration: 0.5s;
}

.resources-img:hover .resources-btn a {
  background-color: #fff;
  transition: ease-out;
  transition-duration: 0.5s;
}

.resources-btn a img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 15px;
  width: 15px;
  margin: 0 auto;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%)
    hue-rotate(168deg) brightness(105%) contrast(101%);
}

.resources-img:hover .resources-btn a img {
  filter: brightness(0) saturate(100%) invert(53%) sepia(47%) saturate(408%)
    hue-rotate(117deg) brightness(97%) contrast(85%);
  transition: ease-out;
  transition-duration: 0.5s;
}

/* Blog Page Css Ends */

/* Blog Details Page Css Starts */

section.inner-resources-sec .resources-img a {
  width: 100%;
}

section.inner-resources-sec .resources-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

section.inner-resources-sec .resources-img img {
  height: 500px;
}

section.inner-resources-sec .resources-img:hover {
  border: 1px solid #0000;
  background-color: #0000;
}

section.inner-resources-sec .resources-img:hover .resources-detail h5,
section.inner-resources-sec .resources-img:hover .resources-detail p {
  color: #000;
}

section.inner-resources-sec .resources-img:hover .resources-bottom-icon i {
  color: #4ba08e;
}

section.inner-resources-sec .resources-img:hover .resources-bottom-txt h6 {
  color: #000;
}

section.inner-resources-sec .resources-img {
  border: 1px solid #0000;
  padding: 0;
  margin: 0;
  border-radius: 0 !important;
}

/* Blog Details Page Css Ends */
