@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&family=Quicksand:wght@300;400;500;600;700&display=swap");
/* Define standard variables and values for website */
::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #FF7F0E;
}

::-webkit-scrollbar-thumb {
  background: #000;
}

::-moz-selection {
  color: #fff;
  background: #1A9847;
}

::selection {
  color: #fff;
  background: #1A9847;
}

body {
  width: 100%;
  float: left;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  overflow-x: hidden;
  position: relative;
}

.bigContainer {
  max-width: 1230px;
  margin: 0 auto;
  position: relative;
  padding: 0 15px;
}

header {
  width: 100%;
  position: absolute;
  z-index: 9999;
  transition: 0.4s ease-in-out;
}
header .headerInner {
  width: 100%;
  float: left;
}
header .headerInner .topLogo {
  float: left;
  width: 145px;
  transition: 0.4s ease-in-out;
}
header .headerInner .topLogo img {
  width: 100%;
}
header .headerInner .topNavListing {
  background-color: #fff;
  float: right;
  padding: 0 15px;
  margin: 39px 0 0 0;
  border-radius: 34px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  transition: 0.4s ease-in-out;
}
header .headerInner .topNavListing li {
  list-style: none;
  float: left;
  padding: 13px 15px;
  margin: 0 0 0 0;
  position: relative;
}
header .headerInner .topNavListing li a {
  font-family: Poppins;
  color: #000;
  text-decoration: none !important;
  text-transform: capitalize;
  position: relative;
  font-weight: 500;
  padding: 5px 0;
  float: left;
}
header .headerInner .topNavListing li a::after {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #1A9847;
  transform: scale(0);
  transition: 0.3s ease-in-out;
}
header .headerInner .topNavListing li a:hover {
  color: #1A9847;
}
header .headerInner .topNavListing li a:hover::after {
  transform: scale(1);
}
header .headerInner .topSbtn {
  float: right;
  background: linear-gradient(to right, #0F9347, #8CC542);
  color: #fff;
  font-family: Poppins;
  border: 2px solid #fff;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  text-decoration: none !important;
  text-transform: capitalize;
  font-size: 14px;
  padding: 14px 28px;
  margin: 39px 0 0 20px;
  border-radius: 33px;
  transition: 0.3s ease-in-out;
}
header .headerInner .topSbtn:hover {
  transform: scale(0.9);
}

header.sticky_header {
  position: fixed;
  background: #fff;
  padding: 7px 0;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
}
header.sticky_header ul.topNavListing {
  margin: 0;
  box-shadow: none;
  background-color: transparent !important;
}
header.sticky_header a.topSbtn {
  margin: 0 !important;
}
header.sticky_header a.topLogo {
  width: 80px !important;
}

.topSliderPart {
  width: 100%;
  float: left;
  padding: 0 0 0 0;
  float: left;
  background: #D6F3D2;
  position: relative;
}
.topSliderPart .container {
  max-width: 1100px !important;
}
.topSliderPart .topSlideInn {
  width: 100%;
  float: left;
  margin: 140px 0 70px 0;
  position: relative;
  z-index: 10;
}
.topSliderPart .topSlideInn .slidermain {
  float: right;
  position: relative;
  padding: 0 0 0 0;
  border: 4px solid #fff;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  height: 458px;
}
.topSliderPart .topSlideInn .slidermain img {
  width: 100%;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
}
.topSliderPart .topSlideInn .slidermain .carousel-indicators {
  bottom: -60px !important;
}
.topSliderPart .topSlideInn .slidermain .sliderctrlListing {
  position: absolute;
  right: 0;
  bottom: -51px;
}
.topSliderPart .topSlideInn .slidermain .sliderctrlListing i {
  color: #000;
  width: 30px;
  height: 30px;
  text-align: center;
  background: #fff;
  border-radius: 100%;
  font-size: 20px;
  padding: 4px 0;
}
.topSliderPart .topSlideInn .topmainText {
  float: left;
  position: relative;
  margin: 60px 0 0 0;
}
.topSliderPart .topSlideInn .topmainText article {
  width: 100%;
  float: left;
}
.topSliderPart .topSlideInn .topmainText article h1 {
  width: 100%;
  float: left;
  position: relative;
  margin: 0;
  font-family: Poppins;
  color: #000;
  font-size: 40px;
  font-weight: 400;
  line-height: 49px;
}
.topSliderPart .topSlideInn .topmainText article h1 strong {
  width: 100%;
  float: left;
  font-weight: 800;
}
.topSliderPart .topSlideInn .topmainText article p {
  width: 100%;
  float: left;
  font-family: Quicksand;
  font-weight: 500;
  color: #000;
  font-size: 16px;
  margin: 32px 0 0 0;
  line-height: 25px;
}
.topSliderPart .topSlideInn .topmainText article a {
  font-family: Quicksand;
  color: #fff;
  background: #7F6000;
  text-transform: capitalize;
  font-size: 16px;
  float: left;
  margin: 15px 0 0 0;
  text-decoration: none !important;
  padding: 14px 32px;
  font-weight: 600;
  border-radius: 29px;
  transition: 0.4s ease-in-out;
}
.topSliderPart .topSlideInn .topmainText article a:hover {
  background: #1A9847;
}
.topSliderPart .topSlideInn .topSListing {
  position: absolute;
  width: 20px;
  height: auto;
  right: -65px;
  padding: 0;
  top: 75px;
}
.topSliderPart .topSlideInn .topSListing li {
  width: 100%;
  float: left;
  list-style: none;
  margin: 30px 0 0 0;
}
.topSliderPart .topSlideInn .topSListing li a {
  width: 100%;
  float: left;
  text-align: center;
}
.topSliderPart .topSlideInn .topSListing li a i {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.3);
}

