@font-face {
    font-family: 'hyperweb';
    src: url('../fonts/hyperwebco.eot') format('eot');
    src: local("?"), url("../fonts/hyperwebco.ttf") format('truetype'),
    url("../fonts/hyperwebco.woff") format('woff'),
    url("../fonts/hyperwebco.woff2") format('woff2');
    font-weight: normal;
    font-style: normal;
}
#SHP #TXT{
    direction: rtl;
    text-align: right;
}
#SHP .product-description span,#SHP #TXT span{
    color:#8cc34b!important;
}
#SHP .product-description{
    direction: rtl;
    text-align: justify;
    font-size: 14px;
    font-weight: 900;
    line-height: 2rem;
    color: #000;
}
#SHP{
    margin: 50px 0;
}
#SHP .card {
    background-color: #fff;
    padding: 14px;
    border: none;
   text-align: center;
    font-family: 'hyperweb',tahoma;
}
#SHP .card h6{
    font-family: 'hyperweb',tahoma;
    font-size: 12px;
    line-height: 2rem;
    font-weight: 900;
}
#SHP .demo {
    width: 100%
}

#SHP ul {
    list-style: none outside none;
    padding-left: 0;
    margin-bottom: 0
}

#SHP li {
    display: block;
    float: left;
    margin-right: 6px;
    cursor: pointer
}

#SHP img {
    display: block;
    height: auto;
    width: 100%
}

#SHP .stars i {
    color: #f6d151
}

#SHP .stars span {
    font-size: 13px
}

#SHP  hr {
    color: #d4d4d4
}

#SHP .badge {
    padding: 5px !important;
    padding-bottom: 6px !important
}

#SHP .badge i {
    font-size: 10px
}

#SHP  .profile-image {
    width: 35px
}

#SHP .comment-ratings i {
    font-size: 13px
}

#SHP .username {
    font-size: 12px
}

#SHP .comment-profile {
    line-height: 17px
}

#SHP  .date span {
    font-size: 12px
}

#SHP .p-ratings i {
    color: #f6d151;
    font-size: 12px
}

#SHP .btn-long {
    padding-left: 35px;
    padding-right: 35px
}

#SHP .buttons {
    margin-top: 15px
}

#SHP  .buttons .btn {
    height: 46px
}

#SHP .buttons .cart {
    border-color: #ff7676;
    color: #ff7676
}

#SHP .buttons .cart:hover {
    background-color: #e86464 !important;
    color: #fff
}

#SHP .buttons .buy {
    color: #fff;
    background-color: #ff7676;
    border-color: #ff7676
}

#SHP.buttons .buy:focus,
#SHP .buy:active {
    color: #fff;
    background-color: #ff7676;
    border-color: #ff7676;
    box-shadow: none
}

#SHP .buttons .buy:hover {
    color: #fff;
    background-color: #e86464;
    border-color: #e86464
}

#SHP  .buttons .wishlist {
    background-color: #fff;
    border-color: #ff7676
}

#SHP .buttons .wishlist:hover {
    background-color: #e86464;
    border-color: #e86464;
    color: #fff
}

#SHP .buttons .wishlist:hover i {
    color: #fff
}

#SHP .buttons .wishlist i {
    color: #ff7676
}

#SHP .comment-ratings i {
    color: #f6d151
}

#SHP .followers {
    font-size: 9px;
    color: #d6d4d4
}

#SHP .store-image {
    width: 42px
}

#SHP .dot {
    height: 10px;
    width: 10px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px
}

#SHP .bullet-text {
    font-size: 12px
}

#SHP .my-color {
    margin-top: 10px;
    margin-bottom: 10px
}

#SHP label.radio {
    cursor: pointer
}

#SHP label.radio input {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    pointer-events: none
}

#SHP label.radio span {
    border: 2px solid #8f37aa;
    display: inline-block;
    color: #8f37aa;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-transform: uppercase;
    transition: 0.5s all
}

#SHP label.radio .red {
    background-color: red;
    border-color: red
}

#SHP label.radio .blue {
    background-color: blue;
    border-color: blue
}

#SHPlabel.radio .green {
    background-color: green;
    border-color: green
}

#SHP label.radio .orange {
    background-color: orange;
    border-color: orange
}

#SHP label.radio input:checked+span {
    color: #fff;
    position: relative
}

#SHP label.radio input:checked+span::before {
    opacity: 1;
    content: '\2713';
    position: absolute;
    font-size: 13px;
    font-weight: bold;
    left: 4px
}

