@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
    width: 100%;
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
}

.header {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background: url(../images/ban_bg.webp);
    background-size: cover!important;
    background-position: center;
    border-bottom-left-radius: 50% 50px;
    border-bottom-right-radius: 50% 50px;
    will-change: transform,opacity,filter;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-repeat: no-repeat;
    overflow: hidden;
    z-index: 1;
}

.header__menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 1001;
    transition: .5s;
}

.header__menu.fixed {
    background: #00247E;
    -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
}

.header__menu .container {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.header__menu_content {
    display: flex;
    flex-wrap: wrap;
}

.logo {
    align-self: center;
}

.banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90vh;
    display: flex;
    justify-content: center;
    z-index: 0;
    perspective: 500px;
    overflow: hidden;
}

.banner__item {
    position: relative;
    width: 60vw;
    transform: perspective(900px) rotate3d(0, 1, 1, 7deg);
    top: 2rem;
    left: 0;
}

.banner__item img {
    width: 100%;
}

.menu {
    align-self: center;
    display: flex;
    flex-wrap: wrap;
}

.menu__list {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
}

.menu__item {
    display: inline-block;
    position: relative;
}

.menu__link {
    color: #fff;
    display: block;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    position: relative;
    font-weight: 600;
    text-transform: capitalize;
    margin: 20px;
    font-size: 17px;
}

.menu__link:hover {
    color: #e5e5e5;
    text-decoration: none;
}

.menu__link i {
    transform: rotate(135deg);
}

.phone-link::before {
    content: '';
    position: absolute;
    top: -.25rem;
    left: -.5rem;
    width: calc(100% + 1rem);
    height: calc(100% + .5rem);
    border: thin solid #FFFFFF;
    border-radius: 4px;
}

.order {
    align-self: center;
    padding: 0 1rem;
    margin-left: 1rem;
}

.order__button {
    -moz-user-select: none;
    background: #0c5adb;
    border: medium none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    margin-bottom: 0;
    padding: 10px 30px;
    text-align: center;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    border-radius: 5px;
    border: 2px solid #0c5adb;
    font-weight: 600;
}

.order__button:hover {
    border: 2px solid #00247E;
    background: #00247E;
    color: #fff;
}

.header__menu.fixed .order__button {
    color: #0c5adb;
    background: #fff;
    border: 2px solid #fff;
}

.header__menu.fixed .order__button:hover {
    background: #fff;
    color: #00247E;
}

.header__content {
    position: relative;
    width: 100vw;
    min-height: 100vh;
    display: flex;
    justify-content: center;
}

.c-box {
    align-self: center;
    color: #FFFFFF;
    text-align: center;
    text-shadow: 1px 1px 2px rgba(0,0,0,.2);
}

.c-box__title {
    font-size: 65px;
    text-transform: none;
    font-weight: 800;
    color: #fff;
    margin: 0;
    line-height: 1.1;
    padding-top: 13rem;
}

.c-box__button {
    padding-top: 3rem;
}

.c-box__button_item {
    background: #0c5adb;
    padding: 16px 32px;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    transition: .5s;
    position: relative;
    overflow: hidden;
    z-index: 44;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
}

.c-box__button_item::before {
    position: absolute;
    content: "";
    top: 0px;
    height: 100%;
    left: -25%;
    width: 0%;
    background: #00247E;
    transform: skew(50deg);
    transition-duration: .6s;
    z-index: -1;
}

.c-box__button_item:hover:before {
    width: 180%;
}

.c-box__button_item>i {
    margin-left: 5px;
    transform: translateY(1px);
}


.flipbox_area {
    padding: 5rem 0;
}

.techno_flipbox_font {
    border: 1px solid #0c5adb;
    border-radius: 8px;
}
.flipbox .section_main_title h1 {
    color: #fff;
}
.flipbox .section_sub_title h6 {
    color: #fff;
}
.flipbox .section_title{
	margin-bottom:30px;
}
.techno_flipbox {
	perspective: 1000px;
	position: relative;
	transform-style: preserve-3d;
	-webkit-perspective: 1000px;
	-webkit-transform-style: preserve-3d;
	z-index: 1;
}
.techno_flipbox .techno_flipbox_font,
.techno_flipbox .techno_flipbox_back {
	min-height: 250px;
	height: auto;
	box-shadow: 0px 1px 51.3px 5.7px rgba(137,143,156,.15);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: rotateX(0);
	-webkit-transform: rotateX(0);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	transition: transform .7s ease, -webkit-transform .7s ease;
	position: relative;
}

