/* common css strats here */

ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

/* ul li {list-style-type:none; padding:0px;} */

/* a.customize{text-decoration:none;}/* for removing underline for anchor*/

a {
  text-decoration: none !important;
} /* for removing underline for anchor*/

button:focus {
  outline: 0px !important;
}

a:hover {
  text-decoration: none;
}

textarea {
  resize: none;
}

.w-100 {
  width: 100%;
}

.w-auto {
  width: auto !important;
}

.h-100 {
  height: 100%;
}

.h-50p {
  height: 50px;
}

/* for display */

.d-inline-flex {
  display: inline-flex;
} /* for display inline */

.d-inline-block {
  display: inline-block;
}

.d-flex {
  display: flex;
} /* for display inline */
/* for display inline */

/* for positions */

.pos-relative {
  position: relative;
}

.pos-absolute {
  position: absolute;
}

/* padding styles */

.p-0 {
  padding: 0px;
}

.p-5p {
  padding: 5px;
}

.p-10p {
  padding: 10px;
}

.p-15p {
  padding: 15px;
}

.p-20p {
  padding: 20px;
}

.p-30p {
  padding: 30px;
}

.p-40p {
  padding: 40px;
}

.pt-5p {
  padding-top: 5px;
}

.pt-10p {
  padding-top: 10px;
}

.pt-15p {
  padding-top: 15px;
}

.pt-20p {
  padding-top: 20px;
}

.pt-40p {
  padding-top: 40px;
}

.pt-50p {
  padding-top: 50px;
}

.ptb-5p {
  padding-top: 5px;
  padding-bottom: 5px;
}

.ptb-10p {
  padding-top: 10px;
  padding-bottom: 10px;
}

.ptb-15p {
  padding-top: 15px;
  padding-bottom: 15px;
}

.ptb-20p {
  padding-top: 20px;
  padding-bottom: 20px;
}

.ptb-25p {
  padding-top: 25px;
  padding-bottom: 25px;
}

.ptb-30p {
  padding-top: 30px;
  padding-bottom: 30px;
}

.ptb-40p {
  padding-top: 40px;
  padding-bottom: 40px;
}

.ptb-50p {
  padding-top: 50px;
  padding-bottom: 50px;
}

.ptb-60p {
  padding-top: 60px;
  padding-bottom: 60px;
}

.ptb-70p {
  padding-top: 70px;
  padding-bottom: 70px;
}

.plr-10p {
  padding-left: 10px;
  padding-right: 10px;
}

.plr-20p {
  padding-left: 20px;
  padding-right: 20px;
}

.plr-30p {
  padding-left: 30px;
  padding-right: 30px;
}

.pb-10p {
  padding-bottom: 10px;
}

.pb-15p {
  padding-bottom: 15px;
}

.pb-20p {
  padding-bottom: 20px;
}

.pb-30p {
  padding-bottom: 30px;
}

.pb-40p {
  padding-bottom: 40px;
}

.pb-60p {
  padding-bottom: 60px;
}

.pb-80p {
  padding-bottom: 80px;
}

.ptb-4060p {
  padding-top: 40px;
  padding-bottom: 60px;
}

.pr-0p {
  padding-right: 0px;
}

.pl-0p {
  padding-left: 0px;
}

.pl-10p {
  padding-left: 10px;
}

.pl-15p {
  padding-left: 15px;
}

.pl-20p {
  padding-left: 20px;
}

.pl-25p {
  padding-left: 25px;
}

.pl-40p {
  padding-left: 40px;
}

.pl-50p {
  padding-left: 50px;
}

.pr-20p {
  padding-right: 20px;
}

.pr-30p {
  padding-right: 30px;
}

.pr-40p {
  padding-right: 40px;
}

.pr-50p {
  padding-right: 50px;
}

/* margin styles */

.mlr-auto {
  margin-left: auto;
  margin-right: auto;
}

.ml-auto {
  margin-left: auto;
}

.m-0 {
  margin: 0px;
}

.m-15p {
  margin: 15px;
}

.m-lr-auto {
  margin: 0px auto;
}

.mt-5p {
  margin-top: 5px;
}

.mt-10p {
  margin-top: 10px;
}

.mt-15p {
  margin-top: 15px;
}

.mt-20p {
  margin-top: 20px;
}

.mt-25p {
  margin-top: 25px;
}

.mt-30p {
  margin-top: 30px;
}

.mt-40p {
  margin-top: 40px;
}

.mt-50p {
  margin-top: 50px;
}

.mt-60p {
  margin-top: 60px;
}

.mt-70p {
  margin-top: 70px;
}

.mt-80p {
  margin-top: 80px;
}

.mt-90p {
  margin-top: 90px;
}

.mt-100p {
  margin-top: 100px;
}

.mt-120p {
  margin-top: 120px;
}

.mt-130p {
  margin-top: 130px;
}

.mt-220p {
  margin-top: 220px;
}

.mb-0p {
  margin-bottom: 0px;
}

.mb-5p {
  margin-bottom: 5px;
}

.mb-10p {
  margin-bottom: 10px;
}

.mb-15p {
  margin-bottom: 15px;
}

.mb-20p {
  margin-bottom: 20px;
}

.mb-25p {
  margin-bottom: 25px;
}

.mb-30p {
  margin-bottom: 30px;
}

.mb-40p {
  margin-bottom: 40px;
}

.mb-60p {
  margin-bottom: 60px;
}

.mb-70p {
  margin-bottom: 70px;
}

.mb-80p {
  margin-bottom: 80px;
}

.mb-100p {
  margin-bottom: 100px;
}

.mtb-2040p {
  margin-top: 20px;
  margin-bottom: 40px;
}

.mtb-5p {
  margin-top: 5px;
  margin-bottom: 5px;
}

.mtb-10p {
  margin-top: 10px;
  margin-bottom: 10px;
}

.mtb-15p {
  margin-top: 15px;
  margin-bottom: 15px;
}

