.offcanvas-menu .sp-megamenu-parent {
    float: none;
}
.sticky-wrapper.is-sticky .sp-megamenu-wrapper {
    margin-top:0!important;
}
.sticky-wrapper.is-sticky ul.sp-megamenu-parent {
    margin: 0;
}

#sp-menu .sp-megamenu-wrapper {
    margin-top:45px;
}

.sp-megamenu-parent >li {
    display: inline-block;
    position: relative;
    padding: 0px 25px;
}

.sticky-wrapper.is-sticky ul.sp-megamenu-parent > li {
    padding: 0 25px;
}

.sp-megamenu-parent >li a i {
    margin-right: 5px;
}

.sp-megamenu-parent > li > a,
.wpmm-mega-wrapper > li > a {
    display: inline-block;
    padding: 0 0px;
    line-height: 53px;
    font-size: 14px;
    color: #888;
    position: relative;
    border-bottom: 3px solid transparent;
}

ul.sp-megamenu-parent > li.menu-item-has-children > a:after,
.wpmm-mega-wrapper li.menu-item-has-children > a:after {
    content: "";
    height: 1px;
    width: 12px;
    position: absolute;
    left: 50%;
    top: 75%;
    margin-left: -6px;
    background: #ddd;
}

.sp-megamenu-parent .sp-module {
    padding: 10px;
}

.sp-megamenu-parent .sp-mega-group {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sp-megamenu-parent .sp-mega-group .sp-mega-group-child {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sp-megamenu-parent ul.sub-menu,
.wpmm-mega-wrapper ul.sub-menu {
    margin: 0;
    position: absolute;
    z-index: 10;
    display: none;
    background: #fff;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
    padding: 20px 0;
    list-style: none;
    top: 100%;
    left: 0%;
    border-top: 4px solid #77be2d;
    min-width: 200px;
}

.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub .sp-dropdown-inner {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.sp-megamenu-parent ul.sub-menu li {
    display: block;
    padding: 0;
    position: relative;
}

.sp-megamenu-parent ul.sub-menu li >a,
.wpmm-mega-wrapper ul.sub-menu li >a {
    display: block;
    padding: 15px 20px;
    color: #888;
    cursor: pointer;
    line-height: 1.2;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a.sp-group-title,
.wpmm-mega-wrapper .sp-dropdown li.sp-menu-item >a.sp-group-title {
    text-transform: uppercase;
    font-weight: bold;
}

.sp-megamenu-parent ul.sub-menu li >a:hover,
.wpmm-mega-wrapper ul.sub-menu li >a:hover {
    color: #fff;
    background: #77be2d;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active>a:hover {
    color: #fff;
    background: #77be2d;
}

.wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li:hover {
    background: none;
}

.wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li:hover a {
    color: #77be2d;
}

.wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper ul.wp-mega-sub-menu > li a {
    font-size: 14px;
    color: #888;
}

.wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper ul.wp-mega-sub-menu > li a:hover {
    color: #77be2d;
}

.sp-megamenu-parent .sp-dropdown-mega >.row {
    margin-top: 30px;
}

.sp-megamenu-parent .sp-dropdown-mega >.row:first-child {
    margin-top: 0;
}

.sp-megamenu-parent >li.menu-item-has-children:hover >ul.sub-menu {
    display: block;
    top: 100%;
}

.sp-megamenu-parent >li.menu-item-has-children:hover >ul.sub-menu li.menu-item-has-children:hover >ul.sub-menu {
    display: block;
    top: 0%;
    left: 100%;
}

.sp-megamenu-parent.menu-fade li.menu-item-has-children:hover >ul.sub-menu {
    -webkit-animation: spMenuFadeIn 400ms;
    animation: spMenuFadeIn 400ms;
}

.sp-megamenu-parent.menu-zoom li.menu-item-has-children:hover >ul.sub-menu {
    -webkit-animation: spMenuZoom 400ms;
    animation: spMenuZoom 400ms;
}

.sp-megamenu-parent.menu-fade-up li.menu-item-has-children:hover >ul.sub-menu {
    -webkit-animation: spMenuFadeInUp 400ms;
    animation: spMenuFadeInUp 400ms;
}

#offcanvas-toggler {
    float: right;
    line-height: 50px;
}

#offcanvas-toggler >i {
    display: inline-block;
    padding: 0 0 0 10px;
    font-size: 15px;
    background: transparent;
    border-radius: 3px;
    cursor: pointer;
    -webkit-transition: color 400ms, background-color 400ms;
    -o-transition: color 400ms, background-color 400ms;
    transition: color 400ms, background-color 400ms;
    line-height: inherit;
}

#offcanvas-toggler >i:hover {
    color: #fff;
}

.close-offcanvas {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1;
    color: #888;
    border: 2px solid #eee;
    border-radius: 100%;
    width: 22px;
    height: 22px;
    line-height: 18px;
    text-align: center;
    font-size: 12px;
}

.close-offcanvas:hover {
    background: #888;
    color: #fff;
}

.offcanvas-menu {
    width: 280px;
    height: 100%;
    background: #fff;
    color: #999;
    position: fixed;
    top: 0;
    opacity: 0;
    z-index: 9999;
    overflow-y: scroll;
    visibility: hidden;
    /* display: none; */
}

.offcanvas-menu .offcanvas-inner {
    padding: 20px;
}

.offcanvas-menu .offcanvas-inner .sp-module {
    margin-top: 20px;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li {
    border: none;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li a {
    border-bottom: 1px dotted #e8e8e8;
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    padding: 4px 20px;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li a:hover {
    background: #f5f5f5;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li >a:before {
    display: none;
}

.offcanvas-menu .offcanvas-inner .sp-module:first-child {
    margin-top: 0;
}

.offcanvas-menu .offcanvas-inner .sp-module .sp-module-content > ul {
    margin: 0 -20px;
}

.offcanvas-menu .offcanvas-inner .search {
    margin-top: 25px;
}

.offcanvas-menu .offcanvas-inner .search input {
    width: 100%;
    border-radius: 0;
    border: 1px solid #eee;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.ltr .offcanvas-menu {
    -webkit-transition: opacity 400ms cubic-bezier(0.7, 0, 0.3, 1), right 400ms cubic-bezier(0.7, 0, 0.3, 1);
    transition: opacity 400ms cubic-bezier(0.7, 0, 0.3, 1), right 400ms cubic-bezier(0.7, 0, 0.3, 1);
}

.ltr .body-innerwrapper:after {
    right: 0;
}

.ltr .offcanvas-menu {
    right: -280px;
}

.ltr.offcanvas .offcanvas-menu {
    right: 0;
}

.body-innerwrapper:after {
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    background: rgba(0, 0, 0, 0.8);
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    z-index: 999;
}

.offcanvas {
    width: 100%;
    height: 100%;
    position: relative;
}

.offcanvas .body-innerwrapper:after {
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.offcanvas .offcanvas-menu {
    opacity: 1;
    visibility: visible;
    display: block;
}

.offcanvas .offcanvas-menu ul.nav-child li {
    padding-left: 10px;
}

.sticky-wrapper.is-sticky div#wpmm-wrap-primary ul#wpmega-menu-primary > li > a.wp-mega-menu-link {
    padding: 0;
    line-height: 58px;
}

.sticky-wrapper.is-sticky a#offcanvas-toggler {
    line-height: 55px;
}

.menu .nav-child.small {
    font-size: inherit;
}


body.header_opacity_no #sp-header-sticky-wrapper {
    position: relative;
    z-index: 100;
}
#sp-header-sticky-wrapper {
    background-color: #081e34;
}
#sp-header {
    z-index: 1;
    position: relative;
    height: auto;
    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -ms-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
}

#sp-header #sp-top1 {
    width: 100%;
}
#sp-header #sp-top1 .container {
    position: relative;
}
#sp-header #sp-top1 .container .row {
    width: 85%;
    position: absolute;
    right: 15px;
    top: 0;
    z-index: 10;
}
#sp-top1 .sp-module {
    line-height: 30px;
    margin-top: 0px;
}
.con_tact {
    display: inline-block;
}

.inf_txt p {
    font-size: 12px;
    color: #888;
    line-height: 30px;
    padding-left: 20px;
    margin-bottom: 0;
}

.con_tact p,
.con_tact a {
    font-size: 14px;
    color: #888;
    padding: 0 5px;
    margin-bottom: 0;
}

.con_tact a:hover {
    text-decoration: none;
    color: #77be2d;
}

#sp-top-bar {
    padding: 8px 0;
}

.spt_top_bar .sp-column {
    text-align: right;
    display: inline-block;
}

#sp-top-bar .sp-module {
    display: inline-block;
    margin: 0 0 0 20px;
}

ul.social-icons {
    list-style: none;
    padding: 0;
    margin: -5px;
    display: inline-block;
}

ul.social-icons >li {
    display: inline-block;
    margin: 0px 7px;
}

ul.social-icons >li a {
    color: #999999;
}

ul.social-icons >li a i {
    line-height: 30px;
}

.sp-module-content .mod-languages ul.lang-inline {
    margin: 0;
    padding: 0;
}

.sp-module-content .mod-languages ul.lang-inline li {
    border: none;
    display: inline-block;
    margin: 0 5px 0 0;
}

.sp-module-content .mod-languages ul.lang-inline li a {
    padding: 0 !important;
}

.sp-module-content .mod-languages ul.lang-inline li >a:before {
    display: none;
}

.vc_separator.title_sep {
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

.vc_separator.title_sep.sec_title {
    font-size: 18px;
}

.sp-contact-info {
    float: right;
    list-style: none;
    padding: 0;
    margin: 0 -10px;
}

.sp-contact-info:before {
    content: "\f0d8";
    font-family: FontAwesome;
    font-size: 18px;
    position: absolute;
    top: -20px;
    left: 40px;
    display: block;
}

.sp-contact-info li {
    display: inline-block;
    margin: 0 10px;
    font-size: 90%;
}

.sp-contact-info li i {
    margin: 0 3px;
}

.wpb_gmaps_widget .wpb_map_wraper iframe {
    height: 450px;
}

body.admin-bar div#sp-header-sticky-wrapper.is-sticky header#sp-header {
    top: 32px !important;
}

body.dark_header .offcanvas-menu .sp-megamenu-parent > li > a {
        color:#666!important;
    }
    
    
#sp-header .logo {
    display: inline-block;
    height: 100px;
    display: table;
    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -ms-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
}

#sp-header .logo h1 {
    font-size: 24px;
    line-height: 1;
    margin: 0;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
}

#sp-header .logo h1.site_title {
    display: block;
    margin: 25px 0 0;
}

#sp-header .logo h3.site_desc {
    margin: 5px 0 0;
    color: #888;
    font-size: 15px;
    font-weight: 500;
}

#sp-header .logo p {
    margin: 5px 0 0;
}

#sp-header #sp-logo {
    position: relative;
}

#sp-header #sp-logo div.sp-contact-info {
    backface-visibility: hidden;
    border-radius: 0px;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
    display: block;
    font-size: 12px;
    margin-top: 10px;
    opacity: 0;
    padding: 20px 20px 22px;
    position: absolute;
    top: 100%;
    transition: all 0.15s ease-out 0.3s;
    visibility: hidden;
    width: 440px;
}

