@font-face {
  font-family: 'din';
  src: url("../fonts/din_medium_0-webfont.woff2") format("woff2"), url("../fonts/din_medium_0-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'din';
  src: url("../fonts/din-light_0-webfont.woff2") format("woff2"), url("../fonts/din-light_0-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'din';
  src: url("../fonts/din-regular_0-webfont.woff2") format("woff2"), url("../fonts/din-regular_0-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0); } }
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0); } }
.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown; }

img {
  max-width: 100%; }

body {
  color: #36373c;
  font-family: 'din'; }

.locked {
  overflow: hidden;
  opacity: .1;
  -webkit-transition: opacity .3s;
  transition: opacity .3s; }

.navbar input[type="checkbox"],
.navbar .menu-toggle {
  display: none; }

.overflow-hidden {
  overflow: hidden; }

* {
  outline: none !important; }

.navbar {
  width: 100%;
  background: transparent;
  z-index: 3;
  margin-bottom: -80px; }

.navbar-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 64px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.logo-container {
  display: inline-block; }

.logo {
  max-width: 420px; }

.logo-dark {
  display: none; }

.navbar.navbar-dark .logo {
  display: none; }
.navbar.navbar-dark .logo-dark {
  display: block; }

.menu-items {
  margin-bottom: 0; }
  .menu-items li {
    list-style: none;
    margin: 7px 20px 0;
    font-size: 18px;
    display: inline-block; }

.navbar a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  position: relative;
  font-weight: 500;
    /*  &:after {
        height: 0;
        position: absolute;
        content: "";
        bottom: -29px;
        left: 0;
        width: 100%;
        transition: height .3s;
        background-color: $altColor;

    }*/ }
  .navbar a:hover, .navbar a.active {
    color: #fcb813;
    text-decoration: none; }

a:hover {
  color: none !important;
  text-decoration: none !important; }

