/*
	Template: appa - A Next Gen App Landing Page
	Author: Santu Roy
	Author URI: http://themeforest.net/user/santuroy/portfolio
	Version: 1.0
*/
/* TABLE OF CONTENTS

	01. GENERAL STYLES
	02. PRELOADER STYLES
	03. NAV MENU STYLES
	04. HEADER 1 STYLES
	05. HEADER 2 STYLES
	06. HEADER 3 STYLES
	07. HEADER 4 STYLES
	08. 3 STEPS STYLES
	09. FEATURE 1 STYLES
	10. IMAGE DESCRIPTION 1 STYLES
	11. IMAGE DESCRIPTION 2 STYLES
	12. EMAIL SUBSCRIPTION STYLES
	13. SCREENSHOT GALLERY STYLES
	14. FEATURE 2 STYLES
	15. VIDEO POPUP STYLES
	16. TESTIMONIAL STYLES
	17. PRICES SECTION STYLES
	18. DOWNLOAD SECTION STYLES
	19. CONTACT SECTION STYLES
	20. FOOTER STYLES
	21. DARK VARIATIONS STYLES
	22. DIFFERENT HEADER BACKGROUND STYLES
	
*/


/* 01. GENERAL STYLES
-------------------------------------------------*/
::selection {
    background-color:#192d4e;
    color: white;
}
::-moz-selection {
    background-color:#192d4e;
    color: white;
}
::-ms-selection {
    background-color:#192d4e;
    color: white;
}
::-webkit-selection {
    background-color:#192d4e;
    color: white;
}
* {
    margin: 0;
    padding: 0;
}
body {
    font-family: 'Lato', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #191c21;
    max-width: 100%;
}
a,
button {
    -webkit-transition: all .3s;
    transition: all .3s;
}
a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}
ul li {
    list-style: none;
}
input[type="email"],
input[type="text"],
input[type="password"],
input[type="submit"],
textarea,
select,
textarea:focus,
button:focus {
    outline: none;
}
form input,
form button {
    padding: 15px 30px;
    border: none;
    font-size: 16px;
    width: auto;
}
form input[type="text"],
form input[type="password"],
form input[type="email"] {
    color: #979797;
    background: #fff;
    font-weight: 400;
    font-size: 14px;
}
form input[type="text"]:focus,
form input[type="password"]:focus,
form input[type="email"]:focus {
    color: #222;
}
form input[type="submit"],
form button {
    -webkit-transition: all .3s;
    transition: all .3s;
}
select option {
  background-color: #192d4e; 
color: black;
outline: none;}
#scrollUp {
    bottom: 100px;
    right: 20px;
    padding: 10px 12px;
    background: rgba(44, 45, 49, 0.4);
    color: #fff;
    font-size: 12px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
#scrollUp:hover {
    color: #fff;
}
.light-bg {
    background: #fff;
}
.light-gry-bg {
    background: #333;
}
.v-align-children {
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: row;
    -webkit-flex-direction: row;
}
.top-align-children {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    flex-direction: row;
    -webkit-flex-direction: row;
}
.img-responsive {
    margin: auto;
    
}
.parallax {
    margin-top: -1px;
}
.btn-app-store,
.btn-play-store {
    display: inline-block;
    margin: 0 10px;
}
.btn-app-store,
.btn-play-store {
    background: #fff;
    color: #222;
    position: relative;
    height: 60px;
    padding-left: 55px;
    padding-right: 20px;
    border-radius: 4px;
}
.btn-app-store:hover,
.btn-play-store:hover {
    background: #ebedef;
    color: #222;
}
.btn-app-store i,
.btn-play-store i {
    font-size: 36px;
    position: absolute;
    left: 10px;
    top: 12px;
}
.btn-app-store .small,
.btn-play-store .small {
    display: block;
    text-align: left;
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 2px;
    margin-top: 5px;
}
.btn-app-store .big,
.btn-play-store .big {
    display: block;
    text-align: center;
    font-size: 21px;
    line-height: 21px;
    font-weight: 600;
}
.btn-2-play-store,
.btn-2-app-store {
    color: #333;
    margin: 0 10px;
    display: inline-block;
    text-align: center;
    padding: 12px 13px;
    border: 2px solid #FFF;
    border-radius: 20px;
}
.btn-2-play-store:hover,
.btn-2-app-store:hover {
    color: #333;
}
.btn-2-play-store i,
.btn-2-app-store i {
    display: block;
    font-size: 30px;
    margin-bottom: 8px;
}
.btn-2-play-store span,
.btn-2-app-store span {
    display: block;
    font-size: 12px;
}


.btn-trissa {
  color: white;
  background-color: #1762b0;
  border: 2px solid #1762b0;
  border-radius: 30px;
  font-family: "GothamBold", sans-serif;
  transition: all 0.1s ease; }
  .btn-trissa:hover, .btn-trissa:focus {
    background-color: #1890ff;
    color: white;
    border-color: #1890ff;
    outline: none;
    box-shadow: 0px 5px 13px -1px rgba(0, 0, 0, 0.75); }
  .btn-trissa:active {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
    box-shadow: none; }

.btn-yellow {
  color: white;
  background-color: #192d4e;
  border: 2px solid #192d4e;
  border-radius: 30px;
  font-family: "GothamBold", sans-serif;
  font-size: 1.6em;
  transition: all 0.1s ease; }
  .btn-yellow:hover, .btn-yellow:focus {
    background-color: #252c3c;
    color: white;
    border-color: #252c3c;
    outline: none;
    box-shadow: 0px 5px 13px -1px rgba(0, 0, 0, 0.75);
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out; }
  .btn-yellow:active {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
    box-shadow: none; }

