 html {
    height:100%;
}
body {
    margin:0;
    padding:0;
    height:100%;
    width:100%;
    background: #FFFFFF;
    font: 15px/23px "ralewayregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #8F989F;
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
}
.wrap {
    position:relative;
    z-index:500;
}
.content-section {
    padding-top:150px;
    padding-bottom:130px;
    background:#FFFFFF;
}

/* #Typography
================================================== */

h1, h2 { color: #333333; font-family: 'ralewaysemibold', Helvetica, Arial, sans-serif; font-weight: normal; line-height:100%; margin-bottom:20px; margin-top:0; text-rendering: optimizelegibility; }
h3, h4, h5, h6 { color: #333333; font-family: 'ralewaymedium', Helvetica, Arial, sans-serif; font-weight: normal; line-height:100%; margin-bottom:20px; margin-top:0; text-rendering: optimizelegibility; }
h1 { font-size:30px; }
h2 { font-size:26px; }
h3 { font-size:20px; }
h4 { font-size:16px; }
h5 { font-size:14px; }
h6 { font-size:12px; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
p { margin: 0 0 20px 0; }
p img { margin: 0; }
p.lead { font-size: 21px; line-height: 27px; color: #77777;  }
em { font-style: italic; }
strong { font-weight: bold; }
small { font-size: 80%; }

/*  Blockquotes  */

blockquote, blockquote p { font-size: 17px; line-height: 24px; font-style: italic; }
blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #DDDDDD; }
blockquote cite { display: block; font-size: 12px; color: #999999; }
blockquote cite:before { content: "\2014 \0020"; }
blockquote cite a { color: #999999; }

hr { border: solid #DDDDDD; border-width: 1px 0 0; clear: both; margin: 20px 0 40px; height: 0; }

/* #Links
================================================== */

a { 
    text-decoration: none; 
    outline: 0;
    -webkit-transform: translateZ(0);
    -webkit-transition:0.2s color linear;
        -moz-transition:0.2s color linear;
            transition:0.2s color linear;
}
a:hover { color: #555555; }

/* #Lists
================================================== */

ul, ol { margin-bottom: 20px; }
ul { list-style: none outside; }
ol { list-style: decimal; }
ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
ul.square { list-style: square outside; }
ul.circle { list-style: circle outside; }
ul.disc { list-style: disc outside; }
ul ul, ul ol,
ol ol, ol ul { margin-left: 30px; }
ul ul li, ul ol li,
ol ol li, ol ul li { margin-bottom: 0 }

/* #Images
================================================== */

img {
    max-width: 100%;
    height: auto; 
}
@media \0screen {
  img { 
    width: auto; /* for ie 8 */
  }
}

/* #Header Section
================================================== */

#header-section {
    line-height:100px;
}
.ha-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    width:100%;
    padding: 0;
    z-index: 1000;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    background:rgb(255, 255, 255);
    background:rgba(255, 255, 255, 0.95);
    box-shadow:0 1px 10px rgba(31, 50, 63, 0.25);
}
.ha-header-perspective {
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-perspective: 1100px;
    -moz-perspective: 1100px;
    perspective: 1100px;
    -webkit-perspective-origin: 50% 0;
    -moz-perspective-origin: 50% 0;
    perspective-origin: 50% 0;
}
.ha-header-perspective > div {
    position: relative;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    overflow: hidden;
}
.ha-header-front {
    z-index: 2;
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}
.logo {
    text-align:left;
    margin:0;
    line-height:80px;
    color:#1d1d1d;
    text-transform:uppercase;
}
.logo img {
    max-height:55px;
    vertical-align:middle;
}
.ha-header nav {
    height: 100%;
    text-align:right;
    font-family: 'ralewaymedium', Helvetica, Arial, sans-serif;
}
.ha-header nav a {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size:11px;
    cursor: pointer;
    color: #777777;
    outline: none;
    text-decoration: none;
    padding-left:30px;
    position:relative;
}
.ha-header nav a:after {
    content:'·';
    font-size:20px;
    position:absolute;
    top:0;
    color:#999999;
    font-weight:bold;
    left:10px;
}
.ha-header nav a:first-child:after {
    display: none;
}
.ha-header-small {
    background: white;
    height: 85px;
}
.ha-header-hide {
    height: 80px;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
}
.ha-header-show {
    height: 80px;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
}
.section-header {
    text-align:center;
    padding-bottom:50px;
}
.section-title {
    font-size:40px;
    margin-bottom:20px;
    background-attachment: scroll;
    background-image: url('../images/divider1.png');
    background-repeat: repeat-x;
    background-position: center center;
    text-transform:uppercase;
}
.section-title span {
    background:#FFFFFF;
    padding:0 35px;
}
.section-slogan {
    font-size:20px;
    line-height:140%;
}
.js .section-title,
.js .section-slogan {
    opacity:0;
}

/* #Hero Section
================================================== */

.hero {
    height:100%;
    min-height:100%;
    position:relative;
    overflow:hidden;
    text-align:center;
    z-index:750;
}
.hero .hero-holder {
    display:inline-block;
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%, -50%);
    -moz-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
    width:820px;
    max-width:100%;
}
.js .hero .hero-holder {
    opacity:0;
}
.hero-title-holder {
    background-attachment: scroll;
    background-image: url('../images/divider1.png');
    background-repeat: repeat-x;
    background-position: top center;
    display:inline-block;
}
.hero-title {
    font-size:5em;
    margin-bottom:20px;
    text-transform:uppercase;
    text-align:center;
    display:inline-block;
    color:#FFFFFF;
    padding-top:20px;
}
.hero-description {
    color:#FFFFFF;
    font-size:12px;
    letter-spacing:1px;
    margin-bottom:10px;
    text-align:center;
    margin:0 auto;
    text-transform:uppercase;
    display:block;
    text-rendering: optimizelegibility;
}
.btn-holder {
    display:block;
}
.hero-btn {
    background:transparent;
    color:#FFFFFF;
    border:2px solid rgba(255, 255, 255, 0.15);
    padding:10px 15px;
    font-size:12px;
    cursor:pointer;
    text-transform:uppercase;
    letter-spacing:2px;
    text-align:center;
    display:inline-block;
    text-rendering: optimizelegibility;
    -webkit-transition:0.2s background linear;
        -moz-transition:0.2s background linear;
            transition:0.2s background linear;
}
.hero-btn:hover {
    color:#FFFFFF;
    background:rgba(255, 255, 255, 0.15);
}
.hero-poster-image {
    background:url('../images/parallax-banner-1.jpg');
    background-repeat:no-repeat;
    background-size:cover;
    width:100%;
    height:100%;
    z-index:0 !important;
    backface-visibility:hidden;
    background-position:center center;
}

/* #About Section
================================================== */

.about-section {
    padding-bottom:90px;
}
.about-box {
    overflow:hidden;
    margin-bottom:20px;
}
.js .about-box {
    opacity:0;
}
.about-icon {
    float:left;
    margin-right:20px;
    overflow:hidden;
    width:60px;
    height:60px;
    text-align:center;
    line-height:60px;
    margin-bottom:20px;
    -webkit-border-radius:50%;
        -moz-border-radius:50%;
            border-radius:50%;  
}
.about-icon img {
    max-width:30px;
}

/* #Service Section
================================================== */

.service-section .parallax-header {
    padding-bottom:70px !important;
}
.info { overflow:hidden; text-align:left; }
.service-section {
    padding-bottom:130px;
}
.service-section .service-icon {
    display:block;
    text-align:center;
    font-size:100px;
    line-height:150px;
    background:rgba(255, 255, 255, 0.15);
    color:#FFFFFF;
    z-index:3;
    position:relative;
}
.icon-box { 
    position:relative;
    margin-bottom:40px;
    width:150px;
    height:150px;
    float:left;
    margin-right:20px;
}
.arrow-right {
    width: 0; 
    height: 0; 
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid rgba(255, 255, 255, 0.15);
    position:absolute;
    right:-10px;
    top:50%;
    margin-top:-10px;
}
.js .box-fade {
    opacity:0;
}

/* #Team Section
================================================== */

.team-section {
    padding-bottom:90px;
}
.member-box {
    overflow:hidden;
    margin-bottom:20px;
}
.js .member-box {
    opacity:0;
}
.member-box h3 {
    margin-bottom:0;
    margin-top:15px;
    font-size:15px;
}
.member-box span {
    color:#8F989F;
    margin-bottom:20px;
    display:block;
    font-size:13px;
    letter-spacing:1px;
    line-height:120%;
    /*text-transform:uppercase;*/
    margin-top:5px;
}
.member-photo {
    float:left;
    margin-right:20px;
    margin-bottom:20px;
    width:100px;
    height:100px;
    box-sizing:border-box;
    -webkit-border-radius:50%;
        -moz-border-radius:50%;
            border-radius:50%;  
}
.member-photo img {
    -webkit-border-radius:50%;
        -moz-border-radius:50%;
            border-radius:50%;  
}
.member-photo.alternative {
    width:100%;
    height:auto;
    
    margin:0 auto;
    float:none;
    display:block;
}
.member-photo.alternative img {
    
    margin:0 auto;
    float:none;
    display:block;
}

/* Team Single Page */

.team-bio .member-box {
    text-align:center;
}
.team-bio .member-box h3 {
    margin-top:0;
}
.team-bio .member-photo {
    float:none;
    width:100%;
    height:auto;
    border:none;
    margin-right:0; 
}
.team-bio .member-photo img {
    border:4px solid #F1F4F5;
}
.bio-desc h3 {
    color:#222222;
}

/* #CTA
================================================== */

.cta-section {
    position:relative;
    text-align:center;
    padding:50px 0;
    color:#FFFFFF;
}
.cta-btn {
    font-family:'ralewaymedium',Helvetica,Arial,sans-serif;
}
.cta-btn a {
    position: relative;
    display: inline-block;
    margin: 15px 25px;
    outline: none;
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1.4em;
}
.cta-btn a:hover,
.cta-btn a:focus {
    outline: none;
    color:#FFFFFF;
}
/* Effect 18: cross */
.cl-effect-18 {
    position: relative;
    z-index: 1;
}
.cl-effect-18 a {
    padding: 0 5px;
    color: #FFFFFF;
    font-weight: 700;
    -webkit-transition: color 0.3s;
        -moz-transition: color 0.3s;
            transition: color 0.3s;
}
.cl-effect-18 a::before,
.cl-effect-18 a::after {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    height: 2px;
    margin-top: -1px;
    background: #FFFFFF;
    content: '';
    z-index: -1;
    pointer-events: none;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
        -moz-transition: -moz-transform 0.3s, opacity 0.3s;
            transition: transform 0.3s, opacity 0.3s;
}
.cl-effect-18 a::before {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    transform: translateY(-20px);
}
.cl-effect-18 a::after {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    transform: translateY(20px);
}
.cl-effect-18 a:hover,
.cl-effect-18 a:focus {
    color: #FFFFFF;
}
.cl-effect-18 a:hover::before,
.cl-effect-18 a:hover::after,
.cl-effect-18 a:focus::before,
.cl-effect-18 a:focus::after {
    opacity: 0.7;
}
.cl-effect-18 a:hover::before,
.cl-effect-18 a:focus::before {
    -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
            transform: rotate(45deg);
}
.cl-effect-18 a:hover::after,
.cl-effect-18 a:focus::after {
    -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

/* #Portfolio Section
================================================== */

.portfolio-section {
}
.portfolio-box {
    position:relative;
    overflow:hidden;
    margin-bottom:20px;
}
.js .portfolio-box {
    opacity:0;
}
.portfolio-box:hover .portfolio-caption {
    opacity:1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
    filter: alpha(opacity=95);
}
.portfolio-image {
    margin:0;
}
.portfolio-image img {
    display: block;
    width: 100%;
    box-shadow:0 0 0 0 #000000;
}
.portfolio-caption:before, 
.portfolio-title {
    display: inline-block;
    vertical-align: middle;
}
.portfolio-caption:before {
    content: "";
    height: 100%;
}
.portfolio-caption {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    display:block;
    opacity:0;
    text-align:center;
    overflow:hidden;
    -webkit-backface-visibility:hidden;
    -webkit-transform: translateZ(0);
    -webkit-transition:0.2s all linear;
        -moz-transition:0.2s all linear;
            transition:0.2s all linear;
            backface-visibility:hidden;
}
.portfolio-title {
    color:#FFFFFF;
    margin:0;
    font-size:15px;
    text-transform:uppercase;
    padding:0 10px;
}
.portfolio-category {
    display:block;
    font-size:10px;
    text-transform:uppercase;
    letter-spacing:1px;
    margin-top:5px;
}

/* #Testimonial Section
================================================== */

.ut-testimonials {
    position:relative;
    overflow:hidden;
}
.js .ut-testimonials {
    opacity:0;
}
.ut-quote-name {
    margin:5px 0 0 0;
    font-size:10px;
    text-transform:uppercase;
    letter-spacing:1px;
}
.ut-quote-comment {
    font-size:16px;
    display:block;
}
.ut-rotate-avatar .slides > li,
.ut-rotate-quote .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
} 
.ut-rotate-avatar,
.ut-rotate-quote {
    position: relative;
    zoom: 1;
}
.ut-rotate-avatar .slides,
.ut-rotate-quote .slides {
    zoom: 1;
}
.ut-rotate-quote .flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.ut-rotate-quote {
    position:relative;
    text-align:center;
}
.ut-rotate-avatar {
    height: 200px;
    margin: 0 auto 40px auto;
    overflow: hidden;
    width: 200px;
}
.ut-rotate-avatar .slides {
    list-style:none;
    margin: 0px !important;
}
.ut-rotate-avatar img {
    border-radius: 50% 50% 50% 50%;
    display: block;
    width: 100%;
}
.ut-rotate-avatar ul.slides,
.ut-rotate-quote ul.slides {
    list-style:none;
}
.ut-rotate-quote .slides {
    list-style:none;
    margin:0px !important;
}
.ut-rotate-quote .flex-direction-nav {*height: 0; list-style:none;}
.ut-rotate-quote .flex-direction-nav a  { display: block; text-indent:-9999px; width: 40px; height: 40px; margin: -110px 0 0; position: absolute; top: -50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(255,255,255,0.9); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.ut-rotate-quote .flex-direction-nav .flex-prev { left: -50px; background-image:url(../images/arrow-left-black.png); background-repeat:no-repeat; }
.ut-rotate-quote .flex-direction-nav .flex-next { right: -50px; background-image:url(../images/arrow-right-black.png); background-repeat:no-repeat;  }
.ut-testimonials:hover .ut-rotate-quote .flex-prev { opacity: 0.7; left: 10px; }
.ut-testimonials:hover .ut-rotate-quote .flex-next { opacity: 0.7; right: 10px; }
.ut-testimonials:hover .ut-rotate-quote .flex-next:hover, 
.ut-testimonials:hover .ut-rotate-quote .flex-prev:hover { opacity: 1; }
.ut-rotate-quote .flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }

/* #Contact Section
================================================== */

.contact-section {
    position:relative;
    padding-bottom:150px;
}
.contact-section .parallax-header {
    padding-bottom:70px !important;
}
.contact-section .section-title span {
    background:#F1F4F5;
}
.contact-wrap {
    color:#FFFFFF;
}
.js .contact-wrap {
    opacity:0;
}
.contact-message {
    padding:20px 20px 10px;
    font-size:12px;
    letter-spacing:1px;
    background:rgba(255, 255, 255, 0.15);
}
.contact-message ul li {
    margin-bottom:10px;
}
.contact-form-holder {
    padding:20px;
    background:rgba(255, 255, 255, 0.15);
}

/* #Social Newtwork Section
================================================== */

.social-section .parallax-header {
    padding-bottom:70px !important;
}
.social-section {
    padding-bottom:110px;
}
.social-network {
    list-style:none;
    margin:0;
    text-align:center;
}
.social-network li {
    text-align:center;
}
.social-link {
    margin-bottom:40px;
    display:block;
}
.js .social-link {
    opacity:0;
}
.social-link,
.social-link:visited,
.social-link:hover,
.social-link:active {
    color:#FFFFFF;
}
.social-icon {
    display:block;
    width:100px;
    height:100px;
    line-height:100px;
    text-align:center;
    margin:0 auto 20px auto;
    background:rgba(255, 255, 255, 0.15);
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    -webkit-transform: translateZ(0);
    -webkit-transition:0.2s background linear;
        -moz-transition:0.2s background linear;
            transition:0.2s background linear;
}
.social-icon i {    
    line-height:100px;
}
.social-title,
.social-info {
    display:block;
}
.social-title {
    margin-bottom:0;
    text-transform:uppercase;
    letter-spacing:1px;
    font-size:10px;
}
.social-info {
    font-size:15px; 
}

/* #Parallax
================================================== */

.parallax-section {
    position:relative;
    overflow:hidden;
    width:100%;
}
.parallax-header {
    position:relative;
    text-align:center;
}
.parallax-title {
    font-size:40px;
    margin-bottom:20px;
    color:#FFFFFF;
    background-attachment: scroll;
    background-image: url('../images/divider1.png');
    background-repeat: repeat-x;
    background-position: top center;
    padding-top:20px;
    display:inline-block;
    text-transform:uppercase;
    position:relative;
    z-index:10;
}
.parallax-title span {
}
.parallax-slogan {
    font-size:20px;
    line-height:140%;
    margin:0;
    z-index:10;
    position:relative;
}
.js .parallax-title,
.js .parallax-slogan {
    opacity:0;
}
.parallax-content {
    color:#FFFFFF;
    position:relative;
}
.parallax-content .parallax-header {
    padding:150px 0;
}
.parallax-background {
    background-position:center center;
    -webkit-background-size: cover !important; 
    -moz-background-size: cover !important;  
    -o-background-size: cover !important; 
    background-size: cover !important;
    background-repeat:repeat-y;
}
.parallax-background.fixed {
    background-attachment: fixed !important;
}
.parallax-banner-1 { background:url('../images/parallax-banner-1.jpg'); background-position: center center; }
.parallax-banner-2 { background:url('../images/parallax-banner-2.jpg'); background-position: center center; }
.parallax-banner-3 { background:url('../images/parallax-banner-3.jpg'); }
.parallax-banner-4 { background:url('../images/parallax-banner-4.jpg'); background-position:center bottom !important; }
.parallax-banner-5 { background:url('../images/parallax-banner-5.jpg'); }
.parallax-banner-6 { background:url('../images/parallax-banner-6.jpg'); }
.parallax-banner-7 { background:url('../images/404.jpg'); }


.parallax-overlay-1 { background-image: url('../images/overlay-pattern.png'); }
.parallax-overlay-2 { background-image: url('../images/overlay-pattern.png'); }
.parallax-overlay-3 { background-image: url('../images/overlay-pattern.png'); }
.parallax-overlay-4 { background-image: url('../images/overlay-pattern.png'); }
.parallax-overlay-5 { background-image: url('../images/overlay-pattern.png'); }
.parallax-overlay-6 { background-image: url('../images/overlay-pattern.png'); }
.parallax-overlay-7 { background-image: url('../images/overlay-pattern.png'); }

.parallax-overlay {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-repeat:repeat;
    background-attachment: scroll;
}

/* #Counter Section
================================================== */

.counter-section {
    padding-bottom:110px;
}
.counter-section .parallax-header {
    padding-bottom:70px;
}
.counter-box {
    text-align:center;
    background:rgba(255, 255, 255, 0.15);
    padding:20px;
    margin-bottom:40px;
}
.counter-details {
    color:#FFFFFF;
    margin:0;
}
.count {
    font-family:'ralewaysemibold',Helvetica,Arial,sans-serif;
    font-size: 60px;
    line-height: 1.2;
    padding: 0;
    margin-bottom: 20px;
    display:block;
    text-transform: uppercase;
}
js .counter-box {
    opacity:0;
}

/* #Client Section
================================================== */

.client-section {
    padding:40px 0;
}
.client-logo img {
    margin:0 auto;
    display:block;
}
.js .client-logo {
    opacity:0;
}

/* #Footer
================================================== */

.footer{
    z-index: 999999;
    padding: 30px 0;
    text-align:center;
    background:#FFFFFF;
    position:relative;  
}
.toTop {
    text-align: center;
    z-index: 999999;
    display: block;
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    font-size: 28px;
    line-height: 38px;
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-border-radius:3px 3px 0 0;
    -moz-border-radius:3px 3px 0 0;
    border-radius:3px 3px 0 0;
    -webkit-box-shadow:0px -5px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow:0px -5px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateZ(0);
    -webkit-transition:0.2s all linear;
        -moz-transition:0.2s all linear;
            transition:0.2s all linear;
}
.toTop:hover {
    -webkit-box-shadow:0px -5px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow:0px -5px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.1);
}
.footer h3 {
    text-transform:none;
    margin:0;
    position:relative;
}
.copyright { 
    padding:0; 
    margin:0;
    letter-spacing:1px; 
    font-size:10px; 
    color:#999999; 
}
.copyright a {
    color:#333333;
    text-transform:uppercase;
}

/* #Buttons
================================================== */

button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    border: none;
    display: inline-block;
    text-align:center;
    text-decoration: none;
    cursor: pointer;
    margin-bottom: 20px;
    line-height: normal;
    color: #FFFFFF;
    padding:10px 15px;
    font-size:12px;
    cursor:pointer;
    text-transform:uppercase;
    letter-spacing:2px;
    text-align:center;
    -webkit-transition:0.2s background linear;
        -moz-transition:0.2s background linear;
            transition:0.2s background linear;
    -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
          border-radius: 3px;
    -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-background-clip: padding;
        -moz-background-clip: padding;
            background-clip: padding-box;
    -webkit-appearance: none;
}
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
    color: #FFFFFF;
    background: #111111;
}
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
    color: #FFFFFF;
    background: #111111;
}

/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}

