.no-gap {
    padding-left: 0;
    padding-right: 0;
}

.clear {
    clear: both;
}


.gray-bg {
    background: #f8f8f8;
}

.ws-s {
    padding-bottom: 50px;
}

.ws-m {
    padding-bottom: 80px;
}

.section {
    padding-top: 100px;
    padding-bottom: 80px;
}

.sec-heading {
    margin-bottom: 60px;
    text-align: center;
}

    .sec-heading .subheading {
        display: block;
        text-transform: uppercase;
        font-family: "Open Sans", "Montserrat", "Helvetica Neue", Helvetica, sans-serif;
        font-weight: 300;
        color: #999;
        letter-spacing: 2.5px;
    }

    .sec-heading h1:first-child,
    .sec-heading h2:first-child {
        margin: 0;
    }

    .sec-heading h2:last-child,
    .sec-heading span:last-child {
        margin-top: 25px;
    }

    .sec-heading h2:only-child {
        margin-top: 0;
    }

::-moz-selection {
    color: #fff;
    background: #17DA5B;
}

::selection {
    color: #fff;
    background: #17DA5B;
}

body {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.2px;
    line-height: 1.8em;
    color: #777;
}

h1,
h2,
h5,
.footer-little address ul li .adr-group .adr-heading {
    font-family: "Ubuntu", "Montserrat", "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 300;
    color: #111;
    text-transform: uppercase;
}

.text-justify p {
    text-align: justify;
}

.text-justify h2 {
    text-align: left;
}

h1 {
    font-size: 1.7em;
    letter-spacing: 5px;
}

h2 {
    font-size: 1.5em;
    letter-spacing: 4px;
}

h5 {
    font-size: 1em;
    letter-spacing: 2px;
}

.footer-little address ul li .adr-group .adr-heading {
    font-size: 0.85em;
    letter-spacing: 2px;
}

a {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

    a:hover {
        text-decoration: none;
    }

p > a {
    border-bottom: 1px solid rgba(44, 170, 223, 0);
}

    p > a:visited {
        color: #1c8cbc;
        text-decoration: none;
    }

        p > a:visited:hover,
        p > a:visited:focus {
            color: #2caadf;
            text-decoration: none;
        }

    p > a:hover,
    p > a:focus {
        color: #1c8cbc;
        text-decoration: none;
        border-bottom: 1px solid #2caadf;
    }

blockquote {
    border: none;
    padding: 0;
    font-size: 1.3em;
    letter-spacing: .5px;
}

    blockquote footer {
        padding-top: 25px;
    }

        blockquote footer:before {
            content: '-';
        }

        blockquote footer cite {
            text-transform: uppercase;
            color: #999;
            font-style: normal;
            font-size: .85em;
            letter-spacing: 2px;
        }

.btn {
    position: relative;
    display: inline-block;
    padding: 8px 38px;
    background: #111;
    color: #ececec;
    font-family: "Montserrat", "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-size: 0.9em;
    line-height: 1.8em;
    border-radius: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

    .btn:visited {
        color: #ececec;
        background: #111;
    }

        .btn:visited:hover {
            color: #ececec;
            background: #3f3f3f;
        }

    .btn:hover {
        color: #ececec;
        background: #3f3f3f;
    }

    .btn:focus {
        color: #ececec;
        outline: none;
    }

.form-control {
    height: 40px;
    padding-left: 20px;
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: none;
    line-height: 22px;
    letter-spacing: .5px;
    -webkit-transition: border-color 0.5s;
    transition: border-color 0.5s;
}

    .form-control:focus,
    .form-control:hover {
        outline: none;
        box-shadow: none;
        border-color: #777;
    }

.form-group label {
    font-size: .8em;
    font-family: "Montserrat", "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #111;
}

.page-title {
    position: relative;
    background: #f4f4f4;
    padding-top: 120px;
    padding-bottom: 120px;
}

    .page-title h2 {
        margin: 0;
    }

.pt-large {
    padding-top: 230px;
    padding-bottom: 230px;
}

.pt-plax-lg-light.profile {
    background: url("/uploads/main/experience.jpg");
    background-size: cover;
}

.pt-plax-lg-light.clinical-trial-design {
    background: url("/uploads/main/clinical-design.jpg");
    background-size: cover;
}

.pt-plax-lg-light.sas-programming {
    background: url("/uploads/main/sas-programming.jpg");
    background-size: cover;
}
.pt-plax-lg-light.contact-details {
    background: url("/uploads/main/contact-details.jpg");
    background-size: cover;
}
.pt-plax-lg-light:before {
    content: '';
    position: absolute;
    top: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(244, 244, 244, 0.6);
}

.copyright {
    background: #222;
    padding-top: 20px;
    padding-bottom: 20px;
}

    .copyright small {
        font-family: "Montserrat", "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
        font-size: .8em;
        text-transform: uppercase;
        letter-spacing: 1.3px;
    }

        .copyright small a:hover {
            color: #fffbb9;
        }

        .copyright small a:focus {
            text-decoration: none;
        }

    .copyright .to-the-top {
        color: #777;
    }

        .copyright .to-the-top i {
            padding-left: 7px;
            font-size: 21px;
            vertical-align: top;
        }

ul#footer-navigation {
    margin: 0;
    padding: 0;
    text-align: center;
    list-style: none;
    text-transform: uppercase;
    font-size: .8em;
}

#footer-navigation li {
    margin: 0;
    padding: 0;
}

    #footer-navigation li a {
        color: #777;
    }

        #footer-navigation li a:hover {
            color: #fffbb9;
        }

