/***********************************************************************************************/

body {
    overflow-x: hidden;
}

#products-block .item .text-holder ul {
    padding-inline-start: 0;
}

.bg-gray {
    background-color: #f2f3fa;
}

.bg-theme {
    background-color: #150656;
}

#head-top {
    background: #da2128;
    padding: 10px 0;
}

#head-top .email {
    float: left;
    /* background: url(../images/email.png) 0 5px no-repeat; */
    color: #fff;
    margin-right: 30px;
}

#head-top .phone {
    float: left;
    /* background: url(../images/phone.png) 0 5px no-repeat; */
    color: #fff;
}

ul.social-media {
    float: right;
    margin: 0;
    padding: 0;
}

ul.social-media li {
    float: left;
    margin: 0 0 0 10px;
    padding: 0;
    list-style: none;
    display: inline-block;
}

h5.melt {
    color: #1d144b !important;
}

#head-bottom {
    padding: 20px 0;
    background: #fff;
}

.logo {
    float: left;
}

.ios-info {
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
    background: rgb(29, 20, 75);
    background: -webkit-linear-gradient( -45deg, rgba(29, 20, 75, 1) 0%, rgba(237, 27, 36, 1) 100%);
    background: -moz-linear-gradient( -45deg, rgba(29, 20, 75, 1) 0%, rgba(237, 27, 36, 1) 100%);
    background: -o-linear-gradient( -45deg, rgba(29, 20, 75, 1) 0%, rgba(237, 27, 36, 1) 100%);
    background: linear-gradient( -45deg, rgba(29, 20, 75, 1) 0%, rgba(237, 27, 36, 1) 100%);
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    padding: 10px 0;
    border-radius: 3px;
    letter-spacing: 1px;
    display: inline-block;
    text-transform: uppercase;
    margin-top: 12px;
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem;
    line-height: 1.7rem;
}


/***********************************************************************************************/

nav {
    position: relative;
    z-index: 12;
    transition: all 0.5s ease-in-out;
    background: #140958;
}

.menu-box {
    float: left;
    width: 100%;
}

.search-box {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 12px;
}

.search-box label {
    display: none !important;
}

.search-box .search-input {
    float: left;
    width: 100%;
    padding: 0 10px;
    line-height: 36px;
    border: 1px solid #ccc;
}

.search-box .search-submit {
    position: absolute;
    right: 1px;
    top: 1px;
    width: 36px;
    height: 36px;
    background: url(../images/search-btn.png) 50% 50% no-repeat #fff;
    border: 0 none;
    text-indent: -999px;
}


/***********************************************************************************************/

#home-banner {
    position: relative;
    z-index: 10;
}

#home-banner img {
    display: block;
    width: 100%;
}

#sub-banner {
    position: relative;
    z-index: 10;
    background: linear-gradient( -45deg, rgba(29, 20, 75, 1) 0%, rgba(237, 27, 36, 1) 100%);
    color: #fff;
}

#sub-banner img {
    display: block;
    width: 100%;
}

#sub-banner h1 {
    color: #fff;
    text-align: center;
}

#sub-banner .col-md-12 {
    min-height: 170px;
}

#sub-banner .content-box {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    right: 0;
    width: 99%;
}

.breadcrumb {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
    background-color: transparent !important;
    border-radius: 0 none !important;
    text-align: center;
    color: #fff;
    display: block !important;
}

.breadcrumb a {
    color: #fff;
}


/***********************************************************************************************/

#content-area {
    padding: 70px 0;
}

#about {
    padding: 40px 0;
}

#brand {
    padding: 50px 0;
    background-color: #f2f3fa;
}

#brand img {
    padding-right: 50px;
    margin-top: 10px;
    padding-left: 40px;
}

#brand p {
    padding-right: 40px;
}

#welcome-block {
    padding: 70px 0;
}

#welcome-block .image-holder {
    float: left;
    width: 100%;
    box-shadow: 0px -15px 24px 0px rgba(9, 4, 41, 0.05);
}

#welcome-block .image-holder img {
    width: 100%;
    display: block;
}

#why-block {
    background: #f2f3fa;
}

#why-block .content-box {
    float: left;
    width: 100%;
    padding: 30px 15px;
}

#why-block .image-holder {
    float: left;
    width: 100%;
}

#why-block .image-holder img {
    width: 100%;
}

#why-block ul.why-list {
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0;
}

#why-block ul.why-list li {
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
    padding: 0 0 0 24px;
    list-style: none;
    display: list-item;
    font-size: 14px;
    font-weight: 400;
    color: #585a68;
    line-height: 24px;
    background: url(../images/arrow.png) 0 5px no-repeat;
}

#products-block {
    padding-top: 50px;
    padding-bottom: 20px;
}

#products-block .item {
    float: left;
    width: 100%;
    position: relative;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

#products-block .item .img-holder {
    float: left;
    width: 100%;
    position: relative;
    background: #fff;
    text-align: center;
}

#products-block .item a {
    float: left;
    width: 100%;
}

#products-block .item .text-holder {
    display: block;
    background: #ed1b24;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    height: 70px;
    padding: 10px;
    display: flex;
    width: 100%;
    float: left;
    align-items: center;
    justify-content: center;
}

#special-block {
    padding: 70px 0;
    background: rgb(29, 20, 75);
    background: -webkit-linear-gradient( -45deg, rgba(29, 20, 75, 1) 30%, rgba(237, 27, 36, 1) 100%);
    background: -moz-linear-gradient( -45deg, rgba(29, 20, 75, 1) 30%, rgba(237, 27, 36, 1) 100%);
    background: -o-linear-gradient( -45deg, rgba(29, 20, 75, 1) 30%, rgba(237, 27, 36, 1) 100%);
    background: linear-gradient( -45deg, rgba(29, 20, 75, 1) 30%, rgba(237, 27, 36, 1) 100%);
}

#special-block h1 {
    text-align: center;
    color: #fff;
    margin-bottom: 40px;
}

#special-block h2 {
    text-align: center;
    color: #fff;
    padding: 0;
    margin: 0 0 15px 0;
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -1px;
    display: block;
    position: relative;
}

#special-block .item {
    float: left;
    width: 100%;
}

#special-block .item .count {
    float: left;
    width: 100%;
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

#special-block .item .name {
    float: left;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-align: center;
}

#news-block {
    padding-top: 50px;
}

#news-block .news__box {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}

#news-block .news__box .image__holder {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

#news-block .news__box .image__holder img {
    display: block;
    width: 100%;
}

#news-block .news__box .image__holder .blog_img {
    display: block;
    width: 100%;
    border-radius: 8px;
}

#news-block .news__box .sub__title {
    font-size: 12px;
    font-weight: 700;
    color: #da2128;
    text-transform: uppercase;
    position: relative;
    display: block;
    margin-bottom: 10px;
}

#news-block .news__box p {
    font-size: 18px;
    font-weight: 700;
    color: #1d144b;
    letter-spacing: -1px;
}

#news-block .news__box a {
    float: left;
    width: 100%;
    text-decoration: none !important;
}

.blog-carousel .item {
    float: left;
    width: 100%;
    position: relative;
    min-height: 221px;
    margin-bottom: 5px;
    background: #000;
}

