<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*================== used less files ===================*/
/*==================== google fonts =================*/
@import url("https://fonts.googleapis.com/css?family=Londrina+Outline|Roboto&amp;display=swap");
/*==================== web colors ===================*/
/*==================== fonts ===================*/
/*===================== font sizes ================*/
/*=================== screen sizes ================*/
/*==================== image path =================*/
/*===================== others ======================*/
::-moz-selection {
  background-color: #47ac5c;
  color: #fff;
}

::selection {
  background-color: #47ac5c;
  color: #fff;
}

a {
  text-decoration: none;
  outline: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:focus,
button:focus,
a:focus,
a:hover {
  text-decoration: none;
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 10px 0px;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 5px 0px;
  }
}

body {
  font-size: 16px;
  line-height: 1.5em;
  position: relative; background-color: #fcffe6;
}

section {
  padding: 60px 0px;
}
@media (max-width: 991.98px) {
  section {
    padding: 30px 0px;
  }
}

section:after {
  display: block;
  clear: both;
}
.top-logo {
    position: absolute;
    z-index: 555;
    left:15px;
    top: 10px;
    padding: 10px;
    width: 100px;
    background: rgba(0,0,0,0.325);
}

.full-width {
  width: 100%;
  height: 100vh;
}

.bg-size-cover {
  background-size: cover;
}

.theme-color-text {
  color: #47ac5c;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
  z-index: 5555;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.fixed {
  position: fixed;
}

.middle {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.text-color {
  color: #ffd100 !important;
}

.text-color-1 {
  color: #41a859 !important;
}

/*------------------------img hover ------------------------*/
img {
  transition: ease-in all 0.25s;
}

.overflow-hidden {
  overflow: hidden;
}

.img-zoom-in {
  transform: scale(1);
}
.img-zoom-in:hover {
  transform: scale(1.2);
}
@media (max-width: 767.98px) {
  .img-zoom-in:hover {
    transform: scale(1);
  }
}

/*------------------------rotate ------------------------*/
.rotate {
  -webkit-transform: rotate(90deg);
  /* Chrome, Safari, Opera */
  -moz-transform: rotate(90deg);
  /* Firefox */
  -ms-transform: rotate(90deg);
  /* IE 9 */
  transform: rotate(90deg);
  /* Standard syntax */
}

/*------------------------text clamp ------------------------*/
.line-clamb-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.line-clamb-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.img-align2 {

    width: 25%;
    float: right;
    margin-left: 30px;
   

}

/*
/*======================  bootstrap edits ===================*/
section h2 {
  font-size: 2rem !important;
}
@media (max-width: 991.98px) {
  section h2 {
    font-size: 1.5rem !important;
  }
}
@media (max-width: 767.98px) {
  section h2 {
    font-size: 1.3rem !important;
  }
}
section .container {
  max-width: 1300px;
}
section .img-res {
  width: 15%;
}
@media (max-width: 991.98px) {
  section .img-res {
    width: 20%;
  }
}
@media (max-width: 575.98px) {
  section .img-res {
    width: 30%;
  }
}
section .banner-text-right {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 20px;
  background: linear-gradient(90deg, #47ac5c, #2b9b9f);
  border-bottom-left-radius: 100px;
  padding: 30px 30px 50px 50px;
}
@media (max-width: 991.98px) {
  section .banner-text-right {
    position: static;
    border-bottom-left-radius: 0px;
    padding: 30px;
  }
}
@media (max-width: 575.98px) {
  section .banner-text-right {
    padding: 15px;
  }
}
section .banner-text-right h1 {
  font-size: 3.8rem !important;
}
@media (max-width: 991.98px) {
  section .banner-text-right h1 {
    font-size: 1.7rem !important;
  }
}
@media (max-width: 767.98px) {
  section .banner-text-right h1 {
    font-size: 1.5rem !important;
  }
}

/*# sourceMappingURL=style.css.map */
</pre></body></html>