@charset "utf-8";
@font-face {
    font-family: 'myride';
	src: url('fonts/myr.eot');
    src: url('fonts/myr.eot?#iefix') format('embedded-opentype'),
		 url('fonts/myr.woff') format('woff'),
		 url('fonts/myr.ttf') format('truetype'),
		 url('fonts/myr.svg#bat') format('svg');

    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'exo';
	src: url('fonts/exo.eot');
    src: url('fonts/exo.eot?#iefix') format('embedded-opentype'),
		 url('fonts/exo.woff') format('woff'),
		 url('fonts/exo.ttf') format('truetype'),
		 url('fonts/exo.svg#bat') format('svg');

    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'exp';
	src: url('fonts/exp.eot');
    src: url('fonts/exp.eot?#iefix') format('embedded-opentype'),
		 url('fonts/exp.woff') format('woff'),
		 url('fonts/exp.ttf') format('truetype'),
		 url('fonts/exp.svg#bat') format('svg');

    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'asap';
	src: url('fonts/asap.eot');
    src: url('fonts/asap.eot?#iefix') format('embedded-opentype'),
		 url('fonts/asap.woff') format('woff'),
		 url('fonts/asap.ttf') format('truetype'),
		 url('fonts/asap.svg#bat') format('svg');

    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'crete';
	src: url('fonts/crete.eot');
    src: url('fonts/crete.eot?#iefix') format('embedded-opentype'),
		 url('fonts/crete.woff') format('woff'),
		 url('fonts/crete.ttf') format('truetype'),
		 url('fonts/crete.svg#bat') format('svg');

    font-weight: normal;
    font-style: normal;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HTML GENERAL 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, form, input, li
{
    margin: 0;
    padding: 0;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a
{
	text-decoration: none;
}

a:link
{
	text-decoration: none;
}

a:visited
{
	text-decoration: none;
}

a:hover
{
	text-decoration: none;
}

a:active
{
	text-decoration: none;
}

a img
{
	border: 0;
}

img
{
	border: none;
}

h1, h2, h4, h5, h6
{
	font-family: arial;
	font-weight: normal;
}

ul{
	margin: 0;
	padding: 0;
}

li{
}

.button-modify
{
	overflow: visible;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
	background-color: #0E7AC3;
	height: 30px;
	width: 80px;
}


.contactus-textfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	text-align: left;
	height: 23px;
	width: 260px;
	border: 1px solid #666666;
	margin-bottom: 10px;
	padding-left: 5px;
	margin-top: 10px;
}

.contactus-messagefield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	text-align: left;
	height: 140px;
	width: 560px;
	border: 1px solid #666666;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 5px;
	padding-top: 3px;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HTML GENERAL-HOME PAGE 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#master-wrapper-header {
	width: 100%;
	height:auto;
	background-image: url(../images/header-top.jpg);
	background-repeat: repeat;
	background-position: center top;
}

#wrapper-header {
	width: 990px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 215px;
}

#wrapper-header-top {
	width: 990px;
	height: 157px;
}


#wrapper-header-down {
	width: 984px;
	height: 58px;
	padding-left: 6px;
}

.nevs-lii a:link{
	background-color: #216B9E;
	padding-right: 19px;
	padding-left: 19px;
	color: #FFF;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 58px;
}

.nevs-lii a:visited{
	background-color: #216B9E;
	padding-right: 19px;
	padding-left: 19px;
	color: #FFF;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 58px;
}

.nevs-lii a:hover{
	background-color: #032c49;
	padding-right: 19px;
	padding-left: 19px;
	color: #FFF;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 58px;
}

.nevs-lii a:active{
	background-color: #216B9E;
	padding-right: 19px;
	padding-left: 19px;
	color: #FFF;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 58px;
}




#logo {
	width: 352px;
	float: left;
	margin-top: 7px;
}
#header-right {
	float: right;
	margin-top: 26px;
}
#header-right-top {
	padding-right: 5px;
	padding-left: 165px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #136798;
	padding-bottom: 13px;
	margin-bottom: 13px;
	text-align: right;

}
#header-right-bottom {
	height: 60px;
	padding-right: 5px;
	padding-left: 5px;
}
#header-right-bottom-left {
	float: left;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #136798;
	margin-right: 14px;
	padding-right: 14px;
	width: 150px;
	padding-bottom: 5px;
}
#header-right-bottom-right {
	float: right;
	width: 150px;
}

#header-right-bottom-right a:link{
	color: #032c49;
	text-decoration: none;
}

#header-right-bottom-right a:visited{
	color: #032c49;
	text-decoration: none;
}

#header-right-bottom-right a:hover{
	color: #FFF;
	text-decoration: underline;
}

#header-right-bottom-right a:active{
	color: #032c49;
	text-decoration: none;
}


