#CutomMenu .dropbtn {
    color: white;
    padding: 6px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

#CutomMenu .dropbtn:hover,
#CutomMenu .dropbtn:focus {
    color: #f2ecd2;
    border-radius: 5px;
}

#CutomMenu .dropdown {
    position: relative;
    display: inline-block;
}

#CutomMenu .dropdown-content {
    display: none;
    position: absolute;
    background-color: #0c382f;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    right: 65px;
    border-radius: 10px;
}

#CutomMenu .dropdown-content a {
    color: white;
    padding: 10px 16px;
    text-decoration: none;
    display: block;
}

#CutomMenu .dropdown a:hover {
    background-color: #216764;
}

#CutomMenu .show {
    display: block;
}

#CutomMenu .dropbtn input.button,
button {
    background: transparent;
}
.faqs {
    padding: 30px 0 60px;
    background-color: #fff;
}
/* @media (min-width: 768px) {
    .container {
        max-width: 720px;
 }
} */

.container {
    /* width: 100%; */
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.cont {
    text-align: center;
    width: 40%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10%;
    align-items: center;
}
.faqs__heading {
    margin: 30px 0;
    text-align: right;
    align-items: space-between;
}

.faqs__heading1 {
    margin: 30px 0;
    text-align: center;
}
.faqs__heading2 {
    margin: 30px 0;
    text-align: left;
    color: black;
}
.faqs__heading:hover {
    color: red;
}
.zoom:hover {
    content: "\f22f";
}
.faqs .faqs__list {
    /* box-shadow: 0 0 8px 2px #ccc; */
    padding: 15px;
    /* max-height: 400px; */
    /* overflow-y: scroll; */
    flex-direction: column;
    margin-bottom: 50px;
    display: block;
}
.faqs .faqs__list li {
    padding: 10px 19px 10px 15px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 15px;
    border-radius: 4px;
    position: relative;
}
.faqs__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.faqs .faqs__card {
    box-shadow: 0 0 8px 2px #ccc;
    padding: 15px;
    /* padding-left: 15px; */
    max-height: 400px;
    /* overflow-y: scroll; */
    flex-direction: column;
    /* display: block; */
}
.faqs .faqs__list li .meta .date {
    margin-left: 15px;
  
}
.faqs .faqs__list li .meta {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items:center;
}
.faqs .faqs__list li .meta span {
    /* background-color: rgb(66, 73, 80) ; */
    color: rgb(66, 73, 80);
    padding: 7px;
    font-size: 14px;
    border-radius: 4px;
}
.rtl .faqs .faqs__list li a {
    left: 38px;
    right: unset;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items:center;
}

.faqs .faqs__list li a {
    box-shadow: none;
    position: absolute;
    right: 30px;
    align-items: center;
    bottom: 2px;
    background-color: rgb(235, 183, 52);
    color: #fff;
    font-size: 12px;
    margin: 10px;
    
}
.faqs__list li a {
    background-color: #f9f9f9;
    display: flex;
    margin: 7px;
    -webkit-box-shadow: 0 0 4px 1px #ccc;
    box-shadow: 0 0 4px 1px #ccc;
    padding: 8px 19px 8px 15px;
    border-radius: 5px;
    color: 235, 183, 52;
    position: relative;
    align-content: center;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.faqs__list::-webkit-scrollbar {
    width: 6px;
}
.faqs__list::-webkit-scrollbar-thumb:hover {
    background: #696e9f;
}
.faqs__list::-webkit-scrollbar-thumb {
    background: #040404;
}

.faqs__list::-webkit-scrollbar-track {
    background: #ccc;
}
.faqs .faqs__list li h3 span {
    max-width: 85%;
    display: block;
}

.faqs .faqs__list li h4 {
    border-radius: 0;
    padding: 15px;
    margin: 15px 0 7px;
    background-color: #fff;
    /* box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2); */
    border-radius: 4px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    text-align: right;
}
.faqs__list li a:before {
    /* height: 100%; */
    border-radius: 0;
    right: 0;
    top: 0;
    display: none;
}

.faqs .faqs__list li h3 span {
    max-width: 85%;
    display: block;
}
.feeds {
    padding: 0 0 30px;
}
.feeds__caption {
    min-height: 100px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 4px 1px #ccc;
    box-shadow: 0 0 4px 1px #ccc;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 5%;
    text-align: right;
}

.feeds__caption:hover {
    -webkit-box-shadow: 0 0 4px 1px #ccc;
    box-shadow: 0 0 15px 1px #ccc;
}
.feeds .feeds__caption--content h3 a {
    color: #000;
    text-align: right;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    font-size: 24px;
    font-weight: 600;
}.feeds .feeds__caption--content p {
    color: #000;
    text-align: right;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    font-size: 16px;
    font-weight: 300;
}
.feeds .feeds__caption {
    min-height: 170px !important;
}
.feeds .feeds__data {
    min-height: 10px;
    -webkit-box-shadow: 0 0 4px 1px #ccc;
    box-shadow: 0 0 4px 1px #ccc;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 5px;
    border-radius: 10px;
}
.feeds__data:hover {
    /* min-height: 10px; */
    -webkit-box-shadow: 0 0 4px 1px #ccc;
    box-shadow: 0 0 15px 1px #ccc;

   
}
.feeds__data--content {
    color: #fff;
    text-align: right;
    line-height: 25px;
    font-size: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}
.feeds .feeds__data {
    min-height: 100px !important;
}
.feeds__data--content a:hover {
    color: red;
    text-align: right;
    line-height: 25px;
    font-size: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}

a.active {
    background: #ddd;
}

@media (max-width: 480px) {
    ul.tabs li,
    .tabs_popular li {
        float: right;
        margin: 0;
        list-style-image: none !important;
        text-align: center;
        border: 1px solid #fff;
        width: 48.5%;
        margin: 2px;
    }
    .bloklier {
        display: none;
    }
    section#carousel {
        width: 100%;
    }
}
@media (max-width: 767px) {
    ul.tabs li,
    .tabs_popular li {
        float: right;
        margin: 0;
        list-style-image: none !important;
        text-align: center;
        border: 1px solid #fff;
        width: 48.5%;
        margin: 2px;
    }
    .bloklier {
        display: none;
    }
    section#carousel {
        width: 100%;
    }
}
@media (max-width: 1000px) {
    ul.tabs li,
    .tabs_popular li {
        float: right;
        margin: 0;
        list-style-image: none !important;
        text-align: center;
        border: 1px solid #fff;
        width: 48.5%;
        margin: 2px;
    }
}

