.award-about {
  padding-top: 30px;
  margin-bottom: 50px;
}

.gbr-award {
  margin-bottom: 50px;
}

.awards .media .text {
  border-bottom: 2px solid #b3846f;
  padding-bottom: 35px;
  margin: 50px 50px;
}

.awards h1 {
  color: #b3846f;
  font-weight: bold;
  font-family: Lato;
  font-size: 45px;
  margin-top: 50px;
}

.awards .media-title {
  width: 200px;
  background: #fff;
  z-index: 9;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.awards .media-badan {
  height: 850px;
  background-color: transparent;
  color: #231f20;
  padding-top: 35px;
  margin-top: -30px;
  font-family: Lato;
  border: 1px solid #b3846f;
  border-radius: 20px;
  z-index: 1;
}

@media (max-width: 1440px) {
  .awards .media-badan {
    height: 950px;
  }
}

.awards .media-badan p {
  color: #231f20;
  font-size: 17px;
  font-family: Lato;
}

.awards-top {
  margin-bottom: 50px;
  padding-left: 30px;
}

.title-bold {
  margin-bottom: -7px;
}

/*

To change this license header, choose License Headers in Project Properties.

To change this template file, choose Tools | Templates

and open the template in the editor.

*/

/* 

    Created on : Jul 27, 2018, 12:45:02 PM

    Author     : Adnan lopa

*/

@-webkit-viewport {
  width: device-width;
}

@-moz-viewport {
  width: device-width;
}

@-ms-viewport {
  width: device-width;
}

@-o-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

.link:active,
section .section-about-mg-boc3 .list-mg li a:active,
section .section-about-os3 .list-mg li a:active,
section .section-about-aw3 .list-mg li a:active,
section .section-about-mg-boc3 .list-data li a:active,
section .section-about-os3 .list-data li a:active,
section .section-about-aw3 .list-data li a:active,
.link:focus,
section .section-about-mg-boc3 .list-mg li a:focus,
section .section-about-os3 .list-mg li a:focus,
section .section-about-aw3 .list-mg li a:focus,
section .section-about-mg-boc3 .list-data li a:focus,
section .section-about-os3 .list-data li a:focus,
section .section-about-aw3 .list-data li a:focus,
.link:hover,
section .section-about-mg-boc3 .list-mg li a:hover,
section .section-about-os3 .list-mg li a:hover,
section .section-about-aw3 .list-mg li a:hover,
section .section-about-mg-boc3 .list-data li a:hover,
section .section-about-os3 .list-data li a:hover,
section .section-about-aw3 .list-data li a:hover {
  color: #d4af61;

  text-decoration: none;
}

.noLink:active,
.noLink:focus,
.noLink:hover {
  text-decoration: none;
}

.linkWhite:active,
.linkWhite:focus,
.linkWhite:hover {
  color: white;

  text-decoration: none;
}

.linkBlack:active,
.linkBlack:focus,
.linkBlack:hover {
  color: black;

  text-decoration: none;
}

.reset,
section .about-us-headline,
section .about-us-headline .crafting-pict .craft-circle .circle h3,
section .about-us-awards,
section .section-about-ci2,
section .section-about-vdm2,
section .section-about-cv2,
section .section-about-tm2,
section .section-about-os2,
section .section-about-aw2,
section .section-about-mg-boc2,
section .section-about-ci2 .title,
section .section-about-vdm2 .title,
section .section-about-cv2 .title,
section .section-about-tm2 .title,
section .section-about-os2 .title,
section .section-about-aw2 .title,
section .section-about-mg-boc2 .title,
section .section-about-ci3,
section .section-about-vdm3,
section .section-about-cv3 .media .media-body .block,
section .section-about-mg-boc3,
section .section-about-os3,
section .section-about-aw3,
section .section-about-mg-boc3 .title,
section .section-about-os3 .title,
section .section-about-aw3 .title {
  margin: 0;

  padding: 0;
}

.fullImage {
  background-repeat: no-repeat !important;

  background-position: center center !important;

  background-size: cover !important;
}

.shadow {
  -webkit-box-shadow: inset 0px 0px 60px 30px rgba(0, 0, 0, 0.19);

  -moz-box-shadow: inset 0px 0px 60px 30px rgba(0, 0, 0, 0.19);

  -ms-box-shadow: inset 0px 0px 60px 30px rgba(0, 0, 0, 0.19);

  -o-box-shadow: inset 0px 0px 60px 30px rgba(0, 0, 0, 0.19);

  box-shadow: inset 0px 0px 60px 30px rgba(0, 0, 0, 0.19);
}

.middleCenter {
  display: -webkit-box;

  display: -ms-flexbox;

  display: -webkit-flex;

  display: flex;

  -webkit-box-pack: center;

  -moz-box-pack: center;

  -ms-box-pack: center;

  -o-box-pack: center;

  box-pack: center;

  -webkit-flex-pack: center;

  -moz-flex-pack: center;

  -ms-flex-pack: center;

  -o-flex-pack: center;

  flex-pack: center;

  -webkit-justify-content: center;

  -moz-justify-content: center;

  -ms-justify-content: center;

  -o-justify-content: center;

  justify-content: center;

  -webkit-box-align: center;

  -moz-box-align: center;

  -ms-box-align: center;

  -o-box-align: center;

  box-align: center;

  -webkit-flex-align: center;

  -moz-flex-align: center;

  -ms-flex-align: center;

  -o-flex-align: center;

  flex-align: center;

  -webkit-align-items: center;

  -moz-align-items: center;

  -ms-align-items: center;

  -o-align-items: center;

  align-items: center;
}

.animatedDuration {
  -webkit-animation-duration: 3s;

  -moz-animation-duration: 3s;

  -ms-animation-duration: 3s;

  -o-animation-duration: 3s;

  animation-duration: 3s;
}

.animateDelay {
  -webkit-animation-delay: 1.5s;

  -moz-animation-delay: 1.5s;

  -ms-animation-delay: 1.5s;

  -o-animation-delay: 1.5s;

  animation-delay: 1.5s;
}

.loading {
  -webkit-animation-name: loading;

  -moz-animation-name: loading;

  -ms-animation-name: loading;

  -o-animation-name: loading;

  animation-name: loading;

  -webkit-animation-duration: 3.1s;

  -moz-animation-duration: 3.1s;

  -ms-animation-duration: 3.1s;

  -o-animation-duration: 3.1s;

  animation-duration: 3.1s;
}

@-webkit-keyframes loading {
  0% {
    top: 50%;

    height: 2px;

    width: 0;
  }

  50% {
    top: 50%;

    height: 2px;

    width: 100%;
  }

  100% {
    top: 0;

    height: 100vh;

    width: 100%;
  }
}

@-moz-keyframes loading {
  0% {
    top: 50%;

    height: 2px;

    width: 0;
  }

  50% {
    top: 50%;

    height: 2px;

    width: 100%;
  }

  100% {
    top: 0;

    height: 100vh;

    width: 100%;
  }
}

@-ms-keyframes loading {
  0% {
    top: 50%;

    height: 2px;

    width: 0;
  }

  50% {
    top: 50%;

    height: 2px;

    width: 100%;
  }

  100% {
    top: 0;

    height: 100vh;

    width: 100%;
  }
}

@keyframes loading {
  0% {
    top: 50%;

    height: 2px;

    width: 0;
  }

  50% {
    top: 50%;

    height: 2px;

    width: 100%;
  }

  100% {
    top: 0;

    height: 100vh;

    width: 100%;
  }
}

.transformSection {
  -webkit-animation-name: transformSection;

  -moz-animation-name: transformSection;

  -ms-animation-name: transformSection;

  -o-animation-name: transformSection;

  animation-name: transformSection;

  -webkit-animation-direction: initial;

  -moz-animation-direction: initial;

  -ms-animation-direction: initial;

  -o-animation-direction: initial;

  animation-direction: initial;

  -webkit-animation-duration: 5s;

  -moz-animation-duration: 5s;

  -ms-animation-duration: 5s;

  -o-animation-duration: 5s;

  animation-duration: 5s;
}

@-webkit-keyframes transformSection {
  from {
    -webkit-transform: scale(0.5, 0.5);

    -moz-transform: scale(0.5, 0.5);

    -ms-transform: scale(0.5, 0.5);

    -o-transform: scale(0.5, 0.5);

    transform: scale(0.5, 0.5);
  }

  to {
    -webkit-transform: scale(1, 1);

    -moz-transform: scale(1, 1);

    -ms-transform: scale(1, 1);

    -o-transform: scale(1, 1);

    transform: scale(1, 1);
  }
}

@-moz-keyframes transformSection {
  from {
    -webkit-transform: scale(0.5, 0.5);

    -moz-transform: scale(0.5, 0.5);

    -ms-transform: scale(0.5, 0.5);

    -o-transform: scale(0.5, 0.5);

    transform: scale(0.5, 0.5);
  }

  to {
    -webkit-transform: scale(1, 1);

    -moz-transform: scale(1, 1);

    -ms-transform: scale(1, 1);

    -o-transform: scale(1, 1);

    transform: scale(1, 1);
  }
}

@-ms-keyframes transformSection {
  from {
    -webkit-transform: scale(0.5, 0.5);

    -moz-transform: scale(0.5, 0.5);

    -ms-transform: scale(0.5, 0.5);

    -o-transform: scale(0.5, 0.5);

    transform: scale(0.5, 0.5);
  }

  to {
    -webkit-transform: scale(1, 1);

    -moz-transform: scale(1, 1);

    -ms-transform: scale(1, 1);

    -o-transform: scale(1, 1);

    transform: scale(1, 1);
  }
}

@keyframes transformSection {
  from {
    -webkit-transform: scale(0.5, 0.5);

    -moz-transform: scale(0.5, 0.5);

    -ms-transform: scale(0.5, 0.5);

    -o-transform: scale(0.5, 0.5);

    transform: scale(0.5, 0.5);
  }

  to {
    -webkit-transform: scale(1, 1);

    -moz-transform: scale(1, 1);

    -ms-transform: scale(1, 1);

    -o-transform: scale(1, 1);

    transform: scale(1, 1);
  }
}

.moveTop {
  margin-bottom: 36px;

  -webkit-animation: moveTop 0.7s;

  -moz-animation: moveTop 0.7s;

  -ms-animation: moveTop 0.7s;

  -o-animation: moveTop 0.7s;

  animation: moveTop 0.7s;
}

@-webkit-keyframes moveTop {
  from {
    margin-bottom: 0;
  }

  to {
    margin-bottom: 36px;
  }
}

@-moz-keyframes moveTop {
  from {
    margin-bottom: 0;
  }

  to {
    margin-bottom: 36px;
  }
}

@-ms-keyframes moveTop {
  from {
    margin-bottom: 0;
  }

  to {
    margin-bottom: 36px;
  }
}

@keyframes moveTop {
  from {
    margin-bottom: 0;
  }

  to {
    margin-bottom: 36px;
  }
}

.linkUnderline {
  display: inline-block;

  color: #d6b161;

  text-decoration: none;
}

.linkUnderline::after {
  content: "";

  display: block;

  width: 0;

  height: 1px;

  background: white;

  -webkit-transition: width 0.3s;

  -moz-transition: width 0.3s;

  -ms-transition: width 0.3s;

  -o-transition: width 0.3s;

  transition: width 0.3s;
}

.linkUnderline:hover::after {
  background: white;

  width: 100%;
}

.mouseTransform {
  -webkit-transform: perspective(600px) rotateY(0deg) rotateX(0deg);

  -moz-transform: perspective(600px) rotateY(0deg) rotateX(0deg);

  -ms-transform: perspective(600px) rotateY(0deg) rotateX(0deg);

  -o-transform: perspective(600px) rotateY(0deg) rotateX(0deg);

  transform: perspective(600px) rotateY(0deg) rotateX(0deg);
}

.hideShow {
  opacity: 1;

  filter: alpha(opacity=100);

  -webkit-animation-name: hideShow;

  -moz-animation-name: hideShow;

  -ms-animation-name: hideShow;

  -o-animation-name: hideShow;

  animation-name: hideShow;

  -webkit-animation-direction: initial;

  -moz-animation-direction: initial;

  -ms-animation-direction: initial;

  -o-animation-direction: initial;

  animation-direction: initial;

  -webkit-animation-duration: 0.9s;

  -moz-animation-duration: 0.9s;

  -ms-animation-duration: 0.9s;

  -o-animation-duration: 0.9s;

  animation-duration: 0.9s;

  -webkit-animation-iteration-count: alternate;

  -moz-animation-iteration-count: alternate;

  -ms-animation-iteration-count: alternate;

  -o-animation-iteration-count: alternate;

  animation-iteration-count: alternate;
}

@-webkit-keyframes hideShow {
  from {
    opacity: 0;

    filter: alpha(opacity=0);
  }

  to {
    opacity: 1;

    filter: alpha(opacity=100);
  }
}

@-moz-keyframes hideShow {
  from {
    opacity: 0;

    filter: alpha(opacity=0);
  }

  to {
    opacity: 1;

    filter: alpha(opacity=100);
  }
}

@-ms-keyframes hideShow {
  from {
    opacity: 0;

    filter: alpha(opacity=0);
  }

  to {
    opacity: 1;

    filter: alpha(opacity=100);
  }
}

@keyframes hideShow {
  from {
    opacity: 0;

    filter: alpha(opacity=0);
  }

  to {
    opacity: 1;

    filter: alpha(opacity=100);
  }
}

.showHide {
  opacity: 0;

  filter: alpha(opacity=0);

  -webkit-animation-name: showHide;

  -moz-animation-name: showHide;

  -ms-animation-name: showHide;

  -o-animation-name: showHide;

  animation-name: showHide;

  -webkit-animation-direction: initial;

  -moz-animation-direction: initial;

  -ms-animation-direction: initial;

  -o-animation-direction: initial;

  animation-direction: initial;

  -webkit-animation-duration: 0.9s;

  -moz-animation-duration: 0.9s;

  -ms-animation-duration: 0.9s;

  -o-animation-duration: 0.9s;

  animation-duration: 0.9s;

  -webkit-animation-iteration-count: alternate;

  -moz-animation-iteration-count: alternate;

  -ms-animation-iteration-count: alternate;

  -o-animation-iteration-count: alternate;

  animation-iteration-count: alternate;
}

@-webkit-keyframes showHide {
  from {
    opacity: 1;

    filter: alpha(opacity=100);
  }

  to {
    opacity: 0;

    filter: alpha(opacity=0);
  }
}

@-moz-keyframes showHide {
  from {
    opacity: 1;

    filter: alpha(opacity=100);
  }

  to {
    opacity: 0;

    filter: alpha(opacity=0);
  }
}

@-ms-keyframes showHide {
  from {
    opacity: 1;

    filter: alpha(opacity=100);
  }

  to {
    opacity: 0;

    filter: alpha(opacity=0);
  }
}

@keyframes showHide {
  from {
    opacity: 1;

    filter: alpha(opacity=100);
  }

  to {
    opacity: 0;

    filter: alpha(opacity=0);
  }
}

.hoverHide {
  opacity: 1;

  filter: alpha(opacity=100);

  -webkit-transition: opacity 1.4s linear;

  -moz-transition: opacity 1.4s linear;

  -ms-transition: opacity 1.4s linear;

  -o-transition: opacity 1.4s linear;

  transition: opacity 1.4s linear;
}

.hoverHide:active,
.hoverHide:focus,
.hoverHide:hover {
  opacity: 0.7;

  filter: alpha(opacity=70);

  -webkit-transition: opacity 1.4s linear;

  -moz-transition: opacity 1.4s linear;

  -ms-transition: opacity 1.4s linear;

  -o-transition: opacity 1.4s linear;

  transition: opacity 1.4s linear;
}

.hoverShow {
  opacity: 0.7;

  filter: alpha(opacity=70);

  -webkit-transition: opacity 1.4s linear;

  -moz-transition: opacity 1.4s linear;

  -ms-transition: opacity 1.4s linear;

  -o-transition: opacity 1.4s linear;

  transition: opacity 1.4s linear;
}

.hoverShow:active,
.hoverShow:focus,
.hoverShow:hover {
  opacity: 1;

  filter: alpha(opacity=100);

  -webkit-transition: opacity 1.4s linear;

  -moz-transition: opacity 1.4s linear;

  -ms-transition: opacity 1.4s linear;

  -o-transition: opacity 1.4s linear;

  transition: opacity 1.4s linear;
}

.rotate90degLeft {
  -webkit-transform: rotate(90deg);

  -moz-transform: rotate(90deg);

  -ms-transform: rotate(90deg);

  -o-transform: rotate(90deg);

  transform: rotate(90deg);

  -webkit-transform-origin: left top 0;

  -moz-transform-origin: left top 0;

  -ms-transform-origin: left top 0;

  -o-transform-origin: left top 0;

  transform-origin: left top 0;
}

.rotate90degRight {
  -webkit-transform: rotate(90deg);

  -moz-transform: rotate(90deg);

  -ms-transform: rotate(90deg);

  -o-transform: rotate(90deg);

  transform: rotate(90deg);

  -webkit-transform-origin: right top 0;

  -moz-transform-origin: right top 0;

  -ms-transform-origin: right top 0;

  -o-transform-origin: right top 0;

  transform-origin: right top 0;
}

.bounce {
  -webkit-animation: bounce 2s infinite;

  -moz-animation: bounce 2s infinite;

  -ms-animation: bounce 2s infinite;

  -o-animation: bounce 2s infinite;

  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);

    -moz-transform: translateY(0);

    -ms-transform: translateY(0);

    -o-transform: translateY(0);

    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);

    -moz-transform: translateY(-30px);

    -ms-transform: translateY(-30px);

    -o-transform: translateY(-30px);

    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);

    -moz-transform: translateY(-15px);

    -ms-transform: translateY(-15px);

    -o-transform: translateY(-15px);

    transform: translateY(-15px);
  }
}

