/*
Theme Name: Farhad Arefi
Theme URI: http://farhadarefi.com
Author: farhad arefi
Author URI: http://farhadarefi.com
Description: قالب هلدینگ پدر
Version: 1.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: farhad
*/






:root {
    --color1: #0A4B82;
    --color2: #E0B828;
}


@font-face {
    font-family: anjoman;
    font-style: normal;
    font-weight: 100;
    src: url('assets/fonts/AnjomanMax-Regular.woff') format('woff'),   
    url('assets/fonts/AnjomanMax-Regular.woff2') format('woff2');        
}

@font-face {
    font-family: anjomanbold;
    font-style: normal;
    font-weight: 500;
    src: url('assets/fonts/AnjomanMax-SemiBold.woff') format('woff'),   
    url('assets/fonts/AnjomanMax-SemiBold.woff2') format('woff2');       
}

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

body {
    margin: 0;
    font-family: anjoman;
    color: #161616;
    text-align: right;
    direction: rtl;
    overflow-x: hidden;
}
img {
    width: 100%;
}

li {
    list-style: none
}

a {
    color: #141413;
    transition: 0.5s;
}

a:hover, a:visited, a:link, a:active {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    color: var(--color1) !important;
}
.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: pedarholding !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-facebook:before {
    content: "\f101";
}
.agh-instagram:before {
    content: "\f102";
}
.agh-twitter:before {
    content: "\f103";
}
.agh-whatsapp:before {
    content: "\f104";
}
.agh-youtube:before {
    content: "\f105";
}
.agh-telegram:before {
    content: "\f106";
}
.agh-linkedin:before {
    content: "\f107";
}
.agh-phone:before {
    content: "\f108";
}
.agh-arrow-down-sign-to-navigate:before {
    content: "\f109";
}
.agh-play:before {
    content: "\f10a";
}
.agh-right-quotation-mark:before {
    content: "\f10b";
}
.agh-mail:before {
    content: "\f10c";
}
.agh-location:before {
    content: "\f10d";
}
.agh-clock:before {
    content: "\f10e";
}
.agh-user:before {
    content: "\f10f";
}
.agh-sitemap:before {
    content: "\f110";
}
.agh-comment:before {
    content: "\f111";
}
.agh-category:before {
    content: "\f112";
}
.agh-link:before {
    content: "\f113";
}
.agh-calendar:before {
    content: "\f114";
}
.agh-up-arrow:before {
    content: "\f115";
}
.agh-play-button-arrowhead:before {
    content: "\f116";
}
.agh-more:before {
    content: "\f117";
}
.agh-home:before {
    content: "\f118";
}
.agh-building:before {
    content: "\f119";
}


/*============= header =============*/
.centerthe img {
    width: 70%;
    margin: 0 auto;
}

.centerthe {
    text-align: center;
}

.righthebottom {
    height: 50px;
    padding: 12px 0;
}

.righthetop {
    /* height: 50px; */
    padding: 8px 0;
    border-bottom: 1px solid #C8C8C8;
}
.lefthebottom {
    height: 50px;
    padding: 12px 0;
    text-align: left;
}

.lefthetop {
     padding: 10px 30px 0px 30px;
     border-bottom: 1px solid #C8C8C8;
     text-align: left;
}
.lefthebottom ul li {
    display: inline-block;
    padding-right: 45px;
}
.righthebottom ul li {
    display: inline-block;
    padding-left: 45px;
}


.righthebottom ul li a , .lefthebottom ul li a {font-size: 14px;}

li.crl a {
    color: var(--color1);
    font-weight: bold;
}


header .phone a {
    letter-spacing: 2px;
    font-size: 15px;
    color: var(--color1);
    font-weight: bold;
    padding-left: 3px;
}
.phone a span{
    color: var(--color2);
}
header .phone {
    direction: ltr;
    display: inline-block;
    float: left;
}

.nav-wrapper {
  text-align: center;
}
  .sl-nav {padding-left: 13px;position: relative;margin-left: 10px;color: var(--color1);font-size: 14px;}
.sl-nav ul {
  margin:0;
  padding:0;
  list-style: none;
  position: relative;
  display: inline-block;
}
.sl-nav li {
  cursor: pointer;
  padding-bottom:10px;
}
.sl-nav li ul {
  /* display: none; */
  position: absolute;
  top: 29px;
  left: -15px;
  opacity: 0;
  display: block;
  background: #fff;
  width: 120px;
  padding-top: 0px;
  z-index: 1;
  border-radius: 5px;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 4%);
  visibility: hidden;
  transition: 0.5s;
}
.sl-nav li:hover ul {opacity: 1;visibility: visible;}
.sl-nav li .triangle {
  position: absolute;
  top: 15px;
  right: -10px;
  z-index:10;
  height: 14px;
  overflow:hidden;
  width: 30px;
  background: transparent;
}
.sl-nav li .triangle:after {
  content: '';
  z-index: 20;
  width: 15px;
  transform: rotate(45deg) translateY(0px) translatex(10px);
  height: 15px;
  background: #fff;
  border-radius:2px 0px 0px 0px;
  transition: 0.5s;
  opacity:0;
  position: absolute;
}
.sl-nav li:hover .triangle:after {
  opacity:1
}

