<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	font-family: 'Rubik', sans-serif;
	font-size: 15px;
	color: #333333;
	line-height: 30px;
	background: white;
}


/* Header Section*/

.header-section {
	padding: 10px 0px 10px 0px;
}

.header-top {
    background: #FEC20B;
    min-height: 40px;
    color: #333;
}
.header-top a {
    color: #333;
	font-size:15px;
	font-weight:400;
}
.header-top a:hover {
	  color: #333;
	font-size:15px;
	font-weight:400;
	text-decoration:none;
}
.header-top .fa {
    /* background: #fff none repeat scroll 0 0; */
    border-radius: 3px;
    height: 30px;
    margin-top: 5px;
    padding: 7px 5px;
    text-align: center;
    width: 30px;
    color: #333;
    font-size: 18px;
}


#button {
  display: inline-block;
  background-color: #FF9800;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  text-decoration:none;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}
.ourwork
{
	padding:40px 0;
	background:#d3dee4;
}
.ourwork h4
{
	text-align:center;
	padding:20px 0;
	font-size:20px;
	font-weight:600;
}
.ourwork img{
	width:100%;
	
}
/* Styles for the content section */

.content {
  width: 77%;
  margin: 50px auto;
   
  font-size: 17px;
  color: #6c767a;
  line-height: 1.9;
}
@media (min-width: 500px) {
  .content {
    width: 43%;
  }
  #button {
    margin: 30px;
  }
}
/* Menu Bar Section*/



/* Slider Section*/

.slider-section img {
	width: 100%;
	height: 450px;
}


/* Welcome Section*/

.welcome-section {
	padding: 40px 0px;
	text-align:center;
}

.welcome-section img {
	width: 80%;
	padding-top: 30px;
	padding-bottom: 15px;
}

.welcome-section p,
.welcome-section h5 {
	text-align: center;
 	 
}
.welcome-section p {
	font-size:18px;
	line-height:30px;	
}
.welcome-section h5 {
	  
	font-size:16px;
	font-weight:700;
}
.welcome-section h1
{
	padding-top:30px;
	padding-bottom:20px;
	font-weight:500;
	font-size:28px
}
/* category Section */

.category-section {
	padding-left: 0px;
	padding-right: 0px;
}

.category-section img {
	width: 100%;
	height: 200px;
}


/* progress Section */

.section-container {
	width: 100%;
	overflow: hidden;
}

.progress-section {
	padding: 40px 0px 50px 0px;
	background: #4dbb13;
	margin-left: 0px;
	margin-right: 0px;
}

.progress-section h2 {
	color: #132509;
	font-weight: 700;
	text-align: center;
	padding-bottom: 30px;
	font-size:40px;
}

.progress-section h4 {
	text-align: center;
	padding-top: 10px;
	font-size:18px;
	font-weight: 600;
	color:#070707;
}

.progress {
	width: 150px;
	height: 150px;
	line-height: 150px;
	background: none;
	margin: 0 auto;
	box-shadow: none;
	position: relative;
}

.progress:after {
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 12px solid #343537;
	position: absolute;
	top: 0;
	left: 0;
}

.progress&gt;span {
	width: 50%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	z-index: 1;
}

.progress .progress-left {
	left: 0;
}

.progress .progress-bar {
	width: 100%;
	height: 100%;
	background: none;
	border-width: 12px;
	border-style: solid;
	position: absolute;
	top: 0;
}

.progress .progress-left .progress-bar {
	left: 100%;
	border-top-right-radius: 80px;
	border-bottom-right-radius: 80px;
	border-left: 0;
	-webkit-transform-origin: center left;
	transform-origin: center left;
}

.progress .progress-right {
	right: 0;
}

.progress .progress-right .progress-bar {
	left: -100%;
	border-top-left-radius: 80px;
	border-bottom-left-radius: 80px;
	border-right: 0;
	-webkit-transform-origin: center right;
	transform-origin: center right;
	animation: loading-1 1.8s linear forwards;
}

.progress .progress-value {
	width: 90%;
	height: 90%;
	border-radius: 50%;
	background:none;
	font-size: 40px;
	color: #fff;
	line-height: 135px;
	text-align: center;
	position: absolute;
	top: 5%;
	left: 5%;
	font-weight:700;
}

.progress.blue .progress-bar {
	border-color: #ffffff;
}

.progress.blue .progress-left .progress-bar {
	animation: loading-2 1.5s linear forwards 1.8s;
}

