/* general styles */
.title-site-center p {
    color: #403F3F;
    font-size: 16px;
}
.title-wrapper .desc-heading {
    color: #403F3F;
    padding: 5px 0 40px 0;
    font-size: 17px;
}
.btn-more {
    position: relative;
    color: #000;
    display: flex;
    align-self: flex-start;
    margin-top: 10px;
}
.btn-more i, .btn-more1 i {
	transform: rotateZ(90deg);
    position: absolute;
    top: 22px;
    font-size: 16px;
    transition: 0.5s;
    right: 6px;
}


.btn-more:hover::before {
    right: -54px;
}
.btn-more:hover {
    color: #000;
}
.btn-more:hover .btn-more i {
    right: -30px;
}
.btn-more::before {
    content: '';
    position: absolute;
    right: -46px;
    bottom: -15px;
    width: 60px;
    transition: 0.4s;
    z-index: -1;
    height: 60px;
    border-radius: 50%;
    border: 1px solid var(--color1);
}
.btn-more::after {
    content: '';
    position: absolute;
    background-color: #fff;
    width: 25px;
    height: 26px;
    top: 0;
    right: 0;
    z-index: -1;
}
.btn-more1 {
       position: relative;
    color: #000;
    z-index: 3;
    align-self: center;
    margin-top: 10px;
    height: 60px;
    display: flex;
    align-items: center;
    min-width: 120px;
	justify-content: flex-start;
    margin-right: 25px;
	padding-right: 30px;
}
.btn-more1::before {
        content: '';
    position: absolute;
    right: -18px;
    bottom: 0;
    width: 60px;
    transition: 0.4s;
    z-index: -1;
    height: 60px;
    border-radius: 50%;
    border: 1px solid var(--color1);
}
.btn-more1:hover::before {
    right: -42px;
    background: var(--color1);
}
.btn-more1:hover {
    color: #000;
}
.btn-more1:hover .btn-more i {
    right: -30px;
}
.btn-more1:hover i {
    animation: s-left 1.3s infinite;
    right: -20px;
    color: #fff !important;
}
.btn-more:hover i {
    animation: s-left 1.3s infinite;
    right: -30px;
}
.btn-more1::after {
	content: '';
    position: absolute;
    background-color: #f9f9f9;
    width: 25px;
    height: 26px;
    top: 16px;
    right: 30px;
    z-index: -1;
}
#submit.btn-more1::after {
    top: 18px;
}
#submit.btn-more1::before {
 
}
#submit.btn-more1:hover::before {
    right: -33px;
}
.acf-field .acf-label label {
    font-size: 16px;
    color: #1D1D1D !important;
	font-weight: unset !important;
}
.acf-field .acf-label {
    margin: 0 0 18px !important;
}
.inner-page .header-menu > li > a {
    color: #171717;
}
.inner-page .header-menu > .menu-item-has-children > a::after {
    content: "";
    border: solid #171717;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 2.5px;
    transform: rotate(45deg) translateY(-50%);
    -webkit-transform: rotate(45deg) translateY(-50%);
    position: absolute;
    right: -15px;
    top: 50%;
}
.inner-page  .btn-lang {
    border: 1px solid #8c8c8e;
    color: #8c8c8e;
}
.inner-page .btn-lang:hover {
    color: var(--color1);
    border: 1px solid var(--color1);
}
.inner-page .header-logo {
       padding-top: 18px;
}
.inner-page .header-menu > li > a {
    padding: 15px 0 10px 0;

}

.inner-page .headerright {
    margin-top: 60px;
}
.inner-page .header-logo::before {
   display:none;
}

/* hero style */
.hero-separator {
    border-bottom: 4px solid var(--color1);
    position: absolute;
    background: #fff;
    bottom: -2px;
    right: 0;
    left: 0;
    max-width: 1110px;
    margin: 0 auto;
}
.hero-separator span {
    position: absolute;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    background-color: var(--color1);
    color: #fff;
    font-size: 16px;
    border-radius: 50%;
    transition: 0.5s;
    bottom: -32px;
    border: 2px solid var(--color1);
}
.hero-separator span:hover {
    background-color: #fff;
    color: var(--color1);
    cursor: pointer;
}
.hero-separator span i {
    animation: s-down 2.5s infinite;
    padding-bottom: 15px;
}

.hero-separator::after {
    content: '';
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: darkred;
    position: absolute;
    left: -2px;
    bottom: -8px;
}


/* Categories Style */
.section-categories {
    padding: 90px 0 60px 0;
}
.section-categories .title-site {
    margin-bottom: 44px;
}
.item-categories:hover .en-link {
    color: var(--color1);
}
.categories-carousel .item-categories img {
    width: 159px;
    height: 159px;
    margin: 0 auto;
    opacity: 0;
}
.img-cat-wrapper span {
    background-color: #fff;
}
.categories-carousel .item-categories:hover img {
    opacity: 1;
    transition: 0.45s;
   
    transition-delay: 0.4s;
}
.categories-carousel .item-categories:hover .img-cat-wrapper span {
    background-color: transparent;
}
.img-cat-wrapper {
    position: relative;
    transform: rotate(-90deg);
    transition: 0.8s;
    margin: 15px;
}

