body {
	font-family: 'Montserrat', sans-serif;
    color: #000 !important;
}
.home_bg{
  background-image: url(images/annlabs-logo-30.png);
  background-attachment: fixed;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size : contain;
}
.home_h4{
    color:#0000FF !important;
    border-bottom:1px solid #ffbb05;
    padding-bottom:5px;
}
.cke_editable {
	font-size: 15px;
	line-height: 1.6em;
}

.error{
    border: 3px solid #FF0101;
    background-color: #FFA6A6;
}
.success{
    border : 3px solid #3DFF01;
    background-color :#94FE74;
}
.success, .error{
   width: 99%;
   height: auto;
   padding: 20px 5px;
   line-height: 1.8em;
   text-align:center;
   font-weight:bold;
}

blockquote {
	font-style: italic;
	font-family: Georgia, Times, "Times New Roman", serif;
	padding: 2px 0;
	margin-left: 0;
	border-style: solid;
	border-color: #ccc;
	border-width: 0;
}

.cke_contents_ltr blockquote {
	padding-left: 20px;
	padding-right: 8px;
	border-left-width: 5px;
	margin-left: 0;
}

.cke_contents_rtl blockquote {
	padding-left: 8px;
	padding-right: 20px;
	border-right-width: 5px;
}

small {
	font-size: 14px;
}

ol,ul,dl{
	/* IE7: reset rtl list margin. (#7334) */
	margin-right: 0px;
	/* preserved spaces for list items with text direction other than the list. (#6249,#8049)*/
	padding: 0px 1px ;

}

hr {
	border: 0px;
	border-top: 1px solid #ffbb05;
}

figure {
	display: table;
	margin: 1em 0;
}

.cke_editable figure figcaption, 
figure figcaption {
	display: table-caption;
	caption-side: bottom;
	line-height: 1.3em;
	color: #777; 
	font-size: 13px; 
}

p img.right,
p img.align_right,
p img.align-right,
figure.align_right,
figure.align-right {
	/* RCD */
	float: right;
	margin-left: 10px;
	margin-right: 0;
	margin-top: 5px;
    width:auto;
}

p img.left,
p img.align_left,
p img.align-left,
figure.align_left,
figure.align-left {
	/* RCD */
	float: left;
	margin-top: 10px;
	margin-left: 0;
	margin-right: 15px;
    width:auto;
}

p img.align_center,
p img.align-center,
figure.align_center,
figure.align-center {
	/* RCD */
	display: block;
	margin-left: auto;
	margin-right: auto;
    width:auto;
}


pre {
	white-space: pre-wrap;
	word-wrap: break-word;
	-moz-tab-size: 4;
	-o-tab-size: 4;
	-webkit-tab-size: 4;
	tab-size: 4;
}

.marker {
	background-color: Yellow;
}

code {
	/* RCD */
	background: #fff2a8;
}

a > img {
	padding: 1px;
	margin: 1px;
	border: none;
	outline: 1px solid #0782C1;
}

.site-loader{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: url(images/SiteLoader.gif) 50% 25% no-repeat #000;
    opacity: 0.95;
}
.content img {
    max-width: 100%;
}
iframe {
    width: 100%;
    height : 380px;
    border : none;
    z-index: 50;
}
#wiresframe, #portfolioframe, #contactframe{
    height: 745px;
}
p {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 30px;
  text-align:center;
}
em{
    line-height:10px;
}
a {
  color: #0B7002;
}

a:hover{
    text-decoration: none;
    color: #FF1600;
}

a:active{
    color: #FF1600;
}

a:visited {
    color: #0101FF;
}

video { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;

    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
    transition: 1s opacity;
}

video::-webkit-media-controls {
    display : none !important;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0,0,0,0.75); /*dim the background*/
}