.footer-little {
    margin-top: 35px;
}

    .footer-little address {
        margin-bottom: 0;
        padding-top: 85px;
        padding-bottom: 85px;
    }

        .footer-little address ul {
            list-style: none;
            padding: 0;
            margin: 0;
            text-align: center;
        }

            .footer-little address ul li {
                display: inline-block;
                margin-right: 160px;
            }

                .footer-little address ul li:last-child {
                    margin-right: 0;
                }

                .footer-little address ul li .adr-icon {
                    padding-right: 20px;
                    float: left;
                    font-size: 36px;
                    color: #111;
                }

                .footer-little address ul li .adr-group {
                    text-align: left;
                    float: right;
                }

                    .footer-little address ul li .adr-group .adr-heading {
                        display: block;
                        color: #111;
                    }

                    .footer-little address ul li .adr-group .adr-info {
                        font-size: .9em;
                        letter-spacing: 1.7px;
                        text-transform: uppercase;
                        color: #999;
                    }

.navbar {
    margin-bottom: 0;
    min-height: 50px;
    border-bottom: 1px solid #ececec;
    border-radius: 0;
    background: #fff;
}

    .navbar .navbar-header {
        width: 20%;
        margin-top: 6px;
    }

        .navbar .navbar-header .navbar-brand {
            padding: 0;
            margin-left: 0;
        }

    .navbar .navbar-nav {
        margin-top: 12px;
    }

        .navbar .navbar-nav li a {
            text-transform: uppercase;
            font-size: 0.8em;
            font-weight: 400;
            letter-spacing: 2px;
            color: #999;
            -webkit-transition: color 0.5s;
            transition: color 0.5s;
        }

            .navbar .navbar-nav li a:focus {
                color: inherit;
            }

            .navbar .navbar-nav li a:hover {
                background: none;
                color: #111;
            }

.navbar-trans {
    border-bottom: none;
    background: rgba(255, 255, 255, 0.9);
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}

.navbar-brand .navbar-logo {
    width: 215px;
}
.mobile-nav .navbar-brand .navbar-logo {
    width: 150px;
}


.navbar-trans:not(.navbar-inverse) .navbar-nav li a:focus,
.navbar-trans:not(.navbar-inverse) .navbar-nav li a:hover {
    color: #ececec;
}

.navbar-trans-dark .navbar-nav > li > a:focus,
.navbar-trans-dark .navbar-nav > li > a:hover {
    color: #111 !important;
}

