@charset "utf-8";
 @import url(@import url('https://fonts.googleapis.com/css2?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&display=swap');
/* font-family: 'Poppins', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
/* font-family: 'Lato', sans-serif; */

/* ===================================
	01. Common
=================================== */
.display-flex-block{
	display: flex;
	justify-content: space-between;
}

::selection {
	background-color: #ED1C24;
	color: #fff;
}
::-moz-selection {
 background-color: #ED1C24;
 color: #fff;
}
img {
	max-width: 100%;
}
body {
	font-size: 12px;
	font-family: 'Lato', sans-serif;
	color: #6C6D74;
	letter-spacing: 0.5px;
}
p {
	line-height: 24px;
	font-size: 14px;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	color: #000000;
	padding: 0px;
	line-height: 1.4;
	font-weight:bold;
	font-family: 'Poppins', sans-serif;
}
ul, li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
a:hover {
	text-decoration: none;
}
a:hover, a:focus, a:active {
	text-decoration: none;
}
/* --- Background bg --- */
.gray-bg {
	background-color: #f5f5f5;
}
.bg-style-1 {
	position: absolute;
	width: 100%;
	height: 300px;
	top: 0px;
	left: 0px;
	background-color: rgba(49,182,117,0.1);
	z-index: -1;
}
/* --- Top Scroll --- */
.scroll-top {
	display: none;
	position: fixed;
	bottom: 2px;
	text-align: center;
	right: 2%;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	color: #fff;
	background-color: #ED1C24;
	text-decoration: none;
	border-radius: 4px;
	z-index: 9999;
}
.scroll-top:hover {
	color: #fff!important;
	text-decoration: none;
	background-color: #C9101A;
}
/* --- Buttons --- */
.btn-style-1 {
	background-color: #ED1C24;
	color: #fff;
	border: 0;
	border-radius: 100px;
	padding: 12px 20px;
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
	font-family: 'Poppins', sans-serif;
	text-decoration: none;
	display: inline-block;
	text-transform:capitalize;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.btn-style-1:hover {
	background-color: #C9101A;
	color: #fff;
	text-decoration: none;
}
.btn-style-1.btn-sm {
	padding: 8px 16px;
	font-size: 14px;
}
.btn-style-2 {
	background-color: #333;
	color: #fff;
	border: 0;
	border-radius: 4px;
	padding: 12px 20px;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 22px;
	font-family: 'Poppins', sans-serif;
	text-decoration: none;
	display: inline-block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.btn-style-2:hover {
	background-color: #ED1C24;
	color: #fff;
	text-decoration: none;
}
.btn-style-2.btn-sm {
	padding: 8px 16px;
	font-size: 14px;
}
.btn-style-3 {
	background-color: #ED1C24;
	color: #fff;
	border: 0;
	border-radius: 4px;
	padding: 12px 20px;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
	font-family: 'Poppins', sans-serif;
	text-decoration: none;
	display: inline-block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-transform: uppercase;
}
.btn-style-3:hover {
	background-color: #C9101A;
	color: #fff;
	text-decoration: none;
}
.btn-style-3.btn-sm {
	padding: 8px 16px;
	font-size: 14px;
}
.btn-underline {
	padding: 5px 0;
	border-bottom: 1px solid #eee;
	font-size: 14px;
	font-weight: 600;
	display: inline-block;
	color: #ED1C24;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.btn-underline:hover {
	border-bottom: 1px solid #ED1C24;
	color: #999;
}
/* --- Loading --- */
#preloader {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
	width: 100%;
	text-align: center;
	height: 100%;
	vertical-align: middle;
	height: 100%;
	overflow: visible;
	background-color: #fff;
}
#preloader .spinner-grow {
	top: 50%;
	position: relative;
}
/* --- section title --- */
.section-title h2 {
	font-weight:bold;
	font-size: 36px;
	line-height: 34px;
	text-transform: uppercase;
	position: relative;
	padding: 0px 0px 25px 0px;
}
.section-title h2:before {
	position: absolute;
	content: "";
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
	width: 2px;
	height: 20px;
	background-color: #ED1C24;
}
.section-title h2:after {
	position: absolute;
	content: "";
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
	width: 60px;
	height: 2px;
	background-color: #ED1C24;
}
/* ===================================
	Header
=================================== */
.header-call i {
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background-color: #ED1C24;
	color: #fff;
	border-radius: 100%;
}
.header .navbar-brand {
	padding: 0px;
	margin: 0px;
}
.header-lover {
	background-color: #fff;
}
.header-lover .navbar {
	padding: 0px 0px;
}
.header-lover .navbar .nav-item .nav-link {
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	color: #333;
	font-weight: 500;
	padding: 26px 14px;
	text-transform:capitalize;
}
.header-lover .navbar .nav-item .nav-link:hover, .header-lover .navbar .nav-item.active a {
	color: #ED1C24;
}
.header-lover .navbar .nav-item.active .dropdown-menu .dropdown-item {
	color: #fff;
}
.header-lover .navbar .nav-item.active .dropdown-menu .dropdown-item:hover {
	color: #ED1C24;
}
.header-lover .navbar .nav-item:last-child .nav-link {
	padding-right: 0px;
}
.header .navbar-toggler span {
	background: #2D2E33;
}
.header .dropdown-menu {
	margin: 0px;
	padding: 15px;
	background-color: #333;
	border-radius: 0px;
}
.header .dropdown-menu .dropdown-item {
	padding: 12px 20px 12px 20px;
	position: relative;
	font-size: 12px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	border-left: 1px solid #333;
}
.header .dropdown-menu .dropdown-item:last-child {
	border-bottom: 0px;
}
.header .dropdown-menu .dropdown-item:hover, .header .dropdown-menu .dropdown-item:active {
	color: #ED1C24;
	border-left: 1px solid #ED1C24;
	background-color: transparent;
}
/*Navbar Toogle*/
.navbar-toggler {
	border: none;
	padding: 10px 6px;
	background-color: #f5f5f5;
	outline: none !important;
}
.navbar-toggler span {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	background: #fff;
}
.navbar-toggler span + span {
	margin-top: 4px;
	width: 18px;
}
.navbar-toggler span + span + span {
	width: 10px;
}
 @media screen and (min-width: 768px) {
/* shows the dropdown menu on hover */
.navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
	display: block!important;
}
}
/* sticky header */
.header-space {
	width: 100%;
	height: 120px;
	display: none;
}
.sticky .header-space {
	display: inline-block;
}
.sticky .header-upper-bar {
	display: none !important;
}
.sticky .header-lover {
	position: fixed;
	background-color: #fff;
	top: 0px;
	width: 100%;
	z-index: 100;
	border-bottom: 1px solid #ccc;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
/* ===================================
	Slider
=================================== */
.slider .carousel-caption {
	top: 50%;
	bottom: auto;
	padding-top: 0px;
	left: 0px;
	right: 0px;
	padding-bottom: 0px;
	transform: translateY(-50%);
}
.slider .carousel-item:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 0;
	background-color: rgba(0,0,0,0.0);
}


