/*
 * 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 {
	font-family: "Century Gothic";
	color: #222;
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
	margin: 0px;
	padding: 0px;
}
a, p, article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
	font-family: "Century Gothic";
	color: #222;
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-family: "Century Gothic";
	font-size: 44px;
	color: #000;
	margin-bottom: 15px;
	font-weight: 700;
	line-height: 48px;
letter-spacing:0.-10px;
	text-transform: lowercase;
}
h2 {
	font-family: "Century Gothic";
	font-size: 44px;
	color: #000;
	margin-bottom: 15px;
	font-weight: 700;
	line-height: 60px;
	text-transform: lowercase;
}
h3 {
	font-family: "Century Gothic";
	font-size: 32px;
	color: #000;
	margin-bottom: 15px;
	font-weight: 700;
	line-height: 40px;
	text-transform: lowercase;
}
h4 {
	font-family: "Century Gothic";
	font-size: 24px;
	color: #000;
	margin-bottom: 10px;
	line-height: 22px;
	font-weight: 500;
}
h5 {
	font-family: "Century Gothic";
	font-size: 14px;
	color: #333;
	margin-bottom: 10px;
	line-height: 20px;
	font-weight: 600;
}
a {
	outline: 0;
	color: #000;
	-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;
}
.btn {
	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;
	cursor: pointer;
	border-radius: 0px;
}
p {
	margin-bottom: 10px;
}
a:focus, a:hover {
	color: #000;
	text-decoration: none;
}
.container {
	padding: 0;
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
}
.red {
	color: #da251c;
}
/* top_section
---------------------------------------------------------------------- */
#ccr_section {
	display: inline-block;
	width: 100%;
	float: left;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 200px 0 150px;
	text-align: center;
}
.top_logo {
	display: inline-block;
	border: 5px solid #fff;
	padding: 30px;
	width: 220px;
	height: 180px;
	text-align: center;
}
.red_logo {
	display: inline-block;
	margin: 30px 0;
	width: 100%;
}
.btn_enter .btn {
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	border:3px solid #e4e4e4;
	text-align: center;
	color: #fff; height:70px; width:70px;
	padding: 8px 0px; background-color:transparent; -webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px; text-align:center;	
}
/*.btn_enter a {
	background: #222222; 
	background: -moz-linear-gradient(left, #222222 0%, #999999 50%, #222222 100%); 
	background: -webkit-linear-gradient(left, #222222 0%, #999999 50%, #222222 100%);
	background: linear-gradient(to right, #222222 0%, #999999 50%, #222222 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#222222', GradientType=1 ); 
	padding: 3px;
	display: inline-block;
	margin: 20px auto 0;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px; 
}*/
.btn_shadow {
	display: block;
	margin: 5px auto 0;
}
.btn_enter .btn:hover{ background-color:#fff; color:#222; border-color:#e31e24;}
#ccr_section p {
	color: #fff;
	margin-top: 40px; text-transform:lowercase;
}
/* ccr_about
---------------------------------------------------------------------- */
#ccr_about {
	padding: 45px 0 0 0;
	display: inline-block;
	float: left;
	width: 100%;
}
#ccr_about h1 {/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bd0a01+0,ff0c00+100 */
	/* Old browsers */
	background: -webkit-linear-gradient(#ff0c00, #bd0a01);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 0px; text-align:center;
}
.navigation_bar {
	float: right;
	margin-top: 25px;
	padding-right: 100px;
}
.about_us {
	display: inline-block;
	width: 100%;
	float: left;
}
.about_back {
	display: inline-block;
	width: 100%;
	float: left;
	margin-top: 25px;
}
.navigation_bar .btn {
	position: relative;
	z-index: 9999;
}
.navigation_bar .dropdown-menu {
	min-width: 240px;
	margin: -30px 0 0 -87px;
	padding: 40px 0px 25px 0;
	background-color: #e4e4e4;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 0px;
}
.navs {
	background-color: #e31e24;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	height: 70px;
	width: 70px;
	text-align: center;
	border: 0px;
	font-size: 30px;
	color: #fff;
	text-align: center;
}
a.dropdown-item:focus, .dropdown-item:hover {
	background-color: transparent;
	color: #e22621!important;
	text-decoration: none;
	cursor: pointer;
}
.navs.focus, .navs:focus {
	box-shadow: none;
	outline: 0 none;
}
.navigation_bar .dropdown-item {
	line-height: 30px;
	font-size: 16px;
	color: #000;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}
.section {
	background-image: url(../images/about_content.jpg);
	float: left;
	padding: 50px 0;
	width: 100%;
	background-position: top center;
}
.section p {
	text-align: left;
}
.profile_box {
	background-color: #fff;
	border: 1px dashed #b7b7b7;
	padding: 20px 18px;
	display: inline-block;
	float: left;
	width: 100%;
	margin-right: 10px;
}
.padd_right {
	padding-right: 25px;
}
.profile_box_2 img {
	float: left;
	margin: 0 20px 10px 0;
}
.profile_box_2 {
	background-color: #fff;
	border: 1px dashed #b7b7b7;
	padding: 20px 18px;
	display: inline-block;
	float: left;
	width: 100%;
}

.contact_box .instagram a i{ background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  -webkit-background-clip: text;
          /* Also define standard property for compatibility */
          background-clip: text;
  -webkit-text-fill-color: transparent;
  
  font-size: 200px; /* change this to change the size*/}
/* our work
---------------------------------------------------------------------- */
#our_work {
	display: inline-block;
	float: left;
	padding: 50px 0;
	width: 100%;
	background-color: #222;
}
#our_work h2 {
	background: -webkit-linear-gradient(#fff, #999);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 0px; line-height:54px; text-align:center;
}
/* process bar
---------------------------------------------------------------------- */
#process {
	display: inline-block;
	float: left;
	width: 100%;
	padding: 50px 0;
}
#process h2 {/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bd0a01+0,ff0c00+100 */
	/* Old browsers */
	background: -webkit-linear-gradient(#ff0c00, #bd0a01);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 0px; text-align:center;
}
#process .jumbotron {
	margin-top: 20px;
	padding: 25px 20px;
}
/* experimental
---------------------------------------------------------------------- */
#experimental {
	display: inline-block;
	float: left;
	width: 100%;
	padding: 50px 0;
	background-color: #222; text-align:center;
}
#experimental h2 {/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bd0a01+0,ff0c00+100 */
	/* Old browsers */
	background: -webkit-linear-gradient(#fff, #999);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 0px;
}
#experimental .jumbotron {
	margin-top: 20px;
	padding: 25px 20px;
}
/* contact us
---------------------------------------------------------------------- */
#contact {
	display: inline-block;
	float: left;
	width: 100%;
	padding: 50px 0;
}
#contact h2 { color:#222;
	margin-bottom: 0px;
}
#contact .jumbotron {
	margin-top: 20px;
	padding: 25px 20px;
}
/* footer
---------------------------------------------------------------------- */
.footer {
	float: left;
	width: 100%;
	padding: 35px 0;
	background-color: #da251c;
}
.footer ul {
	list-style: none;
	padding: 0px;
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-bottom: 5px;
}
.footer ul li {
	display: inline-block;
}
.footer ul li a {
	color: #fff;
	font-size: 16px;
	text-transform: lowercase;
	font-weight: 700;
	padding: 0 12px;
}
.footer p {
	color: #fff;
	font-size: 13px;
	margin-top: 10px;
	text-align: center;
	margin-bottom: 0px; text-transform:lowercase;
}
/*back-to-top *****************/