.primary-button a {
  display: inline-block;
  background-color: #ffbb05;
  color: #343434;
  font-size: 13px;
  padding: 12px 18px;
  border-radius: 3px;
  text-decoration: none;
  border: 1px solid transparent;
}

.primary-button a:hover {
  background-color: transparent;
  border: 1px solid #ffbb05;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}

.annlabs-hero {
  z-index: 20;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.annlabs-hero-slider {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
}
.annlabs-hero-slider li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.annlabs-hero-slider li.selected {
  /* this is the visible slide */
  position: relative;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.annlabs-hero-slider li.move-left{
  /* slide hidden on the left */
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.annlabs-hero-slider li.is-moving, .annlabs-hero-slider li.selected {
  /* the is-moving class is assigned to the slide which is moving outside the viewport */
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  transition: transform 0.5s;
}
@media only screen and (min-width: 768px) {
  .annlabs-hero-slider {
  }
}
@media only screen and (min-width: 1170px) {
  .annlabs-hero-slider {
  }
}


/*Top menu */
#menu-toggle {
	display:none;
    cursor:pointer;
}

.annlabs-slider-nav {
  text-align: center;
}

.annlabs-slider-nav ul {
  padding: 0;
  margin: 0;
}

.annlabs-slider-nav ul li {
  display: inline-block;
  margin: 80px 20px;
}

.annlabs-slider-nav ul li a {
  text-decoration: none;
}

.annlabs-slider-nav ul li h6 {
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 400;
  color: #fff;
  margin-top: 15px;
}

.annlabs-slider-nav ul .selected h6 {
  color: #ffbb05;
  text-decoration: none;
  font-weight: bold;
}

.annlabs-slider-nav ul .selected .image-icon {
  color:#0000FF;
  background-color: #fff;
}


.annlabs-slider-nav .image-icon {
  margin: 0 auto;
  margin-bottom: 15px;
  display: table-cell;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  padding: 0px;
  background-color: #ffbb05;
  color:#000;
}

.annlabs-slider-nav .image-icon:hover {
    background-color: #fff;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  color: #FF0000;
}

/* Skill Bar */
.skillbar {
	position:relative;
	display:block;
	margin-bottom:15px;
	width:100%;
	background:#eee;
	height:35px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-webkit-transition:0.4s linear;
	-moz-transition:0.4s linear;
	-ms-transition:0.4s linear;
	-o-transition:0.4s linear;
	transition:0.4s linear;
	-webkit-transition-property:width, background-color;
	-moz-transition-property:width, background-color;
	-ms-transition-property:width, background-color;
	-o-transition-property:width, background-color;
	transition-property:width, background-color;
}

.skillbar-title {
	position:absolute;
	top:0;
	left:0;
    width:156px;
	font-weight:bold;
	font-size:13px;
	color:#ffffff;
	background:#6adcfa;
	-webkit-border-top-left-radius:3px;
	-webkit-border-bottom-left-radius:4px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-bottomleft:3px;
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
}

.skillbar-title span {
	display:block;
	background:rgba(0, 0, 0, 0.1);
	padding:0 20px;
	height:35px;
	line-height:35px;
	-webkit-border-top-left-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-bottomleft:3px;
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
}

.skillbar-bar {
	height:35px;
	width:0px;
	background:#6adcfa;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

.skill-bar-percent {
	position:absolute;
	right:10px;
	top:0;
	font-size:11px;
	height:35px;
	line-height:35px;
	color:#ffffff;
	color:rgba(0, 0, 0, 0.4);
}

div.testimonial {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  overflow: hidden;
  margin: 10px;
  min-width: 220px;
  max-width: 310px;
  width: 100%;
  color: #000;
  min-height:390px;
  text-align: left;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.9);
  background-color: #fff;
}
div.testimonial  * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
div.testimonial img {
  max-width: 100%;
  vertical-align: middle;
  border: none;
  margin:0px;
}
div.testimonial blockquote {
  position: relative;
  background-color: #ffbb05;
  padding: 25px 50px 25px 50px;
  font-size: 15px;
  font-weight: 500;
  margin: 0;
  line-height: 1.4em;
  font-style: italic;
  border : none;
  min-height:120px;
  text-align:justify;
}
div.testimonial blockquote:before,
div.testimonial blockquote:after {
  position: absolute;
  font-size: 50px;
  opacity: 0.3;
  font-style: normal;
}
div.testimonial blockquote:before {
  content: "\201C";
  top: 25px;
  left: 20px;
}
div.testimonial blockquote:after {
  content: "\201D";
  right: 20px;
  bottom: 0;
}
div.testimonial .arrow {
  top: 100%;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 45px solid transparent;
  border-top: 45px solid #ffbb05;
  margin: 0;
  position: absolute;
}
div.testimonial .author {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0px 25px;
  color: #000000;
  background-color: #ffffff;
  margin: 0;
  text-transform: uppercase;
  text-align:right;
  max-height: 100px;
}
div.testimonial .author h5 {
  opacity: 0.8;
  margin-bottom: 25px;
  font-weight: 800;
}
div.testimonial .author h5 span {
  font-weight: 400;
  text-transform: none;
  text-align: center !important;
}
div.testimonial .stars{
  text-align: center;
  padding-top: 10px;
  font-size: 27px;
  margin-bottom:100px;
}

.bg-primary, .bg-success, .bg-info, .bg-warning, .bg-danger{
    Padding : 5px 10px 5px 15px;
    border: 1px solid #000;
    border-left : 7px solid #000;
    font-style: italic;
    font-family: Georgia, Times, "Times New Roman", serif !important;
    color: #FF0000;
    font-weight: bold;
}

.rating{
  text-align: center;
  padding-top: 10px;
  font-size: 21px;
  margin:7px 0px;
}

.CommentStars {
    color: #FFBB00;
}

/*
=======================
----- SLIDE -----
=======================
*/


.slide {
  text-align: center;
  background-color: #fff;
  width: 100%;
  min-height: 750px;
  background-image: url(images/footer.png);
  background-attachment: fixed;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size : 100%;
  /* background:url(images/top-left.png) top left no-repeat,  url(images/top-right.png) top right no-repeat, url(images/bl.png) 0% 100% no-repeat, url(images/br.png) 100% 100% no-repeat #fff; */
   
}

.slide img {
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
}

.slide .left-image {
  padding-right: 0px !important;
}

.slide .right-image {
  padding-left: 0px !important;
}

.slide .right-about-text, .slide .left-about-text {
  text-align: justify;
  margin-left: 15px;
  margin-right: 30px;
}

.slide .left-about-text .primary-button, .slide .right-about-text .primary-button {
  margin-top: 25px;
}

.slide .heading h1 {
  margin-top: 30px;
  font-size: 38px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 900;
  letter-spacing: 1px;
}

.slide .heading span {
  font-size: 16px;
  text-transform: uppercase;
  color: #ffbb05;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.heading {
  text-align: center;
  margin-bottom: 180px;
}

.heading h1 {
  margin-top: 30px;
  font-size: 38px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 900;
  letter-spacing: 1px;
}


.heading span {
  font-size: 16px;
  text-transform: uppercase;
  color: #ffbb05;
  font-weight: 700;
  letter-spacing: 0.5px;
}


.pagination li, .pager li, .wires-body li{
position: relative !important; 
}

.content {
  margin-bottom: 200px;
  padding: 30px;
  margin-top: -80px;
  background-color: #fff;
  border-top: 15px solid #ffbb05;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  z-index : 30;
  min-height : 300px;
}

.content h4 {
  font-size: 19px;
  text-transform: uppercase;
  color: #121212;
  letter-spacing: 1px;
  margin-top: 30px;
  margin-bottom: 20px;
  text-align : center;
}


.content p {
  margin: 15px;
  text-align : justify;

}

.content .primary-button {
  margin-top: 30px;
}

.content .address {
  font-weight: 700;
  border-left: 3px solid #ffbb05;
  padding-left: 25px;
  line-height: 25px;
  font-style: italic;
  letter-spacing: 0.75px;
}

.content .contact .social-icons {
  margin-top: 60px;
}

.content .contact .social-icons i{
  margin-right: 5px;
}

ul li, ol li{
  padding: 0;
  margin: 0;
}

.content .contact i {
  margin-right: 12px;
  margin-bottom: 10px;
  font-size: 21px;
  width: 45px;
  height: 45px;
  background-color: #ffbb05;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  line-height: 45px;
  color: #000;
}

.content .contact i:hover {
  background-color: red;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  color: #fff;
}

.content input {
  margin-bottom: 10px;
  padding-left: 15px;
  max-width: 90%;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  font-size: 13px;
  color: #aaa;
  background-color: #f4f4f4;
  border: none;
  outline: none;
  border-radius: 0;
  box-shadow: none;
}

.content input:focus {
  outline: none!important;
  box-shadow: none;
}

.content textarea {
  margin-bottom: 20px;
  padding-left: 15px;
  width: 100%;
  max-width: 100%;
  max-height: 300px;
  height: 120px;
  display: inline-block;
  line-height: 25px;
  font-size: 13px;
  color: #aaa;
  background-color: #f4f4f4;
  border: none;
  outline: none!important;
  border-radius: 0;
  box-shadow: none;
}

.content textarea:focus {
  outline: none!important;
  box-shadow: none;
}

/*
=======================
---- FOOTER STYLE -----
=======================
*/

footer {
  background-color: #ffbb05;
  position: relative;
  width: 100%;
  bottom: 0;
  z-index: 40;
  margin-top: -1px;
}

footer p {
  font-size: 13px;
  color: #343434;
  margin: 0px;
  padding: 25px;
  text-align: center;
  font-weight: 400;
}

footer a {
	color: #343434;
}

/*
========================================
---------- RESPONSIVE STYLE ------------
========================================
*/

@media screen and (max-width: 920px){

.slide{
     min-height: 600px;
}

#menu-list {
	display:none;
}
 
#menu-toggle{
    display: inline-block;
}

.annlabs-slider-nav ul li {
  display: inline-block;
  margin: 5px;
}

.annlabs-slider-nav .image-icon {
    width: 70px;
    height: 70px;
}

.annlabs-slider-nav ul li h6 {
    font-size: 12px;
    margin-top: 10px;
}

  .heading h1 {
    margin-top: 60px;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0px;
  }

  .heading span {
    font-size: 13px;
    letter-spacing: 0px;
  }

  .content {
    margin-bottom: 100px;
    margin-top: -100px;
    background-color: #fff;
    border-top: 15px solid #ffbb05;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  }

  .content h4 {
    margin-left: 15px;
    margin-right: 15px; 
  }

  .content p {
    margin: 0px 30px;
  }
  
  .content img {
    width: 100%;
  }
  .slide .left-image {
    padding-right: 15px!important;
  }

  .slide .right-image {
    padding-left: 15px!important;
  }

  .slide .right-about-text {
    text-align: left;
    margin-left: 15px;
    margin-left: 30px;
  }

  .slide .left-about-text {
    text-align: left;
    margin-left: 0px;
    margin-left: 30px;
    margin-bottom: 30px;
  }

  .content .contact .social-icons {
    margin-top: 30px;
    margin-bottom: 60px;
  }
  
}


/*
========================================
----------- LIGHT BOX STYLE ------------
========================================
*/

/* Preload images */
body:after {
  content: url(images/close.png) url(images/loading.gif) url(images/prev.png) url(images/next.png);
  display: none;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  margin-top: 5%;
  left: 0;
  width: 100%;
  z-index: 1000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;

  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