.effect1 {
  -webkit-box-shadow: 0 10px 6px -6px #010101;

  -moz-box-shadow: 0 10px 6px -6px #010101;

  -ms-box-shadow: 0 10px 6px -6px #010101;

  -o-box-shadow: 0 10px 6px -6px #010101;

  box-shadow: 0 10px 6px -6px #010101;
}

.effect2 {
  position: relative;
}

.effect2:before,
.effect2:after {
  z-index: -1;

  position: absolute;

  content: "";

  bottom: 15px;

  left: 10px;

  width: 50%;

  top: 80%;

  max-width: 300px;

  background: #010101;

  -webkit-box-shadow: 0 15px 10px #010101;

  -moz-box-shadow: 0 15px 10px #010101;

  -ms-box-shadow: 0 15px 10px #010101;

  -o-box-shadow: 0 15px 10px #010101;

  box-shadow: 0 15px 10px #010101;

  -webkit-transform: rotate(-3deg);

  -moz-transform: rotate(-3deg);

  -ms-transform: rotate(-3deg);

  -o-transform: rotate(-3deg);

  transform: rotate(-3deg);
}

.effect2:after {
  -webkit-transform: rotate(3deg);

  -moz-transform: rotate(3deg);

  -ms-transform: rotate(3deg);

  -o-transform: rotate(3deg);

  transform: rotate(3deg);

  right: 10px;

  left: auto;
}

