html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
}
body {
  line-height: 1;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}
a img {
  border: none;
}

/* --------------------------------------------------------------
  
   * default typography
 
-------------------------------------------------------------- */
/* Font size definition: the line-heights and vertical margins
   are automatically calculated from this.
   The percentage is of 16px (0.75 * 16px = 12px) */

body {
	color: #4f4f4f;
	font: 16px/1.4 latolight;
	background: #fff;	
	
}

/* Headings
-------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	margin-bottom:0;
	line-height:1.2;
	margin-bottom: 15px;
	
}
h1 {
	    color: #333;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 37px;
}
h2 {
	font-size: 26px;
	font-family: latolight;
	color: #000;
}
h3 {
	font-family: latoregular;
	font-size: 25px;
	color: #0762a8;
	
} 
h4 {
	font-size: 16px;
	color: #fff;

}
h5 {
	font-size: 1em;
	font-weight:bold;
}


.clear{clear:both;}
.clearL{clear:left;}
.clearR{clear:right;}
ul li{ list-style: none;}
a{
	color: #007dbe;
	text-decoration: none;
}

.banner-holder {
  z-index: 1 ;
  position: relative;
  
}
.slide {
	max-width: 1440px;
	margin: 0 auto;	
	}
#banner {
	width:100%;
	max-height: 676px;
	overflow:hidden;
	}
#banner-in {
	width: 100%;
	max-height: 281px;
	background: #007dbe url(../images/blue-bg.png) repeat-x left bottom;
	border-bottom: 1px solid #dadcdd;
	padding: 55px 0 40px 0px;
	}
#banner-in h1{ color: #FFF; text-shadow: 1px 0 1px #000;	}

ul#nav2{
	z-index:999;
	margin:0;
	list-style:none;
	width:97px;
	height:27px;
	position: absolute;
	z-index: 100;
	top: 299px;
	right: 20px;
	padding: 0;
}	
ul#nav2 li {
	float:left;
}
ul#nav2 li a{
	width:20px;
	height:20px;
	float:left;
	display:block;
	text-decoration: none;
	margin-right: 3px;
	border:1px solid #333;
	color: #fff;
	text-align: center;
	font: 12px/1.6em Arial, Helvetica, sans-serif;
	background: url(../images/hover.png);
}
#nav2 a.activeSlide {
	color: #FFF;
	background: #880014;
}
#prev3 {
	position:absolute;
	left:0px;
	top:710px;
	width:63px;
	height:57px;
	z-index:2;
}
#next3 {
	position:absolute;
	right:0px;
	top:710px;
	width:63px;
	height:57px;
	z-index:2;
}
.masterpage{max-width: 990px; margin: 0 auto; position: relative;}
.resposive-me{ width: 100%; height: 100%;}
.menu {
  margin-left: 160px;
}
#aleft{
	background: url(../images/lf-arrow.png) no-repeat -32px top;
	height: 146px;
	width: 32px;
	display: block;
	text-indent: -999;
	text-align: left;
	position: absolute;
	left: 2%;
	top: 35%;
	z-index: 300;
    opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}
#aright{
	background: url(../images/lf-arrow.png) no-repeat left top;
	height: 146px;
	width: 32px;
	display:block;
	text-indent: -999;
	text-align:left;	
	position: absolute; 
	right: 2%;
	top: 35%;
	z-index: 300;
    opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */	
}
#aright:hover, #aleft:hover{
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */	
}
.top{
	width: 100%;
	z-index: 999;
	position: relative;
	
	background: url(../images/top-bg.png) repeat-x left top;
}
.mid{
	background: url(../images/mid-bg.png) repeat-x left top;
	height: 679px;
}





/*============================ Fonts Css=====================================*/

@font-face {
    font-family: 'latoregular';
    src: url('../fonts/Lato-Reg-webfont.eot');
    src: url('../fonts/Lato-Reg-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Lato-Reg-webfont.woff2') format('woff2'),
         url('../fonts/Lato-Reg-webfont.woff') format('woff'),
         url('../fonts/Lato-Reg-webfont.ttf') format('truetype'),
         url('../fonts/Lato-Reg-webfont.svg#latoregular') format('svg');

}


