
body {
    font-family: 'Open Sans', sans-serif;
    background: #efefef;
    font-size: 16px;
    line-height: 1;
    color: #626262;
}

a{
    text-decoration: none !important;
}

input,textarea{
    outline: none;
}
/*******************************************************
 *
 * 2. Custom Style
 *
 *******************************************************/

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
.aios-starter-theme-hide-title {
    display: none;
}
.orange-radius-144 {
    display: block;
    background: #fb7a03;
    border-radius: 50px;
    max-width: 144px;
    width: 100%;
    font-weight: 700 !important;
    font-size: 15px !important;
    color: #FFF !important;
    text-transform: uppercase !important;
    text-align: center !important;
    text-decoration: none !important;
    padding: 11px 0 !important;
    transition: all 0.3s linear;
    line-height: 15px;
}

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

a:focus, a:active {
    text-decoration: none;
}


/* Mobile Header */
#mobile-header a {
    color: inherit;
}

#mobile-header {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99999;
    background: #FFF;
    box-shadow: 0 0 5px 5px rgba( 0, 0, 0, 0.2);
    padding-top: 15px;
    padding-bottom: 15px;
}

#mobile-header .row {
    position: relative;
}

#mobile-header .mhr-burger {
    display: block;
    width: 36px;
    position: absolute;
    top: 50%;
    left: 30px;
    margin-top: -12.5px;
    padding: 10px 0;
    cursor: pointer;
}

#mobile-header .mhr-burger .mhr-center {
    display: block;
    background: #777;
    width: 100%;
    height: 3px;
    transition: all 0.1s linear;
}

#mobile-header .mhr-burger:before, #mobile-header .mhr-burger:after {
    content: '';
    display: inline-block;
    background: #777;
    position: absolute;
    width: 100%;
    height: 3px;
    transition: all 0.1s linear;
}

#mobile-header .mhr-burger:before {
    top: 0;
}

#mobile-header .mhr-burger:after {
    bottom: 0;
}

#mobile-header .mhr-burger.mhr-burger-active:before {
    transform: translateY(10px) rotate(135deg);
    -moz-transform: translateY(10px) rotate(135deg);
    -webkit-transform: translateY(10px) rotate(135deg);
    border-radius: 10px;
}

#mobile-header .mhr-burger.mhr-burger-active:after {
    transform: translateY(-10px) rotate(-135deg);
    -moz-transform: translateY(-10px) rotate(-135deg);
    -webkit-transform: translateY(-10px) rotate(-135deg);
    border-radius: 10px;
}

#mobile-header .mhr-burger.mhr-burger-active .mhr-center {
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
}

#mobile-header .hd-logo-font {
    font-size: 52px;
    color: #009bbb;
}

#mobile-header .mhr-call {
    border-radius: 50%;
    display: inline-block;
    background: #fb7a03;
    color: #fff;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: -20px;
    text-align: center;
}

#mobile-header .mhr-call i {
    font-size: 18px;
    line-height: 40px;
}

#mobile-header .nav-mobile {
    display: none;
    background: #FFF;
    padding: 15px 0;
}

#mobile-header .nav-mobile ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#mobile-header .nav-mobile ul li {
    display: block;
}

#mobile-header .nav-mobile ul li a {
    display: block;
    padding: 8px 15px;
    border-bottom: 1px solid #e8e8e8;
    font-weight: 600;
    font-size: 1em;
    color: #009bba;
}

#mobile-header .nav-mobile ul li.menu-item-2814 a {
    color: #009bba;
}

#mobile-header .nav-mobile ul li.menu-item-has-children>a {
    font-weight: 600;
    color: #009bba;
}

#mobile-header .nav-mobile ul li.menu-item-has-children li a {
    font-weight: normal;
    color: #666;
}

#mobile-header .nav-mobile ul ul li.menu-item-has-children li a {
    color: #fb7a03;
}

#mobile-header .nav-mobile ul ul li a {
    padding: 8px 35px;
}

#mobile-header .nav-mobile ul ul ul li a {
    padding: 8px 55px;
}

#mobile-header .nav-mobile ul ul ul li:hover a, #mobile-header .nav-mobile ul ul li:hover a, #mobile-header .nav-mobile ul li:hover a {
    color: #009bba;
}


/* Header */


#headerwrapper a {
    color: inherit;
    text-decoration: none!important;
}

#headerwrapper {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    /*background: url('assets/images/header-gradient.png');
    background-position: 0 -17px;*/
}

#headerwrapper.onscroll {
    background: white;
    -webkit-box-shadow: 0px 5px 6px -4px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 5px 6px -4px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 5px 6px -4px rgba(0, 0, 0, 0.75);
    padding-bottom: 7px;
}


#cb-open-conf {
    background: #fb7a03!important;
    border-radius: 40px!important;
}



#headerwrapper {
    padding-top: 5px;
}

body.logged-in.admin-bar #headerwrapper.hd-absolute {
    top: 32px;
}

