/* @font-face {
    font-family: 'Helvetica';
    src: url('../font/Helvetica.eot');
    src: url('../font/Helvetica.eot?#iefix') format('embedded-opentype'),
        url('../font/Helvetica.woff2') format('woff2'),
        url('../font/Helvetica.woff') format('woff'),
        url('../font/Helvetica.ttf') format('truetype'),
        url('../font/Helvetica.svg#Helvetica') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica';
    src: url('../font/Helvetica75-Bold.eot');
    src: url('../font/Helvetica75-Bold.eot?#iefix') format('embedded-opentype'),
        url('../font/Helvetica75-Bold.woff2') format('woff2'),
        url('../font/Helvetica75-Bold.woff') format('woff'),
        url('../font/Helvetica75-Bold.ttf') format('truetype'),
        url('../font/Helvetica75-Bold.svg#Helvetica75-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
} */


body {
    font-family: 'Helvetica', 'Helvetica Bold', Arial, sans-serif;
    font-size: 18px;
    font-weight: normal;
}

a {
    /* color: #5b0095; */
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    text-decoration: none;
}

h3 {
    font-size: 45px;
    font-weight: 700;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(250, 250, 250, 0.8);
}

hr.hr-gray {
    border-top: 1px solid #d7d7d7;
}

.hide {
    display: none;
}


.megamenu {
    position: static;
}

.megamenu .dropdown-menu {
    /* background-color: rgba(42, 132, 198, 0.8); */
    color: #ffffff;
    border: none;
    width: 100%;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 1);
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1.1rem;
        padding-left: 1.1rem;
    }

}

.megamenu .dropdown-menu h6 a {
    color: #ffffff;
    font-weight: 700;
    border-bottom: 1px solid;
}

.megamenu .dropdown-menu .nav-link {
    color: #ffffff;
    font-weight: 300;
    padding-right: 0;
    padding-left: 0;
}

.megamenu .dropdown-menu {
    background-color: transparent;
}

.dropdown-menu {
    margin-top: 16px;
}

.dropdown-menu a {
    color: #ffffff;
    font-weight: 300;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #ebebeb;
    background-color: transparent;
}

.mainmenu {
    z-index: 10;
}

.nav-item {
    font-weight: 700;
}

.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
    color: #2a84c6;
}

.navbar-dark .navbar-nav .dropdown-menu .nav-link.active {
    color: #ffffff;
}

.navbar {
    padding-top: 0;
}

.cl-write {
    color: #ffffff !important;
}

.cl-black {
    color: #000000 !important;
}

.cl-gray {
    color: #6d6e71 !important;
}

.cl-blue {
    color: #2a84c6 !important;
}

.fs-12 {
    font-size: 12px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-20 {
    font-size: 20px !important;
}

.fs-22 {
    font-size: 22px !important;
}

.fs-24 {
    font-size: 24px !important;
}

.fs-25 {
    font-size: 25px !important;
}

.fs-28 {
    font-size: 28px !important;
}

.fs-30 {
    font-size: 30px !important;
}

.fs-35 {
    font-size: 35px !important;
}

.fs-45 {
    font-size: 45px !important;
}

.fw-3 {
    font-weight: 300;
}

.fw-7 {
    font-weight: 700;
}

.text-underline {
    text-decoration: underline;
}

.bg-dark {
    color: #ffffff;
    background-color: #000000 !important;
    background-color: rgba(0, 0, 0, 0.8) !important;
}

.bg-blue {
    background-color: rgba(42, 132, 198, 0.8);
}

.btn {
    border-radius: 0;
}

.btn-primary {
    color: #fff;
    background-color: #267ebd;
    border-color: #267ebd;
}

.btn-light {
    border-color: #dfdfdf;
    border-radius: 5px !important;
}

.main {
    margin-top: -121px;
}

.swiper-pagination-bullet {
    background-color: #ffffff;
    opacity: 0.8;
}

.swiper-pagination-bullet-active {
    background-color: #2a84c6;
}

#swiper-products .swiper-button-prev {
    color: #000000;
}

#swiper-products .swiper-button-next {
    color: #ffffff;
}


.swiper-text {
    z-index: 1;
    position: absolute;
    left: 49px;
    bottom: 16px;
    font-size: 45px;
    font-weight: 700;
    line-height: 40px;
}

.section-2 {
    background-image: url('../img/bg-2.png');
    background-position: 50%;
    background-repeat: repeat-y;
    padding-top: 180px;
    padding-bottom: 200px;
}