.btn-outlineyellow {
    min-width: 150px;
  color: #192d4e;
  background-color: transparent;
  border: 2px solid #192d4e;
  border-radius: 30px;
  font-family: "GothamBold", sans-serif;
  font-size: 1.2em;
  transition: all 0.1s ease; }
  .btn-outlineyellow:hover, .btn-outlineyellow:focus {
    background-color: #192d4e;
    color: white;
    border-color: #192d4e;
    outline: none;
    box-shadow: 0px 5px 13px -1px rgba(0, 0, 0, 0.75); }
  .btn-outlineyellow:active {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
    box-shadow: none; }

.btn-outlinewhite {
  color: white;
  background-color: transparent;
  border: 2px solid white;
  border-radius: 30px;
  font-family: "GothamBold", sans-serif;
  font-size: 1.2em;
  transition: all 0.1s ease; }
  .btn-outlinewhite:hover, .btn-outlinewhite:focus {
    background-color: white;
    color: #333;
    border-color: white;
    outline: none;
    box-shadow: 0px 5px 13px -1px rgba(0, 0, 0, 0.75); }
  .btn-outlinewhite:active {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
    box-shadow: none; }



/* 02. PRELOADER STYLES
-------------------------------------------------*/

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 99999;
    height: 100%;
    width: 100%;
    overflow: hidden !important
}
.spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -20px;
    width: 40px;
    height: 40px;
    -webkit-animation: sk-rotate 2.0s infinite linear;
    animation: sk-rotate 2.0s infinite linear;
}
.dot1,
.dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    border-radius: 100%;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}
.dot2 {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}
@-webkit-keyframes sk-rotate {
    100% {
        -webkit-transform: rotate(360deg)
    }
}
@keyframes sk-rotate {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}
@-webkit-keyframes sk-bounce {
    0%, 100% {
        -webkit-transform: scale(0.0)
    }
    50% {
        -webkit-transform: scale(1.0)
    }
}
@keyframes sk-bounce {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}



/* 03. NAV MENU STYLES
-------------------------------------------------*/

.scroll-nav {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    padding: 30px 0;
    background-color: transparent;
    margin-bottom: 0;
    border-bottom: none
}
.scroll-fixed-nav {
    background-color: rgba(255, 255, 255, 0.95);
    padding: 17px 0;
    -moz-box-shadow: 0 2px 8px 0 rgba(31, 31, 31, 0.1);
    -webkit-box-shadow: 0 2px 8px 0 rgba(31, 31, 31, 0.1);
    box-shadow: 0 2px 8px 0 rgba(31, 31, 31, 0.1)
}
.logo.navbar-brand {
    padding: 5px;
}
.scroll-fixed-nav .logo-white {
    display: none
}
.scroll-fixed-nav .logo-black {
    display: block !important
}
.scroll-nav .logo-black {
    display: none
}
.navbar-nav.navbar-right:last-child {
    margin-right: 0
}
.navbar-default .navbar-nav>li>a {
    color: #999;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.scroll-fixed-nav .navbar-nav > li > a {
    color: #263246 !important
}



/* 04. HEADER 1 STYLES
-------------------------------------------------*/

.intro-text-1 {
    color: #fff;
    margin: 165px 0;
}
.intro-text-1 img {
    margin-bottom: 30px;
}
.intro-text-1 h1 {
    color: #fff;
    font-weight: 300;
    font-size: 90px;
    max-width: 90%;
    margin: 5% auto;
}
.intro-text-1 p {
    color: #b6b9bf;
    font-size: 18px;
    line-height: 30px;
}
.intro-text-1 .download-cta {
    margin-top: 50px;
}
.download-cta .or {
    font-size: 14px;
    margin: 0 15px;
    color: #929292;
}
.download-cta .link {
    font-size: 16px;
    color: #e5eeff;
}



/* 05. HEADER 2 STYLES
-------------------------------------------------*/

.header-section-2 {
    padding: 180px 0 110px 0;
}
.intro-text-2 h1 {
    color: #fff;
    font-weight: 300;
    font-size: 50px;
    margin-bottom: 20px;
    line-height: 65px;
}
.intro-text-2 p {
    color: #b6b9bf;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 55px;
}
.intro-text-2 .download-cta a:first-child {
    margin-left: 0px;
}



/* 06. HEADER 3 STYLES
-------------------------------------------------*/

.intro-text-3 {
    padding: 300px 0 230px 0;
}
.intro-text-3 h1 {
    color: #fff;
    font-weight: 300;
    font-size: 50px;
    margin-bottom: 20px;
    line-height: 65px;
}
.intro-text-3 p {
    color: #b6b9bf;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 55px;
}
.intro-text-3 .download-cta a:first-child {
    margin-left: 0px;
}
.header-section-3 .row {
    position: relative;
}
.header-3-img {
    position: absolute;
    height: 100%;
    width: 50%;
    bottom: 0;
    left: -7%;
}
.header-3-img img {
    position: inherit;
    bottom: 0;
}



/* 07. HEADER 4 STYLES
-------------------------------------------------*/

.header-section-4 {
    padding-top: 250px;
}
.intro-text-4 {
    margin-top: 60px;
}
.intro-text-4 h1 {
    color: #fff;
    font-weight: 300;
    font-size: 50px;
    margin-top: 50px;
}
.intro-text-4 p {
    color: #b6b9bf;
    font-size: 20px;
    line-height: 30px;
}
.header-4-img {
    padding: 0 20px;
}
.header-4-button {
    margin-top: 120px;
}
.header-4-button h4 {
    font-size: 30px;
    color: #333;
    margin-bottom: 40px;
}
.header-4-button .download-cta a:last-child {
    margin-right: 0;
}



/* 08. 3 STEPS STYLES
-------------------------------------------------*/

