html {
    overflow-x: hidden;
}

body {
    font-family: 'Maven Pro', sans-serif;
    overflow-x: hidden;
    background-color: #1c2630;
	color: #666666;
}

h1,
h2,
h3,
h4 {
    font-family: 'Maven Pro', sans-serif;
    margin: 0;
}

p {
    font-family: 'Maven Pro', sans-serif;
    margin-bottom: 0;
    line-height: 1.6;
    color: #33322e;
    font-size: 15px;
}

ul {
    padding-left: 0;
    margin: 0px;
}

.btn.btn--blue {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    background: #4DB0E7;
    border-radius: 0px;
    padding: 6px 20px;
    min-width: 177px;
    border-color: #4DB0E7;
}

.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: 'Roboto';
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    background: #000;
    border-radius: 0px;
    padding: 6px 20px;
    border-color: #000;
}

.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: #000;
    border-color: #000;
    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: 'Maven Pro', sans-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 p {
    column-count: 2;
    font-size: 15px;
    color: #33322e;
    text-align: justify;
    column-gap: 30px;
}

.hero-img img {
    width: 100%;
    min-width: 1288px;
    -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;
}

.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: 0px;
    padding-right: 52px;
}

.sec-title.type-2:before {
    content: "";
    height: 3px;
    width: 500%;
    position: absolute;
    left: 97%;
    top: 50%;
    margin-top: -1.5px;
    background: #d5d5d5;
}

.activity-item {
    position: relative;
}

.img-bk {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    max-width: 85%;
}

.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: 100%;
    background: rgba(77, 176, 231, 0.89);
    z-index: 9;
}

.act-inner {
    position: relative;
    z-index: 99;
    padding: 12px;
}

.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;
}

.news-inner {
    background: #f3f3f3;
    -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-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 {
    padding-top: 70px;
    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: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

a.link {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 15px;
    text-decoration: none;
    color: 	#C31D2A;
}

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: 48.5%;
}

.filters-button-group{
	margin-bottom: 40px;
	display: block;
	border-radius: .25rem;
	list-style: none;
	text-align:center;
}

.filters-button-group .filter-item{
	display: inline-block;
	margin:0 2.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;
}

.project-item.type-1 .img-bk {
    width: 55%;
    z-index: 9;
}

.type-1 .pro-inner {
    padding-left: 42px;
    display: block;
}

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: #000;
    box-shadow: 0px 0px 10px #000;
    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 {
    background: #3e3e3e;
    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: 'Roboto';
    margin-bottom: 20px;
}

.footer-item .phone-no {
    display: -ms-flex;
    display: flex;
}

.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: 'Roboto';
    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: #000;
    color: #f1f1f1;
    font-family: 'Roboto';
    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 img {
    display: inline-block;
    margin-right: 10%;
    max-width: 100%;
}

.footer-brand img:last-child {
    margin-right: 0px;
	padding-bottom: 18px;
    padding-left: 16px;
}

.footer-bottom {
    background: #BA2336;
    padding: 15px 0px;
}

.footer-bottom span,
.footer-bottom a {
    text-decoration: none;
    color: #fff;
    font-family: 'Roboto';
    font-size: 15px;
   
    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: 50%;
        right: -6px;
        margin-top: -11px;

    }
    .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%;
    }

    .latest-news .container {
        max-width: 960px;
    }
}
.banner{
		min-width: 0px!important;
}
.hero-text {
	margin-top: -95px!important;
	margin: auto;
}
@media only screen and (max-width: 1680px) {
    .hero-img img {
        min-width: 1142px;
    }

}

@media only screen and (max-width: 1200px) {
    .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 {
       
        padding-bottom: 20px;
    }
    .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: #666666;
	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;
}


/*---------------------------------------------*/
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: Montserrat-Bold;
  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;	
}

.page-link {
	color:#ffffff;
	background-color:#21386c;
	font-weight:bold;
}

.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;
}
.pagebuilder .content-page h2{
	font-size:24px;
	margin-bottom: 10px;
	color: #212529;
}
.pagebuilder .content-page h3{
	font-size:22px;
	margin-bottom: 10px;
	color: #212529;
}
.pagebuilder .content-page h4{
	font-size:20px;
	color: #212529;
}
.pagebuilder .content-page h5,.pagebuilder .content-page h6{
	font-size:18px;
	color: #212529;
}
.pagebuilder ul,.pagebuilder ol {
	padding-left: 40px;
	font-size: 15px;
	color: #666666;
}
.pagebuilder li,.pagebuilder ul{
	list-style-type: inherit;
}
.pagebuilder .content-page p{
	font-size:15px;
	text-align: left;
}
.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;}
}