.item-categories:hover .img-cat-wrapper {
    transform: rotate(0deg);
    transition: 0.35s;
}


.categories-carousel .item-categories:hover .circle1,
.categories-carousel .item-categories:hover .circle2,
.categories-carousel .item-categories:hover .circle3 {
    filter: brightness(0) invert(1);
	transition-delay: 0.4s;
}
.categories-carousel .item-categories:hover .circle1::before,
.categories-carousel .item-categories:hover .circle3::after {
    filter: none;
}
.img-cat-wrapper .circle1 {
    position: absolute;
    background-image: url("../img/cat-circle1.png");
    top: -1px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 56px;
    height: 56px;
    z-index: 1;
}
.img-cat-wrapper .circle1::before {
    content: '';
    position: absolute;
    background-image: url("../img/cat-circle1.png");
    filter: grayscale(0.8);
    top: 0;
    right: 53px;
    margin: 0 auto;
    width: 56px;
    height: 56px;
    z-index: 1;
}
.img-cat-wrapper .circle1::after {
    content: '';
    position: absolute;
    background-image: url("../img/cat-circle1.png");
    top: 0;
    left: 53px;
    transition-delay: 0.2s;
    filter: brightness(0) invert(1);
    margin: 0 auto;
    width: 56px;
    height: 56px;
    z-index: 1;
}
/*.item-categories:hover .img-cat-wrapper .circle1::after {*/
/*    top: 0;*/
/*    left: 55px;*/
/*    right: unset;*/
/*}*/
.img-cat-wrapper .circle2 {
    position: absolute;
    background-image: url("../img/cat-circle1.png");
    top: 53px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 56px;
    height: 56px;
    z-index: 1;
}
.img-cat-wrapper .circle2::before {
    content: '';
    position: absolute;
    background-image: url("../img/cat-circle1.png");
    top: 0;
    right: 53px;
    margin: 0 auto;
    width: 56px;
    height: 56px;
    z-index: 1;
}
.img-cat-wrapper .circle2::after {
    content: '';
    position: absolute;
    background-image: url("../img/cat-circle1.png");
    top: 0;
    left: 53px;
    margin: 0 auto;
    width: 56px;
    height: 56px;
    z-index: 1;
}
.img-cat-wrapper .circle3 {
    position: absolute;
    background-image: url("../img/cat-circle1.png");
    top: 105px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 56px;
    height: 56px;
    z-index: 1;
}
.img-cat-wrapper .circle3::before {
    content: '';
    position: absolute;
    background-image: url("../img/cat-circle1.png");
    bottom: 0;
    right: 53px;
    transition-delay: 0.2s;
    margin: 0 auto;
    filter: brightness(0) invert(1);
    width: 56px;
    height: 56px;
    z-index: 1;
}
.item-categories:hover span::before ,.item-categories:hover span::after{
	filter:none;
	
}

/*.item-categories:hover .img-cat-wrapper .circle3::before {*/
/*    top: 0;*/
/*    right: 55px;*/
/*    border-radius: unset;*/
/*    left: unset;*/
/*    opacity: 1;*/
/*}*/
.img-cat-wrapper .circle3::after {
    content: '';
    position: absolute;
    background-image: url("../img/cat-circle1.png");
    top: 0;
    left: 53px;
    margin: 0 auto;
    filter: grayscale(0.8);
    width: 56px;
    height: 56px;
    z-index: 1;
}

.owl-item:nth-of-type(2n) .circle1::before {
    filter: brightness(0) invert(1);
}
.owl-item:nth-of-type(2n) .circle1::after {
    filter: none;
	
}
.owl-item:nth-of-type(2n) .circle2::before,
.owl-item:nth-of-type(2n) .circle2::after {
    filter: grayscale(0.8);
}

.owl-item:nth-of-type(2n) .circle3::before {
    filter: none;
}
.owl-item:nth-of-type(2n) .circle3::after {
    filter: brightness(0) invert(1);
}
/*.owl-item:nth-of-type(2n+1) .circle1 {*/
/*    filter: grayscale(0.8) opacity(0.5);*/
/*}*/
/*.owl-item:nth-of-type(2n+1) .circle1::before {*/
/*    filter: none;*/
/*}*/
/*.owl-item:nth-of-type(2n+1) .circle1::after {*/
/*    filter: brightness(0) invert(1);*/
/*}*/
/*.owl-item:nth-of-type(2n+1) .circle2,*/
/*.owl-item:nth-of-type(2n+1) .circle2::before,*/
/*.owl-item:nth-of-type(2n+1) .circle2::after {*/
/*    filter: none;*/
/*}*/
/*.owl-item:nth-of-type(2n+1) .circle3,*/
/*.owl-item:nth-of-type(2n+1) .circle3::before {*/
/*    filter: none;*/
/*}*/
/*.owl-item:nth-of-type(2n+1) .circle3::after {*/
/*    filter: brightness(0) invert(1);*/
/*}*/

