@charset "utf-8";
/*
Theme Name: aliaghaietheme
Author: agh
Version: 1
*/
:root {
    --color1: #54A725;
    --color2: #484848;
}

@font-face {
    font-family: PeydaWeblight;
    font-style: normal;
    src: url('assets/fonts/PeydaWebFaNum-Light.woff') format('woff'),   
    url('assets/fonts/PeydaWebFaNum-Light.woff2') format('woff2');       
}
@font-face {
    font-family: PeydaWeb;
    font-style: normal;
    src: url('assets/fonts/PeydaWebFaNum-Regular.woff') format('woff'),   
    url('assets/fonts/PeydaWebFaNum-Regular.woff2') format('woff2');       
}
@font-face {
    font-family: PeydaWebbold;
    font-style: normal;
    src: url('assets/fonts/PeydaWebFaNum-Bold.woff') format('woff'),   
    url('assets/fonts/PeydaWebFaNum-Bold.woff2') format('woff2');       
}
@font-face {
    font-family: PeydaWebextrabold;
    font-style: normal;
    src: url('assets/fonts/PeydaWebFaNum-ExtraBold.woff') format('woff'),   
    url('assets/fonts/PeydaWebFaNum-ExtraBold.woff2') format('woff2');       
}

@font-face {
    font-family: "qcareicon";
    src: url("assets/fonts/agh_qcare.ttf") format("truetype"),
url("assets/fonts/agh_qcare.woff") format("woff"),
url("assets/fonts/agh_qcare.woff2") format("woff2"),
url("assets/fonts/agh_qcare.eot#iefix") format("embedded-opentype"),
url("assets/fonts/agh_qcare.svg#agh-qcare") format("svg");
}

body {
    margin: 0;
    font-family: PeydaWeb;
    color: var(--color2);
    text-align: right;
    direction: rtl;
    overflow-x: hidden;
}
img {
    width: 100%;
}

li {
    list-style: none;
}

a {
    color: var(--color2);
    transition: 0.5s;
}

a:hover, a:visited, a:link, a:active {
    text-decoration: none;
}
.mg-auto {
    margin: 0 auto;
}

ul {
    padding: 0;
    margin: 0;
}

input::-webkit-input-placeholder , textarea::-webkit-input-placeholder {
    color: #c0c0c0;
}
.owl-carousel {
    direction: ltr;
}
button:focus{
  outline:none
}
.lg {
    direction: ltr;
}
i[class^="agh-"]:before, i[class*=" agh-"]:before {
    font-family: qcareicon !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

input:focus , textarea:focus {
  outline: none;
  border-color: var(--color1)!important;
}

h1, h2, h3, h4, h5, h6 , p {
    margin: 0;
}



.agh-instagram:before {
    content: "\f101";
}
.agh-facebook:before {
    content: "\f102";
}
.agh-youtube:before {
    content: "\f103";
}
.agh-whatsapp:before {
    content: "\f104";
}
.agh-twitter:before {
    content: "\f105";
}
.agh-linkedin:before {
    content: "\f106";
}
.agh-pinterest:before {
    content: "\f107";
}
.agh-envelope:before {
    content: "\f108";
}
.agh-phone-call:before {
    content: "\f109";
}
.agh-pin:before {
    content: "\f10a";
}
.agh-safe-flight:before {
    content: "\f10b";
}
.agh-customer-support:before {
    content: "\f10c";
}
.agh-right-quotation-mark:before {
    content: "\f10d";
}
.agh-loupe:before {
    content: "\f10e";
}
.agh-menu:before {
    content: "\f10f";
}
.agh-category:before {
    content: "\f110";
}
.agh-user:before {
    content: "\f111";
}
.agh-comment:before {
    content: "\f112";
}
.agh-calendar:before {
    content: "\f113";
}
.agh-reply:before {
    content: "\f114";
}
.agh-telegram:before {
    content: "\f115";
}
.agh-arrow:before {
    content: "\f116";
}

.logo img {
    height: 60px;
    width: auto;
    margin-bottom: 5px;
}
header {
    padding-top: 10px;
    border-top: 2px solid var(--color1);
}
.contacthe {
    text-align: left;
}

.contacthe i {
    position: absolute;
    left: -6px;
    background: #F8F9FE;
    width: 47px;
    height: 47px;
    padding: 13px;
    border-radius: 50px;
    font-size: 21px;
    color: var(--color1);
    transition: 0.5s;
}

.contactboxhe {
    position: relative;
    padding-left: 47px;
    display: inline-block;
    margin-right: 42px;
    margin-top: 6px;
    cursor: pointer;
}

.contactboxhe span {
    display: block;
}
span.contactboxhett {font-size: 14px;padding-top: 4px;padding-bottom: 2px;color: var(--color2);}

span.contactboxheat {
    font-size: 13px;
    color: var(--color1);
    direction: ltr;
}
.contactboxhe:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 100%;
    border-right: 1px dashed darkgrey;
    right: -18px;
}

.contactboxhe:first-child:before {
    display: none;
}

.mainmenu ul li {
    display: inline-block;
    position: relative;
}

.mainmenu ul li a {
    font-size: 14px;
    padding: 17px 0px 16px 36px;
    display: block;
}

.mainmenu ul li a.current-menu-item {
    color: var(--color1);
}

.mainmenu ul li a:hover {
    color: var(--color1);
}

.mainmenu ul li ul {
    background: #ffffff;
    position: absolute;
    z-index: 1;
    /* opacity: 0; */
    border-radius: 5px;
    box-shadow: 0px 0px 6px 0px #00000021;
    padding: 10px 0;
    visibility: hidden;
    opacity: 0;
    transition: .5s;
    top: 54px;
    width: 160px;
    z-index: 9999;
}

.mainmenu ul li ul li {
    display: block;
}

.mainmenu ul li ul li a {
    padding: 9px 20px;
}
header li.menu-item-has-children:before {
    content: '\f116';
    position: absolute;
    font-family: 'qcareicon';
    top: 22px;
    font-size: 8px;
    right: 48px;
}

.mainmenu ul li:hover ul {
    opacity: 1;
    visibility: visible;
}

.menu-btn{
    display:none
}
.btnsc {
    text-align: left;
    padding: 10px 15px;
}

span.Counseling a {
    background: var(--color1);
    color: #fff;
    padding: 8px 15px 8px 37px;
    display: inline-block;
    border-radius: 50px;
    font-size: 12px;
    position: relative;
    text-transform: uppercase;
    overflow: hidden;
    z-index: 1;
}
.contactboxhe:hover i {
    background: var(--color1);
    color: #fff;
}

.mainmenu {
    background: #F8F9FE;
}
span.Counseling a i {
    position: absolute;
    font-size: 19px;
    left: 12px;
}

.search-box{
  position: absolute;
  display: inline-block;
  left: 159px;
  top: 9px;
  z-index: 9999;
}
.input-search{
  height: 36px;
  width: 36px;
  border-style: none;
  /* padding: 10px; */
  font-size: 18px;
  outline: none;
  border-radius: 25px;
  transition: all .5s ease-in-out;
  background-color: #ffffff;
  padding-left: 34px;
  color: var(--color1);
  font-size: 10px;
  font-family: 'PeydaWeb';
}
.input-search::placeholder{
  color:var(--color1);

}
.btn-search{
  width: 40px;
  height: 40px;
  border-style: none;
  font-size: 20px;
  font-weight: bold;
  outline: none;
  cursor: pointer;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  color: var(--color1);
  background-color:transparent;
  pointer-events: painted;
}
.btn-search:focus ~ form .input-search{
  width: 210px;
  border-radius: 0px;
  background-color: transparent;
  border-bottom: 1px solid var(--color1);
  transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);
}
.btn-search:focus ~ form .btn-searchs{
z-index: 99999
}
.input-search:focus{
  width: 210px;
  border-radius: 0px;
  background-color: transparent;
  border-bottom:1px solid rgba(255,255,255,.5);
  transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);
}