@font-face {
    font-family: 'latolight';
    src: url('../fonts/Lato-Lig-webfont.eot');
    src: url('../fonts/Lato-Lig-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Lato-Lig-webfont.woff2') format('woff2'),
         url('../fonts/Lato-Lig-webfont.woff') format('woff'),
         url('../fonts/Lato-Lig-webfont.ttf') format('truetype'),
         url('../fonts/Lato-Lig-webfont.svg#latolight') format('svg');
}


/*============================ Me Css=====================================*/

.logo{
  width: 213px;
  position: absolute;
  left: -30px;
}

.phoneDiv{
  width:515px;
  float:right;
  margin:18px 0 39px 0;
  font-family:'latoregular';
  color:#636363;
  font-weight:normal;
  font-size: 13px;
  line-height:1.2em;
  text-align: right;
}
.phoneDiv span{
  font-size:14px;
  line-height:1.8em;
  display: inline-block;
}
.phoneDiv .btn{ margin-left: 15px;}
.socialMedia{
  width:82px;
  float:right;
  margin-left: 30px;
}
.socialIcon{
  width: 23px;
  padding: 8px 0px 16px 0px;
  float: left;
  margin-right: 6px;
}
.tw{ background: url(../images/sprite-image.png) no-repeat -162px -6px;}
.tw:hover{ background: url(../images/sprite-image.png) no-repeat -162px -38px; transition: all 0.2s ease-out;}

.fb{ background: url(../images/sprite-image.png) no-repeat -191px -6px;}
.fb:hover{ background: url(../images/sprite-image.png) no-repeat -191px -38px; transition: all 0.2s ease-out;}

.in{ background: url(../images/sprite-image.png) no-repeat -220px -6px; margin-right: 0px;}
.in:hover{ background: url(../images/sprite-image.png) no-repeat -220px -38px; transition: all 0.2s ease-out;}

.default-center{
	width: 100%;
	background-color: #FFF;
	padding: 59px 0;
}
.center{ text-align: center;}
.shadow-bg{
  max-width: 707px;
  margin: 0 auto;
  background: url(../images/darrow.png) no-repeat center center;
  text-align: center;
  z-index: 999;
  position: relative;
  padding: 16px 0 60px 0;
  margin-top: 75px;
}

.default-center h1 {
	font-size: 37px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #333;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}


.default-center2{
	width: 100%;
	text-align: center;
	margin-top: -135px;
	position: relative;
	padding-top: 23px;
	padding-bottom: 33px;
	background: #eef1f4;
	border-bottom: 5px solid #e2e5e7;
}

.mapDiv{
  width: 607px;
  margin: 0 auto;
  background: url(../images/sprite-image.png) no-repeat -377px -75px;
  text-align: center;
  z-index: 999;
  position: relative;
  padding: 340px 0 0px 0;
}

.defaultContant{
  text-align: center;
  z-index: 999;

  padding-top: 60px;
  text-align:center;
}

.boxDiv{
	width: 33%;
	text-align: center;
	display: inline-block;
	margin-top: 20px;
	vertical-align: top;
}
.boxDiv.margin{
  margin-right: 0px;
}
.boxIcon{
 width: 154px;
 height: 128px;
  margin: 0 auto;
  display: block;
  	transition: all 0.2s ease-out;
	outline:none 0;
	border:0 none;
}
.boxIcon:hover{ background-position: center bottom;}

.one{ background: url(../images/1.png) no-repeat center top;}
.two{ background: url(../images/2.png) no-repeat center top;}
.three{ background: url(../images/3.png) no-repeat center top;}
.four{ background: url(../images/4.png) no-repeat center top;}
.five{ background: url(../images/5.png) no-repeat center top;}
.six{ background: url(../images/6.png) no-repeat center top;}
.six{ background: url(../images/6.png) no-repeat center top;}
.seven{ background: url(../images/7.png) no-repeat center top;}
.eight{ background: url(../images/8.png) no-repeat center top;}
.nine{ background: url(../images/9.png) no-repeat center top;}
.boxDiv h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
	font-weight: normal;
	font-size: 24px;
	text-transform: uppercase;
}
.boxDiv .info{
  font-size:14px;
  line-height:1.2em;
  display:block;
  float:left;
  color:#605f5f;
  font-family: 'latoregular';
  height: 90px;
  padding: 15px 20px 0 20px; 
}
.boxDiv .info2{
  font-size:14px;
  line-height:1.2em;
  display:block;
  color:#605f5f;
  font-family: 'latoregular';
  padding: 15px 20px 0 20px; 
}