#SHP .card-body {
    padding: 0.3rem 0.3rem 0.2rem
}
#Person{
    position: fixed;
    bottom: 85px;
    left: 35px;
    direction: rtl;
    background-color:red;
    color: #fff;
    font-family: 'hyperweb',tahoma;
    font-size: 12px;
    padding: 7px 12px;
    border-radius:50%;
    box-shadow: 3px 3px 3px #ccc;
    z-index: 1000;
}
#Person i{
    font-size: 20px;
}
.swiper-slide{
    position: relative;
}
.swiper-slide strong{
    position: absolute;
    top: 15px;
    right: 10px;
    direction: rtl;
    color:#8cc34b!important;
}
#ProductSection{
    direction: rtl;
    margin: 30px 0;
    font-family: 'hyperweb',tahoma;
}
#ProductSection .PrO{
    border: 1px solid #eee;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 5px;
    box-shadow: 3px 3px 3px #ccc;
}
#ProductSection .PrO img{
    width: 100%;
    height: 200px;
    border-radius: 5px;
    margin-bottom: 10px;
}
#ProductSection .PrO h5{
    color:#8cc34b!important;
    font-size: 14px;
    font-weight: 900;
    line-height: 2rem;
    text-align: center;
}
#ProductSection .PrO p{
    color: #000;
    font-size: 12px;
    font-weight: 900;
    line-height: 2rem;
    text-align: justify;
}
#ProductSection h4{
    color: #000;
    font-size: 15px;
    line-height: 2rem;
    font-family: 'hyperweb',tahoma;
    font-weight: 900;
    padding-bottom: 20px;
}
#ProductSection h4 i{
    color:#8cc34b!important;
    font-size: 30px;
}
#ResultComment{
    direction: rtl;
    text-align: right;
    font-family: 'hyperweb',tahoma;
}
#ResultComment hr{
    border: 1px dotted #000!important;
    margin: 20px 0;
}
#ResultComment .small{
    color: #444c67;
    font-size: 12px;
    padding: 5px 0;
    line-height: 2rem;
    font-weight: 900;
}
#ResultComment p{
    color:#000 ;
    font-size: 14px;
    font-weight: 900;
}
#ResultComment p span{
    color:#8cc34b!important;
}
#ResultComment h6{
    color:#8cc34b!important;
    font-family: 'hyperweb',tahoma;
    font-size: 15px;
    line-height: 2rem;
    font-weight: 900;
}
.FormComment{
    text-align: left;
    border: 1px solid #eee;
    padding: 20px 10px;
    box-shadow: 3px 3px 3px #eee;
    margin: 20px 0;
}
.FormComment button{
    background-color:#8cc34b ;
    color: #000;
    outline: 0;
    border: 0;
    padding: 10px 15px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 900;
    box-shadow: 5px 5px 5px #eee;
    margin-top: 20px;
}
.FormComment .input-group{
    direction: rtl;
    text-align: right;
    display: block;
    margin-right: 20px;
}
.FormComment .checkMark{
    background-color: #ccc;
    border: 2px solid #ccc;
    width: 15px;
    height: 15px;
}
.FormComment p{
 color: #8cc34b;
    font-size: 12px;
    font-weight: 900;
    line-height: 2rem;
   margin: 10px 0;
    text-align: right;
    background-color: #eee;
    border-radius: 5px;
    padding: 5px 10px;
}
.FormComment  label{
    color: #000;
    font-size: 14px;
    font-weight: 900;
    line-height: 2rem;
    padding:0 0px 0 10px;
}
#AdBox{
    border: 2px solid #8cc34b;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 5px;
    text-align: center;
}
#AdBox img{
    width: 100%;
    height: 200px;
}
#AdBox h5{
    color: #8cc34b;
    font-weight: 900;
    line-height: 2rem;
    font-size: 14px;
    margin-bottom: 10px;
}
#AdBox p{
    color: #000;
    font-weight: 900;
    line-height: 2rem;
    font-size: 12px;
}
#ProUi h4{
    color: #000;
    font-family: 'hyperweb',tahoma;
    font-size: 15px;
    font-weight: 900;
    line-height: 2rem;
    text-align: right;
    padding-bottom: 20px;
}
#ProUi h4 i{
    color: #8cc34b;
}
#ProUi{
    margin: 50px 0;
    direction: rtl;
    text-align: right;
    font-family: 'hyperweb',tahoma;
}
#ProUi .ProBox{
    border: 1px solid #eee;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 5px;
    text-align: center;
    position: relative;
}
#ProUi .ProBox ul{
    position: absolute;
    top: 0;
    margin: 0;
    padding: 0;
    left: 0;
}
#ProUi .ProBox ul li{
    list-style-type: none;
    margin-bottom: 20px;
}
#ProUi .ProBox ul li a{
    background-color: #000;
    color: #fff;
    padding: 10px;
    border: 1px solid #fff;
}
#ProUi .ProBox ul li a i{
    font-size: 15px;
}
#ProUi .ProBox img{
    width: 100%;
    height: 200px;
}
#ProUi .ProBox p{
    color: #000;
    font-size: 12px;
    line-height: 2rem;
    font-family: 'hyperweb',tahoma;
    margin: 10px 0;
    font-weight: 900;
}
#FacProfile{
    direction: rtl;
    font-family: 'hyperweb',tahoma;
    margin: 50px 0;
}
#FacProfile h4{
    color:#8cc34b;
    font-weight: 900;
    line-height: 2rem;
    font-size: 14px;
    font-family: 'hyperweb',tahoma;
    margin-bottom: 20px;
}
#FacProfile .box{
    border: 1px solid #eee;
    padding: 40px 20px 20px 20px;
    text-align: center;
    margin-bottom: 20px;
    border-radius: 10px;
    background-color: #eee;
    position: relative;
}
#FacProfile .box #SPAN{
    position: absolute;
    right: 10px;
    top: 10px;
    line-height: 2rem;
    color: #0000ff;
}
#FacProfile .box #SPAN i{
    color: #000;
    background-color:#fff;
    border-radius: 50%;
    padding: 4px 10px;
    font-size: 15px;
}
#FacProfile .box h5{
    color:#8cc34b;
    font-size: 15px;
    font-weight: 900;
    line-height: 2rem;
}
#FacProfile .box i{
    font-size: 50px;
    color: #8cc34b;
}
#FacProfile .box p{
    line-height: 2rem;
}
#Error{
    margin: 50px 0;
    direction: rtl;
    font-family: 'hyperweb',tahoma;
    text-align: center;
}
#Error .ER h1{
    font-size: 200px!important;
    color: #8cc34b;
    margin-bottom: 20px;
    font-family: 'hyperweb',tahoma;
}
#Error .ER p{
    color: #000;
    font-size: 14px;
    font-weight: 900;
    line-height: 2rem;
    direction: rtl;
}
#Error .ER p a{
    border-bottom: 1px solid #8cc34b;
}
#Error .ER p a i{
    font-size: 25px;
    color: #8cc34b;
}
#profile .select2-container--default .select2-selection--multiple .select2-selection__rendered li{
    font-size: 12px!important;
    margin-top: 9px!important;
}
#profile .select2-container--default.select2-container--focus .select2-selection--multiple,.select2-container--default .select2-selection--multiple {
    height: 2.5rem!important;
}
#profile #FU #basic-addon1{
    padding: 10px!important;
}
#profile{
    direction: rtl;
    font-family: 'hyperweb',tahoma;
    margin: 50px 0;
    padding: 20px 10px;
}
#profile h4{
    color: #000;
    font-family: 'hyperweb',tahoma;
    font-size: 15px;
    font-weight: 900;
    line-height: 2rem;
    text-align: right;
    padding-bottom: 20px;
}
#profile h4 i{
   color: #8cc34b;
}
#profile label{
    color: #444c67;
    font-weight: 700;
    font-size: 12px;
    text-align: right;
    padding: 10px 0;
}
#profile label span{
    color: red;
}
#profile input{
    line-height: 2rem;
    direction: rtl;
    text-align: right;
    font-size: 12px;
    margin-bottom: 10px;
    font-weight: 800;
}
#profile #BTBT{
    background-color: #8cc34b;
    outline: 0;
    border: 2px solid #8cc34b;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 900;
    padding: 10px 20px;
    margin: 20px 10px;
    float: left;
    box-shadow: 3px 3px 3px #eee;
}
#manual{
    direction: rtl;
    text-align: center;
    margin: 50px 0;
}
#manual p a:hover{
    border-bottom: 1px solid #8cc34b;
}
#manual p {
    margin-bottom: 20px;
}
#manual p i{
    color: #8cc34b;
    font-size: 20px;
}
#manual p #House{
    border: 1px solid #8cc34b;
    border-radius: 5px;
    padding:10px 15px;
}
#manual .card{
    border: 1px solid #eee;
}
#manual .card .form-group{
    margin-bottom: 10px;
}
#manual .card .form-group button{
    width: 50%;
    background-color: #ffed31;
    color: #000;
    border: 1px solid #ffed31;
    outline: 0;
    font-size: 14px;
    font-weight: 900;
    margin: 20px 0;
}
#manual .card .form-group label{
    color: #000;
    font-weight: 900;
    line-height: 2rem;
    font-size: 12px;
    text-align: right;
}
#manual .card .form-group label span{
    color: red;
}
#manual .card .form-group label i{
    font-size: 20px;
    color: #8cc34b;
}
#manual .card .form-group input{
    font-size: 12px;
    color: #000;
    font-weight: 700;
    line-height: 2rem;
}
#manual .card-header{
    background-color:#ffed31 ;
    color: #000;
    font-weight: 900;
    line-height: 2rem;
    font-size: 14px;
}
/* Set the size of the div element that contains the map */
#LogIn a{
    border: 1px solid #ffed31;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    margin-right: 20px;
}
#LogIn a i{
   color:#ffed31;
   font-size: 20px;
    font-weight: 900;
}
.map {
    width: 500px;
    height: 500px;
}

