/* 

Urbanic Template 

http://www.templatemo.com/tm-395-urbanic

*/

body,
html {
    overflow-x: hidden;
}

body {
    background-color: #ffffff;
    font-family: "Open Sans", Arial, Helvetice Neue, sans-serif;
    font-size: 12px;

    font-weight: 300;
    font-style: normal;
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
span,
p {
    font-family: "Open Sans", Arial, Helvetice Neue, sans-serif;
}
/*
* {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}
*/
.templatemo_clear {
    clear: both;
}

.height30 {
    height: 30px;
}

.templatemo-top-bar {
    min-height: 40px;
    background-color: transparent;
    z-index: 1000;
    position: fixed;
    margin-top: -6px;
    margin-left: 19.5%;
    opacity: 0.7;
}

.templatemo-top-menu {
    min-height: 95px;
    background-color: #ffffff;
    z-index: 999;
    width: 100%;
    opacity: 0.8;

    -webkit-box-shadow: 0 2px 10px -1px rgba(87, 97, 100, 0.35);
    -moz-box-shadow: 0 2px 10px -1px rgba(87, 97, 100, 0.35);
    box-shadow: 0 2px 10px -1px rgba(87, 97, 100, 0.35);
}

.menu--alt {
    opacity: 0.6;
}

.templatemo-top-menu .navbar-toggle {
    margin-top: 38px;
}

.templatemo-top-menu .navbar-brand {
    padding: 0;
    margin: 30px 0 0 0;
}

/* ------ Carousel ----- templatemo_carousel_bg. */

#carousel-example-generic {
    /*background: url('../images/background.jpg') no-repeat center center fixed; */
    background: linear-gradient(rgba(255, 255, 255, 0.6), rgba(0, 0, 0, 0.3)),
        url("../images/Capa\ 1.png") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
    margin-bottom: 0;
    height: 500px;
}

#carousel-example-generic .carousel-caption {
    z-index: 10;
}

#carousel-example-generic .item {
    height: 500px;
}
#carousel-example-generic .carousel-inner > .item > img {
    position: absolute;
    min-width: 100%;
    height: 500px;
    left: 0;
    top: 0;
}

@media (min-width: 768px) {
    #carousel-example-generic.carousel-caption p {
        margin-bottom: 20px;
        line-height: 1.4;
        font-size: 21px;
    }

    #carousel-example-generic .carousel-caption {
        bottom: 0px;
        right: 20%;
        left: 20%;
    }
}

@media (max-width: 768px) {
    #carousel-example-generic .carousel-caption {
        padding-bottom: 120px;
    }
}

@media (max-width: 1024px) {
    #carousel-example-generic {
        background: url("../images/background.jpg") no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        overflow-x: hidden;
        margin-bottom: 0;
        height: 500px;
    }
}

@media (max-width: 1680px ) {
    #carousel-example-generic .item {
        height: 700px;
    }
}

@media (max-width: 1440px) {
    #carousel-example-generic .item {
       height: 570px;
    }
}

@media (min-width: 1440px) and (max-width: 1500px) {
    #carousel-example-generic .item {
       height: 630px;
    }
}

@media (max-width: 1280px) {
    #carousel-example-generic .item {
       height: 480px;
    }
}

/* ------ End of Carousel ----- */

/* ------ Welcome & Slogna ------ */
.templatemo-welcome {
    /*border-bottom: 1px solid #cccccc;*/
    min-height: 230px;
    padding-top: 80px;
}

.templatemo-slogan {
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    font-size: 42px;
    margin: 45px 0;
    color: #333333;
}

.templatemo-service {
    margin-bottom: 100px;
    margin-top: 100px;
}

.templatemo-service-item {
    font-family: "Open Sans", sans-serif;
    margin-bottom: 10px;
    font-size: 20px;
}

.templatemo-service-item p {
    font-weight: lighter;
    text-align: justify;
    margin-top: 25px;
    font-size: 14px;
    color: #929292;
}

.subheader {
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    margin-top: 12px;
    font-size: 12px;
    color: #333333;
}

.btn-gray {
    background-color: #333333;
    border-bottom: 2px solid #333333;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #ffffff;
   
}

.btn-footer a {
    border: solid 1px white;
}

.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active,
.btn-orange.active,
.open .dropdown-toggle.btn-orange {
    background-color: #333333;
    color: #ffffff;
}

.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active,
.btn-orange.active,
.open .dropdown-toggle.btn-about-more {
    background-color: #ff7600;
    color: #ffffff;
}