.sl-nav li ul li {
  position: relative;
  text-align: left;
  background: transparent;
  padding: 15px 15px;
  padding-bottom:0;
  z-index: 2;
  font-size: 15px;
  color: #3c3c3c;
}
.sl-nav li ul li:last-of-type {
  padding-bottom: 15px;
}
.sl-nav li ul li span {
  padding-left: 5px;
}
.sl-nav li ul li span:hover, .sl-nav li ul li span.active {
  color: #146c78;
}
.sl-flag {
  display: inline-block;
  box-shadow: 0px 0px 3px rgba(0,0,0,0.4);
  width: 15px;
  height: 15px;
  background: #aaa;
  border-radius: 50%;
  position: relative;
  top: 2px;
  overflow: hidden;
  float: left;
}

.lang {
    display: inline-block;
}
.sl-nav:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 18px;
    background: #dbdbdb;
    left: 0;
    top: 1px;
}
header .phone i {
    font-size: 18px;
    position: absolute;
    left: 20px;
    color: var(--color1);
    top: 12px;
}

ul.socialheader li {
    display: inline-block;
    padding-left: 14px;
    position: relative;
    top: 5px;
    font-size: 17px;
}

ul.socialheader a {
    color: #8D8D8D;
}

.menu-btn{
    display: none;
    color: var(--color1);
}
header {
    border-top: 2px solid var(--color1);
    position: absolute;
    width: 100%;
    z-index: 1;
}

header:before {
    content: '';
    position: absolute;
    background: var(--color2);
    left: 0;
    width: 50%;
    height: 2px;
    top: -2px;
}

.slider:before{
    content: '';
    position: absolute;
    height: 540px;
    width: 75%;
    background-repeat: no-repeat !important;
    background-position: 100% 0 !important;
    background: url('assets/images/banner.png');
    background-size: cover;
    border-radius: 0px 0 0 15px;
    top: 0;
}
.sliderleft img {
    width: 95%;
}

.sliderleft {
    text-align: left;
}

