/* Add here all your css styles (customizations) */


/* Colors */

.header-fixed .header-v6.header-classic-white .navbar-nav .active > a,
.header-fixed .header-v6.header-classic-white .navbar-nav li > a:hover {
	color: #231f20;
}

.primary-color {
	color: #231f20;
}

.secondary-color {
	color: #330066;
}

.primary-bg-color {
	background-color: #231f20;
}

.secondary-bg-color {
	background-color: #330066;
}

.btn-custom {
	background: #231f20
}

.btn-custom:hover {
	background: #330066
}

.btn-custom:focus {
	background: #330066
}

.nav a:hover {
	color: #231f20;
}

a:hover {
 color: #231f20;
}

.btn-u {
	background: #231f20;
}

.btn-u:hover,
.btn-u:focus,
.btn-u:active,
.btn-u.active,
.open .dropdown-toggle.btn-u {
	background: #330066;
}

.headline h2,
.headline h3,
.headline h4 {
	border-bottom: 2px solid #231f20;
}

.service-block-v8 i {
  color: #231f20;
}

i.icon-custom {
	border: solid 1px #231f20;
	color: #231f20;
}

/* End Colors */


/* Collapse tel */

.cf-btn {
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #999;
    display: none;
    padding: 6px 9px;
	margin: 25px 15px 25px 0;
    position: relative;
    text-align: center;
}

@media (max-width: 991px) {
	.header-inner-right {
		display: none;
	}

	.cf-btn {
		display: inline-block;
	}
}

/* End Collapse tel */

.custom-margin {
	margin-top: 70px;
	margin-bottom: 70px;
}

.white-bg {
	background-color: #fff;
}

.promo-text-v1,
.promo-text-v2 {
	background: rgba(0, 153, 255, 0.9);
	color: #fff;
	float: right;
}

.promo-text-v1 {
	padding: 15px;
	border-bottom: none;
}

.promo-text-v2 {
	padding: 15px;
	display: inline-block;
}

.menu-icons-list li {
	font-family: 'Lato', sans-serif;
}

.nav li a {
	display: inline;
	position: relative;
	margin: 0 10px;
	transition: 300ms ease-out;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
}

.nav li a:after {
	left: 1px;
	z-index: 1;
	width: 0;
	height: 2px;
	content: " ";
	bottom: 5px;
	position: absolute;
	background: #231f20;
	transition: 300ms ease-out;
}

.nav li a:hover {
	/* color: orangered */
	/* transition: 300ms ease-in */
}

/* .nav li a:hover:after {
	width: 100%;
	transition: 300ms ease-in;
} */

.breadcrumbs h1 {
	color: #fff;
}

.main-bg {
	background-image: url("../img/bg.jpg");
	background-size: 100% auto;
	background-position: center center;
	background-repeat: no-repeat;
}

@media (max-width: 768px) {
.main-bg {
	background-size: auto 100%;
	}
}

.body-text {
	font-size: 18px;
	text-align: left;
	padding: 50px 100px;
	color: #fff;
	font-family: 'Lato', sans-serif;
}

.body-text p {
	color: #fff;
}

.p-text {
	color: #fff;
}

.p-text > p {
	color: #222;
}

.p-text > ul > li > p {
	color: #222;
}

.p-body-text {
	font-size: 18px;
	text-align: left;
	padding: 50px 100px;
	color: #fff;
	font-family: 'Lato', sans-serif;
}

.body-text h2 {
	color: #fff;
}

.body-text h2:after {
	background-color: #fff;
}

p {
	font-family: 'Lato', sans-serif;
	color: #fff;
}

.service-block-custom {
	margin-bottom: 20px;
	padding: 80px 30px;
	text-align: center;
}

.service-block-custom h2 {
	color: #555;
}

.call-action-v1-in {
	text-align: center;
}

.call-action-v1-in p {
	color: #fff;
}

.call-action-v1-in a {
	color: #fff;
}

.call-action-v3 {
	padding: 50px 0;
}

.call-action-v4 {
	padding: 50px 0;
}

.contact-custom label {
	margin: 10px 0;
}

.contact-custom p {
	margin: 10px 0;
}

.address-box h4 {
	color: #fff;
}

.address-box a {
	color: #fff !important;
	border-color: #fff !important;
}


/* Show/Hide Contact */

.call-action-v3 {
	display: none;
}


/* End Show/Hide Contact */

.address-box div span {
	color: #fff;
	font-family: "Lato", sans-serif;
}

.breadcrumbs {
	color: #fff
}

.sm-margin-bottom-30 {
	margin-bottom: 30px;
}

.breadcrumb-v2 {
	color: #555
}

.breadcrumb-v2 a {
	color: #330066
}

.breadcrumb-v2 span {
	color: #555
}

.first-img {
	background: url(../img/bg1.jpg) 100% 100%;
	background-size: cover;
	background-position: center;
}

.second-img {
	background: url(../img/bg2.jpg) 100% 100%;
	background-size: cover;
}

.col-container {
	display: table;
}

.col-1 {
	display: table-cell;
	vertical-align: top;
	float: none;
}

.col-2 {
	display: table-cell;
	vertical-align: top;
	float: none;
}

.navbar-brand {
	transition: all ease-in 300ms;
}

.fixed-img-size {
	height: 150px;
	overflow: hidden;
}