#sp-header #sp-logo div.sp-contact-info ul {
    list-style: none;
    text-align: center;
    padding: 0;
    margin: 0;
}

#sp-header #sp-logo div.sp-contact-info ul li {
    list-style: none;
    display: inline-block;
}

#sp-header #sp-logo div.sp-contact-info .sp-contact-address {
    text-align: center;
    padding: 5px 0;
}

#sp-header #sp-logo div.sp-contact-info .sp-contact-company-name {
    text-align: center;
    font-weight: bold;
    font-size: 15px;
}

#sp-header #sp-logo div.sp-contact-info .sp-contact-logo {
    text-align: center;
}

#sp-header #sp-logo div.sp-contact-info .sp-contact-logo img {
    display: inline-block;
}

#sp-header #sp-logo div.sp-contact-info .contact-social {
    padding-top: 15px;
}

#sp-header #sp-logo div.sp-contact-info .contact-social i {
    font-size: 16px;
}

#sp-header #sp-logo:hover div.sp-contact-info {
    margin-top: 10px;
    opacity: 1;
    transition-delay: 0s;
    visibility: visible;
        z-index: 1000;
}

#sp-header .sp-retina-logo {
    display: none;
}

.sticky-wrapper.is-sticky {
    position: relative;
    z-index: 999;
}

.sticky-wrapper.is-sticky #sp-header {
    height: 60px;
}

.sticky-wrapper.is-sticky #sp-header .logo {
    height: 60px;
}

.sticky-wrapper.is-sticky #sp-header .logo h1 img {
    height: 50px;
    margin-top: 5px;
}

.sticky-wrapper.is-sticky #sp-header #sp-menu {
    padding-top: 0;
}

.sticky-wrapper.is-sticky #sp-header #sp-menu .sp-megamenu-parent > li > a {
    line-height: 57px;
}

.sticky-wrapper.is-sticky #sp-header #sp-menu .sp-megamenu-parent > li.sp-has-child > a {
    line-height: 57px;
}

.sticky-wrapper.is-sticky #sp-header #sp-menu .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-dropdown-mega {
    padding-left: 0;
    padding-right: 0;
}

.sticky-wrapper.is-sticky #sp-header #sp-top1 {
    display: none;
}

#sp-top1 .sp-module,
#sp-top1 .social-icons {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 15px;
    margin-right: 0;
    vertical-align: top;
        line-height: 30px;
}

#sp-top1 .sp-module #btl-panel-login,
#sp-top1 .sp-module #btl-panel-registration,
#sp-top1 .social-icons #btl-panel-login,
#sp-top1 .social-icons #btl-panel-registration {
    background: none !important;
    color: #999 !important;
    box-shadow: none;
    margin: 0 0px 0 0px;
    padding: 0 10px;
}

#sp-top1 .sp-module #btl-panel-login:before,
#sp-top1 .social-icons #btl-panel-login:before {
    content: "\f1e8";
    font-family: FontAwesome;
    margin-right: 7px;
}

#sp-top1 .sp-module #btl-panel-registration:before,
#sp-top1 .social-icons #btl-panel-registration:before {
    content: "\f145";
    font-family: FontAwesome;
    margin-right: 7px;
}

#sp-top1 .sp-module {
    line-height: 30px;
    margin-top: 0px;
}

#sp-top1 .qcbutton {
    margin-top: 0px;
}

#sp-top1 .sp-module .chzn-container-single .chzn-single {
    background: none !important;
    border: none !important;
    box-shadow: none;
    padding-left: 20px;
}

#sp-top1 .sp-module .chzn-container-single .chzn-single:before {
    content: "\f0ac";
    position: absolute;
    top: 0;
    left: 0;
    font-family: FontAwesome;
}

#sp-top1 .sp-module .chzn-container-single .chzn-drop {
    border: none;
    margin-top: 10px;
    box-shadow: none;
}

#sp-top1 .sp-module .chzn-container.chzn-container-single.chzn-container-single-nosearch {
    width: auto !important;
}

.woo_cart {
    display: inline-block;
    position: relative;
}

.woo_cart > a {
    color: #888;
}

.woo_cart > a:hover {
    color: #76be2e;
}

.woo_cart .cart-icon {
    height: 28px;
    overflow: hidden;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.woo_cart .cart-icon span {
    padding: 0 0px 0 0px;
}

.woo_cart .cart-icon i {
    line-height: 28px;
    margin-right: 7px;
}

.woo_cart .cart_dropdown_main {
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 20px;
    right: 0;
    text-align: left;
    width: 250px;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.woo_cart:hover .cart_dropdown_main {
    opacity: 1;
    visibility: visible;
    top: 40px;
}

.woo_cart .cart_dropdown_main li a:before {
    display: none;
}

#sp-header .woo_cart .cart_dropdown_main li a.remove {
    position: absolute;
    right: 15px;
    padding: 0;
    text-align: center;
    font-size: 24px;
    line-height: 12px;
    font-weight: bold;
}

#sp-header .woo_cart .cart_dropdown_main li img {
    float: left;
    margin: 0 10px 0 0;
    width: 40px;
}

#sp-header .woo_cart .cart_dropdown_main li a {
    text-align: left;
    line-height: 1;
    padding-right: 10px;
}

#sp-header .woo_cart .cart_dropdown_main li span.quantity {
    display: block;
}

#sp-header .woo_cart .cart_dropdown_main li {
    text-align: left;
    padding: 0 0 15px;
    margin: 0 0 15px;
}

#sp-header .woo_cart .cart_dropdown_main li:last-child {
    padding: 0;
    margin: 0;
}

.woo_cart .cart_dropdown_main .total {
    padding: 12px 10px;
    line-height: 1;
    margin: 15px 0 0;
    text-align: center;
    font-size: 14px;
    border: 1px solid #ddd;
    border-width: 1px 0;
}

.woo_cart .cart_dropdown_main .buttons {
    margin: 0;
    line-height: 1;
}

.woo_cart .cart_dropdown_main .buttons a.button {
    line-height: 36px;
    width: 100%;
    text-align: center;
    display: block;
    margin-top: 15px;
    background: #77be2d;
    color: #fff;
}

.woo_cart .cart_dropdown_main .buttons a.button:hover {
    background: #5d9523;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
    #sp-header .sp-default-logo {
        display: none;
    }
    #sp-header .sp-retina-logo {
        display: block;
    }
}

#sp-title {
    min-height: 0;
}

.sp-page-title {
    padding: 30px 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: fixed;
    -moz-box-shadow: inset 0 -10px 5px -10px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 -10px 5px -10px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 -10px 5px -10px rgba(0, 0, 0, 0.3);
}

.sp-page-title h2 {
    text-transform: uppercase;
}

.sp-page-title .search {
    float: right;
    margin-top: -50px;
}

.sp-page-title .search input {
    box-shadow: none;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.breadcrumb_txt span {
    color: #fff;
    float: left;
    margin-right: 5px;
}

.sp-page-title .breadcrumb_txt {
    margin: 10px 0 0 0;
}

.sp-page-title li.seprator {
    padding: 0 5px;
}

.breadcrumb>li+li:before {
    display: none;
}

.sp-page-title h2,
.sp-page-title h3 {
    margin: 0;
    padding: 0;
    color: #fff;
}

.sp-page-title h2 {
    font-size: 24px;
    line-height: 1;
}

.sp-page-title h3 {
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    margin-top: 10px;
}

.sp-page-title .breadcrumb {
    background: none;
    padding: 0;
    margin: 10px 0 0 0;
}

.sp-page-title .breadcrumb >.active {
    color: rgba(255, 255, 255, 0.8);
}

.sp-page-title .breadcrumb >span,
.sp-page-title .breadcrumb >li,
.sp-page-title .breadcrumb >li+li:before,
.sp-page-title .breadcrumb >li>a {
    color: #fff;
}

.body-innerwrapper {
    overflow-x: hidden;
    -webkit-transition: margin-left 400ms cubic-bezier(0.7, 0, 0.3, 1);
    transition: margin-left 400ms cubic-bezier(0.7, 0, 0.3, 1);
}

.layout-boxed .body-innerwrapper {
    max-width: 1240px;
    margin: 30px auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
}



#sp-main-body {
    padding: 80px 0;
}

.com-sppagebuilder #sp-main-body,
.home.page #sp-main-body {
    padding: 0;
}

.sppb-addon-cta.hover_border_yes {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}

.sppb-addon-cta.hover_border_yes:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-color: #77be2d;
    border-style: solid;
    border-width: 0;
    -webkit-transition-property: border-width;
    transition-property: border-width;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.sppb-addon-cta.hover_border_yes:hover:before,
.sppb-addon-cta.hover_border_yes:focus:before,
.sppb-addon-cta.hover_border_yes:active:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    border-width: 4px;
}

.sppb-addon-cta .sppb-row {
    display: block;
    width: 100%;
    margin: 0;
}

.sppb-addon-cta .sppb-row > div {
    display: inline-block;
}

.sppb-addon-cta .sppb-btn {
    margin-left: 10px;
}

.sppb-addon-cta .sppb-cta-subtitle {
    margin-bottom: 0;
    line-height: 26px !important;
}

.sppb-addon-cta .sppb-btn-lg {
    margin-top: 30px;
}

.sppb-addon-image-content {
    position: relative;
}

.sppb-addon-image-content .sppb-image-holder {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    background-position: 50%;
    background-size: cover;
}

.sppb-addon-image-content.aligment-left .sppb-image-holder {
    left: 0;
}

.sppb-addon-image-content.aligment-left .sppb-content-holder {
    padding: 120px 0 120px 50px;
}

.sppb-addon-image-content.aligment-right .sppb-image-holder {
    right: 0;
}

.sppb-addon-image-content.aligment-right .sppb-content-holder {
    padding: 120px 50px 120px 0;
}

@media (max-width: 768px) {
    .sppb-addon-image-content .sppb-image-holder {
        position: inherit;
        width: 100% !important;
        height: 300px;
    }
}

.widget.sp-module {
    margin: 30px 0 0;
}

.sp-module:first-child {
    margin-top: 0;
}

.sp-module .sp-module-title {
    margin: 0 0 20px;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1;
}

.sp-module ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sp-module ul >li {
    display: block;
    border-bottom: 1px solid #e8e8e8;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.sp-module ul >li >a {
    display: block;
    padding: 5px 0;
    line-height: 36px;
    padding: 2px 0;
}

.sp-module ul >li >a:hover {
    background: none;
}

.zoom-social-icons-list {
    padding: 0;
}

.sp-module ul >li >a:before {
    font-family: 'FontAwesome';
    content: "\f105";
    margin-right: 8px;
}

.sp-module ul >li:last-child {
    border-bottom: none;
}

.sp-module .sp_social ul li {
    border: none;
    margin-right: 5px;
}

