html {
    overflow-x: hidden;
}

body {
    font-family: Calibri , arial , san-serif;
    overflow-x: hidden;
    background-repeat: no-repeat;
    background-size: cover;
	color: #ffffff;
	background: #231F20;
}

h1,
h2,
h3,
h4 {
    font-family: Calibri , arial , san-serif;
    margin: 0;
}

p {
    font-family: Calibri , arial , san-serif;
    margin-bottom: 0;
    line-height: 1.6;
    color: #33322e;
    font-size: 15px;
}

ul {
    padding-left: 0;
    margin: 0px;
}

.btn.btn--blue {
    font-family: Calibri , arial , san-serif;
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    background: #21386c;
    border-radius: 0px;
    padding: 6px 20px;
    min-width: 177px;
    border-color: #21386c;
}

.btn.btn--blue:hover,
.btn.btn--blue:focus,
.btn.btn--blue:active,
.btn.btn--blue:focus:active {
    color: #fff;
    box-shadow: none;
    outline: 0px;
    background: #21386c;
    border-color: #21386c;
    opacity: .9;
}

.btn-primary.btn--black {
    font-family: Calibri , arial , san-serif;
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    background: #231F20;
    border-radius: 0px;
    padding: 6px 20px;
    border-color: #231F20;
}

.btn.btn--black:hover,
.btn.btn--black:focus,
.btn.btn--black:active,
.btn.btn--black:focus:active {
    color: #fff;
    box-shadow: none;
    outline: 0px;
    background: #231F20;
    border-color: #231F20;
    opacity: .8;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}

header {
    padding: 31px 0px;
}

.bg-light {
    background-color: transparent !important;
}

.navbar-light .navbar-nav .nav-link {
    font-family: Calibri , arial , san-serif;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    font-size: 15px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: #fff;
    opacity: .9;
}

.nav-item.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-toggle::after {
    display: none;
}

.img-responsive{
	display: block;
    max-width: 100%;
    height: auto;
}



.hero-text {
    background: #f3f3f3;
    padding: 25px 30px;
    width: 100%;
    max-width: 935px;
    margin-left: auto;
    margin-top: -95px;
    position: relative;
}

.hero-text h1 {
    color: #33322e;
    font-weight: 400;
    margin-bottom: 35px;
    font-size: 20px;
}

.content-page h1{
    color: #33322e;
    font-weight: 400;
    margin-bottom: 35px;
    font-size: 20px;
}


.hero-text .row-content p {
    column-count: 2;
    font-size: 15px;
    color: #33322e;
    text-align: justify;
    column-gap: 30px;
}

.home-content p{
    text-align: left;
}

.hero-img img {
    width: 100%;
    -webkit-box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.59);
    -moz-box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.59);
    box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.59);
}

.sec-pad {
    padding-top: 50px;
    padding-bottom: 85px;
    background: #3c3c3b;
}
.latest-news.sec-pad{
    background: #231F20;
}

.sec-title {
    text-transform: uppercase;
    color: #fff;
    padding-left: 55px;
    margin-bottom: 60px;
    font-weight: 400;
    position: relative;
    font-size: 24px;
}

.sec-title.type-1:before {
    content: "";
    height: 3px;
    width: 500%;
    position: absolute;
    right: 97%;
    top: 50%;
    margin-top: -1.5px;
    background: #d5d5d5;
}

.sec-title.type-2 {
    padding-left: 52px;
    padding-right: 0px;
}

.sec-title.type-2:before {
    content: "";
    height: 3px;
    width: 500%;
    position: absolute;
    right: 97%;
    top: 50%;
    margin-top: -1.5px;
    background: #d5d5d5;
}

.activity-item {
    position: relative;
}

.img-bk {
    position: absolute;
    top: -20px;
    left: 0px;
    width: 100%;
    height: 100%;
    max-width: 85%;
}

.img-bk.new-bk{
    position: absolute;
    top: -20px;
    left: 0px;
    width: 100%;
    height: 100%;
    max-width: 95%;
    z-index: 1;
}