button.btn-search i {
    position: absolute;
    top: 9px;
    left: 9px;
    font-size: 17px;
}



.btnst:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color1);
  border-radius: 10rem;
  z-index: -2;
}
.btnst:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: var(--color2);
  transition: all 0.3s;
  border-radius: 10rem;
  z-index: -1;
}
.btnst:hover {
  color: #fff;
}
.btnst:hover:before {
  width: 100%;
}
span.Counseling {
    display: inline-flex;
}
.slider:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: linear-gradient(268.84deg, rgba(101, 101, 101, 0.75) 1%, rgba(46, 46, 46, 0) 99.01%);
    z-index: 2;
    left: 0;
}
.slider:after {
    content: '';
    width: 400px;
    height: 440px;
    position: absolute;
    bottom: 0;
    background: url(assets/images/sliderafter.png);
    z-index: 3;
    right: 0;
    opacity: 0.1;
}

.slider {
    position: relative;
    max-height: 550px;
    overflow: hidden;
}
.slidertext {
    position: absolute;
    top: 0;
    z-index: 4;
    width: 100%;
    top: 17%;
}

.slidertext a {
    position: relative;
    color: #fff;
    padding: 8px 45px;
    display: inline-block;
    border-radius: 50px;
    font-size: 14px;
    position: relative;
    text-transform: uppercase;
    overflow: hidden;
    margin-left: 10px;
    z-index: 1;
    border: 1px solid var(--color1);
}

.slidertext img {
    height: 100px;
    width: auto;
    position: relative;
    top: 17px;
}
.slidertext h1 {
    color: #fff;
    font-size: 50px;
}

.slidertext p {
    width: 46%;
    font-size: 18px;
    line-height: 39px;
    color: #fff;
    margin-bottom: 20px;
    margin-top: 10px;
}

a.slierbtn2.btnst {
    background: transparent;
    border: 1px solid;
}

a.slierbtn2.btnst:after {
    background: transparent;
}

a.slierbtn2.btnst:hover , a.slierbtn1.btnst:hover {
    border: 1px solid transparent !important;
}


.owl-nav {
    position: absolute;
    top: 45%;
    z-index: 999;
    width: 100%;
}

span.owl-prev {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
}

span.owl-next {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 48px;
}

.nav-button.owl-prev:before {
    content: '\f116';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0;
    font-family: 'qcareicon';
    font-size: 25px;
    color: var(--color1);
    transform: rotate(92deg);
}

.nav-button.owl-next:before {
    content: '\f116';
    position: absolute;
    width: 100%;
    height: 100%;
    right: 20px;
    top: 0;
    font-family: 'qcareicon';
    font-size: 25px;
    color: var(--color1);
    transform: rotate(269deg);
}

.nav-button.owl-next {
    position: relative;
}


.sidebtnmob {
    position: fixed;
    bottom: 6px;
    width: 96%;
    background: var(--color2);
    z-index: 999;
    padding: 9px 13px;
    display: none;
    margin: 0 auto;
    left: 0;
    right: 0;
    border-radius: 6px;
}

.sidebtnbox {
    width: 25%;
    text-align: center;
}

.sidebtnmob a span {
    /* padding-top: 30px; */
    display: block;
    font-size: 13px;
}


.sidebtnbox a {
    color: #fff;
}
.sidebtnmob a {
    color: #fff;
}
.sidebtnbox {
    width: 20%;
    text-align: center;
}

.sidebtnbox:nth-child(2) {
    width: 20%;
}

a.phonemob {
    background: var(--color1);
    position: absolute;
    width: 50px;
    height: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 10px;
    border-radius: 50px;
    padding: 15px 0;
    font-size: 21px;
}

.sidebtnbox.customer i {
    background: var(--color1);
    position: absolute;
    width: 50px;
    height: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 34px;
    border-radius: 50px;
    padding: 15px 0;
    font-size: 21px;
}

.sidebtnbox.customer span {
    margin-top: 24px;
}

.services {
    padding: 30px 0;
    position: relative;
}

.servicesboxs {
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    overflow: hidden;
    width: 97%;
    margin: 0 auto;
}

.textser {
    padding: 25px 18px 15px 18px;
    position: relative;
    direction: rtl;
}

span.titleser {
    font-weight: 700;
    font-size: 22px;
    display: block;
    color: var(--color1);
}

