/*********************************
*********************************
     SECTION : BODY
*********************************
*********************************/

@font-face {
    font-family: Cairo;
    /**/
    src: url(../fonts/DroidKufi-Regular.ttf);
}

@font-face {
    font-family: Cairo-SemiBold;
    /*src: url(../fonts/Cairo-SemiBold.ttf);*/
    src: url(../fonts/DroidKufi-Bold.ttf);
}

@font-face {
    font-family: Cairo2;
    src: url(../fonts/Cairo-Regular.ttf);
}

body {
    color: #424242;
}

body * {
    transition: 0.1s all linear;
    color: #424242;
}

.alert {
    width: 100%;
    margin: 0px auto;
    display: block;
    margin-bottom: 20px;
}

.no-gutters {
    margin: 0px;
    padding: 0px;
}

a, a:hover, a:active, a:active, a:visited, a:link {
    text-decoration: none !important;
}

.content {
    min-height: 1000px;
    background: #fff;
}

@media all and (min-width: 768px) {
    .no-padding {
        padding: 0px !important;
    }

    .no-padding2 {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
}

.no-gutters {
    margin: 0px !important;
}

/*********************************
*********************************
     SECTION : HEADER
*********************************
*********************************/

header {
    box-shadow: 0px 2px 3px -3px #000;
    padding-bottom: 5px;
}

.header-top {
    position: relative
}

.header-top h2 {
    margin: 60px 0px 0px 0px;
}

.header-top h3 {
    margin: 10px 0px 10px 0px;
    color: #049DBF;
}

.header-top a.hrmwiki {
    border: 1px solid #000;
    border-radius: 20px;
    padding: 5px 10px;
    color: #000000;
    position: absolute;
    top: 50%;
    left: 5%;
    font-size: 0.9em;
}

.header-top a.hrmwiki:hover {
    background: #049DBF;
    color: #fff;
    box-shadow: 0px 0px 8px -3px #000;
    border: none;
    cursor: pointer;
}

@media all and (max-width: 600px) {
    .header-top a.hrmwiki {
        position: initial;
        display: table;
        margin: 0px auto;
        width: auto;
        background: #0000FF;
        color: #fff;
        box-shadow: 0px 0px 8px -3px #000;
        border: none;
    }
}
.header-top a.signin {
    border: 1px solid #000;
    border-radius: 20px;
    padding: 5px 10px;
    color: #000000;
    position: absolute;
    top: 50%;
    right: 5%;
    font-size: 0.9em;
}
.header-top a.signin:hover {
    background: #049DBF;
    color: #fff;
    box-shadow: 0px 0px 8px -3px #000;
    border: none;
    cursor: pointer;
}

@media all and (max-width: 600px) {
    .header-top a.signin {
        position: initial;
        display: table;
        margin: 0px auto;
        margin-bottom: 10px;
        width: auto;
        background: #0000FF;
        color: #fff;
        box-shadow: 0px 0px 8px -3px #000;
        border: none;
    }
    .panel-body{
        overflow-x: auto;
    }
}
.navbar-toggle {
    border: none !important;
    background: #fff !important;
}

.navbar-toggle .icon-bar {
    height: 3px !important;
    background-color: #000 !important;
    margin-top: 3px !important;
}

.navbar-toggle .icon-bar:nth-of-type(2) {
    width: 17px !important;
}

.navbar-toggle .icon-bar:nth-of-type(4) {
    width: 20px !important;
}

.navbar-toggle .icon-bar:nth-of-type(5) {
    width: 25px !important;
}

.navbar-default {
    background: #fff;
    border: none !important;
}

.navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
}

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

.nav.navbar-nav li a {
    color: #000 !important;
    cursor: pointer;
    font-weight: 600;
}

.nav.navbar-nav li a:hover, .nav.navbar-nav li.active a, .nav.navbar-nav li.active a:hover {
    color: #049DBF !important;
    background-color: #fff;
}

@media all and (max-width: 767px) {
    .nav.navbar-nav li, .nav.navbar-nav li a {
        text-align: center;
    }
}

/*********************************
*********************************
     SECTION : FOOTER
*********************************
*********************************/

footer {
    padding: 20px;
    height: 100px;
    margin-top: 5px;
    background: #fff;
}

footer {
    background: #121212;
    font-size: 0.81em;
    font-weight: 600;
}

footer * {
    color: #fff !important;

}

footer ul {
    list-style-type: none;
}

footer ul li {
    margin-bottom: 5px;
}

footer ul li i.fa {
    margin-left: 10px;
}

footer ul li span.email {
    font-size: 1.15em;
}

footer .links {
    text-align: left;
    margin-top: 10px;
}

footer .links a {
    border: 1px solid #fff;
    display: inline-block;
    width: 28px;
    height: 28px;
    text-align: center;
    border-radius: 50%;
    line-height: 29px;
    font-size: 1.4em;
}

footer .links a:hover {
    background: #049DBF;
}

footer a.link {
    color: #049DBF !important;
    font-size: 1.2em;
    margin-top: 7px;
}

@media all and (max-width: 991px) {
    .offer {
        height: inherit !important;
        margin-bottom: 10px !important;
    }

    .offer2 {
        border: none;
        border-top: 1px solid #f1f1f1;
    }

    .chat-now, .contact-form input:last-of-type {
        margin-bottom: 10px !important;
    }

    footer a.link, .links {
        float: none !important;
        text-align: center !important;
        clear: both !important;
        display: block;
        margin-top: 10px;
    }

    footer {
        height: auto !important;
    }
}

