﻿/*
	Be by TEMPLATE STOCK
	templatestock.co @templatestock
	Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)

*/
html,
body {
    width: 100%;
    height: 100%;
    font-family: 'Peyda' !important;
    font-size: 14px;
}
@font-face {
    font-family: 'Peyda';
    src: url('PeydaWeb.ttf') format('truetype');
    font-display: swap;
}

a {
    transition: all 0.35s ease 0s;
    -webkit-transition: all 0.35s ease 0s;
     -moz-transition: all 0.35s ease 0s;
}
#loading {
    height: 200px;
    left: 50%;
    margin: -100px 0 0 -100px;
    position: absolute;
    top: 50%;
    width: 200px;
}
#preloader {
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}
.title {
    text-align: center;
	padding-bottom: 70px;
	position: relative;
}
.header {
   background: rgba(0, 0, 0, 0) url("../img/header.jpg") repeat fixed center 0 / cover  ;
    color: #fff;
    height: 100%;
    overflow: hidden;
    transition: all 0.35s ease 0s;
}
.header2 {
   background: rgba(0, 0, 0, 0) url("../img/header2.jpg") repeat fixed center bottom / cover  ;
    color: #fff;
    height: 100%;
    overflow: hidden;
    transition: all 0.35s ease 0s;
}

.logo{
    float: left;
    text-align: center;
    width: 100%;
}
nav {
    background: #fff none repeat scroll 0 0 !important;
    border: 0 none !important;
    border-radius: 0 !important;
    float: left;
    width: 100%;
}
.size
{
font-size:45px;
color:#fff;
}
.navbar-nav {
    float: left;
    font-size: 16px;
    margin: 0;   
}
.img-left {
    position: relative;
    width: 100%;
    left: -35px;
}
.navbar-nav > li > a {
    padding-bottom: 15px;
    padding-top: 15px;
}
.navbar-default {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: #2A7BB6;
    border-bottom: 10px solid white;
    color: #fff;
}
.affix
{
 background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0 !important;
transition: all 0.35s ease 0s;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-size: 20px;
    padding: 50px 26px 35px;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
     background-color: #2A7BB6;
    border-bottom: 10px solid #e49102;
    color: #fff;
}
.header-text {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    display: block;
    float: none;
    font-size: 18px;
    margin: 150px auto;
    padding: 42px !important;
    text-align: center;
    width: 700px;
    border-radius:10px;
}
.header-text h2 {
    font-size: 45px;
	margin-bottom:30px;
}
.header-text h3 {
    font-size: 30px;
	margin-bottom:30px;
}
.header-text p {
	margin-bottom:30px;
}
    .header-text h2 span {
        color: #2a7bb6;
    }
.header-btn {
    border: 2px solid #fff;
    color: #fff;
    display: block;
    font-size: 22px;
    line-height: 42px;
    margin: 50px auto auto;
    text-align: center;
    width: 235px;
	transition: all 0.35s ease 0s;
}
.header-btn:hover {
    border: 2px solid #ff6000;
    color: #ff6000;
	text-decoration:none;
	transition: all 0.35s ease 0s;
}
.btn-ornge {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid;
    border-radius: 0;
    width: 250px;
	font-size:18px;
	transition: all 0.35s ease 0s;
}
.btn-ornge:hover {   
    border: 2px solid #ffae00;    
	color:#ffae00;
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	transition: all 0.35s ease 0s;
}

#about {
    overflow: hidden;
}
#about h2 {
    padding: 50px 0 25px;
    position: relative;
    text-align: center;
    width: 100%;
}
#about h2::before {
    background: #000 none repeat scroll 0 0;
    bottom: 9px;
    content: "";
    height: 2px;
    position: absolute;
    width: 100%;
	left:0;
}
#about h2::after {
    background: #2A7BB6 none repeat scroll 0 0;
    bottom: 9px;
    content: "";
    height: 2px;
    position: absolute;
    right: 0;
    width: 50%;
    z-index: 999;
}
#about p {
    font-size: 16px;
    padding: 10px 0;
    text-align: right;
}
/*----------- team ------------*/