span.ennameser {font-size: 14px;color: #484848;}

.textser p {font-size: 13px;color: #A7A7A7;margin-top: 4px;margin-bottom: 5px;line-height: 21px;}
.textser:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(assets/images/serpt.png) no-repeat;
    right: 0;
    top: 0;
    background-position: 100% 0%;
}

.imgser img {
    display: block;
}
.iconser {
    width: 55px;
    height: 55px;
    background: #f4f4f4;
    padding: 12px;
    border-radius: 50px;
    position: absolute;
    left: 20px;
    bottom: -27px;
}

.imgser {
    position: relative;
}
.owl-services .owl-stage-outer {
    padding: 20px 0;
}
.titlebox span {font-weight: bold;font-size: 61px;text-align: center;background: linear-gradient(180deg, rgb(217 217 217 / 55%) 0%, rgba(0, 0, 0, 0) 72.81%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;background-clip: text;text-fill-color: transparent;position: absolute;top: 0;left: 0;right: 0;direction: ltr;}

.titlebox {
    padding-top: 49px;
    position: relative;
    margin-bottom: 10px;
    text-align: center;
}

.titlebox h2 , .titlebox h3 {
    font-weight: 700;
    font-size: 50px;
    line-height: 44px;

    color: #54A725;
}
.services:before {
    content: '';
    position: absolute;
    background: url(assets/images/serpatern.png) no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
}
.morebtn a {
    background: var(--color1);
    color: #fff;
    padding: 8px 15px;
    display: inline-block;
    border-radius: 50px;
    font-size: 12px;
    position: relative;
    text-transform: uppercase;
    overflow: hidden;
    z-index: 1;
}

.morebtn {
    text-align: left;
}
.services-nav.owl-nav {
    left: 0;
}

.servicesowl {
    position: relative;
}

.servicesowl span.owl-prev {
    left: -50px;
}

.servicesowl span.owl-next {
    right: -50px;
}


.about {
    background: #F8F9FE;
    background-size: 100%;
    padding-top: 20px;
    max-height: 370px;
    margin: 50px 0;
}

.about-right .img-box-about {
    width: 91%;
    float: left;
    position: relative;
    border-radius: 20px;
    top: -80px;
    left: 10px;
}
.about-right {
    text-align: left;
    width: 100%;
}

.about-right .img-box-about:before {
    content: '';
    position: absolute;
    right: -30px;
    bottom: -15px;
    background: var(--color1);
    width: 96%;
    height: 97%;
    border-radius: 15px;
}
.about-right .img-box-about:after {
    content: 'QCare Germany';
    position: absolute;
    color: #fff;
    width: 74%;
    transform: rotate(90deg);
    bottom: 126px;
    right: -196px;
    letter-spacing: 15px;
    font-size: 17px;
    font-family: unset;
 }
.img-box-about img {
    z-index: 2;
    position: relative;
    border-radius: 20px;
}

.about-left {
    padding-top: 15px;
}

.about-left h3 {
    font-size: 30px;
    font-weight: bold;
}

.about-left p {
    margin-top: 10px;
    text-align: justify;
    font-weight: 400;
    font-size: 15px;
    line-height: 34px;
    margin-bottom: 17px;
}

.about-left a {
        background: var(--color1);
        color: #fff;
        padding: 8px 25px;
        display: inline-block;
        border-radius: 50px;
        font-size: 12px;
        position: relative;
        text-transform: uppercase;
        overflow: hidden;
        z-index: 1;
}

a.dl-btn {
    margin-right: 10px;
    background: transparent;
    border: 1px solid var(--color1);
    color: var(--color1);
}


.about-left h3 span {
    color: var(--color1);
}

.about-left h3:before {
    content: '';
    position: relative;
}

.about-left h3:before {
    content: '';
    position: relative;
    width: 30px;
    height: 22px;
    background: url(assets/images/logo.png) no-repeat;
    display: inline-block;
    background-size: 29px;
    margin-left: 7px;
    top: 2px;
}
a.dl-btn.btnst:after {
    background: transparent;
}
a.dl-btn.btnst:hover {
        border: 1px solid transparent !important;
}

.titlebox.titleright {
    text-align: right;
}

.titlebox.titleright span {
    left: unset;
}
.titlebox h3 span {
    position: relative;
    font-size: 50px;
    color: var(--color2);
    background: transparent;
    -webkit-text-fill-color: var(--color2);
    top: unset !important;
}



.Featuresicon img {
    width: 44px;
    transition: 0.5s;
    z-index: 1;
    position: relative;
}

.Featuresbox {
    text-align: center;
}

.Featuresbox h5 {
    font-size: 18px;
    color: var(--color1);
    margin-bottom: 3px;
    font-weight: bold;
}

.Featuresbox p {
    font-size: 12px;
    width: 80%;
    margin: 0 auto;
}

.Featuresicon span.bgsir {
    position: absolute;
    background: #E8E8E8;
    width: 80px;
    height: 80px;
    background-size: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -21px;
    transition: 0.5s;
    z-index: 0;
    border-radius: 50px;
}
.dark .Featuresicon:before {filter: brightness(0) invert(1);}

.Featuresbox:hover .Featuresicon:before {opacity:1;filter: none;}


.Featuresicon {
    margin-bottom: 18px;
}

.Features .titlebox {
    margin-bottom: 30px;
}

.holdingpedar .titlebox {
    margin-bottom: 40px;
}
.Featuresicon span.bgsir:before {
    content: '';
    width: 7px;
    height: 7px;
    background: var(--color1);
    position: absolute;
    border-radius: 50px;
    left: 3px;
    bottom: 15px;
    transition: 0.5s;
}

.Featuresbox:hover img {
    filter: brightness(0) invert(1);
}
.Featuresbox:hover span.bgsir {
    background: var(--color1);
    transform: rotate(180deg)
}

.Featuresbox:hover span.bgsir:before {
    background: var(--color2);
}
.why .titlebox {margin-bottom: 60px;}

.why {
    margin-bottom: 50px;
}

.Featuresbox li {
    font-size: 13px;
    padding: 5px 0;
}

.Featuresbox h5 {
    margin-bottom: 10px;
}

.Featuresbox li:before {
    content: '';
    position: relative;
    width: 5px;
    height: 5px;
    background: var(--color1);
    display: inline-block;
    margin-left: 6px;
    border-radius: 50px;
}

.jobright a {
    background: var(--color1);
    color: #fff;
    padding: 8px 25px;
    display: inline-block;
    border-radius: 50px;
    font-size: 12px;
    position: relative;
    text-transform: uppercase;
    overflow: hidden;
    z-index: 1;
}

.jobs {
    margin-top: 100px;
}

.jobs .titlebox.titleright {
    padding-top: 30px !important;
}

.jobs .titlebox.titleright span {
    top: -20px;
}

.jobright p {
    font-size: 14px;
    line-height: 29px;
    margin: 20px 0;
}

.jobsbox:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    border-top: 1px dashed #C8C8C8;
    top: -55px;
}
.jobsbox {
    position: relative;
    margin-bottom: 50px;
    padding-top: 30px;
    margin-top: 130px;
}

.jobsbox:after {
    content: '\f10b';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -71px;
    width: 41px;
    height: 40px;
    font-family: 'qcareicon';
    font-size: 30px;
    color: #C8C8C8;
    background: #fff;
    padding: 0 4px;
}



.blog-box {
    box-shadow: 0px 0px 10px 0px #67676724;
    padding: 10px;
    border-radius: 15px;
    transition: 0.5s;
    margin-bottom: 30px;
    text-align: left;
}

.blog-box .blog-box-img {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

div.blog {
    margin-bottom: 30px;
    text-align: center;
}

.blog-box h6 {
    font-size: 18px;
    font-weight: bold;
    transition: 0.5s;
    text-align: right;
    color: var(--color1);
    height: 42px;
    line-height: 22px;
    padding: 0 10px;
    overflow: hidden;
}

.blog-box p {
    font-size: 14px;
    margin-top: 3px;
    color: #a3a3a3;
    text-align: right;
    padding: 0 9px;
    direction: rtl;
}

.blog-box span.moreblog {
    background: var(--color1);
    color: #ffffff;
    padding: 7px 27px;
    display: inline-block;
    border-radius: 45px;
    transition: 0.5s;
    font-size: 12px;
    margin-top: 12px;
    margin-left: 10px;
}


.blog-box-img:after {
    content: '';
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 0;
    transition: 0.5s;
    background: radial-gradient(100.09% 100.09% at 50% -0.09%, rgba(84, 167, 37, 0) 0%, rgba(84, 167, 37, 0.6) 100%);
}

.blog-box:hover .blog-box-img:after {
    height: 100%;
}

.blog-box-img:before {
    content: '';
    width: 70px;
    position: absolute;
    top: 10px;
    right: 0;
    margin: 0 auto;
    left: 0;
    background: url(assets/images/logo.png) no-repeat;
    height: 130px;
    transition: 0.5s;
    filter: brightness(0) invert(1);
    background-size: 100%;
    z-index: 2;
    opacity: 0;
}

.blog-box:hover .blog-box-img:before{
    opacity: 1;
    top: 55px;
}


.blog-box:hover {
    box-shadow: 0px 0px 13px 8px #67676721;
}

.blog-box:hover h6 {
    color: var(--color1);
}


.blog-box-img img {
    display: block;
    border-radius: 15px;
}
div.blog .titlebox {
    margin-bottom: 40px;
}
.datecat {
    text-align: right;
    padding: 9px 10px 4px 10px;
    font-size: 13px;
}

.datecat span {
    position: relative;
    padding-right: 8px;
    margin-left: 5px;
    display: inline-block;
    color: var(--color2);
}

.datecat span:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background: var(--color1);
    display: inline-block;
    margin-left: 6px;
    border-radius: 50px;
    right: 0;
    top: 5px;
}


/*======================================== callcenter =====*/

.callcenterbox {
    background: var(--color1);
    padding: 29px 0;
    color: #fff;
    /* margin: 40px 0; */
    background-image: url(assets/images/ctapatern.png);
}

.callcenterbox span {
    font-weight: 700;
    font-size: 23px;
}

.callcenterbox p {
    font-size: 15px;
    margin-top: 11px;
}

.callcenterright {
    position: relative;
    padding-right: 80px;
}

.callcenterright:before {
   content: "\f10c";
   font-family: 'qcareicon';
   position: absolute;
   font-size: 61px;
   right: 8px;
}
.callcenterleft a {
    width: 100%;
    background: #fff;
    color: var(--color2);
    display: block;
    padding: 9px 0;
    text-align: center;
    border-radius: 55px;
    font-size: 15px;
    position: relative;
    top: 14px;
    border: 1px solid #fff;
}

.callcenterleft {
    padding: 0 10px;
}

.testibox {
    text-align: center;
    background: #ffffff;
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.04);
    border-radius: 10px;
    position: relative;
    padding: 33px  20px 0 20px;
    margin-top: 50px;
    width: 93%;
    margin: 0 auto;
    cursor: pointer;
    transition: 0.5s;
    margin-top: 50px;
}