.how-works-section {
    padding: 120px 0;
}
.single-how-works {
    padding: 0 30px;
    position: relative;
}
.single-how-works:before {
    position: absolute;
    right: -28px;
    top: 50px;
    opacity: 0.2;
    content: url(../img/icons/workflow-next-icon.png);
}
.how-works-section .col-md-4:last-child .single-how-works:before, .how-works-section .col-md-3:last-child .single-how-works:before {
    content: none;
}
.no-arrows div .single-how-works:before{
    display: none;
}
.single-how-works i {
    font-size: 70px;
}
.single-how-works h3 {
    font-weight: 400;
    font-size: 22px;
    color: #000;
    text-transform: capitalize;
    margin-bottom: 18px;
    margin-top: 40px;
}
.single-how-works p {
    font-size: 15px;
    color: #53565a;
    line-height: 24px;
}



/* 09. FEATURE 1 STYLES
-------------------------------------------------*/

.feature-section-1 {
    padding: 120px 0;
}
.section-title {
    margin-bottom: 95px;
}
.section-title h2 {
    font-size: 45px;
    font-weight: 300;
    color: #000000;
    margin-bottom: 20px;
    margin-top: 0px;
}
.section-title p {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: #71757b;
}
.single-feature-1 {
    padding: 70px 50px 0px 50px;
    ;
}
.single-feature-1 i {
    padding: 27px 30px 20px;
    border-radius: 20px;
    background: #dee6ee;
    font-size: 40px;
    line-height: 90px;
}
.single-feature-1 h3 {
    font-size: 22px;
    font-weight: 400;
    color: #000;
    margin-top: 36px;
}
.single-feature-1 p {
    font-size: 15px;
    line-height: 23px;
    color: #798394;
}
.features-1-img-container {
    padding: 0 35px;
}



/* 10. IMAGE DESCRIPTION 1 STYLES
-------------------------------------------------*/

.image-desc-section-1 {
    padding: 90px 0 90px;
    margin-bottom: -1px;
}
.img-1-text-container h2 {
    font-size: 47px;
    line-height: 62px;
    font-weight: 300;
    margin-bottom: 30px;
}
.img-1-text-container p {
    font-size: 16px;
    color: #444     ;
    line-height: 26px;
    margin-bottom: 20px;
    padding-bottom: 25px;

}

.img-1-container,
.img-2-container {
    padding: 0 50px;
}



/* 11. IMAGE DESCRIPTION 2 STYLES
-------------------------------------------------*/

.image-desc-section-2 {
    padding: 90px 0;
}
.img-2-text-container h2 {
    font-size: 47px;
    line-height: 62px;
    font-weight: 300;
    margin-bottom: 30px;
}
.img-2-text-container p {
    font-size: 16px;
    color: #444;
    line-height: 26px;
    margin-bottom: 20px;

    padding-bottom: 25px;

}



/* 12. EMAIL SUBSCRIPTION STYLES
-------------------------------------------------*/

.subscribe-section {
    padding: 100px 0;
}
.subscribe-section h2 {
    font-weight: 300;
    font-size: 42px;
    margin-bottom: 50px;
    color: #333;
}
.subscribe-section form {
    width: 505px;
    margin: auto;
}
.subscribe-section form input[type="email"] {
    width: 65%;
    border-radius: 3px;
    background: none;
    border: 1px solid #979797;
}
.subscribe-section form input[type="submit"]:hover {
    background-color: #252c3c;
    color: white;
}
.subscribe-section form input[type="email"]:focus {
    color: #fff;
}
.subscribe-section form input[type="submit"] {
    border-radius: 3px;
    color: #15171B;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    padding: 16px 30px;
}
.subscribe-section form .subscription-success,
.subscribe-section form .subscription-error {
    display: none;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    margin-top: 15px;
}
.subscribe-section form .subscription-success .fa,
.subscribe-section form .subscription-error .fa {
    margin-right: 10px
}


/* 13. SCREENSHOT GALLERY STYLES
-------------------------------------------------*/