.back-to-top {
	cursor: pointer;
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
	padding: 10px 16px !important;
	font-size: 18px !important;
	height: inherit !important;
	z-index: 999;
}
.back-to-top:focus, a:hover {
	color: #fff;
}
.back-to-top span {
	line-height: inherit;
	top: inherit;
}
.allowshow {
	height: 60px;
	position: fixed;
	top: 0px;
	display: none;
	z-index: 100;
	right: 140px;
}
.top_header {
	display: inline-block;
	float: left;
	width: 100%;
}
.top_header .container {
	position: relative;
}
.toTopLink {
	floaT: left;
	margin-left: 138px;
	displaY: block;
	width: 50px;
	height: 50px;
	background: #CCCCCC;
	position: relative;
	display: none;
	text-decoration: none;
}
.toTopLink:before {
	position: absolute;
	content: '';
	left: 50%;
	margin-left: -15px;
	margin-top: -15px;
	top: 50%;
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 30px solid #DDDDDD;
}
.toTopLink:after {
	position: absolute;
	content: 'Back to top';
	top: 100%;
	color: #BBB;
	font-style: italic;
	width: 200px;
	left: -20px;
	top: 60px;
	font-size: 18px;
}
.toTopLink span {
	display: none;
}

.contact_box{ display:inline-block; width:100%; margin-top:20px;}
.contact_box a{ font-weight:600;}
.contact_box a:hover{ color:#da251c;}
.contact_box p{ font-size:16px; line-height:26px;}


.map{  display:inline-block; width:100%; margin-top:20px; }
.modal-body p{ text-align:justify;}




/*--------------------------my new css for gallery section-----------------------*/
.ccr_structure{ display:inline-block; float:left; width:100%; padding:20px;}

.ccr_structure a{ padding:5px; border-radius:0px!important; overflow:hidden; display:inline-block; width:100%; background-color:#555;}
.nav-pills .nav-link.active, .show > .nav-pills .nav-link{background-color:#e31e24!important;}


.item_box img {
  max-width: 100%;
  
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.item_box{ display:inline-block; width:100%; overflow:hidden;}
.item_box:hover img {
  -moz-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.p_10{ padding:10px; display:flex;}

.ccr_structure .bottom_title{ color:#fff; font-size:15px; text-transform:lowercase;}
.img_box{ background-color:#555; padding:10px;}
.tab-content > .tab-pane{ padding:10px;}




.ccr_intro{ background-color:#eee; padding:15px; display:inline-block; width:100%; text-align:left; margin-top:30px;}

.ccr_intro p{ text-transform:lowercase;}



















 @media screen and (max-width:1170px) {
.container {
	max-width: 100%;
	padding: 0 15px;
	width: 100%;
}
.navigation_bar {
	padding-right: 0px;
}
}
 @media screen and (max-width:767px) {
.padd_right {
	padding-right: 15px;
}
.profile_box {
	margin-right: 0px;
	margin-bottom: 30px;
}
}
 @media screen and (max-width:600px) {
.footer ul li a {
	display: inline-block;
	padding: 5px 10px;
}
}
 @media screen and (max-width:480px) {
.allowshow {
	right: 20px;
}
}
 @media screen and (max-width:414px) {
.top_logo {
	width: 90%;
	height: auto;
}
}
