/*
Theme Name: CallPageBoy2
Theme URI: http://evolvedesign.ie
Author: Tomas@Evolve
Author URI: http://evolvedesign.ie
Description: Custom Wordpress theme for Call Page Boy
Version: 1.00
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: callpageboy2
*/

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
    color: #58595b;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
}
html {
    /*    background-color: #414042;*/
    min-height: 100vh;
    background-color: #414042;
}
body {
    background-color: #fff;
}

/*@media screen and (max-width: 768px) {
        body {
                font-size: 14px;
        }
}*/


h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300; 
    color: #fff;
}

h1 { font-size: 2.4em; }
h2 { font-size: 2.2em; }
h3 { font-size: 1.25em; }
h4 { font-size: 1.8em; }
h5 { font-size: 1.6em; }
h6 { font-size: 1.2em; }




p {
    margin-bottom: 15px;
    font-family: 'PT Sans', sans-serif;
    font-size: 1.7rem;
    font-weight: normal;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}
iframe {
    border: 0;
}

/*--------------------------------------------------------------
# VENDOR Yamm!3
--------------------------------------------------------------*/
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
    position: static;
}
.yamm .container {
    position: relative;
}
.yamm .dropdown-menu {
    left: auto;
}
.yamm .yamm-content {
    padding: 20px 30px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
    left: 0;
    right: 0;
    border: none;
    border-top: 1px solid #b9b9b9;
}
@media screen and (max-width: 768px) {
    .yamm .dropdown.yamm-fw .dropdown-menu {
        padding-top: 0;
    }
}
/*--------------------------------------------------------------
# Modal Vertically Center From 768px
--------------------------------------------------------------*/
@media screen and (min-width: 768px) {
    .modal {
        text-align: center;
        padding: 0!important;
    }

    .modal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px;
    }

    .modal-dialog {
        display: inline-block;
        text-align: left;
        vertical-align: middle;
    }
}

/*
 Helper and Debug Classes
*/
.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}
.brand-color {
    color: #7f3f98 !important;
}
.band-bg {
    background-color: #7f3f98 !important;
}
.mt20 {
    margin-top: 20px;
}
.mt30 {
    margin-top: 65px;
}

.mb10 {
    margin-bottom: 10px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb30 {
    margin-bottom: 30px;
}
.mb40 {
    margin-bottom:40px;
}

.mb60 {
    margin-bottom: 60px;
}
.pb20 {
    padding-bottom: 20px;
} 
.pt10 {
    padding-top: 10px;
} 
.pb10 {
    padding-bottom: 10px;
}
.pb160 {
    padding-bottom: 160px;
}
.red {
    background: red;
}
.blue {
    background: blue;
}
.green {
    background-color: green;
}
.orange {
    background: orange;
}
.body-color {
    color: #58595b;
}
.max-1200 {
    max-width: 1200px;
}
no-padding {
    padding: 0;
}
@media (min-width: 768px) {
    .fr {
        float: right;
    }
}

.bold {
    font-weight: bold;
}
/*
Brand color
#7f3f98
*/


.heading-underline:after {
    content: '';
    display: block;
    width: 5em;
    padding-bottom: .5em;
    border-bottom: 1px solid;
    margin: auto;
}


/*
        Global
*/

body {
    font-family: 'Open Sans', sans-serif;
    color: #58595b;
    padding: 0;
    margin: 0;
}
a {
    color: #7f3f98;
}
/*
        Hero
*/
.page-header {
    width: 100%;
    /*min-height: 600px;*/
    /*height: 100vh;*/
    /*max-height: 768px;*/
    /*max-height: 840px;*/
    background-color: gray;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    margin: 0;
    border-bottom: none;
    overflow: hidden;
    padding-bottom: 0;


}
.page-header .carousel {
    padding-top: 0;
    padding-bottom: 0;
}

@media screen and (min-width: 768px) {
    .home-page .carousel-inner {
        min-height: 70vh;
    }
}
@media screen and (min-width: 420px) and (orientation: landscape) {
    .home-page .page-header {
        /*min-height: 200vh;*/
    }
}

/*--------------------------------------------------------------
# Page styles
--------------------------------------------------------------*/

.page-header-simple {
    height: 300px;
    background-color: gray;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;


}

div.page {
    padding-top: 1em;
    padding-bottom: 1em;
    -webkit-animation: fadeInPage 250ms ease-in;
    animation: fadeInPage 250ms ease-in;
}
.page h1 {
    font-size: 26px;
    color: #7f3f98;
    font-weight: bold;
    margin-bottom: 1em;
    position: relative;
    line-height: 1.3;
}
.page h1:after {
    content: '';
    display: block;
    width: 4em;
    padding-bottom: .4em;
    border-bottom: 1px solid #7f3f98;
    margin: auto;
}
.page h2 {
    font-weight: bold;
    color: #7f3f98;
    font-size: 20px;
}
.page h3 {
    font-weight: bold;
    color: #7f3f98;
}

.page ul {
    font-size: 1em;
    font-family: 'PT Sans', sans-serif;
    padding-left: 2em;
}

.page ol li {
    font-weight: bold;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidebar  {
    list-style-type: none;
    margin-bottom: 1em;
    text-align: center;
}
@media screen and (max-width: 992px) {
    .sidebar {
        margin-bottom: 3em;
    }
}
.sidebar h3 {
    color: #7f3f98;
    font-weight: bold;
    margin-bottom: 1em;
    position: relative;
    font-size: 22px;
    text-align: center;
}
.sidebar h3:after {
    content: '';
    display: block;
    width: 4em;
    padding-bottom: .6em;
    border-bottom: 1px solid #7f3f98;
    margin: auto;
}
.widget-title {
    color: #7f3f98;
    font-weight: bold;
    margin-bottom: 1em;
    position: relative;
    font-size: 1.4em;
    text-align: center;
}
.widget-title:after {
    content: '';
    display: block;
    width: 4em;
    padding-bottom: .6em;
    border-bottom: 1px solid #7f3f98;
    margin: auto;
}

/*
 Service sidebar
*/
.sidebar-service-holder {
    text-align: center;
    font-size: .8em;
    font-weight: bolder;
    color: #7f3f98;
    margin-bottom: 15px;
}

.sidebar-service {
    margin: auto;
    width: 54px;
    height: 54px;
    margin-bottom: 10px;
    /*	background-color: red;
    */	text-align: center;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*
 Contact sidebar
*/
.sidebar-contact p {
    font-size: .9em;
    font-family: inherit;
    font-family: 'Open Sans', sans-serif;
    color: #7f3f98;
    text-align: center;
    padding: 0;
    margin: 0;
    margin-bottom: .8em;
}
p.address{
    margin-bottom: 0;
}
.sidebar-contact span {
    font-weight: bolder;
}

/*
 Video sidebar
*/
.video-trigger {
    background-color: #e6e7e8;
    cursor: pointer;
    background-image: url(images/video-trigger-bg.jpg);
    background-size: cover;
    margin: auto;
    min-width: 243px;
    max-width: 243px;
    height: 154px;
    margin: auto;
    cursor: pointer;
    box-shadow: 1pt 1pt 1pt #231F20;

}
.video-trigger .fa-play {
    font-size: 30px;
    width: 60px;
    line-height: 55px;
    height: 60px;
    color: #fff;
    border: 2px solid #fff;
    text-align: center;
    border-radius: 50%;
    margin-top: 45px;
    padding-left: 5px;
    /*transition: ;*/
    -webkit-transition: border-color 300ms ease, color 300ms ease;
    transition: border-color 300ms ease, color 300ms ease;
}
a .video-trigger:hover .fa-play {
    color: #7F3F98;
    border-color: #7F3F98;
}
/*
 Chat sidebar
*/
.icon-chat {
    display: inline-block;
    width: 100%;
    height: 69px;
    background-repeat: no-repeat;
    background-image: url(images/icons/chat-icon.svg);
    background-position: center center;
    margin-bottom: 1em;
}

/*
 CTA sidebar
*/
.cta-holder {
    padding: 0 1em;
}
.sidebar-cta {
    border: 2px solid #7F3F98;
    color: #7F3F98;
    font-weight: bold;
    background-color: #fff;
    padding: 5px 15px;
    margin-top: .5em;
    margin-bottom: .5em;
}
.sidebar-cta:hover,
.sidebar-cta:active {
    /*border: 1px solid #fff;*/
    text-decoration: none;
    color: #fff;
    background-color: #7f3f98;
    -webkit-transition: background ease 300ms;
    transition: background ease 300ms;
    -webkit-transition: color ease 200ms;
    transition: color ease 200ms;
}

/*
 Get a qoute sidebar 
*/
.sidebar-qoute {
    padding-top: 90px;
    /*background-color: red;*/
    background-image: url('images/icons/get-a-qoute-iocn.svg');
    background-repeat: no-repeat;
    background-position: top center;
    margin-bottom: 50px !important;
    position: relative;
}

.sidebar-qoute a.sidebar-qoute-link {
    border: 1px solid #f7941e;
    font-size: 19px;
    font-weight: bold;
    color: #f7941e;
    padding: 4px 12px;
    text-decoration: none;   
    transition: ease all 300ms;
    cursor: pointer;
}

.sidebar-qoute a.sidebar-qoute-link:hover {
    color: #fff;
    border: none;
    background-color: #f7941e;
}


.sidebar-qoute a.sidebar-qoute-link span {
    font-weight: lighter;
    font-size: 15px;
    margin-left: 3px;
    
}

.sidebar-qoute .sidebar-qoute-link::after {
    content: '';
    display: block;
    position: absolute;
    width: 4.2em;
   
    border-bottom: 1px solid #f7941e;
    margin: auto;
    bottom: -20px;
    left: calc(50% - 2.1em);
}

@media screen and (max-width: 768px) {

    .sidebar {
        margin: .5em 0;
    }
    .sidebar-service-holder {
        font-size: 1em;
        font-weight: bolder;
        color: #7f3f98;


    }
    /*.sidebar-service {*/
    /**/
    /*width: 95px;*/
    /*height: 95px;*/
    /*margin-top: 2em;*/
    /*margin-bottom: .5em;*/
    /**/
    /*}*/
    /*.sidebar-service {*/
    /**/
    /*width: 95px;*/
    /*height: 95px;*/
    /*margin-top: 2em;*/
    /*margin-bottom: .5em;*/
    /**/
    /*}*/

}

@media screen and (max-width: 991px) {
    /*.sidebar-service-holder {*/
    /*font-size: 1em;*/
    /*font-weight: bolder;*/
    /*color: #7f3f98;*/
    /*}*/
    /*.siddebar-service {*/
    /*width: 100px;*/
    /*height: 100px;*/
    /*margin-top: 2em;*/
    /*margin-bottom: .5em;*/
    /*}*/
}


.call-centre {
    background-image: url(images/icons/services-icons/oldphone-icon.svg);
}
.sales {
    background-image: url(images/icons/services-icons/megaphone-icon.svg);

}
.fulfilment {
    background-image: url(images/icons/services-icons/box-rounded-icon.svg);

}
.price-and-packages {
    background-image: url(images/icons/services-icons/van-icon.svg);

}

/*--------------------------------------------------------------
# Top Info
--------------------------------------------------------------*/
.top-info {
    margin-top: 1.5em;
    margin-bottom: 2em;
    color: #fff;
    font-size: .8em;
    position: relative;
    z-index: 20;
}
.shadow {
    text-shadow: 1pt 1pt 1pt #231F20;
}
.top-info ul {
    padding-left: 0;
    margin-left: 0;
}

.top-info ul li {
    display: inline-block;
    margin-right: .6em;
}
.top-info ul li a {
    color: #fff;
}
/*.top-info ul li a:hover {
        color: #7f3f98;
}*/

.top-info ul li .fa {
    /*padding-left: 10px;*/
    padding-right: 2px;
    font-size: 18px;
}


/*--------------------------------------------------------------
# Nav and Logo
--------------------------------------------------------------*/

.navbar-default {
    background-color: rgba(255, 255, 255, .85);
    border: none;
    z-index: 100;
}
.navbar-brand {
    padding: 0;
    padding-top: 6px;
    padding-bottom: 40px;
    padding-left: 1em;
}

.logo {
    background-image: url('images/callpageboy-logo.svg');
    background-repeat: no-repeat;
    width: 153px;
    height: 38px;
    margin: 0;
    padding: 0;
}
.sub-menu {
    list-style-type: none;
}

.sub-menu a {
    display: block;
}

/*
Fix navigation
*/ 
@media (min-width: 768px) and (max-width: 840px) {
    .nav>li>a {
        padding: 15px 10px;
    }
 }
/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.nav .open>a, .nav .open > a:focus, .nav .open > a:hover {
    border-color: rgba(255, 255, 255, 0.6);
}


@media screen and (max-width: 767px) {
    /*       #desktop-nav {
               display: none;
        }
        
        #mobile-nav {
            display: block;
        }*/

    .navbar-nav > li > a {
        padding-top: 12px;
        padding-bottom: 12px;
    }
    ul.dropdown-menu {
        padding-bottom: 0;
    }

    .navbar-default .navbar-nav>li>a {
        color: #7f3f98;
        font-size: .8em;
    }
    .navbar-default .navbar-nav>li>a:hover {
        background-color: transparent;
    }

    .main-search {
        display: none;
    }

    .navbar-nav .active>a {
        /*        color: #555 !important;
                background-color: #e7e7e7 !important;*/
        font-weight: bolder;
    }
    .curent-featured a {
        color: #555 !important;
        background-color: #e7e7e7 !important;
    }
    .navbar-default {
        background-color: rgba(255, 255, 255, 1);
    }
    .dropdown-menu {
        margin-top: 0;

    }
    .navbar-nav {
        margin: 0 -15px;
    }

    #navbar a {
        text-transform: uppercase;
        display: block;
    }

    #navbar .sub-menu {

        text-indent:  15px;
    }
    .navbar-default .navbar-nav>li>a {
        border-bottom: 1px solid rgba(0,0,0,.1);
        border-bottom: 1px solid #999;
        background-color: #232323;
        color: #ddd;
    }

    navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus,
    .navbar-default .navbar-nav>.open>a:active, 
    .navbar-default .navbar-nav>.open>a:hover {
        color: #fefefe;
        background-color: #232323; 
    }

    .navbar .caret {
        -webkit-transition: -webkit-transform ease-in 200ms;
        transition: -webkit-transform ease-in 200ms;
        transition: transform ease-in 200ms;
        transition: transform ease-in 200ms, -webkit-transform ease-in 200ms;
    } 
    .navbar-nav> .open .caret {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        margin-bottom: 2px;
    }   


    .navbar-nav .open .dropdown-menu {
        padding-top: 0;
    }

    .group-icon {
        background-image: none !important;
    }

    .featured-nav-item {
        padding-left: 0px;
    }

    .how-to-get-started br {
        display: none;
    }
    .how-to-get-started span {
        display: none;
    }
    .featured-nav-item a {
        font-size: .8em;
        padding: 12px 25px;
        display: block;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        border-right: 1px solid black;
        background-color: #494949;
        color: white;
        text-decoration: none;
        text-indent: 5px;
        border-bottom: 1px solid rgba(6, 6, 6, 0.45);
    }
    #navbar {
        background-color: transparent;
    }

    .group-icon br {
        display: none;  
    }

    .sub-menu {
        z-index: 100;
        background-color: green;
        background-color: rgba(255, 255, 255, 1);
        border-right: 1px solid black;
        padding-left: 0;
        font-size: inherit;
    }

    .sub-menu li a {
        background-color: #333;
        color: white;
    }
    .featured-nav-item .team-nav {
        padding-left: 0;
    }

    .featured-nav-item .how-to-get-started {
        padding-left: 0;
    }

    .sub-menu li:first-child a {
        background-color: rgba(51, 51, 51, 0.89);
        color: white;
        text-indent: 5px;
        border-bottom: 1px solid rgba(6, 6, 6, 0.45);   
    }
    .sub-menu a {

        font-size: .8em;
        padding: 12px 25px;
        color: #7f3f98;
        border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    }
    .sub-menu a:hover,  .sub-menu a:active {
        text-decoration: none;
        background-color: #7f3f98;
        color: #fff;
    }



    #main-search .fa {
        padding-right: 3px;
    }



    .fa-chevron-right {
        display: none;
    }

}  /* end media */


