body {
	margin:0;
	padding:0;
	font-family: 'OpenSans';
}
.HeaderDiv {
    background-color: #fff;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.33);
    float: left;
    height: 76px;
    position: fixed;
    width: 100%;
    z-index: 100;
}
.LogoLink {
	background-image: url("../images/Om_internet_services.gif");
	float: left;
	height: 71px;
	width: 387px;
}

.LogoLink > img {
    height: 75px;
    width: 257px;
}

.TopDiv{
	float:left;
	width:100%;
}
.CenterDiv {
	margin:0 auto;
	width:1000px;
}
.MobileMenu{
	display:none;
}
.MenuDiv {
	float:right;
}
.MenuDiv ul {
	float: left;
	margin: 0;
	padding: 0;
}
.MenuDiv ul li {
    float: left;
    list-style-type: none;
    margin-left: 0;
    position: relative;
    transition: all 0.5s ease 0s;
}
.MenuDiv ul li a {
    color: #888;
    float: left;
    font-size: 14px;
    padding: 28px 8px;
    position: relative;
    text-decoration: none;
    transition: all 0.5s ease 0s;
    z-index: 10;
}
.MenuDiv ul li + li {
    background-image: url("../images/menu-separator.png");
    background-position: left center;
    background-repeat: no-repeat;
    margin-left: 1px;
}
.MenuDiv ul li:hover a,.MenuDiv ul li.active01 a {
	color:#fff;
}
.MenuDiv ul li span {
    background-color: #009ddc;
    height: 4px;
    left: 0;
    position: absolute;
    transition: all 0.5s ease 0s;
    width: 100%;
    z-index: 2;
}
.MenuDiv ul li:hover span, .MenuDiv ul li.active01 span{
	height:75px;
}
.MenuDiv ul ul {
    background-color: #e5e5e5;
    box-shadow: 1px 1px 4px #666;
    display: none;
    margin-top: 75px;
    position: absolute;
    width: 180px;
	transition: all 0.5s ease 0s;
}
.MenuDiv ul li:hover ul {
	display:block;	
}
.MenuDiv ul ul li {
    background-image: none;
    float: left;
    width: 100%;
	margin:0;
}
.MenuDiv ul ul li a {
    border-bottom: 1px solid silver;
    color: #333 !important;
    float: left;
    font-size: 12px;
    padding: 4px 0 4px 4%;
    width: 96%;
}
.MenuDiv ul ul li a:hover{
	background-color:#FF7000 !important;
	 color: #fff !important;
}

.ContainerDiv {
    float: left;
    height: auto;
    margin-top: 12px;
    position: relative;
    width: 100%;
    z-index: 10;
}
.Content {
    
    margin: 0 auto;
    width: 1200px;
}

.Content > h3 {
    border-bottom: 1px solid grey;
    color: red;
	height:40px;
}