/* #Forms
================================================== */

form { margin:0; }
input[type="text"],
input[type="password"],
input[type="email"],
select,
textarea {
    font-family:"ralewayregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size:12px;
    letter-spacing:1px;
    border: 1px solid transparent;
    padding: 10px;
    outline: none;
    color: #FFFFFF;
    margin: 0;
    width:100%;
    max-width:100%;
    display: block;
    vertical-align: baseline; /* Improves appearance and consistency in all browsers */
    *vertical-align: middle; /* Improves appearance and consistency in all browsers */
    margin-bottom: 20px;
    -webkit-transition:0.2s background linear;
        -moz-transition:0.2s background linear;
            transition:0.2s background linear;
    -webkit-transform: translateZ(0);
    -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-background-clip: padding;
        -moz-background-clip: padding;
            background-clip: padding-box;
    background:rgb(0, 0, 0);
    background:rgba(0, 0, 0, 0.50);
    -webkit-border-radius:0;
        -moz-border-radius:0;
            border-radius: 0;
            -webkit-appearance: none;   
}
textarea {
    overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
    vertical-align: top; /* Improves readability and alignment in all browsers */
    resize: vertical;
    min-height:151px;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
    border: 1px solid transparent;
    color: #FFFFFF;
    background:rgb(0, 0, 0);
    background:rgba(0, 0, 0, 0.85);
}
.success-message,
.alert-message,
.error-message {
    display:none;
    font-size:12px;
    letter-spacing:1px;
}

