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

@import "bootstrap.min.css";
@import "bootstrap-grid.min.css";
@import "font-awesome.min.css";
@import "jquery.fancybox.min.css";
@import "owl.carousel.css";
@import "aos.css";
@import "animate.css";
@import "twentytwenty.css";
@import "bootstrap-rtl.min.css";
@import "fonts.css";

/* ****************** */
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: capitalize;
    font-family: c-rg;
    color: #323232;
    font-size: 16px;
}



.owl-carousel {
    direction: ltr;
}

.tooltip {
    z-index: 1100 !important;
}

.tooltip-inner {
    max-width: 200px;
    padding: 5px 10px;
    color: #fff;
    text-align: center;
    background-color: #b63e96;
    border-radius: 0.25rem;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 500;
}

.tooltip .tooltip-arrow {
    display: none;
}

.tooltip.top {
    padding: 5px 0;
}

body {
    padding: 0;
    margin: 0;
}

select {
    display: inline-block;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: middle;
    background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

nav ul {
    list-style: none;
}

ul {
    list-style: none;
}

iframe {
    width: 100% !important;
    border: 0 !important;
    height: 100% !important;
}

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

::selection {
    background-color: #b63e96;
    color: #fff;
}

a,
a:hover,
a:visited,
a:link {
    text-decoration: none;
    outline: none;
    cursor: pointer;
}

a {
    display: inline-block;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    vertical-align: middle;
    border-style: none;
    max-width: 100%;
}

p {
    line-height: 1.5;
}

z {
    font-family: inherit;
    font-weight: normal;
    line-height: 1.3;
}

.modal-open {
    overflow: hidden !important;
}

.modal-backdrop.in {
    opacity: .9;
}

input,
select,
textarea {
    vertical-align: middle;
    margin: 0;
    padding: 0;
    outline: 0;
}

textarea {
    resize: none;
}

.form-control {
    height: 45px;
    line-height: 38px;
    padding-left: 10px;
    font-size: 13px;
    box-sizing: border-box;
    border-radius: 4px;
    box-shadow: none;
    text-transform: none;
    border: 1px solid #dfdfdf;
    margin-bottom: 0;
    padding: 0 16px;
}


.form-control::placeholder {
    color: #2b3430;
    text-transform: capitalize;
}

textarea.form-control {
    height: 170px !important;
    line-height: normal;
    padding-top: 8px !important;
}

.form-group,
.form-control {
    margin-bottom: 0;
}

.form-control:focus {
    border: 1px solid #dfdfdf;
    border-bottom: 2px solid #b63e96;
    -webkit-box-shadow: 0 1px 0 0 #b63e96;
    box-shadow: 0 1px 0 0 #b63e96;
    color: #1f1f1f;
}

.row {
    margin-bottom: 0;
}

.col-xs-12 {
    padding: 0;
}

i {
    color: inherit;
    font-style: normal;
}

.toTop {
    background-color: #55b8cf;
    color: #fff;
    position: fixed;
    bottom: 100px;
    right: -60px;
    width: 40px !important;
    height: 40px;
    cursor: pointer;
    line-height: 40px;
    border-radius: 100%;
    text-align: center;
    z-index: 35;
    border-bottom-left-radius: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.07);
    overflow: hidden;
}

.toTop:hover {
    background-color: #b63e97;
    -webkit-transition: all .5s;
    transition: all .5s;
    border-radius: 100%;
    border-bottom-right-radius: 0;
}

.toTop i {
    font-size: 18px;
    -webkit-transition: all .5s;
    transition: all .5s;
    color: #fff;
}

#loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #fff;
}


.loading {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    padding: 0;
    list-style: none;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}


.menu-item-has-children {
    position: relative;
}

.menu-item-has-children .sub-menu {
    position: absolute;
    right: 0;
    left: auto;
    top: 120%;
    opacity: 0;
    visibility: hidden;
    display: block;
    transition: all .3s;
    min-width: 200px;
    border-radius: 0;
    overflow: hidden;
    background-color: #ffffff;
    z-index: 11;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
    transition: all .3s;
}

.menu-item-has-children .sub-menu li {
    display: block !important;
    margin: 0 !important;
}

.menu-item-has-children .sub-menu li:after {
    display: none;
}

.main-head .main-nav .menu-item-has-children .sub-menu li a {
    display: block;
    padding: 13px;
    font-weight: normal;
    font-size: 14px;
    color: #323232;
    border-right: 4px solid #fbfbfb;
    transition: all .3s;
}

.menu-item-has-children .sub-menu li a:before {
    display: none;
}

.main-head .main-nav .menu-item-has-children .sub-menu li a:hover {
    color: #85624a !important;
    transition: all .3s;
    border-color: #85624a;
}

.menu-item-has-children > a:after {
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 7px;
    transition: all .3s;
    content: "\f0d7";
    vertical-align: middle;
    font-size: 13px;
}

.menu-item-has-children:hover > a:after {
    transform: rotate(-180deg);
    transition: all .3s;
}

.btn {
    display: inline-block;
    padding: 0 50px;
    height: 60px;
    line-height: 55px;
    font-size: 17px;
    position: relative;
    border-radius: 50px;
    background-color: #B63E96;
    color: #fff;
    transition: all .3s !important;
    font-family: c-bd !important;
    border: 2px solid #b63e97;
}

.btn i {
    height: 45px;
    width: 40px;
    background-color: #855f4a;
    position: relative;
    left: -15px;
    top: -1px;
    line-height: 45px;
    font-size: 14px;
    float: left;
    transform: skewX(-10deg);
    color: #fff;
}

.btn:hover {
    color: #fff !important;
    background-color: #55b8cf !important;
    transition: all .3s;
    border-color: #55b8cf !important;
}

.fancybox-button svg path {
    fill: #fff;
}


.owl-controls .owl-buttons div .slider-right,
.owl-controls .owl-buttons div .slider-left {
    background-color: transparent;
    position: absolute;
    top: 50%;
    margin: 0;
    color: #fff;
    cursor: pointer;
    text-align: center;
    font-size: 30px;
    z-index: 5;
    transition: all .3s;
    width: auto;
    height: auto;
    line-height: normal;
    transform: translateY(-50%);
    border-radius: 5px;
}

.owl-controls .owl-buttons div .slider-right:hover,
.owl-controls .owl-buttons div .slider-left:hover {
    color: #d9b143;
    transition: all .3s;
}

.owl-controls .owl-buttons div .slider-right {
    right: 2%;
}

.owl-controls .owl-buttons div .slider-left {
    left: 2%;
}

.owl-controls {
    margin: 0;
}

.owl-controls .owl-buttons div {
    padding: 0;
    opacity: 1;
    margin: 0;
    display: block;
}

.owl-controls .owl-pagination {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 30px;
    left: 0;
    z-index: 5;
    text-align: center;
}



.owl-controls .owl-pagination .owl-page {
    display: inline-block;
}

