@import url("https://fonts.googleapis.com/css2?family=Rethink+Sans:ital,wght@0,400..800;1,400..800&display=swap");
@font-face {
  font-family: "TradeGothicLightLight";
  src: url("../fonts/TradeGothicLightLight.eot?#iefix");
  font-weight: normal;
  font-style: normal;
}
/****************************************************************************************
@
@	Global Style and Reset
@
****************************************************************************************/
/* Global Styles */
::-moz-selection {
  background: #000;
  color: #fff;
}
::selection {
  background: #000;
  color: #fff;
}

::-moz-selection {
  background: #000;
  color: #fff;
}

html, body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  font-family: "Rethink Sans", sans-serif;
  height: auto;
  min-height: 100%;
  overflow-x: hidden;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Rethink Sans", sans-serif;
}

p {
  line-height: 24px;
}

ul {
  list-style: none;
  padding-left: 0;
}

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

a {
  text-decoration: none;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  color: #000;
  cursor: pointer;
  text-decoration: none !important;
}

a:hover {
  color: #000;
  text-decoration: none;
}

a img {
  border: none;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 4px #efdb00;
  border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #4c4c4c;
  border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #000;
}

@media (min-width: 1023px) and (max-width: 3000px) {
  .darkHeader {
    background-color: #f4f4f4;
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 5px 8px 0 rgba(0, 0, 0, 0.14), 0 1px 14px 0 rgba(0, 0, 0, 0.12);
    padding-top: 20px !important;
    padding-bottom: 17px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    position: fixed;
    width: 100%;
    animation: smoothScroll 1s forwards;
    z-index: 9;
  }
  @keyframes smoothScroll {
    0% {
      transform: translateY(-20px);
    }
    100% {
      transform: translateY(0px);
    }
  }
}

.navbar-expand-lg .navbar-nav .dropdown-menu{
  display: none;
}
/* 
  ---------------------------------------------
  preloader
  --------------------------------------------- 
  */
#preloader {
  overflow: hidden;
  background-image: linear-gradient(127deg, #1D3A37 0%, #077454 91%);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 9999;
  color: #fff;
}

#preloader .jumper {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  margin: auto;
  width: 50px;
  height: 50px;
}

#preloader .jumper > div {
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  animation-fill-mode: both;
  position: absolute;
  opacity: 0;
  width: 50px;
  height: 50px;
  animation: jumper 1s 0s linear infinite;
}

#preloader .jumper > div:nth-child(2) {
  animation-delay: 0.33333s;
}

#preloader .jumper > div:nth-child(3) {
  animation-delay: 0.66666s;
}
@keyframes jumper {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes dyinglight {
  15% {
    transform: scale(1.6);
  }
  50% {
    transform: rotate(-89deg);
  }
  100% {
    transform: rotate(-90deg);
  }
}
.dl {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
}

button:focus {
  outline: 0px dotted !important;
  outline: 0px auto -webkit-focus-ring-color !important;
}

#back2Top {
  position: fixed;
  bottom: 2px;
  right: 2px;
  z-index: 999;
}

/*----------------------*/
.container {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
}

/*==================================css reset==================================*/
/****************************************************************************************
@
@	Styles
@
****************************************************************************************/
.headerSec .sub-menu.dropdown-menu a {
  color: #fff !important;
  font-size: 20px;
  cursor: pointer;
}

.headerSec .sub-menu.dropdown-menu a:hover {
  color: #c6c889 !important;
  border-left: 1px solid #c6c889;
  padding-left: 5px;
}

.headerSec .dropdown-menu {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.5);
}

.dropdown-item:focus, .dropdown-item:hover {
  background-color: #000000;
}

