.corporate-1 .btn-default {background-color: #da1212; color: #fff !important; border-radius: 0;}

/*==================== SLIDER CSS ======================*/
body {font-family: 'Roboto', sans-serif;}


.corporate-1 .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.corporate-1 .carousel-inner>.item>img,
.corporate-1 .carousel-inner>.item>a>img {
    margin: auto;
    width: 100% !important;
}


/********************
*****Slide effect
**********************/

.corporate-1 .fade {
    opacity: 1;
}

.corporate-1 .fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.corporate-1 .fade .item img {height: 100%; width: 100%; object-fit: cover;}
.corporate-1 .fade .item:first-child {
    top: auto;
    position: relative;
}

.corporate-1 .fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}


/*---------- LEFT/RIGHT ROUND CONTROL ----------*/

.corporate-1 .control-round .carousel-control {
    top: 47%;
    opacity: 0;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 39px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}

.corporate-1 .control-round:hover .carousel-control {
    opacity: 1;
}

.corporate-1 .control-round .carousel-control.left {
    left: 1%;
}

.corporate-1 .control-round .carousel-control.right {
    right: 1%;
}

.corporate-1  .control-round .carousel-control.left:hover,
.corporate-1 .control-round .carousel-control.right:hover {
    color: #fdfdfd;
    background: rgba(0, 0, 0, 0.5);
    border: 3px solid #fff;
}

.corporate-1 .control-round .carousel-control.left>span:nth-child(1) {
    left: 45%;
}

.corporate-1 .control-round .carousel-control.right>span:nth-child(1) {
    right: 45%;
}


/*---------- INDICATORS CONTROL ----------*/

.corporate-1 .indicators-line>.carousel-indicators {
    left: 50%;
    bottom: 5%;
    top:auto;
    margin: 0;
    transform: translateX(-50%);
    width: auto;
    height: 26px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
    right: auto;
}

.corporate-1 .indicators-line>.carousel-indicators li {
    padding: 0;
    width: 18px;
    height: 18px;
    border: 1px solid rgb(158, 158, 158);
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: rgb(158, 158, 158);
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 0%;
    margin:0 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
    transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
    z-index: 10;
    cursor: pointer;
}