.testibox span {
    display: block;
}

.testiimg {
    position: absolute;
    width: 60px;
    height: 60px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -30px;
    border-radius: 50px;
    overflow: hidden;
}

span.star img {
    height: 14px;
    margin: 5px auto;
    width: auto !important;
}

span.nametesti {
    font-weight: 700;
    font-size: 24px;
    color: var(--color1);
}

span.citytesti {font-size: 12px;color: #484848;}

span.star {
    margin: 3px 0  0 0;
    text-align: center;
}

.testibox p {
    font-size: 12px;
    line-height: 19px;
    padding-bottom: 15px;
    color: #868686;
}

.testimonial {
    margin-bottom: 30px;
}

.testibox:before {
     content: "\f10d";
     font-family: 'qcareicon';
     position: absolute;
     font-size: 50px;
     right: 4px;
     color: var(--color1);
     top: -20px;
}
.owl-testimonial .owl-stage-outer {
    padding: 30px 0;
}

.testimonial .titlebox {
    margin-bottom: 40px;
}


footer {
    border-top: 3px solid var(--color1);
    background: var(--color2);
    padding: 40px 0 0 0;
    color: #fff;
}

.boxfooter1 img {
    width: 50px;
    margin-bottom: 0px;
}
span.titlefooter:before {
    content: '';
    position: relative;
    display: inline-block;
    width: 17px;
    height: 15px;
    background: url(assets/images/logo.png) no-repeat;
    margin-left: 6px;
    top: 2px;
    background-size: 17px;
}

span.titlefooter {
    font-size: 16px;
    font-weight: bold;
}
.boxfooter1 p {
    font-size: 12px;
    line-height: 2;
    text-align: justify;
    margin-bottom: 3px;
}

.boxfooter3 li , .boxfooter4 li  {
    font-size: 14px;
    line-height: 2.3;
}

.boxfooter3 ul , .boxfooter4 ul {
    margin-top: 10px;
}

.boxfooter2  li span {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
}

.boxfooter2 li span i {
    font-size: 15px;
    margin-left: 9px;
    position: relative;
    top: 5px;
}

.boxfooter2 li {
    font-size: 14px;
    margin-bottom: 16px;
}

.boxfooter2 li span  i.agh-phone {
    transform: rotate(262deg) !important;
    display: inline-block;
}

.boxfooter2 li span i.agh-email {font-size: 24px;margin-left: 5px;top: 8px;}

.boxfooter2 li span i.agh-location {
    margin-left: 8px;
    top: 5px;
    font-size: 21px;
}

.copyright {
    background: #373737;
    padding: 14px 0 7px 0;
    text-align: center;
    margin-top: 30px;
    font-size: 14px;
    margin-top: 40px;
}

.boxfooter1 li {
    display: inline-block;
    margin: 0 0px 0 20px;
    font-size: 23px;
    color: var(--color2);
}

footer a:hover {
    color: var(--color1);
}

footer a {
    color: #fff;
}

.boxfooter1 ul {margin-top: 15px;}

.slidermobile , .bannerm{
display: none;
}

.imgser:before {
    content: '';
    position: absolute;
    background: var(--color1);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: 0.5s;
    opacity: 0;
}

.imgser:after {
    content: '';
    content: '';
    width: 90px;
    position: absolute;
    top: 8%;
    right: 0px;
    margin: 0 auto;
    left: 0;
    background: url(assets/images/logo.png) no-repeat;
    height: 120px;
    transition: 0.5s;
    filter: brightness(0) invert(1);
    background-size: 100%;
    z-index: 2;
    opacity: 0;
}

.servicesboxs:hover .imgser:after {
    opacity: 1;
    top: 28%;
}

.servicesboxs:hover .imgser:before {
    opacity: 0.3;
}


/*======================================== menu mobile  =====*/

  
  .open_menu{
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      position: fixed;
      /* this left's value is important */
      right: -250px;
      top:0;
      /* if you'd change the width's value then you have to change left's value of the .open_menu as well*/
      width: 250px;
      height: 100%;
      background-color: #f1f1f1;
      -webkit-transition: 450ms cubic-bezier(0.10, 0.0, 0, 1);
      transition: 450ms cubic-bezier(0.10, 0.0, 0, 1);
      z-index: 10000;
  }
  .dark .open_menu{
      background: #545454;
  }
  .menu-content{
      display: block;
      width: 100%;
      overflow-y:scroll;
      overflow-x:hidden;
      padding-top: 50px;
  }
  .menu-content::-webkit-scrollbar{
      width: 0;
  }
  
  .opened{
      right: 0;
  }
  
  
  .toOpen{
      display: block;
      width: 25px;
      position: absolute;
      cursor: pointer;
      padding: 20px;
      right: -165px;
  }
  /* The open and close mark. It toggles automatically */
  .toOpened{
      /* width: 25px; */
  }
  .toOpened .line{
      width: 25px !important;
      -webkit-transition: 0ms !important;
      transition: 0ms !important;
  }
  
  
  .toOpened .one{
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      position: absolute;
      top: 25px;
  }
  
  .toOpened .two{
      opacity: 0;
  }
  
  .toOpened .three{
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      position: absolute;
      top: 25px;
  }
  
  
  
  .toOpen .line{
      height: 3px;
      margin: 0 0 2px 0;
      background-color: #dc6161;
      -webkit-transition: 150ms ease-in-out;
      transition: 150ms ease-in-out;
  }
  
  
  .toOpen .two{
      width: 15px;
  }
  .toOpen .three{
      width: 20px;
  }
  
  .toOpen:hover div{
      width: 25px;
      
  }
  .line.one {
    transition: 400ms cubic-bezier(0, 1.05, 0.26, 0.82) !important;
  }
  .toOpened > .three {
    transition: 400ms cubic-bezier(0, 1.05, 0.26, 0.82) !important;
  }
  
  .open_menu h1{
      text-align: center;
      color: white;
  }
  .menu-logo{
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-family: montserrat;
      font-weight: 700;
      margin: 25px 0;
      text-align: center;
  }
  
  .menu-content ul{
      list-style-type: none;
  }
  
  .menu-content ul li{
      text-align: right;
      border-bottom: 1px solid #88888826;
  }
  .menu-content ul li:first-child{
      border-top: 1px solid #88888826;
  }
  
  .menu-content ul li a{
      font-weight: 400;
      font-size: 14px;
      display: block;
      padding: 9px 10px;
      text-decoration: none;
      color: #929292;
      -webkit-transition: 100ms ease-in-out;
      transition: 100ms ease-in-out;
  }
  
  .menu-content ul li a:hover{
      background: #252525;
  }

.menu-logo img {
    width: 110%;
    margin: 0 auto;
}

.menu-content .menu-btn svg {
    width: 20px;
    height: auto;
    position: absolute;
    left: 0;
    fill: var(--color1);
    top: -40px;
}

.menu-content ul li ul li a {
    background: #f7f7f7;
    padding: 10px 40px;
}
.dark .menu-content ul li ul li a {
    background: #3b3b3b8a;
    padding: 10px 40px;
}

.menu-content ul li ul li {
    border: navajowhite;
}
.searchmobile {
    background: #e6e6e6;
    height: 0;
    position: fixed;
    bottom: 67px;
    z-index: 999;
    width: 96%;
    margin: 0 auto;
    left: 0;
    right: 0;
    border-radius: 10px;
    transition: 0.5s;
    display: none;
}

.searchmobile.active {
    height: 80px;
    bottom: 60px;
}
input.searchmobileinput {
    background: #ffffff;
    border: navajowhite;
    width: 100%;
    height: 20px;
    font-family: 'PeydaWeb';
    padding: 20px 10px;
    border-radius: 7px;
    margin-top: 15px;
}

.bannerpage {
    color: var(--color1);
    font-size: 18px;
    text-align: center;
    padding: 50px 0px;
    position: relative;
}

.aboutpage p {
    font-size: 16px;
    line-height: 39px;
/* or 267% */
    text-align: justify;
}

.aboutimg {
    margin-bottom: 10px;
    position: relative;
}

.aboutimg img {
    border-radius: 20px;
    height: auto;
}
.bannerpage h1 {
    display: inline-block;
    margin: 0 auto;
    justify-content: space-around;
    position: relative;
}

.aboutpage {
    margin-bottom: 40px;
}
.bannerpage h1:before {
    content: '';
    position: absolute;
    background: url(assets/images/titleaf.png) no-repeat;
    width: 37px;
    height: 11px;
    right: -45px;
    top: 25px;
    background-size: 35px;
}
.bannerpage h1:after {
    content: '';
    position: absolute;
    background: url(assets/images/titleaf.png) no-repeat;
    width: 37px;
    height: 11px;
    left: -45px;
    top: 25px;
    background-size: 35px;
    transform: rotate(180deg);
}

.aboutpage .why {
    /* background: #f8f9fe; */
    padding: 30px 0;
    margin: 50px 0;
}


/*======================================== contact page =====*/

.contact-page {
    margin: 30px 0;
}


.contact-us-form {
    background: #EBEBEB;
    /* padding: 20px; */
    border-radius: 20px;
    margin-bottom: 20px;
}
.dark .contact-us-form {
    background: #000e22;
}

.contact-page h2 {
    margin-top: 20px;
}

.contact-page h3 {
    font-size: 18px;
    color: var(--color1);
    margin-top: 8px;
    margin-bottom: 10px;
}

.field-block input , .field-block textarea {
    width: 100%;
    min-height: 40px;
    margin: 5px 0;
    border: none;
    font-family: PeydaWeb;
    padding: 12px 10px;
    border-radius: 32px;
    border: 1px solid transparent;
    transition: 0.5s;
    direction: rtl !important;
}
.dark .field-block input, .dark .field-block textarea{
    background:#001836;
    color: #fff;
}
.field-block i {
    font-size: 19px;
    position: relative;
    top: 5px;
    margin-left: 6px;
}

input.sub-form {
    background: var(--color1) !important;
    width: 140px;
    float: left;
    border-radius: 46px;
    color: #fff;
    height: 0;
    line-height: 0;
}

.contactform h2 {
    font-size: 24px;
    font-weight: 100;
}

.contactform {
    margin-top: 20px;
}

.contactform h3 {
    font-weight: 100;
    font-size: 19px;
    color: var(--color1);
    margin-bottom: 15px;
    margin-top: 10px;
}

.cntbox {
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    padding-top: 60px;
    margin: 30px  auto;
    position: relative;
    width: 90%;
}

.cntbox i {
    position: absolute;
    left: 0;
    background: #F8F9FE;
    width: 70px;
    height: 70px;
    padding: 19px;
    border-radius: 50px;
    font-size: 31px;
    color: var(--color1);
    transition: 0.5s;
    right: 0;
    margin: 0 auto;
    top: -20px;
}

.cntbox span {
    font-weight: bold;
    color: var(--color1);
    margin-bottom: 10px;
    display: block;
    font-size: 20px;
}

.cntbox p {
    padding-bottom: 20px;
    display: block;
}

.cntbox:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(assets/images/serpt.png) no-repeat;
    right: 0;
    top: 0;
    background-position: 100% 0%;
    opacity: 0.3;
}
.cntbox:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(assets/images/serpt.png) no-repeat;
    left: 0;
    top: 0;
    background-position: 100% 0%;
    transform: rotate(180deg);
    opacity: 0.3;
}
.bannerpage:before {
    content: '';
    position: absolute;
    background: url(assets/images/serpatern.png) no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}



