* {
  margin: 0;
  padding: 0;
}

body {
  font-size: 14px;
  font-family: 'Barlow', sans-serif;
  background-color: #fff;
  overflow-y: auto;
  overflow-x: hidden;
}

.bgBlack {
  background-color: #000;
  color: #fff;
}

.bgGray {
  background-color: #edf0f2;
  color: #000;
}

.txtGray {
  color: #acacac;
}

.fullHeight {
  height: 100%;
}

header .headerBar {
  height: 90px;
  -webkit-box-shadow: 0px 0px 3px #f1f1f1;
          box-shadow: 0px 0px 3px #f1f1f1;
}

header .headerBar div {
  height: 100%;
}

header .headerBar .logoBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .headerBar .logoBox h4 {
  margin-bottom: 0;
  font-size: 2.5rem;
  line-height: 2rem;
  font-weight: 700;
  color: #00aeef;
  -webkit-transition: .3s;
  transition: .3s;
}

header .headerBar .logoBox p {
  margin: 0;
  border-left: solid 1pt #555;
  margin-left: 10px;
  padding-left: 10px;
  margin-top: -15pt;
  margin-bottom: -15pt;
}

header .headerBar .logoBox p span {
  display: block;
  font-size: .85rem;
  line-height: 1rem;
  color: #000;
  font-weight: 500;
  -webkit-transition: .3s;
  transition: .3s;
}

header .headerBar .logoBox:hover {
  text-decoration: none;
}

header .headerBar .mailto {
  font-size: .9rem;
  -webkit-transition: .3s;
  transition: .3s;
  color: #000;
}

header .headerBar .mailto:hover {
  text-decoration: none;
  color: #00aeef;
}

header .headerBar .mailto i {
  display: none;
}

header .headerBar.headerBar_fixed {
  top: 0;
  left: 50%;
  z-index: 100;
  position: fixed;
  width: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 3.5rem;
  background-color: #fff;
  -webkit-animation-name: slideIn;
          animation-name: slideIn;
  -webkit-animation-duration: .3s;
          animation-duration: .3s;
}

header .headerBar.headerBar_fixed .logoBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .headerBar.headerBar_fixed .logoBox h4 {
  font-size: 1.8rem;
  -webkit-transition: .3s;
  transition: .3s;
}

header .headerBar.headerBar_fixed .logoBox p span {
  display: block;
  line-height: .9rem;
  color: #000;
  font-weight: 500;
  -webkit-transition: .3s;
  transition: .3s;
}

header .headerBar.headerBar_fixed .mailto {
  font-size: .8rem;
  -webkit-transition: .3s;
  transition: .3s;
}

