@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&amp;family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');

@import url('https://fonts.googleapis.com/css2?family=Oxygen:wght@300;400;700&amp;display=swap');

h1, h2, h3, h4, h5, h6
{
	font-family: "Oxygen", sans-serif!important;
	font-weight:700;
}

body
{
	font-family: "poppins", serif !important;
}

p
{
	font-family: "poppins", serif !important;
	color:#646464!important;
	font-size:16px!important;
	margin-top:5px;
	margin-bottom:5px;
}

.dag_theme_btn
{
	background: #da251c;
  	color: #fff;
  	padding: 11px 25px;
  	border-radius: 8px;
}

.dag_theme_btn img
{
	width: 30px;
  	margin-left: 5px;
}

.section_padding_top
{
	background:#fdede0;	
}

.section-subheading span
{
	background: #8c367c;
  	color: #fff;
  	padding: 5px 20px;
  	border-radius: 20px;
}

.dag_counter_section
{
	background:#eeeeee6b; 
	margin-top:-10px;
}

.dag_counter_section .counter-box
{
	box-shadow: 0px 0px 5px #cccc;
  	padding: 20px 0;
  	background: #fff;
  	border: 1px solid #eee;
}

.dag_counter_section .counter-box img
{
	width:50px;
}

.blog_five_heading span
{
	background: #e83c33;
  color: #fff;
  padding: 0px 20px;
  border-radius: 20px;
}

.sub-btn
{
	background: #f2860e;
}

.dag_img_holder img
{
	width: 100%;
}

span.dag_about_subhead
{
	color: #d9241b;
}

.dg_space_left
{
	width: 200px;
  	height: 3px !important;
  	background:#d9241b;
  	opacity: 1;
}
    
.dag_feature_section
{
	background: url(../images/bg/fet_bg.jpg);
	background-size: cover;
}    
    
.dag_fet_item
{
    padding: 20px 20px;
  	background:rgba(11, 11, 11, 0.43);
}

.dag_fet_item:hover
{
	background: #440d0d;
  	border: 1px solid #fff;
}

.dag_fet_item img
{
	width:70px;
	margin-bottom: 5px;
	filter: brightness(100);
}

.dag_fet_item h4
{
	font-size: 18px;
	color:#fff;
}

.dag_fet_item p
{
	font-size: 14px!important;
	color:#fff!important;
}

.gallery-carousel .gallery-item
{
	position: relative;
  	border: 1px solid #d62223;
  	padding: 3px;
}

.gallery-carousel .gallery-item .gallery_detail
{
	position:absolute;
	top:0;
	display: grid;
	justify-content: center;
	align-items: flex-end;
	width:100%;
	height:100%;
	/*background:linear-gradient(#ff8b8b29,#cc0b0bc4); */
	background: linear-gradient(180deg,#ff8b8b29 0%, #2b2b2bc4 62%);
	padding:0 0 20px 0;
	text-align: center;
}

.gallery-carousel .gallery-item .gallery_detail h4
{
	color:#fff;
}

.gallery-carousel .gallery-item .gallery_detail p
{
	color:#fff!important;
	font-size: 14px!important;
	display: none;
}

.gallery-carousel .gallery-item:hover .gallery_detail
{
	background: rgba(0,0,0,0.8);
	display: block;
	padding:50px 20px;
	transition: bottom 0.4s ease;
}

.gallery-carousel .gallery-item:hover .gallery_detail p
{
	display: block;

}

.footer_navitem_ara h3
{
	font-size: 20px!important;
}

.copyright_right ul li
{
	align-items: center;
}

p.ft_text
{
	font-size: 14px!important;
}

.nav_item_footer ul li
{
	font-size: 14px!important;
}

@media (max-width: 600px) 
{
	p
	{
		font-size: 14px !important;
	}
	.arrow_style.owl-carousel .owl-nav button.owl-prev
	{
		top:56%;
	}

	.arrow_style.owl-carousel .owl-nav button.owl-next
	{
		top:56%;	
	}

	.arrow_style.owl-carousel .owl-nav button.owl-next, .arrow_style.owl-carousel .owl-nav button.owl-prev
	{
		width:30px;
		height:30px;
	}

	.blog_five_heading h2
	{
		font-size: 28px!important;
		line-height: 30px!important;
	}

	.dag_btn h5
	{
		margin:25px 0;
	}

	h2.counter
	{
		font-size: 28px;
		line-height:25px;
		margin-bottom:5px;
		margin-top: 10px;
	}

	.counter-box p
	{
		font-size: 12px!important;
	}

	.dag_counter_section .counter-box
	{
		padding:10px;
	}

	.dag_feature_section
	{
		padding:10px 0px !important;
	}

	.dag_feature_section .dag_fet_item
	{
		margin-bottom:10px;
	}

	.footer_navitem_ara
	{
		padding-left: 0!important;
	}

	.dag_about_section
	{
		padding:20px 10px!important;
	}

	.dag_about_section h2
	{
		font-size:28px!important;
	}

	.cta_right_side
	{
		margin-top:20px;
	}

	.copyright_left
	{
		text-align: center;
	}

	.copyright_right
	{
		text-align: center;
		font-size: 13px;
	}
}