.navbar.navbar-dark {
  margin-bottom: 80px; }
  .navbar.navbar-dark .navbar-container {
    border-bottom: 1px solid #36373c;
    height: 80px;
    padding-bottom: 10px; }
  .navbar.navbar-dark a {
    color: #36373c; }
    .navbar.navbar-dark a:hover, .navbar.navbar-dark a.active {
      color: #fcb813;
      text-decoration: none; }

/*--------header Css--------*/
.carousel {
  position: relative;
  background: #FFFFFF;
  overflow: hidden; }
  .carousel .carousel-item {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin-bottom: 1px; }
    .carousel .carousel-item .slider-bg {
      background: rgba(0, 0, 0, 0.25);
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
  .carousel .slider-image {
    opacity: 0; }

.carousel-content {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 30%;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  color: #fff; }
  .carousel-content p {
    font-size: 80px;
    line-height: 1.2; }

.carousel-item .carousel-content {
  -webkit-animation: fadeInDown 1s .1s both;
          animation: fadeInDown 1s .1s both; }

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.2s ease-in-out left !important;
  transition: 0.2s ease-in-out left !important; }

.carousel .curve {
  background-color: transparent; }

.about p {
  font-size: 33px;
  text-align: center;
  font-weight: 500; }
  .about p strong {
    font-weight: 500;
    color: #fcb813; }

.bg-text {
  font-size: 245px;
  font-weight: bold;
  color: #e8e8e8;
  text-align: center;
  max-width: 100%;
  overflow: hidden; }
  .bg-text h1 {
    font-size: inherit;
    font-weight: inherit; }

.bg-text.bg-text-mn {
  margin: -30px 0 -100px 0;
  font-size: 11vw; }

.section-border {
  border-bottom: 1px solid #8d8e91;
  margin: 60px 0 90px; }

.process .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 80px; }
  .process .wrapper > img {
    max-width: 130px;
    margin-bottom: 20px; }
  .process .wrapper > span {
    color: #fcb813;
    font-size: 20px;
    line-height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    max-width: 170px;
    margin-bottom: 10px;
    line-height: 26px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 50px; }

.btn-primary {
  border: 1px solid #36373c;
  color: #36373c;
  border-radius: 0;
  color: #36373c;
  background-color: transparent;
  padding: 14px 52px;
  font-size: 16px;
  font-weight: 500; }
  .btn-primary:hover {
    color: #fff !important;
    background-color: #36373c !important;
    border-color: #36373c !important; }

.partners .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-item-align: start;
      align-self: flex-start; }
  .partners .item p {
    max-width: 90%; }
    .partners .item p a {
      color: #fcb813; }
      .partners .item p a:hover {
        text-decoration: underline !important; }
  .partners .item .title {
    font-size: 68px;
    margin-bottom: 35px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: bold; }
    .partners .item .title span {
      display: block;
      font-weight: 400;
      margin-bottom: -20px; }

.project-logo img {
  max-width: 300px;
  margin-top: 30px; }

.smsm-content {
  z-index: 1; }
  .smsm-content div.w-100.my-5 {
    max-width: 90%; }

.partners-smsm > .container {
  border-bottom: 0; }
.partners-smsm .bg-full {
  margin-top: -140px; }

.awards h2 {
  font-size: 52px;
  margin-bottom: 35px;
  font-weight: bold; }
.awards .item {
  margin-bottom: 30px; }
  .awards .item img {
    width: 100%; }

/*--------Footer Css--------*/
footer {
  color: #fff;
  border-top: 20px solid #fcb813;
  padding-top: 200px;
  background: url(../img/footer-logo.png) top right no-repeat #36373c;
  background-size: auto 100%; }
  footer p {
    font-size: 14px; }
  footer a {
    color: #fff;
    -webkit-transition: color .3s;
    transition: color .3s; }
    footer a:hover {
      color: #fcb813; }
  footer .social-media svg {
    fill: #e8e8e8;
    max-width: 30px;
    -webkit-transition: fill .3s;
    transition: fill .3s; }
  footer .social-media a {
    margin-right: 10px; }
    footer .social-media a:hover svg {
      fill: #fcb813; }
  footer .contact-list > a,
  footer .contact-list > span,
  footer .contact-list > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    padding-left: 15px;
    margin-bottom: 20px;
    color: #fff;
    -webkit-transition: color .3s;
    transition: color .3s;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    footer .contact-list > a img,
    footer .contact-list > span img,
    footer .contact-list > div img {
      width: 20px;
      margin-top: 3px;
      min-width: 20px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-right: 25px; }
  footer .contact-list a:hover {
    color: #fcb813; }
  footer h2 {
    font-size: 58px;
    margin-bottom: 0;
    font-weight: bold; }

.footer_bottom {
  width: 100%;
  padding: 30px 10px;
  font-size: 14px;
  color: #ffffff; }

.home-portfolio .bg-text {
  margin-top: -30px; }

.movies-slider {
  width: 100%;
  overflow: hidden; }
  .movies-slider .wrapper {
    position: relative;
    margin: 0 3px;
    display: inline-block; }
    .movies-slider .wrapper img {
      width: 100%; }
    .movies-slider .wrapper .info {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-line-pack: end;
          align-content: flex-end;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      color: #36373c;
      font-weight: 500;
      opacity: 0;
      -webkit-transition: opacity .3s ease-in-out;
      transition: opacity .3s ease-in-out;
      background: white;
      background: -webkit-gradient(linear, left bottom, left top, color-stop(9%, white), to(rgba(255, 255, 255, 0)));
      background: linear-gradient(0deg, white 9%, rgba(255, 255, 255, 0) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
      padding: 0 0 55px; }
      .movies-slider .wrapper .info h5 {
        padding: 0 10px;
        width: 100%;
        font-size: 34px;
        font-weight: bold;
        text-transform: uppercase;
        -webkit-transform: translateY(20%);
                transform: translateY(20%);
        -webkit-transition: -webkit-transform .5s;
        transition: -webkit-transform .5s;
        transition: transform .5s;
        transition: transform .5s, -webkit-transform .5s; }
      .movies-slider .wrapper .info a {
        font-size: 16px;
        -webkit-transform: translateY(20%);
                transform: translateY(20%);
        -webkit-transition: color .3s,-webkit-transform .5s;
        transition: color .3s,-webkit-transform .5s;
        transition: transform .5s,color .3s;
        transition: transform .5s,color .3s,-webkit-transform .5s;
        color: #000; }
        .movies-slider .wrapper .info a:hover {
          text-decoration: underline;
          color: #fcb813; }
    .movies-slider .wrapper:hover .info, .movies-slider .wrapper:active .info, .movies-slider .wrapper:focus .info {
      opacity: 1; }
      .movies-slider .wrapper:hover .info span, .movies-slider .wrapper:hover .info h5, .movies-slider .wrapper:active .info span, .movies-slider .wrapper:active .info h5, .movies-slider .wrapper:focus .info span, .movies-slider .wrapper:focus .info h5 {
        -webkit-transform: initial;
                transform: initial; }

#toTop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  outline: none;
  background-color: #fcb813;
  cursor: pointer;
  padding: 15px;
  border-radius: 3px;
  -webkit-transition: background .3s;
  transition: background .3s; }
  #toTop svg {
    max-width: 95%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    fill: #fff; }
  #toTop:hover {
    background-color: #36373c; }

.page-title-area {
  position: relative;
  overflow: hidden;
  padding-top: 240px;
  padding-bottom: 180px;
  text-align: center;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  z-index: 1;
  background-attachment: fixed; }
  .page-title-area .page-title-content {
    margin-top: -10px; }
  .page-title-area:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4); }
  .page-title-area h1 {
    margin-bottom: 15px;
    color: #fff;
    font-size: 52px;
    font-weight: 500;
    position: relative;
    z-index: 1;
    text-transform: uppercase; }
  .page-title-area ul {
    padding-left: 0;
    list-style-type: none;
    margin-top: 10px;
    margin-bottom: -5px;
    position: relative;
    z-index: 1; }
    .page-title-area ul li {
      display: inline-block;
      position: relative;
      font-size: 15px;
      font-weight: 500;
      margin-right: 30px;
      color: #fff;
      font-family: Open Sans, sans-serif;
      text-transform: uppercase; }
      .page-title-area ul li:before {
        content: "";
        position: absolute;
        top: 5px;
        right: -16px;
        background-color: #fff;
        width: 1px;
        height: 15px;
        -webkit-transform: rotate(25deg);
                transform: rotate(25deg); }
      .page-title-area ul li a {
        -webkit-transition: color .3s;
        transition: color .3s;
        color: #fff; }
      .page-title-area ul li:last-child {
        margin-right: 0; }
      .page-title-area ul li:last-child:before {
        display: none; }
      .page-title-area ul li.active,
      .page-title-area ul li a:hover {
        color: #fcb813; }

.portfolio-movies .item {
  text-align: center;
  margin-bottom: 30px; }
  .portfolio-movies .item h5 {
    font-weight: bold;
    color: #36373c; }
  .portfolio-movies .item .img-wrapper {
    position: relative;
    margin-bottom: 15px; }
    .portfolio-movies .item .img-wrapper a {
      position: absolute;
      background-color: rgba(252, 184, 19, 0.9);
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-line-pack: end;
          align-content: flex-end;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      color: #36373c;
      font-weight: 500;
      padding: 0 7px;
      opacity: 0;
      -webkit-transition: opacity .3s ease-in-out;
      transition: opacity .3s ease-in-out;
      background: white;
      background: -webkit-gradient(linear, left bottom, left top, color-stop(9%, white), to(rgba(255, 255, 255, 0)));
      background: linear-gradient(0deg, white 9%, rgba(255, 255, 255, 0) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
      padding: 0 0 55px; }
  .portfolio-movies .item:hover a {
    opacity: 1; }
  .portfolio-movies .item img {
    width: 100%; }

.about-page .bg-about {
  background-position: 100%;
  background-repeat: no-repeat;
  height: 522px;
  margin-top: 70px;
  margin-bottom: 70px; }
.about-page .about-content {
  padding-top: 90px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  z-index: 1; }
.about-page p {
  font-size: 18px; }
  .about-page p a {
    color: #fcb813; }
    .about-page p a:hover {
      text-decoration: underline !important; }
.about-page h2.title {
  margin-bottom: 30px;
  font-size: 75px;
  font-weight: bold;
  line-height: 65PX;
  margin-top: -12px; }
  .about-page h2.title span {
    font-weight: 400;
    color: #fcb813;
    text-transform: uppercase;
    display: block; }
.about-page .about-section {
  padding-bottom: 150px; }
.about-page .about-section-half h2.title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: -12px auto 60px; }
.about-page .our-history {
  padding-top: 20px; }

.partner-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.logos-container {
  width: 320px;
  text-align: center;
  max-width: 100%; }
  .logos-container img {
    margin-top: 70px; }

.what-we-do {
  color: #fff;
  text-align: center;
  background-color: #36373c;
  padding: 40px 0 80px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed; }

.btn-primary.focus, .btn-primary:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

/*--------Responsive--------*/
@media (max-width: 1199px) {
  .movies-slider .wrapper .info h5 {
    font-size: 24px; } }
@media (max-width: 991.5px) {
  .navbar-container {
    display: block;
    position: relative; }
    .navbar-container input[type="checkbox"],
    .navbar-container .menu-toggle {
      display: block; }
    .navbar-container input[type="checkbox"] {
      display: block;
      opacity: 0;
      cursor: pointer; }
    .navbar-container .menu-toggle {
      display: block;
      height: 25px;
      width: 33px;
      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: space-between; }
      .navbar-container .menu-toggle .line {
        display: block;
        height: 3px;
        width: 100%;
        border-radius: 10px;
        background: #fcb813; }
      .navbar-container .menu-toggle .line1 {
        -webkit-transform-origin: 0% 0%;
                transform-origin: 0% 0%;
        -webkit-transition: -webkit-transform 0.3s ease-in-out;
        transition: -webkit-transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }
      .navbar-container .menu-toggle .line2 {
        -webkit-transition: -webkit-transform 0.2s ease-in-out;
        transition: -webkit-transform 0.2s ease-in-out;
        transition: transform 0.2s ease-in-out;
        transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out; }
      .navbar-container .menu-toggle .line3 {
        -webkit-transform-origin: 0% 100%;
                transform-origin: 0% 100%;
        -webkit-transition: -webkit-transform 0.3s ease-in-out;
        transition: -webkit-transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }

  .navbar .menu-items {
    background: url(../img/footer-logo.png) bottom right no-repeat #36373c;
    background-size: 150px;
    height: 100%;
    width: 300px;
    -webkit-transform: translateX(-150%);
            transform: translateX(-150%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 40px;
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    overflow: scroll;
    position: fixed;
    left: 0;
    top: 0;
    padding-top: 20px; }
    .navbar .menu-items li {
      margin: 0; }
      .navbar .menu-items li a {
        color: #fff;
        margin-top: 20px;
        font-weight: 500;
        display: block; }

  .navbar-container.active .menu-items {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  .navbar-container.active .menu-toggle .line1 {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .navbar-container.active .menu-toggle .line2 {
    -webkit-transform: scaleY(0);
            transform: scaleY(0); }
  .navbar-container.active .menu-toggle .line3 {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }

  .process .wrapper {
    margin-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

  .about-page .bg-about {
    background: none !important;
    height: initial; }

  .about-page .about-content {
    padding-top: 0; }

  .about-page .our-history {
    padding-top: 50px; }

  .partners .item {
    margin-bottom: 35px; }

  footer {
    padding-top: 80px;
    background-size: auto 90%;
    background-position: right bottom; }

  .partner-logos {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }

  .about-page .about-section-half h2.title {
    width: auto;
    margin: -12px 0 60px; }

  .about-page .about-section-half:last-child {
    padding-bottom: 50px; } }
@media only screen and (max-width: 1200px) {
  .menu-items li {
    margin: 0 15px;
    font-size: 16px; }

  .bg-text {
    font-size: 183px; } }
@media only screen and (max-width: 1024px) {
  .carousel-content p {
    font-size: 42px; }

  .carousel .carousel-item {
    background-attachment: initial; }

  .bg-text {
    font-size: 143px; }

  .smsm-content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }

  .project-logo {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }

  .project-logo img {
    max-width: 250px;
    margin: 0 0 30px; } }
@media only screen and (max-width: 767px) {
  .project-logo img {
    max-width: 90%; }

  .logo {
    width: 230px;
    margin-top: 0px; }

  .navbar {
    padding: 0; }

  .navbar.navbar-dark .navbar-container {
    border-bottom: 0;
    padding-bottom: 0; }

  .carousel-content p {
    font-size: 28px; }

  .carousel .carousel-item img {
    min-height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: all .2s;
    transition: all .2s; }

  .bg-text {
    margin-top: 30px;
    font-size: 87px; }

  .bg-text.bg-text-mn {
    margin-bottom: 0px; }

  .home-portfolio .bg-text {
    margin-top: 0; }

  #about {
    padding-top: 0 !important; }
    #about p {
      font-size: 24px; }

  footer h2 {
    font-size: 36px;
    margin-bottom: 10px; }

  footer {
    padding-top: 30px;
    background-size: auto 250px;
    background-position: right bottom; }

  .awards h2 {
    font-size: 38px; }

  .mt-5,
  .my-5 {
    margin-top: 2rem !important; }

  .pt-5,
  .py-5 {
    padding-top: 2rem !important; }

  .section-border {
    margin: 30px 0 60px; }

  .movies-slider .wrapper {
    margin: 0 2px; }
    .movies-slider .wrapper .info h5 {
      font-size: 18px; }
    .movies-slider .wrapper .info a {
      font-size: 16px; }

  .awards .item {
    margin-bottom: 20px; }

  .about-page h2.title {
    margin-bottom: 20px;
    font-size: 55px;
    line-height: 52px;
    margin-top: -12px; }
  .about-page p {
    font-size: 16px; }
  .about-page .about-section {
    padding-bottom: 120px; }
  .about-page .about-section-half:last-child {
    padding-bottom: 50px; }

  .footer_bottom {
    padding: 30px 0; }

  footer {
    padding-top: 50px; }

  .social-media {
    margin-top: 70px !important; }

  .contact-list {
    margin-top: 50px !important; } }
@media screen and (max-width: 480px) {
  .carousel-content p {
    font-size: 22px; }

  .carousel .carousel-item .slider-bg {
    background: rgba(0, 0, 0, 0.4); }

  .bg-text.bg-text-mn {
    margin: -10px 0 0 0; }

  .bg-text {
    margin-top: 30px;
    font-size: 57px; }

  .partners .item .title {
    font-size: 52px;
    margin-bottom: 25px; }

  .btn-primary {
    padding: 12px 42px;
    font-size: 16px; }

  .awards h2 {
    font-size: 25px; }

  .process .wrapper > img {
    max-width: 90px;
    margin-bottom: 15px; }

  .bg-full {
    margin-top: -90px; }
    .bg-full img {
      min-height: 200px;
      -o-object-fit: cover;
         object-fit: cover; }

  .page-title-area h1 {
    font-size: 42px; }

  footer .contact-list > a, footer .contact-list > span, footer .contact-list > div {
    font-size: 16px; }
    footer .contact-list > a > img, footer .contact-list > span > img, footer .contact-list > div > img {
      margin-right: 15px; }

  footer {
    padding-top: 50px;
    background-size: auto 160px; }

  .social-media {
    margin-top: 70px !important; }

  .contact-list {
    margin-top: 50px !important; } }
@media screen and (min-width: 1400px) {
  .bg-text.bg-text-mn {
    font-size: 175px; } }

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