.effect3 {
  position: relative;
}

.effect3:before {
  z-index: -1;

  position: absolute;

  content: "";

  bottom: 15px;

  left: 10px;

  width: 50%;

  top: 80%;

  max-width: 300px;

  background: #010101;

  -webkit-box-shadow: 0 15px 10px #010101;

  -moz-box-shadow: 0 15px 10px #010101;

  -ms-box-shadow: 0 15px 10px #010101;

  -o-box-shadow: 0 15px 10px #010101;

  box-shadow: 0 15px 10px #010101;

  -webkit-transform: rotate(-3deg);

  -moz-transform: rotate(-3deg);

  -ms-transform: rotate(-3deg);

  -o-transform: rotate(-3deg);

  transform: rotate(-3deg);
}

.effect4 {
  position: relative;
}

.effect4:after {
  z-index: -1;

  position: absolute;

  content: "";

  bottom: 15px;

  right: 10px;

  left: auto;

  width: 50%;

  top: 80%;

  max-width: 300px;

  background: #010101;

  -webkit-box-shadow: 0 15px 10px #010101;

  -moz-box-shadow: 0 15px 10px #010101;

  -ms-box-shadow: 0 15px 10px #010101;

  -o-box-shadow: 0 15px 10px #010101;

  box-shadow: 0 15px 10px #010101;

  -webkit-transform: rotate(3deg);

  -moz-transform: rotate(3deg);

  -ms-transform: rotate(3deg);

  -o-transform: rotate(3deg);

  transform: rotate(3deg);
}