/*--------------------------------------------------------------
# Desktop Nav
--------------------------------------------------------------*/

@media screen and (min-width: 768px) {
    /*    #desktop-nav {
            display: block;
        }
        
        #mobile-nav {
            display: none;
        }*/
    .navbar {
        border-radius: 0px;
    }
    /* navigation links */
    .navbar-default .navbar-nav>li>a {
        color: #7f3f98;
        font-size: 14px;
        font-weight: bolder;
    }

    .navbar-default .navbar-nav>li>a:hover {
        background-color: #e7e7e7;
    }

    .dropdown .service-nav {
        padding-bottom: 15px;
        width: 20%;
        float: left;
        background-color: blue;
        list-style-type: none;
        min-height: 172px;
    }
    /*    .service-sub-menu {
            min-height: 176px
        }
        .about-sub-menu {
            min-height: 176px;
        }*/
    .sub-menu {
        float: left;
        width: 20%;
        padding-left: 15px;
        /*padding-top: 15px;*/
        /*padding-bottom: 10px;*/
        border-right: 1px solid rgba(3,3,3,0.125);

    }



    .sub-menu:last-child {
        border-right: none;
    }
    /*
    nav background only on single page
    */
    .page-header-simple  .dropdown-menu {
        background-color: rgba(255,255,255, 0.98);
    }
    .contact-us-header  .dropdown-menu {
        background-color: rgba(255,255,255, 0.98);
    }

    .dropdown-menu {
        padding: 0;
        margin: 0;
        /*padding-top: 15px;*/
        background-color: rgba(255,255,255, 0.75);
    }
    .bdr {
        border-right: 1px solid rgba(3,3,3,0.125);
    }
    .bdl {
        border-left: 1px solid rgba(3,3,3,0.125);
    }

    .bdr:last-child {
        border-right: none;
    }


    #navbar .active {
        /*background-color: #E4E4EA;*/
        font-weight: bold;
        color: #58595b;
    }
    #navbar .active > a {
        color: #58595b;
    }

    #navbar .active .nav-chevron {
        /*background-color: #E4E4EA;*/
        /*color: rgb(247, 148, 30);*/
    }


    .featured-nav-item {
        width: 20%;
        text-align: center;
        padding-left: 0;
        /*padding-top: 25px;*/
        float: left;
        /*min-height: 176px;*/
        list-style-type: none;
        position: relative;
        height: 100%;
    }

    .featured-nav-item li {
        position: relative;
        background-repeat: no-repeat;
        background-size: 71px;
        background-position: center 20px;
        width: 100%;
        /*min-height: 110%;*/
        top: 0;
        background-color: #7f3f98;
        font-size: 14px;
        height: 100%;
    }

    .featured-nav-item li a {
        box-sizing: border-box;
        display: block;
        width: 100%;
        /*height: 100%;*/
        color: #fff;
        font-weight: bold;
        padding-right: 25px;
        padding-left: 25px;
        font-size: 14px;
        padding-top: 100px;
        height: 100%;

    }



    .team-nav li a {
        font-size: 16px;
        font-weight: bolder;
        padding-left: 20px;
        padding-right: 20px;
    }



    .pricing-nav li a {
        font-weight: bolder;
        padding-top: 115px;
        font-size: 19px;

    }

    .how-to-get-started li {
        background-color: #F7941D;
        background-image: url("images/icons/nav-ad-icon-porcesses.svg");;
    }

    .how-to-get-started  li a span {
        display: inline-block;
        font-weight: lighter;
        padding-top: 5px;
        font-size: 13px;
        max-width: 130px;
    }
    .dropdown-menu > li ul.about-sub-menu:first-child {
        border-right: none;
    }
    /*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

    .sub-nav-item-3 {
        border-right: none;
    }
    /* ul */
    ul.sub-nav-item-4 {
        width: 20%;
        text-align: center;
        padding-left: 0;
        padding-top: 25px;
        float: left;
        min-height: 176px;
        list-style-type: none;
        position: relative;
    }

    ul.sub-nav-item-4 li {
        position: absolute;
        /*background-image: url("images/icons/nav-ad-icon-porcesses.svg");*/
        background-repeat: no-repeat;
        background-size: 71px;
        background-position: center 20px;
        width: 100%;
        height: 191px;
        top: -15px;
        background-color: #F7941D;
        font-size: 14px;
    }

    ul.sub-nav-item-4 li a {
        display: block;
        width: 100%;
        height: 100%;
        color: #fff;
        font-weight: bold;
        padding-right: 25px;
        padding-left: 25px;
        font-size: 14px;
        padding-top: 100px;
    }
    .sub-menu span {
        display: none;

    }


    /*desktop nav*/
    .sub-menu li:first-child a {
        margin-top: 15px;
        font-weight: bold;
        color: #7f3f98;
        font-size: 14px;
        /*margin-bottom: .5em;*/
        margin-left: 0;
    }

    .sub-menu a {
        color: #58595b;
        font-size: 14px;
        margin-bottom: 5px;
        margin-left: 10px;
        position: relative;
        line-height: 120%;
        margin-bottom: 10px;
        /*text-indent: 5px;*/
    }

    .dropdown .sub-menu a:last-child {
        /*margin-bottom: 0;*/
    }



    /* Icon in sub menu */
    .nav-chevron {
        color: rgba(127,63,152,1.00);
        font-size: 7.5px;
        line-height: 6px;
        vertical-align: middle;
        position: absolute;
        top: 47.5%;

        left: -10px;
    }


    a#main-search {
        font-size: 0;
        height: 50px;
        -webkit-transition: ease font-size 150ms;
        transition: ease font-size 150ms;
    }

    #main-search .fa-search {
        font-size: 18px;
        color: #7f3f98;


    }
    a#main-search:hover .fa{
        color: #333;
    }
    .fa-search:hover {
        color: inherit;
    }

    ul.nav li.dropdown:hover > ul.dropdown-menu {
        display: block
    }
}
@media screen and (min-width: 767px) {
    .team-nav a {
        /*min-height: 236px;*/
    }
}

