/*--------------------------------------------------------------------------------------------------------------------
 * Imports
 *--------------------------------------------------------------------------------------------------------------------*/

@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,300,700);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed);

@import 'bootstrap.min.css';
@import 'animate.css';
@import 'font-awesome.min.css';
@import 'owl.carousel.css';
@import 'owl.theme.css';

/*--------------------------------------------------------------------------------------------------------------------
 * Global
 *--------------------------------------------------------------------------------------------------------------------*/

/*
 * General
 *---------*/

* {
    outline: none !important;
}

html {
    height: 100%;
}

body {
    height: 100%;
    min-height: 100%;

    -moz-osx-font-smoothing: grayscale;
     -webkit-font-smoothing: antialiased;

    color: #333;
    font-size: 14px;
    line-height: 22px;

    font-weight: 300;
    font-family: 'Roboto', sans-serif;
}

::-moz-selection {
    color: #fff;
    background: #027dbf;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
}

::selection {
    color: #fff;
    background: #027dbf;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-thumb {
    background: #ddd;
}

/*
 * Main classes
 *--------------*/

.main-container {
    position: relative;
}

.section {
    padding-top: 100px;
    padding-bottom: 100px;
}

.section-small {
    padding-top: 25px;
    padding-bottom: 25px;
}

.section-title{
    
}

.main-section-title {
    text-shadow:none !important;
    color: #027dbf
}

.section-subtitle {
}

.section-content {
    margin-top: 20px;
}

.vertical-middle {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}

.pv {
    padding-top: 45px;
    padding-bottom: 45px;
}

.mt {
    margin-top: 45px;
}

.non-pb {
    padding-bottom: 0;
}

.text-m5{
    margin-right: 5%;
}



/*
 * Typography
 *------------*/

.h1, h1,
.h2, h2,
.h3, h3,
.h4, h4,
.h5, h5,
.h6, h6 {
    line-height: 40px;
    vertical-align: baseline;
    font-family: 'Roboto Consended', sans-serif;
}

.h1, h1 {
    /*font-size: 50px;*/
    text-shadow: 2px 2px 2px rgba(0, 0, 0, .5);
}

.h2, h2 {
}

.h3, h3 {
}

.h4, h4 {font-size: 18px;
}

.h5, h5 {
}

.h6, h6 {
}

a,
a:hover,
a:visited,
a:focus {
    -webkit-transition: .15s linear;
       -moz-transition: .15s linear;
        -ms-transition: .15s linear;
         -o-transition: .15s linear;
            transition: .15s linear;
}

strong {
    font-weight: 400;
}

small {
    font-size: 12px;
}

medium {
    font-size: 16px;
}

p {
    /*margin: 10px 0 0;*/
}

ul{
}

blockquote {
    font-size: 13px;
    font-weight: inherit;
    border-left: solid 2px #ccc;
}

/*
 * Icons
 *-------*/


/*
 * Buttons
 *---------*/

.btn,
.btn:hover,
.btn:focus,
.btn:active {

    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}

.btn {

    font: inherit;
    padding: 5px 12px;

    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;

    -webkit-transition: .3s ease-in-out;
       -moz-transition: .3s ease-in-out;
        -ms-transition: .3s ease-in-out;
         -o-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
}

.btn-big {
    padding: 8px 24px;
    font-size: 15px;
    border-width: 2px;
    font-weight: 400;
}

.btn-white-transparent {
    color: #fff;
    border-color: #fff;
    background-color: transparent;
}

.btn-white-transparent:focus,
.btn-white-transparent.focus {
    color: #fff;
    border-color: #f9f9f9;
    background-color: rgba(255, 255, 255, .1);

    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .15);
       -moz-box-shadow: 0 0 15px rgba(0, 0, 0, .15);
            box-shadow: 0 0 15px rgba(0, 0, 0, .15);
}

.btn-white-transparent:hover {
    color: #777;
    border-color: #fff;
    background-color: rgba(255, 255, 255, .95);
}

.btn-white-transparent:active,
.btn-white-transparent.active {
    color: #777;
    border-color: #fff;
    background-color: rgba(255, 255, 255, .95);

    -webkit-box-shadow: inset 0 3px 4px rgba(0, 0, 0, .1);
       -moz-box-shadow: inset 0 3px 4px rgba(0, 0, 0, .1);
            box-shadow: inset 0 3px 4px rgba(0, 0, 0, .1);
}