.topSliderPart:after {
  content: "";
  width: 37%;
  position: absolute;
  height: 100%;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom right, #8CC542, #0F9347);
}

.serviceBlock {
  width: 100%;
  float: left;
}
.serviceBlock .servicesInn {
  width: 100%;
  float: left;
  margin: 100px 0;
}
.serviceBlock .servicesInn h2 {
  width: 100%;
  float: left;
  font-family: Poppins;
  text-align: center;
  margin: 0 0 30px 0;
  color: #000;
  font-size: 32px;
  font-weight: 600;
}
.serviceBlock .servicesInn h2 small {
  max-width: 800px;
  margin: 25px auto 0;
  display: block;
  font-size: 15px;
  line-height: 24px;
}
.serviceBlock .servicesInn .serviceList {
  width: 100%;
  float: left;
  position: relative;
  padding: 0 8px;
}
.serviceBlock .servicesInn .serviceList picture {
  width: 100%;
  float: left;
  text-align: center;
}
.serviceBlock .servicesInn .serviceList picture i {
  width: 120px;
  height: 120px;
  display: inline-block;
  border-radius: 100%;
  background-color: #fff;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  font-size: 38px;
  padding: 42px 0;
  color: #1A9847;
}
.serviceBlock .servicesInn .serviceList h4 {
  width: 100%;
  float: left;
  text-align: center;
  font-family: Poppins;
  color: #000;
  font-weight: 600;
  font-size: 16px;
  margin: 25px 0 0 0;
}
.serviceBlock .servicesInn .serviceList h4 small {
  width: 100%;
  float: left;
  margin: 12px 0 0 0;
  line-height: 18px;
  color: #333;
  font-weight: 500;
}