#fade-quote-carousel.carousel {
    padding-bottom: 60px;
}
#fade-quote-carousel.carousel .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-inner .active {
    opacity: 1;
    -webkit-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-indicators {
    bottom: 10px;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
    background-color: #38959a;
    border: none;
}
#fade-quote-carousel blockquote {
    text-align: justify;
    border: none;
}

#fade-quote-carousel .profile-circle {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 100px;
}
.carousel-inner {
    /* min-height: 300px; */
}
section#Slider .owl-item .item {
    overflow: hidden;
    position: relative;
    text-align: right;
    height: 300px;
}

section#Slider .owl-item .item {
    overflow: hidden;
    position: relative;
    text-align: right;
    height: 500px;
}
.wpcf7 {
    text-align: center;
    direction: rtl;
    margin: 30px 0;
}
.box_title_holder {
    display: none;
}
.form_line {
    margin-bottom: 6px;
    padding-bottom: 6px;
    width: 48%;
    overflow: hidden;
    float: right;
    margin-right: 10px;
}
@media (max-width: 768px) {

	.form_line {
		margin-bottom: 6px;
        margin-left: 10px;
        margin-right: 10px;
		padding-bottom: 6px;
        /* padding: 6px 6px 6px 6px; */
		width: 312px;
		overflow: hidden;
		float: right;
		margin-right: 10px;
	}	
    .form_line3 {
        margin-bottom: 6px;
        padding-bottom: 6px;
      
        width:1000px;
        overflow: hidden;
        float: right;
        /* margin-right: 0; */
    }
}
.form_line2 {
    margin-bottom: 6px;
    padding-bottom: 6px;
    width: 119%;
    overflow: hidden;
    float: right;
    margin-right: 10px;
}
.form_line3 {
    margin-bottom: 6px;
    padding-bottom: 6px;
    width:102%;
    overflow: hidden;
    float: right;
    margin-right: 0;
}
.footer_form .box_title_holder {
    display: none;
}
.footer_form div.formElement {
    width: 96% !important;
}
div.formElement {
    float: left;
    margin-right: 6px;
    display: inline;
    z-index: auto;
    text-align: right;
}

