/********** Template CSS **********/
  
@font-face {
      font-family: yekan;
      font-style: normal;
      font-weight: normal;
      font-display: fallback;
      src: url('../vendor/fonts/yekan-font/yekan.eot');
      src: url('../vendor/fonts/yekan-font/yekan.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
           url('../vendor/fonts/yekan-font/yekan.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
           url('../vendor/fonts/yekan-font/yekan.ttf') format('truetype');
  }
  @font-face {
  font-family: yekan2;
  src: url('../vendor/fonts/yekan-font/YEKAN\ PLUS.TTF');
}
  
:root {
    --primary:#39755f  ;
    --secondary:#072c53;
    --light: #eac696;
    --dark: #252525;
}
.text-primary{
    color: var(--primary) !important;
}
.text-secondary{
    color: var(--secondary) ;
}
.text-dark{
    color: black ;
}
.text-more-color{
    color: var(--primary);
}

.back-to-top {
    position: fixed;
    display: none;
    left: 30px;
    bottom: 30px;
    z-index: 99;
}

body{
    font-family: yekan;
    box-sizing: border-box;
    margin-left: 0px !important;
}
a{
    text-decoration: none;
}
li{
    list-style: none;
}


/*** color radio***/
.colors ul{list-style:none; padding:0; margin: 0;}

.colors li{margin: 0 20px 0 0; display: inline-block;}

.colors label{cursor: pointer;}

.colors input{display:none;}

.colors input[type="radio"]:checked + .swatch{box-shadow: inset 0 0 0 2px white;}

.swatch{
  display:inline-block;
  vertical-align: middle;
  height: 30px;
  width:30px;
  margin: 0 5px 0 0 ;
  border: 1px solid #d4d4d4;
}


.radioBtn {
  font-size: 1rem;
  display: flex;
  align-items: center;

  input {
    display: none;
  }

  .svg {
    margin-right: 0.5em;
  }

  .radioDot {
    opacity: 1;
  }

  .radioOutline {
    opacity: 1;
  }

  input:checked + svg {
    .radioDot,
    .radioOutline {
      opacity: 1;
	  stroke-width:4;
	  
    }
  }

  &:hover {
    .radioDot {
      opacity: 0.9;
    }
    .radioOutline {
      opacity: 0.9;
    }
  }
}



   
 /*** ************************************SECTION 1*******************************************/
 .search{
    position: relative; 
}
              
 .search input{ 
    background-color: #f0f0f1;
    height: 40px;
    width: 600px;
    text-indent: 10px;
}
                          
.search input:focus{

    box-shadow: none;
}

.search .fad-search{
    position: absolute;
    top: 10px;
    right: 10px;
    padding-right: 5px;
}


 /********************************************************************************************/

 .img-category-section{
    border-radius: 5px;
    width: 90px;
    height: 90px;
 }


 .img-category-section2{
    border-radius: 5px;
    width: 100px !important;
    height: 100px !important;
 }

 .img-category-section5{
    border-radius: 5px;
    width: 100px;
    height: 100px;
    
 }
 
#tabligh{
    background-color: #eac696;
	 /* /* position: relative; */ */
	display: flex !important;
	flex-wrap: wrap;
     display: -webkit-box;
     display: -ms-flexbox;
     -webkit-box-align: center;
     -ms-flex-align: center;
     -webkit-box-pack: center; 
    -ms-flex-pack: center;
	height:40px !important;
    align-items:center;
    justify-content: center;
}
#descriptionPost{
	all:unset; display:block; text-overflow:ellipsis; height:100px; width:100%; overflow:hidden; white-space:nowrap;
}


    }
.line{
     	/*flex-basis: 50%; */
         font-size: small;
        color:black !important; 
        /* position: absolute; */
       opacity:1 !important;
        top: 5px;
    }
		
	
.line p{
     	/*flex-basis: 50%; */
         font-size: small;
        color:black !important; 
        /* position: absolute; */
       
        top: 5px;
    }
	
 .tabligh2{
    width: 400px;
    height:500px;
    overflow: hidden;
    position: relative;
	height:50px;
    }
    .tabligh2 img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 500px;
    
    }
  .cardw{
    background: url(/img/tabligh/197.jpg);
     background-size: cover;
  } 
  .cardw2{
    background: url(/img/tabligh/b-3.jpg);
     background-size: cover;
  }   
/*** Button ***/
.btn {
    font-weight: 300;
    font-size: small;
    transition: .5s;
}

