body,html{
    padding:0;
    margin:0;
    font-family:-apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', 'Open Sans', roboto, 'open sans', helvetica, arial;
    background:#eeeeee;
    font-size:95%;
}
.clear{
    clear:both;
}
a[href]{
    text-decoration: none;
    color:inherit;
}
a img{
    border:none;
    width: 24px;
}
p{
    line-height: 140%;
    color:rgba(0,0,0,0.8);
}
.limit{
    max-width:1100px;
    margin: 0 auto;
}
.no_list{
    list-style: none;
    padding: 0;
}
.no_margin{
    margin:0;
    padding:0;
}
.title_color{
    color:#b83032;
    text-transform: uppercase;
    font-weight:bold;
    margin-bottom: 20px;
}

h2.title_color{
    font-size: 1.5rem;
}

.title_color_sub, fieldset legend{
    text-transform: capitalize;
    color:#155c7a;
    border-bottom:1px solid rgba(0,0,0,0.2);
}

.header{
    box-sizing: border-box;
    padding:10px 20px;
    position:relative;
    background:#fff;
    top:0;
    left:0;
    right:0;
    margin:0 auto;
}
.logo{
    max-width: 300px;
    width: 70%;
    float:left;
}
.menu{
    margin-top: 10px;
    width:70%;
    float:right;
    text-align: right;
}
.menu ul{
    display:inline-block;
}
.menu li{
    float:left;
    text-align: center;
}
.menu li a{
    font-weight:normal;
    display:block;
    margin-top: 5px;
    padding:2px 20px;
    border-right: 1px solid #ccc;
    color:#b83032;
}

.menu li:last-child a{
    border-right: none;
}
.slider{
    /* max-width:1600px; */
    max-height: 550px;
    overflow: hidden;
    margin:0 auto;
}
.slider img{
    width:100%;
}
.inner_slider{
    min-height:250px;
    max-height:400px;
    overflow: hidden;
}
.main_wrapper{

}
.main_content{
    position:relative;
    /* border-top:5px solid #b83032; */
    /* top:-80px; */
    background:#fff;
    box-sizing: border-box;
    padding:40px 40px;
}
.welcome_msg{
    text-align: justify;
    margin-bottom:50px;
}
.qi{
    float:left;
    width:30%;
    height:250px;
    background:#155c7a;
    color:#fff;
    margin-right:5%;
    box-sizing:border-box;
    padding:15px 30px;
    overflow:hidden;
}
.qi_three{
    margin-right:0;
    background-size:cover;
    background-repeat: no-repeat;
    background-position:center;
}
.qi p{
    color:#fff;
}
.sec_sum{
    margin-top:30px;
}
.news_sum{
    width:65%;
    float:left;
}
.news_sum_slide{
    border:1px solid rgba(0,0,0,0.3);
    padding:20px 30px;
}
.proj_sum{
    /* float:right; */
}

.proj_sum_list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.proj_sum_list > div{
    box-sizing:border-box;
    margin:20px 0;
    padding:0 20px 15px 0;
}

.proj_sum_list > div img{
    width: 100%;
}

.news_item{
    margin:0px 0;
    padding:20px 0;
    border-top: 1px solid #ddd;
}
.news_item:hover{
    /* box-shadow: 0 0 3px rgba(0,0,0,0.3);
    background:rgba(0,0,0,0.05); */
}
.news_item img{
    float:left;
    width:20%;
    margin:0 4% 0 0;
}