.sp-module .sp_social ul li a {
    border: none;
    padding: 8px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.sp-module .sp_social ul li a:before {
    display: none;
}

.sp-module .categories-module ul {
    margin: 0 10px;
}

.sp-module .latestnews >div {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #e8e8e8;
}

.sp-module .latestnews >div:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.sp-module .latestnews >div >a {
    display: block;
    font-weight: 400;
}

.sp-module .tagscloud {
    margin: -2px 0;
}

.sp-module .tagscloud .tag-name {
    display: inline-block;
    padding: 5px 10px;
    background: #808080;
    color: #fff;
    border-radius: 4px;
    margin: 2px 0;
}

.sp-module .tagscloud .tag-name span {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

.login img {
    display: inline-block;
    margin: 20px 0;
}

.login .checkbox input[type="checkbox"] {
    margin-top: 6px;
}

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

.search .btn-toolbar {
    margin-bottom: 20px;
}

.search .btn-toolbar span.icon-search {
    margin: 0;
}

.search .btn-toolbar button {
    color: #fff;
}

.search .phrases .phrases-box .controls label {
    display: inline-block;
    margin: 0 20px 20px;
}

.search .phrases .ordering-box {
    margin-bottom: 15px;
}

.search .only label {
    display: inline-block;
    margin: 0 20px 20px;
}

.search .search-results dt.result-title {
    margin-top: 40px;
}

.search .search-results dt,
.search .search-results dd {
    margin: 5px 0;
}

.filter-search .chzn-container-single .chzn-single {
    height: 34px;
    line-height: 34px;
}

.form-search .finder label {
    display: block;
}

.form-search .finder .input-medium {
    width: 60%;
    border-radius: 4px;
}

.finder .word input {
    display: inline-block;
}

.finder .search-results.list-striped li {
    padding: 20px 0;
}

.article-info {
    margin: 0 -8px 5px;
    line-height: 12px;
}

.article-info >dd {
    display: inline-block;
    font-size: 12px;
    color: #666;
    text-transform: uppercase;
    margin: 0 8px;
}

.article-info >dd >i {
    display: inline-block;
    margin-right: 3px;
}

article.item {
    margin-bottom: 50px;
}

.tags {
    margin-top: 20px;
}

.tags >span {
    text-transform: uppercase;
    letter-spacing: 2px;
}

.content_rating,
.content_rating + form {
    display: none;
}

.voting-symbol {
    unicode-bidi: bidi-override;
    direction: rtl;
    font-size: 14px;
    display: inline-block;
}

.voting-symbol span.star {
    font-family: "FontAwesome";
    font-weight: normal;
    font-style: normal;
    display: inline-block;
}

.voting-symbol span.star.active:before {
    content: "\f005";
}

.voting-symbol span.star:before {
    content: "\f006";
    padding-right: 5px;
}

.sp-rating span.star:hover:before,
.sp-rating span.star:hover ~ span.star:before {
    content: "\f005";
    cursor: pointer;
}

.post_rating {
    margin-bottom: 20px;
}

.post_rating .ajax-loader,
.post_rating .voting-result {
    display: none;
}

.post-format {
    position: absolute;
    top: 5px;
    left: -68px;
    display: block;
    width: 48px;
    height: 48px;
    font-size: 24px;
    line-height: 48px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
}

.sp-module ul > li {
    display: block;
    border-bottom: 1px solid #e8e8e8;
    -webkit-transition: 300ms;
    transition: 300ms;
}
.qcbutton .cd-signup.je_button {
    border-radius: 0;
    text-transform: uppercase;
    font-weight: bold;
    margin-left: 10px;
    padding: 0 15px;
    background: #76BE2E;
    color: #FFFFFF;
    height: 30px;
    line-height: 30px;
    text-shadow: none;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}
.sp-module ul > li > a {
    display: block;
    padding: 5px 0;
    line-height: 36px;
    padding: 2px 0;
}
#sp-header #sp-menu {
    width: 75%;
    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -ms-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
    position: static;
}
#sp-header #sp-logo {
    position: relative;
}
#sp-menu .sp-megamenu-wrapper {
    margin-top: 45px;
}
#offcanvas-toggler-search {
    line-height: 50px;
    float: right;
    cursor: pointer;
}
.sp-megamenu-parent {
    list-style: none;
    padding: 0;
    margin: 0px 0;
    z-index: 9;
    display: block;
    float: right;
    transition: 0.3s ease all;
}
.sp-megamenu-parent > li {
    display: inline-block;
    position: relative;
    padding: 0px 25px;
}
.sp-megamenu-parent > li > a, .wpmm-mega-wrapper > li > a {
    display: inline-block;
    padding: 0 0px;
    line-height: 53px;
    font-size: 14px;
    color: #888;
    position: relative;
    border-bottom: 3px solid transparent;
}   

.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
  margin-right: 10px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;

  line-break: auto;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, .2);

  line-break: auto;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, .25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}


.search-form input.search-query {
    width: 100%;
    border-radius: 0;
    border: 1px solid #eee;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.ie  .search-query{
height:40px;
}


.ie .hidden{
display:none;
}
.ie .caret {
    float: none !important;
}

.ie .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.ie .pull-right{
float:right !important;
}

.fade.in {
    opacity: 1;
}

.dropdown, .dropup {
    position: relative;
}
.btn, .sppb-btn {
    -webkit-transition: color 400ms, background-color 400ms, border-color 400ms;
    -o-transition: color 400ms, background-color 400ms, border-color 400ms;
    transition: color 400ms, background-color 400ms, border-color 400ms;
    border: inherit;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
    margin-bottom: 20px;
}
.dropdown-menu {
    font-size: 14px;
    text-align: left;
    list-style: none;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.open > .dropdown-menu {
    display: block;
}
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.ie .angle {
    display: inline;
    float: right !important;
    margin-top:0px;
}

.ie a{
text-decoration:none !important;  
}

.ie .sp-module ul > li > a::before{
content:"";
}

.ie .sp-module ul > li > a{
border-radius : 5px;
display:inline-block;
}

.ie .my-placeholder { color: #aaa; }

.ie #scrollzipPoint
    {display:none;}
    
.note {
    display: none;
}   
    
/*79581*/



#sp-top1 .sp-module #btl-panel-registration::before, #sp-top1 .social-icons #btl-panel-registration::before {
    content: "\f02d";
    font-family: FontAwesome;
    margin-right: 7px;
}
.offcanvas-menu-show .sp-module:last-child {
  margin-top: 75px !important;
}
body.besto_body.white_header #sp-header {
    background-color: #113d68 !important;
}

body{
                font-family: 'Open Sans', sans-serif !important;
                font-weight:400 !important;
                overflow-x:hidden;
            }
            
p, span{
    font-family: 'Open Sans', sans-serif !important;
    /*font-weight:400 !important;*/
}       

h1, h2, h3, h4, h5, h6 , p, span{
    font-family: 'Open Sans', sans-serif !important;
}               
        


#sp-top1 .sp-module #btl-panel-login, #sp-top1 .sp-module #btl-panel-registration, #sp-top1 .social-icons #btl-panel-login, #sp-top1 .social-icons #btl-panel-registration {
    color: #fff !important;
}
.btl-panel a {
    color: #ffcb05;
}
#sp-header a, .srch {
    color: #fff ;
}
.srch {
    color: #fff !important;
}

.support{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffedaa+0,ffcb05+99 */
background: #ffedaa !important; /* Old browsers */
background: -moz-linear-gradient(top, #ffedaa 0%, #ffcb05 99%) !important; /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ffedaa 0%,#ffcb05 99%) !important; /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ffedaa 0%,#ffcb05 99%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffedaa', endColorstr='#ffcb05',GradientType=0 ) !important; /* IE6-9 */
color: #113d68 !important;  
}

.bookn{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,dbdbdb+100 */
background: #ffffff !important; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #dbdbdb 100%) !important; /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ffffff 0%,#dbdbdb 100%) !important; /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ffffff 0%,#dbdbdb 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dbdbdb',GradientType=0 ) !important; /* IE6-9 */
color: #113d68 !important;  
}
.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li:hover > a {
    color: #77be2d;
    border-bottom: 3px solid #30b0da;
}
.gen{float:left;width:100%;}
.padzero{padding:0;}

.s-single{width:100%;float:left;padding:0; cursor:pointer;}
.s-holder {
    background-color: #1a4e80;
    border-radius: 8px;
    padding: 10px;
}
.gen.s-icon {
    text-align: center;
    font-size: 30px;
    color: #fff;
    margin-top: 20px;
}
.border {
    border: 1px solid #5391c8;
    float: left;
    border-radius: 6px;
}
.gen.s-txt.text-center {
    font-size: 11px;
    text-transform: uppercase;
    font-weight:bold;
    color: #fff;
    padding-bottom: 6px;
    font-family:'Open Sans';
}
.gen.s-holder:hover {
    padding: 0;
    border: 10px solid #5391c8;
    border-radius: 16px;
}
.s-icon img {
    text-align: center;
    width: 30px !important;
    display: block;
    margin: 10px auto;
    height: 30px;
}

.padding-top-40{
    padding-top:40px;
}

.padding-top-20{padding-top:20px;}

.padding-bottom-40{padding-bottom:40px;}

.f-bold{font-weight:bold;}

.f-uppercase{text-transform:uppercase;}

.theme-color{color:#2a5cac;}

.singlesseven {
  margin-bottom: 50px;
  margin-top: 50px;
  padding-left: 15px;
  padding-right: 15px;
}

.background-white{
   /* background: #fff;*/
}

.company-section iframe{/*height:370px !important;*/}

.company-section .lvca-container .lvca-fourcol {
  display: block;
  float: left;
  margin-right: 0 !important;
  padding: 15px 0;
  width: 50%;
}

.pad-right-zero {
    padding-right: 0 !important;
}
.vc_row.service_area.style2 .lvca-service::after {
    content: "";
}
.vc_row.service_area .lvca-service {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  color: #888888;
  margin-bottom: 40px;
  padding: 15px 15px 0;
}
.vc_row.service_area.style2 .lvca-services .lvca-service .lvca-service-text {
    padding-left: 40px;
}
.vc_row.service_area.style2 .lvca-service .lvca-icon-wrapper span {
    width: 30px;
    height: 30px;
}
.vc_row.service_area .lvca-service:hover, .vc_row.feature_box .vc_column-inner > .wpb_wrapper:hover {
    /* background-color: #1a4e80;
    color: #ffffff;
    border-color: #1a4e80; */
}
h1 {
    font-size: 24px;
    color: #2a5cac;
}

.mr-4-4 {
  margin-bottom: 50px;
  margin-top: 50px;
}
.gen.mr-4-4.downld {
    background: #f4f2f2;
    padding: 15px;
    border: 1px solid #e9e9e9;
}
.left-txt {
    float: left;
    width: 79%;
    text-align: left;
}
.btns {
    background-color: #cf3138 !important;
    border: none !important;
    color: #fff !important;
    padding: 12px 35px;
    margin-right: 3%;
    cursor:pointer;
}

.btns:hover{
    background-color:#a90f16 !important;
}
.our-vm {
    background-color: #f1f1f1;
    padding-top: 20px;
    padding-bottom: 2px;
    text-align: left;
}
.ht {
  color: #686868 !important;
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0;
}
.our-vm .gen {
    margin: 10px 0;
}
.read-btn {
  background-color: #349cce !important;
  border: medium none !important;
  border-radius: 3px !important;
  color: #fff !important;
  font-size: 14px !important;
  padding: 12px 18px;
}
.read-btn:hover {
    background-color: #1679a8 !important;
}

.circle-section{background-color: #f1f1f1;padding-top: 20px;
    padding-bottom: 20px;}
    
    
.half{float:left;width:50%;text-align:left;}    
.testimonial .half-img {
    float: left;
    width: 32%;
    text-align: left;
    padding: 20px;
    padding-left: 0;
}

.half-text{
    float:left;width:68%;text-align:left;padding:20px;
    
}
.company-section {
    text-align: left;
}
.coloryellow{
    color:#ffcb05 !important;
}
.colorblue{
    color: #113d68 !important;
}

.colorred{
    color: #cf3138 !important;
}


.font-big {
    font-size: 35px !important;
    color: #fff;
}

.half-back {
    background-color: #113d68;
    padding: 14px 25px 25px;
}
.half-back-yellow{
    background-color: #ffcb05;
    padding: 14px 25px 25px;
}


/*slider*/

.owl-next {
  background-color: transparent !important;
  background-image: url("../img/next1.png") !important;
  background-size: 100% 100% !important;
  height: 35px;
  right: -5%;
  position: absolute;
  top: 75px;
  width:35px;
}

.owl-prev {
  background-color: transparent !important;
  background-image: url("../img/prev1.png") !important;
  background-size: 100% 100% !important;
  height: 35px;
  left: -5%;
  position: absolute;
  top: 75px;
  width: 35px;
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    display: none;
}
.testimonial {
    background-image :url("../img/testimonial-back.png");
}
.test-row {
    margin: 0 auto;
    width: 100%;
    background-image :url("img/testimonial-back.png");
}
.owl-carousel {
    display: block !important;
}
#demos .owl-carousel {
    margin: 6rem 0;
}
.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}
.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}
#demos .owl-carousel .item {
    height: auto;
    padding: 0;
}
.mrb{
    margin-bottom:10px;
}