.effect5 {
  position: relative;
}

.effect5:before,
.effect5:after {
  z-index: -1;

  position: absolute;

  content: "";

  bottom: 25px;

  left: 10px;

  width: 50%;

  top: 80%;

  max-width: 300px;

  background: #010101;

  -webkit-box-shadow: 0 35px 20px #010101;

  -moz-box-shadow: 0 35px 20px #010101;

  -ms-box-shadow: 0 35px 20px #010101;

  -o-box-shadow: 0 35px 20px #010101;

  box-shadow: 0 35px 20px #010101;

  -webkit-transform: rotate(-8deg);

  -moz-transform: rotate(-8deg);

  -ms-transform: rotate(-8deg);

  -o-transform: rotate(-8deg);

  transform: rotate(-8deg);
}

.effect5:after {
  -webkit-transform: rotate(8deg);

  -moz-transform: rotate(8deg);

  -ms-transform: rotate(8deg);

  -o-transform: rotate(8deg);

  transform: rotate(8deg);

  right: 10px;

  left: auto;
}

.effect6 {
  position: relative;

  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3),
    0 0 40px rgba(0, 0, 0, 0.1) inset;

  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3),
    0 0 40px rgba(0, 0, 0, 0.1) inset;

  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.effect6:before,
.effect6:after {
  content: "";

  position: absolute;

  z-index: -1;

  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);

  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);

  -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);

  -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);

  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);

  top: 50%;

  bottom: 0;

  left: 10px;

  right: 10px;

  -webkit-border-radius: 10;

  -moz-border-radius: 10;

  -ms-border-radius: 10;

  -o-border-radius: 10;

  border-radius: 10;
}

.effect6:after {
  right: 10px;

  left: auto;

  -webkit-transform: skew(8deg) rotate(3deg);

  -moz-transform: skew(8deg) rotate(3deg);

  -ms-transform: skew(8deg) rotate(3deg);

  -o-transform: skew(8deg) rotate(3deg);

  transform: skew(8deg) rotate(3deg);
}

.effect7 {
  position: relative;

  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3),
    0 0 40px rgba(0, 0, 0, 0.1) inset;

  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3),
    0 0 40px rgba(0, 0, 0, 0.1) inset;

  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.effect7:before,
.effect7:after {
  content: "";

  position: absolute;

  z-index: -1;

  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);

  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);

  -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);

  -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);

  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);

  top: 0;

  bottom: 0;

  left: 10px;

  right: 10px;

  -webkit-border-radius: 10;

  -moz-border-radius: 10;

  -ms-border-radius: 10;

  -o-border-radius: 10;

  border-radius: 10;
}

.effect7:after {
  right: 10px;

  left: auto;

  -webkit-transform: skew(8deg) rotate(3deg);

  -moz-transform: skew(8deg) rotate(3deg);

  -ms-transform: skew(8deg) rotate(3deg);

  -o-transform: skew(8deg) rotate(3deg);

  transform: skew(8deg) rotate(3deg);
}

.effect8 {
  position: relative;

  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3),
    0 0 40px rgba(0, 0, 0, 0.1) inset;

  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3),
    0 0 40px rgba(0, 0, 0, 0.1) inset;

  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.effect8:before,
.effect8:after {
  content: "";

  position: absolute;

  z-index: -1;

  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);

  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);

  -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);

  -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);

  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);

  top: 10px;

  bottom: 10px;

  left: 0;

  right: 0;

  -webkit-border-radius: 10;

  -moz-border-radius: 10;

  -ms-border-radius: 10;

  -o-border-radius: 10;

  border-radius: 10;
}

.effect8:after {
  right: 10px;

  left: auto;

  -webkit-transform: skew(8deg) rotate(3deg);

  -moz-transform: skew(8deg) rotate(3deg);

  -ms-transform: skew(8deg) rotate(3deg);

  -o-transform: skew(8deg) rotate(3deg);

  transform: skew(8deg) rotate(3deg);
}

