

@import url("https://fonts.googleapis.com/css?family=Cairo");


.mb-8 {
    margin-bottom: 80px;
}

.dropdown-menu {
	position: absolute;
	top: 94%;
}

.service-desc img {
	max-height: 265px;
	min-height: 260px;
}


#wrapper .main-banner .carousel .carousel-inner .carousel-item img {
    height: calc(100vh - 154px);
    object-fit: cover;
}

#wrapper main .section-1 .section-desc .card,
#wrapper main .section-2 .section-desc .card {
    border: none;
}

#wrapper main .section-1 .section-desc .card-header,
#wrapper main .section-2 .section-desc .card-header {
    background-color: #46a1cd;
}

#wrapper main .section-1 .section-desc .card-body,
#wrapper main .section-2 .section-desc .card-body {
    padding: 30px 0px;
}

#wrapper main .section-1 .section-desc .card-header h2,
#wrapper main .section-2 .section-desc .card-header h2 {
    margin: 0;
    color: #fff;
    font-size: 28px;
}

#wrapper main article .section-1 .section-desc table tr td,
#wrapper main article .section-2 .section-desc table tr td {
    border: none;
    padding: 4px 15px;
}

#wrapper main article .section-1 .section-desc table tr:first-child td,
#wrapper main article .section-2 .section-desc table tr:first-child td {
    font-weight: bold;
    color: #0D5AA6;
}

#wrapper main article .section-1 .section-desc table tr td:first-child,
#wrapper main article .section-2 .section-desc table tr td:first-child {
    font-weight: bold;
}

#wrapper main article .section-desc {
    padding: 0px 5px;
}


.about-section-1 .table-sec table tr th{
    background:#f0f0f0;
    text-align:center;
    text-transform:uppercase;
}

.about-section-1 .table-sec table tr td img{
    height:100px;
}

.about-section-1 .table-sec  table tr th:first-child {
    width:10%;
}

.about-section-1 .table-sec  table tr th:nth-child(2) {
    width:12%;
}

.about-section-1 .table-sec  table tr th:nth-child(3) {
    width:38%;
}

.about-section-1 .table-sec  table tr th:nth-child(4) {
    width:20%;
}

.about-section-1 .table-sec  table tr th:last-child {
    width:20%;
}

.about-section-1 .table-sec  table tr td {
    text-align:center;
}


/* Product Category Area */

#wrapper .page-banner .page-title1 {
	position: absolute;
	top: 50%;
	left: 130px;
	transform: translateY(-50%);
	color: white;
}
#wrapper .page-banner .page-title1 h1 {
	margin: 0;
	font-weight: 600;
	font-size: 55px;
	font-family: 'Cairo', sans-serif;
}

.prod-cat .prod-list {
    float:left;
    width:48%;
    margin-left:1%;
    margin-right:1%;
    margin-bottom:15px;
	font-family: 'Cairo', sans-serif;
}

.prod-list a {
	color: blue;
	display: block;
	padding: 10px 10px 10px 15px;
	text-decoration: none;
	background: #dbd8d8;
	color: #243559;
	font-size: 17px;
	font-weight:bold;
}

.prod-list a:hover{
	background: #ccc;
}

.prod-cat .table > tbody > tr > th {
	border: 1px solid #ccc;
	background: #243559;
	color: #fff;
	padding: 15px 12px;
	text-transform:uppercase;
	font-family:'Cairo', sans-serif;
	font-size: 19px;
	font-weight:bold;
}

.prod-cat .table td {
	padding: .75rem;
	padding: 11px 12px;
	color: #243559;
	vertical-align: middle;
	border: 1px solid #dee2e6;
	font-family:'Cairo', sans-serif;
	font-size: 17px;
	font-weight:bold;
}

.prod-cat table td:nth-child(3) a{
	color: green;
	font-weight:bold;
}

.prod-cat table th:first-child, .prod-cat table td:first-child {
	width: 15%;
	text-align: center;
}
.prod-cat table th:nth-child(2), .prod-cat table td:nth-child(2) {
	width: 60%;
	text-align: left;
}
.prod-cat table th:nth-child(3), .prod-cat table td:nth-child(3) {
	width: 25%;
	text-align: center;
}

@media (max-width:767px) {
#wrapper .page-banner .page-title1 {
	position: absolute;
	left: 60px;
}
 #wrapper .page-banner .page-title1 h1 {
	font-size: 30px;
} 