.test-cap{
    text-transform:uppercase;
    font-size:24px;
}
.colorwhite{
    color:#fff;
}
.testimonial .social-icons {
    margin-top: 5px;
}
.testimonial ul.social-icons > li a {
 /*  background-color: #f1f1f1;
  border-radius: 2px;
  color: #666;
  font-size: 16px;
  line-height: 3px;
  padding: 0 5px !important; */
}
ul.social-icons > li {
  display: inline-block;
  margin: 0 0 0 5px !important;
}
.fb {
  width: 22px !important;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: block !important;
}


.home-b-head-color1{
    text-align:center;
    color:#fff;
    padding:15px;
}

.home-b-footer-color1{
    text-align:center;
    color:#fff;
    padding:15px;
}

.b-head-color1{
    background-color:#113d68;
    text-align:center;
    color:#fff;
    padding:15px;
}
.b-footer-color1{
    background-color:#349cce;
    text-align:center;
    color:#fff;
    padding:15px;
}

.b-bot {
  margin: 0 !important;
}

.b-bot .owl-dot {
  display: none !important;
}
.con-slider .item {
  float: left;
  width: 33.3333%;
}

.footer a {
  color: #e3e3e3;
}


.con-slider .item img {
  width: 100%;
}

.no-pad {
  padding: 0 !important;
}


.b-head-color2{
    background-color:#cf3138;
    text-align:center;
    color:#fff;
    padding:15px;
}
.b-footer-color2{
    background-color:#252525;
    text-align:center;
    color:#fff;
    padding:15px;
}

.b-head-color3{
    background-color:#349cce;
    text-align:center;
    color:#fff;
    padding:15px;
}
.b-footer-color3{
    background-color:#113d68;
    text-align:center;
    color:#fff;
    padding:15px;
}

.b-head-color4{
    background-color:#ffcb05;
    text-align:center;
    color:#fff;
    padding:15px;
}
.b-footer-color4{
    background-color:#cf3138;
    text-align:center;
    color:#fff;
    padding:15px;
}
.b-item{cursor:pointer;background-color:#eeeeee;}
.bt {
    padding: 10px;
    font-size: 14px;
    text-align: left;
}

.twtter-color{
    color :#349cce;
}
.tweet {
    float: left;
}
.tw .text-left {
  float: left;
  padding-left: 20px;
  width: 97%;
}
.tweet i {
    color: #349cce;
    font-size: 22px;
}

.footer {
  background: #113d68 none repeat scroll 0 0 !important;
  color: #e3e3e3;
  padding: 10px 0;
  text-align: left;
}
.f-font-head {
    font-size: 17px;
    font-weight: bold;
}

.f-font-head {
  color: #fff;
  font-size: 16px;
}
.f-social {
    list-style: none;
    margin: 0;
    padding: 0;
}
.f-social li {
    display: inline;
    padding: 5px 5px 5px 0;
}
.f-social i {
  color: #b9b4b4;
  font-size: 27px;
  margin: 0 2px;
}

.f-social i:hover {
    color: #349cce;
}

.form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    width: 70%;
}
.form-inline .form-control {
    display: inline-block;
    width: 96%;
    vertical-align: middle;
}

.backyellow{
    background-color: #ffcb05; 
    color: #113d68;
    }

.mtb{
    margin-top:10px;
    /* margin-bottom:10px; */
}
.lnk {
    list-style: none;
    margin: 0;
    padding: 0;
}
.lnk a {
    color: #e3e3e3;
}

.footer .lnk a {
  line-height: 24px;
}

.lnk a:Hover {
    color: #349cce;
}

.mrauto {
  margin: 10px auto;
}

.f-bod{
    height:2px;
    border-bottom:1px solid #f4f2f2;
}

.offcanvas-menu {
    width: 280px;
    height: 100%;
    background: #fff;
    color: #999;
    position: fixed;
    top: 0;
    opacity: 1;
    z-index: 99999 !important;
    overflow-y: scroll;
    visibility: visible;
    /* display: none; */
    right:0;
    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    margin-right: -280px;
}

.offcanvas-menu-show{
    margin-right: 0px;
}


.back-drop{
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#000;
    opacity:0.6;
    z-index:9999;
    display:none;
    
}

.main-slider {
    margin: 0 !important;
}
.gen.banner-bottom {
    margin-top: -10px;
}

.ban {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.ban .item img{
    width: 100%;
}
.ban .vc_column-inner {
    padding: 0;
}
#sp-header-sticky-wrapper {
    background-color: #081e34;
}
#sp-main-body {
    padding: 0px 0;
}

.qcbutton .cd-signup.je_button {
  font-size: 13px !important;
  height: 32px;
  line-height: 30px;
}

.btl-panel a {
    font-size: 13px;
}

.company-section .lvca-title > span {
  font-size: 15px;
}
.company-section .lvca-service-details {
  font-size: 13px !important;
}
.ext {
  line-height: 25px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.footer .mtb img {
  width: 110px;
}


@media only screen and (min-width: 64.0625em){
.large-12 {
    width: 100%;
}

}
@media only screen and (min-width: 64.0625em){
.large-12 {
    width: 100%;
}
.column, .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
}

}
/*slider*/


.lightgray{
    background-color: #f4f2f2;
    border:1px solid #e9e9e9;
}

.ab-con {
    position: relative;
    text-align: left;
    padding: 15px;
}

.ab-big-fnt {
    font-size: 16px;
    font-weight: bold;
    color: #666;
}
.ab-con img {
  left: -25px;
  position: absolute;
  top: 30px;
  width: 50px;
  display: inline-block;
  transform: perspective(1px) translateZ(0px);
  transition-duration: 0.3s;
  transition-property: transform;
  vertical-align: middle;
}
.ab-con:hover .ab-con img 
{
  transform: translateX(-5px);
}


.ab-con {
    position: relative;
    text-align: left;
    padding: 16px;
    padding-left: 30px;
    font-size: 13px;
}

.mrb2{
    margin-bottom:20px;
}

.web {
    background-color: #349cce;
    color: #fff;
    text-align: left;
    padding: 15px;
    font-size: 15px;
}

.view {
  background-color: #ffcb05 !important;
  border: 1px solid #ffcb05 !important;
  border-radius: 3px !important;
  color: #666 !important;
  font-size: 13px;
  font-weight: bold;
  height: 40px;
  margin-bottom: 15px;
  margin-top: 30px;
  padding: 7px 26px !important;
  width: 122px !important;
}
.expert .font-big {
    font-size: 20px !important;
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
}

.expert .col-sm-3.col-xs-12 {
  width: 26%;
}
.expert .col-sm-9.col-xs-12 {
  width: 73.5%;
}
.owl-prev {
 
  left: 0px!important;
   top: 50%;
    transform: translateY(-50%);
}

.owl-next {
  right: 0px!important;
  top: 50%;
    transform: translateY(-50%);
}

.basic div {
  font-size: 13px;
}
.slider2 {
    margin: 0 !important;
}
.extxt {
  background-color: #eeeeee;
  font-size: 13px;
  padding: 12px 12px 12px 10px;
  text-align: left;
}

.b-head {
  font-size: 16px;
}
.b-footer {
  font-size: 16px;
}
.ln {
  margin-top: 28px;
}

.colorg{
colr:#666;
}
.modal-border {
  border: 10px solid #ea3845;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.qcbutton li:hover{
cursor:pointer;
}