.btn-green {
    background-color: #2ecc71;
    border-bottom: 2px solid #27ae60;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #ffffff;
}

.btn-about-more {
    background-color: #ff7600;
    border-bottom: 2px solid #ff7600;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #ffffff;
}

.btn-green:hover,
.btn-green:focus,
.btn-green:active,
.btn-green.active,
.open .dropdown-toggle.btn-green {
    background-color: #27ae60;
    color: #ffffff;
}

.nav > li > a {
    padding: 10px 20px;
}

.nav > li > a:hover,
.nav > li > a:focus {
    background-color: #ff7600;
    color: #fff;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    border: solid 1px rgb(255, 118, 0);
}

.nav > li > a {
    color: #37474f;
}
.navbar-default {
    background-color: #fff;
    border: none;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    border: solid 1px rgb(255, 118, 0);
}

.navbar {
    margin-bottom: 0px;
}

.templatemo-service-item-header {
    margin-left: -10px;
    padding: 16px 20px 20px;
    font-weight: bold;
    display: inline-block;
}

.templatemo-header-orange {
    background-color: #ff7600;
    min-width: 298px;
    height: 67px;
    color: #fff;
}

.team_hr {
    border: 1px solid #fff;
    width: 39.5%;
    float: left;
}

.team_hr_left {
    margin-right: 30px;
    margin-left: 15px;
}

.team_hr_right {
    margin-left: 30px;
}

.hr_gray {
    border: 1px solid #cccccc;
}

.templatemo-team {
    font-family: "Open Sans", sans-serif;
    min-height: 590px;
    color: #607d8b;
}
.templatemo-line-header {
    margin-top: 10px;
    margin-bottom: 30px;
}

.member-thumb:hover .thumb-overlay {
    transition: all 0.3s ease-in-out 0s;
    visibility: visible;
    opacity: 1;
}

.member-thumb {
    position: relative;
    overflow: hidden;
}

.member-thumb .thumb-overlay {
    background-color: rgba(220, 157, 102, 0.8);
    position: absolute;
    visibility: hidden;
    padding-top: 35%;
    padding-left: 25%;
    height: 100%;
    width: 100%;
    opacity: 0;
    right: 0;
    top: 0;
}

.thumb-overlay a {
    float: left;
    margin-right: 5px;
}

.team-inner {
    margin-top: 10px;
}

.team-inner-header {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 16px;
}

.team-inner-subtext {
    font-weight: normal;
    font-size: 12px;
}

.row_team {
    margin-left: -50px;
    margin-top: 70px;
}

.row_team li {
    list-style: none;
}

.templatemo-project-box {
    background-size: cover;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    height: 200px;
    width: 200px;
}

.templatemo-project-box:hover .project-overlay {
    transition: all 0.3s ease-in-out 0s;
    visibility: visible;
    opacity: 1;
}

.project-overlay {
    background: rgba(0, 0, 0, 0.75);
    border: 2px solid #ff7600;
    visibility: hidden;
    position: absolute;
    text-align: center;
    padding-top: 40px;
    color: #ffffff;
    height: 100%;
    width: 100%;
    opacity: 0;
    right: 0;
    top: 0;
}

.project-overlay hr {
    width: 70%;
}

.templatemo-project-gallery li {
    margin: 15px;
}

.txt_darkgrey {
    color: #333333;
}

.txt_orange {
    color: #e67e22;
}

.txt_slogan {
    font-size: 18px;
    color: #193248;
}

.products-text {
    margin-top: 3%;
}

.txt_products {
    font-size: 20px;
    color: #222222;
}

