@charset "utf-8";

.home {
  width: 100%;
  min-height: 100vh;
  min-height: 100svh;
  position: relative;
  overflow: hidden;
}
.home_background_container
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.home_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	animation: zoomBackground 5s ease-in-out infinite alternate;
}
@keyframes zoomBackground {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
@keyframes zoomOutBackground {
  0% {
    background-size: 100%;
  }
  100% {
    background-size: 110%;
  }
}

.home_background::after
{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.35); /* 0.5 opacity overlay */
}
.home_content
{
   position: absolute;
      top: 55%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 3;
      color: #fff;
      text-align: center;
      padding: 20px;
}
.home_content h3
{
	font-size: 50px;
	line-height:60px;
	font-weight: 700;
	color: #FFFFFF;
		text-shadow: rgba(0,0,0,1) 0 0 1px;

}

.page_section
{
	padding-top: 117px;
	padding-bottom: 117px;
}
.section_title
{

}
.section_title h1
{
	display: block;
	color: #1a1a1a;
	font-weight: 500;
	padding-top: 24px;
}
.section_title h1::before
{
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 55px;
	height: 4px;
	content: '';
	background: #ffb606;
}
/*********************************
8. Buttons
*********************************/

.button
{
	cursor: pointer;
}
.button:hover
{
	box-shadow: 0px 10px 20px rgba(0,0,0,0.2);
}
.button a
{
	font-size: 14px;
	line-height: 48px;
	font-weight: 700;
	text-transform: uppercase;
}
.button_1
{
	width: 202px;
	height: 48px;
}

/*********************************
9. News
*********************************/

.news
{
	width: 100%;
	padding-top: 103px;
	padding-bottom: 118px;
}
.news_post
{
	
}
.news_post:last-child
{
	/*margin-bottom: 0px;*/
}
.news_post_image
{
	width: 100%;
}
.news_post_image img
{
	width: 100%;
	height: auto;
}
.news_post_top
{
	margin-top: 38px;
}
.news_post_date
{
	width: 38px;
	height: 38px;
	background: #980C03 ;
}
.news_post_date div:first-child
{
	font-size: 24px;
	font-weight: 700;
	color: #FFFFFF;
	line-height: 1;
}
.news_post_date div:last-child
{
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	color: #FFFFFF;
	line-height: 1;
	margin-top: 3px;
}
.news_post_title_container
{
	padding-left: 21px;
	margin-top: -7px;
}
.news_post_title
{
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2;
	color: #1a1a1a;
	text-transform:uppercase;

}
.news_post_title span
{
	font-size: 18px;
	font-weight: 500;
	line-height: 1.2;
	color: #aaa;
	text-transform:uppercase;

}
.news_post_title a:hover,
.news_post_author a:hover,
.news_post_comments a:hover
{
	color: #a5a5a5;
}
.news_post_meta
{
	color: #1a1a1a;
	margin-top: 5px;
	padding-left: 1px;
}
.news_post_author
{
	font-size: 14px;
	font-weight: 400;
	color: #1a1a1a;
	line-height: 20px;
}
.news_post_comments
{
	font-size: 14px;
	font-weight: 400;
	color: #1a1a1a;
	line-height: 20px;
}
.news_post_meta span:nth-child(2)
{
	font-size: 12px;
	font-weight: 500;
	color: #1a1a1a;
	margin-left: 5px;
	margin-right: 5px;
}
.news_post_text
{
	margin-top: 27px;
}
.news_post_quote
{
	background: #980C03;
	padding:12px 20px;
	margin: 30px 0;
	border-radius:20px;
	
}
.img-download{
    filter: brightness(0) invert(1);
}
.news_post_quote:hover .img-download{
    filter:none;
}
.news_post_quote:hover
{
	background:#fff;
	border:2px solid #980C03;

	
}
/*.news_post_quote::after
{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 4px;
	height: 100%;
	background: #980C03;
	content: '';
}*/
.news_post_quote_text
{
	font-size: 24px;
	line-height:30px;
	color: #fff;
	left:50px;
}

.img-download{
width:40px;
margin-left:5px;
}
.news_post_quote_text i
{
	font-size: 40px;
	color:#fff
}
.news_post_quote span{
	font-size: 24px;
	line-height:30px;
	color: #fff;
	margin-left:22px;
}
.news_post_quote_text span
{
	font-size: 24px;
	line-height:30px;
	color: #fff;
	left:50px;
}
.news_post_quote_text:hover, .news_post_quote_text:hover span
{
	color:#980C03;
	letter-spacing:0.5px;
}
.mg-10 .news_post_quote{
width:80%;
text-align:center;
margin:50px auto;}
@media(max-width:1600px){
.mg-10 .news_post_quote{
width:60%;}
}
@media(max-width:768px){
.mg-10 .news_post_quote{
width:100%;}

    .news_post_quote {
        display: flex;
        align-items: center;
          gap: 10px;
        text-align: left;
		padding:12px 20px;
    }

    .news_post_quote img {
        width: 40px;  /* adjust size */
        height: auto;
    }
.news_post_quote_text, .news_post_quote_text span
{
	font-size: 18px;
	line-height:24px;
	color: #fff;
	margin-right: 2px;


}
.img-download{
width:40px;
}
.news_post_quote span{
	margin-left:10px;
}
}
/*********************************
9.1 Comments
*********************************/

