@font-face {
	font-family: 'jaz';
	src: url('../fonts/jaz-font.woff2') format('woff2');
	font-display: auto;
}
@font-face {
	font-family: 'Dosis';
	src: url('../fonts/dosis.woff2') format('woff2');
	font-display: swap;
}

.logo {display: block;}
.logo img {
    width: auto!important;
    height: auto!important;
}
iframe,
video {
    max-width: 100%;
}
* {
    box-sizing: border-box;
}
.blog-page .block-blog .details ul {
    flex-wrap: wrap;
}
/* .blog-page .block-blog .details ul li {
    max-width: 50%;
    flex: 0 0 50%;
    margin: 10px 0;
    padding: 0 10px;
    flex-direction: column;
    align-items: start;
} */
.blog-page .block-blog .details ul li:nth-child(odd) {
    padding-inline-start: 0;
}
.blog-page .block-blog .details ul li:nth-child(even) {
    padding-inline-end: 0;
}
a {
    text-decoration: none;
    font-family: jaz;
    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: var(--main-color);
    -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: jaz;
    background: #fff;
    text-align: right;
    overflow-x: hidden;
    overflow-y: auto;
    direction: rtl;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family: jaz;
    -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: 17px;
    line-height: 27px;
}

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 Color-var */
:root {
    --main-color: #fe5e3e;
    --sec-color: #00d2ed;
    --bg-color: #f7f7f7;
    --dark-color: #282e3a;
}

/* End Color-var */

/* 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: 0;
    margin-top: 0;
    background: var(--main-color);
    line-height: 50px;
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
}

.sidebar {
    background-size: cover;
    /* background: #fff; */
    position: fixed;
    height: 100%;
    right: 0;
    top: 0;
    width: 280px;
    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: var(--main-color);
    z-index: 1;
    right: 0;
    left: 0;
    bottom: 0;
    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% - 230px);
    position: relative;
    z-index: 1;
    margin-top: 20px;
}

.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,
.sidebar .side-nav ul li a:focus {
    color: #fff;
    background-color: var(--main-color);
    border: none !important;
    outline: none;
}

.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 Search */
.site-search {
    display: table;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.82);
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    transition: opacity .5s ease 0.25s, z-index 0s ease 0.75s;
    -webkit-transition: opacity .5s ease 0.25s, z-index 0s ease 0.75s;
}

.site-search.open {
    z-index: 9999;
    opacity: 1;
    transition: opacity .5s, z-index 0s;
    -webkit-transition: opacity .5s, z-index 0s;
}

.site-search.open .woocommerce-product-search,
.site-search.open .search-form {
    margin-top: -25px;
    opacity: 1;
    transition: margin-top .5s, opacity .5s;
    -webkit-transition: margin-top .5s, opacity .5s;
}

.site-search .widget_product_search,
.site-search .widget_search {
    position: relative;
    padding-top: 0;
}

.site-search .woocommerce-product-search,
.site-search .widget_search .search-form {
    border: none;
    width: 55%;
    margin-top: 300px;
    position: fixed;
    top: 50%;
    left: 50%;
    display: block;
    padding-top: 0;
    opacity: 0;
    transition: margin-top .5s, opacity .5s;
    -webkit-transition: margin-top .5s, opacity .5s;
    transform: translateX(-50%);
}

.site-search .woocommerce-product-search label,
.site-search .widget_search .search-form label {
    display: none;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    transform: translateX(10%);
}

.site-search .woocommerce-product-search .search-field,
.site-search .widget_search .search-form .search-field {
    color: #fff;
    background: none;
    border: none;
    border-bottom: 3px solid var(--main-color);
    font-size: 20px;
    /*  	font-weight: 900;*/
    padding: 15px 0;
    height: auto;
    margin: 0;
    outline: none !important;
    display: block;
    width: 100%;
    box-sizing: border-box;
    transition: all 0.15s linear;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    box-shadow: inset 0 0 0 transparent;
}

.site-search .woocommerce-product-search input[type="submit"],
.site-search .widget_search .search-form input[type="submit"] {
    top: 10px;
    right: 15px;
    padding-top: 0 !important;
    background: none !important;
    font-size: 0;
    min-width: 0;
    padding: 0 !important;
    z-index: 4;
    position: absolute;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    cursor: pointer;
    color: #000;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.site-search .woocommerce-product-search button {
    position: absolute;
    left: 0;
    top: 15px;
    font-size: 20px;
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    color: var(--main-color);
    padding: 0;
}

.site-search .woocommerce-product-search .search-field::placeholder {
    color: #fff;
}

.searchForm .btnSearch {
    box-shadow: none !important;
    color: #515151;
    font-size: 20px;
    background: var(--bg-grid);
    margin: 3px 0;
    width: 40px;
    height: auto;
    padding: 0;
    text-align: center;
    line-height: normal;
    border: none;
    font-size: 20px;
    border-radius: 50%;
}

.site-search-close {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}

/* End Search */

/* Start Haeder-top */
.header-top {
    background: var(--bg-color);
    padding: 10px 0;
}

.menu-top-right {
    display: block;
}

.menu-top-right ul {
    display: flex;
}

.menu-top-right ul li {
    display: inline-block;
    margin: 0 0 0 18px;
}

.menu-top-right ul li i {
    width: 25px;
    color: var(--main-color);
    font-size: 17px;
    display: inline-block;
}

.menu-top-right ul li a {
    font-size: 14px;
    color: #333;
    display: block;
    direction: ltr;
}

.menu-top {
    display: block;
}

.menu-top ul {
    display: flex;
    justify-content: flex-end;
}

.menu-top ul li {
    display: block;
    margin: 0 10px;
}

.menu-top ul li:last-child {
    margin-left: 0;
}

.menu-top ul li a {
    font-size: 14px;
    color: #333;
}

.menu-top ul li a:hover {
    color: var(--main-color);
}

/* End Haeder-top */

/* Start Nav */
.navbar.navbar-expand-md .row {
    width: 100%;
    align-items: center;
}

.navbar.navbar-expand-md .collapse.navbar-collapse {
    display: inline-block !important;
    max-width: 85%;
}

.lang-search {
    width: 16%;
    display: inline-flex;
    margin-right: 14px;
    justify-content: flex-end;
    align-items: center;
}

.lang-search .btn-more-menu {
    display: none;
}

.lang-search .search-menu {
    display: inline-block;
}

.navbar.navbar-expand-md .collapse.navbar-collapse ul li {
    display: block;
    position: relative;
    margin: 0 5px;
}

.navbar.navbar-expand-md .collapse.navbar-collapse ul li a {
    padding: 10px 8px;
    font-size: 16px;
    color: var(--dark-color);
}

.sub-menu {
    position: absolute;
    top: 120%;
    background: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 12%);
    border-radius: 5px;
    min-width: 200px;
    transition: all .5s;
    z-index: 99;
    height: 0;
    opacity: 0;
    visibility: visible;
    overflow: hidden;
}

.navbar.navbar-expand-md .collapse.navbar-collapse ul li .sub-menu li a {
    display: block;
    padding: 10px 20px;
    border-bottom: 1px #f1f1f1 solid;
    font-size: 14px;
}

.navbar.navbar-expand-md .collapse.navbar-collapse ul li.menu-item-has-children:hover .sub-menu {
    height: auto;
    opacity: 1;
    visibility: visible;
}

.navbar.navbar-expand-md .collapse.navbar-collapse ul li .sub-menu li a:hover,
.navbar.navbar-expand-md .collapse.navbar-collapse ul li .sub-menu li a:focus {
    background: var(--main-color);
    color: #fff;
}

.navbar.navbar-expand-md .collapse.navbar-collapse ul li.menu-item-has-children::after, .sidebar .side-nav ul li.menu-item-has-children::after {
    content: "\f117";
    font-family: 'Flaticon';
    position: absolute;
    left: -8px;
    top: 8px;
    transition: all .3s;
    font-size: 10px;
}

.navbar.navbar-expand-md .collapse.navbar-collapse ul li .sub-menu li {
    margin: 0;
}