.blog-carousel .item .week {
    color: #fff;
    width: 90px;
    line-height: 30px;
    top: 0;
    right: 0;
    position: absolute;
    background: #ed1b24;
    text-align: center;
}

.blog-carousel .item .title {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: #fff;
    width: 100%;
    padding: 0 20px;
    left: 0;
    bottom: 20px;
    position: absolute;
}

.learn-more-btn,
.read-more-btn {
    position: relative;
    background: rgb(29, 20, 75);
    background: -webkit-linear-gradient( -45deg, rgba(29, 20, 75, 1) 0%, rgba(237, 27, 36, 1) 100%);
    background: -moz-linear-gradient( -45deg, rgba(29, 20, 75, 1) 0%, rgba(237, 27, 36, 1) 100%);
    background: -o-linear-gradient( -45deg, rgba(29, 20, 75, 1) 0%, rgba(237, 27, 36, 1) 100%);
    background: linear-gradient( -45deg, rgba(29, 20, 75, 1) 0%, rgba(237, 27, 36, 1) 100%);
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    padding: 8px 28px;
    border-radius: 3px;
    letter-spacing: 1px;
    display: inline-block;
    cursor: pointer;
    transition: 0.4s;
    text-transform: uppercase;
}

.learn-more-btn:hover,
read-more-btn:hover {
    background: rgb(237, 27, 36);
    background: -webkit-linear-gradient( -45deg, rgba(237, 27, 36, 1) 0%, rgba(29, 20, 75, 1) 100%);
    background: -moz-linear-gradient( -45deg, rgba(237, 27, 36, 1) 0%, rgba(29, 20, 75, 1) 100%);
    background: -o-linear-gradient( -45deg, rgba(237, 27, 36, 1) 0%, rgba(29, 20, 75, 1) 100%);
    background: linear-gradient( -45deg, rgba(237, 27, 36, 1) 0%, rgba(29, 20, 75, 1) 100%);
    color: #fff;
    box-shadow: 7px 5px 30px 0 rgba(72, 73, 121, 0.15);
}


/***********************************************************************************************/

#foot-special {
    position: relative;
    z-index: 11;
}

#foot-special .footer-box {
    float: left;
    width: 100%;
    background: #cc0000;
    padding: 10px;
}

#foot-special .footer-box .item {
    float: left;
    width: 100%;
    min-height: 70px;
    background: #fff;
}

#foot-top {
    color: #a0aeb8;
    background: #374455;
    padding: 50px 0;
    z-index: 10;
}

#foot-top h3 {
    color: #fff;
}

#foot-bottom {
    border-top: 1px solid #394a5e;
    background: #2f3c4c;
    line-height: 55px;
    color: #748188;
    text-align: center;
}

ul.footer-links {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

ul.footer-links li {
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
    padding: 0;
    list-style: none;
    display: list-item;
    position: relative;
}

ul.footer-links li a,
footer a {
    color: #ffffffc2;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

ul.footer-links li a:hover {
    color: #fff;
    padding-left: 20px;
}

ul.footer-links li a:before {
    position: absolute;
    content: close-quote;
    left: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    top: 10px;
    width: 0px;
    height: 1px;
    background: #da2128;
}

ul.footer-links li a:hover:before {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    width: 15px;
}

footer p {
    color: #ffffffc2;
}


/***********************************************************************************************/

#product-detail-area {
    padding: 70px 0;
    background: #f2f3f5;
    position: relative;
}

#product-detail-area .product-image-holder {
    float: left;
    width: 100%;
}

#product-detail-area .product-image-holder img {
    width: 100%;
    display: block;
}

#product-specification-area {
    padding: 25px 0;
}


/***********************************************************************************************/

.su-list {
    float: left;
    width: 100%;
}

.spl-list {
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0;
}

.spl-list li {
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
    padding: 0 0 0 24px;
    list-style: none;
    display: list-item;
    font-size: 14px;
    font-weight: 400;
    color: #585a68;
    line-height: 24px;
    background: url(../images/arrow.png) 0 5px no-repeat;
}

#clients-logo {
    padding: 50px 0;
    background-color: #f2f3fa;
}

#clients-logo .item {
    float: left;
    width: 100%;
    background: #fff;
    box-shadow: 0px -15px 24px 0px rgba(0, 0, 0, 0.08);
    position: relative;
    min-height: 90px;
}

#clients-logo .item img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}


/***********************************************************************************************/

#content-area .gform_wrapper {
    float: left !important;
    width: 100% !important;
    margin: 0 !important;
}

#content-area li.gfield {
    padding: 0 15px 0 0 !important;
    clear: none !important;
    margin: 0 !important;
}

#content-area li.gfield.r-name {
    padding: 0 !important;
    width: 100% !important;
    float: left !important;
}

#content-area li.gfield.r-email {
    padding: 0 !important;
    width: 49% !important;
    float: left !important;
}

#content-area li.gfield.r-subject {
    padding: 0 !important;
    width: 49% !important;
    float: right !important;
}

#content-area .gform_heading {
    display: none !important;
}

#content-area .ginput_container_text input {
    float: left !important;
    width: 100% !important;
    line-height: 40px !important;
    border: 0 none !important;
    border-radius: 4px !important;
    padding: 0 15px !important;
    background: #eeeeee !important;
    margin-bottom: 20px !important;
}

.ginput_container.ginput_container_number input,
#content-area .ginput_container_email input {
    float: left !important;
    width: 100% !important;
    line-height: 40px !important;
    border: 0 none !important;
    border-radius: 4px !important;
    padding: 0 15px !important;
    background: #eeeeee !important;
    margin-bottom: 20px !important;
}

#content-area .ginput_container_phone input {
    /* float: left !important; */
    width: 100% !important;
    line-height: 40px !important;
    border: 0 none !important;
    border-radius: 4px !important;
    padding: 0 15px;
    background: #eeeeee !important;
    margin-bottom: 20px !important;
}

body .gform_wrapper .gfield .iti__country-container {
    position: absolute;
    top: 0px !important;
    z-index: 999;
    height: 40px !important;
    /* background: #f5f5f5 !important; */
    /* padding-right: 8px !important; */
    bottom: 0;
    border-right: 1px solid rgb(0 0 0 / 8%);
}

.contactform div#gform_wrapper_26 select {
    background: #eeeeee ! IMPORTANT;
    line-height: 40px ! IMPORTANT;
    padding: 10px 15px !important;
    border: none !important;
}

.gform_wrapper.gravity-theme .gfield input.large,
.gform_wrapper.gravity-theme .gfield select.large {
    width: 100%;
    background: #eeeeee !important;
}

#content-area .ginput_container_select select {
    float: left !important;
    width: 100% !important;
    min-height: 40px !important;
    border: 0 none !important;
    border-radius: 4px !important;
    padding: 8px 0 !important;
    background: #eeeeee !important;
    margin-bottom: 20px !important;
}

#content-area .textarea {
    float: left !important;
    width: 100% !important;
    line-height: 24px !important;
    border: 0 none !important;
    border-radius: 4px !important;
    padding: 10px 15px !important;
    background: #eeeeee !important;
    margin-bottom: 20px !important;
    height: 120px !important;
    resize: none !important;
}