.screenshot-slider-1-section {
    padding: 120px 0;
}
.screen-gallery-1{
    padding: 0 30px;
    margin-bottom: 50px
}
.screen-gallery-1 .slick-list:before,
.screen-gallery-1 .slick-list:after {
    height: 100%;
    width: 60px;
    position: absolute;
    content: "";
    background: #fff;
    top: 0;
    z-index: 1;
}
.screen-gallery-1 .slick-list:before{
    left: 0;
}
.screen-gallery-1 .slick-list:after{
    right: 0;
}
.slick-slide {
    padding: 0 8px;
}
.slick-slide img {
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-transform: scale(.95);
    transform: scale(.95);
    overflow: hidden;
    opacity: .2;
    border: 5px solid #dee6ee;
    border-radius: 5px;
}
.slick-slide.slick-center img {
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    overflow: hidden;
}
.slick-slide:focus {
    outline: none;
}
.slick-next:before {
    content: url(../img/icons/next-icon.png);
}
.slick-prev:before {
    content: url(../img/icons/prev-icon.png);
}
.slick-prev {
    left: 0;
}
.slick-next {
    right: 0;
}
.slick-next,
.slick-prev {
    height: 88px;
    width: 26px;
}
.slick-prev:before,
.slick-next:before,
.slick-prev:focus::before,
.slick-next:focus::before {
    font-size: 24px;
    opacity: 0.5;
    color: #222;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.slick-prev:hover::before,
.slick-next:hover::before {
    opacity: 1;
}
.slick-dots {
    bottom: -50px;
    left: 0px
}
.slick-dots li button::before {
    font-size: 5px;
    color: #263246;
}

.dark-bg .slick-dots li button::before {
    color: #bec1c5;
}
.dark-bg .slick-dots li.slick-active button:before{
	color: #e2dede;
}


/* 14. FEATURE 2 STYLES
-------------------------------------------------*/

.feature-section-2 {
    padding: 120px 0;
}
.single-feature-2 {
    height: 170px;
    background: #fff;
    border-radius: 5px;
    padding: 30px 10px;
    margin-bottom: 30px;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.dark-gry-bg .single-feature-2:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    background-color: #192d4e;
}
.dark-gry-bg .single-feature-2:hover i, .dark-gry-bg .single-feature-2:hover h3{
    color: white;
}
.single-feature-2 i {
    font-size: 45px;
}
.single-feature-2 h3 {
    font-size: 18px;
    line-height: 30px;
    color: #3e4147;
    margin-top: 10px;
    font-weight: 400;
    max-width: 90%;
    margin: 10px auto;
}



/* 15. VIDEO POPUP STYLES
-------------------------------------------------*/

.video-conatainer {
    padding: 100px 0
}
.video-conatainer i {
    font-size: 80px;
    color: #fff;
}
.video-conatainer h3 {
    font-size: 42px;
    color: #fff;
    margin-bottom: 15px;
    font-weight: 300;
}
.video-conatainer p {
    font-size: 16px;
    color: #e2e2e2;
    font-weight: 300;
    margin-bottom: 30px;
}


/* 16. TESTIMONIAL STYLES
-------------------------------------------------*/

.testimonial-section {
    padding: 120px 0;
}
.tesimonial-slider .slick-prev {
    left: -100px
}
.tesimonial-slider .slick-next {
    right: -100px
}
.tesimonial-slider {
    max-width: 700px;
    text-align: center;
    color: #263246;
    margin: 0 auto;
    padding: 40px 40px 30px 40px;
}
.tesimonial-slider .slick-slide {
    outline: none;
}
.tesimonial-slider .slick-slide p {
    font-size: 20px;
    line-height: 34px;
    font-weight: 300;
    margin-bottom: 40px;
    color: #000;
}
.tesimonial-slider .slick-slide h4 {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 0;
    color: #263246;
}
.tesimonial-slider .slick-slide h5 {
    font-size: 12px;
    font-weight: 400;
    color: #818b9b;
    margin-bottom: 0;
    margin-top: 5px;
}
.testimonial-thumbs {
    width: 550px;
    margin: 0 auto;
}
.testimonial-thumbs > div {
    margin-bottom: -10px;
}
.testimonial-thumbs .slick-slide {
    outline: none;
    padding: 20px 0;
}
.testimonial-thumbs .slick-slide img {
    height: 80px;
    width: 80px;
    border-radius: 100%;
    border: 5px solid #ebedef;
    display: inline-block !important;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform: scale(1);
    transform: scale(1);
    overflow: visible;
    opacity: 0.5;
}
.testimonial-thumbs .slick-current img {
    height: 72px;
    margin-top: 0;
    opacity: 1;
    width: 72px;
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 1;
}



/* 17. PRICES SECTION STYLES
-------------------------------------------------*/

.price-section {
    padding: 120px 0;
}
.single-price {
    background: #fff;
    border-radius: 50%;
    padding: 30px;
}
.plan-title {
    font-size: 20px;
    font-weight: 400;
    color: #263246;
    margin-top: 10px;
}
.plan-price {
    padding: 10px 0;
}
.plan-price h4 {
    font-size: 100px;
    font-weight: 300;
    color: #263246;
    letter-spacing: -10px;
}
.plan-price h4 i {
    font-size: 25px;
    letter-spacing: 0px;
}
.plan-price h4 span {
    font-size: 30px;
    letter-spacing: 0px;
}
.single-price p {
    color: #5d6873;
    margin: 10px 0 20px 0;
}
.single-price button {
    color: #5d5e5f;
    background-color: #dee6ee;
    border-color: #dee6ee;
    padding: 10px 20px;
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 14px;
    border-radius: 3px;
}
.single-price button:hover {
    color: #fff;
}
.single-price button:focus {
    outline: none
}
.featured-price.single-price button {
    color: #fff;
}



/* 18. DOWNLOAD SECTION STYLES
-------------------------------------------------*/

.download-section {
    padding: 100px 0;
}
.download-conatainer h2 {
    font-size: 45px;
    color: #333;
    font-weight: 300;
    margin-bottom: 20px;
}
.download-conatainer h5 {
    color: #b5c0d1;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 70px;
}
.download-conatainer{
	margin-bottom:20px;
}


/* 19. CONTACT SECTION STYLES
-------------------------------------------------*/

.contact-form-section {
    padding: 80px 0 20px;
    background-color: #15171b !important;
}
form.contact-form .success,
form.contact-form .error,
form.contact-form .success2,
form.contact-form .error2 {

    font-size: 14px;
    font-weight: 400;
}
form.contact-form .success i,
form.contact-form .error i,
form.contact-form .success2 i,
form.contact-form .error2 i {
    margin-right: 10px;
}
form.contact-form input[type="text"],
form.contact-form input[type="email"],
form.contact-form select,
form.contact-form textarea {
    background: #fff;
    padding: 15px 20px;
    border: none;
    box-shadow: none;
    margin-bottom: 25px;
    width: 100%;
    border: 1px solid #e6eaef;
    -webkit-transition: all .3s;
    transition: all .3s;
    border-radius: 3px;
    font-size: 14px;
    color: #747a7f;
}
form.contact-form input[type="text"]:focus,
form.contact-form input[type="email"]:focus,
.form-conatiner form.contact-form select:focus,
form.contact-form textarea:focus {
    color: #263246;
}
form.contact-form textarea {
    resize: none;
    max-height: 140px;
}
form.contact-form button {
    border-radius: 3px;
    color: black;
    font-weight: 600;
    padding: 15px 30px;
    border: none;
    font-size: 15px;
    width: auto;
    display: block;
    float: right;   
    margin-right: 15px;
    background: white !important: ;
}
form.contact-form button:hover,
form.contact-form button:focus, {
    background: #192d4e;
    color: white;
    outline: none;
}
.btn-primary:hover {
    color: #fff;
    background-color: #444 !important;
    border-color: #444 !important;
}
.dark-bg form.contact-form select::-moz-placeholder {
  opacity: 1 !important;
    color: #747a7f !important;}

.dark-bg form.contact-form select:-ms-input-placeholder {
  opacity: 1 !important;
      color: #747a7f !important; }

.dark-bg form.contact-form select::-webkit-input-placeholder {
  opacity: 1 !important;
      color: #747a7f !important; }

/* 20. FOOTER STYLES
-------------------------------------------------*/

.footer-section {
    background: #191c21;
    padding-top: 110px;
}
.footer-container {
    margin-bottom: 70px;
}
.footer-container .social-icons {
    margin-top: 90px;
}
.footer-container .social-icons li {
    display: inline-block;
}
.footer-container .social-icons li a {
    color: #333;
    font-size: 24px;
    margin: 0 27px
}
.copyright {
    border-top: 1px solid #2c3242;
    padding: 25px 0;
}
.copyright p {
    font-size: 14px;
    color: #8a95a8;
}
.copyright p a {
    color: #a2aab8;
}



/* 21. DARK VARIATIONS STYLES
-------------------------------------------------*/

.dark-bg {
    background: white;
}
.dark-gry-bg {
    background: #e1e3e2;
}
.navbar-fixed-top.dark-bg {
    background: transparent;
}
.dark-bg.scroll-fixed-nav {
    background-color: rgba(34, 37, 46, 0.95);
    -moz-box-shadow: 0 2px 8px 0 rgba(21, 23, 27, 0.1);
    -webkit-box-shadow: 0 2px 8px 0 rgba(21, 23, 27, 0.1);
    box-shadow: 0 2px 8px 0 rgba(21, 23, 27, 0.1);
}
.dark-bg.scroll-nav .logo-black {
    display: none !important;
}
.dark-bg.scroll-fixed-nav .logo-white {
    display: block !important;
}
.dark-bg.scroll-fixed-nav .navbar-nav > li > a {
    color: #999 !important;
}
.dark-bg .section-title h2,
.dark-gry-bg .section-title h2 {
    color: #333;
}
.dark-gry-bg .single-how-works h3 {
    color: #333;
}
.dark-gry-bg .single-how-works:before {
    opacity: 0.4;
}
.dark-bg .single-feature-1 i {
    background: #252c3c;
}
.dark-bg .single-feature-1 h3 {
    color: #333;
}
.dark-gry-bg .img-1-text-container p,
.dark-bg .img-2-text-container p {
    color: #444;
}
.dark-bg .screen-gallery-1 .slick-list:before,
.dark-bg .screen-gallery-1 .slick-list:after {
    background: #15171b;
}
.dark-gry-bg .screen-gallery-1 .slick-list:before,
.dark-gry-bg .screen-gallery-1 .slick-list:after {
    background: #191c21;
}
.dark-bg.other-bg .screen-gallery-1 .slick-list:before,
.dark-bg.other-bg .screen-gallery-1 .slick-list:after{
    background-color: #1e2229 ;
}

.dark-bg.other-bg .slick-slide img{
    border-color:  #1e2229;
}

.dark-gry-bg .slick-slide img{
    border-color:  #191c21;
}
.dark-bg .slick-slide img {
    border-color: #15171a;
}
.dark-gry-bg .single-feature-2 {
    background: white;
}
.dark-gry-bg .single-feature-2 h3 {
    color: #333;
}
.dark-gry-bg .single-feature-2:hover {
    box-shadow: 0 0 15px rgba(20, 22, 26, 0.3);
}
.dark-bg .tesimonial-slider .slick-slide p,
.dark-bg .tesimonial-slider .slick-slide h4 {
    color: #333;
}
.dark-gry-bg .single-price {
    background: #15171b;
}
.dark-gry-bg .plan-title {
    color: #333;
}
.dark-gry-bg .plan-price h4 {
    color: #333;
}
.dark-gry-bg .single-price button {
    color: #f5f6f7;
    background-color: #303742;
    border-color: #303742;
}
.dark-gry-bg .single-price button:hover {
    color: #fff;
}
.dark-bg form.contact-form input[type="text"],
.dark-bg form.contact-form input[type="email"],
.dark-bg form.contact-form select,
.dark-bg form.contact-form textarea {
    background: #191c21;
    border: 1px solid #2c2e35;
}
.dark-bg form.contact-form .success,
.dark-bg form.contact-form .error,
.dark-bg form.contact-form .success2,
.dark-bg form.contact-form .error2,
.dark-bg form.contact-form input[type="text"]:focus,
.dark-bg form.contact-form input[type="email"]:focus,
.dark-bg form.contact-form select:focus,
.dark-bg form.contact-form textarea:focus {
    color: #333;
    float: left;
}
.dark-bg form.contact-form select:focus{
      border: 1px solid #192d4e;
}

/* 22. DIFFERENT HEADER BACKGROUND STYLES
-------------------------------------------------*/

.header-img-bg {
    background-image: url(../img/bg/header-bg.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.header-solid-bg {
    background: #0F5B5E;
}

.header-gradient-bg {
   background-image: url(../img/bg/about-us.jpg);
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
}

.header-about-bg {
   background-image: url(../img/bg/who-we-are-bg.jpg);
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
}
.header-consulting-bg {
   background-image: url(../img/bg/consulting-bg.jpg);
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
}
.header-solutions-bg {
   background-image: url(../img/bg/solutions-bg.jpg);
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
}
.header-support-bg {
   background-image: url(../img/bg/support-bg.jpg);
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
}
.header-studies-bg {
   background-image: url(../img/bg/studies-bg.jpg);
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
}
.header-contact-bg {
   background-image: url(../img/bg/contact-bg.jpg);
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
}
.header-wwd-bg {
   background-image: url(../img/bg/paw-bg.jpg);
   background-position: bottom;
   background-repeat: no-repeat;
   background-size: cover;
}


#youtube-bg {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1000;
    background-image: url(../img/bg/youtube-bg.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
#youtube-bg:after {
    position: absolute;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    content: "";
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
}

.single-how-works .btn-outlineyellow{
    margin-top: 25px;
}

.space{
    content: "";
    display: block;
    width: auto;
    height: 20px;
    position: relative;
}

.about-description{
    width: 100%;
}
.about-description h2 {
    font-size: 47px;
    line-height: 62px;
    font-weight: 300;
    margin-top: 80px;
    margin-bottom: 25px;
    color: #192d4e;
}
.about-description h3{
     font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    margin-bottom: 30px;
    color: white;
}
.about-description  p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 70px;
    color: #b3b3b3 !important;
    font-weight: 300;

    color: #b3b3b3;
    line-height: 26px;
}


/* FOOTER 1 ==============================================*/
.footer {
  height: 70px;
  background-color: #212121;
  padding-top: 15px; 
  text-align: center; 
}

.footer p {
  overflow: auto;
  display: block;
  padding-top: 15px;
  padding-right: 15px;
  text-transform: uppercase;
  /*Any color desired*/
  color: #6c6a6a;
  line-height: 125%;
  font-size: 0.8em; }

.footer p a {
  /*Any color desired*/
  color: #c7c7c7; }

.footer p a:hover {
  /*Any color desired*/
  color: #192d4e; }

/* END FOOTER 1 ======================================*/

.navbar-toggle {
    margin-right: 0px !important;
}


.padding-100 {
    padding: 100px 0 !important;
}



/* ==========================================================================
    21. GOOGLE MAP
    ========================================================================== */

.gmap {
    padding: 0px;
    height: 400px;
}

.gmap div {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.map {
    position: relative;
}

#map {
    display: block;
    width: 100%;
    height: 400px;
    margin: 0 auto;
}

#map.large {
    height: 400px;
}

#map img {
    max-width: none !important;
    height: auto;
}

.gmap1 {
    height: 480px;
}

.gmap1 #map {
    height: 480px;
    margin: 0 auto;
}

.gmap1 #map.large {
    height: 480px;
}

.cform .footer-contact {
    margin-left: -10px;
    margin-top: 30px;
    display: table;
}

.cform .footer-contact p span {
    color: #40a4f8;
}

.c-form-social h5 {
    displaY: inline-block;
}

#menu-social-medium {
    display: inline-block;
    margin: 0px;
    padding-left: 5px;
    position: relative;
    top: 8px;
}

#menu-social-medium li {
    float: left;
    margin: 0 28px 0 0;
}

#menu-social-medium li a {
    font-size: 20px;
    color: #111;
}

