<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* General styles */
body {
    font-size: 15px;
    line-height: 24px;
    font-family: 'Arial';
    color: #484848;
	background-image: url('../images/background_rotate_Overlay.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
.section-background-opactiy{
/*background-image:url(../images/section-opacity-pixel.png);*/
overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    text-transform: uppercase;
    color: #484848;
    font-family: 'Arial';
}
h1{font-size: 70px; margin:0; line-height: 72px;}
h2 {font-size: 30px; margin: 0 0 20px;}
h3 {font-size: 20px; margin: 0 0 10px;}
img {width: 100%;}
a,button{outline: 0 !important;}
a:hover,a:focus{ text-decoration: none}


img {

	width: 100%;
	height: auto;
}
.textimg {
	height: 25px;
	width: auto;
}

.icons-firstline {
	width: 20px;
	height: 20px;
}
.fb_icon_footer {
	width: 20px;
	height: 20px;
	border-radius: 100%;
    box-shadow: 0 0 0 10px #ffcb0f;

}

/* All Transition */
.list-inline.info a,.list-inline.social_icon a,nav.navbar.bootsnav ul.nav &gt; li &gt; a,.attr-nav &gt; ul &gt; li &gt; a,.btn.know_btn,#filters &gt; button,.portfolio_hover_area,.portfolio_hover_area .fa,.testimonial_content,.testimonial_content p:first-child::before,#contact_form .form-control,#contact_form .btn.submit_btn,footer a,.footer_social_icon .fa,.post .date,#scrollUp{
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

/* Header */


/*Preloader css*/
#loading{
    background-color: #ffcb0f;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1;
    margin-top: 0px;
    top: 0px;
    z-index: 90;
}
#loading-center{
    width: 100%;
    height: 100%;
    position: relative;
}
#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 50px;
    width: 150px;
    margin-top: -25px;
    margin-left: -75px;
}
.object{
    width: 8px;
    height: 50px;
    margin-right:5px;
    background-color: #FFF;
    -webkit-animation: animate 1s infinite;
    animation: animate 1s infinite;
    float: left;
}

.object:last-child {
    margin-right: 0px;
}

