@font-face {
    font-family: "Optima";
    src: url("fonts/optima.ttf") format("truetype"),
    url('fonts/OPTIMA.woff') format('woff');
}

@font-face {
    font-family: "Optima Bold";
    src: url("fonts/OptimaBold.TTF") format("truetype"), 
    url('fonts/OPTIMA_B.woff') format('woff');
}

@font-face {
    font-family: "Optima Roman";
    src: url("fonts/OptimaRoman.ttf") format("truetype");
}
@font-face {
  font-family: 'robotothin';
  src: url('../font/robotothin.eot'); /* IE9 Compat Modes */
  src: url('../font/robotothin.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../font/robotothin.woff2') format('woff2'), /* Super Modern Browsers */
       url('../font/robotothin.woff') format('woff'), /* Pretty Modern Browsers */
       url('../font/robotothin.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../font/robotothin.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face{
    font-family: 'robotoBlack';
    src: url('../font/Roboto-Black.ttf')  format('truetype');
}

@font-face {
  font-family: 'Roboto';
  src: url('../font/Roboto-Regular.ttf')  format('truetype'); 
}

@font-face {
  font-family: 'robotomedium';
  src: url('../font/Roboto-Medium.ttf')  format('truetype'); 
}

@font-face {
  font-family: 'robotolight';
  src: url('../font/Roboto-Light.ttf')  format('truetype'); 
}

body {
    padding-top: 0;
    padding-bottom: 0;
    font-family: 'Roboto', sans-serif;
    /*    color: #fff;*/
    background-color: #4d4840;
    overflow-y:scroll;
}
.robotothin {
	font-family: 'robotothin';
	letter-spacing: 1px;
	}
	
.navbar-light {
    padding-left: 0;
    padding-right: 0;
}

.dropdown-menu {
    left: -17px;
    border-radius: 0;
    background-color: #302d2b;
    border-style: none;
    padding-bottom: 1.2rem;
}

.dropdown-item {
    color: #fff;
    font-size: 10pt;
    font-weight: 300;
    letter-spacing: 2px;
    font-family: 'robotothin';
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #ffb71b;
    background-color: transparent;
}

.sub-cat-menu,
.sub-cat-menu-item {
    padding-left: 14px;
}

p {
    color: #fff;
    font-weight: 300;
    cursor: default;
}

ul,
li {
    color: #fff;
    cursor: default;
}

a{
    white-space: nowrap;
    cursor: pointer;
}

.text-whitewalls-brown {
    color: #302d2b;
}

.btn-link:hover {
    text-decoration: none;
    color: #302d2b;
}

.form-control{
    line-height: 1.5rem;
}

button.active {
    color: #ffb71b;
}

button:focus, a:focus {outline:0 !important;border: 0 !important;}

.search-filiter {
    width: 190px;
}

.search-filiter > input {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 10pt !important;
    background-color: #c9c6c4;
    font-family: 'Optima';
}

.search-filiter > .form-control {
    background-clip: border-box;
    border-radius: 0;
    color: #fff;
}

.search-filiter > .form-control:focus {
    background-color: #c9c6c4;
}

header {
    min-height: 130px;
    background-color: #302d2b;

}

.dropdown-toggle::after {
    display: none;
}

header.border-bottom {
    border-bottom: 5px solid #ffb71b !important;
}

header.project-border {
    border-bottom: 5px solid #fff !important;
}

.yellow-thin-border {
    border-bottom: 1px solid #ffb71b !important;
}

.navbar-right {
		/*padding-right:1%;*/
		
}

.navbar-brand > img {
    width: 270px;
    padding: 20px 0px;
}

.navbar-nav {
    font-size: 0.8em;
}

.navbar-light .navbar-nav .nav-link {
    /*    font-size: 0.8em;*/
    font-weight: 300;
    color: #fff;
    letter-spacing: 2px;
    
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #ffb71b;
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
    color: #ffb71b;
    font-weight: 700;
    font-family: 'robotoBlack';
}

.breadcrumb {
    font-size: 10pt;
    height: 40px;
    margin-bottom: 0;
    position: absolute;
    top: 75px;
    left: auto;
    margin-left: 37px;
    /*text-transform: uppercase;*/
    padding: .75rem .6rem;
    background-color: transparent;
}

.breadcrumb a {
    font-size: 12px;
    text-decoration: none;
    font-family: 'robotoBlack';
}

.breadcrumb-item.first{
    font-weight: 600;
    font-size: 12px;
}

.breadcrumb-item.active a {
    font-weight: 300;
    color: #8c8c8c;
    font-family: 'robotolight';
}

.page-item {
    padding-right: 14px;
}

.arr-right .breadcrumb-item + .breadcrumb-item::before {

    content: "›";

    vertical-align: top;

    color: #ffffff;

    font-size: 25px;

    line-height: 14px;
}

.carousel-item {
    height: 45rem;
    background-color: #4d4740;
}

.carousel-item > img {
    height: auto;
    min-height: 720px;
    width: auto;
    min-width: inherit;
}

#Carousel .carousel-item > img {
    height: 720px;
    width: auto;
}

