/*















 * 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: 'Open Sans', sans-serif;

	color: #000;

	font-size: 14px;

	font-weight: 400;

	line-height: 40px;

	margin: 0px;

	padding: 0px;

}



h1 {

	font-family: 'Roboto', sans-serif;

	color: #000;

	font-size: 30px;

	font-weight: 600;

	line-height: 36px;

	margin-bottom: 10px;

}



h2 {

	font-family: 'Roboto', sans-serif;

	color: #000;

	font-size: 24px;

	font-weight: 600;

	line-height: 30px;

	margin-bottom: 10px;

}



h3 {

	font-family: 'Roboto', sans-serif;

	color: #000;

	font-size: 16px;

	font-weight: 600;

	line-height: 24px;

	margin-bottom: 10px;

}



h4 {

	font-family: 'Roboto', sans-serif;

	color: #000;

	font-size: 14px;

	font-weight: 400;

	line-height: 20px;

	margin-bottom: 10px;

}



.container {

	width: 100%;

}



h1 {

	font-size: 36px;

	font-weight: 600;

	text-transform: uppercase;

	margin-bottom: 20px;

}



p {

	margin-bottom: 10px;

}



a:focus {

	outline: none;

}



a:hover {

	text-decoration: none;

}



/* Top-Header















---------------------------------------------------------------------- */



.ccr_header {

	background-color: rgba(255, 255, 255, 1);

	width: 100%;

	padding: 0px 0;

	-webkit-box-shadow: -1px 10px 5px -6px rgba(0, 0, 0, 0.10);

	-moz-box-shadow: -1px 10px 5px -6px rgba(0, 0, 0, 0.10);

	box-shadow: -1px 10px 5px -6px rgba(0, 0, 0, 0.10);

}



.logo {

	float: left;

}



.navigation {

	float: right;

	margin-top: 20px;

}

.for_franchise {

	float: right;

	padding:20px 15px;

}





.for_franchise a {

	text-transform: uppercase;

	text-decoration: none;

	font-size:15px;

	font-weight:600;

	line-height: 15px;

    border-left: 2px solid#ddd;

	padding:5px 0 5px 15px;

	color: #f57a01;

}

.for_franchise img {

    width: 20px;

    height: 20px;

    margin-right: 10px;

}



.banner {}



.middle {

	font-size: 34px;

	color: #fff;

	/*text-transform: uppercase;*/

	display: inline-block;

	margin: 200px auto;

	width: 100%;

	text-align: center;

	font-weight: 700;

	text-shadow: 5px 5px 4px rgba(0, 0, 0, 0.31);

	line-height: 70px;

}



.ccr_footer {

	background-color: rgba(255, 255, 255, 1);

	width: 100%;

	padding: 5px 0;

	position: fixed;

	bottom: 0px;

	height: 40px;

	border-top: 1px solid #ddd;

}



.footer {

	width: 100%;

	height: 24px;

}



.foot_left {

	float: left;

	color: #000;

	padding-top: 5px;

}



.foot_right {

	float: right;

	color: #000;

	padding-top: 5px;

}



/*-------------inner page css style---------------*/



.inner_content {

	display: inline-block;

	float: left;

	width: 100%;

	text-align: center;

	margin-top: 50px;

	margin-bottom: 40px;

	padding-bottom: 15px;

}



.ccr_section {

	display: inline-block;

	float: left;

	width: 100%;

	margin-top: 50px;

	margin-bottom: 40px;

	padding-bottom: 15px;

}



.inner_content .container {

	width: 1170px;

}



.ccr_section .container {

	width: 1170px;

}



.pad_bot {

	padding: 10px;

}



.gallery_page {

	display: inline-block;

	float: left;

	width: 100%;

	padding-bottom: 20px;

}



.pad_bot img {

	border: 1px solid #eee;

	padding: 3px;

}



.product_box {

	width: 93%;

	margin: 10px auto;

}