.headerSec {
  z-index: 99;
  position: absolute;
  width: 100%;
  top: 0;
}
.headerSec .dropdown-submenu {
  position: relative;
}
.headerSec .dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: 0.8em;
}
.headerSec .dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: 0.1rem;
  margin-right: 0.1rem;
}
.headerSec .top-scl-icn {
  margin-bottom: 0;
  margin-left: 10px;
}
.headerSec .top-scl-icn li {
  display: inline-block;
}
.headerSec .top-scl-icn li a {
  display: inline-block;
  position: relative;
  margin: 0 auto 0 auto;
  border-radius: 50%;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
}
.headerSec .top-scl-icn li i {
  transition: all 0.8s;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 5px;
}
.headerSec .top-scl-icn li:hover i {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  transition: all 0.2s;
}
.headerSec .navbar-brand {
  background-color: #147354;
  border-bottom-left-radius: 20px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: -7px;
  margin-bottom: -7px;
  min-width: 170px;
}
.headerSec .navbar-brand img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 67px;
  height: 78px;
}
.headerSec .navbar {
  background-color: #1D3A37;
  color: #fff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.headerSec .navbar a {
  color: #fff;
}
.headerSec .navbar-nav .nav-link.active, .headerSec .navbar-nav .nav-link.show {
  color: #fff;
}

/*####################### MENU ########################*/
#cssmenu > ul > li:hover > a, #cssmenu > ul > li.active > a {
  color: red;
  border-bottom: none !important;
}

#cssmenu > ul > li:hover > a::before, #cssmenu > ul > li.active > a::before {
  opacity: 1;
}

#cssmenu > ul > li > a {
  padding: 11px 20px;
  text-transform: none;
  font-size: 16px;
  color: #000;
  font-weight: 500;
  transition: color 0.2s ease;
  margin: 0 10px 0 0;
}

#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  z-index: 9999;
  box-shadow: 1px 0 12px rgba(0, 0, 0, 0.22);
}

#cssmenu ul ul li a {
  padding: 10px 15px;
  width: 200px;
  font-size: 14px;
  background: #02aef1;
  text-decoration: none;
  color: #fff;
  transition: color 0.2s ease;
  border-bottom: 1px solid #e64850;
}

#cssmenu > ul > li.has-sub > a::after {
  display: none;
}

#cssmenu > ul > li.has-sub > a {
  padding-right: 6px;
}

#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
  color: #222;
}

/*####################### ENd MENU ########################*/
/*####################### Slick Slider ########################*/
.c-header {
  display: flex;
  align-items: center;
  padding: 2rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}

.c-header__title {
  text-transform: uppercase;
  font-size: 1.5em;
  margin: 0 2rem;
}

.c-navigation {
  flex-basis: 70%;
}

.c-navigation__list {
  padding: 0;
}

.c-navigation__list-item {
  display: inline-block;
  margin: 0 2rem;
  position: relative;
  text-transform: uppercase;
  font-size: 0.9em;
  opacity: 0.7;
  font-weight: 500;
}
.c-navigation__list-item:after {
  content: "";
  width: 2px;
  height: 100%;
  background: #fff;
  position: absolute;
  display: inline-block;
  right: -2rem;
}

.c-navigation__list-item:last-of-type:after {
  background: transparent;
}

.c-navigation__list-item--active {
  opacity: 1;
}
.c-navigation__list-item--active > a {
  position: relative;
}
.c-navigation__list-item--active > a:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -0.4rem;
  left: 0;
}

.c-cta {
  display: flex;
  align-items: center;
}
.c-cta > a {
  font-size: 0.9em;
  opacity: 0.7;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 2rem;
}

.c-cta__button {
  border: 0;
  background-color: transparent;
  display: inline-block;
}

.c-cta__button__search {
  width: 15px;
  height: 15px;
  margin-right: 3rem;
}
.c-cta__button__search svg {
  width: inherit;
  height: inherit;
  fill: #fff;
}

.c-cta__button__menu {
  width: 20px;
  height: 2px;
  background-color: #fff;
  position: relative;
}
.c-cta__button__menu:after, .c-cta__button__menu:before {
  content: "";
  width: inherit;
  height: inherit;
  background-color: inherit;
  position: absolute;
  left: 0;
}
.c-cta__button__menu:after {
  bottom: -5px;
}
.c-cta__button__menu:before {
  top: -5px;
}

