
/*==== Style ====*/

body {
    background: #ffffff;
}

/*==== Start Title Section ====*/

.heading {
    padding-bottom: 40px;
    text-align: center;
}
.heading h2 {
    font-size: 36px;
    color: #292929;
    font-weight: 600;
    margin-bottom: 0;
    text-transform: capitalize;
}
.heading p{
    color: #292929;
    font-size: 16px;
    font-weight: 300;
}
.btn-normal {
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    color: #ffffff;
    background: #cf0010;
    padding: 8px 30px;
    border-radius: 5px;
    text-transform: uppercase;
}
.btn-normal.normal-outline{
    background: transparent;
    border: 2px solid #ffffff;
}
.btn-normal:focus, .btn-normal:hover {
    outline: none;
    color: #ffffff;
    text-decoration: none;
}
.btn-normal.normal-outline:focus, .btn-normal.normal-outline:hover {
    border-color: #324343;
}

/*============== News area ===============*/

.about-area {
    background: #dc982d;
}
.about-area::after {
    content: '';
    background: #292929;
    clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}
.about-area > .container {
    position: relative;
    z-index: 11;
}
.featured-content h2{
    color: #292929;
    font-size: 30px;
    font-weight: 600;
}
.featured-content p{
    color: #292929;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 0;
}
.about-area .row > div:nth-child(2) > .featured-content{
    padding-left: 30px;
}
.about-area .row > div:nth-child(2) > .featured-content h2,
.about-area .row > div:nth-child(2) > .featured-content p{
    color: #ffffff;
}

/*============== Collaborative Area ===============*/

.collaborative-area .heading h2{
    font-size: 32px;
}
.collaborative-item{
    text-align: center;
}
.collaborative-item img {
    margin-bottom: 30px;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100px;
}
.collaborative-item h4{
    color: #292929;
    font-size: 16px;
    font-weight: 600;
}
.collaborative-item p{
    font-size: 16px;
    color: #292929;
    font-weight: 300;
    margin-bottom: 5px;
}

/*============== Service Area ===============*/

.service-area {
    background: #f0f0f0;
}
.service-area .heading h2 {
    font-weight: 300;
    padding-bottom: 5px;
}
.service-area .heading h3 {
    font-size: 36px;
    font-weight: 600;
    color: #292929;
    display: flex;
    align-items: center;
    justify-content: center;
}
.service-area .heading h3 span {
    color: #aa1922;
    font-size: 10px;
    padding: 0 20px;
}
.service-item img {
    width: 100%;
    max-width: 100%;
    height: auto;
    border: 1px solid #cbcbcb;
}
.service-content {
    text-align: center;
    padding: 20px 20px 0;
}
.service-content h3{
    color: #292929;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
}
.service-content p{
    color: #292929;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 0;
}

/*======= Contact Us page =============*/

.enquiry-area {
    background: #1a1d1e;
}
.contact-area .heading h2, .enquiry-area .heading h2{
    color: #cf0010;
    font-size: 40px;
}
.location-area {
    background: #ffffff;
}
.location-area iframe{
    width: 100%;
    max-width: 100%;
}
.contact-info {}
.contact-info h4 {
    font-size: 20px;
    font-weight: 300;
    color: #fff;
}
.contact-info h5{
    font-size: 15px;
    font-weight: 300;
    color: #fff;
}
.contact-info p.heading-title{
    color: #cf0010;
    padding-top: 5px;
}
.contact-info p{
    color: #697172;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 0;
    line-height: 25px;
}
.contact-info p a{
    color: #697172;
}
.contact-info p a:hover, .contact-info p a:focus{
    color: #ffffff;
}
.contact-info span.office-space {
    padding-top: 38px;
    display: inline-block;
}
.contact-area .row > div:nth-child(2) > div{
    padding-left: 5%;
}
.contact-area {
    background: #1a1d1e;
    border-top: 1px solid #272c2c;
}
.contact-form h3{
    font-size: 36px;
    color: #ffffff;
    font-weight: 300;
    margin-bottom: 0;
}
.contact-form form {}
.contact-form label {
    color: #697172;
    font-size: 16px;
    font-weight: 300;
}
.contact-form label span.required {
    color: #9d274d;
}
.contact-form .form-select, .contact-form .form-control {
    color: #ffffff;
    font-size: 15px;
    border-radius: 8px;
    border: 2px solid #444;
    padding: 8px 15px;
    background: transparent;
}
.contact-form .form-select:focus, .contact-form .form-control:focus {
    outline: none;
    box-shadow: none;
}
.recaptcha-area {
    justify-content: end;
    display: flex;
}
.contact-form button[type="submit"], .contact-form input[type="submit"],
.contact-form button[type="submit"]:hover, .contact-form input[type="submit"]:hover{
    border: none;
    color: #ffffff;
    padding: 8px 30px;
    font-size: 16px;
    font-weight: 300;
    box-shadow: none;
    text-transform: capitalize;
    background: #cf0010;
    border-radius: 5px;
}






