
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,700,900|Rubik:300,400,500,700,900');
@import url('https://fonts.googleapis.com/css2?family=Philosopher:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');
body {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #242424;
}

.img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
}

span,
a,
h1,
h2,
h3,
h4,
h5,
h6,
.btn-primary,
.btn {
    text-transform: capitalize;
}

a,
.btn,.product-img img,.product-wrapper{
    -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;
}

.btn {
    border-radius: 0px;
    font-size: 14px;
    padding: 0px 15px;
    height: 30px;
    line-height: 30px;
}

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

a:hover {
    color: #333;
    text-decoration: none;
}

a:focus {
    text-decoration: none;
}

button:focus {
    outline: 0px dotted;
}

a,
button,
input {
    outline: medium none;
    color: #242424;
}

.uppercase {
    text-transform: uppercase
}

.capitalize {
    text-transform: capitalize
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Rubik', sans-serif;
    color: #5e5f62;
    margin-top: 0px;
    font-style: normal;
    font-weight: 400;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #2f333a;
}

h1 {
    font-size: 46px;
    font-weight: 500;
}

h2 {
    font-size: 37px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

ul {
    margin: 0px;
    padding: 0px;
}

p {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    color: #686464;
    margin-bottom: 15px;
    font-family: 'Rubik', sans-serif;
}

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

hr.style-2 {
    border-bottom: 1px dashed #f10;
}

hr.mp-0 {
    margin: 0;
    border-bottom: 1px solid #eceff8;
}

hr.mtb-40 {
    margin: 40px 0;
    border-bottom: 1px solid #eceff8;
    border-top: 0px;
}

label {
    font-size: 15px;
    font-weight: 400;
    color: #242424;
    text-transform: capitalize;
}

*::-moz-selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}

.mark,
mark {
    background: #000 none repeat scroll 0 0;
    color: #ffffff;
}

span.tooltip-content {
    color: #00a9da;
    cursor: help;
    font-weight: 600;
}

.f-left {
    float: left
}

.f-right {
    float: right
}

.fix {
    overflow: hidden
}


/***************************
    transtion
****************************/

a.button::after,
a.button-small::after {
    -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;
}