.mtb-20p {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mtb-30p {
  margin-top: 30px;
  margin-bottom: 30px;
}

.mtb-40p {
  margin-top: 40px;
  margin-bottom: 40px;
}

.mtb-50p {
  margin-top: 50px;
  margin-bottom: 50px;
}

.mtb-60p {
  margin-top: 60px;
  margin-bottom: 60px;
}

.mlr-10p {
  margin-left: 10px;
  margin-right: 10px;
}

.mlr-20p {
  margin-left: 20px;
  margin-right: 20px;
}

.ml-5p {
  margin-left: 5px;
}

.ml-10p {
  margin-left: 10px;
}

.ml-15p {
  margin-left: 15px;
}

.ml-20p {
  margin-left: 20px;
}

.ml-50p {
  margin-left: 50px;
}

.mr-5p {
  margin-right: 5px;
}

.mr-10p {
  margin-right: 10px;
}

.mr-15p {
  margin-right: 15px;
}

.mr-20p {
  margin-right: 20px;
}

.mr-30p {
  margin-right: 30px;
}

.mr-40p {
  margin-right: 40px;
}

.mr-50p {
  margin-right: 50px;
}

/* for box shadow */

/* for border radius  */

.brad-0 {
  border-radius: 0;
}

.brad-50 {
  border-radius: 50px;
}

/* for borders  */

.br-0p {
  border: 0;
}

/* for letter spacing  */

.ls-1p {
  letter-spacing: 1px;
}

.ls-2p {
  letter-spacing: 2px;
}

.ls-4p {
  letter-spacing: 4px;
}

/* for text-patterns*/

.txt-up {
  text-transform: uppercase;
}

.txt-cap {
  text-transform: capitalize;
}

.txt-undline {
  text-decoration: underline !important;
}

/* for text colors */

.text-black {
  color: #000000 !important;
}

.text-white {
  color: #ffffff;
}

.text-color {
  color: #232323;
}

/* for backgorund colors */

.bg-white {
  background-color: white;
}

.bg-black {
  background-color: #000000;
}

.bg-trans {
  background: transparent;
}

/* for text-alignment*/

.align-items {
  align-items: center;
}

.align-flex-end {
  align-items: flex-end;
}

.justify-space {
  justify-content: space-between;
}

.justify-center {
  justify-content: center;
}

.justify-flex-end {
  justify-content: flex-end;
}

.wh-space {
  white-space: pre-line;
}

.obj-fit {
  object-fit: cover;
}

/* for font-size */

.font10 {
  font-size: 10px;
}

.font11 {
  font-size: 11px;
}

.font12 {
  font-size: 12px;
}

.font13 {
  font-size: 13px;
}

.font14 {
  font-size: 14px;
}

.font15 {
  font-size: 15px;
}

.font16 {
  font-size: 16px;
}

.font17 {
  font-size: 17px;
}

.font18 {
  font-size: 18px;
}

.font19 {
  font-size: 19px;
}

.font20 {
  font-size: 20px;
}

.font22 {
  font-size: 22px;
}

.font23 {
  font-size: 23px;
}

.font24 {
  font-size: 24px;
}

.font26 {
  font-size: 26px;
}

.font28 {
  font-size: 28px;
}

.font30 {
  font-size: 30px;
}

.font34 {
  font-size: 34px;
}

.font36 {
  font-size: 36px;
}

.font44 {
  font-size: 44px;
}

.font40 {
  font-size: 40px;
}

.font50 {
  font-size: 50px;
}

.font52 {
  font-size: 52px;
}

/* for line-hieght */

.lh-15p {
  line-height: 15px;
}

.lh-16p {
  line-height: 16px;
}

.lh-18p {
  line-height: 18px;
}

.lh-20p {
  line-height: 20px;
}

.lh-22p {
  line-height: 22px;
}

.lh-23p {
  line-height: 23px;
}

.lh-24p {
  line-height: 24px;
}

.lh-25p {
  line-height: 25px;
}

.lh-26p {
  line-height: 26px;
}

.lh-27p {
  line-height: 27px;
}

.lh-28p {
  line-height: 28px;
}

.lh-29p {
  line-height: 29px;
}

.lh-32p {
  line-height: 32px;
}

.lh-33p {
  line-height: 33px;
}

.lh-42p {
  line-height: 42px;
}

.lh-44p {
  line-height: 44px;
}

/* for font-weight */

.fw-600 {
  font-weight: 600;
}

/* for font related css */

/* poppins */

.fnt-Poppins-Light {
  font-family: "Poppins-Light";
}

.fnt-Poppins-Regular {
  font-family: "Poppins-Regular";
}

.fnt-Poppins-Medium {
  font-family: "Poppins-Medium";
}

.fnt-Poppins-SemiBold {
  font-family: "Poppins-SemiBold";
}

.fnt-Poppins-Bold {
  font-family: "Poppins-Bold";
}

/* roobert */

.fnt-roobert-reg {
  font-family: "Roobert-Regular";
}

/* for text-alignment*/

.align-center {
  align-items: center;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-end {
  text-align: end;
}

.text-justify {
  text-align: justify;
}

.text-initial {
  text-align: initial;
}

body {
  font-size: 14px;
  line-height: 26px;
  color: #232323;
  font-family: "Poppins-Light";
  overflow-x: hidden;
}

.container {
  max-width: 1230px !important;
  padding-left: 0;
  padding-right: 0;
}

/* NEW CODE */

.navbar-nav > li > a {
  font-size: 14px;
  color: #010101;
  /* padding: 30px 15px; */
  font-family: "Poppins-Light";
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
  top: 100%;
}

.menu-item-has-children .dropdown-toggle {
  display: inline-block !important;
  width: 0%;
}

.menu-item-has-children {
  display: flex;
}

.dropdown-toggle::after {
  position: absolute;
  top: 50%;
  right: 15px;
}

.nav-item.menu-item-has-children .dropdown-menu {
  margin-left: 0px;
  box-shadow: 0 8px 16px #0003;
  padding: 0px;
}

.nav-item.menu-item-has-children:hover .dropdown-menu {
  display: block;
  border-radius: 0;
  border: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.dropdown-menu .dropdown-item {
  font-size: 13px;
  padding: 8px 15px;
}

/* .navbar-expand-lg .navbar-nav>li:not(:last-child)>.nav-link {
    padding: 9.5px 55px 9.5px 0px !important;
} */

/* .navbar-expand-lg .navbar-nav>li:last-child>.nav-link {
    padding: 0px !important;

} */

/* ----- navbar toggler  css ----- */

.navbar {
  padding: 0px;
}

.navbar-toggler.x {
  border: none;
}

.navbar-toggler.x:focus {
  outline: none;
}

.navbar-toggler.x[aria-expanded="true"] .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 10% 10%;
  -ms-transform-origin: 10% 10%;
  transform-origin: 10% 10%;
}

.navbar-toggler.x[aria-expanded="true"] .icon-bar:nth-of-type(2) {
  opacity: 0;
  filter: alpha(opacity=0);
}

.navbar-toggler.x[aria-expanded="true"] .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 10% 90%;
  -ms-transform-origin: 10% 90%;
  transform-origin: 10% 90%;
}

.navbar-toggler.x .icon-bar {
  width: 22px;
  display: block;
  height: 2px;
  background-color: #343a40;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.navbar-toggler.x .icon-bar + .icon-bar {
  margin-top: 5px;
}

.navbar-toggler.x .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.navbar-toggler.x .icon-bar:nth-of-type(2) {
  opacity: 1;
  filter: alpha(opacity=100);
}

.navbar-toggler.x .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.nav-toggle:before {
  display: none;
}

/*
.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    top: 66px;
} */
.nav-item.menu-item-has-children {
  display: inline-flex;
  align-items: center;
}

/* Mega menu */

/* MEGA MENU CSS */

.navigation {
  width: 100%;
  display: table;
  position: relative;
  font-family: inherit;
  background-color: #fff;
  border-radius: 50px;
  display: flex;
  align-items: center;
  padding: 5px 5px 5px 20px;
}

.navigation * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  /* padding: 10px; */
}

