:root {
    --dark: #0e3440;
    --fsize: 14px;
    --color2: #90a3c5;
    --color: #2ab97e;
    --color3: #4b585e;
    --ffamily:
    "Changa", sans-serif;
    --tr: .4s ease-in-out;
}
body {
    direction: rtl;
    font-weight: 500;
    overflow-x: hidden;
    background: #e7e7e7;
}
html {
}
img {
    position: relative;
    z-index: 1 
}
svg {
}
begroup {
    display:block;
    overflow:hidden;
    max-width: 100vw;
}
img:after {
    content: "almaqsoud";
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    text-align: center;
    background-color: #f3f3f3;
    color: #000;
    justify-content: center;
    font-size: 15px;
    font-weight: bold;
    position: absolute;
    top: 0;
    right: 0;
}
body, button, input, input::placeholder,select {
    font-family: var(--ffamily);
    color: inherit;
}
.flex-column {
    display:flex;
    flex-direction:column
}
container {
    max-width: 1220px;
    padding: 0 15px;
}
ul.sub-menu {
    list-style: none;
    position: absolute;
    right: 0;
    background: #ffff;
    top: 100%;
    width: 300px;
    opacity: 0;
    visibility: hidden;
    transition: var(--tr);
    transform: translateY(20px);
    box-shadow: 0 0 15px #0000002b;
    border-radius: 7px;
}
ul.sub-menu li a {
    flex: 1;
}

nav {
    color: #fff;
    position: relative;
    z-index: 9999;
    margin-top: -40px;
    margin-bottom: -40px;
}
nav container {
    background: var(--dark);
    height: 70px;
    padding: 0;
    position: relative;
    border-radius: 10px;
}
.main-menu > li {
    display: flex;
    align-items: center;
    padding: 0 15px;
    transition: var(--tr);
    position: relative;
    border-inline-end: 1px solid rgba(255,255,255,.2);
}
.main-menu > li.menu-item-has-children:after {
    content: '\f078';
    font-family: 'font awesome 5 pro';
    margin-inline-start: 5px;
    font-size: 11px;
}
.main-menu > li .sub-menu li.menu-item-has-children:after {
    content: '\f053';
    font-family: 'font awesome 5 pro';
    margin-inline-start:10px;
    font-size: 13px 
}
nav .main-menu > li:hover {
    color: var(--color);
}
.main-menu li:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    transform: translate(0);
}


a.whatsapp,a.phone {
    position: fixed;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 10px;
    border-radius: 50%;
    fill: #fff;
    font-size: 28px;
    color: #fff;
    z-index: 99999;
}
a.whatsapp {
    background: #27d927;
    bottom: 75px;
}
a.phone {
    bottom: 10px;
    background: #00b9ff;
}
scrolltop {
    position: fixed;
    width: 44px;
    height: 44px;
    z-index: 9999;
    right: 10px;
    bottom: 10px;
    background: var(--color);
    fill: #fff;
    border-radius: 50%;
    font-size: 22px;
    cursor: pointer;
}


.main-menu > li ul li {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    border-bottom: 1px solid #eee;
    color: #000;
    position: relative;
    transition: var(--tr);
}
ul.sub-menu ul.sub-menu {
    top: 0;
    right: 100%;
}
.main-menu > li ul li:hover {
    background: #f9f9f9;
}
.main-menu > li ul li:last-child {
    border: 0;
}
.main-menu > li ul li:before {
    content: '';
    position: absolute;
    width: 4px;
    top: 0;
    height: 100%;
    background: var(--color);
    right: -1px;
    transition: var(--tr);
    opacity: 0;
}
.main-menu > li ul li:hover:before {
    opacity: 1 
}



article.to-header {
    background: var(--dark);
    color: #fff;
    padding: 15px;
    position: relative;
    z-index: 9;
}

article.to-header:before {
    content: '';
    position: absolute;
    width: 100%;
    left: -48%;
    top: 20px;
    height: 100%;
    background: var(--color);
    z-index: -1;
    border-radius: 0 25px 25px 0;
}

