@import url("https://fonts.googleapis.com/css2?family=Imperial+Script&family=Rajdhani&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

header > .header__nav > .header__list > a:hover {
  text-decoration: none;
  color: #ffc107;
}
header > .header__nav > .header__list > a:before,
a:after {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  bottom: -2px;
  background: #ffc107;
}
header > .header__nav > .header__list > a:before {
  left: 0;
}
header > .header__nav > .header__list > a:after {
  right: 0;
  background: #ffc107;
  transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}
header > .header__nav > .header__list > a:hover:before {
  background: #ffc107;
  width: 100%;
  transition: width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}
header > .header__nav > .header__list > a:hover:after {
  background: transparent;
  width: 100%;
  transition: 0s;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  padding: 40px 100px;
  z-index: 100000;
  background-color: rgb(0 0 0 / 30%);
}
.header a img {
  height: 100px;
}

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

.header__list {
  position: relative;
  list-style: none;
}

.header__link {
  position: relative;
  margin: 0 30px;
  color: #f8f9fa;
  letter-spacing: 2px;
  font-weight: 500px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
}

.header.sticky {
  padding: 25px;
  background: white;
  box-shadow: 1px -1px 3px 0px;
}

.header.sticky .header__link {
  color: rgb(116 87 0);
}
@media only screen and (min-width: 768px) {
  .header.sticky {
    padding: 25px 100px;
  }
}
.kv-image {
  position: relative;
  background-image: url(./img/kv.jpg);
  background-color: #ffffff;
  height: 100vh;
  background-repeat: no-repeat;
  object-fit: contain;
  background-position: center;
  background-size: cover;
}

.main-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-top: 2px solid white;
  border-bottom: 2px solid white;
}
.ttl-text {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .ttl-text {
    text-align: center;
  }
}
.white-button span.fl-button-text {
  position: relative;
  z-index: 1;
}
.white-button a.fl-button:before {
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  display: block;
  position: absolute;
  border-radius: 100px;
  z-index: 1;
}
.white-button a.fl-button:after {
  content: "";
  left: -2px;
  right: -2px;
  top: -2px;
  bottom: -2px;
  background-image: linear-gradient(53deg, #9ccb26, #37b984);
  display: block;
  position: absolute;
  border-radius: 100px;
  z-index: -1;
}
.white-button a.fl-button {
  position: relative;
  background: #fff;
  z-index: 1;
  padding: 15px 50px;
  display: inline-block;
  color: #9ccb26;
  font-size: 24px;
  text-decoration: none;
  transition: all 0.5s;
}
.white-button a.fl-button:hover span.fl-button-text {
  position: relative;
  z-index: 2;
}
.white-button {
  text-align: center;
  padding: 50px 0;
}
a.fl-button:hover {
  transform: translateY(-10px);
}
a.fl-button.fill {
  color: #fff;
}
a.fl-button.fill:before {
  display: none;
}
@media screen and (max-width: 576px) {
  .ttl-text {
    font-size: 28px;
  }
}
.heading_primary {
  position: relative;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
  color: #745700;
}
.inner-container > .heading_primary::before {
  content: "";
  position: absolute;
  height: 5px;
  width: 80px;
  background-color: #ffc107;
  bottom: 0;
}
.service > .heading_primary::before {
  content: "";
  position: absolute;
  height: 5px;
  width: 115px;
  background-color: #ffc107;
  bottom: 0;
}
.team > .heading_primary::before {
  content: "";
  position: absolute;
  height: 5px;
  width: 105px;
  background-color: #ffc107;
  bottom: 0;
}
.hdng > .heading_primary::before {
  content: "";
  position: absolute;
  height: 5px;
  width: 110px;
  background-color: #ffc107;
  bottom: 0;
}
.company > .heading_primary::before {
  content: "";
  position: absolute;
  height: 5px;
  width: 115px;
  background-color: #ffc107;
  bottom: 0;
}
.kvbtn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.downbtn {
  width: 40%;
  padding: 10px;
  background-color: #ffc107;
}
.kvbtn a {
  text-align: center;
  font-size: 18px;
  text-decoration: none;
  color: #fff;
  box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset,
    rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset,
    rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px,
    rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px,
    rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
  background: linear-gradient(270deg, rgb(103, 178, 111), rgb(76, 162, 205));
}
.contactbtn {
  background-color: black;
  width: 40%;
  padding: 10px;
}
textarea {
  resize: none;
}
.service .main {
  display: flex;
  justify-content: center;
  align-items: center;
}

.desc {
  padding: 0 20px;
}
.about-section {
  background: url(https://images.unsplash.com/photo-1574192324001-ee41e18ed679?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1470&q=80)
    left no-repeat;
  background-size: 55%;
  background-color: #f1f1f1;
  overflow: hidden;
  padding: 50px 0;
  background-attachment: fixed;
}

.inner-container {
  width: 55%;
  float: right;
  background-color: #fdfdfd;
  padding: 50px 100px 50px 50px;
}

.text {
  font-size: 13px;
  color: #545454;
  line-height: 30px;
  text-align: justify;
}

@media screen and (max-width: 991px) {
  .inner-container {
    padding: 50px;
  }
}

@media screen and (max-width: 1000px) {
  .about-section {
    background-size: 100%;
  }
  .inner-container {
    width: 100%;
    background-color: rgb(253 253 253 / 38%);
  }
}

@media screen and (max-width: 600px) {
  .about-section {
    padding: 0;
  }
  .inner-container {
    padding: 50px 15px 15px 15px;
  }
}
table {
  box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}

.inner {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.inner .common__inner {
  width: calc(100% / 3);
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 35px;
  box-sizing: border-box;
}
.inner .inner1 {
  background: #e28525;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.inner .inner2 {
  background: #016972;
}
.inner .inner3 {
  background: #00403f;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.inner .inner1 .img,
.inner .inner2 .img,
.inner .inner3 .img {
  height: 65px;
}
.inner .inner1 .title,
.inner .inner2 .title,
.inner .inner3 .title {
  color: white;
  font-size: 22px;
  font-family: system-ui;
  height: 50px;
}
.inner .inner1 .desc,
.inner .inner2 .desc,
.inner .inner3 .desc {
  color: #ffffffbf;
  font-size: 15px;
  font-family: system-ui;
  height: 160px;
  line-height: 23px;
}
.inner .inner1 .button,
.inner .inner2 .button,
.inner .inner3 .button {
  height: calc(100% - 275px);
}
.inner .inner1 .button button,
.inner .inner2 .button button,
.inner .inner3 .button button {
  background: white;
  border: unset;
  padding: 13px 27px;
  border-radius: 20px;
  color: #e28525;
  font-family: system-ui;
  font-weight: bold;
  cursor: pointer;
}
.inner .inner2 .button button {
  color: #016972;
}
.inner .inner3 .button button {
  color: #00403f;
}

.inner {
  flex-direction: column;
}
.inner .common__inner {
  width: 100%;
  padding: 55px;
}
.inner .inner1 {
  border-bottom-left-radius: unset;
  border-top-right-radius: 8px;
}
.inner .inner3 {
  border-bottom-left-radius: 8px;
  border-top-right-radius: unset;
}

.service {
  padding: 50px 0 50px 0;
  background-color: #f5f5dc61;
}
@media only screen and (max-width: 991px) {
  .service {
    padding: 50px 0 0 0;
  }
}
.service_heading {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

@import url("https://fonts.googleapis.com/css2?family=Merriweather&family=Muli&display=swap");
:root {
  --ff-head: "Merriweather", serif;
  --ff-body: "rajdhani", sans-serif;
  --fs-body: 1.8rem;
  --fs-h2: 4rem;
  --fs-h4: 2.4rem;
  --fs-h5: 1.8rem;
  --clr-head: hsla(208, 11%, 15%, 1);
  --clr-body: hsla(208, 9%, 31%, 0.8);
  --clr-accent: hsla(216, 97%, 61%, 1);
  --bg-color: #2e3d4b;
  --text-color: #6ae3ff;

  box-sizing: border-box;
}
.typewriter {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 25px;
  color: #fff;
  font-weight: bold;
  position: relative;
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 20px;
  text-transform: uppercase;
  text-align: center;
  background-color: #ffc107;
}

.typewriter span {
  color: #fff;
  text-transform: uppercase;
  padding: 10px;
  animation: cursor 1s ease-in-out infinite;
}

@keyframes cursor {
  from {
    border-color: var(--text-color);
  }
  to {
    border-color: transparent;
  }
}

@media (max-width: 576px) {
  .typewriter {
    font-size: 18px;
  }
}
/* @media (max-width: 768px) {
  .typewriter { font-size: 36px; }
} */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}
html,
body {
  width: 100%;
  min-height: 100vh;
  font-size: 62.5%;
}
body {
  font-family: var(--ff-body);
  line-height: 1.8;
  font-weight: normal;
}
a.logo {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.3em;
  background: -webkit-linear-gradient(#f8f9fa, #ffc107);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Koulen", cursive;
  line-height: 24px;
  mix-blend-mode: difference;
}
.slogan {
  font-size: 14px;
}
.inner__sub {
  --fs-h5: 1.5rem;
  font-size: var(--fs-h5);
  color: var(--clr-head);
  color: #1e3138;
  font-weight: bold;
}

.inner__head {
  --fs-h2: 2.1rem;
  font-size: var(--fs-h2);
  font-family: var(--ff-head);
  color: #856404;
  line-height: 1.4;
  margin-bottom: 1em;
  font-weight: bold;
}

.inner__content {
  margin-bottom: 3em;
}

.inner__clr {
  color: hsl(37deg 95% 56%);
  font-weight: bold;
}

.inner__text {
  text-align: left;
}
.card {
  border-radius: 6px;
  box-shadow: 0 20px 40px 0 rgba(173, 181, 189, 0.1);
  background-color: #fff;
  padding: 2.5em 1em;
  text-align: center;
  position: relative;
  height: 100%;
}

.card::before {
  content: "";
  position: absolute;
  background-color: #1e3138;
  top: -8px;
  left: -1px;
  width: calc(100% + 2px);
  height: 8px;
  border-radius: 6px 6px 0 0;
}

.card__body {
  padding-top: 1em;
}

.card__head {
  --fs-h4: 2rem;
  font-size: var(--fs-h4);
  margin-bottom: 1em;
  color: var(--clr-head);
  font-weight: bold;
}

.card__content {
  --fs-body: 1.6rem;
  font-size: var(--fs-body);
}

@media (min-width: 750px) {
  .inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
  }

  .inner__sub {
    --fs-h5: 1.8rem;
    font-size: var(--fs-h5);
  }
  .inner__headings {
    flex: 1 0 30%;
  }
  .inner__content {
    flex: 1 0 50%;
    align-self: center;
    margin-left: 2rem;
  }
  .inner__sub {
    margin-bottom: 0;
  }
  .inner__head {
    --fs-h2: 3rem;
  }
}
.card > svg {
  height: 200px;
}

.team {
  padding: 50px 0;
}
.team_detail {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .team_detail {
    flex-direction: column;
  }
}
.card1 {
  position: relative;
  overflow: hidden;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  cursor: pointer;
  margin-bottom: 30px;
}
.card1 .content {
  position: absolute;
  bottom: -160px;
  width: 100%;
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  flex-direction: column;
  /* backdrop-filter: blur(15px); */
  box-shadow: 0 -10px 10px rgb(0 0 0 / 10%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  transition: 0.4s;
  transition-delay: 0.2s;
}
.card1:hover .content {
  bottom: 0;
  transition-delay: 0s;
  background: #ffc107;
  transition: 0.4s;
}
.card1 .content .contentBx h3 {
  color: #fff;
  letter-spacing: 2px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.6);
  text-shadow: 2px 8px 6px rgb(0 0 0 / 20%),
    0px -5px 35px rgb(255 255 255 / 30%);
  font-size: 18px;
  text-align: center;
  margin: 20px 0 15px;
  line-height: 1.1em;
  transition: 0.4s;
  transition-delay: 0.4s;
  opacity: 0;
  transform: translateY(-20px);
}
.card1:hover .content .contentBx h3 {
  opacity: 1;
  transform: translateY(0);
}
.card1 .content .contentBx h3 span {
  font-size: 14px;
}
.card1 .content .sci {
  position: relative;
  bottom: 10px;
  display: flex;
}
.card1 .content .sci li {
  list-style: none;
  margin: 0 10px;
  transform: translateY(40px);
  transition: 0.5s;
  opacity: 0;
  /* transition-delay: calc(0.2s * var(--i)); */
}

.card1:hover .content .sci li {
  transform: translateY(0);
  opacity: 1;
}
.card1 .content .sci li a {
  color: white;
  font-size: 14px;
}

.imgBx img {
  object-fit: cover;
  height: 400px;
  width: 100%;
  object-position: top;
  display: block;
}

.heading_team {
  text-align: center;
  margin-bottom: 30px;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 30px;
}

.backcolor {
  background-color: #f5f5dc61;
}
.ctct .container {
  overflow: visible;
}
.hdng {
  padding-top: 50px;
}
@media only screen and (max-width: 991px) {
  .hdng {
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .ctct .container {
    padding: 0;
  }
}
.padding {
  padding-top: 50px;
}

.ctct-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 1320px;
  margin: 0 auto;
  padding-bottom: 50px;
}

@media only screen and (max-width: 991px) {
  .ctct-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 50px;
  }
}

.ctct-col {
  padding: 30px;
}

.ctct-col > .prgh-lg {
  margin: 50px 0;
  color: #1e3138;
  font-size: 24px;
  font-weight: bold;
  text-transform: capitalize;
}

@media only screen and (max-width: 767px) {
  .ctct-col > .prgh-lg {
    font-size: 20px;
    margin: 30px 0;
  }
}

.ctct-col-lft {
  max-width: 60%;
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
  background-color: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

@media only screen and (max-width: 991px) {
  .ctct-col-lft {
    max-width: 100%;
    padding: 0 25px;
  }
}

@media only screen and (max-width: 991px) and (max-width: 991px) {
  .ctct-col-lft {
    padding: 15px;
  }
}

.ctct-col-lft > .prgh-lg {
  position: relative;
}

.ctct-col-rgt {
  max-width: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  background-color: #1e3138;
  padding-left: 30px;
  -webkit-animation: mymove 5s infinite;
  animation: mymove 5s infinite;
}

@media only screen and (max-width: 991px) {
  .ctct-col-rgt {
    max-width: 100%;
    padding: 0 10px;
    margin-top: 20px;
  }
}

.ctct-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  font-size: 1.4rem;
  line-height: 1.75;
  color: #fff;
}

@media only screen and (max-width: 991px) {
  .ctct-info {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.ctct-info .fas {
  margin-right: 10px;
  color: grey;
}

.wht {
  color: #fff;
  font-size: 24px;
  margin: 60px 0;
}

@media only screen and (max-width: 991px) {
  .wht {
    margin: 15px 0;
    font-size: 20px;
    margin-top: 20px 0;
  }
}

.inqry-input {
  padding: 20px;
  background-color: #ebebeb;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .inqry-input {
    padding: 10px;
  }
}

.btn-inqry {
  text-align: center;
  background-color: #1e3138;
  padding: 20px;
  width: 160px;
  margin: 0 auto;
  display: block;
  border: none;
}

@media only screen and (max-width: 767px) {
  .btn-inqry {
    padding: 10px;
  }
}

.btn-inqry-txt {
  color: #fff;
  font-size: 20px;
}
.rd {
  color: #ef0d33;
  font-size: 25px;
}

.bl {
  color: #0606bd;
  font-size: 25px;
}

.yl {
  color: #fdc401;
  font-size: 25px;
}

.skbl {
  color: slateblue;
  font-size: 25px;
}

.grn {
  color: green;
  font-size: 25px;
}

/* footer css */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,700;0,800;1,400;1,700;1,800&display=swap");

/* * {
    box-sizing: border-box;
    transition: all 0.3s ease;
}

body {
    background: #fafafa;
    font-family: "Open Sans", "Noto Sans", HelveticaNeueCyr, Helvetica, sans-serif;
    font-size: 11pt;
} */

footer#site-footer {
  margin: 0 auto;
  width: 960px;
  background: #1e3138;
  padding: 1rem;
  color: #a8a8a8;
}

footer#site-footer a {
  color: #a8a8a8;
  font-size: 16px;
}

footer#site-footer a:hover {
  color: #00c3ce;
}

footer#site-footer h1 {
  color: #cecece;
}

