/*css-by-saneeshonline*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon.eot");
    src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"), url("../fonts/Flaticon.woff2") format("woff2"), url("./Flaticon.woff") format("woff"), url("../fonts/Flaticon.ttf") format("truetype"), url("../fonts/Flaticon.svg#Flaticon") format("svg");
    font-weight: normal;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: "Flaticon";
        src: url("../fonts/Flaticon.svg#Flaticon") format("svg");
    }
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    font-family: Flaticon;
}

.flaticon-job-seeker:before {
    content: "\f100";
}

.flaticon-invester:before {
    content: "\f101";
}

.flaticon-employer:before {
    content: "\f102";
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

*:focus {
    outline: none !important;
}

::-webkit-input-placeholder {
    color: #000;
    font-size: 13px;
}

::-moz-placeholder {
    color: #000;
    font-size: 13px;
}

:-ms-input-placeholder {
    color: #000;
    font-size: 13px;
}

:-moz-placeholder {
    color: #000;
    font-size: 13px;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
    box-shadow: 0 0 0 30px white inset;
}

.reset {
    clear: both;
}

body {
    margin: 0;
    overflow: hidden;
    overflow-y: scroll;
    animation: fadein 2s;
    -moz-animation: fadein 2s;
    -webkit-animation: fadein 2s;
    -o-animation: fadein 2s;
}

body,
textarea,
input,
select {
    font-family: 'Poppins', sans-serif;
    color: #061923;
    font-size: 16px;
}

textarea,
input,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select,
select:focus,
textarea {
    font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    float: left;
    position: relative;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
}

p {
    line-height: 28px;
    margin: 15px 0 0 0;
    float: left;
    width: 100%;
}

a {
    text-decoration: none !important;
    color: #53565a;
    position: relative;
    display: inline-block;
    -webkit-transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -ms-transition: 400ms ease-in-out;
}

a:hover {
    text-decoration: none !important;
    color: #000;
}


/* a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  top: 100%;
  left: 0;
  background: #000;
  transition: transform 0.5s;
  transform: scaleX(0);
  transform-origin: right;
  z-index: 9;
}
a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
} */

ul {
    padding: 0;
    margin: 0;
}

.wrapper {
    width: 100%;
    float: left;
    position: relative;
}

.container {
    width: 1280px;
    margin: auto;
    position: relative;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

.center__block {
    display: block;
    margin: 0 auto;
}

.text__center {
    text-align: center;
}

.text__right {
    text-align: right;
}

.col__1 {
    width: 8.33333333%;
    float: left;
    padding: 0 15px;
    position: relative;
}

.col__2 {
    width: 16.66666667%;
    float: left;
    padding: 0 15px;
    position: relative;
}

.col__3 {
    width: 25%;
    float: left;
    padding: 0 15px;
    position: relative;
}

.col__4 {
    width: 33.33333333%;
    float: left;
    padding: 0 15px;
    position: relative;
}

.col__5 {
    width: 41.66666667%;
    float: left;
    padding: 0 15px;
    position: relative;
}

.col__6 {
    width: 50%;
    float: left;
    padding: 0 15px;
    position: relative;
}

.col__7 {
    width: 58.33333333%;
    float: left;
    padding: 0 15px;
    position: relative;
}

.col__8 {
    width: 66.66666667%;
    float: left;
    padding: 0 15px;
    position: relative;
}

.col__9 {
    width: 75%;
    float: left;
    padding: 0 15px;
    position: relative;
}

.col__10 {
    width: 83.33333333%;
    float: left;
    padding: 0 15px;
    position: relative;
}

.col__11 {
    width: 91.66666667%;
    float: left;
    padding: 0 15px;
    position: relative;
}

.col {
    width: 100%;
    float: left;
    padding: 0 15px;
    position: relative;
}

section {
    width: 100%;
    float: left;
    position: relative;
    padding: 100px 0;
}

.header {
    z-index: 9;
    width: 100%;
    background: rgb(2, 0, 36);
    background: linear-gradient(0deg, rgba(2, 0, 36, 0) 0%, rgba(255, 255, 255, 1) 100%);
    position: absolute;
  
    left: 0;
}

.intro {
    position: relative;
    width: 100%;
    float: left;
    z-index: 1;
}

.navigation {
    width: 100%;
    display: table;
    position: relative;
    font-family: inherit;
    /* font-family: 'Montserrat', sans-serif; */
}

.navigation * {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

.navigation-portrait {
    height: 48px;
}

.navigation-fixed-wrapper {
    width: 100%;
    left: 0;
    z-index: 19998;
    will-change: opacity;
}

.navigation-fixed-wrapper.fixed {
    position: fixed !important;
    -webkit-animation: fade .50s;
    animation: fade .50s;
}

.navigation-fixed-wrapper .navigation {
    margin-right: auto;
    margin-left: auto;
}

.navigation-fixed-placeholder {
    width: 100%;
    display: none;
}

.navigation-fixed-placeholder.navigation-fixed-placeholder.visible {
    display: block;
}

.navigation-hidden {
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute;
    top: -9999px;
}

.align-to-right {
    float: right;
}

.nav-header {
    float: left;
}

.navigation-hidden .nav-header {
    display: none;
}

.nav-brand {
    padding: 15px;
    display: block
}

.nav-brand:hover,
.nav-brand:focus {
    color: #70798b;
}

.navigation-portrait .nav-brand {
    font-size: 18px;
    line-height: 48px;
}

.nav-logo>img {
    height: 48px;
    margin: 11px auto;
    padding: 0 15px;
    float: left;
}

.nav-logo:focus>img {
    outline: initial;
}

.navigation-portrait .nav-logo>img {
    height: 36px;
    margin: 6px auto 6px 15px;
    padding: 0;
}

.nav-toggle {
    width: 30px;
    height: 30px;
    padding: 6px 2px 0;
    position: absolute;
    top: 50%;
    margin-top: -14px;
    right: 15px;
    display: none;
    cursor: pointer;
}

.nav-toggle:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    background-color: #204499;
    border-radius: 10px;
    box-shadow: 0 0.5em 0 0 #204499, 0 1em 0 0 #204499;
}

.navigation-portrait .nav-toggle {
    display: block;
}

.navigation-portrait .nav-menus-wrapper {
    width: 320px;
    height: 100%;
    top: 0;
    left: -400px;
    position: fixed;
    background-color: #ffffff;
    z-index: 20000;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition-duration: .8s;
    transition-duration: .8s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
    left: auto;
    right: -400px;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
    left: 0;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
    left: auto;
    right: 0;
}

.nav-menus-wrapper-close-button {
    width: 30px;
    height: 40px;
    margin: 10px 7px;
    display: none;
    float: right;
    color: #70798b;
    font-size: 26px;
    cursor: pointer;
}

.navigation-portrait .nav-menus-wrapper-close-button {
    display: block;
}

.nav-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: normal;
    font-size: 0;
}