.navbar.navbar-expand-md .collapse.navbar-collapse ul li.menu-item-has-children:hover::after {
    transform: rotate(180deg);
}

.lang,.qtranxs_text {
    color: var(--dark-color);
    font-size: 16px;
    margin: 0 0 0 10px;
}

.navbar.navbar-expand-md {
    padding: 25px 0;
}

.navbar.navbar-expand-md .collapse.navbar-collapse ul li a:hover {
    color: var(--main-color);
}

/* End Nav */

/* Start Banner-h */
.wave-h {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 74%;
    z-index: -1;
    display: flex;
    align-items: flex-end;
}

.banner-h {
    padding: 100px 0 0;
    overflow: hidden;
}

.title {
    /* display: table; */
    margin: 0 auto 30px;
    text-align: center;
}

.title h3 {
    font-size: 32px;
    font-weight: bold;
    color: var(--dark-color);
}

.text-banner {
    width: 80%;
    margin: auto;
    text-align: center;
}

.text-banner p {
    font-size: 16px;
    line-height: 32px;
}

.wave-h svg {
    height: 150%;
}

.wave-h svg path#wave,
.wave-h svg path#wave2,
.wave-h svg path#wave3 {
    height: 476px;
}

.wave-h svg defs {
    height: 100%;
}

.img-banner {
    text-align: center;
}

.img-banner img {
    /* max-width: 700px; */
}

.img-banner {
    margin-top: 30px;
}

/* End Banner-h */

/* Start Animation Svg */


svg {
    width: 100%;
}

.wave {
    /*animation: wave 20s linear;*/
    /*animation-iteration-count: infinite;*/
    fill: #f7f7f7;
}
.gooeff {
    filter: url(#goo);
}

#wave2 {
    animation-duration: 30s;
    animation-direction: reverse;
    opacity: .6;
}

#wave3 {
    animation-duration: 40s;
    opacity: .3;
}

/* End Animation Svg */

/* Start Nice-select */
select {
    display: none;
}

.nice-select,
.nice-select.form-control {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    font-family: inherit;
    font-size: 16px;
    font-weight: normal;
    line-height: 50px;
    outline: none;
    padding: 0 20px;
    position: relative;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    color: #E2DDDD;
    width: 100%;
    background: transparent;
    border-bottom: 1px solid #707070;
    height: 50px;
    border: 1px #a8a8a8 solid;
    border-radius: 8px;
    line-height: 50px;
}

.nice-select:hover {
    border-color: #dbdbdb;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
    border-color: #999;
}

.nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: "";
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 0.15s ease-in-out;
    width: 5px;
}

.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}

.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none;
}

.nice-select.disabled:after {
    border-color: #cccccc;
}

.nice-select.wide {
    width: 100%;
}

.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}

.nice-select.right {
    float: right;
}

.nice-select.right .list {
    left: auto;
    right: 0;
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}

.nice-select.small:after {
    height: 4px;
    width: 4px;
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
}

.nice-select .list {
    background-color: var(--white-color);
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
    width: 100%;
}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
    color: var(--main-color);
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    /* text-align: left; */
    transition: all 0.2s;
    color: var(--sec-color);
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: var(--main-color);
    color: var(--sec-color);
}

/* End Nice-select */


.mix {
    display: none;
}


/* Start Fut-h */
.fut-h {
    padding: 80px 0;
}

.block-fut {
    margin: 15px 0;
    display: flex;
    padding: 30px;
    box-shadow: 0 0 15px rgb(0 0 0 / 5%);
    border-radius: 10px;
}

.block-fut .icon {
    width: 60px;
    height: 60px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: var(--main-color);
    color: #fff;
    border-radius: 50%;
    font-size: 30px;
}

.block-fut .details {
    width: calc(100% - 60px);
    padding: 0 20px;
}

.block-fut .details h3 {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    min-height: 44px;
}

.block-fut .details p {
    font-size: 15px;
    line-height: 25px;
    margin-top: 15px;
    font-weight: 300;
}

/* End Fut-h */

/* Start Offers-h */
.offers-h {
    padding-bottom: 80px;
}

.title p {
    font-size: 17px;
    max-width: 70%;
    margin: 20px auto 0;
    color: #777;
}

.offers-h .title {
    margin-bottom: 50px;
}

.nav.nav-pills li {
    display: block;
    width: 100%;
}

.nav.nav-pills li .nav-link {
    border: 1px #f1f1f1 solid;
    border-radius: 0;
    border-bottom: 0;
    padding: 20px 20px;
    font-size: 16px;
}

.nav.nav-pills li:last-child .nav-link {
    border-bottom: 1px #f1f1f1 solid;
}

.nav.nav-pills {
    border-radius: 5px;
    overflow: hidden;
    justify-content: center;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background: var(--main-color);
    border-color: var(--main-color);
}

.block-offer {
    display: block;
}

.block-offer .head-of {
    width: 85%;
}

.block-offer .head-of h3 {
    margin: 0;
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
}

.block-offer .body-of {
    padding: 25px 0;
    font-size: 16px;
}

.block-offer .body-of ul li {
    display: block;
    position: relative;
    padding: 10px 0;
    padding-right: 26px;
    line-height: 2;
    border-bottom: 1px #f1f1f1 solid;
    font-size: 17px;
    color: #333;
}

.block-offer .body-of ul li::before {
    content: "\f10f";
    position: absolute;
    right: 0;
    top: 17px;
    font-family: 'Flaticon';
    width: 18px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--main-color);
    border-radius: 50%;
    color: var(--main-color);
    font-size: 12px;
    font-style: normal;
}

.btn {
    padding: 0 20px;
    background: var(--main-color);
    line-height: 45px;
    border-radius: 50px;
    color: #fff;
    box-shadow: none !important;
    outline: none !important;
}

.btn:hover,
.btn:focus {
    background: var(--dark-color);
    color: #fff;
}

.banner-left {
    text-align: center;
}

.banner-left h3 {
    margin: 0 0 20px;
    font-size: 30px;
    font-weight: bold;
    color: var(--dark-color);
}

.banner-left img {
    max-width: 165px;
    margin: 25px 0;
}

.banner-left h2 {
    font-size: 35px;
    font-weight: bold;
    color: var(--main-color);
}

.banner-left h2:nth-of-type(2) {
    font-weight: normal;
}

.banner-left h2:nth-of-type(1) {}

/* End Offers-h */

/* Start Services-h */
.block-serv {
    display: block;
    margin: 15px 0;
    padding: 45px 25px;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    border-color: rgba(94, 83, 201, 0.1);
    -webkit-box-shadow: 0px 30px 50px 0px rgba(5, 1, 64, 0.05), 0px -5px 0px 0px rgba(95, 84, 253, 0.004);
    box-shadow: 0px 10px 30px 0px rgba(5, 1, 64, 0.05), 0px -5px 0px 0px rgba(95, 84, 253, 0.004);
    border: 6px solid rgb(94 83 201 / 10%);
}

.block-serv .icon {
    font-size: 35px;
    color: var(--main-color);
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    border-radius: 50%;
    background: rgb(254 94 62 / 3%);
}

.block-serv .details {
    padding-top: 20px;
}

.block-serv .details h3 {
    font-size: 18px;
    font-weight: bold;
    color: #444;
}

.block-serv .details p {
    max-height: 97px;
    overflow: hidden;
    font-size: 14px;
    line-height: 24px;
}

.block-serv:hover .details h3 {
    color: var(--main-color);
}

.services-h {
    padding-bottom: 80px;
}

.services-h .btn {
    margin: 50px auto 0;
    display: table;
}

.controls {
    display: block;
    text-align: center;
    margin: 20px 0 40px;
}

.controls .filter {
    display: inline-block;
    padding: 0;
    border: 0;
    padding: 0 30px;
    line-height: 45px;
    margin: 0 15px;
    background: var(--main-color);
    border-radius: 50px;
    color: #fff;
    font-size: 16px;
}

.controls .filter.active {
    background: var(--dark-color);
}

