html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Open Sans", sans-serif;
}

*,
*:before,
*:after {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

body {
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    line-height: 1.625rem;
    font-weight: 400;
    color: #000;
    background:#e6e6e6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Ubuntu", sans-serif;
    font-weight: bold;
}
.bg-light {

    background-color: #fff !important;

}
.container {
    max-width: 1198px !important;
}

.img-responsive {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}
p{
    margin-bottom: 0px;
}

.img-slide {
    width: 100%;
    height: 480px;
    object-fit: cover;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    color: #262b49;
    text-decoration: none;
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
    color: #fff;
}

a i {
    padding: 0 2px;
}

ul > li > i {
    margin-right: 10px;
}

.btn-success {
    color: #fff;
    background-color: #312475;
    border-color: #312475;
}

.btn-success:hover {
    color: #fff;
    background-color: #5277de;
    border-color: #1e7e34;
}

/*-----------------------
	Support Bar
-----------------------*/
.support-bar-area {
	border-bottom: 1px solid #d8dadb;
    background-color:#312475;
}

.support-bar-area .support-bar-inner .left-content-area {
	display: inline-block;
	float: left;
}

.support-bar-area .support-bar-inner .left-content-area ul li {
	display: inline-block;
	margin: 0 17px;
}

.support-bar-area .support-bar-inner .left-content-area ul li:first-child {
	margin-left: 0;
}

.support-bar-area .support-bar-inner .left-content-area ul li a {
	color: #fff;
	font-size: 14px;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.support-bar-area .support-bar-inner .left-content-area ul li a:hover {
	color: #fff;
}

.support-bar-area .support-bar-inner .right-content-area {
	display: inline-block;
	float: right;
}

.support-bar-area .support-bar-inner .right-content-area ul li {
	display: inline-block;
	margin: 0 7px;
}

.support-bar-area .support-bar-inner .right-content-area ul li a {
	color: #fff;
	font-size: 14px;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.support-bar-area .support-bar-inner .right-content-area ul li a:hover {
	color: #fff;
}

/* medium tablet layout 599px */

@media only screen and (max-width: 599px) {
	.support-bar-area .support-bar-inner .left-content-area {
		float: none;
		display: block;
		text-align: center;
		margin-bottom: 10px;
	}

	.support-bar-area .support-bar-inner .right-content-area {
		float: none;
		display: block;
		text-align: center;
	}
}

/* mobile tablet layout 384px */

@media only screen and (max-width: 384px) {
	.support-bar-area .support-bar-inner .left-content-area ul li {
		margin: 0;
		display: block;
		margin-bottom: 10px;
	}
}
/*-----------------------
	End of Support Bar
-----------------------*/




.navbar {
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff !important;
    font-family: "Open Sans", sans-serif;
}

.navbar .navbar-brand img {
    padding: 5px;
    object-fit: contain;
}

.sticky-brand{
    height: 40px !important;
}
.navbar li {
    padding-left: 10px;
    padding-right: 10px;
}
.navbar a {
    color: #000 !important;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    text-transform: capitalize;
}

.navbar a.active {
     color: #da1313 !important;
}
.navbar a:hover {
    color: #da1313 !important;
}
.navbar .dropdown-menu {
    background-attachment: fixed;
    background-size: cover;
    z-index: 99999;
}

.navbar .dropdown-item:hover,
.navbar .dropdown-item:hover {
    color: #da1313 !important;
    text-decoration: none;
    background-color: transparent;
}
.navbar .dropdown-item.active,
.navbar .dropdown-item:active {
    color: black !important;
    text-decoration: none;
    background-color: #da1313;
}
.nav-link {
    cursor: pointer;
}

.effect-one > a,.effect-one > a.active {
    position: relative;
}
.effect-one > a:before,.effect-one > a.active:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    margin: -5px -8px;
    background-color: red;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transition: all 0.4s ease-in-out 0s;
}
.effect-one > a:hover:before,.effect-one > a.active:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.dropdown-menu {
    margin-top: 10px;
    background-color: #f3f6f9;
    border: 1px solid rgba(3, 27, 78, 0.1);
    border-radius: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
    top: calc(100% + 8px) !important;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    border-top-color: transparent;
    cursor: pointer;
}
.dropdown-menu:before {
    content: "";
    background-color: #f3f6f9;
    border-bottom-left-radius: 1px;
    border: 1px solid rgba(3, 27, 78, 0.1);
    height: 15px;
    position: absolute;
    left: calc(50% - 10px);
    top: -5px;
    width: 20px;
    -webkit-transform: rotate(135deg) translateZ(-1px);
    transform: rotate(135deg) translateZ(-1px);
}
.dropdown-menu .dropdown-item {
    transition: all 0.15s linear;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    padding: 6px 30px;
}
.dropdown-menu .dropdown-item .dropdown-item-icon {
    flex-basis: 21px;
}
.dropdown-menu .dropdown-item .dropdown-item-icon i {
    color: #2877f2;
}
.dropdown-menu .dropdown-item .dropdown-item-content {
    flex: 1 1 auto;
    padding-left: 16px;
}
.dropdown-menu .dropdown-item .dropdown-item-content .dropdown-item-title {
    color: #031b4e;
    margin: 0;
}
.dropdown-menu
    .dropdown-item
    .dropdown-item-content
    .dropdown-item-description {
    color: rgba(3, 27, 78, 0.7);
    margin: 0;
}
.dropdown-menu .dropdown-item:hover {
    background-color: #ffffff;
    border: 1px solid rgba(3, 27, 78, 0.1);
    box-shadow: 0 2px 4px rgba(3, 27, 78, 0.06);
    position: relative;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    z-index: 11;
    border-radius: 5px;
}

.dropdown-menu-center {
    left: 50% !important;
    right: auto !important;
    -webkit-transform: translate(-50%, 0) !important;
    transform: translate(-50%, 0) !important;
}

.dropdown-menu-sm {
    /* width: 200px; */
}
.dropdown-menu-sm .dropdown-item .dropdown-item-content {
    padding-left: 0px;
}

.dropdown-menu-md {
    /* width: 280px; */
}

.dropdown-menu-lg {
    /* width: 420px; */
}

/* Slogan */

.slogan {
    background-color: #ffffff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25'%3E%3Cdefs%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='0' x2='0' y1='0' y2='100%25' gradientTransform='rotate(240)'%3E%3Cstop offset='0' stop-color='%23ffffff'/%3E%3Cstop offset='1' stop-color='%234FE'/%3E%3C/linearGradient%3E%3Cpattern patternUnits='userSpaceOnUse' id='b' width='540' height='450' x='0' y='0' viewBox='0 0 1080 900'%3E%3Cg fill-opacity='0.1'%3E%3Cpolygon fill='%23444' points='90 150 0 300 180 300'/%3E%3Cpolygon points='90 150 180 0 0 0'/%3E%3Cpolygon fill='%23AAA' points='270 150 360 0 180 0'/%3E%3Cpolygon fill='%23DDD' points='450 150 360 300 540 300'/%3E%3Cpolygon fill='%23999' points='450 150 540 0 360 0'/%3E%3Cpolygon points='630 150 540 300 720 300'/%3E%3Cpolygon fill='%23DDD' points='630 150 720 0 540 0'/%3E%3Cpolygon fill='%23444' points='810 150 720 300 900 300'/%3E%3Cpolygon fill='%23FFF' points='810 150 900 0 720 0'/%3E%3Cpolygon fill='%23DDD' points='990 150 900 300 1080 300'/%3E%3Cpolygon fill='%23444' points='990 150 1080 0 900 0'/%3E%3Cpolygon fill='%23DDD' points='90 450 0 600 180 600'/%3E%3Cpolygon points='90 450 180 300 0 300'/%3E%3Cpolygon fill='%23666' points='270 450 180 600 360 600'/%3E%3Cpolygon fill='%23AAA' points='270 450 360 300 180 300'/%3E%3Cpolygon fill='%23DDD' points='450 450 360 600 540 600'/%3E%3Cpolygon fill='%23999' points='450 450 540 300 360 300'/%3E%3Cpolygon fill='%23999' points='630 450 540 600 720 600'/%3E%3Cpolygon fill='%23FFF' points='630 450 720 300 540 300'/%3E%3Cpolygon points='810 450 720 600 900 600'/%3E%3Cpolygon fill='%23DDD' points='810 450 900 300 720 300'/%3E%3Cpolygon fill='%23AAA' points='990 450 900 600 1080 600'/%3E%3Cpolygon fill='%23444' points='990 450 1080 300 900 300'/%3E%3Cpolygon fill='%23222' points='90 750 0 900 180 900'/%3E%3Cpolygon points='270 750 180 900 360 900'/%3E%3Cpolygon fill='%23DDD' points='270 750 360 600 180 600'/%3E%3Cpolygon points='450 750 540 600 360 600'/%3E%3Cpolygon points='630 750 540 900 720 900'/%3E%3Cpolygon fill='%23444' points='630 750 720 600 540 600'/%3E%3Cpolygon fill='%23AAA' points='810 750 720 900 900 900'/%3E%3Cpolygon fill='%23666' points='810 750 900 600 720 600'/%3E%3Cpolygon fill='%23999' points='990 750 900 900 1080 900'/%3E%3Cpolygon fill='%23999' points='180 0 90 150 270 150'/%3E%3Cpolygon fill='%23444' points='360 0 270 150 450 150'/%3E%3Cpolygon fill='%23FFF' points='540 0 450 150 630 150'/%3E%3Cpolygon points='900 0 810 150 990 150'/%3E%3Cpolygon fill='%23222' points='0 300 -90 450 90 450'/%3E%3Cpolygon fill='%23FFF' points='0 300 90 150 -90 150'/%3E%3Cpolygon fill='%23FFF' points='180 300 90 450 270 450'/%3E%3Cpolygon fill='%23666' points='180 300 270 150 90 150'/%3E%3Cpolygon fill='%23222' points='360 300 270 450 450 450'/%3E%3Cpolygon fill='%23FFF' points='360 300 450 150 270 150'/%3E%3Cpolygon fill='%23444' points='540 300 450 450 630 450'/%3E%3Cpolygon fill='%23222' points='540 300 630 150 450 150'/%3E%3Cpolygon fill='%23AAA' points='720 300 630 450 810 450'/%3E%3Cpolygon fill='%23666' points='720 300 810 150 630 150'/%3E%3Cpolygon fill='%23FFF' points='900 300 810 450 990 450'/%3E%3Cpolygon fill='%23999' points='900 300 990 150 810 150'/%3E%3Cpolygon points='0 600 -90 750 90 750'/%3E%3Cpolygon fill='%23666' points='0 600 90 450 -90 450'/%3E%3Cpolygon fill='%23AAA' points='180 600 90 750 270 750'/%3E%3Cpolygon fill='%23444' points='180 600 270 450 90 450'/%3E%3Cpolygon fill='%23444' points='360 600 270 750 450 750'/%3E%3Cpolygon fill='%23999' points='360 600 450 450 270 450'/%3E%3Cpolygon fill='%23666' points='540 600 630 450 450 450'/%3E%3Cpolygon fill='%23222' points='720 600 630 750 810 750'/%3E%3Cpolygon fill='%23FFF' points='900 600 810 750 990 750'/%3E%3Cpolygon fill='%23222' points='900 600 990 450 810 450'/%3E%3Cpolygon fill='%23DDD' points='0 900 90 750 -90 750'/%3E%3Cpolygon fill='%23444' points='180 900 270 750 90 750'/%3E%3Cpolygon fill='%23FFF' points='360 900 450 750 270 750'/%3E%3Cpolygon fill='%23AAA' points='540 900 630 750 450 750'/%3E%3Cpolygon fill='%23FFF' points='720 900 810 750 630 750'/%3E%3Cpolygon fill='%23222' points='900 900 990 750 810 750'/%3E%3Cpolygon fill='%23222' points='1080 300 990 450 1170 450'/%3E%3Cpolygon fill='%23FFF' points='1080 300 1170 150 990 150'/%3E%3Cpolygon points='1080 600 990 750 1170 750'/%3E%3Cpolygon fill='%23666' points='1080 600 1170 450 990 450'/%3E%3Cpolygon fill='%23DDD' points='1080 900 1170 750 990 750'/%3E%3C/g%3E%3C/pattern%3E%3C/defs%3E%3Crect x='0' y='0' fill='url(%23a)' width='100%25' height='100%25'/%3E%3Crect x='0' y='0' fill='url(%23b)' width='100%25' height='100%25'/%3E%3C/svg%3E");
    background-attachment: fixed;
    background-size: cover;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #031b4e;
    text-align: center;
}

.categories-title {
    font-family: "Playfair Display", serif !important;
}

/* Start of about-us-home */
.about-us-home {
    padding-top: 32px;
    padding-bottom: 32px;
    background-color:#fbfafa;
    padding-left:10px;
    padding-right:10px;
}

.about-us-home p {
    text-align: justify;
}
/* end of about us home */

/* start of why choose us */
.why-choose {
    padding-top: 32px;
    padding-bottom: 32px;
    background:#f6f4ff;
}

.why-choose-title {
    padding-bottom: 32px;
}

.why-choose-item-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.why-choose-item-title {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
/* end of why choose us */
/* categories */

.categories {
    padding-top: 32px;
    padding-bottom: 32px;
    background-color:#e6e6e6;
}

.categories-footer {
    padding-top: 32px;
    padding-bottom: 32px;
}

.category-box {
    position: relative;
    height: 369px;
    width: 369px;
}

.categories-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(565px, 1fr));
    justify-items: center;
    grid-gap: 2rem;
    margin: 0 auto;
}

.category-box:hover .image {
    opacity: 0.4;
    transition: all 0.8s ease 0s;
}

.products-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(365px, 1fr));
    justify-items: center;
    grid-gap: 2rem;
    margin: 0 auto;
    max-width: 1198px;
}