.owl-controls .owl-pagination .owl-page span {
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 2px;
    opacity: 1;
    border-radius: 100%;
    transition: all .3s;
    position: relative;
}

.owl-controls .owl-pagination .owl-page span:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 100%;
}

.owl-controls .owl-pagination .owl-page.active span {
    transition: all .3s;
    border: 2px solid #fff;
}

.sidebar {
    background-size: cover;
    background-image: url(../images/consult-bg.jpg);
    position: fixed;
    height: 100%;
    left: 0;
    top: 0;
    width: 270px;
    z-index: 9999;
    transform: translateX(-100%);
    transition: all .3s;
    background-position: center;
}

.sidebar .side-logo img {
    max-width: 200px;
}

.sidebar.opened {
    transform: translateX(0%);
    transition: all .3s;
}

.sidebar:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.86);
    z-index: 0;
    width: 100%;
    height: 100%;
}

.sidebar .side-logo {
    background-color: #fff;
    padding: 30px;
    position: relative;
    z-index: 1;
    text-align: center;
    border-bottom: 1px solid #dfdfdf;
}

.sidebar .side-social {
    text-align: center;
    padding: 10px 0;
    background-color: #b63e97;
    position: relative;
    z-index: 1;
}

.sidebar .side-social ul li {
    display: inline-block;
}

.sidebar .side-social ul li a {
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    display: inline-block;
    background-color: #fff;
    border-radius: 100%;
    font-size: 13px;
    margin-right: 5px;
    transition: all .3s;
    color: #333 !important;
}

.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: #b63e97;
}

.sidebar .side-nav {
    max-height: 100%;
    overflow: hidden;
    height: calc(100% - 110px);
    position: relative;
    z-index: 1;
}

.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: 13px;
    padding: 15px;
    position: relative;
    color: #fff;
    transition: all .3s;
}

.sidebar .side-nav ul li a:hover {
    color: #fff;
    background-color: rgba(182, 62, 151, 0.19);
    transition: all .3s;
}

.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;
}

.sidebar .side-nav ul li .sub-menu li a {
    color: #303030;
}

.overlay_gen {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.76);
    z-index: 999;
    display: none;
}

.side-nav .menu-item-has-children > a:after {
    float: left;
    margin: 0;
}

.search-form {
    background-color: #d7af3f;
    padding: 15px 0;
    display: none;
}

.search-form .form-group {
    position: relative;
    margin: 0 auto;
    max-width: 50%;
    z-index: 1;
}

.search-form .form-group button {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 0;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    height: 40px;
    padding: 0 15px;
    border: 0;
    background-color: #167a12;
    color: #fff;
}

.search-form .form-group .form-control {
    background-color: #fff;
    border: 0;
    height: 40px;
    border-radius: 5px;
    color: #333;
    font-size: 15px;
    padding-left: 60px;
}

.search-form .form-group .form-control:focus {
    box-shadow: none;
    transition: all .3s;
}


.qodef-side-menu-icon {
    height: 35px;
    border: 1px solid rgb(182, 62, 151);
    width: 40px;
    text-align: center;
    position: relative;
    display: inline-block;
    line-height: 35px;
    color: #b63e97;
    -webkit-transition: all .3s;
    transition: all .3s;
    background-color: transparent;
    border-radius: 100%;
    border-bottom-right-radius: 0;
    display: none;
    margin-top: 20px;
    outline: none;
}

.qodef-side-menu-icon .qodef-dot {
    position: absolute;
    height: 5px;
    width: 5px;
    background-color: currentColor;
    border-radius: 50%;
    -webkit-transition: opacity .5s cubic-bezier(.05, .43, .04, .87);
    -moz-transition: opacity .5s cubic-bezier(.05, .43, .04, .87);
    transition: opacity .5s cubic-bezier(.05, .43, .04, .87);
    color: inherit;
}


.qodef-side-menu-icon .qodef-dot:first-child {
    top: 31%;
    left: 32%;
}

.qodef-side-menu-icon .qodef-dot:nth-child(2) {
    top: 31%;
    left: 48%;
}

.qodef-side-menu-icon .qodef-dot:nth-child(3) {
    top: 31%;
    left: 64%;
}

.qodef-side-menu-icon .qodef-dot:nth-child(4) {
    top: 47%;
    left: 32%;
}


.qodef-side-menu-icon .qodef-dot:nth-child(5) {
    top: 48%;
    left: 48%;
}

.qodef-side-menu-icon .qodef-dot:nth-child(6) {
    top: 48%;
    left: 64%;
}


.qodef-side-menu-icon .qodef-dot:nth-child(7) {
    top: 66%;
    left: 32%;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}

.qodef-side-menu-icon .qodef-dot:nth-child(8) {
    top: 66%;
    left: 48%;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

.qodef-side-menu-icon .qodef-dot:last-child {
    top: 66%;
    left: 64%;
}

.qodef-side-menu-icon.opened .qodef-dot:nth-child(4),
.qodef-side-menu-icon.opened .qodef-dot:nth-child(7),
.qodef-side-menu-icon.opened .qodef-dot:nth-child(8),
.qodef-side-menu-icon:hover .qodef-dot:nth-child(4),
.qodef-side-menu-icon:hover .qodef-dot:nth-child(7),
.qodef-side-menu-icon:hover .qodef-dot:nth-child(8) {
    opacity: 0;
}


.main-head {
    background-color: #f8f4eb;
}

.main-head .h-top {
    background-color: #b63e97;
    padding: 15px 0;
    text-align: left;
    direction: ltr;
}

.main-head .h-top .top-contact .social {
    display: inline-block;
}

.main-head .h-top .top-contact .m-info {
    display: inline-block;
}

.main-head .h-top .top-contact .social:after {
    content: '|';
    color: #fff;
    margin: 0 10px;
}

.main-head .h-top .top-contact .social a {
    color: #fff;
    margin-right: 8px;
    transition: all .3s;
    font-size: 17px;
}

.main-head .h-top .top-contact .m-info a {
    color: #fff;
    text-transform: none;
    font-size: 15px;
}

.main-head .h-top .top-contact .m-info i {
    vertical-align: baseline;
    margin-right: 5px;
    font-size: 17px;
    transition: all .3s;
}

.main-head .h-top .top-contact .social a:last-of-type {
    margin: 0;
}

.main-head .h-top .top-contact .social a:hover {
    transition: all .3s;
    transform: scale(1.5);
}

.main-head .h-top .top-contact .m-info a:hover i {
    transform: scale(1.3);
    transition: all .3s;
}

.main-head .bottom-nav {
    padding: 20px 0;
}

.main-head .bottom-nav .logo {
    display: inline-block;
}

.main-head .bottom-nav .main-nav {
    float: left;
}

.main-head .bottom-nav .main-nav ul {
    display: inline-block;
    padding-top: 34px;
}

.main-head .bottom-nav .main-nav ul li {
    display: inline-block;
    margin-right: 40px;
}

.main-head .bottom-nav .main-nav .open-sidebar {}

.main-head .bottom-nav .main-nav ul li a {
    color: #242424;
    transition: all .3s;
    display: inline-block;
    font-family: c-bd !important;
}

.main-head .bottom-nav .main-nav ul li.current-menu-item a,
.main-head .bottom-nav .main-nav ul li a:hover {
    color: #b63e97;
    transition: all .3s;
}

.hero-s .item {
    direction: rtl;
}

.hero-s .item .it-img {
    float: left;
}

.hero-s {
    overflow: hidden;
}

.hero-s:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    background-image: url(../images/hero-after.png);
}

