@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i');
/*-------------- Defalts Css ------------------*/

body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #444444;
}

body.box-style {
    background: url(assets/images/body-bg.png) repeat left top #fff;
}

body.box-style .main-wrapper {
    margin: 0 auto;
    max-width: 1170px;
    box-shadow: 0px 0px 15px 2px rgba(100, 100, 100, 0.9);
    background-color: #fff;
}

a {
    outline: none;
}

a,
.logo,
.scrollup,
header,
header.sticky,
.header-area,
.header-top-area,
.mainmenu,
.mainmenu ul li ul,
.header-search-bar,
.header-search-bar .search-box,
.wshipping-button,
.homepage-slides .owl-nav div,
.readmore-btn i.fa,
header.sticky .header-top-area,
.location_map:before,
.location_map i.fa,
.owl-nav button,
.service-icon .fa,
.latest-gallery i.fa,
.latest-gallery i.far,
.latest-gallery:after,
.team-figure,
.team-block:hover .team-figure,
.btn,
.footer-menu ul li,
.footer-menu ul li:before,
.language ul li ul li:hover a {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

img {
    max-width: 100%;
}

h1 {
    font-size: 42px;
}

h2 {
    font-size: 32px;
    font-weight: 400;
}

h3 {
    font-size: 24px;
    font-weight: 400;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

h2.heading2-border,
h3.heading3-border,
h4.heading4-border {
    position: relative;
    padding-bottom: 12px;
    margin-top: 0px;
    margin-bottom: 30px;
}

h2.heading2-border {
    font-weight: 500;
}

h3.heading3-border {
    font-weight: 400;
}

h4.heading4-border {
    font-weight: 400;
}

h2.heading2-border:before,
h3.heading3-border:before,
h4.heading4-border:before {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 20px;
    height: 2px;
    background-color: #a3001c;
    content: "";
}

h2.heading2-border:after,
h3.heading3-border:after,
h4.heading4-border:after {
    position: absolute;
    left: 30px;
    bottom: 0px;
    width: 90px;
    height: 2px;
    background-color: #eb0028;
    content: "";
}

/*-------------- important Css ------------------*/

.pt0 {
    padding-top: 0px !important;
}

.pt40 {
    padding-top: 40px !important;
}

.pb40 {
    padding-bottom: 40px !important;
}

.pb65 {
    padding-bottom: 65px !important;
}

.mt0 {
    margin-top: 0px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mt60 {
    margin-top: 60px !important;
}

.mb35 {
    margin-bottom: 35px !important;
}

.mb0 {
    margin-bottom: 0px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.bgnone {
    background: none !important;
}

.ml20 {
    margin-left: 20px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.space40 {
    height: 40px;
}

.space60 {
    height: 60px;
}

.separetor {
    height: 1px;
    background-color: #d6d6d6;
    margin: 15px 0px;
}

a#skiptocontent,
a#skiptocontent:hover,
a#skiptocontent:visited {
    position: absolute;
    top: -500;
    width: 1px;
    height: 1px;
    overflow: hidden;
    color: #eb0028;
}

a#skiptocontent:active,
a#skiptocontent:focus {
    position: static;
    width: auto;
    height: auto;
}



/*-------------- Scroll Top Css ------------------*/

.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 80px;
    right: 50px;
    display: none;
    color: #fff;
    z-index: 3;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 100%;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    cursor: pointer;
}

.scrollup:hover {
    background-color: rgba(239, 32, 56, 0.8);
    color: #fff;
}


/*-------------- Header Main Css ------------------*/

.header-area {
    background-color: #fff;
    position: relative;
}

.header-area:after,
.header-area .container:after {
    clear: both;
    content: "";
    display: block;
}

.logo {
    float: left;
}

.logo img {
    float: left;
    margin-top: 15px;
}

.logo a:hover {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

/*-------------- Main Menu Css ------------------*/

.mainmenu {
    float: right;
}

.mainmenu ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: right;
}

.mainmenu ul li {
    display: inline-block;
    position: relative;
}

.mainmenu ul li a {
    display: block;
    color: #222;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    padding: 28px 20px;
}

.mainmenu ul li:last-child a {
    border-bottom: 0px;
}

.mainmenu>ul>li:hover>a {
    text-decoration: none;
    background-color: #f3f3f3;
}

.mainmenu ul li ul {
    position: absolute;
    left: 0px;
    top: 112px;
    background-color: #fff;
    width: 200px;
    text-align: left;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    z-index: -1;
    box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.2);
}

.mainmenu ul li ul li {
    display: block;
}

.mainmenu ul li ul li a {
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.mainmenu ul li ul>li:hover>a,
.mainmenu ul li ul li ul>li:hover>a {
    background-color: #eb0028;
    text-decoration: none;
    color: #fff;
}

.mainmenu ul li:hover>ul,
.mainmenu ul li ul li:hover>ul {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
    z-index: 999;
    visibility: visible;
    top: 80px;
}

.mainmenu ul li ul li>ul {
    left: 100%;
    top: 80px;
}

.mainmenu ul li ul li:hover>ul {
    top: 0px;
}

.mainmenu ul li:last-child ul li>ul,
.mainmenu ul li:nth-last-child(2) ul li>ul {
    left: -100%;
}

.mainmenu ul li.nav-active>a {
    background-color: #f3f3f3;
    text-decoration: none;
    color: #eb0028;
}

.mainmenu ul li.nav-active>ul li.chaild-active a {
    background-color: #eb0028;
    color: #fff;
}

.header-search-bar {
    float: right;
    position: relative;
    padding: 40px 0px;
    margin-left: 20px;
    width: 40px;
}

.header-search-bar span {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    background-color: #eb0028;
    line-height: 40px;
    top: 50%;
    margin-top: -20px;
    right: 0px;
    cursor: pointer;
    font-size: 16px;
}

.header-search-bar .search-box {
    border: 1px solid #cccccc;
    height: 36px;
    width: 200px;
    position: absolute;
    bottom: -36px;
    right: 0px;
    padding: 0px 10px;
    left: inherit;
    top: inherit;
    border-radius: 0px;
    box-shadow: none;
    margin: 0px;
}

.mobile-menu-wrapper {
    display: none;
    right: 15px;
    margin-top: -17px;
    top: 50%;
    position: absolute;
}

.slicknav_menu {
    padding: 0px;
    background: none;
    font-size: 14px;
    position: relative;
}

.slicknav_btn {
    margin: 0px;
    padding: 10px;
    border-radius: 3px;
    background-color: #eb0028;
    height: 34px;
}

.slicknav_menu .slicknav_menutxt {
    text-shadow: 0px 1px 1px #026387;
    display: none;
}

.slicknav_menu .slicknav_icon-bar {
    height: 2px;
    width: 20px;
    border-radius: 0px;
}

.slicknav_menu .slicknav_icon {
    margin: 0px;
    width: auto;
    height: auto;
}

.slicknav_menu .slicknav_icon-bar {
    background-color: #fff;
    box-shadow: none;
}

.slicknav_btn .slicknav_icon-bar+.slicknav_icon-bar {
    margin-top: 4px;
}

.slicknav_nav {
    background: #eb0028;
    border-radius: 2px;
    width: 200px;
    position: absolute;
    right: 0px;
    top: 36px;
    z-index: 99;
}

.slicknav_nav a {
    margin: 0px;
    border-radius: 0px;
    padding: 7px 10px;
    text-transform: uppercase;
    color: #fff;
    text-align: left;
}

.slicknav_nav li:hover a,
.slicknav_nav li:hover .slicknav_row {
    border-radius: 0px;
    background: #c60122;
    color: #fff;
}

.slicknav_nav li.nav-active>a {
    border-radius: 0px;
    background: #c60122;
    color: #fff;
}

.slicknav_menu .slicknav_arrow {
    display: none;
}

.slicknav_nav .slicknav_row {
    margin: 0px;
    padding: 7px 10px;
}

.slicknav_nav .slicknav_open {
    background-color: #a8021e;
}

.slicknav_nav .slicknav_open ul li:hover a {
    color: #fff;
    text-decoration: none;
    background-color: #57000f;
}

.slicknav_nav .slicknav_open ul li.nav-active a {
    background-color: #c60122;
}

.slicknav_nav ul {
    margin: 0px;
}

.slicknav_nav ul li a {
    padding-left: 25px;
}


/*-------------- Section Css ------------------*/

.wshipping-content-block {
    padding: 80px 0px;
    background-color: #fff;
}

.section-title {
    text-align: center;
    padding-bottom: 30px;
}

.section-title h2 {
    margin-top: 0px;
    text-transform: uppercase;
    color: #444444;
}

/*-------------- Services Css ------------------*/

.single-service-item {
    box-shadow: 0px 3px 6px 0px rgba(153, 153, 153, 0.5);
    position: relative;
    overflow: hidden;
    margin: 15px 0px;
}

.service-item-bg {
    background-color: #a7a7a7;
    background-position: center;
    background-size: cover;
    height: 200px;
}

.service-content {
    padding: 20px;
}

.service-content h4 {
    color: #444444;
    text-transform: uppercase;
    position: relative;
    margin-top: 0px;
    margin-bottom: 15px;
}

.service-content h4:before {
    position: absolute;
    content: "";
    height: 2px;
    background-color: #eb0028;
    display: block;
    width: 40px;
    left: 0px;
    bottom: -5px;
}

.readmore-btn {
    color: #eb0028;
    text-transform: uppercase;
    font-size: 12px;
}

.readmore-btn i.fa {
    margin-left: 5px;
    font-size: 16px;
}

.readmore-btn:hover {
    color: #000;
    text-decoration: none;
}

.readmore-btn:hover i.fa {
    padding-left: 5px;
}

.location_map {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 60px;
    height: 60px;
    cursor: pointer;
}

.location_map:before {
    position: absolute;
    right: 0px;
    bottom: -60px;
    width: 60px;
    height: 60px;
    border-top: 80px solid transparent;
    border-right: 80px solid #eb0028;
    border-bottom: 50px solid transparent;
    content: "";
    display: block;
}

.location_map i.fa {
    color: #fff;
    font-size: 18px;
    position: absolute;
    right: 12px;
    bottom: 10px;
}

.location_map:hover:before {
    border-right-color: #292929;
}

.location_map:hover i.fa {
    bottom: 4px;
}

/*-------------- we are provide Css ------------------*/

.provided-block {
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    height: 520px;
    position: relative;
    background-image: url(assets/contactimage.jpeg);
}

.provided-block:before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: rgba(121, 0, 0, 0.65);
}

.provided-block h1 {
    color: #fff;
    font-weight: 500;
}

.provided-block h2 {
    color: #ffd200;
    font-weight: 400;
}

.provided-block h3 {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
}

/*-------------- Why choose Css ------------------*/

.fadeInLeft img {
    width: 100%;
    height: 100%;
}

.why-choose-us-content h3 {
    margin-bottom: 20px;
}

.why-choose-us {
    margin-top: 20px;
    position: relative;
    width: 100%;
    float: left;
}

.why-choose-us:before {
    position: absolute;
    display: block;
    height: 100%;
    background-color: #eb0028;
    left: 0px;
    top: 0px;
    content: "";
    width: 2px;
}

.why-choose-us .why-choose-us-icon {
    line-height: 56px;
    text-transform: uppercase;
    margin: 10px 0px;
    position: relative;
    font-size: 18px;
    color: #444444;
    padding-left: 40px;
    float: left;
    width: 100%;
}

.why-choose-us .why-choose-us-icon:before {
    position: absolute;
    display: block;
    height: 2px;
    background-color: #eb0028;
    left: 0px;
    top: 50%;
    margin-top: -1px;
    content: "";
    width: 40px;
}

.why-choose-us-icon i.fa,
.why-choose-us-icon i.fas,
.why-choose-us-icon i.far {
    width: 56px;
    height: 56px;
    background-color: #eb0028;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    margin-right: 18px;
    line-height: 56px;
    font-size: 28px;
    position: relative;
    z-index: 1;
}

/*-------------- Services process Css ------------------*/

.service-process {
    background-color: #f6f5f5;
    position: relative;
}

.service-process:after {
    content: "";
    clear: both;
    display: block;
}

.service-process:before {
    display: block;
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    border-top: 1px dashed #cccccc;
    border-bottom: 1px dashed #fff;
    width: 100%;
}

.process-row {
    padding-top: 40px;
    display: flex;
}

.process-step {
    margin-right: 14%;
    position: relative;
}

.process-step p {
    margin-bottom: 0px;
}

.process-step:before {
    position: absolute;
    right: -123px;
    width: 110px;
    height: 2px;
    background-color: #eb0028;
    content: "";
    top: 80px;
    display: block;
}

.process-step:last-child {
    margin-right: 0px;
}

.process-step:last-child:before {
    display: none;
}

.process-step p {
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    clear: both;
}

.process-icon {
    width: 164px;
    text-align: center;
    height: 164px;
    float: left;
    border-radius: 100%;
    background-color: #fff;
    border: 2px solid #eb0028;
    position: relative;
    padding-top: 44px;
    margin-bottom: 10px;
}

.process-icon span {
    width: 56px;
    height: 56px;
    background-color: #eb0028;
    border: 2px solid #fff;
    color: #fff;
    line-height: 56px;
    font-size: 28px;
    position: absolute;
    left: -30px;
    top: 50%;
    margin-top: -30px;
    border-radius: 100%;
    font-weight: 700;
}

.step-border {
    padding: 0px 20%;
}

/*-------------- Home Page Blog Css ------------------*/

.blog-item {
    box-shadow: 1px 1px 3px 0px rgba(153, 153, 153, 0.7);
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
}

.blog-item:hover a {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.blog-item-bg {
    background-color: #a7a7a7;
    background-position: center;
    background-size: cover;
    height: 200px;
}

.blog-content {
    padding: 10px 20px;
}

.blog-content h3 {
    color: #212121;
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 20px;
    text-transform: uppercase;
}

.blog-content h3 a {
    color: #212121;
}

.blog-content h3 a:hover {
    color: #eb0028;
}

.blog-content h6 {
    color: #777777;
    font-weight: normal;
}

.blog-item a {
    text-decoration: none;
}

.blog-post-by {
    clear: both;
    padding-bottom: 10px;
}

.blog-post-by ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.blog-post-by ul li {
    display: inline-block;
    padding-right: 10px;
    color: #7c7c7c;
}

.blog-post-by ul li .fa {
    vertical-align: middle;
    margin-right: 5px;
}

.blog-post-by ul li a {
    color: #777777;
}

.blog-post-by ul li a:hover {
    color: #eb0028;
    text-decoration: none;
}

/*-------------- Counter Css ------------------*/

.counter-section {
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    height: auto;
    position: relative;
    padding-top: 114px;
}

.counter-section:before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: rgba(0, 0, 0, 0.9);
}

.counter-block {
    background-color: #fff;
    border-radius: 3px;
    padding: 55px 0px 15px 15px;
    position: relative;
}

.counter-block p {
    color: #2e2d2d;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}

.counter-block span.counter {
    color: #eb0028;
    font-size: 36px;
    display: inline-block;
    margin-right: 10px;
    letter-spacing: -1px;
}

span.counter-icon {
    position: absolute;
    border-radius: 3px;
    background-color: #eb0028;
    color: #fff;
    line-height: 74px;
    text-align: center;
    height: 72px;
    width: 84px;
    left: 15px;
    top: -36px;
    font-size: 36px;
}

/*-------------- Latest News Css ------------------*/

.latest-news-section {
    border-radius: 3px;
    background-color: #ebebeb;
    margin-top: 15px;
    clear: both;
    width: 100%;
    float: left;
    padding-right: 15px;
    position: relative;
}

.latest-news-section h4 {
    margin-top: 6px;
}

.latest-news-section a {
    color: #444444;
}

.latest-news-section:hover {
    background-color: #dfdfdf;
}

.latest-news-section:hover a {
    text-decoration: none;
}

.news-date {
    width: 94px;
    background-color: #eb0028;
    color: #fff;
    text-transform: uppercase;
    font-size: 48px;
    text-align: center;
    border-radius: 3px 0px 0px 3px;
    float: left;
    margin-right: 20px;
    padding: 25px 0px 0px;
    position: relative;
    min-height: 103px;
}

.news-date:before {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #ec0927;
    right: -10px;
    top: 20px;
    position: absolute;
    content: "";
}

.news-date span {
    font-size: 14px;
    display: block;
    border-radius: 0px 0px 0px 3px;
    background-color: #9e0b0f;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
}

.latest-news-section p {
    margin-bottom: 0px;
    font-size: 12px;
    line-height: 18px;
}

.latest-news-section .news-post-by {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 5px;
}

.latest-news-section .news-post-by span {
    color: #eb0028;
}

.latest-news-section h5 {
    margin-bottom: 6px;
    margin-top: 8px;
}

/*-------------- Testimonial Css ------------------*/



.testimonial {
    background-color: #eb0028;
    border-radius: 4px;
    position: relative;
}

.testimonial-item {
    color: #fff;
}

.testimonial-img-bg {
    width: 100%;
    border-radius: 4px 0px 0px 4px;
    background-size: cover;
    background-position: center;
    height: 222px;
    
}
.testimonial-img-bg{
    background-image: url(assets/images/testimonial.jpg);
}

.testimonial-content {
    padding: 40px 20px 20px 0px;
    font-size: 16px;
    position: relative;
}

.testimonial-content:before {
    position: absolute;
    display: block;
    content: "\f10d";
    left: -20px;
    top: 10px;
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    font-size: 26px;
}

.testimonial-content:after {
    position: absolute;
    display: block;
    content: "\f10e";
    right: 10px;
    bottom: 10px;
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    font-size: 26px;
}

.testimonial .owl-dots {
    position: absolute;
    left: 43%;
    bottom: 8px;
    z-index: 99;
}

.testimonial .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    background-color: #790000;
    border-radius: 100%;
    margin-left: 6px;
    display: inline-block;
}

.testimonial .owl-dots .owl-dot.active {
    background-color: #fff799;
}

/*-------------- Our Client Css ------------------*/

.our-client {
    width: 100%;
    float: left;
}

.our-client .client-item {
    margin: 0px 15px;
}

.client-block h2 {
    margin-top: 0px;
    margin-bottom: 20px;
}

.client-block .owl-nav {
    text-align: center;
    margin-top: 15px;
}

.client-block .owl-nav button.owl-prev,
.client-block .owl-nav button.owl-next {
    display: inline-block;
    width: 32px;
    height: 32px;
    color: #fff;
    background-color: #494949;
    border-radius: 100%;
    line-height: 30px;
    font-size: 20px;
    margin: 0px 3px;
}

.client-block .owl-nav button:hover {
    background-color: #d70025;
}

/*-------------- Page Footer Css ------------------*/

.site-footer {
    clear: both;
}

.footer-top-area {
    background-color: #141414;
    padding: 30px 0px;
}

.footer-top-area,
.footer-top-area a {
    color: #a7a7a7;
}

.footer-top-area a:hover {
    color: #eb0028;
    text-decoration: none;
}

.footer-wiz {
    padding: 20px 0px;
}

.footer-wiz h3 {
    color: #fff;
    margin-top: 0px;
    position: relative;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 40px;
}

.footer-wiz h3:before {
    position: absolute;
    display: block;
    height: 2px;
    background-color: #eb0028;
    left: 0px;
    bottom: -10px;
    content: "";
    width: 40px;
}

.footer-wiz h3.footer-logo {
    margin-bottom: 20px;
}

.footer-wiz h3.footer-logo:before {
    display: none;
}

.footer-wiz ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.footer-wiz ul li {
    padding-bottom: 5px;
}

.footer-wiz ul.footer-contact li {
    color: #eb0028;
}

.footer-wiz ul.footer-contact li a {
    color: #eb0028;
}

.footer-wiz ul.footer-contact li i.fa {
    padding-right: 4px;
    color: #a7a7a7;
}

.footer-menu ul li {
    padding-bottom: 10px;
    padding-left: 15px;
    position: relative;
}

.footer-menu ul li:before {
    position: absolute;
    left: 0px;
    top: 0px;
    content: "\f105";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
}

.footer-menu ul li:hover a {
    color: #eb0028;
}

.footer-menu ul li:hover:before {
    color: #eb0028;
}

.footer-menu ul li:hover {
    padding-right: 20px;
}

.footer-wiz ul.open-hours li {
    border-bottom: 1px dashed #404040;
    padding: 10px 0px;
}

.footer-wiz ul.open-hours li:first-child {
    padding-top: 0px;
}

.newsletter {
    margin-top: 30px;
    position: relative;
}

.newsletter .news-input {
    padding: 15px 65px 15px 15px;
    background: #252525;
    color: #a7a7a7;
    width: 100%;
    border: 0px;
    border-radius: 3px;
}

.newsletter .news-btn {
    color: #fff;
    background-color: #eb0028;
    width: 50px;
    height: 100%;
    position: absolute;
    right: 0px;
    border: 0px;
    border-radius: 0px 3px 3px 0px;
    font-size: 26px;
    top: 0px;
    cursor: pointer;
}

.footer-bottom-area {
    background-color: #181818;
    color: #a7a7a7;
    font-size: 11px;
    text-transform: uppercase;
    padding: 25px 0px;
}

.footer-bottom-area span,
.footer-bottom-area a {
    color: #eb0028;
}

.footer-bottom-area a:hover {
    color: #fff;
    text-decoration: none;
}

.bottom-social {
    text-align: left !important;
}



/* Wrapper styling */
.homepage-video-wrapper {
    position: relative;
    width: 100%;
    height: 80vh;
    overflow: hidden;
    background-image: url("https://media0.giphy.com/media/v1.Y2lkPTc5MGI3NjExZ2ZtdjBuYmR5d3JxNmo1cWo5MzVnM2p4YXdodmcyMXRybmw5MG5jdCZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/OvDSH5lR0yKJF2SVWK/giphy.webp");
    /* Background image */
    background-size: cover;
    /* Ensure the image covers the entire section */
    background-position: center;
    /* Center the background image */
}

/* Overlay styling */
.video-overlay {
    position: relative;
    z-index: 1;
    color: #fff;
    text-align: center;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.video-overlay::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* Black overlay with 50% opacity */
    z-index: -1;
    /* Ensure it stays behind the overlay content */
}

.video-title {
    font-size: 36px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.video-subtitle {
    font-size: 48px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: bold;
}

.video-overlay p {
    font-size: 16px;
    margin-bottom: 20px;
}

.wshipping-button {
    display: inline-block;
    color: #fff;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 14px;
    background-color: #eb0028;
    padding: 12px 30px;
    border: none;
    text-decoration: none;
}

.wshipping-button:hover {
    background-color: #3b3b3b;
}

/* about  */

/* About Us Section Styling */
.about-us {
    padding: 60px 20px;
    background-color: #f4f4f4;
}

.about-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

.about-content {
    flex: 1;
    max-width: 50%;
    color: #333;
}

.about-content h2 {
    font-size: 32px;
    margin-bottom: 20px;
    color: red;
}

.about-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 20px;
}

.btn-about-us {
    display: inline-block;
    padding: 12px 24px;
    font-size: 16px;
    background-color: red;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.btn-about-us:hover {
    background-color: red;
}

.about-image {
    flex: 1;
    max-width: 45%;
    text-align: center;
}

.about-image img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

/* Responsive Design */
@media screen and (max-width: 768px) {
    .about-container {
        flex-direction: column;
        align-items: center;
    }

    .about-content {
        max-width: 100%;
        text-align: center;
    }

    .about-image {
        max-width: 80%;
        margin-top: 20px;
    }

    .about-content h2 {
        font-size: 28px;
    }

    .about-content p {
        font-size: 14px;
    }

    .btn-about-us {
        font-size: 14px;
        padding: 10px 20px;
    }
}

@media screen and (max-width: 480px) {
    .about-content h2 {
        font-size: 24px;
    }

    .about-content p {
        font-size: 13px;
    }

    .btn-about-us {
        font-size: 14px;
        padding: 8px 18px;
    }
}


/* products  */



body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f9f9f9;
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    /* padding: 50px 0; */
}

h1 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 30px;
    color: #333;
}

