@font-face {
  font-family: Covered-By-Your-Grace;
  src: url("../assets/fonts/CoveredByYourGrace-Regular.ttf") format("truetype");
}

@font-face {
  font-family: TitilliumWeb-Bold;
  src: url("../assets/fonts/TitilliumWeb-Bold.ttf") format("truetype");
}

@font-face {
  font-family: TitilliumWeb-Italic;
  src: url("../assets/fonts/TitilliumWeb-Italic.ttf") format("truetype");
}

@font-face {
  font-family: TitilliumWeb-Light;
  src: url("../assets/fonts/TitilliumWeb-Light.ttf") format("truetype");
}

@font-face {
  font-family: TitilliumWeb-Regular;
  src: url("../assets/fonts/TitilliumWeb-Regular.ttf") format("truetype");
}

@font-face {
  font-family: TitilliumWeb-SemiBold;
  src: url("../assets/fonts/TitilliumWeb-SemiBold.ttf") format("truetype");
}

.footer {
  background-image: url("../assets/images/footer-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 15px;
  height: 400px;
  display: block;
}

.footer .top-row {
  justify-content: space-between;
  margin-top: 20px;
  align-items: center;
}

.footer .top-row ul {
  list-style: none;
}

.footer .top-row ul li {
  font-family: "TitilliumWeb-Regular" !important;
  color: #fff;
  font-size: 20px;
  margin: 10px 0;
}

.footer .top-row ul a {
  font-family: "TitilliumWeb-Regular" !important;
  color: #fff;
  font-size: 15px;
}

.footer .top-row ul a:hover {
  text-decoration: none;
}

.footer .top-row ul i {
  color: #fff;
}

.footer .top-row .right {
  text-align: right;
}

.footer .top-row .logo-block .white-logo {
  display: block;
  margin: 30px auto;
}

.footer .top-row .logo-block form input {
  height: 55px;
  width: 250px;
}

.footer .bottom-row p {
  color: #fff;
  text-align: center;
}

.footer .bottom-row .green {
  color: #8fc643;
}

.footer a {
  color: #fff;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .footer {
    background-image: url("../assets/images/footer-bg-mobile.png");
  }
  .footer .top-row ul {
    padding-left: 0px;
  }
  .footer .logo-block .form-inline {
    display: block;
  }
  .footer .logo-block .form-inline .green-bg {
    display: block;
    margin: auto;
  }
}

@media (max-width: 767.98px) {
  .btn {
    margin: 10px 0;
  }
  .footer {
    height: 625px;
    background-image: url("../assets/images/footer-bg-mobile.png");
  }
  .footer .top-row {
    display: block !important;
  }
  .footer .top-row ul {
    padding-left: 0px;
  }
  .footer .top-row ul li {
    margin: 0;
  }
  .footer .top-row .right {
    text-align: left;
  }
  .footer .logo-block .white-logo {
    margin: 10px 0 !important;
    width: 35%;
  }
  .footer .logo-block .form-inline {
    display: block;
  }
  .footer .logo-block .form-inline .green-bg {
    display: block;
    margin: initial;
  }
}

.carousel .carousel-indicators {
  bottom: -50px;
}

.carousel .carousel-indicators li {
  background-color: #71a32c;
  background-clip: initial;
  width: 12px;
  height: 10px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  border-radius: 25px;
}

.carousel .carousel-inner .carousel-item .slide-sec {
  position: relative;
}

.carousel .carousel-inner .carousel-item .slide-sec img {
  object-fit: cover;
  display: block;
}

.carousel .carousel-inner .carousel-item .slide-sec .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #1e7da8;
}

