@import url("https://fonts.googleapis.com/css?family=Maven+Pro:400,500,700,900");
/*bottom Arrow */
/*bottom Arrow */
/* ----- Active and Hover Links ----- */
/* ----- Active and Hover Links End ----- */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.mainHeader header .navbarLink ul li a.business_dpn {
  padding: 15px 5px 10px 12px;
}

@font-face {
  font-family: "Algerian";
  src: url("../fonts/Algerian.eot");
  src: url("../fonts/Algerian.eot?#iefix") format("embedded-opentype"), url("../fonts/Algerian.woff2") format("woff2"), url("../fonts/Algerian.woff") format("woff"), url("../fonts/Algerian.ttf") format("truetype"), url("../fonts/Algerian.svg#Algerian") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
}

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

.fontbold {
  font-weight: bold;
}

.info2, .success, .warning2, .failure, .validation2 {
  border: 1px solid;
  margin: 10px 0px;
  padding: 15px 10px 15px 50px;
  background-repeat: no-repeat;
  background-position: 10px center;
}

.info2 {
  color: #00529B;
  background-color: #BDE5F8;
  background-image: url(../../assets/images/info.png);
}

.success {
  color: #4F8A10;
  background-color: #DFF2BF;
  background-image: url(../../assets/images/success.png);
}

.warning2 {
  color: #9F6000;
  background-color: #FEEFB3;
  background-image: url(../../assets/images/warning.png);
}

.failure {
  color: #D8000C;
  background-color: #FFBABA;
  background-image: url(../../assets/images/error.png);
}

.hm_client #owl-example1, .hm_client .owl-carousel .owl-stage-outer {
  height: 110px !important;
}

input[type=text].error, textarea.error, select.error {
  border-bottom: 2px solid #D8000C !important;
}

label.error {
  position: absolute;
  font-size: 13px !important;
  font-weight: 400 !important;
  top: 100%;
  left: 0;
  color: #D8000C;
}

.alert-specialsuccess {
  color: #4f8a10;
  padding: 4px 0 3px 357px;
}

.crossLine {
  background: #000;
  position: relative;
  display: inline-block;
  padding: 0px;
  height: 1px;
  width: 40px;
  height: 20px;
  cursor: pointer;
}
.crossLine .line {
  display: block;
  background: #dc3545;
  height: 2px;
  width: 30px;
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: 5555;
}
.crossLine .line.crossLine1 {
  top: 0px;
  transition: 0.5s ease-in-out;
}
.crossLine .line.crossLine2 {
  top: 45%;
  transition: 0.5s ease-in-out;
}
.crossLine .line.crossLine3 {
  bottom: 0px;
  transition: 0.5s ease-in-out;
}
.crossLine.active .line {
  background: #F3EB95;
}
.crossLine.active .line.crossLine1 {
  top: 45%;
  transform: rotate(45deg);
}
.crossLine.active .line.crossLine2 {
  opacity: 0;
}
.crossLine.active .line.crossLine3 {
  bottom: 45%;
  transform: rotate(135deg);
}

ul {
  list-style: none;
}

ul, h1, h2, h3, h4, h6, p {
  margin-bottom: 0px;
}

.logo {
  background: #fff;
}
@media (max-width: 575px) {
  .logo {
    width: 65%;
  }
}

.linehgt {
  line-height: 175px !important;
}
@media (max-width: 767px) {
  .linehgt {
    line-height: inherit !important;
  }
}

.form-group {
  position: relative;
}
.form-group label.error {
  position: absolute;
  top: 100%;
  left: 0;
  color: #fff;
  font-size: 12px;
  margin: 0;
}

.roboto {
  display: flex;
  flex-direction: row-reverse;
  position: relative;
}
.roboto label.error {
  top: 100%;
  left: 0;
}
.roboto .pull-left {
  height: 100%;
  background: #664536;
  position: absolute;
}

#captchaerror {
  position: absolute;
  top: 100%;
  left: 0;
  color: #fff !important;
  font-size: 13px;
  font-weight: 400;
}