.block-part {
    display: block;
    margin: 15px 0;
    border-radius: 10px;
    background-color: white;
    -webkit-box-shadow: 0px 30px 50px 0px rgba(5, 1, 64, 0.06);
    box-shadow: 0px 30px 50px 0px rgba(5, 1, 64, 0.06);
    overflow: hidden;
}

.block-part a {
    display: block;
}

.block-part a .img {
    height: 230px;
}

.block-part a .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all .3s;
}

.block-part .title-pro h3 {
    margin: 0;
    font-size: 16px;
    line-height: 26px;
    font-weight: bold;
}

.block-part .title-pro {
    padding: 20px;
    min-height: 91px;
    display: flex;
    align-items: center;
}

/* End Services-h */

/* Start Clients-h */
.block-part:hover a .img img {
    transform: scale(1.1);
    filter: hue-rotate(75deg);
}

.clients-h {
    padding: 80px 0 0;
}

.block-client {
    padding: 50px;
    background-color: #ffffff;
    box-shadow: 0 5px 20px rgba(41, 48, 67, 0.08);
    direction: rtl;
}

.clients-slider .item {
    padding: 30px;
}

.block-client .icon {
    text-align: left;
    font-size: 30px;
    color: var(--main-color);
}

.block-client .comment-cl {
    margin: 10px 0 20px;
}

.block-client .comment-cl p {
    font-size: 14px;
    line-height: 24px;
}

.block-client .img-cl {
    display: flex;
    align-items: center;
}

.block-client .img-cl .img {
    width: 60px;
    height: 60px;
    overflow: hidden;
}

.block-client .img-cl .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.block-client .img-cl .details {
    padding: 0 20px;
    display: inline-block;
}

.block-client .img-cl .details h4 {
    font-size: 16px;
    margin: 0 0 3px;
}

.block-client .img-cl .details span {
    font-size: 12px;
    color: #7f7f7f;
}

.block-client .comment-cl p a {
    color: var(--main-color);
    text-decoration: underline;
}

.clients-slider .owl-nav {
    margin: 0;
    position: absolute;
    right: 0;
    left: 0;
    top: 45%;
    z-index: 8;
}

.clients-slider .owl-nav .owl-prev,
.clients-slider .owl-nav .owl-next {
    font-size: 25px;
    padding: 0;
    background: transparent !important;
    color: var(--main-color) !important;
    margin: 0;
    position: absolute;
}

.clients-slider .owl-nav .owl-prev {
    left: 0;
}

.clients-slider .owl-nav .owl-next {
    right: 0;
}

.owl-theme .owl-nav [class*=owl-]:hover {}

/* End Clients-h */

/* Start Our-clients */
.our-clients {
    padding: 130px 0;
    /* background: #fdfdfd; */
}

.block-point {
    margin: 15px 0;
    text-align: center;
}

.our-clients .wave-h {
    z-index: 0;
}

.our-clients .container {
    position: relative;
    z-index: 2;
}

.block-point .icon {
    font-size: 25px;
    color: var(--main-color);
    width: 65px;
    height: 65px;
    display: flex;
    margin: auto;
    justify-content: center;
    align-items: center;
    background: rgb(254 94 62 / 7%);
    border-radius: 50%;
}

.block-point .details {
    padding-top: 15px;
}

.block-point .details .counter {
    margin: 0;
    font-size: 35px;
    font-weight: bold;
    color: var(--dark-color);
}

.block-point .details span {
    color: var(--main-color);
    font-size: 15px;
}

/* End Our-clients */

/* Start Contact-h */
.contact-h {
    padding: 80px 0;
}

.contact-h .title {
    text-align: start;
}

.contact-h .text-contact p {
    font-size: 18px;
    line-height: 28px;
    color: #666;
}

.contact-h .text-contact p a {
    color: var(--main-color);
    text-decoration: underline;
}

.form-cont {
    background-color: #ffffff;
    box-shadow: 0 14px 36px rgba(41, 48, 67, 0.09);
    padding: 50px;
    border-radius: 10px;
    overflow: hidden;
}
.form-cont label{
	
 font-size:18px!important;
	
}

.form-control {
    display: block;
    width: 100%;
    min-height: 50px;
    padding: 13px 19px;
    font-size: 13px;
    line-height: 22px;
    color: #293043;
    background-color: #F7F6F9;
    background-image: none;
    border-radius: 0;
    -webkit-appearance: none;
    transition: all 0.3s ease-in-out;
    border: 1px solid #F7F6F9;
    border-radius: 10px;
}

.form-group label {
    font-weight: normal;
    font-size: 12px;
    color: #666;
    margin-bottom: 12px;
}

.form-control:focus {
    background-color: #ffffff;
    border-color: rgb(254 94 62 / 0.25);
    outline: 0;
    box-shadow: none;
}

.form-control::placeholder {
    transition: all .3s;
    font-size: 10px;
    opacity: .6;
}

.form-control:focus::placeholder {
    transform: translateX(-20px);
    opacity: 0;
}

textarea.form-control {
    height: 100px;
    border-radius: 6px;
    overflow: hidden;
}

.contact-h .row {
    align-items: center;
}

.contact-h .title h3 {
    margin: 0;
}

/* End Contact-h */

/* Start Footer */
.footer-top {
    background: #060c17;
    padding: 80px 0 50px;
}

.footer-top p {
    color: #dedede;
    /* opacity: .8; */
    font-size: 15px;
    line-height: 25px;
}

.footer-top h3 {
    color: #efefef;
    margin: 0 0 30px;
    font-size: 21px;
    /* opacity: .9; */
    font-weight: bold;
}

.footer-top .links li {
/*     display: inline-block;
    width: auto;
    margin-left: 5px; */
}

.footer-top .links li a {
    color: #dedede;
    font-size: 14px;
/*     padding: 0 10px;
    display: block;
    background: #0b1527;
    border-radius: 50px;
    text-align: center;
    margin: 10px 0;
    line-height: 45px; */
}

.footer-top .links li a:hover,
.footer-top .links li a:focus {
/*     background: var(--main-color);
    color: #fff; */
	color: var(--main-color);
}

.footer-top .contact-f li {
    margin: 10px 0;
    display: block;
    color: #fff;
    font-size: 16px;
}

.footer-top .contact-f li a {
    display: flex;
    color: #ddd;
}

.footer-top .contact-f li a i {
    width: 30px;
    margin-top: 6px;
    color: var(--main-color);
}

.footer-top .contact-f li a:hover {
    color: var(--main-color);
}

.footer-bottom {
    background: #040914;
    padding: 30px;
}

.footer-bottom p {
    text-align: center;
    display: block;
    width: 100%;
    color: #ababab;
}

/* End Footer */

.res-link {
    position: fixed;
    left: 0;
    z-index: 9;
    top: 65%;
    display: none;
}

.res-link a {
    display: flex;
    height: 40px;
    width: 40px;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
    background: rgb(254 94 62 );
    margin: 10px 0;
    border-radius: 0 8px 8px 0;
}

.res-link a.whats-icon {
    background: rgb(109 224 109 );
}

.sidebar .side-nav ul li.menu-item-has-children::after {
    top: 15px;
    left: 20px;
}

.sidebar .side-nav ul li.menu-item-has-children.open .sub-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    height: auto;
    box-shadow: none;
    overflow-y: auto;
}

.sidebar .side-nav ul li.menu-item-has-children.open::after {
    transform: rotate(180deg);
}


.fa-envelope::before {
    content: "\f104";
    font-family: "Flaticon";
    font-weight: normal;
    font-style: normal;
}

.fa-whatsapp::before {
    content: "\f105";
    font-family: "Flaticon";
    font-weight: normal;
    font-style: normal;
}

.fa-phone::before {
    content: "\f121";
    font-family: 'Flaticon';
}

.fa-globe-americas::before, .fa-globe::before {
    content: "\f103";
    font-family: 'FlatIcon';
    font-style: normal;
}

.fa-search::before {
    content: "\f102";
    font-family: 'FlatIcon';
    font-style: normal;
}

.fa-map-marker-alt::before {
    content: "\f101";
    font-family: 'Flaticon';
    font-style: normal;
}

.fa-gem::before {
    content: "\f106";
    font-family: 'Flaticon';
    font-style: normal;
}