#team {
    background: url("../img/team-bg.jpg") no-repeat scroll center bottom / cover;
    color: black;
    overflow: hidden;
    padding: 25px 0 80px;
    transition: all 0.35s ease 0s;
}
.t-box {
    background: #fff none repeat scroll 0 0;
    color: #000;
    float: left;
    padding: 0 0 22px;
    text-align: center;
    width: 100%;
}
.timg > img {
    width: 100%;
}
.t-box .social-links {
padding:0px;
margin:20px 0 0 0px;  
}
.t-box .social-links > li {
    display: inline;
    font-size: 25px;
    padding: 8px;
}
.t-box .social-links a {
    color: #2A7BB6;
}
.t-box .social-links a:hover {
    color: #333;
}
.timg {
    position: relative;
	  transition: all 0.35s ease 0s;
}
.timg:hover::after {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
/*----------- services ------------*/

#Services {
    overflow: hidden;
}
#Services h2 {
    padding: 50px 0 25px;
    position: relative;
    text-align: center;
    width: 100%;
}
#Services h2::before {
    background: #000 none repeat scroll 0 0;
    bottom: 9px;
    content: "";
    height: 2px;
    position: absolute;
    width: 100%;
	left:0;
}
#Services h2::after {
    background: #2A7BB6 none repeat scroll 0 0;
    bottom: 9px;
    content: "";
    height: 2px;
    position: absolute;
    right: 0;
    width: 50%;
    z-index: 999;
}
#Services p {
    font-size: 16px;
    padding: 10px 0;
    text-align: right;
}
/*----------- for box ------------*/
.for-box
{
 background: url("../img/services-bg.jpg") no-repeat scroll center bottom / cover ;
padding-top:200px;
background-attachment:fixed;
padding-bottom:100px;
	overflow:hidden;
}
.for-box-crecl {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    color: #000;
    font-size: 51px;
    height: 100px;
    left: 35%;
    line-height: 104px;
    margin: auto;
    position: absolute;
    text-align: center;
	top: -58px;
	z-index:999;
    width: 100px;
}

.for-box .clr1
{
background:#3ec441;
color:#fff;
padding: 50px 0 50px;
text-align:center;
overflow:hidden;
position:relative;
}
.for-box .clr1::before
{
position:absolute;
content:"";
width:100%;
height:40%;
background:#08ac0d;
left:0;
top: -20px;
transform: skewY(171.5deg);
}
.clr1-a {
    background: #3ec441 none repeat scroll 0 0;
    left: 0;
    padding: 10px;
    position: absolute;
    width: 100%;
}
.clr1-a::after {
    background: #08ac0d none repeat scroll 0 0;
    content: "";
    height: 137%;
    position: absolute;
    right: 0;
    top: 15px;
    transform: skewY(-5.5deg);
    width: 100%;
    z-index: -1;
}
.clr1-a {
    background: #fff none repeat scroll 0 0;
    color: #fff;
    float: left;
    font-size: 31px;
    left: 0;
    overflow: hidden;
    padding: 10px;
    position: absolute;
    width: 101%;
    z-index: 999;
}
.for-box .clr2
{
background:#ff8500;
color:#fff;
padding: 50px 0 50px;
text-align:center;
overflow:hidden;
position:relative;

}
.for-box .clr2::before
{
position:absolute;
content:"";
width:100%;
height:40%;
background:#da7104;
left:0;
top: -20px;
transform: skewY(171.5deg);
}
.clr2-a::after {
    background: #ff8500 none repeat scroll 0 0;
    content: "";
    height: 137%;
    position: absolute;
    right: 0;
    top: 15px;
    transform: skewY(-5.5deg);
    width: 100%;
    z-index: -1;
}
.clr2-a {
    background: #fff none repeat scroll 0 0;
    color: #fff;
    float: left;
    font-size: 31px;
    left: 0;
    overflow: hidden;
    padding: 10px;
    position: absolute;
    width: 101%;
    z-index: 999;
}
.for-box .clr3
{
background:#0195ff;
color:#fff;
text-align:center;
padding: 50px 0 50px;
overflow:hidden;
position:relative;

}
.for-box .clr3::before
{
position:absolute;
content:"";
width:100%;
height:40%;
background:#0482d9;
left:0;
top: -20px;
transform: skewY(171.5deg);
}
.clr3-a::after {
    background: #0195ff none repeat scroll 0 0;
    content: "";
    height: 137%;
    position: absolute;
    right: 0;
    top: 15px;
    transform: skewY(-5.5deg);
    width: 100%;
    z-index: -1;
}
.clr3-a {
    background: #fff none repeat scroll 0 0;
    color: #fff;
    float: left;
    font-size: 31px;
    left: 0;
    overflow: hidden;
    padding: 10px;
    position: absolute;
    width: 101%;
    z-index: 999;
}
.for-box .clr4
{
background:#ff6100;
color:#fff;
padding: 50px 0 50px;
text-align:center;
overflow:hidden;
position:relative;
}
.for-box .clr4::before
{
position:absolute;
content:"";
width:100%;
height:40%;
background:#cf5105;
left:0;
top: -20px;
transform: skewY(171.5deg);
}
.clr4-a::after {
    background: #ff6100 none repeat scroll 0 0;
    content: "";
    height: 137%;
    position: absolute;
    right: 0;
    top: 15px;
    transform: skewY(-5.5deg);
    width: 100%;
    z-index: -1;
}
.clr4-a {
    background: #fff none repeat scroll 0 0;
    color: #fff;
    float: left;
    font-size: 31px;
    left: 0;
    overflow: hidden;
    padding: 10px;
    position: absolute;
    width: 101%;
    z-index: 999;
}
.wbox {
    background: #fff none repeat scroll 0 0;
    margin-bottom: 100px;
    padding: 20px 20px 60px;
    position: relative;
	overflow: hidden;
    text-align: center;
}
.wbox  p
{
padding:10px;
}
/*----------- owl ------------*/
#owl-demo .owl-item div{
      padding:5px;
    }
