/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

* {
    box-sizing: border-box;
}

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
       ========================================================================== */

/**
     * Remove the margin in all browsers.
     */

body {
    margin: 0;
}

/**
     * Render the `main` element consistently in IE.
     */

main {
    display: block;
}

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
       ========================================================================== */

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
       ========================================================================== */

/**
     * Remove the gray background on active links in IE 10.
     */

a {
    background-color: transparent;
}

/**
     * 1. Remove the bottom border in Chrome 57-
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */

b,
strong {
    font-weight: bolder;
}

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
     * Add the correct font size in all browsers.
     */

small {
    font-size: 80%;
}

/**
     * Prevent `sub` and `sup` elements from affecting the line height in
     * all browsers.
     */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
       ========================================================================== */

/**
     * Remove the border on images inside links in IE 10.
     */

img {
    border-style: none;
}

/* Forms
       ========================================================================== */

/**
     * 1. Change the font styles in all browsers.
     * 2. Remove the margin in Firefox and Safari.
     */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
     * Show the overflow in IE.
     * 1. Show the overflow in Edge.
     */

button,
input {
    /* 1 */
    overflow: visible;
}

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */

button,
select {
    /* 1 */
    text-transform: none;
}

/**
     * Correct the inability to style clickable types in iOS and Safari.
     */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
     * Remove the inner border and padding in Firefox.
     */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
     * Restore the focus styles unset by the previous rule.
     */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
     * Correct the padding in Firefox.
     */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
     * Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */

progress {
    vertical-align: baseline;
}

/**
     * Remove the default vertical scrollbar in IE 10+.
     */

textarea {
    overflow: auto;
}

/**
     * 1. Add the correct box sizing in IE 10.
     * 2. Remove the padding in IE 10.
     */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
     * Remove the inner padding in Chrome and Safari on macOS.
     */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
       ========================================================================== */

/*
     * Add the correct display in Edge, IE 10+, and Firefox.
     */

details {
    display: block;
}

/*
     * Add the correct display in all browsers.
     */

summary {
    display: list-item;
}

/* Misc
       ========================================================================== */

/**
     * Add the correct display in IE 10+.
     */

template {
    display: none;
}

/**
     * Add the correct display in IE 10.
     */

[hidden] {
    display: none;
}

html,
body {
    overflow-x: hidden;
}

body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: .9rem;
    color: #121824;
}

h3 {
    font-size: 1.2rem;
    font-weight: 600;
}

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

button {
    cursor: pointer;
}

.home-section-heading {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.2em;
    margin: 0.2em 0 .36em;
    text-transform: capitalize;
}

.sub-over-heading {
    color: #121824;
    margin-bottom: 0.5em;
    text-transform: capitalize;
}

.theme-color {
    color: #66b6cd;
}

.container {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    padding: 0 15px;
}

.container-full-width {
    max-width: 100%;
    padding: 0 15px;
}

.horizontal-line {
    border-top: 1px solid rgba(0,0,0,.04);
    display: block;
    position: relative;
}

.dis-flex {
    display: flex;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-evenly {
    justify-content: space-evenly;
}

.justify-content-space-between {
    justify-content: space-between;
}

.align-items-start {
    align-items: start;
}

.align-items-center {
    align-items: center;
}

.align-items-bottom {
    align-items: end;
}

.align-items-stretch {
    align-items: stretch;
}

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

.flex-direction-column {
    flex-direction: column;
}

.flex-wrap {
    flex-wrap: wrap;
}

.text-white {
    color: #fff;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.row>* {
    padding: 0 15px;
}

.col-2 {
    width: 16.66%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.33%;
}

.col-5 {
    width: 41.66%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.33%;
}

.col-8 {
    width: 66.66%
}

.col-9 {
    width: 75%;
}

.col-11 {
    width: 91.66%;
}

.col-12 {
    width: 100%;
}

.green {
    background-color: #4caf50 !important;
}

.danger-color {
    background-color: #ff3547 !important;
}

.deep-orange {
    background-color: #ff5722 !important;
}

.blue {
    background-color: #2196f3 !important;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}


p {
    line-height: 1.8em;
    margin-bottom: 1.5em;
    color: #91918f;
}

.heading-group {
    position: relative;
}

.section-spacing {
    padding: 60px 0;
}

.theme-btn {
    color: #fff;
    background-color: #204998;
    border: 2px solid #204998;
    display: inline-block;
    padding: 15px 25px;
    border-radius: 4px;
    transition: background-color .5s, border-color .5s;
    font-weight: 500;
}

.theme-btn:hover {
    background-color: transparent;
    color: #204998;
}


a,
a:hover {
    text-decoration: none;
}

.navigation {
    width: 100%;
    background: #fff;
    position: relative;
    z-index: 10;
}

.navigation a {
    color: #121824;
    text-decoration: none;
    font-size: 1rem;
    transition: font-size .5s, padding .5s;
}

.navigation li.active a {
    color: #66b6cd;
    font-weight: 500;
}

.navigation a:hover {
    color: #66b6cd;
    text-decoration: none;
}

.brand a {
    text-decoration: none;
    font-weight: 600;
}

.brand img {
    display: block;
    width: 100%;
    transition: width .5s;
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 9px 15px;
    display: flex;
    position: relative;
    overflow: visible;
    align-items: center;
}

.nav-dropdown {
    display: none;
    position: absolute;
    left: 0;
    width: 200px;
    z-index: 1;
}

nav {
    position: relative;
    display: inline-block;
    font-size: 14px;
    margin-left: auto;
}

nav ul {
    list-style: none;
    text-align: left;
    display: flex;
    padding: 0;
}

nav ul li {
    position: relative;
}

nav ul li a {
    display: block;
    color: #666666;
    padding: 20px;
}

nav > ul li:last-child a {
    padding-right: 0;
}

nav ul li a:hover,
nav ul li a:focus,
nav ul li a:active {
    text-decoration: none;
}

nav ul li>a:hover {
    color: #66b6cd;
}

nav ul li>a:not(:only-child):after {
    padding-left: 4px;
    content: ' ▾';
}

nav ul li ul li {
    width: 190px;
}

nav ul li ul li a {
    background: #efefef;
    display: block;
    padding: 15px;
    line-height: 20px;
    z-index: 1;
}

nav ul li ul li a:hover {
    background: #dedede;
    color: #262626;
}

/* Mobile navigation */
.nav-mobile {
    display: none;
    position: absolute;
    top: 40px;
    right: 35px;
}

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

    .navigation.fixed .nav-mobile {
        top: 30px;
    }

    .navigation a {
        font-size: .9rem;
    }

    .nav-mobile {
        display: block;
    }

    .brand {
        position: absolute;
        top: 5px;
        z-index:9999;
    }

    nav {
        width: 100%;
        padding: 70px 0 15px;
    }

    .navigation.fixed nav {
        padding: 45px 0 15px;
    }

    nav ul {
        display: none;
    }

    nav .nav-list {
        margin-top: 30px;
        border-top: 3px solid #204998;
        margin-bottom: 0;
    }

    nav .nav-list li {
        border-bottom: 1px solid #ebebeb;
    }

    nav ul li {
        width: 100%;
    }

    nav ul li ul li {
        width: 100%;
    }

    nav ul li>a {
        padding: 10px 15px;
        line-height: 20px;
    }

    nav ul li:hover .nav-dropdown {
        display: none;
    }

    nav ul li ul li a {
        line-height: 20px;
        padding: 10px 15px;
    }

    .nav-dropdown {
        position: static;
        width: 100%;
    }
}

#nav-toggle {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 5px;
    width: 35px;
    background: #262626;
    position: absolute;
    display: block;
    content: '';
    transition: all 300ms ease-in-out;
}