.navigation-portrait {
  height: 40px;
}

.navigation-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 19998;
}

.navigation-hidden {
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.align-to-right {
  float: right;
}

.nav-header {
  float: left;
}

.navigation-hidden .nav-header {
  display: none;
}

.nav-brand {
  /* line-height: 70px; */
  padding: 0;
  color: #343a40;
  text-decoration: none !important;
}

.nav-brand:hover,
.nav-brand:focus {
  color: #343a40;
}

/* .navigation-portrait .nav-brand { */
/* font-size: 18px; */
/* line-height: 48px; */
/* } */

.nav-logo > img {
  height: 48px;
  margin: 11px auto;
  padding: 0 15px;
  float: left;
}

.nav-logo:focus > img {
  outline: initial;
}

.navigation-portrait .nav-logo > img {
  height: 36px;
  margin: 6px auto 6px 15px;
  padding: 0;
}

.nav-toggle {
  width: 30px;
  height: 19px;
  /* padding: 3px 2px 0 !important; */
  position: absolute;
  top: 50%;
  margin-top: -14px;
  right: 20px;
  display: none;
  cursor: pointer;
}

.nav-toggle:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #343a40;
  border-radius: 10px;
  box-shadow: 0 0.5em 0 0 #343a40, 0 1em 0 0 #343a40;
}

.navigation-portrait .nav-toggle {
  display: block;
  /* position: absolute; */
  /* top: -30px; */
  width: auto;
  /* right: -4px; */
  padding: 7px 10px 17px !important;
  /* background: #ac1014a6; */
  /* border-top-left-radius: 30px; */
  /* border-bottom-left-radius: 30px; */
}

.navigation-portrait .nav-menus-wrapper {
  width: 320px !important;
  height: 100%;
  top: 0;
  left: -400px;
  position: fixed;
  background-color: #fff;
  z-index: 20000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  /* transition-duration: 0.2s;
    transition-timing-function: ease; */
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
  left: auto;
  right: -400px;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
  left: 0;
}

.navigation-portrait
  .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
  left: auto;
  right: 0;
}

.nav-menus-wrapper-close-button {
  width: 30px;
  height: 35px;
  margin: 12px 7px;
  display: none;
  float: right;
  color: #000;
  cursor: pointer;
  position: initial !important;
  font-size: 26px !important;
}

.navigation-portrait .nav-menus-wrapper-close-button {
  display: block;
}

.nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: normal;
  font-size: 0;
  float: right;
  /* display: flex; */
  /* width: 100%; */
  /* justify-content: end; */
  align-items: center;
}

.navigation-portrait .nav-menu {
  width: 100%;
}

.navigation-landscape .nav-menu.nav-menu-centered {
  float: none;
  text-align: center;
}

.navigation-landscape .nav-menu.nav-menu-centered > li {
  float: none;
}

.nav-menu > li {
  display: inline-block;
  float: left;
  text-align: left;
  margin-left: 24px;
}
/* .nav-menu>li.active{background-color: #d60906;} */

.nav-menu > li:hover {
  color: #4784a5;
}
.nav-menu > li:hover a {
  color: #4784a5;
}

.navigation-portrait .nav-menu > li {
  width: 100%;
  position: relative;
  border-top: solid 1px #f0f0f0;
}

.navigation-portrait .nav-menu > li:last-child {
  border-bottom: solid 1px #f0f0f0;
}

.nav-menu + .nav-menu > li:first-child {
  border-top: none;
}

.navigation-portrait .nav-menu > li > a {
  width: 100%;
  height: auto;
  padding: 12px 15px 12px 26px;
}

/* .nav-menu > li:hover > a,
  .nav-menu > li.active > a,
  .nav-menu > li.focus > a {
    color: #fff;
  } */

.nav-menu > li > a > i,
.nav-menu > li > a > [class*="ion-"] {
  width: 18px;
  height: 16px;
  line-height: 16px;
  transform: scale(1.4);
}

.nav-menu > li > a > [class*="ion-"] {
  width: 16px;
  display: inline-block;
  transform: scale(1.8);
}

.navigation-portrait .nav-menu.nav-menu-social {
  width: 100%;
  text-align: center;
}

.nav-menu.nav-menu-social > li {
  text-align: center;
  float: none;
  border: none !important;
}

.navigation-portrait .nav-menu.nav-menu-social > li {
  width: auto;
}

.nav-menu.nav-menu-social > li > a > [class*="ion-"] {
  font-size: 12px;
}

.nav-menu.nav-menu-social > li > a > .fa {
  font-size: 14px;
}

.navigation-portrait .nav-menu.nav-menu-social > li > a {
  padding: 15px;
}

.submenu-indicator {
  margin-left: 6px;
  margin-top: 6px;
  float: right;
  transition: all 0.2s;
  cursor: pointer;
  /* display: none; */
}

.nav-dropdown.nav-submenu {
  top: 48px;
}

.navigation-portrait .submenu-indicator {
  width: 54px;
  height: 35px;
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  z-index: 20000;
}

.submenu-indicator-chevron {
  height: 6px;
  width: 6px;
  display: block;
  border-style: solid;
  border-width: 0 1px 1px 0;
  /* border-color: transparent #70798b #70798b transparent; */
  transform: rotate(45deg);
  transition: border 0.2s;
}

.navigation-portrait .submenu-indicator-chevron {
  position: absolute;
  top: 13px;
  left: 25px;
  color: #000;
}