.c-socials {
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #fff;
  padding: 1.8rem 1.8rem 0.8rem 1.8rem;
  z-index: 2;
}

.c-socials__list-item {
  margin-bottom: 1rem;
}
.c-socials__list-item a svg {
  width: 21px;
  height: 21px;
}

.c-slide {
  display: inline-flex !important;
  align-items: center;
  width: 100%;
  height: 100vh;
  background-position: center;
  background-size: cover;
  will-change: background-size;
  position: relative;
  transition: 1s ease;
  transition-delay: 0.4s;
}
.c-slide:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.61) 76%);
  filter: progid:DXImageTransform.Microsoft.gradient( 		  startColorstr="#00000000", 		  endColorstr="#9c000000", 		  GradientType=0 		);
}

.c-slide-content {
  padding: 2rem;
  margin: 0 auto;
  width: 100%;
  z-index: 2;
  max-width: 1200px;
}

.c-slide__title {
  font-size: 4em;
  text-transform: uppercase;
  letter-spacing: 20px;
  transform: translateY(150px);
  opacity: 0;
  transition: 0.8s ease;
  will-change: opacity, transform;
}

.c-slide__title--large,
.c-slide__title--medium {
  display: block;
  font-size: 2.5em;
  line-height: 110px;
  transform: translateY(150px);
  will-change: transform;
  transition-delay: 0.4s;
  position: relative;
  transition: 1s ease;
}

.c-slide__title--medium {
  font-size: 1.6em;
  line-height: 100px;
}

.c-slide__subtitle {
  text-transform: uppercase;
  letter-spacing: 3px;
}

.c-slide__body {
  margin-top: 0.7rem;
  opacity: 0;
  line-height: 27px;
}

.c-slide__info {
  transform: translateY(-150px);
  transition: 0.8s ease;
}

.c-wrap {
  padding: 2rem 0;
  overflow: hidden;
}

.c-wrap--small {
  max-width: 30%;
}

.c-wrap--line {
  position: relative;
}
.c-wrap--line:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 1px;
  background-color: #fff;
  bottom: 0;
  transition: 0.9s ease;
  transition-delay: 0.4s;
}

.slick-list {
  overflow: visible !important;
}

.animateIn .c-slide__title--large,
.animateIn .c-slide__title--medium,
.animateIn .c-slide__info,
.animateIn .c-slide__title,
.animateIn .c-slide__body,
.initialAnimation .c-slide__title--large,
.initialAnimation .c-slide__title--medium,
.initialAnimation .c-slide__info,
.initialAnimation .c-slide__title,
.initialAnimation .c-slide__body {
  transform: translateY(0);
  opacity: 1;
}
.animateIn .c-wrap--line:after,
.initialAnimation .c-wrap--line:after {
  left: 0;
  transform: translateX(0);
  width: 100%;
}

.slick-list {
  transition: 0.5s ease;
}

.u-scale-out {
  transform: scale(0.6) !important;
  transition: 0.5s ease;
}

.u-scale-in {
  transform: scale(1);
}