header-social svg {
    margin-inline-start: 8px;
    fill: #fff;
}

article.footer-bottom {
    background: var(--dark);
    padding: 20px;
    color: #fff;
}

.to-header .info-bar {
    transform: translateY(20px);
}

header {
    background: #fff;
    padding: 30px 0 55px 0;
}

a.logo {
    width: 160px;
}

.box {margin-inline-start: 16px;}

.box svg {
    fill: #ffffff;
    height: 40px;
    width: 25px;
}

.box span {
    font-size: 15px;
    color: var(--color3);
}

.box strong {
    color: var(--color);
    font-size: 19px;
}

.box i {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    background: var(--color);
    margin-inline-end: 15px;
    justify-content: center;
    border-radius: 50%;
}

.footer-box {
    padding: 0 15px;
    min-width: 180px;
    flex: 1;
}
.footer-box ul {
    list-style:none
}
.footer-box img {
    width: 190px;
    filter: brightness(100);
}

.footer-row {
    margin: 0 -15px;
}

footer {
    padding: 50px 0 50px;
    background-color: var(--dark);
    color: #fff;
}

h2.widgettitle {
}

footer-social {
    margin-top: 20px;
}

footer-social a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-inline-end: 5px;
    border-radius: 5px;
}
footer-social a[aria-label="facebook"] {
    background:#1877F2
}
footer-social a[aria-label="twitter"] {
    background:#1DA1F2
}
footer-social a[aria-label="instagram"] {
    background:#E4405F
}
footer-social a[aria-label="youtube"] {
    background:#CD201F
}
footer-social a[aria-label="pinterest"] {
    background:#BD081C
}
footer-social a[aria-label="linkedin"] {
    background:#0A66C2
}
footer-social a[aria-label="telegram"] {
    background:#00AFF0
}

.footer-box.flex-2 {
    flex: 1;
}

.footer-box ul li a {
    transition: .35s ease;
}

.footer-box ul li a:hover {
    color: #fff;
}

.footer-box ul li a {
    display: block;
}

.footer-box ul li a:before {
    content: '<-';
    margin-inline-end: 5px;
}

article.contact-section iframe {
    display: block;
    width: 100%;
    height: 100%;
}

article.contact-section container {
    background: #fff;
    position: absolute;
    z-index: 55;
    padding: 50px;
    bottom: -160px;
    right: 50%;
    transform: translateX(50%);
    border-radius: 8px;
    width: 1040px;
    max-width: 90%;
}

article.contact-section {
    position: relative;
    height: 500px;
}

.contact-form-boxex {
    margin-inline-end: 30px;
    padding-inline-end: 30px;
    border-inline-end: 1px solid #eef3fb;
}

.contact-form-boxex .box {
    margin: 0 0 15px 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #eef3fb;
}

.contact-form-boxex .box:last-child {
    border-bottom: 0;
}

.form-field {
    border: 1px solid #00000029;
    padding: 13px;
    margin-bottom: 15px;
    background: #eef3fb;
    display: flex;
    align-items: center;
}
.form-field svg {
    fill:var(--color2)
}
.form-fields h2 {
    color: var(--dark);
    font-size: 40px;
    margin-bottom: 20px;
}

.form-field input,.form-field textarea {
    flex: 1;
    margin-inline-start: 10px;
    font-size: 15px;
}

button.send {
    padding: 10px 20px;
    font-size: 18px;
    background: var(--dark);
    color: #fff;
    cursor: pointer;
    width: 130px;
    transition: var(--tr);
}

button.send:hover {
    background: var(--color);
}

.alert-success {
    color: green;
    background: #00800024;
    margin-top: 10px;
    padding: 10px;
    text-align: center;
}

.alert-error {
    color: red;
    background: #fff0f0;
    margin-top: 10px;
    padding: 10px;
    text-align: center;
}