.slider {
    padding-top: 150px;
}
.sliderright h1 {
    font-weight: 600;
    font-size: 70px;
}
.sliderright h2 {font-weight: 400;font-size: 29px;}
.sliderright p {font-weight: 500;font-size: 13px;line-height: 36px;
/* or 240% */text-align: right;color: #888888;margin: 10px 0;}

.sliderright {
    color: var(--color1);
    font-family: 'anjomanbold';
    position: relative;
    top: -10px;
}

a.moreabout {
    padding: 8px 40px;
    display: inline-block;
    background: var(--color1);
    font-size: 12px;
    color: #fff;
    border-radius: 50px;
    border: 1px solid var(--color1);
}

a.videoabout {
    padding-right: 35px;
    padding-left: 50px;
    display: inline-block;
    position: relative;
    color: #3a3a3a;
    margin-right: 10px;
}

a.videoabout i {
    font-size: 30px;
    position: absolute;
    right: 0;
    transform: rotate(180deg);
    top: -16px;
}
/*============= bestproject =============*/

.bestproject {
    padding-top: 100px;
}

.bestproject p {
    font-size: 15px;
    line-height: 34px;
    margin-bottom: 10px;
}

.bestproject a {
    padding: 5px 37px 7px 37px;
    display: inline-block;
    background: var(--color1);
    font-size: 13px;
    color: #fff;
    border-radius: 50px;
    margin-left: 7px;
    border: 1px solid;
}

.databoxsp img {
    position: absolute;
    height: 42px;
    width: auto;
    right: 0;
    top: 4px;
}

.databoxsp {position: relative;padding-right: 60px;}

.dataspecial {
    padding: 14px 0 22px 0;
}

span.titledt {
    display: block;
    font-weight: 700;
    font-size: 14px;
}

span.pcdt {
    font-weight: 400;
    font-size: 12px;
    color: var(--color1);
}

.titlebox h3 {
    font-weight: 700;
    font-size: 39px;
    color: var(--color1);
}

.titlebox h3:before {
    content: '';
    position: relative;
    display: inline-block;
    background: url(assets/images/beforetitle.png) no-repeat;
    width: 25px;
    height: 31px;
    top: 13px;
    margin-left: 7px;
    background-size: 24px;
}

a.spesbtn2 {
    background: var(--color2);
}
.bestprojectleft img {
    position: relative;
    top: 10px;
}

/*============= project =============*/


.project {
    padding: 50px 0 10px 0;
    position: relative;
    background: #F6F6F6;
    margin: 50px 0;
}

.projectboxs {
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    overflow: hidden;
    width: 97%;
    margin: 0 auto;
    background: #fff;
    min-height: 435px;
}

.textprj {
    padding: 25px 18px 15px 18px;
    position: relative;
}

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

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

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

.imgprj img {
    display: block;
}
.iconprj {
    width: 55px;
    height: 55px;
    background: #f4f4f4;
    padding: 12px;
    border-radius: 50px;
    position: absolute;
    left: 20px;
    bottom: -27px;
    z-index: 999;
}

.imgprj {
    position: relative;
}
.owl-project .owl-stage-outer {
    padding: 20px 0;
}

.project:before {
    content: '';
    position: absolute;
    background: url(assets/images/prjpatern.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;
}
.project-nav.owl-nav {
    left: 0;
}

.projectowl {
    position: relative;
}

.projectowl span.owl-prev {
    left: -50px;
    top: -7px;
}

.projectowl span.owl-next {
    right: -50px;
}
.titleboxcenter {
    text-align: center;
    position: relative;
}

.titleboxcenter h3 {
    font-size: 43px;
    color: var(--color1);
    font-weight: bold;
    font-family: 'anjomanbold';
}

.titleboxcenter h3 span {
    color: #141413;
}

.titleboxcenter p {
    font-size: 15px;
    font-weight: bold;
}

.titleboxcenter h3:before {
    content: '';
    position: absolute;
    display: inline-block;
    background: url(assets/images/beforetitle.png) no-repeat;
    width: 25px;
    height: 31px;
    top: -20px;
    background-size: 25px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.serbox img {
    width: 45px;
    display: block;
    margin: 0 auto;
}

.serbox {
    text-align: center;
    border: 1px solid #EFEFEF;
    padding: 15px 14px;
    border-radius: 10px;
    margin: 20px 0;
    transition: 0.5s;
}

.serbox span {
    font-size: 15px;
    color: var(--color1);
    font-weight: bold;
    margin-top: 10px;
    display: block;
    margin-bottom: 3px;
}

.serbox p {
    font-size: 12px;
    line-height: 23px;
    color: #9D9D9D;
}

.serbox:hover {
    border: 1px solid var(--color1);
}
/*======================================== callcenter =====*/

.callcenterbox {
    background: var(--color1);
    padding: 20px 0 17px 0px;
    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: '';
   position: absolute;
   font-size: 61px;
   right: 8px;
   width: 60px;
   height: 60px;
   background: url(assets/images/callcenter.png);
   background-size: 60px;
   top: 11px;
}

.callcenterleft {
    padding: 15px 10px;
    text-align: left;
}
.callcenterleft i {
    font-size: 43px;
    position: absolute;
    left: 6px;
    top: 9px;
}

.callcenterleft a {
    direction: ltr;
    color: #fff;
    padding-left: 50px;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 4px;
    position: relative;
}

.callcenterleft a span {
    font-size: 25px;
    color: var(--color2);
}


/*======================================== blog =====*/



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

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

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

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

.blog-box p {
    font-size: 13px;
    margin-top: 3px;
    color: #a3a3a3;
    text-align: justify;
    padding: 0 9px 16px 9px;
}

.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;
    position: absolute;
    margin-left: 10px;
    width: 120px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}


.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%, rgb(10 75 130) 100%);
}

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

.blog-box-img:before {
    content: '';
    width: 130px;
    position: absolute;
    top: 10px;
    right: 0;
    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;
}

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


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

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


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

.datecat span {
    margin-left: 6px;
}

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



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

.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: 22px;
    color: var(--color1);
}

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

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

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

.testimonial {
    margin-bottom: 30px;
}

.testibox:before {
     content: "\f10b";
     font-family: 'pedarholding';
     position: absolute;
     font-size: 40px;
     right: -1px;
     color: var(--color2);
     top: -16px;
}
.owl-testimonial .owl-stage-outer {
    padding: 30px 0;
}

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

.callcenterbox-cn .callcenterbox {
    padding: 20px 40px 17px 40px;
    border-radius: 13px;
}


 footer {
  background: linear-gradient(180deg, rgba(227, 227, 227, 0) 0%, rgba(227, 227, 227, 0.69) 48.44%, #E3E3E3 100%);
}


.boxfooter1 img {
    width: 90px;
    margin-bottom: 0px;
}
span.titlefooter:before {
    content: '';
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    top: 4px;
    color: var(--color1);
    background: url(assets/images/aftertitle.png);
}

span.titlefooter {
    font-size: 15px;
    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.5;
}

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

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

.boxfooter2 li span i {
    font-size: 20px;
    margin-left: 11px;
    position: relative;
    top: 4px;
}

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

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

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

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

.copyright {
    background: #D9D9D9;
    padding: 14px 0 7px 0;
    text-align: center;
    margin-top: 30px;
    font-size: 14px;
    margin-top: 20px;
    border-bottom: 2px solid var(--color2);
}

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

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


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

.boxfooter2 li span i.agh-placeholder {
    font-size: 22px;
    margin-left: 5px;
}

.bannerbox img {
    border-radius: 10px;
}


.titlebox span {
    color: #141413;
}
.boxfooter1 li a {
    color: #8a8a8a;

}

.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: '\f109';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0;
    font-family: 'pedarholding';
    font-size: 20px;
    color: var(--color1);
    transform: rotate(92deg);
}

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

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

