/* --- bg color start --- */
/* --- bg color end --- */
/* --- text color start --- */
/* --- text color end --- */
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
/* ====== mixin Css Start ====== */
/* ====== mixin Css End ====== */
/* ====== Common Css Start ====== */
* {
  margin: 0;
  padding: 0;
}

button {
  outline: none !important;
  border: none;
}

ul, li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

a, .btn {
  text-decoration: none;
  cursor: pointer;
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}
a:hover, .btn:hover {
  text-decoration: none;
  color: #000;
}

body {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 1.6px;
  color: #fff;
}

p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 1.6px;
  color: #fff;
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  p {
    font-size: 14px;
    line-height: 22px;
  }
}

h1, h2, h3, h5 {
  font-family: "Lato", sans-serif;
  margin: 0px;
  padding: 0px;
}

h1 {
  font-family: "Lato", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 6px;
  color: #fff;
  margin-bottom: 25px;
}

.titleSection {
  margin-bottom: 50px;
}
.titleSection span {
  position: relative;
}
.titleSection span::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -15px;
  background: #fff;
  width: 100%;
  height: 3px;
}
@media (max-width: 767px) {
  .titleSection {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 4.5px;
  }
}
@media (max-width: 360px) {
  .titleSection {
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 4.2px;
  }
}

h2 {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  h2 {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 4px;
    margin-bottom: 50px;
  }
}
@media (max-width: 480px) {
  h2 {
    margin-bottom: 50px;
  }
}

h3 {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 4px;
}

.img-fluid {
  max-height: 100%;
}

.textCenter {
  text-align: center;
}

.textLeft {
  text-align: left;
}

.textRight {
  text-align: right;
}