.slider {position: relative;}
.item {
    position:relative;
    z-index:1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.item:before {
    content:'';
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    right:0;
    background: var(--dark);
    z-index:-1;
    opacity: .4;
}
.item-box  {
    height: 600px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    text-align: center;
}

.slider-blocks .item-box  {
    height:400px
}
h2.slider-title {
    font-size: 60px;
}

h4.slider-sub-title {
    font-size: 22px;
    color: #a7a7a7;
}
.slider .owl-prev ,
.slider .owl-next {
  position: absolute;
  width: 60px;
  height: 60px;
  top: calc(50% - 35px);
  z-index: 99;
  background: #ffffff38;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 50%;
    transition:var(--tr)
}
.slider .owl-prev:hover ,
.slider .owl-next:hover  {
    background:#ffffff4d
}
.slider .owl-prev {
    right: 5px;
}
.slider .owl-prev svg ,
.slider .owl-next svg {
    width:15px  
}
.slider .owl-next {
    left: 5px;
}


.slider-blocks h2.slider-title {
    font-size: 35px;
}

.slider-blocks h4.slider-sub-title {
    font-size: 16px;
}

.slider-blocks {
    padding: 20px;
    background: #eee;
}

.slider-blocks .item {
    border-radius: 15px;
    overflow: hidden;
}

.search {
    cursor: pointer;
    width: 40px;
}


.main-menu > li.current_page_item {
    border:0
}


form.search-box {
    position: absolute;
    width: 100%;
    right: 0;
    top: 65px;
    background: #fff;
    padding: 10px;
    border-radius: 2px;
    visibility: hidden;
    opacity: 0;
    transition: var(--tr);
}
form.search-box.open {
    visibility:visible;
    opacity:1
}
form.search-box input {
    padding: 12px;
    flex: 1;
    border: 1px solid #00000026;
    color: var(--dark);
    font-size: 15px;
}

form.search-box button {
    cursor: pointer;
    width: 50px;
    background: var(--color);
    height: 47px;
    margin-inline-start: 5px;
    border-radius: 4px;
    transition: var(--tr);
}

form.search-box button:hover {
    background: var(--dark);
}

.close-search-box {
    position: absolute;
    width: 23px;
    height: 23px;
    left: -27px;
    top: 0;
    z-index: 999;
    background: #ffc3c3;
    border-radius: 5px;
    display:flex;
    align-items:center;
    justify-content:center
}

.close-search-box svg {
    fill: red;
    width: 12px;
}

article.services {
    padding: 20px 0;
    background: #fff;
}

.ser-box {
    padding: 60px 20px;
    transition: var(--tr);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 10px;
    background: #fff;
    border-radius: 15px;
    min-width: 300px;
    border: 1px solid #dddddd;
}

.ser-box img {
    width: 70px;
    margin-bottom: 10px;
    transition: var(--tr);
}

h2.ser-title {
    font-size: 29px;
    margin-bottom: 10px;
    position: relative;
}


article.about-section {
    background: #2ab97e12;
    padding: 100px 0;
    position: relative;
    z-index:1
}
article.about-section:before {
    content:'';
    position:absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index:-1;
    background-image: url(../images/slider.png);
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: .1;
}

.about-images {
    position: relative;
    height: 580px;
    background-size: cover;
    border-radius: 3px;
    z-index: 1;
    overflow: hidden;
}

.abimage {
    position: absolute;
    width: 330px;
    right: 0;
    bottom: 0;
    border: 15px solid #fff;
    border-bottom: 0;
    border-right: 0;
}

.show-video {
    position: absolute;
    left: 30px;
    bottom: 30px;
    background: var(--color);
    width: 82px;
    height: 82px;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: pulse 3s infinite;
    border-radius: 6px;
    cursor: pointer;
}

.show-video img {
    width: 47px;
}

h3.sub-title {
    color: var(--color);
    font-size: 17px;
}

.about-box h2 {
    font-size: 45px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    position: relative;
}



.about-box p {
    color: var(--color3);
    font-size: 18px;
}

a.read-more {
    display: inline-block;
    background: var(--color);
    border-radius: 3px;
    color: #ffffff;
    font-weight: 700;
    padding: 18px 35px;
    transition: var(--tr);
}

.about-box {
}

a.read-more:hover {
    background: var(--dark);
}


@keyframes pulse {
 50% {
 box-shadow: 0 0 0 15px rgb(12 73 180 / 60%), 0 0 0 30px rgb(12 73 180 / 20%);
}
}

.ab-box img {
    width: 40px;
    margin-inline-end: 20px;
}

.ab-box {
    font-size: 18px;
    padding: 8px 16px;
    border-radius: 5px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    background: #fff;
}

.ab-box svg {
    fill: inherit;
    width: 33px;
    margin-inline-end: 10px;
    height: 33px;
}

.about-features {
}

.video-holder {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #131719ed;
    top: 0;
    right: 0;
    z-index: 99999999;
    transition: var(--tr);
    opacity: 0;
    visibility: hidden;
}

.video-holder.open {
    visibility: visible;
    opacity: 1;
}

.h-100 {height: 100%;}

article.counter-section {
    padding: 100px 0px;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 1;
    background-position: center;
}

article.counter-section:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    z-index: -1;
    background: var(--color);
    top: 0;
    opacity: .95;
}