@media only screen and (max-width: 1300px) {
  .c-slide__title {
    font-size: 3em;
  }
  .c-slide__title--large {
    font-size: 2em;
  }
  .c-wrap--small {
    max-width: 50%;
  }
}
@media only screen and (max-width: 1100px) {
  .c-navigation {
    display: none;
  }
  .c-header {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 800px) {
  .c-slide__title--medium {
    font-size: 1.3em;
  }
  .c-slide__title {
    font-size: 2.5em;
  }
  .c-slide__title--large {
    font-size: 1.5em;
  }
  .c-wrap--small {
    max-width: 80%;
  }
}
/*####################### Slick Slider End ########################*/
/*--------- Megha Menu ----------*/
.header {
  padding: 12px 0;
  /* Navigation Dropdown Menu --------------------------------*/
}
.header .navbar-brand {
  width: 280px;
  padding: 0;
}
.header .navigation-menu ul li {
  margin: 0 25px;
  text-transform: capitalize;
}
.header .navigation-menu ul li a {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  padding: 25px 0;
  transition: all ease-in-out 0.4s;
}
.header .navigation-menu ul li:hover > a, .header .navigation-menu ul li:focus > a, .header .navigation-menu ul li.active > a {
  color: #ccc;
}
.header .nav-dropdown {
  width: 100%;
  padding: 0;
  left: 0;
  top: 88px;
  margin: 0 auto;
  border: 1px solid #eee;
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.08);
  border-top: 3px solid #000;
}
.header .nav-dropdown:after {
  display: none;
}
.header .nav-dropdown .nav-img {
  width: 28.33%;
}
.header .nav-dropdown .nav-rt-prt {
  width: 71.66%;
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
}
.header .nav-dropdown .nav-rt-prt ul {
  padding: 10px;
  margin: 10px;
  width: 30.33%;
  border: 1px solid #ddd;
  border-radius: 12px;
}
.header .nav-dropdown .nav-rt-prt ul li {
  font-size: 16px;
  color: #ccc;
  margin: 0 0 6px;
  float: none;
  font-weight: 400;
  position: relative;
  transition: all ease-in-out 0.5s;
}
.header .nav-dropdown .nav-rt-prt ul li p {
  font-size: 14px !important;
  color: #000;
  margin: 6px 0;
}
.header .nav-dropdown .nav-rt-prt ul li ul {
  margin: 0;
  padding: 0 0 0 8px;
  width: 100%;
  border: none;
}
.header .nav-dropdown .nav-rt-prt ul li ul li {
  font-size: 14px !important;
  margin: 0;
  display: flex;
  align-items: flex-start;
  padding: 4px 0 4px 20px;
}
.header .nav-dropdown .nav-rt-prt ul li ul li a {
  color: #000;
  font-size: 14px !important;
  padding: 0;
}
.header .nav-dropdown .nav-rt-prt ul li ul li:hover a {
  color: #ccc;
}
.header .nav-dropdown .nav-rt-prt ul li ul li:before {
  content: "\f192";
  font-family: Fontawesome;
  position: absolute;
  left: 0;
  font-size: 15px;
  color: #000;
  transition: all ease-in-out 0.5s;
}
.header .nav-dropdown .nav-rt-prt ul li ul li:hover:before {
  color: #000;
}
.header .nav-dropdown .nav-rt-prt ul li a {
  padding: 6px 0;
  color: #ccc;
}
.header .dropworn-arrow {
  top: 8px;
}
.header .navigation-menu ul li.menu-dropdown-icon:hover .nav-dropdown {
  animation: slide-top 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s both;
}
.header .navigation-menu ul li.menu-dropdown-icon:hover .dropworn-arrow {
  animation: slide-top 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s both;
}
.header .navigation-menu ul li.menu-dropdown-icon:hover .nav-dropdown {
  animation: slide-top 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s both;
  margin-top: -8px;
}

/*---- Menu ---*/
.wrapperModal {
  height: 100vh;
  /* This part is important for centering the content */
  display: flex;
  align-items: center;
  justify-content: center;
  /* End center */
  background: linear-gradient(to right, #834d9b, #d04ed6);
}

.wrapperModal a {
  display: inline-block;
  text-decoration: none;
  padding: 15px;
  background-color: #fff;
  border-radius: 3px;
  text-transform: uppercase;
  color: #585858;
  font-family: "Roboto", sans-serif;
}

.wrapperModal.modal {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(77, 77, 77, 0.7);
  transition: all 0.4s;
}

.wrapperModal .modal:target {
  visibility: visible;
  opacity: 1;
}

.wrapperModal .modal__content {
  border-radius: 4px;
  position: relative;
  width: 500px;
  max-width: 90%;
  background: #fff;
  padding: 1em 2em;
}

.wrapperModal .modal__footer {
  text-align: right;
}
.wrapperModal .modal__footer a {
  color: #585858;
}
.wrapperModal .modal__footer i {
  color: #d02d2c;
}

.wrapperModal .modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #585858;
  text-decoration: none;
}