.btn-white {
    color: #777;
    border-color: #fff;
    background-color: rgba(255, 255, 255, .95);
}

.btn-white:focus,
.btn-white.focus {
    color: #777;
    border-color: #f9f9f9;
    background-color: rgba(255, 255, 255, 1.0);

    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .15);
       -moz-box-shadow: 0 0 15px rgba(0, 0, 0, .15);
            box-shadow: 0 0 15px rgba(0, 0, 0, .15);
}

.btn-white:hover {
    color: #777;
    border-color: #fff;
    background-color: rgba(255, 255, 255, 1.0);
}

.btn-white:active,
.btn-white.active {
    color: #777;
    border-color: #fff;
    background-color: rgba(255, 255, 255, .95);

    -webkit-box-shadow: inset 0 3px 4px rgba(0, 0, 0, .1);
       -moz-box-shadow: inset 0 3px 4px rgba(0, 0, 0, .1);
            box-shadow: inset 0 3px 4px rgba(0, 0, 0, .1);
}

.btn-red {
    color: #fff;
    border-color: #ff4c3f;
    background-color: #ff4c3f;
}

.btn-red:focus,
.btn-red.focus {
    color: #fff;
    border-color: #f4493c;
    background-color: #ff4c3f;

    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .15);
       -moz-box-shadow: 0 0 15px rgba(0, 0, 0, .15);
            box-shadow: 0 0 15px rgba(0, 0, 0, .15);
}

.btn-red:hover {
    color: #fff;
    border-color: #ff5e50;
    background-color: #ff5e50;
}

.btn-red:active,
.btn-red.active {
    color: #fff;
    border-color: #f4493c;
    background-color: #f4493c;

    -webkit-box-shadow: inset 0 3px 4px rgba(0, 0, 0, .1);
       -moz-box-shadow: inset 0 3px 4px rgba(0, 0, 0, .1);
            box-shadow: inset 0 3px 4px rgba(0, 0, 0, .1);
}

.btn-blue {
    color: #fff;
    border-color: #027dbf;
    background-color: #027dbf;
}

.btn-blue:focus,
.btn-blue.focus {
    color: #fff;
    border-color: #027dbf;
    background-color: #027dbf;

    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .15);
       -moz-box-shadow: 0 0 15px rgba(0, 0, 0, .15);
            box-shadow: 0 0 15px rgba(0, 0, 0, .15);
}

.btn-blue:hover {
    color: #fff;
    border-color: #ff5e50;
    background-color: #ff5e50;
}

.btn-blue:active,
.btn-blue.active {
    color: #fff;
    border-color: #027dbf;
    background-color: #027dbf;

    -webkit-box-shadow: inset 0 3px 4px rgba(0, 0, 0, .1);
       -moz-box-shadow: inset 0 3px 4px rgba(0, 0, 0, .1);
            box-shadow: inset 0 3px 4px rgba(0, 0, 0, .1);
}

.btn-2 {
    color: #fff;
    border-color: #fb7804;
    background-color: #fb7804;
}

.btn-2:focus,
.btn-2.focus {
    color: #fff;
    border-color: #fb7804;
    background-color: #fb7804;

    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .15);
       -moz-box-shadow: 0 0 15px rgba(0, 0, 0, .15);
            box-shadow: 0 0 15px rgba(0, 0, 0, .15);
}

.btn-2:hover {
    color: #fff;
    border-color: #ff5e50;
    background-color: #ff5e50;
}

.btn-2:active,
.btn-2.active {
    color: #fff;
    border-color: #fb7804;
    background-color: #fb7804;

    -webkit-box-shadow: inset 0 3px 4px rgba(0, 0, 0, .1);
       -moz-box-shadow: inset 0 3px 4px rgba(0, 0, 0, .1);
            box-shadow: inset 0 3px 4px rgba(0, 0, 0, .1);
}

/*
 * Fields
 *--------*/

.form-control,
.form-control:hover,
.form-control:focus {


    padding: 15px 24px;
    font-family: inherit !important;
    font-weight: 500;

    border: solid 1px #fff;

    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;

    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}

input[type=text].form-control,
input[type=email].form-control {
    height: 50px;
}