#content-area .gform_button {
    position: relative;
    background: rgb(29, 20, 75);
    background: -webkit-linear-gradient( -45deg, rgba(29, 20, 75, 1) 0%, rgba(237, 27, 36, 1) 100%);
    background: -moz-linear-gradient( -45deg, rgba(29, 20, 75, 1) 0%, rgba(237, 27, 36, 1) 100%);
    background: -o-linear-gradient( -45deg, rgba(29, 20, 75, 1) 0%, rgba(237, 27, 36, 1) 100%);
    background: linear-gradient( -45deg, rgba(29, 20, 75, 1) 0%, rgba(237, 27, 36, 1) 100%);
    color: #fff;
    font-size: 11px !important;
    font-weight: 600 !important;
    padding: 8px 28px !important;
    border-radius: 3px !important;
    letter-spacing: 1px !important;
    border: 0 none !important;
    display: inline-block;
    cursor: pointer;
    transition: 0.4s;
    text-transform: uppercase;
}

#content-area .gform_button:hover {
    background: rgb(237, 27, 36);
    background: -webkit-linear-gradient( -45deg, rgba(237, 27, 36, 1) 0%, rgba(29, 20, 75, 1) 100%);
    background: -moz-linear-gradient( -45deg, rgba(237, 27, 36, 1) 0%, rgba(29, 20, 75, 1) 100%);
    background: -o-linear-gradient( -45deg, rgba(237, 27, 36, 1) 0%, rgba(29, 20, 75, 1) 100%);
    background: linear-gradient( -45deg, rgba(237, 27, 36, 1) 0%, rgba(29, 20, 75, 1) 100%);
    color: #fff;
    box-shadow: 7px 5px 30px 0 rgba(72, 73, 121, 0.15);
}


/***********************************************************************************************/

.ad_form .gform_wrapper {
    width: 100% !important;
    margin: 0 !important;
}

.ad_form ul.gform_fields {
    padding: 0px !important;
}

.ad_form ul.gform_fields {
    padding: 0 15px 0 0 !important;
    clear: none !important;
    list-style-type: none !important;
    margin: 0 !important;
}

.ad_form label.gfield_label {
    display: none !important;
}

.ad_form li.gfield.r-name {
    padding: 0 !important;
    width: 100% !important;
    float: left !important;
}

.ad_form li.gfield.r-email {
    padding: 0 !important;
    width: 49% !important;
    float: left !important;
}

.ad_form li.gfield.r-subject {
    padding: 0 !important;
    width: 49% !important;
    float: right !important;
}

.ad_form .gform_heading {
    display: none !important;
}

.ad_form .ginput_container_text input {
    float: left !important;
    width: 100% !important;
    line-height: 40px !important;
    border: 0 none !important;
    border-radius: 4px !important;
    padding: 0 15px !important;
    background: #eeeeee !important;
    margin-bottom: 20px !important;
}

.ad_form .ginput_container_email input {
    float: left !important;
    width: 100% !important;
    line-height: 40px !important;
    border: 0 none !important;
    border-radius: 4px !important;
    padding: 0 15px !important;
    background: #eeeeee !important;
    margin-bottom: 20px !important;
}


/*.ad_form .ginput_container_phone input {
  float: left !important;
  width: 100% !important;
  line-height: 40px !important;
  border: 0 none !important;
  border-radius: 4px !important;
  padding: 0 15px !important;
  background: #ffffff !important;
  margin-bottom: 20px !important;
}*/

.ad_form .ginput_container_select select {
    float: left !important;
    width: 100% !important;
    min-height: 40px !important;
    border: 0 none !important;
    border-radius: 4px !important;
    padding: 0 10px !important;
    background: #ffffff !important;
    margin-bottom: 20px !important;
}

.ad_form .textarea {
    float: left !important;
    width: 100% !important;
    line-height: 24px !important;
    border: 0 none !important;
    border-radius: 4px !important;
    padding: 10px 15px !important;
    background: #ffffff !important;
    margin-bottom: 20px !important;
    height: 85px !important;
    resize: none !important;
}

.ad_form .gform_button {
    position: relative;
    background: rgb(29, 20, 75);
    background: -webkit-linear-gradient( -45deg, rgba(29, 20, 75, 1) 0%, rgba(237, 27, 36, 1) 100%);
    background: -moz-linear-gradient( -45deg, rgba(29, 20, 75, 1) 0%, rgba(237, 27, 36, 1) 100%);
    background: -o-linear-gradient( -45deg, rgba(29, 20, 75, 1) 0%, rgba(237, 27, 36, 1) 100%);
    background: linear-gradient( -45deg, rgba(29, 20, 75, 1) 0%, rgba(237, 27, 36, 1) 100%);
    color: #fff;
    font-size: 11px !important;
    font-weight: 600 !important;
    padding: 8px 28px !important;
    border-radius: 3px !important;
    letter-spacing: 1px !important;
    border: 0 none !important;
    display: inline-block;
    cursor: pointer;
    transition: 0.4s;
    text-transform: uppercase;
    transition: all 0.3s ease 0s !important;
}

.headbanner .hero a.btn:hover {
    color: #ffffff !important;
    background: #140958 !important;
}

.ad_form .gform_button:hover {
    background: rgb(237, 27, 36);
    background: -webkit-linear-gradient( -45deg, rgba(237, 27, 36, 1) 0%, rgba(29, 20, 75, 1) 100%);
    background: -moz-linear-gradient( -45deg, rgba(237, 27, 36, 1) 0%, rgba(29, 20, 75, 1) 100%);
    background: -o-linear-gradient( -45deg, rgba(237, 27, 36, 1) 0%, rgba(29, 20, 75, 1) 100%);
    background: linear-gradient( -45deg, rgba(237, 27, 36, 1) 0%, rgba(29, 20, 75, 1) 100%);
    color: #fff;
    box-shadow: 7px 5px 30px 0 rgba(72, 73, 121, 0.15);
    color: #ffffff !important;
    background: #140958 !important;
}

.ad_form .validation_message,
.ad_form .validation_error {
    color: #e91818 !important;
}

.gform_confirmation_message p {
    font-size: 16px !important;
    color: #ffffff !important;
    width: 100% !important;
    text-align: center !important;
}


/*#ad_top .gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  display: block !important;
}
#ad_top .gform_legacy_markup_wrapper div.validation_error{
  display: none !important;
}*/


/***********************************************************************************************/

#product-detail-area .gform_wrapper {
    float: left !important;
    width: 100% !important;
    margin: 0 !important;
}

#product-detail-area li.gfield {
    padding: 0 15px 0 0 !important;
    clear: none !important;
    margin: 0 !important;
}

#product-detail-area li.gfield.r-name {
    padding: 0 !important;
    width: 100% !important;
    float: left !important;
}

#product-detail-area li.gfield.r-email {
    padding: 0 !important;
    width: 49% !important;
    float: left !important;
}

#product-detail-area li.gfield.r-subject {
    padding: 0 !important;
    width: 49% !important;
    float: right !important;
}

#product-detail-area .gform_heading {
    display: none !important;
}

#product-detail-area .ginput_container_text input {
    float: left !important;
    width: 100% !important;
    line-height: 40px !important;
    border: 0 none !important;
    border-radius: 4px !important;
    padding: 0 15px !important;
    background: #eeeeee !important;
    margin-bottom: 20px !important;
}