.hero-s .item .it-data {
    padding: 10% 0 0;
}

.hero-s .item .it-data h3 {
    color: #55b8cf;
    font-size: 50px;
    margin-bottom: 30px;
}

.hero-s .item .it-data p {
    color: #737373;
    font-size: 20px;
    line-height: 1.7;
    margin-bottom: 70px;
    overflow: hidden;
    /*  max-height: 100px;*/
}

.hero-s .item .it-data .btn {
    background-color: transparent;
    color: #b63e97;
}

.hero-s .active .item .it-data {
    animation: bounceInRight 2s 1;
}

.hero-s .active .item .it-img {
    animation: bounceInLeft 2s 1;
}

.hero-s .owl-controls .owl-pagination {
    width: auto;
    left: 5%;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%) rotate(90deg);
}

.hero-s .owl-controls .owl-pagination .owl-page span,
.testmonials .owl-controls .owl-pagination .owl-page span {
    background-color: #d2d2d2;
    border: 0;
    transition: all .3s;
    width: 15px;
    height: 15px;
}

.hero-s .owl-controls .owl-pagination .owl-page span:before,
.testmonials .owl-controls .owl-pagination .owl-page span:before {
    display: none;
}

.hero-s .owl-controls .owl-pagination .owl-page.active span {
    background-color: #55b8cf;
    transition: all .3s;
}

.testmonials .owl-controls .owl-pagination .owl-page.active span {
    background-color: #b63e97;
    transition: all .3s;
}

.feats-s {
    padding: 70px 0;
    overflow: hidden;
}

.feats-s .block {
    padding: 0 10px;
    margin-bottom: 50px;
}

.feats-s .block .inner {}

.feats-s .block .inner .i-img {
    float: left;
    width: 200px;
    height: 200px;
    background-position: center;
    background-size: cover;
    border-radius: 100%;
    border-bottom-left-radius: 0;
    margin-right: 20px;
}

.feats-s .block .inner .i-img a {
    display: block;
    height: 100%;
}

.feats-s .block .inner .i-data {
    overflow: hidden;
    min-height: 206px;
}

.feats-s .block .inner .i-data .title {
    color: #b63e97;
    font-family: c-bd !important;
    font-size: 21px;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all .3s;
    max-width: 100%;
}

.feats-s .block .inner .i-data p {
    color: #6d6d6d;
    font-size: 15px;
    line-height: 1.6;
    margin: 30px 0 20px;
    overflow: hidden;
    /*max-height: 71px;*/
}

.more {
    display: inline-block;
    position: relative;
    color: #55b8cf;
    font-family: c-bd !important;
    font-size: 16px;
    transition: all .3s;
}

.more:after {
    content: '';
    width: 9px;
    height: 9px;
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: #55b8cf;
    position: absolute;
    left: -40px;
    top: 10px;
    transform: rotate(-45deg);
    transition: all .3s;
}

.more:before {
    content: '';
    position: absolute;
    left: -40px;
    height: 1px;
    width: 25px;
    background-color: #55b8cf;
    top: 14px;
    transition: all .3s;
}

.more:hover:before {
    left: -50px;
    opacity: 0;
    transition: all .3s;
}

.more:hover:after {
    left: -60px;
    opacity: 0;
    transition: all .3s;
}

.more:hover {
    color: #b63e97;
    transition: all .3s;
}

.feats-s .block .inner .i-data .title:hover {
    color: #55b8cf;
    transition: all .3s;
}

.feats-s .block:nth-of-type(even) {
    text-align: left;
}

.feats-s .block:nth-of-type(even) .inner .i-img {
    border-radius: 100%;
    border-bottom-right-radius: 0;
    float: right;
    margin: 0 0 0 20px;
}

.feats-s .block:nth-of-type(even) .inner .more:before {
    left: auto;
    right: -40px;
}

.feats-s .block:nth-of-type(even) .inner .more:after {
    left: auto;
    right: -39px;
    border-width: 0 1px 1px 0;
}

.feats-s .block:nth-of-type(even) .inner .more:hover:before {
    left: auto;
    right: -50px;
}

.feats-s .block:nth-of-type(even) .inner .more:hover:after {
    right: -60px;
    left: auto;
}

.feats-s .block .inner:hover .i-img {
    animation: pulse 2s infinite;
}

.feats-s .block:nth-of-type(4) .inner .i-img {
    border-radius: 100%;
    border-top-right-radius: 0;
}

.feats-s .block:nth-of-type(3) .inner .i-img {
    border-radius: 100%;
    border-top-left-radius: 0;
}

.about-s {}

.about-s .ab-img {
    padding: 0;
}

.about-s .ab-img .inner {
    height: 500px;
    background-position: center;
    background-size: cover;
    position: relative;
}

.about-s .ab-img .inner span {
    position: absolute;
    right: 0;
    bottom: -35px;
    border-radius: 50px;
    background-color: #b63e97;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    color: #fff;
    font-family: c-bd !important;
    padding: 30px 50px;
    font-size: 20px;
    width: 50%;
    text-align: center;
}

.about-s .ab-data {
    /*    background-color: #55b8cf;*/
    min-height: 500px;
    display: table;
    padding: 50px;
}

.full-about.about-s .ab-data {
    background-color: #55b8cf;
}

.about-s .ab-data .inner {
    display: table-cell;
    height: 100%;
}

.about-s .ab-data .inner .more {
    color: #fff;
    float: left;
    margin-left: 100px;
    margin-top: 30px;
}

.about-s .ab-data .inner h3 {
    color: #b63e97;
    font-family: c-bd !important;
    margin-bottom: 40px;
}

.about-s .ab-data .inner p {
    color: #fff;
    margin-bottom: 30px;
    line-height: 1.7;
    overflow: hidden;
    /* max-height: 69px; */
}

.about-s .ab-data .inner .more:before {
    background-color: #fff;
}

.about-s .ab-data .inner .more:after {
    border-color: #fff;
}

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

.g-head h3 {
    position: relative;
    color: #b63e97;
    font-family: c-bd !important;
    font-size: 30px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.g-head h3:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    height: 2px;
    background-color: #b63e97;
    width: 60px;
}

.testmonials {
    padding: 100px 0 70px;
}

.g-head p {
    color: #55b8cf;
    font-size: 20px;
}