#menu-social-medium li a:hover {
    color: #40a4f8;
}

.menu-social-small {
    display: inline-block;
    margin: 0 0 -6px;
    padding-left: 0px;
    position: relative;
    top: 0px;
}

.menu-social-small li {
    float: left;
    margin: 0 28px 0 0;
}

.menu-social-small li a {
    font-size: 16px;
    color: #fff;
}

.menu-social-small li a:hover, .menu-social-small li a i:hover {
    color: #40a4f8;
    transition: all .5s ease;
}

#menu-social-big {
    display: inline-block;
    margin: 0 0 -6px;
    padding-left: 0px;
    position: relative;
    top: 0px;
}

#menu-social-big li {
    float: left;
    margin: 0 0 0 20px;
}

#menu-social-big li a {
    font-size: 20px;
    color: #fff;
}

#menu-social-big li a:hover {
    color: #40a4f8;
}

.bg-white #menu-social-big {
    margin: 30px 0px -6px;
}

.bg-white #menu-social-big li {
    float: left;
    margin: 0 0 0 24px;
}

.bg-white #menu-social-big li a {
    font-size: 15px;
    color: #111;
}

.bg-white #menu-social-big li a:hover {
    color: #40a4f8;
}

.cform input,
.cform textarea {
    color: #999;
}
.cform{
    background-color: #eaeaea;
}
 .contact-info p {
        font-size: 13px;
          margin: 0;
}