@media screen and (min-width: 767px) and (max-width: 993px) {
    .featured-nav-item  li a {
        padding-right: 5px;
        padding-left: 5px;
    }

    .sub-menu {
        padding-left: 8px;
    }

    .team-nav li a {
        /*font-size: 15px;*/

    }

}


@media screen and (min-width: 992px) {
    a#main-search:hover {
        font-size: 14px;
    }
    a#main-search:hover .fa{
        color: #333;
        padding-right: 5px;
    }
} 

/*--------------------------------------------------------------
# Home page
--------------------------------------------------------------*/
/* Home CTA */
.cta-holder {
    text-align: center;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 25%;
    /*background-color: green;*/
}
/*background-size: cover;*/
.page-header .carousel .item {
    background-size: cover;
    background-position: top center;
}
/* Home Page Carousel */
/* Fade slide transition  */
.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
    z-index: 2;
}



.main-heading {
    font-size: 4em;
    font-weight: 600;
    margin-bottom: 1em;
    color: #fff;
    text-shadow: 3.11px 3.11px 4.66px rgba(35, 31, 32, 0.75);
}

.animation-holder {
    margin: auto;

    /*max-width: 70%;*/
    /*width: 82%;*/
    position: relative;
    /*background-color: green;*/
    max-width: 630px;
}
/*
Hide homepage icon animation */
@media screen and (max-width: 650px) {
    .animation-holder {
        display: none;
    }
}
/*664px*/
.box-one {
    position: absolute;
    left: 0;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
    -webkit-animation-delay: 600ms;
    animation-delay: 600ms;
    width: 135px;
}

.box-two {
    position: absolute;
    left: 165px;
    text-align: center;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
    width: 135px;
}
.box-three {
    position: absolute;
    left: 330px;
    /*top: 35%;*/
    text-align: center;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
    width: 135px;
}
.box-four {
    left: 495px;
    position: absolute;
    /*top: 35%;*/
    text-align: center;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
    -webkit-animation-delay: 600ms;
    animation-delay: 600ms;
    width: 135px;
}
.hero-icon {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    margin: 0 auto 20px auto;
    background: center center no-repeat #7f3f98;
    /*-webkit-box-shadow: 2px 1px 5px 0px rgba(50, 50, 50, 0.75);*/
    /*-moz-box-shadow: 2px 1px 5px 0px rgba(50, 50, 50, 0.75);*/
    /*box-shadow: 2px 1px 5px 0px rgba(50, 50, 50, 0.75);*/
}

.hero-icon-money {
    background-image: url(images/icons/hero-icons/piggybank.svg);
}

.hero-icon-time {
    background-image: url(images/icons/hero-icons/clock.svg);
}

.hero-icon-expertise {
    background-image: url(images/icons/hero-icons/light-bulb.svg);
}

.hero-icon-reputation {
    background-image: url(images/icons/hero-icons/thumb-up.svg);
}

.hero-icon-certifications {
    background-image: url(images/icons/hero-icons/certs.svg);
    /*background-size:*/ 
}

.hero-icon-certifications {
    background-image: url(images/icons/hero-icons/certs.svg);
}

.hero-icon-chat {
    background-image: url(images/icons/hero-icons/chat.svg); 
}

.hero-icon-arrow {
    background-image: url(images/icons/hero-icons/arrow.svg);
}

.hero-icon-calendar {
    background-image: url(images/icons/hero-icons/calendar.svg);
}

.hero-icon-text {
    color: #fff;
    margin: 0;
    padding: 0;
}

.cta {
    position: relative;
    top: 150px;
    text-align: center;
    border-radius: 0;
    padding: .8em 1em;
    border: 1px solid #fff;
    color: #fff;
    font-size: 1em;
    font-weight: 800;
    letter-spacing: 2px;
    font-family: 'Open Sans', sans-serif;
    -webkit-transition: background ease-in 200ms;
    transition: background ease-in 200ms;
}
.cta:hover {
    background: #7f3f98;
    border: 1px solid #7f3f98;
    color: #fff;
}
@-webkit-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translateX(-2000px);
    }
    60% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        /*-webkit-transform: translateX(30px);*/
    }
    80% {
        /*-webkit-transform: translateX(-10px);*/
    }
    100% {
        -webkit-transform: translateX(0);
    }
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
    60% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        /*transform: translateX(30px);*/
    }
    80% {
        /*transform: translateX(-10px);*/
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}


@-webkit-keyframes bounceInUp {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translateY(2000px);
    }
    60% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: translateY(-30px);
    }
    80% {
        -webkit-transform: translateY(10px);
    }
    100% {
        -webkit-transform: translateY(0);
    }
}

@keyframes bounceInUp {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }
    60% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    80% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}



#animateIcon3:hover {
    background-color: #fff;
    z-index: 100;
}

@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translateY(-2000px);
    }
    60% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: translateY(30px);
    }
    80% {
        -webkit-transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(0);
    }
}

@keyframes bounceInDown {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
    60% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }
    80% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}



@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translateX(2000px);
    }
    60% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        /*-webkit-transform: translateX(-30px);*/
    }
    80% {
        /*-webkit-transform: translateX(10px);*/
    }
    100% {
        -webkit-transform: translateX(0);
    }
}

@keyframes bounceInRight {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
    60% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        /*transform: translateX(-30px);*/
    }
    80% {
        /*transform: translateX(10px);*/
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}




@media screen and (max-width: 650px) {
    .main-heading {
        font-size: 3em;
    }
    .cta {
        top: 20px;
    }
    .page-header {
        height: 90vh;
    }
    .page-header .btn {
        letter-spacing: 0px;
    }
}
@media screen and (max-width: 370px) {
    .main-heading {
        font-size: 2em;
    }

}
.no-animation {
    -webkit-animation: none;
    animation: none;
}



/*--------------------------------------------------------------
# Featured home page block
--------------------------------------------------------------*/
.featured {
    background-color: #7f3f98;
    text-align: center;
    padding: 3em 0 1em 0;
    color: #fff;
}

.featured-item {
    min-height: 200px;
    background-position: center center;
    background-size: 64px;
    background-repeat: no-repeat;
    -webkit-transition: ease-out 350ms background-position;
    transition: ease-out 350ms background-position;
}
.featured-item:hover,
.featured-item:active {
    background-position: center 65%;
}
.featured-item h3 {
    color: #fff;
}

.service {
    background-image: url('images/icons/featured/play-icon.svg');
}

.clients {
    background-image: url('images/icons/featured/group-icon.svg');
    background-size: 78px;
}
.packages {
    background-image: url('images/icons/featured/box-icon.svg');
}
.getting-started {
    background-image: url('images/icons/featured/start-icon.svg');
    background-size: 57px;
}

.pricing {
    background-image: url('images/icons/featured/pricing-icon.svg');
}

.featured-item h3:before {
    content: '';
    display: block;
    width: 4em;
    padding-bottom: .5em;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    margin: auto;
}

.featured-item h3 {
    font-size: 1.5em;
    letter-spacing: 1px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .featured-item h3 {
        font-size: 1.15em;
    }
}

/* Home Modal */

#videoModal .modal-body {
    padding: 0;
    background-color: black;
    position: relative;
}
.close-video-modal {
    position: absolute;
    font-size: 38px;
    top: -45px;
    right: 0px;
    color: darkgray;
    cursor: pointer;
}
.close-video-modal:hover {
    color: red;
}


/*--------------------------------------------------------------
# Search Form Modal
--------------------------------------------------------------*/

.search-overlay {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    z-index: 305;
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(0, 0, 0, 0.60)), color-stop(75%, rgba(0, 0, 0, 0.45)), to(rgba(0, 0, 0, 0)));*/
    /*background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.60) 20%, rgba(0, 0, 0, 0.45) 75%, rgba(0, 0, 0, 0));*/
    /*background: linear-gradient(to bottom, rgba(0, 0, 0, 0.60) 20%, rgba(0, 0, 0, 0.45) 75%, rgba(0, 0, 0, 0));*/
    /*background-color: #fff;*/
    background: #fff;
    padding: 200px 0 0 0;
}
.search-overlay.open {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}
.search-overlay .search-form {
    /*max-width: 1200px;*/
    max-width: 950px;
    margin: 0 auto;
    padding: 0 80px;
    width: 100%;
    position: relative;
}
.search-overlay .close-search-form {
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    background: url('images/icons/form-search/close-icon.svg') no-repeat center center;
    top: -100px;
    right: 10%;
    right: 80px;

}
.search-overlay .search-form label {
    width: 100%;
    height: 100%;
}
.search-form .search-field:focus {
    outline: 0;
}
.search-overlay .search-form .search-field {
    width: 100%;
    border: none;
}




.search-overlay .search-form .search-field {
    font-family: 'PT Sans', sans-serif;
    /*font-size: 30px;*/
    padding: 0;

    font-weight: bolder;
    background: none;
    color: #7f3f98;
    box-shadow: none !important;
    border: 0;
    border-bottom: 1px solid #7f3f98;
}