/*

To change this license header, choose License Headers in Project Properties.

To change this template file, choose Tools | Templates

and open the template in the editor.

*/

/* 

    Created on : Mar 31, 2018, 7:43:59 AM

    Author     : Adnan lopa

*/

@font-face {
  font-family: "VolteRounded-Regular";

  src: url("https://anwaresidence.com/assets/front/fonts/VolteRounded-Regular.eot");

  src: url("https://anwaresidence.com/assets/front/fonts/VolteRounded-Regular.eot?#iefix")
      format("embedded-open_cardtype"),
    url("https://anwaresidence.com/assets/front/fonts/VolteRounded-Regular.woff")
      format("woff"),
    url("https://anwaresidence.com/assets/front/fonts/VolteRounded-Regular.ttf")
      format("truetype");

  font-style: normal;

  font-weight: normal;

  text-rendering: optimizeLegibility;
}

@-webkit-viewport {
  width: device-width;
}

@-moz-viewport {
  width: device-width;
}

@-ms-viewport {
  width: device-width;
}

@-o-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

section {
  background: white;
}

@media (max-width: 768px) {
  section .about-us-headline {
    padding: 35px 0 0 0;
  }
}

section .about-us-headline .crafting-pict {
  background-image: url(../img/about/craft.png);

  background-repeat: no-repeat;

  background-position: top center;

  background-size: 100vw;

  font-family: Lato;
  font-weight: 400;

  height: 185vh;
}

@media (max-width: 768px) {
  section .about-us-headline .crafting-pict {
    background-size: 150vh;

    height: 230vh;
  }
}

section .about-us-headline .crafting-pict .craft-atas {
  padding-top: 22vh;
}

@media (max-width: 768px) {
  section .about-us-headline .crafting-pict .craft-atas {
    padding-top: 10vh;
  }
}

section .about-us-headline .crafting-pict .craft-atas .title {
  color: black;

  letter-spacing: 3px;

  font-family: Lato;
  font-weight: 300;
}

@media (max-width: 768px) {
  section .about-us-headline .crafting-pict .craft-atas .title {
    font-family: Lato;
    font-weight: 300;

    font-size: 21px;
  }
}

section .about-us-headline .crafting-pict .craft-atas img {
  width: 8%;
}

@media (max-width: 768px) {
  section .about-us-headline .crafting-pict .craft-atas img {
    width: 12%;
  }
}

section .about-us-headline .crafting-pict .craft-bawah {
  padding-top: 82vh;
}

@media (max-width: 768px) {
  section .about-us-headline .crafting-pict .craft-bawah {
    padding-top: 82vh;
  }
}

section .about-us-headline .crafting-pict .craft-bawah .craft-desc {
  color: #5e5f5f;

  line-height: 35px;

  font-family: Lato;
  font-weight: 300;
}

@media (max-width: 768px) {
  section .about-us-headline .crafting-pict .craft-bawah .craft-desc {
    margin-bottom: 49px;
  }
}

section .about-us-headline .crafting-pict .craft-circle .circle {
  height: 210px;

  width: 210px;

  border: 13px solid #d4ae60;

  border-radius: 100%;

  margin: auto;
}

@media (max-width: 768px) {
  section .about-us-headline .crafting-pict .craft-circle .circle {
    height: 150px;

    width: 150px;

    border: 8px solid #d4ae60;
  }
}

section .about-us-headline .crafting-pict .craft-circle .circle h3 {
  margin-top: 84px !important;

  text-align: center !important;
}

@media (max-width: 768px) {
  section .about-us-headline .crafting-pict .craft-circle .circle h3 {
    margin: 0 auto;

    margin-top: 48px !important;

    font-size: 17px;

    width: 100px;
  }
}

@media (max-width: 768px) {
  section .about-us-headline .crafting-pict .craft-circle .circle .mrg-xs {
    margin-top: 60px !important;
  }
}

section .about-us-headline .crafting-pict .craft-circle h4 {
  color: #010101;

  font-family: Lato;
  font-weight: 300;

  text-align: center !important;

  margin: 0 auto;

  margin-top: 21px;

  margin-bottom: 42px;
}

@media (min-width: 768px) and (max-width: 992px) {
  section .about-us-headline .crafting-pict .craft-circle h4 {
    margin-top: 21px;

    margin-bottom: 42px;
  }
}

@media (max-width: 768px) {
  section .about-us-headline .crafting-pict .craft-circle h4 {
    font-size: 20px !important;

    margin-top: 14px;

    margin-bottom: 0;

    height: 150px;

    width: 150px;
  }
}

section .about-us-founder {
  background-color: #f3f3f3;

  font-family: Lato;
  font-weight: 400;
}

@media (max-width: 768px) {
  section .about-us-founder {
    background-color: #111213;
  }
}

section .about-us-founder .in-about {
  margin-top: 50px;

  margin-bottom: 50px;
}

section .about-us-founder .in-about .title {
  color: black;

  font-family: Lato;
  font-weight: 300;

  letter-spacing: 3px;

  margin-top: 6px;
}

@media (max-width: 768px) {
  section .about-us-founder .in-about .title {
    color: white;
  }
}

section .about-us-founder .in-about p {
  color: black;

  font-size: 16px;

  line-height: 35px;

  margin-bottom: 25px;

  font-family: Lato;

  font-weight: 400;
}

@media (max-width: 768px) {
  section .about-us-founder .in-about p {
    color: white;

    text-align: center;
  }
}

section .about-us-awards {
  background-color: white;

  font-family: Lato;
  font-weight: 400;
}

section .about-us-awards .container {
  width: 100%;
}

section .about-us-awards .container .title {
  color: black;

  font-family: Lato;
  font-weight: 300;

  letter-spacing: 3px;

  margin: 50px 0;
}