footer#site-footer section.horizontal-footer-section {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  padding: 2.38rem 2rem;
}

footer#site-footer section.horizontal-footer-section#footer-top-section {
  justify-content: center;
}

footer#site-footer #footer-logo {
  margin-right: auto;
  flex-shrink: 0;
}

footer#site-footer #footer-logo img {
  height: 2.28rem;
}

footer#site-footer ul#footer-top-menu {
  padding: 0;
  margin: 0;
}

footer#site-footer ul#footer-top-menu li {
  display: inline;
  list-style-type: none;
  font-weight: bold;
  padding: 10px;
}
.copyright-text {
  text-align: center;
  font-size: 16px;
}

footer#site-footer ul#footer-top-menu li a {
  text-decoration: none;
}

footer#site-footer .footer-top-menu-item-active {
  position: relative;
}

footer#site-footer .footer-top-menu-item-active a:hover {
  color: #00c3ce;
}

footer#site-footer .footer-top-menu-item-active:hover::before {
  background: #00c3ce;
  transition-duration: 0.6s;
}

footer#site-footer #footer-buttons-container {
  margin-left: auto;
  flex-shrink: 0;
}

footer#site-footer a.footer-button {
  background: transparent;
  border: 0.15rem solid #a8a8a8;
  border-radius: 1.38rem;
  padding: 0.5rem 1rem;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
}