body {
    font-family: "Poppins", sans-serif;
}

img [draggable="false"] {
    width: 30px;
    height: 30px;
    user-select: none;
    padding: 0px;
    background: rgb(17 125 230) !important;
    margin: 0px;
    max-width: none;
    border-radius: 117px;
    border: 2px solid rgb(255, 255, 255);
}

#map {
    height: 200px;
    /* The height is 400 pixels */
    width: 100%;
    /* The width is the width of the web page */
}

.popupwidth {
    width: 300px;
    padding: 15px 0px 15px 15px;
}

.gm-style .gm-style-iw-c {
    position: absolute;
    box-sizing: border-box;
    overflow: hidden;
    top: 0;
    left: 0;
    transform: translate(-50%, -100%);
    background-color: white;
    border-radius: 0px 0px 8px 8px;
    padding: 0;
    box-shadow: 0 2px 7px 1px rgb(0 0 0 / 30%);
}

.details h5 {
    font-size: 14px;
    text-transform: capitalize;
}

.details p span {
    font-weight: 500;
    text-transform: capitalize;
    color: #000;
}

.details p {
    font-size: 14px;
    margin-bottom: 7px;
    letter-spacing: 1px;
    color: #5f6368;
    font-weight: 400;
}

.gm-ui-hover-effect {
    user-select: none;
    top: -1 !important;
    right: 0 !important;
    width: 30px !important;
    height: 30px !important;
    background: #b8b8b8 !important;
}

button:focus {
    outline: none !important;
}