#myCarousel .carousel-caption {
    -webkit-box-shadow: 2px 6px 19px -4px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 6px 19px -4px rgba(0, 0, 0, 0.75);
    box-shadow: 2px 6px 19px -4px rgba(0, 0, 0, 0.75);
    color: #000;
    padding: 27px 0px 27px 20px;
    background-color: rgba(255, 255, 255, 0.6);
    width: 51%;
    right: 0%;
    left: auto;
}

#myCarousel .carousel-caption h1 {
    font-family: 'Optima Bold';
    border-bottom: 4px solid #ffb71b !important;
    padding-bottom: .2em;
}

#myCarousel .carousel-caption p {
    font-family: 'Optima Roman';
    color: #000;
    padding-right: 24em;
}

#myCarousel .carousel-caption .img_text{
    width: 100%;
}

#myCarousel .carousel-caption .img1 {
    padding-bottom: .2em;
    background-image: url('../assets/images/slidetext1_pc.png');
    width: 478px;
    height: 85px;
    background-repeat: no-repeat;
}

.line{
    border-bottom: 4px solid #ffb71b !important;
    margin-top: .5em;
    margin-bottom: 1em;
}

#myCarousel .carousel-caption .img2 {
    background-image: url('../assets/images/slidetext2_pc.png');
    max-width: 550px;
    width: 100%;
    height: 85px;
    background-repeat: no-repeat;
}

.carousel-indicators {
    
}

main.bgImage {
    background-image: url("../assets/images/main-bg.jpg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #fff;
}

main.bgImage1 {
    background-image: url("../assets/images/bg_inspiration.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.project-bg {
    background-color: #ffb71b;
}

table {
    font-size: 8pt;
}

.project-detail {
    background-color: #4d4740;
}

.project-detail .main-footer{
    margin-top: 80px;
}

.about,
.project {
    padding-top: 1rem;
    padding-bottom: 4rem;
}

.testimonial, .role, .interview, .contact, .expertise, .pre-design, .design, .construction, .f-project, .byservices, .bykeyword, .news{
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 4em;
    padding-bottom: 4em;
    font-family: 'robotolight', sans-serif;
    color: #000;
}

.map, .contact, .project{
    background-color: #fff;
}

.map{
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 2em;
    padding-bottom: 2em;
    font-family: 'robotolight', sans-serif;
    color: #000;
}

.about .border-left {
    /*    border-left: 3px solid #ffb71b !important;*/
}

.background-p ul {
    padding-left: 0;
    margin-left: 0;
    list-style: none;
}

.background-p li,
.background-p > p {
    font-size: 14px;
    color: #5a5a5a;
    font-weight: 300;

}

.position p {
    color: #5a5a5a;
}

.about .collapse{
    border-bottom: 1px solid #ffb71b !important
}


.main-footer {
    position: absolute;
    background-color: #4d4840;
    width: 100%;
    height: 200px;
	padding-top:80px;
    color: #fff;
    text-align: center;
	font-size:10px;
}

.footer-extra{
    background-color: #4d4840; 
}

.main-footer a:link, .main-footer a:hover, .main-footer a:active, .main-footer a:visited, .main-footer a:focus{
    color: #fff;
    text-decoration: none;
}

table thead {
    background-color: #82807a;
    color: #fff;
}

.table td,
.table th {
    border-top-style: none;
    padding-top: 5px;
    padding-bottom: 5px;
}

.project .table td, .project .table th{
    white-space: nowrap;
}

.table thead th {
    font-weight: 500;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    border-bottom-style: none;
}

.table-striped > tbody > tr:nth-child(2n + 1) > td,
.table-striped > tbody > tr:nth-child(2n + 1) > th {
    background-color: #fff;
}

.table-striped > tbody > tr:nth-child(2n ) > td,
.table-striped > tbody > tr:nth-child(2n ) > th {
    background-color: #ffeaba;
}


.yearOfTable {
    font-weight: 300;
    font-style: italic;
}

.btn-social {
    font-size: 10px;
    border-radius: 50%;
    padding: 0;
    width: 24pt;
    height: 24pt;
    line-height: 30px;
    text-align: center;
    position: relative;
    border: 2px solid #fff;
    color: #fff;
    cursor: pointer;
}

/* Project Page */

.control{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    height: 100%;
}

#Carousel .carousel-control-prev,
#Carousel .carousel-control-next{
    max-width: 39px;
}

#Carousel .carousel-control-prev{
    padding-left: 25px;
}