#headerwrapper a:hover {
    text-decoration: none !important;
}

#headerwrapper .hd-logo {
    padding-top: 13px;
}

#headerwrapper .hd-logo-font {
    font-size: 44px;
    color: #009bbb;
}

#headerwrapper .hd-logo-sub {
    position: absolute;
    top: 58px;
    left: 84px;
    font: 700 0.750em 'Lato', Sans-serif;
    color: #FFF;
    transition: all 0.3s ease-in;
}

#headerwrapper .hd-contact-details {
    display: block;
    font-weight: 300;
    font-size: 1.250em;
    color: #FFF;
    line-height: 30px;
    text-align: right;
    padding-top: 6px;
}

#headerwrapper .hd-contact-details .sales-a {
    display: inline-block;
    margin: 0 0 0 15px;
    font-weight: 500;
    font-size: 1.250em;
    color: #00a4c1;
}

#headerwrapper .hd-contact-details .cd-gap {
    display: inline-block;
    width: 30px;
}

#headerwrapper .hd-contact-details .support-a {
    display: inline-block;
    background: #ff9737;
    border-radius: 20px;
    padding: 7px 12px;
    font-size: 0.900em;
    margin: 0 0 0 20px;
    transition: all 0.3s linear;
}

#headerwrapper .hd-contact-details .support-a:hover {}

#headerwrapper .hd-contact-details a {
    background: #fb7a03;
    display: inline-block;
    vertical-align: top;
    padding: 6px 13px;
    border-radius: 20px;
    transition: all 0.3s linear;
    line-height: 20px;
    font-weight: 600;
    margin-left: 10px;
    font-size: 20px;
}

#headerwrapper .hd-contact-details a.ai-num-dark {
    background: #009bbb
}

#headerwrapper .hd-contact-details a:hover {
    background: #FFF;
    color: #fb7a03;
}

#headerwrapper .hd-contact-details a.ai-num-dark:hover {
    color: #009bbb
}

#headerwrapper .hd-contact-details i {
    display: inline-block;
    transform: rotate(12deg);
    font-size: 0.722em;
}

#headerwrapper nav {
    display: block;
   padding: 3px 0 0;
}

#headerwrapper nav ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
    text-align: right;
}

#headerwrapper.onscroll nav ul#nav {
    margin-left: -60px;
}

#headerwrapper nav ul li {
    display: inline-block;
    position: relative;
    font-size: 16px;
    padding: 0 0 0 40px;
    vertical-align: middle;
}

#headerwrapper.onscroll nav ul li {
    padding: 0 0 0 15px;
}

#headerwrapper nav ul>li {
    letter-spacing: -0.2px;
}

#headerwrapper nav ul li:first-child {
    padding: 0 !important;
}

#headerwrapper nav ul li a {
    display: block;
    position: relative;
    font-weight: 500;
    font-size: 0.875em;
    color: #FFF;
    padding: 17px 0px;
}

#headerwrapper.onscroll nav ul li a {
    padding: 17px 0px;
    color: #000;
}

#headerwrapper nav ul li a:after {
    content: '';
    display: block;
    background: #21a7c5;
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    transition: opacity 0.3s ease;
    opacity: 0;
}

#headerwrapper nav ul li>a:hover:after, #headerwrapper nav ul li:hover>a:after {
    opacity: 1;
}

#headerwrapper .sub-custom-menu {
    display: none;
    background: rgba( 244, 244, 244, 1);
    position: absolute;
    top: 100%;
    width: 100%;
    padding: 30px 20px 38px;
    border-radius: 3px;
    border-top: solid 3px #21a7c5;
    -webkit-box-shadow: 0px 5px 10px -4px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 5px 10px -4px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 5px 10px -4px rgba(0, 0, 0, 0.75);
}

    #headerwrapper.onscroll .sub-custom-menu{
            top: 110%;
    }
#headerwrapper .sub-custom-menu:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
}

#headerwrapper .sub-custom-menu img {
    max-width: 100%;
    display: block;
}

#headerwrapper .sub-custom-menu .row {
    margin-left: -10px;
    margin-right: -10px;
}

#headerwrapper .sub-custom-menu [class^="col-"], #headerwrapper .sub-custom-menu [class*=" col-"] {
    padding-left: 10px;
    padding-right: 10px;
}

#headerwrapper .sub-custom-menu .scsr-link ul {
    display: block;
    text-align: left;
}

#headerwrapper .sub-custom-menu .scsr-link ul li {
    display: block;
    width: 100%;
    padding: 0;
    font-size: 16px;
}

#headerwrapper .sub-custom-menu .scsr-link ul li a {
    display: block;
    font-weight: 300;
    font-size: 0.875em;
    color: #000;
    letter-spacing: -0.2px;
    padding: 14px 0;
    border-bottom: solid 1px #d2d2d1;
}

#headerwrapper .sub-custom-menu .scsr-link ul li:last-child a {
    /* border: none; */
}