.progress.yellow .progress-bar {
	border-color: #fdba04;
}

.progress.yellow .progress-left .progress-bar {
	animation: loading-3 1s linear forwards 1.8s;
}

.progress.pink .progress-bar {
	border-color: #ed687c;
}

.progress.pink .progress-left .progress-bar {
	animation: loading-4 0.4s linear forwards 1.8s;
}

.progress.green .progress-bar {
	border-color: #1abc9c;
}

.progress.green .progress-left .progress-bar {
	animation: loading-5 1.2s linear forwards 1.8s;
}

@keyframes loading-1 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
}

@keyframes loading-2 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(144deg);
		transform: rotate(144deg);
	}
}

@keyframes loading-3 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
}

@keyframes loading-4 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(36deg);
		transform: rotate(36deg);
	}
}

@keyframes loading-5 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(126deg);
		transform: rotate(126deg);
	}
}


/*Testimonial section*/

#testimonial4 {
	overflow: hidden;
	min-height: 280px;
	position: relative;
}

.testimonial4_header img {
	width: 100%;
	padding: 30px 20px 40px 20px;
}

#testimonial4 .carousel-inner {
	width: 100%;
	margin: auto;
}

#testimonial4 .carousel-inner:hover {
	cursor: -moz-grab;
	cursor: -webkit-grab;
}

#testimonial4 .carousel-inner:active {
	cursor: -moz-grabbing;
	cursor: -webkit-grabbing;
}

#testimonial4 .carousel-inner .item {
	overflow: hidden;
}

.testimonial4_indicators .carousel-indicators {
	left: 0;
	margin: 0;
	width: 100%;
	font-size: 0;
	height: 20px;
	bottom: 15px;
	padding: 0 5px;
	cursor: e-resize;
	overflow-x: auto;
	overflow-y: hidden;
	position: absolute;
	text-align: center;
	white-space: nowrap;
}