.imgprj {}

.imgprj: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%, rgb(10 75 130) 100%);
}

.projectboxs:hover .imgprj:after {
    height: 100%;
}

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

.projectboxs:hover .imgprj:before{
    opacity: 1;
    top: 32px;
}



.titlebox a {
    position: absolute;
    left: 0;
    bottom: 20px;
    border: 1px solid var(--color1);
    padding: 5px 25px;
    border-radius: 50px;
    color: var(--color1);
    font-size: 14px;
}

a.mobilebtn {
    border: 1px solid var(--color1);
    padding: 5px 25px;
    border-radius: 50px;
    color: var(--color1);
    font-size: 14px;
    display: none;
}


/*======================================== 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: -18px;
}

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


.sidebtnmob {
    position: fixed;
    bottom: 6px;
    width: 96%;
    background: #141413;
    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: 11px;
}


.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.phonemo 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;
    color: #fff;
}

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

.btn-close {
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 5px;
  margin: 3px;
  width: 20px;
  height: 20px;
  float: right;
  z-index: 999;
}

.clear {
  clear: both;
}

.btn-close::before,
.btn-close::after {
  content: "";
  height: 2px;
  display: block;
  background: #ffffff;
  transition: 0.5s;
}

.btn-close::before {
  margin-top: 10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn-close::after {
  margin-top: -2px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.btn-close:hover:after, .btn-close:hover:before {
  background: var(--color2);
}

.modal-wrapper {
  display: flex;
  z-index: 999;
  width: 100%;
  height: 100%;
  position: fixed;
  visibility: hidden;
  top: 0;
  left: 0;
  background: rgba(25, 18, 12, 0.3);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.modal-wrapper.open {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=1);
}

.modal {
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
  height: 80%;
  width: 360px;
  border-radius: 15px;
  position: relative;
  margin: auto;
  background: #e8e8e8;
  background: -webkit-linear-gradient(bottom, #e8e8e8, #fff);
  background: -o-linear-gradient(bottom, #e8e8e8, #fff);
  background: linear-gradient(to top, #e8e8e8, #fff);
  box-shadow: 0px 16px 16px -6px rgba(47, 46, 38, 0.5);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -ms-transform: scale(0.7);
  /* IE 9 */
  -webkit-transform: scale(0.7);
  /* Safari */
  transform: scale(0.7);
}

.modal-wrapper.open .modal {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-transform: scale(1);
  /* IE 9 */
  -webkit-transform: scale(1);
  /* Safari */
  transform: scale(1);
}

.content {
  text-align: center;
}

@media screen and (max-width: 425px) {
  .modal {
    width: 100%;
    height: 70%;
    padding: 0;
  }

  .btn-close {
    right: 5px;
  }
}
.pop1 .modal:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100px;
    background: var(--color1);
    left: 0;
    border-radius: 15px 15px 0px 0px;
}
.pop1 .titlemodal {
    position: relative;
    color: #fff;
    top: -5px;
    margin-bottom: 40px;
    padding-top: 30px;
}

.pop1 .titlemodal span {
    font-size: 26px;
    font-weight: bold;
}

.pop1 .titlemodal p {
    font-size: 12px;
}
.btn-be {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000029;
}
.pop2 .modal {
    width: 80%;
    padding: 0;
    background: transparent;
    box-shadow: none;
}
.pop2 .modal iframe {
    height: 82%;
    border-radius: 11px;
}

.content2 {
    display: flow-root;
    height: 90%;
    position: relative;
    width: 100%;
}
.righthebottom ul li a:hover , .lefthebottom ul li a:hover {
    color: var(--color2) !important;
}
.bestproject a:hover, a.moreabout:hover {
    background: transparent;
}

a.spesbtn2:hover {color: var(--color2) !important;}

.titlebox a:hover {
    background: var(--color1);
    color: #fff !important;
}

.callcenterleft a:hover {
    color: #fff !important;
}
.sl-nav:after {
    content: '\f109';
    font-family: 'pedarholding';
    width: 10px;
    height: 10px;
    position: absolute;
    right: -12px;
    top: 8px;
    font-size: 8px;
}
/*======================================== single page =====*/