.img-bk img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-bk:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 85%;
    background-image: linear-gradient(0deg, #636366 2.94%, #231F20 2.94%, #231F20 50%, #636366 50%, #636366 52.94%, #636366 52.94%, #636366 100%);
    background-size: 34.00px 34.00px;
    background-image: linear-gradient(0deg, #636366 2.94%, #231F2000 2.94%, #231F2000 50%, #636366 50%, #636366 52.94%, #231F2000 52.94%, #231F2000 100%);
    background-size: 34.00px 34.00px;
    z-index: 9;
}

.img-bk-new{
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 85%;
    background-image: linear-gradient(0deg, #636366 2.94%, #231F20 2.94%, #231F20 50%, #636366 50%, #636366 52.94%, #636366 52.94%, #636366 100%);
    background-size: 34.00px 34.00px;
    background-image: linear-gradient(0deg, #636366 2.94%, #231F2000 2.94%, #231F2000 50%, #636366 50%, #636366 52.94%, #231F2000 52.94%, #231F2000 100%);
    background-size: 34.00px 34.00px;
    z-index: 9;
}

.act-inner {
    position: relative;
    z-index: 99;
    padding: 12px;
    padding-right: 0px;
}

.act-inner h2 {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #fff;
}

.act-inner .text-right a {
    font-family: 'Roboto', sans-serif;
    font-size: 9.5px;
    font-weight: 500;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    /* padding-top: 6px; */
    /* margin-top: 4px; */
    position: relative;
    top: 3px;
}

.act-inner .text-right {
    max-width: 85%;
}

.act-inner img {
    display: block;
    width: 100%;
    max-width: 85%;
    margin-left: auto;
    margin-top: 20px;
}

.news-inner {
    background: #3c3c3b;
    -webkit-box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.59);
    -moz-box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.59);
    box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.59);
    padding: 50px 30px 35px 30px;
}
.news-inner.bg-color-1{
    background: #3c3c3b;
}
.news-inner.bg-color-2{
    background: rgba(100,100,100,1);
}
.news-inner.bg-color-3{
    background: rgba(150,150,150,1);
}
.news-inner p{
    color: #ffffff;
}
.btn--transparent{
    background: rgba(0,0,0,0);
    border: 2px solid #ffffff;
    border-radius: 0;
}

a.link.color-white{
    color: #ffffff;
}