.testimonial4_indicators .carousel-indicators li {
	padding: 0;
	width: 10px;
	height: 10px;
	border: none;
	text-indent: 0;
	margin: 2px 3px;
	cursor: pointer;
	display: inline-block;
	background: #293364;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}

.testimonial4_indicators .carousel-indicators .active {
	padding: 0;
	width: 10px;
	height: 10px;
	border: none;
	margin: 2px 3px;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}

.testimonial4_indicators .carousel-indicators::-webkit-scrollbar {
	height: 3px;
}

.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb {
	-webkit-border-radius: 0;
	border-radius: 0;
}

.testimonial4_header {
	top: 0;
	left: 0;
	bottom: 0;
	display: block;
	margin-top: 50px;
	text-align: center;
	position: relative;
}

.testimonial4_header h4 {
	
	font-size: 40px;
	color: #212020;
	position: relative;
	letter-spacing: 1px;
}

.testimonial4_slide {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	margin: auto;
	position: relative;
	text-align: center;
}

.testimonial4_slide p {
	font-size: 22px;
	
	margin: 40px 0 20px 0;
	font-weight:500;
}

.testimonial4_slide h4 {
	color: #aea9a9;
	font-size: 18px;
}


/*icon section*/

.icon-section {
/*background: #4dbb13;*/
	padding: 120px 0;
	text-align: center;
	margin-left: 0px;
	margin-right: 0px;
	color:#ffffff;
}

.icon-section i {
	font-size: 100px;
}

.icon-section h4 {
	padding-top: 30px;
	font-size:26px;
}
.icon-section h3 {
	font-weight:700;
	font-size:30px;
}

/*youtube-section*/

.youtube-section {
	padding: 60px 0px;
	text-align:center;
}


/*technical-team*/

.technical-team {
	color: #585757;
}

.technical-team-member {
	padding: 25px 15px;
	text-align:center;
}

.technical-team-member img {
	padding-bottom: 20px;
}
.technical-team h4 {
	font-size:34px;
	text-align:center;
}
.technical-team h3 {
 
	font-weight:700;
	font-size:30px;
	text-align:center;
}
.technical-team h5
{
	font-size:20px;
	margin-bottom:0px;
}
.technical-team p
{
	font-size:18px;
	margin-bottom:0px;
}

/*clients-section*/

.clients-section h2 {
	color: 585757;
	text-align: center;
	font-size:32px;
}

.clients-section img {
	padding: 30px 0px;
	width: 100%;
}


/*call-request*/

.call-request {
	padding: 20px 0px;
	background: #2d2e2c;
	text-align: center;
	color: #fff;
}

.call-request-align h3 {
	margin-right: 0%;
	padding-bottom: 20px;
	font-size: 24px;
}

.call-request-align {
	margin-left: 0%;
	margin-right: 0%;
}

.submit-button:hover,
.submit-button {
	padding: 5px 10px;
	margin-top: 15px;
	color: #fff;
	background: #ff0808;
	margin-right: 0%;
}


/*footer-section*/

.footer-section {
	background: #121212;
	color: #7a7979;
	padding-top: 20px;
	padding-bottom:20px;
}

.footer-left,
.footer-right {
	padding-left: 0px;
	padding-right: 0px;
}

.footer-right {
	text-align: right;
}

.footer-center {
	text-align: center;
	list-style-type: none;
	margin-top: 10px;
	font-size:17x;
}

.footer-center li {
	display: inline;
	padding-left: 20px;
}

.footer-center li a,
.footer-center li a:hover {
	text-decoration: none;
	color: #7a7979;
}

.footer-right a
{
	text-decoration: none;
	color: #7a7979;
}
/*about-us-section*/

.about-us-section {
	color: #212020;
}

.about-us-section h1 {
	padding: 25px 0px 0px 0px;
	text-align: center;
}

.about-us-section p {
	padding-top: 20px;
	text-align: center;
	font-size:16px;
}

.about-us-section ul {
	list-style-type: none;
	padding-top: 30px;
	padding-left: 30%;
	padding-bottom: 30px;
	font-size:16px;
}

.about-us-section img {
	    width: 100%;
}

.new-line {
	display: none;
}

.contact-us-section {
	color: #212020;
}

.contact-us-section h1 {
	padding: 25px 0px 0px 0px;
 
}
.contact-us-section h2 {
	font-size:20px;
	font-weight:600;
}
.contact-us-section p {
	padding-top: 20px; 
	font-size:16px;
}

.contact-us-section ul {
	list-style-type: none;
	padding-top: 30px;
	padding-left: 30%;
	padding-bottom: 30px;
	font-size:16px;
}
/*product-section*/

.product-section {
	padding: 30px 0px 40px 0px;
	font-size:18px;
	
}

.product-section h1 {
	padding-bottomn: 20px;
}

.product-section ul {
	list-style-type: none;
	padding-top: 30px;
	padding-left: 20px;
}
.product-image{
	text-align:center;
	    padding-bottom: 30px;
}
.product-section img {
	padding-right: 10px;
}
.product-image img
{
	width:90%;
}
.new-line {
	display: none;
}

.product-list {
	padding-left: 10px;
}
.pdf-downloader
{
	text-align:left
}
.pdf-downloader img {
	padding-top: 8%;
	    float: right;
	
}



.technical-team-member img{width: 100%;}
#cp-banner img {
    display: block;
    width: 100%;
    position: relative; 
}

.bx-wrapper img {
    max-width: 100%;
    display: block;
}
#cp-banner {
    float: left;
    width: 100%;
    position: relative;
}
#cp-banner .bx-wrapper {
    margin: 0;
    float: left;
    width: 100%;
}
.bx-wrapper {
    position: relative;
    margin: 0 auto 60px;
    padding: 0;
}
#cp-banner .bx-wrapper .bx-prev:before {
    content: "\f104";
    color: #fff;
    font-size: 50px;
    display: block;
    font-family: FontAwesome;
}

#cp-banner .bx-wrapper .bx-prev {
    background: 0 0;
    left: 90px;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
}
.bx-wrapper .bx-prev {
    left: 10px;
}
#cp-banner .bx-wrapper .bx-next:before {
    content: "\f105";
    color: #fff;
    font-size: 50px;
    display: block;
    font-family: FontAwesome;
}
#cp-banner .bx-wrapper .bx-next {
    background: 0 0;
    right: 90px;
}
#cp-banner .bx-wrapper .bx-controls-direction a {
    height: auto;
    margin-top: 0;
    text-indent: inherit;
    top: 45%;
    width: 32px;
    font-size: 0;
    text-decoration: none;
}
#cp-home-banner&gt;li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
   
    z-index: 9;
}
.big-menu .jumbotron{margin-bottom: 0px;}
.slider-section img{height: 200px;}


/**/


.gallery-title
{

    text-align: center;
    font-weight: 500;
    margin-bottom: 40px;
}