#product-detail-area .ginput_container_email input {
    float: left !important;
    width: 100% !important;
    line-height: 40px !important;
    border: 0 none !important;
    border-radius: 4px !important;
    padding: 0 15px !important;
    background: #eeeeee !important;
    margin-bottom: 20px !important;
}

#product-detail-area .ginput_container_phone input {
    float: left !important;
    width: 100% !important;
    line-height: 40px !important;
    border: 0 none !important;
    border-radius: 4px !important;
    padding-left: 48px;
    padding: 0 15px;
    background: #eeeeee !important;
    margin-bottom: 20px !important;
}

#product-detail-area .ginput_container_select select {
    float: left !important;
    width: 100% !important;
    min-height: 40px !important;
    border: 0 none !important;
    border-radius: 4px !important;
    padding: 8px 0 !important;
    background: #eeeeee !important;
    margin-bottom: 20px !important;
}

#product-detail-area .textarea {
    float: left !important;
    width: 100% !important;
    line-height: 24px !important;
    border: 0 none !important;
    border-radius: 4px !important;
    padding: 10px 15px !important;
    background: #eeeeee !important;
    margin-bottom: 20px !important;
    height: 120px !important;
    resize: none !important;
}

#product-detail-area .gform_button {
    position: relative;
    background: rgb(29, 20, 75);
    background: -webkit-linear-gradient( -45deg, rgba(29, 20, 75, 1) 0%, rgba(237, 27, 36, 1) 100%);
    background: -moz-linear-gradient( -45deg, rgba(29, 20, 75, 1) 0%, rgba(237, 27, 36, 1) 100%);
    background: -o-linear-gradient( -45deg, rgba(29, 20, 75, 1) 0%, rgba(237, 27, 36, 1) 100%);
    background: linear-gradient( -45deg, rgba(29, 20, 75, 1) 0%, rgba(237, 27, 36, 1) 100%);
    color: #fff;
    font-size: 11px !important;
    font-weight: 600 !important;
    padding: 8px 28px !important;
    border-radius: 3px !important;
    letter-spacing: 1px !important;
    border: 0 none !important;
    display: inline-block;
    cursor: pointer;
    transition: 0.4s;
    text-transform: uppercase;
}

#product-detail-area .gform_button:hover {
    background: rgb(237, 27, 36);
    background: -webkit-linear-gradient( -45deg, rgba(237, 27, 36, 1) 0%, rgba(29, 20, 75, 1) 100%);
    background: -moz-linear-gradient( -45deg, rgba(237, 27, 36, 1) 0%, rgba(29, 20, 75, 1) 100%);
    background: -o-linear-gradient( -45deg, rgba(237, 27, 36, 1) 0%, rgba(29, 20, 75, 1) 100%);
    background: linear-gradient( -45deg, rgba(237, 27, 36, 1) 0%, rgba(29, 20, 75, 1) 100%);
    color: #fff;
    box-shadow: 7px 5px 30px 0 rgba(72, 73, 121, 0.15);
}

.newsletter_form {
    float: left;
    width: 100%;
}

.newsletter_form label.gfield_label {
    display: none !important;
}

.newsletter_form .gform_wrapper {
    float: left !important;
    width: 100% !important;
    margin: 0 0 10px 0 !important;
}

.newsletter_form .gform_body {
    float: left !important;
    width: 100% !important;
    clear: left !important;
}

.newsletter_form .gform_footer {
    width: 40% !important;
    clear: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.newsletter_form .gform_button {
    float: left !important;
    margin: 4px 0px !important;
    width: 100% !important;
    color: #fff !important;
    letter-spacing: 0px !important;
    box-shadow: none !important;
    background-color: #ed1b24 !important;
    padding: 0.43rem 0 !important;
    border: 0 none !important;
}

.newsletter_form .top_label div.ginput_container {
    margin: 0 !important;
    padding: 0 !important;
}

.newsletter_form ul.gform_fields li.gfield {
    margin: 0 !important;
    padding: 0 !important;
}

.newsletter_form div#gform_1_validation_container {
    display: none;
}


/*
.newsletter_form .ginput_container_email input {
  padding: 6px 35px !important;
}
*/

.newsletter_form .ginput_container_email input,
.newsletter_form .ginput_container_phone input,
.newsletter_form .ginput_container_select select {
    padding: 6px 10px !important;
    margin-bottom: 8px;
}

.deal {
    min-height: 230px;
}

button.btn.btn-info.btn-md.btn-color {
    float: left;
    width: 100%;
    position: relative;
    background: rgb(29, 20, 75);
    background: -webkit-linear-gradient( -45deg, rgba(29, 20, 75, 1) 0%, rgba(237, 27, 36, 1) 100%);
    background: -moz-linear-gradient( -45deg, rgba(29, 20, 75, 1) 0%, rgba(237, 27, 36, 1) 100%);
    background: -o-linear-gradient( -45deg, rgba(29, 20, 75, 1) 0%, rgba(237, 27, 36, 1) 100%);
    background: linear-gradient( -45deg, rgba(29, 20, 75, 1) 0%, rgba(237, 27, 36, 1) 100%);
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    padding: 8px 28px;
    border-radius: 3px;
    letter-spacing: 1px;
    display: inline-block;
    cursor: pointer;
    transition: 0.4s;
    border: 0 none !important;
    text-transform: uppercase;
}

button.btn.btn-info.btn-md.btn-color:hover {
    background: rgb(237, 27, 36);
    background: -webkit-linear-gradient( -45deg, rgba(237, 27, 36, 1) 0%, rgba(29, 20, 75, 1) 100%);
    background: -moz-linear-gradient( -45deg, rgba(237, 27, 36, 1) 0%, rgba(29, 20, 75, 1) 100%);
    background: -o-linear-gradient( -45deg, rgba(237, 27, 36, 1) 0%, rgba(29, 20, 75, 1) 100%);
    background: linear-gradient( -45deg, rgba(237, 27, 36, 1) 0%, rgba(29, 20, 75, 1) 100%);
    color: #fff;
    box-shadow: 7px 5px 30px 0 rgba(72, 73, 121, 0.15);
}

button.btn.btn-info.btn-md.btn-color a {
    color: #fff !important;
}

a.learn-btn {
    background: #140958;
    padding: 4px 8px;
    color: #fff;
    font-size: 12px;
    border-radius: 4px;
}

a.learn-btn.spl {
    background: #da2128;
    color: #fff;
    padding: 4px 8px;
    font-size: 12px;
    border-radius: 4px;
}


/***********************************************************************************************/

.sidebar-body {
    float: left;
    width: 100%;
    padding: 10px 25px;
    background: #f4f4f4;
}

.styled-list {
    float: left;
    width: 100%;
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
}

.styled-list a {
    float: left;
    width: 100%;
    border-bottom: 1px solid #e2e2e2;
    color: #263e58;
    display: block;
    line-height: 1.2;
    padding: 15px 15px 15px 0;
    position: relative;
    text-decoration: none;
}

.sidebar-item .styled-list a {
    font-weight: bold;
}

