﻿/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*!
 * fullPage 4.0.16
 * https://github.com/alvarotrigo/fullPage.js
 *
 * @license GPLv3 for open source use only
 * or Fullpage Commercial License for commercial use
 * http://alvarotrigo.com/fullPage/pricing/
 *
 * Copyright (C) 2021 http://alvarotrigo.com/fullPage - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.fp-section {
  position: relative;
  -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
  -moz-box-sizing: border-box; /* <=28 */
  box-sizing: border-box;
  height: 100%;
  display: block;
}

.fp-slide {
  float: left;
}

.fp-slide, .fp-slidesContainer {
  height: 100%;
  display: block;
}

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
  transition: all 0.3s ease-out;
}

.fp-table {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

.fp-slidesContainer {
  float: left;
  position: relative;
}

.fp-controlArrow {
  -webkit-user-select: none; /* webkit (safari, chrome) browsers */
  -moz-user-select: none; /* mozilla browsers */
  -khtml-user-select: none; /* webkit (konqueror) browsers */
  -ms-user-select: none; /* IE10+ */
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fp-prev {
  left: 15px;
}

.fp-next {
  right: 15px;
}

.fp-arrow {
  width: 0;
  height: 0;
  border-style: solid;
}

.fp-arrow.fp-prev {
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}

.fp-arrow.fp-next {
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}

.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}

#fp-nav {
  position: fixed;
  z-index: 100;
  top: 50%;
  opacity: 1;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translate3d(0, -50%, 0);
}

#fp-nav.fp-right {
  right: 17px;
}

#fp-nav.fp-left {
  left: 17px;
}

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0 !important;
  right: 0;
  margin: 0 auto !important;
}

.fp-slidesNav.fp-bottom {
  bottom: 17px;
}

.fp-slidesNav.fp-top {
  top: 17px;
}

#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}

#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}

.fp-slidesNav ul li {
  display: inline-block;
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0px 0px -5px;
}

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer;
}

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}

#fp-nav ul li .fp-tooltip.fp-right {
  right: 20px;
}

#fp-nav ul li .fp-tooltip.fp-left {
  left: 20px;
}

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide {
  height: auto !important;
}

.fp-responsive .fp-is-overflow.fp-section {
  height: auto !important;
}

/* Used with autoScrolling: false */
.fp-scrollable.fp-responsive .fp-is-overflow.fp-section,
.fp-scrollable .fp-section,
.fp-scrollable .fp-slide {
  /* Fallback for browsers that do not support Custom Properties */
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}

.fp-scrollable.fp-responsive .fp-is-overflow.fp-section:not(.fp-auto-height):not([data-percentage]),
.fp-scrollable .fp-section:not(.fp-auto-height):not([data-percentage]),
.fp-scrollable .fp-slide:not(.fp-auto-height):not([data-percentage]) {
  /* Fallback for browsers that do not support Custom Properties */
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
}

/* Disabling vertical centering on scrollable elements */
.fp-overflow {
  justify-content: flex-start;
  max-height: 100vh;
}

/* No scrollable when using auto-height */
.fp-scrollable .fp-auto-height .fp-overflow {
  max-height: none;
}

.fp-is-overflow .fp-overflow.fp-auto-height-responsive,
.fp-is-overflow .fp-overflow.fp-auto-height,
.fp-is-overflow > .fp-overflow {
  overflow-y: auto;
}

.fp-overflow {
  outline: none;
}

.fp-overflow.fp-table {
  display: block;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide {
  height: auto !important;
  min-height: auto !important;
}

/*Only display content to screen readers*/
.fp-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Customize website's scrollbar like Mac OS
Not supports in Firefox and IE */
.fp-scroll-mac .fp-overflow::-webkit-scrollbar {
  background-color: transparent;
  width: 9px;
}

.fp-scroll-mac .fp-overflow::-webkit-scrollbar-track {
  background-color: transparent;
}

.fp-scroll-mac .fp-overflow::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 16px;
  border: 4px solid transparent;
}

.fp-warning,
.fp-watermark {
  z-index: 9999999;
  position: absolute;
  bottom: 0;
}

