@charset "UTF-8";
/*
Theme Name: New & Used Shipping Containers
Theme URI: https://www.sigmacontainer.ca/
Author: the TechWyse Team
Author URI: https://www.techwyse.com/
Description: sigmacontainer Inc is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how sigmacontainer Inc elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 6.4
Requires PHP: 5.6
Version: 2.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready

sigmacontainer Inc WordPress Theme, (C) 2020 WordPress.org
sigmacontainer Inc is distributed under the terms of the GNU GPL.
*/
/* Add your custom styles here */
:root {
  --font-outfit: "Bebas Neue", sans-serif;
  /* Font Family */
  --global--font-primary: var(
    --font-outfit,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen-Sans,
    Ubuntu,
    Cantarell,
    "Helvetica Neue",
    sans-serif
  );
  --global--font-secondary: var(
    --font-outfit,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen-Sans,
    Ubuntu,
    Cantarell,
    "Helvetica Neue",
    sans-serif
  );
  --global--color-black: #000;
  --global--color-white: #fff;
  --global--color-red: #ff0100;
  --global--color-grey: #a8a8a8;
  --global--color-border: #e4e5e6;
  --global--border-form: #b2b2b2;
  --global--color-base-text: #404040;
  --global--color-text-alt: var(--global--color-secondary);
  --global--color-fade-text: #797979;
  --global--color-fade-white: #efefef;
  --global--color-primary: #910D09;
  --global--color-secondary: #000;
  --global--color-heading: var(--global--color-secondary);
  --global--color-box-bg: #f5f7f8;
  --tw-wrap-sm: 520px;
  --tw-wrap-md: 715px;
  --tw-wrap-lg: 940px;
  --tw-wrap-xl: 1140px;
  --tw-wrap-xxl: 1520px;
  --tw-gutter-x: 30px;
  --tw-gutter-sm: 20px;
}

.sub-menu-toggle {
  display: none !important;
}

@keyframes slide-up {
  0% {
    margin-bottom: -5px;
  }
  100% {
    margin-bottom: 0;
  }
}
@keyframes slide_Top {
  0% {
    margin-top: -10px;
    transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    opacity: 0;
  }
  100% {
    margin-top: 0;
    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    opacity: 1;
  }
}
@keyframes slide_Left {
  0% {
    margin-left: -10px;
    opacity: 0;
  }
  100% {
    margin-left: 0;
    opacity: 1;
  }
}
@keyframes zoom_left {
  0% {
    margin-left: -10px;
    transform: scale(0.2, 0.2);
    -ms-transform: scale(0.2, 0.2);
    -o-transform: scale(0.2, 0.2);
    -webkit-transform: scale(0.2, 0.2);
    opacity: 0;
  }
  100% {
    margin-left: 0;
    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    opacity: 1;
  }
}
.mob_trigger {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: var(--global--color-white) !important;
  border: 2px solid var(--global--color-primary);
  cursor: pointer;
  flex-flow: column;
  flex: 0 0 40px;
  height: 35px;
  margin-left: 15px;
  padding: 0 !important;
  width: 40px;
}
.mob_trigger span {
  background-color: var(--global--color-primary);
  height: 3px;
  width: 24px;
}
.mob_trigger span:not(:last-child) {
  margin-bottom: 3px;
}
@media (min-width: 1200px) {
  .mob_trigger {
    display: none;
  }
}