#nav-toggle span:before {
    top: -10px;
}

#nav-toggle span:after {
    bottom: -10px;
}

#nav-toggle.active span {
    background-color: transparent;
}

#nav-toggle.active span:before,
#nav-toggle.active span:after {
    top: 0;
}

#nav-toggle.active span:before {
    transform: rotate(45deg);
}

#nav-toggle.active span:after {
    transform: rotate(-45deg);
}

.navigation.fixed {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}

.navigation.fixed .brand img {
    width: 74%;
}

.navigation.fixed ul li a {
    font-size: .9rem;
    padding: 10px 20px;
}

.margin {
    margin-top: 75px;
}

#top-bar {
    background-color: #f7f7f7;
    padding: 15px;
    border-bottom: 1px solid #ebebeb;
}

.top-contact-links,
.top-contact-links a {
    color: #91918f;
}

.top-contact-links>div:after {
    content: "|";
    padding: 0 15px;
    font-weight: 200;
}

.top-contact-links>div:last-child::after {
    display: none;
}

.top-contact-links .icon {
    color: #66b6cd;
    margin-right: 10px;
    ;
}

.top-social>div {
    margin-left: 20px;
}

.top-social .icon {
    color: #121922;
    font-size: 1.2rem;
}

.banner-slider .slide-container {
    position: relative;
}

.banner-slider .slide-container .text-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-slider .slide-container .text-container .text {
    text-align: center;
    color: #fff;
    max-width: 900px;
    width: 90%;
}

.banner-slider .slide-container p {
    font-size: 1.2rem;
    line-height: 1.6em;
}

.banner-slider .slide-container .slider-over-title {
    margin-top: 0;
    color: #fff;
}

.banner-slider .slide-container h3 {
    font-size: 4rem;
    margin: 0 0 0.5em;
    font-weight: 600;
}

.banner-slider .slide-container .description {
    color: #e1e1e1;
}

.banner-slider .slide-container .theme-btn:hover {
    color: #fff;
    border-color: #fff;
}

.home-abt-text ul {
    list-style-type: none;
    padding: 0;
    margin-bottom: 2em;
}

.home-abt-text ul li {
    line-height: 2.5em;
}

.home-abt-text ul li:before {
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    color: #66b6cd;
    margin-right: 10px;
}

.home-abt-bg-img-container {
    margin-right: 40px;
    margin-left: 20px;
    padding-bottom: 60px;
}

.home-abt-bg-img {
    background: url("../images/home-abt-img-2.png");
    background-size: cover;
}

.home-abt-img {
    margin-top: 200px;
    margin-left: -20px;
    margin-bottom: -60px;
    padding-right: 20px;
    padding-top: 20px;
    background-color: #fff;
}

#home-services {
    background-color: #f7f7f7;
}

#home-services .row {
    padding: 20px 0;
}

.service-card-wrapper {
    margin-bottom: 30px;
}

.service-card {
    background: #fff;
    padding: 15px 25px;
}

.service-card .service-card-header {
    border-bottom: 2px solid #f7f7f7;
}

.service-card .icon {
    font-size: 1.8rem;
    margin-right: 15px;
}

#home-counter {
    background: url('../images/home-counter-bg.jpg') 0 0 no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

#home-counter .counter-wrapper {
    margin-left: -30px;
    margin-right: -30px;
    padding: 50px 0;
}

#home-counter .counter .icon {
    color: #66b6cd;
    font-size: 2.9rem;
    margin-right: 25px;
}

