/*-----------------------------------------------------------------------------------

    Template Name: SPower - Wind & Solar Energy HTML5 Template
    Author: BDevs
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    01. Theme default CSS
	02. variables
    03. mixins
    04. common
    05. overlay
    06. header
    07. slider
    08. service
    09. breadcrumb
    10. mobile-menu
    11. about
    12. portfolio
    13. chose-us
    14. contact
    15. testimonial
    16. blog
    17. project
    18. team
    19. search
    20. price
    21. faq
    22. shop
    23. footer

-----------------------------------------------------------------------------------*/
/*----------------------------------------*/
/*  01. Theme default CSS
/*----------------------------------------*/
/*@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@300;400;500;600;700;800;900&amp;display=swap");*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
/* 1. Theme default css */
body {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    line-height: 28px;
    font-weight: 400;
    font-style: normal;
    color: #616161;
}

.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: "Roboto", sans-serif;
    color: #232323;
    line-height: 1.1;
    margin-top: 0px;
    font-style: normal;
    font-weight: 800;
    text-transform: normal;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 35px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none;
}

p {
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    font-family: "Roboto", sans-serif;
    color: #616161;
    margin-bottom: 0;
}

hr {
    border-bottom: 1px solid #ebebeb;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}

label {
    color: #1f242c;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

*::-moz-selection {
    background: #222222;
    color: white;
    text-shadow: none;
}

::-moz-selection {
    background: #222222;
    color: white;
    text-shadow: none;
}

::selection {
    background: #222222;
    color: white;
    text-shadow: none;
}

/*--
    - Input Placeholder
-----------------------------------------*/
*::-moz-placeholder {
    color: #222222;
    font-size: 14px;
    opacity: 1;
}

*::placeholder {
    color: #222222;
    font-size: 14px;
    opacity: 1;
}

/*--
    - position Classes
-----------------------------------------*/
.pos-rel {
    position: relative;
}

.pos-abl {
    position: absolute;
}

/*--
    - Common Classes
-----------------------------------------*/
.fix {
    overflow: hidden;
}

.clear {
    clear: both;
}

/*--
    - Background color
-----------------------------------------*/
.grey-bg {
    background: #f8f8f8;
}

.grey-bg2 {
    background: whitesmoke;
}

.white-bg {
    background: white;
}

.black-bg {
    background: #222222;
}

.heding-bg {
    background: #232323;
}

.black-soft-bg {
    background: #1f242c;
}

.black-soft-bg2 {
    background: #2b3039;
}

.theme-bg {
    background: #ff7029;
}

.theme-bg2 {
    background: #57b33e;
}

/*--
    - color
-----------------------------------------*/
.white-color {
    color: white;
}

.black-color {
    color: #222222;
}

.theme-color {
    color: #ff7029;
}

/*--
	-theme-btn
----------------------------------------*/
.theme_btn {
    color: #0F006A !important;
    background: #21FFAA;
    border-radius: 7px;
    font-size: 13px;
    font-weight: bold;
    line-height: 0.9;
    font-family: "Roboto", sans-serif;
    padding: 11px 36px 10px 36px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;

    border: 2px solid #30F3C9;
}

.theme_btn i {
    font-size: 18px;
    line-height: 1;
    margin-left: 5px;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.theme_btn:hover {
    /*color: white;*/
    background: #1EA772;
    border-color: #1EA772;
    color: white !important;

    /*border: 2px solid #30F3C9;*/
}

.theme_btn:hover i {
    transform: translateX(10px);
}

.theme_btn2 {
    background: white;
    border: 2px solid #30F3C9;
}

.theme_btn2:hover {
    /*color: white;*/
    color: #0F006A;
    background: #21FFAA;
    border-color: #21FFAA;
}

.theme_btn2:hover i {
    transform: translateX(10px);
}

.disabled-theme-btn-gray {
    color: #A0A0A0;

    border-radius: 7px;
    font-size: 13px;
    font-weight: normal;
    line-height: 0.9;
    font-family: "Roboto", sans-serif;
    padding: 13px 38px 12px 38px;
    display: inline-block;
    background: white;
    border: 1px solid #A0A0A0;
}

.theme_btn_mini {
    padding: 10px 30px 9px 30px;
}

.theme_btn_extra_mini {
    padding: 9px 15px 8px 15px;
}



.line_btn {
    position: relative;
    margin-top: 0;
}

.line_btn::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 6px;
    top: 6px;
    border: 2px solid #ff7029;
    z-index: -1;
    opacity: 0;
    -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;
}

.line_btn:hover {
    background-color: #ff7029;
    margin-top: -3px;
}

.line_btn:hover::before {
    opacity: 1;
}

/*--
section-title
----------------------------------------*/
.section-title h6 {
    color: #57b33e;
    font-size: 15px;
    line-height: 1.1;
    font-weight: 800;
    border-bottom: 2px solid #57b33e;
    display: inline-block;
    padding-bottom: 5px;
}

.section-title h6.white-text {
    color: #fff;
    border-color: #fff;
}

.section-title h2 {
    color: #232323;
    font-size: 40px;
    line-height: 1.1;
    font-weight: 800;
    font-family: "Roboto", sans-serif;
}

@media (max-width: 767px) {
    .section-title h2 {
        font-size: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-title h2 {
        font-size: 30px;
    }
}

.white-title h2 {
    color: white;
}

.semi-title {
    font-size: 24px;
    line-height: 1.1;
    font-weight: 800;
}

.popup-video {
    border-radius: 50%;
    background-color: #57b33e;
    color: white;
    font-size: 14px;
    line-height: 60px;
    width: 60px;
    height: 60px;
    text-align: center;
    display: inline-block;
    animation: pulseBig infinite 4s linear;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.popup-video:hover {
    color: white;
}

/*--
    - Margin & Padding
-----------------------------------------*/
/*-- 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;
}

/*-- 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;
}

/*-- 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;
}

/*-- 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;
}

.dark #preloader {
    background-color: #232323;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f7f7f7;
    z-index: 999999;
}

.preloader {
    width: 50px;
    height: 50px;
    display: inline-block;
    padding: 0px;
    text-align: left;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
}

.preloader span {
    position: absolute;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #21FFAA;
    -webkit-animation: preloader 1.3s linear infinite;
    animation: preloader 1.3s linear infinite;
}

.preloader span:last-child {
    animation-delay: -0.8s;
    -webkit-animation-delay: -0.8s;
}

@keyframes preloader {
    0% {
        transform: scale(0, 0);
        opacity: 0.5;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

@-webkit-keyframes preloader {
    0% {
        -webkit-transform: scale(0, 0);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(1, 1);
        opacity: 0;
    }
}

#scrollUp {
    background: #ff7029;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 50px;
    bottom: 50px;
    border-radius: 10px;
    line-height: 50px;
    text-align: center;
}

#scrollUp i {
    color: white;
}

/* Move frame*/
@keyframes moveRound {
    0% {
        background-color: #eee3ff;
        left: -24px;
        top: 0px;
    }

    25% {
        background-color: #feddfc;
        left: 100px;
        top: 0px;
    }

    50% {
        background-color: #efe4ff;
        left: 100px;
        top: 100px;
    }

    75% {
        background-color: #e2fcf4;
        left: -24px;
        top: 200px;
    }

    100% {
        background-color: #eee3ff;
        left: -24px;
        top: 0px;
    }
}

@-webkit-keyframes moveRound {
    0% {
        background-color: #eee3ff;
        left: -24px;
        top: 0px;
    }

    25% {
        background-color: #feddfc;
        left: 100px;
        top: 0px;
    }

    50% {
        background-color: #efe4ff;
        left: 100px;
        top: 200px;
    }

    75% {
        background-color: #e2fcf4;
        left: -24px;
        top: 100px;
    }

    100% {
        background-color: #eee3ff;
        left: -24px;
        top: 0px;
    }
}

@keyframes moveShap {
    0% {
        left: 0px;
        top: 0px;
    }

    25% {
        left: 100px;
        top: 0px;
    }

    50% {
        left: 100px;
        top: 100px;
    }

    75% {
        left: 0px;
        top: 200px;
    }

    100% {
        left: 0px;
        top: 0px;
    }
}

@keyframes moveShap2 {
    0% {
        right: 230px;
        top: 85px;
    }

    25% {
        right: 100px;
        top: 85px;
    }

    50% {
        right: 100px;
        top: 100px;
    }

    75% {
        right: 230px;
        top: 200px;
    }

    100% {
        right: 220px;
        top: 100px;
    }
}

/* Heartbeat frame*/
@-webkit-keyframes heartbeat {
    to {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@keyframes heartbeat {
    to {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

/* Rotation frame*/
@keyframes rotation {
    to {
        transform: rotate(360deg);
    }
}

/* pulseBig */
@keyframes pulseBig {
    0% {
        box-shadow: 0 0 0 0 #81ba71;
    }

    50% {
        box-shadow: 0 0 0 20px rgba(1, 93, 199, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
    }
}

/* pulseBig2 */
@keyframes pulseBig2 {
    0% {
        box-shadow: 0 0 0 0 #ff7029;
    }

    50% {
        box-shadow: 0 0 0 20px rgba(1, 93, 199, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
    }
}

/* pulseBig2 */
@keyframes pulseBig3 {
    0% {
        box-shadow: 0 0 0 0 #ffffff;
    }

    50% {
        box-shadow: 0 0 0 20px rgba(1, 93, 199, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
    }
}

/*--
    - 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: white;
}

[data-overlay="dark"]::before {
    background-color: #222222;
}

/*-- 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;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .header-top-bg {
        padding-right: 15px;
        padding-left: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .header-top-bg {
        padding-right: 15px;
        padding-left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-top-bg {
        padding-right: 0px;
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .header-top-bg {
        padding-right: 0px;
        padding-left: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-top-bg {
        padding-right: 0px;
        padding-left: 0;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .main-header-bg {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .main-header-bg {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-header-bg {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (max-width: 767px) {
    .main-header-bg {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .main-header-bg {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.custom-container {
    max-width: 1430px;
    margin: 0 auto;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .custom-container {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .custom-container {
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .custom-container {
        padding-left: 0;
        padding-right: 0;
    }
}

.main-header-area {
    position: relative;
    z-index: 111;
    left: 0;
    right: 0;
    margin-bottom: -50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-header-area {
        padding: 15px 15px 15px 15px;
    }
}

@media (max-width: 767px) {
    .main-header-area {
        padding: 15px 0 15px 0;
        margin-bottom: 0px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .main-header-area {
        padding: 15px 0 15px 0;
        margin-bottom: 0px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .hamburger-menu {
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .hamburger-menu {
        padding-right: 10px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hamburger-menu {
        padding-right: 10px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .headers2__cta__icon {
        margin-right: 7px;
    }
}

.headers2__cta__icon i {
    color: #ff7029;
    font-size: 43px;
}

.headers2__cta h6 {
    color: #616161;
    font-size: 15px;
    line-height: 1.1;
    margin-bottom: 0;
    font-weight: 700;
}

.headers2__cta > span {
    color: #232323;
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    line-height: 1.1;
    font-weight: 700;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .headers2__cta > span {
        font-size: 15px;
    }
}

.headers {
    display: inline-block;
}

.headers__icon i {
    color: #ff7029;
    font-size: 13px;
}

.headers__icon a {
    font-size: 17px;
    font-family: "Roboto", sans-serif;
    line-height: 1;
    color: #616161;
}

.headers__lang {
    background: white;
    min-width: 200px;
    text-align: center;
    position: absolute;
    top: 120%;
    transition: .4s all;
    box-shadow: 1px 1px 0px 2px rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    z-index: 1111;
}

.headers__lang li {
    border-bottom: 1px solid #ff7029;
}

.headers__lang li:last-child {
    border: 0;
}

.headers__lang li a {
    display: block;
    padding: 4px 0;
    color: #ff7029;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
}

.headers:hover .headers__lang {
    opacity: 1;
    visibility: visible;
}

@media (max-width: 767px) {
    .header2__social {
        text-align: center !important;
        margin-top: 15px;
    }
}

.header2__social > a {
    font-size: 15px;
    line-height: 28px;
    border-radius: 50%;
    background-color: #ececec;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    width: 48px;
    height: 48px;
    margin: 0 2px;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .header2__social > a {
        margin: 0 0px;
    }
}

.header2__social > a:hover {
    color: white;
    background: #ff7029;
}

.main-menu {
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .main-menu {
        margin: 0;
    }
}

.main-menu ul li {
    display: inline-block;
    position: relative;
}

.main-menu ul li:last-child a {
    margin-right: 0;
}

.main-menu ul li > a {
    color: black;
    font-size: 15px;
    line-height: 1;
    font-family: "Roboto", sans-serif;
    padding: 30px 0;
    margin: 0 37px 0 0;
    display: inline-block;
    position: relative;
}

.main-menu ul li > .theme_btn {
    margin: 0 35px 0 0;
}

.main-menu ul li > a::before {
    content: "";
    position: absolute;
    background: #ff7029;
    width: 0;
    left: 0;
    height: 3px;
    top: 0px;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    z-index: 1;
}

.main-menu ul li > a i {
    font-size: 14px;
}

.main-menu ul li > a.active {
    color: #21FFAA;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .main-menu ul li > a {
        margin: 0 17px;
    }

    .main-menu ul li > .theme_btn {
        margin: 0 17px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .main-menu ul li > a {
        margin: 0 11px;
    }

    .main-menu ul li > .theme_btn {
        margin: 0 11px;
    }
}

.main-menu ul li:hover > a {
    color: #555555;
    /*font-weight: bold;*/
    /*font-size: 14px;*/
}


/*.main-menu ul li:hover > a::before {*/
/*  right: 0;*/
/*  width: 100%;*/
/*}*/
.main-menu ul li ul.submenu {
    background: #050024 none repeat scroll 0 0;
    /*box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);*/
    border-radius: 4px 17px 17px 17px;
    /*left: 0;*/
    opacity: 0;
    position: absolute;
    top: 119%;
    transition: all 0.3s ease 0s;
    visibility: hidden;

    z-index: 9;
    /*border-top: 4px solid #ff7029;*/
    text-align: left;
    padding: 15px 0;
    margin-left: 0;



    /*position: absolute;*/
    /*top: 110%;*/
    /*left: 0;*/
    /*opacity: 0;*/
    /*visibility: hidden;*/
    /*-webkit-transition: 0.3s;*/
    /*-o-transition: 0.3s;*/
    /*transition: 0.3s;*/
    /*background-color: #fff;*/
    /*-webkit-box-shadow: 0 2px 12px rgb(0 0 0 / 10%);*/
    /*box-shadow: 0 2px 12px rgb(0 0 0 / 10%);*/
    /*min-width: 250px;*/
    /*z-index: 990;*/
    /*border-radius: 8px;*/

}

.regular-menu {
    width: 160px;
    left: 0;
}

.solutions-submenu {
    min-width: 250px;
    width: unset;
    left: unset;
    right: 0;
}

.mega-menu-item {
    width: 190px;
}

.mega-menu-item h5 {
    color: white;
    font-weight: bold;
    font-size: 15px;
    padding: 10px 10px;
    line-height: 1.3;
}
.mega-menu-item a {
    padding: 10px 15px !important;
    line-height: 1.3;
}


@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .main-menu ul li ul.submenu {
        margin-left: 17px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .main-menu ul li ul.submenu {
        margin-left: 5px;
    }
}

.main-menu ul li ul.submenu li {
    display: block;
}

.main-menu ul li ul.submenu li a {
    padding: 14px 30px;
    display: block;
    color: white;
    font-weight: normal;
    font-size: 14px;
    margin: 0;
    border: 0;
}

.main-menu ul li ul.submenu li a::before {
    display: none;
}

.main-menu ul li:hover .submenu {
    top: 80%;
    visibility: visible;
    opacity: 1;
}

.sticky {
    position: fixed;
    z-index: 999;
    width: 100%;
    background: #fff;
    top: 0;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
}

.sticky .logo {
    transform: translateY(2px);
}

.sticky .hamburger-menu {
    top: 17px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sticky .hamburger-menu {
        top: 35px;
    }
}

/* Hamburger-menu */
.hamburger-menu {
    display: inline-block;
}

.hamburger-menu > a {
    display: inline-block;
    font-size: 25px;
    color: #232323;
}

.side-mobile-menu {
    display: none;
}

@media only screen and (min-width: 768px) {
    .side-mobile-menu {
        display: block;
    }
}

@media (max-width: 767px) {
    .side-mobile-menu {
        display: block;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .side-mobile-menu {
        display: block;
    }
}

.offset-sidebar {
    display: block;
    margin-top: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .offset-sidebar {
        display: none;
    }
}

@media (max-width: 767px) {
    .offset-sidebar {
        display: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .offset-sidebar {
        display: none;
    }
}

.slide-bar {
    position: fixed;
    overflow-y: auto;
    top: 0;
    right: -370px;
    width: 250px;
    padding: 25px 30px;
    height: 100%;
    display: block;
    background-color: white;
    z-index: 1020;
    -webkit-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
}

.slide-bar.show {
    right: 0;
}

.open-mobile-menu {
    display: inline-block;
}

.open-mobile-menu a {
    display: block;
    width: 50px;
    height: 50px;
    background: #212121;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    margin-left: 20px;
    color: #fff;
}

.open-mobile-menu a:hover {
    background: #ff7029;
}

.open-mobile-menu a.active {
    background: #ff7029;
}

.close-mobile-menu a {

    position: relative;
    z-index: 2;
    font-size: 16px;
    top: -10px;
    left: 0;
    color: black;
}

.close-mobile-menu a:hover {
    color: #ff0000;
}

.on-side {
    overflow: hidden;
}

.body-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 1010;
    left: 0;
    opacity: 0;
    display: none;
    -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;
}

.body-overlay.active {
    opacity: 1;
    display: block;
}

.side-mobile-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.side-mobile-menu ul li a {
    padding: 13px 0;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    font-size: 16px;
    color: black;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
}

.side-mobile-menu ul li a:hover {
    /*color: #ff7029;*/
    padding-left: 5px;
}

.side-mobile-menu ul li a[aria-expanded="true"] {
    /*color: #ff7029;*/
}

.side-mobile-menu ul li a[aria-expanded="true"]:before {
    /*background: #ff7029;*/
    /*border-color: #ff7029;*/
}

.side-mobile-menu ul li ul {
    padding-left: 0;
    list-style: none;
}

.side-mobile-menu ul li ul li {
    /*padding-left: 15px;*/
}

.side-mobile-menu ul li ul li:hover > a {
    /*color: #ff7029;*/
    /*padding-left: 20px;*/
}

.side-mobile-menu ul li ul li:hover > a:before {
    /*background: #ff7029;*/
    /*border-color: #ff7029;*/
}

.side-mobile-menu ul li ul li a {
    position: relative;
    padding-left: 5px;
    text-transform: capitalize;
    font-size: 16px;
    border-bottom: none;
}

.side-mobile-menu ul li ul li a:before {
    /*content: "";*/
    /*width: 8px;*/
    /*height: 8px;*/
    /*position: absolute;*/
    /*left: 0;*/
    /*top: 50%;*/
    /*transform: translateY(-50%);*/
    /*border: 2px solid white;*/
    /*border-radius: 50%;*/
}

.side-mobile-menu ul li ul li a[aria-expanded="true"] {
    padding-left: 20px;
}

.side-mobile-menu ul li.has-dropdown > a:after {
    position: absolute;
    content: "";
    width: 11px;
    height: 11px;
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: initial;
    right: 19px;
    top: 50%;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    -webkit-transform-origin: top;
    transform-origin: top;
    transition: all .3s ease-out;
}

.side-mobile-menu ul li.has-dropdown a[aria-expanded="true"]:after {
    -webkit-transform: rotate(-135deg) translateY(-50%);
    transform: rotate(-135deg) translateY(-50%);
}

.offset-widget.offset-logo {
    border-bottom: 1px solid #eeecec;
    padding-bottom: 20px;
}

.offset-widget .info-widget .offset-title {
    font-size: 20px;
    font-weight: 800;
    color: white;
}

.offset-widget .info-widget p {
    color: white;
}

.offset-widget .info-widget.info-widget2 p {
    margin-bottom: 15px;
}

.offset-widget .info-widget.info-widget2 p i {
    margin-right: 7px;
    color: white;
}

@media (min-width: 1400px) {
    .custom-container3 {
        max-width: 1350px;
        margin: 0 auto;
    }
}


.header-02 {
    padding-left: 10px;
}

.header-02 .headers2__cta__icon i {
    font-size: 18px;
    line-height: 1;
}

.header-02 .headers2__cta .cta-text {
    color: white;
    font-size: 15px;
    line-height: 1;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
}

.header-02 .headers2__cta .cta-text:hover {
    color: white;
}

@media (max-width: 767px) {
    .header02 {
        justify-content: center;
        margin: 10px 0;
    }
}

.header02__icon i {
    font-size: 25px;
}

.header02__cta span {
    color: white;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .header02__social {
        display: none;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .header02__social {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header02__social {
        display: none;
    }
}

@media (max-width: 767px) {
    .header02__social {
        display: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header02__social {
        display: none;
    }
}

.header02__social > a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #7e899b;
}

.header02__social > a i {
    font-size: 12px;
}

.main-header-area02 {
    margin-bottom: 0;
}

@media only screen and (min-width: 1601px) and (max-width: 1920px) {
    .main-header-area02 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .main-header-area02 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .main-header-area02 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .main-header-area02 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.logo .logo-img img {
    border-radius: unset;
    width: 130px;
    image-rendering: -moz-crisp-edges; /* Firefox */
    image-rendering: -o-crisp-edges; /* Opera */
    image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .logo img {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .logo img {
        max-width: 100%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .logo img {
        max-width: 100%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .main-menu2 ul li a {
        margin: 0 17px;
    }
}

.right__nav--search > a {
    display: inline-block;
    text-align: start;
    font-size: 22px;
    line-height: 60px;
    width: 60px;
    height: 60px;
    color: black;
}

.right__nav--hamb-menu > .hamburger-menu {
    display: inline-block;
    text-align: start;
    font-size: 25px;
    line-height: 60px;
    width: 30px;
    height: 60px;
    color: black;
}

.right__btn {
    background: #ff7029;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .right__btn {
        display: none;
    }
}

.right__btn:hover {
    background: #57b33e;
}

.main-header-area03 {
    margin-bottom: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .main-header-area03 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .main-header-area03 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media (max-width: 767px) {
    .main-header-area03 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .main-header-area03 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .header-top-bg3 {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .left-menu .headers2 {
        margin-left: 5px;
    }
}

.left-menu .header-2-icon {
    width: 90px;
    height: 90px;
    line-height: 90px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .left-menu .right__nav--search {
        margin-right: 0px;
    }
}

.head__lang {
    width: 285px;
    text-align: center;
    padding: 29px 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .head__lang {
        width: 190px;
    }
}

.head__lang i {
    color: white;
}

.head__lang a {
    color: white;
}

.head__lang a i {
    color: white;
}

.hambergur-3 {
    background: #1f242c;
    padding: 27px 29px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .hambergur-3 {
        display: none;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .hambergur-3 {
        display: none;
        padding: 15px 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hambergur-3 {
        display: none;
        padding: 15px 20px;
    }
}

@media (max-width: 767px) {
    .hambergur-3 {
        display: none;
        padding: 15px 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hambergur-3 {
        display: none;
        padding: 15px 20px;
    }
}

.hambergur-3 a i {
    color: white;
}

@media only screen and (min-width: 1601px) and (max-width: 1920px) {
    .right__nav .header3__social {
        display: block;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .right__nav .header3__social {
        display: none;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .right__nav .header3__social {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .right__nav .header3__social {
        display: none;
    }
}

@media (max-width: 767px) {
    .right__nav .header3__social {
        display: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .right__nav .header3__social {
        display: none;
    }
}

@media only screen and (min-width: 1601px) and (max-width: 1920px) {
    .right__nav .hambergur-3 {
        display: none;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .right__nav .hambergur-3 {
        display: block;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .right__nav .hambergur-3 {
        display: block;
        padding: 5px 14px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .right__nav .hambergur-3 {
        display: block;
        padding: 5px 14px;
    }
}

@media (max-width: 767px) {
    .right__nav .hambergur-3 {
        display: block;
        padding: 5px 14px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .right__nav .hambergur-3 {
        display: block;
        padding: 5px 14px;
    }
}


/* Menu Search
-------------------------------------------------------*/
.header-2-icon {
    color: white;
}

.nav-search.search-trigger.header-2-icon {
    color: black;
    display: inline-block;
}

.nav-search {
    position: relative;
    display: block;
    color: inherit;
}

.nav-search:hover {
    color: inherit;
}

.search-wrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 121;
    background: rgba(0, 0, 0, 0.9);
}

.search-wrap .search-inner {
    position: relative;
    width: 100%;
    height: 100%;
}

.search-wrap .search-cell {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}

.search-wrap .search-field-holder {
    width: 50%;
    margin: auto;
    position: relative;
    animation: slideInUp .3s;
}

.search-wrap .main-search-input {
    width: 100%;
    height: 70px;
    border: 0;
    padding: 0 50px;
    text-transform: uppercase;
    background: transparent;
    font-size: 25px;
    color: #fff;
    border-bottom: 2px solid #898989;
    text-align: center;
    letter-spacing: 2px;
}

@media only screen and (max-width: 1200px) {
    .search-wrap .search-field-holder {
        width: 90%;
    }

    .search-wrap .main-search-input {
        padding: 0;
    }
}

.search-wrap input.form-control,
.search-wrap input.form-control:focus {
    background-color: #fff;
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

input.main-search-input::-webkit-input-placeholder {
    color: #fff;
    font-size: 25px;
}

input.main-search-input:-moz-placeholder {
    color: #fff;
    opacity: 1;
    font-size: 25px;
}

input.main-search-input::-moz-placeholder {
    color: #fff;
    opacity: 1;
    font-size: 25px;
}

input.main-search-input:-ms-input-placeholder {
    color: #fff;
    font-size: 25px;
}

.search-close {
    position: absolute;
    top: 50px;
    right: 50px;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
}

.plan-area .plane-shape-one {
    position: absolute;
    bottom: 0;
    left: 0;
}

.plan-area .plane-shape-two {
    position: absolute;
    right: 75px;
    top: 0;
    animation: rotation infinite 50s linear;
}

.plan {
    text-align: center;
    background: white;
    box-shadow: 0px 10px 60px 0px rgba(233, 233, 233, 0.45);
    padding: 45px 0 50px 0;
    position: relative;
}

.plan::before {
    content: "";
    position: absolute;
    background: url(../../../../../assets/img/shape/plan-shape8.html) no-repeat;
    width: 302px;
    height: 313px;
    left: 0;
    top: 33%;
    transform: translateY(-33%);
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

@media (max-width: 767px) {
    .plan::before {
        width: 250px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .plan::before {
        width: 250px;
    }
}

.plan:hover::before {
    background: url(../../../../../assets/img/shape/plan-shape9.html) no-repeat;
}

@media (max-width: 767px) {
    .plan:hover::before {
        width: 250px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .plan:hover::before {
        width: 250px;
    }
}

.plan__head p {
    color: #ff7029;
    font-weight: 800;
    margin-left: 100px;
    text-transform: uppercase;
}

.plan__head h1 {
    color: #57b33e;
    font-size: 65px;
    line-height: 1;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
    margin-bottom: 25px;
}

.plan__head h1 span {
    font-size: 24px;
}

.plan__head h5 {
    font-size: 24px;
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: 7px;
    text-transform: uppercase;
}

.plan__head .tag {
    color: white;
    background: #ff7029;
    clip-path: polygon(23% 6%, 78% 13%, 100% 100%, 0% 94%);
    font-size: 13px;
    line-height: 1;
    font-weight: 800;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    padding: 10px 30px;
    display: inline-block;
    transform: rotate(-48deg);
    position: absolute;
    left: -31px;
    top: -26px;
}

.plan__list li {
    color: #616161;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    margin-bottom: 20px;
}

.plan__list li del {
    border-color: #ff7029;
}

.plane-shape-three {
    content: "";
    border-radius: 50%;
    background-color: #ff7029;
    position: absolute;
    left: 289px;
    bottom: 55px;
    width: 200px;
    height: 200px;
}

.plane-shape-four {
    position: absolute;
    right: 90px;
    top: 120px;
    animation: rotation 54s infinite linear;
}

.card {
    background: 0;
    border: 0;
    border-radius: 0;
}

.card .card-header {
    background: none;
    padding: 0;
    border: 0;
    padding-bottom: 25px;
}

.card .card-header button:focus {
    outline: none;
    border: 0;
    box-shadow: none;
    text-decoration: none;
}

.card .card-header button {
    display: block;
    border: 0;
    font-size: 18px;
    line-height: 1.1;
    font-family: "Roboto", sans-serif;
    font-weight: 800;
    color: #57b33e;
    width: 100%;
    text-align: left;
    background: 0;
    padding: 0;
    padding-left: 45px;
    white-space: normal;
    position: relative;
}

.card .card-header button.collapsed {
    position: relative;
}

.card .card-header button.collapsed::after {
    content: "+";
    position: absolute;
    left: 0;
    top: -5px;
    font-size: 15px;
    color: #fff;
    background: #57b33e;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}

.card .card-header button.btn-link {
    position: relative;
}

.card .card-header button.btn-link::before {
    content: "-";
    position: absolute;
    left: 0;
    top: -5px;
    font-size: 15px;
    color: #fff;
    background: #57b33e;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}

.card .card-header .btn {
    border: 0;
    white-space: normal;
}

.card .card-header .btn-link:hover {
    color: none;
    text-decoration: none;
}

.card .card-body {
    color: white;
    padding: 0;
    margin-bottom: 36px;
}

.faq-area .card .card-header {
    padding-bottom: 0;
}

.faq-area .card .card-header button {
    color: white;
    background: #ff7029;
    padding: 25px 30px;
    border-radius: 0;
    white-space: normal;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .faq-area .card .card-header button {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .faq-area .card .card-header button {
        font-size: 14px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .faq-area .card .card-header button {
        font-size: 14px;
    }
}

.faq-area .card .card-header button i {
    font-size: 18px;
    line-height: 1;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.faq-area .card .card-header button.btn-link::before {
    color: #ff7029;
    right: 30px;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
    background: white;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

@media (max-width: 767px) {
    .faq-area .card .card-header button.btn-link::before {
        right: 10px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .faq-area .card .card-header button.btn-link::before {
        right: 10px;
    }
}

.faq-area .card .card-header button.collapsed {
    color: #232323;
    background: whitesmoke;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.faq-area .card .card-header button.collapsed::after {
    color: white;
    right: 30px;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
    background: #ff7029;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

@media (max-width: 767px) {
    .faq-area .card .card-header button.collapsed::after {
        right: 10px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .faq-area .card .card-header button.collapsed::after {
        right: 10px;
    }
}

.faq-area .card .card-body {
    color: #616161;
    border: 1px solid #e4e4e4;
    padding: 30px 30px 25px 40px;
    border-top: 0;
    margin-bottom: 0;
}

.faqs-list li {
    color: #232323;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    font-family: "Roboto", sans-serif;
    float: left;
    width: 49%;
    padding-left: 30px;
    margin-bottom: 20px;
    position: relative;
}

.faqs-list li::before {
    content: "\f058";
    position: absolute;
    font-family: "Font Awesome 5 pro";
    left: 0;
    top: 0;
    font-size: 15px;
    line-height: 1;
    color: #ff7029;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.faqs-list li:hover::before {
    left: 5px;
}

.catagory-search {
    position: relative;
}

.catagory-search input:focus {
    box-shadow: none;
}

.catagory-search .form-control {
    color: #616161;
    font-size: 16px;
    line-height: 1;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    display: block;
    border: 2px solid #ededed;
    border-radius: 5px;
    background: white;
    position: relative;
    padding-left: 25px;
    width: 100%;
    height: 61px;
}

.catagory-search span {
    color: white;
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 5px;
    background-color: #ff7029;
    display: inline-block;
    line-height: 61px;
    text-align: center;
    width: 60px;
    height: 60px;
    z-index: 345;
}

.shop-widget {
    border: 2px solid #ededed;
    padding: 35px 0 25px 35px;
}

.shop-widget .shop-title {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 800;
    position: relative;
}

.shop-widget .shop-title::before {
    content: "";
    position: absolute;
    background: #ff7029;
    left: 20px;
    bottom: 0;
    width: 25px;
    height: 2px;
    z-index: 1;
}

.shop-widget .shop-title::after {
    content: "";
    position: absolute;
    background: #ff7029;
    left: 0;
    bottom: 0;
    width: 10px;
    height: 2px;
    z-index: 1;
}

.shop-widget .cat-list li a {
    color: #616161;
    font-size: 16px;
    line-height: 1;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    margin-bottom: 15px;
    display: inline-block;
}

.shop-widget .tag-list2 .tag-btn {
    color: #616161;
    font-size: 14px;
    line-height: 1;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    background: whitesmoke;
    padding: 14px 20px;
    margin: 0 7px 7px 0;
    display: inline-block;
    border-radius: 6px;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.shop-widget .tag-list2 .tag-btn:hover {
    color: white;
    background: #ff7029;
}

.shop-widget .shop-widget-price .price-meter {
    color: #232323;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
}

.shop-widget .shop-widget-price .price-meter span {
    color: #616161;
}

.shop-widget .progress {
    overflow: visible;
    background: #dfdfdf;
    height: 4px;
    width: 195px;
    position: relative;
}

.shop-widget .progress .progress-bar {
    background: #ff7029;
    width: 158px;
    height: 4px;
    position: absolute;
    right: 0;
}

.shop-widget .progress .progress-bar .empty-box {
    background: #ff7029;
    position: absolute;
    left: 0;
    top: -3px;
    width: 10px;
    height: 10px;
    z-index: 1;
    display: inline-block;
}

.product__img {
    padding: 30px 0 30px 0;
}

.product__text--icon a {
    color: #ff7029;
    font-size: 15px;
    line-height: 1;
    margin: 0 4px;
    margin-bottom: 10px;
    display: inline-block;
}

.product__text h6 {
    margin-bottom: 0;
}

.product__text h6 a {
    color: #232323;
    font-size: 18px;
    line-height: 1.3;
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-weight: 800;
    margin-bottom: 4px;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.product__text .product-price {
    color: #ff7029;
    font-size: 15px;
    line-height: 1.3;
    font-family: "Roboto", sans-serif;
    font-weight: 800;
}

.product:hover .product__text h6 a {
    color: #ff7029;
}

.shop-fileter {
    border: 2px solid #ededed;
    width: 149px;
    height: 55px;
    padding-top: 5px;
    padding-left: 30px;
    position: relative;
}

.shop-fileter::before {
    content: "\f078";
    font-family: "Font Awesome 5 pro";
    position: absolute;
    color: #232323;
    font-size: 16px;
    line-height: 1;
    right: 30px;
    top: 16px;
}

.shop-fileter::after {
    display: none;
}

.shop-fileter .current {
    color: #232323;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    line-height: 1;
}

.nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #ededed !important;
}

.shop-thumb-tab {
    float: left;
    width: 170px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .shop-thumb-tab {
        float: none;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .shop-thumb-tab {
        float: none;
        width: 100%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .shop-thumb-tab {
        float: none;
        width: 100%;
    }
}

.shop-thumb-tab ul li {
    margin-bottom: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .shop-thumb-tab ul li {
        float: left;
        width: 30.33%;
        margin: 0 5px;
    }
}

@media (max-width: 767px) {
    .shop-thumb-tab ul li {
        float: left;
        width: 29.33%;
        margin: 0 5px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .shop-thumb-tab ul li {
        float: left;
        width: 29.33%;
        margin: 0 5px;
    }
}

.shop-thumb-tab ul li a {
    padding: 0;
}

.shop-thumb-tab ul li a img {
    max-width: 100%;
}

.product-details-img {
    text-align: center;
    margin-left: 200px;
    overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-details-img {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .product-details-img {
        margin-left: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .product-details-img {
        margin-left: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .product-details-img img {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-details-img img {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .product-details-img img {
        width: 100%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .product-details-img img {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .product-details {
        margin-left: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .product-details {
        margin-left: 0;
    }
}

.product-details .product-title h3 {
    color: #232323;
    font-size: 30px;
    line-height: 1.3;
    font-weight: 800;
}

.product-details .product-title .new-price {
    color: #232323;
    font-size: 18px;
    line-height: 1;
    font-family: "Roboto", sans-serif;
    font-weight: 800;
    display: inline-block;
}

.cart-plus-minus {
    position: relative;
    display: inline-block;
}

.cart-plus-minus input {
    border: 1px solid #dddddd;
    width: 124px;
    height: 31px;
    appearance: none;
    text-align: center;
    font-size: 14px;
    color: #232323;
    font-weight: 700;
}

.cart-plus-minus .qtybutton {
    position: absolute;
    top: 0;
    left: 16px;
}

.cart-plus-minus .dec.qtybutton {
    left: 15px;
    border-right: 1px solid #dddddd;
    padding-right: 15px;
    line-height: 1.99;
}

.cart-plus-minus .inc.qtybutton {
    left: auto;
    right: 15px;
    border-left: 1px solid #dddddd;
    padding-left: 15px;
    line-height: 1.99;
}

.plus-minus .cart_btn {
    border: 0;
    background: #57b33e;
    font-size: 14px;
    line-height: 1;
    font-family: "Roboto", sans-serif;
    font-weight: 800;
    color: white;
    padding: 13px 26px;
    display: inline-block;
}

.product-social .share {
    color: #232323;
    font-size: 16px;
    line-height: 1.1;
    font-family: "Roboto", sans-serif;
    font-weight: 800;
}

.product-social a {
    font-size: 15px;
    line-height: 1;
    color: #616161;
    margin-right: 10px;
}

.product-social a:hover {
    color: #ff7029;
}

.product-details-tab-02 .nav-tabs {
    border: 0;
    margin-bottom: 30px;
}

.product-details-tab-02 .nav-tabs .nav-link {
    font-size: 24px;
    padding: 0 55px 15px 0;
    border-bottom: 2px solid #dddddd;
}

.product-details-tab-02 .nav-tabs .nav-link.active {
    border-bottom: 2px solid #ff7029;
}

.footer-top-cta .footer__widget {
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.footer-top-cta .footer__widget__icon {
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    display: inline-block;
}

.footer-top-cta .footer__widget__icon__block {
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    display: none;
}

.footer-top-cta .footer__widget:hover {
    background: #ff7029;
}

.footer-top-cta .footer__widget:hover .footer__widget__icon {
    display: none;
}

.footer-top-cta .footer__widget:hover .footer__widget__icon__block {
    display: inline-block;
}

.footer-top-cta .footer__widget h6 {
    color: white;
    font-size: 18px;
    line-height: 1.1;
}

.footer-top-cta .footer__widget span {
    color: white;
    font-size: 24px;
    line-height: 1;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
}

.footer-area .fot-shape {
    left: 0;
    top: 0;
}

.footer-area .fot-shape-two {
    right: 0;
    bottom: 0;
}

.footer-area .scroll-target {
    border-radius: 23px;
    background-color: #57b33e;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    top: -68px;
    width: 50px;
    height: 70px;
    z-index: 1;
}

.footer-area .scroll-target i {
    color: white;
    font-size: 25px;
    line-height: 70px;
}

.footer-bottom-area {
    border-bottom: 1px solid #2a303a;
}

.footer-bottom-area .footer__widget h5 {
    color: white;
    font-size: 18px;
    line-height: 1.3;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
}

.footer-bottom-area .footer__widget h5.bottom-line {
    position: relative;
}

@media only screen and (max-width: 576px) {
    .footer-bottom-area {
        padding-left: 10px;
    }

    .footer-area h1, .footer-area p {
        padding-left: 10px;
    }

    .footer-area .theme_btn {
        margin-left: 10px;
    }
}

.footer-bottom-area .footer__widget h5.bottom-line::before {
    /*content: "";*/
    /*background-color: #dedede;*/
    /*position: absolute;*/
    /*left: 0;*/
    /*bottom: 0;*/
    /*width: 100px;*/
    /*height: 2px;*/
    /*z-index: 1;*/
}

.footer-bottom-area .footer__widget h5.bottom-line::after {
    /*content: "";*/
    /*background: #ff7029;*/
    /*position: absolute;*/
    /*left: 0;*/
    /*bottom: -1px;*/
    /*width: 0;*/
    /*height: 4px;*/
    /*z-index: 2;*/
    /*-webkit-transition: all 0.4s ease-out 0s;*/
    /*-moz-transition: all 0.4s ease-out 0s;*/
    /*-ms-transition: all 0.4s ease-out 0s;*/
    /*-o-transition: all 0.4s ease-out 0s;*/
    /*transition: all 0.4s ease-out 0s;*/
}

.footer-bottom-area .footer__widget:hover h5.bottom-line::after {
    width: 40px;
}

.footer-bottom-area .footer__widget p {
    color: #c1c6ce;
}

.footer-bottom-area .footer__widget .foter__social > a {
    width: 35px;
    height: 35px;
    font-size: 12px;
    line-height: 35px;
}

.footer-bottom-area .footer__widget .fot-list li a {
    color: #c1c6ce;
    font-size: 15px;
    line-height: 32px;
    font-family: "Roboto", sans-serif;
    position: relative;
    -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;
}

.footer-bottom-area .footer__widget .fot-list li a i {
    font-size: 12px;
    position: absolute;
    left: 0;
    top: 4px;
    display: none;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.footer-bottom-area .footer__widget .fot-list li a:hover, .footer-bottom-area .footer__widget .fot-list li a.active {
    padding-left: 17px;
    color: #d6d6d6;
}

.footer-bottom-area .footer__widget .fot-list li a:hover i, .footer-bottom-area .footer__widget .fot-list li a.active i {
    display: block;
    color: #d6d6d6;
}

.footer-bottom-area .blogs__content h6 {
    margin-bottom: 0;
}

.footer-bottom-area .blogs__content h6 a {
    color: #c1c6ce;
    font-size: 16px;
    line-height: 1.4;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
}

.footer-bottom-area .blogs__content h6 a i {
    font-size: 18px;
}

.footer-bottom-area .blogs__content .coment-name {
    color: #c1c6ce;
    font-size: 13px;
    line-height: 1;
    font-weight: 400;
    padding-left: 35px;
    position: relative;
}

.footer-bottom-area .blogs__content .coment-name::before {
    content: "";
    background: #57b33e;
    position: absolute;
    left: 0;
    top: 7px;
    width: 25px;
    height: 2px;
    z-index: 1;
}

.instagram {
    margin-bottom: 10px;
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

@media (max-width: 767px) {
    .instagram {
        margin: 0;
    }
}

@media (max-width: 767px) {
    .instagram {
        margin: 0;
    }
}

.instagram__thumb {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.instagram__thumb img {
    display: block;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.instagram__thumb img:hover {
    transform: scale(1.1);
}

.instagram__thumb::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #ff7029;
    opacity: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    z-index: 1;
}

.instagram__icon {
    font-size: 30px;
    color: #fff;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    z-index: 3;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.instagram:hover .instagram__thumb::before {
    opacity: 0.85;
}

.instagram:hover .instagram__icon {
    opacity: 1;
    visibility: visible;
}

.copyright p {
    color: #c1c6ce;
}

.copyright a {
    color: white;
}

@media (max-width: 767px) {
    .bottom-nav {
        text-align: left !important;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bottom-nav {
        text-align: left !important;
    }
}

.bottom-nav ul li {
    display: inline-block;
}

.bottom-nav ul li > a {
    color: #c1c6ce;
    font-size: 15px;
    line-height: 32px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    display: inline-block;
    margin-left: 28px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bottom-nav ul li > a {
        margin-left: 13px;
    }
}

@media (max-width: 767px) {
    .bottom-nav ul li > a {
        margin-left: 5px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bottom-nav ul li > a {
        margin-left: 5px;
    }
}

.bottom-nav ul li > a:hover {
    color: #ff7029;
}

.fot-bottom-a2 {
    border-bottom: 1px solid #707070;
}

.fot-bottom-a2 .widget2 h5 {
    /*color: #232323;*/
}

.fot-bottom-a2 .widget2 p {
    color: white;
}

.fot-bottom-a2 .widget2 .fot-list li a {
    color: white;
}

.fot-bottom-a2 .widget2 .fot-list li a i {
    color: white;
}

.fot-bottom-a2 .addres-bar__icon i {
    color: white;
    font-size: 18px;
    margin-top: 8px;
    display: inline-block;
}

.fot-bottom-a2 .addres-bar .direction {
    color: #616161;
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
}

.copy-area2 .scroll-target {
    background: #ff7029;
}

.copy-area2 .copyright2 p {
    color: white;
    font-weight: normal;
    font-size: 14px;
}

.copy-area2 .bottom-nav ul li a {
    color: #616161;
}

@media (max-width: 767px) {
    .sub__widget {
        margin-left: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .sub__widget {
        margin-left: 0;
    }
}

/*# sourceMappingURL=main.css.map */

.homepage-slider img {
    object-fit: cover;
    height: 100%;
    border-radius: 20px;
}

.homepage-slider .carousel-item {
    height: 500px;
}

@media only screen and (max-width: 992px) {
    .homepage-slider .carousel-item {
        height: 300px;
    }
}

.homepage-slider .carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity;
}

.homepage-slider .carousel-fade .carousel-item.active,
.homepage-slider .carousel-fade .carousel-item-next.carousel-item-left,
.homepage-slider .carousel-fade .carousel-item-prev.carousel-item-right {
    opacity: 1;
}

.homepage-slider .carousel-fade .active.carousel-item-left,
.homepage-slider .carousel-fade .active.carousel-item-right {
    opacity: 0;
}

.homepage-slider .carousel-fade .carousel-item-next,
.homepage-slider .carousel-fade .carousel-item-prev,
.homepage-slider .carousel-fade .carousel-item.active,
.homepage-slider .carousel-fade .active.carousel-item-left,
.homepage-slider .carousel-fade .active.carousel-item-prev {
    transform: translateX(0);
    transform: translate3d(0, 0, 0);
}

.homepage-slider .slider-control-next-icon,
.homepage-slider .slider-control-prev-icon {
    font-size: 40px;

}

.homepage-slider .carousel-indicators li {
    border-radius: 50%;
    background-color: transparent;
    width: 10px;
    height: 10px;
    border: 1px solid white;
}

.homepage-slider .carousel-indicators .active {
    background-color: white;
}
.homepage-slider p {
    font-size: 17px;
    line-height: 1.2;
    color: white;
}
.homepage-slider .carousel-caption {
    height: 100%;
    padding: 90px 0;
    max-width: 520px;
}

.homepage-slider .carousel-caption h1 {
    color: white;
    text-align: left;
    line-height: 1.4;
    font-weight: bold;
    font-size: 44px;
}

@media only screen and (max-width: 1200px) {
    .homepage-slider .carousel-caption h1 {
        font-size: 35px;
    }
}

@media only screen and (max-width: 992px) {
    .homepage-slider .carousel-caption h1 {
        font-size: 30px;
    }
    .homepage-slider .carousel-caption {
        padding: 60px 0;
    }
}


@media only screen and (max-width: 600px) {
    .homepage-slider .carousel-caption h1 {
        font-size: 24px;
    }
    .homepage-slider .carousel-caption {
        padding: 60px 0;
    }
}


.homepage-slider .carousel-caption ul li {
    list-style-type: disc;
    text-align: left;
    margin-left: 20px;
    font-size: 17px;
    line-height: 1.3;
}

.homepage-slider .carousel-caption {
    text-align: left;
}

.title-blue-small {
    font-size: 30px;
    color: #050024;
    font-weight: bold;
    line-height: 1.2;
}

.title-blue-large {
    font-size: 40px;
    color: #050024;
    font-weight: bold;
    line-height: 1.2;
}

.title-blue-medium {
    font-size: 34px;
    color: #050024;
    font-weight: bold;
    line-height: 1.2;
}

.title-black-large {
    font-size: 40px;
    color: black;
    font-weight: bold;
    line-height: 1.2;
}

@media (max-width: 992px) {
    .title-black-large-long {
        font-size: 33px;
    }
}

.title-black-medium {
    font-size: 30px;
    color: black;
    line-height: 1.2;
    font-weight: bold;
}

@media only screen and (max-width: 992px) {
    .title-black-medium-long {
        font-size: 20px;
    }
}

.title-black-small {
    font-size: 18px;
    color: black;
    font-weight: bold;
}

@media only screen and (max-width: 992px) {
    .responsive-title {
        font-size: 30px;
    }
}

.black-list {
    color: black;
    font-size: 16px;
    list-style-type:disc;
    font-weight: normal;

    padding-left: 15px;
}

.gray-list {
    color: #707070;
    font-size: 16px;
    list-style-type:disc;
    font-weight: normal;
    padding-left: 15px;
}

.gray-list li, .black-list  li {
    list-style: disc !important;

    /*list-style: disc !important;*/
}

.overflow-hidden {
    overflow: hidden;
}
p {
    font-size: 16px;
    color: black;
    font-weight: normal;
    line-height: 1.2;
}

.text-gray {
    color: #707070;
}

@media only screen and (min-width: 1200px) {
    .small-custom-container {
        max-width: 800px;
    }
}

.large-icon {
    color: #21FFAA;
    font-size: 50px;
}

.object-fit-cover {
    object-fit: cover;
}
.object-position-bottom {
    object-position: bottom;
}
img {
    border-radius: 15px;
}

@media only screen and (max-width: 992px) {
    img {
        border-radius: 10px;
    }
}

.text-link {
    font-size: 16px;
    color: black;
    font-weight: bold;
    margin-bottom: 30px;

}

@media only screen and (max-width: 992px) {
    .title-blue-small {
        font-size: 28px;
    }
    .title-blue-small-long {
        font-size: 22px;
    }

    .text-link {
        margin-bottom: 20px;
    }
}

.text-link:hover {
    color: #555555;
}

.text-link i {
    font-size: 14px;
    line-height: 1;
    margin-left: 5px;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.text-link:hover i {
    transform: translateX(10px);
}

.overflow-visible {
    overflow: visible;
}

@media only screen and (min-width: 992px) {
    .text-lg-nowrap {
        white-space: nowrap;
    }
}


.cards-version1 .card {
    border-radius: 15px;
    box-shadow: 0 0 6px 3px rgb(0 0 0 / 10%);
    width: 300px;
    margin-bottom: 35px;
    margin-right: 30px;
    margin-left: 0;
}
.cards-version1 .slick-list {
    overflow: visible;
}
.cards-version1 {
    overflow: hidden;
}
.cards-version1 img {
    border-radius: 15px 15px 0 0;
    height: 200px;
    object-fit: cover;
}
@media only screen and (max-width: 992px) {
    .cards-version1 img {
        border-radius: 10px 10px 0 0;
    }

    .cards-version1 .card {
        border-radius: 10px;
    }

    .homepage-slider img {
        border-radius: 12px;
    }
}

.cards-version1 .card-body {
    padding: 12px 20px 20px;
}

.cards-version1 .card-body .card-title {
    font-weight: bolder;
    font-size: 22px;
    color: black;
}

.cards-version1 .card-body .card-type {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 10px;
    color: black;
}

.cards-version1 .card-body .card-text, .cards-version1 .card-body .card-text p {
    color: #707070;
}

.cards-version1 .card-body {
    margin-bottom: 5px;
}


.cards-version2 .card {
    border-radius: 15px;
    border: 3px solid #21FFAA;
    width: 300px;
    margin-bottom: 75px;
    margin-right: 30px;
    margin-left: 0;
    height: 370px;

}

.cards-version2 {
    position: relative;
}

.cards-version2 {

}

.cards-version2 .slick-prev, .cards-version2 .slick-next  {
    background: none;
    border: none;
    font-size: 55px;
    color: black;
    position: absolute;
    bottom: 0;
    z-index: 1;
}

.cards-version2 .slick-prev:hover, .cards-version2 .slick-next:hover {
    color: #555555;
    cursor: pointer;
}

.cards-version2 .slick-prev {
    left: 46%;
}
.cards-version2 .slick-next {
    right: 46%;
}

@media only screen and (max-width: 992px) {
    .cards-version2 .slick-prev {
        left: 40%;
    }
    .cards-version2 .slick-next {
        right: 40%;
    }
}

.cards-version2 .slick-list {
    overflow: visible;
}
.cards-version2 {
    overflow: hidden;
}
.cards-version2 img {
    border-radius: 15px 15px 0 0;
    height: 200px;
    object-fit: cover;
}
@media only screen and (max-width: 992px) {
    .cards-version2 img {
        border-radius: 10px 10px 0 0;
    }

    .cards-version2 .card {
        border-radius: 10px;
    }
}

.cards-version2 .card-body {
    padding: 12px 20px 20px;
}

.cards-version2 .card-body .card-title {
    font-weight: bolder;
    font-size: 22px;
    color: black;
    margin-top: 30px;
}

.cards-version2 .card-body .card-mini-title {
    font-weight: bold;
    font-size: 17px;
    color: black;
}

.cards-version2 .card-body .card-type {

    font-size: 13px;
    font-weight: bold;
    margin-bottom: 10px;
    color: black;
}

.cards-version2 .card-body .card-text, .cards-version2 .card-body .card-text p {
    color: #707070;
    margin-bottom: 15px;
}

.cards-version2 .card-body {
    margin-bottom: 5px;
}


.col-xxl, .col-xxl-1, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}


@media (min-width: 1400px) {
    .col-xxl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xxl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-xxl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-xxl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xxl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xxl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xxl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-xxl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xxl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-xxl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-xxl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xxl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-xxl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-xxl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xxl-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-xxl-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-xxl-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-xxl-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-xxl-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-xxl-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-xxl-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-xxl-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-xxl-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-xxl-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-xxl-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-xxl-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-xxl-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-xxl-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-xxl-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xxl-0 {
        margin-left: 0
    }

    .offset-xxl-1 {
        margin-left: 8.333333%
    }

    .offset-xxl-2 {
        margin-left: 16.666667%
    }

    .offset-xxl-3 {
        margin-left: 25%
    }

    .offset-xxl-4 {
        margin-left: 33.333333%
    }

    .offset-xxl-5 {
        margin-left: 41.666667%
    }

    .offset-xxl-6 {
        margin-left: 50%
    }

    .offset-xxl-7 {
        margin-left: 58.333333%
    }

    .offset-xxl-8 {
        margin-left: 66.666667%
    }

    .offset-xxl-9 {
        margin-left: 75%
    }

    .offset-xxl-10 {
        margin-left: 83.333333%
    }

    .offset-xxl-11 {
        margin-left: 91.666667%
    }
}

.footer-area .fot-shape {
    height: 100%;
    /* max-height: 300px; */
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.footer-area {
    padding-top: 300px;
    color: white;
}

.footer-area h1 {
    font-weight: bold;
    color: white;
    line-height: 1.3;
}

.footer-area p {
    font-weight: normal;
    color: white;
}

.fot-bottom-a2 .widget2 h5 {
    color: white;
}

.footer-area h5 {
    color: white;
    font-weight: bold;
    font-size: 20px;
}

.fot-bottom-a2 .widget2 .fot-list li a {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.2;
}

.fot-bottom-a2 .widget2 .fot-list li {
    line-height: 1.2;
    margin-bottom: 8px;
    max-width: 210px;
}

.footer-area .footer-social-links a{
    font-size: 30px;
    margin-right: 5px;
}

@media only screen and (max-width: 768px) {
    .footer-area h1 {
        font-size: 28px;
    }
}

@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
    .footer-area .footer-blur {
        -webkit-backdrop-filter: blur(15px);
        backdrop-filter: blur(15px);
    }
}

.solutions-banner {
    background-image: url(../../images/solutions/Solutions-image.jpg);
    height: 500px;
    width: 100%;
    background-position: bottom;
    background-size: cover;
    padding: 130px;
}

.solutions-banner h1 {
    color: white;
    text-align: left;
    line-height: 1.4;
    font-weight: bold;
    font-size: 44px;
    vertical-align: center;
}

.solutions-banner p {
    text-align: left;
    font-size: 17px;
    line-height: 1.3;
    color: white;
}

@media only screen and (max-width: 992px) {
    .solutions-banner {
        height: 300px;
    }
}

.rounded-borders-responsive {
    border-radius: 15px;

}

@media only screen and(max-width: 578px) {
    .rounded-borders-responsive {
        border-radius: 10px;
    }
}

.solutions-list {
    border: none;
    display: block;
    max-width: 200px;

}

.solutions-list li {
    line-height: 1.2;
    margin-bottom: 20px;
}

.solutions-list a.active {
    color: black;
    position: relative;
    font-weight: bold;
}

.solutions-list a.active::before {
    content: "";
    position: absolute;
    /*height: 3px;*/
    width: 30px;
    left: -40px;
    top: 50%;
    /*transform: translate(0, -60%);*/
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0, -50%,0);
    border-top: 3px solid black;
    border-radius: 4px;

}

.page-link-area {
    height: 35px;
    background-color: #050024;
    width: 100%;
    color: white;
    font-weight: 500;
    font-size: 13px;
    padding: 5px;
    text-transform: uppercase;
}

.page-link-area a {
    font-weight: normal;
}



/* forms start*/


.form-area input:focus {
    box-shadow: none;
}
.form-area ::placeholder {
    color: #616161;
}
.form-area ::-webkit-placeholder {
    color: #616161;
}
.form-area ::-moz-placeholder {
    color: #616161;
}
.form-area .form-input {
    position: relative;
    display: inline-block;
}

.form-area .form-input .form-control {
    border: 1px solid black;
    margin-right: 15px;
    background: none;
    border-radius: 7px;
    width: 130px;
    height: 35px;
    color: #707070;
    /*font-size: 15px;*/
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    line-height: 1;
    /*padding: 23px;*/
    display: block;
}
.form-area .form-input textarea {
    border: 2px solid #eeeeee;
    width: 100%;
    height: 186px;
    color: #616161;
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    line-height: 1;
    padding: 23px;
    resize: none;
}

.form-area .form-btn a {
    padding: 30px 80px;
}

/*forms end*/

.jobs-cards .card {
    width: 100%;
    /*box-shadow: 0 0 4px 2px rgb(0 0 0 / 10%);*/
    border-radius: 15px;

    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    margin-bottom: 25px;
}

.jobs-cards .card .card-body {
    padding: 30px;
    padding-right: 45px;
    margin-bottom: 0;
}

.jobs-cards .card .card-body .card-title {
    font-size: 18px;
    color: black;
    font-weight: bold;
    margin-bottom: 20px;
}

@media only screen and (max-width: 600px) {
    .jobs-cards .card .card-body .card-title {
        margin-bottom: 8px;
    }
}

@media only screen and (min-width: 600px ) {
    .jobs-cards .card .card-body .card-title {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

.jobs-cards .card .card-body .card-text {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 114px;
}

.jobs-cards .card .card-body .card-text, .jobs-cards .card .card-body .card-text p {
    font-size: 16px;
    color: #707070;
    font-weight: normal;
    margin-bottom: 20px;
}

.jobs-cards .card .card-body .job-type {
    color: black;
    border-radius: 7px;
    font-size: 11px;
    font-weight: bold;
    line-height: 0.9;
    /*position: absolute;*/
    top: 0;
    right: 0;

    font-family: "Roboto", sans-serif;
    padding: 9px 17px 8px 17px;
    display: inline-block;
    background: white;
    border: 2px solid black;
}



.jobs-cards .card .card-body .job-location {
    color: black;

    font-weight: normal;
    line-height: 0.9;
    /*position: absolute;*/
    right: 0;
    bottom: 0;

    font-family: "Roboto", sans-serif;
    display: inline-block;
    background: white;
    font-size: 16px;
}


.jobs-cards .card .card-body .job-date {
    color: black;

    font-weight: normal;
    line-height: 0.9;
    /*position: absolute;*/
    right: 0;
    bottom: 27px;

    font-family: "Roboto", sans-serif;
    display: inline-block;
    background: white;
    font-size: 16px;
}

.modal-open {
    overflow: hidden !important;
}


.request-a-demo-modal .modal-content, .contact-modal .modal-content {
    border-radius: 15px;
    border: none;

}

.request-a-demo-modal .modal-body, .contact-modal .modal-body {
    padding: 40px;
    padding-top: 0;
}

.request-a-demo-modal .modal-header, .contact-modal .modal-header {
    height: 0;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    border: none;

}

.request-a-demo-modal .modal-header .close i, .contact-modal .modal-header .close i {
    font-size: 25px;
    color: black;
}

.request-a-demo-modal .modal-title, .contact-modal .modal-title {
    font-size: 33px;
    color: black;
    font-weight: bold;
    line-height: 1.2;
}

.modal-form-area .form-input {
    width: 100%;
}

.modal-form-area .form-input .form-control {
    width: 100%;
    border-color: #707070;
    border-width: 1px;
}


.modal-form-area .form-input .form-control::placeholder {
    color: #707070;
    position: relative;
}

.modal-form-area .form-input .form-control::placeholder::after {
    position: relative;
    content: "a";
    top: 0;
}

.modal-form-area .form-input .form-control {
    color: #707070;
    font-size: 15px;
}

input[required]+label {
    color: #999;
    font-family: Arial;
    font-size: .8em;
    position: relative;
    left: -166px;
    /* the negative of the input width */
}

input[required]+label::after {
    content: '*';
    color: red;
}


/* show the placeholder when input has no content (no content = invalid) */

input[required]:invalid+label {
    display: inline-block;
}


/* hide the placeholder when input has some text typed in */

input[required]:valid+label {
    display: none;
}


.cards-version1-grid-view .card {
    width: 100%;
    margin: auto auto 30px;

}


.cards-version1-grid-view .card .card-body .card-text {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 76px;
}

.activities-info-section img{
    max-height: 500px;
}

.activities-info-section .activity-content {
    max-width: 700px;
    margin: auto;
}

.activities-info-section .activity-type {
    color: black;
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 500;

}

.activities-info-section .activity-description p {
    color: #707070;
    font-size: 16px;
    margin-bottom: 20px;
}

.activities-info-section .activity-author img {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    object-fit: cover;
    display: inline-block;
    /*display: flex;*/
    /*align-content: center;*/
}
.activities-info-section .activity-author .author-info {
    /*display: flex;*/
    /*align-content: center;*/
    color: #3C4E55;
    font-size: 14px;
    line-height: 1.5;

}


.activities-info-section .share-activity {
    text-align: right;
    font-size: 17px;
    color: black;
    font-weight: bold;
}

@media only screen and (max-width: 578px) {
    .activities-info-section .share-activity {
        text-align: left;
        margin-top: 30px;
    }
}

.activities-info-section .share-activity .share-links a {
    font-size: 30px;
    color: #050024;
}


.solutions-categories-area .main-solution-title, .solutions-categories-area .sub-solution-title {
    max-width: 480px;
}

.job-info-area .job-info-date {
    font-size: 15px;
    color: #707070;
    margin-top: 10px;
    margin-bottom: 10px;
}

.job-info-area .disabled-theme-btn-gray {
    margin-top: 3px;
}

.job-info-area .job-info-details p {
    margin-bottom: 20px;
}

.background-position-bottom {
    background-position: bottom;
}

.background-size-cover {
    background-size: cover;
}

.team-text-area {
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 133px;
}

.product-categories-top-area img {
    max-height: 360px;
}

.product-categories-top-area .title-black-medium {
    max-width: 500px;
}



.product-text-area p {
    color: #707070;
    margin-bottom: 15px;
}

.product-text-area strong {
    font-size: 17px;
    color: black;
    margin-bottom: 20px;

}
.product-text-area ul {
    font-size: 16px;
    list-style-type: disc;
    font-weight: normal;
    padding-left: 15px;
    margin-bottom: 25px;
}
.product-text-area li {
    list-style: disc !important;
    line-height: 1.3;
}

.background-position-center {
    background-position: center;
}

.solutions-slider-list li{
    max-width: 200px;
    line-height: 1.3;
    font-size: 17px;
    margin-bottom: 10px;
}

.solutions-slider-list a.active {
    font-weight: bold;
    color: black;
}

.title-gray-small {
    font-size: 18px;
    color: #707070;
    font-weight: bold;
    max-width: 800px;
}

.bold-blue {
    font-weight: bold;
    color: #050024;
}

/*.js-slidein {*/
/*    opacity: 0;*/
/*    transform: translateY(100px);*/
/*    -webkit-transition: all 400ms ease-in-out;*/
/*    transition: all 400ms ease-in-out;*/

/*    !*all: unset !important;*!*/
/*}*/

/*.slide-in-right {*/
/*    transform: translateX(100px);*/

/*    !*all: unset !important;*!*/
/*}*/

/*.slide-in-left {*/
/*    transform: translateX(-100px);*/


/*    !*all: unset !important;*!*/
/*}*/

/*.js-slidein-visible {*/
/*    opacity: 1 !important;*/
/*    transform: translate(0, 0) !important;*/


/*}*/



main {
    overflow: hidden;
}

.card {
    transition: all 0.2s ease-out 0s;
}

.card:hover {
    transform: scale(1.04);

}

.cards-version1 .slider-view .card-text {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 76px;
}


/*select*/

.select2-container--default .select2-selection--single {
    border-color: #707070;
    border-radius: 7px;
    height: 33px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 33px;
}


.select2-container--default .select2-selection--single .select2-selection__arrow b {
    position: absolute;
    content: "";
    width: 11px;
    height: 11px;
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: initial;
    right: 10px;
    top: 19px;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    -webkit-transform-origin: top;
    transform-origin: top;
    transition: all .3s ease-out;
    left: unset !important;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    -webkit-transform: rotate(
            -135deg
    ) translateY(-50%);
    transform: rotate(
            -135deg
    ) translateY(-50%);
}

.select2-search--dropdown {
    display: none;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: initial;
    color: white;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: initial;
    color: white;
}

.select2-container--default .select2-results > .select2-results__options {
    background-color: #050024;
    border-radius: 17px 4px 17px 17px;

}

.select2-dropdown {
    border: none;

}

.select2-container--open .select2-dropdown--below {
    /*width: unset !important;*/

}

.select2-container--default .select2-results > .select2-results__options {
    padding: 5px 15px 10px 15px;
}

.select2-results li {
    color: white;
    padding: 5px 0 0 0;
}

.select2-container--open .select2-dropdown--below {
    /*margin-left: 30px;*/
    /*width: 300px !important;*/
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

.select2-results__option {
    text-align: right;
}

/*.required::-webkit-input-placeholder:after {*/
/*    content: " *"  !important;*/
/*    color: red !important;*/

/*    position: absolute;*/
/*}*/

/*.required:-moz-placeholder:after {*/
/*    content: " *"  !important;*/
/*    color: red !important;*/

/*    position: absolute;*/
/*}*/

/*.required:-ms-input-placeholder {*/
/*    content: " *"  !important;*/
/*    color: red !important;*/
/*    position: absolute;*/
/*}*/


/*.required::-webkit-input-placeholder {*/
/*    position: relative;*/
/*}*/

/*.required:-moz-placeholder {*/
/*    position: relative;*/
/*}*/

/*.required:-ms-input-placeholder {*/
/*    position: relative;*/
/*}*/

/*.required::placeholder {*/
/*    position: relative !important;*/
/*}*/

/*.required::placeholder:after {*/
/*    content: " *"  !important;*/
/*    color: red !important;*/
/*    position: absolute !important;*/
/*}*/


.required {
    position: relative;
}


.required .ast {
    position: absolute;
    /*content: " *";*/
    top: 0;
    color: red;
}
/*select end*/



.join-now-modal .modal-content {
    border-radius: 15px;
    border: none;

}

.join-now-modal .modal-body {
    padding: 40px;
    padding-top: 0;
}

.join-now-modal .modal-header {
    height: 0;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    border: none;

}

.join-now-modal .modal-header .close i {
    font-size: 25px;
    color: black;
}

.join-now-modal .modal-title {
    font-size: 33px;
    color: black;
    font-weight: bold;
    line-height: 1.2;
}

@media only screen and (min-width: 992px) {
    .no-wrap-lg {
        white-space: nowrap;overflow: visible;
    }
}


@media only screen and (min-width: 992px) {
    .sticky-lg {
        position: fixed;
        z-index: 999;
        width: 100%;
        background: #fff;
        top: 0;
        animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
        -webkit-transition: all 0.4s ease-out 0s;
        -moz-transition: all 0.4s ease-out 0s;
        -ms-transition: all 0.4s ease-out 0s;
        -o-transition: all 0.4s ease-out 0s;
        transition: all 0.4s ease-out 0s;
        box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
    }

}

p br:not(.exp) {
    height: 6px;
    display: block;
    content: '';
}
.job-sorting-select-form .select2-container  {
    width: 160px !important;
}

.job-sorting-select-form .select2-container--default .select2-selection--single {
    border-color: black;
    height: 35px;
}

.select2-dropdown {
    border-radius: 17px 4px 17px 17px;
}