#headerwrapper .sub-custom-menu .scsr-link ul li a:hover {
    color: #049ec0;
}

#headerwrapper .sub-custom-menu .scsr-link ul li a:hover:after {
    display: none !important;
}

#headerwrapper .sub-custom-menu .scsr-product {
    text-align: left;
}

#headerwrapper .sub-custom-menu .scsr-product .scsr-product-image {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    padding: 5px 11px 0;
}

#headerwrapper .sub-custom-menu .scsr-product .scsr-product-image:before {
    width: 100%;
    height: 100%;
    background: url(../../images/ipad-black-vector.png) center center no-repeat;
    background-size: 100% 100%;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

#headerwrapper .sub-custom-menu .scsr-p-title {
    margin: -6px 0 0;
    font-weight: 700;
    font-size: 1.250em;
    color: #0095b6;
}

#headerwrapper .sub-custom-menu .scsr-p-title a {
    color: #0095b6;
    font-weight: 700;
}

#headerwrapper .sub-custom-menu .scsr-product ul {
    margin: 17px 0 17px 18px;
    font-size: 16px;
    text-align: left;
    list-style-type: disc;
}

#headerwrapper .sub-custom-menu .scsr-product ul li {
    display: list-item;
    font-size: 0.875em;
    color: #494949;
    padding: 3px 0;
}

#headerwrapper .sub-custom-menu .scsr-p-learnmore {
    display: block;
    background: #fb7a03;
    border-radius: 50px;
    max-width: 144px;
    width: 100%;
    font-weight: 700;
    font-size: 0.938em;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    padding: 11px 0;
    margin: 0 auto;
    transition: all 0.3s linear;
}

#headerwrapper .sub-custom-menu .scsr-p-learnmore:hover {
    background: #ff9737;
}

#headerwrapper .sub-rewd {
    width: 916px;
    left: -186px;
}

#headerwrapper .sub-idx {
    width: 355px;
    text-align: left;
    left: -120px;
}

#headerwrapper .sub-reim {
    width: 355px;
    text-align: left;
}

#headerwrapper .sub-blog {
    width: 419px;
    text-align: left;
    left: -178px;
}

#headerwrapper..onscroll .sub-blog {
    left: -178px;
}

a.cfeed-link {
    border: 1px solid #b7b9b9;
    padding: 0 !important;
    margin: 17px 0;
}

.cfeed-link .ai-blog-title {
    font-size: 12px;
    color: #000;
    font-weight: 600;
    padding: 8px 7px;
}

#headerwrapper .sub-mma {
    width: 395px;
    text-align: left;
    right: 0;
}

#headerwrapper .sub-reim .orange-radius-144, #headerwrapper .sub-idx .orange-radius-144, #headerwrapper .sub-mma .orange-radius-144 {
    margin: 13px 0 0;
}

#headerwrapper .sub-reim .sub-reim-links, #headerwrapper .sub-idx .sub-idx-links, #headerwrapper .sub-mma .sub-mma-links {
    position: relative;
    margin-top: 20px;
}

#headerwrapper .sub-reim .sub-reim-links:before, #headerwrapper .sub-idx .sub-idx-links:before, #headerwrapper .sub-mma .sub-mma-links:before {
    content: '';
    display: block;
    background: #d2d2d1;
    height: 1px;
    position: absolute;
    top: 0;
    left: 10px;
    right: 10px;
}

#headerwrapper .support-number {
    display: none;
    font-weight: 300;
    font-size: 1.250em;
    color: #FFF;
    text-align: right;
    margin-top: 6px;
}

#headerwrapper .support-number .support-a {
    display: inline-block;
    background: white;
    border: 1px solid #ff9737;
    border-radius: 20px;
    padding: 7px 12px;
    font-size: 0.900em;
    margin: 0 0 0 0;
    transition: all 0.3s linear;
    color: #ff9737;
    font-weight: 600;
}

#headerwrapper .support-number .support-a i {
    margin-right: 7px;
    transform: rotate(12deg);
    font-size: 0.722em;
    color: #ff9737;
}
/* Blog Feed Nav */
.sub-blog .scsr-p-title a {
    text-align: center;
    padding-bottom: 0!important;
}

.blog-feed-nav-btn-wrap {
    clear: both;
    padding-bottom: 10px;
   /* padding-top: 30px;*/
}

.blog-feed-nav-btn-wrap a {
    max-width: 436px;
    padding: 11px 4px !important;
}


.home-wrap{
    padding-top: 40px;
}
/** Banner **/

#banner-top {
    display: block;
    position: relative;
    background: url(../../images/banner-background.jpg) no-repeat center center;
    background-color: #009bbb;
    background-size: cover;
    padding-top: 120px;
}

#banner-top:before {
    content: "";
    display: block;
    width: 100%;
    height: 49%;
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
}

#banner-top.teal-banner {
    background: url(../../images/ty-banner-bg.jpg) no-repeat center center;
    background-size: cover;
    
}

