/*Variable*/
@media (min-width: 1200px) {
    .col-xxl-1-5 {
        -ms-flex: 0 0 12.333333%;
        flex: 0 0 12.333333%;
        max-width: 12.333333%;
    }
     .col-xxl-2-5 {
        -ms-flex: 0 0 21%;
        flex: 0 0 21%;
        max-width: 21%;
    }
}
.partner-logo img {
    width: 100%;
    height: 75px;
    object-fit: contain;
}
.section {
	padding: 40px 0;
}
.entry .read-more-news {
	color: #283d98;
}
.menu-vertical>li {
    position: relative;
    float: none;
    margin-left: -1px;
    margin-right: -1px;
    text-align: center;
}

.menu-vertical>li>a {
    display: block;
    font-weight: 500;
    font-size: 1.4rem;
    border-radius: 10px;
    text-transform: uppercase;
    letter-spacing: .005rem;
    padding: 1rem 1.7rem;
    color: #fff;
    background-color: var(--main-color);
    border-top: 1px solid #e6ebee;
    transition: all .35s;
}

.menu-vertical>li:first-child>a {
    border-top: none;
}

.menu-vertical>li i {
    margin-right: 12px;
}

.menu-vertical .list_menu>ul>li {
    margin-bottom: 7px;
    transition: all 0.3s ease;
}

.menu-vertical .list_menu>ul li a {
    display: block;
    font-size: 14px;
}

.menu-vertical .list_menu>ul>li>a {
    display: block;
}

.menu-vertical li.megamenu-container {
    position: relative;
}

.menu-vertical {
    width: 220px;
    height: 41px;
    margin-bottom: 0;
}

.menu-vertical .list_menu>ul {
    display: flex;
    flex-direction: column;
}

.menu-vertical .list_menu {
    overflow: hidden;
    max-height: 0px;
    max-width: 0px;
    opacity: 0;
    padding: 20px 20px;
    -webkit-transform: perspective(600px) rotateX(-90deg);
    -moz-transform: perspective(600px) rotateX(-90deg);
    -ms-transform: perspective(600px) rotateX(-90deg);
    -o-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    -o-transition: -o-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    transition: transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    box-shadow: 0px 3px 25px 0px rgb(31 38 67 / 10%);
    -o-box-shadow: 0px 3px 25px 0px rgba(31,38,67,0.1);
    -moz-box-shadow: 0px 3px 25px 0px rgba(31,38,67,0.1);
    -webkit-box-shadow: 0px 3px 25px 0px rgb(31 38 67 / 10%);
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    position: absolute;
    top: 100%;
    z-index: 99;
    right: 0;
    text-align: left;
    width: 100%;
    background-color: #fff;
    min-width: 220px;
    z-index: -1;
}

.menu-vertical:hover .list_menu {
    z-index: 99;
    overflow: visible;
    max-height: 3000px;
    max-width: 3000px;
    opacity: 1;
    -webkit-transform: perspective(600px) rotateX(
0deg);
    -moz-transform: perspective(600px) rotateX(0deg);
    -ms-transform: perspective(600px) rotateX(0deg);
    -o-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotateX(
0deg);
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    -o-transition: -o-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
}

.menu-vertical:hover>li:first-child>a {
	border-radius: 10px 10px 0 0;
}

.menu.menu-vertical .megamenu:not(.megamenu-fixed-width) {
    width: 721px;
}

.menu.menu-vertical ul ul {
    top: -1rem;
}

.menu.menu-vertical.sf-arrows>li>a {padding-right: 2.8rem;}

.menu.menu-vertical.sf-arrows .sf-with-ul {
    position: relative;
}

.menu.menu-vertical.sf-arrows li ul .sf-with-ul::after {
    content: '\e81a';
    top: 50%;
    right: 0.2rem;
    margin-top: -1px;
    color: #000;
}

.menu.menu-vertical>li {
    background-color: #fbcc23;
    /* width: max-content; */
}

.menu.menu-vertical>li>a {
    color: #fff;
    border-color: #fbcc23;
    background-color: #fbcc23;
    /* width: max-content; */
}

.menu.menu-vertical>li ul li.shoot:hover:before,
.menu.menu-vertical>li ul li.shoot.show:before {
    content: "";
    position: absolute;
    top: 50%;
    right: -18px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 20px solid #fbcc23;
    z-index: 1040;
}

.menu.menu-vertical>li ul li:hover, .menu.menu-vertical>li ul li.show {
    background-color: #fbcc23;
}

.menu.menu-vertical>li ul li:hover>a,
.menu.menu-vertical>li ul li.show>a {
    color: #fff;
}
/*End variable*/