#Carousel .carousel-control-next{
    padding-right: 25px;
}

#Carousel .carousel-control-prev img,
#Carousel .carousel-control-next img{
    width: 25px;
}

@media (max-width: 414px) {
    .carousel-indicators{
        padding-left: 0;
        margin-left: 5%;
        margin-right: 5%;
    }
}

@media (min-width: 576px) {
  .control{
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .control {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .control {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .control {
    max-width: 1140px;
  }
}

#Carousel .carousel-caption{
    bottom: 0rem;
}

#Carousel .carousel-caption span{
    color: #fff;
    background-color: #c9c6c4 !important;
    font-size: 14px;
    padding: 2px 5px;
    text-shadow: 0 0 .5rem rgb(90, 90, 90) !important;
}

.proejct-list-style-button button {
    font-weight: 500;
}

h5.titleDetail {
    letter-spacing: 2px;
    padding-left: 0;
    padding-right: 0;
    margin-top: 15px;
    margin-bottom: 2px;
    font-size: 14pt;
    font-weight: 700;
    color: #fff;
}

.card {
    background-color: transparent;
    border-style: none;
}

.card-header {
    padding-left: 0;
    font-weight: 700;
    background-color: transparent;
    border-bottom: 1px solid transparent;
    cursor: pointer;
}

.card-header.collapsed{
    border-bottom: 1px solid #ffb71b !important;
    cursor: pointer;
}

.project-detail-list .card-header.collapsed a,
.project-detail-list .card-header.collapsed a:hover,
.project-detail-list .card-header.collapsed a:active,
.project-detail-list .card-header.collapsed a:focus{
    color: #fff !important;
    text-decoration: none;
}

.project-detail-list .card-header a,
.project-detail-list .card-header a:active,
.project-detail-list .card-header a:focus, 
.project-detail-list .card-header a:hover{
    color: #ffb71b !important;
    text-decoration: none;
}


.card-header-active {
    border-style: none;
}

.card-body {
    padding: 0;
    border-bottom: 1px solid #ffb71b;

}

.title-active {
    color: #ffb71b !important;
}

.project-detail-info{
    padding-top: 1.5rem!important;
}

.project-detail-info,
.project-detail-info div,
.project-detail-info span,
.project-detail-info p,
.project-detail-info li {
    font-size: 14px;
    font-weight: 300;
    color: #fff;
}

.project-detail-accordion {
    font-size: 14px;
    font-weight: 300;
}

.project-detail-accordion td {
    padding: 0;
}

.project-detail-accordion td:nth-child(2) {
    padding-left: 1rem;
}

.accordion {
    color: #fff;
}

table.dataTable thead th {
    position: relative;
    background-image: none !important;
}

/* dataTables CSS modification & positioning */

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
    font-size: 20px;
    right: 0 !important;
    content: "" !important;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
    font-size: 20px;

    right: 0 !important;
    content: "" !important;
}

table.dataTable thead th.sorting:after,
table.dataTable thead th.sorting_asc:after,
table.dataTable thead th.sorting_desc:after {
    position: absolute !important;
    top: 0px !important;
    right: 10px !important;
    display: block !important;
    font-family: FontAwesome !important;
}