#owl-demo .owl-item img{
      display: block;
      width: 100%;
      height: auto;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
}
.owl-theme .owl-controls .owl-buttons div {
    background: rgb(255 255 255 / 96%) none repeat scroll 0 0 !important;
    color: #2A7BB6 !important;
    font-size: 65px !important;
    opacity: 1 !important;
}
.owl-theme .owl-controls .owl-buttons div:hover {
    background: #2A7BB6 none repeat scroll 0 0 !important;
    color: #fff !important;    
    font-size: 65px !important;
    opacity: 1 !important;
}
.owl-buttons {
    position: absolute;
    top: 50%;
    width: 100%;
}
.owl-prev {
    left: 0;
    position: absolute;
}
.owl-next {
    right: 0;
    position: absolute;
}
.owl-pagination {
    visibility: hidden;
}
/*----------- counter ------------*/
.counter {
    background: #0d1b2a;
    color: #fff;
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

    .counter::before {
        content: "";
        position: absolute;
        top: -60px;
        left: -60px;
        width: 300px;
        height: 300px;
        border-radius: 50%;
        background: rgba(30,124,74,0.08);
        pointer-events: none;
    }

    .counter::after {
        content: "";
        position: absolute;
        bottom: -80px;
        right: -40px;
        width: 260px;
        height: 260px;
        border-radius: 50%;
        background: rgba(51,153,255,0.07);
        pointer-events: none;
    }

    .counter .title h2 {
        color: #fff;
        font-size: 26px;
        position: relative;
    }

        .counter .title h2::after {
            content: "";
            display: block;
            width: 60px;
            height: 3px;
            background: linear-gradient(90deg, #2ecc71, #3399ff);
            border-radius: 2px;
            margin: 12px auto 0;
        }

.counter-item-wrap {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 16px;
    padding: 32px 20px 28px;
    margin-bottom: 24px;
    transition: transform 0.3s ease, background 0.3s ease;
}

    .counter-item-wrap:hover {
        transform: translateY(-8px);
        background: rgba(255,255,255,0.09);
    }

.counter-icon-wrap {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.ci-green {
    background: linear-gradient(135deg, #1e7c4a, #2ecc71);
}

.ci-orange {
    background: linear-gradient(135deg, #b35900, #ff8c00);
}

.ci-purple {
    background: linear-gradient(135deg, #7b1fa2, #ce93d8);
}

.ci-blue {
    background: linear-gradient(135deg, #0a5fa8, #3399ff);
}

.counter-icon-wrap i {
    color: #fff;
}

.counter .size {
    font-size: 26px;
    color: #fff;
}

.counter h2 {
    color: #fff;
    font-size: 38px;
    font-weight: bold;
    margin: 0 0 8px;
}

.counter-divider {
    width: 30px;
    height: 2px;
    border-radius: 2px;
    margin: 10px auto 12px;
}

.cd-green {
    background: linear-gradient(90deg, #1e7c4a, #2ecc71);
}

.cd-orange {
    background: linear-gradient(90deg, #b35900, #ff8c00);
}

.cd-purple {
    background: linear-gradient(90deg, #7b1fa2, #ce93d8);
}

.cd-blue {
    background: linear-gradient(90deg, #0a5fa8, #3399ff);
}

.counter span {
    color: rgba(255,255,255,0.55);
    font-size: 14px;
}
/*----------- gallery ------------*/
#Gallery {
    padding: 40px 0 24px;
    overflow: hidden;
}

#controls ul li {
    float: left;
    margin-right: 20px;
}

#container {
    clear: both;
}

.grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 12px;
}
.element-item {
    width: 31%;
    height: 320px;
    background: rgba(0,0,0,0) none repeat scroll 0 0 !important;
    position: relative;
    overflow: hidden;
    padding: 8px;
    box-sizing: border-box;
   
}

    .element-item a {
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
    }

    .element-item img {
        width: 100%;
        height: 100%;
      border-radius:10px;
        display: block;
        transition: transform 0.4s ease;
    }

    .element-item:hover img {
        transform: scale(1.05);
    }

.hover-img {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0);
    opacity: 0;
    text-align: center;
    transition: all 0.32s ease 0s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

    .hover-img:hover {
        background: rgba(60, 60, 60, 0.65);
        opacity: 1;
        color: #fff;
        padding: 0;
        border: none;
        top: 0;
    }

        .hover-img:hover .camera {
            color: #fff;
            font-size: 36px;
            padding: 0;
            transition: all 0.3s ease 0s;
        }

    .hover-img h2 {
        color: #fff;
        font-size: 16px;
        margin: 0;
        padding: 0 12px;
        direction: rtl;
    }


/*----------- blog single ------------*/
.blog-header {
    background: rgba(0, 0, 0, 0) url("../img/header4.jpg") repeat fixed center bottom / cover ;
    color: #fff;
    overflow: hidden;
    padding: 300px 0 150px;
    position: relative;
    transition: all 0.35s ease 0s;
	margin-bottom:100px;
}
.blog-header::before {
    background:rgba(0, 0, 0, 0.73) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.blog-header h1 {
    position: relative;
    text-align: center;
    width: 100%;
}
.bs-blog-detail a {
    color: #777;
    display: inline-block;
}
.bs-blog-text {
    color: #555;
    font-weight: 300;
    margin-top: 25px;
}
.bs-blog-img {
    display: inline-block;
    width: 100%;
}
.bs-blog-img > img {
    width: 100%;
}
.bs-blog-name a {
    color: #565656;
    display: inline-block;
}
.bs-blog-name {
    font-size: 19px;
    font-weight: 300;
    padding-left: 75px;
}
.bs-blog-naz {
    display: inline-block;
    margin-top: 20px;
    width: 100%;
}
.bs-blog-type {
    border-right: 1px solid #eee;
    color: #5ac8fb;
    float: left;
    font-size: 40px;
    line-height: 1.5;
    padding-right: 10px;
}
.bs-blog-name {
    font-size: 18px;
    font-weight: 300;
    padding-left: 75px;
}
.bs-blog-detail {
    color: #999;
    font-size: 12px;
    font-weight: 300;
    margin-left: 75px;
    margin-top: 5px;
}
.bs-blog-text {
    color: #555;
    font-weight: 300;
    margin-top: 25px;
}
blockquote {
    border-left: 2px solid #eee;
    font-size: 16px;
    font-weight: 300;
    margin: 25px 0;
}
.tags-blog-single {
    display: inline-block;
}
.tags-blog li {
    border: 1px solid #eee;
    display: inline-block;
    margin-bottom: 8px;
    margin-right: 5px;
    padding: 3px 8px;
}
.tags-blog li a {
    color: #555;
    font-weight: 300;
}
.soc-blog-single {
    display: inline-block;
    float: right;
}
.soc-blog {
    float: right;
    list-style: outside none none;
    padding: 0;
}
.soc-blog li {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #eee;
    border-radius: 2px;
    float: left;
    font-size: 17px;
    height: 30px;
    line-height: 30px;
    margin-right: 5px;
    text-align: center;
    width: 35px;
}
.marg50 {
    margin-top: 50px;
}
.marg25 {
    margin-top: 25px;
}
.img-author {
    float: left;
}
.name-author {
    display: inline-block;
    font-size: 19px;
    font-weight: 300;
    margin-left: 20px;
}
.text-author {
    font-size: 12.5px;
    font-weight: 300;
    margin-left: 100px;
    margin-top: 5px;
}
.bs-blog-line {
    border-top: 1px solid #eee;
    float: left;
    margin: 50px 0;
    width: 100%;
}
.comm_name {
    color: #5ac8fb;
    font-size: 16px;
    font-weight: 300;
}
.comm_name span {
    color: #555;
    font-size: 11px;
}
.img_comm {
    border-radius: 2px;
    float: left;
    height: 80px;
    margin-bottom: 10px;
    margin-right: 50px;
    width: 80px;
}
.comment {
    float: left;
    padding: 30px 0;
    width: 100%;
}
.comment-inner {
    float: left;
    margin-bottom: 20px;
    margin-left: 130px;
    margin-top: 20px;
}
.input-def {
    border: 1px solid #eee;
    margin-bottom: 10px;
    outline: medium none;
    padding: 15px 10px;
    width: 50%;
}
.input-def-textarea {
    border: 1px solid #eee;
    margin-bottom: 10px;
    outline: medium none;
    padding: 5px 10px;
    width: 65%;
}
.text_cont {
    font-weight: 300;
}
.soc-blog li a {
    color: #797979;
}
.soc-blog-single {
    display: inline-block;
    float: right;
}
.author-bio {
      background: #f9f9f9 none repeat scroll 0 0;
    border: 1px dashed #ddd;
    display: inline-block;
    margin-top: 30px;
    padding: 28px;
    width: 100%;
}
.bs-blog-line-com {
    border-top: 1px solid #eee;
    float: left;
    margin: 25px 0;
    width: 100%;
}
.tags-blog {
    padding: 0;
}
/*----------- blog ------------*/

#blog {
   background: #2A7BB6;
    color: #fff;
    overflow: hidden;
	padding:100px 0 220px;
    transition: all 0.35s ease 0s;
	position:relative;
}
#blog::before {
   background: #333 none repeat scroll 0 0;
    content: "";
    height: 40%;
    left: -90px;
    position: absolute;
    top: -178px;
    transform: skewX(110deg);
    width: 100%;
}
.blog-img > img {
    width: 100%;
	  border-radius: 5px;
	position:absolute;
}
.data {
    color: #383838;
    float: left;
    font-size: 50px;
    padding-right: 20px;
	position:relative;
}
.data::before {
    border-right: 1px solid;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    transform: skewX(-20deg);
}
.month {
    color: #383838;
    float: left;
    font-size: 18px;
    padding-left: 20px;
    padding-top: 23px;
}
.blog-img {
    border: 1px solid;
    height: 208px;
    margin-bottom: 60px;
    padding: 9px;
	  border-radius: 5px;
    position: relative;
}
#blog a {
    border: 1px solid #fff;
    color: #000;
    display: inline-table;
    font-size: 18px;
    margin-top: 15px;
    padding: 10px 23px;
	text-decoration:none;
	background:#fff;
}
#blog a:hover{
    border: 1px solid #ffc259;
    color: #fff;
    display: inline-table;
    font-size: 18px;
    margin-top: 15px;
    padding: 10px 23px;
	background:none;
}
#blog .row > h3 {
    color: #000000;
    font-size: 20px;
    font-weight: bold;
}
#blog .row > p {
    color: #444444;
    font-size: 14px;
}
/*----------- contact ------------*/
#contact
{
 background: url("../img/contact-bg.JPG") no-repeat scroll center center / cover  ;
    color: #fff;
    overflow: hidden;
	padding:100px 0;
    transition: all 0.35s ease 0s;
}
    #contact input[type="text"] {
        /* background-color: #fff; */
        background-image: none;
        border: 1px solid #666;
        border-radius: 10px;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
        color: #555;
        display: block;
        font-size: 14px;
        height: 46px;
        line-height: 1.42857;
        padding: 10px 12px;
        transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
        width: 100%;
    }
#contact input[type="email"]{
    background-color: #fff;
    background-image: none;
    border: 1px solid #666;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 57px;
    line-height: 1.42857;
    padding: 10px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
#contact .btn-block {
    background: #2A7BB6 none repeat scroll 0 0;
    border-radius: 0;
    color: #000;
    display: block;
    float: right;
    font-size: 16px;
    margin-bottom: 50px;
    margin-right: 15px;
    padding: 10px 0;
    transition: all 0.3s ease 0s;
    width: 165px;
}

