@font-face {
    font-family: "Now";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/Now-Regular.woff2") format("woff2"), url("../fonts/Now-Regular.svg#Now") format("svg"), url("../fonts/Now-Regular.ttf") format("truetype"), url("../fonts/Now-Regular.eot?") format("eot");
}

@font-face {
    font-family: "Now";
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/Now-Medium.woff2") format("woff2"), url("../fonts/Now-Medium.svg#Now") format("svg"), url("../fonts/Now-Medium.ttf") format("truetype"), url("../fonts/Now-Medium.eot?") format("eot");
}

@font-face {
    font-family: "Now";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/Now-Bold.woff2") format("woff2"), url("../fonts/Now-Bold.svg#Now") format("svg"), url("../fonts/Now-Bold.ttf") format("truetype"), url("../fonts/Now-Bold.eot?") format("eot");
}

.service_link div.item a {
    display: block;
    width: 100%;
    height: 100%;
    z-index: 99999;
    position: relative;
}

.service_details.active_serv {
    display: block !important;
}

.service_details ul.lig_list li b{
    font-weight: 500;
color: #626161;
}
.service_details ul.lig_list {
    padding-left: 35px;
    margin-bottom: 20px;
}

div.vm-box {
    text-align: center;
    padding: 15px;
    height: 100%;
    margin: 10px 0;
}

div.vm-box img {
    width: 100px;
    margin: 0 auto;
    margin-bottom: 10px;
}

div.region-box {
    text-align: center;
    padding: 15px;
    height: 100%;
    margin: 10px 0;
}

div.region-box img {
    width: 75%;
    margin: 0 auto;
    margin-bottom: 10px;
}

div.region-box h4 {
    font-family: Now;
    font-weight: 400;
    color: #737373;
    margin-top: 10px
}

.team-box {
    padding: 10px
}

.team-box img {
    width: 75%;
    margin-left: 12.5%;
    margin-bottom: 10px;
}

.team_info {
    text-align: center;
}

.team_info h4 {
    margin-bottom: 5px;
    font-size: 26px;
    margin-top: 10px;
}

.team_info p {
    margin-bottom: 10px;
    font-style: italic;
    font-size: 18px;
    color: #6f6f6f
}


.bg-main {
    background: #f2f2f2
}

.bg-white {
    background: #ffffff
}

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

.main.inner_page {
    padding-top: 100px;
}

.text-content-section {
    padding: 60px 0 40px
}

.text-content-section q {
    color: #848484;
    font-family: ivymode;
    font-weight: 600;
    font-size: 22px;
    width: 100%;
    display: block;
    font-style: italic;
    margin: 25px 0
}

.text-content-section p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 15px;
}

.text-content-section h5 {
    font-size: 26px;
    padding: 13px 0;
    color: #737373;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 30px;
    display: inline-block;
    position: relative;
}

.text-content-section h5::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100px;
    height: 4px;
    background: #848484;
    bottom: 0;
}

header.smaller .header__logo img {
    width: 50px !important;
}

.nav__title-bar__toggle__svg__bar-1 {
    transition: all .65s ease;
    transform-origin: 50% 50%;
    transform: translateY(-9px);
}

.nav__title-bar__toggle__svg__bar-2 {
    transition: all .65s ease;
    transform-origin: 50% 50%;
}

.nav__title-bar__toggle__svg__bar-3 {
    transition: all .65s ease;
    transform-origin: 50% 50%;
    transform: translateY(9px);
}

.menu-opened .nav__title-bar__toggle__svg__bar-1 {
    transform: rotate(-45deg) translate(0);
}

.menu-opened .nav__title-bar__toggle__svg__bar-2 {
    opacity: 0;
}

.menu-opened .nav__title-bar__toggle__svg__bar-3 {
    transform: rotate(45deg) translate(0);
}

.item.slick-slide {
    transition: .15s ease-in;
    -webkit-transition: .15s ease-in;
    -moz-transition: .15s ease-in;
}

.item.slick-slide:hover {
    transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
}