.client_logo {

	margin-bottom: 30px;

}



.ice_cream {

	margin-top: 30px;

	text-align: justify;

	display: inline-block;

	width: 100%;

}



.product_item {

	background-color: #f9f9f9;

	padding: 20px;

	width: 95%;

	margin: 10px auto;

	border: 1px solid #eee;

}



.img_client {

	width: 80px;

	height: 80px;

	display: inline-block;

	margin: 15px auto 10px;

}



.img_client img {

	-webkit-border-radius: 100px;

	-moz-border-radius: 100px;

	border-radius: 100px;

	border: 1px solid #eee;

	padding: 3px;

	width: 80px;

	height: 80px;

}



.modal-footer {

	padding: 15px 0;

}



.contact_box {}



.contact_box i {

	display: block;

	font-size: 45px;

	margin-bottom: 15px;

	transition: all 0.6s ease-in-out 0s;

}



.box {

	display: inline-block;

	text-align: center;

	width: 100%;

}



.box a:hover {

	background-color: #f01a29;

	border: 1px solid #f01a29;

	color: #fff;

}



.box a:hover i {

	color: #fff;

}



.box a {

	border: 1px solid #f1f1f1;

	box-shadow: 0 0 2px #cccccc;

	color: #cccccc;

	cursor: pointer;

	font-size: 16px;

	font-weight: 600;

	margin: 50px 0;

	padding: 55px 0;

	text-align: center;

	transition: all 0.6s ease-in-out 0s;

	width: 100%;

	display: inline-block;

}



.map {

	margin-top: 20px;

}



.location {

	border: 1px solid #eee;

	display: inline-block;

	width: 100%;

	padding: 20px;

	margin-top: 20px;

}



.location i {

	padding-right: 5px;

	color: #f01a29;

}



.location h4 {

	color: #f01a29;

}



.contact_us {

	text-align: left;

}



.contact_us i {

	padding-right: 5px;

}



.contact_usform {

	background-color: #f5f5f5;

	border: 1px solid #e3e3e3;

	float: left;

	margin-bottom: 20px;

	margin-right: 15px;

	margin-top: 25px;

	padding: 20px 10px;

	width: 100%;

}



.inner_form .form-group {

	display: inline-block;

	float: left;

	margin: 8px 0;

	padding: 0 5px;

	width: 50%;

}



.read_more_2 {

	background-color: #f57a01;

	border-radius: 4px;

	color: #ffffff;

	float: right;

	margin: 10px 5px 10px 0;

	text-transform: uppercase;

}



.inner_form .form-group_1 {

	display: inline-block;

	float: left;

	margin: 10px 0;

	padding: 0 5px;

	width: 100%;

}



.contact_us a {

	display: block;

	padding: 4px 0;

}



.product_box {

	display: inline-block;

	width: 100%;

	border: 1px solid #ddd;

	margin-bottom: 20px;

}



.product_box img {

	width: 100%;

	padding-bottom: 10px;

}



.product_details {

	text-align: left;

}



@media screen and (max-width:1170px) {

	.inner_content .container {

		width: 100%;

	}

	.ccr_section .container {

		width: 100%;

	}

}



@media screen and (max-width:992px) {

	.navigation {

		float: none;

		width: 100%;

		margin-top: 20px;

	}

	.for_franchise{

		float: left;

	}

}



@media screen and (max-width:767px) {

	.foot_left {

		text-align: center;

		width: 100%;

	}

	.foot_right {

		text-align: center;

		width: 100%;

	}

	.ccr_footer {

		height: auto;

		padding: 10px 0;

	}

	.middle {

		margin: 50px auto 150px;

	}

	.inner_content {

		margin-bottom: 70px;

	}

	.box a {

		margin: 20px auto;

	}

}



@media screen and (max-width:414px) {

	.logo {

		float: left;

		width: 70%;

	}

	.navigation {

		margin-top: 5px;

	}

}