.search-form ::-webkit-input-placeholder {
    color: #7f3f98;
    /*font-size: 30px;*/
}
.search-form :-moz-placeholder {
    color: #fff;
}
.search-form ::-moz-placeholder {
    color: #fff;
}

.search-overlay .search-form .search-submit {
    position: absolute;
    right: 80px;
    top: 30px;
    background: red;
    color: transparent;
    border: none;
    height: 25px;
    background: url('images/icons/form-search/search-icon.svg') no-repeat right center;
}
.search-overlay .search-form .search-submit:focus {
    outline: none;
}


/*
    Mobile only ajustments
*/
@media (max-width: 550px) {
    .search-overlay {
        padding: 130px 0 0 0;
    }

    .search-overlay .search-form {
        padding: 0 60px;
    }

    .search-overlay .close-search-form {
        right: 60px;
        background-size: 20px;
    }

    .search-overlay .search-form .search-field {
        font-size: 25px;
    }

    .search-overlay .close-search-form {

    }

    .search-overlay .search-form .search-submit {
        top: 3px;
        right: 60px;
        background-size: 20px;
    }
}









@media (min-width: 550px) {
    .search-overlay .search-form .search-field {
        font-size: 50px;
        letter-spacing: 1px;
    }
}
@media (max-width: 550px) {
    .search-overlay {
        background: #fff;
    }
}


/*--------------------------------------------------------------
# Clients logo slider block
--------------------------------------------------------------*/
.clients-logo-slider {
    background-color: #7f3f98;
    padding-top: 1em;
    padding-bottom: 3em;
}
@media screen and (max-width: 768px) {
    .clients-logo-slider {
        display: none;
    }
}

.clients-logo-slider.white {
    background-color: white;
    /*    padding-bottom: 0;
        padding-top: 0;*/
}

.clients-logo-slider.white  .carousel-showmanymoveone .carousel-control.left {
    margin-left: 0;
}
.clients-logo-slider.white  .carousel-showmanymoveone .carousel-control.rigth {
    margin-right: 0;
}

.white .client {
    display: block;
    /*width: 90%;*/
    width: 70%;
    height: 104px;
    background-repeat: no-repeat;
    background-position: center center;
    margin: auto;
    background-size: contain;
}

@media screen and (max-width: 990px) {
    .white .client {
        width: 40%;
    }
}
.white .heading-underline {
    color: #7f3f98;
    font-weight: bold;

}
.no-paddind.carousel {
    padding: 0;
}
/*
    Carousel
*/

.carousel {
    padding-top: 1em;
    padding-bottom: 1em;
}

.carousel-control {
    /*display: none;	*/
}
.carousel-control > .fa {
    color: #7f3f98;
}
.carousel-showmanymoveone .carousel-control {
    width: 4%;
    background-image: none;
}
.carousel-showmanymoveone .carousel-control.left {
    margin-left: 15px;
}
.carousel-showmanymoveone .carousel-control.right {
    margin-right: 15px;
}
.carousel-showmanymoveone .cloneditem-1,
.carousel-showmanymoveone .cloneditem-2,
.carousel-showmanymoveone .cloneditem-3,
.carousel-showmanymoveone .cloneditem-4,
.carousel-showmanymoveone .cloneditem-5,
.carousel-showmanymoveone .cloneditem-6   {
    display: none;
}

@media all and (min-width: 768px) {
    .carousel-showmanymoveone .carousel-inner > .active.left,
    .carousel-showmanymoveone .carousel-inner > .prev {
        left: -50%;
    }
    .carousel-showmanymoveone .carousel-inner > .active.right,
    .carousel-showmanymoveone .carousel-inner > .next {
        left: 50%;
    }
    .carousel-showmanymoveone .carousel-inner > .left,
    .carousel-showmanymoveone .carousel-inner > .prev.right,
    .carousel-showmanymoveone .carousel-inner > .active {
        left: 0;
    }
    .carousel-showmanymoveone .carousel-inner .cloneditem-1 {
        display: block;
    }
}
@media all and (min-width: 768px), all and (min-width: 768px)  {
    .carousel-showmanymoveone .carousel-inner > .item.active.right,
    .carousel-showmanymoveone .carousel-inner > .item.next {
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
        left: 0;
    }
    .carousel-showmanymoveone .carousel-inner > .item.active.left,
    .carousel-showmanymoveone .carousel-inner > .item.prev {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
        left: 0;
    }
    .carousel-showmanymoveone .carousel-inner > .item.left,
    .carousel-showmanymoveone .carousel-inner > .item.prev.right,
    .carousel-showmanymoveone .carousel-inner > .item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}
@media all and (min-width: 992px) {
    .carousel-showmanymoveone .carousel-inner > .active.left,
    .carousel-showmanymoveone .carousel-inner > .prev {
        left: -16.66666666666667%;
    }
    .carousel-showmanymoveone .carousel-inner > .active.right,
    .carousel-showmanymoveone .carousel-inner > .next {
        left: 16.66666666666667%;
    }
    .carousel-showmanymoveone .carousel-inner > .left,
    .carousel-showmanymoveone .carousel-inner > .prev.right,
    .carousel-showmanymoveone .carousel-inner > .active {
        left: 0;
    }
    .carousel-showmanymoveone .carousel-inner .cloneditem-2,
    .carousel-showmanymoveone .carousel-inner .cloneditem-3,
    .carousel-showmanymoveone .carousel-inner .cloneditem-4,
    .carousel-showmanymoveone .carousel-inner .cloneditem-5 {
        display: block;
    }
}
@media all and (min-width: 992px), all and (min-width: 992px) {
    .carousel-showmanymoveone .carousel-inner > .item.active.right,
    .carousel-showmanymoveone .carousel-inner > .item.next {
        -webkit-transform: translate3d(16.66666666666667%, 0, 0);
        transform: translate3d(16.66666666666667%, 0, 0);
        left: 0;
    }
    .carousel-showmanymoveone .carousel-inner > .item.active.left,
    .carousel-showmanymoveone .carousel-inner > .item.prev {
        -webkit-transform: translate3d(-16.66666666666667%, 0, 0);
        transform: translate3d(-16.66666666666667%, 0, 0);
        left: 0;
    }
    .carousel-showmanymoveone .carousel-inner > .item.left,
    .carousel-showmanymoveone .carousel-inner > .item.prev.right,
    .carousel-showmanymoveone .carousel-inner > .item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}


/*
  clients Logos
*/
.client {
    display: block;
    width: 94px;
    height: 34px;
    background-repeat: no-repeat;
    background-position: center center;
    margin: auto;
}

.carol {
    background-image: url('images/client-logos/calor.svg');
}
.aramark {
    background-image: url('images/client-logos/aramark.svg');
}
.ncpc {
    background-image: url('images/client-logos/ncpc.svg');
}
.siemens {
    background-image: url('images/client-logos/siemens.svg');
}
.kone {
    background-image: url('images/client-logos/kone.svg');
}
.airtricity {
    background-image: url('images/client-logos/airtricity.svg');
}


















/*--------------------------------------------------------------
# General icon styles
--------------------------------------------------------------*/
.icon-wrap {
    margin: 0 1em;
}
.icon-holder {
    /*background-color: gray;*/
    /*height: 140px;*/
    font-size: 15px;
    text-align: center;
    color: #7f3f98;
    margin-bottom: 20px;
    font-weight: bolder;
}
.the-icon {
    /*background-color: green;*/
    height: 71px;
    width: 71px;
    padding-top: 80px;
    margin:  10px auto 0 auto;
    background-size: 71px 71px;
    background-repeat: no-repeat;
    background-position: center center;
}
/*
all icons
*/
.pricetag-icon {
    background-image: url(images/icons/all-icons/pricetag-icon.svg);
}
.connection-icon {
    background-image: url(images/icons/all-icons/connection-icon.svg);
}
.box-icon {
    background-image: url(images/icons/all-icons/box-icon.svg);
}
.bulb-icon {
    background-image: url(images/icons/all-icons/bulb-icon.svg);
}
.calendar-icon {
    background-image: url(images/icons/all-icons/calendar-icon.svg);
}
.chat-icon {
    background-image: url(images/icons/all-icons/chat-icon.svg);
}
.clock-icon {
    background-image: url(images/icons/all-icons/clock-icon.svg);
}
.gear-icon {
    background-image: url(images/icons/all-icons/gear-icon.svg);
}
.gears-icon {
    background-image: url(images/icons/all-icons/gears-icon.svg);
}
.globe-icon {
    background-image: url(images/icons/all-icons/globe-icon.svg);
}
.world-globe-icon {
    background-image: url(images/icons/all-icons/world-globe-icon.svg);
}
.headset-icon {
    background-image: url(images/icons/all-icons/headset-icon.svg);
}
.info-icon {
    background-image: url(images/icons/all-icons/info-icon.svg);
}
.infra-icon {
    background-image: url(images/icons/all-icons/gear-icon.svg);
}
.start-icon {
    background-image: url(images/icons/all-icons/start-icon.svg);
}
.like-icon {
    background-image: url(images/icons/all-icons/like-icon.svg);
}
.magnifier-icon {
    background-image: url(images/icons/all-icons/magnifier-icon.svg);
}
.megaphone-icon {
    background-image: url(images/icons/all-icons/megaphone-icon.svg);
}   
.notepad-icon {
    background-image: url(images/icons/all-icons/notepad-icon.svg);
}
.pencil-icon {
    background-image: url(images/icons/all-icons/pencil-icon.svg);
}

.phone-icon {
    background-image: url(images/icons/all-icons/phone-icon.svg);
}

.piggy-bank-icon {
    background-image: url(images/icons/all-icons/piggy-bank-icon.svg);
}

.profile-icon {
    background-image: url(images/icons/all-icons/profile-icon.svg);
}
.ribbon-icon {
    background-image: url(images/icons/all-icons/ribbon-icon.svg);
}
.van-icon {
    background-image: url(images/icons/all-icons/van-icon.svg);
}

.news-icon {
    background-image: url(images/icons/all-icons/news-icon.svg);
}
.video-icon {
    background-image: url(images/icons/all-icons/video-icon.svg);
}
.portfolio-icon {
    background-image: url(images/icons/all-icons/portfolio-icon.svg);
}

.leaves-icon {
    background-image: url(images/icons/all-icons/leaves-icon.svg);
}
.group-icon {
    background-image: url(images/icons/all-icons/group-icon.svg);
}

.house-icon {
    background-image: url(images/icons/all-icons/house-icon.svg);
}

