﻿/* Colors 
    background-color: rgba(233,91,29,1); -- Orange
    #e95b1d -- Orange
    #efb517 -- Yellow 
*/


/* #Primary
================================================== */

body {
    font-family: 'open_sansregular', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #212112;
    background: #fff;
    /*background-image: url('../img/bodyBg.svg');*/
    background-position: center;
    background-repeat: repeat;
    background-size: 7%;
    overflow-x: hidden;
    transition: all 200ms linear;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'open_sansregular', sans-serif;
}

::selection {
    color: #fff;
    background-color: #8167a9;
}

::-moz-selection {
    color: #fff;
    background-color: #8167a9;
}
.noCursor{
    cursor:unset !important;
}
ul {
    list-style: none;
}

a {
    text-decoration: none;
}

.hide {
    display: none !important;
}

.underline {
    text-decoration: underline !important;
}
.borderRed {
    font-weight: bold !important;
}
.upperCase {
    text-transform: uppercase !important;
}
.lowercase {
    text-transform: lowercase !important;
}
.bold{
    font-weight:bold !important;
}
.capitalized{
    text-transform:capitalize !important;
}
/* #Back grounds
================================================== */
/* Dark background */
.bg-red,
.bg-yellow,
.bg-aqua,
.bg-blue,
.bg-light-blue,
.bg-green,
.bg-navy,
.bg-teal,
.bg-olive,
.bg-lime,
.bg-orange,
.bg-fuchsia,
.bg-purple,
.bg-maroon,
.bg-black,
.bg-red-active,
.bg-yellow-active,
.bg-aqua-active,
.bg-blue-active,
.bg-light-blue-active,
.bg-green-active,
.bg-navy-active,
.bg-teal-active,
.bg-olive-active,
.bg-lime-active,
.bg-orange-active,
.bg-fuchsia-active,
.bg-purple-active,
.bg-maroon-active,
.bg-black-active,
.bg-dark,
.bg-dark-30,
.bg-dark-60,
.bg-dark-90, 1
.bg-dark .module-title,
.bg-dark-30 .module-title,
.bg-dark-60 .module-title,
.bg-dark-90 .module-title,
.bg-dark .module-subtitle,
.bg-dark-30 .module-subtitle,
.bg-dark-60 .module-subtitle,
.bg-dark-90 .module-subtitle,
.bg-dark .alt-module-subtitle h5,
.bg-dark-30 .alt-module-subtitle h5,
.bg-dark-60 .alt-module-subtitle h5,
.bg-dark-90 .alt-module-subtitle h5 {
    color: #fff;
}

.bg-light-gray {
    background: #f5f6f8;
}

.bg-light-cyan {
    background: #f7f8fc;
}


.bg-dark {
    background: #111;
}

.bg-white {
    background: #fff;
}