.counter-box strong {
    font-size: 19px;
}

.counter-box p {
    font-size: 50px;
/* Set the stroke width and color */
    -webkit-text-stroke: 1px #ffffff;
    
  
  /* Set the fill color to transparent */
    -webkit-text-fill-color: transparent;
    line-height: 50px;
    font-family: fantasy;
    letter-spacing: 5px;
    margin-top: 24px;
}

.counter-box {
    flex: 1;
    padding: 25px;
    border-left: 2px solid #ffffff2e;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 300px;
}

.counter-box:nth-child(even) {
    /* margin-top: 120px; */
}


.counter-box:last-child {
    border-left: 0;
}

.goals {
    margin-top: 40px;
}

.goals-box {
    padding-bottom: 50px;
}

.goals-box strong {
    font-size: 27px;
    display: block;
    margin-bottom: 10px;
    color: var(--color);
}

.goals-box svg {
    width: 40px;
    height: 40px;
    fill: var(--color);
}

.goals-box i {
    width: 86px;
    height: 86px;
    margin-inline-end: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: var(--color) 2px dashed;
    border-radius: 50%;
}

.about-box p.goal-content {
    font-size: 16px;
}

article.vision-section img {
    display: block;
    height: 100%;
}

article.vision-section {
}

.vision-section .about-box {
    padding: 100px 0;
    margin: 0;
}



article.projects-section {
    padding: 100px 0;
    position: relative;
    z-index: 1;
    color: #fff;
}

article.projects-section:before {
    content: '';
    z-index: -1;
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    height: 380px;
    background: var(--dark);
}
article.projects-section.inpage:before {
    background:var(--color);
    left:0;
    border-radius:0
}
.project-box h3 {
    color: var(--color3);
}

.project-box p {
    color: #8a8a8a;
    max-width: 820px;
}

.project-box {
    margin-bottom: 50px;
}

.project-box h2 {
    font-size: 38px;
    margin-bottom: 10px;
}

.project-item {
    width: 300px;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    overflow: hidden;
    margin-inline-end: 20px;
    background-size: cover;
    border-radius: 9px;
    position: relative;
    padding: 20px;
    transition: var(--tr);
}

.project-item-info strong {
    display: block;
    font-size: 21px;
    margin-bottom: 10px;
}

.project-item-info a {
    background: var(--color);
    display: inline-block;
    padding: 5px 15px;
    transition: var(--tr);
}

.project-item-info a:hover {
    background: var(--dark);
}

.project-item-info {
    transition: var(--tr);
    transform: translateY(150%);
}