#banner-top.no-banner-photo {
    padding-bottom: 60px;
}

#banner-top .banner-photo img {
    display: block;
    width: 100%;
    max-width: 310px;
    margin: 0 auto;
}
#banner-top .banner-title h1 {
    position: relative;
    color: #fff;
    font-weight: 400;
    font-size: 3em;
    line-height: 50px;
    background: none!important;
    margin: 0;
}
#banner-top .banner-title h1 strong {
    display: block;
    font-weight: 400;
    padding-top: 10px;
    line-height: 0.760em;
    color: #fff !important;
    text-shadow: 2px 2px 0 rgba( 0, 0, 0, 0.1);
    letter-spacing: -1.2px;
    margin: 0;
    text-align: left;
}
#banner-top .banner-title h1 span {
    font-weight: 300;
    font-size: 0.6em;
    color: #FFF;
}
/** Banner **/


/** Welcome Text **/

#welcome-text {
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}
#welcome-text p {
    font-size: 15px;
    line-height: 24px;
    color: #555555;
    max-width: 80%;
    margin: 0 auto;
}
#welcome-text p span {
    display: block;
    color: #000000;
}
/** Welcome Text **/


/* Footer Form */
.products-fq-styles {
    width: 100%;
    background-size: cover !important;
    padding: 65px 0 50px;
    margin-top: 40px;
}
    
    .bot-form-1{
        background: url(../../images/bottom-form-bg-1.jpg) top center no-repeat;
    }


    .products-fq-styles h4 {
            font-family: 'Open Sans';
            text-align: center;
            color: #fff;
            margin-bottom: 25px;
            font-weight: normal;
            font-size: 31px;
            letter-spacing: -0.02em;
        }

    .products-fq-styles h4 strong{
        font-weight: 600;
        font-size: 41px;
        display: block;
    }
    .products-fq-styles #fsSection45725223,
    .products-fq-styles #fsSection45725070{
        float: left;
        width: 50%;
    }
    .products-fq-styles .fsCell{
        float: left;
        width: 48.79%;
        margin: 0 0.6%;
    } 
        .products-fq-styles .fsCell label{
            display: none;
        }

    .products-fq-styles input[type=text],
    .products-fq-styles input[type=email],
    .products-fq-styles input[type=tel] {
            width: 100%;
            border: 1px solid #a2968d;
            background: #fff;
            color: #393939;
            font: 400 13px 'Open Sans';
            height: 35px;
            padding: 0 8px;
            margin-bottom: 6px;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            border-radius: 5px !important;
    }
    .products-fq-styles .fs1Col .fsCell{
        width: 100% !important;
        margin: 0 0 15px;
        padding: 0.3%;
    }
        .products-fq-styles .fs1Col .fsCell textarea{
            width: 100%;
            height: 60px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            background-color: #fff;
            border: solid 1px rgba(115,115,115,.8);
            background: #fff;
            color: #393939;
            font: 400 13px 'Open Sans';
            padding: 10px;
        }

    .products-fq-styles #fsSubmit2474871{
        text-align: center;
    }
    .products-fq-styles input[type="submit"]{
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: transparent;
        border: 0;
        color: #fff;
        font: 400 16px/37px 'Open Sans';
        text-transform: uppercase;
        cursor: pointer;
        width: 100%;
        position: relative;
        z-index: 5;
        font-weight: bold;
        background: #ea7901;
        width: 150px;
        height: 37px;
        border-radius: 25px;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;           
        display: block;
        margin: 0 auto;
        transition: all 0.3s linear;
    }
        .products-fq-styles input[type="submit"]:hover{
            background: #ff9737 !important;
        }
    .form-phone{
        display: block;
        color: #fff;
        font-size: 24px;
        padding: 5px 0;
        margin-left: 13px;
        margin-top: 15px;
    }

    .products-fq-styles-2 .fsForm div[role="alert"], .products-fq-styles .fsForm div[role="alert"] {
        display: block;
        background: #fd6f6f;
        width: 99%;
        bottom: 100%;
        font-size: 11px;
        color: #fff;
        padding: 5px 0px;
        margin: 0 auto 5px;
        text-align: center;
    }

    .products-fq-styles-2 .fsValidationError input, .products-fq-styles .fsValidationError input {
        background: #f3c2c2 !important;
    }


/* Footer */
#footerWrap a:hover{
    color: #fff!important;
}

#footer-site a {
    color: inherit; 
    text-decoration: none!important;
}

#footer-site img {
    max-width: 100%;
}

#footer-nav {
    background: #ebebeb;
    padding-top: 40px;
    padding-bottom: 40px;
}

#footer-nav .free-consultation-title {
    display: block;
    font-size: 1.625em;
    color: #076e83;
}

#footer-nav .free-consultation-title strong {
    display: block;
    font-weight: 600;
    font-size: 1.077em;
    color: #fb7a03;
}

#footer-nav .link-title {
    display: block;
    margin: 0 0 6px;
    font-weight: 300;
    font-size: 1.250em;
    color: #202020;
}

