@charset "utf-8";

/* CSS Document */

@media (min-width: 1200px) {
    /* > 1024*/
    .topbar,
    #nav,
    #motion,
    .shortcut {
        /*, #nav*/
        display: block;
    }
    .navbar {
        display: none;
    }
    .facebook-box {
        display: block;
    }
    .menu-fix-height {
        height: 234px;
    }
    .portfolio .text {
        height: 78px;
    }
    .select-acc {
        width: 49% !important;
        ;
    }
}

@media (max-width: 1200px) {
    /* <= 1024*/
    .nav-29-1 {
        display: none !important;
    }
    .topbar,
    #nav,
    #motion,
    .shortcut,
    #header-top {
        /*,#nav */
        display: none !important;
    }
    .navbar {
        display: block;
        background: #fff;
        border-bottom: 5px solid #388de4;
        position: fixed;
        z-index: 999;
        width: 100%;
    }
    .menu-fix-height {
        height: auto;
    }
    .portfolio .text {
        height: 78px;
    }
    #scale_form {
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -o-transform: scale(0.9);
        transform: scale(0.9);
    }
    .select-acc {
        width: 100% !important;
    }
    ol.carousel-indicators {
        /*  display:none; */
    }
}

@media (min-width: 576px) {
    .modal-video iframe {
        width: 100%;
        height: 300px;
    }
}

@media (min-width: 992px) {
    .modal-video iframe {
        width: 100%;
        height: 400px;
    }
}

@media (min-width: 1280px) {
    .modal-video iframe {
        width: 100%;
        height: 500px;
    }
}

@media (max-width: 1024px) {
    .facebook-box {
        display: none;
    }
    #nav-icon3 {
        height: 43px !important;
    }
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='000000' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='000000' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30px;
    color: #fff;
    text-align: center;
    opacity: 0.5;
}

.product .carousel-item {
    height: auto;
    /*   min-height: 500px;*/
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


/*
	.carousel-fade {
    .carousel-item {
	display: block;
	position: absolute;
	opacity: 0;
	transition: opacity .75s ease-in-out;
	
	&.active {
	opacity: 1;
	}
    }
}*/

.pic {
    /* display:table !important; */
    position: relative !important;
    overflow: hidden !important;
    text-align: center;
    width: 100%;
}

.pic>a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.pic img {
    position: relative;
    z-index: 1;
    border: none;
}

.pic_bg {
    position: absolute;
    top: -5%;
    left: -5%;
    width: 110%;
    height: 110%;
    background: #fff;
    -webkit-filter: blur(8px);
    -webkit-transform: translate3d(1, 1, 1);
    z-index: 0;
}

.navbar .navbar-brand {
    height: 100%;
    max-width: 100%;
    position: relative;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    text-align: center;
}

.navbar .navbar-brand img {
    width: 35px;
}

.navbar-light .navbar-toggler {
    z-index: 999;
    position: absolute;
    top: 10px;
}

#wrapper_holder {
    overflow-x: hidden;
    overflow: hidden;
}

.navbar .edit-menu-pen {
    position: relative;
    width: 100%;
    display: block;
}

.navbar .edit-menu {
    position: absolute;
    top: 2px;
    left: 90%;
    right: 8px;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
}

.modal-header .close {
    top: 0px !important;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 70%;
        margin: 30px auto;
    }
    .modal-header {
        display: block;
    }
}

@media (max-width: 425px) {
    .job_pro1 {
        width: 40% !important;
    }
    .job_pro2 {
        width: 30% !important;
    }
}