﻿body{font-family: 'Poppins', sans-serif;}
header {background: #0000ff;padding: 15px 0px;font-size: 14px; color: #fff;}
header p{margin-bottom:0px;}
header p span{ text-transform:uppercase; font-weight:900;}
.contact i{ font-size:16px;}
.logo img {position: relative; display: block; z-index: 9; max-width:350px;}
.contact{margin: 0px;}
.contact li{ margin-right:10px;}
.contact i { margin-right: 5px; margin-top: 0px; display: block; float: left;}
.navbar-default {background-color: white; border-bottom:1px solid white; padding:15px 0px; border-color: white; border-radius:0px; margin-bottom:0px;}
.nav > li > a{ font-size:16px;}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{ background:transparent; border-bottom:1px solid #333;color: #333;}
 .carousel-inner > .item > img, .carousel-inner > .item > a > img {width: 100%;margin: auto;}
.max-wrapper {max-width: 1056px; margin: 0px auto;}
.welcome{ padding:20px 0px; background:#eee; background-size:cover;}
.about h2{ font-size:24px; font-weight:700; color:#0000ff; margin:0px 0px 5px; text-transform:uppercase}
.about h1{ font-size:44px; font-weight:700; color:#333; margin:0px 0px 10px; text-transform:uppercase}
.about p{ color:#333; font-size:14px; font-weight:400; line-height:24px;}

.Services{ padding:40px 0px;}
.s-item{ background:#eee; padding:40px 20px 30px; height:300px}
.s-item h2{ font-size:20px; font-weight:700; text-transform:uppercase}

.footer-top{ background:#5271aa; padding:20px 0px;}
.footer-bottom{ background:#333; padding:10px 0px 5px;}
.social a { color: #fff; width: 30px; height: 30px; border-radius: 50px; border: 1px solid #fff; display: block;    text-align: center; line-height: 30px; margin-top:2px;}
.social a:hover{ background:#fff; color:#333;}
.cop-rights {  color: #fff;  line-height: 38px;}
ul.list-inline.social.text-right { margin-bottom: 0px;}
.trusted{ margin-top:40px;}
img.footer-logo {  position: relative;  top: 0;  margin-top: -36px;  margin-bottom: -5px;}
.Our-Customer{ padding:30px 0px;}
.clients{padding:0px; margin:0px; list-style:none;}
.our-clients{padding:30px 0px;background-image: url(../../static/image/w-bg.jpg); background-size:cover;}
.clients img{max-width:150px; height:auto;}
.clients h2{ color:#fff; font-size:20px; margin:0px 0px 20px;; padding:0px;}
.breadcrumb{ background:transparent; padding:7px 0px;}
.breadcrumb a{color:#fff;}
.single-top{ background-position:top; background-size:cover; padding:30px 0px 10px;; background-color:#eee; border-top:1px solid #999; background-image:url(../../static/image/w-bg.jpg)}
.single-top h1{ margin:0px 0px 10px; font-weight:600; color:#fff;}
.content{ padding:40px 0px;}
.contact-add{background:#eee; padding:20px;}
.enquery{ padding:20px 0px;}
.content h2{ font-size:26px; font-weight:700; margin:0px 0px 10px;}
.social-inner a{ width:40px; height:40px; display:block; border:1px solid #333; color:#333; text-align:center; line-height:40px;font-size: 18px;}
.social-inner a:hover{ color:#fff; background:#333;}
.contact-add h4 { color: #666; font-weight: 600;}

.form-control { border: 1px solid transparent; border-bottom-color: #aaabaa; box-shadow: none; border-radius: 0px;    margin-bottom: 15px; padding: 10px 0px;  height: auto;}
.form-control:focus{border-color:transparent; border-bottom-color:#333; box-shadow:none;}
.btn{padding: 10px 30px;font-size: 16px;    border-radius: 0; text-transform: uppercase;}
.btn-primary{ background-color:#0000ff; border-color:#0000ff;}

.content h3{ font-weight:700; border-bottom:1px solid #ccc; text-transform:uppercase; padding-bottom:10px;    margin: 0px 0px 20px;}
.whitespace{padding:20px 0px;}
.map iframe{width:100%;}


.s-item {
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 8px;
    transition: transform 0.3s ease; /* Add transition for smooth animation */
}

.s-item:hover {
    transform: translateY(-5px); /* Move the element up on hover */
}

.partners {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 85vw;
}

.partners img {
    transition: transform 0.3s;
    height: 140px;
    width: 15vw;
    margin: 5px;
}
.partners img:hover {
    transform: scale(1.1);
}

.read-more {
    display: inline-block;
    margin-top: 10px;
    padding: 5px 10px;
    background-color: #007bff;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.3s ease; /* Smooth transition for background color change */
}

.read-more:hover {
    background-color: #0056b3; /* Darker shade on hover */
}


@media only screen and (max-width: 768px) {
.slider{height:320px;}
.sevices { margin-bottom: 20px;}
.pr0{padding-right:15px;}
a.logo { float: left;  width: 80%;}
.navbar-header { float: right; width: 17%; margin-left: 2%;}
.navbar-toggle{padding:0px; border:none;}
.s-item{margin-bottom:20px;}
.clients img {  max-width: 80px; margin-bottom:20px;}
.map iframe{height:auto;}
}

@media only screen and (max-width: 480px) {
 header{ padding:2px 0px; }
 .text-right{text-align:center;}
.logo img{ display:inline-block; max-width:100%;}
.contact{padding:7px 0px;}
.contact li{margin-bottom:5px; margin-right:0px;}
.slider {    background-position: center; height: 115px;}
.welcome { padding: 25px 0px;}
.about h2 {font-size: 18px;}
.about h1 {font-size: 30px;}
.service-type{margin-bottom:15px;}
.service-type p{height:auto;}
.trusted{margin: 18px 0px 18px;display: block;}
.footer-top h2{text-align:left;}
.footer-bottom{padding: 5px 0px 5px; text-align:center;}
ul.list-inline.social.text-right {text-align: center;}
.our-clients{padding:30px 0px 10px;}
.partners{flex-direction: column; width:100vw;}
.partners img {width: 100vw;}
}