#footer-nav .fls-nav .link-title {
    margin-top: 32px;
}

#footer-nav .footer-links {
    float: left;
    width: 25.702%;
    padding-right: 30px;
}

#footer-nav .fls-nav {
    width: 34.211%;
}

#footer-nav .fls-resources {
    width: 14.383%;
    padding-right: 0;
}

#footer-nav .footer-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#footer-nav .footer-links ul li {
    display: block;
    padding: 5px 0;
}

#footer-nav .footer-links ul li a {
    display: inline-block;
    font-weight: 300;
    font-size: 0.938em;
    color: #595858;
}

#footer-nav .fls-nav ul li a {
    color: #076e83;
}

#footer-nav .fls-nav ul li:hover a, #footer-nav .footer-links ul li:hover a {
    text-shadow: 0px 0px 0.5px #076e83;
    color: #076e83;
}

.menu-footer-nav-left-container {
    float: left;
    padding-right: 30px;
}

.menu-footer-nav-right-container {
    float: left;
}

a#bbblink {
    display: inline-block !important;
    margin: 18px 0 !important;
    width: 137px !important;
}

a#bbblink img {
    width: 200% !important;
}

a#bbblink.sehzbam:hover img, a#bbblink.rbhzbam:hover img, a#bbblink.ruhzbam:hover img, a#bbblink.sehzbum:hover img, a#bbblink.rbhzbum:hover img, a#bbblink.ruhzbum:hover img {
    margin-left: -100% !important;
}

#connect-w-us {
    background: #076e83;
    padding-top: 33px;
    padding-bottom: 26px;
}

#connect-w-us .monologo {
    display: inline-block;
    padding: 16px 11px 0 0;
    border: solid 2px #FFF;
    font-size: 4.47em;
    line-height: 1px;
    color: #FFF;
    border-radius: 3px;
    margin-top: 19px;
    transition: all 0.3s ease-in;
}

#connect-w-us .monologo:hover {
    background: #fff;
    color: #076e83;
    border-color: transparent;
}

#connect-w-us .cws-title {
    display: block;
    overflow: hidden;
    text-align: center;
    font-weight: 400;
    margin: 0;
}

#connect-w-us .cws-title span {
    display: inline-block;
    position: relative;
    font-size: 0.625em;
    color: #FFF;
    text-transform: uppercase;
    padding: 0 11px;
}

#connect-w-us .cws-title span:before, #connect-w-us .cws-title span:after {
    content: '';
    display: inline-block;
    background: #329db3;
    width: 1140px;
    height: 1px;
    position: absolute;
    top: 50%;
}

#connect-w-us .cws-title span:before {
    right: 100%;
}

#connect-w-us .cws-title span:after {
    left: 100%;
}

#connect-w-us .cws-media {
    margin: 12px 0 22px;
}

#connect-w-us .cws-media a {
    display: inline-block;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin: 0 4px;
    text-align: center;
    vertical-align: middle;
    position: relative;
}

#connect-w-us .cws-media a:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 1px solid white;
    border-radius: 50%;
    transition: all 0.3s ease-in;
    opacity: 0;
}

#connect-w-us .cws-media a:hover::after {
    transform: scale(1.2);
    opacity: 1;
}

#connect-w-us .cws-media a.cws-facebook {
    background: #4d6baa;
}

#connect-w-us .cws-media a.cws-facebook:after {
    border-color: #4d6baa;
}

#connect-w-us .cws-media a.cws-twitter {
    background: #4fc6f8;
}

#connect-w-us .cws-media a.cws-twitter:after {
    border-color: #4fc6f8;
}

#connect-w-us .cws-media a.cws-google-plus {
    background: #dc4e41;
}

#connect-w-us .cws-media a.cws-google-plus:after {
    border-color: #dc4e41;
}

#connect-w-us .cws-media a.cws-linkedin {
    background: #007bb6;
}

#connect-w-us .cws-media a.cws-linkedin:after {
    border-color: #007bb6;
}

#connect-w-us .cws-media a.cws-pinterest {
    background: #cb2027;
}

#connect-w-us .cws-media a.cws-pinterest:after {
    border-color: #cb2027;
}

#connect-w-us .cws-media a.cws-instagram {
    background: #3f729b;
}

#connect-w-us .cws-media a.cws-instagram:after {
    border-color: #3f729b;
}

#connect-w-us .cws-media a.cws-yelp {
    background: #be2f25;
}

#connect-w-us .cws-media a.cws-yelp:after {
    border-color: #be2f25;
}

#connect-w-us .cws-media a i {
    font-size: 23px;
    color: #FFF;
    line-height: 40px;
}

#connect-w-us .cws-contact {
    font-size: 1.5em;
    line-height: 1.5em;
    color: #FFF;
}

#connect-w-us .cws-contact a:hover {
    color: #fff!important
}

#connect-w-us .cws-contact span {
    display: block;
}