/* #Misc
================================================== */

.no-js .section-title,
.no-js .section-slogan,
.no-js .hero .hero-holder,
.no-js .about-box,
.no-js .box-fade,
.no-js .member-box,
.no-js .portfolio-box,
.no-js .ut-testimonials,
.no-js .contact-wrap,
.no-js .social-link,
.no-js .parallax-title,
.no-js .parallax-slogan,
.no-js .client-logo {
    opacity:1;
}
.slider,
.slides,
.flex-viewport,
.main-slider {
    position:relative;
    height:100%;
    width:100%;
}
.slides li {
    height:100%;
    width:100%;
    display:block;
    -webkit-background-size: cover !important ;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    height:100% !important;
    position:relative;
    width:100% !important;
    background-position:center center !important;
}
.main-slider .flex-direction-nav {
    display:none;
}
.slider .parallax-overlay,
.slider .hero-holder {
    z-index:500;
}
.remove-bottom { margin-bottom: 0 !important; }
.half-bottom { margin-bottom: 10px !important; }
.add-bottom { margin-bottom: 20px !important; }
    .bottom-left {
    position: absolute;
    top: 25%;
    left: 30%;
    color: #FF8000;
    font-weight: 900;
}

.imagewidth{
    width: 100%;
    height: 450px;
}
.width100{
    margin-left: 5% !important;
}
.textleft{
    text-align:left !important;
}
.paddingtop20{
    padding-top:30px !important;
    padding-bottom:20px !important;
}
.paddingtop0{
    padding-top:5px !important;
}
.section-title11{
    text-align: center !important;
    color:#f29200;
    opacity: 1
}
.fontcursive{
    font-family: cursive;
    font-style: italic;
}
.brand{
    
}
/* #Media Queries
================================================== */