.gm-style .gm-style-iw-c {
    border-top: 5px solid;
    border-image: linear-gradient(45deg, #164aaf, #20232c) 1;
}

#FU .file {
    visibility: hidden;
    position: absolute;

}
#FU #basic-addon1{
    padding: 16px;
    border-radius: 0 5px 5px 0!important;
    background-color: #ffed31;
    color: #000;
}
#FU #basic-addon2{
    padding: 15px;
    border-radius: 5px 0 0 5px!important;
    margin: 0!important;
    font-size: 12px;
    font-weight: 900;
    background-color: #ffed31;
    color: #000;
}
body hr{
    margin: 10px 0;
    color: #f3f3f3;
}
a{
    text-decoration: none!important;
}
#Main{
    direction: rtl;
    text-align: justify;
    line-height: 2rem;
    font-size: 14px;
}
#Main h4{
    font-size: 14px;
    line-height: 2rem;
    font-weight: 900;
    color: #000;
    font-family: 'hyperweb',yahoma;
}
#Main h4 i{
    color: #8cc34b;
}
.alert-danger,.alert-success{
    font-size: 12px;
    font-weight: 900;
    line-height: 2rem;
    padding: 5px;
    direction: rtl;
}
.alert-danger .close,.alert-success .close{
    display: none;
}
body {
  font-family: 'hyperweb',tahoma;
  color: #313030;
    cursor: pointer;
}
.SliderTop{
    border: 1px solid #eee;
    border-radius: 5px;
    box-shadow: 3px 5px 5px #eee;
    padding: 20px 10px;
    position: relative;
}
.SliderTop span{
    position: absolute;
    top: 5px;
    right: 0;
    background-color: #8cc34b;
    color: #fff;
    padding: 5px 20px;
    font-size: 12px;
    font-weight: 900;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.SliderTop img{
    width: 100%;
    height: 250px;
    border-radius: 10px;
}
.SliderTop .DT{
    padding: 20px 0;
}
.SliderTop .DT h3{
    font-family: 'hyperweb',tahoma;
    color: #8cc34b;
    font-size: 15px;
    font-weight: 900;
    line-height: 2rem;
    margin-bottom: 20px;
}
.SliderTop .DT p{
    line-height: 2rem;
    font-weight: 700;
    color: #000;
    text-align: justify;
    font-size: 13px;
}
.carousel-indicators li{
    list-style-type: none;
}
.carousel-control-next, .carousel-control-prev{
    color: #000!important;
}
.carousel-inner img {
    width: 100%;
    height: 100%;
}
@media(max-width:900px){
    #Head,.TH{display: none!important;}
}
body h5{
    font-family: 'hyperweb',tahoma!important;
}
#footer .social-links a img{
    width: 30px;
    height: 30px;
}
.carousel-caption h5{
    font-size: 15px!important;
}
.swiper-button-next, .swiper-button-prev{color: #fff!important;}
.swiper-pagination{display: none!important;}
.swiper-slide{
    width: auto!important;
}
.swiper-container {
    width: 100%;
    padding-top: 10px;
    padding-bottom:50px;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 320px;
    background-color: #fff;
    overflow: hidden;
    border-radius: 8px;
}

.picture {
    width: 320px;
    height: 320px;
    overflow: hidden;
}
.picture img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.detail {
    padding: 25px 20px;
    text-align: center;
    background-color: #8cc34b;
    font-family: 'hyperweb', tahoma;
}
.detail h3 {
    margin: 0;
    color: #fff;
    font-size: 15px;
    font-weight: 900;
    font-family:'hyperweb',tahoma;
    line-height: 2rem;
}

.detail span {
    display: block;
    font-size: 13px;
    color:#fff;
    font-weight:900;
}
#ListBox{
    direction: rtl;
}
#ListBox .boxNews{
    border:3px solid #8cc34b;
    border-radius: 10px;
    margin-bottom: 10px;
    background-color: #fff;
    padding: 10px;
    display: inline-flex;
    width: 100%;
    box-shadow: 2px 2px 2px #eee;
}
#ListBox .boxNews img{
    margin-left: 10px;
    width: 80px;
    height: 80px;
    border-radius: 5px;
    box-shadow: 2px 2px 2px #eee;
}
#ListBox .boxNews p{
    margin-top: 20px;
    color: #000;
    font-weight: 900;
    line-height: 2rem;
    font-size: 14px;
}
.News{
    background-image: linear-gradient(#eee,white)!important;
    direction: rtl;
    padding: 20px 0;
}
.News h4{
    font-family: 'hyperweb',tahoma;
}
.entry-content{
    direction: rtl;
    text-align: justify;
    line-height: 2rem;
    color: #000;
    font-weight: 900;
    font-size: 14px;
}
.grid figure {
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    margin: -0.135em 0;
//width: 33.333%;
    height: 200px;
    background: silver;
    text-align: center;
    cursor: pointer;
}
.grid figure #Gif{
    position: absolute;
    top: 0;
    right: 0;
    width:150px!important;
    height: 130px!important;
}
.grid .double-height {
    height: 350px;
    border-radius: 5px;
    width: 100%;
}
.grid figure img {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    transition: opacity 0.5s, -transform 1s;
}
.grid figure img:hover {
    opacity: 0.3;
}
.grid figure figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #3c4a50;
    background: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    backface-visibility: hidden;
    transition: transform 0.35s;
}
.grid figure figcaption::after {
    content: '';
    border-style: solid;
    border-width: 20px;
    position: absolute;
    display: block;
    width: 0;
    height: 0;
}
.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}
.grid figure figcaption > span::before {
    display: inline-block;
    padding: 8px 10px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure a.anchor {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}
.grid figure h2 {
    font-family: 'hyperweb',tahoma;
    text-shadow: 3px 3px 3px #fff;
    font-size: 15px;
    padding-top: 30%;
    display: block;
    z-index: 1002;
    line-height: 2rem;
    font-weight: 900;
    text-align: center;
    margin: 0 auto;
    float: none;
    width: 100%;
    top: 20%;
}
.grid figure.double-height h2 {
    margin-top: 40px;
    top: 40%;
}
.grid figure h2 span {
    z-index: 1002;
    font-weight: 800;
}
.grid figure p {
    font-family: 'hyperweb',tahoma;
    line-height: 2rem;
    opacity: 0;
    font-size:14px;
    font-weight: 900;
    text-align: center;
    z-index: 1001;
    position: absolute;
    text-transform: none;
    backface-visibility: hidden;
    transition: opacity 0.35s;
    margin: 5px auto;
    top: 20%;
    float: none;
    width: 100%;
    display: block;
    right: auto;
    left: auto;
    padding-right: 5%;
    padding-left: 5%;
}
.grid figure.double-height p {
    top: 50%;
}
.grid figure:hover p {
    opacity: 0;
}
.grid figure h2,
.grid figure figcaption > span {
    transition: transform 0.35s;
}
.grid figure:hover h2 {
    transition-delay: 0.15s;
}
.grid figure:hover figcaption > span:nth-child(4) {
    transition-delay: 0.20s;
}
.grid figure:hover figcaption > span:nth-child(3) {
    transition-delay: 0.25s;
}
.grid figure:hover figcaption > span:nth-child(2) {
    transition-delay: 0.30s;
}

/* Individual Colors */

/* BLUE */
.grid figure figcaption.blue {
    background-color: #ffed31
}
.grid figure figcaption.blue p,
.grid figure figcaption.gray p,
.grid figure figcaption.blue h2,
.grid figure figcaption.gray h2 {
    color: #000;
}
figure.effect-slideup figcaption.blue::after {
    border-bottom-color: #50758b;
}
figure.effect-slidedown figcaption.blue::after {
    border-top-color: #50758b;
}
figure.effect-slideleft figcaption.blue::after {
    border-left-color: #ffed31
}
figure.effect-slideright figcaption.blue::after {
    border-right-color: #50758b;
}

/* GRAY */
.grid figure figcaption.gray {
    background-color: #a3aaad;
}
figure.effect-slideup figcaption.gray::after {
    border-bottom-color: #a3aaad;
}
figure.effect-slidedown figcaption.gray::after {
    border-top-color: #a3aaad;
}
figure.effect-slideleft figcaption.gray::after {
    border-left-color: #a3aaad;
}
figure.effect-slideright figcaption.gray::after {
    border-right-color: #a3aaad;
}

/* GOLD */
.grid figure figcaption.gold {
    background-color: #b6872d;
}


/* Individual effects */

/*------------------*/
/***** Slide Up *****/
/*------------------*/

figure.effect-slideup figcaption {
    top: auto;
    bottom: 0;
    transform: translate3d(0,200%,0);
}
figure.effect-slideup.double-height figcaption {
    height: 50%;
}
figure.effect-slideup figcaption::after {
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: #ffffff;
    border-left-color: transparent;
    left: 45%;
    top: -35px;
}
figure.effect-slideup figcaption > span {
    float: right;
}
figure.effect-slideup h2,
figure.effect-slideup figcaption > span {
    transform: translate3d(0,200%,0);
}
figure.effect-slideup:hover figcaption,
figure.effect-slideup:hover h2,
figure.effect-slideup:hover figcaption > span {
    transform: translate3d(0,0,0);
}

/*--------------------*/
/***** Slide Down *****/
/*--------------------*/

figure.effect-slidedown figcaption {
    bottom: auto;
    top: 0;
    transform: translate3d(0,-200%,0);
}
figure.effect-slidedown.double-height figcaption {
    height: 50%;
}
figure.effect-slidedown figcaption::after {
    border-top-color: #ffffff;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    left: 45%;
    bottom: -35px;
}
figure.effect-slidedown figcaption > span {
    float: right;
}
figure.effect-slidedown h2,
figure.effect-slidedown figcaption > span {
    transform: translate3d(0,-200%,0);
}
figure.effect-slidedown:hover figcaption,
figure.effect-slidedown:hover h2,
figure.effect-slidedown:hover figcaption > span {
    transform: translate3d(0,0,0);
}

/*--------------------*/
/***** Slide Left *****/
/*--------------------*/

figure.effect-slideleft figcaption {
    width: 30%;
    transform: translate3d(0,0,0);
}
figure.effect-slideleft figcaption::after {
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: #ffffff;
    right: -35px;
    top: 45%;
}
figure.effect-slideleft figcaption > span {
    float: right;
}
figure.effect-slideleft h2,
figure.effect-slideleft figcaption > span {
    transform: translate3d(0,0,0);
}
figure.effect-slideleft:hover figcaption,
figure.effect-slideleft:hover h2,
figure.effect-slideleft:hover figcaption > span {
    transform: translate3d(0,0,0);
}

/*--------------------*/
/***** Slide Right *****/
/*--------------------*/

figure.effect-slideright figcaption {
    width: 50%;
    transform: translate3d(210%,0,0);
}
figure.effect-slideright figcaption::after {
    border-top-color: transparent;
    border-right-color: #ffffff;
    border-bottom-color: transparent;
    border-left-color: transparent;
    left: -35px;
    top: 45%;
}
figure.effect-slideright figcaption > span {
    float: left;
}
figure.effect-slideright h2,
figure.effect-slideright figcaption > span {
    transform: translate3d(200%,0,0);
}
figure.effect-slideright:hover figcaption,
figure.effect-slideright:hover figcaption > span {
    transform: translate3d(100%,0,0);
}
figure.effect-slideright:hover h2 {
    transform: translate3d(0,0,0);
}

/* MEDIA SCREEN SIZES */
@media screen and (max-width: 1200px) {
    .grid figure {
        width: auto;
        float: left;
    }
    .grid figure img {
    }
    .grid figure figcaption {
        font-size: 90%;
    }
}
@media screen and (max-width: 900px) {

    figure.effect-slideleft figcaption{display: none!important;}
    .grid figure {
        width: 50%;
    }
    .grid figure #Gif {
        width: 50px!important;
        height: 50px!important;
    }
    .grid .double-height{
        height: auto;!important;
    }
    .grid figure figcaption {
        font-size: 90%;
    }
}
@media screen and (max-width: 664px) {
    .grid .one-half {
        width: 100%;
    }
    .grid figure {
        width: 100%;
    }
}
/*grid*/
.about{
    direction: rtl;
    text-align: justify;
    font-family: 'hyperweb',tahoma;
}
a {
  color: #000;
    font-size: 12px;
    font-weight: 900;
  text-decoration: none;
}

