/*

Softy Pinko

https://templatemo.com/tm-535-softy-pinko

*/


/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. welcome
06. features
07. team
08. pricing
09. blog
10. contact
11. footer
12. preloader

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


/*
---------------------------------------------
font & reset css
---------------------------------------------
*/

@import url("https://fonts.googleapis.com/css?family=Raleway:100,300,400,500,700,900");
@import url('https://fonts.googleapis.com/css2?family=Lalezar&family=Noto+Kufi+Arabic:wght@100;200;300;400;500;600;700;800;900&family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');

/*
---------------------------------------------
reset
---------------------------------------------
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
div pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
figure,
header,
nav,
section,
article,
aside,
footer,
figcaption {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

ul,
li {
    padding: 0;
    margin: 0;
    list-style: none;
}

header,
nav,
section,
article,
aside,
footer,
hgroup {
    display: block;
}

* {
    box-sizing: border-box;
}

html,
body {
    font-family: 'Tajawal', sans-serif;
    font-weight: 400;
    background-color: #fff;
    font-size: 16px;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    overflow-x: hidden;
}

.hero .arr-right {
    top: 50%;
}

element.style {}

@media (min-width: 992px) {
    .hero .arr-left,
    .hero .arr-right {
        top: 50%;
    }
}

.hero .arr-right {
    right: 15px;
}

.hero .arr-left,
.hero .arr-right {
    font-size: 3rem;
    display: block;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9;
    cursor: pointer;
}

a {
    text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0px;
    margin-bottom: 0px;
}

ul {
    margin-bottom: 0px;
}


/*
---------------------------------------------
global styles
---------------------------------------------
*/


/* width */

::-webkit-scrollbar {
    width: 8px;
}


/* Track */

::-webkit-scrollbar-track {
    background: #f1f1f1;
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: #957434;
    border-radius: 50px;
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: red;
}

html,
body {
    background: #fff;
    font-family: 'Tajawal', sans-serif;
}

::selection {
    background: #ff589e;
    color: #fff;
}

::-moz-selection {
    background: #ff589e;
    color: #fff;
}

.section {
    position: relative;
    padding-top: 0px;
    /* padding-bottom: 80px; */
    background: #fff;
}

.section.colored {
    background: #fff;
}

.hr {
    bottom: 0px;
    width: 100%;
    height: 1px;
    margin-top: 100px;
    border-bottom: 1px solid #eee;
}

.left-heading.light .section-title {
    color: #ffffff;
}

.swiper-wrapper {
    height: 100vh !important;
}

.left-heading .section-title {
    font-weight: bolder;
    font-size: 31px;
    text-align: center;
    line-height: 42px;
    text-shadow: 0px 2px 2px rgb(0 0 0 / 56%);
    color: #da2b2d;
    letter-spacing: 0.25px;
    margin-bottom: 30px;
    position: relative;
}

.center-heading {
    text-align: center;
}

#blog{
    margin-top:50px;
}
.center-heading .section-title {
    font-weight: bolder;
    font-size: 28px;
    color: #6f5727;
    text-shadow: 0px 2px 4px rgb(0 0 0 / 56%);
    /*letter-spacing: 1.75px;*/
    line-height: 38px;
    margin-bottom: 20px;
}

.center-heading p {
    font-size: 20px;
    margin-bottom: 30px;
}

.center-heading.colored .section-title {
    color: #ffffff;
}

.center-text {
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    color: #777;
    line-height: 28px;
    letter-spacing: 1px;
    margin-bottom: 14px;
}

.center-text.colored {
    color: #fff;
}

.center-text p {
    font-size: 15px;
    color: #777;
    margin-bottom: 30px;
    letter-spacing: 0px;
}

.left-text {
    font-weight: 400;
    font-size: 16px;
    color: #777;
    line-height: 28px;
    text-align: justify;
    letter-spacing: 0px;
    direction: rtl;
}

.left-text.light {
    color: #fff;
}

.left-text p {
    margin-bottom: 30px;
}

.left-text p.dark {
    color: #d02928;
}

.padding-bottom-top-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

.padding-bottom-80 {
    padding-bottom: 80px !important;
}

.padding-bottom-100 {
    padding-bottom: 100px !important;
}

.border-bottom {
    border-bottom: 1px solid #eee !important;
}