.mb-40 {
    margin-bottom: 40px;
}

.pb-90 {
    padding-bottom: 90px !important;
}

.pt-90 {
    padding-top: 90px !important;
}

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

.mt-30 {
    margin-top: 30px !important;
}

.form-group {
    position: relative;
    margin-bottom: 30px;
}

.btn {
    text-transform: capitalize;
    position: relative;
    font-size: 15px;
    font-weight: 500;
    width: 160px;
    height: 45px;
    line-height: 45px;
    border-radius: 3px;
    text-align: center;
    padding: 0;
    letter-spacing: .2px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-primary {
    background-color: #737373;
    color: #fff;
    border: 2px solid #737373;
}

.social-icons {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.social-icons li {
    margin-right: 20px
}

.social-icons li a {
    display: block;
    line-height: 1;
    color: #0b2653
}

.social-icons li a:hover {
    color: #0095a4
}

.social-icons li:last-of-type {
    margin-right: 0
}

.contact .contact-form-panel {
    margin-top: -200px;
}

.contact-form-panel {
    background-color: #fff;
    padding: 60px;
    border-radius: 5px;
    box-shadow: 0 1px 20px 0 rgba(40, 40, 40, .05)
}

.contact-form-panel .contact-form-panel-header {
    margin-bottom: 20px
}

.contact-form-panel .contact-form-panel-header h4 {
    font-size: 30px;
    margin-bottom: 17px;
    color: #737373;
    font-family: "Now";
}

.contact-form-panel .contact-form-panel-header p {
    font-size: 15px;
    line-height: 25px
}

.bg-img {
    position: relative;
    z-index: 1;
}

.bg-img {
    position: relative;
    z-index: 1;
}

.pagetitle-subheading {
    font-family: Now;
    font-size: 14px;
    font-weight: 700;
    color: #f9f9f9;
    display: block;
    margin-bottom: 20px
}

.pagetitle-heading {
    font-size: 45px;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 0;
    font-weight: 300
}

.pagetitle-desc {
    font-size: 17px;
    font-weight: 700;
    line-height: 26px;
    color: #f9f9f9;
    margin-top: 3px;
    margin-bottom: 0
}

.page-title-layout8 {
    padding-top: 100px;
    padding-bottom: 100px;
    background: url('../img/bg/title_bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.page-title {
    padding: 90px 0
}

.page-title .breadcrumb {
    margin-top: 30px;
    margin-bottom: 0
}

.page-title .breadcrumb-item.active {
    color: #f9f9f9
}

.page-title .breadcrumb-item a,
.page-title .breadcrumb-item + .breadcrumb-item::before {
    color: #fff
}

.page-title .breadcrumb-item a:hover {
    color: #0095a4
}

.contact-panel .contact-panel-title {
    font-size: 26px;
    line-height: 1;
    margin-bottom: 21px;
    text-decoration: underline;
    color: #737373
}

.contact-panel .contact-panel-list li {
    font-size: 15px;
    line-height: 21px;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.contact-panel .contact-panel-list li i {
    width: 30px;
    color: #848484;
    margin-right: 8px;
    height: 30px;
    background: #848484;
    border-radius: 50%;
    line-height: 30px;
}

.contact-panel .contact-panel-list li i img {
    width: 18px;
    height: 18px;
    text-align: center;
    margin: 6px;
}

.contact-panel .contact-panel-list-2 li {
    line-height: 29px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer {
    background-color: #848484;
    position: relative;
}

.footer img {
    width: 100px;
}

.footer-widget-content a {
    line-height: 1.33
}

.footer-top {
    padding-top: 50px;
    padding-bottom: 50px
}

.footer-widget-title {
    color: #fff;
    font-size: 18px;
    text-transform: capitalize;
    letter-spacing: .5px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 20px;
    text-decoration: underline;
}

.footer-widget-about img {
    width: 23px;
    height: 23px;
}

.footer-widget-content p {
    color: #f9f9f9
}

.footer-widget-content .social-icons a {
    color: #fff;
    font-size: 18px
}

.footer-widget-content .social-icons a:hover {
    color: #fff
}

.footer-widget-newsletter .footer-widget-content p {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.5;
}

.footer-widget-newsletter .widget-newsletter-form {
    position: relative
}

.footer-widget-newsletter .widget-newsletter-form .form-control {
    font-size: 13px;
    background-color: transparent;
    height: 50px;
    line-height: 50px;
    border: 1px solid #fbfbfb;
    color: #fff;
    display: block;
    width: 100%;
    padding-left: 15px
}

.footer-widget-newsletter .widget-newsletter-form .form-control:focus {
    background-color: transparent;
    border-color: #fff
}

.footer-widget-newsletter .widget-newsletter-form .btn {
    width: auto;
    position: absolute;
    top: -1px;
    right: 10px;
    height: 50px;
    line-height: 50px;
    background: transparent;
    border: none;
    color: #fff;
}

.footer-widget-newsletter .widget-newsletter-form .btn:hover i {
    background-color: #fff;
    color: #0095a4
}

.footer-sitemap-links {
    padding-left: 0px;
}

.footer-widget-nav ul {
    padding-left: 0px;
}

.footer-widget-nav ul li {
    list-style: none;
}

.footer-widget-nav ul li a {
    display: block;
    position: relative;
    color: #f9f9f9;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 8px;
    padding-left: 12px
}

.footer-widget-nav ul li a i {
    position: relative;
    margin-right: 3px;
}

.footer-widget-nav ul li a:hover {
    color: #c4c4c4
}

.footer-sitemap-links {
    margin-top: 25px;
    margin-bottom: 20px;
    text-align: center;
    justify-content: center !important
}

.footer-sitemap-links li {
    list-style: none;
    padding-right: 10px;
}

.footer-sitemap-links li:last-child {
    padding-right: 0px
}

.footer-sitemap-links li a {
    display: block;
    position: relative;
    font-size: 13px;
    color: #fff
}

.footer-sitemap-links li a:hover {
    color: #fff
}

.footer-sitemap-links li:last-child a {
    margin-right: 0;
    padding-right: 0
}

.footer-sitemap-links li:last-child a:after {
    display: none
}

.phone-link {
    font-size: 14px;
    font-weight: 400;
    color: #f3f3f3;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.phone-link i {
    font-size: 14px;
    margin-right: 12px;
    color: #fff;
    width: 22px;
    height: 22px;
}

.phone-link:hover {
    color: #fff
}

.phone-link:hover:after {
    background-color: #fff
}

.services_icons {
    padding: 60px 0;
    background: #f4f4f4;
}

.services_icons .container-fluid {
    padding: 0 20px;
}

.services_icons .container-fluid .row {
    display: flex;
    align-items: center
}

.services_icons .container-fluid .sicons_block {
    text-align: center
}

.services_icons .container-fluid .sicons_block a {
    line-height: 1.15;
    font-size: 14px;
}

.services_icons .container-fluid .sicons_block a span {
    position: relative;
    margin-left: 10px;
    color: #848484;
    font-size: 18px;
    display: block;
    text-transform: uppercase;
    font-weight: 500;
}

.services_icons .container-fluid .sicons_block img {
    width: 125px;
    margin: 0 auto;
    height: 125px;
    border: 3px solid #848484;
    border-radius: 50%;
    padding: 5px;
    margin-bottom: 20px;
}

.slide-arrow {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    border: none;
    background: transparent;
}

.prev-arrow {
    left: 0px;
    width: 30px;
    height: 30px;
}

.next-arrow {
    right: 0px;
    width: 30px;
    height: 30px;
}

.footer-bottom {
    background-color: #767676;
    padding: 15px 0 10px;
    text-align: center;
    font-size: 16px;
}

.footer-contact {
    background-color: #fff;
    border-radius: 3px;
    overflow: hidden;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-top: -60px
}

.footer-contact .footer-contact-item {
    padding: 35px 30px;
    border-right: 1px solid #eaeaea;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex: 1
}

.footer-contact .footer-contact-item .footer-contact-item-icon {
    color: #0095a4;
    font-size: 16px;
    margin-right: 10px
}

.footer-contact .footer-contact-item .footer-contact-item-text span {
    font-size: 13px;
    display: block;
    margin-bottom: 4px
}

.footer-contact .footer-contact-item .footer-contact-item-text a,
.footer-contact .footer-contact-item .footer-contact-item-text strong {
    font-size: 14px;
    color: #51668a
}

.footer-contact .footer-contact-item .footer-contact-item-text a:hover {
    color: #0095a4
}

.footer-copyright {
    padding-top: 0px;
    padding-bottom: 0px;
    color: #fff
}

.footer-copyright a {
    color: #fff
}

.footer-copyright a:hover {
    color: #0095a4
}

.wrap {
    position: relative;
    z-index: 100;
    width: 100%;
    padding: 0 60px;
    overflow: hidden;
    background-color: transparent;
}

.slider {
    position: relative;
    z-index: 200;
    padding: 60px 0;
    margin: 5rem auto 0;
    max-width: 1200px;
    width: 100%;
}

.item.slick-slide {
    width: 650px;
    height: 400px !important;
    transition: transform .4s;
    position: relative;
    border: 4px solid #f7f7f7;
}

.slider .slick-slide:after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.01);
    transition: transform .4s;
}

.item.slick-slide {
    transform: scale(0.7) translate(640px);
    filter: grayscale(.7);
}

.item.slick-slide.slick-center {
    filter: grayscale(0);
}

.item.slick-slide.slick-center + .slick-slide {
    transform: scale(0.8) translate(-250px);
    z-index: 10;
}

.item.slick-slide.slick-center + .slick-slide + .item.slick-slide {
    transform: scale(0.7) translate(-640px);
    z-index: 5;
}

.item.slick-slide.slick-active {
    transform: scale(0.8) translate(250px);
}

.slick-current.slick-active.slick-center {
    border: 10px solid #f7f7f7;
}

}

.item a {
    display: block;
    height: 100%;
}

.item.slick-slide.slick-center {
    /* margin: 0 -10%; */
    transform: scale(1);
    z-index: 30;
}

.slider .slick-center:after {
    opacity: 0;
}

.service_details ul li::before {
    content: '';
    position: absolute;
    left: -22px;
    top: 6px;
    width: 12px;
    height: 12px;
    background: url('../icons/list.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.sevice_details ul {
    list-style: none
}

.service_details p {
    margin-bottom: 18px;
}

.service_details p,
.service_details ul li {
    color: #333;
    font-size: 18px;
    line-height: 1.5;
    position: relative
}


.service_details p.sc_subtitle {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 12px;
}

.service_details p.sc_subtitle b {
    font-weight: 500;
    color: #666464;
}


.service_details ul li {
    list-style: none;
    margin-bottom: 6px;
}

.service_details {
    text-align: left;
    padding: 35px 0 50px;
}

.service_details {
    color: #333;
    padding-left: 20px;
}

.service_details h6 {
    font-family: "Now";
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 20px;
	font-weight: 400
}

.service_details h5 {
    font-family: "Now";
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 22px;
    color: #7b7878;
}

.service_details h3 {
    color: #848484;
    font-size: 3rem;
    margin-bottom: 20px;
    margin-left: -25px;
}

.service_details .main_title{
    font-style: normal;
    font-size: 24px;
    margin-bottom: 12px;
    color: #625f5f;
}
@media only screen and (max-width:768px) {
    .main__media {
        margin-top: -70px;
    }

    .logo_menu,
    .logo_menu img {
        width: 120px;
    }

    .nav {
        padding-top: 0px;
    }

    .services_icons .container-fluid .sicons_block a span {
        height: 50px;
    }

    .nav__menu {
        padding: 10rem 0;
        background: #848484;
        margin: 0;
        height: 100vh;
        padding-top: 15em;
    }

    #nav.animate-in {
        width: 100%;
        margin: 0px;
    }
}