.fp-warning,
.fp-watermark a {
  text-decoration: none;
  color: #000;
  background: rgba(255, 255, 255, 0.6);
  padding: 5px 8px;
  font-size: 14px;
  font-family: arial;
  color: black;
  display: inline-block;
  border-radius: 3px;
  margin: 12px;
}

.fp-noscroll .fp-overflow {
  overflow: hidden;
}

/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box;
  direction: ltr;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  box-sizing: inherit;
}

@font-face {
  font-family: "lora-bold";
  src: url("../../../font/lora-bold.ttf") format("truetype");
}
@font-face {
  font-family: "lora-regular";
  src: url("../../../font/lora-regular.ttf") format("truetype");
}
/**
 * Basic typography style for copy text
 */
body {
  font-family: "lora-regular";
}

h1 {
  font-family: "lora-bold";
  font-size: 3.75rem;
  font-weight: bold;
  margin: 22px 0 !important;
  color: #A18756;
}

button {
  font-size: 1.5625rem;
}

h2 {
  font-family: "lora-bold";
  font-size: 3.4375rem;
  font-weight: bold;
  color: #A18756;
}

h3 {
  font-family: "lora-bold";
  font-size: 2.5rem;
  font-weight: bold;
  color: #A18756;
}

h4 {
  font-family: "lora-bold";
  font-size: 1.5rem;
  font-weight: 400;
  color: #A18756;
}

h5 {
  font-size: 1.5rem;
  font-weight: bold;
}

h6 {
  font-family: "lora-bold";
  font-size: 1.25rem;
  font-weight: bold;
  color: rgb(43, 58, 101);
  line-height: 29px;
}

lable {
  font-family: "lora-regular";
  font-size: 1.5rem;
  color: #A18756;
  font-weight: bold;
}

p {
  font-family: "lora-regular";
  font-size: 1rem;
  font-weight: normal;
  font-weight: 400;
  line-height: normal;
  color: #172F49;
}

a {
  font-family: "lora-regular";
  font-size: 1.125rem;
  width: fit-content;
}

li {
  font-family: "lora-regular";
  color: #636366;
}

@media (max-width: 576px) {
  h1 {
    font-size: 2.25rem;
    font-weight: bold;
  }
  h2 {
    font-size: 2.1875rem;
    font-weight: bold;
  }
  h3 {
    font-size: 1.875rem;
    font-weight: bold;
  }
  h4 {
    font-size: 1.625rem;
    font-weight: bold;
  }
  h5 {
    font-size: 1.5rem;
    font-weight: bold;
  }
  h6 {
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 29px;
  }
  lable {
    font-size: 1.25rem;
  }
  p {
    font-size: 1rem;
  }
  a {
    font-size: 1.25rem;
  }
}
@media (max-width: 992px) {
  h1 {
    font-size: 2.8125rem;
    font-weight: bold;
  }
  h2 {
    font-size: 4.375rem;
    font-weight: bold;
  }
  h3 {
    font-size: 2.6875rem;
    font-weight: bold;
  }
  h4 {
    font-size: 1.625rem;
    font-weight: bold;
  }
  h5 {
    font-size: 1.5rem;
    font-weight: bold;
  }
  h6 {
    font-size: 1.25rem;
    font-weight: bold;
  }
  lable {
    font-size: 1.25rem;
  }
  p {
    font-size: 1rem;
  }
  a {
    font-size: 1rem;
  }
}
@media (max-width: 1400px) {
  h1 {
    font-size: 2.8125rem;
    font-weight: bold;
  }
  h2 {
    font-size: 2.5rem;
    font-weight: bold;
  }
  h3 {
    font-size: 1.5625rem;
    font-weight: bold;
  }
  h4 {
    font-size: 1.25rem;
    font-weight: bold;
  }
  h5 {
    font-size: 1.125rem;
    font-weight: bold;
  }
  h6 {
    font-size: 1rem;
    font-weight: bold;
  }
  lable {
    font-size: 1.25rem;
  }
  p {
    font-size: 0.875rem;
    line-height: 1.1;
  }
  a {
    font-size: 0.875rem;
  }
}
@media (max-width: 1200px) {
  h1 {
    font-size: 2.8125rem;
    font-weight: bold;
  }
  h2 {
    font-size: 2.5rem;
    font-weight: bold;
  }
  h3 {
    font-size: 1.5625rem;
    font-weight: bold;
  }
  h4 {
    font-size: 1.25rem;
    font-weight: bold;
  }
  h5 {
    font-size: 1.125rem;
    font-weight: bold;
  }
  h6 {
    font-size: 1rem;
    font-weight: bold;
  }
  lable {
    font-size: 1.25rem;
  }
  p {
    font-size: 1rem;
    line-height: 1.1;
  }
  a {
    font-size: 0.875rem;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 2.8125rem;
  }
  h2 {
    font-size: 2.1875rem;
  }
  h3 {
    font-size: 1.4375rem;
  }
  h4 {
    font-size: 1.25rem;
  }
  h5 {
    font-size: 1.125rem;
  }
  h6 {
    font-size: 1rem;
  }
  lable {
    font-size: 1rem;
  }
  p {
    font-size: 0.875rem;
    font-weight: normal;
  }
  .About-Us p {
    font-size: 0.875rem;
  }
  .Our-News .News-desc p {
    font-size: 0.875rem;
  }
  #carser .item p {
    font-size: 0.875rem;
  }
  button {
    font-size: 1.125rem;
  }
  a {
    font-size: 0.875rem;
  }
}
/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

