html {
	scroll-behavior: smooth;
    line-height: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
	/*font-family: PT Sans,Helvetica,Arial,sans-serif;*/
    letter-spacing: normal;
    word-spacing: normal;
	font-size: 12px;
    line-height: 1.7em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: -.6px;
    color: #282828;
}

#toptop {
	background-color: #f7941e;
    color: white;
    font-size: 12px;
    padding-top: 10px;
}

#top_soc {
    font-size: 20px;
    float: right;
}

#top_nmbrs {
	position:relative;
	top:8px;
}

#about {
	padding:100px;
	background-position: center;
    background-size: cover;
	margin-top: -1px;
	background-attachment: fixed;
}

#headhead {
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 30px;
    text-transform: capitalize;
    font-family: 'Pacifico', cursive;
    border-left: 5px solid #f7941e;
    text-align: left;
    padding-left: 10px;
    color: #f7941e;
    text-shadow: 1px 0px 0px black;
}

#whywork {
    background-color: #f4f4f4 !important;
}

#talk_btn {
    border: 1px solid;
    font-family: auto;
    margin-top: 0;
    font-size: large;
	color:white;
}

#talk_btn:hover {
    border: 1px #b70002;
	background-color:#b70002;
    font-family: auto;
    margin-top: 0;
    font-size: large;
	color:white;
	transition:ease-in-out 0.9s;
}

#pad {
	padding-bottom:50px;
	padding-top:50px;
}

footer {
	background-color:#231f20;
	padding: 0;
}

#footer_list {
	margin-bottom:0;
}

#footer_list li {
	display:inline-block;
	padding:5px;
}

#footer_list li a {
	text-transform:capitalize;
	color:white;
	text-decoration:none;
}

#logo {
	width: 30%;
    position: absolute;
    z-index: 50;
    top: 0px;
    border-bottom-left-radius: 0;
}

.nav-item {
	cursor:pointer;
}

.nav-item .nav-link {
	color:black !important;
	font-weight:300;
}

#learnmore {
    font-size: 20px;
    position: relative;
    top: 30px;
    border: 1px solid white;
    padding: 6px;
    border-radius: 5px;
	font-family: auto;
}

#learnmore:hover {
	color:white !important;
	transition:ease-in 0.7s;
	background-color:#f7941e;
	cursor:default;	
}

/*.nav-item .nav-link:hover {
	color:white !important;
	transition:ease-in 0.7s;
	background-color:#f7941e;
	border-top-left-radius:10px;
}*/

#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: #f7941e;
    float: right;
    color: white;
}

#contactus {
	background-image: linear-gradient(rgb(242 145 30 / 45%), rgb(35 31 32 / 71%)), url(../images/contact-us-hero-bg-1024x400.png);
    /* background-image: url(../images/contact-us-hero-bg-1024x400.png); */
    padding-top: 100px;
    padding-bottom: 100px;
    background-size: cover;
    background-position: inherit;
	
}

#hear {
    color: white;
    font-size: 40px;
    /* font-family: fantasy; */
    margin-bottom: 50px;
    font-family: 'Pacifico', cursive;
    text-transform: lowercase;
}

/*#contact_bg {
    background-image: url(../images/contact-us-hero-bg-1024x400.png);
    padding: 80px;
    background-size: cover;
    background-position: inherit;
    background-attachment: fixed;
}*/

#cont_list li {
	color:#ffffff8a;
	padding-bottom:100px;
}

#cntct_form {
    background-color: white;
    padding: 25px;
    box-shadow: 2px 2px 15px 2px;
	border-radius: 15px;
}

#form_custom {
    border-left: none;
    border-right: none;
    border-top: none;
}

#map {
	width:100%;
	height:300px;
}

#serv_name {
    background-color: #b70002;
    color: white;
    position: absolute;
    bottom: -15px;
    padding: 5px;
    font-size: 20px;
    font-family: emoji;
	display:none;
}

#serv_name:hover {
    background-color: white;
    color: #b70002;
	transition:ease-in-out 1s;
}

#gallery {
    color: #b70002;
    font-size: 45px;
    font-family: 'Pacifico', cursive;
    text-transform: capitalize;
    font-weight: 600;
    padding-top: 50px;
}

#whtwedo {
    color: #b70002;
    font-size: 45px;
    font-family: 'Pacifico', cursive;
    text-transform: capitalize;
    font-weight: 600;
	margin-bottom:20px;
	text-decoration:underline;   
}

#underline {
    background-color: #b70002;
    height: 5px;
    width: 7%;
    margin: auto;
    border-top-left-radius: 90px;
    border-top-right-radius: 90px;
    margin-top: -5px;
	margin-bottom: 100px;
}