.fa-question-circle::before {
    content: "\f107";
    font-family: 'Flaticon';
    font-style: normal;
}

.fa-lightbulb-on::before {
    content: "\f108";
    font-family: 'Flaticon';
    font-style: normal;
}

.fa-newspaper::before {
    content: "\f109";
    font-family: 'Flaticon';
    font-style: normal;
}

.fa-car::before {
    content: "\f10a";
    font-family: 'Flaticon';
    font-style: normal;
}

.fa-shopping-cart::before {
    content: "\f10b";
    font-family: 'Flaticon';
    font-style: normal;
}

.fa-chart-line::before {
    content: "\f10c";
    font-family: 'Flaticon';
    font-style: normal;
}

.fa-life-ring::before {
    content: "\f10d";
    font-family: 'Flaticon';
    font-style: normal;
}

.fa-child::before {
    content: "\f10e";
    font-family: 'Flaticon';
    font-style: normal;
}

.fa-quote-left::before {
    content: "\f114";
    font-family: 'Flaticon';
    font-style: normal;
}

.fa-code::before {
    content: "\f115";
    font-family: 'Flaticon';
    font-style: normal;
}

.fa-users::before {
    content: "\f116";
    font-family: 'Flaticon';
    font-style: normal;
}

.fa-bars::before {
    content: "\f118";
    font-family: 'Flaticon';
    font-style: normal;
}

.projects-h .nav.nav-pills li {display: inline-flex;width: auto;}

.projects-h .nav.nav-pills li a {
    padding: 0 20px;
    border: none !important;
    border-radius: 50px;
    line-height: 45px;
    background: var(--main-color);
    color: #fff;
    margin: 8px;
}

.projects-h .nav.nav-pills li a.active {
    background: var(--dark-color);
}

.projects-h .btn {
    display: table;
    margin: 40px auto 0;
    min-width: 150px;
}

.projects-h .nav.nav-pills {
    margin-bottom: 30px;
}
.fff{
  width: 20px;
        margin: 0px 10px;
        display: none;
        position: absolute;
        left: 15px;
        top: 14px;	
}    
 
.load_more {

        position: relative;

}

.title-page {
    padding: 60px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.title-page .title {
    margin: 0;
}

.title-page .title h3 {
    color: #fff;
}

.title-page::after {content: "";position: absolute;right: 0;left: 0;top: 0;bottom: 0;background: var(--main-color);opacity: 1;}

.title-page .container {
    position: relative;
    z-index: 2;
}

.body-inner {
    padding: 80px 0;
}

p a, .hadeer1231 p a:hover {
    color: var(--main-color);
}

.text-inner img {
    margin: 30px 0;
    height: auto;
    width: auto;
}

.text-inner h1 {
    font-size: 26px;
    font-weight: bold;
    /* text-align: start !important; */
    margin-bottom: 20px;
}

.text-inner h4 span {
    display: block;
    margin: 20px 0;
}

.text-inner ul li {
    line-height: 2;
    font-size: 17px;
    color: #333;
    margin: 5px 0;
    padding-right: 20px;
    position: relative;
}

.text-inner ul li::after {content: "";position: absolute;width: 8px;height: 8px;background: var(--main-color);right: 0;top: 12px;border-radius: 50px;}

.text-inner ul + h4 {
    text-align: start !important;
    margin-top: 20px;
    font-size: 20px;
}

.text-inner ul + h4 + p, .text-inner ul + h4 + p + p {
    text-align: start !important;
}

.text-inner ul {
    margin: 30px 0;
}

.contact-form input, .contact-form textarea {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    border: 1px solid #f1f1f1;
    border-radius: 10px;
    margin: 20px 0;
}

.contact-form {
    display: flex;
    flex-wrap: wrap;
}

.col-xs-12.col-sm-4.pull-right {
    padding-right: 0;
}

.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
    text-align: right;
}

.your-message {
    width: 100%;
}

.col-xs-12 {
    width: 100%;
    padding: 0 15px;
}

.contact-form textarea {
    height: 150px;
    padding: 20px;
}

.side-left {
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    overflow: hidden;
}

.side-left h3 {
    background: var(--main-color);
    padding: 20px;
    margin: 0;
    font-weight: bold;
    color: #fff;
    font-size: 20px;
}

.side-left ul li a {
    line-height: 2;
    padding: 15px 20px;
    display: block;
    border-bottom: 1px #f1f1f1 solid;
}

.side-left ul li {
    padding: 0;
    margin: 0;
}

.side-left ul li:last-child a {
    border: 0;
}
.wpb_column.vc_column_container p {
    font-size: 18px;
    line-height: 30px;
}


.baqat  .wpb_wrapper {
    /* background: #fcfcfc; */
    padding: 0;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
    margin: 20px 0;
}

.baqat .wpb_wrapper .wpb_wrapper {
    padding: 0;
    box-shadow: none;
    margin: 0;
}

.baqat .wpb_wrapper .wpb_wrapper blockquote, .baqat .wpb_wrapper .wpb_wrapper h4 {
    text-align: center !important;
    margin: 0 !important;
}

