/* startpage and general style */


html, body
{
    overflow-x: hidden;

}
/* Media query for retina displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .bg-parallax {
        background-attachment: scroll !important;
    }
}


@media only screen and (max-width: 768px)
{
    #startcta
    {
        margin-top: 50px;
    }
}
@media only screen and (min-width: 1200px)
{
    .desktoponly
    {
        display: block !important;
    }
}
@media only screen and (max-width: 1200px)
{
    .desktoponly
    {
        display: none !important;
    }
}


.header-topbar-dark {
    background-color: #fff;
    border-bottom-color: #fff;
}

#startabout .cta__banner:before, #startabout2 .cta__banner:before {
    font-family: icomoon;
    content: none!important;
}
.btn {
    padding: 0px 2px !important;
    min-width: 0px !important;
}

.testimonial-box:nth-of-type(1) {
    top: 25% !important;
    left: 44% !important;
}
.testimonial-box:nth-of-type(2) {
    top: 23% !important;
    left: 40% !important;
}
.testimonial-box:nth-of-type(3) {
    top: 16% !important;
    left: 44% !important;
}

.is-sticky, .navbar  {

    height: 130px !important;
    max-height: 130px !important;
}

.navbar .nav__item .nav__item-link:before {
    background-color: #c4cc45 !important;
}
.feature-item:before {
    background-color: #c4cc45 !important;
}

#shadow-host-companion
{
    display: none !important;
}

.footer {
    background-color: #f3f3f3;
}

.footer h6{
    color: #222;
}

.social-icons li a i {
    font-size: 40px;
    background-color: #f3f3f3;
}
.footer .social-icons a i {
    color: #222;
}

@media only screen and (max-width: 992px)
{
    #logo
    {
        max-width: 300px !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1110px)
{
    #logo
    {
        max-width: 180px !important;
    }
}

@media only screen and (min-width: 1110px) and (max-width: 1350px)
{
    #logo
    {
        max-width: 300px !important;
    }
}

@media only screen and (min-width: 1350px)
{
    #logo
    {
        max-width: 400px !important;
    }
}

.slide__subtitle span
{
    background-color: #fff;
    color: #222;
    padding: 10px;
    font-size: 1.25rem;
}

.slide__title
{
    margin-top: 20px;
    text-shadow: 1px 1px 1px #222;
}

.slide__desc
{
    text-shadow: 1px 1px 1px #222;
}

.about__img img
{
    box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.11);
}

.contact__number a {
    font-size: 16px !important;
}

@media (min-width: 992px)
{
    #mainNavigation {
        justify-content: flex-end;
    }
}

@media (min-width: 1200px)
{
    .header-layout1 .navbar .navbar-brand {

        border-right: 1px solid #fff;
    }
}

@media (min-width: 1700px)
{
    .navbar .nav__item .nav__item-link {
        font-size: 18px !important;

    }
}

/* approvals*/

.approvallink p
{
 font-size: 1.5rem;
}

.approvallink i
{
    font-size: 3rem; 
    color: #004aad;
}

.approvalitem
{
    padding: 20px;
    padding-right: 20px;
}
.approvalinneritem
{
    box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.11);
    padding-top: 30px;
    padding-bottom: 10px;
}


/* Jobs*/


.jobitem
{
    padding: 10px;
}
.jobinneritem
{
    box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.11);
    padding-top: 30px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.jobitem i
{
    font-size: 3rem; 
    color: #004aad;
}


/* associates*/


.associateslink i
{
    font-size: 3rem; 
    color: #004aad;
}

.associatesitem
{
    padding: 20px;
    padding-right: 20px;
}
.associatesinneritem
{
    box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.11);
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    border-radius: 5px;
}

.video-container {
    position: absolute;
    height: 60vh;
    z-index: -1;
    top: 0px;
    text-align: center;
}
  

/* video background */
#videobg {
    width: 100%;
    height: 60vh;
    top: 0;
    z-index: -1;
    overflow: hidden;
    background-position: center center;
    margin-left: auto;
    margin-right: auto;
}
  