.bannerpage {
    min-height: 310px;
    padding: 170px 0 100px 0;
    text-align: center;
    background: url(assets/images/bannerpage.png) no-repeat;
    background-size: cover;
}
.titlepage h1 {
    font-size: 48px;
    font-family: 'anjomanbold';
    color: var(--color1);
}
.aboutpageright h2 {
    font-weight: 700;
    font-size: 45px;
    color: var(--color1);
    margin-bottom: 5px;
    position: relative;
    top: -5px;
}
.aboutpageright h2 span {
    color: var(--color2);
}
.aboutpage p {
    text-align: justify;
    color: #4A4A4A;
    line-height: 40px;
    margin-bottom: 20px;
}
.aboutpageright a.moreabout {
    background: var(--color2);
    border-color: var(--color2);
    color: #2c2c2c;
}
.aboutpageleft img {
    width: 89%;
    border-radius: 15px;
}
.aboutpageleft:before {
    content: '';
    position: absolute;
    background: #EBEBEB;
    width: 70%;
    height: 100%;
    border-radius: 15px;
    left: 10px;
    bottom: 40px;
    z-index: -1;
}
.aboutpageleft {
    position: relative;
    z-index: 1;
}
.hst img {
    height: 90px;
    width: auto;
    display: block;
    margin: 0 auto;
}
.hst {
    text-align: center;
}
.historylogo {
    margin-top: 10px;
    position: relative;
    padding-bottom: 30px;
}

.hst span {
    font-size: 28px;
    font-weight: bold;
    color: var(--color2);
    margin-top: 20px;
    display: block;
}

.hst p {
    color: #888888;
    width: 68%;
    margin: 0 auto;
    font-size: 16px;
    text-align: center;
    line-height: 22px;
}

.hst4 img {
    height: 160px;
    position: relative;
    top: 10px;
}

.hst4 {}

.hst1:before {
    content: '+';
    position: absolute;
    font-size: 40px;
    width: 20px;
    height: 20px;
    right: -15px;
    color: var(--color2);
    font-weight: bold;
    top: 27%;
}

.hst2:before {
    content: '+';
    position: absolute;
    font-size: 40px;
    width: 20px;
    height: 20px;
    right: -15px;
    color: var(--color2);
    font-weight: bold;
    top: 27%;
}

.hst3:before {
    content: '=';
    position: absolute;
    font-size: 40px;
    width: 20px;
    height: 20px;
    right: -15px;
    color: var(--color2);
    font-weight: bold;
    top: 27%;
}
.historylogo:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(10, 75, 130, 0.1) 0%, rgba(247, 247, 247, 0) 100%);
    transform: rotate(-180deg);
    bottom: 0;
}
.moretextabout img {
    width: auto;
    margin: 0 auto;
    display: block;
}

.moretextabout {
    margin-top: 40px;
    overflow: hidden;
}

.moretextabout h3 {
    font-size: 30px;
    color: var(--color2);
    margin-bottom: 10px;
}
.moretextabout ul li:before {
    content: '';
    position: relative;
    width: 8px;
    height: 8px;
    background: var(--color2);
    display: inline-block;
    border-radius: 15px;
    margin-left: 7px;
}

.moretextabout ul li {
    line-height: 2.5;
} 
.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;}
.team {
    margin-top: 50px;
}


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


.col-lg-6.contactmap iframe {
    width: 100%;
    border-radius: 20px;
    height: 218px;
}

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

.contact-info li i {
    width: 37px;
    min-width: 37px;
    height: 37px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin-left: 4px;
    color: var(--color1);
    font-size: 20px;
}
.contact-info li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-size: 15px;
}

.socials-contact {
    padding: 15px 20px 13px 20px;
    margin-top: 28px;
}
.socials-share {
    background: var(--color1);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 23px 20px 20px 20px;
    border-radius: 0px 0px 20px 20px;
    margin-top: 15px;
    position: relative;
}

.social-text {
    font-size: 15px;
    margin-bottom: -3px;
}

.socials-share>* {
    line-height: 1;
}

.contact-info li , .contact-info li a {
    color: #4E4E4E;
}

.dark .contact-info li , .dark .contact-info li a {
    color: #fff;
}

.share-icon li {
    display: inline-block;
    margin: 0 7px;
}

.share-icon li a {
    color: #fff;
    font-size: 21px;
}

.contacttext {
    background: #EBEBEB;
    border-radius: 20px;
    padding: 30px 0 0 0;
}

.dark .contacttext {
    background: #000e22;
}
ul.contact-info {
    padding: 10px 40px 0px 40px;
}

.socials-share:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url(assets/images/beforetitle.png) no-repeat;
    width: 27px;
    height: 30px;
    filter: brightness(0) invert(1);
    background-size: 29px;
    bottom: 0;
}

span.social-text:before {
    content: '';
    position: relative;
    display: inline-block;
    width: 7px;
    height: 7px;
    background: #fff;
    border-radius: 10px;
    margin-left: 10px;
}

.contact-us-form {
    background: #EBEBEB;
    padding: 40px;
    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: 12px;
    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;
}
.contactmap span {
    font-weight: 700;
    font-size: 19px;
    color: var(--color1);
    margin-bottom: 10px;
    display: block;
}
.addtitle {
    padding: 0px 40px 0px 40px;
    display: block;
    font-weight: 700;
    font-size: 16px;
    color: var(--color1);
}
.share-icon li a:hover {color: var(--color2) !important;}