#connect-w-us .cws-contact em {
    font-style: normal;
    color: #68e0f9;
}

#connect-w-us .cws-btt {}

#connect-w-us .f-back-to-top {
    display: inline-block;
    border-radius: 50px;
    border: solid 1px #FFF;
    max-width: 178px;
    width: 100%;
    padding: 10px 5px;
    margin-top: 15px;
    font-weight: 700 !important;
    font-size: 15px !important;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    transition: all 0.3s ease-in;
}

#connect-w-us .f-back-to-top:hover {
    background: #fff;
    color: #1789a0;
}

#connect-w-us .bbb-acc {
    margin-top: 19px;
}

#connect-w-us .bbb-acc .bb-cc-wrap {
    border: 2px solid #fff;
    width: 55%;
    max-width: 92px;
    height: auto;
    margin: 0 auto;
    border-radius: 3px;
}

#connect-w-us .bbb-acc img {
    display: block;
    margin: 0 auto;
    width: 150px;
}

#connect-w-us .bbb-acc span {
    font-weight: 600;
    font-size: 0.875em;
    line-height: 1.5em;
    color: #FFF;
}

#foo-copyright {
    background: #099fb8;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 0.813em;
    color: #FFF;
}



input, button, select, textarea {
    line-height: initial;
}

#cb-open-conf {
    font: 20px 'Open Sans', sans-serif!important;
}


/* Homepage - AI Thank You Page Clone  */
.ty-page-cont {
    font-size: 0;
    position: relative;
    margin: 0 0 30px;
}

.ty-page-cont .typ-img {
    display: block;
    vertical-align: top;
    /* padding-top: 15px; */
}

.ty-page-cont .typ-img img {
    width: 100%;
    height: auto;
}

.ty-page-cont .typ-contactinfo {
    display: inline-block;
    vertical-align: top;
    width: 34.3%;
    font-size: 20px;
    padding-left: 9%;
}

#content .ty-page-cont h3.ty-title-contact {
    font-size: 29px;
    font-weight: 700;
    text-align: left;
    color: #00a4c1;
    margin: 0 0 15px;
    letter-spacing: -2px;
}

.ty-page-cont .tyci-numbers {
    display: block;
    line-height: 29px;
}

.tyci_col {
    display: block;
}

.ty-page-cont .tyci-numbers label {
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
    width: 90px;
}

.ty-page-cont .tyci-numbers .tyci-num {
    display: inline-block;
    vertical-align: middle;
    color: #fb7a03;
    font-weight: 300;
}

.ty-page-cont .ty-mail {
    color: #00a4c1;
    font-weight: 600
}

.ty-page-cont .ty-address {
    font-size: 15px;
    line-height: 25px;
    margin: 30px 0 0px;
}

.ty-page-cont .ty-address span {
    display: block;
}

.ty-page-cont .ty-connect {
    margin-top: 16px
}

#content .ty-page-cont h3.cws-title {
    font-size: 15px;
    text-transform: uppercase;
    font-size: 10px;
    position: relative;
    text-align: center;
    font-weight: 400;
    border-bottom: 1px solid #00a4c1;
    letter-spacing: 1px;
    margin-bottom: 17px;
}

.ty-page-cont h3.cws-title span {
    display: inline-block;
    background: #fff;
    position: relative;
    bottom: -8px;
    padding: 0 15px;
}

.ty-page-cont .cws-media {
    display: block;
    text-align: center;
}

.ty-page-cont .cws-media a {
    font-size: 20px;
    display: inline-block;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    color: #fff;
    padding-top: 1px;
    margin: 0 1.7px;
    position: relative;
    text-decoration: none !important;
}

.ty-page-cont .cws-media a:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 1px solid white;
    border-radius: 50%;
    transition: all 0.3s ease-in;
    opacity: 0;
}

.ty-page-cont .cws-media a:hover::after {
    transform: scale(1.2);
    opacity: 1;
}

#content .ty-page-cont .cws-media i {
    color: #fff;
    font-style: normal;
}

.ty-page-cont .cws-media a.cws-facebook {
    background: #4d6baa;
}

.ty-page-cont .cws-media a.cws-facebook:after {
    border-color: #4d6baa;
}

.ty-page-cont .cws-media a.cws-twitter {
    background: #4fc6f8;
}

.ty-page-cont .cws-media a.cws-twitter:after {
    border-color: #4fc6f8;
}

.ty-page-cont .cws-media a.cws-google-plus {
    background: #dc4e41;
}

.ty-page-cont .cws-media a.cws-google-plus:after {
    border-color: #dc4e41;
}

.ty-page-cont .cws-media a.cws-linkedin {
    background: #007bb6;
}

.ty-page-cont .cws-media a.cws-linkedin:after {
    border-color: #007bb6;
}

.ty-page-cont .cws-media a.cws-pinterest {
    background: #cb2027;
}

.ty-page-cont .cws-media a.cws-pinterest:after {
    border-color: #cb2027;
}