.aboutWrap {
  width: 100%;
  float: left;
  position: relative;
  background: linear-gradient(to bottom right, #8CC542, #0F9347);
}
.aboutWrap .aboutImg {
  float: left;
  height: auto;
  padding: 0;
}
.aboutWrap .aboutImg picture {
  width: 100%;
  float: left;
  height: 485px;
  overflow: hidden;
}
.aboutWrap .aboutImg picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.aboutWrap .aboutText {
  float: left;
}
.aboutWrap .aboutText article {
  width: 100%;
  float: left;
  padding: 40px 45px;
}
.aboutWrap .aboutText article h2 {
  width: 100%;
  float: left;
  font-family: Poppins;
  color: #fff;
  font-weight: 600;
  font-size: 37px;
  margin: 0 0 15px 0;
}
.aboutWrap .aboutText article p {
  width: 100%;
  float: left;
  font-family: Quicksand;
  color: #fff;
  font-weight: 500;
  font-size: 17px;
  margin: 7px 0;
}
.aboutWrap .aboutText article a {
  font-family: Quicksand;
  color: #1A9847;
  background: #fff;
  text-transform: capitalize;
  font-size: 16px;
  float: left;
  margin: 15px 0 0 0;
  text-decoration: none !important;
  padding: 14px 32px;
  font-weight: 600;
  border-radius: 29px;
}

.mediaListing {
  width: 100%;
  float: left;
}
.mediaListing .mediaListigInner {
  width: 100%;
  float: left;
  margin: 100px 0;
}
.mediaListing .mediaListigInner h2 {
  width: 100%;
  float: left;
  font-family: Poppins;
  text-align: center;
  margin: 0 0 40px 0;
  color: #000;
  font-size: 32px;
  font-weight: 600;
}
.mediaListing .mediaListigInner h2 small {
  max-width: 800px;
  margin: 25px auto 0;
  display: block;
  font-size: 15px;
  line-height: 24px;
}
.mediaListing .mediaListigInner .mediaBlock {
  width: 100%;
  float: left;
  padding: 0 10px;
}
.mediaListing .mediaListigInner .mediaBlock picture {
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  height: 366px;
}
.mediaListing .mediaListigInner .mediaBlock picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mediaListing .mediaListigInner .mediaBlock picture h4 {
  position: absolute;
  z-index: 10;
  color: #fff;
  padding: 0 20px;
  bottom: 25px;
  margin: 0 0;
  width: 100%;
  font-family: Poppins;
  line-height: 26px;
}
.mediaListing .mediaListigInner .mediaBlock picture h4 small {
  width: 100%;
  float: left;
  color: #cacaca;
  margin: 15px 0px 0 0;
  font-size: 12px;
}
.mediaListing .mediaListigInner .mediaBlock picture i {
  color: #fff;
  font-size: 19px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  z-index: 12;
  position: absolute;
  width: 50px;
  height: 50px;
  border: 4px solid #fff;
  text-align: center;
  border-radius: 100%;
  padding: 11px 0;
  text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  transition: 0.3s ease-in-out;
}
.mediaListing .mediaListigInner .mediaBlock picture i:hover {
  color: #FF7F0E;
  transform: translate(-50%, -50%) scale(1.1);
}
.mediaListing .mediaListigInner .mediaBlock picture:after {
  width: 100%;
  height: 90%;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
}

.popUpContactWrap {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99999;
  padding: 10px 10px;
  display: none;
}

.popupContaictMain {
  max-width: 600px;
  margin: auto auto;
}

.popupContaictMain main {
  width: 100%;
  float: left;
  background: #fff;
  margin: 65px 0 0 0;
  padding: 0px 0px;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.3);
  opacity: 0;
  transform: scale(1.4);
  transition: 0.3s ease-in-out;
  position: relative;
}
.popupContaictMain main i {
  position: absolute;
  cursor: pointer;
  right: -5px;
  top: -7px;
  font-size: 19px;
  width: 40px;
  height: 40px;
  text-align: center;
  background: #e02b2b;
  border-radius: 100%;
  padding: 10px 0;
  color: #fff;
}

.popupContaictMain main iframe {
  width: 100%;
  height: 420px;
  -o-object-fit: cover;
     object-fit: cover;
}

.activePop main {
  opacity: 1;
  transform: scale(1);
}