/* Phone & Small Tablets */
@media screen and (max-width: 767px) {
    .imagewidth{
    width: unset !important;
    height: unset !important;
}
.brand{
    margin: unset !important;
}
.width100{
    margin-left: 0% !important;
}
.bottom-left {
    top: 10% !important;
}
#header-section {
    /*display:none;*/
    display:unset;
}
.hero-title {
    font-size:45px;
    margin-top:0;
}
.hero-title-holder {
    background-image: none !important;
}   
.hero-description {
    display:none;
}
.section-title {
    background-image: none !important;
    font-size:25px;
}
.parallax-title {
    font-size:25px;
}
.parallax-slogan,
.section-slogan {
    font-size:15px;
}
.section-title span {
    background:transparent;
    padding:0;
}   
.member-photo {
    float:none;
    margin:0 auto;
}
.member-box {
    text-align: center;
}
.social-info {
    display:none;
}
.parallax-background {
    background-position:center center !important;
}
.icon-box { 
    float:none;
    margin-right:0;
}
.arrow-right {
    display:none;
}
.info {
    text-align:center;
    margin-top:20px;
}
.about-box {
    margin-bottom:10px;
}
.section-header {
    padding-bottom:30px;
}
.content-section {
    padding-top:50px;
    padding-bottom:30px;
}
.parallax-content .parallax-header {
    padding-top:50px;
    padding-bottom:50px !important;
}
.counter-section,
.service-section {
    padding-bottom:30px;
}
.testimonial-section,
.contact-section,
.cta-section {
    padding-bottom:50px;
}
.counter-box {
    margin-bottom:20px;
}
.social-section {
    padding-bottom:10px;
}
.about-section,
.team-section {
    padding-bottom:0;
}
.portfolio-category,
.portfolio-title {
    font-size:10px;
    letter-spacing:1px;
}
.member-box {
    margin-bottom:10px;
}
.js .section-title,
.js .section-slogan,
.js .hero .hero-holder,
.js .about-box,
.js .box-fade,
.js .member-box,
.js .portfolio-box,
.js .ut-testimonials,
.js .contact-wrap,
.js .social-link,
.js .parallax-title,
.js .parallax-slogan,
.js .client-logo {
    opacity:1;
}

}