.blog-page {
    margin-top: 40px;
    margin-bottom: 30px;
}

.blog-page .blog-box {
    margin-bottom: 20px;
}
.single-img img {
    border-radius: 20px;
    height: auto;
}

.singlecateroty span , .singlecateroty a , .singlecateroty {
    color: #B1B1B1;
    font-size: 12px;
}

.singlecateroty i {
    font-size: 17px;
    position: relative;
    top: 5px;
    margin-left: 5px;
}

.singlecateroty span {
    font-size: 14px;
}

.top-single h1 {
    font-weight: bold;
    font-size: 29px;
    margin: 3px 0;
    line-height: 1.5;
    color: var(--color1);
}

.short-desc , .alldesc {
    font-size: 15px;
    line-height: 31px;
    color: #8f8f8f;
}

.alldesc {
    margin-top: 10px;
}

.singletag {
    border-top: 1px solid #eeeeee;
    padding: 10px 0;
    margin: 10px 0;
}

.singletag span {
    color: var(--color4);
}

.singletag a {
    display: initial;
    padding: 2px 18px;
    border: 1px solid var(--color1);
    border-radius: 25px;
    color: var(--color1);
    margin: 0px 2px;
    font-size: 13px;
    transition: 0.5s;
}

.realated .title-center {
    margin-bottom: 110px;
}

.realated .title-center:before {
    top: -50px;
}

.realated .title-center , .comment .title-center {
    margin-bottom: 80px;
}

.realated .title-center:before, .comment .title-center:before {
    top: -50px;
}


.title-box {
    text-align: center;
    font-size: 28px;
    margin: 30px 0;
    color: var(--color1);
}



.comment input {
    background: #F1F1F1;
    border-radius: 10px;
    border: none;
    font-size: 12px;
    height: 40px;
    width: 100%;
    padding: 0 15px;
    font-family: 'PeydaWeb';
}
.comment textarea {
    background: #F1F1F1;
    border-radius: 10px;
    border: none;
    font-size: 12px;
    height: 130px;
    width: 100%;
    font-family: 'PeydaWeb';
    padding: 15px 15px;
}