.mbottom-30 {
    margin-bottom: 30px !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.align-self-bottom {
    -ms-flex-item-align: flex-end !important;
    align-self: flex-end !important;
}

.padding-bottom-0 {
    padding-bottom: 0px !important;
}

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

.padding-top-80 {
    padding-top: 80px !important;
}

.padding-top-70 {
    padding-top: 70px !important;
}

.padding-top-20 {
    padding-top: 20px !important;
}

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

.margin-bottom-30 {
    margin-bottom: 30px !important;
}

.margin-top-30 {
    margin-top: 30px !important;
}

.margin-top-15 {
    margin-top: 15px !important;
}

.margin-bottom-45 {
    margin-bottom: 45px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.margin-bottom-60 {
    margin-bottom: 60px !important;
}

.margin-bottom-100 {
    margin-bottom: 100px !important;
}

@media (max-width: 991px) {
    html,
    body {
        overflow-x: hidden;
    }
    .mobile-top-fix {
        margin-top: 30px;
        margin-bottom: 0px;
    }
    .mobile-bottom-fix {
        margin-bottom: 30px;
    }
    .mobile-bottom-fix-big {
        margin-bottom: 60px;
    }
}

a.main-button-slider {
    font-size: 13px;
    border-radius: 20px;
    padding: 7px 20px;
    background-color: #5f5f5f;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.25px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

a.main-button-slider:hover {
    background-color: #6f5727;
}

.search-aqar {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    box-shadow: 0 2px 48px 0 rgb(0 0 0 / 10%);
    border-radius: 20px;
    /* margin-bottom: 30px; */
    /* margin-top: 20px; */
    padding: 15px 0px 15px 0px;
}

.blog-post-thumb img {
    width: 100%;
    height: 250px;
}

.form-control {
    direction: rtl;
    margin-bottom:7px;
}

.center-heading .section-title::after {
    content: "";
    display: block;
    width: 100%;
    height: 18px;
    background-image: url(../images/heading_border_left.png);
    position: absolute;
    background-repeat: no-repeat;
    background-position: center left;
    position: absolute;
    top: 5px;
    left: -80px;
}

.rounded-on {
    border-top-right-radius: 80px !important;
    border-bottom-left-radius: 80px !important;
}

.right-text {
    text-align: justify;
    direction: rtl;
}

#testimonials {
    padding-top: 50px;
    padding-bottom: 17px;
    background-color: #f0f3f4;
}

.whats-app {
    background: linear-gradient(#25d366, #25d366, #25d366);
    animation: rotate 2.5s linear infinite;
    position: fixed;
    width: 50px;
    height: 50px;
    cursor: pointer;
    bottom: 25px;
    box-shadow: 0px 0px 8px 2px #00000085;
    left: 15px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    display: flex;
    z-index: 100;
    align-items: center;
    justify-content: center;
}

.okewa-pulse_3 {
    display: block;
    position: fixed;
    border-color: #0dc152;
    border-width: 1px;
    border-style: solid;
    border-radius: 55px;
    height: 50px;
    width: 50px;
    bottom: 25px;
    z-index: 99;
    left: 15px;
    -webkit-animation: ok_widgetPulse infinite 1.5s;
    animation: ok_widgetPulse infinite 1.5s;
}

@-webkit-keyframes ok_widgetPulse {
    0% {
        opacity: 0
    }
    50% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(2, 2);
        transform: scale(2, 2);
        opacity: 0
    }
}

@keyframes ok_widgetPulse {
    0% {
        opacity: 0
    }
    50% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(2, 2);
        transform: scale(2, 2);
        opacity: 0
    }
}

.center-heading .section-title::before {
    content: "";
    display: block;
    width: 100%;
    height: 18px;
    background-image: url(../images/heading_border_right.png);
    position: absolute;
    background-repeat: no-repeat;
    background-position: center right;
    position: absolute;
    top: 5px;
    right: -87px;
}

a.main-button {
    font-size: 13px;
    border-radius: 20px;
    padding: 8px 20px;
    width: 100%;
    background-color: #5f5f5f;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.25px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-radius: 12px;
    border: 2px solid white;
    border-top-right-radius: 2px !important;
    border-top-left-radius: 2px !important;
}

.hero {
    background: url(../images/banner1.jpg) no-repeat center;
    /*background: url(../images/hero-bg.jpg) no-repeat center;*/
    background-size: cover;
    overflow: hidden;
    position: relative;
    z-index: 0;
    height: 100vh;
}

.hero::before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.02);
    position: absolute;
    left: 0;
    bottom: 58%;
}

.hero::after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.02);
    position: absolute;
    left: 0;
    bottom: 29%;
}