section .about-us-awards .container .award-pict {
  background-image: url(../img/about/award.png);

  background-repeat: no-repeat;

  background-position: top center;

  background-size: 51vw;

  height: 400px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  section .about-us-awards .container .award-pict {
    background-size: 55vw;

    height: 320px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  section .about-us-awards .container .award-pict {
    background-size: 61vw;

    height: 320px;
  }
}

@media (max-width: 768px) {
  section .about-us-awards .container .award-pict {
    background-size: 100vw;

    height: 200px;
  }
}

section .about-us-awards .container .award-text .wrapping {
  padding: 90px 30px 0 30px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  section .about-us-awards .container .award-text .wrapping {
    padding: 30px 30px 0 30px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  section .about-us-awards .container .award-text .wrapping {
    padding: 20px 30px 0 30px;
  }
}

@media (max-width: 768px) {
  section .about-us-awards .container .award-text .wrapping {
    padding: 20px 30px 0 30px;
  }
}

section .about-us-awards .container .award-text .wrapping h1 {
  font-family: bank;

  font-size: 55px;

  color: #d4ae60;

  margin-bottom: 50px;
}

@media (min-width: 768px) and (max-width: 992px) {
  section .about-us-awards .container .award-text .wrapping h1 {
    font-size: 45px;

    margin-bottom: 35px;
  }
}

section .about-us-awards .container .award-text .wrapping h3 {
  font-family: Lato;
  font-weight: 300;

  margin-bottom: 30px;

  color: black;
}

@media (min-width: 768px) and (max-width: 992px) {
  section .about-us-awards .container .award-text .wrapping h3 {
    margin-bottom: 15px;
  }
}

section .about-us-awards .container .award-text .wrapping h4 {
  line-height: 30px;

  color: #9b9c9c;
}

@media (max-width: 768px) {
  section .about-us-awards .container .award-text .wrapping h4 {
    padding-bottom: 28px;
  }
}

@media (max-width: 768px) {
  section .about-us-awards .container .view-more {
    margin: 0 0 50px 0;
  }
}

section .about-us-awards .container .view-more .btn {
  border: 1px solid #d6b161;

  -webkit-border-radius: 0;

  -moz-border-radius: 0;

  -ms-border-radius: 0;

  -o-border-radius: 0;

  border-radius: 0;

  color: #010101;

  font-family: Lato;

  font-weight: bold;

  text-transform: uppercase;

  margin: 14px 0 0 0;

  padding: 9px 36px;
}

section .about-us-awards .container .view-more .btn:active,
section .about-us-awards .container .view-more .btn:focus,
section .about-us-awards .container .view-more .btn:hover {
  background: #d6b161;

  color: white;
}

@media (max-width: 768px) {
  section .about-us-awards .container .view-more .btn {
    width: 100%;
  }

  section .section-about-ci1 .title,
  section .section-about-vdm1 .title,
  section .section-about-cv1 .title,
  section .section-about-tm1 .title,
  section .section-about-os1 .title,
  section .section-about-aw1 .title,
  section .section-about-mg-boc1 .title {
    color: white;

    font-family: Bank;

    text-transform: uppercase;

    padding-top: 83%;

    margin-top: 20% !important;
  }
}

section .section-about-ci1,
section .section-about-vdm1,
section .section-about-cv1,
section .section-about-tm1,
section .section-about-os1,
section .section-about-aw1,
section .section-about-mg-boc1 {
  height: 100vh;

  max-height: 100vh;

  background-repeat: no-repeat !important;

  background-position: bottom center !important;

  background-size: cover !important;

  margin-top: -21px;
}

section .section-about-ci1 .title,
section .section-about-vdm1 .title,
section .section-about-cv1 .title,
section .section-about-tm1 .title,
section .section-about-os1 .title,
section .section-about-aw1 .title,
section .section-about-mg-boc1 .title {
  color: white;

  font-family: Bank;

  text-transform: uppercase;

  margin-top: 30%;
}

section .section-about-ci1 {
  background: url("../img/about/TRINITI-website-components-03.jpg");
}

section .section-about-vdm1 {
  background: url("../img/about/TRINITI-website-components-04.jpg");
}

section .section-about-cv1 {
  background: url("../img/about/TRINITI-website-components-05.jpg");
}

section .section-about-tm1 {
  background: url("../img/about/TRINITI-website-components-10.jpg");
}

section .section-about-os1 {
  background: url("../img/about/TRINITI-website-components-04.jpg");
}

section .section-about-aw1 {
  background: url("../img/about/TRINITI-website-components-25.jpg");
}

section .section-about-mg-boc1 {
  background: url("../img/about/TRINITI-website-components-18.jpg");
}

section .section-about-ci2,
section .section-about-vdm2,
section .section-about-cv2,
section .section-about-tm2,
section .section-about-os2,
section .section-about-aw2,
section .section-about-mg-boc2 {
  padding: 56px 0;
}

section .section-about-ci2 .title,
section .section-about-vdm2 .title,
section .section-about-cv2 .title,
section .section-about-tm2 .title,
section .section-about-os2 .title,
section .section-about-aw2 .title,
section .section-about-mg-boc2 .title {
  color: #010101;

  font-family: Lato;
  font-weight: 300;

  margin: 0 0 35px 70px;

  text-transform: uppercase;
}

@media (max-width: 768px) {
  section .section-about-ci2 .title,
  section .section-about-vdm2 .title,
  section .section-about-cv2 .title,
  section .section-about-tm2 .title,
  section .section-about-os2 .title,
  section .section-about-aw2 .title,
  section .section-about-mg-boc2 .title {
    margin: 0 auto;

    margin-bottom: 49px;

    text-align: center;
  }
}

section .section-about-ci2 img,
section .section-about-vdm2 img,
section .section-about-cv2 img,
section .section-about-tm2 img,
section .section-about-os2 img,
section .section-about-aw2 img,
section .section-about-mg-boc2 img {
  margin: -42px 0 0 0;
}

section .section-about-ci3 {
  padding: 0 0 56px 0;
}

section .section-about-ci3 .table tr td {
  color: #010101 !important;
}

section .section-about-ci3 .table tr td:nth-child(1) {
  text-transform: capitalize;
}

section .section-about-vdm3 {
  padding: 0 0 56px 0;
}

section .section-about-vdm3 .dl-horizontal {
  color: #010101;
}

section .section-about-vdm3 .dl-horizontal dt {
  margin-bottom: 28px;

  text-align: left;

  text-transform: uppercase;

  line-height: 21px;
  margin-top: 7px;
}

section .section-about-vdm3 .dl-horizontal dd {
  line-height: 30px;
}

@media (max-width: 768px) {
  section .section-about-vdm3 .dl-horizontal dd {
    line-height: 30px;
  }

  section .section-about-vdm3 .dl-horizontal dt {
    margin-bottom: -10px;

    line-height: 58px;
  }
}

section .section-about-cv3 {
  padding: 0 0 56px 0;
}

section .section-about-cv3 .media {
  margin-bottom: 21px;
}

section .section-about-cv3 .media .media-left img {
  margin-right: -28px;

  width: 210px;
}

@media (max-width: 768px) {
  section .section-about-cv3 .media .media-left img {
    width: 100px;
  }
}

section .section-about-cv3 .media .media-body {
  padding-left: 19px;
}

section .section-about-cv3 .media .media-body .block {
  margin-top: 60px;
}

@media (max-width: 768px) {
  section .section-about-cv3 .media .media-body .block {
    margin-top: 14px;
  }
}

section .section-about-cv3 .media .media-body .block h5 {
  margin-left: 28px;

  text-transform: uppercase;
}

section .section-about-cv3 .media .media-body .block .singleline {
  margin-left: 0px;

  width: 100%;
}

section .section-about-cv3 .media .media-body .block .text {
  margin-left: 28px;

  line-height: 30px;

  color: #010101;
}

section .section-about-tm3 {
  padding: 0 0 56px 0;
}

section .section-about-tm3 .timeline {
  text-align: center;
}

section .section-about-tm3 .timeline p,
section .section-about-tm3 .timeline strong {
  color: #010101;
  line-height: 195%;
}

section .section-about-tm3 .timeline .days {
  list-style-type: none;

  margin: 0;

  padding: 0;
}

section .section-about-tm3 .timeline .days .day {
  width: 100%;

  float: left;
}

section .section-about-tm3 .timeline .days .day .events {
  position: relative;

  float: left;

  border-right: 1px solid #010101;

  padding: 30px;

  text-align: right;

  width: 50%;
}

section .section-about-tm3 .timeline .days .day .events:after {
  content: "";

  width: 40%;

  display: inline-block;

  height: 1px;

  background: #010101;

  position: absolute;

  right: 0;
}

section .section-about-tm3 .timeline .days .day .events .date {
  position: absolute;

  top: 50%;

  left: 100%;

  transform: translateY(-50%);

  padding: 30px;

  text-align: left;

  color: #010101;

  font-size: 24px;

  white-space: nowrap;
}

section .section-about-tm3 .timeline .days .day .events .day__img {
  margin-right: -30px;

  position: relative;

  overflow: hidden;
}

section .section-about-tm3 .timeline .days .day .events .day__img img {
  display: block;

  float: right;
}

section .section-about-tm3 .timeline .days .day .events .day__img .caption {
  position: absolute;

  margin: 0;

  bottom: 0;

  right: 0;

  padding: 20px;

  background: rgba(0, 0, 0, 0.7);

  color: #fff;
}

section .section-about-tm3 .timeline .days .day:nth-child(odd) .events {
  width: calc(50% + 1px);

  float: right;

  border-right: 0;

  border-left: 1px solid #010101;

  text-align: left;
}

section .section-about-tm3 .timeline .days .day:nth-child(odd) .events:after {
  right: auto;

  left: 0;
}

section .section-about-tm3 .timeline .days .day:nth-child(odd) .events .date {
  left: auto;

  right: 100%;

  text-align: right;
}

section
  .section-about-tm3
  .timeline
  .days
  .day:nth-child(odd)
  .events
  .day__img {
  margin-right: auto;

  margin-left: -30px;
}

section
  .section-about-tm3
  .timeline
  .days
  .day:nth-child(odd)
  .events
  .day__img
  img {
  float: left;
}

section
  .section-about-tm3
  .timeline
  .days
  .day:nth-child(odd)
  .events
  .day__img
  .caption {
  right: auto;

  left: 0;
}

section .section-about-os3 {
  padding: 0 0 56px 0;

  /*We need to remove left-right connectors from elements without 

    any siblings*/

  /*Remove space from the top of single children*/

  /*Remove left connector from first child and 

    right connector from last child*/

  /*Adding back the vertical connector to the last nodes*/

  /*Time to add downward connectors from parents*/

  /*Time for some hover effects*/

  /*We will apply the hover effect the the lineage of the element also*/

  /*Connector styles on hover*/

  /*Thats all. I hope you enjoyed it.

    Thanks :)*/
}

section .section-about-os3 .tree ul {
  padding-top: 20px;

  position: relative;

  transition: all 0.5s;

  -webkit-transition: all 0.5s;

  -moz-transition: all 0.5s;
}

section .section-about-os3 .tree ul li {
  float: left;

  text-align: center;

  list-style-type: none;

  position: relative;

  padding: 20px 5px 0 5px;

  transition: all 0.5s;

  -webkit-transition: all 0.5s;

  -moz-transition: all 0.5s;
}

section .section-about-os3 .tree ul li b {
  color: #010101;
}

section .section-about-os3 .tree li::before,
section .section-about-os3 .tree li::after {
  content: "";

  position: absolute;

  top: 0;

  right: 50%;

  border-top: 1px solid #ccc;

  width: 50%;

  height: 20px;
}

section .section-about-os3 .tree li::after {
  right: auto;

  left: 50%;

  border-left: 1px solid #ccc;
}

section .section-about-os3 .tree li:only-child::after,
section .section-about-os3 .tree li:only-child::before {
  display: none;
}

section .section-about-os3 .tree li:only-child {
  padding-top: 0;
}

section .section-about-os3 .tree li:first-child::before,
section .section-about-os3 .tree li:last-child::after {
  border: 0 none;
}

section .section-about-os3 .tree li:last-child::before {
  border-right: 1px solid #ccc;

  border-radius: 0 5px 0 0;

  -webkit-border-radius: 0 5px 0 0;

  -moz-border-radius: 0 5px 0 0;
}

section .section-about-os3 .tree li:first-child::after {
  border-radius: 5px 0 0 0;

  -webkit-border-radius: 5px 0 0 0;

  -moz-border-radius: 5px 0 0 0;
}

section .section-about-os3 .tree ul ul::before {
  content: "";

  position: absolute;

  top: 0;

  left: 50%;

  border-left: 1px solid #ccc;

  width: 0;

  height: 20px;
}

section .section-about-os3 .tree li a {
  border: none;

  padding: 5px 10px;

  text-decoration: none;

  color: #666;

  font-family: Lato;
  font-weight: 400;

  font-size: 11px;

  display: inline-block;

  border-radius: 5px;

  -webkit-border-radius: 5px;

  -moz-border-radius: 5px;

  transition: all 0.5s;

  -webkit-transition: all 0.5s;

  -moz-transition: all 0.5s;
}

section .section-about-os3 .tree li a:hover,
section .section-about-os3 .tree li a:hover + ul li a {
  cursor: text;
}

section .section-about-mg-boc3,
section .section-about-os3,
section .section-about-aw3 {
  padding: 0 0 56px 0;
}

section .section-about-mg-boc3 .title,
section .section-about-os3 .title,
section .section-about-aw3 .title {
  text-transform: uppercase;

  margin-bottom: 35px;
}

section .section-about-mg-boc3 .media .media-left,
section .section-about-os3 .media .media-left,
section .section-about-aw3 .media .media-left {
  padding-right: 14px;
}

section .section-about-mg-boc3 .media .media-left .media-object,
section .section-about-os3 .media .media-left .media-object,
section .section-about-aw3 .media .media-left .media-object {
  width: 200px;
}

@media (max-width: 768px) {
  section .section-about-mg-boc3 .media .media-left .media-object,
  section .section-about-os3 .media .media-left .media-object,
  section .section-about-aw3 .media .media-left .media-object {
    width: 100px;
  }
}

section .section-about-mg-boc3 .media .media-body,
section .section-about-os3 .media .media-body,
section .section-about-aw3 .media .media-body {
  padding-left: 14px;
}

section .section-about-mg-boc3 .media .media-body .media-heading,
section .section-about-os3 .media .media-body .media-heading,
section .section-about-aw3 .media .media-body .media-heading {
  margin-bottom: 28px;
}

section .section-about-mg-boc3 .media .media-body .media-heading small,
section .section-about-os3 .media .media-body .media-heading small,
section .section-about-aw3 .media .media-body .media-heading small {
  margin-top: 14px;

  display: block;
}

section .section-about-mg-boc3 .media .media-body .text,
section .section-about-os3 .media .media-body .text,
section .section-about-aw3 .media .media-body .text {
  color: #010101;
}

section .section-about-mg-boc3 .media .media-body .btn,
section .section-about-os3 .media .media-body .btn,
section .section-about-aw3 .media .media-body .btn {
  -webkit-border-radius: 0;

  -moz-border-radius: 0;

  -ms-border-radius: 0;

  -o-border-radius: 0;

  border-radius: 0;

  color: white;

  font-family: Lato;

  font-weight: bold;

  margin: 14px 0 0 0;

  padding: 9px 36px;

  background-color: black;
}

section .section-about-mg-boc3 .media .media-body .btn:active,
section .section-about-mg-boc3 .media .media-body .btn:focus,
section .section-about-mg-boc3 .media .media-body .btn:hover,
section .section-about-os3 .media .media-body .btn:active,
section .section-about-os3 .media .media-body .btn:focus,
section .section-about-os3 .media .media-body .btn:hover,
section .section-about-aw3 .media .media-body .btn:active,
section .section-about-aw3 .media .media-body .btn:focus,
section .section-about-aw3 .media .media-body .btn:hover {
  background: #d6b161;

  color: white;
}

@media (max-width: 768px) {
  section .section-about-mg-boc3 .media .media-body .btn,
  section .section-about-os3 .media .media-body .btn,
  section .section-about-aw3 .media .media-body .btn {
    width: 100%;
  }
}

section .section-about-mg-boc3 .table-responsive,
section .section-about-os3 .table-responsive,
section .section-about-aw3 .table-responsive {
  display: none;
}

section .section-about-mg-boc3 .table-responsive li,
section .section-about-os3 .table-responsive li,
section .section-about-aw3 .table-responsive li {
  font-size: 9px;
}

section .section-about-mg-boc3 .table-responsive li a,
section .section-about-os3 .table-responsive li a,
section .section-about-aw3 .table-responsive li a {
  font-size: 8px;
}

section .section-about-mg-boc3 .list-mg,
section .section-about-os3 .list-mg,
section .section-about-aw3 .list-mg {
  list-style-image: url("../img/arrow-right-small.png");

  height: 10px;
}

section .section-about-mg-boc3 .list-mg li,
section .section-about-os3 .list-mg li,
section .section-about-aw3 .list-mg li {
  text-transform: uppercase;

  margin-bottom: 12px;
}

section .section-about-mg-boc3 .list-mg li a,
section .section-about-os3 .list-mg li a,
section .section-about-aw3 .list-mg li a {
  color: #010101;
}

section .section-about-mg-boc3 .list-data,
section .section-about-os3 .list-data,
section .section-about-aw3 .list-data {
  list-style-image: url("../img/arrow-right-small.png");
}

@media (max-width: 768px) {
  section .section-about-mg-boc3 .list-data,
  section .section-about-os3 .list-data,
  section .section-about-aw3 .list-data {
    margin-top: 70px;

    padding-left: 15px;
  }
}

section .section-about-mg-boc3 .list-data li,
section .section-about-os3 .list-data li,
section .section-about-aw3 .list-data li {
  text-transform: uppercase;

  margin-bottom: 12px;
}

section .section-about-mg-boc3 .list-data li a,
section .section-about-os3 .list-data li a,
section .section-about-aw3 .list-data li a {
  color: #010101;
}

section .section-about-aw3 .media .media-left {
  padding-right: 14px;
}

section .section-about-aw3 .media .media-left .media-object {
  width: 80px;
}

section .section-about-aw3 .media .media-body {
  padding-left: 49px;
}

section .section-about-aw3 .media .media-body .text {
  margin-bottom: 18px;

  line-height: 24px;
  margin-top: 0;
}

@media (max-width: 768px) {
  section .section-about-aw3 .media .media-body {
    padding-left: 10px;
  }

  section .section-about-aw3 .list {
    margin-top: 35px;
  }
}

section .section-about-aw3 .list li {
  margin-bottom: 21px;
}

@media (max-width: 768px) {
  section .section-about-aw3 .list li {
    display: inline-block !important;

    width: 15.3%;
  }
}

section .section-about-aw3 .list li img {
  margin-right: 0;

  width: 120px;
}

@media (max-width: 768px) {
  section .section-about-aw3 .list li img {
    width: 100%;
  }
}
