@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */
h1{ font-size:18px; margin:10px 0;}
h2{ font-size:16px; margin:8px 0;}
h3{ font-size:14px; margin:6px 0;}
p{line-height:19px; color:#777777;  margin:10px 0;}

.welcometext{font-size:12pt; line-height:20px; color:#ffffff; }
.servicelink{line-height:22px; border-bottom:#2d3076 dashed 1px; border-left:#2d3076 dashed 1px; text-decoration:none; color:#44d5ff; width:90%; height:auto; display:block; padding:5px 0 5px 10%; font-weight:bold; outline:none;}

.servicelink:hover{color:#ffffff;}

.readmore{text-decoration:none; color:#ffffff; font-size:14px;}
.readmore:hover{color:#fffc00; text-decoration:underline;}
.readmore2{text-decoration:none; color:#0072bb; font-size:12px;}
.readmore2:hover{color:#000000;}
.readmore3{text-decoration:none; color:#3f7fd6; font-size:12px;}
.readmore3:hover{color:#fd6a48;}
.readmore4{text-decoration:none; color:#15273d; font-size: 18px; font-weight: bold;  }
.readmore4:hover{color:#066ef0;}
.imagebrpadd{padding:1px; background:#FFF;}
.imagebrpadd:hover{background:#FF0;}
.redcolor{color:#c40401;}
.maincolor{color:#414117;}
.greencolor{color:#006400;}
.ashcolor{color:#ffff00;}
.white{color:#FFF;}
.yashcolor{color:#343237;}
.orangecolor{color:#ff6000;}
.blackcolor{color:#000;}
.bluecolor{color:#0123ff; text-decoration: none;}
.bluecolor:hover{color: #000000;}
.bluecolor2{color:#0a8dff; text-decoration: none;}
.bluecolor2:hover{color: #000000;}
.button {
    background: #415ef6; /* Green */
    border: none;
    color: #ffffff;
    padding: 6px 12px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px; border-radius:3px;
}
.button:hover{background:#03bcf3;}

.button2 {
    background: #fffa03; /* Green */
    border: none;
    color:#000000;
    padding: 4px 12px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px; border-radius:8px;
}
.button2:hover{background:#e9b200; }
.enquirybg{width:94%; height:auto; float:left; background:#2f2f2f; padding:3%;}
.enquirytext{width:100%; height:auto; float:left; text-align:center; font-family:Cambria, "Cambria Math"; font-size:16pt; color:#ffffff;}
.enquirytextdiv2{width:90%; height:auto; float:left; margin:0 5%; }
.sendbg{background:none; float:left; width:100%; height:auto; margin:0 0 7% 0; padding:5% 0 0 0;  border-bottom:#313131 solid 1px;}
.formdiv{width:48%; height:auto; float:left; margin:1% 0.8% 3% 0.8%; color:#ffffff; font-size:12px;}
.formdiv2{width:98%; height:auto; float:left; margin:1% 0.8%; color:#ffffff; font-size:12px;}
.sendmenu{width:100%; height:auto; float:left; text-align:center; margin:3% 0;}

.form{width:97.8%; height:auto; padding:4% 1%; border:#045284 solid 1px;}

.fonttext{color:#ffe400; font-size:15px;}
.homeabouttop{width:100%; height:auto; float:left; margin:0 0 2% 0; padding:0 0 0 0; background:none; font-size:16pt; border-radius:5px; text-align:center;}

.homeabouttext{width:100%; height:auto; float:left; margin:0 0 0 0; padding:0 0 0 0; text-align:center;}
.imagel{width:100%; height:auto; float:right; margin:0 0 5% 0; padding:0 0 0 0; border:#FFF solid 1px;}
.imagel:hover{-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);}

.image4{width:94%; height:auto; float:right; margin:3% 0 5% 0; padding:3% 3% 3% 3%; border:#d2d2d2 solid 1px; }
.image5{width:100%; height:auto; float:right; margin:3% 0 5% 0; padding:0 0 0 0; border:#0072bb solid 1px; }
.image6{width:94%; height:auto; float:right; margin:3% 0 5% 0; padding:3% 3% 3% 3%;  border:#d2d2d2 solid 1px;  }
.homeclients{width:100%; height:auto; float:left; margin:0 0 3% 0;}
.marquee {
  height: 50px;
  width: 100%;

  overflow: hidden;
  position: relative;
}

.marquee div {
  display: block;
  width: 200%;
  height: 50px;

  position: absolute;
  overflow: hidden;

  animation: marquee 10s linear infinite;
}

.marquee span {
  float: left;
  width: 50%;
}

@keyframes marquee {
  0% { left: 0; }
  100% { left: -100%; }
}
.boxes {
	clear: none;
	
	float: left;
	
	margin:0 0 5% 0; padding:0 0 0 0;
	
	width: 100%; background:#3d56e2;
	
	display: block; text-align:center;
	
}
.copyrights{width:95%; height:auto; float:left; color:#4a6e8c; font-size:11px; margin-left:5%; }
.zawsoft{width:114px; height:auto; float:right; margin-right:5%;}
.submenu{color:#ffff00; text-decoration:none; line-height:30px; font-size:10pt; font-weight:bold; padding:0 6px;}
.submenu:hover{color:#ffffff; text-decoration:underline;}
.submenu2{color:#515151; text-decoration:none; line-height:30px; font-size:10pt; font-weight:bold;  padding:0 6px;}
.submenu2:hover{color:#ffffff;}

.bgtext{width:90%; height:auto; float:left; margin:5px 0 0 0; padding:0 5% 0 5%; background:#fcf800; font-family:"Agency FB"; font-size:16pt;  }
.insidebanner{width:100%; height:auto; float:left; margin:7px 0;}
.insidebanner2{width:100%; height:auto; float:right;  margin:7px 0;}

.mainform{border:#CCC solid 1px;}

/* CSSTerm.com Simple CSS menu */

.menu_simple ul {
    margin: 0; 
    padding: 0;
    width:100%;
    list-style-type: none;
}

.menu_simple ul li a {
    text-decoration: none;
    color:#000000; 
    padding: 10.5px 11px;
    background: #44d5ff;
    display:block; border:#009dcb solid 1px;  border-bottom:#ffffff solid 1px;
}
 
.menu_simple ul li a:visited {
    color: none;
}
 
.menu_simple ul li a:hover, .menu_simple ul li .current {
    color: #16191b;
    background: #ffeaa8;
}

.tipbox{width:94.6%; height:auto; float:left; border:#cccccc dashed 1px; padding:3% 0 3% 5%; font-size:12px; margin:2% 0; color:#01b6ea; line-height:21px; background:#ffffff;}

.tipbg{width:10px; height:10px; line-height:10px; padding:5px; text-align:left; background:#42a0ee; color:#FFFFFF; font-size:12px; border-radius:50%; float:left; margin:0 5% 0 0;}

/* images */
.css3gallery img{
-webkit-transform:scale(0.9); /*Webkit: Scale down image to 0.8x original size*/
-moz-transform:scale(0.9); /*Mozilla scale version*/
-o-transform:scale(0.9); /*Opera scale version*/
-webkit-transition-duration: 0.5s; /*Webkit: Animation duration*/
-moz-transition-duration: 0.5s; /*Mozilla duration version*/
-o-transition-duration: 0.5s; /*Opera duration version*/
opacity: 0.7; /*initial opacity of images*/
margin: 0 10px 5px 0; /*margin between images*/
}

.css3gallery img:hover{
-webkit-transform:scale(1.1); /*Webkit: Scale up image to 1.2x original size*/
-moz-transform:scale(1.1); /*Mozilla scale version*/
-o-transform:scale(1.1); /*Opera scale version*/
box-shadow:0px 0px 30px gray; /*CSS3 shadow: 30px blurred shadow all around image*/
-webkit-box-shadow:0px 0px 30px gray; /*Safari shadow version*/
-moz-box-shadow:0px 0px 30px gray; /*Mozilla shadow version*/
opacity: 1;
}
.go-top {
	position: fixed;
	bottom: 2em;
	right: 0em;
	text-decoration: none;
	color: white;
	background:#fe4c04;
	font-size: 12px;
	padding: 5px; border-radius:5px;
	display: none;
}

.go-top:hover {
	background-color: rgba(0, 0, 0, 0.6);
}
.networkmaindiv{width:100%; height:auto; float:left; background:#FFF;}

/* images complated */
#topheader {
	clear: both;
	
	float: left;
	
	margin:0 0 0 0; padding:2% 5% 2% 5%;
	
	width: 90%; background:#FFF;
	
	display: block; border-bottom:#CCC dashed 1px;    
	 
}
.logon1{float:left; width:88%; height:auto; margin:0 2% 0 0; color:#777;}
.logon2{float:right; width:10%; height:auto; margin:0 0 0 0; text-align:right;}


#logon{width:100%; height:auto; float:right; margin:0 0 0 0; padding:2% 0 2% 0; text-align:center;}
.footerbox {
	clear: none;
	
	float: left;
	
	margin:0 0 5% 0;
	padding:0 0 5% 0;
	
	width: 100%;
	
	display: block;
	
}
.maindiv3{width:100%; height:auto; float:left; margin:0 0 5% 0;}
.maintextdiv{width:100%; height:auto; float:left; margin:0 0 0 0; padding:0 0 5% 0; border-bottom:none; }

.maintextdiv2{width:90%; height:auto; float:left; margin:0 0 0 0; padding:5% 5% 5% 5%; border:#ffffff solid 1px;  background:#FFF; border-top:#fcf800 solid 1px;}

.coloums2{width:99%; height:auto; float:left;  background:#ffffff; border:#d9d9d9 solid 1px; margin:0.2%; padding:0%;}
.coloums3{width:99%; height:auto; float:left;  background:#ffffff; border:#d9d9d9 solid 1px; margin:0.2%; padding:0%;}
.coloums4{width:99%; height:auto; float:left;  background:#ffffff; border:#d9d9d9 solid 1px; margin:0.2%; padding:0%;}
.coloums5{width:99%; height:auto; float:left;  background:#ffffff; border:#d9d9d9 solid 1px; margin:0.2%; padding:0%;}

.textnetwork{width:100%; height:auto; float:left; padding:0 0 1% 0; font-family:Cambria, "Cambria Math"; font-size:16pt; color:#000000;}
.networktext{font-family:Arial, Helvetica, sans-serif, "Monotype Corsiva"; font-size:10pt; text-decoration:none; color:#000000; display:block; padding:5px;}
.networktext:hover{color:#ff4200; background:#fcfbeb;}

.networktext2{font-family:Arial, Helvetica, sans-serif, "Monotype Corsiva"; font-size:10pt; text-decoration:none; color:#292e2f; display:block; padding:5px;}
.networktext2:hover{color:#001fbf; background:#fcfbeb;}


.mainclients{width:46%; height:auto; float:left; background:#FFF; padding:1%; border:#c7c7c7 solid 1px; margin:0.3%; border-radius:5px; text-align:center;} 

.enquirybg3{width:100%; height:auto; float:left; margin:0 0 4% 0;}
.enquiry1{width:35%; height:auto; float: left;}
.enquiry2{width:5%; height:auto; float: left;}
.enquiry3{width:60%; height:auto; float: left;}
.form3{width:100%; height:auto; padding:2% 0; border:#d1d1d1 solid 1px;}
.quotediv{width:90%; height:auto; float:left; margin:3% 5% 3% 5%; text-align:left;}

.contactdiv{width:100%; height:auto; float:left; margin:0 0 5% 0; padding:0 0 0 0;}
.acceptdiv{width:90%; height:auto; float:left; padding:5% 5% 5% 5%; margin:0 0 0 0; background:url(images/small-banner.jpg) no-repeat; background-size:cover;}
.accepttext{width:100%; height:auto; float:left; padding:0 0 0 0; margin:0 0 5% 0;}
.acceptimg{width:100%; height:auto; float:left; padding:0 0 0 0; margin:0 0 0 0;}

.left1{width:100%; height:auto; float:left; margin:0 0 5% 0; padding:0 0 0 0;}
.left2{width:94%; height:auto; float:left; margin:0 0 0 0; padding:3% 3% 3% 3%; background:#fdd023;}
.mainimg{width:100%; height:auto; float:left; margin:5px 0;}
.alink{text-decoration:none; color:#777777; cursor:text;}

.blue{background:#009ece;}
.green{background:#9ccf31;}
.red{background:#ce0000;}
.orange{background:#ff9e00;}

.bodyheader{width:98%; height:auto; float:left; padding:8px 0 8px 2%; margin:0 0 0 0; background:#44d5ff; border-bottom:#fcf800 solid 2px; font-size:16pt; font-family:"Agency FB"}
.bodyheader2{width:98%; height:auto; float:left; padding:8px 0 8px 2%; margin:0 0 15px 0; background:#fcf800; border-bottom:#44d5ff solid 1px; font-size:16pt; font-family:"Agency FB"}


/* mobile complated */

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

h1{ font-size:24px;}
h2{ font-size:18px;}
h3{ font-size:16px;}
.homeabouttop{width:100%; height:auto; float:left; margin:0 0 2% 0; padding:2% 0 2% 0;}
.imagel{width:30%; height:auto; float:right; margin:0 0 0 4%; padding:0 0 0 0;}
.image4{width:28%; height:auto; float:left; margin:3% 0 0 4%; padding:1% 1% 1% 1%;}
.image5{width:20%; height:auto; float:right; margin:3% 0 0 4%; padding:0 0 0 0;}
.image6{width:28%; height:auto; float:right; margin:3% 0 0 4%; padding:1% 1% 1% 1%;}
.homeclients{width:100%; height:auto; float:left; margin:0 0 3% 0;}
.boxes {
	clear: none;
	float: left;
	margin:1% 1% 1% 1%; padding:0 0 0 0;
	width: 48%;
	display: block;
}
#logon{width:5%; height:auto; float:right; margin:0 0 0 0; padding:2.4% 3% 2% 3%; text-align:right;}
.footerbox {
	clear: none;
	
	float: left;
	
	margin:0 1% 3% 1%;
	padding:0 0 0 0;
	
	width: 31%;
	
	display: block; border-bottom:none;
	
}
.copyrights{width:50%; height:auto; float:left; }
.zawsoft{width:114px; height:auto; float:right;}
.maindiv3{width:100%; height:auto; float:left; margin:0 0 3% 0;}

.maintextdiv{width:90%; height:auto; float:left; margin:0 0 0 0; padding:0 5% 3% 5%;}
.maintextdiv{width:90%; height:auto; float:left; margin:0 0 0 0; padding:3% 5% 3% 5%;}
.homeclients{width:100%; height:auto; float:left; margin:0 0 3% 0;}
.coloums2{width:32%; height:auto; float:left;  margin:0.2%; padding:0%;}
.coloums3{width:32%; height:auto; float:left;  margin:0.2%; padding:0%;}
.coloums4{width:32%; height:auto; float:left;  margin:0.2%; padding:0%;}
.mainclients{width:22%; height:auto; float:left; background:#FFF; padding:1%; border:#c7c7c7 solid 1px; margin:0.3%;} 
.enquirybg3{width:100%; height:auto; float:left; margin:0 0 2% 0;}
.quotediv{width:48%; height:auto; float:left; margin:1%;}
.contactdiv{width:60%; height:auto; float:left; margin:0 0 2% 0; padding:0 0 0 0;}
.acceptdiv{width:90%; height:auto; float:left; padding:5% 5% 5% 5%; margin:0 0 0 0;}
.accepttext{width:70%; height:auto; float:left; padding:0 0 0 0; margin:0 0 0 0;}
.acceptimg{width:30%; height:auto; float:left; padding:0 0 0 0; margin:0 0 0 0;}

.coloums2{width:32%; height:auto; float:left;  margin:0.2%; padding:0%;}
.coloums3{width:32%; height:auto; float:left;  margin:0.2%; padding:0%;}
.coloums4{width:32%; height:auto; float:left;  margin:0.2%; padding:0%;}
.coloums5{width:32%; height:auto; float:left;  margin:0.2%; padding:0%;}
#topheader {
	clear: both;
	float: left;
	margin:3% 0 0 0; padding:1% 1% 1% 1%;
	width: 98%;
	display: block;
}

}

/* tablet complated */
/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

h1{ font-size:36px; margin:20px 0;}
h2{ font-size:24px; margin:16px 0;}
h3{ font-size:18px; margin:14px 0;}
.homeabouttop{width:100%; height:auto; float:left; margin:0 0 2% 0; padding:0 0 2% 0;}
.imagel{width:30%; height:auto; float:left; margin:0 4% 0 0; padding:0 0 0 0;}
.image4{width:45%; height:auto; float:right; margin:3% 0 0 4%; padding:1% 1% 1% 1%;}
.image5{width:20%; height:auto; float:left; margin:1.5% 4% 0 0; padding:0 0 0 0;}
.image6{width:28%; height:auto; float:right; margin:3% 0 0 4%; padding:1% 1% 1% 1%;}
.homeclients{width:90%; height:auto; float:left; margin:0 5% 2% 5%; }
.boxes {
	clear: none;
	float: left;
	margin:1% 1% 1% 1%; padding:0 0 0 0;
	width: 23%;
	display: block;
}
#logon{width:5%; height:auto; float:right; margin:0 0 0 0; padding:1.5% 0 0 0; text-align:right;}
.footerbox {
	clear: none;
	float: left;
	margin:0 1% 0 1%;
	padding:0 0 0 0;
	width: 18%;
	display: block; border-bottom:none;
}
.copyrights{width:50%; height:auto; float:left; margin-left:2%;}
.zawsoft{width:114px; height:auto; float:right; margin-right:2%;}
.maindiv3{width:100%; height:auto; float:left; margin:0 0 5% 0;}

.maintextdiv{width:94%; height:auto; float:left; margin:0 0 0 0; padding:0 3% 3% 3%;  border-bottom:#44d5ff solid 1px; font-size:14px; line-height:23px; font-family:Cambria; }
.maintextdiv2{width:94%; height:auto; float:left; margin:0 0 0 0; padding:3% 3% 3% 3%;}
.coloums2{width:24.4%; height:auto; float:left; margin:0.2%; padding:0%;}
.coloums3{width:24.4%; height:auto; float:left; margin:0.2%; padding:0%;}
.coloums4{width:24.4%; height:auto; float:left; margin:0.2%; padding:0%;}
.mainclients{width:20%; height:auto; float:left; background:#FFF; padding:2%; border:#c7c7c7 solid 1px; margin:0.3%;} 
.enquirybg3{width:100%; height:auto; float:left; margin:0 0 1% 0;}
.quotediv{width:31.3%; height:auto; float:left; margin:1%;}
.contactdiv{width:60%; height:auto; float:left; margin:0 0 0 0; padding:0 0 0 0;}
.acceptdiv{width:90%; height:auto; float:left; padding:5% 5% 5% 5%; margin:0 0 0 0;}
.accepttext{width:70%; height:auto; float:left; padding:0 0 0 0; margin:0 0 0 0;}
.acceptimg{width:30%; height:auto; float:left; padding:0 0 0 0; margin:0 0 0 0;}

.coloums2{width:24.4%; height:auto; float:left; margin:0.2%; padding:0%;}
.coloums3{width:24.4%; height:auto; float:left; margin:0.2%; padding:0%;}
.coloums4{width:24.4%; height:auto; float:left; margin:0.2%; padding:0%;}
.coloums5{width:24.4%; height:auto; float:left; margin:0.2%; padding:0%;}
#topheader {
	clear: both;
	float: left;
	margin:0 0 0 0; padding:0.2% 5% 0.2% 5%;
	width: 90%;
	display: block;
}
}
/* desktop complated */