html {
	scroll-behavior: smooth;
    line-height: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	color: #838383;
}

body {
	/*font-family: PT Sans,Helvetica,Arial,sans-serif;*/
    letter-spacing: normal;
    word-spacing: normal;
    line-height: 1.7em;
    font-weight: 400;
    font-style: normal;
    letter-spacing: -.6px;
    color: #838383;
}

#toptop {
	background-color: #19235f;
    color: white;
    font-size: 14px;
    padding-top: 0;
}

#top_soc {
    font-size: 18px;
    float: right;
	position:relative;
	top:8px;
}

a#top_fa {
    background-color: white;
    padding: 4px;
    border-radius: 50%;
}

#top_nmbrs {
	position:relative;
	top:8px;
	color:white;
}

#top_nmbrs a {
	color:white;
	text-decoration:none;
}

#pad {
	padding-bottom:50px;
	padding-top:50px;
}

#logo {
	width: 70%;
    position: absolute;
    z-index: 50;
    top: 0;
    top: 7px;
}

.nav-item {
	cursor:pointer;
}

.nav-item .nav-link {
	color:black !important;
	font-weight:300;
}

#logo_section {
    position: sticky;
	background-color:white;
    top: 0;
	z-index:100;
	box-shadow: 2px 5px 9px 0;
}

#menumenu {
	position: absolute;
    right: 0;
    background-color: #143d9a;
    float: right;
    color: white;
	border-radius:0;
}

#top_servc {
    background-color: #b60002;
    color: white;
    font-size: 17px;
    border-radius: 0;
    font-family: auto;
    text-shadow: none;
}

#homeabout {
	background-color:#3c579f !important;
	color:white;
}

/*#homeabtimg {
	height: 145px;
    width: 145px;
    border-width: 4px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-image: initial;
    border-radius: 50%;
    overflow: hidden;
    background: rgb(229, 229, 229);
    margin: 0px auto;
}*/

#homeabtimg {
    height: 145px;
    position: absolute;
    left: 0;
    bottom: 55px;
    right: 0;
    width: 145px;
    border-width: 4px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-image: initial;
    border-radius: 50%;
    /* overflow: hidden; */
    background: rgb(229, 229, 229);
    margin: 0px auto;
}

#homewho {
	font-family: 'Roboto Slab', serif;
	margin-top:50px;
	text-decoration: overline;
}

#whotext {
    margin: auto;
    width: 65%;
    margin-top: 20px;
}

#value {
	background-image: linear-gradient(rgb(0 0 0 / 80%), rgb(35 31 32 / 53%)), url(../images/brands-bg-new.jpg);
    padding: 50px;
    background-size: cover;
    background-position: center;
    color: white;
    background-attachment: fixed;
}

#value_text {
    font-size: 20px;
    background-color: #0000008f;
    padding: 30px;
    width: 70%;
    margin: auto;
}

a#enquire_btn {
    background-color: transparent;
    color: white;
    border: 2px solid white;
}

a#enquire_btn:hover {
    background-color: #0069d9;
    color: white;
    border: 2px solid #0069d9;
	transition:ease-in-out 1s;
}

.carousel-control-prev-icon {
    background-color: #182462;
    padding: 30px;
    border-radius: 50%;
}

.carousel-control-next-icon {
    background-color: #182462;
    padding: 30px;
    border-radius: 50%;
}

footer {
	background: rgb(17, 17, 17);
	color: rgb(204, 204, 204);
	font-size:17px;
}

#footer_logo {
    margin-bottom: 20px;
    width: 50%;
}

#footer_head {
	font-family: 'Roboto Slab';
    color: white;
    text-transform: capitalize;
    font-size: 25px;
	margin-bottom: 20px;
}

#span_footer {
    color: white;
	margin-right: 15px;
}

#tm {
	background: rgb(25 35 95);
    font-size: 14px;
    padding: 0;
    color: white;
}

#tm_text {
    position: relative;
    top: 20px;
	float:left;
}

#tm_socials li {
	display:inline-block;
	padding:10px;
}

#tm_socials li a:hover {
	background-color:white;
	padding:8px;
	transition:ease-in-out 0.5s;
	color:black;
}

#tm_socials {
	float:right;
	position: relative;
    top: 10px;
}

#paintt {
    position: absolute;
    width: 50%;
    right: -115px;
    bottom: -125px;
}

.zoom {
   /*padding: 50px;*/
    /* background-color: green; */
    transition: transform .2s;
    /* width: 200px; */
    height: auto;
    margin: 0 auto;
}

.zoom:hover {
  transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  transition:all 1s ease;
}

#cat_name {
    font-size: 30px;
}

#cat_img {
    background-color: #17205d;
    padding: 5px;
    border-radius: 5px;
	box-shadow: 1px 5px 8px 0px black;
}

#caro_cap {

    background-color: #162464f0;
    position: absolute;
    bottom: 100px;
    color: white;
    padding: 30px;
}

#contact_banner {
	background-image: linear-gradient(rgb(0 0 0 / 80%), rgb(35 31 32 / 53%)), url(../images/faucet.jpg);
    padding: 150px;
    background-size: cover;
    background-position: center;
    color: white;
    background-attachment: fixed;
}

