@font-face {
  font-family: freighttext;
  src: url(freighttext-book.ttf);
}
@font-face {
  font-family: HobeauxBold;
  src: url(HobeauxBold.ttf);
}
@font-face {
  font-family: FreightTextItalic;
  src: url(FreightTextItalic.otf);
}
* {
  font-family: freighttext, "sans-serif";
}

/* Chrome, Safari */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track-piece {
  background-color: #5F5F5F;
}

::-webkit-scrollbar-thumb:vertical {
  background-color: #EF5226;
  border-radius: 5px;
}

.white-section {
  color: black !important;
  background: white;
}

.light-pink-section {
  background: #DAC0DC;
}

.pink-section {
  background: #F073A5;
}

.light-green-section {
  background: #A6CDC6;
}

.silver-section {
  background: #959595;
}

.dark-silver-section {
  background: #5F5F5F;
}

.light-silver-section {
  background: #C4C4C4;
}

.red-section {
  background: #EF5226;
}

.yellow-section {
  background: #F1BF19;
}

.green-section {
  background: #258642;
}

a {
  text-decoration: none;
  color: black;
  transition: 0.3s ease-out;
}

button:focus {
  outline: none !important;
  box-shadow: none !important;
}

ul {
  list-style: none;
  padding: 0;
}

.title {
  font-style: italic;
  font-family: FreightTextItalic, "sans-serif";
  font-size: 40px;
}

.section-padding {
  padding: 120px 0;
}

.active {
  color: #EF5226 !important;
  position: relative;
}
.active:after {
  position: absolute;
  width: 100% !important;
  height: 2px;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #EF5226;
}

.small-title {
  font-family: HobeauxBold, "sans-serif";
  font-size: 20px;
}
.small-title span {
  font-family: HobeauxBold, "sans-serif";
  font-size: 20px;
}

.see-more-btn svg {
  transition: 0.3s ease-out;
  transform: scaleX(2);
}
.see-more-btn:hover svg {
  left: 100px !important;
  margin-left: 20px;
}

.navbar {
  padding: 40px 20px 0;
  /* Icon 3*/
}
.navbar .custom-logo-link img {
  width: 120px;
  height: 60px;
}
.navbar .navbar-collapse ul li {
  padding: 0 10px;
}
.navbar .navbar-collapse ul li a {
  color: black;
  font-family: HobeauxBold, "sans-serif";
  font-size: 22px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  font-weight: bold;
  transition: 0.3s ease-out;
}
.navbar .navbar-collapse ul li a:after {
  transition: 0.3s ease-out;
  width: 0;
  position: absolute;
  height: 2px;
  content: "";
  bottom: 0;
  left: 0;
  background: #EF5226;
}
.navbar .navbar-collapse ul li a:hover {
  color: #EF5226 !important;
  position: relative;
}
.navbar .navbar-collapse ul li a:hover:after {
  width: 100%;
}
.navbar .navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}
.navbar .animated-icon2 {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.navbar .animated-icon2 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.navbar .animated-icon2 span {
  background: white;
}
.navbar .animated-icon2 span:nth-child(1) {
  top: 0;
}
.navbar .animated-icon2 span:nth-child(2), .navbar .animated-icon2 span:nth-child(3) {
  top: 10px;
}
.navbar .animated-icon2 span:nth-child(4) {
  top: 20px;
}
.navbar .animated-icon2.open span:nth-child(1) {
  top: 11px;
  width: 0;
  left: 50%;
}
.navbar .animated-icon2.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navbar .animated-icon2.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.navbar .animated-icon2.open span:nth-child(4) {
  top: 11px;
  width: 0;
  left: 50%;
}

.header-section {
  min-height: 600px;
}

.top-section .text-wrapper p {
  color: white;
  font-style: italic;
  font-family: FreightTextItalic, "sans-serif";
  font-weight: 400;
  font-size: 60px;
}
.home-green-section .text-wrapper p {
  color: #333;
}
.footer .footer-items .info {
  color: black;
}
.footer .footer-items .info ul {
  margin-top: 20px;
}
.footer .footer-sitemap ul li a {
  font-family: FreightTextItalic, "sans-serif";
  font-style: italic;
}
.footer .footer-sitemap ul li a:hover {
  color: red !important;
}
.footer .social-icons ul li {
  font-size: 30px;
  margin-right: 10px;
}
.footer .social-icons ul li svg {
  transition: 0.3s ease-out;
}
.footer .social-icons ul li svg:hover:hover {
  color: red !important;
}

.home-white-section .child-wrapper {
  width: 60%;
  margin: 0 auto;
}
.home-white-section .child-wrapper .text {
  font-size: 20px;
  margin-top: 40px;
}
.home-white-section .slider-wrapper .title, .home-white-section .slider-wrapper .small-title {
  width: 45%;
  color: #EF5226;
  margin: 0 auto;
}
.home-white-section .slider-wrapper .small-title {
  margin-top: 40px;
}
.home-white-section .slider-wrapper .slick-prev {
  background: url("../image/page/prev.png");
}
.home-white-section .slider-wrapper .slick-next {
  background: url("../image/page/next.png");
}
.home-white-section .slider-wrapper .slick-prev, .home-white-section .slider-wrapper .slick-next {
  width: 35px;
  background-repeat: no-repeat;
  height: 35px;
}
.home-white-section .slider-wrapper .slick-prev:before, .home-white-section .slider-wrapper .slick-next:before {
  content: "";
}

.home-pink-section .accordion {
  color: #333;
}
.home-pink-section .accordion .accordion-item .accordion-header .accordion-button {
  border-right: unset;
  border-left: unset;
  border-bottom: unset;
  border-top: 3px solid;
  border-radius: 0;
  font-family: FreightTextItalic, "sans-serif";
  color: #333;
  background-color: transparent;
}
.home-pink-section .accordion .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: unset;
}