.bg-img-business {
    background-image: url("../images/bg-hexa.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
}


.wpp-button {
    display: flex;
    border: solid 1px;
    position: fixed;
    bottom: 40px;
    right: 30px;
    background-color: #25d366;
    border-radius: 30px;
    color: #fff;
    font-size: 13px;
    box-shadow: 2px 2px 3px #999;
    z-index: 1000;
    text-align: center;
    margin: 0 auto;
    justify-content: center;
    width: 60px;
    height: 60px;
    box-sizing: border-box;
}

.wpp-button .wpp-numbers {
position: absolute;
top: 9px;
transform: translateX(-100%);
pointer-events: none;
opacity: 0;
transition: opacity 0.2s ease-in-out;
width: 140px;
height: 88px;
border-radius: 1px 20px 1px 20px;
margin-left: 80px;
justify-content: space-evenly;
  }

.wpp-button:hover .wpp-numbers {
    pointer-events: initial;
    opacity: 1;
}

.wpp-button .wpp-numbers i {
    font-size: 12px;
    font-weight: bold;
    align-items: center;
    text-align-last: center;
    justify-content: center;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    font-style: normal;
}

.wpp-button p {
    font-size: 2px;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 10px;
    margin-left: 6px;
    font-weight: bold;
}

.wpp-button a {
    text-decoration: none;
    color: white;
    display: block;
    border: solid 1px white;
    background-color: #25d366;
    margin-top: -15px;
    border-radius: 10px;
    padding-top: 6px;
    height: 32px;
    box-shadow: 3px 3px 3px #b3b3b3;
}

.fa-whatsapp {
    margin-top: 16px;
    color: #fff;
}

.mb-20 {
    margin-bottom: 20px;
}

.bg-flex {
    display: flex;
    justify-content: space-around;
}

.bg-flex p {
    text-align: justify;
}

.vision {
    width: 30%;
    text-align: left;
}

.values {
    width: 30%;
    text-align: left;
}

.mission {
    width: 30%;
    text-align: left;
}

.products {
   background-image: url("../images/fluxo.png");
    background-size: cover;
    background-repeat: round;
    padding-bottom: 50%;    
}

.products p {
    text-align: justify;
    width: 66%;
}


.flex-logo {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.flex-logo img {
    width: 12%;
    min-width: 110px;
    margin: 10px;
}

.templatemo-line-header span {
    font-size: 28px;
    float: left;
}

.team_box div {
    text-align: center;
    padding-top: 100px;
}

.span_blog {
    margin-bottom: 80px;
}

.blog_post {
    color: #333333;
    padding: 10px;
}

.blog_header {
    font-weight: bold;
    font-size: 16px;
}

.blog_text {
    text-align: justify;
    font-size: 14px;
    margin-top: 20px;
}

#templatemo-contact {
    border-top: 1px solid #cccccc;
    font-size: 14px;
}
.templatemo-contact-map {
    margin-bottom: 15px;
    height: 378px;
}

.head_contact {
    padding-bottom: 80px;
    margin-bottom: 0;
}

.contact_right img {
    margin-right: 5px;
}

.contact_right form {
    padding-left: 15px;
    padding-right: 15px;
}

.tweet_txt {
    border-left: 2px solid #ffffff;
    min-height: 160px;
}

.twitter_user {
    color: #ffff33;
    font-size: 14px;
    float: right;
}

.templatemo-partners {
    border-top: 2px solid #cccccc;
}

.templatemo-partners .templatemo-partner-item {
    margin-bottom: 5px;
}

.templatemo-footer {
    border-top: 2px solid #cccccc;
    margin-top: 100px;
    background: #222222;
    color: #ffffff;
}

.footer_container {
    margin-top: 30px;
    margin-bottom: 20px;
}

.footer_bottom_content {
    margin: auto;
    margin-bottom: 30px;
    font-size: 14px;
    color: #fefefe;
}

.social-icon-fb {
    background: url("../images/social-icon-fb.png") no-repeat;
    width: 42px;
    height: 42px;
    display: block;
}

a:hover .social-icon-fb {
    background: url("../images/social-icon-fb-over.png") no-repeat;
}

.social-icon-instagram {
    background: url("../images/social-icon-intagram.png") no-repeat;
    width: 42px;
    height: 42px;
    display: block;
}

a:hover .social-icon-instagram {
    background: url("../images/social-icon-intagram-over.png") no-repeat;
}

.social-icon-rss {
    background: url("../images/social-icon-rss.png") no-repeat;
    width: 42px;
    height: 42px;
    display: block;
}

a:hover .social-icon-rss {
    background: url("../images/social-icon-rss-over.png") no-repeat;
}

.social-icon-twitter {
    background: url("../images/social-icon-twitter.png") no-repeat;
    width: 42px;
    height: 42px;
    display: block;
}

a:hover .social-icon-twitter {
    background: url("../images/social-icon-twitter-over.png") no-repeat;
}

.social-icon-linkedin {
    background: url("../images/social-icon-linkedin.png") no-repeat;
    width: 42px;
    height: 42px;
    display: block;
}

a:hover .social-icon-linkedin {
    background: url("../images/social-icon-linkedin-over.png") no-repeat;
}

.social-icon-dribbble {
    background: url("../images/social-icon-dribbble.png") no-repeat;
    width: 42px;
    height: 42px;
    display: block;
}

a:hover .social-icon-dribbble {
    background: url("../images/social-icon-dribbble-over.png") no-repeat;
}

ul.templatemo-project-gallery li a img:hover {
    border: 3px solid #ff7600;
}

.templatemo-gallery-category a {
    color: #333333;
}

.templatemo-gallery-category a.active {
    color: #e67e22;
    text-decoration: none;
}

.templatemo-gallery-category a:focus {
    color: #e67e22;
    text-decoration: none;
}

.templatemo-gallery-category a:hover {
    color: #e67e22;
    text-decoration: none;
}

.link_orange:hover {
    text-decoration: none;
}
.templatemo-project-gallery {
    margin: 0 0 0 0;
    margin-top: 30px;
    margin-left: -40px;
}
.templatemo-project-gallery li {
    list-style: none;
    margin-bottom: 25px;
}
.templatemo-project-gallery li img {
    cursor: pointer;
}

.templatemo-tweets {
    background: linear-gradient(rgba(255, 255, 255, 0.3), rgba(0, 0, 0, 0.3)),
        url("../images/Logo\ marca\ de\ clientes.png") repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: contain;
    min-height: 200px;
    display: flex;
    align-items: center;
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    color: #ffffff;
    width: 100%;
}

.form-control {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-style: italic;
}

.btn_loadmore {
    margin-top: 30px;
    margin-bottom: 80px;
}

.blog_box {
    margin-left: -12px;
}

@media (min-width: 991px) and (max-width: 1200px) {
    .templatemo-project-box,
    .project-overlay {
        height: 170px;
        width: 170px;
    }

    .templatemo-project-gallery {
        margin-left: -70px;
    }

    .templatemo-service-item-header {
        padding: 16px 10px 20px;
    }

    .templatemo-header-orange {
        min-width: 230px;
    }

    .team_box,
    .team_box_over {
        height: 220px;
        width: 220px;
    }
}

@media (max-width: 991px) {
    .team-inner {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .templatemo-btn-read-more {
        float: right;
        margin-bottom: 40px;
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    .member-thumb .thumb-overlay {
        padding-left: 30%;
    }
    .templatemo-project-box,
    .project-overlay {
        height: 130px;
        width: 130px;
        padding-top: 0px;
    }

    .templatemo-project-gallery {
        margin-left: 10px;
    }

    .blog_box {
        margin-right: -140px;
    }
}

@media (min-width: 768px) {
    .navbar-nav > li > a {
        padding-top: 9px;
        padding-bottom: 9px;
    }
}

@media (max-width: 768px) {
    .member-thumb .thumb-overlay {
        padding-left: 40%;
    }
    .templatemo-btn-read-more {
        float: right;
        margin-bottom: 40px;
    }
}

@media (max-width: 380px) {
    .member-thumb .thumb-overlay {
        padding-left: 30%;
    }
    .templatemo-service-item-header {
        font-size: 16px;

        padding: 23px 10px 22px;
    }
    .templatemo-header-orange {
        min-width: 0px;
    }
}

@media (min-width: 991px) and (max-width: 1200px) {
    .team_hr {
        width: 37%;
    }
}

@media (min-width: 683px) and (max-width: 991px) {
    .team_hr {
        width: 33%;
    }
}

@media (min-width: 585px) and (max-width: 683px) {
    .member-thumb .thumb-overlay {
        padding-left: 25%;
    }
    .team_hr {
        width: 30%;
    }
}

@media (min-width: 536px) and (max-width: 585px) {
    .team_hr {
        width: 28%;
    }
}

@media (min-width: 410px) and (max-width: 536px) {
    .team_hr {
        width: 21%;
    }
}

@media (max-width: 410px) {
    .team_hr {
        width: 11%;
    }
}
.nav-tabs > li,
.nav-pills > li {
    float: none;
    display: inline-block;
    *display: inline; /* ie7 fix */
    zoom: 1; /* hasLayout ie7 trigger */
}

.nav-tabs,
.nav-pills {
    text-align: center;
}

.modal-header {
    padding: 15px;
    color: #333333;
    background-color: #f5f5f5;
    border-color: #dddddd;
}

.list-unstyled li,
.list-unstyled li {
    padding: 5px 0 14px 10px;
    text-align: left;
}
.list-unstyled li:before {
    content: "\f00c";
    font-family: "FontAwesome";
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    color: #82b440;
    text-align: left;
}

ul {
    list-style: none;
    padding-left: 0px;
}

.ok_list li:before {
    content: "\f00c";
    font-family: "FontAwesome";
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    color: #82b440;
}

.templatemo-about {
    background: linear-gradient(#607d8b, #5b7988);
    font-weight: 500;
    color: #ffffff;
    padding-top: 30px;
    padding-bottom: 30px;
}

.iconGD {
    font-size: 94px;
    padding: 20px;
}

.main-container {
    padding: 10px 15px;
}

.carousel-indicators {
    bottom: 0;
}
.carousel-control.right,
.carousel-control.left {
    background-image: none;
}
.carousel .item {
    min-height: 350px;
    height: 100%;
    width: 100%;
}

.carousel-img {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin-bottom: -120px;
}

.img-responsive {
    display: block;
    height: auto;
    max-width: 70%;
}

.carousel-caption h3 {
    padding: 0.5em;
}
.carousel .icon-container {
    display: inline-block;
    font-size: 25px;
    line-height: 25px;
    padding: 1em;
    text-align: center;
    border-radius: 50%;
}

/* Animation delays */
.carousel-caption h3:first-child {
    animation-delay: 2s;
}
.carousel-caption h3:nth-child(2) {
    animation-delay: 1s;
}
.carousel-caption button {
    animation-delay: 3s;
}

.appear-animation {
    opacity: 0;
}

.appear-animation-visible {
    opacity: 1;
}

.animated,
.appear-animation {
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}

@-o-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -o-transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.panel {
    -webkit-box-shadow: 0 2px 10px -1px rgba(87, 97, 100, 0.35);
    -moz-box-shadow: 0 2px 10px -1px rgba(87, 97, 100, 0.35);
    box-shadow: 0 2px 10px -1px rgba(87, 97, 100, 0.35);
}
.fa {
    text-shadow: 2px 1px 5px #999999;
}

@media screen and (min-width: 768px) {
    .modal-dialog {
        width: 760px;
        margin: 30px auto;
    }
}

@media  screen and (min-width: 1320px) and (max-width: 1400px) {
    #carousel-example-generic {
        height: 710px;
    }

    .carousel .item {
        margin-top: 7px;
    }

    .templatemo-top-bar {
        margin-left: 7.4%;
    }  

    .img-responsive {
        width: 100%;
        margin-bottom: 55px;
    }
    
}

@media  screen and (min-width: 1366px) and (max-width: 1380px) {
    #carousel-example-generic {
        height: 680px;
    }

    .carousel .item {
        margin-top: 7px;
    }

    .templatemo-top-bar {
        margin-left: 7.4%;
    }  

    .img-responsive {
        max-width: 100%;
        margin-bottom: 55px;
    }

    .templatemo-welcome {
        padding-top: 22px;
    }
    
}


@media screen and (min-width: 1400px) and (max-width: 1540px)  {
    .templatemo-slogan {
       margin: 50px 0;
    }

    .templatemo-top-bar {
        margin-left: 9.5%;
    }   

    .img-responsive {
        max-width: 90%;
    }

    #carousel-example-generic {
        height: 800px;
    }

    .templatemo-welcome {
        padding-top: 32px;
    }
}

@media screen and (min-width: 1600px) and (max-width: 1680px) {
    .img-responsive {
        max-width: 100%;
    }

    .templatemo-top-bar {
        margin-left: 15%;
    }   

    .img-responsive {
        width: 100%;
        margin-bottom: 55px;
    }

    #carousel-example-generic {
        height: 798px;
    }

}


@media screen and (max-width: 1280px) {
    .img-responsive {
        width: 90%;
        margin-bottom: -35px
    }
    .templatemo-slogan {
        margin: 35px 0;
     }

     .templatemo-top-bar {
        margin-left: 2.3%;
    }  
    
    .templatemo-welcome {
        padding-top: 18px;
    }
}


@media screen and (min-width: 1280px) and (max-width: 1300px) {
    .img-responsive {
        max-width: 100%;
    }

    .templatemo-top-bar {
        margin-left: 4.4%;
    }   

    #carousel-example-generic {
        height: 630px;
    }

    .carousel .item {
        margin-top: 120px;
    }

    .img-responsive {
        width: 100%;
        margin-bottom: 55px;
    }

    #carousel-example-generic {
        height: 680px;
    }

}

@media screen and (min-width: 1800px) and (max-width: 1920px) {
    #carousel-example-generic {
        height: 800px;
    }

    .img-responsive {
        max-width: 85%;
        margin-top: 80%;
    }

    .carousel .item {
        margin-top: 200px;
    }
}