.support:hover{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00b7ea+0,009ec3+100;Blue+3D+%2315 */
background: #00b7ea !important; /* Old browsers */
background: -moz-linear-gradient(top,  #00b7ea 0%, #009ec3 100%) !important; /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #00b7ea 0%,#009ec3 100%) !important; /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #00b7ea 0%,#009ec3 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b7ea', endColorstr='#009ec3',GradientType=0 ) !important;  /* IE6-9 */
color:#fff !important;
}


.bookn:hover{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00b7ea+0,009ec3+100;Blue+3D+%2315 */
background: #00b7ea !important; /* Old browsers */
background: -moz-linear-gradient(top,  #00b7ea 0%, #009ec3 100%) !important; /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #00b7ea 0%,#009ec3 100%) !important; /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #00b7ea 0%,#009ec3 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b7ea', endColorstr='#009ec3',GradientType=0 ) !important; /* IE6-9 */
color:#fff !important;
}
body, button, input, select, textarea {
  font-size: 14px !important;
}

.footer .lnk a {
  line-height: 22px;
}
.footer {
  font-size: 13px;
}
.backyellow {
  height: 38px;
  width: 102px;
}
.form-inline .form-control {
  display: inline-block;
  height: 38px;
  vertical-align: middle;
  width: 98%;
}
.mtb {
  margin-top: 8px;
}
.f-social i {
  color: #b9b4b4;
  font-size: 29px;
  margin: 4px 2px;
}

.footer .ln {
  line-height: 32px;
}

.footer {
  padding: 40px 0 20px;
}
.footer .ln {
  line-height: 14px;
}
.f-font-head {
  color: #fff;
  font-size: 14px;
}
.twtter-color {
  color: #349cce;
  font-weight: 600;
}

.cust-logo{
  width: 11.333%;
}
.company-section p {
  font-size: 13px;
  margin-bottom: 0;
  text-align: justify;
}

@media (min-width:1200px){
.sp-megamenu-parent > li {
    padding: 0px 30px;
}
.gen.mr-4-4.downld {
  padding: 25px;
  padding-bottom: 8px
}
.mrtop {
  margin-top: 36px;
}
.ln {
  font-size: 13px;
  margin-top: 32px;
}
.seven-slider .owl-prev, .seven-slider .owl-next {
  display: none !important;
}
.seven-slider .owl-dots.disabled {
  display: none !important;
}
.company-section p {
  font-size: 13px;
  margin-bottom: 0;
  text-align: justify;
}

.our-vm .read-btn {
  margin-top: 40px;
}

}





@media (min-width:768px) and (max-width:992px){
.company-section .lvca-service {
  width: 100%;
}
.font-tondo {
  font-family: "tondo" !important;
  font-size: 14px !important;
}
.left-txt {
  float: left;
  text-align: left;
  width: 72%;
}
.btns {
  margin-top: 1.5%;
}
.owl-prev {
  left: -2%;
}
.owl-next {
  right: -2%;
}
.web .lorem {
  font-size: 12px;
}
.expert .font-big {
  font-size: 16px !important;
}
.view {
  margin-top: 15px;
}
.b-item img {
  margin: 0 auto;
}
.mb1{
border-bottom: 3px solid rgba(52,156,206,0.5);
}

.mb2{
border-bottom: 3px solid rgba(37,37,37,0.5);
}

.mb3{
border-bottom: 3px solid rgba(17,61,104,0.5);
}

.mb4{
border-bottom: 3px solid rgba(207,49,56,0.5);
}

.mb1 img, .mb2 img, .mb3 img, .mb4 img {
border-bottom: none !important;
}
.b-item {
  margin: 20px 0;
}
.ln {
  margin-top: 10px;
}
.font-tondo {
  font-family: "tondo" !important;
  font-size: 15px !important;
}
}

@media (min-width:768px) and (max-width:800px) {
.gen.s-txt.text-center {
  font-size: 15px;
}
.s-icon img {
  height: 25px;
  width: 24px;
}
.s-single {
  margin: 10px 0;
  width: 100%;
}
.border {
  width: 100%;
}
#sp-header {
  background: #113d68 none repeat scroll 0 0;
}
.company-section .lvca-service {
  width: 100%;
}
}

@media (min-width:900px) and (max-width:1199px){
.s-single {
  cursor: pointer;
  float: left;
  margin-bottom: 20px;
  padding: 0;
  width: 100%;
}
.font-tondo {
  font-family: "tondo" !important;
  font-size: 18px !important;
}
.seven-slider .owl-dots.disabled {
  display: none !important;
}

}

@media (min-width:993px) and (max-width:1199px){
.font-tondo {
  font-family: "tondo" !important;
  font-size: 11px !important;
}   
    
}


.stick {
  height: 50px !important;
  left: 0 ;
  position: fixed !important;
  right: 0;
  top: 0;
  z-index: 9999 !important;
}
.stick #sp-header .logo {
  display: table;
  height: 50px !important;
  transition: all 150ms linear 0s;
}
.stick .sticky-wrapper {
  height: 100% !important;
}
.stick .spt_top_bar {
  display: none;
}
.stick .sp-default-logo {
  width: 100px;
}
.stick .sp-megamenu-wrapper {
  margin: 0 !important;
}
.stick .sp-megamenu-parent > li > a {
  line-height: 46px;
}

.font15{font-size:15px !important}

@media (max-width:767px){
.post
{
    height:274px!important;
}
    .s-single {
    width: 100%;
    margin:10px 0;
}
.border {
    border: 1px solid #5391c8;
    float: left;
    border-radius: 6px;
    width: 100%;
}
.company-section .lvca-container .lvca-fourcol {
    padding: 15px 15px 15px 15px;
}
.about .col-sm-6.mrb2 {
    margin: 20px 0;
    float: left;
}
.basic .col-xs-12 {
    margin: 10px 0;
}
#sp-header {
  background: #113d68 none repeat scroll 0 0;
}
.footer .form-inline .form-group {
  width: 63%;
}
.footer .form-inline .form-control {
  width: 98%;
}
.padding-top-40 {
  padding-top: 0;
}
.padding-bottom-40 {
  padding-bottom: 0;
}
.mr-4-4 {
  margin-bottom: 0;
  margin-top: 20px;
}
.testimonial {
  margin-bottom: 20px;
  margin-top: 20px;
}
.slider2 {
  margin: 20px 0 !important;
}
.footer {
  margin-top: 30px;
}
/* .site-content {
  padding-top: 85px;
} */
#sp-header-sticky-wrapper {
  height: auto !important;
}
#sp-top1 > .container > .row {
  margin: 0;
  right: 0 !important;
  width: 100% !important;
}
.sp-column .sp-module:nth-child(1) {
  float: left !important;
  margin: 0 !important;
  width: 100% !important;
}
.sp-column .sp-module:nth-child(2), .sp-column .sp-module:nth-child(3) {
  /* float: left !important; */
  margin-left: 0 !important;
  margin-top: 5px !important;
}
.sp-column .social-icons {
  float: left !important;
  margin-left: 0 !important;
  width: 100% !important;
}
.ban .item img {
  min-height: 160px;
  width: 100%;
}.banner-bottom img {
  min-height: 60px;
}
.singlesseven {
  margin-top: 20px;
}
.lvca-services .lvca-fourcol {
  padding: 0 !important;
}
.left-txt {
  float: left;
  padding-bottom: 10px;
  text-align: left;
  width: 100%;
}
.circle-section {
  margin-top: 20px;
}
.testimonial .half-img {
  float: left;
  margin-left: 14%;
  padding: 20px 20px 20px 0;
  text-align: left;
  width: 80%;
}
.testimonial .half-text {
  float: left;
  margin-left: 6% !important;
  padding: 20px !important;
  text-align: left !important;
  width: 94%!important;
}
.footer .col-xs-12 {
  margin: 15px 0;
}
.footer .col-xs-12:nth-child(3) {
  text-align: center;
}
.ln {
  text-align: center;
  width:100%;
}
.vc_row.service_area .lvca-service {
  width: 100%;
  padding: 15px;
}
.mrtop {
  margin: 0 auto;
}
.b-item img {
  margin: 0 auto;
}
.mb1{
border-bottom: 3px solid rgba(52,156,206,0.5);
}

.mb2{
border-bottom: 3px solid rgba(37,37,37,0.5);
}

.mb3{
border-bottom: 3px solid rgba(17,61,104,0.5);
}

.mb4{
border-bottom: 3px solid rgba(207,49,56,0.5);
}

.mb1 img, .mb2 img, .mb3 img, .mb4 img {
border-bottom: none !important;
}
.half-back {
  background-color: #113d68;
  padding: 14px 10px 25px;
}
.half-back-yellow {
  background-color: #ffcb05;
  padding: 14px 10px 25px;
}
.testimonial ul.social-icons > li a {
  padding: 0 8px;
}
#sp-header #sp-logo div.sp-contact-info {
  width: 300px;
}
.s-single {
  left: 50%;
  margin: 10px 0 10px -75px;
  position: relative;
  width: 150px;
}
.singlesseven {
  margin-bottom: 0;
}
/*.seven-slider .owl-prev {
  left: -3%;
  top: 40%;
}*/
/*.seven-slider .owl-next {
  right: -3%;
  top: 40%;
}*/

.expert .col-sm-3.col-xs-12 {
  width: 100%;
}
.expert .col-sm-9.col-xs-12 {
  width: 100%;
}
.cust-logo {
  display: block;
  float: left;
  margin: 12px 25%;
  width: 50%;
}


}
.offcanvas-menu .sp-megamenu-parent > li > a:hover, .offcanvas-menu .sp-megamenu-parent > li.current-menu-item > a {
  color: #113d68 !important;
}
.test-row a {
  color: #626262;
}






.sub-menu {
  background: #113d68 !important;
  border: none !important;
  border-bottom: 3px solid #30b0da !important;
}
.sub-menu li > a:hover {
  background: #30b0da !important;
}

/*about us*/


/* .container-left {
  float: left;
  width: 100%;
  padding-right: 15px;
} */
.container-left {
  float: left;
  padding-right: 45px;
  width: 100%;
}
.container-right.vc_row {
  margin-left: -23px;
  margin-right: -22px;
}
.container-left h1 {
  text-align: left;
  text-transform: uppercase;
  float: left;
  width: 100%;
  margin:30px 0;
  letter-spacing:1.5px;
  line-height: 19px;
}

.originalPost p {
    margin-bottom: 10px!important;
}

.container-left p {
  float: left;
  font-size: 14px;
  letter-spacing: normal;
  margin-bottom: 30px;
  text-align: justify;
}
.container-left span {
  float: left;
  font-size: 13px;
  text-align: justify;
}

.container-left ul {
  list-style-type: none;
  margin: 0;
  padding: 1em 2em;
  float: left;
}
.container-left ul li ul {
    padding: 0 0 0 0.5em;
}
.container-left ul li {
  padding-left: 0em;
  position: relative;
}
.container-left ul li > span {
    color: #113d68;
    font-size: 1em;
    left: 0;
    line-height: 1.4em;
    position: relative;
    top: 0;
    margin-right: 3px;
}

ul p {
    float: none !important;
    padding-left: 20px;
}


.container-left ul li > h4 {
  font-size: 20px;
  line-height: 1.2em;
}

.container-left h2 {
  float: left;
  font-size: 20px;
  text-align: left;
  width: 100%;
}
.container-left .company-section .lvca-container .lvca-fourcol {
  width: 100%;
}
.container-left .lvca-service{
width: 100%

}
.container-left .lvca-service h3 span {
  width: 100%;
  float: none;
}
.container-left .mrb2 {
  margin-bottom: 30px;
}

/*right part container-right*/

.container-right .gen.mb1 img {
    float: left;
    width: 100%;
}
.container-right .b-head-color1  {
  padding: 18px;
}
.container-right .gen.b-footer {
  padding: 18px;
}
.container-right .footbtn{
 padding: 0 !important;
}
.container-right  .b-head {
  font-size: 18px;
  padding: 17px;
}
                                                                                          
.container-right .ENQUIRYFORM-btn {
    letter-spacing: 1px;
    line-height: 18px;
    padding: 21px 16px;
    margin-top: 30px;
}
.container-right .gen.b-item {
  margin: 1em 0;
}
.ENQUIRYFORM-btn {
  background: #222 none repeat scroll 0 0;
  border:none;
  border-radius: 0;
  color: #fff;
  font-size: 18px !important;
  padding: 0.8em 1em;
  width: 100%;
}
.enq-form-group > input:hover, .enq-form-group > input:focus{
    box-shadow: none;
}
.enq-form-group > input, .enq-form-group > textarea {
    border: none;
    border-bottom: 2px solid #ccc;
    border-radius: 0;
    background: transparent;
    width: 100%;
    box-shadow: none;
}
.enq-form-group {
  *margin: 17px 0;
}   