#myBtn {
    background-color: #f7941e;
    color: white;
    padding: 15px;
    position: fixed;
    border-radius: 7px;
    bottom: 100px;
    right: 30px;
    box-shadow: 2px 2px 2px black;
}

#footer_social {
	background-color: white;
    color: red;
    padding: 15px;
    border-radius: 100%;
	box-shadow: 2px 2px 8px -3px black;
}

#footer_inderline {
    height: 4px;
    background-color: #ffffff8a;
    /* margin: 15px; */
    width: 15%;
    /* text-align: center; */
    /* position: absolute; */
    margin: auto;
}

#top_servc {
    background-color: #b60002;
    color: white;
    font-size: 17px;
    border-radius: 0;
    font-family: auto;
    text-shadow: none;
}

#whylist {
	text-align:left;
	font-size:12px;
}

#whylist li {
	padding:8px;
}

#home {
	background-image: linear-gradient(rgb(247 148 30 / 25%), rgb(35 31 32)), url(../images/computer.jpg);
    padding: 100px;
    background-size: cover;
    background-position: center;
}

#main_head {
    color: white;
    font-size: 38px;
    font-weight: 300;
    text-align: left;
    text-transform: capitalize;
    line-height: 1.1;
}

#subhead {
   font-size: 85px;
    top: 15px;
    position: relative;
    margin-bottom: 0;
    background-color: #f7941e;
	line-height: 1.3;
}

#gallery_tabs {
	border:none;
	margin-bottom:50px;
}

#gallery_tabs li {
	color:white;
	background-color:#2866b1;
	padding:5px;
	margin:2px;
}

#gallery_tabs li a {
	color:white;
	text-decoration:none;
	text-transform:uppercase;
}

a#frn {
    margin-left: 20px;
    float: right;
    font-size: 11px;
    position: relative;
    top: 8px;
}

#services {
	background-image: linear-gradient(rgb(0 0 0 / 71%), rgb(35 31 32 / 85%)), url(../images/bg.jpg);
    padding: 100px;
    background-position: center;
    background-size: cover;
	color: white;
}

img#srv_icon {
    border: 2px solid #f28282;
    padding: 10px;
}

#srv_head {
    font-weight: bold;
	margin: 10px 0;
    
    color: #f7941e;
	text-transform: capitalize;
}

#quotesec {
    background-color: #f7941e;
    padding: 15px;
    font-size: 25px;
	font-family: 'Pacifico', cursive;
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: none;
    border-top-left-radius: 0; 
    border-top-right-radius: 0;
    background-color: #f7941e;
    color: white;
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: none;
    background-color: #f7941e;
    color: white;
}

a#sitename {
	font-weight: 300;
    text-transform:capitalize;
    /* margin-top: 10px; */
    font-size: 15px;
    text-decoration: none;
    color: white;
    position: absolute;
    left: 15px;
    bottom: 0px;
    background-color: #f7941e;
    padding: 5px;
}

#pos {
	background-image: linear-gradient(rgb(242 145 30 / 45%), rgb(35 31 32 / 71%)), url(../images/cloud-pos-system.jpg);
    /* background-image: url(../images/contact-us-hero-bg-1024x400.png); */
    /* padding-top: 100px; */
    /* padding-bottom: 100px; */
    padding: 100px;
    background-size: cover;
    background-position: bottom;
    color: white;
    font-size: 25px;
}

p#quote_text {
    padding: 100px;
}

#postouch {
    font-size: 17px;
    color: #f7941e;
	cursor: context-menu;
}

#whatsapp {
    background-color: #008341;
    font-size: 35px;
    height: 58px;
    color: white;
    padding: 13px;
    /* text-align: center; */
    border-radius: 100%;
    position: fixed;
    /* text-align: center; */
    bottom: 90px;
    right: 25px;
    z-index: 100;
    box-shadow: 1px 2px 5px 1px black;
}

#danger {
    z-index: 90000;
    width: 100%;
    font-family: 'Pacifico', cursive;
    position: fixed;
}

#contact_lis li {
	padding-bottom:50px;
	color:white;
}


@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: 50%;
    position: absolute;
    z-index: 50;
    top: -20px;
    border-radius: 0;
}

.navbar-collapse {
    background-color: #f7941e;
    padding: 5px;
    width: 169px;
    position: absolute;
    top: 35px;
    box-shadow: 2px 2px 2px;
    right: -14px;
    height: 210px;
}

.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;
}

#serv_name {
    background-color: #b70002;
    color: white;
    position: absolute;
    bottom: -15px;
    padding: 5px;
    font-size: 15px;
    font-family: emoji;
}

#home {
    background-image: linear-gradient(rgb(247 148 30 / 25%), rgb(35 31 32)), url(../images/computer.jpg);
    padding: 40px;
    background-size: cover;
    background-position: center;
}