header .headerBar.headerBar_fixed + main {
  padding-top: 160px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@-webkit-keyframes slideIn {
  from {
    top: -100%;
  }
  to {
    top: 0;
  }
}

@keyframes slideIn {
  from {
    top: -100%;
  }
  to {
    top: 0;
  }
}

section {
  padding-top: 3.5rem;
  padding-bottom: 5rem;
}

main {
  font-size: 1.1rem;
}

main.landscape {
  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;
  height: 350px;
}

main.hide {
  display: none;
}

main .dfcSection .dfs_heading {
  font-size: 14.8vw;
  font-weight: 900;
  line-height: 13vw;
  margin-bottom: 0;
}

main .dfcSection .dfs_heading .thinTxt {
  font-weight: 100;
  margin-left: -1.5vw;
}

main .dfcSection .dfs_heading .dfsImg {
  height: 14vw;
  width: auto;
  vertical-align: middle;
  margin-top: 1.5vw;
  float: right;
}

main .dfcSection .dfs_heading div {
  position: relative;
}

main .dfcSection .dfs_heading .fuelledEconomy {
  position: absolute;
  width: 24.5vw;
  bottom: calc(100% + 1rem);
  left: 50%;
  font-size: 1.17vw;
  line-height: 1.3vw;
  font-weight: 500;
}

main .sddSection {
  padding-top: 1.5rem;
}

main .sddSection .sddImg img {
  width: 40%;
  margin-left: 20px;
  margin-bottom: 20px;
}

main .sddSection .sddText_big {
  padding-left: 15px;
  padding-right: 15px;
}

main .sddSection .sddText_big h2 {
  font-size: 6rem;
  font-weight: 800;
  line-height: 4.5rem;
  margin-right: -15px;
  margin-bottom: 0;
}

main .sddSection .sddText_big h2 + h2::first-letter {
  margin-left: 110pt;
}

main .sddSection .sddText_big h2 + h2 + h2::first-letter {
  margin-left: 50pt;
}

main .sddSection .sddText {
  font-size: 1.2rem;
  font-weight: 600;
  margin-top: 4rem;
}

main .sddSection .sddText span {
  border-top: solid 4px #000;
  margin-top: 7px;
}

main .perspectiveScrolSection .perspectiveScrolBody {
  width: 100%;
  height: 590px;
  font-size: 13rem;
  line-height: 8.5rem;
  font-weight: 900;
  position: relative;
  overflow-x: hidden;
}

main .perspectiveScrolSection .perspectiveScrolBody div {
  position: absolute;
  width: 210vw;
}

main .perspectiveScrolSection .perspectiveScrolBody div .holoTxt {
  -webkit-text-stroke: 1px white;
  color: black;
  text-shadow: 2px 2px 0 white, -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white, 1px 1px 0 white;
  font-weight: 300 !important;
}

main .perspectiveScrolSection .perspectiveScrolBody div.firstLine {
  top: 0rem;
  letter-spacing: .5rem;
  width: 340vw;
}

main .perspectiveScrolSection .perspectiveScrolBody div.secondLine {
  top: 12rem;
  letter-spacing: .5rem;
}

main .perspectiveScrolSection .perspectiveScrolBody div.thardLine {
  top: 24rem;
}

main .ourFocusSection h2 {
  font-size: 50px;
  color: #acacac;
  text-transform: uppercase;
  letter-spacing: 4px;
  line-height: 35pt;
  font-weight: 500;
}

main .ourFocusSection h2 + img {
  width: 12vw;
  margin-left: 25px;
  margin-top: 60px;
}

main .ourFocusSection h5 {
  font-weight: 800;
  text-transform: uppercase;
}

main .ourFocusSection p {
  margin-bottom: 0;
  font-weight: 500;
}

main .workSection {
  padding-top: 00px;
  padding-bottom: 0px;
}

main .workSection .workDtls {
  padding-top: 8rem;
  padding-bottom: 4rem;
}

main .workSection .workDtls_txt {
  min-height: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main .workSection .workMenu {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

main .workSection .workMenu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

main .workSection .workMenu ul li a {
  font-size: 3rem;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 4rem;
  display: block;
  cursor: pointer;
}

main .workSection .workMenu ul li.active a {
  color: #00aeef;
}

main .workSection .workMenu ul li:hover:not(.active) a {
  color: #0269ad;
}

main .aboutSection .bigTxt {
  font-weight: 800;
  letter-spacing: -.02rem;
  margin-bottom: 20px;
}

main .aboutSection .bigTxt span {
  display: block;
  font-size: 6vw;
  line-height: 6vw;
}

main .aboutSection .bigTxt + img {
  width: 150px;
  height: auto;
}

main .aboutSection .admin img {
  width: 100%;
}

main .factsSection .bigTxt {
  text-align: left;
  text-transform: uppercase;
  font-size: 10vw;
  line-height: 9.5vw;
  letter-spacing: .33vw;
  margin-bottom: 0;
}

main .factsSection .bigTxt span {
  display: block;
  margin: 0 auto;
}

main .factsSection .factsBox .factsItem span {
  font-size: 3.5rem;
  font-weight: 900;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

main .factsSection .factsBox .factsItem:nth-child(1) span {
  color: #eb752f;
}

main .factsSection .factsBox .factsItem:nth-child(2) span {
  color: #1cbcb4;
}

main .factsSection .factsBox .factsItem:nth-child(3) span {
  color: #8dc63f;
}

main .factsSection .factsBox .factsItem:nth-child(4) span {
  color: #60348d;
}

main .cotactSection .bigTxt {
  font-size: 4.7rem;
  line-height: 4rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .2rem;
  margin-bottom: 4rem;
}

main .cotactSection .addressTxt {
  margin-bottom: 2rem;
}

main .cotactSection .addressTxt span {
  display: block;
  padding-left: .33rem;
  font-weight: 700;

  font-size: .9rem;
  line-height: 1rem;
}

main .cotactSection .WriteUs {
  color: #000;
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
  min-height: 5rem;
  cursor: pointer;
  border: solid 1px #dcdcdc;
  border-radius: 4px;
}

main .cotactSection .WriteUs > div {
  min-height: 5rem;
}

main .cotactSection .WriteUs div {
  padding-left: .66rem;
  padding-right: .66rem;
}

main .cotactSection .WriteUs .thikline {
  height: .33rem;
  background-color: #000;
  position: relative;
}

main .cotactSection .WriteUs .thikline .fa-envelope-o {
  position: absolute;
  bottom: calc(100% + 20px);
  left: 35%;
  font-size: .001rem;
  color: #ccc;
  rotation-point: 50% 50%;
  opacity: 0;
  -webkit-animation-name: Y-rotation;
          animation-name: Y-rotation;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

main .cotactSection .WriteUs:hover {
  text-decoration: none;
}

main .cotactSection .WriteUs:hover .thikline .fa-envelope-o {
  opacity: 1;
  bottom: calc(-100% + 20px);
  font-size: 3.5rem;
}

main .cotactSection .sayHi .mailEditor .mailHead {
  font-weight: 900;
}

main .cotactSection .sayHi .mailEditor .mailBody .req-input {
  border: solid 1px #000;
  background: transparent;
  border-bottom: solid 0px #000;
}

main .cotactSection .sayHi .mailEditor .mailBody .req-input > span.input-status {
  width: 0px;
  overflow: hidden;
}

main .cotactSection .sayHi .mailEditor .mailBody .req-input > span.input-status::after, main .cotactSection .sayHi .mailEditor .mailBody .req-input > span.input-status::before {
  content: none;
}

main .cotactSection .sayHi .mailEditor .mailBody .req-input.message-box {
  border-bottom: solid 1px #000;
}

main .cotactSection .sayHi .mailEditor .mailBody .req-input.invalid {
  border-color: #E57373;
  background: #E57373;
}

main .cotactSection .sayHi .mailEditor .mailBody .req-input.invalid > span {
  width: 40px;
}

main .cotactSection .sayHi .mailEditor .mailBody .req-input.invalid > span::after, main .cotactSection .sayHi .mailEditor .mailBody .req-input.invalid > span::before {
  content: '';
}

main .cotactSection .sayHi .mailEditor .mailBody .req-input.valid {
  border-color: #81c784;
  background: #81c784;
}

main .cotactSection .sayHi .mailEditor .mailBody .req-input.valid > span {
  width: 40px;
}

main .cotactSection .sayHi .mailEditor .mailBody .req-input.valid > span::after, main .cotactSection .sayHi .mailEditor .mailBody .req-input.valid > span::before {
  content: '';
}

@-webkit-keyframes Y-rotation {
  0% {
    -webkit-transform: rotateY(0deg) rotateZ(45deg);
            transform: rotateY(0deg) rotateZ(45deg);
  }
  50% {
    -webkit-transform: rotateY(180deg) rotateZ(45deg);
            transform: rotateY(180deg) rotateZ(45deg);
  }
  100% {
    -webkit-transform: rotateY(360deg) rotateZ(45deg);
            transform: rotateY(360deg) rotateZ(45deg);
  }
}

/* Animate Background Image */
@-webkit-keyframes aitf {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}

@-webkit-keyframes glow {
  from {
    text-shadow: 0px 0px 3px #ffffff00, 30px 50px 6px #cec5ff1a;
  }
  to {
    text-shadow: -30px 50px 6px #cec5ff1a, 0px 0px 3px #000;
  }
}

@keyframes glow {
  from {
    text-shadow: 0px 0px 3px #ffffff00, 30px 50px 6px #cec5ff1a;
  }
  to {
    text-shadow: -30px 50px 6px #cec5ff1a, 0px 0px 3px #000;
  }
}

@media (max-width: 1200px) {
  html, body {
    width: 100%;
    overflow-x: hidden;
  }
  header .headerBar .logoBox {
    padding-left: 1rem;
  }
  header .headerBar .mailto {
    padding-right: 1rem;
  }
  section {
    padding-top: 25pt;
    padding-bottom: 25pt;
  }
  main {
    padding-top: 50px;
  }
  main .dfcSection .dfs_heading .dfsImg {
    height: 14rem;
    width: auto;
    vertical-align: text-bottom;
    float: right;
  }
  main .dfcSection .dfs_heading div {
    padding-right: 1rem;
  }
  main .dfcSection .dfs_heading .fuelledEconomy {
    position: unset;
    width: 20rem;
    margin-top: 5vw;
    font-size: 1.6vw;
    line-height: 1.8vw;
    font-weight: 500;
  }
  main .sddSection .sddImg img {
    width: 40%;
    margin-left: 20px;
    margin-bottom: 20px;
  }
  main .sddSection .sddText_big {
    padding-left: 15px;
    padding-right: 15px;
  }
  main .sddSection .sddText_big h2 {
    font-size: 24pt;
    line-height: 35pt;
  }
  main .sddSection .sddText_big h2 + h2::first-letter {
    margin-left: 40pt;
  }
  main .sddSection .sddText_big h2 + h2 + h2::first-letter {
    margin-left: 25pt;
  }
  main .sddSection .sddText {
    font-size: 13pt;
    font-weight: 600;
    margin-top: 40pt;
  }
  main .sddSection .sddText span {
    border-top: solid 4px #000;
    margin-top: 7px;
  }
  main .perspectiveScrolSection {
    padding-top: 15vw;
    padding-bottom: 15vw;
  }
  main .perspectiveScrolSection .perspectiveScrolBody {
    width: 100%;
    height: 342px;
    font-size: 8rem;
    line-height: 5rem;
    font-weight: 900;
    position: relative;
    overflow-x: hidden;
  }
  main .perspectiveScrolSection .perspectiveScrolBody div {
    position: absolute;
    width: 165vw;
  }
  main .perspectiveScrolSection .perspectiveScrolBody div .holoTxt {
    -webkit-text-stroke: 1px white;
    color: black;
    text-shadow: 2px 2px 0 white, -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white, 1px 1px 0 white;
    font-weight: 300 !important;
  }
  main .perspectiveScrolSection .perspectiveScrolBody div.firstLine {
    top: 0rem;
    letter-spacing: .5rem;
  }
  main .perspectiveScrolSection .perspectiveScrolBody div.secondLine {
    top: 7rem;
    letter-spacing: .5rem;
    width: 165vw;
  }
  main .perspectiveScrolSection .perspectiveScrolBody div.thardLine {
    top: 14rem;
  }
  main .ourFocusSection h2 {
    font-size: 24px;
    color: #000000;
    letter-spacing: 0;
    line-height: 26pt;
    font-weight: 600;
  }
  main .ourFocusSection h2 + img {
    width: 120px;
    margin-left: 25px;
    margin-top: 60px;
  }
  main .ourFocusSection h5 {
    font-weight: 800;
    text-transform: uppercase;
  }
  main .ourFocusSection p {
    margin-bottom: 0;
    font-weight: 600;
  }
  main .aboutSection .bigTxt {
    margin-bottom: 5.5rem;
  }
  main .aboutSection .bigTxt span {
    display: block;
    font-size: 4rem;
    line-height: 4rem;
  }
  main .aboutSection .bigTxt + img {
    width: 100%;
  }
  main .factsSection .bigTxt {
    font-size: 8.5vw;
  }
  main .cotactSection .bigTxt {
    font-size: 4.2rem;
    line-height: 4rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .2rem;
    margin-bottom: 4rem;
  }
  main .cotactSection .addressTxt {
    margin-bottom: 2rem;
  }
  main .cotactSection .addressTxt span {
    display: block;
    padding-left: .33rem;
    font-weight: 700;
    text-transform: uppercase;
    font-size: .9rem;
    line-height: 1rem;
  }
  main .cotactSection .WriteUs {
    color: #000;
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
    height: 20rem;
  }
  main .cotactSection .WriteUs > div {
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  main .cotactSection .WriteUs > div div {
    padding-left: .66rem;
    padding-right: .66rem;
    height: 2rem;
    line-height: 2rem;
  }
  main .cotactSection .WriteUs .thikline {
    width: .1rem;
    height: 3rem;
    background-color: #000;
    position: relative;
    padding: 0;
  }
  main .cotactSection .WriteUs .thikline .fa-envelope-o {
    bottom: 50%;
    left: unset;
    right: calc(100% + 20px);
    font-size: 2.5rem;
    opacity: 1;
  }
  main .cotactSection .WriteUs:hover {
    text-decoration: none;
  }
  main .cotactSection .WriteUs:hover .fa-envelope-o {
    bottom: 50% !important;
    left: unset;
    right: calc(100% + 20px);
    font-size: 2.5rem;
    opacity: 1;
  }
}

@media (max-width: 992px) {
  main .perspectiveScrolSection .perspectiveScrolBody div.secondLine {
    width: 215vw;
  }
}

@media (max-width: 768px) {
  main .perspectiveScrolSection .perspectiveScrolBody div {
    position: absolute;
    width: 215vw;
  }
}

@media (max-width: 767px) {
  header .headerBar {
    height: 70px;
  }
  header .headerBar .logoBox {
    padding-left: 15px;
  }
  header .headerBar .logoBox h4 {
    font-size: 18pt;
    line-height: 20pt;
    font-weight: 700;
  }
  header .headerBar .logoBox p span {
    font-size: 10pt;
    line-height: 12pt;
  }
  header .headerBar .mailto {
    font-size: 1.8rem;
    margin-right: 15px;
  }
  header .headerBar .mailto span {
    display: none;
  }
  header .headerBar .mailto i {
    display: inline-block;
  }
  header .headerBar.headerBar_fixed {
    top: 0;
    left: 50%;
    z-index: 100;
    position: fixed;
    width: 100%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    height: 50px;
    background-color: #fff;
    -webkit-animation-name: slideIn;
            animation-name: slideIn;
    -webkit-animation-duration: .3s;
            animation-duration: .3s;
  }
  header .headerBar.headerBar_fixed .logoBox {
    padding-left: 15px;
  }
  header .headerBar.headerBar_fixed .logoBox h4 {
    font-size: 14pt;
    -webkit-transition: .3s;
    transition: .3s;
  }
  header .headerBar.headerBar_fixed .logoBox p span {
    font-size: 8pt;
    line-height: 10pt;
  }
  header .headerBar.headerBar_fixed .mailto {
    font-size: 1.5rem;
    -webkit-transition: .3s;
    transition: .3s;
    margin-right: 15px;
  }
  section {
    padding-top: 25pt;
    padding-bottom: 25pt;
  }
  section h4, section .h4 {
    font-size: 1.75rem;
  }
  main {
    padding-top: 0;
  }
  main .dfcSection .dfs_heading .dfsImg {
    height: auto;
    width: 100%;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  main .dfcSection .dfs_heading div {
    padding-right: 0rem;
  }
  main .dfcSection .dfs_heading .fuelledEconomy {
    position: unset;
    max-width: 100%;
    margin-top: 2rem;
    font-size: 4vw;
    line-height: 5vw;
    font-weight: 500;
  }
  main .sddSection .sddImg > .row {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  main .sddSection .sddImg img {
    width: 26%;
    margin-left: unset;
    margin-bottom: 40px;
    margin-top: -25px;
  }
  main .sddSection .sddText_big {
    padding-left: 15px;
    padding-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  main .sddSection .sddText_big h2 {
    font-size: 1.25rem;
    line-height: 1.5rem;
    display: inline-block;
    margin-right: 0;
  }
  main .sddSection .sddText_big h2 + h2::first-letter {
    margin-left: 3px;
  }
  main .sddSection .sddText_big h2 + h2 + h2::first-letter {
    margin-left: 2px;
  }
  main .sddSection .sddText {
    font-size: 13pt;
    font-weight: 600;
    margin-top: 15pt;
  }
  main .sddSection .sddText span {
    border-top: solid 4px #000;
    margin-top: 7px;
    display: none;
  }
  main .perspectiveScrolSection .perspectiveScrolBody {
    font-size: 4.4rem;
    line-height: 3.5rem;
    height: 230px;
  }
  main .perspectiveScrolSection .perspectiveScrolBody div {
    position: absolute;
    width: 330vw;
  }
  main .perspectiveScrolSection .perspectiveScrolBody div.secondLine {
    top: 5rem;
    letter-spacing: 0rem;
    width: 300vw;
  }
  main .perspectiveScrolSection .perspectiveScrolBody div.thardLine {
    top: 10rem;
  }
  main .ourFocusSection h2 + img {
    width: 100%;
    height: 100px;
    margin: 40px auto;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
  main .ourFocusSection h5 {
    font-weight: 800;
    text-transform: uppercase;
  }
  main .ourFocusSection p {
    margin-bottom: 0;
    font-weight: 600;
  }
  main .workSection {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  main .workSection .workDtls {
    padding-top: 0rem;
    padding-bottom: 1rem;
  }
  main .workSection .workMenu {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  main .workSection .workMenu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  main .workSection .workMenu ul li a {
    font-size: 2.2rem;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 5rem;
    display: block;
    cursor: pointer;
  }
  main .workSection .workMenu ul li.active a {
    color: #00aeef;
  }
  main .workSection .workMenu ul li:hover:not(.active) a {
    color: #0269ad;
  }
  main .aboutSection .bigTxt {
    font-weight: 700;
    letter-spacing: 0rem;
    margin-bottom: 20px;
  }
  main .aboutSection .bigTxt span {
    display: block;
    font-size: 6rem;
    line-height: 6rem;
  }
  main .aboutSection .bigTxt + img {
    width: 150px;
    height: auto;
  }
  main .aboutSection .admin img {
    width: 100%;
  }
  main .factsSection .bigTxt {
    font-size: 21vw;
    line-height: 18vw;
  }
  main .factsSection .factsBox .factsItem {
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 520px) {
  main .aboutSection .bigTxt {
    font-weight: 700;
    letter-spacing: 0rem;
    margin-bottom: 20px;
  }
  main .aboutSection .bigTxt span {
    display: inline-block;
    font-size: 1.25rem;
    line-height: 1rem;
    font-weight: 700;
  }
  main .aboutSection .bigTxt + img {
    width: 150px;
    height: auto;
  }
  main .aboutSection .admin img {
    width: 100%;
  }
  main .workSection .workMenu {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  main .workSection .workMenu ul {
    margin-left: -30px;
  }
  main .workSection .workMenu ul li {
    display: inline-block;
  }
  main .workSection .workMenu ul li a {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 1.8rem;
    line-height: 3rem;
  }
  main .cotactSection .bigTxt {
    font-size: 1.75rem;
    line-height: 2rem;
    letter-spacing: 0.1rem;
    margin-bottom: 2rem;
  }
  main .cotactSection .addressTxt {
    margin-bottom: 2rem;
  }
  main .cotactSection .addressTxt span {
    display: block;
    padding-left: .33rem;
    font-weight: 700;
    text-transform: uppercase;
    font-size: .9rem;
    line-height: 1rem;
  }
  main .cotactSection .WriteUs {
    color: #000;
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
    height: 20rem;
  }
  main .cotactSection .WriteUs > div {
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  main .cotactSection .WriteUs > div div {
    padding-left: .66rem;
    padding-right: .66rem;
    height: 2rem;
    line-height: 2rem;
  }
  main .cotactSection .WriteUs .thikline {
    width: .1rem;
    height: 3rem;
    background-color: #000;
    position: relative;
    padding: 0;
  }
  main .cotactSection .WriteUs .thikline .fa-envelope-o {
    bottom: 50%;
    left: unset;
    right: calc(100% + 20px);
    font-size: 2.5rem;
    opacity: 1;
  }
  main .cotactSection .WriteUs:hover {
    text-decoration: none;
  }
  main .cotactSection .WriteUs:hover .fa-envelope-o {
    bottom: 50% !important;
    left: unset;
    right: calc(100% + 20px);
    font-size: 2.5rem;
    opacity: 1;
  }
}
/*# sourceMappingURL=style.css.map */