#home-counter .counter {
    padding: 15px 30px;
}

#home-counter .counter p {
    color: #fff;
    margin: 0;
}

#home-counter .count {
    font-size: 2.3rem;
    font-weight: 600;
    margin: 0;
    line-height: 1em;
}

#home-counter .mid-bar {
    border-top: 1px solid #5d616c;
    padding: 50px 0 20px;
}

#home-counter .mid-bar .text {
    max-width: 960px;
}

#home-counter .mid-bar .text p {
    color: #fff;
}

#home-counter .mid-bar .text p span {
    font-weight: 400;
}

#home-counter .mid-bar .home-section-heading {
    font-size: 1.6rem;
}

#home-counter .mid-bar .watch-vdo-btn a {
    color: #fff;
    font-weight: 600;
    font-size: 1.2rem;
    transition: color .5s;
}

#home-counter .mid-bar .watch-vdo-btn a .icon {
    width: 54px;
    height: 54px;
    border: 2px solid #66b6cd;
    background-color: #66b6cd;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 1.3rem;
    line-height: 0;
    padding: 15px;
    margin-left: 15px;
    transition: border .5s, background-color .5s;
}

#home-counter .mid-bar .watch-vdo-btn a:hover {
    color: #66b6cd;
}

#home-counter .mid-bar .watch-vdo-btn a:hover .icon {
    background-color: transparent;
}

#home-clients {
    padding: 120px 0;
    background-color: #f7f7f7;
}

#home-clients .heading-group {
    margin-bottom: 2.2em;
}

#home-clients .clients>[class*=col] {
    position: relative;
}

#home-clients .clients>[class*=col]:not(:last-child):before {
    position: absolute;
    content: "";
    height: 100%;
    top: 0;
    right: 0;
    width: 1px;
    background-color: rgba(0,0,0,.06);
}

#home-clients .clients .logo {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative;
    padding: 0 30px;
}

#home-clients .clients .logo img {
    max-width: 150px;
}

#home-process .theme-btn {
    margin-bottom: 1.5em;
}

#home-process .process-wrapper {
    padding: 30px 0;
}

#home-process .process-list ol {
    position: relative;
    list-style: none;
    counter-reset: item;
    padding-left: 90px;
    padding-right: 30px;
    margin-top: 0
}

#home-process .process-list ol li {
    counter-increment: item;
    background-color: #f7f7f7;
    position: relative;
    padding: 1px 30px;
    margin-bottom: 25px;
}

#home-process .process-list ol li:before {
    content: "";
    width: 2px;
    background-color: #66b6cd;
    position: absolute;
    top: 55px;
    left: -60px;
    height: 100%;
}

#home-process .process-list ol li:last-child::before {
    display: none;
}

#home-process .process-list ol li:after {
    margin-right: 10px;
    content: counter(item, decimal-leading-zero);
    background: #66b6cd;
    border-radius: 100%;
    color: white;
    text-align: center;
    display: flex;
    position: absolute;
    left: -90px;
    top: 20px;
    width: 60px;
    height: 60px;
    justify-content: center;
    align-items: center;
    font-size: 1.3rem;
}

#home-process .process-item::before {
    content: "";
    border-right: 12px solid #f7f7f7;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    width: 0;
    height: 0;
    position: absolute;
    top: 35px;
    left: -13px;
}

#home-process .process-list ol li h3 {
    margin-bottom: .7em;
}

#home-process .home-process-img {
    object-fit: cover;
}

#home-branch {
    background-color: #f7f7f7;
}

#home-branch .heading-group {
    padding-right: 50px;
    padding-bottom: 15px;
}

#home-branch .heading-text {
    margin-right: 20px;
}

#home-branch .heading-group:after {
    content: "";
    right: 50px;
    height: 90%;
    position: absolute;
    top: 0;
    width: 0;
    border-right: 1px solid #e7e7e7;
    left: auto;
}

.branch-carousel {
    padding: 40px 0;
}

.branch-carousel .branch {
    background-color: #fff;
}

.branch-carousel .branch .text {
    padding: 1px 15px;
}

.branch-carousel .branch .text h3 {
    margin-bottom: .6em;
}

.branch-carousel .branch .text p {
    margin-top: .6em;
}

.overhead-nav .owl-nav {
    position: absolute;
    top: -80px;
    right: 0;
}

.overhead-nav .owl-nav button {
    width: 38px;
    height: 38px;
    background-color: #fff !important;
    border-radius: 6px;
    border: 1px solid #ccc !important;
    font-size: 3rem !important;
    color: #a5a5a5 !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 15px !important;
}

.overhead-nav .owl-nav button.owl-prev {
    margin-right: 10px;
}

.overhead-nav .owl-nav button span {
    display: none;
}

.overhead-nav .owl-nav button:before {
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
}

.overhead-nav .owl-nav button.owl-prev:before {
    content: "\f053";
}

.overhead-nav .owl-nav button.owl-next:before {
    content: "\f054";
}

.testimonial-carousel {
    padding: 40px 0;
}

.testimonial-carousel .testimonial {
    background-color: #f7f7f7;
    font-style: italic;
    padding: 20px 70px 20px 90px;
    position: relative;
}

.testimonial-carousel .testimonial::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -62px;
    border-left: 50px solid #f7f7f7;
    border-bottom: 62px solid transparent;

}

.testimonial-carousel .testimonial .text {
    position: relative;
}

.testimonial-carousel .testimonial .text::before,
.testimonial-carousel .testimonial .text::after {
    content: "";
    width: 2px;
    background-color: #66b6cd;
    position: absolute;
}

