/* Colors */
/* Fonts */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLDz8V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiEyp8kv8JHgFVrFJA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLGT9V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLEj6V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLCz7V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLDD4V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLBT5V1s.ttf) format('truetype');
}
/* Functions */
@media (max-width: 1400px) {
  header .h-top {
    padding: 35px 0;
  }
  header .h-bottom .area-inner {
    padding-left: 100px;
  }
  header .top-menu > li > a {
    font-size: 12px;
    padding: 25px 8px;
  }
  header .top-menu > li a {
    font-size: 12px;
  }
  header .search-form {
    margin-left: 10px;
  }
  header .search-form .form-input {
    padding: 10px 40px 10px 20px;
    font-size: 16px;
    width: 140px;
  }
  header .search-form .form-input::placeholder {
    font-size: 16px;
  }
  header .top-logo img {
    width: 200px;
  }
  #home-services-area .service-area-card .card-title {
    font-size: 22px;
  }
  #home-aboutus {
    padding: 200px 0 160px;
  }
  #home-aboutus .bg-decor {
    display: none;
  }
  #home-services .services-list {
    --gutter-x: 40px;
    --gutter-x2: -40px;
  }
  #home-services .services-list .card-mb {
    margin-bottom: 60px;
  }
  #home-contracted-companies .company-card .image-wrapper::before {
    transform: translateX(10px) rotate(10deg);
  }
  .video-slide .video-text-area .video-title {
    width: 75%;
  }
  .video-slide .video-text-area .video-text {
    font-size: 20px;
  }
  #home-footer-form-area {
    padding: 120px 0 80px;
    --gutter-x: 40px;
    --gutter-x2: -40px;
  }
  footer .footer-top {
    padding: 80px 0;
  }
  #sidebar-area .sidebar-form-area {
    padding: 50px 40px 60px;
  }
  #sidebar-area .sidebar-form-area .form-title-area {
    margin-bottom: 30px;
  }
  #post-detail.contact-page .post-content .contact-items .c-item {
    margin-bottom: 40px;
  }
  #meta-faq-area .faq-sidebar {
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    border-radius: 40px;
  }
  #meta-faq-area .faq-sidebar .title-area {
    padding: 30px;
    font-size: 32px;
  }
  #meta-faq-area .faq-sidebar .faq-list {
    padding: 30px 40px 60px;
  }
  #meta-faq-area .faq-sidebar .faq-list .faq-list-item a {
    font-size: 20px;
  }
  .sidebar-contact-boxes .contact-box {
    border: 3px solid #093D4A;
    font-size: 28px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    border-radius: 24px;
    padding: 30px 25px;
    margin-bottom: 35px;
  }
}
@media (max-width: 1200px) {
  header .h-top {
    padding: 30px 0;
  }
  header .h-bottom .area-inner {
    padding-left: 90px;
  }
  header .top-menu > li > a {
    font-size: 10px;
    padding: 20px 6px;
  }
  header .top-logo img {
    width: 180px;
  }
  header .search-form .form-input {
    font-size: 14px;
    width: 120px;
    padding: 8px 40px 8px 20px ;
  }
  header .search-form .form-input::placeholder {
    font-size: 14px;
  }
  .gen-button {
    min-width: 180px;
    font-size: 16px;
  }
  #home-services-area .service-area-card .card-icon img {
    width: 140px;
    height: 140px;
  }
  #home-services-area .service-area-card .card-title {
    font-size: 20px;
  }
  #home-services-area .service-area-card:hover {
    margin-top: -20px;
  }
  #home-aboutus {
    padding: 160px 0 120px;
  }
  #home-aboutus .bg-decor {
    display: none;
  }
  #home-form-area {
    margin-top: -60px;
  }
  #home-form-area .form-area .input-area .form-in {
    padding: 25px;
  }
  #home-form-area .form-area .input-area textarea {
    height: 160px;
  }
  #home-form-area .form-area .form-button {
    padding: 25px;
  }
  #home-services .services-list {
    --gutter-x: 30px;
    --gutter-x2: -30px;
  }
  #home-services .services-list .card-mb {
    margin-bottom: 40px;
  }
  .video-slide .video-box::before {
    transform: rotate(5deg);
  }
  .video-slide .video-text-area .video-title {
    width: 100%;
    font-size: 22px;
  }
  .video-slide .video-text-area .video-text {
    font-size: 18px;
  }
  #home-videos-area {
    margin-bottom: 60px;
  }
  #home-videos-area .owl-stage {
    padding: 50px 0;
  }
  #home-videos-area .owl-nav {
    gap: 20px;
  }
  #home-videos-area .owl-nav button svg {
    width: 50px;
    height: 50px;
  }
  #home-applications-area .section-title-area {
    margin-bottom: 60px;
  }
  #home-applications-area .application-slide .box-back .box-title {
    font-size: 22px;
  }
  #home-applications-area .application-slide .box-back .box-text {
    font-size: 20px;
  }
  #home-footer-form-area {
    padding: 80px 0 60px;
    --gutter-x: 20px;
    --gutter-x2: -20px;
  }
  #sidebar-area .sidebar-form-area {
    padding: 40px 30px;
  }
  #sidebar-area .sidebar-form-area .form-title-area {
    margin-bottom: 20px;
  }
  #post-detail {
    --gutter-x: 20px;
    --gutter-x2: -20px;
  }
  #post-detail .post-header {
    padding: 100px 0;
    margin-bottom: 100px;
  }
  #post-detail.contact-page {
    padding-bottom: 160px;
  }
  #post-detail.contact-page .post-content .contact-items .c-item {
    margin-bottom: 20px;
  }
  #meta-faq-area .faq-sidebar .title-area {
    padding: 25px;
    font-size: 28px;
  }
  #meta-faq-area .faq-sidebar .faq-list {
    padding: 20px 30px;
  }
  #meta-faq-area .faq-sidebar .faq-list .faq-list-item a {
    font-size: 18px;
  }
  .sidebar-contact-boxes {
    margin-top: 60px;
  }
  .sidebar-contact-boxes .contact-box {
    border: 2px solid #093D4A;
    font-size: 24px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    padding: 25px 20px;
    margin-bottom: 25px;
  }
  .sidebar-contact-boxes .contact-box .box-icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
  }
}
@media (max-width: 991px) {
  header .top-logo {
    bottom: unset;
    position: relative;
    z-index: 3;
    margin-bottom: -60px;
  }
  header .top-logo img {
    width: 160px;
  }
  header .h-bottom {
    padding: 15px 0;
    background-color: transparent;
  }
  header .h-bottom .area-inner {
    padding: 0;
  }
  
  #home-slider .owl-nav button svg {
    width: 40px;
    height: 40px;
  }
  #home-services-area .service-area-card .card-icon img {
    width: 120px;
    height: 120px;
    padding: 15px;
  }
  #home-services-area .service-area-card .card-icon::before {
    top: -10px;
  }
  .section-mini-title {
    font-size: 20px;
  }
  .section-title {
    font-size: 32px;
  }
  .gen-button {
    min-width: 160px;
  }
  #home-aboutus {
    padding: 120px 0 80px;
  }
  #home-aboutus .about-img {
    margin-bottom: 30px;
  }
  #home-aboutus .about-text-area .section-title {
    margin-bottom: 10px;
  }
  #home-aboutus .about-text-area .about-text {
    font-size: 16px;
  }
  #home-aboutus .about-text-area .about-button {
    margin-top: 10px;
  }
  #home-form-area {
    margin-top: -40px;
    padding: 0 2%;
  }
  #home-form-area .form-area .input-area .form-in {
    padding: 20px;
    font-size: 16px;
  }
  #home-form-area .form-area .input-area .form-in::placeholder {
    font-size: 16px;
  }
  #home-form-area .form-area .input-area textarea {
    height: 136px;
  }
  #home-form-area .form-area .form-button {
    padding: 20px;
    font-size: 16px;
  }
  .gen-service-card {
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    -ms-border-radius: 32px;
    border-radius: 32px;
  }
  .gen-service-card .card-text-area {
    padding: 20px 15px;
  }
  .gen-service-card .card-text-area .card-title {
    margin-bottom: 10px;
  }
  #home-services {
    padding: 60px 0;
  }
  #home-services .services-list {
    --gutter-x: 15px;
    --gutter-x2: -15px;
  }
  #home-services .services-list .card-mb {
    margin-bottom: 20px;
  }
  .video-slide .video-box {
    margin-bottom: 30px;
  }
  .video-slide .video-box .youtube-icon {
    width: 50px;
  }
  .video-slide .video-text-area .video-title {
    width: 100%;
    font-size: 20px;
  }
  .video-slide .video-text-area .video-text {
    font-size: 16px;
  }
  #home-videos-area {
    padding: 60px 0;
    margin-bottom: 40px;
  }
  #home-videos-area .owl-stage {
    padding: 40px 0 60px;
  }
  #home-videos-area .owl-nav {
    gap: 20px;
    transform: translateX(-50%);
  }
  #home-videos-area .owl-nav button svg {
    width: 40px;
    height: 40px;
  }
  #home-applications-area .section-title-area {
    margin-bottom: 40px;
  }
  #home-applications-area .application-slide .box-front {
    opacity: 0;
    display: none;
  }
  #home-applications-area .application-slide .box-back {
    opacity: 1;
    top: 0;
    bottom: 0;
  }
  #home-applications-area .application-slide .box-back .box-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  #home-applications-area .application-slide .box-back .box-text {
    font-size: 18px;
    margin-bottom: 15px;
    -webkit-line-clamp: 3;
  }
  #home-applications-area .application-slide .box-back .box-button {
    padding: 8px 32px;
    font-size: 16px;
  }
  #home-footer-form-area {
    padding: 60px 0;
    --gutter-x: 15px;
    --gutter-x2: -15px;
  }
  #home-footer-form-area .form-area .input-area .form-in {
    padding: 15px 20px;
    font-size: 16px;
  }
  #home-footer-form-area .form-area .input-area .form-in::placeholder {
    font-size: 16px;
  }
  #home-footer-form-area .form-area .form-button {
    font-size: 16px;
    padding: 20px;
  }
  footer .footer-top {
    padding: 60px 0 30px;
  }
  footer .footer-top .footer-decor {
    width: 20vw;
    left: 0;
  }
  footer .footer-top .footer-col {
    margin-bottom: 30px;
    justify-content: start;
  }
  footer .footer-top .footer-col::after {
    display: none;
  }
  footer .footer-top .footer-title {
    margin-left: 0;
  }
  #post-detail {
    --gutter-x: 16px;
    --gutter-x2: -16px;
  }
  #post-detail .post-header {
    padding: 80px 0;
    margin-bottom: 80px;
  }
  #post-detail .post-header .post-title {
    font-size: 36px;
  }
  #post-detail .post-content h1 {
    font-size: 28px;
  }
  #post-detail .post-content h2 {
    font-size: 24px;
  }
  #post-detail .post-content h3 {
    font-size: 20px;
  }
  #post-detail .post-content h4,
  #post-detail .post-content h5 {
    font-size: 16px;
  }
  #post-detail .sidebar-form {
    margin-top: 40px;
  }
  #post-detail.contact-page {
    padding-bottom: 120px;
  }
  #post-detail.contact-page .post-content .contact-items .c-item {
    padding: 20px 30px;
  }
  #post-detail.contact-page .post-content .contact-items .c-item .icon {
    margin-right: 30px;
    padding: 20px;
  }
  #post-detail.contact-page .post-content .contact-items .c-item .icon svg {
    width: 40px;
    height: 40px;
  }
  #post-detail.contact-page .map-box {
    margin-top: 80px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    border-radius: 60px;
  }
  #post-detail.contact-page .map-box iframe {
    height: 400px;
  }
  #meta-faq-area {
    margin-top: 40px;
  }
  #meta-faq-area .section-title-area {
    margin-bottom: 30px;
    text-align: center;
  }
  #meta-faq-area .faq-content-area .faq-box .faq-title {
    font-size: 24px;
    padding: 10px;
  }
  #meta-faq-area .faq-content-area .faq-box .faq-text {
    font-size: 16px;
  }
  #meta-videos-area {
    margin-top: 60px;
  }
  #meta-videos-area .owl-stage {
    padding: 40px 0 60px;
  }
  #meta-videos-area .owl-nav {
    gap: 20px;
    transform: translateX(-50%);
  }
  #meta-videos-area .owl-nav button svg {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 768px) {
  header .top-logo {
    margin-bottom: -40px;
  }
  header .top-logo img {
    width: 140px;
  }
  #home-slider .owl-nav button {
    top: 70%;
}
  #home-slider .owl-nav button svg {
    width: 35px;
    height: 35px;
  }
  #home-services-area {
    padding: 40px 0 20px;
  }
  #home-services-area .card-mb {
    margin-bottom: 20px;
  }
  #home-services-area .service-area-card .card-icon img {
    width: 100px;
    height: 100px;
    padding: 10px;
  }
  #home-services-area .service-area-card .card-icon::before {
    top: -10px;
  }
  #home-services-area .service-area-card .card-title {
    font-size: 18px;
    padding: 10px 0;
  }
  .section-mini-title {
    font-size: 18px;
  }
  .section-title {
    font-size: 28px;
  }
  .gen-button {
    padding: 12px;
    min-width: 140px;
  }
  #home-form-area {
    margin-top: -20px;
    padding: 0 25px;
  }
  #home-form-area .form-outer {
    padding: 30px 0;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    border-radius: 40px;
  }
  #home-form-area .form-area .form-title {
    margin-bottom: 20px;
  }
  #home-form-area .form-area .input-area .form-in {
    padding: 15px;
    font-size: 14px;
  }
  #home-form-area .form-area .input-area .form-in::placeholder {
    font-size: 14px;
  }
  #home-form-area .form-area .input-area textarea {
    height: 110px;
  }
  #home-form-area .form-area .form-button {
    padding: 15px;
    font-size: 14px;
  }
  #home-videos-area {
    padding: 40px 0;
  }
  #home-videos-area .bg-decor {
    width: 30vw;
  }
  #home-applications-area .application-slide .box-back .box-title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  #home-applications-area .application-slide .box-back .box-text {
    font-size: 16px;
    margin-bottom: 10px;
  }
  #home-applications-area .application-slide .box-back .box-button {
    padding: 8px 24px;
    font-size: 14px;
  }
  #home-footer-form-area {
    padding: 40px 0;
  }
  footer .footer-top {
    padding: 40px 0 20px;
  }
  footer .footer-top .footer-decor {
    display: none;
  }
  footer .footer-top .footer-col {
    margin-bottom: 20px;
  }
  footer .footer-top .footer-title {
    font-size: 20px;
    margin-bottom: 15px;
    padding-bottom: 5px;
  }
  footer .footer-top .footer-logo {
    margin-bottom: 20px;
  }
  footer .footer-top .footer-socials li {
    margin: 2px;
  }
  footer .footer-top .footer-socials li a svg {
    width: 24px;
    height: 24px;
  }
  footer .footer-bottom {
    padding: 20px 0 80px;
  }
  footer .footer-bottom .copyright {
    margin-bottom: 10px;
  }
  #post-detail .post-header {
    padding: 60px 0;
    margin-bottom: 60px;
  }
  #post-detail .post-header .post-title {
    font-size: 28px;
  }
  #post-detail .post-content h1 {
    font-size: 28px;
  }
  #post-detail .post-content h2 {
    font-size: 24px;
  }
  #post-detail .post-content h3 {
    font-size: 20px;
  }
  #post-detail .post-content h4,
  #post-detail .post-content h5 {
    font-size: 16px;
  }
  #post-detail.contact-page {
    padding-bottom: 80px;
  }
  #post-detail.contact-page .post-content .contact-items .c-item {
    padding: 15px 20px;
  }
  #post-detail.contact-page .post-content .contact-items .c-item .icon {
    margin-right: 15px;
    padding: 15px;
  }
  #post-detail.contact-page .post-content .contact-items .c-item .icon svg {
    width: 32px;
    height: 32px;
  }
  #post-detail.contact-page .post-content .contact-items .c-item .title {
    font-size: 20px;
  }
  #post-detail.contact-page .post-content .contact-items .c-item .value {
    font-size: 14px;
  }
  #post-detail.contact-page .map-box {
    margin-top: 40px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
  }
  #post-detail.contact-page .map-box iframe {
    height: 350px;
  }
  #sidebar-area .sidebar-form-area {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px ;
  }
  #sidebar-area .sidebar-form-area form .form-control {
    padding: 0 15px;
    height: 48px;
  }
  #sidebar-area .sidebar-form-area form .button-white {
    padding: 15px;
  }
  #meta-faq-area {
    margin-top: 40px;
  }
  #meta-faq-area .section-title-area {
    margin-bottom: 30px;
    text-align: center;
  }
  #meta-faq-area .faq-content-area .faq-box .faq-title {
    font-size: 20px;
    padding: 5px;
  }
  #meta-faq-area .faq-content-area .faq-box .faq-text {
    font-size: 14px;
  }
  #meta-videos-area {
    margin-top: 40px;
  }
  #meta-videos-area .owl-stage {
    padding: 40px 0 60px;
  }
  #meta-videos-area .owl-nav {
    gap: 20px;
    transform: translateX(-50%);
  }
  #meta-videos-area .owl-nav button svg {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 575px) {
  .section-mini-title {
    font-size: 16px;
  }
  .section-title {
    font-size: 24px;
  }
  #post-detail {
    padding-bottom: 80px;
  }
  #post-detail .post-header .post-title {
    font-size: 20px;
  }
  #home-contracted-companies {
    padding: 20px 0;
  }
  #home-contracted-companies .owl-stage {
    padding: 15px 0;
  }
  #home-contracted-companies .company-card .image-wrapper::before {
    transform: translateY(-10px);
  }
}
