/*
 * 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: 'Archivo', sans-serif;
	color: #111;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin: 0px;
	padding: 0px;
	background: #fff;
}
a, article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
	font-family: 'Archivo', sans-serif;
	color: #111111;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-family: 'Playball', cursive;
	font-size: 36px;
	font-weight: 800;
	color: #e7282d;
	text-transform: uppercase;
	margin: 0 0 15px 0;
	padding: 0px;
}
h1 span {
	color: #333;
}
h2 {
	font-size: 30px;
	font-weight: 600;
	color: #444;
	margin: 0 0 15px 0;
	padding: 0px;
	font-family: 'Playball', cursive;
}
h3 {
	font-size: 24px;
	font-weight: 600;
	color: #444;
	margin: 0 0 15px 0;
	padding: 0px;
	font-family: 'Playball', cursive;
}
h4 {
	font-size: 20px;
	font-weight: 600;
	color: #444;
	margin: 0 0 15px 0;
	padding: 0px;
	font-family: 'Playball', cursive;
}
a {
	outline: 0;
	color: #3f3d3d;
	-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;
}
button:focus {
	outline: none;
}
a:focus, a:hover, a:active {
	text-decoration: none;
	outline: 0;
	box-shadow: none !important;
}
a:hover {
	color: #0392d8;
	text-decoration: none;
}

.text-danger { color: #B33A00 !important;}

.ccr_main_section {
	width: 100%;
	padding: 0px; margin: 0px; background-color: #fff;
	/*max-width:1024px;
	margin:0 auto;	
	-webkit-box-shadow: 0px 0px 7px 2px rgba(0,0,0,0.16);
	-moz-box-shadow: 0px 0px 7px 2px rgba(0,0,0,0.16);
	box-shadow: 0px 0px 7px 2px rgba(0,0,0,0.16);
	background-color:#f0f9fb;*/
}
.container {
	max-width: 1170px;
	width: 100%;
}
.medium-color {
	color: #0192d9;
}

.line-height {
	line-height: 1.8em;
}