#footer {
    background: rgba(0, 0, 0, 0) url("../img/footer-bg.jpg") no-repeat scroll ;
    color: #fff;
    padding: 60px 0 120px;
    position: relative;
    text-align: center;
    width: 100%;
	overflow:hidden;
}
#footer .social-links {
    list-style: outside none none;
    margin: 0 0 20px;
    padding: 35px 0 10px;
}
#footer .social-links li {
    display: inline-block;
    margin: 5px;
}
#footer .social-links a {
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 50%;
    color: rgba(255, 255, 255, 1);
    display: block;
    font-size: 25px;
    height: 50px;
    line-height: 48px;
    text-align: center;
    width: 50px;
}
    #footer::before {
        background: #2a7bb6;
        content: "";
        height: 100%;
        position: absolute;
        top: 0;
        width: 100%;
    }
#text-15 {
    padding-left: 100px;
    text-align: right;
}

#text-15 a{
    color: #000;
    text-decoration: none;
}


@media (max-width: 1024px) {
    .navbar-default .navbar-nav > li > a {
        font-size: 18px;
        padding: 50px 15px 35px;
    }

    .img-left {
        left: -50px;
        position: relative;
    }

        .img-left img {
            width: 100%;
        }

    .element-item {
        width: 50%;
    }

    #about img {
        left: -24px;
        position: relative;
    }

    #blog::before {
        height: 30%;
        transform: rotate(175deg);
        width: 100%;
        left: 0px;
        top: -100px;
    }
}