.testimonial-carousel .testimonial .text::before {
    top: 10px;
    bottom: 10px;
    left: -50px;
}

.testimonial-carousel .testimonial .text::after {
    top: 10px;
    height: 50%;
    left: -40px;
}

.testimonial-carousel .testimonial .rating .star {
    color: #fe8d00;
    font-size: 15px;
}

.testimonial-carousel .client {
    padding: 30px 35px;
}

.testimonial-carousel .client .image {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    overflow: hidden;
}

.testimonial-carousel .client .text {
    margin-left: 25px;
}

.testimonial-carousel .client .text .designation {
    font-size: 1rem;
    margin: 0;
    line-height: 1.2em;
}

.testimonial-carousel .client .text .client-name {
    font-size: 1.2rem;
    font-weight: 500;
    color: #121824;
    margin: 0;
}

#home-cta-bar {
    padding: 35px 0 25px;
    background-color: #66b6cd;
}

#home-cta-bar .home-section-heading {
    font-size: 2.2rem;
}

#home-cta-bar .btn a {
    text-wrap: nowrap;
}

.footer-wrapper {
    padding: 60px 0 50px;
}

.footer-about p {
    margin-top: .5em;
    font-size: .9rem;
    color: #565656;
}

.footer-about .social {
    list-style-type: none;
    padding: 0;
}

.footer-about .social li {
    margin-right: 10px;
}

.footer-about .social li a {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #3c65f5;
    border: 1px solid #3c65f5;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: background-color .5s, color .5s;
}

.footer-about .social li a:hover {
    color: #3c65f5;
    background-color: transparent;
}

.footer-links h5 {
    font-size: 1.2rem;
    font-weight: 600;
}

.footer-links ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.footer-links ul li {
    margin-bottom: .8em;
}

.footer-links ul li a {
    color: #91918f;
}

.copyright {
    font-size: .9rem;
    border-top: 1px solid #e9e9e9;
    padding: 25px 0 15px;
}

.copyright .text {
    color: #565656;
}

.copyright ul {
    list-style-type: none;
    padding: 0;
}

.copyright ul li {
    margin-left: 40px;
}

.copyright ul li a {
    color: #565656;
}

#page-header {
    background-color: #f7f7f7;
    padding: 35px 0 50px;
    background: url("../images/page-header-bg.jpg") center center no-repeat;
    background-size: cover;
    position: relative;
}

#page-header:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 1;
}

#page-header>.container {
    position: relative;
    z-index: 2;
}

#page-header h1 {
    font-size: 2.5rem;
    color: #fff;
}

#breadcrumb ul {
    list-style-type: none;
    padding: 0;
    flex-wrap: wrap;
}

#breadcrumb ul li.crumb {
    margin-bottom: 10px;
}

#breadcrumb ul li a {
    color: #fff;
    font-size: .9rem;
}

#breadcrumb ul li:last-child a {
    color: #66b6cd;
    text-decoration: underline;
}

#breadcrumb ul li:after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding: 0 15px;
    font-size: .8rem;
    color: #fff;
}

#breadcrumb ul li:last-child:after {
    display: none;
}

.contact-form {
    padding-right: 80px;
}

.contact-form form .form-field-container>div {
    padding: 0 15px;
}

form .input-field {
    position: relative;
    margin-bottom: 15px;
}

form .input-field input, form textarea, form .input-field select {
    width: 100%;
    border: 0;
    border-radius: 4px;
    padding: 20px 25px;
    background-color: #f7f7f7;
}

.contact-form form textarea {
    max-height: 175px;
    height: 100vh;
}

.contact-form .theme-btn {
    padding: 20px 25px;
    cursor: pointer;
}

.get-in-touch .text-content ul {
    list-style-type: none;
    padding: 0;
}

.get-in-touch .text-content .icon {
    font-size: 2rem;
    background-color: #66b6cd;
    border-radius: 50%;
    padding: 25px;
    color: #fff;
}

.get-in-touch .text-content .text {
    margin-left: 25px;
}

.get-in-touch .text-content .text p {
    margin: 10px 0;
    color: #121824;
    font-weight: 600;
    line-height: 1em;
}

.get-in-touch .text-content ul li {
    padding: 15px 0;
}

.get-in-touch .text-content ul li:first-child {
    padding-top: 0;
}

.get-in-touch .text-content .text a,
.get-in-touch .text-content .text span {
    color: #91918f;
}

.get-in-touch .text-content .text a:hover {
    color: #66b6cd;
    text-decoration: underline;
}

#contact-us-map iframe {
    display: block;
    width: 100%;
    height: 400px;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    opacity: .4;
}

.blog-card-wrapper {
    margin-bottom: 30px;
}

.blog-card {
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #ccc;
}

.blog-card .card-header {
    overflow: hidden;
}

.blog-card .card-header .blog-thumb {
    position: relative;
}

.blog-card .card-header .blog-thumb img {
    display: block;
    transition: all 400ms ease;
}

.blog-card:hover .card-header .blog-thumb img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.blog-card .card-header .blog-thumb::before {
    background: rgba(255, 255, 255, 0.3);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    opacity: 1;
    pointer-events: none;
    z-index: 1;
    transition: all 400ms linear;
}

.blog-card:hover .card-header .blog-thumb::before {
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 400ms linear;
}

.blog-card .card-body {
    position: relative;
    padding: 20px;
}

.blog-card .card-body .published-date {
    position: absolute;
    left: 20px;
    top: -20px;
    background-color: #66b6cd;
    color: #fff;
    font-size: .9rem;
    font-weight: 600;
    padding: 10px 20px;
}