.nav-item.nav-item1.focus .submenu-indicator-chevron {
  color: #000;
}

.nav-menu > li:hover > a .submenu-indicator-chevron,
.nav-menu > .active > a .submenu-indicator-chevron,
.nav-menu > .focus > a .submenu-indicator-chevron {
  border-color: transparent #967adc #967adc transparent;
}

.navigation-portrait .submenu-indicator.submenu-indicator-up {
  transform: rotate(-180deg);
}

.navigation-portrait .navbar-nav li a {
  z-index: 100;
  position: relative;
}

.nav-overlay-panel {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  z-index: 19999;
}

.no-scroll {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.nav-search {
  height: 70px;
  float: right;
  z-index: 19998;
  padding: 26px 15px;
}

.navigation-portrait .nav-search {
  height: 48px;
  padding: 0 10px;
  margin-right: 52px;
}

.navigation-hidden .nav-search {
  display: none;
}

.nav-search-button a {
  font-size: 14px;
  color: #1c1e59;
  font-family: "Gilmer Heavy";
  border-bottom: 1px solid #1c1e59;
  white-space: nowrap;
}

.get-btn a {
  font-size: 14px;
  color: #1c1e59;
  font-family: "Gilmer Heavy";
  border-bottom: 1px solid #1c1e59;
  white-space: nowrap;
}
.navigation-portrait .get-btn {
  padding: 13px 10px;
}

.navigation-portrait .nav-search-button {
  width: 50px;
  height: 48px;
  line-height: 46px;
  font-size: 22px;
}

.nav-search-icon {
  width: 14px;
  height: 14px;
  margin: 2px 8px 8px 4px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #343a40;
  text-align: left;
  text-indent: -9999px;
  border: 2px solid;
  border-radius: 50%;
  transform: rotate(-45deg);
}

.nav-search-icon:after,
.nav-search-icon:before {
  content: "";
  pointer-events: none;
}

.nav-search-icon:before {
  width: 2px;
  height: 11px;
  top: 11px;
  position: absolute;
  left: 50%;
  border-radius: 0 0 1px 1px;
  box-shadow: inset 0 0 0 32px;
  transform: translateX(-50%);
}

.nav-search-button:hover .nav-search-icon {
  color: #ff6b00;
}

.nav-search > form {
  width: 100%;
  height: 100%;
  padding: 0 auto;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  z-index: 99;
}

.nav-search-inner {
  width: 70%;
  height: 70px;
  margin: auto;
  display: table;
}

.navigation-portrait .nav-search-inner {
  height: 48px;
}

.nav-search-inner input[type="text"],
.nav-search-inner input[type="search"] {
  height: 70px;
  width: 100%;
  margin: 0;
  padding: 0 12px;
  font-size: 26px;
  text-align: center;
  color: #343a40;
  outline: none;
  line-height: 70px;
  border: none;
  background-color: transparent;
  transition: all 0.3s;
}

.navigation-portrait .nav-search-inner input[type="text"],
.navigation-portrait .nav-search-inner input[type="search"] {
  height: 48px;
  font-size: 18px;
  line-height: 48px;
}

.nav-search-close-button {
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  line-height: normal;
  color: #343a40;
  font-size: 20px;
  cursor: pointer;
  text-align: center;
}

.navigation-portrait .nav-search-close-button {
  top: 10px;
  right: 14px;
}

.nav-button {
  margin: 18px 15px 0;
  padding: 8px 14px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
}

.nav-button:hover,
.nav-button:focus {
  color: #fff;
  text-decoration: none;
}

.navigation-portrait .nav-button {
  width: calc(100% - 52px);
  margin: 17px 26px;
}

.nav-text {
  margin: 25px 15px;
  display: inline-block;
  color: #343a40;
  font-size: 14px;
}

.navigation-portrait .nav-text {
  width: calc(100% - 52px);
  margin: 12px 26px 0;
}

.navigation-portrait .nav-text + ul {
  margin-top: 15px;
}

.nav-dropdown {
  /* background-image: linear-gradient(0deg, #ad1115 0%, #ffc113 100%); */
  background: #fff;
  filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.1));
  min-width: 180px;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  list-style: none;
  z-index: 1000;
  white-space: nowrap;
  padding: 0;
  /* border-radius: 3px; */
  color: #fff;
}

.navigation-portrait .nav-dropdown {
  width: 100%;
  position: static;
  left: 0;
}

.nav-dropdown .nav-dropdown {
  right: 100%;
}

.nav-menu > li > .nav-dropdown {
  /* border-top: solid 1px #f0f0f0; */
}

.nav-dropdown > li {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  text-align: left;
}

.nav-dropdown > li:hover > a,
.nav-dropdown > li.focus > a {
  color: #fff !important;
  background-color: #343a40;
}

.nav-dropdown.nav-dropdown-left {
  right: 0;
}

.nav-dropdown > li > .nav-dropdown-left {
  left: auto;
  right: 100%;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left > li > a {
  text-align: right;
}

.navigation-portrait .nav-dropdown > li > a {
  padding: 9px 20px 9px 30px;
}

.navigation-portrait .nav-dropdown > li > ul > li > a {
  padding-left: 50px;
}

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > a {
  padding-left: 70px;
}

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > a {
  padding-left: 90px;
}

.navigation-portrait
  .nav-dropdown
  > li
  > ul
  > li
  > ul
  > li
  > ul
  > li
  > ul
  > li
  > a {
  padding-left: 110px;
}

/* .nav-item>a>.submenu-indicator { */
/* display: none */
/* } */

.nav-dropdown .submenu-indicator {
  right: 15px;
  top: 10px;
  position: absolute;
}

.navigation-portrait .nav-dropdown .submenu-indicator {
  right: 0;
  top: 0;
}

.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  transform: rotate(-45deg);
}

.navigation-portrait
  .nav-dropdown
  .submenu-indicator
  .submenu-indicator-chevron {
  transform: rotate(45deg);
}

/* .nav-dropdown > li:hover > a .submenu-indicator-chevron,
  .nav-dropdown > .focus > a .submenu-indicator-chevron {
    border-color: transparent #70a636 #70a636 transparent;
  } */

.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
  left: 10px;
}

.navigation-landscape
  .nav-dropdown.nav-dropdown-left
  .submenu-indicator
  .submenu-indicator-chevron {
  transform: rotate(135deg);
}

.nav-dropdown-horizontal {
  width: 100%;
  left: 0;
  background-color: #fdfdfd;
  border-top: solid 1px #f0f0f0;
}