.category-box .image {
    width: 369px;
    height: 369px;
}

@media screen and (max-width: 370px) {
    .category-box .image {
        width: 269px;
        height: 269px;
    }
}

.category-box .overlay {
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, 0%);
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5); /* Black see-through */
    color: #f1f1f1;
    width: 100%;
    transition: 0.5s ease;
    opacity: 0;
    color: white;
    font-size: 20px;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    z-index: 5;
}

.category-box:before {
    background: #da1313 none repeat scroll 0 0;
    content: "";
    height: 0%;
    position: absolute;
    width: 100%;
    z-index: 999;
    opacity: 0;
    transition: all 0.8s ease 0s;
    top: 0;
    left: 0;
}

.category-box::before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 0%;
    position: absolute;
    width: 100%;
    z-index: 999;
    opacity: 0;
    transition: all 0.8s ease 0s;
    top: 0;
    left: 0;
}
.category-box:hover:before {
    opacity: 0.4;
    transition: all 0.8s ease 0s;
    height: 100%;
    overflow: hidden;
    display: block;
}

.category-box:hover .image {
    opacity: 0.4;
    transition: all 0.8s ease 0s;
}

.category-box .overlay {
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    opacity: 1;
    transition: all 0.8s ease 0s;
    color: #fff;
    font-size: 20px;
    text-align: center;
    padding-top: 25px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 25px;
    text-decoration: none;
}

