@import "bootstrap.css";
@import "animate.css";
@import "font-awesome.css";
@import "primary_content.css";
@import "slick.css";
@import "slick-theme.css";
@import "magnific-popup.css";
@import "../js/feature-carousel/feature-carousel.css";
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,500,600,700');

/*font-family: 'Courgette', cursive;*/


/* - - - - - - - - - - - - - - - - - - - - -
TITLE    :   NAKCSS HTML 5 VERSION 3
- - - - - - - - - - - - - - - - - - - - - */

* {
    outline: 0 !important;
}

html {
    height: 100%;
}

body {
    min-height: 100%;
}

#nakainer,
#primary-content {
    height: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    overflow-x: hidden;
    color: #000
}

:focus {
    outline: 0;
}

a {
    color: #b877c1;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #F02137;
    z-index: 1;
}

ul {
    list-style: none;
}

.disabled,
.disabled1 {
    display: none !important;
}

.courgette {
    font-family: 'courgette';
}

.kg-font {
    font-family: 'kg-all';
}

.no-js #loader {
    display: none;
}

.owl-theme .owl-controls {
    margin-top: 0px;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: rgba(188, 50, 37, .8);
}


/* HEADER SLIDER */

#header {
    z-index: 200;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
}

.top-mobile-head-bar {
    display: none;
}

.head-menu {
    position: relative;
    z-index: 999;
    width: 100%;
    background: transparent;
    top: 0;
}

.top-head-bar {
    background: #b877c1;
}


/* End Header */


/*Social Links*/

.social-links {
    float: right;
    margin-left: 15px;
}

.social-links ul {
    padding: 0;
    margin: 0;
}

.social-links ul li {
    display: inline-block;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    transform: scale(.95);
    -webkit-transform: scale(.95);
    margin: 0 3px;
}

.social-links ul li:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}

.social-links ul li:hover,
.social-links ul li:focus {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    transform: scale(1);
    -webkit-transform: scale(1);
}

.social-links ul li:hover:before,
.social-links ul li:focus:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}

.social-links ul li img {
    width: 36px;
}

.top-bar-header {
    padding: 5px 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,e8e8e9+100 */
    background: #ddd;
    /* Old browsers */
}

.top-item-links {
    text-align: center;
}

.sub-top-links,
.top-social-links,
.top-buttons,
.app-icon-links {
    display: inline-block;
    padding-left: 5px;
    vertical-align: middle;
    margin-bottom: 0;
}

.sub-top-links li,
.top-social-links li,
.top-buttons li,
.app-icon-links li {
    display: inline-block;
}

.left-top-text {
    line-height: 32px;
    font-size: 15px;
}

.left-top-text a {
    color: #fff;
}

.left-top-text a i {
    font-size: 28px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -5px;
    margin-left: 8px;
}

.left-top-text a:hover {
    color: #4e8cd9;
}

.app-icon-links a:hover img {
    opacity: .75;
}

.app-icon-links a img {
    max-width: 90px;
}

.sub-top-links a,
.top-social-links a {
    color: #000;
    font-size: 14px;
    display: inline-block;
}

.top-social-links a {
    padding: 2px 0px;
    width: 25px;
    text-align: center;
    display: block;
    color: #fff;
    border-radius: 50%;
    font-size: 14px;
}

.top-social-links a.fb-icon {
    background: #3b5998;
}

.top-social-links a.instagram-icon {
    background: #6a453b;
}

.top-social-links a.twitter-icon {
    background: #55acee;
}

.top-social-links a.youtube-icon {
    background: #c4302b;
}

.sub-top-links a:hover {
    color: #000;
}

.top-social-links a:hover {
    background: #4e8cd9;
    color: #fff;
}

.top-social-links a.fb-icon:hover {
    background: #224080;
}

.top-social-links a.instagram-icon:hover {
    background: #523128;
}

.top-social-links a.twitter-icon:hover {
    background: #3b8fce;
}

.top-social-links a.youtube-icon:hover {
    background: #a5231f;
}

.top-buttons a:text-new-sign {
    display: block;
}

.top-buttons a img {
    max-width: 20px;
    margin-right: 6px;
    vertical-align: middle;
    display: inline-block;
}

.top-buttons a:not(.text-new-sign) {
    display: block;
    padding: 4px 20px 5px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    border-radius: 30px;
    font-size: 15px;
    background: linear-gradient(to right, #0e8dc6 0%, #0a9d8d 50%, #07ac57 100%);
    margin-right: 15px;
}

.top-buttons a.text-new-sign {
    display: inline-block;
    vertical-align: middle;
}

.sub-top-links li {
    margin: 0 10px;
    font-weight: 600;
}

.top-social-links li {
    margin: 0 1px;
}

.top-buttons li {
    margin: 0 5px;
    position: relative
}

a.text-new-sign {
    font-size: 12px;
    position: absolute;
    left: -10px;
    bottom: -32px;
    display: block;
    text-align: center;
    font-weight: 600;
    z-index: 999;
    color: #333;
}

a.text-new-sign:hover,
a.text-new-sign:focus {
    color: #06af4e;
}

.top-buttons li a:not(.text-new-sign):hover {
    background: linear-gradient(to right, #0c77ac 0%, #098077 50%, #068f42 100%);
}


/* Social Links*/


/*Head top bar*/

.logopart {
    width: auto;
    display: inline-block;
    margin-right: 10px;
    text-align: center;
}

.contact-bar ul,
.link-bar ul {
    padding: 0;
    margin: 0;
}

.contact-bar ul li,
.link-bar ul li {
    display: inline-block;
    padding: 0 7px;
    font-size: 14px;
    border-right: 1px solid #fff;
    line-height: 1;
    margin-left: -4px;
    color: #fff;
}

.contact-bar ul li:last-child,
.link-bar ul li:last-child {
    border: 0;
}

.link-bar ul {
    float: right;
}

.contact-bar ul li a,
.link-bar ul li a {
    color: #fff;
}

.contact-bar ul li a:hover,
.link-bar ul li a:hover {
    color: #ff7e00;
}


/*Head top bar*/


/* Menu Part Start */

#cssmenu:hover #menu-line {
    display: none !important
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#cssmenu:after,
#cssmenu>ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

#cssmenu #menu-button {
    display: none;
}

#cssmenu {
    width: auto;
    line-height: 1;
}

#menu-line {
    display: none;
}

#cssmenu:hover #menu-line {
    display: block;
}

#menu-line {
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    background: #fa6441;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

#cssmenu>ul>li {
    float: left;
    margin: 0 8px;
}

#cssmenu>ul>li:last-child {
    margin-right: 0;
}

#cssmenu>ul>li.social-icon {
    margin: 0 4px;
}

#cssmenu>ul>li.social-icon:before {
    content: none;
}

#cssmenu>ul>li.social-icon a {
    padding: 10px 0;
}

#cssmenu>ul>li.social-icon a img {
    max-width: 32px;
}

#cssmenu>ul>li.social-icon a:hover img {
    opacity: .8;
}

#cssmenu.align-center>ul {
    font-size: 0;
    text-align: center;
}

#cssmenu.align-center>ul>li {
    display: inline-block;
    float: none;
}

#cssmenu.align-center ul ul {
    text-align: left;
}

#cssmenu.align-right>ul>li {
    float: right;
}

#cssmenu.align-right ul ul {
    text-align: right;
}

#cssmenu>ul>li>a {
    font-size: 16px;
    padding: 20px 5px;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}

#cssmenu>ul>li>a {
    outline: 0;
}

#cssmenu>ul>li:before {
    content: "";
    border-bottom: 2px solid #000;
    width: 0%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: .4s width ease-in-out;
}

#cssmenu>ul>li.search_icon::before {
    bottom: -6px;
}

#cssmenu>ul>li:hover:before {
    width: 100%;
}

#cssmenu>ul>li.getinv:before {
    content: none;
}

#cssmenu>ul>li.first.leaf>a.glyphicon-home:before {
    content: "\e021";
    border-bottom: 0;
    width: 100% !important;
    margin-bottom: 10px;
}

#cssmenu .glyphicon.glyphicon-home:before {
    float: left;
    text-indent: -2px;
}

#cssmenu .home {
    text-indent: -99999px;
    display: none;
}

#cssmenu .home a {
width: 25px;
    margin-top: 0px;
}

#cssmenu>ul>li:hover>a,
#cssmenu>ul>li.active>a {
    color: #000;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
}

#cssmenu>ul>li.has-sub>a {
    padding-right: 25px;
}

#cssmenu>ul>li.has-sub>a::after {
    position: absolute;
    top: 23px;
    right: 10px;
    width: 6px;
    height: 6px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -ms-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}

#cssmenu>ul>li.has-sub:hover>a::after {
    border-color: #000;
}

#cssmenu ul ul {
    position: absolute;
    left: -9999px;
    visibility: hidden;
    opacity: 0;
    margin-top: 0px;
    transition: .5s all;
}

#cssmenu li:hover>ul {
    left: auto;
    visibility: visible;
    opacity: 1;
    margin-top: 0;
}

#cssmenu.align-right li:hover>ul {
    right: 0;
}

#cssmenu ul ul ul {
    margin-left: 100%;
    top: 0;
}