.comment button#submit {
    border: none;
    background: var(--color1);
    padding: 8px 50px;
    color: #fff;
    font-weight: 100;
    border-radius: 35px;
    font-family: 'PeydaWeb';
    font-size: 14px;
    margin-top: 13px;
    border: 1px solid var(--color1);
    transition: 0.5s;
}

span.cmtitle i {
    margin-left: 6px;
    position: relative;
    top: 6px;
    font-size: 19px;
    color: var(--color1);
}

span.cmtitle {
    font-size: 15px;
    margin-bottom: 6px;
    display: block;
    text-align: right;
}


.cm1 {margin-bottom: 10px;}

.comment .float-right.mb-5 {
    text-align: left;
}
.comment {
    text-align: left;
}
.singletag a:hover {
    background: var(--color1);
    color: #fff;
}
.servicebox .servicesboxs {
    width: 100%;
    margin: 10px 0;
}

/*======================== single blog  ========================*/
.titleblogbox {
    box-shadow: 0px 3px 13px rgba(232, 232, 232, 0.6);
    border-radius: 20px;
    overflow: hidden;
    padding: 25px 25px 20px 25px;
    margin-top: 40px;
    background: #fff;
}
.titleblogbox img {
    border-radius: 11px;
    display: inherit;
    height: auto;
}

span.doctor i {
    color: var(--color1);
    font-size: 20px;
    right: 0;
    position: absolute;
    top: 0px;
}

.titleblogbox h1 {
    font-size: 32px;
    margin: 0;
    color: var(--color1);
}

.titleblogbox p {
    color: #424242;
    font-size: 16px;
    line-height: 43px;
}


/*=================single service=================*/
.titlelistbox {
    box-shadow: 0px 3px 13px rgb(232 232 232 / 60%);
    border-radius: 15px;
    overflow: hidden;
    padding: 30px 25px;
    margin-top: 25px;
    background: #fff;
}

.righttitlelist i {
    position: absolute;
    font-size: 33px;
    top: -4px;
    color: var(--color1);
    cursor: pointer;
}

.righttitlelist ul li {
    display: inline-block;
    padding-left: 35px;
    font-size: 15px;
}

.righttitlelist ul {
    padding-right: 60px;
    position: relative;
    top: 2px;
}

.righttitlelist ul li a {
    color: var(--color2);
}

.righttitlelist ul li a:hover {
    color: var(--color1);
}

.lefttitlelist {
    text-align: left;
    position: relative;
    padding-left: 50px;
    font-size: 30px;
}

.lefttitlelist i {
    font-size: 32px;
    position: absolute;
    left: 20px;
    top: 1px;
    color: var(--color1);
}

.lefttitlelist a {
    position: absolute;
    left: 0;
    padding-left: 61px;
    color: var(--color2);
    bottom: -15px;
}

.singleservisec {
}

.titlelist {
    position: sticky;
    position: -webkit-sticky;
    top: 6px;
    z-index: 99999;
    mix-blend-mode: normal;
}
.surgicalinformationbox{display: flex;align-items: flex-start;margin-top: 30px;justify-content: space-between;}
.surgicalinformation:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 300px;
    bottom: -20px;
    z-index: -1;
    background: linear-gradient(181.23deg, rgba(255, 255, 255, 0) 1.73%, rgba(206, 206, 206, 0.18) 98.95%);
}

.surgicalinformation {
    position: relative;
}

.scrltab {
    margin-top: 60px;
}

.rightscrltab li a {
    background: red;
    background: #F2F2F2;
    border-radius: 17px;
    padding: 9px 30px;
    margin-bottom: 10px;
    display: block;
}

.rightscrltab li a {
    color: var(--color2);
    position: relative;
}

.rightscrltab li a:before {
    content: '';
    position: relative;
    display: inline-block;
    width: 5px;
    height: 5px;
    background: var(--color1);
    border-radius: 50px;
    margin-left: 6px;
    transition: 0.5s;
}
.rightscrltabbox {
    position: sticky;
    top: 20px;
    z-index: 9;
}
.rightscrltabtext {
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 3px 13px rgba(232, 232, 232, 0.6);
    border-radius: 20px;
}
.leftscrltab {
}
div#button {
    z-index: 999;
    position: relative;
}

.rightscrltabtext {
    box-shadow: 0px 3px 13px rgba(232, 232, 232, 0.6);
    border-radius: 20px;
    padding: 22px;
}
.rightscrltabtext h1 , .rightscrltabtext h2 , .rightscrltabtext h3 , .rightscrltabtext h4 , .rightscrltabtext h5 , .rightscrltabtext h6 {
    font-weight: 700;
    color: var(--color1);
    margin-bottom: 10px;
    margin-top: 10px;
}
.rightscrltabtext h1 {
    font-size: 30px;
}
.rightscrltabtext h2 {
    font-size: 24px;
}
.rightscrltabtext h3 {
    font-size: 21px;
    background: #F2F2F2;
    border-radius: 12px;
    padding: 10px 10px;
}
.rightscrltabtext h4 {
    font-size: 19px;
}
.rightscrltabtext h5 {
    font-size: 17px;
}
.rightscrltabtext h6 {
    font-size: 15px;
}

