/*
 * Table of Contents:
 * 	   - Media Queries
 *   0 - media screen and (max-width: 1170px)
 *   1 - media screen and (max-width: 1152px)
 *   2 - media screen and (max-width: 1024px)
 *   3 - media screen and (max-width: 992px)
 *   4 - media screen and (max-width: 800px)
 *   5 - media screen and (max-width: 768px)
 *   6 - media screen and (max-width: 728px)
 *   7 - media screen and (max-width: 640px)
 *   8 - media screen and (max-width: 500px)
 *   9 - media screen and (max-width: 480px)
 *  10 - media screen and (max-width: 414px)
 *  11 - media screen and (max-width: 375px)
 * 	12 - media screen and (max-width: 360px)
 *  13 - media screen and (max-width: 320px)
---------------------------------------------------------------------- */
/* 1.0 - Common Styles

---------------------------------------------------------------------- */

body, h1, h2, h3, h4, h5, h6, a, p, article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
	font-family: 'Muli', sans-serif;
	color: #111;
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-family: 'Muli', sans-serif;
	font-size: 30px;
	color: #222;
	margin-bottom: 10px;
	font-weight: 700;
	line-height: 40px;
}
h2 {
	font-family: 'Muli', sans-serif;
	font-size: 30px;
	color: #222;
	margin-bottom: 10px;
	font-weight: 700;
	line-height: 36px;
}
h3 {
	font-family: 'Muli', sans-serif;
	font-size: 24px;
	color: #222;
	font-weight: 700;
	line-height: 24px;
	margin-bottom: 10px;
}
h4 {
	font-family: 'Muli', sans-serif;
	font-size: 18px;
	color: #000;
	margin-bottom: 10px;
	line-height: 22px;
}
h5 {
	font-family: 'Muli', sans-serif;
	font-size: 16px;
	color: #222;
	margin-bottom: 15px;
	line-height: 20px;
	font-weight: 700;
}
h6 {
	font-family: 'Muli', sans-serif;
	font-size: 14px;
	color: #777;
	margin-bottom: 15px;
	line-height: 20px;
	font-weight: 600;
}
a {
	outline: 0;
	-webkit-transition: all .25s ease-in;
	-moz-transition: all .25s ease-in;
	-ms-transition: all .25s ease-in;
	-o-transition: all .25s ease-in;
	transition: all .25s ease-in;
}
a:hover {
	text-decoration: none;
	color: #fc0f09;
}
p {
	margin-bottom: 10px;
}
.container {
	width: 100%;
	max-width: 1170px;
}
.line_orange {
	display: inline-block;
	width: 60px;
	height: 7px;
	background-color: #f01502;
	margin-bottom: 15px;
}
/* Top-Header
---------------------------------------------------------------------- */
#ccr_banner {
	width: 100%;
	float: left;
}
.top_header {
	width: 100%;
	padding:5px 0px 10px;
	float: left;
	/*background-image: url(../images/top_header.jpg);*/
	background-position: top;
	background-repeat: no-repeat;
}
.contact_us h5 span{ font-weight:400; font-size:14px;}
.top_head {
	background-color: #01101d;
	width: 100%;
	margin: 0 auto;
	padding: 0px;
	float: left;
}
.footer_section h5{ color:#fff;}
.top_head a i {
	padding-right: 10px;
}
.top_head a {
	color: #fff;
	line-height: 40px;
	font-size: 14px;
	float: left;
	padding-right: 20px;
}
.top_right {
	display: block;
	text-align: right;
}
.top_right a {
	font-size: 20px;
	margin-left: 40px; display:inline-block;
}
.top_right a:last-child{ margin-top:22px; float:right;}
.top_right a i {
	color: #e81d32;
	margin-right: 10px;
}
.top_right a img {
	width: 100px;
}
.top_right ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.top_right li {
	float: left;
}
.top_right li a {
	font-size: 16px;
	float: left;
	margin: 0 10px;
	padding-right: 0px;
}
.header_right {
	float: right;
}
.dropdown-toggle::after {
	margin-left: 10px;
	display: none;
}
.top_header .logo {
	float: left;
	margin-top: 5px;
}
.navigation {
	float: right;
	margin-top: 10px;
}
/* banner section
---------------------------------------------------------------------- */

.banner {
	width: 100%;
	float: left;
}
/* mid section
---------------------------------------------------------------------- */
.color_background {
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	/*background-size: cover;*/
}
.ccr_section {
	float: left;
	width: 100%;
	padding: 40px 0;
}
.service_box {
	position: relative;
	margin-top: 20px;
}
.box_hover {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.6);
	opacity: 1;
	-webkit-transition: all .25s ease-in;
	-moz-transition: all .25s ease-in;
	-ms-transition: all .25s ease-in;
	-o-transition: all .25s ease-in;
	transition: all .25s ease-in;
}
.box_hover h4 {
	margin: 0 auto;
	color: #fff;
	font-size: 30px;
	text-transform: uppercase;
}
.box_hover:hover {
	opacity: 0;
}
.pad_bot {
	padding: 0px;
}