.techno_flipbox .techno_flipbox_back::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom,transparent -80%,#00247e);
}

.icon {
    font-size: 45px;
    line-height: 45px;
}

.top_feature.two .icon {
    color: #fff;
    font-size: 40px;
    line-height: 90px;
    height: 90px;
    width: 90px;
    background: #0c5adb;
    border-radius: 33% 66% 70% 30%/49% 62% 38% 51% !important;
}

.techno_flipbox .techno_flipbox_inner {
	text-align: center;
	padding: 0 25px;
	border-radius: 2px;
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	perspective: inherit;
	-webkit-perspective: inherit;
	outline: transparent solid 1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
	transform: translateY(-50%) translateZ(60px) scale(0.94);
	z-index: 2;
}
.techno_flipbox_icon {
	font-size: 45px;
	text-align: center;
	display: inline-block;
	color: #fff;
	overflow: hidden;
}
.techno_flipbox_font .flipbox_desc p {
    color: #fff;
}
.techno_flipbox .flipbox_title h3 {
    font-size: 22px;
    padding-top: 13px;
    text-transform: capitalize;
    -webkit-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    color: #fff;
}
.techno_flipbox .techno_flipbox_back {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	border-radius: 2px;
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.techno_flipbox .techno_flipbox_back .flipbox_button a {
    text-transform: capitalize;
    margin-top: 22px;
    background: #fff;
    color: #0c5adb;
    display: inline-block;
    padding: 4px 25px;
    border-radius: 5px;
    border: 2px solid #fff;
    transition: .5s;
}

.techno_flipbox .techno_flipbox_back .flipbox_button a i {
	display: none;
}
.techno_flipbox .techno_flipbox_back .flipbox_title h3 {
	padding-bottom: 16px;
	padding-top: 0;
	color: #fff;
	margin-bottom: 0;
}

.flipbox_desc a {
    display: block;
    padding-top:.5rem;
}


/* Flipbox Hover Css */
.techno_flipbox:hover .techno_flipbox_font {
	-webkit-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
}
.techno_flipbox:hover .techno_flipbox_back {
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}
.techno_flipbox .techno_flipbox_back .flipbox_button a:hover {
	color: #fff;
	border-color: #0c5adb;
	background: #0c5adb;
}

.pages .techno_flipbox .techno_flipbox_font .flipbox_title h3 {
    color: #444;
}
.pages .techno_flipbox_font .flipbox_desc p {
    color: #666;
}

.top_feature .techno_flipbox .techno_flipbox_font {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.10);
    border: 0;
}
.top_feature .techno_flipbox .techno_flipbox_back {
    background: #ffffff;
	box-shadow:0 5px 20px rgba(0,0,0,0.10);
	border-radius:8px;
}
.top_feature .techno_flipbox .techno_flipbox_inner {
    padding: 0 30px;
}
.top_feature .techno_flipbox .techno_flipbox_back::before {
    display:none;
}
.top_feature .icon {
    color: #0c5adb;
    font-size: 45px;
    display: inline-block;
    line-height: 46px;
}
.top_feature .techno_flipbox .flipbox_title h3 {
    font-size: 20px;
    color: #232323;
    font-weight: 700;
}

.mb-30 {
    margin-bottom: 1rem;
}

.about {
    margin-bottom: 3rem;
}

.about__prev {
    letter-spacing: 5px;
    color: #0c5adb;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: .5rem;
}

.about__title {
    font-size: 32px;
    margin: 0;
    letter-spacing: -1px;
    font-weight: 800;
}

.about__title_text {
    color: #0c5adb;
}

.about__text {
    padding: 2rem 0;
}

