*, html, body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}
body {
    -webkit-font-smoothing: subpixel-antialiased;
    color: #0d2300;
    background-color: #fff;
    font-size: 14px;
}
@media (min-width: 1440px) and (max-width: 2560px) {
    body html {
    width: 100% !important;
    margin: 0 auto !important;
    display: block !important;
    height: 100% !important;
    overflow-x: hidden !important;
    position: relative;
}
}@media (min-width: 2561px) and (max-width: 80000000px) {
    #landscape-canvas {
    width: 100% !important;
    height: 900px !important;
}
body, html {
    position: relative;
    width: 1920px !important;
    margin: 0 auto !important;
    overflow-x: hidden !important;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.24) !important;
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.24) !important;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.24) !important;
}
header {
    width: 1920px !important;
}
.header {
    width: 1920px !important;
}
}a {
    outline: none;
    text-decoration: none;
}
a:hover {
    color: #0058b1;
}
.bg-theme {
    background-color: #0C2D62;
    color: #fff;
    font-weight: bold;
}
.text-primary {
    color: #0C2D62 !important;
}
.text-secoundary {
    color: #F2B800 !important;
}
.bg-primary {
    background-color: #690095 !important;
}
.bg-secondary {
    background-color: #F2B800 !important;
}
.cursor-pointer {
    cursor: pointer;
}
.only_mobile {
    display: none;
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
    .only_mobile {
    display: block !important;
}
}select option {
    background-color: #0C2D62;
    border: none;
    color: #fff;
    padding: 5px !important;
    display: block !important;
}
section {
    position: relative;
}
.section-title {
    font-size: 32px;
    font-weight: bold;
    color: #690095;
    line-height: 45px;
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
    .section-title {
    font-size: 26px;
    line-height: 32px;
}
}@media only screen and (min-width: 576px) and (max-width: 1024px) {
    .section-title {
    font-size: 24px;
    line-height: 35px;
}
}@media only screen and (max-width: 575px) {
    .section-title {
    text-align: center;
    font-size: 20px;
    line-height: 34px;
}
}.custom_btn {
    background-color: #690095;
    color: #fff;
    font-size: 14px;
    display: inline-flex;
    padding: 7px 30px;
    -o-object-fit: cover;
    object-fit: cover;
    transition: 0.3s;
    border-radius: 5px;
    margin-left: 10px;
    white-space: nowrap;
}
.custom_btn:hover, .custom_btn:active, .custom_btn:focus-visible {
    background-color: #fe6800 !important; color: #fff;
}
.custom_btn .fa {
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 5px;
}
.custom_btn_secondary {
    background-color: #F2B800;
    color: #fff;
    font-size: 16px;
    display: inline-flex;
    padding: 7px 30px;
    -o-object-fit: cover;
    object-fit: cover;
    transition: 0.3s;
    border-radius: 5px;
}
.custom_btn_secondary:hover, .custom_btn_secondary:active, .custom_btn_secondary:focus-visible {
    background-color: #0C2D62;
    color: #fff;
}
.custom_btn_secondary .fa {
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 5px;
}
.custom_btn_sm {
    background-color: #0C2D62;
    color: #fff;
    font-size: 14px;
    display: inline-flex;
    padding: 5px 20px;
    -o-object-fit: cover;
    object-fit: cover;
    transition: 0.3s;
    border-radius: 5px;
}
.custom_btn_sm:hover, .custom_btn_sm:active, .custom_btn_sm:focus-visible {
    background-color: #F2B800 !important;
}
.custom_btn_sm .fa {
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 5px;
}
.custom_link_btn {
    background-color: transparent;
    color: #0C2D62;
    outline: none;
    border: none;
    font-size: 14px;
    padding: 6px 12px;
}
.custom_link_btn:hover, .custom_link_btn:active, .custom_link_btn:focus-visible {
    color: #F2B800 !important;
}
.quote_form .custom_btn:hover, .quote_form .custom_btn:active, .quote_form .custom_btn:focus-visible {
    background-color: #0C2D62 !important;
    color: #fff !important;
}
.btt {
    position: fixed;
    display: none;
    color: #fff !important;
    font-size: 1.2em;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    z-index: 20000;
    bottom: 30px;
    right: 30px;
    transition: 0.2s;
}
@media only screen and (max-width: 1279px) {
    .btt {
    bottom: 5px;
    right: 0px;
    padding: 0px 11px;
    font-size: 1em;
}
}.red_text {
    color: red;
}
.bgLightorange {
    background-color: #f9f9f9 !important;
    width: 30%;
    font-weight: 500;
}
.font-14 {
    font-size: 14px !important;
}
.font-18 {
    font-size: 18px !important;
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    color: #FFFFFF !important;
    background-color: #0C2D62;
    border-color: unset;
}
table tr td a {
    color: #0058b1 !important;
}
header {
    height: 100%}
header .container {
    max-width: 100%}
header .header {
    background-size: 100% 100%;
    padding-bottom: 0;
    position: relative !important;
    width: 100%;
    z-index: 10000;
    background: #fff;
    height: auto;
}
header .header a {
    color: #fff;
    text-decoration: none;
}
header .header a:hover {
    color: #fe6800;
    text-decoration: none;
}
header .header .menu_bar, header .header .search_bar {
    display: none;
}
header .header .top_links {
    clear: both;
    color: #fff;
    border-radius: 0px;
    padding: 7px 15px;
    white-space: nowrap;
}
header .header .top_links span {
    text-align: left;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin-top: auto;
    margin-bottom: auto;
    font-family: "Poppins", sans-serif;
}
header .header .top_links .cta a {
    margin-left: 15px;
}
header .header .top_links .cta a .fa {
    padding-right: 8px;
    color: #fff;
    font-size: 18px;
}
header .header .top_links .cta a:hover {
    color: #ff8c3d;
}
header .header .top_links .cta a:hover span {
    color: #ff8c3d;
}
    header .header .head_label {
        /*margin-top: 5px;*/
        background: #fff;
        padding: 10px 20px 10px 0;
    }
header .header .head_label span {
    text-align: left;
    color: #000;
    display: block;
    font-size: 18px;
    font-weight: 500;
    margin-top: auto;
    margin-bottom: auto;
    font-family: "Poppins", sans-serif;
}
header .header .head_label .cta {
    font-size: 14px;
    padding: 8px 5px;
    margin-top: 0px;
}
header .header .head_label .cta a {
    color: #fff;
    width: auto !important;
    font-size: 14px;
    margin-right: 10px;
    margin-left: 10px;
    text-decoration: none !important;
    position: relative;
    display: inline-block;
    font-family: "Poppins", sans-serif;
}
header .header .head_label .cta a:first-child i {
    font-size: 16px;
    padding-top: 3px;
}
header .header .head_label .cta a i {
    padding: 0px 5px 0px 0px;
    color: #0C2D62;
}
header .header .head_label .cta a:hover span, header .header .head_label .cta a:hover i {
    color: #F2B800;
}
header .header .head_label .searchBoxD {
    background-color: #ECECEC;
    margin-right: 10px;
    border-radius: 5px;
    width: 100%}
