﻿/* SG Styles */

#page-title h1 {
    text-transform: unset !important;
    color:#fff;
}


#page-title.page-title-parallax {
    background-image: url('images/backgrounds/hero.jpg');
    padding: 240px 0px 190px 0px;
}


#top-social li {
    border:none!important;
}

.dark .top-links li > a{
    color:#fff;
}

.dark #top-social li a {
    color:#fff;
}

 #page-title span{
    color:#fff!important;
    max-width:75%;
}

.dark .breadcrumb a {
    color:#1abc9c;
}

.dark .breadcrumb-item.active{
    color:#fff;
}

.breadcrumb-item + .breadcrumb-item::before {
    color:#fff;
}

.dark .top-links li:hover{
    background-color:#1abc9c;
}

.slider-caption h1 {
    font-size: 4rem!important;
    letter-spacing: 2px;
    text-transform: unset;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0;
}


#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title.current > a {

    color:#1abc9c;
}
#header.transparent-header + #page-title.page-title-parallax .breadcrumb {
    margin-top: 0 !important;
}


.sg-hero-title {
    height:48em!important;
}

.sg-page-title{
    height:35em!important;
}

@media (max-width: 992px) {
    .sg-page-title {
        height: 35em !important;
    }
}

@media(min-width:768px) {
    .sg-page-title .slider-title {
        padding-top: 4em !important;
    }
}

.slider-title h1 {
    font-size: 50px!important;
    line-height: 1.3;
    letter-spacing: -1px;
    font-weight: 700;
    margin-bottom: 0.2em;
}

.slider-title h2 {
    font-size: 22px!important;
    color: #fff;
}

.section-features .btn-link {
    font-size: 14px;
}

.section-features .card {
    border: 0;
    overflow: hidden;
    background: #FFF;
    background-clip: padding-box;
    box-shadow: 0 0 35px rgba(140, 152, 164, 0.2);
}

    .section-features .card:before {
        content: '';
        position: absolute;
        top: auto;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
        margin-bottom: 0;
        height: 3px;
        width: 100%;
        background: linear-gradient(to right, blue, lightblue);
    }

    .section-features .card.border-color-pink:before {
        background: linear-gradient(to right, red, pink);
    }

    .section-features .card.border-color-yellow:before {
        background: linear-gradient(to right, teal, cyan);
    }

    .section-features .card.border-color-info:before {
        background: linear-gradient(to right, #111, #DDD);
    }


.slider-feature {
    position: relative;
    transform: translateY(-3em);
    z-index: 4;
}

    .slider-feature a {
        color: #222;
        transition: all .2s ease;
    }

        .slider-feature a:hover {
            background-color: #C6C09C;
            background-color: var(--themecolor);
            color:#fff;
            transform: translateY(-2px);
            z-index: 1;
        }

        .slider-feature a i {
            position: relative;
            top: 4px;
            font-size: 20px;
            padding-right: 6px;
        }

/* SVG Divider
-----------------------------------------------------------------*/
.svg-line {
    display: block;
    position: relative;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 100%;
    width: 100%;
    height: 20px;
}

.button-svg {
    background-image: url('images/border.svg');
    background-repeat: no-repeat;
    background-position: center 120%;
    background-size: 100% 10px;
    color: #222;
    font-size: 16px;
}

#sg-cards .card {
    border-radius:4em!important;
}

#sg-cards .card-body{
    font-size:1.15em;
}

.sg-heading-noborder:after {
    display:none!important;
}

.feature-box h1, .feature-box h2, .feature-box h3, .feature-box h4, .feature-box h5, .feature-box h6 {
    text-transform:unset!important;
}



.contact-section {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    width: 50%;
    padding: 60px!important;
    z-index: 0;
}

.contact-image {
    position: relative;
    width: 60%;
    margin-top: 30px;
    z-index: 2;
    box-shadow: 0 0 40px rgba(0,0,0,.3);
}

@media (max-width: 991px) {
    .contact-section {
        position: relative;
        display: block;
        width: 100%;
        padding: 20px;
    }

    .contact-image {
        width: 100%;
        margin-top: 0;
    }
}


#sg-plan-comparison {
    -webkit-box-shadow: 0px 17px 62px -2px rgba(0,0,0,0.39);
    -moz-box-shadow: 0px 17px 62px -2px rgba(0,0,0,0.39);
    box-shadow: 0px 17px 62px -2px rgba(0,0,0,0.39);
    background-color:#ffffff;
}

    #sg-plan-comparison td {
        border-top-color:#1abc9c;
    }



.sg-breadcrumb {
    position: unset!important;
    margin: unset!important;
    background-color: transparent !important;
    padding: 0 0 .75em 0!important;
    margin-bottom:.75em;
    font-size: 13px!important;
}


    .sg-breadcrumb i {
        margin-top:-2px;
    }


.slider-bottom-box {
    display: block;
    padding: 40px;
    background: #FFF;
    box-shadow: 0px 10px 40px 0px rgba(47,47,47,0.1);
    border-radius: 3px;
}

    .slider-bottom-box li {

        font-weight: 500;
    }

.slider-box-wrap {
    position: relative;
    top: -50px;
    margin-bottom: -50px;
    z-index: 2;
}


.slider-element {
    height: 600px;
    overflow: visible;
    background-color: #44AAAC;
}

.overflow-visible {
    overflow: visible!important;
}

#sg-feature-box a {
    color:#1abc9c;
}
#sg-feature-box a:hover {
    color: #000000;
}

#sg-solutions img {
    box-shadow: 0px 10px 40px 0px rgba(47,47,47,0.2);
}

#sg-cta  {

    padding: 50px 0 100px 0;
}

.sg-accordion .card-header {
    background-color:#ffffff;
}

@media screen and (max-width:425px) {
    .retina-logo img, .standard-logo img{
        padding: 8% !important;
    }
}

#sg-about-feature-box .fbox-icon img {
    height:auto!important;
}