@import url("fonts/style.css");
:root {
    --bg-color: #fff;
    --dark-bg-color: #0f2031;
    --accent-color: #ec4a37;
    --light-text-color: #ec4937;
    --dark-text-color: #ec4937;
}

html {
    height: 100%;
}

body {
    min-height: 100%;
    font-family: 'Euclid Square', Arial, sans-serif;
    background-color: white;
    padding-top: 65px;
}

header {
    position: relative;
    z-index: 1;
}

.main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    position: relative;
}

.card-img-top {
    max-height: 20vh;
    /*not want to take all vertical space*/
    object-fit: cover;
    /*show all image, autosized, no cut, in available space*/
}


/*
NavBar
*/

.navbar {
    font-family: 'Euclid Square Light';
    background: #fff;
    transition: all 0.4s;
    font-size: larger;
    -webkit-box-shadow: 0 4px 3px -3px #999;
    -moz-box-shadow: 0 4px 3px -3px #999;
    box-shadow: 0 4px 3px -3px #999;
}

.navbar .nav-link {
    color: black;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus {
    color: var(--accent-color);
    text-decoration: none;
}

.navbar .navbar-brand {
    color: white;
}

.nav-item {
    position: relative;
}

.navbar .nav-item:hover .a,
.navbar .nav-item:focus .a,
.navbar .nav-item .active .a {
    color: var(--accent-color);
    text-decoration: none;
}

.navbar-nav span {
    margin-right: 1rem;
    margin-left: 1rem;
}

.nav-slash {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: white;
}

.icon-bar {
    width: 22px;
    height: 2px;
    background-color: #B6B6B6;
    display: block;
    transition: all 0.2s;
    margin-top: 4px
}

.navbar-toggler {
    border: none;
    background: transparent !important;
}


/*
Sections
*/

.container {
    min-height: 100%;
    overflow: hidden;
}


/*
Buttons
*/

.btn-white {
    background: var(--bg-color);
    color: var(--accent-color);
}

.btn-accent {
    color: var(--bg-color);
    background: var(--accent-color);
}



/*Full Screen NavMenu For Mobile Screens*/

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    background-color: #ffffff;
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    font-family: 'Euclid Square', sans-serif;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #000000;
    display: block;
    transition: 0.3s;
    visibility: hidden;
}

.overlay.active a {
    visibility: visible;
}

.overlay a:hover,
.overlay a:focus {
    color: var(--accent-color);
    text-decoration: none;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

@media screen and (max-height: 450px) {
    .overlay a {
        font-size: 20px
    }
    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}


/*
Main Text Banner
*/

@media (max-width: 1200px) {
    h1.bannerH1 {
        font-size: 60px;
        line-height: 70px;
    }
}

@media (max-width: 768px) {
    h1.bannerH1 {
        font-size: 50px;
        line-height: 60px;
    }
}

@media (max-width: 544px) {
    h1.bannerH1 {
        font-size: 40px;
        line-height: 50px;
    }
}

p.bannerP {
    font-family: 'Euclid Square Light', sans-serif;
    font-weight: 400;
    font-size: 20px;
}

#letStart {
    font-family: 'Euclid Square', sans-serif;
    font-weight: 400;
    font-size: 19px;
    line-height: 27px;
}

.customer-logos {
    visibility: hidden;
}


/*
Carosoule Slider
*/

.carousel-item {
    height: 100vh;
    min-height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


/*
Main
*/

.section-light-bg {
    background: rgba(0, 0, 0, 0.05);
}

.section-light-bg .white {
    background: white;
}

.section-light-bg .img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.category-item {
    display: inline-block;
    width: 200px;
    height: 180px;
    margin: 10px;
}

.category-item .img-responsive {
    width: 200px;
}

.category-item>a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

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


/*
Footer
*/

#kb-footer {
    padding: 1.5%;
    background-color: #fff;
}

#kb-footer .kb-widget {
    margin-bottom: 15px;
}

#kb-footer .kb-widget h5 {
    margin-bottom: 13px;
    font-weight: bold;
    font-size: 19px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

#kb-footer .kb-widget p {
    margin-bottom: 0.3rem;
    font-size: 16px;
}

#kb-footer .kb-card {
    background: #3755BE;
}

#kb-footer a {
    color: var(--accent-color);
    font-size: 16px;
}

#kb-footer a:hover {
    color: var(--accent-color);
}

#kb-footer .ml-3 a{
    color: black;
    font-size: 16px;
}

#kb-footer .dark-a a{
    color: black;
    font-size: 16px;
}

#kb-footer .nav-link {
    padding-left: 0rem;
    padding-bottom: 0rem;
}

#kb-footer .slide,
.footer-logo {
    max-width: 220px;
    width: 100%;
    margin-bottom: 5px;
}

.footer-logo img {
    width: 50px;
    height: auto;
}

.mb-5 {
    word-break: break-all;
}

#kb-footer .footer-ul {
    flex-direction: column;
}

@media (max-width: 767px) {
    #kb-footer .footer-ul {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }
    #kb-footer .nav-item {
        padding-right: 10px;
    }
}