.item-categories {
    text-align: center;
}


.item-categories a {
    font-size: 18px;
    font-family: var(--regular_font);
}
.item-categories .en-link {
    font-size: 17px;
    margin-top: 62px;
    margin-bottom: 0;
    font-family: var(--regular_font);
}
.item-categories .fa-link {
    margin-top: -5px;
}

/* blog style */
.section-blog {
    margin-top: 125px;
    margin-bottom: 35px;
}
.img-post-wrapper {
    position: relative;
}
.img-post-wrapper::before {
    content: '';
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #b21a27;
    border-radius: 6px;
    transition: 0.5s;
    z-index: 4;
    opacity: 0.6;
}
.post-item:hover .img-post-wrapper::before {
    height: 100%;
}
.post-item .img-post-wrapper::after {
    content: '\e91a';
    font-family: 'icomoon';
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    color: #fff;
    font-size: 60px;
    width: 62px;
    z-index: 5;
    transition: 0.5s;
    opacity: 0;
    transform: scale(0.6) translateY(-50%);
    margin: 0 auto;
}
.post-item:hover .img-post-wrapper::after {
    opacity: 1;
    transform: scale(1) translateY(-50%);
}
.post-item:hover a {
    color: var(--color1);
}
.post-item span {
    display: inherit;
    margin: 20px 0 5px 0;
    font-size: 17px;
    font-family: var(--regular_font);
    color: #201C1B;
}
.post-item-image img {
    border-radius: 6px;
	    width: 100%;
}

.section-hero.video {
    max-height: 500px;
    overflow: hidden;
}
.hero-text-box {
    position: absolute;
    z-index: 1;
    right: 50%;
    bottom: 162px;
    transform: translatex(50%);
    text-align: left;
    color: white;
    background: #ffffff1f;
}
.hero-text-box h2 {
    font-size: 27px;
    text-shadow: 0 0 4px rgba(0,0,0,0.5);
}

.hero-text-box .editor-content p {  color: #fff;
     color: #fff;
    font-family: var(--regular_font);
    font-weight: 100;
    line-height: 1.7;
    opacity: 0.97;
        font-size: 60px;
}
.hero-text-box .editor-content {
       display: flex;
    justify-content: center;
  
}
.section-hero img{
	width:100%;
	object-fit:cover;
}
.section-hero {
	position:relative;
}

/* Content Style */
.content-container {
    box-sizing: border-box;
    cursor: pointer;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
}
.content-container.bg-content:hover .image-about img {
    transform: scale(1.04);
    filter: sepia(0.4);
}
.section-content .image-about {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.section-content .image-about img {
    height: 100%;
    width: 100%;
    transition: 1s;
}
.bg-content {
    background-color: var(--color1);
}
.about-content-wrap {
    padding: 70px 0 65px 0;
}
.about-content-wrap h2 {
    color: #fff;
    position: relative;
    font-size: 30px;
}
.about-content-wrap .sub-title {
    color: #fff;
    opacity: 0.7;
    font-size: 29px;
    font-family: var(--regular_font);
}
.content-wrapper p {
    color: #fff;
    text-align: justify;
    font-size: 15px;
    font-family: var(--regular_font);
}
.content-wrapper {
    color: #fff;
    padding-bottom: 21px;
}
.about-content-wrap .button {
    min-width: 120px;
    margin-top: 35px;
}

.item-tycons img {
    height: 33px;
    object-fit: contain;
}

.item-tycons p {
    padding-top: 13px;
    color: #fff;
    text-align: center;
    font-family: var(--regular_font);
}

/* Brands style */

.section-brands {
    background-image: url("../img/features-back.jpg");
    width: 100%;
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0 75px 0;
}
.item-brands {
    padding: 0 30px;
}
.item-brands img {
    width: auto !important;
    height: 56px;
    object-fit: contain;
    filter: brightness(0) invert(1);
    transition: 0.5s;
    margin: 0 auto;
}
.item-brands img:hover {
    filter: none;
}
.section-brands h4 {
    color: #fff;
    padding-bottom: 20px;
    font-family: var(--regular_font);
    margin-bottom: 35px;
}
.brands-carousel .owl-stage{
	display:table;
	margin:0 auto;
}
.brands-carousel .owl-nav .owl-next {
    position: absolute;
    left: -28px;
    top: 42%;
}
.brands-carousel .owl-nav .owl-prev {
    position: absolute;
    right: -28px;
    top: 42%;
}
.brands-carousel .owl-nav i {
    font-size: 18px;
    color: #fff;
}
/* banner style */
.section-banners {
    padding: 105px 0 60px 0;
}
.item-banner {
    overflow: hidden;
    display: block;
    border-radius: 6px;
}
.item-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
    transition: 0.5s;
}
.item-banner img:hover {
    filter: sepia(35%);
    transform: scale(1.1) rotate(1deg);

}
/* feature style */
.item-feature {
    text-align: center;
}
.bg-feature{
	background:#e6e6e6;
}
/* Counter style */
.section-counter {

    background-image: url("../img/counter-back-min.png");
    background-repeat: repeat-y;
    background-position: center;
    background-size: unset;
}
.section-counter .count-wrap{
        padding: 106px 0 105px 0;
}