.baqat .wpb_wrapper .wpb_wrapper blockquote h4:first-child, .baqat .wpb_wrapper .wpb_wrapper h4:first-child {
    margin: 0;
    background: var(--main-color);
    padding: 30px;
    min-height: 131px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.baqat .wpb_wrapper .wpb_wrapper blockquote h4 span, .baqat .wpb_wrapper .wpb_wrapper h4 span {
    color:  #fff !important;
    margin: 0;
}

.baqat:nth-child(2) .wpb_wrapper .wpb_wrapper h4:first-child {
    background: var(--dark-color);
}

.baqat .wpb_wrapper  ul {
    margin: 0;
    padding: 30px 30px 0;
}

.baqat .wpb_wrapper ul li {
    font-size: 16px;
    line-height: 26px;
    margin: 8px 0;
}

.baqat .wpb_wrapper .wpb_wrapper ul + h4 {
    font-size: 20px;
    background: rgb(254 94 62 / 8%);
    padding: 30px 20px;
    margin: 30px 0 0 !important;
    clear: both;
    font-weight: bold;
    border-bottom: 1px #ffe4de solid;
}

.baqat .wpb_wrapper .wpb_wrapper ul + h4 strong {
    color: var(--main-color);
}

.baqat .wpb_wrapper .wpb_wrapper ul + h4 + p {
    text-align: center !important;
    background: rgb(254 94 62 / 8%);
    padding: 15px 15px 5px;
}

.baqat .wpb_wrapper .wpb_wrapper ul + h4 + p span {
    font-size: 15px;
    color: #ca3c1f !important;
    font-weight: 600;
}

.baqat .wpb_wrapper .wpb_wrapper ul + h4 + p + p {
    text-align: center !important;
    font-size: 13px;
    background: rgb(254 94 62 / 8%);
    padding-bottom: 20px;
}

.baqat .wpb_wrapper ul li a {
    color: var(--main-color);
}

.baqat .wpb_wrapper ul li {
    padding-right: 12px;
}

.text-inner ul li::after {
    width: 5px;
    height: 5px;
    border-radius: 0;
}

.baqat  .wpb_content_element {
    margin: 0;
}

.vc_col-sm-1, .vc_col-sm-10, .vc_col-sm-11, .vc_col-sm-12, .vc_col-sm-2, .vc_col-sm-3, .vc_col-sm-4, .vc_col-sm-5, .vc_col-sm-6, .vc_col-sm-7, .vc_col-sm-8, .vc_col-sm-9 {
    float: right !important;
}

.hadeer2604 .vc_single_image-wrapper {
    height: 400px;
    margin-bottom: 30px;
    overflow: auto;
}

.hadeer2604 .vc_single_image-wrapper img {
    /* overflow: hidden; */
    margin: 0;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
    border-radius: 5px;
    box-shadow: 0 0 30px rgb(254 94 62 / 0.15);
}

.hadeer2604 .wpb_wrapper h3, .hadeer2604 .wpb_wrapper h2 {
    color: var(--main-color);
    font-weight: bold;
    font-size: 24px;
    margin: 20px 0;
}

.hadeer2604 .wpb_wrapper h3:nth-child(1) {
    margin-top: 0;
}

.hadeer2604 .wpb_wrapper ol {
    padding: 0 15px;
}

.hadeer2604 .wpb_wrapper h2 {
    font-size: 20px;
    color: var(--dark-color);
    font-weight: normal;
}

.hadeer2604 .wpb_wrapper h2 span {
    color: var(--main-color) !important;
}

.hadeer2604 .wpb_wrapper h2 + .content h3 {
    font-size: 19px;
}

.hadeer2604 .wpb_wrapper h2 + .content h3 span {
    color: #333 !important;
}

.hadeer2604 .wpb_single_image.vc_align_left {
    text-align: center;
}

.hadeer2281 .wpb_wrapper h1, .hadeer2281 .wpb_wrapper h3 {
    color: var(--main-color);
    font-size: 22px;
    margin: 30px 0;
    font-weight: 600;
}

.hadeer2281 .wpb_wrapper p {
    font-size: 17px;
    line-height: 30px;
    margin: 15px 0;
}

.hadeer2281 .wpb_wrapper figure {
    width: 100% !important;
}

.hadeer2281 .wpb_wrapper figure img {
    margin: 0 0 20px;
}

.hadeer2281 .wpb_wrapper figure figcaption {
    font-size: 20px;
    color: #555;
}

.about-inner.body-inner {
    padding-bottom: 0;
}

.hadeer1503 .wpb_column.vc_column_container p {
    margin: 15px 0;
}

.hadeer1391 h1 {
    margin: 20px 0;
}

.hadeer1231 h4 {
    font-size: 16px;
    margin: 15px 0;
}

.hadeer1231 h4 span {
    font-size: 24px;
}

.hadeer1231  p a {
    color: #333;
}

.hadeer1530 h4, 
.hadeer1505 h4 {
    text-align: start !important;
    color: var(--main-color);
    margin-bottom: 20px;
    font-size: 24px;
}

.hadeer10081 h3 {
    margin: 30px 0;
}

.hadeer1505 h4 span {
    color: #333 !important;
}

.hadeer1505 h4 a {
    color: var(--main-color);
}

.hadeer1505 p img {
    margin: 30px 0 !important;
}

.hadeer1505 h3 {
    color: var(--main-color);
    font-size: 25px;
    margin: 30px 0;
}

.hadeer1130 h3, .hadeer1130 h2 {
    color: var(--main-color);
    font-size: 24px;
    margin: 30px 0;
}

.hadeer1130 .content ol {
    padding: 0;
}

.hadeer1233 .wpb_heading.wpb_singleimage_heading {
    text-align: center;
    font-size: 18px;
    margin: 0;
    color: var(--dark-color);
    font-weight: bold;
}

.hadeer1233  h2 {
    font-size: 24px;
    margin: 20px 0;
    color: var(--main-color);
}

.hadeer1235 h2, .hadeer1235 h3 {
    text-align: start !important;
}

.hadeer1235 h2 {
    font-size: 24px;
    color: var(--main-color);
}

.hadeer1235 h3 {
    font-size: 20px;
    margin: 20px 0;
}

.block-blog {
    display: block;
    margin: 15px 0;
    background: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 0.1);
    border-radius: 5px;
    transition: all .5s;
}

.block-blog .img-block {
    text-align: center;
    height: 230px;
    overflow: hidden;
}

.block-blog .img-block a {
    width: 100%;
    height: 100%;
    display: block;
}

.block-blog .img-block a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.block-blog .details {
    padding: 0 0 20px;
}

.block-blog .details .name {
    display: block;
    font-size: 20px;
    color: var(--dark-color);
    padding: 0 20px;
    margin: 15px 0;
}

.block-blog .details ul {
    padding: 12px 20px;
    display: flex;
    margin: 0;
    border-bottom: 1px #f1f1f1 solid;
    border-top: 1px #f1f1f1 solid;
    background: #fcfcfc;
}

.block-blog .details ul li {
    font-size: 13px;
    margin: 0 10px;
    display: inline-flex;
    align-items: center;
    color: #444;
}

/* .block-blog .details ul li:first-child {
    margin-right: 0;
} */

.fa-user::before {
    content: "\f120";
    font-family: "Flaticon";
    font-style: normal;
}

.fa-calender::before {
    content: "\f11f";
    font-family: "Flaticon";
    font-style: normal;
    font-weight: normal;
}

.block-blog .details ul li i {
    float: right;
    width: 22px;
    color: var(--main-color);
    font-size: 15px;
}

.block-blog .details p {
    padding: 0 20px;
    font-size: 15px;
    line-height: 25px;
    max-height: 75px;
    overflow: hidden;
    margin: 15px 0;
}

.block-blog .details .more-h {
    padding: 0 20px;
    font-size: 16px;
    color: var(--main-color);
}

.block-blog:hover {
    transform: translateY(-10px);
    box-shadow: 0 0 30px rgb(0 0 0 / 0.1);
}

.block-blog:hover .details .name {
    color: var(--main-color);
}

.wp-pagenavi {
    text-align: center;
    margin: 30px 0 0;
}

.wp-pagenavi a, .wp-pagenavi span {
    height: 40px;
    width: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px #ccc solid;
    color: #666;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
    border-color: var(--main-color) !important;
    color: var(--main-color);
}

.blog-page .block-blog {
    box-shadow: none;
    margin: 0;
    transform: none;
}

.blog-page .block-blog h2 {
    margin: 30px 0;
    font-size: 24px;
    color: var(--main-color);
    font-weight: bold;
}

.blog-page .block-blog .details ul {
    background: transparent;
    padding: 20px 0;
}

.text-inner img.wp-image-20640.aligncenter {
    max-width: 250px;
    margin: auto;
    display: inline-block;
}

.hadeer20636 p {
    text-align: center;
}


.blog-page .block-blog .details p {
    max-height: fit-content;
    padding: 0;
    font-size: 17px;
    line-height: 30px;
}

#comments-title {
    margin: 0 0 40px;
    font-size: 22px;
    font-weight: bold;
    color: var(--main-color);
}

.commentlist {
    padding: 0;
    display: block;
}

.commentlist .comment {
    list-style: none;
}

.commentlist .comment .comment-wrap {
    display: flex;
    padding: 25px 0;
    border-bottom: 1px #f0f0f0  solid;
}

.commentlist .comment .comment-wrap:last-child {
    border: none;
}

.commentlist .comment .comment-wrap .comment-meta {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px #ccc solid;
    padding: 5px;
}

.commentlist .comment .comment-wrap .comment-content {
    width: calc(100% - 80px);
    padding: 0 20px 0 0;
}

.commentlist .comment .comment-wrap .comment-meta .comment-author {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
}

.commentlist .comment .comment-wrap .comment-meta .comment-author .comment-avatar {
    display: block;
    width: 100%;
    height: 100%;
}

.commentlist .comment .comment-wrap .comment-meta .comment-author .comment-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.commentlist .comment .comment-wrap .comment-content .comment-author {
    font-size: 17px;
    color: #777;
}

.commentlist .comment .comment-wrap .comment-content .comment-author span, .commentlist .comment .comment-wrap .comment-content .comment-author span a {
    float: left;
    font-size: 13px;
    color: #999;
}

.commentlist .comment .comment-wrap .comment-content p {
    font-size: 18px;
    margin: 10px 0;
    color: #333;
}

.commentlist .comment .comment-wrap .comment-content .children {
    padding: 0 40px;
}

.commentlist .comment .children {
    padding: 0 60px;
}

#respond h3 {
    margin: 0 0 40px;
    font-size: 22px;
    font-weight: bold;
    color: var(--main-color);
}

#respond form label {
    display: block;
    font-size: 17px;
    color: #777;
}

#respond form input, #respond form textarea {
    width: 100%;
    height: 55px;
    border: 1px #ccc solid;
    border-radius: 10px;
    margin: 20px 0;
    padding: 0 20px;
    transition: all .5s;
}

#respond form textarea {
    height: 150px;
    padding: 20px;
}