.category-box:hover .overlay {
    opacity: 1;
}

.category-box:hover .overlay {
    opacity: 1;
    transition: all 0.8s ease 0s;
    bottom: 0%;
    background: rgba(255, 215, 0, 0.6);
}

figcaption.overlay {
    text-transform: uppercase;
    text-transform: uppercase;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* price */

/* price */
.price-chart {
    padding-top: 32px;
    padding-bottom: 32px;
}
.price-chart .card-header {
    background-color: #229bab !important;
}

.price-chart-title {
    margin-bottom: 32px;
}
.price-chart .price-chart-wrapper {
    margin-bottom: 32px;
}
.price-chart .card-body {
    background-color: #2bc2d5 !important;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.price-product-value {
    font-size: 50px;
    font-weight: 700;
}
.price-product-sign {
    font-size: 24px;
    padding: 0 5px;
    top: -16px;
    font-weight: 400;
}
.price-product-text {
    font-size: 18px;
    bottom: 0px;
}
/* testimonial */

.customer-review {
    background-color: #f4f4f4;
    padding-top: 32px;
    padding-bottom: 32px;
}

.customer-review .swiper-pagination-wrapper {
    position: relative;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.customer-review .swiper-pagination .swiper-pagination-bullet {
    margin-left: 3px;
    margin-right: 3px;
}

.customer-review h2 {
    text-align: center;
}

.swiper-wrapper {
    height: 370px;
}

.customer-review p {
    font-size: 20px;
    text-align: center;
}

.testimonial-content {
    padding: 20px 0 0;
    text-align: center;
}

.testimonial-content p {
    color: #191919;
    padding: 25px 60px 5px;
    font-size: 17px;
    text-align: center;
    width: 65%;
    margin: 0 auto;
    font-weight: 400;
    line-height: 28px;
    font-family: "Roboto Slab", serif;
}

.testimonial-content .whoclient {
    margin: 10px 0 2px;
}

.testimonial-content .whoclient strong {
    display: block;
    font-size: 22px;
    color: #4c4c4c;
    letter-spacing: 0.07em;
    font-weight: 700;
    font-family: "Roboto Slab", serif;
}

.testimonial-content .whoclient .occupation {
    font-size: 17px;
}

.testimonial-content .whoclient strong a {
    color: #1e90ff;
}

.testimonialimg {
    text-align: center !important;
}

.customer-review .testimonial-content img {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

/* footer */
footer .footer-middle {
    background-color: #4a3998;
    color: white;
}
footer .footer-top {
    padding-top: 32px;
    padding-bottom: 32px;
    display: flex;
    justify-content: center;
}

footer .footer-top .button-divider {
    margin-right: 15px;
    margin-left: 15px;
}
footer .footer-middle {
    padding-top: 32px;
    padding-bottom: 32px;
}
footer .footer-middle .footer-middle-col {
    margin-bottom: 32px;
}

footer .footer-bottom {
    padding-bottom: 10px;
    padding-top: 10px;
    background: #312475;
    color: #fff;
}

/* sidebar */
.silderbar-services {
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 15px;
    background: #3bda00;
}

.recent-works {
    padding-top: 32px;
    padding-bottom: 32px;
    background: #ababab;
}

.recent-works-images {
    margin-top: 10px;
    margin-bottom: 10px;
    background: #3bda00;
}

.js-marquee-wrapper {
    margin-top: 0 !important;
}

.marquee {
    width: 100%;
    overflow: hidden;
    height: 600px;
}

/* services */

.single_service img {
    height: 400px;
    width: 569px;
}

.single_service {
    position: relative;
    margin-bottom: 15px;
    padding: 0.9375rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    box-shadow: -7px -7px 30px rgba(0, 0, 0, 0.5);
}

.single_service h5 {
    -webkit-filter: brightness(1);
    filter: brightness(1);
}

.view_more {
    background: #0e224a;
    display: inline-block;
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    text-decoration: none !important;
    position: relative;
    text-decoration: none;
    margin-top: -4px;
}

.hovereff-:hover {
    background: #000;
    width: auto;
}
.hovereff::after {
    border-bottom: 40px solid transparent;
}
.view_more:hover,
.view_more:focus {
    color: #fff;
    opacity: 1;
    background: #0e224a;
}

.view_more::after {
    content: "";
    position: absolute;
    border-left: 30px solid #0e224a;
    right: -30px;
    border-bottom: 47px solid transparent;
    top: 0;
}

.title {
    z-index: 99;
    margin-top: -48px !important;
    color: #fff;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 32px;
    font-weight: 500;
    padding: 5px 0px 5px 13px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

/* Oper */

/* Operational Excelence */

.operational-excellence {
    text-align: center;
    background-color: #000;
    padding-bottom: 3rem;
}

.operational-excellence img {
    width: 50%;
}

.operational-excellence .operational-excellence-title {
    text-align: center;
    font-size: 3.25rem;
    padding-top: 2rem;
    padding-bottom: 1rem;
    color: #b2f4fb;
    font-weight: 500;
    text-transform: uppercase;
}

.operational-excellence p {
    color: #b2f4fb;
    font-size: 1.25rem;
    padding-bottom: 3rem;
}

/* footer

.footer {
    padding: 1rem;
    background-color: #578c02e8;
    padding-top: 2rem;
}

.footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer ul li {
    padding: 5px;
    font-size: 15px;
    margin: 0;
    line-height: 1.2;
    color: #fff;
}

.footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    flex-wrap: wrap;
    padding-left: 2rem;
    padding-right: 2rem;
}
.footer i {
    color: #fff !important;
    margin-right: 2px;
}

.uit-footer-title {
    text-transform: uppercase;
    font-size: 1.125rem;
    letter-spacing: 0.5px;
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
    color: #fff;
}
.footer-subtitle {
    color: #fff;
    font-weight: 700;
}

.footer-bottom {
    margin: 0;
    padding: 10px;
    text-align: center;
    background-color: #306f01;
}
.footer-bottom p {
    margin: 0;
    padding: 15px;
    text-align: center;
    padding-right: 2rem;
    color: #fff;
}

.footer-bottom a {
    text-decoration: none;
    color: #858585;
}
.footer-bottom hr {
    color: #f8f4f4;
    margin: 0;
    padding: 0;
} */

.view_more:hover::after {
    content: "";
    position: absolute;
    border-left: 30px solid #0a8465;
    right: -30px;
    border-bottom: 47px solid transparent;
    top: 0;
}
.view_more:hover {
    background: #0a8465;
    color: #fff;
}

/* Image Overlay */
.category-products {
    background-color:#c7c2c2;
}
.category-title {
    position: relative;
    text-align: center;
    color: #000;
    z-index: 10;
    margin: 0;
}

.category-title img {
    height: 130px;
    opacity: 0.5;
    z-index: 5;
}

.gallary-title img {
    height: 130px;
}
/* gallary */

.gallary-title {
    position: relative;
    text-align: center;
    color: #000;
    z-index: 10;
    margin: 0;
}

/* Centered text */
.category-title .centered,
.gallary-title .centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    opacity: 1;
}

.category-description {
    padding-top: 32px;
    padding-bottom: 32px;
    text-align: justify;
}

.products-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(295px, 1fr));
    justify-items: center;
    align-items: center;
    grid-gap: 4rem;
}

.overlay-container {
    position: relative;
    height: 250px;
    width: 300px;
    padding: 1rem !important;
    box-shadow: -7px -7px 30px rgba(0, 0, 0, 0.5);
    margin-top: 32px;
    margin-bottom: 32px;
}

.overlay {
    position: absolute;
    bottom: 0;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5); /* Black see-through */
    width: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    opacity: 1;
    color: white;
    font-size: 18px;
    text-align: center;
    bottom: 0px;
}

