﻿body {
    width: 100%;
    height: 100%;
    margin: 0;
}

@font-face {
    font-family: 'OpenSans-Bold';
    src: url('../fonts/OpenSans-Bold.eot'), url('../fonts/OpenSans-Bold.ttf');
}

@font-face {
    font-family: 'OpenSans-Regular';
    src: url('../fonts/OpenSans-Regular.eot'), url('../fonts/OpenSans-Regular.ttf');
}

@font-face {
    font-family: 'OpenSans-Semibold';
    src: url('../fonts/OpenSans-Semibold.eot'), url('../fonts/OpenSans-Semibold.ttf');
}



@font-face {
    font-family: 'Roboto-Regular';
    src: url('../fonts/Roboto-Regular.eot') format('embedded-opentype'), url('../fonts/Roboto-Regular.otf') format('opentype'), url('../fonts/Roboto-Regular.ttf') format('truetype'), url('../fonts/Roboto-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Roboto-Medium';
    src: url('../fonts/Roboto-Medium.woff') format('woff'), url('../fonts/Roboto-Medium.ttf') format('truetype'), url('../fonts/Roboto-Medium.otf') format('opentype'), url('../fonts/Roboto-Medium.eot') format('embedded-opentype');
}

@font-face {
    font-family: 'Roboto-Bold';
    src: url('../fonts/Roboto-Bold.eot') format('embedded-opentype'), url('../fonts/Roboto-Bold.otf') format('opentype'), url('../fonts/Roboto-Bold.ttf') format('truetype'), url('../fonts/Roboto-Bold.woff') format('woff');
}

@font-face {
    font-family: 'Roboto-Black';
    src: url('../fonts/Roboto-Black.eot') format('embedded-opentype'), url('../fonts/Roboto-Black.otf') format('opentype'), url('../fonts/Roboto-Black.ttf') format('truetype'), url('../fonts/Roboto-Black.woff') format('woff');
}

@font-face {
    font-family: 'SourceSans3-Bold';
    src: url('../fonts/SourceSans3-Bold.ttf') format('truetype');
}

a , a:hover {
    text-decoration: none;
}

.justify {
    width: 100%;
    display: inline-block;
}

.css300 {
    -moz-transition: all 300ms;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

.css500 {
    -moz-transition: all 500ms;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}

.about-main {
    position: relative;
    background-color: #28306d;
    min-height: calc(100vh - 134px);
}
    .about-main:after {
        position: absolute;
        content: "";
        background-image: url('../images/aboutmain-after.png');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: right;
        width: 100%;
        height: 11vw;
        top: 100%;
        display: none;
    }

.about-main-wrapper{
    width:84%;
    margin:0 auto;
    display:flex;
}

.about-main-left {
    padding-top: 40px;
    width: 50%;
}

.about-breadcrumbs {
    font-family: Roboto-Bold;
    font-size: 14px;
    line-height: 15.5px;
    letter-spacing: 2px;
    color: #9ea1bb;
    margin-bottom:30px;
}

.breadcrumbs-circle {
    height: 7px;
    width: 7px;
    border-radius: 50%;
    border: 1px solid #9ea1bb;
    display:inline-block;
    margin:0 5px;
}

.about-main-header {
    font-family: Roboto-Black;
    line-height: 15.5px;
    font-size: 30px;
    letter-spacing:4px;
    color: white;
    margin-left: 20px;
    margin-top: 100px;
    margin-bottom:40px;
    position: relative;
    white-space:nowrap;
}

.about-main-header-yellow {
    color: #fcd03b;
}

.about-header-img {
    position: absolute;
    bottom: -105px;
    left: -75px;
}

.about-main-text {
    font-family: Roboto-Regular;
    font-size: 16px;
    line-height: 30px;
    color: white;
    word-spacing: 3px;
    text-align: justify;
    margin-left: 20px;

}

.about-main-right {
    width: 50%;
}

.about-main-image{
    text-align:right;
    height:100%;
}

.about-main-img{
    height:100%;
}

.about-contact {
    position: relative;
}
    .about-contact:after {
        position: absolute;
        content: "";
        background-image: url('../images/aboutcontact-after.png');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: right;
        width: 100%;
        height: 11vw;
        top: 100%;
    }

.about-contact-wrapper{
    width:64%;
    margin:0 auto;
    padding-top:14vw;
}

.about-contact-header{
    width:50%;
    margin:0 auto;
    font-family:Roboto-Medium;
    font-size:18px;
    line-height:30px;
    font-style:italic;
    word-spacing:0.1px;
    text-align:center;

}

.about-contact-content-container {
    text-align: justify;
    padding:20px 0;
}

.about-contact-content {
    display: inline-block;
    width:220px;
}

.about-contact-item {
    display: inline-block;
}

.about-contact-image{
    height:190px;
    margin:10px 0;
}

.about-contact-image img {
    height:100%;
    margin:0 auto;
    display:block;
}

.about-contact-text{
    text-align:center;
}

.about-contact-text-head {
    font-family: SourceSans3-Bold;
    font-size: 20px;
    line-height: 30px;
    color: #28306d;
}

.about-contact-text-content{
    font-family:Roboto-Regular;
    font-size:16px;
    line-height:24px;
    word-spacing:0.1px;
}

.about-contact-button {
    font-family: Roboto-Bold;
    font-size: 14px;
    line-height:60px;
    border: 2px solid #d4a339;
    color: #d4a339;
    border-radius:50px;
    margin: 0 auto;
    width:260px;
    text-align:center;
    letter-spacing:2px;
}

    .about-contact-button:hover {
        background-color: #d4a339;
        color:white;
    }

.about-contact-phonelogo {
    height: 22px;
    width: 22px;
    background-image: url('../images/contact-phone.png');
    background-size:contain;
    display:inline-block;
    vertical-align:middle;
    margin-left:3px;
}

.about-contact-button:hover .about-contact-phonelogo {
    background-image: url('../images/contact-phone-white.png');
}


.about-partners {
    background-image: url('../images/aboutpartnersbg.png');
    background-color: #daa93e;
    padding-top: 12vw;
    padding-bottom:30px;
}

.about-partners-wrapper {
    width: 84%;
    margin: 0 auto;
    max-width:1180px;

}

.about-partners-header{
    font-family:Roboto-Black;
    font-size:30px;
    word-spacing:2px;
    color:white;
    text-align: center;
    margin-top:30px;
    
}

.about-partners-content{
    padding:60px 0;
    text-align:center;
}

.about-partners-whitebox {
    height: 190px;
    width: 190px;
    border:1px solid white;
    margin: 10px 20px;
    position: relative;
    border-radius: 50%;
    display:inline-block;
}

.about-partners-innerbox {
    height: 150px;
    width: 150px;
    background-color: white;
    margin: 21px;
    position: relative;
    border-radius: 50%;
}


    .about-partners-whitebox img {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left:36px;
        width:80px;
    }


.contact-main {
    position: relative;
    background-color: #28306d;
}

    /*.contact-main:after {
        position: absolute;
        content: "";
        background-image: url('../images/contact-after.png');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: right;
        width: 100%;
        height: 8vw;
        top: 100%;
    }*/

.contact-main-wrapper {
    width: 84%;
    margin: 0 auto;
    display: flex;
    padding-bottom:30px;

}

.contact-main-left {
    padding-top: 40px;
}

.contact-map {
    height: 500px;
    width: 100%;

}

/*.contact-form:before {
    position: absolute;
    content: "";
    background-image: url('../images/contact-before.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
    width: 100%;
    height: 8vw;
    bottom: 100%;
    z-index:1;
}*/

.contact-form {
    position: relative;
    background-color: white;
    padding:40px 0;
    
}

.contact-form-wrapper {
    width: 84%;
    margin: 0 auto;
    display: flex;
}

.contact-vector{
    width:50%;
}

.contact-form-content {
    width: 50%;
    margin: 0 auto;
}

.contact-form-content-wrapper {
    width: 90%;
    margin:0 auto;
}

.contact-address-content-wrapper {
    display:table;
    height:100%;
}

.contact-address-content-cell {
    display: table-cell;

    padding-bottom:40px;
}


.contact-form-row {
    padding: 20px 0;
    position: relative;
    max-width: 750px;
}

.validator {
    position: absolute;
    font-family: Roboto-Medium;
    font-size: 14px;
    color: #8e44ad;
    left: 5px;
    bottom: -5px;
}

.validator-img {
    height: 20px;
    width: 20px;
    display: inline;
    vertical-align: bottom;
}

:focus{
    outline:none;
}

.inputdetails {
    width: 100%;
    border: none;
    border-bottom: 3px solid #d5d5d5;
    padding: 5px 0;
    font-family:Roboto-Regular;
}

.captcha_field {
    width: 49%;
    border: none;
    border-bottom: 3px solid #d5d5d5;
}

.captcha_Img {
    height:50px;
    vertical-align:bottom;
}

.contact-main-header {
    font-family: Roboto-Black;
    line-height: 36px;
    font-size: 30px;
    letter-spacing: 4px;
    color: white;
    width:100%;
    position: relative;
}

.contact-main-header-yellow {
    color: #fcd03b;
    display:inline-block;
}

.submit {
    font-family: Roboto-Bold;
    font-size: 14px;
    line-height: 60px;
    border: 2px solid #d4a339;
    color: #d4a339;
    border-radius: 50px;
    margin: 0 auto;
    width: 260px;
    text-align: center;
    background-color:white;
    display:block;
    letter-spacing:3px;
}

    .submit:hover {
        background-color: #d4a339;
        color: white;
    }

.contact-subheading {
    font-family: 'SourceSans3-Bold';
    font-size: 30px;
    line-height: 55px;
    letter-spacing: 2px;
    color: black;
}

.contact-details {
    font-family: Roboto-Medium;
    font-size: 16px;
    line-height: 40px;
    letter-spacing: 0.1px;
    color: black;
}

.contact-details a{
    color:black;
}
    .contact-details a:hover {
        color: #daa93e;
    }


.contact-image {
    background-image: url('../images/contact-photo.jpg');
    background-size:contain;
    background-repeat:no-repeat;
    background-position:left;
    width:100%;
    padding-bottom:50%;
    margin:30px 0;
}

#caddlogo {
    background-image: url('../images/icons8-marker-64.png');
}

#cdetlogo {
    background-image: url('../images/icons8-phone-64.png');
}

