@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:#ffffff;
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%;
margin-bottom: 30px;
margin-top: 30px;
}
.inner-header {
width:100%;
margin:0 auto;
margin-bottom:10px;
}
.inner-header img {
width:100%;
padding:30px;
}
.company-info-box {
background-color:#29225d;
background-image:url(..//1.jpg);
background-repeat: no-repeat;
background-position:center top;
background-size:40%;
padding:20px;
height:180px;
margin-bottom:70px;
margin-bottom: 90px;
}
.company-info-box h2 {
font-family: 'Roboto', sans-serif;
color:#ffffff;
font-size:17px;
text-transform:uppercase;
font-weight:600;
margin:0 auto;
padding:10px 0 0 0;
}
.company-info-box h2 span {
color:#ffffff;
font-size:25px;
}
.company-info-box p {
font-family: 'Roboto', sans-serif;
color:#ffffff;
font-size:16px;
letter-spacing:1px;
text-transform:capitalize;
font-weight:400;
margin:0 auto;
padding:0;
margin-top: 17px;
}
.company-info-icon {
position:relative;
margin-bottom:-25px;
top:25px;
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:black;
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:#5d1958;
    color: #ffffff!important;
	border:;
	font-size:25px;
}
.company-info-icon li i:hover {
box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
background-color:#29225d;
color: #ffffff!important;

}
.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;
}
.whatsapp-button {
background: #5d1958;
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:#29225d;
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:#5d1958;
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:#29225d;
color:#FFF;
text-decoration:none;
}
.phonebook-button i {
font-size:15px;
padding-right:5px;
}

.share-button {
background: #5d1958;
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:#29225d;
color:#FFF;
text-decoration:none;
}
.share-button i {
font-size:15px;
padding-right:5px;
}
.cont-info {
padding:20px 30px;
list-style: none;
}
.cont-info-box {
border:1px solid#444;
border-radius:30px;
margin-bottom:15px;
height:auto;
padding:10px;
}
.cont-info-box p {
font-size:15px;
text-align:left;
padding-left:50px;
padding-top:0;
margin-bottom:0;
color:#000;
text-decoration:none;
}
.cont-info-box p a {
color:#000;
text-decoration:none;
}
.cont-info-box p a:hover {
color:#5d1958;
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:#29225d;
color: #000!important;
border:1px solid#444;
font-size:25px;
position:relative;
margin-top:-21px;
top:11px;
left:-15px;
}
.box-icon i {
color:#ffffff;
font-size:25px;
padding-top:14px;
}
.social-icon {
padding:0px 20px;
width:30%;
margin:0 auto;
margin-bottom:20px;
margin-top:20px;
font-size: 25px;
}
.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:#29225d;
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:#ffffff;
text-decoration:none;
}
.fixed-menu-box li a {
font-size:13px;
color:#ffffff;
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:black;
font-weight:400;
margin-bottom:20px;
margin-top: 35px;
}
.about-section h3 span {
color:;
font-weight:600;
}
.about-section p {
font-size:15px;
font-family: 'Roboto', sans-serif;
color:-;
font-weight:400;
line-height:1.5;
text-decoration:none;
}
.about-section p a {
font-size:15px;
color:#29225d;
text-decoration:none;
}
.about-section p a:hover {
font-size:15px;
color:#29225d;
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: 10px;
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: 140px;
margin-bottom:60px;
}
.company-info-icon {
position: relative;
margin-bottom: -25px;
top: 10px;
}
.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:30px;
padding:0px 0 0 0;
}
.icon-margin-bottom {
margin-bottom:50px!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;
}
}
.recreat-icons{
display: flex;
text-align: center;
justify-content: center;
font-size: 21px;
list-style: none;
margin-bottom: 13px;	
}
.recreat-icons li{
padding-right: 15px;
}
.external-cod{
line-height: 30px;
margin-bottom: 15px;

}
.icons-creat li{
background: #29225d;
color: #ffffff;
padding: 10px;
border-radius: 66px;	
}
.iconsss{
color: #29225d;
border-radius: 33px;
padding: 9px;
width: 39px;
border: 1.9px solid black;	
}
.footer-icon{
font-size: 28px;
}
.aboutxx{
font-size: 40px;
color: #29225d;	
}
.usxx{
font-size: 40px;
color: #5d1958;	
}
.box2-0{
justify-content: center;
    align-items: center;
    width: 45px;
    height: 40px;
    text-align: center;
    float: left;
    box-shadow: 1px 1px 5px rgb(107 128 168 / 20%);
    border-radius: 100px;
    margin-bottom: 10px;
    background-color: #29225d;
    color: #ffffff!important;
    border: 1px solid#444;
    font-size: 20px;
    position: relative;
    margin-top: -21px;
    top: 11px;
    left: -15px;
    padding-top: 7px;
}
.icon-ss{
font-size: 20px;
}
.cont-box2{
border: 1px solid#444;
    border-radius: 30px;
    margin-bottom: 15px;
    height: auto;
    padding: 10px;
    margin-right: 74px;
}
.footer-box{
	text-align: center !important;
    display: flex;
    justify-content: center;
}