footer#site-footer a.footer-button:hover {
  border-color: #00c3ce;
}

footer#site-footer section.horizontal-footer-section#footer-middle-section {
  align-items: flex-start;
}

footer#site-footer .footer-columns {
  flex-basis: 27%;
  padding-right: 1rem;
}

footer#site-footer .footer-columns-large {
  flex-basis: 46%;
  padding-right: 2rem;
}

footer#site-footer .footer-columns h1 {
  font-size: 1rem;
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 800;
}

footer#site-footer .footer-columns.footer-columns-large h1 {
  font-size: 1.28rem;
  margin-top: 3rem;
  margin-bottom: 1.32rem;
}

footer#site-footer .footer-columns.footer-columns-large h1:first-child {
  margin-top: 0;
}

footer#site-footer ul.footer-column-menu {
  margin: 0;
  padding: 0;
}

footer#site-footer ul.footer-column-menu li {
  list-style-type: none;
  margin-bottom: 0.68rem;
  font-size: 0.88rem;
}

footer#site-footer #footer-about address p img {
  margin-right: 0.68rem;
}

footer#site-footer #footer-about a.footer-button {
  margin-top: 0.32rem;
}

footer#site-footer section.horizontal-footer-section#footer-bottom-section {
  padding: 1.32rem 0;
  margin: 2rem 2rem 1.32rem 2rem;
  border-top: 0.05rem solid #666666;
}