.nav-dropdown-horizontal .nav-dropdown-horizontal {
  width: 100%;
  top: 100%;
  left: 0;
}

.navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
  border-top: none;
}

.nav-dropdown-horizontal > li {
  width: auto;
  clear: none;
  position: static;
}

.navigation-portrait .nav-dropdown-horizontal > li {
  width: 100%;
}

.nav-dropdown-horizontal > li > a {
  position: relative;
}

.nav-dropdown-horizontal .submenu-indicator {
  height: 18px;
  top: 11px;
  transform: rotate(90deg);
}

.navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
  height: 42px;
  top: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.navigation-portrait
  .nav-dropdown-horizontal
  .submenu-indicator.submenu-indicator-up {
  transform: rotate(-180deg);
}

.megamenu-panel {
  width: 100%;
  padding: 15px;
  display: none;
  position: absolute;
  font-size: 14px;
  z-index: 98;
  text-align: left;
  color: inherit;
  border-top: solid 1px #f0f0f0;
  background-color: #fdfdfd;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.075);
}

.navigation-portrait .megamenu-panel {
  padding: 25px;
  position: static;
  display: block;
}

.megamenu-panel [class*="container"] {
  width: 100%;
}

.megamenu-panel [class*="container"] [class*="col-"] {
  padding: 0;
}

.megamenu-panel-half {
  width: 50%;
}

.megamenu-panel-quarter {
  width: 25%;
}

.navigation-portrait .megamenu-panel-half,
.navigation-portrait .megamenu-panel-quarter {
  width: 100%;
}

.megamenu-panel-row {
  width: 100%;
}

.megamenu-panel-row:before,
.megamenu-panel-row:after {
  content: "";
  display: table;
  line-height: 0;
}

.megamenu-panel-row:after {
  clear: both;
}

.megamenu-panel-row [class*="col-"] {
  display: block;
  min-height: 20px;
  float: left;
  margin-left: 3%;
}

.megamenu-panel-row [class*="col-"]:first-child {
  margin-left: 0;
}

.navigation-portrait .megamenu-panel-row [class*="col-"] {
  float: none;
  display: block;
  width: 100% !important;
  margin-left: 0;
  margin-top: 15px;
}

.navigation-portrait
  .megamenu-panel-row:first-child
  [class*="col-"]:first-child {
  margin-top: 0;
}

.megamenu-panel-row .col-1 {
  width: 5.583333333333%;
}

.megamenu-panel-row .col-2 {
  width: 14.166666666666%;
}

.megamenu-panel-row .col-3 {
  width: 22.75%;
}

.megamenu-panel-row .col-4 {
  width: 31.333333333333%;
}

.megamenu-panel-row .col-5 {
  width: 39.916666666667%;
}

.megamenu-panel-row .col-6 {
  width: 48.5%;
}

.megamenu-panel-row .col-7 {
  width: 57.083333333333%;
}

.megamenu-panel-row .col-8 {
  width: 65.666666666667%;
}

.megamenu-panel-row .col-9 {
  width: 74.25%;
}

.megamenu-panel-row .col-10 {
  width: 82.833333333334%;
}

.megamenu-panel-row .col-11 {
  width: 91.416666666667%;
}

.megamenu-panel-row .col-12 {
  width: 100%;
}

.megamenu-tabs {
  width: 100%;
  float: left;
  display: block;
}

.megamenu-tabs-nav {
  width: 20%;
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
}

.navigation-portrait .megamenu-tabs-nav {
  width: 100%;
}

.megamenu-tabs-nav > li > a {
  width: 100%;
  padding: 10px 16px;
  float: left;
  font-size: 13px;
  text-decoration: none;
  color: #343a40;
  border: solid 1px #eff0f2;
  outline: 0;
  background-color: #fff;
}

.megamenu-tabs-nav > li.active a,
.megamenu-tabs-nav > li:hover a {
  background-color: #f5f5f5;
}

.megamenu-tabs-pane {
  width: 80%;
  min-height: 30px;
  padding: 20px;
  float: right;
  display: none;
  font-size: 13px;
  color: #343a40;
  border: solid 1px #eff0f2;
  background-color: #fff;
}

.megamenu-tabs-pane.active {
  display: block;
}

.navigation-portrait .megamenu-tabs-pane {
  width: 100%;
}

.megamenu-lists {
  width: 100%;
  display: table;
}

.megamenu-list {
  width: 100%;
  margin: 0 0 15px;
  padding: 0;
  display: inline-block;
  float: left;
  list-style: none;
}

.megamenu-list:last-child {
  margin: 0;
  border: none;
}

.navigation-landscape .megamenu-list {
  margin: -15px 0;
  padding: 20px 0;
  border-right: solid 1px #f0f0f0;
}

.navigation-landscape .megamenu-list:last-child {
  border: none;
}

.megamenu-list > li > a {
  width: 100%;
  padding: 10px 15px;
  display: inline-block;
  color: #343a40;
  text-decoration: none;
  font-size: 13px;
}

.megamenu-list > li > a:hover {
  background-color: #ff6b00;
  color: #fff;
}

.megamenu-list > li.megamenu-list-title > a {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #343a40;
}

.megamenu-list > li.megamenu-list-title > a:hover {
  background-color: transparent;
}

.navigation-landscape .list-col-2 {
  width: 50%;
}

.navigation-landscape .list-col-3 {
  width: 33%;
}

.navigation-landscape .list-col-4 {
  width: 25%;
}

.navigation-landscape .list-col-5 {
  width: 20%;
}

.nav-menu > li > a {
  display: inline-block;
  /* padding: 13px 11px;
      display: inline-block;
      text-decoration: none;
      font-size: 14px;
      color: #fff;
      font-family: 'OpenSans-Regular';
      text-transform: uppercase;
      letter-spacing: 1px; */
  transition: color 0.3s, background 0.3s;
  /* line-height: 21px; */
}

.nav-dropdown > li > a {
  font-size: 13px;
  color: #343a40 !important;
  padding: 10px 20px;
  border-bottom: 1px solid #f6f6f6;
  width: 100%;
  display: inline-block;
}

/* .nav-dropdown>li>a:hover {
    background-color: #ffefef;
    color: #e3001b;
} */

/* .nav-dropdown > li > a:hover,
  .nav-dropdown > li > a:focus {
    color: #70a636;
  }
   */
.main_header_area.sticky {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 9999;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}

.transparent-menu {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
}