.home-pink-section .accordion .accordion-item .accordion-header .close-button {
  width: max-content;
}
.home-pink-section .accordion .accordion-item .accordion-collapse {
  border: unset;
}
.home-pink-section .accordion .accordion-item .accordion-button:not(.collapsed)::after {
  transform: rotate(45deg);
}
.home-pink-section .accordion .accordion-item:last-child {
  border-radius: 0;
  border-bottom: 3px solid;
  border-top: unset;
}

.home-green-section {
  color: #333;
}
.home-pink-section .accordion .accordion-item .accordion-header .accordion-button::after {
  filter: invert(1);
}
.home-silver-section .client-one {
  color: white;
}
.home-silver-section .client-one .see-more .see-more-btn, .home-silver-section .client-two .see-more .see-more-btn {
  color: white;
}
.home-silver-section .client-wrapper .text-wrapper {
  margin-top: 40px;
}
.home-silver-section .client-wrapper .text-wrapper .text {
  font-size: 18px;
  width: 60%;
}
.home-silver-section .client-wrapper .text-wrapper .see-more {
  font-family: HobeauxBold, "sans-serif";
}
.home-silver-section .client-wrapper .text-wrapper .see-more .see-more-btn {
  width: max-content;
  font-family: HobeauxBold, "sans-serif";
}
.home-silver-section .client-wrapper .text-wrapper .see-more .see-more-btn svg {
  margin-top: 4px;
  width: 35px;
}

.home-yellow-section {
  padding: 240px 0;
}
.home-yellow-section .child-wrapper {
  width: max-content;
  margin: 0 auto;
}
.home-yellow-section .child-wrapper .title {
  color: white;
}
.home-yellow-section .child-wrapper .text {
  font-size: 20px;
  margin-top: 40px;
}
.home-yellow-section .child-wrapper .see-more-btn {
  color: white;
  font-family: HobeauxBold, "sans-serif";
  font-size: 36px;
}
.home-yellow-section .child-wrapper .see-more-btn svg {
  position: absolute;
  bottom: -22px;
  right: -22px;
  left: 70px;
  margin: auto;
}

.about-green-section {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 600px;
}
.about-green-section .text-wrapper {
  width: 30%;
}
.about-green-section .text-wrapper .text {
  font-family: FreightTextItalic, "sans-serif";
  font-size: 25px;
  color: white;
}