/* Tablet Landscape */
@media screen and (min-width: 768px) and (max-width: 1024px) {

.section-title {
    background-image: none !important;
}
.section-title span {
    background:transparent;
    padding:0;
}       
.parallax-background {
    background-position:center center !important;
}
.js .section-title,
.js .section-slogan,
.js .hero .hero-holder,
.js .about-box,
.js .box-fade,
.js .member-box,
.js .portfolio-box,
.js .ut-testimonials,
.js .contact-wrap,
.js .social-link,
.js .parallax-title,
.js .parallax-slogan,
.js .client-logo {
    opacity:1;
}

}

/* #Grid
================================================== */
@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: 320px;
}
}
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.grid-container:before, .clearfix:before,
.grid-container:after,
.clearfix:after {
  content: ".";
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}

.grid-container:after, .clearfix:after {
  clear: both;
}

.grid-container, .clearfix {
  /* <IE7> */
  *zoom: 1;
  /* </IE7> */
}

.grid-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.grid-5, .mobile-grid-5, .grid-10, .mobile-grid-10, .grid-15, .mobile-grid-15, .grid-20, .mobile-grid-20, .grid-25, .mobile-grid-25, .grid-30, .mobile-grid-30, .grid-35, .mobile-grid-35, .grid-40, .mobile-grid-40, .grid-45, .mobile-grid-45, .grid-50, .mobile-grid-50, .grid-55, .mobile-grid-55, .grid-60, .mobile-grid-60, .grid-65, .mobile-grid-65, .grid-70, .mobile-grid-70, .grid-75, .mobile-grid-75, .grid-80, .mobile-grid-80, .grid-85, .mobile-grid-85, .grid-90, .mobile-grid-90, .grid-95, .mobile-grid-95, .grid-100, .mobile-grid-100, .grid-33, .mobile-grid-33, .grid-66, .mobile-grid-66 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  /* <IE7> */
  *padding-left: 0;
  *padding-right: 0;
  /* </IE7> */
}
.grid-5 > *, .mobile-grid-5 > *, .grid-10 > *, .mobile-grid-10 > *, .grid-15 > *, .mobile-grid-15 > *, .grid-20 > *, .mobile-grid-20 > *, .grid-25 > *, .mobile-grid-25 > *, .grid-30 > *, .mobile-grid-30 > *, .grid-35 > *, .mobile-grid-35 > *, .grid-40 > *, .mobile-grid-40 > *, .grid-45 > *, .mobile-grid-45 > *, .grid-50 > *, .mobile-grid-50 > *, .grid-55 > *, .mobile-grid-55 > *, .grid-60 > *, .mobile-grid-60 > *, .grid-65 > *, .mobile-grid-65 > *, .grid-70 > *, .mobile-grid-70 > *, .grid-75 > *, .mobile-grid-75 > *, .grid-80 > *, .mobile-grid-80 > *, .grid-85 > *, .mobile-grid-85 > *, .grid-90 > *, .mobile-grid-90 > *, .grid-95 > *, .mobile-grid-95 > *, .grid-100 > *, .mobile-grid-100 > *, .grid-33 > *, .mobile-grid-33 > *, .grid-66 > *, .mobile-grid-66 > * {
  /* <IE7> */
  *margin-left: expression((!this.className.match(/grid-[1-9]/) && this.currentStyle.display === "block" && this.currentStyle.width === "auto") && "10px");
  *margin-right: expression((!this.className.match(/grid-[1-9]/) && this.currentStyle.display === "block" && this.currentStyle.width === "auto") && "10px");
  /* </IE7> */
}

.grid-parent {
  padding-left: 0;
  padding-right: 0;
}
/* BASIC SETUP */

.page-wrapper {
  width: 100%;
  height: auto;
}

.nav-wrapper {
  height: 62px;
  width: 100%;
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
  background-color: #fff;
}