/*
Social
*/

.kb-social-icons {
    margin: 0;
    padding: 0;
}

.kb-social-icons li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.kb-social-icons li a {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    padding-left: 10px;
    padding-right: 10px;
}

.kb-social-icons li a i {
    font-size: 20px;
}

#kb-window {
    background-image: url('../images/Cover-For-Transperant-2.jpg');
    height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    align-items: center;
}

#kb-window .kb-card {
    background: rgba(0, 0, 0, 0.5);
}


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

.full_wrap {
    width: 100%;
    display: inline-block;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}

.colored-button {
    position: relative;
    display: inline-block;
    padding: 12px 35px;
    margin: 0 0 20px;
    background-color: white;
    color: black;
    border-radius: 5px;
    transition: all 0.3s;
    letter-spacing: 2px;
    font-size: 0.85em;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    box-shadow: 0 2px 20px #c3c3c3;
}

.colored-button:hover {
    color: black;
    background-color: lighten(white, 20%);
}


/*
Swiper
 */

.swiper-container {
    width: 100%;
    z-index: 0;
}

.swiper-wrapper {
    height: 210px;
}

.swiper-container-youtube .swiper-wrapper {
    height: auto;
}

.section-light-bg .middle {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    border: 0!important;
    border-radius: .30rem;
    transition-property: left;
    transition-duration: 0.8s;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    opacity: 0;
}


/*
.section-light-bg .icon {
    opacity: 1;
    z-index: 1;
} */

.swiper-container .swiper-slide {
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    border: 0!important;
    color: lightgrey;
    border-radius: .30rem;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;
    text-decoration: none;
}

.section-instagram .swiper-container .swiper-slide .icon {
    color: whitesmoke;
    opacity: 1;
    z-index: 1;
}

.section-instagram .swiper-container .swiper-slide:hover .icon {
    color: whitesmoke;
    opacity: 0;
}

.section-instagram .swiper-container .swiper-slide:hover {
    text-decoration: none;
}

.section-instagram .swiper-container .swiper-slide:hover .middle {
    opacity: 1;
}

.section-instagram .swiper-container .swiper-slide:hover img {
    -webkit-filter: blur(2px);
    filter: blur(2px);
}

.swiper-container .swiper-slide img {
    width: 100%;
    height: 100%;
    border: 0!important;
    object-fit: cover;
    object-position: center;
    border-radius: .30rem;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
}

.swiper-container .swiper-slide .middle .instagram-link {
    width: 50px;
    height: 50px;
    opacity: 50%;
}


/* // Extra small devices (portrait phones, less than 576px) */

@media (max-width: 575.98px) {
    .swiper-wrapper {
        height: 230px;
    }
    .swiper-slide img {
        max-width: 90%;
    }
    .swiper-slide .middle {
        max-width: 90%;
    }
}


/* // Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) and (max-width: 767.98px) {
    .swiper-wrapper {
        height: 160px;
    }
}


/* // Medium devices (tablets, 768px and up) */

@media (min-width: 768px) and (max-width: 991.98px) {
    .swiper-wrapper {
        height: 170px;
    }
}


/* // Large devices (desktops, 992px and up) */

@media (min-width: 992px) and (max-width: 1199.98px) {
    .swiper-wrapper {
        height: 180px;
    }
}


/* // Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
    .swiper-wrapper {
        height: 290px;
    }
}

.news-slider__pagination {
    text-align: center;
    margin-top: 5px;
}

.news-slider__pagination .swiper-pagination-bullet {
    display: inline-block;
    width: 5px;
    height: 5px;
    background: darkgrey;
    opacity: .2;
    margin: 0 5px;
    border-radius: 20px;
    transition: opacity .5s, background-color .5s, width .5s;
    transition-delay: .5s, .5s, 0s;
}

.news-slider__pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: darkgrey;
    width: 100px;
    transition-delay: 0s;
}

@media screen and (max-width: 576px) {
    .news-slider__pagination .swiper-pagination-bullet-active {
        width: 70px;
    }
}

.kb-card .instagram-logo {
    align-self: center;
    width: auto;
    height: 40px;
    /* border-radius: 65px;
    box-shadow: 0 2px 30px rgb(216, 216, 216); */
}


/*
Counter
 */

.kb-counter .counter {
    font-size: 50px;
    margin-bottom: 10px;
    color: #0C9CEE;
    font-weight: 100;
    display: block;
}

.kb-counter .counter-label {
    margin-bottom: 0;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.5);
    letter-spacing: .1em;
}

@media screen and (max-width: 768px) {
    .kb-counter .feature-center {
        margin-bottom: 30px;
    }
}

.kb-counter .icon {
    width: 70px;
    height: 70px;
    text-align: center;
    margin-bottom: 20px;
    background: none !important;
    border: none !important;
}

.kb-counter .icon i {
    height: 70px;
}

.kb-counter .icon i:before {
    color: #cccccc;
    display: block;
    text-align: center;
    margin-left: 3px;
}


/*
Preloader
 */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #FFF;
    z-index: 1800;
    height: 100%;
    width: 100%;
    display: table;
}