.blog-card .card-body .title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0.5em 0;
    font-size: 1.2rem;
}

.blog-card .card-body .title a {
    color: #121824;
    transition: color .3s;
}

.blog-card .card-body .title a:hover {
    color: #66b6cd
}

.blog-card .card-body .teaser-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: .5em;
    font-size: .9rem;
    line-height: 1.5em;
}

.blog-card .card-footer {
    padding: 15px 20px;
    background-color: #f7f7f7;
}

.blog-card .card-footer:hover {
    background-color: #66b6cd;
    transition: all 400ms ease-in;
}

.blog-card .card-footer a {
    font-size: .815rem;
    font-weight: 500;
}

.blog-card .card-footer a span,
.blog-card .card-footer a .icon {
    color: #121824;
    transition: all 400ms ease-in;
}

.blog-card .card-footer:hover a span,
.blog-card .card-footer:hover a .icon {
    color: #fff;
}

.pagination {
    padding: 20px 0;
}

.pagination a {
    color: #000000;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .5s;
    border: 1px solid #e1e1e1;
    margin: 0 4px;
    font-size: 20px;
    border-radius: 4px;
}

.pagination a.active {
    background-color: #66b6cd;
    color: #fff;
    border: 1px solid #66b6cd;
}

.pagination a:hover:not(.active) {
    background-color: #e1e1e1;
}

.blog-detail .blog-body li {
    color: #91918f;
    line-height: 2em;
}

.blog-detail .blog-info {
    padding: 60px 0 20px;
    list-style-type: none;
    font-size: 1rem;
    font-weight: 300;
    text-transform: uppercase;
}

.blog-detail .blog-info li {
    margin-right: 25px;
}

.blog-detail .blog-info .icon {
    color: #66b6cd;
}

.sidebar>div {
    margin-bottom: 30px;
}

.sidebar .search-box form {
    position: relative;
}

.sidebar .search-box form input {
    width: 100%;
    border: 0;
    border-radius: 4px;
    padding: 20px 100px 20px 25px;
    background-color: #f7f7f7;
}

.sidebar .search-box form button {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 20px 25px;
}

.sidebar .search-box form button .icon {
    font-size: 1.3rem;
    line-height: 0;
}

.sidebar-section {
    background-color: #f7f7f7;
    padding: 25px;
    border-radius: 4px;
}

.sidebar-section h3 {
    margin-bottom: 20px;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 15px;
}

.latest-blogs .latest-blogs-list {
    list-style-type: none;
    padding: 0;
}

.latest-blogs .latest-blogs-list li {
    margin-bottom: 30px;
}

.latest-blogs .latest-blogs-list .blog-img {
    max-width: 100px;
    margin-right: 15px;
}