.object:nth-child(10){
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;	
}
.object:nth-child(9){
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;	
}	
.object:nth-child(8){
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;	
}
.object:nth-child(7){
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;	
}
.object:nth-child(6){
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;	
}
.object:nth-child(5){
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
.object:nth-child(4){
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;		
}
.object:nth-child(3){
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;	
}
.object:nth-child(2){
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}						

@-webkit-keyframes animate {

    50% {
        -ms-transform: translateX(-25px) scaleY(0.5); 
        -webkit-transform: translateX(-25px) scaleY(0.5);
        transform: translateX(-25px) scaleY(0.5);

    }

}

@keyframes animate {
    50% {
        -ms-transform: translateX(-25px) scaleY(0.5); 
        -webkit-transform: translateX(-25px) scaleY(0.5);
        transform: translateX(-25px) scaleY(0.5);
    }

}

/*End off Preloader*/





/* Top Nav */
.top_nav {
    background: #fec009 none repeat scroll 0 0;
    overflow: hidden;
    padding: 10px 0;

	
}
.list-inline.info {
    float: left;
    margin: 0;
}
.list-inline.info &gt; li {
    padding: 0 20px 0 0;
}
.list-inline.info a,.list-inline.social_icon a {
    color: #222;
    font-family: 'Arial';
}
.list-inline.info a:hover,.list-inline.social_icon a:hover {
    color: #555;
}
.list-inline.info a .fa,.list-inline.social_icon  a .fa {
    font-size: 20px;
    vertical-align: text-top;
}
.list-inline.social_icon {
    float: right;
    margin: 0;
}
/* Main Nav */
nav.navbar.bootsnav {
    background: #222533 none repeat scroll 0 0;
    border: 0 none;

}
nav.navbar.bootsnav ul.nav &gt; li &gt; a {
    color: #fff;
}
nav.navbar.bootsnav ul.nav &gt; li &gt; a:hover,nav.navbar.bootsnav ul.nav &gt; li &gt; a:focus {
    color: #aaa;
}
.navbar-brand {
    height: auto;
    padding: 20px 15px;
}
#navbar-menu {
    margin: 6px 0;
}
.nav.navbar-nav.menu {
    float: right;
}
.attr-nav {
    margin: 5px -10px 0 0;
}
.attr-nav &gt; ul &gt; li &gt; a {
    color: #ffcb0f;
    font-size: 20px;
}
.attr-nav &gt; ul &gt; li &gt; a:hover,.attr-nav &gt; ul &gt; li &gt; a:focus {
    color: #d7a300;
}
/* Carousel */
.home .carousel {
    position: relative;
    height: auto;
	width: 100%;
    display: inline-block;
	
}
.home .carousel .item img{
    width:100%;
    height: 900px;
}
/*.carousel-inner &gt; .item &gt; a &gt; img,
.carousel-inner &gt; .item &gt; img {
    height: 700px;
}*/
.carousel .overlay {
    
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0;
}
.carousel-caption {
    left: 7%;
    right: 7%;
    top: 70px;
}
.carousel-caption h1 {
    color: #fff;
    margin-bottom:20px;
}
.carousel-caption h1.second_heading {
    color:#ffcb0f;
    margin-bottom:35px;
}
.carousel-caption &gt; h3 {
    color: #fff;
    font-family: 'Arial';
    font-size: 40px;
    font-weight: normal;
    margin-bottom: 30px;
    text-transform: inherit;
}
.carousel-caption &gt; p {
    font-size: 23px;
    line-height: 28px;
}
.btn.know_btn {
    background: #ffcb0f none repeat scroll 0 0;
    border-radius: 30px;
    color: #fff;
    font-family: 'Arial';
    font-size: 16px;
    padding: 10px 20px;
    text-transform: uppercase;
    border:1px solid transparent;
	font-weight: bold;
}
.carousel-caption .btn.know_btn {
    margin-top: 64px;
	font-weight: bold;
}
.carousel-caption .btn.know_btn:last-child {
    margin-left: 20px;
	font-weight: bold;
}
.btn.know_btn:hover,
.btn.know_btn:focus {
    background: transparent;
    color:#fec009;
    border:1px solid #fec009;
	font-weight: bold;
}




.carousel-control{
    width:50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-top:-25px;
    top:50%;
}

/* About */
.about_content {
    margin-right: 25px;
}
.about_content &gt; h2 {
    font-size: 30px;
    margin: 90px 0 15px;
    color:#fec009;
}
.ph2 {
    font-size: 30px;
    margin: 90px 0 15px;
    color:#fec009;
	font-weight: bold;
    font-family: 'Arial';
}
.ph2 &gt; sup {
    font-size: 17px;
    margin: 10px 0 150px;
    color:#fec009;
	font-weight: bold;
    font-family: 'Arial';
}
.about_content &gt; h3 {
    font-size: 30px;
    margin: 2px 0 30px;
    text-transform: inherit;
}
.about_content &gt; p {
    line-height: 18px;
    margin-bottom: 18px;
    text-align: justify;
}
.about_content .btn.know_btn {
    margin: 18px 0 60px;
	font-weight: bold;

}
.about_bg {
    
}
.minidiv{
height:1px;
width:1px;
}

/*Head Title*/
.head_title p{
    line-height: 2.3rem;
}
.welcomeborder{
    box-shadow: 280px 80px 0px 400px #ffffff;
	border: 1px solid #ffffff;
    border-radius: 100%;
	-webkit-border-radius: 100%;
	background-color: white;
}