.ty-page-cont .cws-media a.cws-instagram {
    background: #3f729b;
}

.ty-page-cont .cws-media a.cws-instagram:after {
    border-color: #3f729b;
}

.ty-page-cont .cws-media a.cws-yelp {
    background: #be2f25;
}

.ty-page-cont .cws-media a.cws-yelp:after {
    border-color: #be2f25;
}


/* font */

.color-cyan {
    color: #1789a0 !important;
}

.color-orange {
    color: #e36f04 !important;
}

.weight-bold {
    font-weight: 700 !important;
}

.weight-medium {
    font-weight: 600 !important;
}

.open-sans {
    font-family: 'Open', Sans-serif !important;
}

.lato {
    font-family: 'Lato', Sans-serif !important;
}

.text-block {
    display: block;
}

.text-uppercase {
    text-transform: uppercase !important;
}

/*** BLOG Category ***/
body.home {
    background: #fff;
}

#content {
     line-height: 1.7;
}

    #content.with-sidebar {
        padding-right: 40px !important;
    }

    article p {
        font-weight: 300;
        line-height: 1.5em;
        margin: 1.12em 0;
    }

    #content .post {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

.archive-thumbnail {
    /*border: 3px solid #cfe6e9;*/
    margin-bottom: 20px;
}
    
    .archive-thumbnail:hover{
        webkit-box-shadow: 0px 3px 10px 2px rgba(0,0,0,0.55);
        -moz-box-shadow: 0px 3px 10px 2px rgba(0,0,0,0.55);
        box-shadow: 0px 3px 10px 2px rgba(0,0,0,0.55);
        transition: all 0.3s ease-in;
    }
    
    .archive-thumbnail img {
        width: 100%;
        height: auto;
        display: block;
        max-width: 100%;
    }

    .archive-thumbnail canvas {
        display: block;
        width: 100%;
        height: auto;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }

    
    .archive-subtitle {
        font-size: 1.5em;
        font-weight: bold;
        color: #1789a0;
        margin-bottom: 1em;
        line-height: .8em;
        letter-spacing: -1.2px;
    }
        
        .archive-subtitle a {
           color: #1789a0!important;
          display: block;
          font-weight: bold;
        }

        h2.archive-subtitle br {
            display: none;
        }
    

    .category .post, .archive .post {border: 0;}

    .archive-more {
        display: block;
        background: #fb7a03;
        border-radius: 50px;
        max-width: 144px;
        width: 100%;
        font-weight: 700 !important;
        font-size: 15px !important;
        color: #FFF !important;
        text-transform: uppercase !important;
        text-align: center !important;
        text-decoration: none !important;
        padding: 11px 0 !important;
        transition: all 0.3s linear;
        line-height: 15px;
        font-style: normal;
    }

    .category-blog a.archive-more {
        
        margin-bottom: 30px;
        display: block;
        
    }    

    #side-info {
        font-size: 1em;
        line-height: 1.5em;
        border: solid 1px #d8d8d8;
        padding: 15px;
       /*  margin-top: 80px; */
        color: #666;
    }

        #side-info h4 {
            font-size: 27px !important;
            color: #00a4c1 !important;
            font-weight: 700 !important;
            text-align: left !important;
        }

        #side-info h4 {
            font-size: 27px !important;
            color: #00a4c1 !important;
            font-weight: 700 !important;
            text-align: left !important;
            padding: 2px 0 15px;
            line-height: 1.1em;
            margin: 0;
            margin: 0 0 15px;
        }

        #side-info .color-orange a {
            color: #fb7a03 !important;
        }

        #side-info a {
            color: #2fa4c1;
        }

        #side-info span.text-block.color-cyan.grey-email a {
            color: #5A5A5B;
        }

        #side-info .si-contact {
            padding-top: 15px;
        }

        #side-info .si-contact:nth-of-type(1) {
            padding-top: 0;
        }

        #side-info.si-no-border {
            padding: 0 !important;
            border: none !important;
        }

        #side-info .ty-page-cont .ty-connect {
            margin-top: 16px
        }

        #side-info .ty-page-cont h3.cws-title {
            font-size: 15px;
            text-transform: uppercase;
            font-size: 10px;
            position: relative;
            text-align: center;
            font-weight: 400;
            border-bottom: 1px solid #00a4c1;
            letter-spacing: 1px;
            margin-bottom: 17px;
        }

        #side-info .ty-page-cont h3.cws-title span {
            display: inline-block;
            background: #fff;
            position: relative;
            bottom: -8px;
            padding: 0 10px;
            color: #3e3e3e;
        }

        #side-info .text-block strong {
            font-size: 22px;
        }

        #side-info .ty-page-cont .cws-media {
            display: block;
            text-align: center;
        }

        #side-info .ty-page-cont .cws-media a {
            font-size: 20px;
            display: inline-block;
            width: 40px;
            height: 40px;
            line-height: 40px;
            border-radius: 50%;
            color: #fff;
            padding-top: 1px;
            margin: 3px 5px;
            position: relative;
            text-decoration: none !important;
        }

        #side-info .ty-page-cont .cws-media a:after {
            content: "";
            display: block;
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            border: 1px solid white;
            border-radius: 50%;
            transition: all 0.3s ease-in;
            opacity: 0;
        }

        #side-info .ty-page-cont .cws-media a:hover::after {
            transform: scale(1.2);
            opacity: 1;
        }

        #side-info .ty-page-cont .cws-media i {
            color: #fff;
            font-style: normal;
        }

        #side-info .ty-page-cont .cws-media a.cws-facebook {
            background: #4d6baa;
        }

        #side-info .ty-page-cont .cws-media a.cws-facebook:after {
            border-color: #4d6baa;
        }

        #side-info .ty-page-cont .cws-media a.cws-twitter {
            background: #4fc6f8;
        }

        #side-info .ty-page-cont .cws-media a.cws-twitter:after {
            border-color: #4fc6f8;
        }

        #side-info .ty-page-cont .cws-media a.cws-google-plus {
            background: #dc4e41;
        }

        #side-info .ty-page-cont .cws-media a.cws-google-plus:after {
            border-color: #dc4e41;
        }

        #side-info .ty-page-cont .cws-media a.cws-linkedin {
            background: #007bb6;
        }

        #side-info .ty-page-cont .cws-media a.cws-linkedin:after {
            border-color: #007bb6;
        }

        #side-info .ty-page-cont .cws-media a.cws-pinterest {
            background: #cb2027;
        }

        #side-info .ty-page-cont .cws-media a.cws-pinterest:after {
            border-color: #cb2027;
        }

        #side-info .ty-page-cont .cws-media a.cws-instagram {
            background: #3f729b;
        }

        #side-info .ty-page-cont .cws-media a.cws-instagram:after {
            border-color: #3f729b;
        }

        #side-info .ty-page-cont .cws-media a.cws-yelp {
            background: #be2f25;
        }

        #side-info .ty-page-cont .cws-media a.cws-yelp:after {
            border-color: #be2f25;
        }