a:hover {
  color: #000;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
#Phonee{
    position: fixed;
    bottom: 45px;
    left: 10px;
    direction: rtl;
    background-color:#ffed31;
    color: #000;
    font-family: 'hyperweb',tahoma;
    font-size: 12px;
    padding: 5px 15px;
    border-radius: 10px;
    box-shadow: 3px 3px 3px #ccc;
    z-index: 1000;
}
#cm{
    position: fixed;
    bottom: 10px;
    left: 10px;
    direction: rtl;
    background-color: rgba(0,0,0,0.8);
    color: #fff;
    font-family: 'hyperweb',tahoma;
    font-size: 12px;
    padding: 5px 15px;
    border-radius: 10px;
    box-shadow: 3px 3px 3px #ccc;
    z-index: 1000;
}
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #11316c;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #000;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
    direction: rtl;
  background: #ffed31;
  font-size: 14px;
  padding: 0;
  height: 40px;
  margin-bottom: 0!important;
}
#topbar span{
    color: #000;
}
#topbar .contact-info i {
  font-style: normal;
  color: #000;
}

#topbar .contact-info i a,
#topbar .contact-info i span {
  padding:0 5px;
  color: #000;
    font-weight: 900;
    font-size: 12px;
}

#topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
}

#topbar .contact-info i a:hover {
  color: #000;
}

#topbar .cta a {
  display: inline-block;
  transition: 0.3s;
  margin: 0 5px;
}

#topbar .cta a img {
width: 30px;
    height: 35px;
    border-radius: 5px;

}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    direction: rtl;
  transition: all 0.5s;
  z-index: 997;
  background: #8cc34b;
}

#header.header-fixed {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  line-height: 0;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #635551;
  text-decoration: none;
}

#header .logo img {
  padding: 5px 0!important;
  margin: 0;
}

.scrolled-offset {
  margin-top: 70px;
}

#main {
  z-index: 3;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 15px;
  font-size: 13px;
  font-weight: 900;
  font-family: 'hyperweb',tahoma;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-right: 5px;
    color: #398e3d;
    font-weight: 900;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #000;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  background: #11316c;
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 4px;
  color: #fff;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #ff6b3b;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 50px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
    color: #000;
    font-size: 12px!important;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #000;
  background-color:#ffed31;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(-75% + 2px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;  
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -80%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #473d3a;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(43, 37, 35, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #dee0ec;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #473d3a;
    font-weight: 900;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #11316c;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #8cc34b;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
    color: #fff;
    font-weight: 900;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #ff5821;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 60vh;
  background: url("../img/hero-bg.jpg") center center;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding: 0;
  margin-bottom: -120px;
}

#hero:before {
  content: "";

  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .container {
  z-index: 2;
}

#hero h1 {
    font-family: 'hyperweb',tahoma;
  margin: 0 0 50px 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 2rem;
  color: #fff;
}

#hero h2 {
  color: #eee;
  margin-bottom: 50px;
  font-size: 24px;
}

#hero .get-started-icon {
  font-size: 24px;
  background: #11316c;
  padding: 14px;
  color: #fff;
  border-radius: 50px;
  position: relative;
  z-index: 5;
  box-shadow: 10px 2px 15px rgba(0, 0, 0, 0.1);
}

#hero .btn-get-started {
  font-family:'hyperweb',tahoma;
  font-weight: 900;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  transition: 0.5s;
  margin-left: -10px;
  padding: 8px 26px 8px 26px;
  color: #11316c;
  background: #ffed31;
  border-radius: 0 50px 50px 0;
  position: relative;
  z-index: 4;
}

#hero .btn-get-started:hover {
  background: #11316c;
    color: #fff;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 1024px),
(max-height: 768px) {
  #hero {
    margin-bottom: -150px;
    height: 80vh;
  }
}

@media (max-width: 768px) {
  #hero {
    height: 80vh;
  }

  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

@media (max-height: 640px) {
  #hero {
    height: 120vh;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 20px 0;
  overflow: hidden;
    margin-bottom: 0px;
}

.section-bg {
  background-color: #fff9f7;
}
.section-bg-one{
    background-image: linear-gradient(white,#eee) !important;
}
.section-title-one{
    text-align: right;
    padding-bottom: 10px;
}
.section-title-one h2{
    direction: rtl;
    font-size: 15px;
    font-weight: 800;
    margin-bottom: 10px;
    padding-bottom: 0;
    font-family:'hyperweb',tahoma;
    color: #000;
}
.section-title-one h2 span{
    float: left;
}
.section-title-one h2 span a{
    color: #0b8457;
    font-size: 12px;
}
.section-title {
  text-align: center;
  padding-bottom: 10px;
}

.section-title h2 {
  font-size: 16px;
  font-weight: 800;
  margin-bottom:10px;
  padding-bottom: 0;
  font-family:'hyperweb',tahoma;
  color: #0b8457;
}

.section-title p {
  margin-bottom: 0;
    direction: rtl;
    text-align: center;
    line-height: 2rem;
    color: #000;
    font-weight: 900;
    font-size: 12px;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  direction: rtl;
    text-align: right;
  padding: 15px 0;
  background: #eee;
  margin-bottom: 10px;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 0px 0;
  margin: 0;
  font-size: 12px;
    font-weight: 900;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding:0 10px;
  color: #000;
  content: " | ";
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us {
    direction: rtl;
  padding: 20px 0;
  position: relative;
  z-index: 3;
}

.why-us .content {
    direction: rtl;
    text-align: justify;
  padding: 30px;
  background: #eee;
  border-radius: 4px;
  color: #000;
}

.why-us .content h3 {
    font-family: 'hyperweb',tahoma;
  font-weight: 700;
  font-size: 28px;
    color: #8cc34b;
  margin-bottom: 30px;
}

.why-us .content p {
  margin-bottom: 30px;
    line-height: 2rem;
    font-size: 13px;
}

.why-us .content .more-btn {
  display: inline-block;
  background: #ffed31;
  padding: 6px 20px 8px 20px;
  color: #000;
  border-radius: 50px;
    font-size: 12px;
  transition: all ease-in-out 0.4s;
}

.why-us .content .more-btn i {
  font-size: 14px;
}

.why-us .content .more-btn:hover {
  color: #0b8457;
  background: #fff;
}

.why-us .icon-boxes .icon-box {
  text-align: center;
  border-radius: 10px;
  background: #ffed31;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 20px 5px;
  width: 100%;
    margin-bottom: 15px;
}

.why-us .icon-boxes .icon-box i {
  font-size: 50px;
  color: #398e3d;
  margin-bottom: 30px;
}

.why-us .icon-boxes .icon-box h4 {
    font-family: 'hyperweb',tahoma;
  font-size: 14px;
    line-height: 2rem;
  font-weight: 700;
  margin: 0 0 30px 0;
}

.why-us .icon-boxes .icon-box p {
  font-size: 13px;
  color: #716f6f;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .icon-boxes h4 {
    font-family: 'hyperweb',tahoma;
  font-size: 15px;
  color: #000;
    line-height: 2rem;
  margin-bottom: 15px;
}

.about .icon-boxes h3 {
    font-family: 'hyperweb',tahoma;
  font-size: 24px;
  font-weight: 700;
  color: #8cc34b;
  margin-bottom: 15px;
    text-shadow: 2px 2px 2px #000;
}
.about .icon-boxes p{
    line-height: 2rem;
    text-align: justify;
    font-size: 14px;
    font-weight: 800;
}
.about .icon-box {
  margin-top: 40px;
}

.about .icon-box .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border: 2px solid #ffcbba;
  border-radius: 50px;
  transition: 0.5s;
  background: #fff;
}

.about .icon-box .icon i {
  color: #ff5821;
  font-size: 32px;
}

.about .icon-box:hover .icon {
  background: #ff5821;
  border-color: #ff5821;
}

.about .icon-box:hover .icon i {
  color: #fff;
}

.about .icon-box .title {
  margin-left: 85px;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
}

.about .icon-box .title a {
  color: #343a40;
  transition: 0.3s;
}

.about .icon-box .title a:hover {
  color: #ff5821;
}

.about .icon-box .description {
  margin-left: 85px;
  line-height: 24px;
  font-size: 14px;
}

.about .video-box {
  background: url("../img/about-img.jpg") center center no-repeat;
  background-size: cover;
  min-height: 500px;
}

.about .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#ffed31 50%, rgba(233, 193, 0, 0.7) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.about .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.about .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate-btn 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(233, 193, 0, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.about .play-btn:hover::after {
  border-left: 15px solid #ffed31;
  transform: scale(20);
}

