html {
    height: 100%;
}
body {
    background: none repeat scroll 0 0 #ffffff;
    height: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
	margin-top: -100px;
}

p.heading {
    color: #CCCCCC;
    font-family: calibri, arial, sans-serif;
    font-size: 10pt;
    font-size-adjust: 0.5;
    font-weight: bold;
}
p.bodytext {
    text-align: left;
}
p.bheading {
    color: #666666;
    font-family: calibri, arial, sans-serif;
    font-size: 14pt;
    font-size-adjust: 0.5;
    font-weight: bold;
}
h1 {
 	background: #ffffff;
	font-color: #000000;
	font-family: calibri, arial, sans-serif;
	font-size: 40px;
	font-weight: 600;
	line-height: 20px;
	margin: 0 auto;
	padding: O;
	position: relative:
	text-align: center;
}

h2 {
 	background: #ffffff;
	color: #000000;
	font-family: calibri, arial, sans-serif;
	font-size: 25px;
	font-weight: 400;
	line-height: 20px;
	margin: 0 auto;
	padding: 0;
	position: relative:
	text-align: center;
}

h2 {
 	background: #ffffff;
	color: #000000;
	font-family: calibri, arial, sans-serif;
	font-size: 25px;
	font-weight: 400;
	line-height: 20px;
	margin: 0 auto;
	padding: 0;
	position: relative:
	text-align: center;
}

p.small {
    color: #FFFFFF;
    font-size: 8pt;
    font-size-adjust: 0.5;
}
#navbar {
    background: none repeat scroll 0 0 #FFFFFF;
    margin-left: 100px;
    text-align: right;
    padding: 10px;
	margin-top: 30px;
}

a:link {
    color: gray;
}
a:active {
    color: #57b4c5;
}
a.navmenu {
    color: gray;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 7pt;
    font-size-adjust: 0.5;
    font-weight: normal;
    line-height: 7pt;
    text-decoration: none;
}
a.navmenuactive {
    color: #57b4c5;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 7pt;
    font-size-adjust: 0.5;
    font-weight: de2520;
    line-height: 7pt;
    text-decoration: none;
}
a:hover {
    color: #57b4c5;
}
p {
    margin: auto;
    text-align: left;
}
img {
    margin: 0;
    padding: 0;
}

#wrapper1 {
    background: none repeat scroll 0 0 #FFFFFF;
    margin: 0 auto;
    position: relative;
    text-align: left;
    width: 800px;
}
#wrapper2 {
    position: relative;
    text-align: left;
    width: 800px;
}
#header {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #FFFFFF;
	position:relative;
    margin: 0 auto;
    width: 800px;
	height: 128px;
}
#header h1 {
    font-size: 200%;
}

#footer {
   padding: 0px 0px; 
	top: 1px; 
	width: 800px; 
	text-align: center; 
	color: rgb(255, 255, 255); 
	margin-left: 0px; 
	position: relative;

}

#contentArea{
	margin-left: auto;
    margin-right: auto;
	background: white;
	width: 800px;
	align: middle;
	margin-top: 100px;
	margin-bottom: 100px;
}


#infoTab{
    margin-left: 2px;
}

#logo{
  margin-top:10px;
}


.services {
	padding: 0 auto;
	text-align: left;
	position: relative;
	margin-left: auto;
	width: 800px;
	 
}

#services{
	word-wrap: break-word;
	text-align: left;
	width: 800px;
	margin: auto;
}


.fb-like{
    height: 20px;
    overflow: hidden;
}


/* Added on 10 Aug 2021*/
.hamburgermenu {
    display: block;
    width: 28px;
    height: 18px;
    padding: 11px;
    float:right;
    margin-top:20px;
}
.hamburgermenu a:before, .hamburgermenu a:after {
    content: '';
    display: block;
    background: #333;
    height: 2px;
}
.hamburgermenu a span {
    background: #333;
    display: block;
    height: 2px;
    margin: 6px 0;
}

.video-container {
    overflow: hidden;
    position: relative;
    width:100%;
}

.video-container::after {
    padding-top: 72%;
    display: block;
    content: '';
}

.video-container embed, .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.workimg{width:100%;height:auto;}
.leftarrow{position: absolute;top:50%;left:0%;}
.rightarrow{position: absolute;top:50%;right:0%;}
@media only screen and (max-width: 799px) {
    #contentArea{margin-left: 15px;margin-right: 15px;}
    #contentArea{width: calc(100% - 30px);}
    #header, #footer, .services{width:100%;}
    #header{height:auto;}
    .mm-ocd__content{text-align:left;font-family: Verdana,Arial,Helvetica,sans-serif;}
    #navbar{display:none;}
    #logo{padding-left:0px !important;max-width:60%;margin-bottom:10px;}
    .abtheading{font-size:6vw;}
    .subheading{font-size: 4vw;line-height: 1em;}
    .hideonphone{display:none;}
}
@media only screen and (min-width: 800px) {
    #my-menu, .hamburgermenu{display:none;}
}

@media only screen and (max-width: 479px) {
    .faddress, .fcontact, .fcopyright{display:block;margin-bottom:5px;}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .faddress{display:block;}
}