#cssmenu.align-right ul ul ul {
    margin-left: 0;
    margin-right: 99%;
}

#cssmenu ul ul li {
    height: 0;
    -webkit-transition: height .2s ease;
    -moz-transition: height .2s ease;
    -ms-transition: height .2s ease;
    -o-transition: height .2s ease;
    transition: height .2s ease;
}

#cssmenu ul li:hover>ul>li {
    height: auto;
}

#cssmenu ul li:hover>ul>li:first-child {
    margin-top: 0px;
}

#cssmenu ul li:hover>ul>li ul>li:first-child {
    margin-top: 0px;
}

#cssmenu ul ul li a {
    padding: 10px 20px;
    width: 250px;
    font-size: 16px;
    border: 1px solid #333;
    background: #000;
    text-decoration: none;
    color: #fff;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}

#cssmenu ul ul li:hover>a,
#cssmenu ul ul li a:hover {
    color: #000;
    background: #fff;
}

#cssmenu ul ul li.has-sub>a::after {
    position: absolute;
    top: 16px;
    right: 10px;
    width: 6px;
    height: 6px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    content: "";
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -ms-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}

#cssmenu.align-right ul ul li.has-sub>a::after {
    right: auto;
    left: 10px;
    border-bottom: 0;
    border-right: 0;
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
}

#cssmenu ul ul li.has-sub:hover>a::after {
    border-color: #000;
}

@media all and (max-width: 991px) {
    #cssmenu>ul>li:hover>a,
    #cssmenu>ul>li.active>a {
        background: #fff;
        -webkit-transition: all 0.25s ease-out;
        -moz-transition: all 0.25s ease-out;
        -ms-transition: all 0.25s ease-out;
        -o-transition: all 0.25s ease-out;
    }
    #cssmenu ul ul li a {
        border: none;
    }
    #menu-line {
        display: none;
    }
    #cssmenu:hover #menu-line {
        display: none;
    }
    #cssmenu {
        width: 100%;
    }
    #cssmenu ul {
        width: 100%;
        display: none;
    }
    #cssmenu.align-center>ul,
    #cssmenu.align-right ul ul {
        text-align: left;
    }
    #cssmenu ul li,
    #cssmenu ul ul li,
    #cssmenu ul li:hover>ul>li {
        width: 100%;
        height: auto;
        border-top: 1px solid rgba(255, 255, 255, 0.20);
    }
    #cssmenu ul li a,
    #cssmenu ul ul li a {
        width: 100%;
    }
    #cssmenu>ul>li,
    #cssmenu.align-center>ul>li,
    #cssmenu.align-right>ul>li {
        /*float: none;
display: block;*/
    }
    #cssmenu ul ul li a {
        padding: 20px 20px 20px 30px;
        font-size: 14px;
        background: none;
        background: rgba(0, 0, 0, .05);
    }
    #cssmenu ul ul li:hover>a,
    #cssmenu ul ul li a:hover {
        color: #000000;
    }
    #cssmenu ul ul ul li a {
        padding-left: 40px;
    }
    #cssmenu ul ul,
    #cssmenu ul ul ul {
        position: relative;
        left: 0;
        right: auto;
        width: 100%;
        margin: 0;
        visibility: visible;
        opacity: 1;
    }
    #cssmenu>ul>li>a {
        color: #fff
    }
    #cssmenu>ul>li:hover>a,
    #cssmenu>ul>li.active>a {
        color: #000;
    }
    #cssmenu>ul>li.has-sub>a::after,
    #cssmenu ul ul li.has-sub>a::after {
        display: none;
    }
    #menu-line {
        display: none;
    }
    #cssmenu #menu-button {
        display: block;
        padding: 25px 30px;
        color: #fff;
        cursor: pointer;
        font-size: 12px;
        text-transform: uppercase;
        float: right;
        top: 0px;
    }
    #cssmenu #menu-button::after {
        content: '';
        position: absolute;
        top: 15px;
        right: 20px;
        display: block;
        width: 30px;
        height: 4px;
        background: #fff;
    }
    #cssmenu #menu-button::before {
        content: '';
        position: absolute;
        top: 25px;
        right: 20px;
        display: block;
        width: 30px;
        height: 14px;
        border-top: 4px solid #fff;
        border-bottom: 4px solid #fff;
    }
    #cssmenu .submenu-button {
        position: absolute;
        z-index: 10;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid rgba(120, 120, 120, 0.15);
        height: 55px;
        width: 60px;
        cursor: pointer;
    }
    #cssmenu .submenu-button::after {
        content: '';
        position: absolute;
        top: 21px;
        left: 26px;
        display: block;
        width: 1px;
        height: 11px;
        background: #fff;
        z-index: 99;
    }
    #cssmenu .submenu-button::before {
        content: '';
        position: absolute;
        left: 21px;
        top: 26px;
        display: block;
        width: 11px;
        height: 1px;
        background: #fff;
        z-index: 99;
    }
    #cssmenu>ul>li.has-sub:hover>.submenu-button::before,
    #cssmenu>ul>li.has-sub.active>.submenu-button::before {
        background: #000;
    }
    #cssmenu>ul>li.has-sub:hover>.submenu-button::after,
    #cssmenu>ul>li.has-sub.active>.submenu-button::after {
        background: #000;
    }
    #cssmenu ul ul li:hover>.submenu-button::before,
    #cssmenu ul ul li a:hover>.submenu-button::before {
        background: #000;
    }
    #cssmenu ul ul li:hover>.submenu-button::after,
    #cssmenu ul ul li a:hover>.submenu-button::after {
        background: #000;
    }
    #cssmenu ul ul li:hover>a,
    #cssmenu ul ul li a:hover {
        color: #000;
    }
    #cssmenu .submenu-button.submenu-opened:after {
        display: none;
    }
    #header {
        position: relative !important;
    }
}

.medium-purple a {
    background: #5c3280;
}

.medium-purple a:hover {
    background: #aa71c2;
}

.light-purple a {
    background: #ae1329;
}

#cssmenu ul li.getinv a {
    border: 2px solid #fff;
    font-size: 16px;
    padding: 4px 8px;
    color: #fff;
    min-height: 28px;
    border-radius: 8px;
    text-transform: uppercase;
}

#cssmenu ul li.getinv.light-purple a:before {
    content: none;
    background-size: 16px;
    background-repeat: no-repeat;
    width: 16px;
    height: 17px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
    background-position: 0px 0px;
}

#cssmenu ul li.getinv.medium-purple a:before {
    content: "";
    background-size: 16px;
    background-repeat: no-repeat;
    width: 16px;
    height: 17px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
    background-position: 0px 0px;
}

#cssmenu ul li.getinv a:hover {
    background: transparent
}

.social-icon {
    padding-top: 10px;
}

.mobrowleft {
    float: right;
    margin-top: 10px;
}

.fbicon {
    padding-bottom: 5px;
}

.fbicon a {
    color: #fff;
    font-size: 24px;
}

.fbicon a:hover {
    color: #009ae1;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all .4s ease;
}

.darkHeader .logopart img {
    width: auto;
    padding: 16px 0;
}

.logopart img {
    width: 100px;
    padding: 8px 0;
    z-index: 1;
    position: relative;
    margin-top: 0px;
}

.logopart span {
    display: block;
    text-align: center;
    font-size: 22px;
    margin-top: 5px;
    color: #fff !important;
    margin-bottom: 10px;
	font-weight:bold;
}

#cssmenu .register-item a,
.mobile-top-head .register-item a {
    display: block;
    padding: 5px 20px 6px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    border-radius: 8px;
    font-size: 15px;
    background: #000;
    margin-top: 8px;
    line-height: 26px;
}

.mobile-top-head .register-item a {
    margin: 5px 0;
    font-size: 14px;
    padding: 2px 20px 3px;
}

.mobile-top-head .accesible-pannel {
    float: left;
    margin: 6px 0 0;
}

#cssmenu .register-item a:hover,
.mobile-top-head .register-item a:hover {
    background: #F02137;
    color: #fff;
}

#cssmenu .register-item:before {
    content: none;
}

#cssmenu .search-icon {
    text-indent: -999px;
    overflow: hidden;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    font-weight: 500;
    line-height: 16px;
    display: inline-block;
    width: 57px;
    height: 50px;
    margin-top: 14px;
    margin-bottom: -15px;
    position: relative;
    z-index: 999;
}

#cssmenu .search-icon:before {
    text-indent: 0;
    float: left;
    font-size: 32px;
}


/* Menu Part End */

.mobile-top-head {
    display: none;
}

.search_icon input {
    position: absolute;
    right: 0px;
    width: 0px;
    bottom: -5px;
    height: 45px;
    border: none;
    border-bottom: 2px solid #06af4e;
    padding: 0;
    z-index: 9;
    transition: all 0.5s;
}

.search_icon.search_active input {
    width: 650px;
    padding: 0 20px;
}


/* START SLIDER */

#slider {
    min-height: 500px;
    background-image: url(../images/visit-loader.gif);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100px;
}

#slider.slick-initialized {
    height: auto;
    background-image: none;
    min-height: auto;
}