#cemlogo {
    background-image: url('../images/icons8-email-64.png');
}

.contact-logo{
    background-size:contain;
    background-repeat:no-repeat;
    background-position:top right;
    vertical-align:top;
    display:inline-block;
    margin-right:10px;
    margin-top:5px;
    width:32px;
    height:32px;
}

.contact-info{
    display:inline-block;
}

.sweet-alert .sa-icon.sa-success {
    border-color: #fcd03b;
}

    .sweet-alert .sa-icon.sa-success .sa-line {
        height: 5px;
        background-color: #28306d;
        display: block;
        border-radius: 2px;
        position: absolute;
        z-index: 2;
    }

.sweet-alert h2 {
    font-family: 'SourceSans3-Bold';
}

.sweet-alert button {
    background-color: #28306d !important;
}

.sweet-alert button:hover {
    background-color: #daa93e !important;
}

.phar {
    margin-top: 75px;
}

.phardigital {
    margin-top: 120px;
}

.phar-text {
    font-family: Roboto-Regular;
    font-size: 18px;
    line-height: 32px;
    word-spacing: 3px;
    width: 90%;
    text-align: justify;
}

.grab-text {
    font-family: Roboto-Regular;
    font-size: 18px;
    line-height: 32px;
    word-spacing: 3px;
    width: 90%;
    color: white;
    margin: 0 auto;
}