.news_post_comments
{
	margin-top: 67px;
}
.comments_title
{
	font-size: 18px;
	font-weight: 700;
	color: #1a1a1a;
}
.comments_list
{
	margin-top: 69px;
}
.comment
{
	margin-bottom: 25px;
}
.comment:last-child
{
	margin-bottom: 0px;
}
.comment_image
{
	width: 70px;
	height: 70px;
	overflow: hidden;
	border-radius: 50%;
	margin-top: 13px;
}
.comment_image img
{
	width: 100%;
	height: auto;
}
.comment_content
{
	padding-left: 28px;
}
.comment_meta span
{
	font-size: 14px;
	font-weight: 500;
	color: #1a1a1a;
}
.comment_name a
{
	font-size: 14px;
	font-weight: 500;
	color: #1a1a1a;
}
.comment_name a:hover
{
	color: #a5a5a5;
}
.comment_separator
{
	margin-left: 7px;
	margin-right: 7px;
}
.comment_text
{
	margin-top: 10px;
	padding-left: 2px;
}
.comment_reply_link a
{
	font-size: 14px;
	font-weight: 500;
	color: #ffb606;
}
.comment_reply_link a:hover
{
	color: #1a1a1a;
}

/*********************************
9.2 Leave Comment
*********************************/

.leave_comment
{
	margin-top: 51px;
}
.leave_comment_title
{
	font-size: 18px;
	font-weight: 700;
	color: #1a1a1a;
}
.leave_comment_form_container
{
	margin-top: 77px;
}
.input_field
{
	width: 100%;
	background: #f8f4f4;
	border: solid 2px transparent;
	margin-bottom: 24px;
	height: 42px;
	padding-left: 33px;
}
.input_field:focus
{
	outline: none !important;
	border-color: #ffb606;
}
.text_field
{
	width: 100%;
	height: 189px;
	background: #f8f4f4;
	border: solid 2px transparent;
	padding-left: 33px;
	margin-bottom: 24px;
}
.text_field:focus
{
	outline: none !important;
	border-color: #ffb606;
}
.comment_send_btn
{
	width: 100%;
	height: 48px;
	background: #ffb606;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #FFFFFF;
	cursor: pointer;
	border: none;
}
.comment_send_btn:focus
{
	outline: solid 1px #ffb606;
	border: green !important;
}

/*********************************
10. Sidebar
*********************************/

.sidebar
{
	width: 100%;
}
.sidebar_section
{
	margin-top: 50px;
	margin-left:44px;
}
.sidebar_section:first-child
{
	margin-top: 0px;
}
.sidebar_section_title
{
	margin-top: -1px;
}
.sidebar_section_title h3
{
	color: #1a1a1a;
	line-height: 1;
	font-weight: 700;
	margin-top:10px;
}
.sidebar_list
{
	margin-top: 30px;
}
.sidebar_list_item
{
	padding-top: 21px;
	padding-bottom: 20px;
	border-bottom: solid 2px #d2d2d2;
}
.sidebar_list_item a
{
	font-size: 16px;
	font-weight: 600;
	color: #666;
}
.sidebar_list_item a:hover
{
	color: #980C03;
}
.latest_posts
{
	margin-top: 50px;
}
.latest_post
{
	margin-bottom: 27px;
}
.latest_post:last-child
{
	margin-bottom: 0px;
}
.latest_post_image
{
	width: 100%;
}
.latest_post_image img
{
	width: 100%;
	height: auto;
}
.latest_post_title
{
	margin-top: 24px;
}
.latest_post_title a
{
	font-size: 18px;
	font-weight: 500;
	color: #1a1a1a;
}
.latest_post_title a:hover,
.latest_post_author a:hover,
.latest_post_comments a:hover
{
	color: #a5a5a5;
}
.latest_post_meta
{
	color: #1a1a1a;
	margin-top: 6px;
}
.latest_post_author a
{
	font-size: 12px;
	font-weight: 500;
	color: #a5a5a5;
	line-height: 1;
}
.latest_post_comments a
{
	font-size: 12px;
	font-weight: 500;
	color: #a5a5a5;
	line-height: 1;
}
.latest_post_meta span:nth-child(2)
{
	font-size: 12px;
	font-weight: 500;
	color: #1a1a1a;
	margin-left: 5px;
	margin-right: 5px;
}
.tags
{
	margin-top: 50px;
}
.tag
{
	height: 40px;
	background: #ffb606;
	margin-right: 12px;
	margin-bottom: 10px;
}
.tag a
{
	display: block;
	font-size: 16px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 40px;
	padding-left: 30px;
	padding-right: 30px;
}
@media only screen and (max-width: 991px){
.sidebar_section
{
	margin-top: 60px;
	margin-left:0px;
}
}
@media only screen and (max-width: 575px){
.news_post_date
{
	width: 30px;
	height: 30px;
	background: #980C03 ;
}.news_post_title_container
{
	padding-left: 36px;
	margin-top: -32px;
}

}
@media only screen and (max-width: 768px) {

  .home_background {
    animation: zoomBackgroundMobile 5s ease-in-out infinite alternate;
  }

  @keyframes zoomBackgroundMobile {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(1.06);
    }
  }

}