#slider img {
    height: auto;
    width: 100%;
}

#slider {
    list-style: none;
    padding: 0;
}

.banner-section {
    position: relative;
    z-index: 1;
}

.banneroverlay {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    left: 0;
    opacity: .2;
    z-index: 99;
    background: #000
}

.pager-custom {
    padding: 20px;
}

.pager-custom ul {
    padding-left: 0;
    list-style: none;
    margin: 0;
    text-align: center;
}

.pager-custom li {
    display: inline-block;
}

.pager-custom li a {
    padding: 6px 10px;
    margin: 0 2px;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    font-size: 14px;
    display: inline-block;
}

.pager-custom li a:hover {
    color: #FB5E39
}

.bx-wrapper .bx-controls-direction a {
    z-index: 998 !important
}

#slider li {
    display: none;
}

#slider li:first-child {
    display: block;
}

#slider.slick-slider li {
    display: block;
}

#slider {
    margin: 0;
}

.slide-item {
    position: relative;
}

.banner-o-btn {
    margin: 0 auto;
    padding: 30px;
    position: relative;
}


/* End Slider */


/* Start Slider over Text */

.bannertextarea {
    position: absolute;
    top: 20%;
    width: 100%;
    text-align: center;
    color: #fff;
    z-index: 991;
}
.bannertextarea .over-banner-content{margin:0 auto; max-width:80%}
.bannertextarea h2 {
    font-size: 36px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 20px;
}

.bannertextarea .ft-18 {
    font-size: 18px;
    margin: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.bannertextarea span.courgette {
    font-weight: 500;
}

.logo-baner {
    max-width: 400px;
    margin: 20px auto;
}

.banner-o-btn a {
    border: 2px solid #fff;
    padding: 15px 25px;
    font-size: 24px;
    background: transparent;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    -webkit-transition: all 0.25s ease-out;
    position: relative;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
}

.banner-o-btn a:hover {}

.text-over-banner-bottom {
    font-size: 20px;
    display: inline-block;
    padding-right: 50px;
    position: relative
}

.text-over-banner-bottom img {
    position: absolute;
    bottom: 10px;
    max-width: 24px;
    right: 10px;
}

.text-over-title {
    margin-bottom: 5px;
}

.over-banner-contentbtn {
    padding-top: 15px;
}

.over-banner-contentbtn a {
    display: inline-block;
    padding: 5px 20px;
    color: #fff;
    border: 3px solid;
    background: #000;
    border-radius: 20px;
    font-size: 18px;
    transition: .5s all;
    -moz-transition: .5s all;
    font-weight: 600
}

.over-banner-contentbtn a:hover {
    background: #0f4e89;
}

.banner-details-field {
    background: rgba(0, 0, 0, .5);
    padding: 20px;
    width: 100%;
    max-width: 750px;
    margin: 50px auto;
    text-align: left;
    text-align: center;
}

.banner-field-area {
    position: absolute;
    bottom: 10%;
    width: 100%;
    text-align: center;
    color: #fff;
    z-index: 997;
}

.banner-details-field input[type=radio] {
    display: none;
}

.banner-details-field input[type=radio]+label {
    font-weight: 500;
    margin: 0;
}

.banner-details-field input[type=radio]+label:before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 20px;
    font-size: 0;
    vertical-align: middle;
    margin-right: 8px;
    background-color: transparent;
    border-radius: 4px;
    border: 2px solid #fff;
}

.banner-details-field input[type=radio]:checked+label:before {
    content: "\2713";
    color: #f58634;
    background-color: transparent;
    font-size: 1.8em;
    text-align: center;
    padding: 2px;
    line-height: 0;
    transition: .3s font-size ease-in-out;
    -webkit-transition: .3s font-size ease-in-out;
    -moz-transition: .3s font-size ease-in-out;
    -ms-transition: .3s font-size ease-in-out;
}

.banner-details-field .or-seperat {
    padding: 2px 4px;
    background: #fff;
    color: #000;
    margin: 5px 8px;
    border-radius: 4px;
    font-size: 12px;
}

.banner-details-field .radio-btn-section,
.banner-details-field .name-field-section,
.banner-details-field .start-button-section {
    display: inline-block;
    margin: 5px 15px;
}

.banner-details-field input[type=text] {
    background: transparent;
    border: 0;
    border-bottom: 2px solid #fff;
    transition: .5s border-color ease-in-out;
    -webkit-transition: .5s border-color ease-in-out;
    -moz-transition: .5s border-color ease-in-out;
    -ms-transition: .5s border-color ease-in-out;
    width: 100%;
    z-index: 11;
    position: relative;
}

.banner-details-field input[type=text]:focus {
    border-color: #f58634;
    outline: 0;
}

.name-field-section {
    max-width: 210px;
    width: 100%;
}

.banner-details-field input[type=text]::-webkit-input-placeholder {
    color: #fff;
}

.banner-details-field input[type=text]:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
}

.banner-details-field input[type=text]::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
}

.banner-details-field input[type=text]:-ms-input-placeholder {
    color: #fff;
}

#slider .slick-dots {
    bottom: 20px;
    text-align: right;
    padding: 10px;
    z-index: 100;
}

#slider.slick-slider .slick-dots li {
    display: inline-block;
    margin: 0 3px;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 12px;
    height: 12px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    border-radius: 50%;
    border: 2px solid #fff;
    margin: 0 auto;
}

.slick-dots li button:before {
    content: none;
}

.slick-dots li.slick-active button {
    background: #fff;
}

.cus-container {
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
}

.banner-carousel-section .service-item-img {
    padding: 10px 0;
}

.banner-carousel-section .service-item-img img {
    max-width: 60px;
    margin: 0 auto;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
}

.banner-carousel-section .item {
    padding: 0 5px;
}

.banner-carousel-section .service-item-name {
    font-size: 11px;
}

.banner-carousel-section .service-item-name a {
    color: #fff;
}

.banner-carousel .slick-arrow {
    font-size: 30px;
    color: #fff;
    width: auto;
    height: auto;
}

.banner-carousel .slick-arrow:hover {
    color: #000;
}

.banner-carousel .slick-arrow.slick-disabled {
    display: none !important;
}

.banner-carousel .slick-arrow:before {
    content: none;
}

.banner-carousel-section .item:hover .service-item-img img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
}

.banner-carousel-section .item:hover .service-item-name a {
    color: #000
}

.banner-carousel>.item {
    display: none;
}

.banner-carousel-section {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #abf1ff;
}

.container-custom {
    padding: 0 15px;
    margin: 0 auto;
    width: 96%;
}

.banner-after-bottom-bar {
    padding: 10px 0;
    background: #eaebeb;
}

.banner-bottom-carousel-section .item {
    padding: 0 5px;
}

.banner-bottom-carousel>.item {
    display: none;
}

.banner-bottom-carousel .slick-arrow {
    font-size: 30px;
    color: #000;
    width: auto;
    height: auto;
}

.banner-bottom-carousel .slick-arrow:hover {
    color: #000;
}

.banner-bottom-carousel .slick-arrow.slick-disabled {
    display: none !important;
}

.banner-bottom-carousel .slick-arrow:before {
    content: none;
}

.over-banner-boxes {
    text-align: center
}

.over-banner-boxes .box-over {
    max-width: 250px;
    background: rgba(220, 220, 220, .5);
    border: 1px solid rgba(255, 255, 255, .8);
    display: inline-block;
    margin: 20px;
}

.over-banner-boxes .box-over-title {
    font-size: 30px;
    margin-bottom: 2px;
    margin-top: 2px;
}

.over-banner-boxes .box-over-text {
    font-size: 14px;
    font-weight: 600;
}

.over-banner-boxes .box-over-btn a {
    padding: 4px 20px;
    background: #000;
    color: #fff;
    text-decoration: none;
    border-radius: 20px;
    font-weight: 600;
    display: inline-block;
    font-size: 14px;
    margin: 20px 0;
    border: 2px solid #fff;
}

.over-banner-boxes .box-left .box-over-btn a {
    background: #0f8bd3;
}

.over-banner-boxes .box-right .box-over-btn a {
    background: #09af4b;
}