.eventsBlock {
  width: 100%;
  float: left;
  background: #F2F2F2;
}
.eventsBlock .EventsInn {
  width: 100%;
  float: left;
  margin: 70px 0;
  text-align: center;
}
.eventsBlock .EventsInn h2 {
  width: 100%;
  float: left;
  font-family: Poppins;
  text-align: center;
  margin: 0 0 40px 0;
  color: #000;
  font-size: 32px;
  font-weight: 600;
}
.eventsBlock .EventsInn .eBlock {
  float: left;
  margin: 30px 0 0 0;
}
.eventsBlock .EventsInn .eBlock .eBlockInner {
  width: 100%;
  float: left;
  position: relative;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
}
.eventsBlock .EventsInn .eBlock .eBlockInner .ebTag {
  position: absolute;
  top: 13px;
  right: -18px;
  background: #FF7F0E;
  color: #fff;
  font-family: Quicksand;
  text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  font-size: 16px;
  font-weight: 700;
  padding: 6px 17px;
}
.eventsBlock .EventsInn .eBlock .eBlockInner .ebTag:after {
  content: "";
  position: absolute;
  width: 18px;
  height: 40px;
  background-image: url(../images/after.png);
  background-repeat: no-repeat;
  margin: 28px 0 0 -1px;
  background-size: 100%;
  background-position: 0 -3px;
}
.eventsBlock .EventsInn .eBlock .eBlockInner picture {
  width: 100%;
  float: left;
  height: 245px;
  overflow: hidden;
}
.eventsBlock .EventsInn .eBlock .eBlockInner picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.eventsBlock .EventsInn .eBlock .eBlockInner h4 {
  width: 100%;
  float: left;
  background: #fff;
  margin: 0 0 0 0;
  text-align: center;
  font-family: Quicksand;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  padding: 18px 11px;
  height: 80px;
  overflow: hidden;
}
.eventsBlock .EventsInn .erBtn {
  display: inline-block;
  background: linear-gradient(to right, #0F9347, #8CC542);
  color: #fff;
  font-family: Poppins;
  border: 2px solid #fff;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  text-decoration: none !important;
  text-transform: capitalize;
  font-size: 16px;
  padding: 14px 28px;
  margin: 30px 0 0 0px;
  border-radius: 33px;
  transition: 0.3s ease-in-out;
}
.eventsBlock .EventsInn .erBtn:hover {
  transform: scale(0.9);
}

.getTouchWrap {
  width: 100%;
  float: left;
  margin: 130px 0 70px 0;
}
.getTouchWrap .smallContainer {
  max-width: 900px;
  margin: 0 auto;
}
.getTouchWrap .smallContainer .mainTouch {
  width: 100%;
  float: left;
  background-image: linear-gradient(to bottom right, #8CC542, #0F9347);
}
.getTouchWrap .smallContainer .mainTouch .contactForm {
  float: left;
  background: #fff;
  padding: 0;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  transform: translate(-50px, -50px);
}
.getTouchWrap .smallContainer .mainTouch .contactForm main {
  width: 100%;
  float: left;
  padding: 40px 50px;
}
.getTouchWrap .smallContainer .mainTouch .contactForm main h3 {
  width: 100%;
  float: left;
  font-family: Poppins;
  margin: 0 0 15px 0;
  font-weight: 700;
}
.getTouchWrap .smallContainer .mainTouch .contactForm main form {
  width: 100%;
  float: left;
}
.getTouchWrap .smallContainer .mainTouch .contactForm main form .usr {
  width: 100%;
  float: left;
  background: #fff;
  border: 1px solid #B1B1B1;
  color: #000;
  padding: 15px 15px;
  margin: 15px 0 0 0;
  font-family: Poppins;
  outline: none !important;
}
.getTouchWrap .smallContainer .mainTouch .contactForm main form textarea.usr {
  height: 120px;
  outline: none !important;
}
.getTouchWrap .smallContainer .mainTouch .contactForm main form button {
  float: left;
  background: #7F6000;
  color: #fff;
  font-family: Poppins;
  outline: none !important;
  border: 0;
  text-align: center;
  padding: 15px 30;
  margin: 15px 0 0 0;
  text-transform: uppercase;
  font-weight: 600;
}
.getTouchWrap .smallContainer .mainTouch .contactForm main form .g-recaptcha {
  width: auto;
  float: right !important;
  margin: 14px 0 -20px 0;
}
.getTouchWrap .smallContainer .mainTouch .contactDetails {
  float: left;
  margin: 130px 0 0 0;
}
.getTouchWrap .smallContainer .mainTouch .contactDetails p {
  width: 100%;
  float: left;
  color: #fff;
  font-family: Quicksand;
  font-size: 16px;
  font-weight: 600;
  margin: 7px 0;
}
.getTouchWrap .smallContainer .mainTouch .contactDetails p i {
  width: 35px;
  height: 35px;
  background: #fff;
  color: #000;
  font-size: 17px;
  text-align: center;
  border-radius: 100%;
  padding: 8px 0;
  margin: 0 7px 0 0px;
}
.getTouchWrap .smallContainer .mainTouch .contactDetails p i.fa-map-marker-alt {
  float: left;
}

footer {
  width: 100%;
  float: left;
  position: relative;
  background-color: #1D1D1D;
}
footer .footerInner {
  width: 100%;
  float: left;
  margin: 75px 0;
}
footer .footerInner .footBlock {
  float: left;
}
footer .footerInner .footBlock article {
  width: 100%;
  float: left;
}
footer .footerInner .footBlock article a.footLogo {
  width: 150px;
  float: left;
  margin: 0 0 0px 0;
}
footer .footerInner .footBlock article a.footLogo img {
  width: 100%;
}
footer .footerInner .footBlock article p {
  width: 100%;
  float: left;
  font-family: Poppins;
  color: #D5D5D5;
  margin: 0 0 0 0;
  font-size: 13px;
}
footer .footerInner .footBlock article ul {
  width: 100%;
  float: left;
  padding: 0 0 0 18px;
  margin: 40px 0 0 0;
}
footer .footerInner .footBlock article ul li {
  width: 33%;
  float: left;
  list-style: none;
  margin: 15px 0 0 0;
}
footer .footerInner .footBlock article ul li a {
  width: 100%;
  float: left;
  font-family: Poppins;
  color: #fff;
  font-size: 15px;
  text-transform: capitalize;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}
footer .footerInner .footBlock article ul li a:hover {
  color: #FF7F0E;
}
footer .footerInner .footBlock article h5 {
  width: 100%;
  float: left;
  font-family: Poppins;
  color: #fff;
  text-align: right;
  margin: 53px 0 10px 0;
  font-size: 16px;
}
footer .footerInner .footBlock article span {
  width: 100%;
  float: left;
  text-align: right;
}
footer .footerInner .footBlock article span a {
  position: relative;
  margin: 9px 0px 0 8px;
  display: inline-block;
}
footer .footerInner .footBlock article span a i {
  background-color: rgba(255, 255, 255, 0.4);
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 19px;
  display: inline-block;
  padding: 10px 0 0 0;
  border-radius: 100%;
  transition: 0.3s ease-in-out;
}
footer .footerInner .footBlock article span a img {
  width: auto;
  height: 34px;
}
footer .footerInner .footBlock article span a:hover i {
  background-color: #FF7F0E;
  color: #fff;
}

.footerBottom {
  width: 100%;
  float: left;
  color: #c3c3c3;
  font-family: Poppins;
  border-top: 1px solid #4e4e4e;
  margin: 30px 0 0 0;
  padding: 15px 0 0 0;
  text-align: right;
}
.footerBottom b {
  color: #FF7F0E;
}
.footerBottom a {
  color: #fff;
  transition: 0.3s ease-in-out;
  text-decoration: none !important;
}
.footerBottom a:hover {
  color: #FF7F0E;
}

.toggle_icon {
  display: none;
}

/************************** about page styes *************************/
.EventHeadBac h1 {
  margin: 172px 0 75px 0 !important;
}

.innerHeader {
  width: 100%;
  float: left;
  position: relative;
  background: url(../images/innerHeadBac.png);
  background-size: cover;
  background-position: top;
  overflow: hidden;
}
.innerHeader h1 {
  width: 100%;
  float: left;
  font-family: Poppins;
  font-size: 45px;
  color: #fff;
  text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  text-align: center;
  font-weight: 700;
  margin: 250px 0 175px 0;
  position: relative;
  z-index: 10;
}
.innerHeader h1 small {
  width: 100%;
  float: left;
  color: #fff;
  font-size: 18px;
  margin: 10px 0 0 0;
}

.innerHeader:after {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  content: "";
  background-image: linear-gradient(to bottom right, rgba(140, 197, 66, 0.84), rgba(15, 141, 68, 0.89));
}

.aboutInnWrap {
  width: 100%;
  float: left;
  position: relative;
}
.aboutInnWrap .aboutInn {
  width: 100%;
  float: left;
  margin: 20px 0 55px 0;
}
.aboutInnWrap .aboutInn main {
  width: 100%;
  float: left;
  margin: 15px 0;
}
.aboutInnWrap .aboutInn main .abtPicWrp {
  float: left;
  position: relative;
  padding: 0;
  margin-top: -120px;
  margin-bottom: 30px;
}
.aboutInnWrap .aboutInn main .abtPicWrp picture {
  width: 100%;
  float: left;
  /*height: 620px;*/
}
.aboutInnWrap .aboutInn main .abtPicWrp picture img {
  width: 100%;
  /*height: 100%;
  object-fit: cover;
  object-position: top;*/
}
.aboutInnWrap .aboutInn main .abtTxtWrp {
  float: right;
  padding: 0;
}
.aboutInnWrap .aboutInn main .abtTxtWrp ul {
  width: 100%;
  float: left;
  padding: 0;
  margin: -10px 0 0px 0;
}
.aboutInnWrap .aboutInn main .abtTxtWrp ul li {
  width: 100%;
  float: left;
  list-style: none;
  background-image: url(../images/checkIcon.png);
  background-size: 22px;
  background-repeat: no-repeat;
  min-height: 30px;
  padding: 0 0 0 29px;
  margin: 2px 0 0 0;
}
.aboutInnWrap .aboutInn main .abtTxtWrp ul li p {
  margin: unset;
  line-height: 23px !important;
  color: #4e4e4e;
  font-weight: 500;
}
.aboutInnWrap .aboutInn main .abtTxtWrp article {
  width: 100%;
  float: left;
}
.aboutInnWrap .aboutInn main .abtTxtWrp article h2 {
  width: 100%;
  float: left;
  font-family: Poppins;
  color: #000;
  font-size: 24px;
  margin: 0 0 0 0;
  font-weight: 500;
}
.aboutInnWrap .aboutInn main .abtTxtWrp article p {
  width: 100%;
  float: left;
  font-family: Quicksand;
  font-size: 14px;
  color: #444;
  font-weight: 600;
  margin: 21px 0 0 0;
  line-height: 24px;
}
.aboutInnWrap .aboutInn main .abtTxtWrp article .listingBoxwrap {
  width: 100%;
  float: left;
  margin: 30px 0 0 0;
}
.aboutInnWrap .aboutInn main .abtTxtWrp article .listingBoxwrap h3 {
  width: 100%;
  float: left;
  font-size: Poppins;
  color: #000;
  font-size: 18px;
  margin: 0 0 0 0;
  font-weight: 500;
}
.aboutInnWrap .aboutInn .aboutDrlim {
  width: 100%;
  float: left;
  margin: 60px 0 0 0;
}
.aboutInnWrap .aboutInn .aboutDrlim .abtPicWrp {
  float: right;
  margin-top: 0 !important;
}
.aboutInnWrap .aboutInn .aboutDrlim .abtTxtWrp {
  float: left;
}

.servicesInnmain {
  width: 100%;
  float: left;
}
.servicesInnmain .servicesContainMain {
  width: 100%;
  float: left;
  margin: 60px 0 0 0;
}
.servicesInnmain .servicesContainMain h4 {
  width: 100%;
  float: left;
  font-family: Quicksand;
  color: #000;
  margin: 0 0 0 0;
  font-weight: 700;
}
.servicesInnmain .servicesContainMain p {
  width: 100%;
  float: left;
  margin: 0 0;
  font-family: Quicksand;
  font-weight: 500;
}
.servicesInnmain .servicesContainMain ul {
  width: 100%;
  float: left;
  padding: 0;
  margin: 20px 0 20px 0;
}
.servicesInnmain .servicesContainMain ul li {
  width: 100%;
  float: left;
  list-style: none;
  background-image: url(../images/checkIcon.png);
  background-size: 22px;
  background-repeat: no-repeat;
  min-height: 30px;
  padding: 0 0 0 29px;
  margin: 2px 0 0 0;
}
.servicesInnmain .servicesContainMain ul li p {
  margin: unset;
  line-height: unset;
  font-family: Quicksand;
  font-weight: 600;
}
.servicesInnmain .servicesContainMain .containBlock {
  width: 100%;
  float: left;
  margin: 25px 0 0 0;
}

.innerpageWrap {
  width: 100%;
  float: left;
}
.innerpageWrap .innerContain {
  width: 100%;
  float: left;
  position: relative;
  margin: 60px 0 0 0;
}

.detailsblock {
  float: left;
  margin: 0 0 20px 0;
}
.detailsblock h1 {
  text-align: left !important;
}
.detailsblock main {
  width: 100%;
  float: left;
}
.detailsblock main picture {
  width: 100%;
  float: left;
  height: auto;
  overflow: hidden;
  position: relative;
}
.detailsblock main picture h4 {
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 20px 20px;
  color: #fff;
  font-family: Poppins;
  margin: 0 0 0 0;
  z-index: 10;
  font-size: 22px;
  display: none;
}
.detailsblock main picture h4 small {
  width: 100%;
  float: left;
  font-family: Quicksand;
  color: #f7f7f7;
  margin: 8px 0 0 0;
}
.detailsblock main picture img {
  width: 100%;
  height: auto;
}
.detailsblock main picture::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  left: 0;
  bottom: 0;
  display: none;
}
.detailsblock main article {
  width: 100%;
  float: left;
  margin: 25px 0 0 0;
}
.detailsblock main article h1 {
  width: 100%;
  float: left;
  font-family: Poppins;
  margin: 0 0 30px 0 !important;
  font-size: 28px;
  font-weight: 700;
  border-left: 3px solid #FF7F0E;
  padding-left: 10px;
  color: #000;
}
.detailsblock main article p {
  width: 100%;
  float: left;
  font-family: Quicksand;
  font-weight: 500;
  color: #4c4c4c;
  font-size: 16px;
}

.smallListingwrap {
  float: right;
  position: sticky;
  top: 85px;
}
.smallListingwrap main {
  width: 100%;
  float: left;
}
.smallListingwrap main h2 {
  width: 100%;
  float: left;
  font-family: Poppins;
  margin: 0 0 30px 0;
  font-size: 23px;
  font-weight: 700;
  border-left: 3px solid #FF7F0E;
  padding-left: 10px;
  color: #000;
}
.smallListingwrap main .listingBlock:first-child {
  border: 0 !important;
  padding-top: 0 !important;
}
.smallListingwrap main .listingBlock {
  width: 100%;
  float: left;
  padding: 25px 0;
  border-top: 1px solid #ececec;
}
.smallListingwrap main .listingBlock picture {
  width: 35%;
  height: 80px;
  float: left;
  overflow: hidden;
}
.smallListingwrap main .listingBlock picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s ease-in-out;
}
.smallListingwrap main .listingBlock article {
  width: 64%;
  float: right;
  padding: 0 10px;
}
.smallListingwrap main .listingBlock article h4 {
  width: 100%;
  float: left;
  font-family: Poppins;
  color: #000;
  font-size: 15px;
  margin: 0 0 0 0;
}
.smallListingwrap main .listingBlock article h4 small {
  width: 100%;
  float: left;
  margin: 8px 0;
  color: #FF7F0E;
}
.smallListingwrap main .listingBlock article p {
  width: 100%;
  float: left;
  font-family: Poppins;
  color: #a0a0a0;
  font-size: 13px;
  margin: 0px 0 0 0;
  overflow: hidden;
  height: 36px;
  transition: 0.3s ease-in-out;
}
.smallListingwrap main .listingBlock:hover {
  background-color: transparent;
}
.smallListingwrap main .listingBlock:hover p {
  color: rgb(180, 12, 12) !important;
}
.smallListingwrap main .listingBlock:hover img {
  transform: scale(1.3);
}