.section-3 {
    background-image: url('../img/bg-1.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 180px;
}

.section-4 {
    background-color: #f5f5f5;
    padding-top: 95px;
    padding-bottom: 80px;
}

.section-5 {
    padding-top: 95px;
    padding-bottom: 80px;
}

.section-6 {
    background-image: url('../img/bg-3.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 95px;
    padding-bottom: 80px;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.05);
}

.section-7 {
    padding-top: 95px;
    padding-bottom: 80px;
}

.footer-1 {
    font-size: 14px;
    color: #ffffff;
    background-color: #252525;
    padding-top: 50px;
    padding-bottom: 50px;
    border-top: 6px solid #2a84c6;
}

.footer-2 {
    font-size: 12px;
    color: #ffffff;
    background-color: #111111;
    padding-top: 20px;
    padding-bottom: 20px;
}

.product-list-thumb li {
    float: left;
    font-weight: 700;
    color: #ffffff;
    border: 1px solid #ffffff;
    padding: 5px 20px;
    margin-right: 3px;
    text-align: center;
    cursor: pointer;
}

.product-list-thumb li:last-child {
    margin-right: 0;
}

.product-list-thumb li.active {
    background-color: #000000;
    border-color: #000000;
}

.product-list-thumb li>span {
    display: block;
    font-weight: 300;
    line-height: 8px;
    padding-bottom: 8px;
}

.line-id li {
    float: left;
    margin-right: 10px;
}

.line-id li:last-child {
    margin-right: 0;
}

.btn-more {
    display: inline-block;
    color: #ffffff;
    background-color: #2a84c6;
    padding: 70px 30px 50px 30px;
}

.btn-more:hover {
    color: #ffffff;
    text-decoration: none;
}

.breadcrumb {
    font-size: 16px;
    background-color: transparent;
    margin-top: 121px;
    margin-bottom: 0;
}

.breadcrumb a,
.breadcrumb-item.active {
    color: #231f20;
}


.about-1 {
    background-image: url('../img/aboute-1.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    color: #ffffff;
    min-height: 520px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.about-2 {
    background-image: url('../img/aboute-2.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    color: #ffffff;
    min-height: 520px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.about-3 {
    background-image: url('../img/aboute-3.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    color: #ffffff;
    min-height: 520px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.about-4 {
    background-color: #ebebeb;
    padding-top: 90px;
    padding-bottom: 90px;
}

.about-5 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.about-dot {
    display: inline-block;
    font-size: 12px;
    color: #ffffff;
    bottom: 25%;
    right: 0;
    text-align: right;
    padding: 30px 24px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    position: fixed;
    z-index: 1000;
}

.about-dot ul li {
    margin-bottom: 12px;
}

.about-dot a {
    color: #ffffff;
    background-color: #2a84c6;
    padding: 2px 8px;
    border-radius: 25px;
    opacity: 0;
}

.about-dot ul li:hover a {
    opacity: 1;
}

.about-dot i {
    color: #2a84c6;
}

.customercare {
    background-image: url('../img/customercare-1.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 80px;
}

.swiper-button-custom {
    position: absolute;
    top: 0;
    font-size: 40px;
    color: #ffffff;
    z-index: 1;
}

.swiper-button-custom a {
    cursor: pointer;
}

.customercare .mt-5 {
    margin-top: 10rem !important;
}

.table-contact th,
.table-contact td {
    padding: 2px;
}

.contact-sec {
    background-image: url('../img/contact-bg.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 100px;
    margin-bottom: 80px;
}

.contact-form input,
.contact-form textarea {
    background: transparent;
    color: #ffffff;
    border-color: #ffffff;
    border-top: none;
    border-left: none;
    border-right: none;
}

.contact-form input:focus,
.contact-form textarea:focus {
    color: #ffffff;
    background: transparent;
    box-shadow: none
}

.contact-form input::-webkit-input-placeholder,
.contact-form textarea::-webkit-input-placeholder {
    /* Edge */
    color: white;
}

.contact-form input:-ms-input-placeholder,
.contact-form textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: white;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: white;
}

.border-radius-0 {
    border-radius: 0;
}

.border-radius-25 {
    border-radius: 25px;
}

.news-1 {
    background-image: url('../img/news-bg.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    color: #ffffff;
    min-height: 260px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.news-item {
    border: 1px solid #bbbbbb;
}

.news-swiper {
    margin-top: 130px;
    margin-bottom: 110px;
}

.portfolio-category a {
    color: #585958;
    border-bottom: 3px solid #ebebeb;
    padding: 6px 12px;
}

.portfolio-category a.active {
    color: #2a84c6;
    border-bottom-color: #2a84c6;
}

.swiper-slide .swiper-text-box {
    display: inline-block;
    position: absolute;
    z-index: 1;
    width: 94%;
    height: 94%;
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.85);
    bottom: 0;
    padding: 30px;
    margin: 20px;
    opacity: 0;
    transition: 0.5s;
}

.swiper-slide:hover .swiper-text-box {
    opacity: 1;
    transition: 0.3s;
}

.swiper-slide .swiper-text-box .swiper-text-content {
    position: absolute;
    left: 30px;
    bottom: 10px;
}

.category {
    font-size: 14px;
    background-color: #2a84c6;
    color: #ffffff;
    padding: 60px 20px;
}

.category li {
    padding-top: 10px;
    padding-bottom: 10px;
}

.category a {
    color: #ffffff;
}

.category li.active a {
    color: #000000;
}

.product-item {
    margin-bottom: 60px;
}


.nav-tabs {
    border-bottom: 1px solid #2a84c6;
}

.nav-tabs .nav-link {
    font-size: 20px;
    font-weight: 300;
    color: #363636;
    border-color: #cccccc #cccccc #2a84c6;
    transition: 0.3s;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #363636;
    background-color: #ffffff;
    border-color: #2a84c6 #2a84c6 #ffffff;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border-color: #2a84c6 #2a84c6 #ffffff;
    transition: 0.3s;
}

.portfolios-swiper {
    margin-top: 40px;
    margin-bottom: 40px;
}

.icon {
    display: block;
    width: 80px;
    height: 64px;
    background-position: 50%;
    background-repeat: no-repeat;

}

.icon-p-1 {
    background-image: url('../img/icon-p-1.png');
}

.icon-p-2 {
    background-image: url('../img/icon-p-2.png');
}

.icon-p-3 {
    background-image: url('../img/icon-p-3.png');
}

.icon-p-4 {
    background-image: url('../img/icon-p-4.png');
}

.icon-p-5 {
    background-image: url('../img/icon-p-5.png');
}

.switcher-wrapper {
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.75);
    font-size: 12px;
    color: #ffffff;
    top: 0;
    left: 0;
    text-align: center;
    padding: 30px 24px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    position: fixed;
    z-index: 1000;
}

.switcher-wrapper a {
    color: #ffffff;
}

.switcher-wrapper strong {
    display: block;
}

.switcher-wrapper>ul li {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.switcher-wrapper>ul li:last-child {
    margin-bottom: 0;
}

.wrap-popup {
    position: absolute;
    left: 130%;
    top: 0;
    width: 600px;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    z-index: 100;
}

.wrap-popup.column2 {
    width: 220px;
}

.popup {
    background-color: rgba(42, 132, 198, 0.8);
    padding: 10px 0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .15);
    text-align: left;
    z-index: 3000;
}

.popup ul {
    border-top: 1px solid #ffffff;
}

.popup>div>div>ul li {
    margin-bottom: 0;
}

.popup a {
    display: inline-block;
    padding: 5px 20px;
}

@media (max-width:768px) {
    .switcher-wrapper {
        display: none;
    }
}


.topmenu {
    padding-top: 20px;
    position: relative;
    display: flex;
    z-index: 10;
}

.topmenu #search-form input,
.topmenu #search-form button {
    background-color: transparent;
    border: 0;
    border-radius: 0;
}

.topmenu #search-form {
    font-size: 14px;
    font-weight: 300;
}

.topmenu #search-form input,
.topmenu #search-form button {
    border: 1px solid #ffffff;
}

.topmenu #search-form input {
    color: #ffffff;
    width: 80px;
    border-right: 0;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

.topmenu #search-form button {
    border-left: 0;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.languages,
.languages:hover {
    color: #ffffff;
    padding: 4px 8px;
    margin-left: 5px;
    border: 1px solid #ffffff;
    border-radius: 25px;
}

/* Responsive */
@media (max-width:768px) {

    h3 {
        font-size: 34px;
        font-weight: 700;
    }

    .fs-24 {
        font-size: 20px !important;
    }

    .fs-28 {
        font-size: 20px !important;
    }

    .fs-35 {
        font-size: 30px !important;
    }

    .main {
        margin-top: -0;
    }

    .bg-dark {
        color: #ffffff;
        background-color: #000000 !important;
        background-color: rgba(0, 0, 0, 1) !important;
    }

    .section-2 {
        background-color: #2a84c6;
        background-image: none;
        padding-top: 90px;
        padding-bottom: 100px;
    }

    .section-3 {
        padding-top: 90px;
    }

    .product-list-thumb li {
        margin-bottom: 10px;
    }

    #swiper-products .swiper-button-next,
    #swiper-products .swiper-button-prev {
        display: none;
    }

    .swiper-text {
        font-size: 22px;
    }

    .nav-tabs .nav-link {
        font-size: 12px;
    }

    .mr-3,
    .mx-3 {
        margin-right: 0.2rem !important;
    }

    .swiper-slide .swiper-text-box {
        width: 100%;
        height: 100%;
        padding: 10px;
        margin: 0;
    }

    .portfolio-category a {
        float: left;
    }

    .portfolio-category a::after {
        clear: both;
    }

    .table-contact {
        font-size: 15px;
        color: #ffffff;
    }

    .contact-sec {
        color: #ffffff;
        background-position: 100%;
    }
    .contact-sec .btn-outline-dark {
        color: #ffffff;
        border-color: #ffffff;
    }

    .news-item {
        border: none;
        border-bottom: 1px solid #bbbbbb;
    }
}