/* Why us */
#why_us {
    padding-bottom: 50px;
    line-height: 18px;
}
#why_us h2 {
    margin: 70px 0 20px;
}
.why_us_item{ padding-top: 55px;}
#why_us .iconborder{
    border-radius: 100%;
    box-shadow: 0 0 0 10px #fec009, 0 0 0 20px #fadb64, 0 0 0 30px #f7e59c;
    padding: 38px;
    font-size:45px;
}
.why_us_image{
    border-radius: 100%;
    box-shadow: 0 0 0 10px #fec009, 0 0 0 20px #fadb64, 0 0 0 30px #f7e59c;
    padding: 20px;
	width: 121px;
	height: 121px;
	background-color:white
}
.why_us_item &gt; h4 {
    font-size: 15px;
    margin: 60px 0 20px;
	font-weight: bold;
}
.whyusborder{
    box-shadow: 0px 100px 99px 250px #ffffff;
	border: 1px solid #ffffff;
    border-radius: 100%;
	-webkit-border-radius: 100%;
	background-color: red;
}
.whyusborder_info{
    box-shadow: 0px 0px 20px 30px #ffffff;
	border: 1px solid #ffffff;
    border-radius: 100%;
	-webkit-border-radius: 100%;
	background-color: #ffffff;
	width: 75%;
	margin: 60px 0px;
}
.whyusborder_OLD{
    box-shadow: 0px 194px 0px 700px #ffffff;
	border: 1px solid #ffffff;
    border-radius: 100%;
	-webkit-border-radius: 100%;
	background-color: red;
}

/* Services */
#services h2 {
    margin: 0px 0 50px;
    text-align:center;
}
#Impressum h2 {
    margin: 0px 0 0px;
    text-align:center;
}
.service_item &gt; h3 {
    margin: 25px 0 15px;
	font-weight: bold;
}
.service_item &gt; img {
    max-height: 370px;
	max-width: 570px;
}

.service_item .btn.know_btn {
    margin: 20px 0 70px;
	font-weight: bold;

}

/* Portfolio */
#portfolio {
    background: #f2f7fa none repeat scroll 0 0;
    background-size:cover;
	position:relative;
    padding-bottom: 102px;
    border-bottom:2px solid #ffcb0f;
}
#portfolio::before{
    position:absolute;
    content:"";
    height:100%;
    width:100%;
    background: rgba(255,203,15,0.85);
    top:0;
    left:0;
}
.portfolio_area{ position:relative;color:#fff;}
.portfolio_area h2 {
    color: #fff;
    margin: 65px 0 34px;
}
/* Portfolio filters */
#filters {
    margin: 52px 0 38px;
}
#filters &gt; button {
    background: transparent none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 18px;
    outline: 0 none;
    padding: 6px 17px 4px;
    text-transform: uppercase;
    margin-bottom: 10px;
	font-weight: bold;
}
#filters &gt; button:hover {
    border: 1px solid #282828;
    color: #282828;
}
#filters &gt; button.is-checked {
    background: #282828;
}
#filters &gt; button.is-checked:hover {
    color: #fff;
}
.grid{margin: 0 -6px;}
.grid-item{border:solid transparent;}
.grid-item, .grid-sizer {width: 25%;}
.grid-item {
    float: left;
    height: 255px !important; 
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 9px;
	border-bottom-width: 9px;
}
.grid-item{
    overflow: hidden;
}
.grid-item--width2 { width: 50%;}
.grid-item--height2 { height: 510px !important;}
.grid-item:hover img{
    transform: scale(1.1);
}
.grid-item img{
    height: 100%;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    -ms-transition: all 0.6s;
    transition: all 0.6s;
}
/* Portfolio Hover */
.portfolio_hover_area {
    
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
    text-align: center;
    opacity:0;
}
.grid-item:hover .portfolio_hover_area {opacity: 1;}
.portfolio_hover_area .fa {
    background: #e5e5e5 none repeat scroll 0 0;
    border: 2px solid transparent;
    border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #fff;
    font-size: 30px;
    margin-top: 215px;
    padding: 15px;
    border:1px solid transparent;
}
.grid-item .portfolio_hover_area .fa {
    margin-top: 90px;
}
.grid-item--width2 .portfolio_hover_area .fa {
    margin-top: 217px;
}
.portfolio_hover_area &gt; a:first-child{  margin-right: 10px;}
.portfolio_hover_area .fa:hover{
    border:1px solid #ffcb0f;
    background:transparent;
    color:#ffcb0f;
}