.filter-button
{
    font-size: 18px;
    border: 1px solid #fff;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    background: #cc1412;
    margin-bottom: 30px;

}
.filter-button:hover
{
    font-size: 18px;
    border: 1px solid #42B32F;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #42B32F;

}
.btn-default:active .filter-button:active
{
    background-color: #42B32F;
    color: white;
}

.port-image  img
{
    width: 100%;
}

.gallery_product
{
    margin-bottom: 30px;
}
.about-us-section,.product-section{
	margin-top: 20px;
	margin-bottom: 20px;
}
.aboutimage img{width: auto;}
.product-image h1{padding-bottom: 30px;}
.droptripod{padding: 30px 0px;}


/**/
#cf {
      position:relative;
      height:100%;
      width:100%;
      margin:0 auto;
    }
    
    #cf img {
      position:absolute;
      left:0;
    width:100%;
    height:100%;
      -webkit-transition: opacity 1s ease-in-out;
      -moz-transition: opacity 1s ease-in-out;
      -o-transition: opacity 1s ease-in-out;
      transition: opacity 1s ease-in-out;
    }
    
    #cf img.top:hover {
      opacity:0;
    }
 .i_s_left h2 {
        border-bottom: 1px solid #fff;
        margin: 140px auto 20px;
        padding-bottom: 30px;
        text-align: left;
        text-shadow: 0 1px 0 #000;
        width: 33%;
    }
    .panel h2 {
        color: #7cbd27;
        
        font-size: 48px;
        font-weight: normal;
        text-align: center;
    }
    .i_s_left {
        background: rgba(0, 0, 0, 0) url("../images/solution.jpg") no-repeat scroll left center / 100% 100%;
        float: left;
        width: 32%;
    }
    .i_solution ul {
        float: right;
        overflow: hidden;
        width: 68%;
        padding: 0px;
    }
    .i_solution li {
        float: left;
        overflow: hidden;
        position: relative;
        width: 25%;
        display:block;
    }
    .i_solution li .icon {
        color: #fff;
        float: left;
        font-size: 18px;
        line-height: 32px;
        margin-top: -53px;
        position: absolute;
        top: 50%;
        width: 100%;
        z-index: 99;
    }
    .i_solution li .icon {
        color: #fff;
        font-size: 18px;
        line-height: 32px;
        margin-left:30%;
    }
    .gallery-item-content {
        border: 2px solid #7ac143;
    
    
    }

@media (max-width:1024px){
.i_s_left {
    width: 100% !important;
	margin-bottom:1%;
}
.i_solution.i_height &gt; ul {
    float: left;
    width: 100%;
}
#schwerpunkte-section &gt; li {
    float: left;
    width: 33.33%;
    height: 300px !important;
}
}


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

}

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

	.call-request-align {
		margin-left: 0%;
		margin-right: 0%;
	}
	.call-request-align h3 {
		margin-right: 0%;
	}
	.about-us-section ul {
		padding-left: 10%;
	}
	.submit-button:hover,
	.submit-button {
		margin-top: 0px;
	}
	.progress-section h4 {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.icon-section h3 {
		padding-bottom: 20px;
	}
	.nav&gt;li&gt;a {
		padding: 15px 14px !important;
	}
}

@media only screen and (max-width: 767px) {
	.bx-wrapper .bx-controls-direction a {display: none;}
	.product-image img {
		width: 100%;
	}
	.pdf-downloader img {
		padding-top: 10%;
		padding-left: 0%;
	}
	.about-us-section {
		padding-bottom: 20px;
	}
	.about-us-section ul {
		padding-top: 10px;
		padding-left: 0%;
		padding-bottom: 10px;
	}
	.footer-left,
	.footer-right {
		text-align: center;
	}
	.footer-center {
		padding-left: 0px;
	}
	.footer-center li {
		display: block;
		padding-left: 0px;
	}
	.submit-button:hover,
	.submit-button,
	.call-request-align h3 {
		margin-right: 0%;
	}
	.clients-section img {
		width: auto;
	}
	.client-section-image {
		text-align: center;
	}
	.technical-team-member {
		text-align: center;
	}
	.youtube-section iframe {
		padding-top: 30px;
	}
	.navbar-toggle .icon-bar {
		background: #60ed16;
	}
	.navbar-toggle {
		background: #4dbb13;
	}
	.navbar {
		text-align: center;
		float: none;
	}
	.header-logo {
		text-align: center;
	}
	.slider-section img {
		height: 350px;
	}
	.welcome-section img {
		width: auto;
	}
	.welcome-image {
		text-align: center;
	}
	#schwerpunkte-section &gt; li {
    float: left;
    padding: 15px !important;
    text-align: center !important;
    width: 50%;
    height: 296px!important;
}
}