.about-red-silver-section .red-section {
  height: 50vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: white;
}
.about-red-silver-section .red-section .title {
  font-family: HobeauxBold, "sans-serif";
}
.about-red-silver-section .red-section .text_content {
  width: 460px;
  font-size: 18px;
  max-width: 100%;
  padding: 0 15px;
  margin: 20px auto 0;
}
.contact-pink-section .input-wrapper input, .contact-pink-section .input-wrapper textarea {
  width: 100%;
  background: transparent;
}
.contact-pink-section .input-wrapper input::placeholder, .contact-pink-section .input-wrapper textarea::placeholder {
  font-family: freighttext, "sans-serif";
  font-weight: 400;
  color: black;
  font-size: 18px;
}
.contact-pink-section .input-wrapper input {
  height: 55px;
  border-bottom: 3px solid;
  border-left: none;
  border-right: none;
  border-top: none;
}
.contact-pink-section .input-wrapper input:focus {
  outline: none;
}
.contact-pink-section .input-wrapper textarea {
  padding: 10px 20px;
  margin-top: 50px;
  border: 3px solid;
}
.contact-pink-section .contact-info {
  font-size: 20px;
}
.contact-pink-section .contact-info a {
  margin-top: 38px;
}
.contact-pink-section .get-in-touch {
  margin-top: 40px;
}
.contact-pink-section .get-in-touch button {
  border: none;
  background: transparent;
  color: white;
  position: relative;
  width: max-content;
  transition: 0.3s ease-out;
}
.contact-pink-section .get-in-touch button:after {
  transition: 0.3s ease-out;
  position: absolute;
  content: "";
  height: 3px;
  background: white;
  bottom: -5px;
  width: 100%;
  left: 0;
}
.contact-pink-section .get-in-touch button:hover {
  color: #EF5226;
}
.contact-pink-section .get-in-touch button:hover:after {
  background: #EF5226;
}
.contact-pink-section .contact-right-info {
  padding-left: 50px;
}

.white-section .accordion .accordion-item .accordion-header .accordion-button::after {
  filter: invert(1);
}

.white-section .accordion .accordion-item:last-child {
  border-radius: 0;
  border-bottom: 3px solid black;
  border-top: unset;
}

.cube-section .small-cube-wrapper {
  height: 33.3333333333vw;
}
.cube-section .big-cube-wrapper {
  height: 50vw;
}
.wpcf7-form-control-wrap {
  display: block;
}
.wpcf7-form-control-wrap input, .wpcf7-form-control-wrap textarea {
  background-color: #fff;
}

.loader {
  background-color: #fff;
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 5555;
  overflow: hidden;
  pointer-events: none;
}
.loader .loader_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    pointer-events: none;
    transform: translate(-50%, -50%);
    text-align: center;
}
.loader .loader_inner img {
  width: 180px;
}

.strategy_section {
  padding: 170px 0 50px;
  overflow: hidden;
  position: relative;
}
.strategy_section .big1 {
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
  max-height: 676px;
}
.strategy_section .section_title {
  text-align: center;
  color: #EF5226;
  margin-bottom: 60px;
}
.strategy_section  .row {
  align-items: center;
}
.strategy_section  .row .title {
font-size: 40px;
line-height: 51px;
color: #FF510C;
}
.strategy_section  .row .text {
  font-size: 16px;
  line-height: 32px;
  padding-right: 50px;
}
.strategy_section  .row img {
  width: 500px;
}
.gallery_slider_section {
    padding: 20px 0;
}
.gallery_slider .item {
  margin: 0 4px;
  height: initial!important;
}
.gallery_slider .item img {
  width: 360px;
  height: 360px;
}
.gallery_slider .slick-prev, .gallery_slider .slick-next {
  z-index: 2;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #fff; 
}
.gallery_slider .slick-prev {
  left: 25px;
}
.gallery_slider .slick-next {
  right: 25px;
}
.sections_items_section {
  padding: 60px 0 0;
}
.sections_items_section .item_content {
  align-items: center;
}
.sections_items_section .item_content .text_wrap {
  position: relative;
  padding-left: 50px!important;
}
.sections_items_section .item_content .icon {
  position: absolute;
  width: 43px;
  left: 0px;
  top: 0px;
}
.sections_items_section .item_content .title {
  font-size: 40px;
  line-height: 51px;
  color: #FF510C;
}
.sections_items_section .item_content .text {
  font-size: 16px;
  line-height: 32px;
}
.sections_items_section .item_content .text ul {
  padding-left: 30px;
}
.sections_items_section .item_content .image_wrap {
  text-align: center;
}
.sections_items_section .item:nth-child(even) .text_wrap {
  order: 1;
}
.sections_items_section .item {
  margin-top: -20px;
}
.sections_items_section .item:first-child {
  margin-top: 0;
}