.over-banner-boxes .box-over-btn a:hover {
    background: linear-gradient(to right, #0c77ac 0%, #098077 50%, #068f42 100%);
}

.over-banner-boxes {
    margin-top: 1.5em;
    padding-top: 1.5em;
}

.over-banner-content {
    padding-top: .5em;
}

.banner-bottom-text {
    position: absolute;
    z-index: 990;
    bottom: 0;
    color: #fff;
    padding: 15px 0;
    font-size: 14px;
    width: 100%;
}

.banner-bottom-text .hafa-text {
    font-style: italic;
    font-size: 16px;
    margin-bottom: 5px;
}

.forcast-area {
    font-size: 14px;
    padding: 8px 0;
}

.home_welcome {
        background: #f1f1f1;
	   padding: 40px 0px 40px;
}

.social h1 {
    color: #B877C1;
    font-size: 36px;
    margin-top: -5px;
}

.social p {
    color: #8e9092;
    font-size: 18px;
    line-height: 40px;
    margin-top: 12px;
}

.social input {
    margin: 0 auto
}

.socialicon a {
    margin-left: 5px;
}


/*Service section*/

.capability-services-title {
    text-align: center;
    margin-bottom: 30px;
}

.capability-services-title h2 {
    font-weight: 600;
    font-size: 36px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    color: #0b56a7;
}

.capability-services-title h2 span {
    position: relative
}

.capability-services-title h2 span:after {
    content: "";
    background: url(../images/curve-line1.png) no-repeat;
    background-size: 100%;
    width: 100%;
    height: 20px;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -20px;
}

.capability-services-title p {
    font-size: 20px;
}

.capability-services {
    overflow: hidden;
    padding: 30px 0 50px;
}

@media (min-width: 991px) {
    .capability-services {
        display: flex;
        height: 100%;
        flex-wrap: wrap;
    }
    .capability-services>div {
        display: flex;
    }
}

.capability-option {
    background-color: #fff;
    border: 3px solid #ccc;
    text-align: center;
    padding: 20px;
    position: relative;
    margin: 0 7px;
    padding-bottom: 40px;
}

.click-item {
    cursor: pointer;
}

.capability-option>img {
    padding: 20px 0px;
    padding-top: 0;
    max-height: 90px;
}

.capability-option h4 {
    color: #000;
    font-size: 24px;
    line-height: 1.3;
    margin-top: 0;
}

.green_box.capability-option h4 {
    color: #000;
}

.blue_box.capability-option h4 {
    color: #0b56a7;
}

.capability-option p {
    color: #000;
    font-size: 14px;
    padding-top: 10px;
}

.services-arrow-link {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.capability-overlay {
    position: relative;
    background-size: cover;
    text-align: center;
    padding: 20px 15px;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    border: 6px solid #13a84c;
    transition-property: all;
    transition-duration: 0.8s;
    transform-origin: top;
}

.capability-overlay-content>img {
    padding: 25px 0px;
    max-height: 110px;
}

.capability-overlay-content h4 {
    color: #fff !important;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.4;
    padding-top: 2px;
}

.capability-overlay-content p {
    color: #fff;
    margin-bottom: 0;
    padding-top: 10px;
}

.capability-overlay-content a {
    padding: 4px 20px;
    background: #0f8bd3;
    color: #fff;
    text-decoration: none;
    border-radius: 20px;
    font-weight: 600;
    display: inline-block;
    font-size: 14px;
    margin: 30px 0 0;
    border: 2px solid #fff;
}

.capability-overlay-content a:hover {
    background: transparent;
}

.capability-overlay::after {
    position: absolute;
    content: "";
    background-color: rgba(60, 190, 115, 0.8);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.capability-option .capability-overlay {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.capability-option:hover .capability-overlay {
    opacity: 1;
}

.services-section {
    padding: 3em 0;
}

.service_item_icon img {
    max-width: 100px;
}

.service_item_text h2 {
    margin-top: 0;
    font-weight: 700;
}

.service_item_text h2 a {
    color: #000;
}

.service_item_text h2 a:hover {
    color: #095290;
}

.service_item_text p {
    color: #85212b;
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.service_item_text a {
    color: #85212b
}

.service_item_text a:hover {
    color: #095290
}

.services_item {
    padding: 15px;
    padding-bottom: 30px;
}

.health-care-row .service_items {
    border: 2px solid #ccc
}

@media(min-width:992px) {
    .health-care-row .service_items:nth-child(1) {
        border-top: 0;
        border-left: 0
    }
    .health-care-row .service_items:nth-child(2) {
        border-top: 0;
        border-left: 0
    }
    .health-care-row .service_items:nth-child(3) {
        border-top: 0;
        border-right: 0;
        border-left: 0
    }
    .health-care-row .service_items:nth-child(4) {
        border-top: 0;
        border-left: 0;
        border-bottom: 0;
    }
    .health-care-row .service_items:nth-child(5) {
        border-top: 0;
        border-left: 0;
        border-bottom: 0;
    }
    .health-care-row .service_items:nth-child(6) {
        border-top: 0;
        border-right: 0;
        border-left: 0;
        border-bottom: 0;
    }
}

.health-care-services {
    padding: 3em 0;
}

.hsp_committed_title {
    font-size: 36px;
    color: #6f090c;
    margin-bottom: 30px;
}

.hsp_committed_title strong {
    color: #095190
}

.hasp_committed_section {
    background: #bfc0c2;
    /* Old browsers */
    background: -moz-linear-gradient(left, #bfc0c2 0%, #ffffff 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #bfc0c2 0%, #ffffff 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #bfc0c2 0%, #ffffff 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#bfc0c2', endColorstr='#ffffff', GradientType=1);
    /* IE6-9 */
}

.hsp_committed_area {
    background-image: url(../images/hsp_comitted_img.png);
    background-repeat: no-repeat;
    padding: 3em 0;
    background-size: auto 100%;
    background-position: right;
}

.hsp_committed_list_items ul li {
    padding: 10px 0;
    font-size: 24px;
    position: relative;
    padding-left: 5px;
}

.hsp_committed_list_items ul li:after {
    content: "";
    background: url(../images/red-right-hsp.png) no-repeat;
    background-size: 30px;
    position: absolute;
    left: -35px;
    width: 32px;
    height: 28px;
    top: 16px;
}

.hsp_committed_list_items ul li:nth-child(even):after {
    background: url(../images/blue-right-hsp.png) no-repeat;
    background-size: 30px;
    position: absolute;
    left: -35px;
    width: 32px;
    height: 28px;
    top: 16px;
}

.hsp_committed_list_items {
    display: inline-block;
}

.more_link_hsp {
    text-align: right;
}

.more_link_hsp a {
    font-size: 18px;
    font-weight: 800;
    color: #095190
}

.more_link_hsp a:hover {
    color: #6f090c
}

.hsp-numerous {
    padding: 4em 0;
}

.hsp-numerous-title {
    font-size: 32px;
    color: #333;
    margin-bottom: 30px;
    font-weight: 600;
}

.hsp-numerous-title strong {
    color: #801F2B;
}

.numerous_items {
    background: #ddd;
    color: #fff;
}

.item_img {
    width: 50px;
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
}

.item-content {
    width: calc(100% - 70px);
    display: inline-block;
    vertical-align: top;
    padding-left: 15px;
}

.numerous_items {
    background: #ddd;
    padding: 20px 15px;
    border-radius: 15px;
    font-size: 14px;
}

.numerous_items p {
    margin-top: 15px;
}

.items_title {
    font-size: 18px;
}

.dark-blue {
    background: #01476B
}

.mid-blue {
    background: #00599D
}

.light-blue {
    background: #006EC7
}

.hsp-numerous-section {
    padding-top: 20px;
}

.hsp_numerous_btn {
    margin-top: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
}


/*Service section*/


/*Start Footer Section*/

footer {
    background: #222;
    padding: 3em 0 1em;
    color: #fff;
    margin: 0px auto;
    display: block;
    width: 100%;
}

footer a {
    color: #fff;
}

.footer-logo img.img-responsive {
    width: 70%;
    display: block;
    text-align: center;
    margin: 0px auto;
    max-width: 300px;
}

.social-media-footer {
    padding: 40px 0 20px 0;
    text-align: center;
    font-size: 24px;
    line-height: 24px;
}

.social-media-footer a {
    padding: 8px 8px;
    display: inline-block;
    min-width: 40px;
}

.footer-text .footer-links {
    padding: 0 5px 10px 5px;
    width: 20%;
    float: left;
}

footer h5 {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 15px;
    margin-top: 0;
    font-weight: 700;
    border-bottom: 1px solid #333;
    padding-bottom: 5px;
}

footer ul {
    list-style: none;
    padding-left: 0;
}

footer .footer-links a {
    margin-bottom: 4px;
    display: block;
    font-size: 12px;
    line-height: 16px;
    padding-bottom: 4px;
}

footer .copyright {
    padding: 20px 0 0 0;
    text-align: center;
    border-top: 1px solid #333;
    margin-top: 10px;
}

.backlinks-footer {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
    margin-top: 10px;
}

footer .backlinks-footer li {
    display: inline-block;
    padding: 0;
    margin: 0;
}

.backlinks-footer a {
    padding: 0px 10px;
    margin: 0;
    border-right: solid 2px #fff;
    line-height: 10px;
    font-size: 12px;
    display: block;
}

.backlinks-footer li:last-child a {
    border: 0;
}


/*End Footer Section*/


/*Back To Top*/

#back-top {
    position: fixed;
    bottom: 20px;
    left: 20px;
    margin-left: 20px;
    z-index: 9999;
    _position: absolute;
    _top: expression(documentElement.scrollTop+body.scrollTop);
    _margin-top: 500px;
}

#back-top a,
#back-top-prev a {
    width: 50px;
    display: block;
    text-align: center;
    font: 11px/100% lato, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}

#back-top span#button {
    background-color: #CCCCCC;
}

#back-top span#button,
#back-top-prev span#button-prev {
    width: 50px;
    height: 50px;
    display: block;
    margin-bottom: 7px;
    background-color: #b877c1;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    border: 2px solid #fff;
}

#back-top:hover span#button {
    background: #000
}

i.fa.fa-angle-up {
    font-size: 44px;
    color: #fff;
    padding-top: 1px;
    margin-top: -3px;
}


/*End Back To top*/


/*Image Hover Effect*/

img {
    max-width: 100%;
}

figure {
    margin: 0;
    padding: 0;
    position: relative;
    display: block;
    cursor: pointer;
    overflow: hidden;
}

figure:hover figcaption {
    -webkit-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    -moz-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    -o-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    opacity: 1;
    bottom: 0;
}

figcaption {
    -webkit-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    -moz-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    -o-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    opacity: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 100%;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

figcaption h4 {
    font-family: 'Open sans';
    font-weight: 400;
    color: #fff;
    padding: 10px 20px;
    margin-bottom: 0;
    position: relative;
    left: 0;
    opacity: 0;
    top: 50%;
    margin-top: -30px;
    text-align: center;
    font-size: 30px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    -ms-transition-delay: .3s;
    transition-delay: .3s;
    transition: opacity .3s;
    transition-delay: .3s;
}

figure:hover h4 {
    left: 0;
    opacity: 1;
    transition all 2s;
}

figure figcaption::before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 1s;
    -moz-transition: opacity 0.35s, -moz-transform 1s;
    -ms-transition: opacity 0.35s, -ms-transform 1s;
    -o-transition: opacity 0.35s, -o-transform 1s;
    -webkit-transition: opacity 0.35s, -webkit-transform 1s;
    transition: opacity 0.35s, transform 1s;
}

figure figcaption::before {
    /*  border: 1px solid #fff;*/
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
}

figure:hover figcaption::before,
figure:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

figcaption a {
    color: #fff;
    border: 2px solid #fff;
    padding: 4px 10px;
    text-decoration: none;
}

figcaption a:hover {
    color: #fff;
}

figure img {
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

figure:hover img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    -moz-transform: scale3d(1.1, 1.1, 1);
    -ms-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}

.videoWrapper {
    margin: 0px;
    padding-bottom: 56.25%;
    z-index: -1;
}

.videoWrapper iframe {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 99;
    margin: 0px;
    padding: 0px;
}

.bannerarea {
    display: block;
}

.videobanner {
    display: none;
}


/*End Image Hover Effect*/

#cboxWrapper {
    background: transparent;
}