.border-counter-top{
	background: var(--color1);
    height: 5px;
    border-radius: 0 0 150px 150px;
}
.border-counter-bot{
	background: var(--color1);
    height: 5px;
    border-radius:150px 150px 0 0 ;
}
.counter-img {
    display: flex;
    align-items: flex-end;
    flex-direction: row;
    justify-content: center;
}
.counter-item {
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
}
.counter-item img {
    max-height: 115px;
}
.counter-num {
    color: var(--color1);
    font-size: 50px;
    text-align: right;
    line-height: 0;
	width: 85px;
	display: inline-block;
	margin-left:20px;
}
.counter-title {
    font-size: 22px;
    text-align: center;
    margin-top: 31px;
}

 /* Services Style */
.services-carousel .owl-nav .owl-prev {
    position: absolute;
    right: -57px;
    top: 40%;
}
.services-carousel .owl-nav .owl-next {
    position: absolute;
    left: -57px;
    top: 40%;
}
.services-carousel .owl-nav i {
    color: #272727;
    font-size: 18px;
    transition: 0.3s;
}
.services-carousel .owl-nav i:hover {
    color: var(--color1);
}
.section-services {
    background-color: #F9F9F9;
    padding: 95px 0 130px 0;
}
.services-item {
    cursor: pointer;
	margin-bottom: 47px;
}
.service-img-wrapper {
    position: relative;
}
.service-img-wrapper::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #961622;
    border-radius: 5px;
    transition: 0.5s;
    z-index: 4;
    opacity: 0;
	pointer-events: none;
}
.services-item:hover .service-img-wrapper::before {
    opacity: 0.5;
}
.service-img-wrapper::after {
    content: '\e91d';
    font-family: 'icomoon';
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    right: 0;
    top: calc(50% - 30px);
    color: var(--color1);
    background-color: #fff;
    border-radius: 50%;
    font-size: 15px;
    width: 60px;
    height: 60px;
    z-index: 5;
    transition: 0.5s;
    opacity: 0;
    transform: scale(0.6);
    margin: 0 auto;
}
.services-item:hover .service-img-wrapper::after {
    opacity: 0.8;
    transform: scale(1);
}
.services-item-image img {
    border-radius: 5px;
	width: 100%;
}
.title-services a {
    display: inline-block;
    position: relative;
    transition: 0.4s;
    padding: 20px 0 15px;
    font-size: 18px;
}
.title-services a::before {
    content: '';
    position: absolute;
    background-color: var(--color1);
    height: 2px;
    width: 0;
    transition: 0.4s;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}
.services-item:hover .title-services a {
    color: var(--color1);
}
.services-item:hover .title-services a::before {
    width: 84px;
}




/* Projects Style */

.projects-carousel .owl-nav .owl-prev {
    position: absolute;
    right: -57px;
    top: 44%;
}
.projects-carousel .owl-nav .owl-next {
    position: absolute;
    left: -57px;
    top: 44%;
}
.projects-carousel .owl-nav i {
    color: #272727;
    font-size: 18px;
}
.projects-carousel .owl-nav i:hover {
    color: var(--color1);
}

.section-projects {
    background-color: #F9F9F9;
    position: relative;
    padding: 105px 0 90px 0;
}
.projects-item {
    border: 1px solid #D8DADC;
    border-radius: 5px;
	display: inline-block;
	margin-bottom: 38px;
	width: 100%;
}
.projects-item:hover .project-content-wrapper i {
    color: var(--color1);
}
.projects-item-image img {
    border-radius: 5px 5px 0 0;
	width: 100%;
}
.project-img-wrapper {
    position: relative;
    direction: rtl;
}

.project-img-wrapper::before {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    pointer-events: none;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #B21A27;
    border-radius: 0 5px 5px 0;
    transition: 0.5s;
    z-index: 2;
    opacity: 0;
}
.projects-item:hover .project-img-wrapper::before {
    opacity: 0.8;
    width: 61%;
}
.project-img-wrapper::after {
    content: '\e90e';
    font-family: 'icomoon';
    pointer-events: none;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 26%;
    top: 40%;
    color: #fff;
    font-size: 34px;
    z-index: 5;
    transition: 0.5s;
    opacity: 0;
    transform: scale(0.8);
}
.projects-item:hover .project-img-wrapper::after {
    opacity: 0.7;
    transform: scale(1);
}

.project-date {
    position: absolute;
    bottom: 5px;
    right: 19%;
    font-size: 39px;
    color: #fff;
    transition: 0.5s;
    opacity: 0;
    z-index: 3;
}
.projects-item:hover .project-date {
    opacity: 0.7;
}

