@charset "UTF-8";
/* CSS Document */

.color-1 { color: #DC8f41!important;}
.color-2 { color: #FFFF6C!important;}
.color-3 { color: #563727!important;}
.color-4 { color: #2D2426!important;}
.color-5 { color: #F1D6B8!important;}
.color-dark { color: #262424!important;}
.color-white { color: #FFFFFF!important;}

.bkg-color-1 { background: #DC8f41!important;}
.bkg-color-2 { background: #FFFF6C!important;}
.bkg-color-3 { background: #563727!important;}
.bkg-color-4 { background: #2D2426!important;}
.bkg-color-5 { background: #F1D6B8!important;}
.bkg-color-dark { background: #262424!important;}
.bkg-color-white { background: #FFFFFF!important;	}


#main-header .navigation-clean {	 
	 background-color: #425363!important;
    padding-top: 5px;
    padding-bottom: 5px;
    /* margin-bottom: 20px; */
    color: #333;
    border-radius: 0;
    box-shadow: none!important;
    border: none;
    /* background-image: url(../img/bg-mainheader.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-bottom: 0 solid #FFF!important;
}

.footer-dark {
    padding: 0 0;
    color: #FFF;
    background-color: #002E42;
}

a {
    color: #002E42;
    text-decoration: none;
    font-weight: bold;
}

.bg-style {
    background: #535353;
    background-repeat: repeat;
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0rem;
    border-bottom-left-radius: 0rem;
}

.hp-lead {
    font-weight: normal;
    color: #000;
    padding-top: 10px;
    margin-bottom: 20px;	 border: 1px solid #0081C9;
    background: #ffffff;
    box-shadow: 0 0 0 rgba(0,0,0,0);
    border-radius: 0;
    /* border: 2px solid #CEDCC6; */
}

.carousel {
    box-shadow: 0 0 0  rgba(0,0,0,0);
}

.header-hp-bkg {background-image: url("assets/img/header-bkg.png")!important; background-size: cover;}

.logo-bar {
    padding: 0 0;
    font-size: 18px;
    line-height: 1;
}

.btn-primary {
    color: #fff;
    background-color: #0081C9;
    border-color: #0081C9;
    box-shadow: 0 0 0 rgba(0,0,0,0);
}

.bg-info {
    background-color: #0081C9!important;
    color: #ffffff;
}

ul.checklist2 li:before {
    content: '\f138';
    font-family: 'FontAwesome';
    float: left;
    margin-left: -1.5em;
    color: #0081C9;
}

ul.caretright li:before {
    content: '\f0da';
    font-family: 'FontAwesome';
    float: left;
    margin-left: -1.2em;
    color: #425363;
}

ul.checklist li:before {
    content: '\f14a';
    font-family: 'FontAwesome';
    float: left;
    margin-left: -1.5em;
    color: #425363;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0.5rem;
    background: #535353;
}

.badge {
    background-color: #0081C9;
    border-radius: 20px;
    color: #fff;
    display: inline-block;
    font-size: 32px;
    font-weight: 700;
    line-height: 1em;
    min-width: 10px;
    margin-right: 10px;
    padding: 1px 12px 8px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.alert-primary {
    color: #ffffff;
    background-color: #0081C9;
    border-color: #0081C9;
}

.btn-primary:hover {
	color: #fff;	background-color: #E7202C;
	border-color: #E7202C;
	box-shadow: 0 0 0 rgba(0,0,0,0);

}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.5rem;
    background: #D8D8D8;
}

h4.card-title:before {
    font-family: 'FontAwesome';
    content: '\f138';
    float: left;
    color: #0081C9;
    margin-right: 5px;
}

.img-responsive {display:block; width:100%; height:auto;}

.navbar-light .navbar-toggler-icon {
    color: rgba(0,0,0,0.7) !important;
    background-image: url(../img/toggler-icon.png);
}

/* 202105 */
.navigation-clean.navbar .navbar-nav > li > a {
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: 'Helvetica', sans-serif;
    font-weight: 800;
	 font-size:15px;
}

.cf-homepage {
    background-color: rgba(255,255,255,0.1);
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url(../img/bg-cf-homepage.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: overlay;
    background-position: top right;
    box-shadow: inset 0 0 0 rgb(0 0 0);
}

.font-nunito,h1, h2 {	font-family: 'Nunito Sans', sans-serif; }
.font-helvetica,h3, h4, h5, h6, p, .custom-header1 {	font-family: 'Helvetica Neue', Helvetica, Arial, 'sans-serif'; }

h3 {font-weight: 800;}
h4 {font-weight: 600;}
h5 {font-weight: 400;}
h6, p {font-weight: 300;}
.txtjust {text-align: justify!important;} 
.custom-header1 {font-size:25px; padding-top:10px;}
.padt25 { margin-bottom:25px;}

.serviceboxhp {
    background: #ffffff none repeat scroll 0 0;
    border: 2px solid rgba(0, 0, 0, 0);
    box-shadow: 0 5px 10px 0 rgb(0 0 0 / 20%);
    transition: all 0.3s ease 0s;
    border-radius: 4px;
    position: relative;
    z-index: 1;
	 padding:10px;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 5px 10px;
    margin-bottom: -1px;
    background-color: #fff;
    border: none;
}
.myButton {
	box-shadow: -3px 4px 0px 0px #949494;
	background:linear-gradient(to bottom, #dc8e41 5%, #dba841 100%);
	background-color:#dc8e41;
	border-radius:18px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Verdana;
	font-size:17px;
	font-weight:bold;
	padding:7px 25px;
	text-decoration:none;
}
.myButton:hover {
	background:linear-gradient(to bottom, #dba841 5%, #dc8e41 100%);
	background-color:#dba841;
}
.myButton:active {
	position:relative;
	top:1px;
}


/*DESKTOP*/
@media only screen 
  and (min-device-width: 992px){
	.displayonlyonmobile {
		display:none!important;
	}
	.displayonlyondesktop {
	}
}

/*MOBILE*/
@media only screen 
  and (max-device-width: 991px){
	.displayonlyonmobile {
	}
	.displayonlyondesktop {
		display:none!important;
	}
}
 
	
	
/* COLOR 1 #DC8f41 - ORANGE */
.bg-info {
    background-color: #DC8f41!important;
}
.text-muted {
    color: #DC8f41!important;
}

/* COLOR 2 #FFFF6C - YELLOW */

/* COLOR 3 #563727 - BROWN */
h1, h3,.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover { color: #563727!important; }

.badge {
    background-color: #563727;
}
	
	
/* COLOR 4 #2D2426 - DARK GREY/BLACK */
h2,h4 { color: #2D2426!important; }

/* COLOR 5 #F1D6B8 - LIGHT GREY*/

/* COLOR DARK #262424 - DARK GREY*/
h5, h6 { color: #262424!important; }

/* COLOR WHITE */
.carousel-caption h3 { color:#FFFFFF!important;}


/* CUSTOMIZATIONS */
.btn-primary, .alert-primary {
    color: #2D2426!important;
    background-color: #FFFF6C!important;
    border-color: #DC8F41!important;
	box-shadow: 0 0 0 rgb(0 0 0 / 0%);
	font-weight: bold;
}