.connectdots-icon {
    background-image: url(images/icons/all-icons/connectdots-icon.svg);
}

.envelope-icon {
    background-image: url(images/icons/all-icons/envelope-icon.svg);
}

.person-icon {
    background-image: url(images/icons/all-icons/person-icon.svg);
}

.crm-integration-icon {
    background-image: url(images/icons/all-icons/crm-integration-icon.svg);
}
.pharmacovigilance-icon {
    background-image: url(images/icons/all-icons/pharmacovigilance-icon.svg);
}

.rota-management-icon {
    background-image: url(images/icons/all-icons/rota-management-icon.svg);
}

.call-filttering-icon {
    background-image: url(images/icons/all-icons/call-filttering-icon.svg);
}

.dublin-based-icon {
    background-image: url(images/icons/all-icons/dublin-based-icon.svg);
}
.scalability-icon {
    background-image: url(images/icons/all-icons/scalability-icon.svg);
}
.trust-icon {
    background-image: url(images/icons/all-icons/trust-icon.svg);
}
.sms-icon {
    background-image: url(images/icons/all-icons/sms-icon.svg);
}
.form-icon {
    background-image: url(images/icons/all-icons/form-icon.svg);
}

.chat2-icon {
    background-image: url(images/icons/all-icons/chat2-icon.svg);
}
.phone2-icon {
    background-image: url(images/icons/all-icons/phone2-icon.svg);
}


/*--------------------------------------------------------------
# Featured gray block simple page
--------------------------------------------------------------*/
.featured-gray {
    background-color: #e6e7e8;
    text-align: center;
    padding-top: 1em;
}
.featured-gray .item {
    min-height: 180px;
    background-position: center center;
    background-repeat:  no-repeat;
    -webkit-transition: ease-out 300ms background-position;
    transition: ease-out 300ms background-position;
}
.featured-gray h3:before {
    content: '';
    display: block;
    width: 4em;
    padding-bottom: .6em;
    border-top: 1px solid #7f3f98;
    margin: auto;
}
.featured-gray h3 {
    color: #7f3f98;
    text-align: center;
    font-weight: bolder;
}

.why {
    background-image: url(images/icons/featured-gray/pointing-hand-icon.svg);
    background-size: 55px;
}
.sponsorship {
    background-image: url(images/icons/featured-gray/leaves-icon.svg);
    background-size: 78px;
}

.partners {
    background-image: url(images/icons/featured-gray/hand-shake-icon.svg);
    background-size: 82px;
}
.featured-gray .item:hover {
    background-position: center 60%;
}

/*--------------------------------------------------------------
# Request a call back block simple page
--------------------------------------------------------------*/
.call-back {
    background-color: #f7941e;
    width: 100%;

    /*scroll?*/
}
.call-back span.wpcf7-list-item {
    display: block;
    width: 100%;
    margin: 0;
}
.request-holder {
    /*padding-bottom: 2em;*/
    cursor: pointer;
    padding: 1em;
}
.request-holder2 {
    /*cursor: pointer;*/
    padding: 1em;
}

.form-closed:after {
    content: '';
    display: block;
    width: 26px;
    height: 16px;
    font-size: 16px;
    color: #fff;
    margin: auto;
    margin-top: 15px;
    background-image: url('images/icons/form-icons/down-icon.svg');
    background-repeat: no-repeat;
    background-position: center center;
}
.form-open:after {
    background-image: url('images/icons/form-icons/up-icon.svg');
}
.call-back-fixed {
    position: fixed;
    left:0;
    bottom: 0;
    z-index: 301;
}
/*@media screen and (max-width: 768px) {*/
/*.call-back-fixed {*/
/*position: absolute;*/
/*left: 0;*/
/*bottom: 0;*/
/*}*/
/*}*/

.call-back-fixed #wpcf7-f1582-o1 {
    /*padding-bottom: 2em;*/
}

.call-back h4 {
    text-align: center;
    font-weight: bolder;
    font-size: 1.3em;
}

/*
        Form
*/
.call-back .wpcf7-form {
    display: none;
    padding: 1em 0;
}

.call-back .form-label-wrap {
    margin: auto;
    width: 99%;
    position: relative;
}
.call-back .radio-group {
    margin-right: 4px;
}
.call-back .radio-group label {
    float: left;
    margin-right: 5px;
    background-color: transparent;
    overflow: auto;
    font-weight: bolder;
    color: #fff;
    line-height: 0;
}

.call-back .radio-group label:hover {
    /*opacity: .7;*/
}
.call-back .radio-group label span {
    text-align: center;
    padding: .4em 1.4em;
    display: block;
    border: 1px solid #ffffff;
    line-height: 1.5;

}
.call-back  .radio-group label input {
    display: none;
}



/*.radio-group .wpcf7-form-control-wrap .request-type .wpcf7-form-control .wpcf7-radio */
/*.radio-group label input:checked + span {*/
/*background-color: red;*/
/*color: orange;*/
/*}*/

.call-back  .wpcf7-form  input[type=radio]:checked + span {
    background-color: #fff;
    color: #f7941e;
}
.call-back .checkbox-description {
    color: #fff;
    margin-bottom: 10px;
}


/* From Error */
.call-back div.wpcf7-validation-errors {
    border: none;
    background-color: red;
    padding: 15px;
    text-align: center;
    color: #fff;
}
/* From Sent */
.call-back div.wpcf7-mail-sent-ok {
    border: none;
    background-color: #fff;
    padding: 15px;
    text-align: center;
    font-weight: bolder;
    color: #f7941e;
}
@media screen and (max-width: 767px) {
    .call-back .form-label-wrap {
        width: 285px;
    }
    .call-back .radio-group label {
        width: 285px;
        margin-bottom: 10px;
    }
    .call-back  #wpcf7-f1582-o1 > .wpcf7-form input[type=submit] {
        width: 285px;
        margin-top: 30px;
    }
    .call-back .checkbox-description {
        margin-top: 5px;
        margin-bottom: 0;
    }

}
@media screen and (min-width: 767px) {
    .mt10-md {
        margin-top: 20px;
    }
}
.call-back .wpcf7-form label[for=name],
.call-back .wpcf7-form label[for=company],
.call-back .wpcf7-form label[for=phone],
.call-back .wpcf7-form label[for=email] {
    /* debug */
    /*background-color: red;*/
    margin-top: 6px;
    margin-left: 5px;
    width: auto;

    font-weight: normal;
    color: #fff;
    padding-left: 21px;
    padding-right: 3px;

}
.call-back .wpcf7-form label[for=name] {
    background-image: url('images/icons/form-icons/person-icon.svg');
    background-repeat: no-repeat;
}
.call-back .wpcf7-form label[for=company] {
    background-image: url('images/icons/form-icons/house-icon.svg');
    background-repeat: no-repeat;
    padding-left: 26px;
}

.call-back .wpcf7-form label[for=phone] {
    background-image: url('images/icons/form-icons/phone-icon.svg');
    background-repeat: no-repeat;
}

.call-back .wpcf7-form label[for=email] {
    background-image: url('images/icons/form-icons/at-icon.svg');
    background-repeat: no-repeat;
    background-position: 0 50%;
    padding-left: 22px;
}

@media screen and (max-width: 768px) {
    .call-back .wpcf7-form input[type=text],
    .call-back .wpcf7-form input[type=email],
    .call-back .wpcf7-form input[type=tel] {
        left: 0px !important;
    }
}
.call-back .wpcf7-form input[type=text],
.call-back .wpcf7-form input[type=email],
.call-back .wpcf7-form input[type=tel] {
    background-color: #f7941e;
    border: none;
    border: 1px solid rgba(255,255,255,0.6);
    top: 0;
    left: 0;
    margin-bottom: 12px;
    position: relative;
    color: #fff;
    /*transition: ease margin-top 300ms;*/
    font-size: 14px;
    width: 140px;
}
.call-back .wpcf7-form input[type=text]:focus,
.call-back .wpcf7-form input[type=email]:focus,
.call-back .wpcf7-form input[type=tel]:focus {
    outline: none;
    /*margin-top: 10px;*/
}
@media screen and (max-width: 1200px) {
    .call-back .wpcf7-form input[type=text],
    .call-back .wpcf7-form input[type=email],
    .call-back .wpcf7-form input[type=tel] {
        width: 100%;

    }
}
@media screen and (min-width: 1200px) {
    .call-back .wpcf7-form input[type=text],
    .call-back .wpcf7-form input[type=email],
    .call-back .wpcf7-form input[type=tel] {
        left: 5px;

    }
}


/*equest-call-back input:focus {
        outline: none;
        font-size: 16px;
        top: 0px;
        border-top:1px solid rgba(255,255,255,0.6);
}*/

/*
Request call back
*/
/*.wpcf7-form input[type=submit] {*/
/*display: block;*/
/*margin: auto;*/
/*background-color: transparent;*/
/*border: 1px solid #fff;*/
/*color: #fff;*/
/*padding: .5em 1.2em;*/
/*font-weight: bolder;*/
/*margin-top: 1.5em;*/
/*font-size: 1em;*/
/*}*/
/*
Get in touch
*/
.call-back #wpcf7-f1582-o1 {
    max-width: 915px;
    margin: auto;
}
.call-back #wpcf7-f1582-o1 textarea {
    width: 100%;
    height: 105px;
    border: 1px solid rgba(255,255,255,0.6);
    background-color: #f7941e;
    color: #fff;
    font-size: 14px;
    padding: 5px;
}
.call-back #wpcf7-f1582-o1 .message-text-desc {
    margin: 0;
    margin-bottom: 5px;
    color: #fff;
}
.call-back #wpcf7-f1582-o1 > .wpcf7-form input[type=submit] {
    display: block;
    float: right;
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    padding: .4em 1.4em;
    font-weight: bolder;

    font-size: 1em;
}

.call-back #wpcf7-f1582-o1 > .wpcf7-form input[type=submit]:hover {
    color: #f7941e;
    background-color: #fff;
    border: 1px solid #fff;
}

@media (max-width: 768px) {
    .call-back #wpcf7-f1582-o1  .the-fix {
        max-width: 315px;
        margin: auto;
    }
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.page-footer {
    background-color: #414042;
    color: #fff;
    padding-top: 2em;
    padding-bottom: 2em;
    line-height: 1.6;
    font-size: .7em;
}

.page-footer a {
    color: #fff;
}

.page-footer ul {
    margin-top: 0;
    list-style-type: none;
}