/* Category */

.category-lists .item .image {
    margin-bottom: 10px;
    padding: 10px;
    background-color: #eef9f1;
}

.category-lists .owl-item:nth-child(5n+1) .image {
    background-color: #eef9f1;
}

.category-lists .owl-item:nth-child(5n+2) .image {
    background-color: #faf7ee;
}

.category-lists .owl-item:nth-child(5n+3) .image {
    background-color: #eeeeee;
}

.category-lists .owl-item:nth-child(5n+4) .image {
    background-color: #f1f1f1;
}

.category-lists .owl-item:nth-child(5n+5) .image {
    background-color: #f8f6ed;
}

.category-lists .item .image img {
    height: 130px;
    object-fit: contain;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.category-lists .item:hover .image img {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -moz-transform: scale3d(1.05, 1.05, 1.05);
    -ms-transform: scale3d(1.05, 1.05, 1.05);
    -o-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
}
/* End category */

/*About*/
.intro-section {
    position: relative;
    overflow: hidden;
    padding: 30px 0;
}

.intro-section:after {
    content: '';
    width: 100%;
    height: 41%;
    position: absolute;
    top: 32%;
    left: -48%;
    background-color: #f1f1f9;
    z-index: -1;
    transform: rotate(50deg);
}

.intro-section .content:after {
    content: '';
    width: 16%;
    height: 1px;
    background-color: rgb(51 51 51 / 30%);
    position: absolute;
    bottom: 0;
    left: 15px;
    z-index: 10;
}

.intro-section .content {
    padding-bottom: 20px;
}

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

/*End about*/

/*Project*/
.project-group-title {
    margin-top: -130px;
}

.project-group-content {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 50px 0;
}

.project-group-content:after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgb(40 61 152 / 70%);
    position: absolute;
    top: 0;
    left: 0;
}

.project-group-content .image img {
    height: 270px;
    object-fit: cover;
}

.project-title {
    color: #fff;
    font-size: 1.8rem;
    margin-bottom: 0;
    margin-top: 15px;
    text-align: center;
}

.project-title a {
    color: inherit;
}

.project-title a:hover {
    color: rgb(109 207 246);
}

@media screen and (min-width: 992px) {

    .projects-carousel.owl-carousel .owl-nav button.owl-prev,
    .projects-carousel.owl-carousel .owl-nav button.owl-next {
        color: #fff;

    }

    .projects-carousel.owl-theme .owl-nav .owl-prev {
        left: -25px;
    }

    .projects-carousel.owl-theme .owl-nav .owl-next {
        right: -25px;
    }
}

@media screen and (max-width: 991px) {
	.project-group-title {
	    margin-top: 0;
	}

	.project-group-content .image img {
	    height: 155px;
	}
}

/*End project*/

/*News*/

.card-blog {
    padding: 40px 20px;
    position: relative;
    border-radius: 8px;
}


.blog-slider {
    background-size: 120%;
    background-position: bottom;
}

.news-carousel.owl-theme .owl-nav [class*='owl-'] {
      position: relative;
    top: 0;
    transform: unset;
    margin: 5px;
    font-size: 2rem;
    padding: 4px 12px;
    background: #28a745;
    color: #fff;
    display: inline-block;
    cursor: pointer;
    border-radius: 5px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;

}
.news-carousel.owl-theme .owl-nav [class*='owl-']:hover {
    background: #2ad952;
}


.news-carousel.owl-theme .owl-nav .owl-prev {
    right: 0;
}

.blog-slider .entry {
    margin-bottom: 15px;
    padding: 0;
}

.blog-slider .entry-media {
    margin: 0;
    position: relative;
    border-radius: 10px;
}

.blog-slider .entry-media img {
    height: 210px;
    object-fit: cover;
    border-radius: 8px;
}

.blog-slider .entry-date {
    background-color: #65829d;
    box-shadow: none;
    color: #fff;
    display: block;
    float: none;
    font: 400 1.8rem/1 "Oswald", sans-serif;
    height: 5.3rem;
    left: .7rem;
    letter-spacing: .1rem;
    margin: 0;
    padding: 0;
    padding-top: 1rem;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: .7rem;
    width: 4.4rem;
}

.blog-slider .entry-date span {
    display: block;
    font-size: 1.3rem;
    margin-top: .2rem;
}

.blog-slider .entry-body {
    border: 0;
    margin: 0;
    margin-left: 0;
    padding: 2rem 0 0;
}