#respond form #submit-button {
    /* background: none !important; */
    border: none !important;
    outline: none !important;
    background: var(--main-color);
    color: #fff;
    padding: 0 30px;
    line-height: 45px;
    font-size: 18px;
    border-radius: 50px;
}

#respond form #submit-button:hover, #respond form #submit-button:focus {
    background: var(--dark-color);
}

.comments-sec {
    padding-bottom: 80px;
}

#respond {
    padding-top: 50px;
    border-top: 1px #f0f0f0 solid;
}

#respond form input:focus, #respond form textarea:focus {
    border-color: var(--main-color);
}

.commentlist .comment .children .comment .comment-wrap .comment-meta {
    width: 60px;
    height: 60px;
}

.comment-reply-link {
    color: var(--main-color);
    text-decoration: underline;
    font-size: 15px;
    float: left;
    font-weight: bold;
}


.price-plan {
    overflow: hidden;
    margin-bottom: 20px;
    text-align: center;
    border-radius: 30px;
    border: 2px solid #e1e1e1;
    -webkit-transition: color 0.3s,background-color 0.3s;
    transition: color 0.3s,background-color 0.3s;
}

.price-plan-header {
    background: var(--main-color);
    margin-bottom: 0;
    padding: 25px 0;
    color: #fff;
    font-size: 24px;
    line-height: 36px;
}

.price-plan .price {
    margin-bottom: 0;
    padding: 45px 0;
    font-size: 72px;
    background-color: #282e3a;
    color: #fff;
    font-family: inherit;
}

.price-plan .price sub {
    font-size: 24px;
    margin-right: -20px;
    left: 0;
    float: left;
    margin-left: 21px;
}

.price-plan .price small {
    font-size: 14px;
    color: #fff;
    margin-left: -20px;
}

.price-plan ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.price-plan ul li {
    list-style: none;
    padding: 15px 0;
    /* transition: .3s all; */
}

.price-plan ul li:nth-child(odd) {
    background-color: #f0f0f0;
    color: #6e6e6e;
    /* -webkit-transition: all 0.3s; */
    /* transition: all 0.3s; */
}

.price-plan-footer {
    padding: 30px 0;
    background-color: #f0f0f0;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.btn-black, .btn-black:hover, .btn-black:focus, .btn-black:active, .btn-black:active:focus {
    background-color: #282e3a;
    color: #fff;
}

.price-plan.green .price-plan-header, .price-plan.green:hover, .price-plan.green:hover ul li:nth-child(odd), .price-plan.green:hover .price-plan-footer {
    background-color: #00e095;
}

.price-plan.green .price-plan-header {
    background-color: #00e095;
}

.price-plan ul li:nth-child(even) {
    padding: 13px 0;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.price-plan:hover, .price-plan:hover ul li:nth-child(odd), .price-plan:hover .price-plan-footer {
    background-color: #fe5e3e;
    color: #fff;
}

.about-page .title.margin-title {
    margin-bottom: 50px;
    text-align: center;
}

.about-page .title {
    text-align: start;
}

.about-page .title h3 {
    color: var(--main-color);
}

.about-page .text-contact p {
    margin: 25px 0;
    font-size: 16px;
    line-height: 26px;
    text-align: justify;
}

.video-block {
    height: 450px;
    border-radius: 10px;
    overflow: hidden;
    margin: 25px 0;
}

.video-block iframe {
    width: 100%;
    height: 100%;
}

.about-more {
    background: var(--bg-color);
}

.about-more .text-contact .title {
    text-align: start;
    border-bottom: 2px #ccc solid;
    padding-bottom: 20px;
    position: relative;
}

.about-more .text-contact .title h3 {
    color: var(--main-color);
    font-size: 30px;
}

.about-more .text-contact .title::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -2px;
    width: 50px;
    height: 3px;
    background: var(--main-color);
}

.about-more.about-more-white {
    background: #fff;
}

.text-contact ul li {
    line-height: 1.8;
    margin: 12px 0;
    padding-right: 28px;
    position: relative;
}

.text-contact ul li::before {
    content: "\f10f";
    font-family: 'Flaticon';
    font-style: normal;
    width: 18px;
    height: 18px;
    border: 1px solid var(--main-color);
    border-radius: 50%;
    color: var(--main-color);
    font-size: 13px;
    display: flex;
    position: absolute;
    right: 0;
    justify-content: center;
    align-items: center;
    top: 6px;
}

/* .baqat:nth-child(1) .wpb_wrapper .wpb_wrapper h4:first-child {
    background: #f3d744;
}

.baqat:nth-child(1) .wpb_wrapper .wpb_wrapper h4:first-child span {
    color: #333 !important;
}

.baqat:nth-child(3) .wpb_wrapper .wpb_wrapper h4:first-child {
    background: #a5a5a5;
} */

.fa-facebook::before {
    content: "\f119";
    font-family: 'Flaticon';
    font-style: normal;
}

.fa-twitter::before {
    content: "\f11a";
    font-family: 'Flaticon';
    font-style: normal;
}

.fa-instagram::before {
    content: "\f11b";
    font-family: 'Flaticon';
    font-style: normal;
}

.social-f a {
    width: 28px;
    display: inline-flex;
    height: 28px;
    justify-content: center;
    align-items: center;
    background: var(--main-color);
    border-radius: 50%;
    color: #fff;
    font-size: 15px;
}

.social-f {
    margin-top: 30px;
}

.icon-en {
    margin-top: -30px;
    /*text-align: center;*/
    font-size: 180px;
    opacity: .1;
    height: 180px;
    line-height: 180px;
    margin-bottom: 15px;
    color: var(--main-color);
}

.body-inner .block-blog .details p {
    max-height: inherit;
}
.gallery 
{display: flex;
flex-wrap: wrap;
text-align: center;}
.gallery-item {
    width: 302px;
    margin: auto;
    padding: 30px;
}
.gallery-item img{
 width: 300px;
height: 232px;
}

.images-slider .owl-item img {
    object-fit: contain;
    height: 100%;
}
.details img{
	object-fit:contain;
	
    max-width: 80%;
    height: auto;
    padding-bottom: 20px;
    margin: auto !important;
    display: block;
}
.img-blog img{
	object-fit:contain;
	max-width:80%;
	height:auto;
	
}

.res-link a.whats-icon {
    background: rgb(109 224 109);
}.res-link a {
    background: rgb(254 94 62);
    width: 42px;
    height: 42px;
}
.res-link a i {
 -webkit-animation:linear infinite alternate;
-webkit-animation-name: run;
-webkit-animation-duration: .1s;
}
@-webkit-keyframes run {
    0% { left: 0;}
    50%{ left : 1%;}
    100%{ left: 0;}
}