.corporate-1 .indicators-line>.carousel-indicators .active {
    box-shadow: 0 0 0 2px #fff;
    background-color: transparent;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.corporate-1 .indicators-line>.carousel-indicators .active:before {
    transform: scale(0.5);
    background-color: #fff;
    content: "";
    position: absolute;
    left: -1px;
    top: -1px;
    width: 18px;
    height: 18px;
    border-radius: 0%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}


/*---------- SLIDE CAPTION ----------*/

.corporate-1 .slide_style_left {
    text-align: left !important;
}


.corporate-1 .slide-text {
    left: 0;
    top: 25%;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    padding: 10px 85px;
}

.corporate-1 .slide-text>h1 {
    padding: 0;
    color: #ffffff;
    font-size: 50px;
    font-style: normal;
    line-height: 84px;
    margin-bottom: 20px;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.corporate-1 .slide-text>p {
    padding: 0;
    color: #ffffff;
    font-size: 20px;
    line-height: 26px;
    font-weight: 300;
    margin-bottom: 40px;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

.corporate-1 .slide-text>a.btn-default {
    color: #000;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.corporate-1 .slide-text>a.btn-primary {
    color: #ffffff;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-left: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #00bfff;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.corporate-1 .slide-text>a:hover,
.corporate-1 .slide-text>a:active {
    color: #ffffff;
    background: #222222;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}
/*==================== SLIDER CSS ======================*/

/*==================== NAVBAR CSS ======================*/
.corporate-1 .navbar {
    position: absolute;z-index: 9998; width: 100%; margin: 20px 0;
}
.corporate-1 .navbar-inverse {background: transparent; border: 0;}
.corporate-1 .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .corporate-1 .navbar-inverse .navbar-nav > .active > a:hover {background: transparent;}
.corporate-1 .navbar-inverse .navbar-nav > li > a {color: #fff;}
.corporate-1 .navbar-inverse .navbar-nav {margin: 20px 0 0 0;}
.corporate-1 a.navbar-brand {text-transform: uppercase; font-size: 36px; color: #fff !important; font-weight: 900; position: relative; margin: 0px 0 0; display: inline-block; height: auto;}
.corporate-1 .navbar-brand > img {max-height: 70px; max-width: 100%;}
/*==================== NAVBAR CSS ======================*/

.corporate-1 .carousel-inner .item img {height: 700px; position: relative; width: 100%; object-fit: cover;}
.corporate-1 .slick-arrow {display: none !important;}
.corporate-1 .left-icon,
.corporate-1 .left-icon:hover {position: absolute; top: 50%; transform: translate(0%, -50%); font-size: 20px; left: 20px; color: #fff;}
.corporate-1 .right-icon,
.corporate-1 .right-icon:hover {position: absolute; top: 50%; transform: translate(0%, -50%); font-size: 20px; right: 20px; color: #fff;}
.corporate-1 .slider-controls .fa {
    background: transparent;
    padding: 12px 12px;
    border: 2px solid #fff;
    border-radius: 100%;
    cursor: pointer;
}
.corporate-1 .slick-dots {bottom: 30px;}
.corporate-1 .slick-dots li {margin: 0 5px;}
.corporate-1 .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    border: 2px solid #fff;
}
.corporate-1 .slick-dots li button::before {
    width: 10px;
    height: 10px;
    background: transparent;
    border-radius: 0;
    content: "";
    border: 0px solid #fff;
    opacity: 1;
    margin: 5px;
}
.corporate-1 .slick-active button::before {background: #fff !important;}

.corporate-1 .slick-slide {height: auto !important; position: relative;}
.corporate-1 .right-icon span {border-radius: 100%; border: 2px solid #fff; padding: 12px; cursor: pointer;}
.corporate-1 .left-icon span {border-radius: 100%; border: 2px solid #fff; padding: 12px; cursor: pointer;}

/*------------------------------------------------------*/


/* RESPONSIVE
/*------------------------------------------------------*/

@media screen and (min-width: 992px) and (max-width: 1199px){
    .corporate-1 .carousel-inner .item img {height: 600px;}
    .corporate-1 .slide-text > h1 {font-size: 40px;}
    .corporate-1 .navbar-brand img {max-height: 50px;}
}
@media (max-width: 991px) {
    .corporate-1 .carousel-inner .item img {height: 500px;}
    .corporate-1 .slide-text h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .corporate-1 .slide-text>p {
        font-size: 18px;
    }
    .corporate-1 .navbar-brand img {max-height: 50px;}
    .corporate-1 .navbar-inverse .navbar-nav {margin: 0px 0 0 0;}
    .corporate-1 .navbar-collapse {text-align: center;}
    .corporate-1 .navbar-nav {display: inline-block; float: none !important;}
}

/*---------- MEDIA 480px ----------*/

@media (max-width: 767px) {
    .corporate-1 .navbar-toggle { border: 0;}
    .corporate-1 .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {background-color: transparent; border: 0;}

    .corporate-1 ul.nav.navbar-nav.pull-right {width: 100%; background: #000; z-index: 9999;
        position: absolute; left: 0; margin: 0; padding: 15px 0;}
    .corporate-1 .navbar-inverse .navbar-nav > li > a {border-bottom: 1px solid rgba(255, 255, 255, 0.2);}
    .corporate-1 .navbar-inverse .navbar-nav > li:last-child > a {border-bottom: 0;}
    .corporate-1 .carousel-inner .item img {height: 400px;}
    .corporate-1 a.navbar-brand {margin-left: 15px;}
    .corporate-1 .navbar-brand img {max-height: 50px;}
    .corporate-1 .slide-text {
        padding: 10px 50px;
    }
    .corporate-1 .slide-text h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .corporate-1 .slide-text>p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .corporate-1 .control-round .carousel-control {
        display: none;
    }
    .corporate-1 .navbar-toggle::before {content: "";}
    .corporate-1 .navbar-toggle .fa {color: #da1212; float: right;}
    .corporate-1 .navbar ul {padding: 5px 0 !important; }
    .corporate-1 .navbar-inverse .navbar-collapse {border-color: #da1212 !important;}

    .corporate-1 .left-icon, .corporate-1 .right-icon {display: none;}
}

@media (max-width: 480px) {
    .corporate-1 ul.nav.navbar-nav.pull-right {width: 100%; background: #000; z-index: 9999;
        position: absolute; left: 0; margin: 0; padding: 15px 0;}
    .corporate-1 .navbar-inverse .navbar-nav > li > a {border-bottom: 1px solid rgba(255, 255, 255, 0.2);}
    .corporate-1 .navbar-inverse .navbar-nav > li:last-child > a {border-bottom: 0;}
    .corporate-1 .carousel-inner .item img {height: 350px;}
    .corporate-1 a.navbar-brand {margin-left: 15px;}
    .corporate-1 .navbar-brand img {max-height: 35px;}
    .corporate-1 .slide-text {
        padding: 10px 30px;
    }
    .corporate-1 .slide-text h1 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 5px;
    }
    .corporate-1 .slide-text>p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .corporate-1 .slide-text>a.btn-default,
    .corporate-1 .slide-text>a.btn-primary {
        font-size: 10px;
        line-height: 10px;
        margin-right: 10px;
        text-align: center;
        padding: 10px 15px;
    }
    .corporate-1 .indicators-line>.carousel-indicators {
        display: none;
    }

    .corporate-1 .left-icon, .corporate-1 .right-icon {display: none;}
}
body{ font-family: 'Roboto', sans-serif;}
.no-padding{ padding: 0px;}
.onex-3{ width: 100%; display: inline-block; margin: 4rem 0;}
.onex-3 .about-main{ width: 100%; display: inline-block; margin: 0px;}
.onex-3 .about-title{ width: 100%; display: inline-block; margin: 0px 0 2.5rem 0; text-align: center; font-size: 3rem; font-weight: 700; color: #212121; text-transform: uppercase; letter-spacing: 1px;}
.onex-3 .about-content{ width: 100%; display: inline-block; margin: 0px; text-align: center; font-size: 15px; color: #717171; line-height: 2.8rem;}


@media screen and (min-width:901px) and (max-width:1024px){


}

@media screen and (min-width:768px) and (max-width:900px){


}

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


}

@media screen and (min-width:481px) and (max-width:600px){


}

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


}
