/* md */
@media (min-width: 992px) and (max-width: 1199px) {
}
/* sm */
@media (min-width: 768px) and (max-width: 991px) {
	header.header-top[role="header"] hgroup nav ul > li > a{ padding:0 5px 0 9px}
	header.header-top[role="header"] section{ top:14%}
	.section-two section article{ padding-right:20px; padding-left:5%; padding-top:20px}
	.section-one article p br{ display:none}
}
/* xs */
@media (max-width: 767px) {
	header.header-top[role="header"] .container{ padding-top:10px; z-index:6}
	header.header-top[role="header"] section h2{ font-size:26px; line-height:28px; margin-bottom:2px}
	header.header-top[role="header"] section p{ font-size:15px; line-height:30px; margin:0 3%; padding-top:5px}
	header.header-top[role="header"] section a{ font-size:14px; padding:0 20px; line-height:55px}
	header.header-top[role="header"] section .col-12.col-md-6{ padding-left:32px; padding-right:32px}
	header.header-top[role="header"] section .header-contact-info{ gap:0.25rem}
	header.header-top[role="header"] hgroup{ position:relative}
	header.header-top[role="header"] hgroup nav { margin-top:0}
	header.header-top[role="header"] hgroup nav .navbar-toggler{ position:absolute; margin:0; top:-48px; right:15px}

	header.header-top[role="header"] .header-fixed h1 img{ width:60%}
	header.header-top[role="header"] hgroup nav ul{ text-align:center; background-color:rgba(0,0,0,0.8); padding:10px}
	header.header-top[role="header"] hgroup nav ul > li{ display:block;}
	.section-two section.row{ padding-left:15px; padding-right:15px}
	.section-two .clearfix{ height:20px}
	.section-two section article{ padding-left:0; padding-right:0; padding-top:0px}
	.section-two section figure{ background-attachment:scroll; margin-top:20px; margin-bottom:20px}
	header[role="header"].header-top .banner-image{ background-attachment:scroll}
	.section-two section:last-child article{ padding-left:0}
	.section-three header[role="title-page"]{ padding-bottom:20px}
	.footer{ padding:30px 0}
	.socil-icons a{ margin:0 2px; width:30px; height:30px; font-size:15px; line-height:30px}
	.footer nav{ padding-top:10px}

}
@media (max-width: 414px) {
	header.header-top[role="header"] section h2{ font-size:36px; line-height:41px}
}