header .header .head_label .dflexSm {
    display: none !important;
}
@media (max-width: 1279px) {
    header .header .head_label .dflexSm {
    display: block !important;
}
}header .header .head_label .inrfq {
    background-color: #690095;
    position: relative;
    height: 41px;
    font-size: 16px;
    color: #fff !important;
    z-index: 1;
    transition: 0.3s;
    padding: 5px 15px;
    font-weight: 500;
    border-radius: 0px;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    border-radius: 5px;
}
@media (min-width: 0px) and (max-width: 1279px) {
    header .header .head_label .inrfq {
    box-shadow: none !important;
    padding: 10px;
    line-height: 12px;
    height: 32px;
    bottom: 8px;
    position: fixed;
    z-index: 100;
    right: 65px;
    background-color: #00d3ff;
    color: #fff !important;
}
}header .header .head_label .search_form {
    margin-top: auto;
    margin-bottom: auto;
    text-align: left;
    border-radius: 0;
    overflow: visible;
    display: inline-block;
    width: 100%}
header .header .head_label .search_form .fixf {
    display: flex;
    align-items: center;
    height: 100%;
    margin: 0px 0px 0px 10px;
}
header .header .head_label .search_form .input_effect {
    border: none;
    background-color: transparent;
    color: #000;
    outline: none;
    width: 100%}
header .header .head_label .search_form .input_effect::placeholder {
    color: #000;
    font-weight: 500;
}
header .header .head_label .search_form .select_holder {
    color: #000;
    border-left: 1px solid gray;
    display: inline-block;
    padding: 0px 10px;
}
header .header .head_label .search_form .select_holder select {
    border: none;
    background-color: transparent;
    height: 23px;
    margin-right: 0px;
    color: #000;
    outline: none;
    font-weight: 500;
}
header .header .head_label .search_form .submit_btn {
    color: #fff;
    background-color: #fe6800;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: none;
    padding: 0px 10px;
    font-size: 18px;
    transition: 0.3s;
    height: 41px;
    width: 180px;
    border-radius: 0 5px 5px 0;
}
header .header .head_label .openform {
    position: relative;
    transition: 0.5s;
}
header .header .head_label .search_form::after, header .header .head_label .openform::after {
    z-index: 10000;
    content: "";
    transition: 0.9s;
    padding: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
    background-position: 27px 7px;
    background-repeat: no-repeat;
}
header .header.fixed {
    background: #fff;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    position: fixed !important;
    top: 0;
}
header .logo {
    display: flex;
    align-items: center;
    height: 100%}
header .logo img {
    width: 100%}
