@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;500;600;700;800;900&display=swap");
@font-face {
  font-family: 'Montserrat';
  src: url("scss/fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Montserrat';
  src: url("scss/fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Montserrat';
  src: url("scss/fonts/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Montserrat';
  src: url("scss/fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Montserrat';
  src: url("scss/fonts/Montserrat-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Muller';
  src: url("scss/fonts/MullerThin.otf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Muller';
  src: url("scss/fonts/MullerRegular.otf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Muller';
  src: url("scss/fonts/MullerMedium.otf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Muller';
  src: url("scss/fonts/MullerBold.otf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }
@-webkit-keyframes slideInUpanim {
  0% {
    display: none;
    transform: translateY(-100%); }
  50% {
    display: inline-block;
    transform: translateY(0%); }
  100% {
    display: none;
    transform: translateY(100%); } }
@-moz-keyframes slideInUpanim {
  0% {
    display: none;
    transform: translateY(-100%); }
  50% {
    display: inline-block;
    transform: translateY(0%); }
  100% {
    display: none;
    transform: translateY(100%); } }
@-o-keyframes slideInUpanim {
  0% {
    display: none;
    transform: translateY(-100%); }
  50% {
    display: inline-block;
    transform: translateY(0%); }
  100% {
    display: none;
    transform: translateY(100%); } }
@keyframes slideInUpanim {
  0% {
    display: none;
    transform: translateY(-100%); }
  50% {
    display: inline-block;
    transform: translateY(0%); }
  100% {
    display: none;
    transform: translateY(100%); } }
.brown-button {
  background-color: #daab89;
  border: 3px solid transparent;
  border-radius: 0;
  position: relative;
  text-transform: uppercase;
  font-size: 16px;
  color: #000;
  font-family: "Cairo", sans-serif;
  font-weight: 500;
  padding: 11px 15px;
    padding-left: 33px;
  transition: all 0.3s ease-in;
  display: inline-block; }
  @media (max-width: 768px) {
    .brown-button {
      font-size: 13px; } }
  .brown-button:after {
    content: '';
    position: absolute;
    left: 16px;
    right: auto;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 12px;
    height: 16px;
    background: url("../images/css_sprites.png") -190px -79px;
    transition: all 0.3s ease-in;
    transform: rotate(180deg); }
  .brown-button:hover {
    color: #fff;
    background-color: #c59d86;
    transition: all 0.3s ease-in; }
    .brown-button:hover:after {
      left: 10px;
      transition: all 0.3s ease-in; }

.brown-button.white-bg {
  background-color: #fff;
  border-color: #daab89; }
  .brown-button.white-bg:hover {
    color: #daab89;
    transition: all 0.3s ease-in; }
    .brown-button.white-bg:hover:after {
      left: 10px;
      transition: all 0.3s ease-in; }

.brown-button.no-bg {
  background-color: transparent;
  border-color: #daab89; }
  .brown-button.no-bg:after {
    background: url("../images/right-arrow.png"); }
  .brown-button.no-bg:hover {
    color: #fff;
    transition: all 0.3s ease-in; }
    .brown-button.no-bg:hover:after {
      left: 10px;
      transition: all 0.3s ease-in; }

.brown-button.right-arrow:after {
  background: url("../images/right-arrow.png"); }

.brown-button.download-arrow {
  padding-right: 60px;
  padding-left: 15px; }
  @media (max-width: 768px) {
    .brown-button.download-arrow {
      padding-right: 52px; } }
  .brown-button.download-arrow:after {
    width: 26px;
    height: 28px;
    background: url("../images/css_sprites.png") -60px -76px;
    right: 18px;
    left: auto;
    transform: none; }
  .brown-button.download-arrow:hover {
    color: #fff;
    transition: all 0.3s ease-in; }
    .brown-button.download-arrow:hover:after {
      left: auto;
      transition: all 0.3s ease-in; }

.brown-button.brown-copy {
  color: #deb08e; }
  @media (max-width: 576px) {
    .brown-button.brown-copy {
      text-align: center; } }

.form-bt {
  border-radius: 0;
  padding: 12px 30px;
  border: 0;
  color: #fff;
  text-transform: capitalize;
  font-size: 18px;
  font-family: "Cairo", sans-serif;
  font-weight: 500; }

.submit-button {
  background-color: #daab89; }
  .submit-button:hover {
    background-color: #050133; }

.reset-button {
  background-color: #8d9aa7; }
  .reset-button:hover {
    background-color: #050133; }

@media (max-width: 576px) {
  footer .brown-button {
    text-align: center;
    padding-right: 15px !important; } }

.download-wrap {
  margin-top: 40px;
  margin-bottom: 40px; }

.download-wrap .download-btn {
  background-color: #daab89;
  padding: 13px 22px;
  font-family: "Montserrat", sans-serif;
  color: #000;
  font-weight: 400;
  text-transform: uppercase; }

.download-wrap .download-btn .active {
  display: inline-block; }

.download-wrap .download-btn .hover {
  display: none; }

.download-wrap .download-btn:hover {
  color: #fff;
  transition: none; }

.download-wrap .download-btn:hover .hover {
  display: inline-block; }

.download-wrap .download-btn:hover .active {
  display: none; }

@media (min-width: 1500px) {
  .container {
    max-width: 1320px; } }
@media (min-width: 1900px) {
  .container {
    max-width: 1504px; } }
@media (max-width: 576px) {
  .container {
    padding-left: 30px;
    padding-right: 30px; } }

p {
  font-family: "Cairo", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000; }
  @media (max-width: 1600px) {
    p {
      font-size: 14px !important; } }

a:hover, a:focus {
  text-decoration: none;
  transition: all 0.3s ease-in; }

.line-heading {
  position: relative;
  color: #e3e3e3;
  font-family: "Cairo", sans-serif;
  font-size: 50px;
  font-weight: 400;
  text-align: right; }
  @media (max-width: 1600px) {
    .line-heading {
      font-size: 35px !important; } }
  @media (max-width: 1400px) {
    .line-heading {
      font-size: 40px !important; } }
  .line-heading:after {
    content: "";
    position: absolute;
    width: 130px;
    height: 5px;
    top: -25px;
    right: 0;
    background-color: #daab89; }
    @media (max-width: 1600px) {
      .line-heading:after {
        width: 96px; } }

.section-heading {
  font-family: "Cairo", sans-serif;
  font-size: 60px;
  color: #000;
  font-weight: 400;
  line-height: 52px;
  text-transform: uppercase;
  margin-top: 15px; }
  @media (max-width: 1600px) {
    .section-heading {
      font-size: 50px !important;
      line-height: 42px; } }
  @media (min-width: 1401px) and (max-width: 1499.9px) {
    .section-heading {
      font-size: 40px !important; } }
  @media (max-width: 1400px) {
    .section-heading {
      font-size: 40px !important;
      line-height: 40px; } }
  @media (max-width: 992px) {
    .section-heading {
      font-size: 35px !important; } }

.sidenav {
  height: 100vh;
  width: 0;
  position: fixed;
  z-index: 999999;
  top: 0;
  right: 0;
  background-color: #050132;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 30px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  border-top: 2px solid #deb08e; }
  .sidenav .btn-close {
    text-align: right; }
    .sidenav .btn-close img {
      width: 20px; }
  .sidenav ul {
    padding-left: 0; }
  .sidenav li {
    padding: 0 28px;
    list-style: none; }
  .sidenav li.active a {
    background: transparent;
    -webkit-text-fill-color: #fff;
    font-weight: 400; }
  .sidenav a {
    padding: 8px 28px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    color: #deb08e;
    display: block;
    transition: 0.3s;
    overflow: hidden;
    background: linear-gradient(to right, #fff, #fff 50%, #deb08e 50%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 100%;
    transition: background-position 275ms ease;
    text-decoration: none; }
    .sidenav a:hover {
      background-position: 0 100%; }
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px; }
  .sidenav .mobile-social-media {
    position: absolute;
    bottom: 0;
    padding: 30px 40px;
    border-top: 1px solid #EAEAEA;
    margin-bottom: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    background-color: #fff; }
    .sidenav .mobile-social-media li {
      display: inline-block;
      padding: 0; }
      .sidenav .mobile-social-media li a {
        padding: 0;
        transition: none; }
  .sidenav .submenu-opened > a {
    background-color: #050133;
    color: #fff !important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }
  .sidenav .sub-menu {
    display: none;
    background-color: #050133;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; }
    .sidenav .sub-menu li {
      padding: 0; }
      .sidenav .sub-menu li a {
        margin-left: 48px;
        padding-left: 0;
        padding-right: 40px;
        border-bottom: 1px solid #FFF423;
        color: #fff !important; }
    .sidenav .sub-menu li:first-child a {
      border-top: 1px solid #FFF423; }
    .sidenav .sub-menu li:last-child a {
      border-bottom: 0; }
  .sidenav li.menu-item-has-children.current_page_ancestor:before {
    background-position: -259px -254px; }
  .sidenav li.menu-item-has-children {
    position: relative; }
    .sidenav li.menu-item-has-children::before {
      content: "";
      position: absolute;
      right: 60px;
      top: 19px;
      width: 15px;
      height: 9px;
      background: url("images/css_sprites.png") -294px -254px; }
  .sidenav .submenu-opened::before {
    top: 12px !important;
    transform: rotate(90deg) !important;
    filter: brightness(0) invert(1); }

.home-header {
  border-top: 2px solid #deb08e;
  position: fixed;
  z-index: 99999;
  width: 100%; }
  .home-header .mobile-logo {
    width: 90px; }
    @media (max-width: 768px) {
      .home-header .mobile-logo {
        width: 60px; } }
    @media (max-width: 576px) {
      .home-header .mobile-logo {
        width: 55px; } }
  .home-header .mobile-menu-wrap {
    display: none; }
  .home-header .menu-toggle img {
    transform: rotate(180deg); }
  @media (max-width: 992px) {
    .home-header {
      background-color: #050132;
      padding: 16px 0; }
      .home-header .menu-toggle img {
        width: 38px;
        margin-top: 22px;
        transition: all 0.3s ease-in; } }
    @media (max-width: 992px) and (max-width: 768px) {
      .home-header .menu-toggle img {
        margin-top: 12px; } }
    @media (max-width: 992px) and (max-width: 576px) {
      .home-header .menu-toggle img {
        margin-top: 8px; } }
  @media (max-width: 992px) {
      .home-header .desktop-menu {
        display: none; }
      .home-header .mobile-menu-wrap {
        display: block; } }
  @media (max-width: 768px) {
    .home-header {
      padding: 8px 0; } }
  @media (max-width: 576px) {
    .home-header {
      padding: 8px 0; } }
  .home-header .logo-img {
    transition: all 0.3s ease-in;
    width: 153px; }
    @media (max-width: 1400px) {
      .home-header .logo-img {
        width: 115px; } }
  .home-header .header-logo {
    transition: all 0.3s ease-in;
    opacity: 1; }
  .home-header .sticky-logo {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    transition: all 0.3s ease-in; }
  .home-header ul {
    padding-left: 0;
    list-style: none; }
    .home-header ul li {
      display: inline-block; }
      .home-header ul li a {
        color: #deb08e;
        font-family: "Cairo", sans-serif;
        font-weight: 500;
        font-size: 19px;
        text-transform: uppercase;
        overflow: hidden;
        background: linear-gradient(to right, #fff, #fff 50%, #deb08e 50%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-size: 200% 100%;
        background-position: 100%;
        transition: background-position 275ms ease;
        text-decoration: none; }
        .home-header ul li a:hover {
          background-position: 0 100%; }
        @media (min-width: 1500px) {
          .home-header ul li a {
            font-size: 16px; } }
        @media (min-width: 1900px) {
          .home-header ul li a {
            font-size: 18px; } }
        @media (max-width: 1400px) {
          .home-header ul li a {
            font-size: 14px; } }
        @media (min-width: 1401px) and (max-width: 1499.9px) {
          .home-header ul li a {
            font-size: 16px; } }
  .home-header ul.main-menu {
    display: flex;
    justify-content: space-between;
    vertical-align: bottom;
    padding-top: 128px;
    text-align: left;
    transition: all 0.3s ease-in; }
    @media (max-width: 1400px) {
      .home-header ul.main-menu {
        padding-top: 94px; } }
    .home-header ul.main-menu li.active a {
      color: #fff;
      background: transparent;
      -webkit-text-fill-color: #fff;
      font-weight: 400; }
  @media (min-width: 1900px) {
    .home-header .logo-col {
      flex: 0 0 25.333333%;
      max-width: 25.333333%; } }
  @media (min-width: 1500px) {
    .home-header .logo-col {
      flex: 0 0 25.333333%;
      max-width: 25.333333%; } }
  @media (max-width: 1400px) {
    .home-header .logo-col {
      flex: 0 0 24.666667%;
      max-width: 24.666667%; } }
  @media (min-width: 1401px) and (max-width: 1499.9px) {
    .home-header .logo-col {
      flex: 0 0 24.666667%;
      max-width: 24.666667%; } }
  @media (min-width: 1900px) {
    .home-header .menu-col {
      flex: 0 0 37.333333%;
      max-width: 37.333333%; } }
  @media (min-width: 1500px) {
    .home-header .menu-col {
      flex: 0 0 37.333333%;
      max-width: 37.333333%; } }
  @media (max-width: 1400px) {
    .home-header .menu-col {
      flex: 0 0 37.666667%;
      max-width: 37.666667%; } }
  @media (min-width: 1401px) and (max-width: 1499.9px) {
    .home-header .menu-col {
      flex: 0 0 37.666667%;
      max-width: 37.666667%; } }
  .home-header .lang-and-search {
    text-align: right;
    padding-top: 8px;
    margin-bottom: -33px; }
    .home-header .lang-and-search .search {
      padding-right: 0;
      position: relative;
      padding-left: 50px; }
      .home-header .lang-and-search .search a {
        font-size: 14px; }
      .home-header .lang-and-search .search span {
        position: absolute;
        left: 25px;
        top: 11px;
        width: 17px;
        height: 17px;
        background: url("../images/css_sprites.png") -190px -10px;
        display: inline-block; }
    .home-header .lang-and-search .lang-switch {
      position: relative;
      z-index: 99;
      cursor: pointer; }
      .home-header .lang-and-search .lang-switch i {
        color: #deb08e;
        overflow: hidden;
        background: linear-gradient(to right, #fff, #fff 50%, #deb08e 50%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-size: 200% 100%;
        background-position: 100%;
        transition: background-position 275ms ease;
        text-decoration: none;
        font-style: normal; }
        .home-header .lang-and-search .lang-switch i:hover {
          background-position: 0 100%; }
      .home-header .lang-and-search .lang-switch:after {
        content: '';
        position: absolute;
        width: 16px;
        height: 12px;
        background: url("../images/css_sprites.png") -190px -47px;
        top: 14px;
        right: 6px; }
      .home-header .lang-and-search .lang-switch ul {
        padding-left: 0;
        background-color: #deb08e;
        list-style: none;
        box-shadow: 0 10px 10px rgba(0, 0, 0, 0.16);
        position: absolute;
        top: 38px;
        right: 0;
        display: none; }
        .home-header .lang-and-search .lang-switch ul li {
          display: block;
          text-align: left;
          padding: 10px 15px 10px 15px; }
          .home-header .lang-and-search .lang-switch ul li a {
            color: #060233;
            overflow: hidden;
            background: linear-gradient(to right, #fff, #fff 50%, #060233 50%);
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: 200% 100%;
            background-position: 100%;
            transition: background-position 275ms ease;
            text-decoration: none; }
            .home-header .lang-and-search .lang-switch ul li a:hover {
              background-position: 0 100%; }
    .home-header .lang-and-search .glob {
      width: 19px;
      height: 19px;
      background: url("../images/css_sprites.png") -130px -137px;
      display: inline-block;
      position: absolute;
      left: 4px; }
    .home-header .lang-and-search ul li {
      color: #deb08e;
      font-size: 14px;
      font-weight: 600;
      font-family: "Cairo", sans-serif;
      text-transform: uppercase;
      padding: 10px 30px; }

.home-header.sticky {
  padding: 16px 0;
  background-color: #050132; }
  .home-header.sticky .sticky-logo {
    opacity: 1;
    transition: all 0.3s ease-in;
    top: -6px; }
  .home-header.sticky .header-logo {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    transition: all 0.3s ease-in; }
  @media (max-width: 576px) {
    .home-header.sticky {
      transition: all 0.3s ease-in;
      padding: 8px 0; }
      .home-header.sticky .menu-toggle img {
        margin-top: 8px;
        transition: all 0.3s ease-in; } }
  .home-header.sticky .logo-img {
    width: 76px;
    transition: all 0.3s ease-in; }
  .home-header.sticky .lang-and-search {
    display: none; }
  .home-header.sticky ul.main-menu {
    padding-top: 24px;
    transition: all 0.3s ease-in; }

.search-form, .mobile-search {
  position: absolute;
  right: 0;
  width: 400px;
  height: 0;
  top: 46px;
  z-index: -9;
  transition: all 0.3s ease-in; }
  .search-form .input-group, .mobile-search .input-group {
    background-color: #f6ceae;
    border-radius: 40px;
    opacity: 0;
    transition: all 0.3s ease-in; }
  .search-form .form-control, .mobile-search .form-control {
    background-color: #f6ceae;
    border: 0;
    color: #000;
    font-family: "Cairo", sans-serif;
    font-size: 16px;
    font-weight: 500;
    border-radius: 40px;
    padding-left: 20px;
    margin-right: 10px; }
    .search-form .form-control:focus, .mobile-search .form-control:focus {
      box-shadow: none;
      outline: 0; }
  .search-form input::placeholder, .mobile-search input::placeholder {
    color: #000; }
  .search-form .search-form-submit-btn, .mobile-search .search-form-submit-btn {
    background-color: #dca171;
    color: #000;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    border: 0;
    padding: 0 26px;
    border-radius: 40px; }
    .search-form .search-form-submit-btn:hover, .mobile-search .search-form-submit-btn:hover {
      color: #fff; }

.search-form.opened, .mobile-search.opened {
  height: 100%;
  transition: all 0.3s ease-in;
  z-index: 99; }
  .search-form.opened .input-group, .mobile-search.opened .input-group {
    opacity: 1;
    transition: all 0.3s ease-in; }

.mobile-search {
  right: 0;
  left: 0;
  width: 94%;
  margin: auto;
  top: 78px; }

.inner-header {
  background-color: #050132;
  padding: 10px 0; }
  @media (max-width: 768px) {
    .inner-header {
      padding: 8px 0; } }
  .inner-header .logo-img {
    width: 85px; }
  .inner-header ul.main-menu {
    padding-top: 37px; }
  .inner-header .search {
    padding-right: 0;
    position: relative;
    padding-left: 0; }
    .inner-header .search a {
      font-size: 16px; }
    .inner-header .search span {
      position: absolute;
      left: -20px;
      top: 11px;
      width: 17px;
      height: 17px;
      background: url("../images/css_sprites.png") -190px -10px;
      display: inline-block;
      top: 4px; }

.mob-search {
  position: absolute;
  right: 71px;
  top: 19px;
  width: 17px;
  height: 17px;
  background: url("../images/css_sprites.png") -190px -10px;
  display: inline-block; }
  @media (max-width: 992px) {
    .mob-search {
      top: 34px; } }
  @media (max-width: 768px) {
    .mob-search {
      top: 23px; } }
  @media (max-width: 576px) {
    .mob-search {
      top: 18px; } }

footer {
  background-color: #050132;
  overflow: hidden;
  position: relative;
  color: #deb08e;
  z-index: 1;
  padding: 30px 0; }
  @media (max-width: 576px) {
    footer {
      padding-top: 40px; } }
  footer .main-head {
    font-size: 110px;
    font-weight: 700;
    color: #fff;
    opacity: 0.45;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 60px; }
    @media (max-width: 1400px) {
      footer .main-head {
        font-size: 60px; } }
    @media (max-width: 768px) {
      footer .main-head {
        font-size: 45px; } }
    @media (max-width: 576px) {
      footer .main-head {
        font-size: 35px;
        margin-bottom: 20px; } }
  @media (min-width: 1900px) {
    footer .container {
      max-width: 1230px;
      width: 1230px; } }
  @media (min-width: 1280px) {
    footer .container {
      max-width: 1130px;
      width: 1130px; } }
  @media (max-width: 576px) {
    footer .container {
      max-width: 100%;
      width: 100%; } }
  footer .foot-bg {
    position: absolute;
    left: 0px;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1; }
    @media (max-width: 768px) {
      footer .foot-bg {
        height: auto; } }
  footer ul {
    padding-right: 0;
    list-style: none; }
    footer ul li a, footer ul li p {
      color: #deb08e;
      font-size: 14px;
      font-weight: 400; }
    footer ul li a {
      overflow: hidden;
      background: linear-gradient(to right, #fff, #fff 50%, #deb08e 50%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-size: 200% 100%;
      background-position: 100%;
      transition: background-position 275ms ease;
      text-decoration: none; }
      footer ul li a:hover {
        background-position: 0 100%; }
  footer form label {
    font-size: 14px;
    font-weight: 400;
    font-family: "Cairo", sans-serif;
    margin-bottom: 0; }
  footer form .form-control {
    background-color: transparent;
    border: 1px solid #deb08e;
    color: #deb08e;
    font-size: 14px;
    padding: 15px;
    border-radius: 0;
    font-weight: 400; }
    footer form .form-control:focus {
      box-shadow: none;
      outline: 0;
      border-color: #fff; }
  footer hr {
    border-top: 1px solid #deb08e;
    margin-top: 40px; }
  footer h5 {
    font-family: "Cairo", sans-serif;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 15px;
    margin-top: 25px;
    text-align: right; }
  footer span {
    font-family: "Cairo", sans-serif;
    font-weight: 600;
    font-size: 14px;
    display: block;
    margin-bottom: 30px;
    text-align: right; }
  footer .pr-30 {
    padding-left: 120px;
    text-align: right; }
    @media (max-width: 992px) {
      footer .pr-30 {
        padding-left: 15px; } }
    @media (max-width: 768px) {
      footer .pr-30 {
        padding-left: 15px; } }
  footer .pl-50 {
    padding-right: 200px;
    text-align: right; }
    @media (max-width: 1024px) {
      footer .pl-50 {
        padding-right: 94px; } }
    @media (max-width: 992px) {
      footer .pl-50 {
        padding-right: 15px; } }
    @media (max-width: 768px) {
      footer .pl-50 {
        padding-right: 15px; } }
  footer .address-area-in {
    margin-top: 40px;
    margin-bottom: 40px; }
    footer .address-area-in li.addr {
      padding-right: 50px;
      position: relative; }
      footer .address-area-in li.addr span {
        display: inline;
        position: absolute;
        right: 0;
        top: 0;
        width: 19px;
        height: 26px;
        background: url("../images/css_sprites.png") -140px -51px; }
    footer .address-area-in li.mail-to {
      padding-right: 50px;
      position: relative; }
      footer .address-area-in li.mail-to a {
        font-weight: 500; }
      footer .address-area-in li.mail-to span {
        display: inline;
        position: absolute;
        right: 0;
        top: 0;
        width: 24px;
        height: 17px;
        background: url("../images/css_sprites.png") -140px -97px; }
  footer .brown-button {
    border: 2px solid #deb08e; }
    @media (max-width: 576px) {
      footer .brown-button {
        width: 100%;
        display: block;
        font-size: 13px; } }
    @media (max-width: 376px) {
      footer .brown-button {
        padding-left: 15px;
        text-align: center; } }
  @media (max-width: 576px) {
    footer .brown-button.download-arrow {
      padding-right: 15px; } }
  @media (max-width: 376px) {
    footer .brown-button.download-arrow {
      padding-right: 15px;
      text-align: center; } }

.lower-footer {
  text-align: center; }
  .lower-footer ul li {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    font-family: "Cairo", sans-serif; }
    @media (max-width: 1600px) {
      .lower-footer ul li {
        font-size: 12px; } }
    .lower-footer ul li a {
      font-size: 14px;
      font-weight: 500;
      font-family: "Cairo", sans-serif; }
      @media (max-width: 1600px) {
        .lower-footer ul li a {
          font-size: 12px; } }
  .lower-footer .copyright-in li {
    position: relative;
    padding: 0 5px; }
    .lower-footer .copyright-in li:after {
      content: "";
      width: 1px;
      height: 13px;
      background-color: #deb08e;
      position: absolute;
      left: -1px;
      top: 3px; }
  .lower-footer .copyright-in li:last-child:after {
    display: none; }
  .lower-footer .social-media-links {
    margin-bottom: 0;
    margin-top: 30px; }
    .lower-footer .social-media-links li {
      margin: 10px 5px; }
      .lower-footer .social-media-links li a {
        transition: all 0.3s ease-in; }
        .lower-footer .social-media-links li a .hover-img {
          display: none; }
        .lower-footer .social-media-links li a .active-img {
          display: inline-block; }
        .lower-footer .social-media-links li a:hover .hover-img {
          display: inline-block; }
        .lower-footer .social-media-links li a:hover .active-img {
          display: none; }
    .lower-footer .social-media-links .bg-fb img, .lower-footer .social-media-links .bg-in img, .lower-footer .social-media-links .bg-insta img {
      width: 23px; }
    .lower-footer .social-media-links .bg-youtube img {
      width: 30px; }

body {
  font-family: "Cairo", sans-serif;
  outline: 0;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  direction: rtl; }

.logo-GFF {
  padding-bottom: 100px; }
  @media (max-width: 1280px) {
    .logo-GFF {
      padding-bottom: 60px; } }
  @media (max-width: 415px) {
    .logo-GFF {
      overflow: hidden;
      padding-bottom: 20px; } }
  @media (max-width: 376px) {
    .logo-GFF {
      padding-top: 30px; } }

.img-slider {
  z-index: 9999;
  position: relative;
  min-height: 600px;
  text-align: center;
  width: 50%;
  margin: auto;
  padding-left: 0; }
  @media (max-width: 768px) {
    .img-slider {
      width: 100%; } }
  @media (max-width: 576px) {
    .img-slider {
      min-height: 350px; } }
  .img-slider li {
    position: absolute;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    list-style: none; }
    .img-slider li img {
      width: 590px;
      height: 601px;
      object-fit: contain; }
      @media (max-width: 1400px) {
        .img-slider li img {
          width: 560px;
          height: 530px; } }
      @media (max-width: 1280px) {
        .img-slider li img {
          width: 530px;
          height: 470px; } }
      @media (max-width: 576px) {
        .img-slider li img {
          width: 281px;
          height: 265px; } }
    .img-slider li .elem1, .img-slider li .elem2, .img-slider li .elem3, .img-slider li .elem4 {
      position: absolute;
      width: auto;
      height: auto;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      transition: all 1s ease-in;
      opacity: 0;
      transform: rotate(30deg); }
      @media (max-width: 1400px) {
        .img-slider li .elem1, .img-slider li .elem2, .img-slider li .elem3, .img-slider li .elem4 {
          width: 180px;
          height: auto; } }
      @media (max-width: 576px) {
        .img-slider li .elem1, .img-slider li .elem2, .img-slider li .elem3, .img-slider li .elem4 {
          font-size: 20px; } }
    .img-slider li .elem1 {
      left: 0;
      right: 0;
      top: 69px;
      bottom: 0; }
      @media (max-width: 576px) {
        .img-slider li .elem1 {
          top: 17px; } }
  .img-slider .last-item {
    left: -10px;
    top: -6px; }
    @media (min-width: 1401px) and (max-width: 1499.9px) {
      .img-slider .last-item {
        left: -6px; } }
    @media (max-width: 1400px) {
      .img-slider .last-item {
        left: -6px; } }
    @media (max-width: 576px) {
      .img-slider .last-item {
        left: -3px;
        top: -2px; } }
  .img-slider .animate__fadeIn {
    z-index: 1; }
  .img-slider .item1.animate__fadeIn .elem1 {
    left: auto;
    right: -103px;
    top: 69px;
    bottom: auto;
    opacity: 1;
    transition: all 1s ease-in;
    transform: rotate(0); }
    @media (min-width: 1401px) and (max-width: 1499.9px) {
      .img-slider .item1.animate__fadeIn .elem1 {
        right: -160px; } }
    @media (max-width: 768px) {
      .img-slider .item1.animate__fadeIn .elem1 {
        right: 0; } }
    @media (max-width: 768px) {
      .img-slider .item1.animate__fadeIn .elem1 {
        right: 0; } }
    @media (max-width: 576px) {
      .img-slider .item1.animate__fadeIn .elem1 {
        top: -40px; } }
    @media (max-width: 415px) {
      .img-slider .item1.animate__fadeIn .elem1 {
        right: -52px;
        top: -24px; } }
    @media (max-width: 376px) {
      .img-slider .item1.animate__fadeIn .elem1 {
        right: -61px;
        top: -48px; } }
  .img-slider .item2.animate__fadeIn .elem2 {
    left: auto;
    right: -163px;
    top: auto;
    bottom: -33px;
    opacity: 1;
    transition: all 1s ease-in;
    object-fit: contain;
    transform: rotate(0); }
    @media (min-width: 1401px) and (max-width: 1499.9px) {
      .img-slider .item2.animate__fadeIn .elem2 {
        right: -209px; } }
    @media (max-width: 1280px) {
      .img-slider .item2.animate__fadeIn .elem2 {
        right: -60px;
        top: auto;
        bottom: 18px; } }
    @media (max-width: 768px) {
      .img-slider .item2.animate__fadeIn .elem2 {
        right: 0; } }
    @media (max-width: 576px) {
      .img-slider .item2.animate__fadeIn .elem2 {
        right: 0;
        bottom: 18px; } }
    @media (max-width: 415px) {
      .img-slider .item2.animate__fadeIn .elem2 {
        right: -16px;
        bottom: 37px; } }
    @media (max-width: 376px) {
      .img-slider .item2.animate__fadeIn .elem2 {
        right: 0;
        bottom: -47px;
        width: 96px; } }
  @media (max-width: 415px) {
    .img-slider .item2 .elem2 {
      width: 100px;
      bottom: 69px; } }
  .img-slider .item3.animate__fadeIn .elem3 {
    left: -94px;
    right: auto;
    top: auto;
    bottom: 0;
    opacity: 1;
    transition: all 1s ease-in;
    transform: rotate(0); }
    @media (max-width: 1280px) {
      .img-slider .item3.animate__fadeIn .elem3 {
        left: -74px;
        right: auto;
        top: auto;
        bottom: 69px; } }
    @media (min-width: 1401px) and (max-width: 1499.9px) {
      .img-slider .item3.animate__fadeIn .elem3 {
        width: 205px;
        height: 236px;
        left: -162px; } }
    @media (max-width: 576px) {
      .img-slider .item3.animate__fadeIn .elem3 {
        left: 0; } }
    @media (max-width: 415px) {
      .img-slider .item3.animate__fadeIn .elem3 {
        left: -16px;
        bottom: 49px; } }
    @media (max-width: 376px) {
      .img-slider .item3.animate__fadeIn .elem3 {
        left: 0;
        width: 99px;
        bottom: 45px; } }
  @media (max-width: 415px) {
    .img-slider .item3 .elem3 {
      width: 100px;
      bottom: 69px; } }
  .img-slider .item4.animate__fadeIn .elem4 {
    left: -136px;
    top: 0;
    bottom: auto;
    right: auto;
    opacity: 1;
    transition: all 1s ease-in;
    transform: rotate(0); }
    @media (max-width: 768px) {
      .img-slider .item4.animate__fadeIn .elem4 {
        left: 0; } }
    @media (max-width: 576px) {
      .img-slider .item4.animate__fadeIn .elem4 {
        left: 0;
        top: 0;
        width: 147px; } }
    @media (max-width: 415px) {
      .img-slider .item4.animate__fadeIn .elem4 {
        left: -50px; } }
    @media (max-width: 376px) {
      .img-slider .item4.animate__fadeIn .elem4 {
        left: -44px;
        top: -9px;
        width: 146px; } }

.banner {
  position: relative;
  overflow: hidden; }
  .banner .banner-carousel {
    direction: ltr !important; }
    .banner .banner-carousel .item .container {
      direction: rtl !important; }
  .banner:before {
    height: 90%;
    content: "";
    position: absolute;
    left: 0;
    top: -3px;
    width: 100%;
    background: linear-gradient(181deg, #050132 71%, #fff 94%);
    background-size: cover; }
    @media (min-width: 1401px) and (max-width: 1499.9px) {
      .banner:before {
        height: 115%; } }
    @media (max-width: 1400px) {
      .banner:before {
        height: 115%; } }
    @media (max-width: 992px) {
      .banner:before {
        height: 123%;
        background: linear-gradient(181deg, #050132 75%, #fff 83%); } }
  @media (max-width: 992px) {
    .banner {
      padding-top: 120px; }
      .banner .text-right {
        text-align: center !important; } }
  @media (max-width: 768px) {
    .banner {
      padding-top: 80px; } }
  @media (max-width: 768px) {
    .banner {
      padding-top: 74px; }
      .banner:after {
        content: "";
        position: absolute;
        height: 300px;
        width: 100%;
        top: 0; } }
  @media (max-width: 376px) {
    .banner:after {
      height: 500px; } }
  .banner h1 {
    position: relative;
    overflow: hidden; }
  @media (max-width: 992px) {
    .banner .banner-carousel .banner-GFF {
      width: 200px;
      margin: 20px auto; } }
  .banner .banner-carousel .media-body {
    margin-left: 100px; }
    .banner .banner-carousel .media-body img {
      width: 500px;
      margin: auto; }
      @media (max-width: 1600px) {
        .banner .banner-carousel .media-body img {
          width: 400px; } }
  .banner .banner-carousel .item .container {
    position: absolute;
    top: 33%;
    margin: auto;
    left: 0;
    right: 0; }
    @media (max-width: 992px) {
      .banner .banner-carousel .item .container {
        top: 11%; } }
    .banner .banner-carousel .item .container h1 {
      color: #deb08e;
      font-size: 64px;
      font-weight: 700;
      text-transform: uppercase; }
      @media (max-width: 1600px) {
        .banner .banner-carousel .item .container h1 {
          font-size: 50px; } }
      @media (min-width: 1401px) and (max-width: 1499.9px) {
        .banner .banner-carousel .item .container h1 {
          font-size: 50px; } }
      @media (max-width: 1280px) {
        .banner .banner-carousel .item .container h1 {
          font-size: 52px; } }
      @media (max-width: 992px) {
        .banner .banner-carousel .item .container h1 {
          text-align: center;
          font-size: 40px; } }
  .banner .banner-carousel span {
    opacity: 0; }
  .banner .banner-carousel img.banner-img {
    transform: scale(1.02);
    transition: all 2s ease-in; }
  .banner .banner-carousel .owl-item.active span, .banner .banner-carousel .slick-active span {
    -webkit-animation-duration: 5s;
    -moz-animation-duration: 5s;
    -o-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-name: slideInUpanim;
    -moz-animation-name: slideInUpanim;
    -o-animation-name: slideInUpanim;
    animation-name: slideInUpanim;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
    -o-animation-direction: normal;
    animation-direction: normal;
    display: inline-block;
    opacity: 1; }
  .banner .banner-carousel .owl-item.active img.banner-img, .banner .banner-carousel .slick-active img.banner-img {
    transform: scale(1);
    transition: all 2s ease-in; }
  .banner .banner-carousel img {
    width: 100%;
    object-fit: cover; }
    @media (max-width: 576px) {
      .banner .banner-carousel img {
        margin-top: 133px; } }
    @media (max-width: 415px) {
      .banner .banner-carousel img {
        margin-top: 215px; } }
    @media (max-width: 376px) {
      .banner .banner-carousel img {
        margin-top: 270px; } }

.home-about {
  padding: 0;
    padding-top: 100px;
    padding-bottom: 50px;
  overflow: hidden;
  position: relative; }
  .home-about p {
    margin-bottom: 30px;
    text-align: right; }
  .home-about .p-left {
    text-align: right; }
  @media (min-width: 1366px) {
    .home-about .p-right {
      padding-left: 180px; }
    .home-about .p-left {
      padding-right: 100px; } }
  @media (min-width: 1500px) {
    .home-about .p-right {
      padding-left: 100px; } }
  @media (min-width: 1900px) {
    .home-about .p-right {
      padding-left: 174px; } }

.fea-section {
  padding: 150px 0;
    padding-bottom: 80px;
  overflow: hidden; }
  @media (max-width: 1280px) {
    .fea-section {
      padding-top: 0; } }
  @media (max-width: 376px) {
    .fea-section {
      padding-bottom: 50px; } }
  @media (max-width: 1400px) {
    .fea-section img {
      width: 400px; } }
  @media (max-width: 1280px) {
    .fea-section img {
      width: 380px; } }
  @media (max-width: 992px) {
    .fea-section img {
      display: none; } }
  .fea-section .content-holder {
    padding-top: 20%; }
    @media (max-width: 768px) {
      .fea-section .content-holder {
        padding-top: 40px !important;
        padding-bottom: 40px; } }
    .fea-section .content-holder h2 {
      color: #e3e3e3;
      font-family: "Cairo", sans-serif;
      font-size: 250px;
      font-weight: 800;
      margin-top: -44px; }
      @media (min-width: 1401px) and (max-width: 1499.9px) {
        .fea-section .content-holder h2 {
          font-size: 200px; } }
      @media (max-width: 1400px) {
        .fea-section .content-holder h2 {
          font-size: 184px; } }
      @media (min-width: 992px) and (max-width: 1024px) {
        .fea-section .content-holder h2 {
          font-size: 153px; } }
      @media (max-width: 768px) {
        .fea-section .content-holder h2 {
          margin-top: 0;
          text-align: left;
          font-size: 150px; } }
      @media (max-width: 576px) {
        .fea-section .content-holder h2 {
          text-align: right;
          font-size: 111px;
          line-height: 56px; } }
    .fea-section .content-holder p {
      margin-bottom: 30px; }
    .fea-section .content-holder .p-helper {
      padding-right: 68px;
      text-align: right; }
      @media (max-width: 1600px) {
        .fea-section .content-holder .p-helper {
          padding-right: 20px; } }
      @media (max-width: 768px) {
        .fea-section .content-holder .p-helper {
          padding-right: 0; } }
    .fea-section .content-holder .section-heading {
      text-transform: capitalize;
      margin-bottom: 30px; }
  .fea-section .img-holder {
    text-align: left;
    margin-top: -126px; }
    @media (min-width: 1401px) and (max-width: 1499.9px) {
      .fea-section .img-holder img {
        max-width: 100%;
        margin-bottom: 100px; } }
    @media (max-width: 1400px) {
      .fea-section .img-holder {
        margin-top: -83px; } }
    @media (max-width: 1280px) {
      .fea-section .img-holder {
        margin-top: 0; } }
  .fea-section .flex-row-reverse .content-holder {
    padding-top: 18%; }
    @media (max-width: 768px) {
      .fea-section .flex-row-reverse .content-holder {
        padding-top: 0; } }
    .fea-section .flex-row-reverse .content-holder .p-helper {
      padding-right: 68px; }
      @media (max-width: 1600px) {
        .fea-section .flex-row-reverse .content-holder .p-helper {
          padding-right: 87px; } }
      @media (max-width: 1400px) {
        .fea-section .flex-row-reverse .content-holder .p-helper {
          padding-right: 10px; } }
  .fea-section .flex-row-reverse .img-holder {
    text-align: right; }

.home-products {
  padding-bottom: 100px; }
  @media (max-width: 576px) {
    .home-products {
      padding-bottom: 50px; } }
  .home-products .product-banner {
    position: relative;
    height: 590px; }
    @media (max-width: 1600px) {
      .home-products .product-banner {
        height: 500px; } }
    @media (max-width: 576px) {
      .home-products .product-banner {
        height: 400px; } }
    .home-products .product-banner img {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover;
      top: 0;
      left: 0;
      z-index: -1; }
    .home-products .product-banner .container {
      text-align: center;
      vertical-align: middle;
      padding-top: 130px; }
      @media (max-width: 768px) {
        .home-products .product-banner .container {
          padding-top: 100px; } }
      @media (max-width: 576px) {
        .home-products .product-banner .container {
          padding-top: 63px; } }
    .home-products .product-banner h4 {
      font-size: 130px;
      font-weight: 700;
      color: #fff;
      opacity: 0.45;
      text-transform: uppercase;
      margin-bottom: -17px; }
      @media (max-width: 1400px) {
        .home-products .product-banner h4 {
          font-size: 90px; } }
      @media (max-width: 576px) {
        .home-products .product-banner h4 {
          font-size: 45px;
          margin-bottom: 10px; } }
    .home-products .product-banner h5 {
      font-size: 45px;
      font-weight: 500;
      color: #fff;
      text-transform: capitalize; }
      @media (max-width: 768px) {
        .home-products .product-banner h5 {
          font-size: 37px; } }
      @media (max-width: 576px) {
        .home-products .product-banner h5 {
          font-size: 30px; } }
      @media (max-width: 376px) {
        .home-products .product-banner h5 {
          font-size: 22px; } }

.product-slider-wrap {
  margin-top: -150px; }
  @media (max-width: 576px) {
    .product-slider-wrap .product-slider {
      padding-left: 25px;
      padding-right: 25px; }
      .product-slider-wrap .product-slider .slick-next {
        right: -21px;
        transform: scale(0.8);
        width: 48px; }
      .product-slider-wrap .product-slider .slick-prev {
        left: -21px;
        transform: scale(0.8);
        width: 48px; } }
  @media (max-width: 768px) {
    .product-slider-wrap {
      margin-top: -200px; } }
  .product-slider-wrap .container {
    position: relative; }
  .product-slider-wrap .padding-50 {
    padding: 0 50px; }
    @media (max-width: 768px) {
      .product-slider-wrap .padding-50 {
        padding: 0; } }
  .product-slider-wrap .progress {
    display: inline-block;
    max-width: 100%;
    width: 100%;
    height: 3px;
    border-radius: 0;
    overflow: hidden;
    background-color: #cccccc;
    background-image: linear-gradient(to left, #444343, #444343);
    background-repeat: no-repeat;
    background-size: 0 100%;
    transition: background-size .4s ease-in-out; }
  .product-slider-wrap .slider-item {
    padding: 50px;
    text-align: right; }
    @media (max-width: 768px) {
      .product-slider-wrap .slider-item {
        padding: 30px 18px; } }
    @media (max-width: 576px) {
      .product-slider-wrap .slider-item {
        padding: 30px 0; } }
    .product-slider-wrap .slider-item img {
      height: 380px;
      width: 100%;
      object-fit: cover;
      margin-bottom: 30px; }
      @media (min-width: 1401px) and (max-width: 1499.9px) {
        .product-slider-wrap .slider-item img {
          height: 250px; } }
      @media (max-width: 1400px) {
        .product-slider-wrap .slider-item img {
          height: 260px; } }
      @media (max-width: 376px) {
        .product-slider-wrap .slider-item img {
          height: 210px; } }
    .product-slider-wrap .slider-item h4 {
      font-family: "Cairo", sans-serif;
      font-size: 34px;
      font-weight: 400;
      color: #000;
      margin-bottom: 30px;
      padding-bottom: 40px;
      position: relative;
      text-align: right; }
      @media (max-width: 1600px) {
        .product-slider-wrap .slider-item h4 {
          font-size: 30px; } }
      @media (max-width: 1280px) {
        .product-slider-wrap .slider-item h4 {
          font-size: 25px;
          margin-bottom: 25px;
          padding-bottom: 25px; } }
      .product-slider-wrap .slider-item h4:after {
        content: "";
        position: absolute;
        right: 0;
        left: auto;
        bottom: 0;
        width: 130px;
        height: 5px;
        background-color: #daab89; }
    .product-slider-wrap .slider-item p {
      margin-bottom: 40px;
      color: #000;
      font-size: 16px;
      font-weight: 400;
      font-family: "Cairo", sans-serif;
      text-align: right; }

.home-news {
  position: relative;
  padding: 70px 30px 30px 30px;
  height: 740px; }
  @media (max-width: 768px) {
    .home-news {
      height: auto; } }
  .home-news .pleft {
    padding-right: 50px; }
    @media (max-width: 768px) {
      .home-news .pleft {
        padding-left: 15px; } }
  .home-news .pright {
    padding-left: 50px; }
    @media (max-width: 768px) {
      .home-news .pright {
        padding-left: 15px; } }
  .home-news img.bg-img {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 740px;
    object-fit: cover;
    z-index: -1; }
    @media (max-width: 768px) {
      .home-news img.bg-img {
        height: 100%; } }
  .home-news h4 {
    font-size: 130px;
    font-weight: 700;
    color: #fff;
    opacity: 0.45;
    text-transform: uppercase;
    margin-bottom: -17px;
    text-align: center; }
    @media (max-width: 1400px) {
      .home-news h4 {
        font-size: 90px; } }
    @media (max-width: 576px) {
      .home-news h4 {
        font-size: 52px;
        margin-bottom: 15px; } }
  .home-news h5 {
    font-size: 45px;
    font-weight: 500;
    color: #fff;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 60px; }
    @media (max-width: 1400px) {
      .home-news h5 {
        font-size: 28px; } }
    @media (max-width: 376px) {
      .home-news h5 {
        font-size: 22px; } }
  .home-news .news-box {
    background-color: #fff; }
    @media (min-width: 1401px) and (max-width: 1499.9px) {
      .home-news .news-box .col-lg-5 {
        flex: 0 0 49.666667%;
        max-width: 49.666667%; }
      .home-news .news-box .col-lg-7 {
        flex: 0 0 50.333333%;
        max-width: 50.333333%; } }
    @media (min-width: 992px) and (max-width: 1024px) {
      .home-news .news-box .col-lg-5 {
        flex: 0 0 49.666667%;
        max-width: 49.666667%; }
      .home-news .news-box .col-lg-7 {
        flex: 0 0 50.333333%;
        max-width: 50.333333%; } }
    @media (max-width: 768px) {
      .home-news .news-box {
        margin-bottom: 30px; } }
    @media (max-width: 576px) {
      .home-news .news-box .pr-0 {
        padding-right: 15px !important; }
      .home-news .news-box .pl-0 {
        padding-left: 15px !important; } }
    .home-news .news-box img {
      width: 390px;
      height: 390px;
      object-fit: cover; }
      @media (min-width: 1401px) and (max-width: 1499.9px) {
        .home-news .news-box img {
          width: 297px;
          height: 336px; } }
      @media (max-width: 1400px) {
        .home-news .news-box img {
          height: 350px;
          width: 100%; } }
  .home-news .news-details {
    background-color: #fff;
    padding: 20px 15px 0px 15px;
    min-height: 389px; }
    @media (min-width: 1401px) and (max-width: 1499.9px) {
      .home-news .news-details {
        padding: 70px 30px 30px 30px;
        min-height: 335px; } }
    @media (max-width: 1400px) {
      .home-news .news-details {
        min-height: 335px;
        width: 100%;
        padding: 70px 30px 30px 30px; } }
    @media (max-width: 576px) {
      .home-news .news-details {
        min-height: auto;
        padding: 70px 30px 30px 30px; } }
    .home-news .news-details h4 {
      font-size: 31px;
      font-weight: 400;
      color: #000;
      text-transform: capitalize;
      margin-bottom: 15px;
      text-align: right;
      font-family: "Cairo", sans-serif;
      opacity: 1; }
      @media (max-width: 1600px) {
        .home-news .news-details h4 {
          font-size: 25px; } }
    .home-news .news-details h5 {
      font-size: 22px;
      font-weight: 400;
      color: #000;
      text-transform: capitalize;
      margin-bottom: 10px;
      text-align: right;
      font-family: "Cairo", sans-serif;
      margin-top: 30px;
      margin-bottom: 20px; }
      @media (max-width: 1600px) {
        .home-news .news-details h5 {
          font-size: 18px; } }
    .home-news .news-details p {
      margin-bottom: 40px;
      text-align: right; }
    .home-news .news-details span {
      color: #645f5f;
      font-size: 16px;
      font-weight: 400;
      font-family: "Cairo", sans-serif; }

.certfications {
  padding: 80px 0 282px 0;
  position: relative;
  overflow: hidden; }
  @media (max-width: 768px) {
    .certfications {
      padding: 80px 0 180px 0; } }
  .certfications h4 {
    color: #8e8e8d;
    font-family: "Cairo", sans-serif;
    font-weight: 700;
    font-size: 90px;
    margin-bottom: 90px;
    text-transform: uppercase;
    text-align: center; }
    @media (max-width: 1600px) {
      .certfications h4 {
        font-size: 80px; } }
    @media (max-width: 1400px) {
      .certfications h4 {
        font-size: 70px; } }
    @media (max-width: 768px) {
      .certfications h4 {
        font-size: 52px;
        margin-bottom: 52px; } }
    @media (max-width: 576px) {
      .certfications h4 {
        font-size: 35px; } }
  .certfications .pattern-img {
    position: absolute; }
  .certfications .left-img {
    right: -186px;
    bottom: -16px;
    top: auto;
    width: auto; }
    @media (min-width: 1401px) and (max-width: 1499.9px) {
      .certfications .left-img {
        right: -210px;
        bottom: -26px; } }
    @media (max-width: 1400px) {
      .certfications .left-img {
        right: -12%;
        bottom: 16px;
        top: auto;
        width: 562px; } }
    @media (min-width: 992px) and (max-width: 1024px) {
      .certfications .left-img {
        width: 375px; } }
    @media (max-width: 768px) {
      .certfications .left-img {
        width: 365px;
        bottom: 59px; } }
    @media (max-width: 576px) {
      .certfications .left-img {
        width: 212px;
        bottom: 59px; } }
    @media (max-width: 415px) {
      .certfications .left-img {
        width: 162px;
        bottom: 72px; } }
  .certfications .right-img {
    left: -107px;
    top: -65px;
    bottom: auto;
    width: auto; }
    @media (min-width: 1401px) and (max-width: 1499.9px) {
      .certfications .right-img {
        left: -107px;
        top: -43px;
        height: 284px; } }
    @media (max-width: 1400px) {
      .certfications .right-img {
        left: -70px;
        top: -41px;
        bottom: auto;
        width: 300px; } }
    @media (min-width: 992px) and (max-width: 1024px) {
      .certfications .right-img {
        width: 220px; } }
    @media (max-width: 768px) {
      .certfications .right-img {
        width: 157px;
        right: -36px;
        top: -29px; } }
  .certfications .in-block {
    padding-left: 130px;
    padding-right: 130px;
    text-align: center; }
    @media (max-width: 768px) {
      .certfications .in-block {
        padding-left: 0;
        padding-right: 0; } }
    .certfications .in-block a {
      display: inline-block; }
      .certfications .in-block a img {
        transition: all 0.3s ease-in;
        filter: grayscale(1);
        max-width: 100%; }
        @media (max-width: 1280px) {
          .certfications .in-block a img {
            width: 157px;
            margin: auto; } }
        @media (max-width: 768px) {
          .certfications .in-block a img {
            margin-bottom: 30px; } }
        @media (max-width: 415px) {
          .certfications .in-block a img {
            width: 116px; } }
      .certfications .in-block a:hover img {
        filter: grayscale(0);
        transition: all 0.3s ease-in; }

.map-locations {
  position: relative;
  margin-top: -100px;
  overflow: hidden; }
  .map-locations .desktop-map {
    display: block;
    width: 100%; }
    @media (max-width: 768px) {
      .map-locations .desktop-map {
        display: none; } }
  .map-locations .mobile-map {
    display: none; }
    @media (max-width: 768px) {
      .map-locations .mobile-map {
        display: block; } }
  @media (max-width: 376px) {
    .map-locations {
      overflow: hidden; } }
  .map-locations img {
    max-width: 100%; }
  @media (max-width: 1600px) {
    .map-locations img {
      width: 100%; } }
  .map-locations .location-pins {
    position: absolute;
    top: 56px;
    left: 25%;
    right: 0;
    width: 400px;
    height: 400px;
    margin: auto; }
    @media (max-width: 768px) {
      .map-locations .location-pins {
        height: 100%; } }
    @media (max-width: 576px) {
      .map-locations .location-pins {
        width: 100%;
        top: 24px;
        left: 25%; } }
  .map-locations .pin1 {
    width: 30px;
    height: 41px;
    background: url("../images/css_sprites.png") -10px -76px;
    display: block;
    position: absolute;
    top: 122px;
    left: 19px; }
    @media (max-width: 1600px) {
      .map-locations .pin1 {
        top: 18%;
        left: 13%; } }
    @media (max-width: 768px) {
      .map-locations .pin1 {
        top: -16%;
        left: 34%;
        transform: scale(0.7); } }
  .map-locations .pin2 {
    width: 30px;
    height: 41px;
    background: url("../images/css_sprites.png") -10px -76px;
    display: block;
    position: absolute;
    top: 197px;
    left: 134px; }
    @media (max-width: 1600px) {
      .map-locations .pin2 {
        top: 34%;
        left: 35%; } }
    @media (max-width: 768px) {
      .map-locations .pin2 {
        top: 2%;
        transform: scale(0.7);
        left: 35%; } }
  .map-locations .pin3 {
    width: 30px;
    height: 41px;
    background: url("../images/css_sprites.png") -10px -76px;
    display: block;
    position: absolute;
    top: 69px;
    left: 131px; }
    @media (max-width: 1600px) {
      .map-locations .pin3 {
        top: 7%;
        left: 33%; } }
    @media (max-width: 768px) {
      .map-locations .pin3 {
        top: 5%;
        left: 42%;
        transform: scale(0.7); } }
  .map-locations .pin4 {
    width: 30px;
    height: 41px;
    background: url("../images/css_sprites.png") -10px -76px;
    display: block;
    position: absolute;
    top: -8px;
    left: 73px; }
    @media (max-width: 1600px) {
      .map-locations .pin4 {
        top: -4%;
        left: 23%;
        transform: scale(0.7); } }

.home-call-us {
  padding: 50px 0;
  background-color: #D9AB89; }
  @media (max-width: 768px) {
    .home-call-us {
      padding: 20px 0; } }
  .home-call-us .container {
    position: relative; }
    @media (max-width: 768px) {
      .home-call-us .container {
        width: 100%;
        max-width: 100%; } }
    .home-call-us .container img.design-img {
      position: absolute;
      left: 63px;
      top: -52px;
      width: 200px; }
      @media (max-width: 768px) {
        .home-call-us .container img.design-img {
          left: 0;
          top: -22px;
          width: 124px; } }
      @media (max-width: 576px) {
        .home-call-us .container img.design-img {
          display: none; } }
  .home-call-us .media {
    width: 50%;
    margin: auto;
    text-align: right; }
    @media (max-width: 768px) {
      .home-call-us .media {
        width: 100%; } }
  .home-call-us .mr-3 {
    margin-left: 40px !important; }
    @media (max-width: 576px) {
      .home-call-us .mr-3 {
        margin-left: 20px !important;
        width: 55px; } }
  .home-call-us h5 {
    margin-bottom: 0; }
    .home-call-us h5 a {
      font-family: "Cairo", sans-serif;
      font-size: 30px;
      font-weight: 600;
      color: #050133;
      margin-bottom: 0;
      overflow: hidden;
      background: linear-gradient(to right, #fff, #fff 50%, #050133 50%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-size: 200% 100%;
      background-position: 100%;
      transition: background-position 275ms ease;
      text-decoration: none; }
      .home-call-us h5 a:hover {
        background-position: 0 100%; }
      @media (max-width: 415px) {
        .home-call-us h5 a {
          font-size: 22px; } }
  .home-call-us p {
    font-family: "Cairo", sans-serif;
    font-size: 22px;
    font-weight: 400;
    color: #050133;
    margin-bottom: 0; }
    @media (max-width: 576px) {
      .home-call-us p {
        font-size: 16px; } }
    @media (max-width: 576px) {
      .home-call-us p {
        font-size: 13px; } }

.highlight-1 .text-line {
  stroke-dasharray: 500;
  stroke-dashoffset: 500;
  animation: dash 5s linear forwards, filling 5s ease-in forwards;
  font-size: 80px; }
.highlight-1 .text-line text {
  font-family: Helvetica,Arial,sans-serif;
  font-weight: normal;
  font-style: normal; }
@keyframes dash {
  to {
    stroke-dashoffset: 0; } }
@keyframes filling {
  0%, 90% {
    fill: #bac736;
    fill-opacity: 0; }
  100% {
    fill: #bac736;
    fill-opacity: 1; } }
.inner-banner {
  position: relative;
  padding-top: 109px;
  min-height: 350px;
  overflow: hidden; }
  @media (max-width: 768px) {
    .inner-banner {
      padding-top: 70px;
      min-height: 240px; } }
  @media (max-width: 415px) {
    .inner-banner {
      min-height: 215px; } }
  .inner-banner .inner-banner-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 109px;
    z-index: -1; }
    @media (max-width: 768px) {
      .inner-banner .inner-banner-bg {
        top: 70px; } }
  .inner-banner h2 {
    font-size: 100px;
    font-family: "Cairo", sans-serif;
    font-weight: 700;
    color: #fff;
    opacity: 0.4;
    text-align: center;
    text-transform: uppercase;
    margin-top: 40px; }
    @media (max-width: 768px) {
      .inner-banner h2 {
        font-size: 70px; } }
    @media (max-width: 415px) {
      .inner-banner h2 {
        font-size: 50px; } }
    @media (max-width: 376px) {
      .inner-banner h2 {
        font-size: 45px; } }

.no-p {
  padding-left: 15px !important; }

.what-we-do {
  padding-bottom: 50px;
  text-align: right; }
  @media (max-width: 768px) {
    .what-we-do .mob-order-md-1 {
      order: 1;
      margin-bottom: 34px; }
    .what-we-do .mob-order-md-2 {
      order: 2; } }
  .what-we-do img {
    width: 500px;
    max-width: 100%; }
    @media (max-width: 768px) {
      .what-we-do img {
        width: 300px; } }
  .what-we-do h5 {
    font-family: "Cairo", sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 15px; }

.counter-strip {
  position: relative;
  background: url("../images/strip-bg.png") no-repeat;
  padding: 60px 0;
  background-position: center;
  background-size: cover; }
  .counter-strip .row {
    justify-content: space-around; }
  @media (max-width: 768px) {
    .counter-strip {
      padding-bottom: 17px; }
      .counter-strip .media {
        margin-bottom: 30px; } }
  @media (max-width: 415px) {
    .counter-strip {
      padding-top: 40px; }
      .counter-strip .col-6 {
        flex: 0 0 100%;
        max-width: 100%; } }
  .counter-strip .img-bg {
    background-color: #fff;
    padding: 15px;
    text-align: center;
    margin-left: 15px; }
    .counter-strip .img-bg img {
      width: 49px;
      object-fit: contain; }
  .counter-strip p {
    margin-bottom: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    text-align: right; }
  .counter-strip h4 {
    margin-bottom: 0;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    text-transform: capitalize;
    text-align: right; }

.our-team {
  padding: 50px 0;
  position: relative;
  text-align: right; }
  .our-team .section-heading {
    position: relative; }
    .our-team .section-heading:after {
      content: "";
      position: absolute;
      width: 130px;
      height: 5px;
      top: -25px;
      right: 0;
      background-color: #daab89; }
      @media (max-width: 1600px) {
        .our-team .section-heading:after {
          width: 96px; } }
  .our-team .profile-card {
    text-align: center;
    margin-top: 40px;
    padding-right: 30px; }
    @media (max-width: 768px) {
      .our-team .profile-card {
        padding-right: 0; } }
    .our-team .profile-card img {
      height: 286px;
      width: 100%;
      object-fit: cover;
      margin-bottom: 30px; }
      @media (max-width: 768px) {
        .our-team .profile-card img {
          height: 228px; } }
    .our-team .profile-card h5 {
      font-family: "Cairo", sans-serif;
      font-weight: 600;
      font-size: 16px;
      color: #000;
      text-transform: uppercase;
      margin-bottom: 5px; }
    .our-team .profile-card h6 {
      font-family: "Cairo", sans-serif;
      font-weight: 500;
      font-size: 14px;
      color: #000;
      margin-bottom: 5px; }
      .our-team .profile-card h6 a {
        font-family: "Cairo", sans-serif;
        font-weight: 500;
        font-size: 14px;
        color: #000;
        margin-bottom: 5px;
        overflow: hidden;
        background: linear-gradient(to right, #daab89, #daab89 50%, #000 50%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-size: 200% 100%;
        background-position: 100%;
        transition: background-position 275ms ease;
        text-decoration: none; }
        .our-team .profile-card h6 a:hover {
          background-position: 0 100%; }

.testimony {
  padding: 0;
    padding-top: 30px;
    padding-bottom: 75px; }
  @media (max-width: 576px) {
    .testimony {
      padding-top: 0; } }
  .testimony h3, .testimony p {
    text-align: center; }
  .testimony .section-heading {
    margin-bottom: 30px; }
  .testimony p {
    width: 80%;
    margin: auto;
      margin-bottom: 40px; }
    @media (max-width: 768px) {
      .testimony p {
        width: 100%; } }
  .testimony .testimonial-slider {
    padding-left: 100px;
    padding-right: 100px; }
    @media (max-width: 768px) {
      .testimony .testimonial-slider {
        padding-left: 0;
        padding-right: 0; } }
    @media (max-width: 576px) {
      .testimony .testimonial-slider .slick-next {
        right: 0; }
      .testimony .testimonial-slider .slick-prev {
        left: 0; } }
  .testimony .testim-item {
    text-align: center;
    border: 1px solid #062b4a;
    margin: 0 10px;
    padding: 30px;
      padding-top: 40px;
    min-height: 335px; }
    .testimony .testim-item .blockquote {
      margin-bottom: 0; }
    .testimony .testim-item img {
      margin: auto;
        margin-bottom: 30px; }
      @media (max-width: 376px) {
        .testimony .testim-item img {
          max-width: 100%; } }
    .testimony .testim-item p {
      font-style: italic;
      font-weight: 400;
      color: #062b4a; }
    .testimony .testim-item h5 {
      font-family: "Cairo", sans-serif;
      font-weight: 600;
      font-size: 16px;
      color: #062b4a;
      text-transform: capitalize;
      margin-bottom: 3px; }
    .testimony .testim-item h6 {
      font-family: "Cairo", sans-serif;
      font-weight: 500;
      font-size: 14px;
      color: #062b4a;
      text-transform: capitalize;
      margin-bottom: 5px; }

.slick-prev {
  width: 47px;
  height: 46px;
  background: url("../images/css_sprites.png") -73px -10px;
  z-index: 99; }
  .slick-prev:before {
    display: none; }

.slick-next {
  width: 46px;
  height: 46px;
  background: url("../images/css_sprites.png") -10px -10px;
  z-index: 99; }
  @media (max-width: 376px) {
    .slick-next {
      transform: scale(0.8);
      width: 48px; } }
  .slick-next:before {
    display: none; }

.slick-disabled {
  opacity: 0.4;
  cursor: not-allowed !important; }

.about-intro .section-heading {
  text-align: right; }
@media (max-width: 576px) {
  .about-intro {
    padding-top: 70px; } }

.slick-dots {
  position: relative; }
  .slick-dots li button:before {
    content: "";
    border-radius: 50%;
    background-color: #daab89;
    width: 10px;
    height: 10px; }

.reel-video {
  padding: 60px 0;
  padding-bottom: 80px; }
  .reel-video h3 {
    position: relative;
    margin-bottom: 60px; }
    .reel-video h3:after {
      content: "";
      position: absolute;
      width: 130px;
      height: 5px;
      top: -25px;
      left: 0;
      right: 0;
      margin: auto;
      background-color: #daab89; }
  .reel-video .gff-video-wrapper {
    width: 80%;
    margin: auto;
    position: relative;
    cursor: pointer; }
    .reel-video .gff-video-wrapper:after {
      content: "";
      width: 183px;
      height: 183px;
      background-color: #daab89;
      position: absolute;
      left: -10px;
      top: -10px;
      z-index: -1; }
      @media (max-width: 768px) {
        .reel-video .gff-video-wrapper:after {
          width: 100px;
          height: 100px; } }
    .reel-video .gff-video-wrapper:before {
      content: "";
      width: 183px;
      height: 183px;
      background-color: #daab89;
      position: absolute;
      right: -10px;
      bottom: -8px;
      z-index: -1; }
      @media (max-width: 768px) {
        .reel-video .gff-video-wrapper:before {
          width: 100px;
          height: 100px; } }
    .reel-video .gff-video-wrapper .play-btn {
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      margin: auto; }
      @media (max-width: 768px) {
        .reel-video .gff-video-wrapper .play-btn {
          width: 60px; } }

.application-wrapper .gff-video-wrapper {
  margin: auto;
  margin-bottom: 20px;
  position: relative;
  cursor: pointer; }

.application-wrapper .gff-video-wrapper .play-btn {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto; }

@media (max-width: 768px) {
  .application-wrapper .gff-video-wrapper .play-btn {
    width: 60px; } }
.contact-banner {
  padding-top: 119px;
  padding-bottom: 100px;
  text-align: center;
  position: relative;
  overflow: hidden; }
  @media (max-width: 576px) {
    .contact-banner {
      padding-top: 90px; } }
  .contact-banner img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: auto;
    height: auto; }
    @media (max-width: 1600px) {
      .contact-banner img {
        width: 400px; } }
    @media (max-width: 1400px) {
      .contact-banner img {
        width: 300px; } }
    @media (max-width: 768px) {
      .contact-banner img {
        width: 240px; } }
    @media (max-width: 576px) {
      .contact-banner img {
        width: 200px; } }
  .contact-banner h4 {
    margin-top: 60px;
    margin-bottom: 40px;
    position: relative;
    font-size: 50px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase; }
    @media (max-width: 768px) {
      .contact-banner h4 {
        margin-top: 20px;
        font-size: 35px; } }
    @media (max-width: 576px) {
      .contact-banner h4 {
        font-size: 27px; } }
    .contact-banner h4:after {
      content: "";
      position: absolute;
      width: 100px;
      height: 5px;
      background-color: #daab89;
      bottom: -20px;
      left: 0;
      right: 0;
      margin: auto; }

.address-strip {
  padding: 0;
    padding-top: 100px;
    padding-bottom: 100px;
  background-image: url("../images/contact-banner.png"); }
  @media (max-width: 768px) {
    .address-strip {
      padding: 0;
        padding-top: 50px;
        padding-bottom: 50px; } }
  .address-strip .contact-box {
    background-color: #fff;
    padding: 40px;
    width: 400px;
    text-align: right; }
    @media (max-width: 768px) {
      .address-strip .contact-box {
        max-width: 100%;
        margin: auto; } }
    .address-strip .contact-box h4 {
      font-weight: 900;
      font-size: 25px;
      font-family: "Cairo", sans-serif;
      color: #000;
      margin-bottom: 40px; }
      @media (max-width: 415px) {
        .address-strip .contact-box h4 {
          margin-bottom: 15px; } }
    .address-strip .contact-box p {
      line-height: 30px; }
    .address-strip .contact-box a {
      display: block;
      font-weight: 600;
      font-size: 16px;
      font-family: "Cairo", sans-serif;
      color: #000;
      overflow: hidden;
      background: linear-gradient(to right, #daab89, #daab89 50%, #000 50%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-size: 200% 100%;
      background-position: 100%;
      transition: background-position 275ms ease;
      text-decoration: none;
      margin-bottom: 7px; }
      .address-strip .contact-box a:hover {
        background-position: 0 100%; }
    .address-strip .contact-box a.button-link {
      border: 2px solid #000;
      padding: 15px 20px;
      text-align: center;
      text-transform: uppercase;
      font-size: 18px;
      margin-top: 30px; }

.contact-map {
  margin-top: 0; }
  .contact-map .desktop-map {
    display: block; }
    @media (max-width: 768px) {
      .contact-map .desktop-map {
        display: none; } }
  .contact-map .mobile-map {
    display: none; }
    @media (max-width: 768px) {
      .contact-map .mobile-map {
        display: block; } }

.loc-addr {
  padding: 0;
    padding-top: 50px;
    padding-bottom: 100px; }
  @media (max-width: 768px) {
    .loc-addr {
      padding-bottom: 50px;
      padding-top: 20px; } }
  .loc-addr h4 {
    font-size: 40px;
    color: #000;
    font-weight: 400;
    margin-bottom: 60px;
    margin-top: 30px;
    text-align: right; }
    @media (max-width: 576px) {
      .loc-addr h4 {
        margin-bottom: 35px;
        margin-top: 15px;
        font-size: 30px; } }
  .loc-addr .row {
    padding-left: 15px;
    padding-right: 15px; }
  .loc-addr .address-box {
    padding: 30px 50px;
    text-align: right; }
    @media (width: 768px) {
      .loc-addr .address-box {
        padding: 24px 26px; } }
    .loc-addr .address-box h5 {
      color: #050133;
      font-size: 16px;
      margin-bottom: 0;
      font-weight: 500; }
    .loc-addr .address-box span {
      color: #050133;
      font-size: 13px;
      margin-bottom: 10px;
      font-weight: 400;
      display: block; }
    .loc-addr .address-box a {
      color: #050133;
      font-size: 14px;
      margin-bottom: 0;
      font-weight: 600;
      display: block;
      overflow: hidden;
      background: linear-gradient(to right, #daab89, #daab89 50%, #050133 50%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-size: 200% 100%;
      background-position: 100%;
      transition: background-position 275ms ease;
      text-decoration: none; }
      .loc-addr .address-box a:hover {
        background-position: 0 100%; }
  .loc-addr .address-box.blue-bg-in {
    background-color: #050133;
    text-align: right; }
    @media (max-width: 768px) {
      .loc-addr .address-box.blue-bg-in {
        margin-bottom: 15px; } }
    @media (width: 768px) {
      .loc-addr .address-box.blue-bg-in {
        margin-bottom: 0; } }
    .loc-addr .address-box.blue-bg-in h5, .loc-addr .address-box.blue-bg-in p, .loc-addr .address-box.blue-bg-in a, .loc-addr .address-box.blue-bg-in span {
      color: #fff; }
    .loc-addr .address-box.blue-bg-in a {
      overflow: hidden;
      background: linear-gradient(to right, #daab89, #daab89 50%, #fff 50%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-size: 200% 100%;
      background-position: 100%;
      transition: background-position 275ms ease;
      text-decoration: none; }
      .loc-addr .address-box.blue-bg-in a:hover {
        background-position: 0 100%; }

.career-intro {
  padding: 60px 0; }
  @media (max-width: 768px) {
    .career-intro p {
      margin-top: 0; } }
  .career-intro .section-heading {
    position: relative;
    margin-bottom: 30px; }
    .career-intro .section-heading:after {
      content: "";
      position: absolute;
      width: 130px;
      height: 5px;
      top: -25px;
      left: 0;
      background-color: #daab89; }
      @media (max-width: 1600px) {
        .career-intro .section-heading:after {
          width: 96px; } }

.bg-in-copy {
  background-image: url("../images/benefits-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  padding: 60px 0; }
  .bg-in-copy .section-heading {
    font-size: 100px;
    font-family: "Cairo", sans-serif;
    font-weight: 700;
    color: #fff;
    opacity: 0.2;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 40px; }
    @media (max-width: 992px) {
      .bg-in-copy .section-heading {
        line-height: 66px;
        font-size: 70px; } }
    @media (max-width: 768px) {
      .bg-in-copy .section-heading {
        font-size: 60px;
        margin-top: 0;
        margin-bottom: 5px; } }
  .bg-in-copy p {
    color: #fff;
    margin-bottom: 0;
    width: 70%;
    margin: auto; }
    @media (max-width: 992px) {
      .bg-in-copy p {
        width: 100%; } }

.job-listing {
  padding: 50px 0;
  position: relative;
  overflow: hidden; }
  @media (min-width: 1280px) {
    .job-listing .container {
      max-width: 853px; } }
  @media (min-width: 1500px) {
    .job-listing .container {
      max-width: 1170px; } }
  @media (min-width: 1900px) {
    .job-listing .container {
      max-width: 1352px; } }
  @media (min-width: 992px) and (max-width: 1024px) {
    .job-listing .container {
      max-width: 830px; } }
  @media (max-width: 576px) {
    .job-listing {
      padding-top: 30px; } }
  .job-listing .img-right {
    position: absolute;
    right: -114px;
    width: auto;
    height: auto;
    top: -21px;
    z-index: -1; }
    @media (max-width: 1400px) {
      .job-listing .img-right {
        right: 0;
        width: 300px; } }
    @media (min-width: 992px) and (max-width: 1024px) {
      .job-listing .img-right {
        width: 220px; } }
    @media (max-width: 992px) {
      .job-listing .img-right {
        right: 0;
        width: 220px; } }
    @media (max-width: 768px) {
      .job-listing .img-right {
        width: 160px; } }
    @media (max-width: 576px) {
      .job-listing .img-right {
        display: none; } }
  .job-listing .img-left {
    position: absolute;
    left: -100px;
    width: 347px;
    height: auto;
    bottom: 0; }
    @media (min-width: 992px) and (max-width: 1024px) {
      .job-listing .img-left {
        left: -66px;
        width: 206px;
        bottom: -37px; } }
    @media (max-width: 992px) {
      .job-listing .img-left {
        width: 270px; } }
    @media (max-width: 768px) {
      .job-listing .img-left {
        display: none; } }
  .job-listing .section-heading {
    margin-bottom: 30px;
    text-align: center; }
  .job-listing p {
    width: 70%;
    margin: auto;
    font-size: 16px;
    text-align: center; }
    @media (max-width: 992px) {
      .job-listing p {
        width: 100%; } }
  .job-listing .single-job {
    padding-right: 100px;
    margin-top: 60px;
    margin-bottom: 60px; }
    @media (max-width: 1500px) {
      .job-listing .single-job {
        padding-right: 54px; } }
    @media (max-width: 1400px) {
      .job-listing .single-job {
        padding-right: 0; } }
    @media (max-width: 992px) {
      .job-listing .single-job {
        padding-right: 0; } }
    @media (max-width: 768px) {
      .job-listing .single-job {
        margin-bottom: 40px; } }
    @media (max-width: 576px) {
      .job-listing .single-job {
        margin-bottom: 10px; } }
    .job-listing .single-job h6 {
      font-size: 16px;
      font-weight: 600;
      color: #000;
      margin-bottom: 30px; }
      @media (max-width: 768px) {
        .job-listing .single-job h6 {
          margin-bottom: 17px; } }
    .job-listing .single-job h4 {
      font-size: 22px;
      font-weight: 600;
      color: #000;
      margin-bottom: 0; }
      @media (max-width: 768px) {
        .job-listing .single-job h4 {
          margin-bottom: 5px; } }
    .job-listing .single-job span {
      font-size: 14px;
      font-weight: 600;
      color: #000;
      opacity: 0.6;
      margin-bottom: 40px;
      display: block; }
      @media (max-width: 768px) {
        .job-listing .single-job span {
          margin-bottom: 24px; } }
    .job-listing .single-job p {
      text-align: left;
      width: 100%;
      margin-bottom: 60px; }
      @media (max-width: 768px) {
        .job-listing .single-job p {
          margin-bottom: 40px; } }
    .job-listing .single-job .brown-button.no-elem {
      padding: 15px 36px !important; }
      .job-listing .single-job .brown-button.no-elem:after {
        display: none; }

.partners {
  padding: 80px 0;
  background-color: #daab89; }
  @media (max-width: 1280px) {
    .partners {
      padding-bottom: 40px; } }
  @media (max-width: 992px) {
    .partners {
      padding-bottom: 30px;
      padding-top: 40px; } }
  .partners .row {
    padding-left: 110px;
    padding-right: 110px;
    text-align: center; }
    @media (max-width: 768px) {
      .partners .row {
        padding-left: 0;
        padding-right: 0; } }
    .partners .row a {
      text-align: center; }
    .partners .row img {
      margin-bottom: 80px;
      max-width: 100%; }
      @media (max-width: 1280px) {
        .partners .row img {
          margin-bottom: 50px; } }
      @media (max-width: 576px) {
        .partners .row img {
          margin-bottom: 45px; } }
  .partners .section-heading {
    color: #fff;
    opacity: 0.4;
    font-size: 95px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 100px; }
    @media (max-width: 1280px) {
      .partners .section-heading {
        margin-bottom: 60px; } }
    @media (max-width: 992px) {
      .partners .section-heading {
        font-size: 70px;
        line-height: 66px; } }
    @media (max-width: 768px) {
      .partners .section-heading {
        font-size: 60px;
        margin-bottom: 50px; } }
    @media (max-width: 576px) {
      .partners .section-heading {
        line-height: 42px; } }

.enquiry-section {
  padding: 50px 0;
  position: relative;
  overflow: hidden; }
  .enquiry-section .design-element {
    position: absolute;
    right: 0;
    bottom: -54px;
    width: auto;
    height: auto; }
    @media (max-width: 1600px) {
      .enquiry-section .design-element {
        bottom: -43px;
        width: 249px; } }
    @media (max-width: 1280px) {
      .enquiry-section .design-element {
        width: 224px; } }
    @media (min-width: 992px) and (max-width: 1024px) {
      .enquiry-section .design-element {
        width: 197px; } }
    @media (max-width: 768px) {
      .enquiry-section .design-element {
        bottom: -34px;
        width: 175px; } }
  .enquiry-section .section-heading {
    font-size: 36px;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px; }
    @media (max-width: 576px) {
      .enquiry-section .section-heading {
        margin-top: 0; } }
    .enquiry-section .section-heading:after {
      content: "";
      width: 130px;
      height: 5px;
      background-color: #daab89;
      position: absolute;
      bottom: 0;
      left: 0; }
  @media (min-width: 1366px) {
    .enquiry-section p {
      padding-right: 32%; } }
  .enquiry-section form {
    padding-right: 22%; }
    .enquiry-section form label {
      font-size: 12px;
      font-family: "Cairo", sans-serif;
      font-weight: 400;
      margin-bottom: 0;
      color: #050040; }
    .enquiry-section form .form-control {
      border: 1px solid #636363;
      border-radius: 0; }
      .enquiry-section form .form-control:hover, .enquiry-section form .form-control:focus {
        outline: 0;
        box-shadow: none; }
    .enquiry-section form .brown-button {
      padding: 11px 40px;
      padding-right: 52px; }
      .enquiry-section form .brown-button:after {
        right: 32px; }

.main-form-wrapper {
  padding: 100px 0; }
  .main-form-wrapper .intl-tel-input .selected-flag .iti-flag {
    left: 8px; }
  .main-form-wrapper .form-check-inline .form-check-input {
    margin-left: .3125rem !important;
    margin-right: 0 !important; }
  @media (max-width: 768px) {
    .main-form-wrapper {
      padding: 60px 0; } }
  .main-form-wrapper .intl-tel-input {
    display: block !important; }
  .main-form-wrapper .form-group {
    margin-bottom: 30px;
    text-align: right; }
  .main-form-wrapper label, .main-form-wrapper .attach-cv h6 {
    font-size: 16px;
    line-height: 31px;
    color: #050040;
    font-weight: 400;
    font-family: "Cairo", sans-serif;
    text-align: right; }
    .main-form-wrapper label span, .main-form-wrapper .attach-cv h6 span {
      color: #f44958;
      font-size: 25px; }
  .main-form-wrapper .form-control {
    border-radius: 0;
    border: 1px solid #000;
    font-size: 16px;
    line-height: 31px;
    color: #707070;
    font-weight: 400;
    font-family: "Cairo", sans-serif;
    padding: 12px 15px;
    height: auto;
    text-align: right; }
    .main-form-wrapper .form-control:focus {
      outline: 0;
      box-shadow: none; }
  .main-form-wrapper .mr-4 {
    margin-left: 1.5rem !important;
    margin-right: 0 !important; }
  .main-form-wrapper .select-wrapper {
    position: relative;
    z-index: 9;
    text-align: right; }
    .main-form-wrapper .select-wrapper::after {
      content: '';
      width: 0;
      height: 0;
      float: right;
      margin-top: 3px;
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-top: 12px solid #c1c1c1;
      position: absolute;
      left: 13px;
      top: 25px;
      z-index: 0; }
  .main-form-wrapper select.form-control {
    appearance: none;
    padding: 12px 15px;
      padding-right: 32px;
    position: relative;
    z-index: 2;
    background: transparent; }
  .main-form-wrapper .attach-cv span {
    display: block;
    margin-top: 10px;
    font-size: 16px;
    line-height: 31px;
    color: #050132;
    font-weight: 400;
    font-family: "Cairo", sans-serif; }
  .main-form-wrapper .upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block; }
  .main-form-wrapper .btn {
    color: #fff;
    background-color: #666666;
    padding: 8px 20px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 0; }
  .main-form-wrapper .upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer; }
    .main-form-wrapper .upload-btn-wrapper input[type=file]:hover {
      background-color: #050133; }
  .main-form-wrapper textarea.form-control {
    height: 200px; }
  .main-form-wrapper .sm-control {
    width: 70%; }
    @media (max-width: 576px) {
      .main-form-wrapper .sm-control {
        width: 100%; } }
  @media (max-width: 576px) {
    .main-form-wrapper .form-check-inline {
      margin-bottom: 30px; } }
  .main-form-wrapper .intl-tel-input.allow-dropdown .selected-flag {
    border-right: 1px solid #000; }
  .main-form-wrapper .intl-tel-input .country-list {
    z-index: 99; }

.application-wrapper {
  padding-top: 80px;
  padding-bottom: 350px;
  position: relative;
  overflow: hidden;
  text-align: right; }
  .application-wrapper .section-heading {
    position: relative;
    margin-bottom: 30px;
    text-align: right; }
    .application-wrapper .section-heading:after {
      content: "";
      position: absolute;
      width: 130px;
      height: 5px;
      top: -25px;
      right: 0;
      background-color: #daab89; }
  .application-wrapper p {
    text-align: right; }
  .application-wrapper .img-right {
    position: absolute;
    left: -114px;
    width: auto;
    height: auto;
    bottom: 0;
    z-index: -1; }
    @media (max-width: 1400px) {
      .application-wrapper .img-right {
        left: 0;
        width: 300px; } }
    @media (min-width: 992px) and (max-width: 1024px) {
      .application-wrapper .img-right {
        width: 220px; } }
    @media (max-width: 992px) {
      .application-wrapper .img-right {
        left: 0;
        width: 220px; } }
    @media (max-width: 768px) {
      .application-wrapper .img-right {
        width: 160px; } }
    @media (max-width: 576px) {
      .application-wrapper .img-right {
        display: none; } }
  .application-wrapper .col-lg-6 img {
    margin: auto; }

.logo-holder-banner .container {
  z-index: 1;
  position: relative;
  text-align: center;
  color: #fff;
  padding-top: 40px;
  padding-bottom: 40px; }
  .logo-holder-banner .container h3 {
    font-size: 31px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 40px; }
    @media (max-width: 768px) {
      .logo-holder-banner .container h3 {
        font-size: 24px; } }
.logo-holder-banner .logo-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }
.logo-holder-banner ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-content: space-around; }
  @media (max-width: 768px) {
    .logo-holder-banner ul {
      display: block;
      text-align: center; } }
  .logo-holder-banner ul li {
    text-align: center;
    display: block;
    width: 33%;
    text-align: center; }
    @media (max-width: 768px) {
      .logo-holder-banner ul li {
        width: 100%;
        margin-bottom: 50px; } }
    .logo-holder-banner ul li h5 {
      font-weight: 700;
      font-size: 36px;
      margin: 20px 0 0; }
      @media (max-width: 768px) {
        .logo-holder-banner ul li h5 {
          margin: 0 0 0; } }
    .logo-holder-banner ul li p {
      color: #fff;
      font-size: 20px; }

.ingredient-blk {
  padding: 120px 15px; }
  @media (max-width: 1024px) {
    .ingredient-blk {
      padding: 50px 15px; } }
  .ingredient-blk .ingredient-content {
    padding-right: 15px;
    text-align: right; }
    @media (max-width: 992px) {
      .ingredient-blk .ingredient-content {
        margin-top: 30px; } }
    .ingredient-blk .ingredient-content p {
      font-size: 16px;
      margin-bottom: 25px; }

.essntial-commodities .tab-and-accordion {
  background-color: #f9f9f9; }
  .essntial-commodities .tab-and-accordion li:first-child.resp-tab-active {
    border-left: none !important; }
  .essntial-commodities .tab-and-accordion li:last-child.resp-tab-active {
    border-right: none !important; }
  .essntial-commodities .tab-and-accordion .resp-tab-active {
    background-color: #f9f9f9 !important;
    border-top: solid 3px #050132 !important;
    border-left: solid 1px #050132 !important;
    border-right: solid 1px #050132 !important;
    position: relative;
    transition: all 0.3s ease-in; }
    @media (max-width: 992px) {
      .essntial-commodities .tab-and-accordion .resp-tab-active {
        border-top: solid 3px #050132; } }
    .essntial-commodities .tab-and-accordion .resp-tab-active:after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      margin: auto;
      width: 0;
      top: -1px;
      height: 0;
      border-left: 14px solid transparent;
      border-right: 14px solid transparent;
      border-top: 12px solid #050132;
      clear: both; }
      @media (max-width: 992px) {
        .essntial-commodities .tab-and-accordion .resp-tab-active:after {
          display: none; } }
  @media (max-width: 992px) {
    .essntial-commodities .tab-and-accordion .resp-accordion {
      text-transform: uppercase; }
      .essntial-commodities .tab-and-accordion .resp-accordion span.pr-4 {
        height: 45px;
        display: inline-block; }
        .essntial-commodities .tab-and-accordion .resp-accordion span.pr-4 img {
          width: 45px;
          height: 100%;
          object-fit: contain; } }
.essntial-commodities ul.resp-tabs-list {
  height: 92px;
  overflow: hidden; }
  .essntial-commodities ul.resp-tabs-list li {
    border-top: solid 3px #050132 !important;
    text-transform: uppercase;
    background: #efefef;
    font-weight: 400;
    width: 25%;
    border-left: solid 1px #cccccc;
    border-right: solid 1px #cccccc;
    font-size: 21px;
    margin-top: 1px;
    text-align: center;
    position: relative;
    transition: all 0.3s ease-in; }
    .essntial-commodities ul.resp-tabs-list li:after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      margin: auto;
      width: 0;
      top: -1px;
      height: 0;
      border-left: 14px solid transparent;
      border-right: 14px solid transparent;
      border-top: 12px solid transparent;
      clear: both; }
      @media (max-width: 992px) {
        .essntial-commodities ul.resp-tabs-list li:after {
          display: none; } }
    .essntial-commodities ul.resp-tabs-list li:first-child {
      border-left: none !important; }
    .essntial-commodities ul.resp-tabs-list li:last-child {
      border-right: none !important; }
    @media (max-width: 1600px) {
      .essntial-commodities ul.resp-tabs-list li {
        font-size: 17px; } }
    @media (max-width: 1280px) {
      .essntial-commodities ul.resp-tabs-list li {
        font-size: 13px; } }
    .essntial-commodities ul.resp-tabs-list li span {
      height: 45px;
      display: inline-block;
      padding-left: 1.5rem !important; }
      .essntial-commodities ul.resp-tabs-list li span img {
        width: 45px;
        height: 100%;
        object-fit: contain; }
      @media (min-width: 1401px) and (max-width: 1499.9px) {
        .essntial-commodities ul.resp-tabs-list li span {
          padding-right: 11px !important;
          text-align: center; } }

.essntial-commodities ul.resp-tabs-list li:first-child.resp-tab-active {
  border-left: none !important; }

.resp-tabs-container {
  padding: 55px; }
  @media (max-width: 992px) {
    .resp-tabs-container {
      padding: 0; } }
  @media (max-width: 576px) {
    .resp-tabs-container {
      padding: 0; } }
  .resp-tabs-container .inner-ingredient-tab {
    text-align: right; }
    .resp-tabs-container .inner-ingredient-tab h4 {
      font-weight: 900;
      font-size: 32px;
      margin-bottom: 35px; }
      @media (max-width: 992px) {
        .resp-tabs-container .inner-ingredient-tab h4 {
          text-align: center;
          margin-top: 30px; } }
    .resp-tabs-container .inner-ingredient-tab ul {
      padding: 0; }
      .resp-tabs-container .inner-ingredient-tab ul li {
        width: 19.6%;
        display: inline-block;
        margin-bottom: 30px;
        vertical-align: middle; }
        @media (max-width: 1600px) {
          .resp-tabs-container .inner-ingredient-tab ul li {
            width: 24%; } }
        @media (max-width: 1280px) {
          .resp-tabs-container .inner-ingredient-tab ul li {
            width: 32%; } }
        @media (max-width: 768px) {
          .resp-tabs-container .inner-ingredient-tab ul li {
            width: 49%; } }
        @media (max-width: 576px) {
          .resp-tabs-container .inner-ingredient-tab ul li {
            width: 100%; } }
        .resp-tabs-container .inner-ingredient-tab ul li a {
          display: block;
          width: 200px;
          padding: 7px;
          border: solid 1px #deb08e;
          font-size: 20px;
          color: #000;
          text-align: center;
          transition: .3s ease-in-out;
          cursor: text; }
          @media (max-width: 1600px) {
            .resp-tabs-container .inner-ingredient-tab ul li a {
              font-size: 18px; } }
          @media (max-width: 992px) {
            .resp-tabs-container .inner-ingredient-tab ul li a {
              width: auto; } }

.the-content-insider {
  text-align: right; }
  .the-content-insider img {
    margin-bottom: 40px; }
  @media (max-width: 992px) {
    .the-content-insider {
      padding: 30px 0;
      text-align: center; } }
  .the-content-insider h3 {
    font-size: 48px;
    font-weight: 400;
    position: relative;
    padding-top: 20px;
    padding-bottom: 14px; }
    @media (max-width: 992px) {
      .the-content-insider h3 {
        font-size: 35px;
        padding-top: 15px;
        padding-bottom: 5px; } }
    .the-content-insider h3:after {
      content: "";
      position: absolute;
      right: 0;
      top: 0;
      width: 90px;
      height: 5px;
      background-color: #daab89; }
      @media (max-width: 992px) {
        .the-content-insider h3:after {
          margin: auto;
          right: 0; } }
  .the-content-insider p {
    line-height: 26px;
    font-size: 16px; }

@media (max-width: 992px) {
  .resp-tab-content-active {
    border: solid 1px #050132 !important;
    border-top: 0 !important; }

  .resp-arrow {
    margin-top: 19px; }

  h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 10px solid #050132; } }
@media (max-width: 992px) {
  h2.resp-accordion.resp-tab-active:first-child {
    border-top: solid 1px #050132 !important; } }

@media (max-width: 992px) {
  .ingre-img-wrapper {
    display: none; } }

/*# sourceMappingURL=style.css.map */