.styled-list a:after {
    color: #666e79;
    content: "\f054";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-variant: normal;
    line-height: 1.2;
    margin-left: 0.6em;
    position: absolute;
    right: 0;
    speak: none;
    top: 33.3333%;
    text-decoration: none !important;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}

.sidebar-body a.btn.btn-default.expanded.mb-3 {
    float: left;
    width: 100%;
    background: #ed1b24 !important;
    color: #fff !important;
}

.our-network-block {
    position: relative;
}

.google-map-block {
    float: left;
    width: 100%;
    position: relative;
    z-index: 10;
}

.google-map-block img {
    display: block;
    width: 100%;
}

.find-us-block {
    position: absolute;
    z-index: 11;
    padding: 30px;
}

.find-us-block .find-us-box {
    float: left;
    width: 100%;
    padding: 30px;
    background: rgba(0, 0, 0, 0.7);
}

.find-us-block .find-us-box h2 {
    color: #fff;
}

.find-us-block .find-us-box p {
    color: #fff;
}

.find-us-block .find-us-box p a {
    color: #fff;
}

.find-us-block .select-box {
    float: left;
    width: 100%;
    padding: 6px 0;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 15px;
}

.find-us-block .search {
    float: left;
    font-size: 14px;
    font-weight: 700;
    background: #da2128;
    color: #fff;
    line-height: 40px;
    padding: 0 24px;
    margin: 0;
    border: 0 none;
    cursor: pointer;
}

.su-tabs {
    float: left;
    width: 100%;
}

.number-install {
    color: #ed1b24;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
}

.su-list ul li {
    color: #748188;
}

.table .thead-dark th {
    background-color: #374455 !important;
    border-color: #374455 !important;
}

.news-row {
    margin-bottom: 60px;
}

.news-row .image-holder {
    float: left;
    width: 100%;
    position: relativel;
}

.news-row .image-holder img {
    width: 100%;
    display: block;
}

.news-row .website {
    font-size: 12px;
    font-weight: 700;
    color: #da2128;
    text-transform: uppercase;
    display: block;
    position: relative;
    margin-bottom: 10px;
}

.news-row .date {
    font-size: 12px;
    font-weight: 700;
    color: #748188;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    position: relative;
    margin-bottom: 10px;
}

nav.navigation.pagination {
    float: left;
    width: 100%;
    background: none;
    margin-top: 30px;
    padding: 0 15px;
}

nav.navigation.pagination h2.screen-reader-text {
    display: none !important;
}

.page-numbers {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    display: inline-block;
    padding: 5px 10px;
    margin: 0 2px 0 0;
    border: 1px solid #eee;
    line-height: 1;
    text-decoration: none;
    border-radius: 2px;
}

.page-numbers.current,
a.page-numbers:hover {
    background: #f9f9f9;
    color: #da2128;
}

.testimonial-title {
    font-size: 16px;
    font-weight: 700;
    color: #1d144b;
    display: block;
    position: relative;
    margin-bottom: 30px;
    margin-top: 20px;
}

.contact-form-section {
    float: left;
    width: 100%;
    background: #f8f8f8;
    padding: 30px 60px;
    margin-bottom: 60px;
}

.contact-form-section h4 {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.contact-form-section p {
    float: left;
    width: 100%;
    text-align: center;
}

.contact-form-section p.spl {
    font-weight: 700;
    text-align: center;
}


/*******************************************************/

.product-item {
    float: left;
    width: 100%;
    position: relative;
    padding: 15px 15px 30px 15px;
    margin-bottom: 60px;
    border: 3px solid #f2f2f2;
    height: 600px;
}

.product-item::before {
    background-color: #da2128;
    content: "";
    width: 113px;
    height: 3px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
    margin: 0 auto;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

.product-item:hover::before {
    width: 100%;
}

.product-item .text-holder {
    float: left;
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    color: #374455;
    margin-bottom: 10px;
}

.product-item .img-holder {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.product-item .img-holder img {
    display: block;
    width: 100%;
}

#product-detail-area .learn-more-btn {
    margin-right: 30px;
}

.product-item p {
    float: left;
    width: 100%;
    min-height: 165px;
}

.icon {
    position: relative;
    left: 0;
    top: 0;
    margin: 0;
}

.icon ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.icon li {
    margin: 0 18px 18px 0;
    display: inline;
}

#gform_fields_1 {
    list-style: none;
    margin: 0;
    padding: 0;
}


/****** Product Section Malaysia ******/

#product-features-section {
    margin: 20px 0px 60px 0px;
}

#product-features-section h1 {
    font-size: 24px;
    text-align: center;
    font-weight: 500;
}

#product-features-section p {
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    color: #020303;
}

#product-features-section .item {
    background: #140958;
    border-radius: 12px;
    padding: 41px;
}

#product-features-section p.feature-text {
    text-align: center;
    color: #ffffff;
    font-size: 16px;
}

#product-features-section h4.feature-title {
    color: #ffffff;
    text-align: center;
    margin: 10px 10px;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 20px;
}

#product-features-section img.feature-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 13%;
}

#schedule-wrapper {
    padding: 50px 0;
    background: linear-gradient( -45deg, rgba(29, 20, 75, 1) 0%, rgba(237, 27, 36, 1) 100%);
}

#schedule-wrapper h1 {
    margin-bottom: 0;
    color: #fff;
}

#schedule-wrapper .schedule-btn {
    float: left;
    width: 100%;
    background: #fff;
    color: #000;
    text-align: center;
    text-decoration: none;
    line-height: 50px;
    border-radius: 5px;
    margin-top: 4px;
}

#schedule-wrapper a.schedule-btn:hover {
    color: #fff;
    background: #000;
}


/*Product slider*/

.ap-product-thumbs .swiper-slide img {
    border: 2px solid transparent;
    object-fit: cover;
    cursor: pointer;
}

.ap-product-thumbs .swiper-slide-thumb-active img {
    border-color: #bc4f38;
}

.autoprint-product-slider .swiper-button-next:after,
.autoprint-product-slider .swiper-button-prev:after {
    font-size: 20px;
    color: #000;
    font-weight: bold;
}

.autoprint-product-slider .swiper-button-next {
    filter: sepia(64%) hue-rotate(138deg) saturate(193%);
    height: 31px;
}

.autoprint-product-slider .swiper-button-prev {
    filter: sepia(64%) hue-rotate(138deg) saturate(193%);
    height: 31px;
}


/*Product slider*/


/*
@media (max-width:750px) #schedule-wrapper h1 {
    margin-bottom: 0;
    color: #fff;
}
@media (max-width: 750px) #schedule-wrapper .schedule-btn {
    float: left;
    width: 100%;
    background: #FFF;
    color: #000;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    line-height: 50px;
    border-radius: 5px;
    margin-top: 3px;
}
*/

@media (max-width: 768px) {
    .container-fluid {
        max-width: 540px;
    }
}

@media (max-width: 540px) {
    #schedule-wrapper .schedule-btn {
        margin-top: 15px;
    }
}

@media (max-width: 769px) {
    #product-features-section .item {
        margin-top: 15px !important;
    }
}

.blog {
    color: red;
    font-weight: 500;
    margin-bottom: 10px !important;
}

p span .ap-text {
    color: #003399;
    font-weight: 600;
}

.ap-text {
    color: #003399;
    font-weight: 600;
}