.rightscrltabtext p {font-size: 15px;line-height: 37px;text-align: justify;color: #424242;}

.rightscrltabtext li {
    font-size: 14px;
    line-height: 40px;
    text-align: right;
    color: #424242;
}


.rightscrltabtext li:before {
    content: '';
    position: relative;
    width: 4px;
    height: 4px;
    background: var(--color1);
    display: inline-block;
    border-radius: 50px;
    margin-left: 10px;
}

.rightscrltabtext ul {
    margin: 10px 0;
}


.usercommentavatar {
    background: #FFFFFF;
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    overflow: hidden;
    width: 96%;
    margin: 0 auto;
}

.owl-usercomment .owl-stage-outer {
    padding: 20px 0;
}

.usercommentavatar p {
    padding: 20px 20px 0px 20px;
    font-size: 14px;
    line-height: 22px;
    text-align: right;
    color: #A5A5A5;
}

.btnavatar img {
    width: 50px !important;
    border-radius: 50px;
    margin: 7px auto;
    position: relative;
}

.btnavatar {
    text-align: center;
    position: relative;
    z-index: 0;
}

.btnavatar p {
    text-align: center;
    padding: 0 0 5px 0;
    position: relative;
    color: var(--color2);
}

.btnavatar:before {
    content: '';
    position: absolute;
    background: red;
    bottom: 0;
    height: 80%;
    width: 100%;
    left: 0;
    background: #F2F2F2;
    border-radius: 20px;
}

span {}

.btnavatar span {
    position: relative;
    font-size: 17px;
    color: var(--color1);
}

i.agh-profile:before {
    content: '';
    position: absolute;
    background: url(assets/images/profile-circle.svg) no-repeat;
    width: 50px;
    height: 50px;
    top: 0px;
    background-size: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
}


.comment-avatar {
    display: inline-flex;
}
.datecomment i {
    float: revert;
    font-size: 16px;
    position: relative;
    top: 3px;
}





ul.accordion-list {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 20px 0;
  margin: 0;
  list-style: none;
}
ul.accordion-list li {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  background-color: #EBEBEB;
  margin: 0 auto 15px auto;
  border-radius: 15px;
  cursor: pointer;
  overflow: hidden;
}
ul.accordion-list li.active h3:after {
  transform: rotate(180deg);
  color: #fff;
}
ul.accordion-list li h3 {
  text-align: right;
  font-weight: 700;
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 16px 19px 16px 47px;
  margin: 0;
  font-size: 15px;
  letter-spacing: 0.01em;
  cursor: pointer;
  transition: 0.5s;
}
ul.accordion-list li h3:after {
  content: "\f103";
  font-family: 'whclicon';
  position: absolute;
  left: 30px;
  top: 20px;
  color: var(--color2);
  transition: all 0.3s ease-in-out;
  font-size: 11px;
}
ul.accordion-list li div.answer {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 6px 13px;
  cursor: pointer;
}
ul.accordion-list li div.answer p {
  position: relative;
  display: block;
  font-weight: 300;
  padding: 6px 0 0 0;
  cursor: pointer;
  line-height: 150%;
  margin: 0 0 15px 0;
  font-size: 14px;
  line-height: 2;
}
li.active h3 {
    background: var(--color1);
    color: #fff;
}

ul.accordion-list li h3 {
    font-weight: 400;
    font-size: 14px;
    border-right: 4px solid var(--color1);
    border-radius: 15px;
}

ul.accordion-list li h3:after {
  content: "\f116";
  font-family: 'qcareicon';
  position: absolute;
  left: 25px;
  top: 22px;
  color: var(--color2);
  transition: all 0.3s ease-in-out;
  font-size: 11px;
}
ul.accordion-list li div.answer {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 6px 13px;
  cursor: pointer;
}
ul.accordion-list li div.answer p {
  position: relative;
  display: block;
  font-weight: 300;
  padding: 6px 0 0 0;
  cursor: pointer;
  line-height: 150%;
  margin: 0 0 15px 0;
  font-size: 14px;
  line-height: 2;
}
li.active h3 {
    background: var(--color1);
    color: #fff;
}

ul.accordion-list li h3 {
    font-weight: 400;
    font-size: 13px;
    border-right: 4px solid var(--color1);
    border-radius: 15px;
}

.singleservisec .faq, .singleservisec div.comment{
    box-shadow: 0px 3px 13px rgb(232 232 232 / 60%);
    border-radius: 20px;
    padding: 22px;
    margin-top: 20px;
    display: flow-root;
}

.faq h5 , .comment h5 {
    text-align: center;
    color: var(--color1);
    font-size: 25px;
    padding-bottom: 0px;
    position: relative;
}

span.ennamesa {font-size: 16px;line-height: 44px;color: #A7A7A7;display: block;height: 32px;}

span.listtitle {
    color: var(--color1);
    font-size: 20px;
    margin-bottom: 10px;
    display: block;
}

.rightscrltab li a:hover {
    background: var(--color1);
    color: #fff;
}

.rightscrltab li a:hover:before {
    background: #fff;
}


.jobboxs {
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    overflow: hidden;
    width: 97%;
    margin: 0 auto;
}

.jobbox .jobboxs {
    width: 100%;
    margin: 20px 0;
}
.jobboxs .textser {
    padding: 15px 14px 27px 14px;
}
.datajob li {
    display: inline-block;
    margin-left: 7px;
    color: var(--color2);
}

.datajob li span , .datajob li p {
    display: inline-block;
    font-size: 12px;
    margin-left: 0px;
}

.datajob li:last-child p {
    margin-left: 0;
}

.datajob li:before {
    content: '';
    position: relative;
    display: inline-block;
    background: var(--color1);
    width: 6px;
    height: 6px;
    margin-left: 3px;
    border-radius: 50px;
}
a.jobmore {
    position: absolute;
    bottom: 6px;
    background: var(--color1);
    color: #fff;
    padding: 7px 30px;
    font-size: 12px;
    border-radius: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    width: 129px;
}

.singlejob .titleblogbox p {
    font-size: 15px;
    line-height: 33px;
}


.informations-groups{
    background: #f4f4f4;
    border-radius: 10px;
    padding: 1px 5px;
}
.infotr{
    position: relative;
    margin: 20px 5px;
    background: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
}
.infotr.title{
    color: var(--color1);
    font-size: 16px;
    font-weight: bold;
    padding: 10px 30px 10px 0;
}
.infotr.title:before{
    content: '';
    width: 8px;
    height: 8px;
    background: var(--color1);
    display: inline-block;
    border-radius: 50%;
    margin-left: 10px;

}
.infotr-name,.infot-val{
    padding: 10px 3% 10px 1%;
    font-size: 16px;
}
.infotr-name{
    border-left: 10px solid #f4f4f4;
    color: #999;
    min-width: 30%;
}
.infot-val{
    color: var(--color2);
}

.product-single .title-box h3 {color: var(--color1);}

.Technical {
    margin-top: 20px;
    margin-bottom: 30px;
}

.belongings {
    margin: 60px 0;
}

.belongings li span {
    background: var(--color3);
    padding: 10px 10px;
    border-radius: 4px;
    padding-right: 30px;
    margin-bottom: 10px;
    width: 100%;
    display: flex;
    position: relative;
}

.belongings li span:before {
    content: '';
    display: inline-block;
    transform: rotate(45deg);
    height: 16px;
    width: 6px;
    margin-left: 60%;
    border-bottom: 1px solid var(--color1);
    border-right: 1px solid var(--color1);
    position: absolute;
    right: 14px;
}
.Technical h2 {
    text-align: center;
    margin: 50px 0 13px 0;
    color: var(--color1);
    font-size: 30px;
}
.singlejob p {
    color: #424242;
    font-size: 14px;
    line-height: 46px;
}
.Counselingpage p {
    font-size: 13px;
    line-height: 36px;
    margin-bottom: 30px;
}
.Counselingpage .contact-us-form {
    box-shadow: 0px 3px 13px rgba(232, 232, 232, 0.6);
    border-radius: 20px;
    background: #fff;
    overflow: hidden;
}

.Counselingpage .field-block input, .Counselingpage  .field-block textarea {
    background: #F0F0F0;
}
.Counselingpage .field-block i {
    color: var(--color1);
}
.serchdv {
    color: #fff;
}
.serchdv span {
    display: block;
    font-size: 13px;
}

div.blog .owl-stage-outer {
    padding: 20px 0;
}

.owl-blog .blog-box {
    width: 95%;
    margin: 0 auto;
}
.moreabout a {
    display: inline-block;
    padding: 10px 20px;
    margin-top: 20px;
    border: 1px solid var(--color1);
    border-radius: 30px;
    color: var(--color1);
    font-size: 12px;
}

.imglls img {
    border-radius: 20px;
    margin: 20px 0;
}
.teambox {
    /* overflow: hidden; */
    position: relative;
    padding: 15px;
    text-align: center;
}

.teambox:before {
    content: '';
    position: absolute;
    background: red;
    width: 100%;
    height: 87%;
    bottom: 0;
    background: #FFFFFF;
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 0 0;
    left: 0;
    z-index: -1;
}

.teambox img {
    border-radius: 15px;
}

span.titlename {}

span.titlename {
    display: block;
    font-weight: bold;
    font-size: 18px;
    color: var(--color1);
}

span.semat {
    font-size: 14px;
    color: #a8a8a8;
}
.team .titlebox {margin-bottom: 30px;}

.popup_body{
  /* display:none; */
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  -ms-transition: 300ms;
  transition: 300ms;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
}
.popup_body_show{
  visibility: visible;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  -ms-transition: 300ms;
  transition: 300ms;
  opacity: 1;
}
.popup_back{
  background: rgba(0,0,0,0.4);
  position: fixed;
  left:0;right:0;top:0;bottom:0;
}
.popup_contain{
  position: absolute;
  background:#fff;
  min-width:300px;
  max-width: 60%;
  /* margin:100px auto 50px; */
  min-height:150px;
  padding: 25px 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 30%;
  border-radius: 10px;
}
.popup_close{
  background: var(--color1);
  padding: 4px 12px;
  position: absolute;
  right:-10px;
  top:-10px;
  color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}
.popup_contain span {
    display: block;
    text-align: center;
}
.testibox:hover {
    box-shadow: 0px 12px 21px rgb(0 0 0 / 7%);
    width: 94%;
}
h2.gform_title {
    display: none;
}

#gform_1 input {
    width: 100%;
    min-height: 40px;
    margin: 5px 0;
    border: none;
    font-family: PeydaWeb;
    padding: 12px 10px;
    border-radius: 32px;
    border: 1px solid transparent;
    transition: 0.5s;
    direction: rtl !important;
}

#gform_1 textarea {
    width: 100%;
    min-height: 40px;
    margin: 5px 0;
    border: none;
    font-family: PeydaWeb;
    padding: 12px 10px;
    border-radius: 32px;
    border: 1px solid transparent;
    transition: 0.5s;
    direction: rtl !important;
}