.testmonials .body-inner {
    /* background-position: center; */
    /* background-size: cover; */
    /* background-image: url(images/client-bg.jpg); */
    /* border-radius: 25px; */
    /* padding: 100px; */
    /* position: relative; */
    /* overflow: hidden; */
}

.testmonials .body-inner .item:before {
    content: '';
    position: absolute;
    right: 0;
    width: 100%;
    top: 0;
    height: 100%;
    background-color: #b63e97d4;
    opacity: 0;
    z-index: 0;
}

.testmonials .body-inner .item {
    direction: rtl;
    padding: 100px;
    display: table;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-image: url(../images/client-bg.jpg);
    border-radius: 25px;
    /* padding: 100px; */
    position: relative;
    overflow: hidden;
}

.testmonials .body-inner .item .it-img {
    float: left;
    border-radius: 100%;
    overflow: hidden;
    height: 250px;
    width: 250px;
    background-position: center;
    background-size: cover;
    border-bottom-right-radius: 0;
    margin-right: 100px;
    position: relative;
    z-index: 1;
}

.testmonials .body-inner .item .it-data {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.testmonials .body-inner .item .it-data p {
    color: #fff;
    overflow: hidden;
    margin-bottom: 30px;
    line-height: 1.8;
}

.testmonials .body-inner .item .it-data h3 {
    color: #fff;
    font-family: c-bd !important;
    font-size: 20px;
    margin-bottom: 5px;
}

.testmonials .body-inner .item .it-data span {
    color: #fff;
}

.testmonials .owl-controls .owl-pagination {
    position: relative;
    bottom: auto;
    margin-top: 30px;
}

.consult {
    padding: 70px 0;
    background-position: center;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
    overflow: hidden;
}

.consult:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(36, 36, 36, 0.70);
}

.consult .con-data h3 {
    color: #fff;
    font-family: c-bd !important;
    margin-bottom: 20px;
}

.consult .con-data p {
    color: #fff;
    font-size: 20px;
    max-width: 71%;
}

.consult .con-data {
    float: right;
}

.consult .con-link {
    float: left;
    padding-top: 30px;
}

.consult .con-link .btn {
    height: 50px;
    line-height: 44px;
}

.btn.btn-bordered {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}

.blogs {
    padding: 70px 0;
    overflow: hidden;
}

.blogs .block {
    padding: 15px;
}

.blogs .block .inner {
    box-shadow: 0px 3px 0px 0px rgb(182, 62, 150);
    border-radius: 25px;
    overflow: hidden;
    border: 1px solid #b63e96;
}

.blogs .block .inner .i-img {
    height: 300px;
    background-position: center;
    background-size: cover;
}

.blogs .block .inner .i-img a {}

.blogs .block .inner .i-data {
    padding: 20px 20px 50px;
}

.blogs .block .inner .i-data .title {
    color: #b63e97;
    font-family: c-bd !important;
    font-size: 17px;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all .3s;
}

.blogs .block .inner .i-data p {
    color: #6d6d6d;
    font-size: 13px;
    line-height: 1.6;
    margin: 15px 0 40px;
    overflow: hidden;
    /* max-height: 71px; */


}

.blogs .block .inner .i-data .more {
    font-size: 13px;
}

.blogs .block .inner .i-data .more:before {
    top: 12px;
}

.blogs .block .inner .i-data .more:after {
    top: 8px;
}

.blogs .block .inner .i-data .title:hover {
    color: #55b8cf;
    transition: all .3s;
}

.load-more {
    text-align: center;
    margin-top: 50px;
}

.clients {
    background-color: #fafafa;
    padding: 70px 0;
}

.clients .block {
    border-left: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    padding: 15px;
}

.clients .inner {
    text-align: center;
    height: 100px;
}

.clients .inner img {
    object-fit: scale-down;
    height: 100%;
    width: 100%;
}

.clients .block:nth-of-type(4n+4) {
    border-left: 0;
}

.clients .block:nth-last-of-type(-n+4) {
    border-bottom: 0;
}

.newsletter {
    text-align: center;
    padding: 70px 0;
    background-color: #b63e96;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.newsletter:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/newsletter.png);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: right;
    opacity: .6;
    z-index: -1;
}

.newsletter h3 {
    color: #fff;
    font-family: c-bd !important;
    margin-bottom: 20px;
    font-size: 30px;
}

.newsletter p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 40px;
}

.newsletter .form-group {
    margin: 0 auto;
    max-width: 40%;
    position: relative;
}

.newsletter .form-group .form-control {
    border: 0;
    border-radius: 50px;
    padding-left: 130px;
}

.newsletter .form-group .btn {
    height: 41px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #1f1f1f;
    border: 0;
    line-height: 20px;
    font-size: 13px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    top: 2px;
    left: 2px;
    padding: 0 30px;
}

.main-footer {
    background-color: #1f1f1f;
}

.main-footer .footer-top {
    padding: 70px 0 30px;
}

.main-footer .footer-top .f-item {}

.main-footer .footer-top .f-item p {
    color: #cbcbcb;
    margin: 30px 0;
    font-size: 15px;
    line-height: 1.8;
}

.main-footer .footer-top .f-item:nth-of-type(2) {
    padding: 0 65px;
}

.main-footer .footer-top .f-item .f-contact {
    margin-bottom: 20px;
}

.main-footer .footer-top .f-item .f-contact li {
    color: #fff;
    margin-bottom: 10px;
}

.main-footer .footer-top .f-item .f-contact li span {
    color: #55b8cf;
}

.main-footer .footer-top .f-item .social {}

.main-footer .footer-top .f-item .social a {
    color: #55b8cf;
    display: inline-block;
    font-size: 30px;
    margin-left: 10px;
    transition: all .3s;
}

.main-footer .footer-top .f-item .social a:hover {
    transform: scale(1.3);
    transition: all .3s;
}

.main-footer .footer-top .f-item h4 {
    font-family: c-bd !important;
    color: #fff;
    font-size: 22px;
    margin-bottom: 25px;
}

.main-footer .footer-top .f-item .sitemap li {
    position: relative;
    margin-bottom: 5px;
}

.main-footer .footer-top .f-item .sitemap li a {
    color: #fff;
    transition: all .3s;
}

.main-footer .footer-top .f-item .sitemap li:before {
    font-family: fontawesome;
    content: "\f104";
    color: #55b8cf;
    display: inline-block;
    margin-left: 10px;
    font-size: 20px;
    vertical-align: middle;
    transition: all .3s;
    right: 0;
    position: relative;
}

.main-footer .footer-top .f-item .sitemap li a:hover {
    color: #55b8cf;
    transition: all .3s;
    padding-right: 5px;
}

.main-footer .footer-top .f-item .sitemap li:hover:before {
    right: 14px;
    transition: all .3s;
}

.main-footer .footer-top .f-item .inner {
    background-color: #55b8cf;
    border-radius: 10px;
    padding: 30px;
}

.main-footer .footer-top .f-item .inner h4 {
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
}