#contact_text {
    background-color: #162464d4;
    padding: 20px;
    text-align: center;
    font-size: 30px;
	line-height: 1;
	width: 50%;
    margin: auto;
	text-transform:uppercase;
}

#sub_text_contact {
    font-size: 15px;
	text-transform:lowercase;
}

#contact_fa {
    font-size: 30px;
    background-color: #172563;
    color: white;
    padding: 5px;
    border-radius: 5px;
}

#map {
	width:100%;
	height:350px;
	margin-bottom:-10px;
}

#bgbg {
	background-image:url(../images/AP01_0P56_Palomba2012_MG_6924_1-Copy-2.jpg);
	height: 856px;
	background-position: center;
}

#abt_text {
    padding: 120px;
}


@media screen and (max-width: 990px) {
#logo_section {
    position: sticky;
    background-color: white;
    top: 0;
    z-index: 100;
    padding: 20px;
	box-shadow: 2px 5px 9px 0;
}

#logo {
    width: 80%;
    position: absolute;
    z-index: 50;
    top: -10px;
    border-radius: 0;
}

.navbar-collapse {
    background-color: #1b2662;
    padding: 5px;
    width: 169px;
    position: absolute;
    top: 35px;
    box-shadow: none;
    right: -14px;
    height: 190px;
}

.nav-item .nav-link {
	position:relative;
	top:10px;
	color:white !important;
	font-weight:300;
}

.nav-item .nav-link:hover {
	color:black !important;
	transition:ease-in 0.7s;
	background-color:white;
	border-top-left-radius:0;
}

#bgbg {
	background-image:url(../images/AP01_0P56_Palomba2012_MG_6924_1-Copy-2.jpg);
	height: 856px;
	background-position: center;
	display:none;
}
}

@media screen and (max-width: 767px) {
.col-xs-50 {
	width:50%;
}

.col-xs-80 {
	width:80%;
}


.col-xs-20 {
	width:20%;
}

.col-xs-100 {
	width:100%;
	text-align:center;
}

#logo {
    width: 45%;
    position: absolute;
    z-index: 50;
    top: -5px;
}

.navbar-collapse {
    background-color: #1b2662;
    padding: 5px;
    width: 169px;
    position: absolute;
    top: 35px;
    box-shadow: none;
    right: -14px;
    height: 190px;
}

.nav-item .nav-link {
	position:relative;
	top:10px;
	color:white !important;
	font-weight:300;
}

.nav-item .nav-link:hover {
	color: black !important;
	transition:ease-in 0.7s;
	background-color:white;
	border-top-left-radius:0;
}

#top_soc {
    font-size: 18px;
    float: right;
}

#top_servc {
	display:none;
}

#whotext {
    margin: auto;
    width: 100%;
    margin-top: 20px;
}

#value {
    background-image: linear-gradient(rgb(0 0 0 / 80%), rgb(35 31 32 / 53%)), url(../images/brands-bg-new.jpg);
    padding: 10px;
    background-size: cover;
    background-position: center;
    color: white;
    background-attachment: fixed;
    font-size: inherit;
}

#value_text {
    font-size: 20px;
    background-color: #0000008f;
    padding: 30px;
    width: 100%;
    margin: auto;
}

#menu_stroke {
	display:none;
}

#footer_logo {
    margin-bottom: 20px;
    width: 35%;
}

#paintt {
    position: absolute;
    width: 55%;
    right: -13px;
    bottom: -67px;
}

.carousel-control-prev-icon {
    background-color: #182462;
    padding: 20px;
    border-radius: 50%;
}

.carousel-control-next-icon {
    background-color: #182462;
    padding: 20px;
    border-radius: 50%;
}

#mob_disp_none {
	display:none;
}

#homeabtimg {
    height: 100px;
    position: absolute;
    left: 0;
    bottom: 70px;
    right: 0;
    width: 100px;
    border-width: 4px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-image: initial;
    border-radius: 50%;
    /* overflow: hidden; */
    background: rgb(229, 229, 229);
    margin: 0px auto;
}

#caro_cap {
    background-color: #162464f0;
    position: absolute;
    /* margin: auto; */
    bottom: 30px;
    left: 50px;
    /* right: 0; */
    color: white;
    font-size: 12px;
	text-align:center;
    max-width: 72%;
    padding: 10px;
	display:none;
}

#contact_text {
    background-color: #162464d4;
    padding: 10px;
    text-align: center;
    font-size: 30px;
    line-height: 1;
    width: 100%;
    margin: auto;
    text-transform: uppercase;
}

#contact_banner {
    background-image: linear-gradient(rgb(0 0 0 / 80%), rgb(35 31 32 / 53%)), url(../images/faucet.jpg);
    padding: 65px;
    background-size: cover;
    background-position: center;
    color: white;
    background-attachment: fixed;
}

#abt_text {
    padding: 20px;
}

#bgbg {
	background-image:url(../images/AP01_0P56_Palomba2012_MG_6924_1-Copy-2.jpg);
	height: 500px;
	background-position: center;
	display:none;
}
}