#clients-logo a.read-more-btn:hover {
    color: #fff;
}

#clients-logo a.read-more-btn {
    margin-top: 14px;
}

#clients-logo .client-name {
    float: left;
    text-align: center;
    width: 100%;
    font-weight: 600;
    background: #d92127;
    color: #fff;
    padding: 5px 10px;
}

.qualification-alignment {
    margin-top: -3px;
}

.gform_legacy_markup_wrapper.gf_browser_chrome .gfield_checkbox li input,
.gform_legacy_markup_wrapper.gf_browser_chrome .gfield_checkbox li input[type="checkbox"] {
    margin-top: 0 !important;
}

section#why-wrapper {
    padding: 40px 0;
}

aside.col-md-12.code_of_conduct .nav-link {
    background: #ccccccbf;
    color: #000;
}

div#nav-tabContent {
    padding: 2rem;
    background: #f8f9fa;
    box-shadow: 0px 1px 3px 0px #88888859;
    border-radius: 4px;
}

aside.code_of_conduct .nav-tabs .nav-item.show .nav-link,
aside.code_of_conduct .nav-tabs .nav-link.active {
    color: #fff !important;
    font-weight: 600;
    background: linear-gradient( -45deg, rgba(29, 20, 75, 1) 0%, rgba(237, 27, 36, 1) 100%) !important;
    border-color: #dee2e6 #dee2e6 #fff;
}

aside.col-md-12.code_of_conduct {
    padding: 0;
}

.head-req-q {
    position: fixed;
    z-index: 99999;
    top: 60%;
    right: 20px;
    width: auto;
    transform: translate(85px, -50%) rotate(-90deg);
    height: 40px;
}

.head-req-q button.learn-more-btn {
    background: #da2128;
    border: none;
    outline: none;
    padding: 12px 20px;
}

input#gform_submit_button_21 {
    background: #da2128 !important;
    border: none !important;
    padding: 12px 20px !important;
    color: #fff !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    letter-spacing: 0.4px !important;
}

.gform_legacy_markup_wrapper li.gfield.gfield_error,
.gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: rgb(255 223 224 / 0%) !important;
    margin-bottom: 0px !important;
    border-top: 0px solid #c89797 !important;
    border-bottom: 0px solid #c89797 !important;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}

.gfield_validation_message {
    display: none !important;
}

.gform_legacy_markup_wrapper .field_description_below .gfield_description {
    padding-top: 0px !important;
}

input#gform_submit_button_21:hover,
.head-req-q button.learn-more-btn:hover {
    background: #140958 !important;
}

.afosol-btn {
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
    background: rgb(29, 20, 75);
    background: -webkit-linear-gradient( -45deg, rgba(29, 20, 75, 1) 0%, rgba(237, 27, 36, 1) 100%);
    background: -moz-linear-gradient( -45deg, rgba(29, 20, 75, 1) 0%, rgba(237, 27, 36, 1) 100%);
    background: -o-linear-gradient( -45deg, rgba(29, 20, 75, 1) 0%, rgba(237, 27, 36, 1) 100%);
    background: linear-gradient( -45deg, rgba(29, 20, 75, 1) 0%, rgba(237, 27, 36, 1) 100%);
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    padding: 10px 0;
    border-radius: 3px;
    letter-spacing: 1px;
    display: inline-block;
    text-transform: uppercase;
    margin: 1px;
    text-decoration: none;
}

a.btn.afo-btn {
    background: #140958;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 6px 18px;
}

a.btn.afo-btn.ml-4:hover {
    color: #140958;
    background: #fff;
}

aside.col-md-6.af-end {
    display: flex;
    justify-content: flex-end;
}

aside.col-md-4.brand-last-img {
    text-align: center;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}

div#gform_wrapper_21 select,
div#gform_wrapper_21 input {
    height: 41px;
    border-radius: 4px;
    border: 1px solid #888 !important;
}

div#gform_wrapper_21 textarea {
    border-radius: 4px;
    border: 1px solid #888;
}

.product-item-spl {
    height: auto;
}

.product-item-spl.product-item .text-holder {
    height: 70px;
}

.products-archive {
    padding: 70px 0px;
}

.products-archive .row-gap {
    gap: 30px 0px;
}

.products-archive .products-archive-card {
    padding: 15px;
    border: 1px solid #ddd;
    height: 100%;
}

.products-archive .products-archive-card .image {
    padding-bottom: 20px;
}

.products-archive .products-archive-card .context h3 {
    font-size: 16px;
    font-weight: 700;
    color: #374455;
}

.products-archive .products-archive-card .context p {
    font-size: 14px;
    font-weight: 400;
    color: #748188;
    line-height: 24px;
    /* display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; 
    overflow: hidden;*/
}

.products-archive .products-archive-card .context .toggle-list {
    position: relative;
    background: rgb(29, 20, 75);
    background: -webkit-linear-gradient( -45deg, rgba(29, 20, 75, 1) 0%, rgba(237, 27, 36, 1) 100%);
    background: -moz-linear-gradient( -45deg, rgba(29, 20, 75, 1) 0%, rgba(237, 27, 36, 1) 100%);
    background: -o-linear-gradient( -45deg, rgba(29, 20, 75, 1) 0%, rgba(237, 27, 36, 1) 100%);
    background: linear-gradient( -45deg, rgba(29, 20, 75, 1) 0%, rgba(237, 27, 36, 1) 100%);
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    padding: 8px 28px;
    border-radius: 3px;
    letter-spacing: 1px;
    display: inline-block;
    cursor: pointer;
    transition: 0.4s;
    text-transform: uppercase;
}

.custom-breadcrumb {
    background: linear-gradient( -45deg, rgba(29, 20, 75, 1) 0%, rgba(237, 27, 36, 1) 100%);
    padding: 40px 0px;
}

.custom-breadcrumb h2 {
    font-size: 24px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 15px;
    text-transform: uppercase;
    text-align: center;
}

.custom-breadcrumb ul {
    text-align: center;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    color: #fff;
    margin-bottom: 0;
    padding-inline-start: 0;
}

.custom-breadcrumb ul li i {
    margin-right: 5px;
}

.custom-breadcrumb ul li a {
    color: #fff;
}

.custom-breadcrumb ul li {
    list-style-type: none;
}

.custom-spacing {
    padding: 60px 0px;
}

@media (max-width: 992px) {
    .custom-spacing {
        padding: 50px 0px;
    }
}

@media (max-width: 768px) {
    .custom-spacing {
        padding: 40px 0px;
    }
}

@media (max-width: 576px) {
    .custom-spacing {
        padding: 30px 0px;
    }
}

.product-overview h3 {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    padding-bottom: 20px;
}

.product-overview img {
    margin: 0 auto;
    display: block;
    padding-bottom: 40px;
}

.product-overview .products-overview-buttons {
    display: flex;
    gap: 12px;
    justify-content: center;
}

.brochure-btn {
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    padding: 8px 25px;
    background-color: #150656;
    color: #fff !important;
    display: inline-block;
    border-radius: 5px;
    border: 2px solid #150656;
    transition: all 0.5s ease;
}

.brochure-btn:hover {
    background-color: transparent;
    color: #150656 !important;
}

