/*
Main CSS Template
*/

* {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', arial, sans-serif;
}

body {
	overflow-x: hidden;
}

ul {
	list-style: none;
	margin: 0px;
}

p {
	color: #7a7a7a;
	font-size: 14px;
	line-height: 24px;
}

.parallax-content {
  width: 100%;
  min-height: 100vh;
  background-size: cover;
}

.primary-white-button a {
	display: inline-block;
	background-color: #fff;
	font-size: 13px;
	padding: 12px 18px;
	color: #121212;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 20px;
}

.primary-blue-button a {
	display: inline-block;
	background-color: #33c1cf;
	font-size: 13px;
	padding: 12px 18px;
	color: #121212;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 20px;
}

.pop-button h4 {
	display: inline-block;
	/*background-color: #f89624;*/
	font-size: 13px!important;
	padding: 12px 18px;
	color: #fff;
	font-weight: 400!important;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 20px;
  border:2px solid #f89624;
  cursor: pointer;
}


.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    z-index: 10000;
    transition: all 0.2s ease-in-out;
    height: 80px;
    background-color:transparent;

    text-align: center;
    line-height: 40px;
}

.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav>li>a {
    text-shadow: none;
}

.navbar-brand {
	line-height: 80px;
	padding: 0px;
}

.navbar-nav>li>a {
	color: #fff!important;
	font-size: 13px;
	font-weight: 300;
	text-transform: uppercase;
	text-shadow: none;
	line-height: 80px;
	padding: 0px;
	letter-spacing: 0.5px;
}

.navbar-nav>li {
	margin-left: 45px;
}

.header.active .navbar-nav>li>a {
	font-family: 'Open Sans', arial, sans-serif;
	font-size: 13px;
	font-weight: 300;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	text-shadow: none;
	color: #121212!important;
}

.header.active {
    background-color: rgba(250, 250, 250, 0.98);
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}
.navbar-brand {
	font-family: 'Open Sans', sans-serif;
	font-size: 25px;
	text-transform: uppercase;
	color: #fff!important;
	transition: all 0.5s;

}
.navbar-brand em {
	font-style: normal;
	color: #f7c552;
	font-size: 32px;
}
.header.active .navbar-brand {
	color: #121212!important;
}
.header .navbar-brand {
    font-weight: 800;
}
.navbar-inverse {
	background-image: none;
	background-color: transparent;
}
.header .navbar {
    margin: 0;
    border: none;
}
.page-section {
    padding: 80px 0;
}
.navbar-inverse .navbar-toggle {
	margin-top: 22px;
    border-color: #f7c552;
    background-color: #f7c552;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
	background-color: #f7c552;
}

.contacts{
  color:white;
  font-size:18px;
  padding-top:1%;
  padding-bottom:3%;
}
.contacts i{
  color:#f89624;
  padding-right: 10px;
  font-size:35px;
}
.line {
	width: 100%;
	height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
	margin: 20px 0px 15px 0px;
}
#portfolio h3, #gallery h3, #about .service-item h3,#about-us .service-item h3{
  color:#7a7a7a;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  padding-top: 15px;
}
#portfolio .line-dec, #gallery .line-dec {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.5);
  margin: 10px auto 35px auto;
}

#portfolio h4{
  color:#7a7a7a;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 10px;
}
#portfolio h4 i{
  color:#f89624;
  font-size:45px;
  padding-bottom: -10px;
}
#portfolio p{
  width:100%;
  line-height: 16px;
  text-align: left;
  margin-left: 5px;
  text-align: justify;
}

#portfolio p:before{
  font-family: FontAwesome;
  font-weight: 100;
  content: "\f101";
  color:#f89624;
  margin-right:4px;
}

#portfolio h4 .light{
  color:#f2f2f2;
  -webkit-text-stroke: 1px #f89624;
}

#gallery{
  background-color: #fff;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}

#gallery .row{
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

#gallery .column {
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

