/*
 * 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: 'Lato', sans-serif;
	color: #333;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin: 0px;
	padding: 0px;
}
a, article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
	font-family: 'Lato', sans-serif;
	color: #333;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin: 0px;
	padding: 0px;
}

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;
}

h1 { font-family: 'Raleway', sans-serif; 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;}
h3 { font-size:24px; font-weight:600; color:#444; margin:0 0 15px 0; padding:0px;}


ul{
	list-style: none;
}
ol, ul {
    margin-bottom: 10px;
    margin-top: 0; padding:0 0 0 18px;
}
ul.universal li { padding:3px 0; margin:0px;}
ul.universal li::before { content:"\f111"; font-family:"Font Awesome 5 Free"; font-weight:900; padding:0 7px 0 0; color:#f5893a; font-size:8px; margin-left:-16px; float:left;}

.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;
}
.medium-color{
	color: #0192d9;
	}
.container {
	max-width: 1170px;
	width: 100%;
	margin: 0 auto;
}
.line-height{
	line-height:1.8em;}
.ccr_main_section { width:100%; margin:0px; padding:60px 0;}



/******* Top Header ************/
.top_header { margin:0px; padding:5px 0; text-align:center; background-color:#e7282d; color:#777777;}
.top_header_left {
    float: left;
    padding: 0px;
}
.top_header_phone { display:flex; flex-wrap: wrap;
}
.top_header_phone ul {
	list-style:none;
    padding: 0px;
    margin: 0px;
	display:flex; flex-wrap: wrap;
}
.top_header_phone li {
    font-size: 16px;
    padding: 0 12px;
	display:flex; flex-wrap: wrap; align-items: center;
}
.top_header_phone li:last-child { padding-right:0px;}

.top_header_phone li a {
    font-size: 16px;
    line-height: 36px;
	color:#fff;
}

.top_header_phone li a i {
    margin: 0 5px 0 0;
}


.top_header_right {
    float: right;
    padding: 0px;
}
.top_header_right a i{
	 color: #fff;
    margin: 0 5px 0 0;
	}
.btn-primary {
    color: #fff;
    background-color: #0143da;
    border-color: #0143da;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}
.btn-primary:hover{
	 background-color: #0143da;
    border-color: #0143da;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	-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;
}
	

/******* Header ************/
.header { margin:0px; padding:8px 0; background-color:#fff;}
.sticky {
    width: 100%;
}
.logo { float:left; padding:0px; margin:0px;}
.logo a { float:left; padding:0px; margin:0px;}

.header_right { float:right; padding: 24px 0;}

.top_menu {
    background: rgba(255, 255, 255, 0.5);
	-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;
	 border-bottom: 1px solid #ddd;
}

.darkHeader {
	position: fixed;
	top: 0;
	z-index: 1;
	transition: 0.8s;
	-webkit-transition: 0.8s; background-color:#fff; padding:8px 0;
	-webkit-box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.12);
	-moz-box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.12);
	box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.12);
}

.darkHeader .header_right { float:right; padding: 15px 0;}
.darkHeader .logo a img { height:70px; transition: 0.8s;}


.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;*/
}



.btn-dark {
    color: #fff;
    background-color: #0093d9;
    border-color: #0093d9;
}
.btn-dark:hover{
	background:#05a5f1;
	border-color:#05a5f1;
}

/******* Navigation menu ************/
.menu_bar { }
.navbar-expand-md .navbar-collapse {justify-content: center;}