.project-item:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: #13171999;
    transition: var(--tr);
    opacity: 0;
}

.project-item:hover:before {
    opacity: 1;
}

.project-item:hover .project-item-info {
    transform: translateY(0);
}

.project-item:hover {background-position: bottom;}

.projects-section .owl-nav {
    position: absolute;
    left: 60px;
    top: -70px;
}

.projects-slider {
    position: relative;
}

article.testimonial-box {
    padding: 100px 0;
    background: #fff;
}

.testim-slider {
    margin-top: 50px;
}

.cb {
    margin-inline-end: 50px;
}

.cb p {color: #919191;position: relative;font-size: 23px;}

.clients-box {
    margin-top: 30px;
}

.clients-box img {
    margin-inline-end: 20px;
    width: 60px;
    height: 60px;
    padding: 1px;
    background-color: #cccccc;
    border-radius: 50%;
}

.clients-box strong {
    font-size: 24px;
}

.clients-box p {
    color: var(--color2);
    font-size: 13px;
}

article.testimonial-box h4 {
    color: var(--color);
}

h2.main-title {
    font-size: 50px;
    color: var(--dark);
}

.owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
}

button.owl-dot {
    width: 20px;
    height: 10px;
    margin: 0 5px;
    background: var(--dark);
    border-radius: 5px;
    cursor: pointer;
}

button.owl-dot.active {
    background: var(--color);
}

article.slices {
    padding: 100px 0;
}

a.block {
    background: #fff;
    display: block;
    margin: 5px;
}

.block-dtl {
    padding: 20px;
    text-align: right;
    height: 210px;
    transition: var(--tr);
    position: relative;
}

.block-dtl h3 {
    color: var(--color);
    font-size: 26px;
    transition: var(--tr);
    line-height: 1.2;
    margin-bottom: 20px;
}

a.block .img {
    height: 240px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

a.block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--tr);
    display: block;
}

a.block .img:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 6;
    background: var(--dark);
    opacity: 0;
    transition: var(--tr);
}

a.block:hover .img:before {
    opacity: .5;
}

a.block:hover img {transform: scale(1.2);}

.row {
    margin: 50px -5px 0;
}

a.block:hover .block-dtl {
    background: var(--color);
}

a.block:hover .block-dtl h3 {
    color: #fff;
}

a.block .block-dtl p {
    transition: var(--tr);
}

a.block:hover .block-dtl p {
    color: #ffffff;
}

.block-dtl:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 5px;
    width: 0;
    background: var(--color2);
    transition: var(--tr);
}

.block:hover .block-dtl:before {
    width: 100%;
}

.bar-box {
    position: relative;
    z-index: 1;
    padding: 100px 0 50px;
    color: #fff;
    background: var(--color);
}


.content-holder {
    padding: 25px;
    border-radius: 25px;
    background: #fff;
}
.content-holder a {
    color: #4040ff;
}
.content-holder * {
    max-width:100%
}
.content-holder h2 ,.content-holder h3, .content-holder h4 {
    margin-bottom:20px;
    color: var(--color);
    background: var(--light);
    padding: 15px;
    border-radius: 3px;
    border: 1px solid #eee;
}
.post-thumbnail img {
    display: block;
    border-radius: 26px;
}

.post-thumbnail {
    display: block;
    margin-bottom: 25px;
    position: relative;
}

.post-thumbnail .info-bar {
    background: #fff;
    padding: 3px 20px;
    border-radius: 25px;
    margin: -45px auto 15px;
    position: relative;
    z-index: 9;
    width: 95%;
    border: 1px solid #eee;
}

single-social a {
    margin-right: 12px;
}

.user-box i {
    margin-left: 10px;
    font-size: 13px;
}

.content-holder p,.content-holder ul,.content-holder ol,.content-holder table {
    margin-bottom: 20px;
}
table {
    width:100%;
    background: #f5efff;
    padding: 25px;
    border-radius: 25px;
    border: 1px solid #ccc;
}
.tbl {
    overflow:auto;
    white-space:nowrap
}
table th {
    background: #fff;
    padding: 10px;
}
table td {
    padding: 10px;
    background: #fff;
}