.main-footer .footer-top .f-item .inner .app-list {
    margin-bottom: 20px;
    display: table;
    width: 100%;
}

.main-footer .footer-top .f-item .inner .app-list li {
    display: table;
    width: 100%;
    color: #fff;
    font-size: 16px;
    margin-bottom: 20px;
}

.main-footer .footer-top .f-item .inner .app-list li span {
    float: left;
    color: inherit;
    font-size: inherit;
}

.main-footer .footer-top .f-item .inner a {
    display: block;
    color: #b63e96;
    background-color: #fff;
    border-color: #fff;
    border-radius: 10px;
    height: 50px;
    line-height: 44px;
    font-size: 15px;
}

.main-footer .footer-top .f-item .inner a:hover {
    background-color: #b63e96 !important;
    color: #fff;
    border-color: #b63e96 !important;
}

.main-footer .f-bottom {}

.main-footer .f-bottom .bot-inner {
    text-align: center;
    border-top: 2px solid #303030;
    padding: 30px 0;
}

.main-footer .f-bottom p {
    color: #fff;
    font-size: 16px;
}

.main-footer .f-bottom p a {
    color: #b63e97;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.main-footer .f-bottom p a:hover:before {
    width: 100%;
    transition: all .3s;
}

.main-footer .f-bottom p a:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background-color: #b63e97;
    transition: all .3s;
}

.testmonials .body-inner .active .item .it-img {
    animation: fadeInLeft 1s 1;
}

.testmonials .body-inner .active .item .it-data {
    animation: fadeInRight 1s 1;
}

/* ***************** ABOUT ***************** */

.jumbo {
    background-color: #f2f2f2;
    padding: 30px 0;
}

.main-head.inner-head {
    background-color: #fff;
}

.jumbo li {
    display: inline-block;
    color: #b63e97;
    font-size: 18px;
}

.jumbo li a {
    color: #333;
    font-size: inherit;
}

.jumbo li:after {
    content: '/';
    margin: 0 10px;
    vertical-align: middle;
}

.jumbo li:last-child:after {
    display: none;
}

.about-top1 {
    background-position: center;
    background-size: cover;
    padding: 70px 0;
    background-attachment: fixed;
}

.about-top1:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(182, 62, 151, 0.75);
}

.about-top1 h3 {
    color: #fff;
    font-size: 50px;
    margin-bottom: 30px;
}

.about-top1 p {
    color: #fff;
    font-size: 19px;
    line-height: 2;
}

.about-bio {
    padding: 70px 0;
}

.about-bio .bio-l {
    float: left;
    margin-top: -35%;
}

.about-bio .bio-l .bio-img {
    box-shadow: 0px 8px 40px 0px rgba(171, 171, 171, 0.5);
    border-radius: 10px;
    height: 500px;
    background-position: center;
    background-size: cover;
    margin-bottom: 50px;
}

.about-bio .bio-l .bio-data {}

.about-bio .bio-l .bio-data .d-head {}

.about-bio .bio-l .bio-data .d-head h3 {
    color: #b63e97;
    font-family: c-bd !important;
    margin-bottom: 8px;
    font-size: 27px;
}

.about-bio .bio-l .bio-data .d-head p {
    color: #b63e97;
    font-weight: 600;
    font-size: 13px;
}

.about-bio .bio-l .bio-data .d-mid {
    border-top: 1px solid #55b8cf;
    padding-top: 30px;
    margin-top: 30px;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 50px;
    margin-bottom: 30px;
}

.about-bio .bio-l .bio-data .d-mid ul li {
    color: #55b8cf;
    font-size: 13px;
    margin-bottom: 5px;
}

.about-bio .bio-l .bio-data .d-mid ul li:last-child {
    margin: 0;
}

.about-bio .bio-l .bio-data .d-mid .btn {
    display: block;
    background-color: #55b8cf;
    border-color: #55b8cf;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
}

.about-bio .bio-l .bio-data .d-bottom .social {
    direction: ltr;
    text-align: right;
}

.about-bio .bio-l .bio-data .d-bottom .social a {
    font-size: 35px;
    margin-left: 11px;
    color: #55b8cf;
}

.about-bio .bio-l .bio-data .d-mid ul li a {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}

.about-bio .bio-l .bio-data .d-mid ul li a:hover {
    color: #b63e96;
    transition: all .3s;
}

.about-bio .bio-l .bio-data .d-mid ul {
    margin-bottom: 50px;
}

.about-bio .bio-l .bio-data .d-bottom .social a:hover {
    transform: translateY(-5px);
    color: #b63e97;
    transition: all .3s;
}

.about-bio .bio-l .bio-data .d-mid .btn:hover {
    background-color: #b63e97 !important;
    color: #fff;
    border-color: #b63e97 !important;
}


.about-bio .bio-r h3 {
    color: #b63e97;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

.about-bio .bio-r p {
    color: #6d6d6d;
    font-size: 16px;
    line-height: 1.9;
    margin-bottom: 20px;
}

.about-bio .bio-r h3:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    height: 1px;
    width: 50px;
    background-color: #b63e97;
}

.testmonials.about-testo {
    background-position: center;
    background-size: cover;
    background-image: url(../images/client-bg.png);
}

.testmonials.about-testo .g-head h3,
.testmonials.about-testo .g-head p {
    color: #fff;
}

.testmonials.about-testo .g-head h3:after {
    background-color: #fff;
}

.testmonials.about-testo .item {
    background: none;
    border: 1px solid #fff;
}

.extra-sec {
    background-position: center;
    background-size: cover;
    /*    background-attachment: fixed;*/
    position: relative;
    padding: 100px 0;
    text-align: center;
}

.extra-sec:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .8;
}

.extra-sec h3 {
    position: relative;
    color: #fff;
    font-size: 20px;
    padding-bottom: 30px;
    line-height: 1.7;
}

.extra-sec h3:after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    background-color: #fff;
    width: 100px;
    bottom: 0;
}

.blogs-layout {
    padding: 70px 0;
}

.blogs-layout .blogs-box {
    float: left;
}

.blogs-layout .blogs-box .box-item {
    border-bottom: 1px solid rgba(204, 204, 204, 0.5);
    padding-bottom: 50px;
    margin-bottom: 50px;
}

.blogs-layout .blogs-box .box-item:last-of-type {
    margin: 0;
    border: 0;
    padding: 0;
}

.blogs-layout .blogs-box .box-item .it-head {
    margin-bottom: 50px;
    position: relative;
}

.blogs-layout .blogs-box .box-item .it-head .title {
    display: inline-block;
    color: #242424;
    font-size: 25px;
    transition: all .3s;
    margin-bottom: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
}

.blogs-layout .blogs-box .box-item .it-head .title:hover {
    color: #55b8cf;
    transition: all .3s;
}

.blogs-layout .blogs-box .box-item .it-head ul li {
    display: inline-block;
    margin-left: 30px;
    color: #9d9d9d;
    font-size: 13px;
}