.navigation-portrait .nav-menu {
    width: 100%;
}

.nav-menu.nav-menu-centered {
    text-align: center;
}

.nav-menu.nav-menu-centered>li {
    float: none;
}

.nav-menu>li {
    display: inline-block;
    float: left;
    text-align: left;
}

.navigation-portrait .nav-menu>li {
    width: 100%;
    position: relative;
    border-top: solid 1px #f0f0f0;
}

.navigation-portrait .nav-menu>li:last-child {
    border-bottom: solid 1px #f0f0f0;
}

.nav-menu+.nav-menu>li:first-child {
    border-top: none;
}

.nav-menu>li>a {
    line-height: 85px;
    padding: 0 15px;
    display: inline-block;
    position: relative;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: color 0.3s, background 0.3s;
    transition: color 0.3s, background 0.3s;
}

.navigation-portrait .nav-menu>li>a {
    width: 100%;
    height: auto;
    padding: 15px;
    line-height: inherit;
}

.nav-menu>li:hover>a,
.nav-menu>li.active>a,
.nav-menu>li.focus>a {
    color: #204499;
}

.nav-menu>li>a>i,
.nav-menu>li>a>[class*="ion-"] {
    width: 18px;
    height: 16px;
    line-height: 16px;
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
}

.nav-menu>li>a>[class*="ion-"] {
    width: 16px;
    display: inline-block;
    -webkit-transform: scale(1.8);
    -ms-transform: scale(1.8);
    transform: scale(1.8);
}

.navigation-portrait .nav-menu.nav-menu-social {
    width: 100%;
    text-align: center;
}

.nav-menu.nav-menu-social>li {
    text-align: center;
    float: none;
    border: none !important;
}

.navigation-portrait .nav-menu.nav-menu-social>li {
    width: auto;
}

.nav-menu.nav-menu-social>li>a>[class*="ion-"] {
    font-size: 12px;
}

.nav-menu.nav-menu-social>li>a>.fa {
    font-size: 14px;
}

.navigation-portrait .nav-menu.nav-menu-social>li>a {
    padding: 15px;
}