.about .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: none;
  border-radius: 0;
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #ff5821;
}

.clients .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ff5821;
}

.clients .swiper-slide img {
  opacity: 0.5;
}

.clients .swiper-slide img:hover {
  filter: none;
  opacity: 1;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
    position: relative;
  padding: 50px 20px;
  margin-top: 35px;
  margin-bottom: 25px;
  text-align: center;
  height: 180px;
  position: relative;
  background: #fff;
  box-shadow: 5px 5px 5px #eee;
    border-radius: 5px;
}
.services .icon {
  position: absolute;
  top: -36px;
  left: calc(50% - 36px);
  transition: 0.2s;
  border-radius: 50%;
  border: 6px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  width: 72px;
  height: 72px;
  background: #8cc34b;
}

.services .icon i {
  color: #fff;
  font-size: 24px;
  line-height: 0;
}

.services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
    color: #fff;
  text-transform: uppercase;
}

.services .title a {
    font-family: 'hyperweb',tahoma;
    font-size: 13px!important;
    line-height: 2rem;
  color: #fff;
    font-weight: 900;
}

.services .icon-box:hover .icon {
  background: #ffed31;
  border: 2px solid #ffed31;

}

.services .icon-box:hover .icon i {
    color: #000;
}

.services .icon-box:hover .title a {
  color: #ffed31;
}

.services .description {
    font-family: 'hyperweb',tahoma;
  line-height: 2rem;
    font-weight: 900;
  font-size: 10px;
    color: #fff;
}

/*--------------------------------------------------------------
# Values
--------------------------------------------------------------*/
.values .card {
  border: 0;
  padding: 160px 20px 20px 20px;
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
    border: 1px solid #0b8457;
    margin-bottom: 10px;
}

.values .card-body {
  z-index: 10;
  background:#ffed31;
  padding: 15px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  transition: ease-in-out 0.4s;
  border-radius: 5px;
}

.values .card-title {
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}

.values .card-title a {
  color: #000;
    font-size: 15px;
    font-family: 'hyperweb',tahoma;
}

.values .card-text {
  color: #000;
}

.values .read-more a {
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 10px;
  transition: 0.4s;
}

.values .read-more a:hover {
  text-decoration: underline;
}

.values .card:hover .card-body {
  background: #8cc34b;
}

.values .card:hover .read-more a,
.values .card:hover .card-title,
.values .card:hover .card-title a,
.values .card:hover .card-text {
  color: #fff;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
  padding: 20px 0;
  background-image:linear-gradient(to right, #0b8457, #1bf7a5);
      /*
    background: url("../img/testimonials-bg.jpg") no-repeat;
    background-position: center center;
    background-size: cover;*/
  position: relative;
}

.testimonials::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}

.testimonials .section-header {
  margin-bottom: 40px;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  text-align: center;
  color: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.15);
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-family: 'hyperweb',tahoma;
    padding-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #fff;
}

.testimonials .testimonial-item h4 {
    line-height: 2rem;
    font-family: 'hyperweb',tahoma;
  font-size: 14px;
  color: #ddd;
  margin: 0 0 15px 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: rgba(255, 255, 255, 0.4);
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  line-height: 2rem;
    text-align: center;
  margin: 0 auto 15px auto;
  color: #eee;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0b8457;
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 35px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
  padding: 2px 15px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 20px 12px 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #313030;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 50px;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #ff5821;
  background: #fff1ed;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
    border-radius: 5px;
}

.portfolio .portfolio-item .portfolio-info {
    direction: rtl;
  opacity: 0;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: rgba(11,132, 87, 0.7);
  padding: 15px;
    border-radius: 5px;
    box-shadow: 3px 3px 3px #eee;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-family: 'hyperweb',tahoma;
  font-size: 12px;
  line-height: 2rem;
  font-weight: 600;
  color: #fff;
}

.portfolio .portfolio-item .portfolio-info p {
  color: #7f6d68;
  font-size: 14px;
  margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  left: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #dee0ec;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #ffed31;
}

.portfolio .portfolio-item .portfolio-info .details-link {
  left: 10px;
}

