
html {
    font: normal 100 18px / 26px "Roboto", Helvetica, Arial, Verdana, sans-serif;
}
a {
    text-decoration: none;
    color: #2a578b;
}
a img {
    max-width: 100%;
}

form {

}
form fieldset {
    padding: 0;
    margin: 0;
    border: none;
}
form fieldset p {

}
form fieldset input[type=text],
form fieldset input[type=email],
form fieldset select,
form fieldset textarea {
    font-family: Roboto;
    font-size: 16px;
    padding: 7px;
    margin: 0;
    background-color: #fbfcfc;
    border: 1px solid #e0e1e1;
}
form input[type=file] {
    font-family: Roboto;
    font-size: 16px;
}
ol,
ul {
    padding: 0 0 0 30px;
}
ol li,
ul li {
    font-size: 18px;
    font-weight: normal;
    line-height: 2em;
}
.alert {
    display: block;
    font-size: 24px;
}
.alert-success {
    text-align: center;
    margin: 1em 0;
    color: #456a2b !important;
    max-width: 800px;
}

.note,
.msg {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #676a6c;
}
.error input[type=text],
.error input[type=email],
.error select,
.error textarea {
    border-color: #cd0000 !important;
    background-color: #cd000052 !important;
}
.error input[type=file] {
    color: #cd0000;
}
.error.msg {
    font-style: italic;
    color: #cd0000;
}

.home {

}
.home article {
    width: 100%;
}
.home article  {
    
}

header {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    z-index: 1;
    border-bottom: 1px solid #2a578b;
}
header section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 1162px;
    margin: 0 auto;

}
.mobile-nav-button {
    display: none;
}
header .branding {
    width: 255px;
    height: 90px;
    margin: 0;
    flex-shrink: 0;
}
header .branding a {
    display: block;
    width: 100%;
}
header .branding a img {
    display: block;
    width: 100%;
}

header nav {
    flex-grow: 1;
    display: flex;
}
header nav ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
    list-style: none;
}
header section nav ul li.mobile-link {
    display: none;
}
header nav ul li a {
    font: normal 400 16px / 20px "Lato", Helvetica, Arial, Verdana, sans-serif;
    letter-spacing: 1px;
    color: #262b2e;
    text-transform: uppercase;
}


article main section .content {
    box-sizing: border-box;
    max-width: 1162px;
    padding: 50px 44px 0;
    margin: 0 auto;
}

article main section .content h2 {
    font: normal 400 36px / 44px "Lato", Helvetica, Arial, Verdana, sans-serif;
    color: #000000;
    margin-top: 0;
}

article main section .content h3 {
    font-family: "Lato", Helvetica, Arial, Verdana, sans-serif;
    font-size: 18px;
    color: #000000;
    margin-top: 0;
}


article main section .content p,
article main section .content ul {
    font: normal 400 18px / 26px "Roboto";
    color: #000000;
}


.home article .banner {
    position: relative;
    width: 100%;
    height: 360px;
    padding: 240px 0 0;
    background: url('/image/dq-bg-slide.jpg') no-repeat center center;
    background-size: cover;
}
.home article .banner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/image/dotted.png) repeat 0 0;
}
.home article .banner .content {
    max-width: 1162px;
    margin: 0 auto;
}
.home article .banner .content .slogen {
    font-family: Raleway;
    font-weight: 400; 
    font-size: 40px;
    line-height: 40px; 
    letter-spacing: 5px;
    max-width: 960px;
    margin: 0 auto 0.5em;
    text-align: center;
    color: #fff; 
}


.home article .banner .content .sub-heading {
    font-family: Raleway;
    font-weight: 400; 
    font-size: 20px;
    line-height: 26px; 
    letter-spacing: 2px;
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}
/* #what-we-are */
.home article #what-we-are {
    font: normal 400 18px / 26px "Roboto";
    max-width: 1162px;
    margin: 0 auto;
    text-align: center;

}
/* #what-we-do */
.home article #what-we-do .content{
    position: relative;
    max-width: 1162px;
    height: 740px;
    margin: 0 auto;
    text-align: center;
}