.body-item [type="radio"]:checked,
.body-item [type="radio"]:not(:checked) {
    position: absolute;
    right: -9999px;
}
.body-item [type="radio"]:checked + label,
.body-item [type="radio"]:not(:checked) + label
{
    position: relative;
    padding: 0;
    cursor: pointer;
    line-height: 20px;
    color: #666;
    min-height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 4;
}
.body-item [type="radio"]:checked + label:before,
.body-item [type="radio"]:not(:checked) + label:before {
        content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #ddd;
    border-radius: 50px;
    background: #efefef;
    z-index: -1;
}
.body-item [type="radio"]:checked + label:after,
.body-item [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 100%;
    height: 100%;
    background: var(--main-color);
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 50px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    z-index: -1;
}
.body-item [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.body-item [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.price-plan-footer .btn.btn-black {color: #fff;}

#booking .modal-dialog {
    max-width: 90%;
    margin: auto;
}

.items-booking .item-inner {
    background: var(--bg-color);
    border-radius: 10px;
    overflow: hidden;
    opacity: .5;
}

.items-booking .item-inner .title-item {
    padding: 15px 20px;
    background: var(--dark-color);
    color: #fff;
}

.items-booking .item-inner .title-item h3 {
    font-size: 18px;
    margin: 0;
}

.items-booking .item-inner .body-item {
    padding: 10px 20px;
    max-height: 350px;
    overflow: hidden;
    overflow-y: auto;
}

#booking .modal-dialog .modal-content {
    /* height: 100%; */
}

.items-booking .item-inner .body-item ul {
    text-align: center;
}

.items-booking .item-inner .body-item ul li {
    position: relative;
    margin: 17px 0;
}

.body-item [type=radio]:checked+label {
    color: #fff;
}

.items-booking .btn-div {
    padding: 13px;
    display: flex;
    justify-content: flex-end;
}

.items-booking .btn-div .btn {
    line-height: 33px;
    background: var(--dark-color);
}

.items-booking .item-inner.active {
    opacity: 1;
}

.items-booking .item-inner.active.current .title-item {
    background: var(--main-color);
}

.items-booking .item-inner.active.current  .btn-div .btn {
    background: var(--main-color);
}

.baqat-page .nav.nav-pills {
    display: flex;
    flex-direction: row;
    align-items: center;
    overflow: visible;
    margin-bottom: 30px;
}

.baqat-page .nav.nav-pills li {
    display: inline-flex;
    width: auto;
}

.baqat-page .nav.nav-pills li .nav-link p {
    border: none;
    width: 107px;
    background-color: #3b3b3b;
    position: relative;
    height: 30px;
    border: 1px solid;
    padding: 0;
    display: flex;
    color: #fff;
    justify-content: center;
}

.baqat-page .nav.nav-pills li .nav-link {
    background: transparent;
    border: none;
    text-align: center;
    padding: 0;
    position: relative;
}

.baqat-page .nav.nav-pills li .nav-link.active p {
    border: 1px solid #f2f2f2 !important;
    background-color: #fff !important;
    color: #3b3b3b;
}

.baqat-page .nav.nav-pills li .nav-link span {
    display: block;
    margin-top: -27px;
    height: 24px;
    position: absolute;
    right: 0;
    left: 0;
    font-size: 15px;
    color: #fe5e3e;
}

.baqat-page .title {
    margin-bottom: 50px;
}

.prcs-cards.prcs-cards-height {
    min-height: 400px;
    margin: 15px auto;
    border-radius: 10px;
    overflow: hidden;
}

.prcs-cards .thumbnail {
    min-height: 430px;
    bottom: auto;
    margin: 0;
    text-align: center;
    background-color: #f2f2f2;
    position: relative;
    overflow: hidden;
    padding: 0;
    border: 0;
    width: 100%;
}

.prcs-cards .thumbnail .top-heading {
    padding: 6% 4px;
    background-color: var(--dark-color);
    display: inline-flex;
    width: 100%;
    height: 80px;
    transition: all .5s;
}

.prcs-cards .thumbnail .top-heading .img-div {
    background-color: #fff;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    padding: 0;
    margin-inline-start: 4%;
    text-align: center;
    line-height: 50px;
    padding: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.prcs-cards .thumbnail .top-heading .img-div img {max-width: 30px;max-height: 30px;}

.prcs-cards .thumbnail .top-heading  h4 {
    margin: auto 15px;
    font-size: 16px;
    font-style: normal;
    color: #fff;
}

.prcs-cards .thumbnail .caption {
    padding: 10px 0 0;
    color: #333;
}

.prcs-cards .thumbnail .caption ul {
    padding: 0;
}

.prcs-cards .thumbnail .caption li {
    list-style: none;
    color: #3b3b3b;
    font-size: 12px;
    line-height: 35px;
    padding: 3.5% 20px;
    text-align: start;
    border-bottom: 1px dashed #d9d9d9;
    display: flex;
}

.prcs-cards .thumbnail .caption li span {
    font-size: 57.3px;
}

.prcs-cards .thumbnail .caption li .monthly {
    margin: 0 5px;
    font-size: 100%;
}

.prcs-cards .thumbnail .caption li .hw-specs {
    direction: ltr;
    font-size: 14px;
    text-align: center;
    width: 34%;
    margin-inline-start: auto;
    float: right;
    color: var(--main-color);
}

.prcs-cards .thumbnail .caption li:last-child {
    border: none;
    padding: 10px 0 0;
}

.prcs-cards .thumbnail .caption li .btn {
    width: 100%;
    border: none !important;
    border-radius: 0;
    display: flex;
    justify-content: center;
    background: var(--dark-color);
}

.prcs-cards.prcs-cards-height.active .top-heading, .prcs-cards.prcs-cards-height:hover .top-heading {
    background: var(--main-color);
}

.prcs-cards.prcs-cards-height.active .caption li .btn, .prcs-cards.prcs-cards-height:hover .caption li .btn {
    background: var(--main-color);
}

.main-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 45px 0;
}

.main-bg .row {
    align-items: center;
}

.main-title-prnt .main-title-cont span {
    font-size: 20px;
    color: var(--main-color);
}

.main-title-prnt .main-title-cont .main-title {
    font-size: 45px;
    margin: 10px 0;
    font-weight: bold;
    color: var(--main-color);
}

.main-txt {
    margin: 15px 0 30px;
    line-height: 1.5em;
    font-size: 14px;
    max-width: 330px;
    direction: rtl;
    margin-top: 10px;
}

.main-title-prnt .actn-btns {
    min-width: 120px;
}

.prcs-cards .thumbnail .caption li.hide-hstng-plans {
    padding: 0;
    display: none;
    transition: none;
}

.prcs-cards .thumbnail .caption li.hide-hstng-plans ul {
    width: 100%;
}

.prcs-cards .thumbnail .caption li.hide-hstng-plans ul li {
    padding: 3.5% 20px;
}

.show-hiden {
    display: table;
    margin: 30px auto 0;
    position: relative;
    color: var(--main-color) !important;
    font-size: 17px;
}

.show-hiden::before {content: "+";margin-inline-end: 5px;font-size: 20px;}

.body-inner.baqat-two {
    background: var(--bg-color);
}

.body-inner.baqat-two .nav.nav-pills {
    flex-direction: initial;
    margin-bottom: 30px;
    background: #fff;
    max-width: 90%;
    margin: 30px auto;
    flex: 0 1;
}

.body-inner.baqat-two .nav.nav-pills li {
    width: auto;
    display: inline-flex;
    width: 20%;
    flex: auto;
    justify-content: center;
}

.body-inner.baqat-two .nav.nav-pills li .nav-link img {
    display: table;
    width: auto;
    height: 21px;
    margin: 0 auto;
    margin-bottom: 5px;
    transition: all .5s;
}

.body-inner.baqat-two .nav.nav-pills li .nav-link {
    padding: 10px;
    border-radius: 0 !important;
    border: none;
    background: transparent;
    color: #333;
    position: relative;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.body-inner.baqat-two .nav.nav-pills li .nav-link::after {
    content: "";
    height: 90%;
    display: inline-flex;
    position: absolute;
    top: 0;
    border-left: 1px #eae9e9 solid;
    bottom: 0;
    margin: auto;
    right: 0;
}

.body-inner.baqat-two .nav.nav-pills li .nav-link span {
    display: block;
    color: #3b3b3b;
    font-weight: bold;
}

.body-inner.baqat-two .nav.nav-pills li .nav-link.active, .body-inner.baqat-two .nav.nav-pills li .nav-link.active span {
    color: var(--main-color);
}

.body-inner.baqat-two .nav.nav-pills li .nav-link.active img {
    filter: invert(50%) sepia(36%) saturate(4811%) hue-rotate(336deg) brightness(102%) contrast(99%);
}

ul.step-h li.tech-li {
    background-color: #eaeaea;
    max-width: 800px;
    margin: 30px 0 0;
    border-radius: 5px;
    text-align: start;
    min-height: 75px;
    list-style: none;
    width: 100%;
    margin-inline-start: auto;
    padding: 15px;
}

ul.step-h li.tech-li:nth-child(even) {
    margin: 30px 0 0;
    margin-inline-end: auto;
}

.step-h {
    max-width: 900px;
    margin: auto;
}

ul.step-h li.tech-li .tech-title {
    color: var(--main-color);
    font-weight: bold;
    font-size: 20px;
    margin: 0;
}

ul.step-h li.tech-li .tech-txt {
    font-size: 17px;
    margin-top: 7px;
}

.app-txt {
    max-width: 880px;
    direction: rtl;
    font-size: 15px;
    margin: 40px auto 0;
}

.app-txt .prpl-txt {
    font-weight: bold;
    display: block;
    color: var(--main-color);
}

.logos-h {
    display: flex;
    flex-wrap: wrap;
}

.logos-h .app-li {
    display: inline-flex;
    flex-direction: column;
    max-width: 33.33%;
    flex: 0 0 33.33%;
    margin: 15px 0;
    align-items: center;
}

.logos-h .app-li img {
    max-width: 65px;
    max-height: 65px;
}

.logos-h .app-li h5 {
    margin-top: 20px;
    font-style: italic;
    font-weight: bold;
    font-size: 18px;
}

.tab-inner .thumbnail {
    margin: 15px auto;
    padding: 13px;
    background: var(--main-color);
}

.tab-inner .thumbnail .brdr-div {
    position: relative;
    border: 1.5px dashed var(--main-color);
    width: 52px;
    height: 52px;
    border-radius: 50%;
    white-space: nowrap;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tab-inner .thumbnail .brdr-div .img-d {
    width: 30px;
    height: 30px;
    margin: auto;
}

.tab-inner .thumbnail .txt-d h5 {
    font-size: 18px;
    margin: 10px 0px;
    color: #fff;
}

.tab-inner .thumbnail .txt-d p {
    font-size: 12px;
    margin-top: 20px;
    color: #fff;
}

.tab-inner .thumbnail.clrd-thmbs.yellow-thmb, .tab-inner .thumbnail.clrd-thmbs.red-thmb {
    background: #fff;
}



.tab-inner .thumbnail.clrd-thmbs.yellow-thmb .txt-d h5, .tab-inner .thumbnail.clrd-thmbs.red-thmb .txt-d h5, .tab-inner .thumbnail.clrd-thmbs.yellow-thmb .txt-d p, .tab-inner .thumbnail.clrd-thmbs.red-thmb .txt-d p {
    color: var(--dark-color);
}

.tab-inner .prcs-cards .thumbnail {
    background: #fff;
    padding: 20px;
    text-align: center;
}

.tab-inner .prcs-cards .thumbnail .hstng-title {
    color: var(--main-color);
    font-size: 18px;
}

.tab-inner .prcs-cards .thumbnail .hstng-title span {
    font-weight: bold;
}

.tab-inner .prcs-cards .thumbnail .hstng-txt {
    line-height: 19px;
    text-shadow: 0 0 0 #000;
    font-size: 12px;
    margin: 20px 0 0;
}

.tab-inner .prcs-cards .thumbnail .hstng-img {
    bottom: 7px;
    right: 0;
    position: absolute;
    left: 0;
    font-size: 135px;
    color: #a353a6;
}

.tab-inner .thumbnail .brdr-div .img-d img {
    max-height: 30px;
}

.tab-inner .prcs-cards .thumbnail img {
    max-height: 155px;
    max-width: 155px;
}

.baqat-sec {
    background: var(--main-color);
    padding: 30px 0;
}

.baqat-sec span {
    font-size: 16px;
    color: #fff;
}

.baqat-sec h2 {
    font-size: 41px;
    margin: 14px 0 0;
    color: #fff;
    font-weight: bold;
}

ul.list-menu li {
    display: list-item;
    list-style: disc;
    color: #fff;
    font-size: 16px;
}

ul.list-menu li strong {
    color: #fff0f0;
}

.img-sec {
    text-align: center;
}

.img-sec .btn {
    background: var(--dark-color);
    margin: 20px 0 0;
    width: 100%;
}

.baqat-sec .row {
    align-items: center;
}

.faq-hh {
    padding: 50px 0;
}

.faq-hh h3 {
    text-align: center;
    margin: 0 0 50px;
    font-size: 22px;
    font-weight: 700;
}

.faq-hh #accordion .card {
    border: none;
}

.faq-hh #accordion .card .card-header {
    background: transparent;
    border: none;
    padding: 0;
}

.faq-hh #accordion .card .card-header .btn {
    font-size: 20px;
    color: #595959;
    font-weight: 700;
    padding: 0;
    min-height: auto;
    border-radius: 0;
    background: transparent;
    position: relative;
}

