
#pages.main .page-title {
    height: 350px;
   background: url('../img/banner_bg.jpg'); background-size: cover;
}

#pages.main .page-title .breadcrumbs-div {
    z-index: 4;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    text-align: center
}
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 0px;
    list-style: none;
    background-color: transparent;
    border-radius: 4px;
    display: inline-block;
    bottom: 0;
   font-weight: 600;
}

.breadcrumb-item {
    color: #777;
}

.breadcrumb .e{
    color: #f69504;
}

section#about p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 20px
}


section#about ul.check-list {
    font-size: 18px;
    color: #666;
    padding: 0;
    margin: 25px 0;
    list-style: none
}

section#about ul.check-list li {
    padding-bottom: 20px
}

section#about ul.check-list li:last-child {
    padding-bottom: 0
}
section#about ul.check-list li span {
    color: #f69504;
}
.main-content {
    padding: 80px 0;
}
section#timeline {
    background: #ededed;
}
.section-title:after {
    content: url(../img/air-icon.png);
    display: block;
    margin: 0 auto;
    padding: 0 0 20px;
    text-transform: uppercase;
}


section#contact {
    background: #fafafa;
    position: relative;
}

form.contact-form .col-md-12 {
    padding: 0;
    text-align: center
}

form.contact-form input,form.contact-form select {
    height: 60px;
width:100%;
    border: 0;
    border-radius: 30px;
    padding-left: 30px;
    box-shadow: 5.5px 9px 15px 0 rgba(0,0,0,.1)
}

form.contact-form input:focus {
    box-shadow: none
}

form.contact-form textarea {
    margin: 10px 0 30px;
width:100%;
    border: 0;
    border-radius: 30px;
    padding: 20px 30px;
    box-shadow: 5.5px 9px 15px 0 rgba(0,0,0,.1);
    max-width: 100%;
    resize: none
}

form.contact-form textarea:focus {
    box-shadow: none
}

form.contact-form .form-control::-webkit-input-placeholder {
    color: #999
}

form.contact-form .form-control:-moz-placeholder {
    color: #999
}

form.contact-form .form-control::-moz-placeholder {
    color: #999
}

form.contact-form .form-control:-ms-input-placeholder {
    color: #999
}
.form-group {
    margin-bottom: 15px;
}
.cont {
    height: 600px;
    background-color: #fff;
    padding: 20px;
    border-radius: 30px;
    height: 100%;
    float: right;
    border-radius: 30px;
    box-shadow: 5.5px 9px 15px 0 rgba(0,0,0,.2)
}
.cont ul {
    list-style-type: none;text-align: center;padding:0
}
.cont ul li{
    border-bottom: 1px solid #e4e3e3;
    padding: 10px;
}
.cont ul li:last-child{
    border-bottom: 0px solid #e4e3e3; 
}
.cont ul i{
    color:orange;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 40px;
    text-align: center;
    /* border: 1px solid; */
    background: #f5f5f5;
    margin: 0 auto
}

.cont ul i:hover{
    color:#fff
}

section.contact:before {
    content: '';
    display: block;
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: 0;
    z-index: 1;
    box-shadow: 5px 60px 50px 0 rgba(0,0,0,.1)
}

section#contact .contact-top {
    margin-bottom: 80px
}