@import "bootstrap.css";
@import "bootstrap-theme.css";
@import "fonts.css";
@import "owl.carousel.css";
@import "owl.theme.default.min.css";
@import "jquery.mCustomScrollbar.min.css";
@import "animate.css";
@import "all.css";
@import "jquery.fancybox.css";


* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
    font-family: dro;
    color: #000;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

a:hover {
    text-decoration: none;
    color: #922264;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

a:focus {
    text-decoration: none;
    color: inherit;
}

button,
button:hover {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

body {
    padding: 0;
    margin: 0;
    font-family: dro;
    background: #fff;
    width: 100%;
    height: 100%;
    float: right;
    overflow-x: hidden;
    overflow-y: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
div {
    font-family: dro;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

header,
section,
footer {
    float: right;
    width: 100%;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

section {
    position: relative;
}

p {
    margin: 0;
    color: #626262;
    font-size: 15px;
    line-height: 25px;
}

ul {
    padding: 0;
    margin: 0;
    display: block;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

ul li {
    display: block;
    list-style: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.none {
    display: none !important;
}

.block {
    display: block !important;
}

main {
    float: right;
    width: 100%;
}

.owl-carousel {
    direction: ltr;
    text-align: right;
}

.padding {
    padding: 0 !important;
}

img {
    max-width: 100%;
}

input,
button,
input:focus,
button:focus,
input:active,
button:active,
button:hover,
textarea:active,
textarea:focus,
select,
select:active,
select:focus {
    outline: none !important;
}

textarea {
    resize: none;
}

.right {
    float: right !important;
}

.left {
    float: left !important;
}

.opacity {
    opacity: 0;
}

/* Start Sidebar */

.open-sidebar {
    float: right;
    background: transparent;
    color: #fff;
    font-size: 25px;
    width: 45px;
    height: 45px;
    margin-left: 0;
    border: none;
    padding: 0;
    border-radius: 4px;
    margin-top: 0;
    background: #922063;
    line-height: 45px;
}

.sidebar {
    background-size: cover;
    /* background: #fff; */
    position: fixed;
    height: 100%;
    right: 0;
    top: 0;
    width: 350px;
    z-index: 999999999;
    transform: translateX(100%);
    transition: all .3s;
    background-position: 36%;
    opacity: 1;
}

.sidebar .side-logo img {
    /* max-width: 100px; */
}

.sidebar.opened {
    transform: translateX(0%);
    transition: all .3s;
}

.sidebar:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    z-index: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
}

.sidebar .side-logo {
    background-color: #fff;
    padding: 30px;
    position: relative;
    z-index: 1;
    text-align: center;
}

.sidebar .side-social {
    text-align: start;
    padding: 4px 0;
    position: relative;
    background: #7c2060;
    z-index: 1;
    right: 0;
    left: 0;
    bottom: -35px;
    width: 90%;
    margin: auto;
    border-radius: 50px;
    text-align: center;
}

.sidebar .side-social ul li {
    display: inline-block;
}

.sidebar .side-social ul li a {
    text-align: center;
    display: inline-block;
    background-color: transparent;
    border-radius: 0;
    font-size: 18px;
    margin: 8px 12px;
    transition: all .3s;
    color: #f9f9f9 !important;
    border-radius: 50%;
    font-family: 'Roboto', sans-serif;
}

.sidebar .side-social ul li a.lin {
    color: #1562cc;
}

.sidebar .side-social ul li a.tw {
    color: #00a2ff;
}

.sidebar .side-social ul li a.ins {
    color: #622e04;
}

.sidebar .side-social ul li a:hover i {
    color: #167a12;
}

.sidebar .side-nav {
    max-height: 100%;
    /* overflow: hidden; */
    height: calc(100% - 260px);
    position: relative;
    z-index: 1;
    margin-top: 0;
}

.sidebar .side-nav ul li {
    display: block;
    position: relative;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
    margin-left: 5px;
}

.sidebar .side-nav ul li a {
    display: block;
    font-size: 17px;
    padding: 11px 25px;
    position: relative;
    color: #333;
    font-weight: normal;
}

.sidebar .side-nav ul li a:hover {
    color: #fff;
    background-color: rgb(34, 109, 95);
}

.sidebar .side-nav ul li.open a i {
    transform: rotate(180deg);
    transition: all .3s;
    color: #ffb017;
}

.sidebar .side-nav ul li a i {
    margin-right: 3px;
}

.sidebar .side-nav ul li .sub-menu {
    width: 100%;
    min-width: 100%;
    top: 100%;
    border-radius: 0;
    position: relative;
    display: none;
    opacity: 1;
    visibility: visible;
    transform: skewX(0);
    padding: 0 20px;
}

.sidebar .side-nav ul li .sub-menu li a {
    /* color: #fff; */
}

.overlay_gen {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.76);
    z-index: 999999999;
    display: none;
}

.side-nav .menu-item-has-children > a:after {
    float: left;
    margin: 0;
}

/* End Sidebar */

/* Start Header */
header {
    padding: 25px 0;
}

.add-cart .btn-cart {
    display: block;
    position: relative;
    color: #0d0d0d;
    font-size: 20px;
}

.add-cart .btn-cart .icon,
.add-cart .btn-cart h3 {
    display: inline-block;
}

.add-cart .btn-cart h3 {
    font-size: 16px;
}

.add-cart .btn-cart .icon {
    position: relative;
    padding-right: 10px;
}

.add-cart .btn-cart .icon .total-cart {
    position: absolute;
    right: 0;
    z-index: 4;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: block;
    background: #531e59;
    top: 0px;
    text-align: center;
    line-height: 17px;
    color: #fff;
    font-size: 12px;
}

.add-cart {
    margin: 22px 0 0;
}

.logo {
    display: block;
    text-align: center;
}

.logo img {
    /* width: 100%; */
}

.lang {
    color: #0d0d0d;
    display: block;
    float: left;
    font-size: 17px;
    margin: 39px 0 0;
    font-family: sans-serif;
}

/* End Header */

/* Start Nav */
.navbar.navbar-inverse {
    float: right;
    width: 100%;
    background: #531e59;
    border-radius: 0;
    border: none;
    margin: 0;
    padding: 15px 0;
}

.resb-header {
    display: none;
}

.navbar-nav li {
    float: none !important;
    display: inline-block;
}

.navbar-nav {
    float: none !important;
    text-align: center;
}

.navbar-inverse .navbar-nav li a {
    text-shadow: none;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 50px;
}

.navbar-inverse .navbar-nav li.current-menu-item a,
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    background: #5e2664;
}

/* End Nav */

/* Start Content-inner */
.content-inner {
    background-image: url(../images/bg.png);
    float: right;
    width: 100%;
}

/* End Content-inner */

/* Start Slider */
.btn {
    position: relative;
    display: inline-block;
    margin: 20px auto;
    text-transform: uppercase;
    overflow: hidden;
    border: 1px solid currentColor;
    padding: 0 60px;
    border: none !important;
    line-height: 55px;
    box-shadow: none !important;
    background: #832060;
    color: #fff;
    border-radius: 50px;
    font-size: 17px;
    background-image: linear-gradient(to right, #4e1d56, #972064, #4e1d56, #972064);
    background-size: 300% 100%;
    transition: .3s all;
    font-weight: 600;
}

.btn:hover,
.btn:focus,
.btn:active {
    background-position: 100% 0;
    color: #fff;
}

.slider-inner {
    height: 650px;
}

.slider-inner .img {
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 10s;
}

.owl-item.active .slider-inner .img {
    transform: scale(1.1);
    transition: all 10s;
}

.slider-inner .img::before {
    content: "";
    background: #000;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
}

.slider-inner .container {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 6;
}

.slider-inner .slider-text {
    text-align: center;
    width: 47%;
    margin: 16% auto 0;
}

.slider-inner .slider-text .sub-title {
    display: inline-block;
    background: #ac4456;
    color: #fff;
    font-size: 15px;
    line-height: 37px;
    padding: 0 40px;
    border-radius: 50px;
    margin-bottom: 10px;
}

.slider-inner .slider-text h3 {
    font-size: 45px;
    color: #fff;
    font-weight: 600;
}

.slider-inner .slider-text p {
    font-size: 16px;
    color: #fff;
    line-height: 32px;
    margin: 30px 0;
    max-height: 64px;
    overflow: hidden;
}

.btn.btn-slider {
    margin: 0;
    background: #fff;
    color: #1d1d1d;
}

.socisl-s {
    position: absolute;
    left: 25px;
    top: 35%;
    z-index: 6;
}

.socisl-s li a {
    display: block;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    background: #fff;
    margin: 15px;
    border-radius: 50%;
    color: #5b5b5b;
    font-size: 16px;
}

.socisl-s li a:hover,
.socisl-s li a:focus {
    background: #E91E63;
    color: #fff;
}

/* End Slider */

/* Start About-g */
.content-inner .container {
    background: #fff;
    padding: 0 30px;
}

.about-g .container {
    padding-top: 80px;
    padding-bottom: 50px;
}

.about-g::before {
    content: "";
    position: absolute;
    background-image: url(../images/flower2.png);
    left: -15px;
    width: 175px;
    height: 339px;
    z-index: 9;
    top: -115px;
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
}

.about-g::after {
    content: "";
    position: absolute;
    background-image: url(../images/tree1.png);
    right: -32px;
    width: 117px;
    height: 500px;
    z-index: 9;
    top: 0;
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
}

html {
    overflow-x: hidden;
}

.about-g h3 {
    font-size: 35px;
    font-weight: 600;
    margin: 0;
    color: #000;
}

.btn.btn-slider:hover,
.btn.btn-slider:focus {
    background: #6f205e;
    color: #fff;
}

.about-g p {
    color: #6e6e6e;
    font-size: 16px;
    margin: 40px 0;
    line-height: 35px;
}

.block-about {
    float: right;
    width: 100%;
}

.block-about .icon-count {
    width: 55px;
    float: right;
}

.block-about .icon-count img {
    width: 100%;
    /* filter: invert(16%) sepia(28%) saturate(6483%) hue-rotate(301deg) brightness(92%) contrast(89%); */
}

.block-about .counter,
.block-about h4 {
    float: right;
    width: calc(100% - 55px);
    padding-right: 20px;
}

.block-about .counter {
    color: #531e59;
    font-size: 35px;
    font-family: bahijBold;
    line-height: 35px;
}

.block-about h4 {
    margin: 0;
    font-size: 18px;
    color: #000;
}

.block-video {
    display: block;
    height: 400px;
    overflow: hidden;
    border-radius: 30px;
    position: relative;
}

.block-video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.block-video::before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: .4;
    width: 100%;
    height: 100%;
}

.block-video .icon-play {
    position: absolute;
    z-index: 5;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
    width: 60px;
    height: 60px;
    background: #fc5656;
    margin: auto;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    color: #fff;
    font-size: 24px;
}

.block-video .icon-play::before {
    content: "";
    position: absolute;
    border: #fff solid 4px;
    border-radius: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    -webkit-animation: ripple-out 1s infinite;
    animation: ripple-out 1s infinite;
}

@keyframes ripple-out {
    100% {
        top: -10px;
        right: -10px;
        bottom: -10px;
        left: -10px;
        opacity: 0;
    }
}

@-webkit-keyframes ripple-out {
    100% {
        top: 200px;
        right: -10px;
        bottom: -10px;
        left: -10px;
        opacity: 0;
    }
}

/* End About-g */

/* Start Services-g */
.title {
    text-align: center;
    margin: 50px 0;
}

.title h3 {
    background: linear-gradient(to left, #4e1d56, #972064);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 30px;
    font-weight: 600;
    margin: 0;
}

.block-serv {
    display: block;
    text-align: center;
    padding: 20px;
    margin: 15px 0;
    border: 1px transparent solid;
    position: relative;
    overflow: hidden;
}

.block-serv .icon {
    width: 130px;
    height: 130px;
    line-height: 90px;
    margin: 0 auto 20px;
    padding: 10px;
    background: linear-gradient(45deg, #efcccf, #c69da1);
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    border-radius: 15px;
    overflow: hidden;
    transition: all .3s;
    position: relative;
}

.block-serv .icon img {
    max-width: 90px;
    max-height: 90px;
    position: relative;
    z-index: 3;
}

.block-serv .details {
    padding: 10px;
}

.block-serv .details h3 {
    margin: 0;
    color: #000;
    font-size: 22px;
    font-weight: 600;
}

.block-serv .details p {
    margin: 20px 0;
    color: #727272;
    font-size: 14px;
}

.block-serv .details .btn.btn-serv {
    margin: 0;
    line-height: 40px;
    background: #a7335f;
    opacity: .4;
    font-size: 12px;
    padding: 0 50px;
    transition: all .3s;
}

.block-serv:hover {
    box-shadow: 0 19px 43px rgba(0, 0, 0, .05);
    border-color: #f4e9f0;
}

.block-serv:hover .icon {
    background: transparent;
}

.block-serv:hover .details .btn.btn-serv {
    background: linear-gradient(to right, #4e1d56, #972064, #4e1d56, #972064);
    background-size: 300% 100% !important;
    opacity: 1;
}

.block-serv:hover .details .btn.btn-serv:hover {
    background-position: 100% 0;
}

.block-serv .icon::after {
    content: "";
    position: absolute;
    background: linear-gradient(to right, #4e1d56, #972064);
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    transition: all .3s;
}

.block-serv:hover .icon::after {
    opacity: 1;
}

.block-serv::before {
    content: "";
    background-image: url(../images/hover.png);
    position: absolute;
    left: 0;
    width: 110px;
    height: 140px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: left;
    transition: all .3s;
    transform: translate(-100%, -100%);
    opacity: 0;
    top: 0;
}

.block-serv:hover::before {
    opacity: .1;
    transform: translate(0);
}

.services-g::after {
    content: "";
    background-image: url(../images/tree2.png);
    bottom: -5px;
    left: 0;
    width: 120px;
    height: 460px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain;
}

/* End Services-g */

/* Start Products-g */
.products-g {
    background: #531e59;
    padding: 30px 0 70px;
}

.products-g .container {
    background: transparent;
}

.services-g .container {
    padding-bottom: 40px;
}

.products-g .title h3 {
    color: #fff;
    -webkit-text-fill-color: white;
}

.pro-block {
    background: #fff;
    display: block;
    height: 222px;
    line-height: 222px;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    padding: 20px;
}

.products-slider .item {
    margin: 0 15px;
}

.products-slider .owl-nav {
    position: absolute;
    top: 45%;
    padding: 0;
    right: 0;
    left: 0;
    margin: 0;
}

.products-slider .owl-nav .owl-prev,
.products-slider .owl-nav .owl-next {
    background: transparent !important;
    font-size: 20px;
    position: absolute;
    margin: 0;
}

.products-slider .owl-nav .owl-prev {
    left: -25px;
}

.products-slider .owl-nav .owl-next {
    right: -26px;
}

.btn.btn-pro {
    background: transparent;
    display: table;
    margin: 50px auto 0;
    border: 2px #fff solid !important;
    line-height: 55px;
}

.pro-block img {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    width: 75% !important;
}

.btn.btn-pro:hover,
.btn.btn-pro:focus {
    background: #e1306c;
    border-color: #e1306c !important;
}

.products-g::after {
    content: "";
    background-image: url(../images/flower1.png);
    position: absolute;
    left: 0;
    bottom: -130px;
    width: 220px;
    height: 290px;
    background-repeat: no-repeat;
    background-position: right top;
    z-index: 4;
    background-size: 100%;
}

/* End Products-g */

/* Start Team-g */
.team-slider .item {
    margin: 0 15px 60px;
}

.team-block {
    height: 330px;
    position: relative;
}

.team-block .img-block {
    height: 100%;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.team-block .img-block img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.team-block .details-block {
    background: #fff;
    position: absolute;
    bottom: -40px;
    width: 85%;
    right: 0;
    left: 0;
    margin: auto;
    border-radius: 10px;
    text-align: center;
    padding: 20px;
    box-shadow: 1px 1px 35px rgba(0, 0, 0, .08);
    transition: all .3s;
}

.team-block .details-block::before,
.team-block .details-block::after {
    background: #8c316c;
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    transition: all .3s;
}

.team-block .details-block::before {
    left: -7px;
    top: -7px;
}

.team-block .details-block::after {
    right: -7px;
    bottom: -7px;
}

.team-block .details-block h3 {
    margin: 0 0 7px;
    font-size: 16px;
    color: #000;
}

.team-block .details-block span {
    font-size: 12px;
    opacity: .47;
    color: #000;
}

.team-block .details-block h3,
.team-block .details-block span {
    position: relative;
    z-index: 3;
}

.team-block:hover .details-block {
    background: linear-gradient(to right, #4e1d56, #972064);
}

.team-block:hover .details-block h3,
.team-block:hover .details-block span {
    color: #fff;
}

.team-block:hover .details-block::before,
.team-block:hover .details-block::after {
    background: #fff;
}

.team-slider .owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0;
}

.team-slider .owl-nav .owl-prev,
.team-slider .owl-nav .owl-next {
    background: #8c306c !important;
    width: 55px;
    height: 55px;
    line-height: 55px;
    padding: 0;
    border-radius: 50%;
    opacity: .67;
    font-size: 16px;
    margin: 0;
    position: absolute;
}

.team-slider .owl-nav .owl-prev {
    left: -15px;
}

.team-slider .owl-nav .owl-next {
    right: -15px;
}

.team-slider .owl-nav .owl-prev:hover,
.team-slider .owl-nav .owl-next:hover {
    opacity: 1;
}

.team-g .btn {
    display: table;
    margin: 50px auto;
}

.team-g .container {
    padding-top: 50px;
    padding-bottom: 50px;
}

.team-g::after {
    content: "";
    background-image: url(../images/tree2.png);
    position: absolute;
    right: -18px;
    bottom: 0;
    width: 120px;
    height: 440px;
    transform: scaleX(-1);
    background-position: right top;
    background-size: contain;
    background-repeat: no-repeat;
}

/* End Team-g */

/* Start Down-g */
.down-g .container::before {
    content: "";
    position: absolute;
    width: 300px;
    height: 200px;
    background: #9d2d5f;
    top: -25px;
    right: 20px;
    border-radius: 15px;
}

.down-g .container {
    position: relative;
}

.down-slider {
    border-radius: 10px;
    overflow: hidden;
}

.img-down {
    height: 395px;
    background: #000;
}

.img-down img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: .5;
}

.down-slider .owl-dots {
    position: absolute;
    z-index: 9;
    bottom: 10px;
    right: 0;
    left: 0;
    width: 100%;
}

.owl-theme .owl-dots .owl-dot span {
    background: transparent;
    border: 1px #fff solid;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
}

.text-down h2 {
    margin: 50px 0 30px;
    font-size: 25px;
    font-weight: bold;
    line-height: 47px;
}

.text-down {
    text-align: center;
}

.btn.btn-down span img {
    margin: 0 5px 0 0;
}

.down-g::before,
.down-g::after {
    content: "";
    border: 4px #d9b15f solid;
    position: absolute;
    width: 300px;
    height: 300px;
    left: -265px;
    transform: rotate(60deg);
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 4;
}

.down-g::before {
    width: 270px;
    height: 270px;
    left: -252px;
}

/* End Down-g */

/* Start Contact-g */
.contact-g::after {
    content: "";
    position: absolute;
    left: 0;
    width: 200px;
    height: 500px;
    background-image: url(../images/flower2.png);
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
}

.contact-g .container {
    padding-top: 80px;
    padding-bottom: 80px;
}

.form-cont {
    width: 65%;
    margin: auto;
}

.title-two {
    text-align: center;
    margin-bottom: 50px;
}

.title-two h3 {
    font-size: 35px;
    color: #000;
    font-weight: 600;
    margin: 0;
}

.form-group .form-control {
    height: 60px;
    border: 1px #832060 solid;
    border-radius: 50px;
    padding: 0 60px;
    transition: all .3s;
    font-size: 18px;
}

.form-group {
    position: relative;
    margin: 30px 0;
}

.form-group .form-control + i {
    position: absolute;
    right: 0;
    top: 0;
    margin: 21px 25px;
    color: #832060;
    font-size: 18px;
    transition: all .3s;
}

.form-group textarea.form-control {
    padding: 20px 60px;
    height: 200px;
    border-radius: 20px;
}

input.form-control.btn {
    width: auto;
    display: table;
    margin: 40px auto 0;
    height: auto;
}

.contact-g .img-bottom::after {
    content: "";
    display: block;
    background-image: url(../images/after.png);
    height: 10px;
    width: 130px;
    margin: 40px auto 10px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

.form-group .form-control:hover,
.form-group .form-control:focus {
    box-shadow: none;
    border-color: #d48a9c;
}

.form-group .form-control:hover + i,
.form-group .form-control:focus + i {
    color: #d48a9c;
}

.form-group .form-control:hover::placeholder,
.form-group .form-control:focus::placeholder {
    color: #d48a9c;
}

.form-group .form-control:focus::placeholder {
    opacity: 0;
    transform: translateX(-30px);
}

.form-group .form-control::placeholder {
    transition: all 0.3s;
}

.form-group .form-control::placeholder {
    color: #5b5b5b;
}

/* End Contact-g */

/* Start News-letters */
.news-letter {
    background: #000;
    padding: 50px 0;
}

.text-inner i {
    color: #9d1a70;
    font-size: 40px;
    width: 40px;
    float: right;
}

.text-inner .det-in {
    width: calc(100% - 40px);
    padding-right: 20px;
    float: right;
}

.text-inner .det-in h3 {
    margin: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.text-inner .det-in p {
    font-size: 10px;
    color: #9b9b9b;
}

.form-news,
.form-news form {
    position: relative;
}

.form-news form input {
    height: 50px;
    width: 100%;
    border-radius: 50px;
    border: none !important;
    font-size: 10px;
    padding: 0 30px;
}

.form-news form input.btn-form {
    width: auto;
    position: absolute;
    left: 0;
    font-size: 18px;
    top: 0;
    background: #832060;
    color: #fff;
    padding: 0 40px;
}

.social-news {
    text-align: start;
    margin-top: 8px;
}

.social-news ul li {
    display: inline-block;
}

.social-news ul li a {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    color: #c0c0c0;
    display: block;
    margin-left: 5px;
    font-size: 16px;
}

.social-news ul li a:hover,
.social-news ul li a:focus {
    background: #832060;
    color: #fff;
}

.text-inner {
    float: right;
    width: 100%;
    margin-top: 10px;
}

/* End News-letters */

/* Start Footer */
.footer-top {
    background: #000;
    padding: 100px 0 50px;
    border-top: 1px #151515 solid;
}

.logo-f img {
    filter: brightness(0) invert(1);
    width: 80%;
}

.footer-top p {
    color: #fff;
    font-size: 11px;
    margin-top: 20px;
    max-height: 74px;
    overflow: hidden;
}

.footer-top h3 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 30px;
}

.footer-top .links li a {
    display: block;
    font-size: 12px;
    color: #a8a8a8;
    line-height: 2;
    margin: 10px 0;
}

.footer-top h4 {
    font-size: 17px;
    color: #fff;
    margin-bottom: 40px;
}

.footer-top .location-m li {
    width: 50%;
    float: right;
    text-align: center;
}

.footer-top .location-m li a {
    color: #fff;
}

.footer-top .location-m li a span {
    display: block;
    margin-top: 15px;
    font-size: 12px;
}

.footer-top .location-m li a img {
    max-width: 44px;
}

.footer-top .col-md-2.col-sm-6.col-xs-12 {
    /* border-right: 1px #151515 solid; */
    padding-right: 40px;
}

.footer-top .col-md-3.col-xs-12 {
    padding-left: 30px;
}

.footer-top .col-md-2.col-xs-12:nth-child(4) {
    /* border-left: 1px #151515 solid; */
}

.footer-top .col-md-3.col-xs-12:nth-child(5) {
    padding-right: 35px;
}

.footer-bottom {
    background: #070707;
}

.ryad-logo {
    float: left;
    height: 70px;
}

.footer-bottom p {
    margin: 23px 0;
    color: #c2c2c2;
    font-size: 11px;
}

.footer-bottom p a {
    color: #832060;
}

/* End Footer */



.resb-header .btn-cart, .resb-header .lang {
    float: left;
    color: #fff;
}

.resb-header .btn-cart h3 {
    display: none;
}

.resb-header .btn-cart .icon {
    margin: 0px 20px 0 0;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #71205e;
    border-radius: 10px;
}

.resb-header .lang {
    margin: 12px 0 0;
}

.open-sidebar {
    float: left;
}

.resb-header .btn-cart, .resb-header .lang {
    float: right;
}

.resb-header .btn-cart .icon {
    margin: 0 0 0 20px;
}

.sidebar {
    transform: translateX(-100%);
    right: auto;
    left: 0;
}

/* Start About-inner */
.title-page {
    padding: 50px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
}

.title-page::before {content: "";position: absolute;right: 0;left: 0;top: 0;bottom: 0;background: #000;opacity: .5;}

.title-page .container {
    position: relative;
    z-index: 2;
}

.title-page h1 {
    margin: 0;
    color: #fff;
    font-size: 35px;
    font-weight: 600;
}

.title-page ul {
    margin-top: 20px;
}

.title-page ul li {
    display: inline-block;
    padding: 0 10px;
    position: relative;
}

.title-page ul li a, .title-page ul li span {
    color: #fff;
    font-size: 14px;
}

.title-page ul li a::after {content: "-";position: absolute;left: -5px;font-size: 20px;top: -1px;line-height: 1;color: #fff;}

.title-page ul li a:hover, .title-page ul li a:focus {
    color: #e4b5b7;
}

.about-g.body-inner .margin-top {
    margin-top: 70px;
}

.about-g .margin-top h3 {
    font-size: 28px;
    margin-bottom: 25px;
}

.about-g .margin-top p {
    margin: 20px 0;
    font-size: 15px;
    line-height: 30px;
}

.about-g ul li {
    position: relative;
    line-height: 30px;
    color: #6e6e6e;
    font-size: 14px;
    margin: 5px 0;
    padding-right: 20px;
}

.about-g ul li::before {content: "\f104";font-family: "Font Awesome 5 Pro";position: absolute;right: 0;color: #531e59;}

.about-g.body-inner .margin-top:nth-child(1) {}

.about-g.body-inner .margin-top .col-md-6.col-xs-12:nth-child(1) p, .about-g.body-inner .margin-top .col-md-6.col-xs-12:nth-child(2) p {
    margin-bottom: 0;
}

.body-inner .container {
    padding: 80px 30px;
    background: #fff;
}
/* End About-inner */

/* Start Products-inner */
.products-g.body-inner {
    background: transparent;
    padding: 0;
}

.body-inner .pro-block {
    margin: 15px 0;
    border: 1px #e5e5e5 solid;
}

.products-g.body-inner::before, .contact-g.body-inner::after {
    content: "";
    background-image: url(../images/flower2.png);
    bottom: auto;
    left: -15px;
    width: 175px;
    height: 339px;
    z-index: 9;
    top: -115px;
    position: absolute;
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
}

.products-g.body-inner::after {
    left: auto;
    right: -15px;
    transform: scaleX(-1);
}
/* End Products-inner */

/* Start Team-inner */
.team-g.body-inner::before {
    content: "";
    background-image: url(../images/flower2.png);
    bottom: auto;
    left: -15px;
    width: 175px;
    height: 339px;
    z-index: 9;
    top: -115px;
    position: absolute;
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
}

.team-g.body-inner .team-block {
    margin: 35px 0;
}
/* End Team-inner */

/* Start Contact-inner */
.body-inner .form-cont {
    width: 100%;
}

.contact-details-f ul li {
    float: right;
    width: 100%;
    margin: 25px 0;
}

.contact-details-f ul li i {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: linear-gradient(to right, #4e1d56, #972064);
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    display: block;
    float: right;
}

.contact-details-f ul li span {
    display: block;
    float: right;
    width: calc(100% - 50px);
    line-height: 2;
    padding-right: 20px;
    font-size: 20px;
    margin-top: 4px;
    line-height: 26px;
}

.contact-details-f ul li span u {
    display: block;
    direction: ltr;
    text-decoration: none;
}

.body-inner input.form-control.btn {
    margin: 40px 0;
}
/* End Contact-inner */

/* Start Map-g */
.map-pin {
    height: 500px;
}

.map-pin iframe {
    width: 100%;
    height: 100%;
}

.map-g.map-inner .container {
    position: absolute;
    top: 0;
    z-index: 2;
    right: 0;
    left: 0;
}

.map-g.map-inner .contact-details-f.map-inner {
    width: 35%;
    float: left;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #00000063;
    padding: 30px;
    height: 420px;
    overflow: hidden;
    overflow-y: auto;
    margin-top: 40px;
}

.map-g.map-inner .contact-details-f.map-inner ul li:first-child {
    margin-top: 0;
}

.map-g.map-inner .contact-details-f.map-inner ul li:last-child {}

.map-g.map-inner .contact-details-f.map-inner ul li {
    margin: 12px 0;
}

.map-g.map-inner .contact-details-f.map-inner::-webkit-scrollbar {
    width: 5px;
}

.map-g.map-inner .contact-details-f.map-inner::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

.map-g.map-inner .contact-details-f.map-inner::-webkit-scrollbar-thumb {
    background-color: #531e59;
    outline: 1px solid #f7f7f7;
}

.map-g.map-inner .contact-details-f.map-inner ul li span {
    font-size: 16px;
}

.map-g.map-inner .contact-details-f.map-inner ul li i {
    width: 45px;
    height: 45px;
    line-height: 45px;
}
/* End Map-g */