.blog-slider .entry-title {
    font-size: 1.8rem;
    margin-bottom: .8rem;
    color: #2b2b2d;
}

.blog-slider .entry-title a {
    color: inherit;
}

.blog-slider .entry-title a:hover {
    color: #28a745;
}

.blog-slider .entry-content {
    font-size: 1.4rem;
    letter-spacing: 0;
    line-height: 1.7;
    margin-top: 7px;
}

.blog-slider .entry-content p {
    margin-bottom: 0.7rem
}

/*End news*/

/*Register*/
.registration-section {
	position: relative;
    padding-top: 4rem;
    padding-bottom: 0.5rem;
    background-color: #202020;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0;
    color: #fff;
    text-align: center;
}

.registration-section::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: hsl(229deg 58% 38% / 85%);
    z-index: 1;
}

.registration-section .container {
    position: relative;
    z-index: 2;
}

.registration-section .subtitle {
    color: #FFF;
}

.registration-section .subtitle:before {
    background-color: #fff;
}

.registration-section .subtitle:after {
    background-color: #fff;
}

.registration-section form .form-control {
	height: 4.5rem;
	max-width: none;
    background-color: rgb(238 238 238 / 60%);
    color: #fff;
    border: 0;
}

.registration-section form .form-control:focus {
    background-color: rgb(255 255 255 / 70%);
    color: #283d98;
}

.registration-section .form-control::-webkit-input-placeholder {
    color: rgb(255 255 255 / 90%);
}

.registration-section .form-control::-moz-placeholder {
    color: rgb(255 255 255 / 90%);
}

.registration-section .form-control:-ms-input-placeholder {
    color: rgb(255 255 255 / 90%);
}

.registration-section .form-control::-ms-input-placeholder {
    color: rgb(255 255 255 / 90%);
}

.registration-section .form-control::placeholder {
    color: rgb(255 255 255 / 90%);
}

@media screen and (min-width: 768px) {
	.registration-section form {
		margin: 0 100px;
	}
}

/*End register*/

/*Brands*/
/* .partners-container {
    padding-top: 4rem;
    padding-bottom: 4rem;
} */

.partners-container .image img {
    height: 180px;
    object-fit: cover;
}


.partners-container.contact-bot form {
    margin-left: unset;
    margin-top: 15px;
}

.footer a.logo {
    display: inline-block;
    padding: 20px;
    background: #fff;
}

.partners-container.contact-bot {
    color: #fff;
    display: inline-block;
    /* margin-bottom: 30px; */
    font-weight: bold;
    margin-left: auto;
}

.partners-container .partner {
    position: relative;
    display: block;
    margin: -30px 15px 0;
    padding: 18px;
    border-radius: 8px;
    background-color: #fff;
}

.partners-container .partner img {
    height: 49px;
    object-fit: contain;
}


.partners-container.contactbott form {
    
}