#gallery .column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}
/* Add a hover effect (blue shadow) */
#gallery img:hover {
  box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
  -webkit-filter: brightness(50%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: zoom-in;

}



#galleryModal button{
  opacity: 1;
}
#owl-gallery img{
  margin-top: -5px;
  height:500px;
}
#galleryModal img:hover {
    cursor: default;
    -webkit-filter: brightness(100%);
    -moz-transition: none;
   -webkit-transition: none;
   -o-transition: color 0 ease-in;
   transition: none;
}
#owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;
}
#owl-gallery span{
  width:10px;
  height:10px;
}


 .experience h4{
   color:#7a7a7a;
   text-transform: uppercase;
   letter-spacing: 1px;
 }
 .experience h4 i{
   color:#33c1cf;
   font-size:35px;
   margin-right:5px;
 }
 .experience h4 .light{
   color:#f2f2f2;
   -webkit-text-stroke: 1px #33c1cf;
 }
 .experience p{
   font-size:12px;
   text-align:left;

 }

 .experience p i{
   font-style:normal;
    font-size:12px;
    margin-right:5px;
 }
bootstrap.min.css:5
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 15px!important;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
@media (min-width: 768px) {
    .header .navbar-brand {
        padding-left: 0;
    }
    .navbar-nav {
        float: right;
    }
}
@media (max-width: 480px) {
    .page-section h1 {
        font-size: 3em;
    }
    .page-section h2 {
        font-size: 2em;
    }
    .page-section p {
        font-size: 1em;
        margin: 0 0 20px;
    }
}

.parallax-content {
  width: 100%;
  min-height: 100vh;
  background-size: cover;
  position: absolute;
}
.baner-content {
	 /*width: 100%;*/
  	padding-top: 35vh;
  	text-align: center;
  	/*background-image: url(../img/banner_bg.jpg);*/
    background-size: cover;
    background-image: url(../img/background.jpg);
	  vertical-align: middle;
    animation: zoominout 30s infinite ;
    z-index: -9999;
}
@keyframes zoominout {
    0% {
        transform: scale(1,1);
    }
    50% {
        transform: scale(1.2,1.2);
    }
    100% {
        transform: scale(1,1);
    }
}
#home{
  background: rgba(22, 1, 29, 0.7); /* purplish tint */
  /*background: #264e5a82;*/ /* Bluish tint */
}
#home .text-content {
  position: relative;
  text-decoration: none;
	text-align: center;
  padding-top: 35vh;
  padding-bottom: 16%;
}

#home .text-content h2 {
	font-size: 36px;
	font-weight: 400;
	color: #fff;
}

#home .text-content h2 span {
	font-weight: 700;
	color: #33c1cf!important;
}

#home .text-content h2 em {
	font-style: normal;
	font-weight: 700;
	color: #f89624!important;
}

#home .text-content p {
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	padding: 0px 25%;

}

.baner-content .text-content .primary-white-button {
	margin-top: 25px;
}


#about {
	/*padding: 150px 0px;*/
	background-image: url(../img/about-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}


#about .service-item {
	text-align: center;
  color:#f89624;
}
#about-us .service-item {
	text-align: center;
  color:#7a7a7a;
}
#about-us {
  margin-top: -5px;
  margin-bottom: 5px;
	background-color: #fff;
  padding-top: 70px;
  padding-bottom: 2px;
}

#about-us .signature p{
  padding-top: 10%;
	font-size: 30px;
  text-align: center;
  line-height: 50px;
  color: #222;
}
#about-us .signature p i{
  font-style: normal;
  font-size: 35px;
}
#about-us .signature span{
  text-align: right;
  margin-left:60%;
  color:#222;
  font-size: 18px;
  height: 40px;
  width: auto;
}

