*{
    font-family: 'Roboto', sans-serif;
}

p {
    font-size: 18px;
}

a{
    color: #A7B1D1;
}

h2 a img {
    opacity: 0.5;
}


h2 a:hover img {
    opacity: 1;
}

a.btn-new {
    color: #000000;
    text-decoration: none;
}

p.color{
    color: #00518D;
    font-style: italic;
}


li p.color{
    font-weight: bold;
}

h2 {
    color: #00518D;
}

h2 span{
    color: #A7B1D1;
}

span.mini-title {
    font-weight: bold;
    color: #00518D;
}

body{
    font-size: 14px;
}

.bg-grey {
    background-color: #edf3f5;
}

.page-wrapper{
    height: 100%;
    position: relative;
}

section:not(:first-of-type){
    padding-top: 65px;
    padding-bottom: 65px;
}
section.our-mission {
    /* explicitly size margin on this one for visual balance */
    padding-top: 80px;
}

h1,h2,h3,h4,h5,h6{
    font-weight: 800;
}

h1{
    /*    text-transform: uppercase;*/
    font-size: 4rem;
    color: #fff;
    margin-bottom: 20px
}

h2{
    font-size: 3rem
}

h3{
    font-size: 2.4rem;
}

h6{
    font-size: 1rem;
    color: #e03c31;
}

@media(max-width: 600px){
    h1{
        font-size: 3.2rem;
    }
    h2{
        font-size: 2.6rem;
    }
    h3{
        font-size: 2rem
    }
}

.highlight{
    color: #e03c31;
}

.form-message{
    color: rgba(0,0,0,.5);
    margin-top: 10px;
    display: block;
    position: relative;
}

.form-message a{
    color: #e03c31;
}

.disable-scroll{
    overflow: hidden;
}

/* Navigation */

.navbar{
    position: absolute;
    z-index: 9000;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 2px solid transparent;
    transform: translateY(0);
    transition: transform .6s cubic-bezier(0.76, 0, 0.24, 1), background .6s cubic-bezier(0.76, 0, 0.24, 1)
}

.navbar.navbar-prepare{
    position: fixed;
    top: -87px;
}

.navbar.navbar-animate-in{
    transform: translateY(87px);
    background: #fff;
    border-bottom: 2px solid rgba(0,0,0,.07);
}

.navbar.expanded{
    background: #fff;
    border-bottom: 2px solid rgba(0,0,0,.07);
}

.navbar-dark .navbar-nav .nav-link{
    text-transform: uppercase;
    font-size: .9rem;
    color: #fff;
    font-weight: 600;
    padding-left: 1rem;
    padding-right: 1rem;
    position: relative;
    transition: .6s cubic-bezier(0.76, 0, 0.24, 1)
}