.container-right .owl-prev, .container-right .owl-next{
    background: none !important;

}
.container-right .owl-prev , .container-right .owl-next{
    top:10px;
}
.container-right .owl-prev{
    left: 0;
}
.container-right .owl-next{
    right: 0;
}
.container-right .bt {
    padding:0 10px 10px;
    
}

.container-right .owl-prev:before {
    content: "\f053";
    font-family: "FontAwesome";
    font-size: 22px;
    line-height: 25px;
}
.container-right .owl-next:before {
    content: "\f054";
    font-family: "FontAwesome";
    font-size: 22px;
    line-height: 25px;
}


.serviceSliderInfo h5 {
  font-size: 1.2em;
}

.serviceSliderInfo h6 {
  font-size: 1em;
}


.serviceSocialLink > span a {
  color: #fff;
  font-size: 1.6em;
  margin: 0 3px;
}
.banner > img {
  float: left;
  width: 100%;
}

@media (max-width: 992px){
    .container-left ul {
      padding: 1em 1em;
    }

}
@media(max-width:991px) and (min-width:768px){
.container-left {
  padding-right: 40px;
}
}


/*contact us */
#addressSearch{ margin-left:-15px;margin-right:-15px}
.container-left h4 span {
  color: #2a5cac;
}
.container-left p a {
  color: #2a5cac;
}
.container-left .vc_sep_line{
border-color: #2a5cac !important
}


.addr .vc_column-inner.hvr-shutter-in-vertical4:hover {
  background: yellow !important;
  border-color: yellow !important;
  color: red !important;
}

.container-left .jquery_filter.form-control {
  border-radius: 0;
  float: left;
  padding: 0 1em;
  width: 100%;
  margin: 1em 0 1em;
}
.container-left .new-hvr{
border: 1px solid #ddd !important;
}

#offcanvas-toggler-search{
    line-height: 50px;
    float:right;
    cursor:pointer;
    }
    
    @media(max-width:767px){
    #offcanvas-toggler{
        display:block
    }
    #offcanvas-toggler-search {
          padding-right:10px;
        } 
#offcanvas-toggler{
 padding-right:10px;
}
    }
    @media(min-width:768px){
        #offcanvas-toggler{
            display:none !important;
        }
    }


/*blog*/

.infowall {
    float: left;
    width: 100%;
    position: relative;
    min-height: 196px;
    overflow: hidden;
    max-height: 196px;
}
.infowall img{
    cursor:pointer;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.infowall img:hover{
    transform: scale(1.1);
}
.infoDate {
    background: #01376b none repeat scroll 0 0;
    color: #fff;
    display: block;
    left: 15px;
    position: absolute;
    top: -50px;
    width: 80px;
    border-radius: 3px;
    z-index: 1;
    height: 80px;
}
.Postdate {
  display: block;
  float: left;
  font-size: 36px;
  padding: 0;
  text-align: center !important;
  width: 100%;

}
    
.monthYear {
  display: block;
  font-size: 12px;
  padding: 0px 0px 5px;
  text-align: center !important;
    float:none !important
}
    
.post-panel {
  background: #fff none repeat scroll 0 0;
  border: medium none;
  display: flex;
  font-size: 12px;
  justify-content: space-around;
  padding: 5px;
  position: absolute;
  right: 0;
  top: 0;
  width: 200px;
  z-index: 1;
}
.post {
  background: #ececec none repeat scroll 0 0;
  float: left;
  height: 305px;
  margin-bottom: 30px;
  padding: 10px 0;
  position: relative;
  width: 100%;
}

.post-panel span {
  padding: 0 5px;
}
.post-panel span i {
  padding-right: 3px;
}
.postcontent {
  background: #ececec none repeat scroll 0 0;
  float: left;
  padding: 40px 0 0;
  position: relative;
  width: 100%;
}
.postcontent hr {
  margin: 0 auto 10px;
  width: 100%;
}
.postcontent h4 {
  color: #30b0da;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 18px;
  text-align: left;
  text-transform: uppercase;
}
.postcontent h4, .postcontent p {
  padding: 0 15px;
}
.pagi {
    display: flex;
    justify-content: center;
}
.pagination.jc {
    display: flex;
    width: 18.3em;
}
.postcontent p {
  color: #626262;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 16px;
  margin-bottom: 10px;
  text-align: justify;
}
.postcontent h4 a {
  color: #349cce;
  font-size: 13px;
  line-height: 18px;
}
.enq-form-group > textarea {
  overflow: hidden;
}
.enquirySlider .gen.bt {
  font-size: 13px;
  text-align: justify;
}
.post-panel a{
      color: #01376b;
}

.post-panel a:hover, .post-panel a:focus, .post-panel a:active{
  color: #01376b;
}
.postcontent h4 a:hover, .postcontent h4 a:focus, .postcontent h4 a:active{ color: #113d68;}

.post .owl-prev {
  left: 2%;
  top: 93px;
}

.post .owl-next {
  right: 2%;
  top: 93px;
}



/*blog content*/

.contentBanner{
position:unset;
float:left;
width:100%;
}

.blogBanner{
width:100%;
}

.content-action{
position:relative;
width:100%;
float:left;
}

.content-action .infoDate {
    left: 15px;
    top: -90px;
    height: 80px;
    z-index: 2;
    width: 80px;
}

.content-action .post-panel{
left:0;
top:0;
width:75%;
text-align:left;
display:inline-block;
padding: 10px 5px;
}
.content-action .post-panel span{
padding-right:10px;
padding-left:10px;
float:none;
}
.content-action .post-panel-right{
right:0;
position:absolute;
width:25%;
top:0;
}

.social-icon-box {
  border: 1px solid #ccc;
  display: inline-block;
  height: 28px;
  margin: 5px;
  padding: 3px;
  text-align: center !important;
  width: 30px;
  -ms-transition:all 0.4s ease-in-out;
 -webkit-transition:all 0.4s ease-in-out;
 -moz-transition:all 0.4s ease-in-out;
 -o-transition:all 0.4s ease-in-out;
}
.post-panel-right a{
 color:#888;
 transition:all 0.4s ease-in-out;
 
}
.post-panel-right a:hover .social-icon-box   {
background: #30b0da !important;
border-color:#30b0da;
color:#fff;
}
.originalPost {
  float: left;
  width: 100%;
  margin-top: 40px;
}

.originalPost h2 {
    color: #30b0da;
    text-transform: uppercase;
    font-size: 20px !important;
    line-height: normal;
    margin-bottom: 20px;
    font-weight: 600 !important;
    font-family: 'open sans';
}
.originalPost h4{
text-align:left;
font-weight:normal
}
.call-to-action {
    border-top: 4px solid rgb(48, 176, 218);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 30px;
    box-shadow: 0px 4px 7px #ccc;
    margin: 10px 0 30px;
    color: rgb(34, 34, 34);
    font-weight: 600;
    letter-spacing: 0.5px;
}
.call-to-action:before{
font-family: FontAwesome;
  content: '\f10d'; 
  color:#30b0da;
  font-size:20px;
}
.container-left ul {
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0 0;
    text-align: left;
    width: 100%;
    color: rgb(34, 34, 34);
}
.inlineUl > li {
  display: inline-block;
  width: 49%;
  margin: 4px 0;
}
.inlineUl > li:nth-child(even){
  text-align:right !important;
}
/* .inlineUl > li:nth-child(odd){
  text-align:right !important;
} */

.inlineUl > li:nth-child(2n+1) {
    text-align: left;
}
.chekedUl {
  list-style: inside  !important;
  width:100%;
}
.chekedUl li{
 margin: 4px 0;
}
.postTag,.postshare{
text-transform:uppercase;
float:left;
width:100%;
text-align:left;
margin:10px 0;
}
.postTag span {
    text-transform: uppercase;
    float: none;
    font-weight: bold!important;
}
.postTag a, .postshare a{
color:#30b0da;
}

.postshare a{
float:left
}

button span.fa {
  float: left;
  padding: 5px 5px 0 0;
}
@media(max-width:1199px) and (min-width:992px){
.content-action .post-panel{
width:70% !important;
}
.content-action .post-panel-right{
width:200px;
}
.post {
  min-height: 390px;
}
}
@media (max-width:991px) and (min-width:768px){
.content-action .post-panel{

width:60% !important;
padding: 10px 2px;
font-size:12px;
}
.content-action .post-panel span{
padding-right:5px;
padding-left:5px;
}
.content-action .post-panel-right{
right:-3%;
/*width:185px;*/
width:220px;
}
.mediaipad {
  padding-left: 53px;
}
.container-left span {
  float: left;
  text-align: center;
}
.post-panel {

  top: -27px;
  width: 140px;
}
.post {

  min-height: 320px;


}
}

@media(max-width:767px){
.inlineUl > li {
  display: block;
  width: 100%;
}
.container-left {
  padding-right: 0px;
}
}


/* .inlineUl > li:nth-child(even),.inlineUl > li:nth-child(odd){ text-align:justify !important }
}
 */
.jc{
display:flex;
justify-content:center;
}

.pagi-color{
border-color:#349cce !important;
color:#349cce !important;
}

.margin-30-0{
margin-top:30px;

}
.margin-bot-30 {
    margin-bottom: 30px !important;
}



.mb-15{
margin-top:15px;
float:left;
width:100%;
}
.mb-bot-15{
margin-bottom:15px;
float:left;
}
.mb-5{
margin-top:5px;
float:left;
}
.padd-15{
padding:15px !important;
}
.container-left .company-section .lvca-container .lvca-fourcol {

    padding: 0 0;

}
.container-left .vc_row.service_area .lvca-service {
    padding: 15px 0;
}
.container-left .pad-sideoff{
padding-left:0;
padding-right:0;
}

.inlineUI li{
margin:10px 0 !important;
}

.m {
    margin: 10px 0;
}

.postshare > a {
    float: left;
    margin-right: 5px;
}







/* .enq-form-group input {
    padding: 10px 0 !important;
    padding: 10px 0 !important;
    height: 40px;
}
.enq-form-group textarea{
    padding: 10px 0 0!important;
    min-height:40px;
} */
.container-right .enquirySlider .owl-prev, .container-right .enquirySlider  .owl-next {
    top: 24px;
}

.container-right .gen.mb1 {
    padding: 20px;
}

.container-right .gen.mb1 {
    padding: 20px;
    background: #eee;
}

.container-right .gen.mb1 img {
    border:10px solid #dfdfdf;
    
}

.gb{
background-color: #eee;
}

.gb iframe {
    border: 10px solid #dfdfdf;
}

.enq-form-group > input, .enq-form-group > textarea {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: transparent none repeat scroll 0 0;
  border-color: currentcolor currentcolor #ccc;
  border-image: none;
  border-radius: 0;
  border-style: none none solid;
  border-width: medium medium 1px;
  box-shadow: none;
  color: #444 !important;
  font-family: open sans;
  font-size: 13px !important;
  height: 60px;
  padding: 30px 0 10px;
  width: 100%;
}
.inlineUl{
float:left;
width:100%;
}

.container-left h2 {
  font-size: 17px;
  font-weight: 700;
}
.container-left .lvca-service h3 span {
  font-size: 16px;
  font-weight: 700 !important;
}

.bluetxt{
    color: #113d68;
}


.factive::after {
  background-color: #ffd01e !important;
}
.factive {
  border-bottom: medium none !important;
  color: #ffd01e !important;
}

.b-item h6 {
  font-weight: 400;
}
.sp-megamenu-parent > li {
  padding: 0 15px !important;
}

#menu-main-menu li a {
  font-size: 13px !important;
}
.qcbutton .cd-signup.je_button {
  margin-left: 0px;
}

.mrb50 {
  margin-bottom: 20px;
}
.tt .half-img a >  img {
  border: 5px solid #f1f1f1;
}

.tt .half-img .social-icons  img {
  border: none;
}
.tw {
  margin-top: 0;
}
.style2 .f-uppercase {
  margin-top: 0;
}
.sp-megamenu-parent ul.sub-menu, .wpmm-mega-wrapper ul.sub-menu {
  padding: 15px 0;
}
.sp-megamenu-parent ul.sub-menu li > a, .wpmm-mega-wrapper ul.sub-menu li > a {
  padding: 12px 20px;
}

.s-icon i {
  font-size: 40px;
}
.container-right {
  margin-top: 30px;
}

.blog p {
  margin-bottom: 20px;
  letter-spacing:normal;
}
.Postdate {
  font-family: "Open Sans" !important;
  font-size: 48px !important;
  font-weight: 600 !important;
  line-height: 48px;
  padding: 5px 5px 0;
  width: 100%;
}
.our-vm {
  font-size: 13px;
  text-align: justify;
}
.mtb.ln > a:hover {
  color: #ffd01e;
}
.gen.ab-con {
  font-size: 13px;
  text-align: justify;
}
.basic div {
  font-size: 13px;
  text-align: justify;
}
@media (min-width:1200px){
.cleft {
    padding-right: 0;
    width: 800px;
    margin-right:40px;
}
.cleft .container-left {
    padding-right: 0;
}
.cleft .row {
margin-right:0;
}

.cright {
    width: 300px;
    padding: 0;
}


}

.m-menu .fa.fa-bars {
 display:none;
}

.fa.fa-bars:hover {
  color: #ffcb05 !important;
}

.pp {
  border: 1px solid #eee !important;
  color: #ffd01e !important;
}
.originalPost h2 {
  font-size: 14px !important;
}
.mb-qck {
  display: none;
  font-size: 16px;
  padding: 0 5px;
}
.mb-menu-bt {
    display:block;
    
}

@media (max-width:767px){
    
    .open {
  display: block !important;
}
.stck .open {
  background: #113d68 none repeat scroll 0 0;
  display: block !important;
  left: 0;
  position: absolute;
  right: 0;
  top: 84px;
  z-index: 9999;
}




.open li {
  width: 100%;
}
.open .sub-menu {
  width: 100%;
}
.stick .open {
  top: 48px;
}
.infoDate {
  left: 5px;
}
.pagi {
  display: flex;
  justify-content: center;
  margin-bottom: 5px;
  margin-top: 50px;
}
.m-menu .fa.fa-bars {
  cursor: pointer;
  display: block;
  float: right;
  font-size: 22px;
  margin-right: 40px;
  margin-top: 13px !important;
}
.gen.f-font-head.text-center.font700 {
  text-align: left;
}
.mrauto {
  float: left;
}
.mb-qck {
  display: inline-block;
  margin-bottom: 20px;
}

.mb-menu-bt {
    display:none;
    
}

.mobno{display:none;}

.mob-open{display:block !important;}
.f-font-head {
  border-bottom: 1px solid #ccc;
  color: #fff;
  font-size: 14px;
  padding: 10px 0;
  text-align: left;
}
.plus {
  float: right;
}
.plus {
  display:block !important;; 
}
}

.plus {
  display:none;
}
.mobicon .plus:nth-child(1) {
  display: none !important;
}
.plus.minus {
  display: none !important;
}
.mobicon .plus.minus {
  display: BLOCK !important;
}
.owl-dots.disabled {
    display: none !important;
}

.acc-head{
float:right;
width:88%;
}

.il{cursor:pointer;}

@media (min-width:768px){
.mobicon .plus.minus {
    display: none !important;
}
.sh {
    margin: 0 24px;
    line-height: 18px;
}
}


@media (min-width:768px) and (max-width:992px){
    .cleft {
  width: 67%;
}
.cright {
  width: 33%;
}
.infoDate {
  height: 60px;
  left: 6px;
  width: 60px;
  z-index: 1;
  top:-40px;
}
.Postdate {
  font-family: "Open Sans" !important;
  font-size: 30px !important;
  font-weight: 600 !important;
  line-height: 30px;
  padding: 5px 5px 0;
  width: 100%;
}
#sp-header #sp-top1 {
  border-bottom: 1px solid;
  border-color: transparent;
}
.m-menu .fa.fa-bars {
  cursor: pointer;
  display: block;
  float: right;
  font-size: 22px;
  margin-right: 40px;
  margin-top: 13px !important;
}
    .open {
  display: block !important;
}
.open {
  background: #113d68 none repeat scroll 0 0;
  display: block !important;
  left: 0;
  position: absolute;
  right: 0;
  top: 82px;
  z-index: 9999;
}
.qcbutton .cd-signup.je_button {
  border-radius: 0 0 5px 5px !important;
}
#sp-menu .sp-megamenu-wrapper {
  margin-right: 15px;
}
.ln {
  margin-top: 10px;
  text-align: left;
  font-size: 12px;
}
.sh {
  line-height: 18px;
  margin: 0 34px;
}   
}