textarea.form-control  {
    resize: vertical;
}

/*
 * Backgrounds
 *-------------*/

.bg-grey {
    background: #f5f5f5;
}

.bg-red {
    background: #ff4c3f;
}

.bg-orange {
    background: #ffbc3b;
}

.bg-green {
    background: #3cdd2d;
}

.bg-blue {
    background: #027dbf;
}

/*
 * Text colors & effects
 *-----------------------*/

.txt-white {
    color: #fff;
}

.txt-big {
    font-size: 20px;
}

.txt-middle {
    font-size: 16px;
}

.txt-inline {
    display: inline-block;
    margin-right: 25px;
}

/*
 * Preloader
 *-----------*/

#preloader {

    position: fixed;

    top: 0;
    left: 0;

    z-index: 11;

    width: 100%;
    height: 100%;

    -webkit-animation: 10s preloaderAnimation infinite;
         -o-animation: 10s preloaderAnimation infinite;
            animation: 10s preloaderAnimation infinite;
}

#preloader .loader {

    position: absolute;

    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    margin: auto;
    z-index: 1000001;

    width: 220px;
    height: 110px;

    text-align: center;
}

#preloader .loader img {
    display: inline-block;
}

#preloader .loader span {
    display: block;
    margin-top: 30px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    text-shadow: 1px 0 1px rgba(0, 0, 0, .3);
}

@keyframes preloaderAnimation {

    0% {
        background: #b0e055;
    }

    25% {
        background: #f3cf81;
    }

    50% {
        background: #ff9ee2;
    }

    75% {
        background: #656ce7;
    }

    100% {
        background: #5ad6d9;
    }

}

/*--------------------------------------------------------------------------------------------------------------------
 * SECTION: Home
 *--------------------------------------------------------------------------------------------------------------------*/

#home {
    /*position: relative;*/
    height: 600px;
    min-height: 600px;
    width: 100%;
    z-index: 1;
    background: url('../img/home.jpg') no-repeat center top / cover;
}

#home::before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    opacity: .15;
    background: url('../img/overlay-dotted.png');
}

.home-container {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, .5);
}
#home-j1 {
    /*position: relative;*/
    height: 600px;
    min-height: 600px;
    width: 100%;
    z-index: 1;
    background: url('../img/home-j.jpg') no-repeat center top / cover;
}

#home-j1::before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    opacity: .15;
    background: url('../img/overlay-dotted.png');
}

.home-j1-container {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, .5);
}
#home-j2 {
    /*position: relative;*/
    height: 650px;
    min-height: 600px;
    width: 100%;
    z-index: 1;
    background: url('../img/home-j6.jpg') no-repeat center top / cover;
}

#home-j2::before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 600px;
    opacity: .15;
    background: url('../img/overlay-dotted.png');
}

.home-j2-container {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, .5);
}
#home-ms {
    /*position: relative;*/
    height: 650px;
    min-height: 600px;
    width: 100%;
    z-index: 1;
    background: url('../img/home-ms.jpg') no-repeat center top / cover;
}

#home-ms::before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 600px;
    opacity: .15;
    background: url('../img/overlay-dotted.png');
}

.home-ms-container {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, .5);
}
#home-careers {
    /*position: relative;*/
    height: 600px;
    min-height: 600px;
    width: 100%;
    z-index: 1;
    background: url('../img/career-websites.jpg') no-repeat center top / cover;
}

#home-careers::before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 600px;
    opacity: .15;
    background: url('../img/overlay-dotted.png');
}

.home-careers-container {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, .5);
}
#home-tracking {
    /*position: relative;*/
    height: 600px;
    min-height: 600px;
    width: 100%;
    z-index: 1;
    background: url('../img/ats.jpg') no-repeat center top / cover;
}

#home-tracking::before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 600px;
    opacity: .15;
    background: url('../img/overlay-dotted.png');
}

.home-tracking-container {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, .5);
}
#home-social {
    /*position: relative;*/
    height: 600px;
    min-height: 600px;
    width: 100%;
    z-index: 1;
    background: url('../img/Social-hero-image.jpg') no-repeat center top / cover;
}

#home-social::before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 600px;
    opacity: .15;
    background: url('../img/overlay-dotted.png');
}