.contact-info span {
    font-size: 65px;
    display: block;
}

.contact-info h4 {
    font-size: 30px;
    color: #fff;
    display: block;
    margin-top: 0px;
    font-family: 'Lato', sans-serif !important;
    font-weight: 300;
}

.contact-info a:hover{
     color: #192d4e;
}
[class^="pe-7s-"], [class*=" pe-7s-"] {
    color: #fff !important;
}

.contact-info{
    padding-bottom: 10px;
}
*---------------------------------------------------------------*/
/* text support*/
/*---------------------------------------------------------------*/
.what-we {
    background-color: #282828;
    padding-top: 15px;
}
.what {
    text-align: center;
}

.what p {
    color: #efefef;
    padding-bottom: 20px;
}
.what h4{
    text-align: center;
    font-weight: 500;
    font-size: 30px;
    color: #D3D3D3;
    padding: 0px 0px 20px 0; 
}
.what h2 {
    text-align: center;
    font-weight: 700;
    font-size: 50px;
    color: #192d4e;
    padding: 60px 0px; 
}

.what .btn {
    margin-top: 20px;
}

.sizing{
    margin-bottom: 100px;
}
.navbar-default .navbar-nav>li>a:after {
    content: '';
    display: block;
    height: 1px;
    width: 0px;
    background-color: #fff;
}
.navbar-default .navbar-nav>li>a:hover:after {
    width: 100%;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.collapse.navbar-collapse .nav.navbar-nav.navbar-right li a#here {
  color: #fff !important;
}

.nav a:hover,
.scroll-fixed-nav .nav a:hover{
    color: #fff !important;
}