.overlay-image {
    position: relative;
}
.overlay-image img {
    width: 300px;
    height: 220px;
}

.overlay-image:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.overlay-container .overlay-image:hover::after {
    opacity: 0.8;
}

.overlay-container:hover .overlay {
    opacity: 1;
    background: rgba(255, 215, 0, 0.3); /* Black see-through */
    z-index: 99;
}

/* image overlay */

/* news */

/* news */

.news-and-events .news-and-events-title {
    padding: 15px 0 30px;
    margin-top: 15px;
    margin-bottom: 30px;
}

.news-and-events .news-col {
    margin-top: 32px;
}

.news-and-events .container {
    background-color: #2bcb0b;
    padding: 15px;
}

.news-and-events-content {
    border: 1px solid #cecece;
    background-color: #fcfcfc;
    padding-top: 15px;
}

.news-and-events .news-and-events-description {
    text-align: left;
    padding-bottom: 1rem;
}

.news-and-events .news-and-events-box-content {
    border: 1px solid #e8dbdb;
    background-color: #09bb09;
    -webkit-box-shadow: -2px -1px 10px rgba(0, 0, 0, 0.5);
    box-shadow: -2px -1px 10px rgba(0, 0, 0, 0.5);
}
.news-and-events .news-and-events-box-content-title {
    text-align: left;
    padding-left: 15px;
    padding-top: 10px;
    color: #d12028 !important;
}