.page-template-template-initial-design span.wpcf7-list-item{
    width: 100% !important
}
.nav-tabs{
    border-bottom: none !important;
}

.page-template-template-initial-design .box-5 span.wpcf7-list-item{
    width: 100%;
}
#foo-copyright p {
    color: #fff !important;
}


/* Media Query */
@media (max-width: 1260px) {

    body.home #page {
        min-width: 0;
    }

    #headerwrapper .sub-rewd {
        left: -190px;
    }
    #headerwrapper nav ul li {
        padding: 0 0 0 29px;
    }
}

@media (max-width: 1200px) {
    #headerwrapper.onscroll nav .menu-main-menu-container>ul {
        margin-left: 0px;
        text-align: right;
        margin-top: 4px;
    }

    #headerwrapper.onscroll nav .menu-main-menu-container>ul>li {
        padding: 0 0 0 20px;
        font-size: 14px;
    }
    #headerwrapper.onscroll .hd-logo-font {
        font-size: 39px !important;
    }

    #headerwrapper nav ul li {
        padding: 0 0 0 15px;
    }
    #headerwrapper nav ul li a {
        font-size: 0.813em;
    }
    #headerwrapper .sub-rewd {
        left: -320px;
    }
}

@media only screen and (max-width: 1024px) {
    #banner-top .banner-title h1 {
         
         text-align: center;
         margin-bottom: 40px;
     }

     #banner-top .banner-title h1 strong {
         text-align: left;
     }
}



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

    .archive-subtitle {
        line-height: 1em;
    }

    #side-info {
        max-width: 350px;
        margin: 0 auto;
    }

    body.home #banner-top .banner-title h1 strong {
        text-align: left;
    }

    /* Header */
    #mobile-header {
        display: block;
    }

    #mobile-header .hd-logo-font {
        font-size: 2.2em;
    }

    #headerwrapper {
        display: none;
    }


    /* Banner */
    #banner-top {
        padding-top: 120px;
    }
    
    .banner-title h1 {
        text-align: center;
    }


    /* Footer Form */
    .products-fq-styles #fsSection45725223, .products-fq-styles #fsSection45725070 {
        float: left;
        width: 100%;
    }


    /* Footer */
    #connect-w-us .monologo {
        margin-bottom: 12px;
        margin-top: 0;
    }
}

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

    #banner-top {
        padding-top: 98px;
    }

    #banner-top .banner-title h1 strong {
        line-height: 50px;
    }

    #banner-top .banner-title h1 span {
        line-height: 1.2em;
        margin-top: 10px;
        display: block;
    }


}

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

    #banner-top .banner-title h1 strong {
        font-size: 40px;
        line-height: 40px;
    }

    #banner-top .banner-title h1 span { 
        font-size: 20px;
        line-height: 1.1em;

    }

    #welcome-text p {
        padding: 0 15px;
    }
}