/* Testimonial */
#testimonial {
    background: url("../images/testimonial_bg.jpg") no-repeat scroll 0 0;
    background-size:cover;
    position:relative;
}
#testimonial::before {
    background: #fff;
    opacity:0.7;
    content:"";
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
}
.testimonial_area{ position:relative;}
#testimonial h2 {
    margin-top: 63px;
}
.testimonial_item {
    padding: 0 15px;
}
.testimonial_content {
    background: #e5e5e5 none repeat scroll 0 0;
    border-radius: 18px;
    margin: 55px 0 30px;
    padding: 40px 15px 40px 70px;
    text-align: left;
    position:relative;
    color:#393939;
}
.testimonial_content::after {
    background: inherit;
    bottom: -10px;
    content: "";
    height: 20px;
    left: 47%;
    position: absolute;
    transform: rotate(45deg);
    width: 20px;
}
.testimonial_content p {
    position:relative;
}
.testimonial_content p:first-child::before {
    color: #989898;
    content: ",,";
    font-family: 'Arial';
    font-size: 60px;
    left: -54px;
    position: absolute;
    top: -24px;
    transform: rotateY(180deg);
}
#testimonial .col-sm-4:nth-child(3n+2) .testimonial_content {
    margin: 40px 0;
    padding-bottom: 70px;
}
.testimonial_item:hover .testimonial_content {
    background: #ffcb0f none repeat scroll 0 0;
}
.testimonial_item:hover .testimonial_content::after {
    width: 22px;
    height: 22px;
    bottom:-11px;
}
.testimonial_item:hover .testimonial_content {
    color: #fff;
}
.testimonial_item:hover .testimonial_content p:first-child::before {
    color: inherit;
}
.testimonial_item &gt; img {
    border-radius: 100%;
    height: 80px;
    width: 80px;
}
.worker_name {
    font-family: 'Arial';
    margin: 10px 0 45px;
    text-transform: uppercase;
}