#about-us .image-frame li{
  margin-top:15px;
  margin-bottom:20px;
}
#about-us .image-frame li a{
  color:#0e76a8;
  padding-left: 25%;
  text-decoration: none;
  font-size: 18px;
}
#about-us .image-frame li a i{
  color:#0e76a8;
  font-size: 30px;
}
#about-us .signature span img{
  height: 40px;
  width: auto;
}
#about .service-item .icon {
	width: 110px;
	height: 110px;
	display: inline-block;
	text-align: center;
	line-height: 104px;
	border: 3px solid #fff;;
	border-radius: 50%;
	/*background-color: #f89624;*/
}
#about .service-item .icon:hover {
	border: 3px solid #fff;
	background-color: #f89624;

}
#about .service-item h3{
  color: #fff;
  margin-top:-35px;
}
#about-us .service-item h3{
  color: #7a7a7a;
  margin-top:-35px;
}
#about .service-item:hover h4 {
  color: #f89624;
}
#about .service-item h4 {
	margin-bottom: 30px;
	margin-top: 45px;
	font-size: 17px;
	font-weight: 500;
	color: #fff;
	letter-spacing: 1px;
}
#about .service-item h4:hover{
  color: #f89624;
}

#about .service-item .line-dec, #about-us .service-item .line-dec{
	width: 100%;
	height: 1px;
	background-color: rgba(250, 250, 250, 0.5);
}
#about-us .service-item .line-dec{
background-color: rgba(0, 0, 0, 0.5);
}
#about .service-item p {
	color: #fff;
	margin-top: 30px;
}

#about .service-item .primary-blue-button {
	margin-top: 35px;
}


.projects-holder .mix {
  display: none;
}

.projects-holder {
	padding: 30px 15px 0px 15px;
}

.filter-categories {;
  margin-top: 60px;
}

.filter-categories ul li {
  margin: 0px 10px 15px 0px;
  display: block;
}

.filter-categories ul li span {
  cursor: pointer;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 500;
  left: 0.5px;
}

.filter-categories ul li.active span {
  color: #f7c552;
}

#services .page-section {
	padding: 0px;
}

#services .section-heading {
  text-align: justify;
	padding-top: 200px;
	padding-bottom: 200px;
	background-color: #33c1cf;/*#33c1cf;*/
	height: 732px;
  margin-left: -46vh;
  padding-left: 40vh;
}

#services .project-item {
	margin: 0px -16px;
}

#services .section-heading h4 {
	margin-top: 0px;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	letter-spacing: 1px;
  margin-left: 10%;
}

#services .section-heading .line-dec {
	width: 270px;
	height: 1px;
	background-color: rgba(250, 250, 250, 0.5);
	margin: 20px 10px 15px -10px;
}

#services .section-heading p {
	color: #fff;
	padding-right: 70px;
}


#testimonial {
	background-color: #f7c552;
	text-align: center;
	padding: 100px 0px;
}

#testimonial .testimonials-item h4 {
	color: #fff;
	font-size: 17px;
	font-weight: 500;
	letter-spacing: 0.5px;
	margin-top: 30px;
	margin-bottom: 5px;
}

#testimonial .testimonials-item span {
	font-size: 13px;
	color: #fff;
	letter-spacing: 0.5px;
}

#testimonial .testimonials-item p {
	font-size: 16px;
	color: #9a9a9a;
	font-style: italic;
	font-weight: 300;
	background-color: #fff;
	padding: 30px;
	border-radius: 5px;
}

.owl-pagination {
  margin-top: 20px;
  opacity: 1;
  display: inline-block;
}

.owl-page span {
  display: block;
  width: 8px;
  height: 8px;
  margin: 0px 5px;
  filter: alpha(opacity=50);
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #fff;
}




#services {
	background-image: url(../img/services-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

#services .section-heading {
	text-align: justify;
	padding-top: 60px;
	padding-bottom: 50%;
	background-color: #f89624; /*rgba(0, 0, 0, 0.5);*/
	/*height: 582px;*/
	margin-left: -46vh;
	padding-left: 40vh;
	overflow: hidden!important;
}