/*======================================== blog page =====*/

 .widget_categories, .popular-post, .sidebar-bax .search {
     background: #ffffff;
     padding: 9px 20px 15px 20px;
     margin-bottom: 20px;
     box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);
     border-radius: 20px;
}
 div#categories-2 ul {
     padding: 0 10px;
}
 div#categories-2 h4, .popular-post h4, .sidebar-bax .search p {
     font-size: 16px;
     margin-bottom: 10px;
     padding: 12px 0px;
     border-bottom: 1px solid #e8e8e8;
}
 .dark div#categories-2 h4 , .dark .popular-post h4, .dark .search p {
     background: #555556;
}
 div#categories-2 ul li {
     position: relative;
     font-size: 14px;
     padding: 7px 18px 7px 0px;
     width: 49%;
     display: inline-block;
}
 div#categories-2 ul li:before {
     content: '';
     width: 16px;
     height: 16px;
     top: 11px;
     position: absolute;
     right: -3px;
     background: url(assets/images/aftertitle.png) no-repeat;
     background-size: 18px;
}

 div#categories-2 ul li:hover a{
     color: var(--color1);
}
 div#categories-2 ul li a{
     color: #4E4E4E;
}
 .dark div#categories-2 ul li a{
     color: #c1c1c1;
}
 .box-poppost {
     display: flex;
     margin: 13px 0;
     color: #666666;
}
 .box-poppost img {
     height: 100%;
     border-radius: 6px;
     width: 57px;
     height: auto;
}
 .img-popbox {
     padding: 0;
     max-height: 55px;
     text-align: center;
}
 .text-popbox h5 {
     font-size: 12px;
     margin-top: 0px;
     max-height: 33px;
     overflow: hidden;
}
 .dark .text-popbox h5{
     color: #c1c1c1;
}
 .text-popbox {
     padding: 0px 0px 0 0px;
}
 .text-popbox span {
     font-size: 11px;
     color: var(--color1);
}

.col-lg-8.blogsec {
    padding-top: 20px;
}
.sidebar-bax .search input {
    border: none;
    height: 39px;
    font-size: 12px;
    margin-bottom: 7px;
    width: 100%;
    background: #F3F3F3;
    border-radius: 45px;
    padding-right: 10px;
    font-family: 'PeydaWeb';
}

.sidebar-bax .search button {
    width: 100%;
    border: none;
    background: var(--color1);
    height: 40px;
    border-radius: 45px;
    color: #fff;
    font-size: 14px;
    font-family: 'PeydaWeb';
}

.blogpage .blog-box {
    margin-bottom: 50px;
}
.sidebar {
    margin-top: 20px;
}
#section {
  width: 500px;
  height: 400px;
  word-wrap: break-word;
}

.moretext {
  display: none;
}


 .textrecipsin {
    line-height: 2;
    color: #909090;
    position: relative;
    min-height: 120px;
}

a.readmoredata , a.closedata {color: var(--color1);text-align: center;position: relative;}

/* .textrecipsin:before {
    content: '';
    position: absolute;
    background: linear-gradient(180deg, #ffffff63 20%, #ffffff 84.9%, #ffffff 100%);
    bottom: 0;
    width: 100%;
    height: 40px;
} */
a.readmoredata:before {
    content: '\f109';
    /* transform: rotate(-90deg); */
    width: 20px;
    height: 20px;
    font-family: 'pedarholding';
    width: 10px;
    height: 10px;
    position: absolute;
    right: 0;
    top: 25px;
    font-size: 8px;
    left: 0;
    margin: 0 auto;
}
a.readmoredata:after {
    content: '\f109';
    /* transform: rotate(-90deg); */
    width: 20px;
    height: 20px;
    font-family: 'pedarholding';
    width: 10px;
    height: 10px;
    position: absolute;
    right: 0;
    top: 30px;
    font-size: 8px;
    left: 0;
    margin: 0 auto;
}
.projectcl {
    margin-bottom: 40px;
}


.single-img img {
    border-radius: 20px;
    height: auto;
}

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

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

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

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

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

.alldesc {
    margin-top: 10px;
}

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

.singletag span {
    color: var(--color4);
    font-size: 12px;
}

.singletag a {
    display: initial;
    padding: 2px 18px;
    border: 1px solid var(--color1);
    border-radius: 5px;
    color: var(--color1);
    margin: 0px 2px;
    font-size: 12px;
    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 !important;
}
.servicebox .servicesboxs {
    width: 100%;
    margin: 10px 0;
}

/*======================== single blog  ========================*/

.titleblogbox img {
    border-radius: 11px;
    display: inherit;
}

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: #4E4E4E;
    font-size: 16px;
    line-height: 40px;
}
body.singlepageblog header {
    position: relative;
    margin-bottom: 20px;
    background: url(assets/images/bannerpagesingle.png) no-repeat;
    background-size: cover;
}
.timedate {
    display: inline-block;
    color: #B1B1B1;
    font-size: 12px;
    padding-right: 19px;
}