footer#site-footer #footer-social-buttons {
  justify-self: flex-end;
  margin-left: auto;
}

footer#site-footer #footer-social-buttons a {
  margin-left: 0.68rem;
}

footer#site-footer #footer-social-buttons img:hover {
  cursor: pointer;
}
address p {
  font-size: 16px;
}
@media screen and (max-width: 959px) {
  footer#site-footer {
    width: 100%;
  }

  footer#site-footer section.horizontal-footer-section {
    flex-direction: column;
    flex-wrap: wrap;
  }

  footer#site-footer section.horizontal-footer-section div {
    flex-basis: 100%;
    width: 100%;
  }

  footer#site-footer ul li {
    display: block !important;
    padding: 1em !important;
    border-top: 1px solid #555555;
    border-bottom: none;
    border-left: none;
    border-right: none;
    font-size: 1.15rem !important;
  }

  /* footer#site-footer ul li:first-child {
        border-top: none;
    } */

  footer#site-footer a.footer-button {
    display: block;
    text-align: center;
    max-width: 250px;
    margin: 0.32rem auto;
  }

  footer#site-footer section.horizontal-footer-section#footer-top-section div {
    margin-top: 0;
  }

  footer#site-footer #footer-logo {
    margin-right: 0;
  }

  footer#site-footer #footer-buttons-container {
    margin-left: 0;
  }

  footer#site-footer ul#footer-top-menu {
    width: 100%;
    margin: 2rem 0 0 0;
  }

  footer#site-footer .footer-top-menu-item-active::before {
    display: none;
  }

  footer#site-footer #footer-about {
    margin-bottom: 3rem;
  }

  footer#site-footer .footer-columns-large,
  footer#site-footer .footer-columns {
    padding-right: 0;
  }

  footer#site-footer .footer-columns {
    margin-top: 0;
  }

  footer#site-footer .footer-columns:last-child {
    margin-bottom: 0;
  }

  footer#site-footer .footer-columns h1 {
    text-align: center;
    font-size: 1.3rem;
    text-transform: uppercase;
    letter-spacing: 0.15rem;
  }

  footer#site-footer ul.footer-column-menu li {
    margin-bottom: 0;
    display: block;
    text-align: center;
  }

  footer#site-footer section#footer-bottom-section div {
    text-align: center;
  }

  footer#site-footer section.horizontal-footer-section#footer-bottom-section {
    margin: 1.32rem 0;
    padding: 0;
    border-top: 0;
  }

  footer#site-footer section#footer-bottom-section #footer-social-buttons {
    margin-top: 1.32rem;
  }
}
.foot {
  background: #1e3138;
  margin-top: 100px;
}
@media only screen and (max-width: 991px) {
  .foot {
    margin-top: 50px;
  }
}