/**
 * Main content containers
 * 1. Make the container full-width with a maximum width
 * 2. Center it in the viewport
 * 3. Leave some space on the edges, especially valuable on small screens
 */
/*.container {
  max-width: $max-width;*/ /* 1 */
/*margin-left: auto;*/ /* 2 */
/*margin-right: auto;*/ /* 2 */
/*padding-left: 20px;*/ /* 3 */
/*padding-right: 20px;*/ /* 3 */
/*width: 100%;*/ /* 1 */
/*}*/
/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0; /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

nav {
  background-color: transparent;
  fill: #FFF;
  filter: drop-shadow(10px 4px 16px rgba(0, 0, 0, 0.16));
  padding: 0 !important;
  transition: all 0.5s ease-in;
}
nav .navbar-brand img {
  width: 150px;
}
@media (max-width: 576px) {
  nav .navbar-brand img {
    width: 100px;
  }
}
nav .navbar-nav .nav-item .nav-link {
  color: #A18756 !important;
  font-weight: bold;
  transition: 0.3s ease-in;
}
nav .offcanvas {
  width: 100%;
  height: 100vh;
  background-color: #FAFFF2;
}
nav .offcanvas .offcanvas-header {
  border-bottom: 1px solid #172f49;
}
nav .offcanvas .offcanvas-header h6 {
  font-size: 20px;
}
nav .offcanvas .offcanvas-header .btn-close {
  color: #172f49;
  background-color: aliceblue;
}
nav .offcanvas .offcanvas-body {
  position: relative;
}
nav .offcanvas .offcanvas-body .navbar-nav .nav-item .nav-link {
  font-weight: bold;
  color: #2b3a65 !important;
  font-size: 20px;
  transition: 0.3s ease-in;
}
nav .offcanvas .offcanvas-body .navbar-nav .nav-item .nav-link:hover {
  color: #A18756 !important;
  transition: 0.3s ease-in;
}
nav.scrolled {
  background: #fafff2;
  transition: all 0.5s ease-in;
  z-index: 3333333;
}
nav.scrolled .container {
  border: none !important;
  transition: all 0.5s ease-in;
}
nav.scrolled .navbar-toggler span {
  filter: brightness(0.5);
}
nav.scrolled .navbar-brand img {
  filter: none !important;
}
nav.scrolled .navbar-nav .nav-item .nav-link {
  color: #A18756;
  font-weight: bold;
  transition: 0.3s ease-in;
}
nav.scrolled .navbar-nav .nav-item .nav-link:hover {
  color: #2b3a65 !important;
  transition: 0.3s ease-in;
}