/* Contact form */
#Kontakt {
    background: #FFA801 none repeat scroll 0 0;
    padding:27px 0 32px;
}
.service_title &gt; h2 {
  background: none repeat scroll 0 0 #ffffff;
  display: inline-block;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 7px;
  padding: 0 80px;
  position: relative;
  z-index: 5;
}
.service_title &gt; hr {
  border-top: 2px dashed #ccc;
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  top: 3px;
  width: 100%;
}
#contact_form h2 {
    margin: 20px 0 0;
    color:#73757e;
}
#contact_form .second_heading {
    font-size: 40px;
    font-family: 'Arial';
    margin:8px 0;
}
#contact_form form.form-inline {
    padding-right: 27px;
}
#contact_form .form-inline .form-control {
    border: 2px solid transparent;
    border-radius: 10px;
    font-size: 15px;
    height: 45px;
    margin: 8px;
    padding: 10px 20px;
    width: 250px;
    box-shadow: none;
}
#contact_form .form-inline textarea.form-control {
    width: 388px;
    resize:none;
}
#contact_form .form-control:focus {
    border: 2px solid #ffcb0f;
    box-shadow: 0px 0px 5px 1px #ffcb0f;
}
#contact_form .btn.submit_btn {
    background: #73757e none repeat scroll 0 0;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-transform:uppercase;
    height: 45px;
    width: 120px;
    border-radius: 10px;
    margin: 6px 8px 6px 0;
}
.form-control::-moz-placeholder{color:#adadad;}
.form-control:-ms-input-placeholder{color:#adadad;}
.form-control::-webkit-input-placeholder{color:#adadad;}
#contact_form .btn.submit_btn:hover {
    background: #555 none repeat scroll 0 0;
}

/* Footer */
footer {
    background: url(../images/footer_bg.jpg)no-repeat;
    background-size:cover;
    position:relative;
    padding-top:45px;
}
footer::before {
    /*background: rgba(255, 255, 255, 0.33) none repeat scroll 0 0;*/
    content: "";
    height: 45px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
footer::after {
    background: rgba(34, 37, 51, 0.9) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.footer_top,.footer_bottom{ position:relative; z-index:1; color:#fff;}
.footer_item {
    margin-top: 75px;
}
.footer_item &gt; h4 {
    color: #fff;
    font-family: 'Arial';
    font-size: 25px;
    margin-bottom: 34px;
    text-transform: inherit;
}
.footer_item .list-unstyled &gt; li a{
    color: #fff;
}
/* Footer About */
.footer_item .logo {
    margin: 15px 0px;
    width: 200px;
}
.list-inline.footer_social_icon {
    margin: 32px 0 0;
}
.footer_social_icon .fa {
    background: #ffcb0f none repeat scroll 0 0;
    border-radius: 100%;
    color: #222;
    font-size: 20px;
    height: 45px;
    padding: 12px;
    text-align: center;
    width: 45px;
}
.footer_item .footer_social_icon .fa:hover,.footer_item .footer_social_icon .fa:focus {
    background: #d7a300 none repeat scroll 0 0;
}
/* Footer Explore */
.footer_menu .fa {
    font-size: 10px;
    margin-right: 18px;
}
/*.list-unstyled.footer_menu &gt; li {
    padding: 4px 0;
	list-style: url(../images/icons/ico_li_arrow.png);

}
.list-unstyled.footer_menu &gt; li::before {
   content: '';
   display: inline-block;
   height: 3px;
   width: 3px;
   background-image: url(../images/icons/ico_li_arrow.png);

}*/
/* Footer Post */
.list-unstyled.post,.list-unstyled.footer_contact {
    margin-top: -14px;
}
.post .date {
    border: 2px solid #fff;
    border-radius: 100%;
    display: block;
    float: left;
    font-size: 20px;
    height: 50px;
    line-height: 12px;
    margin-right: 15px;
    padding: 10px;
    text-align: center;
    width: 50px;
}
.footer_item li a:hover .date,.footer_item li a:focus .date{ border:2px solid #aaa; }
.footer_item li a:hover,.footer_item li a:focus{
    color: #aaa;
}
.post .date small {
    font-size: 12px;
}

.list-unstyled.post &gt; li,.list-unstyled.footer_contact &gt; li {
    padding: 14px 0;
    overflow:hidden;
}
/* Footer Contact */
.footer_contact .fa {
    margin-right: 25px;
    text-align: center;
    width: 15px;
    float: left;
    font-size:18px;
}
.list-unstyled.footer_contact p {
    overflow: hidden;
}
.footer_bottom {
    background: #1a1c27 none repeat scroll 0 0;
    padding: 28px 0 18px;
    margin-top:55px;
}
.footer_bottom a {
    color: #fec009;
}
.footer_bottom a:hover,.footer_bottom a:focus {
    color: #fec009;
}
/* ScrollUP */
#scrollUp {
    background: url(../images/top.png)no-repeat scroll 0 0;
    bottom: 50px;
    color: #000;
    height: 40px;
    left: 20px;
    width: 40px;
    opacity:0.7;
}
#scrollUp:hover {
    background: url(../images/top.png)no-repeat scroll 0 -40px;
}

/* Responsive Styles for various devices */
@media (min-width: 1600px) {
    .container{ width: 1400px;}
    .carousel-inner &gt; .item &gt; a &gt; img, .carousel-inner &gt; .item &gt; img {
        height: 740px;
    }
    .carousel-caption {
        left: 18%;
        right: 18%;
        top: 95px;
    }
    .about_content {
        margin-right: 50px;
    }


}

@media (max-width: 1199px) {
    h1 {
        font-size: 50px;
        line-height: 55px;
    }
    h2 {
        font-size: 25px;
    }
    .carousel-inner &gt; .item &gt; a &gt; img, .carousel-inner &gt; .item &gt; img {
        height: 550px;
    }
    .carousel-caption {
        left: 3%;
        right: 3%;
        top:40px;
    }

    .about_banner &gt; img {
        width: 334px;
        display:block;
        margin:0 auto;
    }
    .grid-item {
        height: 220px !important;
    }
    .grid-item--height2 { height: 440px !important;}
    .grid-item .portfolio_hover_area .fa {
        margin-top: 73px;
    }
    .grid-item--width2 .portfolio_hover_area .fa {
        margin-top: 183px;
    }
    #contact_form .second_heading {
        font-size: 30px;
    }
    #contact_form .form-inline .form-control {
        width: 202px;
    }
    #contact_form .form-inline textarea.form-control {
        width: 317px;
    }
    #contact_form .btn.submit_btn {
        width: 95px;
    }


}