.mb-open {
  background: rgba(11, 57, 89, 0.9) none repeat scroll 0 0 !important;
  display: block;
  left: 0;
  padding-bottom: 20px;
  position: fixed;
  right: 30% !important;
  top: 0 !important;
  z-index: 9999;
}
.mb-open li {
  border-bottom: 1px solid #24759b;
  float: left;
  padding: 14px;
  width: 100%;
}
.mb-open .fa.fa-times {
  font-size: 16px;
}
.mb-open li a {
  font-size: 14px;
}
.mb-crs {
  float: right;
  margin: 0 15px 15px;
  width: 100%;
}
.fa.fa-times {
  float: right;
  margin: 10px 15px 15px;
}

.marginzero{
    margin-bottom:10px !important;
    
}

.back-eee{
    background-color:#eeeeee;
}

.s-list {
  list-style: outside none none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.s-list > li {
  border-bottom: 1px solid #ccc;
  color: #444;
  font-size: 13px;
  padding: 18px 10px;
}

.s-list > li:last-child {
  border: medium none !important;
}
.s-list i {
  color: #888;
  margin-right: 5px;
}
.acc-icons {
  float: left;
  width: 12%;
}
.acc-main {
  background: #eeeeee none repeat scroll 0 0;
  float: right;
  width: 88%;
}
.acc-p .fa.fa-minus {
  display: none;
}
.acc-p i {
  cursor: pointer;
  display: table;
  float: left;
  font-size: 36px;
  line-height: 30px;
  margin-top: 2px;
  padding: 12px 14px;
  position: relative;
  z-index: 9;
}
.acc-icons {
  position: relative;
}
.acc-p {
  background: #349cce;
  color: #fff;
  border-radius: 100%;
}
.join {
  background: #349cce none repeat scroll 0 0;
  height: 10px;
  left: 43%;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  width: 100px;
  z-index: 0;
}
.gen.acc-head.uppercase {
  background: #349cce none repeat scroll 0 0;
  color: #fff;
  font-size: 16px;
  padding: 16px 0 16px 20px;
  position: relative;
  text-align: left;
  text-transform: uppercase;
}
.acc-txt {
  padding: 0 20px;
  display:none;
}
.acc-txt > h2 {
  font-size: 16px;
  text-transform: uppercase;
  color: #686868;
}
.acc-txt p {
  margin-bottom: 20px;
}
.acc-txt .fa.fa-chevron-right {
  color: #444;
}
.acc-txt p {
  color: #686868;
  margin-bottom: 20px;
}
.acc-txt i {
  font-size: 12px;
}

.acc-txt .fa.fa-circle {
  color: #444;
  font-size: 10px;
}
.gen.serv-acc {
  margin-bottom: 30px;
}

.acc-open .fa-plus{
    display:none;
}
.acc-open .fa-minus{
    display:block !important;
}

.price{
    
    background-color : #113d68;
    padding:10px;
}
.p-border {
  border: 1px solid #fff;
  float: left;
  padding: 20px;
  color: #c6c6c6;
}
.p-border h2 {
  color: #fff;
  font-size: 34px;
  margin-top: 0;
  margin-bottom: 3px;
}
.p-border p {
  font-size: 18px;
  margin-bottom: 3px;
}
.p-border .left-txt {
  width: 68%;
}
.btnp {
  margin-top: 28px;
  position:relative;
  cursor:pointer;
}
.p-border .btnp .btns {
  background: #ffcb05 none repeat scroll 0 0 !important;
  color: #113d68 !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  margin: 0;
  padding: 12px 26px;
}
.en-hov i
{
    display: none;
}
.en-hov
{
    position: absolute;
    top: 0px;
    width: 100%;
    height: 40px;

}
.en-hov.active {
  background: rgba(0, 0, 0, 0.85) none repeat scroll 0 0;
  border-radius: 2px;
  bottom: 0;
  position: absolute;
  text-align: center !important;
  top: 0;
  width: 100%;
  /*display:none;*/
}
.gen.b-head.b-head-color1.font600.en-red.en-tog-head {
    pointer-events: none;
}
.en-hov.active i
{
    display: block;
}
.en-hov .fa.fa-times {
  color: #fff;
  float: none;
  font-size: 38px;
  margin: 0;
}

/*.btnp:hover .en-hov{
    display:block;
}*/
.en-form{
    background-color:#eeeeee;
}

.hf{width:50%;}

.hf {
  float: left;
  padding: 0 15px;
  width: 50%;
}
.pad15{padding:0 15px;}

.en-red {
  background-color: #c24242;
  font-size: 18px;
  text-align: left;
}

.reset{
    background-color:#113d68 !important;
}
.submit{
    background-color:#ffcb05 !important;
    color :#113d68 !important;
}
.en-btn .btns {
  margin-left: 10px;
  margin-right: 0;
}
.en-btn {
  float: left;
  margin-top: 20px;
  padding: 0 15px;
  width: 100%;
  margin-bottom: 10px;
}
.en-form .enq-form-group.hf > input, .en-form .enq-form-group > textarea {
  color: #444;
  font-size: 15px !important;
  line-height: 15px;
}
.line-chart i {
  color: #349cce !important;
  font-size: 32px;
}
.val {
  float: left;
  padding-left: 15px;
  width: 94%;
}
.val > h2 {
  color: #686868;
  font-size: 16px;
  margin-top: 0;
  text-transform: uppercase;
}

.val li, .val i {
  color: #686868;
}
.dis > h2 {
  color: #da4545;
  text-transform: uppercase;
  font-size: 16px;
}
.dis > p {
  margin-bottom: 20px;
}
.caret {
  float: none !important;
}

.wid27{
    float:left;
    width:27%;
    margin-right:1%;
}

.wid16{
    float:left;
    width:16%;
}
.search {
  background: #282828 none repeat scroll 0 0 !important;
  border: medium none !important;
  border-radius: 0 !important;
  color: #fff !important;
  float: right;
  font-size: 14px !important;
  height: 40px;
  width: 100% !important;
  cursor: pointer!important;
  float:right;
  text-align:center!important;
}

.drop .btn.dropdown-toggle {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #eee;
  border-radius: 3px !important;
  color: #a9a9a9;
  font-size: 14px !important;
  height: 40px;
  width: 100%;
  text-align: left;
}
.angle {
  display: inline;
  float: right !important;
  margin-top: -16px;
}
.margin-0-30 {
  margin-bottom: 30px;
}

.team{
    background-color:#f8f8f8;
    padding:10px;
}

.gh {
  color: #626260;
  font-size: 14px;
  margin-bottom: 5px;
  text-align: left;
}
.img-hold {
  float: left;
  width: 32%;
}
.team-txt-wrap {
  float: left;
  margin-left: 3%;
  width: 65%;
}
.team-txt-wrap h2 {
  color: #1451a5;
  font-size: 18px;
  font-weight: 600;
  margin-top: 0;
}
.team-txt-wrap .fa.fa-dot-circle-o {
  color: #46c40e;
  padding-left: 10px;
}
.team-txt-wrap .pull-right i {
  font-size: 30px;
  margin-right: 5px;
  color: #b9b4b4;
  cursor:pointer;
}

.wid33{
    width:33.3333%;
    float:left;
}

.color-red {
  color: #cf3138;
  padding: 0 3px;
}
.color-blue{
    color:#2a5cac;
}
.wid33 span {
  font-size: 14px;
}
.st span {
  float: right;
}
.pad-left-4{
  padding-left: 1%;
}
.team-butt a {
  color: #fff;
  float: left;
  font-size: 14px;
  font-weight: 600;
  height: 40px;
  line-height: 40px;
  padding: 0 22px;
  width: auto;
}
.team-butt a i {
  padding-right: 5px;
}
.team-txt-wrap > p {
  margin-bottom: 20px;
}
.team-butt {
  margin-top: 20px;
}
.team-img {
  border: 5px solid #fff;
}

.teambtn1{
    background-color:#164695;
}

.teambtn2{
    background-color:#349cce;
}

.teambtn3{
    background-color:#e8494d;
}
.ask-sub {
  background: #222 none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  color: #fff;
  font-size: 18px !important;
  padding: 0.8em 1em;
  width: 100%;
}
.gen.ask > p {
  color: #113d68;
  font-size: 13px;
  text-align: left;
  margin-bottom: 5px;
}
.ask {
  padding: 10px;
}
.qs-ans {
  border: 1px solid #deddde;
  font-size: 12px;
  min-height: 135px;
  /* padding: 5px 10px; */
  text-align: left;
}


.gen.need-book {
  background-color: #349cce;
  color: #fff;
  margin-bottom: 20px;
}
.gen.need-book > p {
  font-size: 18px;
  font-weight: 600 !important;
  margin-bottom: 5px;
  margin-top: 5px;
  text-transform: uppercase;
}
.vol {
  font-size: 30px;
  font-weight: 700;
}
.vol i {
  margin-right:5px;
}
.avai {
  color: #dedddd;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.mr20 {
  margin-top: 20px;
}
.team-con {
  margin-top: 48px;
}

.mrz{
    margin:0;
}

.serv-under {
    list-style: none;
    padding-left: 5px;
    line-height: 30px;
    margin-top: 0px;
    margin-left: 10px;
}

.serv-under li{
font-size: 13px;
}

.serv-tog {
    background-color: #e3e3e3;
    margin: 10px 0;
    padding: 5px 0;
}
#assist, #call {
    top: 50px;
}
.drop li {
    padding: 0 !important;
}
.drop li:hover a {
    background-color: #349cce !important;
    color: #fff;
}