/* Products Grid */
.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}

/* Product Card */
.product-card {
    position: relative;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.product-card:hover {
    transform: translateY(-5px);
}

.product-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.product-details {
    padding: 20px;
    text-align: center;
}

.product-title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333;
}

.product-description {
    font-size: 1rem;
    color: #666;
    margin-bottom: 20px;
}

.read-more {
    color: #d00000;
    text-decoration: none;
    font-size: 1rem;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

.read-more::after {
    content: " \25A1";
    /* Unicode square symbol */
    font-size: 1.2rem;
    margin-left: 5px;
}

/* Corner Triangle */
.corner {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background-color: #d00000;
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
}

/* Modal Styling */
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    justify-content: center;
    align-items: center;
}

.modal-content {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    max-width: 500px;
    text-align: center;
    position: relative;
}

.modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 1.5rem;
    font-weight: bold;
    cursor: pointer;
    color: #d00000;
}

/* founder  */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  background-color: #f4f4f4;
}

/* Founders Section */
.founders-section {
  text-align: center;
  padding: 40px;
  background-color: #ffffff;
}

.founders-section h2 {
  font-size: 2rem;
  margin-bottom: 30px;
  color: #333;
}

/* Container for the Founder Cards */
.founders-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

/* Individual Founder Card */
.founder-card {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 250px;
  text-align: center;
}