.project-type, .project-method, .employer-name {
    padding-bottom: 5px;
}
.project-content-wrapper {
    padding: 15px 0 15px 25px;
}
.project-content-wrapper span {
    padding-left: 8px;
    font-size: 16px;
    color: #000;
}
.project-content-wrapper i {
    font-size: 23px;
    transition: 0.4s;
    vertical-align: -4px;
    color: #000;
}
#footer {
    background: var(--bg_footer);
    color: #96989A;
    position: relative;
	    margin-top: 100px;
}

/* Teams style */

.team-item {
	margin: 10px 0 15px;
    min-height: 295px;
	position:relative;
	padding-top: 38px;
    padding-left: 107px;
}
.teams-social {
    border-top: 1px solid #dedede;
    display: flex;
    justify-content: space-between;
	padding: 8px 17px;
}
.team-img{
	position:absolute;
	top: 0;
    left: 0;
}
.section-blog .btn-more1::after,
.section-categories .btn-more1::after
{
    background-color: #fff ;
}

.teams-social .icon-whatsapp{
	font-size:21px;
}

.team-img .icon-team-card-hover {
    font-size: 73px;
    position: absolute;
    bottom: -2px;
    left: 9px;
    transform: translateY(50%);
	opacity: 0;
    transition: .5s;
}
.team-img .icon-team-card {
    font-size: 28px;
    position: absolute;
	bottom: 6px;
    left: 10px;
	transition: .5s;
    opacity: 1;
}
.team-img img{
	border-radius: 5px;
}
.icon-social {
    display: flex;
	align-items: center;
}
.team-content {
    border: 1px solid #dedede;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
	font-size: 16px;
    color: #151515;
	padding-top: 14px;
	transition:.5s;
	    background: #fff;
}
.team-item:hover .team-img .icon-team-card-hover{
	opacity:1;
}
.team-item:hover .team-img .icon-team-card{
	opacity:0;
}
.team-item:hover .team-content{
	border-color:var(--color1);
}

.top-content {
    padding-left: 78px;
    padding-right: 10px;
}
.team-content .top-content i{
	font-size:20px;
	color:#b3b3b3;
	margin-right: 18px;
}
.team-content .top-content .icon-call {
    transform: scaleX(-1);
}
.team-content .top-content .icon-email{
	font-size: 14px;
}

.team-content .name{
	display: flex;
    align-items: center;
	margin-bottom: 15px;
}
.team-content .post {
    margin-bottom: 11px;
    display: flex;
}

.team-content .top-content > a {
    display: flex;
    margin-bottom: 10px;
    align-items: center;
}
.teams-social a i{
	font-size: 20px;
}
.teams-social a .icon-telegram{
	font-size: 22px;
}
.teams-social a .icon-twitter{
	font-size: 18px;
}

.teams-social a {
   display: flex;
    color: #b3b3b3;
    margin-right: 13px;
	transition:.3s;
}

.teams-social a:hover {
   color:var(--color1);
}


/* testimonial style */
.section-testimonial {
    padding: 80px 0 104px 0;
}
.owl-testimonials .item-testimonial {
    padding: 20px;
    min-height: 380px;
}
.owl-testimonials.owl-carousel .owl-nav button.owl-prev,
.owl-testimonials.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
	font-size: 20px;
    line-height: 1;
}
.owl-testimonials .owl-nav button.owl-prev {
    right: -40px;
	transition:.5s;
}
.owl-testimonials .owl-nav button.owl-prev:hover{
	color:var(--color1);
}
.owl-testimonials .owl-nav button.owl-next {
    left: -40px;
	transition:.5s;
}
.owl-testimonials .owl-nav button.owl-next:hover{
		color:var(--color1);
}
.owl-testimonials.owl-carousel .owl-nav button.disabled{
	opacity:0.5;
}
.item-testimonial {
    color: #262626;
    position: relative;
}
.item-testimonial::after {
    content: 'Baspar Pey Iranian';
    position: absolute;
    color: #d2d2d278;
    right: 17px;
    bottom: -22px;
    font-size: 36px;
}
.item-testimonial .person-img {
    position: relative;
}
.item-testimonial .person-img img {
    transition: 0.6s;
    border-radius: 5px;
}
.item-testimonial .person-img:hover::before {
    left: 20px;
    bottom: 15px;
}
.item-testimonial .person-img:hover img {
    filter: grayscale(50%);
    cursor: pointer;
}
.item-testimonial .person-img::before {
    content: '';
    position: absolute;
    border: 2px solid var(--color1);
    width: 100%;
    height: 100%;
    transition: 0.5s;
    border-radius: 5px;
    bottom: 20px;
    right: 28px;
    z-index: -1;
}

.item-testimonial .comment-wrapper {
    padding-top: 65px;
}
.person-comment {
    font-size: 15px;
}
.item-testimonial .person-name {
    font-size: 23px;
    padding-bottom: 23px;
    position: relative;
    padding-right: 85px;
}
.item-testimonial .person-name::before {
    content: '\e915';
    font-family: 'icomoon';
    position: absolute;
    right: 0;
    color: var(--color1);
    font-size: 50px;
    bottom: -5px;
}
.item-testimonial .person-comment {
        text-align: justify;
    text-align-last: left;
}