.main-menu {
  color: var(--global--color-white);
}
.main-menu ul li a {
  color: var(--global--color-white);
  font-weight: 100;
  line-height: 1.2;
  font-family: "Poppins", sans-serif;
}
.main-menu ul li.current-menu-item a, .main-menu ul li.current-menu-ancestor a, .main-menu ul li.current-page-ancestor a, .main-menu ul li.current-product-ancestor a {
  font-weight: 400;
}
.main-menu ul li.current-menu-item li a, .main-menu ul li.current-menu-ancestor li a, .main-menu ul li.current-page-ancestor li a, .main-menu ul li.current-product-ancestor li a {
  font-weight: 100;
}
@media (min-width: 1200px) {
  .main-menu ul li {
    position: relative;
    padding-left: 0 !important;
  }
  .main-menu ul li a {
    align-items: center;
    color: var(--global--color-black);
    font-size: 13px !important;
    display: inline-flex;
    padding: 0px;
    position: relative;
    font-weight: 500;
    text-transform: none;
  }
  .main-menu ul li a:hover {
    color: #910D09;
  }
  .main-menu ul li a:after {
    display: none !important;
  }
  .main-menu ul li ul li a {
    color: #000;
  }
  .main-menu ul li ul {
    background-color: #fff;
    display: none;
    left: 0;
    position: absolute;
    top: 40px;
    width: 230px;
    z-index: 9;
    *zoom: 1;
  }
  .main-menu ul li ul:after, .main-menu ul li ul:before {
    content: "";
    display: block;
  }
  .main-menu ul li ul:after {
    clear: both;
  }
  .main-menu ul li ul a {
    font-size: 12px !important;
    font-weight: 400;
    height: auto !important;
    line-height: 1.5;
    overflow: hidden;
    padding: 7px 15px;
    position: relative;
    width: 100%;
    color: #fff;
  }
  .main-menu ul li ul li {
    display: block;
    float: none;
    margin: 0;
    padding: 0;
    position: relative;
    border-bottom: solid 1px #ddd;
  }
  .main-menu ul li ul li:last-child {
    border-bottom: none;
  }
  .main-menu ul li ul li ul {
    top: 0 !important;
  }
  .main-menu ul li:hover ul {
    animation: slide_Top 0.2s ease-in-out forwards;
    transform-origin: top center;
    display: block;
  }
  .main-menu ul li:hover li ul {
    display: none;
    left: 100%;
    top: 0;
  }
  .main-menu ul li:hover li:hover a {
    background-color: black;
    color: #fff;
  }
  .main-menu ul li:hover li:hover ul {
    animation: zoom_left 0.2s ease-in-out forwards;
    display: block;
    transform-origin: top left;
  }
  .main-menu ul li:hover li:hover ul li ul {
    display: none;
  }
  .main-menu ul li:hover li:hover ul li:hover ul {
    display: block;
  }
  .main-menu ul li:hover li:hover li:hover a {
    color: #fff;
  }
  .main-menu ul li.submenu {
    padding-right: 16px;
  }
  .main-menu ul li.submenu i {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 26px;
    padding-left: 2px;
    padding-right: 8px;
    position: absolute;
    right: -7px;
    top: 3px;
    transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
  }
  .main-menu ul li.submenu i:before {
    border-bottom: 1px solid black;
    border-right: 1px solid black;
    content: "";
    display: inline-block;
    height: 6px;
    position: relative;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: -2px;
    width: 6px;
  }
  .main-menu ul li.submenu:hover i {
    color: #000;
  }
  .main-menu ul li.submenu li {
    padding-right: 0;
  }
  .main-menu ul li.submenu li a {
    padding-right: 20px;
  }
  .main-menu ul li.submenu li.submenu i {
    background-color: transparent !important;
    height: 31px;
    padding-right: 15px;
    top: 0 !important;
  }
  .main-menu ul li.submenu li.submenu i:before {
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  .main-menu ul li:first-child {
    padding-left: 0;
  }
  .main-menu ul li:last-child ul, .main-menu ul li:nth-last-child(2) ul {
    left: auto;
    right: 0;
  }
  .main-menu ul li:last-child ul ul, .main-menu ul li:nth-last-child(2) ul ul {
    border-left-width: 3px;
    border-right-width: 1px;
    right: -360px;
    width: 225px;
    top: -1px;
  }
  .main-menu ul li.current-menu-item a, .main-menu ul li.current-menu-ancestor a, .main-menu ul li.current-page-ancestor a, .main-menu ul li.current-product-ancestor a {
    font-weight: 600;
    position: relative;
  }
  .main-menu ul li.current-menu-item a:before, .main-menu ul li.current-menu-ancestor a:before, .main-menu ul li.current-page-ancestor a:before, .main-menu ul li.current-product-ancestor a:before {
    background-color: var(--global--color-primary);
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: calc(100% - 0px);
    display: none;
  }
  .main-menu ul li.current-menu-item li a, .main-menu ul li.current-menu-ancestor li a, .main-menu ul li.current-page-ancestor li a, .main-menu ul li.current-product-ancestor li a {
    font-weight: 400;
    position: relative;
  }
  .main-menu ul li.current-menu-item li a:before, .main-menu ul li.current-menu-ancestor li a:before, .main-menu ul li.current-page-ancestor li a:before, .main-menu ul li.current-product-ancestor li a:before {
    display: none;
  }
  .main-menu ul li.current_page_parent li.current_page_item a, .main-menu ul li.current_page_parent li.current_page_parent a, .main-menu ul li.current_page_ancestor li.current_page_item a, .main-menu ul li.current_page_ancestor li.current_page_parent a {
    font-weight: 500;
    color: #000;
  }
  .main-menu ul li.current_page_parent li.current_page_item li a, .main-menu ul li.current_page_parent li.current_page_parent li a, .main-menu ul li.current_page_ancestor li.current_page_item li a, .main-menu ul li.current_page_ancestor li.current_page_parent li a {
    background-color: black;
    font-weight: 400;
  }
  .main-menu ul li.current_page_parent li.current_page_item li.current_page_item a, .main-menu ul li.current_page_parent li.current_page_parent li.current_page_item a, .main-menu ul li.current_page_ancestor li.current_page_item li.current_page_item a, .main-menu ul li.current_page_ancestor li.current_page_parent li.current_page_item a {
    background-color: #790b08;
    font-weight: 500;
  }
  .main-menu > ul {
    align-items: center;
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
  }
  .main-menu > ul > * {
    align-items: center;
    display: inline-flex;
    height: 40px;
    margin-left: 10px;
    margin-right: 12px;
    transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
  }
}
@media (min-width: 1600px) {
  .main-menu ul li.submenu i {
    height: 32px;
    padding-right: 6px;
    top: 8px;
  }
  .main-menu ul li.submenu i:before {
    height: 8px;
    width: 8px;
  }
  .main-menu ul li.submenu li.submenu i {
    height: 44px;
  }
  .main-menu ul li a {
    font-size: 16px !important;
  }
  .main-menu ul li ul {
    top: 56px;
    width: 260px;
  }
  .main-menu ul li ul a {
    font-size: 16px !important;
    padding: 10px 15px;
  }
  .main-menu ul li ul ul {
    left: 100% !important;
  }
  .main-menu > ul {
    margin-left: 0px;
    margin-right: -25px;
  }
  .main-menu > ul > * {
    height: 56px;
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media (min-width: 1850px) {
  .main-menu ul {
    margin-left: -15px;
    margin-right: 0px;
  }
  .main-menu ul li.submenu i {
    top: 4px;
  }
  .main-menu ul li a {
    font-size: 18px !important;
  }
  .main-menu ul li ul {
    top: 40px;
    width: 340px;
  }
  .main-menu ul li ul a {
    font-size: 15px !important;
    color: #fff;
  }
  .main-menu > ul {
    margin-left: 0px;
    margin-right: 0px;
  }
  .main-menu > ul > * {
    height: 45px;
    margin-left: 25px;
    margin-right: 0px;
  }
}

@media (max-width: 1199px) {
  .project_header .top_menu {
    display: none !important;
  }
  .main-menu {
    background-color: var(--global--color-secondary);
    height: 100%;
    overflow-y: auto;
    position: fixed;
    right: -280px;
    text-align: left;
    top: 0;
    transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
    width: 280px;
    z-index: 1005;
  }
  .main-menu ul + ul {
    padding-top: 0;
  }
  .main-menu ul {
    display: block;
    margin: 0 auto;
    width: 100%;
  }
  .main-menu ul li {
    border-bottom: 1px solid #080808;
    line-height: 0;
    position: relative;
    text-align: left;
    display: inline-block;
    width: 100%;
  }
  .main-menu ul li a {
    color: var(--global--color-white) !important;
    font-weight: 300;
    padding: 10px 36px 10px 15px;
    width: 100%;
    display: inline-block;
  }
  .main-menu ul li i {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 35px;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 0;
    transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    width: 32px;
  }
  .main-menu ul li i:before {
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
    border-right: 1px solid rgba(255, 255, 255, 0.8);
    content: "";
    display: inline-block;
    height: 6px;
    position: relative;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    top: -2px;
    width: 6px;
  }
  .main-menu ul li.opened a {
    background-color: black;
  }
  .main-menu ul li.opened i:before {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .main-menu ul li.opened li a {
    background-color: black;
  }
  .main-menu ul li.opened li i:before {
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  .main-menu ul li.open a {
    background-color: black;
  }
  .main-menu ul li.open i:before {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .main-menu ul li.open li a {
    background-color: black;
  }
  .main-menu ul li.open li i:before {
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  .main-menu ul li ul {
    display: none;
  }
  .main-menu ul li.current-menu-item a, .main-menu ul li.current_page_ancestor a, .main-menu ul li.current-menu-ancestor a {
    background-color: var(--global--color-primary);
    font-weight: 500;
  }
  .main-menu ul li.current-menu-item li, .main-menu ul li.current_page_ancestor li, .main-menu ul li.current-menu-ancestor li {
    border-bottom-color: #a90f0a;
  }
  .main-menu ul li.current-menu-item li a, .main-menu ul li.current_page_ancestor li a, .main-menu ul li.current-menu-ancestor li a {
    background-color: #830c08;
    font-weight: 300;
  }
  .main-menu ul li.current-menu-item li.current_page_item a, .main-menu ul li.current-menu-item li.current_page_ancestor a, .main-menu ul li.current_page_ancestor li.current_page_item a, .main-menu ul li.current_page_ancestor li.current_page_ancestor a, .main-menu ul li.current-menu-ancestor li.current_page_item a, .main-menu ul li.current-menu-ancestor li.current_page_ancestor a {
    background-color: #740a07;
  }
  .main-menu ul li.current-menu-item li.current_page_item li, .main-menu ul li.current-menu-item li.current_page_ancestor li, .main-menu ul li.current_page_ancestor li.current_page_item li, .main-menu ul li.current_page_ancestor li.current_page_ancestor li, .main-menu ul li.current-menu-ancestor li.current_page_item li, .main-menu ul li.current-menu-ancestor li.current_page_ancestor li {
    border-bottom-color: #a90f0a;
  }
  .main-menu ul li.current-menu-item li.current_page_item li a, .main-menu ul li.current-menu-item li.current_page_ancestor li a, .main-menu ul li.current_page_ancestor li.current_page_item li a, .main-menu ul li.current_page_ancestor li.current_page_ancestor li a, .main-menu ul li.current-menu-ancestor li.current_page_item li a, .main-menu ul li.current-menu-ancestor li.current_page_ancestor li a {
    background-color: #610906;
  }
  .main-menu ul li.current-menu-item li.current_page_item li.current_page_item a, .main-menu ul li.current-menu-item li.current_page_ancestor li.current_page_item a, .main-menu ul li.current_page_ancestor li.current_page_item li.current_page_item a, .main-menu ul li.current_page_ancestor li.current_page_ancestor li.current_page_item a, .main-menu ul li.current-menu-ancestor li.current_page_item li.current_page_item a, .main-menu ul li.current-menu-ancestor li.current_page_ancestor li.current_page_item a {
    background-color: #570805;
  }
  .open .main-menu {
    right: 0px;
  }
  .open .mob_trigger:before {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .open .mob_trigger:after {
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  .open .mob_trigger .bar {
    opacity: 0;
    transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    -o-transform: translate(-100%, -50%);
    -webkit-transform: translate(-100%, -50%);
  }
  .open .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
  }
}
[class*=footer_menu-] li {
  padding-bottom: 6px;
  padding-top: 6px;
}
[class*=footer_menu-] a {
  color: var(--global--color-white);
  font-size: 16px !important;
  font-weight: 200;
}
[class*=footer_menu-] a:hover {
  opacity: 0.7;
}

@media (min-width: 768px) {
  .footer_menu-secondary > ul {
    display: flex;
  }
  .footer_menu-secondary > ul > li > a {
    font-weight: 500;
  }
  .footer_menu-secondary > ul > li:first-child {
    flex: 0 0 34%;
    width: 34%;
  }
  .footer_menu-secondary > ul > li:nth-child(2) {
    flex: 0 0 66%;
    width: 66%;
  }
  .footer_menu-secondary > ul > li:nth-child(2) ul {
    -moz-columns: 2 auto;
         columns: 2 auto;
  }
}
@media (min-width: 768px) {
  [class*=footer_menu-] a {
    font-size: 14px !important;
  }
}
@media (min-width: 1200px) {
  [class*=footer_menu-] a {
    font-size: 14px !important;
  }
}
@media (min-width: 1600px) {
  [class*=footer_menu-] a {
    font-size: 16px !important;
  }
}
@media (max-width: 767px) {
  .footer_menu-main ul {
    -moz-columns: 1;
         columns: 1;
  }
  .footer_menu-secondary li ul {
    display: none;
  }
  .footer_menu-secondary li.submenu {
    position: relative;
  }
  .footer_menu-secondary li.submenu i {
    background-color: var(--global--color-primary);
    height: 20px;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
  }
}
.main-menu ul li.submenu ul li ul li a:hover {
  background: #910D09 !important;
}

.main-menu ul li.submenu ul li:hover i:before {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}

.main-menu ul li.submenu ul li.current-menu-item i:before {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}

@media (min-width: 768px) {
  .ipad-clear {
    clear: both;
    display: block;
  }
  .tw-col-md-3 {
    flex: 0 0 25%;
  }
  .tw-col-md-6 {
    flex: 0 0 50%;
    width: 50%;
  }
  .tw-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(-0.5 * var(--tw-gutter-sm));
    margin-right: calc(-0.5 * var(--tw-gutter-sm));
  }
  .tw-row > * {
    flex-shrink: 0;
    margin-bottom: calc(var(--tw-gutter-sm) * 0.5);
    margin-top: calc(var(--tw-gutter-sm) * 0.5);
    max-width: 100%;
    min-height: 1px;
    padding-left: calc(var(--tw-gutter-sm) * 0.5);
    padding-right: calc(var(--tw-gutter-sm) * 0.5);
    position: relative;
    width: 100%;
  }
  .tw-col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333% !important;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .tw-col-md-7 {
    flex: 0 0 100%;
    max-width: 100% !important;
  }
}
@media (min-width: 768px) {
  .tw-col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .tw-col-md-5 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .tw-col-md-9 {
    flex: 0 0 75%;
    width: 75%;
  }
  .tw-col-md-12 {
    flex: 0 0 100%;
    width: 100%;
  }
  .project_header {
    padding-bottom: 7px;
    padding-top: 20px;
  }
  .project_header .elementor-button-wrapper {
    padding-left: 20px;
  }
  .project_header .elementor-button-wrapper .elementor-button .icon_wrap {
    display: none !important;
  }
  .project_header.slim {
    padding-bottom: 7px;
    padding-top: 7px;
  }
  .project_banner .banner_wrapper {
    margin-left: auto;
    width: 75%;
  }
  .service_grid_wrapper {
    max-width: 355px;
  }
  .service_grid_wrapper .service_thumb {
    height: 280px;
  }
  .service_grid_wrapper [class*=service_name] svg {
    height: 19px;
    margin-left: 10px;
  }
  .service_grid_wrapper .service_name {
    font-size: 23px !important;
  }
  .service_grid_wrapper .service_name svg {
    margin-top: 4px;
  }
  .service_grid_wrapper .service_name_hover {
    font-size: 26px !important;
  }
  .service_grid_wrapper .service_name_hover svg {
    margin-top: 8px;
  }
  .service_grid_wrapper .service_brief.default {
    padding: 40px 40px 60px;
  }
  .service_grid_wrapper .service_brief.hover {
    height: calc(100% - 280px);
    padding: 40px 20px 60px;
  }
  .service_grid_wrapper .elementor-button-wrapper {
    padding-top: 15px;
  }
  .industries_wrapper .ind_tab_items {
    font-size: 30px !important;
    height: 60px;
    padding-left: 50px;
  }
  .industries_wrapper .ind_tab_items .item_icon {
    flex: 0 0 32px;
    margin-right: 18px;
    padding-left: 4px;
    position: relative;
    width: 32px;
  }
  .industries_wrapper .ind_tab_items .item_icon:before {
    height: 19px;
    width: 19px;
  }
  .industries_wrapper .ind_tab_items .item_icon svg {
    height: 28px;
    width: 28px;
  }
  .industries_wrapper .ind_tab_items .icon-arrow:before {
    height: 16px;
    width: 16px;
  }
  .industries_wrapper .ind_tab_items .icon-arrow svg {
    height: 25px;
    width: 25px;
  }
  .ind_tab_content {
    padding: 20px 0 20px calc(46% + 50px);
  }
  .ind_tab_content .ind_tab_image {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 46%;
  }
  .ind_tab_content .ind_tab_image img {
    display: none !important;
  }
  .footer_top {
    display: flex;
  }
  .footer_top .ftr_qcd {
    flex: 0 0 33%;
    width: 33%;
  }
  .footer_top .ftr_gmb_map {
    flex: 0 0 67%;
    width: 67%;
  }
  .footer_top .ftr_news_letter {
    justify-content: flex-end;
    flex: 0 0 67%;
    position: absolute;
    right: 0;
    top: 200px;
    width: 67%;
    z-index: 3;
  }
  .footer_top .ftr_main_menu {
    flex: 0 0 22%;
    width: 22%;
  }
  .footer_top .ftr_other_menu {
    flex: 0 0 85%;
    width: 85%;
  }
  .logo_wrapper-footer {
    padding-bottom: 30px;
  }
  .qcd_wrapper {
    padding-bottom: 20px;
  }
  .qcd_wrapper li:not(:last-child) {
    margin-bottom: 15px;
  }
  .qcd_wrapper .qcd_icon {
    flex: 0 0 30px;
    height: 30px;
    margin-right: 10px;
    width: 30px;
  }
  .qcd_wrapper .qcd_icon svg {
    height: 25px !important;
    width: 25px !important;
  }
  .qcd_wrapper .qcd_shorts {
    font-size: 15px !important;
  }
  .qcd_wrapper .qcd_shorts a[href^=tel] {
    font-size: 18px !important;
  }
  [class*=social_media-] {
    margin-left: -6px;
    margin-right: -6px;
  }
  [class*=social_media-] > * {
    font-size: 15px !important;
    padding-left: 6px;
    padding-right: 6px;
  }
  [class*=social_media-] svg {
    height: 16px !important;
    width: 16px !important;
  }
  .iframe_wrap {
    height: 180px;
  }
  .nl_title_sec small {
    font-size: 12px !important;
  }
  .nl_form_sec .input-holder ::-webkit-input-placeholder {
    font-size: 14px !important;
  }
  .nl_form_sec .input-holder :-moz-placeholder {
    font-size: 14px !important;
  }
  .nl_form_sec .input-holder ::-moz-placeholder {
    font-size: 14px !important;
  }
  .nl_form_sec .input-holder :-ms-input-placeholder {
    font-size: 14px !important;
  }
  .nl_form_sec .newsInput {
    font-size: 14px !important;
    height: 42px;
    padding-left: 10px;
    padding-right: 50px;
  }
  .nl_form_sec .btn_submit {
    height: 40px;
    width: 40px;
  }
  .nl_form_sec .btn_submit svg {
    height: 16px !important;
  }
  .copyright {
    font-size: 15px !important;
    margin-top: 25px;
    padding-top: 25px;
  }
  .project_values .e-con-inner .elementor-widget-icon-box {
    flex: 0 0 33.3333333333%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ftr_news_letter .nl_title_sec {
    font-size: 16px !important;
    padding-bottom: 10px;
    width: 100%;
  }
  .ftr_news_letter .nl_title_sec .clear {
    display: inline;
    padding-left: 4px;
  }
  .qcd_wrapper .qcd_shorts {
    font-size: 14px !important;
  }
  .qcd_wrapper .qcd_shorts a[href^=tel] {
    font-size: 17px !important;
  }
}
@media (min-width: 992px) {
  .tw-col-lg-6 {
    flex: 0 0 50%;
    width: 50%;
  }
  .project_banner .banner_wrapper {
    width: 60%;
  }
  .service_grid_wrapper {
    max-width: 285px;
  }
  .service_grid_wrapper .service_thumb {
    height: 230px;
  }
  .service_grid_wrapper [class*=service_name] svg {
    height: 15px;
    margin-left: 6px;
  }
  .service_grid_wrapper .service_name {
    font-size: 19px !important;
  }
  .service_grid_wrapper .service_name svg {
    margin-top: 4px;
  }
  .service_grid_wrapper .service_name_hover {
    font-size: 22px !important;
  }
  .service_grid_wrapper .service_name_hover svg {
    margin-top: 4px;
  }
  .service_grid_wrapper .service_brief.default {
    padding: 25px 25px 45px;
  }
  .service_grid_wrapper .service_brief.hover {
    height: calc(100% - 230px);
    padding: 25px 15px 45px;
  }
  .service_grid_wrapper .elementor-button-wrapper {
    padding-top: 15px;
  }
  .nl_title_sec {
    padding-right: 20px;
  }
  .nl_form_sec {
    max-width: 320px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .ind_tab_content .ind_tab_image {
    border-radius: 0;
    -webkit-border-radius: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .package_icons_wraper .e-con-inner {
    margin-left: -7px !important;
    margin-right: -7px !important;
  }
  .package_icons_wraper .elementor-widget-icon-box {
    flex: 0 0 20%;
    padding: 7px !important;
    width: 20%;
  }
  .package_icons_wraper .elementor-icon-box-wrapper {
    height: 118px;
  }
  .package_icons_wraper .elementor-icon-box-icon {
    padding-right: 0;
  }
  .package_icons_wraper .elementor-icon svg {
    height: 40px !important;
  }
  .package_icons_wraper .elementor-icon-box-content {
    flex: 0 0 100%;
    width: 100%;
  }
  .package_icons_wraper .elementor-icon-box-title {
    font-size: 17px !important;
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .desktop-clear {
    clear: both;
    display: block;
  }
  .tw-col-xl-6 {
    flex: 0 0 50%;
    width: 50%;
  }
  .project_header .header_right {
    flex-flow: column wrap;
  }
  .project_header .hRight_top {
    margin-left: auto;
    padding-top: 5px;
  }
  .project_header .top_call .text_wrap {
    padding-left: 10px;
  }
  .project_banner.home .container {
    height: 100vh;
    max-height: 856px;
    padding-top: 120px;
  }
  .project_banner.inner .container {
    height: 600px;
    padding-top: 120px;
  }
  .service_grid_wrapper {
    max-width: 265px;
  }
  .service_grid_wrapper .service_thumb {
    height: 210px;
  }
  .service_grid_wrapper [class*=service_name] svg {
    height: 15px;
    margin-left: 6px;
  }
  .service_grid_wrapper .service_name {
    font-size: 17px !important;
  }
  .service_grid_wrapper .service_name svg {
    margin-top: 4px;
  }
  .service_grid_wrapper .service_name_hover {
    font-size: 19px !important;
  }
  .service_grid_wrapper .service_name_hover svg {
    margin-top: 4px;
  }
  .service_grid_wrapper .service_brief.default {
    padding: 25px 25px 45px;
  }
  .service_grid_wrapper .service_brief.hover {
    height: calc(100% - 210px);
    padding: 25px 15px 45px;
  }
  .service_grid_wrapper .elementor-button-wrapper {
    padding-top: 15px;
  }
  .industries_wrapper {
    display: flex !important;
  }
  .industries_wrapper .resp-tabs-list {
    display: flex;
    flex-wrap: wrap;
    background-color: #130b2d;
    flex: 0 0 40%;
    flex-flow: column;
    margin-bottom: 0 !important;
    padding-right: 50px;
    width: 40%;
  }
  .industries_wrapper .resp-tabs-container {
    flex: 0 0 60%;
    width: 60%;
  }
  .package_icons_wraper .elementor-widget-icon-box {
    flex: 0 0 20%;
    padding: 10px 15px !important;
    width: 20%;
  }
  .package_icons_wraper .elementor-icon-box-wrapper {
    height: 76px;
  }
  .package_icons_wraper .elementor-icon-box-icon {
    padding-right: 15px;
  }
  .package_icons_wraper .elementor-icon svg {
    height: 35px !important;
  }
  .package_icons_wraper .elementor-icon-box-title {
    font-size: 14px !important;
  }
  .footer_top .ftr_qcd {
    flex: 0 0 22%;
    order: 1;
    width: 22%;
  }
  .footer_top .ftr_gmb_map {
    flex: 0 0 18%;
    order: 4;
    padding-top: 35px;
    width: 18%;
  }
  .footer_top .ftr_news_letter {
    justify-content: flex-end;
    bottom: 0;
    flex: 0 0 42%;
    order: 5;
    position: absolute;
    right: 0;
    top: auto;
    width: 42%;
    z-index: 3;
  }
  .footer_top .ftr_main_menu {
    flex: 0 0 15%;
    order: 2;
    width: 15%;
  }
  .footer_top .ftr_other_menu {
    flex: 0 0 35%;
    order: 3;
    width: 35%;
  }
  .ftr_news_letter .nl_title_sec {
    padding-right: 15px;
  }
  .logo_wrapper-footer {
    padding-bottom: 30px;
  }
  .qcd_wrapper {
    padding-bottom: 20px;
  }
  .qcd_wrapper li:not(:last-child) {
    margin-bottom: 15px;
  }
  .qcd_wrapper .qcd_icon {
    flex: 0 0 26px;
    height: 26px;
    margin-right: 10px;
    width: 26px;
  }
  .qcd_wrapper .qcd_icon svg {
    height: 25px !important;
    width: 25px !important;
  }
  .qcd_wrapper .qcd_shorts {
    font-size: 14px !important;
  }
  .qcd_wrapper .qcd_shorts a[href^=tel] {
    font-size: 17px !important;
  }
  [class*=social_media-] {
    margin-left: -6px;
    margin-right: -6px;
  }
  [class*=social_media-] > * {
    font-size: 15px !important;
    padding-left: 6px;
    padding-right: 6px;
  }
  [class*=social_media-] svg {
    height: 16px !important;
    width: 16px !important;
  }
  .iframe_wrap {
    height: 180px;
  }
  .nl_title_sec small {
    font-size: 11px !important;
  }
  .nl_form_sec {
    max-width: 200px;
  }
  .nl_form_sec .input-holder ::-webkit-input-placeholder {
    font-size: 12px !important;
  }
  .nl_form_sec .input-holder :-moz-placeholder {
    font-size: 12px !important;
  }
  .nl_form_sec .input-holder ::-moz-placeholder {
    font-size: 12px !important;
  }
  .nl_form_sec .input-holder :-ms-input-placeholder {
    font-size: 12px !important;
  }
  .nl_form_sec .newsInput {
    font-size: 12px !important;
    height: 38px;
    padding-left: 10px;
    padding-right: 50px;
  }
  .nl_form_sec .btn_submit {
    height: 36px;
    width: 36px;
  }
  .nl_form_sec .btn_submit svg {
    height: 14px !important;
  }
  .copyright {
    font-size: 14px !important;
    margin-top: 25px;
    padding-top: 25px;
  }
  .project_values .e-con-inner .elementor-widget-icon-box {
    flex: 0 0 16.6666666667%;
  }
}
@media (min-width: 1600px) {
  .project_header {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .project_header .elementor-button-wrapper {
    padding-left: 50px;
  }
  .project_header .hRight_top {
    padding-top: 5px;
  }
  .project_header .top_call .text_wrap {
    padding-left: 15px;
  }
  .project_header.slim {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .project_banner .banner_wrapper {
    width: 58%;
  }
  .project_banner .banner_sub_text {
    padding-top: 15px;
  }
  .project_banner .elementor-button-wrapper {
    padding-top: 25px;
  }
  .service_grid_wrapper {
    max-width: 355px;
  }
  .service_grid_wrapper .service_thumb {
    height: 280px;
  }
  .service_grid_wrapper [class*=service_name] svg {
    height: 19px;
    margin-left: 10px;
  }
  .service_grid_wrapper .service_name {
    font-size: 23px !important;
  }
  .service_grid_wrapper .service_name svg {
    margin-top: 4px;
  }
  .service_grid_wrapper .service_name_hover {
    font-size: 26px !important;
  }
  .service_grid_wrapper .service_name_hover svg {
    margin-top: 8px;
  }
  .service_grid_wrapper .service_brief.default {
    padding: 40px 40px 60px;
  }
  .service_grid_wrapper .service_brief.hover {
    height: calc(100% - 280px);
    padding: 40px 20px 60px;
  }
  .service_grid_wrapper .elementor-button-wrapper {
    padding-top: 15px;
  }
  .ind_tab_content {
    min-height: 510px;
    padding: 20px 0 20px calc(46% + 50px);
  }
  .package_icons_wraper .elementor-widget-icon-box {
    flex: 0 0 20%;
    padding: 10px 15px !important;
    width: 20%;
  }
  .package_icons_wraper .elementor-icon-box-wrapper {
    height: 118px;
  }
  .package_icons_wraper .elementor-icon-box-icon {
    padding-right: 30px;
  }
  .package_icons_wraper .elementor-icon svg {
    height: 53px !important;
  }
  .package_icons_wraper .elementor-icon-box-title {
    font-size: 19px !important;
  }
  .footer_top .ftr_gmb_map {
    padding-top: 50px;
  }
  .ftr_news_letter .nl_title_sec {
    padding-right: 30px;
  }
  .logo_wrapper-footer {
    padding-bottom: 30px;
  }
  .qcd_wrapper {
    padding-bottom: 20px;
  }
  .qcd_wrapper li:not(:last-child) {
    margin-bottom: 15px;
  }
  .qcd_wrapper .qcd_icon {
    flex: 0 0 32px;
    height: 32px;
    margin-right: 12px;
    width: 32px;
  }
  .qcd_wrapper .qcd_icon svg {
    height: 25px !important;
    width: 25px !important;
  }
  .qcd_wrapper .qcd_shorts {
    font-size: 17px !important;
  }
  .qcd_wrapper .qcd_shorts a[href^=tel] {
    font-size: 27px !important;
  }
  [class*=social_media-] {
    margin-left: -10px;
    margin-right: -10px;
  }
  [class*=social_media-] > * {
    font-size: 18px !important;
    padding-left: 10px;
    padding-right: 10px;
  }
  [class*=social_media-] svg {
    height: 23px !important;
    width: 23px !important;
  }
  .iframe_wrap {
    height: 215px;
  }
  .nl_title_sec small {
    font-size: 12px !important;
  }
  .nl_form_sec {
    max-width: 290px;
  }
  .nl_form_sec .input-holder ::-webkit-input-placeholder {
    font-size: 14px !important;
  }
  .nl_form_sec .input-holder :-moz-placeholder {
    font-size: 14px !important;
  }
  .nl_form_sec .input-holder ::-moz-placeholder {
    font-size: 14px !important;
  }
  .nl_form_sec .input-holder :-ms-input-placeholder {
    font-size: 14px !important;
  }
  .nl_form_sec .newsInput {
    font-size: 14px !important;
    height: 47px;
    padding-left: 20px;
    padding-right: 60px;
  }
  .nl_form_sec .btn_submit {
    height: 45px;
    width: 45px;
  }
  .nl_form_sec .btn_submit svg {
    height: 18px !important;
  }
  .copyright {
    font-size: 19px !important;
    margin-top: 60px;
    padding-top: 60px;
  }
}
@media (min-width: 1850px) {
  .project_header {
    padding-bottom: 5px;
    padding-top: 10px;
  }
  .project_header .elementor-button-wrapper {
    padding-left: 60px;
  }
  .project_header.slim {
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .project_banner .banner_wrapper {
    width: 62%;
  }
  .project_banner .banner_sub_text {
    padding-top: 0px;
  }
  .project_banner .elementor-button-wrapper {
    padding-top: 32px;
  }
  .case_studies_grid {
    padding: 40px;
  }
}
@media (max-width: 1199px) {
  .project_header .logo_wrapper svg {
    height: 80px;
  }
  .project_banner.home .container {
    height: 507px;
    padding-top: 107px;
  }
  .industries_wrapper .ind_tab_items .icon-arrow {
    display: none !important;
  }
  .industries_wrapper ul.resp-tabs-list {
    display: none;
  }
  .industries_wrapper h2.resp-accordion {
    display: block;
    margin-bottom: 0 !important;
    margin-top: 0;
    position: relative;
  }
  .industries_wrapper .resp-accordion-closed {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .project_header .logo_wrapper svg {
    height: 70px;
  }
  .project_banner.home .container {
    height: 447px;
    padding-top: 97px;
  }
  .package_icons_wraper .e-con-inner {
    margin-left: -7px !important;
    margin-right: -7px !important;
  }
  .package_icons_wraper .elementor-widget-icon-box {
    flex: 0 0 33.33333%;
    padding: 7px !important;
    width: 33.33333%;
  }
  .package_icons_wraper .elementor-icon-box-wrapper {
    height: 70px;
  }
  .package_icons_wraper .elementor-icon-box-icon {
    padding-right: 15px;
  }
  .package_icons_wraper .elementor-icon svg {
    height: 40px !important;
  }
  .package_icons_wraper .elementor-icon-box-title {
    font-size: 17px !important;
  }
}
@media (max-width: 767px) {
  .project_header .logo_wrapper svg {
    height: 60px;
  }
  .project_header .top_call .text_wrap {
    display: none;
  }
  .project_header .elementor-button-wrapper .elementor-button .text {
    display: none;
  }
  .project_banner.home .container {
    height: 360px;
    padding-top: 85px;
  }
  .ind_tab_content .ind_tab_image {
    background-image: none !important;
    height: 200px;
    margin-bottom: 10px;
  }
  .ind_tab_content .ind_tab_image img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100% !important;
  }
  .package_icons_wraper .elementor-widget-icon-box {
    flex: 0 0 50%;
    width: 50%;
  }
  .package_icons_wraper .elementor-icon-box-wrapper {
    height: 70px;
  }
  .package_icons_wraper .elementor-icon-box-icon {
    padding-right: 10px;
  }
  .package_icons_wraper .elementor-icon svg {
    height: 34px !important;
  }
  .package_icons_wraper .elementor-icon-box-title {
    font-size: 15px !important;
  }
  .ftr_news_letter .nl_title_sec {
    line-height: 1;
    padding-bottom: 10px;
    width: 100%;
  }
  .ftr_news_letter .nl_title_sec .clear {
    display: inline-block;
    padding-left: 4px;
  }
}
@media (max-width: 574px) {
  .package_icons_wraper .elementor-widget-icon-box {
    flex: 0 0 50%;
    width: 50%;
  }
  .package_icons_wraper .elementor-icon-box-wrapper {
    height: 100px;
  }
  .package_icons_wraper .elementor-icon-box-icon {
    padding-right: 0;
  }
  .package_icons_wraper .elementor-icon svg {
    height: 34px !important;
  }
  .package_icons_wraper .elementor-icon-box-content {
    flex: 0 0 100%;
    width: 100%;
  }
  .package_icons_wraper .elementor-icon-box-title {
    font-size: 15px !important;
    text-align: center;
  }
}
@-moz-document url-prefix() {
  .form-elements {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
}
body, html {
  line-height: 1.4;
}

body p, body li {
  color: inherit;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  text-align: inherit;
  font-weight: 300 !important;
  font-size: inherit;
}

/*@media (min-width: 320px) {
    #content_wrapper {
        padding-top: 90px !important;
    }
}
@media (min-width: 768px) {
    #content_wrapper {
        padding-top: 110px;
    }
}
@media (min-width: 1200px) {
    #content_wrapper {
        padding-top: 90px !important;
    }
}
@media (min-width: 1360px) {
    #content_wrapper {
        padding-top: 90px !important;
    }
}
@media (min-width: 1440px) {
    #content_wrapper {
        padding-top: 95px !important;
    }
}
@media (min-width: 1500px) {
    #content_wrapper {
        padding-top: 128px !important;
    }
}*/
@media (min-width: 1200px) {
  .main-menu ul li.meg-menu ul {
    -moz-columns: 3 !important;
         columns: 3 !important;
    -moz-column-gap: 0;
         column-gap: 0;
    width: 570px !important;
  }
}

#content_wrapper {
  padding-top: 140px;
}
@media (max-width: 1600px) {
  #content_wrapper {
    padding-top: 112px;
  }
}
@media (max-width: 1500px) {
  #content_wrapper {
    padding-top: 92px;
  }
}
@media (max-width: 1023px) {
  #content_wrapper {
    padding-top: 110px;
  }
}
@media (max-width: 767px) {
  #content_wrapper {
    padding-top: 120px;
  }
}

@media (min-width: 1200px) {
  .main-menu ul li.submenu li a {
    padding-left: 25px !important;
    position: relative;
  }
  .main-menu ul li.submenu li a:before {
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    content: "";
    height: 7px;
    line-height: 1;
    position: absolute;
    left: 8px;
    transform-origin: center;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 17px;
    width: 7px;
  }
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .main-menu ul li.submenu li a:before {
    top: 12px;
  }
}
@media (min-width: 1200px) {
  .main-menu ul li.submenu li a:hover:before {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}

.scc-header {
  border-top: none !important;
}
.scc-header .main-menu.rgt-mn .primeMenu {
  display: none !important;
}
@media (max-width: 1199px) {
  .scc-header .main-menu.rgt-mn .primeMenu {
    display: block !important;
  }
}
.scc-header .main-menu.rgt-mn ul + ul {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.scc-header .top-red-section {
  padding: 15px 0;
  background-color: #910D09;
}
@media (max-width: 1600px) {
  .scc-header .top-red-section {
    padding: 10px 0;
  }
}
@media (max-width: 1440px) {
  .scc-header .top-red-section {
    padding: 5px 0;
  }
}
@media (max-width: 1199px) {
  .scc-header .top-red-section {
    padding: 8px 0;
  }
}
@media (max-width: 767px) {
  .scc-header .top-red-section {
    padding: 5px 0;
  }
}
.scc-header .top-red-section .container {
  display: flex;
  justify-content: end;
}
@media (max-width: 1199px) {
  .scc-header .top-red-section .container {
    align-items: center;
  }
}
.scc-header .top-red-section .container .top-menu ul {
  color: #fff;
  font-family: "Poppins", sans-serif;
}
.scc-header .top-red-section .container .top-menu ul li {
  position: relative;
  display: inline-block;
  font-family: "Poppins", sans-serif !important;
}
.scc-header .top-red-section .container .top-menu ul li a {
  color: #fff !important;
  text-decoration: none;
  padding: 0 15px;
}
.scc-header .top-red-section .container .top-menu ul li a:hover {
  color: #000 !important;
}
.scc-header .top-red-section .container .top-menu ul li.current-menu-item a, .scc-header .top-red-section .container .top-menu ul li.current-menu-ancestor a, .scc-header .top-red-section .container .top-menu ul li.current-page-ancestor a, .scc-header .top-red-section .container .top-menu ul li.current-product-ancestor a {
  font-weight: 500 !important;
}
.scc-header .top-red-section .container .contact-details {
  padding-left: 30px;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .scc-header .top-red-section .container .contact-details {
    padding-left: 0;
  }
}
.scc-header .top-red-section .container .contact-details .cnt-icons {
  background-color: #fff !important;
  margin: 0 10px 0 5px;
}
.scc-header .top-red-section .container .contact-details .cnt-icons svg {
  width: 15px;
  height: 15px;
}
.scc-header .top-red-section .container .contact-details a.text-lg {
  font-family: "Poppins", sans-serif !important;
  color: #fff !important;
  font-size: 20px;
  display: flex;
  align-items: center;
}
@media (max-width: 1440px) {
  .scc-header .top-red-section .container .contact-details a.text-lg {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .scc-header .top-red-section .container .contact-details a.text-lg .num {
    display: none;
  }
}
.scc-header .top-red-section .container .contact-details .text {
  font-family: "Poppins", sans-serif !important;
  color: #fff !important;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 1440px) {
  .scc-header .top-red-section .container .contact-details .text {
    font-size: 14px !important;
  }
}
.scc-header .second-hd {
  background: #D4E8F3;
  padding: 20px 0;
}
@media (max-width: 1600px) {
  .scc-header .second-hd {
    padding: 10px 0;
  }
}
@media (max-width: 1199px) {
  .scc-header .second-hd {
    padding: 10px 0;
  }
}
.scc-header .second-hd .container.vCenter {
  justify-content: space-between;
  align-content: center;
}
@media (max-width: 1199px) {
  .scc-header .second-hd .container.vCenter {
    justify-content: center;
  }
}
.scc-header .second-hd .container.vCenter .header-top {
  padding: 0 !important;
}

@media (max-width: 767px) {
  .scc-header .logo img {
    max-width: 70%;
  }
}

@media (min-width: 1200px) {
  .scc-header .logo {
    flex: 0 0 250px;
    height: 37px;
    max-width: 250px;
  }
}
@media (min-width: 1500px) {
  .scc-header .logo {
    flex: 0 0 420px;
    height: 47px;
    max-width: 420px !important;
    text-align: center;
    margin: 0 auto !important;
    justify-content: center;
  }
}
.scc-footer {
  background: url("/source/61df1b9f77a60fff6a745facd60a358d/footer-bg.jpg") no-repeat;
  background-size: cover;
}
@media (max-width: 1199px) {
  .scc-footer {
    padding: 30px 15px;
  }
}

.hd {
  color: #fff !important;
  font-family: "Poppins", sans-serif;
  font-size: 20px !important;
  text-transform: uppercase;
  font-weight: 600;
}
@media (max-width: 1440px) {
  .hd {
    font-size: 16px !important;
  }
}
@media (max-width: 767px) {
  .hd {
    font-size: 15px !important;
  }
}
.hd a {
  color: #fff !important;
  font-weight: 600 !important;
  text-decoration: none !important;
}
.hd a:hover {
  color: #910D09 !important;
}
.hd ul li a {
  color: #fff !important;
  font-weight: 300 !important;
  text-decoration: none !important;
}
.hd ul li a:hover {
  color: #910D09 !important;
}

.cnt-last {
  order: 3;
  font-family: "Poppins", sans-serif;
  color: #fff;
  margin-left: 30px;
}
@media (max-width: 1199px) {
  .cnt-last .scc-contact-widget {
    display: flex;
  }
}
@media (max-width: 1023px) {
  .cnt-last .scc-contact-widget {
    flex-flow: wrap;
  }
}
.cnt-last .scc-contact-widget .cnt-details {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 14px !important;
}
.cnt-last .ftr-social {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
@media (max-width: 1199px) {
  .cnt-last .ftr-social {
    margin-left: 50px;
  }
}
@media (max-width: 1023px) {
  .cnt-last .ftr-social {
    margin-left: 0px;
  }
}
.cnt-last .ftr-social .sc {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  margin: 10px 0 20px;
}
.cnt-last .ftr-social .sc .vCenHRight {
  justify-content: flex-start;
}
.cnt-last .ftr-social .sc a:hover svg {
  opacity: 0.5;
}
.cnt-last span {
  margin-top: 33px;
  display: inline-block;
}
@media (max-width: 1199px) {
  .cnt-last span {
    margin-top: 0;
  }
}
.cnt-last span p {
  margin-bottom: 15px !important;
  font-size: 14px !important;
}
.cnt-last span p + p {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.logo-sm img {
  max-width: 90%;
}

.scc-qcd {
  max-width: 19%;
}
@media (max-width: 1199px) {
  .scc-qcd {
    max-width: 35%;
    order: 1;
    margin: 0 !important;
    width: 45%;
  }
}
@media (max-width: 1023px) {
  .scc-qcd {
    max-width: 40%;
    width: 40%;
  }
}
@media (max-width: 767px) {
  .scc-qcd {
    max-width: 100%;
    width: 100%;
  }
}

.cnt-last {
  max-width: 20%;
}
@media (max-width: 1199px) {
  .cnt-last {
    max-width: 55%;
    width: 55%;
    order: 2;
  }
}
@media (max-width: 1023px) {
  .cnt-last {
    max-width: 40%;
    width: 40%;
  }
}
@media (max-width: 767px) {
  .cnt-last {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
  }
}

.scc-footer-menu {
  max-width: 65%;
}
@media (max-width: 1366px) {
  .scc-footer-menu {
    max-width: 63%;
  }
}
@media (max-width: 1199px) {
  .scc-footer-menu {
    max-width: 100%;
    order: 3;
    flex: 0 0 100% !important;
    margin: 0 auto;
    max-width: 100% !important;
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .scc-footer-menu {
    max-width: 100%;
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 1366px) {
  .scc-footer-menu.dFlex {
    flex-wrap: nowrap;
  }
}
@media (max-width: 1199px) {
  .scc-footer-menu.dFlex {
    flex-wrap: wrap;
  }
}
@media (max-width: 1199px) {
  .scc-footer-menu .ft-wrap {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .scc-footer-menu .ft-wrap {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .scc-footer-menu .ft-wrap + .ft-wrap {
    margin-top: 7px;
  }
}
@media (max-width: 1199px) {
  .scc-footer-menu .ft-wrap ul {
    -moz-columns: 2 auto;
         columns: 2 auto;
    max-width: 100% !important;
    width: 100% !important;
  }
}
@media (max-width: 1199px) {
  .scc-footer-menu #menu-product-and-services {
    -moz-columns: 1 auto;
         columns: 1 auto;
  }
}
@media (max-width: 1199px) {
  .scc-footer-menu .footer-nav-main {
    margin-top: 10px;
  }
}

.block {
  display: block;
}
@media (max-width: 1199px) {
  .block {
    display: inline;
  }
}

@media (max-width: 1199px) {
  .footer-nav-sub .hd:first-child a {
    padding-left: 0 !important;
  }
}
.footer-nav-sub .hd:first-child ul li a {
  padding-left: 15px !important;
}
@media (max-width: 1440px) {
  .footer-nav-sub .hd:first-child ul li a {
    padding-left: 15px !important;
  }
}

@media (max-width: 767px) {
  .copy {
    margin-top: 0;
  }
}

@media (max-width: 1599px) {
  .modal-body {
    padding: 30px 20px 0;
  }
}
.modal-body .modal-title {
  font-size: 20px !important;
  color: #000;
  display: block;
  font-family: "Poppins", sans-serif !important;
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
  padding: 0 0 15px;
  text-transform: uppercase;
}
@media (max-width: 1599px) {
  .modal-body .form-elements, .modal-body select {
    height: 40px !important;
  }
}
@media (max-width: 1599px) {
  .modal-body .textarea {
    height: 60px !important;
    font-size: 13px !important;
  }
}
.modal-body label {
  font-family: "Poppins", sans-serif !important;
}
@media (max-width: 1599px) {
  .modal-body label {
    font-size: 13px !important;
  }
}
.modal-body input, .modal-body textarea {
  font-size: 16px !important;
}
@media (max-width: 1599px) {
  .modal-body input, .modal-body textarea {
    font-size: 13px !important;
  }
}

@media (min-width: 1200px) {
  body.blog #content_wrapper, body.page-id-106 #content_wrapper,
  body.error404 #content_wrapper, body.single.single-post #content_wrapper {
    padding-top: 180px !important;
  }
}
@media (max-width: 1199px) {
  body.blog #content_wrapper, body.page-id-106 #content_wrapper,
  body.error404 #content_wrapper, body.single.single-post #content_wrapper {
    padding-top: 140px !important;
  }
}
@media (max-width: 320px) {
  body.blog #content_wrapper, body.page-id-106 #content_wrapper,
  body.error404 #content_wrapper, body.single.single-post #content_wrapper {
    padding-top: 130px !important;
  }
}
.section-inner.thin.error404-content h1 {
  font-size: 60px;
  font-weight: 700;
  color: #e9262a;
  text-transform: none !important;
}

.section-inner.thin.error404-content h1 span {
  font-size: 21px;
  font-weight: 400;
}

.section-inner.thin.error404-content h1 {
  font-size: 60px;
  font-weight: 700;
  color: #e9262a;
  text-transform: none !important;
}

.section-inner.error404-content {
  text-align: center;
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .section-inner.thin.error404-content h1 {
    font-size: 35px;
  }
  .section-inner.thin.error404-content p br {
    display: none;
  }
}
@media (max-width: 1440px) {
  .qcd-wrap .scc-contact-widget p {
    font-size: 12px;
  }
}

@media (max-width: 1440px) {
  .scc-contact-widget .cnt-details a {
    font-size: 12px;
  }
}

@media (max-width: 1440px) {
  .footer-nav-main a {
    font-size: 12px;
  }
}
@media (max-width: 1199px) {
  .footer-nav-main a {
    padding-top: 0 !important;
  }
}
@media (max-width: 1199px) {
  .footer-nav-main a:after {
    top: 6px;
  }
}

@media (max-width: 1440px) {
  .footer-nav-sub li ul a {
    font-size: 12px;
  }
}

@media (max-width: 1199px) {
  .footer-nav-sub {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .footer-nav-sub {
    margin-top: 0px;
  }
}
@media (max-width: 1199px) {
  .footer-nav-sub li ul {
    display: flex;
    flex-wrap: wrap;
    -moz-columns: 1;
         columns: 1;
  }
}

@media (max-width: 1440px) {
  .footer-nav-sub .hd:first-child ul li a {
    font-size: 12px !important;
  }
}

@media (max-width: 1440px) {
  .cnt-last span p {
    font-size: 12px !important;
  }
}

@media (max-width: 1199px) {
  .copy .container {
    font-size: 13px !important;
  }
}

.modal-content .modal-title {
  font-size: 25px !important;
}
.modal-content button[type=submit] {
  background-color: #910D09 !important;
  border-radius: 35px !important;
  float: none !important;
  color: #fff;
  height: 60px;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-size: 18px !important;
  padding: 20px 15px !important;
  font-weight: 600;
  border: none !important;
  font-size: 24px !important;
  width: 170px;
  margin: 0 auto;
}
@media (max-width: 1680px) {
  .modal-content button[type=submit] {
    margin: 0 auto;
    padding: 10px !important;
    font-size: 16px !important;
    height: 50px;
  }
}
@media (max-width: 1440px) {
  .modal-content button[type=submit] {
    width: 150px;
    margin: 0 auto;
    padding: 5px 10px !important;
    font-size: 14px !important;
  }
}
@media (max-width: 1199px) {
  .modal-content button[type=submit] {
    width: 170px;
    margin: 0 auto;
    padding: 10px !important;
    font-size: 15px !important;
    height: 45px;
  }
}
.modal-content button[type=submit]:hover {
  background: #000 !important;
  color: #fff !important;
}

#back-to-top {
  align-items: center;
  background-color: #910D09 !important;
  bottom: 20%;
  background: none;
  color: var(--global--color-white);
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  height: 35px;
  width: 35px;
  padding: 0px !important;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  right: 15px;
  text-align: center;
  text-indent: -99999px;
  transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  z-index: 99;
}
#back-to-top:hover {
  background-color: #000 !important;
}
#back-to-top span {
  border-left: 2px solid #d3d3d3;
  border-top: 2px solid #d3d3d3;
  display: inline-block;
  height: 10px;
  width: 10px;
  margin-top: 8px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
#back-to-top.visible {
  opacity: 1;
  transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -webkit-transform: translateY(0);
}
@media (max-width: 1440px) {
  #back-to-top {
    height: 35px;
    width: 35px;
  }
  #back-to-top span {
    height: 10px;
    margin-top: 8px;
    width: 10px;
  }
}
@media (max-width: 1199px) {
  #back-to-top {
    display: none;
  }
}

.footer-form-wrap {
  padding: 80px 0;
}
@media (max-width: 1440px) {
  .footer-form-wrap {
    padding: 40px 0;
  }
}
@media (max-width: 1199px) {
  .footer-form-wrap {
    padding: 0px 0;
  }
}
@media (max-width: 1199px) {
  .footer-form-wrap .ft-inner-bx {
    flex-flow: wrap;
  }
}
.footer-form-wrap .ft-inner-bx .ft-img-bx {
  width: 35% !important;
}
@media (max-width: 1199px) {
  .footer-form-wrap .ft-inner-bx .ft-img-bx {
    display: none;
  }
}
.footer-form-wrap .ft-inner-bx .ft-form-bx {
  width: 65% !important;
}
@media (max-width: 1199px) {
  .footer-form-wrap .ft-inner-bx .ft-form-bx {
    width: 100% !important;
  }
}
.footer-form-wrap .ft-inner-bx .ft-form-bx .banner-form {
  margin-left: auto;
  position: relative;
  z-index: 9;
  border-radius: 15px;
  padding: 40px 0;
}
@media (max-width: 1680px) {
  .footer-form-wrap .ft-inner-bx .ft-form-bx .banner-form {
    padding: 20px 35px;
  }
}
@media (max-width: 1199px) {
  .footer-form-wrap .ft-inner-bx .ft-form-bx .banner-form {
    width: 100%;
    position: static;
    background: #910D09;
  }
}
@media (max-width: 767px) {
  .footer-form-wrap .ft-inner-bx .ft-form-bx .banner-form {
    padding: 15px;
  }
}
.footer-form-wrap .ft-inner-bx .ft-form-bx .banner-form .tw-row {
  justify-content: center;
  align-items: center;
}
@media (max-width: 1680px) {
  .footer-form-wrap .ft-inner-bx .ft-form-bx .banner-form .tw-row > * {
    margin: 5px 0px !important;
  }
}
.footer-form-wrap .ft-inner-bx .ft-form-bx .banner-form .tle {
  color: #fff;
  font-size: 60px !important;
  text-align: center;
  font-weight: 500;
  margin-bottom: 10px !important;
  font-family: "Bebas Neue", sans-serif;
}
@media (max-width: 1600px) {
  .footer-form-wrap .ft-inner-bx .ft-form-bx .banner-form .tle {
    font-size: 45px !important;
  }
}
@media (max-width: 1199px) {
  .footer-form-wrap .ft-inner-bx .ft-form-bx .banner-form .tle {
    font-size: 30px !important;
  }
}
.footer-form-wrap .ft-inner-bx .ft-form-bx .banner-form p {
  color: #fff;
  text-align: center;
  font-weight: 200 !important;
  font-family: "Bebas Neue", sans-serif;
  margin: 0 !important;
  font-size: 35px !important;
}
@media (max-width: 1680px) {
  .footer-form-wrap .ft-inner-bx .ft-form-bx .banner-form p {
    font-size: 20px !important;
  }
}
@media (max-width: 1440px) {
  .footer-form-wrap .ft-inner-bx .ft-form-bx .banner-form p {
    font-size: 18px !important;
  }
}
.footer-form-wrap .ft-inner-bx .ft-form-bx .banner-form .input-holder {
  text-align: center;
  margin-bottom: 0 !important;
}
@media (max-width: 1199px) {
  .footer-form-wrap .ft-inner-bx .ft-form-bx .banner-form .input-holder {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .footer-form-wrap .ft-inner-bx .ft-form-bx .banner-form .input-holder {
    text-align: center;
  }
}
.footer-form-wrap .ft-inner-bx .ft-form-bx .banner-form .input-holder ::-webkit-input-placeholder {
  color: #818181;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 200;
  font-size: 18px !important;
}
@media (max-width: 1600px) {
  .footer-form-wrap .ft-inner-bx .ft-form-bx .banner-form .input-holder ::-webkit-input-placeholder {
    font-size: 14px !important;
  }
}
@media (max-width: 1440px) {
  .footer-form-wrap .ft-inner-bx .ft-form-bx .banner-form .input-holder ::-webkit-input-placeholder {
    font-size: 12px !important;
  }
}
@media (max-width: 1199px) {
  .footer-form-wrap .ft-inner-bx .ft-form-bx .banner-form .input-holder ::-webkit-input-placeholder {
    font-size: 14px !important;
  }
}
.footer-form-wrap .ft-inner-bx .ft-form-bx .banner-form .input-holder :-moz-placeholder {
  color: #818181;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 200;
  font-size: 18px !important;
}
@media (max-width: 1600px) {
  .footer-form-wrap .ft-inner-bx .ft-form-bx .banner-form .input-holder :-moz-placeholder {
    font-size: 14px !important;
  }
}
@media (max-width: 1440px) {
  .footer-form-wrap .ft-inner-bx .ft-form-bx .banner-form .input-holder :-moz-placeholder {
    font-size: 12px !important;
  }
}
@media (max-width: 1199px) {
  .footer-form-wrap .ft-inner-bx .ft-form-bx .banner-form .input-holder :-moz-placeholder {
    font-size: 14px !important;
  }
}
.footer-form-wrap .ft-inner-bx .ft-form-bx .banner-form .input-holder ::-moz-placeholder {
  color: #818181;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 200;
  font-size: 18px !important;
}
@media (max-width: 1600px) {
  .footer-form-wrap .ft-inner-bx .ft-form-bx .banner-form .input-holder ::-moz-placeholder {
    font-size: 14px !important;
  }
}
@media (max-width: 1440px) {
  .footer-form-wrap .ft-inner-bx .ft-form-bx .banner-form .input-holder ::-moz-placeholder {
    font-size: 12px !important;
  }
}
@media (max-width: 1199px) {
  .footer-form-wrap .ft-inner-bx .ft-form-bx .banner-form .input-holder ::-moz-placeholder {
    font-size: 14px !important;
  }
}
.footer-form-wrap .ft-inner-bx .ft-form-bx .banner-form .input-holder :-ms-input-placeholder {
  color: #818181;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 200;
  font-size: 18px !important;
}
@media (max-width: 1600px) {
  .footer-form-wrap .ft-inner-bx .ft-form-bx .banner-form .input-holder :-ms-input-placeholder {
    font-size: 14px !important;
  }
}
@media (max-width: 1440px) {
  .footer-form-wrap .ft-inner-bx .ft-form-bx .banner-form .input-holder :-ms-input-placeholder {
    font-size: 12px !important;
  }
}
@media (max-width: 1199px) {
  .footer-form-wrap .ft-inner-bx .ft-form-bx .banner-form .input-holder :-ms-input-placeholder {
    font-size: 14px !important;
  }
}
.footer-form-wrap .ft-inner-bx .ft-form-bx .banner-form .input-holder textarea {
  height: 70px;
  border-radius: 0 !important;
  font-family: "Bebas Neue", sans-serif;
}
.footer-form-wrap .ft-inner-bx .ft-form-bx .banner-form .input-holder input, .footer-form-wrap .ft-inner-bx .ft-form-bx .banner-form .input-holder textarea {
  width: 100%;
  color: #818181;
  background: #fff;
  border: none;
  border-radius: 35px;
  font-family: "Bebas Neue", sans-serif;
  padding: 20px 25px !important;
  font-size: 18px !important;
  font-weight: 200;
}
@media (max-width: 1680px) {
  .footer-form-wrap .ft-inner-bx .ft-form-bx .banner-form .input-holder input, .footer-form-wrap .ft-inner-bx .ft-form-bx .banner-form .input-holder textarea {
    font-size: 14px !important;
    padding: 15px 20px !important;
  }
}
@media (max-width: 1440px) {
  .footer-form-wrap .ft-inner-bx .ft-form-bx .banner-form .input-holder input, .footer-form-wrap .ft-inner-bx .ft-form-bx .banner-form .input-holder textarea {
    font-size: 13px !important;
  }
}
@media (max-width: 1199px) {
  .footer-form-wrap .ft-inner-bx .ft-form-bx .banner-form .input-holder input, .footer-form-wrap .ft-inner-bx .ft-form-bx .banner-form .input-holder textarea {
    font-size: 14px !important;
    padding: 15px 20px !important;
  }
}
.footer-form-wrap .ft-inner-bx .ft-form-bx .banner-form .input-holder button[type=submit] {
  background-color: #fff !important;
  border-radius: 35px !important;
  float: none !important;
  color: #910D09;
  height: 60px;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-size: 18px !important;
  padding: 20px 15px !important;
  font-weight: 600;
  border: none !important;
  font-size: 24px !important;
  width: 170px;
  margin: 0 auto;
}
@media (max-width: 1680px) {
  .footer-form-wrap .ft-inner-bx .ft-form-bx .banner-form .input-holder button[type=submit] {
    margin: 0 auto;
    padding: 10px !important;
    font-size: 16px !important;
    height: 50px;
  }
}
@media (max-width: 1440px) {
  .footer-form-wrap .ft-inner-bx .ft-form-bx .banner-form .input-holder button[type=submit] {
    width: 150px;
    margin: 0 auto;
    padding: 5px 10px !important;
    font-size: 14px !important;
  }
}
@media (max-width: 1199px) {
  .footer-form-wrap .ft-inner-bx .ft-form-bx .banner-form .input-holder button[type=submit] {
    width: 170px;
    margin: 0 auto;
    padding: 10px !important;
    font-size: 15px !important;
    height: 45px;
  }
}
.footer-form-wrap .ft-inner-bx .ft-form-bx .banner-form .input-holder button[type=submit]:hover {
  background: #000 !important;
  color: #fff !important;
}
.footer-form-wrap .ft-inner-bx .ft-form-bx .banner-form .top-radio {
  width: 100% !important;
  border-radius: 35px;
  overflow: hidden;
  border: solid 5px #fff;
  display: flex;
  background: #fff;
}
@media (max-width: 1440px) {
  .footer-form-wrap .ft-inner-bx .ft-form-bx .banner-form .top-radio {
    border: solid 2px #fff;
  }
}
@media (max-width: 1199px) {
  .footer-form-wrap .ft-inner-bx .ft-form-bx .banner-form .top-radio {
    width: 100% !important;
    text-align: center;
  }
}
.footer-form-wrap .ft-inner-bx .ft-form-bx .banner-form .top-radio .radio_label {
  font-family: "Bebas Neue", sans-serif;
  position: relative;
  margin: 0 !important;
  list-style: none;
  cursor: pointer;
  background-color: #fff;
  font-size: 27px !important;
  padding: 27px 20px;
  flex-grow: 1;
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  position: relative;
}
.footer-form-wrap .ft-inner-bx .ft-form-bx .banner-form .top-radio .radio_label:hover {
  background-color: #910D09;
  color: #fff;
}
@media (max-width: 1680px) {
  .footer-form-wrap .ft-inner-bx .ft-form-bx .banner-form .top-radio .radio_label {
    font-size: 20px !important;
  }
}
@media (max-width: 1440px) {
  .footer-form-wrap .ft-inner-bx .ft-form-bx .banner-form .top-radio .radio_label {
    padding: 23px 20px;
  }
}
@media (max-width: 1199px) {
  .footer-form-wrap .ft-inner-bx .ft-form-bx .banner-form .top-radio .radio_label {
    width: 23% !important;
    font-size: 18px !important;
  }
}
.footer-form-wrap .ft-inner-bx .ft-form-bx .banner-form .top-radio .radio_label:last-child {
  margin-right: 0 !important;
}
.footer-form-wrap .ft-inner-bx .ft-form-bx .banner-form .top-radio .radio_label:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 92%;
  right: 5px;
  top: 2px;
  z-index: 2;
  background: #D9D9D9;
}
@media (max-width: 1440px) {
  .footer-form-wrap .ft-inner-bx .ft-form-bx .banner-form .top-radio .radio_label:before {
    top: 3px;
  }
}
.footer-form-wrap .ft-inner-bx .ft-form-bx .banner-form .top-radio .radio_label:last-child:after, .footer-form-wrap .ft-inner-bx .ft-form-bx .banner-form .top-radio .radio_label:last-child:before {
  display: none;
}
.footer-form-wrap .ft-inner-bx .ft-form-bx .banner-form .top-radio .radio_label.resp-tab-active {
  background: #910D09;
  color: #fff;
}
.footer-form-wrap .ft-inner-bx .ft-form-bx .banner-form .top-radio .radio_label.resp-tab-active:after, .footer-form-wrap .ft-inner-bx .ft-form-bx .banner-form .top-radio .radio_label.resp-tab-active:before {
  display: none;
}
.footer-form-wrap .ft-inner-bx .ft-form-bx .banner-form .top-radio .radio_label input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  border-radius: 0;
}
.footer-form-wrap .ft-inner-bx .ft-form-bx .banner-form .top-radio .radio_label input[type=radio]:checked {
  background-color: #910D09;
  color: #fff;
}
.footer-form-wrap .ft-inner-bx .ft-form-bx .banner-form .top-radio .radio_label span {
  position: absolute;
  z-index: 2;
  font-family: "Bebas Neue", sans-serif;
}
.footer-form-wrap .ft-inner-bx .ft-form-bx .banner-form .top-radio label.active:after, .footer-form-wrap .ft-inner-bx .ft-form-bx .banner-form .top-radio label.active:before {
  display: none;
}
.footer-form-wrap .ft-inner-bx .ft-form-bx .banner-form .top-radio label.active span {
  color: #fff;
}
.footer-form-wrap .ft-inner-bx .ft-form-bx .banner-form .container-slider {
  background: #fff;
  border-radius: 35px;
  margin: 0 30px;
}
@media (max-width: 1199px) {
  .footer-form-wrap .ft-inner-bx .ft-form-bx .banner-form .container-slider {
    margin: 0;
  }
}
.footer-form-wrap .ft-inner-bx .ft-form-bx .banner-form .container-slider .slick-list {
  overflow: hidden;
  border-radius: 35px;
}
.footer-form-wrap .ft-inner-bx .ft-form-bx .banner-form .container-slider .slick-slide {
  padding: 20px 10px;
}
@media (max-width: 1440px) {
  .footer-form-wrap .ft-inner-bx .ft-form-bx .banner-form .container-slider .slick-slide {
    padding: 8px 15px;
  }
}
.footer-form-wrap .ft-inner-bx .ft-form-bx .banner-form .container-slider .slick-slide:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #F9C0C1;
  z-index: 1;
}
.footer-form-wrap .ft-inner-bx .ft-form-bx .banner-form .container-slider label {
  z-index: 3;
  position: relative;
  font-family: "Bebas Neue", sans-serif;
}
.footer-form-wrap .ft-inner-bx .ft-form-bx .banner-form .container-slider label p {
  color: #910D09;
  font-family: "Bebas Neue", sans-serif;
  position: relative;
  z-index: 2;
  font-size: 20px !important;
}
@media (max-width: 1680px) {
  .footer-form-wrap .ft-inner-bx .ft-form-bx .banner-form .container-slider label p {
    font-size: 16px !important;
    line-height: 18px;
  }
}
.footer-form-wrap .ft-inner-bx .ft-form-bx .banner-form .container-slider label p span {
  color: #000;
  display: inline;
  font-size: 12px !important;
}
@media (max-width: 1440px) {
  .footer-form-wrap .ft-inner-bx .ft-form-bx .banner-form .container-slider label p span {
    font-size: 12px !important;
    display: block;
  }
}
.footer-form-wrap .ft-inner-bx .ft-form-bx .banner-form .container-slider input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  outline: 0;
  height: 100%;
  width: 100%;
  padding: 0 !important;
  background: none !important;
  position: absolute;
  z-index: 2;
  margin: 0;
  top: 0;
  left: 0;
  border-radius: 0;
}
.footer-form-wrap .ft-inner-bx .ft-form-bx .banner-form .container-slider input[type=checkbox]:checked ~ .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #f1f1f1;
  z-index: 1;
}
.footer-form-wrap .ft-inner-bx .ft-form-bx .banner-form .container-slider .cnt-txt.slick-slide.slick-active .bx {
  position: relative;
}
.footer-form-wrap .ft-inner-bx .ft-form-bx .banner-form .container-slider .cnt-txt.slick-slide.slick-active .bx:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #F9C0C1;
  z-index: 1;
}
.footer-form-wrap .ft-inner-bx .ft-form-bx .banner-form .container-slider .cnt-txt.slick-slide.slick-active + .slick-active + .slick-active + .slick-active {
  border-right: none !important;
  overflow: hidden;
  border-radius: 0 35px 35px 0;
}
.footer-form-wrap .ft-inner-bx .ft-form-bx .banner-form .container-slider .cnt-txt.slick-slide.slick-active + .slick-active + .slick-active + .slick-active .bx:after {
  display: none;
}
.footer-form-wrap .ft-inner-bx .ft-form-bx .banner-form .container-slider .slick-current {
  border-radius: 35px 0 0 35px;
  overflow: hidden;
}
.footer-form-wrap .ft-inner-bx .ft-form-bx .banner-form .container-slider .slick-active + .slick-active + .slick-active + .slick-active {
  border-radius: 0 35px 35px 0;
  overflow: hidden;
}
.footer-form-wrap .ft-inner-bx .ft-form-bx .banner-form .container-slider .slick-active + .slick-active + .slick-active + .slick-active input[type=checkbox]:checked ~ .checkmark {
  width: 97%;
  border-radius: 0 35px 35px 0;
}
.footer-form-wrap .ft-inner-bx .ft-form-bx .banner-form .container-slider .slick-prev, .footer-form-wrap .ft-inner-bx .ft-form-bx .banner-form .container-slider .slick-next {
  width: 25px;
  height: 25px;
  top: 47%;
  background-color: #fff !important;
  border-radius: 50%;
}
.footer-form-wrap .ft-inner-bx .ft-form-bx .banner-form .container-slider .slick-prev:before, .footer-form-wrap .ft-inner-bx .ft-form-bx .banner-form .container-slider .slick-next:before {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 7px solid #910D09;
  border-left: 0 !important;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  opacity: 1;
}
.footer-form-wrap .ft-inner-bx .ft-form-bx .banner-form .container-slider .slick-prev:hover:before, .footer-form-wrap .ft-inner-bx .ft-form-bx .banner-form .container-slider .slick-next:hover:before {
  border-right: 7px solid #000;
}
.footer-form-wrap .ft-inner-bx .ft-form-bx .banner-form .container-slider .slick-prev {
  left: -30px;
}
.footer-form-wrap .ft-inner-bx .ft-form-bx .banner-form .container-slider .slick-prev:before {
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  left: 8px;
  top: 7px;
}
.footer-form-wrap .ft-inner-bx .ft-form-bx .banner-form .container-slider .slick-next {
  right: -30px;
}
.footer-form-wrap .ft-inner-bx .ft-form-bx .banner-form .container-slider .slick-next:before {
  left: 10px;
  top: 7px;
}

.scc-footer .scc-qcd {
  font-family: "Poppins", sans-serif !important;
}

@media (max-width: 991px) {
  .standardSize .table-responsive {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 20px 0 0;
  }
  .standardSize figure {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
@media (max-width: 1599px) {
  .scc-breadbrumb ul li:after {
    top: 4px;
  }
}
@media (max-width: 1199px) {
  .scc-breadbrumb ul li:after {
    top: 5px;
  }
}

.inner-page-template.faq-page {
  background-color: #910D09 !important;
  background-image: url("/source/17b130652e289bf3bfecdb7ddf3be22f/faq.png") !important;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 80px 0 200px !important;
}
@media (max-width: 1440px) {
  .inner-page-template.faq-page {
    padding: 40px 0 150px !important;
  }
}
@media (max-width: 1199px) {
  .inner-page-template.faq-page {
    padding: 30px 0 !important;
  }
}

.container.page-back .page-title h2 {
  color: #fff;
  font-size: 30px !important;
}
@media (min-width: 768px) {
  .container.page-back .page-title h2 {
    font-size: 35px !important;
  }
}
@media (min-width: 1200px) {
  .container.page-back .page-title h2 {
    font-size: 45px !important;
  }
}
@media (min-width: 1600px) {
  .container.page-back .page-title h2 {
    font-size: 50px !important;
  }
}
@media (min-width: 1850px) {
  .container.page-back .page-title h2 {
    font-size: 68px !important;
  }
}

.h2Catname {
  color: #fff !important;
}

section.sec-faq-hm.inner {
  background-color: #910D09 !important;
  background-image: url("/source/17b130652e289bf3bfecdb7ddf3be22f/faq.png") !important;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 80px 0 200px !important;
}
@media (max-width: 1440px) {
  section.sec-faq-hm.inner {
    padding: 40px 0 150px !important;
  }
}
@media (max-width: 1199px) {
  section.sec-faq-hm.inner {
    padding: 30px 0 !important;
  }
}

.text-center.faq-loc {
  color: #fff;
  font-size: 30px !important;
}
@media (min-width: 768px) {
  .text-center.faq-loc {
    font-size: 35px !important;
  }
}
@media (min-width: 1200px) {
  .text-center.faq-loc {
    font-size: 45px !important;
  }
}
@media (min-width: 1600px) {
  .text-center.faq-loc {
    font-size: 50px !important;
  }
}
@media (min-width: 1850px) {
  .text-center.faq-loc {
    font-size: 68px !important;
  }
}

@media (min-width: 1200px) {
  .scc-header .second-hd .container .main-menu > ul {
    display: flex;
  }
  .scc-header .second-hd .container .main-menu > ul > li {
    height: auto !important;
    display: flex;
    align-items: center;
  }
  .scc-header .second-hd .container .main-menu > ul > li > a {
    display: block;
    height: auto !important;
  }
  .scc-header .second-hd .container .main-menu > ul > li.submenu {
    padding-right: 0;
  }
  .scc-header .second-hd .container .main-menu > ul > li.submenu i {
    height: auto;
    position: static;
    margin-left: 7px;
  }
  .scc-header .second-hd .container .main-menu > ul > li ul {
    top: 16px;
    padding-top: 22px;
    background: none;
    border: 0;
  }
}/*# sourceMappingURL=header-footer.css.map */