.brochure-btn-inverse {
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    padding: 8px 25px;
    background-color: transparent;
    color: #150656 !important;
    display: inline-block;
    border-radius: 5px;
    border: 2px solid #150656;
    transition: all 0.5s ease;
}

.brochure-btn-inverse:hover {
    background-color: #150656;
    color: #fff !important;
}

.product-list ul {
    padding-left: 20px;
    margin-bottom: 0;
}

.product-list ul li {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #748188;
    list-style-type: disc;
    padding-bottom: 8px;
}

.product-list ul li:last-child {
    padding-bottom: 0;
}

.product-list ul li::marker {
    color: #c51f2e;
}

.product-list h2 {
    font-size: 26px;
    text-transform: capitalize;
    line-height: 34px;
    font-weight: 700;
    padding-bottom: 10px;
    text-align: center;
    color: #d6262c;
}

.product-specification h2 {
    font-size: 26px;
    text-transform: capitalize;
    line-height: 34px;
    font-weight: 700;
    padding-bottom: 10px;
    text-align: center;
}

.custom-table table tbody tr td {
    color: #000000;
    padding: 10px 10px;
    background-color: transparent;
    border: 1px solid #7e7e7e;
    font-size: 15px;
    line-height: 23px;
    font-weight: 500;
}

.custom-table .table-striped tbody tr:nth-of-type(odd) {
    background-color: #e9e9e9;
}

.product-related h2 {
    font-size: 26px;
    text-transform: capitalize;
    line-height: 34px;
    font-weight: 700;
    padding-bottom: 10px;
    text-align: center;
    color: #d6262c;
}

.product-related .swiper-slide {
    height: auto;
}

.product-related .product-item {
    margin-bottom: 0;
    height: 100%;
    background-color: #fff;
}

.product-know-more-btn {
    position: relative;
    background: rgb(29, 20, 75);
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    padding: 8px 28px;
    border-radius: 3px;
    letter-spacing: 1px;
    display: inline-block;
    cursor: pointer;
    transition: 0.4s;
    text-transform: uppercase;
}

.product-know-more-btn:hover {
    background: rgb(237, 27, 36);
    background: -webkit-linear-gradient( -45deg, rgba(237, 27, 36, 1) 0%, rgba(29, 20, 75, 1) 100%);
    background: -moz-linear-gradient( -45deg, rgba(237, 27, 36, 1) 0%, rgba(29, 20, 75, 1) 100%);
    background: -o-linear-gradient( -45deg, rgba(237, 27, 36, 1) 0%, rgba(29, 20, 75, 1) 100%);
    background: linear-gradient( -45deg, rgba(237, 27, 36, 1) 0%, rgba(29, 20, 75, 1) 100%);
    color: #fff;
    box-shadow: 7px 5px 30px 0 rgba(72, 73, 121, 0.15);
}

.product-tech-spec-overview h2 {
    font-size: 26px;
    text-transform: capitalize;
    line-height: 34px;
    font-weight: 700;
    color: #d6262c;
}

.product-tech-spec-overview p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #748188;
    padding-bottom: 10px;
}

.product-tech-spec-overview a {
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    padding: 8px 25px;
    background-color: #150656;
    color: #fff !important;
    border-radius: 5px;
    border: 2px solid #150656;
    transition: all 0.5s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.product-tech-spec-overview a img {
    filter: invert(1);
    width: 20px;
    padding: 0;
    margin: 0;
}

.product-tech-spec-overview iframe {
    width: 100%;
    height: 100%;
    border: none;
    pointer-events: none;
}

.product-technical-spec {
    border: 1px solid #ddd;
}

.product-technical-spec h2 {
    font-size: 26px;
    text-transform: capitalize;
    line-height: 34px;
    font-weight: 700;
    padding-bottom: 20px;
    text-align: center;
}

.product-technical-spec .spec-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.product-technical-spec .spec-grid .spec-item {
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.product-technical-spec .spec-grid .spec-item h4 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    padding-bottom: 10px;
}

.product-technical-spec .spec-grid .spec-item p {
    font-size: 15px;
    line-height: 22px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0;
}

.product-technical-spec .spec-grid .spec-item.bg-gray {
    color: #000;
}

.product-technical-spec .spec-grid .spec-item.bg-gray h4 {
    color: #000;
}

.product-technical-spec .spec-grid .spec-item.bg-gray p {
    color: #000;
    margin-bottom: 0;
}

.product-cta p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #748188;
    padding-bottom: 10px;
}

.product-cta .cta-inn {
    padding: 30px 40px;
    border-left: 4px solid #160454;
    box-shadow: 0 0 16px #ddd;
    display: grid;
    gap: 20px;
    grid-template-columns: 4fr 1fr;
    align-items: center;
}

.product-cta .cta-inn p {
    padding-bottom: 0;
    margin-bottom: 0;
}

.product-cta .cta-inn {
    position: relative;
    z-index: 5;
}

.product-cta .cta-inn::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    clip-path: polygon(60% 0, 100% 0, 100% 100%, 0 100%);
    background-color: #f2f3fa;
    z-index: -1;
    width: 50%;
    height: 100%;
}

.product-cta .cta-inn .context h2 {
    font-size: 26px;
    text-transform: capitalize;
    line-height: 34px;
    font-weight: 700;
    margin-bottom: 10px;
}

.product-cta .cta-inn .context h3 {
    text-transform: capitalize;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 6px;
}

.product-cta .cta-inn .button .brochure-btn-inverse {
    display: block;
    text-align: center;
}

.product-why-choose h2 {
    font-size: 26px;
    text-transform: capitalize;
    line-height: 34px;
    font-weight: 700;
    padding-bottom: 20px;
    text-align: center;
}

.product-why-choose .feature-card {
    background: #f2f3fa;
    border-radius: 16px;
    padding: 30px;
    text-align: center;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    height: 100%;
}

.product-why-choose .feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
}

.product-why-choose .feature-card .icon {
    font-size: 42px;
    margin-bottom: 20px;
}

.product-why-choose .feature-card h4 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #150656;
    text-transform: capitalize;
}

.product-why-choose .feature-card p {
    font-size: 15px;
    color: #748188;
    line-height: 24px;
    font-weight: 500;
}

.product-features h2 {
    font-size: 26px;
    text-transform: capitalize;
    line-height: 34px;
    font-weight: 700;
    padding-bottom: 10px;
    color: #d6262c;
}

.product-features .features-inn h4 {
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 8px;
    color: #150656;
}

.product-features .features-inn p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #748188;
}

.product-features h2 {
    font-size: 28px;
    font-weight: 700;
    color: #d6262c;
    margin-bottom: 35px;
}


/* Grid layout */

.features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 35px 60px;
}


/* Individual feature */

.feature-item {
    position: relative;
    padding-left: 22px;
}

.feature-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 6px;
    height: 6px;
    background: #d6262c;
    border-radius: 50%;
}

.feature-item h4 {
    font-size: 20px;
    margin-bottom: 8px;
    color: #150656;
    font-weight: 600;
    text-transform: capitalize;
}

.feature-item p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #748188;
    margin: 0;
}


/* Responsive */

@media (max-width: 768px) {
    .features-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }
}

.product-design .section-title h2 {
    font-size: 26px;
    text-transform: capitalize;
    line-height: 34px;
    font-weight: 700;
    color: #d6262c;
}