.latest-blogs .latest-blogs-list .blog-info .title {
    margin-top: 0;
    margin-bottom: .3em;
    font-size: 1rem;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.latest-blogs .latest-blogs-list .blog-info .title a {
    color: #121824;
    transition: color .3s ease-in;
}

.latest-blogs .latest-blogs-list .blog-info .title a:hover {
    color: #66b6cd;
}

.latest-blogs .latest-blogs-list .blog-info .date {
    font-size: .9rem;
    color: #91918f;
}

.blog-categories .category-list {
    list-style-type: none;
    padding: 0;
}

.blog-categories .category-list li {
    margin-bottom: 20px;
}

.blog-categories .category-list li .icon {
    color: #66b6cd;
    margin-right: 10px;
}

.blog-categories .category-list li a {
    color: #121824;
    transition: color 300ms ease-in;
}

.blog-categories .category-list li a:hover {
    color: #66b6cd;
}

.blog-tags .tags-list {
    list-style-type: none;
    padding: 0;
}

.blog-tags .tags-list li {
    margin-right: 10px;
    margin-bottom: 10px;
}

.blog-tags .tags-list li a {
    display: block;
    padding: 10px 15px;
    background-color: #66b6cd;
    border: 1px solid #66b6cd;
    color: #fff;
    border-radius: 4px;
    transition: all .3s ease-in;
}

.blog-tags .tags-list li a:hover {
    background-color: transparent;
    color: #66b6cd;
}

.job-search {
    background-color: #f7f7f7;
    padding: 40px;
    border-radius: 6px;
    border: 1px solid #ebebeb;
    margin-bottom: 50px;
}

.job-search form .input-field {
    width: 100%;
    position: relative;
    margin-bottom: 0;
}

.job-search form input {
    margin: 0;
}

.job-search form input[type="text"] {
    background-color: #fff;
    border: 1px solid hsla(0, 0%, 46.7%, .2);
    padding: 18px 15px 19px 50px;
    color: #121824;
}

.job-search form .input-field .icon {
    position: absolute;
    left: 20px;
    opacity: .9;
    font-size: 16px;
    z-index: 1;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #121824;
}

.job-search form .theme-btn {
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
}

.showing-result-block {
    padding: 18px 30px;
    background-color: #f7f7f7;
    border: 1px solid #ebebeb;
    border-radius: 6px;
    font-weight: 600;
    margin-bottom: 40px;
}

.showing-result-block select {
    border: 0;
    background-color: transparent;
    color: #91918f;
    margin-left: 10px;
}

.showing-result-block select:focus-visible {
    outline: 0;
}

.candidate-list-item {
    padding: 30px;
}

.job-item-item-wrapper,
.candidate-item-item-wrapper {
    background-color: #f7f7f7;
    margin: 0 0 25px;
    border-radius: 6px;
    border: 1px solid #ebebeb;
}

.job-list-thumbnail {
    padding: 15px;
    position: relative;
    overflow: hidden;
    max-width: 150px;
}

.candidate-list-thumbnail {
    height: 130px;
    width: 130px;
    border-radius: 3px;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    position: relative;
    overflow: hidden;
}

.job-list-thumbnail img,
.candidate-list-thumbnail img {
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
}

.job-list-thumbnail .required-tag,
.candidate-list-thumbnail .required-tag {
    position: absolute;
    left: -50px;
    top: 10px;
    width: 100%;
    text-align: center;
    padding: 1px;
    font-size: 10px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #d72c2c;
    color: #fff;
    line-height: 26px;
}

.job-list-item:hover .job-list-thumbnail img,
.candidate-list-item:hover .candidate-list-thumbnail img {
    -webkit-transform: scale(1.09);
    transform: scale(1.09);
}

.job-list-content {
    padding: 18px 20px;
    width: 100%;
    border-left: 1px solid #ebebeb;
}

.candidate-list-content {
    padding-left: 20px;
    width: 100%;
    position: relative;
}

.job-list-item-title h3,
.candidate-list-item-title h3 {
    margin: 0;
    font-size: 1.1rem;
    line-height: 1.5em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.job-list-item-title h3 a,
.candidate-list-item-title h3 a {
    color: #121824;
}

.job-list-item-title h3 a:hover,
.candidate-list-item-title h3 a:hover {
    color: #204998;
}

.job-list-item-desc p {
    font-size: .9rem;
    margin: 0;
}

.job-list-item-footer,
.candidate-list-item-footer {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #ebebeb;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.candidate-list-item-footer {
    display: block;
    padding: 0;
    border: 0;
    margin: 0;
}

.job-list-item-footer .job-meta,
.candidate-list-item-footer .candidate-meta {
    width: 100%;
}

.candidate-list-item-footer .candidate-meta {
    margin-top: 22px;
    border-top: 1px solid #e7e7e7;
}

.job-list-item-footer .job-meta span,
.candidate-list-item-footer .candidate-meta span {
    display: inline-block;
    font-size: .8rem;
    margin-right: 10px;
    color: #91918f;
    padding-top: 12px;
}

.job-list-item-footer .job-meta span .icon,
.candidate-list-item-footer .candidate-meta span .icon {
    color: #204998;
    margin-right: 5px;
}

.job-list-item-footer .job-time,
.candidate-list-item-footer .candidate-time {
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
}

.job-list-item-footer .job-time span,
.candidate-list-item-footer .candidate-time span {
    font-size: .7rem;
    text-transform: uppercase;
    color: #fff;
    padding: 4px 11px;
    border-radius: 4px;
}

.candidate-list-item-footer .candidate-skill {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin: 12px 0 0;
}

.candidate-list-item-footer .candidate-skill span {
    font-size: 12px;
    line-height: 20px;
    padding: 4px 15px;
    border-radius: 5px;
    margin: 0 10px 0 0;
    background-color: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, .05);
}

.candidate-list-item-footer .view-block {
    font-size: .9rem;
    position: absolute;
    right: 0;
    top: 0;
}

.candidate-list-item-footer .view-block a {
    padding: 10px 15px;
}

.job-widget-list {
    padding: 30px;
    background-color: #f7f7f7;
    border: 1px solid #ebebeb;
    border-radius: 6px;
    overflow: hidden;
}

.job-widget-list:not(:last-child) {
    margin-bottom: 30px;
}

.job-widget-list .widget {
    position: relative;
    padding: 0 30px 30px;
    border: 0;
    border-radius: 6px;
    background-color: #fff;
    margin-bottom: 30px;
}

.job-widget-list .widget:last-child {
    margin-bottom: 0;
}

.job-widget-list .widget .widget-title {
    padding: 16px 30px;
    font-size: .95rem;
    line-height: 22px;
    margin-bottom: 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    margin: 0 -30px 24px;
    border-bottom: 1px solid #e7e7e7;
}

.job-widget-list .widget .widget-title:after {
    position: absolute;
    content: "";
    bottom: 0;
    opacity: 1;
    transition: all .4s;
    background-color: #204998;
    height: 100%;
    width: 2px;
    left: 0;
}

.job-widget-list .widget .widget-title .icon {
    margin-right: 12px;
    font-size: 1.6rem;
    line-height: 0;
    color: #204998;
    display: inline-block;
    vertical-align: middle;
}

.job-widget-list .widget .list-filter label.radio {
    padding-bottom: 15px;
    border-radius: 50px;
    display: block;
    cursor: pointer;
    margin: 0;
    font-size: .9rem;
    line-height: 1;
    text-transform: capitalize;
    -webkit-tap-highlight-color: transparent;
    color: #91918f;
}

.job-widget-list .widget .list-filter label.radio input {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: none;
    border: 0;
    box-shadow: inset 0 0 0 1px #9f9f9f;
    box-shadow: inset 0 0 0 1.5px #9f9f9f;
    -webkit-appearance: none;
    appearance: none;
    padding: 0;
    margin: 0 10px 0 0;
    transition: box-shadow .15s cubic-bezier(.95, .15, .5, 1.25);
    pointer-events: none;
}

.job-widget-list .widget .list-filter label.radio input:checked {
    box-shadow: inset 0 0 0 3px #204998;
}

.job-widget-list .widget .list-filter label.radio:last-child {
    padding-bottom: 0;
}


.widget.widget-download {
    padding: 30px;
    background-color: #f7f7f7;
    position: relative;
    border-radius: 6px;
    margin-bottom: 30px;
    border: 1px solid #ebebeb;
}

.widget.widget-download ul {
    margin: 0;
    padding: 0;
}

.widget.widget-download ul li {
    list-style: none;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    height: 100%;
    padding: 22px 30px !important;
    font-size: 1rem;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 20px;
    background-color: #fff;
    position: relative;
    border: 0;
    border-radius: 6px;
}

.widget.widget-download ul li:last-child {
    margin-bottom: 0;
}

.widget.widget-download ul li:before {
    position: absolute;
    content: "";
    bottom: 0;
    opacity: 1;
    left: 0;
    width: 2px;
    height: 100%;
    transition: all .4s;
    background-color: #204998;
}

.widget.widget-download ul li a {
    color: #121824;
    transition: all .2s ease-in-out;
}

.widget.widget-download ul li a:hover {
    color: #204998;
}

.widget.widget-download ul li .icon {
    height: 59px;
    width: 69px;
    line-height: 59px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    color: #204998;
    border-left: 10px solid #f7f7f7;
}

.job-detail {
    font-size: .9rem;
}

.job-detail .overview-box {
    border: 1px solid #ebebeb;
    border-radius: 6px;
    margin-top: 30px;
}

.job-detail .overview-box .title {
    padding: 15px 30px;
    border-bottom: 1px solid #ebebeb;
    background-color: #f7f7f7;
}

.job-detail .overview-box .title h5 {
    font-size: 1.13rem;
    font-weight: 600;
    margin: 0;
    text-transform: capitalize;
}

.job-detail .overview-box .desc {
    padding: 27px 30px;
}

.job-detail .overview-box .desc p:first-child {
    margin-top: 0;
}

.job-detail .overview-box .desc p:last-child {
    margin-bottom: 0;
}

.job-detail .overview-box .desc ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.job-detail .overview-box .desc ul li {
    position: relative;
    padding-bottom: 10px;
    display: -webkit-flex;
    display: flex;
    color: #91918f;
}

.job-detail .overview-box .desc ul li .icon {
    position: absolute;
    left: auto;
    top: 2px;
}

.job-detail .overview-box .desc ul li .text {
    display: inline-block;
    padding-left: 25px;
}

.job-detail .overview-box .social-icons ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.job-detail .overview-box .social-icons ul li {
    display: inline-block;
    border: none;
    z-index: 1;
    position: relative;
    margin: 0 2px;
}

.job-detail .overview-box .social-icons ul li a {
    display: block;
    height: 24px;
    width: 24px;
    line-height: 24px;
    border: 0;
    border-radius: 5px;
    background-color: #fff;
    font-size: .8rem;
    box-shadow: 0 0 8px rgba(0, 0, 0, .08);
    color: #121824;
    min-width: 28px;
    text-align: center;
}

.job-detail .overview-box .social-icons ul li a:hover {
    color: #fff;
    background-color: #204998;
}

.related-jobs {
    margin-top: 60px;
}

.related-jobs h5 {
    font-size: 1.13rem;
    font-weight: 600;
    margin: 0 0 20px;
    text-transform: capitalize;
}

.vertical-slider {
    overflow: hidden;
}

.widget.job-information {
    font-size: .9rem;
    color: #91918f;
    line-height: 1.8em;
}

.widget.job-information ul {
    padding: 0;
    margin: 0;
}

.widget.job-information li {
    border-top: 1px solid #eee;
    padding-bottom: 10px;
    padding-top: 10px;
    list-style: none;
}

.widget.job-information li:first-child {
    padding-top: 0;
    border: 0;
}

.widget.job-information li:last-child {
    padding-bottom: 0;
}

.widget.job-information li b {
    margin-right: 5px;
}

.form-widget {
    font-size: .9rem;
}

.sidebar-contact,
.sidebar-contact a {
    color: #91918f;
    font-size: .9rem;
    line-height: 1.8em;
}

.sidebar-contact a {
    color: #121824;
}

.sidebar-contact .address .icon {
    color: #204998;
    margin-right: 10px;
}

.sidebar-contact .email .icon {
    margin-right: 5px;
}

.register-form form {
    padding: 50px;
    background-color: #f7f7f7;
    border-radius: 6px;
}

.register-form form .input-field input {
    padding: 18px 15px 19px 50px;
    background-color: #fff;
}

.register-form .icon {
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 20px;
    font-size: 1rem;
    z-index: 1;
    top: 0;
    bottom: 0;
    -webkit-justify-content: center;
    justify-content: center;
    color: #91918f;
}

.register-form .theme-btn {
    width: 100%;
}

.register-form h3 {
    font-size: 1.9rem;
    margin: 0 0 30px;
}


.cookies-checkbox,
.login-register-switch,
.forgot-pwd {
    color: #91918f;
    font-size: .8rem;
    margin-bottom: 10px;
}

.login-register-switch p {
    margin: 0;
}

.cookies-checkbox input[type="checkbox"] {
    width: auto;
    margin-right: 10px;
}

.forgot-pwd p {
    margin: .5em 0;
}

.services-tile-wrapper {
    padding: 15px 0;
}

.services-tile .services-thumbnail {
    position: relative;
    overflow: hidden;
}

.services-tile {
    background-color: #fff;
}

.services-tile .services-thumbnail img {
    display: block;
    -webkit-transform: scale(1);
    transform: scale(1);
    width: 100%;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
}

.services-tile:hover .services-thumbnail img {
    -webkit-transform: scale(1.09);
    transform: scale(1.09);
}

.services-tile .services-content {
    padding: 22px 30px 30px 40px;
    position: relative;
    width: 130%;
}

.services-tile .services-content:before {
    position: absolute;
    content: "";
    top: 50px;
    left: -20px;
    z-index: 1;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 20px solid #fff;
    border-bottom: 10px solid transparent;
}

.services-tile .services-content .services-title h3 {
    position: relative;
    overflow: hidden;
    font-size: 1.2rem;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 0;
}

.services-tile .services-content a {
    color: #121824;
}

.services-tile .services-content a:hover {
    color: #204998;
}

.services-tile .services-content p {
    line-height: 1.8em;
    margin: 0;
}

.services-tile .services-content .link {
    margin-top: 15px;
    text-transform: capitalize;
    font-size: .815rem;
    font-weight: 500;
}

.midBarImg {
    background: url("../images/services-midbarimg-bg.jpg") 0 0 no-repeat;
    background-size: cover;
    position: relative;
    padding: 70px 0 100px;
}

.midBarImg:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 1;
}