.dark-bg.scroll-fixed-nav .navbar-nav > li > a:hover{
    color: #fff !important;
}
.dark-bg.scroll-fixed-nav .navbar-nav > li > a.free-trial,  .navbar-nav > li > a.free-trial{
     background-color: transparent;
     border: 2px solid white;
     padding-top: 10px !important;
     padding-bottom: 10px !important;
     margin-top: 3px;
     color: white !important;
}

.dark-bg.scroll-fixed-nav .navbar-nav > li > a.free-trial:hover, .navbar-nav > li > a.free-trial:hover{
    background-color: white !important;
        -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #192d4e !important;
}
.dark-bg.scroll-fixed-nav .navbar-nav > li > a.free-trial:hover:after, .navbar-nav > li > a.free-trial:hover:after{
   visibility: hidden;
    -moz-transition: all 0s !important;
    -o-transition: all 0s !important;
    -webkit-transition: all 0s !important;
    transition: all 0s !important;
}

/*video*/
.fullscreen-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -99999999999;
}
.fullscreen-bg:after{
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.3);
    z-index: 0;
    display: block;
    position: absolute;
}
.fullscreen-bg__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    height: 300%;
    top: -100%;
  }
}

@media (max-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    width: 300%;
    left: -100%;
  }
}

@media (max-width: 767px) {
  .fullscreen-bg {
    background: url('../img/bg/youtube-bg.jpg') center center / cover no-repeat;
  }

  .fullscreen-bg__video {
    display: none;
  }
}
header{
    display: block;
  z-index: 110 !important;
  overflow: hidden;
}

section#process, section#testimonial {
  background-color: white;
}

/*Footer*/
.container .row div dl p {
    color: #c7c7c7; 
}
.container .row div dl dt {
    color: #c7c7c7;
    font-size: 1.6em;
    margin-bottom: 10px; 
}
.container .row div dl a dt:hover {
    color: #ff0000; 
}
.container .row div dl dd {
    margin-bottom: 8px;
    color: #c7c7c7; 
}
.container .row div dl dd .fa-envelope {
    margin-right: 5px; 
}
.container .row div dl dd .fa-mobile {
    font-size: 1.5em;
    vertical-align: sub;
    margin-right: 8px;
    margin-left: 5px;
    alignment-baseline: left; 
}
.container .row div dl ul {
    display: table;
    font-size: 1em; 
}
.container .row div dl ul li {
    display: table-row;
    padding-bottom: 15px; 
}
.container .row div dl ul li:before {
    content: url(../images/bullet.png);
    display: table-cell;
    text-align: right;
    padding-right: .7em;
    padding-top: 7px; 
}
.container .row div dl .tdp {
    margin-top: 10px; 
    max-width: 70%;
}
.contact-form-section.dark-bg a{
    color: #c7c7c7;
}
.contact-form-section.dark-bg a:hover{
    color: #444;
}
.footer-links div a{
    padding: 15px;
}
.footer-links div hr{
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, transparent, rgba(155, 155, 155, 0.4), transparent); }

.footer-links{
    margin-top: 100px;
}
.footer-links div p{
    color: #c7c7c7;
    margin-top: 10px;
}

.socialfooter {
  background: #2C2C2C;
  padding: 20px 0;
  width: 100%; 
z-index: 999999999999999999999;
}
.socials {
  float: right;
  display: inline-block; }
  .socials .title {
    margin-bottom: 20px; }

@media (max-width: 991px) {
    .socials{
        display: none;
    }
    
}

.socials > a {
  background: #444;
  border-radius: 50%;
  color: #000;
  display: inline-block;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  margin: 0 3px;
  text-align: center;
  width: 40px;
  opacity: .5;
  transition: all 0.2s ease; }

.socials > a:hover {
  background: #fff;
  color: #000;
  opacity: 1 }

#solutions .single-how-works:before , #solutions-2 .single-how-works:before 
{visibility: hidden;}
#solutions .section-title p, #solutions-2 .section-title p{
    max-width: 70%;
    margin: 0 auto;
}

#solutions.how-works-section{
    padding: 120px 0 0;
}
.section-title span{
    font-weight: 500;
    color: whitesmoke;
    opacity: 1;
    font-size: 1.2em;
}
.other-bg{
    background-color: #1e2229 !important;
}
img.wwd-mobile{
    width: 80%;
    max-width: 200PX;
    height: auto;
    margin: 10px auto 30PX;
}

.mock-up{
    max-width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
}
.mock-up img{
    max-width: 100%;
    height: auto;
}

.faq hr{
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, transparent, rgba(155, 155, 155, 0.4), transparent); 
}
.intro-text-1 h1 span{
    color: #192d4e;
    font-size: 100px;
    font-weight: 900;
}
.img-1-text-container h3{
    color: #b3b3b3;
}
.fixed-bg{
    background-image: url(../img/parallax.jpg);
    background-size:cover;    
    background-attachment:fixed ;
    background-repeat: no-repeat;
    background-position: center center;
}
.block{
    float:left;
    width:100%;
    padding:135px 0;
    position:relative;
}
.blackish:before,.whitish:before{
    background:#0f0f0f;
    content:"";
    height:100%;
    left:0;
    opacity:0.75;
    position:absolute;
    top:0;
    width:100%;
    z-index:0;
}

/*=============== Call To Action /  Contact Us ===================*/
.call-to-action{
    float:left;
    text-align:center;
    width:100%;
}
.call-to-action h3{
    color:#fff !important;
    float:left;
    font-size:25px;
    font-weight:700;
    margin-bottom:15px;
    width:100%;
}
.call-to-action > p{
    color:#c5c5c5;
    float:left;
    width:100%;
    margin-bottom:30px;
}
.action-btn{
    border:2px solid #fff;
    color:#fff;
    display:inline-block;
    font-family:montserrat;
    font-size:11px;
    font-weight:600;
    letter-spacing:1px;
    padding:13px 22px;
    text-transform:uppercase;
    -webkit-border-radius:50px;
    -moz-border-radius:50px;
    -ms-border-radius:50px;
    -o-border-radius:50px;
    border-radius:50px;
}
.about-description{
    z-index: 99;
}
.radious img{
    border-radius: 50%;
    width: 150px;
    padding: 0 !important;
}
.image-desc-section-2.values{
    text-align: center;
}
.image-desc-section-2 h2{
        font-size: 60px;
    line-height: 62px;
    font-weight: 300;
    margin-bottom: 30px;
        color: white;
}
.image-desc-section-2 div hr{
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, transparent, rgba(155, 155, 155, 0.4), transparent); }