.blogs-layout .blogs-box .box-item .it-head .controls {
    /*
    position: absolute;
    left: 0;
    bottom: 0;
*/
    float: right;
}

.blogs-layout .blogs-box .box-item .it-head .controls a {
    display: inline-block;
    /*    margin-right: 15px;*/
    transition: all .3s;
    margin: 10px 0 0 10px;
}

.blogs-layout .blogs-box .box-item .it-head .controls a img {
    width: 20px;
}

.blogs-layout .blogs-box .box-item .it-img {
    border-radius: 10px;
    height: 400px;
    background-position: center;
    background-size: cover;
    margin-bottom: 50px;
}

.blogs-layout .blogs-box .box-item .it-img a {
    display: block;
    height: 100%;
}

.blogs-layout .blogs-box .box-item .it-data {}

.blogs-layout .blogs-box .box-item .it-data p {
    color: #6d6d6d;
    line-height: 1.9;
    margin-bottom: 30px;
}

.blogs-layout .blogs-box .box-item .it-data .btn {
    float: left;
    height: 50px;
    line-height: 46px;
    font-size: 14px;
}

.blogs-layout .blogs-box .box-item .it-head .controls a:hover {
    transform: scale(1.1);
    transition: all .3s;
}

.blogs-layout .blogs-sidebar {
    padding: 0 0 0 100px;
}

.blogs-layout .blogs-sidebar .inner {
    box-shadow: 0px 5px 30px 0px rgba(150, 150, 150, 0.35);
    border-radius: 15px;
    padding: 50px 25px;
}

.blogs-layout .blogs-sidebar .inner .widget {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.blogs-layout .blogs-sidebar .inner .widget h4 {
    color: #b63e97;
    font-size: 21px;
    margin-bottom: 30px;
    padding-bottom: 25px;
    position: relative;
}

.blogs-layout .blogs-sidebar .inner .widget h4:after {
    content: '';
    height: 2px;
    width: 30%;
    background-color: #b63e97;
    position: absolute;
    right: 0;
    bottom: 0;
}

.blogs-layout .blogs-sidebar .inner .widget ul li {
    margin-bottom: 15px;
}

.blogs-layout .blogs-sidebar .inner .widget ul li a {
    display: inline-block;
    color: #6d6d6d;
    font-size: 16px;
    transition: all .3s;
    position: relative;
}

.blogs-layout .blogs-sidebar .inner .widget ul li a:before {
    font-family: fontawesome;
    display: inline-block;
    margin-left: 10px;
    content: "\f105";
    font-size: 20px;
    color: #b63e97;
    transition: all .3s;
}

.blogs-layout .blogs-sidebar .inner .widget:after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    background-color: #e2e2e2;
    width: 70%;
    bottom: 0;
}

.blogs-layout .blogs-sidebar .inner .widget ul li a:hover {
    color: #b63e97;
    transition: all .3s;
    padding-right: 8px;
}

.blogs-layout .blogs-sidebar .inner .widget ul li a:hover:before {
    transform: scaleX(-1);
    transition: all .3s;
}

.blogs-layout .blogs-sidebar .inner .widget ul li:last-child {
    margin-bottom: 0;
}

.blogs-layout .blogs-sidebar .inner .widget .form-group {
    position: relative;
}

.blogs-layout .blogs-sidebar .inner .widget .form-group .form-control {
    border-radius: 15px;
    background-color: #e5e5e5;
    height: 55px;
    line-height: 55px;
}

.blogs-layout .blogs-sidebar .inner .widget .form-group .btn {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 15px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding: 0 20px;
    height: 55px;
    line-height: 44px;
    font-size: 18px;
    background-color: #55b8cf;
    outline: none;
    border: 0;
}

.blogs-layout .blogs-sidebar .inner .widget .form-group .btn i {
    left: auto;
    right: auto;
    transform: none;
    height: auto;
    padding: 0;
    width: auto;
    line-height: normal;
    background-color: transparent;
    font-size: inherit;
    top: 0;
    float: none;
}

.blogs-layout .blogs-sidebar .inner .widget .form-group .form-control:focus {
    border-bottom: 1px solid #55b8cf;
    box-shadow: 0 1px 0 0 #55b8cf;
    background-color: #fff;
    transition: all .3s;
}

.blogs-layout .blogs-sidebar .inner .widget .tags {}

.blogs-layout .blogs-sidebar .inner .widget .tags a {
    display: inline-block;
    background-color: #e5e5e5;
    font-family: c-bd !important;
    color: #464646;
    border-radius: 50px;
    padding: 13px;
    margin: 5px;
    transition: all .3s;
}

.blogs-layout .blogs-sidebar .inner .widget .tags a:hover {
    background-color: #55b8cf;
    color: #fff;
    transition: all .3s;
}

.blogs-layout .blogs-sidebar .inner .widget:last-of-type {
    margin: 0;
    padding: 0;
}

.blogs-layout .blogs-sidebar .inner .widget:last-of-type:after {
    display: none;
}


.twentytwenty-overlay {
    display: none;
}

.extra-form {
    background-color: #a85a94;
    border-radius: 150px;
    padding: 40px;
    position: relative;
    margin-bottom: -131px;
    margin-top: 70px;
    z-index: 1;
}

.extra-form .form-group {}

.extra-form .form-group h4 {
    color: #fff;
    font-family: c-bd !important;
    font-size: 25px;
    padding-top: 5px;
}

.extra-form .form-group .form-control {
    border: 0;
    border-radius: 50px;
    background-color: #933e7d;
    text-align: right;
    padding: 0 20px;
    color: #f4cae9;
}

.extra-form .form-group .btn {
    width: 100%;
    height: 51px;
    background-color: #eb9ad6;
    line-height: 45px;
    font-size: 24px;
}

.extra-form .form-group .form-control::placeholder {
    color: #f4cae9;
}

.extra-form .form-group .form-control:focus {
    color: #fff;
}

.gallery-layout {
    padding: 150px 0 100px;
}

.gallery-layout .ga-head {
    margin-bottom: 50px;
}

.gallery-layout .ga-head h3 {
    position: relative;
    color: #b63e97;
    font-size: 25px;
    padding-bottom: 30px;
}

.gallery-layout .ga-head h3:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 70px;
    height: 1px;
    background-color: #b63e97;
}

.gallery-layout .block {
    padding: 0;
}

.gallery-layout .block .b-img {
    padding: 0;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.gallery-layout .block .b-img b {
    font-weight: normal;
    position: absolute;
    bottom: 30px;
    right: 30px;
    z-index: 30;
    color: #fff;
    font-size: 19px;
}

.gallery-layout .block .b-img .aft {
    left: 30px;
    right: auto;
}

.gallery-layout .block .b-img .cap {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #55b8cf;
    text-align: center;
    padding: 10px 20px;
    border-bottom-right-radius: 10px;
}

.gallery-layout .block .b-img .cap a {
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: #fff;
    font-family: c-bd !important;
    font-size: 18px;
    transition: all .3s;
}

.gallery-layout .block .b-img .cap p {
    color: #fff;
}

.gallery-layout .block .b-img .cap span {
    color: #fff;
    font-size: 12px;
}

.gallery-layout .block .b-img .cap a:after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    height: 3px;
    background-color: #a85a94;
    width: 100%;
    content: '';
}