/******* Slider banner ************/
.banner { padding:0px; margin:0px;}
.carousel-control-next-icon, .carousel-control-prev-icon { width:25px; height:25px;}
.carousel-caption { text-align:left; width:47%; left:10%; right:0; bottom:0; top:0; padding:0px; display:flex !important; flex-wrap: wrap; align-items: center; margin:auto 0;}
.carousel-caption h5 { font-size:42px; font-weight:800; text-transform:uppercase; margin:0 0 15px 0;}
.carousel-caption p { font-size:18px; font-weight:400; color:#fff; line-height:28px; margin:0 0 40px 0;}
.carousel-caption a { text-transform:uppercase; font-size:16px; font-weight:500; line-height:48px; padding:0 30px; margin:0px;}
.btn-success { background-color: #79b829; border-color: #79b829;}
.btn-secondary { background-color:#717171; border-color: #717171;}

.carousel-control-next, .carousel-control-prev { width:10%;}




/******* Welcome ************/
.welcome {}
.welcome h1.title { font-family: 'Raleway', sans-serif; font-size:36px; font-weight:800; color:#e7282d; text-transform:uppercase; margin:0 0 15px 0;}
.welcome h1.title span { color:#333;}

.welcome_box {}
.welcome_content { padding: 0px;}
.welcome_content h2 { font-size:26px; color:#0192d9;}

.welcome_content a { text-transform:uppercase; font-size:16px; font-weight:500; line-height:48px; padding:0 30px; margin:15px 0 0 0;}
.welcome_content a.btn-secondary:hover { background-color:#79b829; border-color: #79b829;}


.propr_bio {
	-webkit-box-shadow: 0px 6px 13px 2px rgba(0,0,0,0.11);
	-moz-box-shadow: 0px 6px 13px 2px rgba(0,0,0,0.11);
	box-shadow: 0px 6px 13px 2px rgba(0,0,0,0.11);
	padding:8px;
}
.propr_bio img { width:100%;}



/******* cta  ************/	
.cta{
	padding:80px 0px;
	background-image: url(../images/cta.jpg);
	 background-position: bottom center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    text-align: center;
	color:#fff;
}
.cta h3 { color:#fff;}	
.cta a {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    line-height: 48px;
    padding: 0 30px;
    margin: 15px 0 0 0;
}

/******* Service ************/

.service {
	background-color:#f5f5f5;
	    padding: 60px 0 30px 0px;
}
.service .title { font-family: 'Raleway', sans-serif; font-size:36px; font-weight:800; color:#e7282d; text-align:center; text-transform:uppercase; margin:0 0 30px 0; line-height: 1.2;}
.service .title span { color:#333;}
.service_box{
	margin:0px;
	}
.service_content{
	padding:0px;
	background-color:#fff;
	padding:25px;
	margin:0 0 25px 0;
	-webkit-box-shadow: 0px 6px 13px 2px rgba(0,0,0,0.11);
	-moz-box-shadow: 0px 6px 13px 2px rgba(0,0,0,0.11);
	box-shadow: 0px 6px 13px 2px rgba(0,0,0,0.11);
	}
.service_content h2{
	color:#0192d9; padding:0px;
	}
.service_content a{
	color:#0192d9 !important;
	font-weight:600;
	display:block;
}	
.service_content ul{
	 text-decoration: none;
    padding: 0px;
    margin: 0px;
	list-style-type: none;
	}	
.service_content ul li {
    font-size: 16px;
    list-style-type: none;
    line-height: 30px;
    color: #222121;
}
.service_content ul li:hover {
	margin-left:10px;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.service_box1{ margin:0 0 25px 0;
	}
.service_box1 img{
	width:100%;
}

/******* Choose ************/
.icon{
	padding: 60px 0; background-color:#f1f1f1;
}

.icon .title { font-family: 'Raleway', sans-serif; font-size:36px; font-weight:800; color:#e7282d; text-align:center; text-transform:uppercase; margin:0 0 30px 0; line-height: 1.2;}
.icon .title span { color:#333;}

.brand_logo {
    width: 92%;
    display: inline-block;
    margin: 0 auto;
}
	
/******* testimonial  ************/
	
.testimonials { width:100%; padding:40px 0 45px 0; background-image:url(../images/cta.jpg); background-position:bottom center; background-repeat:no-repeat; background-attachment:fixed; text-align:center; color:#ddd;}
.testimonials .title { font-family: 'Raleway', sans-serif; font-size:36px; font-weight:800; color:#e7282d; text-align:center; text-transform:uppercase; margin:0 0 20px 0; line-height: 1.2;}
.testimonials .title span { color:#fff;}

.testimonials .carousel { padding:0 0 30px 0;}
.testimonials .carousel-indicators { margin:0px; bottom:0;}
.testimonials .carousel-indicators li { cursor:pointer; background-color:#fff;}
.testimonials .carousel-indicators .active { background-color:#0192d9;}
.testimonials .carousel-item p { margin-bottom: 1.5rem;}
.test-name { color:#fff; font-size:18px; margin: 0 0 5px 0; font-weight:700;}
.comp-name { font-size:14px; color:#999;}
	
.blue {
    color: #0093d9;
}



/******* Gallery ************/	
.gallery {
	background-color:#f7f7f7;
}

.gallery h1.title { font-family: 'Raleway', sans-serif; font-size:36px; font-weight:800; color:#e7282d; text-align:center; text-transform:uppercase; margin:0 0 30px 0;}
.gallery h1.title span { color:#333;}

.gallery_box{
	}
.gallery_box img{
	width:100%;
}
.gallery_box h3{
	text-align:center;
	padding:20px 0 0 0;
	margin:0px;
}		
.gallery_box h3 a{
    color: #0093d9;
    text-transform: uppercase;
	font-size: 24px;
    font-weight: 600;
}	
/******* Footer ************/

.footer {
    background: #333;
    text-align: center;
	padding:30px 0 30px 0;
}
.footer ul {
    display: inline-block; width:100%; padding:0px;
    margin-bottom: 15px;
}
.footer li {
    display: inline-block;

}
.footer li a {
    color: #fff;
    padding: 0 20px;
    float: left;
    line-height: 30px;
}
.copyright { color:#ccc; font-size:14px;}
.copyright a { font-size:14px;}





/*inner page*/
.inner_page {}
.how_we_work {}
.how_we_work .title { font-family: 'Raleway', sans-serif; font-size:36px; font-weight:800; color:#e7282d; text-align:center; text-transform:uppercase; margin:0 0 30px 0; line-height: 1.2;}
.how_we_work .title span { color:#333;}
.accordion .card .card-header{ padding:0px;}
.accordion .card .card-header h2 a { display:inline-block; padding:10px 15px; width:100%; text-align:left; font-size:17px;}

.accordion .card .card-header h2 a.btn { background-color:#0192d9; color:#fff;}
.accordion .card .card-header h2 a.btn:after {
    font-family: "Font Awesome 5 Free";
    content: "\f068";
	float:right;
	font-weight: 900;
}
.accordion .card .card-header h2 a.btn.collapsed { background-color:#717171;}
.accordion .card .card-header h2 a.btn.collapsed:after {
	font-family: "Font Awesome 5 Free";
    content: "\f067";
	float:right;
	font-weight: 900;
}
/*lightbox*/
.gallery-lightbox {
}
ul.list_item {
    list-style: none;
    padding: 0px;
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
}
.list_item li {
    width: 25%;
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
}
.list_item li a {
    float: left;
    width: 100%;
    overflow: hidden;
}
.list_item li a img {
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease;
}
.list_item li a:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

/*form*/
.form-row {
	 font-size: 16px;
    font-weight: 600;
    color: #222;

}
.btn1{
	padding:12px 40px;}


ul.clients { margin:0px; padding:0px; display:flex; flex-wrap: wrap;}
ul.clients li { width:25%; padding:10px; display:flex; flex-wrap: wrap;}
ul.clients li .client_box { width:100%; display:flex; flex-wrap: wrap; align-items: center; border:solid 1px #ddd;}





/* 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) {

.carousel-caption { width:50%;}
.carousel-caption h5 { font-size:40px;}
.carousel-caption p { font-size:17px; line-height:24px; margin:0 0 25px 0;}


}

/* media screen and (max-width: 800px)
---------------------------------------------------------------------- */
@media screen and (max-width:800px) {
.btco-hover-menu .collapse ul ul { min-width: 250px;}
}



/* 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;}
.header_right { position:absolute; left:0; right:0;}
.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%;}

ul.clients li {width:33.3333%;}
.navbar-expand-md .navbar-collapse { margin:28px 0 0 0;}

}


/* media screen and (max-width: 640px)
---------------------------------------------------------------------- */
@media screen and (max-width:640px) {
.carousel-caption h5 {
    font-size: 29px;
}
.navbar-expand-md .navbar-collapse { margin:28px 0 0 0;}
}


/* media screen and (max-width: 550px)
---------------------------------------------------------------------- */
@media screen and (max-width:551px) {
.logo a img {
    height: 70px;
    transition: 0.8s;
}
.header_right { padding: 13px 0;}
.carousel-caption h5 {
    font-size: 25px; margin:0 0 10px 0;
}
.carousel-caption p { display:none;}
.carousel-caption a.btn { display:none;}

.ccr_main_section { padding:35px 0;}
.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%;}
.navbar-expand-md .navbar-collapse { margin:20px 0 0 0;}
}


/* media screen and (max-width: 500px)
---------------------------------------------------------------------- */
@media screen and (max-width:500px) {
.carousel-caption h5 {
    font-size: 22px;
}
ul.clients li {width:50%;}
.navbar-expand-md .navbar-collapse { margin:20px 0 0 0;}

}

/* media screen and (max-width: 480px)
---------------------------------------------------------------------- */
@media screen and (max-width:480px) {
.logo a img {
    height: 60px;
    transition: 0.8s;
}
.header_right {
    padding: 8px 0;
}
.top_header_phone li:nth-child(2) { display:none;}
.navbar-expand-md .navbar-collapse { margin:16px 0 0 0;}
}

/* media screen and (max-width: 414px)
---------------------------------------------------------------------- */
@media screen and (max-width:415px) {

.logo a img {
    height: 55px;
    transition: 0.8s;
}
.header_right {
    padding: 5px 0;
}
.carousel-caption h5 { margin:0 0 15px 0;}

.navbar-expand-md .navbar-collapse { margin:14px 0 0 0;}
}

/* media screen and (max-width: 375px)
---------------------------------------------------------------------- */
@media screen and (max-width:376px) {

.carousel-caption h5 { margin:0 0 15px 0;}
.top_header_phone li { padding:0 10px;}
.logo a img {
    height: 50px;
    transition: 0.8s;
}
.header_right {
    padding: 3px 0;
}
.navbar-expand-md .navbar-collapse { margin:11px 0 0 0;}
}

/* media screen and (max-width: 375px)
---------------------------------------------------------------------- */
@media screen and (max-width:361px) {

.carousel-caption h5 { margin:0 0 15px 0;}
.top_header_phone li { padding:0 5px;}
.logo a img {
    height: 48px;
    transition: 0.8s;
}
.header_right {
    padding: 2px 0;
}
.navbar-expand-md .navbar-collapse { margin:9px 0 0 0;}
}