@media only screen and (max-width: 600px) {
	.category-section img {
		height: 150px;
	}
	.testimonial4_indicators .carousel-indicators {
		bottom: 0;
	}
}

@media only screen and (max-width: 480px) {
	.testimonial4_control_button .carousel-control {
		display: none;
	}
	.testimonial4_header {
		width: 95%;
	}
	.testimonial4_header h4 {
		font-size: 20px;
	}
	.testimonial4_slide {
		width: 98%;
		padding: 5px;
	}
	#schwerpunkte-section #cf {
    height: 100%!important;
    width: 100% !important;
}
	#schwerpunkte-section &gt; li {
    float: left;
    padding: 15px !important;
    text-align: center !important;
    width: 100%;
    height: 296px!important;
}
}

@media only screen and (max-width: 400px) {
	.new-line {
		display: block;
		padding-left: 30px;
	}
	.clients-section img {
		width: 100%;
	}
	.technical-team-member img {
		width: 100%;
	}
	#testimonial4 {
		min-height: 350px;
	}
	.slider-section img {
		height: 200px;
	}
	.welcome-section img {
		width: 100%;
	}
	.category-section img {
		height: 100px;
	}

}



@media (min-width: 481px) and (max-width: 767px) {
	.testimonial4_control_button .carousel-control.left {
		left: 2%;
	}
	.testimonial4_control_button .carousel-control.right {
		right: 2%;
	}
	.testimonial4_header {
		width: 95%;
	}
	.testimonial4_slide {
		width: 98%;
		padding: 5px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.testimonial4_control_button .carousel-control.left {
		left: 5%;
	}
	.testimonial4_control_button .carousel-control.right {
		right: 5%;
	}
}

@-webkit-keyframes psBoxShadowEffect_2 {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		-webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255, 255, 255, 0.5);
	}
	100% {
		-webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 5px 5px #ffffff, 0 0 0 5px rgba(255, 255, 255, 0.5);
		-webkit-transform: scale(1.5);
		opacity: 0;
	}
}

@keyframes psBoxShadowEffect_2 {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255, 255, 255, 0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 5px 5px #ffffff, 0 0 0 5px rgba(255, 255, 255, 0.5);
		transform: scale(1.5);
		opacity: 0;
	}
}

@media only screen and (max-width: 990px) {
	.progress {
		margin-bottom: 20px;
	}
}

@media (min-width: 1300px) {
	.container {
		width: 1270px;
	}
}

@media (min-width: 1400px) {
	.container {
		width: 1370px;
	}
}

@media (min-width: 1500px) {
	.container {
		width: 1470px;
	}
}

@media (min-width: 1600px) {
	.container {
		width: 1570px;
	}
}

.parallax-image {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    /* position: relative; */
}
.wrapsection {
    padding: 0px 0;
    position: relative;
    margin: 0px 0;
}
.parallax-content {
    position: relative;
    z-index: 4;
    padding: 80px 0;
}
.funfacts .icon {
    font-size: 40px;
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 10px;
    clear: both;
    color: #fff;
    border: 0;
    background: rgba(0,0,0,0.2);
}
.funfacts h4 {
    text-transform: uppercase;
    font-size: 15px;
    margin: 22px 0 0;
    position: relative;
    letter-spacing: 1px;
    color: #fff;
}
.funfacts .icon a {
    color: #fff;
}
.funfacts .icon i
{
	padding-top:20px;
}
 
.flat-row.row-partners {
    border-top: 1px solid #efefef;
    padding: 34px 0 36px;
    background: #fcfcfc;
}
.flat-row {
    clear: both;
    display: block;
    position: relative;
    padding: 90px 0;
    overflow: hidden;
}

element.style {
}
.flat-row.row-partners {
    border-top: 1px solid #efefef;
    padding: 34px 0 36px;
    background: #fcfcfc;
}
.owl-carousel .owl-item li{
	padding-right:28px;    
}

.parallax2 {
   background-image: url(../images/testimonial-banner.jpg);   
}
.parallax2 .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba( 0, 0, 0, 0.6 );
}
.title-section {
    margin-bottom: 50px;
    position: relative;
    z-index: 30;
    text-align: center;
}
.title-section.color-white .title, .title-section.color-white i, .title-section.color-white .sub-title {
    color: #fff;
}
.title-section .title {
    font-size: 36px; 
    font-weight: 700;
    line-height: 40px;
    color: #1c1c1c;
    position: relative;
    margin-top: 0;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}