.bg-dark-30:before {
    position: absolute;
    background: rgba(2, 2, 2, 0.4);
    content: " ";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.bg-dark-60:before {
    position: absolute;
    background: rgba(34, 34, 34, 0.8);
    content: " ";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.bg-dark-90:before {
    position: absolute;
    background: rgba(34, 34, 34, 0.9);
    content: " ";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.bg-gradient:before {
    position: absolute;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk1JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjk1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    /* FF3.6+ */
    /* Chrome,Safari4+ */
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(40, 115, 113, 0.57) 25%, rgba(115, 54, 31, 0.67) 75%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#000000',GradientType=0 );
    /* IE6-8 */
    content: " ";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.bg-light {
    background: #f6f6f6;
}

.parallax-bg {
    background-attachment: fixed;
    background-size: cover;
}

.bg-gray {
    color: #000;
    background-color: #d2d6de !important;
}

.bg-gray-light {
    background-color: #f7f7f7;
}

.bg-black {
    background-color: #111 !important;
}

.bg-red,
.callout.callout-danger,
.alert-danger,
.alert-error,
.label-danger,
.modal-danger .modal-body {
    background-color: #dd4b39 !important;
}

.bg-yellow,
.callout.callout-warning,
.alert-warning,
.label-warning,
.modal-warning .modal-body {
    background-color: #f39c12 !important;
}

.bg-aqua,
.callout.callout-info,
.alert-info,
.label-info,
.modal-info .modal-body {
    background-color: #00c0ef !important;
}

.bg-blue {
    background-color: #0073b7 !important;
}

.bg-light-blue,
.label-primary,
.modal-primary .modal-body {
    background-color: #007bff !important;
}

.bg-green,
.callout.callout-success,
.alert-success,
.label-success,
.modal-success .modal-body {
    background-color: #00a65a !important;
}

.bg-navy {
    background-color: #001F3F !important;
}

.bg-teal {
    background-color: #39CCCC !important;
}

.bg-olive {
    background-color: #3D9970 !important;
}

.bg-lime {
    background-color: #01FF70 !important;
}

.bg-orange {
    background-color: #FF851B !important;
}

.bg-fuchsia {
    background-color: #F012BE !important;
}

.bg-purple {
    background-color: #605ca8 !important;
}

.bg-maroon {
    background-color: #D81B60 !important;
}

.bg-gray-active {
    color: #000;
    background-color: #b5bbc8 !important;
}

.bg-black-active {
    background-color: #000000 !important;
}

.bg-red-active,
.modal-danger .modal-header,
.modal-danger .modal-footer {
    background-color: #d33724 !important;
}

.bg-yellow-active,
.modal-warning .modal-header,
.modal-warning .modal-footer {
    background-color: #db8b0b !important;
}

.bg-aqua-active,
.modal-info .modal-header,
.modal-info .modal-footer {
    background-color: #00a7d0 !important;
}

.bg-blue-active {
    background-color: #005384 !important;
}

.bg-light-blue-active,
.modal-primary .modal-header,
.modal-primary .modal-footer {
    background-color: #357ca5 !important;
}

.bg-green-active,
.modal-success .modal-header,
.modal-success .modal-footer {
    background-color: #008d4c !important;
}

.bg-navy-active {
    background-color: #001a35 !important;
}

.bg-teal-active {
    background-color: #30bbbb !important;
}

.bg-olive-active {
    background-color: #368763 !important;
}

.bg-lime-active {
    background-color: #00e765 !important;
}

.bg-orange-active {
    background-color: #ff7701 !important;
}

.bg-fuchsia-active {
    background-color: #db0ead !important;
}

.bg-purple-active {
    background-color: #555299 !important;
}

.bg-maroon-active {
    background-color: #ca195a !important;
}

[class^="bg-"].disabled {
    opacity: 0.65;
    filter: alpha(opacity=65);
}

.text-red {
    color: #dd4b39 !important;
}

.text-yellow {
    color: #f39c12 !important;
}

.text-aqua {
    color: #00c0ef !important;
}

.text-blue {
    color: #0073b7 !important;
}

.text-black {
    color: #111 !important;
}

.text-light-blue {
    color: #3c8dbc !important;
}

.text-green {
    color: #00a65a !important;
}

.text-gray {
    color: #d2d6de !important;
}

.text-navy {
    color: #001F3F !important;
}

.text-teal {
    color: #39CCCC !important;
}

.text-olive {
    color: #3D9970 !important;
}

.text-lime {
    color: #01FF70 !important;
}

.text-orange {
    color: #FF851B !important;
}

.text-fuchsia {
    color: #F012BE !important;
}

.text-purple {
    color: #605ca8 !important;
}

.text-maroon {
    color: #D81B60 !important;
}

/* #Navigation
================================================== */
.mainHeader {
    opacity: 1;
    transform: translateY(0);
    padding: 0px 0;
    box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    font-family: "Century Gothic";
}



    .mainHeader.scroll-on {
        box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
        padding: 10px 0;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

        .mainHeader.scroll-on .navbar-brand img {
            width: 200px;
            -webkit-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
        }

.navigation-wrap {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    background: rgba(0, 0, 0,0.3);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

@media (max-width: 480px) {
    .navigation-wrap {
        background: #343a40;
    }
}

@media (max-width: 978px) {
    .navigation-wrap {
        background: #343a40;
    }
}

.mainHeader .navbar-brand img {
    /*height: 28px;
width: auto;*/
    width: 200px;
    display: block;
    /*filter: brightness(10%);
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;*/
}

.navbar-toggler {
    float: right;
    border: none;
    padding-right: 0;
}

    .navbar-toggler:active,
    .navbar-toggler:focus {
        outline: none;
    }

.navbar-light .navbar-toggler-icon {
    width: 24px;
    height: 17px;
    background-image: none;
    position: relative;
    border-bottom: 1px solid #000;
    transition: all 300ms linear;
}

    .navbar-light .navbar-toggler-icon:after,
    .navbar-light .navbar-toggler-icon:before {
        width: 24px;
        position: absolute;
        height: 1px;
        background-color: #000;
        top: 0;
        left: 0;
        content: '';
        z-index: 2;
        transition: all 300ms linear;
    }

    .navbar-light .navbar-toggler-icon:after {
        top: 8px;
    }

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: translateY(8px) rotate(-45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}

.mainHeader .nav-link {
    color: #fff;
    font-weight: 500;
    transition: all 200ms linear;
    font-size: 18px;
    font-family: "Century Gothic";
}

.mainHeader .nav-item:hover .nav-link {
    color: #fff;
}

.mainHeader .nav-item.active .nav-link {
    color: #fff;
}

.contentPageHeader {
    background: #fff !important
}

    .contentPageHeader .nav-link {
        color: #222;
    }

    .contentPageHeader .nav-item:hover .nav-link {
        color: #222;
    }

    .contentPageHeader .nav-item.active .nav-link {
        color: #222;
    }

.mainHeader .nav-link {
    position: relative;
    padding: 5px 0 !important;
    display: inline-block;
    letter-spacing: 1px;
}

.mainHeader .nav-item:after {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    background-color: #e95b1d;
    opacity: 0;
    transition: all 200ms linear;
}

.mainHeader .nav-item:hover:after {
    bottom: 0;
    opacity: 1;
}

.mainHeader .nav-item.active:hover:after {
    opacity: 1;
}

.mainHeader .nav-item {
    position: relative;
    transition: all 200ms linear;
    font-family: "Century Gothic";
}

    .mainHeader .nav-item.active:after {
        opacity: 1;
        bottom: 0;
    }

/* #Primary style
================================================== */

.bg-light {
    background-color: #fff !important;
    transition: all 200ms linear;
}

.section {
    position: relative;
    width: 100%;
    display: block;
}

.full-height {
    height: 100vh;
}

.over-hide {
    overflow: hidden;
}

.absolute-center {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: 40px;
    transform: translateY(-50%);
    z-index: 20;
}

h1 {
    font-size: 48px;
    line-height: 1.2;
    font-weight: 700;
    color: #212112;
    text-align: center;
}

p {
    text-align: center;
    margin: 0;
    padding-top: 10px;
    opacity: 1;
    transform: translate(0);
    transition: all 300ms linear;
    transition-delay: 1700ms;
}


#switch,
#circle {
    cursor: pointer;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

#switch {
    width: 60px;
    height: 8px;
    border: 2px solid #8167a9;
    border-radius: 27px;
    background: #000;
    position: relative;
    display: block;
    margin: 0 auto;
    text-align: center;
    opacity: 1;
    transform: translate(0);
    transition: all 300ms linear;
    transition-delay: 1900ms;
}

#circle {
    position: absolute;
    top: -11px;
    left: -13px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #000;
}

.switched {
    border-color: #000 !important;
    background: #8167a9 !important;
}

    .switched #circle {
        left: 43px;
        box-shadow: 0 4px 4px rgba(26,53,71,0.25), 0 0 0 1px rgba(26,53,71,0.07);
        background: #fff;
    }

.nav-item .dropdown-menu {
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    display: block;
    padding: 0;
    margin: 0;
    transition: all 200ms linear;
}

.nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
    max-height: 999px;
    transform: translate3d(0, 0px, 0);
}

.dropdown-menu {
    padding: 10px !important;
    margin: 0;
    font-size: 13px;
    letter-spacing: 1px;
    color: #212121;
    background-color: #fcfaff;
    border: none;
    border-radius: 3px;
    box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    transition: all 200ms linear;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-item {
    padding: 3px 15px;
    color: #212121;
    border-radius: 2px;
    transition: all 200ms linear;
    font-size: 16px;
}

    .dropdown-item:hover,
    .dropdown-item:focus {
        color: #fff;
        background-color: rgba(233,91,29,1);
    }

.navbar-toggler {
    padding: 5px 9px 8px 10px;
    background: #ffb351;
}
/* #Media
================================================== */
@media (max-width: 767px) {
    h1 {
        font-size: 38px;
    }

    .nav-item:after {
        display: none;
    }

    .nav-item::before {
        position: absolute;
        display: block;
        top: 15px;
        left: 0;
        width: 11px;
        height: 1px;
        content: "";
        border: none;
        background-color: #000;
        vertical-align: 0;
    }

    .dropdown-toggle::after {
        position: absolute;
        display: block;
        top: 10px;
        left: -23px;
        width: 1px;
        height: 11px;
        content: "";
        border: none;
        background-color: #000;
        vertical-align: 0;
        transition: all 200ms linear;
    }

    .dropdown-toggle[aria-expanded="true"]::after {
        transform: rotate(90deg);
        opacity: 0;
    }

    .dropdown-menu {
        padding: 0 !important;
        background-color: transparent;
        box-shadow: none;
        transition: all 200ms linear;
    }

    .dropdown-item {
        color: #fff;
    }

    .dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
        margin-top: 10px !important;
        margin-bottom: 20px !important;
    }
}


/* Background Video 
================================================== */
.jumbotron {
    color: white;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.backgroundVideo {
    height: 100vh;
    display: flex;
    align-items: center;
    color: #fff;
}

.heroText {
    position: absolute;
    top: 31%;
    left: 2%;
    text-align: left;
}

    .heroText h1 {
        font-size: 3rem;
        line-height: 50px;
        text-align: left;
        color: #fff;
        font-family: "Century Gothic";
        text-transform: uppercase;
        color: #fff;
        font-weight: 800;
    }

    .heroText h3 {
        font-family: "Century Gothic";
        font-size: 18px;
        color: #fff;
        float: right;
    }

    .heroText p span {
        font-size: 3rem;
        line-height: 50px;
        font-weight: 400;
        letter-spacing: 1px;
        text-align: left;
        color: #e95b1d;
        font-family: "Century Gothic";
    }

.fullscreenVideoWrap {
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    overflow: hidden;
}

    .fullscreenVideoWrap video {
        min-height: 100%;
        min-width: 100%;
    }

/* # Home Blocks
================================================== */

.clsHomeBlocks {
    height: 160px;
    background: rgba(0, 0, 0,0.3);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    text-decoration: none;
    font-family: "Century Gothic";
}

    .clsHomeBlocks .col-md-3, .clsHomeBlocks .col-sm-6 {
        border-right: 1px solid #555;
        padding: 0px;
        text-decoration: none;
    }

        .clsHomeBlocks .col-md-3 a, .clsHomeBlocks .col-sm-6 a {
            text-decoration: none;
        }

        .clsHomeBlocks .col-md-3:hover, .clsHomeBlocks .col-sm-6:hover {
            background: #333333;
        }

        .clsHomeBlocks .col-md-3:last-child, .clsHomeBlocks .col-sm-6:last-child {
            border-right: 0px solid #555;
        }

    .clsHomeBlocks .col {
        border-right: 1px solid #555;
        padding: 0px;
    }

        .clsHomeBlocks .col a {
            text-decoration: none;
        }

        .clsHomeBlocks .col:hover {
            background: #333333;
        }

        .clsHomeBlocks .col:last-child {
            border-right: 0px solid #555;
        }

    .clsHomeBlocks .card {
        border-radius: 0px;
        background: none;
        border: 0px;
        padding: 3px;
        height: 100%;
    }

        .clsHomeBlocks .card .card-title {
            color: #FFF;
            text-decoration: none;
            font-size: 1.5rem;
            font-family: "Century Gothic";
        }

        .clsHomeBlocks .card .card-body {
            padding: 10%;
        }

@media (max-width: 480px) {
    .clsHomeBlocks {
        height: auto;
        padding-top: 10px;
    }

    .clsHomeBlocks .card .card-body {
     padding: 0%;
    }

    .heroText {
        top: 24%;
    }

    .heroText h1 {
        font-size: 2rem;
        line-height: 39px;
    }
}

@media (max-width: 978px) {
    .clsHomeBlocks {
        height: auto;
        padding-top: 10px;
    }
}

.clsHomeBlocks .publishing .card-body:hover > .card-title,
.clsHomeBlocks .mediaservices .card-body:hover > .card-title,
.clsHomeBlocks .designing .card-body:hover > .card-title,
.clsHomeBlocks .contentServices .card-body:hover > .card-title {
    text-decoration: none;
}

.clsHomeBlocks .publishing .card-body:hover {
    background-image: url("../img/services/vaniqueur_digital_publishing.jpg");
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.clsHomeBlocks .mediaservices .card-body:hover {
    background-image: url("../img/services/vaniqueur_digital_media_services.jpg");
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.clsHomeBlocks .designing .card-body:hover {
    background-image: url("../img/services/vaniqueur_graphics_designing.jpg");
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.clsHomeBlocks .contentServices .card-body:hover {
    background-image: url("../img/services/vaniqueur_content_services.jpg");
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*FOOTER*/
footer .footer-copyright {
    color: #fff;
    font-size: 14px;
}

    footer .footer-copyright a {
        color: #9c9c9c;
    }

        footer .footer-copyright a:hover {
            color: #e95b1d
        }


.footer-item {
    float: left;
    margin-right: 20px;
    color: #9c9c9c;
    font-size: 13px;
    height: 24px;
    line-height: 18px;
    font-family: "Century Gothic";
}

    .footer-item a {
        color: #9c9c9c;
        text-decoration: none;
    }

        .footer-item:hover, .footer-item a:hover {
            color: #e95b1d;
        }

.footer-list {
    clear: both;
}

.footer-social-item {
    width: 24px;
    overflow: hidden;
    margin-right: 10px;
    border-radius: 15px;
    cursor: pointer;
}

    .footer-social-item:hover {
        color: #e95b1d;
    }

/* #Inner pages
================================================== */

.innerPageContainer {
    margin-top: 90px;
}

.module {
    position: relative;
    padding: 100px 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
/* Module header */
.module-small {
    padding: 70px 0;
}

.module-extra-small {
    padding: 25px 0px;
}

.module-medium {
    padding: 75px 0px;
}


.module-title {
    position: relative;
    letter-spacing: 2px;
    text-align: center;
    font-weight: 600;
    font-size: 30px;
    color: #111;
    margin: 0 0 70px;
    font-family: 'open_sansregular', sans-serif;
}

.module-subtitle {
    text-align: center;
    font-size: 16px;
    color: #111;
    margin-bottom: 70px;
}

.module-icon {
    text-align: center;
    font-size: 32px;
    margin-bottom: 20px;
}

.module-title + .module-subtitle {
    margin-top: -35px;
}
/*---------------------
  About Us Section
-----------------------*/

.about-video {
    /*height: 640px;*/
    min-height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    background: url('../img/about-us.png');
    justify-content: center;
}




    .about-video .play-btn {
        display: inline-block;
        height: 70px;
        width: 70px;
        background: #f36100;
        border-radius: 50%;
        line-height: 70px;
        text-align: center;
        font-size: 36px;
        color: #ffffff;
    }

.about-text {
    background: #ffffff;
    /*height: 640px;
    padding: 70px 70px 0 70px;*/
    padding: 40px 70px 40px 70px;
}

@media (max-width: 480px) {
    .about-text {
        padding: 40px 20px 40px 20px;
    }
}


.about-text .section-title {
    text-align: left;
    margin-bottom: 30px;
}

    .about-text .section-title span {
        color: #b00c40;
        font-weight: 600;
    }

    .about-text .section-title h2 {
        font-weight: 600;
    }

.about-text .at-desc {
    margin-bottom: 20px;
}

    .about-text .at-desc p {
        color: #222222;
        line-height: 26px;
    }

.about-text .fa {
    cursor: pointer
}

    .about-text .fa:hover {
        color: #e95b1d;
    }


.about-text .address h5 {
    font-weight: 700;
}

.modalAboutVideo {
    max-width: 800px;
    margin: 30px auto;
}



    .modalAboutVideo .modal-body {
        position: relative;
        padding: 0px;
    }

    .modalAboutVideo .close {
        position: absolute;
        right: -30px;
        top: 0;
        z-index: 999;
        font-size: 2rem;
        font-weight: normal;
        color: #fff;
        opacity: 1;
    }




/*--------------------------------------------------------------
	Services & Features
--------------------------------------------------------------*/
.features-item {
    margin: 20px 0;
    text-align: center;
}

    .features-item p {
        font-size: 13px;
        color: #666;
    }

.features-icon,
.alt-features-icon {
    line-height: 1.2;
    font-size: 42px;
    color: #e95b1d;
}

.features-title,
.alt-features-title {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
    font-size: 14px;
    color: #111;
    margin: 16px 0 15px;
}

.alt-features-item {
    position: relative;
    padding-left: 55px;
    margin: 65px 0 0 0;
}

    .alt-features-item:first-child {
        margin-top: 10px;
    }

.alt-features-icon {
    position: absolute;
    height: 40px;
    width: 40px;
    left: 0;
    top: 0;
    text-align: center;
    line-height: 40px;
    font-size: 28px;
}

.alt-features-title {
    font-size: 13px;
    margin: 0 0 10px;
}

.service_holder {
    border: 5px solid #e2eefd;
}

    .service_holder:hover {
        border: 5px solid #e95b1d;
    }

    .service_holder ul {
        list-style: none;
        padding: 0;
    }

        .service_holder ul li {
            padding-left: 28px;
            position: relative;
            text-align: left;
        }

            .service_holder ul li + li {
                margin-top: 10px;
            }

        .service_holder ul i {
            position: absolute;
            left: 0;
            top: 2px;
            font-size: 20px;
            line-height: 1;
        }

    .service_holder p:last-child {
        margin-bottom: 0;
    }

/*--------------------------------------------------------------
	Video Box
--------------------------------------------------------------*/
.video-box {
    text-align: center;
    padding: 40px 0;
}

.environment-bg {
    background: url("../img/about_video_bg.png");
}

.video-box-icon > a > i,
.video-box-icon > a > span {
    line-height: 1.8;
    font-size: 40px;
    color: #fff;
}

.video-title {
    letter-spacing: 4px;
    font-size: 30px;
    margin: 10px 0 0;
    text-transform: uppercase;
    color: #fff;
}

.video-subtitle {
    /*color: rgba(255, 255, 255, 0.5);*/
    color: #d6d6d6;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    line-height: 40px;
}

/*--------------------------------------------------------------
	client branded icons
--------------------------------------------------------------*/

.brands {
    width: 100%;
    padding-top: 90px;
    padding-bottom: 90px
}

.brands_slider_container {
    height: 130px;
    padding-left: 97px;
    padding-right: 97px;
}

.brands_slider {
    height: 100%;
    margin-top: 0px
}

.brands_item {
    width: 140px;
    height: 130px;
}

    .brands_item img {
        max-width: 100%;
    }

.brands_nav {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 5px;
    cursor: pointer
}

    .brands_nav i {
        color: #e5e5e5;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease
    }

    .brands_nav:hover i {
        color: #676767
    }

.brands_prev {
    left: 40px
}

.brands_next {
    right: 40px
}

/*--------------------------------------------------------------
	Solutions section
--------------------------------------------------------------*/

.services_box {
    padding: 20px 0;
}

    .services_box .services_box-header {
        display: table;
        margin: 0 0 5px;
    }

    .services_box .services_box-title,
    .services_box .services_box-number {
        vertical-align: middle;
        display: table-cell;
    }

    .services_box .services_box-title {
        padding-left: 8px;
    }

    .services_box .services_box-number {
        font-size: 1.875rem;
    }

    .services_box .services_box-content p {
        color: #788487;
        text-align: left;
    }

    .services_box .services_box-content > *:last-child {
        margin-bottom: 0;
    }

/*--------------------------------------------------------------
	Blog section
--------------------------------------------------------------*/

.post {
    padding: 0 0 35px;
    margin: 0 0 15px;
}

.post-masonry .post {
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.post .post-thumbnail {
    border: 5px solid #e2eefd;
    padding-bottom: 0px;
    margin-bottom: 25px;
}

    .post .post-thumbnail:hover {
        border-bottom: 5px solid #e95b1d;
    }

    .post .post-thumbnail .post-preview {
        margin: 0;
    }

.post .post-header {
    margin: 0 0 6px;
    padding: 0px 0 15px;
    border-bottom: 1px dotted #000;
}


    .post .post-header .post-title {
        font-weight: 500;
        font-size: 1.5625rem;
        margin-bottom: 8px;
        color: #222;
    }

        .post .post-header .post-title:hover {
            color: #e95b1d;
        }

    .post .post-header .post-meta {
        list-style: none;
        font-size: .8125rem;
        color: #a3a6a8;
        padding: 0;
        margin: 0;
    }

        .post .post-header .post-meta span a {
            color: #a3a6a8;
        }

.post .post-entry p {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.8;
    color: #788487;
    text-align: left;
    background-color: #fff;
}

.post .post-more .more-link {
    text-decoration: none;
    color: #666;
    font-size: 12px;
}

    .post .post-more .more-link:hover {
        color: #e95b1d;
    }

    .post .post-more .more-link:after {
        content: "\00BB";
        color: #666666;
        padding-left: 5px;
    }


/* Contact
================================================== */

.contact-page-header {
    background-image: url('../img/contact/contact_bg.jpg');
}

#googleMapHeadOffice {
    /*background-image: url('../img/contact/googleMapHeadOffice.png');*/
}

#googleMapDubaiOffice {
    background-image: url('../img/contact/googlemap1.jpg');
}

.contactAddress {
    padding: 0px 20px 10px 20px;
}

.contactAddress p {
    text-align: left;
}


#journalsSideBar {
    background: #c1c1c1;
    font-family: 'open_sansregular', sans-serif;
}

.journalsContent {
    /*background: #fff6f6;*/
    padding: 25px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.8);
}

    .journalsContent .header {
        color: #6a0b81;
        font-size: 30px;
        text-align: left;
        font-weight: normal;
    }

    .journalsContent h5 {
        font-weight: 600;
    }

    .journalsContent section {
        margin-bottom: 20px;
        border-bottom: 1px solid #ccc;
    }

        .journalsContent section:last-child {
            border-bottom: 0px solid #ccc;
        }

        .journalsContent section p {
            text-align: left;
            /*font-family: 'Poppins', sans-serif;*/
            font-family: 'open_sansregular', sans-serif;
            line-height: 25px;
            margin-bottom: 15px
        }
/*#journalsSideBar li:first-child{
      background: #e95b1d;
      color:#fff;
}
#journalsSideBar li:first-child a{
      color:#fff;
}*/
#journalsSideBar li {
    position: relative;
    display: block;
    width: 100%;
    border-bottom: 1px solid #fff;
    background: #c1c1c1;
    font-family: 'open_sansregular', sans-serif;
}

    #journalsSideBar li:last-child {
        border-bottom: 0px solid #fff;
    }

    #journalsSideBar li a {
        width: 100%;
        position: relative;
        display: block;
        padding: 10px 15px;
        color: #000;
        text-decoration: none;
        font-family: 'open_sansregular', sans-serif;
        letter-spacing: 1px;
    }

        #journalsSideBar li a:hover,
        #journalsSideBar li a:focus {
            background: #e95b1d;
            color: #fff;
        }

/*#journalsSideBar .active {
  font-weight: bold; 
}*/

#journalsSideBar .nav {
    display: none;
}