article.bar-box h1 {
    font-size: 44px;
    text-align: right;
}

a.call-now {
    display: flex;
    align-items: center;
    background: #0000003b;
    padding: 20px;
    border-radius: 25px;
    color: #fff;
    margin-right: 25px;
}
.call-now i {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 27px;
    border-radius: 50%;
    background: var(--color);
    color: #ffff;
}
a.call-now span {
    font-size: 11px;
}



.content-holder img {
    border-radius: 3px;
    display: block;
    margin-bottom: 20px;
}

.content-holder li {
    margin-right: 20px;
}

aside .box {
    padding: 25px;
    border-radius: 25px;
    margin-right: 25px;
    margin-bottom: 25px;
    background: #fff;
}

.box img {
    display: block;
    width: 100%;
    border-radius: 24px;
    margin-bottom: 15px;
}

.box a {
    display: block;
    margin-bottom:20px;
    color: #95757a;
}

.box a h3 {
    font-size: 23px;
    margin-bottom: 10px;
    color: var(--color);
}

.box h2 {
    margin-bottom: 10px;
}

.bar-box:before {
    position: absolute;
    content: '';
    z-index: -1;
    background: var(--color);
    width: 100%;
    height: 100%;
    top: 20%;
    right: -20%;
    color: #fff;
    transform: skew(40deg);
}

single {
    display: block;
    padding: 60px 0;
}

single--content {
    display: block;
    background: #fff;
}

article.aside-box-single {
    padding: 20px;
    background: #fff;
    margin-inline-start: 20px;
    position: relative;
    z-index: 9;
    border-radius: 5px;
}

a.aside-block img {
    border-radius: 5px;
    margin-bottom: 15px;
}

a.aside-block {
    margin-bottom: 20px;
    text-align: center;
    border: 1px solid #ddd;
    padding: 15px;
    display: block;
    border-radius: 10px;
    transition: var(--tr);
}

h2.side-title {
    color: var(--color);
    margin-bottom: 30px;
    text-align: center;
}

h1.single-title {
    font-size: 48px;
    margin-top: 25px;
}

post-thumbnail {
    display: block;
    height: 400px;
}

post-thumbnail img {
    display: block;
    width: 100%;
    height: 100%;
}

post-content {
    display: block;
    padding: 20px;
}

.breadcrumb {
    color: #fff;
}
.breadcrumb i {
    fill: #fff;
}
.breadcrumb svg {
    width:10px;
    fill: #fff;
    margin:0 10px;
    height: 10px;
}

a.aside-block h3 {
    color: var(--color);
    transition: var(--tr);
    font-size: 18px;
    margin-bottom: 10px;
}

a.aside-block p {
    font-size: 14px;
    color: var(--color2);
    transition: var(--tr);
}

a.aside-block:hover {
    background: var(--color2);
}

a.aside-block:hover p,a.aside-block:hover h3 {
    color: #fff;
}

single .footer-box {
    padding: 20px;
    background: #fff;
    margin-inline-start: 20px;
    margin-top: 20px;
    border-radius: 5px;
}

single .footer-box iframe {
    width: 100%;
}