.news-and-events .news-and-events-box-content img {
    text-align: center;
    -o-object-fit: contain;
    object-fit: contain;
    /* height: 191px; */
    width: 100%;
    padding: 10px 0 10px 10px;
}

.news-and-events .news-and-events-box-content p {
    font-family: "Open Sans", sans-serif;
    text-align: justify;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 15px;
    font-size: 15px;
}
.news-and-events .news-and-events-box-content-description {
    padding-top: 0;
}

.news-and-events .news-and-events-box-content img{
    position: relative;
}

.news-and-events .news-and-events-box-content a {
    font-size: 0.8125rem;
    line-height: 1.5rem;
    font-weight: 700;
    text-align: left;
    color: #767886 !important;
    font-family: "Open Sans", sans-serif;
}

.news-and-events .readmore{
    text-align: right;
}

.news-and-events .readmore a{
    /* padding-left: 15px; */
    padding-right: 15px;
    color: #d12028 !important;
}
.news-and-events a.news-route {
    color: #d12028 !important;
}

.news-and-events .news-route {
    padding-left: 0;
}

/* single */

/* single news */
.single-news {
    font-family: "Open Sans", sans-serif;
    font-size: 0.8125rem;
    line-height: 1.55;
    text-transform: uppercase;
    color: #b1b1b1;
    letter-spacing: 1.3px;
    background-color: #000;
}