.gallery-layout .block .b-img .cap a:hover {
    color: #a85a94;
    transition: all .3s;
}


.gallery-layout .block .b-data {
    padding: 0 20px;
}

.gallery-layout .block .b-data p {
    color: #6d6d6d;
    margin-bottom: 30px;
    line-height: 1.7;
}

.twentytwenty-handle {
    background-color: #fff;
}

.twentytwenty-left-arrow {
    border-right-color: #a85a94;
}

.twentytwenty-right-arrow {
    border-left-color: #a85a94;
}

.g-extra h3 {
    max-width: 30%;
    margin: 0 auto;
    line-height: 1.5;
}

.ga-events {
    padding-top: 70px;
}

.ga-events .item {
    padding: 15px;
}

.ga-events .item .i-inner {
    background-color: #55b8cf;
    border-radius: 10px;
    display: table;
    width: 100%;
    overflow: hidden;
}

.ga-events .item .i-inner .i-img {
    float: left;
    background-position: center;
    background-size: cover;
    height: 250px;
    border-bottom-right-radius: 100px;
}

.ga-events .item .i-inner .i-data {
    padding: 30px;
}

.ga-events .item .i-inner .i-data h3 {
    font-family: c-bd !important;
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
}

.ga-events .item .i-inner .i-data p {
    color: #fff;
    line-height: 1.7;
    margin-bottom: 30px;
}

.ga-events .item .i-inner .i-data .btn {
    height: 35px;
    line-height: 29px;
    padding: 0 30px;
    font-size: 14px;
    border: 2px solid #b63e96;
}

.ga-events .item .i-inner .i-data .btn:hover {
    border-color: #b63e96 !important;
    transition: all .3s;
    background-color: #68bcd0 !important;
}

.gallery-layout .block {
    padding: 15px;
}

.gallery-layout .ga-head {
    padding: 0 15px;
}

.gallery-layout .block.prime {
    border-bottom: 1px solid #ddd;
    padding-bottom: 70px;
    margin-bottom: 50px;
}

.bs-slider {
    height: 400px !important;
}

.bs-slider img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.gallery-layout .block .b-img {
    height: 400px;
}

.clinic-desc {
    padding: 150px 0 70px;
    text-align: center;
}


.clinic-desc p {
    color: #6d6d6d;
    line-height: 1.8;
    margin-bottom: 30px;
}

.clinic-desc p:last-of-type {
    margin: 0;
}

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

.team-s {
    padding: 100px 0 70px;
}

.team-s .block {
    padding: 20px;
    text-align: center;
}

.team-s .block .i-img {
    width: 200px;
    height: 200px;
    border-radius: 100%;
    background-position: center;
    background-size: cover;
    margin: 0 auto 30px;
}

.team-s .block h3 {
    font-family: c-bd !important;
    color: #55b8cf;
    margin-bottom: 10px;
    font-size: 27px;
}

.team-s .block span {
    color: #7b7b7b;
    font-size: 16px;
}

.clinic-layout .feats-s {
    background-position: center;
    background-size: cover;
    background-blend-mode: multiply;
    background-color: rgba(0, 0, 0, 0.65);
}

.clinic-layout .feats-s .g-head h3 {
    color: #fff;
}

.clinic-layout .feats-s .g-head h3:after {
    background-color: #fff;
}

.clinic-layout .feats-s .block .inner .i-img {
    float: right;
    border-radius: 100% !important;
    margin: 0 0 0 20px !important;
    width: 150px;
    height: 150px;
}

.clinic-layout .feats-s .block {
    text-align: initial !important;
}

.clinic-layout .feats-s .block .inner .i-data .title {
    color: #fff;
}

.clinic-layout .feats-s .block .inner .i-data p {
    color: #fff;
    margin: 25px 0 0 0;
}

.clinic-layout .feats-s .block .inner .i-data {
    padding-top: 22px;
}

.service-top {
    padding: 150px 0 70px;
}

.service-top .block {
    margin-bottom: 70px;
}

.service-top .block .inner .i-img {
    border-radius: 10px;
    background-position: center;
    background-size: cover;
    height: 250px;
    margin-bottom: 30px;
}

.service-top .block .inner .i-img a {
    display: block;
    height: 100%;
}

.service-top .block .inner .i-data a {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
    font-family: c-bd !important;
    color: #b63e97;
    font-size: 20px;
}

.service-top .block .inner .i-data p {
    color: #6d6d6d;
    line-height: 1.9;
    margin-bottom: 20px;
}

.service-top .block .inner .i-data a:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    height: 1px;
    width: 70px;
    background-color: #b63e97;
}

.service-top .block .inner .i-data p:last-of-type {
    margin: 0;
}

.service-bottom {
    background-blend-mode: multiply;
    background-color: rgba(36, 36, 36, 0.7);
}

.service-bottom .bo-inner {
    background-color: #b63e97;
    padding: 50px;
}

.service-bottom .bo-inner .g-head {
    text-align: inherit;
}

.service-bottom .bo-inner .g-head h3 {
    color: #fff;
}

.service-bottom .bo-inner .g-head h3:after {
    background-color: #fff;
    right: 0;
    transform: none;
    left: auto;
    height: 1px;
}

.service-bottom .bo-inner .g-head p {
    color: #fff;
    font-size: 17px;
}

.service-bottom .bo-inner .b-item {
    margin-bottom: 50px;
}

.service-bottom .bo-inner .b-item:last-of-type {
    margin: 0;
}

.service-bottom .bo-inner .b-item .i-img {
    width: 150px;
    height: 150px;
    border: 1px solid #fff;
    border-radius: 25px;
    text-align: center;
    line-height: 150px;
    float: right;
    margin-left: 20px;
    transition: all .3s;
}

.service-bottom .bo-inner .b-item .i-img img {
    filter: brightness(0) invert(1);
    width: 100px;
    margin: 0 auto;
}

.service-bottom .bo-inner .b-item .i-data {
    overflow: hidden;
}

.service-bottom .bo-inner .b-item .i-data a {
    color: #fff;
    font-size: 24px;
    margin-bottom: 10px;
    display: inline-block;
    transition: all .3s;
}

.service-bottom .bo-inner .b-item .i-data a:hover {
    color: #70d5ec;
    transition: all .3s;
}

.service-bottom .bo-inner .b-item .i-data p {
    color: #fff;
    overflow: hidden;
    line-height: 1.8;
    /*max-height: 74px;*/
}

.service-bottom .bo-inner .b-item:hover .i-img {
    background-color: #55b8cf;
    border-color: #55b8cf;
    transition: all .3s;
}