.home-social-container {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, .5);
}
#home-contact {
    /*position: relative;*/
    height: 600px;
    min-height: 600px;
    width: 100%;
    z-index: 1;
    background: url('../img/contact.jpg') no-repeat center top / cover;
}

#home-contact::before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 600px;
    opacity: .15;
    background: url('../img/overlay-dotted.png');
}

.home-contact-container {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, .5);
}
#home-j3 {
    /*position: relative;*/
    height: 600px;
    min-height: 600px;
    width: 100%;
    z-index: 1;
    background: url('../img/home-j3.jpg') no-repeat center top / cover;
}

#home-j3::before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    opacity: .15;
    background: url('../img/overlay-dotted.png');
}

.home-j3-container {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, .5);
}
#home-j4 {
    /*position: relative;*/
    height: 600px;
    min-height: 600px;
    width: 100%;
    z-index: 1;
    background: url('../img/home-j4.jpg') no-repeat center top / cover;
}

#home-j4::before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    opacity: .15;
    background: url('../img/overlay-dotted.png');
}

.home-j4-container {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, .5);
}
#home-j5 {
    /*position: relative;*/
    height: 600px;
    min-height: 600px;
    width: 100%;
    z-index: 1;
    background: url('../img/home-j5.jpg') no-repeat center top / cover;
}

#home-j5::before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    opacity: .15;
    background: url('../img/overlay-dotted.png');
}

.home-j5-container {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, .5);
}
#home-j6 {
    /*position: relative;*/
    height: 600px;
    min-height: 600px;
    width: 100%;
    z-index: 1;
    background: url('../img/home-j2.jpg') no-repeat center top / cover;
}

#home-j6::before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    opacity: .15;
    background: url('../img/overlay-dotted.png');
}

.home-j6-container {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, .5);
}
#home-j7 {
    /*position: relative;*/
    height: 600px;
    min-height: 600px;
    width: 100%;
    z-index: 1;
    background: url('../img/home-j11.jpg') no-repeat center top / cover;
}

#home-j7::before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    opacity: .15;
    background: url('../img/overlay-dotted.png');
}

.home-j7-container {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, .5);
}
#home-j8 {
    /*position: relative;*/
    height: 600px;
    min-height: 600px;
    width: 100%;
    z-index: 1;
    background: url('../img/home-j8.jpg') no-repeat center top / cover;
}

#home-j8::before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    opacity: .15;
    background: url('../img/overlay-dotted.png');
}

.home-j8-container {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, .5);
}
#home-j9 {
    /*position: relative;*/
    height: 600px;
    min-height: 600px;
    width: 100%;
    z-index: 1;
    background: url('../img/home-j9.jpg') no-repeat center top / cover;
}

#home-j9::before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    opacity: .15;
    background: url('../img/overlay-dotted.png');
}

.home-j9-container {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, .5);
}
#home-j10 {
    /*position: relative;*/
    height: 600px;
    min-height: 600px;
    width: 100%;
    z-index: 1;
    background: url('../img/home-j10.jpg') no-repeat center top / cover;
}

#home-j10::before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    opacity: .15;
    background: url('../img/overlay-dotted.png');
}

.home-j10-container {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, .5);
}
#home-j11 {
    /*position: relative;*/
    height: 600px;
    min-height: 600px;
    width: 100%;
    z-index: 1;
    background: url('../img/home-uae.jpg') no-repeat center top / cover;
}

#home-j11::before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    opacity: .15;
    background: url('../img/overlay-dotted.png');
}

.home-j11-container {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, .5);
}
#home-uae {
    /*position: relative;*/
    height: 600px;
    min-height: 600px;
    width: 100%;
    z-index: 1;
    background: url('../img/home-uae.jpg') no-repeat center top / cover;
}

#home-uae::before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    opacity: .15;
    background: url('../img/overlay-dotted.png');
}

.home-uae-container {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, .5);
}
#home-au {
    /*position: relative;*/
    height: 600px;
    min-height: 600px;
    width: 100%;
    z-index: 1;
    background: url('../img/home-au.jpg') no-repeat center top / cover;
}

#home-au::before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    opacity: .15;
    background: url('../img/overlay-dotted.png');
}

.home-au-container {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, .5);
}
#home-nhs-scotland {
    /*position: relative;*/
    height: 600px;
    min-height: 600px;
    width: 100%;
    z-index: 1;
    background: url('../img/home-nhs-scotland.jpg') no-repeat center top / cover;
}