.prod-cat .table > tbody > tr > th {
	padding: 10px 8px;
	font-size: 12px;
	font-weight: bold;
}

.prod-cat .table td {
	padding: 8px;
	font-size: 12px;
}

}

/* Product Category Area */




#wrapper main article .section-desc .product-container {
    /*    border: 1px solid rgba(0, 0, 0, 0.09);*/
    box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, .08);
    background-color: rgba(70, 161, 205, 0.1);
}

#wrapper main article .section-desc .product-image {
    position: relative;
    overflow: hidden;
}

#wrapper main article .section-desc .product-image img {
    height: 250px;
    object-fit: cover;
}

/*
#wrapper main article .section-desc .product-image:after{
    position: absolute;
    content: "";
    top: -500px;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.4);
    transition: all 0.5s ease;
}
*/

#wrapper main article .section-desc .product-image .details a {
	display: block;
    position: absolute;
    top: 0;
    height: 100%;
    width: 50%;
    /*    background-color: rgba(13, 90, 166, 0.8);*/
    background-color: rgba(254, 204, 0, 0.8);
    border-radius: 0;
    transition: all 0.3s ease;
    border: none;
}

#wrapper main article .section-desc .product-image .details a:first-child {
    left: -500px;
    transition: all 0.5s ease;
}


#wrapper main article .section-desc .product-image .details a:last-child {
    right: -500px;
    transition: all 0.5s ease;
}

#wrapper main article .section-desc .product-container:hover .product-image .details a:hover {
    /*    background-color: rgba(13, 90, 166, 1);*/
    background-color: rgba(254, 204, 0, 1);
    border: 1px solid #007bff;
}

#wrapper main article .section-desc .product-container:hover .product-image .details a:first-child {
    left: 0;
    transition: all 0.3s ease;
}


#wrapper main article .section-desc .product-container:hover .product-image .details a:last-child {
    right: 0;
    transition: all 0.3s ease;
}


#wrapper main article .section-desc .product-image .details a {
	display: block;
    color: #006AA7;
}

#wrapper main article .section-desc .product-image .details a i {
    display: block;
    font-size: 30px;
    color: #006AA7;
}

/*
#wrapper main article .section-2 {
    background-color: #f0f0f0;
    padding: 15px 0px;
}
*/

#wrapper main article .section-2 .container {
    overflow: hidden;
}

#wrapper main article .section-2 .owl-carousel .owl-nav .owl-prev,
#wrapper main article .section-2 .owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    font-size: 50px;
    transform: translateY(-50%);
    height: 50px;
    padding: 0;
    width: 50px;
    border-radius: 50%;
    background-color: #2575CE;
    box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, .08);
    color: white;
}

#wrapper main article .section-2 .owl-carousel .owl-nav {
    margin-top: 0;
}

#wrapper main article .section-2 .owl-carousel .owl-nav .owl-prev span,
#wrapper main article .section-2 .owl-carousel .owl-nav .owl-next span {
    display: block !important;
    margin-top: -20px !important;
}

#wrapper main article .section-2 .owl-carousel .owl-nav .owl-prev:focus,
#wrapper main article .section-2 .owl-carousel .owl-nav .owl-next:focus {
    box-shadow: none;
    outline: none;
}

#wrapper main article .section-2 .owl-carousel .owl-nav .owl-prev {
    left: -100px;
    transition: all 0.5s ease;
}

#wrapper main article .section-2 .owl-carousel .owl-nav .owl-next {
    right: -100px;
    transition: all 0.5s ease;
}

#wrapper main article .section-2 .owl-carousel:hover .owl-nav .owl-prev {
    left: 50px;
    transition: all 0.5s ease;
}

#wrapper main article .section-2 .owl-carousel:hover .owl-nav .owl-next {
    right: 50px;
    transition: all 0.5s ease;
}

#wrapper main article .section-3 .section-desc .about-us-desc a {
    background-color: #0077B7;
}

#wrapper main article .section-4 .section-desc .owl-carousel .company-logo {
    text-align: center;
}

#wrapper main article .section-4 .section-desc .owl-carousel .company-logo img {
    width: 100px;
    height: 60px;
    object-fit: contain;
    margin: 0 auto;
}