@media screen and (max-width: 422px){
    .footer-widget-1 {
        padding-left: .5em;
    }
}
@media screen and (max-width: 767px){
    .footer-widget-1 {
        padding-left: 1em;
    }
}

/*
Footer address widget
*/
.footer-widget-1 ul {
    padding-left: 0;
}
.footer-widget-1 span {
    font-weight: bold;
    padding-right: 5px;
}
.address-full {
    font-weight: bold;
    margin-bottom: .5em;
}

.footer-address {
    margin-bottom: .8em;
}

/*
Footer social icons
*/

.footer-social li {
    display: inline-block;
    margin-right: 1.5em;
    position: relative;
}

.footer-social li a {
    display: block;
    width: 100%;
    height: 100%;
}




.linkedin:after {
    content: "\f0e1";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 20px;
}

.twitter:after {
    content: "\f099";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 20px;
}
.youtube:after {
    content: "\f16a";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 20px;
}

/*--------------------------------------------------------------
# Service Page
--------------------------------------------------------------*/
.page-service  .sidebar-service {
    width: 80px;
    height: 80px;
}

/*--------------------------------------------------------------
# Call centre Page + Accordion
--------------------------------------------------------------*/

.call-centre-accordion .panel {
    margin-bottom: 20px;
    border: none;
    border-radius: 0;
    box-shadow: none;
}
.call-centre-accordion .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.1em;
    font-weight: bold;
    color: #7f3f98;
}

.call-centre-accordion .panel-title a:after {
    content: "\f107";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 18px;
    line-height: 18px;
    color: #58595b;
}
.call-centre-accordion .panel-collapse {
    font-family: 'PT Sans', sans-serif;
    padding-top: .5em;
}
.more-info {
    border-radius: 0;
    border: 2px solid #7F3F98;
    color: #7F3F98;
    font-weight: bold;
    background-color: #fff;
    padding: 5px 15px;
    margin-top: .5em;
    margin-bottom: .5em;
}
.more-info:hover,
.more-info:active {
    /*border: 1px solid #fff;*/
    color: #fff;
    background-color: #7f3f98;
    -webkit-transition: background ease 300ms;
    transition: background ease 300ms;
    -webkit-transition: color ease 200ms;
    transition: color ease 200ms;
}
.call-centre-accordion .more-info{
    margin-bottom: 2.5em;
}



/*--------------------------------------------------------------
# Meet Management Team Page
--------------------------------------------------------------*/
/*
#7f3f98
*/
.meet-the-team-accordion {
    margin-top: 40px;
}
.meet-the-team-accordion .panel {
    position: relative;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid rgba(188, 190, 192, .9);
    border-radius: 0;
}
.meet-the-team-accordion .panel-title {
    font-size: 17px;
    font-weight: bold;
    color: #7f3f98;
    padding-bottom: 10px;
}
.meet-the-team-accordion h5.panel-title span {
    font-size: 14px;
    font-weight: 700;
    color: #58595b;

}
.meet-the-team-accordion .single-person   {
    font-size: 25px;
    font-weight: bold;
    color: #7f3f98;
    padding-bottom: 0;
    padding-bottom: 20px; 
}
.meet-the-team-accordion h6.job-title {
    color: #58595b;
    padding-top: 0;
    margin-top: 5px;
    font-size: 16px;
    font-weight: bold;
}

.meet-the-team-accordion  .introduction p {
    /*margin-bottom: .5em;*/
}

.team-member-photo {
    display: block;
    margin: auto;
    width: 100px;
}
.meet-the-team-accordion p {
    font-size: 16px;
    line-height: 1.2;
}
.meet-the-team-accordion .angle-dwn {
    display: block;
    position: relative;
    width: 20px;
    height: 20px;
    margin-top: 6px;
}
.meet-the-team-accordion .angle-dwn:after {
    content: "\f107";
    font-family: FontAwesome;
    left: 0;
    top: 0px;
    color: #7f3f98;
    font-size: 30px;
    position: absolute;
}
.meet-the-team-accordion .angle-up {
    display: block;
    position: relative;
    width: 20px;
    height: 20px;
    margin-bottom: 25px;

}
.meet-the-team-accordion .angle-up:after {
    content: "\f106";
    font-family: FontAwesome;
    left: 0;
    top: -10px;
    color: #7f3f98;
    font-size: 30px;
    position: absolute;
}
.meet-the-team-accordion .team-member-email,
.meet-the-team-accordion .team-member-phone {
    font-family: 'PT Sans', sans-serif;
    font-weight: bold;
    color: #58595B;
    /*background-color: red;*/
    font-size: 16px;
    height: 32px;
    display: block;
    line-height: 30px;
    background-repeat: no-repeat;
}
.meet-the-team-accordion .team-member-email {
    background-image: url(images/icons/managment-team-icons/email-icon.svg);
    background-position: 0 center;
    padding-left: 40px;
    margin-bottom: 30px;
}
.meet-the-team-accordion .team-member-email:hover ,
.meet-the-team-accordion .team-member-phone:hover {
    color: #7f3f98;
}
.meet-the-team-accordion .team-member-phone {
    background-image: url(images/icons/managment-team-icons/phone-icon.svg);
    background-position: 0 center;
    padding-left: 28px;
    margin-bottom: 30px;
}
.meet-the-team-accordion .team-member-linkedin {
    background-image: url(images/icons/managment-team-icons/linkedin-icon.svg);
    background-repeat: no-repeat;
    display: block;
    width: 30px;
    height: 30px;
    margin-bottom: 30px;
}
/*@media all and (max-width: 768px) {
    .team-icon-holder {
        display: none;
        display: none;
    } 
}*/

.team-icon-holder {
    padding-bottom: 100px;
    /*display: none;*/
}







.meet-the-team-accordion .team-member-photo {
    padding-bottom: 20px;
}
.meet-the-team-accordion .team-member-icons {
    /*position: absolute;*/
    width: 113px;
    height: 90px;
    margin-bottom: 10px;
    /*background-color: red;*/
    /*display: none;*/

}

.meet-the-team-accordion .team-icon-1 {
    /*top: 119px;*/
}
.meet-the-team-accordion .team-icon-2 {
    /*top: 209px;*/
}
.meet-the-team-accordion .team-icon-3 {
    /*top: 299px;*/
}
.meet-the-team-accordion .news-icon {
    width: 100%;
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 65px;
    font-weight: bolder;
    color: #7f3f98;
    background-image: url(images/icons/managment-team-icons/news-icon.svg);
    background-repeat: no-repeat;
    background-position: center top;
}

@media screen and (min-width: 767px) {
    .pl30-sm {
        padding-left: 30px;
    }
    .team-member-icons {
        padding-left: 26px;
    }

}

@media screen and (max-width:767px) {

    .team-icon-holder {
        width: 340px;
        margin: auto;
        display: none;
    }

    .team-member-icons {
        /*display: none;*/
    }
    .meet-the-team-accordion .panel-title {
        font-size: 21px;
        text-align: center;
    }
    .meet-the-team-accordion p {
        text-align: center;
        font-size: 16px;
        line-height: 1.4;
        padding: 0 8%;
    }
    .meet-the-team-accordion .angle-dwn,
    .meet-the-team-accordion .angle-up {
        width: 45px;
        height: 45px;
        margin: auto;

        padding: 10px;
    }

    .meet-the-team-accordion .angle-dwn {
        margin: 20px auto;
    }
    .meet-the-team-accordion .angle-up {
        margin-bottom: 20px;
    }
    .meet-the-team-accordion .angle-dwn:after {
        font-size: 45px;
        top: -10px;
        left: 7px;
    }
    .meet-the-team-accordion .angle-up:after {
        font-size: 45px;
        top: -14px;
        left: 7px;
    }


    .team-member-email {
        display: block;
        width: 210px;
        margin: 0 auto 30px;
    }
    .team-member-phone {
        display: block;
        width: 140px;
        margin: 0 auto 30px;
    }
    .team-member-linkedin {
        display: block;
        width: 30px;
        margin: 0 auto 30px;
    }



}  /* end media */
/*--------------------------------------------------------------
# Search Page
--------------------------------------------------------------*/
/*
        Read-more Btn
*/
.search-page h1 {

}

.search-page h1 span {
    font-weight: 100;
}
.search-page h2 {
    font-weight: bold;
    font-size: 1.3em;
    margin-bottom: 20px;
}
.read-more {
    font-size: 15px;
    color: #7F3F98;
    font-weight: bolder;
    padding-left: 0;
    /**/
    margin-right: auto;
    /*float: right;*/
    /*transition: background ease-in 250ms;*/
}
.read-more:hover {
    text-decoration: underline;
    color: #7F3F98;
}

/*.read-more:hover,*/
/*.read-more:focus {*/
/*background-color: #fff;*/
/*color: #7F3F98;*/
/*border: 1px solid #7F3F98;*/
/*font-weight: bolder;*/

/*}*/

.search-post {
    margin-bottom: 2em;
    margin-top: 2em;
    font-weight: bold;
    border-bottom: 1px solid rgb(188,190,192);
    padding-bottom: 10px;
}

.no-results {
    min-height: 300px;
}

.search-page .posts-navigation {
    display: none;
}

/*--------------------------------------------------------------
# Prices & Packages
--------------------------------------------------------------*/
/*
* using class the-icon
*/
.orange-globe-icon {
    background-image: url(images/icons/packages/orange-globe-icon.svg);
}
.orange-group-icon {
    background-image: url(images/icons/packages/orange-group-icon.svg);
}
.orange-person-icon {
    background-image: url(images/icons/packages/orange-person-icon.svg);
}
.prices-packages {
    /*margin-top: 60px;*/
    text-align: center;
}
.prices-packages h6 {
    color: rgb(88,89,91);
    font-weight: bolder;
    font-size: 17px;
    /*border-bottom: 1px solid rgb(88,89,91);;*/
}
.prices-packages hr {
    /*color: rgb(88,89,91);*/
    background-color: #fff;
    width: 77px;
    border-top: 2px solid rgb(88,89,91);
    margin-top: 0;
    margin-bottom: 15px;
}
.prices-packages .price {
    color: rgb(88,89,91);
    font-weight: bolder;
    font-size: 17px;
    margin-bottom: 10px;
}
.prices-packages p {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
}