.hero .texture {
    width: 100%;
    height: 100%;
    background: url(../images/hero-texture.png) no-repeat center;
    background-size: cover;
    opacity: 0.4;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.containerr {
    margin: 0 10px;
}

.container {
    /*max-width: 98% !important;*/
}

.btn-primary {
    color: #fff;
    border-color: #ffb08a;
}


/* .btn {
  display: inline-block;
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  color: #777;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.6875rem 3.5625rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-top-right-radius: 1.5625rem;
  border-bottom-left-radius: 1.5625rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
} */



.single-cool-fact-area h2 {
    font-size: 32px;
    margin: 15px 0 0;
    direction: rtl;
    color: #e50005;
}

.single-cool-fact-area h6 {
    margin-bottom: 20px;
    font-size: 20px;
    color: #56564d;
}

.section-heading p {
    color: #e50005;
    font-size: 20px;
    margin-bottom: 0;
}

.section-heading h2 {
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.counter .content .count-item img {
    display: block;
    text-align: center;
    font-weight: 600;
    font-size: 36px;
    letter-spacing: 0.25px;
    margin-bottom: 10px;
    color: #fff;
    margin-top: 120px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}


.hero .slide-content p {
    margin-top: 10px;
    color: #170936;
    -webkit-transform: matrix(0.93128, 0, 0, 0.93128, 0, 0);
    transform: matrix(0.93128, 0, 0, 0.93128, 0, 0);
    padding: 35px 0 35px 30px;
    background-color: rgba(255, 255, 255, 0.51);
    border-top-right-radius: 70px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 70px;
    margin-bottom: 0;
    text-align: center;
}

















#contact-us .row {
    flex-direction: row-reverse;
}

#contact-us .main-button {
    border: 0px solid #ffb08a;
    outline: none;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    display: flex;
    width: 100%;
    min-height: 50px;
    border-radius: 20px !important;
    padding: 6px 20px;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    align-items: center;
    justify-content: center;
}

button.main-button {
    outline: none;
    border: 2px solid white;
    border-bottom-right-radius: 2px !important;
    border-top-left-radius: 2px !important;
    border: none;
    text-align: center;
    cursor: pointer;
    font-size: 13px;
    display: flex;
    width: 100%;
    min-height: 41px;
    border-radius: 20px;
    padding: 6px 20px;
    background-color: #6f5727;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.25px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    align-items: center;
    justify-content: center;
}

button.main-button:hover {
    background-color: #ff589e;
}


/*
---------------------------------------------
header
---------------------------------------------
*/