.faq-hh #accordion .card .card-header .btn::before {content: "\f117";font-family: flaticon;top: 6px;transition: all .3s;font-size: 12px;margin-inline-end: 7px;transform: rotate(90deg);display: inline-block;}

.faq-hh #accordion .card .card-header .btn[aria-expanded="true"]::before {
    transform: none;
}

.faq-hh #accordion .card .card-body {
    font-size: 16px;
    max-width: 890px;
    line-height: 28px;
    padding: 15px 20px;
}

.sidebar-blog {
    margin-bottom: 30px;
}

.sidebar-blog h3 {
    font-size: 22px;
    font-weight: bold;
    margin: 0;
}

.sidebar-blog ul {
    margin: 20px 0;
}

.sidebar-blog .cat-menu ul li a {
    display: flex;
    padding: 12px 18px;
    background: var(--bg-color);
    align-items: center;
}

.sidebar-blog .cat-menu ul li a .count-cat {
    display: flex;
    margin-inline-start: auto;
    font-size: 13px;
}

.recent-posts {
    margin: 25px 0;
}

.recent-posts .item {
    display: flex;
    background: var(--bg-color);
    padding: 15px;
    border-bottom: 1px #e4e3e3 solid;
}

.sidebar-blog .recent-posts h3 {
    margin: 25px 0;
}

.recent-posts .item .img-block {
    width: 50px;
    height: 50px;
}

.recent-posts .item  .details {
    width: 100%;
/*     padding-inline-start: 15px; */
}

.recent-posts .item .img-block a {
    display: block;
    width: 100%;
    height: 100%;
}

.recent-posts .item .img-block a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.recent-posts .item:last-child {
    border: none;
}

.recent-posts .item .details .name {
    font-size: 15px;
    display: block;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 0 2px;
    color: #000;
}

.recent-posts .item .details p {
    color: #666;
    font-size: 13px;
    line-height: 23px;
    margin: 4px 0 0;
}

.tags-h ul {display: flex;flex-wrap: wrap;}

.tags-h ul li {
    display: inline-flex;
}

.tags-h ul li a {
    margin: 5px 0;
    margin-inline-end: 10px;
    padding: 5px 15px;
    background: var(--bg-color);
    font-size: 14px;
}

@-webkit-keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}
@keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}
.menu-top-right ul li i {
    animation: 2s bounceIn infinite;
}

.menu-top-right ul li i.fal.fa-envelope {
    animation: none;
}
.menu-top-right ul li a span u {
    text-decoration: none;
    font-size: 18px;
    margin-inline-end: 6px;
    margin-left: 5px;
}
/* @media (max-width: 991px){ */
.header-top {
    position: fixed;
    z-index: 9;
    right: 0;
    left: 0;
    top: 0;
}
.navbar.navbar-expand-md {
    margin-top: 0;
}

.contct-us-inn {display: flex;gap: 15px;margin: 0 0 30px;}
.contct-us-inn a {
    display: flex;
    align-items: center;
    border-radius: 5px;
    overflow: hidden;
}
.contct-us-inn a img {
    max-height: 56px;
}
.contct-us-inn a  .icon {
    max-width: 50px;
    max-height: 28px;
    position: relative;
}
.contct-us-inn a h3 {
    width: calc(100% - 30px);
    padding-inline-start: 10px;
    font-size: 22px;
    color: #fff;
    /* font-weight: bold; */
    margin: 0;
}
.contct-us-inn a .icon svg {
    fill: #fff;
    max-width: 16px;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    transition: all .5s;
}
.contct-us-inn a .icon svg.lc-1usdo54 {
    position: relative;
    max-width: 30px;
    max-height: 30px;
    opacity: 1;
}
.contct-us-inn a:hover .icon svg {
    opacity: 1;
}
.contct-us-inn a.chat-s {
    background: var(--main-color);
    padding: 0 20px;
}
/* } */