/* CTA STYLE*/
.section-cta .has_bg {
    background: #d2d2d2;
}
.section-cta .cta-wrap{
	padding:2rem 0 1rem;
	text-align:center;
}
.section-cta .cta-desc-wrap {
    margin: 10px 0;
}
@media screen and (max-width: 1240px) {
    .services-carousel .owl-nav .owl-prev, .projects-carousel .owl-nav .owl-prev {
        right: -36px;
    }
    .services-carousel .owl-nav .owl-next, .projects-carousel .owl-nav .owl-next {
        left: -36px;
    }
}
@media screen and (max-width: 1200px) {
    .hero-text-box .editor-content p{
        font-size: 50px;
    }
    
    .hero-text-box h2 {
        font-size: 26px;
    }
    
    .hero-separator {
        max-width: 96%;
    }
    .hero-separator::after {
        left:0;
    }
    /* Counter Section */
    .counter-num {
        font-size: 48px;
    }
    .counter-title {
        font-size: 22px;
    }

}
@media screen and (max-width: 1200px) {
	.owl-testimonials{
		padding: 0 40px;
	}
	.owl-testimonials .owl-nav button.owl-prev {
    right: 0;
}
.owl-testimonials .owl-nav button.owl-next {
    left: 0;
}
}
@media screen and (max-width: 1140px) {

    .services-carousel .owl-nav .owl-prev, .projects-carousel .owl-nav .owl-prev {
        right: -20px;
    }
    .services-carousel .owl-nav .owl-next, .projects-carousel .owl-nav .owl-next {
        left: -20px;
    }
    .brands-carousel .owl-nav .owl-prev {
        right: -15px;
    }
    .brands-carousel .owl-nav .owl-next {
        left: -15px;
    }
}
@media screen and (max-width: 992px) {
    .inner-page .header-menu > .menu-item-has-children > a::after {
        right: -10px;
    }
    .hero-text-box .editor-content p{
        font-size: 40px;
    }
    /* Cat Section */

    .section-categories {
        padding: 50px 0 30px 0;
    }
    /* About Section */
    .about-content-wrap {
        padding: 30px 0 35px 0;
    }
    .content-wrapper p {
        font-size: 14px;
        padding-bottom: 10px;
    }
    .about-content-wrap .sub-title {
        font-size: 25px;
    }
    .item-categories .en-link {
        margin-top: 25px;
    }
    .item-tycons p {
        font-size: 13px;
    }
    .about-content-wrap .button {
        margin-top: 0;
    }
    /* Counter Section */
    .section-counter {
        padding: 35px 0 55px 0;
    }
    .counter-item {
        text-align: center;
    }
    .counter-item img {
        height: 100px;
        transform: translate(0);
    }
    .counter-num {
        font-size: 42px;
		text-align: left;
        line-height: 1;
padding-left: 30px;
min-width: 116px;
    }
    .counter-title {
        font-size: 19px;
        text-align: center;
    }
    /* Projects Section */
    .section-projects {
        padding: 55px 0 50px 0;
    }
    .title-site h4, .title-site h2 {
        font-size: 24px;
    }

    /* Blog Section */


    .post-item span {
        margin: 10px 0 0 0;
        font-size: 15px;
    }
    .post-item h2 {
        font-size: 16px;
        font-family: var(--main_font);
    }
    .title-wrapper .desc-heading {
        padding: 0 0 25px 0;
    }
/* Banner Section */
    .section-banners {
        padding: 70px 0 15px 0;
    }

    /* Brands Section */
    .section-brands {
        padding: 25px 0 40px 0;
    }
    .section-brands h4 {
        padding-bottom: 0;
    }
    /* Testimonials Section */
    .section-testimonial {
        padding: 35px 0 40px 0;
    }
    .owl-testimonials .item-testimonial {
        min-height: 234px;
    }
    .item-testimonial .comment-wrapper {
        padding: 0;
    }
    .item-testimonial .person-comment {
        font-size: 14px;
        max-height: 115px;
        overflow: hidden;
    }
    .item-testimonial .person-name::before {
        font-size: 38px;
        bottom: -11px;
    }
    .item-testimonial .person-name {
        font-size: 21px;
        padding-bottom: 7px;
        padding-right: 60px;
    }
    .item-testimonial .person-img::before {
        bottom: 12px;
        right: 18px;
    }
    .item-testimonial .person-img:hover::before {
        bottom: 12px;
        right: 18px;
    }
    .item-testimonial::after {
        right: 18px;
        bottom: -5px;
        font-size: 34px;
    }
    /*Services Section*/
    .section-services {
        padding: 55px 0 60px 0;
    }

    .call-header {
        display: none;
    }
    .hero-text-box {
        z-index: 1;
        width: 90%;
        text-align: center;
        color: white;
            bottom: 20%;
    }
    .hero-text-box .editor-content {
        max-width: 100%;
        font-size: 15px;
        text-align: center;
        margin-top: 0;
    }
    .hero-text-box .editor-content p {
        text-align: center;
    }
    .hero-text-box .title-site {
        margin-bottom: 0;
    }

    .counter-item {
        padding-top: 30px;
    }
    .logo-lg {
        display: none;
    }
    .search-lg {
        display: none;
    }
    .btn-lang {
        position: unset;
        color: #95989a;
        border: 1px solid #95989a;
    }
    .btn-lang i {
        margin-right: 0;
    }

    .header-logo {
        padding-top: 0;
        border-top: 0;
    }
    .header-logo:hover {
        border-top: 0;
    }
    .header-logo:hover img {
        filter: none;
    }
    .call-header {
        margin-left: 5px;
    }
    .header-search i {
        margin-left: 19px;
        color: #95989a;
    }
    .home-header {
        background-color: #fff;
        padding: 10px 0;
        direction: rtl;
    }
	.projects-carousel .owl-nav .owl-prev,.projects-carousel .owl-nav .owl-next {
        display: none;

}
	.services-carousel .owl-nav .owl-prev,.services-carousel .owl-nav .owl-next {
        display: none;

}
	.section-blog {
    padding: 0;
}
.section-blog {
    margin-top: 40px;
    margin-bottom: 30px;
}
.header-logo {
	padding-top: 0;
}
.inner-page .header-logo {
    padding-top: 5px;
}
.inner-page .headerright {
    margin-top: 0;
}
}