.bg-light { background-color: #eee !important;}

/******* Header ************/
.header {
	background: #0595ba;
}
.header .col-md-12 { display: flex; flex-wrap: wrap;}

.sticky {
	width: 100%;
}
.logo {
	float: left;
	padding: 0px;
	margin: 0px;
}
.logo a {
	float: left;
	padding: 0px;
	margin: 0px;
}

.header_right {
	float: right;
	padding: 0px;
	margin-left: auto!important;
}
.phone_no { color: #fff; font-size: 22px; font-weight: 500;}
.phone_no:hover { color: #fff;}
.phone_no i { margin: 0 5px 0 0;}




.back-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 54px;
	height: 54px;
	display: block;
	text-decoration: none;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	display: none;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 9999;
	font-size: 21px;
	padding: 11px 0;/* background-color:#79b829; border-color:#79b829;*/
}



/******* Navigation menu ************/
.main_menu{
	padding: 0px; width: 100%; border-top: solid 1px #4BB4D3; border-bottom: solid 1px #0D7BAD;
	background: #0D7BAD;
	background: -moz-linear-gradient(top, #0D7BAD 0%, #4BB4D3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0D7BAD), color-stop(100%, #4BB4D3));
	background: -webkit-linear-gradient(top, #0D7BAD 0%, #4BB4D3 100%);
	background: -o-linear-gradient(top, #0D7BAD 0%, #4BB4D3 100%);
	background: -ms-linear-gradient(top, #0D7BAD 0%, #4BB4D3 100%);
	background: linear-gradient(top, #0D7BAD 0%, #4BB4D3 100%);
 	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0D7BAD', endColorstr='#4BB4D3', GradientType=0);
}



/******* Slider banner ************/
.slider {
	padding:20px 0; background-color: #fdebeb;
}
.marque{
	padding:12px 0 10px 0; font-family: 'Playball', cursive; font-size: 20px;}

marquee a:link {
    color: blue;
    text-decoration: none;
    font-family: 'Playball', cursive;
    font-size: 20px;
}
marquee a {
    color: blue;
    text-decoration: none;
    font-family: 'Playball', cursive;
    font-size: 20px;
}
marquee a:visited {
    color: #386af9;
    text-decoration: none;
}
marquee a:hover {
    color: #f45212;
    text-decoration: none;
}

/******* Welcome ************/
.welcome{
	padding:0px 0 40px 0;
}
.welcome-box{
	    background: #7fd9ef;
    border: 4px solid #d6d0d0;
    padding: 10px 0px 10px 18px;
    margin-bottom: 30px;
    position: relative;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
	}
.welcome-box ul{
	padding:0px;
	list-style-type:none; display: inline-flex; margin: 0px;}
.cus-box{
	padding:12px 0;}

.welcome-box ul li{
	text-decoration: none;
    margin: 0px;
    border-right: 1px solid #fff;
    display: inline-block;
    float: left;
    padding: 0 17px;
 
    font-style: italic;
   
	}	
	.welcome-box ul li:last-child{
		 border-right: 0px solid #fff;
		}
.welcome-box ul li a{
	 font-family: 'Crimson Text', serif;
	 color: #386af9;
	line-height: 23px;
    font-size: 22px;
	  font-weight:600;
	}	
		
.welcome-box h2{
    color: #1b5794;
    font-size: 30px;
    font-family: 'Playball', cursive;
	margin-bottom:0px;
	}
.welcome-box h3{
      color: #1b5794;
    font-size: 22px;
    font-family: 'Playball', cursive;
    margin-bottom: 0px;
    line-height: 15px;
	}	
	
.welcome-image img{
	border: 2px solid #999999;
	}	
.welcome a{
	color: #386af9;
    text-decoration: none;
    cursor: pointer;
	font-weight: 600;

	}	
/******* footer ************/	
.footer{
	/*border: 2px solid #e5e5e5;*/
    background-color: #85dbf2;
	padding:10px 0;
	}
.footer-memu{ display: flex; flex-wrap: wrap; align-items: center;}
.footer-memu ul{
	padding:0px; margin: 0px;
	list-style-type:none;}	

.footer-memu ul li{
	text-decoration:none;
	margin:0px;
	border-right: 1px solid #7a7777;
	display:inline-block;
	float:left;
	padding:0 8px;
 	line-height: 10px;
	font-size:14px;
	color: #333333;
	
	}	
.footer-memu ul li a{
		font-family: 'Playball', cursive;
		padding: 0px;
   		 margin: 0px;
		 line-height: 16px;
	}	
.footer-memu ul li:last-child{
	border-right: 0px solid #7a7777;
	}	
.footer p{
	font-size: 12px;
    color: #333333;
    line-height: 13px;
    font-family: 'Playball', cursive;
	}	
.footer p a{
	font-size: 12px;
    color: #386af9;
	    line-height: 5px;
    text-decoration: underline;
    font-family: 'Playball', cursive;}
.footer p a:hover{
	    text-decoration: none;}		

.copy { display: flex; flex-wrap: wrap; align-items: center;}
.copy p { text-align: right; margin: 0px; padding: 0px; width: 100%;}
		
.featured1 {
    background: #7fd9ef;
    border: 4px solid #d6d6d6;
    padding: 10px 25px;
    margin-bottom: 0px;
    position: relative;
    border-radius: 5px;
    -moz-border-radius: 35px;
    -webkit-border-radius: 35px;
    -o-border-radius: 35px;
	/*max-width:320px;*/
}		
.featured1 h4 {
    font-family: 'Crimson Text', serif;
    line-height: 28px;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
	margin:0px;
}		
.about-text{ width: 100%;}

.about-text h3{
    font-family: 'Crimson Text', serif;
	font-size: 28px;
    color: #0595ba;
    font-weight: bold;
    padding-bottom: 8px;
    margin-bottom: 8px;
	border-bottom: 1px solid #d9d9d9;
	}	
.about-text h4{
	font-family: 'Buenard', serif;
    font-size: 24px;
    font-weight: bold;
	    color: #181515;
	}	
/*.about-text p{
	font-family: 'Buenard', serif;
    font-size: 17px;
    font-weight: normal;
	   color: #181515;
	}*/
p { text-align: justify;}

.about-text ul{ padding: 0 0 0 16px; text-align: justify;
	
	}
.about-text ul li{
	 padding: 4px 0;
}
.about-text .bg-info{
    background-color: #4cc9e8 !important;
    border-radius: 5px;
    padding: 10px 15px !important;
    line-height: 20px;
	}
.about-text span img{
	width: 9px;
    vertical-align: middle;
	}	
.about-text h5{
	font-size: 20px;
    font-family: 'Crimson Text', serif;
    color: #181515;
    font-weight: bold;
    padding-bottom: 0px;
    margin-bottom: 8px;
}	
	
label {
    display: inline-block;
    margin-bottom: .2rem; font-weight: 600;
}	
			
/* media screen and (max-width: 1170px)
---------------------------------------------------------------------- */
@media screen and (max-width:1170px) {
}


/* media screen and (max-width: 1024px)
---------------------------------------------------------------------- */
@media screen and (max-width:1024px) {
}


/* media screen and (max-width: 980px)
---------------------------------------------------------------------- */
@media screen and (max-width:980px) {
.header { padding: 10px 0;}
	
.carousel-caption {
	width: 50%;
}
.carousel-caption h5 {
	font-size: 40px;
}
.carousel-caption p {
	font-size: 17px;
	line-height: 24px;
	margin: 0 0 25px 0;
}
.header_right { display: flex; flex-wrap: wrap; align-items: center;}
.header_right img { display: none;}
}

/* media screen and (max-width: 800px)
---------------------------------------------------------------------- */
@media screen and (max-width:800px) {
.btco-hover-menu .collapse ul ul {
	min-width: 250px;
}
.logo { width: 75%;}
}



/* media screen and (max-width: 728px)
---------------------------------------------------------------------- */
@media screen and (max-width:728px) {
.scroll_down {
	display: none;
}
.carousel-caption {
	width: 80%;
	text-align: center;
}
.carousel-caption h5 {
	font-size: 32px;
}
.carousel-caption p {
	font-size: 16px;
}

.navbar-light .navbar-toggler {
	border: none;
	width: 100%;
	text-align: right;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 20px;
}
.btco-hover-menu a, .navbar > li > a {
}
.navbar-expand-md .navbar-collapse {
	padding: 15px 0;
	z-index: 999;
	background: #fff;
	margin: 21px 0 0 0;
	border-top: solid 1px #ccc;
}
.darkHeader .navbar-expand-md .navbar-collapse {
	margin: 19px 0 0 0;
}
.btco-hover-menu a, .navbar > li > a {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 16px;
	padding: 0 22px !important;
	line-height: 44px;
}
.btco-hover-menu .collapse ul ul.dropdown-menu {
	padding: 0px;
}
.list_item li {
	width: 33.3333%;
}
.stellarnav.mobile.right > ul {
    right: 0;
    z-index: 9;
}
.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul {
    position: relative;
	    width: 100%;
		    max-width: 100%;
}
.stellarnav.mobile > ul > li {
    display: block;
    float: none;
}
.stellarnav.mobile.dark ul {
    background: rgb(4, 88, 126);
}
.stellarnav.mobile.right .location-btn-mobile.third, .stellarnav.mobile.right .call-btn-mobile.third, .stellarnav.mobile.right .close-menu.third {
    text-align: center;
    display: none;
}
.stellarnav .dd-toggle {
   
    width: 38px;
    height: 38px;
 
}
.cus-img img{
	display:none;}
.welcome-image img{
	width:100%;
	margin-top:10px;
	    margin-bottom: 13px;}
.welcome-box h2 {
    font-size: 24px;

}		
.footer-memu ul li {

    padding: 0px 7px;

}

	.footer p {
    text-align: left;
    margin-top: 10px;
}
.footer p br{
	display:none;}
.cus-box {
    padding: 7px 0 44px 0 !important;
	
}
.welcome-box ul li a {

    line-height: 27px;
    font-size: 15px;
}
.welcome-box ul li {
    padding: 0 8px;
}
.about-text h4 {
    text-align: left;
}
.featured1 h4 {
    font-size: 18px;
    text-align: left;
}
.about-text img{
	width:100%;}	
	.about-text h4 {
 
    font-size: 23px;
	}
.welcome-box {

    padding: 10px;
}
.stellarnav.mobile > ul > li > a {
    padding: 7px;
}	
}


/* media screen and (max-width: 640px)
---------------------------------------------------------------------- */
@media screen and (max-width:640px) {
.logo { width: 75%;}
.phone_no { font-size: 18px;}	
	
.carousel-caption h5 {
	font-size: 29px;
}
.mobile_slide {
	width: auto !important;
	overflow: hidden;
	height: 300px;
}
}


/* media screen and (max-width: 550px)
---------------------------------------------------------------------- */
@media screen and (max-width:550px) {
.logo { width: 70%;}
	
.carousel-caption h5 {
	font-size: 28px;
	margin: 0 0 10px 0;
}
.carousel-caption p { /*display:none;*/
}
.carousel-caption a.btn {
	display: none;
}
.ccr_main_section {
	padding: 0px;
}
.top_header {
	padding: 5px 0;
}
.header {
	padding: 8px 0;
}
.banner {
	padding: 0px;
}
.welcome h1.title {
	margin: 0 0 15px 0;
}
.welcome_content {
	margin: 20px 0 0 0;
}
.service .title {
	margin: 0 0 20px 0;
}
.icon .title {
	margin: 0 0 20px 0;
}
.box {
	width: 50%;
}
.icon_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.icon_text {
	padding: 0px;
}
.gallery {
	padding-bottom: 0px;
}
.gallery h1.title {
	margin: 0 0 20px 0;
}
.gallery_box {
	margin: 0 0 30px 0;
}
.list_item li {
	width: 50%;
}
.know_more {
	text-align: center;
}
}


/* media screen and (max-width: 500px)
---------------------------------------------------------------------- */
@media screen and (max-width:500px) {
.carousel-caption h5 {
	font-size: 22px;
}
.logo {
    width: 100%;
}
.header_right { display: none;}
}

/* media screen and (max-width: 480px)
---------------------------------------------------------------------- */
@media screen and (max-width:480px) {
}

/* media screen and (max-width: 414px)
---------------------------------------------------------------------- */
@media screen and (max-width:414px) {
.carousel-caption h5 {
	margin: 0 0 15px 0;
}
}

/* media screen and (max-width: 375px)
---------------------------------------------------------------------- */
@media screen and (max-width:375px) {
.carousel-caption h5 {
	margin: 0 0 15px 0;
}
}