.grad-bar {
  width: 100%;
  height: 5px;
  background: linear-gradient(-45deg, #EE7752, #E73C7E, #23A6D5, #23D5AB);
  background-size: 400% 400%;
    -webkit-animation: gradbar 15s ease infinite;
    -moz-animation: gradbar 15s ease infinite;
    animation: gradbar 15s ease infinite;
}

/* NAVIGATION */

.navbar {
  display: grid;
  grid-template-columns: 1fr 3fr;
  align-items: center;
  height: 52px;
  overflow: hidden;
}

.navbar img {
  height: 16px;
  width: auto;
  justify-self: start;
  margin-left: 70px;
}

.navbar ul {
    margin: 0 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(6,1fr);
  justify-self: end;
  
}

.no-search li{
    margin: 0 19px;
}

.nav-item a {
  color: #777777;
  font-size: 0.9rem;
  font-weight: 400;
  text-decoration: none;
  transition: color 0.3s ease-out;
}

.nav-item a:hover {
  color: #f1c40f;
}

 .margin90{
         margin: 90px 0px;
    }
    /*.brand {*/
    /*margin: 0px -110px;*/
    /*}*/
/* Media Queries */

  /* Mobile Devices - Phones/Tablets */

.marginleft3 {
    margin-left: 3% !important;
}
@media only screen and (max-width: 793px) { 
    /*.brand {*/
    /*margin: 0 36px;*/
    /*}*/
}
@media only screen and (max-width: 720px) { 
    .headerwhite{
        padding-left: unset;
    padding-right: unset;
    }
    .textcenter{
        text-align: -webkit-center !important;
    }
    /*.brand {*/
    /*margin: 0 30px;*/
    /*}*/
.marginleft3 {
    margin-left: unset !important;
}

.no-search li{
    margin: 0;
}



}
.hide{
    display: none;
}
.fa-coffee{
    background: rgba(255, 255, 255, 0.15);
    font-size: 140px;
}

.fa-thumbs-up, .fa-umbrella{
    background: rgba(255, 255, 255, 0.15);
    font-size: 162px;
}

.getstart{
    padding: 15px 0px;
    background: slategray;
}


@charset "UTF-8";
.navigation {
  height: 70px;
  background: #262626;
}

.brand {
    margin: 0px 0px ;
  position: absolute;
  padding-left: 0px;
  float: left;
  line-height: 70px;
  text-transform: uppercase;
  font-size: 1.4em;
}
.brand a,
.brand a:visited {
  color: #ffffff;
  text-decoration: none;
}

.nav-container {
  max-width: 1000px;
  margin: 0 auto;
}

nav {
  float: right;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav ul li {
  float: left;
  position: relative;
}
nav ul li a,
nav ul li a:visited {
  display: block;
  padding: 0 0px;
  line-height: 70px;
  background: #262626;
  color: #ffffff;
  text-decoration: none;
}
nav ul li a:hover,
nav ul li a:visited:hover {
 /* background: #2581DC;*/
  color: #f1c928;
}
nav ul li a:not(:only-child):after,
nav ul li a:visited:not(:only-child):after {
  padding-left: 4px;
  content: ' ▾';
}
nav ul li ul li {
    line-height: 0px;
    width: 50%;
  /*min-width: 190px;*/
}
nav ul li ul li a {
  padding: 15px;
  line-height: 20px;
}

.nav-dropdown {
  position: absolute;
  display: none;
  z-index: 1;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}

/* Mobile navigation */
.nav-mobile {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  background: ;
  background: #f1c928;
  height: 70px;
  width: 70px;
}

@media only screen and (max-width: 798px) {
  .nav-mobile {
    display: block;
  }

  nav ul li ul li {
      line-height: unset;
  width: 100%;
}

  #main-content{
    margin: 52px 0px;
  }

  nav {
    width: 100%;
    padding: 70px 0 15px;
        background: white;
        text-align: center !important;
  }
  nav ul {
    display: none;
  }
  nav ul li {
    margin: -30px 0px;
    float: none;
  }
  nav ul li a {
    padding: 15px;
    line-height: 20px;
  }
  nav ul li ul li a {
    padding-left: 30px;
  }

  .nav-dropdown {
    position: static;
    width: 100%;
  }
}
@media screen and (min-width: 799px) {
  .nav-list {
    display: block !important;
  }
}
#nav-toggle {
  position: absolute;
  left: 18px;
  top: 22px;
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 35px;
  background: #ffffff;
  position: absolute;
  display: block;
  content: '';
  transition: all 300ms ease-in-out;
}
#nav-toggle span:before {
  top: -10px;
}
#nav-toggle span:after {
  bottom: -10px;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  transform: rotate(45deg);
}
#nav-toggle.active span:after {
  transform: rotate(-45deg);
}



.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.logo1{
    /*width: 80%;*/
    /*height: 95px;*/
    width: 75%;
    height: 73px;
    margin: 14px 0;
}
.nav-dropdown{
    background: white;
    position: fixed;
}
nav ul li a, nav ul li a:visited {
    background: unset;
    /*color: #292b24;*/
    color:#f29200 !important;
    font-weight:900 !important;
    }
    .ha-header nav a {
    font-size: 13px;
    }
    .titleholder{
        font-size:2em !important;
    }
    .margin15{
        margin: 15px 0px;
    }
    .activenav{
        color: #f1c40f !important;
    }
    .pagebottomcenter{
        text-align: center;
        margin-bottom: 200px;
    }

.securepayment {
    text-align: unset !important;
}
/*footer*/
.site-footer
{
      border: 1px solid yellow;
  background-color:#444e58;
  padding:45px 0 20px;
  font-size:15px;
  line-height:24px;
  color:#292b24;
}
.site-footer hr
{
  border-top-color:#bbb;
  opacity:0.5
}
.site-footer hr.small
{
  margin:20px 0
}
.site-footer h6
{
    color: #f29200 !important;
  /*color:#292b24;*/
  font-size:16px;
  text-transform:uppercase;
  margin-top:5px;
  letter-spacing:2px
}
.site-footer a
{
  color: #f29200 !important;
}
.site-footer a:hover
{
  color:#f1c40f;
  text-decoration:none;
}
.footer-links
{
  padding-left:0;
  list-style:none
}
.footer-links li
{
  display:block
}
.footer-links a
{
  /*color:#292b24;*/
  color: #f29200 !important;
}
.footer-links a:active,.footer-links a:focus,.footer-links a:hover
{
  color:#f1c40f;
  text-decoration:none;
}
.footer-links.inline li
{
  display:inline-block
}
.site-footer .social-icons
{
  text-align:right
}
.site-footer .social-icons a
{
  width:40px;
  height:40px;
  line-height:40px;
  margin-left:6px;
  margin-right:0;
  border-radius:100%;
  background-color:#376e96;
}
.copyright-text
{
  margin:0
}
@media (max-width:991px)
{
  .site-footer [class^=col-]
  {
    margin-bottom:30px
  }
}
@media (max-width:767px)
{
  .site-footer
  {
    padding-bottom:0
  }
  .site-footer .copyright-text,.site-footer .social-icons
  {
    text-align:center
  }
}
.social-icons
{
  padding-left:0;
  margin-bottom:0;
  list-style:none
}
.social-icons li
{
  display:inline-block;
  margin-bottom:4px
}
.social-icons li.title
{
  margin-right:15px;
  text-transform:uppercase;
  color:#96a2b2;
  font-weight:700;
  font-size:13px
}
.social-icons a{
  background-color:#eceeef;
  color:#818a91;
  font-size:16px;
  display:inline-block;
  line-height:44px;
  width:44px;
  height:44px;
  text-align:center;
  margin-right:8px;
  border-radius:100%;
  -webkit-transition:all .2s linear;
  -o-transition:all .2s linear;
  transition:all .2s linear
}
.social-icons a:active,.social-icons a:focus,.social-icons a:hover
{
  color:#fff;
  background-color:#29aafe
}
.social-icons.size-sm a
{
  line-height:34px;
  height:34px;
  width:34px;
  font-size:14px
}
.social-icons a.facebook:hover
{
  background-color:#3b5998
}
.social-icons a.twitter:hover
{
  background-color:#00aced
}
.social-icons a.linkedin:hover
{
  background-color:#007bb6
}
.social-icons a.dribbble:hover
{
  background-color:#ea4c89
}
@media (max-width:767px)
{
  .social-icons li.title
  {
    display:block;
    margin-right:0;
    font-weight:600
  }
}