.testimonials.style5 {
    padding-top: 50px;
}
.testimonials.style5 .message {
    margin-bottom: 5px;
    color: #fff;
    border: 0;
    padding: 37px 45px 34px;
    position: relative;
    font-size: 15px;
    box-shadow: 0px 26px 16px 0px rgba(0, 0, 0, 0.27);
    background: rgba(0,0,0,0.5);
    padding-bottom: 20px;
    border-radius: 4px;
}
.testimonials.style5 .message:before {
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    background: #00aeff;
    display: block !important;
    left: 44px;
    top: -25px;
    content: "\f10d";
    font-family: "FontAwesome";
    font-size: 20px;
    font-style: normal;
    position: absolute;
}
.testimonials.style5 .message:after {
    content: '';
    position: absolute;
    left: 50px;
    bottom: -14px;
    border-style: solid;
    border-width: 7px 7px 7px 7px;
    border-color: rgba(0,0,0,0.5) rgba(0,0,0,0.5) transparent transparent;      
    z-index: 998;   
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.testimonials.style5 .avatar {
    width: 100%;
    float: none;
    margin-right: 0;
    padding-left: 49px;
    max-width: 100%;
}
.testimonials.style5 .avatar .testimonial-author-thumbnail {
    float: left;
    margin-right: 10px;
    width: auto;
}
.testimonials.style5 .name {
    font-size: 14px;
    margin-bottom: 0;
    padding-top: 12px;
    color: #fff;
}
.testimonials.style5 .position {
    font-size: 12px;
}
.testimonials .position {
    color: #c2c2c2;
    line-height: 18px;
    font-size: 14px;
    margin-bottom: 20px;
}
.flat-testimonials.owl-theme .owl-dots {
    text-align: center;
}
.contactUs-shortcut {
    float: right;
    width: 100%;
    padding: 0 2.1%;
}
.tran300 {
    transition: 300ms ease-out;
    -webkit-transition: 300ms ease-out;
    -ms-transition: 300ms ease-out;
    -moz-transition: 300ms ease-out;
    -o-transition: 300ms ease-out;
}
.contactUs-shortcut-item.address {
    background: url() no-repeat center;
    background-size: cover;
}
.contactUs-shortcut-item {
    display: table;
    width: 100%;
    height: 200px;
    color: #fff;
    background: #ccc;
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}
.contactUs-shortcut-item &gt; img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    transition: 500ms ease-out;
    -webkit-transition: 500ms ease-out;
    -ms-transition: 500ms ease-out;
    -moz-transition: 500ms ease-out;
    -o-transition: 500ms ease-out;
}
.contactUs-shortcut-item a {
    position: relative;
    z-index: 1;
}
.contactUs-shortcut-item a:hover
{
	color:#fff;
	text-decoration:none;
}
.contactUs-shortcut-item-wrap {
    display: table-cell;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    overflow: hidden;
}
.contactUs-shortcut-item:last-child {
    margin-bottom: 0;
}
.contactUs-shortcut-item a img {
    display: block;
    margin: 0 auto 4%;
    display: block;
}