#home-nhs-scotland::before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    opacity: .15;
    background: url('../img/overlay-dotted.png');
}

.home-nhs-scotland-container {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, .5);
}

#home-nhs-uk {
    /*position: relative;*/
    height: 600px;
    min-height: 600px;
    width: 100%;
    z-index: 1;
    background: url('../img/home-nhs.jpg') no-repeat center top / cover;
}

#home-nhs-uk::before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    opacity: .15;
    background: url('../img/overlay-dotted.png');
}

.home-nhs-uk-container {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, .5);
}

#home-4438 {
    /*position: relative;*/
    height: 600px;
    min-height: 600px;
    width: 100%;
    z-index: 1;
    background: url('../img/home-4438.jpg') no-repeat center top / cover;
}

#home-4438::before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    opacity: .15;
    background: url('../img/overlay-dotted.png');
}

.home-4438-container {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, .5);
}

#home-bdglobal {
    /*position: relative;*/
    height: 600px;
    min-height: 600px;
    width: 100%;
    z-index: 1;
    background: url('../img/home-bdglobal.jpg') no-repeat center top / cover;
}

#home-bdglobal::before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    opacity: .15;
    background: url('../img/overlay-dotted.png');
}

.home-bdglobal-container {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, .5);
}
#home-lightbulb {
    /*position: relative;*/
    height: 600px;
    min-height: 600px;
    width: 100%;
    z-index: 1;
    background: url('../img/light-bulb-moment3.jpg') no-repeat center top / cover;
}

#home-lightbulb::before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    opacity: .15;
    background: url('../img/overlay-dotted.png');
}

.home-lightbulb-container {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, .5);
}

.logo {
    display: inline-block;
    float: left;
    margin-top: 12px;
}

.logo-image {
    display: block;
    width: 170px;
    height: 30px;
    background: url('../img/logo-white.png') no-repeat;
}

.affix .logo-image {
    background: url('../img/logo-dark.png') no-repeat;
}

#navigation {
    z-index: 10;
    width: 100%;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
}

#navbar a {
    color: #fff;
}

#navbar a:hover,
#navbar a:focus,
#navbar li.active a {
    color: #ff4c3f;
    background: transparent;
}

.navbar-toggle {
    color: #fff;
}

.affix .navbar-toggle {
    color: #333;
}

#navigation.affix {

    padding-top: 0 !important;
    background: #fff;

    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
       -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
            box-shadow: 0 0 10px rgba(0, 0, 0, .1);

    -webkit-animation: .9s fadeInDown;
         -o-animation: .9s fadeInDown;
            animation: .9s fadeInDown;
}

#navigation.affix a {
    color: #333;
}

#quotes {
    /*position: relative;*/
    height: 600px;
    min-height: 600px;
    width: 100%;
    z-index: 1;
    background: url('../img/quotes.jpg') no-repeat center top / cover;
}

#quotes-4438 {
    /*position: relative;*/
    height: 100%;
    min-height: 450px;
    width: 100%;
    z-index: 1;
    background: url('../img/quotes-4438.jpg') no-repeat center top / cover;
}

#pads-4438 {
    /*position: relative;*/
    height: 100%;
    min-height: 800px;
    width: 100%;
    z-index: 1;
    background: url('../img/ipads-2.jpg') no-repeat center top / cover;
}

#q-quotes {
    /*position: relative;*/
    height: 100%;
    min-height: 450px;
    width: 100%;
    z-index: 1;
    background: url('../img/q-quotes.jpg') no-repeat center top / cover;
}


#global {
    /*position: relative;*/
    height: 100%;
    min-height: 400px;
    width: 100%;
    z-index: 1;
    background: url('../img/truly-global.jpg') no-repeat center top / cover;
}

#offer {
    /*position: relative;*/
    height: 100%;
    min-height: 400px;
    width: 100%;
    z-index: 1;
    /*background: #f5f5f5;*/
    background: url('../img/pricing.jpg') no-repeat center top / cover;
}

#hospitalward {
    /*position: relative;*/
    height: 600px;
    min-height: 600px;
    width: 100%;
    z-index: 1;
    /*background: #f5f5f5;*/
    background: url('../img/hospitalward.jpg') no-repeat center top / cover;
}