table.dataTable thead th.sorting:after {

    content: ' ';
    background-image: url(../assets/images/right-arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: .55rem;
    height: 12px;
    width: 15px;
    color: #fff !important;
    background-position: center;
    /*    font-size: 20px !important;*/
}

table.dataTable thead th.sorting_asc:after {
    content: ' ';
    background-image: url(../assets/images/tri3y.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 6px;
    height: 15px;
    width: 12px;
    background-position: center;
    /* color: #ffb71b !important; */

}

table.dataTable thead th.sorting_desc:after {
    content: ' ';
    background-image: url(../assets/images/tri1y.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: .75rem;
    height: 15px;
    width: 12px;
    /* color: #ffb71b !important; */
 

}

/***** Project List *****/

div.dataTables_wrapper div.dataTables_filter input{
    padding-left: 12px;
    background-image: url(../assets/images/search.png);
    background-position: calc(100% - 12px) center;
    background-repeat: no-repeat;
    background-color: #c9c6c4;
    color: #fff;
    border: none;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

div.dataTables_wrapper div.dataTables_filter input::placeholder{
    color: #fff;
    font-family: 'Optima';
    font-size: .8rem;
    line-height: .8rem;
}

div.dataTables_wrapper div.dataTables_filter input:-ms-input-placeholder{
    color: #fff;
    font-family: 'Optima';
    font-size: .8rem;
    line-height: .8rem;
}

div.dataTables_wrapper div.dataTables_filter input::-webkit-input-placeholder{
    color: #fff;
    font-family: 'Optima';
    font-size: .8rem;
    line-height: .8rem;
}

div.dataTables_wrapper div.dataTables_filter input::-moz-placeholder{
    color: #fff;
    font-family: 'Optima';
    font-size: .8rem;
    line-height: .8rem;
}

#example tr td:first-child a{
    color: #212529;
    /*opacity: .8;*/
}

#example tr td:first-child a:hover,
#example tr td:first-child a:active,
#example tr td:first-child a:focus{
    color: #212529;
    text-decoration: none;
    opacity: 1;
}

.project-section{
    font-size: 1.5rem;
    font-family: 'robotomedium';
}

.f-project-btn{
    /*font-family: 'Optima';
    font-size: 14px;
    text-shadow: 0 0 .5rem rgb(90, 90, 90) !important;
    padding-left: 1.5rem;
    padding-right: 1rem;
    height: 1.8rem;
    line-height: 1rem;*/
    height: 45px;
    margin-right: -20px;
    margin-bottom: -10px;
}

/*.f-project-btn::before{
    content: '*';
    position: absolute;
    margin: 2px 0 0 -10px;
}*/

.dataTables_filter{
    display: none;
}

/** feature project **/

.f-project .project-item{
    box-shadow: 8px 8px 10px 0px rgba(0,0,0,.5);
    width: 100%;
}

.f-project .project-item a:hover, .project .project-item a:active, .project .project-item a:focus{
    text-decoration: none;
    color: #fff;
    outline: none;
}

.f-project .project-item img{
    width: 100%;
}

.f-project .project-item .title{
    color: #fff;
    font-family: "Optima";
    text-align: center;
    padding: 2px 1rem;
    background-color: #302d2b;
    width: 100%;
    line-height: 16px;
    font-size: 14px;
}


#example .fas {
    color: #82807a;
}

#example tr td:first-child {
    font-weight: 900;
}

.accordion .card-header:after {
    font-family: 'FontAwesome';
    content: url('../assets/images/tri1.png');
    float: right;
    color: #ffb71b;
}

.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: url('../assets/images/tri2.png');
    color: #fff;

}

.accordion1 {
    color: #fff;
}

.accordion1 .card-header:after {
    font-family: 'FontAwesome';
    content: url('../assets/images/tri1.png');
    float: right;
    color: #ffb71b;
}

.accordion1 .card-header a, .accordion1 .card-header a:hover, .accordion1 .card-header a:active, .accordion1 .card-header a:focus{
    color: #ffb71b;
}

.accordion1 .card-header.collapsed a{
    color: #5a5a5a;
}

.accordion1 .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: url('../assets/images/tri4.png');
    color: #fff;
    cursor:pointer;

}
/* Expertise */

.expertise-intro{
    font-family: 'robotomedium', sans-serif;  
    color: #23201F;
    font-size: 28px;
}

.expertise .list .row{
    margin-top: 20px;
    font-family: 'robotoLight', sans-serif; 
    color: #221F1F !important;
    text-align: left;
}

.expertise .list img{
    width: calc(100% - 10px);
    box-shadow: 8px 8px 10px 0px #bbbbbb;
}

.expertise .list .title{
    font-family: 'robotomedium', sans-serif;  
}

.expertise .list .subtitle{
    font-family: 'robotomedium', sans-serif;  
}

.expertise .content{
    border-bottom: 1px solid #ffb71b !important;
    padding-bottom: 20px;
    padding-left: 0;
}

.expertise p{
    color: #000;
}

.expertise .btn{
    background-color: #FFB720;
    color: #fff;
    font-size: 14px;
    font-family: "Optima Bold";
    padding: .2rem 1.2rem;
    box-shadow: 5px 5px 10px 0px #aaaaaa;
    border:none;
}

.expertise .btn:focus, .expertise .btn.focus{
    outline: 0;
}