.company_info table {
  border-collapse: collapse;
  width: 100%;
}

.company_info table tr td:first-child {
  width: 255px;
  font-weight: bold;
  background-color: #ebebeb;
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .company_info table tr td:first-child {
    width: 120px;
  }
}

.company_info table tr td {
  padding: 15px 25px;
  border-bottom: 1px solid #cccccc;
  font-size: 15px;
  color: #3e3a39;
  line-height: 1.6;
  font-weight: 500;
  text-align: justify;
}
.fixed_content {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50px);
}
.company_info table tr td.nobod {
  border-bottom: 5px solid black;
}

.sci li {
  list-style: none;
  margin: 4px;
}

.sci li a {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 2.25em;
  color: #ffc107;
  text-decoration: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  transition: 0.5s;
  background-color: #fff;
}

@media only screen and (min-width: 768px) {
  .sci li a {
    width: 45px;
    height: 45px;
  font-size: 4em;

  }
}

.sci li a:hover {
  background: #1e3138;
  color: #fff;
}
.tool-use {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 50px;
}

.tool-use svg {
  width: 100px;
  margin: 0 5px 10px;
  height: 100px;
  outline: 0;
}

.scroll-to-top {
  position: fixed;
  bottom: 70px;
  right: 15px;
  height: 40px;
  width: 40px;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
  text-indent: 100px;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: #ffc107;
  border-radius: 50%;
}