#nurse-bdglobal {
    /*position: relative;*/
    height: 600px;
    min-height: 600px;
    width: 100%;
    z-index: 1;
    /*background: #f5f5f5;*/
    background: url('../img/nurse.jpg') no-repeat center top / cover;
}
.product-card {
    max-width: 528px;
    min-height: 350px;
    padding: 24px;
    /*background-color: rgba(255,255,255,.8);*/
    box-shadow: 0 0 15px 0 rgba(222,222,222,0.5);
    margin-top: 20px;
    border-radius: 10px;
    background-image: url('../img/card.png');
}
.product-card2 {
    max-width: 528px;
    min-height: 350px;
    padding: 24px;
    /*background-color: rgba(255,255,255,.8);*/
    box-shadow: 0 0 15px 0 rgba(222,222,222,0.5);
    margin-top: 20px;
    border-radius: 10px;
    background-image: url('../img/card2.png');
}
.product-cardgmc {
    max-width: 528px;
    min-height: 350px;
    padding: 24px;
    /*background-color: rgba(255,255,255,.8);*/
    box-shadow: 0 0 15px 0 rgba(222,222,222,0.5);
    margin-top: 20px;   
    border-radius: 10px;
    background-image: url('https://intro.medical.careers.global/img/gmc-front.jpg'); width: 100%;
}
.product-cardhee {
    max-width: 528px;
    min-height: 350px;
    padding: 24px;
    /*background-color: rgba(255,255,255,.8);*/
    box-shadow: 0 0 15px 0 rgba(222,222,222,0.5);
    margin-top: 20px;
    border-color: #999999;
    background-image: url('https://intro.medical.careers.global/img/gmc-hee.jpg');
}
.product-carduhs {
    max-width: 528px;
    min-height: 350px;
    padding: 24px;
    /*background-color: rgba(255,255,255,.8);*/
    box-shadow: 0 0 15px 0 rgba(222,222,222,0.5);
    margin-top: 20px;
    border-radius: 10px;
    background-image: url('https://intro.medical.careers.global/img/gmc-uhsnhs.jpg');
}
.product-name {
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #027dbf;
    font-size: 24px;
    font-weight: 400;
    margin-top: 45px;
    margin-bottom: 50px;
    text-shadow: none !important;
}
.product-name2 {
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fb7804;
    font-size: 24px;
    font-weight: 400;
    margin-top: 45px;
    margin-bottom: 50px;
    text-shadow: none !important;
}
.product-name3 {
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #027dbf;
    font-size: 24px;
    font-weight: 400;
    margin-top: 45px;
    margin-bottom: 50px;
    text-shadow: none !important;
}
.product-name4 {
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #027dbf;
    font-size: 24px;
    font-weight: 400;
    margin-top: 45px;
    margin-bottom: 50px;
    text-shadow: none !important;
}
.product-name5 {
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #027dbf;
    font-size: 24px;
    font-weight: 400;
    margin-top: 45px;
    margin-bottom: 50px;
    text-shadow: none !important;
}
.product-name6 {
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #027dbf;
    font-size: 24px;
    font-weight: 400;
    margin-top: 45px;
    margin-bottom: 50px;
    text-shadow: none !important;
}
.product-body {
    color: #666666 !important;
    font-family: 'TotalSans',Arial,Helvetica,sans-serif !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: normal !important;
    line-height: 24px !important;
    margin-bottom: 50px;
    text-align: left !important;
    text-shadow: none !important;
}
.imgrounded {
  border-radius: 3%;
    border: 2px solid #F1F1F1;

}
.left {
  	width: 50%;
		float: left;
    
}
.right {
  	width: 50%;
		float: right;
    
}

 @media only screen and (max-width : 768px) {
   .left, .right {
			width: 100%;
     }
}
/*--------------------------------------------------------------------------------------------------------------------
 * SECTION: Testimonials
 *--------------------------------------------------------------------------------------------------------------------*/

.testimonial {
}

.testimonial-text {
}

.testimonial-author {
    font-weight: 400;
}

.testimonial-author span {
    font-weight: 500;
}

.testimonial-quote-icon {
    padding-top: 20px;
}