.navigation-portrait .nav-menu > li > a {
  width: 100%;
  height: auto;
  padding: 10px 10px 10px 30px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .nav-dropdown > li > a,
  .megamenu-list > li > a {
    width: 85%;
  }
}

a.nav-link span.submenu-indicator {
  pointer-events: none;
}

.nav-item.focus > .nav-dropdown.nav-submenu {
  display: block !important;
}

.nav-item1.focus > .nav-dropdown.nav-submenu {
  display: block !important;
}

.nav-dropdown .nav-dropdown.nav-submenu2 {
  right: auto !important;
  left: 100% !important;
  top: 0 !important;
}
.nav-dropdown.nav-submenu::before{
content: '';
position: absolute;
top: -8px;
background-color: transparent;
width: 100%;
height: 8px;
z-index: 100;
}
/* ---- Header section---------------------------------------------------------------- */

/* HEADER CSS */

.header_area {
  position: fixed;
  top: 60px;
  width: 100%;
  z-index: 99;
}
.header_area.extraclass {
  top: 10px;
}
.header_area.extraclass .navbar {
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
}
.hget-in{transition: 1s;}
.hget-in a {
  padding: 8px 30px !important;
  color: #000000;
  background-color: #ffcf3c;
  transition: 1s;
}
.hget-in  a{
  cursor: pointer;
  display: inline-block;
  border-radius: 50px;
  /* --cta-stroke-color: #052017; */
  --cta-stroke-color: transparent;
  --cta-stroke-width: 0.0625rem;
  --cta-depth-color: #052017;
  --cta-text-color: #052017;
  position: relative;
  box-shadow: 0 0 0 var(--cta-stroke-width, 0) var(--cta-stroke-color);
  transform: translateY(0);
  transition: transform 0.3s cubic-bezier(0.5, 2.5, 0.7, 0.7),
    box-shadow 0.3s cubic-bezier(0.5, 2.5, 0.7, 0.7);
}
.hget-in a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  -webkit-transition: bottom 0.3s cubic-bezier(0.5, 2.5, 0.7, 0.7);
  -o-transition: bottom 0.3s cubic-bezier(0.5, 2.5, 0.7, 0.7);
  transition: bottom 0.3s cubic-bezier(0.5, 2.5, 0.7, 0.7);
}
/* .hget-in a:hover, .hget-in a:focus {
  box-shadow: 0 0 0 var(--cta-stroke-width, 0) var(--cta-stroke-color),
    0 var(--animation-depth, 0.25em) 0 0 var(--cta-depth-color);
  transform: translateY(calc(-1 * var(--animation-depth, 0.25em)));
  --cta-stroke-width: 0.0625rem;
} */
/* ------------------------------------------------------------------------------------------------------------*/
/* HOME PAGE STARTS HERE */
/* ------------------------------------------------------------------------------------------------------------*/

.common-section {
  padding-top: 85px;
  padding-bottom: 85px;
}

.pt-gap {
  padding-top: 85px;
}
.pb-gap {
  padding-bottom: 85px;
}

.mt-gap {
  margin-top: 85px;
}
.mb-gap {
  margin-bottom: 85px;
}

.p-vw {
  padding: 0px 2vw;
}
.p-vw-top {
  padding-top: 2vw;
}
.p-vw-btm {
  padding-bottom: 2vw;
}

.sub-title {
  font-size: 19px;
  text-transform: uppercase;
  color: #26282c;
  font-family: "Roobert-Regular";
}
.section-title {
  font-size: 44px;
  line-height: 48px;
  color: #26282c;
  font-family: "Roobert-Regular";
}
.section-title-gap {
  margin-bottom: 20px;
}

/* HOVERE BUTTON CSS */

.cmn-btn {
  cursor: pointer;
  display: inline-block;
  border-radius: 50px;
  /* --cta-stroke-color: #052017; */
  --cta-stroke-color: transparent;
  --cta-stroke-width: 0.0625rem;
  --cta-depth-color: #052017;
  --cta-text-color: #052017;
  position: relative;
  box-shadow: 0 0 0 var(--cta-stroke-width, 0) var(--cta-stroke-color);
  transform: translateY(0);
  transition: transform 0.3s cubic-bezier(0.5, 2.5, 0.7, 0.7),
    box-shadow 0.3s cubic-bezier(0.5, 2.5, 0.7, 0.7);
}
.cmn-btn:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  -webkit-transition: bottom 0.3s cubic-bezier(0.5, 2.5, 0.7, 0.7);
  -o-transition: bottom 0.3s cubic-bezier(0.5, 2.5, 0.7, 0.7);
  transition: bottom 0.3s cubic-bezier(0.5, 2.5, 0.7, 0.7);
}
.cmn-btn:hover {
  box-shadow: 0 0 0 var(--cta-stroke-width, 0) var(--cta-stroke-color),
    0 var(--animation-depth, 0.25em) 0 0 var(--cta-depth-color);
  transform: translateY(calc(-1 * var(--animation-depth, 0.25em)));
  --cta-stroke-width: 0.0625rem;
}

.cmn-btn img{
  height: 14px;
}
.btn-size {
  font-size: 15px;
  font-family: "Poppins-Light";
}

.btn-pd {
  padding: 9px 30px;
}

.btn-yellow {
  background-color: #ffc13c;
  color: #15100c;
}

.btn-lightgreen {
  background-color: #82aa6e;
  color: #fff;
}

.wh-img {
  filter: brightness(0) invert(1);
}