.error404 {
  text-align: center;
}

.error404 img {
  max-width: 100%;
  max-height: 80vh;
}

.bannerSec {
  position: relative;
  color: #fff;
}
.bannerSec .bannerTxt {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  width: 1270px;
  z-index: 1;
}
.bannerSec h1 {
  font-size: 70px;
  font-weight: 700;
}
.bannerSec::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: #000000;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(253, 195, 26, 0) 100%);
  z-index: 0;
}

.aboutSec {
  position: relative;
  background: url(../images/bg1.jpg);
}
.aboutSec h2 {
  color: #083628;
}

.tstmnlBx {
  background: #E8F9EF;
  border-radius: 15px;
}
.tstmnlBx h5 {
  font-size: 24px;
  font-weight: 700;
  margin: 15px 0;
}

.testimonial-slider .item:nth-child(odd) .tstmnlBx {
  background: #F3F3F3;
  padding: 15px;
}

.testimonial-slider .item.active .tstmnlBx .tstmnlBx {
  background: #000;
}

.tstmnlBx img {
  max-width: 56px;
  margin-bottom: 20px;
}

.footer-section {
  background: #083628;
  color: #fff;
  text-align: center;
}
.footer-section .footerMenu {
  display: flex;
  justify-content: center;
  color: #fff;
  margin-bottom: 25px;
  margin-top: 25px;
  gap: 40px;
}
.footer-section .footerMenu a {
  color: #B0B8B6;
  text-transform: capitalize;
}
.footer-section .adressSec {
  display: flex;
  justify-content: center;
  gap: 40px;
  color: #B0B8B6;
  margin-bottom: 25px;
  margin-top: 25px;
  align-items: center;
}
.footer-section .adressSec a {
  color: #B0B8B6;
}
.footer-section .adressSec li {
  max-width: 300px;
  text-align: left;
  border-right: 1px solid #6B867E;
  padding-right: 40px;
}
.footer-section .adressSec li:last-child {
  border-right: 0;
}
.footer-section .adressSec i {
  font-size: 20px;
}
.footer-section .copyRight {
  color: #B0B8B6;
}
.footer-section .copyRight h6 {
  margin-bottom: 0;
}

.eventSec h3 {
  font-size: 32px;
  font-weight: 700;
}

.blogSec {
  position: relative;
}
.blogSec .blogLftBx {
  position: relative;
  overflow: hidden;
}
.blogSec .blogLftBx::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: #000000;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(253, 195, 26, 0) 100%);
  z-index: 0;
  border-radius: 20px;
}
.blogSec .blogLftBx .blogTxt {
  position: absolute;
  bottom: 20px;
  width: 100%;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: space-between;
  z-index: 1;
}
.blogSec .blogLftBx .blogTxt .left {
  max-width: 60%;
}
.blogSec .blogLftBx .blogTxt a {
  color: #fff;
}

.common-title h6 {
  color: #077454;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
}

.common-title h2 {
  font-weight: 700;
  font-size: 52px;
  font-weight: bold;
}

.productSec {
  position: relative;
}
.productSec .pdtxt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #F3F3F3;
  padding: 25px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.productSec .pdtxt h3 {
  font-size: 36px;
  font-weight: 700;
}
.productSec .pdtxt i {
  width: 53px;
  height: 53px;
  border-radius: 50%;
  color: #fff;
  background-color: #077454;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 19px;
}

.imagesec img {
  width: 100%;
}

.innerBanner {
  background-size: cover !important;
  height: 500px;
  background-attachment: fixed !important;
  background-position: bottom !important;
}