#journalsSideBar .active .nav {
    display: block;
}


#journalsSideBar .active a {
    background: #e95b1d;
    color: #fff;
    font-weight: bold;
}

#journalsSideBar .active .nav li {
    background: #72bcd4;
}


    #journalsSideBar .active .nav li a {
        background: #8c8c8c;
    }

        #journalsSideBar .active .nav li a.active {
            font-weight: bold;
        }

#journalsSideBar .nav a {
    font-weight: normal;
    font-size: .85em;
}

#journalsSideBar .nav span {
    margin: 0 5px 0 2px;
}

#journalsSideBar .nav .active a,
#journalsSideBar .nav .active:hover a,
#journalsSideBar .nav .active:focus a {
    font-weight: bold;
    padding-left: 30px;
    border-left: 5px solid black;
}

#journalsSideBar .nav .active span,
#journalsSideBar .nav .active:hover span,
#journalsSideBar .nav .active:focus span {
    display: none;
}

.healthStickySidebar {
    position: sticky;
    top: 20%;
}

.generalsContent p {
    text-align: left;
}
.lblHeight{
    line-height:37px;
}
.borderRed {
  border-color:#ff0047;
}
.clsHome {
    color: #0005ff !important;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    text-decoration: underline !important;
    cursor:pointer;
}
.clsHome:hover {
    color: #e95b1d !important;
}