.portfolio .portfolio-item .portfolio-links {
  opacity: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-item .portfolio-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-links a:hover {
  color: #ffa587;
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 20px;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 20px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #ff5821;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ff5821;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(71, 61, 58, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.team .member .social {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 40px;
  opacity: 0;
  transition: ease-in-out 0.3s;
  background: rgba(0, 0,0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
}

.team .member .social a {
  transition: color 0.3s;
  color: #fff;
  margin: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.team .member .social a:hover {
  color: #ffed31;
}

.team .member .social i {
  font-size: 18px;
  line-height: 0;
}

.team .member .member-info {
  padding: 10px 5px;
    background:#8cc34b;
}

.team .member .member-info h4 {
    font-family: 'hyperweb',tahoma;
  font-weight: 700;
  margin-bottom: 5px;
    line-height: 2rem;
  font-size: 15px;
  color: #fff;
}

.team .member .member-info span {
    font-family: 'hyperweb',tahoma;
  display: block;
  font-size: 12px;
  font-weight: 900;
  color: #ffed31;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #656262;
}

.team .member:hover .social {
  opacity: 1;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.pricing h3 {
  font-weight: 400;
  margin: -20px -20px 20px -20px;
  padding: 20px 15px;
  font-size: 16px;
  font-weight: 600;
  color: #656262;
  background: #f8f8f8;
}

.pricing h4 {
  font-size: 36px;
  color: #ff5821;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}

.pricing h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing ul {
  padding: 0;
  list-style: none;
  color: #313030;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing ul li {
  padding-bottom: 16px;
}

.pricing ul i {
  color: #ff5821;
  font-size: 18px;
  padding-right: 4px;
}

.pricing ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .btn-wrap {
  margin: 20px -20px -20px -20px;
  padding: 20px 15px;
  background: #f8f8f8;
  text-align: center;
}

.pricing .btn-buy {
  background: #ff5821;
  display: inline-block;
  padding: 6px 35px 8px 35px;
  border-radius: 4px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  box-shadow: 0 3px 7px rgba(255, 88, 33, 0.4);
  transition: 0.3s;
}

.pricing .btn-buy:hover {
  background: #ff7e54;
}

.pricing .featured h3 {
  color: #fff;
  background: #ff5821;
  box-shadow: 0 3px 7px rgba(255, 88, 33, 0.4);
}

.pricing .advanced {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: #ff5821;
  color: #fff;
}

/*--------------------------------------------------------------
# F.A.Q
--------------------------------------------------------------*/
.faq .faq-list {
  padding: 0 100px;
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list li+li {
  margin-top: 15px;
}

.faq .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
  cursor: pointer;
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #ffb8a1;
}

.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #343a40;
}

.faq .faq-list a.collapsed:hover {
  color: #ff5821;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
    direction: rtl;
  color: #313030;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 10px 5px;
}

.contact .info-box i {
  font-size: 32px;
  color: #0b8457;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #0b8457;
    background-color: #dee0ec;
  float: right;
    margin-left: 10px;
}

.contact .info-box h3 {
    font-family: 'hyperweb',tahoma;
  font-size: 13px;
  color: #11316c;
  font-weight: 700;
    line-height: 2rem;
  margin: 10px 0 10px 68px;
}

.contact .info-box p {
    font-family: 'hyperweb',tahoma;
  padding: 0;
  line-height: 2rem;
    color: #000;
    font-weight: 900;
  font-size: 14px;
    text-align: center!important;
}

.contact .phpForm {
    direction: rtl;
    background-color: #dee0ec;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
}

.contact .phpForm .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .phpForm .error-message br+br {
  margin-top: 25px;
}

.contact .phpForm .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .phpForm .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .phpForm .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .phpForm input,
.contact .phpForm textarea {
    direction: rtl;
    text-align: right;
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
    color: #000;
    font-weight: 700;
}

.contact .phpForm input:focus,
.contact .phpForm textarea:focus {
  border-color: #0b8457;
}

.contact .phpForm input {
  padding: 10px 15px;
}

.contact .phpForm textarea {
  padding: 12px 15px;
}

.contact .phpForm button[type=submit] {
  background: #0b8457;
    border-radius: 5px;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
    margin-top: 20px;
}

.contact .phpForm button[type=submit]:hover {
  background: #11316c;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog .entry {
    position: relative;
    direction: rtl;
    font-family: 'hyperweb',tahoma;
  padding: 10px;
  margin-bottom: 10px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .entry .entry-img {
    width: 100%;

    margin-bottom: 15px;
  overflow: hidden;
}

.blog .entry .entry-title {
  font-family: 'hyperweb',tahoma;
  font-size: 14px;
  line-height: 2rem;
  font-weight: bold;
  padding: 0;
  margin: 0 0 10px 0;
}
.blog .entry .entry-title p {
    margin: 0 0 10px 0;
    font-size: 12px;
    line-height: 2rem;
    text-align: justify;
}
.blog .entry .entry-title p span{
    color: #8cc34b;
    font-size: 12px;
}
.blog .entry .entry-title a {
   color: #8cc34b;
  transition: 0.3s;
}

.blog .entry .entry-title a:hover {
  color: #11316c;
}

.blog .entry .entry-meta {
  margin-bottom: 5px;
  color: #afa29e;
}

.blog .entry .entry-meta ul {
    position: absolute;
    top: 5px;
    right: 0;
    background-color:#8cc34b;
    padding: 5px;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  margin: 0;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.blog .entry .entry-meta ul li+li {
  padding-left: 20px;
}

.blog .entry .entry-meta i {
  font-size: 16px;
  margin: 0 8px ;
  line-height: 0;
    color: #000;
}

.blog .entry .entry-meta a {
  color: #fff;
  font-size: 12px;
  display: inline-block;
  line-height: 1;
}

.blog .entry .entry-content p {
    line-height: 2rem;
    color: #000;
    font-weight: 900;
    font-size: 12px;
    margin-bottom: 0;
}
.blog .entry .entry-content p span{
    color: #8c8c8c;
}
.blog .entry .entry-content .read-more {
  -moz-text-align-last: center;
  text-align-last: center;
}

.blog .entry .entry-content .read-more a {
  display: inline-block;
  background: #dee0ec;
  color: #fff;
  padding: 2px 15px;
  transition: 0.3s;
  font-size: 10px;
  border-radius: 4px;
}

.blog .entry .entry-content .read-more a:hover {
  background: #ffed31;
}

.blog .entry .entry-content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog .entry .entry-content blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog .entry .entry-content blockquote p {
  color: #313030;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog .entry .entry-content blockquote::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #473d3a;
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog .entry .entry-footer {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}

.blog .entry .entry-footer i {
  color: #988782;
  display: inline;
}

.blog .entry .entry-footer a {
  color: #554945;
  transition: 0.3s;
}

.blog .entry .entry-footer a:hover {
  color: #ff5821;
}

.blog .entry .entry-footer .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog .entry .entry-footer .cats li {
  display: inline-block;
}

.blog .entry .entry-footer .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog .entry .entry-footer .tags li {
  display: inline-block;
}

.blog .entry .entry-footer .tags li+li::before {
  padding-right: 6px;
  color: #6c757d;
  content: ",";
}

.blog .entry .entry-footer .share {
  font-size: 16px;
}

.blog .entry .entry-footer .share i {
  padding-left: 5px;
}

.blog .entry-single {
  margin-bottom: 30px;
}

.blog .blog-author {
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-author img {
  width: 120px;
  margin-right: 20px;
}

.blog .blog-author h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
  color: #473d3a;
}

.blog .blog-author .social-links {
  margin: 0 10px 10px 0;
}

.blog .blog-author .social-links a {
  color: rgba(71, 61, 58, 0.5);
  margin-right: 5px;
}

.blog .blog-author p {
  font-style: italic;
  color: #a4a2a2;
}

.blog .blog-comments {
    direction: rtl;
    font-family: 'hyperweb',tahoma;
  margin-bottom: 30px;
}

.blog .blog-comments .comments-count {
    font-family: 'hyperweb',tahoma;
    color: #11316c;
    font-size: 12px;
  font-weight: bold;
}

.blog .blog-comments .comment {
  margin-top: 30px;
  position: relative;
}

.blog .blog-comments .comment .comment-img {
  margin-left: 14px;
}

.blog .blog-comments .comment .comment-img img {
  width: 60px;
}

.blog .blog-comments .comment h5 {
  font-size: 16px;
  margin-bottom: 2px;
}

.blog .blog-comments .comment h5 a {
    font-family: 'hyperweb',tahoma;
    font-size: 12px;
  font-weight: bold;
  color: #313030;
  transition: 0.3s;
}

.blog .blog-comments .comment h5 a:hover {
  color: #ff5821;
}

.blog .blog-comments .comment h5 .reply {
  padding-left: 10px;
  color: #473d3a;
}

.blog .blog-comments .comment h5 .reply i {
  font-size: 20px;
}
.blog .blog-comments .comment p{
    font-size: 12px;
    line-height: 2rem;
    text-align: justify;
    color: #000;
    font-weight: 700;
}
.blog .blog-comments .comment time {
  display: block;
  font-size: 10px;
  color: #635551;
  margin-bottom: 5px;
}

.blog .blog-comments .comment.comment-reply {
  padding-left: 40px;
}

.blog .blog-comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-comments .reply-form h4 {
    font-family: 'hyperweb',tahoma;
    color: #11316c;
  font-weight: bold;
  font-size: 16px;
    padding-bottom: 20px;
}

.blog .blog-comments .reply-form p {
  font-size: 14px;
}

.blog .blog-comments .reply-form input {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 12px;
}

.blog .blog-comments .reply-form input:focus {
  box-shadow: none;
  border-color: #ffa587;
}

.blog .blog-comments .reply-form textarea {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 12px;
}

.blog .blog-comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: #ffa587;
}

.blog .blog-comments .reply-form .form-group {
  margin-bottom: 25px;
}

.blog .blog-comments .reply-form .btn-primary {
  border-radius: 4px;
  padding: 10px 20px;
    font-size: 14px;
  border: 0;
  background-color: #11316c;
}

.blog .blog-comments .reply-form .btn-primary:hover {
  background-color: #0b8457;
}

.blog .blog-pagination {
  color: #7f6d68;
}

.blog .blog-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog .blog-pagination li {
  margin: 0 5px;
  transition: 0.3s;
}

.blog .blog-pagination li a {
  color: #473d3a;
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog .blog-pagination li.active,
.blog .blog-pagination li:hover {
  background: #ff5821;
}

.blog .blog-pagination li.active a,
.blog .blog-pagination li:hover a {
  color: #fff;
}

.blog .sidebar {
    direction: rtl;
    font-family: 'hyperweb',tahoma;
  padding: 30px;
  margin: 0 0 60px 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .sidebar .sidebar-title {
    font-family: 'hyperweb',tahoma;
  font-size: 16px;
  font-weight: 700;
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
  color: #0b8457;
  position: relative;
}

.blog .sidebar .sidebar-item {
  margin-bottom: 30px;
}

.blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid #ddd;
  padding: 3px 10px;
  position: relative;
}

.blog .sidebar .search-form form input[type=text] {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 40px);
    font-size: 12px;
    font-weight: 700;
}

.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  border: 0;
    outline: 0!important;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: #8cc34b;
  color: #fff;
  transition: 0.3s;
  border-radius: 4px 0 0 4px;
  line-height: 0;
}

.blog .sidebar .search-form form button i {
  line-height: 0;
}

.blog .sidebar .search-form form button:hover {
  background: #ffed31;
}

.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .categories ul li+li {
  padding-top: 10px;
}

.blog .sidebar .categories ul a {
    font-size: 12px;
  color: #473d3a;
  transition: 0.3s;
}

.blog .sidebar .categories ul a:hover {
  color: #11316c;
}

.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: #989595;
  font-size: 12px;
    float: left;
}

.blog .sidebar .recent-posts .post-item+.post-item {
  margin-top: 15px;
}

.blog .sidebar .recent-posts img {
  width: 80px;
  float: right;
}

.blog .sidebar .recent-posts h4 {
  font-size: 12px;
  margin-right: 95px;
  font-weight: bold;
}

.blog .sidebar .recent-posts h4 a {
    font-family: 'hyperweb',tahoma;
  color: #473d3a;
  transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
  color: #11316c;
}

.blog .sidebar .recent-posts time {
  display: block;
  margin-right: 95px;
  font-size: 12px;
  color: #989595;
}

.blog .sidebar .tags {
  margin-bottom: -10px;
}

.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .tags ul li {
  display: inline-block;
}

.blog .sidebar .tags ul a {
  color: #8d7973;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid #f4f2f2;
  display: inline-block;
  transition: 0.3s;
}

.blog .sidebar .tags ul a:hover {
  color: #fff;
  border: 1px solid #ff5821;
  background: #ff5821;
}

.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: #ddd7d6;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #fff;
  font-size: 12px;
  background: #ffed31;
}
#footer img{
   margin-bottom: 20px;
}
#footer .copyright{
    color: #000!important;
    direction: rtl;
    font-size: 12px;
    font-weight: 700!important;
}
#footer .footer-top {
    direction: rtl;
  padding: 40px 0 10px 0;
  background: #8cc34b;
}