/*packages*/
.vpt_plan.hover-animate-position {
    margin-top: 0;
}

ul.vpt_plan {
    background-color: #f5f5f5;
    text-align: center;
    -moz-transition: box-shadow .3s, margin .5s;
    -o-transition: box-shadow .3s, margin .5s;
    -webkit-transition: box-shadow .3s, margin .5s;
    transition: box-shadow .3s, margin .5s;
    list-style: none;
    margin: 0;
    padding: 0;
    border: 0;
}
.drop-shadow {
    position: relative;
    -o-box-shadow: 0 1px 4px rgba(0,0,0,.3), 0 0 40px rgba(0,0,0,.1) inset;
    -ms-box-shadow: 0 1px 4px rgba(0,0,0,.3), 0 0 40px rgba(0,0,0,.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.3), 0 0 40px rgba(0,0,0,.1) inset;
    /* -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.3), 0 0 40px rgba(0,0,0,.1) inset; */
    box-shadow: 0 1px 4px rgba(0,0,0,.3), 0 0 40px rgba(0,0,0,.1) inset;
}
.drop-shadow:before {
    -o-box-shadow: 0 0 5px rgba(0,0,0,.2);
    -ms-box-shadow: 0 0 5px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.2);
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.vpt_plan-price{
    font-size: 54px !important;
}
.drop-shadow:before, .drop-shadow:after {
    content: "";
    position: absolute;
    z-index: -2;
}
.vpt_plan-name strong{
    color:#fff !important;
}
.vpt_plan.bootstrap-vpt-green .vpt_plan-name {
    color:#fff !important;
    border-bottom: none;
    padding-top: 15px;
}

.vpt_plan.bootstrap-vpt-green .vpt_plan-name, .vpt_plan.bootstrap-vpt-green .vpt_plan-price {
    background-color: #ffc107;
    /* border-bottom: none; */
    color: #fff;
    -o-text-shadow: 0 1px 1px #97d397;
    -moz-text-shadow: 0 1px 1px #97d397;
    -ms-text-shadow: 0 1px 1px #97d397;
    -webkit-text-shadow: 0 1px 1px #97d397;
    text-shadow: 0 1px 1px #97d397;
}
ul.vpt_plan > li:nth-child(odd) {
    background: rgba(0,0,0,0.05);
}

ul.vpt_plan .vpt_plan-name, ul.vpt_plan .vpt_plan-price {
    display: block;
    padding: 5px 0;
    margin: 0 auto;
    /* background-color: #6dcaec; */
    -o-box-shadow: inset 0 0 50px rgba(0,0,0,.07);
    -ms-box-shadow: inset 0 0 50px rgba(0,0,0,.07);
    -moz-box-shadow: inset 0 0 50px rgba(0,0,0,.07);
    /* -webkit-box-shadow: inset 0 0 50px rgba(0,0,0,.07); */
    box-shadow: inset 0 0 50px rgba(0,0,0,.07);
    -moz-transition: border-color .3s, background-color .3s, color .3s;
    -o-transition: border-color .3s, background-color .3s, color .3s;
    /* -webkit-transition: border-color .3s, background-color .3s, color .3s; */
    transition: border-color .3s, background-color .3s, color .3s;
    font-family: 'Roboto', sans-serif;
    font-size: 2em;
    font-weight: 100;
    /* color: #025577; */
    -o-text-shadow: 0 1px 1px #62cffc;
    -moz-text-shadow: 0 1px 1px #62cffc;
    -ms-text-shadow: 0 1px 1px #62cffc;
    -webkit-text-shadow: 0 1px 1px #62cffc;
    text-shadow: 0 1px 1px #62cffc;
    line-height: normal;
}
.vpt_plan.bootstrap-vpt-green .vpt_plan-price {
    border-top: none;
}

.vpt_plan.bootstrap-vpt-green .vpt_plan-name, .vpt_plan.bootstrap-vpt-green .vpt_plan-price {
    background-color: #ffc107;
    border-bottom: none;
    color: #fff;
    -o-text-shadow: 0 1px 1px #97d397;
    -moz-text-shadow: 0 1px 1px #97d397;
    -ms-text-shadow: 0 1px 1px #97d397;
    -webkit-text-shadow: 0 1px 1px #97d397;
    text-shadow: 0 1px 1px #97d397;
}
ul.vpt_plan .vpt_plan-price {
    /* border-top: none; */
    font-size: 3.7em;
    font-weight: 700;
}
ul.vpt_plan .vpt_plan-name, ul.vpt_plan .vpt_plan-price {
    display: block;
    padding: 5px 0;
    margin: 0 auto;
    /* background-color: #6dcaec; */
    -o-box-shadow: inset 0 0 50px rgba(0,0,0,.07);
    -ms-box-shadow: inset 0 0 50px rgba(0,0,0,.07);
    -moz-box-shadow: inset 0 0 50px rgba(0,0,0,.07);
    /* -webkit-box-shadow: inset 0 0 50px rgba(0,0,0,.07); */
    box-shadow: inset 0 0 50px rgba(0,0,0,.07);
    -moz-transition: border-color .3s, background-color .3s, color .3s;
    -o-transition: border-color .3s, background-color .3s, color .3s;
    /* -webkit-transition: border-color .3s, background-color .3s, color .3s; */
    transition: border-color .3s, background-color .3s, color .3s;
    font-family: 'Roboto', sans-serif;
    font-size: 2em;
    /* font-weight: 100; */
    /* color: #025577; */
    -o-text-shadow: 0 1px 1px #62cffc;
    -moz-text-shadow: 0 1px 1px #62cffc;
    -ms-text-shadow: 0 1px 1px #62cffc;
    -webkit-text-shadow: 0 1px 1px #62cffc;
    text-shadow: 0 1px 1px #62cffc;
    line-height: normal;
}
.vpt_year {
    font-size: 0.4em;
    vertical-align: top;
    font-weight: 100;
    text-shadow: 0 1px 1px #a6a9a6;
}
.vpt_year {
    font-size: 0.4em;
    vertical-align: top;
    font-weight: 100;
    text-shadow: 0 1px 1px #a6a9a6;
}
.vpt_plan.bootstrap-vpt-green>li.vpt_plan-footer {
    background-color: #ffc107;
    border-top: none;
}
ul.vpt_plan > li:nth-child(odd) {
    background: rgba(0,0,0,0.05);
}
ul.vpt_plan>li.vpt_plan-footer {
    border-bottom: none;
    background-color: #6dcaec;
    padding: 15px 0;
    -o-box-shadow: inset 0 0 50px rgba(0,0,0,.07);
    -ms-box-shadow: inset 0 0 50px rgba(0,0,0,.07);
    -moz-box-shadow: inset 0 0 50px rgba(0,0,0,.07);
    -webkit-box-shadow: inset 0 0 50px rgba(0,0,0,.07);
    box-shadow: inset 0 0 50px rgba(0,0,0,.07);
    border-top: none;
    -moz-transition: background-color .3s;
    -o-transition: background-color .3s;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
}
ul.vpt_plan>li {
    font-family: 'Roboto', sans-serif;
    padding: 10px;
    border-bottom: none;
    margin-left: 0px;
}
.vpt_plan.bootstrap-vpt-green>li.vpt_plan-footer .pricing-select {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: none !important;
    outline: none;
}

