@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
font-family: 'Roboto', sans-serif;
margin: 0 auto;
color: #555555;
text-decoration: none;
text-align: center;
background-color:#444;
}
.container-wrapper {
background: #fff;
max-width:450px;
margin:0 auto;
margin-top:20px;
margin-bottom:20px;
}
.main-box {
background-color:#000;
padding:0 0 10px 0;
box-shadow: 1px 2px 15px #999;
}
.desktop-show {
display:block;
}
.mobile-show {
display:none;
}
.logo {
width:100%;
margin:0 auto;
margin-bottom:0;
margin-top:10px;
}
.logo img {
width:75%;
}
.inner-header {
width:100%;
margin:0 auto;
margin-bottom:40px;
}
.inner-header img {
width:100%;
}
.company-info-box {
background-color:#C19C5C;
background-image:url(../images/bg-head.png);
background-repeat: no-repeat;
background-position:center top;
background-size:40%;
padding:20px;
height:180px;
margin-bottom:80px;
}
.company-info-box h2 {
font-family: 'Roboto', sans-serif;
color:#000;
font-size:22px;
text-transform:uppercase;
font-weight:600;
margin:0 auto;
margin-bottom: 10px;
}
.company-info-box h2 span {
color:#000;
font-size:25px;
}
.company-info-box p {
font-family: 'Roboto', sans-serif;
color:rgba(0, 0, 0, 0.8);
font-size:14px;
letter-spacing:1px;
text-transform:capitalize;
font-weight:500;
margin:0 auto;
padding:0;
}
.company-info-icon {
position:relative;
margin-bottom:-25px;
top:30px;
margin:0 auto;
width:100%;
}
.company-info-icon li {
font-family: 'Roboto', sans-serif;
list-style:none;
display:inline-block;
font-size:14px;
font-weight:500;
color:#C19C5C;
text-transform:uppercase;
text-align:center;
margin-right:10px;
margin-left:10px
}
.company-info-icon li i {
    display: flex;
    justify-content: center;
    align-items: center;
    width:60px;
    height:60px;
	margin:0 auto;
    text-align: center;
    margin: 0 auto;
    box-shadow: 1px 1px 5px rgba(107, 128, 168, 0.2);
    border-radius: 100px;
    margin-bottom: 10px;
    background-color:#000;
    color: #BF9A5A!important;
	border:2px solid#C19C5C;
	font-size:25px;
}
.company-info-icon li i:hover {
box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
background-color:#BF9A5A;
color: #000!important;
border:1px solid#BF9A5A;
}
.whatsapp-share {
padding:5px 5px;
}
.form-wrapper {
float: left;
width: 100%;
margin-top:10px;
}
.form-wrapper input {
    width: 100%;
    height:45px;
    border: 1px solid #e7e7e7;
    padding-left: 10px;
    padding-right: 10px;
	border-radius:5px;
	font-size:15px;
	font-weight:bold;
	color:#000;
}
.form-wrapper select {
    width: 100%;
    height:45px;
    border:1px solid #e7e7e7;
    padding-left: 10px;
    padding-right: 10px;
	border-radius:5px;
	font-size:13px;
}
.form-wrapper textarea {
    width: 100%;
    border:1px solid #e7e7e7;
    padding:10px;
}
input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
textarea {
    overflow: auto;
}
.footer-section {
    margin-top: 70px;
}
.footer-section p {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: #C19C5C;
    font-weight: 600;
    line-height: 1.5;
}
.whatsapp-button {
background: #4ea55d;
margin:0 auto;
border-radius:5px;
display: block;
color: #FFF;
font-size:13px;
height:auto;
padding:13px;
font-weight:400;
text-transform:uppercase;
border:none;
outline: none;
cursor: pointer;
text-align:center;
-moz-transition: all 0.5s ease-out;
-ms-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}
.whatsapp-button:hover{
background:#444;
color:#FFF;
}
.whatsapp-button i {
font-size:15px;
padding-right:5px;
}

.submit-button {
background: #C19C5C;
margin:0 auto;
border-radius:5px;
display: block;
color: #FFF;
font-size:13px;
height:auto;
padding:13px;
font-weight:400;
text-transform:uppercase;
border:none;
outline: none;
cursor: pointer;
text-align:center;
-moz-transition: all 0.5s ease-out;
-ms-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}
.submit-button:hover{
background:#444;
color:#FFF;
}
.submit-button i {
font-size:15px;
padding-right:5px;
}
.no-padding-left {
padding-left:0!important;
}
.no-padding-right {
padding-right:0!important;
}
.button-section {
padding:5px 5px;
}
.phonebook-button {
background:#C19C5C;
margin:0 auto;
border-radius:5px;
display: block;
color: #FFF;
font-size:13px;
height:auto;
padding:13px;
font-weight:400;
text-transform:uppercase;
border:none;
outline: none;
cursor: pointer;
text-align:center;
-moz-transition: all 0.5s ease-out;
-ms-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
text-decoration:none;
}
.phonebook-button:hover{
background:#444;
color:#FFF;
text-decoration:none;
}
.phonebook-button i {
font-size:15px;
padding-right:5px;
}