.follow-us-on-font {
	font-family: alibri, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	text-shadow: 2px 2px 1px #175e89;
}
.header-contact-details {
	font-family: cambria, Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 30px;
	color: #032c49;
	font-weight: bold;
}

.nevs-ul{
	margin: 0px;
	padding: 0px;
	
	
}

.nevs-lii{
	float: left;
	list-style-type: none;
	font-family: myride, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFF;
	font-weight: normal;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #4291c7;
	
	
}


.nevs-lii1{
	float: left;
	list-style-type: none;
	font-family: myride, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFF;
	font-weight: normal;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #4291c7;
	
	border-radius: 8px 0px 0px 0px;
}


.nevs-lii1 a:link{
	background-color: #216B9E;
	padding-right: 19px;
	padding-left: 19px;
	color: #FFF;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 58px;
	border-radius: 8px 0px 0px 0px;
}

.nevs-lii1 a:visited{
	background-color: #216B9E;
	padding-right: 19px;
	padding-left: 19px;
	color: #FFF;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 58px;
	border-radius: 8px 0px 0px 0px;
}

.nevs-lii1 a:hover{
	background-color: #032c49;
	padding-right: 19px;
	padding-left: 19px;
	color: #FFF;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 58px;
	border-radius: 8px 0px 0px 0px;
}

.nevs-lii1 a:active{
	background-color: #216B9E;
	padding-right: 19px;
	padding-left: 19px;
	color: #FFF;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 58px;
	border-radius: 8px 0px 0px 0px;
}


.nevs-lii2{
	float: left;
	list-style-type: none;
	font-family: myride, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFF;
	font-weight: normal;
	
	border-radius: 0px 8px 0px 0px;
}


.nevs-lii2 a:link{
	background-color: #216B9E;
	padding-right: 19px;
	padding-left: 19px;
	color: #FFF;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 58px;
	border-radius: 0px 8px 0px 0px;
}

.nevs-lii2 a:visited{
	background-color: #216B9E;
	padding-right: 19px;
	padding-left: 19px;
	color: #FFF;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 58px;
	border-radius: 0px 8px 0px 0px;
}

.nevs-lii2 a:hover{
	background-color: #032c49;
	padding-right: 19px;
	padding-left: 19px;
	color: #FFF;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 58px;
	border-radius: 0px 8px 0px 0px;
}

.nevs-lii2 a:active{
	background-color: #216B9E;
	padding-right: 19px;
	padding-left: 19px;
	color: #FFF;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 58px;
	border-radius: 0px 8px 0px 0px;
}


#master-wrapper-banner {
	width: 100%;
	height:400px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/banner-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#wrapper-banner {
	width: 990px;
	height: 400px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#master-wrapper-banner-after-bann {
	width: 100%;
	height:auto;
	border-bottom-width: 9px;
	border-bottom-style: solid;
	border-bottom-color: #216b9e;
}

#master-wrapper-5boxes {
	width: 100%;
	height:auto;
	background-image: url(../images/devider.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#wrapper-5boxes {
	width: 990px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 310px;
	padding-top: 20px;
}
#boxes5-head {
	width: 990px;
	background-image: url(../images/upper-boxes.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 65px;
	margin-bottom: 15px;
}
.font-exo {
	font-family: exo, Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: normal;
	color: #147cc3;
	text-align: center;
}
#main-5-boxesssss {
	width: 990px;
	height: 220px;
}
#box {
	float: left;
	width: 198px;
}
.font-exp {
	font-family: exp, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #00254d;
}


#master-wrapper-client-testi {
	width: 100%;
	height:auto;
}

#wrapper-client-testi {
	width: 990px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 400px;
	padding-top: 30px;
}#clientssss {
	float: left;
	width: 620px;
}
#testimonialssss {
	float: right;
	width: 340px;
	height: 350px;
}
#clients-headsss {
	width: 620px;
}

.font-exo-client {
	font-family: exo, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #147cc3;
}
.font-for-all {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333;
	line-height: 22px;
}
#div-for-client-slide {
	width: 620px;
	padding-top: 15px;
}
#testi-head {
	width: 325px;
	background-color: #7bc4f0;
	padding-left: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
		border-radius: 8px 8px 0px 0px;
}

#testi-bottom {
	width: 310px;
	background-color: #5087c4;
	padding-left: 15px;
	padding-top: 8px;
	padding-bottom: 12px;
	border-radius: 0px 0px 8px 8px;
	padding-right: 15px;
	text-align: justify;
}

.font-exo-testi {
	font-family: exo, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #FFF;
		text-shadow: 2px 2px 1px #6098ba;
}

.font-for-testi-cont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	line-height: 22px;
	text-align: justify;
}

#master-wrapper-footer {
	width: 100%;
	height:auto;
	background-color: #0e7ac3;
}