#cboxTopLeft,
#cboxTopRight,
#cboxBottomLeft,
#cboxBottomRight,
#cboxMiddleLeft,
#cboxMiddleRight,
#cboxTopCenter,
#cboxBottomCenter {
    visibility: hidden;
}

#cboxClose {
    top: 0;
}

#cboxLoadedContent {
    margin-top: 30px;
}

#cboxContent {
    border: 5px solid #ae1329;
    padding: 15px;
}

.image-source-link {
    color: #98C3D1;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    /* ideally, transition speed should match zoom duration */
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-figure figure img {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    transition: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
}

.mfp-figure figcaption {
    background: transparent;
}

.mfp-figure figure {
    cursor: auto;
}

.hover-view {
    background: #fff url(../images/bgimg.jpg) center center;
}

.hover-view .hover-mask,
.hover-view .content {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}

.hover-view img {
    display: block;
    position: relative;
    width: 100%;
}

.hover-view h3 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 21px;
    font-weight: 700;
    padding: 10px;
    background: rgba(78, 140, 217, 0.7);
    margin: 10px 0 40px 0;
}

.hover-view p {
    font-size: 12px;
    position: relative;
    color: #fff;
    padding: 10px 20px 20px;
    text-align: center;
}

.hover-view a.info {
    text-decoration: none;
    text-transform: uppercase;
    -webkit-box-shadow: 0 0 1px #000;
    -moz-box-shadow: 0 0 1px #000;
    box-shadow: 0 0 1px #000;
    border: 1px solid #fff;
    padding: 6px 12px;
    background: #4e8cd9;
    color: #fff;
    min-width: 150px;
    text-align: center;
    display: inline-block;
    -webkit-transition: all 0s ease-out;
    position: relative;
    -moz-transition: all 0s ease-out;
    -ms-transition: all 0s ease-out;
    transition: all 0s ease-out;
    -o-transition: all 0s ease-out;
}

.hover-view-first:hover a.info:hover {
    -webkit-box-shadow: 0 0 5px #000;
    -moz-box-shadow: 0 0 5px #000;
    box-shadow: 0 0 5px #000;
    background: transparent;
    -webkit-transition: all 0s ease-out;
    transition: all 0s ease-out;
    position: relative;
    -moz-transition: all 0s ease-out;
    -ms-transition: all 0s ease-out;
    -o-transition: all 0s ease-out;
}