.searchResults {
    font-size:16px;
    color: #555;
}

.resultRow {
    border-bottom: 2px solid #CCC;
    padding: 7px 0px 7px 0px;
    background: #ffffff;
}
    .resultRow:hover {
        border-bottom: 2px solid #e95b1d;
    }
    /*.resultRow:last-child {
        border-bottom: 0px solid #e95b1d;
    }*/

    .resultRow .resultRow:first-of-type {
        padding-top: 0;
    }

.resultRow .resultRow:before, .resultRow .resultRow:after {
    content: " ";
    display: table;
}

.searchResults .articleText {
    margin-left: 0px;
    color: #555;
}

.searchResults .articleText p {
    margin-left: 0px;
    color: #555;
    font-size: 14px;
    text-align: left;
    padding-top: 0px;
}

.searchResults .articleName {
    color: #444;
    display: block;
    font-weight: 600;
    font-size: 16px;
}

.searchResults .text-muted {
    font-weight: 400;
    font-size: 12px;
    color: #777;
}

.submittedDetails {
    background: #f9f9f9;
    padding: 5px 10px 5px 10px;
    margin-top: 5px;
}

    .submittedDetails h6 {
        font-size: 14px;
        color: #999;
        padding-bottom: 0px;
        margin-bottom: 0px;
        line-height: 17px;
        text-transform: lowercase;
    }