single-social a {
    flex: 1;
    text-align: center;
    margin: 3px;
    color: #fff !important;
    padding: 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

single-social a svg {
    margin-inline-end: 10px;
}

single-social a.facebook {
    background: #1877f2;
}

single-social a.telegram {
    background: #00aff0;
}

single-social a.twitter {
    background: #1da1f2;
}

.tags {
    margin: 15px 0;
}

.tags a {
    background: #eee;
    padding: 4px 8px;
    margin: 4px;
}



article.single {
    padding: 110px 0;
    position: relative;
    z-index: 9999;
}


.box h2 {
    margin-bottom: 10px;
}

.questions,.comment-box {
    padding: 25px;
    border-radius: 25px;
    margin-top: 25px;
    background: #fff;
}

.qbox {
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 3px;
    margin-bottom: 25px;
    cursor: pointer;
}

.qbox h3 {
    display: flex;
    justify-content: space-between;
    transition: .35s ease;
    align-items: center;
}

.qbox p {
    margin: 20px 0;
    display: none;
}
.qbox:first-of-type p {
    display:block
}
.qbox:hover h3 {
    color: var(--color);
}

h2.ctitle {
    margin-bottom: 15px;
}

.box iframe {
    width: 100%;
    border-radius: 20px;
    display: block;
}

article.custom-code a {
    color: #000;
    padding: 24px;
    margin: 10px;
    background: var(--light);
    border-radius: 25px;
    border: 1px solid #eee;
    min-width: 250px;
}

.comment-box input,.comment-box textarea {
    width: 100%;
    padding: 23px;
    border: 1px solid #eee;
    border-radius: 3px;
}

p.logged-in-as {
    padding: 10px;
    background: #2196f326;
    margin: 20px 0;
    border-radius: 3px;
}

.comment-box label {
    display: block;
}

input#submit {
    background: var(--color);
    color: #fff;
    cursor: pointer;
}

.comments-list {
    margin-top: 25px;
}

.flex-start.comment--box {
    background: #eeeeee57;
    padding: 20px;
    align-items: center;
    border: 1px solid #eee;
    border-radius: 3px;
    margin-bottom: 25px;
}

.comment--box i.fa-solid.fa-user {
    font-size: 45px;
    margin-left: 20px;
}

time {
    font-size: 11px;
}

article.single .col-4 {
    height: fit-content;
    position: sticky;
    top: 110px;
}

div#stars-rating-review {
    margin: 15px 0 40px 0;
    text-align: center;
}

div#stars-rating-review a:after {
    font-size: 40px;
}
.bars {
    display: none;
}
@media(max-width: 1199px) {
  
}
@media(max-width: 1023px) {
    .bars {
        display: block;
        font-size: 48px;
        color: var(--color);
    }
 nav {
     position: fixed;
     top: 0;
     margin: 0;
     right: 0;
     width: 100%;
     height: 100%;
     padding: 20px;
     z-index: 999;
     background: #0e3440de;
     transition: .35s ease;
     transform: translateX(100%);
 }
    nav.open {
        transform: translateX(0%);
    }
    nav container {
        position: absolute;
        border-radius: 0;
        right: 0;
        top:0;
        height: 100%;
        display: block !important;
        width: 280px;
    }
    nav ul {
        flex-direction:column;
        text-align:start
    }
    .main-menu > li {
        width:100%;
        border:0;
        display: block;
    }
    ul.sub-menu {
        position:static;
        visibility:visible;
        opacity:1;
        width: 100%;
        display: none;
    }
    .owl-dot,.owl-nav{
        display:none
    }
    header {
        padding:15px 0
    }
}
@media(max-width: 991px) {
aside .box {
    margin:20px 0 0 0
}
}
@media (max-width: 767px) {
    .bar-box {
        padding:50px 0
    }
    article.bar-box h1 {
        font-size:25px
    }
.header-bar {display:none}
    h2.slider-title {
        font-size:25px
    }
    .item-box {
        height:250px
    }
    .about-features {
        margin-top:25px
    }
    .counter-box {
        border:0
    }
    .cb p {
        font-size:17px
    }
    .block-dtl {
        height:auto
    }
    a.call-now {
        margin:20px 0 0;
        padding: 12px 20px;
        border-radius: 5px;
    }
    article.to-header {
        display:none
    }
}

form.wpcf7-form input,form.wpcf7-form textarea {
    width: 100%;
    border: 1px solid #ffffff30;
    padding: 10px;
    margin: 10px 0;
    max-height: 70px;
}
form.wpcf7-form input[type="submit"] {
    background:var(--color)
}