@media screen and (max-width: 768px) {
    .hero-text-box .editor-content p {
    font-size: 30px;
}
	#footer h2 {
  margin-top: 50px;
    font-size: 21px;

	}
	#footer .footer-logo {
   
    max-width: 200px;
}

	.item-testimonial .person-name::before {
    font-size: 30px;
    bottom: -7px;
}
	.item-testimonial .person-name {
    font-size: 18px;
	padding-right: 49px;
	}
    /* About Section */
    .about-content-wrap {
        padding: 30px 20px;
    }
    .about-content-wrap .title-site {
        text-align: center;
    }
    .content-wrapper p {
        font-size: 14px;
        text-align: center;
    }

    .about-content-wrap .button {
        margin-top: 15px;
    }
    .btn-about-wrap {
        display: flex;
        justify-content: center;
        align-items: center;
    }


    /* Counter Section */

    .counter-item img {
        height: 80px;
    }
    .counter-num {
        font-size: 38px;
        text-align: center;
        padding-left: 10px;
    }
    .counter-title {
        font-size: 18px;
        text-align: center;
        margin-top: 15px;
    }
    /* Projects Section */


    /* Testimonials Section */
    .section-testimonial {
        padding: 40px 0 30px 0;
    }
    .owl-testimonials .item-testimonial {
        min-height: 380px;
    }
    .item-testimonial::after {
        right: 20%;
        bottom: -38px;
        font-size: 32px;
    }
    .owl-testimonials.owl-carousel .owl-item {
        padding-bottom: 20px;
    }
    .item-testimonial .comment-wrapper {
        padding-top: 25px;
    }
    .item-testimonial .person-img::before {
        bottom: 19px;
        right: 28px;
    }
    /* Blog Section */
    .post-item span {
        font-size: 15px;
    }
    .post-item h2 {
        font-size: 17px;
    }
    .post-item .img-post-wrapper::after {
        font-size: 40px;
        width: 42px;
    }
/*Services Section*/
    .title-services a {
        padding: 10px 0 8px;
        font-size: 15px;
    }
    .call-header {
        margin-left: 0;
    }
    .services-carousel .owl-nav .owl-prev, .projects-carousel .owl-nav .owl-prev {
        right: -25px;
    }
    .services-carousel .owl-nav .owl-next, .projects-carousel .owl-nav .owl-next {
        left: -25px;
    }
    .title-site .btn-more1, .title-site .btn-more {
        display: none;
    }
    .btn-center {
        padding: 0;
    }
    .section-services .btn-more1 {
        margin-top: 50px;
    }
    .section-projects .btn-more1 {
        margin-top: 40px;
    }
    .section-blog .btn-more {
        margin-top: 20px;
    }
    .ml-30 {
        margin-left: 15px !important;
    }
    .item-categories a {
        font-size: 16px;
    }
    .item-categories .en-link {
        font-size: 15px;
    }

}