.header-area {
    position: fixed;
    top: 10px;
    left: 0px;
    right: 0px;
    z-index: 100;
    height: 100px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.header-area .main-nav .nav li {
    display: flex;
    align-items: center;
}

.header-area .main-nav {
    box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
    border-radius: 40px;
    min-height: 60px;
    display: flex;
    background: #fff;
    flex-direction: row;
    justify-content: space-between;
}

.header-area .main-nav .logo {
    float: left;
    margin-top: 0px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin-left: 30px;
}

.header-area .main-nav .logo img {
    width: 168px;
    border-radius: 22px;
    margin-top: 4px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.header-area .main-nav .nav {
    float: right;
    margin-top: 0px;
    margin-left: 0px;
    /* margin-right: 30px; */
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    z-index: 999;
}

.header-area .main-nav .nav li {
    padding-left: 20px;
    padding-right: 20px;
}

.send-order,
.main-button {
    margin-bottom: 0px !important;
}

#contact-us form {
    direction: ltr;
}

.header-area .main-nav .nav li:last-child {
    padding-right: 0px;
}

.header-area .main-nav .nav li a {
    display: block;
    font-weight: 500;
    font-size: 13px;
    color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    height: 40px;
    line-height: 40px;
    border: transparent;
}

.header-area .main-nav .nav li a:hover {
    color: #ff589e;
}

.header-area .main-nav .menu-trigger {
    cursor: pointer;
    display: block;
    position: absolute;
    top: 14px;
    width: 32px;
    height: 40px;
    text-indent: -9999em;
    z-index: 99;
    right: 23px;
    display: none;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #d02928;
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 0;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #d02928;
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 0;
    width: 75%;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
    content: "";
}

.header-area .main-nav .menu-trigger span {
    top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
    -moz-transform-origin: 33% 100%;
    -ms-transform-origin: 33% 100%;
    -webkit-transform-origin: 33% 100%;
    transform-origin: 33% 100%;
    top: -10px;
    z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
    -moz-transform-origin: 33% 0;
    -ms-transform-origin: 33% 0;
    -webkit-transform-origin: 33% 0;
    transform-origin: 33% 0;
    top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
    background-color: transparent;
    width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
    -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
    -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
    -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
    transform: translateY(6px) translateX(1px) rotate(45deg);
    background-color: #d02928;
}

.header-area .main-nav .menu-trigger.active span:after {
    -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    transform: translateY(-6px) translateX(1px) rotate(-45deg);
    background-color: #d02928;
}

.header-area.header-sticky {
    min-height: 80px;
}

.header-area.header-sticky .logo {
    margin-top: 0px;
}

.header-area.header-sticky .nav {
    margin-top: 0px !important;
    direction: rtl;
}

.header-area.header-sticky .nav li a {
    color: #1e1e1e;
}

.header-area.header-sticky .nav li a.active {
    color: #6f5727;
    font-weight: bolder;
}

@media (max-width: 1200px) {
    .header-area .main-nav .nav li {
        padding-left: 12px;
        padding-right: 12px;
    }
    .header-area .main-nav:before {
        display: none;
    }
}

@media (max-width: 991px) {
    .header-area {
        padding: 0px 0px;
        height: 80px;
        box-shadow: none;
        text-align: center;
    }
    .header-area .container {
        padding: 0px;
    }
    .header-area .logo {
        /* margin-top: 27px !important; */
        margin-left: 30px;
    }
    .header-area .menu-trigger {
        display: block !important;
    }
    .header-area .main-nav {
        overflow: hidden;
    }
    .header-area .main-nav .nav {
        float: none;
        width: 100%;
        margin-top: 80px !important;
        display: none;
        -webkit-transition: all 0s ease 0s;
        -moz-transition: all 0s ease 0s;
        -o-transition: all 0s ease 0s;
        transition: all 0s ease 0s;
        margin-left: 0px;
    }
    .padding-row .col-sm-6{
        padding-right: 5px !important;
        padding-left: 5px !important;
    }
    .mini .mini-content .mini-box strong {
        font-size: 20px !important;
    }
    #contact-us::after {
        border-radius: 10px;
        border-top-right-radius: 50px !important;
        border-bottom-left-radius: 50px !important;
        top: -8px !important;
    }
    #contact-us {
        border-top-right-radius: 50px !important;
        border-bottom-left-radius: 50px !important;
    }
    .center-heading .section-title::after {
        display: none;
    }
    .center-heading .section-title::before {
        display: none;
    }
    .header-area .main-nav .logo {
        position: absolute;
        margin-left: 9px;
    }
    .header-area .main-nav .nav li:first-child {
        border-top: 1px solid #eee;
    }
    .header-area .main-nav .nav li {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        background: #fff;
        border-bottom: 1px solid #eee;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .header-area .main-nav .nav li a {
        height: 50px !important;
        line-height: 50px !important;
        padding: 0px !important;
        border: none !important;
        background: #fff !important;
        color: #d02928 !important;
    }
    .header-area .main-nav .nav li a:hover {
        background: #eee !important;
    }
}

@media (min-width: 992px) {
    .header-area .main-nav .nav {
        display: flex !important;
    }
}


/*
---------------------------------------------
welcome
---------------------------------------------
*/

.welcome-area {
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../images/banner-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 100vh;
}

.welcome-area .header-text {
    position: absolute;
    top: 50%;
    transform: translateY(-55%);
    text-align: center;
    width: 100%;
}

.welcome-area .header-text h1 {
    font-weight: 500;
    font-size: 36px;
    line-height: 54px;
    letter-spacing: 1.4px;
    margin-bottom: 30px;
    color: #fff;
}

.welcome-area .header-text p {
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    line-height: 28px;
    letter-spacing: 0.25px;
    margin-bottom: 40px;
    position: relative;
}

@media (max-width: 991px) {
    .welcome-area .header-text {
        top: 65% !important;
        transform: perspective(1px) translateY(-60%) !important;
        text-align: center;
    }
    .welcome-area .header-text h1 {
        text-align: center;
        color: #fff;
        margin-bottom: 15px;
    }
    .welcome-area .header-text h1 span {
        color: #fff;
    }
    .welcome-area .header-text p {
        text-align: center;
        color: #fff;
        margin-bottom: 20px;
    }
}

@media (max-width: 820px) {
    .welcome-area .header-text {
        top: 65% !important;
        transform: perspective(1px) translateY(-60%) !important;
    }
    .welcome-area .header-text h1 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 15px;
    }
    .welcome-area .header-text p {
        margin-bottom: 20px;
    }
}