/*--------------------------------------------------------------
# Processes Page
--------------------------------------------------------------*/
.fix-width {
    max-width: 617px;
    margin: auto;   
}
.processes {
    margin: 10px auto;
    position: relative;
    max-width: 617px;
}
.process-holder {
    margin: auto;
    width: 160px;
    position: relative;
}
.process-number {
    font-size: 34px;
    font-weight: bold;
    line-height: 50px;
}
.process-desc {
    line-height: 130%;
    font-size: 15px;
    font-weight: bolder;
    padding: 10px 0;
    background-color: #fff;
}
@media screen and (max-width: 360px) {
    .process-holder {
        width: 120px;
    }
    .process-desc {
        font-size: 13px;
        width: 110px;
    }

}
.process-icon {
    z-index: 2;
    height: 78px;
    width: 88px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 80px;
    margin-left: 30px;
    background-color: #fff;
    background-size: 68px 68px;
    background-repeat: no-repeat;
    background-position: center bottom;
}

/*
* icons
*/
.icon-orange-onetomany {
    background-image: url(images/icons/processes/orange-onetomany-icon.svg);
}
.icon-orange-directions {
    background-image: url(images/icons/processes/orange-directions-icon.svg);
}
.icon-orange-artboard {
    background-image: url(images/icons/processes/orange-artboard-icon.svg);
}
.icon-orange-artboard {
    background-image: url(images/icons/processes/orange-artboard-icon.svg);
}
.icon-orange-target {
    background-image: url(images/icons/processes/orange-target-icon.svg);
}
.icon-orange-filesearch {
    background-image: url(images/icons/processes/orange-filesearch-icon.svg);
}
.icon-orange- {
    background-image: url(images/icons/processes/orange-filesearch-icon.svg);
}
.icon-orange-presentation {
    background-image: url(images/icons/processes/orange-presentation-icon.svg);
}
.icon-orange-pencilnote {
    background-image: url(images/icons/processes/orange-pencilnote-icon.svg);
}
.icon-orange-lock {
    background-image: url(images/icons/processes/orange-lock-icon.svg);
}


.connect-line {
    position: absolute;
    width: 182px;
    height: 2px;
    margin: auto;
    background-color: #816d6d;
}

.line-1 {
    top: 40px;
    left: 20%;
    width: 60%;
}
.line-2 {
    top: 232px;
    left: 20%;
    width: 60%;
}
.line-3 {

    /*top: 439px;*/

    top: 420px;
    right: 143px;
    left: 20%;
    width: 60%;
}
.line-4 {
    top: 627px;
    left: 20%;
    width: 60%;
}

.line-top-md:before {
    content: '';
    display: block;
    position: absolute;
    height: 30px;
    width: 2px;
    background-color: #816d6d;
    left: 40%;
    left: calc(40% + 2px);
    top: -25px;
}

/*@media screen and (min-width: 1200px) {
    .line-top-md::before {
        left: 35%;
    }
}*/
.line-down:before {
    content: '';
    display: block;
    position: absolute;
    width: 2px;
    right: 50%;
    right: calc(50% + 2px);
    height: 120px;
    background-color: #816d6d;
}




@media screen and (max-width: 768px) {
    .line-top-md:before  {
        display: none;
    }
    .processes {
        max-width: 465px;
    }
    .process-holder {
        margin: auto;
        width: 125px;
        position: relative;
    }
}

@media screen and (min-width: 768px) {
    .line-down:before {
        display: none;
    }
    .line-3 {
        left: -91px;
        width: 30%;
    }
    .line-4 {
        display: none;
    }
}
@media screen and (min-width: 990px) {
    .line-top-md:before {
        left: 84px;
    }
}
/*@media screen and (min-width: 1200px) {
    .line-top-md::before {
        left: 40%;
    }
}*/

/*--------------------------------------------------------------
# Contact Us Page
--------------------------------------------------------------*/
.contact-us-header {
    height: 400px;
    -webkit-transition: height 300ms ease;
    transition: height 300ms ease;

    background-color: lightgray;
    /*    background-repeat: no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
        background-position: center center;*/
}


.contact-us-page {
    z-index: 20;
    /*min-height: 600px;*/
    padding-bottom: 60px!important;
}

.contact-us-page .icon-holder {
    font-size: 16px;
}

/*
    Conatct Page Map
*/
#map {
    width: 100%;
    height: 400px;
    /*debug*/
    /*height: 1200px;*/
    position: absolute;
    left: 0;
    top: 0;
    z-index: 20; 
    -webkit-transition: height 300ms ease; 
    transition: height 300ms ease;
}
/*
    Map info window
*/
#map img {
    max-width: none !important;
}

#map-infowindow {
    width: 255px;
    height: 355px;
    /*display: none;*/
    text-align: center;
    background-color: white;
    position: relative;
    overflow: visible;
    box-shadow: 0px 2px 8px 2px rgba(153,153,153,1);

    /*    animation: fadeInPage 300ms ease-in;*/
}
#map-infowindow .map-header img {
    position: absolute;

}
#map-infowindow .map-header {
    height: 130px;
    /*background-color: green;*/
    background: url(images/map-infobox-header-bg.jpg);

}
#map-infowindow  h3 {
    margin-top: 0;
    color: black;
    font-weight: bold;
    font-size: 17px;
    color: #7F3F98;
    z-index: 1;
    text-align: center;
    padding-top: 30px;
}
#map-infowindow  h3:after {
    content: "";
    display: block;
    width: 40%;
    height: 1px;
    background-color: #7F3F98;
    margin: auto;
    margin-top: 8px;

}
#map-infowindow .map-infobox-icon {
    width: 42px;
    height: 42px;
    background: url(images/map-infobox-icon.svg) center no-repeat;
    position: absolute;
    top: 105px;
    left: 105px;

}

#map-infowindow  p {
    font-size: 14px;
    margin: 0;
    color: #7F3F98;
    padding: 0 10px 10px 10px;
}
#map-infowindow .hours {
    /*text-transform: uppercase;*/
    font-size: 16px;
    font-weight: bold;

    /*text-align: center;*/

}
#map-infowindow a.get-directions {
    border-radius: 0;
    border-color: #7f3f98;
    color: #7f3f98;
    margin-top: 10px;
}

#map-infowindow a.get-directions:hover {
    background-color: #7f3f98;
    color: #fff;
}
div.gm-style>div:nth-child(1)>div:nth-child(4)>div:nth-child(4)>div>div:nth-child(1)>div:nth-child(4) {
    display: none;
}
div.gm-style>div:nth-child(1)>div:nth-child(4)>div:nth-child(4)>div>div:nth-child(1)>div:nth-child(3) {
    top: 10px;
}
div.gm-style>div:nth-child(1)>div:nth-child(4)>div:nth-child(4)>div>div:nth-child(1)>div:nth-child(2) {
    display: none;
}


.gm-style-iw {
    width: 350px !important;
    /*pointer-events: none;*/
    top: 0 !important;
    left: 0 !important;
    border-radius: 0;
    background: none; 

}

#close-map {
    display: inline-block;
    position: absolute;
    left: 10px;
    top: 510px;
    z-index: 100;
    background-color: green;
    text-align: center;

    color: #666666;
    font-family: Roboto, Arial, sans-serif;
    -webkit-user-select: none;
    font-size: 11px;
    padding: 8px;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    -webkit-background-clip: padding-box;
    box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
    border-left: 0px;
    min-width: 65px;
    font-weight: 500;
    background-color: rgb(255, 255, 255);
    background-clip: padding-box;
    display: none;
}
#close-map:hover {
    color: black;
    background-color: rgb(235, 235, 235);
    text-decoration: none;
}


@media all and (min-width: 768px) {
    .contact-left {
        padding-top: 80px;
    }
    .contact-right {
        padding-top: 90px;
    }

}
@media all and (min-width: 420px) {
    .contact-middle {
        margin: auto;
        max-width: 70%;
    } 
}

/*.contact-middle  a {
    display: block;
    color: red;
}*/
.contact-us-page .body-color {
    color: #58595b;
}


/*--------------------------------------------------------------
# Why Call Pageboy
--------------------------------------------------------------*/
/*
accordion why-call-page-accordion
*/

.why-call-page-accordion .panel-title {
    padding: 25px 0 25px 0;
}
.why-call-page-accordion .panel-title a {
    padding: 25px 0 25px 70px;
    /*background-image: url("images/icons/hero-icons/light-bulb.svg");*/
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 50px;

}
.why-call-page-accordion ul {
    padding-left: 20px;
}
.why-call-page-accordion li {
    margin-bottom: 10px;
}
.why-call-page-accordion .panel {
    margin-bottom: 0;
}
.why-call-page-accordion .panel-title a:after {
    padding-left: 5px;
    content: "\f106";
}
.why-call-page-accordion .panel-title a.collapsed:after {
    content: "\f107";
}

.why-call-page-accordion a.expertise {
    background-image: url("images/icons/hero-icons/light-bulb.svg");
}
.why-call-page-accordion a.money {
    background-image: url("images/icons/hero-icons/piggybank.svg");
}
.why-call-page-accordion a.time {
    background-image: url("images/icons/hero-icons/clock.svg");
}
.why-call-page-accordion a.certifications  {
    background-image: url("images/icons/all-icons/ribbon-icon.svg");
}
/*--------------------------------------------------------------
# Page FAQ
--------------------------------------------------------------*/
#accordion-faq .panel {
    box-shadow: none;
    border-bottom: 1px solid lightgrey;
    padding-bottom: 5px;
}
.accordion-faq h6 {
    color: #7f3f98;
    font-size: 16px;
    font-weight: bold;
}
.accordion-faq ul {
    list-style-type: none;
    padding-left: 15px;
}



.accordion-faq a.collapsed:after {
    content: "\f067";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 15px;
    color: #58595b;
    color: #7f3f98;
    position: absolute;
    right: 0;
    top: 0; 
}
.accordion-faq  a:after {
    content: "\f068";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 15px;
    color: #58595b;
    color: #7f3f98;
    position: absolute;
    right: 0;
    top: 0; 
}

#accordion-faq .panel p:first-child {
    /*margin-top: 5px;*/
}

.accordion-faq .collapse.in {
    /*padding-bottom: 10px;*/
}
.accordion-faq .panel-title {

}
#accordion-faq .panel-collapse {
    margin-bottom: 10px;
}
.accordion-faq .panel-title a {

    position: relative;
    color: #7f3f98;
    background-repeat: no-repeat;
    background-position: center left;

    line-height: 140%;
    padding-right: 20px;
    padding-bottom: 10px;
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-weight: bold;

}
/*--------------------------------------------------------------
# Page Partners
--------------------------------------------------------------*/