.testimonial-picture {

    overflow: hidden;

    width: 100px;
    height: 100px;

    margin: 0 auto;

    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
}

.testimonial-picture img {
    max-width: 100%;
}
.rcorners2 {
  border-radius: 25px;
  border: 4px solid #027dbf;
  padding: 10px;
  width: auto;
  height: 100%;
}
.rcornershot {
  border-radius: 25px;
  border: 4px solid #eb451d;
  padding: 10px;
  width: auto;
  height: 100%;
}

/*--------------------------------------------------------------------------------------------------------------------
 * SECTION: About
 *--------------------------------------------------------------------------------------------------------------------*/

.about-icon .fa {
    display: block;
    width: 56px;
    margin-top: 20px;
    text-align: center;
}

/*--------------------------------------------------------------------------------------------------------------------
 * SECTION: Features
 *--------------------------------------------------------------------------------------------------------------------*/

.feature-icon {

    display: block;
    margin-top: 30px;
    margin-right: 20px;

    width: 100px;
    height: 100px;

    overflow: hidden;

    text-align: center;

    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
}

.feature-icon .fa {
    line-height: 100px;
    text-shadow: 5px 5px 0 rgba(0, 0, 0, .2);
}

/*--------------------------------------------------------------------------------------------------------------------
 * SECTION: Best Feature
 *--------------------------------------------------------------------------------------------------------------------*/

.best-feature-img img {
    max-width: 100%;
}

/*--------------------------------------------------------------------------------------------------------------------
 * SECTION: Contact
 *--------------------------------------------------------------------------------------------------------------------*/

#contact textarea {
    min-height: 200px;
}

.contact-block span {
    display: block;
    font-weight: 400;
}

/*--------------------------------------------------------------------------------------------------------------------
 * Footer
 *--------------------------------------------------------------------------------------------------------------------*/

.footer-social {
    float: right;
}

.footer-social a,
.footer-social a:hover,
.footer-social a:visited,
.footer-social a:focus {
    text-decoration: none;
}

.footer-social a {

    display: inline-block;

    width: 32px;
    height: 32px;

    font-size: 20px;
    line-height: 32px;

    text-align: center;
}

/*--------------------------------------------------------------------------------------------------------------------
 * Modal windows
 *--------------------------------------------------------------------------------------------------------------------*/

.modal-content {
    padding: 20px 20px 0;

    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;

    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;

    opacity: .0;

    -webkit-transform: translateZ(900px) rotateX(60deg);
       -moz-transform: translateZ(900px) rotateX(60deg);
        -ms-transform: translateZ(900px) rotateX(60deg);
         -o-transform: translateZ(900px) rotateX(60deg);
            transform: translateZ(900px) rotateX(60deg);

    -webkit-transform-style: preserve-3d;
       -moz-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
            transform-style: preserve-3d;

    -webkit-transition: all .5s ease-in;
       -moz-transition: all .5s ease-in;
        -ms-transition: all .5s ease-in;
         -o-transition: all .5s ease-in;
            transition: all .5s ease-in;
}

.modal.fade.in .modal-content {

    opacity: 1.0;

    -webkit-transform: translateZ(0) rotateX(0deg);
       -moz-transform: translateZ(0) rotateX(0deg);
        -ms-transform: translateZ(0) rotateX(0deg);
         -o-transform: translateZ(0) rotateX(0deg);
            transform: translateZ(0) rotateX(0deg);
}

.modal-header {
    border-bottom: none;
}

.modal-title {
    font-size: 18px;
    text-transform: uppercase;
}

.modal-result {
    font-size: 18px;
}

.modal-icon {

    display: block;

    margin: 0 auto 20px auto;

    width: 100px;
    height: 100px;

    overflow: hidden;
    color: #fff;
    text-align: center;

    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
}

.modal-icon .fa {
    line-height: 100px;
    text-shadow: 5px 5px 0 rgba(0, 0, 0, .2);
}


/*--------------------------------------------------------------------------------------------------------------------
 * Form Validate
 *--------------------------------------------------------------------------------------------------------------------*/

label.error {

    position: absolute;
    top: 25%;
    right: 0;

    padding: 3px 7px;

    color: #fff;
    font-size: 10px;
    font-weight: 300;
    background: #ff4c3f;

    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;

    -webkit-animation: .7s wobble;
         -o-animation: .7s wobble;
            animation: .7s wobble;
}