.project_list{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.news_item.project_item img{
    float: none;
    width: 100%;
    margin: 0;
}

.news_item .news_desc{
    float:left;
    width:75%;
    margin-left:0%;
}

.news_item h3{
    margin-top:0;
}
.news_item p{
    font-size:0.85em;
    margin: 0;
}
p.news_title{
    font-weight:bold;
    font-size:1em;
    margin:0 0 5px 0;
}
.news_detail img{
    /* max-width:40%; */
    margin:0 15px 10px 0;;
    float:left;
}
.footer{
    padding:20px 30px;
    font-size: 13px;
}
.foot_menu{
    float:left;
}
.foot_menu a{
    display:inline-block;
    margin:0 10px 0 0;
}
.copyright{
    float:right;
    margin:0;
}
.copyright p{
    margin:0;
}
.con_text{
    margin:10px 0 50px 0;
}
.con_address{
    float:left;
    width:50%;
}
.con_address p{
    margin:3px;
}
.con_form{
    float:right;
    width:48%;
}
fieldset{
    border:none;
}
.cd-form input[type="text"],
.cd-form input[type="email"],
.cd-form textarea,
.cd-form select,
.cd-form legend {
  display: block;
  width: 100%;
  box-sizing:border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  font-size:1em;
  font-family:-apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', 'Open Sans', roboto, 'open sans', helvetica, arial;
  margin:10px 0 10px 0;
}
.cd-form input[type="text"],
.cd-form input[type="email"],
.cd-form textarea,
.cd-form select {
  /* general style for input elements */
  padding: 12px;
  border: 1px solid #cfd9db;
  background-color: #ffffff;
  border-radius: .25em;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
}
.cd-form input[type="text"]:focus,
.cd-form input[type="email"]:focus,
.cd-form textarea:focus,
.cd-form select:focus {
  outline: none;
  border-color: #2c97de;
  box-shadow: 0 0 5px rgba(44, 151, 222, 0.2);
}

/* -------------------------------- 

Custom icons

-------------------------------- */
.cd-form .icon input, .cd-form .icon select, .cd-form .icon textarea {
  padding-left: 54px !important;
}
.cd-form .user {
  background: url("../images/cd-icon-user.svg") no-repeat 16px center;
}
.cd-form [required].user {
  background: url("../images/cd-icon-user.svg") no-repeat 16px center, url("../images/cd-required.svg") no-repeat top right;
}
.cd-form .company {
  background: url("../images/cd-icon-company.svg") no-repeat 16px center;
}
.cd-form [required].company {
  background: url("../images/cd-icon-company.svg") no-repeat 16px center, url("../images/cd-required.svg") no-repeat top right;
}
.cd-form .email {
  background: url("../images/cd-icon-email.svg") no-repeat 16px center;
}
.cd-form [required].email {
  background: url("../images/cd-icon-email.svg") no-repeat 16px center, url("../images/cd-required.svg") no-repeat top right;
}
.cd-form .budget {
  background: url("../images/cd-icon-budget.svg") no-repeat 16px center;
}
.cd-form .message {
  background: url("../images/cd-icon-message.svg") no-repeat 16px 16px;
}
.cd-form [required].message {
  background: url("../images/cd-icon-message.svg") no-repeat 16px 16px, url("../images/cd-required.svg") no-repeat top right;
}

.cd-form input[type="submit"] {
  /* button style */
  border: none;
  background: #2c97de;
  border-radius: .25em;
  padding: 16px 20px;
  color: #ffffff;
  font-weight: bold;
  float: right;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.no-touch .cd-form input[type="submit"]:hover {
  background: #42a2e1;
}
.cd-form input[type="submit"]:focus {
  outline: none;
  background: #2b3e51;
}
.cd-form input[type="submit"]:active {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
fieldset legend, .cd-form legend{
    border:none;
    font-weight:bold;
    font-size:1.3em;
}
a[href].rmore{
    float: right;
    color: blue;
}

a[href].rmore.rmore_white{
    color: #fff;
}

.rmore:hover{
    text-decoration: underline;
}

.proj_title{
    margin-bottom: 10px;
}

.proj_title h3{
    font-size: 1.2em;
    font-weight: bold;
    margin:0;
}

.project_thumb{
    max-width: 250px;
}

.team_member{
    float: left;
    overflow: hidden;
    border-radius: 5px;
    position: relative;
    transition: all 0.1s ease;
    margin-right: 30px;
    width: 290px;
    max-width: 100%;
    margin-bottom: 30px;
}

.team_member:hover{
     box-shadow: 0 0 20px rgba(0,0,0,0.1);
     margin-top: 0px;
}

.team_member img{
    width: 100%;
}

.member_info{
    padding: 10px 20px;
}
 p.member_name{
     font-weight: bold;
     font-size: 1.5em;
     margin-bottom: 3px;
     margin-top: 0;
 }

 span.member_title{
     font-size: 1.2em;
     color: #666;
 }

 .hproj_title{
     font-size: 1.1em;
 }

 .hproj_date{
     margin-top: 5px;
     font-size: 0.9em;
     margin-bottom: 2px;
 }

 .social_links{
     margin-top: 40px;
 }

.mobile-menu{
    display: none;
}

.menu-icon{
    position: absolute;
    right: 20px;
    top: 0px;
    display: none;
}


/* RESPONSIVE */
@media screen and ( max-width: 1045px ) {
    body{
    }
    .mobile-menu{
        display: none;
        position: fixed;
        z-index: 10;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fff;
    }

    .mobile-menu-wrapper{
        position: relative;
        height: 100%;
        overflow-y: scroll;
        box-sizing: border-box;
        width: 100%;
        padding: 60px 20px 20px 20px;
        text-align: center;
    }

    .mobile-navigation{
        box-sizing: border-box;
        width: 100%;
        padding:0;
        margin: 0;
    }

    .mobile-navigation a{
        display: block;
        margin: 12px 0;
        font-size: 18px;
    }

    .close-menu{
        position: absolute;
        top: 10px;
        right: 20px;
    }

    .close-menu img{
        width: 28px;
    }

    .mobile-menu.hide-menu{
        display: none;
    }
    .mobile-menu.show-menu{
        display: block;
    }
    
    a.logo{
        margin-left: 40px;
    }

    a.menu-icon{
        display:block;
        top: 21px;
    }


    div.menu{
        display:none;
    }

    .inner_slider{
        max-height: auto;
        min-height: 0;
        height: auto;
    }
}

@media screen and (max-width: 822px) {
    .qi{
        height: auto;
    }
}

@media screen and (max-width: 600px) {
    .con_address, .con_form{
        float: none;
        width: auto;
        margin-bottom: 40px;
        margin-left:0;
        margin-right: 0;
        padding-left:0;
        padding-right:0;
    }

    .con_address fieldset, .con_form fieldset{
        padding: 10px 0;
    }

    legend{
        padding: 0;
    }

    .qi{
        width: 45%;
        margin-bottom: 20px;
        box-sizing: border-box;
        padding-bottom: 40px;
    }
    .proj_sum_list {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }
    .project_list{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }
    
}

@media screen and (max-width: 530px) {
    .qi{
        float: none;
        width: 100%;
    }
}