.singlecateroty {
    display: inline-block;
}

.timedate:before {
    content: '';
    position: relative;
    width: 1px;
    height: 16px;
    background: #d4d4d4;
    display: inline-block;
    right: -10px;
    top: 4px;
}
.col-lg-6.single-title p , .alldesc  p {
    font-size: 14px;
    text-align: justify;
}
.alldesc ul {
    margin: 11px 0;
    line-height: 3;
}

.alldesc h2,.alldesc h3,.alldesc h4,.alldesc h5,.alldesc h6 {
    color: var(--color1);
    margin: 10px 0;
}
blockquote {
    text-align: center;
    width: 80%;
    margin: 30px auto;
    border: 2px solid var(--color2);
    padding: 30px 20px 50px 20px;
    border-radius: 15px;
    position: relative;
}

blockquote:before {
   content: "\f10b";
   font-family: 'pedarholding';
   position: absolute;
   font-size: 50px;
   right: 40px;
   color: var(--color1);
   bottom: -10px;
   background-color: #fff;
   padding: 0 10px;
}
.social {text-align: left;color: #8f8f8f;margin-bottom: 5px;font-size: 13px;position: relative;bottom: 5px;}

.social li {
    display: inline-block;
}

.social ul {
    display: inline-block;
    float: revert;
}

.social li a {
    font-size: 18px;
    top: 5px;
    margin: 0 5px;
    color: #c1c1c1;
    position: relative;
}

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


.linkshort input[type=text] {
  border: 0;
  background-color: transparent;
  color: #AFAFAF;
  width: 100%;
  font-size: 11px;
}

.linkshort input[type=submit] {
  border: 0;
  border-radius: 4px;
  color: #fff;
  float: right;
  padding: 0.5em;
  text-transform: uppercase;
  width: 30px;
  position: absolute;
  left: -23px;
  font-size: 0;
  height: 30px;
  background: #af1c1c00;
}
.titleblogbox .copylink:before {
  top: 4px;
}
.titleblogbox .linkshort span {
  bottom: 10px;
}
.copy-link-container {display: inline-block;background: #E8E8E8;border-radius: 6px;}

.copy-link-container:not(:first-of-type) {
  margin-top: 1em;
}



.copy-link-icon {
  position: relative;
  left: 15px;
  top: 11px;
}

.copy-link-inner {
  border: 0;
  border-radius: 5px;
  float: right;
  padding: 0 10px 0 30px;
  position: relative;
}

.linkshort span {
    position: relative;
    bottom: 12px;
    font-size: 12px;
}
.copylink {
    position: absolute;
    left: 24px;
    top: 4px;
    color: #AFAFAF;
}

.copylink:before {
    content: '\f113';
    position: absolute;
    font-family: 'pedarholding';
}


/*=================single project=================*/
.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: 29px;
    top: -2px;
    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(--color1);
}

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

.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: 20px;
    background: var(--color2);
    font-size: 13px;
    padding: 8px 13px;
    border-radius: 50px;
    top: -4px;
}

.singleproject {
    margin-top: 40px;
}

.titlelist {
    position: sticky;
    position: -webkit-sticky;
    top: 6px;
    z-index: 999;
    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, rgb(10 75 130 / 0%) 1.73%, rgb(10 75 130 / 7%) 98.95%);
}

.surgicalinformation {
    position: relative;
}

.scrltab {
    margin-top: 60px;
}

.rightscrltab li a {
    background: red;
    background: #F2F2F2;
    border-radius: 17px;
    padding: 20px 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;
}
.rightscrltabbox {
    position: sticky;
    top: 110px;
    z-index: 9;
}

.leftscrltab {
}
div#button {
    z-index: 999;
    position: relative;
}