.marketing_section {
  padding: 0 0 200px;
  position: relative;
  overflow: hidden;
}
.marketing_section .big2 {
  position: absolute;
  bottom: -130px;
  left: 0;
  width: 100%;
  max-height: 882px;
}
.marketing_section .section_title {
  text-align: center;
  color: #EF5226;
  margin-bottom: 30px;
}
.marketing_section .row {
  align-items: center;
  margin: 0 -35px !important;
}
.marketing_section .image_wrap {
  padding: 0 35px !important;
}
.marketing_section .image_wrap img {
  float: right;
  max-width: 100%;
}
.marketing_section .text_wrap {
  padding: 0 35px !important;
}
.marketing_section .text_wrap .title{
  font-size: 40px;
line-height: 51px;
color: #FF510C;
}
.marketing_section .text_wrap .text{
  font-size: 16px;
line-height: 32px;
}
.works_items_section {
  padding: 80px 0;
  background-color: #F1BF19;
}
.works_items_section  .section_title {
  text-align: center;
  color: #555555;
  position: relative;
  z-index: 1;
}
.works_items_section  .works_items .item  {
  margin-bottom: 100px;
}
.works_items_section  .works_items .item:last-child  {
  margin-bottom: 0;
}
.works_items_section  .works_items .item .item_content .images {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
.works_items_section  .images .large_image {
  width: auto;
  filter: drop-shadow(0px 0px 47px rgba(0, 0, 0, 0.25));
}
.works_items_section  .images .large_image img {
  margin-bottom: 30px;
  max-width: 100%;
}
.works_items_section  .images .small_image {
  width: 216px;
  flex-shrink: 0;
  margin-left: -43px;
  filter: drop-shadow(0px 0px 47px rgba(0, 0, 0, 0.25));
}
.works_items_section  .works_items .item:nth-child(even) .small_image {
  order: -1;
  margin-left: initial;
  margin-right: -43px;
}
.works_items_section  .works_items .item:nth-child(odd) .small_image {
  margin-bottom: 50px;
}
.works_items_section  .works_items .item .title {
  font-size: 24px;
  line-height: 24px;
}
.works_items_section  .works_items .item:nth-child(even) .title {
  margin-left: auto;
  display: table;
}




@media (max-width: 1200px) {
  .about-green-section .text-wrapper {
    width: 40%;
  }
  .sections_items_section .item_content .text_wrap {
    padding-left: 70px!important;
  }
  .sections_items_section .item_content .icon {
    left: 0;
  }
  .marketing_section .image_wrap img {
    max-width: 100%;
  }
  .strategy_section .big1 {
    top: 0;
    height: 400px;
  }
  .works_items_section .section_title {
    font-size: 48px;
    line-height: 60px;
  }
  .marketing_section .text_wrap .title {
    font-size: 48px;
    line-height: 60px;
  }
  .marketing_section .text_wrap .text {
    font-size: 20px;
    line-height: 30px;
  }
  .marketing_section .big2 {
    max-height: 480px;
    bottom: -80px;
  }
}
@media (max-width: 991px) {
  .contact-pink-section .contact-right-info {
    padding-left: 0;
    margin-top: 30px;
  }

  .contact-pink-section .input-wrapper textarea {
    margin-top: 30px;
    height: 150px;
  }

  .about-green-section .text-wrapper {
    width: 50%;
  }

  .home-white-section .slider-wrapper .title, .home-white-section .slider-wrapper .small-title, .home-white-section .child-wrapper {
    width: 90%;
  }

  .home-silver-section .client-wrapper .text-wrapper .text {
    width: 100%;
  }
  .strategy_section {
    padding-left: 15px;
    padding-right: 15px;
  }
  .strategy_section .section_title {
    font-size: 60px;
    line-height: 80px;
  }
  .gallery_slider .item img {
    width: 250px;
    height: 250px;
  }
  .sections_items_section .item_content .image_wrap img {
    max-width: 100%;
  }
  .sections_items_section .item {
    margin-top: 0;
  }
  .sections_items_section .item:nth-child(even) .text_wrap {
    order: -1;
  }
  .marketing_section .image_wrap {
    margin-bottom: 30px !important;
  }
  .works_items_section .images .small_image {
    width: 167px;
  }
  .sections_items_section .item_content .title {
    font-size: 32px;
    line-height: 48px;
  }
  .marketing_section .big2 {
    max-height: 280px;
    bottom: -30px;
  }
}
@media (max-width: 768px) {
  body {
      overflow-x: hidden;
  }
  .home-silver-section {
    overflow: hidden;
  }
  .home-silver-section > .row {
    margin: 0 !important;
  }
  .navbar-collapse {
    margin-top: 20px;
  }
  .footer .bottom-wrapper .social-icons {
  }

  .about-green-section .text-wrapper {
    width: 60%;
  }

  .top-section .text-wrapper p, .title {
    font-size: 35px;
  }

  .home-white-section .slider-wrapper .title, .home-white-section .slider-wrapper .small-title, .home-white-section .child-wrapper {
    width: 100%;
  }
  .about-red-silver-section .red-section {
    height: auto;
    padding: 80px 0;
 }
 .mobile .top-section .text-wrapper p strong {
  font-size: 36px;
 }
 .home-silver-section .client-one, .home-silver-section .client-two {
  text-align: center;
 }
 .home-silver-section .client-wrapper .text-wrapper .see-more .see-more-btn {
  justify-content: center !important;
  margin: 0 auto;
 }
 .strategy_section .section_title {
  font-size: 40px;
  line-height: 60px;
  margin-bottom: 30px;
 }
 .strategy_section .row >div {
  padding: 0 15px!important;
 }
 .strategy_section .row .title {
  font-size: 36px;
  line-height: 48px;
 }
 .strategy_section .row .text {
  font-size: 20px;
  line-height: 30px;
 }
 .sections_items_section .item_content .text_wrap {
  padding: 0 15px!important;
 }
 .sections_items_section .item_content .title {
  padding-left: 60px;
  font-size: 24px;
  margin-bottom: 30px;
 }
 .sections_items_section .item_content .text {
  font-size: 18px;
  line-height: 28px;
 }
 .gallery_slider_section {
  padding: 20px 0;
 }
 .marketing_section .text_wrap .title {
  font-size: 30px;
  line-height: 42px;
 }
 .marketing_section .section_title {
  margin-bottom: 30px;
 }
 .works_items_section .section_title {
  font-size: 36px;
  line-height: 48px;
 }
 .works_items_section .works_items .item .item_content .images {
  flex-wrap: wrap;
 }
 .works_items_section .images .large_image {
  width: 100%;
  order: 1;
 }
 .works_items_section .images .small_image {
  width: 100%;
  margin: 0 0 30px!important;
 }
 .works_items_section .works_items .item {
  margin-bottom: 50px;
 }
 .strategy_section .big1 {
  height: 300px;
 }
}
@media (max-width: 576px) {
  .about-green-section .text-wrapper {
    width: 95%;
  }

  .about-red-silver-section .red-section .text {
    text-align: center;
  }

  .small-title {
    font-size: 17px;
  }

  .home-white-section .slider-wrapper .small-title {
    margin-top: 20px;
  }

  .top-section .text-wrapper p, .title {
    font-size: 25px;
  }

  .section-padding {
    padding: 80px 0;
  }

  .header-section {
    min-height: 400px;
  }
  .home-green-section {
    padding: 60px 0 40px;
  }
  .home-green-section .text-wrapper p {
    font-size: 36px;
    display: block;
    width: 100%;
    text-align: center;
  }
  .home-white-section .white-slick .item {
    text-align: center;
  }
  .home-silver-section .left-area {
    border-bottom: 4px solid #000;
  }
 .gallery_slider_section {
  padding: 20px 0;
 }
 .strategy_section {
  padding: 150px 0 40px
 }
}

@media (max-width: 380px) {
 .mobile .top-section .text-wrapper p strong {
  font-size: 30px;
 }
}
/*# sourceMappingURL=style.css.map */