.submenu-indicator {
    margin-left: 10px;
    margin-top: 38px;
    float: right;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.navigation-portrait .submenu-indicator {
    width: 54px;
    height: 44px;
    margin-top: 0;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    z-index: 20000;
}

.submenu-indicator-chevron {
    height: 6px;
    width: 6px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent #000 #000 transparent;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border 0.3s;
    transition: border 0.3s;
}

.navigation-portrait .submenu-indicator-chevron {
    position: absolute;
    top: 18px;
    left: 24px;
}

.nav-menu>li:hover>a .submenu-indicator-chevron,
.nav-menu>.active>a .submenu-indicator-chevron,
.nav-menu>.focus>a .submenu-indicator-chevron {
    border-color: transparent #204499 #204499 transparent;
}

.navigation-portrait .submenu-indicator.submenu-indicator-up {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.nav-overlay-panel {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: none;
    z-index: 19999;
}

.no-scroll {
    touch-action: none;
    overflow-x: hidden;
}

.nav-dropdown {
    min-width: 230px;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    list-style: none;
    z-index: 98;
    white-space: nowrap;
}

.navigation-portrait .nav-dropdown {
    width: 100%;
    position: static;
    left: 0;
}

.nav-dropdown .nav-dropdown {
    left: 100%;
}

.nav-menu>li>.nav-dropdown {
    border-top: solid 1px #f0f0f0;
}

.nav-dropdown>li {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
    text-align: left;
}

.nav-dropdown>li>a {
    width: 100%;
    padding: 16px 20px;
    display: inline-block;
    text-decoration: none;
    float: left;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    color: #000;
    background-color: #fdfdfd;
    -webkit-transition: color 0.3s, background 0.3s;
    transition: color 0.3s, background 0.3s;
}

.nav-dropdown>li:hover>a,
.nav-dropdown>li.focus>a {
    color: #204499;
}

.nav-dropdown.nav-dropdown-left {
    right: 0;
}

.nav-dropdown>li>.nav-dropdown-left {
    left: auto;
    right: 100%;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left>li>a {
    text-align: right;
}

.navigation-portrait .nav-dropdown>li>a {
    padding: 12px 20px 12px 30px;
}

.navigation-portrait .nav-dropdown>li>ul>li>a {
    padding-left: 50px;
}

.navigation-portrait .nav-dropdown>li>ul>li>ul>li>a {
    padding-left: 70px;
}

.navigation-portrait .nav-dropdown>li>ul>li>ul>li>ul>li>a {
    padding-left: 90px;
}

.navigation-portrait .nav-dropdown>li>ul>li>ul>li>ul>li>ul>li>a {
    padding-left: 110px;
}

.nav-dropdown .submenu-indicator {
    right: 15px;
    top: 16px;
    position: absolute;
}

.navigation-portrait .nav-dropdown .submenu-indicator {
    right: 0;
    top: 0;
}

.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.nav-dropdown>li:hover>a .submenu-indicator-chevron,
.nav-dropdown>.focus>a .submenu-indicator-chevron {
    border-color: transparent #8CC152 #8CC152 transparent;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
    left: 10px;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.nav-button {
    margin: 12px 15px 0;
    padding: 18px 20px;
    display: inline-block;
    color: #204499;
    font-weight: 600;
    font-size: 13px;
    text-align: center;
    text-decoration: none;
    border-radius: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: #204499 2px solid;
    transition: all .5s;
}

.nav-button:hover,
.nav-button:focus {
    background: #204499;
    color: white;
    text-decoration: none;
}

.navigation-portrait .nav-button {
    width: calc(100% - 52px);
    margin: 17px 26px;
}

.quick__contact {
    background: #204499;
    color: white;
    float: right;
    margin: -25px 0 0 0;
    padding: 15px;
    display: inline-block;
    position: relative;
    z-index: 9;
    border-radius: 0;
}

.quick__contact a {
    color: #aeb8d2;
}

.quick__contact a:hover,
.quick__contact a i {
    color: #fff;
}

h1 {
    color: #204499;
    font-size: 40px;
    font-weight: 700;
}

.highlight__txt {
    font-size: 18px;
    font-weight: 600;
}

.bnt-stroke {
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 1px;
    font-size: 13px;
    text-transform: uppercase;
    background: none;
    border: #204499 2px solid;
    padding: 15px 25px;
    float: left;
    color: #204499;
    transition: all .5s;
    margin-top: 15px;
    cursor: pointer;
    font-weight: 600;
}

.bnt-stroke:hover {
    color: white;
    background: #204499;
}

.bnt-blue {
    background: #204499;
    color: #ffb81c;
    padding: 15px 25px;
    float: left;
    transition: all .5s;
    margin-top: 15px;
    font-weight: 600;
}

.bnt-blue:hover {
    background: #ffb81c;
    color: #204499;
}

.video__img__box {
    width: 100%;
    float: left;
    position: relative;
}

.video__img__box img {
    border-radius: 50px 0 50px 0;
}

.video__img__box--count {
    background: #204499;
    border-radius: 0 30px 0 30px;
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    font-weight: 700;
    padding: 30px;
    width: 190px;
    position: absolute;
    right: -50px;
    bottom: 50px;
    color: white;
}

.video-play-button {
    position: absolute;
    z-index: 10;
    bottom: -40px;
    left: 10%;
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    padding: 35px 20px 18px 35px;
    cursor: pointer;
    transition: all .5s;
}

.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #ffb81c;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #ffb81c;
    border-radius: 50%;
    -webkit-transition: all 200ms;
    transition: all .5s;
}

.video-play-button:hover::after {
    background-color: #ffb81c;
}

.video-play-button img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 25px solid #fff;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}

.intro__box {
    position: relative;
    width: 100%;
    float: left;
}

.intro__box--txtbox {
    width: 60%;
    background: white;
    padding: 35px;
    margin-top: -180px;
    position: relative;
    box-shadow: 0 0 25px #ccc;
}

h3 {
    color: #174693;
    font-size: 25px;
    font-weight: 700;
}

.decor__title h3 span {
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: grey;
    font-size: 14px;
}

.txtbox-right {
    float: right;
    margin-right: 25px;
}

.txtbox-left {
    float: left;
    margin-left: 25px;
}

.pb0 {
    padding: 100px 0 0;
}

.service__list,
.values {
    width: 100%;
    float: left;
    margin-top: 100px;
}

.service__list ul,
.openings ul,
.values ul,
.vaccancy__list ul {
    display: flex;
    flex-wrap: wrap;
}

.service__list ul li,
.openings ul li,
.values ul li,
.vaccancy__list ul li {
    width: 33.33%;
    float: left;
    padding: 0 15px;
    display: flex;
}

.service__list--box,
.openings--box,
.values--box,
.vaccancy__list--box {
    width: 100%;
    float: left;
    position: relative;
    background: white;
    border: #d5d3d3 1px solid;
    box-shadow: 0 0 25px #ccc;
    padding: 25px 25px 85px;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.service__list--box h3 {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.icon__box {
    width: 150px;
    height: 150px;
    margin: -75px auto 20px;
    background: #204499;
    color: white;
    border-radius: 50%;
    text-align: center;
    line-height: 150px;
    font-size: 70px;
}

.service__list ul li ul {
    position: relative;
    z-index: 9;
}

.service__list ul li ul li,
.openings ul li ul li {
    width: 100%;
    float: left;
    line-height: 1.5;
    padding: 10px 0;
    border-bottom: #ececec 1px solid;
}

.service__list ul li ul li:last-child,
.openings ul li ul li:last-child {
    border: none;
}

.service__list--count {
    position: absolute;
    right: 50px;
    font-family: 'Open Sans', sans-serif;
    bottom: 0;
    color: #f3f3f4;
    font-size: 135px;
    font-weight: 900;
}

.gradient {
    background: rgb(241, 242, 240);
    background: linear-gradient(0deg, rgba(241, 242, 240, 1) 100%, rgba(255, 255, 255, 1) 100%);
}

h2 {
    font-size: 30px;
    font-weight: 700;
    color: #204499;
}

.openings {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.openings ul li {
    margin-top: 30px;
}

.openings ul li ul li {
    display: flex;
    flex-direction: column;
    margin-top: 0;
}

.openings--box {
    padding: 15px;
    text-align: left;
}

.openings--box span {
    text-transform: uppercase;
    font-weight: 600;
    color: grey;
    font-size: 13px;
}

h4 {
    font-weight: 600;
    color: #204499;
}

h5 {
    font-weight: 600;
    color: #204499;
    font-size: 20px;
    font-weight: 700;
}

.btn-center {
    margin: 50px auto 0;
    float: none;
    display: table;
}

.pattern {
    background: url("../images/pattern.jpg");
}

.overlay__bg::before,
.testimonials::before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    background: #204499 url(../images/overlay_pattern.png) repeat;
    mix-blend-mode: hard-light;
}

.overlay__bg--txtbox {
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
}

.overlay__bg--txtbox h3 {
    color: white;
    font-size: 25px;
    line-height: 40px;
}

footer {
    width: 100%;
    float: left;
    position: relative;
    padding: 100px 0 0;
}

.footer__connect {
    display: table;
    margin: 20px auto 0;
}

.footer__connect a {
    margin-right: 15px;
    color: black;
}

.footer__connect a:hover {
    color: #204499;
}

.footer__links--box {
    width: 50%;
    float: left;
    padding-right: 30px;
}

.footer__links h3 {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.footer__links h4,
.footer__links--box ul {
    margin-top: 20px;
}

.footer__links--box ul,
.footer__links--box ul li {
    width: 100%;
    float: left;
}

.footer__links--box ul li {
    padding: 5px 0;
}

.subcribe__box {
    width: 100%;
    float: left;
    margin: 20px 0;
}


/* .subcribe__box--field, .subcribe__box--btn {
  float: left;
  height: 55px;
  padding: 15px;
  box-sizing: border-box;
  border: none;
}
.subcribe__box--field {
  width: 80%;
}
.subcribe__box--btn {
  width: 20%;
  background: none;
  color: white;
  cursor: pointer;
} */

.social a {
    float: left;
    margin: 15px 15px 0 0;
}

.social a img {
    height: 25px;
}

.copyright {
    text-align: center;
    margin: 75px 0;
}

.curve {
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 11;
}

.intro__inner {
    width: 100%;
    position: relative;
    height: 400px;
    float: left;
    display: flex;
    color: white;
}

.intro__inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #204499 url(../images/overlay_pattern.png) repeat;
    mix-blend-mode: hard-light;
}

.intro__inner h1 {
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.intro__inner path {
    fill: #fff;
}

.breadcrumbs {
    display: block;
    float: left;
    margin: 5px 0 0;
    font-size: 14px;
    font-weight: 600;
}

.breadcrumbs ul li {
    display: inline-block;
    float: left;
}

.breadcrumbs ul li span {
    padding: 0 15px;
    display: inline-block;
    float: left;
    position: relative;
}

.breadcrumbs ul li span::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 5px;
    height: 5px;
    transform: translateY(-50%);
    background: white;
    border-radius: 50%;
}

.breadcrumbs ul li:first-child span {
    padding-left: 0;
}

.breadcrumbs ul li:last-child span::after {
    display: none;
}

.breadcrumbs a {
    color: #ffb81c;
}

.breadcrumbs a:hover {
    color: #fff;
}

.bg1 {
    background: url(../images/bg1.jpg) center center no-repeat;
    background-size: cover;
}

.bg2 {
    background: url(../images/bg2.jpg) center center no-repeat;
    background-size: cover;
}

.bg3 {
    background: url(../images/bg3.jpg) center center no-repeat;
    background-size: cover;
}

.bg4 {
    background: url(../images/bg4.jpg) center center no-repeat;
    background-size: cover;
}

.bg5 {
    background: url(../images/bg5.jpg) center center no-repeat;
    background-size: cover;
}

.bg6 {
    background: url(../images/bg6.jpg) center center no-repeat;
    background-size: cover;
}

.bg7 {
    background: url(../images/bg7.jpg) center center no-repeat;
    background-size: cover;
}

.bg8 {
    background: url(../images/bg8.jpg) center center no-repeat;
    background-size: cover;
}

.bg9 {
    background: url(../images/bg9.jpg) center center no-repeat;
    background-size: cover;
}

.bg10 {
    background: url(../images/bg10.jpg) center center no-repeat;
    background-size: cover;
}

.bg11 {
    background: url(../images/bg11.jpg) center center no-repeat;
    background-size: cover;
}

.bg12 {
    background: url(../images/bg12.jpg) center center no-repeat;
    background-size: cover;
}

.bg13 {
    background: url(../images/bg13.jpg) center center no-repeat;
    background-size: cover;
}

.about {
    display: flex;
    align-items: center;
}


/* .curved__img img {
  border-radius: 50px 0 50px 0;
} */

.manager__msg h2 {
    margin: 0 0 35px;
}

.message__box {
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
}

.manager__pic {
    width: 25%;
    float: left;
    position: relative;
    margin-left: -50px;
}

.manager__pic img {}

.message {
    width: 75%;
    float: left;
    background: #fff;
    padding: 40px 100px 60px 60px;
    font-size: 15px;
    /* border-radius: 50px 0 50px 0; */
}

.message h3 {
    color: #000;
    margin-top: 20px;
    font-size: 20px;
    line-height: 35px;
}

.message p {
    line-height: 30px;
}

.message h4 {
    font-weight: 700;
    margin-top: 25px;
    color: #204499;
    font-size: 20px;
}

.message h4 span {
    color: grey;
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    margin-top: 5px;
}

.values--box {
    padding: 15px;
    text-align: left;
    position: relative;
}

.values--box::before {
    content: "";
    position: absolute;
    background: url(../images/souvenir-icon.png) no-repeat;
    top: 50%;
    left: 0;
    width: 116px;
    height: 223px;
    transform: translateY(-50%);
    opacity: .04;
}

.values--box h4 {
    display: flex;
    align-items: center;
}

.values--box h4 i {
    font-size: 50px;
    font-weight: 300;
}

.values--box h4 span {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.job__apply__txt__box {
    width: 70%;
    margin: auto;
    text-align: center;
}

.job__apply__txt__box h3 {
    margin-bottom: 30px;
}

.overlay__bg .bnt-stroke {
    border-color: #ffb81c;
    color: white;
}

ul.resp-tabs-list {
    margin: -35px auto 0;
    padding: 0 40px;
    display: table;
    border: #ececec 1px solid;
    background: #ffffff;
    border-radius: 50px;
    box-shadow: 0 0 25px #e4e4e4;
}

.resp-tabs-list li {
    font-weight: 600;
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    padding: 15px 25px;
    margin: 0;
    list-style: none;
    text-align: center;
    cursor: pointer;
    float: left;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 17px;
}

.resp-tabs-list li i {
    font-size: 40px;
    font-weight: 400;
    margin-right: 10px;
}

.resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    clear: left;
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    display: none;
    padding: 0;
    float: left;
    width: 100%;
    border: none;
    background: none;
    margin: 75px 0 0;
}

.resp-tab-active {
    border-bottom: #204499 solid 2px;
    color: #204499;
}

.resp-content-active,
.resp-accordion-active {
    display: block;
}

h2.resp-accordion {
    font-size: 13px;
    border: 1px solid #c1c1c1;
    border-top: 0px solid #c1c1c1;
    margin: 0px;
    padding: 10px 15px;
}

h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}


/*-----------Vertical tabs-----------*/

.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%;
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 15px !important;
    margin: 0;
    cursor: pointer;
    float: none;
}

.resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    float: left;
    width: 68%;
    min-height: 250px;
    border-radius: 4px;
    clear: none;
}

.resp-vtabs .resp-tab-content {
    border: none;
}

.resp-vtabs li.resp-tab-active {
    border: 1px solid #c1c1c1;
    border-right: none;
    background-color: #fff;
    position: relative;
    z-index: 1;
    margin-right: -1px !important;
    padding: 14px 15px 15px 14px !important;
}

.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #c1c1c1;
}

h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #9b9797;
}