.grab-left, .grab-right {
    width: 49%;
    display: inline-block;
}

.grab-left {
    text-align: center;
    vertical-align: middle;
}

.grab-right {
    vertical-align: middle;
}

.phar-right {
    margin-top: 0;
    text-align: initial;
}

.grab-img {
    width: 70%;
    margin-top: 25px;
}

.left, .right {
    width: 49%;
    display: inline-block;
}

.right {
    text-align: center;
}

.left {
    text-align: justify;
    vertical-align: top;
}


.phar-logo {
    margin-top: 25px;
}

.phar-logo img {
    width: 75px;
}

.taxi-text {
    font-family: Roboto-Regular;
    font-size: 18px;
    line-height: 32px;
    word-spacing: 3px;
    width: 49%;
    margin: 0 auto;
    margin-top: 25px;
    display: inline-block;
}

.yellow-bottom {
    height: 8vw;
}

.grab-box {
    vertical-align: middle;
}

.taxi-grab {
    width: 55%;
    margin: 0 auto;
}

.cab-image img {
    width: 80%;
}

.taxi-title {
    text-align: center;
    font-family: Roboto-Black;
    font-size: 30px;
    line-height: 42px;
    word-spacing: 5px;
    color: #28306d;
    width: 100%;
    padding-bottom: 39px;
    padding-top: 20px;
}