.scroll-to-top::after {
  position: absolute;
  content: "";
  right: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  border-width: 2px 0 0 2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: -5.5px;
  margin-top: -2.5px;
  background: #ffc107;
}

.scroll-to-top:hover {
  background-color: #ffc107;
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  perspective: 1000px;
}

@media only screen and (min-width: 768px) {
  .scroll-to-top {
    bottom: 70px;
    right: 15px;
    height: 80px;
    width: 80px;
    text-indent: 100px;
  }

  .scroll-to-top::after {
    width: 25px;
    height: 25px;
    border-width: 5px 0 0 5px;
    margin-right: -13px;
    margin-top: -4px;
    background: #ffc107;
  }

  .scroll-to-top:hover {
    perspective: 1000px;
  }
}
@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}

/* hamburger menu  */
.hamburger {
  display: none;
}

.bar,
.fa-times {
  width: 1.5rem;
  height: 3px;
  display: block;
  color: #ffc107;
  padding: 0;
  margin: 6px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #ffc107;
}

.bar:nth-child(1) {
  width: 100%;
}

.bar:nth-child(2) {
  width: 200%;
}

.bar:nth-child(3) {
  width: 300%;
}

@media (max-width: 992px) {
  .hamburger {
    display: block;
    transform: translateX(-20px);
  }
  .active .bar:nth-child(2) {
    opacity: 0;
  }
  .active .bar:nth-child(1) {
    -webkit-transform: translateY(8px) rotate(-315deg);
    transform: translateY(8px) rotate(-315deg);
    width: 300%;
  }
  .active .bar:nth-child(3) {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
    width: 300%;
  }
  .header__nav {
    inset: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    align-items: center;
    position: fixed;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin: 0 auto;
    background: #000000;
    opacity: 0;
    transform: translateX(100px);
    z-index: -1;
    visibility: hidden;
  }

  .header__nav li {
    padding: 1rem 0;
  }

  a.header__link {
    margin: 1rem 0;
    color: #ffc107;
    z-index: 1;
  }

  .active {
    visibility: visible;
    z-index: 100;
    transition: 0.2s ease;
    opacity: 1;
    transform: translateX(0);
  }
}

@media screen and (max-width: 480px) {
  a.header__link {
    padding: 0.75rem 0;
  }
}
@media (max-width: 992px) {
  .header {
    padding: 20px 50px 20px 20px;
  }
}