/*-----------Accordion styles-----------*/

h2.resp-tab-active {
    background: #dbdbdb !important;
}

.resp-easy-accordion h2.resp-accordion {
    display: block;
}

.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1;
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1 !important;
}

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block;
}

h2.resp-accordion:first-child {
    border-top: 1px solid #c1c1c1 !important;
}

.vaccancie__intro {
    display: flex;
    align-items: center;
}

.vaccancie__filter {
    margin: auto;
    padding: 20px;
    width: 75%;
    display: flex;
    justify-content: space-between;
    border: #ececec 1px solid;
    background: #ffffff;
    border-radius: 3px;
    box-shadow: 0 0 25px #e4e4e4;
}

.vaccancie__filter--select {
    width: 45%;
    float: left;
}

.vaccancie__filter--btn {
    width: 60px;
    height: 60px;
    background: none;
    font-size: 30px;
    font-weight: lighter;
    float: left;
    border: #ececec 1px solid;
    border-radius: 3px;
    color: #204499;
    cursor: pointer;
    transition: all .5s;
}

.vaccancie__filter--btn:hover {
    background: #204499;
    color: white;
}

.selectdiv {
    position: relative;
    float: left;
    width: 100%;
}

select::-ms-expand {
    display: none;
}

.selectdiv:after {
    content: '\eb3a';
    font-family: unicons;
    font-size: 25px;
    color: #333;
    right: 11px;
    top: 17px;
    padding: 0 0 2px;
    position: absolute;
    pointer-events: none;
}

.selectdiv select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    height: 60px;
    float: left;
    padding: 0px 20px;
    line-height: 1.75;
    color: #333;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #ececec;
    -ms-word-break: normal;
    word-break: normal;
}

.vaccancie__filter--select .selectdiv select {
    border-radius: 3px;
}

.vaccancy__list {
    width: 100%;
    position: relative;
    float: left;
    margin-top: 20px;
}

.vaccancy__list ul li {
    margin-top: 30px;
}

.vaccancy__list--box {
    text-align: left;
    padding: 20px;
    box-shadow: none;
}

.vaccancy__list--box:hover {
    box-shadow: 0 0 25px #ccc;
}

.vaccancy__list ul li ul {
    justify-content: space-between;
    margin-top: 25px;
}

.vaccancy__list ul li ul li {
    width: auto;
    display: inline-block;
    padding: 0;
}