@media screen and (max-width: 576px) {
	    .owl-testimonials .item-testimonial {
        padding: 0 0 10px 0;
    }
    .item-testimonial::after {
        font-size: 28px;
        bottom: -35px;
        right: 22%;
    }
    .project-date {
        font-size: 34px;
    }
/*     .btn-more1::before, .btn-more::before {
        right: -34px;
        bottom: -9px;
        width: 48px;
        height: 48px;
    }
    .btn-more1::after, .btn-more::after {
        height: 20px;
        top: 3px;
    }
    .btn-more:hover::before,.btn-more1:hover::before {
        right: -42px;
    } 

    .btn-more i, .btn-more1 i {
        transform: rotateZ(90deg);
        position: absolute;
        top: 7px;
        font-size: 13px;
        transition: 0.5s;
        right: -20px;
    }*/
    .request-call {
        left: 15px;
        top: 88%;
        width: 56px;
        height: 56px;
        border-radius: 50%;
    }
    .title-site h4, .title-site h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .title-wrapper .desc-heading {
        padding: 0 0 7px 0;
        font-size: 14px;
    }
    .title-site-center p {
        font-size: 14px;
        margin-top: -20px;
        margin-bottom: -15px;
    }
    /* Projects Section*/
    .section-projects {
        padding: 40px 0 50px 0;
    }
    .project-content-wrapper span {
        padding-right: 3px;
        font-size: 15px;
    }
    .project-content-wrapper i {
        font-size: 23px;
        vertical-align: -5px;
    }
    .project-content-wrapper {
        padding: 7px 0 10px 17px;
    }
    /* Projects Section*/
    .section-services {
        padding: 50px 0;
    }
    /* Testimonials Section */
    .section-testimonial {
        padding: 25px 0 30px 0;
    }
    .item-testimonial .person-img::before {
       display: none;
    }
    /* Blog Section */
    .post-item .img-post-wrapper::after {
        font-size: 60px;
        width: 62px;
    }
    .post-item span {
        font-size: 16px;
        margin: 15px 0 5px 0px;
    }
    .post-item h2 {
        font-size: 17px;
    }
    .hero-text-box {
        width: 90%;
            bottom: 10%;
        text-align: center;
        color: white;
            padding: 0 5px;
    }
    .hero-text-box .editor-content p {
    font-size: 20px;
}
    .hero-text-box .title-site {
        margin-bottom: 0;
    }

    .services-carousel .owl-nav .owl-prev,
    .projects-carousel .owl-nav .owl-prev,
    .services-carousel .owl-nav .owl-next,
    .projects-carousel .owl-nav .owl-next {
        display: none;
    }
    .brands-carousel .owl-nav .owl-prev {
        right: 0;
    }
    .brands-carousel .owl-nav .owl-next {
        left: 0;
    }
    .title-site {
        margin-bottom: 15px;
    }
    .about-content-wrap .title-site h4, .title-site h2 {
        margin-bottom: 0;
    }
    .title-between .title-heading {
        margin-bottom: 0;
    }
    .btn-general {
        width: 48px;
        height: 48px;
    }
    .about-content-wrap .sub-title {
        font-size: 23px;
        margin-bottom: -10px;
    }
.team-img {
    top: 0;
    left: unset;
    transform: translateY(-50%);
    max-width: 100px;
    right: 17px;
}
.top-content {
    padding-left: 15px;
}
.team-img .icon-team-card {
    font-size: 20px;
    bottom: 2px;
    left: 6px;
}
.team-img .icon-team-card-hover {
    font-size: 48px;
    bottom: -2px;
    left: 9px;
}
.team-item {
    margin: 33px 0;
    padding-left: 0;
}
.team-content {
    font-size: 14px;
    padding-top: 25px;
}
.teams-social span{
	font-size:12px;
}
}
@media screen and (max-width: 450px) {
    .item-testimonial::after {
        font-size: 26px;
        bottom: -35px;
        right: 0;
    }
    .footer-newsletter {
        margin-top: 0;
        margin-bottom: 0;
    }
    .project-date {
        font-size: 28px;
    }
    .section-blog .btn-more {
        margin-top: 0;
    }
    .section-blog .post-item a {
        font-size: 15px;
    }
    .post-item span {
        font-size: 14px;
        margin: 10px 0 0 0;
    }
    .section-services .btn-more1 {
        margin-top: 20px;
    }
    /* About Section */
    .about-content-wrap {
        padding: 25px 15px;
    }
    .about-content-wrap .title-site {
        margin-bottom: 0;
    }
    .content-wrapper p {
        font-size: 14px;
        text-align: center;
    }
    .about-content-wrap .sub-title {
        font-size: 22px;
    }
    .item-tycons p {
        font-size: 13px;
    }
    .about-content-wrap .button {
        margin-top: 5px;
    }
    .project-content-wrapper span {
        font-size: 13px;
    }
    .project-content-wrapper i {
        font-size: 20px;
    }
    .post-item .img-post-wrapper::after {
        font-size: 45px;
        width: 47px;
    }
    /* Counter Section */

    .counter-item img {
        height: 58px;
    }
    .counter-num {
        font-size: 25px;
		min-width: 60px;
    }
	.counter-item img {
    height: 45px;
}
    .counter-title {
        font-size: 12px;
		margin-top: 10px;
    }
    .title-wrapper .desc-heading {
        padding: 0 0 10px 0;
    }
    .title-site h4, .title-site h2 {
        font-size: 20px;
    }
    .hero-separator span {
        width: 48px;
        height: 48px;
        font-size: 12px;
        bottom: -26px;
    }
    .hero-text-box .editor-content p {
    font-size: 18px;
}
}