.bg-properties {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.form-control:focus {
  box-shadow: none;
  background: transparent;
}

.form-control {
  height: 45px;
}

/* BANNER SECTION CSS */

.caption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  margin-top: 50px;
}
.banner-cnt {
  color: #ffffff;
}
.banner-title,
.banner-subtitle {
  font-family: "Roobert-Regular";
  filter: drop-shadow(0px 4px 3px #000000);
}
.banner-title {
  font-size: 50px;
  margin-bottom: 16px;
}
.banner-subtitle {
  font-size: 24px;
  letter-spacing: 1px;
  margin-bottom: 40px;
}

.carousel-indicators [data-bs-target] {
  margin-right: 3px;
  margin-left: 3px;
  width: 30px;
  height: 3px;
  border-radius: 50px;
  border: 2px solid #fff;
  opacity: 1 !important;
  background-color: #fff;
}
.carousel-indicators .active {
  background-color: #ffcf3c;
  border: 2px solid #ffcf3c;
}

.product-sec {
  background-image: url(../images/product-bg.png);
}

/* BLOG SECTION CSS */

.blog-sec {
  background-image: url(../images/blog-bg.png);
}
.blog-icon-bar img {
  height: 290px;
  object-fit: cover;
}

.blog-name {
  font-size: 16px;
  color: #26282c;
  font-family: "Poppins-Medium";
  padding-left: 45px;
}
.blog-name:before {
  content: "";
  width: 34px;
  height: 2px;
  background-color: #2f323a;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.blog-date {
  color: #4d4d4d;
  margin-left: 15px;
  padding: 0px 20px;
}
.blog-date:before,
.blog-date:after {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #96824a;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.blog-date:before {
  left: 0;
}
.blog-date:after {
  right: 0;
}
.blog-title {
  font-size: 30px;
  color: #181818;
  font-family: "Roobert-Regular";
}

/* POST CSS */

.leaf-icon {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 100%;
}

/* FOOTER SECTION CSS */

.footer-sec {
  background: #01140e;
  border-radius: 30px;
  padding: 40px 0px 20px 0px;
  font-size: 14px;
}
.logo {
  width: 178px;
}
.footer-sec hr {
  opacity: 0.102;
  margin-top: 23px;
  margin-bottom: 20px;
}
.foot-li li {
  margin-bottom: 14px;
  text-transform: capitalize;
}
.foot-li a {
  color: #e7e8f1;
  font-size: 14px;
}
.foot-li a:hover {
  color: #49e5ff;
}
.foot-li li:last-child {
  margin-bottom: 0px;
}

.fbox1 {
  display: grid;
  align-items: end;
}
.cpy-txt {
  font-size: 13px;
  line-height: 19px;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 60px;
  font-family: "Gilmer Light";
}
.cpy-txt a {
  color: rgba(255, 255, 255, 0.5);
}

input[type="radio"]:checked + label.grd-btn {
  background-color: var(--text-blue);
  color: #fff;
}
label.error {
  color: #ff0000;
  width: 100%;
  display: block;
}
#counselling-form label.error {
  margin-top: -10px;
}
#enquire-form input[type="radio"] {
  visibility: hidden;
  height: 0px;
}

/* ------------------------------------------------------------- */
/* INNER PAGES COMMON CSS */
/* ------------------------------------------------------------- */