.share-button {
background: #C19C5C;
margin:0 auto;
border-radius:5px;
display: block;
color: #FFF;
font-size:13px;
height:auto;
padding:13px;
font-weight:400;
text-transform:uppercase;
border:none;
outline: none;
cursor: pointer;
text-align:center;
-moz-transition: all 0.5s ease-out;
-ms-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
text-decoration:none;
}
.share-button:hover{
background:#444;
color:#FFF;
text-decoration:none;
}
.share-button i {
font-size:15px;
padding-right:5px;
}
.cont-info {
padding:20px 30px;
}
.cont-info-box {
border: 1px solid #444;
    border-radius: 30px;
    margin-bottom: 20px;
    height: 55px;
    padding: 10px;
    align-items: center;
    display: flex;
}
.cont-info-box p {
font-size:15px;
text-align:left;
padding-top:0;
margin-bottom:0;
color:#FFF;
text-decoration:none;
}
.cont-info-box p a {
color:#FFF;
text-decoration:none;
}
.cont-info-box p a:hover {
color:#C19C5C;
text-decoration:none;
}
.box-icon {
justify-content: center;
align-items: center;
width:55px;
height:55px;
text-align: center;
float:left;
box-shadow: 1px 1px 5px rgba(107, 128, 168, 0.2);
border-radius: 100px;
margin-bottom: 10px;
background-color:#C19C5C;
color: #000!important;
border:1px solid#444;
font-size:25px;
position:relative;
top:5px;
left:-15px;
}
.box-icon i {
color:#000;
font-size:25px;
padding-top:14px;
}
.social-icon {
padding:0px 20px;
width:30%;
margin:0 auto;
margin-bottom:20px;
margin-top:20px;
}
.social-icon li {
list-style:none;
width:33%;
float:left;
margin-left:0;
margin-right:0;
}
.social-icon li img {
width:85%;
}
.icon-margin-bottom {
margin-bottom:80px!important;
}
.fixed-menu {
width:100%;
position:fixed;
bottom:0;
left:0;
margin-top:0;
background-color:#C19C5C;
padding:5px 0 10px 0;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.8);
}
.fixed-menu-box {
width:40%;
margin:0 auto;
}
.fixed-menu-box li {
font-family: 'Roboto', sans-serif;
list-style:none;
width:20%;
float:left;
margin-left:0;
margin-right:0;
font-size:13px;
padding-top:10px;
text-transform:uppercase;
color:#000;
text-decoration:none;
}
.fixed-menu-box li a {
font-size:13px;
color:#000;
text-decoration:none;
}
.fixed-menu-box li a:hover {
font-size:13px;
color:#FFF;
text-decoration:none;
}
.fixed-menu-box i img {
width:25%;
padding-bottom:8px;
}
.about-section {
padding:10px 30px;
}
.about-section h2 {
font-size:28px;
font-family: 'Roboto', sans-serif;
color:#000;
font-weight:400;
margin-bottom:20px;
}
.about-section h2 span {
color:#b22412;
font-weight:600;
}
.about-section h3 {
font-size:28px;
font-family: 'Roboto', sans-serif;
color:#C19C5C;
font-weight:400;
margin-bottom:20px;
}
.about-section h3 span {
color:#C19C5C;
font-weight:600;
}
.about-section p {
font-size:15px;
font-family: 'Roboto', sans-serif;
color:#C19C5C;
font-weight:400;
line-height:1.5;
text-decoration:none;
}
.about-section p a {
font-size:15px;
color:#C19C5C;
text-decoration:none;
}
.about-section p a:hover {
font-size:15px;
color:#FFF;
text-decoration:none;
}
.service-section {
width:100%;
margin-bottom:50px!important;
}
.service-section li {
list-style:none;
width:48%;
float:left;
margin-right:2%;
margin-left:0%;
border:1px solid#444;
padding:0;
margin-bottom:10px;
font-size:15px;
color:#000;
}
.service-section li:hover {
background-color:#f4f4f4;
}
.service-section li img {
width:100%;
}
@media (min-width:320px) and (max-width:600px) {
.desktop-show {
display:none;
}
.mobile-show {
display:block;
}
.cont-info {
padding: 20px 20px;
}
.container-wrapper {
background: #fff;
max-width:100%;
width:100%;
margin:0 auto;
margin-top:0;
margin-bottom:20px;
}
.logo {
width:100%;
margin: 0 auto;
margin-bottom: 0px;
margin-top:0;
}
.fixed-menu-box {
width:100%;
margin:0 auto;
}
.phonebook-button {
font-size: 11px;
height: auto;
padding: 10px;
text-transform:capitalize;
}
.share-button {
font-size: 11px;
height: auto;
padding: 10px;
text-transform:capitalize;
}
.whatsapp-button {
font-size: 11px;
height: auto;
padding: 10px;
text-transform:capitalize;
}
.company-info-icon li {
font-size: 12px;
margin-right:5px;
margin-left:5px;
}
.company-info-icon li i {
display: flex;
justify-content: center;
align-items: center;
width:50px;
height:50px;
border-radius: 100px;
margin-bottom: 10px;
font-size: 20px;
}
.company-info-box {
background-color: #C19C5C;
padding: 20px;
height: 180px;
margin-bottom:85px;
}
.company-info-icon {
position: relative;
margin-bottom: -25px;
top: 25px;
}
.social-icon {
padding: 0px 20px;
width:40%;
margin: 0 auto;
margin-top:10px;
margin-bottom:10px;
}
.social-icon li img {
width:90%;
}
.fixed-menu-box li {
font-size: 13px;
padding-top:5px;
}
.fixed-menu-box i img {
width:25%;
padding-bottom: 8px;
}
.company-info-box h2 {
font-size:20px;
padding:0px 0 0 0;
}
.icon-margin-bottom {
margin-bottom:40px!important;
}
}
@media (min-width:601px) and (max-width:767px) {
.fixed-menu-box {
width: 80%;
margin: 0 auto;
}
.desktop-show {
display:block;
}
.mobile-show {
display:none;
}
}