@charset "UTF-8";
/*-----------------------------------------------------------------------------------

    Template Name: Tomatu
    Description: Tomatu - Organic Foods
    Author: BDevs
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    1. Theme default css
    2. header
    3. heading
    4. slider
    5. btn
    6. features
    7. breadcrumb
    8. shop
    9. cta
    10. gallery
    11. work
    12. testimonial
    13. blog
    14. footer
    15. banner
    16. counter
    17. about
    18. contact
    19. history
    20. team
    21. faq

-----------------------------------------------------------------------------------*/

/*----------------------------------------*/
/*  01. Theme default CSS
/*----------------------------------------*/
/* 1. Theme default css */
body {
    font-family: "rubik";
    font-weight: normal;
    font-style: normal;
    color: #444;
    overflow-x: hidden;
}

.img, img {
    max-width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.fix {
    overflow: hidden;
}

a,
.button {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus {
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover {
    color: inherit;
    text-decoration: none;
}

a,
button {
    color: inherit;
    outline: medium none;
}

button:focus, input:focus, input:focus, textarea, textarea:focus {
    outline: 0;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "rubik";
    color: #112433;
    margin-top: 0px;
    font-style: normal;
    font-weight: 400;
    text-transform: normal;
    line-height: 1.1;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1 {
    font-size: 40px;
    font-weight: 700;
}

h2 {
    font-size: 35px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}


p {
    font-size: 15px;
    font-weight: normal;
    line-height: 26px;
    color: #444;
    margin-bottom: 15px;
}

hr {
    border-bottom: 1px solid #eceff8;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}

label {
    color: #12263E;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

*::-moz-selection {
    background: #12263E;
    color: #ffffff;
    text-shadow: none;
}

::-moz-selection {
    background: #12263E;
    color: #ffffff;
    text-shadow: none;
}

::selection {
    background: #12263E;
    color: #ffffff;
    text-shadow: none;
}

/*--
    - Input Placeholder
-----------------------------------------*/
*::-moz-placeholder {
    color: #12263E;
    font-size: 14px;
    opacity: 1;
}

*::placeholder {
    color: #12263E;
    font-size: 14px;
    opacity: 1;
}

/*--
    - Common Classes
-----------------------------------------*/
.fix {
    overflow: hidden;
}

.clear {
    clear: both;
}

/*--
    - Background color
-----------------------------------------*/
.grey-bg {
    background: #ecf1df;
}

.grey-2-bg {
    background: #f7f9f0;
}

.white-bg {
    background: #ffffff;
}

.primary-bg {
    background: #112433;
}

.black-bg {
    background: #12263E;
}

.blue-bg {
    background: #234969;
}

.theme-bg {
    background: #e2321a;
}

/*--
    - color
-----------------------------------------*/
.white-color {
    color: #ffffff;
}

.black-color {
    color: #12263E;
}

.theme-color {
    color: #e2321a;
}

/*-- Margin Top --*/
.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-35 {
    margin-top: 35px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-45 {
    margin-top: 45px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-55 {
    margin-top: 55px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-65 {
    margin-top: 65px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-75 {
    margin-top: 75px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-85 {
    margin-top: 85px;
}

.mt-90 {
    margin-top: 90px;
}

.mt-95 {
    margin-top: 95px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-105 {
    margin-top: 105px;
}

.mt-110 {
    margin-top: 110px;
}

.mt-115 {
    margin-top: 115px;
}

.mt-120 {
    margin-top: 120px;
}

.mt-125 {
    margin-top: 125px;
}

.mt-130 {
    margin-top: 130px;
}

.mt-135 {
    margin-top: 135px;
}

.mt-140 {
    margin-top: 140px;
}

.mt-145 {
    margin-top: 145px;
}

.mt-150 {
    margin-top: 150px;
}

.mt-155 {
    margin-top: 155px;
}

.mt-160 {
    margin-top: 160px;
}

.mt-165 {
    margin-top: 165px;
}

.mt-170 {
    margin-top: 170px;
}

.mt-175 {
    margin-top: 175px;
}

.mt-180 {
    margin-top: 180px;
}

.mt-185 {
    margin-top: 185px;
}

.mt-190 {
    margin-top: 190px;
}

.mt-195 {
    margin-top: 195px;
}

.mt-200 {
    margin-top: 200px;
}

/*-- Margin Bottom --*/
.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-55 {
    margin-bottom: 55px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-65 {
    margin-bottom: 65px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-75 {
    margin-bottom: 75px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-85 {
    margin-bottom: 85px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-95 {
    margin-bottom: 95px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-105 {
    margin-bottom: 105px;
}

.mb-110 {
    margin-bottom: 110px;
}

.mb-115 {
    margin-bottom: 115px;
}

.mb-120 {
    margin-bottom: 120px;
}

.mb-125 {
    margin-bottom: 125px;
}

.mb-130 {
    margin-bottom: 130px;
}

.mb-135 {
    margin-bottom: 135px;
}

.mb-140 {
    margin-bottom: 140px;
}

.mb-145 {
    margin-bottom: 145px;
}

.mb-150 {
    margin-bottom: 150px;
}

.mb-155 {
    margin-bottom: 155px;
}

.mb-160 {
    margin-bottom: 160px;
}

.mb-165 {
    margin-bottom: 165px;
}

.mb-170 {
    margin-bottom: 170px;
}

.mb-175 {
    margin-bottom: 175px;
}

.mb-180 {
    margin-bottom: 180px;
}

.mb-185 {
    margin-bottom: 185px;
}

.mb-190 {
    margin-bottom: 190px;
}

.mb-195 {
    margin-bottom: 195px;
}

.mb-200 {
    margin-bottom: 200px;
}

.mb-205 {
    margin-bottom: 205px;
}

.mb-210 {
    margin-bottom: 210px;
}

.mb-215 {
    margin-bottom: 215px;
}

.mb-220 {
    margin-bottom: 220px;
}

.mb-225 {
    margin-bottom: 225px;
}

.mb-230 {
    margin-bottom: 230px;
}

.mb-235 {
    margin-bottom: 235px;
}

.mb-240 {
    margin-bottom: 240px;
}

.mb-245 {
    margin-bottom: 245px;
}

.mb-250 {
    margin-bottom: 250px;
}

.mb-255 {
    margin-bottom: 255px;
}

.mb-260 {
    margin-bottom: 260px;
}

.mb-265 {
    margin-bottom: 265px;
}

.mb-270 {
    margin-bottom: 270px;
}

.mb-275 {
    margin-bottom: 275px;
}

.mb-280 {
    margin-bottom: 280px;
}

.mb-285 {
    margin-bottom: 285px;
}

.mb-290 {
    margin-bottom: 290px;
}

.mb-295 {
    margin-bottom: 295px;
}

.mb-300 {
    margin-bottom: 300px;
}

/*-- Margin Left --*/
.ml-5 {
    margin-left: 5px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-25 {
    margin-left: 25px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-35 {
    margin-left: 35px;
}

.ml-40 {
    margin-left: 40px;
}

.ml-45 {
    margin-left: 45px;
}

.ml-50 {
    margin-left: 50px;
}

.ml-55 {
    margin-left: 55px;
}

.ml-60 {
    margin-left: 60px;
}

.ml-65 {
    margin-left: 65px;
}

.ml-70 {
    margin-left: 70px;
}

.ml-75 {
    margin-left: 75px;
}

.ml-80 {
    margin-left: 80px;
}

.ml-85 {
    margin-left: 85px;
}

.ml-90 {
    margin-left: 90px;
}

.ml-95 {
    margin-left: 95px;
}

.ml-100 {
    margin-left: 100px;
}

.ml-105 {
    margin-left: 105px;
}

.ml-110 {
    margin-left: 110px;
}

.ml-115 {
    margin-left: 115px;
}

.ml-120 {
    margin-left: 120px;
}

.ml-125 {
    margin-left: 125px;
}

.ml-130 {
    margin-left: 130px;
}

.ml-135 {
    margin-left: 135px;
}

.ml-140 {
    margin-left: 140px;
}

.ml-145 {
    margin-left: 145px;
}

.ml-150 {
    margin-left: 150px;
}

.ml-155 {
    margin-left: 155px;
}

.ml-160 {
    margin-left: 160px;
}

.ml-165 {
    margin-left: 165px;
}

.ml-170 {
    margin-left: 170px;
}

.ml-175 {
    margin-left: 175px;
}

.ml-180 {
    margin-left: 180px;
}

.ml-185 {
    margin-left: 185px;
}

.ml-190 {
    margin-left: 190px;
}

.ml-195 {
    margin-left: 195px;
}

.ml-200 {
    margin-left: 200px;
}

/*-- Margin Right --*/
.mr-5 {
    margin-right: 5px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-25 {
    margin-right: 25px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-35 {
    margin-right: 35px;
}

.mr-40 {
    margin-right: 40px;
}

.mr-45 {
    margin-right: 45px;
}

.mr-50 {
    margin-right: 50px;
}

.mr-55 {
    margin-right: 55px;
}

.mr-60 {
    margin-right: 60px;
}

.mr-65 {
    margin-right: 65px;
}

.mr-70 {
    margin-right: 70px;
}

.mr-75 {
    margin-right: 75px;
}

.mr-80 {
    margin-right: 80px;
}

.mr-85 {
    margin-right: 85px;
}

.mr-90 {
    margin-right: 90px;
}

.mr-95 {
    margin-right: 95px;
}

.mr-100 {
    margin-right: 100px;
}

.mr-105 {
    margin-right: 105px;
}

.mr-110 {
    margin-right: 110px;
}

.mr-115 {
    margin-right: 115px;
}

.mr-120 {
    margin-right: 120px;
}

.mr-125 {
    margin-right: 125px;
}

.mr-130 {
    margin-right: 130px;
}

.mr-135 {
    margin-right: 135px;
}

.mr-140 {
    margin-right: 140px;
}

.mr-145 {
    margin-right: 145px;
}

.mr-150 {
    margin-right: 150px;
}

.mr-155 {
    margin-right: 155px;
}

.mr-160 {
    margin-right: 160px;
}

.mr-165 {
    margin-right: 165px;
}

.mr-170 {
    margin-right: 170px;
}

.mr-175 {
    margin-right: 175px;
}

.mr-180 {
    margin-right: 180px;
}

.mr-185 {
    margin-right: 185px;
}

.mr-190 {
    margin-right: 190px;
}

.mr-195 {
    margin-right: 195px;
}

.mr-200 {
    margin-right: 200px;
}

/*-- Padding Top --*/
.pt-5 {
    padding-top: 5px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-25 {
    padding-top: 25px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-35 {
    padding-top: 35px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-45 {
    padding-top: 45px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-55 {
    padding-top: 55px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-65 {
    padding-top: 65px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-75 {
    padding-top: 75px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-85 {
    padding-top: 85px;
}

.pt-90 {
    padding-top: 90px;
}

.pt-95 {
    padding-top: 95px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-105 {
    padding-top: 105px;
}

.pt-110 {
    padding-top: 110px;
}

.pt-115 {
    padding-top: 115px;
}

.pt-120 {
    padding-top: 120px;
}

.pt-125 {
    padding-top: 125px;
}

.pt-130 {
    padding-top: 130px;
}

.pt-135 {
    padding-top: 135px;
}

.pt-140 {
    padding-top: 140px;
}

.pt-145 {
    padding-top: 145px;
}

.pt-150 {
    padding-top: 150px;
}

.pt-155 {
    padding-top: 155px;
}

.pt-160 {
    padding-top: 160px;
}

.pt-165 {
    padding-top: 165px;
}

.pt-170 {
    padding-top: 170px;
}

.pt-175 {
    padding-top: 175px;
}

.pt-180 {
    padding-top: 180px;
}

.pt-185 {
    padding-top: 185px;
}

.pt-190 {
    padding-top: 190px;
}

.pt-195 {
    padding-top: 195px;
}

.pt-200 {
    padding-top: 200px;
}

.pt-205 {
    padding-top: 205px;
}

.pt-210 {
    padding-top: 210px;
}

.pt-215 {
    padding-top: 215px;
}

.pt-220 {
    padding-top: 220px;
}

.pt-225 {
    padding-top: 225px;
}

.pt-230 {
    padding-top: 230px;
}

.pt-235 {
    padding-top: 235px;
}

.pt-240 {
    padding-top: 240px;
}

.pt-245 {
    padding-top: 245px;
}

.pt-250 {
    padding-top: 250px;
}

.pt-255 {
    padding-top: 255px;
}

.pt-260 {
    padding-top: 260px;
}

.pt-265 {
    padding-top: 265px;
}

.pt-270 {
    padding-top: 270px;
}

.pt-275 {
    padding-top: 275px;
}

.pt-280 {
    padding-top: 280px;
}

.pt-285 {
    padding-top: 285px;
}

.pt-290 {
    padding-top: 290px;
}

.pt-295 {
    padding-top: 295px;
}

.pt-300 {
    padding-top: 300px;
}

/*-- Padding Bottom --*/
.pb-5 {
    padding-bottom: 5px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-35 {
    padding-bottom: 35px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-45 {
    padding-bottom: 45px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-55 {
    padding-bottom: 55px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-65 {
    padding-bottom: 65px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-75 {
    padding-bottom: 75px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-85 {
    padding-bottom: 85px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-95 {
    padding-bottom: 95px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-105 {
    padding-bottom: 105px;
}

.pb-110 {
    padding-bottom: 110px;
}

.pb-115 {
    padding-bottom: 115px;
}

.pb-120 {
    padding-bottom: 120px;
}

.pb-125 {
    padding-bottom: 125px;
}

.pb-130 {
    padding-bottom: 130px;
}

.pb-135 {
    padding-bottom: 135px;
}

.pb-140 {
    padding-bottom: 140px;
}

.pb-145 {
    padding-bottom: 145px;
}

.pb-150 {
    padding-bottom: 150px;
}

.pb-155 {
    padding-bottom: 155px;
}

.pb-160 {
    padding-bottom: 160px;
}

.pb-165 {
    padding-bottom: 165px;
}

.pb-170 {
    padding-bottom: 170px;
}

.pb-175 {
    padding-bottom: 175px;
}

.pb-180 {
    padding-bottom: 180px;
}

.pb-185 {
    padding-bottom: 185px;
}

.pb-190 {
    padding-bottom: 190px;
}

.pb-195 {
    padding-bottom: 195px;
}

.pb-200 {
    padding-bottom: 200px;
}

.pb-205 {
    padding-bottom: 205px;
}

.pb-210 {
    padding-bottom: 210px;
}

.pb-215 {
    padding-bottom: 215px;
}

.pb-220 {
    padding-bottom: 220px;
}

.pb-225 {
    padding-bottom: 225px;
}

.pb-230 {
    padding-bottom: 230px;
}

.pb-235 {
    padding-bottom: 235px;
}

.pb-240 {
    padding-bottom: 240px;
}

.pb-245 {
    padding-bottom: 245px;
}

.pb-250 {
    padding-bottom: 250px;
}

.pb-255 {
    padding-bottom: 255px;
}

.pb-260 {
    padding-bottom: 260px;
}

.pb-265 {
    padding-bottom: 265px;
}

.pb-270 {
    padding-bottom: 270px;
}

.pb-275 {
    padding-bottom: 275px;
}

.pb-280 {
    padding-bottom: 280px;
}

.pb-285 {
    padding-bottom: 285px;
}

.pb-290 {
    padding-bottom: 290px;
}

.pb-295 {
    padding-bottom: 295px;
}

.pb-300 {
    padding-bottom: 300px;
}

/*-- Padding Left --*/
.pl-5 {
    padding-left: 5px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-25 {
    padding-left: 25px;
}

.pl-30 {
    padding-left: 30px;
}

.pl-35 {
    padding-left: 35px;
}

.pl-40 {
    padding-left: 40px;
}

.pl-45 {
    padding-left: 45px;
}

.pl-50 {
    padding-left: 50px;
}

.pl-55 {
    padding-left: 55px;
}

.pl-60 {
    padding-left: 60px;
}

.pl-65 {
    padding-left: 65px;
}

.pl-70 {
    padding-left: 70px;
}

.pl-75 {
    padding-left: 75px;
}

.pl-80 {
    padding-left: 80px;
}

.pl-85 {
    padding-left: 85px;
}

.pl-90 {
    padding-left: 90px;
}

.pl-95 {
    padding-left: 95px;
}

.pl-100 {
    padding-left: 100px;
}

.pl-105 {
    padding-left: 105px;
}

.pl-110 {
    padding-left: 110px;
}

.pl-115 {
    padding-left: 115px;
}

.pl-120 {
    padding-left: 120px;
}

.pl-125 {
    padding-left: 125px;
}

.pl-130 {
    padding-left: 130px;
}

.pl-135 {
    padding-left: 135px;
}

.pl-140 {
    padding-left: 140px;
}

.pl-145 {
    padding-left: 145px;
}

.pl-150 {
    padding-left: 150px;
}

.pl-155 {
    padding-left: 155px;
}

.pl-160 {
    padding-left: 160px;
}

.pl-165 {
    padding-left: 165px;
}

.pl-170 {
    padding-left: 170px;
}

.pl-175 {
    padding-left: 175px;
}

.pl-180 {
    padding-left: 180px;
}

.pl-185 {
    padding-left: 185px;
}

.pl-190 {
    padding-left: 190px;
}

.pl-195 {
    padding-left: 195px;
}

.pl-200 {
    padding-left: 200px;
}

/*-- Padding Right --*/
.pr-5 {
    padding-right: 5px;
}

.pr-10 {
    padding-right: 10px;
}

.pr-15 {
    padding-right: 15px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-25 {
    padding-right: 25px;
}

.pr-30 {
    padding-right: 30px;
}

.pr-35 {
    padding-right: 35px;
}

.pr-40 {
    padding-right: 40px;
}

.pr-45 {
    padding-right: 45px;
}

.pr-50 {
    padding-right: 50px;
}

.pr-55 {
    padding-right: 55px;
}

.pr-60 {
    padding-right: 60px;
}

.pr-65 {
    padding-right: 65px;
}

.pr-70 {
    padding-right: 70px;
}

.pr-75 {
    padding-right: 75px;
}

.pr-80 {
    padding-right: 80px;
}

.pr-85 {
    padding-right: 85px;
}

.pr-90 {
    padding-right: 90px;
}

.pr-95 {
    padding-right: 95px;
}

.pr-100 {
    padding-right: 100px;
}

.pr-105 {
    padding-right: 105px;
}

.pr-110 {
    padding-right: 110px;
}

.pr-115 {
    padding-right: 115px;
}

.pr-120 {
    padding-right: 120px;
}

.pr-125 {
    padding-right: 125px;
}

.pr-130 {
    padding-right: 130px;
}

.pr-135 {
    padding-right: 135px;
}

.pr-140 {
    padding-right: 140px;
}

.pr-145 {
    padding-right: 145px;
}

.pr-150 {
    padding-right: 150px;
}

.pr-155 {
    padding-right: 155px;
}

.pr-160 {
    padding-right: 160px;
}

.pr-165 {
    padding-right: 165px;
}

.pr-170 {
    padding-right: 170px;
}

.pr-175 {
    padding-right: 175px;
}

.pr-180 {
    padding-right: 180px;
}

.pr-185 {
    padding-right: 185px;
}

.pr-190 {
    padding-right: 190px;
}

.pr-195 {
    padding-right: 195px;
}

.pr-200 {
    padding-right: 200px;
}

/*
 	Flaticon icon font: Flaticon
 	Creation date: 15/06/2020 17:56
 	*/
@font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon.eot");
    src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"), url("../fonts/Flaticon.woff2") format("woff2"), url("../fonts/Flaticon.woff") format("woff"), url("../fonts/Flaticon.ttf") format("truetype"), url("../fonts/Flaticon.svg#Flaticon") format("svg");
    font-weight: normal;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: "Flaticon";
        src: url("../fonts/Flaticon.svg#Flaticon") format("svg");
    }
}

[class^=flaticon-]:before, [class*=" flaticon-"]:before,
[class^=flaticon-]:after, [class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-style: normal;
}

.flaticon-tomato:before {
    content: "";
}

.flaticon-fruits:before {
    content: "";
}

.flaticon-contaminated:before {
    content: "";
}

.flaticon-juice:before {
    content: "";
}

.flaticon-summer:before {
    content: "";
}

.flaticon-drink:before {
    content: "";
}

.flaticon-vegetable:before {
    content: "";
}

.flaticon-meal:before {
    content: "";
}

.flaticon-fruit:before {
    content: "";
}

.flaticon-telephone:before {
    content: "";
}

.flaticon-ship:before {
    content: "";
}

.flaticon-win-win:before {
    content: "";
}

.flaticon-business-and-finance:before {
    content: "";
}

.flaticon-support:before {
    content: "";
}

.flaticon-quote:before {
    content: "";
}

.flaticon-call:before {
    content: "";
}

.flaticon-maps-and-location:before {
    content: "";
}

.flaticon-mail:before {
    content: "";
}

.flaticon-leaf:before {
    content: "";
}

.flaticon-plant:before {
    content: "";
}

.flaticon-plant-1:before {
    content: "";
}

.flaticon-wheat:before {
    content: "";
}

.flaticon-rake:before {
    content: "";
}

.flaticon-sprout-1:before {
    content: "";
}

.flaticon-rice:before {
    content: "";
}

.flaticon-fruit-4:before {
    content: "";
}

.flaticon-onion:before {
    content: "";
}

.flaticon-wheat-2:before {
    content: "";
}

.flaticon-reward:before {
    content: "";
}

.flaticon-beet:before {
    content: "";
}

/* bounce-animate */
.bounce-animate {
    animation-name: float-bob;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob;
    -o-animation-duration: 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

@-webkit-keyframes float-bob {
    0% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

.rotateme {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 10s;
    animation-duration: 60s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

.button {
    cursor: pointer;
}

/* scrollUp */
#scrollUp {
    background: #e2321a;
    height: 50px;
    width: 50px;
    right: 50px;
    bottom: 77px;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    line-height: 50px;
}

#scrollUp:hover {
    background: #ffc107;
}

@-moz-keyframes myfirst {
    0% {
        top: -25%;
    }
    to {
        top: 100%;
    }
}

@-webkit-keyframes myfirst {
    0% {
        top: -25%;
    }
    to {
        top: 100%;
    }
}

@keyframes myfirst {
    0% {
        top: -25%;
    }
    to {
        top: 100%;
    }
}

.top-bottom {
    -webkit-animation: myfirst 30s linear infinite;
    animation: myfirst 30s linear infinite;
}

.ctn-preloader {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: default;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9000;
}

.ctn-preloader .animation-preloader {
    z-index: 1000;
}

.ctn-preloader .animation-preloader .spinner {
    -webkit-animation: spinner 1s infinite linear;
    animation: spinner 1s infinite linear;
    border-radius: 50%;
    border: 3px solid rgba(0, 0, 0, 0.2);
    border-top-color: #E2321A;
    height: 150px;
    margin: 0 auto 3.5em auto;
    width: 150px;
}

.ctn-preloader .animation-preloader .txt-loading {
    font: bold 5em "Poppins", sans-serif;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading {
    color: rgba(0, 0, 0, 0.2);
    position: relative;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:before {
    -webkit-animation: letters-loading 4s infinite;
    animation: letters-loading 4s infinite;
    color: #000000;
    content: attr(data-text-preloader);
    left: 0;
    opacity: 0;
    font-family: "Poppins", sans-serif;
    position: absolute;
    top: -3px;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}

.ctn-preloader.dark .animation-preloader .spinner {
    border-color: rgba(255, 255, 255, 0.2);
    border-top-color: #fff;
}

.ctn-preloader.dark .animation-preloader .txt-loading .letters-loading {
    color: rgba(255, 255, 255, 0.2);
}

.ctn-preloader.dark .animation-preloader .txt-loading .letters-loading:before {
    color: #fff;
}

.ctn-preloader p {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 8px;
    color: #3b3b3b;
}

.ctn-preloader .loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    z-index: 1;
    pointer-events: none;
}

.ctn-preloader .loader .row {
    height: 100%;
}

.ctn-preloader .loader .loader-section {
    padding: 0px;
}

.ctn-preloader .loader .loader-section .bg {
    background-color: #ffffff;
    height: 100%;
    left: 0;
    width: 100%;
    -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}

.ctn-preloader .loader.dark_bg .loader-section .bg {
    background: #111339;
}

.ctn-preloader.loaded .animation-preloader {
    opacity: 0;
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

.ctn-preloader.loaded .loader-section .bg {
    width: 0;
    -webkit-transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
    -o-transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
    transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
}

@-webkit-keyframes spinner {
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

@keyframes spinner {
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

@-webkit-keyframes letters-loading {
    0%, 75%, 100% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg);
    }
    25%, 50% {
        opacity: 1;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}

@keyframes letters-loading {
    0%, 75%, 100% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg);
    }
    25%, 50% {
        opacity: 1;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}

@media screen and (max-width: 767px) {
    .ctn-preloader .animation-preloader .spinner {
        height: 8em;
        width: 8em;
    }

    .ctn-preloader .animation-preloader .txt-loading {
        font: bold 3.5em "Poppins", sans-serif;
    }
}

@media screen and (max-width: 500px) {
    .ctn-preloader .animation-preloader .spinner {
        height: 7em;
        width: 7em;
    }

    .ctn-preloader .animation-preloader .txt-loading {
        font: bold 2em "Poppins", sans-serif;
    }
}

/*--
    - Overlay
------------------------------------------*/
[data-overlay] {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

[data-overlay]::before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
}

/*-- Overlay Color --*/
[data-overlay=light]::before {
    background-color: #ffffff;
}

[data-overlay=dark]::before {
    background-color: #12263E;
}

/*-- Overlay Opacity --*/
[data-opacity="1"]::before {
    opacity: 0.1;
}

[data-opacity="2"]::before {
    opacity: 0.2;
}

[data-opacity="3"]::before {
    opacity: 0.3;
}

[data-opacity="4"]::before {
    opacity: 0.4;
}

[data-opacity="5"]::before {
    opacity: 0.5;
}

[data-opacity="6"]::before {
    opacity: 0.6;
}

[data-opacity="7"]::before {
    opacity: 0.7;
}

[data-opacity="8"]::before {
    opacity: 0.8;
}

[data-opacity="9"]::before {
    opacity: 0.9;
}

/* 2. header */
.header-transparent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    transition: 0.4s;
}

.main-menu-area.sticky {
    left: 0;
    margin: auto;
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
    z-index: 9999;
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    background: #ffffff;
}

.menu-01.sticky {
    padding-top: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-01.sticky {
        padding-top: 12px;
    }
}

@media (max-width: 767px) {
    .menu-01.sticky {
        padding-top: 12px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-1.sticky {
        padding-top: 12px;
    }
}

@media (max-width: 767px) {
    .menu-1.sticky {
        padding-top: 12px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-1 {
        padding-top: 12px;
    }
}

@media (max-width: 767px) {
    .menu-1 {
        padding-top: 12px;
    }
}

.menu-2.sticky {
    padding-top: 0;
    padding-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-2.sticky {
        padding-top: 12px;
    }
}

@media (max-width: 767px) {
    .menu-2.sticky {
        padding-top: 12px;
    }
}

.menu-3.sticky {
    padding-top: 0;
    background: #223c50;
    padding-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-3.sticky {
        padding-top: 12px;
    }
}

@media (max-width: 767px) {
    .menu-3.sticky {
        padding-top: 12px;
    }
}

.pos-rel {
    position: relative;
}

.header-top-wrapper {
    padding-top: 5px;
}

@media (max-width: 767px) {
    .header-top-info {
        text-align: center;
        margin-bottom: 10px;
    }
}

.header-top-info span {
    color: #7b8e9d;
    font-size: 15px;
    font-weight: 400;
    margin-right: 23px;
}

@media (max-width: 767px) {
    .header-top-info span {
        margin-right: 0;
    }
}

.header-top-info span i {
    color: #e2321a;
    margin-right: 6px;
}

.header-top-info span:last-child {
    margin-right: 0;
}

.header-icon {
    padding-top: 5px;
}

@media (max-width: 767px) {
    .header-icon {
        float: none;
        text-align: center;
        padding-top: 0;
    }
}

.header-icon a {
    color: #b0bcc6;
    font-size: 13px;
    display: inline-block;
    text-align: center;
    margin-right: 13px;
    transition: 0.3s;
}

.header-icon a:hover {
    color: #e2321a;
}

.header-icon a:last-child {
    margin-right: 0;
}

.header-search {
    overflow: hidden;
    margin-right: 34px;
}

.header-search-form {
    position: relative;
}

.header-search-form input {
    background: #e2321a;
    border: none;
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
    height: 35px;
    padding-left: 20px;
    width: 145px;
    border-radius: 30px;
    position: relative;
}

.header-search-form input::-moz-placeholder {
    color: #ffffff;
    font-size: 13px;
}

.header-search-form input::placeholder {
    color: #ffffff;
    font-size: 13px;
}

.header-search-form button {
    background: none;
    border: none;
    color: #ffffff;
    font-size: 13px;
    position: absolute;
    right: 10px;
    top: 9px;
    transition: all 0.3s ease 0s;
    cursor: pointer;
}

.header-lang {
    display: inline-block;
    margin-left: 30px;
    padding: 10px 0;
}

.height-60 {
    height: 65px;
}

.lang-icon > a {
    font-size: 14px;
    color: #7a8fa0;
    margin-left: 5px;
    font-weight: 500;
}

.header-lang-list {
    position: absolute;
    width: 120px;
    opacity: 0;
    visibility: hidden;
    padding: 20px 15px;
    border-top: 3px solid #e2321a;
    transition: 0.4s;
    z-index: 999;
    background: #fff;
    padding-bottom: 5px;
    padding-top: 4px;
    top: 100%;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
    transition: 0.3s;
    text-align: left;
}

.header-lang:hover .header-lang-list {
    opacity: 1;
    visibility: visible;
}

.header-lang-list li {
    display: block;
    margin-bottom: 0;
    padding: 5px 0;
}

.header-lang-list li a {
    display: block;
    color: #647589;
    font-size: 13px;
}

.header-lang-list li a:hover {
    color: #e2321a;
}

.menu-bar {
    float: right;
    cursor: pointer;
    margin-left: 45px;
    margin-top: 28px;
    background: #80c627;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    padding: 12px;
    box-shadow: 0px 8px 16px 0px rgba(128, 198, 39, 0.3);
}

.menu-bar span {
    display: block;
    margin: 3px 0;
    transition: 0.3s;
    float: right;
}

.menu-bar:hover span {
    width: 100%;
}

.bar1 {
    width: 20px;
    background: #ffffff;
    height: 2px;
}

.bar2 {
    width: 100%;
    background: #ffffff;
    height: 2px;
}

.menu-bar .bar3 {
    width: 20px;
    background: #ffffff;
    height: 2px;
    margin-left: auto;
}

/* extra info */
.extra-info {
    background: #152136;
    height: 100%;
    padding: 30px;
    position: fixed;
    right: 0;
    top: 0;
    transition: all 0.7s ease 0s;
    width: 340px;
    z-index: 9999;
    transform: translateX(100%);
    padding-bottom: 40px;
}

.extra-info.info-open {
    transform: translateX(0);
}

.extra-info-left {
    right: inherit;
    left: 0;
    transform: translateX(-100%);
}

.extra-info.extra-info-left.info-open {
    transform: translateX(0);
}

.close-icon {
    margin-top: -16px;
    text-align: right;
}

.close-icon > button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    color: #e2321a;
    cursor: pointer;
    font-size: 20px;
    padding: 0;
}

.extra-info > p {
    color: #ddd;
    font-size: 15px;
    line-height: 28px;
}

.extra-info.extra-info-left.info-open {
    transform: translateX(0);
}

.instagram img {
    width: 100%;
}

.social-icon-right > a {
    color: #fff;
    display: inline-block;
    margin-right: 20px;
    text-align: center;
}

.social-icon-right > a:hover {
    color: #e2321a;
}

.instagram {
    overflow: hidden;
    margin: 0 -4px;
}

.instagram > a {
    float: left;
    width: 33.33%;
    padding: 0 4px;
    margin-bottom: 7px;
}

.side-info {
    border-top: 1px solid #344159;
    padding-top: 25px;
}

.contact-list h4 {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
}

.contact-list p {
    color: #fff;
    opacity: 0.5;
    margin: 0;
    margin-bottom: 5px;
    line-height: 28px;
}

.side-menu ul li:hover a {
    color: #e2321a;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mail-header-icon {
        display: none;
    }
}

@media (max-width: 767px) {
    .mail-header-icon {
        display: none;
    }
}

.header-right .header-icon {
    margin-top: 7px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .header-right .header-icon {
        display: none;
    }
}

.header-right .header-icon a {
    color: #ffffff;
    font-size: 18px;
    transition: 0.3s;
}

.header-right .header-icon a:hover {
    color: #e2321a;
}

.header-right .header-lang {
    padding: 10px 23px;
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 30px;
    margin-left: 28px;
}

.header-right .lang-icon > a {
    color: #ffffff;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .header-top-button a.c-btn {
        padding: 23px 3px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .header-top-button a.c-btn {
        padding: 23px 2px;
    }
}

/* menu */
.menu-01 {
    padding-top: 15px;
}

.main-menu ul li {
    display: inline-block;
    position: relative;
    margin-right: 40px;
}

.main-menu ul li:last-child {
    margin-right: 0;
}

.main-menu ul li a {
    display: block;
    font-size: 14px;
    padding: 44px 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: transparent;
    line-height: 1;
    position: relative;
    text-transform: capitalize;
    color: #444;
    font-weight: 500;
}

.main-menu ul li a i {
    font-size: 17px;
    position: relative;
    left: 3px;
    top: 3px;
}

.main-menu ul li.active > a {
    color: #112433;
}

.main-menu ul li:hover > a {
    color: #112433;
}

.main-menu > nav > ul > li > a::before {
    background: #112433;
    content: "";
    height: 2px;
    position: absolute;
    bottom: 34px;
    width: 0;
    transition: 0.5s;
    display: none;
}

.main-menu > nav > ul > li:hover > a::before, .main-menu > nav > ul > li.active > a::before {
    width: 15px;
}

.menu-2 {
    padding-right: 55px;
    padding-left: 55px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .menu-2 {
        padding-right: 0;
        padding-left: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .menu-2 {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-2 {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (max-width: 767px) {
    .menu-2 {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.menu-2 .main-menu ul li {
    margin-right: 53px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .menu-2 .main-menu ul li {
        margin-right: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .menu-2 .main-menu ul li {
        margin-right: 30px;
    }
}

.menu-2 .main-menu ul li:last-child {
    margin-right: 0;
}

.menu-2 .main-menu ul li a {
    display: block;
    font-size: 17px;
    color: #12263E;
    transition: 0.3s;
}

.menu-2 .main-menu nav > ul > li:hover > a, .menu-2 .main-menu nav > ul > li.active > a {
    color: #e2321a;
}

.menu-2 .main-menu > nav > ul > li > a::before {
    display: none;
}

.menu-3 {
    padding-right: 110px;
    padding-left: 110px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .menu-3 {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .menu-3 {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-3 {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (max-width: 767px) {
    .menu-3 {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.menu-3 .main-menu ul li {
    margin-right: 38px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .menu-3 .main-menu ul li {
        margin-right: 26px;
    }
}

.menu-3 .main-menu ul li:last-child {
    margin-right: 0;
}

.menu-3 .main-menu ul li a {
    display: block;
    font-size: 17px;
    color: #ffffff;
    transition: 0.3s;
}

.menu-3 .main-menu nav > ul > li:hover > a, .menu-3 .main-menu nav > ul > li.active > a {
    color: #e2321a;
}

.menu-3 .main-menu > nav > ul > li > a::before {
    display: none;
}

/* sub-menu */
.main-menu ul li .sub-menu {
    background: #ffffff;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    left: 0;
    opacity: 0;
    position: absolute;
    top: 120%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 220px;
    z-index: 9;
    border-bottom: 3px solid #e2321a;
    text-align: left;
    padding: 15px 0;
}

.main-menu ul li .sub-menu li {
    display: block;
    margin: 0;
}

.main-menu ul li .sub-menu li a {
    color: #666666;
    font-size: 14px;
    margin: 0;
    padding: 13px 20px;
    text-transform: capitalize;
    display: block;
    background: none;
}

.main-menu ul li .sub-menu li a:hover {
    color: #e2321a;
}

.main-menu ul li:hover > .sub-menu {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

/* 3. heading */
.section-title {
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .section-title {
        margin-left: 0;
        margin-right: 0;
    }
}

.section-title h2 {
    font-size: 50px;
    margin-bottom: 0;
    letter-spacing: -0.3px;
    font-weight: 500;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .section-title h2 {
        font-size: 45px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-title h2 {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .section-title h2 {
        font-size: 34px;
        line-height: 1.1;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title h2 {
        font-size: 42px;
    }
}

.section-title p {
    margin-top: 17px;
    margin-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .section-title p {
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .section-title p {
        margin-right: 0;
    }
}

.white-title h2 {
    color: #ffffff;
}

.white-title h2 span {
    color: #ffffff;
}

.white-title p {
    color: #ffffff;
}

.white-2-title h5 {
    color: #ffffff;
}

.white-2-title h5 span {
    background: #ffffff;
}

.white-2-title h2 {
    color: #ffffff;
}

/* 4. slider */
.slider-height {
    min-height: 935px;
    background-position: center top;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .slider-height {
        min-height: 750px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .slider-height {
        min-height: 700px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-height {
        min-height: 500px;
    }
}

@media (max-width: 767px) {
    .slider-height {
        min-height: 450px;
    }
}

.slider-2-height {
    min-height: 950px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .slider-2-height {
        min-height: 800px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .slider-2-height {
        min-height: 700px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-2-height {
        min-height: 550px;
    }
}

@media (max-width: 767px) {
    .slider-2-height {
        min-height: 550px;
    }
}

.shape-item {
    position: absolute;
}

.slider-01 {
    top: 29%;
    left: 13%;
    z-index: 9;
}

.slider-02 {
    bottom: -17%;
    left: 5%;
    z-index: 9;
}

.slider-03 {
    top: 25%;
    left: 2%;
    z-index: 9;
}

.slider-04 {
    top: 0;
    right: 13%;
    z-index: 9;
}

.slider-05 {
    bottom: 23%;
    right: 2%;
    z-index: 9;
}

.single-slider {
    background-position: center center;
    background-size: cover;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .hero-text {
        margin-top: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-text {
        margin-top: 50px;
    }
}

@media (max-width: 767px) {
    .hero-text {
        margin-top: 55px;
    }
}

.hero-slider-caption h2 {
    font-size: 90px;
    margin-bottom: 50px;
    font-weight: 300;
    letter-spacing: -0.3px;
}

.hero-slider-caption h2 span {
    font-weight: 500;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .hero-slider-caption h2 {
        font-size: 70px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slider-caption h2 {
        font-size: 53px;
    }
}

@media (max-width: 767px) {
    .hero-slider-caption h2 {
        font-size: 33px;
    }
}

.slider-img {
    position: absolute;
    right: 0;
    z-index: -1;
    bottom: 90px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .slider-img {
        width: 750px;
        bottom: 140px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .slider-img {
        width: 58%;
        bottom: 140px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-img {
        display: none;
    }
}

@media (max-width: 767px) {
    .slider-img {
        display: none;
    }
}

.hero-slider-content span {
    font-weight: 500;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #e2321a;
}

@media (max-width: 767px) {
    .hero-slider-content span {
        font-size: 13px;
    }
}

.hero-slider-content h2 {
    font-size: 120px;
    font-weight: 500;
    letter-spacing: -0.3px;
    line-height: 1;
    margin-bottom: 15px;
    margin-top: 8px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .hero-slider-content h2 {
        font-size: 70px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slider-content h2 {
        font-size: 53px;
    }
}

@media (max-width: 767px) {
    .hero-slider-content h2 {
        font-size: 33px;
    }
}

.hero-slider-content p {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #12263E;
    margin-right: 50px;
    margin-bottom: 34px;
}

@media (max-width: 767px) {
    .hero-slider-content p {
        font-size: 16px;
        margin-right: 0;
        line-height: 28px;
        margin-bottom: 20px;
    }
}

.hero-slider-content-02 h2 {
    font-size: 150px;
    letter-spacing: -0.3px;
    line-height: 1;
    margin-bottom: 48px;
    color: #ffffff;
    font-family: "Kaushan Script";
    font-style: italic;
}

.hero-slider-content-02 h2 span {
    color: #ff7a00;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .hero-slider-content-02 h2 {
        font-size: 80px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slider-content-02 h2 {
        font-size: 60px;
    }
}

@media (max-width: 767px) {
    .hero-slider-content-02 h2 {
        font-size: 40px;
    }
}

.sl-shape {
    position: absolute;
    right: 0;
    bottom: -153px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .sl-shape {
        width: 42%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .sl-shape {
        width: 46%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sl-shape {
        display: none;
    }
}

@media (max-width: 767px) {
    .sl-shape {
        display: none;
    }
}

.slider-price {
    position: absolute;
    background-color: #cfd8b9;
    height: 145px;
    width: 145px;
    right: 600px;
    text-align: center;
    border-radius: 50% 50% 0 50%;
    z-index: 1;
    top: 144px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .slider-price {
        top: 28%;
        right: 24%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .slider-price {
        top: 28%;
        right: 24%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-price {
        display: none;
    }
}

@media (max-width: 767px) {
    .slider-price {
        display: none;
    }
}

.slider-price h2 {
    line-height: 1;
    font-weight: 500;
    font-size: 55px;
    margin-bottom: 0;
    line-height: 145px;
}

.slider-price h2 span {
    font-size: 24px;
}

.slider-active button.slick-arrow {
    position: absolute;
    top: 50%;
    left: 100px;
    transform: translateY(-50%);
    background: none;
    border: 0;
    font-size: 18px;
    padding: 0;
    color: #10111e;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    cursor: pointer;
    background: #ecf1df;
    line-height: 60px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .slider-active button.slick-arrow {
        left: 0;
    }
}

.slider-active button.slick-next {
    left: auto;
    right: 100px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .slider-active button.slick-next {
        right: 20px;
    }
}

.slider-active:hover button.slick-prev {
    left: 120px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .slider-active:hover button.slick-prev {
        left: 20px;
    }
}

.slider-active:hover button.slick-next {
    right: 120px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .slider-active:hover button.slick-next {
        right: 20px;
    }
}

.slider-active:hover button {
    opacity: 1;
    visibility: visible;
}

.slider-active button:hover {
    background: #e2321a;
    color: #ffffff;
}

/* 5. btn */
.c-btn {
    backface-visibility: hidden;
    border-radius: 30px;
    color: #ffffff;
    display: inline-block;
    font-size: 13px;
    line-height: 1;
    padding: 23px 40px;
    position: relative;
    text-align: center;
    transition: 0.3s;
    background: #e2321a;
    font-weight: 500;
    text-transform: uppercase;
}

.c-btn span {
    height: 2px;
    width: 15px;
    background: #ffffff;
    display: inline-block;
    position: relative;
    top: -3px;
    margin: 0 16px;
}

.c-btn:hover {
    color: #ffffff;
    background: #80c627;
}

.d-btn {
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    line-height: 1;
    padding: 23px 40px;
    text-align: center;
    transition: all 0.3s;
    background: #80c627;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
}

.d-btn:hover {
    color: #fff;
    background: #e2321a;
}

.s-btn {
    padding: 16px 30px;
}

.s-btn span {
    margin: 0 9px;
    width: 10px;
}

.gray-btn {
    padding: 16px 30px;
    color: #112433;
    background: #ecf1df;
    transition: 0.3s;
}

.gray-btn span {
    margin: 0 9px;
    width: 10px;
    background: #112433;
    transition: 0.3s;
}

.gray-btn:hover {
    background: #e2321a;
}

.gray-btn:hover span {
    background: #ffffff;
}

.border-btn {
    color: #80c627;
    background: none;
    transition: 0.3s;
    border: 2px solid #80c627;
}

.border-btn span {
    background: #80c627;
    transition: 0.3s;
}

.border-btn:hover {
    background: #80c627;
    border-color: #80c627;
}

.border-btn:hover span {
    background: #ffffff;
}

.c-border-btn {
    color: #6f7267;
    background: none;
    transition: 0.3s;
    border: 2px solid #6f7267;
    margin-left: 8px;
    padding: 21px 40px;
}

@media (max-width: 767px) {
    .c-border-btn {
        margin-left: 0;
        margin-top: 15px;
    }
}

.c-border-btn > span {
    background: #6f7267;
    transition: 0.3s;
}

.c-border-btn:hover {
    background: #e2321a;
    border-color: #e2321a;
}

.c-border-btn:hover > span {
    background: #ffffff;
}

.olive-btn {
    background: #5c6d27;
    transition: 0.3s;
}

.olive-btn:hover {
    background: #e2321a;
}

.green-btn {
    background: #80c627;
    transition: 0.3s;
}

.green-btn:hover {
    background: #e2321a;
}

.black-btn {
    background: #12263E;
    transition: 0.3s;
}

.black-btn:hover {
    background: #e2321a;
}

button {
    transition: 0.3s;
}

.b-button {
    display: inline-block;
}

.b-button > a {
    font-size: 13px;
    color: #444;
    font-weight: 500;
    text-transform: uppercase;
    transition: 0.3s;
    display: inline-block;
    position: relative;
}

.b-button > a::before {
    position: absolute;
    content: "";
    background: #444;
    height: 2px;
    width: 40px;
    bottom: -3px;
    transition: 0.3s;
}

.b-button > a:hover {
    color: #e2321a;
}

.b-button a:hover::before {
    background: #e2321a;
    width: 100%;
}

.black-b-button > a {
    color: #12263E;
}

.black-b-button > a::before {
    background: #12263E;
}

.black-b-button > a:hover {
    color: #e2321a;
}

.black-b-button a:hover::before {
    background: #e2321a;
    width: 100%;
}

/* 6. features */
.features-wrapper {
    padding: 0 14px;
}

.features-img {
    margin-bottom: 33px;
    transition: 0.3s;
}

.features-wrapper:hover .features-img {
    transform: translateY(-6px);
}

.features-text h2 {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 14px;
    letter-spacing: -0.3px;
}

.features-text p {
    margin-bottom: 25px;
}

.fe-01 {
    top: 40px;
    left: 80px;
}

.fe-02 {
    top: 13%;
    right: 4%;
}

.fe-03 {
    bottom: 3%;
    left: 2%;
}

.fe-04 {
    bottom: 1%;
    right: 0;
}

.features-02-wrapper {
    border: 2px solid #e4e8da;
    transition: 0.3s;
    padding: 30px 10px 23px;
}

.features-02-wrapper:hover {
    border-color: #80c627;
}

.features-02-img {
    height: 90px;
    width: 90px;
    line-height: 90px;
    text-align: center;
    background: #ecf1df;
    border-radius: 50%;
    left: 0;
    right: 0;
    margin: auto;
}

.features-02-text h4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    margin-top: 13px;
    letter-spacing: -0.3px;
}

.features-02-icon a {
    font-size: 18px;
    color: #12263E;
    transition: 0.3s;
    display: inline-block;
}

.features-02-icon a:hover {
    color: #80c627;
}

.products-features-wrapper {
    margin-top: 119px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .products-features-wrapper {
        margin-top: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .products-features-wrapper {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .products-features-wrapper {
        margin-top: 0;
    }
}

.products-features-02-wrapper {
    margin-top: 34px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .products-features-02-wrapper {
        margin-top: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .products-features-02-wrapper {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .products-features-02-wrapper {
        margin-top: 0;
    }
}

.products-features-img {
    margin-left: -250px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .products-features-img {
        margin-left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .products-features-img {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .products-features-img {
        margin-left: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .products-features-img img {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .products-features-img img {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .products-features-img img {
        width: 100%;
    }
}

.products-fea-link ul li {
    padding-bottom: 29px;
}

.products-fea-link ul li:last-child {
    padding-bottom: 0;
}

.products-fe-icon {
    margin-right: 20px;
    position: relative;
    top: 5px;
}

.products-fe-icon i {
    font-size: 24px;
    color: #80c627;
}

.features-fe-text {
    overflow: hidden;
}

.features-fe-text h3 {
    font-size: 24px;
    font-weight: 500;
}

.features-fe-text p {
    margin-bottom: 0;
    margin-right: 50px;
    margin-top: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .features-fe-text p {
        margin-right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .features-fe-text p {
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .features-fe-text p {
        margin-right: 0;
    }
}

.features-03-wrapper {
    padding: 50px 40px;
    transition: 0.3s;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .features-03-wrapper {
        padding: 50px 25px;
    }
}

.features-03-wrapper:hover {
    transform: translateY(-10px);
}

.features-03-icon {
    background: #ecf1df;
    height: 75px;
    width: 75px;
    text-align: center;
    line-height: 75px;
}

.features-03-text h3 {
    font-size: 24px;
    margin-top: 36px;
    margin-bottom: 15px;
    letter-spacing: -0.3px;
}

.features-03-text p {
    margin-bottom: 12px;
}

.products-02-features-img {
    overflow: hidden;
}

.products-02-features-img img {
    width: 100%;
    transition: 0.3s;
}

.products-02-features-img img:hover {
    transform: scale(1.1);
}

.special-features-img {
    overflow: hidden;
}

.special-features-img img {
    width: 100%;
    transition: 0.3s;
}

.special-features:hover .special-features-img img {
    transform: scale(1.1);
}

.special-features-icon {
    background: #ffffff;
    height: 100px;
    width: 100px;
    text-align: center;
    line-height: 100px;
    border-radius: 50%;
    box-shadow: 0px 10px 30px 0px rgba(221, 221, 221, 0.78);
    margin: auto;
}

.special-features-text {
    margin-top: -43px;
    z-index: 9;
    position: relative;
}

.special-features-text h3 {
    font-size: 24px;
    font-weight: 500;
    margin-top: 31px;
    margin-bottom: 12px;
    letter-spacing: -0.3px;
}

.special-features-text p {
    margin-bottom: 12px;
}

.special-features-text a {
    color: #444;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
}

.special-features-text a::before {
    position: absolute;
    content: "";
    height: 2px;
    width: 45px;
    background: #444;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -6px;
    transition: 0.3s;
}

.special-features-text a:hover {
    color: #e2321a;
}

.special-features-text a:hover::before {
    width: 100%;
    background: #e2321a;
}

.choose-us-wrapper {
    display: flex;
}

.choose-icon {
    margin-right: 25px;
    position: relative;
    top: 4px;
}

.choose-icon i {
    font-size: 46px;
    line-height: 1;
}

.color-1 {
    color: #e2321a;
}

.color-2 {
    color: #80c627;
}

.color-3 {
    color: #ff8d24;
}

.color-4 {
    color: #ff8dc1;
}

.color-5 {
    color: #4286f3;
}

.choose-text h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.choose-text p {
    margin-bottom: 10px;
}

.choose-list {
    margin-bottom: 33px;
}

.choose-list ul li {
    font-size: 15px;
    color: #444;
    padding-bottom: 12px;
    padding-left: 26px;
    position: relative;
    font-weight: 400;
}

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

.choose-list ul li i {
    margin-right: 5px;
    color: #80c627;
}

.services-sidebar {
    border: 2px solid #ececec;
    padding: 42px 60px 40px 38px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .services-sidebar {
        padding: 42px 20px 40px 20px;
    }
}

@media (max-width: 767px) {
    .services-sidebar {
        padding: 42px 30px 40px 30px;
    }
}

.sidebar-border {
    border: none;
}

.services-sidebar-img img {
    width: 100%;
}

.services-title h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 24px;
    border-bottom: 2px solid #ececec;
    padding-bottom: 17px;
}

.services-title h3 i {
    color: #e2321a;
    font-size: 21px;
    padding-right: 5px;
}

.services-link-sidebar ul li {
    border-bottom: 2px solid #ececec;
    padding-bottom: 15px;
    margin-bottom: 21px;
}

.services-link-sidebar ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}

.services-link-sidebar ul li a {
    color: #12263E;
    font-size: 18px;
    font-weight: 400;
    transition: 0.3s;
}

.services-link-sidebar ul li a i {
    color: #80c627;
    padding-right: 5px;
}

.services-link-sidebar ul li a:hover {
    color: #80c627;
}

.services-details-img img {
    width: 100%;
}

.services-details-text h2 {
    font-size: 30px;
    font-weight: 500;
    letter-spacing: -0.6px;
    margin-bottom: 19px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .services-details-text h2 {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .services-details-text h2 {
        font-size: 32px;
    }
}

.services-details-text h2 i {
    color: #e2321a;
}

.services-details-text p {
    margin-bottom: 0;
    line-height: 28px;
}

.services-list {
    margin-bottom: 0;
}

.services-list ul li {
    font-size: 16px;
}

.product-box-img {
    overflow: hidden;
}

.product-box-img img {
    width: 100%;
    transition: 0.3s;
}

.product-box-wrapper:hover .product-box-img img {
    transform: scale(1.1);
}

.product-box-text {
    background: #ffffff;
    margin-left: 22px;
    margin-right: 22px;
    padding: 30px 30px 23px;
    margin-top: -30px;
    z-index: 99;
    position: relative;
    border-radius: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .product-box-text {
        margin-left: 15px;
        margin-right: 15px;
        padding: 30px 20px 23px;
    }
}

.product-box-text h3 {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -0.3px;
    margin-bottom: 6px;
    margin-top: 25px;
}

.product-box-text p {
    margin-bottom: 12px;
}

.product-box-text a {
    color: #444;
    display: inline-block;
    line-height: 1;
    font-size: 18px;
    transition: 0.3s;
}

.product-box-text a:hover {
    color: #e2321a;
}

/* 7. breadcrumb */
.breadcrumb-area {
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 5;
}

.breadcrumb-text h1 {
    color: #ffffff;
    font-size: 80px;
    font-weight: 600;
    font-style: italic;
    font-family: "Kaushan Script";
    letter-spacing: -0.3px;
    line-height: 1;
    margin-bottom: 0;
    text-transform: capitalize;
}

@media (max-width: 767px) {
    .breadcrumb-text h1 {
        font-size: 45px;
    }
}

.breadcrumb-menu {
    background: #e2321a;
    display: inline-block;
    padding: 20px 47px;
    transform: translateY(32px);
    box-shadow: 0px 8px 16px 0px rgba(226, 50, 26, 0.3);
    border-radius: 30px;
}

@media (max-width: 767px) {
    .breadcrumb-menu {
        padding: 20px 10px;
    }
}

.breadcrumb-menu li {
    display: inline-block;
    position: relative;
    padding: 0 19px;
}

.breadcrumb-menu li::before {
    content: "";
    display: inline-block;
    padding-bottom: 0;
    position: absolute;
    top: 0;
    left: -5px;
    font-family: "Font Awesome 5 Pro";
    color: #ffffff;
    font-size: 18px;
}

.breadcrumb-menu li:first-child::before {
    display: none;
}

.breadcrumb-menu li a {
    color: #ffffff;
    font-size: 18px;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
    font-weight: 500;
}

@media (max-width: 767px) {
    .breadcrumb-menu li a {
        font-size: 16px;
    }
}

.breadcrumb-menu li span {
    color: #ffffff;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
}

@media (max-width: 767px) {
    .breadcrumb-menu li span {
        font-size: 16px;
    }
}

/* 8. shop */
.shop-wrapper {
    padding: 50px;
    border: 1px solid transparent;
    transition: 0.3s;
}

.shop-wrapper:hover {
    border-color: #e7e7e7;
}

.shop-img {
    position: relative;
}

.shop-img img {
    transition: 0.3s;
}

.shop-wrapper:hover .shop-img img {
    opacity: 0.2;
}

.product-action {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    opacity: 0;
    transition: 0.3s;
}

.product-action a {
    height: 50px;
    width: 50px;
    line-height: 50px;
    background-color: #e2321a;
    text-align: center;
    border-radius: 50%;
    font-size: 18px;
    color: #ffffff;
    display: inline-block;
    transition: 0.3s;
    margin: 0 3px;
}

.product-action a:hover {
    background: #80c627;
}

.shop-wrapper:hover .product-action {
    opacity: 1;
    bottom: 8px;
}

.shop-wrapper .new {
    background: #e2321a;
    border-radius: 5px;
    color: #ffffff;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    position: absolute;
    right: 20px;
    text-align: center;
    text-transform: capitalize;
    top: 20px;
    line-height: 1;
    padding: 5px 15px;
}

.shop-wrapper .sell {
    background: #80c627;
    border-radius: 5px;
    color: #ffffff;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    position: absolute;
    right: 20px;
    text-align: center;
    text-transform: capitalize;
    top: 20px;
    line-height: 1;
    padding: 5px 15px;
}

.shop-text {
    margin-top: 34px;
}

.shop-text h4 {
    letter-spacing: -0.3px;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 8px;
}

.shop-text h4 {
    transition: 0.3s;
}

.shop-text h4:hover {
    color: #e2321a;
}

.shop-text .cat {
    margin-bottom: 8px;
}

.shop-text .cat a {
    color: #7a8fa0;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}

.shop-text .cat a:hover {
    color: #e2321a;
}

.shop-price span {
    color: #e2321a;
    font-size: 16px;
    font-weight: 500;
}

.product-button {
    margin-top: 21px;
}

.shop-02-wrapper {
    border: none;
    transition: 0.3s;
}

.shop-02-wrapper:hover {
    background: #ffffff;
}

.shop-01 {
    top: 9%;
    left: 0;
}

.shop-02 {
    bottom: 13%;
    left: 4%;
}

.shop-03 {
    top: 13%;
    right: 4%;
}

.shop-04 {
    bottom: 10%;
    right: 4%;
}

.shop-03-wrapper {
    border: 1px solid #e7e7e7;
    transition: 0.3s;
}

.shop-03-wrapper:hover {
    border: 1px solid #e7e7e7;
}

.deal-product-content {
    position: absolute;
    bottom: 186px;
    left: 0;
    right: 0;
    text-align: center;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .deal-product-content {
        bottom: 200px;
    }
}

@media (max-width: 767px) {
    .deal-product-content {
        bottom: 320px;
    }
}

.deal-product-content h2 {
    font-size: 480px;
    color: #12263E;
    opacity: 0.1;
    font-style: italic;
    font-family: "Kaushan Script";
    margin-bottom: 0;
    font-weight: 400;
    letter-spacing: -0.3px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .deal-product-content h2 {
        font-size: 400px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .deal-product-content h2 {
        font-size: 280px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .deal-product-content h2 {
        font-size: 250px;
    }
}

@media (max-width: 767px) {
    .deal-product-content h2 {
        font-size: 110px;
    }
}

.deal-tag {
    position: absolute;
    top: 85px;
    background: #f38a0b;
    height: 245px;
    width: 245px;
    border-radius: 50%;
    line-height: 245px;
    left: 12px;
}

@media (max-width: 767px) {
    .deal-tag {
        height: 100px;
        width: 100px;
        line-height: 100px;
        top: 0;
    }
}

.deal-tag h2 {
    font-size: 100px;
    font-family: "Kaushan Script";
    line-height: 0.9;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
    padding-top: 56px;
    font-style: italic;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .deal-tag h2 {
        font-size: 40px;
        padding-top: 17px;
    }
}

.deal-count {
    margin-top: 65px;
}

@media (max-width: 767px) {
    .deal-count {
        margin-top: 50px;
    }
}

.deal-count .time-count {
    color: #e2321a;
    display: inline-block;
    font-size: 115px;
    line-height: 0.8;
    font-weight: 600;
    margin: 0 30px;
    text-align: center;
    font-style: italic;
    font-family: "Kaushan Script";
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .deal-count .time-count {
        font-size: 80px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .deal-count .time-count {
        font-size: 60px;
    }
}

@media (max-width: 767px) {
    .deal-count .time-count {
        font-size: 50px;
        margin-right: 30px;
        margin-top: 20px;
    }
}


.time-count > span {
    display: block;
    font-size: 45px;
    text-transform: capitalize;
    font-weight: 400;
    color: #12263E;
    font-style: italic;
    font-family: "Kaushan Script";
    margin-top: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .time-count > span {
        font-size: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .time-count > span {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .time-count > span {
        font-size: 40px;
    }
}

.deal-time .time-count:nth-child(2) {
    color: #80c627;
}

.deal-time .time-count:nth-child(3) {
    color: #ff7a00;
}

.deal-time .time-count:nth-child(4) {
    color: #00bbff;
}

.deal-01 {
    top: 15%;
    left: 8%;
}

.deal-02 {
    top: 24%;
    right: 9%;
}

.product-showing p {
    margin: 0;
    border: 2px solid #f2f2f2;
    padding: 17px 30px;
    text-align: center;
    line-height: 1;
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 500;
    color: #747691;
}

@media (max-width: 767px) {
    .product-showing p {
        padding: 17px 15px;
    }
}

.pro-filter {
    position: relative;
    display: inline-block;
}

@media (max-width: 767px) {
    .pro-filter {
        float: left;
    }
}

.pro-filter select {
    border: 2px solid #f2f2f2;
    padding: 17px 30px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 1;
    color: #6f7172;
    appearance: none;
    -moz-appearance: none;
    width: 145px;
    font-weight: 500;
}

.pro-filter::before {
    content: "";
    right: 15px;
    top: 15px;
    position: absolute;
    color: #758799;
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
}

.product-details-img {
    margin-left: 180px;
    overflow: hidden;
}

@media (max-width: 767px) {
    .product-details-img {
        margin-left: 0;
    }
}

.product-large-img img {
    width: 100%;
}

.product-details-title p {
    color: #6a667b;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.product-details-title h1 {
    font-size: 40px;
    margin: 0;
    line-height: 1.2;
    letter-spacing: -2px;
    margin-bottom: 15px;
    font-weight: 400;
}

@media (max-width: 767px) {
    .product-details-title h1 {
        font-size: 36px;
    }
}

.details-price {
    color: #e2321a;
    font-size: 20px;
    font-weight: 400;
    margin-left: 0;
}

.details-price {
    border-bottom: 2px solid #6666;
}

.product-cat span {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    color: #12263E;
}

.product-cat a {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
}

.product-cat a:hover {
    color: #e2321a;
}

.product__img img {
    width: 100%;
}

.product-social a {
    margin-right: 10px;
    background: #f5f5ff;
    height: 50px;
    width: 50px;
    line-height: 48px;
    border-radius: 30px;
    color: #12263E;
    display: inline-block;
    text-align: center;
    font-size: 14px;
}

@media (max-width: 767px) {
    .product-social a {
        margin-bottom: 10px;
    }
}

.product-social a:hover {
    background: #e2321a;
    color: #ffffff;
}

.plus-minus {
    display: inline-block;
}

@media (max-width: 767px) {
    .plus-minus {
        display: block;
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .plus-minus {
        display: inline-block;
        margin-bottom: 0;
    }
}

.action-btn {
    background: #e2321a;
    padding: 20px 25px;
    border: none;
    margin-left: 15px;
    color: #ffffff;
    display: inline-block;
    border-radius: 4px;
}

.action-btn:hover {
    background: #e2321a;
    color: #ffffff;
}

.product-action-list a {
    float: left;
}

@media (max-width: 767px) {
    .product-action-list a.btn {
        padding: 23px 30px;
        margin-bottom: 7px;
    }
}

@media (max-width: 767px) {
    .product-action-list a.action-btn {
        margin-left: 5px;
        margin-bottom: 7px;
    }
}

.cart-plus-minus input {
    height: 53px;
    width: 100px;
    border: 2px solid #666;
    text-align: center;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 30px;
}

.cart-plus-minus {
    display: inline-block;
    position: relative;
    margin-right: 15px;
}

.cart-plus-minus .qtybutton {
    position: absolute;
    top: 15px;
    left: 17px;
    font-size: 20px;
    color: #c4bedd;
    cursor: pointer;
}

.cart-plus-minus .inc {
    left: auto;
    right: 17px;
}

.additional-info .table td, .additional-info .table th {
    padding: 0.75rem 0;
    vertical-align: top;
    border-top: 1px solid #f6f6f6;
    font-weight: 400;
}

.product-details-action form .c-btn {
    border: none;
    padding: 22px 40px;
}

.shop-cat a {
    padding: 45px 30px;
    border: 2px solid #666;
    display: block;
}

.shop-cat a i {
    font-size: 100px;
    color: #e2321a;
    margin-bottom: 30px;
    transition: 0.3s;
}

.shop-cat a h4 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    transition: 0.3s;
    letter-spacing: 1px;
}

.shop-cat a:hover {
    background: #e2321a;
    border-color: #e2321a;
}

.shop-cat a:hover i {
    color: #ffffff;
}

.shop-cat a:hover h4 {
    color: #ffffff;
}

.product-list-content .price span:first-child {
    margin-left: 0;
}

.tab-menu li {
    margin: 0 10px;
}

@media (max-width: 767px) {
    .tab-menu li {
        margin-bottom: 20px;
    }
}

.tab-menu li a {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 25px 45px;
    border-radius: 30px;
    line-height: 1;
}

.tab-menu li a.active {
    color: #ffffff;
    background: #e2321a;
}

.tab-menu ul {
    border-bottom: 2px solid #e1e1e1;
}

.tab-menu ul li a {
    font-size: 16px;
    font-weight: 500;
    color: #8c8bb5;
    letter-spacing: 2px;
    padding: 0;
    text-transform: capitalize;
    position: relative;
    padding: 0 25px;
}

@media (max-width: 767px) {
    .tab-menu ul li a {
        padding: 0 10px;
    }
}

.tab-menu ul li a.active {
    color: #100d1c;
}

.tab-menu ul li a.active:before {
    position: absolute;
    bottom: -32px;
    left: 0;
    height: 2px;
    width: 100%;
    content: "";
    background: #e2321a;
    transition: 0.3s;
}

@media (max-width: 767px) {
    .tab-menu ul li a.active:before {
        display: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tab-menu ul li a.active:before {
        display: block;
    }
}

.bakix-details-tab ul {
    border-bottom: 2px solid #e1e1e1;
    margin-right: 400px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .bakix-details-tab ul {
        margin-right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bakix-details-tab ul {
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .bakix-details-tab ul {
        margin-right: 0;
    }
}

.bakix-details-tab ul li a {
    font-size: 24px;
    font-weight: 400;
    color: #12263E;
    padding: 0;
    text-transform: capitalize;
    position: relative;
    padding: 0 25px;
}

@media (max-width: 767px) {
    .bakix-details-tab ul li a {
        padding: 0 10px;
    }
}

.bakix-details-tab ul li a.active {
    color: #e2321a;
}

.bakix-details-tab ul li a.active:before {
    position: absolute;
    bottom: -32px;
    left: 0;
    height: 2px;
    width: 100%;
    content: "";
    background: #e2321a;
    transition: 0.3s;
}

@media (max-width: 767px) {
    .bakix-details-tab ul li a.active:before {
        display: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bakix-details-tab ul li a.active:before {
        display: block;
    }
}

.shop-thumb-tab {
    width: 166px;
    float: left;
}

@media (max-width: 767px) {
    .shop-thumb-tab {
        float: none;
        width: 100%;
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .shop-thumb-tab ul {
        margin: 0 -5px;
    }
}

.shop-thumb-tab ul li {
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .shop-thumb-tab ul li {
        width: 33.33%;
        float: left;
        padding: 0 5px;
    }
}

.shop-thumb-tab ul li a {
    padding: 0;
}

.shop-thumb-tab ul li img {
    width: 100%;
}

.product-details-img {
    margin-left: 188px;
    overflow: hidden;
}

@media (max-width: 767px) {
    .product-details-img {
        margin-left: 0;
    }
}

.product-large-img img {
    width: 100%;
}

.product-details-action .btn {
    padding: 20px 40px;
}

/* 9. cart */
.cta-area {
    background-size: cover;
    background-position: center center;
}

.cta-text span {
    color: #112433;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .cta-text span {
        font-size: 15px;
    }
}

.cta-text h2 {
    font-size: 50px;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 26px;
    letter-spacing: -0.3px;
    padding-right: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .cta-text h2 {
        font-size: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta-text h2 {
        font-size: 45px;
    }
}

@media (max-width: 767px) {
    .cta-text h2 {
        font-size: 38px;
    }
}

.cta-img {
    position: absolute;
    right: 14%;
    top: -10%;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .cta-img {
        right: 5%;
        top: 12%;
        width: 35%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta-img {
        right: 2%;
        top: 18%;
        width: 37%;
    }
}

@media (max-width: 767px) {
    .cta-img {
        display: none;
    }
}

.cta-01 {
    top: 30%;
    right: 2%;
}

.order-area {
    background-size: cover;
    background-position: center center;
}

.order-white-text {
    margin-top: 105px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .order-white-text {
        margin-top: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .order-white-text {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .order-white-text {
        margin-top: 0;
    }
}

.order-white-text span {
    color: #ffffff;
}

.order-white-text h2 {
    color: #ffffff;
    margin-top: 20px;
    margin-bottom: 29px;
}

.order-white-text p {
    color: #ffffff;
    margin-right: 126px;
    margin-bottom: 45px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .order-white-text p {
        margin-right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .order-white-text p {
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .order-white-text p {
        margin-right: 0;
    }
}

.order-img {
    margin-left: 100px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .order-img {
        margin-left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .order-img {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .order-img {
        margin-left: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .order-img img {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .order-img img {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .order-img img {
        width: 100%;
    }
}

.order-01 {
    top: 9%;
    left: 4%;
}

.order-02 {
    top: 14%;
    left: 8%;
}

.order-03 {
    bottom: 13%;
    left: 8%;
}

.order-04 {
    top: 15%;
    right: 40%;
}

.order-05 {
    top: 48%;
    right: 46%;
}

.order-06 {
    bottom: 16%;
    right: 43%;
}

.order-07 {
    top: 19%;
    right: 18%;
}

.order-08 {
    top: 36%;
    right: 13%;
}

.order-09 {
    top: 62%;
    right: 13%;
}

.order-10 {
    bottom: 8%;
    right: 23%;
}

.order-02-wrapper .order-white-text {
    margin-top: 0;
}

.order-video-icon {
    padding-top: 110px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .order-video-icon {
        padding-top: 0;
    }
}

@media (max-width: 767px) {
    .order-video-icon {
        padding-top: 0;
    }
}

.order-video-icon a {
    font-size: 25px;
    color: #e2321a;
    background: #ffffff;
    height: 150px;
    display: inline-block;
    width: 150px;
    line-height: 150px;
    text-align: center;
    border-radius: 50%;
    transition: 0.3s;
    position: relative;
}

.order-video-icon a::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: -2px;
    left: -2px;
    bottom: -2px;
    right: -2px;
    border-radius: inherit;
    border: 1px solid #ffffff;
    -webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
    animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
    transition: 0.3s;
}

@-webkit-keyframes btnIconRipple {
    0% {
        border-width: 4px;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    80% {
        border-width: 1px;
        -webkit-transform: scale(1.35);
        transform: scale(1.35);
    }
    100% {
        opacity: 0;
    }
}

/* 10. gallery */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .gallery-padding {
        padding-right: 0;
        padding-left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .gallery-padding {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .gallery-padding {
        padding-right: 0;
        padding-left: 0;
    }
}

.gallery-shape-img {
    position: absolute;
    z-index: 1;
    top: -100%;
    left: -100%;
    transition: 0.3s;
    opacity: 0;
    z-index: 99;
}

.gallery-wrapper:hover .gallery-shape-img {
    opacity: 1;
    left: 0;
    top: 0;
}

.gallery-img {
    position: relative;
    overflow: hidden;
}

.gallery-img > a {
    position: relative;
    display: block;
}

.gallery-img > a img {
    width: 100%;
    transition: 0.3s;
}

.gallery-img > a::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: #112433;
    opacity: 0.6;
    transition: 0.3s;
    z-index: 1;
}

.gallery-wrapper:hover .gallery-img img {
    transform: scale(1.1);
}

.gallery-text {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    transform: translateY(-50%);
    z-index: 99;
    padding: 10px;
}

.gallery-text h2 {
    font-size: 30px;
    margin-bottom: 0;
    font-weight: 400;
    letter-spacing: -0.3px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .gallery-text h2 {
        font-size: 30px;
    }
}

.gallery-text h2 > a {
    color: #ffffff;
    transition: 0.3s;
}

.gallery-text h2 > a:hover {
    color: #e2321a;
}

.gallery-btn {
    position: absolute;
    bottom: -32px;
    right: 30px;
    z-index: 99;
    transition: 0.3s;
}

.gallery-btn > a {
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 58px;
    text-align: center;
    font-size: 18px;
    color: #112433;
    background: #ecf1df;
    border-radius: 50%;
    box-shadow: 0px 8px 16px 0px rgba(172, 172, 172, 0.31);
    border: 7px solid #ffffff;
    transition: 0.3s;
}

.gallery-wrapper:hover .gallery-btn {
    right: 50%;
    transform: translateX(50%);
}

.gallery-wrapper:hover .gallery-btn > a {
    background: #e2321a;
    color: #ffffff;
    box-shadow: 0px 8px 16px 0px rgba(226, 50, 26, 0.3);
}

.gallery-02-img {
    overflow: hidden;
}

.gallery-02-img img {
    width: 100%;
    transition: 0.3s;
}

.gallery-02-wrapper:hover .gallery-02-img img {
    transform: scale(1.1);
}

.gallery-02-text {
    position: absolute;
    background: #ffffff;
    padding: 13px 25px 13px 25px;
    bottom: 30px;
}

.gallery-02-text h2 {
    font-size: 30px;
    margin-bottom: 0;
    font-weight: 500;
    letter-spacing: -0.3px;
}

.gallery-02-text h2 a {
    transition: all 0.3s;
}

.gallery-02-text h2 a:hover {
    color: #e2321a;
}

.gallery-03-img {
    overflow: hidden;
}

.gallery-03-img > a {
    position: relative;
    display: block;
    overflow: hidden;
}

.gallery-03-img > a img {
    width: 100%;
    transition: 0.3s;
}

.gallery-03-img > a::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: #112433;
    opacity: 0.6;
    transition: 0.3s;
    z-index: 1;
}

.gallery-02-wrapper:hover .gallery-03-img img {
    transform: scale(1.1);
}

.gallery-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
    z-index: 99;
}

.gallery-content h2 {
    font-size: 50px;
    margin-bottom: 0;
    font-weight: 500;
    letter-spacing: -0.3px;
    color: #ffffff;
}

@media (max-width: 767px) {
    .gallery-content h2 {
        font-size: 30px;
    }
}

.gallery-content h2 a {
    transition: all 0.3s;
}

.gallery-content h2 a:hover {
    color: #e2321a;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .gallery-full {
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .gallery-full {
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .gallery-full {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .gallery-full {
        padding-left: 0;
        padding-right: 0;
    }
}

.gallery-3-img {
    overflow: hidden;
    border-radius: 10px;
}

.gallery-3-img img {
    width: 100%;
    box-shadow: 0px 10px 30px 0px rgba(203, 203, 203, 0.96);
    border-radius: 10px;
    transition: 0.3s;
}

.gallery-03-wrapper:hover .gallery-3-img img {
    transform: scale(1.1);
}

.gallery-03-text {
    margin-top: 34px;
}

.gallery-03-text h3 {
    font-size: 24px;
    margin-bottom: 5px;
    letter-spacing: -0.3px;
}

.gallery-03-text h3 a {
    transition: all 0.3s;
}

.gallery-03-text h3 a:hover {
    color: #e2321a;
}

.gallery-03-text span {
    font-size: 15px;
    font-weight: 400;
    color: #444;
}

.gallery-01-img {
    overflow: hidden;
}

.gallery-01-img img {
    width: 100%;
    transition: 0.3s;
}

.gallery-03-wrapper:hover .gallery-01-img img {
    transform: scale(1.1);
}

.gallery-full-text {
    box-shadow: 0px 10px 30px 0px rgba(214, 214, 214, 0.48);
    margin-top: 0;
    padding: 20px 20px 25px;
}

.portfolio-menu button {
    background: rgba(2, 2, 2, 0) none repeat scroll 0 0;
    border: medium none;
    color: #12263E;
    font-size: 18px;
    line-height: 1;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    text-transform: capitalize;
    padding: 0 15px;
    font-weight: 500;
    position: relative;
    letter-spacing: -0.3px;
}

.portfolio-menu button:focus {
    outline: 0 none;
}

.portfolio-menu button:hover {
    color: #e2321a;
}

.portfolio-menu button.active {
    color: #e2321a;
}

.custom {
    margin: 0 -15px;
}

.gallery-grid-img {
    overflow: hidden;
}

.gallery-grid-img > a {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.gallery-grid-img > a img {
    width: 100%;
    transition: 0.3s;
}

.gallery-grid-img > a::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: #112433;
    opacity: 0;
    transition: 0.3s;
    z-index: 1;
}

.gallery-grid-wrapper:hover .gallery-grid-img img {
    transform: scale(1.1);
}

.gallery-grid-wrapper:hover .gallery-grid-img > a::before {
    opacity: 0.6;
}

.gallery-grid-wrapper .gallery-icon {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    transform: translateY(-50%);
    z-index: 9;
    transition: 0.3s;
    opacity: 0;
}

.gallery-grid-wrapper .gallery-icon a {
    font-size: 80px;
    color: #ffffff;
    transition: 0.3s;
}

.gallery-grid-wrapper .gallery-icon a:hover {
    color: #e2321a;
}

.gallery-grid-wrapper:hover .gallery-icon {
    opacity: 1;
}

.gallery-details-img img {
    width: 100%;
}

.case-details-info {
    background: #ecf1df;
    padding: 45px 40px 50px 40px;
    overflow: hidden;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .case-details-info {
        padding: 45px 20px 50px 20px;
    }
}

@media (max-width: 767px) {
    .case-details-info {
        padding: 45px 20px 50px 20px;
    }
}

.case-details-link li {
    padding-bottom: 10px;
    overflow: hidden;
}

.case-details-link li:last-child {
    padding-bottom: 0;
}

.case-d-info-1 span {
    color: #637786;
    font-weight: 400;
    font-size: 20px;
    display: inline-block;
    width: 136px;
}

.case-d-info-2 {
    overflow: hidden;
}

.case-d-info-2 span {
    color: #12263E;
    font-weight: 400;
    font-size: 20px;
}

.gallery-video-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
}

.gallery-video-icon a {
    font-size: 20px;
    color: #ffffff;
    background: #e2321a;
    height: 80px;
    display: inline-block;
    width: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    transition: 0.3s;
    position: relative;
}

.gallery-video-icon a::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: -2px;
    left: -2px;
    bottom: -2px;
    right: -2px;
    border-radius: inherit;
    border: 1px solid #ffffff;
    -webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
    animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
    transition: 0.3s;
}

@-webkit-keyframes btnIconRipple {
    0% {
        border-width: 4px;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    80% {
        border-width: 1px;
        -webkit-transform: scale(1.35);
        transform: scale(1.35);
    }
    100% {
        opacity: 0;
    }
}

.gallery-02-icon {
    margin-top: 25px;
}

.gallery-02-icon span {
    display: block;
    font-size: 20px;
    font-weight: 400;
    color: #12263E;
    margin-bottom: 9px;
}

.gallery-02-icon a {
    font-size: 15px;
    display: inline-block;
    text-align: center;
    margin-right: 6px;
    transition: 0.3s;
    height: 36px;
    width: 36px;
    text-align: center;
    line-height: 36px;
    border-radius: 50%;
    color: #95998b;
    background: #fff;
}

.gallery-02-icon a:last-child {
    margin-right: 0;
}

.gallery-02-icon a:hover {
    color: #ffffff;
    background: #80c627;
}

/* 11. work */
.work-img {
    transition: 0.3s;
}

.work-wrapper:hover .work-img {
    transform: translateY(-6px);
}

.work-text {
    padding: 0 25px;
}

.work-text h2 {
    font-size: 28px;
    padding: 0 10px;
    margin-bottom: 11px;
    margin-top: 36px;
    letter-spacing: -0.3px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .work-text h2 {
        font-size: 26px;
    }
}

@media (max-width: 767px) {
    .work-text h2 {
        font-size: 26px;
    }
}

.work-text p {
    margin-bottom: 0;
}

.wrok-shape-img {
    position: absolute;
    right: -63px;
    top: 124px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .wrok-shape-img {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .wrok-shape-img {
        display: none;
    }
}

@media (max-width: 767px) {
    .wrok-shape-img {
        display: none;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .deal-pt {
        padding-top: 130px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .deal-pt {
        padding-top: 130px;
    }
}

@media (max-width: 767px) {
    .deal-pt {
        padding-top: 130px;
    }
}

.deal-wrapper {
    margin-top: 68px;
    margin-left: 38px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .deal-wrapper {
        margin-top: 0;
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .deal-wrapper {
        margin-top: 0;
        margin-left: 0;
    }
}

.deal-content {
    position: absolute;
    left: -386px;
    transform: rotate(-90deg) translateX(25%);
    top: 50%;
    text-align: center;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .deal-content {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .deal-content {
        display: none;
    }
}

@media (max-width: 767px) {
    .deal-content {
        display: none;
    }
}

.deal-content h2 {
    margin-bottom: 0;
    font-size: 90px;
    letter-spacing: -0.3px;
}

.deal-img {
    overflow: hidden;
}

.deal-img img {
    width: 100%;
    transform: all 0.3s;
}

.single-deal:hover .deal-img img {
    transform: scale(1.1);
}

.deal-text h2 {
    font-size: 45px;
    letter-spacing: -0.3px;
    margin-bottom: 0;
}

.deal-text h2 span {
    color: #e2321a;
}

.deal-text p {
    margin-bottom: 25px;
    margin-right: 33px;
}

.deal-list {
    margin-top: 43px;
    margin-bottom: 46px;
}

.deal-list ul li {
    font-size: 15px;
    color: #444;
    padding-bottom: 12px;
    padding-left: 26px;
    position: relative;
    font-weight: 400;
}

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

.deal-list ul li::before {
    position: absolute;
    left: 0;
    content: "";
    font-family: "Font Awesome 5 Pro";
    top: 1px;
    color: #e2321a;
}

.brand-padding {
    margin-left: 205px;
    margin-right: 205px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .brand-padding {
        margin-left: 0;
        margin-right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .brand-padding {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .brand-padding {
        margin-left: 0;
        margin-right: 0;
    }
}

/* 12. testimonial */
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .clients-pb {
        margin-right: 0;
        margin-left: 0;
        padding-left: 100px;
        padding-right: 100px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .clients-pb {
        margin-right: 0;
        margin-left: 0;
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .clients-pb {
        margin-right: 0;
        margin-left: 0;
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (max-width: 767px) {
    .clients-pb {
        margin-right: 0;
        margin-left: 0;
        padding-left: 0;
        padding-right: 0;
    }
}

.client-bg {
    margin-top: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .client-bg {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .client-bg {
        margin-top: 20px;
    }
}

.clients-img img {
    width: 100%;
}

.single-client {
    transform: translateY(120px);
}

.client-wrapper {
    background: #ffffff;
    overflow: hidden;
    margin-left: 88px;
    padding: 96px 62px 190px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .client-wrapper {
        margin-left: 0;
        padding: 96px 40px 190px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .client-wrapper {
        margin-left: 0;
        padding: 96px 30px 190px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .client-wrapper {
        margin-left: 0;
        padding: 96px 30px 190px;
    }
}

@media (max-width: 767px) {
    .client-wrapper {
        margin-left: 0;
        padding: 96px 15px 80px;
    }
}

.client-text span {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #112433;
    display: flex;
    align-items: center;
    line-height: 1.2;
    margin-right: 31px;
}

@media (max-width: 767px) {
    .client-text span {
        font-size: 24px;
    }
}

.client-text span i {
    font-size: 60px;
    padding-right: 25px;
}

.client-text h2 {
    font-size: 60px;
    font-weight: 500;
    letter-spacing: -0.3px;
    margin-top: 27px;
    margin-bottom: 35px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .client-text h2 {
        font-size: 43px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .client-text h2 {
        font-size: 43px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .client-text h2 {
        font-size: 43px;
    }
}

@media (max-width: 767px) {
    .client-text h2 {
        font-size: 32px;
    }
}

.client-say-img {
    float: left;
    margin-right: 25px;
}

@media (max-width: 767px) {
    .client-say-img {
        font-size: 10px;
    }
}

.client-say-content {
    padding-top: 14px;
    overflow: hidden;
}

.client-say-content h4 {
    font-size: 30px;
    margin-bottom: 4px;
    font-weight: 400;
    letter-spacing: -0.3px;
}

@media (max-width: 767px) {
    .client-say-content h4 {
        font-size: 20px;
    }
}

.client-say-content span {
    color: #e2321a;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0px;
}

@media (max-width: 767px) {
    .client-say-content span {
        font-size: 13px;
    }
}

.test-active button.slick-arrow {
    background: #ecf1df;
    height: 55px;
    width: 55px;
    left: 215px;
    font-size: 18px;
    content: "";
    bottom: 78px;
    transition: 0.3s;
    position: absolute;
    text-align: center;
    line-height: 55px;
    border-radius: 50%;
    color: #112433;
    cursor: pointer;
    border: none;
    transition: 0.3s;
    z-index: 99;
}

.test-active button.slick-arrow:hover {
    background: #e2321a;
    color: #ffffff;
}

.test-active button.slick-next {
    left: 152px;
}

.test-01 {
    top: 30px;
    right: 40px;
}

.clients-area {
    background-size: cover;
    background-position: center center;
    overflow: hidden;
}

.testimonial-img img {
    margin: auto;
    left: 0;
    right: 0;
}

.testimonial-text p {
    font-size: 35px;
    line-height: 1.3;
    font-weight: 400;
    color: #ffffff;
    margin-top: 32px;
    margin-bottom: 32px;
}

@media (max-width: 767px) {
    .testimonial-text p {
        font-size: 25px;
    }
}

.testimonial-text h3 {
    font-size: 24px;
    color: #ffffff;
    font-weight: 400;
}

.testimonial-text span {
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
}

.test-02-active button.slick-arrow {
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: #ecf1df;
    padding: 0;
    border-radius: 50%;
    color: #12263E;
    font-size: 18px;
    margin: 0;
    position: absolute;
    top: 50%;
    left: -255px;
    transform: translateY(-50%);
    border: 0;
    cursor: pointer;
}

.test-02-active button.slick-arrow:hover {
    background: #e2321a;
    color: #ffffff;
}

.test-02-active button.slick-next {
    right: -255px;
    left: auto;
}

.test-02-active .slick-dots {
    text-align: center;
    bottom: -100px;
    z-index: 99;
    position: absolute;
    left: 0;
    right: 0;
    padding-left: 0;
}

.test-02-active .slick-dots li {
    display: inline-block;
    margin: 0 4px;
}

.test-02-active .slick-dots li button {
    height: 20px;
    width: 20px;
    text-indent: -9999px;
    transition: 0.3s;
    padding: 0;
    border: 2px solid #615e5c;
    border-radius: 50%;
    background: none;
    cursor: pointer;
}

.test-02-active .slick-dots li.slick-active button {
    border-color: #e2321a;
}

.clients-say-wrapper {
    background: #ffffff;
    padding: 45px;
    border-radius: 10px;
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .clients-say-wrapper {
        padding: 45px 20px;
    }
}

@media (max-width: 767px) {
    .clients-say-wrapper {
        padding: 45px 20px;
    }
}

.clients-say-wrapper::before {
    position: absolute;
    left: 0;
    content: "";
    font-family: "Font Awesome 5 Pro";
    top: 50%;
    transform: translateY(-50%);
    color: #ecf1df;
    font-size: 250px;
    right: 0;
    text-align: center;
    opacity: 0.3;
}

.clientss-02-wrapper {
    border: 1px solid #ddd;
}

.client-02-say-img {
    float: left;
    margin-right: 20px;
}

.clients-say-text {
    overflow: hidden;
    position: relative;
    z-index: 9;
}

.clients-say-text p {
    color: #12263E;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.3px;
    margin-bottom: 26px;
}

.client-02-say-content {
    padding-top: 5px;
    overflow: hidden;
}

.client-02-say-content h4 {
    font-size: 20px;
    margin-bottom: 0;
    letter-spacing: -0.3px;
    font-weight: 500;
}

.client-02-say-content span {
    color: #e2321a;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400;
}

.test-03-active button.slick-arrow {
    background: #ffffff;
    height: 55px;
    width: 55px;
    right: 15px;
    font-size: 18px;
    content: "";
    top: -150px;
    transition: 0.3s;
    position: absolute;
    text-align: center;
    line-height: 55px;
    border-radius: 50%;
    color: #12263E;
    cursor: pointer;
    border: none;
    transition: 0.3s;
    box-shadow: 0px 10px 60px 0px rgba(211, 211, 211, 0.78);
}

.test-03-active button.slick-arrow:hover {
    background: #e2321a;
    color: #ffffff;
    box-shadow: 0px 10px 60px 0px rgba(226, 50, 26, 0.78);
}

.test-03-active button.slick-next {
    right: 82px;
}

.test-03-active .slick-dots {
    text-align: center;
    bottom: -100px;
    z-index: 99;
    position: absolute;
    left: 0;
    right: 0;
}

.test-03-active .slick-dots li {
    display: inline-block;
    margin: 0 4px;
}

.test-03-active .slick-dots li button {
    height: 20px;
    width: 20px;
    text-indent: -9999px;
    transition: 0.3s;
    padding: 0;
    border: 3px solid #cbd0bd;
    background: none;
    cursor: pointer;
}

.test-03-active .slick-dots li.slick-active button {
    border-color: #e2321a;
}

/* 13. blog */
.blog-img {
    position: relative;
}

.blog-img a {
    display: block;
    overflow: hidden;
}

.blog-img a img {
    max-width: 100%;
    transition: 0.3s;
}

.blog-wrapper:hover .blog-img {
    overflow: hidden;
}

.blog-meta span {
    margin-right: 15px;
}

.blog-meta span > a {
    font-size: 15px;
    color: #444;
    font-weight: 400;
}

.blog-meta span > a:hover {
    color: #e2321a;
}

.blog-meta span i {
    margin-right: 5px;
    color: #e2321a;
}

.blog-text .blog-title {
    font-size: 22px;
    letter-spacing: -0.3px;
    margin-bottom: 21px;
    line-height: 1.3;
    margin-top: 12px;
}

.blog-text .blog-title > a {
    transition: 0.3s;
}

.blog-text .blog-title > a:hover {
    color: #e2321a;
}

.news-area {
    background-position: bottom;
    background-repeat: no-repeat;
}

.news-wrapper {
    background: #ecf1df;
    height: 100%;
}

.news-img {
    position: relative;
    height: 100%;
}

.news-img a {
    display: block;
    overflow: hidden;
    height: 100%;
}

.news-img a img {
    width: 100%;
    transition: 0.3s;
    object-fit: cover;
    height: 100%;
}

.single-news:hover .news-img img {
    transform: scale(1.1);
}

.news-text {
    padding: 28px 20px 30px 30px;
}

.news-text h4 {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.3px;
    margin-bottom: 12px;
    line-height: 1.3;
    margin-top: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .news-text h4 {
        font-size: 20px;
    }
}

.news-text h4 > a {
    transition: 0.3s;
}

.news-text h4 > a:hover {
    color: #e2321a;
}

.news-text .blog-meta span {
    padding: 0;
}

.news-text .blog-meta span > a {
    color: #12263E;
}

.news-text .b-button > a {
    color: #12263E;
}

.news-text .b-button > a::before {
    background: #12263E;
}

.news-text .b-button > a:hover {
    color: #e2321a;
}

.news-text .b-button a:hover::before {
    background: #e2321a;
    width: 100%;
}

.blog-standard .blog-text .blog-title {
    font-size: 30px;
    margin-bottom: 13px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .blog-standard .blog-text .blog-title {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .blog-standard .blog-text .blog-title {
        font-size: 24px;
    }
}

.search-form {
    position: relative;
}

.search-form input {
    width: 100%;
    height: 80px;
    border: 1px solid #d7d7d7;
    padding: 0 20px;
    font-size: 18px;
    color: #12263E;
    font-weight: 600;
}

.search-form input::-moz-placeholder {
    font-size: 16px;
    color: #12263E;
}

.search-form input::placeholder {
    font-size: 16px;
    color: #12263E;
}

.search-form button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background: #e2321a;
    padding: 0 30px;
    color: #ffffff;
    line-height: 60px;
    border: 0;
}

.search-form button:hover {
    background: #e2321a;
}

.widget {
    padding: 30px;
    background-color: #ffffff;
}

.widget-2 {
    box-shadow: none;
}

.widget-title {
    font-size: 22px;
    position: relative;
    display: block;
    padding-bottom: 20px;
    border-bottom: 2px solid #ededed;
    margin-bottom: 35px;
    font-weight: 400;
}

.about-me img {
    margin-bottom: 25px;
    border-radius: 50%;
}

.about-me h4 {
    font-size: 18px;
    letter-spacing: 1px;
}

button {
    cursor: pointer;
}

.service-list li {
    margin-bottom: 7px;
}

.service-list li a {
    background: #f6f6f6;
    display: block;
    padding: 17px 30px;
    color: #666;
    position: relative;
    font-weight: 400;
}

.service-list li a:hover {
    background: #e2321a;
    color: #ffffff;
}

.service-list li a::before {
    content: "";
    display: inline-block;
    padding-bottom: 0;
    position: absolute;
    top: 15px;
    right: 30px;
    font-family: "Font Awesome 5 Pro";
    color: #666;
    font-size: 18px;
    transition: 0.3s;
}

.service-list li a:hover::before {
    color: #ffffff;
}

.widget-social-icon a {
    display: inline-block;
    margin: 0 8px;
    color: #e2321a;
}

.widget-social-icon a:hover {
    color: #e2321a;
}

.banner-widget img {
    width: 100%;
}

.widget .recent-posts li {
    border-top: 1px solid #eaedff;
    padding: 20px 0;
    overflow: hidden;
}

.widget .recent-posts li:first-child {
    border: 0;
    padding-top: 0;
}

.widget .recent-posts li:last-child {
    padding-bottom: 0;
}

.widget-posts-image {
    float: left;
}

.widget-posts-image img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-right: 15px;
}

.widget-posts-body {
    overflow: hidden;
}

.widget-posts-title {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 400;
}

.widget-posts-title a:hover {
    color: #e2321a;
}

.widget-posts-meta {
    font-size: 12px;
}

ul.cat li {
    border-top: 1px solid #eaedff;
    padding: 15px 0;
    overflow: hidden;
}

ul.cat li:first-child {
    border-top: 0;
    padding-top: 0;
}

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

ul.cat li a {
    display: block;
    color: #647589;
}

ul.cat li a:hover {
    color: #e2321a;
}

.social-profile a {
    height: 50px;
    width: 50px;
    text-align: center;
    background: #062a4d;
    line-height: 50px;
    margin-right: 2px;
    display: inline-block;
    color: #ffffff;
    margin-bottom: 5px;
}

.social-profile a:hover {
    background: #e2321a;
}

.tags a {
    display: inline-block;
    line-height: 1;
    padding: 12px 18px;
    background: #f5f5f5;
    margin-bottom: 8px;
    margin-right: 5px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    color: #5f5b5b;
    border-radius: 2px;
}

.tags a:hover {
    background: #e2321a;
    color: #ffffff;
}

.bg-none {
    background: none;
}

.blog-post-tag {
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    padding: 20px 0;
}

.blog-post-tag span {
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    font-family: "Poppins", sans-serif;
    color: #062a4d;
    margin-right: 10px;
}

.blog-post-tag a {
    color: #646974;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    border: 2px solid #eaedff;
    padding: 12px 24px;
    margin-right: 10px;
    transition: 0.3s;
    border-radius: 5px;
    margin-bottom: 10px;
}

.blog-post-tag a:hover {
    color: #ffffff;
    background: #e2321a;
    border-color: #e2321a;
}

.blog-post-tag a:last-child {
    margin-right: 0;
}

.basic-pagination ul {
    display: block;
    margin: 0;
}

.basic-pagination ul li {
    display: inline-block;
    margin: 0 5px;
}

.basic-pagination ul li a {
    height: 70px;
    width: 70px;
    background: #ffffff;
    color: #9990b8;
    font-size: 16px;
    font-weight: 500;
    line-height: 70px;
    margin: 0px;
    display: inline-block;
    text-align: center;
}

.basic-pagination ul li.active a {
    background: #e2321a;
    color: #ffffff;
}

.basic-pagination ul li:hover a {
    background: #e2321a;
    color: #ffffff;
}

@media (max-width: 767px) {
    .basic-pagination ul li {
        margin-bottom: 10px;
    }
}

.basic-pagination-2 ul li a {
    background: transparent;
    color: #12263E;
    background: #ecf1df;
    height: 60px;
    width: 60px;
    line-height: 60px;
    border-radius: 50%;
    font-size: 18px;
    font-weight: 600;
}

@media (max-width: 767px) {
    .basic-pagination-2 ul li a {
        height: 50px;
        width: 50px;
        line-height: 50px;
        font-size: 15px;
    }
}

.basic-pagination-2 ul li.active a {
    background: #e2321a;
    color: #ffffff;
    border-color: #e2321a;
}

.basic-pagination-2 ul li:hover a {
    background: #e2321a;
    color: #ffffff;
    border-color: #e2321a;
}

.blog-d-img img {
    width: 100%;
}

.blog-details .blog-text p {
    padding: 0;
    margin-bottom: 21px;
}

.blog-post-tag a {
    color: #646974;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    border: 2px solid #eaedff;
    padding: 12px 24px;
    margin-right: 10px;
    transition: 0.3s;
    border-radius: 5px;
    margin-bottom: 10px;
}

.blog-post-tag a:hover {
    color: #ffffff;
    background: #e2321a;
    border-color: #e2321a;
}

.blog-post-tag a:last-child {
    margin-right: 0;
}

.blog-share-icon span {
    font-size: 18px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    color: #062a4d;
    display: block;
    margin-bottom: 17px;
}

.blog-share-icon a {
    color: #6f7172;
    font-size: 18px;
    transition: 0.3s;
    margin-right: 22px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .blog-share-icon a {
        margin-right: 10px;
    }
}

.blog-share-icon a:hover {
    color: #e2321a;
}

.blog-share-icon a:last-child {
    margin-right: 0;
}

.b-author {
    padding: 35px;
    border: 2px solid #e7e7e7;
    border-left: 5px solid #e2321a;
}

@media (max-width: 767px) {
    .b-author {
        padding: 0 30px 44px 30px;
    }
}

@media (max-width: 767px) and (max-width: 767px) {
    .b-author {
        padding: 20px 30px 44px 30px;
    }
}

.author-img {
    float: left;
}

@media (max-width: 767px) {
    .author-img {
        float: none;
        text-align: center;
    }
}

.author-text {
    overflow: hidden;
    padding-left: 30px;
}

@media (max-width: 767px) {
    .author-text {
        padding-left: 0;
        text-align: center;
        margin-top: 15px;
    }
}

.author-text h3 {
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 600;
}

.author-text p {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 28px;
}

.author-icon a {
    font-size: 14px;
    margin-right: 10px;
    transition: 0.3s;
    color: #444;
}

.author-icon a:hover {
    color: #e2321a;
}

.post-comments {
    border-bottom: 1px solid #eaedff;
    margin-bottom: 42px;
    padding-bottom: 46px;
}

.blog-coment-title h2 {
    font-size: 26px;
    margin-bottom: 0;
}

.comments-avatar {
    float: left;
}

.comments-avatar img {
    width: 100px;
    margin-right: 20px;
}

@media (max-width: 767px) {
    .comments-avatar {
        float: none;
    }
}

.latest-comments li:first-child .comments-box {
    border-top: 0;
    padding-top: 0;
}

.latest-comments li:last-child .comments-box {
    border-bottom: 0;
    padding-bottom: 0;
}

.latest-comments li.children {
    margin-left: 100px;
}

@media (max-width: 767px) {
    .latest-comments li.children {
        margin-left: 0;
    }
}

.comments-text {
    overflow: hidden;
    padding-top: 4px;
}

.comments-text p {
    margin-bottom: 0;
    margin-top: 8px;
}

@media (max-width: 767px) {
    .comments-text {
        margin-top: 15px;
    }
}

.avatar-name {
    margin-bottom: 3px;
    overflow: hidden;
    position: relative;
}

.avatar-name h5 {
    font-size: 18px;
    margin-bottom: 7px;
}

.avatar-name span {
    color: #e2321a;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.reply {
    color: #6f7172;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    transition: 0.3s;
    line-height: 1;
    margin-top: 4px;
    position: absolute;
    right: 0;
    top: 0;
}

.reply:hover {
    color: #e2321a;
}

.reply i {
    margin-right: 5px;
}

.post-comments-title {
    margin-bottom: 39px;
}

.post-comments-title h2 {
    font-size: 26px;
    margin-bottom: 0;
}

.conatct-post-form {
    background: #ecf1df;
    padding: 50px;
}

.conatct-post-form input {
    border: none;
    height: 60px;
    margin-bottom: 20px;
    padding: 0 30px;
    width: 100%;
    font-size: 14px;
    color: #a7a7c1;
}

.conatct-post-form textarea {
    border: none;
    height: 150px;
    margin-bottom: 20px;
    padding: 30px;
    width: 100%;
    color: #a7a7c1;
    font-size: 14px;
}

@media (max-width: 767px) {
    .conatct-post-form {
        padding: 20px;
    }
}

.conatct-post-form input::-moz-placeholder {
    color: #a7a7c1;
    font-size: 14px;
}

.conatct-post-form input::placeholder {
    color: #a7a7c1;
    font-size: 14px;
}

.conatct-post-form textarea::-moz-placeholder {
    color: #a7a7c1;
    font-size: 14px;
}

.conatct-post-form textarea::placeholder {
    color: #a7a7c1;
    font-size: 14px;
}

.conatct-post-form button.c-btn {
    border: none;
}

.contact-icon {
    position: relative;
}

.navigation-border {
    border-top: 2px solid #f7f7f7;
    overflow: hidden;
}

.bakix-navigation span {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
}

.bakix-navigation span a {
    color: #666;
}

.bakix-navigation span a:hover {
    color: #e2321a;
}

.bakix-navigation h4 {
    font-size: 24px;
    margin: 0;
}

.bakix-navigation h4 a:hover {
    color: #e2321a;
}

.single-brand {
    text-align: center;
}

.slick-slide .single-brand img {
    display: inline-block;
}

/* 14. footer */
.footer-wrapper {
    overflow: hidden;
}

@media (max-width: 767px) {
    .footer-wrapper {
        margin-left: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .footer-wrapper {
        margin-left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-wrapper {
        margin-left: 0;
    }
}

.footer-title {
    font-size: 24px;
    color: #b4d7f1;
    margin-bottom: 16px;
    font-weight: 500;
    position: relative;
}

.footer-text p {
    color: #799ab3;
    margin-top: 22px;
    font-size: 15px;
    margin-bottom: 0;
}

.footer-content {
    font-size: 20px;
    color: #b4d7f1;
    margin-bottom: 18px;
    font-weight: 500;
}

.footer-icon a {
    font-size: 14px;
    display: inline-block;
    text-align: center;
    margin-right: 6px;
    transition: 0.3s;
    height: 36px;
    width: 36px;
    text-align: center;
    line-height: 36px;
    border-radius: 50%;
    color: #799ab3;
    background: #254157;
}

.footer-icon a:last-child {
    margin-right: 0;
}

.footer-icon a:hover {
    color: #ffffff;
    background: #80c627;
}

.footer-link ul li {
    padding-bottom: 9px;
}

.footer-link ul li:last-child {
    padding-bottom: 0;
}

.footer-link ul li a {
    color: #799ab3;
    font-size: 15px;
    font-weight: 400;
    transition: 0.3s;
}

.footer-link ul li a:hover {
    color: #e2321a;
}

.subscribes-form form {
    position: relative;
}

.subscribes-form form input {
    background: none;
    border-radius: 0;
    height: 55px;
    padding: 0 15px;
    width: 100%;
    color: #799ab3;
    font-size: 15px;
    font-weight: 400;
    border: 1px solid #799ab3;
    position: relative;
    border-radius: 5px;
}

.subscribes-form form button {
    position: absolute;
    right: 10px;
    border: none;
    top: 10px;
    padding: 9px 11px;
    cursor: pointer;
    background: #e2321a;
    line-height: 1;
    border-radius: 5px;
    transition: 0.3s;
}

.subscribes-form form button:hover {
    background: #80c627;
}

.subscribes-form form button i {
    color: #ffffff;
    font-size: 14px;
}

.subscribes-form form input::placeholder {
    color: #799ab3;
    font-size: 15px;
    font-weight: 400;
}

.subscribes-form form input::-moz-placeholder {
    color: #799ab3;
    font-size: 15px;
    font-weight: 400;
}

.footer-info {
    font-size: 15px;
    color: #799ab3;
}

.footer-address li {
    overflow: hidden;
    padding-bottom: 19px;
}

.footer-address li:last-child {
    padding-bottom: 0;
}

.footer-address-icon {
    margin-right: 20px;
    position: relative;
    top: 3px;
}

.footer-address-icon i {
    background: #80c627;
    height: 44px;
    width: 44px;
    line-height: 44px;
    text-align: center;
    color: #ffffff;
    border-radius: 50%;
    font-size: 18px;
}

.footer-address-text {
    overflow: hidden;
}

.footer-address-text span {
    color: #799ab3;
    font-size: 15px;
    font-weight: 400;
}

.footer-address-text h5 {
    font-size: 16px;
    margin-top: 2px;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.4;
}

.footer-address-text h5 > a {
    color: #b4d7f1;
    transition: 0.3s;
}

.footer-address-text h5 > a:hover {
    color: #e2321a;
}

.footer-info p {
    color: #799ab3;
    margin-bottom: 24px;
}

ul.footer-news {
    margin-top: 35px;
}

.footer-wrapper .footer-news li {
    padding-bottom: 34px;
}

.footer-news-img {
    margin-right: 22px;
}

.footer-news-img a {
    position: relative;
    display: inline-block;
}

.footer-news-icon {
    position: absolute;
    top: -17px;
    right: -10px;
}

.footer-news-icon i {
    height: 40px;
    width: 40px;
    line-height: 34px;
    background: #e2321a;
    border: 3px solid #ffffff;
    color: #ffffff;
    font-size: 15px;
    border-radius: 50%;
    text-align: center;
}

.footer-news-text {
    overflow: hidden;
}

.footer-news-text h5 {
    font-size: 15px;
    line-height: 1.4;
    font-weight: 500;
}

.footer-news-text h5 > a {
    color: #799ab3;
    transition: 0.3s;
}

.footer-news-text h5 > a:hover {
    color: #e2321a;
}

.footer-bottom-area {
    border-top: 2px solid #223d52;
}

.copyright p {
    margin-bottom: 0;
    color: #799ab3;
    font-size: 15px;
}

.copyright p a {
    color: #80c627;
}

@media (max-width: 767px) {
    .copyright p {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .footer-bottom-link {
        float: none;
        text-align: center;
    }
}

.footer-bottom-link ul li {
    display: inline-block;
    padding-right: 24px;
}

.footer-bottom-link ul li:last-child {
    padding-right: 0;
}

.footer-bottom-link ul li a {
    font-size: 15px;
    color: #799ab3;
    transition: 0.3s;
    font-weight: 400;
    position: relative;
    text-transform: capitalize;
}

.footer-bottom-link ul li a:hover {
    color: #e2321a;
}

.footer-top-area {
    border-bottom: 2px solid #d9decd;
}

.footer-top-link {
    padding-top: 16px;
}

@media (max-width: 767px) {
    .footer-top-link {
        float: none;
        padding-top: 0;
    }
}

.footer-top-link ul li {
    display: inline-block;
    padding-right: 67px;
}

@media (max-width: 767px) {
    .footer-top-link ul li {
        padding-right: 30px;
    }
}

.footer-top-link ul li:last-child {
    padding-right: 0;
}

.footer-top-link ul li a {
    font-size: 17px;
    color: #12263E;
    transition: 0.3s;
    font-weight: 500;
    position: relative;
    text-transform: capitalize;
}

.footer-top-link ul li a:hover {
    color: #e2321a;
}

.footer-2 .footer-title {
    font-size: 20px;
    color: #12263E;
    margin-bottom: 22px;
}

.footer-2 .footer-text p {
    color: #12263E;
    margin-top: 0;
    margin-bottom: 20px;
}

.footer-2 .footer-icon a {
    color: #61635a;
    background: #c2c8b4;
    transition: all 0.3s;
}

.footer-2 .footer-icon a:hover {
    background: #80c627;
    color: #ffffff;
}

.footer-2 .footer-link ul li a {
    color: #12263E;
    transition: all 0.3s;
}

.footer-2 .footer-link ul li a:hover {
    color: #e2321a;
}

.footer-2 .footer-info p {
    color: #12263E;
}

.footer-02-address li {
    overflow: hidden;
    padding-bottom: 12px;
    position: relative;
}

.footer-02-address li:last-child {
    padding-bottom: 0;
}

.footer-02-address-icon {
    margin-right: 15px;
    position: relative;
    top: 2px;
}

.footer-02-address-icon i {
    font-size: 18px;
    color: #e2321a;
}

.footer-02-address-text {
    overflow: hidden;
}

.footer-02-address-text span {
    color: #12263E;
    font-size: 16px;
    font-weight: 500;
}

.footer-img-list {
    margin: 0 -4px;
}

.footer-img-list li {
    float: left;
    overflow: hidden;
    padding: 4px !important;
    width: 33.33%;
    position: relative;
    margin: 0 !important;
}

.footer-img > a {
    position: relative;
    display: block;
}

.footer-img > a::before {
    background: #12263E;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    transition: 0.3s;
}

.footer-img > a img {
    width: 100%;
}

.footer-img-list li:hover .footer-img a::before {
    opacity: 0.6;
}

.footer-img-icon > a {
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    left: 0;
    right: 0;
    text-align: center;
    font-size: 24px;
    color: #ffffff;
    transition: 0.3s;
    opacity: 0;
}

.footer-img-list li:hover .footer-img-icon > a {
    opacity: 1;
    color: #fff;
}

.footer-img-list li:hover .footer-img-icon > a:hover {
    color: #fff;
}

.footer-2 .footer-bottom-area {
    border-top: 2px solid #d9decd;
}

.footer-2 .copyright p {
    color: #12263E;
}

.footer-2 .footer-bottom-link ul li a {
    color: #12263E;
}

.footer-2 .footer-bottom-link ul li a:hover {
    color: #e2321a;
}

.footer-3 .footer-text p {
    color: #444;
}

.footer-3 .footer-content {
    color: #12263E;
}

.footer-3 .subscribes-form form input {
    color: #444;
    border: 2px solid #ecf1df;
}

.footer-3 .subscribes-form form input::placeholder {
    color: #444;
}

.footer-3 .subscribes-form form input::-moz-placeholder {
    color: #444;
}

.footer-3 .footer-icon a {
    transition: 0.3s;
    color: #95998b;
    background: #ecf1df;
}

.footer-3 .footer-icon a:hover {
    color: #ffffff;
    background: #80c627;
}

.footer-3 .footer-title {
    color: #12263E;
}

.footer-3 .footer-link ul li a {
    color: #444;
    transition: 0.3s;
}

.footer-3 .footer-link ul li a:hover {
    color: #e2321a;
}

.footer-3 .footer-info p {
    color: #444;
}

.footer-3 .footer-address-text h5 > a {
    color: #444;
    transition: 0.3s;
}

.footer-3 .footer-address-text h5 > a:hover {
    color: #e2321a;
}

.footer-3 .footer-news-text h5 > a {
    color: #444;
    transition: 0.3s;
}

.footer-3 .footer-news-text h5 > a:hover {
    color: #e2321a;
}

.footer-3 .footer-bottom-area {
    border-top: 2px solid #ecf1df;
}

.footer-3 .copyright p {
    color: #444;
}

.footer-3 .copyright p a {
    color: #e2321a;
}

.footer-3 .footer-bottom-link ul li a {
    color: #444;
    transition: 0.3s;
}

.footer-3 .footer-bottom-link ul li a:hover {
    color: #e2321a;
}

/* 15. banner */
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .banner-area {
        padding-right: 0;
        padding-left: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .banner-area {
        padding-right: 0;
        padding-left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-area {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .banner-area {
        padding-right: 0;
        padding-left: 0;
    }
}

.banner-img {
    overflow: hidden;
}

.banner-img a img {
    width: 100%;
    transition: 0.3s;
}

.banner-img:hover img {
    transform: scale(1.1);
}

.banner-padding {
    margin-top: -78px;
    position: relative;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .banner-padding {
        margin-left: 0;
        margin-right: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .banner-padding {
        margin-left: 0;
        margin-right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-padding {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .banner-padding {
        margin-left: 0;
        margin-right: 0;
    }
}

.banner-bg {
    border: 15px solid #ffffff;
    background: #ffffff;
}

.banner-02-img {
    position: relative;
    overflow: hidden;
}

.banner-02-img > a {
    position: relative;
    display: block;
    overflow: hidden;
}

.banner-02-img > a img {
    width: 100%;
    transition: 0.3s;
}

.banner-02-img > a::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: #112433;
    opacity: 0.5;
    transition: 0.3s;
    z-index: 1;
}

.banner-wrapper:hover .banner-02-img img {
    transform: scale(1.1);
}

.banner-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1;
    padding: 20px;
}

.banner-text h2 {
    color: #ffffff;
    font-size: 50px;
    font-weight: 500;
    letter-spacing: -0.3px;
    margin-bottom: 9px;
}

@media (max-width: 767px) {
    .banner-text h2 {
        font-size: 30px;
    }
}

.banner-text h2 a {
    transition: 0.3s;
}

.banner-text h2 a:hover {
    color: #e2321a;
}

.banner-text p {
    margin-bottom: 0;
    color: #ffffff;
    font-weight: 300;
    font-size: 18px;
}

/* 16. counter */
.counter-wrapper {
    position: relative;
}

.counter-wrapper::before {
    position: absolute;
    content: "";
    border: 7px solid #f1f5e7;
    height: 140px;
    width: 70px;
    left: 0;
    top: 0;
    z-index: -1;
}

.counter-text {
    margin-left: 27px;
    padding-top: 28px;
}

.counter-text h2 {
    font-size: 55px;
    margin-bottom: 2px;
    line-height: 1;
    letter-spacing: -0.3px;
}

.counter-text span {
    font-size: 18px;
    font-weight: 400;
    color: #12263E;
}

.single-counter .counter-text {
    margin-left: 0;
    padding-top: 0;
}

.counter-icon {
    margin-bottom: 23px;
}

/* 17. about */
.about-wrapper {
    margin-top: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .about-wrapper {
        margin-top: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-wrapper {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .about-wrapper {
        margin-top: 0;
    }
}

.about-img {
    margin-left: -45px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .about-img {
        margin-left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-img {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .about-img {
        margin-left: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .about-img img {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-img img {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .about-img img {
        width: 100%;
    }
}

.about-list {
    margin-bottom: 40px;
}

.about-list ul li {
    font-size: 15px;
    color: #444;
    padding-bottom: 17px;
    position: relative;
    font-weight: 400;
}

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

.about-list ul li i {
    color: #80c627;
    margin-right: 10px;
}

.ab-01 {
    bottom: 7%;
    left: 10%;
    z-index: 9;
}

.ab-02 {
    bottom: 3%;
    right: 0;
}

.about-02-wrapper {
    margin-top: 50px;
    margin-right: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .about-02-wrapper {
        margin-top: 0;
        margin-right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-02-wrapper {
        margin-top: 0;
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .about-02-wrapper {
        margin-top: 0;
        margin-right: 0;
    }
}

.about-02-wrapper .about-list ul li {
    color: #12263E;
}

.ab-03 {
    top: 18%;
    left: 47%;
}

.ab-04 {
    top: 0;
    right: 15%;
}

.about-us-img {
    position: relative;
}

.about-us-img img {
    width: 100%;
}

.about-us-text {
    position: absolute;
    right: 0;
    top: 20px;
    border-radius: 5px;
}

@media (max-width: 767px) {
    .about-us-text {
        right: 0;
        bottom: 10px;
        padding: 10px;
    }
}

.about-info {
    background: #80c627;
    padding: 50px 60px;
    position: relative;
    border-radius: 50px;
    z-index: 9;
}

@media (max-width: 767px) {
    .about-info {
        padding: 22px 22px;
    }
}

.about-info::before {
    position: absolute;
    content: "";
    font-family: "Flaticon";
    top: 50%;
    color: #a1d55f;
    font-size: 135px;
    line-height: 1;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: -1;
}

.about-info h2 {
    font-size: 80px;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 5px;
    color: #fff;
}

.about-info span {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 0.8;
}

.single-about-us {
    margin-top: 20px;
    margin-right: 0;
    margin-left: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .single-about-us {
        margin-top: 0;
        margin-left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-about-us {
        margin-top: 0;
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .single-about-us {
        margin-top: 0;
        margin-left: 0;
    }
}

.about-us-02-wrapper {
    padding-left: 100px;
    margin-top: 20px;
    position: relative;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .about-us-02-wrapper {
        padding-left: 0;
        margin-top: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .about-us-02-wrapper {
        padding-left: 0;
        margin-top: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-us-02-wrapper {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .about-us-02-wrapper {
        margin-top: 0;
        padding-left: 0;
    }
}

.about-us-02-wrapper::before {
    position: absolute;
    height: 612px;
    width: 370px;
    content: "";
    border: 20px solid #f5f8ee;
    left: -135px;
    top: 76px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .about-us-02-wrapper::before {
        left: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .about-us-02-wrapper::before {
        left: -40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-us-02-wrapper::before {
        left: 0;
    }
}

@media (max-width: 767px) {
    .about-us-02-wrapper::before {
        display: none;
    }
}

.about-us-02-img img {
    width: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .about-02-img img {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-02-img img {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .about-02-img img {
        width: 100%;
    }
}

.about-us-02-text {
    right: 50px;
    bottom: 30px;
}

.skills-iteam {
    margin-top: 55px;
}

.skills-iteam li {
    padding-bottom: 35px;
    overflow: hidden;
}

.skills-iteam li:last-child {
    padding-bottom: 0;
}

.progress-circular input {
    font-size: 24px !important;
    font-weight: 500 !important;
    line-height: 1;
    color: #12263E !important;
}

.skills-info {
    overflow: hidden;
}

.skills-info h3 {
    font-size: 24px;
    font-weight: 500;
}

@media (max-width: 767px) {
    .skills-info h3 {
        font-size: 20px;
    }
}

.skills-info p {
    margin-bottom: 0;
}

.ab-05 {
    top: 7%;
    left: 2%;
}

.ab-06 {
    bottom: 26%;
    left: 4%;
    z-index: 9;
}

.ab-07 {
    bottom: 11%;
    right: 0;
}

.ab-08 {
    top: -19%;
    left: 3%;
}

.ab-09 {
    bottom: 11%;
    left: 4%;
}

.skill-area {
    background-size: cover;
    background-position: center center;
}

.progress-bar-text {
    overflow: hidden;
}

.bar-title h4 {
    display: inline-block;
    font-size: 24px;
    margin-bottom: 17px;
    font-weight: 400;
    color: #ffffff;
    text-transform: capitalize;
}

.progress-bar span {
    font-size: 24px;
    margin-top: -62px;
    color: #ffffff;
    font-weight: 400;
}

.progress-bar {
    background-color: #80c627;
    text-align: right;
    border-radius: 0 10px 10px 0;
}

.progress {
    border-radius: 10px;
    height: 12px;
    overflow: visible;
    background: #39556c;
}

.skill-img {
    margin-left: 75px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .skill-img {
        margin-left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .skill-img {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .skill-img {
        margin-left: 0;
    }
}

.skill-img img {
    width: 100%;
}

/* 18. contact */
.contact-us-area {
    background-size: cover;
    background-position: center center;
    margin-left: 210px;
    margin-right: 210px;
    position: relative;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .contact-us-area {
        margin-left: 0;
        margin-right: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .contact-us-area {
        margin-left: 0;
        margin-right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-us-area {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .contact-us-area {
        margin-left: 0;
        margin-right: 0;
    }
}

.map-wrapper iframe {
    height: 650px;
    width: 100%;
    border: 0;
}

.conatct-address-wrapper {
    background: #ECF1DF;
    padding: 40px 40px 67px;
    position: relative;
    transition: 0.3s;
}

.conatct-address-wrapper::before {
    position: absolute;
    content: "";
    font-family: "Flaticon";
    top: 50%;
    color: #E3E8D7;
    font-size: 180px;
    line-height: 1;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}

.conatct-address-wrapper:hover {
    transform: translateY(-6px);
}

.mpas::before {
    content: "";
}

.mails::before {
    content: "";
}

.contact-address-icon {
    margin-bottom: 18px;
    position: relative;
    z-index: 9;
}

.contact-address-icon i {
    background: #80c627;
    height: 55px;
    width: 55px;
    line-height: 55px;
    text-align: center;
    color: #ffffff;
    border-radius: 50%;
    font-size: 20px;
    transition: 0.3s;
}

.conatct-address-wrapper:hover .contact-address-icon i {
    background-color: #e2321a;
}

.contact-address-text {
    position: relative;
    z-index: 9;
}

.contact-address-text span {
    font-size: 18px;
    font-weight: 400;
}

.contact-address-text h3 {
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 500;
    margin-top: 7px;
    letter-spacing: -0.3px;
    position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .contact-address-text h3 {
        font-size: 20px;
    }
}

.contact-address-text h3::before {
    position: absolute;
    content: "";
    background: #1b344a;
    left: 0;
    right: 0;
    margin: auto;
    height: 3px;
    width: 40px;
    bottom: -17px;
}

.contacts-us-wrapper {
    border: 0;
    padding: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contacts-us-wrapper {
        padding: 80px 60px;
    }
}

@media (max-width: 767px) {
    .contacts-us-wrapper {
        padding: 40px 15px;
    }
}

.contacts-us-form input {
    border: 3px solid transparent;
    background: #F7F7FD;
    height: 80px;
    margin-bottom: 30px;
    padding: 0 28px;
    width: 100%;
    font-size: 18px;
    color: #112433;
    font-weight: 400;
}

.contacts-us-form textarea {
    border: 3px solid transparent;
    background: #F7F7FD;
    height: 200px;
    margin-bottom: 30px;
    padding: 28px;
    width: 100%;
    font-size: 18px;
    color: #93b2ca;
    font-weight: 400;
}

.contacts-us-form input:focus {
    border-color: #e2321a;
    background: none;
}

.contacts-us-form textarea:focus {
    border-color: #e2321a;
    background: none;
}

.contacts-us-form input::-moz-placeholder {
    font-size: 18px;
    color: #112433;
    font-weight: 400;
}

.contacts-us-form input::placeholder {
    font-size: 18px;
    color: #112433;
    font-weight: 400;
}

.contacts-us-form textarea::-moz-placeholder {
    font-size: 18px;
    color: #112433;
    font-weight: 400;
}

.contacts-us-form textarea::placeholder {
    font-size: 18px;
    color: #112433;
    font-weight: 400;
}

.contacts-us-form-button button.c-btn {
    border: none;
}

.contacts-us-icon {
    position: relative;
}

.contacts-us-icon::after {
    position: absolute;
    content: "";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    display: inline-block;
    font-size: 16px;
    text-align: center;
    right: 25px;
    color: #93b2ca;
    top: 30px;
}

.contactss-us-message::after {
    content: "";
}

.contactss-us-name::after {
    content: "";
}

.contactss-us-email::after {
    content: "";
}

.contactss-us-website::after {
    content: "";
}

.contactss-us-subject::after {
    content: "";
}

.instant-shop-img {
    margin-top: 30px;
    margin-left: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .instant-shop-img {
        margin-top: 0;
        margin-left: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .instant-shop-img {
        margin-top: 140px;
        margin-left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .instant-shop-img {
        margin-top: 0;
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .instant-shop-img {
        margin-top: 0;
        margin-left: 0;
    }
}

.instant-shop-img img {
    max-width: inherit;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .instant-shop-img img {
        width: 100%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .instant-shop-img img {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .instant-shop-img img {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .instant-shop-img img {
        width: 100%;
    }
}

.shop-us-form input {
    border: 2px solid #e2321a;
    background: #ffffff;
    height: 70px;
    margin-bottom: 20px;
    padding: 0 20px;
    width: 100%;
    font-size: 18px;
    color: #12263E;
    font-weight: 500;
}

.shop-us-form textarea {
    border: 2px solid #e2321a;
    background: #ffffff;
    height: 167px;
    margin-bottom: 20px;
    padding: 20px;
    width: 100%;
    font-size: 18px;
    color: #12263E;
    font-weight: 500;
}

.shop-us-form input::-moz-placeholder {
    font-size: 18px;
    color: #12263E;
    font-weight: 500;
}

.shop-us-form input::placeholder {
    font-size: 18px;
    color: #12263E;
    font-weight: 500;
}

.shop-us-form textarea::-moz-placeholder {
    font-size: 18px;
    color: #93b2ca;
    font-weight: 400;
}

.shop-us-form textarea::placeholder {
    font-size: 18px;
    color: #12263E;
    font-weight: 500;
}

.shop-us-form-button button.c-btn {
    border: none;
}

.contacts-icon {
    position: relative;
}

.contacts-icon::after {
    position: absolute;
    content: "";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    display: inline-block;
    font-size: 18px;
    text-align: center;
    right: 20px;
    color: #12263E;
    top: 19px;
}

.shop-message::after {
    content: "";
}

.shop-name::after {
    content: "";
}

.shop-email::after {
    content: "";
}

.shop-website::after {
    content: "";
}

.shop-subject::after {
    content: "";
}

/* 19. history */
.history-wrapper {
    display: flex;
    flex-wrap: wrap;
    padding: 35px;
    background: #fff;
    position: relative;
    z-index: 1;
    margin-right: 50px;
}

.history-wrapper-2 {
    margin-left: 50px;
    margin-right: 0;
}

.history-wrapper:before {
    content: "";
    border-top: 20px solid transparent;
    border-left: 25px solid #fefefe;
    border-bottom: 20px solid transparent;
    position: absolute;
    right: -22px;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}

.history-wrapper-2:before {
    left: -25px;
    right: auto;
    border-top: 20px solid transparent;
    border-right: 25px solid #fefefe;
    border-bottom: 20px solid transparent;
    border-left: 0;
}

.history-img {
    width: 160px;
    margin-left: 30px;
}

.history-wrapper .history-img img {
    border: 10px solid #ffffff;
    border-radius: 100%;
    box-shadow: 0px 10px 60px 0px rgba(167, 172, 152, 0.9);
}

.history-text {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    text-align: right;
}

.history-text span {
    font-family: "Kaushan Script";
    font-size: 24px;
    font-weight: 400;
    color: #e2321a;
    font-style: italic;
}

.history-text h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 11px;
    margin-top: 2px;
}

.history-text p {
    margin-bottom: 16px;
}

.history-wrapper-2 .history-img {
    margin-right: 30px;
    margin-left: 0;
}

.history-wrapper-2 .history-text {
    text-align: left;
}

.history-btn > a {
    display: inline-block;
    width: 65px;
    height: 65px;
    line-height: 70px;
    text-align: center;
    font-size: 24px;
    color: #112433;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0px 8px 16px 0px rgba(172, 172, 172, 0.31);
    transition: 0.3s;
}

.history-btn > a:hover {
    color: #e2321a;
}

.history-border {
    position: relative;
}

.history-border:before {
    content: "";
    background: #d0d6c2;
    position: absolute;
    left: 50%;
    height: 100%;
    width: 2px;
    transform: translateX(-50%);
}

.history-01 {
    top: -8%;
    left: 1%;
}

.history-02 {
    bottom: 10%;
    left: 0;
}

.history-03 {
    top: 0;
    right: 3%;
}

.history-04 {
    bottom: 0;
    right: 4%;
}

/* 20. team */
.team-img img {
    width: 100%;
    transition: 0.3s;
}

.team-img::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: #80c627;
    opacity: 0;
    transition: 0.3s;
    opacity: 0;
}

.team-wrapper:hover .team-img::before {
    opacity: 0.4;
}

.team-icon {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: -19px;
    transition: 0.3s;
    opacity: 0;
}

.team-icon a {
    font-size: 15px;
    color: #ffffff;
    transition: 0.3s;
    height: 40px;
    width: 40px;
    line-height: 40px;
    background: #254157;
    border-radius: 50%;
    display: inline-block;
    margin: 0 3px;
}

.team-icon a:hover {
    background: #80c627;
    color: #ffffff;
}

.team-wrapper:hover .team-icon {
    opacity: 1;
}

.team-view {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: -19px;
    transition: 0.3s;
    opacity: 1;
}

.team-view i {
    height: 40px;
    width: 40px;
    line-height: 40px;
    color: #e2321a;
    font-size: 15px;
    text-align: center;
    box-shadow: 0px 10px 30px 0px rgba(167, 172, 152, 0.9);
    border-radius: 50%;
    background: #ffffff;
}

.team-wrapper:hover .team-view {
    opacity: 0;
}

.team-text {
    margin-top: 38px;
}

.team-text h3 {
    font-size: 20px;
    margin-bottom: 4px;
    font-weight: 500;
}

.team-text span {
    color: #e2321a;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}

.team-active button.slick-arrow {
    background: #ecf1df;
    height: 55px;
    width: 55px;
    right: 15px;
    font-size: 18px;
    content: "";
    top: -150px;
    transition: 0.3s;
    position: absolute;
    text-align: center;
    line-height: 55px;
    border-radius: 50%;
    color: #12263E;
    cursor: pointer;
    border: none;
    transition: 0.3s;
}

.team-active button.slick-arrow:hover {
    background: #e2321a;
    color: #ffffff;
    box-shadow: 0px 10px 60px 0px rgba(226, 50, 26, 0.78);
}

.team-active button.slick-next {
    right: 82px;
}

.team-active .slick-dots {
    text-align: center;
    bottom: -100px;
    z-index: 99;
    position: absolute;
    left: 0;
    right: 0;
}

.team-active .slick-dots li {
    display: inline-block;
    margin: 0 4px;
}

.team-active .slick-dots li button {
    height: 20px;
    width: 20px;
    text-indent: -9999px;
    transition: 0.3s;
    padding: 0;
    border: 3px solid #cbd0bd;
    background: none;
    cursor: pointer;
}

.team-active .slick-dots li.slick-active button {
    border-color: #e2321a;
}

/* 21. faq */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .faq-wrapper {
        margin-left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .faq-wrapper {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .faq-wrapper {
        margin-left: 0;
    }
}

.faq-img {
    overflow: hidden;
}

.faq-img img {
    width: 100%;
    transition: 0.3s;
}

.faq-img img:hover {
    transform: scale(1.1);
}

.faq-box .btn-link {
    display: block;
    font-size: 18px;
    border: 0;
    text-decoration: none;
    line-height: 1;
    font-weight: 500;
    padding: 20px 30px;
    width: 100%;
    text-align: left;
}

.faq-box .btn-link {
    border: 2px solid #e2321a;
    color: #e2321a;
    border-radius: 5px;
}

.faq-box .btn-link.collapsed {
    border: 2px solid #ececec;
    color: #12263E;
}

.faq-box .card-header {
    padding: 0;
    border-bottom: 0;
    background: none;
    border-radius: 0;
}

.faq-box .card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0;
    border-radius: 0;
    background: none;
    margin-bottom: 16px;
}

.faq-box .card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0 0 0 0;
    border-bottom: 0;
    padding-bottom: 13px;
    border-top: 0;
    padding-top: 18px;
    margin-top: 0;
    padding-left: 30px;
    padding-right: 40px;
    background: none;
}

.faq-box .card-body p {
    margin: 0;
}

.faq-box .btn-link.collapsed::before {
    content: "";
    color: #12263E;
}

.faq-box .btn-link::before {
    content: "";
    position: absolute;
    right: 24px;
    font-size: 16px;
    font-family: "Font Awesome 5 Pro";
    color: #e2321a;
    text-align: center;
    top: 24px;
}

@media (max-width: 767px) {
    .faq-box .btn-link::before {
        right: 15px;
        top: 22px;
    }
}

.faq-video-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
}

.faq-video-icon a {
    font-size: 24px;
    color: #e2321a;
    background: #ffffff;
    height: 135px;
    display: inline-block;
    width: 135px;
    line-height: 135px;
    text-align: center;
    border-radius: 50%;
    transition: 0.3s;
    position: relative;
}

.faq-video-icon a::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: -2px;
    left: -2px;
    bottom: -2px;
    right: -2px;
    border-radius: inherit;
    border: 1px solid #ffffff;
    -webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
    animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
    transition: 0.3s;
}

@-webkit-keyframes btnIconRipple {
    0% {
        border-width: 4px;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    80% {
        border-width: 1px;
        -webkit-transform: scale(1.35);
        transform: scale(1.35);
    }
    100% {
        opacity: 0;
    }
}

.ab-01 {
    bottom: 7%;
    left: 10%;
    z-index: 1;
}

.logo img {
    width: 155px;
}

/*# sourceMappingURL=main.css.map */


.footer-logo img {
    width: 156px;
}

.wpcf7-submit {
    padding: 20px 40px !important;
    width: auto !important;
    font-size: 13px !important;
    line-height: 1;
    height: auto !important;
    background: #e2321a !important;
    color: #fff !important;
    font-weight: 500 !important;
    cursor: pointer;
}

.wpcf7-submit:focus,
.wpcf7-submit:hover {
    background: #80c627 !important;
    border-color: #80c627 !important;
}


.shop-text .price {
    color: #e2321a;
    font-size: 16px;
    font-weight: 500;
}

.shop-text .price ins {
    text-decoration: none;
}

.product-button .c-btn i {
    margin-left: 5px;
}

.product-button {
    margin-top: 20px;
    position: relative;
}

.product-button .added_to_cart.wc-forward {
    backface-visibility: hidden;
    border-radius: 30px;
    color: #ffffff;
    font-size: 13px;
    line-height: 1;
    text-align: center;
    transition: 0.3s;
    background: #80c627;
    font-weight: 500;
    text-transform: uppercase;
    padding: 17px 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 150px;
}

.product-action .yith-wcwl-add-to-wishlist {
    display: inline-block;
    margin-top: 0;
}

.product-action .yith-wcwl-add-to-wishlist .ajax-loading {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
}

.product-action .yith-wcwl-add-button > a i {
    margin: 0;
}


.shop-img span.onsale {
    background: #80c627;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    position: absolute;
    left: -25px;
    text-align: center;
    text-transform: capitalize;
    top: -20px;
    height: 50px;
    width: 50px;
    line-height: 46px;
}

.product-details .rating a {
    color: #ffc107;
    margin-right: 3px;
}

.product-details .rating {
    font-size: 12px;
}

.details-price ins {
    text-decoration: none;
}

.product-details-action .quantity .qty {
    height: 53px;
    width: 100px;
    border: 2px solid #666;
    text-align: center;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 30px;
    box-shadow: none;
}

.product-details-action .single_add_to_cart_button {
    backface-visibility: hidden;
    border-radius: 30px;
    color: #ffffff;
    display: inline-block;
    font-size: 13px;
    line-height: 1;
    padding: 20px 50px;
    position: relative;
    text-align: center;
    transition: 0.3s;
    background: #e2321a;
    font-weight: 500;
    text-transform: uppercase;
    border: 0;
}

.product-details-action .quantity {
    margin-right: 15px;
    display: inline-block;
}

.product-details-action .single_add_to_cart_button:hover {
    background: #80c627;
    color: #fff;
}

.product-details .yith-wcwl-icon:before {
    content: "\f004";
    font-family: 'Font Awesome 5 Pro';
}

.product-details .yith-wcwl-icon {
    font-weight: 400;
    margin-right: 0px !important;
}


.product-details .quantity .qty {
    height: 50px;
    width: 90px;
    border: 2px solid #666;
    text-align: center;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 30px;
    box-shadow: none;
}

.woocommerce-grouped-product-list.group_table {
    width: 100%;
}

.product-details .woocommerce-grouped-product-list-item__label label {
    margin: 0;
    font-weight: 500;
}

.woocommerce-grouped-product-list-item__price {
    color: #e2321a;
    font-weight: 400;
}

.product-details td, .product-details th {
    padding: 10px 0;
}

.single_add_to_cart_button {
    backface-visibility: hidden;
    border-radius: 30px;
    color: #ffffff;
    display: inline-block;
    font-size: 13px;
    line-height: 1;
    padding: 20px 50px;
    position: relative;
    text-align: center;
    transition: 0.3s;
    background: #e2321a;
    font-weight: 500;
    text-transform: uppercase;
    border: 0;
}

.single_add_to_cart_button:hover {
    background: #80c627;
}


.product-details .variations select {
    border: 1px solid #eaedff;
    height: 50px;
    padding: 0 15px;
    width: 100%;
    outline: none;
}

.product-details .woocommerce-grouped-product-list-item__quantity .quantity {
    margin-bottom: 0;
}

.product-details .woocommerce-grouped-product-list-item__label label {
    margin: 0;
}

.product-details td, .product-details th {
    padding: 10px;
    position: relative;
}

.product-details .reset_variations {
    position: absolute;
    left: 100%;
    bottom: 50%;
    transform: translateY(50%);
}

.woocommerce-variation-add-to-cart .quantity {
    display: inline-block;
    margin-right: 15px;
}

.comment-form .comment-form-cookies-consent label {
    display: inline-block;
    margin-left: 11px;
    font-size: 14px;
}

.comment-reply-title h4 {
    margin-bottom: 10px;
}

.woocommerce p.stars a {
    color: #243f4d;
}

.woocommerce p.stars:hover a {
    color: #fab522;
}


.woocommerce p.stars a.active {
    color: #fab522;
}

.woocommerce p.stars.selected a:not(.active)::before {
    color: #fab522;
}

.woocommerce p.stars.selected a.active ~ a::before {
    color: #243f4d;
}

.woocommerce #review_form #respond p {
    margin: 10px 0 10px;
}

.rev-btn .site-btn {
    border-radius: 30px;
    color: #ffffff;
    display: inline-block;
    font-size: 13px;
    line-height: 1;
    padding: 20px 50px;
    position: relative;
    text-align: center;
    transition: 0.3s;
    background: #e2321a;
    font-weight: 500;
    text-transform: uppercase;
    border: 0;
}

.rev-btn .site-btn:hover {
    background: #80c627;
}

.woocommerce #reviews #comment {
    height: 120px;
}

.pro-comments-img {
    float: left;
}

.pro-commnets-text {
    overflow: hidden;
    padding-left: 15px;
}

.pro-commnets-text h4 {
    font-size: 17px;
    margin-bottom: 4px;
}

.pro-commnets-text .rating {
    margin-bottom: 8px;
}

.pro-commnets-text .rating a {
    font-size: 13px;
    margin-right: 4px;
    color: #ffc107;
}

.woocommerce-message {
    border-color: #e2321a;
}

.woocommerce-message::before {
    color: #e2321a;
}

.woocommerce a.button {
    background: #e2321a;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
}

.woocommerce a.button:hover {
    background: #80c627;
    color: #fff;
}

#coupon_code {
    height: 50px;
    width: 250px;
    border: 1px solid #ddd;
    padding: 10px 22px;
    border-radius: 30px;
}

.coupon-left button {
    background: #80c627;
    border: 1px solid #80c627;
    color: #fff;
    font-size: 14px;
    margin-left: 10px;
    padding: 10px 30px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1;
    height: 50px;
    border-radius: 30px;
}

button.site-btn.brand-btn {
    border-radius: 30px;
    color: #ffffff;
    display: inline-block;
    font-size: 13px;
    line-height: 1;
    padding: 20px 50px;
    position: relative;
    text-align: center;
    transition: 0.3s;
    background: #e2321a;
    font-weight: 500;
    text-transform: uppercase;
    border: 0;
}

.checkout-button {
    border-radius: 30px;
    color: #ffffff;
    display: inline-block;
    font-size: 13px;
    line-height: 1;
    padding: 20px 50px;
    position: relative;
    text-align: center;
    transition: 0.3s;
    background: #e2321a;
    font-weight: 500;
    text-transform: uppercase;
    border: 0;
}

.checkout-button:hover {
    background: #80c627;
    color: #fff;
}

button.site-btn.brand-btn:hover {
    background: #80c627;
    color: #fff;
}

.cart_totals h2 {
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 500;
}


.woocommerce-info {
    border-color: #e2321a;
}

.woocommerce-info::before {
    color: #e2321a;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: normal;
    height: 50px;
    border: 2px solid #eaedff;
    padding: 0 15px;
}

.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: 100%;
    overflow: visible;
}

.woocommerce form .form-row label {
    color: #333;
}

.woocommerce form .form-row {
    display: block;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 45px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 15px;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 2px solid #eaedff;
    border-radius: 0;
    height: 50px;
}


.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 45px;
    position: absolute;
    top: 1px;
    right: 10px;
    width: 20px;
}

.select2-selection.select2-selection--single:focus {
    outline: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered:focus {
    outline: none;
}

.select2.select2-container.select2-container--default.select2-container--above.select2-container--focus {
    outline: none;
}

.select2.select2-container.select2-container--default.select2-container--above:focus {
    outline: none;
}

.select2.select2-container.select2-container--default.select2-container--above.select2-container--focus {
    outline: none;
}

.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text {
    box-sizing: border-box;
    width: 100%;
    height: 200px;
    padding: 20px;
}

.woocommerce table.shop_table td {
    text-align: center;
}

#place_order {
    border-radius: 30px;
    color: #ffffff;
    display: inline-block;
    font-size: 13px;
    line-height: 1;
    padding: 20px 50px;
    position: relative;
    text-align: center;
    transition: 0.3s;
    background: #e2321a;
    font-weight: 500;
    text-transform: uppercase;
    border: 0;
}

.wc-item-meta-label {
    display: none !important;
}

.yith-wcwl-share {
    display: none;
}

.wishlist-items-wrapper .product-name a {
    font-weight: 500;
    font-size: 16px;
}

.wishlist_table th.product-name {
    font-size: 20px;
}

.wishlist_table tr td.product-thumbnail a {
    max-width: 100px;
    width: 100px;
}

.shop-wrapper {
    background: #f6f6f6;
}