ul.vpt_plan>li.vpt_plan-footer .pricing-select {
    text-decoration: none;
    background-image: none;
    border-radius: 3px;
    padding: 12px 15px;
    color: #7bd7fd;
    background-color: #025c81;
    display: inline-block;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
.vpt_plan.hover-animate-position:hover {
    margin-top: -6px;
}
ul.vpt_plan:hover {
    -o-box-shadow: 0 0 0 5px rgba(0,0,0,.1), 0 0 40px rgba(0,0,0,.1) inset;
    -ms-box-shadow: 0 0 0 5px rgba(0,0,0,.1), 0 0 40px rgba(0,0,0,.1) inset;
    -moz-box-shadow: 0 0 0 5px rgba(0,0,0,.1), 0 0 40px rgba(0,0,0,.1) inset;
    /* -webkit-box-shadow: 0 0 0 5px rgba(0,0,0,.1), 0 0 40px rgba(0,0,0,.1) inset; */
    box-shadow: 0 0 0 5px rgba(0,0,0,.1), 0 0 40px rgba(0,0,0,.1) inset;
}
.vpt_plan.bootstrap-vpt-green:hover .vpt_plan-name {
    border-bottom: none;
}

.vpt_plan.bootstrap-vpt-green:hover .vpt_plan-header, .vpt_plan.bootstrap-vpt-green:hover .vpt_plan-name, .vpt_plan.bootstrap-vpt-green:hover .vpt_plan-price, .vpt_plan.bootstrap-vpt-green:hover .vpt_plan-footer {
    background-color: #fd9600;
}


/**/
.parallexcontent{
    color: #777;
}
.backgroundcolor{
    background: #4d4c4f;
}
.whitecolor{
    color: #fff !important;
}
#team-section{
        background-image: url("/assets/images/testimonials.jpeg");
        background-repeat: round;
    }
.margin66{
        margin-top: 101px;
    /*margin: 105px 0px;*/
}
/*.backgimage{*/
/*    background-image: url("/assets/images/servicesbg.png");*/
/*    background-repeat: round;*/
/*}*/
.contact-wrap h3 {
    color: #f2960b;
}
.icons-ul i {
    color: #f29200;
}
button, input[type="submit"], input[type="reset"], input[type="button"] {
    background: #f2960b;
}

/**/
p.lead {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}
.row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}
.col-centered {
    float: none;
    margin: 0 auto;
}

.carousel-control { 
    width: 8%;
    width: 0px;
}
.carousel-control.left,
.carousel-control.right { 
    margin-right: 0px;
    margin-left: 0px; 
    background-image: none !important;
    opacity: 1;
}
.carousel-control > a > span {
    color: white;
	  font-size: 29px !important;
}

.carousel-col { 
    position: relative; 
    min-height: 1px; 
    padding: 5px; 
    float: left;
 }

 .active > div { display:none; }
 .active > div:first-child { display:block; }

/*xs*/
@media (max-width: 767px) {
  .carousel-inner .active.left { left: -50%; }
  .carousel-inner .active.right { left: 50%; }
	.carousel-inner .next        { left:  50%; }
	.carousel-inner .prev		     { left: -50%; }
  .carousel-col                { width: 50%; }
	.active > div:first-child + div { display:block; }
}

/*sm*/
@media (min-width: 768px) and (max-width: 991px) {
  .carousel-inner .active.left { left: -50%; }
  .carousel-inner .active.right { left: 50%; }
	.carousel-inner .next        { left:  50%; }
	.carousel-inner .prev		     { left: -50%; }
  .carousel-col                { width: 50%; }
	.active > div:first-child + div { display:block; }
}

/*md*/
@media (min-width: 992px) and (max-width: 1199px) {
  .carousel-inner .active.left { left: -33%; }
  .carousel-inner .active.right { left: 33%; }
	.carousel-inner .next        { left:  33%; }
	.carousel-inner .prev		     { left: -33%; }
  .carousel-col                { width: 33%; }
	.active > div:first-child + div { display:block; }
  .active > div:first-child + div + div { display:block; }
}

/*lg*/
@media (min-width: 1200px) {
  .carousel-inner .active.left { left: -25%; }
  .carousel-inner .active.right{ left:  25%; }
	.carousel-inner .next        { left:  25%; }
	.carousel-inner .prev		     { left: -25%; }
  .carousel-col                { width: 25%; }
	.active > div:first-child + div { display:block; }
  .active > div:first-child + div + div { display:block; }
	.active > div:first-child + div + div + div { display:block; }
}

/*.block {*/
/*	width: 306px;*/
/*	height: 230px;*/
/*}*/

.img-responsive img{
    width: 100%;
    height: 196px;
}
@media screen and (min-width: 768px){
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -102px !important;
}.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -102px !important;
}}