header .nav_holder {
    display: block;
    overflow: visible;
    clear: both;
}
header .main_nav {
    margin: 0px;
    padding: 0px;
    display: block;
    clear: both;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    margin-top: 0px;
    list-style: none;
}
header .main_nav li {
    display: inline-block;
    position: relative;
}
header .main_nav li.actmenu a {
    color: #fe6800 !important;
}
header .main_nav li span {
    position: absolute;
    bottom: 0;
    height: 3px;
    display: block;
    left: 0px;
    width: 0%;
    right: 0px;
    transition: 1s;
}
header .main_nav li a i {
    padding-left: 5px;
    color: #000;
}
header .main_nav li.fix-mob-navbar {
    display: none;
}
@media only screen and (min-width: 1280px) {
    header .main_nav li::after hover:nth-last-of-type(4) ul {
    right: 0;
}
}header .main_nav>li>a {
    color: #000;
    text-decoration: none !important;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    padding: 10px 18px;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
}
@media only screen and (max-width: 1540px) {
    header .main_nav>li>a {
    padding: 10px 15px;
}
}header .main_nav>li>a small {
    text-transform: lowercase !important;
}
header .main_nav>li>ul {
    position: absolute;
    margin: 0px;
    padding: 0px;
    width: 300px;
    z-index: 10000;
    display: none;
    background-color: #0C2D62;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
header .main_nav>li>ul>li {
    display: block;
}
header .main_nav>li>ul>li>a {
    display: block;
    padding: 8px 10px !important;
    color: #fff !important;
    text-align: left;
    width: 100%;
    font-family: "Poppins", sans-serif;
    font-size: 16px !important;
    position: relative;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}
header .main_nav>li>ul>li:hover ul {
    display: none !important;
    width: 100% !important;
}
header .main_nav>li>ul>li:hover a {
    background-color: #F2B800 !important;
    color: #fff !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
@media only screen and (min-width: 1280px) {
    header .main_nav>li:hover >ul {
    display: block;
}
}header .main_nav>li:hover span, header .main_nav>li:focus span {
    width: 100%;
    animation: overspan 1s forwards;
    transition: 1s;
}
@-webkit-keyframes overspan {
    0% {
    width: 0%;
    left: 0px;
    right: 0px;
    background-color: #F2B800;
}
50% {
    left: 0px;
    right: 0px;
    background-color: #F2B800;
}
100% {
    width: 100%;
    left: 0px;
    right: 0px;
    background-color: #F2B800;
}
}@keyframes overspan {
    0% {
    width: 0%;
    left: 0px;
    right: 0px;
    background-color: #F2B800;
}
70% {
    left: 0px;
    right: 0px;
    background-color: #F2B800;
}
100% {
    width: 100%;
    left: 0px;
    right: 0px;
    background-color: #F2B800;
}
}@-webkit-keyframes pulse {
    0% {
    -webkit-box-shadow: 0 0 0 0 rgba(122, 122, 124, 0.4);
    -moz-box-shadow: 0 0 0 0 rgba(122, 122, 124, 0.4);
    box-shadow: 0 0 0 0 rgba(122, 122, 124, 0.4);
}
70% {
    -webkit-box-shadow: 0 0 0 50px rgba(122, 122, 124, 0);
    -moz-box-shadow: 0 0 0 10px rgba(122, 122, 124, 0);
    box-shadow: 0 0 0 50px rgba(122, 122, 124, 0);
}
100% {
    -webkit-box-shadow: 0 0 0 0 rgba(122, 122, 124, 0);
    -moz-box-shadow: 0 0 0 0 rgba(122, 122, 124, 0);
    box-shadow: 0 0 0 0 rgba(122, 122, 124, 0);
}
}@keyframes pulse {
    0% {
    -webkit-box-shadow: 0 0 0 0 rgba(122, 122, 124, 0.4);
    -moz-box-shadow: 0 0 0 0 rgba(122, 122, 124, 0.4);
    box-shadow: 0 0 0 0 rgba(122, 122, 124, 0.4);
}
70% {
    -webkit-box-shadow: 0 0 0 50px rgba(122, 122, 124, 0);
    -moz-box-shadow: 0 0 0 10px rgba(122, 122, 124, 0);
    box-shadow: 0 0 0 50px rgba(122, 122, 124, 0);
}
100% {
    -webkit-box-shadow: 0 0 0 0 rgba(122, 122, 124, 0);
    -moz-box-shadow: 0 0 0 0 rgba(122, 122, 124, 0);
    box-shadow: 0 0 0 0 rgba(122, 122, 124, 0);
}
}@media only screen and (max-width: 380px) {
    .custom_header header .top_links {
    padding: 5px;
    margin-left: -15px !important;
    font-size: 11px;
    text-align: center;
}
.custom_header header .top_links .text1 {
    width: 100%;
    text-align: center;
    display: block;
}
}@media (min-width: 0px) and (max-width: 1279px) {
    .custom_header header {
    height: 80px;
}
.custom_header header .header {
    height: 80px;
    background-color: #fff;
}
.custom_header header .header.fixed {
    height: 80px;
}
.custom_header header .menu_bar, .custom_header header .search_bar {
    display: block;
    color: #003048 !important;
    border: none;
    padding: 10px 15px;
    font-size: 1.8em;
    transition: 0.3s;
    position: absolute;
    top: 20px;
    z-index: 10000;
}
.custom_header header .menu_bar i, .custom_header header .search_bar i {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.custom_header header .menu_bar i.fa-close::before, .custom_header header .search_bar i.fa-close::before {
    content: "\f00d" !important;
}
.custom_header header .menu_bar {
    right: 10px;
}
.custom_header header .search_bar {
    right: 55px;
}
.custom_header header .head_label {
    margin: 0 auto;
    left: 0px;
    right: 0px;
    border: none;
    background-color: transparent;
}
.custom_header header .head_label span {
    font-size: 12px;
    padding: 0;
}
.custom_header header .cta {
    position: fixed;
    z-index: 1;
    bottom: 0px;
    display: flex;
    align-items: center;
    left: 0px;
    right: 0px;
    height: 50px;
    background-color: #0C2D62;
    text-align: left;
    transition: 0.3s;
    padding-left: 15px;
    width: 100%;
    border-top: 1px solid white;
}
.custom_header header .cta a {
    padding: 5px !important;
}
.custom_header header .cta a i {
    font-size: 20px !important;
    color: #fff !important;
}
.custom_header header .cta a span {
    display: none !important;
}
.custom_header header .top_links {
    margin: 0 auto;
    left: 0px;
    right: 0px;
    border: none;
}
.custom_header header .top_links span {
    font-size: 12px;
}
.custom_header header .fix-navbar {
    display: none;
}
.custom_header header .search_form {
    display: none !important;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.49);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.49);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.49);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 20px;
    margin: 0 auto;
    left: 0px;
    right: 0px;
    position: fixed !important;
    width: 90% !important;
    height: auto !important;
    overflow-y: scroll !important;
    text-align: center;
}
.custom_header header .search_form .fixf {
    width: 100%;
    display: block !important;
    margin: 10px 0 !important;
}
.custom_header header .search_form input {
    width: 100% !important;
    border-bottom: 1px gray solid !important;
    margin-bottom: 10px;
    padding: 7px 13px;
    margin-top: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    color: #0d2300 !important;
}
.custom_header header .search_form input::placeholder {
    color: #0d2300 !important;
}
.custom_header header .search_form .select_holder {
    border-left: 0px solid gray !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px gray solid;
    padding: 8px !important;
    padding-top: 0px !important;
    padding-left: 5px !important;
}
.custom_header header .search_form .select_holder select {
    width: 100%;
    color: #0d2300 !important;
}
.custom_header header .search_form .submit_btn {
    height: auto !important;
    width: auto;
    color: #fff !important;
    background-color: #0C2D62 !important;
    border-radius: 5px !important;
    padding: 8px 15px !important;
    font-size: 14px !important;
}
.custom_header header .search_form .submit_btn:after {
    padding-left: 5px;
}
.custom_header header .paddingScroll {
    padding: 0 !important;
}
.custom_header header .logo {
    padding-bottom: 0px;
    position: static;
    top: 20px;
    left: 0;
    z-index: 1;
}
.custom_header header .logo img {
    width: 200px !important;
    max-width: 230px;
}
}@media only screen and (min-width: 0px) and (max-width: 1279px) and (max-width: 576px) {
    .custom_header header .logo img {
    width: 200px !important;
    max-width: 230px;
}
}@media only screen and (min-width: 0px) and (max-width: 1279px) and (max-width: 380px) {
    .custom_header header .logo img {
    width: 230px !important;
    max-width: 230px;
}
}@media (min-width: 0px) and (max-width: 1279px) {
    .custom_header header .nav_holder {
    background-color: #0C2D62;
    display: block;
    position: fixed;
    left: 100%;
    right: -50%;
    bottom: 100%;
    top: 70px;
    padding-top: 0px;
    text-align: left;
    height: 0%;
    width: 0%;
    opacity: 1;
    transition: 0.5s ease-out;
    -webkit-border-bottom-left-radius: 300%;
    -moz-border-radius-bottomleft: 300%;
    border-bottom-left-radius: 300%}
.custom_header header .nav_holder.md-menu-view {
    width: 100%;
    display: block;
    transition: 0.5s ease-in;
    background-color: #532a57 !important;
    border-radius: 0%;
    opacity: 1;
    left: 0;
    right: 0;
    bottom: 40px;
    top: 80px;
    height: auto;
}
.custom_header header .nav_holder.md-menu-view ul {
    opacity: 1;
    left: 0%}
.custom_header header .nav_holder ul {
    height: 100%;
    overflow-y: auto;
    padding: 0;
    opacity: 0;
    transition: 0s ease-in;
    left: 100%}
.custom_header header .nav_holder ul li {
    display: block;
    position: relative;
}
.custom_header header .nav_holder ul li a {
    color: #fff !important;
    font-family: "Poppins", sans-serif !important;
    padding: 9px 15px !important;
    width: 100%;
    position: relative;
    font-size: 12px;
}
.custom_header header .nav_holder ul li a:hover {
    background: #019d95;
    color: #fff !important;
}
.custom_header header .nav_holder ul li.actmenu a {
    color: #fff !important;
}
.custom_header header .nav_holder ul li span {
    display: none !important;
}
.custom_header header .nav_holder .main_nav>li.fix-mob-navbar {
    display: block;
}
.custom_header header .nav_holder .main_nav>li>ul {
    width: 100% !important;
    position: relative !important;
    left: 0px !important;
    right: 0px !important;
    padding: 5px 0px;
    background-color: #F2B800;
}
.custom_header header .nav_holder .main_nav>li>ul>li>a {
    display: block;
    width: 100%;
    left: 0px;
    right: 0px;
    font-size: 12px !important;
}
.custom_header header .nav_holder .main_nav>li i {
    color: #fff;
    position: absolute;
    top: 0;
    right: 10px;
    z-index: 1;
    line-height: 42px;
}
.custom_header header .nav_holder .main_nav>li .fa-angle-down ~ ul {
    transition: 0.5s ease-out;
    display: none;
}
.custom_header header .nav_holder .main_nav>li .fa-angle-down.fa-angle-up ~ ul {
    transition: 0.5s ease-in;
    display: block;
}
.custom_header header .pop {
    display: block !important;
    top: 85px;
    transition: 0.3s !important;
}
}@media only screen and (min-width: 1280px) and (max-width: 1440px) {
    header .header .logo img {
    width: 100%}
header .header .top_links span, header .header .head_label span {
    font-size: 14px;
}
header .header .fix-navbar ul li a {
    font-size: 12px;
}
header .header .main_nav>li>a {
    font-size: 12px;
}
}.certix {
    background-color: #fff;
    padding: 30px 0px 0px 0;
    margin-bottom: 20px;
    border-radius: 10px;
}
@media only screen and (max-width: 767px) {
    .certix {
    padding: 10px 0px 0px 0;
}
}@media only screen and (max-width: 576px) {
    .certix {
    margin-bottom: 20px;
}
}.certix .content_section .sub_title_style {
    font-size: 22px;
    font-family: "Poppins", sans-serif;
    line-height: 1.2em;
    color: #0d2300;
}
.certix .content_section .sub_title_style i {
    vertical-align: middle;
}
.certix .content_section .sub_title_style span {
    font-weight: 400;
    color: #000;
    font-size: 20px;
    font-weight: 600;
}
@media (max-width: 769px) {
    .certix .content_section .sub_title_style span {
    font-size: 20px;
}
}.certix .content_section .certificate {
    width: 100%;
    background-color: #fff;
    height: 140px;
}
@media only screen and (min-width: 992px) and (max-width: 1319px) {
    .certix .content_section .certificate {
    height: 360px;
}
}@media only screen and (max-width: 991px) {
    .certix .content_section .certificate {
    height: 370px;
}
}@media only screen and (max-width: 823px) {
    .certix .content_section .certificate {
    height: 460px;
}
}@media only screen and (max-width: 630px) {
    .certix .content_section .certificate {
    height: 580px;
}
}@media only screen and (max-width: 421px) {
    .certix .content_section .certificate {
    height: 750px;
}
}.bg-bluex {
    z-index: 11;
    margin-bottom: 30px;
}
@media only screen and (min-width: 1600px) {
    .bg-bluex .container {
    max-width: 90%;
    margin: 0 auto;
    width: 100%}
}@media screen and (min-width: 0) and (max-width: 1440px) {
    .bg-bluex .container {
    max-width: 90%;
    width: 100%}
}.bg-bluex .nchanddown {
    position: relative;
    margin-top: 0rem;
}
.bg-bluex .nchanddown .nochina-white {
    background-color: #fff;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    border-radius: 5px;
}
@media only screen and (max-width: 1660px) {
    .bg-bluex .nchanddown .nochina-white {
    min-height: 150px;
}
}@media only screen and (max-width: 1440px) {
    .bg-bluex .nchanddown .nochina-white {
    min-height: 190px;
}
}@media only screen and (max-width: 1200px) {
    .bg-bluex .nchanddown .nochina-white {
    min-height: auto;
}
}.bg-bluex .nchanddown .nochina-white span {
    font-size: 20px;
    color: red;
    text-align: left;
    margin-left: 10px;
    font-weight: bold;
}
@media only screen and (max-width: 767px) {
    .bg-bluex .nchanddown {
    padding-top: 50px;
}
}.bg-bluex .nchanddown>div>div {
    padding: 15px;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
@media only screen and (max-width: 1440px) {
    .bg-bluex .nchanddown>div>div {
    padding: 15px 10px;
}
}.bg-bluex .nchanddown>div>div .nochainax {
    float: left;
    margin-right: 21px;
}
@media only screen and (max-width: 575px) {
    .bg-bluex .nchanddown>div>div .nochainax {
    width: 132px;
}
}.bg-bluex .nchanddown ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.bg-bluex .nchanddown ul li {
    margin-bottom: 3px;
    margin-left: 0px;
    padding-left: 10px;
    position: relative;
    font-size: 14px;
    font-weight: normal;
    display: flex;
}
@media only screen and (max-width: 1880px) {
    .bg-bluex .nchanddown ul li {
    font-size: 14px;
}
}.bg-bluex .nchanddown ul li span {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-right: 5px;
}
.bg-bluex .nchanddown ul li span i {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #440160;
    line-height: 1.6;
}
@media only screen and (max-width: 575px) {
    .bg-bluex .nchanddown ul li {
    font-size: 14px;
}
}.bg-bluex .nchanddown .img_data_sec .table-responsive {
    border: none !important;
}
.bg-bluex .nchanddown .img_data_sec .img_data_disc {
    width: 100%;
    text-align: left;
    font-size: 12px;
    padding-left: 5px;
    margin-bottom: 0;
    padding-top: 0;
    align-self: center;
}
footer {
    position: relative;
    font-size: 14px;
    z-index: 10;
    background: #440160;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;
    margin-top: 20px;
    padding-top: 60px;
}
@media only screen and (max-width: 1199px) {
    footer {
    margin-top: 0 !important;
    padding: 35px 0 35px 0;
}
}footer p {
    padding: 20px 0 0;
    margin-bottom: 0;
}
footer a {
    font-size: 16px;
    color: white;
    text-decoration: none;
}
footer a:hover {
    color: #fe6800;
}
@media only screen and (min-width: 1400px) {
    footer .container {
    max-width: 90%;
    margin: 0 auto;
    width: 100%}
}@media screen and (min-width: 0) and (max-width: 1440px) {
    footer .container {
    max-width: 90%;
    width: 100%}
}footer .map_over {
    position: relative;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 0px;
    overflow: hidden;
    z-index: 900;
}
footer .map_over .payment-app-row .payment-row {
    padding: 5px 0;
    text-align: left;
}
footer .map_over .payment-app-row .payment-row img {
    border-radius: 5px;
}
footer .map_over .payment-app-row .app-row {
    text-align: left;
    padding: 15px 0 !important;
}
@media only screen and (max-width: 991px) {
    footer .map_over .payment-app-row .payment-row, footer .map_over .payment-app-row .app-row {
    text-align: center;
}
}footer .footer_nav {
    margin: 0px;
    padding: 0px;
    text-align: left;
    list-style: none;
    overflow: hidden;
    margin-bottom: 15px;
    z-index: 1000;
    position: relative;
}
footer .footer_nav li {
    width: 100%;
    display: block;
    float: left;
    padding-bottom: 5px;
    padding-top: 5px;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 18px;
}
@media only screen and (max-width: 575px) {
    footer .footer_nav {
    text-align: center;
}
}footer address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}
footer address>div {
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    color: #fff;
    margin: 10px 0;
}
footer address>div span {
    padding: 10px 20px;
}
footer address>div span .fa {
    font-size: 30px;
    width: 32px;
    text-align: center;
    color: #fff;
}
footer address>div span:last-child {
    font-size: 16px;
    border-left: 1px solid #707070;
    width: 100%;
    min-height: 70px;
    display: flex;
    align-items: center;
}
footer address p {
    color: #fff;
    padding: 0;
    font-size: 16px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    text-align: left;
}
footer address p i {
    font-size: 20px !important;
    padding-right: 5px;
    width: 30px;
    color: #fff;
}
footer address p a {
    color: #fff;
    text-decoration: none;
    text-align: center;
}
@media only screen and (max-width: 1284px) {
    footer address p a {
    font-size: 14px;
}
}@media only screen and (max-width: 576px) {
    footer address p a {
    font-size: 14px;
}
}@media only screen and (max-width: 991px) {
    footer address p {
    justify-content: center;
}
}footer address p.bigcall a {
    font-weight: bold;
    font-size: 16px;
}
@media only screen and (max-width: 576px) {
    footer address p.bigcall a {
    font-size: 18px;
}
}footer .download-exe {
    color: #0d2300;
    display: block;
    text-align: left;
    font-weight: normal;
    font-size: 18px;
}
footer .downloadBrowExt {
    padding: 10px;
    color: #0d2300;
    line-height: 10px;
    margin: 0 auto;
    text-align: left;
    font-size: 12px;
    background-color: #fff;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
footer .downloadBrowExt .extention-text {
    padding: 0 10px;
    width: 100%;
    font-size: 12px;
    line-height: normal;
    display: flex;
    flex-direction: column;
}
footer .downloadBrowExt img {
    object-fit: contain;
}
@media only screen and (max-width: 1199px) {
    footer .downloadBrowExt .extention-text span {
    margin: 5px 0 20px 0;
    display: block;
}
}@media only screen and (max-width: 1199px) {
    footer .downloadBrowExt {
    display: flex;
}
}footer .footer_line {
    text-align: center;
    color: #0d2300;
    padding: 30px 30px 0px;
    font-size: 14px; background: #440160; border-top: 5px solid #fff;
    
}
footer .footer_line p {
    color: #fff;
    padding-bottom: 0px;
    display: block;
    margin: 0 auto;
    font-size: 14px;
}
footer .footer_line p a {
    color: #fff;
}
footer .footer-title {
    color: #fff;
    font-size: 22px;
    margin-bottom: 10px;
    display: block;
    font-weight: bold;
}
@media only screen and (max-width: 991px) {
    footer .footer-title {
    margin-top: 15px;
    text-align: center;
}
}@media only screen and (min-width: 1280px) and (max-width: 1440px) {
    footer .footer-title {
    font-size: 18px;
}
footer address p {
    font-size: 14px;
}
footer .footer_nav li {
    font-size: 16px;
    padding-top: 0;
}
}@media only screen and (min-width: 1280px) and (max-width: 1440px) and (max-width: 1284px) {
    footer .footer_nav li a {
    font-size: 14px;
}
}@media only screen and (min-width: 1280px) and (max-width: 1440px) {
    footer .download-exe {
    text-align: left;
}
footer .downloadBrowExt img {
    object-fit: contain;
}
}@media only screen and (max-width: 767px) {
    footer .footer-title {
    font-size: 20px;
}
footer address p {
    font-size: 14px;
}
footer .footer_nav li {
    font-size: 14px;
    padding-top: 0;
}
footer .footer_line {
    padding: 10px 0px 30px 0px;
    font-size: 14px;
}
}.sprite {
    background-image: url("../assets/images/spritesheet1.webp");
    background-repeat: no-repeat;
    display: inline-block;
}
.sprite-amex {
    width: 69px;
    height: 37px;
    background-position: -5px -5px;
}
.sprite-apple-store {
    width: 113px;
    height: 40px;
    background-position: -88px -5px;
}
.sprite-asap-small {
    width: 96px;
    height: 27px;
    background-position: -211px -6px;
}
.sprite-asap-smallx {
    width: 96px;
    height: 27px;
    background-position: -728px -304px;
}
.sprite-blog {
    width: 37px;
    height: 37px;
    background-position: -317px -5px;
}
.sprite-discover {
    width: 73px;
    height: 37px;
    background-position: -364px -5px;
}
.sprite-facebook {
    width: 34px;
    height: 37px;
    background-position: -503px -5px;
}
.sprite-find-it-fast {
    width: 100px;
    height: 100px;
    background-position: -550px -5px;
}
.sprite-get-it-fast {
    width: 100px;
    height: 100px;
    background-position: -660px -5px;
}
.sprite-github {
    width: 30px;
    height: 30px;
    background-position: -770px -5px;
}
.sprite-gmail {
    width: 30px;
    height: 30px;
    background-position: -211px -45px;
}
.sprite-google-play {
    width: 135px;
    height: 40px;
    background-position: -5px -115px;
}
.sprite-google-plus {
    width: 50px;
    height: 37px;
    background-position: -251px -45px;
}
.sprite-linkedin {
    width: 30px;
    height: 30px;
    background-position: -770px -45px;
}
.sprite-low-price {
    width: 100px;
    height: 100px;
    background-position: -150px -115px;
}
.sprite-mastercard {
    width: 73px;
    height: 37px;
    background-position: -260px -115px;
}
.sprite-no-chaina {
    width: 823px;
    height: 67px;
    background-position: -5px -225px;
}
.sprite-pintrest {
    width: 37px;
    height: 37px;
    background-position: -343px -85px;
}
.sprite-pwo01 {
    width: 90px;
    height: 90px;
    background-position: -390px -115px;
}
.sprite-pwo02 {
    width: 90px;
    height: 90px;
    background-position: -490px -115px;
}
.sprite-pwo03 {
    width: 90px;
    height: 90px;
    background-position: -590px -115px;
}
.sprite-pwo04 {
    width: 90px;
    height: 90px;
    background-position: -690px -115px;
}
.sprite-pwo05 {
    width: 90px;
    height: 90px;
    background-position: -5px -302px;
}
.sprite-pwo06 {
    width: 90px;
    height: 90px;
    background-position: -105px -302px;
}
.sprite-quality-guaranteed {
    width: 100px;
    height: 100px;
    background-position: -205px -302px;
}
.sprite-stackoverflow {
    width: 30px;
    height: 30px;
    background-position: -790px -85px;
}
.sprite-tumblr {
    width: 30px;
    height: 30px;
    background-position: -790px -125px;
}
.sprite-twitter {
    width: 30px;
    height: 30px;
    background-position: -5px -165px;
}
.sprite-twitter {
    width: 37px;
    height: 37px;
    background-position: -45px -165px;
}
.sprite-visa {
    width: 69px;
    height: 37px;
    background-position: -315px -302px;
}
.sprite-xml {
    width: 36px;
    height: 14px;
    background-position: -5px -85px;
}
.sprite-youtube {
    width: 37px;
    height: 37px;
    background-position: -92px -165px;
}
.sprite-no {
    width: 101px;
    height: 101px;
    background-position: -510px -300px;
}
.sprite-yes {
    width: 101px;
    height: 101px;
    background-position: -402px -300px;
}
.sprite-no-china {
    width: 110px;
    height: 110px;
    background-position: -615px -300px;
    display: inline-block;
}
@media only screen and (min-width: 361px) and (max-width: 400px) {
    .sprite-no-china {
    width: 125px;
    height: 105px;
}
}@media only screen and (min-width: 320px) and (max-width: 360px) {
    .sprite-no-china {
    width: 140px;
    height: 105px;
    margin-right: 15px !important;
}
}@media (min-width: 1260px) and (max-width: 1355px) {
    .sprite-no-china {
    width: 113px;
    height: 105px;
    background-position: -615px -300px;
    display: inline-block;
}
.bg-blue {
    font-size: 0.8em;
}
}.spritecerti {
    background-image: url("../images/certifications/certifications-sprite.png");
    background-repeat: no-repeat;
    display: inline-block;
}
.sprite-nbaa {
    width: 191px;
    height: 47px;
    background-position: -251px -351px;
}
.sprite-ASA-Member-logo {
    width: 189px;
    height: 130px;
    background-position: -5px -5px;
}
.sprite-FAA-0056-B-accredited-logo {
    width: 130px;
    height: 130px;
    background-position: -204px -5px;
}
.sprite-Inc5000_medallion {
    width: 130px;
    height: 130px;
    background-position: -5px -145px;
}
.sprite-cagecode {
    width: 96px;
    height: 130px;
    background-position: -145px -145px;
}
.sprite-checkbca {
    width: 99px;
    height: 55px;
    background-position: -251px -145px;
}
.sprite-duns {
    width: 144px;
    height: 130px;
    background-position: -344px -5px;
}
.sprite-iso_9001 {
    width: 99px;
    height: 50px;
    background-position: -360px -145px;
}
.sprite-visual-com {
    width: 196px;
    height: 130px;
    background-position: -251px -210px;
}
.sprite-topd {
    width: 196px;
    height: 130px;
    background-position: -50px -283px;
}
.sprite-right-arrow {
    width: 48px;
    height: 48px;
    background-position: -764px -331px;
}
.container {
    max-width: 90%}
section {
    position: relative;
}
section.banner-section .banner-img {
    width: 100%;
    position: relative;
    min-height: 200px;
    height: auto;
}
@media only screen and (max-width: 576px) {
    section.banner-section .banner-img {
    min-height: auto;
}
}section.banner-section .banner-heading-title {
    position: absolute;
    top: 200px;
    left: 0;
    right: 0;
    font-size: 41px !important;
    font-weight: bold;
    color: #ffffff;
    text-transform: capitalize;
    padding: 30px 35px;
    border-radius: 0px;
    text-align: center;
    background: #690095d4;
    width: 550px; margin: auto;
}
@media only screen and (max-width: 1540px) {
    section.banner-section .banner-heading-title {
    font-size: 34px;
}
}@media only screen and (max-width: 1366px) {
    section.banner-section .banner-heading-title {
    font-size: 32px;
    padding: 35px 25px;
}
}@media only screen and (max-width: 1284px) {
    section.banner-section .banner-heading-title {
    font-size: 30px;
    padding: 35px 25px;
}
}section.banner-section .banner-heading-title .banner-sub-heading {
    display: contents;
    color: #F2B800;
}
section.banner-section .banner-form-block {
    position: relative;
    background-color: #690095;
    margin: 0 auto;
    width: 100%;
    border-radius: 5px;
}
section.banner-section .banner-form-block .banner-subheading-title {
    color: #0d2300;
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    line-height: 1.3;
    padding: 10px 0;
}
section.banner-section .banner-form-block .banner-form {
    position: relative;
    border-radius: 35px;
}
section.banner-section .banner-form-block .banner-form .form-group {
    width: 100%;
    margin-right: 20px;
}
section.banner-section .banner-form-block .banner-form .form-group input {
    border: 0;
    padding: 10px 15px;
    width: 100%;
    outline: none;
    border-radius: 5px;
}
section.banner-section .banner-form-block .banner-form .form-group input::placeholder {
    font-weight: 500;
    color: #848484;
}
section.banner-section .banner-form-block .banner-form .form-group .arrow_btn {
    background-color: #fe6800;
    padding: 5px 12px;
    width: 100%;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    height: 41px;
}
@media only screen and (max-width: 991px) {
    section.banner-section .banner-form-block .banner-form .form-group .arrow_btn {
    font-size: 14px !important;
    padding: 10px 20px !important;
    text-align: center;
    width: fit-content;
}
}@media only screen and (max-width: 1199px) {
    section.banner-section .banner-form-block .banner-form .form-group .arrow_btn {
    padding: 5px 4px;
    font-size: 14px;
}
}@media only screen and (max-width: 768px) {
    section.banner-section .banner-form-block .banner-form .banner-subheading-title {
    text-align: center;
}
}section.banner-section .banner-form-block .banner-form .banner-subheading-title span {
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
}
@media only screen and (max-width: 576px) {
    section.banner-section .banner-form-block .banner-form .banner-subheading-title span {
    font-size: 16px;
}
}section.banner-section .banner-form-block .banner-form svg #secondary {
    fill: #F2B800 !important;
}
section.banner-section .banner-txt {
    background: #3b0b3e;
    text-align: center;
    border-radius:  0 0 20px 20px;
    display: inline-block;
    width: auto;
    padding: 10px 70px;
    margin: 0 auto;
    text-align: center;
    margin-top: -1px; color: #fff;
}
@media only screen and (max-width: 991px) {
    section.banner-section .banner-txt {
    clip-path: none;
    width: 100%;
    padding: 10px 20px;
}
}@media only screen and (min-width: 1180px) and (max-width: 1440px) {
    section.banner-section .banner-form-block .banner-subheading-title {
    font-size: 14px;
}
section.banner-section .banner-form-block .banner-subheading-title span {
    font-size: 16px !important;
}
section.banner-section .banner-form-block .banner-form .form-group input {
    font-size: 14px;
}
section.banner-section .banner-form-block .banner-txt {
    font-size: 14px;
}
}@media only screen and (min-width: 992px) and (max-width: 1179px) {
    section.banner-section .banner-heading-title {
    font-size: 24px;
    padding: 20px;
    top: 0;
    position: relative;
    width: 90%; text-align: center; left: 0;
    margin: auto;
}
section.banner-section .banner-form-block .banner-subheading-title {
    font-size: 16px;
}
section.banner-section .banner-form-block .banner-form .form-group input {
    font-size: 14px;
}
section.banner-section .banner-form-block .banner-txt {
    font-size: 14px;
    margin-top: 10px;
}
}@media only screen and (min-width: 768px) and (max-width: 991px) {
    section.banner-section .banner-heading-title {
    font-size: 22px;
    padding: 20px;
        top: 10px;
        position: relative;
        width: 85%;
        text-align: center; left: 0;
        margin: auto;
}
section.banner-section .banner-form-block {
    bottom: 0px;
}
section.banner-section .banner-form-block .banner-subheading-title {
    font-size: 14px;
}
section.banner-section .banner-form-block .banner-form .form-group input {
    font-size: 14px;
}
section.banner-section .banner-form-block .banner-txt {
    font-size: 14px;
}
}@media only screen and (min-width: 577px) and (max-width: 767px) {
    section.banner-section .banner-heading-title {
    padding: 0;
    top: 15px;
    font-size: 28px;
    left: 0;
    right: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-content: center;
    width: 100%}
section.banner-section .banner-heading-title br {
    display: none;
}
section.banner-section .banner-form-block {
    bottom: 0;
    position: relative;
}
section.banner-section .banner-form-block .banner-subheading-title {
    font-size: 14px;
}
section.banner-section .banner-form-block .banner-form {
    padding: 5px;
}
section.banner-section .banner-form-block .banner-form .form-group {
    width: 100%;
    padding: 0px;
    margin-bottom: 10px;
    text-align: center;
}
section.banner-section .banner-form-block .banner-form .form-group input {
    font-size: 14px;
}
section.banner-section .banner-form-block .banner-form .form-group.form-group-btn .arrow_btn {
    margin: 0 auto;
}
section.banner-section .banner-form-block .banner-form .form-group.form-group-btn .arrow_btn img {
    width: 30px;
}
section.banner-section .banner-form-block .banner-txt {
    font-size: 14px;
}
}@media only screen and (min-width: 0px) and (max-width: 576px) {
    section.banner-section .banner-heading-title {
        width: 100%;
        padding: 10px 5px;
        margin-bottom: 10px;
        text-align: center;
        font-size: 24px;
        top: 0px;
        position: relative;
        left: 0;
        font-size: 24px !important;
}
section.banner-section .banner-heading-title br {
    display: none;
}
section.banner-section .banner-form-block {
    bottom: 0;
    position: relative;
}
section.banner-section .banner-form-block .banner-subheading-title {
    font-size: 14px;
}
section.banner-section .banner-form-block .banner-form {
    padding: 5px;
    flex-direction: column;
    background: transparent;
    box-shadow: none;
}
section.banner-section .banner-form-block .banner-form .form-group {
    width: 100%;
    padding: 0px;
    margin-bottom: 10px;
}
section.banner-section .banner-form-block .banner-form .form-group input {
    font-size: 14px;
}
section.banner-section .banner-form-block .banner-form .form-group.form-group-btn {
    border-bottom: 0px;
    width: 150px;
    margin: 0 auto;
    text-align: center;
}
section.banner-section .banner-form-block .banner-form .form-group.form-group-btn .arrow_btn {
    background: #0C2D62;
    width: 100% !important;
    color: #fff;
}
section.banner-section .banner-form-block .banner-form .form-group.form-group-btn .arrow_btn svg {
    display: none;
}
section.banner-section .banner-form-block .banner-txt {
    font-size: 12px;
}
}@media only screen and (max-width: 380px) {
    section.banner-section .banner-heading-title {
        top: 0;
        padding: 7px 2px;
        font-size: 22px;
        bottom: 0;
        left: 0;
        
}
section.banner-section .banner-heading-title br {
    display: none;
}
}section.welcome-top {
    padding-top: 20px;
}
section.welcome-top .welcome-section .welcome-txt {
    margin-top: 20px;
    font-size: 16px;
}
section.whats-sets-section {
    border: 4px solid #00565b;
    padding: 20px;
    border-radius: 5px;
}
section.whats-sets-section .whats-sets-details {
    width: 100%}