.slider .carousel-caption .slider-caption-box {
	position: relative;
	z-index: 0;
}
.slider .carousel-caption h2 {
	font-size: 30px;
	color: #fff;
	font-weight:bold;
	line-height: 40px;
	text-transform: capitalize;
}
.slider .carousel-caption h2 span {
	color: #ED1C24;
	font-weight: 700;
	border-bottom: 1px solid #ED1C24;
}
.slider .carousel-caption p {
	line-height: 26px;
	margin-bottom: 20px;
}
.slider .carousel-indicators li {
	width: 10px;
	height: 10px;
	position: relative;
	border-radius: 100%;
	margin: 0px 6px;
	opacity: 1;
	background-color: #fff;
}
.slider .carousel-indicators li.active {
	opacity: 1;
	background-color: #ED1C24;
}
/* ===================================
	About Us
=================================== */
.about-box {
	border: 2px solid rgba(0,0,0,.1);
	padding: 15px;
	border-radius: 4px;
}

.about-text p {
	line-height: 35px;
	text-align: justify;
	
	color:#333;
	font-size:  20px;
}
/* ===================================
	Footer
=================================== */
.footer {
	position: relative;
	background-image: url(../img/bg/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	z-index: 0;
}
.footer:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: rgba(0,0,0,0.8);
	z-index: -1;
}
.footer-item-title {
	color: #fff;
	text-transform:capitalize;
	font-size: 20px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	padding-bottom: 10px;
	margin-bottom: 30px;
}
/* footer link */


.footer-link li {
	padding-bottom: 10px;
}
.footer-link li:last-child {
	padding-bottom: 0px;
}
.footer-link li a {
	color: #fff;
	font-size: 14px;
}
.footer-link li a i {
	color: #ED1C24;
	font-size: 10px;
	padding-right: 6px;
}
.footer-link li a:hover {
	color: #ED1C24;
}
/* footer contact */

.footer-contact li {
	color: #fff;
	font-size: 14px;
	margin-bottom: 10px;
	display:flex;
}

.footer_contact{
	
	display:flex;}
.Address_1{
	width:50%;
    float: left;
	
}
.Address_2{
	width:50%;
	float:left;
	padding-left:40px;

	
}