.submittedDetails .dateTime {
    color: #999;
    font-size: 13px;
}



.emptySearchContainer {
    width: 90%;
    padding: 30px;
    border-radius: 5px;
    text-align: center;
}
.emptySearchContainer .clsIcon {
    width: 100px;
    height: 100px;
    margin: 0px auto;
}
.emptySearchContainer .title {
    font-size: 20px; 
    font-weight: 600;
    color: #e57100;
    line-height: 50px;
}
.emptySearchContainer .msg {
    font-size: 16px; 
    font-weight: 500;
    color: #444;
    line-height: 26px;
}
.clsSearchErrorSuggestions {
    width: 313px;
    text-align: left;
    margin: 0px auto;
    padding-top: 10px;
}

.card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
}

.clsPublishedContainer .card:hover {
    border: 1px solid #ff6a00;
}

.clsPublishedContainer .card-title {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0px;
}

.clsPublishedContainer .card-text {
    text-align: center;
    font-size: 14px;
    padding-top: 5px;
    line-height: 18px;
}

.clsPublishedContainer .card-code {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 0px;
}

    .clsPublishedContainer .card-code span {
        text-transform: uppercase;
    }

.card-footer .author-name {
    text-transform: capitalize;
    margin-left: -6px;
}

.card-footer .clsView {
    margin-top: -3px;
    margin-right: -8px;
}

.categoriesList .category {
    margin-bottom: 1rem;
}

    .categoriesList .category h3.category-heading {
        background: #464854;
        margin-bottom: 0;
        padding: 6px 10px 6px 10px;
        font-size: 18px;
        border-radius: 3px 3px 0 0;
        color: #ffffff;
    }

    .categoriesList .category ul {
        padding: 0;
        margin: 0;
    }

    .categoriesList .category li {
        list-style: none;
        line-height: 1.3;
        padding: 5px 10px 4px 10px;
    }

        .categoriesList .category li:hover {
            background-color: rgba(52, 138, 199, 0.44) !important;
        }



        .categoriesList .category li a.item-link {
            padding: 3px 10px;
            display: inline-block;
            width: calc(100% - 60px);
            color: black;
        }

        .categoriesList .category li:nth-child(odd) {
            background-color: #F1F1F1;
        }