#services .section-heading h4 {
	margin-top: 0px;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	letter-spacing: 1px;
  margin-left: 20%;
}

#services .section-heading .line-dec {
	width: 270px;
	height: 1px;
	background-color: rgba(250, 250, 250, 0.5);
	margin: 20px 10px 15px -10px;
}

#services .section-heading p {
	color: #fff;
	padding-right: 70px;
}

.wrapper {
  text-align: center;
}

.tabs {
  list-style: none;
  margin-top: 40px;
  padding-right: 70px;
}

.tabs li {
  display: block;
  text-align: center;
  margin: 25px 0px;
}

.tabs a {
  display:block;
  text-align:center;
  text-decoration:none;
  text-transform:capitalize;
  letter-spacing: 0.5px;
  /*color:#121212;*/
  color: #121212;
  font-size: 15px;
  font-weight: 500;
  padding: 12px 12px;
  border: 1px solid #121212;
  /*background-color: #fff;*/
}

.tabs a:hover {
  border: 1px solid #fff;
  color: #fff;
}

.tabs .active {
  color: #fff;
  border: 1px solid #ffff;

}
#first-tab-group {
	margin-top: 30px;
	margin-bottom: 15px;
}
.tabgroup .text-content	 {
  background-color: #fff;
  color: #fff;
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: left;
}
.tabgroup .text-content	 div {
  background-color: #fff;
  color: #fff;
  text-align: left;
  margin-bottom:35px;
}
.tabgroup .text-content	 ul {
    margin: 0.5em 0;
    padding: 0 0.5em;
    list-style: none;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    height:280px;
}
.tabgroup .text-content	 li {
  padding-left: 25px;
  margin-top: 10px;
  color: #7a7a7a;
    font-size: 14px;
    line-height: 20px;

}
.tabgroup .text-content	 li:before {
    content: "";
    border-color: transparent #f89624;
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.45em;
    display: block;
    height: 0;
    width: 0;
    left: -1em;
    top: 0.9em;
    position: relative;
}
.tabgroup .text-content h4 {
	font-size: 17px;
	font-weight: 600;
	letter-spacing: 2.5px;
	color: #7a7a7a;
	margin-top: 0px;
  padding-left: 25px;
	margin-bottom: 5px;
  text-transform: uppercase;
}
.tabgroup .text-content span {
	font-size: 13px;
	color: #33c1cf;
}
.tabgroup .text-content a {
	font-size: 13px;
	color: #33c1cf;
	text-decoration: none;
}
.tabgroup .text-content p {
  padding-left: 25px;
	margin-top: 10px;
}


.clearfix:after {
  content:"";
  display:table;
  clear:both;
}


#contact-us {
	background-color: #596065;
	text-align: center;
	padding: 80px 0px;
}

#contact-us .section-heading h4 {
	margin-top: 0px;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	letter-spacing: 1px;
}

#contact-us .section-heading .line-dec {
	width: 270px;
	height: 1px;
	background-color: rgba(250, 250, 250, 0.5);
	margin: 20px auto 15px auto;
}

#contact-us .section-heading p {
	color: #fff;
	padding: 0px 33%;
}

#contact-us .pop-button {
	margin-top: 30px;
}

#contact input {
  border-radius: 10px;
  padding-left: 15px;
  font-size: 20px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid #f89624;
  box-shadow: none;
  line-height: 50px;
  height: 50px;
  width: 100%;
  margin-bottom: 30px;
}

#contact textarea {
  border-radius: 10px;
  padding-top: 10px;
  font-size: 20px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid #f89624;
  box-shadow: none;
  height: 165px;
  max-height: 220px;
  width: 100%;
  margin-bottom: 25px;
}

#contact button {
  display: inline-block;
	background-color: #f89624;
	font-size: 13px;
	padding: 12px 18px;
	color: #fff;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 20px;
  margin-left:60%;
}