.midBarImg>.container {
    position: relative;
    z-index: 2;
}

.midBarImg .title {
    font-weight: 600;
    font-size: 3rem;
    margin: .5em 0 1.2em;
    line-height: 1.3em;
}

.midBarImg .title-header p {
    font-size: 1rem;
    margin-bottom: 0;
}

.midBarImg a {
    color: #fff;
    font-size: .815rem;
    border: 1px solid #fff;
    padding: 10px 25px;
    border-radius: 4px;
    font-weight: 500;
    transition: all .3s ease-in-out;
}

.midBarImg a:hover {
    background-color: #fff;
    color: #121824;
}

@media screen and (max-width: 1199px) {
    #home-process .process-wrapper {
        align-items: center;
    }

    #home-cta-bar .home-section-heading {
        font-size: calc(1.3375rem + 1.05vw);
    }
}

@media screen and (max-width: 991px) {
    .col-md-4 {
        width: 33.33%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-8 {
        width: 66.66%
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-12 {
        width: 100%;
    }

    .dis-md-block {
        display:  block !important;
    }

    .hide-md {
        display: none;
    }

    .top-contact-links,
    .top-contact-links a {
        font-size: .8rem;
    }

    .top-social .icon {
        font-size: .9rem;
    }

    .banner-slider .slide-container h3 {
        font-size: 2rem;
    }

    .banner-slider .slide-container p {
        font-size: 1rem;
    }

    .banner-slider .slide-container .slider-over-title {
        margin-bottom: 0.5em;
    }

    .banner-slider img {
        height: 400px !important;
        width: auto !important;
        object-fit: cover;
        object-position: center;
    }

    .home-abt-bg-img-container {
        padding-top: 60px; 
    }

    #home-clients {
        padding: 60px 0;
    }

    #home-clients .clients:first-child {
        margin-top: 50px;
    }

    .overhead-nav .owl-nav {
        display: none;
    }

    .copyright .text {
        font-size: .8rem;
    }

    .copyright ul li {
        margin-left: 30px;
    }

    .copyright ul li a {
        font-size: .8rem;
    }

    .contact-form {
        padding-right: 0;
    }

    .register-form form {
        padding: 20px;
    }

    .services-tile .services-content {
        width: 100%;
    }

    .services-tile .services-content:before {
        display: none;
    }

    .midBarImg .title {
        font-size: calc(1.425rem + 2.1vw);
    }
}