.expertise .list a img{
    height: 40px;
    box-shadow: none;
    width: auto;
    margin-top: 10px;
    margin-bottom: -10px;
}

.redes >ul li a {
  width: 42px;
  margin-left: 5px;
  margin-right: 5px;
  text-align: center;
  border-radius: 10em;
  border: #EEE 1px solid;
}
.redes >ul li span {
  color: #CCC;
  font-size: 18px;
}

.navbar-light .navbar-toggler{
    border-color: rgb(118,110,100);
}

.navbar-light .navbar-toggler-icon{
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(118,110,100, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");    
}

/***** Map *****/

.mapbg{
    background: url(../assets/images/map_pic.png) top center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    min-height: 800px;
    margin-top: 30px;
}

.map a.area{
    color: #fff;
    border-radius: 7px;
    background-color: #C9C7C5;
    font-family: "Optima Bold";
    padding: .25rem 1rem;
    box-shadow: 8px 8px 10px 0px #bbbbbb;
    text-transform: uppercase;
    font-size: 14px;
}

.map a.area:hover, .map a.area:focus, .map a.area:active{
    text-decoration: none;
    color: #fff;
}

.project-items{
    margin-left: 1rem;
    margin-top: 15px;
    font-size: 14px;
    position: absolute;
    z-index: 99;
}

.project-items ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

.project-items ul li{
    color: #2C292B;
}

.project-items .address{
    font-family: 'robotoBlack';
}

.project-items .project-name.active::before, .project-items .feature::before{
    font-family: 'robotoBlack';
    font-weight: bold;
    content: '*';
    margin-left: -.75rem;
    position: absolute;
    padding-top: .1rem;
}

.project-items .feature{
    font-family: 'robotoBlack';
    margin-top: 1rem;
    color: #2C292B;
    font-style: italic;
}

.project-items a{
    color: #2C292B;
}

.project-items a:hover, .project-items a:focus, .project-items a:active{
    color: #2C292B;
}

/***** by services *****/

.byservices, .bykeyword {
    height: 100ch;
}

.byservices .title, .bykeyword .title{
    border-bottom: 2px solid #ffb71b;
    padding-bottom: 1rem;
}

.byservices .title img, .bykeyword .title img{
    height: 32px;
    max-width: 100%;
}

.byservices .content, .bykeyword .content{
    padding-top: 1rem;
    padding-bottom: 80px;
}

.byservices .content img, .bykeyword .content img{
    height: 96px;
    max-width: 100%;
}

.byservices .subtitle{
    margin-bottom: 50px;
}

.byservices .subtitle img{
    height: 24px;
    max-width: 100%;
}

.byservices a, .bykeyword a{
    font-family: "Optima";
    color: #fff;
    display: block;
    margin-bottom: 50px;
    /*background-color: #b7b7b7;
    opacity: .8;
    
    border-radius: 5px;
    padding-top: .25rem;
    padding-bottom: .3rem;
    font-size: 1rem;
    box-shadow: 5px 5px 10px 0px #aaaaaa;
    text-shadow: 1px 1px 5px #555;*/
}

.byservices a img{
    height: 40px;
}

.bykeyword a img{
    height: 40px;
}

.byservices a:hover, .byservices a:active, .byservices a:focus,
.bykeyword a:hover, .bykeyword a:active, .bykeyword a:focus{
    text-decoration: none;
}


/***** contact *****/

.contact{
    font-family: "Optima";
    
}

.contact .left{
    width: 45%;
    padding-left: 15px;
}

.contact .right{
    width: 55%;
    padding-right: 15px;
    padding-left:  25px;
}

.contact .title{
    font-family: "Optima Bold";   
    font-size: 24px;
    color: #786E64;
    margin-bottom: 20px;   
}

.contact p{
    font-size: 16px;
    color: #786E64; 
}

.contact p span{
    font-size: 14px;
}

.contact a, .contact a:active, .contact a:hover, .contact a:focus{
    color: #786E64;
    text-decoration: none;
}

.contact .right form .left{
    width: 45%;
    padding-right: 10px;
}

.contact .right form .right{
    width: 55%;
    padding-left: 10px;
}

.contact .left .title img{
    max-width: 100%;
    max-height: 20px;
}

.contact .right .form-group{
    margin-bottom: 2rem;
}

.contact .right .form-control{
    background-color: #4d4740;
    color: #fff;
    border:none;
    border-radius: 0;
    text-shadow: 0 0 .5rem rgb(90, 90, 90) !important;
    font-size: 14px;
    /*letter-spacing: 2px;*/
}

.contact .right .form-control:focus{
    box-shadow: none;
}

.contact .right label.message{
    text-shadow: 0 0 .5rem rgb(90, 90, 90);
    font-size: 14px;
    color: #fff;
    position: absolute;
    padding-top: 7px;
    padding-left: 12px;
}

.contact .right label.text{
    position: absolute;
    color: #fff;
    font-size: 14px;
    text-shadow: 0 0 .5rem rgb(90, 90, 90);
    padding-top: 7px;
    padding-left: 12px;
}


.contact .right input{
    padding-left: 4.8rem;
}

.contact .right textarea.form-control{
    padding-top: 2rem;
}

@media not all and (min-resolution:.001dpcm)
{ @supports (-webkit-appearance:none) {

    .contact .right .form-control{
        padding-top: 10px;
    }
    .contact .right label.message, .contact .right label.text{
        padding-top: 12px;
    }
}

}

/*
.contact .right .form-control::placeholder{
    color: #fff !important;
    text-shadow: 0 0 .5rem rgb(90, 90, 90) !important;
}

.contact .right .form-control::-moz-placeholder{
    color: #fff !important;
    text-shadow: 0 0 1rem rgba(0, 0, 00) !important;
}

.contact .right .form-control::-webkit-input-placeholder{
    color: #fff !important;
    text-shadow: 0 0 1rem rgba(0, 0, 0, 0.15) !important;
}

.contact .right .form-control:-ms-input-placeholder{
    color: #fff !important;
    text-shadow: 0 0 1rem rgba(0, 0, 0, 0.15) !important;
}
*/

.contact .right .btn{
    border-radius: 0;
    background-color: #FFB720;
    color: #fff;
    text-shadow: 0 0 1rem rgba(0, 0, 0, 0.15) !important;
    width: calc(50% - 10px);
    border: none;
    letter-spacing: 2px; 
    font-size: 14px;
    font-family: "Optima Bold"; 
}

.contact .right .btn:focus, .contact .right .btn.focus {
  outline: 0;
  box-shadow: none;
}

/***** pre-design *****/

.pre-design .top-pic, .design .top-pic, .construction .top-pic{
    width: 100%;
    padding: 0 17%;
    color:#2E2C2A;
    font-family: 'robotolight';
    margin-bottom: 30px;
}

.pre-design .top-pic img,
.design .top-pic img,
.construction .top-pic img{
    width: 100%;
    box-shadow: 8px 8px 10px 0px #bbbbbb;
    /*border: 5px solid transparent;*/
    opacity: .5;
}

.pre-design .top-pic a img,
.design .top-pic a img,
.construction .top-pic a img{
    height: auto;
}

.pre-design .top-pic img.active,
.design .top-pic img.active,
.construction .top-pic img.active{
    border: 6px solid #FFB720;
    opacity: 1;
}

.pre-design .top-pic .title,
.design .top-pic .title,
.construction .top-pic .title{
    margin-top: 10px;
    font-family: 'robotomedium', sans-serif;
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
    opacity: .5;
}

.pre-design .top-pic .title.active,
.design .top-pic .title.active,
.construction .top-pic .title.active{
    opacity: 1;
}

.pre-design .left,
.design .left,
.construction .left{
    width: 45%;
}

.pre-design .right,
.design .right,
.construction .right{
    width: 55%;
}

.pre-design .subtitle,
.design .subtitle,
.construction .subtitle{
    text-transform: uppercase;
    font-family: 'robotomedium', sans-serif;
    font-size: 18px;
    padding-bottom: 5px;
    /*border-bottom: 1px solid #ffb71b !important;*/
    margin-bottom: 10px;
}

.pre-design .content,
.design .content,
.construction .content{
    margin-bottom: 30px;
    font-size: 18px;
}

.pre-design .content ul,
.design .content ul,
.construction .content ul{
    padding-inline-start: 20px;
}

.pre-design .content li,
.design .content li,
.construction .content li{
    color:#2E2C2A;
}

.pre-design .btn,
.design .btn,
.construction .btn{
    background-color: #FFB720;
    color: #fff;
    font-size: 14px;
    font-family: "Optima";
    padding: .2rem 1.2rem;
    box-shadow: 5px 5px 10px 0px #aaaaaa;
    border:none;
    text-shadow: 0 0 .8rem rgba(0,0,0,.7) !important;
}

.pre-design .btn:focus, .pre-design.btn.focus,
.design .btn:focus, .design .btn.focus,
.construction .btn:focus, .construction .btn.focus{
    outline: 0;
}

.pre-design a img,
.design a img,
.construction a img{
    height: 40px;
    margin-bottom: -5px;
    margin-right: -28px;
}

.yellow_line{
    border-bottom: 1px solid #ffb71b !important;
    max-width: calc(100% - 15px);
    margin-left: 15px;
}

/***** news *****/

.news .list .row{
    margin-top: 20px;
    font-family: 'robotoLight', sans-serif; 
    color: #302D2B !important;
    text-align: left;
}

.news .list .thumb{
    width: calc(100% - 10px);
    box-shadow: 8px 8px 10px 0px #bbbbbb;
    overflow: hidden;
    margin-bottom: 20px;
}

.news .list img{
    /*width: 100%;
    height: 100%;
    transform: translate(-50%,-50%);*/    
}

.news .list .title{
    font-family: 'robotomedium', sans-serif;
    margin-bottom: 1rem;  
}

.news .content{
    border-bottom: 1px solid #ffb71b !important;
    padding-bottom: 20px;
    padding-left: 0;
    word-break: break-word;
}

.news p{
    color: #302D2B;
}

.news .content a{
    color: #302D2B;
    white-space: normal;
}

.news .content a:hover,
.news .content a:active,
.news .content a:focus{
    color: #302D2B;
    text-decoration: none;
}

@media (max-width: 40em) {
    /* Bump up size of carousel content */
    #myCarousel .carousel-caption {
        left: 15%;
        right: 15%;
        width: auto;
    }

}