.footer_form .form_builder_text {
    background-color: #fafafa;
    border: 1px solid #dddddd;
    color: #666666;
    font-size: 14px;
    height: 40px;
    padding: 0 10px;
    width: 100%;
    border-radius: 5px;
}
.footer_form .form_builder_textarea {
    background-color: #fafafa;
    border: 1px solid #dddddd;
    color: #666666;
    font-size: 16px;
    padding: 10px;
    width: 100%;
    border-radius: 5px;
}
@media (max-width: 768px) {

    .footer_form .form_builder_textarea {
        background-color: #fafafa;
        border: 1px solid #dddddd;
        color: #666666;
        font-size: 16px;
        /* padding: 10px; */
        /* width: 70%; */
     
        border-radius: 5px;
    }
    .form_line2 {
       
        width: 310px;
   
    }

}
@media (max-width: 768px) {
    #bnt {
        border: 1px solid rgb(66, 73, 72);
        /* margin: 0; */
        width: 310px;
        padding: 5px 0;
        font-size: 18px;
        height: 50px;
        /* right: 300px; */
        /* float:initial; */
        /* float: right; */
        background: rgb(66, 73, 72);
        cursor: pointer;
        color: #fff;
        border-radius: 5px;
        margin-left: 16px;
        margin-right: 16px;
    }
}
@media (min-width: 768px) {
    #bnt {
        border: 1px solid rgb(66, 73, 72);
        /* margin: 0; */
        width: 100%;
        padding: 5px 0;
        font-size: 18px;
        height: 50px;
        /* right: 300px; */
        /* float:initial; */
        /* float: right; */
        background: rgb(66, 73, 72);
        cursor: pointer;
        color: #fff;
        border-radius: 5px;
        margin-left: 16px;
        margin-right: 16px;
    }
}
div.form_line label {
    text-align: left;
    padding: 3px 3px 3px 5px;
    display: block;
    float: right;
    width: 25%;
    font-size: 14px;
    color: #555;
    display: none;
}

.footer_form label {
    font-family: ge_ss_two_light !important;
    background: #666666;
    padding: 7px 0 !important;
    text-align: center !important;
    font-size: 17px !important;
    width: 100px !important;
    color: #fff !important;
    display: none;
}
.article{
    box-shadow: 1px;
    margin-bottom: 4%;
    border: 1px;
   box-sizing: content-box;
}
.article h4 a{
    text-decoration: none;
    color: #0c382f;
}
.article h4 a:hover{
    text-decoration: none;
    color: red;
}
.taga a{
    text-decoration: none;

}

.audio{
    margin-bottom: 15px;
    background-color: #5b5353;
    border: none;
   padding: 10px;
   border-radius: 15px;
   font-size: 18px;
}
 .audio i{
text-align: center;

}
.audio a{
    text-decoration: none;
    color: white;
}
.audio a:hover{
    text-decoration: none;
    color: blue;
}
.carousel-inner{
    border-radius: 2px;
}
.carousel-item .custom-carousel-content{
    width: 50%;
    transform: translate(0%, -10%);
}
.custom-carousel-content{
    text-align: start;
    box-shadow: #040404;
}
.custom-carousel-content h1{
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
}
.custom-carousel-content h1 span{
    color: #000;
}
.custom-carousel-content p{
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 30px;
}
.custom-carousel-content .btn-slider{
    border: 1px solid #fff;
    border-radius: 0px;
    padding: 8px 26px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.5px;
}
#imageauthor{
    border-radius: 10px;
}
.text1{
    background-color: #313137;
    color: white;
  padding: 5px;
}
span.sub-arrow {
    right: auto;
    left: 12px;
}
small{
    font-size: 16px;
}
.card-columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}
.card {
    background-color: #222;
    border: none;

}
.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    margin-bottom: .75rem;


}
/* .content {
    position: absolute;
    bottom: 35px;
    left: 0;
    right: 0;} */

    .card-body .card-title{
font-size: 28px;
margin-bottom: 20px;
color: #dddddd;
    }
    .logo .ima {
      opacity: 0.2;  
      /* position: relative;
      top: 0; */
      
    }
    .product-holder .g{
        position: relative;
        display: block;
    }
    
    /* .plus-image {
        left: 50%;
        top: 50%;
        position: absolute;
        margin-top: -25px;
        margin-left: -25px;
    } */