.footerMain{
  width: 100%;
  
}


.globeDiv{
  width: 100%;
  background: url(../images/people.jpg);
  height: 173px;
  color: #FFF;
  text-align: center;
  font-family: "latoregular";
  font-size: 20px;
}
.globeDiv .btn{
	margin: 30px 0 15px 0;
}


.bottom{
	width: 100%;
	margin: 0 auto;
	padding: 50px 0 0px;
	text-align: center;
}



ul.bolet {
  
  float: left;
  text-align: left;
}
ul.bolet li {
  list-style:none;
  line-height: 2.3em;
}

ul.bolet li a{
	text-decoration:none;
	font-family: 'latolight';
	font-size:14px;
	color:#fff;
	display:block;
}
ul.bolet li a:hover{
	text-decoration:underline;
}


ul.boletNext {
  width: 150px;
  float: right;
  text-align: left;
}
ul.boletNext li {
  list-style:none;
  line-height: 2.3em;
}
ul.boletNext li a{
	text-decoration:none;
	font-family: 'latolight';
	font-size:14px;
	color:#fff;
	display:block;
}
ul.boletNext li a:hover{
	text-decoration:underline;
}







ul.Tuch {
  width: 290px;
  float: left;
  text-align: left;
}
ul.Tuch li {
  list-style:none;
  line-height: 1.8em;
}
ul.Tuch li span {
  float:left;
  margin-right:5px;
  color:#fff;
}
ul.Tuch li.phone {
  background: url(../images/sprite-image.png) no-repeat -307px -107px;
  width: 0px;
  padding-left: 25px;
  pointer-events: none;
}
ul.Tuch li.fax {
  background: url(../images/sprite-image.png) no-repeat -307px -131px;
  width: 0px;
  padding-left: 25px;
  margin-bottom: 26px;
  pointer-events: none;
}
ul.Tuch li.msg {
  background: url(../images/sprite-image.png) no-repeat -307px -174px;
  width: 0px;
  padding-left: 25px;
}
ul.Tuch li.web {
  background: url(../images/sprite-image.png) no-repeat -307px -198px;
  width: 0px;
  padding-left: 25px;
  margin-bottom: 26px;
}
ul.Tuch li.arrow {
  background: url(../images/sprite-image.png) no-repeat -307px -244px;
  width: 0px;
  padding-left: 25px;
  margin-bottom: 26px;
  line-height: 1.4;
  pointer-events: none;
}

ul.Tuch li a{
	text-decoration:none;
	font-family: 'latolight';
	font-size:13px;
	color:#fff;
	display:block;
	width: 240px;
}
ul.Tuch li a:hover{
	text-decoration:underline;
}

.bottomMedia h1{
  font-family: 'latolight';
  font-size:18px;
  color:#fff;
  text-transform:uppercase;
  font-weight:normal;
}
.social {
  width: 48px;
  float: left;
  padding: 47px 0 0 0;
  margin-right: 10px;
}

.bottomFB{ background: url(../images/sprite-image.png) no-repeat -160px -69px;}
.bottomFB:hover{ background: url(../images/sprite-image.png) no-repeat -160px -123px; }

.bottomTW{ background: url(../images/sprite-image.png) no-repeat -221px -69px;}
.bottomTW:hover{ background: url(../images/sprite-image.png) no-repeat -221px -123px; }

.footerText{
	padding: 15px 0;
	font-family: 'latoregular';
	font-size: 13px;
	color: #999;
	text-align: center;
}