#wrapper-footer {
	width: 990px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 130px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#footer-left {
	float: left;
	width: 794px;
	height: 130px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #339ce3;
	margin-right: 20px;
}
#footer-right {
	float: left;
	width: 175px;
}
#footer-left-headdd {
	width: 794px;
	font-family: asap, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFF;
	font-weight: normal;
	margin-bottom: 20px;
}
#footer-left-detailssss {
	width: 770px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	font-weight: normal;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #339ce3;
}


#footer-left-detailssss a:link{
	color: #FFF;
	text-decoration: none;
}

#footer-left-detailssss a:visited{
	color: #FFF;
	text-decoration: none;
}

#footer-left-detailssss a:hover{
	color: #FFF;
	text-decoration: underline;
}

#footer-left-detailssss a:active{
	color: #FFF;
	text-decoration: none;
}


.footer-details1 {
	font-family: asap, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	background-image: url(../images/address.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
	margin-right: 25px;
	float: left;
}
.footer-details2 {
	font-family: asap, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	background-image: url(../images/phone.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
	margin-right: 25px;
	float: left;
}
.footer-details3 {
	font-family: asap, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	background-image: url(../images/mail.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
}
#footer-left-detailssss2 {
	width: 770px;
	font-family: asap, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	font-weight: normal;
	margin-top: 20px;
}

#footer-left-detailssss2 ul{
	margin: 0px;
	padding: 0px;

}

#footer-left-detailssss2 li{
	float: left;
	padding-right: 10px;
	list-style-type: none;
	list-style-position: outside;

}

#footer-left-detailssss2 a:link{
	color: #FFF;
	text-decoration: none;
}

#footer-left-detailssss2 a:visited{
		color: #FFF;
	text-decoration: none;

}

#footer-left-detailssss2 a:hover{
	color: #FFF;
	text-decoration: underline;

}

#footer-left-detailssss2 a:active{
		color: #FFF;
	text-decoration: none;

}


.font-for-all-right {
	font-family: asap, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	line-height: 22px;
	text-align: justify;
}

/*******************************************************************************************************************

ABOUT US

********************************************************************************************************************/

#master-wrapper-banner-inner-ban {
	width: 100%;
	height:200px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/banner-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#wrapper-banner-inner-ban {
	width: 990px;
	height: 200px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


#master-wrapper-about-us {
	width: 100%;
	height:auto;
}

#wrapper-about-us {
	width: 990px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 940px;
	padding-top: 30px;
}
#about-us-top {
	height: 300px;
	width: 990px;
}
.font-for-all-inner-pages-content {
	font-family: asap, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #333;
	text-align: justify;
}


.font-exo-client2 {
	font-family: exo, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #147cc3;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #216B9E;
}


h3{
	font-family: exo, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #147cc3;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #002d4c;
	padding-bottom: 5px;
	
	
}
#about-us-downn {
	height: 800px;
	width: 990px;
}


/*******************************************************************************************************************

CONTACT US

********************************************************************************************************************/

#contact-page-map{
	height: 286px;
	width: 986px;
	border: 2px solid #92cdf5;
	margin-bottom: 30px;
}
#contact-page-down-info {
	height: 440px;
	width: 990px;
}
#contact-page-down-info-left {
	float: left;
	width: 350px;
	height: 440px;
	padding-right: 20px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #002d4c;
}
#contact-page-down-info-right {
	float: right;
	width: 590px;
	height: 440px;
}



/*******************************************************************************************************************

THANKS

********************************************************************************************************************/


#master-wrapper-thanks {
	width: 100%;
	height:auto;
}

#wrapper-thanks {
	width: 990px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 400px;
	padding-top: 30px;
}


/*******************************************************************************************************************

CASH MANAGEMENT

********************************************************************************************************************/

#master-wrapper-cash-mng {
	width: 100%;
	height:auto;
}

#wrapper-cash-mng {
	width: 990px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 550px;
	padding-top: 30px;
}


#cash-management-top {
	height: 500px;
	width: 990px;
}

#cash-management-top ul{
	margin: 0px;
	padding: 0px;
}

#cash-management-top li{
	list-style-type: square;
	list-style-position: inside;
}

/*******************************************************************************************************************

FACILITY MANAGEMENT

********************************************************************************************************************/

#master-wrapper-facility-mng {
	width: 100%;
	height:auto;
}

#wrapper-facility-mng {
	width: 990px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 620px;
	padding-top: 30px;
}


#facility-management-top {
	height: 580px;
	width: 990px;
}


#facility-management-top ul{
	margin: 0px;
	padding: 0px;
}

#facility-management-top li{
	list-style-type: square;
	list-style-position: inside;
}
#facility-donw {
	height: 150px;
	width: 990px;
	margin-top: 30px;
}