.product-design .section-title h3 {
    text-transform: capitalize;
    font-size: 28px;
    font-weight: 600;
    line-height: 38px;
}

.product-design .section-title p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #748188;
}

.product-design .product-card .product-card-inn {
    position: relative;
}

.product-design .product-card .product-card-inn::before {
    background: linear-gradient( to bottom, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.7) 100%);
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.product-design .product-card .product-card-inn .image img {
    width: 100%;
}

.product-design .product-card .product-card-inn .context {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 85%;
}

.product-design .product-card .product-card-inn .context h3 {
    font-size: 17px;
    line-height: 28px;
    font-weight: 600;
    color: #ffffff;
    text-transform: capitalize;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
}

.product-design .product-card .product-card-inn .context h3 i {
    color: #ffffff;
    transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation: moveLeftRight 1.5s infinite ease-in-out;
}

.product-design .product-card .product-card-inn .context p {
    font-size: 17px;
    line-height: 27px;
    font-weight: 300;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 2.7em;
}

.product-design .product-card .product-card-inn .context .date {
    color: #c7161d;
    font-size: 16px;
    font-weight: 400;
    display: block;
    padding-bottom: 10px;
}

.product-design .product-card .product-card-inn:hover .context h3 i {
    transform: translateX(5px);
}


/* .product-support p{
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #748188;
}

.product-support ul{
  padding-left: 20px;
  margin-bottom: 0;
}

.product-support ul li{
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  color: #748188;
  list-style-type: disclosure-closed;
  padding-bottom: 8px;
}

.product-support ul li:last-child{
  padding-bottom: 0;
}

.product-support ul li::marker{
  color: #c51f2e;
} */

.product-support-sales h2 {
    font-size: 26px;
    text-transform: capitalize;
    line-height: 34px;
    font-weight: 700;
    text-align: center;
}

.product-support-sales p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #748188;
    text-align: center;
    padding-bottom: 25px;
}

.product-support-sales .cards-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 25px;
}

.product-support-sales .cards-wrapper .support-card {
    background: #f2f3fa;
    border-radius: 16px;
    padding: 30px;
    text-align: center;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    height: 100%;
}

.product-support-sales .cards-wrapper .support-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 28px 50px rgba(0, 0, 0, 0.12);
}

.product-support-sales .cards-wrapper .support-card h4 {
    font-size: 18px;
    line-height: 26px;
    color: #000000;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 0;
    font-weight: 600;
}

.product-support-sales .cards-wrapper .support-card .numbers {
    border: 2px solid #d6262c;
    border-radius: 50px;
    display: block;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 47px;
    font-size: 20px;
    margin: 0 auto;
    margin-bottom: 15px;
    font-weight: 500;
    color: #d6262c;
}

@media (max-width: 992px) {
    .row-gap {
        gap: 30px 0px;
    }
    .product-cta .cta-inn {
        grid-template-columns: 3fr 1fr;
    }
}

@media (max-width: 768px) {
    .product-overview .products-overview-buttons {
        flex-wrap: wrap;
    }
    .product-cta .cta-inn {
        display: flex;
        flex-direction: column;
        gap: 20px;
        align-items: start;
        padding: 20px 30px;
    }
}

@media (max-width: 576px) {
    .row-gap {
        gap: 30px 0px;
    }
    .product-cta .cta-inn {
        padding: 15px 20px;
    }
}

.dfm-content ul.unset-list {
    padding-left: 22px !important;
}

.dfm-content .su-list.clearfix {
    margin-left: 0 !important;
}

nav.active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

.download-manual {
    text-align: center;
    margin-top: 2rem;
}

.download-manual a.down-brochre.btn {
    background: #da2128;
    color: #fff;
    padding: 8px 22px;
}

.download-manual a.down-brochre.btn:hover {
    background: #140958;
}

.download-manual a i {
    margin-left: 5px;
}

.modal {
    z-index: 10000 !important;
}

ul.products-list {
    grid-gap: 1rem;
    display: grid;
    padding: 0;
}

.dfm-cp ul.products-list {
    --auto-grid-min-size: 16rem;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-gap: 1rem;
}

.warrenty-terms a {
    display: inline-block;
    background-color: #d71920;
    color: #fff;
    padding: 10px 20px;
    border-radius: 25px;
    transition: background 0.3s ease;
    font-weight: 500;
}

.warrenty-terms {
    display: flex;
    align-content: center;
    justify-content: center;
}

.warrenty-terms i {
    margin-left: 6px;
}

.col-md-12.mb-3.request-form-inner button.btn.btn-info.btn-md.btn-color {
    width: unset;
}

.col-md-12.mb-3.request-form-inner {
    display: flex;
    align-items: center;
    justify-content: center;
}

#content-area input#input_27_3,
#content-area input#input_29_3,
#content-area input#input_28_3 {
    padding-left: 85px !important;
}

#content-area input#input_27_3 {
    padding-left: 90px !important;
}

.contactform input {
    /* float: left !important; */
    /* width: 100% !important; */
    /* line-height: 40px !important; */
    border: 0 none !important;
    border-radius: 4px !important;
    padding: 0 15px;
    /* margin-bottom: 20px !important; */
}


/* div#gform_wrapper_26 input,
div#gform_wrapper_27 input,
div#gform_wrapper_28 input {
  background: #eeeeee !important;
} */

input#input_26_1_3,
input#input_27_1_3,
input#input_28_1_3 {
    background: #eeeeee !important;
}

div#gform_wrapper_26 select,
div#gform_wrapper_27 select,
div#gform_wrapper_28 select,
div#gform_wrapper_26 textarea,
div#gform_wrapper_27 textarea,
div#gform_wrapper_28 textarea,
.contactform select {
    padding: 0 15px !important;
    line-height: 40px !important;
    background: #eeeeee !important;
}

div#gform_wrapper_26 .gform_button,
div#gform_wrapper_27 .gform_button,
div#gform_wrapper_28 .gform_button {
    position: relative;
    background: rgb(29, 20, 75);
    background: -webkit-linear-gradient(-45deg, rgba(29, 20, 75, 1) 0%, rgba(237, 27, 36, 1) 100%);
    background: -moz-linear-gradient( -45deg, rgba(29, 20, 75, 1) 0%, rgba(237, 27, 36, 1) 100%);
    background: -o-linear-gradient( -45deg, rgba(29, 20, 75, 1) 0%, rgba(237, 27, 36, 1) 100%);
    background: linear-gradient(-45deg, rgba(29, 20, 75, 1) 0%, rgba(237, 27, 36, 1) 100%);
    color: #fff;
    font-size: 11px !important;
    font-weight: 600 !important;
    padding: 8px 28px !important;
    border-radius: 3px !important;
    letter-spacing: 1px !important;
    border: 0 none !important;
    display: inline-block;
    cursor: pointer;
    transition: 0.4s;
    text-transform: uppercase;
}

.newsletter_form div#gform_wrapper_26 legend.gfield_label.gform-field-label.gfield_label_before_complex {
    display: none !important;
}

.newsletter_form input,
.newsletter_form select {
    height: 30px !important;
}

.newsletter_form textarea#input_26_13 {
    height: 60px !important;
}