@media (min-width: 320px){

    #myCarousel .carousel-caption {
        padding-right: 20px;
    }

    #myCarousel .carousel-caption .img1 {
        background-image: url('../assets/images/slidetext1_m.png');
        background-size: contain;
        width: 100%;
    }

    #myCarousel .carousel-caption .img2 {
        background-image: url('../assets/images/slidetext2_m.png');
        background-size: contain;
        width: 100%;
        height: 108px;
    }

    main.bgImage1{
        background-size: 150%;
        background-position: top center;
        background-color: #E9EBDD;
    }

    .caption .c{
        display: none;
    }

    .caption .m{
        display: inherit;
    }

    .caption{
        padding-left: 10px;
        padding-right: 10px;
    }

    .caption img{
        max-width: 100%;
        max-height: 16px;
        height: auto;
        margin-top: 1rem;
    }

    main.bgImage {
        background-size: cover;
    }

    .carousel-item > img {
        right: -50%;
        left: auto;
        height: 720px;
        width: auto;
    }

    #Carousel .carousel-item > img{
        left: 50%;
        right: auto;
        top: 50%;
        transform: translate(-50%,-50%);
    }

    .insm, .about{
        padding-left: 15%;
        padding-right: 15%;
    }

    .role{
        padding-left: calc(15% - 15px);
        padding-right: calc(15% - 15px);
        text-align: justify;
    }

    .testimonial, .interview, .contact, .expertise, .pre-design, .map, .news, .design, .construction{
        padding-left: calc(15% - 15px);
        padding-right: calc(15% - 15px);
    }

    .map{
        overflow: auto;
    }

    .map .area-part{
        margin-bottom: 30px;
    }

    .project-items{
        /*background-color: #fff;*/
    }

    .contact .left, .contact .right{
        width: 100%;
        padding: 0 15px;
    }

    .contact .right{
        margin-top: 30px;
    }

    .contact .right form .left, .contact .right form .right{
        width: 100%;
        padding: 0 15px;
        margin: 0;
    }

    .contact .right .btn{
        width: 100%;
    }

    .expertise .list .title{
        margin-top: 20px;
    }

    .pre-design .left,
