        /* defaults */
        /*#2291DA*/
        
        * {
            padding: 0;
            margin: 0;
        }
        
        html,
        body {
            font-size: 62.5%;
            box-sizing: border-box;
            font-family: 'Poppins', sans-serif;
            overflow-x: hidden;
        }
        
        p,
        li {
            font-size: 16px;
            line-height: 1.7;
        }
        
        .header-1 {
            font-size: 4rem;
            font-weight: 700;
            color: #2291DA;
        }
        
        .header-4 {
            font-size: 2.2rem;
            font-weight: 700;
            color: #2291DA;
        }
        
        .text {
            font-size: 1.6rem;
        }
        
        .main_menu {
            position: relative;
            left: 0;
            width: 100%;
            z-index: 999;
            background-color: white;
            padding-top: 10px;
        }
        
        .main_menu .navbar-brand {
            padding-top: 0rem;
            padding-bottom: 0px;
        }
        
        .navbar-brand img {
            max-height: 100px;
            width: 120px;
            transform: scale(1.7);
            position: relative;
            top: 5px;
        }
        
        .main_menu .navbar {
            padding: 0px;
        }
        
        .main_menu .main-menu-item ul li .nav-link {
            color: #2291DA;
            font-size: 15px;
            padding: 15px 20px;
            text-transform: capitalize;
            line-height: 12px;
            font-weight: 700;
            transition: all 0.3s ease;
            position: relative;
        }
        
        .footer .nav-link {
            color: #fff;
            font-size: 15px;
            text-transform: capitalize;
            transition: all 0.3s ease;
        }
        
        .footer .nav-link:hover {
            color: #2291DA;
        }
        
        .main_menu .main-menu-item ul li .nav-link:hover {
            color: #2291DA;
        }
        
        @media only screen and (min-width: 991px) and (max-width: 1200px) {
            /*.main_menu .main-menu-item ul li .nav-link {*/
            /*    padding: 35px 20px;*/
            /*}*/
        }
        
        .main_menu .active_color {
            color: #2291DA !important;
        }
        
        .menu_fixed {
            position: fixed;
            z-index: 9999 !important;
            width: 100%;
            box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.05);
            top: 0;
            background-color: #2291DA;
            height: 72px;
        }
        
        @media (max-width: 991px) {
            .menu_fixed {
                height: 83px;
            }
        }
        
        @media (max-width: 575px) {
            .menu_fixed {
                height: 72px;
            }
        }
        
        @media only screen and (min-width: 576px) and (max-width: 767px) {
            .menu_fixed {
                height: 84px;
            }
        }
        
        .menu_fixed .main-menu-item ul li .nav-link:hover {
            color: #2291DA;
        }
        
        .menu_fixed .active_color {
            color: #2291DA !important;
        }
        
        .dropdown {
            position: relative;
            left: 145px;
        }
        
        .dropdown-s {
            position: relative;
            left: 0;
        }
        
        .dropdown .dropdown-item {
            transition: all 0.2s ease-in;
        }
        
        .dropdown .dropdown-menu {
            transition: all 0.5s;
            overflow: hidden;
            transform-origin: top center;
            transform: scale(1, 0);
            display: block;
            border: 0px solid transparent;
            background-color: #2291DA;
            width: 100%;
        }
        
        .dropdown-s .dropdown-menu {
            background-color: #fff;
        }
        
        .dropdown .dropdown-menu .dropdown-item {
            font-size: 16px;
            padding: 8px 15px;
            color: #fff !important;
            background-color: #2291DA;
            text-transform: capitalize;
        }
        
        .dropdown {
            margin-right: auto;
        }
        
        .dropdown:hover .dropdown-menu {
            transform: scale(1);
        }
        
        .dropdown-f {
            display: flex !important;
            text-align: center;
        }
        
        .dropdown-f .dropdown-item {
            padding: 0 !important;
            text-align: center;
        }
        
        @media (max-width: 991px) {
            .main_menu {
                padding: 26px 0px;
            }
            .home_menu .main-menu-item {
                padding-left: 0px;
            }
            .main_menu .main-menu-item {
                text-align: left !important;
            }
            .main_menu .main-menu-item .nav-item {
                padding: 10px 15px !important;
            }
            .main_menu .main-menu-item .nav-item .nav-link {
                padding: 5px 15px !important;
                color: #fff;
            }
            .dropdown {
                position: relative;
                left: 0;
            }
            .navbar-collapse {
                z-index: 9999 !important;
                position: absolute;
                left: 0;
                top: 75px;
                width: 100%;
                background-color: #333;
                text-align: center !important;
            }
            .dropdown .dropdown-menu {
                transform: scale(1, 0);
                display: none;
                margin-top: 10px;
            }
            .dropdown:hover .dropdown-menu {
                transform: scale(1);
                display: block;
                color: #6345fe;
            }
            .dropdown .dropdown-item:hover {
                color: #6345fe !important;
            }
            .navbar-brand img {
                max-width: 80px;
                margin: 0 auto;
                position: absolute;
                right: 0px;
                top: -30px;
                display: inline-block;
            }
            .navbar-light .navbar-toggler {
                border-color: transparent;
                position: absolute;
                left: 0;
                top: 10px;
            }
            #search_1 i {
                position: absolute;
                right: 15px;
                top: 10px;
            }
        }
        
        @media (max-width: 575px) {
            .main_menu {
                padding: 40px 0px;
            }
            .dropdown {
                margin-right: 0;
                right: 0 !important;
            }
        }
        
        @media (max-width: 767px) {
            .main_menu {
                padding: 40px 0px;
            }
            .dropdown {
                margin-right: 0;
                right: 0 !important;
            }
        }
        
        @media only screen and (min-width: 576px) and (max-width: 767px) {
            .main_menu {
                padding: 43px 0px;
            }
        }
        
        .dropdown-menu {
            border: 0px solid rgba(0, 0, 0, 0.15) !important;
            background-color: #fafafa;
        }
        
        .dropdown-s .dropdown-menu {
            display: block;
            width: 960px;
            left: -100%;
            padding: 40px;
            box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
        }
        
        .dropdown-s .serivces-flow {
            text-align: center;
            margin: auto;
        }
        
        .serivces-flow img {
            padding: 20px;
        }
        
        .serivces-flow a {
            text-align: center;
        }
        
        .dropdown .nav-link::before {
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            content: "\f107";
            position: absolute;
            right: 3px;
            top: 15px;
        }
        
        .menu_icon:focus,
        button:focus {
            outline: 0 !important;
        }
        
        .menu_icon:after {
            position: absolute;
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            content: "\f0c9";
            top: -13px;
            left: 0px;
            color: #2291DA;
            font-size: 25px;
            width: 20px;
            height: 20px;
        }
        
        .home_menu .menu_btn:hover a {
            color: #fff !important;
        }
        
        .home_menu .main-menu-item {
            justify-content: center !important;
        }
        
        .single_page_menu .main-menu-item {
            justify-content: flex-end;
        }
        
        .single_page_menu .main-menu-item ul li .nav-link:hover {
            color: #6345fe !important;
        }
        
        .banner_part {
            height: 835px;
            position: relative;
            background-image: url(../assets/1860x1050-pressrelease-electric-heavy-duty-trucks-image3.jpg);
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
            background-attachment: fixed;
            z-index: 2;
        }
        
        .banner_part:after {
            content: "";
            position: absolute;
            right: 0;
            top: 0;
            z-index: -1;
            width: 100%;
            height: 100%;
            background-color: #000;
            opacity: .6;
        }
        
        .owl-nav {
            direction: ltr;
        }
        
        .flags {
            width: 24px;
            margin: 0 7px;
        }
        
        @media (max-width: 575px) {
            .banner_part {
                height: 650px;
            }
            .banner_part .popover {
                display: none !important;
            }
        }
        
        @media only screen and (min-width: 576px) and (max-width: 767px) {
            .banner_part {
                height: 570px;
            }
            .dropdown .nav-link::before {
                top: 5px;
            }
        }
        
        @media only screen and (min-width: 768px) and (max-width: 991px) {
            .banner_part {
                height: 700px;
            }
        }
        
        @media only screen and (min-width: 991px) and (max-width: 1200px) {
            .banner_part {
                height: 700px;
            }
        }
        
        .banner_part .banner_text {
            display: table;
            width: 100%;
            height: 835px;
            padding-top: 0;
        }
        
        .banner_part .banner_text .banner_text_iner {
            display: table-cell;
            vertical-align: middle;
        }
        
        @media (max-width: 575px) {
            .banner_part .banner_text {
                text-align: center;
                padding-top: 0px;
                height: 700px;
            }
        }
        
        @media only screen and (min-width: 576px) and (max-width: 767px) {
            .banner_part .banner_text {
                padding-top: 0px;
                height: 700px;
            }
        }
        
        @media only screen and (min-width: 768px) and (max-width: 991px) {
            .banner_part .banner_text {
                padding-top: 0px;
                height: 700px;
            }
        }
        
        @media only screen and (min-width: 991px) and (max-width: 1200px) {
            .banner_part .banner_text {
                height: 700px;
            }
        }
        
        .banner_part .banner_text p {
            line-height: 1.8;
            margin-bottom: 30px;
            color: #fff;
            font-size: 24px;
            text-transform: capitalize;
        }
        
        @media (max-width: 575px) {
            .banner_part .banner_text p {
                font-size: 25px;
                line-height: 1.2;
            }
        }
        
        @media only screen and (min-width: 576px) and (max-width: 767px) {
            .banner_part .banner_text p {
                font-size: 20px;
                line-height: 1.3;
            }
        }
        
        @media only screen and (min-width: 768px) and (max-width: 991px) {
            .banner_part .banner_text p {
                font-size: 20;
                line-height: 1.3;
            }
        }
        
        @media only screen and (min-width: 991px) and (max-width: 1200px) {
            .banner_part .banner_text p {
                line-height: 1.3;
            }
        }
        
        .banner_part .banner_text h1 {
            font-size: 70px;
            font-family: "Poppins", sans-serif;
            font-weight: 700;
            margin-bottom: 27px;
            line-height: 1.273;
            color: #fff;
            margin-top: 34px;
        }
        
        @media (max-width: 575px) {
            .banner_part .banner_text h1 {
                font-size: 45px;
                margin-bottom: 15px;
                line-height: 1.3;
            }
        }
        
        @media only screen and (min-width: 576px) and (max-width: 767px) {
            .banner_part .banner_text h1 {
                font-size: 45px;
                margin-bottom: 15px;
                line-height: 1.3;
            }
        }
        
        @media only screen and (min-width: 768px) and (max-width: 991px) {
            .banner_part .banner_text h1 {
                font-size: 45px;
                margin-bottom: 15px;
                line-height: 1.3;
            }
        }
        
        @media only screen and (min-width: 991px) and (max-width: 1200px) {
            .banner_part .banner_text h1 {
                font-size: 45px;
                margin-bottom: 15px;
                line-height: 1.4;
            }
        }
        
        .banner_part .banner_text h1 span {
            color: #2291DA;
        }
        
        .banner_part .banner_text .btn_2 {
            margin-left: 15px;
        }
        
        .banner_part .banner_text .btn_2:hover {
            border-radius: 3px;
        }
        
        .banner_part .banner_text .btn_1 {
            border-radius: 0;
        }
        
        @media (max-width: 575px) {
            .banner_part .banner_text .btn_1 {
                margin-top: 0px;
            }
        }
        
        @media only screen and (min-width: 576px) and (max-width: 767px) {
            .banner_part .banner_text .btn_1 {
                margin-top: 0px;
            }
        }
        
        @media only screen and (min-width: 768px) and (max-width: 991px) {
            .banner_part .banner_text .btn_1 {
                margin-top: 0px;
            }
        }
        
        .banner_part .pick_up_text {
            background-color: #2291DA;
            padding: 64px 70px;
            width: 500px;
            position: absolute;
            display: flex;
            align-items: center;
            right: 0;
            bottom: -100px;
        }
        
        @media (max-width: 575px) {
            .banner_part .pick_up_text {
                padding: 24px 20px;
                width: 300px;
                bottom: -59px;
            }
        }
        
        @media only screen and (min-width: 576px) and (max-width: 767px) {
            .banner_part .pick_up_text {
                padding: 40px 40px;
                width: 350px;
                bottom: -59px;
            }
        }
        
        .banner_part .pick_up_text img {
            width: 25px;
            position: absolute;
            right: 70px;
            margin-top: -13px;
            cursor: pointer;
        }
        
        @media (max-width: 575px) {
            .banner_part .pick_up_text img {
                right: 24px;
            }
        }
        
        @media only screen and (min-width: 576px) and (max-width: 767px) {
            .banner_part .pick_up_text img {
                right: 35px;
            }
        }
        
        .banner_part .pick_up_text p {
            color: #fff;
            font-size: 16px;
            letter-spacing: 2px;
        }
        
        .banner_part .pick_up_text h3 {
            font-weight: 700;
            font-size: 24px;
            color: #fff;
            margin-top: 11px;
        }
        
        .More_Btn {
            position: absolute;
            left: 0px;
            top: 0px;
            width: 1920px;
            height: 7359px;
            z-index: 368;
        }
        
        .More_About_Us {
            font-size: 16px;
            font-family: "Cardo";
            color: white;
            line-height: 1.75;
            text-align: center;
            position: absolute;
            left: 420.937px;
            top: 735.5px;
            z-index: 367;
        }
        
        .input-phone {
            position: relative;
            border-bottom-left-radius: 5px;
            border-top-left-radius: 5px;
            width: 300px;
        }
        
        .dropdown-menu .divider {
            height: 1px;
            margin: 9px 0;
            overflow: hidden;
            background-color: #e5e5e5;
        }
        
        .btn {
            color: #fff;
            border-radius: 0;
            box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.08);
            perspective: 300px;
            z-index: 1;
            position: relative;
            font-size: 2rem;
            transition: all 0.3s ease 0s;
        }
        
        .btn:before {
            content: " ";
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            z-index: -1;
            transform-origin: left center 0;
            transition: all 0.3s ease 0s;
        }
        
        .btn:hover:before {
            transform: rotateY(90deg);
        }
        
        .btn.red {
            border: 2px solid #2291DA;
            padding: 10px 35px;
            font-size: 22px;
        }
        
        .btn.red:hover {
            color: white;
        }
        
        .btn.red:before {
            background: #2291DA;
        }
        
        .box-image img {
            height: 250px;
            width: -webkit-fill-available;
        }
        
        .ban-custom {
            height: 200px;
            position: relative;
            background-size: cover;
        }
        
        .ban-custom .header-2 {
            text-align: left;
        }
        
        .about-history .about_part_img {
            position: relative;
            right: 0;
            width: auto;
            height: auto;
            top: 0;
        }
        
        .about-history .about_part_text {
            background-color: #2291DA;
            padding: 75px 50px 50px 35px;
            border: 22px solid #fff;
            margin-top: -260px;
        }
        
        .about-history .about_part_text .about_text_iner p {
            color: #fff;
            margin-bottom: 25px;
            position: relative;
            font-size: 20px;
        }
        
        .about-history .about_part_text .about_text_iner {
            border-left: 1px solid #fff;
            padding-left: 39px;
        }
        
        .about-history .about_part_text .about_text_iner p:after {
            position: absolute;
            left: -49px;
            top: 0;
            content: "";
            width: 19px;
            height: 19px;
            background-color: #f6a515;
            border-radius: 50%;
        }
        /* sections */
        /* about-us */
        
        section:not(.banner_part) {
            margin: 6rem 0;
        }
        
        .icon-x {
            margin-bottom: 1rem;
        }
        
        .deli-text li {
            font-size: 1.4rem;
            color: #2291DA;
        }
        
        .main-color {
            color: #2291DA;
        }
        
        .stock-item-detail {
            box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
            padding: 20px;
            margin: 40px 0px 30px 0px;
        }
        
        .stock-contact {
            box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
        }
        
        .stock-item-detail .header-2 {
            font-size: 30px;
            font-weight: 400;
        }
        
        .stock-item-detail .header-3 {
            padding: 7px;
        }
        
        .contact-data {
            font-size: 16px;
        }
        
        .contact-data i {
            font-size: 24px;
        }
        /* footer */
        
        .footer-banner {
            background-image: url(../assets/bg-footer.png);
            height: 250px;
            background-size: cover;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        .footer-banner .header-2 {
            font-size: 2.8rem;
        }
        /* footer */
        
        .footer {
            background-color: #16181d;
        }
        
        .footer a {
            text-decoration: none;
        }
        
        .footer i {
            font-size: 2rem;
            color: #2291DA;
            padding: 1rem;
            transition: all 0.2s ease-in;
        }
        .service-image img
{
    text-align: center;
}
.services-flow .services-type-img {
    height: 180px !important;
}

.service-item img
{
    height: 175px;
    width: 100%;
}

.footer-contact-mail,
.footer-contact-phone
{
    transition: all 0.2s ease;
}

.footer .social-wrap 
{
    position: relative;
    left: -25px;
}

.carousel-indicators {
    position: relative;
    margin: auto;
}

.footer-contact-mail:hover,
.footer-contact-phone:hover 
{
    color: #2291DA !important;
}
.stock-prices .font-weight-bold
{
    direction: ltr;
}
        
      
        
        .dropdown .dropdown-menu .dropdown-item:hover {
            background-color: #5783e8 !important;
            color: #fff !important;
        }
        
        .dropdown-s .dropdown-menu .dropdown-item:hover {
            background-color: white !important;
        }
        
        .stock-filter {
            padding: 20px;
            box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
        }
        
        .stock-filter input {
            font-size: 17px;
            padding: 10px 20px;
        }
        
        .stock-img img,
        .stock-img {
            height: 290px!important;
            width: 100%;
        }
        
        .stock-detail {
            text-align: left;
        }
        
        .stock-detail .stock-title {
            font-weight: 400;
            text-decoration: none;
            transition: all 0.2s ease;
            font-size: 18px;
            color: #363636;
        }
        
        .stock-detail .stock-title:hover {
            color: #2291DA;
        }
        
        .stock-detail .stock-text {
            font-size: 14px;
            line-height: 1.6;
        }
        
        .stock-item {
            margin: 50px 0;
        }
        
        .stock-prices {
            padding: 10px;
            text-align: left;
            padding: 0 30px;
        }
        
        .stock-prices span {
            font-size: 14px;
            color: #333;
        }
        
        .stock-prices hr {
            border-style: dashed;
        }
        /* other pages */
        
        .overlay {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            background-color: rgba(0, 0, 0, 0.5);
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        .overlay .header-2 {
            color: white;
            font-size: 2.7rem;
            font-weight: 700;
        }
        
        .about-us-2 .header-3 {
            color: #2291DA;
            font-size: 3rem;
        }
        
        .btn-2 {
            border: 1px solid #ccc;
        }
        
        .about-us2 .header-3 {
            font-size: 3rem;
            margin-bottom: 2rem;
        }
        
        .number {
            font-size: 2rem;
            font-weight: 700;
        }
        
        .value {
            font-size: 2rem;
            color: #2291DA;
            margin-bottom: 1rem;
        }
        
        .form-group {
            margin-bottom: 1rem;
            text-align: right;
        }
        
        .contact {
            text-align: left;
        }
        
        .listofitms li {
            margin-bottom: 1rem;
            font-size: 2rem;
        }
        
        .list-unstyled {
            padding-left: 0;
            list-style: none;
        }
        
        .contact_header {
            font-size: 3rem;
            font-weight: 700;
            margin: 2rem 0;
            color: white;
        }
        
        .contact p {
            text-align: center;
            color: white;
            width: 80%;
        }
        
        .form-label {
            font-size: 1.6rem;
            color: #2291DA;
            font-weight: 500;
            width: 100%;
            text-align: left;
        }
        
        .contact_icon {
            flex: 0 0 50%;
        }
        
        .contact_icon span {
            font-weight: 700;
        }
        
        .form-control:focus {
            border-color: #2291DA;
            outline: 0;
            box-shadow: none !important;
            transition: all 0.2s ease-in;
        }
        
        .contact_icon i {
            font-size: 2rem;
            border: 1px solid #2291DA;
            background-color: #2291DA;
            color: white;
            padding: 1rem;
        }
        
        .form-group .btn {
            color: white;
            font-size: 17px;
            font-weight: 700;
            letter-spacing: 1px;
            text-transform: uppercase;
            padding: 10px 20px;
            border: none;
            border-radius: 0;
            position: relative;
            z-index: 1;
            transition: all 0.4s ease 0s;
            background-color: #2291DA;
        }
        
        .form-group .btn:hover {
            color: #fff;
            border-radius: 30px;
            box-shadow: 0 0 5px -2px #333;
        }
        
        .navbar .fa-whatsapp
        {
              padding: 5px 7px;
    background-color: #5ced69;
    color: #fff;
    border-radius: 50%;
    font-size: 21px;
        }
        
        .services-flow {
            text-align: center;
            margin: auto;
            cursor: pointer;
            text-decoration: none;
            transition: all 0.3s ease-in;
            padding: 10px;
        }
        
        .services-flow:hover {
            box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
        }
        
        .services-flow:hover .services-type-img {
            transform: scale(0.9);
        }
        
        .services-flow .services-type-img {
            padding: 10px 0;
            transition: all 0.3s ease-in;
        }
        
        .services-flow a {
            font-weight: 700;
            text-decoration: none;
            font-size: 14px;
        }
        
        .btn-services {
            background-color: #2291DA;
            color: white;
            border: 1px solid;
            font-size: 1.7rem;
            transition: all 0.3s ease;
            padding: 5px 20px;
        }
        
        .btn-services:hover {
            color: #2291DA;
            background-color: white;
            border-color: #2291DA;
        }
        
        .main_menu .main-menu-item ul li .nav-link::after {
            position: absolute;
            top: 100%;
            left: 0;
            width: 100%;
            height: 2px;
            background: #2291DA;
            content: '';
            opacity: 0;
            -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
            -moz-transition: opacity 0.3s, -moz-transform 0.3s;
            transition: opacity 0.3s, transform 0.3s;
            -webkit-transform: translateY(10px);
            -moz-transform: translateY(10px);
            transform: translateY(10px);
        }
        
        .main_menu .main-menu-item ul li .nav-link:hover::after {
            transform: translateY(0);
            opacity: 1;
        }
        
        .dropdown {
            position: relative;
            right: 320px;
        }
        
        .social-wrap {
            position: relative;
            left: 0;
        }
        
        .social-wrap li {
            margin: auto 3px;
            transition: all 0.4s ease;
        }
        
        .social-wrap li a {
            color: #fff;
        }
        
        .social-wrap li:hover {
            background-color: #5686E7;
        }
        
        .social-wrap i {
            padding: 5px 10px;
            margin: auto;
        }
        
        @media only screen and (max-width: 767px) {
            html,
            body {
                font-size: 37.5%;
            }
            .about-us {
                text-align: center !important;
            }
            .btn {
                margin-bottom: 20px;
                font-size: 25px;
            }
            .footer .navbar-brand img {
                position: relative;
            }
            .social-wrap {
                margin: auto;
            }
            .banner_part {
            background-image: url(../assets/1860x1050-pressrelease-electric-heavy-duty-trucks-image3.jpg) !important; 
             background-size: cover !important;
            }
            .ban-custom {
                background-image: none !important;
            }
            .text {
                font-size: 2.1rem;
                line-height: 1.9;
            }
            section:not(.banner_part) {
                margin: 1rem 0;
            }
            .seller-logo {
                margin: auto;
                text-align: center;
            }
            .seller-logo img {
                width: 200px;
                height: 200px;
            }
            .value {
                font-size: 2.4rem;
                color: #2291DA;
                margin-bottom: 2rem;
            }
            .overlay .header-2 {
                color: white;
                font-size: 4.7rem;
                font-weight: 700;
            }
        }
        
        @media screen and (max-width: 767px) {
            .banner_part {
                position: relative;
                top: -90px;
            }
            .about-us h3 {
                font-size: 3rem;
            }
            .main_menu .main-menu-item ul li .nav-link::after {
                display: none;
            }
            .main_menu {
                position: absolute;
            }
        }
        
        @media screen and (max-width: 767px) {
            .ban-custom {
                background-image: none !important;
            }
            .stock-detail {
                padding: 30px;
            }
            .footer .navbar-brand img {
                position: relative;
                top: 10px;
            }
            .services-flow {
                text-align: left;
            }
            .dropdown-s .dropdown-menu {
                left: 0;
                width: auto;
                display: none;
            }
            .services-type-img {
                width: 220px !important;
                height: 130px !important;
            }
        }
        
        .serviceBox {
            padding: 25px 30px;
            text-align: center;
            background: #2291DA;
            border-top: 3px solid #eed956;
            border-bottom: 3px solid #eed956;
            position: relative;
        }
        
        .service-image img {
            max-width: 290px;
            height: 200px;
            transition: all 0.2s ease;
        }
        
        .serviceBox:before {
            content: "";
            border-top: 0 solid #eed956;
            border-right: 0 solid transparent;
            position: absolute;
            left: 0;
            top: 0;
            z-index: 1;
            transition: all 0.3s ease 0s;
        }
        
        .serviceBox:hover:before {
            border-top-width: 78px;
            border-right-width: 78px;
        }
        
        .serviceBox:after {
            content: "";
            border-bottom: 0 solid #eed956;
            border-left: 0 solid transparent;
            position: absolute;
            bottom: 0;
            right: 0;
            z-index: 1;
            transition: all 0.3s ease 0s;
        }
        
        .serviceBox:hover:after {
            border-bottom-width: 78px;
            border-left-width: 78px;
        }
        
        .serviceBox .title {
            font-size: 20px;
            font-weight: 700;
            color: #eed956;
            letter-spacing: 0;
            margin: 0 0 12px 0;
            text-transform: uppercase;
            position: relative;
            transition: all 0.3s ease 0s;
        }
        
        .serviceBox:hover .title {
            letter-spacing: 1px;
        }
        
        .serviceBox:hover .service-image img {
            transform: scale(1.1);
        }
        
        .btn-stocks {
            background-color: #038bec;
            color: white;
            margin: 20px 0;
            padding: 10px 20px
        }
        
        .footer .navbar-brand img {
            max-height: none;
            height: auto !important;
        }
        
        .serviceBox .description {
            font-size: 15px;
            color: #fff;
            letter-spacing: 1px;
            line-height: 27px;
            margin: 0;
        }
        
        .footer-banner {
            margin: 0 !important;
        }
        
        .owl-carousel .owl-dots.disabled,
        .owl-carousel .owl-nav.disabled {
            direction: ltr;
            display: block;
        }
        
        .owl-carousel .owl-nav button.owl-next,
        .owl-carousel .owl-nav button.owl-prev {
            background-color: #2291DA;
            padding: 10px 20px !important;
            font-size: 25px;
        }
        
        .owl-theme .owl-nav [class*=owl-] {
            transition: all 0.2s ease;
            padding: 10px;
        }
        
        .owl-theme .owl-nav [class*=owl-]:hover {
            background-color: #5783e8;
        }
        
        .service-detail {
            padding: 60px 10px 25px 45px;
            margin: 50px 0;
            background: #2291DA;
            position: relative;
            transition: all 0.5s ease 0s;
        }
        
        .service-detail:hover {
            padding-left: 30px;
            padding-right: 20px;
            background: #5783e8;
        }
        
        .service-detail .service-icon {
            width: 100px;
            height: 100px;
            line-height: 100px;
            border-radius: 10px;
            background: #2291DA;
            font-size: 35px;
            color: #fbf2c0;
            text-align: center;
            position: absolute;
            top: -50px;
            left: 0;
            transition: all 0.5s ease 0s
        }
        
        .service-detail:hover .service-icon {
            background: #5783e8;
            left: 30px;
        }
        
        .service-detail .title {
            font-size: 20px;
            font-weight: 700;
            color: #fbf2c0;
            text-transform: uppercase;
            margin: 0 0 10px 0;
        }
        
        .service-detail .description {
            font-size: 15px;
            color: #fbf2c0;
            line-height: 25px;
            margin: 0;
        }
        
        .stock-related {
            padding: 10px 20px;
            box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
        }
        
        .serivces-flow {
            width: 100%;
            text-align: center;
        }
        
        .serivces-flow img {
            padding: 10px;
            margin-bottom: 20px;
            max-width: 200px !important;
        }
        
        .stock-related-item {
            margin: 40px 0;
        }
        
        .stock-related .stock-detail .stock-title {
            font-size: 14px;
        }
        
        .stock-related .stock-prices {
            padding: 0;
        }
        
        .nanogallery_gallerytheme_dark_nano_products .nGY2GThumbnailImageTitle {
            font-size: 25px;
            color: #2291DA !important;
        }
        
        .carousel-item img {
            height: 200px !important;
        }
        
        .carousel-indicators {
            position: relative;
        }
        
        .contact-boxes-item {
    border: 1px solid #2291da;
    padding: 15px;
    width: 50%;
    text-align: center;
    margin: auto;
    word-break: break-word
}

.contact-boxes-item i {
    font-size: 25px;
    margin: 10px 0;
    color: #2291da;
}

.contact-boxes-item .contact-boxes-title {
    font-weight: 700;
    margin: 10px 0;
}

.contact-boxes-item .contact-boxes-data {
    font-size: 20px;
}
        
        .btn-search {
            background-color: #2291DA;
            font-size: 15px;
            padding: 5px 20px;
        }
        
        .pagination-outer {
            text-align: center;
        }
        
        .pagination {
            display: inline-flex;
            position: relative;
        }
        
        .pagination li a.page-link {
            color: #fff;
            background-color: #333;
            font-size: 20px;
            text-align: center;
            line-height: 40px;
            height: 40px;
            width: auto;
            padding: 0 20px;
            margin: 0 12px 0 0;
            border: none;
            border-radius: 0;
            box-shadow: 0 2px 5px rgba(0, 0, 0, .5);
            overflow: hidden;
            position: relative;
            z-index: 1;
        }
        
        .pagination li.active a.page-link,
        .pagination li a.page-link:hover,
        .pagination li.active a.page-link:hover {
            color: #fff;
            border: none;
        }
        
        .serivces-flow {
            text-align: center !important;
            margin: auto;
        }
        
        .pagination li a.page-link:before,
        .pagination li a.page-link:after {
            content: '';
            background-color: #2291DA;
            height: 0;
            width: 100%;
            position: absolute;
            left: 0;
            top: 0;
            z-index: -1;
            transition: all 0.3s ease 0s;
        }
        
        .pagination li a.page-link:after {
            background-color: #0473c0;
            height: 50%;
            opacity: 0;
            transform: rotateX(180deg);
            transform-origin: top center;
            top: 50%;
            transition: all 0.3s ease 0.2s;
        }
        
        .pagination li.active a.page-link:before,
        .pagination li a.page-link:hover:before,
        .pagination li.active a.page-link:hover:before {
            height: 50%;
        }
        
        .pagination li.active a.page-link:after,
        .pagination li a.page-link:hover:after,
        .pagination li.active a.page-link:hover:after {
            opacity: 1;
            transform: rotateX(0);
        }
        
        .service-item {
            padding: 20px;
            border: 1px dashed #2291da;
            font-size: 20px;
            cursor: pointer;
            margin: 10px 0;
            transition: all 0.2s ease;
        }
        
        .service-item:hover {
            border-style: solid;
            box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3);
        }
        
        .service-item:hover .service-item img {
            transform: scale(0.8) !important;
        }
        
        .service-item a {
            text-decoration: none;
            transition: all 0.2s ease-in;
        }
        
        .service-description {
            position: absolute;
            top: 0;
            right: 100%;
            width: 450px;
            background-color: white;
            border: 1px solid #2291da;
            transition: all 0.3s ease-in;
            opacity: 0;
            visibility: hidden;
        }
        
        .service-description li {
            margin: 10px;
            text-align: right;
        }
        
        .social-wrap .social-links a {
            color: white !important;
        }
        
        
        @media only screen and (max-width: 480px) {
            .pagination {
                display: block;
            }
            .pagination li {
                display: inline-block;
                margin: 0 0 5px;
            }
            .pagination a {
                padding: 0 12px !important;
            }
        }
        
        @media only screen and (max-width:990px) {
            .service-detail {
                margin-bottom: 30px;
            }
        }
        
        @media screen and (max-width:767px) {
            .service-detail {
                margin-bottom: 70px;
            }
            .btn-search {
                margin: 20px 0;
            }
            
            .navbar .fa-whatsapp
            {
                position: absolute !important;
                bottom: 7px !important;
                left:170px;
            }
            .navbar .whatsapp a
            {
            position: relative;
    bottom: -63px;
    left: -15px;
    width: auto;
    z-index: 99999;
        }
            
            .about-us img 
{
    height: 400px;
    text-align: center;
    width: 100%;
}
.footer .social-wrap 
{
    position: relative;
    left: -14px;
}
iframe 
{
    width: auto !important;
}
        }
        
        @media only screen and (max-width:990px) {
            .service-detail {
                margin-bottom: 30px;
            }
        }
        
        @media screen and (min-width: 768px) and (max-width: 992px) {
            .banner_part {
                top: 50%;
            }
            .navbar-brand img 
            {
                transform: scale(1);
            }
            .footer .navbar-brand img 
            {
                top: 0px;
            }
            .navbar-toggler
            {
                top: 0px !important;
            }
           .dropdown-s .dropdown-menu
            {
                width: auto !important;
                display: none;
            }
            .dropdown-s
            {
                margin-right: 0;
            }
            .dropdown .nav-link::before
            {
                top: 5px;
            }
           .navbar .whatsapp

            {
                position: absolute !important;
    bottom: 7px !important;
    left: 170px !important;
            }
            .stock-detail
            {
                padding: 20px;
            }
            .navbar .whatsapp a
            {
            position: relative;
    top: 11px;
    left: -11px;
}

           
        }
         @media screen and (min-width: 1024px) and (max-width: 1200px) {
            .menu_icon:after {
    top: 40px;
    right: 0px;
    left: unset;
}
.dropdown-s .dropdown-menu
{
    display: none;
 width: auto !important;

}
         .dropdown-menu.show 
         {
             display: block !important;
         }
         .dropdown
         {
             left: 0;
             bottom: 2px;
         }
         .navbar .fa-whatsapp
          {
    position: absolute;
    bottom: 0px;
    left: 155px;
}
        
         }  
       @media (min-width: 1200px)
       {
.container {
    max-width: 1160px;
}
.stock-related-item img
{
    width: 110px;
    height: 70px;
}

}

.contact-data a
{
    color: black;
    transition: all 0.2s ease;
    text-decoration: none;
}
.contact-data a:hover 
{
    color: #3F8ACD;
}

.carousel-control-next,
.carousel-control-prev
{
    color: #2291da;
}
.lg-outer.lg-visible
{
    direction: ltr;
}