.pop h4{
  color: #fff;
  font-size: 20px;
  letter-spacing: 1px;
	text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 20px;
}
.pop #contact {
	z-index: 99999;
	position: fixed;
	left: 20%;
	right: 20%;

}

.pop {
	z-index: 99999;
	text-align: center;
	padding: 30px;
    display:none;
    position:fixed;
    width: 100%;
    top:0;
    left:0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    box-shadow: 0px 0px 15px;
}

.pop span {
	z-index: 999;
	position: relative;
	margin-bottom: 20px;
	cursor: pointer;
	width: 44px;
	height: 44px;
  border-radius: 50px;
	display: inline-block;
	line-height: 44px;
	color: #fff;
	text-align: center;
	background-color: #f89624;
}

.pop span:hover {
	color: #121212;
	transition: all 0.5s;
}




footer {
	margin-top: -6px;
	background-color: #373a3c;
	padding: 30px 0px 10px 0px;
}
footer .logo em {
	font-style: normal;
	font-size: 28px;
	color: #f7c552;
}
footer .logo-ft {
	display: inline-block;
	margin-top: 15px;
	text-decoration: none;
	color: #fff!important;
	font-size: 21px;
	font-weight: 900;
	text-transform: uppercase;
	text-shadow: none;
	letter-spacing: 1px;
}

footer .logo p {
	font-weight: 300;
	font-size: 12px;
	color: #fff;
	margin-bottom: -10px;
	letter-spacing: 0.5px;
}

footer .logo span {
	font-weight: 600;
	color: #f7c552;
}

footer .logo a {
	color: #FFF;
}

footer .logo a:hover {
	color: #9F0;
}

footer .copy {
	font-style: normal;
	font-size: 5px;
	color: #f7c552;
}
footer  h4{
	margin-top: 0px;
  color: #fff;
  font-size: 13px;
	font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
footer  li{
	color: #fff;
  font-weight: 400;
  font-size: 12px;
}
footer img{
    /*
      width: 80px;
      height: 69px;
      object-position: 1px 1px;
      object-fit: cover; */
      filter: grayscale(100%);


}
footer .location h4 {
	margin-top: 0px;
	font-size: 13px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.5px;

}

footer .location ul li {
	font-size: 13px;
	color: #fff;
	display: inline-block;
	line-height: 24px;
	letter-spacing: 0.5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

footer .location ul li:first-child {
	margin-right: 15px;
	padding-right: 15px;
	border-right: 1px solid rgba(250, 250, 250, 0.1);
}

footer .contact-info h4 {
	margin-top: 0px;
	font-size: 13px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-bottom: 30px;
}

footer .contact-info ul li {
	font-size: 13px;
	color: #fff;
	display: inline-block;
	line-height: 24px;
	letter-spacing: 0.5px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: 300;
	margin-bottom: -15px;
}

footer .contact-info ul li em {
	font-style: normal;
	font-weight: 500;
}

footer .connect-us h4 {
	margin-top: 0px;
	font-size: 13px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-bottom: 35px;
}

footer .connect-us ul li {
	display: inline-block;
	margin-right: 2px;
}

footer .connect-us ul li a {
	display: inline-block;
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	background-color: #fff;
	border-radius: 50%;
	color: #373a3c;
	font-size: 15px;
	transition: all 0.3s;
}
footer .connect-us ul li a:hover {
	background-color: #f7c552;
}


/* RESPONSIVE */

@media (max-width: 991px){

	.baner-content .text-content p {
		padding: 0px 15%;
	}


	#about .service-item {
		margin-bottom: 80px;
	}

	#services .section-heading {
		text-align: center;
		padding-top: 60px;
		padding-bottom: 150%;
		background-color: #33c1cf;
		/*height: 505px;*/
		margin-left: -15px;
		padding-left: 0vh;
		margin-right: -15px;
		padding-right: 0vh;
		overflow: hidden;

	}

	#services .section-heading .line-dec {
		margin: 20px auto 15px auto;
	}

	#services .section-heading p {
		padding: 0px 20px;

	}
  #services .section-heading h4{
    margin-left: -5%;
  }
  #services .section-heading .line-dec {
    margin: 20px auto 15px auto;
  }
	.projects-holder {
		text-align: center;
		padding: 15px 0px;
    margin-top:100%;
	}
  .projects-holder p{
  font-size:10px;

  }
  .experience{
    /*margin-top: -60%;*/
   border: 1px solid rgba(0,0,0,0.1);
  background-color: #f2f2f2;
    text-transform: uppercase;
    letter-spacing: 1px;
  }

  .experience h4 {
  background-color: #f2f2f2;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-bottom: 20px;
    padding-top: 50px;

  }