.vaccancy__list--box h3 {
    font-size: 16px;
    text-transform: uppercase;
}

.vaccancy__list--box h4 {
    font-size: 15px;
    color: #a7a7a7;
    margin-top: 5px;
    font-weight: 500;
}

.img__circle {
    border-radius: 50%;
    overflow: hidden;
}

.smk_accordion {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 20px;
}

.smk_accordion .accordion_in {
    position: relative;
    z-index: 10;
    margin: 15px 0;
    overflow: hidden;
    border: #ececec 1px solid;
}

.smk_accordion .accordion_in .acc_head {
    position: relative;
    background: #FDFDFD;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #204499;
    padding: 20px 15px;
    font-size: 14px;
    display: block;
    cursor: pointer;
    width: 100%;
    float: left;
}

.smk_accordion .accordion_in .acc_head .acc_icon_expand {
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    right: 15px;
    top: 50%;
    font-size: 25px;
    transform: translateY(-50%);
}

.smk_accordion .accordion_in .acc_head .acc_icon_expand::after {
    content: '\eb3a';
    font-family: unicons;
}

.smk_accordion .accordion_in .acc_content {
    background: #fff;
    padding: 15px;
    width: 100%;
    float: left;
}

.smk_accordion .accordion_in .acc_content p:first-child {
    margin: 0;
}

.smk_accordion .accordion_in:last-of-type,
.smk_accordion .accordion_in:last-of-type .acc_content {
    border-radius: 0 0 3px 3px;
}

.smk_accordion .accordion_in.acc_active>.acc_content {
    display: block;
}

.smk_accordion .accordion_in.acc_active>.acc_head {
    background: #F9F9F9;
}

.smk_accordion .accordion_in.acc_active>.acc_head .acc_icon_expand::after {
    content: '\eb56';
    font-family: unicons;
}

.privacy h3 {
    font-size: 16px;
    margin-top: 15px;
}

.privacy ul {
    width: 100%;
    float: left;
    margin-top: 15px;
}

.privacy ul li {
    padding: 5px 0 5px 1.3em;
    width: 100%;
    float: left;
}

.privacy ul li:before {
    content: '\e88f';
    font-family: unicons;
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
    color: #204499;
}

.map__bg {
    width: 100%;
    float: left;
    position: relative;
    background: white;
    box-shadow: 0 0 25px #e4e4e4;
    border: #ececec 1px solid;
    padding: 50px 20px 50px 50px;
}

.map__bg .col__6,
.map__bg .col {
    padding: 0 30px 0 0;
}

.contact__address {
    width: 100%;
    float: left;
    position: relative;
    background: #204499;
    padding: 25px;
    color: #e9f0ff;
}

.contact__address a {
    color: #e9f0ff;
}

.contact__address a:hover {
    color: #fff;
}

.form__section h3 {
    font-size: 45px;
    margin: -45px 0 0 7.5px;
}

.form {
    width: 100%;
    float: left;
    position: relative;
    margin: 30px 0 0;
}

.form__label {
    margin: 15px 0 5px;
    color: #848484;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}

.field {
    height: 60px;
    border-radius: 3px;
    border: 1px solid #efece9;
    padding: 15px;
    background: #fff;
    -webkit-appearance: none;
    box-sizing: border-box;
    width: 100%;
}

.area {
    height: 180px;
    width: 100%;
    border-radius: 3px;
    border: 1px solid #efece9;
    padding: 15px;
    background: #fff;
    resize: none;
    -webkit-appearance: none;
    box-sizing: border-box;
}

.mt__20 {
    margin-top: 20px;
}

.contact__address h4 {
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.contact h2 {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 25px;
    line-height: 50px;
}

.testimonials {
    background: url(../images/testimonials.jpg) no-repeat center center;
}

.testimonials h3 {
    color: white;
}

.testimonial_owlCarousel {
    margin-top: 75px;
}

.owl-carousel.owl-loaded {
    float: left;
}

.review {
    width: 60%;
    margin: auto;
}

.review__box__pic {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    overflow: hidden;
    margin: auto;
    border: #f7fbf3 12px solid;
}

.quote img {
    width: 75px !important;
    position: relative;
    left: 50%;
    margin-bottom: 25px;
    transform: translateX(-50%);
}

.review__box {
    width: 100%;
    float: left;
    text-align: center;
    color: white;
}

.review__box p {
    font-size: 20px;
    line-height: 30px;
}

.review__box h3 {
    font-size: 25px;
    font-weight: 700;
    margin-top: 25px;
}

.review__box h3 span {
    display: block;
    font-size: 18px;
    font-weight: 500;
}

.owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    margin: 30px 0;
}

.owl-carousel button.owl-dot {
    background: none;
    border: white 2px solid;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 5px;
}

.owl-carousel button.active.owl-dot {
    background: white;
}

.review .owl-item.active p {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}

.review .owl-item.active h3 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
}

.post__resume {
    width: 75%;
    margin: -75px auto 0;
    display: flex;
    align-items: center;
}

.post__resume__form {
    border: #ececec 1px solid;
    border-radius: 10px;
    box-shadow: 0 0 25px #e4e4e4;
    width: 100%;
    float: left;
    padding: 35px;
}

.post__resume__form .field {
    border-radius: 5px;
}

.file-upload-wrapper {
    position: relative;
    width: 100%;
    height: 60px;
    border: 1px solid #efece9;
    border-radius: 5px;
    overflow: hidden;
}

.file-upload-wrapper:after {
    content: attr(data-text);
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    padding: 10px 15px;
    display: block;
    width: calc(100% - 40px);
    pointer-events: none;
    z-index: 20;
    height: 40px;
    line-height: 40px;
    border-radius: 5px 10px 10px 5px;
}

.file-upload-wrapper:before {
    content: '\e9c5';
    font-family: unicons;
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    height: 60px;
    background: #204499e1;
    color: #fff;
    z-index: 25;
    font-size: 16px;
    line-height: 60px;
    padding: 0 15px;
    text-transform: uppercase;
    pointer-events: none;
    transition: all .5s;
    border-radius: 0 5px 5px 0;
}

.file-upload-wrapper:hover:before {
    background: #204499;
}

.file-upload-wrapper input {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    height: 60px;
    margin: 0;
    padding: 0;
    display: block;
    cursor: pointer;
    width: 100%;
}

.job__apply__txt__box p {
    color: white;
    font-size: 20px;
    line-height: 35px;
    margin: 0 0 35px;
}

.about__intro {
    width: 100%;
    margin: 25px 0 100px;
    text-align: center;
    float: left;
    font-size: 21px;
    font-weight: 600;
    color: black;
}

.about__intro p {
    line-height: 40px;
}

.values ul li ul {
    width: 100%;
    padding-left: 18px;
}

.values ul li ul li {
    width: 100%;
    padding: 5px 0;
    line-height: 28px;
    list-style-type: circle;
    display: list-item;
}