.em_bar {
	background: #f0f2f5 none repeat scroll 0 0;
	height: 2px;
    margin: 5px 0;
	width: 62px;
	
}
.text_left .em_bar {
    margin: 0;
}
.em_bar_bg {
	height: 5px;
    width: 90px;
    background: #f0f2f5;
    margin: 20px auto;
    position: relative;
    border-radius: 30px;
}
.em_bar_bg:before {
    content: '';
    position: absolute;
    left: 0;
    top: -2.7px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #0C5ADB;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: MOVE-BG;
    animation-name: MOVE-BG;
}
@-webkit-keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(88px);
            transform: translateX(88px);
  }
}

@keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(88px);
            transform: translateX(88px);
  }
}

.about__text_list {
    border-left: 1px solid #ddd;
    list-style-type: none;
    padding: .5rem 2rem;
    color: #616161;
}
.about__text_list-item {
    margin-bottom: .5rem;
}

.about__text_list-item:last-child {
    margin-bottom: 0;
}

.about__photo img {
    width: 100%;
    border-radius: 10px;
    cursor: pointer;
}

.align-center {
    align-self: center;
}

.about__photo_one {
    border: 4px solid #74A1C5;
    border-radius: 10px;
    width: 90%;
    position: relative;
    z-index: 1;
    transition: .3s;
}

.about__photo_one:hover {
    z-index: 9;
}

.about__photo_two {
    width: 90%;
    margin-left: 10%;
    border: 4px solid #FFFEF7;
    transform: translateY(-35px);
    border-radius: 10px;
    position: relative;
    z-index: 5;
    transition: .3s;
}

.action-photo.open {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    text-align: center;
    width: 100%!important;
    margin: 0;
    height: 100vh;
    background: rgba(0,0,0,.8);
    transform: translateY(0);
    border: 0;
    display: flex;
    justify-content: center;
}

.action-photo.open div {
    align-self: center;
}

.action-photo.open img {
    position: relative;
    max-height: 100vh;
    max-width: 100%;
}

.action-photo.open img:hover {
    transform: scale(1.0);
}

.product {
    padding: 5rem 0;
    background: #EFF2F7;
}

.product__prev {
    letter-spacing: 5px;
    color: #0c5adb;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
}

.product__title {
    font-weight: 800;
    margin: 0;
    text-align: center;
    font-size: 32px;
}

.product__bar {
    display: flex;
    justify-content: center;
}

.product__bar .em_bar_bg {
    background: #FFFFFF;
}

.c-product__image_block {
    display: block;
    width: 100%;
    height: 220px;
    position: relative;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}

.c-product__image_block-photo {
    max-width: 100%;
    min-height: 220px;
    position: absolute;
    object-fit: cover;
    transition: .5s;
    cursor: pointer;
}

.c-product {
    background: #FFFFFF;
    margin-bottom: 2rem;
    border-radius: 10px;
    box-shadow: 2px 10px 50px rgba(158,158,158,.25);
    transition: .5s;
}

.c-product:hover {
    box-shadow: 2px 10px 50px rgba(158,158,158,.75);
}

.c-product:hover .c-product__image_block-photo {
    transform: scale(1.2);
}

.product__list {
    padding: 3rem 0;
}

.c-product__text {
    padding: 1rem;
}

.c-product__text_item {
    color: #616161;
    font-size: .9em;
}

.c-product__text_list {
    list-style-type: none;
    font-weight: 500;
}

.up-box {
    display: flex;
    flex-wrap: wrap;
}

.up-box__button {
    background: #FFFFFF;
    width: 100px;
    height: 100px;
    align-self: center;
    position: relative;
    border: thin solid #e5e5e5;
    margin: .25rem;
}

.upload-doc__item {
    display: flex;
    width: 100px;
    height: 100px;
    justify-content: center;
}

.up-box__buttons {
    display: block;
    font-size: .8em;
}

#fileElem {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

#fileinput {
    align-self: center;
    text-align: center;
    color: #444444;
    cursor: pointer;
}

#fileinput .icon-plus {
    font-size: 1.5em;
}

#loaderdoc {
    text-align: center;
    align-self: center;
    position: relative;
    width: 100px;
    height: 100px;
}

#loaderdoc img {
    max-width: 40px;
}

.up-box__loader {
    padding-top: 30px;
    display: inline-block;
}

.js-progress {
    position: absolute;
    top: 5px;
    left: 0;
    font-size: .8em;
    width: 100%;
    text-align: center;
}