.news-thumb-center{
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.news-thumb.type-1 {
    margin-top: -135px;
    margin-left: -190px;
}

.news-thumb.type-6 {
    margin-left: -190px;
}

.news-thumb.type-2 {
    margin-top: -135px;
    margin-right: -190px;
}

.news-thumb.type-7 {
    margin-right: -190px;
}

.news-thumb img {
    max-width: 100%;
}

.news-item h2 {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 14px;
    padding-left: 10px;
}

.news-item h2 span {
    display: block;
    font-size: 14px;
    font-weight: 400;
}

.news-content {
    padding-left: 10px;
}

.news-content p {
    text-align: justify;
    margin-bottom: 40px;
}

.news-item {
    position: relative;
    padding-top: 35px;
    padding-bottom: 35px;
}

.news-btns {
    display: -ms-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.paginations-bar{
	text-align:center;
}

.pagination{
	display:block;
}

.pagination li.page-item{
	display:inline-block;
}

.page-link.active {
    z-index: 2;
    color: grey;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.page-link:focus{
    box-shadow: 0 0 0 0.2rem rgb(178 178 178 / 25%);
}

a.link {
    font-family: Calibri , arial , san-serif;
    font-weight: 400;
    font-size: 15px;
    text-decoration: none;
    color: #21386c;
}

a.link:hover {
    opacity: .9;
}

.news-item.type-2 h2 {
    padding-left: 35px;
}

.news-item.pad-fix {
    padding-top: 30px;
}

.grid-sizer,
.grid-item {
    width: 50%;
}

.filters-button-group{
	display: block;
	border-radius: .25rem;
	list-style: none;
	text-align:center;
    display: flex;
    justify-content: center;
}

.filters-button-group .filter-item{
	display: inline-block;
 	margin:2px 6.5px;
// 	margin-bottom: 10px;
}

.filter-item button{
	transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
	border-radius: .25rem;
}

.gutter-sizer {
    width: 1.5%;
}

.pro-inner {
    position: relative;
    z-index: 100;
}

a.project-item {
    display: block;
    text-decoration: none;
    position: relative;
}
.grid-item-text{
    background: #464748;
    padding: 6px;
    font-size: 17px;
    z-index: 9999999;
    position: relative;
    bottom: -6px;
}

.grid-item-text:hover{
    color: #ffffff ;
}

a.project-item:hover{
    color: #ffffff ;
}

.project-item.type-1 .img-bk {
    width: 100%;
    z-index: 9;
    left: 20px;
}

.type-1 .pro-inner {
    padding-left: 42px;
    display: block;
    padding-top: 35px;
}

img.pro-img {
    max-width: 100%;
}

.type-1 img.pro-img {
    margin-bottom: -34px;
}

.project-item h2 {
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    position: relative;
    padding-top: 14px;
    padding-bottom: 14px;

}

.project-item h2.type-1 {
    padding-left: 10px;
    width: 40%;
    margin-left: auto;
}

.project-item h2.type-1:before {
    content: "";
    height: 2px;
    width: 80px;
    background: #fff;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    right: 100%;
}

.pad-100 {
    padding-top: 100px;
}

.pro-inner {
    display: block;
}

.type-2 .pro-inner {
    padding-right: 60px;
    text-align: right;
}

.type-2 .img-bk {
    left: auto;
    right: 0px;
    z-index: 9;
}

.type-2 img.pro-img {
    margin-left: auto;
    margin-bottom: -45px;
}

a.project-item.type-2 {
    margin-bottom: 45px;
}

.project-item h2.type-2 {
    padding-right: 27px;
    width: 40%;
    margin-right: auto;
    text-align: right;
    margin-left: -38px;
}

.project-item h2.type-2:before {
    content: "";
    height: 2px;
    width: 80px;
    background: #fff;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 94%;
}

.type-2 .img-bk {
    max-width: 66%;
}

.pad-50 {
    padding-top: 50px;
}

.type-2.type-3 .img-bk {
    max-width: 52%;
    height: 77%;
}

.project-item h2.type-2.type-3 {
    width: 48%;
}

.pad-180 {
    padding-top: 180px;
}

a.project-item.type-1 {
    margin-bottom: 34px;
}

a.project-item.type-1.type-4 {
    margin-left: 20px;
}

.recent-projects {
//     padding-bottom: 110px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    background: #231F20;
    box-shadow: 0px 0px 10px #231F20;
    border-radius: 0px;
    padding: 5px 5px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu a {
    display: block;
    color: #d6d6d6;
    padding: 6px 3px;
    border-bottom: 1px solid #474747;
    text-transform: uppercase;
}

.navbar-expand-lg .navbar-nav .dropdown-menu a:last-child {
    border-bottom: none;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: transparent;
    color: #fff !important;
}

a.dropdown-toggle2.lg-hidden{
	display:none;
}

@media (max-width: 991px) {
	.lg-hidden {
		display: none;
	}
	li.nav-item.dropdown {
		display: -ms-flex;
		display: flex;
		justify-content: center;
		align-items: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.nav-item.dropdown:hover .dropdown-menu {
		width: 100%;
	}
	a.dropdown-toggle2.lg-hidden {
		display: inline-block;
		padding: 2px 8px;
		border-radius: 4px;
	}
	a.dropdown-toggle2.lg-hidden.in i{
		transform: rotate(180deg);
		display: inline-block;
	}
	.nav-item.dropdown:hover .dropdown-menu {
		display: none;
	}
}

footer {
    border-top: 2px solid #000000;
    background: #000000;
    padding-top: 70px;
}

.footer-item {
    margin-bottom: 45px;
}

.footer-item h3 {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 30px;
}

.footer-item p {
    color: #fff;
    font-family: Calibri , arial , san-serif;
    margin-bottom: 20px;
}

.footer-item .phone-no span i {
    margin-right: 15px;
}

.footer-item .phone-no span {
    color: #fff;
}

.footer-item .phone-no span a {
    text-decoration: none;
    color: #fff;
}

.footer-item ul {
    list-style-type: none;
}

.footer-item ul li {
    font-family: Calibri , arial , san-serif;
    font-size: 15px;
    text-align: left;
    margin-bottom: 15px;
    position: relative;
    color: #fff;
    padding-left: 25px;
}

.footer-item ul li:before {
    content: url(../images/chevron.png);
    position: absolute;
    top: 2px;
    left: 0px;
}

footer .form-wrap {
    display: -ms-flex;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin-bottom: 35px;
}

footer .form-wrap .form-group {
    margin-bottom: 5px;
}

footer .form-wrap .form-group:last-child {
    margin-bottom: 0px;
}

.inputs {
    width: 100%;
    margin-right: 5px;
}

footer .form-wrap .form-group .form-control {
    border-radius: 0px;
    background: #18294f;
    border-color: #231F20;
    color: #f1f1f1;
    font-family: Calibri , arial , san-serif;
    font-size: 15px;
}

footer .form-control::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
}

footer .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
    opacity: 1;
}

footer .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
    opacity: 1;
}

footer .form-control:-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}
.footer-brand{
    display: flex;
    justify-content: space-between;
}
.footer-brand img {
    display: inline-block;
//     margin-right: 10%;
    max-width: 100%;
//     width: 200px;
}

.footer-brand img:last-child {
    margin-right: 0px;
// 	padding-bottom: 18px;
//     padding-left: 16px;
}

.footer-bottom {
    background: #3c3c3b;
    padding: 15px 0px;
}

.footer-bottom span,
.footer-bottom a {
    text-decoration: none;
    color: #fff;
    font-family: Calibri , arial , san-serif;
    font-size: 15px;
    color: #a5a5a5;
    font-weight: 300;
}

.footer-bottom a:hover {
    color: #fff;
}

.form-control:focus {
    box-shadow: none;
}









@media only screen and (min-width: 991px) {
    .navbar-expand-lg .navbar-collapse {
        padding-left: 75px;
        position: relative;
        bottom: -11px;
    }
    .navbar-light .navbar-nav .nav-link:before {
        content: "|";
        position: absolute;
        color: #fff;
        top: 33%;
        right: -6px;
        margin-top: -11px;
        font-size: 20px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 10px;
        padding-left: 10px;
    }
    .navbar-light .navbar-nav .nav-item:last-child .nav-link:before {
        display: none;
    }
    .dropdown-menu {
        top: 93%;
    }
}
.banner{
		min-width: 0px!important;
}
.hero-text {
	margin-top: -95px!important;
	margin: auto;
}

.row-content iframe{
    width: 100% !important;
}

@media only screen and (max-width: 1200px) {

    .filters-button-group{
    display: block;
    }
    .hero-img img {
        min-width: 0px;
    }
    .hero-text {
        margin-right: auto;
        max-width: 95%;
    }
    .navbar-expand-lg .navbar-collapse {
        padding-left: 0px;
    }
    .navbar-light .navbar-nav .nav-link {
        font-size: 14px;
    }
    .navbar-light .navbar-nav .nav-link:before {
        margin-top: -9px;
    }
    a.navbar-brand img {
        max-width: 180px;
    }
    .news-thumb img {
        
        object-fit: cover;
    }
    .news-thumb.type-1 {
        margin-left: -46px;
    }
    .news-thumb.type-2 {
        margin-right: -49px;
    }
    .project-item h2.type-2 {
        margin-left: -17px;
    }
    .type-2 .img-bk {
        max-width: 54%;
    }
    .project-item h2.type-2 {
        width: 47%;
    }
    .footer-item .phone-no span {
        font-size: 14px;
    }
    .footer-item ul li {
        font-size: 13px;
    }
    .footer-brand img {
        margin-right: 4%;
    }
	
}

@media only screen and (max-width: 991px) {
    .hero-text {
        margin-top: -36px;
    }
    .activity-item {
        margin-bottom: 35px;
    }
    .sec-pad {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .navbar-light .navbar-toggler-icon {
        background-image: none;
    }
    .navbar-light .navbar-toggler {
        border-color: transparent;
    }
    .navbar-light .navbar-toggler:focus {
        outline: 0px;
        box-shadow: none;
    }
    .navbar-light .navbar-toggler-icon {
        background-image: none;
        color: #fff;
        font-size: 22px;
        margin-top: 12px;
    }
    header {
        padding: 10px 0px;
    }
    .navbar-expand-lg .navbar-collapse {
        padding-left: 0px;
        position: absolute;
        top: 100%;
        left: 0px;
        z-index: 9999;
        background: rgba(0, 0, 0, 0.95);
        width: 100%;
        padding: 15px 0px;
        text-align: center;
    }
    .navbar-light .navbar-nav .nav-link {
        font-size: 15px;
        display: block;
        border-bottom: 1px solid rgba(241, 241, 241, 0.08);
        padding: 15px 15px;
    }
    .navbar-light .navbar-nav .nav-item:last-child .nav-link {
        border-bottom: none;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu a {
        text-align: center;
        font-size: 15px;
    }

}

@media only screen and (max-width: 767px) {
    .news-thumb.type-1 {
        margin-left: 0px;
        margin-bottom: 20px;
        margin-top: -87px;
    }
    .news-item h2 {
        padding-left: 0px;
        margin-bottom: 50px;
    }
    .news-thumb.type-2 {
        margin-right: 0px;
        margin-top: -86px;
        margin-bottom: 20px;
    }
    .news-item.type-2 h2 {
        padding-left: 0px;
    }
    .grid-sizer,
    .grid-item {
        width: 100%;
    }
    .pad-100,
    .pad-180 {
        padding-top: 50px;
    }
    .footer-bottom span,
    .footer-bottom a {
        font-size: 12px;
    }
    .hero-text h1 {
        font-size: 22px;
    }
    .hero-text p {
        font-size: 14px;
        column-count: 1;
    }
        .type-2 .news-inner .row {
        flex-direction: column-reverse;
    }
}


@media only screen and (max-width: 480px) {
	
	
    .hero-img img {
        height: 200px;
        object-fit: cover;
    }

    .hero-text p {
        font-size: 13px;
    }
    .sec-title {
        font-size: 19px;
    }
    .sec-title.type-1:before {
        right: 87%;
    }
    .latest-news.sec-pad {
        padding-top: 0px;
    }
    .latest-news .sec-title {
        margin-bottom: 15px;
    }
    .news-thumb img {
        height: auto;
    }
    .news-inner {
        padding-left: 20px;
        padding-right: 20px;
    }
    .btn.btn--blue {
        min-width: 0px;
    }
    .news-item {
        position: relative;
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .project-item h2.type-2 {
        margin-left: -10px;
    }
    .project-item h2 {
        font-size: 13px;
    }
    footer .form-wrap {
        flex-direction: column;
    }
    footer .form-wrap .form-group:last-child {
        margin-bottom: 5px;
    }
    .footer-brand img {
//         margin-right: 2%;
//         width: 20%;
//         margin-left: 2%;
    }
    .recent-projects {
//         padding-bottom: 60px;
    }
	.contact_table{
		width: 0px!important;
	}
}

/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/

* {
	margin: 0px; 
	padding: 0px; 
	box-sizing: border-box;
}



/*---------------------------------------------*/
a {
	
	font-size: 14px;
	line-height: 1.7;
	color: #cacaca;
	margin: 0px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

a:focus {
	outline: none !important;
}

a:hover {
	text-decoration: none;
}

/*---------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	margin: 0px;
}

p {
	
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
}

ul, li {
	margin: 0px;
	list-style-type: none;
}

.news-item-overview ul,
.news-item-overview li{
    list-style-type: initial;
    margin: 8px;
}


/*---------------------------------------------*/
input {
	outline: none;
	border: none;
}

textarea {
  outline: none;
  border: none;
}

textarea:focus, input:focus {
  border-color: transparent !important;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }

textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; }
textarea:focus::-moz-placeholder { color:transparent; }
textarea:focus:-ms-input-placeholder { color:transparent; }

input::-webkit-input-placeholder { color: #adadad;}
input:-moz-placeholder { color: #adadad;}
input::-moz-placeholder { color: #adadad;}
input:-ms-input-placeholder { color: #adadad;}

textarea::-webkit-input-placeholder { color: #adadad;}
textarea:-moz-placeholder { color: #adadad;}
textarea::-moz-placeholder { color: #adadad;}
textarea:-ms-input-placeholder { color: #adadad;}

/*---------------------------------------------*/
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}

/*//////////////////////////////////////////////////////////////////
[ utility ]*/

/*==================================================================
[ Text ]*/
.txt1 {
  
  font-size: 18px;
  line-height: 1.2;
  color: #fff;
}

.txt2 {
  
  font-size: 15px;
  line-height: 1.6;
  color: #999999;
}

.txt3 {
  
  font-size: 15px;
  line-height: 1.6;
  color: #00ad5f;
}

/*==================================================================
[ Size ]*/
.size1 {
  width: 355px;
  max-width: 100%;
}

.size2 {
  width: calc(100% - 43px);
}


/*//////////////////////////////////////////////////////////////////
[ Contact ]*/

.container-contact100 {
  width: 100%;  
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background: #f2f2f2;
  
}

.wrap-contact100 {
  
  background: #fff;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  flex-direction: row-reverse;

}

/*==================================================================
[ Contact more ]*/
.contact100-more {
  width: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  padding: 30px 15px 0px 15px;
}

.contact100-more::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.8);
}



/*==================================================================
[ Form ]*/

.contact100-form {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  padding: 56px 55px 63px 55px;
}

.contact100-form-title {
  width: 100%;
  display: block;
  
  font-size: 30px;
  color: #333333;
  line-height: 1.2;
  text-align: center;
  padding-bottom: 33px;
}



/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
  width: 100%;
  position: relative;
  border: 1px solid #e6e6e6;
}

.rs1-wrap-input100,
.rs2-wrap-input100 {
  width: 50%;
}

.rs2-wrap-input100 {
  border-left: none;
}

.label-input100 {
  
  font-size: 12px;
  color: #555555;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 1px;
  
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 55px;
  border: 1px solid #e6e6e6;
  border-bottom: none; 
  padding: 10px 25px;
  margin-top: 15px;
  margin-bottom: 0;
}

.input100 {
  display: block;
  width: 100%;
  background: transparent;
  
  font-size: 18px;
  color: #666666;
  line-height: 1.2;
  padding: 0 25px;
}

input.input100 {
  height: 55px;
}


textarea.input100 {
  min-height: 139px;
  padding-top: 19px;
  padding-bottom: 15px;
}

/*---------------------------------------------*/

.focus-input100 {
  position: absolute;
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: -1px;
  left: -1px;
  pointer-events: none;
  border: 1px solid #212529;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  -webkit-transform: scaleX(1.1) scaleY(1.3);
  -moz-transform: scaleX(1.1) scaleY(1.3);
  -ms-transform: scaleX(1.1) scaleY(1.3);
  -o-transform: scaleX(1.1) scaleY(1.3);
  transform: scaleX(1.1) scaleY(1.3);
}

.input100:focus + .focus-input100 {
  visibility: visible;
  opacity: 1;

  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}



/*------------------------------------------------------------------
[ Button ]*/
.container-contact100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 23px;
}

.contact100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  min-width: 200px;
  height: 50px;
  border-radius: 2px;
  background: #00ad5f;

  font-family: Calibri , arial , san-serif;
  font-size: 12px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.contact100-form-btn:hover {
  background: #333333;
}



/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 991px) {
  .contact100-form {
    width: 60%;
    padding: 56px 30px 63px 30px;
  }

  .contact100-more {
    width: 40%;
  }
}

@media (max-width: 768px) {
  .contact100-form {
    width: 100%;
  }

  .contact100-more {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .contact100-form {
    padding: 56px 15px 63px 15px;
  }

  .rs1-wrap-input100,
  .rs2-wrap-input100 {
    width: 100%;
  }

  .rs2-wrap-input100 {
    border-left: 1px solid #e6e6e6;
    border-top: none;
  }
}


/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: #fff;
  border: 1px solid #c80000;
  border-radius: 2px;
  padding: 4px 25px 4px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 2px;
  pointer-events: none;

  
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\f12a";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 991px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}

.contact_style {
	background-color:#ffffff;
	
	
}

.footer-brand > img {
	
	padding-bottom:20px;
}

@media only screen and (max-width: 991px) {
    .footer-brand > img {	
		padding-bottom:10px;
	}
}

.navbar-nav.mr-auto > li > a {
	
	color: #ffffff !important;
	opacity:0.8;
}


.navbar-nav > li > a:hover {
	opacity:1 !important;

}

.hero-text p {
	
	column-count:2;
}

.item_style p{
	
	column-count:1;
}

.one_column_text > p {
	column-count: 2;	
}

a:hover{
    color: grey !important;
}

.page-link {
	color:#ffffff;
	background-color:#231F20;
	font-weight:bold;
	border-radius: 0px !important;
	padding: 5px 10px;
	border: 0px;
}

.container.container_link.container-view a {
    text-decoration: underline;
}
.justify {
	text-align: left!important;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  height: 40px;
  width: 40px;
  outline: black;
  background-size: 40%, 40%;
  border-radius: 50%;
  border: 1px solid black;
  background-color:rgba(53,54,56,0.5)
}

.carousel-control-prev-icon:hover,
.carousel-control-next-icon:hover {
 background-color:#3e4144;
}
.carousel-control-next
{
	right: 50px;
}

.carousel-control-prev-icon {
  background-position:10px;
}





.pagebuilder .content-page h1{
	font-size:32px;
	font-weight: 500;
	margin-bottom: 40px;
	color: #9f9f9e;
}
.pagebuilder .content-page h2{
	font-size:24px;
	margin-bottom: 10px;
	color: #9f9f9e;
}
.pagebuilder .content-page h3{
	font-size:22px;
	margin-bottom: 10px;
	color: #9f9f9e;
}
.pagebuilder .content-page h4{
	font-size:20px;
	color: #9f9f9e;
}
.pagebuilder .content-page h5,.pagebuilder .content-page h6{
	font-size:18px;
	color: #212529;
}

.carousel-additional-text ul,
.pagebuilder ul,.pagebuilder ol {
	padding-left: 40px;
	font-size: 15px;
	color: #ffffff;
}

.carousel-additional-text li, .carousel-additional-text ul,
.pagebuilder li,.pagebuilder ul{
	list-style-type: inherit;
}
.pagebuilder .content-page p{
	font-size:15px;
	text-align: left;
	color: #ffffff;
}
.hero.pagebuilder a {
    text-decoration: underline;
}
.overons{
	margin-bottom: 40px;
}
.table_padding{
	padding-left: 5px; 
}

.col-md-6.col-sm-12.overmargin.row-view{
	margin-top: 1%;
}
.col-md-6.col-sm-12.overmargin.row-view:last-child{
	margin-bottom: 3%;
}
.col-md-12.col-sm-12.over_link.row-view a{
	text-decoration: underline;
}
.container-inner{
	padding-top: 38px!important;
}
.row-content p{
	margin-bottom: 25px!important;
}
.nodot li{
	list-style-type: none;
}
.nodot{
	padding-left: 30px!important;
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}
.col-md-6.col-sm-12.zakelijk_responsive.row-view{
	margin-top: -16%;
}

 .mobile_text {
	position:absolute;
	margin-right:10px;      
	 width:70% !important;
	 left:40%;
	 top:60%;
   }
@media only screen and (max-width: 991px) {
	.col-md-6.col-sm-12.zakelijk_responsive.row-view{
		margin-top: 0%;
	}
}
@media only screen and (max-width: 550px) {
   .mobile_text {
		margin:0;
	       margin-top: -30px !important;
		   width:60% !important;
   }
}

.project_img {
	min-width:0 !important;
}



@media only screen and (max-width: 1200px) {
   .media_query_recent_projects{
	   width: 46% !important;
		left: 50% !important;
   }
}

@media only screen and (max-width: 990px) {
   .media_query_recent_projects{
		
	   position:relative !important;
		top:0 !important;
		 width: 80% !important;
		left:-55px !important;
	   
   }
   .carousel-control-next
{
	right: 0%;
}
	.row_reference {
		margin-bottom: 50px !important;
	}

}

@media only screen and (max-width: 768px) {
   .carousel.slide {
	
	width:100% !important;
   }
   .media_query_recent_projects {
	   left: -10px !important;
   }
}


@media only screen and (max-width: 369px) {
   h1 {font-size:25px !important;}
}



#cookie.show {
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha('100');
    filter: alpha(opacity='100');
    opacity: 1;
    bottom: 25px
}

#cookie {
    position: fixed;
    bottom: -60px;
    left: 0;
    margin-left: 30px;
    z-index: 10000000;
    width: 339px;
	margin-bottom: -74px;
    height: 43px;
    border: 1px solid #3b7cbf;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
	background: #fff;
    overflow: hidden;
    padding: 7px 36px 0 14px;
    color: gray;
    display: none;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha('0');
    filter: alpha(opacity='0');
    opacity: 0;
    -webkit-transition: opacity 0.5s ease, bottom 0.5s ease;
    -moz-transition: opacity 0.5s ease, bottom 0.5s ease;
    -o-transition: opacity 0.5s ease, bottom 0.5s ease;
    -ms-transition: opacity 0.5s ease, bottom 0.5s ease;
    transition: opacity 0.5s ease, bottom 0.5s ease
}

#cookie p {
    font-family: "franklin-gothic-urw", helvetica, arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 29px;
    color: gray;
    text-align: left;
    margin: 0px 0px 28px 0px
}

#cookie button {
    position: absolute;
    display: block;
    width: 51px;
    height: 44px;
    right: 0px;
    top: 0px;
    outline: none;
    border: 0px;
    border-left: 1px solid #3b7cbf;
    background: none;
    padding: 0px 0 0 10px;
    text-align: left;
    color: gray;
    font-family: "franklin-gothic-urw", helvetica, arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 13px;
    -webkit-transition: color 0.3s linear, background 0.3s linear;
    -moz-transition: color 0.3s linear, background 0.3s linear;
    -o-transition: color 0.3s linear, background 0.3s linear;
    -ms-transition: color 0.3s linear, background 0.3s linear;
    transition: color 0.3s linear, background 0.3s linear
}

button:not(.inactive-btn),
.button:not(.inactive-btn) {
    cursor: pointer
}

#cookie button:hover {
    background: #3b7cbf;
    color: #ffffff
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

#cookie a {
    color: gray;
    text-decoration: underline
}

#cookie a:hover {
    text-decoration: none
}

@media (max-width:450px) {
    #cookie.show {
        -ms-filter: progid: DXImageTransform.Microsoft.Alpha('100');
        filter: alpha(opacity='100');
        opacity: 1;
        bottom: 25px;
        width: 80%;
        margin-left: 10%;
        margin-right: 10%
    }
    #cookie p {
        font-size: 10px
    }
}

#cookie.show, .show {
    display: block;
    visibility: visible
}

.ref-wb-cc1 p {
    word-break: break-word;
    column-count:1;
}