section.whats-sets-section .whats-sets-details span:first-child {
    background: #690095;
    height: 65px;
    width: 65px;
    display: inline-flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}
section.whats-sets-section .whats-sets-details span:first-child svg #white {
    fill: #fff;
}
section.whats-sets-section .whats-sets-details span:first-child svg #primary {
    fill: #fff;
}
section.whats-sets-section .whats-sets-details span:last-child {
    width: calc(100% - 85px);
    font-size: 16px;
    font-weight: 600;
}
section.whats-sets-section .whats-sets-details:hover span:first-child {
    background-color: #fe6800;
}
section.whats-sets-section .whats-sets-details:hover span:first-child svg #white {
    fill: #fff;
}
section.whats-sets-section .whats-sets-details:hover span:first-child svg #primary {
    fill: #fff;
}
section.one-stop-section {
    padding: 40px 0;
}
@media only screen and (max-width: 768px) {
    section.one-stop-section {
    padding: 20px 0;
}
}section.one-stop-section .section-title {
    text-align: center;
}
section.one-stop-section .one-stop-block a {
    display: block;
    position: relative;
}
section.one-stop-section .one-stop-block a:hover span {
    background: rgb(105 0 149 / 84%);
    width: 80%;
    height: 80%;
    top: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
section.one-stop-section .one-stop-block span {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    position: absolute;
    line-height: 1.2;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 15px;
    background: rgb(105 0 149);
    border-radius: 10px;
    transition: all 0.4s ease-out 0.3s;
}
@media only screen and (max-width: 1284px) {
    section.one-stop-section .one-stop-block span {
    font-size: 16px;
}
}@media only screen and (max-width: 576px) {
    section.one-stop-section .one-stop-block span {
    font-size: 14px;
}
}section.one-stop-section .one-stop-block img {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
}
section.leading-manufacture-section {
    padding: 40px 0;
}
@media only screen and (max-width: 1366px) {
    section.leading-manufacture-section {
    padding: 20px 0;
}
}section.leading-manufacture-section .leading-manufacture-block a {
    display: flex;
    border: 1px solid #E5E5E5;
    padding: 15px 20px;
    border-radius: 5px;
    width: 100%;
    height: 100px;
}

section.leading-manufacture-section .leading-manufacture-block a:hover{border-radius: 50px;
    border-color: #494949 !important;
    transition: all 0.3s ease 0s;}

@media only screen and (max-width: 1366px) {
    section.leading-manufacture-section .leading-manufacture-block a {
    padding: 10px 15px;
    height: 90px;
}
}@media only screen and (max-width: 992px) {
    section.leading-manufacture-section .leading-manufacture-block a {
    padding: 6px 8px;
    height: 60px;
}
}section.leading-manufacture-section .leading-manufacture-block>div {
    align-self: center;
}
section.leading-manufacture-section .leading-manufacture-block img {
    width: 100%;
    object-fit: contain;
}
section.highlight-section {
    padding: 40px 0;
}
@media only screen and (max-width: 1366px) {
    section.highlight-section {
    padding: 20px 0;
}
}section.highlight-section .col-md-4 {
    background-color: #EFF3F2;
    border-radius: 5px;
    padding: 20px;
    box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.16);
}
section.highlight-section .col-md-4:hover{border-radius: 50px;
    border-color: #494949 !important;
    transition: all 0.3s ease 0s;}