.blog {
	padding: 80px 0;
	background: #fff;
}
.blog .b-details {
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0 ); /* IE6-9 */
	position: absolute;
	height: 50%;
	left: 0px;
	bottom: 0px;
	width: 100%;
	padding: 20px;
}
.blog .b-inner {
	display: inline-block;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.blog .b-details h6 a {
	font-size: 15px;
	color: #222222;
	text-transform: uppercase;
	font-weight: bold;
}
.blog .b-details li {
	position: relative;
	overflow: hidden;
}
.blog .b-details a {
	font-size: 18px;
	color: #fff;
	display: inline-block;
	width: 100%;
	text-transform: uppercase;
	font-weight: bold;
	position: absolute;
	bottom: 50px;
	left: 20px;
}
.blog .b-details span {
	background: #ffc107;
	height: 25px;
	line-height: 25px;
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	color: #232323;
	padding-right: 20px;
	font-weight: 600;
	margin-bottom: 15px;
	margin-top: 30px;
	font-size: 13px;
}
.blog .b-details span i {
	background: #fff;
	height: 25px;
	width: 25px;
	margin-right: 10px;
	font-size: 16px;
	text-align: center;
	line-height: 25px;
}
/*=======================================================
			BLOG
========================================================*/
.blog .title-hed {
	display: inline-block;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	color: #222222;
	text-transform: uppercase;
	margin-top: 30px;
}
.blog .title-hed:hover {
	color: #002b5e;
}
.blog .blog-post ul.small-tag {
	display: inline-block;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
}
.blog .blog-post {
	margin-bottom: 40px;
	display: inline-block;
	width: 100%;
	position: relative;
	/*border-bottom: 1px solid #e8e8e8;*/
	padding-bottom: 40px;
}
.blog .blog-post ul.small-tag span {
	margin: 0 10px;
	text-transform: uppercase;
	font-size: 12px;
}
.blog .blog-post p {
	font-size: 14px;
	line-height: 24px;
	padding-top:10px;
}
.blog .blog-post ul.small-tag span:nth-child(1) {
	margin-left: 0px;
}
.blog .blog-post ul.small-tag li {
	color: #777777;
}
.blog .blog-post ul.small-tag li i {
	margin-right: 5px;
}
.blog .blog-post img {
	width: 100%;
}
.blog .blog-post span.date {
	background: #ffc107;
	height: 25px;
	position: absolute;
	line-height: 25px;
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	color: #232323;
	padding-right: 20px;
	font-weight: 600;
	margin-top: -50px;
	font-size: 13px;
	margin-left: 20px;
	z-index: 999;
}
.blog .blog-post span.date i {
	background: #fff;
	height: 25px;
	width: 25px;
	margin-right: 10px;
	font-size: 16px;
	text-align: center;
	line-height: 25px;
}
.blog .flex-direction-nav a {
	background: rgba(0,0,0,0.4);
	border-radius: 0px;
	border: none;
}
.blog .flex-direction-nav {
	top: 48%;
}
.post-bg {
	background: url(../images/blog-img-bg.jpg) no-repeat;
	padding: 60px 40px;
	text-align: center;
}
.post-bg p {
	font-weight: 500;
	text-transform: uppercase;
	font-size: 20px !important;
	color: #fff;
	line-height: 30px;
	margin-bottom: 30px;
	text-align: center;
}
.post-bg a {
	font-weight: 500;
	text-transform: uppercase;
	font-size: 16px !important;
	color: #fff;
	line-height: 30px;
	margin-bottom: 30px;
	text-align: center;
}
.post-bg i {
	background: #ffc107;
	height: 55px;
	width: 55px;
	text-align: center;
	line-height: 55px;
	color: #fff;
	font-size: 20px;
	margin-bottom: 30px;
	border-radius: 50%;
	display: inline-block;
}
.blog .pagination {
	border: none;
}
.blog .pagination li {
	border: none;
}
.blog .pagination li a {
	border: none;
	height: 42px;
	width: 42px;
	margin-right: 10px;
	border: 1px solid #f0f0f0;
	border-radius: 50%;
	text-align: center;
	padding: 0px;
	line-height: 40px;
	color: #111111;
}
.blog .pagination li a:hover {
	background: #ffc107;
	color: #fff;
}
/*=======================================================
			BLOG SIDE BAR
========================================================*/
.blog-side-bar {
	padding-left: 30px;
}
.blog-side-bar h5 {
	color: #222222;
	text-transform: uppercase;
	margin-top: 40px;
	margin-bottom: 20px;
	font-weight: 600;
	font-size: 16px;
	padding-left: 15px;
	border-left: 5px solid #448aff;
}
.blog-side-bar .cate-side {
}
.blog-side-bar .cate-side li {
	padding-top: 13px;
	display: inline-block;
	width: 100%;
}
.blog-side-bar .cate-side li:hover img {
	opacity: 0.5;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.blog-side-bar .cate-side li .img-side {
	width: 80px;
	position: relative;
	overflow: hidden;
	float: left;
	margin-right: 20px;
}
.blog-side-bar .cate-side li a {
	font-weight: bold;
	color: #697a8e;
	font-size: 14px;
	line-height: 25px;
}
.blog-side-bar .cate-side li span {
}
.blog-side-bar .cate-sim a {
	display: inline-block;
	width: 100%;
	color: #222222;
	font-size: 15px;
	line-height: 25px;
	font-family: 'Lato', sans-serif;
}
.blog-side-bar .cate-sim {
	margin-top: 0px;
}
.blog-side-bar .cate-sim li:before {
	content: "\f0da";
	font-family: FontAwesome;
	padding: 0px;
	color: #ffc300;
	float: right;
	left: 70px;
	font-size: 16px;
	font-weight: 100;
	position: absolute;
}
.blog-side-bar a:hover {
	color: #002b5e !important;
}
.blog-side-bar .cate-sim li {
	line-height: 38px;
	padding-left: 30px;
}
.blog-side-bar .tags {
	display: inline-block;
	width: 100%;
}
.blog-side-bar .tags li {
	display: inline;
	border: none;
	display: inline-block;
	line-height: none;
}
.blog-side-bar .tags li a {
	border: 1px solid #eaeaea;
	color: #333333;
	background: #fff;
	display: inline-block;
	text-transform: uppercase;
	line-height: 28px;
	padding: 0 20px;
	font-size: 12px;
	margin: 0 0 10px 10px;
}
.blog-side-bar .tags li a:hover {
	background: #ffc300;
	color: #fff !important;
	border-color: #ffc300;
}
.blog-side-bar .cate-sim a span {
	color: #777777;
}
.blog-side-bar .cate-sim li:hover a span {
	color: #777777;
}
.blog-side-bar .flicker {
	margin: 0 -5px;
}
.blog-side-bar .flicker li {
	padding: 0 5px;
	margin-bottom: 10px;
	position: relative;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.blog-side-bar .flicker li:hover img {
	opacity: 0.3;
}
.blog-side-bar .tw-widgets li {
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
}
.blog-side-bar ul.wid-in li {
	border: none;
	margin-bottom: 0px;
}
.blog-side-bar ul.wid-in li:nth-child(1) {
	width: 80px;
	border-radius: 4px;
	position: relative;
	overflow: hidden;
	float: right;
	display: inline-block;
	border: none;
}
.blog-side-bar ul.wid-in li h5 {
	margin: 0px;
	padding-bottom: 10px;
	border: none;
	color: #697a8e !important;
}
.blog-side-bar ul.wid-in li:nth-child(2) {
	float: left;
	width: 64%;
	padding-left: 15px;
}
.blog-side-bar ul {
	padding-left: 15px;
}
.blog-side-bar p {
	padding-left: 25px;
}
.blog-side-bar ul.wid-in li:nth-child(2):before {
	content: "\f0da";
	font-family: FontAwesome;
	padding: 0px;
	color: #ffc300;
	float: right;
	left: 70px;
	font-size: 16px;
	font-weight: 100;
	position: absolute;
}
.blog-side-bar ul.wid-in li span {
	color: #777777;
	font-size: 12px;
	display: inline-block;
	width: 100%;
	text-transform: uppercase;
	margin-top: 15px;
}
.blog-side-bar ul.wid-in li span i {
	margin-right: 5px;
}
.blog-side-bar ul.wid-in li a {
	font-size: 14px;
	color: #232323;
	line-height: 18px;
	display: inline-block;
	width: 100%;
}
.blog-side-bar .cate-side li .img-side img {
}
.blog-side-bar .cate-side li a {
	font-size: 14px;
	line-height: 30px;
	color: #222222;
	line-height: 18px;
	text-transform: uppercase;
	display: inline-block;
	width: 60%;
}
.blog-side-bar .cate-side li span {
	width: 65%;
	display: inline-block;
	font-size: 12px;
	color: #b7c2cd;
}
.blog-side-bar .cate-side li span i {
	color: #b7c2cd;
	margin: 0 10px;
}
.blog-side-bar .search input {
	width: 100%;
	border: none;
	border: 1px solid #e8e8e8;
	border-radius: 0px;
	height: 45px;
	padding: 0 20px;
	padding-left: 10px;
	font-style: italic;
	color: #adb9c6;
	font-size: 14px;
}
.blog-side-bar .search button {
	height: 45px;
	color: #777777;
	font-size: 16px;
	background: none;
	border: none;
	position: relative;
	float: right;
	margin-top: -45px;
	width: 40px;
	text-align: center;
}
.blog-side-bar .latest-tw {
}
.blog-side-bar .latest-tw ul.wid-in li:nth-child(1) {
	width: 30px;
}
.blog-side-bar .latest-tw ul.wid-in li:nth-child(2) {
	width: 85%;
}
.blog-side-bar .latest-tw li h6 {
	margin-top: 0px;
	color: #a3a3a3;
}
.blog-side-bar .latest-tw li a {
	text-transform: none !important;
	display: inline-block;
	width: auto !important;
	color: #28a9e2 !important;
}
.blog-side-bar .wid-in li:nth-child(1) i {
	color: #a3a3a3;
	font-size: 22px;
}</pre></body></html>