.hover-view-first img {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.hover-view-first .hover-mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hover-view-first h3 {
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.hover-view-first p {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.hover-view-first:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.hover-view-first a.info {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.hover-view-first:hover .hover-mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.hover-view-first:hover h3,
.hover-view-first:hover p,
.hover-view-first:hover a.info {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.hover-view-first:hover p {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.hover-view-first:hover a.info {}

.fig-caption {
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    width: 100%;
}

#testim .slick-arrow:before {
    content: none;
}

#testim .slick-arrow {
    width: 25px;
    height: 55px;
}

@media(min-width:991px) {
    /* ---------------- For sticky header: class="float-panel"  ------------------*/
    .not-sticking {
        transform: translateZ(0);
        transition: all 0.5s;
        /* Effect for switching from .fixed to static */
    }
    /* when class="float-panel fixed" */
    .sticking {
        animation: slide-down 0.7s;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
        background: #fff;
    }
    @keyframes slide-down {
        0% {
            transform: translateY(-300px);
        }
        100% {
            transform: translateY(0);
        }
    }
    /*-------- Generic styles for the page ------------------*/
    .stic.sticking .head-menu {
        padding: 0;
        background: #fff;
    }
    /*.inner-page-header.stic.sticking .head-menu{ background: #fff;}*/
    .stic.sticking .top-bar-header {
        display: none !important;
    }
    .stic.sticking .logopart img {
        width: 160px;
        padding: 5px 0;
        margin-top: 0
    }
    .stic.sticking .logopart span {
        font-size: 18px;
    }
    .stic.sticking .menuicon .mobrowleft {
        margin-top: 16px;
    }
}

.mfp-bg1 {
    background-color: rgba(34, 49, 82, 0.8);
}

.my-mfp-slide-bottom.mfp-wrap .mfp-content {
    /* at start */
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.my-mfp-slide-bottom.mfp-wrap.mfp-ready .mfp-content {
    /* animate it */
    opacity: 1;
}

.my-mfp-slide-bottom.mfp-wrap.mfp-removing .mfp-content {
    /* animate out */
    opacity: 0;
}

.mfp-wrap {
    z-index: 99999;
}

.mfp-content {
    vertical-align: top;
    top: 10%;
}

.mfp-close-btn-in .mfp-close {
    color: #fff;
    font-size: 44px;
    border: 2px solid #fff;
    border-radius: 30px;
    top: -50px;
    right: 2%;
}

.inline-popup {
    position: relative;
    width: auto;
    max-width: 90%;
    margin: 20px auto;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    background-color: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 30px;
}

.open-panel .selected:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    margin: 0 auto;
    border-bottom: 25px solid #223152;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -65px;
}

.form-control {
    display: block;
    height: auto;
    min-height: 42px;
    border-radius: 3px;
    border: 1px solid #999;
    box-shadow: none !important;
}

textarea.form-control {
    min-height: 100px;
}

.form-control:focus {
    border-color: #b877c1
}


/* Testimonial Css */

#testim {
    margin: 0 30px;
    color: #fff;
}

.tetimonial_wrapper {
    padding: 60px 0;
    background: #b877c1;
}

.testimional-text {
    font-size: 32px;
}

.testimional-author {
    font-size: 16px;
    margin-top: 15px;
}

.tetimonial_wrapper .slick-disabled {
    display: none!important;
}

.rating_wrapper {
    text-align: center;
    color: #0b56a7;
    font-size: 30px;
}

.quote_wrapper {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    margin: 25px 0;
}

.author_name_wrapper {
    font-size: 15px;
    text-align: center;
    font-weight: 600;
}

.tetimonial_wrapper .slick-next {
    right: -65px;
}

.tetimonial_wrapper .slick-prev {
    left: -65px;
}

.tetimonial_wrapper .slick-prev:before,
.tetimonial_wrapper .slick-next:before {
    color: #a8a8a8;
    font-size: 30px;
}

.green-gredient-title {
    background: rgb(14, 141, 198);
    background: -moz-linear-gradient(left, rgba(14, 141, 198, 1) 0%, rgba(10, 157, 141, 1) 50%, rgba(7, 172, 87, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(14, 141, 198, 1) 0%, rgba(10, 157, 141, 1) 50%, rgba(7, 172, 87, 1) 100%);
    background: linear-gradient(to right, rgba(14, 141, 198, 1) 0%, rgba(10, 157, 141, 1) 50%, rgba(7, 172, 87, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0e8dc6', endColorstr='#07ac57', GradientType=1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.celebrate_year_text {
    padding: 40px 0;
    background: #fff;
}

.twelyear-img {
    margin-bottom: 15px;
}

.year-celebrate h2 {
    color: #d8060e;
    margin-top: 0;
}

.green-gredient-title h2 {
    line-height: 1.5;
    font-size: 34px;
    font-weight: 600;
    margin-top: 0;
}

.services_carousel .slick-arrow:before {
    content: none;
}

.services_carousel .slick-arrow {
    width: 40px;
    height: 40px;
}

.services_carousel .slick-arrow.slick-next {
    right: -45px;
}

.services_carousel .slick-arrow.slick-prev {
    left: -45px;
}

.why-should-bar {
    padding: 15px 0;
    text-align: center;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#bcdcc9+0,bfd0df+100 */
    background: rgb(188, 220, 201);
    /* Old browsers */
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#6f080b+0,085291+100 */
    background: #6f080b;
    /* Old browsers */
    background: -moz-linear-gradient(left, #6f080b 0%, #085291 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #6f080b 0%, #085291 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #6f080b 0%, #085291 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#6f080b', endColorstr='#085291', GradientType=1);
    /* IE6-9 */
}

.why-should-text {
    display: inline-block;
    color: #fff;
}

.why-should-bar .why-should-text {
    display: inline-block;
    padding-right: 22px;
    margin: 10px 0;
    color: #fff;
    font-size: 20px;
}

.why-should-bar ul {
    display: inline-block;
    color: #fff;
    padding-left: 0;
    margin-bottom: 0;
}

.why-should-bar ul li {
    display: inline-block;
    padding: 0 10px;
}

.why-should-bar ul li a {
    padding: 5px 15px;
    border: 2px solid #fff;
    border-radius: 10px;
    color: #fff;
    font-size: 20px;
}

.why-should-bar ul li a:hover {
    background: #000;
    color: #fff;
}


/* Call to action Box Css */


/*Partners Logo*/

.affinity_partner_section {
    padding: 3em 0 5em;
}

.affinity_section {
    max-width: 940px;
    margin: 0 auto;
    padding-top: 20px;
}

.affinity-title {
    text-align: center;
    font-weight: 600;
    font-size: 32px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    color: #0b56a7;
}

.affinity_section .item {
    margin: 0 10px;
}

.affinity_section .slick-arrow {
    width: 40px;
    height: inherit
}

.affinity_section .slick-arrow:before {
    content: none;
}

.affinity_section .slick-arrow.slick-prev {
    left: -50px;
}

.affinity_section .slick-arrow.slick-next {
    right: -50px;
}

.affinity_section .item img {
    width: 100%;
}

.affinity_slider .slick-track {
    display: flex;
}

.affinity_section .item {
    display: inline-flex;
    display: -webkit-inline-flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    justify-content: center;
    align-items: center;
    display: -moz-inline-flex;
    -moz-justify-content: center;
    -moz-align-items: center;
    height: auto;
}

.affinity_slider>.item {
    display: none;
}

.affinity_slider .slick-slide img {}


/*Partners logo*/

.contact_wrapper {
    position: relative;
    width: 100%;
    background: url('../images/contact.png');
    background-attachment: scroll;
    background-size: auto auto;
    float: none;
    background-size: cover;
    background-attachment: fixed;
}

.contact_wrapper .green-gredient-title h2 {
    font-size: 55px;
    font-weight: 600;
}

.contact_overlay .content p {
    color: #fff;
    padding: 30px;
    width: 100%;
    margin: 0 auto;
    font-size: 20px;
}

.contact_overlay {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    padding: 100px 0;
    background: rgba(0, 0, 0, 0.60)
}

.contact_overlay .content {
    max-width: 1170px;
    display: table;
    margin: 0 auto;
    width: 100%;
}


/*.contact_overlay .content h3{
     font-weight: 500;
     font-size: 55px;
     color: #ffffff;
     margin-bottom: 40px;
}*/

.contact_overlay .content input[type="button"] {
    display: table;
    padding: 4px 30px 5px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    border-radius: 30px;
    font-size: 20px;
    background: linear-gradient(to right, #0e8dc6 0%, #0a9d8d 50%, #07ac57 100%);
    border: none;
    margin: 30px auto;
    text-transform: uppercase;
}

.contact_overlay .content input[type="button"]:hover,
.contact_overlay .content input[type="button"]:focus {
    background: linear-gradient(to right, #0c77ac 0%, #098077 50%, #068f42 100%);
}

.image_wrapper_contact {
    width: 100%;
}

.why-should-bar.contact_border {
    padding: 5px 0;
}


/* Call to action Box Css */


/*Questions section*/

.questions-area {
    background: #01476B;
    position: relative;
    padding: 40px 0px;
}

.questions-area:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 60px solid transparent;
    border-bottom: 60px solid transparent;
    border-left: 60px solid #01476B;
    position: absolute;
    left: 50%;
    z-index: 99;
    top: 50%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
}

.questions-area:after {
    content: "";
    position: absolute;
    right: 0;
    width: 50%;
    background: #00599D;
    height: 100%;
    top: 0;
}

.questions-slider {
    position: relative;
    z-index: 100;
}

.questions-slider>.items {
    display: none;
}

.questions-slider>.items:first-child {
    display: block;
}

.for-question-title {
    text-align: center;
}

.for-question-title .title-box {
    color: #fff;
    font-weight: 800;
    font-size: 24px;
    display: inline-block;
    padding: 5px 15px;
    border: 2px solid #fff;
    position: relative;
    min-width: 250px;
}

.left-item .title-box:before {
    content: "";
    top: 100%;
    left: 18px;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-left: 0px solid transparent;
    border-right: 41px solid transparent;
    border-top: 28px solid #fff;
    box-shadow: 0px 0px 0px 0px #fff;
}

.left-item .title-box:after {
    content: "";
    top: 100%;
    left: 20px;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-left: 0px solid transparent;
    border-right: 35px solid transparent;
    border-top: 25px solid #01476B;
    margin-top: -1px;
}

.right-item .title-box:before {
    content: "";
    top: 100%;
    right: 18px;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right: 0px solid transparent;
    border-left: 41px solid transparent;
    border-top: 28px solid #fff;
    box-shadow: 0px 0px 0px 0px #fff;
}

.right-item .title-box:after {
    content: "";
    top: 100%;
    right: 20px;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right: 0px solid transparent;
    border-left: 35px solid transparent;
    border-top: 25px solid #00599D;
    margin-top: -1px;
}

.question-text {
    max-width: 350px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    margin-top: 60px;
    font-size: 18px;
}

.question-person {
    margin-top: 20px;
    font-size: 14px;
}

.questions-area .slick-next {
    right: 60px;
}

.questions-area .slick-prev,
.questions-area .slick-next {
    width: 36px;
    height: auto;
    z-index: 9;
}

.questions-area .slick-arrow.slick-disabled {
    display: none !important
}

.questions-area .slick-arrow {
    padding: 8px;
}

.questions-area .slick-prev {
    left: 60px;
}

.questions-area .slick-prev:before,
.questions-area .slick-next:before {
    content: none;
}

.question-teaser-bottom {
    padding: 40px 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#bcdcc9+0,bfd0df+100 */
    background: #858688;
}

.question-buttons {
    text-align: center;
}

.question-buttons p {
    margin-bottom: 0;
}

.question-buttons a {
    display: inline-block;
    padding: 8px 12px;
    background: #00599D;
    color: #fff;
    margin: 0 3px;
    min-width: 150px;
}

.question-buttons a:hover {
    background: #01476b;
}

.question-buttons a.light-blue {
    display: inline-block;
    padding: 8px 20px;
    background: #730504;
    color: #fff;
}

.question-buttons a.light-blue:hover {
    background: #5a0005;
}


/*Questions section*/

.sr-only-clip {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    padding: 0 !important;
    border: 0! important;
    white-space: nowrap !important;
    clip: rect(1px 1px 1px 1px) !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    clip-path: inset(50%) !important;
}

.header_top_bg {
    position: relative;
    z-index: 20;
    background: #ddd;
}

.content-panel-area {
    position: static;
    color: #fff;
}

.content-box {
    padding: 20px;
}

#accessibility ul {
    padding: 0px !important;
}

#accessibility ul li {
    display: block;
    float: left;
    width: 20%;
    text-align: center;
    list-style: none;
    padding: 0px;
}

#accessibility ul li a {
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    color: #000;
}

#accessibility ul li a:hover {
    color: #9a1f2a;
}

#accessibility ul li.close-content-box {
    width: 2%;
}

.close-content-box {
    position: absolute;
    right: 15px;
    top: 5px;
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
    padding: 5px;
}

footer {
    width: 100%;
    float: left;
    background: #BEBFC1;
    padding: 40px 0;
}

.copyright_wrapper {
    text-align: center;
    color: #000;
    font-size: 12px;
}

.copyright_wrapper .content a {
    color: #000;
    display: inline-block;
    padding: 0 12px;
    position: relative;
    border-left: 1px solid #000;
    line-height: 10px;
}

.copyright_wrapper .content li:first-child {
    margin-left: 15px;
}

.copyright_wrapper .content a:hover,
.copyright_wrapper .content a:focus {
    text-decoration: none;
    color: #730504;
    ;
}

.copyright_wrapper .content img {
    display: table;
    margin: 0 auto;
    margin-top: 40px;
}

.copyright_wrapper .content ul {
    display: inline-block;
    margin-bottom: 0;
}

.copyright_wrapper .content ul li {
    padding-left: 0;
    padding-right: 0;
}


/* Footer Design Ends Here */


/* Inner Page Design **/

.page_title_wrapper {
    padding: 15px 0;
    background: rgb(14, 141, 198);
    background: -moz-linear-gradient(left, rgba(14, 141, 198, 1) 0%, rgba(10, 157, 141, 1) 50%, rgba(7, 172, 87, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(14, 141, 198, 1) 0%, rgba(10, 157, 141, 1) 50%, rgba(7, 172, 87, 1) 100%);
    background: linear-gradient(to right, rgba(14, 141, 198, 1) 0%, rgba(10, 157, 141, 1) 50%, rgba(7, 172, 87, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0e8dc6', endColorstr='#07ac57', GradientType=1);
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 600;
    color: #ffffff;
}

.content_wrapper_inner {
    float: left;
    width: 100%;
    padding: 40px 0;
}

.content_wrapper_inner .content input[type="button"] {
    display: block;
    padding: 4px 30px 5px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    border-radius: 30px;
    font-size: 20px;
    background: linear-gradient(to right, #0e8dc6 0%, #0a9d8d 50%, #07ac57 100%);
    text-transform: uppercase;
}

.content_wrapper_inner .content input[type="button"]:hover,
.content_wrapper_inner .content input[type="button"]:focus {
    background: linear-gradient(to right, #0c77ac 0%, #098077 50%, #068f42 100%);
}

.content_wrapper_inner .content ul {
    list-style: initial;
}

.content_wrapper_inner .content ul,
.content_wrapper_inner .content ol {
    padding-left: 19px;
    margin-bottom: 20px;
}

.content_wrapper_inner .content input,
.content_wrapper_inner .content select {
    border-radius: 0;
    min-height: 40px;
    box-shadow: none;
    border: 1px solid #ddd;
}

.content_wrapper_inner .content input:focus,
.content_wrapper_inner .content select:focus {
    outline: none;
    border-bottom: 1px solid #06af4e;
}

.content_wrapper_inner .content textarea {
    border-radius: 0;
    box-shadow: none;
    resize: none;
    border: 1px solid #ddd;
}

.content_wrapper_inner .content textarea:focus {
    border-bottom: 1px solid #06af4e;
}

.content_wrapper_inner .content a {
    color: #0e8dc6;
}

.content_wrapper_inner .content a:hover,
.content_wrapper_inner .content a:focus {
    color: #07ac57;
    text-decoration: none;
}


/*Full width search*/

.full-width-search-wrapper {
    background: transparent;
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    text-align: center;
    top: 0;
    transform: scale(0.97);
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 100%;
    z-index: 99999;
}

.full-width-search-wrapper:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(14, 141, 198);
    background: -moz-linear-gradient(left, rgba(14, 141, 198, 1) 0%, rgba(10, 157, 141, 1) 50%, rgba(7, 172, 87, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(14, 141, 198, 1) 0%, rgba(10, 157, 141, 1) 50%, rgba(7, 172, 87, 1) 100%);
    background: linear-gradient(to right, rgba(14, 141, 198, 1) 0%, rgba(10, 157, 141, 1) 50%, rgba(7, 172, 87, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0e8dc6', endColorstr='#07ac57', GradientType=1);
    opacity: .75;
}

.full-width-search-wrapper.search-wrapper-show {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.full-width-search-form {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.full-width-search-form>input {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    font-size: 24px;
    border-bottom: 2px solid #fff;
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
    text-align: left;
    color: #fff;
    padding-right: 50px;
    transition: .5s border ease;
    -moz-transition: .5s border ease;
    -webkit-transition: .5s border ease;
    -o-transition: .5s border ease;
}

.full-width-search-form>input:focus {
    border-color: #ccc
}

.full-width-search-form>input::placeholder {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    opacity: 1;
}

.search-closer {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 100%;
    color: #0e8ccc;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    height: 40px;
    line-height: 38px;
    margin: 0;
    position: absolute;
    right: 30px;
    top: 30px;
    transition: all 0.3s ease-in-out 0s;
    width: 40px;
}

.search-closer:hover {
    background: #ffffff;
    color: #06af4e;
}

.full-width-search-form button {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    font-size: 26px;
    padding: 5px 10px;
    position: relative;
    right: 0px;
    top: -5px;
    position: absolute;
    transition: 0.3s;
    color: #ffffff;
}

.full-width-search-form button:hover {
    color: #ccc;
}

.testimonial_slider_wrapper>.testimonial-item {
    display: none;
}

.testimonial_slider_wrapper>.testimonial-item:first-child {
    display: block;
}

@media(max-width:767px) {
    .full-width-search-form>input::placeholder,
    .full-width-search-form>input {
        font-size: 16px;
    }
    .full-width-search-form button {
        font-size: 18px;
        top: -8px;
    }
}

@media(max-width:991px) {
    .body-stick {
        padding-top: 0 !important;
    }
    .mobile-top-head {
        display: block;
    }
    .desktop-top-head {
        display: none;
    }
    .staywell-advertisment {
        position: relative;
        margin-top: 15px;
        top: 0;
    }
    .adv-button {
        text-align: center;
        margin-top: 15px;
    }
    #blue-opacity {
        width: 100%;
        position: relative;
    }
    .interest-cat-item {
        display: inline-block;
        width: 100%;
    }
    .staywell-adv-item .col-md-8 {
        padding-right: 15px;
    }
    .staywell-found-title h2 span {
        margin-left: 0;
    }
    .content-panel-area {
        font-size: 14px;
    }
    .open-panel .selected::after {
        bottom: -30px;
    }
}

.preloader {
    position: fixed;
    z-index: 9999999999;
    background: rgba(0, 0, 0, 0.95);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    display: none;
}

.front .preloader {
    display: block;
}

.front .preloader .hidden {
    display: none;
}

.preloader img {
    width: 250px;
}


/* Banner Loader */

.spinner {
    margin: 50px;
    height: 40px;
    width: 40px;
    animation: rotate 0.8s infinite linear;
    border: 5px solid #fff;
    border-right-color: transparent;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: auto;
    margin-top: 0;
    margin-left: -20px;
    bottom: 0;
    margin-bottom: 0;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/* .loader_wrapper {
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background: #fafafa;
     z-index: 9999999;
     min-height: 548px;
}*/

.loader_wrapper {
    position: absolute;
    width: 300px;
    height: 160px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}


/*Loader Css Start*/

@charset "utf-8";

/*-- preloader --*/


/* loader wrapper */

#pre-loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999999;
}

.front #pre-loader-wrapper {
    display: block;
}

#pre-loader-wrapper img {
    width: 100px;
}

#pre-loader-wrapper .pre-loader-section {
    position: fixed;
    left: 0;
    height: 50%;
    width: 100%;
    background: #fff;
    z-index: 1000;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#085291+0,6f080b+100 */
    background: #B877C1;
}

#pre-loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 170px;
    height: 170px;
    margin: -85px 0 0 -85px;
    border-radius: 50%;
    text-align: center;
    line-height: 170px;
    /*border: 3px solid transparent;
    border-top-color: #fff;
    border-bottom-color: #fff;
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    -ms-animation: spin 2s linear infinite;
    -o-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;*/
    z-index: 9999;
}


/*#pre-loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #fff;
    border-bottom-color: #fff;
    -webkit-animation: spin 3s linear infinite;
    -moz-animation: spin 3s linear infinite;
    -ms-animation: spin 3s linear infinite;
    -o-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}*/

#pre-loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #fff;
    border-bottom-color: #fff;
    border-left-color: transparent;
    -webkit-animation: spin 1.5s linear infinite;
    -moz-animation: spin 1.5s linear infinite;
    -ms-animation: spin 1.5s linear infinite;
    -o-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

.pre-loaded #pre-loader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/* slide animation */

#pre-loader-wrapper .pre-loader-section.section-left {
    top: 0;
}

#pre-loader-wrapper .pre-loader-section.section-right {
    bottom: 0;
}

.pre-loaded #pre-loader-wrapper .pre-loader-section.section-left {
    -webkit-transform: translateY(-100%);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    /* IE 9 */
    -o-transform: translateY(-100%);
    /* transform: translateY(-100%); */
    /* Firefox 16+, IE 10+, Opera */
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -moz-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -ms-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -o-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.pre-loaded #pre-loader-wrapper .pre-loader-section.section-right {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -moz-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -ms-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -o-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.pre-loaded #pre-loader-wrapper {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    /* transform: translateX(-100%); */
    /* -webkit-transition: all 0.3s 1s ease-out; */
    -moz-transition: all 0.3s 1s ease-out;
    -ms-transition: all 0.3s 1s ease-out;
    -o-transition: all 0.3s 1s ease-out;
    transition: all 0.3s 1s ease-out;
}


/*Loader Css End*/

.inner-content-area {
    padding-top: 40px;
}

.inner-content-area h2 {
    color: #9a4da5!important
}

.inner-content-area h1 {
    color: #b877c1!important
}

.inner-content-area h3 {
    color: #F02137 !important
}

.inner-content-area h4 {
    color: #000!important;
}

.inner-content-area h5 {
    color: #9a4da5!important
}

.inner-content-area h6 {
    color: #b877c1!important
}

.video-slider {
    padding: 4em 0 4em;
    position: relative;
    z-index: 102;
    background: #f1f1f1;
}

.video-slider-section {
    position: relative;
}

.video-slider-section {
    max-width: 900px;
    margin: 0 auto;
}

.video-slider-section #carousel-left img {
    max-width: 40px;
}

.video-slider-section #carousel-left {
    left: -40px;
}

.video-slider-section #carousel-right img {
    max-width: 40px;
}

.video-slider-section #carousel-right {
    right: -40px;
}