/*
  #first{
      margin-top:-30px;
    }
    #second{
        margin-top:-30px;
      }
      #third{
          margin-top:-30px;
        }
  #first .light{
margin-top:-30px;
    }
*/
	#services .project-item {
		margin: 15px 0px;
	}

 #services .experience ul {
   margin: 0.5em 0;
   padding: 0 0.5em;
   list-style: none;
   border-right: 1px solid rgba(0, 0, 0, 0.1);
   height: 280px;
 }
#services  .experience li {
 padding-left: 25px;
     margin-top: 10px;
     color: #7a7a7a;
     font-size: 14px;
     line-height: 20px;
}

.tabs a{
  width:50%;
  margin-left: 25%;
}
	#services .section-heading {
		text-align: center;
		padding-top: 100px;
		padding-bottom: 100px;
		background-color: rgba(0, 0, 0, 0.5);
		margin-left: -15px;
		padding-left: 0vh;
		margin-right: -15px;
		padding-right: 0vh;
		overflow: hidden!important;
	}
	#services .section-heading h4 {
    margin-left: -20px;
  }
	#services .section-heading .line-dec {
		margin: 20px auto 15px auto;
	}

	#services .section-heading p {
		padding: 0px 30px;
	}



	.tabs {
		padding: 0px 45px;
	}

	#first-tab-group {
		margin-bottom: 30px;
	}

	#contact-us .section-heading p {
		padding: 0px 10%;
	}

	footer {
		text-align: center;
	}

	footer .logo {
		margin-bottom: 30px;
		padding-bottom: 30px;
		border-bottom: 1px solid rgba(250, 250, 250, 0.1);
	}

	footer .location {
		margin-bottom: 30px;
		padding-bottom: 30px;
		border-bottom: 1px solid rgba(250, 250, 250, 0.1);
	}

	footer .contact-info {
		margin-bottom: 30px;
		padding-bottom: 30px;
		border-bottom: 1px solid rgba(250, 250, 250, 0.1);
	}

	footer .contact-info ul li {
		margin-right: 10px;
		margin-left: 10px;
	}

}
@media screen and (max-width: 800px) {
  #gallery .column {
    flex: 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 600px) {
  #gallery .column {
    flex: 100%;
    max-width: 100%;
  }
}
@media (max-width: 768px){
	.baner-content .text-content p {
		padding: 0px 10%;
	}
	#main-nav {
		margin-left: -15px;
		margin-right: -15px;
		border-top: none;
		margin-top: 15px;
		background-color: rgba(250, 250, 250, 0.95);
	}

	.navbar-nav {
		margin-top: 0px;
		margin-bottom: 0px;
	}

	.navbar-inverse .navbar-nav>li {
		margin-left: 0px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}

	.navbar-inverse .navbar-nav>li:last-child {
		border-bottom: none;
	}


	.navbar-inverse .navbar-nav>li>a {
		font-family: 'Roboto', sans-serif!important;
		line-height: 55px;
		color: #343434!important;
	}

}

@media (max-width: 385px){

	footer .location ul li {
		display: block;
	}

	footer .location ul li:first-child {
		margin-right: 0px;
		padding-right: 0px;
		border-right: none;
	}

}