.js-total {
    position: absolute;
    bottom: 5px;
    left: 0;
    font-size: .8em;
    width: 100%;
    text-align: center;
}

.up-box__file {
    display: flex;
    flex-wrap: wrap;
}

.up-box__file-item {
    width: 100px;
    height: 100px;
    overflow: hidden;
    position: relative;
    margin: .25rem;
}

.up-box__file-item img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    min-height: 100px;
    min-width: 100px;
    max-width: 100%;
    max-height: 100%;
}

.up-box__file-delete {
    position: absolute;
    top: .25rem;
    right: .25rem;
    background: rgba(0,0,0,.5);
    color: #FFFFFF;
    z-index: 9;
    padding: 1px 5px 0 5px;
    cursor: pointer;
    transition: .3s;
}

.up-box__file-delete:hover {
    background: rgba(0,0,0,.8);
}

.contact {
    position: relative;
}

.contact__content .container {
    position: relative;
    align-self: center;
}


.contact__content {
    position: absolute;
    top: 0;
    left: 10%;
}

.contact__content_item {
    background: rgba(0,0,0,.8);
    color: #FFFFFF;
    padding: 2rem 1rem;
    border-radius: 4px;
    position: absolute;
    top: 2rem;
    left: 0;
    width: 266px;
}

.contact__content_item-text {
    padding-top: 1rem;
}

.contact__content_item-text h4 {
    color: #0066B3;
    text-align: center;
}

.contact__content_item-text p {
    padding: .5rem 0;
}

.contact .fa-phone {
    transform: rotate(140deg);
}

.copy {
    background: #262626;
    padding: 1rem 0;
    color: #e5e5e5;
}

.author {
    color: #333;
    transition: .3s;
}

.author:hover {
    color: #777;
}

.web {
    display: block;
}

.wap {
    display: none;
}



@media(max-width:1200px){

.banner__item {
    padding-top: 3rem;
}

}





@media(max-width: 992px){
    
.menu {
    position: absolute;
    top: 100%;
    left: -150vw;
    transition: .3s;
}
    
.menu.open {
    left: 0;
}
    
.menu__list {
    width: 100vw;
    background: rgba(0,0,0,.8);
}

.menu__item {
    max-width: 100%;
    flex: 0 0 100%;
}

.menu__link {
    margin: .5rem;
    padding: .5rem;
}

.logo, .header__menu_content {
    max-width: 50%;
    flex: 0 0 50%;
}

.header__menu .container {
    padding: .5rem 15px;
}

.order {
    width: 100%;
    text-align: right;
}

.c-box__title, .c-box__title_text {
    font-size: 25px;
    padding-top: 45vh;
}

.about__title {
    font-size: 25px;
}

.order__button {
    padding: 3px 30px;
}

.order__button.wap {
    padding: 3px 20px;
}

.c-box__button_item {
    padding: 7px 30px;
}

.banner__item {
    width: 100vw;
    top: 4rem;
}

.banner__item img {
    min-width: 110%;
    height: 300px;
    position: relative;
    left: -1rem;
}

.web {
    display: none;
}

.wap {
    display: block;
}



}

@media(max-width: 500px){

.contact__content {
    position: relative;
    padding: 1rem;
    left: 0;
}

.contact__content_item {
    position: relative;
    width: 100%;
    background: #FFFFFF;
    top: 0;
}

.contact__content_item-text {
    color: #262626;
}

.contact__content_item picture {
    background: #00247E;
    display: block;
    padding: 1rem;
    border-radius: 4px;
}

.c-box__title, .c-box__title_text {
    font-size: 25px;
    padding-top: 45vh;
}

}

@media(max-height: 400px){

.order__button {
    padding: 3px 30px;
}

.c-box__button_item {
    padding: .25rem 2rem;
}

.col-lg-3.col-md-6.col-sm-12.col-xs-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.banner__item img {
    height: 300px;
}

.banner__item {
    width: 60vh;
    left: 0;
    padding: 0;
    top: 0;
}

.banner__item {
    width: 70vw;
    padding-top: 3rem;
}

.c-box__title, .c-box__title_text {
    font-size: 25px;
    padding-top: 8rem;
}

}