@media (max-width: 768px) {
    #about img {
        left: 0;
        position: relative;
        width: 100%;
    }

    .img-left {
        left: 0;
        position: relative;
        width: 100%;
    }

    .blog-img {
        height: 130px;
    }

    #blog .row {
        padding: 0 10px !important;
    }

    .element-item {
        width: 50%;
    }

    /* گالری */
    .grid {
        padding: 8px;
    }

    /* فوتر */
    #text-15 {
        padding-left: 0;
        text-align: right;
    }

    /* کارت‌های for-box */
    .fb-card {
        min-height: 320px;
    }

    /* contact */
    .contact-box {
        padding: 30px 20px;
    }
}

@media (max-width: 640px) {
    .for-box-crecl {
        left: 43%;
    }

    .header-text {
        background: rgba(0,0,0,0.5);
        display: block;
        float: none;
        font-size: 12px;
        margin: 150px auto;
        padding: 24px !important;
        text-align: center;
        width: 100%;
    }

        .header-text h2 {
            font-size: 24px;
        }

        .header-text h3 {
            font-size: 18px;
            margin-bottom: 30px;
        }

    .navbar-default .navbar-nav > li > a {
        font-size: 18px;
        padding: 10px 15px;
        width: 100%;
    }

    .navbar-nav {
        background: #000;
        float: left;
        font-size: 16px;
        margin: 0;
        width: 100%;
    }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: #000;
    }

    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background-color: orange;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }

    .navbar-brand img {
        margin-top: -25px;
        width: 65% !important;
    }

    .img-left img {
        width: 100%;
    }

    .for-box .clr1::before,
    .for-box .clr2::before,
    .for-box .clr3::before,
    .for-box .clr4::before {
        top: -26px;
    }

    .element-item {
        width: 100%;
    }

    .blog-img {
        height: 340px;
        margin-top: 30px;
    }

    #blog::before {
        height: 60%;
        top: -545px;
        transform: rotate(83deg);
        width: 87%;
    }

    .header1 {
        margin-top: -144px;
    }

    /* کارت‌های for-box موبایل */
    .fb-card-wrapper {
        perspective: none;
    }

    .fb-card {
        min-height: auto;
        transform-style: flat;
        transform: none !important;
    }

    .fb-front,
    .fb-back {
        position: relative;
        inset: auto;
        backface-visibility: visible;
        -webkit-backface-visibility: visible;
        transform: none !important;
    }

    .fb-front {
        border-radius: 18px 18px 0 0;
        min-height: 180px;
    }

    .fb-back {
        border-radius: 0 0 18px 18px;
        min-height: auto;
        padding: 24px 20px;
    }

    .fb-hint {
        display: none;
    }

    /* counter موبایل */
    .counter-item-wrap {
        margin-bottom: 16px;
    }

    /* contact موبایل */
    .contact-box {
        padding: 24px 16px;
    }

    #contactForm button[type="submit"] {
        float: none;
        width: 100%;
        margin-top: 8px;
    }

    /* گالری موبایل */
    .element-item {
        width: 100%;
        height: 240px;
    }

    .grid {
        padding: 8px;
        margin-left: 0 !important;
        margin-right: 20px;
    }
    .owl-theme .owl-controls .owl-buttons div {
        top: 80px;
        font-size:40px !important;
    }
    /* فوتر */
    .footer-phones {
        gap: 6px;
    }

        .footer-phones a {
            font-size: 12px;
            padding: 4px 8px;
        }

    #footer::before {
        left: 0;
        top: 0;
    }

    #text-15 {
        padding-left: 0;
    }
}