/*--------------------------------------------------------------------------------------------------------------------
 * Scroll To Top
 *--------------------------------------------------------------------------------------------------------------------*/

#scroll-to-top {
    display: none;
    z-index: 10;
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 32px;
    height: 32px;
    text-align: center;
    border: solid 1px #63b1e2;
}

#scroll-to-top .fa {
    line-height: 28px;
}

/*--------------------------------------------------------------------------------------------------------------------
 * Responsive
 *--------------------------------------------------------------------------------------------------------------------*/

@media screen and (max-width: 991px) {

    .testimonial-picture,
    .testimonial-quote-icon {
        margin: 30px auto;
    }

    footer {
        text-align: center;
    }

    .footer-social {
        float: none;
    }

}

@media screen and (max-width: 767px) {
}


.single-counter .counter-shape {
 width:55px
}
.single-counter .counter-shape .shape-1,
.single-counter .counter-shape .shape-2 {
 width:14px;
 height:70px;
 position:relative;
 -webkit-transform:rotate(25deg);
 -moz-transform:rotate(25deg);
 -ms-transform:rotate(25deg);
 -o-transform:rotate(25deg);
 transform:rotate(25deg);
 left:12px
}
@media only screen and (min-width:576px) and (max-width:767px) {
 .single-counter .counter-shape .shape-1,
 .single-counter .counter-shape .shape-2 {
  width:10px
 }
}
.single-counter .counter-shape .shape-1::before,
.single-counter .counter-shape .shape-1::after,
.single-counter .counter-shape .shape-2::before,
.single-counter .counter-shape .shape-2::after {
 position:absolute;
 content:'';
 width:0;
 height:0;
 top:-1px;
 right:-1px;
 border-top:12px solid #fff;
 border-left:16px solid transparent
}
.single-counter .counter-shape .shape-1::after,
.single-counter .counter-shape .shape-2::after {
 border-top:0;
 border-bottom:6px solid #fff;
 top:auto;
 bottom:-1px
}
.single-counter .counter-shape .shape-1 {
 opacity:.5;
 left:15px;
 bottom:1px
}
.single-counter .counter-content {
 padding-left:10px
}
.single-counter .counter-content .counter-count .counter-value{
 font-size:40px;
 font-weight:400;
 line-height:50px;
 color:#666;
 font-family:nunito,sans-serif
}
@media only screen and (min-width:576px) and (max-width:767px) {
 .single-counter .counter-content .counter-count {
  font-size:32px
 }
}
.single-counter .counter-content .text {
 font-family:nunito,sans-serif;
 font-weight:500
}
.single-counter.counter-color-1 .counter-shape .shape-1,
.single-counter.counter-color-1 .counter-shape .shape-2 {
 background:-webkit-linear-gradient(left,#1cbe99 0%,#05de7d 100%);
 background:-o-linear-gradient(left,#1cbe99 0%,#05de7d 100%);
 background:linear-gradient(to right,#1cbe99 0%,#05de7d 100%);
}
.single-counter.counter-color-2 .counter-shape .shape-1,
.single-counter.counter-color-2 .counter-shape .shape-2 {
 background:-webkit-linear-gradient(left,#3e2cea 0%,#4bb3f9 100%);
 background:-o-linear-gradient(left,#3e2cea 0%,#4bb3f9 100%);
 background:linear-gradient(to right,#3e2cea 0%,#4bb3f9 100%)
}
.single-counter.counter-color-3 .counter-shape .shape-1,
.single-counter.counter-color-3 .counter-shape .shape-2 {
 background:-webkit-linear-gradient(left,#f14836 0%,#ff9387 100%);
 background:-o-linear-gradient(left,#f14836 0%,#ff9387 100%);
 background:linear-gradient(to right,#f14836 0%,#ff9387 100%)
}
.single-counter.counter-color-4 .counter-shape .shape-1,
.single-counter.counter-color-4 .counter-shape .shape-2 {
 background-color:#f23559
}
.single-counter.counter-color-5 .counter-shape .shape-1,
.single-counter.counter-color-5 .counter-shape .shape-2 {
 background-color:#164aa9
}
.pt-25
{padding-top:25px}
.pt-45
{padding-top:45px}
.pt-75
{padding-top:75px}