.share ul,
.share:hover ul {
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

a.button-border span,
a.button-border-white span,
input,
select,
textarea {
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

/*************************
    Input
*************************/

input {
    background: #eceff8;
    border: 2px solid #eceff8;
    height: 45px;
    box-shadow: none;
    padding-left: 10px;
    font-size: 14px;
    color: #626262;
    width: 100%;
}

select {
    width: 100%;
    background: transparent;
    border: 0px solid #eceff8;
    box-shadow: none;
    font-size: 14px;
    color: #626262;
}

option {
    background: #fff;
    border: 0px solid #626262;
    padding-left: 10px;
    font-size: 14px;
}

input:focus {
    background: transparent;
    border: 2px solid #000;
}

textarea {
    resize: vertical;
    background: #eceff8;
    border: 2px solid #eceff8;
    padding: 10px;
    width: 100%;
    font-size: 14px;
}

textarea:focus {
    background: transparent;
    border: 2px solid #000;
    outline: none;
}

.input-group.divcenter.input-group .form-control {
    padding-left: 0px
}

/*************************
  Basic margin padding
*************************/
.m-0 {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}

.p-0 {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}


/*************************
    Margin top
*************************/

.mt-0 {
    margin-top: 0
}

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

.mt-12 {
    margin-top: 12px
}

.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-37 {
    margin-top: 37px
}

.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-84 {
    margin-top: 84px
}

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

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

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

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

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

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

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

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

.mt-179 {
    margin-top: 179px
}

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

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

.mt-290 {
    margin-top: 290px
}

.mt-285 {
    margin-top: 285px
}

.mt-280 {
    margin-top: 280px
}


/*************************
    Margin right
*************************/

.mr-0 {
    margin-right: 0px
}

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

.mr-12 {
    margin-right: 12px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*************************
    Margin bottom
*************************/

.mb-0 {
    margin-bottom: 0
}

.mb-2 {
    margin-bottom: 2px
}

.mb-5 {
    margin-bottom: 5px !important;
}

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

.mb-12 {
    margin-bottom: 12px
}

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

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

.mb-22 {
    margin-bottom: 22px
}

.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-90 {
    margin-bottom: 90px
}

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

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

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

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

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

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

/*************************
    Margin left
*************************/

.ml-0 {
    margin-left: 0
}

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

.ml-12 {
    margin-left: 12px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-285 {
    margin-left: 285px
}

/*************************
    Padding top
*************************/

.pt-0 {
    padding-top: 0
}

.pt-4 {
    padding-top: 4px
}

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

.pt-12 {
    padding-top: 12px
}

.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-37 {
    padding-top: 37px
}

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

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

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

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

.pt-58 {
    padding-top: 58px
}

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

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

.pt-68 {
    padding-top: 68px
}

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

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

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

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

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

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

.pt-97 {
    padding-top: 97px
}

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

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

.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-169 {
    padding-top: 169px
}

.pt-172 {
    padding-top: 172px
}

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

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

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

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

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

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

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

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

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

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

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

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

.pt-330 {
    padding-top: 330px
}

.pt-345 {
    padding-top: 345px
}

.pt-350 {
    padding-top: 350px
}

.pt-335 {
    padding-top: 335px
}

.pt-365 {
    padding-top: 365px
}

.pt-355 {
    padding-top: 355px
}

.pt-370 {
    padding-top: 370px
}

.pt-380 {
    padding-top: 380px
}

/*************************
    Padding right
*************************/

.pr-0 {
    padding-right: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pr-215 {
    padding-right: 215px
}


/*************************
    Padding bottom
*************************/

.pb-0 {
    padding-bottom: 0
}

.pb-5 {
    padding-bottom: 5px
}

.pb-6 {
    padding-bottom: 6px
}

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

.pb-13 {
    padding-bottom: 13px
}

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

.pb-18 {
    padding-bottom: 18px
}

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

.pb-22 {
    padding-bottom: 22px
}

.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-97 {
    padding-bottom: 97px
}

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

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

.pb-107 {
    padding-bottom: 107px
}

.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-146 {
    padding-bottom: 146px
}

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

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

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

.pb-169 {
    padding-bottom: 169px
}

.pb-178 {
    padding-bottom: 178px
}

.pb-172 {
    padding-bottom: 172px
}

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

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

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

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

.pb-212 {
    padding-bottom: 212px
}

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

.pb-258 {
    padding-bottom: 258px
}

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

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

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

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

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

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

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

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

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

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

.pb-440 {
    padding-bottom: 440px
}

.pb-450 {
    padding-bottom: 450px
}

/*************************
    Padding left
*************************/

.pl-0 {
    padding-left: 0
}

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

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

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

.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-70 {
    padding-left: 70px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/***************************
    Page section padding
****************************/

.ptb-0 {
    padding: 0
}

.ptb-10 {
    padding: 10px 0
}

.ptb-15 {
    padding: 15px 0
}

.ptb-20 {
    padding: 20px 0
}

.ptb-30 {
    padding: 30px 0
}

.ptb-32 {
    padding: 32px 0
}

.ptb-37 {
    padding: 37px 0
}

.ptb-40 {
    padding: 40px 0
}

.ptb-50 {
    padding: 50px 0
}

.ptb-60 {
    padding: 60px 0
}

.ptb-68 {
    padding: 68px 0
}

.ptb-65 {
    padding: 65px 0
}

.ptb-70 {
    padding: 70px 0
}

.ptb-75 {
    padding: 75px 0
}

.ptb-80 {
    padding: 80px 0
}

.ptb-90 {
    padding: 90px 0
}

.ptb-100 {
    padding: 100px 0
}

.ptb-110 {
    padding: 110px 0
}

.ptb-120 {
    padding: 120px 0
}

.ptb-130 {
    padding: 130px 0
}

.ptb-135 {
    padding: 135px 0
}

.ptb-140 {
    padding: 140px 0
}

.ptb-150 {
    padding: 150px 0
}

.ptb-160 {
    padding: 160px 0
}

.ptb-165 {
    padding: 165px 0
}

.ptb-170 {
    padding: 170px 0
}

.ptb-177 {
    padding: 177px 0
}

.ptb-180 {
    padding: 180px 0
}

.ptb-190 {
    padding: 190px 0
}

.ptb-200 {
    padding: 200px 0
}

.ptb-210 {
    padding: 210px 0
}

.ptb-220 {
    padding: 220px 0
}

.ptb-250 {
    padding: 250px 0
}

.ptb-290 {
    padding: 290px 0
}

.ptb-310 {
    padding: 310px 0
}


/***************************
    Page section margin
****************************/

.mtb-0 {
    margin: 0
}

.mtb-10 {
    margin: 10px 0
}

.mtb-15 {
    margin: 15px 0
}

.mtb-20 {
    margin: 20px 0
}

.mtb-30 {
    margin: 30px 0
}

.mtb-40 {
    margin: 40px 0
}

.mtb-50 {
    margin: 50px 0
}

.mtb-60 {
    margin: 60px 0
}

.mtb-70 {
    margin: 70px 0
}

.mtb-80 {
    margin: 80px 0
}

.mtb-90 {
    margin: 90px 0
}

.mtb-100 {
    margin: 100px 0
}

.mtb-110 {
    margin: 110px 0
}

.mtb-120 {
    margin: 120px 0
}

.mtb-130 {
    margin: 130px 0
}

.mtb-140 {
    margin: 140px 0
}

.mtb-150 {
    margin: 150px 0;
}

.mtb-290 {
    margin: 290px 0;
}

/*************************************
    Background variation set
 **************************************/

/*colored background*/

.white-bg {
    background: #fff;
}

.black-bg {
    background: #000
}

.black-bg-2 {
    background: #26292e
}

.theme-bg {
    background: #187fc2;
}

.gray-bg {
    background: #f8f9f9;
}

.blue-bg {
    background: #000;
}

.default-bg {
    background: #50C1F0;
}

.pink-bg {
    background: #ffe8e8;
}

.transparent-bg {
    background: transparent;
}

/*Opacity background*/
/* black overlay */

[data-overlay] {
    position: relative;
}

[data-overlay]::before {
    background: #252525 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

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

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

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

[data-overlay="56"]::before {
    opacity: 0.56;
}

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

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

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

/*image background*/

.bg-1,
.bg-2,
.bg-3,
.bg-4,
.bg-5,
.bg-6,
.bg-7,
.bg-8,
.bg-9,
.bg-10 {
    background-attachment: fixed;
    background-clip: initial;
    background-color: rgba(0, 0, 0, 0);
    background-origin: initial;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
}


:focus {
    outline: -webkit-focus-ring-color auto 0px;
}

:focus {
    outline: -mos-focus-ring-color auto 0px;
}

:focus {
    outline: none;
}

.header-search form button {
    outline: medium none;
}

.relative {
    position: relative;
}

.overflow {
    overflow: hidden;
}

.border-bottom-1 {
    border-bottom: 1px solid #ededed;
}

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

.border-top-2 {
    border-top: 1px solid #141414;
}

.border-top-3 {
    border-top: 1px solid #eeeeee;
}

.border-top-4 {
    border-top: 1px solid #f1f1f157;
}

.border-bottom-2 {
    border-bottom: 1px solid #eeeeee;
}

.mobile-menu-area {
    display: none;
}

#mobile-menu-active {
    display: none;
}

/* scrollUp */
#scrollUp {
    background: #242424 none repeat scroll 0 0;
    bottom: 85px;
    color: #ffffff;
    cursor: pointer;
    display: none;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    position: fixed;
    right: 12px;
    text-align: center;
    width: 38px;
    z-index: 9999 !important;
}

#scrollUp:hover {
    background: #000 none repeat scroll 0 0;
}

/* button */
.btn-style {
    background-color: transparent;
    border: 2px solid #eeeeee;
    color: #242424;
    display: block;
    font-size: 14px;
    font-weight: 500;
    padding: 14px 20px 12px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    display: block;
}

.btn-style:hover {
    background-color: #e2ad35;
    border: 2px solid #e2ad35;
    color: #fff;
}

.btn-style-2 {
    background-color: #e2ad35;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    padding: 17px 37px;
    text-transform: uppercase;
}

.btn-style-2:hover {
    background-color: #242424;
    color: #fff;
}

.height-100vh {
    height: 100vh;
}

#mobile-menu-active {
    display: none;
}

/*------------------------
    2. Index page style
--------------------------*/

/* header top */
.welcome-area > p {
    color: #fff;
    margin: 9px 0 0;
}

:root {
	--thm-font: 'Quicksand', sans-serif;
	--thm-base: #187fc2;
    --thm-base-rgb: 100,149,237;
    --thm-primary: #000;
	--thm-primary-rgb: 69, 80, 248;
	--thm-black: #252c4b;
	--thm-black-rgb: 37, 44, 75;
}


body {
	font-family: var(--thm-font);
	color: #737789;
	font-size: 18px;
	line-height: 36px;
	font-weight: 500;
}

a:active,
a:hover,
a:focus,
a:visited {
	text-decoration: none;
}


.page-wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 300px;
	overflow: hidden;
}

@media (min-width: 1200px) {
	.container {
		max-width: 1200px;
	}
}



.thm-btn {
	display: inline-block;
	vertical-align: middle;
	border: none;
	outline: none;
	background-image: -webkit-gradient(linear, left top, right top, from(#000), to(#000));
	background-image: linear-gradient(90deg, #000 0%, #000 100%);
	border-radius: 5px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	padding: 13px 50px;
	position: relative;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.thm-btn::before {
	content: '';
	position: absolute;
	top: 2px;
	left: 2px;
	right: 2px;
	bottom: 2px;
	background-color: #fff;
	border-radius: 5px;
	-webkit-transform: scale(1, 1);
	        transform: scale(1, 1);
	-webkit-transform-origin: left center;
	        transform-origin: left center;
	-webkit-transition: -webkit-transform 500ms ease;
	transition: -webkit-transform 500ms ease;
	transition: transform 500ms ease;
	transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.thm-btn span {
	position: relative;
	background-image: -webkit-gradient(linear, left top, right top, from(#000), to(#000));
	background-image: linear-gradient(90deg, #000 0%, #000 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-transition: 500ms;
	transition: 500ms;
}

.thm-btn:hover::before {
	-webkit-transform: scale(0, 1);
	        transform: scale(0, 1);
	-webkit-transform-origin: right center;
	        transform-origin: right center;
}

.thm-btn:hover span {
	background-image: none;
	background-clip: none;
	color: #fff;
	-webkit-text-fill-color: #fff;
}

/* block title */

.block-title {
    padding-bottom: 10px;
}

.block-title p {
	margin: 0;
	line-height: 1em;
	font-size: 18px;
	font-weight: 600;
	color: #000;
	position: relative;
	top: -3px;
}

.block-title h3 {
	margin: 0;
	color: var(--thm-black);
	font-size: 46px;
	font-weight: bold;
	margin-top: 5px;
}

.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .show>.btn-light.dropdown-toggle {
	background-color: transparent !important;
	box-shadow: none !important;
	outline: none !important;
}

.bootstrap-select>.dropdown-toggle {
	box-shadow: none !important;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
	outline: none !important;
}

.bootstrap-select .dropdown-menu {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	z-index: 991;
	border-radius: 0;
}

.bootstrap-select .dropdown-menu>li+li>a {
	border-top: 1px solid var(--thm-gray);
}

.bootstrap-select .dropdown-menu>li.selected>a {
	background: #000;
	color: #fff;
}

.bootstrap-select .dropdown-menu>li>a {
	font-size: 16px;
	font-weight: 500;
	padding: 4px 20px;
	color: var(--thm-black);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.bootstrap-select .dropdown-menu>li>a:hover {
	background: #000;
	color: #fff;
	cursor: pointer;
}

/* datepicker */

.datepicker.dropdown-menu {
	min-width: 17rem;
}

.datepicker table {
	width: 100%;
}

.post-pagination {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	flex-wrap: wrap;
}

.post-pagination a {
    border-radius: 50%;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(184 224 250);
	color: #9ca3a9;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	padding: 0;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	width: 57px;
	height: 57px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.post-pagination a:hover {
	background-color: #000;
	color: #fff;
}

.post-pagination a.active {
	background-color: #000;
	color: #fff;
	cursor: auto;
}

.post-pagination a+a {
	margin-left: 15px;
}


.preloader {
	position: fixed;
	background-color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9991;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	text-align: center;
}

.preloader-image {
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: flipInY;
	animation-name: flipInY;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.scroll-to-top {
	display: inline-block;
	width: 45px;
	height: 45px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(51%, #000), to(#000));
	background-image: linear-gradient(180deg, #000 0%, #000 51%, #000 100%);
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 99;
	text-align: center;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	display: none;
	outline: none;
	background-size: auto 200%;
	border-radius: 50%;
	transition: all .4s ease;
}

.scroll-to-top i {
	color: #ffffff;
	font-size: 18px;
	line-height: 45px;
}

.scroll-to-top:hover {
	background-position: bottom;
}

.scroll-to-top:hover i {
	color: #fff;
}

.thm-base-bg {
	background-color: #000;
}

.thm-base-bg-2 {
	background-color: #000;
}

.thm-gray-bg {
	background-color: var(--thm-gray);
}



/*--------------------------------------------------------------
# Main Menu
--------------------------------------------------------------*/

.site-header-one {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.site-header-one__fixed-top {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 91;
}

.site-header-one .container-fluid {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	flex-wrap: wrap;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
	max-width: 1450px;
	margin-left: 100px;
	margin-right: auto;
}

@media(max-width: 1550px) {
	.site-header-one .container-fluid {
		margin-left: auto;
		margin-right: auto;
	}
}

.site-header-one__logo .side-menu__toggler {
	display: none;
	font-size: 22px;
	color: var(--thm-black);
	margin-left: 30px;
	cursor: pointer;
}


.main-nav__main-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.main-nav__main-navigation .main-nav__navigation-box {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	margin-left: 130px;
}

.main-nav__main-navigation .main-nav__navigation-box>li {
	padding: 22px 0;
	position: relative;
}

.main-nav__main-navigation .main-nav__navigation-box>li+li {
	margin-left: 64px;
}

.main-nav__main-navigation .main-nav__navigation-box>li>a {
	font-size: 16px;
	font-weight: 600;
	color: #737789;
	display: block;
	-webkit-transition: 500ms;
	transition: 500ms;
	position: relative;
}


.main-nav__main-navigation .main-nav__navigation-box>li.current>a,
.main-nav__main-navigation .main-nav__navigation-box>li:hover>a {
	color: #000;
}

.main-nav__main-navigation .dropdown-btn {
	display: none;
}



/* Dropdown menu */

.main-nav__main-navigation .dropdown-btn {
	display: none;
}

.main-nav__main-navigation .main-nav__navigation-box>li ul {
	position: absolute;
	width: 210px;
	background-color: #fff;
	border-top: 4px solid #000;
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-webkit-transform-origin: top;
	transform-origin: top;
	visibility: hidden;
	opacity: 0;
	z-index: 991;
	-webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
	transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
	transition: transform 500ms ease, opacity 500ms ease, visibility 500ms ease;
	transition: transform 500ms ease, opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
}


.main-nav__main-navigation .main-nav__navigation-box>li ul>li {
	position: relative;
}

.main-nav__main-navigation .main-nav__navigation-box>li ul>li+li {
	border-top: 1px solid rgba(var(--thm-base-rgb), .3);
}

.main-nav__main-navigation .main-nav__navigation-box>li ul>li>a {
    display: block;
    color: var(--thm-black);
    font-size: 15px;
    font-family: var(--thm-font);
    word-break: break-all;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 12px;
    padding-right: 12px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.main-nav__main-navigation .main-nav__navigation-box>li ul>li:hover>a {
	color: #fff;
	background-color: #000;
}



/* Second level menu */

.main-nav__main-navigation .main-nav__navigation-box>li>ul {
	top: 100%;
	left: 0;
	-webkit-transform: translateY(30px);
	transform: translateY(30px);

	visibility: hidden;
	opacity: 0;
}

.main-nav__main-navigation .main-nav__navigation-box>li:hover>ul {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	visibility: visible;
	opacity: 1;
}


/* Third level menu */

.main-nav__main-navigation .main-nav__navigation-box>li>ul>li>ul {
	top: 0;
	left: 100%;
	-webkit-transform: translateX(30px);
	transform: translateX(30px);
	visibility: hidden;
	opacity: 0;
}

.main-nav__main-navigation .main-nav__navigation-box>li>ul>li:hover>ul {
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
	visibility: visible;
	opacity: 1;
}


/* After Third level menu */

.main-nav__main-navigation .main-nav__navigation-box>li>ul>li>ul>li>ul {
	display: none;
}

/* stricked menu */
.stricked-menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	background-color: #ffffff;
	box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.06);
	opacity: 0;
	-webkit-transform: translateY(-110%);
	transform: translateY(-110%);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.stricked-menu.stricky-fixed {
	opacity: 1;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
}

.stricked-menu .main-nav__main-navigation .main-nav__navigation-box>li {
	padding: 26px 0;
}

/* main nav btn */

.site-header-one .main-nav__right {
	margin-left: auto;
}

.main-nav__btn {
	background-image: none;
	font-size: 14px;
	padding: 6px 37.5px;
	border: 2px solid #fff;
}

.main-nav__btn-two {
	font-size: 14px;
	padding: 6px 37.5px;
}

.main-nav__btn::before {
	-webkit-transform: scale(0, 1);
	        transform: scale(0, 1);
	background-image: -webkit-gradient(linear, left top, right top, from(#000), to(#000));
	background-image: linear-gradient(90deg, #000 0%, #000 100%);
	top: -2px;
	left: -2px;
	right: -2px;
	bottom: -2px;
}

.main-nav__btn:hover::before {
	-webkit-transform: scale(1, 1);
	        transform: scale(1, 1);
}

.main-nav__btn span {
	color: #fff;
	-webkit-text-fill-color: #fff;
}

.stricked-menu .main-nav__btn {
	border-color: var(--thm-black);
}

.stricked-menu .main-nav__btn span {
	color: var(--thm-black);
	-webkit-text-fill-color: var(--thm-black);
}

.stricked-menu .main-nav__btn:hover span {
	color: #fff;
	-webkit-text-fill-color: #fff;
}

/*--------------------------------------------------------------
# Banner
--------------------------------------------------------------*/


.banner-one {
    padding-top: 125px;
	position: relative;
}

[class*=banner-one__bg-shape-] {
	position: absolute;
}

.banner-one__bg-shape-1 {
	left: 0;
	bottom: -230px;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.banner-one__bg {
	position: absolute;
	top: 0;
	right: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	width: 1008px;
	height: 831px;
}

@media(max-width: 1850px) {
	.banner-one__bg {
		right: -10%;
	}
}

@media(max-width: 1670px) {
	.banner-one__bg {
		right: -20%;
	}
}

@media(max-width: 1450px) {
	.banner-one__bg {
		right: -26%;
	}
}

@media(max-width: 1330px) {
	.banner-one__bg {
		right: -38%;
	}
}

@media(max-width: 1250px) {
	.banner-one__bg {
		right: -45%;
	}
}

.banner-one__bg::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: linear-gradient(120deg, #145ead 0%, #145ead 100%);
	opacity: 0.8;
}

.banner-one__bg::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url(../img/icon-img/bannerbg-shape1.png);
	background-repeat: no-repeat;
	background-position: center center;
	animation: rania 5s ease-in-out 0s infinite alternate;
}

.banner-one .container {
	position: relative;
}

.banner-one__moc {
	position: absolute;
	top: -6.5%;
	right: -1.75%;
	-webkit-animation: ImgBounce 5s ease-in-out 0s infinite alternate;
	        animation: ImgBounce 5s ease-in-out 0s infinite alternate;
}

.banner-one__mc-form {
	display: -webkit-box;
	display: flex;
	width: 100%;
	max-width: 460px;
	-webkit-box-pack: justify;
	        justify-content: space-between;
}

.banner-one__mc-form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) {
	display: block;
	border: none;
	outline: none;
	width: 100%;
	max-width: 301px;
	height: 70px;
	border: 2px solid #e4e4ee;
	border-radius: 5px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	padding-left: 30px;
	color: #737789;
	font-size: 16px;
	font-weight: 500;
	background-color: #f6f6fb;
}

.banner-one__mc-form ::-webkit-input-placeholder {
	opacity: 1;
	color: #737789;
}

.banner-one__mc-form ::-moz-placeholder {
	opacity: 1;
	color: #737789;
}

.banner-one__mc-form :-ms-input-placeholder {
	opacity: 1;
	color: #737789;
}

.banner-one__mc-form ::-ms-input-placeholder {
	opacity: 1;
	color: #737789;
}

.banner-one__mc-form ::placeholder {
	opacity: 1;
	color: #737789;
}

.banner-one__mc-btn {
	padding: 10px 39.25px;
	background-size: 200% auto;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	-webkit-transition: background 500ms ease;
	transition: background 500ms ease;
	background-image: -webkit-gradient(linear, left top, right top, from(#000), color-stop(51%, #000), to(#000));
	background-image: linear-gradient(90deg, #000 0%, #000 51%, #000 100%);
}

.banner-one__mc-btn::before {
	display: none;
}

.banner-one__mc-btn:hover {
	background-position: right center;
}

.banner-one__mc-btn span {
	background-image: none;
	background-clip: none;
	color: #fff;
	-webkit-text-fill-color: #fff;
}

.banner-one__content h3 {
    margin: 0;
    color: var(--thm-black);
    font-size: 50px;
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 32px;
    max-height: 250px;
    overflow: hidden;
}

.banner-one__content p {
	margin: 0;
	margin-bottom: 53px;
}

.btn-banner-one {
	color: #fff;
	width: 260px;
    height: 120px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    border: 21px solid #fff;
    /* border-radius: 50%; */
    text-align: center;
    position: absolute;
    top: 43%;
    right: 36%;
    z-index: 10;
    background-size: 200% auto;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    background-image: #135EAD;
}

.btn-banner-one:hover {
	background-position: right;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
    background-image:linear-gradient(
45deg
, #000405, #0077abd1),url(../img/icon-img/footerbg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.site-footer__upper {
    padding-bottom: 40px;
    padding-top: 70px;
    border-top: 1px solid #e4e4ee;
}

.footer-widget__links-wrap {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	        justify-content: space-between;
	margin-left: -30px;
}

.footer-widget {
	margin-bottom: 40px;
}


.footer-widget__links-list {
	margin-bottom: 0;
}


.footer-widget__links-list li+li {
	margin-top: 22px;
}



.footer-widget__about {
	margin-top: -15px;
}

.footer-widget__about>p {
    margin-top: 5px;
}


.footer-widget__social a {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #000;
    box-shadow: 0px 0px 4px #010411;
	font-size: 16px;
	color: #fff;
	position: relative;
	overflow: hidden;
	border-radius: 50%;
}

.footer-widget__social a:hover::before {
	-webkit-transform: translateY(0%) rotate(0deg) perspective(44px);
	        transform: translateY(0%) rotate(0deg) perspective(44px);
}

.site-footer__bottom p {
    margin: 0;
    color: #737789;
    font-size: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
}
.header-top-area {
    background-color: #02111e;
    padding-top: 5px;
    padding-bottom: 5px;
}
.header-top-area .header-top-item .header-left ul li {
    margin-right: 22px;
}
.carousel-control-next, .carousel-control-prev{
	width: 10%;
}
.carousel-indicators .active {
    background-color: #000;
}
.carousel-indicators li {
	background-color: rgb(218 231 237);
	width: 10px;
    height: 10px;
    margin-right: 5px;
    margin-left: 5px;
}
.banner-one__content {
    width: 500px;
    min-height: 570px;
    max-height: 570px;
}
.carousel-control-prev {
    LEFT: -91px;
}
.carousel-control-next {
    right: -91px;
}
.header-top-area .header-top-item ul li {
    list-style-type: none;
    display: inline-block;
}
.header-top-area .header-top-item .header-left ul li a {
    font-size: 13px;
    color: #e5eaed;
}

.header-top-area .header-top-item ul li a {
    display: inline-block;
}
.header-top-area .header-top-item .header-right {
    text-align: right;
}
.header-top-area .header-top-item .header-right ul li a {
    border-radius: 50%;
    border: 1px solid #fff;
    color: #fff;
    font-size: 14px;
    text-align: center;
    width: 25px;
    height: 25px;
    line-height: 25px;
	transition: .5s;
}
.header-top-item .header-left li i {
    color: #000;
    position: relative;
    top: 2px;
	font-size: 19px;
}
.header-top-area .header-top-item .header-right ul li a:hover{
	border: 1px solid #000;
    color: #000;
}
/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/

@-webkit-keyframes ImgBounce {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}
}

@keyframes ImgBounce {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}
}


@-webkit-keyframes squareMover {

	0%,
	100% {
		-webkit-transform: translate(0, 0) rotate(0);
		transform: translate(0, 0) rotate(0);
	}

	20%,
	60% {
		-webkit-transform: translate(20px, 40px) rotate(180deg);
		transform: translate(20px, 40px) rotate(180deg);
	}

	30%,
	80% {
		-webkit-transform: translate(40px, 60px) rotate(0deg);
		transform: translate(40px, 60px) rotate(0deg);
	}
}


@keyframes squareMover {

	0%,
	100% {
		-webkit-transform: translate(0, 0) rotate(0);
		transform: translate(0, 0) rotate(0);
	}

	20%,
	60% {
		-webkit-transform: translate(20px, 40px) rotate(180deg);
		transform: translate(20px, 40px) rotate(180deg);
	}

	30%,
	80% {
		-webkit-transform: translate(40px, 60px) rotate(0deg);
		transform: translate(40px, 60px) rotate(0deg);
	}
}


@-webkit-keyframes shapeMover {

	0%,
	100% {
		-webkit-transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
		        transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
	}

	50% {
		-webkit-transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
		        transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
	}
}


@keyframes shapeMover {

	0%,
	100% {
		-webkit-transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
		        transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
	}

	50% {
		-webkit-transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
		        transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
	}
}
@keyframes rania { 0% { left:0px; top:0px;} 25% { left:-10px; top:0px;} 50% { left:-5px; top:0px;} 75% {left:0px; top:-1px;} 100% { left:0px; top:0px;} }





@-webkit-keyframes rania-nasr{0%,to{border-radius:65% 86% 80% 69%/59% 55% 95% 89%}14%{border-radius:40% 60% 54% 46%/49% 60% 40% 51%}28%{border-radius:54% 46% 38% 62%/49% 70% 30% 51%}42%{border-radius:61% 39% 55% 45%/61% 38% 62% 39%}56%{border-radius:61% 39% 67% 33%/70% 50% 50% 30%}70%{border-radius:50% 50% 34% 66%/56% 68% 32% 44%}84%{border-radius:46% 54% 50% 50%/35% 61% 39% 65%}}@keyframes rania-nasr{0%,to{border-radius:65% 86% 80% 69%/59% 55% 95% 89%}14%{border-radius:40% 60% 54% 46%/49% 60% 40% 51%}28%{border-radius:54% 46% 38% 62%/49% 70% 30% 51%}42%{border-radius:61% 39% 55% 45%/61% 38% 62% 39%}56%{border-radius:61% 39% 67% 33%/70% 50% 50% 30%}70%{border-radius:50% 50% 34% 66%/56% 68% 32% 44%}84%{border-radius:46% 54% 50% 50%/35% 61% 39% 65%}}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.img-icon-service {
    width: 50%;
    margin: 29px 0;
}
.service-one {
    padding-bottom: 90px;
    padding-top: 85px;
}

.service-one__single {
    border-radius: 0;
    background-color: #fff;
    box-shadow: 0px 10px 60px 0px rgb(46 61 98 / 10%);
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    border: 6px dashed #ddd;
	transition: .5s;
}
.footer-touch ul li h4 {
    font-weight: 500;
    font-size: 15px;
    font-family: roboto,sans-serif;
    margin-bottom: 5px;
    color: #fff;
}
.footer-touch ul li a,.footer-touch ul li span {
    display: block;
    color: #cdcccc;
    font-size: 15px;
	line-height: 25px;
}
li {
    list-style: none;
}
.footer-touch ul li {
    list-style-type: none;
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
}
.footer-touch i{
	position: absolute;
    top: -6px;
    left: 0px;
    display: inline-block;
    font-size: 30px;
	color: #000;
}
.Success-Partners .owl-carousel .owl-item img {
	/*filter: grayscale(100%);*/
	transition: .5s;
}
.Success-Partners .owl-carousel .owl-item img:hover {
	/*filter: grayscale(0);*/

}

.service-one__icon {
	width: 129px;
	height: 129px;
	background-color: #f6f6fb;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	        align-items: center;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border-radius: 50%;
	margin-bottom: 27px;
	position: relative;
	z-index: 10;
}

.service-one__single h3 {
	margin: 0;
	font-weight: 600;
	font-size: 20px;
	color: var(--thm-black);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	margin-bottom: 5px;
}

.service-one__single h3 a {
	color: inherit;
}

.service-one__single h3 a:hover {
	color: #fff;
}

.service-one__single p {
    margin: 0;
    color: #737789;
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
	width: 58%;
	margin-left: auto;
	margin-right: auto;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.service-one__single:hover h3,
.service-one__single:hover p {
	color: #fff;
}

.service-one__single::before {
	content: '';
	border-radius: 5px;
	background-image: -webkit-gradient(linear, left top, right top, from(#000), to(#000));
	background-image: linear-gradient(90deg, #000 0%, #000 100%);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 0px;
	-webkit-transform: scale(0, 1);
	        transform: scale(0, 1);
	-webkit-transform-origin: right;
	        transform-origin: right;
	-webkit-transition: -webkit-transform 500ms ease;
	transition: -webkit-transform 500ms ease;
	transition: transform 500ms ease;
	transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.service-one__single:hover::before {
	-webkit-transform: scale(1, 1);
	        transform: scale(1, 1);
	-webkit-transform-origin: left;
	        transform-origin: left;
}

.service-one__inner {
	position: relative;
	padding-top: 40px;
	padding-bottom: 71px;
	border-radius: 0px;
	overflow: hidden;
}


.service-one__circle::after {
	position: absolute;
	top: -4px;
	right: -14px;
	width: 158px;
	height: 159px;
	content: '';
	-webkit-transform: perspective(150px) scaleX(0);
	        transform: perspective(150px) scaleX(0);
	-webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
	transition: opacity 500ms ease, -webkit-transform 500ms ease;
	transition: transform 500ms ease, opacity 500ms ease;
	transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
	opacity: 0;
	-webkit-transform-origin: right;
	        transform-origin: right;
}

.service-one__single:hover .service-one__circle::before,
.service-one__single:hover .service-one__circle::after {
	opacity: 0.3;
	-webkit-transform: perspective(150px) scaleX(1);
	        transform: perspective(150px) scaleX(1);
}
.service-one__single:hover{
	border-color: #000;
    border-style: solid;
}
.service-one__icon{
	-webkit-transition: .5s all ease;
    transition: .5s all ease;
    border: 6px solid transparent;
	max-width: 240px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.service-one__inner:hover .service-one__icon {
    -webkit-animation: rania-nasr 10s linear infinite alternate forwards;
    animation: rania-nasr 10s linear infinite alternate forwards;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
    border: 6px solid #000;
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

/*--------------------------------------------------------------
# Funfact
--------------------------------------------------------------*/

.cunter-0 {
	position: relative;
/*	padding-top: 121px;*/
	padding-bottom: 121px;
	background-image: -webkit-gradient(linear, left top, right top, from(#000), to(#000));
	background-image: linear-gradient(90deg, #000 0%, #000 100%);
}

.cunter-0::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .5;
    background: #000;
    z-index: 2;
    width: 100%;
	height: auto;
}
.cunter-0 img{
	position: absolute;
    object-fit: cover;
    width: 100%;
}
.cunter-0 .container {
    position: relative;
    z-index: 3;
}
.cunter-0 h3.title-counter{
	margin: 85px auto 75px;
    color: white;
    font-weight: 600;
    font-size: 38px;
    text-shadow: 0px 11px 10px #033541;
}
.cunter-0__single {
	text-align: center;
	position: relative;
}

.cunter-0__single h3 {
	margin: 0;
	color: #fff;
	font-weight: 500;
	font-size: 60px;
	position: relative;
	top: -10px;
	margin-bottom: 7px;
	line-height: 1em;
}

.cunter-0__single p {
	color: #fff;
	margin: 0;
	font-size: 18px;
	font-weight: 500;
	line-height: 1em;
}

/*--------------------------------------------------------------
# Brand
--------------------------------------------------------------*/

.Success-Partners {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 65px;
    padding-bottom: 65px;
	border-bottom: 1px solid #e4e4ee;
}

@media(min-width: 1200px) {
	.Success-Partners .container {
		padding-left: 60px;
		padding-right: 60px;
	}
}

.Success-Partners__carousel img {
	/*opacity: 0.3;*/
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.Success-Partners__carousel img:hover {
	opacity: .6;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.site-footer__bottom {
    background: #000f13;
}
.footer-widget__links-wrap {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	        justify-content: space-between;
	margin-left: -30px;
}
.site-footer__bottom a {
    color: #000;
	transform: .5s;
}
.site-footer__bottom a:hover{
	color: #000;
}
.footer-widget {
	margin-bottom: 40px;
}

.footer-widget p {
    margin: 0;
    font-size: 15px;
    line-height: 34px;
    color: #c6ccd0;
}

.footer-widget__title {
	margin: 0;
	color: #000;
	font-size: 18px;
	font-weight: bold;
	line-height: 1em;
	margin-bottom: 20px;
}

.footer-widget__links-list {
	margin-bottom: 0;
}

.footer-widget__links-list li {
    display: block;
    line-height: .81em;
}

.footer-widget__links-list li+li {
	margin-top: 22px;
}

.footer-widget__links-list li a {
    color: #c6ccd0;
	font-size: 15px;
	-webkit-transition: 500ms ease;
	transition: 500ms ease;
}

.footer-widget__links-list li a:hover {
	color: #000;
}

.footer-widget__about {
	margin-top: -15px;
}

.footer-widget__social {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 26px 0 0;
}

.footer-widget__social a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 50%;
	-webkit-transform: translateY(100%) rotate(180deg) perspective(44px);
	        transform: translateY(100%) rotate(180deg) perspective(44px);
	background-image: linear-gradient(117deg, #000 0%, #000 100%);
	-webkit-transition: -webkit-transform 500ms ease;
	transition: -webkit-transform 500ms ease;
	transition: transform 500ms ease;
	transition: transform 500ms ease, -webkit-transform 500ms ease;
}



.footer-widget__social a i {
	position: relative;
	z-index: 20;
}

.footer-widget__social a+a {
	margin-left: 10px;
}

/*catogery*/

.FEATURED-PRODUCTS {
    padding-top: 55px;
    padding-bottom: 50px;
	position: relative;
}


.FEATURED-PRODUCTS .container-fluid {
	max-width: 1595px;
	width: 100%;
	position: relative;
}


.FEATURED-PRODUCTS .FEATURED-PRODUCTS__carousel .owl-dots ,.owl-dots {
	position: absolute;
	bottom: -30px;
	left: 0;
	text-align: center;
	z-index: 10;
	width: 100%;
}

.FEATURED-PRODUCTS .FEATURED-PRODUCTS__carousel .owl-dots .owl-dot span {
	width: 7px;
	height: 7px;
	background-color: var(--thm-black);
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 0.2;
	margin: 0 5px;
	position: relative;
	-webkit-transition: opacity .4s ease, background .4s ease, -webkit-transform .4s ease;
	transition: opacity .4s ease, background .4s ease, -webkit-transform .4s ease;
	transition: transform .4s ease, opacity .4s ease, background .4s ease;
	transition: transform .4s ease, opacity .4s ease, background .4s ease, -webkit-transform .4s ease;
}
owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
	position: relative;
}
.item-product {
    margin: 20px 0 20px;
    border: 1px solid #e5edf199;
	transition: .5s;
	border-radius: 5px;
}
.FEATURED-PRODUCTS .owl-item img {
	max-height: 250px}
.foreign-bottom {
    padding: 10px;
    text-align: start;
    background: #70c9f129;
	transition: .5s;
}
.item-product:hover .foreign-bottom{
    background: #70c9f187;
}
a.btn-add-cart {
    position: absolute;
    bottom: 30%;
    left: 0;
    text-align: center;
    right: 0;
    background-size: 200% auto;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    background-image: -webkit-gradient(linear, left top, right top, from(#000), color-stop(51%, #000), to(#000));
    background-image: linear-gradient(
90deg
 , #000 0%, #000 51%, #000 100%);
    width: 60%;
    display: block;
    color: #fff;
    margin: auto;
    border-radius: 2px;
    font-size: 15px;
    font-weight: 600;
	transition: .5s;
    opacity: 0;
    padding: 2% !important;
    transform: translateY(73px);
}
.box-img-product {
    position: relative;
    overflow: hidden;
    transition: .5s;
}
.item-product:hover a.btn-add-cart{
	    opacity: 1;
    transform: translateY(0px);

}
a.btn-add-cart:hover{
	    background-position: right;

}
.item-product:hover img{
	transform: scale(1.2);
	opacity: .5;
}
.foreign-bottom h3 {
    font-size: 20px;
    margin-bottom: 3px;
	    max-height: 26px;
    overflow: hidden;
    line-height: 26px;
}
.foreign-bottom span {
    font-size: 15px;
}
.item-product:hover {
	box-shadow: 0px 0px 14px 2px #ebe8e8;}
.FEATURED-PRODUCTS .FEATURED-PRODUCTS__carousel .owl-dots .owl-dot span::before,.owl-dots .owl-dot span::before {
	content: '';
	width: 8px;
	height: 8px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	border-radius: 50%;
	z-index: 10;
	opacity: 0;
	-webkit-transform: scale(1.0);
	        transform: scale(1.0);
	-webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
	transition: opacity 500ms ease, -webkit-transform 500ms ease;
	transition: transform 500ms ease, opacity 500ms ease;
	transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
	background-image: -webkit-gradient(linear, left top, right top, from(#000), to(#000));
	background-image: linear-gradient(90deg, #000 0%, #000 100%);
}

.FEATURED-PRODUCTS .FEATURED-PRODUCTS__carousel .owl-dots .owl-dot:hover span::before,.owl-dots .owl-dot:hover span::before,
.FEATURED-PRODUCTS .FEATURED-PRODUCTS__carousel .owl-dots .owl-dot.active span::before,.owl-dots .owl-dot.active span::before {
	opacity: 1;
	-webkit-transform: scale(2);
	        transform: scale(2);
}

.FEATURED-PRODUCTS .FEATURED-PRODUCTS__carousel .owl-dots .owl-dot:hover span,.owl-dots .owl-dot:hover span,
.FEATURED-PRODUCTS .FEATURED-PRODUCTS__carousel .owl-dots .owl-dot.active span,.owl-dots .owl-dot.active span {
	opacity: 1;
}

.FEATURED-PRODUCTS .owl-item img {
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
}



/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/


.blog-grid {
	padding-top: 120px;
	padding-bottom: 120px;
}

.blog-grid .post-pagination {
	margin-top: 30px;
}

.Categories-sec-h {
    background-color: #f6f6fb;
    padding-top: 75px;
    padding-bottom: 90px;
	position: relative;
}

.Categories-sec-h__single {
	margin-bottom: 30px;
}

.Categories-sec-h__image {
	overflow: hidden;
	border-radius: 5px;
	margin-bottom: 10px;
	background-color: var(--thm-black);
}

.Categories-sec-h__image>img {
	width: 100%;
	opacity: 1;
	-webkit-transform: scale(1.0);
	        transform: scale(1.0);
	-webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
	transition: opacity 500ms ease, -webkit-transform 500ms ease;
	transition: transform 500ms ease, opacity 500ms ease;
	transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
}

.Categories-sec-h__single:hover .Categories-sec-h__image>img {
	-webkit-transform: scale(1.05);
	        transform: scale(1.05);
	opacity: 0.5;
}

.Categories-sec-h__meta {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	margin-bottom: 7px;
}

.Categories-sec-h__meta a {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	color: #737789;
	font-size: 14px;
	font-weight: 600;
	line-height: 1em;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.Categories-sec-h__meta a i {
	color: #000;
	margin-right: 5px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.Categories-sec-h__meta a+a {
	margin-left: 15px;
}

.Categories-sec-h__single:hover .Categories-sec-h__meta a,
.Categories-sec-h__single:hover .Categories-sec-h__meta a i {
	color: #fff;
}

.Categories-sec-h__content {
    padding-top: 20px;
    padding-bottom: 30px;
    border-radius: 5px;
    background-color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
	position: relative;
	box-shadow: 0px 10px 17px 0px rgba(46, 61, 98, 0.1);
}

.Categories-sec-h__content::before {
	content: '';
	border-radius: 5px;
	background-image: -webkit-gradient(linear, left top, right top, from(#000), to(#000));
	background-image: linear-gradient(90deg, #000 0%, #000 100%);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transform: scale(1, 0);
	        transform: scale(1, 0);
	-webkit-transform-origin: bottom;
	        transform-origin: bottom;
	-webkit-transition: -webkit-transform 500ms ease;
	transition: -webkit-transform 500ms ease;
	transition: transform 500ms ease;
	transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.Categories-sec-h__single:hover .Categories-sec-h__content::before {
	-webkit-transform: scale(1, 1);
	        transform: scale(1, 1);
	-webkit-transform-origin: top;
	        transform-origin: top;
}

.Categories-sec-h__content h3 {
    color: var(--thm-black);
    font-size: 18px;
    max-height: 75px;
    min-height: 75px;
    overflow: hidden;
    line-height: 25px;
	margin: 0;
	font-weight: 600;
}
.img-cateogeries-bg, .img-cateogeries-bg-left {
    left: 0;
    top: 175px;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: ImgBounce;
    animation-name: ImgBounce;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
	-webkit-animation: ImgBounce 5s ease-in-out 0s infinite alternate;
    animation: ImgBounce 5s ease-in-out 0s infinite alternate;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    position: absolute;
}
.img-cateogeries-bg-left {
    left: auto;
    right: 0;
    -webkit-animation-name: squareMover;
    animation-name: squareMover;
    top: 90px;
}
.Categories-sec-h__content h3 a {
	color: inherit;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.Categories-sec-h__single:hover .Categories-sec-h__content h3 a,
.Categories-sec-h__content h3 a:hover {
	color: #fff;
}

.Categories-sec-h__content-inner {
	position: relative;
}


.Categories-sec-h__single:hover .Categories-sec-h__circle::before,
.Categories-sec-h__single:hover .Categories-sec-h__circle::after {
	opacity: 0.3;
	-webkit-transform: perspective(150px) scaleX(1);
	        transform: perspective(150px) scaleX(1);
}


/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/

.Specials-Categories {
	padding-top: 75px;
	padding-bottom: 90px;
	position: relative;
	/*background-image: linear-gradient(45deg, #000d6, #00030),url(../img/icon-img/bg-catogery2.jpg);*/
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
.Specials-Categories .block-title h3{
	    text-shadow: 0px 0px 10px #f8fcfec7;

}
.Specials-Categories__image img {
    width: 245px;
    height: 245px;

}
[class*=Specials-Categories__bg-shape-] {
	position: absolute;
}

.Specials-Categories__bg-shape-1 {
    top: 110px;
    right: -35px;
    width: 13%;
    -webkit-animation-name: shapeMover;
    animation-name: shapeMover;
    -webkit-animation-duration: 9s;
    animation-duration: 9s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.Specials-Categories__bg-shape-2 {
    left: 25px;
    bottom: 47px;
	-webkit-animation-name: shapeMover;
	animation-name: shapeMover;
	-webkit-animation-duration: 9s;
	animation-duration: 9s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
.offer-link {
    display: inline-block;
    font-weight: 500;
    color:#000;
    font-size: 14px;
}
a.offer-link.Specials-Categories__social{
	bottom: -130px;
    color: #fafbfc;
    text-shadow: 0 0 9px #363434;
}
.Specials-Categories .container {
	position: relative;
}

.Specials-Categories__single {
    margin-top: 30px;
    margin-bottom: 117px;
    border-radius: 5px;
    box-shadow: 0px 10px 60px 0px rgb(46 61 98 / 10%);
    text-align: center;
    position: relative;
    padding-bottom: 60px;
    padding-top: 25px;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
    transition: transform 500ms ease, -webkit-transform 500ms ease;
	background: #fff;}
.Specials-Categories__single:hover {
    -webkit-transform: scaleY(1.20);
    transform: scaleY(1.20);
    box-shadow: 0px 0px 20px 0px #dee7ebd9;
}

.Specials-Categories__inner {
	-webkit-transform-origin: top;
	        transform-origin: top;
	-webkit-transition: -webkit-transform 500ms ease;
	transition: -webkit-transform 500ms ease;
	transition: transform 500ms ease;
	transition: transform 500ms ease, -webkit-transform 500ms ease;
	-webkit-transform: scaleY(1);
	        transform: scaleY(1);
}

.Specials-Categories__single:hover .Specials-Categories__inner {
	-webkit-transform: scaleY(.8);
	        transform: scaleY(.8);
}

.Specials-Categories__image {
	/*width: 245px;*/
	/*margin-left: auto;*/
	/*margin-right: auto;*/
	overflow: hidden;
	border-radius: 50%;
	 -webkit-animation: rania-nasr 10s linear infinite alternate forwards;
    animation: rania-nasr 10s linear infinite alternate forwards;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
    border: 6px solid #ABABAB;
 /*   max-width: 240px;*/
 /*   margin-left: auto;*/
 /*   margin-right: auto;*/
 /*   display: block;*/


        width: 245px;
    margin-left: auto;
    margin-right: auto;
    /*overflow: hidden;*/
    border-radius: 50%;
    /* -webkit-animation: rania-nasr 10s linear infinite alternate forwards; */
    /* animation: rania-nasr 10s linear infinite alternate forwards; */
    /* -webkit-transition: .5s all ease; */
    /* transition: .5s all ease; */
    /* border: 6px solid #000; */
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
    display: block;





}
.Specials-Categories__single:hover .Specials-Categories__image {
    border-color: #858585;
    animation-name: none;
/*	border-color: transparent;*/
}

.Specials-Categories__single h3 {
	margin: 0;
	font-size: 20px;
	font-weight: bold;
	color: var(--thm-black);
	line-height: 1em;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	margin-top: 20px;
}

.Specials-Categories__single p {
	color: #737789;
    margin: 0;
    line-height: 20px;
    max-height: 80px;
    overflow: hidden;
    margin-top: 12px;
    margin-bottom: 5px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.Specials-Categories__single:hover p,
.Specials-Categories__single:hover h3 {
	color: #fff;
}

.Specials-Categories__social {
	position: absolute;
	bottom: -95x;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	        justify-content: center;
	z-index: 11;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	width: 95%;
}

.Specials-Categories__single:hover .Specials-Categories__social {
	opacity: 1;
	visibility: visible;
}


.Specials-Categories__single::before {
	content: '';
	border-radius: 5px;
	background-image: -webkit-gradient(linear, left top, right top, from(#000), to(#000));
	background-image: linear-gradient(90deg, #000 0%, #000 100%);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transform: scale(1, 0);
	        transform: scale(1, 0);
	-webkit-transform-origin: bottom;
	        transform-origin: bottom;
	-webkit-transition: -webkit-transform 500ms ease;
	transition: -webkit-transform 500ms ease;
	transition: transform 500ms ease;
	transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.Specials-Categories__single:hover::before {
	-webkit-transform: scale(1, 1);
	        transform: scale(1, 1);
	-webkit-transform-origin: top;
	        transform-origin: top;
}

.Specials-Categories__inner {
	position: relative;
}

/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/

.page-header {
    padding-top: 3px;
    padding-bottom: 20px;
	background-color: #f6f6fb;
	background-image:linear-gradient(180deg, rgb(27 27 27 / 81%) 0%, rgb(80 80 80 / 62%) 100%),url(../img/icon-img/bg-catogery2.jpg),url(../img/icon-img/bg-catogery2.jpg);
    background-attachment: fixed;
    background-size: cover;
}

.page-header .container {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	        justify-content: space-between;
}

.page-header h2 {
	margin: 0;
	font-size: 46px;
	font-weight: 600;
	line-height: 1.2em;
	color: #fff;
}

/*--------------------------------------------------------------
# BreadCrumb
--------------------------------------------------------------*/


.thm-breadcrumb {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	        align-items: center;
	margin-bottom: 0;
}

.thm-breadcrumb li {
	color: #fff;
	font-size: 18px;
	line-height: 1em;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
}

.thm-breadcrumb li:not(:last-of-type)::after {
	font-family: "Ionicons";
	content: "\f125";
	margin-left: 10px;
	margin-right: 10px;
	font-size: 12px;
}

.thm-breadcrumb li a {
	color: #fff;
	-webkit-transition: 500ms ease;
	transition: 500ms ease;
}

.thm-breadcrumb li a:hover {
	color: #fff;
}
       .catogery-list {
/*    padding-top: 120px;*/
/*    padding-bottom: 120px;*/
}
.shop-topbar-wrapper {
    border: 1px solid #ddeff9;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    padding: 10px 24px 0px;
    width: 100%;
}
.shorting-style {
    display: inline-block;
    margin-left: 20px;
}
.product-shorting.shorting-style {
    margin-left: 0;
}
.blog-grid .post-pagination {
    margin-top: 30px;
}

.post-pagination {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap;
}
span.price-0 {
    color: #000 !important;
    font-size: 15px;
}
.post-pagination i {
    font-size: 13px;
}

label {
    font-size: 15px;
    font-weight: 400;
    color: #242424;
}
.shorting-style > label {
    color: #242424;
    cursor: pointer;
    margin: 0 11px 0 0;
}
.product-shorting.shorting-style select {
    width: 110px;
}

.shorting-style select {
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    box-shadow: none;
    color: #242424;
    cursor: pointer;
    font-size: 14px;
    height: 30px;
    padding-left: 10px;
    width: 210px;
}
.product-wrapper:hover .product-img img{
	transform: scale(1.2);
}
select {
    width: 100%;
    background: transparent;
    border: 0px solid #eceff8;
    box-shadow: none;
    font-size: 14px;
    color: #626262;
}

element.style {
}
option {
    background: #fff;
    border: 0px solid #626262;
    padding-left: 10px;
    font-size: 14px;
}
.shorting-style {
    display: inline-block;
    margin-left: 0;
}
.product-list .product-width {
    flex: 0 0 100%;
    max-width: 100%;
}
.product-list .product-wrapper {
    display: flex;
    border: 1px solid #e6ecef;
    border-radius: 5px;
    box-shadow: 0px 0px 11px #e5e5e5;
}
.product-list .product-img {
    flex: 0 0 324px;
    margin-right: 30px;
}
.product-list-details {
    padding: 3% 3% 3% 0;
}
.product-img {
    overflow: hidden;
    position: relative;
}
.product-img img {
    width: 100%;
}
.product-list .product-action {
    display: none;
}

@media (min-width: 1200px) and (max-width: 1500px)
.product-action {
    padding: 0 10px;
}
.product-action {
    bottom: -30px;
    display: flex;
    justify-content: space-between;
    left: 0;
    padding: 0 20px;
    position: absolute;
    right: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease 0s;
}
.pro-action-left > a {
    color: #000000;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
}
.pro-action-left > a i {
    font-size: 20px;
    margin-right: 9px;
}
.product-list .product-content {
    display: none;
}

.product-content {
    padding: 26px 0 0;
}
.product-content > h4 {
    color: #2f333a;
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 8px;
}
.product-content > h4 a {
    color: #2f333a;
}
.product-list .product-price-wrapper > span {
    margin: 0 5px 0 0;
}

.product-price-wrapper > span {
    color: #2f333a;
    font-weight: 500;
}
.product-list .product-price-wrapper > span {
    margin: 0 5px 0 0;
}

.product-price-wrapper > span {
    color: #2f333a;
    font-weight: 500;
}
.product-price-wrapper > span.product-price-old {
    color: #000;
    margin-left: 12px;
    text-decoration: line-through;
}
.product-list-details > h4 {
    font-size: 20px;
    font-weight: 500;
    margin: 0;
}
.product-list-details > h4 a {
    color: #314c5d;
}

.shop-list-cart-wishlist .Add-To-Cart:hover{
	color: #000;
}
.product-list-details .product-price-wrapper {
    margin: 5px 0 5px;
}
.product-list .product-price-wrapper > span {
    margin: 0 5px 0 0;
}
.wishlist-a,i{
	transition: .5s;
}
.shop-list-cart-wishlist .wishlist-a:hover{
	color: red;
}
.wishlist-a:hover{
    -webkit-animation-delay: 1.0s;
    animation-delay: 1.0s;
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
	fill:
}
.product-price-wrapper > span {
    color: #2f333a;
    font-weight: 500;
}
.product-list-details > p {
    margin: 0 0 22px;
}
.shop-list-cart-wishlist {
    display: inline-block;
    float: left;
    margin-right: 3px;
}
.shop-list-cart-wishlist a ,.shop-list-cart-wishlist .less-amount{
    background-color: #F5F5F5;
    border-radius: 5px;
    color: #242424;
    display: inline-block;
    font-size: 14px;
    height: 50px;
    line-height: 46px;
    margin: 0 8px 0 0;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: max-content;
    padding: 2px 14px
}
.shop-list-cart-wishlist svg:not(:root) {
    overflow: hidden;
    position: relative;
    top: 2px;
	width: 30px;}
.banner-area.pb-30 {
    width: 100%;
    height: 290px;
    overflow: hidden;
}
.catogery-list .banner-area img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    object-position: center;
    border-radius: 5px 5px 0 0;

}
.shop-topbar-left p,.shorting-style > label{
	    color: #000;

}
.product-list .product-wrapper:hover {
	box-shadow: 0px 0px 11px #b1ccd9;}
/*---------------------------
    6. Product details
-----------------------------*/

.product-details-content {
    position: relative;
}
.zoompro {
    width: 100%;
}
.product-dec-slider {
    padding: 0 40px;
}
.product-dec-slider.slick-initialized .slick-slide {
    text-align: center;
}
.product-dec-slider .slick-slide img {
    display: inline-block;
    width: 110px;
    height: 95px;
    object-fit: cover;
}
#gallery i {
    font-size: 14px;
}
.product-dec-slider .product-dec-icon {
    color: #a4a4a4;
    display: inline-block;
    font-size: 25px;
    left: 10px;
    opacity: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 99;
}
.product-dec-slider .product-dec-icon:hover {
    color: #000;
}
.product-dec-slider .product-dec-icon.product-dec-next {
    left: auto;
    right: 10px;
}
.product-dec-slider:hover .product-dec-icon {
    opacity: 1;
}
.product-dec-slider a {
    padding: 0 5px;
    cursor: pointer;
}
.product-dec-slider a img {
    border: 2px solid transparent;
    cursor: pointer;
}
.product-dec-slider a.active img {
    border: 2px solid #000;
}
.product-dec-slider a.slick-active {
    position: relative;
}
.product-dec-slider a.active.slick-active:before {
    opacity: .0000001;
}
.product-details-img {
    position: relative;
}
.product-details-img > span {
    background: linear-gradient(
90deg
 , #d02905 0%, #fa0101 100%);
    border-radius: 3px;
    color: #fff;
    right: 30px;
    line-height: 1;
    padding: 6px 14px 5px;
    position: absolute;
    top: 20px;
    z-index: 99;
}
.product-details-content > h4 {
    font-size: 30px;
    font-weight: 500;
    margin: 0;
    margin-bottom: 20px;
}
.rating-review {
    display: flex;
}
.pro-dec-rating i {
    color: #b2b2b2;
    font-size: 17px;
}
.pro-dec-rating i.theme-star {
    color: #000;
}
.pro-dec-review ul li {
    color: #242424;
    display: inline-block;
    list-style: outside none none;
    margin-right: 38px;
    position: relative;
}
.pro-dec-review ul li:last-child {
    margin-right: 0px;
}
.pro-dec-review ul li::before {
    background-color: #e1e1e1;
    content: "";
    height: 20px;
    position: absolute;
    right: -21px;
    top: 2px;
    transition: all 0.4s ease 0s;
    width: 1px;
}
.pro-dec-review ul li:last-child::before {
    display: none;
}
.pro-dec-review {
    margin: 0 0 0 35px;
}
.product-details-content > span {
    color: #242424;
    font-size: 24px;
    font-weight: 500;
}
.rating-review {
    display: flex;
    margin: 20px 0 27px;
}
.in-stock > p span {
    color: #000;
}
.product-details-content > p {
    color: #9b9797;
    margin: 1% 0 4%;
}
.in-stock > p {
    margin: 0;
}
.title-feature, .title-quantity {
    font-size: 14px;
    color: #8b8888;
}
.pro-dec-feature li:first-child {
    margin-left: 0px;
}
h4.title-section {
    border-left: 4px solid #1d82c3;
	padding: 8px;}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgb(213 228 235);
}
.table td, .table th {
	padding: 5px 10px;}
.pro-dec-feature ul li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.pro-dec-feature li {
    display: block;
    list-style: outside none none;
    margin: 0 15px 4px;
    color: #242424;
}
input[type=checkbox], input[type=radio] {
    width: 15px;
}
img.img-colors {
    width: 40px;
    border-radius: 10px;
    height: 40px;
    padding: 5px;
}
.in-stock {
    margin: 5px 0 3px;
}
.pro-dec-feature li {
    display: block;
    list-style: outside none none;
    margin: 0 0 4px;
    color: #242424;
}
.pro-dec-feature li:last-child {
    margin: 0 0 0px;
}
.pro-dec-feature li input[type="checkbox"] {
    background: #ebebeb none repeat scroll 0 0;
    border: 1px solid #d7d7d7;
    box-shadow: none;
    color: #626262;
    font-size: 14px;
    height: 13px;
    margin: 0 13px 0 0;
    padding-left: 0;
    position: relative;
    top: 2px;
    width: 13px;
}
.pro-dec-feature li span {
    color: #000;
}
.pro-dec-feature {
    padding: 0px 0 10px;
}
.product-price-wrapper p,.in-stock p{
	font-size: 16px;
    text-transform: capitalize;
}
.quality input {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #e1e1e1;
    color: #242424;
    height: 40px;
    padding: 0;
    text-align: center;
    width: 40px;
}
.quality input::-moz-placeholder {
    color: #242424;
    opacity: 1;
}
.quality input::-webkit-input-placeholder {
    color: #242424;
    opacity: 1;
}
.quality label {
    color: #242424;
    font-size: 14px;
    margin: 0 26px 0 0;
}
.quality {
    display: inline-block;
    float: left;
    margin: 0 15px 0 0;
}
.shop-list-cart-wishlist {
    display: inline-block;
    float: left;
    margin-right: 3px;
}
.pro-details-cart-wrap .product-quantity {
    margin: 0 0 0px;
}
.pro-details-cart-wrap {
    border-top: 1px solid #ebebeb;
    display: block;
    overflow: hidden;
    padding: 40px 0 37px;
}

.product-quantity button {
    background: #333 none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
    height: 50px;
    letter-spacing: 0.025em;
    line-height: 40px;
    margin-left: 20px;
    padding: 0 20px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
product-quantity {
    display: block;
    margin: 0 0 16px;
    overflow: hidden;
}
.product-quantity button:hover {
    background: #000 none repeat scroll 0 0;
}

.product-quantity {
    display: block;
    margin: 0 0 16px;
    overflow: hidden;
}
.product-quantity .cart-plus-minus {
    display: inline-block;
    float: left;
    height: 50px;
    padding: 0;
    position: relative;
    width: 110px;
}
.product-quantity .qtybutton {
    color: #454545;
    cursor: pointer;
    float: inherit;
    font-size: 18px;
    margin: 0;
    position: absolute;
    transition: all 0.3s ease 0s;
    width: 30px;
    text-align: center;
}
.product-quantity .dec.qtybutton {
    border-right: 1px solid #e5e5e5;
    height: 50px;
    left: 0;
    padding-top: 8px;
    top: 0;
    background: #000;
    font-weight: 500;
}
.product-quantity .inc.qtybutton {
    font-weight: 500;
    border-left: 1px solid #e5e5e5;
    height: 50px;
    padding-top: 9px;
    right: 0;
    top: 0;
	background: #000;
}
.product-quantity input.cart-plus-minus-box {
    color: #454545;
    float: left;
    font-size: 14px;
    height: 50px;
    margin: 0;
    width: 110px;
    background: transparent none repeat scroll 0 0;
    border: 1px solid #e1e1e1;
    padding: 0;
    text-align: center;
}
.quickview-color-wrap {
    margin: 29px 0 0;
}
.product-quantity .cart-plus-minus {
    display: inline-block;
    float: left;
}
.quality-add-to-cart .product-action {
    justify-content: left;
}
.quality-add-to-cart .product-action > a.action-cart {
    padding: 11px 40px 10px;
}
.quality-add-to-cart .product-action > a.same-action {
    width: 40px;
    height: 40px;
}
.quality-add-to-cart .product-action > a.same-action i {
    line-height: 41px;
}
.pro-dec-categories li {
    display: inline-block;
    list-style: outside none none;
    color: #242424;
}
.pro-dec-categories li.categories-title {
    margin: 0 3px 0 0;
}
.pro-dec-categories li a {
    color: #242424;
}
.pro-dec-categories li a:hover {
    color: #000;
}
.pro-dec-categories {
    margin: 0 0 12px;
}
.pro-dec-categories:last-child {
    margin: 0 0 0px;
}
.pro-dec-social li {
    display: inline-block;
    list-style: outside none none;
    margin: 0 6px 0 0;
}
.pro-dec-social li a {
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    line-height: 1;
    padding: 8px 12px;
}
.pro-dec-social li a.tweet {
    background-color: #00aaf0;
    border: 1px solid transparent;
}
.pro-dec-social li a.tweet:hover {
    background-color: transparent;
    border: 1px solid #00aaf0;
    color: #00aaf0;
}
.pro-dec-social li a.share {
    background-color: #435f9f;
    border: 1px solid transparent;
}
.pro-dec-social li a.share:hover {
    background-color: transparent;
    border: 1px solid #435f9f;
    color: #435f9f;
}
.pro-dec-social li a.google {
    background-color: #e04b34;
    border: 1px solid transparent;
}
.pro-dec-social li a.google:hover {
    background-color: transparent;
    border: 1px solid #e04b34;
    color: #e04b34;
}
.pro-dec-social li a.pinterest {
    background-color: #ce1f21;
    border: 1px solid transparent;
}
.pro-dec-social li a.pinterest:hover {
    background-color: transparent;
    border: 1px solid #ce1f21;
    color: #ce1f21;
}
.pro-dec-social {
    margin: 27px 0 0;
}
.description-review-topbar {
    justify-content: flex-start;
    display: flex;
}
.description-review-topbar a {
    border: 1px solid #e9e6e6;
    border-bottom: 2px solid transparent;
    color: #97989b;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    margin: 0 3px 0 0;
    padding: 7px 25px;
    background: #fafafa;
}
.border-bottom{
	border-bottom: 1px solid #dddbdb;
    margin: 35px 0;
}
.description-review-topbar a.active {
    /* border-bottom: 2px solid #000; */
    color: #000;
    background: #f1f1f1;
    /* border: none; */
    margin: 0 3px 0 0;
}
.tab-content.description-review-bottom {
    background-color: #f1f1f1;
    padding: 30px 20px;
    box-shadow: 10px 10px 10px #ccc;
}
.product-description-wrapper > p {
    color: #242424;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 30px;
}
.product-description-wrapper li {
    color: #242424;
    display: block;
    font-size: 14px;
    list-style: outside none none;
    margin-bottom: 10px;
}
.product-description-wrapper li:last-child {
    margin-bottom: 0px;
}
.rattings-wrapper {
    margin-bottom: 40px;
}
.rattings-wrapper .sin-rattings {
    margin-bottom: 30px;
    border: 1px solid #ccc;
    padding: 3%;
    box-shadow: 10px 10px 10px #cccccc6b;
    background: #fafafa;
	    border-radius: 5px;
}
.star-author-all {
    margin-bottom: 10px;
    overflow: hidden;
}
.ratting-star i {
    color: #000;
    font-size: 18px;
}
.ratting-author h3 {
    color: #242424;
    float: left;
    font-size: 15px;
    font-weight: 400;
    line-height: 13px;
    margin: 0;
    text-transform: capitalize;
}
.ratting-author span {
    color: #242424;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: 400;
    line-height: 13px;
    margin-left: 15px;
}
.sin-rattings > p {
    color: #242424;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 0;
}
.ratting-form-wrapper h3 {
    color: #303030;
    font-size: 15px;
    font-weight: 400;
    line-height: 12px;
    margin: 0 0 30px;
    text-transform: uppercase;
}
.ratting-form form .star-box h2 {
    color: #242424;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    margin: 0 0 10px;
}
.ratting-form form .star-box {
    margin-bottom: 40px;
}
.Request-price-form {
    padding: 5%;
    background: #fdfdfd;
    border: 1px solid #ebecee;
}
.rating-form-style input, .rating-form-style textarea {
    background: #ffffff9c none repeat scroll 0 0;
    border: 1px solid #d2d4d769;
    color: #333;
	padding-right: 10px;}
.rating-form-style.form-submit input,input[type="submit"],button.submit.btn-style{
    background: #000 none repeat scroll 0 0;
/*    border-radius: 5px;*/
    color: #fff;
    cursor: pointer;
    font-weight: 500;
    margin-top: 30px;
    padding: 0 25px;
    text-transform: capitalize;
    width: inherit;
	border: none;
    min-height: 45px;
}
.ratting-author.f-right {
    margin-top: 10px;
}
.rating-form-style.form-submit input:hover,input[type="submit"]:hover,button.submit.btn-style:hover{
    background: #454545 none repeat scroll 0 0;
    color: #fff;
}
.ratting-star>span {
    margin-left: 5px;
}
.product-anotherinfo-wrapper li span {
    color: #242424;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    margin-right: 15px;
    width: 40px;
}
.product-anotherinfo-wrapper li {
    display: inline-block;
    font-size: 14px;
    list-style: outside none none;
    margin-bottom: 6px;
    text-transform: capitalize;
    margin: 0 5px 0 0;
}
.product-anotherinfo-wrapper li a {
    color: #242424;
}
.product-anotherinfo-wrapper li:last-child {
    margin-bottom: 0px;
}
.pro-dec-btn {
    position: absolute;
    right: 0;
    top: -10px;
}
.pro-dec-btn > a {
    background-color: #efefef;
    border-radius: 3px;
    color: #333;
    display: inline-block;
    font-size: 20px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 35px;
}
.pro-dec-btn > a:hover {
    background-color: #000;
    color: #fff;
}
li.account-curr-lang-wrap a {
    color: #2f333a;
    display: inline-block;
    line-height: 44px;
}
li.account-curr-lang-wrap a img {
    margin-right: 6px;
    margin-top: -2px;
}
li.account-curr-lang-wrap a i {
    font-size: 8px;
    margin-left: 6px;
    position: relative;
    top: 0;
}
li.account-curr-lang-wrap:last-child ul {
    left: 0px;
}

li.account-curr-lang-wrap ul {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 1px 7px -2px rgb(0 0 0 / 30%);
    left: 0;
    padding: 8px 12px 10px;
    position: absolute;
    text-align: start;
    top: 100%;
    transform: rotateX(
90deg
);
    transform-origin: center top 0;
    transition: all 0.5s ease 0s;
    visibility: hidden;
    width: 150px;
    z-index: 220;
}
li.account-curr-lang-wrap{
    display: inline-block;
    list-style: outside none none;
    margin-right: 38px;
    position: relative;
    height: 32px;
}
li.account-curr-lang-wrap ul li {
    display: block;
    margin-right: 0px;
}
 ul li.account-curr-lang-wrap ul li a {
    display: block;
    font-size: 13.5px;
    line-height: 32px;
    padding: 0;
    text-transform: capitalize;
    color: #242424 !important;
}
li.account-curr-lang-wrap:hover ul {
    transform: rotateX(
0deg
);
    visibility: visible;
}
li.account-curr-lang-wrap i.ion-chevron-down {
    font-size: 13px !important;
}
li.dropdown a.frist-drop::after {
    content: "\f123";
    display: inline-block;
    font-family: "Ionicons";
    font-size: 10px;
	padding: 0 4px;}
.singin-register-page .login-form-container {
    height: max-content;
}
.login-form-container {
    text-align: start;
    padding: 50px;
    transition: .5s;
}

.login-form-container label {
    color: #242424;
    font-size: 15px;
    font-weight: 400;
}
.login-form-container input {
    background-color: white;
    border: 1px solid #ebebeb;
    color: #666;
    font-size: 14px;
    height: 45px;
    margin-bottom: 16px;
    padding: 0 15px;
}
.login-form-container:hover {
    background: transparent none repeat scroll 0 0;
    box-shadow: 0 0 6px rgb(0 0 0 / 10%);
}
.box-details {
    background-image: linear-gradient(
45deg
 , #040404, rgb(64 64 64 / 39%)),url(../img/icon-img/12490.jpg);
    position: relative;
    background-size: cover;
    bottom: 0;
    filter: drop-shadow(0.5px 0.866px 4px rgba(160, 160, 160, 0.75));
    padding: 7% 4% 2%;
    background-position: 79% 0%;
    background-repeat: no-repeat;
    height: 640px;
    -webkit-animation: ImgBounce 5s ease-in-out 0s infinite alternate;
    animation: ImgBounce 5s ease-in-out 0s infinite alternate;
}
textarea{
	background: #fff;
}

.login-register-area {
    padding-bottom: 80px;
}

.cta-one {
	position: relative;
	padding-top:100px;
	margin-bottom: 5px;
}

[class*=cta-one__bg-shape-] {
	position: absolute;
}

.cta-one__bg-shape-1 {
	bottom: -60px;
	right: 0;
}

.cta-one__bg-shape-2 {
	bottom: 50px;
	right: 80px;
	-webkit-animation-name: squareMover;
	animation-name: squareMover;
	-webkit-animation-duration: 10s;
	animation-duration: 10s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-delay: 2s;
	        animation-delay: 2s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-perspective: 100px;
	perspective: 100px;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.cta-one .container {
	position: relative;
}

.cta-one__moc {
    position: absolute;
    left: -30px;
    top: -25px;
}

.cta-one__moc img {
	-webkit-animation: ImgBounce 5s ease-in-out 0s infinite alternate;
	        animation: ImgBounce 5s ease-in-out 0s infinite alternate;
	width: 70%;
	box-shadow: 10px 10px 10px #ccc;
/*	border-radius: 5px;*/
}

.cta-one__content .block-title {
	padding-bottom: 37px;
}

.cta-one__text {
	margin-bottom: 43px;
}

.cta-one__text p {
	margin: 0;
	color: #737789;
	font-size: 24px;
	line-height: 40px;
	font-weight: 500;
}

.cta-one__list {
	margin-bottom: 53px;
}

.cta-one__list li {
	color: #737789;
	position: relative;
	padding-left: 35px;
	font-size: 18px;
}

.cta-one__list li+li {
	margin-top: 4px;
}

.cta-one__list li>i {
	position: absolute;
	top: 50%;
	left: 0;
	font-size: 18px;
	background-image: -webkit-gradient(linear, right top, left top, from(#000), to(#000));
	background-image: linear-gradient(-90deg, #000 0%, #000 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.title-box-callus {
    margin-bottom: 3%;
    text-transform: capitalize;
}
.box-callUs h5 {
    font-weight: 400;
    line-height: 40px;
    color: #fff;
}
.box-callUs .footer-social li {
    background: #282828;
    border: 1px solid transparent;
    transition: .5s;
    margin-top: 5%;
	padding: 0;
}
.box-callUs h5 i{
	padding: 0 4px;
    color: #fff;
    font-size: 25px;
}.box-callUs h5 a {
    color: #fff;
}
.footer-social li:first-child {
    margin-left: 0px;
}
.box-details img.Specials-Categories__bg-shape-2{
	left: -82px;
    bottom: -35px;
}
.footer-social li {
    display: inline-block;
    list-style: outside none none;
    margin-left: 14px;
    color: #282828;
    border-radius: 50%;
    background: #fff;
    width: 35px;
    height: 35px;
    text-align: center;
    padding: 3px;
}
.box-callUs ul li a {
    color: #ffffff;
	font-size: 20px;
}

/*--------------------------------------------------------------
# Sidemenu
--------------------------------------------------------------*/

.side-menu__block {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 1000;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: left center;
	transform-origin: left center;
	-webkit-transition: -webkit-transform .7s ease;
	transition: -webkit-transform .7s ease;
	transition: transform .7s ease;
	transition: transform .7s ease, -webkit-transform .7s ease;
}

.side-menu__block.active {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.side-menu__block-overlay {
	width: 100%;
	height: 100%;
	background-color: var(--thm-black);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	opacity: .7;
}

.side-menu__block-overlay .cursor-follower {
	background-color: rgba(255, 255, 255, 0.3);
}

.side-menu__block-inner {
	position: relative;
	max-width: 532px;
	width: 100%;
	margin-right: auto;
	height: 100vh;
	background-color: #F6F6FE;
	z-index: 999999;
	overflow-y: auto;
	padding: 40px 0;
	padding-top: 8px;
	position: relative;
}
.logo-menu{
	margin-right: auto;
}

@media(max-width: 575px) {
	.side-menu__block-inner {
		max-width: 480px;
	}
}

@media(max-width: 480px) {
	.side-menu__block-inner {
		max-width: 400px;
	}
}

@media(max-width: 375px) {
	.side-menu__block-inner {
		max-width: 300px;
	}
}

.side-menu__block-inner .mCustomScrollBox {
	width: 100%;
}

.side-menu__top {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
	padding-left: 100px;
	padding-right: 40px;
}

.mobile-nav__container {
	padding-left: 100px;
	padding-right: 100px;
	padding-top: 5px;
}



.mobile-nav__container ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mobile-nav__container li.dropdown ul {
	display: none;
	padding-left: 0.5em;
}

.mobile-nav__container li.dropdown {
	position: relative;
}

.mobile-nav__container li.dropdown .dropdown-btn {
	border: none;
	outline: none;
	background-color: transparent;
	color: #9ca3a9;
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
	width: auto;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: transfrom 500ms ease;
	transition: transfrom 500ms ease;
}

.mobile-nav__container li.dropdown .dropdown-btn.open {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.mobile-nav__container li+li {
	margin-top: 5px;
}

.mobile-nav__container li a {
    font-family: var(--special-font-smb);
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    position: relative;
    font-size: 15px;
    line-height: 22px;
	font-family: var(--heading-font);
	color: var(--thm-black);
}

.mobile-nav__container li a:hover {
	color: #000;
}

.mobile-nav__container li.current-menu-item>a,
.mobile-nav__container li.current>a {
	color: #000;
}

.side-menu__social {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	margin-top: 40px;
}

.side-menu__social a {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	        justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background-color: #e4e4ee;
	font-size: 16px;
	color: #fff;
	position: relative;
	overflow: hidden;
	border-radius: 50%;
}

.side-menu__social a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 50%;
	-webkit-transform: translateY(100%) rotate(180deg) perspective(44px);
	        transform: translateY(100%) rotate(180deg) perspective(44px);
	background-image: linear-gradient(117deg, #000 0%, #000 100%);
	-webkit-transition: -webkit-transform 500ms ease;
	transition: -webkit-transform 500ms ease;
	transition: transform 500ms ease;
	transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.side-menu__social a:hover::before {
	-webkit-transform: translateY(0%) rotate(0deg) perspective(44px);
	        transform: translateY(0%) rotate(0deg) perspective(44px);
}

.side-menu__social a i {
	position: relative;
	z-index: 20;
}

.side-menu__social a+a {
	margin-left: 10px;
}

.side-menu__content {
	padding-left: 100px;
	padding-right: 100px;
	padding-bottom: 50px;
}

.side-menu__content p {
	margin: 0;
	font-size: 14px;
	line-height: 32px;
	color: #7c7d8a;
	letter-spacing: .02em;
}

.side-menu__content p+p {
	margin-top: 10px;
}

.side-menu__content p a {
	color: #000;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.side-menu__content p a:hover {
	color: #000;
}

.side-menu__sep {
    width: calc(100% - 200px);
    margin-left: auto;
    margin-right: auto;
    height: 1px;
    background-color: #e6e6eb;
	margin-top: 70px;
	margin-bottom: 70px;
}

.side-menu__text p {
	font-size: 14px;
	line-height: 32px;
	color: #7c7d8a;
	margin: 0;
	margin-bottom: 25px;
}


.side-menu__text a {
	color: #000;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.side-menu__text a:hover {
	color: var(--thm-black);
}

.side-menu__block__copy {
	font-size: 16px;
	font-weight: 500;
	color: #7c7d8a;
	margin: 0;
}


@media(max-width: 575px) {

	.side-menu__top,
	.side-menu__content,
	.mobile-nav__container {
		padding-left: 50px;
		padding-right: 50px;
	}

.side-menu__sep {
    margin-top: 10px;
    margin-bottom: 10px;
		width: calc(100% - 100px);
	}
}

@media(max-width: 480px) {

	.side-menu__top,
	.side-menu__content,
	.mobile-nav__container {
		padding-left: 25px;
		padding-right: 25px;
	}

	.side-menu__sep {
		width: calc(100% - 50px);
	}

	.side-menu__social {
    margin-top: 16px;
	}

	.side-menu__social a {
		width: 45px;
		height: 45px;
	}
}


/**************** AMIR *************** */

.hero {
position: relative;
    padding: 150px 0;
}

.hero::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
background-image: url(https://morouj.masharia.co/front/assets/img/new/hero-bg.svg);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
}


.site-header-one {
    border: 0;
    padding: 20px 0;
}

.main-nav__main-navigation .main-nav__navigation-box>li+li {
    margin-left: 40px;
}

.main-nav__main-navigation .main-nav__navigation-box>li>a {
    color: #000;
    font-weight: 500;
}

.header-top-area {
    background: #ff7a15;
}

.site-header-one .container {
    display: flex;
    align-items: center;
}

.header-top-area .row {
    margin: 0;
}

.header-top-area .header-top-item .header-left ul li {
    display: flex;
    margin: 0;
    column-gap: 15px;
}

.header-top-area .header-top-item .header-left > ul {
    display: flex;
    align-items: center;
    column-gap: 30px;
}

.header-top-area .header-top-item .header-left ul li a {
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.header-top-item .header-left li i {
    color: #fff;
    top: auto;
    font-size: 21px;
}

.main-nav__main-navigation .main-nav__navigation-box>li ul {
    width: auto;
    min-width: 250px;
    border-color: #3f3f3f;
}

.main-nav__main-navigation .main-nav__navigation-box>li ul>li>a {
    font-size: 13px;
}

.main-nav__main-navigation .main-nav__navigation-box>li ul>li:hover>a {
    background: #3f3f3f;
}

.hero .item .row {
    align-items: center;
}

.hero .item h3 {
    color: #fff;
    font-weight: 600;
    font-size: 50px;
}

.hero .item p {
    margin: 20px 0 0;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5;
}

.hero .owl-dots {
    bottom: -100px;
}

.owl-dots .owl-dot span {
    border-radius: 0 !important;
    background: #C1C1C1 !important;
    margin: 0 5px !important;
}

.owl-dots .owl-dot.active span {
    background: #252525 !important;
}

.owl-dots .owl-dot span::before {
    display: none;
}

.owl-nav .owl-next,.hero .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #000;
    font-size: 16px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}

.hero .owl-nav .owl-next {
    right: -100px;
}

.hero .owl-nav .owl-prev {
    left: -100px;
}

.owl-nav .disabled {
    opacity: .1;
    cursor: no-drop;
}

.owl-carousel .animated {
    animation-duration: .3s;
}

.services {
    padding: 50px 0 70px;
}

.g-head {
    text-align: center;
    margin-bottom: 50px;
}

.g-head span {
    color: #000;
    font-size: 25px;
    font-weight: 600;
}

.g-head h4 {
    color: #7B7B7B;
    font-weight: 600;
    font-size: 30px;
    margin: 0 auto;
    max-width: 50%;
    line-height: 1.4;
}

.services .service-item {
    background: #FFFFFF;
    box-shadow: 0px 69px 114px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    padding: 40px 30px;
}

.services .service-item .i-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.services .service-item .i-top span {
    letter-spacing: -0.045em;
    color: #000000;
    opacity: 0.22;
    font-weight: 900;
    font-size: 124px;
}

.services .service-item .i-top img {
    width: 112px;
    object-fit: contain;
}

.services .service-item a {
    color: #000;
    font-weight: 700;
    font-size: 30px;
    border-bottom: 3px solid;
    max-width: 100%;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
    padding-bottom: 5px;
}

.services .service-item p {
    font-size: 15px;
    font-weight: 300;
    overflow: hidden;
    max-height: 73px;
    margin: 0;
    margin-top: 15px;
}

.services .row {
    row-gap: 24px;
}

.service-one__single,
.service-one__inner:hover .service-one__icon{
    border-color: #ABABAB;
}

.service-one__single:hover {
    border-color: #4a4a4a;
}

.service-one__single::before {
    background: #ff7a15;
}

.cunter-0::before {
    display: none;
}

.cunter-0 {
    background: #ff7a15;
    padding: 70px;
}

.cunter-0 h3.title-counter {
    margin: 0 auto 70px;
    text-shadow: none;
}

.cunter-0__single h3 {
    font-weight: 700;
    font-size: 45px;
    margin-bottom: 40px;
}

.cunter-0__single p {
    font-weight: 400;
}

section.Categories-sec-h {
    background: transparent;
    padding: 0 0 70px;
}

section.Categories-sec-h .row {
    justify-content: center;
    row-gap: 24px;
}

.Categories-sec-h__image {
    margin: 0;
    border-radius: 0;
}

.Categories-sec-h__content {
    background: linear-gradient(236.06deg, #161616 -58.91%, #000000 4.29%, #7E7E7E 99.08%);
    border-radius: 0;
    padding: 15px;
    text-align: center;
}

.Categories-sec-h__content h3 {
    max-height: none;
    min-height: auto;
    color: #fff;
    font-size: 15px;
}

.Categories-sec-h__content h3 a {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
}

.Categories-sec-h__content::before {
    border-radius: 0;
    background: #000;
}

.Specials-Categories {
    background: linear-gradient(236.06deg, rgb(22 22 22 / 75%) -58.91%, rgb(0 0 0 / 71%) 4.29%, rgb(126 126 126 / 74%) 99.08%),url(../img/new/16482749797327._A_graphical_composition-scaled.jpg);
      background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.Specials-Categories .g-head span {
    color: #fff;
    text-transform: uppercase;
}

.Specials-Categories__single {
    margin: 0;
    padding: 70px 15px;
}

.Specials-Categories__image {
    width: 150px;
    height: 150px;
}

.Specials-Categories__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.Specials-Categories__single::before {
    background: linear-gradient(236.06deg, #161616 -58.91%, #000000 4.29%, #7E7E7E 99.08%);
}

.Specials-Categories__single:hover {
    box-shadow: none;
    transform: none;
}

.Specials-Categories__single:hover .Specials-Categories__inner {
    transform: none;
}

.vision {
    padding: 70px 0;
}

.vision .owl-item {
    padding: 30px;
}

.vision .item {
    background: #FFFFFF;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
}

.vision .item p {
    position: relative;
    padding: 70px 90px;
    margin: 0;
    font-size: 22px;
    line-height: 1.5;
    color: rgb(0 0 0 / 71%);
}

.vision .item p::before,.vision .item p::after {
    content: '';
    position: absolute;
    left: 30px;
    top: 30px;
    background-image: url(../img/new/quote.svg);
    width: 30px;
    height: 30px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.vision .item p::after {
    top: auto;
    bottom: 30px;
    right: 30px;
    left: auto;
}

.vision .g-head {
    margin-bottom: 30px;
}

.site-footer {
    background-image: linear-gradient(0deg, rgb(0 0 0 / 88%) 0%, rgb(74 74 74 / 88%) 71.58%),url(../img/new/4051fee9-6092-4abd-a576-836c2c68fd10.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.site-footer__bottom {
    background: linear-gradient(236.06deg, #161616 -58.91%, #000000 4.29%, #343434 99.08%);
}

.site-footer__bottom p,.site-footer__bottom p a {
    color: #fff !important;
}

.footer-widget__social a {
    background: transparent;
    box-shadow: none;
    font-size: 24px;
}

.footer-widget__social a::before {
    display: none;
}

.footer-widget__title,
.footer-touch i,
.footer-widget__links-list li a:hover{
    color: #fff;
}


.main-nav__btn span,
.stricked-menu .main-nav__btn span{
    color: #fff;
    -webkit-text-fill-color: #fff;
}

.main-nav__btn {
    background: #000;
    border-color: #000;
}

.main-nav__btn::before {
    background: #7a7a7a;
}

.stricked-menu .main-nav__btn {
    border-color: #000;
}

.block-title h3 {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
}

.block-title p {
    font-size: 28px;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.cta-one__content .block-title {
    padding: 0;
}

.cta-one {
    padding-bottom: 70px;
}

.page-header {
    padding: 40px 0;
}

.page-header h2 {
    font-size: 25px;
}

.thm-breadcrumb li {
    font-size: 14px;
}

.product-details {
    padding: 70px 0;
}

.description-review-wrapper {
    padding: 0 0 70px;
}

.side-menu__block-overlay {
    background: #000;
}

.header-top-area .row {
    justify-content: space-between;
}

.header-top-social {
    display: flex;
    align-items: center;
    column-gap: 25px;
}

.header-top-social a {
    color: #fff;
    font-size: 22px;
}

.side-menu__social a {background: #000;}

.Categories-sec-h__image {
    position: relative;
}

.Categories-sec-h__image a {
    position: absolute;
    left: 50%;
    top: 63%;
    transform: translate(-50%,-50%);
    background: linear-gradient(236.06deg, #161616 -58.91%, #000000 4.29%, #7E7E7E 99.08%);
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    padding: 0 20px;
    opacity: 0;
    transition: .3s;
}

.Categories-sec-h__image:hover a {
    opacity: 1;
    top: 57%;
}

@media(max-width:768px){
    .header-top-social {
    display: none;
}
}