.project_box { padding:0 15px;}
.filter {
	display: inline-block;
	cursor: pointer;
	color: #fff;
	font-weight: 600;
	border-radius: 4px;
}
.gallery_product {
	margin: 15px 0px;
}
.itemm {
	overflow: hidden;
	position: relative;
	text-align: center;
}
.itemm img {
	width: 100%;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.itemm img {
	height: 242px;
	width: 100%;
	object-fit: cover;
}
.itemm:hover img {
	opacity: 0.5;
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
a.work_back {
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rbga (3, 25, 43, 1);
	color: #fff !important;
	opacity: 0;
	-webkit-transition: background 0.5s ease-in-out, opacity 0.1s ease-in-out;
	-moz-transition: background 0.5s ease-in-out, opacity 0.1s ease-in-out;
	transition: background 0.5s ease-in-out, opacity 0.1s ease-in-out;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 auto;
	justify-content: center;
}
a.work_back:hover {
	background-color: rgba(58, 44, 120, 0.7);
	opacity: 1;
	color: #fff;
}
a.work_back .project_info h4 {
	line-height: 30px;
	font-size: 24px;
	width: 100%;
	margin: 0;
	text-align: center;
	color: #fff !important;
	text-transform: uppercase;
}
a.work_back .project_info p {
	color: #fff;
	padding: 0 40px;
	font-weight: 300;
	margin-top: 10px;
}

/* testimonial
---------------------------------------------------------------------- */
.e_box {
	background-color: #fff;
	padding: 20px;
	width: 95%;
	display: inline-block;
	margin: 0 auto;
	text-align: left;
	position: relative;
	z-index: 99;
	border: 1px solid #eee;
}
.e_box img {
	width: 65px;
	height: 65px;
	float: left;
	border-radius: 100px; display:none;
	margin-right: 15px;
}
.title_carousel {
	padding-bottom: 25px;
}
.e_box h3 {
	color: #222;
	margin-top: 10px;
	margin-bottom: 5px;
}
.e_box p {
	color: #444;
}
.corner {
	background-color: #3a2c78;
	height: 75px;
	width: 75px;
	position: absolute;
	left: 8px;
	top: -5px;
}
.gray_background {
	background-color: #f9f9f9;
}
.brand_logo {
	width: 95%;
	display: inline-block;
	margin: 0 auto;
}
/* footer
---------------------------------------------------------------------- */
.footer_section {
	background-color: #3a2c78;
	padding: 50px 0 40px;
	width: 100%;
	float: left;
}
.footer_section p {
	color: #fff;
}
.footer_section ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.footer_section h4 {
	font-size: 20px;
	color: #e81d32;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: 600;
}
.map_footer {
	display: inline-block;
	margin: 15px 0;
	width: 100%;
}
.padding_left {
	padding-left: 40px;
}
.footer_section i {
	padding-right: 5px;
}
.footer_left .logo {
	display: inline-block;
	width: 100%;
	padding-bottom: 25px;
}
.footer_section ul {
	padding: 0px;
	margin: 0px;
}
.footer_section ul li a {
	padding: 5px 0;
	line-height: 20px;
	display: block;
}
.footer_left p {
	color: #fff;
	font-size: 14px;
	display: block;
	margin-top: 15px;
}
.footer_left h3 {
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.footer_section a {
	color: #fff;
	font-weight: 300;
}
.social_media {
	text-align: left;
	margin-top: 35px;
}
.social_media ul {
	list-style: none;
	padding: 0px;
	margin: 0px 0 30px;
}
.social_media ul li {
	display: inline-block;
}
.social_media li a {
	height: 35px;
	width: 35px;
	text-align: center;
	background-color: #fff;
	margin-left: 2px;
	display: inline-block;
	font-size: 16px;
	color: #333;
	padding: 7px 11px!important;
	border-radius: 35px;
}
.message_box {
	background-color: #e9ecef;
 border-radius: .25rem;
	border-top-right-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
.message_box .input-group-text {
	border: 0px;
}


.inner_content p{ font-size:15px;}
.offer ul{ list-style:square; padding:15px;}
.offer ul li{ padding:5px 0; width:50%; float:left;}
.offer{ display:inline-block; width:100%;}
.list_style{ display:inline-block; width:100%;}

.list_style ul{ list-style:none; padding:0px;}
.list_style ul li:before{ content:"\f00c"; font-family:'FontAwesome'; color:#e81d32; padding-right:10px;}
.list_style ul li{ padding:5px 0;}

.main_row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -7px;
}

.half_width {
    display: inline-block;
    float: left;
    width: 50%;
    padding: 0 7px;
}

.contact_us i {
    color: #e81d32;
    padding-right: 10px;
    font-size: 24px;
    margin: 5px 0;
}

.pad_bot {
    padding: 15px;
}
.pad_bot a img {
    height: 250px;
    width: 100%;
    object-fit: cover;
}



/*-------------------- media queries --------------------- */

@media screen and (max-width:767px){
	
.padding_left {
    padding:20px 0;
}
	
.pad_bot {
    padding: 15px;
}	
	
	
}







@media screen and (max-width:551px){

.top_header .logo {
    float: left;
    margin-top: 5px;
    width: 185px;
}

.top_right a img {
    width: 100px;
    display: none;
}
.top_right a {    
    margin-left: 0; font-size:14px;    
}

}