.design .left,
.construction .left,
.pre-design .right,
.design .right,
.construction .right{
    width: 100%;
    padding: 0 15px;
}

.byservices .title img, .bykeyword .title img{
    height: auto;
}

.byservices .content img, .bykeyword .content img{
    height: auto;
}

.byservices .content .c, .bykeyword .content .c{
        display: none;
    }

    .byservices .content .m, .bykeyword .content .m{
        display: block;
    }

}

/* Small devices (landscape phones, 544px and up) */

@media (min-width: 544px) {

    .navbar-brand > img {
        width: 260px;
        padding: 0;

    }

    .carousel-indicators{
        padding-left: 0px;
    }

    #myCarousel .carousel-caption {
        padding-right: 0;
    }

    .carousel-item > img {
        right:0;
    }


}

@media (max-width: 736px) {
    .news .date{
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .navbar-nav{
        padding-top: 30px;
    }
    

    .byservices .px-5, .bykeyword .px-5{
        padding: 0 15px !important;
    }

    .project-detail-list .card{
        border-top: 1px solid #ffb71b !important;
    }

    .project-items{
        position: relative;
    }

    .map .accordion{
        position: absolute;
        z-index: 999;
    }
}


/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */

@media (min-width: 768px) {
    #navbarNav {
        padding-top: 70px;
    }
    .about .border-left{}

    .carousel-indicators{
        margin-left: 44px;
    }

    #myCarousel .carousel-caption {
        width: 61%;
    }

    #myCarousel .carousel-caption .img1 {
        background-image: url('../assets/images/slidetext1_m.png');
        width: 280px;
        height: 117px;
    }

    #myCarousel .carousel-caption .img2 {
        background-image: url('../assets/images/slidetext2_m.png');
        width: 208px;
        height: 108px;
    }

    .insm, .about{
        padding-left: 15%;
        padding-right: 15%;
    }

    .role{
        text-align: left;
    }

    .interview, .contact, .expertise, .pre-design, .map, .news, .design, .construction{
        padding-left: 0;
        padding-right: 0;
    }

    .expertise .list .title{
        margin-top: 0px;
    }

    .byservices .title img, .bykeyword .title img{
        height: 32px;
    }

    .byservices .content img, .bykeyword .content img{
        height: auto;
    }

    .byservices .content .c, .bykeyword .content .c{
        display: block;
    }

    .byservices .content .m, .bykeyword .content .m{
        display: none;
    }

    .map .area-part{
        margin-bottom: 0;
    }
    .project-items{
        background-color: transparent;
    }

}