.single-news .container {
    padding: 2rem;
    background-color: #333;
}
.single-news-title {
    font-size: 3.25rem;
    color: #fff;
}

.news-and-events-box-content p {
    font-family: "Open Sans", sans-serif;
    font-size: 0.8125rem;
    line-height: 1.5rem;
    text-align: left;
    padding-left: 2rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.news-and-events-box-content a {
    font-size: 0.8125rem;
    line-height: 1.5rem;
    font-weight: 800;
    padding-left: 2rem;
    text-align: left;
    color: #c19b76;
    font-family: "Open Sans", sans-serif;
}

.single-news-publish-info {
    color: #b1b1b1;
    margin-bottom: 2rem;
    margin-top: 1rem;
}
.single-news-publish-info a {
    color: #ae745a;
    padding-left: 0;
}
.single-news-description {
    color: #858585;
    font-size: 1rem;
    text-transform: none;
}
.single-news-description p {
    padding-top: 1.6rem;
    padding-right: 2.375rem;
    padding-bottom: 1.55rem;
    padding-left: 2.375rem;
    color: #fff;
}

.single-news-img-wrapper {
    float: left;
    padding: 1.6rem;
}

/* about us */
.about-us .container {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 3rem;
    padding-right: 3rem;
    font-size: 20px;
    color: #c7c2c2;
    line-height: 30px;
}

.about-us h1,
.about-us h2,
.about-us h3 {
    color: #fff;
    font-family: "Open Sans", sans-serif;
}

.about-us p {
    font-size: 18px;
    text-align: justify;
    font-family: "Open Sans", sans-serif;
    color: #000;
    line-height: 30px;
}
.about-us-title {
    font-size: 3.25rem;
    color: #fff;
    padding-top: 2rem;
}

.about-us ul {
    list-style: none;
    font-size: 1.3rem;
}

.about-us ul li {
    font-size: 1.3rem;
}

.about-us ul li:before {
    content: "✓";
}

.product-details-container {
    background-color: #000;
}

.product-description p {
    text-align: left;
}

.contact-page-title img {
    height: 130px;
    margin: 0;
}

.contact-container.container {
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: grid;
    grid-template-columns: 1fr 0.5fr;
    grid-gap: 10px;
    padding-top: 2rem;
}

.contact-location-wrapper {
    background-color: #e6e6e6;
    padding-bottom: 32px;
}
.contact-wrapper {
    border: 1px solid #c5c5c5;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
}

.contact-form {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    border: 1px solid #423d3d;
}

.contact-container.container label {
    color: #000 !important;
}

.contact-form .form-control {
    background-color: #111111 !important;
    color: #fff;
    border: 1px solid #423d3d !important;
}
.contact-form .form-control:focus {
    background-color: #111111 !important;
    color: #fff;
    border: 1px solid #111111 !important;
    box-shadow: none;
}

.contact-address ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.contact-address {
    border: 1px solid #c5c5c5;
    padding-left: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.address-title {
    text-align: center;
    color: #000;
    margin-bottom: 20px;
}

.location-wrapper {
    border: 1px solid #c5c5c5;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
}

.location-wrapper-title {
    padding-bottom: 32px;
}

.location h2,
.contact-page-title {
    color: #000;
}

.contact-page-title {
    color: #000;
    margin-bottom: 0;
}
.contact-page-title h1 {
    color: #000;
}
.contact-address ul li {
    padding: 5px;
    font-size: 15px;
    margin: 0;
    line-height: 1.2;
}

.contact-address .contact-subtitle,
.contact-footer-title {
    color: #fff;
    font-weight: 500;
}

.map-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}
.map-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.contact-form .form-row {
    margin-bottom: 1rem;
}

fieldset.scheduler-border {
    color: #fff;
    border: 1px solid #423d3d !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

legend.scheduler-border {
    font-size: 1.2em !important;
    text-align: left !important;
    width: auto;
    padding: 0 10px;
    border-bottom: none;
}

.about-us-wrapper {
    display: flex;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 15px;
    justify-content: space-between;
    align-items: start;
}

.about-us-wrapper .about-img {
    justify-self: center;
    text-align: center;
}

.latest-products {
    overflow: hidden;
    padding-top: 15px;
    padding-bottom: 15px;
}

.latest-products-title {
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 10px;
}

.movingText {
    display: inline-block;
    white-space: nowrap;
    animation: moveText 90s infinite linear;
    padding-left: 100%; /*Initial offset*/
}

.movingText:hover {
    animation-play-state: paused;
}

@keyframes moveText {
    to {
        transform: translateX(-100%);
    }
}

.latestImages img {
    height: 200px;
    width: 200px;
    object-fit: cover;
    margin-right: 20px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

.dropdown-menu a {
    text-decoration: none;
}

.form-control:focus {
    /* background-color: #e5e5e5 !important; */
    color: #000;
}

/* On screens that are 600px or less, set the background color to olive */
@media screen and (max-width: 600px) {
    .dropdown-menu-center {
        left: 50% !important;
        right: auto !important;
        -webkit-transform: translate(0, 0) !important;
        transform: translate(0, 0) !important;
    }
    .overlay-container {
        position: relative;
        /* height: 232px; */
        width: 290px;
        padding: 1rem !important;
        box-shadow: -7px -7px 30px rgba(0, 0, 0, 0.5);
    }
    .uit-figure {
        margin-top: 15px;
    }
    .col-md-6 {
        padding: 0 !important;
    }

    .categories .categories-title,
    .products-title {
        text-align: center;
        padding-top: 15px;
        font-weight: 500;
        text-transform: uppercase;
    }

    .single_service img {
        width: 269px;
        height: 150px;
    }

    .title {
        z-index: 99;
        margin-top: -31px !important;
        color: #fff;
        background-color: rgb(0, 0, 0);
        background-color: rgba(0, 0, 0, 0.5);
        font-size: 18px;
        font-weight: 500;
        padding: 5px 0px 5px 13px;
        margin-bottom: 5px;
        text-transform: uppercase;
        overflow: hidden;
    }

    .categories-wrapper {
        display: grid;
        grid-template-columns: 1fr;
        justify-items: center;
        grid-gap: 2rem;
        margin: 0 auto;
        max-width: 1198px;
    }

    .slogan {
        display: grid;
        grid-template-columns: 1fr;
        justify-items: center;
        align-items: center;
        background-attachment: fixed;
        background-size: cover;
        text-align: center;
        padding-top: 1rem;
        padding-bottom: 1rem;
        padding-left: 10px;
        padding-right: 10px;
    }

    .slogan h1 {
        color: #f3e0bd;
        font-size: 1.5rem;
        text-align: center;
        /* font-weight: 700; */
        font-family: "Open Sans", sans-serif;
    }

    .operational-excellence .operational-excellence-title {
        font-size: 2.25rem;
    }
    .operational-excellence img {
        width: 80%;
    }

    .news-and-events-box-content img {
        /* margin-top: 1rem; */
        text-align: center;
        object-fit: cover;
        height: 312px;
        width: 100%;
    }

    .contact-container.container {
        padding-top: 2rem;
        padding-bottom: 2rem;
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 10px;
        padding-top: 2rem;
    }

    .footer {
        display: flex;
        -ms-flex-pack: distribute;
        flex-direction: column;
        justify-content: space-around;
        flex-wrap: wrap;
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* about us */

.uit-description-wrapper {
    text-align: justify;
}

.uit-about-right {
    margin-right: 2rem;
}
.uit-description-wrapper {
    margin-bottom: 1.5rem;
}
.uit-description-wrapper p {
    font-size: 0.9rem;
    margin-bottom: 5px;
    font-family: "Open Sans", sans-serif;
}
.uit-description-wrapper .uit-des-icon {
    margin-right: 0.5rem;
}

/* end of about us */

/* Advantages */

.advantages-container {
    margin-top: 0;
    padding: 20px;
    padding-top: 60px;
}
.advantages {
    background-image: url("/images/advantages.jpg");
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
    z-index: 2;
    position: relative;
    margin: 0;
    padding: 0;
    padding-top: 5.9rem;
    padding-bottom: 5.9rem;
}

.advantages:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(28, 28, 28, 0.7);
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    z-index: 3;
}

.advantages * {
    padding: 0;
    margin: 0;
}
.advantages i {
    color: #c19b76;
}

.advantage-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    color: #fff;
}

.advantages-list-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1.5rem;
}

.advantages-box-content {
    padding-left: 1rem;
}

.advantages-box-content p {
    font-size: 0.875rem !important;
    line-height: 1.50063rem;
}

.advantages h2,
.advantages h1,
.advantages p {
    position: relative;
    color: #fff;
    z-index: 4;
}

.advantages p,
.advantages i {
    position: relative;
    color: #c19b76;
    z-index: 4;
}

.uit-section-subtitle {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.42;
    letter-spacing: 4.2px;
    text-transform: uppercase;
    position: relative;
    color: #c19b76;
    z-index: 4;
}

.uit-icon-box-title {
    font-size: 1.2rem;
    line-height: 1.875rem;
    letter-spacing: 0.25px;
    margin-bottom: 0.8rem;
}

.advantages-title {
    font-family: "Playfair Display", serif;
}

/* end Advantages */

/* On screens that are 600px or less, set the background color to olive */
@media screen and (max-width: 400px) {
    #wowslider-container1 .ws_images {
        margin-right: 0 !important;
    }
}
@media screen and (max-width: 820px) {
    .footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        flex-wrap: wrap;
        padding-left: 15px;
        padding-right: 15px;
    }

    .footer .footer-img {
        justify-self: center;
    }

    .footer .horizontal-line {
        text-align: center;
        font-size: 1.2rem;
        justify-self: center;
        font-family: "Righteous", cursive !important;
    }
    .footer .horizontal-line:before {
        background-color: #ccc;
        content: "";
        display: inline-block;
        height: 1px;
        position: relative;
        vertical-align: middle;
        width: 100px;
    }
    .footer .horizontal-line:before {
        right: 0.5em;
        /* margin-left: -50%; */
    }

    .about-us-wrapper {
        display: flex;
        grid-template-columns: 1fr;
        grid-column-gap: 10px;
        justify-content: center;
        align-items: start;
    }

    .about-us-wrapper .about-img {
        justify-self: center;
        text-align: center;
    }
}

.img-slide {
    width: 100%;
    height: 480px;
    object-fit: cover;
}

#goToTop {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#3498db;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px
    z-index:10000;
}
#goToTop span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#goToTop:hover {
    background-color:#e74c3c;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}

.page-description > *{
    color: #000 !important;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.sticky + .content {
  padding-top: 139px;
}