#footer .footer-top .footer-contact {
  margin-bottom: 10px;
}

#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 2rem;
  margin-bottom: 0;
  font-family:'hyperweb',tahoma;
  color: #fff;
    font-weight: 600;
}
#footer .footer-top .footer-contact p strong{
    color: #11316c;
}
#footer .footer-top h4 {
    font-family: 'hyperweb',tahoma;
  font-size: 16px;
  font-weight: bold;
  color: #11316c;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #0b8457;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
    font-weight: 900;
    font-size: 14px;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #fff;
}

#footer .footer-newsletter {
  font-size: 15px;
}
#footer .footer-newsletter p{
    color:  #000;
    font-weight: 900;
    font-size: 12px;
}
#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  color: #398e3d;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-newsletter form {
  margin: 20px 0;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  text-align: right;
  border: 1px solid #398e3d;
}

#footer .footer-newsletter form input[type=email] {
    direction: rtl;
  border: 0;
    outline: 0;
  padding: 4px 8px;
    font-size: 12px;
  width: calc(100% - 5px);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 12px;
    font-weight: 900;
  padding: 0 20px;
  background: #ffed31;
  color: #000;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #11316c;
    color: #fff;
}

#footer .credits {
  padding-top: 5px;
  font-size: 12px;
  color: #000;
    font-weight: 900;
}