@media (max-width: 480px) {
    .header {
        height: 600px;
    }

    .header-text {
        margin: 300px auto auto;
        padding: 20px !important;
        width: 100%;
    }

        .header-text h2 {
            font-size: 22px;
        }

    .for-box-crecl {
        left: 30%;
    }

    .blog-img {
        height: 249px;
    }

    #blog::before {
        height: 60%;
        top: -600px;
        transform: rotate(83deg);
        width: 60%;
    }

    .fb-front {
        min-height: 160px;
    }

    .element-item {
        height: 200px;
    }
}

@media (max-width: 320px) {
    .header-text {
        margin: 300px auto auto;
        padding: 0px !important;
        width: 100%;
    }

        .header-text h2 {
            font-size: 20px;
        }

    .for-box-crecl {
        left: 37%;
    }

    .element-item {
        width: 100%;
        height: 200px;
    }

    .blog-img {
        height: 157px;
        margin-top: 30px;
    }

    #blog::before {
        height: 60%;
        top: -545px;
        transform: rotate(83deg);
        width: 87%;
    }

    #footer::before {
        left: 0;
        top: 46%;
    }

    .contact-box {
        padding: 16px 12px;
    }

    .counter-item-wrap {
        padding: 20px 12px;
    }
}
/*----------- for box ------------*/
.for-box {
    background-attachment: fixed;
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}

    .for-box::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(10, 20, 40, 0.62);
    }