.HighLightDiv {
    float: left;
    padding: 10px 0;
    width: 100%;
}
.HighLightBlock {   
    float: left;
    height: auto;
    padding-bottom: 16px;
    text-align: center;
    width: 25%;
}
.BG01{
background-color:#45C8DE/*#461044*/;
}
.BG02{background-color:#C5DB6A/*#D51953*/;}
.BG03{background-color:#D7745B/*#FF7000*/;}
.BG04{background-color:#FAB865/*#FFBE00*/;}

.HighLightBlock:hover{
	background-color:#333;
}
.HighLightBlock:hover .MoreBtn {
    background-color: #fff;
    color: #000;
}
.HighLightBlock h3 {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
}
.HighLightBlock img {
    height: 60px;
    width: 60px;
}
.HighLightBlock p {
    color: #fff;
    font-size: 13px;
    padding: 0 5%;
    width: 90%;
}
.MoreBtn {
    background-color: #000;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    padding: 6px 10px;
    text-decoration: none;
    transition: all 0.5s ease 0s;
}
.MoreBtn:hover{
	background-color:#FFFFFF;
	color:#000000;
}
.Content01 {
    background-color: #f3f3f3;
    float: left;
    width: 100%;
}
.Content01 h2 {
    color: #ff7000;
}
.CenterDiv p {
    font-size: 13px;
    line-height: 24px;
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom:10px;
}

.ReadMore {
    background-color: #d51953;
    border-radius: 4px;
    box-shadow: 1px 1px 4px gray;
    color: #fff;
    float: right;
    padding: 4px 10px;
    text-decoration: none;
}

.ReadMore:hover{
	 background-color: #009ddc;
	 color:#fff;
}
.Contant02{
	float:left;
	width:100%;
	min-height:120px;
	/*background-image:url(../images/bg-1.jpg);*/
}
.Contant02 h2 {
    border-bottom: 1px solid #ff7000;
    float: left;
    height: 18px;
    text-align: center;
    width: 100%;
}
.Contant02 h2 span {
    background-color: #fff;
    color: #ff7000;
    padding: 0 10px;
}
/*.Contant02 h2 span {
    background-image: url("../images/bg-1.jpg");
    color: #fff;
    padding: 0 10px;
}
.OfferDiv {
    border: 1px solid #666a64;
    float: left;
    margin: 15px 15px 32px;
    min-height: 300px;
    width: 300px;
}*/
.OfferDiv {
    background-color: #fafafa;
    border: 1px solid #ededed;
    float: left;
    margin: 15px 15px 32px;
    min-height: 300px;
    padding: 4px;
    width: 292px;
}



.OfferDiv:hover{
	border: 1px solid #53A9E6;
}
.OfferDiv > img {
    width: 292px;
}
.OfferDiv:hover h4{ 
	color:#53A9E6;
}
.OfferDiv h4 {
    color: #ff7600;
    float: left;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.OfferDiv > p {
    color: gray;
    float: left;
    margin-top: 0;
    padding: 0 5%;
    width: 90%;
}
.OfferDiv:hover p{
	color:#000;
}
.OfferDiv .MoreBtn {
    background-color: #53a9e6;
    border-radius: 4px;
    box-shadow: 1px 1px 2px #000;
    float: right;
    margin-bottom: 8px;
    margin-right: 8px;
}
.OfferDiv .MoreBtn:hover {
    background-color: #fff;
}
.FooterDiv {
    background-color: #fbfbfb;
    border-top: 1px solid #e5e5e5;
    float: left;
    height: auto;
    width: 100%;
}
.FooterBlock {
    border-right: 1px solid #ededed;
    float: left;
    margin: 12px 30px 12px 0;
    width: 170px;
}
.FooterBlock h3 {
    color: #009ddc;
    float: left;
    font-size: 14px;
    margin: 8px 0;
}

.FooterBlock ul{
	float:left;
	margin:0;
	padding:0;
}
.FooterBlock ul li {
    color: #333;
    float: left;
    font-size: 12px;
    list-style-type: none;
    width: 100%;
}
.FooterBlock ul li a {
    color: #333;
    float: left;
    font-size: 12px;
    margin: 2px 0;
    text-decoration: none;
}
.FooterBlock ul li a:hover{
	color:#0099FF;
}
.Block2{
	width:500px;
}
.Block2 li{
	float:left;
	width:50% !important;;
}

.FooterBottomDiv {
    background-color: #2d2d2d;
    float: left;
    padding: 16px 0;
    width: 100%;
}
.copy {
    color: gray;
    float: left;
    font-size: 13px;
}
.DesignBy {
    color: gray;
    float: right;
    font-size: 13px;
}
.DesignBy {
    color: gray;
    float: right;
    font-size: 13px;
}
.DesignBy a {
    color: gray;
	text-decoration:none;
}
.DesignBy a:hover {
    color: #fff;
}







@media only screen and (min-width:320px) and (max-width:639px){
.CenterDiv {
    float: left;
    padding: 0 2%;
    width: 96%;
}

.HeaderDiv {
    height: 112px;
}
.MobileMenu{
	display:block;
}
.MenuDiv{
	display:none;
}
.LogoLink {
    background-image: url("../images/Om_internet_services.gif");
    background-size: 100% auto;
    float: left;
    height: 71px;
    width: 308px;
}
.MobileMenu {
    display: block;
    float: left;
    margin-bottom: 8px;
    margin-left: 5%;
    width: 90%;
}
.ContainerDiv {   
    margin-top: 112px;
}
select {
   background-color: #f3f3f3;
    border: 1px solid silver;
    border-radius: 6px;
    float: left;
    padding: 4px 1%;
    width: 98%;
}
.HighLightBlock {
    float: left;
    height: auto;
    padding-bottom: 16px;
    text-align: center;
    width: 100%;
}
.OfferDiv {
    background-color: #fafafa;
    border: 1px solid #ededed;
    float: left;
    margin: 3% 2%;
    min-height: 300px;
    padding: 4px;
    width: 93%;
}
.OfferDiv > img {
    width: 100%;
}
.FooterBlock {
    border-right: medium none;
    float: left;
    margin: 12px 30px 12px 2%;
    width: 92%;
}
.Block2 li {
    float: left;
    width: 100% !important;
}
.copy {
    color: gray;
    float: left;
    font-size: 12px;
    margin-bottom: 8px;
}
.DesignBy {
    color: gray;
    float: left;
    font-size: 13px;
    margin-bottom: 0;
}
}
@media only screen and (min-width:480px) and (max-width:639px){

.MobileMenu {
    display: block;
    float: right;
    margin-bottom: 8px;
    margin-top: 20px;
    width: 150px;
	margin-left:0;
}
.HeaderDiv {
    height: 72px;
}
.ContainerDiv {
    margin-top: 72px;
}
}

@media only screen and (min-width:640px) and (max-width:1000px){
.CenterDiv {
    float: left;
    padding: 0 1%;
    width: 98%;
}
.HeaderDiv {
    height: 72px;
}
.MobileMenu{
	display:block;
}
.MenuDiv{
	display:none;
}
.LogoLink {
    background-image: url("../images/Om_internet_services.gif");
    background-size: 100% auto;
    float: left;
    height: 71px;
    width: 308px;
}
.MobileMenu {
    display: block;
    float: right;
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 22px;
    width: 216px;
}
select {
    background-color: #f3f3f3;
    border: 1px solid silver;
    border-radius: 6px;
    float: left;
    padding: 4px 1%;
    width: 98%;
}
.ContainerDiv {    
    margin-top: 72px;
}
.HighLightBlock {
    float: left;
    height: auto;
    padding-bottom: 16px;
    text-align: center;
    width: 50%;
}
.HighLightBlock p {
    color: #fff;
    font-size: 13px;
    min-height: 144px;
    padding: 0 5%;
    width: 90%;
}
.OfferDiv {
    background-color: #fafafa;
    border: 1px solid #ededed;
    float: left;
    margin: 2% 1%;
    min-height: 300px;
    padding: 4px;
    width: 29.5%;
}
.OfferDiv > img {
    width: 100%;
}
.FooterBlock {
    border-right: medium none;
    float: left;
    margin: 12px 30px 12px 2%;
    width: 150px;
}
.Block2 {
    margin-right: 0 !important;
    width: 420px !important;
}
.Block2 li {
    float: left;
    width: 50% !important;
}
.copy {
    color: gray;
    float: left;
    font-size: 12px;
    margin-bottom: 8px;
    margin-left: 8px;
}
.DesignBy {
    color: gray;
    float: right;
    font-size: 13px;
    margin-bottom: 0;
    margin-right: 6px;
}
}


.MapDiv {
    background-color: #fff;
    float: left;
    height: 360px;
    margin: 0;
    overflow: hidden;
    width: 100%;
}
.ContactUsPage {
    background-color: #fff;
    border-top: 1px solid silver;
    float: left;
    margin-top: 10px;
    padding: 3% 1% 1%;
    width: 98%;
}

.FindUsDiv {
    float: left;
    font-family: opensans;
    padding: 0 1%;
    width: 30%;
}
.ContactUsPage h3 {
    color: #f93b40;
    font-family: 'Ubuntu',sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 28px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}
.ContactUsPage h4 {
    color: #0053a1 !important;
    font-family: 'Open Sans',sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}
.FindUsDiv > p {
    font-size: 14px;
    margin: 6px 0;
}
.FindUsDiv a {
    color: #333;
    text-decoration: none;
}
.FindUsDiv a:hover {
    color: #f93b40;
}


.EnquiryDiv {
    float: right;
    width: 63%;
}
.mandatory {
    color: #ff5555;
    float: right;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    margin-top: -20px;
}.FormDiv {
    float: left;
    margin-top: 12px;
    width: 100%;
}.FormDiv input {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #cccccc;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    margin-bottom: 12px;
    padding: 6px 4px;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    width: 98%;
}.FormDiv textarea {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #333;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    height: 100px;
    margin-top: 4px;
    padding: 4px;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    width: 98.3%;
}.SubmitBtn {
    background: none repeat scroll 0 0 #333 !important;
    border: medium none !important;
    border-radius: 5px !important;
    color: #ffffff;
    float: left;
    font-family: arial !important;
    font-size: 18px;
    margin-bottom: 26px;
    margin-top: 16px;
    padding: 8px 20px !important;
    transition: all 0.3s ease 0s;
    width: auto !important;
}
.SubmitBtn:hover {
 	transition: all 0.3s ease 0s;
    background-color: #f93b40 !important;
}