.accordion-partners .panel-title a:after {
    content: "\f107";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 23px;
    line-height: 110px;
    color: #58595b;
    color: #7f3f98;
    position: absolute;
    right: 12px;
    /* top: 0; */
}
#accordion-partner .panel p:first-child {
    padding-top: 5px;
}
#accordion-partner .panel a:last-child {
    font-weight: bold;
    margin-top: 20px;
}
.accordion-partners .collapse.in {
    border-bottom: 1px solid rgba(88, 89, 91, 0.28);
    padding-bottom: 10px;
}
.accordion-partners .panel-title {
    /*margin-bottom: 20px;*/
    border-bottom: 1px solid rgba(88, 89, 91, 0.28);
    height: 120px;
}
#accordion-partner .panel-collapse {
    margin-bottom: 40px;
}
.accordion-partners .panel-title a {
    /*padding: 25px 0 25px 140px;*/
    background-repeat: no-repeat;
    background-position: center left;
    color: transparent;
    line-height: 0;
    display: block;
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
}
/*.accordion-partnersul {
    padding-left: 20px;
}*/
.interactive-intel {
    background-image: url('images/partners-logos/interactive-intel.jpg');

}
.callscripter {
    background-image: url('images/partners-logos/callscripter.jpg');
    /*    padding: 25px 0 25px 220px;*/
}
.salesforce {
    background-image: url('images/partners-logos/salesforce.jpg');
    /*padding: 32px 20px 25px 30px;*/
}
.ccma {
    background-image: url('images/partners-logos/ccma.jpg');
    /*background-position: -11px 0;*/
    /*padding: 25px 0 25px 140px;*/
}

.sap {
    background-image: url('images/partners-logos/sap.jpg');
    /*padding: 25px 0 25px 87px;*/
}

.scorebuddyqa {
    background-image: url('images/partners-logos/scorebuddy.jpg');
    /*padding: 25px 0 25px 87px;*/
}
.accordion-partners li {
    margin-bottom: 10px;
}
.accordion-partners .panel {
    margin-bottom: 0;
}
.accordion-partners .panel-title a:after {
    padding-left: 5px;
    content: "\f106";
}
.accordion-partners .panel-title a.collapsed:after {
    content: "\f107";
}

/*--------------------------------------------------------------
#
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 404 page
--------------------------------------------------------------*/
.page-header-404 {
    /*height: 200px;*/
    /*background: green;*/
    padding-bottom: 30px;
}
.page-404 h3 {
    color: #7f3f98;
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 40px;
}
.page-404 h3:after {
    content: '';
    display: block;
    width: 30%;
    height: 1px;
    background-color: #7F3F98;
    margin: auto;
    max-width: 130px;
    margin-top: 10px;
}

.page-header-404 .navbar-default {
    background-color: #F1F2F2;
}

.image-404 {
    height: 400px;
    background: url("images/404.svg") no-repeat right center;
    background-size: 80%;
}   
@media screen and (max-width: 550px) {
    .image-404 { 
        height: 300px;
    }
}


/*--------------------------------------------------------------
# Page customer service
--------------------------------------------------------------*/
.customer-service {

}

.customer-service ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.customer-service ul li {
    padding: 25px 0 25px 70px;
    /*background-image: url(images/icons/hero-icons/light-bulb.svg);*/ 
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 50px;
    font-size: 1.1em;
    font-weight: 500;
    color: #58595b;
}

.bd-dash {
    /*width: 95%;*/
    margin: 10px 0;
    border-bottom: 1px dashed #58595b;
    border-bottom: 1px solid rgba(88, 89, 91, 0.30);
    /*border-bottom: 1px solid #7f3f98;*/
}
/*--------------------------------------------------------------
# 
--------------------------------------------------------------*/


.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    /*animation-fill-mode: both;*/
}

/*.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}*/

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}
.delay-animation {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}
/*--------------------------------------------------------------
# Page animation css
--------------------------------------------------------------*/
@-webkit-keyframes fadeInPage {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }   

    100% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
}
@keyframes fadeInPage {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    100% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
}

@-webkit-keyframes fadeInUpPage {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUpPage {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes fadeInRightPage {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    100% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRightPage {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    100% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: none;
        transform: none;
    }
}


/*.full-screen {
    width: 100%;
   height: 100%;
}*/






.customer-request-form .wpcf7-form {
    display: block;
}
.customer-request-form .wpcf7-form h6 {
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 40px;
    font-size: 19px;
}
/*.customer-request-form .wpcf7-form h6:nth-child(1) {
   
}*/
.customer-request-form .label-text {
    float: left;
    margin-top: 45px;

}

.customer-request-form p {
    margin-bottom: 0;
    float: left;
    color: #939598;
}

.customer-request-form h2,
.customer-request-form h3,
.customer-request-form h4,
.customer-request-form h5,
.customer-request-form h6 {
    color: #58595b;
    font-size: 20px;
}
.customer-request-form input[type=text],
.customer-request-form input[type=email],
.customer-request-form input[type=tel] {
    width: 100%;
    background-color: #f1f2f2;
    border: none;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 10px 10px 10px 60px;
    /*color: #d1d3d4;*/
    background-repeat: no-repeat;
    /*border-top-left-radius: 50%;*/
    position: relative;
    /*margin-left: 10px;*/
}
.customer-request-form .company-name input[type=text] {
    background-image: url(images/icons/all-icons/group-icon.svg);
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

.customer-request-form .contact-name input[type=text] {
    background-image: url(images/icons/all-icons/person-icon.svg);
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}
.customer-request-form .contact-email input[type=email] {
    background-image: url(images/icons/all-icons/envelope-icon.svg);
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}
.customer-request-form .contact-number input[type=tel] {
    background-image: url(images/icons/all-icons/phone-icon.svg);
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}
.customer-request-form .due-date input.pick-date,
.customer-request-form .to-date input.pick-date,
.customer-request-form .from-date input.pick-date {
    margin: 20px 0;
    border: none;
    background-color: #f1f2f2;
    padding: 5px;
    color: #939598;
    width: auto;
    width: 185px;
}
.customer-request-form input[type=file] {
    margin: 20px 0;
    /*height: 40px;*/
    color: #939598;
    /*display: none;*/
}
.customer-request-form input[type=submit] {
    color: white;
    background-color: #7f3f98;
    border: none;
    padding: 10px 20px;
    text-transform: uppercase;
}
.customer-request-form label {
    font-weight: 300;
    color: #939598;
}
.customer-request-form  .attached-file {

}
.customer-request-form .change-type select {
    -webkit-appearance: button;
    -moz-appearance: none;
    border-radius: 0;
    background: none;
    background: url(images/select-arrow.svg) no-repeat;
    background-size: 42px;
    background-position: center right;
    background-repeat: no-repeat;
    background-color: #f1f2f2;
    color: #939598; 
    border: none;
    font-size: inherit;
    margin: 6px 0px 20px 0px;
    overflow: hidden;
    padding: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: right;
    width: 65%;
    line-height: 120%;
    height: 45px;
}

.customer-request-form .additional-notes textarea,
.customer-request-form .change-description textarea {
    border: none;
    background-color: #f1f2f2;
    margin-top: 20px;
    margin-bottom: 20px;
    float: right;
    width: 65%;
}
@media all and (max-width: 480px) {
    .customer-request-form .additional-notes textarea,
    .customer-request-form .change-description textarea {

        width: 100%;
    }
}
.customer-request-form  input[type="radio"], 
.customer-request-form  input[type="checkbox"] {
    margin: 20px 0;
}


.gray-brd-b {
    border-bottom: 1px solid #d1d3d4;
    color: #939598;
}
.customer-request-form .file-info {
    font-size: 11px;
    color: black;
}


.customer-request-form select {
    border: none;
    background-color: #f1f2f2;
    color: #939598;
    height: 37px;
    border-radius: 0 !important;
}
/*.customer-request-form span.wpcf7-list-item {
    margin-left: 0;
}*/

.w35 {
    padding-top: 15px;
}
@media all and (min-width: 480px) {
    .w35 {
        width: 35%;
        float: left;
        padding-top: 20px;
    }
    .w65 {
        width: 65%;
        float: right;
    }
}
/* 
Phone Coverage Christmas 2017
*/
.customer-request-form.christmas .form-date-time {
    /*padding-bottom: 15px;*/
    /*    height: 45px;
        line-height: 45px;*/
    margin-top: 25px;
    height: 25px;
    line-height: 25px;

    /*color: red;*/
}
.customer-request-form.christmas select {
    height: 40px;
    margin-top: 20px;
}
.customer-request-form.christmas .gray-brd-b {
    /*border-width: 95px;*/
}

@media all and (min-width: 400px) {
    .customer-request-form.christmas br {
        display: none;
    }
}

/* 
Get a Quote form
*/


.get-a-qoute-form p {
    margin-top: 30px;
}

.get-a-qoute-form .industry-type select,
.get-a-qoute-form .service-type select,
.get-a-qoute-form .volume select,
.get-a-qoute-form .hours select {
    -webkit-appearance: button;
    -moz-appearance: none;
    border-radius: 0;
    background: none;
    background: url(images/select-arrow.svg) no-repeat;
    background-size: 42px;
    background-position: center right;
    background-repeat: no-repeat;
    background-color: #f1f2f2;
    color: #939598;
    border: none;
    font-size: inherit;
    margin: 6px 0px 20px 0px;
    overflow: hidden;
    padding: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: right;
    width: 65%;
    line-height: 120%;
    height: 45px;
    margin-top: 20px;
}
.get-a-qoute-form .details textarea {
    border: none;
    background-color: #f1f2f2;
    margin-top: 20px;
    margin-bottom: 20px;
    float: right;
    width: 65%;
}

.customer-request-form .additional-notes textarea, .customer-request-form .change-description textarea {
    border: none;
    background-color: #f1f2f2;
    margin-top: 20px;
    margin-bottom: 20px;
    float: right;
    width: 65%;
}

@media (max-width: 590px) {
    .get-a-qoute-form .industry-type select,
    .get-a-qoute-form .service-type select,
    .get-a-qoute-form .volume select,
    .get-a-qoute-form .hours select {
        width: 100%;
        margin-top: 10px;
    }
    .get-a-qoute-form .details textarea {
        width: 100%;
    }
    .get-a-qoute-form p {
        margin-top: 20px;
    }
}

iframe[name='google_conversion_frame'] { 
    height: 0 !important;
    width: 0 !important; 
    line-height: 0 !important; 
    font-size: 0 !important;
    margin-top: -13px;
    float: left;
}