@media (max-width: 765px) {
    .welcome-area {
        /* margin-bottom: 100px; */
    }
    .welcome-area .header-text {
        top: 50% !important;
        transform: perspective(1px) translateY(-50%) !important;
        text-align: center;
    }
    .welcome-area .header-text .buttons {
        display: none;
    }
    .welcome-area .header-text h1 {
        font-weight: 600;
        font-size: 24px !important;
        line-height: 30px !important;
        margin-bottom: 30px !important;
    }
    .welcome-area .header-text h1 span {
        color: #fff;
    }
    .welcome-area .header-text p {
        text-align: center;
        color: #fff;
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 40px;
    }
}


/*
---------------------------------------------
features
---------------------------------------------
*/

.features-small-item {
    cursor: pointer;
    display: block;
    min-height: 426px;
    max-height: 426px;
    background: #FFFFFF;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.10);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 30px 15px;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    margin-bottom: 30px;
}

.features-small-item:hover .icon {
    background-color: #6f5727;
}

.features-small-item:hover .icon i img {
    filter: invert(75%) sepia(77%) saturate(36%) hue-rotate(78deg) brightness(1158%) contrast(108%);
    -webkit-animation: ok_widgetPulse infinite 1s;
    animation: ok_widgetPulse infinite 1s;
}
.features-small-item .icon i img{
    width: 47px;
}

.features-small-item .icon {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 90px;
    height: 90px;
    line-height: 90px;
    margin: auto;
    padding: 0;
    position: relative;
    display: flex;
    margin-bottom: 30px;
    background: #fdfdfd;
    border: 2px solid #6f5727;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.features-small-item .icon i {
    font-size: 18px;
    color: #fff;
}

.features-small-item .features-title {
    font-weight: 500;
    font-size: 18px;
    color: #6f5727;
    letter-spacing: 0.7px;
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
}

.features-small-item p {
    font-weight: 400;
    font-size: 13px;
    color: #777;
    letter-spacing: 0.5px;
    line-height: 25px;
    position: relative;
    z-index: 2;
}

.features-small-item a {
    float: right;
    position: relative;
    z-index: 2;
}




/*
---------------------------------------------
parallax & home seperator
---------------------------------------------
*/

.mini {
    min-height: 215px;
    overflow: hidden;
    position: relative;
    padding-top: 29px;
    padding-bottom: 21px;
}

.mini:before {
    content: '';
    position: absolute;
    width: 140%;
    height: 140%;
    opacity: .95;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: #6f5727;
    /* background-image: url(../images/work-process-bg.png); */
    z-index: 2;
    top: -20%;
    left: -20%;
}

.mini .mini-content {
    position: relative;
    z-index: 3;
}

.mini .mini-content .info {
    text-align: center;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}

.mini .mini-content .info small {
    display: block;
    font-weight: 400;
    font-size: 13px;
    margin-bottom: 5px;
}

.mini .mini-content .info strong {
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 40px;
    display: block;
}

.mini .mini-content .info h1 {
    color: #fff;
    font-weight: 500;
    font-size: 28px;
    letter-spacing: 0.25px;
    margin-bottom: 30px;
    text-align: center;
}

.mini .mini-content .info p {
    letter-spacing: 1px;
    margin-bottom: 40px;
    color: #fff;
    letter-spacing: 0.25px;
    line-height: 26px;
    font-weight: 400;
    font-size: 15px;
}

.mini .mini-content .info p span {
    text-decoration: underline;
}

.mini .mini-content .mini-box {
    display: block;
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-align: center;
}

.mini .mini-content .mini-box:hover {
    margin-top: -10px;
}

.mini .mini-content .mini-box:before {
    content: '';
    position: absolute;
    z-index: -1;
    background: #fff;
    width: 100%;
    opacity: .15;
    height: 100%;
    bottom: -10px;
    left: 0px;
    right: -20px;
    margin: auto;
    border-radius: 20px;
}

.mini .mini-content .mini-box i {
    display: block;
    font-size: 20px;
    margin-bottom: 15px;
}

.mini .mini-content .mini-box span {
    display: block;
    font-weight: bolder;
    font-size: 14px;
    color: #777;
    letter-spacing: .75px;
}

.mini .mini-content .mini-box strong {
    display: block;
    font-size: 26px;
    font-weight: bold;
    color: #6f5727;
    letter-spacing: 0.25px;
    margin-bottom: 5px;
    margin-top: 20px;
}