@media (max-width: 991px) {
    .list-inline.info &gt; li {
        padding: 0 12px 0 0;
    }
    .list-inline.social_icon &gt; li {
        padding: 0 2px;
    }
    nav.navbar.bootsnav .navbar-header {
        padding: 0;
    }
    nav.navbar.bootsnav .navbar-toggle {
        margin-top: 32px;
    }
    .attr-nav {
        right: 25px;
        top: 15px;
    }
    nav.navbar.bootsnav ul.nav &gt; li &gt; a {
        padding: 12px 0;
    }
    .container.about_bg {
        background-position: bottom 100px center;
    }
    .grid-item {
        height: 255px !important;
        width:50%;
    }
    .grid-item--height2 { height: 500px !important; width:100%;}
    .grid-item .portfolio_hover_area .fa {
        margin-top: 90px;
    }
    .grid-item--width2 .portfolio_hover_area .fa {
        margin-top: 217px;
    }
    #contact_form {
        text-align: center;
    }
    #contact_form form.form-inline {
        margin: 0 -8px;
        padding-right: 15px;
    }
    #contact_form .form-inline .form-control {
        width: 349px;
    }
    #contact_form .form-inline textarea.form-control {
        width: 538px;
    }
    #contact_form .btn.submit_btn {
        width: 168px;
    }


}

@media (max-width: 767px) {
    h1 {
        font-size: 32px;
        line-height: 35px;
    }
    .list-inline.info {
        width: 100%;
    }
    .list-inline.social_icon {
        width: 40%;
        text-align: right;
    }
    nav.navbar.bootsnav .navbar-toggle {
        margin-left: 15px;
    }
    .carousel-caption {
        top: 20px;
    }
    .carousel-inner &gt; .item &gt; a &gt; img, .carousel-inner &gt; .item &gt; img {
        height: 450px;
    }
    .carousel-caption &gt; h3 {
        font-size: 26px;
        margin-bottom: 10px;
    }
    .carousel-caption &gt; p {
        font-size: 18px;
        line-height: 22px;
    }
    .carousel-caption .btn.know_btn {
		font-weight: bold;
        margin-top: 35px;
    }
    .carousel-caption .btn.know_btn:last-child {
        margin-left: 30px;
		font-weight: bold;
    }
    .about_content &gt; h2 {
        font-size: 26px;
        margin-top: 70px;
    }
    .about_content &gt; h3 {
        font-size: 26px;
    }
    .service_item .btn.know_btn {
        margin-bottom: 80px;
		font-weight: bold;
    }

    #contact_form h2 {
        margin-top: 10px;
    }
    #contact_form .second_heading {
        margin: 8px 0 20px;
    }
    #contact_form form.form-inline {
        margin: 0;
    }
    #contact_form .form-inline .form-control,#contact_form .form-inline textarea.form-control {
        margin: 0;
        width: 100%;
    }
    #contact_form .btn.submit_btn {
        float: left;
        margin: 0;
        width: 145px;
    }


}