@media (max-width: 991px) {
  .navBlock .navbarBtn .btn {
    background: transparent;
    color: #C71A1C !important;
    font-size: 26px;
  }
}
.mainHeader {
  background: #fff;
}
.mainHeader header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.mainHeader header .logo a {
  display: block;
}
.mainHeader header .navbarLink ul {
  align-items: center;
}
.mainHeader header .navbarLink ul li {
  text-transform: uppercase;
  margin-left: 10px;
}
.mainHeader header .navbarLink ul li .dropdown-toggle {
  padding-left: 0;
}
.mainHeader header .navbarLink ul li .dropdown-toggle::after {
  display: none;
}
.mainHeader header .navbarLink ul li a {
  color: #000;
  font-size: 16px;
  padding: 15px 12px 10px 12px;
  display: inline-block;
  text-transform: capitalize;
}
@media (max-width: 1199px) {
  .mainHeader header .navbarLink ul li a {
    font-size: 13px;
    padding: 10px 12px 10px 12px;
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li a {
    color: #fff;
    font-size: 30px;
    padding: 20px 12px 20px 12px;
  }
}
.mainHeader header .navbarLink ul li.active a, .mainHeader header .navbarLink ul li:hover a {
  background: none;
  border-radius: 0;
  color: #C71A1C;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li.active a, .mainHeader header .navbarLink ul li:hover a {
    color: #F3EB95;
  }
}
.mainHeader header .navbarLink ul li > .dropdown-menu {
  background: #fff;
  padding: 0;
  margin: 0;
  min-width: 220px;
  border: 0;
  border-radius: 0;
  transform: inherit !important;
  top: 100% !important;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li {
  margin-left: 0;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li a {
  color: #000;
  padding: 10px;
  font-size: 16px;
  text-transform: capitalize;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li.active, .mainHeader header .navbarLink ul li > .dropdown-menu li:hover {
  background: #C71A1C;
  border-radius: 0px;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li.active > a, .mainHeader header .navbarLink ul li > .dropdown-menu li:hover > a {
  color: #fff !important;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li.submenu .dropdown-toggle {
  transform: rotate(-90deg);
}
.mainHeader header .navbarLink ul li > .dropdown-menu li.submenu .subdropdown {
  left: 100%;
  top: 0 !important;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu li.submenu .dropdown-toggle {
    transform: rotate(0deg);
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu {
    background: none;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu li {
    text-align: center;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu li a {
    color: #fff;
    text-align: center;
    padding: 3px 5px;
    font-size: 25px;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu .subdropdown {
    left: 0 !important;
  }
}
@media (max-width: 767px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu li a {
    font-size: 16px !important;
  }
}
.mainHeader header .navbarLink ul li:hover > .dropdown-menu li, .mainHeader header .navbarLink ul li:focus > .dropdown-menu li {
  flex-direction: column;
}
@media (min-width: 992px) {
  .mainHeader header .navbarLink ul li:hover > .dropdown-menu, .mainHeader header .navbarLink ul li:focus > .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    z-index: 10;
    transition: all 0.25s ease-out;
  }
  .mainHeader header .navbarLink ul li:hover > .dropdown-menu li, .mainHeader header .navbarLink ul li:focus > .dropdown-menu li {
    flex-direction: column;
  }
}
.mainHeader header .navbarLink ul li.openBottom li.submenu .dropdown-toggle {
  transform: rotate(0deg);
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown {
  left: 0 !important;
  top: 100% !important;
  position: relative;
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown li {
  padding-left: 20px;
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown li a {
  font-size: 13px;
  padding: 0;
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown li:hover {
  background: none;
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown li:hover a {
  color: #7A7A7A !important;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul {
    flex-direction: column;
    margin: 0 auto;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu {
    position: relative !important;
    transform: none !important;
  }
}
@media (max-width: 767px) {
  .mainHeader header .navbarLink ul li a {
    font-size: 20px;
    padding: 10px 12px 10px 12px;
  }
}
.mainHeader header .navbarLink.active {
  left: 0;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink {
    background: #000;
    width: 100%;
    position: fixed;
    top: 0;
    left: -100%;
    height: 100vh;
    z-index: 999;
    transition: all 0.3s;
    overflow-y: scroll;
    text-align: center;
    padding-top: 35px;
  }
  .mainHeader header .navbarLink .navbar-nav {
    flex-direction: column;
    width: 100%;
  }
  .mainHeader header .navbarLink .navbar-nav .d-none {
    display: block !important;
  }
  .mainHeader header .navbarLink #dismiss .d-md-none {
    display: block !important;
  }
}
.mainHeader header .navbarLink #dismiss {
  width: 35px;
  height: 35px;
  line-height: 35px;
  color: #F3EB95;
  text-align: center;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  transition: all 0.3s;
  z-index: 9999;
}
.mainHeader .logo {
  padding: 10px 0;
}
.mainHeader .logo:focus-visible {
  outline: none;
  border: none;
}
@media (max-width: 575px) {
  .mainHeader {
    position: relative;
  }
}

body {
  font-family: "Poppins", sans-serif;
  color: #000;
}

.header_top ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header_top li {
  margin-right: 20px;
}
.header_top li a {
  color: #C71A1C;
  font-size: 14px;
}
.header_top li.active a, .header_top li:hover a {
  color: #000;
}
@media (max-width: 991px) {
  .header_top {
    display: none;
  }
}

.text-danger {
  color: #C71A1C !important;
}

.homebanner {
  position: relative;
}
.homebanner .slick-dots {
  bottom: 15px;
  right: 32px;
  left: auto;
  width: 30px;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: column;
}
.homebanner .slick-dots li {
  margin: 5px 0px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
}
.homebanner .slick-dots li button {
  font-size: 0px;
}
.homebanner .slick-dots li.slick-active {
  background: #fff;
}
.homebanner .slick-dotted.slick-slider {
  margin-bottom: 0px;
}
@media (max-width: 575px) {
  .homebanner .bannerBox img {
    height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .homebanner .slick-dots {
    right: 18px;
  }
}

@media (max-width: 767px) {
  .brandslider .slick-slider img, .operationslider .slick-slider img {
    width: 100%;
    height: 200px;
  }
}
.innerbanner {
  position: relative;
}
.innerbanner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.4;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.innerbanner .bannerBox img {
  height: 355px;
  -o-object-fit: cover;
     object-fit: cover;
}
.innerbanner .bannerBox .bannertext {
  z-index: 1;
}
@media (max-width: 991px) {
  .innerbanner .bannerBox img {
    min-height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 767px) {
  .innerbanner .bannerBox img {
    min-height: 100%;
  }
}

.bannerBox {
  position: relative;
}
.bannerBox img {
  display: inherit;
  width: 100%;
}

.bannertext {
  position: absolute;
  bottom: 38px;
  left: 0px;
  right: 0px;
}
.bannertext h1 {
  font-size: 50px;
  line-height: 60px;
  font-weight: 600;
  color: #fff;
}
.bannertext h1 span {
  font-weight: 200;
  display: block;
  line-height: 70px;
}
@media (max-width: 1199px) {
  .bannertext h1 {
    font-size: 43px;
    line-height: 53px;
  }
}
@media (max-width: 991px) {
  .bannertext h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .bannertext {
    text-align: center;
  }
  .bannertext h1 {
    font-size: 35px;
    line-height: 40px;
  }
}
@media (max-width: 575px) {
  .bannertext {
    bottom: 35px;
  }
  .bannertext h1 {
    font-size: 30px;
    line-height: 35px;
  }
  .bannertext h1 span {
    line-height: 56px;
  }
}
@media (max-width: 575px) and (max-width: 480px) {
  .bannertext h1 {
    font-size: 28px;
    line-height: 32px;
  }
  .bannertext h1 span {
    line-height: 40px;
  }
}

.maincontainer {
  min-height: 890px;
}

.sectionPadding {
  padding: 50px 0px;
}
@media (max-width: 575px) {
  .sectionPadding {
    padding: 40px 0px;
  }
}

.padd100 {
  padding: 100px 0px;
}
@media (max-width: 1199px) {
  .padd100 {
    padding: 70px 0px;
  }
}
@media (max-width: 991px) {
  .padd100 {
    padding: 50px 0px;
  }
}
@media (max-width: 767px) {
  .padd100 {
    padding: 40px 0px;
  }
}

h2 {
  font-size: 50px;
  line-height: 60px;
  font-weight: 200;
  color: #000;
  padding-bottom: 40px;
}
@media (max-width: 1199px) {
  h2 {
    font-size: 44px;
    line-height: 50px;
  }
}
@media (max-width: 991px) {
  h2 {
    font-size: 40px;
    line-height: 50px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 35px;
    line-height: 40px;
  }
}
@media (max-width: 575px) {
  h2 {
    font-size: 30px;
    line-height: 35px;
  }
}

h3 {
  font-size: 36px;
  line-height: 50px;
}

h4 {
  font-size: 30px;
  line-height: 40px;
}

.font18 {
  font-size: 18px;
  line-height: 26px;
}

.font14 {
  font-size: 14px;
  line-height: 18px;
}

.font16 {
  font-size: 16px;
  line-height: 24px;
}

.font25 {
  font-size: 25px;
  line-height: 35px;
}
@media (max-width: 767px) {
  .font25 {
    font-size: 22px;
    line-height: 26px;
  }
}

.font12 {
  font-size: 12px;
  line-height: 16px;
}

.yellow_bg {
  background: #F3EB95;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
.largefont {
  font-size: 250px;
  font-weight: 200;
  line-height: 70px;
  color: #292929;
  font-family: "Algerian";
}
@media (max-width: 1199px) {
  .largefont {
    font-size: 175px;
  }
}
@media (max-width: 991px) {
  .largefont {
    font-size: 140px;
  }
}
@media (max-width: 767px) {
  .largefont {
    font-size: 90px;
  }
}
@media (max-width: 575px) {
  .largefont {
    font-size: 65px;
  }
}

.flexbox {
  display: flex;
  align-items: center;
}

.title {
  font-size: 63px;
  line-height: 70px;
  color: #292929;
}
@media (max-width: 1199px) {
  .title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 991px) {
  .title {
    font-size: 40px;
    line-height: 45px;
  }
}
@media (max-width: 767px) {
  .title {
    font-size: 32px;
    line-height: 45px;
  }
}
@media (max-width: 575px) {
  .title {
    font-size: 22px;
    line-height: 32px;
  }
}

.subtitle {
  font-size: 34px;
  line-height: 32px;
  font-weight: 500;
  color: #292929;
}
@media (max-width: 1199px) {
  .subtitle {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .subtitle {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .subtitle {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .subtitle {
    font-size: 18px;
  }
}

.about {
  margin-top: -7px;
}
.about .row {
  padding: 70px 0px;
}
.about h4 {
  font-weight: 300;
  padding-bottom: 20px;
}
.about .font18 {
  padding-bottom: 20px;
}
.about .font18.font_semibold {
  font-weight: 500 !important;
}
@media (max-width: 1199px) {
  .about h3 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 991px) {
  .about .row {
    padding: 40px 0px;
  }
  .about h3 {
    font-size: 28px;
    line-height: 36px;
    padding-bottom: 20px;
  }
  .about h4, .about .font18 {
    padding-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .about {
    text-align: center !important;
  }
  .about h4 {
    font-size: 26px;
    line-height: 30px;
  }
  .about h3 {
    font-size: 26px;
    line-height: 30px;
    padding-bottom: 18px;
  }
}

.business {
  background: url(../images/gada_bg.png) no-repeat top right;
}
.business.minheight {
  min-height: 890px;
}
.business ul {
  display: flex;
}
.business ul li {
  padding: 0px 10px;
  text-align: center;
  align-items: center;
}
.business ul h4 {
  font-size: 29px;
  padding-bottom: 11px;
  text-align: center;
  max-width: 430px;
  min-height: 90px;
  align-items: center;
}
.business ul .font18 {
  flex-wrap: wrap;
  max-width: 323px;
  padding-top: 10px;
  font-weight: 600;
  color: #848484;
  text-align: center;
  margin: 0 auto;
}
.business ul img.img-fluid {
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 325px;
}
.business.strategy {
  background: #F5F5F5;
}
.business.strategy ul {
  justify-content: center;
}
.business.strategy ul li {
  flex: 0 0 33.33%;
  max-width: 100%;
}
.business.strategy h4 {
  font-size: 25px;
  line-height: 30px;
  font-weight: 600;
}
.business.strategy .font18 {
  padding-left: 20px;
  position: relative;
  font-weight: normal;
  text-align: left;
}
.business.strategy .font18:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #C51B1C;
  top: 18px;
  left: 0px;
}
@media (max-width: 1199px) {
  .business ul h4 {
    text-align: center;
    min-height: 130px;
  }
  .business.strategy h4 {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .business ul li {
    padding-bottom: 20px;
  }
  .business ul h4 {
    font-size: 24px;
    line-height: 30px;
    min-height: 110px;
    text-align: center;
    max-width: 400px;
    margin: auto;
  }
  .business ul img.img-fluid {
    min-height: 230px;
  }
  .business .div50 {
    flex-wrap: wrap;
    text-align: center;
  }
  .business .div50 li {
    flex: 0 0 100%;
    text-align: center;
    padding-bottom: 30px;
  }
  .business .div50 li .font18 {
    max-width: 100%;
  }
  .business .div50 li h4 {
    min-height: auto;
  }
  .business.strategy ul {
    flex-wrap: wrap;
  }
  .business.strategy ul li {
    flex: 0 0 50%;
    justify-content: center;
    padding-bottom: 40px 0px;
  }
  .business.strategy ul li:last-child {
    padding-bottom: 0px;
  }
  .business.strategy ul li .font18 {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .business ul {
    display: block;
  }
  .business ul .img-fluid {
    width: 100%;
  }
  .business ul h4 {
    min-height: 100%;
    max-width: 100%;
  }
  .business ul .font18 {
    max-width: 100%;
    text-align: center;
  }
  .business.strategy h2 {
    padding-bottom: 30px;
  }
  .business.strategy ul li {
    padding-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .business.strategy h4 {
    font-size: 21px;
    line-height: 28px;
  }
  .business.strategy .font18 {
    text-align: left;
  }
  .business.strategy img {
    padding-bottom: 15px;
  }
}

.key_figures {
  background: url(../images/about_fact.jpg) no-repeat center;
  background-size: cover;
}
.key_figures h2 {
  color: #fff;
}
.key_figures ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 836px;
}
.key_figures ul li {
  padding: 0px 10px 10px 0px;
}
.key_figures ul li .font14 {
  padding: 30px 20px;
  background: rgba(199, 26, 28, 0.9);
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
}
.key_figures ul li .font14 span {
  display: block;
}
.key_figures ul li .font14 i, .key_figures ul li .font14 span {
  font-size: 25px;
  line-height: 31px;
  font-weight: 700;
  color: white;
}
.key_figures ul li .font14 i {
  padding-right: 5px;
  font-style: inherit;
}
@media (max-width: 991px) {
  .key_figures h2 {
    padding-top: 15px;
  }
  .key_figures ul {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .key_figures ul li {
    flex: 0 0 50%;
  }
  .key_figures ul li .font14 {
    padding: 10px 15px;
  }
}
@media (max-width: 575px) {
  .key_figures {
    background-size: cover;
  }
  .key_figures ul li {
    flex: 0 0 100%;
    text-align: center;
  }
  .key_figures ul li .font14 span {
    font-size: 19px;
  }
}

.operating_model {
  background: #F5F5F5;
}
.operating_model #animationBox {
  max-width: 1220px;
  margin: 0 auto;
}
.operating_model .container1 {
  max-width: 1138px;
}
@media (max-width: 575px) {
  .operating_model h2 {
    font-size: 28px;
  }
}
.operating_model .modelbox {
  position: relative;
  min-height: 700px;
}
.operating_model .modelbox .stepbox {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 4;
  max-width: 218px;
}
.operating_model .modelbox .stepbox .font16 {
  line-height: 20px;
}
.operating_model .modelbox .stepbox.steponemarrow {
  top: 123px;
  left: 15px;
  z-index: 0;
}
.operating_model .modelbox .stepbox.transport {
  top: 193px;
  left: 98px;
}
.operating_model .modelbox .stepbox.nextarrow {
  top: 277px;
  left: 312px;
}
.operating_model .modelbox .stepbox.steptwotop {
  top: 77px;
  left: 263px;
  z-index: 0;
}
.operating_model .modelbox .stepbox.steptwoflat {
  top: 67px;
}
.operating_model .modelbox .stepbox.steptwoarrow {
  left: auto;
  right: 264px;
  top: 77.5px;
}
.operating_model .modelbox .stepbox.steptwobottom {
  top: auto;
  bottom: 160px;
}
.operating_model .modelbox .stepbox.bottomflat {
  top: auto;
  bottom: 148px;
  left: 263px;
}
.operating_model .modelbox .stepbox.bottomarrow {
  top: auto;
  bottom: 156px;
}
.operating_model .modelbox .stepbox.storage {
  right: 76px;
  bottom: 284px;
  top: auto;
}
.operating_model .modelbox .stepbox.storage .font16 {
  max-width: 222px;
  padding-left: 66px;
}
.operating_model .modelbox .stepbox.stepthree {
  right: 20px;
  top: 197px;
  left: auto;
  z-index: 0;
}
.operating_model .modelbox .stepbox.stepfour {
  bottom: 272px;
  top: auto;
}
.operating_model .modelbox .stepbox.user {
  right: -64px;
  top: 0px;
}
.operating_model .modelbox .stepbox.user .font16 {
  margin-bottom: -20px;
}
.operating_model .modelbox .stepbox.exporters {
  bottom: 110px;
  top: auto;
  right: -75px;
  display: flex;
}
.operating_model .modelbox .stepbox.exporters .font16 {
  margin-right: -10px;
  text-align: right;
}
.operating_model .modelbox .stepbox.innerbox {
  max-width: 417px;
  min-height: 383px;
  left: 365px;
  right: 0px;
  top: 131px;
  background: #EFEFEF;
  border-radius: 20px;
}
.operating_model .modelbox .stepbox.innerbox .graybg {
  background: #EFEFEF;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
}
.operating_model .modelbox .stepbox.innerbox .graybg .foodtrans {
  margin-top: -25px;
  max-width: 290px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.operating_model .modelbox .stepbox.innerbox .graybg .font25 {
  background: #FFE2E2;
  border-radius: 20px;
  padding: 6px;
  display: block;
  text-align: center;
}
.operating_model .modelbox .stepbox.packaging {
  top: 50px;
  left: 18px;
  display: flex;
  max-width: 410px;
}
.operating_model .modelbox .stepbox.packaging div {
  margin-top: 25px;
  display: flex;
}
.operating_model .modelbox .stepbox.packaging div.img4.end {
  align-items: flex-end;
}
.operating_model .modelbox .stepbox.packaging .font16 {
  margin-left: 0;
  margin-top: -30px;
}
.operating_model .modelbox .stepbox.processing {
  top: auto;
  bottom: 63px;
  left: auto;
  right: 107px;
  max-width: 300px;
  align-items: flex-end;
}
.operating_model .modelbox .stepbox.processing div {
  margin-top: 0px;
}
.operating_model .modelbox .stepbox.processing .font16 {
  margin-left: 40px;
}
.operating_model .modelbox .stepbox.stepthreearrow {
  right: 0px;
  left: auto;
  right: 306px;
}

.news {
  position: relative;
}
.news::before {
  content: "";
  width: 100%;
  height: 30%;
  top: 0;
  position: absolute;
  background: #F5F5F5;
}
.news .news_box {
  padding: 50px 70px 58px 98px;
  position: relative;
  margin-left: -10%;
  max-width: 968px;
}
.news .news_box h2 {
  padding-bottom: 23px;
}
.news .news_box ul {
  display: flex;
  justify-content: space-between;
}
.news .news_box ul li {
  justify-content: space-between;
  margin: 0px 5px;
}
.news .news_box ul .font25 {
  padding-bottom: 20px;
}
.news .news_box ul .font25 span {
  display: block;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  color: #5A5A5A;
}
.news .news_box ul .font12 {
  padding-bottom: 10px;
}
.news .news_box ul .more_btn a {
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
}
@media (max-width: 991px) {
  .news .news_box {
    padding: 40px;
    margin-left: 0%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .news .news_box ul {
    display: block;
  }
  .news .news_box ul li {
    padding-bottom: 20px;
  }
  .news .news_box ul li .font25 span {
    padding-bottom: 5px;
  }
}
@media (max-width: 575px) {
  .news .news_box {
    text-align: center;
    padding: 40px 15px;
  }
  .news .news_box .font25 {
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 10px !important;
  }
}

.global_presence {
  position: relative;
}
.global_presence path {
  fill: #b8b8b8;
  stroke: rgba(255, 255, 255, 0.01);
}
.global_presence .disNone {
  display: none;
}
@media (max-width: 991px) {
  .global_presence .disNone {
    display: block;
  }
}
@media (max-width: 991px) {
  .global_presence .disBlock {
    display: none;
  }
}
.global_presence .redMap {
  fill: #c51b1c;
  transition: all ease-in-out 0.5s;
}
.global_presence .yellowMap {
  fill: #fae615;
  transition: all ease-in-out 0.5s;
  transform: scale(1);
}
.global_presence .orangeMap {
  fill: #f2910a;
  transition: all ease-in-out 0.5s;
}
.global_presence .shadedregion.active {
  animation-name: blinker;
  animation-duration: 0.6s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
  /* Optional WebKit fallback (for older Safari) */
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 0.6s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
}
@keyframes blinker {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.global_presence .presenceList li {
  cursor: pointer;
}
.global_presence .map {
  position: relative;
}
.global_presence .symbol, .global_presence .country {
  position: absolute;
  bottom: 21%;
}
.global_presence .symbol ul li {
  position: relative;
  padding-left: 54px;
  font-size: 16px;
  line-height: 60px;
  font-weight: 500;
}
.global_presence .symbol ul li.orange::before, .global_presence .symbol ul li.red::before, .global_presence .symbol ul li.yellow::before {
  content: "";
  position: absolute;
  top: 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  left: 0px;
}
.global_presence .symbol ul li.orange::before {
  background: #F2910A;
}
.global_presence .symbol ul li.red::before {
  background: #C51B1C;
}
.global_presence .symbol ul li.yellow::before {
  background: #FAE615;
}
.global_presence .country {
  right: 80px;
  max-width: 170px;
  bottom: 18%;
}
.global_presence .country div {
  padding-bottom: 20px;
}
.global_presence .country div ul {
  display: flex;
  align-items: center;
}
.global_presence .country div ul li {
  align-items: center;
  padding-right: 5px;
}
.global_presence .country div ul li .font14 {
  font-weight: 500;
}
.global_presence .country div .font25 {
  font-weight: 600;
}
.global_presence .country div .font12 {
  color: #7E7E7E;
}
@media (max-width: 1199px) {
  .global_presence .symbol, .global_presence .country {
    position: inherit;
  }
  .global_presence .global_box {
    display: flex;
    justify-content: space-between;
  }
  .global_presence .country {
    max-width: 470px;
    right: 160px;
  }
  .global_presence .country div {
    padding-left: 4px;
    width: 250px;
  }
}
@media (max-width: 767px) {
  .global_presence .global_box {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
  }
  .global_presence .global_box .symbol {
    padding-bottom: 20px;
  }
  .global_presence .global_box .symbol ul li {
    padding-left: 42px;
    line-height: 40px;
  }
  .global_presence .global_box .symbol ul li::before {
    width: 30px;
    height: 30px;
    top: 2px;
  }
  .global_presence .global_box .country {
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .global_presence .global_box .symbol ul li {
    font-size: 14px;
    line-height: 35px;
    padding-left: 38px;
  }
  .global_presence .global_box .symbol ul li::before {
    width: 25px;
    height: 25px;
    top: 5px;
  }
}

.brands {
  position: relative;
}
.brands::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 57%;
  background: #C51B1C;
  z-index: -1;
}
.brands .brandBox {
  background: #fff;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.16);
}
.brands .brandBox img {
  height: 140px;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 10px 20px;
  margin: 0 auto;
}
.brands .slick-slide {
  margin: 0px 10px;
}

.footer {
  background: #343434;
  color: #fff !important;
}
.footer .footerTop {
  position: relative;
}
.footer .footerTop .container {
  padding: 40px 0px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
.footer .footerTop::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: rgba(241, 247, 255, 0.003);
  bottom: 0px;
}
.footer .footerTop .footerLink {
  display: flex;
  flex-wrap: wrap;
}
.footer .footerTop .footerLink li {
  margin-right: 35px;
}
.footer .footerTop .footerLink li a {
  color: #fff;
}
.footer .footerTop .footerLink li a::before {
  background: #FD6A02;
  transition: all 0.3s ease-in-out;
  content: "";
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  width: 0;
  height: 3px;
}
.footer .footerTop .footerLink li:hover a, .footer .footerTop .footerLink li.active a {
  color: #FAE615;
}
.footer .footerTop .footerSocialLink {
  display: flex;
}
.footer .footerTop .footerSocialLink li {
  border-radius: 50%;
  background: #FAE615;
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.footer .footerTop .footerSocialLink li:last-child {
  margin: 0;
}
.footer .footerTop .footerSocialLink li a {
  display: flex;
  justify-content: center;
  line-height: 30px;
  width: 30px;
  height: 30px;
  align-items: center;
}
.footer .footerTop .footerSocialLink a:hover {
  margin-top: 0;
  color: #125AD3;
}
.footer .footLine {
  font-size: 12px;
  padding: 13px 0px 15px 0;
  color: #fff;
}
.footer .footLine .bottomInside {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 1199px) {
  .footer .footerTop .container .footerLink li {
    margin-right: 20px;
  }
}
@media (max-width: 991px) {
  .footer .footerTop .container {
    display: block;
  }
  .footer .footerTop .container .footerSocialLink {
    justify-content: center;
    padding-top: 15px;
  }
  .footer .footerTop .container .footerLink li {
    margin-right: 17px;
  }
}
@media (max-width: 767px) {
  .footer .footerTop .footerLink {
    justify-content: center;
  }
  .footer .footerTop .footerLink li {
    margin: 3px 20px 5px 0;
  }
  .footer .footLine .bottomInside {
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  .footer .footLine .bottomInside {
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .footer .footLine .bottomInside .bottom_left {
    text-align: center;
  }
  .footer .footLine .bottomInside .bottom_left:first-child {
    padding-bottom: 5px;
  }
  .footer .footerTop .footerLink {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .footer .footerTop .footerLink li {
    margin-right: 0px;
  }
}

.font30 {
  font-size: 30px;
  line-height: 40px;
  padding-bottom: 20px;
  font-weight: 300;
}
@media (max-width: 991px) {
  .font30 {
    font-size: 26px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .font30 {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (max-width: 575px) {
  .font30 {
    font-size: 18px;
    line-height: 24px;
  }
}

.font20 {
  font-size: 20px;
  line-height: 30px;
}
@media (max-width: 575px) {
  .font20 {
    font-size: 18px;
    line-height: 26px;
  }
}

.redtxt {
  color: #C51B1C;
}

.about_sec {
  background: url(../images/about_bg.jpg) no-repeat top right;
  background-size: cover;
  background-attachment: fixed;
}
.about_sec .title {
  padding-left: 30px;
  max-width: 440px;
}
.about_sec .flexbox {
  justify-content: center;
  margin-bottom: 50px;
}
.about_sec .subtitle {
  margin-bottom: 30px;
}
.about_sec .contentHeadline {
  font-size: 37px;
  line-height: 50px;
}
.about_sec .about_content {
  margin-top: 10px;
}
.about_sec .about_content .coreBusiness {
  margin-bottom: 10px !important;
  font-weight: 400 !important;
}
.about_sec .about_content .font25 {
  font-weight: 300;
  color: #292929;
  margin-bottom: 20px;
}
.about_sec .about_content .font16.redtxt {
  font-weight: 500;
}
.about_sec .about_content .font16 {
  margin-bottom: 10px !important;
}
@media (max-width: 991px) {
  .about_sec .about_content .font25 {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .about_sec .about_content .font25 {
    font-size: 18px;
  }
}

.mission_vision {
  position: relative;
}
.mission_vision .img_box {
  position: absolute;
  width: 468px;
  right: 102%;
  top: 0;
  height: 100%;
}
.mission_vision .img_box img {
  height: 100%;
}
.mission_vision .vision_sec {
  max-height: 520px;
}
.mission_vision .vision_sec h4 {
  font-weight: 300;
  margin-bottom: 20px;
}
.mission_vision .vision_sec .font16 {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .mission_vision .img_box {
    display: none;
  }
}
@media (max-width: 767px) {
  .mission_vision .vision_sec {
    max-height: inherit;
  }
  .mission_vision h4 {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .mission_vision h4 {
    font-size: 20px;
    line-height: 30px;
  }
}

.about_fact {
  background: url(../images/about_fact.jpg) no-repeat center;
  background-size: cover;
}
.about_fact h2 {
  color: #fff;
}
.about_fact.key_figures ul {
  max-width: 650px;
}
.about_fact.key_figures ul .minwidth195 {
  min-width: 195px;
}

.teambox {
  text-align: center;
  position: relative;
  margin: 25px 0px;
}
.teambox::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 70%;
  border-radius: 20px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: #fff;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.16);
}
.teambox .memberimg {
  max-width: 170px;
  margin: 0 auto;
  background: #F3EB95;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.0016);
  border-radius: 50%;
  padding: 10px;
}
.teambox .memberdetails {
  text-align: center;
  padding: 20px 18px;
}
.teambox .memberdetails .font20 {
  font-weight: 700;
}
.teambox .memberdetails .font20 span {
  display: block;
  font-size: 13px;
  line-height: 16px;
  color: #848484;
  min-height: 30px;
  font-style: italic;
}
.teambox .memberdetails .font12 {
  color: #E66264;
  padding-top: 10px;
}
.teambox.process::before {
  height: 80%;
}
.teambox.process .memberimg {
  background: #C51B1C;
  max-width: 130px;
  padding: 30px;
}
.teambox.process .memberdetails .font25 {
  padding-bottom: 20px;
}
.teambox.process .memberdetails .font18 {
  text-align: left;
  min-height: 160px;
}
.teambox.cluster {
  width: 370px;
}
.teambox.cluster::before {
  height: 85%;
}
.teambox.cluster .memberdetails {
  min-height: 300px;
}
.teambox.cluster .memberdetails .font18 {
  min-height: 0px;
  padding: 10px 0px;
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 1199px) {
  .teambox .memberdetails {
    min-height: 133px;
  }
  .teambox.cluster {
    width: 100%;
  }
  .teambox.cluster .memberdetails {
    min-height: 348px;
  }
}
@media (max-width: 991px) {
  .teambox .memberdetails {
    min-height: 100%;
    padding: 20px 30px;
  }
}
@media (max-width: 767px) {
  .teambox {
    max-width: 500px;
    margin: 20px auto;
  }
  .teambox .memberdetails {
    min-height: 124px;
  }
  .teambox .memberdetails .font20 {
    font-size: 16px;
  }
  .teambox .memberdetails .font20 span {
    min-height: 100%;
  }
  .teambox.process {
    max-width: 100%;
  }
  .teambox.process .memberdetails {
    padding: 15px 20px;
    text-align: center;
  }
  .teambox.process .memberdetails .font18 {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .teambox {
    margin: 15px auto;
    width: 100%;
  }
  .teambox .memberimg {
    max-width: 120px;
  }
  .teambox .memberdetails {
    padding: 10px;
    min-height: 100%;
    padding-bottom: 15px;
  }
  .teambox .memberdetails .font20 span {
    min-height: 100%;
  }
  .teambox.cluster {
    width: 100%;
  }
  .teambox.cluster .memberdetails {
    min-height: 100%;
  }
}

.commodities {
  position: relative;
}
.commodities::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 54%;
  z-index: -1;
  top: 0;
  background: #F5F5F5;
}
.commodities ul {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
  padding-bottom: 50px;
}
.commodities ul li {
  flex: 0 0 25%;
  text-align: center;
  padding: 15px;
  position: relative;
}
.commodities ul li img {
  border-radius: 20px;
}
.commodities ul li .commiditidetail {
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
  z-index: 2;
  display: none;
  transition: ease-in 1s;
  transition-delay: 1s;
  align-items: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.commodities ul li .commiditidetail .font25 {
  color: #fff;
  width: 50%;
  margin: 0 auto;
  font-weight: 700;
}
.commodities ul li .commoditiimg {
  position: relative;
}
.commodities ul li .commoditiimg::before {
  position: absolute;
  content: "";
  transition: ease-in;
  transition-delay: 1s;
  width: 100%;
  height: 255px;
  left: 0px;
  top: 0px;
  z-index: 1;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}
.commodities ul li:hover {
  transition: ease-in 1s;
  transition-delay: 1s;
}
.commodities ul li:hover .commiditidetail {
  display: flex;
  transition: ease-in 1s;
  transition-delay: 1s;
}
.commodities ul li:hover .commoditiimg::before {
  display: block;
  transition: ease-in 1s;
  transition-delay: 1s;
}
@media (max-width: 1199px) {
  .commodities ul li .commoditiimg ::before {
    width: 204px;
    height: 204px;
  }
  .commodities ul li .commiditidetail {
    bottom: 35%;
  }
}
@media (max-width: 991px) {
  .commodities::before {
    height: 28%;
  }
  .commodities ul {
    padding-bottom: 0px;
  }
  .commodities ul li {
    flex: 0 0 33.33%;
  }
  .commodities ul li .commoditiimg::before {
    width: 100%;
    height: 100%;
  }
  .commodities ul li .commiditidetail {
    bottom: 30%;
  }
  .commodities ul li .commiditidetail .font25 {
    font-size: 18px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .commodities ul li {
    flex: 0 0 50%;
    padding: 5px;
  }
}

.sustainability {
  padding-top: 100px;
}
.sustainability h2 {
  max-width: 852px;
  margin: 0 auto;
}
.sustainability .font20 {
  padding-bottom: 40px;
}
@media (max-width: 1199px) {
  .sustainability {
    padding: 70px 0px;
  }
}
@media (max-width: 991px) {
  .sustainability {
    padding: 50px 0px;
  }
  .sustainability h2 {
    font-size: 36px;
    line-height: 45px;
  }
  .sustainability .font20 {
    padding-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .sustainability h2 {
    font-size: 32px;
    line-height: 38px;
  }
}
@media (max-width: 575px) {
  .sustainability h2 {
    font-size: 29px;
    line-height: 36px;
  }
}

.ceodetail {
  position: relative;
  padding: 50px 0;
  background: #F5F5F5;
}
.ceodetail .font25 {
  font-style: italic;
  font-weight: normal;
  padding: 40px 0px;
  position: relative;
  max-width: 1030px;
  margin: 0 auto;
}
.ceodetail .font25 span {
  display: block;
  font-weight: bolder;
  padding-top: 20px;
}
.ceodetail .font25::before {
  position: absolute;
  content: "";
  width: 36px;
  height: 32px;
  background: url(../images/left.png) no-repeat;
  left: -35px;
  top: 45px;
}
.ceodetail .font25::after {
  position: absolute;
  content: "";
  width: 36px;
  height: 36px;
  background: url(../images/right.png) no-repeat;
  right: -60px;
  bottom: 102px;
}
.ceodetail.philosophy {
  padding: inherit;
  background: transparent;
}
.ceodetail.philosophy::before {
  background: transparent;
}
.ceodetail.philosophy .font25 {
  padding: 0;
}
.ceodetail.philosophy .font25::before {
  left: -55px;
  top: 0;
}
.ceodetail.philosophy .font25::after {
  right: -70px;
  bottom: 0;
}
.ceodetail.philosophy ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ceodetail.philosophy ul li {
  padding: 0px 27px;
  text-align: center;
}
.ceodetail.philosophy ul li .font25 {
  padding: 0px;
}
.ceodetail.philosophy ul li .font25::before, .ceodetail.philosophy ul li .font25::after {
  display: none;
}
.ceodetail .philosophy_icon {
  display: flex;
  margin-top: 60px;
}
.ceodetail .philosophy_icon .icon_box {
  display: flex;
  text-align: center;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  flex-direction: column;
  align-items: center;
}
.ceodetail .philosophy_icon .icon_box .growth {
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.16);
  width: 170px;
  height: 170px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ceodetail .philosophy_icon .icon_box .growth span {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 2px dashed #979797;
  align-items: center;
  display: flex;
  justify-content: center;
}
.ceodetail .philosophy_icon .icon_box .growth img {
  margin: 0 auto;
  display: block;
}
.ceodetail .philosophy_icon .icon_box p {
  font-size: 20px;
  line-height: 35px;
  margin-top: 10px;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .ceodetail .font25 {
    font-size: 22px;
    padding: 30px 5px;
  }
  .ceodetail .font25::before {
    top: 26px;
  }
  .ceodetail .font25::after {
    right: -29px;
    bottom: 70px;
  }
  .ceodetail.philosophy .font25::before {
    left: -26px;
    top: 20px;
  }
  .ceodetail.philosophy .font25::after {
    right: -25px;
    bottom: 25px;
  }
}
@media (max-width: 991px) {
  .ceodetail .font25 {
    padding: 30px 20px;
  }
  .ceodetail .font25::after {
    right: -26px;
  }
  .ceodetail .font25::before {
    left: -10px;
  }
  .ceodetail .philosophy_icon .icon_box p {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .ceodetail .font25 {
    padding: 20px 0px;
    line-height: 28px;
  }
  .ceodetail .font25::before {
    left: -50px;
  }
  .ceodetail .font25::after {
    right: -50px;
  }
  .ceodetail .font25.philosophy .font25::before {
    left: -50px;
    top: 10px;
  }
  .ceodetail .font25.philosophy .font25::after {
    right: -50px;
    bottom: 14px;
  }
  .ceodetail .philosophy_icon {
    flex-wrap: wrap;
    justify-content: center;
  }
  .ceodetail .philosophy_icon .icon_box {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .ceodetail .font25 {
    font-size: 18px;
    line-height: 24px;
    padding: 20px;
  }
  .ceodetail .font25::before {
    top: -10px;
    left: 0;
  }
  .ceodetail .font25::after {
    right: -7px;
    bottom: 55px;
  }
  .ceodetail.philosophy .font25 {
    padding: 20px 0;
  }
  .ceodetail.philosophy .font25::before {
    top: 0;
  }
  .ceodetail.philosophy .font25::after {
    bottom: 0;
  }
  .ceodetail .philosophy_icon .icon_box {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 1199px) {
  .framework h2 {
    padding-bottom: 0px;
  }
}
@media (max-width: 991px) {
  .framework h2 {
    padding-bottom: 20px;
  }
}

.frameworktype {
  padding: 30px;
  margin-bottom: 50px;
  box-shadow: 0px 15px 50px rgba(0, 0, 0, 0.0016);
  display: flex;
}
.frameworktype:last-child {
  margin-bottom: 0;
}
.frameworktype .img {
  padding-right: 40px;
}
.frameworktype .detaillist ul {
  flex-wrap: wrap;
  align-items: flex-start;
}
.frameworktype .detaillist ul li {
  align-items: flex-start;
  font-size: 17px;
  padding-left: 25px;
  line-height: 26px;
  font-weight: normal;
  position: relative;
}
.frameworktype .detaillist ul li::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  left: 0px;
  border-radius: 50%;
  background: #C51B1C;
  top: 10px;
}
.frameworktype .detaillist ul p {
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  padding-bottom: 23px;
}
.frameworktype .div_flex {
  display: flex;
}
.frameworktype .div_flex LI {
  flex: 0 0 50%;
}
@media (max-width: 991px) {
  .frameworktype {
    flex-direction: column;
    justify-content: center;
  }
  .frameworktype .img {
    padding-right: 0px;
    text-align: left;
    align-items: center;
    justify-content: center;
  }
  .frameworktype .detaillist ul p {
    font-size: 25px;
    line-height: 30px;
    padding: 20px 0px;
  }
}
@media (max-width: 767px) {
  .frameworktype .div_flex li {
    flex: 0 0 100%;
  }
}
@media (max-width: 575px) {
  .frameworktype .detaillist ul p {
    font-size: 21px;
    line-height: 28px;
    text-align: left;
  }
}

.light_red {
  background: #FFE2E2;
  border-radius: 20px;
}

.light_yellow {
  background: #F8F4CE;
  border-radius: 20px;
}

.photo .img img {
  border-radius: 20px;
}
.photo .photoslider {
  position: relative;
}
.photo .photoslider img {
  margin: 0 auto;
}
.photo .photoslider .slick-prev:before {
  content: "";
  position: absolute;
  background: url(../images/left_slide.png) no-repeat;
  width: 40px;
  height: 40px;
  left: -51px;
  top: 0px;
}
.photo .photoslider .slick-next:before {
  content: "";
  position: absolute;
  background: url(../images/right_slide.png) no-repeat;
  width: 40px;
  height: 40px;
  right: -50px;
  top: 0px;
}
@media (max-width: 1199px) {
  .photo .slick-prev::before {
    left: -20px !important;
  }
  .photo .slick-next::before {
    right: -20px !important;
  }
}
@media (max-width: 991px) {
  .photo .img img {
    width: 100%;
    padding: 0px 10px;
  }
  .photo .slick-prev::before {
    left: -14px !important;
  }
  .photo .slick-next::before {
    right: -14px !important;
  }
}
@media (max-width: 575px) {
  .photo .slick-prev {
    left: -15px;
    z-index: 1;
  }
  .photo .slick-next {
    right: -13px;
    z-index: 1;
  }
  .photo .slick-prev::before {
    left: 0 !important;
  }
  .photo .slick-next::before {
    right: 0 !important;
  }
}

.eventSec .masonry .brick {
  position: relative;
  cursor: pointer;
}
.eventSec .masonry .brick .overlay {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  margin: auto;
  width: 0px;
  height: 0px;
  border-radius: 8px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: 0.3s ease;
}
.eventSec .masonry .brick .overlay .modalHover {
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
  padding: 0 20px;
}
.eventSec .masonry .brick .overlay .modalSubtitle {
  color: #fff;
  text-align: left;
  font-weight: 500;
  font-size: 12px;
  line-height: 23px;
  margin: auto;
  opacity: 0;
}
.eventSec .masonry .brick .overlay .modalPara {
  color: #fff;
  text-align: left;
  margin: 0;
  opacity: 0;
  max-width: 230px;
  font-weight: normal;
  font-size: 16px;
  line-height: 23px;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.eventSec .masonry .brick:hover .overlay {
  opacity: 1;
  width: 100%;
  height: 100%;
}
.eventSec .masonry .brick:hover .overlay .modalSubtitle {
  opacity: 1;
  transition: 1.3s ease;
}
.eventSec .masonry .brick:hover .overlay .modalPara {
  opacity: 1;
  transition: 1.3s ease;
}

.csr {
  background: url(../images/csrbg.jpg) no-repeat;
  width: 100%;
  background-size: cover;
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .csr {
    background: #C51B1C;
    padding-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .csr {
    text-align: center;
  }
}

.construction {
  position: relative;
}
.construction::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 53%;
  top: 0;
  background: #F3EB95;
  z-index: -1;
}
@media (max-width: 991px) {
  .construction::before {
    height: 100%;
  }
}

.country_info .operationslider {
  position: relative;
}
.country_info .operationslider img {
  width: 100%;
}
.country_info .operationslider .slick-prev {
  z-index: 3;
}
.country_info .operationslider .slick-prev:before {
  content: "";
  position: absolute;
  background: url(../images/left_white.png) no-repeat;
  width: 100px;
  height: 100px;
  left: -44px;
  top: -40px;
}
.country_info .operationslider .slick-next {
  z-index: 3;
}
.country_info .operationslider .slick-next:before {
  content: "";
  position: absolute;
  background: url(../images/right_white.png) no-repeat;
  width: 100px;
  height: 100px;
  right: -20px;
  top: -40px;
}
@media (max-width: 991px) {
  .country_info .operationslider .slick-prev:before {
    left: -35px;
  }
  .country_info .operationslider .slick-next:before {
    right: -5px;
  }
}

.packagingplant .tabStructure .nav-tabs {
  justify-content: center;
}
.packagingplant .tabStructure .nav-tabs li {
  margin: 0px 10px;
}
@media (max-width: 991px) {
  .packagingplant {
    overflow-x: hidden;
  }
}

.projects .projectimg {
  padding: 13px 0px;
}
.projects .projectimg img {
  border-radius: 20px;
  width: 100%;
}

.contactus {
  position: relative;
}
.contactus::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 30%;
  right: 0px;
  background: #F3EB95;
  z-index: -1;
}
.contactus .map iframe {
  width: 100%;
  min-height: 313px;
}
.contactus .font16 {
  padding-bottom: 10px;
}
.contactus .contactdetail .font16 {
  padding-bottom: 20px;
  position: relative;
  padding-left: 30px;
}
.contactus .contactdetail .font16 span {
  padding-right: 15px;
  color: #C51B1C;
  font-size: 16px;
  position: absolute;
  left: 0px;
}
.contactus .contactdetail .contacts .font16 {
  padding-bottom: 5px;
}
@media (max-width: 991px) {
  .contactus .map {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .contactus .map iframe {
    width: 100%;
    min-height: 100%;
  }
}

.galleryBox {
  position: relative;
  display: block;
  overflow: hidden;
}
.galleryBox::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
  bottom: 0%;
  height: 0%;
  margin: auto;
  width: 0%;
  background: rgba(0, 0, 0, 0.3);
  transition: 0.8s;
  border-radius: 20px;
  z-index: 1;
}
.galleryBox::after {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  background: url("../images/zoom.png") center center no-repeat;
  height: 100%;
  width: 100%;
  opacity: 0;
  transform: scale(1.2);
  visibility: hidden;
  z-index: 2;
}
.galleryBox:hover::before {
  height: 100%;
  width: 100%;
  top: 0%;
  left: 0%;
  right: 0%;
  bottom: 0%;
}
.galleryBox:hover::after {
  opacity: 1;
  transform: scale(1);
  transition: 1s;
  visibility: visible;
  border-radius: 20px;
}
@media (max-width: 575px) {
  .galleryBox {
    text-align: center;
  }
}

.pb0 {
  padding-bottom: 0px !important;
}

.bigslider {
  padding: 5px;
}
.bigslider .img img {
  border-radius: 0px;
  width: 100%;
  height: 250px;
  padding: 0px 15px;
  -o-object-fit: cover;
     object-fit: cover;
}
.bigslider .slick-prev:before {
  content: "";
  position: absolute;
  background: url(../images/left_slide.png) no-repeat;
  width: 40px;
  height: 40px;
  left: -10px;
  top: 0px;
}
.bigslider .slick-next:before {
  content: "";
  position: absolute;
  background: url(../images/right_slide.png) no-repeat;
  width: 40px;
  height: 40px;
  right: -11px;
  top: 0px;
}
@media (max-width: 991px) {
  .bigslider .slick-prev:before {
    left: -12px !important;
  }
  .bigslider .slick-next:before {
    right: -10px !important;
  }
}

.inqueryform {
  max-width: 970px;
  margin: 0 auto;
}
.inqueryform .form-control {
  min-height: 50px;
  color: #000;
}
.inqueryform .form-control::-moz-placeholder {
  color: #000;
}
.inqueryform .form-control::placeholder {
  color: #000;
}
.inqueryform textarea {
  resize: none;
  height: 100px;
}

.inqbtn {
  margin-top: 20px;
  display: flex;
}
.inqbtn a {
  background: #F3EB95;
  padding: 14px 36px;
  border-radius: 50px;
  font-size: 16px;
  box-shadow: 0px 15px 10px rgba(0, 0, 0, 0.0016);
}
.inqbtn:hover a {
  color: #C51B1C;
}
@media (max-width: 767px) {
  .inqbtn a {
    padding: 12px 26px;
    font-size: 14px;
  }
}

.inqbtn1 {
  display: inline-block;
  margin-top: 20px;
  border: none;
  background: #F3EB95;
  padding: 14px 36px;
  border-radius: 50px;
  font-size: 16px;
  box-shadow: 0px 15px 10px rgba(0, 0, 0, 0.0016);
}
.inqbtn1 button {
  border: none;
  background: inherit;
}
.inqbtn1:hover {
  color: #C51B1C;
  cursor: pointer;
}
@media (max-width: 767px) {
  .inqbtn1 {
    padding: 12px 26px;
    font-size: 14px;
  }
}

.redbg {
  background: #C51B1C;
}

.joius {
  position: relative;
}
.joius::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 45%;
  height: 100%;
  background: #F5F5F5;
  z-index: -1;
}
.joius::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 55%;
  height: 100%;
  background: #C51B1C;
  z-index: -1;
}
.joius .font20 {
  padding-bottom: 20px;
}
.joius .font16 {
  padding-bottom: 30px;
}
.joius .resumebox {
  padding: 0px 0 0px 50px;
}
@media (max-width: 991px) {
  .joius::before {
    left: auto;
    top: 0px;
    width: 100%;
    height: 42%;
  }
  .joius::after {
    top: auto;
    bottom: 0px;
    width: 100%;
    height: 58%;
  }
  .joius .resumebox {
    padding: 50px 0 0px 0px;
  }
}
@media (max-width: 767px) {
  .joius::before {
    height: 45%;
  }
  .joius::after {
    height: 55%;
  }
  .joius .font16 {
    padding-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .joius::before {
    height: 42%;
  }
  .joius::after {
    height: 58%;
  }
}

.brandBox img {
  padding: 0px 20px;
}
@media (max-width: 575px) {
  .brandBox img {
    width: 80%;
    margin: auto;
  }
}

.uploadresume .btn-file {
  position: relative;
  overflow: hidden;
  border: 0px solid #ced4da !important;
  border-radius: 0;
  border-left: 0;
  height: 30px;
  display: flex;
  background: transparent;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 500;
  border: none;
}
.uploadresume .btn-file span {
  color: #1F232B;
}
.uploadresume .btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  width: 239px;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block;
}
.uploadresume .form-control {
  border-right: 0;
}
.uploadresume img {
  height: 25px;
}
.uploadresume .input-group-btn {
  position: absolute;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  text-align: center;
  top: 0;
  background: #fff;
}
.uploadresume .career_btn {
  padding: 25px 10px;
}
.uploadresume .career_btn:hover {
  cursor: pointer;
}
.uploadresume .career_btn img {
  padding-left: 8px;
}
@media (max-width: 1199px) {
  .uploadresume .career_btn {
    padding-right: 6px;
  }
}
@media (max-width: 575px) {
  .uploadresume .btn-file input[type=file] {
    width: 384px;
  }
}

.managementteam .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .managementteam .row .col-lg-3 {
    display: flex;
  }
}
@media (max-width: 575px) {
  .managementteam .row .col-lg-3 {
    display: inherit;
  }
}

.mobModel {
  display: none;
}
@media (max-width: 1199px) {
  .mobModel {
    display: block;
  }
}

.desktopModel {
  display: block;
}
@media (max-width: 1199px) {
  .desktopModel {
    display: none;
  }
}

.operating_model .posRel {
  position: relative;
}
.operating_model .img1 {
  opacity: 0;
  transition: all ease-in 0.8s 0s;
}
.operating_model .img2 {
  opacity: 0;
  transition: all ease-in 0.8s 4.5s;
}
.operating_model .img3 {
  opacity: 0;
  transition: all ease-in 0.8s 9.5s;
}
.operating_model .img4 {
  opacity: 0;
  transition: all ease-in 0.8s 7.5s;
}
.operating_model .img5 {
  opacity: 0;
  transition: all ease-in 0.8s 7.5s;
}
.operating_model .img6 {
  opacity: 0;
  transition: all ease-in 0.8s 12.5s;
}
.operating_model .innerbox {
  opacity: 0;
  transition: all ease-in 0.5s 7s;
}
.operating_model #line1 {
  position: absolute;
  top: 73%;
  left: 10px;
  margin-left: -1px;
  width: 5px;
  height: 0;
  background: #dcdcdc;
  transition: all ease-in 2s 0.5s;
}
.operating_model #line2 {
  position: absolute;
  top: 50%;
  left: -41%;
  margin-left: -1px;
  width: 0;
  height: 5px;
  background: #dcdcdc;
  transition: all ease-in 1s 2.5s;
}
.operating_model #line3 {
  position: absolute;
  bottom: 70%;
  left: 80%;
  margin-left: -1px;
  width: 5px;
  height: 0;
  background: #dcdcdc;
  transition: all ease-in 1s 6.5s;
}
.operating_model #line4 {
  position: absolute;
  top: -72%;
  left: 80%;
  margin-left: -1px;
  width: 0;
  height: 5px;
  background: #dcdcdc;
  transition: all ease-in 1s 7.5s;
}
.operating_model #line5 {
  position: absolute;
  top: -76%;
  right: 80%;
  margin-left: -1px;
  width: 5px;
  height: 0;
  background: #dcdcdc;
  transition: all ease-in 1s 8.5s;
}
.operating_model #line6 {
  position: absolute;
  top: 75%;
  left: 80%;
  margin-left: -1px;
  width: 5px;
  height: 0;
  background: #dcdcdc;
  transition: all ease-in 1s 6.5s;
}
.operating_model #line7 {
  position: absolute;
  bottom: -98%;
  left: 80%;
  margin-left: -1px;
  width: 0;
  height: 5px;
  background: #dcdcdc;
  transition: all ease-in 1s 7.5s;
}
.operating_model #line8 {
  position: absolute;
  bottom: -65%;
  right: 80%;
  margin-left: -1px;
  width: 5px;
  height: 0;
  background: #dcdcdc;
  transition: all ease-in 1s 8.5s;
}
.operating_model #line9 {
  position: absolute;
  bottom: 50%;
  left: 100%;
  margin-left: -1px;
  width: 0;
  height: 5px;
  background: #dcdcdc;
  transition: all ease-in 1s 6.5s;
}
.operating_model #line10 {
  position: absolute;
  bottom: 58%;
  left: -22%;
  margin-left: -1px;
  width: 0;
  height: 5px;
  background: #dcdcdc;
  transition: all ease-in 1s 7.5s;
}
.operating_model #line11 {
  position: absolute;
  bottom: 58%;
  left: 100%;
  margin-left: -1px;
  width: 0;
  height: 5px;
  background: #dcdcdc;
  transition: all ease-in 1s 10.5s;
}
.operating_model #line12 {
  position: absolute;
  bottom: -90%;
  right: 45%;
  margin-left: -1px;
  width: 5px;
  height: 0;
  background: #dcdcdc;
  transition: all ease-in 1s 11.5s;
}
.operating_model #line13 {
  position: absolute;
  top: -100%;
  right: 50%;
  margin-left: -1px;
  width: 5px;
  height: 0;
  background: #dcdcdc;
  transition: all ease-in 1s 11.5s;
}
.operating_model .active #line1 {
  height: 160px;
}
.operating_model .active .img1, .operating_model .active .img2, .operating_model .active .img3, .operating_model .active .img4, .operating_model .active .img5, .operating_model .active .img6 {
  opacity: 1;
}
.operating_model .active #line2 {
  width: 70px;
}
.operating_model .active .innerbox {
  opacity: 1;
}
.operating_model .active #line3 {
  height: 180px;
}
.operating_model .active #line4 {
  width: 620px;
}
.operating_model .active #line5 {
  height: 190px;
}
.operating_model .active #line6 {
  height: 220px;
}
.operating_model .active #line7 {
  width: 620px;
}
.operating_model .active #line8 {
  height: 215px;
}
.operating_model .active #line9 {
  width: 50px;
}
.operating_model .active #line10 {
  width: 50px;
}
.operating_model .active #line11 {
  width: 40px;
}
.operating_model .active #line12 {
  height: 145px;
}
.operating_model .active #line13 {
  height: 145px;
}

.mobModel .modelbox {
  min-height: 1700px;
}
.mobModel .stepbox {
  left: 0;
  right: 0;
  margin: auto;
}
.mobModel .stepbox.transport {
  top: 13% !important;
  left: 0 !important;
}
.mobModel .stepbox.innerbox {
  top: 30% !important;
  left: 0 !important;
  right: 0 !important;
  margin: auto !important;
  opacity: 0;
  transition: all ease-in 0.5s 5.5s;
}
.mobModel .stepbox.storage {
  bottom: 30% !important;
  top: inherit !important;
  left: 0 !important;
  right: 0 !important;
  margin: auto !important;
}
.mobModel .stepbox.exporters {
  bottom: 20% !important;
  top: inherit !important;
  left: 10% !important;
  right: inherit !important;
}
.mobModel .stepbox.user {
  bottom: 20% !important;
  top: inherit !important;
  left: 63% !important;
  right: inherit !important;
}
.mobModel .img2 {
  opacity: 0;
  transition: all ease-in 0.8s 2.5s;
}
.mobModel .img3 {
  opacity: 0;
  transition: all ease-in 0.8s 11.5s;
}
.mobModel .img5 {
  opacity: 0;
  transition: all ease-in 0.8s 14.5s;
}
.mobModel #mobline1 {
  position: absolute;
  top: 100%;
  left: 100px;
  margin-left: -1px;
  width: 5px;
  height: 0;
  background: #dcdcdc;
  transition: all ease-in 2s 0.5s;
}
.mobModel #mobline2 {
  position: absolute;
  top: 100%;
  left: 100px;
  margin-left: -1px;
  width: 5px;
  height: 0;
  background: #dcdcdc;
  transition: all ease-in 1s 4.5s;
}
.mobModel #mobline3 {
  position: absolute;
  bottom: -30%;
  left: 50%;
  margin-left: -1px;
  width: 0;
  height: 5px;
  background: #dcdcdc;
  transition: all ease-in 1s 6.5s;
}
.mobModel #mobline4 {
  position: absolute;
  bottom: -30%;
  right: 50%;
  margin-left: -1px;
  width: 0;
  height: 5px;
  background: #dcdcdc;
  transition: all ease-in 1s 6.5s;
}
.mobModel #mobline5 {
  position: absolute;
  top: 230px;
  right: -65%;
  margin-left: -1px;
  height: 0;
  width: 5px;
  background: #dcdcdc;
  transition: all ease-in 1s 7.5s;
}
.mobModel #mobline6 {
  position: absolute;
  top: 230px;
  left: -65%;
  margin-left: -1px;
  height: 0;
  width: 5px;
  background: #dcdcdc;
  transition: all ease-in 1s 7.5s;
}
.mobModel #mobline7 {
  position: absolute;
  bottom: -9%;
  right: -10%;
  margin-left: -1px;
  width: 0;
  height: 5px;
  background: #dcdcdc;
  transition: all ease-in 2s 8.5s;
}
.mobModel #mobline8 {
  position: absolute;
  bottom: -9%;
  left: -10%;
  margin-left: -1px;
  width: 0;
  height: 5px;
  background: #dcdcdc;
  transition: all ease-in 2s 8.5s;
}
.mobModel #mobline9 {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -1px;
  height: 0;
  width: 5px;
  background: #dcdcdc;
  transition: all ease-in 2s 9.5s;
}
.mobModel #mobline10 {
  position: absolute;
  bottom: 60%;
  right: 100%;
  margin-left: -1px;
  width: 0;
  height: 5px;
  background: #dcdcdc;
  transition: all ease-in 1s 12.5s;
}
.mobModel #mobline11 {
  position: absolute;
  bottom: 60%;
  left: 100%;
  margin-left: -1px;
  width: 0;
  height: 5px;
  background: #dcdcdc;
  transition: all ease-in 1s 12.5s;
}
.mobModel #mobline12 {
  position: absolute;
  top: 40%;
  left: -46%;
  margin-left: -1px;
  width: 5px;
  height: 0;
  background: #dcdcdc;
  transition: all ease-in 1s 13.5s;
}
.mobModel #mobline13 {
  position: absolute;
  top: 40%;
  right: -46%;
  margin-left: -1px;
  width: 5px;
  height: 0;
  background: #dcdcdc;
  transition: all ease-in 1s 13.5s;
}
.mobModel .active .img2, .mobModel .active .img3, .mobModel .active .img5, .mobModel .active .innerbox {
  opacity: 1;
}
.mobModel .active #mobline1 {
  height: 70px;
}
.mobModel .active #mobline2 {
  height: 90px;
}
.mobModel .active #mobline3 {
  width: 250px;
}
.mobModel .active #mobline4 {
  width: 250px;
}
.mobModel .active #mobline5 {
  height: 470px;
}
.mobModel .active #mobline6 {
  height: 470px;
}
.mobModel .active #mobline7 {
  width: 250px;
}
.mobModel .active #mobline8 {
  width: 250px;
}
.mobModel .active #mobline9 {
  height: 90px;
}
.mobModel .active #mobline10 {
  width: 100px;
}
.mobModel .active #mobline11 {
  width: 100px;
}
.mobModel .active #mobline12 {
  height: 110px;
}
.mobModel .active #mobline13 {
  height: 110px;
}
@media (max-width: 767px) {
  .mobModel .stepbox.exporters {
    left: 3% !important;
  }
  .mobModel .stepbox.exporters {
    bottom: 9% !important;
    top: inherit !important;
  }
  .mobModel .stepbox.user {
    bottom: 9% !important;
    top: inherit !important;
  }
  .mobModel .active #mobline12 {
    height: 300px;
  }
  .mobModel .active #mobline13 {
    height: 300px;
  }
}
@media (max-width: 575px) {
  .mobModel .modelbox {
    min-height: 1200px;
  }
  .mobModel .font25 {
    font-size: 16px;
    padding: 10px !important;
  }
  .mobModel .stepbox img {
    height: 75px;
    margin: 0 auto;
    display: block;
  }
  .mobModel .stepbox .font16 {
    font-size: 12px;
  }
  .mobModel .stepbox.innerbox {
    max-width: 300px !important;
    top: 35% !important;
    min-height: 320px !important;
  }
  .mobModel .stepbox.transport {
    top: 15% !important;
  }
  .mobModel .stepbox.processing {
    bottom: 25% !important;
    right: 14% !important;
  }
  .mobModel .stepbox.storage {
    bottom: 20% !important;
    top: inherit !important;
  }
  .mobModel .stepbox.exporters {
    bottom: 4% !important;
    top: inherit !important;
  }
  .mobModel .stepbox.user {
    bottom: 4% !important;
    top: inherit !important;
    left: 70% !important;
  }
  .mobModel .stepbox.user .font16 {
    margin-left: -20px;
  }
  .mobModel #mobline5 {
    right: -30%;
    top: 120px;
  }
  .mobModel #mobline6 {
    left: -30%;
    top: 120px;
  }
  .mobModel #mobline7 {
    right: -7%;
    bottom: -7%;
  }
  .mobModel #mobline8 {
    left: -7%;
    bottom: -7%;
  }
  .mobModel #mobline10 {
    right: 80%;
  }
  .mobModel #mobline11 {
    left: 80%;
  }
  .mobModel #mobline12 {
    left: -25%;
  }
  .mobModel #mobline13 {
    right: -25%;
  }
  .mobModel .active #mobline3 {
    width: 170px;
  }
  .mobModel .active #mobline4 {
    width: 170px;
  }
  .mobModel .active #mobline5, .mobModel .active #mobline6 {
    height: 460px;
  }
  .mobModel .active #mobline7, .mobModel .active #mobline8 {
    width: 180px;
  }
  .mobModel .active #mobline12, .mobModel .active #mobline13 {
    height: 200px;
  }
}

