/* font family */

@font-face {
  font-family: NotoSansDisplayBold;
  src: url("/fonts/NotoSansDisplay-Bold.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: NotoSansDisplayExtraLight;
  src: url("/fonts/NotoSansDisplay-ExtraLight.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: NotoSansDisplayLight;
  src: url("/fonts/NotoSansDisplay-Light.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: NotoSansDisplayMedium;
  src: url("/fonts/NotoSansDisplay-Medium.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: NotoSansLight;
  src: url("/fonts/NotoSans-Light.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: NotoSansMedium;
  src: url("/fonts/NotoSans-Medium.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: NotoSansRegular;
  src: url("/fonts/NotoSans-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: NotoSansBold;
  src: url("/fonts/NotoSans-Bold.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: NotoSansSemiBold;
  src: url("/fonts/NotoSans-SemiBold.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: NotoSansDisplayLight;
  src: url("/fonts/NotoSansDisplay-Light.ttf");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "NotoSansLight", "PT Sans";
  font-size: 14px;
  color: #000;
}

.text-white {
  color: #fff;
}

.text-black {
  color: #000000;
}

.text-black-1e {
  color: #1E1E1E;
}

.text-blue {
  color: #102D69;
}

.text-green {
  color: #16AC5C;
}

.sticky-top {
  position: fixed !important;
  top: 0 !important;
  background: #fff !important;
}

.menu-main-menu-country-dropdown {
  display: none;
}

.main-menu ul li.active > a {
  color: #102d69;
}

.main-menu ul li.active {
  display: inline;
}

.mobile_header_dropdown ul li.active > a {
  font-family: NotoSansMedium;
}

.nav-list-hide-mob {
  display: none;
}

.nav-list-show-mob {
  display: block !important;
}

.main-header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #fff;
  padding: 10px 0 9px;
  -webkit-box-shadow: 0px 6px 30px #0000001A;
          box-shadow: 0px 6px 30px #0000001A;
}

.main-header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.main-header .header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-header .header-right {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav-topbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
  background-color: #fff;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1440px;
  margin: 0 auto;
  z-index: 15;
  border-bottom: 1px solid #706F6F;
}

#location-selector {
  background-color: transparent;
  border: none;
  font-size: 12px;
  text-transform: uppercase;
  color: #706F6F;
  font-weight: 700;
  cursor: pointer;
  margin-left: 10px;
  border-left: 1px solid black;
  padding-left: 5px;
  line-height: 1;
}

.flag-icon-main {
  background-image: url(/images/main.png);
}

.flag-icon {
  width: 25px;
  min-width: 25px;
  height: 17.55px;
  vertical-align: middle;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: inline-block;
  position: relative;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  margin-right: 10px;
}

#location-selector .label-country {
  position: relative;
  top: 2px;
}

.custom-logo-link {
  display: inline-block;
  line-height: 0;
  padding-top: 5px;
}

.custom-logo-link img {
  width: 154px;
  padding: 15px;
  height: auto;
}

.main-menu {
  margin-left: 20px;
}

.main-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
}

.main-menu ul li a {
  font-weight: 400;
  color: #000;
  padding: 30px 20px;
  text-decoration: none;
  cursor: pointer;
}

.language-select-box {
  margin: 0 10px;
}

.wpml-ls-legacy-dropdown .wpml-ls-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wpml-ls-statics-shortcode_actions .wpml-ls-current-language a img {
  width: 26px;
  height: 16px;
}

.search-box-container-container {
  position: absolute;
  width: 35px;
  height: 100%;
  right: -25px;
  color: #C4C4C4;
  top: -32px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.global-search-nav-container {
  padding-top: 20px;
  width: 100%;
}

.search-box-container.active input {
  opacity: 1;
  visibility: visible;
  width: 100%;
}

.search-box-container input {
  height: 100%;
  width: 100%;
  border: none;
  padding: 18px 20px;
  border-radius: 7px;
  font-size: 14px;
  color: #6D6D6D;
  font-weight: 400;
  -webkit-box-shadow: 0px 4px 20px #0000001A;
          box-shadow: 0px 4px 20px #0000001A;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.search-box-container.active .search-icon {
  margin-right: 20px;
}

.search-box-container .search-icon {
  font-size: 20px;
}

.dwn-arrow {
  margin-left: 7px;
}

.mob-main-menus {
  display: none;
}

.burger-menu {
  float: right;
  margin-right: 0;
  margin-bottom: -9px;
  margin-top: -60px;
  padding: 26px 30px 25px;
  background-color: #102d69;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.burger-menu .fa-navicon:before,
.burger-menu .fa-reorder:before,
.burger-menu .fa-bars:before {
  color: white;
  content: "\F0C9";
  font-size: 20px;
}

.fa-close {
  display: none;
  color: #fff;
  font-size: 21px;
}

.search-box-container {
  position: relative;
  cursor: pointer;
}

.search-icon::before {
  content: "\F002";
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  opacity: .39;
}

.aboutus-dropdown {
  width: auto !important;
}

.main-header .main-menu .dropdown-menu {
  padding: 0;
  border-bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
}

.main-header .main-menu .dropdown-menu li {
  padding: 15px 0;
}

.main-header .main-menu .dropdown-menu li a {
  border: 0;
  padding: 16px;
  border-top: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
}

.main-header .main-menu .dropdown-menu li a:hover {
  font-weight: bold;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  border: 0;
}

.main-header .main-menu .dropdown-menu li a:hover span {
  opacity: 1;
}

.dropdown > a span {
  margin-top: 3px;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #E7344C;
  opacity: 0;
  font-size: 20px;
}

.dropdown .dropdown-menu {
  display: block;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.dropdown:hover .dropdown-menu {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-box-shadow: 6px 8px 22px #00000029;
          box-shadow: 6px 8px 22px #00000029;
  border-radius: 0px 0px 15px 15px;
  opacity: 1;
}

.dropdown:hover a[data-toggle="dropdown"] {
  /*border-top: 1px solid $red;
			border-bottom: 1px solid $red;*/
}

.dropdown:hover a[data-toggle="dropdown"] span {
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.dropdown.open a:focus {
  border-color: #E7344C;
}

.select-country-dropdown-menu {
  border-radius: 0;
  padding: 0;
  border: 0;
  z-index: 1;
  top: 170% !important;
  left: -30px !important;
}

.select-country-dropdown-menu.show {
  -webkit-transform: translate3d(0px, 0px, 0px) !important;
          transform: translate3d(0px, 0px, 0px) !important;
}

.crops-dropdown-menu {
  top: 99%;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.crops-dropdown-menu .nav-crop-menu {
  padding: 0 60px 0 15px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.crops-dropdown-menu .nav-crop-menu .nav-crop-img {
  width: 55px;
}

.crops-dropdown-menu .nav-crop-menu:hover {
  background: #E8E8E8;
}

.crops-dropdown-menu .all-crops-mob-sec {
  padding: 0px 0 14px 70px !important;
  display: block;
}

.crops-accordion .accordion-body {
  padding: 0;
}

.crops-accordion .crops-acc-btn {
  border-bottom: 1px solid #fff;
}

.mob-crops-dropdown-menu {
  display: none !important;
  position: relative;
  top: 10px;
  left: 0;
}

.select-country-dropdown-container,
.mob-select-country-dropdown-container {
  cursor: pointer;
  position: relative;
  display: none;
}

.dropdown-active {
  display: inline !important;
}

.mob-select-country-dropdown-menu {
  position: relative;
  top: 10px;
  left: 0;
}

.mob-select-country-dropdown-menu li {
  background: #fff;
}

.select-country-dropdown-menu,
.mob-select-country-dropdown-menu {
  display: none;
  -webkit-box-shadow: 6px 8px 22px #00000029;
          box-shadow: 6px 8px 22px #00000029;
  border-radius: 0px 0px 15px 15px;
  z-index: 10;
}

.select-country-dropdown-menu li,
.mob-select-country-dropdown-menu li {
  padding: 16px 35px;
}

.select-country-dropdown-menu li:hover,
.mob-select-country-dropdown-menu li:hover {
  background: #E8E8E8;
}

.select-country-dropdown-menu li a:hover,
.mob-select-country-dropdown-menu li a:hover {
  color: #000;
}

.select-country-dropdown-menu li .country-flag-img,
.mob-select-country-dropdown-menu li .country-flag-img {
  width: 35px;
  margin-right: 10px;
}

.mob-select-country-dropdown {
  color: #fff;
}

.mobile_header_dropdown {
  display: block;
  position: fixed;
  right: -100%;
  top: 59.4px;
  width: 80%;
  height: calc(100vh - 59.4px);
  background: #fff;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  padding: 50px 50px 100px;
  z-index: 998;
}

.mobile_header_dropdown {
  background-color: #102d69;
  height: 100%;
  width: 280px;
  position: fixed;
  top: 55px;
  right: -280px;
  z-index: 2;
  overflow-y: auto;
  margin-top: 15px;
  margin-bottom: 15px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.mobile_header_dropdown.in {
  right: 0;
  width: 100%;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.mobile_header_dropdown a {
  color: #fff;
}

.mobile_header_dropdown li {
  padding: 20px 0;
  border-bottom: 1px solid #fff;
}

.mobile_header_dropdown .mob-nav-wrapper {
  background-color: #f3f3f3;
  padding: 112px 12px 20px;
  position: relative;
}

.mob-select-country-dropdown-menu li {
  border-bottom: none;
}

.mob-select-country-dropdown-menu li a {
  padding: 0 35px;
  color: #000;
}

.mob-select-country-dropdown-menu li a:hover {
  color: #000;
}

@media (max-width: 1440px) {
  .main-header .header-right {
    margin-right: 55px;
  }
}

@media (max-width: 1366px) {
  .main-header .header-right {
    margin-right: 0;
  }
}

@media (max-width: 1365px) {
  .main-menu ul {
    display: none;
  }

  .mob-main-menus {
    display: block;
  }

  .select-country-dropdown-container,
  .mob-select-country-dropdown-container {
    margin-right: 20px;
  }
}

@media (max-width: 1024px) {
  .main-header .header-right {
    margin-right: 60px;
  }

  .header-left .custom-logo-link img {
    max-width: 125px;
    -o-object-fit: contain;
       object-fit: contain;
  }

  .main-header .header-right .btn-wrap,
  .btn-login {
    display: none;
  }

  .mobile_header_dropdown.active {
    right: 0;
  }
}

@media (max-width: 991px) {
  .mob-select-country-dropdown-container {
    display: block;
  }
}

@media (max-width: 375px) {
  .search-box-container {
    position: absolute;
    right: -3px;
  }
}

@media (max-width: 320px) {
  .header-left .custom-logo-link img {
    max-width: 110px;
  }
}

@media (min-width: 1024px) {
  .crops-dropdown-menu .all-crops-mob-sec {
    display: none;
  }

  .main-menu ul li a {
    padding: 30px 15px;
  }

  .global-search-nav-container {
    padding: 10px 0 30px;
  }

  .global-search-nav-container .search-wrapper {
    margin: auto;
    width: 70%;
  }

  .select-country-dropdown-container {
    display: block;
  }

  .region-accordion {
    display: none;
  }
}

@media (min-width: 1200px) {
  .menu-main-menu-country-dropdown {
    list-style: none;
    display: block;
  }

  .menu-main-menu-country-dropdown .dropdown-toggle::after {
    display: none;
  }

  .mobile_header_dropdown.in {
    right: 0;
    width: 25%;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }

  .search-box-container {
    right: -20px;
  }
}

@media (min-width: 1366px) {
  .dwn-arrow {
    margin-left: 4px;
  }

  .crops-dropdown-menu {
    top: 169% !important;
  }

  .crops-accordion {
    display: none;
  }

  .nav-list-hide-mob {
    display: block;
  }

  .nav-list-show-mob {
    display: none !important;
  }
}

@media (min-width: 1440px) {
  .main-menu {
    margin-left: 100px;
  }
}

@media (min-width: 1600px) {
  .main-header .header-right {
    margin-right: -15px;
  }

  .search-box-container {
    right: -30px;
  }

  .main-menu ul li a {
    padding: 30px 20px;
  }
}

@media (min-width: 1920px) {
  .main-header .header-right {
    margin-right: -230px;
  }

  .main-header {
    padding: 26px 0 24px;
  }

  .burger-menu {
    height: 100px;
    margin-bottom: -40px;
    margin-top: -75px;
  }

  .crops-dropdown-menu {
    top: 212% !important;
  }

  .select-country-dropdown-menu {
    top: 210% !important;
  }

  .mobile_header_dropdown {
    top: 85px;
  }
}

@media (min-width: 2560px) {
  .main-header .header-right {
    margin-right: -555px;
  }

  .main-menu {
    margin-left: 300px;
  }
}

@media screen and (max-width: 1280px) {
  .main-header .header-right {
    margin-right: 85px;
  }
}

.light-family {
  font-family: NotoSansLight;
}

.regular-family {
  font-family: NotoSansRegular;
}

.medium-family {
  font-family: NotoSansMedium;
}

.semibold-family {
  font-family: NotoSansSemiBold;
}

.text-decoration {
  text-decoration: none;
}

ul {
  margin: 0;
}

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

/* footer style */

.footer {
  padding: 71px 0 0;
  background-color: #0C1C49;
  text-align: center;
}

.footer .footer-logo-img-div {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer img {
  width: 100%;
}

.footer .footer-para {
  color: #fff;
}

.p-4 {
  padding: 2.5rem !important;
}

#back-to-top {
  width: 30px;
  height: 30px;
  line-height: 32px;
  display: none;
  background-color: rgba(0, 0, 0, 0.62);
  position: fixed;
  bottom: 24px;
  right: 15px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  border-radius: 50%;
  text-transform: uppercase;
  cursor: pointer;
  z-index: 44;
}

#back-to-top .fa {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.69);
}

.footer-list {
  font-size: 16px;
}

.footer ul li.active > .footer-list {
  font-family: NotoSansMedium;
}

@media (max-width: 768px) {
  .footer img {
    width: 150px;
  }
}

.preference-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  outline: 0;
  opacity: 1;
}

.preference-modal .white-text {
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  text-align: center;
  font-weight: 800;
}

.preference-modal-content {
  border-radius: 53px !important;
  width: 950px;
  height: 572px;
  margin-left: auto;
  margin-right: auto;
}

.preference-bg-section {
  background-color: #C4D7F6;
  margin-top: -16px;
  margin-bottom: -16px;
  margin-left: -17px;
  border-top-left-radius: 53px;
  border-bottom-left-radius: 53px;
}

.preference-bg-section svg {
  width: 100%;
  height: 570px;
}

.vertical-align-center {
  display: table;
  vertical-align: middle;
  pointer-events: none;
}

.region-text {
  padding: 10px !important;
  font-size: 16px;
  line-height: 20px;
}

.region-form-section {
  padding: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.skip-btn {
  border: 1px solid transparent;
  background-color: transparent;
  color: #102d69;
  padding: 11px 31px;
  border-radius: 30px;
  font-family: NotoSansMedium;
}

.skip-btn:hover {
  border: 1px solid #fff;
  background-color: #102d69;
  color: #fff;
  background-color: #102d69;
  padding: 11px 31px;
  -webkit-box-shadow: 3px 6px 24px #102d6938;
          box-shadow: 3px 6px 24px #102d6938;
}

.region-info-text {
  color: #102d69;
  padding: 35px;
  font-size: 16px;
  line-height: 21px;
}

.fa-info-circle:before {
  content: "\F05A";
  font-size: 12px;
  border-radius: 50%;
  border: 1px solid #102d69;
  padding: 5px;
  background-color: #fff;
  color: #102d69;
  margin-left: -40px;
}

.mobile-region-btn-section {
  display: none;
}

.social-links {
  color: #0C1C49;
  padding: 11px;
  border-radius: 50px;
  margin: 0 15px 0 0;
  font-size: 22px;
}

.fb-link {
  padding: 10px 14px 10px 14px;
  background-color: #fff;
}

.linkedin-link {
  background-color: #fff;
}

.twitter-link {
  background-color: #fff;
}

.whatsapp-link {
  background: transparent -webkit-gradient(linear, left bottom, left top, from(#78CD51), to(#A0FC84)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(0deg, #78CD51 0%, #A0FC84 100%) 0% 0% no-repeat padding-box;
}

.aside-list {
  padding-left: 0;
}

@media (max-width: 1024px) {
  .preference-modal-content {
    border-radius: 0 !important;
    width: 785px;
    height: 565px;
    border-top-left-radius: 53px !important;
    border-bottom-left-radius: 53px !important;
  }
}

@media (max-width: 992px) {
  .mob-social-list {
    padding-top: 30px;
  }

  .preference-modal-content {
    margin-top: 60px;
    border-top-right-radius: 53px !important;
  }

  .preference-modal-content .preference-bg-section {
    border-top-right-radius: 53px;
  }

  .preference-modal-content .modal-white-text {
    width: 70%;
    font-size: 14px;
    line-height: 18px;
  }

  .preference-modal-content .modal-body {
    padding-right: 0;
    background-color: #fff;
    border-radius: 53px;
  }

  .preference-modal-content .region-form-section {
    margin-top: 15px;
  }

  .mobile-region-btn-section {
    position: initial;
  }

  .mobile-region-btn-section .cross-btn {
    position: absolute;
    opacity: 1;
    top: -7%;
    left: 90%;
    color: white;
    font-size: 30px;
  }

  .preference-modal .white-text {
    top: -60px;
  }
}

.mb-20 {
  margin-bottom: 20px;
}

#tooltip {
  display: none !important;
}

@media (max-width: 425px) {
  .preference-bg-section {
    height: 350px;
    overflow-y: hidden;
  }

  .preference-bg-section svg {
    width: 100%;
  }

  .preference-bg-section .preference-modal-content {
    width: 305px;
  }
}

@media (min-width: 768px) {
  .footer-white-space {
    white-space: nowrap;
  }

  .footer img {
    width: 200px;
  }

  #tooltip {
    background: #fff;
    border: 1px solid transparent;
    border-radius: 20px;
    padding: 5px;
    position: absolute;
    left: 55%;
    top: 30%;
    font-size: 18px;
    line-height: 21px;
  }
}

.copyright-content-align {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.copyright-content .disclaimer {
  text-align: center !important;
}

@media (min-width: 992px) {
  .copyright-content .disclaimer {
    text-align: end !important;
  }
}

.disclamier-link {
  cursor: pointer;
}

.disclamier-link:hover {
  color: #fff;
}

.disclaimer-section {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  color: white;
  background-color: #213B8F;
  z-index: 15;
  padding: 55px 0;
}

@media (min-width: 992px) {
  .disclaimer-section {
    padding: 85px 0;
  }
}

.disclaimer-section .disclaimer-head {
  font-size: 24px;
  line-height: 33px;
  font-family: NotoSansRegular;
}

.disclaimer-section .close-disclaimer {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.disclaimer-section .close-disclaimer-close-btn {
  font-size: 22px;
}

.disclaimer-section .discliamer-description {
  font-family: NotoSansLight;
  font-size: 18px;
  line-height: 24px;
}

@media (max-width: 991px) {
  .disclaimer-section .width {
    width: 100%;
  }
}

/* font family */

@font-face {
  font-family: NotoSansDisplayBold;
  src: url("/fonts/NotoSansDisplay-Bold.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: NotoSansDisplayExtraLight;
  src: url("/fonts/NotoSansDisplay-ExtraLight.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: NotoSansDisplayLight;
  src: url("/fonts/NotoSansDisplay-Light.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: NotoSansDisplayMedium;
  src: url("/fonts/NotoSansDisplay-Medium.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: NotoSansLight;
  src: url("/fonts/NotoSans-Light.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: NotoSansMedium;
  src: url("/fonts/NotoSans-Medium.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: NotoSansRegular;
  src: url("/fonts/NotoSans-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: NotoSansBold;
  src: url("/fonts/NotoSans-Bold.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: NotoSansSemiBold;
  src: url("/fonts/NotoSans-SemiBold.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: NotoSansDisplayLight;
  src: url("/fonts/NotoSansDisplay-Light.ttf");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "NotoSansLight", "PT Sans";
  font-size: 14px;
  color: #000;
}

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

.light-family {
  font-family: NotoSansLight;
}

.regular-family {
  font-family: NotoSansRegular;
}

.medium-family {
  font-family: NotoSansMedium;
}

.semibold-family {
  font-family: NotoSansSemiBold;
}

.font--14 {
  font-size: 14px;
}

.font--16 {
  font-size: 16px;
}

.font--14 {
  font-size: 14px;
}

.font-size--32 {
  font-size: 32px;
}

.font--18 {
  font-size: 18px;
}

.font--28 {
  font-size: 28px;
}

.font--21 {
  font-size: 21px;
}

.font--60 {
  font-size: 60px;
}

.font--24 {
  font-size: 24px;
}

.font--30 {
  font-size: 30px;
}

.font--80 {
  font-size: 80px;
}

.lineheight--68 {
  line-height: 68px;
}

.lineheight--64 {
  line-height: 64px;
}

.lineheight--28 {
  line-height: 28px;
}

.lineheight--12 {
  line-height: 12px;
}

.lineheight--19 {
  line-height: 19px;
}

.lineheight--20 {
  line-height: 20px;
}

.lineheight--30 {
  line-height: 30px;
}

.lineheight--21 {
  line-height: 21px;
}

.lineheight--23 {
  line-height: 23px;
}

.lineheight--24 {
  line-height: 24px;
}

.lineheight--30 {
  line-height: 30px;
}

.mt-100 {
  margin-top: 100px;
}

.text-color {
  color: #102D69;
}

.mt-6 {
  margin-top: 6px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-10 {
  margin: 10px 0 0;
}

.mt-13 {
  margin-top: 13px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-22 {
  padding-bottom: 22px;
}

.pb-55 {
  padding-bottom: 55px;
}

.mr-40 {
  margin-right: 40px;
}

.w-100 {
  width: 100%;
}

.p-15 {
  padding: 15px;
}

.active {
  display: block !important;
}

.common-section {
  padding: 40px 0;
}

.blue-text {
  color: #1961AC;
}

.black-text {
  color: #000;
}

.red-text {
  color: #E7344C;
}

.white-text {
  color: #fff;
}

.dark-blue-text {
  color: #102d69 !important;
}

.green-text {
  color: #13A538 !important;
}

.yellow-text {
  color: #FBBA00;
}

.cursor-pointer {
  cursor: pointer;
}

.flex-50 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.text-decoration {
  text-decoration: none;
}

.page-top-margin {
  margin-top: 71px;
}

.w-auto {
  width: auto;
}

.align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.justify-content-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.right-line {
  border-right: 1px solid #000;
  margin: 12px;
}

.common-btn {
  border-radius: 30px;
  background-color: transparent;
  border: 1px solid transparent;
  color: #102d69;
  padding: 11px 31px;
  -webkit-box-shadow: 3px 6px 24px #102D6938;
          box-shadow: 3px 6px 24px #102D6938;
  font-family: NotoSansMedium;
}

.common-btn:hover,
.common-btn:focus {
  color: white;
}

.blue-btn {
  border: 1px solid #102d69;
  color: #102d69;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.blue-btn:hover,
.blue-btn:focus {
  background-color: #102d69;
  border: 1px solid #102d69;
  color: #fff;
}

.yellow-btn {
  border: 1px solid #FBBA00;
  color: #FBBA00;
}

.yellow-btn:hover,
.yellow-btn:focus {
  background-color: #FBBA00;
  border: 1px solid #FBBA00;
}

.light-red-btn {
  border: 1px solid #E7344C;
  color: #E7344C;
}

.light-red-btn:hover,
.light-red-btn:focus {
  background-color: #E7344C;
  border: 1px solid #E7344C;
}

.white-btn {
  border: 1px solid #fff;
}

.white-btn:hover,
.white-btn:focus {
  background-color: #102d69;
  border: 1px solid #102d69;
}

.green-btn {
  border: 1px solid #13A538;
  color: #13A538;
}

.green-btn:hover,
.green-btn:focus {
  background-color: #13A538;
  border: 1px solid #13A538;
}

.green-bg-btn {
  background-color: #13A538;
  color: #fff;
}

.green-bg-btn:hover,
.green-bg-btn:focus {
  color: #13A538;
  background-color: #fff;
  border: 1px solid #13A538;
}

.blue-bg-btn {
  background-color: #102d69;
  color: #fff;
}

.blue-bg-btn:hover,
.blue-bg-btn:focus {
  color: #13A538;
  background-color: #fff;
  border: 1px solid #102d69;
}

.search-btn {
  border: 1px solid #fff;
  background-color: #102d69;
  color: #fff;
}

.search-btn:hover,
.search-btn:focus {
  background-color: #fff;
  border: 1px solid #102d69;
  color: #102d69;
}

.vendors-pdf-btn {
  border: 1px solid #102d69;
  background-color: #fff;
  color: #102d69;
}

.vendors-pdf-btn:hover,
.vendors-pdf-btn:focus,
.vendors-pdf-btn:active {
  background-color: #102d69;
  border: 1px solid #fff;
  color: #fff;
}

.region-modal {
  cursor: pointer;
}

.region-acc-btn:not(.collapsed),
.region-acc-btn,
.region-acc-header,
.region-accordion,
.region-acc-item,
.crops-accordion,
.crops-acc-item,
.crops-acc-header,
.crops-acc-btn,
.crops-acc-btn:not(.collapsed) {
  background-color: #102d69;
  --bs-accordion-bg: #102d69;
  color: #fff;
  --bs-accordion-color: #fff;
}

.accordion-flush .region-acc-item .region-acc-btn,
.accordion-flush .region-acc-item .region-acc-btn .collapsed {
  color: #fff;
}

.accordion-flush .crops-acc-item .crops-acc-btn,
.accordion-flush .crops-acc-item .crops-acc-btn .collapsed {
  color: #fff;
}

.region-acc-btn,
.crops-acc-btn {
  padding: 20px 0;
  border-bottom: 1px solid #fff;
}

.region-acc-btn:focus,
.crops-acc-btn:focus {
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.region-acc-btn:after,
.crops-acc-btn:after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}

/* breadcrumbs style */

.breadcrumbs-wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
}

.breadcrumbs {
  font-family: NotoSansRegular;
  --bs-breadcrumb-divider: '>';
}

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

.breadcrumbs .active {
  text-decoration: none;
  color: #102d69;
}

.breadcrumb {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.get-in-touch-text {
  font-size: 50px;
}

/* Distributor card style */

.distributor-section {
  padding: 50px 0;
}

.distributor-section .card {
  margin: 0 auto;
}

.distibutor-heading {
  color: #102d69;
}

.card-wrapper {
  padding: 30px;
}

.card {
  background: #fff;
  border: 0;
  -webkit-box-shadow: 0px 3px 21px #00000033;
          box-shadow: 0px 3px 21px #00000033;
  border-radius: 12px;
}

.distributor-wrapper {
  padding-top: 50px;
}

.distributor-card-wrapper {
  padding: 30px 0;
}

.distributor-card-wrapper .img-hover-zoom--colorize img {
  padding: 0;
}

.img-hover-zoom--colorize img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-top: -50px;
  padding: 1px;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}

.img-hover-zoom--colorize:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.redirection-section {
  padding: 150px 0 120px;
}

.redirection-content {
  padding-bottom: 50px;
}

.redirection-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.redirection-title {
  font-size: 60px;
  line-height: 68px;
}

.redirection-text {
  font-size: 21px;
  line-height: 30px;
  padding-bottom: 30px;
}

.box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fa-angle-left,
.fa-angle-right {
  top: 35%;
  color: #C5C5C5;
  font-size: 50px;
}

.fa-angle-right {
  right: 1%;
}

.fa-angle-left {
  left: 1%;
}

/* MEDIA */

@media (max-width: 768px) {
  .breadcrumbs {
    position: absolute;
    top: 80px;
  }

  .landing-slider .slick-prev {
    left: -42%;
  }
}

.learn-more-container {
  margin-bottom: 30px;
}

/* Blogs card style here */

.blogs-list-container {
  margin-bottom: 50px;
}

.blogs-card-slider .slick-slide {
  height: auto;
}

.blogs-card-slider .slick-next,
.blogs-card-slider .slick-prev {
  width: 46px;
  height: 46px;
}

.blogs-card-slider .slick-next {
  left: 54% !important;
}

.blogs-card-slider .slick-prev {
  left: 33%;
}

.blogs-card-slider .slick-arrow {
  top: 100%;
}

@media (min-width: 768px) and (max-width: 992px) {
  .blogs-card-slider .slick-prev {
    left: 42%;
  }
}

@media (min-width: 992px) {
  .fa-angle-right {
    right: -2%;
  }

  .fa-angle-left {
    left: -2%;
  }
}

.card-deck img {
  width: 100%;
  border-radius: 12px 12px 0 0;
}

.flex-md-50 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.d-lg-flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.landing-slider .slick-prev,
.landing-slider .slick-next {
  height: 40px;
}

.landing-slider .slick-prev {
  left: -36%;
}

.landing-slider .slick-next {
  right: 15%;
}

.banner-slider .banner-slides {
  padding: 50px 0;
  position: relative;
  overflow: hidden;
}

.banner-slider .banner-deskimg {
  width: 522px;
  position: absolute;
  top: -30%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.banner-slider .banner-content {
  margin-top: 295px;
  text-align: center;
  padding: 20px;
}

.banner-slider .slick-prev,
.banner-slider .slick-next {
  height: 46px;
  width: 46px;
}

.banner-slider .slick-prev {
  left: 30%;
  top: 115%;
}

.banner-slider .slick-next {
  right: 30%;
  top: 115%;
}

@media (min-width: 480px) {
  .banner-slider .banner-content {
    margin-top: 305px;
  }

  .banner-slider .slick-prev {
    left: 35%;
  }

  .banner-slider .slick-next {
    right: 35%;
  }
}

@media (min-width: 768px) {
  .banner-slider .slick-prev {
    left: 40%;
  }

  .banner-slider .slick-next {
    right: 40%;
  }
}

@media (min-width: 1024px) {
  .redirection-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .redirection-title {
    font-size: 60px;
    line-height: 68px;
  }

  .redirection-text {
    font-size: 21px;
    line-height: 30px;
  }

  .distributor-wrapper {
    padding-top: 70px;
  }

  .blogs-list-container {
    margin-bottom: 0;
  }

  .banner-slider .slick-prev {
    left: 43%;
  }

  .banner-slider .slick-next {
    right: 43%;
  }
}

@media (min-width: 1200px) {
  .banner-slider .banner-deskimg {
    left: 12%;
    width: 58%;
    top: 0;
    -webkit-transform: translate(-335px, -215px);
            transform: translate(-335px, -215px);
  }

  .banner-slider .banner-content {
    margin-top: -150px;
    text-align: left;
    height: 605px;
  }

  .banner-slider .slick-prev,
  .banner-slider .slick-next {
    height: 46px;
    width: 46px;
  }

  .banner-slider .slick-prev {
    left: 53%;
    top: 85%;
  }

  .banner-slider .slick-next {
    right: 33.5%;
    top: 85%;
  }

  .banner-slider .banner-content-bold-para,
  .banner-slider .banner-content-subtitle,
  .banner-slider .banner-content-title,
  .banner-slider .banner-sec-para {
    text-align: left;
  }

  .banner-slider .banner-content-subtitle {
    font-size: 24px;
    line-height: 28px;
  }

  .banner-slider .banner-content-bold-para {
    font-size: 30px;
    line-height: 40px;
    padding: 0;
  }

  .banner-slider .banner-sec-para {
    font-size: 18px;
    line-height: 28px;
  }

  .banner-slider .banner-sec-para {
    padding: 0;
  }

  .banner-slider .banner-content-title {
    font-size: 60px;
    line-height: 68px;
  }

  .distributor-section .card {
    max-width: 345px;
    min-width: 345px;
  }

  .img-hover-zoom--colorize img {
    margin-top: -75px;
    width: 150px;
    height: 150px;
  }
}

@media (min-width: 1366px) {
  .banner-slider .slick-next {
    right: 35.5%;
  }
}

@media (min-width: 1400px) {
  .banner-slider .banner-deskimg {
    top: -52%;
    left: 24%;
    -webkit-transform: translate(-500px, 18px);
            transform: translate(-500px, 18px);
  }

  .banner-slider .slick-prev {
    left: 53%;
    top: 85%;
  }

  .banner-slider .slick-next {
    right: 37%;
    top: 85%;
  }
}

@media (min-width: 1600px) {
  .banner-slider .slick-prev {
    left: 52%;
  }

  .banner-slider .slick-next {
    right: 38%;
  }

  .testimonials-container {
    width: 1600px;
  }

  .banner-slider .banner-deskimg {
    top: -70%;
    width: 50%;
    -webkit-transform: translate(-585px, 150px);
            transform: translate(-585px, 150px);
    left: 30%;
  }
}

@media (min-width: 1920px) {
  .banner-slider .slick-prev {
    left: 51.5%;
  }

  .banner-slider .slick-next {
    right: 42.5%;
  }

  .banner-slider .banner-deskimg {
    top: -75%;
    width: 42%;
    -webkit-transform: translate(-595px, 170px);
            transform: translate(-595px, 170px);
    left: 26%;
  }
}

@media (min-width: 2560px) {
  .banner-slider .banner-deskimg {
    top: -40%;
    width: 24%;
    left: 11%;
  }
}

@media (max-width: 767px) {
  .mob-padding {
    padding: 0 30px;
  }

  .blog-mb {
    margin-bottom: -190px;
  }

  .blog-mob-mb {
    margin-bottom: 0;
  }

  .featured-common-section {
    padding: 90px 0 40px 0 !important;
  }

  .featured-content-wrapper {
    padding-top: 30px !important;
  }

  .testimonial-slider .slick-track {
    padding-bottom: 0 !important;
  }

  .person-name {
    position: inherit !important;
  }

  .wrapper {
    padding: 50px 10px;
  }

  .blog-mob-mb {
    margin-bottom: 0;
  }

  .testimonial-mob-sec {
    padding-bottom: 0 !important;
  }

  .distibutor-heading-sec {
    font-size: 36px !important;
    line-height: 40px;
  }

  .bottom-space {
    margin-bottom: -65px;
  }
}

.crops-slider .slick-arrow {
  content: "\F105";
  position: absolute;
  font-size: 45px;
  color: #102D69;
  top: 22%;
}

.crops-slider .fa-angle-right {
  right: 5px;
}

.crops-slider .fa-angle-left {
  left: 5px;
}

.crops-slider .slick-list {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.crops-slider .crop-img {
  margin: auto;
}

.testimonials {
  padding: 40px 0;
  background-color: #F3F2F2;
}

.testimonials .user-img-container {
  z-index: 1;
}

.testimonials .testimonial-slider {
  padding: 10px 0 0;
}

.testimonials .testimonial-slider .slick-list {
  overflow: hidden;
  padding-bottom: 30px;
}

.testimonials .testimonial-slider .testimonial-para {
  margin-top: 80px;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
}

.testimonials .testimonial-slider .card-body {
  padding: 20px 30px 30px;
}

.testimonials .testimonial-slider .user-name {
  font-size: 11px;
  line-height: 14px;
  padding-bottom: 30px;
}

.testimonials .testimonial-slider .user-img {
  width: 86px;
  height: 86px;
}

.testimonials .testimonial-slider .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin: 0 20px;
}

.testimonials .testimonial-slider .slick-slide,
.testimonials .testimonial-slider .slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.testimonials .testimonial-slider .slick-next,
.testimonials .testimonial-slider .slick-prev {
  z-index: 5;
  top: unset;
  bottom: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 46px;
  width: 46px;
}

.testimonials .testimonial-slider .slick-next {
  left: 56% !important;
}

.testimonials .testimonial-slider .slick-prev {
  left: 40%;
}

.testimonials .testimonial-slider .slick-arrow {
  top: 95%;
}

.testimonials .testimonial-slider .slick-slide.slick-center {
  z-index: 30;
}

@media (min-width: 480px) {
  .testimonials .testimonial-slider .slick-next {
    left: 55%;
  }

  .blogs-card-slider .fa-angle-left,
  .blogs-card-slider .fa-angle-right {
    top: 35%;
  }

  .landing-slider .slick-prev {
    left: -43%;
  }

  .landing-slider .slick-next {
    right: 30%;
  }
}

@media (min-width: 992px) {
  .generic-testimonial-section {
    -webkit-transform: translate(0, -345px);
            transform: translate(0, -345px);
  }

  .testimonials {
    padding: 70px 0;
  }

  .testimonials .test-title {
    font-size: 60px;
    line-height: 12px;
    padding-bottom: 45px;
  }

  .testimonials .testimonial-slider {
    padding: 10px 0 70px;
  }

  .testimonials .testimonial-slider .user-img {
    width: 123px;
    height: 123px;
  }

  .testimonials .testimonial-slider .slick-slide {
    margin: 0 10px;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }

  .testimonials .testimonial-slider .slick-slide,
  .testimonials .testimonial-slider .slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] {
    -webkit-transform: scale(0.6) translate(461px);
            transform: scale(0.6) translate(461px);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }

  .testimonials .testimonial-slider .slick-center,
  .testimonials .testimonial-slider .slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    width: 550px;
  }

  .testimonials .testimonial-slider .slick-active {
    -webkit-transform: scale(0.8) translate(110px);
            transform: scale(0.8) translate(110px);
  }

  .testimonials .testimonial-slider .slick-current.slick-active {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }

  .testimonials .testimonial-slider .slick-next {
    left: 54% !important;
  }

  .testimonials .testimonial-slider .slick-prev {
    left: 47%;
  }

  .testimonials .testimonial-slider .slick-slide.slick-center + .slick-slide {
    -webkit-transform: scale(0.6) translate(-461px);
            transform: scale(0.6) translate(-461px);
    z-index: 10;
  }

  .testimonials .testimonial-slider .slick-slide.slick-center {
    /* margin: 0 -10%; */
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    z-index: 30;
  }
}

.products .product-content {
  padding: 60px 10px 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.products .product-content .product-bold-para {
  font-size: 22px;
  line-height: 28px;
  padding-top: 70px;
}

.products .product-content .product-para {
  font-size: 16px;
  line-height: 21px;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 20px;
}

.learnMore-btn {
  font-size: 16px;
  line-height: 28px;
}

.product-slider {
  padding: 0;
  overflow: hidden;
}

.product-slider .slick-slide {
  width: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin-top: 0;
}

.product-slider .slick-slide,
.product-slider .slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.product-slider .slick-list {
  height: auto !important;
}

.product-slider .slick-next {
  right: 30%;
}

.product-slider .slick-prev {
  left: 30%;
}

.product-slider .slick-prev:before,
.product-slider .slick-next:before {
  color: #212529;
  font-size: 35px;
}

.product-slider .slick-arrow {
  top: 95%;
  width: 46px;
  height: 46px;
  font-size: 70px;
  color: #102D69;
}

.product-slider .fa-angle-left {
  left: 15px;
}

.product-slider .fa-angle-right {
  right: 15px;
}

.product-slider .slick-slide.slick-center {
  z-index: 30;
  margin-top: 0;
}

.product-slider .product-slides {
  height: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33%;
          flex: 0 0 33%;
}

.product-slider .product-slides figcaption {
  font-size: 32px;
  line-height: 40px;
  color: #102D69;
  font-family: NotoSansLight;
}

.product-slider .slick-slide .product-content {
  display: none;
}

.product-slider .slick-current.slick-active .product-content {
  display: block;
}

@media (min-width: 992px) {
  .products .product-content {
    padding: 195px 10px 0;
  }

  .products .product-content .product-bold-para {
    font-size: 28px;
    line-height: 36px;
  }

  .products .product-content .product-para {
    font-size: 18px;
    line-height: 28px;
  }

  .product-slider {
    -webkit-transform: translateY(-75px);
            transform: translateY(-75px);
    padding: 0;
    padding-top: 80px;
    position: relative;
  }

  .product-slider .product-slides figcaption {
    padding-top: 30px;
    font-size: 55px;
    line-height: 60px;
    color: #102D69;
    font-family: NotoSansLight;
  }

  .product-slider .slick-slide,
  .product-slider .slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }

  .product-slider .slick-center .product-content {
    opacity: 1;
    display: block;
    width: 637px;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    padding-top: 65%;
  }

  .product-slider .slick-arrow {
    top: 35%;
  }

  .product-slider .slick-prev:before,
  .product-slider .slick-next:before {
    color: #212529;
    font-size: 35px;
  }

  .product-slider .slick-slide.slick-center {
    z-index: 30;
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  .product-slider .slick-list {
    overflow: visible;
  }

  .product-slider .slick-center,
  .product-slider .slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }

  .product-slider .slick-slide,
  .product-slider .slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] {
    -webkit-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
    opacity: .5;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }

  .product-slider .slick-current.slick-active {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }

  .product-slider .slick-current.slick-active figcaption {
    padding-top: 30px;
    font-size: 55px;
    line-height: 60px;
    color: #102D69;
    font-family: NotoSansLight;
  }
}

@media (min-width: 1200px) {
  .product-slider .slick-center .product-content {
    width: 900px;
  }

  .testimonials .testimonial-slider .slick-slide,
  .testimonials .testimonial-slider .slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] {
    -webkit-transform: scale(0.7) translate(270px);
            transform: scale(0.7) translate(270px);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }

  .testimonials .testimonial-slider .slick-center,
  .testimonials .testimonial-slider .slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    width: 550px;
  }

  .testimonials .testimonial-slider .slick-current.slick-active {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }

  .testimonials .testimonial-slider .slick-slide.slick-center + .slick-slide {
    -webkit-transform: scale(0.7) translate(-270px);
            transform: scale(0.7) translate(-270px);
    z-index: 10;
  }

  .testimonials .testimonial-slider .slick-slide.slick-center {
    /* margin: 0 -10%; */
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
    z-index: 30;
  }
}

.landing-slider .slick-prev {
  left: 28%;
}

.landing-slider .slick-next {
  right: 12%;
}

.generic-landing-slider .slick-next {
  right: 16%;
}

.landing-slide_content {
  padding-bottom: 100px;
  margin-top: -32%;
  margin-left: 51%;
}

.slider_landing-slider .slick-arrow {
  top: auto;
  bottom: 35px !important;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.slider_landing-slider .btn--arrow-right {
  bottom: 35px;
  right: 40%;
  left: auto;
}

.slider_landing-slider .btn--arrow-left {
  right: 46.5%;
  bottom: 0;
}

.slider_landing-slider img {
  width: 50%;
}

@media (max-width: 768px) {
  .breadcrumbs,
  .breadcrumb {
    display: none;
  }

  .landing-slide_content {
    margin-top: 30px;
    margin-left: 30px;
  }

  .slider_landing-slider .btn--arrow-right {
    right: 60%;
  }

  .slider_landing-slider .btn--arrow-left {
    right: 80%;
  }

  .slider_landing-slider img {
    width: 100%;
  }

  .font--60 {
    font-size: 50px;
  }
}

.featured-top-space {
  margin-top: 80px;
}

.font--80 {
  font-size: 56px;
}

.top-space {
  margin-top: 30px;
}

@media (min-width: 991px) {
  .featured-top-space {
    margin-top: 100px;
  }

  .top-space {
    margin-top: 0;
  }
}

@media (min-width: 1440px) {
  .get-in-touch-text {
    font-size: 60px;
    line-height: 12px;
  }
}

.text-white {
  color: #fff;
}

.text-black {
  color: #000000;
}

.text-black-1e {
  color: #1E1E1E;
}

.text-blue {
  color: #102D69;
}

.text-green {
  color: #16AC5C;
}