.navbar.navbar-animate-in .navbar-nav .nav-link,.navbar.expanded .navbar-nav .nav-link{
    color: #000;
    opacity: .4
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-item.active .nav-link{
    opacity: 1
}

.navbar-dark .navbar-nav .nav-item.active .nav-link:before{
    opacity: 1 !important
}

.navbar-dark .navbar-nav .nav-link:before{
    content: '';
    width: calc(100% - 2rem);
    height: 2px;
    background: #e03c31;
    position: absolute;
    bottom: 0;
    left: 1rem;
    opacity: 0;
    transition: .6s cubic-bezier(0.76, 0, 0.24, 1)
}

.navbar-dark .navbar-nav .nav-link:hover:before{
    opacity: 1
}

.navbar-brand{
    position: relative;
}

.navbar-brand img{
    transition: .6s cubic-bezier(0.76, 0, 0.24, 1)
}

.navbar-brand img:last-child{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
}

.navbar.navbar-animate-in .navbar-brand img:first-child,.navbar.expanded .navbar-brand img:first-child{
    opacity: 0;
}

.navbar.navbar-animate-in .navbar-brand img:last-child,.navbar.expanded .navbar-brand img:last-child{
    opacity: 1;
}

.navbar.expanded .navbar-toggler-icon,.navbar.navbar-animate-in .navbar-toggler-icon{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

@media(max-width: 991px){
    .navbar{
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
    }
}

.bk-testi {

    background: url('../images/new/fisio1.png') no-repeat fixed;
    background-size: cover;
    background-position: center;

    min-height: 60vh;
}

/* Section Count */

.section-count{
    position: relative;
    display: flex;
    margin-bottom: 20px
}

.section-count-center{
    justify-content: center;
}

.section-count:before{
    content: '';
    height: 2px;
    background: #e03c31;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    width: 200px;
    transition: .6s cubic-bezier(0.76, 0, 0.24, 1) .3s;
}

.section-count-center:before{
    left: 50%;
    margin-left:-100px;
}

.section-count div{
    font-size: 2rem;
    font-weight: 800;
    position: relative;
    opacity: 1;
    top: 0;
}

.section-count div:first-child{
    z-index:0;
    transition: .6s cubic-bezier(0.76, 0, 0.24, 1);
}

.section-count div:last-child{
    z-index:2;
    transition: .6s cubic-bezier(0.76, 0, 0.24, 1) .1s;
}

/* Content General */

.offset-content{
    padding-left: 100px;
    padding-right: 100px;
}

@media(max-width: 680px){
    .offset-content{
        padding-left: 0;
        padding-right: 0;
    }
}

/*TESTIMONIALS*/

.testimonial-intro {
    padding: 0px 2vw 0px 2vw;
}

.testimonials ul {
    list-style: none;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 0;
    box-sizing: border-box;
}

.testimonials {
    overflow: hidden;
}

.testimonials ul li {
    display: inline-block;
    padding: 1rem;
    position: relative;
    text-align: center;
    width: 100vw;
    box-sizing: border-box;
}

.testimonials ul li p {
    max-width: 600px;
    margin: 1rem auto;
    width: 50%;
    box-sizing: border-box;
}

.testimonials-control {
    display: flex;
    justify-content: center;
    box-sizing: border-box;
}

.testimonials-control i {
    cursor: pointer;
    padding: 1.3rem;
    color: white;
    background: #00518D;
}

/* Front Section */

.front{
    position: relative;
}

.front .container{
    position: absolute;
    height: 100%;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.front-content{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.front-content h1{
    font-size: 3rem;
    max-width: 670px;
}

@media(max-width: 575px){
    .front-content{
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        width: 100%;
        top: 60%;
    }
    .front-content p{
        margin: 0 auto 20px auto !important;
    }
}

.front-content p{
    color: #fff;
    max-width: 657px;
    margin-bottom: 80px;
    text-shadow: 1px 1px 10px rgba(0,0,0,.6)
}

.front img{
    width: 100%;

}

.banner-desktop{
    display: block
}

.banner-mobile,.banner-tablet{
    display: none
}

@media(max-width: 991px){
    .banner-tablet{
        display: block;
    }
    .banner-desktop{
        display: none
    }

    .front-content {
        padding: 0px 15px;
    }

    .front-content h1{
        font-size: 1.5rem;
    }

    .front-content p {
        font-size: 15px;
    }
}

@media(max-width: 680px){
    .banner-tablet{
        display: none
    }

    .banner-mobile{
        display: block
    }
}

/* Our Mission */



/* Adaptive Intelligence */


.adaptive-intelligence .row{
    align-items: center;
}


.diagram-carousel img{
    width: 100%;
    max-width: 700px;
    object-position: center;
    object-fit: cover;
}

.diagram-carousel .slick-dots{
    list-style-type: none;
    margin: 0;
    text-align: center;
    display: block;
}

.diagram-carousel .slick-dots li{
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 2px solid #e03c31;
    background: transparent;
    transition: .3s ease-in-out;
    cursor: pointer;
    margin: 0 10px;
    border-radius: 50%
}

.diagram-carousel .slick-dots li:hover,.diagram-carousel .slick-dots li.slick-active{
    background: #e03c31
}

.diagram-carousel .slick-dots button{
    display: none
}

@media(max-width: 575px){
    .adaptive-intelligence .col:first-child{
        padding-right: 15px
    }
}

/* What Makes Luffy Different */

.what-makes-luffy-different{
    padding-bottom: 50px;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 100%);
}

.what-makes-luffy-different-copy{
    max-width: 600px
}

.table-comparison{
    margin-top: 100px;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}

.table-comparison table{
    width: 100%;
    display: block;
    overflow-x: auto;
    white-space: nowrap;	
}

@media(max-width: 991px){
    .table-comparison table{
        width: calc(100% + 10px)
    }
}

table tbody{
    display: table;
    width: 100%;
}

.table-comparison th,.table-comparison td:not(:first-of-type){
    text-align: center;
}

.table-comparison th:not(:nth-child(2)){
    font-weight: 400;
    opacity: .8
}

.table-comparison th,.table-comparison td{
    padding: 20px 10px;
    border-bottom: 2px solid rbga(0,0,0,.07);
}

.table-comparison th:nth-child(2),.table-comparison td:nth-child(2){
    background: #fff
}

@media(max-width: 520px){
    .table-comparison th:first-of-type,.table-comparison td:first-of-type{
        width: 250px;
        white-space: normal;
    }
}

.table-comparison tr:not(:last-of-type){
    border-bottom: 2px solid rgba(0,0,0,.07);
}

.table-comparison th img{
    width: 100px;
    display: inline-block;
}

.table-comparison td img{
    width: 20px;
    display: inline-block;
    opacity: 1
}

.table-comparison tr:nth-child(2) img{
    transition: .6s cubic-bezier(0.76, 0, 0.24, 1) .3s;
}

.table-comparison tr:nth-child(3) img{
    transition: .6s cubic-bezier(0.76, 0, 0.24, 1) .35s;
}

.table-comparison tr:nth-child(4) img{
    transition: .6s cubic-bezier(0.76, 0, 0.24, 1) .4s;
}

.table-comparison tr:nth-child(5) img{
    transition: .6s cubic-bezier(0.76, 0, 0.24, 1) .45s;
}

.table-comparison tr:nth-child(6) img{
    transition: .6s cubic-bezier(0.76, 0, 0.24, 1) .5s;
}

.table-comparison tr:nth-child(7) img{
    transition: .6s cubic-bezier(0.76, 0, 0.24, 1) .55s;
}

.table-comparison tr:nth-child(8) img{
    transition: .6s cubic-bezier(0.76, 0, 0.24, 1) .6s;
}

.table-comparison tr:nth-child(9) img{
    transition: .6s cubic-bezier(0.76, 0, 0.24, 1) .65s;
}



/* Team */

.team{
    overflow: hidden;
}

.team h2{
    text-align: center;
    margin-bottom: 70px
}

.team h4{
    text-align: center;
}

.team-grid{
    width: calc(100% + 60px);
    left: -30px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.team-single{
    width: 23%;
    padding: 30px;
}

@media(max-width: 1199px){
    .team-single{
        width: 33%
    }
}

@media(max-width: 767px){
    .team-single{
        width: 50%
    }
}

@media(max-width: 430px){
    .team-grid{
        width: calc(100% + 30px);
        left: -15px
    }
    .team-single{
        padding: 15px
    }
}

.team-single-front-image{
    padding-top: 130%;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.team-single-front-image div{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-size: cover;
    background-position: top;
    width: 100%;
    height: 100%;
}

.team-single h5{
    transition: .3s ease-in-out;
}

.team-single:hover h5{
    color: #e03c31
}

@media(max-width: 991px){
    .team-single-enlarged-inner .row{
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .team-single-enlarged-inner .row .col-12{
        padding: 0;
        margin: 0;
    }
    .team-single-enlarged-inner .col-12:last-child{
        padding-top: 50px;
        display: block !important
    }
    .team-single-enlarged-inner{
        padding-bottom: 50px
    }
}

@media(max-width: 700px){
    .team-single-enlarged .col-12:nth-child(2){
        padding-left: 30px !important;
        padding-right: 30px;
    }
    .team-single-enlarged .col-12:nth-child(2) div{
        max-width: 100% !important
    }
}

@media(max-width: 500px){
    .team-single-enlarged{
        border-left: 0 !important;
        border-right: 0 !important;
    }
}

/* Quote Icon */

.quote-icon{
    position: relative;
    left: calc(50% - 40px);
    margin-bottom: -100px;
    z-index: 1;
    width: 180px;
    height: 180px;
}

.quote-icon div{
    width: 100%;
    height: 100%;
    background-image: url(../images/quote.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: .6s cubic-bezier(0.76, 0, 0.24, 1);
    opacity: 1
}

/* Quote */

.quote{
    overflow: hidden;
}

.quote .offset-content{
    position: relative;
}

.quote .offset-content:before{
    content: '';
    background: #000;
    opacity: .03;
    position: absolute;
    top: 0;
    left: 100px;
    width: 100vw;
    height: 100%;
    transition: .6s cubic-bezier(0.76, 0, 0.24, 1);
}

.quote-darwin{
    position: relative;
}

.quote .offset-content img{
    width: 90%;
    padding-top: 80px;
    float: left
}

.quote-text h3{
    font-style: italic;
    margin-bottom: 30px
}

.img-1{
    width: 60%;
}

.img-2{
    width: 80%;
}

@media(max-width: 1199px){
    .quote-text{
        padding: 80px 0
    }
}

@media(max-width: 991px){
    .img-1{
        margin-bottom: 50px;
    }

    .img-2{
        width: 100%;
    }
    .quote{
        background: rgba(0,0,0,.03);
    }
    .quote-darwin{
        display: none
    }
    .quote .offset-content:before{
        display: none
    }
    .quote-icon{
        left: 50%;
        margin-left: -90px;
    }

    .quote h3{
        text-align: center;
    }

    .quote p{
        text-align: center;
    }

    .quote .offset-content{
        padding-left: 0;
    }

    .quote-text{
        padding-top: 100px;
        background-image: url(../images/darwin.svg);
        background-size: 90%;
        background-position: center;
        background-repeat: no-repeat;
    }
}

/* Contact */

.contact{
    display: block;
    margin-top: 100px;
    position: relative;
    margin-bottom: 60px
}

.quote .row{
    align-items: center;
}

.contact-left{
    padding: 80px 100px 80px 0;
}

.contact-map iframe{
    height: 100%;
    width: 100%;
    filter: grayscale(1);
}

@media(max-width: 1100px){
    .contact{
        border-right: 0;
    }

}

@media(max-width: 991px){
    .contact-map{
        height: 45vh;
    }
    .contact-map iframe{
        width: 100%;
    }
    .contact-left{
        padding: 0 15px;
        margin-bottom: 20px
    }
    .offset-content{
        padding-left: 0px;
    }
}

/* Buttons */

.btn-container{
    margin-top: 40px;
    text-align: right;
}

.btn{
    display: inline-block;
    padding: 15px 40px 15px 40px;
    background: #00518D;
    color: white;
    transition: .3s ease-in-out;
    box-shadow: none !important;
    outline: 0 !important;
    float: right;
}

.btn-light{
    border-bottom-color: #fff;
}

.btn-light span{
    color: #fff;
}

.btn:hover{
    color: black;
    background-color: #A7B1D1;
}

.btn span{
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    transition: .3s ease-in-out;
}

.btn span:before{
    content: '';
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/right-arrow-dark.svg);
    width: 20px;
    height: 20px;
    position: absolute;
    top: 1px;
    left: -25px
}

.btn-light span:before{
    background-image: url(../images/right-arrow-light.svg);
}

/* Form */

input,textarea{
    border-left: 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 2px solid rgba(0,0,0,.07);
    outline: 0 !important;
    box-shadow: none !important
}

input{
    height: 45px;
    width: 100%;
    margin-bottom: 10px
}

textarea{
    resize: none;
    width: 100%;
    height: 90px
}

/* Footer */

footer {
    color: white;
}

footer a{
    color: white !important;
}

/* Locomotive Scroll */

html.has-scroll-smooth {
    overflow: hidden
}

html.has-scroll-dragging {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.has-scroll-smooth body {
    overflow: hidden
}

.has-scroll-smooth [data-scroll-container] {
    min-height: 100vh
}

[data-scroll-direction="horizontal"] [data-scroll-container] {
    height: 100vh;
    display: inline-block;
    white-space: nowrap
}

[data-scroll-direction="horizontal"] [data-scroll-section] {
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    height: 100%
}

.c-scrollbar {
    position: absolute;
    right: 0;
    top: 0;
    width: 11px;
    height: 100%;
    transform-origin: center right;
    transition: transform 0.3s, opacity .3s;
    opacity: 0
}

.c-scrollbar:hover {
    transform: scaleX(1.45)
}

.c-scrollbar:hover,
.has-scroll-scrolling .c-scrollbar,
.has-scroll-dragging .c-scrollbar {
    opacity: 1
}

[data-scroll-direction="horizontal"] .c-scrollbar {
    width: 100%;
    height: 10px;
    top: auto;
    bottom: 0;
    transform: scaleY(1)
}

[data-scroll-direction="horizontal"] .c-scrollbar:hover {
    transform: scaleY(1.3)
}

.c-scrollbar_thumb {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #000;
    opacity: .5;
    width: 7px;
    border-radius: 10px;
    margin: 2px;
    cursor: -webkit-grab;
    cursor: grab
}

.has-scroll-dragging .c-scrollbar_thumb {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

[data-scroll-direction="horizontal"] .c-scrollbar_thumb {
    right: auto;
    bottom: 0
}/*

.col,.image,.what-makes-luffy-different-copy,.table-comparison,.lone-header,form{
opacity: 0;
position: relative;
top: 20px;
transition: .6s cubic-bezier(0.76, 0, 0.24, 1);
}

.col+.col{
opacity: 0;
position: relative;
top: 20px;
transition: .6s cubic-bezier(0.76, 0, 0.24, 1) .2s;
}

.col.is-inview,.image.is-inview,.what-makes-luffy-different-copy.is-inview,.table-comparison.is-inview,.lone-header.is-inview,.is-inview,form.is-inview{
top: 0;
opacity: 1
}*/

/* Team Single Enlarged */

.team-single-enlarged{
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    border: 40px solid #e03c31;
    z-index: 9999;
    display: none;
    top: 0;
    left: 0;
}

.team-single-enlarged-inner{
    height: 100%
}

.team-single-enlarged-inner .row{
    overflow: auto
}

.team-single-enlarged .row, .team-single-enlarged .col-12{
    position: relative;
    height: 100%
}

.team-single-enlarged img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.team-single-enlarged .col-12:nth-child(2){
    padding-left: 100px;
    align-items: center;
    display: flex;
}

.team-single-enlarged .col-12:nth-child(2) div{
    max-width: 450px
}

.team-single-enlarged .col-12:nth-child(2) div *{
    color: #fff;
}

.team-single-enlarged .col-12:nth-child(2) div p:first-of-type{
    margin-bottom: 60px
}

.team-single-enlarged p:last-of-type{
    margin-bottom: 90px
}

.team-single-enlarged .close{
    position: absolute;
    width: 50px;
    height: 50px;
    top: -25px;
    right: 5vw;
    cursor: pointer;
    z-index: 9999;
}

.team-single-enlarged .close div{
    width: 2px;
    height: 100%;
    background: #fff;
    position: absolute;
    transform-origin: center;
    left: 50%;
    top: 0;
}

.team-single-enlarged .close div:first-child{
    transform: rotate(-45deg)
}

.team-single-enlarged .close div:last-child{
    transform: rotate(45deg)
}

/* Section animation on scroll */

.navbar-brand > img { height: 100px; }

.vimeocontainer {
    padding: 56.25% 0 0 0;
    margin-bottom: 30px;
    position:relative;
}

/*********NEW SCHIAFFINO**********/

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

.section-btn{
    padding: 10px;
}

/*.section-btn:hover{
color: #e03c31;
cursor: pointer;
}*/

.section-btn img{
    border: 1px solid #b1b1b1;
}

/*.section-btn img:hover{
cursor: pointer;
}*/

.section-btn:hover img{
    border: 1px solid #e03c31;
}

.section-btn span{
    display: block;
    font-weight: bold;
    margin-top: 10px;
    padding-left: 15%;
}

.section-btn span::before{
    content: '';
    display: inline-block;
    width: 30px;
    height: 15px;
    background-image: url(../images/diagram/arrow.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    margin-left: -50px;
    margin-top: 5px;
}

.hide{
    display: none;
}

.bg-cube{
    background-image: url(../images/new/bg-cube.jpg);
    background-position: center;
    background-size: cover;
}

.bg-cube2{
    background-image: url(../images/new/bg-cube2.jpg);
    background-position: center;
    background-size: cover;
}

.bg-cube3{
    background-image: url(../images/new/bg-cube3.jpg);
    background-position: center;
    background-size: cover;
}

.bg-curve{
    background-image: url(../images/new/bg-curve.jpg);
    background-position: center;
    background-size: cover;
}

.bg-hands{
    background-image: url(../images/new/bg-hands.jpg);
    background-position: center;
    background-size: cover;
}

.bg-factory{
    background-image: url(../images/new/bg-factory.jpg);
    background-position: center;
    background-size: cover;
    height: 80vh;
}

.bg-drone{
    background-image: url(../images/new/bg-drone.jpg);
    background-position: center;
    background-size: cover;
    height: 80vh;
}

.bg-aero{
    background-image: url(../images/new/bg-aero.jpg);
    background-position: center;
    background-size: cover;
    height: 80vh;
}

.bg-image {
    color: white;
    padding: 20vh 0px 20vh 0px !important;
}

.bg-image .section-count:before{
    background-color: white;
}

.dropdown-menu{
    color: white;
    background-color: #fff0;
    border: none;
    border-left: 1px solid red;
    border-radius: 0px !important;
}

.dropdown-item{
    color: white;
}

.navbar-prepare .dropdown-menu{
    background-color: #fff ;
    background-color: white;
}

.navbar-prepare .dropdown-item{
    color: black;
}

.ico-box{
    margin-top: 20px;
}

.ico-box div{
    display: inline-block;
    width: 75%;
    margin-left: 4%;
}

.ico-box img{
    width: 15%;
    margin-top: -80px;
}

.ico-title {
    color: #c83c31;
    font-weight: bold;
    font-size: 15px;
}


.ico-title2 {
    color: #c83c31;
    font-weight: bold;
    font-size: 30px;
}

.ourmission-title{
    font-weight: bold;
    font-size: 1.8rem;
}

.time-control img{
    position: absolute;
    width: 300px;
    margin-top: -50px;
}

.time-control p {
    margin-top: 50px;
}

@media(max-width: 1200px){
    .dropdown-item{
        color: black;
    }

    .ico-box.resp div{
        display: block;
    }

}
@media(max-width: 992px){
    .time-control img{
        position: inherit;
        width: 100%;
        margin-top: 0px;
    }

    .time-control p {
        margin-top: 0px;
    }

    .logo img{
        margin-top: 20px;
    }

    .ico-box.resp img {
        width: 25%;
    }

}

@media(max-width: 575px){
    .front-content h1 {
        max-width: none;
    }

}