#main_head {
    color: white;
    font-size: 65px;
    font-weight: 300;
    text-align: center;
    text-transform: capitalize;
    line-height: 1.1;
}

#subhead {
    font-size: 70px;
    top: 15px;
    position: relative;
    margin-bottom: 0;
    background-color: #f7941e;
}

#learnmore {
    font-size: 15px;
    position: relative;
    top: 20px;
    border: 1px solid white;
    padding: 6px;
    border-radius: 5px;
}

#pos {
    background-image: linear-gradient(rgb(242 145 30 / 45%), rgb(35 31 32 / 71%)), url(../images/cloud-pos-system.jpg);
    /* background-image: url(../images/contact-us-hero-bg-1024x400.png); */
    /* padding-top: 100px; */
    /* padding-bottom: 100px; */
    padding: 40px;
    background-size: cover;
    background-position: bottom;
    color: white;
    font-size: 25px;
}

p#quote_text {
    padding: 40px;
    font-size: 25px;
}

}

@media screen and (max-width: 767px) {
.col-xs-50 {
	width:50%;
}

.col-xs-100 {
	width:100%;
	text-align:center;
}
	
#banner1_text {
    color: white;
    font-size: 30px;
    font-family: fantasy;
    text-transform: capitalize;
}

#about {
    padding: 20px;
    background-position: center;
    background-size: cover;
}

#logo {
    width: 18%;
    position: absolute;
    z-index: 50;
    top: -20px;
}

.navbar-collapse {
    background-color: #f7941e;
    padding: 5px;
    width: 169px;
    position: absolute;
    top: 35px;
    box-shadow: 2px 2px 2px;
    right: -14px;
    height: 210px;
}

.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;
}

#contactus {
	background-image: linear-gradient(rgb(242 145 30 / 45%), rgb(35 31 32 / 71%)), url(../images/contact-us-hero-bg-1024x400.png);
    /*background-image: url(../images/contact-us-hero-bg-1024x400.png);*/
    padding-top: 20px;
	padding-bottom: 20px;
    background-size: cover;
    background-position: inherit;
    
}

#serv_name {
    background-color: #b70002;
    color: white;
    position: absolute;
    bottom: -15px;
    padding: 5px;
    font-size: 15px;
    font-family: emoji;
}

#padgallery {
	padding:50px;
}

#underline {
    background-color: #b70002;
    height: 5px;
    width: 15%;
    margin: auto;
    border-top-left-radius: 90px;
    border-top-right-radius: 90px;
    margin-top: -5px;
	margin-bottom: 100px;
}

#services {
	background-image: linear-gradient(rgb(0 0 0 / 71%), rgb(35 31 32 / 85%)), url(../images/bg.jpg);
    padding: 20px;
    background-position: center;
    background-size: cover;
	color: white;
}

#top_soc {
    font-size: 18px;
    float: right;
}

#list_serv {
	z-index: 200;
    position: relative;
}

#top_servc {
	display:none;
}

#home {
    background-image: linear-gradient(rgb(247 148 30 / 25%), rgb(35 31 32)), url(../images/computer.jpg);
    padding: 15px;
    background-size: cover;
    background-position: center;
}

#main_head {
    color: white;
    font-size: 30px;
    font-weight: 300;
    text-align: center;
    text-transform: capitalize;
    line-height: 1.1;
}

#subhead {
    font-size: 31px;
    top: 8px;
    position: relative;
    margin-bottom: 0;
}

#quotesec {
    background-color: #f7941e;
    padding: 15px;
    font-size: 18px;
    font-family: 'Pacifico', cursive;
}

#whatsapp {
    background-color: #008341;
    font-size: 35px;
    height: 58px;
    color: white;
    padding: 13px;
    /* text-align: center; */
    border-radius: 100%;
    position: fixed;
    /* text-align: center; */
    bottom: 49px;
    right: 25px;
    z-index: 100;
    box-shadow: 1px 2px 5px 1px black;
}

p#quote_text {
    padding: 60px;
    font-size: 25px;
}

#pos {
    background-image: linear-gradient(rgb(242 145 30 / 45%), rgb(35 31 32 / 71%)), url(../images/cloud-pos-system.jpg);
    /* background-image: url(../images/contact-us-hero-bg-1024x400.png); */
    /* padding-top: 100px; */
    /* padding-bottom: 100px; */
    padding: 60px;
    background-size: cover;
    background-position: bottom;
    color: white;
    font-size: 25px;
}

#main_head {
    color: white;
    font-size: 30px;
    font-weight: 300;
    text-align: center;
    text-transform: capitalize;
    line-height: 1.1;
    padding-bottom: 40px;
    padding-top: 40px;
}

/*#danger {
    position: absolute;
    z-index: 9;
    width: 100%;
	font-family: 'Pacifico', cursive;
}*/

}