.video-slider-section .play-icon-carousel {
    width: 70px;
    height: 70px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: url(../images/play_icon-wh.png);
    background-size: 100%;
    transform: translate(-50%, -50%);
    z-index: 99;
}

@media(max-width:420px) {
    .video-slider-section .play-icon-carousel {
        width: 60px;
        height: 60px;
        top: 40%;
    }
}

.carousel-image {
    border-width: 12px;
    border-color: #333;
}

.video-section-title {
    text-align: center;
    margin-bottom: 5px;
}

.video-section-title .video-title-subtext {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
}

.video-section-title .video-title-text {
    text-align: center;
    font-weight: 600;
    font-size: 32px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    color: #0b56a7;
}

.video-section-title .video-title-text span {}

.video-slider-section .project_info {
    position: absolute;
    bottom: 0;
    font-size: 18px;
    font-weight: 500;
    background: #333;
    width: 100%;
    padding: 8px 15px;
    text-align: center;
    color: #fff;
}

@media(min-width:992px) and (max-width:1280px) {
    .service_item_text h2 {
        font-size: 22px;
    }
    .hsp-numerous-section>.row {
        display: flex
    }
    .hsp-numerous-section>.row>.col-md-4 {
        display: inline-flex
    }
}

.mobile_link {
    display: none !important
}