@media screen and (max-width: 767px) {
    .partners-container {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}
/*End brands*/

/*Footer*/

.footer-group {
	border-radius: 7px;
}

.footer-group .footer-top {
    padding: 40px 20px;
    border-bottom: 1px solid #eee;
}

.widget-title-link {
	font-size: 17px;
	color: #fff;
	margin-bottom: 0;
}

@media screen and (min-width: 992px) {
	.border-lg-right {
		border-right: 1px solid rgb(238 238 238 / 50%);
	}
}

@media screen and (max-width: 767px) {
	.widget-title-link {
		margin: 20px 0 8px;
	}

	.widget-title-link br {
		display: none;
	}

}
/*End footer*/

/*Page about*/
.list-info li {
	margin-bottom: 15px;
}

.list-info li h5{
	font-size: 1.6rem;
    color: #283d98;
    margin-bottom: 0.8rem;
    padding-bottom: 0.4rem;
    text-transform: uppercase;
    border-bottom: 2px solid #eee;
}

.section-activity [class*='item-'] {
	margin-bottom: 20px;
    background-color: #1c4a98;
    color: #fff;
}

.section-activity [class*='item-'] .col-md-9 {
	padding: 20px 30px;
	overflow: hidden;
}

.section-activity [class*='item-'] img {
    height: 196px;
    object-fit: cover;
    width: 100%;
}

.section-activity .visibility {
	position: absolute;
    right: -10px;
    top: -120px;
    font-size: 269px;
    font-family: 'ExtraBold';
    color: hwb(0deg 86% 14% / 30%);
}

.team-section [class*='item-'] .image {
	position: relative;
	padding: 20px;
}

.team-section [class*='item-'] .image:after {
	content: '';
	width: 40%;
	height: 70%;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #1c4a98;
	z-index: -1;
}

.team-section .item-even .image:after {
	right: 0;
	left: unset;
}

.team-section [class*='item-'] .content-name {
	position: relative;
	color: #1c4a98;
	font-size: 2rem;
}

.team-section [class*='item-'] .content-position {
	font-family: Bold;
	margin-bottom: 1rem;
}

.content-description {
	text-align: justify;
}

@media screen and (max-width: 991px) {
    .section-activity [class*='item-'] {
    	overflow: hidden;
    }
    .team-section [class*='item-'] .image {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 767px) {
    .team-section [class*='item-']+[class*='item-'] .image:before {
        content: '';
        width: 100%;
        height: 1px;
        background: #eee;
        position: absolute;
        left: 0;
        top: 10px;
    }
    
    .section-activity .visibility {
        top: -63px;
        font-size: 195px;
    }
}

@media screen and (min-width: 992px) {
    .team-section .item-odd .content-name:before {
    	content: '';
        position: absolute;
        left: -25px;
        top: 4px;
        width: 0;
        height: 0;
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        border-right: 7px solid #333;
    }
    
    .team-section .item-even .content-name:before {
    	content: '';
        position: absolute;
        right: -25px;
        top: 4px;
        width: 0;
        height: 0;
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        border-left: 7px solid #333;
    }
}

/*End page about*/
/*Page product*/
.page-product .featured-section:before, .page-product .featured-section:after {
	content: none;
}
/*End page product*/
/*Page service*/
.service-page .entry-media img {
	height: 200px;
	object-fit: cover;
	width: 100%;
}
/*End page service*/
/*Page manufacturing*/
.manufacturing-page .item {
	margin-bottom: 2rem;
}

.manufacturing-page .item h2 {
	color: #fff;
	background-color: #283d98;
	text-align: center;
	padding: 7px 15px;
	text-transform: uppercase;
}

.manufacturing-page .item {
	font-size: 1.7rem;
}

.manufacturing-page .item ul {
	list-style: disc;
	padding-left: 2rem;
	font-size: 1.7rem;
	margin-bottom: 1rem;
}

@media screen and (min-width: 992px) {
	.manufacturing-page .item {
		font-size: 2rem;
	}

	.manufacturing-page .item ul {
		font-size: 2rem;
	}
}
/*End Page manufacturing*/

/*Project page*/
.project-item .image {
	margin-bottom: 15px;
}

.project-item .image img {
	height: 270px;
	object-fit: cover;
	width: 100%;
}

.project-item .heading {
	font-size: 2rem;
    color: #283d98;
    margin-bottom: 1rem;
    padding-bottom: 0.8rem;
    text-transform: uppercase;
    border-bottom: 2px solid #eee;
}

.project-item .heading > a {
	color: inherit;
}

.project-item .heading > a:hover {
	color: #d71a21;
}

@media screen and (min-width: 992px) {
	.project-item .image img {
		height: 380px;
	}
}

/*End project page*/

/*Page Blog*/
.blog-page .entry-media img {
	height: 170px;
	object-fit: cover;
	width: 100%;
}
/*End page blog*/

/*Recruitment page*/
.recruitment-page .entry-media img {
	height: 220px;
	object-fit: cover;
	width: 100%;
}
/*End recruitment page*/

/*Contact page*/
.block-contact-infos {
	font-size: 1.6rem;
	background-color: #28a745;
	padding: 25px;
	color: #fff;
}

.block-contact-infos img {
    width: 25px !important;
}

.block-contact-infos a {
	color: inherit;
}

.block-contact-infos .phone {
	padding: 1rem 0;
	border-bottom: 1px solid rgb(162 179 255 / 30%);
}

.block-contact-infos .email {
	padding-top: 1rem;
	border-top: 1px solid rgb(162 179 255 / 30%);
}

.block-contact-infos .contact-info {
	margin: 10px 0;
}

.block-contact-infos .contact-info li {
	line-height: 30px;
}

.contact-page .form-control {
	max-width: none;
}

.contact-page .form-footer .btn {
	font-size: 2rem;
    background-color: #28a745;
    border-color: #28a745;
	border-radius: 0;
}

@media screen and (max-width: 767px) {
    .block-contact-infos {
        margin-bottom: 20px;
    }
}

/*End contact page*/
.max-heght{
    max-heght:240px!important;
}
.product-price a {
    text-decoration: none;
}

.swal-overlay--show-modal {
    opacity: 1;
    pointer-events: auto;
}
.fa {
    
    padding-right: 5px;
}
.btn {
    border-radius:6px!important;
}