.home article #what-we-do .dq-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: Border-box;
    position: absolute;
    left: -100px;
    top: -100px;
    right: -100px;
    bottom: -100px;
    font: 28px / 35px Lato;
    width: 279px;
    height: 279px;
    padding: 70px 25px;
    margin: auto;
    background: #ffffff;
    color: #fff;
    

    border: 3px solid #2a578b;
    border-radius: 50%;
    text-align: center;
}
.home article #what-we-do ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 152px;
    height: 152px;
    position: absolute;
    left: 50%;
    top: 50%;
    padding: 0;
    margin: -76px 0 0 -76px;
    /*background: #2a578b;
    border: 5px solid #fff;*/
     border: 3px solid #2a578b;
    transform: translate(0, 0);
    transition: transform .5s;
    z-index: -2;
    box-sizing: content-box;
    border-radius: 50%;
    text-align: center;

}
.home article #what-we-do ul li span {
    font: 15px / 20px Lato;
    text-transform: uppercase;
    color: #2a578b;
}
.home article #what-we-do ul li:nth-child(1)  {
    transition-delay: 75ms;
    transform: translate(0, -300px);
}
.home article #what-we-do ul li:nth-child(2)  {
    transition-delay: 150ms;
    transform: translate(234.55px, -187.05px);
}
.home article #what-we-do ul li:nth-child(3)  {
    transition-delay: 225ms;
    transform: translate(292.48px, 66.76px);
}
.home article #what-we-do ul li:nth-child(4)  {
    transition-delay: .3s;
    transform: translate(130.17px, 270.29px);   
}
.home article #what-we-do ul li:nth-child(5)  {
    transition-delay: 375ms;
    transform: translate(-130.17px, 270.29px);
}
.home article #what-we-do ul li:nth-child(6)  {
    transition-delay: 450ms;
    transform: translate(-292.48px, 66.76px);
}
.home article #what-we-do ul li:nth-child(7)  {
    transition-delay: 525ms;
    transform: translate(-234.55px, -187.05px);
}

@media screen and (max-width: 769px) {
    .home article #what-we-do .content {
        height: auto;
    }
    .home article #what-we-do .dq-logo {
        display: none;
    }
    .home article #what-we-do ul {
        list-style: none;
        padding: 0 1em;
    }
    .home article #what-we-do ul li {
        position: static;
        display: block;
        width: auto;
        height: auto;
        margin: 0;
        border: none;
        border-radius: 0;
        text-align: left;
    }
    .home article #what-we-do ul li span {
        position: relative;
        font: normal 400 18px / 26px "Roboto";
        display: block;
        padding-left: 24px;
        padding-bottom: 10px;
        margin-bottom: 10px;
        text-align: left;
        border-bottom: 1px solid rgba(103,107,109,0.15);
        color: #000000;
    }
    .home article #what-we-do ul li span:before,
    .home article #what-we-do ul li span:after {
        position: absolute;
        top: 6px;
        left: 0;
        margin-top: 0;
        width: 13px;
        height: 13px;
        content: "";
        background-position: 0 center;
        background-repeat: no-repeat;
        background-size: 13px 13px;
        border-radius: 50%;
    }
    .home article #what-we-do ul li span:after {
        background: url(/image/arrow.svg) no-repeat 0 center;
        background-size: 13px;
        background-color: #2a578b;
    }

    .home article #what-we-do ul li:nth-child(1),
    .home article #what-we-do ul li:nth-child(2),
    .home article #what-we-do ul li:nth-child(3),
    .home article #what-we-do ul li:nth-child(4),
    .home article #what-we-do ul li:nth-child(5),
    .home article #what-we-do ul li:nth-child(6),
    .home article #what-we-do ul li:nth-child(7) {
        transform:none;
    }
}

.home article #what-we-believe-in {
    background: url(/image/tl-bg.png) no-repeat center center;
    background-size: cover;
}
.home article #what-we-believe-in .content {
    max-width: 1162px;
    margin: 0 auto;
}