.for-box-row {
    position: relative;
    z-index: 2;
}

.fb-card-wrapper {
    perspective: 1000px;
    margin-bottom: 40px;
}

.fb-card {
    position: relative;
    width: 100%;
    min-height: 380px;
    transform-style: preserve-3d;
    transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
}

.fb-card-wrapper:hover .fb-card {
    transform: rotateY(180deg);
}

.fb-front,
.fb-back {
    position: absolute;
    inset: 0;
    border-radius: 18px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    overflow: hidden;
}

.fb-front {
    background: rgba(255,255,255,0.08);
    border: 1.5px solid rgba(255,255,255,0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 28px 32px;
    text-align: center;
}

    .fb-front h2 {
        color: #fff;
        font-size: 17px;
        font-weight: bold;
        margin: 0 0 14px;
        line-height: 1.7;
    }

.fb-hint {
    color: rgba(255,255,255,0.4);
    font-size: 13px;
    margin-top: 8px;
}

.fb-icon-wrap {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    margin-bottom: 24px;
}

    .fb-icon-wrap i {
        color: #fff;
    }

.fb-c1 {
    background: linear-gradient(135deg, #1e7c4a 0%, #2ecc71 100%);
    box-shadow: 0 0 0 8px rgba(46,204,113,0.15);
}

.fb-c2 {
    background: linear-gradient(135deg, #b35900 0%, #ff8c00 100%);
    box-shadow: 0 0 0 8px rgba(255,140,0,0.15);
}

.fb-c3 {
    background: linear-gradient(135deg, #0a5fa8 0%, #3399ff 100%);
    box-shadow: 0 0 0 8px rgba(51,153,255,0.15);
}

.fb-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    border-radius: 0 0 18px 18px;
}

.fb-c1-bar {
    background: linear-gradient(90deg, #1e7c4a, #2ecc71);
}

.fb-c2-bar {
    background: linear-gradient(90deg, #b35900, #ff8c00);
}

.fb-c3-bar {
    background: linear-gradient(90deg, #0a5fa8, #3399ff);
}

.fb-back {
    background: #fff;
    transform: rotateY(180deg);
    display: flex;
    flex-direction: column;
    padding: 32px 24px;
    text-align: right;
    justify-content: center;
    direction: rtl;
}

.fb-back-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}

.fb-back-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}

    .fb-back-icon.fb-c1 {
        background: #e8f8ef;
        color: #1e7c4a;
        box-shadow: none;
    }

    .fb-back-icon.fb-c2 {
        background: #fff3e0;
        color: #b35900;
        box-shadow: none;
    }

    .fb-back-icon.fb-c3 {
        background: #e3f2fd;
        color: #0a5fa8;
        box-shadow: none;
    }

.fb-back h3 {
    font-size: 15px;
    font-weight: bold;
    color: #1a2340;
    margin: 0;
    line-height: 1.6;
}

.fb-back p {
    font-size: 14px;
    color: #444;
    line-height: 2;
    margin: 0;
}

.fb-divider {
    height: 2px;
    border-radius: 2px;
    margin-bottom: 18px;
}

<style >
.contact-box {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 16px;
    padding: 60px;
    margin-bottom: 40px;
}

.contact-field {
    margin-bottom: 20px;
    direction: rtl;
}

    .contact-field label {
        display: block;
        color: rgba(255,255,255,0.7);
        font-size: 13px;
        margin-bottom: 8px;
    }

    .contact-field input,
    .contact-field textarea {
        width: 100%;
        background: rgba(255,255,255,0.07);
        border: 1px solid rgba(255,255,255,0.2);
        border-radius: 8px;
        color: #fff;
        font-family: 'Peyda', Tahoma, Arial;
        font-size: 14px;
        padding: 12px 16px;
        text-align: right;
        outline: none;
        transition: border 0.3s ease;
        box-sizing: border-box;
    }

        .contact-field input:focus,
        .contact-field textarea:focus {
            border-color: #2A7BB6;
            background: rgba(255,255,255,0.1);
        }

        .contact-field input::placeholder,
        .contact-field textarea::placeholder {
            color: rgba(255,255,255,0.3);
        }

    .contact-field textarea {
        resize: none;
    }

#contactForm button[type="submit"] {
    background: #2A7BB6;
    border: none;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    font-family: 'Peyda', Tahoma, Arial;
    font-size: 15px;
    padding: 12px 40px;
    transition: background 0.3s ease;
    float: left;
}

    #contactForm button[type="submit"]:hover {
        background: #1a5a8a;
    }

#formStatus {
    clear: both;
    margin-top: 16px;
    text-align: center;
    font-size: 14px;
    direction: rtl;
    padding: 10px;
    border-radius: 8px;
    display: none;
}

    #formStatus.success {
        background: rgba(46,204,113,0.2);
        color: #2ecc71;
        display: block;
    }

    #formStatus.error {
        background: rgba(231,76,60,0.2);
        color: #e74c3c;
        display: block;
    }
  