.bodyLeft {
  width: 68%;
  min-height:660px;
  float: left;
  text-align: left;
  margin-top: 50px;
  padding-bottom: 9px;
}

.bodyLeft h1{
  font-family: 'latolight';
  font-size: 37px;
  color: #000000;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 29px;
  line-height: 1em;
  margin-top: -5px;
}
.bodyLeft h2{
	font-family: 'latolight';
	font-size: 19px;
	color: #0F79B0;
	font-weight: bold;
	margin-bottom: 15px;
}
.bodyLeft h2.color{
  color: #000;
}

.bodyLeft p{
  font-family: 'latolight';
  font-size:16px;

  font-weight:normal;
  margin-bottom: 20px;

}
.bodyLeft strong{
  color:#000;
}

.bodyRight {
  width: 30%;
  min-height: 477px;
  float: right;
  background-color:#eef1f4;
  border: solid #dcdddd 1px;
  webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-top: 44px;
  /*background: url(../images/sprite-image.png) no-repeat 13px -1036px;*/
}
.rightBox.Margin {
  border-bottom: solid #c5c6c8 0px;
}
.rightBox {
 
  margin: 0 auto;
  display: block;
  text-align: left;
  border-bottom: solid #c5c6c8 1px;
  padding-bottom: 17px;
  margin-top: 29px;
}
.rightBox h1 {
  font-family:'latoregular';
  color:#007dbe;
  font-size:20px;
  text-transform:uppercase;
  font-weight:normal;
}
.rightImgOne {
  width: 73px;
  float: left;
  background: url(../images/sprite-image.png) no-repeat -192px -189px;
  padding: 68px 0 28px 0;
  margin: 10px 8px 10px 0;
  display:block;
}
.rightBox:hover .rightImgOne{
  background: url(../images/sprite-image.png) no-repeat -192px -283px;
}
.rightImgTwo {
  width: 73px;
  float: left;
  background: url(../images/sprite-image.png) no-repeat -102px -189px;
  padding: 68px 0 28px 0;
  margin: 10px 8px 10px 0;
  display:block;
}
.rightBox:hover .rightImgTwo{
  background: url(../images/sprite-image.png) no-repeat -102px -281px;
}
.rightImgThree {
  width: 73px;
  float: left;
  background: url(../images/sprite-image.png) no-repeat -29px -193px;
  padding: 68px 0 28px 0;
  margin: 10px 8px 10px 0;
  display:block;
}
.rightBox:hover .rightImgThree{
  background: url(../images/sprite-image.png) no-repeat -29px -287px;
}

.rightBox span {
  font-family: 'latoregular';
  font-size: 14px;
  color: #605f5f;
  line-height: 1.2em;
  display: block;
}

.boliteDiv {

  margin-bottom: 10px;
}

ul.bolite {
  margin: 0;
  padding: 0;
}

ul.bolite li {

  font-size:16px;
  text-decoration:none;
  background: transparent url(../images/dotted.png) no-repeat left 7px;
  padding-left:18px;
  float:left;
  margin-bottom:5px;
  list-style: none;
}
ul.bolite li.none {
  background-image:none;
}

ul.simple-list {
  margin: 0;
  padding: 0;
}

ul.simple-list li {
  font-size:16px;
  text-decoration:none;
  background: transparent url(../images/dotted.png) no-repeat left 7px;
  padding-left:18px;
  margin-bottom:5px;
}
.side-tab{ padding-left: 5%;}
.iframe-data {
    float: left;
    margin-left: 0;
    min-height: 190px;
    width: 260px;
	border: 0;
}
iframe {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
	border: 0;
}
.highlight-red{ color: red;}
.form-box{ margin-bottom: 10px;}
input[type="text"], input[type="password"], .input-st {
	display: inline-block;
	height: 32px;
	padding: 0px 12px;
	color: #555555;
	vertical-align: middle;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #cccccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	font: 13px/1.42857 Arial, Helvetica, sans-serif;
}
input[type="text"]:focus, input[type="password"]:focus, .input-st:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}