.footer-contact li:last-child {
	margin-bottom: 0px;
}
.footer-contact li span {
	color: #ED1C24;
	font-weight: 700;
	width:20px;
	display:inline-block;
}
.footer-contact li a {
	color: #fff;
	font-size: 14px;
}
.footer-contact li a:hover {
	color: #ED1C24;
}
.footer-logo {
	margin-top: 80px;
	text-align: right;
}
/* copyright footer */
.copyright-footer {
	background-color: #ED1C24;
	padding: 16px 0px;
}
.copyright-footer p {
	color: #fff;
}
/* ===================================
	15. Inner Page Title
=================================== */
.inner-page-title {
	background-image: url(../img/bg/inner-page-title-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	z-index: 0;
	position: relative;
	padding: 100px 0px;
	text-align: center;
}
.inner-page-title:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: rgba(0,0,0,0.7);
	z-index: -1;
}
.inner-page-title h1 {
	color: #fff;
	line-height: 32px;
	margin-bottom: 16px;
	text-transform:capitalize;
	
}
.inner-page-title p {
	color: #fff;
}
/* Breadcrumb */
.breadcrumb-area {
	border-top: 1px solid #ED1C24;
	padding: 10px 0px 0px 0px;
	text-align: center;
	display: inline-block;
}
.breadcrumb-area .breadcrumb li, .breadcrumb-area .breadcrumb li a {
	color: #fff;
	text-transform:capitalize;
	font-size: 12px;
}
.breadcrumb-area .breadcrumb li a:hover {
	color: #ED1C24;
}
.breadcrumb-area .breadcrumb-item + .breadcrumb-item:before {
	color: rgba(255,255,255,0.4);
}
/* ===================================
	projects
=================================== */
#portfoliolist .portfolio {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	width: 100%;
	display: none;
}
.project-box {
	margin-bottom: 30px;
	position: relative;
	border-radius: 4px;
	overflow: hidden;
}
.project-box .project-box-img {
	position: relative;
	overflow: hidden;
}
.project-box .project-box-img .hoverlay {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	opacity: 0;
	background-color: rgba(0,0,0,0.8);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.project-box:hover .project-box-img .hoverlay {
	opacity: 1;
}
.project-box .readmore {
	color: #fff;
	font-size: 16px;
	border-radius: 100%;
	position: absolute;
	left: 155px;
	top: 100px;
	width: 40px;
	opacity: 0;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background-color: #ED1C24;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.project-box .hoverlay a:hover {
	color: #fff;
}
.project-box:hover .readmore {
	opacity: 1;
}
.project-box .project-box-des {
	position: absolute;
	bottom: 0px;
	width: 100%;
	text-align: center;
	background-color: rgba(0,0,0,0.6);
	padding: 16px 0px;
}
.project-box .project-box-des h5 a {
	color: #fff;
	font-size: 18px;
	text-transform:capitalize;
	font-family: 'Montserrat', sans-serif;
}
.project-box .project-box-des h5 a:hover {
	color: #ED1C24;
}
.project-box .date {
	position: absolute;
	top: 15px;
	right: 15px;
	color: #000;
	text-transform: uppercase;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.project-box:hover .date {
	color: #fff;
}
/* get in touch */
.get-in-touch {
	background-color: #f7f7f7;
	padding: 25px;
}
.get-in-touch h5 {
	text-transform: uppercase;
	margin-bottom: 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
/* ===================================
	Contact Us
=================================== */
/* contact list */
.list-terms-medium {
	position: relative;
	margin-bottom: 0;
}
.list-terms-medium dt {
	letter-spacing: .1em;
	font-weight: 700;
	text-transform: uppercase;
	color: #151515;
	font-size: 14px;
	padding-bottom: 6px;
}
.list-terms-medium dt i {
	color: #ED1C24;
}
.list-terms-medium dd {
	font-size: 14px;
}
.list-terms-medium dt::after {
	content: ':';
}
.list-terms-medium_secondary a {
	color: #9b9b9b;
}
.list-creative > li {
	padding: 25px 0;
}
.list-creative > li:first-child {
	padding-top: 0;
}
.list-creative > li:last-child {
	padding-bottom: 0;
}
.list-creative > li + li {
	
}
.list-comma > li {
	display: inline-block;
	vertical-align: middle;
}
.list-comma > li:not(:last-child)::after {
	content: ',';
	display: inline-block;
}
.list-terms-medium a {
	color: #9b9b9b;
}
/* contact form */
.contact-form-area {
	background-color: #f3f4f9;
}
.contact-form input {
	border-radius: 0;
	height: 46px;
	font-size: 14px;
}
.contact-form textarea {
	border-radius: 0;
	font-size: 14px;
}


@media all and (max-width: 767px) {
    
    .Address_1 {width: 100%; float: left; margin-bottom: 30px;}
    .Address_2 {width: 100%; float: left; margin-bottom: 50px;}
    .footer-logo {margin-top: 0; text-align: center;}
    ul.footer-link {margin-bottom: 50px;}
}


@media all and (min-width: 768px) and (max-width: 991px) {
    .footer-logo {display: none;}
    .footer-contact li {font-size: 11px;}
    .footer-contact li a{font-size: 11px;}
	.display-flex-block{display: block;}
}

@media all and (max-width: 768px) {
    .footer-logo {display: none;}
	.display-flex-block{display: block;}
}