.innban-icon-bar {
  height: 68vh;
}
.innban-icon {
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.innban-cnt {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  width: 34%;
  z-index: 9;
  margin-top: 35px;
}
.innban-subtitle {
  font-size: 18px;
  font-family: "Gilmer Medium";
}
.innban-title {
  font-size: 34px;
  font-family: "Gilmer Bold";
}

.page-top-gap {
  margin-top: 180px;
}

/* Raju */
.about-fav {
  position: absolute;
  top: 110px;
  left: -50px;
  animation: rotate 4s linear infinite;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.product-sec .section-title {
  font-size: 50px;
  line-height: 52px;
  margin-bottom: 59px;
}
.border-box {
  color: #fff;
  padding: 18px 10px 16px;
  text-align: center;
  border: 1px solid #82aa6e;
  border-radius: 50px;
}
.border-box .count {
  font-size: 40px;
  letter-spacing: 1px;
  line-height: 26px;
  color: #ffffff;
  font-family: "Roobert-Regular";
  text-align: center;
  margin-bottom: 12px;
}
.border-box p {
  font-family: "Roobert-Regular";
  font-size: 21px;
  letter-spacing: 1px;
  line-height: 26px;
  margin-bottom: 0px;
}

.footer-logo {
  width: 130px;
  height: auto;
}

.footer-mail-btn {
  position: absolute;
  padding: 8px 40px 12px;
  border-radius: 50px;
  background-color: #03291d;
  color: #fff;
  left: 50%;
  transform: translateX(-50%);
  top: -35px;
  font-size: 22px;
  letter-spacing: 1px;
  /* line-height: 45px; */
  color: #ffffff;
  font-family: "Roobert-Regular";
  text-align: center;
}
.clr-2 {
  color: #ffc13c;
}

.product-sec.common-section {
  padding-block: 170px;
}

.banner-right-img {
  width: 85%;
}

/* Inner pages */

/* about-us page */
.inner-banner-sec{
    position: relative;
}

.inner-banner-title {
  font-size: 38px;
  letter-spacing: 1px;
  line-height: 56px;
  color: #ffffff;
  font-family: "Roobert-regular";
  text-align: center;
  filter: drop-shadow(0px 4px 3px #000000);
}
.inner-banner-logo{
    width: 150px;
}
.inner-banner-sec .container1{
    left: 0;
    position: absolute;
    margin-top: 49px;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    /* position: relative; */
}
.inner-banner-img{
    height: 335px;
    object-fit: cover;
    border-radius: 30px;
}
.inner-banner-logo{
    position: absolute;
    /* left: 0; */
}
.inner-banner-sec .container{
    position: relative;
}
.inner-banner-sec .banner-main{
    border-radius: 30px;
}
.inner-content{
    padding-block: 40px;
}


/* Blog section */

.blog-box {
  position: relative;
  /* padding-bottom: 30px;
  height: 100%; */
  /* background-color: #456429; */

}

.blog-content {
  padding: 20px;
  color: #fff;
}

.blog-content h4 {
  margin-bottom: 8px;
  margin-top: 3px;
  font-family: 'Poppins-Medium';

  font-size: 24px;
  line-height: 32px;
}

.blog-arrow-icon {
  position: absolute;
  left: 20px;
  bottom: 20px;
}


/* Blog page */
.blog-carousel .item {
  overflow: hidden;
}

.blog-carousel .item:hover .con_on_car img {
  transform: scale(1.08);
  transition: .5s;
}

.blog-carousel .item .con_on_car img {
  transition: .5s;
}

.blog-recent-sec .blog-box {
  background-color: #fff;
  color: #000;
  border: 1px solid #dbdbdb;
}

.blog-recent-sec .blog-content {
  color: #000;
}

.blog-recent-sec .blog-img {
  height: 100%;
}

.blog-recent-sec .blog-img img {
  height: 210px;
  object-fit: cover;
}

.blog-recent-sec .blog-arrow-icon {
  left: auto;
  right: 20px;
  bottom: 15px;
}

.blog-recent-sec .blog-content h4 {
  font-size: 22px;
  line-height: 30px;
}


/* Blog category page */
.blog-sec.blog-cat .blog-box {
  background-color: #fff;
  border: 1px solid #dbdbdb;
}

.blog-sec.blog-cat .blog-box .blog-content {
  color: #000;
}

.blog-sec.blog-cat .blog-img img {
  height: 220px;
  object-fit: cover;
}

.blg-post-img {
  margin-top: 20px;
}

.blg-post-img img {
  border: 1px solid #ccc;
  padding: 2px;
  border-radius: 2px;
  max-width: 100% !important;
}

.blog-post-head {
  font-size: 28px;
  line-height: 38px;

}

.blog-post-sec .cmn-head {
  font-size: 32px;
}

.blog-template.blog-recent-sec .blog-img img{
  height: 250px;
}


/* sri */
/* contact-us */
.container {
  position: relative;
}


.elementorr img {
  width: 20px;
  height: 20px;
  margin-bottom: 0px;
  object-fit: contain;
  filter: brightness(0)
}

.elementorr .text-start img:last-child {
  width: 13px;
  height: 13px;
}

.elementorr .text-start {
  display: flex;
  align-items: center;
  gap: 7px;
}

.elementorr {
  border: 1px solid #eaeaea;
  padding: 25px 40px;
  /* margin: 0px 10px; */
  transition: all 0.3s linear;
  background-color: #EAEAEA;
}

.elementorr p {
  margin-bottom: 0px;
}

.elementorr:hover {
  border-color: #364D39;
  transition: all 0.3s linear;
}

.elementorr strong {
  font-weight: 800;
}

.elementor-h2 {
  color: #364D39;
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 40px;
  line-height: 1.2em;
  margin: 0px 0px 30px;
}

.mt_60p {
  margin-top: 60px;
}

.pl_0 {
  padding-left: 0 !important;
}

.w_h_100 {
  width: 100%;
  height: 100vh;
  max-height: 70vh;
}

.check_form {
  background-color: #FFFFFF;
  color: var(--e-global-color-primary);
  border: none;



}

.form-control {
  border: 1px solid #ccc;
  border-radius: 0px !important;
  width: 100%;
  padding: 10px 20px 12px 20px;
}

.content-center {
  margin: 0px 0px 0px 50px;
  padding: 50px 0px 50px 0px;
}

#enquiry p{
  margin-bottom: 0px !important;
}
.section-title2{
  font-family: 'Poppins-Medium';
  font-size: 25px;

}
.blog-icon-bar{
  overflow: hidden;
}
.blog-box:hover .blog-icon-bar  img{
scale: 1.06;
transition: all 0.5s ease;
}
.blog-box .blog-icon-bar  img{
  transition: all 0.5s ease;

}


/* sri-css */
.inner-ul {
  margin-left: 0px !important;
  padding: 0px !important;
}
.inner-ul li {
  position: relative;
  padding-left: 25px;
  /* color: #000; */
  list-style-type: none;
  margin-bottom: 10px;
  display: flex;
}
.inner-ul li::before {
  content: '';
  background-size: contain;
  background-image: url("../images/list-icon.png");
  width: 14px;
  position: absolute;
  left: 0;
  /* color: #000; */
  top: 6px;
  height: 100%;
  background-repeat: no-repeat;
}
.banner-main{
  position: relative;
}
.dot{
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #000;
  border-radius: 50%;
}
.dot1{
 left: 2vh;
 top: 2vh;
  background-color: #89c93d;
}
.dot2{
 right: 2vh;
 top: 2vh;
  background-color: #ec1c24;
}
.dot3{
 left: 2vh;
 bottom: -2vh;
  background-color: #ffc13c;
}
.dot4{
 right: 2vh;
 bottom: -2vh;
  background-color: #456429;
}
.news-grid {
    display: grid;
    grid-template-columns: 150px 1fr;
    align-items: center;
}
/* News Section */

.news-carousel {
	margin-top:10px;
  background-color: #fff;
  padding: 10px 20px 20px;
  font-size: 14px;
}
.news-carousel ul {
	list-style:none;
  display: flex;
  margin-bottom: 0px;
}
.news-carousel ul li {
    padding-right: 30px;
    position: relative;
    font-size: 15px;
    white-space: nowrap;
	color:#26282c;
	
}

.news-carousel ul li::before {
  transform: translateY(2px);
  display: inline-block;
  padding-right: 6px;
filter: brightness(5);
}
.news-grid {
  display: grid;
  grid-template-columns: 150px 1fr;
  align-items: center;
}
.news-carousel marquee {
	padding-right:10px;
  transform: translateY(5px);
}
.ls-25 {
  letter-spacing: 0.25px;
}

.news-head{
	font-size:16px;
	font-weight:800;
	color:#456429;
	font-family:'Poppins-Regular'
	
}
@media (max-width:576px){
	.news-head {
		text-align: center;}
	.news-head img{
		display:none;
	}
	.news-grid{
		display:block;
	}
}

/* wp */

.wpcf7-form input.error,
.wpcf7-form textarea.error {
  border: 1px solid red !important;
}

.error {
  color: red !important;
  font-weight: 300 !important;
  font-size: 15px !important;
}

.wpcf7-form.invalid .wpcf7-response-output {
  display: none !important;
}

.form-row p {
  margin-bottom: 0px !important;
}

.form-row .error {
  margin-bottom: 0px;
}

.wpcf7-response-output {
  text-align: center;
}

.wpcf7-response-output {
  -webkit-animation: cssAnimation 15s forwards;
  animation: cssAnimation 15s forwards;
}

.screen-reader-response {
  display: none !important;
}

.wpcf7-form-control-wrap {
  position: relative;
}

.wpcf7-form.invalid .wpcf7-response-output,
.wpcf7-form.failed .wpcf7-response-output {
  border: 1px solid #ff0d21;
  padding: 5px 10px;
  margin-top: 10px;

  /* Orange */
}

.wpcf7-form.sent .wpcf7-response-output {
border: 1px solid #46b450;
    padding: 5px 10px;
    color: #fff;
    background: #46b450;
    margin-top: 10px;

  /* Green */
}

.footer-sec .wpcf7-form.sent .wpcf7-response-output {
  border: 1px solid #46b450;
  padding: 5px 10px;
  color: #fff !important;
  /* Green */
}

@keyframes cssAnimation {
  0% {
    opacity: 1;
  }

  90% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes cssAnimation {
  0% {
    opacity: 1;
  }

  90% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
.wpcf7-not-valid-tip{display:none !important}

form br{display:none;}

.title1{
	font-size:18px;
	font-family:'Poppins-Medium';
	line-height:28px;
}
.title2{
	font-size:18px;
	font-family:'Poppins-Medium';
	line-height:28px;
	color:#456429;
}