.home article #what-we-believe-in .content .time-line {
    position: relative;
    list-style: none;
    padding: 50px 0;
    margin: 30px 0 0 0;
    z-index: 0;
}
.home article #what-we-believe-in .content .time-line li {
    position: relative;
    padding-bottom: 60px;
    margin-bottom: -30px;
}
.home article #what-we-believe-in .content .time-line li:first-child:before {
    content: '';
    position: absolute;
    top: -50px;
    width: 4px;
    background: #E9E9E9;
    left: 150px;
    margin-left: -8px;
    z-index: 1;
    height: 95px;


    left: 50%;
}

.home article #what-we-believe-in .content .time-line li:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #E9E9E9;
    left: 150px;
    margin-left: -8px;
    z-index: 1;

    left: 50%;
}
.home article #what-we-believe-in .content .time-line li:last-child:after { 
    display:none;
}
.home article #what-we-believe-in .content .time-line li .time-line-label {
    border: 0px solid #94abc5;
    border-right: 0px solid #94abc5;
    box-shadow: none;
    background: transparent;


        margin-right: 55%;
        margin-left: 0;
}
.home article #what-we-believe-in .content .time-line li:nth-child(even) .time-line-label {
        margin-right: 0;
        margin-left: 55%;
}
.home article #what-we-believe-in .content .time-line li .time-line-label h3 {
    text-transform: capitalize;
    font-size: 60px;
    font-family: lato;
    font-weight: 100;
    line-height: 1em;
    margin-top: 0px;
    margin-bottom: 15px;
    color: #2a578b;
}
.home article #what-we-believe-in .content .time-line li .time-line-label p {
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
}
.home article #what-we-believe-in .content .time-line li:nth-child(odd) .time-line-label h3,
.home article #what-we-believe-in .content .time-line li:nth-child(odd) .time-line-label p {
    text-align: right;
}

.home article #what-we-believe-in .content .time-line li .timeline-icon {
    position: absolute;
    left: 150px;
    top: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 0 0 4px #E9E9E9;
    margin: 0 0 0 -26px;
    z-index: 2;
    background: #2a578b;

            left: 50%;
}


@media screen and (max-width: 769px) {
    .home article #what-we-believe-in .content .time-line li:first-child:before,
    .home article #what-we-believe-in .content .time-line li:after,
    .home article #what-we-believe-in .content .time-line li .timeline-icon {
        left: 13%;
    }
    .home article #what-we-believe-in .content .time-line li .time-line-label {
        margin-right: 0 !important;
        margin-left: 18% !important;
    }
    .home article #what-we-believe-in .content .time-line li .time-line-label h3,
    .home article #what-we-believe-in .content .time-line li .time-line-label p {
        text-align: left !important;
    }
}


/* #partner-with-us */
.home article #partner-with-us {
    background: url(/image/partners-withus.jpg) no-repeat center center;
    background-size: cover;
}
.home article #partner-with-us .content {
    max-width: 1162px;
    padding: 140px 10px;
    margin: 0 auto;
}
.home article #partner-with-us .content > div {
    max-width: 56%;
    text-align: center;
}
.home article #partner-with-us .content h2 {
    font-size: 48px;
    font-weight: 400;
    line-height: 1em;
    color: #fff;
}
.home article #partner-with-us .content p {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5em;
    color: #fff;
}

.home article #what-we-are h2,
.home article #what-we-do h2,
.home article #what-we-believe-in h2
 {
    font: normal 100 36px / 44px "Lato", Helvetica, Arial, Verdana, sans-serif;
    font-size: 60px;
    font-weight: 400;
    line-height: 60px;
    text-align: center;
    color: #2a578b;
}
@media screen and (max-width: 769px) { 
    .home article #partner-with-us .content > div {
        max-width: none;
        padding: 10px;
    }
}