.select-st {
	height: 33px;
	display: inline-block;
	padding: 6px 6px 6px 12px;
	font-size: 13px;
	line-height: 1.428571429;
	color: #555555;
	vertical-align: middle;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #cccccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.select-st:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.textarea-st {
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    display: inline-block;
    font: 13px/1.42857 Arial,Helvetica,sans-serif;
    padding: 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
	width: 95%;
	font-family: arial;
}
textarea {
    resize: none;
}
/*Button*/

.btn {
  display: inline-block;
  padding: 6px 25px;
  margin-bottom: 0;
  font-size: 18px;
  font-family: "latolight";
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-black{ color: #FFF; background-color: #454545; border-color: #454545;}

.btn-black:hover,
.btn-black:focus,
.btn-black:active {
  color: #ffffff;
  background-color: #333;
  border-color: #333;
}

.btn-primary {
  color: #ffffff;
  background-color: #007dbe;
  border-color: #357ebd;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #0394df;
  border-color: #285e8e;
}
.clr{ clear: both;}
.map{ float: right; width: 300px; height: 200px;}
.map iframe{ margin: 0;}
.grey-box{ background: #ebedee; border: 1px solid #dadcdd; padding: 10px; }
.sub-heading{
	font-size: 15px;
	color: #999;
	text-transform: uppercase;
}
.testimonials-l{ float:left; width: 49%;}
.testimonials-r{ float:right; width: 49%;}
.testimonials li{
	list-style: none;
	font-family: latolight;
	background: url(../images/icon-testimonials.png) no-repeat left top;
	padding-left: 80px;
	
}
.testimonials-info{margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #ccc; 
	min-height: 220px;
	}
.nice-align{ padding-bottom: 50px;}	

.image-holder-right{ float: right; margin: 0 0 10px 10px;}
.image-holder-left{ float: left; margin: 0 10px 10px 0;}
.force-text{
	text-decoration: none !important;
	color: #333 !important;
	text-transform: none !important;
}
.force-text:hover{
	text-decoration: underline !important;
}
.breadcrumb-holder {
    background: none repeat scroll 0 0 #ebedee;
    border-bottom: 1px solid #dadcdd;
    box-shadow: 0 1px 0 #ffffff;
    padding: 5px;
	margin-bottom: 1px;
}
.breadcrumb {
    font-size: 16px;
    padding-left: 20px;
    text-shadow: 0 1px #ffffff;
}
.breadcrumb > li + li:before {
    color: #333;
    content: ">";
    padding: 0 5px;
}
.breadcrumb li {
    color: #999;
    float: left;
    line-height: 27px;
    list-style: outside none none;
}
.breadcrumb a {
    color: #333;
}
.breadcrumb a:hover {
    color: #000;
    text-decoration: none;
}


.circle {
	border-radius: 20px;
	color: #ffffff;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 40px;
	background: #363636;
	margin-right: 15px;
}
.bottom-line{ border-bottom: 1px solid #ccc; padding-bottom: 45px; margin-bottom: 45px; }
.half-me{ float: left; width: 50%;}
.paddingleft{ padding-left: 20px;}
.paddingright{ padding-right: 20px;}
.title-services{
	color: #000000;
	font-family: latolight;
	font-size: 30px;
	
}
.services-text{ padding-left: 60px;}
.closer{ padding: 50px;}
.inner-banner{
	background: #000e15 url(../images/inner-banner-bg.png) no-repeat center center; /*max-height: 442px;*/
	border-bottom: 1px solid #fff;
	max-height: 300px;
	overflow: hidden
}
.inner-banner-img{
	background: url(../images/inner-banner.jpg);
}
.hiw{
	position: absolute;
	left: 0;
	top: 42%;
	z-index: 100;
	color: #FFFFFF;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
	text-shadow: 0px 0px 15px #002f48;
	font: 48px Georgia, "Times New Roman", Times, serif;
}
.hiw .boxIcon { margin-bottom: 15px;}
.website-holder{ border: 1px solid #dddddd; padding: 10px; background: #ebedee; width: 268px; margin: 0 auto;}
.website-holder img{ border: 1px solid #dddddd;}