.service__list--box {
    text-align: left;
}

.service__list--box .bnt-stroke {
    width: 150px;
    text-align: center;
}

.pattern h5 {
    line-height: 40px;
}

.md-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 40%;
    height: auto;
    z-index: 2000;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.md-show {
    visibility: visible;
}

.md-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 0;
    background: rgba(0, 0, 0, 0.8);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.md-show~.md-overlay {
    opacity: 1;
    visibility: visible;
}

.md-content {
    color: #000;
    background: #fff;
    position: relative;
    border-radius: 3px;
    float: left;
}

.md-content h3 {
    margin: 0;
    padding: 15px;
    text-align: center;
    font-size: 2rem;
    position: static;
}

.md-content>div {
    padding: 50px;
    margin: 0;
}

.md-content .post__resume__form .field {
    height: 55px;
}

.md-close {
    position: absolute;
    top: 15px;
    right: 15px;
    border: none;
    background: white;
    color: #174693;
    width: 50px;
    font-size: 20px;
    font-weight: 600;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    border: #1746931f 2px solid;
    transition: all .5s;
}

.md-close:hover {
    border-color: #174693;
}

.md-effect-1 .md-content {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.md-show.md-effect-1 .md-content {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.vaccancy__details h2 {
    text-transform: capitalize;
    font-size: 20px;
    margin-top: 15px;
    font-weight: 600;
}

.vaccancy__details h2 span {
    display: block;
    text-transform: uppercase;
    color: #333;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 14px;
    margin-top: 3px;
}

.vision__mission h4 {
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 15px;
}

.vision__mission ul {
    width: 100%;
    float: left;
    padding-left: 18px;
}

.vision__mission ul li {
    width: 100%;
    float: left;
    padding: 5px 0;
    line-height: 28px;
    list-style-type: circle;
}

.md-content .form__label {
    color: #525252;
    font-size: 11px;
}

.testimonials {
    min-height: 700px;
    display: flex;
}

.testimonials p {
    color: white;
    font-size: 20px;
    line-height: 35px;
}

.connect-icons i {
    font-size: 25px;
    font-weight: 600;
}

.intro__inner img {
    margin-bottom: 15px;
}

.logo__header {
    display: flex;
    align-items: center;
}

.logo__header img {
    margin-right: 20px;
}

.emirates__logo {
    height: 275px;
}

.about__intro__txt {
    background: white;
    padding: 50px;
    margin-left: -75px;
    float: left;
    box-shadow: 0 0 25px #e4e4e4;
}

.values ul li {
    width: 50%;
}

.flaticon-vision:before {
    content: "\f103";
}

.flaticon-mountain:before {
    content: "\f105";
}

.mt__100 {
    margin-top: 100px;
}

.header__logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tolerance__logo {
    height: 100px;
}

ul.list__style {
    width: 100%;
    float: left;
}

.list__style li {
    padding: 5px 0 5px 1.3em;
    line-height: 28px;
}

.list__style li:before {
    content: '\e88f';
    font-family: unicons;
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
    color: #204499;
}

.licence {
    width: 100%;
    float: left;
    margin-bottom: 50px;
    padding: 0 15px;
}

.licence ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.licence ul li {
    width: 23%;
    float: left;
}

.healthcare h3 {
    margin-bottom: 15px;
}

.testimonials__txtbox {
    color: white;
    width: 75%;
    text-align: center;
    margin: auto;
}

.testimonials__txtbox h3 {
    font-size: 33px;
    line-height: 50px;
    margin-bottom: 35px;
}

.testimonials__txtbox .bnt-stroke {
    border-color: white;
    color: white;
}

.testimonials__txtbox .bnt-stroke:hover {
    background: white;
    color: #204499;
}

.vaccancy__details img {
    margin-bottom: 20px;
}

.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ececec;
    border-radius: 3px;
    width: 100%;
    float: left;
    height: 60px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 60px;
}

.select2-container--default .select2-search--dropdown .select2-search__field,
.select2-dropdown {
    border-color: #ececec;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0 15px;
}

.select2-search--dropdown,
.select2-results__option {
    padding: 15px;
}

.g-recaptcha {
    float: left;
    width: 100%;
}

.blog ul li {
    width: 33.33%;
    float: left;
    padding: 15px;
    list-style: none;
}

.blog__box {
    width: 100%;
    float: left;
    background: #f4f7f6;
}

.date {
    background: #204499;
    display: inline-block;
    float: left;
    padding: 5px 10px;
    font-size: 9px;
    text-transform: uppercase;
    color: white;
    font-weight: 600;
    margin: -12px 0 0;
}

.blog__box h4 {
    color: #000;
    font-weight: 700;
    margin: 15px 0 0;
    font-size: 17px;
    display: -webkit-box;
    height: 50px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog__box p {
    display: -webkit-box;
    height: 75px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 15px 0 0;
    line-height: 25px;
    font-size: 14px;
}

.blog__box .bnt-stroke {
    margin: 15px 0;
    padding: 15px 20px;
}

.blog__detail p {
    float: none;
}

.img__right {
    display: inline-block;
    float: right;
}

.related h2 {
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 30px;
    text-align: center;
}


/*media-quries & keyframes*/

.valign,
.right__img,
.left__img {
    display: flex;
    align-items: center;
}

.right__img {
    flex-direction: row-reverse;
}

.shade {
    background: #f7fbf3;
}

.mt__15 {
    margin-top: 15px;
}

.mt__30 {
    margin-top: 30px;
}

.mt__75 {
    margin-top: 75px;
}

.mt__100 {
    margin-top: 100px;
}

.mt__50 {
    margin-top: 50px;
}

.mt-10 {
    margin-top: -10px;
}

.italic {
    font-style: italic;
}

.col__center {
    float: none;
    margin: 0 auto;
}

.p0 {
    padding: 0;
}

.pb100 {
    padding: 0 0 100px;
}

.pt100 {
    padding: 100px 0 0;
}

.m0 {
    margin: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.no-border {
    border: none !important;
}

.up {
    position: relative;
    color: #174693;
    display: table;
    float: none;
    margin: 0 auto 50px;
    clear: both;
    text-align: center;
    font-style: normal;
    cursor: pointer;
    width: 110px;
    height: 35px;
    border-radius: 5px 5px 0 0;
    font-size: 50px;
    transition: all 0.5s ease-in-out;
}

.up:hover {
    color: #000;
    transform: translateY(-5px);
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

@keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}


/*Queries*/

.topbar {
    width: 100%;
    padding: 20px;
    font-size: 18px;
    text-align: center;
 background: rgb(32,68,153);
background: linear-gradient(180deg, rgba(32,68,153,1) 0%, rgba(14,31,73,1) 100%);
    color: #fff;
}
.topbar span{ font-weight:600;}

.topbar a {
    animation: blinking 1.5s infinite;
}
.accordion-trigger p{ margin:0px;}

@keyframes blinking {
    0% {
        color: #fdff60;
    }
    20% {
        color: #fa091a;
      
    }
    40% {
        color: #fdff60;
    }
    60% {
        color: #fa091a;
        
    }
     80% {
        color: #fdff60;
    }
     100% {
        color: #fa091a;
       
    }
}

.packegelist {
    width: 100%;
    margin-bottom: 10px;
}

.packegelist ul {
    padding: 5px 0px;
}

.packegelist ul li {
    list-style: none;
    padding: 5px 0px;
    position: relative;
    padding-left: 20px;
}

.packegelist ul li:before {
    content: "\eb9f";
    font-family: unicons;
    display: inline-block;
    position: absolute;
    font-weight: 600;
    left: 0;
    color: #204499;
}


/* accordiontab */

.accordion-tabs {
    color: #0c1333;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 60px 40px -7px;
    padding: 0px 0px 40px;
    border-radius: 50px 50px 0px 0px;
}

.accordion-tabs h1 {
    font-size: 24px;
    font-weight: 600;
    color: grey;
}

.tabs-tab-list {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.tabs-tab-list li {
    margin: 0;
    display: flex;
    width: 50%;
    margin: 0px 5px;
    flex-direction: column;
}

.tabs-trigger {
    border-bottom: none;
    color: #666;
    display: none;
    font-weight: 600;
    font-size: 22px;
    padding: 15px 40px;
    text-decoration: none;
    border-radius: 50px;
    border: 2px solid #666
}

.tabs-trigger:hover {
    color: #174693;
    border: 2px solid #174693
}

.tabs-trigger.is-selected,
.tabs-trigger.is-selected:hover,
.tabs-trigger.is-selected:focus {
    background: #204499;
    color: #fff;
    z-index: 99;
    /*height: 100px;*/
    border-radius: 50px;
    border: 2px solid #174693
}

.tabs-trigger:active {
    outline: none;
}

.tabs-panel {
    display: block;
    margin: 0;
    padding: 0;
}


/* .tabs-panel:not(:first-of-type) {
    border-top: 2px solid #eee;
} */

.tabs-panel:not(:last-child) {
    border-bottom: 1px solid #eee;
}

.tabs-panel:not(:last-child) {
    border-bottom: none;
}

.tabs-panel .content {
    padding: 20px;
}

.tabs-panel.is-hidden .content {
    display: none;
}

.tabs-panel:active,
.tabs-panel:focus {
    outline: none;
}

.is-initialized.tabs-allowed .tabs-panel {
    display: inherit;
}

.accordion-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    font-size: 16px;
    padding: 10px 15px;
    font-weight: 600;
    background: #204499;
    color: #fff;
   border-bottom: 1px solid #ffffff47;
}

.accordion-trigger-icon {
    pointer-events: none;
}

@media (min-width: 40em) {
    .tabs-allowed .accordion-trigger {
        display: none;
    }
    .tabs-allowed .tabs-trigger {
        display: block;
    }
    .tabs-allowed .tabs-panel {
        display: none;
    }
    .tabs-allowed .tabs-panel.is-hidden {
        display: none;
    }
    /* .tabs-allowed .tabs-panel {
        border-top: 2px solid #eee;
    } */
    .tabs-allowed .tabs-tab-list {
        margin-bottom: -2px;
    }
}

.accordion-trigger-icon {
    display: inline-block;
    float: right;
    width: 22px;
    height: 22px;
}

.accordion-trigger-icon svg {
    margin: 0;
}

[aria-expanded="true"] .vert {
    display: none;
}

.label--open,
.label--close {
    display: block;
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.label--close {
    display: none;
}

.is-open .label--open {
    display: none;
}

.is-open .label--close {
    display: block;
}

.ftrlogo {
    width: 500px;
}
.text-center {
    text-align: center;
}

@media only screen and (min-width: 630px) and (max-width:960px) {
    .tabs-trigger {
        font-size: 17px;
    }
}


/* close accordion tab */

.mob-screen {
    display: none !important;
}

.desk-screen {
    display: block !important;
}

@media screen and (max-width: 1366px) {
    .container {
        width: 1170px;
    }
    .intro__box--txtbox {
        width: 75%;
    }
    .md-modal {
        width: 95%;
    }
    .post__resume__form span {
        width: 50%;
        float: left;
        padding: 0 15px;
    }
    .post__resume__form {
        padding: 15px;
    }
    .vaccancy__list ul li ul li {
        font-size: 14px;
    }
}

@media screen and (max-width: 1280px) {
    .container {
        width: 100%;
        padding: 0 15px;
    }
    .nav-menu>li>a {
        padding: 0 10px;
    }
    .nav-brand img {
        height: 40px;
    }
}


/* tab-common */

@media screen and (max-width: 1024px) {
    .pb0 {
        padding: 50px 0 0;
    }
    section {
        padding: 50px 0;
    }
    h1 {
        font-size: 25px;
    }
    h3,
    h2 {
        font-size: 20px;
    }
    .intro__inner {
        height: 250px;
    }
    .mobile__custom__height {
        height: 460px;
    }
    .overlay__bg img {
        object-fit: cover;
        height: 100%;
    }
    .vaccancie__filter {
        width: 100%;
    }
    .vaccancy__list ul {
        justify-content: space-between;
    }
}


/* tab-landscape */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .vaccancy__list ul li ul {
        flex-direction: column;
        margin-top: 15px;
    }
    .vaccancy__list ul li ul li {
        margin-top: 10px;
    }
}


/* tab-portrait */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .service__list ul li {
        width: 100%;
        margin-bottom: 30px;
    }
    .icon__box {
        width: 75px;
        height: 75px;
        margin: 0;
        line-height: 75px;
        font-size: 40px;
    }
    .intro__box--txtbox {
        width: 95%;
        margin-top: -50px;
    }
    section {
        padding: 50px 0;
    }
    .pb0 {
        padding: 30px 0 0;
    }
    .vaccancy__list ul li {
        margin-top: 30px;
        padding: 0;
        width: 48%;
    }
    .vaccancie__filter--select {
        width: 43%;
    }
}


/* mobile-common */

@media screen and (max-width: 767px) {
    .col__1,
    .col__2,
    .col__3,
    .col__4,
    .col__5,
    .col__6,
    .col__7,
    .col__8,
    .col__9,
    .col__10,
    .col__11,
    .col,
    .service__list ul li,
    .testimonials__txtbox,
    .message,
    .intro__box--txtbox,
    .vaccancie__filter,
    .post__resume {
        width: 100%;
    }
    .mobile__p0,
    .container {
        padding: 0;
    }
    .valign {
        display: block;
    }
    section {
        padding: 15px 0;
    }
    .footer__links h3,
    .licence,
    .intro__box--txtbox,
    .accordion,
    .post__resume {
        margin: 0;
    }
    .video__img__box,
    .mt__75,
    .mt__100,
    .service__list,
    .values,
    .mobile__mt15,
    .vaccancie__intro,
    .mt__30 {
        margin-top: 15px;
    }
    .pb0 {
        padding: 15px 0 0;
    }
    .header {
           background: white;
    /*margin-top: 35px;*/
    }
    .intro {
        /*margin-top: 60px;*/
    }
    .topbar {
        font-size: 14px;
        padding:10px;
    }
    .quick__contact {
        margin: 15px 0 0;
        z-index: 0;
        display: none;
    }
    .service__list ul li {
        padding: 7.5px 15px;
    }
    .testimonials__txtbox {
        padding: 0 15px;
    }
    footer {
        padding: 15px 0 0;
    }
    .social a {
        margin: 15px 15px 15px 0;
    }
    .copyright {
        margin: 15px 0;
    }
    .up {
        margin: 0 auto 20px;
    }
    .about,
    .vaccancie__intro,
    .post__resume {
        flex-direction: column-reverse;
    }
    .message__box,
    .right__img,
    .left__img {
        flex-direction: column;
    }
    .job__apply__txt__box {
        width: 100%;
        padding: 0 15px;
    }
    .manager__pic {
        width: 70%;
        float: left;
        position: relative;
        margin: -50px 0 0 0;
    }
    .manager__pic {
        width: auto;
    }
    .message {
        padding: 15px 15px 75px;
    }
    .manager__msg h2,
    .mobile__mb15 {
        margin-bottom: 15px;
    }
    .about__intro__txt,
    .vaccancy__details h2 {
        padding: 0;
        box-shadow: none;
        margin: 0 0 15px 0;
    }
    .emirates__logo {
        height: 100px;
    }
    .md-modal {
        width: 100%;
        height: 100vh;
        padding: 10px;
    }
    .md-content {
        height: 100%;
        overflow-y: scroll;
    }
    .md-content h3 {
        text-align: left;
    }
    .mob-screen {
        display: block !important;
    }
    .desk-screen {
        display: none !important;
    }
    .ftrlogo {
        width: 300px;
    }
    .footer__links--box ul {
display: flex;
flex-wrap: wrap;
width: 100%;}
.footer__links--box ul li {
    padding: 8px 0;
    width:50%;
}
    
}


/* mobile-landscape */

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
    .openings ul li,
    .vaccancy__list ul li {
        width: 50%;
    }
    /*.intro {*/
    /*    margin-top: 70px;*/
    /*}*/
    h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .intro__box--txtbox {
        padding: 25px;
    }
    .icon__box {
        width: 100px;
        height: 100px;
        margin: 0;
        line-height: 100px;
        font-size: 50px;
    }
    .testimonials {
        min-height: 375px;
    }
    .testimonials__txtbox h3 {
        font-size: 25px;
        line-height: 35px;
    }
    .overlay__bg--txtbox h3 {
        font-size: 17px;
        line-height: 27px;
    }
    .message {
        padding: 15px 15px 75px;
    }
    .intro__inner {
        height: 140px;
    }
    .smile {
        height: 85px;
    }
    .healthcare h3 {
        line-height: 35px;
        margin-top: 15px;
    }
    .mobile__custom__height {
        height: 350px;
    }
    .mobile__custom__height img {
        object-fit: cover;
        height: 100%;
    }
    .vaccancy__list ul li ul li {
        font-size: 14px;
        margin: 0;
    }
    .img__circle {
        border-radius: 50%;
        overflow: hidden;
        width: 60%;
        margin: auto;
    }
    .map__bg {
        padding: 25px;
    }
    .img__right {
        height: 235px;
    }
    .footer__links h4, .footer__links--box ul {
    margin-top: 5px;
}
}


@media (max-width:500px) { .footer__links h4, .footer__links--box ul {
    margin-top: 5px;
}
 .footer__links--box p {
    line-height: 26px;
    margin: 4px 0 0 0;
   
}   
.footer__links--box ul {margin-top: 5px;
display: flex;
flex-wrap: wrap;
width: 100%;}
.footer__links--box ul li {
    padding: 1px 0;
    width:50%;
}
}

/* mobile-portrait */

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: portrait) {
    .openings ul li,
    .footer__links--box,
    .values ul li,
    .vaccancy__list ul li,
    .blog ul li {
        width: 100%;
    }
    .values ul li {
        padding: 0;
    }
    .values ul li:nth-child(1) .values--box,
    .job__apply__txt__box h3,
    .vaccancy__list--box,
    .post__resume__form {
        margin-bottom: 15px;
    }
    .nav-brand img {
        height: 30px;
    }
    .intro {
        margin-top: 60px;
    }
    h1 {
        font-size: 25px;
        line-height: 35px;
    }
    h3,
    h2 {
        font-size: 20px;
    }
    .intro__box--txtbox {
        padding: 15px;
    }
    .icon__box {
        width: 75px;
        height: 75px;
        margin: 0;
        line-height: 75px;
        font-size: 40px;
    }
    .service__list--count {
        right: 20px;
    }
    .testimonials {
        min-height: 400px;
    }
    .testimonials__txtbox h3 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .footer__links--box,
    .vaccancy__list ul li,
    .map__bg .col__6,
    .map__bg .col {
        padding: 0;
    }
    .vaccancy__list ul li {
        font-size: 12px;
        margin: 0;
    }
    .intro__inner {
        height: 130px;
    }
    .intro__inner h1 {
        font-size: 15px;
        line-height: 25px;
    }
    .overlay__bg {
        height: 230px;
    }
    .overlay__bg img {
        object-fit: cover;
        height: 100%;
    }
    .overlay__bg--txtbox h3 {
        font-size: 15px;
        line-height: 25px;
    }
    .smile {
        height: 65px;
    }
    .licence ul li {
        width: 47.3%;
        float: left;
        margin-bottom: 15px;
    }
    .healthcare h3 {
        line-height: 30px;
    }
    .mobile__custom__height {
        height: 460px;
    }
    .job__apply__txt__box p {
        font-size: 15px;
        line-height: 25px;
        margin: 0 0 15px;
    }
    .vaccancy__list--box h3 {
        font-size: 14px;
        line-height: 24px;
    }
    .vaccancie__filter {
        flex-direction: column;
        padding: 15px;
        border-radius: 3px;
    }
    .vaccancie__filter--select {
        width: 100%;
        margin-bottom: 15px;
    }
    .vaccancie__filter--select .selectdiv select {
        border-radius: 3px;
    }
    .smk_accordion .accordion_in .acc_head {
        padding: 20px 35px 20px 15px;
        line-height: 24px;
    }
    .contact h2 {
        font-size: 20px;
        line-height: 35px;
        text-align: left;
        padding: 0 15px;
    }
    .map__bg,
    .post__resume__form,
    .md-content>div {
        padding: 15px;
    }
    .form {
        margin-top: 15px;
    }
    .md-content h3 {
        font-size: 1.5rem;
    }
}