.service-top .block .inner .i-data a:hover {
    color: #55b8cf;
}

.contact-layout {
    padding: 100px 0;
}

.contact-layout .con-data {}

.contact-layout .g-head h3 {
    font-family: c-rg;
    font-size: 22px;
}

.contact-layout .g-head h3:after {
    transform: none;
    left: auto;
    right: 0;
}

.contact-layout .g-head {
    text-align: inherit;
    margin-bottom: 50px;
}

.contact-layout ul li {
    margin-bottom: 20px;
    display: table;
    width: 100%;
}

.contact-layout ul li:last-child {
    margin: 0;
}

.contact-layout ul li .co-icon {
    box-shadow: 0px 5px 8px 0px rgba(150, 150, 150, 0.35);
    width: 52px;
    height: 52px;
    border-radius: 15px;
    float: right;
    margin-left: 15px;
    text-align: center;
    line-height: 52px;
}

.contact-layout ul li .co-icon img {
    width: 23px;
    height: 23px;
    object-fit: scale-down;
}

.contact-layout ul li .co-det {
    overflow: hidden;
    padding-top: 17px;
}

.contact-layout ul li .co-det p {
    color: #6d6d6d;
}

.contact-layout .social {}

.contact-layout .social a {
    color: #55b8cf;
    display: inline-block;
    font-size: 30px;
    margin-left: 10px;
    transition: all .3s;
}

.contact-layout .social {
    margin-top: 30px;
    border-top: 1px solid #ddd;
    padding-top: 30px;
}

.contact-layout .cont-form {}

.contact-layout .cont-form .form-group {
    margin-bottom: 20px;
}

.contact-layout .cont-form .form-group:last-of-type {
    margin: 0;
}

.contact-layout .cont-form .form-group .form-control {
    height: 60px;
    border-radius: 51px;
    background-color: #f3f3f3;
    padding: 0 30px;
    font-size: 16px;
    font-family: c-lt;
    color: #333;
}

.contact-layout .cont-form .form-group .form-control::placeholder {
    color: #9c9c9c;
}

.contact-layout .cont-form .form-group textarea.form-control {
    padding: 19px 30px !important;
    height: 200px !important;
}

.contact-layout .cont-form .form-group .btn {
    width: 100%;
}

.contact-map {
    background-color: #f7f7f7;
    height: 600px;
}

#map {
    height: 100%;
}


.main-head {
    position: relative;
    z-index: 7;
}

.menu-item-has-children .sub-menu {
    padding: 10px 0 !important;
}

.main-head .main-nav .menu-item-has-children .sub-menu li a:hover {
    color: #b63e97 !important;
    transition: all .3s;
    border-color: #b63e97;
}

.main-head .bottom-nav .main-nav ul li a {
    padding: 15px 0;
}

.main-head .bottom-nav .main-nav ul {
    padding-top: 20px;
}

.single-ser .about-s .ab-img .inner {
    height: 350px;
    background-position: center;
    background-size: cover;
    position: relative;
}

.single-ser .about-s h1,
.single-ser .about-s h2,
.single-ser .about-s h3,
.single-ser .about-s li,
.single-ser .about-s div {
    color: #333;
}

.full-about.about-s h1,
.full-about.about-s h2,
.full-about.about-s h3,
.full-about.about-s li,
.full-about.about-s div {
    color: #fff;
}

.single-ser .ab-data .inner h3,
.single-ser .ab-data .inner h1,
.single-ser .ab-data .inner h2 {

    margin-bottom: 40px;
    margin-top: 40px;
}

.single-ser .about-s .ab-data {

    padding-top: 40px;
}

.single-ser .about-s {
    padding-top: 100px;
}


body {
    font-family: c-rg;
}

.pagination {
    clear: both;
    height: auto;
}


.about-s .ab-data .inner .inners {
    width: 35%;
    height: 450px;
    float: right;
    background-position: center;
    background-size: cover;
    margin: 0 0 15px 30px;
}

.about-s .ab-data .inner p {
    overflow: visible;
}

.about-s .ab-data .inner h1 {
    margin-top: 0;
}

.menu-item-has-children .sub-menu {
    min-width: 250px;
    overflow: hidden;
    overflow-y: auto;
    max-height: 250px;
}

.menu-item-has-children .sub-menu::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

.menu-item-has-children .sub-menu::-webkit-scrollbar-track {
    background-color: #d8d8d8;
    border-radius: 12px;
}

.menu-item-has-children .sub-menu::-webkit-scrollbar-thumb {
    background-color: #55b8cf;
    border-radius: 12px;
}

/* **************** */

.main-nav .container {
    position: relative;
}

.menu-item-has-children .sub-menu.mega-menu {
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    max-width: 97.7%;
    padding: 30px 0;
}

.menu-item-has-children .sub-menu.mega-menu .s-item {
    padding: 0 15px;
    width: 20%;
}

.menu-item-has-children .sub-menu.mega-menu .s-item h4 {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px;
    font-family: rw-bd;
    font-size: 13px;
}

.menu-item-has-children .sub-menu.mega-menu .s-item ul li {
    padding-left: 15px;
    margin-bottom: 15px;
}

.menu-item-has-children .sub-menu.mega-menu .s-item ul li a:hover {
    color: #ea5d19;
    padding-left: 5px;
    transition: all .3s;
}

.menu-item-has-children .sub-menu.mega-menu .s-item h4:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    background-color: #d8d8d8;
    width: 100%;
}

.menu-item-has-children .sub-menu.mega-menu .s-item h4 a {
    display: inline-block;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
}

.menu-item-has-children .sub-menu.mega-menu .s-item ul {
    float: none;
}

.menu-item-has-children .sub-menu.mega-menu .s-item ul li {
    position: relative;
}

.menu-item-has-children .sub-menu.mega-menu .s-item ul li:before {
    content: "\f105";
    font-family: fontawesome;
    position: absolute;
    left: 0;
    top: 0;
}

.menu-item-has-children .sub-menu.mega-menu .s-item ul li:last-child {
    margin: 0;
}

.main-nav ul li.n_items.mega-serv {
    position: unset;
}

.feats-s .block .inner .i-data .title {
    white-space: normal;
    min-height: 62px;
    line-height: 1.5;
    max-height: 62px;
    overflow: hidden;
}

.service-top .block .inner .i-data a {
    max-height: 76px;
    overflow: hidden;
    vertical-align: middle;
    min-height: 76px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column {
    float: right;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 0;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column {
    padding: 20px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column .mega-sub-menu .mega-menu-item {
    margin-bottom: 10px;
}


#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item a {
    font-weight: normal;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > .mega-menu-link + .mega-sub-menu {
    margin-top: 10px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu {
    box-shadow: 0 3px 25px rgba(0, 0, 0, 0.13);
    background-color: #fff;
}

.blogs-layout .blogs-box .box-item .it-data p iframe {
    height: 400px !important;
}