section.highlight-section .col-md-4:nth-child(2) {
    background-color: #690095;
    box-shadow: none;
}
section.highlight-section .counter-section {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
section.highlight-section .counter-section h3 {
    font-size: 75px;
    font-weight: bold;
    color: #000;
    margin-bottom: 15px;
    line-height: 0.7;
    margin-top: 40px;
}
@media only screen and (max-width: 1283px) {
    section.highlight-section .counter-section h3 {
    font-size: 60px;
}
}@media only screen and (max-width: 767px) {
    section.highlight-section .counter-section h3 {
    font-size: 60px;
    margin-top: 30px;
}
}section.highlight-section .counter-section p {
    font-size: 36px;
    color: #000;
    font-weight: bold;
}
@media only screen and (max-width: 767px) {
    section.highlight-section .counter-section p {
    font-size: 16px;
}
}section.highlight-section .counter-text {
    text-align: center;
}
section.highlight-section .counter-text p {
    text-align: center;
    margin-top: 30px;
    font-size: 24px;
    font-weight: 500;
    color: #000;
    line-height: 1.3;
}
@media only screen and (max-width: 1283px) {
    section.highlight-section .counter-text p {
    font-size: 16px;
}
}section.top-selling-section {
    padding: 40px 0;
}
@media only screen and (max-width: 768px) {
    section.top-selling-section {
    padding: 20px 0;
}
}section.top-selling-section .top-selling-block #sellingComponents {
    width: 100%;
    border: none;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.16);
    margin-bottom: 15px;
    border-radius: 10px;
}
section.top-selling-section .top-selling-block #sellingComponents .nav-item {
    width: 33.33%; background: #690095;}