.carousel .carousel-inner .carousel-item .slide-sec .overlay .text h2 {
  font-size: 30px;
  color: white !important;
  text-align: left;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.carousel .carousel-inner .carousel-item .slide-sec .overlay .text p {
  font-size: 18px;
  color: white !important;
  text-align: left;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.carousel .carousel-inner .carousel-item .slide-sec:hover .overlay {
  opacity: 0.8;
}

.carousel .left-arrow {
  position: relative;
  margin-right: auto;
  left: -110px;
  opacity: 1;
}

.carousel .right-arrow {
  position: relative;
  margin-left: auto;
  right: -110px;
  opacity: 1;
}

.carousel .carousel-control-prev, .carousel .carousel-control-next {
  opacity: 1;
}

@media (min-width: 992px) and (max-width: 1287.98px) {
  .carousel .left-arrow {
    display: none;
  }
  .carousel .right-arrow {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .carousel .left-arrow {
    display: none;
  }
  .carousel .right-arrow {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .carousel .left-arrow {
    display: none;
  }
  .carousel .right-arrow {
    display: none;
  }
}

.payment-gateway {
  margin-bottom: 50px;
}

.payment-gateway .text-section {
  padding: 100px 0px;
  text-align: center;
}

.payment-gateway .text-section .d-flex {
  align-items: baseline;
  justify-content: space-around;
}

.payment-gateway form p {
  font-family: "TitilliumWeb-SemiBold";
  color: #111c16;
}

.payment-gateway form .form-group .red {
  color: #ff0000;
}

.payment-gateway form .form-group input {
  background-color: #f4f3f0;
  border-radius: 0;
  border: none;
  height: 50px;
}

.payment-gateway form .form-group select {
  background-color: #f4f3f0;
  border-radius: 0;
  border: none;
  height: 50px;
}

.payment-gateway form .d-flex {
  justify-content: space-between;
}

.payment-gateway form .d-flex .btn-icon {
  margin-right: 20px;
}

.modal-header {
  background-color: #8fc643;
}

.modal-header .close {
  color: #fff !important;
}

.messagetext {
  font-family: "TitilliumWeb-SemiBold";
  text-align: center;
  font-size: 20px;
  display: block;
  margin: 100px auto;
  width: fit-content;
}

.green-text {
  color: #71a32c;
}

@media (max-width: 767.98px) {
  .payment-gateway .text-section {
    padding: 30px 0px;
  }
  .payment-gateway .text-section .d-flex {
    display: block !important;
  }
  form .d-flex {
    display: block !important;
  }
}

.first-load {
  animation: fadeInAnimation ease 5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

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

.navbar {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 0px;
  z-index: 10;
  background-color: white;
}

.navbar .navbar-toggler {
  background-color: white;
}

.navbar .navbar-brand img {
  padding: 0px 30px;
}

.navbar .drop-img {
  position: relative;
  top: 30px;
}

.navbar .drop-img img {
  max-width: 145px;
  padding-right: 0;
}

.navbar .afc-logo {
  width: 200px;
}

.navbar .navbar-nav {
  margin-left: auto;
  background-color: #fff;
  padding: 20px 10px;
  align-items: baseline;
}

.navbar .navbar-nav .nav-item {
  border: 1px solid #58851b;
  margin: 0 20px;
  min-width: 100px;
  text-align: center;
}

.navbar .navbar-nav .nav-link {
  font-family: "TitilliumWeb-SemiBold";
  font-size: "16px";
  color: #737373;
  padding-right: 10px;
  padding-left: 10px;
}

.navbar .navbar-nav .nav-link:hover {
  color: #58851b;
}

.navbar .navbar-nav .active .nav-link {
  color: #58851b;
}

.navbar .navbar-nav .dropdown-menu {
  left: initial;
  right: 0;
}

.navbar .navbar-nav .dropdown-menu .dropdown-item {
  font-family: "TitilliumWeb-SemiBold";
  color: #737373;
  font-size: "18px";
  padding: 5px 10px;
}

.navbar .navbar-nav .dropdown-menu .dropdown-item:hover {
  background-color: #effcdc;
}

.navbar .navbar-nav .dropdown-menu .active {
  background-color: #effcdc;
}

.socio-icons {
  display: flex;
  justify-content: left;
  border: none !important;
}

.socio-icons i {
  color: #111c16 !important;
  background-color: #f4f3f0;
  padding: 12px;
  border-radius: 50px;
  width: 40px;
  margin-right: 20px;
}

.white-sub-text {
  font-family: "Covered-By-Your-Grace";
  color: #fff !important;
  font-size: 26px;
  margin-bottom: 0px;
}

.green-sub-text {
  font-family: "Covered-By-Your-Grace";
  color: #71a32c !important;
  font-size: 26px;
  margin-bottom: 0px;
}

.green-sub-text a {
  color: #71a32c !important;
}

.grey-sub-text {
  font-size: 26px;
  margin-bottom: 0px;
  font-family: "Covered-By-Your-Grace";
  color: #737373 !important;
}

h2 {
  font-family: "TitilliumWeb-Bold";
}

h4 {
  font-family: "TitilliumWeb-Bold";
}

p {
  font-family: "TitilliumWeb-Regular";
  color: #737373;
  font-size: 16px;
}

ul li {
  font-family: "TitilliumWeb-Regular";
  color: #737373;
  font-size: 16px;
}

a {
  font-family: "TitilliumWeb-Regular";
  cursor: pointer;
}

a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.center {
  text-align: center;
}

.button-medium {
  font-family: "TitilliumWeb-Bold";
  border: none;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

.orange {
  color: #f79624;
  padding: 15px 0px;
}

.white {
  color: #fff;
}

.green {
  color: #58851b;
  padding: 15px 0px;
}

.orange-bg {
  background-color: #f79624;
  color: #fff;
  padding: 15px 32px;
  border: 1px solid #f79624;
}

.orange-bg:hover {
  background-color: #fff;
  color: #f79624;
  box-shadow: 5px 5px 50px -8px rgba(0, 0, 0, 0.3);
}

.green-bg {
  background-color: #8fc643;
  color: #fff;
  padding: 15px 32px;
  border: 1px solid #8fc643;
}

.green-bg:hover {
  background-color: #fff;
  color: #8fc643;
  box-shadow: 5px 5px 50px -8px rgba(0, 0, 0, 0.3);
}

.grey {
  background-color: #f4f3f0;
  padding: 15px 32px;
  margin: 0px 10px;
}

.grey:hover {
  background-color: #8fc643;
  color: #fff;
  box-shadow: 5px 5px 50px -8px rgba(0, 0, 0, 0.3);
}

.grey:active {
  background-color: #8fc643;
  color: #fff;
  box-shadow: 5px 5px 50px -8px rgba(0, 0, 0, 0.3);
}

.grey:active {
  background-color: #8fc643;
  color: #fff;
  box-shadow: 5px 5px 50px -8px rgba(0, 0, 0, 0.3);
}

.bold {
  font-family: "TitilliumWeb-Bold";
}

.dark-grey {
  color: #111c16;
}

.section-one {
  background-image: url("../assets/images/background.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 15px;
  height: 100vh;
  display: block;
  position: relative;
}

.section-one .text-block {
  text-align: right;
  position: absolute;
  top: 55%;
  left: 60%;
  transform: translateY(-50%);
}

.section-one .text-block .center-content {
  justify-content: space-between;
}

.section-one .text-block .green {
  color: #58851b;
}

.section-one .text-block .rate-block .orange-text {
  font-size: 45px;
  font-family: "TitilliumWeb-Bold";
  color: #f79624;
  margin-bottom: 0px;
}

.section-one .text-block .rate-block .green-text {
  font-size: 25px;
  font-family: "TitilliumWeb-SemiBold";
  color: #58851b;
}

.section-one .text-block .rate-block .white-text {
  font-size: 25px;
  font-family: "TitilliumWeb-SemiBold";
  color: #fff;
}

.section-one .text-block .btn-row {
  margin-top: 20px;
}

.section-one .text-block .color-text {
  max-width: 200px;
}

.section-two {
  padding: 100px 0px;
  position: relative;
}

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

.section-three {
  position: relative;
}

.section-three .left {
  background-image: url("../assets/images/bg.jpg");
  background-position: top;
  background-repeat: no-repeat;
  padding: 15px;
  height: 550px;
  display: block;
}

.section-three .left .text-section {
  padding: 20px 30px;
}

.section-three .left .text-section .link-btn {
  text-decoration: none;
  margin-bottom: 0;
  padding: 0;
  cursor: pointer;
  font-weight: bold;
}

.section-three .right {
  background-image: url("../assets/images/bg-2.jpg");
  background-position: top;
  background-repeat: no-repeat;
  padding: 15px;
  height: 550px;
  display: block;
}

.section-three .label {
  position: absolute;
  top: 45%;
  left: 45%;
  transform: translateY(-50%);
  z-index: 1;
}

.section-five {
  background-image: url("../assets/images/back.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 15px;
  height: 900px;
  display: block;
  position: relative;
  margin-top: 200px;
}

.section-five .left {
  justify-content: flex-end;
}

.section-five .left .text-section {
  padding: 20px;
  width: 60%;
}

.section-five .left .text-section .lower-row {
  justify-content: left;
  align-items: center;
}

.section-five .left .text-section .lower-row a {
  font-family: "TitilliumWeb-Bold";
  color: #111c16;
}

.section-five .left .text-section .lower-row a:hover {
  color: #f79624;
  text-decoration: none;
}

.section-five .left .text-section .lower-row .video-label {
  padding: 10px;
}

.section-five .left .text-section .label {
  font-family: "TitilliumWeb-Bold";
  align-items: center;
  background-color: #fff;
  padding: 20px;
}

.section-five .left .text-section .label p {
  margin-bottom: 0px;
}

.section-five .left .text-section .label i {
  color: #58851b;
  font-size: 18px;
  padding: 4px 10px;
}

.section-five .right {
  background-image: url("../assets/images/contain2.png");
  background-position: center left;
  background-repeat: no-repeat;
  padding: 15px;
  height: 850px;
  display: block;
}

.section-five .right .orange-label {
  display: block;
  top: 12%;
  left: 67%;
  position: relative;
}

@media (min-width: 1420px) and (max-width: 1980px) {
  .section-five .left {
    justify-content: center;
  }
}

@media (min-width: 992px) and (max-width: 1287.98px) {
  .green-sub-text {
    font-size: 20px;
  }
  h2 {
    font-size: 25px;
  }
  p {
    font-size: 14px;
  }
  .section-one .text-block {
    left: 50%;
  }
  .section-three .left .text-section {
    padding: 40px;
  }
  .section-five {
    height: 750px;
    margin-top: 100px;
  }
  .section-five .left {
    justify-content: center;
  }
  .section-five .left .text-section {
    width: 100%;
  }
  .section-five .right {
    height: 650px;
  }
  .section-five .right .orange-label {
    top: -1%;
    left: 52%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .navbar {
    padding: 10px;
  }
  .navbar .nav-item {
    width: 100%;
    margin: 10px 0 !important;
  }
  .green-sub-text {
    font-size: 20px;
  }
  h2 {
    font-size: 25px;
  }
  p {
    font-size: 14px;
  }
  .section-one .text-block {
    left: 35%;
  }
  .section-three .left {
    height: 500px;
  }
  .section-three .left .text-section {
    padding: 10px;
  }
  .section-three .label {
    width: 10%;
  }
  .section-five {
    height: auto;
    margin-top: 100px;
  }
  .section-five .five-row {
    flex-direction: column-reverse;
  }
  .section-five .five-row .left {
    height: 540px;
    align-items: initial !important;
  }
  .section-five .five-row .left .text-section {
    width: 100%;
  }
  .section-five .five-row .right {
    background-position: center;
  }
  .section-five .five-row .right .orange-label {
    top: 11%;
    left: 55%;
  }
}

@media (max-width: 767.98px) {
  p {
    font-size: 14px;
  }
  .green-bg {
    padding: 5px 20px;
  }
  h2 {
    font-size: 25px;
  }
  .orange-bg {
    padding: 5px 20px;
  }
  .navbar {
    padding: 0 10px;
  }
  .navbar .navbar-brand {
    max-width: 100px;
  }
  .navbar .navbar-brand img {
    padding: 0px;
    width: 50%;
  }
  .navbar .drop-img {
    top: 0;
  }
  .navbar .nav-item {
    width: 100%;
    margin: 10px 0 !important;
  }
  .grey {
    margin: 10px;
  }
  .section-one {
    background-position: center right;
    height: 70vh;
  }
  .section-one .leaf-ico {
    width: 20%;
  }
  .section-one .text-block {
    left: 10%;
    padding: 20px;
    top: 55%;
  }
  .section-one .text-block .green-sub-text {
    font-size: 25px;
  }
  .section-one .text-block .rate-block .orange-text {
    font-size: 30px;
  }
  .section-one .text-block .rate-block .green-text {
    font-size: 20px;
  }
  .section-one .text-block .color-text {
    max-width: 110px;
  }
  .section-two {
    padding: 0;
  }
  .section-two .d-flex {
    display: block !important;
    padding: 10px;
  }
  .section-two .d-flex img {
    display: block;
    margin: auto;
  }
  .section-three {
    padding: 0px;
  }
  .section-three .d-flex {
    display: block !important;
  }
  .section-three .d-flex .left {
    height: 475px;
  }
  .section-three .d-flex .left .text-section {
    padding: 20px;
  }
  .section-three .d-flex .right {
    height: 375px;
    background-size: contain;
  }
  .section-three .label {
    position: relative;
    top: 33px;
    left: initial;
    transform: initial;
    z-index: 1;
    display: block;
    margin: auto;
  }
  .section-five {
    height: auto;
    margin-top: 50px;
    background-image: url("../assets/images/back-mobile.png");
  }
  .section-five .five-row {
    flex-direction: column-reverse;
  }
  .section-five .five-row .left {
    height: 640px;
    align-items: initial !important;
  }
  .section-five .five-row .left .text-section {
    width: 100%;
  }
  .section-five .five-row .left .text-section .label {
    padding: 5px;
  }
  .section-five .five-row .left .text-section .lower-row {
    margin: 0 !important;
  }
  .section-five .five-row .right {
    height: 640px;
    background-position: center;
  }
  .section-five .five-row .right .orange-label {
    left: initial;
    top: 65%;
    margin: auto;
    width: 50%;
  }
}

.thuru {
  background-image: url("../assets/images/background-2.jpg");
  height: 430px;
}

.thuru-two .float-left {
  padding-right: 20px;
}

.thuru-two .logo-row {
  display: flex;
}

.thuru-two .logo-row img {
  padding: 10px;
}

.thuru-two .d-flex .plant-label {
  position: absolute;
  left: 90px;
  top: 170px;
}

.thuru-two .d-flex .image-box {
  display: flex;
  flex-direction: column;
  margin-left: auto;
}

.thuru-two .d-flex .image-box img {
  margin: 10px 0px;
}

.thuru-two .d-flex .image-box #more {
  display: none;
}

@media (min-width: 992px) and (max-width: 1287.98px) {
  .thuru-two .d-flex .plant-label {
    left: 90px;
    top: 170px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .thuru-two .d-flex .plant-label {
    left: 40px;
    top: 95px;
    width: 50%;
  }
  .thuru-two .logo-row {
    display: block;
  }
}

@media (max-width: 767.98px) {
  .thuru {
    height: 135px;
  }
  .thuru-two .float-left {
    margin-bottom: 20px;
  }
  .thuru-two .d-flex {
    display: flex !important;
    flex-direction: column;
  }
  .thuru-two .d-flex .plant-label {
    left: 130px;
    top: 235px;
  }
  .thuru-two .logo-row {
    display: block;
  }
  .thuru-two .logo-row img {
    max-width: 40%;
  }
}

.top-section {
  justify-content: space-between;
}

.top-section a {
  text-decoration: none;
  color: #737373;
}

.top-section .bold {
  color: #111c16;
  font-size: 22px;
}

.top-section .left {
  text-align: right;
}

.top-section .center {
  text-align: center;
}

.top-section .right {
  text-align: left;
}

.contact {
  text-align: center;
  padding: 20px;
}

.contact form {
  margin-top: 30px;
}

.contact form .form-group .form-control {
  background-color: #f4f3f0;
  border-radius: 0;
  border: none;
  margin-bottom: 10px;
}

.contact form .form-group input {
  height: 50px;
}

.section-four .mapouter {
  position: relative;
  text-align: right;
  height: 500px;
  width: 100%;
  bottom: -20px;
  z-index: -1;
}

.section-four .gmap_canvas {
  overflow: hidden;
  background: none !important;
  height: 500px;
  width: 100%;
}

.contact-footer {
  margin-top: 0px;
}

@media (max-width: 767.98px) {
  .top-section .left {
    text-align: left;
  }
  .top-section .center {
    text-align: left;
  }
  .top-section .right {
    text-align: left;
  }
  .contact {
    text-align: left;
  }
}

.about .text-block {
  text-align: center;
}

.about .about-label {
  display: block;
  margin: auto;
}

.about #fade {
  background-image: linear-gradient(to bottom, transparent, #fff);
  height: 200px;
  position: relative;
  top: -200px;
}

.about #more {
  display: none;
}

.about-two {
  background-image: url("../assets/images/base.png");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 15px;
  height: 900px;
  display: flex;
  position: relative;
  align-items: center;
  margin-top: 50px;
}

.about-two .container .left {
  background: #fff;
  padding: 30px 50px;
}

.about-two .container .left .text-block ul {
  padding-left: 0px;
  list-style: none;
}

.about-two .container .left .text-block ul li {
  display: flex;
  align-items: center;
}

.about-two .container .left .text-block ul li img {
  padding-right: 20px;
}

.about-two .container .right {
  display: flex;
  align-items: center;
}

.about-two .container .right .right-img {
  width: 80%;
  left: -40px;
  position: relative;
}

.about-three .slider {
  width: 50%;
  margin: 100px auto;
}

.about-three .slick-slide {
  margin: 0px 20px;
  transition: all ease-in-out .3s;
  opacity: .2;
}

.about-three .slick-slide img {
  width: 100%;
  height: 350px;
}

.about-three .slick-prev:before,
.about-three .slick-next:before {
  color: white;
  font-size: 35px;
}

.about-three .slick-active {
  opacity: .5;
}

.about-three .slick-current {
  opacity: 1;
}

.about-three .slick-next {
  right: initial;
}

.about-three .slider-section {
  background-image: url("../assets/images/base1.png");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px;
  height: 350px;
}

.about-three h2 {
  font-family: 'TitilliumWeb-Regular';
  font-size: 40px;
}

.about-three .variable .slick-prev {
  display: none !important;
}

.about-three .slick-prev,
.about-three .slick-next {
  top: 85%;
  left: 20%;
}

.about-three .slick-prev {
  left: 60px;
  z-index: 1;
}

.about-three .hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  background: #246e8d;
}

.about-three .hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 50px 20px;
}

.about-three .hovereffect img {
  display: block;
  position: relative;
  max-width: none;
  width: calc(100% + 20px);
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(-10px, 0, 0);
  backface-visibility: hidden;
}

.about-three .hovereffect:hover img {
  opacity: 0.4;
  filter: alpha(opacity=40);
  transform: translate3d(0, 0, 0);
}

.about-three .hovereffect h2 {
  font-family: 'TitilliumWeb-Bold';
  text-align: left;
  color: #fff;
  position: relative;
  font-size: 20px;
  overflow: hidden;
  padding: 0.5em 0;
  background-color: transparent;
  opacity: 0;
}

.about-three .hovereffect:hover h2 {
  opacity: 1;
}

.about-three .hovereffect h2:after {
  opacity: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  transition: transform 0.35s;
  transform: translate3d(-100%, 0, 0);
}

.about-three .hovereffect:hover h2:after {
  transform: translate3d(0, 0, 0);
}

.about-three .hovereffect a, .about-three .hovereffect p {
  font-family: 'TitilliumWeb-Regular';
  width: 70%;
  color: #FFF;
  opacity: 0;
  text-align: left;
  text-decoration: none;
  filter: alpha(opacity=0);
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(100%, 0, 0);
}

.about-three .hovereffect:hover a, .about-three .hovereffect:hover p {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate3d(0, 0, 0);
}

.about-four {
  padding: 30px 0px;
  text-align: center;
}

.about-four .card-row .text-block {
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
  position: relative;
  top: -25px;
  width: 90%;
  display: block;
  margin: auto;
}

.about-four .card-row .text-block .white-arrow img {
  display: block;
  margin: auto;
}

@media (min-width: 992px) and (max-width: 1287.98px) {
  .about-two {
    height: fit-content;
  }
  .about-two .container {
    display: block !important;
  }
  .about-two .container .left {
    max-width: 100%;
  }
  .about-two .container .right {
    max-width: 100%;
  }
  .about-two .container .right img {
    display: block;
    margin: auto;
    width: initial !important;
    left: initial !important;
    position: initial !important;
    padding: 10px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .about-two {
    height: fit-content;
    padding: 30px 20px;
  }
  .about-two .container {
    display: block !important;
  }
  .about-two .container .left {
    max-width: 100%;
  }
  .about-two .container .right {
    max-width: 100%;
  }
  .about-two .container .right img {
    display: block;
    margin: auto;
    width: initial !important;
    left: initial !important;
    position: initial !important;
    padding: 10px;
  }
  .about-three {
    display: block !important;
  }
  .about-three .slider {
    width: 100%;
    margin: 10px auto;
  }
  .about-three .slider-section {
    height: 450px;
  }
  .about-three .slick-next {
    left: 30%;
  }
  .about-four .card-row {
    display: block !important;
  }
}

@media (max-width: 767.98px) {
  .about {
    padding: 30px;
  }
  .about-two {
    height: fit-content;
    padding-top: 30px;
  }
  .about-two .container {
    display: block !important;
  }
  .about-two .container .left {
    max-width: 100%;
    padding: 20px;
  }
  .about-two .container .right {
    max-width: 100%;
  }
  .about-two .container .right img {
    display: block;
    margin: auto;
    left: initial !important;
    position: initial !important;
    padding: 10px;
  }
  .about-three {
    display: block !important;
  }
  .about-three .slider {
    width: 100%;
    margin: 10px auto;
  }
  .about-three .slider-section {
    height: 450px;
  }
  .about-three .slick-next {
    left: 30%;
  }
  .about-four .card-row {
    display: block !important;
  }
}

@media (min-width: 993px) {
  .tab {
    display: none;
  }
  .mobile {
    display: none;
  }
}

@media (min-width: 767.98px) and (max-width: 992px) {
  .desktop {
    display: none;
  }
  .mobile {
    display: none;
  }
  #fadetab {
    background-image: linear-gradient(to bottom, transparent, #fff);
    height: 200px;
    position: relative;
    top: -200px;
  }
  #moretab {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .desktop {
    display: none;
  }
  .tab {
    display: none;
  }
  #fademobile {
    background-image: linear-gradient(to bottom, transparent, #fff);
    height: 200px;
    position: relative;
    top: -200px;
  }
  #moremobile {
    display: none;
  }
  .mobile .milestone-card {
    margin: 10px auto;
    display: block;
  }
}

.background {
  background-image: url("../assets/images/bwbg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 15px;
  height: 100vh;
  position: relative;
}

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

.background .landing-sec img {
  max-width: 350px;
}

.background .landing-sec .main-button {
  font-family: "TitilliumWeb-Bold";
  width: 350px;
  border-radius: 10px;
  color: #fff;
  background-color: #f79624;
  text-align: center;
  font-size: 30px;
  cursor: pointer;
  padding: 15px;
  margin-top: 50px;
  display: block;
  margin: 50px auto;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .background .landing-sec img {
    max-width: 300px;
  }
}

@media (max-width: 767.98px) {
  .background .landing-sec img {
    max-width: 200px;
  }
  .background .landing-sec .main-button {
    width: 200px;
    font-size: 18px;
  }
}
/*# sourceMappingURL=main.css.map */