.navbar-logo {
    width: 150px;
}

.ft-centered .ft-item {
    text-align: center;
}

    .ft-centered .ft-item h5 {
        height: 3em;
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .ft-centered .ft-item p {
        height: 7em;
    }

.ft-centered .ft-square-frame:hover i {
    border-color: #ececec;
    box-shadow: 0 0 0 0 #ececec;
}

.ft-centered .ft-square-frame i {
    display: inline-block;
    color: #111;
    background: #ececec;
    border: 5px solid white;
    box-shadow: 0 0 0 1px #ececec;
    border-radius: 100px;
    line-height: 80px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.ft-centered .ft-square-frame i {
    width: 100px;
    height: 100px;
    border-radius: 0;
    font-size: 45px;
    text-align: center;
    line-height: 90px;
}

.testimonials-parallax {
    background: url("/uploads/parallax/background.jpg");
    background-size: cover;
    background-position: 50%;
    background-attachment: fixed;
}

    .testimonials-parallax .bg-overlay {
        width: 100%;
        height: 100%;
        background: rgba(17, 17, 17, 0.8);
    }

    .testimonials-parallax .t-wrapper {
        position: relative;
        padding: 100px 7px;
        width: 55%;
        margin: 0 auto;
        text-align: center;
    }

        .testimonials-parallax .t-wrapper blockquote {
            margin-bottom: 0;
            font-family: 'Caveat', cursive;
            font-size: 1.8em;
            line-height: 1.6em;
            color: #ececec;
        }

            .testimonials-parallax .t-wrapper blockquote .t-type {
                display: block;
                padding-top: 25px;
                padding-bottom: 25px;
                font-size: 34px;
            }

            .testimonials-parallax .t-wrapper blockquote footer {
                padding-top: 0;
            }

                .testimonials-parallax .t-wrapper blockquote footer:before {
                    content: none;
                }

                .testimonials-parallax .t-wrapper blockquote footer cite {
                    margin: 0;
                    color: #ececec;
                    font-family: "Ubuntu", "Montserrat", "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
                    font-weight: 300;
                    text-transform: uppercase;
                }

                .testimonials-parallax .t-wrapper blockquote footer cite {
                    margin-bottom: 10px;
                }
        .testimonials-parallax .t-wrapper:hover .t-slider-nav {
            opacity: 1;
        }
        .testimonials-parallax .t-wrapper .t-slider-nav {
            display: inline-block;
            position: absolute;
            padding: 7px 7px 0 7px;
            top: 160px;
            border: 2px solid #ececec;
            background: none;
            -webkit-transition: background 0.4s, opacity 0.6s;
            transition: background 0.4s, opacity 0.6s;
        }

            .testimonials-parallax .t-wrapper .t-slider-nav span {
                color: #ececec;
                font-size: 28px;
                -webkit-transition: color 0.4s;
                transition: color 0.4s;
            }

            .testimonials-parallax .t-wrapper .t-slider-nav:hover {
                background: #ececec;
            }

                .testimonials-parallax .t-wrapper .t-slider-nav:hover span {
                    color: #111;
                }

            .testimonials-parallax .t-wrapper .t-slider-nav:focus {
                outline: none;
            }

        .testimonials-parallax .t-wrapper .slick-prev {
            left: 0;
            margin-left: -100px;
        }

        .testimonials-parallax .t-wrapper .slick-next {
            right: 0;
            margin-right: -100px;
        }

.contact-2 .adr-heading {
    display: block;
}
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #111;
    z-index: 9999;
}

    .preloader img {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 50px;
        height: 50px;
        margin: auto;
    }
.fw-slider:hover .slick-prev,
.fw-slider:hover .slick-next {
    opacity: 1;
}
.fw-slider .slick-prev,
.fw-slider .slick-next {
    display: inline-block;
    position: absolute;
    top: 45%;
    width: 60px;
    height: 60px;
    border: none;
    font-size: 30px;
    color: #111;
    background: #ececec;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

    .fw-slider .slick-prev span,
    .fw-slider .slick-next span {
        line-height: 65px;
    }

    .fw-slider .slick-prev:focus,
    .fw-slider .slick-next:focus {
        outline: none;
    }

    .fw-slider .slick-prev:hover,
    .fw-slider .slick-next:hover {
        background: #111;
        color: #ececec;
    }

.fw-slider .slick-prev {
    top: 75%;
    right: 0;
}

.fw-slider .slick-next {
    margin-top: -62px;
    right: 0;
    top: 75%;
}

.fw-slider-hero {
    position: relative;
    width: 100%;
    height: 600px;
}

    .fw-slider-hero .fw-slider .fw-slider-item {
        position: relative;
        width: 100%;
        height: 600px;
    }

        .fw-slider-hero .fw-slider .fw-slider-item .bg-overlay {
            position: absolute;
            width: 100%;
            height: 600px;
            top: 0;
            left: 0;
        }

        .fw-slider-hero .fw-slider .fw-slider-item .hero-content-wrapper {
            display: table;
            width: 100%;
            height: 600px;
        }

            .fw-slider-hero .fw-slider .fw-slider-item .hero-content-wrapper .hero-content {
                display: table-cell;
                width: 100%;
                height: 600px;
                vertical-align: middle;
                text-align: left;
            }

    .fw-slider-hero .fw-slide-1 {
        background: url(/uploads/main/quality-consultancy.jpg);
        background-size: cover;
        background-position: 50%;
    }

    .fw-slider-hero .fw-slide-2 {
        background: url(/uploads/main/sas-programming.jpg);
        background-size: cover;
        background-position: 50%;
    }

    .fw-slider-hero .fw-slide-3 {
        background: url(/uploads/main/clinical-design.jpg);
        background-size: cover;
        background-position: 10% 10%;
    }

    .fw-slider-hero .fw-slide-4 {
        background: url(/uploads/main/experience.jpg);
        background-size: cover;
        background-position: 0% 0%;
    }

        .fw-slider-hero .fw-slide-2 .bg-overlay, .fw-slider-hero .fw-slide-3 .bg-overlay, .fw-slider-hero .fw-slide-4 .bg-overlay {
            background: rgba(17, 17, 17, 0.4);
        }

        .fw-slider-hero .fw-slide-1 .hero-content-wrapper, .fw-slider-hero .fw-slide-2 .hero-content-wrapper, .fw-slider-hero .fw-slide-3 .hero-content-wrapper, .fw-slider-hero .fw-slide-4 .hero-content-wrapper {
            padding-left: 10%;
        }

            .fw-slider-hero .fw-slide-1 .hero-content-wrapper .hero-content, .fw-slider-hero .fw-slide-2 .hero-content-wrapper .hero-content, .fw-slider-hero .fw-slide-3 .hero-content-wrapper .hero-content, .fw-slider-hero .fw-slide-4 .hero-content-wrapper .hero-content {
                text-align: left !important;
            }

                .fw-slider-hero .fw-slide-1 .hero-content-wrapper .hero-content .hero-lead, .fw-slider-hero .fw-slide-2 .hero-content-wrapper .hero-content .hero-lead, .fw-slider-hero .fw-slide-3 .hero-content-wrapper .hero-content .hero-lead, .fw-slider-hero .fw-slide-4 .hero-content-wrapper .hero-content .hero-lead, .page-title.pt-large h2 {
                    margin-bottom: 50px;
                    font-size: 5em;
                    font-weight: 700;
                    letter-spacing: 5px;
                    color: #ececec;
                    text-transform: uppercase;
                    text-shadow: 2px 2px 10px #555;
                    line-height: 1.1;
                }

#addinfo {
    display: none;
}

.contact-2 address ul li {
    list-style: none;
    width: 33%;
    text-align: center;
    float: left;
    margin-bottom: 75px;
}

.contact-2 .adr-icon {
    font-size: 36px;
    color: #111;
}