@media(max-width:991px) {
    .mobile_link {
        display: block !important
    }
    .backtop {
        display: none !important
    }
    .capability-services {
        padding-bottom: 0
    }
    .affinity_partner_section {
        padding-bottom: 3em
    }
    .health-care-row .service_items {
        margin: 20px;
    }
    .hsp_committed_area {
        background-image: none !important;
    }
    .numerous_items {
        margin-bottom: 20px;
    }
    .hsp_numerous_btn {
        margin-top: 20px;
    }
    .hsp-numerous {
        padding-bottom: 2em
    }
}

@media(max-width:480px) {
    .copyright_wrapper .content a {
        border: 0;
    }
    .copyright_wrapper ul {
        padding-top: 10px;
    }
    .copyright_wrapper .content li {
        display: block;
        margin: 0 !important;
        padding-bottom: 10px;
    }
    .copyright_wrapper .content li:last-child {
        padding-bottom: 0;
    }
    .question-text {
        font-size: 16px;
    }
}

.slick-disabled {
    display: none !important
}

#footer {
    background-color: #ccc;
}

#copyrights {
    text-align: center;
    color: #c5c6c5;
    font-size: 12px;
    margin-top: 25px;
    margin-bottom: 4px;
}

#copyrights ul {
    margin: 0 0 10px;
    padding: 0;
    text-align: center;
}

#copyrights ul li {
    display: inline-block;
    color: #c5c6c5;
    border-right: solid 1px #606062;
    line-height: 12px;
    padding: 0 8px 0 5px;
}

#copyrights a {
    color: #606062;
    font-size: 11px;
}

#copyrights a:hover {
    color: #F02137;
}

#copyrights ul li.last {
    border: none;
}

.grey-bg {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #e6e7e8;
}

.module {
    position: relative;
}

.grid-container {
    padding: 0;
}

.grid-x {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.service-box {
    box-shadow: 0px 0px 12px 1px rgb(210, 214, 220);
}


/*-------------------------
 02 - Hover Effect css
-------------------------*/

.hover-info {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    opacity: 0;
    background-color: rgba(184, 119, 193, .75);
    transition: opacity .6s;
}

.hover-img,
.hover-bottom {
    position: relative;
    z-index: 2;
}

.service-box:after {
    content: '';
    background-color: rgba(184, 119, 193, .75);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    opacity: 0;
    transition: opacity .6s;
}

.hover-wrap:hover .hover-bottom p,
.hover-wrap:hover .hover-bottom a, 
#primary-content .hover-wrap:hover .hover-bottom p,
#primary-content .hover-wrap:hover .hover-bottom a {
    color: #fff;
}

.hover-wrap:hover .hover-bottom a:hover {
    color: #e1e8f0;
}
.service-box{position:relative}
.service-box:hover:after,
.hover-wrap:hover .hover-info {
    opacity: 1;
    cursor: pointer;
}


/*-------------------------
	Hover Effect Ends
-------------------------*/


/*-------------------------
	09 - Services CSS  
-------------------------*/

.service-img {
    position: relative;
}

.service-box img {
    display: block;
    width: 100%;
    height: auto;
}

.service-detail a {
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    border: 1px solid transparent;
    transition: background-color .25s ease-out, color .25s ease-out;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #F02137;
    color: #fefefe;
    margin-bottom: 0px;
    text-transform: uppercase;
    border-radius: 10px;
    padding: 10px 20px;
    font-weight: 600;
}

.service-detail a:hover {
    background: #000
}

.service-box {
    box-shadow: 0px 0px 12px 1px rgb(210, 214, 220);
    margin: 15px 0;    background: #fff;
}

.service-box .service-text {
 
    padding: 23px 15px;
}

.service-text h6, #primary-content .service-text h6 {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 600;
    color: #000;margin-top:5px;
}

.service-text h6 a {
    color: #000;
}

.service-text p, #primary-content .service-text p{
    margin-bottom: 6px;
    font-size: 15px;
    color: #666;
    margin-top: 15px;
}

.section-title {
    text-align: center;
    margin: 20px 0;
    padding-bottom: 5px;
}

.section-title h2 {
    color: #B877C1;
    font-size: 36px;
}

.section-title p {
    font-size: 18px;
    color: #777;
}

.button-more-services {
    margin: 30px 0 10px;
}

.button-more-services input {
    margin: 0 auto
}


/*-------------------------
	Services CSS  
-------------------------*/

#menu-panel {
    font-size: 0;
    padding-left: 0;text-align:center
}
.menu-section {
    text-align: left;
}
#menu-panel > li {
    display: inline-block;
    font-size: 15px;
    padding-left: 30px;
    padding-right: 30px;
    vertical-align: top;
    margin-bottom: 28px;
    margin-left: inherit;    text-align: left;
}
#menu-panel > li > a, #menu-panel > li .column-item .section-head {
    font-weight: 700;
    font-size: 18px;
    color: #000;
}
#menu-panel > li .column-item .section-head {
        padding: 4px 0;
    font-size: 18px;
    font-weight: 600;    padding-bottom: 10px;
}
#menu-panel ul {
    margin-top: 0px;
    padding-left: 0;
    margin-bottom: 20px;    padding-left: 25px;margin-top:-5px;
}
#menu-panel ul > li {
        list-style: disc;
    padding: 4px 0;font-size:18px;
    margin-left: inherit;
}
#menu-panel > li a, #menu-panel ul > li > a {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    text-decoration: none !important;
}
#menu-panel ul > li > a {
    font-size: 13px;
    color: #000;
}

.all_services_section {
    padding: 50px 0;    border-bottom: 1px solid #b877c1;
}
#block-block-3{ text-align:left;}
#block-block-3 .content{ font-size:42px;}
#block-block-3 .content{ font-size:42px;}
#block-block-3 .content span{ font-size:42px;}
#block-block-3 .content .little-small{ font-size:28px;}

#block-block-14{ margin-top:15px;}
#block-block-14 .content a{color: #FFFFFF;position: relative;display: inline-block;}
#block-block-14 .content a:hover{ color:#000000;}
#block-block-14 .content ul{font-size: 14px; text-align:right;}
#block-block-14 .content ul li{color: #fff;line-height: 13px;padding: 0 20px;border-right: 1px solid;    vertical-align: middle;}
#block-block-14 .content ul li:last-child{ border:none; padding-right:0px;}
#block-block-14 i{ font-size:18px;}

.fluidMedia {
    position: relative;
    padding-bottom: 90.25%;
    padding-top: 30px;
    height: 0;
}
.fluidMedia iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media(max-width:1150px) and (min-width:991px){
#cssmenu > ul > li > a{padding: 20px 4px;}
#cssmenu > ul > li{margin: 0 0px}
}


.site-map-menu .first .glyphicon-home:before{ content:"";} 
.site-map-menu .first .glyphicon-home{ font-family:inherit;}

@media(min-width:1201px) and (max-width:1350px){
    
    #block-block-14 .content ul li {padding: 0 10px;}
    #cssmenu>ul>li>a {font-size: 14px;}
    #cssmenu>ul>li {margin: 0 5px;}
}