.contactSec .contact-item {
  text-align: left;
  display: inline-block;
  width: 100%;
  margin-top: 20px;
}

.contactSec .contact-item .icon-box {
  background: #077454 none repeat scroll 0 0;
  color: #fff;
  /* display: inline-block; */
  float: left;
  height: 50px;
  min-height: 50px;
  min-width: 50px;
  text-align: center;
  vertical-align: middle;
  width: 50px;
  margin-right: 20px;
}

.contactSec .contact-item .icon-box i {
  /* transform: rotate(
  -45deg
  ); */
  line-height: 50px;
  font-size: 18px;
}

.contactSec .contact-item .text-box {
  overflow: hidden;
}

.contactSec .contact-item h3 {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  /* margin: 20px 0 0; */
  line-height: 1.5;
  padding: 0;
  text-transform: uppercase;
  margin-bottom: 0;
}

.contactSec .contact-item p {
  color: #969393;
  font-size: 16px;
  font-weight: 300;
  /* margin: 10px 0 0; */
  line-height: 1.5;
  padding: 0;
}

/* Service Style 4 Css */
.style-4 .single-service {
  border: 1px solid #ddd;
  padding: 25px 40px;
  margin-bottom: 70px;
  box-shadow: 0 5px 30px -5px #ccc;
  position: relative;
  transition: 0.3s;
  text-align: center;
  min-height: 372px;
}

.style-4 .single-service i.fa {
  color: #077454;
  font-size: 30px;
  margin: 25px 0px;
  border: 1px solid #077454;
  text-align: center;
  border-radius: 50%;
  position: relative;
  width: 60px;
  height: 60px;
  line-height: 60px;
  transition: 0.5s;
}

.style-4 .single-service:after, .single-team:after {
  position: absolute;
  content: "";
  width: 0%;
  border-top: 3px solid #077454;
  left: 0;
  top: 0;
  border-left: 3px solid #077454;
  height: 0%;
  z-index: 2;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  transition: 0.5s;
}

.style-4 .single-service:before, .single-team:before {
  position: absolute;
  content: "";
  width: 0%;
  border-bottom: 3px solid #077454;
  right: 0;
  bottom: 0;
  border-right: 3px solid #077454;
  height: 0%;
  z-index: 2;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  transition: 0.5s;
}

.style-4 .single-service:hover:before, .single-service:hover:after {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
  height: 50%;
  width: 50%;
}

.style-4 .single-service:hover i.fa {
  background-color: #077454;
  border-color: #077454;
  color: #fff;
}

.style-4 .single-service h3 {
  position: relative;
  font-weight: 400;
  margin-top: 0px;
  padding-top: 20px;
  font-size: 22px;
}

.style-4 .single-service p {
  font-weight: 300;
}

.style-4 .single-service h3:before {
  position: absolute;
  content: "";
  width: 3px;
  height: 12px;
  background-color: #077454;
  top: -25px;
  left: 50%;
  margin-left: -1.5px;
}

.style-4 .single-service h3:after {
  position: absolute;
  content: "";
  width: 30px;
  height: 3px;
  background-color: #077454;
  left: 50%;
  margin-left: -15px;
  top: -13px;
}

.board-of-directors {
  padding: 50px 0;
}

.board-of-directors h3::first-letter {
  color: #077454;
  font-size: 32px;
}

.board-of-directors .rowBx .right {
  border-left: 1px solid #ccc;
}

.board-of-directors .rowBx .right p {
  line-height: 27px;
}/*# sourceMappingURL=main.css.map */

.testimonial-inner .tstmnlBx {
	background: #F3F3F3;
	padding: 15px;
}
.shadow.p-1.border img {
	width: 100%;
}
@media (min-width: 768px) and (max-width: 3000px) {
  #tribe-events-pg-template {
	padding-top: 120px;
}
}
.tribe-events-single-event-title {
	color: #077454;
}