.no-js #preloader,
.oldie #preloader {
    display: none;
}

#loader {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.line-scale-pulse-out>div {
    background-color: var(--accent-color);
    width: 4px;
    height: 35px;
    border-radius: 2px;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    -webkit-animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
    animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
}

.line-scale-pulse-out>div:nth-child(2),
.line-scale-pulse-out>div:nth-child(4) {
    -webkit-animation-delay: -0.4s !important;
    animation-delay: -0.4s !important;
}

.line-scale-pulse-out>div:nth-child(1),
.line-scale-pulse-out>div:nth-child(5) {
    -webkit-animation-delay: -0.2s !important;
    animation-delay: -0.2s !important;
}

@-webkit-keyframes line-scale-pulse-out {
    0% {
        -webkit-transform: scaley(1);
        transform: scaley(1);
    }
    50% {
        -webkit-transform: scaley(0.4);
        transform: scaley(0.4);
    }
    100% {
        -webkit-transform: scaley(1);
        transform: scaley(1);
    }
}

@keyframes line-scale-pulse-out {
    0% {
        -webkit-transform: scaley(1);
        transform: scaley(1);
    }
    50% {
        -webkit-transform: scaley(0.4);
        transform: scaley(0.4);
    }
    100% {
        -webkit-transform: scaley(1);
        transform: scaley(1);
    }
}


/*
asdf

sdfa

fasdf
*/

.section-grey-bg {
    background-color: #eee;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

.m-slider .swiper-slide {
    height: auto;
}

.m-slider {
    overflow: hidden;
    margin: 0 auto;
    padding: 20px;
}

.m-slider .swiper-wrapper {
    z-index: 0;
}

.m-slider .m-slider__item {
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: 100%;
}

.m-card {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 20px;
    width: 100%;
    border-radius: .30rem;
    background-color: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
}

.m-card img {
    border-radius: .25rem;
}

.m-card .m-card__header {
    padding-top: 75%;
    height: 0;
    background-position: center;
    background-size: cover;
}

.m-card .m-card__body {
    margin-top: 15px;
}

.m-card .m-card__body h6 {
    color: grey;
    size: 5px;
    margin-bottom: 0px;
}

.m-card:active {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.slider {
    margin: 0 -30px;
}

.cards {
    margin-top: 30px;
}

.cards .cards__note {
    margin-top: 30px;
}

.cards .cards__body {
    margin-top: 30px;
}

@media screen and (min-width: 768px) {
    .cards .cards__body {
        display: -webkit-box;
        display: flex;
    }
}

.cards .cards__item {
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    margin-top: 30px;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .cards .cards__item {
        margin-top: 0;
    }
}

@media screen and (min-width: 768px) {
    .cards .cards__item:not(:last-of-type) {
        margin-right: 30px;
    }
}


/* 
Material Tabs
 */

.products-section {
    text-align: center;
    max-width: 860px;
    width: 100%;
    margin: 30px auto 30px;
}

.tab-content {
    padding: 25px;
}

.tab-content .tab-item {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 0px;
}

.tab-content .tab-item.active {
    opacity: 1;
    position: relative;
}

.tab-content .tab-item .tabcontent-blk {
    width: 166px;
    cursor: pointer;
    position: relative;
    display: block;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    min-height: 93px;
    /*background: #FAFAFA;*/
    margin: 0px 3px 6px;
    padding: 6px 13px;
}

.tab-content .tab-item .tabcontent-blk:hover {
    background: #FAFAFA;
    transition: 0.3s;
}

.tab-content .tab-item .tabcontent-blk img {
    margin-block-start: 10px;
    margin-block-end: 45px;
    display: block;
    width: 100%;
    max-height: 80px;
}

.tab-content .tab-item .tabcontent-blk .text-div {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.tab-content .tab-item .tabcontent-blk .text-div h5.tabcontent-text {
    font-size: 1.10rem;
    color: #6C757D;
}

@media (max-width: 479px) {
    .tab-content .tab-item .tabcontent-blk {
        width: 47%;
        min-height: 50px;
        padding: 6px 10px;
    }
    .tab-content .tab-item .tabcontent-blk .text-div h5.tabcontent-text {
        font-size: 0.9rem;
        color: #6C757D;
    }
}


/* 
Hero image
 */

.hero-image {
    height: 100%;
    width: 100%;
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    background-image: url(../images/Cover-For-Transperant-2.jpg);
}

.about-us .overlay {
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    position: fixed;
    z-index: 0;
}

.section-about-us-bg{
    background: #0f2031;
    color: white;
}

.section-about-us-bg .bannerH1{
    color: #4bc4d5;
}

/* Floating Download Button */
.float{
    position: fixed;
    width: 200px;
    height: 50px;
    font-family: 'Euclid Square';
    bottom: 40px;
    right: 40px;
    background-color: #00c3cc;
    color: #FFF;
    border-radius: 8px;
    font-size: medium;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    z-index: 1000;
}

.float:hover { 
    text-decoration: none; 
    color: grey;
}

.my-float{
	margin-left: 4px;
    margin-top: 17px;
}