@media screen and (max-width: 767px) {
    .col-sm-6 {
        width: 50%;
    }

    .col-sm-12 {
        width: 100%;
    }

    .dis-sm-block {
        display: block !important;
    }

    .flex-direction-sm-column {
        flex-direction: column;
    }

    .justify-content-end-sm {
        justify-content: end;
    }

    .align-items-sm-start {
        align-items: start !important;
    }

    .hide-sm {
        display: none;
    }

    .container {
        width: 100%;
    }

    .section-spacing {
        padding: 35px 0;
    }

    #top-bar {
        display: none;
    }

    #home-counter .counter-wrapper {
        padding: 25px 0;
    }

    #home-clients {
        padding: 35px 0;
    }

    .watch-vdo-btn {
        margin-top: 25px;
    }

    #home-branch .heading-group {
        padding-right: 0;
        padding-bottom: 0;
    }

    #home-branch .heading-text {
        margin-right: 0;
    }

    #home-branch .heading-text p {
        margin: 0;
    }

    .copyright .text {
        margin-bottom: 1px;
    }

    .copyright ul li:first-child {
        margin-left: 0;
    }

    #page-header h1 {
        font-size: calc(1.375rem + 1.5vw);
    }

    .pagination a {
        font-size: 14px;
    }

    .get-in-touch {
        margin-top: 50px;
    }

    .job-search .form-field-container {
        flex-wrap: wrap;
    }

    .register-form h3 {
        font-size: calc(1.3125rem + .75vw);
    }
}

@media screen and (max-width: 600px) {
    .col-xs-12 {
        width: 100%;
    }

    .dis-xs-block {
        display: block !important;
    }

    #home-clients .clients>[class*=col]:not(:last-child):before {
        height: 1px;
        width: 100%;
        top: auto;
        bottom: 0;
        right: 0;
    }

    .candidate-list-content {
        padding: 20px 0 0;
    }

    .candidate-list-item-footer .view-block {
        position: static;
        margin-top: 20px;
    }

    .job-list-content {
        border-left: 0;
        border-top: 1px solid #ebebeb;
    }

    .job-list-item-footer {
        display: block;
        padding-top: 0
    }

    .job-list-item-footer .job-time {
        margin-top: 10px;
    }
}