input#gform_submit_button_1 {
    background: var(--color1) !important;
    width: 140px;
    float: left;
    border-radius: 46px;
    color: #fff;
    height: 0;
    line-height: 0;
}

.gform_footer.before {
    margin: 0 !important;
    padding: 0 !important;
}


.agh-pagination{

width: 100%;

font-size: 17px;

text-align: center;

padding: 40px 0;

display: inline-flex;

margin: 0 auto;

justify-content: center;
}



.agh-pagination .agh-inner-page-numbers{

    position: relative;

    display: inline-block;

    padding: 0 0.7%;

}



.agh-pagination .current{

color: #ffffff;

font-weight: 500;

/* font-size: 18px; */

background: var(--color1);
}







.agh-pagination span , .agh-pagination a {

padding: 5px 9px;

border: 1px solid;

border-radius: 8px;

height: 30px !important;

width: 30px !important;

margin: 0px 5px;

font-size: 14px;

color: #b1b1b1;
}



a.next.page-numbers , a.prev.page-numbers {

    font-size: 0;

    position: relative;

}



a.next.page-numbers:before {
    content: '';
    border-right: 1px solid #b1b1b1;
    border-bottom: 1px solid #b1b1b1;
    width: 7px;
    height: 7px;
    box-shadow: black;
    position: absolute;
    /* background: white; */
    right: -3px;
    transform: rotate(135deg);
    left: 0;
    bottom: 11px;
    margin: 0 auto;
}

a.prev.page-numbers:before {
    content: '';
    border-right: 1px solid #b1b1b1;
    border-bottom: 1px solid #b1b1b1;
    width: 7px;
    height: 7px;
    box-shadow: black;
    position: absolute;
    /* background: white; */
    right: 3px;
    transform: rotate(310deg);
    left: 0;
    bottom: 10px;
    margin: 0 auto;
}

a.next.page-numbers:hover, a.prev.page-numbers:hover , .agh-pagination a:hover {
    background: var(--color1);
    border-color: var(--color1);
    color: #fff;
}

.jobspage {
    margin-bottom: 40px;
}
.singlejob {margin-bottom: 40px;}
form#commentform {
    width: 80%;
    margin:  0 auto;
    display: grid;
}



.namecomment {
    float: right;
    font-size: 16px;
    color: var(--color1);
    position: relative;
    padding-right: 21px;
}

.datecomment {
    float: left;
    position: relative;
    font-size: 14px;
    color: #919191;
}

.comment-avatar p {
    display: block;
    width: 100%;
    margin: 20px 0;
    text-align: right;
}

.comment-avatar {
    display: grid;
}

.reply {
    text-align: left;
}

.reply a {
    color: var(--color1);
    font-weight: bold;
    font-size: 14px;
}

ul.children {
    width: 92%;
    margin-right: 8%;
    margin-top: 10px;
}

.commentbox {
    width: 100%;
}

.comment-list .commentbox {border: 1px solid #e1e1e1;border-radius: 10px;padding: 20px 30px;}


.comment-list > li {
    margin-bottom: 50px;
}

ul.children {}

.comment-list .children li {
    /* background: #f0f0f0; */
}
  



span.wpcf7-spinner {
    display: none;
}

.comment_section {
    margin-bottom: 40px;
    width: 93%;
    margin: 0 auto;
}


form#commentform {
    width: 100%;
    display: block;
}
.namecomment i {
    position: absolute;
    right: 0;
}

.datecomment i {
    margin-left: 7px;
}
ul.children .commentbox {
    background: #f0f0f0;
}

.comment_list_respond {
    width: 90%;
    margin: 0 auto;
}
.btn-searchs {
    position: absolute;
    height: 36px;
    width: 40px;
    z-index: -1;
    left: 0;
    border: none;
    background: transparent;
    font-size: 0;
}
.singleservisec {
    padding-bottom: 40px;
}

.contact-us-form h3 {
    font-weight: bold;
    color: #fff;
    font-size: 15px;
    padding: 15px 20px;
    position: relative;
    background: var(--color1);
}
.contact-us-form h3:before {
    content: '';
    position: relative;
    background: url(assets/images/titleaf.png) no-repeat;
    width: 37px;
    height: 11px;
    right: 0px;
    top: 3px;
    background-size: 35px;
    display: inline-block;
    filter: brightness(0) invert(1);
    margin-left: 8px;
}
div#gform_wrapper_2 , div#gform_wrapper_3 {
    padding: 0 30px 20px 30px;
}

div#gform_wrapper_2 input , div#gform_wrapper_3 input , div#gform_wrapper_3 select {
        width: 100%;
    min-height: 40px;
    margin: 5px 0;
    border: none;
    font-family: PeydaWeb;
    padding: 12px 10px;
    border-radius: 32px;
    border: 1px solid #1e1d1d30;
    transition: 0.5s;
    direction: rtl !important;
    
}
input#gform_submit_button_2 , input#gform_submit_button_3 {
    background: var(--color1) !important;
    width: 140px !important;
    border-radius: 46px;
    color: #fff;
    height: 0;
    line-height: 0;
}
.gform_wrapper.gravity-theme #field_submit, .gform_wrapper.gravity-theme .gform_footer {
    display: flex;
    justify-content: flex-end;
}
.gchoice  input {
    width: auto !important;
}
.gchoice  {
    display: inline-block !important;
    margin-left: 10px;
}

.gform_ajax_spinner {
display:none
}

div#gform_confirmation_message_3 , div#gform_confirmation_message_2 {
    padding: 30px 30px;
    color: var(--color1);
    font-size: 20px;
    font-weight: bold;
}
.services-page .servicesboxs {
    margin-bottom: 20px;
}
.scrltabs {
    margin-top: 15px;
}
div#gform_fields_1 {
    padding: 30px;
}
header .current_page_item a {
    color: var(--color1);
}