.landingSection .landingContent h2.innerTitle {
  font-size: 50px;
  font-weight: 400;
  line-height: 37px;
  letter-spacing: 0.25em;
  text-align: center;
}
@media (max-width: 1366px) {
  .landingSection .landingContent h2.innerTitle {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .landingSection .landingContent h2.innerTitle {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .landingSection .landingContent h2.innerTitle {
    font-size: 24px;
    padding-top: 30px;
  }
}

.landingSection {
  position: relative;
}
.landingSection::before {
  content: "";
  background: url("../images/landing_bg.png") no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 0;
  height: 65%;
  width: 100%;
}
.landingSection::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(29, 37, 45, 0)), color-stop(52.5%, #1D252D));
  background: linear-gradient(180deg, rgba(29, 37, 45, 0) 0%, #1D252D 52.5%);
  width: 100%;
  height: 100%;
}
.landingSection .landingContent {
  padding-bottom: 100px;
}
.landingSection .landingContent p {
  font-size: 20px;
  line-height: 40px;
  font-weight: 400;
  color: #fff;
  max-width: 975px;
  margin: 0 auto;
  letter-spacing: 2px;
}
.landingSection .landingContent p.share {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 1.6px;
}
.landingSection .landingContent h2 {
  font-size: 18px;
  letter-spacing: 4.5px;
  line-height: 37px;
  max-width: 572px;
  margin: 0 auto;
  padding-top: 50px;
}
@media (max-width: 1366px) {
  .landingSection .landingContent {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .landingSection .landingContent p {
    font-size: 17px;
    line-height: 1.5;
  }
}
.landingSection .landingContainer {
  max-width: 1170px;
  margin: 0 auto;
  position: relative;
  z-index: 11;
  text-align: center;
}
@media (max-width: 1199px) {
  .landingSection .landingContainer {
    padding-top: 70px;
  }
}
@media (max-width: 991px) {
  .landingSection .landingContainer {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .landingSection .landingContainer {
    padding-top: 0px;
  }
}
.landingSection .logo {
  text-align: center;
  padding-top: 220px;
  padding-bottom: 85px;
}
@media (max-width: 1366px) {
  .landingSection::after {
    height: 100%;
  }
  .landingSection .logo {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .landingSection .logo img {
    height: 120px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .landingSection .landingForm {
    padding-top: 30px;
  }
  .landingSection .formLanding {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .landingSection {
    padding: 60px 0;
  }
}
@media (max-width: 1199px) {
  .landingSection {
    padding-top: 45px;
  }
  .landingSection .logo {
    padding-top: 30px;
  }
  .landingSection .formLanding {
    padding-top: 50px;
  }
}
@media (max-width: 991px) {
  .landingSection .landingContent {
    max-width: 80%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .landingSection .landingContent {
    padding: 0px 24px 60px;
    max-width: 100%;
  }
  .landingSection .landingForm {
    padding-top: 0px;
  }
  .landingSection .landingForm h3 {
    max-width: 200px;
    margin: 0 auto;
  }
  .landingSection .formLanding {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .landingSection .formLanding .form-group {
    margin-bottom: 50px;
    width: 100%;
  }
  .landingSection .logo {
    padding-top: 100px;
    padding-bottom: 60px;
  }
  .landingSection .logo img {
    height: 105px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 480px) {
  .landingSection .logo {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .landingSection .landingContent h2 {
    line-height: 30px;
  }
}
@media (max-width: 360px) {
  .landingSection .landingForm {
    padding-top: 0px;
  }
  .landingSection .formLanding {
    padding-top: 40px;
  }
  .landingSection .landingContent {
    padding: 0 20px 50px;
  }
  .landingSection .logo img {
    height: 85px;
  }
}

.landingForm {
  padding-top: 85px;
}

.formLanding {
  max-width: 960px;
  margin: 0 auto;
  padding-bottom: 25px;
}
.formLanding .formFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1199px) {
  .formLanding .formFlex .form-group {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .formLanding .formFlex .form-group input {
    width: 100%;
  }
  .formLanding .formFlex .form-group.email input {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .formLanding .formFlex .form-group {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.formLanding .form-group {
  padding: 0px 10px;
  position: relative;
}
.formLanding .form-group input {
  color: #fff;
  font-size: 14px;
}
.formLanding .form-group input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.formLanding .form-group.email input {
  width: 388px;
}
.formLanding .form-control {
  border: 0px;
  border-bottom: 2px solid #fff;
  background: transparent;
  border-radius: 0px;
}
.formLanding ::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1.4px;
}
.formLanding ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1.4px;
}
.formLanding ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1.4px;
}
.formLanding :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1.4px;
}
.formLanding ::placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1.4px;
}

@media (max-width: 1366px) {
  .landingForm {
    padding-top: 30px;
  }
  .formLanding {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .formLanding {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .landingForm {
    padding-top: 0px;
  }
  .landingForm h3 {
    max-width: 200px;
    margin: 0 auto;
  }
  .formLanding {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .formLanding .form-group {
    margin-bottom: 50px;
    width: 100%;
  }
}
@media (max-width: 360px) {
  .landingForm {
    padding-top: 0px;
  }
  .formLanding {
    padding-top: 40px;
  }
}
.paddComman100 {
  padding: 100px 0px;
}
@media (max-width: 1199px) {
  .paddComman100 {
    padding: 60px 30px;
  }
}
@media (max-width: 767px) {
  .paddComman100 {
    padding: 40px 15px;
  }
}
@media (max-width: 575px) {
  .paddComman100 {
    padding: 30px 15px;
  }
}

.maxWidth760 {
  max-width: 780px;
  margin: 0px auto;
}

.maxwidth570 {
  max-width: 570px;
  margin: 0px auto;
}

.maxWidth1170 {
  max-width: 1170px;
  margin: 0px auto;
}

.commanfnt {
  color: #1D252D;
}
.commanfnt p {
  font-size: 16px;
  color: #1D252D;
}
@media (max-width: 1366px) {
  .commanfnt p {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .commanfnt p {
    font-size: 15px;
  }
}
@media (max-width: 360px) {
  .commanfnt p {
    font-size: 13px;
  }
}

.ladingWelcomeSection {
  padding-bottom: 0px !important;
}
.ladingWelcomeSection h2 {
  text-transform: none;
  text-align: left;
  font-weight: 400;
  letter-spacing: 2px;
}
.ladingWelcomeSection .rowArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.ladingWelcomeSection .imgBox {
  width: 100%;
  max-width: 470px;
}
.ladingWelcomeSection .imgBox img {
  max-width: 100%;
}
.ladingWelcomeSection .ConatentBox {
  width: calc(100% - 470px);
}
.ladingWelcomeSection .ConatentBox .padd {
  padding-left: 125px;
  padding-top: 20px;
}
.ladingWelcomeSection .ConatentBox ul {
  padding-bottom: 40px;
}
.ladingWelcomeSection .ConatentBox ul li {
  border-bottom: #1D252D solid 1px;
  font-size: 16px;
  color: #1D252D;
  padding: 42px 0px 9px 0px;
}
.ladingWelcomeSection .ConatentBox ul li:first-child {
  padding-top: 13px;
}
.ladingWelcomeSection .ConatentBox p {
  text-align: right;
}
@media (max-width: 1366px) {
  .ladingWelcomeSection .ConatentBox .padd {
    padding-left: 80px;
    padding-top: 10px;
  }
}
@media (max-width: 1199px) {
  .ladingWelcomeSection .imgBox {
    max-width: 350px;
  }
  .ladingWelcomeSection .ConatentBox {
    width: calc(100% - 350px);
  }
  .ladingWelcomeSection .ConatentBox .padd {
    padding-left: 40px;
    padding-top: 0px;
  }
  .ladingWelcomeSection .ConatentBox ul {
    padding-bottom: 30px;
  }
  .ladingWelcomeSection .ConatentBox ul li {
    font-size: 15px;
    padding: 35px 0px 8px 0px;
  }
}
@media (max-width: 991px) {
  .ladingWelcomeSection .imgBox {
    max-width: 280px;
  }
  .ladingWelcomeSection .ConatentBox {
    width: calc(100% - 280px);
  }
  .ladingWelcomeSection .ConatentBox .padd {
    padding-left: 30px;
    padding-top: 0px;
  }
  .ladingWelcomeSection .ConatentBox ul {
    padding-bottom: 20px;
  }
  .ladingWelcomeSection .ConatentBox ul li {
    font-size: 15px;
    padding: 18px 0px 6px 0px;
  }
  .ladingWelcomeSection .ConatentBox ul li:first-child {
    padding-top: 0px;
  }
}
@media (max-width: 767px) {
  .ladingWelcomeSection {
    text-align: center;
  }
  .ladingWelcomeSection h2 {
    text-align: center;
    margin-bottom: 20px;
  }
  .ladingWelcomeSection .rowArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .ladingWelcomeSection .imgBox {
    max-width: 480px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .ladingWelcomeSection .ConatentBox {
    width: calc(100% - 0px);
    width: 100%;
  }
  .ladingWelcomeSection .ConatentBox .padd {
    padding: 20px 0px;
  }
  .ladingWelcomeSection .ConatentBox ul {
    padding-bottom: 20px;
  }
  .ladingWelcomeSection .ConatentBox ul li {
    font-size: 15px;
    padding: 10px 0px 10px 0px;
  }
  .ladingWelcomeSection .ConatentBox ul li:first-child {
    padding-top: 0px;
  }
  .ladingWelcomeSection .ConatentBox P {
    text-align: center;
    font-size: 13px;
  }
}

.platinumSection {
  color: #000;
}
.platinumSection ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -52px;
  margin-top: 80px;
}
.platinumSection ul li {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 52px;
}
.platinumSection ul li s div {
  width: 350px;
}
.platinumSection ul li h3 {
  color: #000;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 8px;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.platinumSection ul li p {
  color: #000;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 137.5% */
  letter-spacing: 1.6px;
}
@media (max-width: 991px) {
  .platinumSection ul {
    margin-top: 6s0px;
  }
  .platinumSection ul li div {
    width: 345px;
  }
}
@media (max-width: 767px) {
  .platinumSection ul {
    margin-top: 50px;
  }
  .platinumSection ul li {
    text-align: center;
  }
  .platinumSection ul li div {
    margin: 0px auto;
  }
  .platinumSection ul li p {
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  .platinumSection ul li {
    text-align: center;
    width: 100%;
  }
  .platinumSection ul li div {
    margin: 0px auto;
  }
}
@media (max-width: 480px) {
  .platinumSection h3 {
    font-size: 15px;
  }
  .platinumSection ul {
    margin-bottom: -30px;
  }
  .platinumSection ul li {
    padding-bottom: 38px;
  }
}
@media (max-width: 360px) {
  .platinumSection ul li p {
    font-size: 14px;
    line-height: 20px;
  }
}

.imglading1 div {
  max-width: 100%;
  margin: 0px auto;
}
.imglading1 img {
  width: 100%;
  max-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 480px) {
  .imglading1 img {
    max-height: 120px;
  }
}

.ladingMenuSection {
  background: #D9D9D7;
  color: #1D252D;
}
.ladingMenuSection ul li {
  text-align: center;
  font-size: 20px;
  padding-bottom: 40px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 5px;
  text-transform: uppercase;
}
.ladingMenuSection ul li:last-child {
  padding-bottom: 0px;
}
.ladingMenuSection .line56 {
  width: 56px;
  height: 2px;
  margin: 58px auto;
  background: #7B7F82;
}
.ladingMenuSection p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 4px;
  text-align: center;
  color: #1D252D;
}
.ladingMenuSection a {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 4px;
  text-align: center;
  color: #1D252D;
}
@media (max-width: 991px) {
  .ladingMenuSection ul li {
    font-size: 18px;
    padding-bottom: 30px;
  }
  .ladingMenuSection .line56 {
    margin: 40px auto;
  }
  .ladingMenuSection p {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 480px) {
  .ladingMenuSection ul li {
    font-size: 16px;
    padding-bottom: 20px;
  }
  .ladingMenuSection .line56 {
    margin: 30px auto;
  }
}
@media (max-width: 360px) {
  .ladingMenuSection ul li {
    font-size: 15px;
    padding-bottom: 15px;
  }
  .ladingMenuSection p {
    font-size: 13px;
    line-height: 19px;
    font-weight: 400;
  }
}

.footer {
  background: #1D252D;
  text-align: center;
  padding: 66px 0px;
}
.footer .logo {
  max-width: 280px;
  display: block;
  text-align: center;
  margin: 0 auto;
}
.footer .title {
  text-transform: uppercase;
  display: inline-block;
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: 500;
  margin-top: 66px;
}
.footer .contactInfo {
  text-align: center;
  margin-top: 66px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer .contactInfo a {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 1.6px;
  color: #fff;
}
@media (max-width: 991px) {
  .footer {
    padding: 50px 0px;
  }
  .footer .logo {
    max-width: 265px;
  }
  .footer .title {
    font-size: 15px;
    margin-top: 55px;
  }
  .footer .contactInfo {
    margin-top: 55px;
  }
}
@media (max-width: 767px) {
  .footer {
    padding: 35px 0px;
  }
  .footer .logo {
    max-width: 200px;
  }
  .footer .title {
    font-size: 13px;
    margin-top: 30px;
    line-height: normal;
  }
  .footer .contactInfo {
    margin-top: 30px;
  }
  .footer .contactInfo a {
    font-size: 14px;
  }
}
@media (max-width: 360px) {
  .footer .title {
    font-size: 12px;
  }
}

.commonBtn {
  background: transparent;
  border: 2px solid #fff;
  display: inline-block;
  padding: 8px 47px;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.commonBtn:hover {
  background: #fff;
  color: #000;
}

.normalBtn {
  background: transparent;
  border: 2px solid #000;
  display: inline-block;
  padding: 8px 47px;
  color: #000;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.normalBtn:hover {
  background: #000;
  color: #fff;
}

.modalForm {
  text-align: center;
  -webkit-columns: #000;
     -moz-columns: #000;
          columns: #000;
}
.modalForm .titleSection {
  margin-bottom: 35px;
}
.modalForm .modal-dialog {
  max-width: 600px;
}
.modalForm .modal-header {
  border-bottom: 0px;
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 13px;
  z-index: 11;
}
.modalForm .modal-header .btn-close {
  color: #000;
  opacity: 1;
}
.modalForm .modal-header .btn-close:hover {
  opacity: 0.5;
}
.modalForm .modal-header .btn-close:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.modalForm .modal-content {
  background: #D9D9D6;
  border-radius: 0px;
  color: #000;
  padding: 85px 100px;
}
.modalForm .modal-content p {
  color: #000;
}
.modalForm .line {
  position: relative;
  padding-top: 60px;
}
.modalForm .line::after {
  content: "";
  position: absolute;
  width: 115px;
  height: 2px;
  background: #1D252D;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .modalForm .modal-content {
    padding: 60px;
  }
}

label.error {
  font-size: 11px;
  text-align: left;
  display: block;
  position: absolute;
  top: 100%;
}

.breadcrumb {
  color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  margin-bottom: 0px;
}
.breadcrumb li a {
  color: #fff;
}
.breadcrumb li.breadcrumb-item.active {
  color: #cacaca;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}

.box {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 3px;
  font-size: 30px;
  position: relative;
  vertical-align: top;
  -webkit-transition: 0.3s color, 0.3s border, 0.3s opacity, 0.3s -webkit-transform;
  transition: 0.3s color, 0.3s border, 0.3s opacity, 0.3s -webkit-transform;
  transition: 0.3s color, 0.3s border, 0.3s transform, 0.3s opacity;
  transition: 0.3s color, 0.3s border, 0.3s transform, 0.3s opacity, 0.3s -webkit-transform;
}
.box:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.1);
  font-size: 0;
  padding: 0;
  border-width: 3px;
  line-height: 50px;
  opacity: 1;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  z-index: 2;
}
.box:hover [class*=loader-] {
  font-size: 70px;
  line-height: 50px;
}

.loader {
  height: 100%;
  width: 100%;
  position: fixed;
  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;
  z-index: 99;
  background: rgba(0, 0, 0, 0.6);
}

.loader-05 {
  border: 0.2em solid transparent;
  border-top-color: #fff;
  border-radius: 50%;
  -webkit-animation: 1s loader linear infinite;
          animation: 1s loader linear infinite;
  position: relative;
}
.loader-05:before {
  content: "";
  display: block;
  width: inherit;
  height: inherit;
  position: absolute;
  top: -0.2em;
  left: -0.2em;
  border: 0.2em solid #fff;
  border-radius: 50%;
  opacity: 0.5;
}

@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.pressSection {
  padding: 100px 0px 50px 0px;
  color: #000;
}
.pressSection.home {
  padding: 50px 0px;
}
@media (max-width: 767px) {
  .pressSection {
    padding: 80px 0px 30px 0px;
  }
}

.pressListing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 50px;
}
.pressListing li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3%;
          flex: 0 0 33.3%;
  max-width: 33.3%;
  margin-bottom: 50px;
}
.pressListing li .pressBox {
  padding: 0 15px;
}
.pressListing li .pressBox .pressIcon {
  height: 115px;
  margin-bottom: 40px;
  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;
}
.pressListing li .pressBox .pressIcon img {
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 1366px) {
  .pressListing li .pressBox .pressIcon img {
    max-width: 300px;
  }
}
@media (max-width: 1199px) {
  .pressListing li .pressBox .pressIcon img {
    max-width: 100%;
  }
}
.pressListing li .pressBox p {
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.1em;
  color: #000;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.pressListing li .pressBox .title {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.3em;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.pressListing li .pressBox a {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #000;
}
.pressListing li .pressBox a::after {
  content: "\f105";
  font-family: "FontAwesome";
  margin-left: 10px;
}
@media (max-width: 991px) {
  .pressListing li .pressBox p {
    font-size: 14px;
    line-height: 18px;
  }
  .pressListing li .pressBox .title {
    letter-spacing: 0.15em;
    line-height: 22px;
  }
  .pressListing li .pressBox .pressIcon {
    height: 70px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .pressListing li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 575px) {
  .pressListing li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .pressListing li .pressBox .pressIcon {
    height: auto;
    max-width: 250px;
  }
}/*# sourceMappingURL=style.css.map */