.Innpage {
  position: relative;
  background-color: #f7f7f7;
}
.Innpage .mediaListigInner {
  margin: 65px 0 !important;
}
.Innpage .videoinnListing {
  float: left;
  position: relative;
  margin: 10px 0;
}
.Innpage .videoinnListing .mediaBlock {
  padding: 0 0;
}

.onLoadPopWrap {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 9999;
  top: 0;
  left: 0;
  display: none;
  padding: 0 15px;
}
.onLoadPopWrap .onloadPopContain {
  width: 500px;
  position: absolute;
  height: auto;
  background-color: #fff;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 12px;
  padding: 35px 0px;
  transition: 0.5s ease-in-out;
  opacity: 0;
}
.onLoadPopWrap .onloadPopContain.active {
  top: 50%;
  opacity: 1;
}
.onLoadPopWrap .onloadPopContain h2 {
  width: 100%;
  float: left;
  font-family: Poppins;
  margin: 0px 0 25px 0;
  text-align: center;
  font-size: 22px;
  color: #000;
  padding: 0 0 25px 0;
  border-bottom: 1px solid #ddd;
}
.onLoadPopWrap .onloadPopContain h2 small {
  width: 100%;
  float: left;
  color: #45ba87;
  margin: 0 0 12px 0;
  font-weight: 600;
  font-size: 18px;
}
.onLoadPopWrap .onloadPopContain .closeIcon {
  position: absolute;
  font-size: 25px;
  right: 18px;
  top: 12px;
  -webkit-text-stroke: 2.6px #fff;
  color: #9f9f9f;
  cursor: pointer;
}
.onLoadPopWrap .onloadPopContain article {
  width: 100%;
  float: left;
  padding: 0 35px;
}
.onLoadPopWrap .onloadPopContain article h4 {
  width: 100%;
  float: left;
  margin: 0 0 15px 0;
  font-family: Quicksand;
  text-align: center;
  font-weight: 600;
}
.onLoadPopWrap .onloadPopContain article p {
  width: 100%;
  float: left;
  margin: 4px 0;
  font-family: Quicksand;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
}

#sb-container {
  z-index: 9999 !important;
}

#sb-info {
  height: auto !important;
  position: absolute !important;
  right: -10px;
  top: 10px;
}
#sb-info #sb-nav {
  height: auto !important;
}
#sb-info #sb-nav #sb-nav-close {
  width: 30px !important;
  height: 30px !important;
  background-position: center;
  padding: 0 0 !important;
  background-color: #f00;
  background-image: url(../images/close.png);
  border-radius: 100% !important;
  transition: 0.3s ease-in-out;
}
#sb-info #sb-nav #sb-nav-close:hover {
  background-color: #980000;
}/*# sourceMappingURL=style.css.map */