#more {
  display: none;
}

.bullets li {
  align-items: flex-start;
  font-size: 17px;
  padding-left: 25px;
  line-height: 26px;
  font-weight: normal;
  position: relative;
  margin-bottom: 8px;
}
.bullets li::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  left: 0px;
  border-radius: 50%;
  background: #C51B1C;
  top: 10px;
}
.bullets p {
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  padding-bottom: 23px;
}

.margin15 {
  margin-bottom: 20px;
}

.clusterBusiness .font18 {
  padding-bottom: 20px;
}

.aboutusPage .bgRedColor {
  text-align: center;
  color: #c71a1c;
  font-size: 50px;
  margin-bottom: 50px;
  line-height: 50px;
}

#toTop {
  width: 40px;
  height: 40px;
  background: #c51b1c;
  text-align: center;
  padding-top: 0;
  position: fixed;
  bottom: 10px;
  right: 12px;
  cursor: pointer;
  color: #fff;
  font-size: 30px;
  line-height: 35px;
  z-index: 555;
  border-radius: 50%;
}

.eventSec {
  padding-bottom: 100px;
}

.modal {
  filter: drop-shadow(0px 10px 15px rgba(0, 0, 0, 0.42));
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  background-color: rgba(0, 0, 0, 0.43);
}
.modal .modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0;
  position: relative;
  border-bottom: none;
}
.modal button:focus {
  outline: none;
}
.modal button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  color: #fff;
  position: absolute;
  top: -40px;
  right: -40px;
  cursor: pointer;
}
.modal .close {
  float: right;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  opacity: 0.7;
}
.modal .close:not(:disabled):not(.disabled):focus, .modal .close:not(:disabled):not(.disabled):hover {
  color: #fff;
  text-decoration: none;
  opacity: 1;
}
.modal .slick-dots {
  bottom: -25px;
}
.modal .slick-dots li {
  width: 10px;
  height: 10px;
}
.modal .slick-dots li button {
  width: 10px;
  height: 10px;
  font-size: 0;
  background-color: #3d3d3d;
  border-radius: 50%;
  opacity: 0.5;
}
.modal .slick-dots li.slick-active button {
  background-color: #000;
  opacity: 1;
}
.modal .modal-dialog {
  max-width: 1055px;
}
.modal .modal-dialog .modal-content {
  padding: 40px;
  border-radius: 8px;
}
.modal .modal-dialog .modalSlider-for .slick-next {
  right: 0px;
}
.modal .modal-dialog .modalSlider-for .slick-prev {
  left: -14px;
  position: relative;
  z-index: 1;
}
.modal .modal-dialog .modalSlider-for .slick-prev::before {
  content: "\f053";
  font-family: "fontawesome" !important;
}
.modal .modal-dialog .modalSlider-for .slick-next::before {
  content: "\f054";
  font-family: "fontawesome" !important;
}
.modal .modal-dialog .modalSlider-for .slick-prev, .modal .modal-dialog .modalSlider-for .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  cursor: pointer;
  color: #000;
  border: none;
  outline: none;
  background: transparent;
  filter: drop-shadow(0px 10px 15px rgba(0, 0, 0, 0.52));
}
.modal .modal-dialog .modalSlider-for .slick-prev:before, .modal .modal-dialog .modalSlider-for .slick-next:before {
  font-size: 16px;
  line-height: 1;
  background-color: #fff;
  opacity: 1;
  color: #000;
  padding: 7px 10px 7px;
  border-radius: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.modal .modal-dialog .modalSlider-for .modalImage {
  width: 100%;
}
.modal .modal-dialog .modalSlider-for .modalImage img {
  width: 100%;
  border-radius: 8px;
  height: 400px;
  -o-object-position: top center;
     object-position: top center;
  -o-object-fit: cover;
     object-fit: cover;
}
.modal .modal-dialog .modalSlider-nav {
  padding-top: 0px;
}
.modal .modal-dialog .modalSlider-nav .slick-list {
  padding: 0 !important;
}
.modal .modal-dialog .modalSlider-nav .slick-slide {
  opacity: 0.6;
}
.modal .modal-dialog .modalSlider-nav .slick-current {
  opacity: 1;
}
.modal .modal-dialog .modalSlider-nav .modalImage img {
  border-radius: 10px;
}
.modal .modal-dialog .modalText {
  margin-left: 25px;
}
.modal .modal-dialog .modalText .modalSubtitle {
  font-weight: 500;
  font-size: 11px;
  line-height: 23px;
  text-align: left;
  color: #040404;
  margin-bottom: 4px;
}
.modal .modal-dialog .modalText .modalTitle {
  font-weight: normal;
  font-size: 22px;
  line-height: 32px;
  text-align: left;
  color: #040404;
  margin-bottom: 15px;
}
.modal .modal-dialog .modalText .modalPara {
  font-weight: normal;
  font-size: 16px;
  line-height: 23px;
  text-align: left;
  color: #040404;
}
@media (min-width: 992px) and (max-width: 1024px) {
  .modal .modal-dialog {
    max-width: 930px;
  }
  .modal .modal-dialog .modalSlider-for .modalImage {
    width: 390px;
    height: 260px;
  }
  .modal .modal-dialog .modalSlider-for .slick-prev, .modal .modal-dialog .modalSlider-for .slick-next {
    top: 48%;
  }
  .modal .modal-dialog .modalText {
    margin-left: 20px;
  }
  .modal .modal-dialog .modalText .modalTitle {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .modal .modal-dialog .modalText .modalPara {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 991px) {
  .modal .modal-dialog {
    max-width: 930px;
  }
  .modal .modal-dialog .modalSlider-for .modalImage {
    width: 390px;
    height: 260px;
  }
  .modal .modal-dialog .modalSlider-for .slick-prev, .modal .modal-dialog .modalSlider-for .slick-next {
    top: 48%;
  }
  .modal .modal-dialog .modalText {
    margin-left: 20px;
  }
  .modal .modal-dialog .modalText .modalTitle {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .modal .modal-dialog .modalText .modalPara {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .modal .modal-dialog {
    max-width: 475px;
    margin: 0 auto;
  }
  .modal .modal-dialog .modalSlider-for .modalImage {
    width: 360px;
    height: 245px;
  }
  .modal .modal-dialog .modalSlider-for .slick-prev, .modal .modal-dialog .modalSlider-for .slick-next {
    top: 43%;
  }
  .modal .modal-dialog .modalText {
    margin-left: 0px;
    margin-top: 25px;
  }
}
@media (max-width: 575px) {
  .modal .modal-dialog {
    max-width: 430px;
    margin: 0 auto;
  }
  .modal .modal-dialog .modal-content {
    padding: 20px;
  }
  .modal .modal-dialog .modalSlider-for .modalImage {
    width: 353px;
    height: 230px;
  }
  .modal .modal-dialog .modalSlider-for .slick-prev, .modal .modal-dialog .modalSlider-for .slick-next {
    top: 45%;
  }
  .modal .modal-dialog .modalText {
    margin-left: 0;
  }
  .modal .modal-dialog .modalText .modalTitle {
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    text-align: left;
    color: #040404;
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .modal button.close {
    color: #fff;
    position: absolute;
    top: -40px;
    right: -40px;
    z-index: 1;
    opacity: 0.5;
  }
}
@media (max-width: 767px) {
  .modal {
    padding: 35px 0;
  }
  .modal button.close {
    color: #fff;
    position: absolute;
    top: -40px;
    right: -40px;
    z-index: 1;
    opacity: 0.5;
  }
}
@media (max-width: 575px) {
  .modal {
    padding: 35px 0;
  }
  .modal button.close {
    color: #fff;
    position: absolute;
    top: -20px;
    right: -20px;
    z-index: 1;
    opacity: 0.5;
  }
}
@media only screen and (max-width: 400px) {
  .modal .modal-dialog {
    max-width: 350px;
  }
  .modal .modal-dialog .modalSlider-for .modalImage {
    width: 275px;
  }
  .modal .modal-dialog .modalSlider-for .modalImage img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 8px;
    height: 100%;
  }
  .modal .modal-dialog .modalText .modalTitle {
    font-size: 17px;
    line-height: 25px;
  }
}

body {
  background: #ccc;
}

.main {
  font-family: Arial;
  width: 500px;
  display: block;
  margin: 0 auto;
}

h3 {
  background: #fff;
  color: #3498db;
  font-size: 36px;
  line-height: 100px;
  margin: 10px;
  padding: 2%;
  position: relative;
  text-align: center;
}

.action {
  display: block;
  margin: 100px auto;
  width: 100%;
  text-align: center;
}

.action a {
  display: inline-block;
  padding: 5px 10px;
  background: #f30;
  color: #fff;
  text-decoration: none;
}

.action a:hover {
  background: #000;
}

.modalSlider-nav .slick-slide {
  margin: 0 5px;
}

.modalSlider-nav .slick-slide img {
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.modalSlider-nav .slick-prev {
  left: 0;
}

.modalSlider-nav .slick-arrow {
  background: red;
  z-index: 11;
}

.eventBtn {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  transition: 0.4s ease-in-out all;
}
.eventBtn a {
  background: #F3EB95;
  padding: 14px 36px;
  border-radius: 50px;
  font-size: 16px;
  display: block;
  box-shadow: 0px 15px 10px rgba(0, 0, 0, 0.0016);
  transition: 0.4s ease-in-out all;
}
.eventBtn:hover a {
  color: #fff;
  background-color: #c51b1c;
}
@media (max-width: 767px) {
  .eventBtn a {
    padding: 12px 26px;
    font-size: 14px;
  }
}

.sustnLstSec ul {
  display: flex;
  flex-wrap: wrap;
}
.sustnLstSec ul li {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 0 15px;
  margin-bottom: 30px;
}
.sustnLstSec ul li:last-child, .sustnLstSec ul li:nth-last-child(2) {
  margin-bottom: 0;
}
.sustnLstSec ul li .sustnLstBx {
  display: block;
}
.sustnLstSec ul li .sustnLstBx img {
  width: 100%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  margin-bottom: 20px;
}
.sustnLstSec ul li .sustnLstBx p {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: #000000;
  margin-bottom: 0;
  transition: 0.5s ease-in-out all;
}
.sustnLstSec ul li .sustnLstBx:hover p {
  color: #c71a1c;
}
@media (max-width: 1199px) {
  .sustnLstSec ul li .sustnLstBx img {
    margin-bottom: 15px;
  }
  .sustnLstSec ul li .sustnLstBx p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 1199px) {
  .sustnLstSec ul li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .sustnLstSec ul li .sustnLstBx img {
    margin-bottom: 10px;
  }
  .sustnLstSec ul li .sustnLstBx p {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 480px) {
  .sustnLstSec ul li {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .sustnLstSec ul li:nth-last-child(2) {
    margin-bottom: 20px;
  }
  .sustnLstSec ul li .sustnLstBx {
    text-align: center;
  }
}

.sustnTpSec .sustnTpTxt h2 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 300;
  margin-bottom: 30px;
  padding-bottom: 0;
}
.sustnTpSec .sustnTpTxt h3 {
  background: inherit;
  color: #000;
  padding: 0;
  margin: 0 0 30px;
  font-weight: 300;
  font-size: 25px;
  line-height: 30px;
  text-align: left;
}
.sustnTpSec .sustnTpTxt p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  margin-bottom: 20px;
}
.sustnTpSec .sustnTpTxt p:last-child {
  margin-bottom: 0;
}
.sustnTpSec .sustnTpTxt .bullets {
  margin-bottom: 20px;
}
.sustnTpSec .sustnTpTxt .bullets li {
  color: #000;
}
.sustnTpSec .sustnTpImg img {
  width: 100%;
  border-radius: 20px;
}
@media (max-width: 1400px) {
  .sustnTpSec .sustnTpTxt h2 {
    margin-bottom: 25px;
  }
}
@media (max-width: 1199px) {
  .sustnTpSec .sustnTpTxt h2 {
    font-size: 33px;
    line-height: 43px;
  }
  .sustnTpSec .sustnTpTxt h3 {
    margin: 0 0 25px;
    font-size: 20px;
    line-height: 25px;
  }
  .sustnTpSec .sustnTpTxt p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .sustnTpSec .sustnTpTxt h2 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .sustnTpSec .sustnTpTxt h3 {
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 22px;
  }
  .sustnTpSec .sustnTpTxt p {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .sustnTpSec .sustnTpTxt {
    margin-bottom: 20px;
    text-align: center;
  }
  .sustnTpSec .sustnTpTxt h2 {
    margin-bottom: 15px;
  }
  .sustnTpSec .sustnTpTxt h3 {
    margin: 0 0 15px;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .sustnTpSec .sustnTpTxt h2 {
    font-size: 25px;
    line-height: 30px;
  }
  .sustnTpSec .sustnTpTxt h3 {
    font-size: 14px;
    line-height: 20px;
  }
}

.yellowSec {
  padding: 70px 0;
  background: #F3EB95;
}
.yellowSec.diffYlwSec ul li {
  background: #e5243b;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.yellowSec.diffYlwSec ul li img {
  margin-bottom: 10px;
}
.yellowSec.diffYlwSec ul li p {
  color: #fff;
  text-align: center;
}
.yellowSec.diffYlwSec ul li:nth-child(2) {
  background: #dca83a;
}
.yellowSec.diffYlwSec ul li:nth-child(3) {
  background: #a11a42;
}
.yellowSec.diffYlwSec ul li:nth-child(4) {
  background: #bf8b2f;
}
.yellowSec.diffYlwSec ul li:last-child {
  background: #1a486a;
}
.yellowSec .font30 {
  text-align: center;
  margin-bottom: 30px;
  color: #000;
}
.yellowSec ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.yellowSec ul li {
  flex: 0 0 18%;
  max-width: 18%;
  padding: 30px 20px;
  margin: 0 10px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 4px 50px 5px rgba(0, 0, 0, 0.1607843137);
}
.yellowSec ul li img {
  margin-bottom: 20px;
}
.yellowSec ul li p {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: #000;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .yellowSec {
    padding: 50px 0;
  }
  .yellowSec .font30 {
    margin-bottom: 25px;
  }
  .yellowSec ul li {
    flex: 0 0 18%;
    max-width: 18%;
    padding: 25px 15px;
    margin: 0 9px;
  }
  .yellowSec ul li p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 991px) {
  .yellowSec {
    padding: 40px 0;
  }
  .yellowSec .font30 {
    margin-bottom: 20px;
  }
  .yellowSec ul li {
    flex: 0 0 30.33%;
    max-width: 30.33%;
    padding: 25px 15px;
    margin: 0 9px 25px;
    text-align: center;
  }
  .yellowSec ul li img {
    margin-bottom: 15px;
  }
  .yellowSec ul li p {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .yellowSec {
    padding: 30px 0;
  }
  .yellowSec .font30 {
    margin-bottom: 15px;
  }
  .yellowSec ul li {
    flex: 0 0 46%;
    max-width: 46%;
    padding: 20px 15px;
    margin: 0 9px 20px;
  }
  .yellowSec ul li img {
    margin-bottom: 10px;
  }
  .yellowSec ul li p {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 480px) {
  .yellowSec .font30 {
    margin-bottom: 10px;
  }
  .yellowSec ul li {
    flex: 0 0 100%;
    max-width: 300px;
    padding: 15px;
    margin: 0 auto 20px;
  }
}

.twoImgSec {
  background: #f6f6f6;
}
.twoImgSec .font30 {
  text-align: center;
  color: #000;
  margin-bottom: 50px;
}
.twoImgSec .twoImg img {
  width: 100%;
  margin-bottom: 25px;
}
.twoImgSec .twoImg p {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: #000;
  text-align: center;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .twoImgSec .font30 {
    margin-bottom: 30px;
  }
  .twoImgSec .twoImg img {
    margin-bottom: 20px;
  }
  .twoImgSec .twoImg p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 991px) {
  .twoImgSec .font30 {
    margin-bottom: 25px;
  }
  .twoImgSec .twoImg img {
    margin-bottom: 15px;
  }
  .twoImgSec .twoImg p {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .twoImgSec .font30 {
    margin-bottom: 20px;
  }
  .twoImgSec .twoImg {
    margin-bottom: 20px;
  }
  .twoImgSec .twoImg img {
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .twoImgSec .font30 {
    margin-bottom: 15px;
  }
}

.threeImgSec .fncyBxEffect {
  position: relative;
  display: block;
  height: 270px;
  transition: 0.5s ease-in-out all;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 20px;
}
.threeImgSec .fncyBxEffect::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  border-radius: 20px;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease-in-out all;
}
.threeImgSec .fncyBxEffect:hover::before {
  opacity: 0.5;
  z-index: 1;
}
.threeImgSec .fncyBxEffect:hover img {
  transform: scale(1.05);
}
.threeImgSec img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: 0.5s ease-in-out all;
}
@media (max-width: 991px) {
  .threeImgSec .fncyBxEffect {
    height: 200px;
  }
}
@media (max-width: 767px) {
  .threeImgSec {
    text-align: center;
  }
  .threeImgSec .fncyBxEffect {
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .threeImgSec .fncyBxEffect {
    max-width: 400px;
    height: 230px;
    margin: 0 auto 20px;
  }
}

.hmSustn {
  background: #fff;
}
.hmSustn .hmSustnFlx {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.hmSustn .hmSustnFlx .hmSustnBx {
  flex: 0 0 30.33%;
  max-width: 30.33%;
}
.hmSustn .hmSustnFlx .hmSustnBx .hmSustnBxSubTtl {
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
  color: #000 !important;
  margin-bottom: 15px;
}
.hmSustn .hmSustnFlx .hmSustnBx img {
  border-radius: 20px;
  width: 100%;
}
.hmSustn .hmSustnFlx .hmSustnBx .hmSustnBxHd {
  font-size: 25px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 10px;
  margin-top: 20px;
  color: #000;
  transition: 0.5s ease-in-out all;
}
.hmSustn .hmSustnFlx .hmSustnBx p {
  color: #000;
  transition: 0.5s ease-in-out all;
}
.hmSustn .hmSustnFlx .hmSustnBx:hover .hmSustnBxHd, .hmSustn .hmSustnFlx .hmSustnBx:hover p {
  color: #c71a1c;
}
@media (max-width: 1400px) {
  .hmSustn .hmSustnFlx .hmSustnBx .hmSustnBxSubTtl {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .hmSustn .hmSustnFlx .hmSustnBx .hmSustnBxHd {
    font-size: 20px;
    line-height: 25px;
    margin-top: 15px;
  }
}
@media (max-width: 991px) {
  .hmSustn .hmSustnFlx {
    justify-content: flex-start;
  }
  .hmSustn .hmSustnFlx .hmSustnBx {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 20px;
    margin-bottom: 30px;
  }
  .hmSustn .hmSustnFlx .hmSustnBx:last-child {
    margin-bottom: 0;
  }
  .hmSustn .hmSustnFlx .hmSustnBx .hmSustnBxSubTtl {
    font-size: 16px;
    line-height: 22px;
  }
  .hmSustn .hmSustnFlx .hmSustnBx .hmSustnBxHd {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .hmSustn .hmSustnFlx {
    justify-content: center;
  }
  .hmSustn .hmSustnFlx .hmSustnBx {
    flex: 0 0 100%;
    max-width: 400px;
    padding: 0;
    margin: 0 auto 30px;
    text-align: center;
  }
  .hmSustn .hmSustnFlx .hmSustnBx .hmSustnBxSubTtl {
    font-size: 16px;
    line-height: 22px;
  }
  .hmSustn .hmSustnFlx .hmSustnBx .hmSustnBxHd {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 8px;
  }
}
@media (max-width: 480px) {
  .hmSustn .hmSustnFlx .hmSustnBx {
    max-width: 300px;
    margin: 0 auto 25px;
  }
  .hmSustn .hmSustnFlx .hmSustnBx .hmSustnBxHd {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 5px;
  }
}

.abtDirctr .abtDirctrHghTxt {
  margin-bottom: 50px;
  text-align: center;
}
.abtDirctr .abtDirctrHghTxt h2 {
  font-size: 35px;
  line-height: 45px;
  font-weight: 500;
  color: #000;
  padding-bottom: 0;
}
.abtDirctr .abtDirctrHghTxt h2 span {
  display: block;
  font-size: 25px;
  line-height: 35px;
  padding-top: 5px;
}
.abtDirctr .abtDirctrFlx {
  display: flex;
  flex-wrap: wrap;
}
.abtDirctr .abtDirctrFlx .abtDirctrLft {
  flex: 0 0 70%;
  max-width: 70%;
  padding-right: 30px;
}
.abtDirctr .abtDirctrFlx .abtDirctrLft p {
  margin-bottom: 10px;
  color: #000;
}
.abtDirctr .abtDirctrFlx .abtDirctrLft .abtDirctrLst {
  margin-top: 25px;
}
.abtDirctr .abtDirctrFlx .abtDirctrLft .abtDirctrLst p {
  font-weight: 500;
}
.abtDirctr .abtDirctrFlx .abtDirctrLft .abtDirctrLst p span {
  font-weight: 300;
  display: block;
}
.abtDirctr .abtDirctrFlx .abtDirctrRgt {
  flex: 0 0 30%;
  max-width: 30%;
}
.abtDirctr .abtDirctrFlx .abtDirctrRgt img {
  width: 100%;
  border-radius: 50%;
}
@media (max-width: 1199px) {
  .abtDirctr .abtDirctrHghTxt {
    margin-bottom: 30px;
  }
  .abtDirctr .abtDirctrHghTxt h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .abtDirctr .abtDirctrHghTxt h2 span {
    font-size: 20px;
    line-height: 30px;
  }
  .abtDirctr .abtDirctrFlx .abtDirctrLft {
    padding-right: 20px;
  }
  .abtDirctr .abtDirctrFlx .abtDirctrLft p {
    margin-bottom: 7px;
    font-size: 14px;
    line-height: 22px;
  }
  .abtDirctr .abtDirctrFlx .abtDirctrLft .abtDirctrLst {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .abtDirctr .abtDirctrHghTxt {
    margin-bottom: 25px;
  }
  .abtDirctr .abtDirctrHghTxt h2 {
    font-size: 22px;
    line-height: 32px;
  }
  .abtDirctr .abtDirctrHghTxt h2 span {
    font-size: 16px;
    line-height: 24px;
  }
  .abtDirctr .abtDirctrFlx {
    flex-direction: column-reverse;
  }
  .abtDirctr .abtDirctrFlx .abtDirctrLft {
    padding-right: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .abtDirctr .abtDirctrFlx .abtDirctrLft p {
    text-align: center;
  }
  .abtDirctr .abtDirctrFlx .abtDirctrRgt {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
  .abtDirctr .abtDirctrFlx .abtDirctrRgt img {
    max-width: 300px;
    margin: 0 auto 20px;
  }
}
@media (max-width: 480px) {
  .abtDirctr .abtDirctrHghTxt {
    margin-bottom: 20px;
  }
  .abtDirctr .abtDirctrHghTxt h2 {
    font-size: 20px;
    line-height: 30px;
  }
  .abtDirctr .abtDirctrHghTxt h2 span {
    font-size: 14px;
    line-height: 22px;
  }
  .abtDirctr .abtDirctrFlx .abtDirctrLft p {
    text-align: center;
  }
}/*# sourceMappingURL=style.css.map */