.image-desc-section-2 .v-align-children h2{
    font-size: 47px;
    font-weight: 300;
}
.yellow{
    color: #192d4e !important;
}
.yellow:after{
    content: "";
    display: inline-block;
    position: relative;
    width: 25px;
    height: 1px;
    margin-left: 10px;
    background-color: #192d4e;
    vertical-align: middle;
}
.yellow:before{
    content: "";
    display: inline-block;
    position: relative;
    width: 25px;
    height: 1px;
    margin-right: 10px;
    background-color: #192d4e;
    vertical-align: middle;
}

.screenshot-slider-1-section hr{
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, transparent, rgba(229, 200, 41, 0.4), transparent); 
}
.section-title.no-bottom{
    margin-bottom: 0 !important;
}
    .responsive-2{
        display: none;
    }

    .navbar-brand>img {
    display: block;
    width: 300px;
    margin-top: -15px;
}

.contact-form-section .section-title h2{
    color: white;
}
@media (max-width: 991px) {
 .half-img, .half-content {
    /*height: 400px !important;*/
    background-position: center center; } }
@media (min-width: 992px) {
  .half-content {
    background-position: center center;
    min-height: 400px; } }

.half-img{
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.bgi-1{
    background-image: url(../img/fiscal.png);
}
.bgi-2{
    background-image: url(../img/comercio.png);
}
.bgi-3{
    background-image: url(../img/administrativo.png);
}
.bgi-4{
    background-image: url(../img/legal2.png);
}
.bgi-5{
    background-image: url(../img/auditoria.png);
}
.bgi-6{
    background-image: url(../img/seguridadsocial.png);
}
.bgi-7{
    background-image: url(../img/contable.png);
}
.bgi-8{
    background-image: url(../img/cartera.png);
}

.texto-servicios{
    padding: 50px 100px;
    color: #444;
    background-color: white

}
.texto-servicios h3:after{
    content: "";
    background-color: #192d4e;
    display: block;
    width: 30px;
    height: 2px;
    margin: 25px 0;
}
.texto-servicios h3{
    color:  #192d4e;
    font-size: 40px;
}
section .col-md-6, section .col-md-12{
    padding-left: 0 !important;
     padding-right: 0 !important;
     
}
.texto-servicios ul li:before{
    content: "";
    background-color: #444;
    display: block;
    position: absolute;
    width: 10px;
    height: 1px;
    margin-left: -15px;
    margin-top: 15px;
}
.texto-servicios ul li{
    line-height: 200%;
}
.listline{
    line-height: 180%;
    text-align: left;
}
.listline:before{
    content: "";
    background-color: #444;
    display: block;
    position: absolute;
    width: 10px;
    height: 1px;
    margin-left: -15px;
    margin-top: 13px;
}

@media (min-width: 992px) {
 .half-img.exception {
    background-position: center center;

     } }

@media (min-width: 992px) {
 .half-content.exception {
    background-position: center center;
    min-height:inherit; 
} }





@media (min-width: 992px) {
    .border-box-horizontal-left
    {
        
        background-color: #313946 !important; 
        display: block !important;
        width: 90% !important;
        height: 2px !important ; 
        margin-left: 3% !important ; 
        left: 0 !important;
        
    }
        .border-box-horizontal-right
    {
        background-color: #313946 !important;
         display: block !important;
         width: 90% !important;
         height: 2px !important ; 
          margin-left: 7% !important;
          left: 0 !important;
        
    }

}

@media (min-width: 992px) {
    .border-box-vertical
    {
        content: "";
        position: absolute;
        background-color: #313946 !important;
         display: block !important;
         width: 2px !important;
         height: 75% !important ; 
         margin-top: 5% !important ;
          right: 0 !important;

        
    }

}

@media (min-width: 992px) {
.marginborder{
    margin-top: -80px;
}
}
@media (min-width: 992px) {
    .marginborderleft{
        margin-left: 5%;
    }
    .marginborderright{
        margin-left: 10%;
    }
    
}
@media (min-width: 992px) {
    .bordermaxwd{
        max-width: 80%;
        min-height: 86% !important;
    }
    .paddingvalor{
        
        padding-bottom: 60px;
    }
    
    
}

@media (min-width: 992px) {
.paddingborder{
    padding-top: 5px;
}
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff !important;
}
.icon-bar:hover {
    background-color: #333 !important;
}

@media (max-width: 992px) {
    .padding-box{
        padding-top: 0 !important;
    }
    

    
}
/*KIMERA FOOTER 1 ==============================================*/
.kimerafooter {
  height: 90px;
  background-color: black;
  padding-top: 15px; }

.kimerafooter #kimeralogo {
  width: 43px;
  height: 47px;
  float: left;
  clear: both;
  margin: 0 15px;
  fill: white; }

.kimerafooter #kimeralogo:hover {
  fill: gray; }

.kimerafooter p {
  overflow: auto;
  display: inline-block;
  padding-top: 15px;
  padding-right: 15px;
  text-transform: uppercase;
  /*Any color desired*/
  color: #6c6a6a;
  line-height: 125%;
  font-size: 0.8em; }

.kimerafooter p a {
  /*Any color desired*/
  color: #494949; }

.kimerafooter p a:hover {
  /*Any color desired*/
  color: white; }

/* END KIMERA FOOTER 1 ======================================*/