.rightscrltabtext h1 , .rightscrltabtext h2 , .rightscrltabtext h3 , .rightscrltabtext h4 , .rightscrltabtext h5 , .rightscrltabtext h6 {
    font-weight: 700;
    color: var(--color1);
    margin-bottom: 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 li {
    font-size: 14px;
    line-height: 40px;
    text-align: right;
    color: #424242;
    width: 32%;
    display: inline-block;
    background: #F0F0F0;
    margin: 6px 5px;
    padding: 2px 20px;
    border-radius: 7px;
}


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

.rightscrltabtext ul {
    margin: 10px 0;
}

.titleblogbox .linksocial {
    background: #F1F1F1;
    padding: 12px 20px 2px 20px;
    border-radius: 10px;
    margin-top: 17px;
}
span.titlereal {
    display: block;
    text-align: center;
    font-size: 34px;
    color: var(--color1);
    font-weight: bold;
    font-family: 'anjomanbold';
}
.gallery a {
    width: 23.9%;
    display: inline-flex;
    margin: 5px 4px;
    border-radius: 15px;
    overflow: hidden;
}
.gallery {
    margin: 10px 0;
}
a.gallery-item:before {
    content: '';
    position: absolute;
    width: 100%;
    background: linear-gradient(180deg, rgba(255, 122, 133, 0) 0%, #09477a 100%);
    transition: 0.4s;
    height: 0;
    bottom: 0;
}

a.gallery-item {
    position: relative;
}

a.gallery-item:hover:before {
    height: 100%;
}

a.gallery-item span {
    position: absolute;
    color: #fff;
    text-align: center;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 20px;
    top: 28%;
    opacity: 0;
    transition: 0.5s;
}

a.gallery-item span i {
    display: block;
    font-size: 50px;
    top: 17px;
    position: relative;
}

a.gallery-item:hover span {
    opacity: 1;
    top: 44%;
}
span.titleprjsec {
    font-size: 23px;
    font-weight: bold;
    color: var(--color1);
}

span.titleprjsec:before {
   content: '';
   position: relative;
   display: inline-block;
   background: url(assets/images/beforetitle.png) no-repeat;
   width: 25px;
   height: 31px;
   top: 11px;
   margin-left: 7px;
   background-size: 24px;
}
.attprj {
    margin: 30px 0;
}
.descprj {
    padding: 50px 0 50px 0;
    position: relative;
    background: #F6F6F6;
    margin: 50px 0;
}

.descprj:before {
    content: '';
    position: absolute;
    background: url(assets/images/prjpatern.png) no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 0;
}

.descprj .container {
    position: relative;
}

.descprj p {
    color: #4E4E4E;
    font-size: 16px;
    line-height: 40px;
}


.progressbox {
    width: 96%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    font-size: 17px;
    font-weight: bold;
    color: var(--color1);
}

.progressbox img {
    border-radius: 15px;
    width: 90% !important;
    margin: 0 auto;
}

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

.owl-progress .owl-stage-outer {
    padding: 40px 0;
}

.progressbox span {
    padding: 11px 0;
    display: block;
}



ul.accordion-list {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 20px;
  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;
  border-right: 4px solid var(--color1);
}
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: 15px 19px 15px 47px;
  margin: 0;
  font-size: 15px;
  letter-spacing: 0.01em;
  cursor: pointer;
  transition: 0.5s;
}
ul.accordion-list li h3:after {
  content: "\f109";
  font-family: 'pedarholding';
  position: absolute;
  left: 30px;
  top: 26px;
  color: var(--color1);
  transition: all 0.3s ease-in-out;
  font-size: 10px;
}
ul.accordion-list li div.answer {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 20px;
  cursor: pointer;
}
ul.accordion-list li div.answer p {
  position: relative;
  display: block;
  font-weight: 300;
  padding: 10px 0 0 0;
  cursor: pointer;
  line-height: 150%;
  margin: 0 0 15px 0;
  font-size: 16px;
}
li.active h3 {
    background: var(--color1);
    color: #fff;
}

ul.accordion-list li h3 {
    font-weight: 400;
    font-size: 13px;
}

.mapbox iframe {
    width: 100%;
    margin-top: 20px;
    border-radius: 10px;
    max-height: 290px;
}

.mapfaq {
    position: relative;
    padding-top: 20px;
    margin-top: 20px;
}

.mapfaq:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(181.23deg, rgba(255, 255, 255, 0) 1.73%, rgba(224, 184, 40, 0) 53.88%, rgba(224, 184, 40, 0.09) 98.94%);
    transform: rotate(180deg);
    top: 0;
}

.owl-carousel.owl-video {
    margin-top: 20px;
}

.video {
    margin: 30px 0 70px 0;
}

.videobox:before {
    content: '';
    background: var(--color1);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    opacity: 0.3;
}

.videobox {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.videobox:after {
    content: '\f116';
    position: absolute;
    background: #ffffff7d;
    width: 80px;
    height: 80px;
    border-radius: 50px;
    z-index: 99;
    top: 35%;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-family: 'pedarholding';
    padding: 20px;
    font-size: 35px;
    opacity: 0.8;
}
.alldesc ul li:before {
    content: '';
    width: 16px;
    height: 16px;
    top: 5px;
    position: relative;
    right: -3px;
    background: url(assets/images/aftertitle.png) no-repeat;
    background-size: 18px;
    display: inline-block;
}
.col-lg-6.single-title p {
    line-height: 29px;
    text-align: justify;
}
a.tell1 span {
    display: block;
    font-size: 25px;
    font-weight: bold;
    color: var(--color1);
    margin-top: 10px;
}

a.tell1 {
    margin-bottom: 40px;
    display: block;
    margin-top: 70px;
}
a.tell2 span {
    display: block;
    font-size: 25px;
    font-weight: bold;
    color: var(--color1);
    margin-top: 10px;
}

a.tell2 {
    margin-bottom: 40px;
    display: block;
}