.btn-primary {
    color: var(--secondary) !important;
    background-color: var(--primary);
    border: none;
    font-size: small;
}
.btn-send {
    color:white;
    background-color: var(--primary);
    border: none;
    font-size: small;
}
.btn-send:hover {
    color: white;
    background-color: var(--secondary);
    border: none;
}
.btn-primary:hover {
    color: var(--primary) !important;
    background-color: var(--secondary);
    border: none;
}
.btn-visit:hover {
    color: var(--secondary);
    border: 1px solid var(--secondary);
}
.border-primary{
   
    color: var(--primary) !important;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 60px;
    height: 60px;
    text-align: center;
    border: 1px solid var(--secondary) !important;
}
.btn-lg-square2{
    width: 60px;
    height: 60px;
   padding: 5px;
   padding-right: 5px;
    justify-content: center;
    border: 1px solid var(--primary) !important;
}
.btn-lg-square2 svg{ 

   margin: 5px 5px 0 0 ;
    justify-content: center;
}
.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
  
}


/*** Navbar ***/
.navbar{
    background-color: var(--primary)
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 20px 0;
    color: #FFFFFF;
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--dark);
}

.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 8px 0;
    }

    .navbar .navbar-nav {
        margin-top: 8px;
        border-top: 1px solid rgba(256, 256, 256, .1)
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
@media (max-width: 991px) {
    .offer-img {
       width: 70px;
        min-height: 70px;
       margin: auto;
    }
}


#header-carousel .carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
    z-index: 1;
}

#header-carousel .carousel-control-prev,
#header-carousel .carousel-control-next {
    width: 10%;
}

#header-carousel .carousel-control-prev-icon,
#header-carousel .carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 500px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

#header-carousel .carousel-indicators [data-bs-target] {
    width: 60px;
    height: 60px;
    text-indent: 0;
    margin-bottom: 15px;
    border: 2px solid #FFFFFF;
    border-radius: 60px;
    overflow: hidden;
}

#header-carousel .carousel-indicators [data-bs-target] img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

 .page-header { 
background: rgb(11,64,39) !important; 
 } 

 .breadcrumb-item+.breadcrumb-item::before {
 color: var(--secondary); 
}

.page-header .breadcrumb-item+.breadcrumb-item::before { 
 color: var(--light); 
 }

@media (max-width: 375px) {
    .bottom-page-header {
        top:300px;
    }
}



/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}


.section-title.text-start::before {
    width: calc(100% + 40px);
    left: 0;
}

.section-title.text-start::after {
    width: calc(100% + 60px);
    left: 0;
}

/****************************SECTION 7****************************************/
.price{
    font-family:yekan2;
    
}
 
.offer-price{
    display:block;
   color: white;
    background-color:#ed0909;
    overflow:hidden;
  }
/*** Img Border ***/
.img-border {
    position: relative;
    height: 100%;
    min-height: 400px;
}

.img-border::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 3rem;
    bottom: 3rem;
    border: 5px solid var(--primary);
    border-radius: 6px;
}

.img-border img {
    position: absolute;
    top: 3rem;
    left: 3rem;
    width: calc(100% - 3rem);
    height: calc(100% - 3rem);
    object-fit: cover;
    border-radius: 6px;
}


/*** Facts ***/

.card-offer  img
{
    overflow: hidden; 
    border-radius: 20px;
}
.card-offer1{
    background-color: #d8c7bf;
}
.card-offer2{
    background-color:#e7e3d8 ;
}
.card-offer3{
    background-color:  #cfe0f3bc;
}
.card-offer4{
    background-color: #d8bca7;
}

/*** Service ***/
.service-item {
    box-shadow: 0 0 5px rgba(0, 0, 0, .07);
    border: 1px solid transparent;
    transition: .5s;
}


.service-item:hover {
    margin-top: -10px;
    box-shadow: none;
    border: 1px solid #DEE2E6;
}


/*** Feature ***/
.progress {
    height: 5px;
}

.progress .progress-bar {
    width: 0px;
    transition: 3s;
}
/* News*/
.title-news{
    float: right;
    margin-right: 20px;
}
.more-news{
    float: left;
    margin-left: 20px;
}

/*** Project 
.project-item a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: rgba(0, 0, 0, .5);
    border-radius: 6px;
    opacity: 0;
    transition: .5s;
}


.project-item:hover a {
    opacity: 1;
}***/

.project-item2  {
    width: 100%;
    height: 500px;
   
}
.project-item2 img {
    width: 100%;
    height:100%;
    object-fit:cover;
}
.project-item img {
    width: 100%;
    height: 150px;
}
.project-item3 img {

    height: 450px;
}

.project-carousel .owl-dots {
	font-family:yekan2;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
}

.project-carousel .owl-dot {
    width: 35px;
    height: 35px;
    margin: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #DEE2E6;
    border-radius: 35px;
    transition: .5s;
}

.project-carousel .owl-dot:hover,
.project-carousel .owl-dot.active {
    color: var(--dark);
    border-color: var(--primary);
    background: var(--secondary);
}