@media (max-width: 479px) {
    h1 {
        font-size: 30px;
        line-height: 32px;
    }
    h3 {
        font-size: 17px;
    }
    .list-inline.info {
        margin-bottom: 10px;
        text-align: center;
        width: 100%;
    }
    .list-inline.info &gt; li {
        padding: 0 8px;
    }
    .list-inline.social_icon {
        text-align: center;
        width: 100%;
        padding: 0 8px;
    }
    .carousel-inner &gt; .item &gt; a &gt; img, .carousel-inner &gt; .item &gt; img {
        height: 420px;
    }
    .carousel-caption {
        top: 5px;
    }
    .carousel-caption h1.second_heading {
        margin-bottom: 10px;
    }
    .carousel-caption &gt; h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .carousel-caption &gt; p {
        font-size: 16px;
        line-height: 20px;
    }
    .btn.know_btn {
        font-size: 14px;
        padding: 8px 14px;
		font-weight: bold;
    }
    .carousel-caption .btn.know_btn {
        margin-top: 10px;
		font-weight: bold;
    }
    .carousel-caption .btn.know_btn:last-child {
        margin-left: 10px;
		font-weight: bold;
    }
    .about_content &gt; h3 {
        font-size: 24px;
    }
    .about_banner &gt; img {
        width: 100%;
    }
    #filters &gt; button {
        font-size: 14px;
    }
    .grid-item {
        width:100%;
    }
    .grid-item--height2 { height: 255px !important;}
    .grid-item--width2 .portfolio_hover_area .fa {
        margin-top: 90px;
    }
    .list-inline.footer_social_icon &gt; li {
        padding: 8px 3px;
    }


}

/*TEAM*/

#ourTeam{
 background-color:white;
}

#slider1_container{
  margin: 0 auto;
  position: relative;
  width: 1100px !important;
  height: 380px; overflow: hidden;
}

.team_area {
  display: inline;
  float: left;
  padding: 60px 0 105px;
  width: 100%;
}
.team_title {
  display: block;
  float: left;
  position: relative;
  text-align: center;
  width: 100%;
}
.team_title &gt; hr {
  border-top: 2px dashed #ccc;
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  top: 3px;
  width: 100%;
}
.team_title &gt; h2 {
  background: none repeat scroll 0 0 #ffffff;
  display: inline-block;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 7px;
  position: relative;
  z-index: 5;
}
.team_title &gt; h2 span {
  font-weight: normal;
}
.team_title &gt; p {
  color: #6e6e6e;
  font-size: 16px;
  padding: 0px 5%;
}
.team{
  float: left;
  display: inline;
  width: 100%;
  margin-top: 50px;
}
.team_nav{
  text-align: center;
}
.team_nav&gt;li {
  display: inline-block;
  border: 1px solid #ccc;
  width: 100%;
  margin: 0px 0px;
}
.team_nav .slick-slide {  
  border: 1px solid #ccc;
}

.team_nav .slick-dots {
  bottom: -50px; 
}
.slick-prev, .slick-next {
  border: medium none;
  cursor: pointer;
  display: block;
  font-size: 0;
  font-weight: bold;
  height: auto;
  line-height: 0;
  margin-top: -10px;
  outline: medium none;
  padding: 10px;
  position: absolute;
  top: 50%;
  width: auto;
  display: none !important;
}
.team_img{
  width: 100%;
  float: left;
  display: inline;
} 
.team_img img{
  width: 100%;
}
.team_content{
  float: left;
  display: inline;
  width: 100%;
}
.team_content h4 {
  color: #6e6e6e;
  font-weight: 600;
  margin-bottom: 5px;
  margin-top: 18px;
  text-transform: uppercase;
}
.team_social {
  display: inline;
  float: left;
  margin: 20px 0 25px;
  width: 100%;
}
.team_social a {
  border: 1px solid #ccc;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  margin: 0 5px;
  text-align: center;
  transform: rotate(45deg);
  width: 35px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.team_social a&gt;span{
  transform:rotate(-45deg);
}

.col-sm-12,.col-md-12,.col-lg-12{
position:relative;
min-height:1px;
padding-right:15px;
padding-left:15px}

.row{
margin-right:-15px;
margin-left:-15px}

.container{
padding-right:15px;
padding-left:15px;
margin-right:auto;
margin-left:auto}

@media (min-width:768px){
.container{
width:750px}

}

@media (min-width:992px){
.container{
width:970px}

}

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

}

ul,ol{
margin-top:0;
margin-bottom:10px}

ul ul,ol ul,ul ol,ol ol{
margin-bottom:0}

hr{
margin-top:20px;
margin-bottom:20px;
border:0;
border-top:1px solid #eee}

:before,:after{
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box}


img{
max-width:100%!important}

*/</pre></body></html>