.vid-div {
    text-align: center;
    width: 49%;
    display: inline-block;
    vertical-align:top;
}

.video-text {
    font-family: Roboto-Regular;
    font-size: 13px;
    text-align: center;
    padding: 15px 0;
    width: 74%;
    margin: 0 auto;
}

.coffee-div {
    text-align: center;
    width: 49%;
    display: inline-block;
    vertical-align: top;
}

.coffee-img img {
    width: 80%;
}

@media (max-width: 767px) {
    .cab-image img {
        width: 63%;
    }
}

@media (max-width: 1000px) {
    .vid-div, .coffee-div {
        width: 100%;
        display: block;
    }
}

.create-span {
    text-align: center;
    font-family: SourceSans3-Bold;
    font-size: 24px;
    line-height: 42px;
    color: #28306d;
    margin: 30px 0;
}

.create-span span {
    margin-right: 10px;
}

@media(max-width: 450px) {
    .create-span span{
        display: block;
    }
}

@media (max-width: 1024px) {
    .taxi-grab {
        width: 100%;
    }

 
}

@media (max-width: 1000px) {
    .phardigital {
        margin-top: 140px;
    }
}



@media (min-width: 1480px) {
    .phar {
        margin-top: 5.357vw;
    }

    .phardigital {
        margin-top: 8.571vw;
    }
    .grab-img {
        margin-top: 1.689vw;
    }

    .phar-logo img {
        width: 5.068vw;
    }
}

@media (max-width: 1240px) {
    .phar-title {
        padding-top: 30px;
    }

    .grab-left, .grab-right, .right, .left {
        display: block;
        width: 100%;
    }

    .phar-img img {
        width: 70%;
    }

    .phar-img {
        padding-top: 40px;
    }

    .phar-text, .grab-text, .grab-img {
        width: 92%;
        margin: 0 auto;
    }

    .phar-logo, .grab-img {
        text-align: center;
    }
}



    @media(max-width:1280px) {
        .about-main-image {
            position: relative;
            text-align: left;
        }

        .about-main-img {
            position: absolute;
            height: unset;
            width: 100%;
            display: block;
            top: 50%;
            transform: translateY(-50%);
        }

        .about-contact-wrapper {
            width: 90%;
        }

        .contact-form-wrapper {
            flex-wrap: wrap;
        }

        .contact-vector {
            width: 100%;
            order: 2;
            padding-top: 20px;
            border-top: 1px solid #d5d5d5;
        }

        .contact-form-content {
            width: 100%;
            order: 1;
            padding-bottom: 20px;
        }

        .contact-form-row {
            margin: 0 auto;
        }

        .contact-address-content-wrapper {
             margin: 0 auto; 
        }

    @media(max-width:840px) {
        .about-main-wrapper {
            flex-wrap: wrap;
        }

        .about-main-left {
            width: 100%;
        }

        .about-main-right {
            width: 100%;
        }

        .about-main-image {
            position: unset;
            text-align: center;
            max-width: 400px;
            margin: 0 auto;
        }

        .about-main-img {
            position: unset;
            transform: none;
        }

        .about-main-header {
            font-size: 26px;
        }

        .about-main-text {
            font-size: 14px;
        }

        .about-contact-header {
            width: 75%;
        }

        .about-contact-content {
            width: 100%;
            text-align:center;
        }

        .about-contact-item {
            margin-bottom: 25px;
        }

        .about-contact-image {
            height: 100px;
        }

        .about-contact-text {
            width: 100%;
        }

        .about-contact-image.rl {
            order: 2;
        }

        .about-contact-text.rl {
            order: 1;
        }
      
    }

@media(max-width:600px) {

    .about-partners-whitebox {
        margin: 15px auto;
    }

    .about-main-header-yellow {
        display: block;
        line-height: 45px;
    }
}