.dropdown-menu {
  position: absolute !important;
  background: #fafff2;
}

.footer {
  background: linear-gradient(180deg, #071018 0%, #12375A 100%);
}
.footer .content {
  display: flex;
}
.footer .content h6 {
  color: #A18756;
  margin: 0;
}
.footer .content i {
  font-size: 24px;
  color: #A18756;
}
.footer .content .sub-content a {
  color: #fff;
  text-decoration: none;
  transition: 0.3s ease-in;
}
.footer .content .sub-content a:hover {
  color: #A18756;
  transition: 0.3s ease-in;
}
.footer .socialmedia a {
  text-decoration: none;
}
.footer .socialmedia a i {
  font-size: 24px;
  color: #fff;
  transition: 0.3s ease-in;
}
.footer .socialmedia a i:hover {
  color: #A18756;
  transition: 0.3s ease-in;
}
.footer .TermsAndPoliciy {
  text-decoration: none;
}
.footer .TermsAndPoliciy p {
  color: #fff;
  transition: 0.3s ease-in;
}
.footer .TermsAndPoliciy p:hover {
  color: #A18756;
  transition: 0.3s ease-in;
}

.MainButton {
  background: rgba(30, 43, 56, 0.7490196078);
  border: 1px solid var(--Color-2, #A18756);
  box-shadow: 0px 4px 4px 0px rgba(4, 15, 28, 0.2);
  text-decoration: none;
  color: #fff;
  padding: 10px 16px;
  transition: 0.3s ease-in;
}
.MainButton:hover {
  transition: 0.3s ease-in;
  background: var(--Color-2, #A18756);
  color: #fff;
}
@media (max-width: 576px) {
  .MainButton {
    padding: 4px 12px;
  }
}

.ReadMore {
  background: var(--Color-4, #224064);
  padding: 10px 22px;
  color: #fff;
  transition: 0.3s ease-in;
  border-radius: 12px;
  text-decoration: none;
}
.ReadMore:hover {
  color: #fff;
  background: #A18756;
  transition: 0.3s ease-in;
}

.View {
  border: 1px solid #A18756;
  text-decoration: none;
  color: #A18756;
  padding: 10px 43px;
  font-size: 20px;
  transition: 0.3s ease-in;
}
.View:hover {
  background: #A18756;
  border: 1px solid #A18756;
  color: #fff;
  transition: 0.3s ease-in;
}

.SectioOne {
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.SectioOne .sub-Background {
  background: rgba(7, 16, 24, 0.68);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  height: 100vh;
  width: 40%;
  position: absolute;
  top: 0;
  height: 100%;
  stroke-dasharray: 500;
  stroke-dashoffset: 0;
  animation: RICG 3s;
  animation-fill-mode: both;
}
.SectioOne .sub-Background .content {
  position: absolute;
  top: 22%;
  padding: 0 40px;
}
.SectioOne .sub-Background .content h1 {
  font-size: 170px;
  margin: 0 !important;
}
@media (max-width: 576px) {
  .SectioOne .sub-Background .content h1 {
    font-size: 25px;
  }
}
@media (max-width: 576px) {
  .SectioOne .sub-Background .content h3 {
    font-size: 9px;
  }
}
@media (max-width: 576px) {
  .SectioOne .sub-Background .content {
    top: 33%;
    padding: 0 10px;
  }
}
@media (max-width: 576px) {
  .SectioOne .sub-Background {
    width: 50%;
    height: 100% !important;
  }
}
@keyframes RICG {
  from {
    height: 0;
  }
  to {
    height: 100vh;
  }
}
@media (max-width: 576px) {
  .SectioOne {
    height: 29vh;
  }
}

.AboutUs {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.AboutUs .AboutContent {
  background: radial-gradient(69% 69% at 69% 69%, rgba(255, 255, 255, 0.9882352941) 92.4%, rgba(255, 255, 255, 0.88) 100%);
}
.AboutUs .owl-carousel .item img {
  width: 200px;
  height: 200px;
  object-fit: cover;
}

.Sucsess {
  background: linear-gradient(180deg, #070F17 0%, #0F283E 101.57%);
}

.counter {
  color: #E5E5E5 !important;
}

.Video .VideoRicg {
  width: 100%;
  object-fit: fill;
  height: 100%;
}
.Video .youtubeSection {
  position: relative;
}
.Video .youtubeSection iframe {
  width: 100%;
  height: 64vh;
}
.Video .youtubeSection .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(176, 155, 113, 0.34);
}

.chairman {
  position: relative;
  overflow: hidden;
}
.chairman .VectorChairman {
  position: absolute;
  bottom: 0;
  width: 24%;
  left: 0;
  z-index: -2;
}
@media (max-width: 1200px) {
  .chairman .VectorChairman {
    width: 31%;
  }
}
@media (max-width: 1400px) {
  .chairman .VectorChairman {
    width: 31%;
  }
}
.chairman .ImagChairman {
  position: absolute;
  bottom: 0;
  width: 26%;
  left: 0;
  z-index: -1;
}
@media (max-width: 1200px) {
  .chairman .ImagChairman {
    width: 33%;
  }
}
@media (max-width: 1400px) {
  .chairman .ImagChairman {
    width: 33%;
  }
}

.Events {
  background: linear-gradient(180deg, #071018 0%, #12375a 100%);
}
.Events .owl-carousel {
  overflow: hidden;
}
.Events .owl-carousel .item a {
  text-decoration: none;
  color: #fff;
  transition: 0.3s ease-in;
}
.Events .owl-carousel .item a:hover {
  color: #fff !important;
  transition: 0.3s ease-in;
}
.Events .owl-carousel .owl-nav {
  margin-top: 10px;
  display: block !important;
}
.Events .owl-carousel .owl-nav .owl-prev {
  background: rgba(0, 0, 0, 0.7490196078);
  margin: 2px;
}
.Events .owl-carousel .owl-nav .owl-prev span {
  color: #fff;
  font-size: 37px;
  padding: 11px;
}
.Events .owl-carousel .owl-nav .owl-next {
  background: rgba(0, 0, 0, 0.7490196078);
  margin: 2px;
}
.Events .owl-carousel .owl-nav .owl-next span {
  color: #fff;
  font-size: 37px;
  padding: 11px;
}

.LNews {
  background: #FFFBF3;
}
.LNews .owl-carousel {
  overflow: hidden;
}
.LNews .owl-carousel .item a {
  text-decoration: none;
  color: #172f49;
  transition: 0.3s ease-in;
}
.LNews .owl-carousel .item a:hover {
  color: #172F49 !important;
  transition: 0.3s ease-in;
}
.LNews .owl-carousel .owl-nav {
  margin-top: 10px;
  display: block !important;
}
.LNews .owl-carousel .owl-nav .owl-prev {
  background: rgba(0, 0, 0, 0.7490196078);
  margin: 2px;
}
.LNews .owl-carousel .owl-nav .owl-prev span {
  color: #fff;
  font-size: 37px;
  padding: 11px;
}
.LNews .owl-carousel .owl-nav .owl-next {
  background: rgba(0, 0, 0, 0.7490196078);
  margin: 2px;
}
.LNews .owl-carousel .owl-nav .owl-next span {
  color: #fff;
  font-size: 37px;
  padding: 11px;
}

.Contact {
  overflow: hidden;
}
.Contact iframe {
  width: 100%;
  height: 100%;
}
.Contact .BoxesContact {
  background: #A18756;
}
.Contact .contact-form {
  margin: auto;
  padding: 60px 100px;
}
.Contact .contact-form h2 {
  color: #E5E5E5;
}
.Contact .contact-form label {
  display: block;
  margin: 15px 0 5px;
}
.Contact .contact-form input {
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #EFE8E2;
}
.Contact .contact-form textarea {
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #EFE8E2;
}
.Contact .contact-form button {
  width: 100%;
  padding: 10px;
  background-color: #224064;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
@media (max-width: 1400px) {
  .Contact .contact-form {
    padding: 60px 100px;
  }
}
@media (max-width: 576px) {
  .Contact .contact-form {
    padding: 60px 30px;
  }
}
@media (max-width: 1200px) {
  .Contact .contact-form {
    padding: 60px 100px;
  }
}

.seconde-slide {
  padding-bottom: 90px;
}
@media (max-width: 992px) {
  .seconde-slide {
    padding-bottom: 60px;
  }
}
.seconde-slide .expandingcard-body {
  display: flex;
  align-items: center;
  justify-content: center;
}
.seconde-slide .expandingcard-body .expandingcard-lists {
  display: flex;
  transition: 0.5s ease;
  width: 100%;
  place-content: center;
}
@media (max-width: 992px) {
  .seconde-slide .expandingcard-body .expandingcard-lists {
    flex-direction: column;
  }
}
.seconde-slide .expandingcard-body .expandingcard-lists .expandingcard {
  position: relative;
  box-shadow: darkmagenta;
  overflow: hidden;
  width: 100%;
  height: 530px;
  background-size: auto 105%;
  background-position: center;
  box-shadow: 0px 0px 10px -1px rgb(255, 255, 255);
  min-width: 19.8%;
  transition: 0.5s ease;
  margin: 0 0.5%;
  background-size: cover;
  cursor: pointer;
}
.seconde-slide .expandingcard-body .expandingcard-lists .expandingcard:nth-child(1) .h2House, .seconde-slide .expandingcard-body .expandingcard-lists .expandingcard:nth-child(1) .h1House {
  color: #E5E5E5;
}
.seconde-slide .expandingcard-body .expandingcard-lists .expandingcard:nth-child(1) .h2House h2, .seconde-slide .expandingcard-body .expandingcard-lists .expandingcard:nth-child(1) .h1House h2 {
  color: #E5E5E5;
}
.seconde-slide .expandingcard-body .expandingcard-lists .expandingcard:nth-child(2) .h2House, .seconde-slide .expandingcard-body .expandingcard-lists .expandingcard:nth-child(2) .h1House {
  color: #E5E5E5;
}
.seconde-slide .expandingcard-body .expandingcard-lists .expandingcard:nth-child(2) .h2House h2, .seconde-slide .expandingcard-body .expandingcard-lists .expandingcard:nth-child(2) .h1House h2 {
  color: #E5E5E5;
}
.seconde-slide .expandingcard-body .expandingcard-lists .expandingcard:nth-child(3) .h2House, .seconde-slide .expandingcard-body .expandingcard-lists .expandingcard:nth-child(3) .h1House {
  color: #E5E5E5;
}
.seconde-slide .expandingcard-body .expandingcard-lists .expandingcard:nth-child(3) .h2House h2, .seconde-slide .expandingcard-body .expandingcard-lists .expandingcard:nth-child(3) .h1House h2 {
  color: #E5E5E5;
}
.seconde-slide .expandingcard-body .expandingcard-lists .expandingcard:nth-child(4) .h2House, .seconde-slide .expandingcard-body .expandingcard-lists .expandingcard:nth-child(4) .h1House {
  color: #E5E5E5;
}
.seconde-slide .expandingcard-body .expandingcard-lists .expandingcard:nth-child(4) .h2House h2, .seconde-slide .expandingcard-body .expandingcard-lists .expandingcard:nth-child(4) .h1House h2 {
  color: #E5E5E5;
}
.seconde-slide .expandingcard-body .expandingcard-lists .expandingcard .expandingcard-inner {
  position: relative;
  height: 100%;
  padding: 31px;
  cursor: pointer !important;
}
.seconde-slide .expandingcard-body .expandingcard-lists .expandingcard .expandingcard-inner .h2House {
  animation: fade 1.5s ease-in forwards;
  font-weight: bold;
  font-size: 35px;
  margin: 0px -19px;
  line-height: 40px;
}
@media (max-width: 992px) {
  .seconde-slide .expandingcard-body .expandingcard-lists .expandingcard .expandingcard-inner .h2House {
    animation: fade 1s ease-in forwards;
  }
}
.seconde-slide .expandingcard-body .expandingcard-lists .expandingcard .expandingcard-inner .h1House {
  animation: fade 1.5s ease forwards;
  font-weight: bold;
  font-size: 35px;
  display: none;
  transition: 0.5s ease;
}
.seconde-slide .expandingcard-body .expandingcard-lists .expandingcard .expandingcard-inner p {
  animation: ExpandContent 1.5s ease forwards;
  color: #fff;
  max-width: 100%;
  transition: 7s;
  filter: opacity(1);
  font-size: 16px;
}
.seconde-slide .expandingcard-body .expandingcard-lists .expandingcard .expandingcard-content p {
  color: #fff;
  font-size: 16px;
  animation: inverstExpandContent 0.8s ease forwards;
}
.seconde-slide .expandingcard-body .expandingcard-lists .expandingcard .expandingcard-content p span {
  color: #ffffff;
  font-weight: 700;
}
.seconde-slide .expandingcard-body .expandingcard-lists .expandingcard .expandingcard-content .onHover {
  display: none;
  overflow: hidden;
}
@media (max-width: 992px) {
  .seconde-slide .expandingcard-body .expandingcard-lists .expandingcard {
    margin-bottom: 7%;
  }
  .seconde-slide .expandingcard-body .expandingcard-lists .expandingcard div span {
    color: #fff !important;
    font-size: 15px !important;
    text-decoration: underline;
  }
}
.seconde-slide .expandingcard-body .expandingcard-lists .expandingcard::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
}
.seconde-slide .expandingcard-body .expandingcard-lists .expandingcard:hover::before {
  background: none;
  transition: 0.5s ease;
}
.seconde-slide .expandingcard-body .expandingcard-lists .expandingcard-nothover {
  min-width: 10%;
  margin: 0 3px;
  box-shadow: none;
  border: none !important;
}
@media (max-width: 992px) {
  .seconde-slide .expandingcard-body .expandingcard-lists .expandingcard-nothover {
    margin-bottom: 12px;
  }
}
.seconde-slide .expandingcard-body .expandingcard-lists .expandingcard-nothover .expandingcard-inner {
  /*animation: inverstExpandContent 1.5s ease forwards;*/
}
.seconde-slide .expandingcard-body .expandingcard-lists .expandingcard-nothover .expandingcard-inner .h2House {
  margin: 0px -19px;
  animation: fadeInAnimation ease 3s;
  transition: 0.5s ease;
  transition: 1s;
}
.seconde-slide .expandingcard-body .expandingcard-lists .expandingcard-nothover .expandingcard-inner .h2House h2 {
  font-size: 23px;
}
@media (max-width: 992px) {
  .seconde-slide .expandingcard-body .expandingcard-lists .expandingcard-nothover .expandingcard-inner .h2House h2 {
    font-size: 40px;
  }
}
.seconde-slide .expandingcard-body .expandingcard-lists .expandingcard-nothover .expandingcard-inner .h2Remote {
  font-size: 20px;
  line-height: 25px;
  transition: 1s;
  transition: 0.5s ease;
}
.seconde-slide .expandingcard-body .expandingcard-lists .expandingcard-nothover .expandingcard-inner p {
  transition: 0.1s;
  max-width: 50%;
  filter: opacity(0);
  animation: expandContent 1s ease forwards;
  color: #fff;
}
@media (max-width: 992px) {
  .seconde-slide .expandingcard-body .expandingcard-lists .expandingcard-nothover .expandingcard-inner p {
    transition: 0.1s;
    max-width: 100%;
    filter: opacity(1);
    animation: expandContent 1s ease forwards;
  }
}
.seconde-slide .expandingcard-body .expandingcard-lists .expandingcard-nothover .expandingcard-inner h3 {
  transition: 0.1s;
  max-width: 50%;
  filter: opacity(0);
}
@media (max-width: 992px) {
  .seconde-slide .expandingcard-body .expandingcard-lists .expandingcard-nothover .expandingcard-inner h3 {
    filter: opacity(1);
  }
}
.seconde-slide .expandingcard-body .expandingcard-lists .expandingcard-hover {
  min-width: 70%;
  background-size: cover;
  margin: 0;
  box-shadow: none;
  border: none !important;
  transition: 0.5s;
}
.seconde-slide .expandingcard-body .expandingcard-lists .expandingcard-hover.datacenter {
  min-width: 35% !important;
  margin-bottom: 12px;
}
.seconde-slide .expandingcard-body .expandingcard-lists .expandingcard-hover.datacenter:hover .expandingcard-inner {
  background: rgba(0, 66, 119, 0.7);
  min-height: 100%;
}
.seconde-slide .expandingcard-body .expandingcard-lists .expandingcard-hover.datacenter:hover .onHover p {
  color: #fff;
}
.seconde-slide .expandingcard-body .expandingcard-lists .expandingcard-hover .expandingcard-inner {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.seconde-slide .expandingcard-body .expandingcard-lists .expandingcard-hover .expandingcard-inner .expandingcard-content {
  animation: expandContent 0.8s ease forwards;
}
.seconde-slide .expandingcard-body .expandingcard-lists .expandingcard-hover .expandingcard-inner .expandingcard-content div span .d-block.d-md-none {
  display: none;
}
.seconde-slide .expandingcard-body .expandingcard-lists .expandingcard-hover .expandingcard-inner .expandingcard-content div span {
  opacity: 0;
}
.seconde-slide .expandingcard-body .expandingcard-lists .expandingcard-hover .expandingcard-inner p {
  width: 100%;
  display: none;
}
.seconde-slide .expandingcard-body .expandingcard-lists .expandingcard-hover .expandingcard-inner .onHover {
  display: inline-block;
  padding-bottom: 2%;
  width: 100%;
}
.seconde-slide .expandingcard-body .expandingcard-lists .expandingcard-hover .expandingcard-inner .onHover p {
  color: #fff;
  font-size: 20px;
  display: block;
  animation: expandContent 0.8 ease forwards;
}
@media (max-width: 992px) {
  .seconde-slide .expandingcard-body .expandingcard-lists .expandingcard-hover .expandingcard-inner .onHover p {
    font-size: 16px;
  }
}
.seconde-slide .expandingcard-body .expandingcard-lists .expandingcard-hover .expandingcard-inner .onHover .LinkHover {
  color: #a18756;
  text-decoration: none;
}
.seconde-slide .expandingcard-body .expandingcard-lists .expandingcard-hover .expandingcard-inner .onHover a:hover {
  background-color: #a18756;
  border-color: #a18756;
  color: white;
}
.seconde-slide .expandingcard-body .expandingcard-lists .expandingcard-hover .expandingcard-inner .onHover .Number {
  position: absolute;
  right: 0;
  display: flex;
  top: 0;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.seconde-slide .expandingcard-body .expandingcard-lists .expandingcard-hover .expandingcard-inner ol {
  padding-left: 4%;
}
.seconde-slide .expandingcard-body .expandingcard-lists .expandingcard-hover .expandingcard-inner ol li {
  color: rgba(255, 255, 255, 0.8);
  font-size: 20px;
  transition: 0.3s ease-in;
}
@media (max-width: 992px) {
  .seconde-slide .expandingcard-body .expandingcard-lists .expandingcard-hover .expandingcard-inner ol li {
    font-size: 14px;
  }
}
.seconde-slide .expandingcard-body .expandingcard-lists .expandingcard-hover .expandingcard-inner ol li:hover {
  color: #A18756;
  transition: 0.3s ease-in;
}
.seconde-slide .expandingcard-body .expandingcard-lists .expandingcard-hover .h2House {
  display: none;
}
.seconde-slide .expandingcard-body .expandingcard-lists .expandingcard-hover .h1House {
  display: block !important;
}

@keyframes expandContent {
  0% {
    height: 0;
    opacity: 0;
    transform: scaleY(1.2);
  }
  50% {
    opacity: 0;
  }
  100% {
    height: auto;
    opacity: 1;
    transform: scaleY(1);
  }
}
@keyframes inverstExpandContent {
  0% {
    height: 0;
    opacity: 0;
    transform: scaleY(0.2);
  }
  50% {
    opacity: 0;
  }
  100% {
    height: auto;
    opacity: 1;
    transform: scaleY(1);
  }
}