@media (max-width: 992px) {
    .byservices, .bykeyword{
        height: auto;
    }
}

/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) {
    .navbar li {
        margin-left: 1.05em;
        margin-right: 1.05em;
    }

    .carousel-indicators{
        padding-left: 0px;
        margin-left: 44px;
    }

    #myCarousel .carousel-caption {
        width: 61%;
    }

    #myCarousel .carousel-caption p {
        padding-right: 24em;
    }

    #myCarousel .carousel-caption .img1 {
        background-image: url('../assets/images/slidetext1_pc.png');
        width: 478px;
        height: 85px;
    }

    #myCarousel .carousel-caption .img2 {
        background-image: url('../assets/images/slidetext2_pc.png');
        max-width: 550px;
        width: 100%;
        height: 85px;
        background-repeat: no-repeat;
    }

    main.bgImage {
    background-size: 100% auto;
    }

    .caption .c{
        display: inherit;
    }

    .caption .m{
        display: none;
    }

    .caption img{
        width: auto;
        height: 13px;
    }

    .role, .testimonial{
        padding-left: 0;
        padding-right: 0;
    }

    .insm, .about{
        padding-left: 15px;
        padding-right: 15px;
    }

    .contact .left{
        width: 45%;
    } 

    .contact .right{
        width: 55%;
        margin-top: 0;
        padding-left: 25px;
        padding-right: 15px;
    }

    .contact .right form .left, .contact .right form .right{
        width: 50%;
        margin: 0;
    }

    .contact .right form .left{
        padding-right: 10px;
    }

    .contact .right form .right{
        padding-left: 10px;
    }

    .contact .right .btn{
        width: calc(50% - 10px);
    }

    .pre-design .left,
.design .left,
.construction .left{
    width: 45%;
    padding-left: 15px;
}

.pre-design .right,
.design .right,
.construction .right{
    width: 55%;
    padding-left: 25px;
    padding-right: 15px;
}


}

@media (max-width: 992px) {
    .byservices a img, .bykeyword a img{
        
    }

    
}

@media (max-width: 1024px) {
    .byservices a img, .bykeyword a img{
        
    }


    #Carousel .carousel-caption{
        bottom: 1rem;
    }
}

/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
    .carousel-item > img {
        height: auto;
        min-height: 720px;
        width: 1120px;
    }

    #myCarousel .carousel-item > img {
        width: 100%;
        max-width: inherit;
    }

    #myCarousel .carousel-caption {
        width: 51%;
    }

    #myCarousel .carousel-caption p {
        padding-right: 24em;
    }

    #myCarousel .caption img{
        width: auto;
        height: 16px;
    }

    .byservices .content img, .bykeyword .content img{
        height: 96px;
    }

    main.bgImage1{
        background-size: 100%;
    }
}