.team i:hover{
color: #349cce;
}
.ask textarea {
    background: transparent;
    border: none;
    box-shadow: none;
}
.qs-ans .form-group{
margin:0;
}
.sub-menu .fa.fa-chevron-right {
    line-height: 20px;
    color: #ccc;
}
.right-menu .sub-menu {
    position: relative !important;
    background: transparent !important;
}

/* .right-menu li a{
    color: #888 !important;
}

.right-menu .submenu li:hover a{
    color: #fff !important;
} */

.right-menu li ul.submenu{
position:relative !important;
}
.search-group {
    position: relative;
}
.sr {
    color: #444 !important;
    position: absolute;
    top: 10px;
    right: 10px;
}
.view:hover {
    background-color: transparent !important;
    border: 1px solid #ffcb05 !important;
    color: #fff !important;
}


@media (min-width:768px){
    .pad-right-zero-pad-left-30{
        padding-right:0;
        padding-left:30px;
    }
    .cir {
    min-height: 370px;
}

    
}






@media (min-width:992px) and (max-width:1024px){
    
    .team-butt a {
  padding: 0 11px;
}
}


@media (min-width:768px) and (max-width:991px){
    
    .acc-p i {
  font-size: 22px;
  line-height: 20px;
}
.gen.acc-head.uppercase {
  font-size: 14px;
  padding: 16px 0 16px 15px;
}
.p-border .left-txt {
  width: 60%;
}
.p-border h2 {
  font-size: 24px;
}
.p-border p {
  font-size: 12px;
  margin-bottom: 3px;
}
.p-border .left-txt {
  font-size: 12px;
}
.p-border .btnp .btns {
  font-size: 12px !important;
}
.en-form > .b-item {
  margin: 0;
}
.team-txt-wrap h2 {
  font-size: 16px;
}
.team-txt-wrap .pull-right i {
  font-size: 18px;
}
.t-b .wid33 {
  float: left;
  width: 100%;
}
.st span {
  float: left;
}
.pad-left-4 {
  padding-left: 0;
}
.team-butt a {
  font-size: 9px;
  height: 32px;
  line-height: 32px;
  padding: 0 6px;
}
.vol {
  font-size: 26px;
  font-weight: 700;
}
.gen.need-book > p {
  font-size: 12px;
}
.val {
  float: left;
  padding-left: 15px;
  width: 90%;
}
.container-right .owl-prev, .container-right .owl-next {
  top: 28px;
}
}

@media (min-width: 1200px) {
.our-vm {
    min-height: 366px;
}
.read-btn {
    margin-top: 20px;
}
}


@media (max-width:767px){
    
    .acc-p i {
  font-size: 12px;
  line-height: 8px;
  padding: 10px;
}
.gen.acc-head.uppercase {
  font-size: 9.2px;
  padding: 8px 0 8px 5px;
}
.p-border .left-txt {
  width: 100%;
}
.hf {
  float: left;
  padding: 0 15px;
  width: 100%;
}
.en-btn .btns {
  display: inline-block;
  float: left !important;
  margin-left: 10px;
  margin-right: 0;
  padding: 10px 28px;
}
.mob-mar {
  float: left;
  margin-top: 30px;
}
.cright {
  padding: 0;
}
.img-hold {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.team-img {
    border: 5px solid #fff;
    margin: 0 auto;
    max-width: 100%;
}
.wid27 {
  float: left;
  margin-right: 0;
  width: 100%;
  margin-bottom: 10px;
}
.wid16 {
  float: left;
  width: 100%;
}
.team-txt-wrap {
  float: left;
  margin-left: 0;
  width: 100%;
}
.team-butt a {
  color: #fff;
  float: left;
  font-size: 14px;
  font-weight: 600;
  height: 40px;
  line-height: 40px;
  padding: 0 22px;
  width: 100%;
  margin-bottom: 10px;
}
.team-con {
  margin-top: 0;
}
.container-right {
  margin-top: 0;
}
.ln a {
    display: block;
    width: 100%;
}

.sh{display:none;}
.ln a {
    display: block;
    width: 100%;
    margin-top: 15px;
    float: left;
}
.b-bot .owl-prev, .b-bot .owl-next {
  display: none !important;
}
.gen.s-txt.text-center {
  font-size: 12px;
}
.val {
  width: 85%;
}
.footer .lnk a {
  line-height: 26px;
}
.mrauto {
  float: none;
}
.mb-mar{margin:0 !important;}
.spt_top_bar .sp-column {
    text-align: center !important;
}
.stick .sp-default-logo {
    width: 86px !important;
}

}

@media(min-width: 768px) and (max-width: 991px){
  .sp-megamenu-parent > li
  {
    padding: 0 7px!important;
  }
}

.owl-dot {
  display: none !important;
}
li ul li:hover .under-sub{display:block !important;}
.sub-menu.under-sub {
    position: absolute !important;
    left: -100% !important;
    top: 0 !important;
}
.sub-menu.under-sub li:hover .under-sub2{display:block !important;}
.under-sub .under-sub2 {
    position: absolute !important;
    left: -100% !important;
    top: 0 !important;
}

.f-social i:hover{
    color: #349cce !important;
}
.sub-menu li {
  text-align: left;
}

@media (min-width:480px) and (max-width:767px){
.circle{
width: 33.3333% !important;
}
.circles {
    margin-bottom: 0;
    width: 100%;
    float: left;
}
.footer .mtb img {
    width: 110px;
    margin: 0 auto;
}
.stick #sp-header .logo {
    display: table;
    height: 40px !important;
    transition: all 150ms linear 0s;
}
.join {
    left: 38%;
}
.acc-p i {
    font-size: 18px;
    line-height: 12px;
    padding: 10px;
}
.gen.acc-head.uppercase {
    font-size: 12.2px;
    padding: 8px 0 8px 5px;
}


}

@media (max-width:768px) 
{
li ul li:hover .under-sub{display:block !important;}
.sub-menu.under-sub {
    position: absolute !important;
    left: 0 !important;
    top: 100% !important;
}
.sub-menu.under-sub li:hover .under-sub2{display:block !important;}
.under-sub .under-sub2 {
    position: absolute !important;
    left: 0 !important;
    top: 100% !important;
}

}

.container-right .owl-prev, .container-right .owl-next{top:22px;  }
.mb-5.owl-carousel.serviceSlider.owl-theme.owl-drag.pull-left.owl-loaded .owl-item
{
	pointer-events:none!important;
}


#speak
{
  float: right;
  width: auto;
  border:1px solid #e3e3e3;
  color: #888;
  background: #fff;
  padding: 5px;
  margin-bottom: 5px;
  cursor: pointer;
  display: inline-flex;
}
#speak i
{
    padding-left: 3px;
    padding-top: 3px;
}
#speak i.fa-volume-off
{
    display: none;
}
#speak.active i.fa-volume-off
{
    display: block;
}
#speak i.fa-volume-up
{
    display: block;
}
#speak.active i.fa-volume-up
{
    display: none;
}