@media all and (max-width: 991px) and (min-width: 768px) {
    .offer2 h1 {
        font-size: 2.5em;
    }

    .offer2 .link {
        padding: 4px !important;
    }
}

/*********************************
*********************************
     SECTION : PAGE
*********************************
*********************************/

.page {
    min-height: 600px;
    padding: 20px;
}

.home {

}

.img-wrapper {
    width: 100%;
    height: 200px;
    background-image: url("../img/image.png");
    background-size: cover;
    text-align: center;
}

.img-wrapper .title {
    background: #011826;
    color: #fff;
    padding: 5px 20px;
    display: inline-block;
    font-weight: 600;
}

.like-popup {
    background: rgba(255, 255, 255, 0.7);
    width: 85%;
    padding: 15px;
    margin: -140px auto 20px;
    text-align: justify;
    line-height: 22px;
    box-shadow: 0px 1px 13px -5px #000;
    border-radius: 2px;
}

.like-popup p {
    margin: 0px !important;
    padding: 0px !important;
    text-align: justify;
}

.like-popup a {
    color: #049DBF;
}

.like-popup .quote {
    color: #000 !important;
    font-weight: bold;
    font-size: 1.1em;
    padding: 10px 0px;
}

.like-popup .quote:before, .like-popup .quote:after {
    font-size: 2em;
    color: #000 !important;
}

.like-popup .quote:before {
    content: '\201D';
}

.like-popup .quote:after {
    content: '\201C';
}

.box-contact {
    width: 85%;
    min-height: 200px;
    background: #049DBF;
    margin: 10px auto;
}

.box-contact .img-wrapper-2 {
    height: 90px;
    width: 100%;
    background-image: url("../img/chatnow.jpg");
    background-size: cover;
}

.box-contact .img-wrapper-3 {
    width: 60px;
    height: 60px;
    background: #011826;
    margin: -30px auto;
    border-radius: 50%;
    border: 2px solid #fff;
    overflow: hidden;
}

.box-contact .img-wrapper-3 img {
    width: 100%;
    height: 100%;
}

.box-contact h5 {
    color: #fff;
    font-weight: 600;
    margin-top: 40px;
    text-align: center;
}

.box-contact-btn {
    display: block !important;
    margin: 0px auto;
    background: #011826;
    padding: 3px 4px;
    color: #fff;
    font-weight: 600;
    width: 60px;
    text-align: center;
    border-radius: 2px;
    cursor: pointer;
}

.box-contact-btn:hover {
    color: #fff;
    background: #033858;
}

.infos-wrapper {
    width: 100%;
}

.box-infos {
    border: 2px solid #F7F7F7;
    border-radius: 2px;
    min-height: 200px;
    margin-bottom: 20px !important;
}

.box-infos .infos {
    border-left: 2px solid #F7F7F7;
}

.info-title {
    border-bottom: 2px solid #F7F7F7;
    padding: 13px;
    font-weight: 600;
    margin: 0px;
}

.info-list {
    list-style-type: none;
    margin: 0px;
    padding: 20px;
}

.info-list li {
    margin-bottom: 10px;
}

.info-list li .fa {
    color: #1EA2C3;
    margin-left: 10px;
    font-size: 1.2em;
}

.box-infos .price {
    background: #F9F9F9;
    height: 178px;
}

.box-infos .price h3 {
    text-align: center;
    font-size: 4em;
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 0px;
}

@media all and (max-width: 767px) {
    .box-infos .price h3 {
        margin-top: 0px;
        padding-top: 40px;
    }
}

.box-infos .price h3 i {
    font-size: 0.5em;
    font-weight: normal;
!important;
}

.box-infos .price h5 {
    text-align: center;
    font-size: 1.2em;
    margin-top: 0px;
}

.price .price-btn {
    color: #fff;
    background: #FEC64B;
    width: 90px;
    display: block;
    margin: 20px auto;
    border-radius: 2px;
    padding: 4px;
    text-align: center;
    font-weight: bold;
    cursor: pointer !important;
}

.price .price-btn:hover {
    background: #ffc107;
}

.box-contact-form h3 {
    margin-top: 10px;
    margin-bottom: 20px;
}

.box-contact-form input {
    height: 40px;
}

.box-contact-form input, .box-contact-form textarea {
    border-radius: 0px;
    margin-bottom: 20px;
    border-color: #dad7d7;
    padding: 10px;
    box-shadow: inset 0px -1px 0px rgba(0, 0, 0, .075);
}

.submit-btn {
    width: 120px;
    border-radius: 2px;
    display: block;
    margin: 0px auto;
    border: none;
    background: #049DBF;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    text-align: center;
    margin-bottom: 20px;
}

.submit-btn:hover {
    background: #03A9F4;
}

#captcha_image {
    width: 90% !important;
    height: 40px;
    border: 1px solid #dad7d7;
    display: block;
    margin: 0px auto;
}

.refresh {
    cursor: pointer;
}

img.lang-logo {
    width: 30px;
}
.dropdown-menu-lang{
    max-width: 140px !important;
    min-width: 140px !important;
}
.dropdown-menu-lang li a:hover, .dropdown-menu-lang li a.active{
    background: #dddddd !important;
    color: #049DBF !important;
}