.founder-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.founder-card h3 {
  font-size: 1.5rem;
  margin: 10px 0;
  color: #333;
}

.founder-card p {
  font-size: 1rem;
  color: #555;
}

/* Responsive Design */
@media (max-width: 768px) {
  .founders-container {
    flex-direction: column;
    align-items: center;
  }
}

/* contact  */

        * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif; /* Added Google Font */
    background-color: #f4f4f4;
    color: #333;
    line-height: 1.6;
}

.contact-us {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact-image {
    padding: 20px;
    text-align: center;
}

.contact-image img {
    width: 100%;
    max-width: 600px;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    height: 75vh;
}

.contact-title {
    font-size: 36px;
    color: #eb0028;
    margin-bottom: 20px;
    font-weight: 600;
}

p {
    font-size: 16px;
    margin-bottom: 30px;
}

.contact-form {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.form-group {
    margin-bottom: 20px;
}

label {
    font-size: 14px;
    color: #333;
    margin-bottom: 5px;
}

.form-control {
    padding: 12px;
    font-size: 14px;
    border-radius: 4px;
    border: 1px solid #ddd;
    width: 100%;
    background-color: #f9f9f9;
}

textarea {
    resize: vertical;
}

.submit-btn {
    background-color: #eb0028;
    color: white;
    padding: 12px 30px;
    border: none;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.submit-btn:hover {
    background-color: #3b3b3b;
}

@media (max-width: 767px) {
    .row {
        flex-direction: column;
        align-items: center;
    }

    .contact-image {
        padding: 0;
        margin-bottom: 30px;
    }

    .contact-title {
        font-size: 28px;
        text-align: center;
    }

    .contact-form {
        width: 100%;
        padding: 20px;
    }
}

/* WhatsApp Button Style */
.whatsapp-button {
    position: fixed;
    right: 50px; /* Distance from the left side of the screen */
    bottom: 20px;  /* Distance from the bottom of the screen */
    background-color: #25d366;  /* WhatsApp green color */
    border-radius: 50%;
    padding: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1000;  /* Ensures it's above other content */
    transition: transform 0.3s ease;
}

/* Font Awesome WhatsApp Icon Style */
.whatsapp-button i {
    color: white;  /* Icon color */
    font-size: 20px;/* Icon size */
}

/* Hover Effect */
.whatsapp-button:hover {
    transform: scale(1.1);  /* Slight zoom effect when hovered */
}


body{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