/* footer */
article footer {
    padding: 1em 0;
    background-color: #f4f4f4;
}
article footer nav {
    max-width: 1162px;
    padding: 0;
    margin: 0 auto;
}
article footer nav ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    padding: 0 15%;
    margin: 1em 0;
}
article footer nav ul li {
    font-size: 13px;
}
article footer nav ul li a {
    color: #676b6d;
    font-weight: 600;
}
article footer .post-address {
    font-size: 13px !important;
    font-weight: 600;
    line-height: 1.2em;
    margin: 0 0 10px;
    padding: 0;
    text-align: center;
}
@media screen and (max-width: 769px) {
    article footer nav ul {
        flex-wrap: wrap;
        justify-content: center;
        padding: 0 10px;
    }
    article footer nav ul li {
        margin: 0 8px;
    }
}




/* mobile nav */
@media screen and (max-width: 1150px) {
    .mobile-nav-button {
        position: absolute;
        display: block;
        margin: 0;
        cursor: pointer;
    }
    .mobile-nav-button a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 22px;
        height: 22px;
        padding: 1em;
        margin: 0;
    }
    .mobile-nav-button a .stack {
            /*display: inline-block;*/
            width: 22px;
            height: 2px;
            background-color: #676a6c;
            position: relative;
    }
    .mobile-nav-button a .stack:after, 
    .mobile-nav-button a .stack:before {
        /*display: inline-block;*/
        width: 22px;
        height: 2px;
        background-color: #676a6c;
        position: absolute;
        left: 0;
        content: '';
        -webkit-transform-origin: 1.5px center;
        transform-origin: 1.5px center;
        -webkit-transition: top .3s;
        transition: top .3s;
    }
    .mobile-nav-button a .stack:before {
        top: 7px;
    }
    .mobile-nav-button a .stack:after {
        top: -7px;
    }
    header section {
        position: relative;
    }
    header section nav {
        position: absolute;
        top: 0;
        left: 0;
        display: none;
        width: 100%;
        height: 100vh;
        background-color: rgba(17, 17, 17, 0.4);
        z-index: 1;

        opacity:0;
        transition:opacity 3s linear;
    }
    header section nav.on {
        display: block;
        opacity:1;
    }
    header section nav ul {
        position: relative;
        top: 0;
        left: -100%;
        flex-direction: column;
        justify-content: flex-start;
        overflow: hidden;
        overflow-y: auto;
        width: 330px;
        height: 100%;
        padding: 30px 0;
        margin: 0;
        background-color: rgba(255, 255, 255, 0.9);
        
    }
    header section nav.on ul {
        left: 0;
        transition: left 3s;
    }
    header section nav ul li.mobile-link {
        display: block;
    }
    header section nav ul li a {
        display: block;
        font-size: 16px;
        font-weight: 600;
        line-height: 1.2em;
        color: #2a578b;
        padding: 16px 30px 16px;
    }
    article header .branding {
        height: 64px;
        margin: 0 auto;
    }
    article header .branding a,
    article header .branding a img {
        width: auto;
        height: 100%;
    }
}

.contact-form {
    position: relative;
    width: 100%;
    max-width: 800px;
}
.contact-form .address-email {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.contact-form .address-email p {
    width: 48%;
    margin: 0;
}
.contact-form .equiry-type select {
    width: 100%;
}
.contact-form .address-email p input,
.contact-form .message textarea
{
    box-sizing: border-box;
    width: 100%;
}
.contact-form .message {
    box-sizing: border-box;
    width: 100%;
}
.contact-form .upload {
    margin: 0;
}
.contact-form .section.last {
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
}
.contact-form .submit {
    text-align: right;

        /* position: absolute;
        right: 0;
        bottom: 66px; */
}
.contact-form .submit p {
    text-align: right;
    margin: 0;
}
.contact-form .submit p button {
    padding: 5px 20px;
    color: #fff;
    background-color: #2a578b
}

@media screen and (max-width: 480px) {
    article main section .content {
        padding: 50px 10px !important;
    }
    .contact-form .address-email p {
        width: 100%;
        margin: 0;
    }
    .contact-form .equiry-type,
    .contact-form .message {
        width: 100%;
        margin: 0;
    }
    .contact-form .section.last {
        flex-wrap: wrap;
    }
    .contact-form .section.last .captcha {
        margin: 0;
    }
}