/* 
---------------------------------------------
Subscribe
--------------------------------------------- 
*/


  .subscribe .inner-content {
    /* background-image: url(../img/ax/ax-20.jpg);
    background-repeat: no-repeat;
    background-position:  top;
    background-size: cover; */
    background: linear-gradient(90deg, rgba(234,198,150,1) 0%, rgba(242,243,238,1) 54%, rgba(208,174,170,1) 86%);
    padding:10px 0px;
    width: 100%;
    position: relative;
   
  }
  
 /* .subscribe .inner-content:after {
    content: '';
    background-image: url(../img/offer/subscribe-dec.png);
    position: absolute;
    width: 195px;
  height: 138px;
    background-repeat: no-repeat;
    background-position: center center;
    right: -20px;
    top: -20px;
  }*/
  
  .subscribe .inner-content h3 {
    font-size: 30px;
    color:#000;
    font-weight: 700;
    text-align: center;
 
  }

  .subscribe .inner-content a {
    color: var(--dark);
    font-weight: 700;
   
  }

  .subscribe .inner-content p {
    color:var(--dark);
    font-weight: 200;
    font-weight: bold;
  }
  .subscribe .inner-content .item-category-offer{
    position: relative;
    /*border-radius: 50%;*/
    
  }
  .subscribe .inner-content .item-category-offer p{
    position: absolute;
    bottom: -5px;
    right:0px;
    border-radius: 50%;
    background-color: #ed0909;
    color: var(--light);
    padding: 5px;
  }
 

 /********** More KAla *******************/
 

 .more-kala .inner-content {
    padding:10px 0px;
    width: 100%;
    position: relative;
    background: linear-gradient(90deg, rgba(232,232,243,1) 0%, rgba(190,183,173,1) 54%, rgba(178,200,207,1) 86%);
    /* background-image: url(../img/ax/ax-21.jpg);
    background-repeat: no-repeat;
    background-position:  top;
    background-size: cover;*/
  } 
  
 /* .more-kala .inner-content:after {
    content: '';
    background-image: url(../img/offer/more-kala-dec.png);
    position: absolute;
    width: 195px;
  height: 138px;
    background-repeat: no-repeat;
    background-position: center center;
    right: -20px;
    top: -20px;
  }*/
  
  .more-kala .inner-content h3 {
    font-size: 30px;
    color:var(--dark);
    text-shadow: #252525;
    font-weight: 700;
    text-align: center;
 
  }

  .more-kala .inner-content a {
    color: var(--dark);
    font-weight: 700;
   
  }

  .more-kala .inner-content p {
    color:var(--dark);
    font-weight: 200;
    font-weight: bold;
  }
  .more-kala .inner-content .item-category-offer{
    position: relative;
    /*border-radius: 50%;*/
    
  }
  .more-kala .inner-content .item-category-offer p{
    position: absolute;
    bottom: -5px;
    right:0px;
    border-radius: 50%;
    background-color: #ed0909;
    color: var(--light);
    padding: 5px;
  }


/*** Testimonial ***/

.testimonial-carousel .owl-item .testimonial-item img {
    width: 60px;
    height: 60px;
}

.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item .testimonial-item * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin: 0 12px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #DEE2E6;
    border-radius: 50px;
    font-size: 18px;
    transition: .5s;
   
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: #FFFFFF;
    border-color: var(--primary);
    background: var(--primary);
}


/*** Footer ***/
.footer-1{
    border-left: 1px solid var(--primary);
    padding-left: 10px ;
    padding-right: 10px;
    font-size: small;
    color: rgb(79, 79, 79);
}
.footer-2{
    font-size: small;
    padding-right: 10px;
    color: rgb(79, 79, 79);
}
.footer-3{
    font-size: small;
}
.footer{
    background-color: rgb(246, 246, 246);
}
.text-light2{
    font-size: small;
    color: var(--dark) !important;
}
.text-light2:hover{
    color: var(--primary) !important;
}
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--secondary);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--secondary);
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid var(--primary);
}

.footer .copyright a {
    color: var(--dark);
}

.footer .copyright a:hover {
    color: var(--primary);
}


.footer-4 .inner-content2 {
    background-color: var(--primary);
    border-radius: 20px;
    padding: 15px 0px;
    width: 100%;
    position: relative;
  }
  
  
  .footer-4  .inner-content2 h2 {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    
 
  }

  .footer-5{
    width: 150px; 
    height:40px; 
    overflow: hidden; 
    position: relative;
    border-radius: 5px !important;
  }

.footer-5 img {
    position: absolute;
    width: 100%;
    height: 100%;
}

.more-content {
display: none;
color: transparent;
transition: color 0.5s ease;
}

.show-more  {
    display: inline;
    color: black;
    }
.show-more-btn {
cursor: pointer;
color:var(--primary);
text-decoration: none;
}
#picPost{
	height:200px;
}