section.top-selling-section .top-selling-block #sellingComponents .nav-item .nav-link {
    width: 100%;
    border: none;
    border-radius: 10px;
    padding: 15px;
    font-size: 16px;
    color: #fff;
}
section.top-selling-section .top-selling-block #sellingComponents .nav-item .nav-link.active {
    background-color: #fe6800;
    color: #fff;
}
@media (min-width: 992px) {
    section.top-selling-section .top-selling-block #sellingComponentsTab .tab-pane {
    border: none;
}
section.top-selling-section .top-selling-block #sellingComponentsTab .tab-pane .accordion-body {
    padding-left: 0px;
    padding-right: 0px;
}
}section.top-selling-section .top-selling-block #sellingComponentsTab .accordion-body img {
    border-radius: 10px;
}
section.top-selling-section .top-selling-block #sellingComponentsTab .accordion-body .top-selling-ul ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
section.top-selling-section .top-selling-block #sellingComponentsTab .accordion-body .top-selling-ul ul li {
    padding: 10px 0;
    position: relative;
}
section.top-selling-section .top-selling-block #sellingComponentsTab .accordion-body .top-selling-ul ul li a {
    color: #0d2300;
    font-weight: 500;
    font-size: 16px;
}
section.top-selling-section .top-selling-block #sellingComponentsTab .accordion-body .top-selling-ul ul li a:hover {
    color: #002f8d;
}
@media only screen and (max-width: 1366px) {
    section.top-selling-section .top-selling-block #sellingComponentsTab .accordion-body .top-selling-ul ul li {
    padding: 8px 0;
}
}@media only screen and (max-width: 576px) {
    section.top-selling-section .top-selling-block #sellingComponentsTab .accordion-body .top-selling-ul ul li {
    padding: 5px;
    text-align: center;
}
section.top-selling-section .top-selling-block #sellingComponentsTab .accordion-body .top-selling-ul ul li a {
    font-size: 14px;
}
}section.top-selling-section .top-selling-block #sellingComponentsTab .accordion-item {
    margin-bottom: 15px;
    border-radius: 10px;
}
section.top-selling-section .top-selling-block #sellingComponentsTab .accordion-item .accordion-button {
    border-radius: 10px;
    background-color: #0C2D62 !important;
    color: #fff;
}
section.top-selling-section .top-selling-block #sellingComponentsTab .accordion-item .accordion-button.collapsed {
    color: #000;
    background-color: transparent !important;
}
@media (max-width: 991px) {
    section.top-selling-section .top-selling-block .tab-content>.tab-pane {
    display: block;
    opacity: 1;
}
}section.bg-section {
    background-image: url("../assets/img/boost-purchasing-bg.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}
section.featured-section {
    padding-left: 10%}
@media only screen and (max-width: 991px) {
    section.featured-section {
    padding-left: 0;
}
}section.featured-section .featured-parts-block a:hover span {
    color: #F2B800;
}
section.featured-section .featured-parts-block a:hover img {
    box-shadow: 0 19px 19px 0 rgba(0, 0, 0, 0.15);
}
section.featured-section .featured-parts-block span {
    color: #0d2300;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    position: relative;
    display: block;
    margin-bottom: 20px;
}
@media only screen and (max-width: 575px) {
    section.featured-section .featured-parts-block {
    text-align: center;
}
section.featured-section .featured-parts-block span {
    text-align: center;
}
}section.why-choose-section {
    padding: 100px 0;
    background-color: #0C2D62;
}
section.why-choose-section p {
    color: #fff;
    font-weight: 500;
}
@media only screen and (max-width: 768px) {
    section.why-choose-section {
    padding: 20px 0;
}
}section.why-choose-section .why-choose-block .whychoos-box {
    background-color: #fff;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media only screen and (max-width: 1199px) {
    section.why-choose-section .why-choose-block .whychoos-box {
    height: 120px;
    width: 120px;
}
}section.why-choose-section .why-choose-block img {
    text-align: center;
    display: block;
    margin: 10px auto;
    height: 70px;
}
section.why-choose-section .why-choose-block svg {
    display: block;
    margin: auto;
}
@media (max-width: 1366px) {
    section.why-choose-section .why-choose-block svg {
    height: 50px;
}
}section.why-choose-section .why-choose-block svg #primary {
    fill: #0C2D62 !important;
}
section.why-choose-section .why-choose-block svg #secondary {
    fill: #F2B800 !important;
}
section.why-choose-section .why-choose-block .why-choose-title {
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    display: block;
    border-bottom: 1px solid #E5E5E5;
    padding: 10px 0;
    margin-bottom: 10px;
}
section.why-choose-section .why-choose-block .why-choose-txt {
    text-align: center;
    margin-bottom: 0;
    margin-top: 20px;
    font-size: 24px;
    line-height: 1.2;
}
@media (max-width: 1366px) {
    section.why-choose-section .why-choose-block .why-choose-txt {
    font-size: 16px;
}
}


.color-white {
    color: #fff !important;
}

.dropdown-content {
    position: absolute;
    min-width: 230px;
    overflow: auto;
    border: 0px solid #ddd;
    z-index: 1;
    top: 40px;
    list-style: none;
    padding: 10px;
}



header .header .head_label .search_form .fixf .show li {
    background: #690095;
    font-size: 14px;
    padding: 5px 20px;
    border-bottom: 1px solid #ffffff4f;
}



    header .header .head_label .search_form .fixf .show li:hover {
        background: #f96900;
        font-size: 14px;
        color: #fff;
    }